From 22683c37deaccec5afd1229836c47209b1c74912 Mon Sep 17 00:00:00 2001 From: Anne Fouilloux Date: Mon, 17 Jun 2024 16:58:07 +0200 Subject: [PATCH] change data for interactive visualisation --- docs/afterword/resources.md | 4 +- docs/pangeo/chunking_introduction.ipynb | 6 +- docs/pangeo/dask_introduction.ipynb | 8 +- docs/pangeo/visualization.ipynb | 4141 +---------------------- docs/setup/users-getting-started.md | 6 +- 5 files changed, 76 insertions(+), 4089 deletions(-) mode change 100755 => 100644 docs/pangeo/visualization.ipynb diff --git a/docs/afterword/resources.md b/docs/afterword/resources.md index 7ff3dee..07f208a 100644 --- a/docs/afterword/resources.md +++ b/docs/afterword/resources.md @@ -1,5 +1,5 @@ -![Pangeo logo](.././figures/pangeo_name_logo.png) +![Pangeo logo](../images/pangeo_name_logo.png) **A community platform for Big Data geoscience** @@ -47,4 +47,4 @@ _List of some active initiatives. Find more in https://github.com/pangeo-data_. - [verde](https://github.com/fatiando/verde), _package_, aims at processing spatial data (bathymetry, geophysics surveys, etc) and interpolating it on regular grids (i.e., gridding). - [xarray-sentinel](https://github.com/bopen/xarray-sentinel): _package_, facilitates access and exploration of the SAR data products of the Copernicus Sentinel-1 satellite mission. - [xESMF](https://github.com/pangeo-data/xESMF): _package_, a regridding tool suited for non-orthogonal grids. xESMF tries to be simple and intuitive. -- [xMIP](https://github.com/jbusecke/xMIP): _package_, facilitates the cleaning, organization and interactive analysis of Model Intercomparison Projects (MIPs) within the Pangeo software stack. \ No newline at end of file +- [xMIP](https://github.com/jbusecke/xMIP): _package_, facilitates the cleaning, organization and interactive analysis of Model Intercomparison Projects (MIPs) within the Pangeo software stack. diff --git a/docs/pangeo/chunking_introduction.ipynb b/docs/pangeo/chunking_introduction.ipynb index 40ddf71..635cd3b 100755 --- a/docs/pangeo/chunking_introduction.ipynb +++ b/docs/pangeo/chunking_introduction.ipynb @@ -962,7 +962,7 @@ "\n", "If you look carefully to `LTS`, each Data Variable is a `dask.array` with a chunk size of `(15680, 40320)`. So basically accessing one data variable would load arrays of dimensions `(15680, 40320)` into the computer's RAM. You can see this information and more details by clicking the icon as indicated in the image below.\n", "\n", - "![Dask.array](images/datasize.png)\n", + "![Dask.array](../images/datasize.png)\n", "\n", "When you open one or several netCDF files with `open_mdfataset`, by default, the chunks correspond to the entire size of the variable data array read from each file. When you need to analyze large files, a computer's memory may not be sufficient anymore (see in this example, 2.36GiB for one chunk!).\n", "\n", @@ -977,10 +977,10 @@ "__Chunking__ is splitting a dataset into small pieces. \n", "\n", "Original dataset is in one piece, \n", - "![Dask.array](images/notchunked.png)\n", + "![Dask.array](../images/notchunked.png)\n", "\n", "and we split it into several smaller pieces. \n", - "![Dask.array](images/chunked.png)\n", + "![Dask.array](../images/chunked.png)\n", "\n", "We split it into pieces so that we can process our data block by block or __chunk__ by __chunk__.\n", "\n", diff --git a/docs/pangeo/dask_introduction.ipynb b/docs/pangeo/dask_introduction.ipynb index c9dcc80..78da98f 100755 --- a/docs/pangeo/dask_introduction.ipynb +++ b/docs/pangeo/dask_introduction.ipynb @@ -159,7 +159,7 @@ "\n", "When we use chunks with `Xarray`, the real computation is only done when needed or asked for, usually when invoking `compute()` function. Dask generates a **task graph** describing the computations to be done. When using [Dask Distributed](https://distributed.dask.org/en/stable/) a **Scheduler** distributes these tasks across several **Workers**.\n", "\n", - "![Xarray with dask](images/dask-xarray-explained.png)" + "![Xarray with dask](../images/dask-xarray-explained.png)" ] }, { @@ -579,8 +579,8 @@ "you will just need too look at the html link you have for your jupyterlab, and Dask dashboard port number, as highlighted in the figure below.\n", "\n", "\n", - "\n", - "\n", + "\n", + "\n", "\n", "Then click the orange icon indicated in the above figure, and type 'your' dashboard link (normally, you just need to replace 'todaka' to 'your username'). \n", "\n", @@ -592,7 +592,7 @@ "You can click several buttons indicated with blue arrows in above figures, then drag and drop to place them as your convenience. \n", "\n", "\n", - "\n", + "\n", "\n", "\n", "It's really helpfull to understand your computation and how it is distributed." diff --git a/docs/pangeo/visualization.ipynb b/docs/pangeo/visualization.ipynb old mode 100755 new mode 100644 index f495d9a..d49a2da --- a/docs/pangeo/visualization.ipynb +++ b/docs/pangeo/visualization.ipynb @@ -17,12 +17,12 @@ "\n", "### Authors\n", "\n", - "- Pier Lorenzo Marasco, Ispra (Italy), [@pl-marasco](https://github.com/pl-marasco)\n", - "- Anne Fouilloux, Simula Research Laboratory (Norway), [@annefou](https://github.com/annefou)\n", + "- Pier Lorenzo Marasco, Provare LTD (UK), [@pl-marasco](https://github.com/pl-marasco)\n", "\n", "### Contributors\n", "\n", - "- Alejandro Coca-Castro, The Alan Turing Institute (United Kingdom), [@acocac](https://github.com/acocac)" + "- Alejandro Coca-Castro, The Alan Turing Institute (United Kingdom), [@acocac](https://github.com/acocac)\n", + "- Anne Fouilloux, Simula Research Laboratory (Norway), [@annefou](https://github.com/annefou)" ] }, { @@ -59,27 +59,27 @@ "## Context\n", "\n", "\n", - "We will be using [HoloViews](https://holoviews.org/), a tool part of the [HoloViz](https://holoviz.org/) ecosystem, with Xarray to visualize the near-surface temperature from CMIP6 CESM2 (monthly dataset).\n", + "We will be using [HoloViews](https://holoviews.org/), a tool part of the [HoloViz](https://holoviz.org/) ecosystem, with Xarray to visualize the Vegetation Condition Index (VCI) {cite:ps}`b-kogan1995-VCI`, a well-established indicator to estimate droughts from remote sensing data.\n", "\n", "### Data\n", "\n", - "We will visualize the same data that have been used in the previous episode.\n", + "We will use data that have been generated in the previous episode.\n", "\n", "If the dataset is not present in the same folder as this Jupyter notebook, it will be downloaded from zenodo using `pooch`, a very handy python-based library to download and cache your data files locally (see further info [here](https://www.fatiando.org/pooch/latest/index.html))." ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "e26e7ca3", "metadata": {}, "outputs": [], "source": [ "import pooch\n", "\n", - "tas_file = pooch.retrieve(\n", - " url=\"https://zenodo.org/record/7181714/files/CMIP6_NCAR_CESM2_historical_amon_gn.nc\",\n", - " known_hash=\"md5:5f86251e5bc5ef9b86a3a86cd06a536b\",\n", + "cgls_file = pooch.retrieve(\n", + " url=\"https://zenodo.org/record/6969999/files/C_GLS_NDVI_20220101_20220701_Lombardia_S3_2_masked.nc\",\n", + " known_hash=\"md5:be3f16913ebbdb4e7af227f971007b22\",\n", " path=f\".\",\n", ")" ] @@ -110,7 +110,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "589df42a", "metadata": {}, "outputs": [], @@ -128,12 +128,12 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "3a4e25c7", "metadata": {}, "outputs": [], "source": [ - "tas_ds = xr.open_dataset(tas_file)" + "cgls_ds = xr.open_dataset(cgls_file)" ] }, { @@ -142,500 +142,18 @@ "metadata": {}, "source": [ ":::{tip}\n", - "If you get an error with the previous command, check the previous episode where the input file some_hash-CMIP6_NCAR_CESM2_historical_amon_gn.nc is downloaded locally and it is in the same directory as your Jupyter Notebook.\n", + "If you get an error with the previous command, check the previous episode where the input file some_hash-C_GLS_NDVI_20220101_20220701_Lombardia_S3_2_masked.netcdf is downloaded locally and it is in the same directory as your Jupyter Notebook.\n", ":::" ] }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "c471061b", "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
<xarray.Dataset>\n",
-       "Dimensions:    (lat: 192, nbnd: 2, lon: 288, member_id: 1, time: 1980)\n",
-       "Coordinates:\n",
-       "  * lat        (lat) float64 -90.0 -89.06 -88.12 -87.17 ... 88.12 89.06 90.0\n",
-       "    lat_bnds   (lat, nbnd) float32 -90.0 -89.53 -89.53 ... 89.53 89.53 90.0\n",
-       "  * lon        (lon) float64 0.0 1.25 2.5 3.75 5.0 ... 355.0 356.2 357.5 358.8\n",
-       "    lon_bnds   (lon, nbnd) float32 -0.625 0.625 0.625 ... 358.1 358.1 359.4\n",
-       "  * time       (time) object 1850-01-15 12:00:00 ... 2014-12-15 12:00:00\n",
-       "    time_bnds  (time, nbnd) object 1850-01-01 00:00:00 ... 2015-01-01 00:00:00\n",
-       "  * member_id  (member_id) object 'r1i1p1f1'\n",
-       "Dimensions without coordinates: nbnd\n",
-       "Data variables:\n",
-       "    tas        (member_id, time, lat, lon) float32 ...\n",
-       "Attributes: (12/50)\n",
-       "    Conventions:             CF-1.7 CMIP-6.2\n",
-       "    activity_id:             CMIP\n",
-       "    branch_method:           standard\n",
-       "    branch_time_in_child:    674885.0\n",
-       "    branch_time_in_parent:   219000.0\n",
-       "    case_id:                 15\n",
-       "    ...                      ...\n",
-       "    variant_label:           r1i1p1f1\n",
-       "    status:                  2019-10-25;created;by nhn2@columbia.edu\n",
-       "    netcdf_tracking_ids:     hdl:21.14100/d9a7225a-49c3-4470-b7ab-a8180926f839\n",
-       "    version_id:              v20190308\n",
-       "    intake_esm_varname:      tas\n",
-       "    intake_esm_dataset_key:  CMIP.NCAR.CESM2.historical.Amon.gn
" - ], - "text/plain": [ - "\n", - "Dimensions: (lat: 192, nbnd: 2, lon: 288, member_id: 1, time: 1980)\n", - "Coordinates:\n", - " * lat (lat) float64 -90.0 -89.06 -88.12 -87.17 ... 88.12 89.06 90.0\n", - " lat_bnds (lat, nbnd) float32 ...\n", - " * lon (lon) float64 0.0 1.25 2.5 3.75 5.0 ... 355.0 356.2 357.5 358.8\n", - " lon_bnds (lon, nbnd) float32 ...\n", - " * time (time) object 1850-01-15 12:00:00 ... 2014-12-15 12:00:00\n", - " time_bnds (time, nbnd) object ...\n", - " * member_id (member_id) object 'r1i1p1f1'\n", - "Dimensions without coordinates: nbnd\n", - "Data variables:\n", - " tas (member_id, time, lat, lon) float32 ...\n", - "Attributes: (12/50)\n", - " Conventions: CF-1.7 CMIP-6.2\n", - " activity_id: CMIP\n", - " branch_method: standard\n", - " branch_time_in_child: 674885.0\n", - " branch_time_in_parent: 219000.0\n", - " case_id: 15\n", - " ... ...\n", - " variant_label: r1i1p1f1\n", - " status: 2019-10-25;created;by nhn2@columbia.edu\n", - " netcdf_tracking_ids: hdl:21.14100/d9a7225a-49c3-4470-b7ab-a8180926f839\n", - " version_id: v20190308\n", - " intake_esm_varname: tas\n", - " intake_esm_dataset_key: CMIP.NCAR.CESM2.historical.Amon.gn" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "tas_ds" + "cgls_ds" ] }, { @@ -659,7 +177,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "67a06c9b", "metadata": {}, "outputs": [], @@ -688,20 +206,20 @@ "```\n", "Unfortunately it seems that the service is pretty slow. As an alternative to this approach the JRC MARS unit is distributing the original dataset that was in shapefile format. To accelerate the fetch we highly recommend to follow this approach.\n", "\n", - "For the training course, we also created a tiny file containing information about Norway only." + "For the training course, we also created a tiny file containing information about Italy only." ] }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "b9ecc1bf", "metadata": {}, "outputs": [], "source": [ "try:\n", - " GAUL = gpd.read_file('Norway.geojson')\n", + " GAUL = gpd.read_file('Italy.geojson')\n", "except:\n", - " GAUL = gpd.read_file('zip+https://mars.jrc.ec.europa.eu/asap/files/gaul1_asap.zip') " + " GAUL = gpd.read_file('zip+https://agricultural-production-hotspots.ec.europa.eu/files/gaul1_asap.zip') " ] }, { @@ -720,159 +238,10 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "b6170902", "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
asap1_idname1name1_shrname0asap0_idname0_shrkm2_totkm2_cropkm2_rangean_cropan_rangewater_limgeometry
01238HordalandHordalandNorway173Norway1402163181100MULTIPOLYGON (((5.67021 60.69386, 5.67357 60.6...
11446Nord-troendelagNord-troendelagNorway173Norway2231513449100MULTIPOLYGON (((11.93731 65.10981, 11.88333 65...
21472Soer-TroendelagSoer-TroendelagNorway173Norway1844113134100MULTIPOLYGON (((9.74026 63.62652, 9.72871 63.6...
31426OestfoldOestfoldNorway173Norway412810300100POLYGON ((11.94171 59.69688, 11.89933 59.69182...
41496VestfoldVestfoldNorway173Norway22326232100POLYGON ((10.39417 59.66410, 10.42124 59.62203...
\n", - "
" - ], - "text/plain": [ - " asap1_id name1 name1_shr name0 asap0_id name0_shr \\\n", - "0 1238 Hordaland Hordaland Norway 173 Norway \n", - "1 1446 Nord-troendelag Nord-troendelag Norway 173 Norway \n", - "2 1472 Soer-Troendelag Soer-Troendelag Norway 173 Norway \n", - "3 1426 Oestfold Oestfold Norway 173 Norway \n", - "4 1496 Vestfold Vestfold Norway 173 Norway \n", - "\n", - " km2_tot km2_crop km2_range an_crop an_range water_lim \\\n", - "0 14021 631 81 1 0 0 \n", - "1 22315 1344 9 1 0 0 \n", - "2 18441 1313 4 1 0 0 \n", - "3 4128 1030 0 1 0 0 \n", - "4 2232 623 2 1 0 0 \n", - "\n", - " geometry \n", - "0 MULTIPOLYGON (((5.67021 60.69386, 5.67357 60.6... \n", - "1 MULTIPOLYGON (((11.93731 65.10981, 11.88333 65... \n", - "2 MULTIPOLYGON (((9.74026 63.62652, 9.72871 63.6... \n", - "3 POLYGON ((11.94171 59.69688, 11.89933 59.69182... \n", - "4 POLYGON ((10.39417 59.66410, 10.42124 59.62203... " - ] - }, - "execution_count": 7, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ "GAUL.head(5)" ] @@ -882,48 +251,18 @@ "id": "90bb9677", "metadata": {}, "source": [ - "In the cell below, we subset the polygon geometry in which the `name0` field equals to `Norway`." + "In the cell below, we subset the polygon geometry in which the `name1` field equals to `Lombardia`." ] }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "76524c4d", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "0 MULTIPOLYGON (((5.67021 60.69386, 5.67357 60.6...\n", - "1 MULTIPOLYGON (((11.93731 65.10981, 11.88333 65...\n", - "2 MULTIPOLYGON (((9.74026 63.62652, 9.72871 63.6...\n", - "3 POLYGON ((11.94171 59.69688, 11.89933 59.69182...\n", - "4 POLYGON ((10.39417 59.66410, 10.42124 59.62203...\n", - "5 MULTIPOLYGON (((22.69320 70.36594, 22.70137 70...\n", - "6 POLYGON ((8.13729 60.19619, 8.16250 60.19416, ...\n", - "7 MULTIPOLYGON (((13.97719 68.35144, 13.99107 68...\n", - "8 MULTIPOLYGON (((8.01763 63.32659, 7.97557 63.3...\n", - "9 POLYGON ((5.23273 62.19275, 5.25814 62.17775, ...\n", - "10 MULTIPOLYGON (((15.76350 68.74171, 15.77052 68...\n", - "11 POLYGON ((8.29320 61.08945, 8.31227 61.07882, ...\n", - "12 MULTIPOLYGON (((10.64400 59.90339, 10.63911 59...\n", - "13 POLYGON ((8.87194 62.37852, 8.89526 62.35425, ...\n", - "14 POLYGON ((11.13333 62.65833, 11.14690 62.64664...\n", - "15 POLYGON ((7.26296 59.65463, 7.33571 59.63810, ...\n", - "16 POLYGON ((7.02216 59.18047, 7.09886 59.17007, ...\n", - "17 POLYGON ((10.91103 59.92944, 10.89463 59.90425...\n", - "18 POLYGON ((6.51667 59.84167, 6.58167 59.83139, ...\n", - "Name: geometry, dtype: geometry" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "AOI_name = 'Norway'\n", - "AOI = GAUL[GAUL.name0 == AOI_name]\n", + "AOI_name = 'Lombardia'\n", + "AOI = GAUL[GAUL.name1 == AOI_name]\n", "AOI_poly = AOI.geometry\n", "AOI_poly" ] @@ -938,496 +277,12 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "fb168af1", "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
<xarray.Dataset>\n",
-       "Dimensions:      (lat: 192, nbnd: 2, lon: 288, member_id: 1, time: 1980)\n",
-       "Coordinates:\n",
-       "  * lat          (lat) float64 -90.0 -89.06 -88.12 -87.17 ... 88.12 89.06 90.0\n",
-       "    lat_bnds     (lat, nbnd) float32 -90.0 -89.53 -89.53 ... 89.53 89.53 90.0\n",
-       "  * lon          (lon) float64 0.0 1.25 2.5 3.75 5.0 ... 355.0 356.2 357.5 358.8\n",
-       "    lon_bnds     (lon, nbnd) float32 -0.625 0.625 0.625 ... 358.1 358.1 359.4\n",
-       "  * time         (time) object 1850-01-15 12:00:00 ... 2014-12-15 12:00:00\n",
-       "    time_bnds    (time, nbnd) object 1850-01-01 00:00:00 ... 2015-01-01 00:00:00\n",
-       "  * member_id    (member_id) object 'r1i1p1f1'\n",
-       "    spatial_ref  int64 0\n",
-       "Dimensions without coordinates: nbnd\n",
-       "Data variables:\n",
-       "    tas          (member_id, time, lat, lon) float32 ...\n",
-       "Attributes: (12/50)\n",
-       "    Conventions:             CF-1.7 CMIP-6.2\n",
-       "    activity_id:             CMIP\n",
-       "    branch_method:           standard\n",
-       "    branch_time_in_child:    674885.0\n",
-       "    branch_time_in_parent:   219000.0\n",
-       "    case_id:                 15\n",
-       "    ...                      ...\n",
-       "    variant_label:           r1i1p1f1\n",
-       "    status:                  2019-10-25;created;by nhn2@columbia.edu\n",
-       "    netcdf_tracking_ids:     hdl:21.14100/d9a7225a-49c3-4470-b7ab-a8180926f839\n",
-       "    version_id:              v20190308\n",
-       "    intake_esm_varname:      tas\n",
-       "    intake_esm_dataset_key:  CMIP.NCAR.CESM2.historical.Amon.gn
" - ], - "text/plain": [ - "\n", - "Dimensions: (lat: 192, nbnd: 2, lon: 288, member_id: 1, time: 1980)\n", - "Coordinates:\n", - " * lat (lat) float64 -90.0 -89.06 -88.12 -87.17 ... 88.12 89.06 90.0\n", - " lat_bnds (lat, nbnd) float32 -90.0 -89.53 -89.53 ... 89.53 89.53 90.0\n", - " * lon (lon) float64 0.0 1.25 2.5 3.75 5.0 ... 355.0 356.2 357.5 358.8\n", - " lon_bnds (lon, nbnd) float32 -0.625 0.625 0.625 ... 358.1 358.1 359.4\n", - " * time (time) object 1850-01-15 12:00:00 ... 2014-12-15 12:00:00\n", - " time_bnds (time, nbnd) object 1850-01-01 00:00:00 ... 2015-01-01 00:00:00\n", - " * member_id (member_id) object 'r1i1p1f1'\n", - " spatial_ref int64 0\n", - "Dimensions without coordinates: nbnd\n", - "Data variables:\n", - " tas (member_id, time, lat, lon) float32 ...\n", - "Attributes: (12/50)\n", - " Conventions: CF-1.7 CMIP-6.2\n", - " activity_id: CMIP\n", - " branch_method: standard\n", - " branch_time_in_child: 674885.0\n", - " branch_time_in_parent: 219000.0\n", - " case_id: 15\n", - " ... ...\n", - " variant_label: r1i1p1f1\n", - " status: 2019-10-25;created;by nhn2@columbia.edu\n", - " netcdf_tracking_ids: hdl:21.14100/d9a7225a-49c3-4470-b7ab-a8180926f839\n", - " version_id: v20190308\n", - " intake_esm_varname: tas\n", - " intake_esm_dataset_key: CMIP.NCAR.CESM2.historical.Amon.gn" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "tas_ds.rio.write_crs(4326, inplace=True)" + "cgls_ds.rio.write_crs(4326, inplace=True)" ] }, { @@ -1440,573 +295,12 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "692ffe23", "metadata": {}, "outputs": [], "source": [ - "tas_AOI = tas_ds.tas.rio.clip(AOI_poly, crs=4326)" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "id": "f3aaf0e9-cb9b-4cb7-bd00-9ce7b2763aaf", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
<xarray.DataArray 'tas' (member_id: 1, time: 1980, lat: 13, lon: 21)>\n",
-       "array([[[[      nan, 268.18625, 263.21762, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan, 261.4894 , 259.58054, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [270.17227, 260.38303, 257.93915, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         ...,\n",
-       "         [      nan,       nan,       nan, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan,       nan,       nan, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan,       nan,       nan, ..., 262.4566 , 262.70773,\n",
-       "          262.97894]],\n",
-       "\n",
-       "        [[      nan, 274.94598, 272.1838 , ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan, 272.17087, 270.1366 , ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [276.09476, 271.16046, 269.08408, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "...\n",
-       "         [      nan,       nan,       nan, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan,       nan,       nan, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan,       nan,       nan, ..., 268.94943, 268.97186,\n",
-       "          269.03262]],\n",
-       "\n",
-       "        [[      nan, 280.14944, 277.7591 , ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan, 276.78476, 274.67453, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [280.1642 , 275.19962, 273.14044, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         ...,\n",
-       "         [      nan,       nan,       nan, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan,       nan,       nan, ...,       nan,       nan,\n",
-       "                nan],\n",
-       "         [      nan,       nan,       nan, ..., 268.04092, 268.38055,\n",
-       "          268.77368]]]], dtype=float32)\n",
-       "Coordinates:\n",
-       "  * lat          (lat) float64 58.9 59.84 60.79 61.73 ... 68.32 69.27 70.21\n",
-       "  * lon          (lon) float64 5.0 6.25 7.5 8.75 10.0 ... 26.25 27.5 28.75 30.0\n",
-       "  * time         (time) object 1850-01-15 12:00:00 ... 2014-12-15 12:00:00\n",
-       "  * member_id    (member_id) object 'r1i1p1f1'\n",
-       "    spatial_ref  int64 0\n",
-       "Attributes:\n",
-       "    cell_measures:  area: areacella\n",
-       "    cell_methods:   area: time: mean\n",
-       "    comment:        near-surface (usually, 2 meter) air temperature\n",
-       "    description:    near-surface (usually, 2 meter) air temperature\n",
-       "    frequency:      mon\n",
-       "    id:             tas\n",
-       "    long_name:      Near-Surface Air Temperature\n",
-       "    mipTable:       Amon\n",
-       "    out_name:       tas\n",
-       "    prov:           Amon ((isd.003))\n",
-       "    realm:          atmos\n",
-       "    standard_name:  air_temperature\n",
-       "    time:           time\n",
-       "    time_label:     time-mean\n",
-       "    time_title:     Temporal mean\n",
-       "    title:          Near-Surface Air Temperature\n",
-       "    type:           real\n",
-       "    units:          K\n",
-       "    variable_id:    tas
" - ], - "text/plain": [ - "\n", - "array([[[[ nan, 268.18625, 263.21762, ..., nan, nan,\n", - " nan],\n", - " [ nan, 261.4894 , 259.58054, ..., nan, nan,\n", - " nan],\n", - " [270.17227, 260.38303, 257.93915, ..., nan, nan,\n", - " nan],\n", - " ...,\n", - " [ nan, nan, nan, ..., nan, nan,\n", - " nan],\n", - " [ nan, nan, nan, ..., nan, nan,\n", - " nan],\n", - " [ nan, nan, nan, ..., 262.4566 , 262.70773,\n", - " 262.97894]],\n", - "\n", - " [[ nan, 274.94598, 272.1838 , ..., nan, nan,\n", - " nan],\n", - " [ nan, 272.17087, 270.1366 , ..., nan, nan,\n", - " nan],\n", - " [276.09476, 271.16046, 269.08408, ..., nan, nan,\n", - " nan],\n", - "...\n", - " [ nan, nan, nan, ..., nan, nan,\n", - " nan],\n", - " [ nan, nan, nan, ..., nan, nan,\n", - " nan],\n", - " [ nan, nan, nan, ..., 268.94943, 268.97186,\n", - " 269.03262]],\n", - "\n", - " [[ nan, 280.14944, 277.7591 , ..., nan, nan,\n", - " nan],\n", - " [ nan, 276.78476, 274.67453, ..., nan, nan,\n", - " nan],\n", - " [280.1642 , 275.19962, 273.14044, ..., nan, nan,\n", - " nan],\n", - " ...,\n", - " [ nan, nan, nan, ..., nan, nan,\n", - " nan],\n", - " [ nan, nan, nan, ..., nan, nan,\n", - " nan],\n", - " [ nan, nan, nan, ..., 268.04092, 268.38055,\n", - " 268.77368]]]], dtype=float32)\n", - "Coordinates:\n", - " * lat (lat) float64 58.9 59.84 60.79 61.73 ... 68.32 69.27 70.21\n", - " * lon (lon) float64 5.0 6.25 7.5 8.75 10.0 ... 26.25 27.5 28.75 30.0\n", - " * time (time) object 1850-01-15 12:00:00 ... 2014-12-15 12:00:00\n", - " * member_id (member_id) object 'r1i1p1f1'\n", - " spatial_ref int64 0\n", - "Attributes:\n", - " cell_measures: area: areacella\n", - " cell_methods: area: time: mean\n", - " comment: near-surface (usually, 2 meter) air temperature\n", - " description: near-surface (usually, 2 meter) air temperature\n", - " frequency: mon\n", - " id: tas\n", - " long_name: Near-Surface Air Temperature\n", - " mipTable: Amon\n", - " out_name: tas\n", - " prov: Amon ((isd.003))\n", - " realm: atmos\n", - " standard_name: air_temperature\n", - " time: time\n", - " time_label: time-mean\n", - " time_title: Temporal mean\n", - " title: Near-Surface Air Temperature\n", - " type: real\n", - " units: K\n", - " variable_id: tas" - ] - }, - "execution_count": 11, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "tas_AOI" + "NDVI_AOI = cgls_ds.NDVI.rio.clip(AOI_poly, crs=4326)" ] }, { @@ -2019,7 +313,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "8b8a5882", "metadata": {}, "outputs": [], @@ -2030,45 +324,24 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "id": "7d57475f", "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "Text(0.5, 1.0, 'Near surface temperature in Norway')" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "fig = plt.figure(1, figsize=[20, 10])\n", "\n", "# We're using cartopy and are plotting in PlateCarree projection \n", "# (see documentation on cartopy)\n", - "ax = plt.subplot(1, 1, 1, projection=ccrs.AlbersEqualArea(central_longitude=20.0, central_latitude=40.0))\n", + "ax = plt.subplot(1, 1, 1, projection=ccrs.PlateCarree())\n", "#ax.set_extent([15.5, 27.5, 36, 41], crs=ccrs.PlateCarree()) # lon1 lon2 lat1 lat2\n", "ax.coastlines(resolution='10m')\n", "ax.gridlines(draw_labels=True)\n", "\n", - "tas_AOI.sel(time='1980-06-15').plot(ax=ax, transform=ccrs.PlateCarree(), cmap=\"coolwarm\")\n", + "NDVI_AOI.sel(time='2022-06-01').plot(ax=ax, transform=ccrs.PlateCarree(), cmap=\"RdYlGn\")\n", "\n", "# One way to customize your title\n", - "plt.title(\"Near surface temperature in Norway\", fontsize=18)" + "plt.title(\"S3 NDVI over Lombardia\", fontsize=18)" ] }, { @@ -2081,1942 +354,10 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "ee46dfd3", "metadata": {}, - "outputs": [ - { - "data": { - "application/javascript": [ - "(function(root) {\n", - " function now() {\n", - " return new Date();\n", - " }\n", - "\n", - " var force = true;\n", - "\n", - " if (typeof root._bokeh_onload_callbacks === \"undefined\" || force === true) {\n", - " root._bokeh_onload_callbacks = [];\n", - " root._bokeh_is_loading = undefined;\n", - " }\n", - "\n", - " if (typeof (root._bokeh_timeout) === \"undefined\" || force === true) {\n", - " root._bokeh_timeout = Date.now() + 5000;\n", - " root._bokeh_failed_load = false;\n", - " }\n", - "\n", - " function run_callbacks() {\n", - " try {\n", - " root._bokeh_onload_callbacks.forEach(function(callback) {\n", - " if (callback != null)\n", - " callback();\n", - " });\n", - " } finally {\n", - " delete root._bokeh_onload_callbacks\n", - " }\n", - " console.debug(\"Bokeh: all callbacks have finished\");\n", - " }\n", - "\n", - " function load_libs(css_urls, js_urls, js_modules, callback) {\n", - " if (css_urls == null) css_urls = [];\n", - " if (js_urls == null) js_urls = [];\n", - " if (js_modules == null) js_modules = [];\n", - "\n", - " root._bokeh_onload_callbacks.push(callback);\n", - " if (root._bokeh_is_loading > 0) {\n", - " console.debug(\"Bokeh: BokehJS is being loaded, scheduling callback at\", now());\n", - " return null;\n", - " }\n", - " if (js_urls.length === 0 && js_modules.length === 0) {\n", - " run_callbacks();\n", - " return null;\n", - " }\n", - " console.debug(\"Bokeh: BokehJS not loaded, scheduling load and callback at\", now());\n", - "\n", - " function on_load() {\n", - " root._bokeh_is_loading--;\n", - " if (root._bokeh_is_loading === 0) {\n", - " console.debug(\"Bokeh: all BokehJS libraries/stylesheets loaded\");\n", - " run_callbacks()\n", - " }\n", - " }\n", - "\n", - " function on_error() {\n", - " console.error(\"failed to load \" + url);\n", - " }\n", - "\n", - " for (var i = 0; i < css_urls.length; i++) {\n", - " var url = css_urls[i];\n", - " const element = document.createElement(\"link\");\n", - " element.onload = on_load;\n", - " element.onerror = on_error;\n", - " element.rel = \"stylesheet\";\n", - " element.type = \"text/css\";\n", - " element.href = url;\n", - " console.debug(\"Bokeh: injecting link tag for BokehJS stylesheet: \", url);\n", - " document.body.appendChild(element);\n", - " }\n", - "\n", - " var skip = [];\n", - " if (window.requirejs) {\n", - " window.requirejs.config({'packages': {}, 'paths': {'gridstack': 'https://cdn.jsdelivr.net/npm/gridstack@4.2.5/dist/gridstack-h5', 'notyf': 'https://cdn.jsdelivr.net/npm/notyf@3/notyf.min'}, 'shim': {'gridstack': {'exports': 'GridStack'}}});\n", - " require([\"gridstack\"], function(GridStack) {\n", - "\twindow.GridStack = GridStack\n", - "\ton_load()\n", - " })\n", - " require([\"notyf\"], function() {\n", - "\ton_load()\n", - " })\n", - " root._bokeh_is_loading = css_urls.length + 2;\n", - " } else {\n", - " root._bokeh_is_loading = css_urls.length + js_urls.length + js_modules.length;\n", - " } if (((window['GridStack'] !== undefined) && (!(window['GridStack'] instanceof HTMLElement))) || window.requirejs) {\n", - " var urls = ['https://cdn.jsdelivr.net/npm/gridstack@4.2.5/dist/gridstack-h5.js'];\n", - " for (var i = 0; i < urls.length; i++) {\n", - " skip.push(urls[i])\n", - " }\n", - " } if (((window['Notyf'] !== undefined) && (!(window['Notyf'] instanceof HTMLElement))) || window.requirejs) {\n", - " var urls = ['https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js'];\n", - " for (var i = 0; i < urls.length; i++) {\n", - " skip.push(urls[i])\n", - " }\n", - " } for (var i = 0; i < js_urls.length; i++) {\n", - " var url = js_urls[i];\n", - " if (skip.indexOf(url) >= 0) {\n", - "\tif (!window.requirejs) {\n", - "\t on_load();\n", - "\t}\n", - "\tcontinue;\n", - " }\n", - " var element = document.createElement('script');\n", - " element.onload = on_load;\n", - " element.onerror = on_error;\n", - " element.async = false;\n", - " element.src = url;\n", - " console.debug(\"Bokeh: injecting script tag for BokehJS library: \", url);\n", - " document.head.appendChild(element);\n", - " }\n", - " for (var i = 0; i < js_modules.length; i++) {\n", - " var url = js_modules[i];\n", - " if (skip.indexOf(url) >= 0) {\n", - "\tif (!window.requirejs) {\n", - "\t on_load();\n", - "\t}\n", - "\tcontinue;\n", - " }\n", - " var element = document.createElement('script');\n", - " element.onload = on_load;\n", - " element.onerror = on_error;\n", - " element.async = false;\n", - " element.src = url;\n", - " element.type = \"module\";\n", - " console.debug(\"Bokeh: injecting script tag for BokehJS library: \", url);\n", - " document.head.appendChild(element);\n", - " }\n", - " if (!js_urls.length && !js_modules.length) {\n", - " on_load()\n", - " }\n", - " };\n", - "\n", - " function inject_raw_css(css) {\n", - " const element = document.createElement(\"style\");\n", - " element.appendChild(document.createTextNode(css));\n", - " document.body.appendChild(element);\n", - " }\n", - "\n", - " var js_urls = [\"https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js\"];\n", - " var js_modules = [];\n", - " var css_urls = [\"https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css\", \"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css\"];\n", - " var inline_js = [ function(Bokeh) {\n", - " inject_raw_css(\".bk.alert {\\n padding: 0.75rem 1.25rem;\\n border: 1px solid transparent;\\n border-radius: 0.25rem;\\n /* Don't set margin because that will not render correctly! */\\n /* margin-bottom: 1rem; */\\n margin-top: 15px;\\n margin-bottom: 15px;\\n}\\n.bk.alert a {\\n color: rgb(11, 46, 19); /* #002752; */\\n font-weight: 700;\\n text-decoration: rgb(11, 46, 19);\\n text-decoration-color: rgb(11, 46, 19);\\n text-decoration-line: none;\\n text-decoration-style: solid;\\n text-decoration-thickness: auto;\\n }\\n.bk.alert a:hover {\\n color: rgb(11, 46, 19);\\n font-weight: 700;\\n text-decoration: underline;\\n}\\n\\n.bk.alert-primary {\\n color: #004085;\\n background-color: #cce5ff;\\n border-color: #b8daff;\\n}\\n.bk.alert-primary hr {\\n border-top-color: #9fcdff;\\n}\\n\\n.bk.alert-secondary {\\n color: #383d41;\\n background-color: #e2e3e5;\\n border-color: #d6d8db;\\n }\\n.bk.alert-secondary hr {\\n border-top-color: #c8cbcf;\\n}\\n\\n.bk.alert-success {\\n color: #155724;\\n background-color: #d4edda;\\n border-color: #c3e6cb;\\n }\\n\\n.bk.alert-success hr {\\n border-top-color: #b1dfbb;\\n}\\n\\n.bk.alert-info {\\n color: #0c5460;\\n background-color: #d1ecf1;\\n border-color: #bee5eb;\\n }\\n.bk.alert-info hr {\\n border-top-color: #abdde5;\\n}\\n\\n.bk.alert-warning {\\n color: #856404;\\n background-color: #fff3cd;\\n border-color: #ffeeba;\\n }\\n\\n.bk.alert-warning hr {\\n border-top-color: #ffe8a1;\\n}\\n\\n.bk.alert-danger {\\n color: #721c24;\\n background-color: #f8d7da;\\n border-color: #f5c6cb;\\n}\\n.bk.alert-danger hr {\\n border-top-color: #f1b0b7;\\n}\\n\\n.bk.alert-light {\\n color: #818182;\\n background-color: #fefefe;\\n border-color: #fdfdfe;\\n }\\n.bk.alert-light hr {\\n border-top-color: #ececf6;\\n}\\n\\n.bk.alert-dark {\\n color: #1b1e21;\\n background-color: #d6d8d9;\\n border-color: #c6c8ca;\\n }\\n.bk.alert-dark hr {\\n border-top-color: #b9bbbe;\\n}\\n\\n\\n/* adjf\\u00e6l */\\n\\n.bk.alert-primary a {\\n color: #002752;\\n}\\n\\n.bk.alert-secondary a {\\n color: #202326;\\n}\\n\\n\\n.bk.alert-success a {\\n color: #0b2e13;\\n}\\n\\n\\n.bk.alert-info a {\\n color: #062c33;\\n}\\n\\n\\n.bk.alert-warning a {\\n color: #533f03;\\n}\\n\\n\\n.bk.alert-danger a {\\n color: #491217;\\n}\\n\\n.bk.alert-light a {\\n color: #686868;\\n}\\n\\n.bk.alert-dark a {\\n color: #040505;\\n}\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\".codehilite .hll { background-color: #ffffcc }\\n.codehilite { background: #f8f8f8; }\\n.codehilite .c { color: #408080; font-style: italic } /* Comment */\\n.codehilite .err { border: 1px solid #FF0000 } /* Error */\\n.codehilite .k { color: #008000; font-weight: bold } /* Keyword */\\n.codehilite .o { color: #666666 } /* Operator */\\n.codehilite .ch { color: #408080; font-style: italic } /* Comment.Hashbang */\\n.codehilite .cm { color: #408080; font-style: italic } /* Comment.Multiline */\\n.codehilite .cp { color: #BC7A00 } /* Comment.Preproc */\\n.codehilite .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */\\n.codehilite .c1 { color: #408080; font-style: italic } /* Comment.Single */\\n.codehilite .cs { color: #408080; font-style: italic } /* Comment.Special */\\n.codehilite .gd { color: #A00000 } /* Generic.Deleted */\\n.codehilite .ge { font-style: italic } /* Generic.Emph */\\n.codehilite .gr { color: #FF0000 } /* Generic.Error */\\n.codehilite .gh { color: #000080; font-weight: bold } /* Generic.Heading */\\n.codehilite .gi { color: #00A000 } /* Generic.Inserted */\\n.codehilite .go { color: #888888 } /* Generic.Output */\\n.codehilite .gp { color: #000080; font-weight: bold } /* Generic.Prompt */\\n.codehilite .gs { font-weight: bold } /* Generic.Strong */\\n.codehilite .gu { color: #800080; font-weight: bold } /* Generic.Subheading */\\n.codehilite .gt { color: #0044DD } /* Generic.Traceback */\\n.codehilite .kc { color: #008000; font-weight: bold } /* Keyword.Constant */\\n.codehilite .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */\\n.codehilite .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */\\n.codehilite .kp { color: #008000 } /* Keyword.Pseudo */\\n.codehilite .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */\\n.codehilite .kt { color: #B00040 } /* Keyword.Type */\\n.codehilite .m { color: #666666 } /* Literal.Number */\\n.codehilite .s { color: #BA2121 } /* Literal.String */\\n.codehilite .na { color: #7D9029 } /* Name.Attribute */\\n.codehilite .nb { color: #008000 } /* Name.Builtin */\\n.codehilite .nc { color: #0000FF; font-weight: bold } /* Name.Class */\\n.codehilite .no { color: #880000 } /* Name.Constant */\\n.codehilite .nd { color: #AA22FF } /* Name.Decorator */\\n.codehilite .ni { color: #999999; font-weight: bold } /* Name.Entity */\\n.codehilite .ne { color: #D2413A; font-weight: bold } /* Name.Exception */\\n.codehilite .nf { color: #0000FF } /* Name.Function */\\n.codehilite .nl { color: #A0A000 } /* Name.Label */\\n.codehilite .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */\\n.codehilite .nt { color: #008000; font-weight: bold } /* Name.Tag */\\n.codehilite .nv { color: #19177C } /* Name.Variable */\\n.codehilite .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */\\n.codehilite .w { color: #bbbbbb } /* Text.Whitespace */\\n.codehilite .mb { color: #666666 } /* Literal.Number.Bin */\\n.codehilite .mf { color: #666666 } /* Literal.Number.Float */\\n.codehilite .mh { color: #666666 } /* Literal.Number.Hex */\\n.codehilite .mi { color: #666666 } /* Literal.Number.Integer */\\n.codehilite .mo { color: #666666 } /* Literal.Number.Oct */\\n.codehilite .sa { color: #BA2121 } /* Literal.String.Affix */\\n.codehilite .sb { color: #BA2121 } /* Literal.String.Backtick */\\n.codehilite .sc { color: #BA2121 } /* Literal.String.Char */\\n.codehilite .dl { color: #BA2121 } /* Literal.String.Delimiter */\\n.codehilite .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */\\n.codehilite .s2 { color: #BA2121 } /* Literal.String.Double */\\n.codehilite .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */\\n.codehilite .sh { color: #BA2121 } /* Literal.String.Heredoc */\\n.codehilite .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */\\n.codehilite .sx { color: #008000 } /* Literal.String.Other */\\n.codehilite .sr { color: #BB6688 } /* Literal.String.Regex */\\n.codehilite .s1 { color: #BA2121 } /* Literal.String.Single */\\n.codehilite .ss { color: #19177C } /* Literal.String.Symbol */\\n.codehilite .bp { color: #008000 } /* Name.Builtin.Pseudo */\\n.codehilite .fm { color: #0000FF } /* Name.Function.Magic */\\n.codehilite .vc { color: #19177C } /* Name.Variable.Class */\\n.codehilite .vg { color: #19177C } /* Name.Variable.Global */\\n.codehilite .vi { color: #19177C } /* Name.Variable.Instance */\\n.codehilite .vm { color: #19177C } /* Name.Variable.Magic */\\n.codehilite .il { color: #666666 } /* Literal.Number.Integer.Long */\\n\\n.markdown h1 { margin-block-start: 0.34em }\\n.markdown h2 { margin-block-start: 0.42em }\\n.markdown h3 { margin-block-start: 0.5em }\\n.markdown h4 { margin-block-start: 0.67em }\\n.markdown h5 { margin-block-start: 0.84em }\\n.markdown h6 { margin-block-start: 1.17em }\\n.markdown ul { padding-inline-start: 2em }\\n.markdown ol { padding-inline-start: 2em }\\n.markdown strong { font-weight: 600 }\\n.markdown a { color: -webkit-link }\\n.markdown a { color: -moz-hyperlinkText }\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\"table.panel-df {\\n margin-left: auto;\\n margin-right: auto;\\n border: none;\\n border-collapse: collapse;\\n border-spacing: 0;\\n color: black;\\n font-size: 12px;\\n table-layout: fixed;\\n width: 100%;\\n}\\n\\n.panel-df tr, .panel-df th, .panel-df td {\\n text-align: right;\\n vertical-align: middle;\\n padding: 0.5em 0.5em !important;\\n line-height: normal;\\n white-space: normal;\\n max-width: none;\\n border: none;\\n}\\n\\n.panel-df tbody {\\n display: table-row-group;\\n vertical-align: middle;\\n border-color: inherit;\\n}\\n\\n.panel-df tbody tr:nth-child(odd) {\\n background: #f5f5f5;\\n}\\n\\n.panel-df thead {\\n border-bottom: 1px solid black;\\n vertical-align: bottom;\\n}\\n\\n.panel-df tr:hover {\\n background: lightblue !important;\\n cursor: pointer;\\n}\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\".bk.pn-loading:before {\\n position: absolute;\\n height: 100%;\\n width: 100%;\\n content: '';\\n z-index: 1000;\\n background-color: rgb(255,255,255,0.50);\\n border-color: lightgray;\\n background-repeat: no-repeat;\\n background-position: center;\\n background-size: auto 50%;\\n border-width: 1px;\\n cursor: progress;\\n}\\n.bk.pn-loading.arcs:hover:before {\\n cursor: progress;\\n}\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\".json-formatter-row {\\n font-family: monospace;\\n}\\n.json-formatter-row,\\n.json-formatter-row a,\\n.json-formatter-row a:hover {\\n color: black;\\n text-decoration: none;\\n}\\n.json-formatter-row .json-formatter-row {\\n margin-left: 1rem;\\n}\\n.json-formatter-row .json-formatter-children.json-formatter-empty {\\n opacity: 0.5;\\n margin-left: 1rem;\\n}\\n.json-formatter-row .json-formatter-children.json-formatter-empty:after {\\n display: none;\\n}\\n.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {\\n content: \\\"No properties\\\";\\n}\\n.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {\\n content: \\\"[]\\\";\\n}\\n.json-formatter-row .json-formatter-string,\\n.json-formatter-row .json-formatter-stringifiable {\\n color: green;\\n white-space: pre;\\n word-wrap: break-word;\\n}\\n.json-formatter-row .json-formatter-number {\\n color: blue;\\n}\\n.json-formatter-row .json-formatter-boolean {\\n color: red;\\n}\\n.json-formatter-row .json-formatter-null {\\n color: #855A00;\\n}\\n.json-formatter-row .json-formatter-undefined {\\n color: #ca0b69;\\n}\\n.json-formatter-row .json-formatter-function {\\n color: #FF20ED;\\n}\\n.json-formatter-row .json-formatter-date {\\n background-color: rgba(0, 0, 0, 0.05);\\n}\\n.json-formatter-row .json-formatter-url {\\n text-decoration: underline;\\n color: blue;\\n cursor: pointer;\\n}\\n.json-formatter-row .json-formatter-bracket {\\n color: blue;\\n}\\n.json-formatter-row .json-formatter-key {\\n color: #00008B;\\n padding-right: 0.2rem;\\n}\\n.json-formatter-row .json-formatter-toggler-link {\\n cursor: pointer;\\n}\\n.json-formatter-row .json-formatter-toggler {\\n line-height: 1.2rem;\\n font-size: 0.7rem;\\n vertical-align: middle;\\n opacity: 0.6;\\n cursor: pointer;\\n padding-right: 0.2rem;\\n}\\n.json-formatter-row .json-formatter-toggler:after {\\n display: inline-block;\\n transition: transform 100ms ease-in;\\n content: \\\"\\\\25BA\\\";\\n}\\n.json-formatter-row > a > .json-formatter-preview-text {\\n opacity: 0;\\n transition: opacity 0.15s ease-in;\\n font-style: italic;\\n}\\n.json-formatter-row:hover > a > .json-formatter-preview-text {\\n opacity: 0.6;\\n}\\n.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {\\n transform: rotate(90deg);\\n}\\n.json-formatter-row.json-formatter-open > .json-formatter-children:after {\\n display: inline-block;\\n}\\n.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {\\n display: none;\\n}\\n.json-formatter-row.json-formatter-open.json-formatter-empty:after {\\n display: block;\\n}\\n.json-formatter-dark.json-formatter-row {\\n font-family: monospace;\\n}\\n.json-formatter-dark.json-formatter-row,\\n.json-formatter-dark.json-formatter-row a,\\n.json-formatter-dark.json-formatter-row a:hover {\\n color: white;\\n text-decoration: none;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-row {\\n margin-left: 1rem;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty {\\n opacity: 0.5;\\n margin-left: 1rem;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty:after {\\n display: none;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-object:after {\\n content: \\\"No properties\\\";\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-children.json-formatter-empty.json-formatter-array:after {\\n content: \\\"[]\\\";\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-string,\\n.json-formatter-dark.json-formatter-row .json-formatter-stringifiable {\\n color: #31F031;\\n white-space: pre;\\n word-wrap: break-word;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-number {\\n color: #66C2FF;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-boolean {\\n color: #EC4242;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-null {\\n color: #EEC97D;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-undefined {\\n color: #ef8fbe;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-function {\\n color: #FD48CB;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-date {\\n background-color: rgba(255, 255, 255, 0.05);\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-url {\\n text-decoration: underline;\\n color: #027BFF;\\n cursor: pointer;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-bracket {\\n color: #9494FF;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-key {\\n color: #23A0DB;\\n padding-right: 0.2rem;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-toggler-link {\\n cursor: pointer;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-toggler {\\n line-height: 1.2rem;\\n font-size: 0.7rem;\\n vertical-align: middle;\\n opacity: 0.6;\\n cursor: pointer;\\n padding-right: 0.2rem;\\n}\\n.json-formatter-dark.json-formatter-row .json-formatter-toggler:after {\\n display: inline-block;\\n transition: transform 100ms ease-in;\\n content: \\\"\\\\25BA\\\";\\n}\\n.json-formatter-dark.json-formatter-row > a > .json-formatter-preview-text {\\n opacity: 0;\\n transition: opacity 0.15s ease-in;\\n font-style: italic;\\n}\\n.json-formatter-dark.json-formatter-row:hover > a > .json-formatter-preview-text {\\n opacity: 0.6;\\n}\\n.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-toggler-link .json-formatter-toggler:after {\\n transform: rotate(90deg);\\n}\\n.json-formatter-dark.json-formatter-row.json-formatter-open > .json-formatter-children:after {\\n display: inline-block;\\n}\\n.json-formatter-dark.json-formatter-row.json-formatter-open > a > .json-formatter-preview-text {\\n display: none;\\n}\\n.json-formatter-dark.json-formatter-row.json-formatter-open.json-formatter-empty:after {\\n display: block;\\n}\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\".bk.debugger-card {\\n border: 1px solid rgba(0,0,0,1);\\n color: rgba(255,255,255,1);\\n background-color: rgba(0,0,0,1);\\n border-radius: 0rem;\\n}\\n.bk.debugger-card-header {\\n align-items: center;\\n text-align: left;\\n background-color: rgba(0, 0, 0, 1)!important;\\n color: rgba(255, 255, 255, 1);\\n border-radius: 0rem;\\n display: inline-flex;\\n justify-content: start;\\n width: 100%;\\n}\\n.bk.debugger-card-button {\\n background-color: transparent;\\n color: rgba(255, 255, 255, 1);\\n margin-left: 0.5em;\\n}\\n.bk.debugger-card-title {\\n align-items: center;\\n text-align: left;\\n color: rgba(255, 255, 255, 1);\\n font-size: 1em;\\n overflow-wrap: break-word;\\n}\\n\\n/* Special debugger buttons for clearing and saving */\\n.bk button.special_btn {\\n width: 25px;\\n height: 25px;\\n background-color: black;\\n color: white;\\n display: inline-block;\\n}\\n\\n\\n.bk button.special_btn .tooltiptext {\\n visibility: hidden;\\n width: 100px;\\n background-color: darkgray;\\n color: #fff;\\n text-align: center;\\n border-radius: 6px;\\n padding: 5px 0;\\n\\n /* Position the tooltip */\\n position: relative;\\n z-index: 1;\\n top: 100%;\\n left: 100%;\\n margin-left: -100px;\\n display: block;\\n}\\n\\n.bk button.special_btn:hover .tooltiptext {\\n visibility: visible;\\n}\\n\\n\\n\\n.bk button.clear_btn:hover .shown { display: none;}\\n.bk button.clear_btn:hover:before { content: \\\"\\u2611\\\"; }\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\".bk.card {\\n border: 1px solid rgba(0,0,0,.125);\\n border-radius: 0.25rem;\\n}\\n.bk.accordion {\\n border: 1px solid rgba(0,0,0,.125);\\n}\\n.bk.card-header {\\n align-items: center;\\n background-color: rgba(0, 0, 0, 0.03);\\n border-radius: 0.25rem;\\n display: inline-flex;\\n justify-content: start;\\n width: 100%;\\n}\\n.bk.accordion-header {\\n align-items: center;\\n background-color: rgba(0, 0, 0, 0.03);\\n border-radius: 0;\\n display: flex;\\n justify-content: start;\\n width: 100%;\\n}\\n.bk.card-button {\\n background-color: transparent;\\n margin-left: 0.5em;\\n}\\n.bk.card-header-row {\\n position: relative !important;\\n}\\n.bk.card-title {\\n align-items: center;\\n font-size: 1.4em;\\n font-weight: bold;\\n overflow-wrap: break-word;\\n}\\n.bk.card-header-row > .bk {\\n overflow-wrap: break-word;\\n text-align: center;\\n}\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\".bk.panel-widget-box {\\n min-height: 20px;\\n background-color: #f5f5f5;\\n border: 1px solid #e3e3e3;\\n border-radius: 4px;\\n -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);\\n box-shadow: inset 0 1px 1px rgba(0,0,0,.05);\\n overflow-x: hidden;\\n overflow-y: hidden;\\n}\\n\\n.scrollable {\\n overflow: scroll;\\n}\\n\\nprogress {\\n appearance: none;\\n -moz-appearance: none;\\n -webkit-appearance: none;\\n border: none;\\n height: 20px;\\n background-color: whiteSmoke;\\n border-radius: 3px;\\n box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;\\n color: royalblue;\\n position: relative;\\n margin: 0 0 1.5em;\\n}\\n\\nprogress[value]::-webkit-progress-bar {\\n background-color: whiteSmoke;\\n border-radius: 3px;\\n box-shadow: 0 2px 3px rgba(0,0,0,.5) inset;\\n}\\n\\nprogress[value]::-webkit-progress-value {\\n position: relative;\\n background-size: 35px 20px, 100% 100%, 100% 100%;\\n border-radius:3px;\\n}\\n\\nprogress.active:not([value])::before {\\n background-position: 10%;\\n animation-name: stripes;\\n animation-duration: 3s;\\n animation-timing-function: linear;\\n animation-iteration-count: infinite;\\n}\\n\\nprogress[value]::-moz-progress-bar {\\n background-size: 35px 20px, 100% 100%, 100% 100%;\\n border-radius:3px;\\n}\\n\\nprogress:not([value])::-moz-progress-bar {\\n border-radius:3px;\\n background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%) left/2.5em 1.5em;\\n}\\n\\nprogress.active:not([value])::-moz-progress-bar {\\n background-position: 10%;\\n animation-name: stripes;\\n animation-duration: 3s;\\n animation-timing-function: linear;\\n animation-iteration-count: infinite;\\n}\\n\\nprogress.active:not([value])::-webkit-progress-bar {\\n background-position: 10%;\\n animation-name: stripes;\\n animation-duration: 3s;\\n animation-timing-function: linear;\\n animation-iteration-count: infinite;\\n}\\n\\nprogress.primary[value]::-webkit-progress-value { background-color: #007bff; }\\nprogress.primary:not([value])::before { background-color: #007bff; }\\nprogress.primary:not([value])::-webkit-progress-bar { background-color: #007bff; }\\nprogress.primary::-moz-progress-bar { background-color: #007bff; }\\n\\nprogress.secondary[value]::-webkit-progress-value { background-color: #6c757d; }\\nprogress.secondary:not([value])::before { background-color: #6c757d; }\\nprogress.secondary:not([value])::-webkit-progress-bar { background-color: #6c757d; }\\nprogress.secondary::-moz-progress-bar { background-color: #6c757d; }\\n\\nprogress.success[value]::-webkit-progress-value { background-color: #28a745; }\\nprogress.success:not([value])::before { background-color: #28a745; }\\nprogress.success:not([value])::-webkit-progress-bar { background-color: #28a745; }\\nprogress.success::-moz-progress-bar { background-color: #28a745; }\\n\\nprogress.danger[value]::-webkit-progress-value { background-color: #dc3545; }\\nprogress.danger:not([value])::before { background-color: #dc3545; }\\nprogress.danger:not([value])::-webkit-progress-bar { background-color: #dc3545; }\\nprogress.danger::-moz-progress-bar { background-color: #dc3545; }\\n\\nprogress.warning[value]::-webkit-progress-value { background-color: #ffc107; }\\nprogress.warning:not([value])::before { background-color: #ffc107; }\\nprogress.warning:not([value])::-webkit-progress-bar { background-color: #ffc107; }\\nprogress.warning::-moz-progress-bar { background-color: #ffc107; }\\n\\nprogress.info[value]::-webkit-progress-value { background-color: #17a2b8; }\\nprogress.info:not([value])::before { background-color: #17a2b8; }\\nprogress.info:not([value])::-webkit-progress-bar { background-color: #17a2b8; }\\nprogress.info::-moz-progress-bar { background-color: #17a2b8; }\\n\\nprogress.light[value]::-webkit-progress-value { background-color: #f8f9fa; }\\nprogress.light:not([value])::before { background-color: #f8f9fa; }\\nprogress.light:not([value])::-webkit-progress-bar { background-color: #f8f9fa; }\\nprogress.light::-moz-progress-bar { background-color: #f8f9fa; }\\n\\nprogress.dark[value]::-webkit-progress-value { background-color: #343a40; }\\nprogress.dark:not([value])::-webkit-progress-bar { background-color: #343a40; }\\nprogress.dark:not([value])::before { background-color: #343a40; }\\nprogress.dark::-moz-progress-bar { background-color: #343a40; }\\n\\nprogress:not([value])::-webkit-progress-bar {\\n border-radius: 3px;\\n background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%) left/2.5em 1.5em;\\n}\\nprogress:not([value])::before {\\n content:\\\" \\\";\\n position:absolute;\\n height: 20px;\\n top:0;\\n left:0;\\n right:0;\\n bottom:0;\\n border-radius: 3px;\\n background: linear-gradient(-45deg, transparent 33%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.2) 66%, transparent 66%) left/2.5em 1.5em;\\n}\\n\\n@keyframes stripes {\\n from {background-position: 0%}\\n to {background-position: 100%}\\n}\\n\\n.bk-root .bk.loader {\\n overflow: hidden;\\n}\\n\\n.bk.loader::after {\\n content: \\\"\\\";\\n border-radius: 50%;\\n -webkit-mask-image: radial-gradient(transparent 50%, rgba(0, 0, 0, 1) 54%);\\n width: 100%;\\n height: 100%;\\n left: 0;\\n top: 0;\\n position: absolute;\\n}\\n\\n.bk-root .bk.loader.dark::after {\\n background: #0f0f0f;\\n}\\n\\n.bk-root .bk.loader.light::after {\\n background: #f0f0f0;\\n}\\n\\n.bk-root .bk.loader.spin::after {\\n animation: spin 2s linear infinite;\\n}\\n\\n.bk-root div.bk.loader.spin.primary-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #007bff 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.secondary-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #6c757d 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.success-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #28a745 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.danger-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #dc3545 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.warning-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #ffc107 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.info-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #17a2b8 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.light-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #f8f9fa 50%);\\n}\\n\\n.bk-root div.bk.loader.dark-light::after {\\n background: linear-gradient(135deg, #f0f0f0 50%, transparent 50%), linear-gradient(45deg, #f0f0f0 50%, #343a40 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.primary-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #007bff 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.secondary-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #6c757d 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.success-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #28a745 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.danger-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #dc3545 50%)\\n}\\n\\n.bk-root div.bk.loader.spin.warning-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #ffc107 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.info-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #17a2b8 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.light-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #f8f9fa 50%);\\n}\\n\\n.bk-root div.bk.loader.spin.dark-dark::after {\\n background: linear-gradient(135deg, #0f0f0f 50%, transparent 50%), linear-gradient(45deg, #0f0f0f 50%, #343a40 50%);\\n}\\n\\n/* Safari */\\n@-webkit-keyframes spin {\\n 0% { -webkit-transform: rotate(0deg); }\\n 100% { -webkit-transform: rotate(360deg); }\\n}\\n\\n@keyframes spin {\\n 0% { transform: rotate(0deg); }\\n 100% { transform: rotate(360deg); }\\n}\\n\\n.dot div {\\n height: 100%;\\n width: 100%;\\n border: 1px solid #000 !important;\\n background-color: #fff;\\n border-radius: 50%;\\n display: inline-block;\\n}\\n\\n.dot-filled div {\\n height: 100%;\\n width: 100%;\\n border: 1px solid #000 !important;\\n border-radius: 50%;\\n display: inline-block;\\n}\\n\\n.dot-filled.primary div {\\n background-color: #007bff;\\n}\\n\\n.dot-filled.secondary div {\\n background-color: #6c757d;\\n}\\n\\n.dot-filled.success div {\\n background-color: #28a745;\\n}\\n\\n.dot-filled.danger div {\\n background-color: #dc3545;\\n}\\n\\n.dot-filled.warning div {\\n background-color: #ffc107;\\n}\\n\\n.dot-filled.info div {\\n background-color: #17a2b8;\\n}\\n\\n.dot-filled.dark div {\\n background-color: #343a40;\\n}\\n\\n.dot-filled.light div {\\n background-color: #f8f9fa;\\n}\\n\\n/* Slider editor */\\n.slider-edit .bk-input-group .bk-input {\\n border: 0;\\n border-radius: 0;\\n min-height: 0;\\n padding-left: 0;\\n padding-right: 0;\\n font-weight: bold;\\n}\\n\\n.slider-edit .bk-input-group .bk-spin-wrapper {\\n display: contents;\\n}\\n\\n.slider-edit .bk-input-group .bk-spin-wrapper .bk.bk-spin-btn-up {\\n top: -6px;\\n}\\n\\n.slider-edit .bk-input-group .bk-spin-wrapper .bk.bk-spin-btn-down {\\n bottom: 3px;\\n}\\n\\n/* JSON Pane */\\n.bk-root .json-formatter-row .json-formatter-string, .bk-root .json-formatter-row .json-formatter-stringifiable {\\n white-space: pre-wrap;\\n}\\n\\n.ql-bubble .ql-editor {\\n border: 1px solid #ccc;\\n}\\n\");\n", - " }, function(Bokeh) {\n", - " inject_raw_css(\"\\n .bk.pn-loading.arcs:before {\\n background-image: url(\\\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4gIDxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjMyIiBzdHJva2Utd2lkdGg9IjgiIHN0cm9rZT0iI2MzYzNjMyIgc3Ryb2tlLWRhc2hhcnJheT0iNTAuMjY1NDgyNDU3NDM2NjkgNTAuMjY1NDgyNDU3NDM2NjkiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+ICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIga2V5VGltZXM9IjA7MSIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCI+PC9hbmltYXRlVHJhbnNmb3JtPiAgPC9jaXJjbGU+PC9zdmc+\\\");\\n background-size: auto calc(min(50%, 400px));\\n }\\n \");\n", - " }, function(Bokeh) {\n", - " /* BEGIN bokeh.min.js */\n", - " /*!\n", - " * Copyright (c) 2012 - 2022, Anaconda, Inc., and Bokeh Contributors\n", - " * All rights reserved.\n", - " * \n", - " * Redistribution and use in source and binary forms, with or without modification,\n", - " * are permitted provided that the following conditions are met:\n", - " * \n", - " * Redistributions of source code must retain the above copyright notice,\n", - " * this list of conditions and the following disclaimer.\n", - " * \n", - " * Redistributions in binary form must reproduce the above copyright notice,\n", - " * this list of conditions and the following disclaimer in the documentation\n", - " * and/or other materials provided with the distribution.\n", - " * \n", - " * Neither the name of Anaconda nor the names of any contributors\n", - " * may be used to endorse or promote products derived from this software\n", - " * without specific prior written permission.\n", - " * \n", - " * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n", - " * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n", - " * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n", - " * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n", - " * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n", - " * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n", - " * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n", - " * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n", - " * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n", - " * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n", - " * THE POSSIBILITY OF SUCH DAMAGE.\n", - " */\n", - " (function(root, factory) {\n", - " const bokeh = factory();\n", - " bokeh.__bokeh__ = true;\n", - " if (typeof root.Bokeh === \"undefined\" || typeof root.Bokeh.__bokeh__ === \"undefined\") {\n", - " root.Bokeh = bokeh;\n", - " }\n", - " const Bokeh = root.Bokeh;\n", - " Bokeh[bokeh.version] = bokeh;\n", - " })(this, function() {\n", - " let define;\n", - " const parent_require = typeof require === \"function\" && require\n", - " return (function(modules, entry, aliases, externals) {\n", - " if (aliases === undefined) aliases = {};\n", - " if (externals === undefined) externals = {};\n", - "\n", - " const cache = {};\n", - "\n", - " const normalize = function(name) {\n", - " if (typeof name === \"number\")\n", - " return name;\n", - "\n", - " if (name === \"bokehjs\")\n", - " return entry;\n", - "\n", - " if (!externals[name]) {\n", - " const prefix = \"@bokehjs/\"\n", - " if (name.slice(0, prefix.length) === prefix)\n", - " name = name.slice(prefix.length)\n", - " }\n", - "\n", - " const alias = aliases[name]\n", - " if (alias != null)\n", - " return alias;\n", - "\n", - " const trailing = name.length > 0 && name[name.lenght-1] === \"/\";\n", - " const index = aliases[name + (trailing ? \"\" : \"/\") + \"index\"];\n", - " if (index != null)\n", - " return index;\n", - "\n", - " return name;\n", - " }\n", - "\n", - " const require = function(name) {\n", - " let mod = cache[name];\n", - " if (!mod) {\n", - " const id = normalize(name);\n", - "\n", - " mod = cache[id];\n", - " if (!mod) {\n", - " if (!modules[id]) {\n", - " if (externals[id] === false || (externals[id] == true && parent_require)) {\n", - " try {\n", - " mod = {exports: externals[id] ? parent_require(id) : {}};\n", - " cache[id] = cache[name] = mod;\n", - " return mod.exports;\n", - " } catch (e) {}\n", - " }\n", - "\n", - " const err = new Error(\"Cannot find module '\" + name + \"'\");\n", - " err.code = 'MODULE_NOT_FOUND';\n", - " throw err;\n", - " }\n", - "\n", - " mod = {exports: {}};\n", - " cache[id] = cache[name] = mod;\n", - "\n", - " function __esModule() {\n", - " Object.defineProperty(mod.exports, \"__esModule\", {value: true});\n", - " }\n", - "\n", - " function __esExport(name, value) {\n", - " Object.defineProperty(mod.exports, name, {\n", - " enumerable: true, get: function () { return value; }\n", - " });\n", - " }\n", - "\n", - " modules[id].call(mod.exports, require, mod, mod.exports, __esModule, __esExport);\n", - " } else {\n", - " cache[name] = mod;\n", - " }\n", - " }\n", - "\n", - " return mod.exports;\n", - " }\n", - " require.resolve = function(name) {\n", - " return \"\"\n", - " }\n", - "\n", - " const main = require(entry);\n", - " main.require = require;\n", - "\n", - " if (typeof Proxy !== \"undefined\") {\n", - " // allow Bokeh.loader[\"@bokehjs/module/name\"] syntax\n", - " main.loader = new Proxy({}, {\n", - " get: function(_obj, module) {\n", - " return require(module);\n", - " }\n", - " });\n", - " }\n", - "\n", - " main.register_plugin = function(plugin_modules, plugin_entry, plugin_aliases, plugin_externals) {\n", - " if (plugin_aliases === undefined) plugin_aliases = {};\n", - " if (plugin_externals === undefined) plugin_externals = {};\n", - "\n", - " for (let name in plugin_modules) {\n", - " modules[name] = plugin_modules[name];\n", - " }\n", - "\n", - " for (let name in plugin_aliases) {\n", - " aliases[name] = plugin_aliases[name];\n", - " }\n", - "\n", - " for (let name in plugin_externals) {\n", - " externals[name] = plugin_externals[name];\n", - " }\n", - "\n", - " const plugin = require(plugin_entry);\n", - "\n", - " for (let name in plugin) {\n", - " main[name] = plugin[name];\n", - " }\n", - "\n", - " return plugin;\n", - " }\n", - "\n", - " return main;\n", - " })\n", - " ([\n", - " function _(t,_,n,o,r){o();(0,t(1).__exportStar)(t(2),n)},\n", - " function _(t,e,r,n,o){n();var a=function(t,e){return a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},a(t,e)};r.__extends=function(t,e){if(\"function\"!=typeof e&&null!==e)throw new TypeError(\"Class extends value \"+String(e)+\" is not a constructor or null\");function r(){this.constructor=t}a(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)};function i(t){var e=\"function\"==typeof Symbol&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&\"number\"==typeof t.length)return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function c(t,e){var r=\"function\"==typeof Symbol&&t[Symbol.iterator];if(!r)return t;var n,o,a=r.call(t),i=[];try{for(;(void 0===e||e-- >0)&&!(n=a.next()).done;)i.push(n.value)}catch(t){o={error:t}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}function u(t){return this instanceof u?(this.v=t,this):new u(t)}r.__assign=function(){return r.__assign=Object.assign||function(t){for(var e,r=1,n=arguments.length;r=0;c--)(o=t[c])&&(i=(a<3?o(i):a>3?o(e,r,i):o(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},r.__param=function(t,e){return function(r,n){e(r,n,t)}},r.__metadata=function(t,e){if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.metadata)return Reflect.metadata(t,e)},r.__awaiter=function(t,e,r,n){return new(r||(r=Promise))((function(o,a){function i(t){try{u(n.next(t))}catch(t){a(t)}}function c(t){try{u(n.throw(t))}catch(t){a(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(i,c)}u((n=n.apply(t,e||[])).next())}))},r.__generator=function(t,e){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:c(0),throw:c(1),return:c(2)},\"function\"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(a){return function(c){return function(a){if(r)throw new TypeError(\"Generator is already executing.\");for(;i;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,n=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]1||c(t,e)}))})}function c(t,e){try{(r=o[t](e)).value instanceof u?Promise.resolve(r.value.v).then(f,l):s(a[0][2],r)}catch(t){s(a[0][3],t)}var r}function f(t){c(\"next\",t)}function l(t){c(\"throw\",t)}function s(t,e){t(e),a.shift(),a.length&&c(a[0][0],a[0][1])}},r.__asyncDelegator=function(t){var e,r;return e={},n(\"next\"),n(\"throw\",(function(t){throw t})),n(\"return\"),e[Symbol.iterator]=function(){return this},e;function n(n,o){e[n]=t[n]?function(e){return(r=!r)?{value:u(t[n](e)),done:\"return\"===n}:o?o(e):e}:o}},r.__asyncValues=function(t){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var e,r=t[Symbol.asyncIterator];return r?r.call(t):(t=i(t),e={},n(\"next\"),n(\"throw\"),n(\"return\"),e[Symbol.asyncIterator]=function(){return this},e);function n(r){e[r]=t[r]&&function(e){return new Promise((function(n,o){(function(t,e,r,n){Promise.resolve(n).then((function(e){t({value:e,done:r})}),e)})(n,o,(e=t[r](e)).done,e.value)}))}}},r.__makeTemplateObject=function(t,e){return Object.defineProperty?Object.defineProperty(t,\"raw\",{value:e}):t.raw=e,t};var f=Object.create?function(t,e){Object.defineProperty(t,\"default\",{enumerable:!0,value:e})}:function(t,e){t.default=e};r.__importStar=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)\"default\"!==n&&Object.prototype.hasOwnProperty.call(t,n)&&(0,r.__createBinding)(e,t,n);return f(e,t),e},r.__importDefault=function(t){return t&&t.__esModule?t:{default:t}},r.__classPrivateFieldGet=function(t,e,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"==typeof e?t!==e||!n:!e.has(t))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(t):n?n.value:e.get(t)},r.__classPrivateFieldSet=function(t,e,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"==typeof e?t!==e||!o:!e.has(t))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(t,r):o?o.value=r:e.set(t,r),r}},\n", - " function _(e,t,o,s,l){s();const n=e(1);l(\"version\",e(3).version),l(\"index\",e(4).index),o.embed=(0,n.__importStar)(e(4)),o.protocol=(0,n.__importStar)(e(406)),o._testing=(0,n.__importStar)(e(407));var r=e(19);l(\"logger\",r.logger),l(\"set_log_level\",r.set_log_level),l(\"settings\",e(28).settings),l(\"Models\",e(7).Models),l(\"documents\",e(5).documents),l(\"safely\",e(408).safely)},\n", - " function _(n,i,o,c,e){c(),o.version=\"2.4.3\"},\n", - " function _(e,o,t,n,s){n();const d=e(5),r=e(19),_=e(34),c=e(13),i=e(8),a=e(16),u=e(397),l=e(399),m=e(398);var f=e(397);s(\"add_document_standalone\",f.add_document_standalone),s(\"index\",f.index),s(\"add_document_from_session\",e(399).add_document_from_session);var g=e(404);async function w(e,o,t,n){(0,i.isString)(e)&&(e=JSON.parse((0,_.unescape)(e)));const s={};for(const[o,t]of(0,c.entries)(e))s[o]=d.Document.from_json(t);const a=[];for(const e of o){const o=(0,m._resolve_element)(e),d=(0,m._resolve_root_elements)(e);if(null!=e.docid)a.push(await(0,u.add_document_standalone)(s[e.docid],o,d,e.use_for_title));else{if(null==e.token)throw new Error(\"Error rendering Bokeh items: either 'docid' or 'token' was expected.\");{const s=(0,l._get_ws_url)(t,n);r.logger.debug(`embed: computed ws url: ${s}`);try{a.push(await(0,l.add_document_from_session)(s,e.token,o,d,e.use_for_title)),console.log(\"Bokeh items were rendered successfully\")}catch(e){console.log(\"Error rendering Bokeh items:\",e)}}}}return a}s(\"embed_items_notebook\",g.embed_items_notebook),s(\"kernels\",g.kernels),s(\"BOKEH_ROOT\",e(398).BOKEH_ROOT),t.embed_item=async function(e,o){const t={},n=(0,_.uuid4)();t[n]=e.doc,null==o&&(o=e.target_id);const s=document.getElementById(o);null!=s&&s.classList.add(m.BOKEH_ROOT);const d={roots:{[e.root_id]:o},root_ids:[e.root_id],docid:n};await(0,a.defer)();const[r]=await w(t,[d]);return r},t.embed_items=async function(e,o,t,n){return await(0,a.defer)(),w(e,o,t,n)}},\n", - " function _(t,_,o,r,n){r();const a=t(1);(0,a.__exportStar)(t(6),o),(0,a.__exportStar)(t(35),o)},\n", - " function _(e,t,s,o,n){o();const i=e(1),r=e(7),l=e(3),_=e(19),a=e(251),c=e(14),d=e(30),h=e(15),f=e(17),u=e(31),m=e(29),g=e(9),v=e(13),p=(0,i.__importStar)(e(77)),w=e(26),b=e(8),y=e(309),k=e(75),M=e(53),j=e(396),z=e(35);class S{constructor(e){this.document=e,this.session=null,this.subscribed_models=new Set}send_event(e){const t=new z.MessageSentEvent(this.document,\"bokeh_event\",e.to_json());this.document._trigger_on_change(t)}trigger(e){for(const t of this.subscribed_models)null!=e.origin&&e.origin!=t||t._process_event(e)}}s.EventManager=S,S.__name__=\"EventManager\",s.documents=[],s.DEFAULT_TITLE=\"Bokeh Application\";class E{constructor(e){var t;s.documents.push(this),this._init_timestamp=Date.now(),this._resolver=null!==(t=null==e?void 0:e.resolver)&&void 0!==t?t:new r.ModelResolver,this._title=s.DEFAULT_TITLE,this._roots=[],this._all_models=new Map,this._all_models_freeze_count=0,this._callbacks=new Map,this._message_callbacks=new Map,this.event_manager=new S(this),this.idle=new h.Signal0(this,\"idle\"),this._idle_roots=new WeakMap,this._interactive_timestamp=null,this._interactive_plot=null}get layoutables(){return this._roots.filter((e=>e instanceof y.LayoutDOM))}get is_idle(){for(const e of this.layoutables)if(!this._idle_roots.has(e))return!1;return!0}notify_idle(e){this._idle_roots.set(e,!0),this.is_idle&&(_.logger.info(`document idle at ${Date.now()-this._init_timestamp} ms`),this.event_manager.send_event(new a.DocumentReady),this.idle.emit())}clear(){this._push_all_models_freeze();try{for(;this._roots.length>0;)this.remove_root(this._roots[0])}finally{this._pop_all_models_freeze()}}interactive_start(e,t=null){null==this._interactive_plot&&(this._interactive_plot=e,this._interactive_plot.trigger_event(new a.LODStart)),this._interactive_finalize=t,this._interactive_timestamp=Date.now()}interactive_stop(){null!=this._interactive_plot&&(this._interactive_plot.trigger_event(new a.LODEnd),null!=this._interactive_finalize&&this._interactive_finalize()),this._interactive_plot=null,this._interactive_timestamp=null,this._interactive_finalize=null}interactive_duration(){return null==this._interactive_timestamp?-1:Date.now()-this._interactive_timestamp}destructively_move(e){if(e===this)throw new Error(\"Attempted to overwrite a document with itself\");e.clear();const t=(0,g.copy)(this._roots);this.clear();for(const e of t)if(null!=e.document)throw new Error(`Somehow we didn't detach ${e}`);if(0!=this._all_models.size)throw new Error(`this._all_models still had stuff in it: ${this._all_models}`);for(const s of t)e.add_root(s);e.set_title(this._title)}_push_all_models_freeze(){this._all_models_freeze_count+=1}_pop_all_models_freeze(){this._all_models_freeze_count-=1,0===this._all_models_freeze_count&&this._recompute_all_models()}_invalidate_all_models(){_.logger.debug(\"invalidating document models\"),0===this._all_models_freeze_count&&this._recompute_all_models()}_recompute_all_models(){let e=new Set;for(const t of this._roots)e=p.union(e,t.references());const t=new Set(this._all_models.values()),s=p.difference(t,e),o=p.difference(e,t),n=new Map;for(const t of e)n.set(t.id,t);for(const e of s)e.detach_document();for(const e of o)e.attach_document(this);this._all_models=n}roots(){return this._roots}add_root(e,t){if(_.logger.debug(`Adding root: ${e}`),!(0,g.includes)(this._roots,e)){this._push_all_models_freeze();try{this._roots.push(e)}finally{this._pop_all_models_freeze()}this._trigger_on_change(new z.RootAddedEvent(this,e,t))}}remove_root(e,t){const s=this._roots.indexOf(e);if(!(s<0)){this._push_all_models_freeze();try{this._roots.splice(s,1)}finally{this._pop_all_models_freeze()}this._trigger_on_change(new z.RootRemovedEvent(this,e,t))}}title(){return this._title}set_title(e,t){e!==this._title&&(this._title=e,this._trigger_on_change(new z.TitleChangedEvent(this,e,t)))}get_model_by_id(e){var t;return null!==(t=this._all_models.get(e))&&void 0!==t?t:null}get_model_by_name(e){const t=[];for(const s of this._all_models.values())s instanceof M.Model&&s.name==e&&t.push(s);switch(t.length){case 0:return null;case 1:return t[0];default:throw new Error(`Multiple models are named '${e}'`)}}on_message(e,t){const s=this._message_callbacks.get(e);null==s?this._message_callbacks.set(e,new Set([t])):s.add(t)}remove_on_message(e,t){var s;null===(s=this._message_callbacks.get(e))||void 0===s||s.delete(t)}_trigger_on_message(e,t){const s=this._message_callbacks.get(e);if(null!=s)for(const e of s)e(t)}on_change(e,t=!1){this._callbacks.has(e)||this._callbacks.set(e,t)}remove_on_change(e){this._callbacks.delete(e)}_trigger_on_change(e){for(const[t,s]of this._callbacks)if(!s&&e instanceof z.DocumentEventBatch)for(const s of e.events)t(s);else t(e)}_notify_change(e,t,s,o,n){this._trigger_on_change(new z.ModelChangedEvent(this,e,t,s,o,null==n?void 0:n.setter_id,null==n?void 0:n.hint))}static _instantiate_object(e,t,s,o){const n=Object.assign(Object.assign({},s),{id:e,__deferred__:!0});return new(o.get(t))(n)}static _instantiate_references_json(e,t,s){var o;const n=new Map;for(const i of e){const e=i.id,r=i.type,l=null!==(o=i.attributes)&&void 0!==o?o:{};let _=t.get(e);null==_&&(_=E._instantiate_object(e,r,l,s),null!=i.subtype&&_.set_subtype(i.subtype)),n.set(_.id,_)}return n}static _resolve_refs(e,t,s,o){function n(e){var i;if((0,f.is_ref)(e)){const o=null!==(i=t.get(e.id))&&void 0!==i?i:s.get(e.id);if(null!=o)return o;throw new Error(`reference ${JSON.stringify(e)} isn't known (not in Document?)`)}if((0,u.is_NDArray_ref)(e)){const{buffer:t,dtype:s,shape:n}=(0,u.decode_NDArray)(e,o);return(0,m.ndarray)(t,{dtype:s,shape:n})}return(0,b.isArray)(e)?function(e){const t=[];for(const s of e)t.push(n(s));return t}(e):(0,b.isPlainObject)(e)?function(e){const t={};for(const[s,o]of(0,v.entries)(e))t[s]=n(o);return t}(e):e}return n(e)}static _initialize_references_json(e,t,s,o){const n=new Map;for(const{id:i,attributes:r}of e){const e=!t.has(i),l=e?s.get(i):t.get(i),_=E._resolve_refs(r,t,s,o);l.setv(_,{silent:!0}),n.set(i,{instance:l,is_new:e})}const i=[],r=new Set;function l(e){if(e instanceof c.HasProps){if(n.has(e.id)&&!r.has(e.id)){r.add(e.id);const{instance:t,is_new:s}=n.get(e.id),{attributes:o}=t;for(const e of(0,v.values)(o))l(e);s&&(t.finalize(),i.push(t))}}else if((0,b.isArray)(e))for(const t of e)l(t);else if((0,b.isPlainObject)(e))for(const t of(0,v.values)(e))l(t)}for(const e of n.values())l(e.instance);for(const e of i)e.connect_signals()}static _event_for_attribute_change(e,t,s,o,n){if(o.get_model_by_id(e.id).property(t).syncable){const i={kind:\"ModelChanged\",model:{id:e.id},attr:t,new:s};return c.HasProps._json_record_references(o,s,n,{recursive:!0}),i}return null}static _events_to_sync_objects(e,t,s,o){const n=Object.keys(e.attributes),i=Object.keys(t.attributes),r=(0,g.difference)(n,i),l=(0,g.difference)(i,n),a=(0,g.intersection)(n,i),c=[];for(const e of r)_.logger.warn(`Server sent key ${e} but we don't seem to have it in our JSON`);for(const n of l){const i=t.attributes[n];c.push(E._event_for_attribute_change(e,n,i,s,o))}for(const n of a){const i=e.attributes[n],r=t.attributes[n];null==i&&null==r||(null==i||null==r?c.push(E._event_for_attribute_change(e,n,r,s,o)):\"data\"==n||(0,w.is_equal)(i,r)||c.push(E._event_for_attribute_change(e,n,r,s,o)))}return c.filter((e=>null!=e))}static _compute_patch_since_json(e,t){const s=t.to_json(!1);function o(e){const t=new Map;for(const s of e.roots.references)t.set(s.id,s);return t}const n=o(e),i=new Map,r=[];for(const t of e.roots.root_ids)i.set(t,n.get(t)),r.push(t);const l=o(s),_=new Map,a=[];for(const e of s.roots.root_ids)_.set(e,l.get(e)),a.push(e);if(r.sort(),a.sort(),(0,g.difference)(r,a).length>0||(0,g.difference)(a,r).length>0)throw new Error(\"Not implemented: computing add/remove of document roots\");const c=new Set;let h=[];for(const e of t._all_models.keys())if(n.has(e)){const s=E._events_to_sync_objects(n.get(e),l.get(e),t,c);h=h.concat(s)}const f=new d.Serializer({include_defaults:!1});return f.to_serializable([...c]),{references:[...f.definitions],events:h}}to_json_string(e=!0){return JSON.stringify(this.to_json(e))}to_json(e=!0){const t=new d.Serializer({include_defaults:e}),s=t.to_serializable(this._roots);return{version:l.version,title:this._title,roots:{root_ids:s.map((e=>e.id)),references:[...t.definitions]}}}static from_json_string(e){const t=JSON.parse(e);return E.from_json(t)}static from_json(e){_.logger.debug(\"Creating Document from JSON\");const t=e.version,s=-1!==t.indexOf(\"+\")||-1!==t.indexOf(\"-\"),o=`Library versions: JS (${l.version}) / Python (${t})`;s||l.version.replace(/-(dev|rc)\\./,\"$1\")==t?_.logger.debug(o):(_.logger.warn(\"JS/Python version mismatch\"),_.logger.warn(o));const n=new r.ModelResolver;null!=e.defs&&(0,j.resolve_defs)(e.defs,n);const i=e.roots,a=i.root_ids,c=i.references,d=E._instantiate_references_json(c,new Map,n);E._initialize_references_json(c,new Map,d,new Map);const h=new E({resolver:n});h._push_all_models_freeze();for(const e of a){const t=d.get(e);null!=t&&h.add_root(t)}return h._pop_all_models_freeze(),h.set_title(e.title),h}replace_with_json(e){E.from_json(e).destructively_move(this)}create_json_patch_string(e){return JSON.stringify(this.create_json_patch(e))}create_json_patch(e){for(const t of e)if(t.document!=this)throw new Error(\"Cannot create a patch using events from a different document\");const t=new d.Serializer,s=t.to_serializable(e);for(const e of this._all_models.values())t.remove_def(e);return{events:s,references:[...t.definitions]}}apply_json_patch(e,t=new Map,s){const o=e.references,n=e.events,i=E._instantiate_references_json(o,this._all_models,this._resolver);t instanceof Map||(t=new Map(t));for(const e of n)switch(e.kind){case\"RootAdded\":case\"RootRemoved\":case\"ModelChanged\":{const t=e.model.id,s=this._all_models.get(t);if(null!=s)i.set(t,s);else if(!i.has(t))throw _.logger.warn(`Got an event for unknown model ${e.model}\"`),new Error(\"event model wasn't known\");break}}const r=new Map(this._all_models),l=new Map;for(const[e,t]of i)r.has(e)||l.set(e,t);E._initialize_references_json(o,r,l,t);for(const e of n)switch(e.kind){case\"MessageSent\":{const{msg_type:s,msg_data:o}=e;let n;if(void 0===o){if(1!=t.size)throw new Error(\"expected exactly one buffer\");{const[[,e]]=t;n=e}}else n=E._resolve_refs(o,r,l,t);this._trigger_on_message(s,n);break}case\"ModelChanged\":{const o=e.model.id,n=this._all_models.get(o);if(null==n)throw new Error(`Cannot apply patch to ${o} which is not in the document`);const i=e.attr,_=E._resolve_refs(e.new,r,l,t);n.setv({[i]:_},{setter_id:s});break}case\"ColumnDataChanged\":{const o=e.column_source.id,n=this._all_models.get(o);if(null==n)throw new Error(`Cannot stream to ${o} which is not in the document`);const i=E._resolve_refs(e.new,new Map,new Map,t);if(null!=e.cols)for(const e in n.data)e in i||(i[e]=n.data[e]);n.setv({data:i},{setter_id:s,check_eq:!1});break}case\"ColumnsStreamed\":{const t=e.column_source.id,o=this._all_models.get(t);if(null==o)throw new Error(`Cannot stream to ${t} which is not in the document`);if(!(o instanceof k.ColumnDataSource))throw new Error(\"Cannot stream to non-ColumnDataSource\");const n=e.data,i=e.rollover;o.stream(n,i,s);break}case\"ColumnsPatched\":{const t=e.column_source.id,o=this._all_models.get(t);if(null==o)throw new Error(`Cannot patch ${t} which is not in the document`);if(!(o instanceof k.ColumnDataSource))throw new Error(\"Cannot patch non-ColumnDataSource\");const n=e.patches;o.patch(n,s);break}case\"RootAdded\":{const t=e.model.id,o=i.get(t);this.add_root(o,s);break}case\"RootRemoved\":{const t=e.model.id,o=i.get(t);this.remove_root(o,s);break}case\"TitleChanged\":this.set_title(e.title,s);break;default:throw new Error(`Unknown patch event ${JSON.stringify(e)}`)}}}s.Document=E,E.__name__=\"Document\"},\n", - " function _(e,o,s,r,t){r();const l=e(1),i=e(8),d=e(13),n=e(14);s.overrides={};const a=new Map;s.Models=e=>{const o=s.Models.get(e);if(null!=o)return o;throw new Error(`Model '${e}' does not exist. This could be due to a widget or a custom model not being registered before first usage.`)},s.Models.get=e=>{var o;return null!==(o=s.overrides[e])&&void 0!==o?o:a.get(e)},s.Models.register=(e,o)=>{s.overrides[e]=o},s.Models.unregister=e=>{delete s.overrides[e]},s.Models.register_models=(e,o=!1,s)=>{var r;if(null!=e)for(const t of(0,i.isArray)(e)?e:(0,d.values)(e))if(r=t,(0,i.isObject)(r)&&r.prototype instanceof n.HasProps){const e=t.__qualified__;o||!a.has(e)?a.set(e,t):null!=s?s(e):console.warn(`Model '${e}' was already registered`)}},s.register_models=s.Models.register_models,s.Models.registered_names=()=>[...a.keys()];class _{constructor(){this._known_models=new Map}get(e,o){var r;const t=null!==(r=s.Models.get(e))&&void 0!==r?r:this._known_models.get(e);if(null!=t)return t;if(void 0!==o)return o;throw new Error(`Model '${e}' does not exist. This could be due to a widget or a custom model not being registered before first usage.`)}register(e){const o=e.__qualified__;null==this.get(o,null)?this._known_models.set(o,e):console.warn(`Model '${o}' was already registered with this resolver`)}}s.ModelResolver=_,_.__name__=\"ModelResolver\";const g=(0,l.__importStar)(e(38));(0,s.register_models)(g);const u=(0,l.__importStar)(e(392));(0,s.register_models)(u)},\n", - " function _(n,t,r,e,i){e();\n", - " // (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n", - " // Underscore may be freely distributed under the MIT license.\n", - " const o=n(9),u=Object.prototype.toString;function c(n){return!0===n||!1===n||\"[object Boolean]\"===u.call(n)}function f(n){return\"[object Number]\"===u.call(n)}function l(n){return\"[object String]\"===u.call(n)}function s(n){return\"symbol\"==typeof n}function a(n){const t=typeof n;return\"function\"===t||\"object\"===t&&!!n}function b(n){return a(n)&&void 0!==n[Symbol.iterator]}r.isBoolean=c,r.isNumber=f,r.isInteger=function(n){return f(n)&&Number.isInteger(n)},r.isString=l,r.isSymbol=s,r.isPrimitive=function(n){return null===n||c(n)||f(n)||l(n)||s(n)},r.isFunction=function(n){return\"[object Function]\"===u.call(n)},r.isArray=function(n){return Array.isArray(n)},r.isArrayOf=function(n,t){return(0,o.every)(n,t)},r.isArrayableOf=function(n,t){for(let r=0,e=n.length;r0,\"'step' must be a positive number\"),null==t&&(t=n,n=0);const{max:r,ceil:o,abs:i}=Math,c=n<=t?e:-e,f=r(o(i(t-n)/e),0),s=new Array(f);for(let t=0;t=0?t:n.length+t]},e.zip=function(...n){if(0==n.length)return[];const t=(0,c.min)(n.map((n=>n.length))),e=n.length,r=new Array(t);for(let o=0;on.length))),r=Array(e);for(let n=0;nn[t]))},e.argmax=function(n){return(0,c.max_by)(m(n.length),(t=>n[t]))},e.sort_by=function(n,t){const e=n.map(((n,e)=>({value:n,index:e,key:t(n)})));return e.sort(((n,t)=>{const e=n.key,r=t.key;if(e!==r){if(e>r||void 0===e)return 1;if(en.value))},e.uniq=function(n){const t=new Set;for(const e of n)t.add(e);return[...t]},e.uniq_by=function(n,t){const e=[],r=[];for(const o of n){const n=t(o);l(r,n)||(r.push(n),e.push(o))}return e},e.union=function(...n){const t=new Set;for(const e of n)for(const n of e)t.add(n);return[...t]},e.intersection=function(n,...t){const e=[];n:for(const r of n)if(!l(e,r)){for(const n of t)if(!l(n,r))continue n;e.push(r)}return e},e.difference=function(n,...t){const e=a(t);return n.filter((n=>!l(e,n)))},e.remove_at=function(n,t){const e=s(n);return e.splice(t,1),e},e.remove_by=function(n,t){for(let e=0;e2*a;)n-=2*a;return n}function c(n,t){return u(n-t)}function f(){return Math.random()}function i(n){switch(n){case\"deg\":return a/180;case\"rad\":return 1;case\"grad\":return a/200;case\"turn\":return 2*a}}r.angle_norm=u,r.angle_dist=c,r.angle_between=function(n,t,r,e=!1){const o=c(t,r);if(0==o)return!1;if(o==2*a)return!0;const f=u(n),i=c(t,f)<=o&&c(f,r)<=o;return e?!i:i},r.random=f,r.randomIn=function(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))},r.atan2=function(n,t){return Math.atan2(t[1]-n[1],t[0]-n[0])},r.radians=function(n){return n*(a/180)},r.degrees=function(n){return n/(a/180)},r.resolve_angle=function(n,t){return-i(t)*n},r.to_radians_coeff=i,r.rnorm=function(n,t){let r,e;for(;r=f(),e=f(),e=(2*e-1)*Math.sqrt(1/Math.E*2),!(-4*r*r*Math.log(r)>=e*e););let o=e/r;return o=n+t*o,o},r.clamp=function(n,t,r){return nr?r:n},r.log=function(n,t=Math.E){return Math.log(n)/Math.log(t)},r.float32_epsilon=1.1920928955078125e-7},\n", - " function _(r,n,e,o,s){o();class t extends Error{}e.AssertionError=t,t.__name__=\"AssertionError\",e.assert=function(r,n){if(!(!0===r||!1!==r&&r()))throw new t(null!=n?n:\"Assertion failed\")},e.unreachable=function(){throw new Error(\"unreachable code\")}},\n", - " function _(n,t,e,r,o){r();const i=n(10);function l(n,t,e,...r){const o=n.length;t<0&&(t+=o),t<0?t=0:t>o&&(t=o),null==e||e>o-t?e=o-t:e<0&&(e=0);const i=o-e+r.length,l=new n.constructor(i);let u=0;for(;u0?0:r-1;for(;o>=0&&ot[t.length-1])return t.length;let e=0,r=t.length-1;for(;r-e!=1;){const o=e+Math.floor((r-e)/2);n>=t[o]?e=o:r=o}return e}e.is_empty=function(n){return 0==n.length},e.copy=function(n){return Array.isArray(n)?n.slice():new n.constructor(n)},e.splice=l,e.head=u,e.insert=function(n,t,e){return l(n,e,0,t)},e.append=function(n,t){return l(n,n.length,0,t)},e.prepend=function(n,t){return l(n,0,0,t)},e.indexOf=function(n,t){for(let e=0,r=n.length;ee&&(e=t);return e},e.minmax=function(n){let t,e=1/0,r=-1/0;for(let o=0,i=n.length;or&&(r=t));return[e,r]},e.minmax2=function(n,t){let e,r,o=1/0,i=-1/0,l=1/0,u=-1/0;const c=Math.min(n.length,t.length);for(let f=0;fi&&(i=e),ru&&(u=r));return[o,i,l,u]},e.min_by=function(n,t){if(0==n.length)throw new Error(\"min_by() called with an empty array\");let e=n[0],r=t(e);for(let o=1,i=n.length;or&&(e=i,r=l)}return e},e.sum=function(n){let t=0;for(let e=0,r=n.length;et[r]=n+e),0),t},e.every=function(n,t){for(let e=0,r=n.length;e(n-t)/r))}},\n", - " function _(t,e,n,c,o){c();const s=t(9),{hasOwnProperty:r}=Object.prototype;function i(t){return Object.keys(t).length}function u(t){return 0==i(t)}n.keys=Object.keys,n.values=Object.values,n.entries=Object.entries,n.extend=Object.assign,n.clone=function(t){return Object.assign({},t)},n.merge=function(t,e){const n=Object.create(Object.prototype),c=(0,s.concat)([Object.keys(t),Object.keys(e)]);for(const o of c){const c=r.call(t,o)?t[o]:[],i=r.call(e,o)?e[o]:[];n[o]=(0,s.union)(c,i)}return n},n.size=i,n.is_empty=u,n.isEmpty=u,n.to_object=function(t){const e={};for(const[n,c]of t)e[n]=c;return e}},\n", - " function _(e,t,s,n,r){n();const i=e(1);var o;const c=e(15),a=e(17),_=(0,i.__importStar)(e(18)),h=(0,i.__importStar)(e(21)),u=e(34),l=e(13),f=e(8),p=e(26),d=e(30),g=e(35),y=e(26),v=e(36),m=e(37),b=(0,i.__importStar)(e(21));class w extends((0,c.Signalable)()){constructor(e={}){var t,s;super(),this._subtype=void 0,this.document=null,this.destroyed=new c.Signal0(this,\"destroyed\"),this.change=new c.Signal0(this,\"change\"),this.transformchange=new c.Signal0(this,\"transformchange\"),this.exprchange=new c.Signal0(this,\"exprchange\"),this.properties={},this._watchers=new WeakMap,this._pending=!1,this._changing=!1;const n=e instanceof Map?e.get.bind(e):t=>e[t];this.id=null!==(t=n(\"id\"))&&void 0!==t?t:(0,u.uniqueId)();for(const[e,{type:t,default_value:s,options:r}]of(0,l.entries)(this._props)){let i;t instanceof _.PropertyAlias?Object.defineProperty(this.properties,e,{get:()=>this.properties[t.attr],configurable:!1,enumerable:!1}):(i=t instanceof h.Kind?new _.PrimitiveProperty(this,e,t,s,n(e),r):new t(this,e,h.Any,s,n(e),r),this.properties[e]=i)}null!==(s=n(\"__deferred__\"))&&void 0!==s&&s||(this.finalize(),this.connect_signals())}get is_syncable(){return!0}set type(e){console.warn(\"prototype.type = 'ModelName' is deprecated, use static __name__ instead\"),this.constructor.__name__=e}get type(){return this.constructor.__qualified__}static get __qualified__(){const{__module__:e,__name__:t}=this;return null!=e?`${e}.${t}`:t}static get[Symbol.toStringTag](){return this.__name__}static _fix_default(e,t){if(void 0===e||(0,f.isFunction)(e))return e;if((0,f.isPrimitive)(e))return()=>e;{const t=new m.Cloner;return()=>t.clone(e)}}static define(e){for(const[t,s]of(0,l.entries)((0,f.isFunction)(e)?e(b):e)){if(null!=this.prototype._props[t])throw new Error(`attempted to redefine property '${this.prototype.type}.${t}'`);if(null!=this.prototype[t])throw new Error(`attempted to redefine attribute '${this.prototype.type}.${t}'`);Object.defineProperty(this.prototype,t,{get(){return this.properties[t].get_value()},set(e){return this.setv({[t]:e}),this},configurable:!1,enumerable:!0});const[e,n,r={}]=s,i={type:e,default_value:this._fix_default(n,t),options:r},o=Object.assign({},this.prototype._props);o[t]=i,this.prototype._props=o}}static internal(e){const t={};for(const[s,n]of(0,l.entries)((0,f.isFunction)(e)?e(b):e)){const[e,r,i={}]=n;t[s]=[e,r,Object.assign(Object.assign({},i),{internal:!0})]}this.define(t)}static mixins(e){function t(e,t){const s={};for(const[n,r]of(0,l.entries)(t))s[e+n]=r;return s}const s={},n=[];for(const r of(0,f.isArray)(e)?e:[e])if((0,f.isArray)(r)){const[e,i]=r;(0,l.extend)(s,t(e,i)),n.push([e,i])}else{const e=r;(0,l.extend)(s,e),n.push([\"\",e])}this.define(s),this.prototype._mixins=[...this.prototype._mixins,...n]}static override(e){for(const[t,s]of(0,l.entries)(e)){const e=this._fix_default(s,t),n=this.prototype._props[t];if(null==n)throw new Error(`attempted to override nonexistent '${this.prototype.type}.${t}'`);const r=Object.assign({},this.prototype._props);r[t]=Object.assign(Object.assign({},n),{default_value:e}),this.prototype._props=r}}toString(){return`${this.type}(${this.id})`}property(e){const t=this.properties[e];if(null!=t)return t;throw new Error(`unknown property ${this.type}.${e}`)}get attributes(){const e={};for(const t of this)e[t.attr]=t.get_value();return e}[m.clone](e){const t=new Map;for(const s of this)s.dirty&&t.set(s.attr,e.clone(s.get_value()));return new this.constructor(t)}[y.equals](e,t){for(const s of this){const n=e.property(s.attr);if(!t.eq(s.get_value(),n.get_value()))return!1}return!0}[v.pretty](e){const t=e.token,s=[];for(const n of this)if(n.dirty){const r=n.get_value();s.push(`${n.attr}${t(\":\")} ${e.to_string(r)}`)}return`${this.constructor.__qualified__}${t(\"(\")}${t(\"{\")}${s.join(`${t(\",\")} `)}${t(\"}\")}${t(\")\")}`}[d.serialize](e){const t=this.ref();e.add_ref(this,t);const s=this.struct();for(const t of this)t.syncable&&(e.include_defaults||t.dirty)&&(s.attributes[t.attr]=e.to_serializable(t.get_value()));return e.add_def(this,s),t}finalize(){for(const e of this){if(!(e instanceof _.VectorSpec||e instanceof _.ScalarSpec))continue;const t=e.get_value();if(null!=t){const{transform:e,expr:s}=t;null!=e&&this.connect(e.change,(()=>this.transformchange.emit())),null!=s&&this.connect(s.change,(()=>this.exprchange.emit()))}}this.initialize()}initialize(){}connect_signals(){}disconnect_signals(){c.Signal.disconnectReceiver(this)}destroy(){this.disconnect_signals(),this.destroyed.emit()}clone(){return(new m.Cloner).clone(this)}changed_for(e){const t=this._watchers.get(e);return this._watchers.set(e,!1),null==t||t}_setv(e,t){const s=t.check_eq,n=[],r=this._changing;this._changing=!0;for(const[t,r]of e)!1!==s&&(0,p.is_equal)(t.get_value(),r)||(t.set_value(r),n.push(t));n.length>0&&(this._watchers=new WeakMap,this._pending=!0);for(const e of n)e.change.emit();if(!r){if(!t.no_change)for(;this._pending;)this._pending=!1,this.change.emit();this._pending=!1,this._changing=!1}}setv(e,t={}){const s=(0,l.entries)(e);if(0==s.length)return;if(!0===t.silent){this._watchers=new WeakMap;for(const[e,t]of s)this.properties[e].set_value(t);return}const n=new Map,r=new Map;for(const[e,t]of s){const s=this.properties[e];n.set(s,t),r.set(s,s.get_value())}this._setv(n,t);const{document:i}=this;if(null!=i){const e=[];for(const[t,s]of r)e.push([t,s,t.get_value()]);for(const[,t,s]of e)if(this._needs_invalidate(t,s)){i._invalidate_all_models();break}this._push_changes(e,t)}}getv(e){return this.property(e).get_value()}ref(){return{id:this.id}}struct(){const e={type:this.type,id:this.id,attributes:{}};return null!=this._subtype&&(e.subtype=this._subtype),e}set_subtype(e){this._subtype=e}*[Symbol.iterator](){yield*(0,l.values)(this.properties)}*syncable_properties(){for(const e of this)e.syncable&&(yield e)}serializable_attributes(){const e={};for(const t of this.syncable_properties())e[t.attr]=t.get_value();return e}static _json_record_references(e,t,s,n){const{recursive:r}=n;if((0,a.is_ref)(t)){const n=e.get_model_by_id(t.id);null==n||s.has(n)||w._value_record_references(n,s,{recursive:r})}else if((0,f.isArray)(t))for(const n of t)w._json_record_references(e,n,s,{recursive:r});else if((0,f.isPlainObject)(t))for(const n of(0,l.values)(t))w._json_record_references(e,n,s,{recursive:r})}static _value_record_references(e,t,s){const{recursive:n}=s;if(e instanceof w){if(!t.has(e)&&(t.add(e),n))for(const s of e.syncable_properties()){const e=s.get_value();w._value_record_references(e,t,{recursive:n})}}else if((0,f.isArray)(e))for(const s of e)w._value_record_references(s,t,{recursive:n});else if((0,f.isPlainObject)(e))for(const s of(0,l.values)(e))w._value_record_references(s,t,{recursive:n})}references(){const e=new Set;return w._value_record_references(this,e,{recursive:!0}),e}_doc_attached(){}_doc_detached(){}attach_document(e){if(null!=this.document&&this.document!=e)throw new Error(\"models must be owned by only a single document\");this.document=e,this._doc_attached()}detach_document(){this._doc_detached(),this.document=null}_needs_invalidate(e,t){const s=new Set;w._value_record_references(t,s,{recursive:!1});const n=new Set;w._value_record_references(e,n,{recursive:!1});for(const e of s)if(!n.has(e))return!0;for(const e of n)if(!s.has(e))return!0;return!1}_push_changes(e,t={}){if(!this.is_syncable)return;const{document:s}=this;if(null==s)return;const{setter_id:n}=t,r=[];for(const[t,i,o]of e)t.syncable&&r.push(new g.ModelChangedEvent(s,this,t.attr,i,o,n));if(0!=r.length){let e;1==r.length?[e]=r:e=new g.DocumentEventBatch(s,r,n),s._trigger_on_change(e)}}on_change(e,t){for(const s of(0,f.isArray)(e)?e:[e])this.connect(s.change,t)}}s.HasProps=w,(o=w).prototype._props={},o.prototype._mixins=[]},\n", - " function _(n,t,e,l,s){l();const i=n(16),o=n(9);class c{constructor(n,t){this.sender=n,this.name=t}connect(n,t=null){u.has(this.sender)||u.set(this.sender,[]);const e=u.get(this.sender);if(null!=g(e,this,n,t))return!1;const l=null!=t?t:n;a.has(l)||a.set(l,[]);const s=a.get(l),i={signal:this,slot:n,context:t};return e.push(i),s.push(i),!0}disconnect(n,t=null){const e=u.get(this.sender);if(null==e||0===e.length)return!1;const l=g(e,this,n,t);if(null==l)return!1;const s=null!=t?t:n,i=a.get(s);return l.signal=null,d(e),d(i),!0}emit(n){var t;const e=null!==(t=u.get(this.sender))&&void 0!==t?t:[];for(const{signal:t,slot:l,context:s}of e)t===this&&l.call(s,n,this.sender)}}e.Signal=c,c.__name__=\"Signal\";class r extends c{emit(){super.emit(void 0)}}e.Signal0=r,r.__name__=\"Signal0\",function(n){function t(n,t){const e=u.get(n);if(null==e||0===e.length)return;const l=a.get(t);if(null!=l&&0!==l.length){for(const t of l){if(null==t.signal)return;t.signal.sender===n&&(t.signal=null)}d(e),d(l)}}function e(n){var t;const e=u.get(n);if(null!=e&&0!==e.length){for(const n of e){if(null==n.signal)return;const e=null!==(t=n.context)&&void 0!==t?t:n.slot;n.signal=null,d(a.get(e))}d(e)}}function l(n,t,e){const l=a.get(n);if(null!=l&&0!==l.length){for(const n of l){if(null==n.signal)return;if(null!=t&&n.slot!=t)continue;const l=n.signal.sender;null!=e&&e.has(l)||(n.signal=null,d(u.get(l)))}d(l)}}function s(n){const t=u.get(n);if(null!=t&&0!==t.length){for(const n of t)n.signal=null;d(t)}const e=a.get(n);if(null!=e&&0!==e.length){for(const n of e)n.signal=null;d(e)}}n.disconnect_between=t,n.disconnect_sender=e,n.disconnect_receiver=l,n.disconnect_all=s,n.disconnectBetween=t,n.disconnectSender=e,n.disconnectReceiver=l,n.disconnectAll=s}(c||(e.Signal=c={})),e.Signalable=function(){return class{connect(n,t){return n.connect(t,this)}disconnect(n,t){return n.disconnect(t,this)}}};const u=new WeakMap,a=new WeakMap;function g(n,t,e,l){return(0,o.find)(n,(n=>n.signal===t&&n.slot===e&&n.context===l))}const f=new Set;function d(n){0===f.size&&(async()=>{await(0,i.defer)(),function(){for(const n of f)(0,o.remove_by)(n,(n=>null==n.signal));f.clear()}()})(),f.add(n)}},\n", - " function _(e,n,t,s,o){s();const r=new MessageChannel,a=new Map;r.port1.onmessage=e=>{const n=e.data,t=a.get(n);if(null!=t)try{t()}finally{a.delete(n)}};let i=1;t.defer=function(){return new Promise((e=>{const n=i++;a.set(n,e),r.port2.postMessage(n)}))},t.wait=function(e){return new Promise((n=>setTimeout(n,e)))}},\n", - " function _(n,t,i,e,c){e();const r=n(8),s=n(13);i.is_ref=function(n){if((0,r.isPlainObject)(n)){const t=(0,s.keys)(n);return 1==t.length&&\"id\"==t[0]}return!1}},\n", - " function _(e,t,n,r,a){r(),n.YCoordinateSeqSeqSeqSpec=n.XCoordinateSeqSeqSeqSpec=n.YCoordinateSeqSpec=n.XCoordinateSeqSpec=n.YCoordinateSpec=n.XCoordinateSpec=n.CoordinateSeqSeqSeqSpec=n.CoordinateSeqSpec=n.CoordinateSpec=n.BaseCoordinateSpec=n.NumberUnitsSpec=n.UnitsSpec=n.DataSpec=n.VectorSpec=n.TextBaselineScalar=n.TextAlignScalar=n.FontStyleScalar=n.FontSizeScalar=n.FontScalar=n.LineDashScalar=n.LineCapScalar=n.LineJoinScalar=n.ArrayScalar=n.NullStringScalar=n.StringScalar=n.NumberScalar=n.ColorScalar=n.AnyScalar=n.ScalarSpec=n.VerticalAlign=n.UpdateMode=n.TooltipAttachment=n.TickLabelOrientation=n.TextureRepetition=n.TextBaseline=n.TextAlign=n.TapBehavior=n.StepMode=n.StartEnd=n.SpatialUnits=n.Sort=n.SizingMode=n.Side=n.RoundingFunction=n.ResetPolicy=n.RenderMode=n.RenderLevel=n.RadiusDimension=n.PointPolicy=n.Place=void 0,n.TextBaselineSpec=n.TextAlignSpec=n.FontStyleSpec=n.FontSizeSpec=n.FontSpec=n.LineDashSpec=n.LineCapSpec=n.LineJoinSpec=n.MarkerSpec=n.ArraySpec=n.NullStringSpec=n.StringSpec=n.AnySpec=n.NDArraySpec=n.ColorSpec=n.ScreenSizeSpec=n.NumberSpec=n.IntSpec=n.BooleanSpec=n.NullDistanceSpec=n.DistanceSpec=n.AngleSpec=void 0;const i=e(1),s=e(15),l=e(19),o=(0,i.__importStar)(e(20)),c=e(24),_=e(9),u=e(12),d=e(10),S=e(22),p=e(27),m=e(8),h=e(28),v=e(29),y=e(33);function x(e){try{return JSON.stringify(e)}catch(t){return e.toString()}}function g(e){return(0,m.isPlainObject)(e)&&(void 0===e.value?0:1)+(void 0===e.field?0:1)+(void 0===e.expr?0:1)==1}a(\"Uniform\",y.Uniform),a(\"UniformScalar\",y.UniformScalar),a(\"UniformVector\",y.UniformVector),n.isSpec=g;class f{constructor(e,t,n,r,a,i={}){var l;let o;if(this.obj=e,this.attr=t,this.kind=n,this.default_value=r,this._dirty=!1,this.change=new s.Signal0(this.obj,\"change\"),this.internal=null!==(l=i.internal)&&void 0!==l&&l,this.convert=i.convert,this.on_update=i.on_update,void 0!==a)o=a,this._dirty=!0;else{const t=this._default_override();if(void 0!==t)o=t;else{if(void 0===r)return void(this.spec={value:null});o=r(e)}}this._update(o)}get is_value(){return void 0!==this.spec.value}get syncable(){return!this.internal}get_value(){return this.spec.value}set_value(e){this._update(e),this._dirty=!0}_default_override(){}get dirty(){return this._dirty}_update(e){var t;if(this.validate(e),null!=this.convert){const t=this.convert(e);void 0!==t&&(e=t)}this.spec={value:e},null===(t=this.on_update)||void 0===t||t.call(this,e,this.obj)}toString(){return`Prop(${this.obj}.${this.attr}, spec: ${x(this.spec)})`}normalize(e){return e}validate(e){if(!this.valid(e))throw new Error(`${this.obj}.${this.attr} given invalid value: ${x(e)}`)}valid(e){return this.kind.valid(e)}_value(e=!0){if(!this.is_value)throw new Error(\"attempted to retrieve property value for property without value specification\");let t=this.normalize([this.spec.value])[0];return null!=this.spec.transform&&e&&(t=this.spec.transform.compute(t)),t}}n.Property=f,f.__name__=\"Property\";class A{constructor(e){this.attr=e}}n.PropertyAlias=A,A.__name__=\"PropertyAlias\",n.Alias=function(e){return new A(e)};class C extends f{}n.PrimitiveProperty=C,C.__name__=\"PrimitiveProperty\";class T extends f{}n.Any=T,T.__name__=\"Any\";class L extends f{valid(e){return(0,m.isArray)(e)||(0,m.isTypedArray)(e)}}n.Array=L,L.__name__=\"Array\";class w extends f{valid(e){return(0,m.isBoolean)(e)}}n.Boolean=w,w.__name__=\"Boolean\";class P extends f{valid(e){return(0,S.is_Color)(e)}}n.Color=P,P.__name__=\"Color\";class b extends f{}n.Instance=b,b.__name__=\"Instance\";class q extends f{valid(e){return(0,m.isNumber)(e)}}n.Number=q,q.__name__=\"Number\";class N extends q{valid(e){return(0,m.isNumber)(e)&&(0|e)==e}}n.Int=N,N.__name__=\"Int\";class z extends q{}n.Angle=z,z.__name__=\"Angle\";class B extends q{valid(e){return(0,m.isNumber)(e)&&0<=e&&e<=1}}n.Percent=B,B.__name__=\"Percent\";class F extends f{valid(e){return(0,m.isString)(e)}}n.String=F,F.__name__=\"String\";class D extends f{valid(e){return null===e||(0,m.isString)(e)}}n.NullString=D,D.__name__=\"NullString\";class U extends F{}n.FontSize=U,U.__name__=\"FontSize\";class M extends F{_default_override(){return h.settings.dev?\"Bokeh\":void 0}}n.Font=M,M.__name__=\"Font\";class R extends f{valid(e){return(0,m.isString)(e)&&(0,_.includes)(this.enum_values,e)}}function k(e){return class extends R{get enum_values(){return[...e]}}}n.EnumProperty=R,R.__name__=\"EnumProperty\",n.Enum=k;class O extends R{get enum_values(){return[...o.Direction]}normalize(e){const t=new Uint8Array(e.length);for(let n=0;n=0}}n.ScreenSizeSpec=fe,fe.__name__=\"ScreenSizeSpec\";class Ae extends ne{materialize(e){return(0,S.encode_rgba)((0,S.color2rgba)(e))}v_materialize(e){if(!(0,v.is_NDArray)(e)){const t=e.length,n=new c.RGBAArray(4*t);let r=0;for(const t of e){const[e,a,i,s]=(0,S.color2rgba)(t);n[r++]=e,n[r++]=a,n[r++]=i,n[r++]=s}return new c.ColorArray(n.buffer)}if(\"uint32\"==e.dtype&&1==e.dimension)return(0,p.to_big_endian)(e);if(\"uint8\"==e.dtype&&1==e.dimension){const[t]=e.shape,n=new c.RGBAArray(4*t);let r=0;for(const t of e)n[r++]=t,n[r++]=t,n[r++]=t,n[r++]=255;return new c.ColorArray(n.buffer)}if(\"uint8\"==e.dtype&&2==e.dimension){const[t,n]=e.shape;if(4==n)return new c.ColorArray(e.buffer);if(3==n){const r=new c.RGBAArray(4*t);for(let a=0,i=0;a0){let o=r[e];return null==o&&(r[e]=o=new v(e,l)),o}throw new TypeError(\"Logger.get() expects a non-empty string name and an optional log-level\")}get level(){return this.get_level()}get_level(){return this._log_level}set_level(e){if(e instanceof i)this._log_level=e;else{if(!(0,s.isString)(e)||null==v.log_levels[e])throw new Error(\"Logger.set_level() expects a log-level object or a string name of a log-level\");this._log_level=v.log_levels[e]}const l=`[${this._name}]`;for(const[e,o]of(0,g.entries)(v.log_levels))o.level\",\"*\"),t.HTTPMethod=(0,a.Enum)(\"POST\",\"GET\"),t.HexTileOrientation=(0,a.Enum)(\"pointytop\",\"flattop\"),t.HoverMode=(0,a.Enum)(\"mouse\",\"hline\",\"vline\"),t.LatLon=(0,a.Enum)(\"lat\",\"lon\"),t.LegendClickPolicy=(0,a.Enum)(\"none\",\"hide\",\"mute\"),t.LegendLocation=t.Anchor,t.LineCap=(0,a.Enum)(\"butt\",\"round\",\"square\"),t.LineJoin=(0,a.Enum)(\"miter\",\"round\",\"bevel\"),t.LineDash=(0,a.Enum)(\"solid\",\"dashed\",\"dotted\",\"dotdash\",\"dashdot\"),t.LinePolicy=(0,a.Enum)(\"prev\",\"next\",\"nearest\",\"interp\",\"none\"),t.Location=(0,a.Enum)(\"above\",\"below\",\"left\",\"right\"),t.Logo=(0,a.Enum)(\"normal\",\"grey\"),t.MarkerType=(0,a.Enum)(\"asterisk\",\"circle\",\"circle_cross\",\"circle_dot\",\"circle_x\",\"circle_y\",\"cross\",\"dash\",\"diamond\",\"diamond_cross\",\"diamond_dot\",\"dot\",\"hex\",\"hex_dot\",\"inverted_triangle\",\"plus\",\"square\",\"square_cross\",\"square_dot\",\"square_pin\",\"square_x\",\"star\",\"star_dot\",\"triangle\",\"triangle_dot\",\"triangle_pin\",\"x\",\"y\"),t.MutedPolicy=(0,a.Enum)(\"show\",\"ignore\"),t.Orientation=(0,a.Enum)(\"vertical\",\"horizontal\"),t.OutputBackend=(0,a.Enum)(\"canvas\",\"svg\",\"webgl\"),t.PaddingUnits=(0,a.Enum)(\"percent\",\"absolute\"),t.Place=(0,a.Enum)(\"above\",\"below\",\"left\",\"right\",\"center\"),t.PointPolicy=(0,a.Enum)(\"snap_to_data\",\"follow_mouse\",\"none\"),t.RadiusDimension=(0,a.Enum)(\"x\",\"y\",\"max\",\"min\"),t.RenderLevel=(0,a.Enum)(\"image\",\"underlay\",\"glyph\",\"guide\",\"annotation\",\"overlay\"),t.RenderMode=(0,a.Enum)(\"canvas\",\"css\"),t.ResetPolicy=(0,a.Enum)(\"standard\",\"event_only\"),t.RoundingFunction=(0,a.Enum)(\"round\",\"nearest\",\"floor\",\"rounddown\",\"ceil\",\"roundup\"),t.SelectionMode=(0,a.Enum)(\"replace\",\"append\",\"intersect\",\"subtract\"),t.Side=(0,a.Enum)(\"above\",\"below\",\"left\",\"right\"),t.SizingMode=(0,a.Enum)(\"stretch_width\",\"stretch_height\",\"stretch_both\",\"scale_width\",\"scale_height\",\"scale_both\",\"fixed\"),t.Sort=(0,a.Enum)(\"ascending\",\"descending\"),t.SpatialUnits=(0,a.Enum)(\"screen\",\"data\"),t.StartEnd=(0,a.Enum)(\"start\",\"end\"),t.StepMode=(0,a.Enum)(\"after\",\"before\",\"center\"),t.TapBehavior=(0,a.Enum)(\"select\",\"inspect\"),t.TextAlign=(0,a.Enum)(\"left\",\"right\",\"center\"),t.TextBaseline=(0,a.Enum)(\"top\",\"middle\",\"bottom\",\"alphabetic\",\"hanging\",\"ideographic\"),t.TextureRepetition=(0,a.Enum)(\"repeat\",\"repeat_x\",\"repeat_y\",\"no_repeat\"),t.TickLabelOrientation=(0,a.Enum)(\"vertical\",\"horizontal\",\"parallel\",\"normal\"),t.TooltipAttachment=(0,a.Enum)(\"horizontal\",\"vertical\",\"left\",\"right\",\"above\",\"below\"),t.UpdateMode=(0,a.Enum)(\"replace\",\"append\"),t.VerticalAlign=(0,a.Enum)(\"top\",\"middle\",\"bottom\")},\n", - " function _(e,n,t,s,r){s();const i=(0,e(1).__importStar)(e(8)),a=e(22),l=e(13),_=window.Map,{hasOwnProperty:u}=Object.prototype;class d{}t.Kind=d,d.__name__=\"Kind\",function(e){class n extends d{valid(e){return!0}}n.__name__=\"Any\",e.Any=n;class t extends d{valid(e){return!0}}t.__name__=\"Unknown\",e.Unknown=t;class s extends d{valid(e){return i.isBoolean(e)}}s.__name__=\"Boolean\",e.Boolean=s;class r extends d{constructor(e){super(),this.obj_type=e}valid(e){return!0}}r.__name__=\"Ref\",e.Ref=r;class c extends d{valid(e){return!0}}c.__name__=\"AnyRef\",e.AnyRef=c;class o extends d{valid(e){return i.isNumber(e)}}o.__name__=\"Number\",e.Number=o;class p extends o{valid(e){return super.valid(e)&&i.isInteger(e)}}p.__name__=\"Int\",e.Int=p;class y extends o{valid(e){return super.valid(e)&&0<=e&&e<=1}}y.__name__=\"Percent\",e.Percent=y;class m extends d{constructor(e){super(),this.types=e,this.types=e}valid(e){return this.types.some((n=>n.valid(e)))}}m.__name__=\"Or\",e.Or=m;class v extends d{constructor(e){super(),this.types=e,this.types=e}valid(e){if(!i.isArray(e))return!1;for(let n=0;nthis.item_type.valid(e)))}}f.__name__=\"Array\",e.Array=f;class K extends d{valid(e){return null===e}}K.__name__=\"Null\",e.Null=K;class b extends d{constructor(e){super(),this.base_type=e}valid(e){return null===e||this.base_type.valid(e)}}b.__name__=\"Nullable\",e.Nullable=b;class A extends d{constructor(e){super(),this.base_type=e}valid(e){return void 0===e||this.base_type.valid(e)}}A.__name__=\"Opt\",e.Opt=A;class x extends d{valid(e){return i.isString(e)}}x.__name__=\"String\",e.String=x;class S extends d{constructor(e){super(),this.values=new Set(e)}valid(e){return this.values.has(e)}*[Symbol.iterator](){yield*this.values}}S.__name__=\"Enum\",e.Enum=S;class N extends d{constructor(e){super(),this.item_type=e}valid(e){if(!i.isPlainObject(e))return!1;for(const n in e)if(u.call(e,n)){const t=e[n];if(!this.item_type.valid(t))return!1}return!0}}N.__name__=\"Dict\",e.Dict=N;class O extends d{constructor(e,n){super(),this.key_type=e,this.item_type=n}valid(e){if(!(e instanceof _))return!1;for(const[n,t]of e.entries())if(!this.key_type.valid(n)||!this.item_type.valid(t))return!1;return!0}}O.__name__=\"Map\",e.Map=O;class g extends d{valid(e){return(0,a.is_Color)(e)}}g.__name__=\"Color\",e.Color=g;class P extends d{valid(e){return i.isFunction(e)}}P.__name__=\"Function\",e.Function=P}(t.Kinds||(t.Kinds={})),t.Any=new t.Kinds.Any,t.Unknown=new t.Kinds.Unknown,t.Boolean=new t.Kinds.Boolean,t.Number=new t.Kinds.Number,t.Int=new t.Kinds.Int,t.String=new t.Kinds.String,t.Null=new t.Kinds.Null;t.Nullable=e=>new t.Kinds.Nullable(e);t.Opt=e=>new t.Kinds.Opt(e);t.Or=(...e)=>new t.Kinds.Or(e);t.Tuple=(...e)=>new t.Kinds.Tuple(e);t.Struct=e=>new t.Kinds.Struct(e),t.Arrayable=new t.Kinds.Arrayable;t.Array=e=>new t.Kinds.Array(e);t.Dict=e=>new t.Kinds.Dict(e);t.Map=(e,n)=>new t.Kinds.Map(e,n);t.Enum=(...e)=>new t.Kinds.Enum(e);t.Ref=e=>new t.Kinds.Ref(e);t.AnyRef=()=>new t.Kinds.AnyRef;t.Function=()=>new t.Kinds.Function,t.Percent=new t.Kinds.Percent,t.Alpha=t.Percent,t.Color=new t.Kinds.Color,t.Auto=(0,t.Enum)(\"auto\"),t.FontSize=t.String,t.Font=t.String,t.Angle=t.Number},\n", - " function _(n,t,r,e,s){e();const u=n(23),c=n(10),l=n(8),{round:i}=Math;function o(n){return(0,c.clamp)(i(n),0,255)}function a(){return[0,0,0,0]}function f(n){return[n>>24&255,n>>16&255,n>>8&255,255&n]}function d(n,t){var r;let e,s,u,c;return null==n?[e,s,u,c]=[0,0,0,0]:(0,l.isInteger)(n)?[e,s,u,c]=f(n):(0,l.isString)(n)?[e,s,u,c]=null!==(r=_(n))&&void 0!==r?r:[0,0,0,0]:([e,s,u,c=1]=n,c=o(255*c)),255==c&&null!=t&&(c=o(255*t)),[e,s,u,c]}r.transparent=a,r.encode_rgba=function([n,t,r,e]){return n<<24|t<<16|r<<8|e},r.decode_rgba=f,r.compose_alpha=function(n,t){return 255==(255&n)?4294967040&n|o(255*t):n},r.color2rgba=d;const h={0:\"0\",1:\"1\",2:\"2\",3:\"3\",4:\"4\",5:\"5\",6:\"6\",7:\"7\",8:\"8\",9:\"9\",10:\"a\",11:\"b\",12:\"c\",13:\"d\",14:\"e\",15:\"f\"};function g(n){return h[n>>4]+h[15&n]}r.color2css=function(n,t){const[r,e,s,u]=d(n,t);return`rgba(${r}, ${e}, ${s}, ${u/255})`},r.color2hex=function(n,t){const[r,e,s,u]=d(n,t),c=`#${g(r)}${g(e)}${g(s)}`;return 255==u?c:`${c}${g(u)}`},r.color2hexrgb=function(n){const[t,r,e]=d(n);return`#${g(t)}${g(r)}${g(e)}`};const b=/^rgba?\\(\\s*([^\\s,]+?)\\s+([^\\s,]+?)\\s+([^\\s,]+?)(?:\\s*\\/\\s*([^\\s,]+?))?\\s*\\)$/,$=/^rgba?\\(\\s*([^\\s,]+?)\\s*,\\s*([^\\s,]+?)\\s*,\\s*([^\\s,]+?)(?:\\s*,\\s*([^\\s,]+?))?\\s*\\)$/,m=(()=>{const n=document.createElement(\"canvas\");n.width=1,n.height=1;const t=n.getContext(\"2d\"),r=t.createLinearGradient(0,0,1,1);return n=>{t.fillStyle=r,t.fillStyle=n;const e=t.fillStyle;return e!=r?e:null}})();function _(n){var t;if(!(n=n.trim().toLowerCase()))return null;if(\"transparent\"==n)return[0,0,0,0];if((0,u.is_named_color)(n))return f(u.named_colors[n]);if(\"#\"==n[0]){const t=Number(`0x${n.substr(1)}`);if(isNaN(t))return null;switch(n.length-1){case 3:{const n=t>>8&15,r=t>>4&15,e=t>>0&15;return[n<<4|n,r<<4|r,e<<4|e,255]}case 4:{const n=t>>12&15,r=t>>8&15,e=t>>4&15,s=t>>0&15;return[n<<4|n,r<<4|r,e<<4|e,s<<4|s]}case 6:return[t>>16&255,t>>8&255,t>>0&255,255];case 8:return[t>>24&255,t>>16&255,t>>8&255,t>>0&255]}}else if(n.startsWith(\"rgb\")){const r=null!==(t=n.match(b))&&void 0!==t?t:n.match($);if(null!=r){let[,n,t,e,s=\"1\"]=r;const u=n.endsWith(\"%\"),c=t.endsWith(\"%\"),l=e.endsWith(\"%\"),i=s.endsWith(\"%\");if(!(u&&c&&l)&&(u||c||l))return null;u&&(n=n.slice(0,-1)),c&&(t=t.slice(0,-1)),l&&(e=e.slice(0,-1)),i&&(s=s.slice(0,-1));let a=Number(n),f=Number(t),d=Number(e),h=Number(s);return isNaN(a+f+d+h)?null:(u&&(a=a/100*255),c&&(f=f/100*255),l&&(d=d/100*255),h=255*(i?h/100:h),a=o(a),f=o(f),d=o(d),h=o(h),[a,f,d,h])}}else{const t=m(n);if(null!=t)return _(t)}return null}r.css4_parse=_,r.is_Color=function(n){return!!(0,l.isInteger)(n)||(!(!(0,l.isString)(n)||null==_(n))||!(!(0,l.isArray)(n)||3!=n.length&&4!=n.length))},r.is_dark=function([n,t,r]){return 1-(.299*n+.587*t+.114*r)/255>=.6}},\n", - " function _(e,r,l,a,i){a();l.named_colors={aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},l.is_named_color=function(e){return e in l.named_colors}},\n", - " function _(r,t,n,a,o){a(),n.GeneratorFunction=Object.getPrototypeOf((function*(){})).constructor,n.ColorArray=Uint32Array,n.RGBAArray=Uint8ClampedArray,n.infer_type=function(r,t){return r instanceof Float64Array||r instanceof Array||t instanceof Float64Array||t instanceof Array?Float64Array:Float32Array},n.ScreenArray=Float32Array,n.to_screen=function(r){return r instanceof Float32Array?r:Float32Array.from(r)},o(\"Indices\",r(25).BitSet)},\n", - " function _(t,s,r,e,i){var n;e();const o=t(26),a=t(11);class _{constructor(t,s=0){this.size=t,this[n]=\"BitSet\",this._count=null,this._nwords=Math.ceil(t/32),0==s||1==s?(this._array=new Uint32Array(this._nwords),1==s&&this._array.fill(4294967295)):((0,a.assert)(s.length==this._nwords,\"Initializer size mismatch\"),this._array=s)}clone(){return new _(this.size,new Uint32Array(this._array))}[(n=Symbol.toStringTag,o.equals)](t,s){if(!s.eq(this.size,t.size))return!1;const{_nwords:r}=this,e=this.size%r,i=0==e?r:r-1;for(let s=0;s>>5,r=31&t;return!!(this._array[s]>>r&1)}set(t,s=!0){this._check_bounds(t),this._count=null;const r=t>>>5,e=31&t;s?this._array[r]|=1<>>t&1&&(e+=1)}return e}*ones(){const{_array:t,_nwords:s,size:r}=this;for(let e=0,i=0;i>>t&1&&(yield e);else e+=32}}*zeros(){const{_array:t,_nwords:s,size:r}=this;for(let e=0,i=0;i>>t&1||(yield e);else e+=32}}_check_size(t){(0,a.assert)(this.size==t.size,\"Size mismatch\")}add(t){this._check_size(t);for(let s=0;s{if(a(t)&&a(e))return t[r.equals](e,this);switch(n){case\"[object Array]\":case\"[object Uint8Array]\":case\"[object Int8Array]\":case\"[object Uint16Array]\":case\"[object Int16Array]\":case\"[object Uint32Array]\":case\"[object Int32Array]\":case\"[object Float32Array]\":case\"[object Float64Array]\":return this.arrays(t,e);case\"[object Map]\":return this.maps(t,e);case\"[object Set]\":return this.sets(t,e);case\"[object Object]\":if(t.constructor==e.constructor&&(null==t.constructor||t.constructor===Object))return this.objects(t,e);case\"[object Function]\":if(t.constructor==e.constructor&&t.constructor===Function)return this.eq(`${t}`,`${e}`)}if(t instanceof Node)return this.nodes(t,e);throw Error(`can't compare objects of type ${n}`)})();return s.pop(),o.pop(),u}numbers(t,e){return Object.is(t,e)}arrays(t,e){const{length:r}=t;if(r!=e.length)return!1;for(let n=0;n{const n=navigator.userAgent;return n.includes(\"MSIE\")||n.includes(\"Trident\")||n.includes(\"Edge\")})(),e.is_mobile=\"undefined\"!=typeof window&&(\"ontouchstart\"in window||navigator.maxTouchPoints>0),e.is_little_endian=(()=>{const n=new ArrayBuffer(4),i=new Uint8Array(n);new Uint32Array(n)[1]=168496141;let e=!0;return 10==i[4]&&11==i[5]&&12==i[6]&&13==i[7]&&(e=!1),e})(),e.BYTE_ORDER=e.is_little_endian?\"little\":\"big\",e.to_big_endian=function(n){if(e.is_little_endian){const i=new Uint32Array(n.length),e=new DataView(i.buffer);let t=0;for(const i of n)e.setUint32(t,i),t+=4;return i}return n}},\n", - " function _(e,t,r,s,_){s();class i{constructor(){this._dev=!1,this._wireframe=!1,this._force_webgl=!1}set dev(e){this._dev=e}get dev(){return this._dev}set wireframe(e){this._wireframe=e}get wireframe(){return this._wireframe}set force_webgl(e){this._force_webgl=e}get force_webgl(){return this._force_webgl}}r.Settings=i,i.__name__=\"Settings\",r.settings=new i},\n", - " function _(e,s,t,i,r){var a,n,l,h,u,o,p,c;i();const y=e(8),_=e(11),A=e(26),q=e(30),d=e(31),z=Symbol(\"__ndarray__\");class D extends Uint8Array{constructor(e,s){super(e),this[a]=!0,this.dtype=\"uint8\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>D.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>D.prototype[q.serialize].call(this,e))}[(a=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Uint8NDArray=D,D.__name__=\"Uint8NDArray\";class N extends Int8Array{constructor(e,s){super(e),this[n]=!0,this.dtype=\"int8\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>N.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>N.prototype[q.serialize].call(this,e))}[(n=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Int8NDArray=N,N.__name__=\"Int8NDArray\";class f extends Uint16Array{constructor(e,s){super(e),this[l]=!0,this.dtype=\"uint16\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>f.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>f.prototype[q.serialize].call(this,e))}[(l=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Uint16NDArray=f,f.__name__=\"Uint16NDArray\";class m extends Int16Array{constructor(e,s){super(e),this[h]=!0,this.dtype=\"int16\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>m.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>m.prototype[q.serialize].call(this,e))}[(h=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Int16NDArray=m,m.__name__=\"Int16NDArray\";class g extends Uint32Array{constructor(e,s){super(e),this[u]=!0,this.dtype=\"uint32\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>g.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>g.prototype[q.serialize].call(this,e))}[(u=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Uint32NDArray=g,g.__name__=\"Uint32NDArray\";class I extends Int32Array{constructor(e,s){super(e),this[o]=!0,this.dtype=\"int32\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>I.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>I.prototype[q.serialize].call(this,e))}[(o=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Int32NDArray=I,I.__name__=\"Int32NDArray\";class U extends Float32Array{constructor(e,s){super(e),this[p]=!0,this.dtype=\"float32\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>U.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>U.prototype[q.serialize].call(this,e))}[(p=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}t.Float32NDArray=U,U.__name__=\"Float32NDArray\";class w extends Float64Array{constructor(e,s){super(e),this[c]=!0,this.dtype=\"float64\",this.shape=null!=s?s:x(e)?e.shape:[this.length],this.dimension=this.shape.length,null==this[A.equals]&&(this[A.equals]=(e,s)=>w.prototype[A.equals].call(this,e,s)),null==this[q.serialize]&&(this[q.serialize]=e=>w.prototype[q.serialize].call(this,e))}[(c=z,A.equals)](e,s){return s.eq(this.shape,e.shape)&&s.arrays(this,e)}[q.serialize](e){return(0,d.encode_NDArray)(this)}}function x(e){return(0,y.isObject)(e)&&void 0!==e[z]}t.Float64NDArray=w,w.__name__=\"Float64NDArray\",t.is_NDArray=x,t.ndarray=function(e,s={}){let{dtype:t}=s;null==t&&(t=e instanceof ArrayBuffer||(0,y.isArray)(e)?\"float64\":(()=>{switch(!0){case e instanceof Uint8Array:return\"uint8\";case e instanceof Int8Array:return\"int8\";case e instanceof Uint16Array:return\"uint16\";case e instanceof Int16Array:return\"int16\";case e instanceof Uint32Array:return\"uint32\";case e instanceof Int32Array:return\"int32\";case e instanceof Float32Array:return\"float32\";case e instanceof Float64Array:return\"float64\";default:(0,_.unreachable)()}})());const{shape:i}=s;switch(t){case\"uint8\":return new D(e,i);case\"int8\":return new N(e,i);case\"uint16\":return new f(e,i);case\"int16\":return new m(e,i);case\"uint32\":return new g(e,i);case\"int32\":return new I(e,i);case\"float32\":return new U(e,i);case\"float64\":return new w(e,i)}}},\n", - " function _(e,r,t,i,s){i();const n=e(11),a=e(13),l=e(8);t.serialize=Symbol(\"serialize\");class o extends Error{}t.SerializationError=o,o.__name__=\"SerializationError\";class f{constructor(e){var r;this._references=new Map,this._definitions=new Map,this._refmap=new Map,this.include_defaults=null===(r=null==e?void 0:e.include_defaults)||void 0===r||r}get_ref(e){return this._references.get(e)}add_ref(e,r){(0,n.assert)(!this._references.has(e)),this._references.set(e,r)}add_def(e,r){const t=this.get_ref(e);(0,n.assert)(null!=t),this._definitions.set(e,r),this._refmap.set(t,r)}get objects(){return new Set(this._references.keys())}get references(){return new Set(this._references.values())}get definitions(){return new Set(this._definitions.values())}resolve_ref(e){return this._refmap.get(e)}remove_ref(e){return this._references.delete(e)}remove_def(e){return this._definitions.delete(e)}to_serializable(e){const r=this.get_ref(e);if(null!=r)return r;if(function(e){return(0,l.isObject)(e)&&void 0!==e[t.serialize]}(e))return e[t.serialize](this);if((0,l.isArray)(e)||(0,l.isTypedArray)(e)){const r=e.length,t=new Array(r);for(let i=0;i(0,s.buffer_to_base64)(_.buffer)};return Object.assign({__ndarray__:e},r)}}},\n", - " function _(t,n,e,r,o){r(),e.buffer_to_base64=function(t){const n=new Uint8Array(t),e=Array.from(n).map((t=>String.fromCharCode(t)));return btoa(e.join(\"\"))},e.base64_to_buffer=function(t){const n=atob(t),e=n.length,r=new Uint8Array(e);for(let t=0,o=e;t\"'`])/g,(t=>{switch(t){case\"&\":return\"&\";case\"<\":return\"<\";case\">\":return\">\";case'\"':return\""\";case\"'\":return\"'\";case\"`\":return\"`\";default:return t}}))},r.unescape=function(t){return t.replace(/&(amp|lt|gt|quot|#x27|#x60);/g,((t,e)=>{switch(e){case\"amp\":return\"&\";case\"lt\":return\"<\";case\"gt\":return\">\";case\"quot\":return'\"';case\"#x27\":return\"'\";case\"#x60\":return\"`\";default:return e}}))},r.use_strict=function(t){return`'use strict';\\n${t}`},r.to_fixed=function(t,e){return t.toFixed(e).replace(/(\\.[0-9]*?)0+$/,\"$1\").replace(/\\.$/,\"\")}},\n", - " function _(e,t,s,n,o){n();const i=e(30);class r{constructor(e){this.document=e}}s.DocumentEvent=r,r.__name__=\"DocumentEvent\";class a extends r{constructor(e,t,s){super(e),this.events=t,this.setter_id=s}}s.DocumentEventBatch=a,a.__name__=\"DocumentEventBatch\";class d extends r{}s.DocumentChangedEvent=d,d.__name__=\"DocumentChangedEvent\";class l extends d{constructor(e,t,s){super(e),this.msg_type=t,this.msg_data=s}[i.serialize](e){const t=this.msg_data,s=e.to_serializable(t);return{kind:\"MessageSent\",msg_type:this.msg_type,msg_data:s}}}s.MessageSentEvent=l,l.__name__=\"MessageSentEvent\";class _ extends d{constructor(e,t,s,n,o,i,r){super(e),this.model=t,this.attr=s,this.old=n,this.new_=o,this.setter_id=i,this.hint=r}[i.serialize](e){if(null!=this.hint)return e.to_serializable(this.hint);const t=this.new_,s=e.to_serializable(t);return this.model!=t&&e.remove_def(this.model),{kind:\"ModelChanged\",model:this.model.ref(),attr:this.attr,new:s}}}s.ModelChangedEvent=_,_.__name__=\"ModelChangedEvent\";class c extends d{constructor(e,t,s){super(e),this.column_source=t,this.patches=s}[i.serialize](e){return{kind:\"ColumnsPatched\",column_source:this.column_source,patches:this.patches}}}s.ColumnsPatchedEvent=c,c.__name__=\"ColumnsPatchedEvent\";class h extends d{constructor(e,t,s,n){super(e),this.column_source=t,this.data=s,this.rollover=n}[i.serialize](e){return{kind:\"ColumnsStreamed\",column_source:this.column_source,data:this.data,rollover:this.rollover}}}s.ColumnsStreamedEvent=h,h.__name__=\"ColumnsStreamedEvent\";class m extends d{constructor(e,t,s){super(e),this.title=t,this.setter_id=s}[i.serialize](e){return{kind:\"TitleChanged\",title:this.title}}}s.TitleChangedEvent=m,m.__name__=\"TitleChangedEvent\";class u extends d{constructor(e,t,s){super(e),this.model=t,this.setter_id=s}[i.serialize](e){return{kind:\"RootAdded\",model:e.to_serializable(this.model)}}}s.RootAddedEvent=u,u.__name__=\"RootAddedEvent\";class v extends d{constructor(e,t,s){super(e),this.model=t,this.setter_id=s}[i.serialize](e){return{kind:\"RootRemoved\",model:this.model.ref()}}}s.RootRemovedEvent=v,v.__name__=\"RootRemovedEvent\"},\n", - " function _(t,i,r,n,s){n();const e=t(8),o=t(13);r.pretty=Symbol(\"pretty\");class c{constructor(t){this.visited=new Set,this.precision=null==t?void 0:t.precision}to_string(t){if((0,e.isObject)(t)){if(this.visited.has(t))return\"\";this.visited.add(t)}return function(t){return(0,e.isObject)(t)&&void 0!==t[r.pretty]}(t)?t[r.pretty](this):(0,e.isBoolean)(t)?this.boolean(t):(0,e.isNumber)(t)?this.number(t):(0,e.isString)(t)?this.string(t):(0,e.isArray)(t)?this.array(t):(0,e.isIterable)(t)?this.iterable(t):(0,e.isPlainObject)(t)?this.object(t):(0,e.isSymbol)(t)?this.symbol(t):`${t}`}token(t){return t}boolean(t){return`${t}`}number(t){return null!=this.precision?t.toFixed(this.precision):`${t}`}string(t){return`\"${t.replace(/'/g,\"\\\\'\")}\"`}symbol(t){return t.toString()}array(t){const i=this.token,r=[];for(const i of t)r.push(this.to_string(i));return`${i(\"[\")}${r.join(`${i(\",\")} `)}${i(\"]\")}`}iterable(t){var i;const r=this.token,n=null!==(i=Object(t)[Symbol.toStringTag])&&void 0!==i?i:\"Object\",s=this.array(t);return`${n}${r(\"(\")}${s}${r(\")\")}`}object(t){const i=this.token,r=[];for(const[n,s]of(0,o.entries)(t))r.push(`${n}${i(\":\")} ${this.to_string(s)}`);return`${i(\"{\")}${r.join(`${i(\",\")} `)}${i(\"}\")}`}}r.Printer=c,c.__name__=\"Printer\",r.to_string=function(t,i){return new c(i).to_string(t)}},\n", - " function _(n,o,r,e,t){e();const l=n(13),i=n(8);function c(n){return(0,i.isObject)(n)&&void 0!==n[r.clone]}r.clone=Symbol(\"clone\"),r.is_Cloneable=c;class s extends Error{}r.CloningError=s,s.__name__=\"CloningError\";class a{constructor(){}clone(n){if(c(n))return n[r.clone](this);if((0,i.isArray)(n)){const o=n.length,r=new Array(o);for(let e=0;e{null!=this.layout&&(this.layout.visible=this.model.visible,this.plot_view.request_layout())}))}get needs_clip(){return null==this.layout}serializable_state(){const t=super.serializable_state();return null==this.layout?t:Object.assign(Object.assign({},t),{bbox:this.layout.bbox.box})}}i.AnnotationView=r,r.__name__=\"AnnotationView\";class a extends l.Renderer{constructor(t){super(t)}}i.Annotation=a,o=a,a.__name__=\"Annotation\",o.override({level:\"annotation\"})},\n", - " function _(e,i,t,n,s){n();const r=e(1);var o,a;const _=e(42),l=(0,r.__importStar)(e(45)),d=e(20),h=e(53),u=e(54);class c extends h.Model{constructor(e){super(e)}}t.RendererGroup=c,o=c,c.__name__=\"RendererGroup\",o.define((({Boolean:e})=>({visible:[e,!0]})));class p extends _.View{get coordinates(){const{_coordinates:e}=this;return null!=e?e:this._coordinates=this._initialize_coordinates()}initialize(){super.initialize(),this.visuals=new l.Visuals(this),this.needs_webgl_blit=!1}connect_signals(){super.connect_signals();const{x_range_name:e,y_range_name:i}=this.model.properties;this.on_change([e,i],(()=>this._initialize_coordinates()));const{group:t}=this.model;null!=t&&this.on_change(t.properties.visible,(()=>{this.model.visible=t.visible}))}_initialize_coordinates(){const{coordinates:e}=this.model,{frame:i}=this.plot_view;if(null!=e)return e.get_transform(i);{const{x_range_name:e,y_range_name:t}=this.model,n=i.x_scales.get(e),s=i.y_scales.get(t);return new u.CoordinateTransform(n,s)}}get plot_view(){return this.parent}get plot_model(){return this.parent.model}get layer(){const{overlays:e,primary:i}=this.canvas;return\"overlay\"==this.model.level?e:i}get canvas(){return this.plot_view.canvas_view}request_render(){this.request_paint()}request_paint(){this.plot_view.request_paint(this)}request_layout(){this.plot_view.request_layout()}notify_finished(){this.plot_view.notify_finished()}notify_finished_after_paint(){this.plot_view.notify_finished_after_paint()}get needs_clip(){return!1}get has_webgl(){return!1}render(){this.model.visible&&this._render(),this._has_finished=!0}renderer_view(e){}}t.RendererView=p,p.__name__=\"RendererView\";class g extends h.Model{constructor(e){super(e)}}t.Renderer=g,a=g,g.__name__=\"Renderer\",a.define((({Boolean:e,String:i,Ref:t,Nullable:n})=>({group:[n(t(c)),null],level:[d.RenderLevel,\"image\"],visible:[e,!0],x_range_name:[i,\"default\"],y_range_name:[i,\"default\"],coordinates:[n(t(u.CoordinateMapping)),null]})))},\n", - " function _(t,e,s,i,n){i();const o=t(1),h=t(15),r=t(43),l=t(8),_=(0,o.__importDefault)(t(44));class d{constructor(t){this.removed=new h.Signal0(this,\"removed\"),this._ready=Promise.resolve(void 0),this._slots=new WeakMap,this._idle_notified=!1;const{model:e,parent:s}=t;this.model=e,this.parent=s,this.root=null==s?this:s.root,this.removed.emit()}get ready(){return this._ready}connect(t,e){let s=this._slots.get(e);return null==s&&(s=(t,s)=>{const i=Promise.resolve(e.call(this,t,s));this._ready=this._ready.then((()=>i))},this._slots.set(e,s)),t.connect(s,this)}disconnect(t,e){return t.disconnect(e,this)}initialize(){this._has_finished=!1,this.is_root&&(this._stylesheet=r.stylesheet);for(const t of this.styles())this.stylesheet.append(t)}async lazy_initialize(){}remove(){this.disconnect_signals(),this.removed.emit()}toString(){return`${this.model.type}View(${this.model.id})`}serializable_state(){return{type:this.model.type}}get is_root(){return null==this.parent}has_finished(){return this._has_finished}get is_idle(){return this.has_finished()}connect_signals(){}disconnect_signals(){h.Signal.disconnect_receiver(this)}on_change(t,e){for(const s of(0,l.isArray)(t)?t:[t])this.connect(s.change,e)}cursor(t,e){return null}get stylesheet(){return this.is_root?this._stylesheet:this.root.stylesheet}styles(){return[_.default]}notify_finished(){this.is_root?!this._idle_notified&&this.has_finished()&&null!=this.model.document&&(this._idle_notified=!0,this.model.document.notify_idle(this.model)):this.root.notify_finished()}}s.View=d,d.__name__=\"View\"},\n", - " function _(t,e,n,i,o){i();const s=t(8),l=t(13),r=t=>(e={},...n)=>{const i=document.createElement(t);i.classList.add(\"bk\"),(0,s.isPlainObject)(e)||(n=[e,...n],e={});for(let[t,n]of(0,l.entries)(e))if(null!=n&&(!(0,s.isBoolean)(n)||n))if(\"class\"===t&&((0,s.isString)(n)&&(n=n.split(/\\s+/)),(0,s.isArray)(n)))for(const t of n)null!=t&&i.classList.add(t);else if(\"style\"===t&&(0,s.isPlainObject)(n))for(const[t,e]of(0,l.entries)(n))i.style[t]=e;else if(\"data\"===t&&(0,s.isPlainObject)(n))for(const[t,e]of(0,l.entries)(n))i.dataset[t]=e;else i.setAttribute(t,n);function o(t){if((0,s.isString)(t))i.appendChild(document.createTextNode(t));else if(t instanceof Node)i.appendChild(t);else if(t instanceof NodeList||t instanceof HTMLCollection)for(const e of t)i.appendChild(e);else if(null!=t&&!1!==t)throw new Error(`expected a DOM element, string, false or null, got ${JSON.stringify(t)}`)}for(const t of n)if((0,s.isArray)(t))for(const e of t)o(e);else o(t);return i};function a(t){const e=t.parentNode;null!=e&&e.removeChild(t)}function c(t,...e){const n=t.firstChild;for(const i of e)t.insertBefore(i,n)}function d(t,e){var n,i,o;const s=Element.prototype;return(null!==(o=null!==(i=null!==(n=s.matches)&&void 0!==n?n:s.webkitMatchesSelector)&&void 0!==i?i:s.mozMatchesSelector)&&void 0!==o?o:s.msMatchesSelector).call(t,e)}function h(t){return parseFloat(t)||0}function f(t){const e=getComputedStyle(t);return{border:{top:h(e.borderTopWidth),bottom:h(e.borderBottomWidth),left:h(e.borderLeftWidth),right:h(e.borderRightWidth)},margin:{top:h(e.marginTop),bottom:h(e.marginBottom),left:h(e.marginLeft),right:h(e.marginRight)},padding:{top:h(e.paddingTop),bottom:h(e.paddingBottom),left:h(e.paddingLeft),right:h(e.paddingRight)}}}function u(t){const e=t.getBoundingClientRect();return{width:Math.ceil(e.width),height:Math.ceil(e.height)}}n.createElement=function(t,e,...n){return r(t)(e,...n)},n.div=r(\"div\"),n.span=r(\"span\"),n.canvas=r(\"canvas\"),n.link=r(\"link\"),n.style=r(\"style\"),n.a=r(\"a\"),n.p=r(\"p\"),n.i=r(\"i\"),n.pre=r(\"pre\"),n.button=r(\"button\"),n.label=r(\"label\"),n.input=r(\"input\"),n.select=r(\"select\"),n.option=r(\"option\"),n.optgroup=r(\"optgroup\"),n.textarea=r(\"textarea\"),n.createSVGElement=function(t,e,...n){const i=document.createElementNS(\"http://www.w3.org/2000/svg\",t);for(const[t,n]of(0,l.entries)(null!=e?e:{}))null==n||(0,s.isBoolean)(n)&&!n||i.setAttribute(t,n);function o(t){if((0,s.isString)(t))i.appendChild(document.createTextNode(t));else if(t instanceof Node)i.appendChild(t);else if(t instanceof NodeList||t instanceof HTMLCollection)for(const e of t)i.appendChild(e);else if(null!=t&&!1!==t)throw new Error(`expected a DOM element, string, false or null, got ${JSON.stringify(t)}`)}for(const t of n)if((0,s.isArray)(t))for(const e of t)o(e);else o(t);return i},n.nbsp=function(){return document.createTextNode(\"\\xa0\")},n.append=function(t,...e){for(const n of e)t.appendChild(n)},n.remove=a,n.removeElement=a,n.replaceWith=function(t,e){const n=t.parentNode;null!=n&&n.replaceChild(e,t)},n.prepend=c,n.empty=function(t,e=!1){let n;for(;n=t.firstChild;)t.removeChild(n);if(e&&t instanceof Element)for(const e of t.attributes)t.removeAttributeNode(e)},n.display=function(t){t.style.display=\"\"},n.undisplay=function(t){t.style.display=\"none\"},n.show=function(t){t.style.visibility=\"\"},n.hide=function(t){t.style.visibility=\"hidden\"},n.offset=function(t){const e=t.getBoundingClientRect();return{top:e.top+window.pageYOffset-document.documentElement.clientTop,left:e.left+window.pageXOffset-document.documentElement.clientLeft}},n.matches=d,n.parent=function(t,e){let n=t;for(;n=n.parentElement;)if(d(n,e))return n;return null},n.extents=f,n.size=u,n.scroll_size=function(t){return{width:Math.ceil(t.scrollWidth),height:Math.ceil(t.scrollHeight)}},n.outer_size=function(t){const{margin:{left:e,right:n,top:i,bottom:o}}=f(t),{width:s,height:l}=u(t);return{width:Math.ceil(s+e+n),height:Math.ceil(l+i+o)}},n.content_size=function(t){const{left:e,top:n}=t.getBoundingClientRect(),{padding:i}=f(t);let o=0,s=0;for(const l of t.children){const t=l.getBoundingClientRect();o=Math.max(o,Math.ceil(t.left-e-i.left+t.width)),s=Math.max(s,Math.ceil(t.top-n-i.top+t.height))}return{width:o,height:s}},n.position=function(t,e,n){const{style:i}=t;if(i.left=`${e.x}px`,i.top=`${e.y}px`,i.width=`${e.width}px`,i.height=`${e.height}px`,null==n)i.margin=\"\";else{const{top:t,right:e,bottom:o,left:s}=n;i.margin=`${t}px ${e}px ${o}px ${s}px`}},n.children=function(t){return Array.from(t.children)};class p{constructor(t){this.el=t,this.classList=t.classList}get values(){const t=[];for(let e=0;e{document.addEventListener(\"DOMContentLoaded\",(()=>t()),{once:!0})}))}},\n", - " function _(o,i,t,e,r){e(),t.root=\"bk-root\",t.default=\".bk-root{position:relative;width:auto;height:auto;box-sizing:border-box;font-family:Helvetica, Arial, sans-serif;font-size:13px;}.bk-root .bk,.bk-root .bk:before,.bk-root .bk:after{box-sizing:inherit;margin:0;border:0;padding:0;background-image:none;font-family:inherit;font-size:100%;line-height:1.42857143;}.bk-root pre.bk{font-family:Courier, monospace;}\"},\n", - " function _(e,t,r,a,c){a();const n=e(1),l=e(46);c(\"Line\",l.Line),c(\"LineScalar\",l.LineScalar),c(\"LineVector\",l.LineVector);const i=e(49);c(\"Fill\",i.Fill),c(\"FillScalar\",i.FillScalar),c(\"FillVector\",i.FillVector);const s=e(50);c(\"Text\",s.Text),c(\"TextScalar\",s.TextScalar),c(\"TextVector\",s.TextVector);const o=e(51);c(\"Hatch\",o.Hatch),c(\"HatchScalar\",o.HatchScalar),c(\"HatchVector\",o.HatchVector);const u=(0,n.__importStar)(e(48)),V=e(47);c(\"VisualProperties\",V.VisualProperties),c(\"VisualUniforms\",V.VisualUniforms);class h{constructor(e){this._visuals=[];for(const[t,r]of e.model._mixins){const a=(()=>{switch(r){case u.Line:return new l.Line(e,t);case u.LineScalar:return new l.LineScalar(e,t);case u.LineVector:return new l.LineVector(e,t);case u.Fill:return new i.Fill(e,t);case u.FillScalar:return new i.FillScalar(e,t);case u.FillVector:return new i.FillVector(e,t);case u.Text:return new s.Text(e,t);case u.TextScalar:return new s.TextScalar(e,t);case u.TextVector:return new s.TextVector(e,t);case u.Hatch:return new o.Hatch(e,t);case u.HatchScalar:return new o.HatchScalar(e,t);case u.HatchVector:return new o.HatchVector(e,t);default:throw new Error(\"unknown visual\")}})();a instanceof V.VisualProperties&&a.update(),this._visuals.push(a),Object.defineProperty(this,t+a.type,{get:()=>a,configurable:!1,enumerable:!0})}}*[Symbol.iterator](){yield*this._visuals}}r.Visuals=h,h.__name__=\"Visuals\"},\n", - " function _(e,t,i,l,s){l();const a=e(1),n=e(47),h=(0,a.__importStar)(e(48)),o=e(22),_=e(8);function r(e){if((0,_.isArray)(e))return e;switch(e){case\"solid\":return[];case\"dashed\":return[6];case\"dotted\":return[2,4];case\"dotdash\":return[2,4,6,4];case\"dashdot\":return[6,4,2,4];default:return e.split(\" \").map(Number).filter(_.isInteger)}}i.resolve_line_dash=r;class u extends n.VisualProperties{get doit(){const e=this.line_color.get_value(),t=this.line_alpha.get_value(),i=this.line_width.get_value();return!(null==e||0==t||0==i)}apply(e){const{doit:t}=this;return t&&(this.set_value(e),e.stroke()),t}values(){return{color:this.line_color.get_value(),alpha:this.line_alpha.get_value(),width:this.line_width.get_value(),join:this.line_join.get_value(),cap:this.line_cap.get_value(),dash:this.line_dash.get_value(),offset:this.line_dash_offset.get_value()}}set_value(e){const t=this.line_color.get_value(),i=this.line_alpha.get_value();e.strokeStyle=(0,o.color2css)(t,i),e.lineWidth=this.line_width.get_value(),e.lineJoin=this.line_join.get_value(),e.lineCap=this.line_cap.get_value(),e.lineDash=r(this.line_dash.get_value()),e.lineDashOffset=this.line_dash_offset.get_value()}}i.Line=u,u.__name__=\"Line\";class c extends n.VisualUniforms{get doit(){const e=this.line_color.value,t=this.line_alpha.value,i=this.line_width.value;return!(0==e||0==t||0==i)}apply(e){const{doit:t}=this;return t&&(this.set_value(e),e.stroke()),t}values(){return{color:this.line_color.value,alpha:this.line_alpha.value,width:this.line_width.value,join:this.line_join.value,cap:this.line_cap.value,dash:this.line_dash.value,offset:this.line_dash_offset.value}}set_value(e){const t=this.line_color.value,i=this.line_alpha.value;e.strokeStyle=(0,o.color2css)(t,i),e.lineWidth=this.line_width.value,e.lineJoin=this.line_join.value,e.lineCap=this.line_cap.value,e.lineDash=r(this.line_dash.value),e.lineDashOffset=this.line_dash_offset.value}}i.LineScalar=c,c.__name__=\"LineScalar\";class d extends n.VisualUniforms{get doit(){const{line_color:e}=this;if(e.is_Scalar()&&0==e.value)return!1;const{line_alpha:t}=this;if(t.is_Scalar()&&0==t.value)return!1;const{line_width:i}=this;return!i.is_Scalar()||0!=i.value}apply(e,t){const{doit:i}=this;return i&&(this.set_vectorize(e,t),e.stroke()),i}values(e){return{color:this.line_color.get(e),alpha:this.line_alpha.get(e),width:this.line_width.get(e),join:this.line_join.get(e),cap:this.line_cap.get(e),dash:this.line_dash.get(e),offset:this.line_dash_offset.get(e)}}set_vectorize(e,t){const i=this.line_color.get(t),l=this.line_alpha.get(t),s=this.line_width.get(t),a=this.line_join.get(t),n=this.line_cap.get(t),h=this.line_dash.get(t),_=this.line_dash_offset.get(t);e.strokeStyle=(0,o.color2css)(i,l),e.lineWidth=s,e.lineJoin=a,e.lineCap=n,e.lineDash=r(h),e.lineDashOffset=_}}i.LineVector=d,d.__name__=\"LineVector\",u.prototype.type=\"line\",u.prototype.attrs=Object.keys(h.Line),c.prototype.type=\"line\",c.prototype.attrs=Object.keys(h.LineScalar),d.prototype.type=\"line\",d.prototype.attrs=Object.keys(h.LineVector)},\n", - " function _(t,s,o,i,r){i();class e{constructor(t,s=\"\"){this.obj=t,this.prefix=s;const o=this;this._props=[];for(const i of this.attrs){const r=t.model.properties[s+i];r.change.connect((()=>this.update())),o[i]=r,this._props.push(r)}}*[Symbol.iterator](){yield*this._props}update(){}}o.VisualProperties=e,e.__name__=\"VisualProperties\";class p{constructor(t,s=\"\"){this.obj=t,this.prefix=s;for(const o of this.attrs)Object.defineProperty(this,o,{get:()=>t[s+o]})}*[Symbol.iterator](){for(const t of this.attrs)yield this.obj.model.properties[this.prefix+t]}update(){}}o.VisualUniforms=p,p.__name__=\"VisualUniforms\"},\n", - " function _(e,l,t,a,c){a();const r=e(1),o=(0,r.__importStar)(e(18)),n=e(20),i=(0,r.__importStar)(e(21)),_=e(13);t.Line={line_color:[i.Nullable(i.Color),\"black\"],line_alpha:[i.Alpha,1],line_width:[i.Number,1],line_join:[n.LineJoin,\"bevel\"],line_cap:[n.LineCap,\"butt\"],line_dash:[i.Or(n.LineDash,i.Array(i.Number)),[]],line_dash_offset:[i.Number,0]},t.Fill={fill_color:[i.Nullable(i.Color),\"gray\"],fill_alpha:[i.Alpha,1]},t.Hatch={hatch_color:[i.Nullable(i.Color),\"black\"],hatch_alpha:[i.Alpha,1],hatch_scale:[i.Number,12],hatch_pattern:[i.Nullable(i.Or(n.HatchPatternType,i.String)),null],hatch_weight:[i.Number,1],hatch_extra:[i.Dict(i.AnyRef()),{}]},t.Text={text_color:[i.Nullable(i.Color),\"#444444\"],text_alpha:[i.Alpha,1],text_font:[o.Font,\"helvetica\"],text_font_size:[i.FontSize,\"16px\"],text_font_style:[n.FontStyle,\"normal\"],text_align:[n.TextAlign,\"left\"],text_baseline:[n.TextBaseline,\"bottom\"],text_line_height:[i.Number,1.2]},t.LineScalar={line_color:[o.ColorScalar,\"black\"],line_alpha:[o.NumberScalar,1],line_width:[o.NumberScalar,1],line_join:[o.LineJoinScalar,\"bevel\"],line_cap:[o.LineCapScalar,\"butt\"],line_dash:[o.LineDashScalar,[]],line_dash_offset:[o.NumberScalar,0]},t.FillScalar={fill_color:[o.ColorScalar,\"gray\"],fill_alpha:[o.NumberScalar,1]},t.HatchScalar={hatch_color:[o.ColorScalar,\"black\"],hatch_alpha:[o.NumberScalar,1],hatch_scale:[o.NumberScalar,12],hatch_pattern:[o.NullStringScalar,null],hatch_weight:[o.NumberScalar,1],hatch_extra:[o.AnyScalar,{}]},t.TextScalar={text_color:[o.ColorScalar,\"#444444\"],text_alpha:[o.NumberScalar,1],text_font:[o.FontScalar,\"helvetica\"],text_font_size:[o.FontSizeScalar,\"16px\"],text_font_style:[o.FontStyleScalar,\"normal\"],text_align:[o.TextAlignScalar,\"left\"],text_baseline:[o.TextBaselineScalar,\"bottom\"],text_line_height:[o.NumberScalar,1.2]},t.LineVector={line_color:[o.ColorSpec,\"black\"],line_alpha:[o.NumberSpec,1],line_width:[o.NumberSpec,1],line_join:[o.LineJoinSpec,\"bevel\"],line_cap:[o.LineCapSpec,\"butt\"],line_dash:[o.LineDashSpec,[]],line_dash_offset:[o.NumberSpec,0]},t.FillVector={fill_color:[o.ColorSpec,\"gray\"],fill_alpha:[o.NumberSpec,1]},t.HatchVector={hatch_color:[o.ColorSpec,\"black\"],hatch_alpha:[o.NumberSpec,1],hatch_scale:[o.NumberSpec,12],hatch_pattern:[o.NullStringSpec,null],hatch_weight:[o.NumberSpec,1],hatch_extra:[o.AnyScalar,{}]},t.TextVector={text_color:[o.ColorSpec,\"#444444\"],text_alpha:[o.NumberSpec,1],text_font:[o.FontSpec,\"helvetica\"],text_font_size:[o.FontSizeSpec,\"16px\"],text_font_style:[o.FontStyleSpec,\"normal\"],text_align:[o.TextAlignSpec,\"left\"],text_baseline:[o.TextBaselineSpec,\"bottom\"],text_line_height:[o.NumberSpec,1.2]},t.attrs_of=function(e,l,t,a=!1){const c={};for(const r of(0,_.keys)(t)){const t=`${l}${r}`,o=e[t];c[a?t:r]=o}return c}},\n", - " function _(l,t,e,i,s){i();const a=l(1),o=l(47),r=(0,a.__importStar)(l(48)),_=l(22);class c extends o.VisualProperties{get doit(){const l=this.fill_color.get_value(),t=this.fill_alpha.get_value();return!(null==l||0==t)}apply(l,t){const{doit:e}=this;return e&&(this.set_value(l),l.fill(t)),e}values(){return{color:this.fill_color.get_value(),alpha:this.fill_alpha.get_value()}}set_value(l){const t=this.fill_color.get_value(),e=this.fill_alpha.get_value();l.fillStyle=(0,_.color2css)(t,e)}}e.Fill=c,c.__name__=\"Fill\";class h extends o.VisualUniforms{get doit(){const l=this.fill_color.value,t=this.fill_alpha.value;return!(0==l||0==t)}apply(l,t){const{doit:e}=this;return e&&(this.set_value(l),l.fill(t)),e}values(){return{color:this.fill_color.value,alpha:this.fill_alpha.value}}set_value(l){const t=this.fill_color.value,e=this.fill_alpha.value;l.fillStyle=(0,_.color2css)(t,e)}}e.FillScalar=h,h.__name__=\"FillScalar\";class u extends o.VisualUniforms{get doit(){const{fill_color:l}=this;if(l.is_Scalar()&&0==l.value)return!1;const{fill_alpha:t}=this;return!t.is_Scalar()||0!=t.value}apply(l,t,e){const{doit:i}=this;return i&&(this.set_vectorize(l,t),l.fill(e)),i}values(l){return{color:this.fill_color.get(l),alpha:this.fill_alpha.get(l)}}set_vectorize(l,t){const e=this.fill_color.get(t),i=this.fill_alpha.get(t);l.fillStyle=(0,_.color2css)(e,i)}}e.FillVector=u,u.__name__=\"FillVector\",c.prototype.type=\"fill\",c.prototype.attrs=Object.keys(r.Fill),h.prototype.type=\"fill\",h.prototype.attrs=Object.keys(r.FillScalar),u.prototype.type=\"fill\",u.prototype.attrs=Object.keys(r.FillVector)},\n", - " function _(t,e,l,s,_){s();const i=t(1),a=t(47),o=(0,i.__importStar)(t(48)),n=t(22);class h extends a.VisualProperties{get doit(){const t=this.text_color.get_value(),e=this.text_alpha.get_value();return!(null==t||0==e)}values(){return{color:this.text_color.get_value(),alpha:this.text_alpha.get_value(),font:this.text_font.get_value(),font_size:this.text_font_size.get_value(),font_style:this.text_font_style.get_value(),align:this.text_align.get_value(),baseline:this.text_baseline.get_value(),line_height:this.text_line_height.get_value()}}set_value(t){const e=this.text_color.get_value(),l=this.text_alpha.get_value();t.fillStyle=(0,n.color2css)(e,l),t.font=this.font_value(),t.textAlign=this.text_align.get_value(),t.textBaseline=this.text_baseline.get_value()}font_value(){return`${this.text_font_style.get_value()} ${this.text_font_size.get_value()} ${this.text_font.get_value()}`}}l.Text=h,h.__name__=\"Text\";class x extends a.VisualUniforms{get doit(){const t=this.text_color.value,e=this.text_alpha.value;return!(0==t||0==e)}values(){return{color:this.text_color.value,alpha:this.text_alpha.value,font:this.text_font.value,font_size:this.text_font_size.value,font_style:this.text_font_style.value,align:this.text_align.value,baseline:this.text_baseline.value,line_height:this.text_line_height.value}}set_value(t){const e=this.text_color.value,l=this.text_alpha.value,s=this.font_value(),_=this.text_align.value,i=this.text_baseline.value;t.fillStyle=(0,n.color2css)(e,l),t.font=s,t.textAlign=_,t.textBaseline=i}font_value(){return`${this.text_font_style.value} ${this.text_font_size.value} ${this.text_font.value}`}}l.TextScalar=x,x.__name__=\"TextScalar\";class u extends a.VisualUniforms{values(t){return{color:this.text_color.get(t),alpha:this.text_alpha.get(t),font:this.text_font.get(t),font_size:this.text_font_size.get(t),font_style:this.text_font_style.get(t),align:this.text_align.get(t),baseline:this.text_baseline.get(t),line_height:this.text_line_height.get(t)}}get doit(){const{text_color:t}=this;if(t.is_Scalar()&&0==t.value)return!1;const{text_alpha:e}=this;return!e.is_Scalar()||0!=e.value}set_vectorize(t,e){const l=this.text_color.get(e),s=this.text_alpha.get(e),_=this.font_value(e),i=this.text_align.get(e),a=this.text_baseline.get(e);t.fillStyle=(0,n.color2css)(l,s),t.font=_,t.textAlign=i,t.textBaseline=a}font_value(t){return`${this.text_font_style.get(t)} ${this.text_font_size.get(t)} ${this.text_font.get(t)}`}}l.TextVector=u,u.__name__=\"TextVector\",h.prototype.type=\"text\",h.prototype.attrs=Object.keys(o.Text),x.prototype.type=\"text\",x.prototype.attrs=Object.keys(o.TextScalar),u.prototype.type=\"text\",u.prototype.attrs=Object.keys(o.TextVector)},\n", - " function _(t,e,a,r,i){r();const h=t(1),s=t(47),n=t(52),c=(0,h.__importStar)(t(18)),_=(0,h.__importStar)(t(48));class l extends s.VisualProperties{constructor(){super(...arguments),this._update_iteration=0}update(){if(this._update_iteration++,this._hatch_image=null,!this.doit)return;const t=this.hatch_color.get_value(),e=this.hatch_alpha.get_value(),a=this.hatch_scale.get_value(),r=this.hatch_pattern.get_value(),i=this.hatch_weight.get_value(),h=t=>{this._hatch_image=t},s=this.hatch_extra.get_value()[r];if(null!=s){const r=s.get_pattern(t,e,a,i);if(r instanceof Promise){const{_update_iteration:t}=this;r.then((e=>{this._update_iteration==t&&(h(e),this.obj.request_render())}))}else h(r)}else{const s=this.obj.canvas.create_layer(),c=(0,n.get_pattern)(s,r,t,e,a,i);h(c)}}get doit(){const t=this.hatch_color.get_value(),e=this.hatch_alpha.get_value(),a=this.hatch_pattern.get_value();return!(null==t||0==e||\" \"==a||\"blank\"==a||null==a)}apply(t,e){const{doit:a}=this;return a&&(this.set_value(t),t.layer.undo_transform((()=>t.fill(e)))),a}set_value(t){const e=this.pattern(t);t.fillStyle=null!=e?e:\"transparent\"}pattern(t){const e=this._hatch_image;return null==e?null:t.createPattern(e,this.repetition())}repetition(){const t=this.hatch_pattern.get_value(),e=this.hatch_extra.get_value()[t];if(null==e)return\"repeat\";switch(e.repetition){case\"repeat\":return\"repeat\";case\"repeat_x\":return\"repeat-x\";case\"repeat_y\":return\"repeat-y\";case\"no_repeat\":return\"no-repeat\"}}}a.Hatch=l,l.__name__=\"Hatch\";class o extends s.VisualUniforms{constructor(){super(...arguments),this._static_doit=!1,this._update_iteration=0}_compute_static_doit(){const t=this.hatch_color.value,e=this.hatch_alpha.value,a=this.hatch_pattern.value;return!(null==t||0==e||\" \"==a||\"blank\"==a||null==a)}update(){this._update_iteration++;const t=this.hatch_color.length;if(this._hatch_image=new c.UniformScalar(null,t),this._static_doit=this._compute_static_doit(),!this._static_doit)return;const e=this.hatch_color.value,a=this.hatch_alpha.value,r=this.hatch_scale.value,i=this.hatch_pattern.value,h=this.hatch_weight.value,s=e=>{this._hatch_image=new c.UniformScalar(e,t)},_=this.hatch_extra.value[i];if(null!=_){const t=_.get_pattern(e,a,r,h);if(t instanceof Promise){const{_update_iteration:e}=this;t.then((t=>{this._update_iteration==e&&(s(t),this.obj.request_render())}))}else s(t)}else{const t=this.obj.canvas.create_layer(),c=(0,n.get_pattern)(t,i,e,a,r,h);s(c)}}get doit(){return this._static_doit}apply(t,e){const{doit:a}=this;return a&&(this.set_value(t),t.layer.undo_transform((()=>t.fill(e)))),a}set_value(t){var e;t.fillStyle=null!==(e=this.pattern(t))&&void 0!==e?e:\"transparent\"}pattern(t){const e=this._hatch_image.value;return null==e?null:t.createPattern(e,this.repetition())}repetition(){const t=this.hatch_pattern.value,e=this.hatch_extra.value[t];if(null==e)return\"repeat\";switch(e.repetition){case\"repeat\":return\"repeat\";case\"repeat_x\":return\"repeat-x\";case\"repeat_y\":return\"repeat-y\";case\"no_repeat\":return\"no-repeat\"}}}a.HatchScalar=o,o.__name__=\"HatchScalar\";class u extends s.VisualUniforms{constructor(){super(...arguments),this._static_doit=!1,this._update_iteration=0}_compute_static_doit(){const{hatch_color:t}=this;if(t.is_Scalar()&&0==t.value)return!1;const{hatch_alpha:e}=this;if(e.is_Scalar()&&0==e.value)return!1;const{hatch_pattern:a}=this;if(a.is_Scalar()){const t=a.value;if(\" \"==t||\"blank\"==t||null==t)return!1}return!0}update(){this._update_iteration++;const t=this.hatch_color.length;if(this._hatch_image=new c.UniformScalar(null,t),this._static_doit=this._compute_static_doit(),!this._static_doit)return;const e=(t,e,a,r,i,h)=>{const s=this.hatch_extra.value[t];if(null!=s){const t=s.get_pattern(e,a,r,i);if(t instanceof Promise){const{_update_iteration:e}=this;t.then((t=>{this._update_iteration==e&&(h(t),this.obj.request_render())}))}else h(t)}else{const s=this.obj.canvas.create_layer(),c=(0,n.get_pattern)(s,t,e,a,r,i);h(c)}};if(this.hatch_color.is_Scalar()&&this.hatch_alpha.is_Scalar()&&this.hatch_scale.is_Scalar()&&this.hatch_pattern.is_Scalar()&&this.hatch_weight.is_Scalar()){const a=this.hatch_color.value,r=this.hatch_alpha.value,i=this.hatch_scale.value;e(this.hatch_pattern.value,a,r,i,this.hatch_weight.value,(e=>{this._hatch_image=new c.UniformScalar(e,t)}))}else{const a=new Array(t);a.fill(null),this._hatch_image=new c.UniformVector(a);for(let r=0;r{a[r]=t}))}}}get doit(){return this._static_doit}apply(t,e,a){const{doit:r}=this;return r&&(this.set_vectorize(t,e),t.layer.undo_transform((()=>t.fill(a)))),r}set_vectorize(t,e){var a;t.fillStyle=null!==(a=this.pattern(t,e))&&void 0!==a?a:\"transparent\"}pattern(t,e){const a=this._hatch_image.get(e);return null==a?null:t.createPattern(a,this.repetition(e))}repetition(t){const e=this.hatch_pattern.get(t),a=this.hatch_extra.value[e];if(null==a)return\"repeat\";switch(a.repetition){case\"repeat\":return\"repeat\";case\"repeat_x\":return\"repeat-x\";case\"repeat_y\":return\"repeat-y\";case\"no_repeat\":return\"no-repeat\"}}}a.HatchVector=u,u.__name__=\"HatchVector\",l.prototype.type=\"hatch\",l.prototype.attrs=Object.keys(_.Hatch),o.prototype.type=\"hatch\",o.prototype.attrs=Object.keys(_.HatchScalar),u.prototype.type=\"hatch\",u.prototype.attrs=Object.keys(_.HatchVector)},\n", - " function _(e,o,a,s,r){s();const i=e(22);function l(e,o,a){e.moveTo(0,a+.5),e.lineTo(o,a+.5),e.stroke()}function n(e,o,a){e.moveTo(a+.5,0),e.lineTo(a+.5,o),e.stroke()}function t(e,o){e.moveTo(0,o),e.lineTo(o,0),e.stroke(),e.moveTo(0,0),e.lineTo(o,o),e.stroke()}a.hatch_aliases={\" \":\"blank\",\".\":\"dot\",o:\"ring\",\"-\":\"horizontal_line\",\"|\":\"vertical_line\",\"+\":\"cross\",'\"':\"horizontal_dash\",\":\":\"vertical_dash\",\"@\":\"spiral\",\"/\":\"right_diagonal_line\",\"\\\\\":\"left_diagonal_line\",x:\"diagonal_cross\",\",\":\"right_diagonal_dash\",\"`\":\"left_diagonal_dash\",v:\"horizontal_wave\",\">\":\"vertical_wave\",\"*\":\"criss_cross\"},a.get_pattern=function(e,o,s,r,c,k){return e.resize(c,c),e.prepare(),function(e,o,s,r,c,k){var _;const T=c,v=T/2,h=v/2,d=(0,i.color2css)(s,r);switch(e.strokeStyle=d,e.fillStyle=d,e.lineCap=\"square\",e.lineWidth=k,null!==(_=a.hatch_aliases[o])&&void 0!==_?_:o){case\"blank\":break;case\"dot\":e.arc(v,v,v/2,0,2*Math.PI,!0),e.fill();break;case\"ring\":e.arc(v,v,v/2,0,2*Math.PI,!0),e.stroke();break;case\"horizontal_line\":l(e,T,v);break;case\"vertical_line\":n(e,T,v);break;case\"cross\":l(e,T,v),n(e,T,v);break;case\"horizontal_dash\":l(e,v,v);break;case\"vertical_dash\":n(e,v,v);break;case\"spiral\":{const o=T/30;e.moveTo(v,v);for(let a=0;a<360;a++){const s=.1*a,r=v+o*s*Math.cos(s),i=v+o*s*Math.sin(s);e.lineTo(r,i)}e.stroke();break}case\"right_diagonal_line\":e.moveTo(.5-h,T),e.lineTo(h+.5,0),e.stroke(),e.moveTo(h+.5,T),e.lineTo(3*h+.5,0),e.stroke(),e.moveTo(3*h+.5,T),e.lineTo(5*h+.5,0),e.stroke(),e.stroke();break;case\"left_diagonal_line\":e.moveTo(h+.5,T),e.lineTo(.5-h,0),e.stroke(),e.moveTo(3*h+.5,T),e.lineTo(h+.5,0),e.stroke(),e.moveTo(5*h+.5,T),e.lineTo(3*h+.5,0),e.stroke(),e.stroke();break;case\"diagonal_cross\":t(e,T);break;case\"right_diagonal_dash\":e.moveTo(h+.5,3*h+.5),e.lineTo(3*h+.5,h+.5),e.stroke();break;case\"left_diagonal_dash\":e.moveTo(h+.5,h+.5),e.lineTo(3*h+.5,3*h+.5),e.stroke();break;case\"horizontal_wave\":e.moveTo(0,h),e.lineTo(v,3*h),e.lineTo(T,h),e.stroke();break;case\"vertical_wave\":e.moveTo(h,0),e.lineTo(3*h,v),e.lineTo(h,T),e.stroke();break;case\"criss_cross\":t(e,T),l(e,T,v),n(e,T,v)}}(e.ctx,o,s,r,c,k),e.canvas}},\n", - " function _(e,t,s,n,c){var a;n();const i=e(14),r=e(8),l=e(13),o=e(26),_=e(19);class h extends i.HasProps{constructor(e){super(e)}get is_syncable(){return this.syncable}[o.equals](e,t){return t.eq(this.id,e.id)&&super[o.equals](e,t)}initialize(){super.initialize(),this._js_callbacks=new Map}connect_signals(){super.connect_signals(),this._update_property_callbacks(),this.connect(this.properties.js_property_callbacks.change,(()=>this._update_property_callbacks())),this.connect(this.properties.js_event_callbacks.change,(()=>this._update_event_callbacks())),this.connect(this.properties.subscribed_events.change,(()=>this._update_event_callbacks()))}_process_event(e){var t;for(const s of null!==(t=this.js_event_callbacks[e.event_name])&&void 0!==t?t:[])s.execute(e);null!=this.document&&this.subscribed_events.some((t=>t==e.event_name))&&this.document.event_manager.send_event(e)}trigger_event(e){null!=this.document&&(e.origin=this,this.document.event_manager.trigger(e))}_update_event_callbacks(){null!=this.document?this.document.event_manager.subscribed_models.add(this):_.logger.warn(\"WARNING: Document not defined for updating event callbacks\")}_update_property_callbacks(){const e=e=>{const[t,s=null]=e.split(\":\");return null!=s?this.properties[s][t]:this[t]};for(const[t,s]of this._js_callbacks){const n=e(t);for(const e of s)this.disconnect(n,e)}this._js_callbacks.clear();for(const[t,s]of(0,l.entries)(this.js_property_callbacks)){const n=s.map((e=>()=>e.execute(this)));this._js_callbacks.set(t,n);const c=e(t);for(const e of n)this.connect(c,e)}}_doc_attached(){(0,l.isEmpty)(this.js_event_callbacks)&&0==this.subscribed_events.length||this._update_event_callbacks()}_doc_detached(){this.document.event_manager.subscribed_models.delete(this)}select(e){if((0,r.isString)(e))return[...this.references()].filter((t=>t instanceof h&&t.name===e));if(e.prototype instanceof i.HasProps)return[...this.references()].filter((t=>t instanceof e));throw new Error(\"invalid selector\")}select_one(e){const t=this.select(e);switch(t.length){case 0:return null;case 1:return t[0];default:throw new Error(\"found more than one object matching given selector\")}}}s.Model=h,a=h,h.__name__=\"Model\",a.define((({Any:e,Unknown:t,Boolean:s,String:n,Array:c,Dict:a,Nullable:i})=>({tags:[c(t),[]],name:[i(n),null],js_property_callbacks:[a(c(e)),{}],js_event_callbacks:[a(c(e)),{}],subscribed_events:[c(n),[]],syncable:[s,!0]})))},\n", - " function _(e,t,s,a,r){var c,n;a();const _=e(12),o=e(53),i=e(55),l=e(59),u=e(61),g=e(62),h=e(57),p=e(63),m=e(67);class x{constructor(e,t){this.x_scale=e,this.y_scale=t,this.x_source=this.x_scale.source_range,this.y_source=this.y_scale.source_range,this.ranges=[this.x_source,this.y_source],this.scales=[this.x_scale,this.y_scale]}map_to_screen(e,t){return[this.x_scale.v_compute(e),this.y_scale.v_compute(t)]}map_from_screen(e,t){return[this.x_scale.v_invert(e),this.y_scale.v_invert(t)]}}s.CoordinateTransform=x,x.__name__=\"CoordinateTransform\";class y extends o.Model{constructor(e){super(e)}get x_ranges(){return new Map([[\"default\",this.x_source]])}get y_ranges(){return new Map([[\"default\",this.y_source]])}_get_scale(e,t,s){if(e instanceof m.FactorRange!=t instanceof g.CategoricalScale)throw new Error(`Range ${e.type} is incompatible is Scale ${t.type}`);t instanceof u.LogScale&&e instanceof p.DataRange1d&&(e.scale_hint=\"log\");const a=t.clone();return a.setv({source_range:e,target_range:s}),a}get_transform(e){const{x_source:t,x_scale:s,x_target:a}=this,r=this._get_scale(t,s,a),{y_source:c,y_scale:n,y_target:_}=this,o=this._get_scale(c,n,_),i=new v({source_scale:r,source_range:r.source_range,target_scale:e.x_scale,target_range:e.x_target}),l=new v({source_scale:o,source_range:o.source_range,target_scale:e.y_scale,target_range:e.y_target});return new x(i,l)}}s.CoordinateMapping=y,c=y,y.__name__=\"CoordinateMapping\",c.define((({Ref:e})=>({x_source:[e(h.Range),()=>new p.DataRange1d],y_source:[e(h.Range),()=>new p.DataRange1d],x_scale:[e(i.Scale),()=>new l.LinearScale],y_scale:[e(i.Scale),()=>new l.LinearScale],x_target:[e(h.Range)],y_target:[e(h.Range)]})));class v extends i.Scale{constructor(e){super(e)}get s_compute(){const e=this.source_scale.s_compute,t=this.target_scale.s_compute;return s=>t(e(s))}get s_invert(){const e=this.source_scale.s_invert,t=this.target_scale.s_invert;return s=>e(t(s))}compute(e){return this.s_compute(e)}v_compute(e){const{s_compute:t}=this;return(0,_.map)(e,t)}invert(e){return this.s_invert(e)}v_invert(e){const{s_invert:t}=this;return(0,_.map)(e,t)}}s.CompositeScale=v,n=v,v.__name__=\"CompositeScale\",n.internal((({Ref:e})=>({source_scale:[e(i.Scale)],target_scale:[e(i.Scale)]})))},\n", - " function _(e,t,r,n,s){var _;n();const a=e(56),c=e(57),o=e(58),i=e(24);class u extends a.Transform{constructor(e){super(e)}compute(e){return this.s_compute(e)}v_compute(e){const t=new i.ScreenArray(e.length),{s_compute:r}=this;for(let n=0;n({source_range:[e(c.Range)],target_range:[e(o.Range1d)]})))},\n", - " function _(n,s,o,r,c){r();const e=n(53);class t extends e.Model{constructor(n){super(n)}}o.Transform=t,t.__name__=\"Transform\"},\n", - " function _(e,t,n,i,s){var r;i();const a=e(53);class l extends a.Model{constructor(e){super(e),this.have_updated_interactively=!1}get is_reversed(){return this.start>this.end}get is_valid(){return isFinite(this.min)&&isFinite(this.max)}get span(){return Math.abs(this.end-this.start)}}n.Range=l,r=l,l.__name__=\"Range\",r.define((({Number:e,Tuple:t,Or:n,Auto:i,Nullable:s})=>({bounds:[s(n(t(s(e),s(e)),i)),null],min_interval:[s(e),null],max_interval:[s(e),null]}))),r.internal((({Array:e,AnyRef:t})=>({plots:[e(t()),[]]})))},\n", - " function _(t,e,s,n,r){var a;n();const i=t(57);class _ extends i.Range{constructor(t){super(t)}_set_auto_bounds(){if(\"auto\"==this.bounds){const t=Math.min(this._reset_start,this._reset_end),e=Math.max(this._reset_start,this._reset_end);this.setv({bounds:[t,e]},{silent:!0})}}initialize(){super.initialize(),this._set_auto_bounds()}get min(){return Math.min(this.start,this.end)}get max(){return Math.max(this.start,this.end)}reset(){this._set_auto_bounds();const{_reset_start:t,_reset_end:e}=this;this.start!=t||this.end!=e?this.setv({start:t,end:e}):this.change.emit()}map(t){return new _({start:t(this.start),end:t(this.end)})}widen(t){let{start:e,end:s}=this;return this.is_reversed?(e+=t,s-=t):(e-=t,s+=t),new _({start:e,end:s})}}s.Range1d=_,a=_,_.__name__=\"Range1d\",a.define((({Number:t,Nullable:e})=>({start:[t,0],end:[t,1],reset_start:[e(t),null,{on_update(t,e){e._reset_start=null!=t?t:e.start}}],reset_end:[e(t),null,{on_update(t,e){e._reset_end=null!=t?t:e.end}}]})))},\n", - " function _(t,e,n,r,s){r();const a=t(60);class _ extends a.ContinuousScale{constructor(t){super(t)}get s_compute(){const[t,e]=this._linear_compute_state();return n=>t*n+e}get s_invert(){const[t,e]=this._linear_compute_state();return n=>(n-e)/t}_linear_compute_state(){const t=this.source_range.start,e=this.source_range.end,n=this.target_range.start,r=(this.target_range.end-n)/(e-t);return[r,-r*t+n]}}n.LinearScale=_,_.__name__=\"LinearScale\"},\n", - " function _(n,c,o,s,e){s();const t=n(55);class u extends t.Scale{constructor(n){super(n)}}o.ContinuousScale=u,u.__name__=\"ContinuousScale\"},\n", - " function _(t,e,a,o,s){o();const r=t(60);class n extends r.ContinuousScale{constructor(t){super(t)}get s_compute(){const[t,e,a,o]=this._compute_state();return s=>{if(0==a)return 0;{const r=(Math.log(s)-o)/a;return isFinite(r)?r*t+e:NaN}}}get s_invert(){const[t,e,a,o]=this._compute_state();return s=>{const r=(s-e)/t;return Math.exp(a*r+o)}}_get_safe_factor(t,e){let a=t<0?0:t,o=e<0?0:e;if(a==o)if(0==a)[a,o]=[1,10];else{const t=Math.log(a)/Math.log(10);a=10**Math.floor(t),o=Math.ceil(t)!=Math.floor(t)?10**Math.ceil(t):10**(Math.ceil(t)+1)}return[a,o]}_compute_state(){const t=this.source_range.start,e=this.source_range.end,a=this.target_range.start,o=this.target_range.end-a,[s,r]=this._get_safe_factor(t,e);let n,c;0==s?(n=Math.log(r),c=0):(n=Math.log(r)-Math.log(s),c=Math.log(s));return[o,a,n,c]}}a.LogScale=n,n.__name__=\"LogScale\"},\n", - " function _(t,e,c,a,s){a();const n=t(55),r=t(59),{_linear_compute_state:o}=r.LinearScale.prototype;class l extends n.Scale{constructor(t){super(t)}get s_compute(){const[t,e]=o.call(this),c=this.source_range;return a=>t*c.synthetic(a)+e}get s_invert(){const[t,e]=o.call(this);return c=>(c-e)/t}}c.CategoricalScale=l,l.__name__=\"CategoricalScale\"},\n", - " function _(t,i,n,e,a){e();const s=t(1);var l;const _=t(64),o=t(20),r=t(9),h=t(19),d=(0,s.__importStar)(t(65)),u=t(66);class g extends _.DataRange{constructor(t){super(t),this.have_updated_interactively=!1}initialize(){super.initialize(),this._initial_start=this.start,this._initial_end=this.end,this._initial_range_padding=this.range_padding,this._initial_range_padding_units=this.range_padding_units,this._initial_follow=this.follow,this._initial_follow_interval=this.follow_interval,this._initial_default_span=this.default_span,this._plot_bounds=new Map}get min(){return Math.min(this.start,this.end)}get max(){return Math.max(this.start,this.end)}computed_renderers(){const{renderers:t,names:i}=this,n=(0,r.concat)(this.plots.map((t=>t.data_renderers)));return(0,u.compute_renderers)(0==t.length?\"auto\":t,n,i)}_compute_plot_bounds(t,i){let n=d.empty();for(const e of t){const t=i.get(e);null==t||!e.visible&&this.only_visible||(n=d.union(n,t))}return n}adjust_bounds_for_aspect(t,i){const n=d.empty();let e=t.x1-t.x0;e<=0&&(e=1);let a=t.y1-t.y0;a<=0&&(a=1);const s=.5*(t.x1+t.x0),l=.5*(t.y1+t.y0);return el&&(\"start\"==this.follow?a=e+s*l:\"end\"==this.follow&&(e=a-s*l)),[e,a]}update(t,i,n,e){if(this.have_updated_interactively)return;const a=this.computed_renderers();let s=this._compute_plot_bounds(a,t);null!=e&&(s=this.adjust_bounds_for_aspect(s,e)),this._plot_bounds.set(n,s);const[l,_]=this._compute_min_max(this._plot_bounds.entries(),i);let[o,r]=this._compute_range(l,_);null!=this._initial_start&&(\"log\"==this.scale_hint?this._initial_start>0&&(o=this._initial_start):o=this._initial_start),null!=this._initial_end&&(\"log\"==this.scale_hint?this._initial_end>0&&(r=this._initial_end):r=this._initial_end);let h=!1;\"auto\"==this.bounds&&(this.setv({bounds:[o,r]},{silent:!0}),h=!0);const[d,u]=[this.start,this.end];if(o!=d||r!=u){const t={};o!=d&&(t.start=o),r!=u&&(t.end=r),this.setv(t),h=!1}h&&this.change.emit()}reset(){this.have_updated_interactively=!1,this.setv({range_padding:this._initial_range_padding,range_padding_units:this._initial_range_padding_units,follow:this._initial_follow,follow_interval:this._initial_follow_interval,default_span:this._initial_default_span},{silent:!0}),this.change.emit()}}n.DataRange1d=g,l=g,g.__name__=\"DataRange1d\",l.define((({Boolean:t,Number:i,Nullable:n})=>({start:[i],end:[i],range_padding:[i,.1],range_padding_units:[o.PaddingUnits,\"percent\"],flipped:[t,!1],follow:[n(o.StartEnd),null],follow_interval:[n(i),null],default_span:[i,2],only_visible:[t,!1]}))),l.internal((({Enum:t})=>({scale_hint:[t(\"log\",\"auto\"),\"auto\"]})))},\n", - " function _(e,n,a,r,s){var t;r();const c=e(57);class _ extends c.Range{constructor(e){super(e)}}a.DataRange=_,t=_,_.__name__=\"DataRange\",t.define((({String:e,Array:n,AnyRef:a})=>({names:[n(e),[]],renderers:[n(a()),[]]})))},\n", - " function _(t,i,e,h,r){h();const s=t(24),n=t(26),{min:x,max:y}=Math;e.empty=function(){return{x0:1/0,y0:1/0,x1:-1/0,y1:-1/0}},e.positive_x=function(){return{x0:Number.MIN_VALUE,y0:-1/0,x1:1/0,y1:1/0}},e.positive_y=function(){return{x0:-1/0,y0:Number.MIN_VALUE,x1:1/0,y1:1/0}},e.union=function(t,i){return{x0:x(t.x0,i.x0),x1:y(t.x1,i.x1),y0:x(t.y0,i.y0),y1:y(t.y1,i.y1)}};class o{constructor(t){if(null==t)this.x0=0,this.y0=0,this.x1=0,this.y1=0;else if(\"x0\"in t){const{x0:i,y0:e,x1:h,y1:r}=t;if(!(i<=h&&e<=r))throw new Error(`invalid bbox {x0: ${i}, y0: ${e}, x1: ${h}, y1: ${r}}`);this.x0=i,this.y0=e,this.x1=h,this.y1=r}else if(\"x\"in t){const{x:i,y:e,width:h,height:r}=t;if(!(h>=0&&r>=0))throw new Error(`invalid bbox {x: ${i}, y: ${e}, width: ${h}, height: ${r}}`);this.x0=i,this.y0=e,this.x1=i+h,this.y1=e+r}else{let i,e,h,r;if(\"width\"in t)if(\"left\"in t)i=t.left,e=i+t.width;else if(\"right\"in t)e=t.right,i=e-t.width;else{const h=t.width/2;i=t.hcenter-h,e=t.hcenter+h}else i=t.left,e=t.right;if(\"height\"in t)if(\"top\"in t)h=t.top,r=h+t.height;else if(\"bottom\"in t)r=t.bottom,h=r-t.height;else{const i=t.height/2;h=t.vcenter-i,r=t.vcenter+i}else h=t.top,r=t.bottom;if(!(i<=e&&h<=r))throw new Error(`invalid bbox {left: ${i}, top: ${h}, right: ${e}, bottom: ${r}}`);this.x0=i,this.y0=h,this.x1=e,this.y1=r}}static from_rect({left:t,right:i,top:e,bottom:h}){return new o({x0:Math.min(t,i),y0:Math.min(e,h),x1:Math.max(t,i),y1:Math.max(e,h)})}equals(t){return this.x0==t.x0&&this.y0==t.y0&&this.x1==t.x1&&this.y1==t.y1}[n.equals](t,i){return i.eq(this.x0,t.x0)&&i.eq(this.y0,t.y0)&&i.eq(this.x1,t.x1)&&i.eq(this.y1,t.y1)}toString(){return`BBox({left: ${this.left}, top: ${this.top}, width: ${this.width}, height: ${this.height}})`}get left(){return this.x0}get top(){return this.y0}get right(){return this.x1}get bottom(){return this.y1}get p0(){return[this.x0,this.y0]}get p1(){return[this.x1,this.y1]}get x(){return this.x0}get y(){return this.y0}get width(){return this.x1-this.x0}get height(){return this.y1-this.y0}get size(){return{width:this.width,height:this.height}}get rect(){const{x0:t,y0:i,x1:e,y1:h}=this;return{p0:{x:t,y:i},p1:{x:e,y:i},p2:{x:e,y:h},p3:{x:t,y:h}}}get box(){const{x:t,y:i,width:e,height:h}=this;return{x:t,y:i,width:e,height:h}}get h_range(){return{start:this.x0,end:this.x1}}get v_range(){return{start:this.y0,end:this.y1}}get ranges(){return[this.h_range,this.v_range]}get aspect(){return this.width/this.height}get hcenter(){return(this.left+this.right)/2}get vcenter(){return(this.top+this.bottom)/2}get area(){return this.width*this.height}relative(){const{width:t,height:i}=this;return new o({x:0,y:0,width:t,height:i})}translate(t,i){const{x:e,y:h,width:r,height:s}=this;return new o({x:t+e,y:i+h,width:r,height:s})}relativize(t,i){return[t-this.x,i-this.y]}contains(t,i){return this.x0<=t&&t<=this.x1&&this.y0<=i&&i<=this.y1}clip(t,i){return tthis.x1&&(t=this.x1),ithis.y1&&(i=this.y1),[t,i]}grow_by(t){return new o({left:this.left-t,right:this.right+t,top:this.top-t,bottom:this.bottom+t})}shrink_by(t){return new o({left:this.left+t,right:this.right-t,top:this.top+t,bottom:this.bottom-t})}union(t){return new o({x0:x(this.x0,t.x0),y0:x(this.y0,t.y0),x1:y(this.x1,t.x1),y1:y(this.y1,t.y1)})}intersection(t){return this.intersects(t)?new o({x0:y(this.x0,t.x0),y0:y(this.y0,t.y0),x1:x(this.x1,t.x1),y1:x(this.y1,t.y1)}):null}intersects(t){return!(t.x1this.x1||t.y1this.y1)}get xview(){return{compute:t=>this.left+t,v_compute:t=>{const i=new s.ScreenArray(t.length),e=this.left;for(let h=0;hthis.bottom-t,v_compute:t=>{const i=new s.ScreenArray(t.length),e=this.bottom;for(let h=0;h0&&(r=r.filter((n=>(0,l.includes)(t,n.name)))),r}},\n", - " function _(t,n,e,i,s){var r;i();const a=t(57),o=t(20),g=t(21),p=t(24),c=t(9),l=t(8),u=t(11);function h(t,n,e=0){const i=new Map;for(let s=0;sa.get(t).value)));r.set(t,{value:l/s,mapping:a}),o+=s+n+p}return[r,(a.size-1)*n+g]}function _(t,n,e,i,s=0){var r;const a=new Map,o=new Map;for(const[n,e,i]of t){const t=null!==(r=o.get(n))&&void 0!==r?r:[];o.set(n,[...t,[e,i]])}let g=s,p=0;for(const[t,s]of o){const r=s.length,[o,l]=d(s,e,i,g);p+=l;const u=(0,c.sum)(s.map((([t])=>o.get(t).value)));a.set(t,{value:u/r,mapping:o}),g+=r+n+l}return[a,(o.size-1)*n+p]}e.Factor=(0,g.Or)(g.String,(0,g.Tuple)(g.String,g.String),(0,g.Tuple)(g.String,g.String,g.String)),e.FactorSeq=(0,g.Or)((0,g.Array)(g.String),(0,g.Array)((0,g.Tuple)(g.String,g.String)),(0,g.Array)((0,g.Tuple)(g.String,g.String,g.String))),e.map_one_level=h,e.map_two_levels=d,e.map_three_levels=_;class f extends a.Range{constructor(t){super(t)}get min(){return this.start}get max(){return this.end}initialize(){super.initialize(),this._init(!0)}connect_signals(){super.connect_signals(),this.connect(this.properties.factors.change,(()=>this.reset())),this.connect(this.properties.factor_padding.change,(()=>this.reset())),this.connect(this.properties.group_padding.change,(()=>this.reset())),this.connect(this.properties.subgroup_padding.change,(()=>this.reset())),this.connect(this.properties.range_padding.change,(()=>this.reset())),this.connect(this.properties.range_padding_units.change,(()=>this.reset()))}reset(){this._init(!1),this.change.emit()}_lookup(t){switch(t.length){case 1:{const[n]=t,e=this._mapping.get(n);return null!=e?e.value:NaN}case 2:{const[n,e]=t,i=this._mapping.get(n);if(null!=i){const t=i.mapping.get(e);if(null!=t)return t.value}return NaN}case 3:{const[n,e,i]=t,s=this._mapping.get(n);if(null!=s){const t=s.mapping.get(e);if(null!=t){const n=t.mapping.get(i);if(null!=n)return n.value}}return NaN}default:(0,u.unreachable)()}}synthetic(t){if((0,l.isNumber)(t))return t;if((0,l.isString)(t))return this._lookup([t]);let n=0;const e=t[t.length-1];return(0,l.isNumber)(e)&&(n=e,t=t.slice(0,-1)),this._lookup(t)+n}v_synthetic(t){const n=t.length,e=new p.ScreenArray(n);for(let i=0;i{if((0,c.every)(this.factors,l.isString)){const t=this.factors,[n,e]=h(t,this.factor_padding);return{levels:1,mapping:n,tops:null,mids:null,inside_padding:e}}if((0,c.every)(this.factors,(t=>(0,l.isArray)(t)&&2==t.length&&(0,l.isString)(t[0])&&(0,l.isString)(t[1])))){const t=this.factors,[n,e]=d(t,this.group_padding,this.factor_padding),i=[...n.keys()];return{levels:2,mapping:n,tops:i,mids:null,inside_padding:e}}if((0,c.every)(this.factors,(t=>(0,l.isArray)(t)&&3==t.length&&(0,l.isString)(t[0])&&(0,l.isString)(t[1])&&(0,l.isString)(t[2])))){const t=this.factors,[n,e]=_(t,this.group_padding,this.subgroup_padding,this.factor_padding),i=[...n.keys()],s=[];for(const[t,e]of n)for(const n of e.mapping.keys())s.push([t,n]);return{levels:3,mapping:n,tops:i,mids:s,inside_padding:e}}(0,u.unreachable)()})();this._mapping=e,this.tops=i,this.mids=s;let a=0,o=this.factors.length+r;if(\"percent\"==this.range_padding_units){const t=(o-a)*this.range_padding/2;a-=t,o+=t}else a-=this.range_padding,o+=this.range_padding;this.setv({start:a,end:o,levels:n},{silent:t}),\"auto\"==this.bounds&&this.setv({bounds:[a,o]},{silent:!0})}}e.FactorRange=f,r=f,f.__name__=\"FactorRange\",r.define((({Number:t})=>({factors:[e.FactorSeq,[]],factor_padding:[t,0],subgroup_padding:[t,.8],group_padding:[t,1.4],range_padding:[t,0],range_padding_units:[o.PaddingUnits,\"percent\"],start:[t],end:[t]}))),r.internal((({Number:t,String:n,Array:e,Tuple:i,Nullable:s})=>({levels:[t],mids:[s(e(i(n,n))),null],tops:[s(e(n)),null]})))},\n", - " function _(t,e,s,a,i){a();const n=t(1);var _;const r=t(69),o=t(112),l=t(48),d=t(20),h=t(24),c=t(113),u=(0,n.__importStar)(t(18)),v=t(10);class p extends r.DataAnnotationView{async lazy_initialize(){await super.lazy_initialize();const{start:t,end:e}=this.model;null!=t&&(this.start=await(0,c.build_view)(t,{parent:this})),null!=e&&(this.end=await(0,c.build_view)(e,{parent:this}))}set_data(t){var e,s;super.set_data(t),null===(e=this.start)||void 0===e||e.set_data(t),null===(s=this.end)||void 0===s||s.set_data(t)}remove(){var t,e;null===(t=this.start)||void 0===t||t.remove(),null===(e=this.end)||void 0===e||e.remove(),super.remove()}map_data(){const{frame:t}=this.plot_view;\"data\"==this.model.start_units?(this._sx_start=this.coordinates.x_scale.v_compute(this._x_start),this._sy_start=this.coordinates.y_scale.v_compute(this._y_start)):(this._sx_start=t.bbox.xview.v_compute(this._x_start),this._sy_start=t.bbox.yview.v_compute(this._y_start)),\"data\"==this.model.end_units?(this._sx_end=this.coordinates.x_scale.v_compute(this._x_end),this._sy_end=this.coordinates.y_scale.v_compute(this._y_end)):(this._sx_end=t.bbox.xview.v_compute(this._x_end),this._sy_end=t.bbox.yview.v_compute(this._y_end));const{_sx_start:e,_sy_start:s,_sx_end:a,_sy_end:i}=this,n=e.length,_=this._angles=new h.ScreenArray(n);for(let t=0;t({x_start:[u.XCoordinateSpec,{field:\"x_start\"}],y_start:[u.YCoordinateSpec,{field:\"y_start\"}],start_units:[d.SpatialUnits,\"data\"],start:[e(t(o.ArrowHead)),null],x_end:[u.XCoordinateSpec,{field:\"x_end\"}],y_end:[u.YCoordinateSpec,{field:\"y_end\"}],end_units:[d.SpatialUnits,\"data\"],end:[e(t(o.ArrowHead)),()=>new o.OpenHead]})))},\n", - " function _(t,e,n,s,a){s();const o=t(1);var i;const c=t(40),r=t(70),_=t(75),l=t(78),h=(0,o.__importStar)(t(18));class d extends c.AnnotationView{constructor(){super(...arguments),this._initial_set_data=!1}connect_signals(){super.connect_signals();const t=()=>{this.set_data(this.model.source),this._rerender()};this.connect(this.model.change,t),this.connect(this.model.source.streaming,t),this.connect(this.model.source.patching,t),this.connect(this.model.source.change,t)}_rerender(){this.request_render()}set_data(t){const e=this;for(const n of this.model)if(n instanceof h.VectorSpec||n instanceof h.ScalarSpec)if(n instanceof h.BaseCoordinateSpec){const s=n.array(t);e[`_${n.attr}`]=s}else{const s=n.uniform(t);e[`${n.attr}`]=s}this.plot_model.use_map&&(null!=e._x&&l.inplace.project_xy(e._x,e._y),null!=e._xs&&l.inplace.project_xsys(e._xs,e._ys));for(const t of this.visuals)t.update()}_render(){this._initial_set_data||(this.set_data(this.model.source),this._initial_set_data=!0),this.map_data(),this.paint(this.layer.ctx)}}n.DataAnnotationView=d,d.__name__=\"DataAnnotationView\";class u extends c.Annotation{constructor(t){super(t)}}n.DataAnnotation=u,i=u,u.__name__=\"DataAnnotation\",i.define((({Ref:t})=>({source:[t(r.ColumnarDataSource),()=>new _.ColumnDataSource]})))},\n", - " function _(t,e,n,s,a){var i;s();const r=t(71),l=t(15),c=t(19),o=t(73),h=t(8),u=t(9),g=t(13),d=t(72),_=t(74),m=t(29);class w extends r.DataSource{constructor(t){super(t),this.selection_manager=new o.SelectionManager(this)}get_array(t){let e=this.data[t];return null==e?this.data[t]=e=[]:(0,h.isArray)(e)||(this.data[t]=e=Array.from(e)),e}initialize(){super.initialize(),this._select=new l.Signal0(this,\"select\"),this.inspect=new l.Signal(this,\"inspect\"),this.streaming=new l.Signal0(this,\"streaming\"),this.patching=new l.Signal(this,\"patching\")}get_column(t){const e=this.data[t];return null!=e?e:null}columns(){return(0,g.keys)(this.data)}get_length(t=!0){const e=(0,u.uniq)((0,g.values)(this.data).map((t=>(0,m.is_NDArray)(t)?t.shape[0]:t.length)));switch(e.length){case 0:return null;case 1:return e[0];default:{const n=\"data source has columns of inconsistent lengths\";if(t)return c.logger.warn(n),e.sort()[0];throw new Error(n)}}}get length(){var t;return null!==(t=this.get_length())&&void 0!==t?t:0}clear(){const t={};for(const e of this.columns())t[e]=new this.data[e].constructor(0);this.data=t}}n.ColumnarDataSource=w,i=w,w.__name__=\"ColumnarDataSource\",i.define((({Ref:t})=>({selection_policy:[t(_.SelectionPolicy),()=>new _.UnionRenderers]}))),i.internal((({AnyRef:t})=>({inspected:[t(),()=>new d.Selection]})))},\n", - " function _(e,c,n,t,o){var a;t();const s=e(53),r=e(72);class l extends s.Model{constructor(e){super(e)}}n.DataSource=l,a=l,l.__name__=\"DataSource\",a.define((({Ref:e})=>({selected:[e(r.Selection),()=>new r.Selection]})))},\n", - " function _(i,e,s,t,n){var l;t();const c=i(53),d=i(9),h=i(13);class _ extends c.Model{constructor(i){super(i)}get_view(){return this.view}get selected_glyph(){return this.selected_glyphs.length>0?this.selected_glyphs[0]:null}add_to_selected_glyphs(i){this.selected_glyphs.push(i)}update(i,e=!0,s=\"replace\"){switch(s){case\"replace\":this.indices=i.indices,this.line_indices=i.line_indices,this.multiline_indices=i.multiline_indices,this.image_indices=i.image_indices,this.view=i.view,this.selected_glyphs=i.selected_glyphs;break;case\"append\":this.update_through_union(i);break;case\"intersect\":this.update_through_intersection(i);break;case\"subtract\":this.update_through_subtraction(i)}}clear(){this.indices=[],this.line_indices=[],this.multiline_indices={},this.image_indices=[],this.view=null,this.selected_glyphs=[]}map(i){return new _(Object.assign(Object.assign({},this.attributes),{indices:this.indices.map(i),multiline_indices:(0,h.to_object)((0,h.entries)(this.multiline_indices).map((([e,s])=>[i(Number(e)),s]))),image_indices:this.image_indices.map((e=>Object.assign(Object.assign({},e),{index:i(e.index)})))}))}is_empty(){return 0==this.indices.length&&0==this.line_indices.length&&0==this.image_indices.length}update_through_union(i){this.indices=(0,d.union)(this.indices,i.indices),this.selected_glyphs=(0,d.union)(i.selected_glyphs,this.selected_glyphs),this.line_indices=(0,d.union)(i.line_indices,this.line_indices),this.view=i.view,this.multiline_indices=(0,h.merge)(i.multiline_indices,this.multiline_indices)}update_through_intersection(i){this.indices=(0,d.intersection)(this.indices,i.indices),this.selected_glyphs=(0,d.union)(i.selected_glyphs,this.selected_glyphs),this.line_indices=(0,d.union)(i.line_indices,this.line_indices),this.view=i.view,this.multiline_indices=(0,h.merge)(i.multiline_indices,this.multiline_indices)}update_through_subtraction(i){this.indices=(0,d.difference)(this.indices,i.indices),this.selected_glyphs=(0,d.union)(i.selected_glyphs,this.selected_glyphs),this.line_indices=(0,d.union)(i.line_indices,this.line_indices),this.view=i.view,this.multiline_indices=(0,h.merge)(i.multiline_indices,this.multiline_indices)}}s.Selection=_,l=_,_.__name__=\"Selection\",l.define((({Int:i,Array:e,Dict:s})=>({indices:[e(i),[]],line_indices:[e(i),[]],multiline_indices:[s(e(i)),{}]}))),l.internal((({Int:i,Array:e,AnyRef:s,Struct:t,Nullable:n})=>({selected_glyphs:[e(s()),[]],view:[n(s()),null],image_indices:[e(t({index:i,dim1:i,dim2:i,flat_index:i})),[]]})))},\n", - " function _(e,t,o,s,c){s();const n=e(72);function i(e){return\"GlyphRenderer\"==e.model.type}function l(e){return\"GraphRenderer\"==e.model.type}class r{constructor(e){this.source=e,this.inspectors=new Map}select(e,t,o,s=\"replace\"){const c=[],n=[];for(const t of e)i(t)?c.push(t):l(t)&&n.push(t);let r=!1;for(const e of n){const c=e.model.selection_policy.hit_test(t,e);r=r||e.model.selection_policy.do_selection(c,e.model,o,s)}if(c.length>0){const e=this.source.selection_policy.hit_test(t,c);r=r||this.source.selection_policy.do_selection(e,this.source,o,s)}return r}inspect(e,t){let o=!1;if(i(e)){const s=e.hit_test(t);if(null!=s){o=!s.is_empty();const c=this.get_or_create_inspector(e.model);c.update(s,!0,\"replace\"),this.source.setv({inspected:c},{silent:!0}),this.source.inspect.emit([e.model,{geometry:t}])}}else if(l(e)){const s=e.model.inspection_policy.hit_test(t,e);o=o||e.model.inspection_policy.do_inspection(s,t,e,!1,\"replace\")}return o}clear(e){this.source.selected.clear(),null!=e&&this.get_or_create_inspector(e.model).clear()}get_or_create_inspector(e){let t=this.inspectors.get(e);return null==t&&(t=new n.Selection,this.inspectors.set(e,t)),t}}o.SelectionManager=r,r.__name__=\"SelectionManager\"},\n", - " function _(e,t,n,s,o){s();const r=e(53);class c extends r.Model{do_selection(e,t,n,s){return null!=e&&(t.selected.update(e,n,s),t._select.emit(),!t.selected.is_empty())}}n.SelectionPolicy=c,c.__name__=\"SelectionPolicy\";class l extends c{hit_test(e,t){const n=[];for(const s of t){const t=s.hit_test(e);null!=t&&n.push(t)}if(n.length>0){const e=n[0];for(const t of n)e.update_through_intersection(t);return e}return null}}n.IntersectRenderers=l,l.__name__=\"IntersectRenderers\";class _ extends c{hit_test(e,t){const n=[];for(const s of t){const t=s.hit_test(e);null!=t&&n.push(t)}if(n.length>0){const e=n[0];for(const t of n)e.update_through_union(t);return e}return null}}n.UnionRenderers=_,_.__name__=\"UnionRenderers\"},\n", - " function _(t,n,e,s,o){s();const r=t(1);var l;const c=t(70),i=t(8),a=t(13),u=(0,r.__importStar)(t(76)),h=t(77),d=t(35);function f(t,n,e){if((0,i.isArray)(t)){const s=t.concat(n);return null!=e&&s.length>e?s.slice(-e):s}if((0,i.isTypedArray)(t)){const s=t.length+n.length;if(null!=e&&s>e){const o=s-e,r=t.length;let l;t.length({data:[t(n),{}]})))},\n", - " function _(t,n,o,e,c){e(),o.concat=function(t,...n){let o=t.length;for(const t of n)o+=t.length;const e=new t.constructor(o);e.set(t,0);let c=t.length;for(const t of n)e.set(t,c),c+=t.length;return e}},\n", - " function _(n,o,t,e,f){function c(...n){const o=new Set;for(const t of n)for(const n of t)o.add(n);return o}e(),t.union=c,t.intersection=function(n,...o){const t=new Set;n:for(const e of n){for(const n of o)if(!n.has(e))continue n;t.add(e)}return t},t.difference=function(n,...o){const t=new Set(n);for(const n of c(...o))t.delete(n);return t}},\n", - " function _(n,t,e,o,r){o();const c=n(1),l=(0,c.__importDefault)(n(79)),i=(0,c.__importDefault)(n(80)),u=n(24),a=new i.default(\"GOOGLE\"),s=new i.default(\"WGS84\"),f=(0,l.default)(s,a);e.wgs84_mercator={compute:(n,t)=>isFinite(n)&&isFinite(t)?f.forward([n,t]):[NaN,NaN],invert:(n,t)=>isFinite(n)&&isFinite(t)?f.inverse([n,t]):[NaN,NaN]};const _={lon:[-20026376.39,20026376.39],lat:[-20048966.1,20048966.1]},p={lon:[-180,180],lat:[-85.06,85.06]},{min:g,max:h}=Math;function m(n,t){const o=g(n.length,t.length),r=(0,u.infer_type)(n,t),c=new r(o),l=new r(o);return e.inplace.project_xy(n,t,c,l),[c,l]}e.clip_mercator=function(n,t,e){const[o,r]=_[e];return[h(n,o),g(t,r)]},e.in_bounds=function(n,t){const[e,o]=p[t];return e2?void 0!==e.name&&\"geocent\"===e.name||void 0!==n.name&&\"geocent\"===n.name?\"number\"==typeof o.z?[o.x,o.y,o.z].concat(t.splice(3)):[o.x,o.y,t[2]].concat(t.splice(3)):[o.x,o.y].concat(t.splice(2)):[o.x,o.y]):(a=(0,c.default)(e,n,t,r),2===(i=Object.keys(t)).length||i.forEach((function(r){if(void 0!==e.name&&\"geocent\"===e.name||void 0!==n.name&&\"geocent\"===n.name){if(\"x\"===r||\"y\"===r||\"z\"===r)return}else if(\"x\"===r||\"y\"===r)return;a[r]=t[r]})),a)}function l(e){return e instanceof i.default?e:e.oProj?e.oProj:(0,i.default)(e)}t.default=function(e,n,t){e=l(e);var r,o=!1;return void 0===n?(n=e,e=u,o=!0):(void 0!==n.x||Array.isArray(n))&&(t=n,n=e,e=u,o=!0),n=l(n),t?f(e,n,t):(r={forward:function(t,r){return f(e,n,t,r)},inverse:function(t,r){return f(n,e,t,r)}},o&&(r.oProj=n),r)}},\n", - " function _(t,e,a,s,i){s();const l=t(1),u=(0,l.__importDefault)(t(81)),r=(0,l.__importDefault)(t(92)),d=(0,l.__importDefault)(t(93)),o=t(101),f=(0,l.__importDefault)(t(103)),p=(0,l.__importDefault)(t(104)),m=(0,l.__importDefault)(t(88)),n=t(105);function h(t,e){if(!(this instanceof h))return new h(t);e=e||function(t){if(t)throw t};var a=(0,u.default)(t);if(\"object\"==typeof a){var s=h.projections.get(a.projName);if(s){if(a.datumCode&&\"none\"!==a.datumCode){var i=(0,m.default)(f.default,a.datumCode);i&&(a.datum_params=a.datum_params||(i.towgs84?i.towgs84.split(\",\"):null),a.ellps=i.ellipse,a.datumName=i.datumName?i.datumName:a.datumCode)}a.k0=a.k0||1,a.axis=a.axis||\"enu\",a.ellps=a.ellps||\"wgs84\",a.lat1=a.lat1||a.lat0;var l=(0,o.sphere)(a.a,a.b,a.rf,a.ellps,a.sphere),d=(0,o.eccentricity)(l.a,l.b,l.rf,a.R_A),_=(0,n.getNadgrids)(a.nadgrids),c=a.datum||(0,p.default)(a.datumCode,a.datum_params,l.a,l.b,d.es,d.ep2,_);(0,r.default)(this,a),(0,r.default)(this,s),this.a=l.a,this.b=l.b,this.rf=l.rf,this.sphere=l.sphere,this.es=d.es,this.e=d.e,this.ep2=d.ep2,this.datum=c,this.init(),e(null,this)}else e(t)}else e(t)}h.projections=d.default,h.projections.start(),a.default=h},\n", - " function _(t,r,n,u,e){u();const f=t(1),i=(0,f.__importDefault)(t(82)),a=(0,f.__importDefault)(t(89)),o=(0,f.__importDefault)(t(84)),l=(0,f.__importDefault)(t(88));var C=[\"PROJECTEDCRS\",\"PROJCRS\",\"GEOGCS\",\"GEOCCS\",\"PROJCS\",\"LOCAL_CS\",\"GEODCRS\",\"GEODETICCRS\",\"GEODETICDATUM\",\"ENGCRS\",\"ENGINEERINGCRS\"];var d=[\"3857\",\"900913\",\"3785\",\"102113\"];n.default=function(t){if(!function(t){return\"string\"==typeof t}(t))return t;if(function(t){return t in i.default}(t))return i.default[t];if(function(t){return C.some((function(r){return t.indexOf(r)>-1}))}(t)){var r=(0,a.default)(t);if(function(t){var r=(0,l.default)(t,\"authority\");if(r){var n=(0,l.default)(r,\"epsg\");return n&&d.indexOf(n)>-1}}(r))return i.default[\"EPSG:3857\"];var n=function(t){var r=(0,l.default)(t,\"extension\");if(r)return(0,l.default)(r,\"proj4\")}(r);return n?(0,o.default)(n):r}return function(t){return\"+\"===t[0]}(t)?(0,o.default)(t):void 0}},\n", - " function _(t,r,i,e,n){e();const f=t(1),a=(0,f.__importDefault)(t(83)),l=(0,f.__importDefault)(t(84)),u=(0,f.__importDefault)(t(89));function o(t){var r=this;if(2===arguments.length){var i=arguments[1];\"string\"==typeof i?\"+\"===i.charAt(0)?o[t]=(0,l.default)(arguments[1]):o[t]=(0,u.default)(arguments[1]):o[t]=i}else if(1===arguments.length){if(Array.isArray(t))return t.map((function(t){Array.isArray(t)?o.apply(r,t):o(t)}));if(\"string\"==typeof t){if(t in o)return o[t]}else\"EPSG\"in t?o[\"EPSG:\"+t.EPSG]=t:\"ESRI\"in t?o[\"ESRI:\"+t.ESRI]=t:\"IAU2000\"in t?o[\"IAU2000:\"+t.IAU2000]=t:console.log(t);return}}(0,a.default)(o),i.default=o},\n", - " function _(t,l,G,S,e){S(),G.default=function(t){t(\"EPSG:4326\",\"+title=WGS 84 (long/lat) +proj=longlat +ellps=WGS84 +datum=WGS84 +units=degrees\"),t(\"EPSG:4269\",\"+title=NAD83 (long/lat) +proj=longlat +a=6378137.0 +b=6356752.31414036 +ellps=GRS80 +datum=NAD83 +units=degrees\"),t(\"EPSG:3857\",\"+title=WGS 84 / Pseudo-Mercator +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs\"),t.WGS84=t[\"EPSG:4326\"],t[\"EPSG:3785\"]=t[\"EPSG:3857\"],t.GOOGLE=t[\"EPSG:3857\"],t[\"EPSG:900913\"]=t[\"EPSG:3857\"],t[\"EPSG:102113\"]=t[\"EPSG:3857\"]}},\n", - " function _(t,n,o,a,u){a();const e=t(1),r=t(85),i=(0,e.__importDefault)(t(86)),f=(0,e.__importDefault)(t(87)),l=(0,e.__importDefault)(t(88));o.default=function(t){var n,o,a,u={},e=t.split(\"+\").map((function(t){return t.trim()})).filter((function(t){return t})).reduce((function(t,n){var o=n.split(\"=\");return o.push(!0),t[o[0].toLowerCase()]=o[1],t}),{}),c={proj:\"projName\",datum:\"datumCode\",rf:function(t){u.rf=parseFloat(t)},lat_0:function(t){u.lat0=t*r.D2R},lat_1:function(t){u.lat1=t*r.D2R},lat_2:function(t){u.lat2=t*r.D2R},lat_ts:function(t){u.lat_ts=t*r.D2R},lon_0:function(t){u.long0=t*r.D2R},lon_1:function(t){u.long1=t*r.D2R},lon_2:function(t){u.long2=t*r.D2R},alpha:function(t){u.alpha=parseFloat(t)*r.D2R},gamma:function(t){u.rectified_grid_angle=parseFloat(t)},lonc:function(t){u.longc=t*r.D2R},x_0:function(t){u.x0=parseFloat(t)},y_0:function(t){u.y0=parseFloat(t)},k_0:function(t){u.k0=parseFloat(t)},k:function(t){u.k0=parseFloat(t)},a:function(t){u.a=parseFloat(t)},b:function(t){u.b=parseFloat(t)},r_a:function(){u.R_A=!0},zone:function(t){u.zone=parseInt(t,10)},south:function(){u.utmSouth=!0},towgs84:function(t){u.datum_params=t.split(\",\").map((function(t){return parseFloat(t)}))},to_meter:function(t){u.to_meter=parseFloat(t)},units:function(t){u.units=t;var n=(0,l.default)(f.default,t);n&&(u.to_meter=n.to_meter)},from_greenwich:function(t){u.from_greenwich=t*r.D2R},pm:function(t){var n=(0,l.default)(i.default,t);u.from_greenwich=(n||parseFloat(t))*r.D2R},nadgrids:function(t){\"@null\"===t?u.datumCode=\"none\":u.nadgrids=t},axis:function(t){var n=\"ewnsud\";3===t.length&&-1!==n.indexOf(t.substr(0,1))&&-1!==n.indexOf(t.substr(1,1))&&-1!==n.indexOf(t.substr(2,1))&&(u.axis=t)},approx:function(){u.approx=!0}};for(n in e)o=e[n],n in c?\"function\"==typeof(a=c[n])?a(o):u[a]=o:u[n]=o;return\"string\"==typeof u.datumCode&&\"WGS84\"!==u.datumCode&&(u.datumCode=u.datumCode.toLowerCase()),u}},\n", - " function _(S,_,P,R,I){R(),P.PJD_3PARAM=1,P.PJD_7PARAM=2,P.PJD_GRIDSHIFT=3,P.PJD_WGS84=4,P.PJD_NODATUM=5,P.SRS_WGS84_SEMIMAJOR=6378137,P.SRS_WGS84_SEMIMINOR=6356752.314,P.SRS_WGS84_ESQUARED=.0066943799901413165,P.SEC_TO_RAD=484813681109536e-20,P.HALF_PI=Math.PI/2,P.SIXTH=.16666666666666666,P.RA4=.04722222222222222,P.RA6=.022156084656084655,P.EPSLN=1e-10,P.D2R=.017453292519943295,P.R2D=57.29577951308232,P.FORTPI=Math.PI/4,P.TWO_PI=2*Math.PI,P.SPI=3.14159265359},\n", - " function _(o,r,a,e,s){e();var n={};a.default=n,n.greenwich=0,n.lisbon=-9.131906111111,n.paris=2.337229166667,n.bogota=-74.080916666667,n.madrid=-3.687938888889,n.rome=12.452333333333,n.bern=7.439583333333,n.jakarta=106.807719444444,n.ferro=-17.666666666667,n.brussels=4.367975,n.stockholm=18.058277777778,n.athens=23.7163375,n.oslo=10.722916666667},\n", - " function _(t,e,f,o,u){o(),f.default={ft:{to_meter:.3048},\"us-ft\":{to_meter:1200/3937}}},\n", - " function _(e,r,t,a,n){a();var o=/[\\s_\\-\\/\\(\\)]/g;t.default=function(e,r){if(e[r])return e[r];for(var t,a=Object.keys(e),n=r.toLowerCase().replace(o,\"\"),f=-1;++f0?90:-90),e.lat_ts=e.lat1)}(n),n}},\n", - " function _(t,e,r,i,s){i(),r.default=function(t){return new d(t).output()};var h=/\\s/,o=/[A-Za-z]/,n=/[A-Za-z84]/,a=/[,\\]]/,u=/[\\d\\.E\\-\\+]/;function d(t){if(\"string\"!=typeof t)throw new Error(\"not a string\");this.text=t.trim(),this.level=0,this.place=0,this.root=null,this.stack=[],this.currentObject=null,this.state=1}d.prototype.readCharicter=function(){var t=this.text[this.place++];if(4!==this.state)for(;h.test(t);){if(this.place>=this.text.length)return;t=this.text[this.place++]}switch(this.state){case 1:return this.neutral(t);case 2:return this.keyword(t);case 4:return this.quoted(t);case 5:return this.afterquote(t);case 3:return this.number(t);case-1:return}},d.prototype.afterquote=function(t){if('\"'===t)return this.word+='\"',void(this.state=4);if(a.test(t))return this.word=this.word.trim(),void this.afterItem(t);throw new Error(\"havn't handled \\\"\"+t+'\" in afterquote yet, index '+this.place)},d.prototype.afterItem=function(t){return\",\"===t?(null!==this.word&&this.currentObject.push(this.word),this.word=null,void(this.state=1)):\"]\"===t?(this.level--,null!==this.word&&(this.currentObject.push(this.word),this.word=null),this.state=1,this.currentObject=this.stack.pop(),void(this.currentObject||(this.state=-1))):void 0},d.prototype.number=function(t){if(!u.test(t)){if(a.test(t))return this.word=parseFloat(this.word),void this.afterItem(t);throw new Error(\"havn't handled \\\"\"+t+'\" in number yet, index '+this.place)}this.word+=t},d.prototype.quoted=function(t){'\"'!==t?this.word+=t:this.state=5},d.prototype.keyword=function(t){if(n.test(t))this.word+=t;else{if(\"[\"===t){var e=[];return e.push(this.word),this.level++,null===this.root?this.root=e:this.currentObject.push(e),this.stack.push(this.currentObject),this.currentObject=e,void(this.state=1)}if(!a.test(t))throw new Error(\"havn't handled \\\"\"+t+'\" in keyword yet, index '+this.place);this.afterItem(t)}},d.prototype.neutral=function(t){if(o.test(t))return this.word=t,void(this.state=2);if('\"'===t)return this.word=\"\",void(this.state=4);if(u.test(t))return this.word=t,void(this.state=3);if(!a.test(t))throw new Error(\"havn't handled \\\"\"+t+'\" in neutral yet, index '+this.place);this.afterItem(t)},d.prototype.output=function(){for(;this.place90&&a*o.R2D<-90&&h*o.R2D>180&&h*o.R2D<-180)return null;if(Math.abs(Math.abs(a)-o.HALF_PI)<=o.EPSLN)return null;if(this.sphere)i=this.x0+this.a*this.k0*(0,n.default)(h-this.long0),s=this.y0+this.a*this.k0*Math.log(Math.tan(o.FORTPI+.5*a));else{var e=Math.sin(a),r=(0,l.default)(this.e,a,e);i=this.x0+this.a*this.k0*(0,n.default)(h-this.long0),s=this.y0-this.a*this.k0*Math.log(r)}return t.x=i,t.y=s,t}function M(t){var i,s,h=t.x-this.x0,a=t.y-this.y0;if(this.sphere)s=o.HALF_PI-2*Math.atan(Math.exp(-a/(this.a*this.k0)));else{var e=Math.exp(-a/(this.a*this.k0));if(-9999===(s=(0,u.default)(this.e,e)))return null}return i=(0,n.default)(this.long0+h/(this.a*this.k0)),t.x=i,t.y=s,t}s.init=f,s.forward=_,s.inverse=M,s.names=[\"Mercator\",\"Popular Visualisation Pseudo Mercator\",\"Mercator_1SP\",\"Mercator_Auxiliary_Sphere\",\"merc\"],s.default={init:f,forward:_,inverse:M,names:s.names}},\n", - " function _(t,n,r,u,a){u(),r.default=function(t,n,r){var u=t*n;return r/Math.sqrt(1-u*u)}},\n", - " function _(t,n,u,a,f){a();const e=t(1),o=t(85),_=(0,e.__importDefault)(t(97));u.default=function(t){return Math.abs(t)<=o.SPI?t:t-(0,_.default)(t)*o.TWO_PI}},\n", - " function _(n,t,u,f,c){f(),u.default=function(n){return n<0?-1:1}},\n", - " function _(t,n,a,o,u){o();const c=t(85);a.default=function(t,n,a){var o=t*a,u=.5*t;return o=Math.pow((1-o)/(1+o),u),Math.tan(.5*(c.HALF_PI-n))/o}},\n", - " function _(t,a,n,r,f){r();const h=t(85);n.default=function(t,a){for(var n,r,f=.5*t,o=h.HALF_PI-2*Math.atan(a),u=0;u<=15;u++)if(n=t*Math.sin(o),o+=r=h.HALF_PI-2*Math.atan(a*Math.pow((1-n)/(1+n),f))-o,Math.abs(r)<=1e-10)return o;return-9999}},\n", - " function _(n,i,e,t,r){function a(){}function f(n){return n}t(),e.init=a,e.forward=f,e.inverse=f,e.names=[\"longlat\",\"identity\"],e.default={init:a,forward:f,inverse:f,names:e.names}},\n", - " function _(t,r,e,a,n){a();const f=t(1),i=t(85),u=(0,f.__importStar)(t(102)),c=(0,f.__importDefault)(t(88));e.eccentricity=function(t,r,e,a){var n=t*t,f=r*r,u=(n-f)/n,c=0;return a?(n=(t*=1-u*(i.SIXTH+u*(i.RA4+u*i.RA6)))*t,u=0):c=Math.sqrt(u),{es:u,e:c,ep2:(n-f)/f}},e.sphere=function(t,r,e,a,n){if(!t){var f=(0,c.default)(u.default,a);f||(f=u.WGS84),t=f.a,r=f.b,e=f.rf}return e&&!r&&(r=(1-1/e)*t),(0===e||Math.abs(t-r)3&&(0===s.datum_params[3]&&0===s.datum_params[4]&&0===s.datum_params[5]&&0===s.datum_params[6]||(s.datum_type=d.PJD_7PARAM,s.datum_params[3]*=d.SEC_TO_RAD,s.datum_params[4]*=d.SEC_TO_RAD,s.datum_params[5]*=d.SEC_TO_RAD,s.datum_params[6]=s.datum_params[6]/1e6+1))),r&&(s.datum_type=d.PJD_GRIDSHIFT,s.grids=r),s.a=_,s.b=t,s.es=u,s.ep2=p,s}},\n", - " function _(t,e,n,r,i){r();var u={};function l(t){if(0===t.length)return null;var e=\"@\"===t[0];return e&&(t=t.slice(1)),\"null\"===t?{name:\"null\",mandatory:!e,grid:null,isNull:!0}:{name:t,mandatory:!e,grid:u[t]||null,isNull:!1}}function o(t){return t/3600*Math.PI/180}function a(t,e,n){return String.fromCharCode.apply(null,new Uint8Array(t.buffer.slice(e,n)))}function d(t){return t.map((function(t){return[o(t.longitudeShift),o(t.latitudeShift)]}))}function g(t,e,n){return{name:a(t,e+8,e+16).trim(),parent:a(t,e+24,e+24+8).trim(),lowerLatitude:t.getFloat64(e+72,n),upperLatitude:t.getFloat64(e+88,n),lowerLongitude:t.getFloat64(e+104,n),upperLongitude:t.getFloat64(e+120,n),latitudeInterval:t.getFloat64(e+136,n),longitudeInterval:t.getFloat64(e+152,n),gridNodeCount:t.getInt32(e+168,n)}}function s(t,e,n,r){for(var i=e+176,u=[],l=0;l1&&console.log(\"Only single NTv2 subgrids are currently supported, subsequent sub grids are ignored\");var l=function(t,e,n){for(var r=176,i=[],u=0;ua.y||f>a.x||N1e-12&&Math.abs(n.y)>1e-12);if(d<0)return console.log(\"Inverse grid shift iterator failed to converge.\"),a;a.x=(0,u.default)(l.x+t.ll[0]),a.y=l.y+t.ll[1]}else isNaN(l.x)||(a.x=r.x+l.x,a.y=r.y+l.y);return a}function f(r,e){var t,a={x:r.x/e.del[0],y:r.y/e.del[1]},i=Math.floor(a.x),l=Math.floor(a.y),n=a.x-1*i,o=a.y-1*l,u={x:Number.NaN,y:Number.NaN};if(i<0||i>=e.lim[0])return u;if(l<0||l>=e.lim[1])return u;t=l*e.lim[0]+i;var d=e.cvs[t][0],s=e.cvs[t][1];t++;var y=e.cvs[t][0],f=e.cvs[t][1];t+=e.lim[0];var x=e.cvs[t][0],m=e.cvs[t][1];t--;var N=e.cvs[t][0],c=e.cvs[t][1],_=n*o,g=n*(1-o),v=(1-n)*(1-o),S=(1-n)*o;return u.x=v*d+g*y+S*N+_*x,u.y=v*s+g*f+S*c+_*m,u}t.default=function(r,e,t){if((0,o.compareDatums)(r,e))return t;if(r.datum_type===n.PJD_NODATUM||e.datum_type===n.PJD_NODATUM)return t;var a=r.a,i=r.es;if(r.datum_type===n.PJD_GRIDSHIFT){if(0!==s(r,!1,t))return;a=n.SRS_WGS84_SEMIMAJOR,i=n.SRS_WGS84_ESQUARED}var l=e.a,u=e.b,y=e.es;if(e.datum_type===n.PJD_GRIDSHIFT&&(l=n.SRS_WGS84_SEMIMAJOR,u=n.SRS_WGS84_SEMIMINOR,y=n.SRS_WGS84_ESQUARED),i===y&&a===l&&!d(r.datum_type)&&!d(e.datum_type))return t;if(t=(0,o.geodeticToGeocentric)(t,i,a),d(r.datum_type)&&(t=(0,o.geocentricToWgs84)(t,r.datum_type,r.datum_params)),d(e.datum_type)&&(t=(0,o.geocentricFromWgs84)(t,e.datum_type,e.datum_params)),t=(0,o.geocentricToGeodetic)(t,y,l,u),e.datum_type===n.PJD_GRIDSHIFT&&0!==s(e,!0,t))return;return t},t.applyGridShift=s},\n", - " function _(a,t,r,m,s){m();const u=a(85);r.compareDatums=function(a,t){return a.datum_type===t.datum_type&&(!(a.a!==t.a||Math.abs(a.es-t.es)>5e-11)&&(a.datum_type===u.PJD_3PARAM?a.datum_params[0]===t.datum_params[0]&&a.datum_params[1]===t.datum_params[1]&&a.datum_params[2]===t.datum_params[2]:a.datum_type!==u.PJD_7PARAM||a.datum_params[0]===t.datum_params[0]&&a.datum_params[1]===t.datum_params[1]&&a.datum_params[2]===t.datum_params[2]&&a.datum_params[3]===t.datum_params[3]&&a.datum_params[4]===t.datum_params[4]&&a.datum_params[5]===t.datum_params[5]&&a.datum_params[6]===t.datum_params[6]))},r.geodeticToGeocentric=function(a,t,r){var m,s,_,e,n=a.x,d=a.y,i=a.z?a.z:0;if(d<-u.HALF_PI&&d>-1.001*u.HALF_PI)d=-u.HALF_PI;else if(d>u.HALF_PI&&d<1.001*u.HALF_PI)d=u.HALF_PI;else{if(d<-u.HALF_PI)return{x:-1/0,y:-1/0,z:a.z};if(d>u.HALF_PI)return{x:1/0,y:1/0,z:a.z}}return n>Math.PI&&(n-=2*Math.PI),s=Math.sin(d),e=Math.cos(d),_=s*s,{x:((m=r/Math.sqrt(1-t*_))+i)*e*Math.cos(n),y:(m+i)*e*Math.sin(n),z:(m*(1-t)+i)*s}},r.geocentricToGeodetic=function(a,t,r,m){var s,_,e,n,d,i,p,P,y,z,M,o,A,c,x,h=1e-12,f=a.x,I=a.y,F=a.z?a.z:0;if(s=Math.sqrt(f*f+I*I),_=Math.sqrt(f*f+I*I+F*F),s/r1e-24&&A<30);return{x:c,y:Math.atan(M/Math.abs(z)),z:x}},r.geocentricToWgs84=function(a,t,r){if(t===u.PJD_3PARAM)return{x:a.x+r[0],y:a.y+r[1],z:a.z+r[2]};if(t===u.PJD_7PARAM){var m=r[0],s=r[1],_=r[2],e=r[3],n=r[4],d=r[5],i=r[6];return{x:i*(a.x-d*a.y+n*a.z)+m,y:i*(d*a.x+a.y-e*a.z)+s,z:i*(-n*a.x+e*a.y+a.z)+_}}},r.geocentricFromWgs84=function(a,t,r){if(t===u.PJD_3PARAM)return{x:a.x-r[0],y:a.y-r[1],z:a.z-r[2]};if(t===u.PJD_7PARAM){var m=r[0],s=r[1],_=r[2],e=r[3],n=r[4],d=r[5],i=r[6],p=(a.x-m)/i,P=(a.y-s)/i,y=(a.z-_)/i;return{x:p+d*P-n*y,y:-d*p+P+e*y,z:n*p-e*P+y}}}},\n", - " function _(e,a,i,r,s){r(),i.default=function(e,a,i){var r,s,n,c=i.x,d=i.y,f=i.z||0,u={};for(n=0;n<3;n++)if(!a||2!==n||void 0!==i.z)switch(0===n?(r=c,s=-1!==\"ew\".indexOf(e.axis[n])?\"x\":\"y\"):1===n?(r=d,s=-1!==\"ns\".indexOf(e.axis[n])?\"y\":\"x\"):(r=f,s=\"z\"),e.axis[n]){case\"e\":u[s]=r;break;case\"w\":u[s]=-r;break;case\"n\":u[s]=r;break;case\"s\":u[s]=-r;break;case\"u\":void 0!==i[s]&&(u.z=r);break;case\"d\":void 0!==i[s]&&(u.z=-r);break;default:return null}return u}},\n", - " function _(n,t,e,u,f){u(),e.default=function(n){var t={x:n[0],y:n[1]};return n.length>2&&(t.z=n[2]),n.length>3&&(t.m=n[3]),t}},\n", - " function _(e,i,n,t,r){function o(e){if(\"function\"==typeof Number.isFinite){if(Number.isFinite(e))return;throw new TypeError(\"coordinates must be finite numbers\")}if(\"number\"!=typeof e||e!=e||!isFinite(e))throw new TypeError(\"coordinates must be finite numbers\")}t(),n.default=function(e){o(e.x),o(e.y)}},\n", - " function _(e,i,s,t,o){t();const n=e(1);var l,a,r,_,c;const d=e(53),v=e(42),u=(0,n.__importStar)(e(45)),h=e(48),m=(0,n.__importStar)(e(18));class T extends v.View{initialize(){super.initialize(),this.visuals=new u.Visuals(this)}request_render(){this.parent.request_render()}get canvas(){return this.parent.canvas}set_data(e){const i=this;for(const s of this.model){if(!(s instanceof m.VectorSpec||s instanceof m.ScalarSpec))continue;const t=s.uniform(e);i[`${s.attr}`]=t}}}s.ArrowHeadView=T,T.__name__=\"ArrowHeadView\";class p extends d.Model{constructor(e){super(e)}}s.ArrowHead=p,l=p,p.__name__=\"ArrowHead\",l.define((()=>({size:[m.NumberSpec,25]})));class V extends T{clip(e,i){this.visuals.line.set_vectorize(e,i);const s=this.size.get(i);e.moveTo(.5*s,s),e.lineTo(.5*s,-2),e.lineTo(-.5*s,-2),e.lineTo(-.5*s,s),e.lineTo(0,0),e.lineTo(.5*s,s)}render(e,i){if(this.visuals.line.doit){this.visuals.line.set_vectorize(e,i);const s=this.size.get(i);e.beginPath(),e.moveTo(.5*s,s),e.lineTo(0,0),e.lineTo(-.5*s,s),e.stroke()}}}s.OpenHeadView=V,V.__name__=\"OpenHeadView\";class f extends p{constructor(e){super(e)}}s.OpenHead=f,a=f,f.__name__=\"OpenHead\",a.prototype.default_view=V,a.mixins(h.LineVector);class w extends T{clip(e,i){this.visuals.line.set_vectorize(e,i);const s=this.size.get(i);e.moveTo(.5*s,s),e.lineTo(.5*s,-2),e.lineTo(-.5*s,-2),e.lineTo(-.5*s,s),e.lineTo(.5*s,s)}render(e,i){this.visuals.fill.doit&&(this.visuals.fill.set_vectorize(e,i),this._normal(e,i),e.fill()),this.visuals.line.doit&&(this.visuals.line.set_vectorize(e,i),this._normal(e,i),e.stroke())}_normal(e,i){const s=this.size.get(i);e.beginPath(),e.moveTo(.5*s,s),e.lineTo(0,0),e.lineTo(-.5*s,s),e.closePath()}}s.NormalHeadView=w,w.__name__=\"NormalHeadView\";class H extends p{constructor(e){super(e)}}s.NormalHead=H,r=H,H.__name__=\"NormalHead\",r.prototype.default_view=w,r.mixins([h.LineVector,h.FillVector]),r.override({fill_color:\"black\"});class z extends T{clip(e,i){this.visuals.line.set_vectorize(e,i);const s=this.size.get(i);e.moveTo(.5*s,s),e.lineTo(.5*s,-2),e.lineTo(-.5*s,-2),e.lineTo(-.5*s,s),e.lineTo(0,.5*s),e.lineTo(.5*s,s)}render(e,i){this.visuals.fill.doit&&(this.visuals.fill.set_vectorize(e,i),this._vee(e,i),e.fill()),this.visuals.line.doit&&(this.visuals.line.set_vectorize(e,i),this._vee(e,i),e.stroke())}_vee(e,i){const s=this.size.get(i);e.beginPath(),e.moveTo(.5*s,s),e.lineTo(0,0),e.lineTo(-.5*s,s),e.lineTo(0,.5*s),e.closePath()}}s.VeeHeadView=z,z.__name__=\"VeeHeadView\";class x extends p{constructor(e){super(e)}}s.VeeHead=x,_=x,x.__name__=\"VeeHead\",_.prototype.default_view=z,_.mixins([h.LineVector,h.FillVector]),_.override({fill_color:\"black\"});class g extends T{render(e,i){if(this.visuals.line.doit){this.visuals.line.set_vectorize(e,i);const s=this.size.get(i);e.beginPath(),e.moveTo(.5*s,0),e.lineTo(-.5*s,0),e.stroke()}}clip(e,i){}}s.TeeHeadView=g,g.__name__=\"TeeHeadView\";class b extends p{constructor(e){super(e)}}s.TeeHead=b,c=b,b.__name__=\"TeeHead\",c.prototype.default_view=g,c.mixins(h.LineVector)},\n", - " function _(n,e,t,i,o){i();const s=n(9);async function c(n,e,t){const i=new n(Object.assign(Object.assign({},t),{model:e}));return i.initialize(),await i.lazy_initialize(),i}t.build_view=async function(n,e={parent:null},t=(n=>n.default_view)){const i=await c(t(n),n,e);return i.connect_signals(),i},t.build_views=async function(n,e,t={parent:null},i=(n=>n.default_view)){const o=(0,s.difference)([...n.keys()],e);for(const e of o)n.get(e).remove(),n.delete(e);const a=[],f=e.filter((e=>!n.has(e)));for(const e of f){const o=await c(i(e),e,t);n.set(e,o),a.push(o)}for(const n of a)n.connect_signals();return a},t.remove_views=function(n){for(const[e,t]of n)t.remove(),n.delete(e)}},\n", - " function _(e,s,_,i,l){i();const t=e(1);var o;const r=e(115),p=(0,t.__importStar)(e(48));class h extends r.UpperLowerView{paint(e){e.beginPath(),e.moveTo(this._lower_sx[0],this._lower_sy[0]);for(let s=0,_=this._lower_sx.length;s<_;s++)e.lineTo(this._lower_sx[s],this._lower_sy[s]);for(let s=this._upper_sx.length-1;s>=0;s--)e.lineTo(this._upper_sx[s],this._upper_sy[s]);e.closePath(),this.visuals.fill.apply(e),e.beginPath(),e.moveTo(this._lower_sx[0],this._lower_sy[0]);for(let s=0,_=this._lower_sx.length;s<_;s++)e.lineTo(this._lower_sx[s],this._lower_sy[s]);this.visuals.line.apply(e),e.beginPath(),e.moveTo(this._upper_sx[0],this._upper_sy[0]);for(let s=0,_=this._upper_sx.length;s<_;s++)e.lineTo(this._upper_sx[s],this._upper_sy[s]);this.visuals.line.apply(e)}}_.BandView=h,h.__name__=\"BandView\";class n extends r.UpperLower{constructor(e){super(e)}}_.Band=n,o=n,n.__name__=\"Band\",o.prototype.default_view=h,o.mixins([p.Line,p.Fill]),o.override({fill_color:\"#fff9ba\",fill_alpha:.4,line_color:\"#cccccc\",line_alpha:.3})},\n", - " function _(e,t,i,s,o){s();const r=e(1);var n;const p=e(69),a=e(20),_=(0,r.__importStar)(e(18));class h extends p.DataAnnotationView{map_data(){const{frame:e}=this.plot_view,t=this.model.dimension,i=this.coordinates.x_scale,s=this.coordinates.y_scale,o=\"height\"==t?s:i,r=\"height\"==t?i:s,n=\"height\"==t?e.bbox.yview:e.bbox.xview,p=\"height\"==t?e.bbox.xview:e.bbox.yview;let a,_,h;a=\"data\"==this.model.properties.lower.units?o.v_compute(this._lower):n.v_compute(this._lower),_=\"data\"==this.model.properties.upper.units?o.v_compute(this._upper):n.v_compute(this._upper),h=\"data\"==this.model.properties.base.units?r.v_compute(this._base):p.v_compute(this._base);const[d,c]=\"height\"==t?[1,0]:[0,1],u=[a,h],l=[_,h];this._lower_sx=u[d],this._lower_sy=u[c],this._upper_sx=l[d],this._upper_sy=l[c]}}i.UpperLowerView=h,h.__name__=\"UpperLowerView\";class d extends _.CoordinateSpec{get dimension(){return\"width\"==this.obj.dimension?\"x\":\"y\"}get units(){var e;return null!==(e=this.spec.units)&&void 0!==e?e:\"data\"}}i.XOrYCoordinateSpec=d,d.__name__=\"XOrYCoordinateSpec\";class c extends p.DataAnnotation{constructor(e){super(e)}}i.UpperLower=c,n=c,c.__name__=\"UpperLower\",n.define((()=>({dimension:[a.Dimension,\"height\"],lower:[d,{field:\"lower\"}],upper:[d,{field:\"upper\"}],base:[d,{field:\"base\"}]})))},\n", - " function _(t,o,i,n,e){n();const s=t(1);var l;const r=t(40),a=(0,s.__importStar)(t(48)),c=t(20),h=t(65);i.EDGE_TOLERANCE=2.5;class b extends r.AnnotationView{constructor(){super(...arguments),this.bbox=new h.BBox}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.request_render()))}_render(){const{left:t,right:o,top:i,bottom:n}=this.model;if(null==t&&null==o&&null==i&&null==n)return;const{frame:e}=this.plot_view,s=this.coordinates.x_scale,l=this.coordinates.y_scale,r=(t,o,i,n,e)=>{let s;return s=null!=t?this.model.screen?t:\"data\"==o?i.compute(t):n.compute(t):e,s};this.bbox=h.BBox.from_rect({left:r(t,this.model.left_units,s,e.bbox.xview,e.bbox.left),right:r(o,this.model.right_units,s,e.bbox.xview,e.bbox.right),top:r(i,this.model.top_units,l,e.bbox.yview,e.bbox.top),bottom:r(n,this.model.bottom_units,l,e.bbox.yview,e.bbox.bottom)}),this._paint_box()}_paint_box(){const{ctx:t}=this.layer;t.save();const{left:o,top:i,width:n,height:e}=this.bbox;t.beginPath(),t.rect(o,i,n,e),this.visuals.fill.apply(t),this.visuals.hatch.apply(t),this.visuals.line.apply(t),t.restore()}interactive_bbox(){const t=this.model.line_width+i.EDGE_TOLERANCE;return this.bbox.grow_by(t)}interactive_hit(t,o){if(null==this.model.in_cursor)return!1;return this.interactive_bbox().contains(t,o)}cursor(t,o){const{left:i,right:n,bottom:e,top:s}=this.bbox;return Math.abs(t-i)<3||Math.abs(t-n)<3?this.model.ew_cursor:Math.abs(o-e)<3||Math.abs(o-s)<3?this.model.ns_cursor:this.bbox.contains(t,o)?this.model.in_cursor:null}}i.BoxAnnotationView=b,b.__name__=\"BoxAnnotationView\";class u extends r.Annotation{constructor(t){super(t)}update({left:t,right:o,top:i,bottom:n}){this.setv({left:t,right:o,top:i,bottom:n,screen:!0})}}i.BoxAnnotation=u,l=u,u.__name__=\"BoxAnnotation\",l.prototype.default_view=b,l.mixins([a.Line,a.Fill,a.Hatch]),l.define((({Number:t,Nullable:o})=>({top:[o(t),null],top_units:[c.SpatialUnits,\"data\"],bottom:[o(t),null],bottom_units:[c.SpatialUnits,\"data\"],left:[o(t),null],left_units:[c.SpatialUnits,\"data\"],right:[o(t),null],right_units:[c.SpatialUnits,\"data\"],render_mode:[c.RenderMode,\"canvas\"]}))),l.internal((({Boolean:t,String:o,Nullable:i})=>({screen:[t,!1],ew_cursor:[i(o),null],ns_cursor:[i(o),null],in_cursor:[i(o),null]}))),l.override({fill_color:\"#fff9ba\",fill_alpha:.4,line_color:\"#cccccc\",line_alpha:.3})},\n", - " function _(t,e,i,o,n){o();const a=t(1);var r;const s=t(40),l=t(118),_=t(126),c=t(127),h=t(130),u=t(168),p=t(131),m=t(192),g=t(132),d=t(173),f=t(172),w=t(196),b=t(204),v=t(206),x=t(133),y=t(20),k=(0,a.__importStar)(t(48)),z=t(9),j=t(207),C=t(208),L=t(211),B=t(123),S=t(11),M=t(113),T=t(65),A=t(8);class O extends s.AnnotationView{get orientation(){return this._orientation}initialize(){super.initialize();const{ticker:t,formatter:e,color_mapper:i}=this.model;this._ticker=\"auto\"!=t?t:(()=>{switch(!0){case i instanceof w.LogColorMapper:return new u.LogTicker;case i instanceof w.ScanningColorMapper:return new u.BinnedTicker({mapper:i});case i instanceof w.CategoricalColorMapper:return new u.CategoricalTicker;default:return new u.BasicTicker}})(),this._formatter=\"auto\"!=e?e:(()=>{switch(!0){case this._ticker instanceof u.LogTicker:return new m.LogTickFormatter;case i instanceof w.CategoricalColorMapper:return new m.CategoricalTickFormatter;default:return new m.BasicTickFormatter}})(),this._major_range=(()=>{if(i instanceof w.CategoricalColorMapper){const{factors:t}=i;return new v.FactorRange({factors:t})}if(i instanceof f.ContinuousColorMapper){const{min:t,max:e}=i.metrics;return new v.Range1d({start:t,end:e})}(0,S.unreachable)()})(),this._major_scale=(()=>{if(i instanceof w.LinearColorMapper)return new b.LinearScale;if(i instanceof w.LogColorMapper)return new b.LogScale;if(i instanceof w.ScanningColorMapper){const{binning:t}=i.metrics;return new b.LinearInterpolationScale({binning:t})}if(i instanceof w.CategoricalColorMapper)return new b.CategoricalScale;(0,S.unreachable)()})(),this._minor_range=new v.Range1d({start:0,end:1}),this._minor_scale=new b.LinearScale;const o=k.attrs_of(this.model,\"major_label_\",k.Text,!0),n=k.attrs_of(this.model,\"major_tick_\",k.Line,!0),a=k.attrs_of(this.model,\"minor_tick_\",k.Line,!0),r=k.attrs_of(this.model,\"title_\",k.Text),s=i instanceof w.CategoricalColorMapper?c.CategoricalAxis:i instanceof w.LogColorMapper?c.LogAxis:c.LinearAxis;this._axis=new s(Object.assign(Object.assign(Object.assign({ticker:this._ticker,formatter:this._formatter,major_tick_in:this.model.major_tick_in,major_tick_out:this.model.major_tick_out,minor_tick_in:this.model.minor_tick_in,minor_tick_out:this.model.minor_tick_out,major_label_standoff:this.model.label_standoff,major_label_overrides:this.model.major_label_overrides,major_label_policy:this.model.major_label_policy,axis_line_color:null},o),n),a));const{title:_}=this.model;_&&(this._title=new l.Title(Object.assign({text:_,standoff:this.model.title_standoff},r)))}async lazy_initialize(){await super.lazy_initialize();const t=this,e={get parent(){return t.parent},get root(){return t.root},get frame(){return t._frame},get canvas_view(){return t.parent.canvas_view},request_layout(){t.parent.request_layout()}};this._axis_view=await(0,M.build_view)(this._axis,{parent:e}),null!=this._title&&(this._title_view=await(0,M.build_view)(this._title,{parent:e}))}remove(){var t;null===(t=this._title_view)||void 0===t||t.remove(),this._axis_view.remove(),super.remove()}connect_signals(){super.connect_signals(),this.connect(this._ticker.change,(()=>this.request_render())),this.connect(this._formatter.change,(()=>this.request_render())),this.connect(this.model.color_mapper.metrics_change,(()=>{const t=this._major_range,e=this._major_scale,{color_mapper:i}=this.model;if(i instanceof f.ContinuousColorMapper&&t instanceof v.Range1d){const{min:e,max:o}=i.metrics;t.setv({start:e,end:o})}if(i instanceof w.ScanningColorMapper&&e instanceof b.LinearInterpolationScale){const{binning:t}=i.metrics;e.binning=t}this._set_canvas_image(),this.plot_view.request_layout()}))}_set_canvas_image(){const{orientation:t}=this,e=(()=>{const{palette:e}=this.model.color_mapper;return\"vertical\"==t?(0,z.reversed)(e):e})(),[i,o]=\"vertical\"==t?[1,e.length]:[e.length,1],n=this._image=document.createElement(\"canvas\");n.width=i,n.height=o;const a=n.getContext(\"2d\"),r=a.getImageData(0,0,i,o),s=new w.LinearColorMapper({palette:e}).rgba_mapper.v_compute((0,z.range)(0,e.length));r.data.set(s),a.putImageData(r,0,0)}update_layout(){const{location:t,width:e,height:i,padding:o,margin:n}=this.model,[a,r]=(()=>{if(!(0,A.isString)(t))return[\"end\",\"start\"];switch(t){case\"top_left\":return[\"start\",\"start\"];case\"top\":case\"top_center\":return[\"start\",\"center\"];case\"top_right\":return[\"start\",\"end\"];case\"bottom_left\":return[\"end\",\"start\"];case\"bottom\":case\"bottom_center\":return[\"end\",\"center\"];case\"bottom_right\":return[\"end\",\"end\"];case\"left\":case\"center_left\":return[\"center\",\"start\"];case\"center\":case\"center_center\":return[\"center\",\"center\"];case\"right\":case\"center_right\":return[\"center\",\"end\"]}})(),s=this._orientation=(()=>{const{orientation:t}=this.model;return\"auto\"==t?null!=this.panel?this.panel.is_horizontal?\"horizontal\":\"vertical\":\"start\"==r||\"end\"==r||\"center\"==r&&\"center\"==a?\"vertical\":\"horizontal\":t})(),l=new C.NodeLayout,c=new C.VStack,h=new C.VStack,u=new C.HStack,p=new C.HStack;l.absolute=!0,c.absolute=!0,h.absolute=!0,u.absolute=!0,p.absolute=!0;const[m,g,d,f]=(()=>\"horizontal\"==s?[this._major_scale,this._minor_scale,this._major_range,this._minor_range]:[this._minor_scale,this._major_scale,this._minor_range,this._major_range])();this._frame=new _.CartesianFrame(m,g,d,f),l.on_resize((t=>this._frame.set_geometry(t)));const w=new L.BorderLayout;this._inner_layout=w,w.absolute=!0,w.center_panel=l,w.top_panel=c,w.bottom_panel=h,w.left_panel=u,w.right_panel=p;const b={left:o,right:o,top:o,bottom:o},v=(()=>{if(null==this.panel){if((0,A.isString)(t))return{left:n,right:n,top:n,bottom:n};{const[e,i]=t;return{left:e,right:n,top:n,bottom:i}}}if(!(0,A.isString)(t)){const[e,i]=t;return w.fixup_geometry=(t,o)=>{const n=t,a=this.layout.bbox,{width:r,height:s}=t;if(t=new T.BBox({left:a.left+e,bottom:a.bottom-i,width:r,height:s}),null!=o){const e=t.left-n.left,i=t.top-n.top,{left:a,top:r,width:s,height:l}=o;o=new T.BBox({left:a+e,top:r+i,width:s,height:l})}return[t,o]},{left:e,right:0,top:0,bottom:i}}w.fixup_geometry=(t,e)=>{const i=t;if(\"horizontal\"==s){const{top:e,width:i,height:o}=t;if(\"end\"==r){const{right:n}=this.layout.bbox;t=new T.BBox({right:n,top:e,width:i,height:o})}else if(\"center\"==r){const{hcenter:n}=this.layout.bbox;t=new T.BBox({hcenter:Math.round(n),top:e,width:i,height:o})}}else{const{left:e,width:i,height:o}=t;if(\"end\"==a){const{bottom:n}=this.layout.bbox;t=new T.BBox({left:e,bottom:n,width:i,height:o})}else if(\"center\"==a){const{vcenter:n}=this.layout.bbox;t=new T.BBox({left:e,vcenter:Math.round(n),width:i,height:o})}}if(null!=e){const o=t.left-i.left,n=t.top-i.top,{left:a,top:r,width:s,height:l}=e;e=new T.BBox({left:a+o,top:r+n,width:s,height:l})}return[t,e]}})();let x,y,k,z;if(w.padding=b,null!=this.panel?(x=\"max\",y=void 0,k=void 0,z=void 0):\"auto\"==(\"horizontal\"==s?e:i)?(x=\"fixed\",y=25*this.model.color_mapper.palette.length,k={percent:.3},z={percent:.8}):(x=\"fit\",y=void 0),\"horizontal\"==s){const t=\"auto\"==e?void 0:e,o=\"auto\"==i?25:i;w.set_sizing({width_policy:x,height_policy:\"min\",width:y,min_width:k,max_width:z,halign:r,valign:a,margin:v}),w.center_panel.set_sizing({width_policy:\"auto\"==e?\"fit\":\"fixed\",height_policy:\"fixed\",width:t,height:o})}else{const t=\"auto\"==e?25:e,o=\"auto\"==i?void 0:i;w.set_sizing({width_policy:\"min\",height_policy:x,height:y,min_height:k,max_height:z,halign:r,valign:a,margin:v}),w.center_panel.set_sizing({width_policy:\"fixed\",height_policy:\"auto\"==i?\"fit\":\"fixed\",width:t,height:o})}c.set_sizing({width_policy:\"fit\",height_policy:\"min\"}),h.set_sizing({width_policy:\"fit\",height_policy:\"min\"}),u.set_sizing({width_policy:\"min\",height_policy:\"fit\"}),p.set_sizing({width_policy:\"min\",height_policy:\"fit\"});const{_title_view:S}=this;null!=S&&(\"horizontal\"==s?(S.panel=new B.Panel(\"above\"),S.update_layout(),c.children.push(S.layout)):(S.panel=new B.Panel(\"left\"),S.update_layout(),u.children.push(S.layout)));const{panel:M}=this,O=null!=M&&s==M.orientation?M.side:\"horizontal\"==s?\"below\":\"right\",R=(()=>{switch(O){case\"above\":return c;case\"below\":return h;case\"left\":return u;case\"right\":return p}})(),{_axis_view:F}=this;if(F.panel=new B.Panel(O),F.update_layout(),R.children.push(F.layout),null!=this.panel){const t=new j.Grid([{layout:w,row:0,col:0}]);t.absolute=!0,\"horizontal\"==s?t.set_sizing({width_policy:\"max\",height_policy:\"min\"}):t.set_sizing({width_policy:\"min\",height_policy:\"max\"}),this.layout=t}else this.layout=this._inner_layout;const{visible:I}=this.model;this.layout.sizing.visible=I,this._set_canvas_image()}_render(){var t;const{ctx:e}=this.layer;e.save(),this._paint_bbox(e,this._inner_layout.bbox),this._paint_image(e,this._inner_layout.center_panel.bbox),null===(t=this._title_view)||void 0===t||t.render(),this._axis_view.render(),e.restore()}_paint_bbox(t,e){const{x:i,y:o}=e;let{width:n,height:a}=e;i+n>=this.parent.canvas_view.bbox.width&&(n-=1),o+a>=this.parent.canvas_view.bbox.height&&(a-=1),t.save(),this.visuals.background_fill.doit&&(this.visuals.background_fill.set_value(t),t.fillRect(i,o,n,a)),this.visuals.border_line.doit&&(this.visuals.border_line.set_value(t),t.strokeRect(i,o,n,a)),t.restore()}_paint_image(t,e){const{x:i,y:o,width:n,height:a}=e;t.save(),t.setImageSmoothingEnabled(!1),t.globalAlpha=this.model.scale_alpha,t.drawImage(this._image,i,o,n,a),this.visuals.bar_line.doit&&(this.visuals.bar_line.set_value(t),t.strokeRect(i,o,n,a)),t.restore()}serializable_state(){const t=super.serializable_state(),{children:e=[]}=t,i=(0,a.__rest)(t,[\"children\"]);return null!=this._title_view&&e.push(this._title_view.serializable_state()),e.push(this._axis_view.serializable_state()),Object.assign(Object.assign({},i),{children:e})}}i.ColorBarView=O,O.__name__=\"ColorBarView\";class R extends s.Annotation{constructor(t){super(t)}}i.ColorBar=R,r=R,R.__name__=\"ColorBar\",r.prototype.default_view=O,r.mixins([[\"major_label_\",k.Text],[\"title_\",k.Text],[\"major_tick_\",k.Line],[\"minor_tick_\",k.Line],[\"border_\",k.Line],[\"bar_\",k.Line],[\"background_\",k.Fill]]),r.define((({Alpha:t,Number:e,String:i,Tuple:o,Dict:n,Or:a,Ref:r,Auto:s,Nullable:l})=>({location:[a(y.Anchor,o(e,e)),\"top_right\"],orientation:[a(y.Orientation,s),\"auto\"],title:[l(i),null],title_standoff:[e,2],width:[a(e,s),\"auto\"],height:[a(e,s),\"auto\"],scale_alpha:[t,1],ticker:[a(r(h.Ticker),s),\"auto\"],formatter:[a(r(p.TickFormatter),s),\"auto\"],major_label_overrides:[n(a(i,r(x.BaseText))),{}],major_label_policy:[r(g.LabelingPolicy),()=>new g.NoOverlap],color_mapper:[r(d.ColorMapper)],label_standoff:[e,5],margin:[e,30],padding:[e,10],major_tick_in:[e,5],major_tick_out:[e,0],minor_tick_in:[e,0],minor_tick_out:[e,0]}))),r.override({background_fill_color:\"#ffffff\",background_fill_alpha:.95,bar_line_color:null,border_line_color:null,major_label_text_font_size:\"11px\",major_tick_line_color:\"#ffffff\",minor_tick_line_color:null,title_text_font_size:\"13px\",title_text_font_style:\"italic\"})},\n", - " function _(t,e,i,s,l){s();const o=t(1);var a;const n=t(119),r=t(20),c=t(120),h=(0,o.__importStar)(t(48));class _ extends n.TextAnnotationView{_get_location(){const t=this.model.offset,e=this.model.standoff/2;let i,s;const{bbox:l}=this.layout;switch(this.panel.side){case\"above\":case\"below\":switch(this.model.vertical_align){case\"top\":s=l.top+e;break;case\"middle\":s=l.vcenter;break;case\"bottom\":s=l.bottom-e}switch(this.model.align){case\"left\":i=l.left+t;break;case\"center\":i=l.hcenter;break;case\"right\":i=l.right-t}break;case\"left\":switch(this.model.vertical_align){case\"top\":i=l.left+e;break;case\"middle\":i=l.hcenter;break;case\"bottom\":i=l.right-e}switch(this.model.align){case\"left\":s=l.bottom-t;break;case\"center\":s=l.vcenter;break;case\"right\":s=l.top+t}break;case\"right\":switch(this.model.vertical_align){case\"top\":i=l.right-e;break;case\"middle\":i=l.hcenter;break;case\"bottom\":i=l.left+e}switch(this.model.align){case\"left\":s=l.top+t;break;case\"center\":s=l.vcenter;break;case\"right\":s=l.bottom-t}}return[i,s]}_render(){const{text:t}=this.model;if(null==t||0==t.length)return;this.model.text_baseline=this.model.vertical_align,this.model.text_align=this.model.align;const[e,i]=this._get_location(),s=this.panel.get_label_angle_heuristic(\"parallel\");(\"canvas\"==this.model.render_mode?this._canvas_text.bind(this):this._css_text.bind(this))(this.layer.ctx,t,e,i,s)}_get_size(){const{text:t}=this.model,e=new c.TextBox({text:t});e.visuals=this.visuals.text.values();const{width:i,height:s}=e.size();return{width:i,height:0==s?0:2+s+this.model.standoff}}}i.TitleView=_,_.__name__=\"TitleView\";class d extends n.TextAnnotation{constructor(t){super(t)}}i.Title=d,a=d,d.__name__=\"Title\",a.prototype.default_view=_,a.mixins([h.Text,[\"border_\",h.Line],[\"background_\",h.Fill]]),a.define((({Number:t,String:e})=>({text:[e,\"\"],vertical_align:[r.VerticalAlign,\"bottom\"],align:[r.TextAlign,\"left\"],offset:[t,0],standoff:[t,10]}))),a.prototype._props.text_align.options.internal=!0,a.prototype._props.text_baseline.options.internal=!0,a.override({text_font_size:\"13px\",text_font_style:\"bold\",text_line_height:1,background_fill_color:null,border_line_color:null})},\n", - " function _(e,t,s,i,l){var n;i();const o=e(40),a=e(43),r=e(20),d=e(120),u=e(123),c=e(11);class h extends o.AnnotationView{update_layout(){const{panel:e}=this;this.layout=null!=e?new u.SideLayout(e,(()=>this.get_size()),!0):void 0}initialize(){super.initialize(),\"css\"==this.model.render_mode&&(this.el=(0,a.div)(),this.plot_view.canvas_view.add_overlay(this.el))}remove(){null!=this.el&&(0,a.remove)(this.el),super.remove()}connect_signals(){super.connect_signals(),\"css\"==this.model.render_mode?this.connect(this.model.change,(()=>this.render())):this.connect(this.model.change,(()=>this.request_render()))}render(){this.model.visible||\"css\"!=this.model.render_mode||(0,a.undisplay)(this.el),super.render()}_canvas_text(e,t,s,i,l){const n=new d.TextBox({text:t});n.angle=l,n.position={sx:s,sy:i},n.visuals=this.visuals.text.values();const{background_fill:o,border_line:a}=this.visuals;if(o.doit||a.doit){const{p0:t,p1:s,p2:i,p3:l}=n.rect();e.beginPath(),e.moveTo(t.x,t.y),e.lineTo(s.x,s.y),e.lineTo(i.x,i.y),e.lineTo(l.x,l.y),e.closePath(),this.visuals.background_fill.apply(e),this.visuals.border_line.apply(e)}this.visuals.text.doit&&n.paint(e)}_css_text(e,t,s,i,l){const{el:n}=this;(0,c.assert)(null!=n),(0,a.undisplay)(n),n.textContent=t,this.visuals.text.set_value(e),n.style.position=\"absolute\",n.style.left=`${s}px`,n.style.top=`${i}px`,n.style.color=e.fillStyle,n.style.font=e.font,n.style.lineHeight=\"normal\",n.style.whiteSpace=\"pre\";const[o,r]=(()=>{switch(this.visuals.text.text_align.get_value()){case\"left\":return[\"left\",\"0%\"];case\"center\":return[\"center\",\"-50%\"];case\"right\":return[\"right\",\"-100%\"]}})(),[d,u]=(()=>{switch(this.visuals.text.text_baseline.get_value()){case\"top\":return[\"top\",\"0%\"];case\"middle\":return[\"center\",\"-50%\"];case\"bottom\":return[\"bottom\",\"-100%\"];default:return[\"center\",\"-50%\"]}})();let h=`translate(${r}, ${u})`;l&&(h+=`rotate(${l}rad)`),n.style.transformOrigin=`${o} ${d}`,n.style.transform=h,this.layout,this.visuals.background_fill.doit&&(this.visuals.background_fill.set_value(e),n.style.backgroundColor=e.fillStyle),this.visuals.border_line.doit&&(this.visuals.border_line.set_value(e),n.style.borderStyle=e.lineDash.length<2?\"solid\":\"dashed\",n.style.borderWidth=`${e.lineWidth}px`,n.style.borderColor=e.strokeStyle),(0,a.display)(n)}}s.TextAnnotationView=h,h.__name__=\"TextAnnotationView\";class _ extends o.Annotation{constructor(e){super(e)}}s.TextAnnotation=_,n=_,_.__name__=\"TextAnnotation\",n.define((()=>({render_mode:[r.RenderMode,\"canvas\"]})))},\n", - " function _(t,e,s,i,n){i();const h=t(65),o=t(121),r=t(9),a=t(8),c=t(122),_=t(22);s.text_width=(()=>{const t=document.createElement(\"canvas\").getContext(\"2d\");let e=\"\";return(s,i)=>(i!=e&&(e=i,t.font=i),t.measureText(s).width)})();class l{constructor(){this._position={sx:0,sy:0},this.font_size_scale=1,this.align=\"left\",this._base_font_size=13,this._x_anchor=\"left\",this._y_anchor=\"center\"}set base_font_size(t){null!=t&&(this._base_font_size=t)}get base_font_size(){return this._base_font_size}set position(t){this._position=t}get position(){return this._position}infer_text_height(){return\"ascent_descent\"}bbox(){const{p0:t,p1:e,p2:s,p3:i}=this.rect(),n=Math.min(t.x,e.x,s.x,i.x),o=Math.min(t.y,e.y,s.y,i.y),r=Math.max(t.x,e.x,s.x,i.x),a=Math.max(t.y,e.y,s.y,i.y);return new h.BBox({left:n,right:r,top:o,bottom:a})}size(){const{width:t,height:e}=this._size(),{angle:s}=this;if(s){const i=Math.cos(Math.abs(s)),n=Math.sin(Math.abs(s));return{width:Math.abs(t*i+e*n),height:Math.abs(t*n+e*i)}}return{width:t,height:e}}rect(){const t=this._rect(),{angle:e}=this;if(e){const{sx:s,sy:i}=this.position,n=new c.AffineTransform;return n.translate(s,i),n.rotate(e),n.translate(-s,-i),n.apply_rect(t)}return t}paint_rect(t){const{p0:e,p1:s,p2:i,p3:n}=this.rect();t.save(),t.strokeStyle=\"red\",t.lineWidth=1,t.beginPath();const{round:h}=Math;t.moveTo(h(e.x),h(e.y)),t.lineTo(h(s.x),h(s.y)),t.lineTo(h(i.x),h(i.y)),t.lineTo(h(n.x),h(n.y)),t.closePath(),t.stroke(),t.restore()}paint_bbox(t){const{x:e,y:s,width:i,height:n}=this.bbox();t.save(),t.strokeStyle=\"blue\",t.lineWidth=1,t.beginPath();const{round:h}=Math;t.moveTo(h(e),h(s)),t.lineTo(h(e),h(s+n)),t.lineTo(h(e+i),h(s+n)),t.lineTo(h(e+i),h(s)),t.closePath(),t.stroke(),t.restore()}}s.GraphicsBox=l,l.__name__=\"GraphicsBox\";class x extends l{constructor({text:t}){super(),this.text=t}set visuals(t){const e=t.color,s=t.alpha,i=t.font_style;let n=t.font_size;const h=t.font,{font_size_scale:r,base_font_size:a}=this,c=(0,o.parse_css_font_size)(n);if(null!=c){let{value:t,unit:e}=c;t*=r,\"em\"==e&&a&&(t*=a,e=\"px\"),n=`${t}${e}`}const l=`${i} ${n} ${h}`;this.font=l,this.color=(0,_.color2css)(e,s),this.line_height=t.line_height;const x=t.align;this._x_anchor=x;const u=t.baseline;this._y_anchor=(()=>{switch(u){case\"top\":return\"top\";case\"middle\":return\"center\";case\"bottom\":return\"bottom\";default:return\"baseline\"}})()}infer_text_height(){if(this.text.includes(\"\\n\"))return\"ascent_descent\";{function t(t){for(const e of new Set(t))if(!(\"0\"<=e&&e<=\"9\"))switch(e){case\",\":case\".\":case\"+\":case\"-\":case\"\\u2212\":case\"e\":continue;default:return!1}return!0}return t(this.text)?\"cap\":\"ascent_descent\"}}_text_line(t){var e;const s=null!==(e=this.text_height_metric)&&void 0!==e?e:this.infer_text_height(),i=(()=>{switch(s){case\"x\":case\"x_descent\":return t.x_height;case\"cap\":case\"cap_descent\":return t.cap_height;case\"ascent\":case\"ascent_descent\":return t.ascent}})(),n=(()=>{switch(s){case\"x\":case\"cap\":case\"ascent\":return 0;case\"x_descent\":case\"cap_descent\":case\"ascent_descent\":return t.descent}})();return{height:i+n,ascent:i,descent:n}}get nlines(){return this.text.split(\"\\n\").length}_size(){var t,e;const{font:i}=this,n=(0,o.font_metrics)(i),h=(this.line_height-1)*n.height,a=\"\"==this.text,c=this.text.split(\"\\n\"),_=c.length,l=c.map((t=>(0,s.text_width)(t,i))),x=this._text_line(n).height*_,u=\"%\"==(null===(t=this.width)||void 0===t?void 0:t.unit)?this.width.value:1,p=\"%\"==(null===(e=this.height)||void 0===e?void 0:e.unit)?this.height.value:1;return{width:(0,r.max)(l)*u,height:a?0:(x+h*(_-1))*p,metrics:n}}_computed_position(t,e,s){const{width:i,height:n}=t,{sx:h,sy:o,x_anchor:r=this._x_anchor,y_anchor:c=this._y_anchor}=this.position;return{x:h-(()=>{if((0,a.isNumber)(r))return r*i;switch(r){case\"left\":return 0;case\"center\":return.5*i;case\"right\":return i}})(),y:o-(()=>{var t;if((0,a.isNumber)(c))return c*n;switch(c){case\"top\":return 0;case\"center\":return.5*n;case\"bottom\":return n;case\"baseline\":if(1!=s)return.5*n;switch(null!==(t=this.text_height_metric)&&void 0!==t?t:this.infer_text_height()){case\"x\":case\"x_descent\":return e.x_height;case\"cap\":case\"cap_descent\":return e.cap_height;case\"ascent\":case\"ascent_descent\":return e.ascent}}})()}}_rect(){const{width:t,height:e,metrics:s}=this._size(),i=this.text.split(\"\\n\").length,{x:n,y:o}=this._computed_position({width:t,height:e},s,i);return new h.BBox({x:n,y:o,width:t,height:e}).rect}paint(t){var e,i;const{font:n}=this,h=(0,o.font_metrics)(n),a=(this.line_height-1)*h.height,c=this.text.split(\"\\n\"),_=c.length,l=c.map((t=>(0,s.text_width)(t,n))),x=this._text_line(h),u=x.height*_,p=\"%\"==(null===(e=this.width)||void 0===e?void 0:e.unit)?this.width.value:1,f=\"%\"==(null===(i=this.height)||void 0===i?void 0:i.unit)?this.height.value:1,g=(0,r.max)(l)*p,d=(u+a*(_-1))*f;t.save(),t.fillStyle=this.color,t.font=this.font,t.textAlign=\"left\",t.textBaseline=\"alphabetic\";const{sx:b,sy:m}=this.position,{align:y}=this,{angle:w}=this;w&&(t.translate(b,m),t.rotate(w),t.translate(-b,-m));let{x:v,y:z}=this._computed_position({width:g,height:d},h,_);if(\"justify\"==y)for(let e=0;e<_;e++){let i=v;const h=c[e].split(\" \"),o=h.length,_=h.map((t=>(0,s.text_width)(t,n))),l=(g-(0,r.sum)(_))/(o-1);for(let e=0;e{switch(y){case\"left\":return 0;case\"center\":return.5*(g-l[e]);case\"right\":return g-l[e]}})();t.fillStyle=this.color,t.fillText(c[e],s,z+x.ascent),z+=x.height+a}t.restore()}}s.TextBox=x,x.__name__=\"TextBox\";class u extends l{constructor(t,e){super(),this.base=t,this.expo=e}get children(){return[this.base,this.expo]}set base_font_size(t){super.base_font_size=t,this.base.base_font_size=t,this.expo.base_font_size=t}set position(t){this._position=t;const e=this.base.size(),s=this.expo.size(),i=this._shift_scale()*e.height,n=Math.max(e.height,i+s.height);this.base.position={sx:0,x_anchor:\"left\",sy:n,y_anchor:\"bottom\"},this.expo.position={sx:e.width,x_anchor:\"left\",sy:i,y_anchor:\"bottom\"}}get position(){return this._position}set visuals(t){this.expo.font_size_scale=.7,this.base.visuals=t,this.expo.visuals=t}_shift_scale(){if(this.base instanceof x&&1==this.base.nlines){const{x_height:t,cap_height:e}=(0,o.font_metrics)(this.base.font);return t/e}return 2/3}infer_text_height(){return this.base.infer_text_height()}_rect(){const t=this.base.bbox(),e=this.expo.bbox(),s=t.union(e),{x:i,y:n}=this._computed_position();return s.translate(i,n).rect}_size(){const t=this.base.size(),e=this.expo.size();return{width:t.width+e.width,height:Math.max(t.height,this._shift_scale()*t.height+e.height)}}paint(t){t.save();const{angle:e}=this;if(e){const{sx:s,sy:i}=this.position;t.translate(s,i),t.rotate(e),t.translate(-s,-i)}const{x:s,y:i}=this._computed_position();t.translate(s,i),this.base.paint(t),this.expo.paint(t),t.restore()}paint_bbox(t){super.paint_bbox(t);const{x:e,y:s}=this._computed_position();t.save(),t.translate(e,s);for(const e of this.children)e.paint_bbox(t);t.restore()}_computed_position(){const{width:t,height:e}=this._size(),{sx:s,sy:i,x_anchor:n=this._x_anchor,y_anchor:h=this._y_anchor}=this.position;return{x:s-(()=>{if((0,a.isNumber)(n))return n*t;switch(n){case\"left\":return 0;case\"center\":return.5*t;case\"right\":return t}})(),y:i-(()=>{if((0,a.isNumber)(h))return h*e;switch(h){case\"top\":return 0;case\"center\":return.5*e;case\"bottom\":return e;case\"baseline\":return.5*e}})()}}}s.BaseExpo=u,u.__name__=\"BaseExpo\";class p{constructor(t){this.items=t}set base_font_size(t){for(const e of this.items)e.base_font_size=t}get length(){return this.items.length}set visuals(t){for(const e of this.items)e.visuals=t;const e={x:0,cap:1,ascent:2,x_descent:3,cap_descent:4,ascent_descent:5},s=(0,r.max_by)(this.items.map((t=>t.infer_text_height())),(t=>e[t]));for(const t of this.items)t.text_height_metric=s}set angle(t){for(const e of this.items)e.angle=t}max_size(){let t=0,e=0;for(const s of this.items){const i=s.size();t=Math.max(t,i.width),e=Math.max(e,i.height)}return{width:t,height:e}}}s.GraphicsBoxes=p,p.__name__=\"GraphicsBoxes\"},\n", - " function _(t,e,n,r,l){r();const a=t(11),c=(()=>{try{return\"undefined\"!=typeof OffscreenCanvas&&null!=new OffscreenCanvas(0,0).getContext(\"2d\")}catch(t){return!1}})()?(t,e)=>new OffscreenCanvas(t,e):(t,e)=>{const n=document.createElement(\"canvas\");return n.width=t,n.height=e,n},o=(()=>{const t=c(0,0).getContext(\"2d\");return e=>{t.font=e;const n=t.measureText(\"M\"),r=t.measureText(\"x\"),l=t.measureText(\"\\xc5\\u015ag|\"),c=l.fontBoundingBoxAscent,o=l.fontBoundingBoxDescent;if(null!=c&&null!=o)return{height:c+o,ascent:c,descent:o,cap_height:n.actualBoundingBoxAscent,x_height:r.actualBoundingBoxAscent};const s=l.actualBoundingBoxAscent,u=l.actualBoundingBoxDescent;if(null!=s&&null!=u)return{height:s+u,ascent:s,descent:u,cap_height:n.actualBoundingBoxAscent,x_height:r.actualBoundingBoxAscent};(0,a.unreachable)()}})(),s=(()=>{const t=c(0,0).getContext(\"2d\");return(e,n)=>{t.font=n;const r=t.measureText(e),l=r.actualBoundingBoxAscent,c=r.actualBoundingBoxDescent;if(null!=l&&null!=c)return{width:r.width,height:l+c,ascent:l,descent:c};(0,a.unreachable)()}})(),u=(()=>{const t=document.createElement(\"canvas\"),e=t.getContext(\"2d\");let n=-1,r=-1;return(l,a=1)=>{e.font=l;const{width:c}=e.measureText(\"M\"),o=c*a,s=Math.ceil(o),u=Math.ceil(2*o),i=Math.ceil(1.5*o);n{let e=0;for(let n=0;n<=i;n++)for(let r=0;r{let e=t.length-4;for(let n=u;n>=i;n--)for(let r=0;r{const t=document.createElement(\"canvas\"),e=t.getContext(\"2d\");let n=-1,r=-1;return(l,a,c=1)=>{e.font=a;const{width:o}=e.measureText(\"M\"),s=o*c,u=Math.ceil(s),i=Math.ceil(2*s),f=Math.ceil(1.5*s);(n{let e=0;for(let n=0;n<=f;n++)for(let r=0;r{let e=t.length-4;for(let n=i;n>=f;n--)for(let r=0;r{try{return o(\"normal 10px sans-serif\"),o}catch(t){return u}})(),h=(()=>{try{return s(\"A\",\"normal 10px sans-serif\"),s}catch(t){return i}})(),g=new Map;function d(t){let e=g.get(t);return null==e&&(e={font:f(t),glyphs:new Map},g.set(t,e)),e.font}n.font_metrics=d,n.glyph_metrics=function(t,e){let n=g.get(e);null==n&&(d(e),n=g.get(e));let r=n.glyphs.get(t);return null==r&&(r=h(t,e),n.glyphs.set(t,r)),r},n.parse_css_font_size=function(t){const e=t.match(/^\\s*(\\d+(\\.\\d+)?)(\\w+)\\s*$/);if(null!=e){const[,t,,n]=e,r=Number(t);if(isFinite(r))return{value:r,unit:n}}return null}},\n", - " function _(t,s,r,n,i){n();const{sin:e,cos:a}=Math;class h{constructor(t=1,s=0,r=0,n=1,i=0,e=0){this.a=t,this.b=s,this.c=r,this.d=n,this.e=i,this.f=e}toString(){const{a:t,b:s,c:r,d:n,e:i,f:e}=this;return`matrix(${t}, ${s}, ${r}, ${n}, ${i}, ${e})`}static from_DOMMatrix(t){const{a:s,b:r,c:n,d:i,e,f:a}=t;return new h(s,r,n,i,e,a)}to_DOMMatrix(){const{a:t,b:s,c:r,d:n,e:i,f:e}=this;return new DOMMatrix([t,s,r,n,i,e])}clone(){const{a:t,b:s,c:r,d:n,e:i,f:e}=this;return new h(t,s,r,n,i,e)}get is_identity(){const{a:t,b:s,c:r,d:n,e:i,f:e}=this;return 1==t&&0==s&&0==r&&1==n&&0==i&&0==e}apply_point(t){const[s,r]=this.apply(t.x,t.y);return{x:s,y:r}}apply_rect(t){return{p0:this.apply_point(t.p0),p1:this.apply_point(t.p1),p2:this.apply_point(t.p2),p3:this.apply_point(t.p3)}}apply(t,s){const{a:r,b:n,c:i,d:e,e:a,f:h}=this;return[r*t+i*s+a,n*t+e*s+h]}iv_apply(t,s){const{a:r,b:n,c:i,d:e,e:a,f:h}=this,c=t.length;for(let o=0;o{const h={max:4,fit:3,min:2,fixed:1};return h[i]>h[t]};if(\"fixed\"!=n&&\"fixed\"!=s)if(n==s){const n=t,s=_(t/e),r=_(h*e),g=h;Math.abs(i.width-n)+Math.abs(i.height-s)<=Math.abs(i.width-r)+Math.abs(i.height-g)?(t=n,h=s):(t=r,h=g)}else r(n,s)?h=_(t/e):t=_(h*e);else\"fixed\"==n?h=_(t/e):\"fixed\"==s&&(t=_(h*e))}return{width:t,height:h}}measure(i){if(!this.sizing.visible)return{width:0,height:0};const t=i=>\"fixed\"==this.sizing.width_policy&&null!=this.sizing.width?this.sizing.width:i,h=i=>\"fixed\"==this.sizing.height_policy&&null!=this.sizing.height?this.sizing.height:i,e=new s.Sizeable(i).shrink_by(this.sizing.margin).map(t,h),n=this._measure(e),r=this.clip_size(n,e),g=t(r.width),l=h(r.height),a=this.apply_aspect(e,{width:g,height:l});return Object.assign(Object.assign({},n),a)}compute(i={}){const t=this.measure({width:null!=i.width&&this.is_width_expanding()?i.width:1/0,height:null!=i.height&&this.is_height_expanding()?i.height:1/0}),{width:h,height:e}=t,n=new r.BBox({left:0,top:0,width:h,height:e});let s;if(null!=t.inner){const{left:i,top:n,right:g,bottom:l}=t.inner;s=new r.BBox({left:i,top:n,right:h-g,bottom:e-l})}this.set_geometry(n,s)}get xview(){return this.bbox.xview}get yview(){return this.bbox.yview}clip_size(i,t){function h(i,t,h,e){return null==h?h=0:(0,g.isNumber)(h)||(h=Math.round(h.percent*t)),null==e?e=1/0:(0,g.isNumber)(e)||(e=Math.round(e.percent*t)),a(h,l(i,e))}return{width:h(i.width,t.width,this.sizing.min_width,this.sizing.max_width),height:h(i.height,t.height,this.sizing.min_height,this.sizing.max_height)}}has_size_changed(){const{_dirty:i}=this;return this._dirty=!1,i}}h.Layoutable=o,o.__name__=\"Layoutable\";class d extends o{_measure(i){const{width_policy:t,height_policy:h}=this.sizing;return{width:(()=>{const{width:h}=this.sizing;if(i.width==1/0)return null!=h?h:0;switch(t){case\"fixed\":return null!=h?h:0;case\"min\":return null!=h?l(i.width,h):0;case\"fit\":return null!=h?l(i.width,h):i.width;case\"max\":return null!=h?a(i.width,h):i.width}})(),height:(()=>{const{height:t}=this.sizing;if(i.height==1/0)return null!=t?t:0;switch(h){case\"fixed\":return null!=t?t:0;case\"min\":return null!=t?l(i.height,t):0;case\"fit\":return null!=t?l(i.height,t):i.height;case\"max\":return null!=t?a(i.height,t):i.height}})()}}}h.LayoutItem=d,d.__name__=\"LayoutItem\";class u extends o{_measure(i){const t=this._content_size(),h=i.bounded_to(this.sizing.size).bounded_to(t);return{width:(()=>{switch(this.sizing.width_policy){case\"fixed\":return null!=this.sizing.width?this.sizing.width:t.width;case\"min\":return t.width;case\"fit\":return h.width;case\"max\":return Math.max(t.width,h.width)}})(),height:(()=>{switch(this.sizing.height_policy){case\"fixed\":return null!=this.sizing.height?this.sizing.height:t.height;case\"min\":return t.height;case\"fit\":return h.height;case\"max\":return Math.max(t.height,h.height)}})()}}}h.ContentLayoutable=u,u.__name__=\"ContentLayoutable\"},\n", - " function _(e,t,s,a,_){a();const r=e(62),n=e(61),g=e(58),i=e(63),c=e(67),h=e(65),l=e(13),o=e(11);class x{constructor(e,t,s,a,_={},r={},n={},g={}){this.in_x_scale=e,this.in_y_scale=t,this.x_range=s,this.y_range=a,this.extra_x_ranges=_,this.extra_y_ranges=r,this.extra_x_scales=n,this.extra_y_scales=g,this._bbox=new h.BBox,(0,o.assert)(null==e.source_range&&null==e.target_range),(0,o.assert)(null==t.source_range&&null==t.target_range),this._configure_scales()}get bbox(){return this._bbox}_get_ranges(e,t){return new Map((0,l.entries)(Object.assign(Object.assign({},t),{default:e})))}_get_scales(e,t,s,a){var _;const g=new Map((0,l.entries)(Object.assign(Object.assign({},t),{default:e}))),h=new Map;for(const[t,l]of s){if(l instanceof c.FactorRange!=e instanceof r.CategoricalScale)throw new Error(`Range ${l.type} is incompatible is Scale ${e.type}`);e instanceof n.LogScale&&l instanceof i.DataRange1d&&(l.scale_hint=\"log\");const s=(null!==(_=g.get(t))&&void 0!==_?_:e).clone();s.setv({source_range:l,target_range:a}),h.set(t,s)}return h}_configure_frame_ranges(){const{bbox:e}=this;this._x_target=new g.Range1d({start:e.left,end:e.right}),this._y_target=new g.Range1d({start:e.bottom,end:e.top})}_configure_scales(){this._configure_frame_ranges(),this._x_ranges=this._get_ranges(this.x_range,this.extra_x_ranges),this._y_ranges=this._get_ranges(this.y_range,this.extra_y_ranges),this._x_scales=this._get_scales(this.in_x_scale,this.extra_x_scales,this._x_ranges,this._x_target),this._y_scales=this._get_scales(this.in_y_scale,this.extra_y_scales,this._y_ranges,this._y_target)}_update_scales(){this._configure_frame_ranges();for(const[,e]of this._x_scales)e.target_range=this._x_target;for(const[,e]of this._y_scales)e.target_range=this._y_target}set_geometry(e){this._bbox=e,this._update_scales()}get x_target(){return this._x_target}get y_target(){return this._y_target}get x_ranges(){return this._x_ranges}get y_ranges(){return this._y_ranges}get x_scales(){return this._x_scales}get y_scales(){return this._y_scales}get x_scale(){return this._x_scales.get(\"default\")}get y_scale(){return this._y_scales.get(\"default\")}get xscales(){return(0,l.to_object)(this.x_scales)}get yscales(){return(0,l.to_object)(this.y_scales)}}s.CartesianFrame=x,x.__name__=\"CartesianFrame\"},\n", - " function _(i,s,x,A,o){A(),o(\"Axis\",i(128).Axis),o(\"CategoricalAxis\",i(140).CategoricalAxis),o(\"ContinuousAxis\",i(143).ContinuousAxis),o(\"DatetimeAxis\",i(144).DatetimeAxis),o(\"LinearAxis\",i(145).LinearAxis),o(\"LogAxis\",i(162).LogAxis),o(\"MercatorAxis\",i(165).MercatorAxis)},\n", - " function _(t,e,i,s,a){s();const o=t(1);var l;const n=t(129),_=t(130),r=t(131),h=t(132),c=(0,o.__importStar)(t(48)),b=t(20),u=t(24),m=t(123),d=t(9),x=t(13),f=t(8),g=t(120),p=t(67),v=t(133),w=t(113),j=t(11),k=t(8),y=t(134),{abs:z}=Math;class M extends n.GuideRendererView{constructor(){super(...arguments),this._axis_label_view=null,this._major_label_views=new Map}async lazy_initialize(){await super.lazy_initialize(),await this._init_axis_label(),await this._init_major_labels()}async _init_axis_label(){const{axis_label:t}=this.model;if(null!=t){const e=(0,k.isString)(t)?(0,y.parse_delimited_string)(t):t;this._axis_label_view=await(0,w.build_view)(e,{parent:this})}else this._axis_label_view=null}async _init_major_labels(){const{major_label_overrides:t}=this.model;for(const[e,i]of(0,x.entries)(t)){const t=(0,k.isString)(i)?(0,y.parse_delimited_string)(i):i;this._major_label_views.set(e,await(0,w.build_view)(t,{parent:this}))}}update_layout(){this.layout=new m.SideLayout(this.panel,(()=>this.get_size()),!0),this.layout.on_resize((()=>this._coordinates=void 0))}get_size(){const{visible:t,fixed_location:e}=this.model;if(t&&null==e&&this.is_renderable){const{extents:t}=this;return{width:0,height:Math.round(t.tick+t.tick_label+t.axis_label)}}return{width:0,height:0}}get is_renderable(){const[t,e]=this.ranges;return t.is_valid&&e.is_valid}_render(){var t;if(!this.is_renderable)return;const{tick_coords:e,extents:i}=this,s=this.layer.ctx;s.save(),this._draw_rule(s,i),this._draw_major_ticks(s,i,e),this._draw_minor_ticks(s,i,e),this._draw_major_labels(s,i,e),this._draw_axis_label(s,i,e),null===(t=this._paint)||void 0===t||t.call(this,s,i,e),s.restore()}connect_signals(){super.connect_signals();const{axis_label:t,major_label_overrides:e}=this.model.properties;this.on_change(t,(async()=>{var t;null===(t=this._axis_label_view)||void 0===t||t.remove(),await this._init_axis_label()})),this.on_change(e,(async()=>{for(const t of this._major_label_views.values())t.remove();await this._init_major_labels()})),this.connect(this.model.change,(()=>this.plot_view.request_layout()))}get needs_clip(){return null!=this.model.fixed_location}_draw_rule(t,e){if(!this.visuals.axis_line.doit)return;const[i,s]=this.rule_coords,[a,o]=this.coordinates.map_to_screen(i,s),[l,n]=this.normals,[_,r]=this.offsets;this.visuals.axis_line.set_value(t),t.beginPath();for(let e=0;e0?s+i+3:0}_draw_axis_label(t,e,i){if(null==this._axis_label_view||null!=this.model.fixed_location)return;const[s,a]=(()=>{const{bbox:t}=this.layout;switch(this.panel.side){case\"above\":return[t.hcenter,t.bottom];case\"below\":return[t.hcenter,t.top];case\"left\":return[t.right,t.vcenter];case\"right\":return[t.left,t.vcenter]}})(),[o,l]=this.normals,n=e.tick+e.tick_label+this.model.axis_label_standoff,{vertical_align:_,align:r}=this.panel.get_label_text_heuristics(\"parallel\"),h={sx:s+o*n,sy:a+l*n,x_anchor:r,y_anchor:_},c=this._axis_label_view.graphics();c.visuals=this.visuals.axis_label_text.values(),c.angle=this.panel.get_label_angle_heuristic(\"parallel\"),this.plot_view.base_font_size&&(c.base_font_size=this.plot_view.base_font_size),c.position=h,c.align=r,c.paint(t)}_draw_ticks(t,e,i,s,a){if(!a.doit)return;const[o,l]=e,[n,_]=this.coordinates.map_to_screen(o,l),[r,h]=this.normals,[c,b]=this.offsets,[u,m]=[r*(c-i),h*(b-i)],[d,x]=[r*(c+s),h*(b+s)];a.set_value(t),t.beginPath();for(let e=0;et.bbox())),M=(()=>{const[t]=this.ranges;return t.is_reversed?0==this.dimension?(t,e)=>z[t].left-z[e].right:(t,e)=>z[e].top-z[t].bottom:0==this.dimension?(t,e)=>z[e].left-z[t].right:(t,e)=>z[t].top-z[e].bottom})(),{major_label_policy:O}=this.model,T=O.filter(k,z,M),A=[...T.ones()];if(0!=A.length){const t=this.parent.canvas_view.bbox,e=e=>{const i=z[e];if(i.left<0){const t=-i.left,{position:s}=y[e];y[e].position=Object.assign(Object.assign({},s),{sx:s.sx+t})}else if(i.right>t.width){const s=i.right-t.width,{position:a}=y[e];y[e].position=Object.assign(Object.assign({},a),{sx:a.sx-s})}},i=e=>{const i=z[e];if(i.top<0){const t=-i.top,{position:s}=y[e];y[e].position=Object.assign(Object.assign({},s),{sy:s.sy+t})}else if(i.bottom>t.height){const s=i.bottom-t.height,{position:a}=y[e];y[e].position=Object.assign(Object.assign({},a),{sy:a.sy-s})}},s=A[0],a=A[A.length-1];0==this.dimension?(e(s),e(a)):(i(s),i(a))}for(const e of T){y[e].paint(t)}}_tick_extent(){return this.model.major_tick_out}_tick_label_extents(){const t=this.tick_coords.major,e=this.compute_labels(t[this.dimension]),i=this.model.major_label_orientation,s=this.model.major_label_standoff,a=this.visuals.major_label_text;return[this._oriented_labels_extent(e,i,s,a)]}get extents(){const t=this._tick_label_extents();return{tick:this._tick_extent(),tick_labels:t,tick_label:(0,d.sum)(t),axis_label:this._axis_label_extent()}}_oriented_labels_extent(t,e,i,s){if(0==t.length||!s.doit)return 0;const a=this.panel.get_label_angle_heuristic(e);t.visuals=s.values(),t.angle=a,t.base_font_size=this.plot_view.base_font_size;const o=t.max_size(),l=0==this.dimension?o.height:o.width;return l>0?i+l+3:0}get normals(){return this.panel.normals}get dimension(){return this.panel.dimension}compute_labels(t){const e=this.model.formatter.format_graphics(t,this),{_major_label_views:i}=this,s=new Set;for(let a=0;az(l-n)?(t=r(_(a,o),l),s=_(r(a,o),n)):(t=_(a,o),s=r(a,o)),[t,s]}}get rule_coords(){const t=this.dimension,e=(t+1)%2,[i]=this.ranges,[s,a]=this.computed_bounds,o=[new Array(2),new Array(2)];return o[t][0]=Math.max(s,i.min),o[t][1]=Math.min(a,i.max),o[t][0]>o[t][1]&&(o[t][0]=o[t][1]=NaN),o[e][0]=this.loc,o[e][1]=this.loc,o}get tick_coords(){const t=this.dimension,e=(t+1)%2,[i]=this.ranges,[s,a]=this.computed_bounds,o=this.model.ticker.get_ticks(s,a,i,this.loc),l=o.major,n=o.minor,_=[[],[]],r=[[],[]],[h,c]=[i.min,i.max];for(let i=0;ic||(_[t].push(l[i]),_[e].push(this.loc));for(let i=0;ic||(r[t].push(n[i]),r[e].push(this.loc));return{major:_,minor:r}}get loc(){const{fixed_location:t}=this.model;if(null!=t){if((0,f.isNumber)(t))return t;const[,e]=this.ranges;if(e instanceof p.FactorRange)return e.synthetic(t);(0,j.unreachable)()}const[,e]=this.ranges;switch(this.panel.side){case\"left\":case\"below\":return e.start;case\"right\":case\"above\":return e.end}}serializable_state(){return Object.assign(Object.assign({},super.serializable_state()),{bbox:this.layout.bbox.box})}remove(){var t;null===(t=this._axis_label_view)||void 0===t||t.remove();for(const t of this._major_label_views.values())t.remove();super.remove()}has_finished(){if(!super.has_finished())return!1;if(null!=this._axis_label_view&&!this._axis_label_view.has_finished())return!1;for(const t of this._major_label_views.values())if(!t.has_finished())return!1;return!0}}i.AxisView=M,M.__name__=\"AxisView\";class O extends n.GuideRenderer{constructor(t){super(t)}}i.Axis=O,l=O,O.__name__=\"Axis\",l.prototype.default_view=M,l.mixins([[\"axis_\",c.Line],[\"major_tick_\",c.Line],[\"minor_tick_\",c.Line],[\"major_label_\",c.Text],[\"axis_label_\",c.Text]]),l.define((({Any:t,Int:e,Number:i,String:s,Ref:a,Dict:o,Tuple:l,Or:n,Nullable:c,Auto:u})=>({bounds:[n(l(i,i),u),\"auto\"],ticker:[a(_.Ticker)],formatter:[a(r.TickFormatter)],axis_label:[c(n(s,a(v.BaseText))),null],axis_label_standoff:[e,5],major_label_standoff:[e,5],major_label_orientation:[n(b.TickLabelOrientation,i),\"horizontal\"],major_label_overrides:[o(n(s,a(v.BaseText))),{}],major_label_policy:[a(h.LabelingPolicy),()=>new h.AllLabels],major_tick_in:[i,2],major_tick_out:[i,6],minor_tick_in:[i,0],minor_tick_out:[i,4],fixed_location:[c(n(i,t)),null]}))),l.override({axis_line_color:\"black\",major_tick_line_color:\"black\",minor_tick_line_color:\"black\",major_label_text_font_size:\"11px\",major_label_text_align:\"center\",major_label_text_baseline:\"alphabetic\",axis_label_text_font_size:\"13px\",axis_label_text_font_style:\"italic\"})},\n", - " function _(e,r,d,n,i){var s;n();const _=e(41);class u extends _.RendererView{}d.GuideRendererView=u,u.__name__=\"GuideRendererView\";class c extends _.Renderer{constructor(e){super(e)}}d.GuideRenderer=c,s=c,c.__name__=\"GuideRenderer\",s.override({level:\"guide\"})},\n", - " function _(c,e,n,s,o){s();const r=c(53);class t extends r.Model{constructor(c){super(c)}}n.Ticker=t,t.__name__=\"Ticker\"},\n", - " function _(t,o,r,e,c){e();const n=t(53),a=t(120);class m extends n.Model{constructor(t){super(t)}format_graphics(t,o){return this.doFormat(t,o).map((t=>new a.TextBox({text:t})))}compute(t,o){return this.doFormat([t],null!=o?o:{loc:0})[0]}v_compute(t,o){return this.doFormat(t,null!=o?o:{loc:0})}}r.TickFormatter=m,m.__name__=\"TickFormatter\"},\n", - " function _(e,n,s,t,i){var c,r;t();const l=e(53),o=e(13),a=e(34),u=e(8),d=e(24);class _ extends l.Model{constructor(e){super(e)}}s.LabelingPolicy=_,_.__name__=\"LabelingPolicy\";class f extends _{constructor(e){super(e)}filter(e,n,s){return e}}s.AllLabels=f,f.__name__=\"AllLabels\";class m extends _{constructor(e){super(e)}filter(e,n,s){const{min_distance:t}=this;let i=null;for(const n of e)null!=i&&s(i,n)({min_distance:[e,5]})));class b extends _{constructor(e){super(e)}get names(){return(0,o.keys)(this.args)}get values(){return(0,o.values)(this.args)}get func(){const e=(0,a.use_strict)(this.code);return new d.GeneratorFunction(\"indices\",\"bboxes\",\"distance\",...this.names,e)}filter(e,n,s){const t=Object.create(null),i=this.func.call(t,e,n,s,...this.values);let c=i.next();if(c.done&&void 0!==c.value){const{value:n}=c;return n instanceof d.Indices?n:void 0===n?e:(0,u.isIterable)(n)?d.Indices.from_indices(e.size,n):d.Indices.all_unset(e.size)}{const n=[];do{n.push(c.value),c=i.next()}while(!c.done);return d.Indices.from_indices(e.size,n)}}}s.CustomLabelingPolicy=b,r=b,b.__name__=\"CustomLabelingPolicy\",r.define((({Unknown:e,String:n,Dict:s})=>({args:[s(e),{}],code:[n,\"\"]})))},\n", - " function _(e,s,t,n,a){var _;n();const x=e(53),c=e(42);class i extends c.View{}t.BaseTextView=i,i.__name__=\"BaseTextView\";class o extends x.Model{constructor(e){super(e)}}t.BaseText=o,_=o,o.__name__=\"BaseText\",_.define((({String:e})=>({text:[e]})))},\n", - " function _(n,e,t,i,r){i();const s=n(135),l=n(139),d=[{start:\"$$\",end:\"$$\",inline:!1},{start:\"\\\\[\",end:\"\\\\]\",inline:!1},{start:\"\\\\(\",end:\"\\\\)\",inline:!0}];t.parse_delimited_string=function(n){for(const e of d){const t=n.indexOf(e.start),i=t+e.start.length;if(0==t){const t=n.indexOf(e.end,i),r=t;if(t==n.length-e.end.length)return new s.TeX({text:n.slice(i,r),inline:e.inline});break}}return new l.PlainText({text:n})}},\n", - " function _(t,e,s,i,n){var o,r,a;i();const h=t(8),_=t(136),l=t(22),c=t(120),d=t(121),u=t(122),g=t(65),p=t(133),x=t(137);class m extends p.BaseTextView{constructor(){super(...arguments),this._position={sx:0,sy:0},this.align=\"left\",this._x_anchor=\"left\",this._y_anchor=\"center\",this._base_font_size=13,this.font_size_scale=1,this.svg_image=null}graphics(){return this}infer_text_height(){return\"ascent_descent\"}set base_font_size(t){null!=t&&(this._base_font_size=t)}get base_font_size(){return this._base_font_size}get has_image_loaded(){return null!=this.svg_image}_rect(){const{width:t,height:e}=this._size(),{x:s,y:i}=this._computed_position();return new g.BBox({x:s,y:i,width:t,height:e}).rect}set position(t){this._position=t}get position(){return this._position}get text(){return this.model.text}get provider(){return x.default_provider}async lazy_initialize(){await super.lazy_initialize(),\"not_started\"==this.provider.status&&await this.provider.fetch(),\"not_started\"!=this.provider.status&&\"loading\"!=this.provider.status||this.provider.ready.connect((()=>this.load_image())),\"loaded\"==this.provider.status&&await this.load_image()}connect_signals(){super.connect_signals(),this.on_change(this.model.properties.text,(()=>this.load_image()))}set visuals(t){const e=t.color,s=t.alpha,i=t.font_style;let n=t.font_size;const o=t.font,{font_size_scale:r,_base_font_size:a}=this,h=(0,d.parse_css_font_size)(n);if(null!=h){let{value:t,unit:e}=h;t*=r,\"em\"==e&&a&&(t*=a,e=\"px\"),n=`${t}${e}`}const _=`${i} ${n} ${o}`;this.font=_,this.color=(0,l.color2css)(e,s)}_computed_position(){const{width:t,height:e}=this._size(),{sx:s,sy:i,x_anchor:n=this._x_anchor,y_anchor:o=this._y_anchor}=this.position;return{x:s-(()=>{if((0,h.isNumber)(n))return n*t;switch(n){case\"left\":return 0;case\"center\":return.5*t;case\"right\":return t}})(),y:i-(()=>{if((0,h.isNumber)(o))return o*e;switch(o){case\"top\":return 0;case\"center\":return.5*e;case\"bottom\":return e;case\"baseline\":return.5*e}})()}}size(){const{width:t,height:e}=this._size(),{angle:s}=this;if(s){const i=Math.cos(Math.abs(s)),n=Math.sin(Math.abs(s));return{width:Math.abs(t*i+e*n),height:Math.abs(t*n+e*i)}}return{width:t,height:e}}get_text_dimensions(){return{width:(0,c.text_width)(this.model.text,this.font),height:(0,d.font_metrics)(this.font).height}}get_image_dimensions(){var t,e,s,i;const n=parseFloat(null!==(e=null===(t=this.svg_element.getAttribute(\"height\"))||void 0===t?void 0:t.replace(/([A-z])/g,\"\"))&&void 0!==e?e:\"0\"),o=parseFloat(null!==(i=null===(s=this.svg_element.getAttribute(\"width\"))||void 0===s?void 0:s.replace(/([A-z])/g,\"\"))&&void 0!==i?i:\"0\");return{width:(0,d.font_metrics)(this.font).x_height*o,height:(0,d.font_metrics)(this.font).x_height*n}}_size(){return this.has_image_loaded?this.get_image_dimensions():this.get_text_dimensions()}bbox(){const{p0:t,p1:e,p2:s,p3:i}=this.rect(),n=Math.min(t.x,e.x,s.x,i.x),o=Math.min(t.y,e.y,s.y,i.y),r=Math.max(t.x,e.x,s.x,i.x),a=Math.max(t.y,e.y,s.y,i.y);return new g.BBox({left:n,right:r,top:o,bottom:a})}rect(){const t=this._rect(),{angle:e}=this;if(e){const{sx:s,sy:i}=this.position,n=new u.AffineTransform;return n.translate(s,i),n.rotate(e),n.translate(-s,-i),n.apply_rect(t)}return t}paint_rect(t){const{p0:e,p1:s,p2:i,p3:n}=this.rect();t.save(),t.strokeStyle=\"red\",t.lineWidth=1,t.beginPath();const{round:o}=Math;t.moveTo(o(e.x),o(e.y)),t.lineTo(o(s.x),o(s.y)),t.lineTo(o(i.x),o(i.y)),t.lineTo(o(n.x),o(n.y)),t.closePath(),t.stroke(),t.restore()}paint_bbox(t){const{x:e,y:s,width:i,height:n}=this.bbox();t.save(),t.strokeStyle=\"blue\",t.lineWidth=1,t.beginPath();const{round:o}=Math;t.moveTo(o(e),o(s)),t.lineTo(o(e),o(s+n)),t.lineTo(o(e+i),o(s+n)),t.lineTo(o(e+i),o(s)),t.closePath(),t.stroke(),t.restore()}async load_image(){if(null==this.provider.MathJax)return null;const t=this._process_text(this.model.text);if(null==t)return this._has_finished=!0,null;const e=t.children[0];this.svg_element=e,e.setAttribute(\"font\",this.font),e.setAttribute(\"stroke\",this.color);const s=e.outerHTML,i=new Blob([s],{type:\"image/svg+xml\"}),n=URL.createObjectURL(i);try{this.svg_image=await(0,_.load_image)(n)}finally{URL.revokeObjectURL(n)}return this.parent.request_layout(),this.svg_image}paint(t){t.save();const{sx:e,sy:s}=this.position;this.angle&&(t.translate(e,s),t.rotate(this.angle),t.translate(-e,-s));const{x:i,y:n}=this._computed_position();if(null!=this.svg_image){const{width:e,height:s}=this.get_image_dimensions();t.drawImage(this.svg_image,i,n,e,s)}else t.fillStyle=this.color,t.font=this.font,t.textAlign=\"left\",t.textBaseline=\"alphabetic\",t.fillText(this.model.text,i,n+(0,d.font_metrics)(this.font).ascent);t.restore(),this._has_finished||\"failed\"!=this.provider.status&&!this.has_image_loaded||(this._has_finished=!0,this.parent.notify_finished_after_paint())}}s.MathTextView=m,m.__name__=\"MathTextView\";class f extends p.BaseText{constructor(t){super(t)}}s.MathText=f,f.__name__=\"MathText\";class v extends m{_process_text(t){}}s.AsciiView=v,v.__name__=\"AsciiView\";class y extends f{constructor(t){super(t)}}s.Ascii=y,o=y,y.__name__=\"Ascii\",o.prototype.default_view=v;class w extends m{_process_text(t){var e;return null===(e=this.provider.MathJax)||void 0===e?void 0:e.mathml2svg(t.trim())}}s.MathMLView=w,w.__name__=\"MathMLView\";class b extends f{constructor(t){super(t)}}s.MathML=b,r=b,b.__name__=\"MathML\",r.prototype.default_view=w;class M extends m{_process_text(t){var e;return null===(e=this.provider.MathJax)||void 0===e?void 0:e.tex2svg(t,void 0,this.model.macros)}}s.TeXView=M,M.__name__=\"TeXView\";class T extends f{constructor(t){super(t)}}s.TeX=T,a=T,T.__name__=\"TeX\",a.prototype.default_view=M,a.define((({Boolean:t,Number:e,String:s,Dict:i,Tuple:n,Or:o})=>({macros:[i(o(s,n(s,e))),{}],inline:[t,!1]})))},\n", - " function _(i,e,t,s,o){s();const a=i(19);t.load_image=async function(i,e){return new n(i,e).promise};class n{constructor(i,e={}){this._image=new Image,this._finished=!1;const{attempts:t=1,timeout:s=1}=e;this.promise=new Promise(((o,n)=>{this._image.crossOrigin=\"anonymous\";let r=0;this._image.onerror=()=>{if(++r==t){const s=`unable to load ${i} image after ${t} attempts`;if(a.logger.warn(s),null==this._image.crossOrigin)return void(null!=e.failed&&e.failed());a.logger.warn(`attempting to load ${i} without a cross origin policy`),this._image.crossOrigin=null,r=0}setTimeout((()=>this._image.src=i),s)},this._image.onload=()=>{this._finished=!0,null!=e.loaded&&e.loaded(this._image),o(this._image)},this._image.src=i}))}get finished(){return this._finished}get image(){if(this._finished)return this._image;throw new Error(\"not loaded yet\")}}t.ImageLoader=n,n.__name__=\"ImageLoader\"},\n", - " function _(t,e,a,s,n){var r=this&&this.__createBinding||(Object.create?function(t,e,a,s){void 0===s&&(s=a),Object.defineProperty(t,s,{enumerable:!0,get:function(){return e[a]}})}:function(t,e,a,s){void 0===s&&(s=a),t[s]=e[a]}),i=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,\"default\",{enumerable:!0,value:e})}:function(t,e){t.default=e}),d=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)\"default\"!==a&&Object.prototype.hasOwnProperty.call(t,a)&&r(e,t,a);return i(e,t),e};s();const o=t(15),u=t(138);class c{constructor(){this.ready=new o.Signal0(this,\"ready\"),this.status=\"not_started\"}}a.MathJaxProvider=c,c.__name__=\"MathJaxProvider\";class h extends c{get MathJax(){return null}async fetch(){this.status=\"failed\"}}a.NoProvider=h,h.__name__=\"NoProvider\";class l extends c{get MathJax(){return\"undefined\"!=typeof MathJax?MathJax:null}async fetch(){const t=document.createElement(\"script\");t.src=\"https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js\",t.onload=()=>{this.status=\"loaded\",this.ready.emit()},t.onerror=()=>{this.status=\"failed\"},this.status=\"loading\",document.head.appendChild(t)}}a.CDNProvider=l,l.__name__=\"CDNProvider\";class _ extends c{get MathJax(){return this._mathjax}async fetch(){this.status=\"loading\";try{const e=await(0,u.load_module)(Promise.resolve().then((()=>d(t(519)))));this._mathjax=e,this.status=\"loaded\",this.ready.emit()}catch(t){this.status=\"failed\"}}}a.BundleProvider=_,_.__name__=\"BundleProvider\",a.default_provider=new _},\n", - " function _(n,r,o,t,c){t(),o.load_module=async function(n){try{return await n}catch(n){if((r=n)instanceof Error&&\"code\"in r&&\"MODULE_NOT_FOUND\"===n.code)return null;throw n}var r}},\n", - " function _(e,t,i,n,s){var a;n();const x=e(133),_=e(120);class l extends x.BaseTextView{initialize(){super.initialize(),this._has_finished=!0}graphics(){return new _.TextBox({text:this.model.text})}}i.PlainTextView=l,l.__name__=\"PlainTextView\";class r extends x.BaseText{constructor(e){super(e)}}i.PlainText=r,a=r,r.__name__=\"PlainText\",a.prototype.default_view=l},\n", - " function _(t,s,o,e,i){e();const r=t(1);var a;const l=t(128),_=t(141),n=t(142),p=(0,r.__importStar)(t(48)),c=t(20),h=t(120),m=t(8);class u extends l.AxisView{_paint(t,s,o){this._draw_group_separators(t,s,o)}_draw_group_separators(t,s,o){const[e]=this.ranges,[i,r]=this.computed_bounds;if(!e.tops||e.tops.length<2||!this.visuals.separator_line.doit)return;const a=this.dimension,l=(a+1)%2,_=[[],[]];let n=0;for(let t=0;ti&&pnew h.GraphicsBoxes(t.map((t=>(0,m.isString)(t)?new h.TextBox({text:t}):t))),_=t=>l(this.model.formatter.doFormat(t,this));if(1==t.levels){const t=_(i.major);a.push([t,r.major,this.model.major_label_orientation,this.visuals.major_label_text])}else if(2==t.levels){const t=_(i.major.map((t=>t[1])));a.push([t,r.major,this.model.major_label_orientation,this.visuals.major_label_text]),a.push([l(i.tops),r.tops,this.model.group_label_orientation,this.visuals.group_text])}else if(3==t.levels){const t=_(i.major.map((t=>t[2]))),s=i.mids.map((t=>t[1]));a.push([t,r.major,this.model.major_label_orientation,this.visuals.major_label_text]),a.push([l(s),r.mids,this.model.subgroup_label_orientation,this.visuals.subgroup_text]),a.push([l(i.tops),r.tops,this.model.group_label_orientation,this.visuals.group_text])}return a}get tick_coords(){const t=this.dimension,s=(t+1)%2,[o]=this.ranges,[e,i]=this.computed_bounds,r=this.model.ticker.get_ticks(e,i,o,this.loc),a={major:[[],[]],mids:[[],[]],tops:[[],[]],minor:[[],[]]};return a.major[t]=r.major,a.major[s]=r.major.map((()=>this.loc)),3==o.levels&&(a.mids[t]=r.mids,a.mids[s]=r.mids.map((()=>this.loc))),o.levels>1&&(a.tops[t]=r.tops,a.tops[s]=r.tops.map((()=>this.loc))),a}}o.CategoricalAxisView=u,u.__name__=\"CategoricalAxisView\";class d extends l.Axis{constructor(t){super(t)}}o.CategoricalAxis=d,a=d,d.__name__=\"CategoricalAxis\",a.prototype.default_view=u,a.mixins([[\"separator_\",p.Line],[\"group_\",p.Text],[\"subgroup_\",p.Text]]),a.define((({Number:t,Or:s})=>({group_label_orientation:[s(c.TickLabelOrientation,t),\"parallel\"],subgroup_label_orientation:[s(c.TickLabelOrientation,t),\"parallel\"]}))),a.override({ticker:()=>new _.CategoricalTicker,formatter:()=>new n.CategoricalTickFormatter,separator_line_color:\"lightgrey\",separator_line_width:2,group_text_font_style:\"bold\",group_text_font_size:\"11px\",group_text_color:\"grey\",subgroup_text_font_style:\"bold\",subgroup_text_font_size:\"11px\"})},\n", - " function _(t,c,o,s,e){s();const r=t(130);class i extends r.Ticker{constructor(t){super(t)}get_ticks(t,c,o,s){var e,r;return{major:this._collect(o.factors,o,t,c),minor:[],tops:this._collect(null!==(e=o.tops)&&void 0!==e?e:[],o,t,c),mids:this._collect(null!==(r=o.mids)&&void 0!==r?r:[],o,t,c)}}_collect(t,c,o,s){const e=[];for(const r of t){const t=c.synthetic(r);t>o&&tnew _.DatetimeTicker,formatter:()=>new m.DatetimeTickFormatter})},\n", - " function _(e,i,s,n,r){var t;n();const a=e(143),o=e(146),c=e(147);class _ extends a.ContinuousAxisView{}s.LinearAxisView=_,_.__name__=\"LinearAxisView\";class u extends a.ContinuousAxis{constructor(e){super(e)}}s.LinearAxis=u,t=u,u.__name__=\"LinearAxis\",t.prototype.default_view=_,t.override({ticker:()=>new c.BasicTicker,formatter:()=>new o.BasicTickFormatter})},\n", - " function _(i,t,e,n,o){var r;n();const s=i(131),c=i(34);function _(i){let t=\"\";for(const e of i)t+=\"-\"==e?\"\\u2212\":e;return t}e.unicode_replace=_;class a extends s.TickFormatter{constructor(i){super(i),this.last_precision=3}get scientific_limit_low(){return 10**this.power_limit_low}get scientific_limit_high(){return 10**this.power_limit_high}_need_sci(i){if(!this.use_scientific)return!1;const{scientific_limit_high:t}=this,{scientific_limit_low:e}=this,n=i.length<2?0:Math.abs(i[1]-i[0])/1e4;for(const o of i){const i=Math.abs(o);if(!(i<=n)&&(i>=t||i<=e))return!0}return!1}_format_with_precision(i,t,e){return t?i.map((i=>_(i.toExponential(e)))):i.map((i=>_((0,c.to_fixed)(i,e))))}_auto_precision(i,t){const e=new Array(i.length),n=this.last_precision<=15;i:for(let o=this.last_precision;n?o<=15:o>=1;n?o++:o--){if(t){e[0]=i[0].toExponential(o);for(let t=1;t({precision:[n(t,e),\"auto\"],use_scientific:[i,!0],power_limit_high:[t,5],power_limit_low:[t,-3]})))},\n", - " function _(c,e,s,i,n){i();const r=c(148);class t extends r.AdaptiveTicker{constructor(c){super(c)}}s.BasicTicker=t,t.__name__=\"BasicTicker\"},\n", - " function _(t,i,a,s,e){var n;s();const r=t(149),_=t(9),l=t(10);class h extends r.ContinuousTicker{constructor(t){super(t)}get_min_interval(){return this.min_interval}get_max_interval(){var t;return null!==(t=this.max_interval)&&void 0!==t?t:1/0}initialize(){super.initialize();const t=(0,_.nth)(this.mantissas,-1)/this.base,i=(0,_.nth)(this.mantissas,0)*this.base;this.extended_mantissas=[t,...this.mantissas,i],this.base_factor=0===this.get_min_interval()?1:this.get_min_interval()}get_interval(t,i,a){const s=i-t,e=this.get_ideal_interval(t,i,a),n=Math.floor((0,l.log)(e/this.base_factor,this.base)),r=this.base**n*this.base_factor,h=this.extended_mantissas,m=h.map((t=>Math.abs(a-s/(t*r)))),v=h[(0,_.argmin)(m)]*r;return(0,l.clamp)(v,this.get_min_interval(),this.get_max_interval())}}a.AdaptiveTicker=h,n=h,h.__name__=\"AdaptiveTicker\",n.define((({Number:t,Array:i,Nullable:a})=>({base:[t,10],mantissas:[i(t),[1,2,5]],min_interval:[t,0],max_interval:[a(t),null]})))},\n", - " function _(t,n,i,s,e){var o;s();const r=t(130),c=t(9);class _ extends r.Ticker{constructor(t){super(t)}get_ticks(t,n,i,s){return this.get_ticks_no_defaults(t,n,s,this.desired_num_ticks)}get_ticks_no_defaults(t,n,i,s){const e=this.get_interval(t,n,s),o=Math.floor(t/e),r=Math.ceil(n/e);let _;_=isFinite(o)&&isFinite(r)?(0,c.range)(o,r+1):[];const u=_.map((t=>t*e)).filter((i=>t<=i&&i<=n)),a=this.num_minor_ticks,f=[];if(a>0&&u.length>0){const i=e/a,s=(0,c.range)(0,a).map((t=>t*i));for(const i of s.slice(1)){const s=u[0]-i;t<=s&&s<=n&&f.push(s)}for(const i of u)for(const e of s){const s=i+e;t<=s&&s<=n&&f.push(s)}}return{major:u,minor:f}}get_ideal_interval(t,n,i){return(n-t)/i}}i.ContinuousTicker=_,o=_,_.__name__=\"ContinuousTicker\",o.define((({Int:t})=>({num_minor_ticks:[t,5],desired_num_ticks:[t,6]})))},\n", - " function _(s,t,e,n,i){n();var r;const o=(0,s(1).__importDefault)(s(151)),a=s(131),c=s(19),u=s(152),m=s(9),h=s(8);function d(s){return(0,o.default)(s,\"%Y %m %d %H %M %S\").split(/\\s+/).map((s=>parseInt(s,10)))}function l(s,t){if((0,h.isFunction)(t))return t(s);{const e=(0,u.sprintf)(\"$1%06d\",function(s){return Math.round(s/1e3%1*1e6)}(s));return-1==(t=t.replace(/((^|[^%])(%%)*)%f/,e)).indexOf(\"%\")?t:(0,o.default)(s,t)}}const f=[\"microseconds\",\"milliseconds\",\"seconds\",\"minsec\",\"minutes\",\"hourmin\",\"hours\",\"days\",\"months\",\"years\"];class _ extends a.TickFormatter{constructor(s){super(s),this.strip_leading_zeros=!0}initialize(){super.initialize(),this._update_width_formats()}_update_width_formats(){const s=+(0,o.default)(new Date),t=function(t){const e=t.map((t=>l(s,t).length)),n=(0,m.sort_by)((0,m.zip)(e,t),(([s])=>s));return(0,m.unzip)(n)};this._width_formats={microseconds:t(this.microseconds),milliseconds:t(this.milliseconds),seconds:t(this.seconds),minsec:t(this.minsec),minutes:t(this.minutes),hourmin:t(this.hourmin),hours:t(this.hours),days:t(this.days),months:t(this.months),years:t(this.years)}}_get_resolution_str(s,t){const e=1.1*s;switch(!1){case!(e<.001):return\"microseconds\";case!(e<1):return\"milliseconds\";case!(e<60):return t>=60?\"minsec\":\"seconds\";case!(e<3600):return t>=3600?\"hourmin\":\"minutes\";case!(e<86400):return\"hours\";case!(e<2678400):return\"days\";case!(e<31536e3):return\"months\";default:return\"years\"}}doFormat(s,t){if(0==s.length)return[];const e=Math.abs(s[s.length-1]-s[0])/1e3,n=e/(s.length-1),i=this._get_resolution_str(n,e),[,[r]]=this._width_formats[i],o=[],a=f.indexOf(i),u={};for(const s of f)u[s]=0;u.seconds=5,u.minsec=4,u.minutes=4,u.hourmin=3,u.hours=3;for(const t of s){let s,e;try{e=d(t),s=l(t,r)}catch(s){c.logger.warn(`unable to format tick for timestamp value ${t}`),c.logger.warn(` - ${s}`),o.push(\"ERR\");continue}let n=!1,m=a;for(;0==e[u[f[m]]];){let r;if(m+=1,m==f.length)break;if((\"minsec\"==i||\"hourmin\"==i)&&!n){if(\"minsec\"==i&&0==e[4]&&0!=e[5]||\"hourmin\"==i&&0==e[3]&&0!=e[4]){r=this._width_formats[f[a-1]][1][0],s=l(t,r);break}n=!0}r=this._width_formats[f[m]][1][0],s=l(t,r)}if(this.strip_leading_zeros){let t=s.replace(/^0+/g,\"\");t!=s&&isNaN(parseInt(t))&&(t=`0${t}`),o.push(t)}else o.push(s)}return o}}e.DatetimeTickFormatter=_,r=_,_.__name__=\"DatetimeTickFormatter\",r.define((({String:s,Array:t})=>({microseconds:[t(s),[\"%fus\"]],milliseconds:[t(s),[\"%3Nms\",\"%S.%3Ns\"]],seconds:[t(s),[\"%Ss\"]],minsec:[t(s),[\":%M:%S\"]],minutes:[t(s),[\":%M\",\"%Mm\"]],hourmin:[t(s),[\"%H:%M\"]],hours:[t(s),[\"%Hh\",\"%H:%M\"]],days:[t(s),[\"%m/%d\",\"%a%d\"]],months:[t(s),[\"%m/%Y\",\"%b %Y\"]],years:[t(s),[\"%Y\"]]})))},\n", - " function _(e,t,n,r,o){!function(e){\"object\"==typeof t&&t.exports?t.exports=e():\"function\"==typeof define?define(e):this.tz=e()}((function(){function e(e,t,n){var r,o=t.day[1];do{r=new Date(Date.UTC(n,t.month,Math.abs(o++)))}while(t.day[0]<7&&r.getUTCDay()!=t.day[0]);return(r={clock:t.clock,sort:r.getTime(),rule:t,save:6e4*t.save,offset:e.offset})[r.clock]=r.sort+6e4*t.time,r.posix?r.wallclock=r[r.clock]+(e.offset+t.saved):r.posix=r[r.clock]-(e.offset+t.saved),r}function t(t,n,r){var o,a,u,i,l,s,c,f=t[t.zone],h=[],T=new Date(r).getUTCFullYear(),g=1;for(o=1,a=f.length;o=T-g;--c)for(o=0,a=s.length;o=h[o][n]&&h[o][h[o].clock]>u[h[o].clock]&&(i=h[o])}return i&&((l=/^(.*)\\/(.*)$/.exec(u.format))?i.abbrev=l[i.save?2:1]:i.abbrev=u.format.replace(/%s/,i.rule.letter)),i||u}function n(e,n){return\"UTC\"==e.zone?n:(e.entry=t(e,\"posix\",n),n+e.entry.offset+e.entry.save)}function r(e,n){return\"UTC\"==e.zone?n:(e.entry=r=t(e,\"wallclock\",n),0<(o=n-r.wallclock)&&o9)t+=s*l[c-10];else{if(a=new Date(n(e,t)),c<7)for(;s;)a.setUTCDate(a.getUTCDate()+i),a.getUTCDay()==c&&(s-=i);else 7==c?a.setUTCFullYear(a.getUTCFullYear()+s):8==c?a.setUTCMonth(a.getUTCMonth()+s):a.setUTCDate(a.getUTCDate()+s);null==(t=r(e,a.getTime()))&&(t=r(e,a.getTime()+864e5*i)-864e5*i)}return t}var a={clock:function(){return+new Date},zone:\"UTC\",entry:{abbrev:\"UTC\",offset:0,save:0},UTC:1,z:function(e,t,n,r){var o,a,u=this.entry.offset+this.entry.save,i=Math.abs(u/1e3),l=[],s=3600;for(o=0;o<3;o++)l.push((\"0\"+Math.floor(i/s)).slice(-2)),i%=s,s/=60;return\"^\"!=n||u?(\"^\"==n&&(r=3),3==r?(a=(a=l.join(\":\")).replace(/:00$/,\"\"),\"^\"!=n&&(a=a.replace(/:00$/,\"\"))):r?(a=l.slice(0,r+1).join(\":\"),\"^\"==n&&(a=a.replace(/:00$/,\"\"))):a=l.slice(0,2).join(\"\"),a=(a=(u<0?\"-\":\"+\")+a).replace(/([-+])(0)/,{_:\" $1\",\"-\":\"$1\"}[n]||\"$1$2\")):\"Z\"},\"%\":function(e){return\"%\"},n:function(e){return\"\\n\"},t:function(e){return\"\\t\"},U:function(e){return s(e,0)},W:function(e){return s(e,1)},V:function(e){return c(e)[0]},G:function(e){return c(e)[1]},g:function(e){return c(e)[1]%100},j:function(e){return Math.floor((e.getTime()-Date.UTC(e.getUTCFullYear(),0))/864e5)+1},s:function(e){return Math.floor(e.getTime()/1e3)},C:function(e){return Math.floor(e.getUTCFullYear()/100)},N:function(e){return e.getTime()%1e3*1e6},m:function(e){return e.getUTCMonth()+1},Y:function(e){return e.getUTCFullYear()},y:function(e){return e.getUTCFullYear()%100},H:function(e){return e.getUTCHours()},M:function(e){return e.getUTCMinutes()},S:function(e){return e.getUTCSeconds()},e:function(e){return e.getUTCDate()},d:function(e){return e.getUTCDate()},u:function(e){return e.getUTCDay()||7},w:function(e){return e.getUTCDay()},l:function(e){return e.getUTCHours()%12||12},I:function(e){return e.getUTCHours()%12||12},k:function(e){return e.getUTCHours()},Z:function(e){return this.entry.abbrev},a:function(e){return this[this.locale].day.abbrev[e.getUTCDay()]},A:function(e){return this[this.locale].day.full[e.getUTCDay()]},h:function(e){return this[this.locale].month.abbrev[e.getUTCMonth()]},b:function(e){return this[this.locale].month.abbrev[e.getUTCMonth()]},B:function(e){return this[this.locale].month.full[e.getUTCMonth()]},P:function(e){return this[this.locale].meridiem[Math.floor(e.getUTCHours()/12)].toLowerCase()},p:function(e){return this[this.locale].meridiem[Math.floor(e.getUTCHours()/12)]},R:function(e,t){return this.convert([t,\"%H:%M\"])},T:function(e,t){return this.convert([t,\"%H:%M:%S\"])},D:function(e,t){return this.convert([t,\"%m/%d/%y\"])},F:function(e,t){return this.convert([t,\"%Y-%m-%d\"])},x:function(e,t){return this.convert([t,this[this.locale].date])},r:function(e,t){return this.convert([t,this[this.locale].time12||\"%I:%M:%S\"])},X:function(e,t){return this.convert([t,this[this.locale].time24])},c:function(e,t){return this.convert([t,this[this.locale].dateTime])},convert:function(e){if(!e.length)return\"1.0.23\";var t,a,u,l,s,c=Object.create(this),f=[];for(t=0;t=o?Math.floor((n-o)/7)+1:0}function c(e){var t,n,r;return n=e.getUTCFullYear(),t=new Date(Date.UTC(n,0)).getUTCDay(),(r=s(e,1)+(t>1&&t<=4?1:0))?53!=r||4==t||3==t&&29==new Date(n,1,29).getDate()?[r,e.getUTCFullYear()]:[1,e.getUTCFullYear()+1]:(n=e.getUTCFullYear()-1,[r=4==(t=new Date(Date.UTC(n,0)).getUTCDay())||3==t&&29==new Date(n,1,29).getDate()?53:52,e.getUTCFullYear()-1])}return u=u.toLowerCase().split(\"|\"),\"delmHMSUWVgCIky\".replace(/./g,(function(e){a[e].pad=2})),a.N.pad=9,a.j.pad=3,a.k.style=\"_\",a.l.style=\"_\",a.e.style=\"_\",function(){return a.convert(arguments)}}))},\n", - " function _(r,t,n,e,i){e();const u=r(1),a=(0,u.__importStar)(r(153)),f=r(154),o=(0,u.__importDefault)(r(151)),l=r(21),s=r(8);function c(r,...t){return(0,f.sprintf)(r,...t)}function m(r,t,n){if((0,s.isNumber)(r)){return c((()=>{switch(!1){case Math.floor(r)!=r:return\"%d\";case!(Math.abs(r)>.1&&Math.abs(r)<1e3):return\"%0.3f\";default:return\"%0.3e\"}})(),r)}return`${r}`}function _(r,t,e){if(null==t)return m;if(null!=e&&r in e){const t=e[r];if((0,s.isString)(t)){if(t in n.DEFAULT_FORMATTERS)return n.DEFAULT_FORMATTERS[t];throw new Error(`Unknown tooltip field formatter type '${t}'`)}return function(r,n,e){return t.format(r,n,e)}}return n.DEFAULT_FORMATTERS.numeral}function p(r,t,n){const e=t.get_column(r);if(null==e)return null;if((0,s.isNumber)(n))return e[n];const i=e[n.index];if((0,s.isTypedArray)(i)||(0,s.isArray)(i)){if((0,s.isArray)(i[0])){return i[n.dim2][n.dim1]}return i[n.flat_index]}return i}function d(r,t,n,e){if(\"$\"==r[0]){return function(r,t){if(r in t)return t[r];throw new Error(`Unknown special variable '$${r}'`)}(r.substring(1),e)}return p(r.substring(1).replace(/[{}]/g,\"\"),t,n)}n.FormatterType=(0,l.Enum)(\"numeral\",\"printf\",\"datetime\"),n.DEFAULT_FORMATTERS={numeral:(r,t,n)=>a.format(r,t),datetime:(r,t,n)=>(0,o.default)(r,t),printf:(r,t,n)=>c(t,r)},n.sprintf=c,n.basic_formatter=m,n.get_formatter=_,n._get_column_value=p,n.get_value=d,n.replace_placeholders=function(r,t,n,e,i={},u){let a,f;if((0,s.isString)(r)?(a=r,f=!1):(a=r.html,f=!0),a=a.replace(/@\\$name/g,(r=>`@{${i.name}}`)),a=a.replace(/((?:\\$\\w+)|(?:@\\w+)|(?:@{(?:[^{}]+)}))(?:{([^{}]+)})?/g,((r,a,o)=>{const l=d(a,t,n,i);if(null==l)return u?u(\"???\"):\"???\";if(\"safe\"==o)return f=!0,`${l}`;const s=`${_(a,o,e)(l,o,i)}`;return u?u(s):s})),f){return[...(new DOMParser).parseFromString(a,\"text/html\").body.childNodes]}return a}},\n", - " function _(e,n,t,r,i){\n", - " /*!\n", - " * numbro.js\n", - " * version : 1.6.2\n", - " * author : Företagsplatsen AB\n", - " * license : MIT\n", - " * http://www.foretagsplatsen.se\n", - " */\n", - " var a,o={},l=o,u=\"en-US\",c=null,s=\"0,0\";void 0!==n&&n.exports;function f(e){this._value=e}function d(e){var n,t=\"\";for(n=0;n-1?function(e,n){var t,r,i,a;return t=(a=e.toString()).split(\"e\")[0],i=a.split(\"e\")[1],a=t.split(\".\")[0]+(r=t.split(\".\")[1]||\"\")+d(i-r.length),n>0&&(a+=\".\"+d(n)),a}(e,n):(t(e*o)/o).toFixed(n),r&&(i=new RegExp(\"0{1,\"+r+\"}$\"),a=a.replace(i,\"\")),a}function p(e,n,t){var r;return r=n.indexOf(\"$\")>-1?function(e,n,t){var r,i,a=n,l=a.indexOf(\"$\"),c=a.indexOf(\"(\"),s=a.indexOf(\"+\"),f=a.indexOf(\"-\"),d=\"\",h=\"\";-1===a.indexOf(\"$\")?\"infix\"===o[u].currency.position?(h=o[u].currency.symbol,o[u].currency.spaceSeparated&&(h=\" \"+h+\" \")):o[u].currency.spaceSeparated&&(d=\" \"):a.indexOf(\" $\")>-1?(d=\" \",a=a.replace(\" $\",\"\")):a.indexOf(\"$ \")>-1?(d=\" \",a=a.replace(\"$ \",\"\")):a=a.replace(\"$\",\"\");if(i=m(e,a,t,h),-1===n.indexOf(\"$\"))switch(o[u].currency.position){case\"postfix\":i.indexOf(\")\")>-1?((i=i.split(\"\")).splice(-1,0,d+o[u].currency.symbol),i=i.join(\"\")):i=i+d+o[u].currency.symbol;break;case\"infix\":break;case\"prefix\":i.indexOf(\"(\")>-1||i.indexOf(\"-\")>-1?(i=i.split(\"\"),r=Math.max(c,f)+1,i.splice(r,0,o[u].currency.symbol+d),i=i.join(\"\")):i=o[u].currency.symbol+d+i;break;default:throw Error('Currency position should be among [\"prefix\", \"infix\", \"postfix\"]')}else l<=1?i.indexOf(\"(\")>-1||i.indexOf(\"+\")>-1||i.indexOf(\"-\")>-1?(r=1,(l-1?((i=i.split(\"\")).splice(-1,0,d+o[u].currency.symbol),i=i.join(\"\")):i=i+d+o[u].currency.symbol;return i}(e,n,t):n.indexOf(\"%\")>-1?function(e,n,t){var r,i=\"\";e*=100,n.indexOf(\" %\")>-1?(i=\" \",n=n.replace(\" %\",\"\")):n=n.replace(\"%\",\"\");(r=m(e,n,t)).indexOf(\")\")>-1?((r=r.split(\"\")).splice(-1,0,i+\"%\"),r=r.join(\"\")):r=r+i+\"%\";return r}(e,n,t):n.indexOf(\":\")>-1?function(e){var n=Math.floor(e/60/60),t=Math.floor((e-60*n*60)/60),r=Math.round(e-60*n*60-60*t);return n+\":\"+(t<10?\"0\"+t:t)+\":\"+(r<10?\"0\"+r:r)}(e):m(e,n,t),r}function m(e,n,t,r){var i,a,l,s,f,d,p,m,x,g,O,b,w,y,M,v,$,B=!1,E=!1,F=!1,k=\"\",U=!1,N=!1,S=!1,j=!1,D=!1,C=\"\",L=\"\",T=Math.abs(e),K=[\"B\",\"KiB\",\"MiB\",\"GiB\",\"TiB\",\"PiB\",\"EiB\",\"ZiB\",\"YiB\"],G=[\"B\",\"KB\",\"MB\",\"GB\",\"TB\",\"PB\",\"EB\",\"ZB\",\"YB\"],I=\"\",P=!1,R=!1;if(0===e&&null!==c)return c;if(!isFinite(e))return\"\"+e;if(0===n.indexOf(\"{\")){var W=n.indexOf(\"}\");if(-1===W)throw Error('Format should also contain a \"}\"');b=n.slice(1,W),n=n.slice(W+1)}else b=\"\";if(n.indexOf(\"}\")===n.length-1){var Y=n.indexOf(\"{\");if(-1===Y)throw Error('Format should also contain a \"{\"');w=n.slice(Y+1,-1),n=n.slice(0,Y+1)}else w=\"\";if(v=null===($=-1===n.indexOf(\".\")?n.match(/([0-9]+).*/):n.match(/([0-9]+)\\..*/))?-1:$[1].length,-1!==n.indexOf(\"-\")&&(P=!0),n.indexOf(\"(\")>-1?(B=!0,n=n.slice(1,-1)):n.indexOf(\"+\")>-1&&(E=!0,n=n.replace(/\\+/g,\"\")),n.indexOf(\"a\")>-1){if(g=n.split(\".\")[0].match(/[0-9]+/g)||[\"0\"],g=parseInt(g[0],10),U=n.indexOf(\"aK\")>=0,N=n.indexOf(\"aM\")>=0,S=n.indexOf(\"aB\")>=0,j=n.indexOf(\"aT\")>=0,D=U||N||S||j,n.indexOf(\" a\")>-1?(k=\" \",n=n.replace(\" a\",\"\")):n=n.replace(\"a\",\"\"),p=0===(p=(f=Math.floor(Math.log(T)/Math.LN10)+1)%3)?3:p,g&&0!==T&&(d=Math.floor(Math.log(T)/Math.LN10)+1-g,m=3*~~((Math.min(g,f)-p)/3),T/=Math.pow(10,m),-1===n.indexOf(\".\")&&g>3))for(n+=\"[.]\",M=(M=0===d?0:3*~~(d/3)-d)<0?M+3:M,i=0;i=Math.pow(10,12)&&!D||j?(k+=o[u].abbreviations.trillion,e/=Math.pow(10,12)):T=Math.pow(10,9)&&!D||S?(k+=o[u].abbreviations.billion,e/=Math.pow(10,9)):T=Math.pow(10,6)&&!D||N?(k+=o[u].abbreviations.million,e/=Math.pow(10,6)):(T=Math.pow(10,3)&&!D||U)&&(k+=o[u].abbreviations.thousand,e/=Math.pow(10,3)))}if(n.indexOf(\"b\")>-1)for(n.indexOf(\" b\")>-1?(C=\" \",n=n.replace(\" b\",\"\")):n=n.replace(\"b\",\"\"),s=0;s<=K.length;s++)if(a=Math.pow(1024,s),l=Math.pow(1024,s+1),e>=a&&e0&&(e/=a);break}if(n.indexOf(\"d\")>-1)for(n.indexOf(\" d\")>-1?(C=\" \",n=n.replace(\" d\",\"\")):n=n.replace(\"d\",\"\"),s=0;s<=G.length;s++)if(a=Math.pow(1e3,s),l=Math.pow(1e3,s+1),e>=a&&e0&&(e/=a);break}if(n.indexOf(\"o\")>-1&&(n.indexOf(\" o\")>-1?(L=\" \",n=n.replace(\" o\",\"\")):n=n.replace(\"o\",\"\"),o[u].ordinal&&(L+=o[u].ordinal(e))),n.indexOf(\"[.]\")>-1&&(F=!0,n=n.replace(\"[.]\",\".\")),x=e.toString().split(\".\")[0],O=n.split(\".\")[1],y=n.indexOf(\",\"),O){if(x=(I=-1!==O.indexOf(\"*\")?h(e,e.toString().split(\".\")[1].length,t):O.indexOf(\"[\")>-1?h(e,(O=(O=O.replace(\"]\",\"\")).split(\"[\"))[0].length+O[1].length,t,O[1].length):h(e,O.length,t)).split(\".\")[0],I.split(\".\")[1].length)I=(r?k+r:o[u].delimiters.decimal)+I.split(\".\")[1];else I=\"\";F&&0===Number(I.slice(1))&&(I=\"\")}else x=h(e,null,t);return x.indexOf(\"-\")>-1&&(x=x.slice(1),R=!0),x.length-1&&(x=x.toString().replace(/(\\d)(?=(\\d{3})+(?!\\d))/g,\"$1\"+o[u].delimiters.thousands)),0===n.indexOf(\".\")&&(x=\"\"),b+(n.indexOf(\"(\")2)&&(o.length<2?!!o[0].match(/^\\d+.*\\d$/)&&!o[0].match(u):1===o[0].length?!!o[0].match(/^\\d+$/)&&!o[0].match(u)&&!!o[1].match(/^\\d+$/):!!o[0].match(/^\\d+.*\\d$/)&&!o[0].match(u)&&!!o[1].match(/^\\d+$/)))))},n.exports={format:function(e,n,t,r){return null!=t&&t!==a.culture()&&a.setCulture(t),p(Number(e),null!=n?n:s,null==r?Math.round:r)}}},\n", - " function _(e,n,t,r,i){!function(){\"use strict\";var e={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\\x25]+/,modulo:/^\\x25{2}/,placeholder:/^\\x25(?:([1-9]\\d*)\\$|\\(([^)]+)\\))?(\\+)?(0|'[^$])?(-)?(\\d+)?(?:\\.(\\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\\d]*)/i,key_access:/^\\.([a-z_][a-z_\\d]*)/i,index_access:/^\\[(\\d+)\\]/,sign:/^[+-]/};function n(e){return i(a(e),arguments)}function r(e,t){return n.apply(null,[e].concat(t||[]))}function i(t,r){var i,s,a,o,p,c,l,u,f,d=1,g=t.length,y=\"\";for(s=0;s=0),o.type){case\"b\":i=parseInt(i,10).toString(2);break;case\"c\":i=String.fromCharCode(parseInt(i,10));break;case\"d\":case\"i\":i=parseInt(i,10);break;case\"j\":i=JSON.stringify(i,null,o.width?parseInt(o.width):0);break;case\"e\":i=o.precision?parseFloat(i).toExponential(o.precision):parseFloat(i).toExponential();break;case\"f\":i=o.precision?parseFloat(i).toFixed(o.precision):parseFloat(i);break;case\"g\":i=o.precision?String(Number(i.toPrecision(o.precision))):parseFloat(i);break;case\"o\":i=(parseInt(i,10)>>>0).toString(8);break;case\"s\":i=String(i),i=o.precision?i.substring(0,o.precision):i;break;case\"t\":i=String(!!i),i=o.precision?i.substring(0,o.precision):i;break;case\"T\":i=Object.prototype.toString.call(i).slice(8,-1).toLowerCase(),i=o.precision?i.substring(0,o.precision):i;break;case\"u\":i=parseInt(i,10)>>>0;break;case\"v\":i=i.valueOf(),i=o.precision?i.substring(0,o.precision):i;break;case\"x\":i=(parseInt(i,10)>>>0).toString(16);break;case\"X\":i=(parseInt(i,10)>>>0).toString(16).toUpperCase()}e.json.test(o.type)?y+=i:(!e.number.test(o.type)||u&&!o.sign?f=\"\":(f=u?\"+\":\"-\",i=i.toString().replace(e.sign,\"\")),c=o.pad_char?\"0\"===o.pad_char?\"0\":o.pad_char.charAt(1):\" \",l=o.width-(f+i).length,p=o.width&&l>0?c.repeat(l):\"\",y+=o.align?f+i+p:\"0\"===c?f+p+i:p+f+i)}return y}var s=Object.create(null);function a(n){if(s[n])return s[n];for(var t,r=n,i=[],a=0;r;){if(null!==(t=e.text.exec(r)))i.push(t[0]);else if(null!==(t=e.modulo.exec(r)))i.push(\"%\");else{if(null===(t=e.placeholder.exec(r)))throw new SyntaxError(\"[sprintf] unexpected placeholder\");if(t[2]){a|=1;var o=[],p=t[2],c=[];if(null===(c=e.key.exec(p)))throw new SyntaxError(\"[sprintf] failed to parse named argument key\");for(o.push(c[1]);\"\"!==(p=p.substring(c[0].length));)if(null!==(c=e.key_access.exec(p)))o.push(c[1]);else{if(null===(c=e.index_access.exec(p)))throw new SyntaxError(\"[sprintf] failed to parse named argument key\");o.push(c[1])}t[2]=o}else a|=2;if(3===a)throw new Error(\"[sprintf] mixing positional and named placeholders is not (yet) supported\");i.push({placeholder:t[0],param_no:t[1],keys:t[2],sign:t[3],pad_char:t[4],align:t[5],width:t[6],precision:t[7],type:t[8]})}r=r.substring(t[0].length)}return s[n]=i}void 0!==t&&(t.sprintf=n,t.vsprintf=r),\"undefined\"!=typeof window&&(window.sprintf=n,window.vsprintf=r,\"function\"==typeof define&&define.amd&&define((function(){return{sprintf:n,vsprintf:r}})))}()},\n", - " function _(e,n,i,a,s){var r;a();const t=e(9),c=e(148),m=e(156),_=e(157),k=e(160),o=e(161),T=e(159);class w extends m.CompositeTicker{constructor(e){super(e)}}i.DatetimeTicker=w,r=w,w.__name__=\"DatetimeTicker\",r.override({num_minor_ticks:0,tickers:()=>[new c.AdaptiveTicker({mantissas:[1,2,5],base:10,min_interval:0,max_interval:500*T.ONE_MILLI,num_minor_ticks:0}),new c.AdaptiveTicker({mantissas:[1,2,5,10,15,20,30],base:60,min_interval:T.ONE_SECOND,max_interval:30*T.ONE_MINUTE,num_minor_ticks:0}),new c.AdaptiveTicker({mantissas:[1,2,4,6,8,12],base:24,min_interval:T.ONE_HOUR,max_interval:12*T.ONE_HOUR,num_minor_ticks:0}),new _.DaysTicker({days:(0,t.range)(1,32)}),new _.DaysTicker({days:(0,t.range)(1,31,3)}),new _.DaysTicker({days:[1,8,15,22]}),new _.DaysTicker({days:[1,15]}),new k.MonthsTicker({months:(0,t.range)(0,12,1)}),new k.MonthsTicker({months:(0,t.range)(0,12,2)}),new k.MonthsTicker({months:(0,t.range)(0,12,4)}),new k.MonthsTicker({months:(0,t.range)(0,12,6)}),new o.YearsTicker({})]})},\n", - " function _(t,e,i,r,s){var n;r();const _=t(149),a=t(9);class l extends _.ContinuousTicker{constructor(t){super(t)}get min_intervals(){return this.tickers.map((t=>t.get_min_interval()))}get max_intervals(){return this.tickers.map((t=>t.get_max_interval()))}get_min_interval(){return this.min_intervals[0]}get_max_interval(){return this.max_intervals[0]}get_best_ticker(t,e,i){const r=e-t,s=this.get_ideal_interval(t,e,i),n=[(0,a.sorted_index)(this.min_intervals,s)-1,(0,a.sorted_index)(this.max_intervals,s)],_=[this.min_intervals[n[0]],this.max_intervals[n[1]]].map((t=>Math.abs(i-r/t)));let l;if((0,a.is_empty)(_.filter((t=>!isNaN(t)))))l=this.tickers[0];else{const t=n[(0,a.argmin)(_)];l=this.tickers[t]}return l}get_interval(t,e,i){return this.get_best_ticker(t,e,i).get_interval(t,e,i)}get_ticks_no_defaults(t,e,i,r){return this.get_best_ticker(t,e,r).get_ticks_no_defaults(t,e,i,r)}}i.CompositeTicker=l,n=l,l.__name__=\"CompositeTicker\",n.define((({Array:t,Ref:e})=>({tickers:[t(e(_.ContinuousTicker)),[]]})))},\n", - " function _(t,e,n,s,o){var a;s();const i=t(158),r=t(159),c=t(9);class _ extends i.SingleIntervalTicker{constructor(t){super(t)}initialize(){super.initialize();const t=this.days;t.length>1?this.interval=(t[1]-t[0])*r.ONE_DAY:this.interval=31*r.ONE_DAY}get_ticks_no_defaults(t,e,n,s){const o=function(t,e){const n=(0,r.last_month_no_later_than)(new Date(t)),s=(0,r.last_month_no_later_than)(new Date(e));s.setUTCMonth(s.getUTCMonth()+1);const o=[],a=n;for(;o.push((0,r.copy_date)(a)),a.setUTCMonth(a.getUTCMonth()+1),!(a>s););return o}(t,e),a=this.days,i=this.interval,_=(0,c.concat)(o.map((t=>((t,e)=>{const n=t.getUTCMonth(),s=[];for(const o of a){const a=(0,r.copy_date)(t);a.setUTCDate(o),new Date(a.getTime()+e/2).getUTCMonth()==n&&s.push(a)}return s})(t,i))));return{major:_.map((t=>t.getTime())).filter((n=>t<=n&&n<=e)),minor:[]}}}n.DaysTicker=_,a=_,_.__name__=\"DaysTicker\",a.define((({Int:t,Array:e})=>({days:[e(t),[]]}))),a.override({num_minor_ticks:0})},\n", - " function _(e,n,t,r,i){var a;r();const l=e(149);class s extends l.ContinuousTicker{constructor(e){super(e)}get_interval(e,n,t){return this.interval}get_min_interval(){return this.interval}get_max_interval(){return this.interval}}t.SingleIntervalTicker=s,a=s,s.__name__=\"SingleIntervalTicker\",a.define((({Number:e})=>({interval:[e]})))},\n", - " function _(t,n,e,_,E){function N(t){return new Date(t.getTime())}function O(t){const n=N(t);return n.setUTCDate(1),n.setUTCHours(0),n.setUTCMinutes(0),n.setUTCSeconds(0),n.setUTCMilliseconds(0),n}_(),e.ONE_MILLI=1,e.ONE_SECOND=1e3,e.ONE_MINUTE=60*e.ONE_SECOND,e.ONE_HOUR=60*e.ONE_MINUTE,e.ONE_DAY=24*e.ONE_HOUR,e.ONE_MONTH=30*e.ONE_DAY,e.ONE_YEAR=365*e.ONE_DAY,e.copy_date=N,e.last_month_no_later_than=O,e.last_year_no_later_than=function(t){const n=O(t);return n.setUTCMonth(0),n}},\n", - " function _(t,e,n,a,r){var s;a();const i=t(158),o=t(159),l=t(9);class _ extends i.SingleIntervalTicker{constructor(t){super(t)}initialize(){super.initialize();const t=this.months;t.length>1?this.interval=(t[1]-t[0])*o.ONE_MONTH:this.interval=12*o.ONE_MONTH}get_ticks_no_defaults(t,e,n,a){const r=function(t,e){const n=(0,o.last_year_no_later_than)(new Date(t)),a=(0,o.last_year_no_later_than)(new Date(e));a.setUTCFullYear(a.getUTCFullYear()+1);const r=[],s=n;for(;r.push((0,o.copy_date)(s)),s.setUTCFullYear(s.getUTCFullYear()+1),!(s>a););return r}(t,e),s=this.months;return{major:(0,l.concat)(r.map((t=>s.map((e=>{const n=(0,o.copy_date)(t);return n.setUTCMonth(e),n}))))).map((t=>t.getTime())).filter((n=>t<=n&&n<=e)),minor:[]}}}n.MonthsTicker=_,s=_,_.__name__=\"MonthsTicker\",s.define((({Int:t,Array:e})=>({months:[e(t),[]]})))},\n", - " function _(e,t,a,i,r){i();const n=e(147),_=e(158),s=e(159);class c extends _.SingleIntervalTicker{constructor(e){super(e)}initialize(){super.initialize(),this.interval=s.ONE_YEAR,this.basic_ticker=new n.BasicTicker({num_minor_ticks:0})}get_ticks_no_defaults(e,t,a,i){const r=(0,s.last_year_no_later_than)(new Date(e)).getUTCFullYear(),n=(0,s.last_year_no_later_than)(new Date(t)).getUTCFullYear();return{major:this.basic_ticker.get_ticks_no_defaults(r,n,a,i).major.map((e=>Date.UTC(e,0,1))).filter((a=>e<=a&&a<=t)),minor:[]}}}a.YearsTicker=c,c.__name__=\"YearsTicker\"},\n", - " function _(e,o,i,s,t){var n;s();const r=e(143),_=e(163),c=e(164);class a extends r.ContinuousAxisView{}i.LogAxisView=a,a.__name__=\"LogAxisView\";class u extends r.ContinuousAxis{constructor(e){super(e)}}i.LogAxis=u,n=u,u.__name__=\"LogAxis\",n.prototype.default_view=a,n.override({ticker:()=>new c.LogTicker,formatter:()=>new _.LogTickFormatter})},\n", - " function _(e,t,n,o,r){var i;o();const a=e(131),s=e(146),c=e(164),l=e(120),{abs:u,log:x,round:_}=Math;class p extends a.TickFormatter{constructor(e){super(e)}initialize(){super.initialize(),this.basic_formatter=new s.BasicTickFormatter}format_graphics(e,t){var n,o;if(0==e.length)return[];const r=null!==(o=null===(n=this.ticker)||void 0===n?void 0:n.base)&&void 0!==o?o:10,i=this._exponents(e,r);return null==i?this.basic_formatter.format_graphics(e,t):i.map((e=>{if(u(e)u(e)({ticker:[n(t(c.LogTicker)),null],min_exponent:[e,0]})))},\n", - " function _(t,o,e,s,n){var r;s();const i=t(148),a=t(9);class c extends i.AdaptiveTicker{constructor(t){super(t)}get_ticks_no_defaults(t,o,e,s){const n=this.num_minor_ticks,r=[],i=this.base,c=Math.log(t)/Math.log(i),f=Math.log(o)/Math.log(i),l=f-c;let h;if(isFinite(l))if(l<2){const e=this.get_interval(t,o,s),i=Math.floor(t/e),c=Math.ceil(o/e);if(h=(0,a.range)(i,c+1).filter((t=>0!=t)).map((t=>t*e)).filter((e=>t<=e&&e<=o)),n>0&&h.length>0){const t=e/n,o=(0,a.range)(0,n).map((o=>o*t));for(const t of o.slice(1))r.push(h[0]-t);for(const t of h)for(const e of o)r.push(t+e)}}else{const t=Math.ceil(.999999*c),o=Math.floor(1.000001*f),e=Math.ceil((o-t)/9);if(h=(0,a.range)(t-1,o+1,e).map((t=>i**t)),n>0&&h.length>0){const t=i**e/n,o=(0,a.range)(1,n+1).map((o=>o*t));for(const t of o)r.push(h[0]/t);r.push(h[0]);for(const t of h)for(const e of o)r.push(t*e)}}else h=[];return{major:h.filter((e=>t<=e&&e<=o)),minor:r.filter((e=>t<=e&&e<=o))}}}e.LogTicker=c,r=c,c.__name__=\"LogTicker\",r.override({mantissas:[1,5]})},\n", - " function _(e,r,t,i,a){var o;i();const s=e(128),c=e(145),n=e(166),_=e(167);class x extends s.AxisView{}t.MercatorAxisView=x,x.__name__=\"MercatorAxisView\";class d extends c.LinearAxis{constructor(e){super(e)}}t.MercatorAxis=d,o=d,d.__name__=\"MercatorAxis\",o.prototype.default_view=x,o.override({ticker:()=>new _.MercatorTicker({dimension:\"lat\"}),formatter:()=>new n.MercatorTickFormatter({dimension:\"lat\"})})},\n", - " function _(r,t,e,o,n){var i;o();const c=r(146),s=r(20),a=r(78);class l extends c.BasicTickFormatter{constructor(r){super(r)}doFormat(r,t){if(null==this.dimension)throw new Error(\"MercatorTickFormatter.dimension not configured\");if(0==r.length)return[];const e=r.length,o=new Array(e);if(\"lon\"==this.dimension)for(let n=0;n({dimension:[r(s.LatLon),null]})))},\n", - " function _(t,o,n,s,r){var e;s();const i=t(147),c=t(20),_=t(78);class a extends i.BasicTicker{constructor(t){super(t)}get_ticks_no_defaults(t,o,n,s){if(null==this.dimension)throw new Error(`${this}.dimension wasn't configured`);return[t,o]=(0,_.clip_mercator)(t,o,this.dimension),\"lon\"==this.dimension?this._get_ticks_lon(t,o,n,s):this._get_ticks_lat(t,o,n,s)}_get_ticks_lon(t,o,n,s){const[r]=_.wgs84_mercator.invert(t,n),[e,i]=_.wgs84_mercator.invert(o,n),c=super.get_ticks_no_defaults(r,e,n,s),a=[];for(const t of c.major)if((0,_.in_bounds)(t,\"lon\")){const[o]=_.wgs84_mercator.compute(t,i);a.push(o)}const m=[];for(const t of c.minor)if((0,_.in_bounds)(t,\"lon\")){const[o]=_.wgs84_mercator.compute(t,i);m.push(o)}return{major:a,minor:m}}_get_ticks_lat(t,o,n,s){const[,r]=_.wgs84_mercator.invert(n,t),[e,i]=_.wgs84_mercator.invert(n,o),c=super.get_ticks_no_defaults(r,i,n,s),a=[];for(const t of c.major)if((0,_.in_bounds)(t,\"lat\")){const[,o]=_.wgs84_mercator.compute(e,t);a.push(o)}const m=[];for(const t of c.minor)if((0,_.in_bounds)(t,\"lat\")){const[,o]=_.wgs84_mercator.compute(e,t);m.push(o)}return{major:a,minor:m}}}n.MercatorTicker=a,e=a,a.__name__=\"MercatorTicker\",e.define((({Nullable:t})=>({dimension:[t(c.LatLon),null]})))},\n", - " function _(e,i,r,c,k){c(),k(\"AdaptiveTicker\",e(148).AdaptiveTicker),k(\"BasicTicker\",e(147).BasicTicker),k(\"CategoricalTicker\",e(141).CategoricalTicker),k(\"CompositeTicker\",e(156).CompositeTicker),k(\"ContinuousTicker\",e(149).ContinuousTicker),k(\"DatetimeTicker\",e(155).DatetimeTicker),k(\"DaysTicker\",e(157).DaysTicker),k(\"FixedTicker\",e(169).FixedTicker),k(\"LogTicker\",e(164).LogTicker),k(\"MercatorTicker\",e(167).MercatorTicker),k(\"MonthsTicker\",e(160).MonthsTicker),k(\"SingleIntervalTicker\",e(158).SingleIntervalTicker),k(\"Ticker\",e(130).Ticker),k(\"YearsTicker\",e(161).YearsTicker),k(\"BinnedTicker\",e(170).BinnedTicker)},\n", - " function _(r,t,e,i,n){var s;i();const _=r(149);class c extends _.ContinuousTicker{constructor(r){super(r)}get_ticks_no_defaults(r,t,e,i){return{major:this.ticks,minor:this.minor_ticks}}get_interval(r,t,e){return 0}get_min_interval(){return 0}get_max_interval(){return 0}}e.FixedTicker=c,s=c,c.__name__=\"FixedTicker\",s.define((({Number:r,Array:t})=>({ticks:[t(r),[]],minor_ticks:[t(r),[]]})))},\n", - " function _(e,n,t,r,i){var o;r();const a=e(130),s=e(171),c=e(12);class m extends a.Ticker{constructor(e){super(e)}get_ticks(e,n,t,r){const{binning:i}=this.mapper.metrics,o=Math.max(0,(0,c.left_edge_index)(e,i)),a=Math.min((0,c.left_edge_index)(n,i)+1,i.length-1),s=[];for(let e=o;e<=a;e++)s.push(i[e]);const{num_major_ticks:m}=this,_=[],h=\"auto\"==m?s.length:m,l=Math.max(1,Math.floor(s.length/h));for(let e=0;e({mapper:[n(s.ScanningColorMapper)],num_major_ticks:[t(e,r),8]})))},\n", - " function _(n,e,i,r,o){r();const t=n(172),a=n(12);class c extends t.ContinuousColorMapper{constructor(n){super(n)}cmap(n,e,i,r,o){if(no.binning[o.binning.length-1])return r;return e[(0,a.left_edge_index)(n,o.binning)]}}i.ScanningColorMapper=c,c.__name__=\"ScanningColorMapper\"},\n", - " function _(t,e,o,n,s){var l;n();const c=t(173),i=t(175),a=t(9),h=t(8);class r extends c.ColorMapper{constructor(t){super(t),this._scan_data=null}connect_signals(){super.connect_signals();const t=()=>{for(const[t]of this.domain)this.connect(t.view.change,(()=>this.update_data())),this.connect(t.data_source.selected.change,(()=>this.update_data()))};this.connect(this.properties.domain.change,(()=>t())),t()}update_data(){const{domain:t,palette:e}=this,o=[...this._collect(t)];this._scan_data=this.scan(o,e.length),this.metrics_change.emit(),this.change.emit()}get metrics(){return null==this._scan_data&&this.update_data(),this._scan_data}*_collect(t){for(const[e,o]of t)for(const t of(0,h.isArray)(o)?o:[o]){let o=e.data_source.get_column(t);o=e.view.indices.select(o);const n=e.view.masked,s=e.data_source.selected.indices;let l;if(null!=n&&s.length>0?l=(0,a.intersection)([...n],s):null!=n?l=[...n]:s.length>0&&(l=s),null!=l&&(o=(0,a.map)(l,(t=>o[t]))),o.length>0&&!(0,h.isNumber)(o[0]))for(const t of o)yield*t;else yield*o}}_v_compute(t,e,o,n){const{nan_color:s}=n;let{low_color:l,high_color:c}=n;null==l&&(l=o[0]),null==c&&(c=o[o.length-1]);const{domain:i}=this,h=(0,a.is_empty)(i)?t:[...this._collect(i)];this._scan_data=this.scan(h,o.length),this.metrics_change.emit();for(let n=0,i=t.length;n({high:[a(t),null],low:[a(t),null],high_color:[a(n),null],low_color:[a(n),null],domain:[c(l(o(i.GlyphRenderer),s(e,c(e)))),[]]})))},\n", - " function _(e,r,t,n,o){var a;n();const c=e(174),i=e(15),_=e(24),l=e(22),s=e(27);function p(e){return(0,l.encode_rgba)((0,l.color2rgba)(e))}function u(e){const r=new Uint32Array(e.length);for(let t=0,n=e.length;te))),r}get rgba_mapper(){const e=this,r=u(this.palette),t=this._colors(p);return{v_compute(n){const o=new _.ColorArray(n.length);return e._v_compute(n,o,r,t),new Uint8ClampedArray((0,s.to_big_endian)(o).buffer)}}}_colors(e){return{nan_color:e(this.nan_color)}}}t.ColorMapper=h,a=h,h.__name__=\"ColorMapper\",a.define((({Color:e,Array:r})=>({palette:[r(e)],nan_color:[e,\"gray\"]})))},\n", - " function _(r,e,n,s,o){s();const p=r(56);class t extends p.Transform{constructor(r){super(r)}compute(r){throw new Error(\"mapping single values is not supported\")}}n.Mapper=t,t.__name__=\"Mapper\"},\n", - " function _(e,t,i,s,l){var h;s();const n=e(176),o=e(177),a=e(186),c=e(187),_=e(189),r=e(179),d=e(70),p=e(190),g=e(24),u=e(12),y=e(13),m=e(113),v=e(67),f={fill:{},line:{}},w={fill:{fill_alpha:.3,fill_color:\"grey\"},line:{line_alpha:.3,line_color:\"grey\"}},b={fill:{fill_alpha:.2},line:{}},V={fill:{fill_alpha:.2},line:{}};class x extends n.DataRendererView{get glyph_view(){return this.glyph}async lazy_initialize(){var e;await super.lazy_initialize();const t=this.model.glyph;this.glyph=await this.build_glyph_view(t);const i=\"fill\"in this.glyph.visuals,s=\"line\"in this.glyph.visuals,l=Object.assign({},t.attributes);function h(e){const h=(0,y.clone)(l);return i&&(0,y.extend)(h,e.fill),s&&(0,y.extend)(h,e.line),new t.constructor(h)}function n(e,t){return t instanceof r.Glyph?t:h(\"auto\"==t?e:{fill:{},line:{}})}delete l.id;let{selection_glyph:o,nonselection_glyph:a,hover_glyph:c,muted_glyph:_}=this.model;o=n(f,o),this.selection_glyph=await this.build_glyph_view(o),a=n(b,a),this.nonselection_glyph=await this.build_glyph_view(a),null!=c&&(this.hover_glyph=await this.build_glyph_view(c)),_=n(V,_),this.muted_glyph=await this.build_glyph_view(_);const d=n(w,\"auto\");this.decimated_glyph=await this.build_glyph_view(d),this.selection_glyph.set_base(this.glyph),this.nonselection_glyph.set_base(this.glyph),null===(e=this.hover_glyph)||void 0===e||e.set_base(this.glyph),this.muted_glyph.set_base(this.glyph),this.decimated_glyph.set_base(this.glyph),this.set_data()}async build_glyph_view(e){return(0,m.build_view)(e,{parent:this})}remove(){var e;this.glyph.remove(),this.selection_glyph.remove(),this.nonselection_glyph.remove(),null===(e=this.hover_glyph)||void 0===e||e.remove(),this.muted_glyph.remove(),this.decimated_glyph.remove(),super.remove()}connect_signals(){super.connect_signals();const e=()=>this.request_render(),t=()=>this.update_data();this.connect(this.model.change,e),this.connect(this.glyph.model.change,t),this.connect(this.selection_glyph.model.change,t),this.connect(this.nonselection_glyph.model.change,t),null!=this.hover_glyph&&this.connect(this.hover_glyph.model.change,t),this.connect(this.muted_glyph.model.change,t),this.connect(this.decimated_glyph.model.change,t),this.connect(this.model.data_source.change,t),this.connect(this.model.data_source.streaming,t),this.connect(this.model.data_source.patching,(e=>this.update_data(e))),this.connect(this.model.data_source.selected.change,e),this.connect(this.model.data_source._select,e),null!=this.hover_glyph&&this.connect(this.model.data_source.inspect,e),this.connect(this.model.properties.view.change,t),this.connect(this.model.view.properties.indices.change,t),this.connect(this.model.view.properties.masked.change,(()=>this.set_visuals())),this.connect(this.model.properties.visible.change,(()=>this.plot_view.invalidate_dataranges=!0));const{x_ranges:i,y_ranges:s}=this.plot_view.frame;for(const[,e]of i)e instanceof v.FactorRange&&this.connect(e.change,t);for(const[,e]of s)e instanceof v.FactorRange&&this.connect(e.change,t);const{transformchange:l,exprchange:h}=this.model.glyph;this.connect(l,t),this.connect(h,t)}_update_masked_indices(){const e=this.glyph.mask_data();return this.model.view.masked=e,e}update_data(e){this.set_data(e),this.request_render()}set_data(e){const t=this.model.data_source;this.all_indices=this.model.view.indices;const{all_indices:i}=this;this.glyph.set_data(t,i,e),this.set_visuals(),this._update_masked_indices();const{lod_factor:s}=this.plot_model,l=this.all_indices.count;this.decimated=new g.Indices(l);for(let e=0;e!n||n.is_empty()?[]:n.selected_glyph?this.model.view.convert_indices_from_subset(i):n.indices.length>0?n.indices:Object.keys(n.multiline_indices).map((e=>parseInt(e))))()),d=(0,u.filter)(i,(e=>r.has(t[e]))),{lod_threshold:p}=this.plot_model;let g,y,m;if(null!=this.model.document&&this.model.document.interactive_duration()>0&&!e&&null!=p&&t.length>p?(i=[...this.decimated],g=this.decimated_glyph,y=this.decimated_glyph,m=this.selection_glyph):(g=this.model.muted?this.muted_glyph:this.glyph,y=this.nonselection_glyph,m=this.selection_glyph),null!=this.hover_glyph&&d.length){const e=new Set(i);for(const t of d)e.delete(t);i=[...e]}if(h.length){const e={};for(const t of h)e[t]=!0;const l=new Array,n=new Array;if(this.glyph instanceof o.LineView)for(const i of t)null!=e[i]?l.push(i):n.push(i);else for(const s of i)null!=e[t[s]]?l.push(s):n.push(s);y.render(s,n),m.render(s,l),null!=this.hover_glyph&&(this.glyph instanceof o.LineView?this.hover_glyph.render(s,this.model.view.convert_indices_from_subset(d)):this.hover_glyph.render(s,d))}else if(this.glyph instanceof o.LineView)this.hover_glyph&&d.length?this.hover_glyph.render(s,this.model.view.convert_indices_from_subset(d)):g.render(s,t);else if(this.glyph instanceof a.PatchView||this.glyph instanceof c.HAreaView||this.glyph instanceof _.VAreaView)if(0==n.selected_glyphs.length||null==this.hover_glyph)g.render(s,t);else for(const e of n.selected_glyphs)e==this.glyph.model&&this.hover_glyph.render(s,t);else g.render(s,i),this.hover_glyph&&d.length&&this.hover_glyph.render(s,d);s.restore()}draw_legend(e,t,i,s,l,h,n,o){0!=this.glyph.data_size&&(null==o&&(o=this.model.get_reference_point(h,n)),this.glyph.draw_legend_for_index(e,{x0:t,x1:i,y0:s,y1:l},o))}hit_test(e){if(!this.model.visible)return null;const t=this.glyph.hit_test(e);return null==t?null:this.model.view.convert_selection_from_subset(t)}}i.GlyphRendererView=x,x.__name__=\"GlyphRendererView\";class G extends n.DataRenderer{constructor(e){super(e)}initialize(){super.initialize(),this.view.source!=this.data_source&&(this.view.source=this.data_source,this.view.compute_indices())}get_reference_point(e,t){if(null!=e){const i=this.data_source.get_column(e);if(null!=i)for(const[e,s]of Object.entries(this.view.indices_map))if(i[parseInt(e)]==t)return s}return 0}get_selection_manager(){return this.data_source.selection_manager}}i.GlyphRenderer=G,h=G,G.__name__=\"GlyphRenderer\",h.prototype.default_view=x,h.define((({Boolean:e,Auto:t,Or:i,Ref:s,Null:l,Nullable:h})=>({data_source:[s(d.ColumnarDataSource)],view:[s(p.CDSView),e=>new p.CDSView({source:e.data_source})],glyph:[s(r.Glyph)],hover_glyph:[h(s(r.Glyph)),null],nonselection_glyph:[i(s(r.Glyph),t,l),\"auto\"],selection_glyph:[i(s(r.Glyph),t,l),\"auto\"],muted_glyph:[i(s(r.Glyph),t,l),\"auto\"],muted:[e,!1]})))},\n", - " function _(e,r,t,a,n){var s;a();const c=e(41);class _ extends c.RendererView{get xscale(){return this.coordinates.x_scale}get yscale(){return this.coordinates.y_scale}}t.DataRendererView=_,_.__name__=\"DataRendererView\";class i extends c.Renderer{constructor(e){super(e)}get selection_manager(){return this.get_selection_manager()}}t.DataRenderer=i,s=i,i.__name__=\"DataRenderer\",s.override({level:\"glyph\"})},\n", - " function _(e,t,i,s,n){s();const l=e(1);var _;const r=e(178),o=e(184),a=(0,l.__importStar)(e(48)),h=(0,l.__importStar)(e(185)),c=e(72);class d extends r.XYGlyphView{async lazy_initialize(){await super.lazy_initialize();const{webgl:t}=this.renderer.plot_view.canvas_view;if(null==t?void 0:t.regl_wrapper.has_webgl){const{LineGL:i}=await Promise.resolve().then((()=>(0,l.__importStar)(e(426))));this.glglyph=new i(t.regl_wrapper,this)}}_render(e,t,i){const{sx:s,sy:n}=null!=i?i:this;let l=null;const _=e=>null!=l&&e-l!=1;let r=!0;e.beginPath();for(const i of t){const t=s[i],o=n[i];isFinite(t+o)?r||_(i)?(e.moveTo(t,o),r=!1):e.lineTo(t,o):r=!0,l=i}this.visuals.line.set_value(e),e.stroke()}_hit_point(e){const t=new c.Selection,i={x:e.sx,y:e.sy};let s=9999;const n=Math.max(2,this.line_width.value/2);for(let e=0,l=this.sx.length-1;e({x:[c.XCoordinateSpec,{field:\"x\"}],y:[c.YCoordinateSpec,{field:\"y\"}]})))},\n", - " function _(e,t,s,i,n){i();const r=e(1),a=(0,r.__importStar)(e(18)),o=(0,r.__importStar)(e(65)),_=(0,r.__importStar)(e(45)),l=e(42),c=e(53),h=e(19),d=e(24),u=e(8),f=e(180),p=e(12),g=e(26),y=e(181),x=e(67),v=e(72),{abs:b,ceil:m}=Math;class w extends l.View{constructor(){super(...arguments),this._index=null,this._data_size=null,this._nohit_warned=new Set}get renderer(){return this.parent}get has_webgl(){return null!=this.glglyph}get index(){const{_index:e}=this;if(null!=e)return e;throw new Error(`${this}.index_data() wasn't called`)}get data_size(){const{_data_size:e}=this;if(null!=e)return e;throw new Error(`${this}.set_data() wasn't called`)}initialize(){super.initialize(),this.visuals=new _.Visuals(this)}request_render(){this.parent.request_render()}get canvas(){return this.renderer.parent.canvas_view}render(e,t,s){var i;null!=this.glglyph&&(this.renderer.needs_webgl_blit=this.glglyph.render(e,t,null!==(i=this.base)&&void 0!==i?i:this),this.renderer.needs_webgl_blit)||this._render(e,t,null!=s?s:this.base)}has_finished(){return!0}notify_finished(){this.renderer.notify_finished()}_bounds(e){return e}bounds(){return this._bounds(this.index.bbox)}log_bounds(){const{x0:e,x1:t}=this.index.bounds(o.positive_x()),{y0:s,y1:i}=this.index.bounds(o.positive_y());return this._bounds({x0:e,y0:s,x1:t,y1:i})}get_anchor_point(e,t,[s,i]){switch(e){case\"center\":case\"center_center\":{const[e,n]=this.scenterxy(t,s,i);return{x:e,y:n}}default:return null}}scenterx(e,t,s){return this.scenterxy(e,t,s)[0]}scentery(e,t,s){return this.scenterxy(e,t,s)[1]}sdist(e,t,s,i=\"edge\",n=!1){const r=t.length,a=new d.ScreenArray(r),o=e.s_compute;if(\"center\"==i)for(let e=0;em(e))),a}draw_legend_for_index(e,t,s){}hit_test(e){switch(e.type){case\"point\":if(null!=this._hit_point)return this._hit_point(e);break;case\"span\":if(null!=this._hit_span)return this._hit_span(e);break;case\"rect\":if(null!=this._hit_rect)return this._hit_rect(e);break;case\"poly\":if(null!=this._hit_poly)return this._hit_poly(e)}return this._nohit_warned.has(e.type)||(h.logger.debug(`'${e.type}' selection not available for ${this.model.type}`),this._nohit_warned.add(e.type)),null}_hit_rect_against_index(e){const{sx0:t,sx1:s,sy0:i,sy1:n}=e,[r,a]=this.renderer.coordinates.x_scale.r_invert(t,s),[o,_]=this.renderer.coordinates.y_scale.r_invert(i,n),l=[...this.index.indices({x0:r,x1:a,y0:o,y1:_})];return new v.Selection({indices:l})}_project_data(){}*_iter_visuals(){for(const e of this.visuals)for(const t of e)(t instanceof a.VectorSpec||t instanceof a.ScalarSpec)&&(yield t)}set_base(e){e!=this&&e instanceof this.constructor&&(this.base=e)}_configure(e,t){Object.defineProperty(this,(0,u.isString)(e)?e:e.attr,Object.assign({configurable:!0,enumerable:!0},t))}set_visuals(e,t){var s;for(const s of this._iter_visuals()){const{base:i}=this;if(null!=i){const e=i.model.properties[s.attr];if(null!=e&&(0,g.is_equal)(s.get_value(),e.get_value())){this._configure(s,{get:()=>i[`${s.attr}`]});continue}}const n=s.uniform(e).select(t);this._configure(s,{value:n})}for(const e of this.visuals)e.update();null===(s=this.glglyph)||void 0===s||s.set_visuals_changed()}set_data(e,t,s){var i;const{x_source:n,y_source:r}=this.renderer.coordinates,o=new Set(this._iter_visuals());this._data_size=t.count;for(const s of this.model)if((s instanceof a.VectorSpec||s instanceof a.ScalarSpec)&&!o.has(s))if(s instanceof a.BaseCoordinateSpec){const i=s.array(e);let o=t.select(i);const _=\"x\"==s.dimension?n:r;if(_ instanceof x.FactorRange)if(s instanceof a.CoordinateSpec)o=_.v_synthetic(o);else if(s instanceof a.CoordinateSeqSpec)for(let e=0;e{const s=new Uint32Array(r);for(let a=0;a>1;t[s]>i?e=s:n=s+1}return t[n]}class r extends d.default{get boxes(){return this._boxes}search_indices(i,t,n,e){if(this._pos!==this._boxes.length)throw new Error(\"Data not yet indexed - call index.finish().\");let s=this._boxes.length-4;const d=[],x=new o.Indices(this.numItems);for(;void 0!==s;){const o=Math.min(s+4*this.nodeSize,h(s,this._levelBounds));for(let h=s;h>2],r=this._boxes[h+0],l=this._boxes[h+1],a=this._boxes[h+2],_=this._boxes[h+3];na||t>_||(s<4*this.numItems?x.set(o):d.push(o)))}s=d.pop()}return x}}r.__name__=\"_FlatBush\";class l{constructor(i){this.index=null,i>0&&(this.index=new r(i))}add_rect(i,t,n,e){var s;isFinite(i+t+n+e)?null===(s=this.index)||void 0===s||s.add(i,t,n,e):this.add_empty()}add_point(i,t){var n;isFinite(i+t)?null===(n=this.index)||void 0===n||n.add(i,t,i,t):this.add_empty()}add_empty(){var i;null===(i=this.index)||void 0===i||i.add(1/0,1/0,-1/0,-1/0)}finish(){var i;null===(i=this.index)||void 0===i||i.finish()}_normalize(i){let{x0:t,y0:n,x1:e,y1:s}=i;return t>e&&([t,e]=[e,t]),n>s&&([n,s]=[s,n]),{x0:t,y0:n,x1:e,y1:s}}get bbox(){if(null==this.index)return(0,x.empty)();{const{minX:i,minY:t,maxX:n,maxY:e}=this.index;return{x0:i,y0:t,x1:n,y1:e}}}indices(i){if(null==this.index)return new o.Indices(0);{const{x0:t,y0:n,x1:e,y1:s}=this._normalize(i);return this.index.search_indices(t,n,e,s)}}bounds(i){const t=(0,x.empty)();if(null==this.index)return t;const{boxes:n}=this.index;for(const e of this.indices(i)){const s=n[4*e+0],d=n[4*e+1],o=n[4*e+2],x=n[4*e+3];s>=i.x0&&st.x1&&(t.x1=o),d>=i.y0&&dt.y1&&(t.y1=x)}return t}}n.SpatialIndex=l,l.__name__=\"SpatialIndex\"},\n", - " function _(t,s,i,e,h){e();const n=(0,t(1).__importDefault)(t(183)),o=[Int8Array,Uint8Array,Uint8ClampedArray,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];class r{static from(t){if(!(t instanceof ArrayBuffer))throw new Error(\"Data must be an instance of ArrayBuffer.\");const[s,i]=new Uint8Array(t,0,2);if(251!==s)throw new Error(\"Data does not appear to be in a Flatbush format.\");if(i>>4!=3)throw new Error(`Got v${i>>4} data when expected v3.`);const[e]=new Uint16Array(t,2,1),[h]=new Uint32Array(t,4,1);return new r(h,e,o[15&i],t)}constructor(t,s=16,i=Float64Array,e){if(void 0===t)throw new Error(\"Missing required argument: numItems.\");if(isNaN(t)||t<=0)throw new Error(`Unpexpected numItems value: ${t}.`);this.numItems=+t,this.nodeSize=Math.min(Math.max(+s,2),65535);let h=t,r=h;this._levelBounds=[4*h];do{h=Math.ceil(h/this.nodeSize),r+=h,this._levelBounds.push(4*r)}while(1!==h);this.ArrayType=i||Float64Array,this.IndexArrayType=r<16384?Uint16Array:Uint32Array;const a=o.indexOf(this.ArrayType),_=4*r*this.ArrayType.BYTES_PER_ELEMENT;if(a<0)throw new Error(`Unexpected typed array class: ${i}.`);e&&e instanceof ArrayBuffer?(this.data=e,this._boxes=new this.ArrayType(this.data,8,4*r),this._indices=new this.IndexArrayType(this.data,8+_,r),this._pos=4*r,this.minX=this._boxes[this._pos-4],this.minY=this._boxes[this._pos-3],this.maxX=this._boxes[this._pos-2],this.maxY=this._boxes[this._pos-1]):(this.data=new ArrayBuffer(8+_+r*this.IndexArrayType.BYTES_PER_ELEMENT),this._boxes=new this.ArrayType(this.data,8,4*r),this._indices=new this.IndexArrayType(this.data,8+_,r),this._pos=0,this.minX=1/0,this.minY=1/0,this.maxX=-1/0,this.maxY=-1/0,new Uint8Array(this.data,0,2).set([251,48+a]),new Uint16Array(this.data,2,1)[0]=s,new Uint32Array(this.data,4,1)[0]=t),this._queue=new n.default}add(t,s,i,e){const h=this._pos>>2;return this._indices[h]=h,this._boxes[this._pos++]=t,this._boxes[this._pos++]=s,this._boxes[this._pos++]=i,this._boxes[this._pos++]=e,tthis.maxX&&(this.maxX=i),e>this.maxY&&(this.maxY=e),h}finish(){if(this._pos>>2!==this.numItems)throw new Error(`Added ${this._pos>>2} items when expected ${this.numItems}.`);if(this.numItems<=this.nodeSize)return this._boxes[this._pos++]=this.minX,this._boxes[this._pos++]=this.minY,this._boxes[this._pos++]=this.maxX,void(this._boxes[this._pos++]=this.maxY);const t=this.maxX-this.minX,s=this.maxY-this.minY,i=new Uint32Array(this.numItems);for(let e=0;e>2]=t,this._boxes[this._pos++]=e,this._boxes[this._pos++]=h,this._boxes[this._pos++]=n,this._boxes[this._pos++]=o}}}search(t,s,i,e,h){if(this._pos!==this._boxes.length)throw new Error(\"Data not yet indexed - call index.finish().\");let n=this._boxes.length-4;const o=[],r=[];for(;void 0!==n;){const a=Math.min(n+4*this.nodeSize,_(n,this._levelBounds));for(let _=n;_>2];ithis._boxes[_+2]||s>this._boxes[_+3]||(n<4*this.numItems?(void 0===h||h(a))&&r.push(a):o.push(a)))}n=o.pop()}return r}neighbors(t,s,i=1/0,e=1/0,h){if(this._pos!==this._boxes.length)throw new Error(\"Data not yet indexed - call index.finish().\");let n=this._boxes.length-4;const o=this._queue,r=[],x=e*e;for(;void 0!==n;){const e=Math.min(n+4*this.nodeSize,_(n,this._levelBounds));for(let i=n;i>2],r=a(t,this._boxes[i],this._boxes[i+2]),_=a(s,this._boxes[i+1],this._boxes[i+3]),x=r*r+_*_;n<4*this.numItems?(void 0===h||h(e))&&o.push(-e-1,x):o.push(e,x)}for(;o.length&&o.peek()<0;){if(o.peekValue()>x)return o.clear(),r;if(r.push(-o.pop()-1),r.length===i)return o.clear(),r}n=o.pop()}return o.clear(),r}}function a(t,s,i){return t>1;s[h]>t?e=h:i=h+1}return s[i]}function x(t,s,i,e,h,n){if(Math.floor(e/n)>=Math.floor(h/n))return;const o=t[e+h>>1];let r=e-1,a=h+1;for(;;){do{r++}while(t[r]o);if(r>=a)break;d(t,s,i,r,a)}x(t,s,i,e,a,n),x(t,s,i,a+1,h,n)}function d(t,s,i,e,h){const n=t[e];t[e]=t[h],t[h]=n;const o=4*e,r=4*h,a=s[o],_=s[o+1],x=s[o+2],d=s[o+3];s[o]=s[r],s[o+1]=s[r+1],s[o+2]=s[r+2],s[o+3]=s[r+3],s[r]=a,s[r+1]=_,s[r+2]=x,s[r+3]=d;const m=i[e];i[e]=i[h],i[h]=m}function m(t,s){let i=t^s,e=65535^i,h=65535^(t|s),n=t&(65535^s),o=i|e>>1,r=i>>1^i,a=h>>1^e&n>>1^h,_=i&h>>1^n>>1^n;i=o,e=r,h=a,n=_,o=i&i>>2^e&e>>2,r=i&e>>2^e&(i^e)>>2,a^=i&h>>2^e&n>>2,_^=e&h>>2^(i^e)&n>>2,i=o,e=r,h=a,n=_,o=i&i>>4^e&e>>4,r=i&e>>4^e&(i^e)>>4,a^=i&h>>4^e&n>>4,_^=e&h>>4^(i^e)&n>>4,i=o,e=r,h=a,n=_,a^=i&h>>8^e&n>>8,_^=e&h>>8^(i^e)&n>>8,i=a^a>>1,e=_^_>>1;let x=t^s,d=e|65535^(x|i);return x=16711935&(x|x<<8),x=252645135&(x|x<<4),x=858993459&(x|x<<2),x=1431655765&(x|x<<1),d=16711935&(d|d<<8),d=252645135&(d|d<<4),d=858993459&(d|d<<2),d=1431655765&(d|d<<1),(d<<1|x)>>>0}i.default=r},\n", - " function _(s,t,i,h,e){h();i.default=class{constructor(){this.ids=[],this.values=[],this.length=0}clear(){this.length=0}push(s,t){let i=this.length++;for(this.ids[i]=s,this.values[i]=t;i>0;){const s=i-1>>1,h=this.values[s];if(t>=h)break;this.ids[i]=this.ids[s],this.values[i]=h,i=s}this.ids[i]=s,this.values[i]=t}pop(){if(0===this.length)return;const s=this.ids[0];if(this.length--,this.length>0){const s=this.ids[0]=this.ids[this.length],t=this.values[0]=this.values[this.length],i=this.length>>1;let h=0;for(;h=t)break;this.ids[h]=e,this.values[h]=l,h=s}this.ids[h]=s,this.values[h]=t}return s}peek(){if(0!==this.length)return this.ids[0]}peekValue(){if(0!==this.length)return this.values[0]}}},\n", - " function _(e,n,a,t,i){t();const l=(0,e(1).__importStar)(e(185));function r(e,n,{x0:a,x1:t,y0:i,y1:l},r){n.save(),n.beginPath(),n.moveTo(a,(i+l)/2),n.lineTo(t,(i+l)/2),e.line.apply(n,r),n.restore()}function c(e,n,{x0:a,x1:t,y0:i,y1:l},r){var c,o;const _=.1*Math.abs(t-a),s=.1*Math.abs(l-i),y=a+_,p=t-_,g=i+s,h=l-s;n.beginPath(),n.rect(y,g,p-y,h-g),e.fill.apply(n,r),null===(c=e.hatch)||void 0===c||c.apply(n,r),null===(o=e.line)||void 0===o||o.apply(n,r)}a.generic_line_scalar_legend=function(e,n,{x0:a,x1:t,y0:i,y1:l}){n.save(),n.beginPath(),n.moveTo(a,(i+l)/2),n.lineTo(t,(i+l)/2),e.line.apply(n),n.restore()},a.generic_line_vector_legend=r,a.generic_line_legend=r,a.generic_area_scalar_legend=function(e,n,{x0:a,x1:t,y0:i,y1:l}){var r,c;const o=.1*Math.abs(t-a),_=.1*Math.abs(l-i),s=a+o,y=t-o,p=i+_,g=l-_;n.beginPath(),n.rect(s,p,y-s,g-p),e.fill.apply(n),null===(r=e.hatch)||void 0===r||r.apply(n),null===(c=e.line)||void 0===c||c.apply(n)},a.generic_area_vector_legend=c,a.generic_area_legend=c,a.line_interpolation=function(e,n,a,t,i,r){const{sx:c,sy:o}=n;let _,s,y,p;\"point\"==n.type?([y,p]=e.yscale.r_invert(o-1,o+1),[_,s]=e.xscale.r_invert(c-1,c+1)):\"v\"==n.direction?([y,p]=e.yscale.r_invert(o,o),[_,s]=[Math.min(a-1,i-1),Math.max(a+1,i+1)]):([_,s]=e.xscale.r_invert(c,c),[y,p]=[Math.min(t-1,r-1),Math.max(t+1,r+1)]);const{x:g,y:h}=l.check_2_segments_intersect(_,y,s,p,a,t,i,r);return[g,h]}},\n", - " function _(t,n,e,i,r){function s(t,n){return(t.x-n.x)**2+(t.y-n.y)**2}function o(t,n,e){const i=s(n,e);if(0==i)return s(t,n);const r=((t.x-n.x)*(e.x-n.x)+(t.y-n.y)*(e.y-n.y))/i;if(r<0)return s(t,n);if(r>1)return s(t,e);return s(t,{x:n.x+r*(e.x-n.x),y:n.y+r*(e.y-n.y)})}i(),e.point_in_poly=function(t,n,e,i){let r=!1,s=e[e.length-1],o=i[i.length-1];for(let u=0;u0&&_<1&&h>0&&h<1,x:t+_*(e-t),y:n+_*(i-n)}}}},\n", - " function _(t,s,e,i,a){i();const l=t(1);var n;const _=t(178),o=t(184),c=(0,l.__importStar)(t(185)),h=(0,l.__importStar)(t(48)),r=t(72);class p extends _.XYGlyphView{_render(t,s,e){const{sx:i,sy:a}=null!=e?e:this;let l=!0;t.beginPath();for(const e of s){const s=i[e],n=a[e];isFinite(s+n)?l?(t.moveTo(s,n),l=!1):t.lineTo(s,n):(t.closePath(),l=!0)}t.closePath(),this.visuals.fill.apply(t),this.visuals.hatch.apply(t),this.visuals.line.apply(t)}draw_legend_for_index(t,s,e){(0,o.generic_area_scalar_legend)(this.visuals,t,s)}_hit_point(t){const s=new r.Selection;return c.point_in_poly(t.sx,t.sy,this.sx,this.sy)&&(s.add_to_selected_glyphs(this.model),s.view=this),s}}e.PatchView=p,p.__name__=\"PatchView\";class d extends _.XYGlyph{constructor(t){super(t)}}e.Patch=d,n=d,d.__name__=\"Patch\",n.prototype.default_view=p,n.mixins([h.LineScalar,h.FillScalar,h.HatchScalar])},\n", - " function _(t,s,e,i,n){i();const h=t(1);var r;const a=t(188),_=(0,h.__importStar)(t(185)),o=(0,h.__importStar)(t(18)),l=t(72);class c extends a.AreaView{_index_data(t){const{min:s,max:e}=Math,{data_size:i}=this;for(let n=0;n=0;s--)t.lineTo(n[s],h[s]);t.closePath(),this.visuals.fill.apply(t),this.visuals.hatch.apply(t)}_hit_point(t){const s=this.sy.length,e=new l.Selection;for(let i=0,n=s-1;i({x1:[o.XCoordinateSpec,{field:\"x1\"}],x2:[o.XCoordinateSpec,{field:\"x2\"}],y:[o.YCoordinateSpec,{field:\"y\"}]})))},\n", - " function _(e,a,r,_,s){_();const n=e(1);var c;const i=e(179),l=e(184),t=(0,n.__importStar)(e(48));class o extends i.GlyphView{draw_legend_for_index(e,a,r){(0,l.generic_area_scalar_legend)(this.visuals,e,a)}}r.AreaView=o,o.__name__=\"AreaView\";class d extends i.Glyph{constructor(e){super(e)}}r.Area=d,c=d,d.__name__=\"Area\",c.mixins([t.FillScalar,t.HatchScalar])},\n", - " function _(t,s,e,i,n){i();const h=t(1);var r;const a=t(188),_=(0,h.__importStar)(t(185)),o=(0,h.__importStar)(t(18)),l=t(72);class c extends a.AreaView{_index_data(t){const{min:s,max:e}=Math,{data_size:i}=this;for(let n=0;n=0;s--)t.lineTo(i[s],h[s]);t.closePath(),this.visuals.fill.apply(t),this.visuals.hatch.apply(t)}scenterxy(t){return[this.sx[t],(this.sy1[t]+this.sy2[t])/2]}_hit_point(t){const s=this.sx.length,e=new l.Selection;for(let i=0,n=s-1;i({x:[o.XCoordinateSpec,{field:\"x\"}],y1:[o.YCoordinateSpec,{field:\"y1\"}],y2:[o.YCoordinateSpec,{field:\"y2\"}]})))},\n", - " function _(e,i,s,t,n){var c;t();const o=e(53),r=e(24),u=e(191),_=e(70);class a extends o.Model{constructor(e){super(e)}initialize(){super.initialize(),this.compute_indices()}connect_signals(){super.connect_signals(),this.connect(this.properties.filters.change,(()=>this.compute_indices()));const e=()=>{const e=()=>this.compute_indices();null!=this.source&&(this.connect(this.source.change,e),this.source instanceof _.ColumnarDataSource&&(this.connect(this.source.streaming,e),this.connect(this.source.patching,e)))};let i=null!=this.source;i?e():this.connect(this.properties.source.change,(()=>{i||(e(),i=!0)}))}compute_indices(){var e;const{source:i}=this;if(null==i)return;const s=null!==(e=i.get_length())&&void 0!==e?e:1,t=r.Indices.all_set(s);for(const e of this.filters)t.intersect(e.compute_indices(i));this.indices=t,this._indices=[...t],this.indices_map_to_subset()}indices_map_to_subset(){this.indices_map={};for(let e=0;ethis._indices[e]))}convert_selection_to_subset(e){return e.map((e=>this.indices_map[e]))}convert_indices_from_subset(e){return e.map((e=>this._indices[e]))}}s.CDSView=a,c=a,a.__name__=\"CDSView\",c.define((({Array:e,Ref:i})=>({filters:[e(i(u.Filter)),[]],source:[i(_.ColumnarDataSource)]}))),c.internal((({Int:e,Dict:i,Ref:s,Nullable:t})=>({indices:[s(r.Indices)],indices_map:[i(e),{}],masked:[t(s(r.Indices)),null]})))},\n", - " function _(e,t,n,s,c){s();const o=e(53);class r extends o.Model{constructor(e){super(e)}}n.Filter=r,r.__name__=\"Filter\"},\n", - " function _(t,r,a,e,c){e(),c(\"BasicTickFormatter\",t(146).BasicTickFormatter),c(\"CategoricalTickFormatter\",t(142).CategoricalTickFormatter),c(\"DatetimeTickFormatter\",t(150).DatetimeTickFormatter),c(\"FuncTickFormatter\",t(193).FuncTickFormatter),c(\"LogTickFormatter\",t(163).LogTickFormatter),c(\"MercatorTickFormatter\",t(166).MercatorTickFormatter),c(\"NumeralTickFormatter\",t(194).NumeralTickFormatter),c(\"PrintfTickFormatter\",t(195).PrintfTickFormatter),c(\"TickFormatter\",t(131).TickFormatter)},\n", - " function _(t,e,n,s,r){var c;s();const i=t(131),a=t(13),u=t(34);class o extends i.TickFormatter{constructor(t){super(t)}get names(){return(0,a.keys)(this.args)}get values(){return(0,a.values)(this.args)}_make_func(){const t=(0,u.use_strict)(this.code);return new Function(\"tick\",\"index\",\"ticks\",...this.names,t)}doFormat(t,e){const n=this._make_func().bind({});return t.map(((t,e,s)=>`${n(t,e,s,...this.values)}`))}}n.FuncTickFormatter=o,c=o,o.__name__=\"FuncTickFormatter\",c.define((({Unknown:t,String:e,Dict:n})=>({args:[n(t),{}],code:[e,\"\"]})))},\n", - " function _(r,n,t,o,e){o();var a;const u=(0,r(1).__importStar)(r(153)),c=r(131),i=r(20);class s extends c.TickFormatter{constructor(r){super(r)}get _rounding_fn(){switch(this.rounding){case\"round\":case\"nearest\":return Math.round;case\"floor\":case\"rounddown\":return Math.floor;case\"ceil\":case\"roundup\":return Math.ceil}}doFormat(r,n){const{format:t,language:o,_rounding_fn:e}=this;return r.map((r=>u.format(r,t,o,e)))}}t.NumeralTickFormatter=s,a=s,s.__name__=\"NumeralTickFormatter\",a.define((({String:r})=>({format:[r,\"0,0\"],language:[r,\"en\"],rounding:[i.RoundingFunction,\"round\"]})))},\n", - " function _(t,r,n,o,a){var e;o();const i=t(131),s=t(152);class c extends i.TickFormatter{constructor(t){super(t)}doFormat(t,r){return t.map((t=>(0,s.sprintf)(this.format,t)))}}n.PrintfTickFormatter=c,e=c,c.__name__=\"PrintfTickFormatter\",e.define((({String:t})=>({format:[t,\"%s\"]})))},\n", - " function _(r,o,a,p,e){p(),e(\"CategoricalColorMapper\",r(197).CategoricalColorMapper),e(\"CategoricalMarkerMapper\",r(199).CategoricalMarkerMapper),e(\"CategoricalPatternMapper\",r(200).CategoricalPatternMapper),e(\"ContinuousColorMapper\",r(172).ContinuousColorMapper),e(\"ColorMapper\",r(173).ColorMapper),e(\"LinearColorMapper\",r(201).LinearColorMapper),e(\"LogColorMapper\",r(202).LogColorMapper),e(\"ScanningColorMapper\",r(171).ScanningColorMapper),e(\"EqHistColorMapper\",r(203).EqHistColorMapper)},\n", - " function _(t,o,r,a,e){var c;a();const s=t(198),l=t(173),n=t(67);class _ extends l.ColorMapper{constructor(t){super(t)}_v_compute(t,o,r,{nan_color:a}){(0,s.cat_v_compute)(t,this.factors,r,o,this.start,this.end,a)}}r.CategoricalColorMapper=_,c=_,_.__name__=\"CategoricalColorMapper\",c.define((({Number:t,Nullable:o})=>({factors:[n.FactorSeq],start:[t,0],end:[o(t),null]})))},\n", - " function _(n,t,e,l,i){l();const c=n(12),u=n(8);function f(n,t){if(n.length!=t.length)return!1;for(let e=0,l=n.length;ef(n,h)))),s=_<0||_>=e.length?r:e[_],l[g]=s}}},\n", - " function _(e,r,a,t,s){var c;t();const l=e(198),n=e(67),u=e(174),o=e(20);class p extends u.Mapper{constructor(e){super(e)}v_compute(e){const r=new Array(e.length);return(0,l.cat_v_compute)(e,this.factors,this.markers,r,this.start,this.end,this.default_value),r}}a.CategoricalMarkerMapper=p,c=p,p.__name__=\"CategoricalMarkerMapper\",c.define((({Number:e,Array:r,Nullable:a})=>({factors:[n.FactorSeq],markers:[r(o.MarkerType)],start:[e,0],end:[a(e),null],default_value:[o.MarkerType,\"circle\"]})))},\n", - " function _(t,e,a,r,n){var s;r();const c=t(198),l=t(67),p=t(174),u=t(20);class o extends p.Mapper{constructor(t){super(t)}v_compute(t){const e=new Array(t.length);return(0,c.cat_v_compute)(t,this.factors,this.patterns,e,this.start,this.end,this.default_value),e}}a.CategoricalPatternMapper=o,s=o,o.__name__=\"CategoricalPatternMapper\",s.define((({Number:t,Array:e,Nullable:a})=>({factors:[l.FactorSeq],patterns:[e(u.HatchPatternType)],start:[t,0],end:[a(t),null],default_value:[u.HatchPatternType,\" \"]})))},\n", - " function _(n,r,o,t,a){t();const e=n(172),i=n(12);class s extends e.ContinuousColorMapper{constructor(n){super(n)}scan(n,r){const o=null!=this.low?this.low:(0,i.min)(n),t=null!=this.high?this.high:(0,i.max)(n);return{max:t,min:o,norm_factor:1/(t-o),normed_interval:1/r}}cmap(n,r,o,t,a){const e=r.length-1;if(n==a.max)return r[e];const i=(n-a.min)*a.norm_factor,s=Math.floor(i/a.normed_interval);return s<0?o:s>e?t:r[s]}}o.LinearColorMapper=s,s.__name__=\"LinearColorMapper\"},\n", - " function _(o,t,n,r,l){r();const a=o(172),s=o(12);class e extends a.ContinuousColorMapper{constructor(o){super(o)}scan(o,t){const n=null!=this.low?this.low:(0,s.min)(o),r=null!=this.high?this.high:(0,s.max)(o);return{max:r,min:n,scale:t/(Math.log(r)-Math.log(n))}}cmap(o,t,n,r,l){const a=t.length-1;if(o>l.max)return r;if(o==l.max)return t[a];if(oa&&(e=a),t[e]}}n.LogColorMapper=e,e.__name__=\"LogColorMapper\"},\n", - " function _(e,n,s,t,l){var i;t();const r=e(171),o=e(12),c=e(9);class a extends r.ScanningColorMapper{constructor(e){super(e)}scan(e,n){let s=null!=this.low?this.low:(0,o.min)(e);const t=null!=this.high?this.high:(0,o.max)(e),l=this.bins,i=(0,c.linspace)(s,t,l+1),r=(0,o.bin_counts)(e,i);let a=0;for(let e=0;e1&&(f=1-n)}const d=(0,c.linspace)(f,1,n+1),g=(0,o.interpolate)(d,p,_);return this.rescale_discrete_levels?s=g[0]:g[0]=s,g[g.length-1]=t,{min:s,max:t,binning:g}}}s.EqHistColorMapper=a,i=a,a.__name__=\"EqHistColorMapper\",i.define((({Boolean:e,Int:n})=>({bins:[n,65536],rescale_discrete_levels:[e,!1]})))},\n", - " function _(a,e,l,c,n){c(),n(\"CategoricalScale\",a(62).CategoricalScale),n(\"ContinuousScale\",a(60).ContinuousScale),n(\"LinearScale\",a(59).LinearScale),n(\"LinearInterpolationScale\",a(205).LinearInterpolationScale),n(\"LogScale\",a(61).LogScale),n(\"Scale\",a(55).Scale)},\n", - " function _(e,r,n,t,a){var i;t();const s=e(55),o=e(59),c=e(12);class _ extends s.Scale{constructor(e){super(e)}connect_signals(){super.connect_signals();const{source_range:e,target_range:r}=this.properties;this.on_change([e,r],(()=>{this.linear_scale=new o.LinearScale({source_range:this.source_range,target_range:this.target_range})}))}get s_compute(){throw new Error(\"not implemented\")}get s_invert(){throw new Error(\"not implemented\")}compute(e){return e}v_compute(e){const{binning:r}=this,{start:n,end:t}=this.source_range,a=n,i=t,s=r.length,o=(t-n)/(s-1),_=new Float64Array(s);for(let e=0;e{if(ei)return i;const n=(0,c.left_edge_index)(e,r);if(-1==n)return a;if(n>=s-1)return i;const t=r[n],o=(e-t)/(r[n+1]-t),l=_[n];return l+o*(_[n+1]-l)}));return this.linear_scale.v_compute(l)}invert(e){return e}v_invert(e){return new Float64Array(e)}}n.LinearInterpolationScale=_,i=_,_.__name__=\"LinearInterpolationScale\",i.internal((({Arrayable:e,Ref:r})=>({binning:[e],linear_scale:[r(o.LinearScale),e=>new o.LinearScale({source_range:e.source_range,target_range:e.target_range})]})))},\n", - " function _(a,n,e,g,R){g(),R(\"DataRange\",a(64).DataRange),R(\"DataRange1d\",a(63).DataRange1d),R(\"FactorRange\",a(67).FactorRange),R(\"Range\",a(57).Range),R(\"Range1d\",a(58).Range1d)},\n", - " function _(a,o,i,t,e){t();var n=a(124);e(\"Sizeable\",n.Sizeable),e(\"SizingPolicy\",n.SizingPolicy);var c=a(125);e(\"Layoutable\",c.Layoutable),e(\"LayoutItem\",c.LayoutItem);var r=a(208);e(\"HStack\",r.HStack),e(\"VStack\",r.VStack);var l=a(209);e(\"Grid\",l.Grid),e(\"Row\",l.Row),e(\"Column\",l.Column);var S=a(210);e(\"ContentBox\",S.ContentBox),e(\"VariadicBox\",S.VariadicBox)},\n", - " function _(t,e,h,i,r){i();const n=t(125),o=t(65);class s extends n.Layoutable{constructor(){super(...arguments),this.children=[]}*[Symbol.iterator](){yield*this.children}}h.Stack=s,s.__name__=\"Stack\";class c extends s{_measure(t){let e=0,h=0;for(const t of this.children){const i=t.measure({width:0,height:0});e+=i.width,h=Math.max(h,i.height)}return{width:e,height:h}}_set_geometry(t,e){super._set_geometry(t,e);const h=this.absolute?t.top:0;let i=this.absolute?t.left:0;const{height:r}=t;for(const t of this.children){const{width:e}=t.measure({width:0,height:0});t.set_geometry(new o.BBox({left:i,width:e,top:h,height:r})),i+=e}}}h.HStack=c,c.__name__=\"HStack\";class a extends s{_measure(t){let e=0,h=0;for(const t of this.children){const i=t.measure({width:0,height:0});e=Math.max(e,i.width),h+=i.height}return{width:e,height:h}}_set_geometry(t,e){super._set_geometry(t,e);const h=this.absolute?t.left:0;let i=this.absolute?t.top:0;const{width:r}=t;for(const t of this.children){const{height:e}=t.measure({width:0,height:0});t.set_geometry(new o.BBox({top:i,height:e,left:h,width:r})),i+=e}}}h.VStack=a,a.__name__=\"VStack\";class l extends n.Layoutable{constructor(){super(...arguments),this.children=[]}*[Symbol.iterator](){yield*this.children}_measure(t){const{width_policy:e,height_policy:h}=this.sizing,{min:i,max:r}=Math;let n=0,o=0;for(const e of this.children){const{width:h,height:i}=e.measure(t);n=r(n,h),o=r(o,i)}return{width:(()=>{const{width:h}=this.sizing;if(t.width==1/0)return\"fixed\"==e&&null!=h?h:n;switch(e){case\"fixed\":return null!=h?h:n;case\"min\":return n;case\"fit\":return null!=h?i(t.width,h):t.width;case\"max\":return null!=h?r(t.width,h):t.width}})(),height:(()=>{const{height:e}=this.sizing;if(t.height==1/0)return\"fixed\"==h&&null!=e?e:o;switch(h){case\"fixed\":return null!=e?e:o;case\"min\":return o;case\"fit\":return null!=e?i(t.height,e):t.height;case\"max\":return null!=e?r(t.height,e):t.height}})()}}_set_geometry(t,e){super._set_geometry(t,e);const h=this.absolute?t:t.relative(),{left:i,right:r,top:n,bottom:s}=h,c=Math.round(h.vcenter),a=Math.round(h.hcenter);for(const e of this.children){const{margin:h,halign:l,valign:d}=e.sizing,{width:u,height:g,inner:_}=e.measure(t),w=(()=>{switch(`${d}_${l}`){case\"start_start\":return new o.BBox({left:i+h.left,top:n+h.top,width:u,height:g});case\"start_center\":return new o.BBox({hcenter:a,top:n+h.top,width:u,height:g});case\"start_end\":return new o.BBox({right:r-h.right,top:n+h.top,width:u,height:g});case\"center_start\":return new o.BBox({left:i+h.left,vcenter:c,width:u,height:g});case\"center_center\":return new o.BBox({hcenter:a,vcenter:c,width:u,height:g});case\"center_end\":return new o.BBox({right:r-h.right,vcenter:c,width:u,height:g});case\"end_start\":return new o.BBox({left:i+h.left,bottom:s-h.bottom,width:u,height:g});case\"end_center\":return new o.BBox({hcenter:a,bottom:s-h.bottom,width:u,height:g});case\"end_end\":return new o.BBox({right:r-h.right,bottom:s-h.bottom,width:u,height:g})}})(),m=null==_?w:new o.BBox({left:w.left+_.left,top:w.top+_.top,right:w.right-_.right,bottom:w.bottom-_.bottom});e.set_geometry(w,m)}}}h.NodeLayout=l,l.__name__=\"NodeLayout\"},\n", - " function _(t,i,s,e,o){e();const n=t(124),l=t(125),r=t(8),h=t(65),c=t(9),{max:a,round:g}=Math;class p{constructor(t){this.def=t,this._map=new Map}get(t){let i=this._map.get(t);return void 0===i&&(i=this.def(),this._map.set(t,i)),i}apply(t,i){const s=this.get(t);this._map.set(t,i(s))}}p.__name__=\"DefaultMap\";class f{constructor(){this._items=[],this._nrows=0,this._ncols=0}get nrows(){return this._nrows}get ncols(){return this._ncols}add(t,i){const{r1:s,c1:e}=t;this._nrows=a(this._nrows,s+1),this._ncols=a(this._ncols,e+1),this._items.push({span:t,data:i})}at(t,i){return this._items.filter((({span:s})=>s.r0<=t&&t<=s.r1&&s.c0<=i&&i<=s.c1)).map((({data:t})=>t))}row(t){return this._items.filter((({span:i})=>i.r0<=t&&t<=i.r1)).map((({data:t})=>t))}col(t){return this._items.filter((({span:i})=>i.c0<=t&&t<=i.c1)).map((({data:t})=>t))}foreach(t){for(const{span:i,data:s}of this._items)t(i,s)}map(t){const i=new f;for(const{span:s,data:e}of this._items)i.add(s,t(s,e));return i}}f.__name__=\"Container\";class _ extends l.Layoutable{constructor(t=[]){super(),this.items=t,this.rows=\"auto\",this.cols=\"auto\",this.spacing=0}*[Symbol.iterator](){for(const{layout:t}of this.items)yield t}is_width_expanding(){if(super.is_width_expanding())return!0;if(\"fixed\"==this.sizing.width_policy)return!1;const{cols:t}=this._state;return(0,c.some)(t,(t=>\"max\"==t.policy))}is_height_expanding(){if(super.is_height_expanding())return!0;if(\"fixed\"==this.sizing.height_policy)return!1;const{rows:t}=this._state;return(0,c.some)(t,(t=>\"max\"==t.policy))}_init(){var t,i,s,e;super._init();const o=new f;for(const{layout:t,row:i,col:s,row_span:e,col_span:n}of this.items)if(t.sizing.visible){const l=i,r=s,h=i+(null!=e?e:1)-1,c=s+(null!=n?n:1)-1;o.add({r0:l,c0:r,r1:h,c1:c},t)}const{nrows:n,ncols:l}=o,h=new Array(n);for(let s=0;s{var t;const i=(0,r.isPlainObject)(this.rows)?null!==(t=this.rows[s])&&void 0!==t?t:this.rows[\"*\"]:this.rows;return null==i?{policy:\"auto\"}:(0,r.isNumber)(i)?{policy:\"fixed\",height:i}:(0,r.isString)(i)?{policy:i}:i})(),n=null!==(t=e.align)&&void 0!==t?t:\"auto\";if(\"fixed\"==e.policy)h[s]={policy:\"fixed\",height:e.height,align:n};else if(\"min\"==e.policy)h[s]={policy:\"min\",align:n};else if(\"fit\"==e.policy||\"max\"==e.policy)h[s]={policy:e.policy,flex:null!==(i=e.flex)&&void 0!==i?i:1,align:n};else{if(\"auto\"!=e.policy)throw new Error(\"unrechable\");(0,c.some)(o.row(s),(t=>t.is_height_expanding()))?h[s]={policy:\"max\",flex:1,align:n}:h[s]={policy:\"min\",align:n}}}const a=new Array(l);for(let t=0;t{var i;const s=(0,r.isPlainObject)(this.cols)?null!==(i=this.cols[t])&&void 0!==i?i:this.cols[\"*\"]:this.cols;return null==s?{policy:\"auto\"}:(0,r.isNumber)(s)?{policy:\"fixed\",width:s}:(0,r.isString)(s)?{policy:s}:s})(),n=null!==(s=i.align)&&void 0!==s?s:\"auto\";if(\"fixed\"==i.policy)a[t]={policy:\"fixed\",width:i.width,align:n};else if(\"min\"==i.policy)a[t]={policy:\"min\",align:n};else if(\"fit\"==i.policy||\"max\"==i.policy)a[t]={policy:i.policy,flex:null!==(e=i.flex)&&void 0!==e?e:1,align:n};else{if(\"auto\"!=i.policy)throw new Error(\"unrechable\");(0,c.some)(o.col(t),(t=>t.is_width_expanding()))?a[t]={policy:\"max\",flex:1,align:n}:a[t]={policy:\"min\",align:n}}}const[g,p]=(0,r.isNumber)(this.spacing)?[this.spacing,this.spacing]:this.spacing;this._state={items:o,nrows:n,ncols:l,rows:h,cols:a,rspacing:g,cspacing:p}}_measure_totals(t,i){const{nrows:s,ncols:e,rspacing:o,cspacing:n}=this._state;return{height:(0,c.sum)(t)+(s-1)*o,width:(0,c.sum)(i)+(e-1)*n}}_measure_cells(t){const{items:i,nrows:s,ncols:e,rows:o,cols:l,rspacing:r,cspacing:h}=this._state,c=new Array(s);for(let t=0;t{const{r0:e,c0:f,r1:d,c1:u}=i,w=(d-e)*r,m=(u-f)*h;let y=0;for(let i=e;i<=d;i++)y+=t(i,f).height;y+=w;let x=0;for(let i=f;i<=u;i++)x+=t(e,i).width;x+=m;const b=s.measure({width:x,height:y});_.add(i,{layout:s,size_hint:b});const z=new n.Sizeable(b).grow_by(s.sizing.margin);z.height-=w,z.width-=m;const v=[];for(let t=e;t<=d;t++){const i=o[t];\"fixed\"==i.policy?z.height-=i.height:v.push(t)}if(z.height>0){const t=g(z.height/v.length);for(const i of v)c[i]=a(c[i],t)}const j=[];for(let t=f;t<=u;t++){const i=l[t];\"fixed\"==i.policy?z.width-=i.width:j.push(t)}if(z.width>0){const t=g(z.width/j.length);for(const i of j)p[i]=a(p[i],t)}}));return{size:this._measure_totals(c,p),row_heights:c,col_widths:p,size_hints:_}}_measure_grid(t){const{nrows:i,ncols:s,rows:e,cols:o,rspacing:n,cspacing:l}=this._state,r=this._measure_cells(((t,i)=>{const s=e[t],n=o[i];return{width:\"fixed\"==n.policy?n.width:1/0,height:\"fixed\"==s.policy?s.height:1/0}}));let h;h=\"fixed\"==this.sizing.height_policy&&null!=this.sizing.height?this.sizing.height:t.height!=1/0&&this.is_height_expanding()?t.height:r.size.height;let c,p=0;for(let t=0;t0)for(let t=0;ti?i:e,t--}}}c=\"fixed\"==this.sizing.width_policy&&null!=this.sizing.width?this.sizing.width:t.width!=1/0&&this.is_width_expanding()?t.width:r.size.width;let f=0;for(let t=0;t0)for(let t=0;ts?s:o,t--}}}const{row_heights:_,col_widths:d,size_hints:u}=this._measure_cells(((t,i)=>({width:r.col_widths[i],height:r.row_heights[t]})));return{size:this._measure_totals(_,d),row_heights:_,col_widths:d,size_hints:u}}_measure(t){const{size:i}=this._measure_grid(t);return i}_set_geometry(t,i){super._set_geometry(t,i);const{nrows:s,ncols:e,rspacing:o,cspacing:n}=this._state,{row_heights:l,col_widths:r,size_hints:c}=this._measure_grid(t),f=this._state.rows.map(((t,i)=>Object.assign(Object.assign({},t),{top:0,height:l[i],get bottom(){return this.top+this.height}}))),_=this._state.cols.map(((t,i)=>Object.assign(Object.assign({},t),{left:0,width:r[i],get right(){return this.left+this.width}}))),d=c.map(((t,i)=>Object.assign(Object.assign({},i),{outer:new h.BBox,inner:new h.BBox})));for(let i=0,e=this.absolute?t.top:0;i{const{layout:r,size_hint:c}=l,{sizing:a}=r,{width:p,height:d}=c,u=function(t,i){let s=(i-t)*n;for(let e=t;e<=i;e++)s+=_[e].width;return s}(i,e),w=function(t,i){let s=(i-t)*o;for(let e=t;e<=i;e++)s+=f[e].height;return s}(t,s),m=i==e&&\"auto\"!=_[i].align?_[i].align:a.halign,y=t==s&&\"auto\"!=f[t].align?f[t].align:a.valign;let x=_[i].left;\"start\"==m?x+=a.margin.left:\"center\"==m?x+=g((u-p)/2):\"end\"==m&&(x+=u-a.margin.right-p);let b=f[t].top;\"start\"==y?b+=a.margin.top:\"center\"==y?b+=g((w-d)/2):\"end\"==y&&(b+=w-a.margin.bottom-d),l.outer=new h.BBox({left:x,top:b,width:p,height:d})}));const u=f.map((()=>({start:new p((()=>0)),end:new p((()=>0))}))),w=_.map((()=>({start:new p((()=>0)),end:new p((()=>0))})));d.foreach((({r0:t,c0:i,r1:s,c1:e},{size_hint:o,outer:n})=>{const{inner:l}=o;null!=l&&(u[t].start.apply(n.top,(t=>a(t,l.top))),u[s].end.apply(f[s].bottom-n.bottom,(t=>a(t,l.bottom))),w[i].start.apply(n.left,(t=>a(t,l.left))),w[e].end.apply(_[e].right-n.right,(t=>a(t,l.right))))})),d.foreach((({r0:t,c0:i,r1:s,c1:e},o)=>{const{size_hint:n,outer:l}=o,r=t=>{const i=this.absolute?l:l.relative(),s=i.left+t.left,e=i.top+t.top,o=i.right-t.right,n=i.bottom-t.bottom;return new h.BBox({left:s,top:e,right:o,bottom:n})};if(null!=n.inner){let h=r(n.inner);if(!1!==n.align){const o=u[t].start.get(l.top),n=u[s].end.get(f[s].bottom-l.bottom),c=w[i].start.get(l.left),a=w[e].end.get(_[e].right-l.right);try{h=r({top:o,bottom:n,left:c,right:a})}catch(t){}}o.inner=h}else o.inner=l})),d.foreach(((t,{layout:i,outer:s,inner:e})=>{i.set_geometry(s,e)}))}}s.Grid=_,_.__name__=\"Grid\";class d extends _{constructor(t){super(),this.items=t.map(((t,i)=>({layout:t,row:0,col:i}))),this.rows=\"fit\"}}s.Row=d,d.__name__=\"Row\";class u extends _{constructor(t){super(),this.items=t.map(((t,i)=>({layout:t,row:i,col:0}))),this.cols=\"fit\"}}s.Column=u,u.__name__=\"Column\"},\n", - " function _(e,t,s,n,i){n();const a=e(125),c=e(124),o=e(43);class r extends a.ContentLayoutable{constructor(e){super(),this.content_size=(0,o.unsized)(e,(()=>new c.Sizeable((0,o.size)(e))))}_content_size(){return this.content_size}}s.ContentBox=r,r.__name__=\"ContentBox\";class _ extends a.Layoutable{constructor(e){super(),this.el=e}_measure(e){const t=new c.Sizeable(e).bounded_to(this.sizing.size);return(0,o.sized)(this.el,t,(()=>{const e=new c.Sizeable((0,o.content_size)(this.el)),{border:t,padding:s}=(0,o.extents)(this.el);return e.grow_by(t).grow_by(s).map(Math.ceil)}))}}s.VariadicBox=_,_.__name__=\"VariadicBox\";class h extends _{constructor(e){super(e),this._cache=new Map}_measure(e){const{width:t,height:s}=e,n=`${t},${s}`;let i=this._cache.get(n);return null==i&&(i=super._measure(e),this._cache.set(n,i)),i}invalidate_cache(){this._cache.clear()}}s.CachedVariadicBox=h,h.__name__=\"CachedVariadicBox\"},\n", - " function _(t,e,i,h,o){h();const s=t(124),r=t(125),n=t(65);class g extends r.Layoutable{constructor(){super(...arguments),this.min_border={left:0,top:0,right:0,bottom:0},this.padding={left:0,top:0,right:0,bottom:0}}*[Symbol.iterator](){yield this.top_panel,yield this.bottom_panel,yield this.left_panel,yield this.right_panel,yield this.center_panel}_measure(t){t=new s.Sizeable({width:\"fixed\"==this.sizing.width_policy||t.width==1/0?this.sizing.width:t.width,height:\"fixed\"==this.sizing.height_policy||t.height==1/0?this.sizing.height:t.height});const e=this.left_panel.measure({width:0,height:t.height}),i=Math.max(e.width,this.min_border.left)+this.padding.left,h=this.right_panel.measure({width:0,height:t.height}),o=Math.max(h.width,this.min_border.right)+this.padding.right,r=this.top_panel.measure({width:t.width,height:0}),n=Math.max(r.height,this.min_border.top)+this.padding.top,g=this.bottom_panel.measure({width:t.width,height:0}),a=Math.max(g.height,this.min_border.bottom)+this.padding.bottom,d=new s.Sizeable(t).shrink_by({left:i,right:o,top:n,bottom:a}),l=this.center_panel.measure(d);return{width:i+l.width+o,height:n+l.height+a,inner:{left:i,right:o,top:n,bottom:a},align:(()=>{const{width_policy:t,height_policy:e}=this.center_panel.sizing;return\"fixed\"!=t&&\"fixed\"!=e})()}}_set_geometry(t,e){super._set_geometry(t,e),this.center_panel.set_geometry(e);const i=this.left_panel.measure({width:0,height:t.height}),h=this.right_panel.measure({width:0,height:t.height}),o=this.top_panel.measure({width:t.width,height:0}),s=this.bottom_panel.measure({width:t.width,height:0}),{left:r,top:g,right:a,bottom:d}=e;this.top_panel.set_geometry(new n.BBox({left:r,right:a,bottom:g,height:o.height})),this.bottom_panel.set_geometry(new n.BBox({left:r,right:a,top:d,height:s.height})),this.left_panel.set_geometry(new n.BBox({top:g,bottom:d,right:r,width:i.width})),this.right_panel.set_geometry(new n.BBox({top:g,bottom:d,left:a,width:h.width}))}}i.BorderLayout=g,g.__name__=\"BorderLayout\"},\n", - " function _(t,e,i,s,l){s();const n=t(1);var o;const a=t(119),_=t(10),d=t(20),h=t(120),r=t(123),u=(0,n.__importStar)(t(48));class c extends a.TextAnnotationView{update_layout(){const{panel:t}=this;this.layout=null!=t?new r.SideLayout(t,(()=>this.get_size()),!1):void 0}_get_size(){const{text:t}=this.model,e=new h.TextBox({text:t}),{angle:i,angle_units:s}=this.model;e.angle=(0,_.resolve_angle)(i,s),e.visuals=this.visuals.text.values();const{width:l,height:n}=e.size();return{width:l,height:n}}_render(){const{angle:t,angle_units:e}=this.model,i=(0,_.resolve_angle)(t,e),s=null!=this.layout?this.layout:this.plot_view.frame,l=this.coordinates.x_scale,n=this.coordinates.y_scale;let o=\"data\"==this.model.x_units?l.compute(this.model.x):s.bbox.xview.compute(this.model.x),a=\"data\"==this.model.y_units?n.compute(this.model.y):s.bbox.yview.compute(this.model.y);o+=this.model.x_offset,a-=this.model.y_offset;(\"canvas\"==this.model.render_mode?this._canvas_text.bind(this):this._css_text.bind(this))(this.layer.ctx,this.model.text,o,a,i)}}i.LabelView=c,c.__name__=\"LabelView\";class x extends a.TextAnnotation{constructor(t){super(t)}}i.Label=x,o=x,x.__name__=\"Label\",o.prototype.default_view=c,o.mixins([u.Text,[\"border_\",u.Line],[\"background_\",u.Fill]]),o.define((({Number:t,String:e,Angle:i})=>({x:[t],x_units:[d.SpatialUnits,\"data\"],y:[t],y_units:[d.SpatialUnits,\"data\"],text:[e,\"\"],angle:[i,0],angle_units:[d.AngleUnits,\"rad\"],x_offset:[t,0],y_offset:[t,0]}))),o.override({background_fill_color:null,border_line_color:null})},\n", - " function _(t,e,s,i,l){i();const o=t(1);var a;const r=t(69),n=(0,o.__importStar)(t(48)),d=t(20),_=t(43),c=t(120),h=(0,o.__importStar)(t(18)),u=t(11);class v extends r.DataAnnotationView{set_data(t){var e;if(super.set_data(t),null===(e=this.els)||void 0===e||e.forEach((t=>(0,_.remove)(t))),\"css\"==this.model.render_mode){const t=this.els=[...this.text].map((()=>(0,_.div)({style:{display:\"none\"}})));for(const e of t)this.plot_view.canvas_view.add_overlay(e)}else delete this.els}remove(){var t;null===(t=this.els)||void 0===t||t.forEach((t=>(0,_.remove)(t))),super.remove()}_rerender(){\"css\"==this.model.render_mode?this.render():this.request_render()}map_data(){const{x_scale:t,y_scale:e}=this.coordinates,s=null!=this.layout?this.layout:this.plot_view.frame;this.sx=\"data\"==this.model.x_units?t.v_compute(this._x):s.bbox.xview.v_compute(this._x),this.sy=\"data\"==this.model.y_units?e.v_compute(this._y):s.bbox.yview.v_compute(this._y)}paint(){const t=\"canvas\"==this.model.render_mode?this._v_canvas_text.bind(this):this._v_css_text.bind(this),{ctx:e}=this.layer;for(let s=0,i=this.text.length;s{switch(this.visuals.text.text_align.get(e)){case\"left\":return[\"left\",\"0%\"];case\"center\":return[\"center\",\"-50%\"];case\"right\":return[\"right\",\"-100%\"]}})(),[d,c]=(()=>{switch(this.visuals.text.text_baseline.get(e)){case\"top\":return[\"top\",\"0%\"];case\"middle\":return[\"center\",\"-50%\"];case\"bottom\":return[\"bottom\",\"-100%\"];default:return[\"center\",\"-50%\"]}})();let h=`translate(${n}, ${c})`;o&&(h+=`rotate(${o}rad)`),a.style.transformOrigin=`${r} ${d}`,a.style.transform=h,this.layout,this.visuals.background_fill.doit&&(this.visuals.background_fill.set_vectorize(t,e),a.style.backgroundColor=t.fillStyle),this.visuals.border_line.doit&&(this.visuals.border_line.set_vectorize(t,e),a.style.borderStyle=t.lineDash.length<2?\"solid\":\"dashed\",a.style.borderWidth=`${t.lineWidth}px`,a.style.borderColor=t.strokeStyle),(0,_.display)(a)}}s.LabelSetView=v,v.__name__=\"LabelSetView\";class x extends r.DataAnnotation{constructor(t){super(t)}}s.LabelSet=x,a=x,x.__name__=\"LabelSet\",a.prototype.default_view=v,a.mixins([n.TextVector,[\"border_\",n.LineVector],[\"background_\",n.FillVector]]),a.define((()=>({x:[h.XCoordinateSpec,{field:\"x\"}],y:[h.YCoordinateSpec,{field:\"y\"}],x_units:[d.SpatialUnits,\"data\"],y_units:[d.SpatialUnits,\"data\"],text:[h.StringSpec,{field:\"text\"}],angle:[h.AngleSpec,0],x_offset:[h.NumberSpec,{value:0}],y_offset:[h.NumberSpec,{value:0}],render_mode:[d.RenderMode,\"canvas\"]}))),a.override({background_fill_color:null,border_line_color:null})},\n", - " function _(t,e,i,l,s){l();const n=t(1);var o;const h=t(40),a=t(215),_=t(20),r=(0,n.__importStar)(t(48)),d=t(15),c=t(123),g=t(121),m=t(65),b=t(9),f=t(8),u=t(11);class x extends h.AnnotationView{update_layout(){const{panel:t}=this;this.layout=null!=t?new c.SideLayout(t,(()=>this.get_size())):void 0}cursor(t,e){return\"none\"==this.model.click_policy?null:\"pointer\"}get legend_padding(){return null!=this.model.border_line_color?this.model.padding:0}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.request_render())),this.connect(this.model.item_change,(()=>this.request_render()))}compute_legend_bbox(){const t=this.model.get_legend_names(),{glyph_height:e,glyph_width:i}=this.model,{label_height:l,label_width:s}=this.model;this.max_label_height=(0,b.max)([(0,g.font_metrics)(this.visuals.label_text.font_value()).height,l,e]);const{ctx:n}=this.layer;n.save(),this.visuals.label_text.set_value(n),this.text_widths=new Map;for(const e of t)this.text_widths.set(e,(0,b.max)([n.measureText(e).width,s]));this.visuals.title_text.set_value(n),this.title_height=this.model.title?(0,g.font_metrics)(this.visuals.title_text.font_value()).height+this.model.title_standoff:0,this.title_width=this.model.title?n.measureText(this.model.title).width:0,n.restore();const o=Math.max((0,b.max)([...this.text_widths.values()]),0),h=this.model.margin,{legend_padding:a}=this,_=this.model.spacing,{label_standoff:r}=this.model;let d,c;if(\"vertical\"==this.model.orientation)d=t.length*this.max_label_height+Math.max(t.length-1,0)*_+2*a+this.title_height,c=(0,b.max)([o+i+r+2*a,this.title_width+2*a]);else{let e=2*a+Math.max(t.length-1,0)*_;for(const[,t]of this.text_widths)e+=(0,b.max)([t,s])+i+r;c=(0,b.max)([this.title_width+2*a,e]),d=this.max_label_height+this.title_height+2*a}const x=null!=this.layout?this.layout:this.plot_view.frame,[p,w]=x.bbox.ranges,{location:v}=this.model;let y,k;if((0,f.isString)(v))switch(v){case\"top_left\":y=p.start+h,k=w.start+h;break;case\"top\":case\"top_center\":y=(p.end+p.start)/2-c/2,k=w.start+h;break;case\"top_right\":y=p.end-h-c,k=w.start+h;break;case\"bottom_right\":y=p.end-h-c,k=w.end-h-d;break;case\"bottom\":case\"bottom_center\":y=(p.end+p.start)/2-c/2,k=w.end-h-d;break;case\"bottom_left\":y=p.start+h,k=w.end-h-d;break;case\"left\":case\"center_left\":y=p.start+h,k=(w.end+w.start)/2-d/2;break;case\"center\":case\"center_center\":y=(p.end+p.start)/2-c/2,k=(w.end+w.start)/2-d/2;break;case\"right\":case\"center_right\":y=p.end-h-c,k=(w.end+w.start)/2-d/2}else if((0,f.isArray)(v)&&2==v.length){const[t,e]=v;y=x.bbox.xview.compute(t),k=x.bbox.yview.compute(e)-d}else(0,u.unreachable)();return new m.BBox({left:y,top:k,width:c,height:d})}interactive_bbox(){return this.compute_legend_bbox()}interactive_hit(t,e){return this.interactive_bbox().contains(t,e)}on_hit(t,e){let i;const{glyph_width:l}=this.model,{legend_padding:s}=this,n=this.model.spacing,{label_standoff:o}=this.model;let h=i=s;const a=this.compute_legend_bbox(),_=\"vertical\"==this.model.orientation;for(const r of this.model.items){const d=r.get_labels_list_from_label_prop();for(const c of d){const d=a.x+h,g=a.y+i+this.title_height;let b,f;[b,f]=_?[a.width-2*s,this.max_label_height]:[this.text_widths.get(c)+l+o,this.max_label_height];if(new m.BBox({left:d,top:g,width:b,height:f}).contains(t,e)){switch(this.model.click_policy){case\"hide\":for(const t of r.renderers)t.visible=!t.visible;break;case\"mute\":for(const t of r.renderers)t.muted=!t.muted}return!0}_?i+=this.max_label_height+n:h+=this.text_widths.get(c)+l+o+n}}return!1}_render(){if(0==this.model.items.length)return;if(!(0,b.some)(this.model.items,(t=>t.visible)))return;for(const t of this.model.items)t.legend=this.model;const{ctx:t}=this.layer,e=this.compute_legend_bbox();t.save(),this._draw_legend_box(t,e),this._draw_legend_items(t,e),this._draw_title(t,e),t.restore()}_draw_legend_box(t,e){t.beginPath(),t.rect(e.x,e.y,e.width,e.height),this.visuals.background_fill.apply(t),this.visuals.border_line.apply(t)}_draw_legend_items(t,e){const{glyph_width:i,glyph_height:l}=this.model,{legend_padding:s}=this,n=this.model.spacing,{label_standoff:o}=this.model;let h=s,a=s;const _=\"vertical\"==this.model.orientation;for(const r of this.model.items){if(!r.visible)continue;const d=r.get_labels_list_from_label_prop(),c=r.get_field_from_label_prop();if(0==d.length)continue;const g=(()=>{switch(this.model.click_policy){case\"none\":return!0;case\"hide\":return(0,b.every)(r.renderers,(t=>t.visible));case\"mute\":return(0,b.every)(r.renderers,(t=>!t.muted))}})();for(const m of d){const d=e.x+h,b=e.y+a+this.title_height,f=d+i,u=b+l;_?a+=this.max_label_height+n:h+=this.text_widths.get(m)+i+o+n,this.visuals.label_text.set_value(t),t.fillText(m,f+o,b+this.max_label_height/2);for(const e of r.renderers){const i=this.plot_view.renderer_view(e);null==i||i.draw_legend(t,d,f,b,u,c,m,r.index)}if(!g){let l,n;[l,n]=_?[e.width-2*s,this.max_label_height]:[this.text_widths.get(m)+i+o,this.max_label_height],t.beginPath(),t.rect(d,b,l,n),this.visuals.inactive_fill.set_value(t),t.fill()}}}}_draw_title(t,e){const{title:i}=this.model;i&&this.visuals.title_text.doit&&(t.save(),t.translate(e.x0,e.y0+this.title_height),this.visuals.title_text.set_value(t),t.fillText(i,this.legend_padding,this.legend_padding-this.model.title_standoff),t.restore())}_get_size(){const{width:t,height:e}=this.compute_legend_bbox();return{width:t+2*this.model.margin,height:e+2*this.model.margin}}}i.LegendView=x,x.__name__=\"LegendView\";class p extends h.Annotation{constructor(t){super(t)}initialize(){super.initialize(),this.item_change=new d.Signal0(this,\"item_change\")}get_legend_names(){const t=[];for(const e of this.items){const i=e.get_labels_list_from_label_prop();t.push(...i)}return t}}i.Legend=p,o=p,p.__name__=\"Legend\",o.prototype.default_view=x,o.mixins([[\"label_\",r.Text],[\"title_\",r.Text],[\"inactive_\",r.Fill],[\"border_\",r.Line],[\"background_\",r.Fill]]),o.define((({Number:t,String:e,Array:i,Tuple:l,Or:s,Ref:n,Nullable:o})=>({orientation:[_.Orientation,\"vertical\"],location:[s(_.LegendLocation,l(t,t)),\"top_right\"],title:[o(e),null],title_standoff:[t,5],label_standoff:[t,5],glyph_height:[t,20],glyph_width:[t,20],label_height:[t,20],label_width:[t,20],margin:[t,10],padding:[t,10],spacing:[t,3],items:[i(n(a.LegendItem)),[]],click_policy:[_.LegendClickPolicy,\"none\"]}))),o.override({border_line_color:\"#e5e5e5\",border_line_alpha:.5,border_line_width:1,background_fill_color:\"#ffffff\",background_fill_alpha:.95,inactive_fill_color:\"white\",inactive_fill_alpha:.7,label_text_font_size:\"13px\",label_text_baseline:\"middle\",title_text_font_size:\"13px\",title_text_font_style:\"italic\"})},\n", - " function _(e,r,l,n,t){n();const i=e(1);var s;const o=e(53),a=e(175),_=e(70),u=e(216),d=(0,i.__importStar)(e(18)),c=e(19),f=e(9);class h extends o.Model{constructor(e){super(e)}_check_data_sources_on_renderers(){if(null!=this.get_field_from_label_prop()){if(this.renderers.length<1)return!1;const e=this.renderers[0].data_source;if(null!=e)for(const r of this.renderers)if(r.data_source!=e)return!1}return!0}_check_field_label_on_data_source(){const e=this.get_field_from_label_prop();if(null!=e){if(this.renderers.length<1)return!1;const r=this.renderers[0].data_source;if(null!=r&&!(0,f.includes)(r.columns(),e))return!1}return!0}initialize(){super.initialize(),this.legend=null,this.connect(this.change,(()=>{var e;return null===(e=this.legend)||void 0===e?void 0:e.item_change.emit()}));this._check_data_sources_on_renderers()||c.logger.error(\"Non matching data sources on legend item renderers\");this._check_field_label_on_data_source()||c.logger.error(`Bad column name on label: ${this.label}`)}get_field_from_label_prop(){const{label:e}=this;return(0,u.isField)(e)?e.field:null}get_labels_list_from_label_prop(){if(!this.visible)return[];if((0,u.isValue)(this.label)){const{value:e}=this.label;return null!=e?[e]:[]}const e=this.get_field_from_label_prop();if(null!=e){let r;if(!this.renderers[0]||null==this.renderers[0].data_source)return[\"No source found\"];if(r=this.renderers[0].data_source,r instanceof _.ColumnarDataSource){const l=r.get_column(e);return null!=l?(0,f.uniq)(Array.from(l)):[\"Invalid field\"]}}return[]}}l.LegendItem=h,s=h,h.__name__=\"LegendItem\",s.define((({Boolean:e,Int:r,Array:l,Ref:n,Nullable:t})=>({label:[d.NullStringSpec,null],renderers:[l(n(a.GlyphRenderer)),[]],index:[t(r),null],visible:[e,!0]})))},\n", - " function _(i,n,e,t,u){t();const c=i(8);e.isValue=function(i){return(0,c.isPlainObject)(i)&&\"value\"in i},e.isField=function(i){return(0,c.isPlainObject)(i)&&\"field\"in i},e.isExpr=function(i){return(0,c.isPlainObject)(i)&&\"expr\"in i}},\n", - " function _(t,n,e,s,i){s();const o=t(1);var a;const l=t(40),c=(0,o.__importStar)(t(48)),r=t(20);class _ extends l.AnnotationView{connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.request_render()))}_render(){const{xs:t,ys:n}=this.model;if(t.length!=n.length)return;const e=t.length;if(e<3)return;const{frame:s}=this.plot_view,{ctx:i}=this.layer,o=this.coordinates.x_scale,a=this.coordinates.y_scale,{screen:l}=this.model;function c(t,n,e,s){return l?t:\"data\"==n?e.v_compute(t):s.v_compute(t)}const r=c(t,this.model.xs_units,o,s.bbox.xview),_=c(n,this.model.ys_units,a,s.bbox.yview);i.beginPath();for(let t=0;t({xs:[n(t),[]],xs_units:[r.SpatialUnits,\"data\"],ys:[n(t),[]],ys_units:[r.SpatialUnits,\"data\"]}))),a.internal((({Boolean:t})=>({screen:[t,!1]}))),a.override({fill_color:\"#fff9ba\",fill_alpha:.4,line_color:\"#cccccc\",line_alpha:.3})},\n", - " function _(e,t,n,o,i){o();const s=e(1);var l;const r=e(40),c=(0,s.__importStar)(e(48));class a extends r.AnnotationView{connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.request_render()))}_render(){const{gradient:e,y_intercept:t}=this.model;if(null==e||null==t)return;const{frame:n}=this.plot_view,o=this.coordinates.x_scale,i=this.coordinates.y_scale;let s,l,r,c;if(0==e)s=i.compute(t),l=s,r=n.bbox.left,c=r+n.bbox.width;else{s=n.bbox.top,l=s+n.bbox.height;const a=(i.invert(s)-t)/e,_=(i.invert(l)-t)/e;r=o.compute(a),c=o.compute(_)}const{ctx:a}=this.layer;a.save(),a.beginPath(),this.visuals.line.set_value(a),a.moveTo(r,s),a.lineTo(c,l),a.stroke(),a.restore()}}n.SlopeView=a,a.__name__=\"SlopeView\";class _ extends r.Annotation{constructor(e){super(e)}}n.Slope=_,l=_,_.__name__=\"Slope\",l.prototype.default_view=a,l.mixins(c.Line),l.define((({Number:e,Nullable:t})=>({gradient:[t(e),null],y_intercept:[t(e),null]}))),l.override({line_color:\"black\"})},\n", - " function _(e,t,i,o,n){o();const s=e(1);var l;const a=e(40),r=(0,s.__importStar)(e(48)),c=e(20);class d extends a.AnnotationView{connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.plot_view.request_paint(this)))}_render(){const{location:e}=this.model;if(null==e)return;const{frame:t}=this.plot_view,i=this.coordinates.x_scale,o=this.coordinates.y_scale,n=(t,i)=>\"data\"==this.model.location_units?t.compute(e):this.model.for_hover?e:i.compute(e);let s,l,a,r;\"width\"==this.model.dimension?(a=n(o,t.bbox.yview),l=t.bbox.left,r=t.bbox.width,s=this.model.line_width):(a=t.bbox.top,l=n(i,t.bbox.xview),r=this.model.line_width,s=t.bbox.height);const{ctx:c}=this.layer;c.save(),c.beginPath(),this.visuals.line.set_value(c),c.moveTo(l,a),\"width\"==this.model.dimension?c.lineTo(l+r,a):c.lineTo(l,a+s),c.stroke(),c.restore()}}i.SpanView=d,d.__name__=\"SpanView\";class _ extends a.Annotation{constructor(e){super(e)}}i.Span=_,l=_,_.__name__=\"Span\",l.prototype.default_view=d,l.mixins(r.Line),l.define((({Number:e,Nullable:t})=>({render_mode:[c.RenderMode,\"canvas\"],location:[t(e),null],location_units:[c.SpatialUnits,\"data\"],dimension:[c.Dimension,\"width\"]}))),l.internal((({Boolean:e})=>({for_hover:[e,!1]}))),l.override({line_color:\"black\"})},\n", - " function _(i,e,t,o,l){var s;o();const a=i(40),_=i(221),n=i(113),r=i(43),h=i(123),b=i(65);class v extends a.AnnotationView{constructor(){super(...arguments),this._invalidate_toolbar=!0,this._previous_bbox=new b.BBox}update_layout(){this.layout=new h.SideLayout(this.panel,(()=>this.get_size()),!0)}initialize(){super.initialize(),this.el=(0,r.div)(),this.plot_view.canvas_view.add_event(this.el)}async lazy_initialize(){await super.lazy_initialize(),this._toolbar_view=await(0,n.build_view)(this.model.toolbar,{parent:this}),this.plot_view.visibility_callbacks.push((i=>this._toolbar_view.set_visibility(i)))}remove(){this._toolbar_view.remove(),(0,r.remove)(this.el),super.remove()}render(){this.model.visible||(0,r.undisplay)(this.el),super.render()}_render(){const{bbox:i}=this.layout;this._previous_bbox.equals(i)||((0,r.position)(this.el,i),this._previous_bbox=i,this._invalidate_toolbar=!0),this._invalidate_toolbar&&(this.el.style.position=\"absolute\",this.el.style.overflow=\"hidden\",(0,r.empty)(this.el),this.el.appendChild(this._toolbar_view.el),this._toolbar_view.layout.bbox=i,this._toolbar_view.render(),this._invalidate_toolbar=!1),(0,r.display)(this.el)}_get_size(){const{tools:i,logo:e}=this.model.toolbar;return{width:30*i.length+(null!=e?25:0)+15,height:30}}}t.ToolbarPanelView=v,v.__name__=\"ToolbarPanelView\";class d extends a.Annotation{constructor(i){super(i)}}t.ToolbarPanel=d,s=d,d.__name__=\"ToolbarPanel\",s.prototype.default_view=v,s.define((({Ref:i})=>({toolbar:[i(_.Toolbar)]})))},\n", - " function _(t,e,s,i,o){var c;i();const n=t(8),a=t(9),l=t(13),r=t(222),_=t(223),u=t(232),p=t(233);function v(t){switch(t){case\"tap\":return\"active_tap\";case\"pan\":return\"active_drag\";case\"pinch\":case\"scroll\":return\"active_scroll\";case\"multi\":return\"active_multi\"}return null}function h(t){return\"tap\"==t||\"pan\"==t}s.Drag=r.Tool,s.Inspection=r.Tool,s.Scroll=r.Tool,s.Tap=r.Tool;class f extends p.ToolbarBase{constructor(t){super(t)}connect_signals(){super.connect_signals();const{tools:t,active_drag:e,active_inspect:s,active_scroll:i,active_tap:o,active_multi:c}=this.properties;this.on_change([t,e,s,i,o,c],(()=>this._init_tools()))}_init_tools(){if(super._init_tools(),\"auto\"==this.active_inspect);else if(this.active_inspect instanceof u.InspectTool){let t=!1;for(const e of this.inspectors)e!=this.active_inspect?e.active=!1:t=!0;t||(this.active_inspect=null)}else if((0,n.isArray)(this.active_inspect)){const t=(0,a.intersection)(this.active_inspect,this.inspectors);t.length!=this.active_inspect.length&&(this.active_inspect=t);for(const t of this.inspectors)(0,a.includes)(this.active_inspect,t)||(t.active=!1)}else if(null==this.active_inspect)for(const t of this.inspectors)t.active=!1;const t=t=>{t.active?this._active_change(t):t.active=!0};for(const t of(0,l.values)(this.gestures)){t.tools=(0,a.sort_by)(t.tools,(t=>t.default_order));for(const e of t.tools)this.connect(e.properties.active.change,(()=>this._active_change(e)))}for(const[e,s]of(0,l.entries)(this.gestures)){const i=v(e);if(i){const o=this[i];\"auto\"==o?0!=s.tools.length&&h(e)&&t(s.tools[0]):null!=o&&((0,a.includes)(this.tools,o)?t(o):this[i]=null)}}}}s.Toolbar=f,c=f,f.__name__=\"Toolbar\",c.prototype.default_view=p.ToolbarBaseView,c.define((({Or:t,Ref:e,Auto:i,Null:o})=>({active_drag:[t(e(s.Drag),i,o),\"auto\"],active_inspect:[t(e(s.Inspection),i,o),\"auto\"],active_scroll:[t(e(s.Scroll),i,o),\"auto\"],active_tap:[t(e(s.Tap),i,o),\"auto\"],active_multi:[t(e(_.GestureTool),i,o),\"auto\"]})))},\n", - " function _(t,e,n,o,s){var i;o();const a=t(42),r=t(9),l=t(53);class c extends a.View{get plot_view(){return this.parent}get plot_model(){return this.parent.model}connect_signals(){super.connect_signals(),this.connect(this.model.properties.active.change,(()=>{this.model.active?this.activate():this.deactivate()}))}activate(){}deactivate(){}}n.ToolView=c,c.__name__=\"ToolView\";class _ extends l.Model{constructor(t){super(t)}get synthetic_renderers(){return[]}_get_dim_limits([t,e],[n,o],s,i){const a=s.bbox.h_range;let l;\"width\"==i||\"both\"==i?(l=[(0,r.min)([t,n]),(0,r.max)([t,n])],l=[(0,r.max)([l[0],a.start]),(0,r.min)([l[1],a.end])]):l=[a.start,a.end];const c=s.bbox.v_range;let _;return\"height\"==i||\"both\"==i?(_=[(0,r.min)([e,o]),(0,r.max)([e,o])],_=[(0,r.max)([_[0],c.start]),(0,r.min)([_[1],c.end])]):_=[c.start,c.end],[l,_]}static register_alias(t,e){this.prototype._known_aliases.set(t,e)}static from_string(t){const e=this.prototype._known_aliases.get(t);if(null!=e)return e();{const e=[...this.prototype._known_aliases.keys()];throw new Error(`unexpected tool name '${t}', possible tools are ${e.join(\", \")}`)}}}n.Tool=_,i=_,_.__name__=\"Tool\",i.prototype._known_aliases=new Map,i.define((({String:t,Nullable:e})=>({description:[e(t),null]}))),i.internal((({Boolean:t})=>({active:[t,!1]})))},\n", - " function _(e,o,t,s,n){s();const u=e(224),_=e(231);class l extends u.ButtonToolView{}t.GestureToolView=l,l.__name__=\"GestureToolView\";class i extends u.ButtonTool{constructor(e){super(e),this.button_view=_.OnOffButtonView}}t.GestureTool=i,i.__name__=\"GestureTool\"},\n", - " function _(t,e,o,s,i){s();const n=t(1);var l;const r=(0,n.__importDefault)(t(225)),a=t(226),u=t(222),h=t(43),_=t(34),d=t(8),c=t(9),m=(0,n.__importStar)(t(227)),p=m,v=(0,n.__importDefault)(t(228)),f=(0,n.__importDefault)(t(229)),g=t(230);class b extends a.DOMView{initialize(){super.initialize();const t=this.model.menu;if(null!=t){const e=this.parent.model.toolbar_location,o=\"left\"==e||\"above\"==e,s=this.parent.model.horizontal?\"vertical\":\"horizontal\";this._menu=new g.ContextMenu(o?(0,c.reversed)(t):t,{orientation:s,prevent_hide:t=>t.target==this.el})}this._hammer=new r.default(this.el,{touchAction:\"auto\",inputClass:r.default.TouchMouseInput}),this.connect(this.model.change,(()=>this.render())),this._hammer.on(\"tap\",(t=>{var e;(null===(e=this._menu)||void 0===e?void 0:e.is_open)?this._menu.hide():t.target==this.el&&this._clicked()})),this._hammer.on(\"press\",(()=>this._pressed())),this.el.addEventListener(\"keydown\",(t=>{t.keyCode==h.Keys.Enter&&this._clicked()}))}remove(){var t;this._hammer.destroy(),null===(t=this._menu)||void 0===t||t.remove(),super.remove()}styles(){return[...super.styles(),m.default,v.default,f.default]}css_classes(){return super.css_classes().concat(p.toolbar_button)}render(){(0,h.empty)(this.el);const t=this.model.computed_icon;(0,d.isString)(t)&&((0,_.startsWith)(t,\"data:image\")?this.el.style.backgroundImage=`url(\"${t}\")`:this.el.classList.add(t)),this.el.title=this.model.tooltip,this.el.tabIndex=0,null!=this._menu&&this.root.el.appendChild(this._menu.el)}_pressed(){var t;const e=(()=>{switch(this.parent.model.toolbar_location){case\"right\":return{left_of:this.el};case\"left\":return{right_of:this.el};case\"above\":return{below:this.el};case\"below\":return{above:this.el}}})();null===(t=this._menu)||void 0===t||t.toggle(e)}}o.ButtonToolButtonView=b,b.__name__=\"ButtonToolButtonView\";class w extends u.ToolView{}o.ButtonToolView=w,w.__name__=\"ButtonToolView\";class y extends u.Tool{constructor(t){super(t)}_get_dim_tooltip(t){const{description:e,tool_name:o}=this;return null!=e?e:\"both\"==t?o:`${o} (${\"width\"==t?\"x\":\"y\"}-axis)`}get tooltip(){var t;return null!==(t=this.description)&&void 0!==t?t:this.tool_name}get computed_icon(){return this.icon}get menu(){return null}}o.ButtonTool=y,l=y,y.__name__=\"ButtonTool\",l.internal((({Boolean:t})=>({disabled:[t,!1]})))},\n", - " function _(t,e,i,n,r){\n", - " /*! Hammer.JS - v2.0.7 - 2016-04-22\n", - " * http://hammerjs.github.io/\n", - " *\n", - " * Copyright (c) 2016 Jorik Tangelder;\n", - " * Licensed under the MIT license */\n", - " !function(t,i,n,r){\"use strict\";var s,o=[\"\",\"webkit\",\"Moz\",\"MS\",\"ms\",\"o\"],a=i.createElement(\"div\"),h=Math.round,u=Math.abs,c=Date.now;function l(t,e,i){return setTimeout(T(t,i),e)}function p(t,e,i){return!!Array.isArray(t)&&(f(t,i[e],i),!0)}function f(t,e,i){var n;if(t)if(t.forEach)t.forEach(e,i);else if(t.length!==r)for(n=0;n\\s*\\(/gm,\"{anonymous}()@\"):\"Unknown Stack Trace\",s=t.console&&(t.console.warn||t.console.log);return s&&s.call(t.console,r,n),e.apply(this,arguments)}}s=\"function\"!=typeof Object.assign?function(t){if(t===r||null===t)throw new TypeError(\"Cannot convert undefined or null to object\");for(var e=Object(t),i=1;i-1}function S(t){return t.trim().split(/\\s+/g)}function b(t,e,i){if(t.indexOf&&!i)return t.indexOf(e);for(var n=0;ni[e]})):n.sort()),n}function x(t,e){for(var i,n,s=e[0].toUpperCase()+e.slice(1),a=0;a1&&!i.firstMultiple?i.firstMultiple=H(e):1===s&&(i.firstMultiple=!1);var o=i.firstInput,a=i.firstMultiple,h=a?a.center:o.center,l=e.center=L(n);e.timeStamp=c(),e.deltaTime=e.timeStamp-o.timeStamp,e.angle=G(h,l),e.distance=j(h,l),function(t,e){var i=e.center,n=t.offsetDelta||{},r=t.prevDelta||{},s=t.prevInput||{};1!==e.eventType&&4!==s.eventType||(r=t.prevDelta={x:s.deltaX||0,y:s.deltaY||0},n=t.offsetDelta={x:i.x,y:i.y});e.deltaX=r.x+(i.x-n.x),e.deltaY=r.y+(i.y-n.y)}(i,e),e.offsetDirection=V(e.deltaX,e.deltaY);var p=U(e.deltaTime,e.deltaX,e.deltaY);e.overallVelocityX=p.x,e.overallVelocityY=p.y,e.overallVelocity=u(p.x)>u(p.y)?p.x:p.y,e.scale=a?(f=a.pointers,v=n,j(v[0],v[1],W)/j(f[0],f[1],W)):1,e.rotation=a?function(t,e){return G(e[1],e[0],W)+G(t[1],t[0],W)}(a.pointers,n):0,e.maxPointers=i.prevInput?e.pointers.length>i.prevInput.maxPointers?e.pointers.length:i.prevInput.maxPointers:e.pointers.length,function(t,e){var i,n,s,o,a=t.lastInterval||e,h=e.timeStamp-a.timeStamp;if(8!=e.eventType&&(h>25||a.velocity===r)){var c=e.deltaX-a.deltaX,l=e.deltaY-a.deltaY,p=U(h,c,l);n=p.x,s=p.y,i=u(p.x)>u(p.y)?p.x:p.y,o=V(c,l),t.lastInterval=e}else i=a.velocity,n=a.velocityX,s=a.velocityY,o=a.direction;e.velocity=i,e.velocityX=n,e.velocityY=s,e.direction=o}(i,e);var f,v;var d=t.element;_(e.srcEvent.target,d)&&(d=e.srcEvent.target);e.target=d}(t,i),t.emit(\"hammer.input\",i),t.recognize(i),t.session.prevInput=i}function H(t){for(var e=[],i=0;i=u(e)?t<0?2:4:e<0?8:16}function j(t,e,i){i||(i=F);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return Math.sqrt(n*n+r*r)}function G(t,e,i){i||(i=F);var n=e[i[0]]-t[i[0]],r=e[i[1]]-t[i[1]];return 180*Math.atan2(r,n)/Math.PI}q.prototype={handler:function(){},init:function(){this.evEl&&I(this.element,this.evEl,this.domHandler),this.evTarget&&I(this.target,this.evTarget,this.domHandler),this.evWin&&I(O(this.element),this.evWin,this.domHandler)},destroy:function(){this.evEl&&A(this.element,this.evEl,this.domHandler),this.evTarget&&A(this.target,this.evTarget,this.domHandler),this.evWin&&A(O(this.element),this.evWin,this.domHandler)}};var Z={mousedown:1,mousemove:2,mouseup:4},B=\"mousedown\",$=\"mousemove mouseup\";function J(){this.evEl=B,this.evWin=$,this.pressed=!1,q.apply(this,arguments)}g(J,q,{handler:function(t){var e=Z[t.type];1&e&&0===t.button&&(this.pressed=!0),2&e&&1!==t.which&&(e=4),this.pressed&&(4&e&&(this.pressed=!1),this.callback(this.manager,e,{pointers:[t],changedPointers:[t],pointerType:X,srcEvent:t}))}});var K={pointerdown:1,pointermove:2,pointerup:4,pointercancel:8,pointerout:8},Q={2:N,3:\"pen\",4:X,5:\"kinect\"},tt=\"pointerdown\",et=\"pointermove pointerup pointercancel\";function it(){this.evEl=tt,this.evWin=et,q.apply(this,arguments),this.store=this.manager.session.pointerEvents=[]}t.MSPointerEvent&&!t.PointerEvent&&(tt=\"MSPointerDown\",et=\"MSPointerMove MSPointerUp MSPointerCancel\"),g(it,q,{handler:function(t){var e=this.store,i=!1,n=t.type.toLowerCase().replace(\"ms\",\"\"),r=K[n],s=Q[t.pointerType]||t.pointerType,o=s==N,a=b(e,t.pointerId,\"pointerId\");1&r&&(0===t.button||o)?a<0&&(e.push(t),a=e.length-1):12&r&&(i=!0),a<0||(e[a]=t,this.callback(this.manager,r,{pointers:e,changedPointers:[t],pointerType:s,srcEvent:t}),i&&e.splice(a,1))}});var nt={touchstart:1,touchmove:2,touchend:4,touchcancel:8},rt=\"touchstart\",st=\"touchstart touchmove touchend touchcancel\";function ot(){this.evTarget=rt,this.evWin=st,this.started=!1,q.apply(this,arguments)}function at(t,e){var i=P(t.touches),n=P(t.changedTouches);return 12&e&&(i=D(i.concat(n),\"identifier\",!0)),[i,n]}g(ot,q,{handler:function(t){var e=nt[t.type];if(1===e&&(this.started=!0),this.started){var i=at.call(this,t,e);12&e&&i[0].length-i[1].length==0&&(this.started=!1),this.callback(this.manager,e,{pointers:i[0],changedPointers:i[1],pointerType:N,srcEvent:t})}}});var ht={touchstart:1,touchmove:2,touchend:4,touchcancel:8},ut=\"touchstart touchmove touchend touchcancel\";function ct(){this.evTarget=ut,this.targetIds={},q.apply(this,arguments)}function lt(t,e){var i=P(t.touches),n=this.targetIds;if(3&e&&1===i.length)return n[i[0].identifier]=!0,[i,i];var r,s,o=P(t.changedTouches),a=[],h=this.target;if(s=i.filter((function(t){return _(t.target,h)})),1===e)for(r=0;r-1&&n.splice(t,1)}),2500)}}function dt(t){for(var e=t.srcEvent.clientX,i=t.srcEvent.clientY,n=0;n-1&&this.requireFail.splice(e,1),this},hasRequireFailures:function(){return this.requireFail.length>0},canRecognizeWith:function(t){return!!this.simultaneous[t.id]},emit:function(t){var e=this,i=this.state;function n(i){e.manager.emit(i,t)}i<8&&n(e.options.event+Dt(i)),n(e.options.event),t.additionalEvent&&n(t.additionalEvent),i>=8&&n(e.options.event+Dt(i))},tryEmit:function(t){if(this.canEmit())return this.emit(t);this.state=bt},canEmit:function(){for(var t=0;te.threshold&&r&e.direction},attrTest:function(t){return Ot.prototype.attrTest.call(this,t)&&(2&this.state||!(2&this.state)&&this.directionTest(t))},emit:function(t){this.pX=t.deltaX,this.pY=t.deltaY;var e=xt(t.direction);e&&(t.additionalEvent=this.options.event+e),this._super.emit.call(this,t)}}),g(Mt,Ot,{defaults:{event:\"pinch\",threshold:0,pointers:2},getTouchAction:function(){return[It]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.scale-1)>this.options.threshold||2&this.state)},emit:function(t){if(1!==t.scale){var e=t.scale<1?\"in\":\"out\";t.additionalEvent=this.options.event+e}this._super.emit.call(this,t)}}),g(zt,Pt,{defaults:{event:\"press\",pointers:1,time:251,threshold:9},getTouchAction:function(){return[yt]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distancee.time;if(this._input=t,!n||!i||12&t.eventType&&!r)this.reset();else if(1&t.eventType)this.reset(),this._timer=l((function(){this.state=8,this.tryEmit()}),e.time,this);else if(4&t.eventType)return 8;return bt},reset:function(){clearTimeout(this._timer)},emit:function(t){8===this.state&&(t&&4&t.eventType?this.manager.emit(this.options.event+\"up\",t):(this._input.timeStamp=c(),this.manager.emit(this.options.event,this._input)))}}),g(Nt,Ot,{defaults:{event:\"rotate\",threshold:0,pointers:2},getTouchAction:function(){return[It]},attrTest:function(t){return this._super.attrTest.call(this,t)&&(Math.abs(t.rotation)>this.options.threshold||2&this.state)}}),g(Xt,Ot,{defaults:{event:\"swipe\",threshold:10,velocity:.3,direction:30,pointers:1},getTouchAction:function(){return Rt.prototype.getTouchAction.call(this)},attrTest:function(t){var e,i=this.options.direction;return 30&i?e=t.overallVelocity:6&i?e=t.overallVelocityX:i&Y&&(e=t.overallVelocityY),this._super.attrTest.call(this,t)&&i&t.offsetDirection&&t.distance>this.options.threshold&&t.maxPointers==this.options.pointers&&u(e)>this.options.velocity&&4&t.eventType},emit:function(t){var e=xt(t.offsetDirection);e&&this.manager.emit(this.options.event+e,t),this.manager.emit(this.options.event,t)}}),g(Yt,Pt,{defaults:{event:\"tap\",pointers:1,taps:1,interval:300,time:250,threshold:9,posThreshold:10},getTouchAction:function(){return[Et]},process:function(t){var e=this.options,i=t.pointers.length===e.pointers,n=t.distance .bk-divider{cursor:default;overflow:hidden;background-color:#e5e5e5;}.bk-root .bk-context-menu.bk-horizontal > .bk-divider{width:1px;margin:5px 0;}.bk-root .bk-context-menu.bk-vertical > .bk-divider{height:1px;margin:0 5px;}.bk-root .bk-context-menu > :not(.bk-divider){border:1px solid transparent;}.bk-root .bk-context-menu > :not(.bk-divider).bk-active{border-color:#26aae1;}.bk-root .bk-context-menu > :not(.bk-divider):hover{background-color:#f9f9f9;}.bk-root .bk-context-menu > :not(.bk-divider):focus,.bk-root .bk-context-menu > :not(.bk-divider):focus-visible{outline:1px dotted #26aae1;outline-offset:-1px;}.bk-root .bk-context-menu > :not(.bk-divider)::-moz-focus-inner{border:0;}.bk-root .bk-context-menu.bk-horizontal > :not(.bk-divider):first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;}.bk-root .bk-context-menu.bk-horizontal > :not(.bk-divider):last-child{border-top-right-radius:4px;border-bottom-right-radius:4px;}.bk-root .bk-context-menu.bk-vertical > :not(.bk-divider):first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.bk-root .bk-context-menu.bk-vertical > :not(.bk-divider):last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.bk-root .bk-menu{position:absolute;left:0;width:100%;z-index:100;cursor:pointer;font-size:12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0, 0, 0, 0.175);}.bk-root .bk-menu.bk-above{bottom:100%;}.bk-root .bk-menu.bk-below{top:100%;}.bk-root .bk-menu > .bk-divider{height:1px;margin:7.5px 0;overflow:hidden;background-color:#e5e5e5;}.bk-root .bk-menu > :not(.bk-divider){padding:6px 12px;}.bk-root .bk-menu > :not(.bk-divider):hover,.bk-root .bk-menu > :not(.bk-divider).bk-active{background-color:#e6e6e6;}.bk-root .bk-caret{display:inline-block;vertical-align:middle;width:0;height:0;margin:0 5px;}.bk-root .bk-caret.bk-down{border-top:4px solid;}.bk-root .bk-caret.bk-up{border-bottom:4px solid;}.bk-root .bk-caret.bk-down,.bk-root .bk-caret.bk-up{border-right:4px solid transparent;border-left:4px solid transparent;}.bk-root .bk-caret.bk-left{border-right:4px solid;}.bk-root .bk-caret.bk-right{border-left:4px solid;}.bk-root .bk-caret.bk-left,.bk-root .bk-caret.bk-right{border-top:4px solid transparent;border-bottom:4px solid transparent;}\"},\n", - " function _(t,e,i,n,o){n();const s=t(1),l=t(43),h=t(9),r=(0,s.__importStar)(t(229));class d{constructor(t,e={}){var i,n;this.items=t,this.el=(0,l.div)(),this._open=!1,this._item_click=t=>{var e;null===(e=t.handler)||void 0===e||e.call(t),this.hide()},this._on_mousedown=t=>{var e;const{target:i}=t;i instanceof Node&&this.el.contains(i)||(null===(e=this.prevent_hide)||void 0===e?void 0:e.call(this,t))||this.hide()},this._on_keydown=t=>{t.keyCode==l.Keys.Esc&&this.hide()},this._on_blur=()=>{this.hide()},this.orientation=null!==(i=e.orientation)&&void 0!==i?i:\"vertical\",this.reversed=null!==(n=e.reversed)&&void 0!==n&&n,this.prevent_hide=e.prevent_hide,(0,l.undisplay)(this.el)}get is_open(){return this._open}get can_open(){return 0!=this.items.length}remove(){(0,l.remove)(this.el),this._unlisten()}_listen(){document.addEventListener(\"mousedown\",this._on_mousedown),document.addEventListener(\"keydown\",this._on_keydown),window.addEventListener(\"blur\",this._on_blur)}_unlisten(){document.removeEventListener(\"mousedown\",this._on_mousedown),document.removeEventListener(\"keydown\",this._on_keydown),window.removeEventListener(\"blur\",this._on_blur)}_position(t){const e=this.el.parentElement;if(null!=e){const i=(()=>{if(\"left_of\"in t){const{left:e,top:i}=t.left_of.getBoundingClientRect();return{right:e,top:i}}if(\"right_of\"in t){const{top:e,right:i}=t.right_of.getBoundingClientRect();return{left:i,top:e}}if(\"below\"in t){const{left:e,bottom:i}=t.below.getBoundingClientRect();return{left:e,top:i}}if(\"above\"in t){const{left:e,top:i}=t.above.getBoundingClientRect();return{left:e,bottom:i}}return t})(),n=e.getBoundingClientRect();this.el.style.left=null!=i.left?i.left-n.left+\"px\":\"\",this.el.style.top=null!=i.top?i.top-n.top+\"px\":\"\",this.el.style.right=null!=i.right?n.right-i.right+\"px\":\"\",this.el.style.bottom=null!=i.bottom?n.bottom-i.bottom+\"px\":\"\"}}render(){var t;(0,l.empty)(this.el,!0),(0,l.classes)(this.el).add(\"bk-context-menu\",`bk-${this.orientation}`);const e=this.reversed?(0,h.reversed)(this.items):this.items;for(const i of e){let e;if(null==i)e=(0,l.div)({class:r.divider});else{if(null!=i.if&&!i.if())continue;if(null!=i.content)e=i.content;else{const n=null!=i.icon?(0,l.div)({class:[\"bk-menu-icon\",i.icon]}):null,o=[(null===(t=i.active)||void 0===t?void 0:t.call(i))?\"bk-active\":null,i.class];e=(0,l.div)({class:o,title:i.tooltip,tabIndex:0},n,i.label,i.content),e.addEventListener(\"click\",(()=>{this._item_click(i)})),e.addEventListener(\"keydown\",(t=>{t.keyCode==l.Keys.Enter&&this._item_click(i)}))}}this.el.appendChild(e)}}show(t){if(0!=this.items.length&&!this._open){if(this.render(),0==this.el.children.length)return;this._position(null!=t?t:{left:0,top:0}),(0,l.display)(this.el),this._listen(),this._open=!0}}hide(){this._open&&(this._open=!1,this._unlisten(),(0,l.undisplay)(this.el))}toggle(t){this._open?this.hide():this.show(t)}}i.ContextMenu=d,d.__name__=\"ContextMenu\"},\n", - " function _(t,e,i,n,o){n();const s=t(1),c=t(224),l=(0,s.__importStar)(t(227)),a=t(43);class _ extends c.ButtonToolButtonView{render(){super.render(),(0,a.classes)(this.el).toggle(l.active,this.model.active)}_clicked(){const{active:t}=this.model;this.model.active=!t}}i.OnOffButtonView=_,_.__name__=\"OnOffButtonView\"},\n", - " function _(e,o,t,n,s){var c;n();const l=e(224),_=e(231);class i extends l.ButtonToolView{}t.InspectToolView=i,i.__name__=\"InspectToolView\";class a extends l.ButtonTool{constructor(e){super(e),this.event_type=\"move\"}}t.InspectTool=a,c=a,a.__name__=\"InspectTool\",c.prototype.button_view=_.OnOffButtonView,c.define((({Boolean:e})=>({toggleable:[e,!0]}))),c.override({active:!0})},\n", - " function _(t,o,e,l,i){l();const s=t(1);var n,a;const r=t(19),c=t(43),h=t(113),_=t(226),u=t(20),v=t(9),d=t(234),p=t(13),b=t(8),g=t(235),f=t(65),m=t(53),w=t(222),y=t(223),T=t(238),z=t(239),x=t(232),B=t(230),C=(0,s.__importStar)(t(227)),k=C,L=(0,s.__importStar)(t(240)),M=L;class S extends m.Model{constructor(t){super(t)}get visible(){var t;return!this.autohide||null!==(t=this._visible)&&void 0!==t&&t}}e.ToolbarViewModel=S,n=S,S.__name__=\"ToolbarViewModel\",n.define((({Boolean:t})=>({autohide:[t,!1]}))),n.internal((({Boolean:t,Nullable:o})=>({_visible:[o(t),null]})));class $ extends _.DOMView{constructor(){super(...arguments),this.layout={bbox:new f.BBox}}initialize(){super.initialize(),this._tool_button_views=new Map,this._toolbar_view_model=new S({autohide:this.model.autohide});const{toolbar_location:t}=this.model,o=\"left\"==t||\"above\"==t,e=this.model.horizontal?\"vertical\":\"horizontal\";this._overflow_menu=new B.ContextMenu([],{orientation:e,reversed:o})}async lazy_initialize(){await super.lazy_initialize(),await this._build_tool_button_views()}connect_signals(){super.connect_signals(),this.connect(this.model.properties.tools.change,(async()=>{await this._build_tool_button_views(),this.render()})),this.connect(this.model.properties.autohide.change,(()=>{this._toolbar_view_model.autohide=this.model.autohide,this._on_visible_change()})),this.connect(this._toolbar_view_model.properties._visible.change,(()=>this._on_visible_change()))}styles(){return[...super.styles(),C.default,L.default]}remove(){(0,h.remove_views)(this._tool_button_views),super.remove()}async _build_tool_button_views(){const t=null!=this.model._proxied_tools?this.model._proxied_tools:this.model.tools;await(0,h.build_views)(this._tool_button_views,t,{parent:this},(t=>t.button_view))}set_visibility(t){t!=this._toolbar_view_model._visible&&(this._toolbar_view_model._visible=t)}_on_visible_change(){const{visible:t}=this._toolbar_view_model;(0,c.classes)(this.el).toggle(k.toolbar_hidden,!t)}render(){(0,c.empty)(this.el),this.el.classList.add(k.toolbar),this.el.classList.add(k[this.model.toolbar_location]),this._toolbar_view_model.autohide=this.model.autohide,this._on_visible_change();const{horizontal:t}=this.model;let o=0;if(null!=this.model.logo){const e=\"grey\"===this.model.logo?M.grey:null,l=(0,c.a)({href:\"https://bokeh.org/\",target:\"_blank\",class:[M.logo,M.logo_small,e]});this.el.appendChild(l);const{width:i,height:s}=l.getBoundingClientRect();o+=t?i:s}for(const[,t]of this._tool_button_views)t.render();const e=[],l=t=>this._tool_button_views.get(t).el,{gestures:i}=this.model;for(const t of(0,p.values)(i))e.push(t.tools.map(l));e.push(this.model.actions.map(l)),e.push(this.model.inspectors.filter((t=>t.toggleable)).map(l));const s=e.filter((t=>0!=t.length)),n=()=>(0,c.div)({class:k.divider}),{bbox:a}=this.layout;let r=!1;this.root.el.appendChild(this._overflow_menu.el);const h=(0,c.div)({class:k.tool_overflow,tabIndex:0},t?\"\\u22ee\":\"\\u22ef\"),_=()=>{const t=(()=>{switch(this.model.toolbar_location){case\"right\":return{left_of:h};case\"left\":return{right_of:h};case\"above\":return{below:h};case\"below\":return{above:h}}})();this._overflow_menu.toggle(t)};h.addEventListener(\"click\",(()=>{_()})),h.addEventListener(\"keydown\",(t=>{t.keyCode==c.Keys.Enter&&_()}));for(const e of(0,d.join)(s,n))if(r)this._overflow_menu.items.push({content:e,class:t?k.right:k.above});else{this.el.appendChild(e);const{width:l,height:i}=e.getBoundingClientRect();if(o+=t?l:i,r=t?o>a.width-15:o>a.height-15,r){this.el.removeChild(e),this.el.appendChild(h);const{items:t}=this._overflow_menu;t.splice(0,t.length),t.push({content:e})}}}update_layout(){}update_position(){}after_layout(){this._has_finished=!0}export(t,o=!0){const e=\"png\"==t?\"canvas\":\"svg\",l=new g.CanvasLayer(e,o);return l.resize(0,0),l}}function V(){return{pan:{tools:[],active:null},scroll:{tools:[],active:null},pinch:{tools:[],active:null},tap:{tools:[],active:null},doubletap:{tools:[],active:null},press:{tools:[],active:null},pressup:{tools:[],active:null},rotate:{tools:[],active:null},move:{tools:[],active:null},multi:{tools:[],active:null}}}e.ToolbarBaseView=$,$.__name__=\"ToolbarBaseView\";class A extends m.Model{constructor(t){super(t)}initialize(){super.initialize(),this._init_tools()}_init_tools(){const t=function(t,o){if(t.length!=o.length)return!0;const e=new Set(o.map((t=>t.id)));return(0,v.some)(t,(t=>!e.has(t.id)))},o=this.tools.filter((t=>t instanceof x.InspectTool));t(this.inspectors,o)&&(this.inspectors=o);const e=this.tools.filter((t=>t instanceof z.HelpTool));t(this.help,e)&&(this.help=e);const l=this.tools.filter((t=>t instanceof T.ActionTool));t(this.actions,l)&&(this.actions=l);const i=(t,o)=>{t in this.gestures||r.logger.warn(`Toolbar: unknown event type '${t}' for tool: ${o}`)},s={pan:{tools:[],active:null},scroll:{tools:[],active:null},pinch:{tools:[],active:null},tap:{tools:[],active:null},doubletap:{tools:[],active:null},press:{tools:[],active:null},pressup:{tools:[],active:null},rotate:{tools:[],active:null},move:{tools:[],active:null},multi:{tools:[],active:null}};for(const t of this.tools)if(t instanceof y.GestureTool&&t.event_type)if((0,b.isString)(t.event_type))s[t.event_type].tools.push(t),i(t.event_type,t);else{s.multi.tools.push(t);for(const o of t.event_type)i(o,t)}for(const o of Object.keys(s)){const e=this.gestures[o];t(e.tools,s[o].tools)&&(e.tools=s[o].tools),e.active&&(0,v.every)(e.tools,(t=>t.id!=e.active.id))&&(e.active=null)}}get horizontal(){return\"above\"===this.toolbar_location||\"below\"===this.toolbar_location}get vertical(){return\"left\"===this.toolbar_location||\"right\"===this.toolbar_location}_active_change(t){const{event_type:o}=t;if(null==o)return;const e=(0,b.isString)(o)?[o]:o;for(const o of e)if(t.active){const e=this.gestures[o].active;null!=e&&t!=e&&(r.logger.debug(`Toolbar: deactivating tool: ${e} for event type '${o}'`),e.active=!1),this.gestures[o].active=t,r.logger.debug(`Toolbar: activating tool: ${t} for event type '${o}'`)}else this.gestures[o].active=null}}e.ToolbarBase=A,a=A,A.__name__=\"ToolbarBase\",a.prototype.default_view=$,a.define((({Boolean:t,Array:o,Ref:e,Nullable:l})=>({tools:[o(e(w.Tool)),[]],logo:[l(u.Logo),\"normal\"],autohide:[t,!1]}))),a.internal((({Array:t,Struct:o,Ref:e,Nullable:l})=>{const i=o({tools:t(e(y.GestureTool)),active:l(e(w.Tool))});return{gestures:[o({pan:i,scroll:i,pinch:i,tap:i,doubletap:i,press:i,pressup:i,rotate:i,move:i,multi:i}),V],actions:[t(e(T.ActionTool)),[]],inspectors:[t(e(x.InspectTool)),[]],help:[t(e(z.HelpTool)),[]],toolbar_location:[u.Location,\"right\"]}}))},\n", - " function _(n,o,e,t,f){t();const r=n(9);function*i(n,o){const e=n.length;if(o>e)return;const t=(0,r.range)(o);for(yield t.map((o=>n[o]));;){let f;for(const n of(0,r.reversed)((0,r.range)(o)))if(t[n]!=n+e-o){f=n;break}if(null==f)return;t[f]+=1;for(const n of(0,r.range)(f+1,o))t[n]=t[n-1]+1;yield t.map((o=>n[o]))}}e.enumerate=function*(n){let o=0;for(const e of n)yield[e,o++]},e.join=function*(n,o){let e=!0;for(const t of n)e?e=!1:null!=o&&(yield o()),yield*t},e.combinations=i,e.subsets=function*(n){for(const o of(0,r.range)(n.length+1))yield*i(n,o)}},\n", - " function _(t,e,s,i,n){i();const o=t(236),a=t(65),r=t(43);function h(t){!function(t){void 0===t.lineDash&&Object.defineProperty(t,\"lineDash\",{get:()=>t.getLineDash(),set:e=>t.setLineDash(e)})}(t),function(t){t.setImageSmoothingEnabled=e=>{t.imageSmoothingEnabled=e,t.mozImageSmoothingEnabled=e,t.oImageSmoothingEnabled=e,t.webkitImageSmoothingEnabled=e,t.msImageSmoothingEnabled=e},t.getImageSmoothingEnabled=()=>{const e=t.imageSmoothingEnabled;return null==e||e}}(t),function(t){t.ellipse||(t.ellipse=function(e,s,i,n,o,a,r,h=!1){const l=.551784;t.translate(e,s),t.rotate(o);let c=i,g=n;h&&(c=-i,g=-n),t.moveTo(-c,0),t.bezierCurveTo(-c,g*l,-c*l,g,0,g),t.bezierCurveTo(c*l,g,c,g*l,c,0),t.bezierCurveTo(c,-g*l,c*l,-g,0,-g),t.bezierCurveTo(-c*l,-g,-c,-g*l,-c,0),t.rotate(-o),t.translate(-e,-s)})}(t)}const l={position:\"absolute\",top:\"0\",left:\"0\",width:\"100%\",height:\"100%\"};class c{constructor(t,e){switch(this.backend=t,this.hidpi=e,this.pixel_ratio=1,this.bbox=new a.BBox,t){case\"webgl\":case\"canvas\":{this._el=this._canvas=(0,r.canvas)({style:l});const t=this.canvas.getContext(\"2d\");if(null==t)throw new Error(\"unable to obtain 2D rendering context\");this._ctx=t,e&&(this.pixel_ratio=devicePixelRatio);break}case\"svg\":{const t=new o.SVGRenderingContext2D;this._ctx=t,this._canvas=t.get_svg(),this._el=(0,r.div)({style:l},this._canvas);break}}this._ctx.layer=this,h(this._ctx)}get canvas(){return this._canvas}get ctx(){return this._ctx}get el(){return this._el}resize(t,e){this.bbox=new a.BBox({left:0,top:0,width:t,height:e});const s=this._ctx instanceof o.SVGRenderingContext2D?this._ctx:this.canvas;s.width=t*this.pixel_ratio,s.height=e*this.pixel_ratio}undo_transform(t){const{ctx:e}=this;if(void 0===e.getTransform)t(e);else{const s=e.getTransform();e.setTransform(this._base_transform);try{t(e)}finally{e.setTransform(s)}}}prepare(){const{ctx:t,hidpi:e,pixel_ratio:s}=this;t.save(),e&&(t.scale(s,s),t.translate(.5,.5)),void 0!==t.getTransform&&(this._base_transform=t.getTransform()),this.clear()}clear(){const{x:t,y:e,width:s,height:i}=this.bbox;this.ctx.clearRect(t,e,s,i)}finish(){this.ctx.restore()}to_blob(){const{_canvas:t}=this;if(t instanceof HTMLCanvasElement)return null!=t.msToBlob?Promise.resolve(t.msToBlob()):new Promise(((e,s)=>{t.toBlob((t=>null!=t?e(t):s()),\"image/png\")}));{const t=this._ctx.get_serialized_svg(!0),e=new Blob([t],{type:\"image/svg+xml\"});return Promise.resolve(e)}}}s.CanvasLayer=c,c.__name__=\"CanvasLayer\"},\n", - " function _(t,e,i,s,r){s();const n=t(122),a=t(8),o=t(237),l=t(10),h=t(43);function _(t){var e;const i={left:\"start\",right:\"end\",center:\"middle\",start:\"start\",end:\"end\"};return null!==(e=i[t])&&void 0!==e?e:i.start}function c(t){var e;const i={alphabetic:\"alphabetic\",hanging:\"hanging\",top:\"text-before-edge\",bottom:\"text-after-edge\",middle:\"central\"};return null!==(e=i[t])&&void 0!==e?e:i.alphabetic}const p=function(t,e){const i=new Map,s=t.split(\",\");e=null!=e?e:10;for(let t=0;t=0?Math.acos(e):-Math.acos(e)}const v=b(f),A=b(g);this.lineTo(d+f[0]*r,m+f[1]*r),this.arc(d,m,r,v,A)}stroke(){\"path\"===this.__currentElement.nodeName&&this.__currentElement.setAttribute(\"paint-order\",\"fill\"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement(\"stroke\"),null!=this._clip_path&&this.__currentElement.setAttribute(\"clip-path\",this._clip_path)}fill(t,e){let i=null;if(t instanceof Path2D)i=t;else{if(\"evenodd\"!=t&&\"nonzero\"!=t&&null!=t||null!=e)throw new Error(\"invalid arguments\");e=t}if(null!=i)throw new Error(\"not implemented\");\"none\"!=this.__currentElement.getAttribute(\"fill\")&&this.__init_element(),\"path\"===this.__currentElement.nodeName&&this.__currentElement.setAttribute(\"paint-order\",\"stroke\"),this.__applyCurrentDefaultPath(),this.__applyStyleToCurrentElement(\"fill\"),null!=e&&this.__currentElement.setAttribute(\"fill-rule\",e),null!=this._clip_path&&this.__currentElement.setAttribute(\"clip-path\",this._clip_path)}rect(t,e,i,s){isFinite(t+e+i+s)&&(this.moveTo(t,e),this.lineTo(t+i,e),this.lineTo(t+i,e+s),this.lineTo(t,e+s),this.lineTo(t,e))}fillRect(t,e,i,s){isFinite(t+e+i+s)&&(this.beginPath(),this.rect(t,e,i,s),this.fill())}strokeRect(t,e,i,s){isFinite(t+e+i+s)&&(this.beginPath(),this.rect(t,e,i,s),this.stroke())}__clearCanvas(){(0,h.empty)(this.__defs),(0,h.empty)(this.__root),this.__root.appendChild(this.__defs),this.__currentElement=this.__root}clearRect(t,e,i,s){if(!isFinite(t+e+i+s))return;if(0===t&&0===e&&i===this.width&&s===this.height)return void this.__clearCanvas();const r=this.__createElement(\"rect\",{x:t,y:e,width:i,height:s,fill:\"#FFFFFF\"},!0);this._apply_transform(r),this.__root.appendChild(r)}createLinearGradient(t,e,i,s){if(!isFinite(t+e+i+s))throw new Error(\"The provided double value is non-finite\");const[r,n]=this._transform.apply(t,e),[a,o]=this._transform.apply(i,s),l=this.__createElement(\"linearGradient\",{id:this._random_string(),x1:`${r}px`,x2:`${a}px`,y1:`${n}px`,y2:`${o}px`,gradientUnits:\"userSpaceOnUse\"},!1);return this.__defs.appendChild(l),new d(l,this)}createRadialGradient(t,e,i,s,r,n){if(!isFinite(t+e+i+s+r+n))throw new Error(\"The provided double value is non-finite\");const[a,o]=this._transform.apply(t,e),[l,h]=this._transform.apply(s,r),_=this.__createElement(\"radialGradient\",{id:this._random_string(),cx:`${l}px`,cy:`${h}px`,r:`${n}px`,r0:`${i}px`,fx:`${a}px`,fy:`${o}px`,gradientUnits:\"userSpaceOnUse\"},!1);return this.__defs.appendChild(_),new d(_,this)}__parseFont(){var t,e,i,s,r;const n=/^\\s*(?=(?:(?:[-a-z]+\\s*){0,2}(italic|oblique))?)(?=(?:(?:[-a-z]+\\s*){0,2}(small-caps))?)(?=(?:(?:[-a-z]+\\s*){0,2}(bold(?:er)?|lighter|[1-9]00))?)(?:(?:normal|\\1|\\2|\\3)\\s*){0,3}((?:xx?-)?(?:small|large)|medium|smaller|larger|[.\\d]+(?:\\%|in|[cem]m|ex|p[ctx]))(?:\\s*\\/\\s*(normal|[.\\d]+(?:\\%|in|[cem]m|ex|p[ctx])))?\\s*([-,\\'\\\"\\sa-z0-9]+?)\\s*$/i.exec(this.font);return{style:null!==(t=n[1])&&void 0!==t?t:\"normal\",size:null!==(e=n[4])&&void 0!==e?e:\"10px\",family:null!==(i=n[6])&&void 0!==i?i:\"sans-serif\",weight:null!==(s=n[3])&&void 0!==s?s:\"normal\",decoration:null!==(r=n[2])&&void 0!==r?r:\"normal\"}}__applyText(t,e,i,s){const r=this.__parseFont(),n=this.__createElement(\"text\",{\"font-family\":r.family,\"font-size\":r.size,\"font-style\":r.style,\"font-weight\":r.weight,\"text-decoration\":r.decoration,x:e,y:i,\"text-anchor\":_(this.textAlign),\"dominant-baseline\":c(this.textBaseline)},!0);n.appendChild(this.__document.createTextNode(t)),this._apply_transform(n),this.__currentElement=n,this.__applyStyleToCurrentElement(s);const a=(()=>{if(null!=this._clip_path){const t=this.__createElement(\"g\");return t.setAttribute(\"clip-path\",this._clip_path),t.appendChild(n),t}return n})();this.__root.appendChild(a)}fillText(t,e,i){null!=t&&isFinite(e+i)&&this.__applyText(t,e,i,\"fill\")}strokeText(t,e,i){null!=t&&isFinite(e+i)&&this.__applyText(t,e,i,\"stroke\")}measureText(t){return this.__ctx.font=this.font,this.__ctx.measureText(t)}arc(t,e,i,s,r,n=!1){this.ellipse(t,e,i,i,0,s,r,n)}ellipse(t,e,i,s,r,n,a,o=!1){if(!isFinite(t+e+i+s+r+n+a))return;if(i<0||s<0)throw new DOMException(\"IndexSizeError, radius can't be negative\");const h=o?a-n:n-a;n%=2*Math.PI,a%=2*Math.PI;const _=t+i*Math.cos(n),c=e+s*Math.sin(n);this.lineTo(_,c);const p=180*r/Math.PI,u=o?0:1;if(Math.abs(n-a)<2*l.float32_epsilon&&!(Math.abs(h)<2*l.float32_epsilon&&h<0)){const r=t+i*Math.cos(n+Math.PI),a=e+s*Math.sin(n+Math.PI),[o,l]=this._transform.apply(_,c),[h,d]=this._transform.apply(r,a);this.__addPathCommand(o,l,`A ${i} ${s} ${p} 0 ${u} ${h} ${d} A ${i} ${s} ${p} 0 ${u} ${o} ${l}`)}else{const r=t+i*Math.cos(a),l=e+s*Math.sin(a);let h=a-n;h<0&&(h+=2*Math.PI);const _=o!==h>Math.PI?1:0,[c,d]=this._transform.apply(r,l);this.__addPathCommand(c,d,`A ${i} ${s} ${p} ${_} ${u} ${c} ${d}`)}}clip(){const t=this.__createElement(\"clipPath\"),e=this._random_string();this.__applyCurrentDefaultPath(),t.setAttribute(\"id\",e),t.appendChild(this.__currentElement),this.__defs.appendChild(t),this._clip_path=`url(#${e})`}drawImage(t,...e){let i,s,r,n,a,o,l,h;if(2==e.length){if([i,s]=e,!isFinite(i+s))return;a=0,o=0,l=t.width,h=t.height,r=l,n=h}else if(4==e.length){if([i,s,r,n]=e,!isFinite(i+s+r+n))return;a=0,o=0,l=t.width,h=t.height}else{if(8!==e.length)throw new Error(`Inavlid number of arguments passed to drawImage: ${arguments.length}`);if([a,o,l,h,i,s,r,n]=e,!isFinite(a+o+l+h+i+s+r+n))return}const _=this.__root,c=this._transform.clone().translate(i,s);if(t instanceof f||t instanceof SVGSVGElement){const e=(t instanceof SVGSVGElement?t:t.get_svg()).cloneNode(!0);let i;c.is_identity&&1==this.globalAlpha&&null==this._clip_path?i=_:(i=this.__createElement(\"g\"),c.is_identity||this._apply_transform(i,c),1!=this.globalAlpha&&i.setAttribute(\"opacity\",`${this.globalAlpha}`),null!=this._clip_path&&i.setAttribute(\"clip-path\",this._clip_path),_.appendChild(i));for(const t of[...e.childNodes])if(t instanceof SVGDefsElement){for(const e of[...t.childNodes])if(e instanceof Element){const t=e.getAttribute(\"id\");this.__ids.add(t),this.__defs.appendChild(e.cloneNode(!0))}}else i.appendChild(t.cloneNode(!0))}else if(t instanceof HTMLImageElement||t instanceof SVGImageElement){const e=this.__createElement(\"image\");if(e.setAttribute(\"width\",`${r}`),e.setAttribute(\"height\",`${n}`),e.setAttribute(\"preserveAspectRatio\",\"none\"),1!=this.globalAlpha&&e.setAttribute(\"opacity\",`${this.globalAlpha}`),a||o||l!==t.width||h!==t.height){const e=this.__document.createElement(\"canvas\");e.width=r,e.height=n;e.getContext(\"2d\").drawImage(t,a,o,l,h,0,0,r,n),t=e}this._apply_transform(e,c);const i=t instanceof HTMLCanvasElement?t.toDataURL():t.getAttribute(\"src\");if(e.setAttribute(\"href\",i),null!=this._clip_path){const t=this.__createElement(\"g\");t.setAttribute(\"clip-path\",this._clip_path),t.appendChild(e),_.appendChild(t)}else _.appendChild(e)}else if(t instanceof HTMLCanvasElement){const e=this.__createElement(\"image\");e.setAttribute(\"width\",`${r}`),e.setAttribute(\"height\",`${n}`),e.setAttribute(\"preserveAspectRatio\",\"none\"),1!=this.globalAlpha&&e.setAttribute(\"opacity\",`${this.globalAlpha}`);const i=this.__document.createElement(\"canvas\");i.width=r,i.height=n;const s=i.getContext(\"2d\");if(s.imageSmoothingEnabled=!1,s.drawImage(t,a,o,l,h,0,0,r,n),t=i,this._apply_transform(e,c),e.setAttribute(\"href\",t.toDataURL()),null!=this._clip_path){const t=this.__createElement(\"g\");t.setAttribute(\"clip-path\",this._clip_path),t.appendChild(e),_.appendChild(t)}else _.appendChild(e)}}createPattern(t,e){const i=this.__document.createElementNS(\"http://www.w3.org/2000/svg\",\"pattern\"),s=this._random_string();if(i.setAttribute(\"id\",s),i.setAttribute(\"width\",`${this._to_number(t.width)}`),i.setAttribute(\"height\",`${this._to_number(t.height)}`),i.setAttribute(\"patternUnits\",\"userSpaceOnUse\"),t instanceof HTMLCanvasElement||t instanceof HTMLImageElement||t instanceof SVGImageElement){const e=this.__document.createElementNS(\"http://www.w3.org/2000/svg\",\"image\"),s=t instanceof HTMLCanvasElement?t.toDataURL():t.getAttribute(\"src\");e.setAttribute(\"href\",s),i.appendChild(e),this.__defs.appendChild(i)}else if(t instanceof f){for(const e of[...t.__root.childNodes])e instanceof SVGDefsElement||i.appendChild(e.cloneNode(!0));this.__defs.appendChild(i)}else{if(!(t instanceof SVGSVGElement))throw new Error(\"unsupported\");for(const e of[...t.childNodes])e instanceof SVGDefsElement||i.appendChild(e.cloneNode(!0));this.__defs.appendChild(i)}return new m(i,this)}getLineDash(){const{lineDash:t}=this;return(0,a.isString)(t)?t.split(\",\").map((t=>parseInt(t))):null==t?[]:t}setLineDash(t){t&&t.length>0?this.lineDash=t.join(\",\"):this.lineDash=null}_to_number(t){return(0,a.isNumber)(t)?t:t.baseVal.value}getTransform(){return this._transform.to_DOMMatrix()}setTransform(...t){let e;e=(0,a.isNumber)(t[0])?new DOMMatrix(t):t[0]instanceof DOMMatrix?t[0]:new DOMMatrix(Object.values(!t[0])),this._transform=n.AffineTransform.from_DOMMatrix(e)}resetTransform(){this._transform=new n.AffineTransform}isPointInPath(...t){throw new Error(\"not implemented\")}isPointInStroke(...t){throw new Error(\"not implemented\")}createImageData(...t){throw new Error(\"not implemented\")}getImageData(t,e,i,s){throw new Error(\"not implemented\")}putImageData(...t){throw new Error(\"not implemented\")}drawFocusIfNeeded(...t){throw new Error(\"not implemented\")}scrollPathIntoView(...t){throw new Error(\"not implemented\")}}i.SVGRenderingContext2D=f,f.__name__=\"SVGRenderingContext2D\",f.__random=o.random},\n", - " function _(e,t,s,n,r){n();const o=2147483647;class i{constructor(e){this.seed=e%o,this.seed<=0&&(this.seed+=2147483646)}integer(){return this.seed=48271*this.seed%o,this.seed}float(){return(this.integer()-1)/2147483646}floats(e,t=0,s=1){const n=new Array(e);for(let r=0;rthis.doit(o)))}}n.ActionToolView=_,_.__name__=\"ActionToolView\";class d extends s.ButtonTool{constructor(o){super(o),this.button_view=l,this.do=new c.Signal(this,\"do\")}}n.ActionTool=d,d.__name__=\"ActionTool\"},\n", - " function _(o,e,t,l,i){var s;l();const n=o(238),r=o(228);class c extends n.ActionToolView{doit(){window.open(this.model.redirect)}}t.HelpToolView=c,c.__name__=\"HelpToolView\";class _ extends n.ActionTool{constructor(o){super(o),this.tool_name=\"Help\",this.icon=r.tool_icon_help}}t.HelpTool=_,s=_,_.__name__=\"HelpTool\",s.prototype.default_view=c,s.define((({String:o})=>({redirect:[o,\"https://docs.bokeh.org/en/latest/docs/user_guide/tools.html\"]}))),s.override({description:\"Click the question mark to learn more about Bokeh plot tools.\"}),s.register_alias(\"help\",(()=>new _))},\n", - " function _(o,l,g,A,r){A(),g.root=\"bk-root\",g.logo=\"bk-logo\",g.grey=\"bk-grey\",g.logo_small=\"bk-logo-small\",g.logo_notebook=\"bk-logo-notebook\",g.default=\".bk-root .bk-logo{margin:5px;position:relative;display:block;background-repeat:no-repeat;}.bk-root .bk-logo.bk-grey{filter:url(\\\"data:image/svg+xml;utf8,#grayscale\\\");filter:gray;-webkit-filter:grayscale(100%);}.bk-root .bk-logo-small{width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAOkSURBVDiNjZRtaJVlGMd/1/08zzln5zjP1LWcU9N0NkN8m2CYjpgQYQXqSs0I84OLIC0hkEKoPtiH3gmKoiJDU7QpLgoLjLIQCpEsNJ1vqUOdO7ppbuec5+V+rj4ctwzd8IIbbi6u+8f1539dt3A78eXC7QizUF7gyV1fD1Yqg4JWz84yffhm0qkFqBogB9rM8tZdtwVsPUhWhGcFJngGeWrPzHm5oaMmkfEg1usvLFyc8jLRqDOMru7AyC8saQr7GG7f5fvDeH7Ej8CM66nIF+8yngt6HWaKh7k49Soy9nXurCi1o3qUbS3zWfrYeQDTB/Qj6kX6Ybhw4B+bOYoLKCC9H3Nu/leUTZ1JdRWkkn2ldcCamzrcf47KKXdAJllSlxAOkRgyHsGC/zRday5Qld9DyoM4/q/rUoy/CXh3jzOu3bHUVZeU+DEn8FInkPBFlu3+nW3Nw0mk6vCDiWg8CeJaxEwuHS3+z5RgY+YBR6V1Z1nxSOfoaPa4LASWxxdNp+VWTk7+4vzaou8v8PN+xo+KY2xsw6une2frhw05CTYOmQvsEhjhWjn0bmXPjpE1+kplmmkP3suftwTubK9Vq22qKmrBhpY4jvd5afdRA3wGjFAgcnTK2s4hY0/GPNIb0nErGMCRxWOOX64Z8RAC4oCXdklmEvcL8o0BfkNK4lUg9HTl+oPlQxdNo3Mg4Nv175e/1LDGzZen30MEjRUtmXSfiTVu1kK8W4txyV6BMKlbgk3lMwYCiusNy9fVfvvwMxv8Ynl6vxoByANLTWplvuj/nF9m2+PDtt1eiHPBr1oIfhCChQMBw6Aw0UulqTKZdfVvfG7VcfIqLG9bcldL/+pdWTLxLUy8Qq38heUIjh4XlzZxzQm19lLFlr8vdQ97rjZVOLf8nclzckbcD4wxXMidpX30sFd37Fv/GtwwhzhxGVAprjbg0gCAEeIgwCZyTV2Z1REEW8O4py0wsjeloKoMr6iCY6dP92H6Vw/oTyICIthibxjm/DfN9lVz8IqtqKYLUXfoKVMVQVVJOElGjrnnUt9T9wbgp8AyYKaGlqingHZU/uG2NTZSVqwHQTWkx9hxjkpWDaCg6Ckj5qebgBVbT3V3NNXMSiWSDdGV3hrtzla7J+duwPOToIg42ChPQOQjspnSlp1V+Gjdged7+8UN5CRAV7a5EdFNwCjEaBR27b3W890TE7g24NAP/mMDXRWrGoFPQI9ls/MWO2dWFAar/xcOIImbbpA3zgAAAABJRU5ErkJggg==);}.bk-root .bk-logo-notebook{display:inline-block;vertical-align:middle;margin-right:5px;}\"},\n", - " function _(e,t,s,i,l){i();const o=e(1);var n;const a=e(40),h=e(20),r=e(43),c=(0,o.__importStar)(e(242)),d=c;class p extends a.AnnotationView{initialize(){super.initialize(),this.el=(0,r.div)({class:d.tooltip}),(0,r.undisplay)(this.el),this.plot_view.canvas_view.add_overlay(this.el)}remove(){(0,r.remove)(this.el),super.remove()}connect_signals(){super.connect_signals(),this.connect(this.model.properties.content.change,(()=>this.render())),this.connect(this.model.properties.position.change,(()=>this._reposition()))}styles(){return[...super.styles(),c.default]}render(){this.model.visible||(0,r.undisplay)(this.el),super.render()}_render(){const{content:e}=this.model;null!=e?((0,r.empty)(this.el),(0,r.classes)(this.el).toggle(\"bk-tooltip-custom\",this.model.custom),this.el.appendChild(e),this.model.show_arrow&&this.el.classList.add(d.tooltip_arrow)):(0,r.undisplay)(this.el)}_reposition(){const{position:e}=this.model;if(null==e)return void(0,r.undisplay)(this.el);const[t,s]=e,i=(()=>{const e=this.parent.layout.bbox.relative(),{attachment:i}=this.model;switch(i){case\"horizontal\":return t({attachment:[h.TooltipAttachment,\"horizontal\"],inner_only:[e,!0],show_arrow:[e,!0]}))),n.internal((({Boolean:e,Number:t,Tuple:s,Ref:i,Nullable:l})=>({position:[l(s(t,t)),null],content:[i(HTMLElement),()=>(0,r.div)()],custom:[e]}))),n.override({level:\"overlay\"})},\n", - " function _(o,t,r,e,l){e(),r.root=\"bk-root\",r.tooltip=\"bk-tooltip\",r.left=\"bk-left\",r.tooltip_arrow=\"bk-tooltip-arrow\",r.right=\"bk-right\",r.above=\"bk-above\",r.below=\"bk-below\",r.tooltip_row_label=\"bk-tooltip-row-label\",r.tooltip_row_value=\"bk-tooltip-row-value\",r.tooltip_color_block=\"bk-tooltip-color-block\",r.default='.bk-root{}.bk-root .bk-tooltip{font-weight:300;font-size:12px;position:absolute;padding:5px;border:1px solid #e5e5e5;color:#2f2f2f;background-color:white;pointer-events:none;opacity:0.95;z-index:100;}.bk-root .bk-tooltip > div:not(:first-child){margin-top:5px;border-top:#e5e5e5 1px dashed;}.bk-root .bk-tooltip.bk-left.bk-tooltip-arrow::before{position:absolute;margin:-7px 0 0 0;top:50%;width:0;height:0;border-style:solid;border-width:7px 0 7px 0;border-color:transparent;content:\" \";display:block;left:-10px;border-right-width:10px;border-right-color:#909599;}.bk-root .bk-tooltip.bk-left::before{left:-10px;border-right-width:10px;border-right-color:#909599;}.bk-root .bk-tooltip.bk-right.bk-tooltip-arrow::after{position:absolute;margin:-7px 0 0 0;top:50%;width:0;height:0;border-style:solid;border-width:7px 0 7px 0;border-color:transparent;content:\" \";display:block;right:-10px;border-left-width:10px;border-left-color:#909599;}.bk-root .bk-tooltip.bk-right::after{right:-10px;border-left-width:10px;border-left-color:#909599;}.bk-root .bk-tooltip.bk-above::before{position:absolute;margin:0 0 0 -7px;left:50%;width:0;height:0;border-style:solid;border-width:0 7px 0 7px;border-color:transparent;content:\" \";display:block;top:-10px;border-bottom-width:10px;border-bottom-color:#909599;}.bk-root .bk-tooltip.bk-below::after{position:absolute;margin:0 0 0 -7px;left:50%;width:0;height:0;border-style:solid;border-width:0 7px 0 7px;border-color:transparent;content:\" \";display:block;bottom:-10px;border-top-width:10px;border-top-color:#909599;}.bk-root .bk-tooltip-row-label{text-align:right;color:#26aae1;}.bk-root .bk-tooltip-row-value{color:default;}.bk-root .bk-tooltip-color-block{width:12px;height:12px;margin-left:5px;margin-right:5px;outline:#dddddd solid 1px;display:inline-block;}'},\n", - " function _(e,t,s,i,r){var a;i();const l=e(115),_=e(112),h=e(113),o=e(48);class n extends l.UpperLowerView{async lazy_initialize(){await super.lazy_initialize();const{lower_head:e,upper_head:t}=this.model;null!=e&&(this.lower_head=await(0,h.build_view)(e,{parent:this})),null!=t&&(this.upper_head=await(0,h.build_view)(t,{parent:this}))}set_data(e){var t,s;super.set_data(e),null===(t=this.lower_head)||void 0===t||t.set_data(e),null===(s=this.upper_head)||void 0===s||s.set_data(e)}paint(e){if(this.visuals.line.doit)for(let t=0,s=this._lower_sx.length;t({lower_head:[t(e(_.ArrowHead)),()=>new _.TeeHead({size:10})],upper_head:[t(e(_.ArrowHead)),()=>new _.TeeHead({size:10})]}))),a.override({level:\"underlay\"})},\n", - " function _(n,o,t,u,e){u(),e(\"CustomJS\",n(245).CustomJS),e(\"OpenURL\",n(247).OpenURL)},\n", - " function _(t,e,s,n,c){var a;n();const r=t(246),u=t(13),o=t(34);class i extends r.Callback{constructor(t){super(t)}get names(){return(0,u.keys)(this.args)}get values(){return(0,u.values)(this.args)}get func(){const t=(0,o.use_strict)(this.code);return new Function(...this.names,\"cb_obj\",\"cb_data\",t)}execute(t,e={}){return this.func.apply(t,this.values.concat(t,e))}}s.CustomJS=i,a=i,i.__name__=\"CustomJS\",a.define((({Unknown:t,String:e,Dict:s})=>({args:[s(t),{}],code:[e,\"\"]})))},\n", - " function _(c,a,l,n,s){n();const e=c(53);class o extends e.Model{constructor(c){super(c)}}l.Callback=o,o.__name__=\"Callback\"},\n", - " function _(e,t,n,o,i){var s;o();const c=e(246),r=e(152),a=e(8);class d extends c.Callback{constructor(e){super(e)}navigate(e){this.same_tab?window.location.href=e:window.open(e)}execute(e,{source:t}){const n=e=>{const n=(0,r.replace_placeholders)(this.url,t,e,void 0,void 0,encodeURI);if(!(0,a.isString)(n))throw new Error(\"HTML output is not supported in this context\");this.navigate(n)},{selected:o}=t;for(const e of o.indices)n(e);for(const e of o.line_indices)n(e)}}n.OpenURL=d,s=d,d.__name__=\"OpenURL\",s.define((({Boolean:e,String:t})=>({url:[t,\"http://\"],same_tab:[e,!1]})))},\n", - " function _(a,n,i,e,r){e(),r(\"Canvas\",a(249).Canvas),r(\"CartesianFrame\",a(126).CartesianFrame),r(\"CoordinateMapping\",a(54).CoordinateMapping)},\n", - " function _(e,t,i,s,a){var l,r=this&&this.__createBinding||(Object.create?function(e,t,i,s){void 0===s&&(s=i),Object.defineProperty(e,s,{enumerable:!0,get:function(){return t[i]}})}:function(e,t,i,s){void 0===s&&(s=i),e[s]=t[i]}),n=this&&this.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=this&&this.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)\"default\"!==i&&Object.prototype.hasOwnProperty.call(e,i)&&r(t,e,i);return n(t,e),t};s();const h=e(14),c=e(28),u=e(226),_=e(19),d=e(43),p=e(20),b=e(13),v=e(250),g=e(65),w=e(138),y=e(235);const f=(()=>{let t;return async()=>void 0!==t?t:t=await async function(){const t=document.createElement(\"canvas\"),i=t.getContext(\"webgl\",{premultipliedAlpha:!0});if(null!=i){const s=await(0,w.load_module)(Promise.resolve().then((()=>o(e(410)))));if(null!=s){const e=s.get_regl(i);if(e.has_webgl)return{canvas:t,regl_wrapper:e};_.logger.trace(\"WebGL is supported, but not the required extensions\")}else _.logger.trace(\"WebGL is supported, but bokehjs(.min).js bundle is not available\")}else _.logger.trace(\"WebGL is not supported\");return null}()})(),m={position:\"absolute\",top:\"0\",left:\"0\",width:\"100%\",height:\"100%\"};class x extends u.DOMView{constructor(){super(...arguments),this.bbox=new g.BBox,this.webgl=null}initialize(){super.initialize(),this.underlays_el=(0,d.div)({style:m}),this.primary=this.create_layer(),this.overlays=this.create_layer(),this.overlays_el=(0,d.div)({style:m}),this.events_el=(0,d.div)({class:\"bk-canvas-events\",style:m});const e=[this.underlays_el,this.primary.el,this.overlays.el,this.overlays_el,this.events_el];(0,b.extend)(this.el.style,m),(0,d.append)(this.el,...e),this.ui_event_bus=new v.UIEventBus(this)}async lazy_initialize(){if(await super.lazy_initialize(),\"webgl\"==this.model.output_backend&&(this.webgl=await f(),c.settings.force_webgl&&null==this.webgl))throw new Error(\"webgl is not available\")}remove(){this.ui_event_bus.destroy(),super.remove()}add_underlay(e){this.underlays_el.appendChild(e)}add_overlay(e){this.overlays_el.appendChild(e)}add_event(e){this.events_el.appendChild(e)}get pixel_ratio(){return this.primary.pixel_ratio}resize(e,t){this.bbox=new g.BBox({left:0,top:0,width:e,height:t}),this.primary.resize(e,t),this.overlays.resize(e,t)}prepare_webgl(e){const{webgl:t}=this;if(null!=t){const{width:i,height:s}=this.bbox;t.canvas.width=this.pixel_ratio*i,t.canvas.height=this.pixel_ratio*s;const[a,l,r,n]=e,{xview:o,yview:h}=this.bbox,c=o.compute(a),u=h.compute(l+n),_=this.pixel_ratio;t.regl_wrapper.set_scissor(_*c,_*u,_*r,_*n),this._clear_webgl()}}blit_webgl(e){const{webgl:t}=this;if(null!=t){if(_.logger.debug(\"Blitting WebGL canvas\"),e.restore(),e.drawImage(t.canvas,0,0),e.save(),this.model.hidpi){const t=this.pixel_ratio;e.scale(t,t),e.translate(.5,.5)}this._clear_webgl()}}_clear_webgl(){const{webgl:e}=this;if(null!=e){const{regl_wrapper:t,canvas:i}=e;t.clear(i.width,i.height)}}compose(){const e=this.create_layer(),{width:t,height:i}=this.bbox;return e.resize(t,i),e.ctx.drawImage(this.primary.canvas,0,0),e.ctx.drawImage(this.overlays.canvas,0,0),e}create_layer(){const{output_backend:e,hidpi:t}=this.model;return new y.CanvasLayer(e,t)}to_blob(){return this.compose().to_blob()}}i.CanvasView=x,x.__name__=\"CanvasView\";class z extends h.HasProps{constructor(e){super(e)}}i.Canvas=z,l=z,z.__name__=\"Canvas\",l.prototype.default_view=x,l.internal((({Boolean:e})=>({hidpi:[e,!0],output_backend:[p.OutputBackend,\"canvas\"]})))},\n", - " function _(t,e,s,n,i){n();const r=t(1),a=(0,r.__importDefault)(t(225)),_=t(15),h=t(19),o=t(43),l=(0,r.__importStar)(t(251)),c=t(252),p=t(9),u=t(8),v=t(27),d=t(230);class g{constructor(t){this.canvas_view=t,this.pan_start=new _.Signal(this,\"pan:start\"),this.pan=new _.Signal(this,\"pan\"),this.pan_end=new _.Signal(this,\"pan:end\"),this.pinch_start=new _.Signal(this,\"pinch:start\"),this.pinch=new _.Signal(this,\"pinch\"),this.pinch_end=new _.Signal(this,\"pinch:end\"),this.rotate_start=new _.Signal(this,\"rotate:start\"),this.rotate=new _.Signal(this,\"rotate\"),this.rotate_end=new _.Signal(this,\"rotate:end\"),this.tap=new _.Signal(this,\"tap\"),this.doubletap=new _.Signal(this,\"doubletap\"),this.press=new _.Signal(this,\"press\"),this.pressup=new _.Signal(this,\"pressup\"),this.move_enter=new _.Signal(this,\"move:enter\"),this.move=new _.Signal(this,\"move\"),this.move_exit=new _.Signal(this,\"move:exit\"),this.scroll=new _.Signal(this,\"scroll\"),this.keydown=new _.Signal(this,\"keydown\"),this.keyup=new _.Signal(this,\"keyup\"),this.hammer=new a.default(this.hit_area,{touchAction:\"auto\",inputClass:a.default.TouchMouseInput}),this._prev_move=null,this._curr_pan=null,this._curr_pinch=null,this._curr_rotate=null,this._configure_hammerjs(),this.hit_area.addEventListener(\"mousemove\",(t=>this._mouse_move(t))),this.hit_area.addEventListener(\"mouseenter\",(t=>this._mouse_enter(t))),this.hit_area.addEventListener(\"mouseleave\",(t=>this._mouse_exit(t))),this.hit_area.addEventListener(\"contextmenu\",(t=>this._context_menu(t))),this.hit_area.addEventListener(\"wheel\",(t=>this._mouse_wheel(t))),document.addEventListener(\"keydown\",this),document.addEventListener(\"keyup\",this),this.menu=new d.ContextMenu([],{prevent_hide:t=>2==t.button&&t.target==this.hit_area}),this.hit_area.appendChild(this.menu.el)}get hit_area(){return this.canvas_view.events_el}destroy(){this.menu.remove(),this.hammer.destroy(),document.removeEventListener(\"keydown\",this),document.removeEventListener(\"keyup\",this)}handleEvent(t){\"keydown\"==t.type?this._key_down(t):\"keyup\"==t.type&&this._key_up(t)}_configure_hammerjs(){this.hammer.get(\"doubletap\").recognizeWith(\"tap\"),this.hammer.get(\"tap\").requireFailure(\"doubletap\"),this.hammer.get(\"doubletap\").dropRequireFailure(\"tap\"),this.hammer.on(\"doubletap\",(t=>this._doubletap(t))),this.hammer.on(\"tap\",(t=>this._tap(t))),this.hammer.on(\"press\",(t=>this._press(t))),this.hammer.on(\"pressup\",(t=>this._pressup(t))),this.hammer.get(\"pan\").set({direction:a.default.DIRECTION_ALL}),this.hammer.on(\"panstart\",(t=>this._pan_start(t))),this.hammer.on(\"pan\",(t=>this._pan(t))),this.hammer.on(\"panend\",(t=>this._pan_end(t))),this.hammer.get(\"pinch\").set({enable:!0}),this.hammer.on(\"pinchstart\",(t=>this._pinch_start(t))),this.hammer.on(\"pinch\",(t=>this._pinch(t))),this.hammer.on(\"pinchend\",(t=>this._pinch_end(t))),this.hammer.get(\"rotate\").set({enable:!0}),this.hammer.on(\"rotatestart\",(t=>this._rotate_start(t))),this.hammer.on(\"rotate\",(t=>this._rotate(t))),this.hammer.on(\"rotateend\",(t=>this._rotate_end(t)))}register_tool(t){const e=t.model.event_type;null!=e&&((0,u.isString)(e)?this._register_tool(t,e):e.forEach(((e,s)=>this._register_tool(t,e,s<1))))}_register_tool(t,e,s=!0){const n=t,{id:i}=n.model,r=t=>e=>{e.id==i&&t(e.e)},a=t=>e=>{t(e.e)};switch(e){case\"pan\":null!=n._pan_start&&n.connect(this.pan_start,r(n._pan_start.bind(n))),null!=n._pan&&n.connect(this.pan,r(n._pan.bind(n))),null!=n._pan_end&&n.connect(this.pan_end,r(n._pan_end.bind(n)));break;case\"pinch\":null!=n._pinch_start&&n.connect(this.pinch_start,r(n._pinch_start.bind(n))),null!=n._pinch&&n.connect(this.pinch,r(n._pinch.bind(n))),null!=n._pinch_end&&n.connect(this.pinch_end,r(n._pinch_end.bind(n)));break;case\"rotate\":null!=n._rotate_start&&n.connect(this.rotate_start,r(n._rotate_start.bind(n))),null!=n._rotate&&n.connect(this.rotate,r(n._rotate.bind(n))),null!=n._rotate_end&&n.connect(this.rotate_end,r(n._rotate_end.bind(n)));break;case\"move\":null!=n._move_enter&&n.connect(this.move_enter,r(n._move_enter.bind(n))),null!=n._move&&n.connect(this.move,r(n._move.bind(n))),null!=n._move_exit&&n.connect(this.move_exit,r(n._move_exit.bind(n)));break;case\"tap\":null!=n._tap&&n.connect(this.tap,r(n._tap.bind(n))),null!=n._doubletap&&n.connect(this.doubletap,r(n._doubletap.bind(n)));break;case\"press\":null!=n._press&&n.connect(this.press,r(n._press.bind(n))),null!=n._pressup&&n.connect(this.pressup,r(n._pressup.bind(n)));break;case\"scroll\":null!=n._scroll&&n.connect(this.scroll,r(n._scroll.bind(n)));break;default:throw new Error(`unsupported event_type: ${e}`)}s&&(null!=n._keydown&&n.connect(this.keydown,a(n._keydown.bind(n))),null!=n._keyup&&n.connect(this.keyup,a(n._keyup.bind(n))),v.is_mobile&&null!=n._scroll&&\"pinch\"==e&&(h.logger.debug(\"Registering scroll on touch screen\"),n.connect(this.scroll,r(n._scroll.bind(n)))))}_hit_test_renderers(t,e,s){var n;const i=t.get_renderer_views();for(const t of(0,p.reversed)(i))if(null===(n=t.interactive_hit)||void 0===n?void 0:n.call(t,e,s))return t;return null}set_cursor(t=\"default\"){this.hit_area.style.cursor=t}_hit_test_frame(t,e,s){return t.frame.bbox.contains(e,s)}_hit_test_canvas(t,e,s){return t.layout.bbox.contains(e,s)}_hit_test_plot(t,e){for(const s of this.canvas_view.plot_views)if(s.layout.bbox.relative().contains(t,e))return s;return null}_trigger(t,e,s){var n;const{sx:i,sy:r}=e,a=this._hit_test_plot(i,r),_=t=>{const[s,n]=[i,r];return Object.assign(Object.assign({},e),{sx:s,sy:n})};if(\"panstart\"==e.type||\"pan\"==e.type||\"panend\"==e.type){let n;if(\"panstart\"==e.type&&null!=a?(this._curr_pan={plot_view:a},n=a):\"pan\"==e.type&&null!=this._curr_pan?n=this._curr_pan.plot_view:\"panend\"==e.type&&null!=this._curr_pan?(n=this._curr_pan.plot_view,this._curr_pan=null):n=null,null!=n){const e=_();this.__trigger(n,t,e,s)}}else if(\"pinchstart\"==e.type||\"pinch\"==e.type||\"pinchend\"==e.type){let n;if(\"pinchstart\"==e.type&&null!=a?(this._curr_pinch={plot_view:a},n=a):\"pinch\"==e.type&&null!=this._curr_pinch?n=this._curr_pinch.plot_view:\"pinchend\"==e.type&&null!=this._curr_pinch?(n=this._curr_pinch.plot_view,this._curr_pinch=null):n=null,null!=n){const e=_();this.__trigger(n,t,e,s)}}else if(\"rotatestart\"==e.type||\"rotate\"==e.type||\"rotateend\"==e.type){let n;if(\"rotatestart\"==e.type&&null!=a?(this._curr_rotate={plot_view:a},n=a):\"rotate\"==e.type&&null!=this._curr_rotate?n=this._curr_rotate.plot_view:\"rotateend\"==e.type&&null!=this._curr_rotate?(n=this._curr_rotate.plot_view,this._curr_rotate=null):n=null,null!=n){const e=_();this.__trigger(n,t,e,s)}}else if(\"mouseenter\"==e.type||\"mousemove\"==e.type||\"mouseleave\"==e.type){const h=null===(n=this._prev_move)||void 0===n?void 0:n.plot_view;if(null!=h&&(\"mouseleave\"==e.type||h!=a)){const{sx:t,sy:e}=_();this.__trigger(h,this.move_exit,{type:\"mouseleave\",sx:t,sy:e,shiftKey:!1,ctrlKey:!1},s)}if(null!=a&&(\"mouseenter\"==e.type||h!=a)){const{sx:t,sy:e}=_();this.__trigger(a,this.move_enter,{type:\"mouseenter\",sx:t,sy:e,shiftKey:!1,ctrlKey:!1},s)}if(null!=a&&\"mousemove\"==e.type){const e=_();this.__trigger(a,t,e,s)}this._prev_move={sx:i,sy:r,plot_view:a}}else if(null!=a){const e=_();this.__trigger(a,t,e,s)}}__trigger(t,e,s,n){var i,r,a;const _=t.model.toolbar.gestures,h=e.name.split(\":\")[0],o=this._hit_test_renderers(t,s.sx,s.sy),l=this._hit_test_canvas(t,s.sx,s.sy);switch(h){case\"move\":{const n=_.move.active;null!=n&&this.trigger(e,s,n.id);const r=t.model.toolbar.inspectors.filter((t=>t.active));let a=\"default\";null!=o?(a=null!==(i=o.cursor(s.sx,s.sy))&&void 0!==i?i:a,(0,p.is_empty)(r)||(e=this.move_exit)):this._hit_test_frame(t,s.sx,s.sy)&&((0,p.is_empty)(r)||(a=\"crosshair\")),this.set_cursor(a),t.set_toolbar_visibility(l),r.map((t=>this.trigger(e,s,t.id)));break}case\"tap\":{const{target:i}=n;if(null!=i&&i!=this.hit_area)return;if(null===(r=null==o?void 0:o.on_hit)||void 0===r||r.call(o,s.sx,s.sy),this._hit_test_frame(t,s.sx,s.sy)){const t=_.tap.active;null!=t&&this.trigger(e,s,t.id)}break}case\"doubletap\":if(this._hit_test_frame(t,s.sx,s.sy)){const t=null!==(a=_.doubletap.active)&&void 0!==a?a:_.tap.active;null!=t&&this.trigger(e,s,t.id)}break;case\"scroll\":{const t=_[v.is_mobile?\"pinch\":\"scroll\"].active;null!=t&&(n.preventDefault(),n.stopPropagation(),this.trigger(e,s,t.id));break}case\"pan\":{const t=_.pan.active;null!=t&&(n.preventDefault(),this.trigger(e,s,t.id));break}default:{const t=_[h].active;null!=t&&this.trigger(e,s,t.id)}}this._trigger_bokeh_event(t,s)}trigger(t,e,s=null){t.emit({id:s,e})}_trigger_bokeh_event(t,e){const s=(()=>{const{sx:s,sy:n}=e,i=t.frame.x_scale.invert(s),r=t.frame.y_scale.invert(n);switch(e.type){case\"wheel\":return new l.MouseWheel(s,n,i,r,e.delta);case\"mousemove\":return new l.MouseMove(s,n,i,r);case\"mouseenter\":return new l.MouseEnter(s,n,i,r);case\"mouseleave\":return new l.MouseLeave(s,n,i,r);case\"tap\":return new l.Tap(s,n,i,r);case\"doubletap\":return new l.DoubleTap(s,n,i,r);case\"press\":return new l.Press(s,n,i,r);case\"pressup\":return new l.PressUp(s,n,i,r);case\"pan\":return new l.Pan(s,n,i,r,e.deltaX,e.deltaY);case\"panstart\":return new l.PanStart(s,n,i,r);case\"panend\":return new l.PanEnd(s,n,i,r);case\"pinch\":return new l.Pinch(s,n,i,r,e.scale);case\"pinchstart\":return new l.PinchStart(s,n,i,r);case\"pinchend\":return new l.PinchEnd(s,n,i,r);case\"rotate\":return new l.Rotate(s,n,i,r,e.rotation);case\"rotatestart\":return new l.RotateStart(s,n,i,r);case\"rotateend\":return new l.RotateEnd(s,n,i,r);default:return}})();null!=s&&t.model.trigger_event(s)}_get_sxy(t){const{pageX:e,pageY:s}=function(t){return\"undefined\"!=typeof TouchEvent&&t instanceof TouchEvent}(t)?(0!=t.touches.length?t.touches:t.changedTouches)[0]:t,{left:n,top:i}=(0,o.offset)(this.hit_area);return{sx:e-n,sy:s-i}}_pan_event(t){return Object.assign(Object.assign({type:t.type},this._get_sxy(t.srcEvent)),{deltaX:t.deltaX,deltaY:t.deltaY,shiftKey:t.srcEvent.shiftKey,ctrlKey:t.srcEvent.ctrlKey})}_pinch_event(t){return Object.assign(Object.assign({type:t.type},this._get_sxy(t.srcEvent)),{scale:t.scale,shiftKey:t.srcEvent.shiftKey,ctrlKey:t.srcEvent.ctrlKey})}_rotate_event(t){return Object.assign(Object.assign({type:t.type},this._get_sxy(t.srcEvent)),{rotation:t.rotation,shiftKey:t.srcEvent.shiftKey,ctrlKey:t.srcEvent.ctrlKey})}_tap_event(t){return Object.assign(Object.assign({type:t.type},this._get_sxy(t.srcEvent)),{shiftKey:t.srcEvent.shiftKey,ctrlKey:t.srcEvent.ctrlKey})}_move_event(t){return Object.assign(Object.assign({type:t.type},this._get_sxy(t)),{shiftKey:t.shiftKey,ctrlKey:t.ctrlKey})}_scroll_event(t){return Object.assign(Object.assign({type:t.type},this._get_sxy(t)),{delta:(0,c.getDeltaY)(t),shiftKey:t.shiftKey,ctrlKey:t.ctrlKey})}_key_event(t){return{type:t.type,keyCode:t.keyCode}}_pan_start(t){const e=this._pan_event(t);e.sx-=t.deltaX,e.sy-=t.deltaY,this._trigger(this.pan_start,e,t.srcEvent)}_pan(t){this._trigger(this.pan,this._pan_event(t),t.srcEvent)}_pan_end(t){this._trigger(this.pan_end,this._pan_event(t),t.srcEvent)}_pinch_start(t){this._trigger(this.pinch_start,this._pinch_event(t),t.srcEvent)}_pinch(t){this._trigger(this.pinch,this._pinch_event(t),t.srcEvent)}_pinch_end(t){this._trigger(this.pinch_end,this._pinch_event(t),t.srcEvent)}_rotate_start(t){this._trigger(this.rotate_start,this._rotate_event(t),t.srcEvent)}_rotate(t){this._trigger(this.rotate,this._rotate_event(t),t.srcEvent)}_rotate_end(t){this._trigger(this.rotate_end,this._rotate_event(t),t.srcEvent)}_tap(t){this._trigger(this.tap,this._tap_event(t),t.srcEvent)}_doubletap(t){this._trigger(this.doubletap,this._tap_event(t),t.srcEvent)}_press(t){this._trigger(this.press,this._tap_event(t),t.srcEvent)}_pressup(t){this._trigger(this.pressup,this._tap_event(t),t.srcEvent)}_mouse_enter(t){this._trigger(this.move_enter,this._move_event(t),t)}_mouse_move(t){this._trigger(this.move,this._move_event(t),t)}_mouse_exit(t){this._trigger(this.move_exit,this._move_event(t),t)}_mouse_wheel(t){this._trigger(this.scroll,this._scroll_event(t),t)}_context_menu(t){!this.menu.is_open&&this.menu.can_open&&t.preventDefault();const{sx:e,sy:s}=this._get_sxy(t);this.menu.toggle({left:e,top:s})}_key_down(t){this.trigger(this.keydown,this._key_event(t))}_key_up(t){this.trigger(this.keyup,this._key_event(t))}}s.UIEventBus=g,g.__name__=\"UIEventBus\"},\n", - " function _(e,t,s,n,_){n();var a=this&&this.__decorate||function(e,t,s,n){var _,a=arguments.length,o=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,s):n;if(\"object\"==typeof Reflect&&\"function\"==typeof Reflect.decorate)o=Reflect.decorate(e,t,s,n);else for(var r=e.length-1;r>=0;r--)(_=e[r])&&(o=(a<3?_(o):a>3?_(t,s,o):_(t,s))||o);return a>3&&o&&Object.defineProperty(t,s,o),o};function o(e){return function(t){t.prototype.event_name=e}}class r{to_json(){const{event_name:e}=this;return{event_name:e,event_values:this._to_json()}}}s.BokehEvent=r,r.__name__=\"BokehEvent\";class c extends r{constructor(){super(...arguments),this.origin=null}_to_json(){return{model:this.origin}}}s.ModelEvent=c,c.__name__=\"ModelEvent\";let l=class extends r{_to_json(){return{}}};s.DocumentReady=l,l.__name__=\"DocumentReady\",s.DocumentReady=l=a([o(\"document_ready\")],l);let i=class extends c{};s.ButtonClick=i,i.__name__=\"ButtonClick\",s.ButtonClick=i=a([o(\"button_click\")],i);let u=class extends c{constructor(e){super(),this.item=e}_to_json(){const{item:e}=this;return Object.assign(Object.assign({},super._to_json()),{item:e})}};s.MenuItemClick=u,u.__name__=\"MenuItemClick\",s.MenuItemClick=u=a([o(\"menu_item_click\")],u);class d extends c{}s.UIEvent=d,d.__name__=\"UIEvent\";let m=class extends d{};s.LODStart=m,m.__name__=\"LODStart\",s.LODStart=m=a([o(\"lodstart\")],m);let h=class extends d{};s.LODEnd=h,h.__name__=\"LODEnd\",s.LODEnd=h=a([o(\"lodend\")],h);let p=class extends d{constructor(e,t,s,n){super(),this.x0=e,this.x1=t,this.y0=s,this.y1=n}_to_json(){const{x0:e,x1:t,y0:s,y1:n}=this;return Object.assign(Object.assign({},super._to_json()),{x0:e,x1:t,y0:s,y1:n})}};s.RangesUpdate=p,p.__name__=\"RangesUpdate\",s.RangesUpdate=p=a([o(\"rangesupdate\")],p);let x=class extends d{constructor(e,t){super(),this.geometry=e,this.final=t}_to_json(){const{geometry:e,final:t}=this;return Object.assign(Object.assign({},super._to_json()),{geometry:e,final:t})}};s.SelectionGeometry=x,x.__name__=\"SelectionGeometry\",s.SelectionGeometry=x=a([o(\"selectiongeometry\")],x);let j=class extends d{};s.Reset=j,j.__name__=\"Reset\",s.Reset=j=a([o(\"reset\")],j);class y extends d{constructor(e,t,s,n){super(),this.sx=e,this.sy=t,this.x=s,this.y=n}_to_json(){const{sx:e,sy:t,x:s,y:n}=this;return Object.assign(Object.assign({},super._to_json()),{sx:e,sy:t,x:s,y:n})}}s.PointEvent=y,y.__name__=\"PointEvent\";let g=class extends y{constructor(e,t,s,n,_,a){super(e,t,s,n),this.delta_x=_,this.delta_y=a}_to_json(){const{delta_x:e,delta_y:t}=this;return Object.assign(Object.assign({},super._to_json()),{delta_x:e,delta_y:t})}};s.Pan=g,g.__name__=\"Pan\",s.Pan=g=a([o(\"pan\")],g);let P=class extends y{constructor(e,t,s,n,_){super(e,t,s,n),this.scale=_}_to_json(){const{scale:e}=this;return Object.assign(Object.assign({},super._to_json()),{scale:e})}};s.Pinch=P,P.__name__=\"Pinch\",s.Pinch=P=a([o(\"pinch\")],P);let O=class extends y{constructor(e,t,s,n,_){super(e,t,s,n),this.rotation=_}_to_json(){const{rotation:e}=this;return Object.assign(Object.assign({},super._to_json()),{rotation:e})}};s.Rotate=O,O.__name__=\"Rotate\",s.Rotate=O=a([o(\"rotate\")],O);let b=class extends y{constructor(e,t,s,n,_){super(e,t,s,n),this.delta=_}_to_json(){const{delta:e}=this;return Object.assign(Object.assign({},super._to_json()),{delta:e})}};s.MouseWheel=b,b.__name__=\"MouseWheel\",s.MouseWheel=b=a([o(\"wheel\")],b);let v=class extends y{};s.MouseMove=v,v.__name__=\"MouseMove\",s.MouseMove=v=a([o(\"mousemove\")],v);let E=class extends y{};s.MouseEnter=E,E.__name__=\"MouseEnter\",s.MouseEnter=E=a([o(\"mouseenter\")],E);let R=class extends y{};s.MouseLeave=R,R.__name__=\"MouseLeave\",s.MouseLeave=R=a([o(\"mouseleave\")],R);let M=class extends y{};s.Tap=M,M.__name__=\"Tap\",s.Tap=M=a([o(\"tap\")],M);let f=class extends y{};s.DoubleTap=f,f.__name__=\"DoubleTap\",s.DoubleTap=f=a([o(\"doubletap\")],f);let S=class extends y{};s.Press=S,S.__name__=\"Press\",s.Press=S=a([o(\"press\")],S);let D=class extends y{};s.PressUp=D,D.__name__=\"PressUp\",s.PressUp=D=a([o(\"pressup\")],D);let k=class extends y{};s.PanStart=k,k.__name__=\"PanStart\",s.PanStart=k=a([o(\"panstart\")],k);let L=class extends y{};s.PanEnd=L,L.__name__=\"PanEnd\",s.PanEnd=L=a([o(\"panend\")],L);let U=class extends y{};s.PinchStart=U,U.__name__=\"PinchStart\",s.PinchStart=U=a([o(\"pinchstart\")],U);let C=class extends y{};s.PinchEnd=C,C.__name__=\"PinchEnd\",s.PinchEnd=C=a([o(\"pinchend\")],C);let T=class extends y{};s.RotateStart=T,T.__name__=\"RotateStart\",s.RotateStart=T=a([o(\"rotatestart\")],T);let B=class extends y{};s.RotateEnd=B,B.__name__=\"RotateEnd\",s.RotateEnd=B=a([o(\"rotateend\")],B)},\n", - " function _(t,e,n,l,o){\n", - " /*!\n", - " * jQuery Mousewheel 3.1.13\n", - " *\n", - " * Copyright jQuery Foundation and other contributors\n", - " * Released under the MIT license\n", - " * http://jquery.org/license\n", - " */\n", - " function u(t){const e=getComputedStyle(t).fontSize;return null!=e?parseInt(e,10):null}l(),n.getDeltaY=function(t){let e=-t.deltaY;if(t.target instanceof HTMLElement)switch(t.deltaMode){case t.DOM_DELTA_LINE:e*=(n=t.target,null!==(a=null!==(o=u(null!==(l=n.offsetParent)&&void 0!==l?l:document.body))&&void 0!==o?o:u(n))&&void 0!==a?a:16);break;case t.DOM_DELTA_PAGE:e*=function(t){return t.clientHeight}(t.target)}var n,l,o,a;return e}},\n", - " function _(m,o,n,r,a){r(),a(\"Expression\",m(254).Expression),a(\"CustomJSExpr\",m(255).CustomJSExpr),a(\"Stack\",m(256).Stack),a(\"CumSum\",m(257).CumSum),a(\"ScalarExpression\",m(254).ScalarExpression),a(\"Minimum\",m(258).Minimum),a(\"Maximum\",m(259).Maximum);var s=m(260);a(\"XComponent\",s.XComponent),a(\"YComponent\",s.YComponent),a(\"PolarTransform\",m(261).PolarTransform)},\n", - " function _(e,t,s,i,r){i();const n=e(53);class _ extends n.Model{constructor(e){super(e)}initialize(){super.initialize(),this._result=new Map}v_compute(e){let t=this._result.get(e);return(void 0===t||e.changed_for(this))&&(t=this._v_compute(e),this._result.set(e,t)),t}}s.Expression=_,_.__name__=\"Expression\";class o extends n.Model{constructor(e){super(e)}initialize(){super.initialize(),this._result=new Map}compute(e){let t=this._result.get(e);return(void 0===t||e.changed_for(this))&&(t=this._compute(e),this._result.set(e,t)),t}}s.ScalarExpression=o,o.__name__=\"ScalarExpression\"},\n", - " function _(e,s,t,n,r){var a;n();const o=e(14),c=e(254),i=e(24),u=e(9),l=e(13),h=e(34),g=e(8);class p extends c.Expression{constructor(e){super(e)}connect_signals(){super.connect_signals();for(const e of(0,l.values)(this.args))e instanceof o.HasProps&&e.change.connect((()=>{this._result.clear(),this.change.emit()}))}get names(){return(0,l.keys)(this.args)}get values(){return(0,l.values)(this.args)}get func(){const e=(0,h.use_strict)(this.code);return new i.GeneratorFunction(...this.names,e)}_v_compute(e){const s=this.func.apply(e,this.values);let t=s.next();if(t.done&&void 0!==t.value){const{value:s}=t;return(0,g.isArray)(s)||(0,g.isTypedArray)(s)?s:(0,g.isIterable)(s)?[...s]:(0,u.repeat)(s,e.length)}{const e=[];do{e.push(t.value),t=s.next()}while(!t.done);return e}}}t.CustomJSExpr=p,a=p,p.__name__=\"CustomJSExpr\",a.define((({Unknown:e,String:s,Dict:t})=>({args:[t(e),{}],code:[s,\"\"]})))},\n", - " function _(t,n,e,o,r){var s;o();const a=t(254);class c extends a.Expression{constructor(t){super(t)}_v_compute(t){var n;const e=null!==(n=t.get_length())&&void 0!==n?n:0,o=new Float64Array(e);for(const n of this.fields){const r=t.data[n];if(null!=r){const t=Math.min(e,r.length);for(let n=0;n({fields:[n(t),[]]})))},\n", - " function _(e,n,t,o,r){var i;o();const l=e(254);class u extends l.Expression{constructor(e){super(e)}_v_compute(e){var n;const t=new Float64Array(null!==(n=e.get_length())&&void 0!==n?n:0),o=e.data[this.field],r=this.include_zero?1:0;t[0]=this.include_zero?0:o[0];for(let e=1;e({field:[n],include_zero:[e,!1]})))},\n", - " function _(i,n,l,t,e){var a;t();const u=i(254),r=i(9);class s extends u.ScalarExpression{constructor(i){super(i)}_compute(i){var n,l;const t=null!==(n=i.data[this.field])&&void 0!==n?n:[];return Math.min(null!==(l=this.initial)&&void 0!==l?l:1/0,(0,r.min)(t))}}l.Minimum=s,a=s,s.__name__=\"Minimum\",a.define((({Number:i,String:n,Nullable:l})=>({field:[n],initial:[l(i),null]})))},\n", - " function _(i,a,n,l,t){var e;l();const u=i(254),r=i(9);class s extends u.ScalarExpression{constructor(i){super(i)}_compute(i){var a,n;const l=null!==(a=i.data[this.field])&&void 0!==a?a:[];return Math.max(null!==(n=this.initial)&&void 0!==n?n:-1/0,(0,r.max)(l))}}n.Maximum=s,e=s,s.__name__=\"Maximum\",e.define((({Number:i,String:a,Nullable:n})=>({field:[a],initial:[n(i),null]})))},\n", - " function _(n,e,t,o,r){var s;o();const _=n(254);class m extends _.Expression{constructor(n){super(n)}get x(){return new c({transform:this})}get y(){return new u({transform:this})}}t.CoordinateTransform=m,m.__name__=\"CoordinateTransform\";class a extends _.Expression{constructor(n){super(n)}}t.XYComponent=a,s=a,a.__name__=\"XYComponent\",s.define((({Ref:n})=>({transform:[n(m)]})));class c extends a{constructor(n){super(n)}_v_compute(n){return this.transform.v_compute(n).x}}t.XComponent=c,c.__name__=\"XComponent\";class u extends a{constructor(n){super(n)}_v_compute(n){return this.transform.v_compute(n).y}}t.YComponent=u,u.__name__=\"YComponent\"},\n", - " function _(r,t,n,e,o){e();const i=r(1);var a;const s=r(260),c=r(20),l=(0,i.__importStar)(r(18));class d extends s.CoordinateTransform{constructor(r){super(r)}_v_compute(r){const t=this.properties.radius.uniform(r),n=this.properties.angle.uniform(r),e=\"anticlock\"==this.direction?-1:1,o=Math.min(t.length,n.length),i=new Float64Array(o),a=new Float64Array(o);for(let r=0;r({radius:[l.DistanceSpec,{field:\"radius\"}],angle:[l.AngleSpec,{field:\"angle\"}],direction:[c.Direction,\"anticlock\"]})))},\n", - " function _(e,t,l,r,i){r(),i(\"BooleanFilter\",e(263).BooleanFilter),i(\"CustomJSFilter\",e(264).CustomJSFilter),i(\"Filter\",e(191).Filter),i(\"GroupFilter\",e(265).GroupFilter),i(\"IndexFilter\",e(266).IndexFilter)},\n", - " function _(e,n,l,o,s){var t;o();const a=e(191),r=e(24);class c extends a.Filter{constructor(e){super(e)}compute_indices(e){const n=e.length,{booleans:l}=this;return null==l?r.Indices.all_set(n):r.Indices.from_booleans(n,l)}}l.BooleanFilter=c,t=c,c.__name__=\"BooleanFilter\",t.define((({Boolean:e,Array:n,Nullable:l})=>({booleans:[l(n(e)),null]})))},\n", - " function _(e,n,r,s,t){var i;s();const o=e(191),c=e(24),u=e(13),a=e(8),l=e(34);class f extends o.Filter{constructor(e){super(e)}get names(){return(0,u.keys)(this.args)}get values(){return(0,u.values)(this.args)}get func(){const e=(0,l.use_strict)(this.code);return new Function(...this.names,\"source\",e)}compute_indices(e){const n=e.length,r=this.func(...this.values,e);if(null==r)return c.Indices.all_set(n);if((0,a.isArrayOf)(r,a.isInteger))return c.Indices.from_indices(n,r);if((0,a.isArrayOf)(r,a.isBoolean))return c.Indices.from_booleans(n,r);throw new Error(`expect an array of integers or booleans, or null, got ${r}`)}}r.CustomJSFilter=f,i=f,f.__name__=\"CustomJSFilter\",i.define((({Unknown:e,String:n,Dict:r})=>({args:[r(e),{}],code:[n,\"\"]})))},\n", - " function _(n,e,t,o,r){var u;o();const s=n(191),c=n(24),i=n(19);class l extends s.Filter{constructor(n){super(n)}compute_indices(n){const e=n.get_column(this.column_name);if(null==e)return i.logger.warn(`${this}: groupby column '${this.column_name}' not found in the data source`),new c.Indices(n.length,1);{const t=new c.Indices(n.length);for(let n=0;n({column_name:[n],group:[n]})))},\n", - " function _(e,n,i,s,t){var l;s();const c=e(191),r=e(24);class d extends c.Filter{constructor(e){super(e)}compute_indices(e){const n=e.length,{indices:i}=this;return null==i?r.Indices.all_set(n):r.Indices.from_indices(n,i)}}i.IndexFilter=d,l=d,d.__name__=\"IndexFilter\",l.define((({Int:e,Array:n,Nullable:i})=>({indices:[i(n(e)),null]})))},\n", - " function _(e,a,l,i,t){i(),t(\"AnnularWedge\",e(268).AnnularWedge),t(\"Annulus\",e(269).Annulus),t(\"Arc\",e(270).Arc),t(\"Bezier\",e(271).Bezier),t(\"Circle\",e(272).Circle),t(\"Ellipse\",e(273).Ellipse),t(\"EllipseOval\",e(274).EllipseOval),t(\"Glyph\",e(179).Glyph),t(\"HArea\",e(187).HArea),t(\"HBar\",e(276).HBar),t(\"HexTile\",e(278).HexTile),t(\"Image\",e(279).Image),t(\"ImageRGBA\",e(281).ImageRGBA),t(\"ImageURL\",e(282).ImageURL),t(\"Line\",e(177).Line),t(\"MultiLine\",e(283).MultiLine),t(\"MultiPolygons\",e(284).MultiPolygons),t(\"Oval\",e(285).Oval),t(\"Patch\",e(186).Patch),t(\"Patches\",e(286).Patches),t(\"Quad\",e(287).Quad),t(\"Quadratic\",e(288).Quadratic),t(\"Ray\",e(289).Ray),t(\"Rect\",e(290).Rect),t(\"Scatter\",e(291).Scatter),t(\"Segment\",e(294).Segment),t(\"Spline\",e(295).Spline),t(\"Step\",e(297).Step),t(\"Text\",e(298).Text),t(\"VArea\",e(189).VArea),t(\"VBar\",e(299).VBar),t(\"Wedge\",e(300).Wedge)},\n", - " function _(e,s,t,i,r){i();const n=e(1);var a;const _=e(178),o=e(184),d=e(48),u=e(24),h=e(20),c=(0,n.__importStar)(e(18)),l=e(10),g=e(72),p=e(12);class x extends _.XYGlyphView{_map_data(){\"data\"==this.model.properties.inner_radius.units?this.sinner_radius=this.sdist(this.renderer.xscale,this._x,this.inner_radius):this.sinner_radius=(0,u.to_screen)(this.inner_radius),\"data\"==this.model.properties.outer_radius.units?this.souter_radius=this.sdist(this.renderer.xscale,this._x,this.outer_radius):this.souter_radius=(0,u.to_screen)(this.outer_radius),this.max_souter_radius=(0,p.max)(this.souter_radius)}_render(e,s,t){const{sx:i,sy:r,start_angle:n,end_angle:a,sinner_radius:_,souter_radius:o}=null!=t?t:this,d=\"anticlock\"==this.model.direction;for(const t of s){const s=i[t],u=r[t],h=_[t],c=o[t],l=n.get(t),g=a.get(t);if(!isFinite(s+u+h+c+l+g))continue;const p=g-l;e.translate(s,u),e.rotate(l),e.beginPath(),e.moveTo(c,0),e.arc(0,0,c,0,p,d),e.rotate(p),e.lineTo(h,0),e.arc(0,0,h,0,-p,!d),e.closePath(),e.rotate(-p-l),e.translate(-s,-u),this.visuals.fill.apply(e,t),this.visuals.hatch.apply(e,t),this.visuals.line.apply(e,t)}}_hit_point(e){const{sx:s,sy:t}=e,i=this.renderer.xscale.invert(s),r=this.renderer.yscale.invert(t),n=s-this.max_souter_radius,a=s+this.max_souter_radius,[_,o]=this.renderer.xscale.r_invert(n,a),d=t-this.max_souter_radius,u=t+this.max_souter_radius,[h,c]=this.renderer.yscale.r_invert(d,u),p=[];for(const e of this.index.indices({x0:_,x1:o,y0:h,y1:c})){const s=this.souter_radius[e]**2,t=this.sinner_radius[e]**2,[n,a]=this.renderer.xscale.r_compute(i,this._x[e]),[_,o]=this.renderer.yscale.r_compute(r,this._y[e]),d=(n-a)**2+(_-o)**2;d<=s&&d>=t&&p.push(e)}const x=\"anticlock\"==this.model.direction,m=[];for(const e of p){const i=Math.atan2(t-this.sy[e],s-this.sx[e]);(0,l.angle_between)(-i,-this.start_angle.get(e),-this.end_angle.get(e),x)&&m.push(e)}return new g.Selection({indices:m})}draw_legend_for_index(e,s,t){(0,o.generic_area_vector_legend)(this.visuals,e,s,t)}scenterxy(e){const s=(this.sinner_radius[e]+this.souter_radius[e])/2,t=(this.start_angle.get(e)+this.end_angle.get(e))/2;return[this.sx[e]+s*Math.cos(t),this.sy[e]+s*Math.sin(t)]}}t.AnnularWedgeView=x,x.__name__=\"AnnularWedgeView\";class m extends _.XYGlyph{constructor(e){super(e)}}t.AnnularWedge=m,a=m,m.__name__=\"AnnularWedge\",a.prototype.default_view=x,a.mixins([d.LineVector,d.FillVector,d.HatchVector]),a.define((({})=>({direction:[h.Direction,\"anticlock\"],inner_radius:[c.DistanceSpec,{field:\"inner_radius\"}],outer_radius:[c.DistanceSpec,{field:\"outer_radius\"}],start_angle:[c.AngleSpec,{field:\"start_angle\"}],end_angle:[c.AngleSpec,{field:\"end_angle\"}]})))},\n", - " function _(s,e,i,r,t){r();const n=s(1);var a;const u=s(178),o=s(24),_=s(48),d=(0,n.__importStar)(s(18)),h=s(27),c=s(72);class l extends u.XYGlyphView{_map_data(){\"data\"==this.model.properties.inner_radius.units?this.sinner_radius=this.sdist(this.renderer.xscale,this._x,this.inner_radius):this.sinner_radius=(0,o.to_screen)(this.inner_radius),\"data\"==this.model.properties.outer_radius.units?this.souter_radius=this.sdist(this.renderer.xscale,this._x,this.outer_radius):this.souter_radius=(0,o.to_screen)(this.outer_radius)}_render(s,e,i){const{sx:r,sy:t,sinner_radius:n,souter_radius:a}=null!=i?i:this;for(const i of e){const e=r[i],u=t[i],o=n[i],_=a[i];if(isFinite(e+u+o+_)){if(s.beginPath(),h.is_ie)for(const i of[!1,!0])s.moveTo(e,u),s.arc(e,u,o,0,Math.PI,i),s.moveTo(e+_,u),s.arc(e,u,_,Math.PI,0,!i);else s.arc(e,u,o,0,2*Math.PI,!0),s.moveTo(e+_,u),s.arc(e,u,_,2*Math.PI,0,!1);this.visuals.fill.apply(s,i),this.visuals.hatch.apply(s,i),this.visuals.line.apply(s,i)}}}_hit_point(s){const{sx:e,sy:i}=s,r=this.renderer.xscale.invert(e),t=this.renderer.yscale.invert(i);let n,a,u,o;if(\"data\"==this.model.properties.outer_radius.units)n=r-this.max_outer_radius,u=r+this.max_outer_radius,a=t-this.max_outer_radius,o=t+this.max_outer_radius;else{const s=e-this.max_outer_radius,r=e+this.max_outer_radius;[n,u]=this.renderer.xscale.r_invert(s,r);const t=i-this.max_outer_radius,_=i+this.max_outer_radius;[a,o]=this.renderer.yscale.r_invert(t,_)}const _=[];for(const s of this.index.indices({x0:n,x1:u,y0:a,y1:o})){const e=this.souter_radius[s]**2,i=this.sinner_radius[s]**2,[n,a]=this.renderer.xscale.r_compute(r,this._x[s]),[u,o]=this.renderer.yscale.r_compute(t,this._y[s]),d=(n-a)**2+(u-o)**2;d<=e&&d>=i&&_.push(s)}return new c.Selection({indices:_})}draw_legend_for_index(s,{x0:e,y0:i,x1:r,y1:t},n){const a=n+1,u=new Array(a);u[n]=(e+r)/2;const o=new Array(a);o[n]=(i+t)/2;const _=.5*Math.min(Math.abs(r-e),Math.abs(t-i)),d=new Array(a);d[n]=.4*_;const h=new Array(a);h[n]=.8*_,this._render(s,[n],{sx:u,sy:o,sinner_radius:d,souter_radius:h})}}i.AnnulusView=l,l.__name__=\"AnnulusView\";class x extends u.XYGlyph{constructor(s){super(s)}}i.Annulus=x,a=x,x.__name__=\"Annulus\",a.prototype.default_view=l,a.mixins([_.LineVector,_.FillVector,_.HatchVector]),a.define((({})=>({inner_radius:[d.DistanceSpec,{field:\"inner_radius\"}],outer_radius:[d.DistanceSpec,{field:\"outer_radius\"}]})))},\n", - " function _(e,i,s,t,n){t();const r=e(1);var a;const c=e(178),d=e(184),l=e(48),_=e(24),o=e(20),u=(0,r.__importStar)(e(18));class h extends c.XYGlyphView{_map_data(){\"data\"==this.model.properties.radius.units?this.sradius=this.sdist(this.renderer.xscale,this._x,this.radius):this.sradius=(0,_.to_screen)(this.radius)}_render(e,i,s){if(this.visuals.line.doit){const{sx:t,sy:n,sradius:r,start_angle:a,end_angle:c}=null!=s?s:this,d=\"anticlock\"==this.model.direction;for(const s of i){const i=t[s],l=n[s],_=r[s],o=a.get(s),u=c.get(s);isFinite(i+l+_+o+u)&&(e.beginPath(),e.arc(i,l,_,o,u,d),this.visuals.line.set_vectorize(e,s),e.stroke())}}}draw_legend_for_index(e,i,s){(0,d.generic_line_vector_legend)(this.visuals,e,i,s)}}s.ArcView=h,h.__name__=\"ArcView\";class g extends c.XYGlyph{constructor(e){super(e)}}s.Arc=g,a=g,g.__name__=\"Arc\",a.prototype.default_view=h,a.mixins(l.LineVector),a.define((({})=>({direction:[o.Direction,\"anticlock\"],radius:[u.DistanceSpec,{field:\"radius\"}],start_angle:[u.AngleSpec,{field:\"start_angle\"}],end_angle:[u.AngleSpec,{field:\"end_angle\"}]})))},\n", - " function _(e,t,i,n,s){n();const o=e(1);var c;const r=e(48),a=e(179),_=e(184),d=e(78),l=(0,o.__importStar)(e(18));function x(e,t,i,n,s,o,c,r){const a=[],_=[[],[]];for(let _=0;_<=2;_++){let d,l,x;if(0===_?(l=6*e-12*i+6*s,d=-3*e+9*i-9*s+3*c,x=3*i-3*e):(l=6*t-12*n+6*o,d=-3*t+9*n-9*o+3*r,x=3*n-3*t),Math.abs(d)<1e-12){if(Math.abs(l)<1e-12)continue;const e=-x/l;0({x0:[l.XCoordinateSpec,{field:\"x0\"}],y0:[l.YCoordinateSpec,{field:\"y0\"}],x1:[l.XCoordinateSpec,{field:\"x1\"}],y1:[l.YCoordinateSpec,{field:\"y1\"}],cx0:[l.XCoordinateSpec,{field:\"cx0\"}],cy0:[l.YCoordinateSpec,{field:\"cy0\"}],cx1:[l.XCoordinateSpec,{field:\"cx1\"}],cy1:[l.YCoordinateSpec,{field:\"cy1\"}]}))),c.mixins(r.LineVector)},\n", - " function _(s,i,e,t,r){t();const a=s(1);var n;const h=s(178),d=s(48),l=s(24),_=s(20),c=(0,a.__importStar)(s(185)),u=(0,a.__importStar)(s(18)),o=s(9),x=s(12),m=s(72);class p extends h.XYGlyphView{async lazy_initialize(){await super.lazy_initialize();const{webgl:i}=this.renderer.plot_view.canvas_view;if(null!=i&&i.regl_wrapper.has_webgl){const{CircleGL:e}=await Promise.resolve().then((()=>(0,a.__importStar)(s(423))));this.glglyph=new e(i.regl_wrapper,this)}}get use_radius(){return!(this.radius.is_Scalar()&&isNaN(this.radius.value))}_set_data(s){super._set_data(s);const i=(()=>{if(this.use_radius)return 2*this.max_radius;{const{size:s}=this;return s.is_Scalar()?s.value:(0,x.max)(s.array)}})();this._configure(\"max_size\",{value:i})}_map_data(){if(this.use_radius)if(\"data\"==this.model.properties.radius.units)switch(this.model.radius_dimension){case\"x\":this.sradius=this.sdist(this.renderer.xscale,this._x,this.radius);break;case\"y\":this.sradius=this.sdist(this.renderer.yscale,this._y,this.radius);break;case\"max\":{const s=this.sdist(this.renderer.xscale,this._x,this.radius),i=this.sdist(this.renderer.yscale,this._y,this.radius);this.sradius=(0,x.map)(s,((s,e)=>Math.max(s,i[e])));break}case\"min\":{const s=this.sdist(this.renderer.xscale,this._x,this.radius),i=this.sdist(this.renderer.yscale,this._y,this.radius);this.sradius=(0,x.map)(s,((s,e)=>Math.min(s,i[e])));break}}else this.sradius=(0,l.to_screen)(this.radius);else{const s=l.ScreenArray.from(this.size);this.sradius=(0,x.map)(s,(s=>s/2))}}_mask_data(){const{frame:s}=this.renderer.plot_view,i=s.x_target,e=s.y_target;let t,r;return this.use_radius&&\"data\"==this.model.properties.radius.units?(t=i.map((s=>this.renderer.xscale.invert(s))).widen(this.max_radius),r=e.map((s=>this.renderer.yscale.invert(s))).widen(this.max_radius)):(t=i.widen(this.max_size).map((s=>this.renderer.xscale.invert(s))),r=e.widen(this.max_size).map((s=>this.renderer.yscale.invert(s)))),this.index.indices({x0:t.start,x1:t.end,y0:r.start,y1:r.end})}_render(s,i,e){const{sx:t,sy:r,sradius:a}=null!=e?e:this;for(const e of i){const i=t[e],n=r[e],h=a[e];isFinite(i+n+h)&&(s.beginPath(),s.arc(i,n,h,0,2*Math.PI,!1),this.visuals.fill.apply(s,e),this.visuals.hatch.apply(s,e),this.visuals.line.apply(s,e))}}_hit_point(s){const{sx:i,sy:e}=s,t=this.renderer.xscale.invert(i),r=this.renderer.yscale.invert(e),{hit_dilation:a}=this.model;let n,h,d,l;if(this.use_radius&&\"data\"==this.model.properties.radius.units)n=t-this.max_radius*a,h=t+this.max_radius*a,d=r-this.max_radius*a,l=r+this.max_radius*a;else{const s=i-this.max_size*a,t=i+this.max_size*a;[n,h]=this.renderer.xscale.r_invert(s,t);const r=e-this.max_size*a,_=e+this.max_size*a;[d,l]=this.renderer.yscale.r_invert(r,_)}const _=this.index.indices({x0:n,x1:h,y0:d,y1:l}),c=[];if(this.use_radius&&\"data\"==this.model.properties.radius.units)for(const s of _){const i=(this.sradius[s]*a)**2,[e,n]=this.renderer.xscale.r_compute(t,this._x[s]),[h,d]=this.renderer.yscale.r_compute(r,this._y[s]);(e-n)**2+(h-d)**2<=i&&c.push(s)}else for(const s of _){const t=(this.sradius[s]*a)**2;(this.sx[s]-i)**2+(this.sy[s]-e)**2<=t&&c.push(s)}return new m.Selection({indices:c})}_hit_span(s){const{sx:i,sy:e}=s,t=this.bounds();let r,a,n,h;if(\"h\"==s.direction){let s,e;if(n=t.y0,h=t.y1,this.use_radius&&\"data\"==this.model.properties.radius.units)s=i-this.max_radius,e=i+this.max_radius,[r,a]=this.renderer.xscale.r_invert(s,e);else{const t=this.max_size/2;s=i-t,e=i+t,[r,a]=this.renderer.xscale.r_invert(s,e)}}else{let s,i;if(r=t.x0,a=t.x1,this.use_radius&&\"data\"==this.model.properties.radius.units)s=e-this.max_radius,i=e+this.max_radius,[n,h]=this.renderer.yscale.r_invert(s,i);else{const t=this.max_size/2;s=e-t,i=e+t,[n,h]=this.renderer.yscale.r_invert(s,i)}}const d=[...this.index.indices({x0:r,x1:a,y0:n,y1:h})];return new m.Selection({indices:d})}_hit_rect(s){const{sx0:i,sx1:e,sy0:t,sy1:r}=s,[a,n]=this.renderer.xscale.r_invert(i,e),[h,d]=this.renderer.yscale.r_invert(t,r),l=[...this.index.indices({x0:a,x1:n,y0:h,y1:d})];return new m.Selection({indices:l})}_hit_poly(s){const{sx:i,sy:e}=s,t=(0,o.range)(0,this.sx.length),r=[];for(let s=0,a=t.length;s({angle:[u.AngleSpec,0],size:[u.ScreenSizeSpec,{value:4}],radius:[u.NullDistanceSpec,null],radius_dimension:[_.RadiusDimension,\"x\"],hit_dilation:[s,1]})))},\n", - " function _(e,l,s,i,_){var p;i();const t=e(274);class a extends t.EllipseOvalView{}s.EllipseView=a,a.__name__=\"EllipseView\";class n extends t.EllipseOval{constructor(e){super(e)}}s.Ellipse=n,p=n,n.__name__=\"Ellipse\",p.prototype.default_view=a},\n", - " function _(t,s,e,i,h){i();const n=t(1),r=t(275),a=(0,n.__importStar)(t(185)),l=t(24),_=t(72),o=(0,n.__importStar)(t(18));class d extends r.CenterRotatableView{_map_data(){\"data\"==this.model.properties.width.units?this.sw=this.sdist(this.renderer.xscale,this._x,this.width,\"center\"):this.sw=(0,l.to_screen)(this.width),\"data\"==this.model.properties.height.units?this.sh=this.sdist(this.renderer.yscale,this._y,this.height,\"center\"):this.sh=(0,l.to_screen)(this.height)}_render(t,s,e){const{sx:i,sy:h,sw:n,sh:r,angle:a}=null!=e?e:this;for(const e of s){const s=i[e],l=h[e],_=n[e],o=r[e],d=a.get(e);isFinite(s+l+_+o+d)&&(t.beginPath(),t.ellipse(s,l,_/2,o/2,d,0,2*Math.PI),this.visuals.fill.apply(t,e),this.visuals.hatch.apply(t,e),this.visuals.line.apply(t,e))}}_hit_point(t){let s,e,i,h,n,r,l,o,d;const{sx:c,sy:p}=t,w=this.renderer.xscale.invert(c),x=this.renderer.yscale.invert(p);\"data\"==this.model.properties.width.units?(s=w-this.max_width,e=w+this.max_width):(r=c-this.max_width,l=c+this.max_width,[s,e]=this.renderer.xscale.r_invert(r,l)),\"data\"==this.model.properties.height.units?(i=x-this.max_height,h=x+this.max_height):(o=p-this.max_height,d=p+this.max_height,[i,h]=this.renderer.yscale.r_invert(o,d));const m=this.index.indices({x0:s,x1:e,y0:i,y1:h}),y=[];for(const t of m)n=a.point_in_ellipse(c,p,this.angle.get(t),this.sh[t]/2,this.sw[t]/2,this.sx[t],this.sy[t]),n&&y.push(t);return new _.Selection({indices:y})}draw_legend_for_index(t,{x0:s,y0:e,x1:i,y1:h},n){const r=n+1,a=new Array(r);a[n]=(s+i)/2;const l=new Array(r);l[n]=(e+h)/2;const _=this.sw[n]/this.sh[n],d=.8*Math.min(Math.abs(i-s),Math.abs(h-e)),c=new Array(r),p=new Array(r);_>1?(c[n]=d,p[n]=d/_):(c[n]=d*_,p[n]=d);const w=new o.UniformScalar(0,r);this._render(t,[n],{sx:a,sy:l,sw:c,sh:p,angle:w})}}e.EllipseOvalView=d,d.__name__=\"EllipseOvalView\";class c extends r.CenterRotatable{constructor(t){super(t)}}e.EllipseOval=c,c.__name__=\"EllipseOval\"},\n", - " function _(e,t,i,a,n){a();const s=e(1);var r;const h=e(178),o=e(48),_=(0,s.__importStar)(e(18));class c extends h.XYGlyphView{get max_w2(){return\"data\"==this.model.properties.width.units?this.max_width/2:0}get max_h2(){return\"data\"==this.model.properties.height.units?this.max_height/2:0}_bounds({x0:e,x1:t,y0:i,y1:a}){const{max_w2:n,max_h2:s}=this;return{x0:e-n,x1:t+n,y0:i-s,y1:a+s}}}i.CenterRotatableView=c,c.__name__=\"CenterRotatableView\";class l extends h.XYGlyph{constructor(e){super(e)}}i.CenterRotatable=l,r=l,l.__name__=\"CenterRotatable\",r.mixins([o.LineVector,o.FillVector,o.HatchVector]),r.define((({})=>({angle:[_.AngleSpec,0],width:[_.DistanceSpec,{field:\"width\"}],height:[_.DistanceSpec,{field:\"height\"}]})))},\n", - " function _(t,e,s,i,r){i();const h=t(1);var a;const n=t(277),_=t(24),o=(0,h.__importStar)(t(18));class l extends n.BoxView{async lazy_initialize(){await super.lazy_initialize();const{webgl:e}=this.renderer.plot_view.canvas_view;if(null!=e&&e.regl_wrapper.has_webgl){const{LRTBGL:s}=await Promise.resolve().then((()=>(0,h.__importStar)(t(427))));this.glglyph=new s(e.regl_wrapper,this)}}scenterxy(t){return[(this.sleft[t]+this.sright[t])/2,this.sy[t]]}_lrtb(t){const e=this._left[t],s=this._right[t],i=this._y[t],r=this.height.get(t)/2;return[Math.min(e,s),Math.max(e,s),i+r,i-r]}_map_data(){this.sy=this.renderer.yscale.v_compute(this._y),this.sh=this.sdist(this.renderer.yscale,this._y,this.height,\"center\"),this.sleft=this.renderer.xscale.v_compute(this._left),this.sright=this.renderer.xscale.v_compute(this._right);const t=this.sy.length;this.stop=new _.ScreenArray(t),this.sbottom=new _.ScreenArray(t);for(let e=0;e({left:[o.XCoordinateSpec,{value:0}],y:[o.YCoordinateSpec,{field:\"y\"}],height:[o.NumberSpec,{value:1}],right:[o.XCoordinateSpec,{field:\"right\"}]})))},\n", - " function _(t,e,s,r,i){var n;r();const a=t(48),h=t(179),o=t(184),c=t(72);class _ extends h.GlyphView{get_anchor_point(t,e,s){const r=Math.min(this.sleft[e],this.sright[e]),i=Math.max(this.sright[e],this.sleft[e]),n=Math.min(this.stop[e],this.sbottom[e]),a=Math.max(this.sbottom[e],this.stop[e]);switch(t){case\"top_left\":return{x:r,y:n};case\"top\":case\"top_center\":return{x:(r+i)/2,y:n};case\"top_right\":return{x:i,y:n};case\"bottom_left\":return{x:r,y:a};case\"bottom\":case\"bottom_center\":return{x:(r+i)/2,y:a};case\"bottom_right\":return{x:i,y:a};case\"left\":case\"center_left\":return{x:r,y:(n+a)/2};case\"center\":case\"center_center\":return{x:(r+i)/2,y:(n+a)/2};case\"right\":case\"center_right\":return{x:i,y:(n+a)/2}}}_index_data(t){const{min:e,max:s}=Math,{data_size:r}=this;for(let i=0;i(0,n.__importStar)(e(425))));this.glglyph=new s(t.regl_wrapper,this)}}scenterxy(e){return[this.sx[e],this.sy[e]]}_set_data(){const{orientation:e,size:t,aspect_scale:s}=this.model,{q:i,r}=this,n=this.q.length;this._x=new Float64Array(n),this._y=new Float64Array(n);const{_x:a,_y:l}=this,o=Math.sqrt(3);if(\"pointytop\"==e)for(let e=0;e({r:[c.NumberSpec,{field:\"r\"}],q:[c.NumberSpec,{field:\"q\"}],scale:[c.NumberSpec,1],size:[e,1],aspect_scale:[e,1],orientation:[_.HexTileOrientation,\"pointytop\"]}))),a.override({line_color:null})},\n", - " function _(e,a,t,_,r){var n;_();const s=e(280),o=e(173),i=e(201);class p extends s.ImageBaseView{connect_signals(){super.connect_signals(),this.connect(this.model.color_mapper.change,(()=>this._update_image()))}_update_image(){null!=this.image_data&&(this._set_data(null),this.renderer.request_render())}_flat_img_to_buf8(e){return this.model.color_mapper.rgba_mapper.v_compute(e)}}t.ImageView=p,p.__name__=\"ImageView\";class m extends s.ImageBase{constructor(e){super(e)}}t.Image=m,n=m,m.__name__=\"Image\",n.prototype.default_view=p,n.define((({Ref:e})=>({color_mapper:[e(o.ColorMapper),()=>new i.LinearColorMapper({palette:[\"#000000\",\"#252525\",\"#525252\",\"#737373\",\"#969696\",\"#bdbdbd\",\"#d9d9d9\",\"#f0f0f0\",\"#ffffff\"]})]})))},\n", - " function _(e,t,i,s,a){s();const h=e(1);var n;const r=e(178),_=e(24),d=(0,h.__importStar)(e(18)),l=e(72),g=e(9),o=e(29),c=e(11);class m extends r.XYGlyphView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.global_alpha.change,(()=>this.renderer.request_render()))}_render(e,t,i){const{image_data:s,sx:a,sy:h,sw:n,sh:r,global_alpha:_}=null!=i?i:this,d=e.getImageSmoothingEnabled();e.setImageSmoothingEnabled(!1);const l=_.is_Scalar();l&&(e.globalAlpha=_.value);for(const i of t){const t=s[i],_=a[i],d=h[i],g=n[i],o=r[i],c=this.global_alpha.get(i);if(null==t||!isFinite(_+d+g+o+c))continue;l||(e.globalAlpha=c);const m=d;e.translate(0,m),e.scale(1,-1),e.translate(0,-m),e.drawImage(t,0|_,0|d,g,o),e.translate(0,m),e.scale(1,-1),e.translate(0,-m)}e.setImageSmoothingEnabled(d)}_set_data(e){this._set_width_heigh_data();for(let t=0,i=this.image.length;t({image:[d.NDArraySpec,{field:\"image\"}],dw:[d.DistanceSpec,{field:\"dw\"}],dh:[d.DistanceSpec,{field:\"dh\"}],global_alpha:[d.NumberSpec,{value:1}],dilate:[e,!1]})))},\n", - " function _(e,a,t,r,_){var n;r();const s=e(280),m=e(8);class i extends s.ImageBaseView{_flat_img_to_buf8(e){let a;return a=(0,m.isArray)(e)?new Uint32Array(e):e,new Uint8ClampedArray(a.buffer)}}t.ImageRGBAView=i,i.__name__=\"ImageRGBAView\";class g extends s.ImageBase{constructor(e){super(e)}}t.ImageRGBA=g,n=g,g.__name__=\"ImageRGBA\",n.prototype.default_view=i},\n", - " function _(e,t,s,r,a){r();const i=e(1);var n;const o=e(178),c=e(24),_=e(20),h=(0,i.__importStar)(e(18)),l=e(12),d=e(136);class m extends o.XYGlyphView{constructor(){super(...arguments),this._images_rendered=!1,this._set_data_iteration=0}connect_signals(){super.connect_signals(),this.connect(this.model.properties.global_alpha.change,(()=>this.renderer.request_render()))}_index_data(e){const{data_size:t}=this;for(let s=0;s{this._set_data_iteration==r&&(this.image[a]=e,this.renderer.request_render())},attempts:t+1,timeout:s})}const a=\"data\"==this.model.properties.w.units,i=\"data\"==this.model.properties.h.units,n=this._x.length,o=new c.ScreenArray(a?2*n:n),_=new c.ScreenArray(i?2*n:n),{anchor:h}=this.model;function m(e,t){switch(h){case\"top_left\":case\"bottom_left\":case\"left\":case\"center_left\":return[e,e+t];case\"top\":case\"top_center\":case\"bottom\":case\"bottom_center\":case\"center\":case\"center_center\":return[e-t/2,e+t/2];case\"top_right\":case\"bottom_right\":case\"right\":case\"center_right\":return[e-t,e]}}function g(e,t){switch(h){case\"top_left\":case\"top\":case\"top_center\":case\"top_right\":return[e,e-t];case\"bottom_left\":case\"bottom\":case\"bottom_center\":case\"bottom_right\":return[e+t,e];case\"left\":case\"center_left\":case\"center\":case\"center_center\":case\"right\":case\"center_right\":return[e+t/2,e-t/2]}}if(a)for(let e=0;e({url:[h.StringSpec,{field:\"url\"}],anchor:[_.Anchor,\"top_left\"],global_alpha:[h.NumberSpec,{value:1}],angle:[h.AngleSpec,0],w:[h.NullDistanceSpec,null],h:[h.NullDistanceSpec,null],dilate:[e,!1],retry_attempts:[t,0],retry_timeout:[t,0]})))},\n", - " function _(e,t,s,i,n){i();const o=e(1);var r;const l=e(78),_=e(48),c=(0,o.__importStar)(e(185)),h=(0,o.__importStar)(e(18)),a=e(12),d=e(13),x=e(179),y=e(184),g=e(72);class p extends x.GlyphView{_project_data(){l.inplace.project_xy(this._xs.array,this._ys.array)}_index_data(e){const{data_size:t}=this;for(let s=0;s0&&o.set(e,s)}return new g.Selection({indices:[...o.keys()],multiline_indices:(0,d.to_object)(o)})}get_interpolation_hit(e,t,s){const i=this._xs.get(e),n=this._ys.get(e),o=i[t],r=n[t],l=i[t+1],_=n[t+1];return(0,y.line_interpolation)(this.renderer,s,o,r,l,_)}draw_legend_for_index(e,t,s){(0,y.generic_line_vector_legend)(this.visuals,e,t,s)}scenterxy(){throw new Error(`${this}.scenterxy() is not implemented`)}}s.MultiLineView=p,p.__name__=\"MultiLineView\";class u extends x.Glyph{constructor(e){super(e)}}s.MultiLine=u,r=u,u.__name__=\"MultiLine\",r.prototype.default_view=p,r.define((({})=>({xs:[h.XCoordinateSeqSpec,{field:\"xs\"}],ys:[h.YCoordinateSeqSpec,{field:\"ys\"}]}))),r.mixins(_.LineVector)},\n", - " function _(t,e,s,n,i){n();const o=t(1);var r;const l=t(181),h=t(179),a=t(184),_=t(12),c=t(12),d=t(48),x=(0,o.__importStar)(t(185)),y=(0,o.__importStar)(t(18)),f=t(72),g=t(11);class p extends h.GlyphView{_project_data(){}_index_data(t){const{min:e,max:s}=Math,{data_size:n}=this;for(let i=0;i1&&c.length>1)for(let s=1,n=i.length;s1){let r=!1;for(let t=1;t({xs:[y.XCoordinateSeqSeqSeqSpec,{field:\"xs\"}],ys:[y.YCoordinateSeqSeqSeqSpec,{field:\"ys\"}]}))),r.mixins([d.LineVector,d.FillVector,d.HatchVector])},\n", - " function _(a,e,l,s,_){var t;s();const i=a(274),n=a(12);class p extends i.EllipseOvalView{_map_data(){super._map_data(),(0,n.mul)(this.sw,.75)}}l.OvalView=p,p.__name__=\"OvalView\";class v extends i.EllipseOval{constructor(a){super(a)}}l.Oval=v,t=v,v.__name__=\"Oval\",t.prototype.default_view=p},\n", - " function _(e,t,s,i,n){i();const r=e(1);var a;const o=e(179),c=e(184),_=e(12),h=e(48),l=(0,r.__importStar)(e(185)),d=(0,r.__importStar)(e(18)),y=e(72),p=e(11),x=e(78);class f extends o.GlyphView{_project_data(){x.inplace.project_xy(this._xs.array,this._ys.array)}_index_data(e){const{data_size:t}=this;for(let s=0;s({xs:[d.XCoordinateSeqSpec,{field:\"xs\"}],ys:[d.YCoordinateSeqSpec,{field:\"ys\"}]}))),a.mixins([h.LineVector,h.FillVector,h.HatchVector])},\n", - " function _(t,e,i,o,r){o();const s=t(1);var a;const n=t(277),l=(0,s.__importStar)(t(18));class _ extends n.BoxView{async lazy_initialize(){await super.lazy_initialize();const{webgl:e}=this.renderer.plot_view.canvas_view;if(null!=e&&e.regl_wrapper.has_webgl){const{LRTBGL:i}=await Promise.resolve().then((()=>(0,s.__importStar)(t(427))));this.glglyph=new i(e.regl_wrapper,this)}}scenterxy(t){return[this.sleft[t]/2+this.sright[t]/2,this.stop[t]/2+this.sbottom[t]/2]}_lrtb(t){return[this._left[t],this._right[t],this._top[t],this._bottom[t]]}}i.QuadView=_,_.__name__=\"QuadView\";class p extends n.Box{constructor(t){super(t)}}i.Quad=p,a=p,p.__name__=\"Quad\",a.prototype.default_view=_,a.define((({})=>({right:[l.XCoordinateSpec,{field:\"right\"}],bottom:[l.YCoordinateSpec,{field:\"bottom\"}],left:[l.XCoordinateSpec,{field:\"left\"}],top:[l.YCoordinateSpec,{field:\"top\"}]})))},\n", - " function _(e,t,i,n,s){n();const c=e(1);var o;const r=e(48),a=e(78),_=e(179),d=e(184),l=(0,c.__importStar)(e(18));function x(e,t,i){if(t==(e+i)/2)return[e,i];{const n=(e-t)/(e-2*t+i),s=e*(1-n)**2+2*t*(1-n)*n+i*n**2;return[Math.min(e,i,s),Math.max(e,i,s)]}}class y extends _.GlyphView{_project_data(){a.inplace.project_xy(this._x0,this._y0),a.inplace.project_xy(this._x1,this._y1)}_index_data(e){const{_x0:t,_x1:i,_y0:n,_y1:s,_cx:c,_cy:o,data_size:r}=this;for(let a=0;a({x0:[l.XCoordinateSpec,{field:\"x0\"}],y0:[l.YCoordinateSpec,{field:\"y0\"}],x1:[l.XCoordinateSpec,{field:\"x1\"}],y1:[l.YCoordinateSpec,{field:\"y1\"}],cx:[l.XCoordinateSpec,{field:\"cx\"}],cy:[l.YCoordinateSpec,{field:\"cy\"}]}))),o.mixins(r.LineVector)},\n", - " function _(e,t,s,i,n){i();const l=e(1);var a;const r=e(178),o=e(184),h=e(48),_=e(24),c=(0,l.__importStar)(e(18));class g extends r.XYGlyphView{_map_data(){\"data\"==this.model.properties.length.units?this.slength=this.sdist(this.renderer.xscale,this._x,this.length):this.slength=(0,_.to_screen)(this.length);const{width:e,height:t}=this.renderer.plot_view.frame.bbox,s=2*(e+t),{slength:i}=this;for(let e=0,t=i.length;e({length:[c.DistanceSpec,0],angle:[c.AngleSpec,0]})))},\n", - " function _(t,e,s,i,r){var n,h=this&&this.__createBinding||(Object.create?function(t,e,s,i){void 0===i&&(i=s),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[s]}})}:function(t,e,s,i){void 0===i&&(i=s),t[i]=e[s]}),a=this&&this.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,\"default\",{enumerable:!0,value:e})}:function(t,e){t.default=e}),l=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var s in t)\"default\"!==s&&Object.prototype.hasOwnProperty.call(t,s)&&h(e,t,s);return a(e,t),e};i();const o=t(275),c=t(184),_=t(24),d=t(12),f=t(72);class y extends o.CenterRotatableView{async lazy_initialize(){await super.lazy_initialize();const{webgl:e}=this.renderer.plot_view.canvas_view;if(null==e?void 0:e.regl_wrapper.has_webgl){const{RectGL:s}=await Promise.resolve().then((()=>l(t(429))));this.glglyph=new s(e.regl_wrapper,this)}}_map_data(){if(\"data\"==this.model.properties.width.units)[this.sw,this.sx0]=this._map_dist_corner_for_data_side_length(this._x,this.width,this.renderer.xscale);else{this.sw=(0,_.to_screen)(this.width);const t=this.sx.length;this.sx0=new _.ScreenArray(t);for(let e=0;e({dilate:[t,!1]})))},\n", - " function _(e,t,r,a,s){a();const i=e(1);var n;const l=e(292),_=e(293),c=(0,i.__importStar)(e(18));class o extends l.MarkerView{async lazy_initialize(){await super.lazy_initialize();const{webgl:t}=this.renderer.plot_view.canvas_view;if(null!=t&&t.regl_wrapper.has_webgl){const{MultiMarkerGL:r}=await Promise.resolve().then((()=>(0,i.__importStar)(e(428))));this.glglyph=new r(t.regl_wrapper,this)}}_render(e,t,r){const{sx:a,sy:s,size:i,angle:n,marker:l}=null!=r?r:this;for(const r of t){const t=a[r],c=s[r],o=i.get(r),g=n.get(r),w=l.get(r);if(!isFinite(t+c+o+g)||null==w)continue;const p=o/2;e.beginPath(),e.translate(t,c),g&&e.rotate(g),_.marker_funcs[w](e,r,p,this.visuals),g&&e.rotate(-g),e.translate(-t,-c)}}draw_legend_for_index(e,{x0:t,x1:r,y0:a,y1:s},i){const n=i+1,l=this.marker.get(i),_=Object.assign(Object.assign({},this._get_legend_args({x0:t,x1:r,y0:a,y1:s},i)),{marker:new c.UniformScalar(l,n)});this._render(e,[i],_)}}r.ScatterView=o,o.__name__=\"ScatterView\";class g extends l.Marker{constructor(e){super(e)}}r.Scatter=g,n=g,g.__name__=\"Scatter\",n.prototype.default_view=o,n.define((()=>({marker:[c.MarkerSpec,{value:\"circle\"}]})))},\n", - " function _(e,t,s,n,i){n();const r=e(1);var a;const c=e(178),o=e(48),_=(0,r.__importStar)(e(185)),h=(0,r.__importStar)(e(18)),l=e(9),x=e(72);class d extends c.XYGlyphView{_render(e,t,s){const{sx:n,sy:i,size:r,angle:a}=null!=s?s:this;for(const s of t){const t=n[s],c=i[s],o=r.get(s),_=a.get(s);if(!isFinite(t+c+o+_))continue;const h=o/2;e.beginPath(),e.translate(t,c),_&&e.rotate(_),this._render_one(e,s,h,this.visuals),_&&e.rotate(-_),e.translate(-t,-c)}}_mask_data(){const{x_target:e,y_target:t}=this.renderer.plot_view.frame,s=e.widen(this.max_size).map((e=>this.renderer.xscale.invert(e))),n=t.widen(this.max_size).map((e=>this.renderer.yscale.invert(e)));return this.index.indices({x0:s.start,x1:s.end,y0:n.start,y1:n.end})}_hit_point(e){const{sx:t,sy:s}=e,{max_size:n}=this,{hit_dilation:i}=this.model,r=t-n*i,a=t+n*i,[c,o]=this.renderer.xscale.r_invert(r,a),_=s-n*i,h=s+n*i,[l,d]=this.renderer.yscale.r_invert(_,h),y=this.index.indices({x0:c,x1:o,y0:l,y1:d}),g=[];for(const e of y){const n=this.size.get(e)/2*i;Math.abs(this.sx[e]-t)<=n&&Math.abs(this.sy[e]-s)<=n&&g.push(e)}return new x.Selection({indices:g})}_hit_span(e){const{sx:t,sy:s}=e,n=this.bounds(),i=this.max_size/2;let r,a,c,o;if(\"h\"==e.direction){c=n.y0,o=n.y1;const e=t-i,s=t+i;[r,a]=this.renderer.xscale.r_invert(e,s)}else{r=n.x0,a=n.x1;const e=s-i,t=s+i;[c,o]=this.renderer.yscale.r_invert(e,t)}const _=[...this.index.indices({x0:r,x1:a,y0:c,y1:o})];return new x.Selection({indices:_})}_hit_rect(e){const{sx0:t,sx1:s,sy0:n,sy1:i}=e,[r,a]=this.renderer.xscale.r_invert(t,s),[c,o]=this.renderer.yscale.r_invert(n,i),_=[...this.index.indices({x0:r,x1:a,y0:c,y1:o})];return new x.Selection({indices:_})}_hit_poly(e){const{sx:t,sy:s}=e,n=(0,l.range)(0,this.sx.length),i=[];for(let e=0,r=n.length;e({size:[h.ScreenSizeSpec,{value:4}],angle:[h.AngleSpec,0],hit_dilation:[e,1]})))},\n", - " function _(l,o,n,t,i){t();const e=Math.sqrt(3),a=Math.sqrt(5),c=(a+1)/4,p=Math.sqrt((5-a)/8),r=(a-1)/4,h=Math.sqrt((5+a)/8);function u(l,o){l.rotate(Math.PI/4),s(l,o),l.rotate(-Math.PI/4)}function f(l,o){const n=o*e,t=n/3;l.moveTo(-n/2,-t),l.lineTo(0,0),l.lineTo(n/2,-t),l.lineTo(0,0),l.lineTo(0,o)}function s(l,o){l.moveTo(0,o),l.lineTo(0,-o),l.moveTo(-o,0),l.lineTo(o,0)}function T(l,o){l.moveTo(0,o),l.lineTo(o/1.5,0),l.lineTo(0,-o),l.lineTo(-o/1.5,0),l.closePath()}function y(l,o){const n=o*e,t=n/3;l.moveTo(-o,t),l.lineTo(o,t),l.lineTo(0,t-n),l.closePath()}function v(l,o,n,t){l.arc(0,0,n,0,2*Math.PI,!1),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)}function d(l,o,n,t){T(l,n),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)}function _(l,o,n,t){!function(l,o){l.beginPath(),l.arc(0,0,o/4,0,2*Math.PI,!1),l.closePath()}(l,n),t.line.set_vectorize(l,o),l.fillStyle=l.strokeStyle,l.fill()}function P(l,o,n,t){!function(l,o){const n=o/2,t=e*n;l.moveTo(o,0),l.lineTo(n,-t),l.lineTo(-n,-t),l.lineTo(-o,0),l.lineTo(-n,t),l.lineTo(n,t),l.closePath()}(l,n),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)}function m(l,o,n,t){const i=2*n;l.rect(-n,-n,i,i),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)}function q(l,o,n,t){!function(l,o){const n=Math.sqrt(5-2*a)*o;l.moveTo(0,-o),l.lineTo(n*r,n*h-o),l.lineTo(n*(1+r),n*h-o),l.lineTo(n*(1+r-c),n*(h+p)-o),l.lineTo(n*(1+2*r-c),n*(2*h+p)-o),l.lineTo(0,2*n*h-o),l.lineTo(-n*(1+2*r-c),n*(2*h+p)-o),l.lineTo(-n*(1+r-c),n*(h+p)-o),l.lineTo(-n*(1+r),n*h-o),l.lineTo(-n*r,n*h-o),l.closePath()}(l,n),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)}function M(l,o,n,t){y(l,n),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)}n.marker_funcs={asterisk:function(l,o,n,t){s(l,n),u(l,n),t.line.apply(l,o)},circle:v,circle_cross:function(l,o,n,t){l.arc(0,0,n,0,2*Math.PI,!1),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.doit&&(t.line.set_vectorize(l,o),s(l,n),l.stroke())},circle_dot:function(l,o,n,t){v(l,o,n,t),_(l,o,n,t)},circle_y:function(l,o,n,t){l.arc(0,0,n,0,2*Math.PI,!1),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.doit&&(t.line.set_vectorize(l,o),f(l,n),l.stroke())},circle_x:function(l,o,n,t){l.arc(0,0,n,0,2*Math.PI,!1),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.doit&&(t.line.set_vectorize(l,o),u(l,n),l.stroke())},cross:function(l,o,n,t){s(l,n),t.line.apply(l,o)},diamond:d,diamond_dot:function(l,o,n,t){d(l,o,n,t),_(l,o,n,t)},diamond_cross:function(l,o,n,t){T(l,n),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.doit&&(t.line.set_vectorize(l,o),l.moveTo(0,n),l.lineTo(0,-n),l.moveTo(-n/1.5,0),l.lineTo(n/1.5,0),l.stroke())},dot:_,hex:P,hex_dot:function(l,o,n,t){P(l,o,n,t),_(l,o,n,t)},inverted_triangle:function(l,o,n,t){l.rotate(Math.PI),y(l,n),l.rotate(-Math.PI),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)},plus:function(l,o,n,t){const i=3*n/8,e=[i,i,n,n,i,i,-i,-i,-n,-n,-i,-i],a=[n,i,i,-i,-i,-n,-n,-i,-i,i,i,n];l.beginPath();for(let o=0;o<12;o++)l.lineTo(e[o],a[o]);l.closePath(),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)},square:m,square_cross:function(l,o,n,t){const i=2*n;l.rect(-n,-n,i,i),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.doit&&(t.line.set_vectorize(l,o),s(l,n),l.stroke())},square_dot:function(l,o,n,t){m(l,o,n,t),_(l,o,n,t)},square_pin:function(l,o,n,t){const i=3*n/8;l.moveTo(-n,-n),l.quadraticCurveTo(0,-i,n,-n),l.quadraticCurveTo(i,0,n,n),l.quadraticCurveTo(0,i,-n,n),l.quadraticCurveTo(-i,0,-n,-n),l.closePath(),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)},square_x:function(l,o,n,t){const i=2*n;l.rect(-n,-n,i,i),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.doit&&(t.line.set_vectorize(l,o),l.moveTo(-n,n),l.lineTo(n,-n),l.moveTo(-n,-n),l.lineTo(n,n),l.stroke())},star:q,star_dot:function(l,o,n,t){q(l,o,n,t),_(l,o,n,t)},triangle:M,triangle_dot:function(l,o,n,t){M(l,o,n,t),_(l,o,n,t)},triangle_pin:function(l,o,n,t){const i=n*e,a=i/3,c=3*a/8;l.moveTo(-n,a),l.quadraticCurveTo(0,c,n,a),l.quadraticCurveTo(e*c/2,c/2,0,a-i),l.quadraticCurveTo(-e*c/2,c/2,-n,a),l.closePath(),t.fill.apply(l,o),t.hatch.apply(l,o),t.line.apply(l,o)},dash:function(l,o,n,t){!function(l,o){l.moveTo(-o,0),l.lineTo(o,0)}(l,n),t.line.apply(l,o)},x:function(l,o,n,t){u(l,n),t.line.apply(l,o)},y:function(l,o,n,t){f(l,n),t.line.apply(l,o)}}},\n", - " function _(e,t,s,i,n){i();const r=e(1);var o;const _=(0,r.__importStar)(e(185)),h=(0,r.__importStar)(e(18)),c=e(48),a=e(78),d=e(179),x=e(184),l=e(72);class y extends d.GlyphView{_project_data(){a.inplace.project_xy(this._x0,this._y0),a.inplace.project_xy(this._x1,this._y1)}_index_data(e){const{min:t,max:s}=Math,{_x0:i,_x1:n,_y0:r,_y1:o,data_size:_}=this;for(let h=0;h<_;h++){const _=i[h],c=n[h],a=r[h],d=o[h];e.add_rect(t(_,c),t(a,d),s(_,c),s(a,d))}}_render(e,t,s){if(this.visuals.line.doit){const{sx0:i,sy0:n,sx1:r,sy1:o}=null!=s?s:this;for(const s of t){const t=i[s],_=n[s],h=r[s],c=o[s];isFinite(t+_+h+c)&&(e.beginPath(),e.moveTo(t,_),e.lineTo(h,c),this.visuals.line.set_vectorize(e,s),e.stroke())}}}_hit_point(e){const{sx:t,sy:s}=e,i={x:t,y:s},[n,r]=this.renderer.xscale.r_invert(t-2,t+2),[o,h]=this.renderer.yscale.r_invert(s-2,s+2),c=this.index.indices({x0:n,y0:o,x1:r,y1:h}),a=[];for(const e of c){const t=Math.max(2,this.line_width.get(e)/2)**2,s={x:this.sx0[e],y:this.sy0[e]},n={x:this.sx1[e],y:this.sy1[e]};_.dist_to_segment_squared(i,s,n)({x0:[h.XCoordinateSpec,{field:\"x0\"}],y0:[h.YCoordinateSpec,{field:\"y0\"}],x1:[h.XCoordinateSpec,{field:\"x1\"}],y1:[h.YCoordinateSpec,{field:\"y1\"}]}))),o.mixins(c.LineVector)},\n", - " function _(t,e,s,i,n){i();const o=t(1);var _;const l=t(178),a=(0,o.__importStar)(t(48)),c=t(296);class r extends l.XYGlyphView{_set_data(){const{tension:t,closed:e}=this.model;[this._xt,this._yt]=(0,c.catmullrom_spline)(this._x,this._y,20,t,e)}_map_data(){const{x_scale:t,y_scale:e}=this.renderer.coordinates;this.sxt=t.v_compute(this._xt),this.syt=e.v_compute(this._yt)}_render(t,e,s){const{sxt:i,syt:n}=null!=s?s:this;let o=!0;t.beginPath();const _=i.length;for(let e=0;e<_;e++){const s=i[e],_=n[e];isFinite(s+_)?o?(t.moveTo(s,_),o=!1):t.lineTo(s,_):o=!0}this.visuals.line.set_value(t),t.stroke()}}s.SplineView=r,r.__name__=\"SplineView\";class h extends l.XYGlyph{constructor(t){super(t)}}s.Spline=h,_=h,h.__name__=\"Spline\",_.prototype.default_view=r,_.mixins(a.LineScalar),_.define((({Boolean:t,Number:e})=>({tension:[e,.5],closed:[t,!1]})))},\n", - " function _(n,t,e,o,s){o();const c=n(24),l=n(11);e.catmullrom_spline=function(n,t,e=10,o=.5,s=!1){(0,l.assert)(n.length==t.length);const r=n.length,f=s?r+1:r,w=(0,c.infer_type)(n,t),i=new w(f+2),u=new w(f+2);i.set(n,1),u.set(t,1),s?(i[0]=n[r-1],u[0]=t[r-1],i[f]=n[0],u[f]=t[0],i[f+1]=n[1],u[f+1]=t[1]):(i[0]=n[0],u[0]=t[0],i[f+1]=n[r-1],u[f+1]=t[r-1]);const g=new w(4*(e+1));for(let n=0,t=0;n<=e;n++){const o=n/e,s=o**2,c=o*s;g[t++]=2*c-3*s+1,g[t++]=-2*c+3*s,g[t++]=c-2*s+o,g[t++]=c-s}const h=new w((f-1)*(e+1)),_=new w((f-1)*(e+1));for(let n=1,t=0;n1&&(e.stroke(),o=!1)}o?(e.lineTo(t,r),e.lineTo(a,c)):(e.beginPath(),e.moveTo(s[n],i[n]),o=!0),l=n}e.lineTo(s[a-1],i[a-1]),e.stroke()}}draw_legend_for_index(e,t,n){(0,r.generic_line_scalar_legend)(this.visuals,e,t)}}n.StepView=f,f.__name__=\"StepView\";class u extends a.XYGlyph{constructor(e){super(e)}}n.Step=u,l=u,u.__name__=\"Step\",l.prototype.default_view=f,l.mixins(c.LineScalar),l.define((()=>({mode:[_.StepMode,\"before\"]})))},\n", - " function _(t,e,s,i,n){i();const o=t(1);var _;const h=t(178),l=t(48),r=(0,o.__importStar)(t(185)),a=(0,o.__importStar)(t(18)),c=t(121),x=t(11),u=t(72);class f extends h.XYGlyphView{_rotate_point(t,e,s,i,n){return[(t-s)*Math.cos(n)-(e-i)*Math.sin(n)+s,(t-s)*Math.sin(n)+(e-i)*Math.cos(n)+i]}_text_bounds(t,e,s,i){return[[t,t+s,t+s,t,t],[e,e,e-i,e-i,e]]}_render(t,e,s){const{sx:i,sy:n,x_offset:o,y_offset:_,angle:h,text:l}=null!=s?s:this;this._sys=[],this._sxs=[];for(const s of e){const e=this._sxs[s]=[],r=this._sys[s]=[],a=i[s],x=n[s],u=o.get(s),f=_.get(s),p=h.get(s),g=l.get(s);if(isFinite(a+x+u+f+p)&&null!=g&&this.visuals.text.doit){const i=`${g}`;t.save(),t.translate(a+u,x+f),t.rotate(p),this.visuals.text.set_vectorize(t,s);const n=this.visuals.text.font_value(s),{height:o}=(0,c.font_metrics)(n),_=this.text_line_height.get(s)*o;if(-1==i.indexOf(\"\\n\")){t.fillText(i,0,0);const s=a+u,n=x+f,o=t.measureText(i).width,[h,l]=this._text_bounds(s,n,o,_);e.push(h),r.push(l)}else{const n=i.split(\"\\n\"),o=_*n.length,h=this.text_baseline.get(s);let l;switch(h){case\"top\":l=0;break;case\"middle\":l=-o/2+_/2;break;case\"bottom\":l=-o+_;break;default:l=0,console.warn(`'${h}' baseline not supported with multi line text`)}for(const s of n){t.fillText(s,0,l);const i=a+u,n=l+x+f,o=t.measureText(s).width,[h,c]=this._text_bounds(i,n,o,_);e.push(h),r.push(c),l+=_}}t.restore()}}}_hit_point(t){const{sx:e,sy:s}=t,i=[];for(let t=0;t({text:[a.NullStringSpec,{field:\"text\"}],angle:[a.AngleSpec,0],x_offset:[a.NumberSpec,0],y_offset:[a.NumberSpec,0]})))},\n", - " function _(t,e,s,i,r){i();const h=t(1);var o;const a=t(277),n=t(24),_=(0,h.__importStar)(t(18));class l extends a.BoxView{async lazy_initialize(){await super.lazy_initialize();const{webgl:e}=this.renderer.plot_view.canvas_view;if(null!=e&&e.regl_wrapper.has_webgl){const{LRTBGL:s}=await Promise.resolve().then((()=>(0,h.__importStar)(t(427))));this.glglyph=new s(e.regl_wrapper,this)}}scenterxy(t){return[this.sx[t],(this.stop[t]+this.sbottom[t])/2]}_lrtb(t){const e=this.width.get(t)/2,s=this._x[t],i=this._top[t],r=this._bottom[t];return[s-e,s+e,Math.max(i,r),Math.min(i,r)]}_map_data(){this.sx=this.renderer.xscale.v_compute(this._x),this.sw=this.sdist(this.renderer.xscale,this._x,this.width,\"center\"),this.stop=this.renderer.yscale.v_compute(this._top),this.sbottom=this.renderer.yscale.v_compute(this._bottom);const t=this.sx.length;this.sleft=new n.ScreenArray(t),this.sright=new n.ScreenArray(t);for(let e=0;e({x:[_.XCoordinateSpec,{field:\"x\"}],bottom:[_.YCoordinateSpec,{value:0}],width:[_.NumberSpec,{value:1}],top:[_.YCoordinateSpec,{field:\"top\"}]})))},\n", - " function _(e,s,t,i,n){i();const r=e(1);var a;const c=e(178),d=e(184),l=e(48),h=e(24),o=e(20),_=(0,r.__importStar)(e(18)),u=e(10),g=e(72),x=e(12);class p extends c.XYGlyphView{_map_data(){\"data\"==this.model.properties.radius.units?this.sradius=this.sdist(this.renderer.xscale,this._x,this.radius):this.sradius=(0,h.to_screen)(this.radius),this.max_sradius=(0,x.max)(this.sradius)}_render(e,s,t){const{sx:i,sy:n,sradius:r,start_angle:a,end_angle:c}=null!=t?t:this,d=\"anticlock\"==this.model.direction;for(const t of s){const s=i[t],l=n[t],h=r[t],o=a.get(t),_=c.get(t);isFinite(s+l+h+o+_)&&(e.beginPath(),e.arc(s,l,h,o,_,d),e.lineTo(s,l),e.closePath(),this.visuals.fill.apply(e,t),this.visuals.hatch.apply(e,t),this.visuals.line.apply(e,t))}}_hit_point(e){let s,t,i,n,r;const{sx:a,sy:c}=e,d=this.renderer.xscale.invert(a),l=this.renderer.yscale.invert(c);t=a-this.max_sradius,i=a+this.max_sradius;const[h,o]=this.renderer.xscale.r_invert(t,i);n=c-this.max_sradius,r=c+this.max_sradius;const[_,x]=this.renderer.yscale.r_invert(n,r),p=[];for(const e of this.index.indices({x0:h,x1:o,y0:_,y1:x})){const a=this.sradius[e]**2;[t,i]=this.renderer.xscale.r_compute(d,this._x[e]),[n,r]=this.renderer.yscale.r_compute(l,this._y[e]),s=(t-i)**2+(n-r)**2,s<=a&&p.push(e)}const y=\"anticlock\"==this.model.direction,m=[];for(const e of p){const s=Math.atan2(c-this.sy[e],a-this.sx[e]);(0,u.angle_between)(-s,-this.start_angle.get(e),-this.end_angle.get(e),y)&&m.push(e)}return new g.Selection({indices:m})}draw_legend_for_index(e,s,t){(0,d.generic_area_vector_legend)(this.visuals,e,s,t)}scenterxy(e){const s=this.sradius[e]/2,t=(this.start_angle.get(e)+this.end_angle.get(e))/2;return[this.sx[e]+s*Math.cos(t),this.sy[e]+s*Math.sin(t)]}}t.WedgeView=p,p.__name__=\"WedgeView\";class y extends c.XYGlyph{constructor(e){super(e)}}t.Wedge=y,a=y,y.__name__=\"Wedge\",a.prototype.default_view=p,a.mixins([l.LineVector,l.FillVector,l.HatchVector]),a.define((({})=>({direction:[o.Direction,\"anticlock\"],radius:[_.DistanceSpec,{field:\"radius\"}],start_angle:[_.AngleSpec,{field:\"start_angle\"}],end_angle:[_.AngleSpec,{field:\"end_angle\"}]})))},\n", - " function _(t,_,r,o,a){o();const e=t(1);(0,e.__exportStar)(t(302),r),(0,e.__exportStar)(t(303),r),(0,e.__exportStar)(t(304),r)},\n", - " function _(e,t,d,n,s){n();const o=e(53),r=e(12),_=e(9),i=e(72);class c extends o.Model{constructor(e){super(e)}_hit_test(e,t,d){if(!t.model.visible)return null;const n=d.glyph.hit_test(e);return null==n?null:d.model.view.convert_selection_from_subset(n)}}d.GraphHitTestPolicy=c,c.__name__=\"GraphHitTestPolicy\";class a extends c{constructor(e){super(e)}hit_test(e,t){return this._hit_test(e,t,t.edge_view)}do_selection(e,t,d,n){if(null==e)return!1;const s=t.edge_renderer.data_source.selected;return s.update(e,d,n),t.edge_renderer.data_source._select.emit(),!s.is_empty()}do_inspection(e,t,d,n,s){if(null==e)return!1;const{edge_renderer:o}=d.model,r=o.get_selection_manager().get_or_create_inspector(d.edge_view.model);return r.update(e,n,s),d.edge_view.model.data_source.setv({inspected:r},{silent:!0}),d.edge_view.model.data_source.inspect.emit([d.edge_view.model,{geometry:t}]),!r.is_empty()}}d.EdgesOnly=a,a.__name__=\"EdgesOnly\";class l extends c{constructor(e){super(e)}hit_test(e,t){return this._hit_test(e,t,t.node_view)}do_selection(e,t,d,n){if(null==e)return!1;const s=t.node_renderer.data_source.selected;return s.update(e,d,n),t.node_renderer.data_source._select.emit(),!s.is_empty()}do_inspection(e,t,d,n,s){if(null==e)return!1;const{node_renderer:o}=d.model,r=o.get_selection_manager().get_or_create_inspector(d.node_view.model);return r.update(e,n,s),d.node_view.model.data_source.setv({inspected:r},{silent:!0}),d.node_view.model.data_source.inspect.emit([d.node_view.model,{geometry:t}]),!r.is_empty()}}d.NodesOnly=l,l.__name__=\"NodesOnly\";class u extends c{constructor(e){super(e)}hit_test(e,t){return this._hit_test(e,t,t.node_view)}get_linked_edges(e,t,d){let n=[];\"selection\"==d?n=e.selected.indices.map((t=>e.data.index[t])):\"inspection\"==d&&(n=e.inspected.indices.map((t=>e.data.index[t])));const s=[];for(let e=0;e(0,r.indexOf)(e.data.index,t)));return new i.Selection({indices:o})}do_selection(e,t,d,n){if(null==e)return!1;const s=t.edge_renderer.data_source.selected;s.update(e,d,n);const o=t.node_renderer.data_source.selected,r=this.get_linked_nodes(t.node_renderer.data_source,t.edge_renderer.data_source,\"selection\");return o.update(r,d,n),t.edge_renderer.data_source._select.emit(),!s.is_empty()}do_inspection(e,t,d,n,s){if(null==e)return!1;const o=d.edge_view.model.data_source.selection_manager.get_or_create_inspector(d.edge_view.model);o.update(e,n,s),d.edge_view.model.data_source.setv({inspected:o},{silent:!0});const r=d.node_view.model.data_source.selection_manager.get_or_create_inspector(d.node_view.model),_=this.get_linked_nodes(d.node_view.model.data_source,d.edge_view.model.data_source,\"inspection\");return r.update(_,n,s),d.node_view.model.data_source.setv({inspected:r},{silent:!0}),d.edge_view.model.data_source.inspect.emit([d.edge_view.model,{geometry:t}]),!o.is_empty()}}d.EdgesAndLinkedNodes=m,m.__name__=\"EdgesAndLinkedNodes\"},\n", - " function _(e,o,t,r,n){var s;r();const a=e(53),d=e(260);class _ extends a.Model{constructor(e){super(e)}get node_coordinates(){return new u({layout:this})}get edge_coordinates(){return new i({layout:this})}}t.LayoutProvider=_,_.__name__=\"LayoutProvider\";class c extends d.CoordinateTransform{constructor(e){super(e)}}t.GraphCoordinates=c,s=c,c.__name__=\"GraphCoordinates\",s.define((({Ref:e})=>({layout:[e(_)]})));class u extends c{constructor(e){super(e)}_v_compute(e){const[o,t]=this.layout.get_node_coordinates(e);return{x:o,y:t}}}t.NodeCoordinates=u,u.__name__=\"NodeCoordinates\";class i extends c{constructor(e){super(e)}_v_compute(e){const[o,t]=this.layout.get_edge_coordinates(e);return{x:o,y:t}}}t.EdgeCoordinates=i,i.__name__=\"EdgeCoordinates\"},\n", - " function _(t,a,l,e,n){var o;e();const r=t(303);class u extends r.LayoutProvider{constructor(t){super(t)}get_node_coordinates(t){var a;const l=null!==(a=t.data.index)&&void 0!==a?a:[],e=l.length,n=new Float64Array(e),o=new Float64Array(e);for(let t=0;t({graph_layout:[l(a(t,t)),{}]})))},\n", - " function _(i,d,n,r,G){r(),G(\"Grid\",i(306).Grid)},\n", - " function _(i,e,n,s,t){s();const r=i(1);var o;const d=i(127),_=i(129),a=i(130),l=(0,r.__importStar)(i(48)),h=i(8);class c extends _.GuideRendererView{_render(){const i=this.layer.ctx;i.save(),this._draw_regions(i),this._draw_minor_grids(i),this._draw_grids(i),i.restore()}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.request_render()))}_draw_regions(i){if(!this.visuals.band_fill.doit&&!this.visuals.band_hatch.doit)return;const[e,n]=this.grid_coords(\"major\",!1);for(let s=0;sn[1]&&(t=n[1]);else{[s,t]=n;for(const i of this.plot_view.axis_views)i.dimension==this.model.dimension&&i.model.x_range_name==this.model.x_range_name&&i.model.y_range_name==this.model.y_range_name&&([s,t]=i.computed_bounds)}return[s,t]}grid_coords(i,e=!0){const n=this.model.dimension,s=(n+1)%2,[t,r]=this.ranges();let[o,d]=this.computed_bounds();[o,d]=[Math.min(o,d),Math.max(o,d)];const _=[[],[]],a=this.model.get_ticker();if(null==a)return _;const l=a.get_ticks(o,d,t,r.min)[i],h=t.min,c=t.max,u=r.min,m=r.max;e||(l[0]!=h&&l.splice(0,0,h),l[l.length-1]!=c&&l.push(c));for(let i=0;i({bounds:[r(t(i,i),e),\"auto\"],dimension:[n(0,1),0],axis:[o(s(d.Axis)),null],ticker:[o(s(a.Ticker)),null]}))),o.override({level:\"underlay\",band_fill_color:null,band_fill_alpha:0,grid_line_color:\"#e5e5e5\",minor_grid_line_color:null})},\n", - " function _(o,a,x,B,e){B(),e(\"Box\",o(308).Box),e(\"Column\",o(310).Column),e(\"GridBox\",o(311).GridBox),e(\"HTMLBox\",o(312).HTMLBox),e(\"LayoutDOM\",o(309).LayoutDOM),e(\"Panel\",o(313).Panel),e(\"Row\",o(314).Row),e(\"Spacer\",o(315).Spacer),e(\"Tabs\",o(316).Tabs),e(\"WidgetBox\",o(319).WidgetBox)},\n", - " function _(e,n,s,t,c){var i;t();const o=e(309);class r extends o.LayoutDOMView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.children.change,(()=>this.rebuild()))}get child_models(){return this.model.children}}s.BoxView=r,r.__name__=\"BoxView\";class a extends o.LayoutDOM{constructor(e){super(e)}}s.Box=a,i=a,a.__name__=\"Box\",i.define((({Number:e,Array:n,Ref:s})=>({children:[n(s(o.LayoutDOM)),[]],spacing:[e,0]})))},\n", - " function _(t,i,e,s,o){var l;s();const n=t(53),h=t(20),a=t(43),r=t(19),_=t(8),c=t(22),u=t(121),d=t(113),p=t(226),m=t(207),g=t(44),w=t(235);class f extends p.DOMView{constructor(){super(...arguments),this._offset_parent=null,this._viewport={}}get is_layout_root(){return this.is_root||!(this.parent instanceof f)}get base_font_size(){const t=getComputedStyle(this.el).fontSize,i=(0,u.parse_css_font_size)(t);if(null!=i){const{value:t,unit:e}=i;if(\"px\"==e)return t}return null}initialize(){super.initialize(),this.el.style.position=this.is_layout_root?\"relative\":\"absolute\",this._child_views=new Map}async lazy_initialize(){await super.lazy_initialize(),await this.build_child_views()}remove(){for(const t of this.child_views)t.remove();this._child_views.clear(),super.remove()}connect_signals(){super.connect_signals(),this.is_layout_root&&(this._on_resize=()=>this.resize_layout(),window.addEventListener(\"resize\",this._on_resize),this._parent_observer=setInterval((()=>{const t=this.el.offsetParent;this._offset_parent!=t&&(this._offset_parent=t,null!=t&&(this.compute_viewport(),this.invalidate_layout()))}),250));const t=this.model.properties;this.on_change([t.width,t.height,t.min_width,t.min_height,t.max_width,t.max_height,t.margin,t.width_policy,t.height_policy,t.sizing_mode,t.aspect_ratio,t.visible],(()=>this.invalidate_layout())),this.on_change([t.background,t.css_classes],(()=>this.invalidate_render()))}disconnect_signals(){null!=this._parent_observer&&clearTimeout(this._parent_observer),null!=this._on_resize&&window.removeEventListener(\"resize\",this._on_resize),super.disconnect_signals()}css_classes(){return super.css_classes().concat(this.model.css_classes)}get child_views(){return this.child_models.map((t=>this._child_views.get(t)))}async build_child_views(){await(0,d.build_views)(this._child_views,this.child_models,{parent:this})}render(){super.render(),(0,a.empty)(this.el);const{background:t}=this.model;this.el.style.backgroundColor=null!=t?(0,c.color2css)(t):\"\",(0,a.classes)(this.el).clear().add(...this.css_classes());for(const t of this.child_views)this.el.appendChild(t.el),t.render()}update_layout(){for(const t of this.child_views)t.update_layout();this._update_layout()}update_position(){this.el.style.display=this.model.visible?\"block\":\"none\";const t=this.is_layout_root?this.layout.sizing.margin:void 0;(0,a.position)(this.el,this.layout.bbox,t);for(const t of this.child_views)t.update_position()}after_layout(){for(const t of this.child_views)t.after_layout();this._has_finished=!0}compute_viewport(){this._viewport=this._viewport_size()}renderTo(t){t.appendChild(this.el),this._offset_parent=this.el.offsetParent,this.compute_viewport(),this.build(),this.notify_finished()}build(){if(!this.is_layout_root)throw new Error(`${this.toString()} is not a root layout`);return this.render(),this.update_layout(),this.compute_layout(),this}async rebuild(){await this.build_child_views(),this.invalidate_render()}compute_layout(){const t=Date.now();this.layout.compute(this._viewport),this.update_position(),this.after_layout(),r.logger.debug(`layout computed in ${Date.now()-t} ms`)}resize_layout(){this.root.compute_viewport(),this.root.compute_layout()}invalidate_layout(){this.root.update_layout(),this.root.compute_layout()}invalidate_render(){this.render(),this.invalidate_layout()}has_finished(){if(!super.has_finished())return!1;for(const t of this.child_views)if(!t.has_finished())return!1;return!0}_width_policy(){return null!=this.model.width?\"fixed\":\"fit\"}_height_policy(){return null!=this.model.height?\"fixed\":\"fit\"}box_sizing(){let{width_policy:t,height_policy:i,aspect_ratio:e}=this.model;\"auto\"==t&&(t=this._width_policy()),\"auto\"==i&&(i=this._height_policy());const{sizing_mode:s}=this.model;if(null!=s)if(\"fixed\"==s)t=i=\"fixed\";else if(\"stretch_both\"==s)t=i=\"max\";else if(\"stretch_width\"==s)t=\"max\";else if(\"stretch_height\"==s)i=\"max\";else switch(null==e&&(e=\"auto\"),s){case\"scale_width\":t=\"max\",i=\"min\";break;case\"scale_height\":t=\"min\",i=\"max\";break;case\"scale_both\":t=\"max\",i=\"max\"}const o={width_policy:t,height_policy:i},{min_width:l,min_height:n}=this.model;null!=l&&(o.min_width=l),null!=n&&(o.min_height=n);const{width:h,height:a}=this.model;null!=h&&(o.width=h),null!=a&&(o.height=a);const{max_width:r,max_height:c}=this.model;null!=r&&(o.max_width=r),null!=c&&(o.max_height=c),\"auto\"==e&&null!=h&&null!=a?o.aspect=h/a:(0,_.isNumber)(e)&&(o.aspect=e);const{margin:u}=this.model;if(null!=u)if((0,_.isNumber)(u))o.margin={top:u,right:u,bottom:u,left:u};else if(2==u.length){const[t,i]=u;o.margin={top:t,right:i,bottom:t,left:i}}else{const[t,i,e,s]=u;o.margin={top:t,right:i,bottom:e,left:s}}o.visible=this.model.visible;const{align:d}=this.model;return(0,_.isArray)(d)?[o.halign,o.valign]=d:o.halign=o.valign=d,o}_viewport_size(){return(0,a.undisplayed)(this.el,(()=>{let t=this.el;for(;t=t.parentElement;){if(t.classList.contains(g.root))continue;if(t==document.body){const{margin:{left:t,right:i,top:e,bottom:s}}=(0,a.extents)(document.body);return{width:Math.ceil(document.documentElement.clientWidth-t-i),height:Math.ceil(document.documentElement.clientHeight-e-s)}}const{padding:{left:i,right:e,top:s,bottom:o}}=(0,a.extents)(t),{width:l,height:n}=t.getBoundingClientRect(),h=Math.ceil(l-i-e),r=Math.ceil(n-s-o);if(h>0||r>0)return{width:h>0?h:void 0,height:r>0?r:void 0}}return{}}))}export(t,i=!0){const e=\"png\"==t?\"canvas\":\"svg\",s=new w.CanvasLayer(e,i),{width:o,height:l}=this.layout.bbox;s.resize(o,l);for(const e of this.child_views){const o=e.export(t,i),{x:l,y:n}=e.layout.bbox;s.ctx.drawImage(o.canvas,l,n)}return s}serializable_state(){return Object.assign(Object.assign({},super.serializable_state()),{bbox:this.layout.bbox.box,children:this.child_views.map((t=>t.serializable_state()))})}}e.LayoutDOMView=f,f.__name__=\"LayoutDOMView\";class y extends n.Model{constructor(t){super(t)}}e.LayoutDOM=y,l=y,y.__name__=\"LayoutDOM\",l.define((t=>{const{Boolean:i,Number:e,String:s,Auto:o,Color:l,Array:n,Tuple:a,Or:r,Null:_,Nullable:c}=t,u=a(e,e),d=a(e,e,e,e);return{width:[c(e),null],height:[c(e),null],min_width:[c(e),null],min_height:[c(e),null],max_width:[c(e),null],max_height:[c(e),null],margin:[c(r(e,u,d)),[0,0,0,0]],width_policy:[r(m.SizingPolicy,o),\"auto\"],height_policy:[r(m.SizingPolicy,o),\"auto\"],aspect_ratio:[r(e,o,_),null],sizing_mode:[c(h.SizingMode),null],visible:[i,!0],disabled:[i,!1],align:[r(h.Align,a(h.Align,h.Align)),\"start\"],background:[c(l),null],css_classes:[n(s),[]]}}))},\n", - " function _(o,s,t,i,e){var n;i();const a=o(308),l=o(209);class u extends a.BoxView{_update_layout(){const o=this.child_views.map((o=>o.layout));this.layout=new l.Column(o),this.layout.rows=this.model.rows,this.layout.spacing=[this.model.spacing,0],this.layout.set_sizing(this.box_sizing())}}t.ColumnView=u,u.__name__=\"ColumnView\";class _ extends a.Box{constructor(o){super(o)}}t.Column=_,n=_,_.__name__=\"Column\",n.prototype.default_view=u,n.define((({Any:o})=>({rows:[o,\"auto\"]})))},\n", - " function _(s,o,t,i,e){var n;i();const l=s(309),a=s(209);class r extends l.LayoutDOMView{connect_signals(){super.connect_signals();const{children:s,rows:o,cols:t,spacing:i}=this.model.properties;this.on_change([s,o,t,i],(()=>this.rebuild()))}get child_models(){return this.model.children.map((([s])=>s))}_update_layout(){this.layout=new a.Grid,this.layout.rows=this.model.rows,this.layout.cols=this.model.cols,this.layout.spacing=this.model.spacing;for(const[s,o,t,i,e]of this.model.children){const n=this._child_views.get(s);this.layout.items.push({layout:n.layout,row:o,col:t,row_span:i,col_span:e})}this.layout.set_sizing(this.box_sizing())}}t.GridBoxView=r,r.__name__=\"GridBoxView\";class c extends l.LayoutDOM{constructor(s){super(s)}}t.GridBox=c,n=c,c.__name__=\"GridBox\",n.prototype.default_view=r,n.define((({Any:s,Int:o,Number:t,Tuple:i,Array:e,Ref:n,Or:a,Opt:r})=>({children:[e(i(n(l.LayoutDOM),o,o,r(o),r(o))),[]],rows:[s,\"auto\"],cols:[s,\"auto\"],spacing:[a(t,i(t,t)),0]})))},\n", - " function _(t,e,o,s,n){s();const _=t(309),i=t(207);class a extends _.LayoutDOMView{get child_models(){return[]}_update_layout(){this.layout=new i.ContentBox(this.el),this.layout.set_sizing(this.box_sizing())}}o.HTMLBoxView=a,a.__name__=\"HTMLBoxView\";class u extends _.LayoutDOM{constructor(t){super(t)}}o.HTMLBox=u,u.__name__=\"HTMLBox\"},\n", - " function _(e,n,l,a,o){var t;a();const s=e(53),c=e(309);class d extends s.Model{constructor(e){super(e)}}l.Panel=d,t=d,d.__name__=\"Panel\",t.define((({Boolean:e,String:n,Ref:l})=>({title:[n,\"\"],child:[l(c.LayoutDOM)],closable:[e,!1],disabled:[e,!1]})))},\n", - " function _(o,s,t,i,e){var a;i();const n=o(308),l=o(209);class _ extends n.BoxView{_update_layout(){const o=this.child_views.map((o=>o.layout));this.layout=new l.Row(o),this.layout.cols=this.model.cols,this.layout.spacing=[0,this.model.spacing],this.layout.set_sizing(this.box_sizing())}}t.RowView=_,_.__name__=\"RowView\";class c extends n.Box{constructor(o){super(o)}}t.Row=c,a=c,c.__name__=\"Row\",a.prototype.default_view=_,a.define((({Any:o})=>({cols:[o,\"auto\"]})))},\n", - " function _(e,t,a,s,_){var o;s();const i=e(309),n=e(207);class u extends i.LayoutDOMView{get child_models(){return[]}_update_layout(){this.layout=new n.LayoutItem,this.layout.set_sizing(this.box_sizing())}}a.SpacerView=u,u.__name__=\"SpacerView\";class c extends i.LayoutDOM{constructor(e){super(e)}}a.Spacer=c,o=c,c.__name__=\"Spacer\",o.prototype.default_view=u},\n", - " function _(e,t,s,i,l){i();const h=e(1);var a;const o=e(207),d=e(43),r=e(9),c=e(10),n=e(20),_=e(309),p=e(313),b=(0,h.__importStar)(e(317)),m=b,u=(0,h.__importStar)(e(318)),g=u,v=(0,h.__importStar)(e(229)),w=v;class f extends _.LayoutDOMView{constructor(){super(...arguments),this._scroll_index=0}connect_signals(){super.connect_signals(),this.connect(this.model.properties.tabs.change,(()=>this.rebuild())),this.connect(this.model.properties.active.change,(()=>this.on_active_change()))}styles(){return[...super.styles(),u.default,v.default,b.default]}get child_models(){return this.model.tabs.map((e=>e.child))}_update_layout(){const e=this.model.tabs_location,t=\"above\"==e||\"below\"==e,{scroll_el:s,headers_el:i}=this;this.header=new class extends o.ContentBox{_measure(e){const l=(0,d.size)(s),h=(0,d.children)(i).slice(0,3).map((e=>(0,d.size)(e))),{width:a,height:o}=super._measure(e);if(t){const t=l.width+(0,r.sum)(h.map((e=>e.width)));return{width:e.width!=1/0?e.width:t,height:o}}{const t=l.height+(0,r.sum)(h.map((e=>e.height)));return{width:a,height:e.height!=1/0?e.height:t}}}}(this.header_el),t?this.header.set_sizing({width_policy:\"fit\",height_policy:\"fixed\"}):this.header.set_sizing({width_policy:\"fixed\",height_policy:\"fit\"});let l=1,h=1;switch(e){case\"above\":l-=1;break;case\"below\":l+=1;break;case\"left\":h-=1;break;case\"right\":h+=1}const a={layout:this.header,row:l,col:h},c=this.child_views.map((e=>({layout:e.layout,row:1,col:1})));this.layout=new o.Grid([a,...c]),this.layout.set_sizing(this.box_sizing())}update_position(){super.update_position(),this.header_el.style.position=\"absolute\",(0,d.position)(this.header_el,this.header.bbox);const e=this.model.tabs_location,t=\"above\"==e||\"below\"==e,s=(0,d.size)(this.scroll_el),i=(0,d.scroll_size)(this.headers_el);if(t){const{width:e}=this.header.bbox;i.width>e?(this.wrapper_el.style.maxWidth=e-s.width+\"px\",(0,d.display)(this.scroll_el),this.do_scroll(this.model.active)):(this.wrapper_el.style.maxWidth=\"\",(0,d.undisplay)(this.scroll_el))}else{const{height:e}=this.header.bbox;i.height>e?(this.wrapper_el.style.maxHeight=e-s.height+\"px\",(0,d.display)(this.scroll_el),this.do_scroll(this.model.active)):(this.wrapper_el.style.maxHeight=\"\",(0,d.undisplay)(this.scroll_el))}const{child_views:l}=this;for(const e of l)(0,d.hide)(e.el);const h=l[this.model.active];null!=h&&(0,d.show)(h.el)}render(){super.render();const{active:e}=this.model,t=this.model.tabs.map(((t,s)=>{const i=(0,d.div)({class:[m.tab,s==e?m.active:null]},t.title);if(i.addEventListener(\"click\",(e=>{this.model.disabled||e.target==e.currentTarget&&this.change_active(s)})),t.closable){const e=(0,d.div)({class:m.close});e.addEventListener(\"click\",(e=>{if(e.target==e.currentTarget){this.model.tabs=(0,r.remove_at)(this.model.tabs,s);const e=this.model.tabs.length;this.model.active>e-1&&(this.model.active=e-1)}})),i.appendChild(e)}return(this.model.disabled||t.disabled)&&i.classList.add(m.disabled),i}));this.headers_el=(0,d.div)({class:[m.headers]},t),this.wrapper_el=(0,d.div)({class:m.headers_wrapper},this.headers_el),this.left_el=(0,d.div)({class:[g.btn,g.btn_default],disabled:\"\"},(0,d.div)({class:[w.caret,m.left]})),this.right_el=(0,d.div)({class:[g.btn,g.btn_default]},(0,d.div)({class:[w.caret,m.right]})),this.left_el.addEventListener(\"click\",(()=>this.do_scroll(\"left\"))),this.right_el.addEventListener(\"click\",(()=>this.do_scroll(\"right\"))),this.scroll_el=(0,d.div)({class:g.btn_group},this.left_el,this.right_el);const s=this.model.tabs_location;this.header_el=(0,d.div)({class:[m.tabs_header,m[s]]},this.scroll_el,this.wrapper_el),this.el.appendChild(this.header_el)}do_scroll(e){const t=this.model.tabs.length;\"left\"==e?this._scroll_index-=1:\"right\"==e?this._scroll_index+=1:this._scroll_index=e,this._scroll_index=(0,c.clamp)(this._scroll_index,0,t-1),0==this._scroll_index?this.left_el.setAttribute(\"disabled\",\"\"):this.left_el.removeAttribute(\"disabled\"),this._scroll_index==t-1?this.right_el.setAttribute(\"disabled\",\"\"):this.right_el.removeAttribute(\"disabled\");const s=(0,d.children)(this.headers_el).slice(0,this._scroll_index).map((e=>e.getBoundingClientRect())),i=this.model.tabs_location;if(\"above\"==i||\"below\"==i){const e=-(0,r.sum)(s.map((e=>e.width)));this.headers_el.style.left=`${e}px`}else{const e=-(0,r.sum)(s.map((e=>e.height)));this.headers_el.style.top=`${e}px`}}change_active(e){e!=this.model.active&&(this.model.active=e)}on_active_change(){const e=this.model.active,t=(0,d.children)(this.headers_el);for(const e of t)e.classList.remove(m.active);t[e].classList.add(m.active);const{child_views:s}=this;for(const e of s)(0,d.hide)(e.el);(0,d.show)(s[e].el)}}s.TabsView=f,f.__name__=\"TabsView\";class x extends _.LayoutDOM{constructor(e){super(e)}}s.Tabs=x,a=x,x.__name__=\"Tabs\",a.prototype.default_view=f,a.define((({Int:e,Array:t,Ref:s})=>({tabs:[t(s(p.Panel)),[]],tabs_location:[n.Location,\"above\"],active:[e,0]})))},\n", - " function _(e,r,b,o,t){o(),b.root=\"bk-root\",b.tabs_header=\"bk-tabs-header\",b.btn_group=\"bk-btn-group\",b.btn=\"bk-btn\",b.headers_wrapper=\"bk-headers-wrapper\",b.above=\"bk-above\",b.right=\"bk-right\",b.below=\"bk-below\",b.left=\"bk-left\",b.headers=\"bk-headers\",b.tab=\"bk-tab\",b.active=\"bk-active\",b.close=\"bk-close\",b.disabled=\"bk-disabled\",b.default='.bk-root .bk-tabs-header{display:flex;flex-wrap:nowrap;align-items:center;overflow:hidden;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}.bk-root .bk-tabs-header .bk-btn-group{height:auto;margin-right:5px;}.bk-root .bk-tabs-header .bk-btn-group > .bk-btn{flex-grow:0;height:auto;padding:4px 4px;}.bk-root .bk-tabs-header .bk-headers-wrapper{flex-grow:1;overflow:hidden;color:#666666;}.bk-root .bk-tabs-header.bk-above .bk-headers-wrapper{border-bottom:1px solid #e6e6e6;}.bk-root .bk-tabs-header.bk-right .bk-headers-wrapper{border-left:1px solid #e6e6e6;}.bk-root .bk-tabs-header.bk-below .bk-headers-wrapper{border-top:1px solid #e6e6e6;}.bk-root .bk-tabs-header.bk-left .bk-headers-wrapper{border-right:1px solid #e6e6e6;}.bk-root .bk-tabs-header.bk-above,.bk-root .bk-tabs-header.bk-below{flex-direction:row;}.bk-root .bk-tabs-header.bk-above .bk-headers,.bk-root .bk-tabs-header.bk-below .bk-headers{flex-direction:row;}.bk-root .bk-tabs-header.bk-left,.bk-root .bk-tabs-header.bk-right{flex-direction:column;}.bk-root .bk-tabs-header.bk-left .bk-headers,.bk-root .bk-tabs-header.bk-right .bk-headers{flex-direction:column;}.bk-root .bk-tabs-header .bk-headers{position:relative;display:flex;flex-wrap:nowrap;align-items:center;}.bk-root .bk-tabs-header .bk-tab{padding:4px 8px;border:solid transparent;white-space:nowrap;cursor:pointer;}.bk-root .bk-tabs-header .bk-tab:hover{background-color:#f2f2f2;}.bk-root .bk-tabs-header .bk-tab.bk-active{color:#4d4d4d;background-color:white;border-color:#e6e6e6;}.bk-root .bk-tabs-header .bk-tab .bk-close{margin-left:10px;}.bk-root .bk-tabs-header .bk-tab.bk-disabled{cursor:not-allowed;pointer-events:none;opacity:0.65;}.bk-root .bk-tabs-header.bk-above .bk-tab{border-width:3px 1px 0px 1px;border-radius:4px 4px 0 0;}.bk-root .bk-tabs-header.bk-right .bk-tab{border-width:1px 3px 1px 0px;border-radius:0 4px 4px 0;}.bk-root .bk-tabs-header.bk-below .bk-tab{border-width:0px 1px 3px 1px;border-radius:0 0 4px 4px;}.bk-root .bk-tabs-header.bk-left .bk-tab{border-width:1px 0px 1px 3px;border-radius:4px 0 0 4px;}.bk-root .bk-close{display:inline-block;width:10px;height:10px;vertical-align:middle;background-image:url(\\'data:image/svg+xml;utf8, \\');}.bk-root .bk-close:hover{background-image:url(\\'data:image/svg+xml;utf8, \\');}'},\n", - " function _(o,b,r,t,e){t(),r.root=\"bk-root\",r.btn=\"bk-btn\",r.active=\"bk-active\",r.btn_default=\"bk-btn-default\",r.btn_primary=\"bk-btn-primary\",r.btn_success=\"bk-btn-success\",r.btn_warning=\"bk-btn-warning\",r.btn_danger=\"bk-btn-danger\",r.btn_light=\"bk-btn-light\",r.btn_group=\"bk-btn-group\",r.vertical=\"bk-vertical\",r.horizontal=\"bk-horizontal\",r.dropdown_toggle=\"bk-dropdown-toggle\",r.default=\".bk-root .bk-btn{height:100%;display:inline-block;text-align:center;vertical-align:middle;white-space:nowrap;cursor:pointer;padding:6px 12px;font-size:12px;border:1px solid transparent;border-radius:4px;outline:0;user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;}.bk-root .bk-btn:hover,.bk-root .bk-btn:focus{text-decoration:none;}.bk-root .bk-btn:active,.bk-root .bk-btn.bk-active{background-image:none;box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}.bk-root .bk-btn[disabled]{cursor:not-allowed;pointer-events:none;opacity:0.65;box-shadow:none;}.bk-root .bk-btn-default{color:#333;background-color:#fff;border-color:#ccc;}.bk-root .bk-btn-default:hover{background-color:#f5f5f5;border-color:#b8b8b8;}.bk-root .bk-btn-default.bk-active{background-color:#ebebeb;border-color:#adadad;}.bk-root .bk-btn-default[disabled],.bk-root .bk-btn-default[disabled]:hover,.bk-root .bk-btn-default[disabled]:focus,.bk-root .bk-btn-default[disabled]:active,.bk-root .bk-btn-default[disabled].bk-active{background-color:#e6e6e6;border-color:#ccc;}.bk-root .bk-btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd;}.bk-root .bk-btn-primary:hover{background-color:#3681c1;border-color:#2c699e;}.bk-root .bk-btn-primary.bk-active{background-color:#3276b1;border-color:#285e8e;}.bk-root .bk-btn-primary[disabled],.bk-root .bk-btn-primary[disabled]:hover,.bk-root .bk-btn-primary[disabled]:focus,.bk-root .bk-btn-primary[disabled]:active,.bk-root .bk-btn-primary[disabled].bk-active{background-color:#506f89;border-color:#357ebd;}.bk-root .bk-btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}.bk-root .bk-btn-success:hover{background-color:#4eb24e;border-color:#409240;}.bk-root .bk-btn-success.bk-active{background-color:#47a447;border-color:#398439;}.bk-root .bk-btn-success[disabled],.bk-root .bk-btn-success[disabled]:hover,.bk-root .bk-btn-success[disabled]:focus,.bk-root .bk-btn-success[disabled]:active,.bk-root .bk-btn-success[disabled].bk-active{background-color:#667b66;border-color:#4cae4c;}.bk-root .bk-btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}.bk-root .bk-btn-warning:hover{background-color:#eea43b;border-color:#e89014;}.bk-root .bk-btn-warning.bk-active{background-color:#ed9c28;border-color:#d58512;}.bk-root .bk-btn-warning[disabled],.bk-root .bk-btn-warning[disabled]:hover,.bk-root .bk-btn-warning[disabled]:focus,.bk-root .bk-btn-warning[disabled]:active,.bk-root .bk-btn-warning[disabled].bk-active{background-color:#c89143;border-color:#eea236;}.bk-root .bk-btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}.bk-root .bk-btn-danger:hover{background-color:#d5433e;border-color:#bd2d29;}.bk-root .bk-btn-danger.bk-active{background-color:#d2322d;border-color:#ac2925;}.bk-root .bk-btn-danger[disabled],.bk-root .bk-btn-danger[disabled]:hover,.bk-root .bk-btn-danger[disabled]:focus,.bk-root .bk-btn-danger[disabled]:active,.bk-root .bk-btn-danger[disabled].bk-active{background-color:#a55350;border-color:#d43f3a;}.bk-root .bk-btn-light{color:#333;background-color:#fff;border-color:#ccc;border-color:transparent;}.bk-root .bk-btn-light:hover{background-color:#f5f5f5;border-color:#b8b8b8;}.bk-root .bk-btn-light.bk-active{background-color:#ebebeb;border-color:#adadad;}.bk-root .bk-btn-light[disabled],.bk-root .bk-btn-light[disabled]:hover,.bk-root .bk-btn-light[disabled]:focus,.bk-root .bk-btn-light[disabled]:active,.bk-root .bk-btn-light[disabled].bk-active{background-color:#e6e6e6;border-color:#ccc;}.bk-root .bk-btn-group{height:100%;display:flex;flex-wrap:nowrap;align-items:center;}.bk-root .bk-btn-group:not(.bk-vertical),.bk-root .bk-btn-group.bk-horizontal{flex-direction:row;}.bk-root .bk-btn-group.bk-vertical{flex-direction:column;}.bk-root .bk-btn-group > .bk-btn{flex-grow:1;}.bk-root .bk-btn-group:not(.bk-vertical) > .bk-btn + .bk-btn{margin-left:-1px;}.bk-root .bk-btn-group.bk-vertical > .bk-btn + .bk-btn{margin-top:-1px;}.bk-root .bk-btn-group:not(.bk-vertical) > .bk-btn:first-child:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;}.bk-root .bk-btn-group.bk-vertical > .bk-btn:first-child:not(:last-child){border-bottom-left-radius:0;border-bottom-right-radius:0;}.bk-root .bk-btn-group:not(.bk-vertical) > .bk-btn:not(:first-child):last-child{border-bottom-left-radius:0;border-top-left-radius:0;}.bk-root .bk-btn-group.bk-vertical > .bk-btn:not(:first-child):last-child{border-top-left-radius:0;border-top-right-radius:0;}.bk-root .bk-btn-group > .bk-btn:not(:first-child):not(:last-child){border-radius:0;}.bk-root .bk-btn-group.bk-vertical > .bk-btn{width:100%;}.bk-root .bk-btn-group .bk-dropdown-toggle{flex:0 0 0;padding:6px 6px;}\"},\n", - " function _(e,t,o,n,_){var i;n();const s=e(310);class d extends s.ColumnView{}o.WidgetBoxView=d,d.__name__=\"WidgetBoxView\";class a extends s.Column{constructor(e){super(e)}}o.WidgetBox=a,i=a,a.__name__=\"WidgetBox\",i.prototype.default_view=d},\n", - " function _(t,a,i,e,M){e();var T=t(135);M(\"MathText\",T.MathText),M(\"Ascii\",T.Ascii),M(\"MathML\",T.MathML),M(\"TeX\",T.TeX),M(\"PlainText\",t(139).PlainText)},\n", - " function _(r,o,t,e,n){e(),n(\"CustomJSTransform\",r(322).CustomJSTransform),n(\"Dodge\",r(323).Dodge),n(\"Interpolator\",r(325).Interpolator),n(\"Jitter\",r(326).Jitter),n(\"LinearInterpolator\",r(327).LinearInterpolator),n(\"StepInterpolator\",r(328).StepInterpolator),n(\"Transform\",r(56).Transform)},\n", - " function _(r,t,s,n,e){var a;n();const u=r(56),o=r(13),m=r(34);class _ extends u.Transform{constructor(r){super(r)}get names(){return(0,o.keys)(this.args)}get values(){return(0,o.values)(this.args)}_make_transform(r,t){return new Function(...this.names,r,(0,m.use_strict)(t))}get scalar_transform(){return this._make_transform(\"x\",this.func)}get vector_transform(){return this._make_transform(\"xs\",this.v_func)}compute(r){return this.scalar_transform(...this.values,r)}v_compute(r){return this.vector_transform(...this.values,r)}}s.CustomJSTransform=_,a=_,_.__name__=\"CustomJSTransform\",a.define((({Unknown:r,String:t,Dict:s})=>({args:[s(r),{}],func:[t,\"\"],v_func:[t,\"\"]})))},\n", - " function _(e,n,r,o,s){var t;o();const u=e(324);class a extends u.RangeTransform{constructor(e){super(e)}_compute(e){return e+this.value}}r.Dodge=a,t=a,a.__name__=\"Dodge\",t.define((({Number:e})=>({value:[e,0]})))},\n", - " function _(e,n,t,r,a){var s;r();const c=e(56),o=e(57),i=e(67),u=e(24),h=e(8),l=e(11);class g extends c.Transform{constructor(e){super(e)}v_compute(e){let n;this.range instanceof i.FactorRange?n=this.range.v_synthetic(e):(0,h.isArrayableOf)(e,h.isNumber)?n=e:(0,l.unreachable)();const t=new((0,u.infer_type)(n))(n.length);for(let e=0;e({range:[n(e(o.Range)),null]})))},\n", - " function _(t,e,r,n,s){var o;n();const i=t(56),a=t(70),h=t(24),l=t(9),d=t(8);class c extends i.Transform{constructor(t){super(t),this._sorted_dirty=!0}connect_signals(){super.connect_signals(),this.connect(this.change,(()=>this._sorted_dirty=!0))}v_compute(t){const e=new((0,h.infer_type)(t))(t.length);for(let r=0;ro*(e[t]-e[r]))),this._x_sorted=new((0,h.infer_type)(e))(n),this._y_sorted=new((0,h.infer_type)(r))(n);for(let t=0;t({x:[o(r,s(e))],y:[o(r,s(e))],data:[i(n(a.ColumnarDataSource)),null],clip:[t,!0]})))},\n", - " function _(t,s,e,i,r){i();const n=t(1);var o;const a=t(324),u=t(67),h=t(20),c=t(8),m=t(12),f=(0,n.__importStar)(t(10)),_=t(11);class p extends a.RangeTransform{constructor(t){super(t)}v_compute(t){var s;let e;this.range instanceof u.FactorRange?e=this.range.v_synthetic(t):(0,c.isArrayableOf)(t,c.isNumber)?e=t:(0,_.unreachable)();const i=e.length;(null===(s=this.previous_offsets)||void 0===s?void 0:s.length)!=i&&(this.previous_offsets=new Array(i),this.previous_offsets=(0,m.map)(this.previous_offsets,(()=>this._compute())));const r=this.previous_offsets;return(0,m.map)(e,((t,s)=>r[s]+t))}_compute(){switch(this.distribution){case\"uniform\":return this.mean+(f.random()-.5)*this.width;case\"normal\":return f.rnorm(this.mean,this.width)}}}e.Jitter=p,o=p,p.__name__=\"Jitter\",o.define((({Number:t})=>({mean:[t,0],width:[t,1],distribution:[h.Distribution,\"uniform\"]})))},\n", - " function _(t,s,_,r,e){r();const i=t(9),o=t(325);class n extends o.Interpolator{constructor(t){super(t)}compute(t){if(this.sort(!1),this.clip){if(tthis._x_sorted[this._x_sorted.length-1])return NaN}else{if(tthis._x_sorted[this._x_sorted.length-1])return this._y_sorted[this._y_sorted.length-1]}if(t==this._x_sorted[0])return this._y_sorted[0];const s=(0,i.find_last_index)(this._x_sorted,(s=>sthis._x_sorted[this._x_sorted.length-1])return NaN}else{if(tthis._x_sorted[this._x_sorted.length-1])return this._y_sorted[this._y_sorted.length-1]}let e;switch(this.mode){case\"after\":e=(0,d.find_last_index)(this._x_sorted,(e=>t>=e));break;case\"before\":e=(0,d.find_index)(this._x_sorted,(e=>t<=e));break;case\"center\":{const s=(0,d.map)(this._x_sorted,(e=>Math.abs(e-t))),r=(0,d.min)(s);e=(0,d.find_index)(s,(t=>r===t));break}default:throw new Error(`unknown mode: ${this.mode}`)}return-1!=e?this._y_sorted[e]:NaN}}s.StepInterpolator=h,_=h,h.__name__=\"StepInterpolator\",_.define((()=>({mode:[n.StepMode,\"after\"]})))},\n", - " function _(p,o,t,a,n){a(),n(\"MapOptions\",p(330).MapOptions),n(\"GMapOptions\",p(330).GMapOptions),n(\"GMapPlot\",p(330).GMapPlot),n(\"Plot\",p(331).Plot)},\n", - " function _(e,t,n,o,a){var s,p,_;o();const i=e(331),r=e(53),l=e(58),c=e(336);a(\"GMapPlotView\",c.GMapPlotView);class d extends r.Model{constructor(e){super(e)}}n.MapOptions=d,s=d,d.__name__=\"MapOptions\",s.define((({Int:e,Number:t})=>({lat:[t],lng:[t],zoom:[e,12]})));class u extends d{constructor(e){super(e)}}n.GMapOptions=u,p=u,u.__name__=\"GMapOptions\",p.define((({Boolean:e,Int:t,String:n})=>({map_type:[n,\"roadmap\"],scale_control:[e,!1],styles:[n],tilt:[t,45]})));class M extends i.Plot{constructor(e){super(e),this.use_map=!0}}n.GMapPlot=M,_=M,M.__name__=\"GMapPlot\",_.prototype.default_view=c.GMapPlotView,_.define((({String:e,Ref:t})=>({map_options:[t(u)],api_key:[e],api_version:[e,\"weekly\"]}))),_.override({x_range:()=>new l.Range1d,y_range:()=>new l.Range1d})},\n", - " function _(e,t,r,n,i){n();const o=e(1);var a;const s=(0,o.__importStar)(e(48)),l=(0,o.__importStar)(e(18)),_=e(15),c=e(20),h=e(9),d=e(13),u=e(8),g=e(309),p=e(128),f=e(306),b=e(40),w=e(118),y=e(59),m=e(221),x=e(57),v=e(55),A=e(75),S=e(41),R=e(176),D=e(175),L=e(63),P=e(332);i(\"PlotView\",P.PlotView);class k extends g.LayoutDOM{constructor(e){super(e),this.use_map=!1}_doc_attached(){super._doc_attached(),this._push_changes([[this.properties.inner_height,null,this.inner_height],[this.properties.inner_width,null,this.inner_width]])}initialize(){super.initialize(),this.reset=new _.Signal0(this,\"reset\");for(const e of(0,d.values)(this.extra_x_ranges).concat(this.x_range)){let t=e.plots;(0,u.isArray)(t)&&(t=t.concat(this),e.setv({plots:t},{silent:!0}))}for(const e of(0,d.values)(this.extra_y_ranges).concat(this.y_range)){let t=e.plots;(0,u.isArray)(t)&&(t=t.concat(this),e.setv({plots:t},{silent:!0}))}}add_layout(e,t=\"center\"){const r=this.properties[t].get_value();this.setv({[t]:[...r,e]})}remove_layout(e){const t=t=>{(0,h.remove_by)(t,(t=>t==e))};t(this.left),t(this.right),t(this.above),t(this.below),t(this.center)}get data_renderers(){return this.renderers.filter((e=>e instanceof R.DataRenderer))}add_renderers(...e){this.renderers=this.renderers.concat(e)}add_glyph(e,t=new A.ColumnDataSource,r={}){const n=new D.GlyphRenderer(Object.assign(Object.assign({},r),{data_source:t,glyph:e}));return this.add_renderers(n),n}add_tools(...e){this.toolbar.tools=this.toolbar.tools.concat(e)}get panels(){return[...this.side_panels,...this.center]}get side_panels(){const{above:e,below:t,left:r,right:n}=this;return(0,h.concat)([e,t,r,n])}}r.Plot=k,a=k,k.__name__=\"Plot\",a.prototype.default_view=P.PlotView,a.mixins([[\"outline_\",s.Line],[\"background_\",s.Fill],[\"border_\",s.Fill]]),a.define((({Boolean:e,Number:t,String:r,Array:n,Dict:i,Or:o,Ref:a,Null:s,Nullable:_})=>({toolbar:[a(m.Toolbar),()=>new m.Toolbar],toolbar_location:[_(c.Location),\"right\"],toolbar_sticky:[e,!0],plot_width:[l.Alias(\"width\")],plot_height:[l.Alias(\"height\")],frame_width:[_(t),null],frame_height:[_(t),null],title:[o(a(w.Title),r,s),\"\",{convert:e=>(0,u.isString)(e)?new w.Title({text:e}):e}],title_location:[_(c.Location),\"above\"],above:[n(o(a(b.Annotation),a(p.Axis))),[]],below:[n(o(a(b.Annotation),a(p.Axis))),[]],left:[n(o(a(b.Annotation),a(p.Axis))),[]],right:[n(o(a(b.Annotation),a(p.Axis))),[]],center:[n(o(a(b.Annotation),a(f.Grid))),[]],renderers:[n(a(S.Renderer)),[]],x_range:[a(x.Range),()=>new L.DataRange1d],y_range:[a(x.Range),()=>new L.DataRange1d],x_scale:[a(v.Scale),()=>new y.LinearScale],y_scale:[a(v.Scale),()=>new y.LinearScale],extra_x_ranges:[i(a(x.Range)),{}],extra_y_ranges:[i(a(x.Range)),{}],extra_x_scales:[i(a(v.Scale)),{}],extra_y_scales:[i(a(v.Scale)),{}],lod_factor:[t,10],lod_interval:[t,300],lod_threshold:[_(t),2e3],lod_timeout:[t,500],hidpi:[e,!0],output_backend:[c.OutputBackend,\"canvas\"],min_border:[_(t),5],min_border_top:[_(t),null],min_border_left:[_(t),null],min_border_bottom:[_(t),null],min_border_right:[_(t),null],inner_width:[t,0],inner_height:[t,0],outer_width:[t,0],outer_height:[t,0],match_aspect:[e,!1],aspect_scale:[t,1],reset_policy:[c.ResetPolicy,\"standard\"]}))),a.override({width:600,height:600,outline_line_color:\"#e5e5e5\",border_fill_color:\"#ffffff\",background_fill_color:\"#ffffff\"})},\n", - " function _(e,t,i,s,a){s();const n=e(1),o=e(126),l=e(249),r=e(309),_=e(40),h=e(118),d=e(128),u=e(220),c=e(251),p=e(113),v=e(45),g=e(19),b=e(251),m=e(333),y=e(8),w=e(9),f=e(235),x=e(208),z=e(211),k=e(209),q=e(123),M=e(65),R=e(334),V=e(335),S=e(28);class O extends r.LayoutDOMView{constructor(){super(...arguments),this._outer_bbox=new M.BBox,this._inner_bbox=new M.BBox,this._needs_paint=!0,this._needs_layout=!1,this._invalidated_painters=new Set,this._invalidate_all=!0,this._needs_notify=!1}get canvas(){return this.canvas_view}get state(){return this._state_manager}set invalidate_dataranges(e){this._range_manager.invalidate_dataranges=e}renderer_view(e){const t=this.renderer_views.get(e);if(null==t)for(const[,t]of this.renderer_views){const i=t.renderer_view(e);if(null!=i)return i}return t}get is_paused(){return null!=this._is_paused&&0!==this._is_paused}get child_models(){return[]}pause(){null==this._is_paused?this._is_paused=1:this._is_paused+=1}unpause(e=!1){if(null==this._is_paused)throw new Error(\"wasn't paused\");this._is_paused-=1,0!=this._is_paused||e||this.request_paint(\"everything\")}notify_finished_after_paint(){this._needs_notify=!0}request_render(){this.request_paint(\"everything\")}request_paint(e){this.invalidate_painters(e),this.schedule_paint()}invalidate_painters(e){if(\"everything\"==e)this._invalidate_all=!0;else if((0,y.isArray)(e))for(const t of e)this._invalidated_painters.add(t);else this._invalidated_painters.add(e)}schedule_paint(){if(!this.is_paused){const e=this.throttled_paint();this._ready=this._ready.then((()=>e))}}request_layout(){this._needs_layout=!0,this.request_paint(\"everything\")}reset(){\"standard\"==this.model.reset_policy&&(this.state.clear(),this.reset_range(),this.reset_selection()),this.model.trigger_event(new c.Reset)}remove(){(0,p.remove_views)(this.renderer_views),(0,p.remove_views)(this.tool_views),this.canvas_view.remove(),super.remove()}render(){super.render(),this.el.appendChild(this.canvas_view.el),this.canvas_view.render()}initialize(){this.pause(),super.initialize(),this.lod_started=!1,this.visuals=new v.Visuals(this),this._initial_state={selection:new Map,dimensions:{width:0,height:0}},this.visibility_callbacks=[],this.renderer_views=new Map,this.tool_views=new Map,this.frame=new o.CartesianFrame(this.model.x_scale,this.model.y_scale,this.model.x_range,this.model.y_range,this.model.extra_x_ranges,this.model.extra_y_ranges,this.model.extra_x_scales,this.model.extra_y_scales),this._range_manager=new R.RangeManager(this),this._state_manager=new V.StateManager(this,this._initial_state),this.throttled_paint=(0,m.throttle)((()=>this.repaint()),1e3/60);const{title_location:e,title:t}=this.model;null!=e&&null!=t&&(this._title=t instanceof h.Title?t:new h.Title({text:t}));const{toolbar_location:i,toolbar:s}=this.model;null!=i&&null!=s&&(this._toolbar=new u.ToolbarPanel({toolbar:s}),s.toolbar_location=i)}async lazy_initialize(){await super.lazy_initialize();const{hidpi:e,output_backend:t}=this.model,i=new l.Canvas({hidpi:e,output_backend:t});this.canvas_view=await(0,p.build_view)(i,{parent:this}),this.canvas_view.plot_views=[this],await this.build_renderer_views(),await this.build_tool_views(),this._range_manager.update_dataranges(),this.unpause(!0),g.logger.debug(\"PlotView initialized\")}_width_policy(){return null==this.model.frame_width?super._width_policy():\"min\"}_height_policy(){return null==this.model.frame_height?super._height_policy():\"min\"}_update_layout(){var e,t,i,s,a;this.layout=new z.BorderLayout,this.layout.set_sizing(this.box_sizing());const n=(0,w.copy)(this.model.above),o=(0,w.copy)(this.model.below),l=(0,w.copy)(this.model.left),r=(0,w.copy)(this.model.right),d=e=>{switch(e){case\"above\":return n;case\"below\":return o;case\"left\":return l;case\"right\":return r}},{title_location:c,title:p}=this.model;null!=c&&null!=p&&d(c).push(this._title);const{toolbar_location:v,toolbar:g}=this.model;if(null!=v&&null!=g){const e=d(v);let t=!0;if(this.model.toolbar_sticky)for(let i=0;i{var i;const s=this.renderer_view(t);return s.panel=new q.Panel(e),null===(i=s.update_layout)||void 0===i||i.call(s),s.layout},m=(e,t)=>{const i=\"above\"==e||\"below\"==e,s=[];for(const a of t)if((0,y.isArray)(a)){const t=a.map((t=>{const s=b(e,t);if(t instanceof u.ToolbarPanel){const e=i?\"width_policy\":\"height_policy\";s.set_sizing(Object.assign(Object.assign({},s.sizing),{[e]:\"min\"}))}return s}));let n;i?(n=new k.Row(t),n.set_sizing({width_policy:\"max\",height_policy:\"min\"})):(n=new k.Column(t),n.set_sizing({width_policy:\"min\",height_policy:\"max\"})),n.absolute=!0,s.push(n)}else s.push(b(e,a));return s},f=null!==(e=this.model.min_border)&&void 0!==e?e:0;this.layout.min_border={left:null!==(t=this.model.min_border_left)&&void 0!==t?t:f,top:null!==(i=this.model.min_border_top)&&void 0!==i?i:f,right:null!==(s=this.model.min_border_right)&&void 0!==s?s:f,bottom:null!==(a=this.model.min_border_bottom)&&void 0!==a?a:f};const M=new x.NodeLayout,R=new x.VStack,V=new x.VStack,S=new x.HStack,O=new x.HStack;M.absolute=!0,R.absolute=!0,V.absolute=!0,S.absolute=!0,O.absolute=!0,M.children=this.model.center.filter((e=>e instanceof _.Annotation)).map((e=>{var t;const i=this.renderer_view(e);return null===(t=i.update_layout)||void 0===t||t.call(i),i.layout})).filter((e=>null!=e));const{frame_width:P,frame_height:j}=this.model;M.set_sizing(Object.assign(Object.assign({},null!=P?{width_policy:\"fixed\",width:P}:{width_policy:\"fit\"}),null!=j?{height_policy:\"fixed\",height:j}:{height_policy:\"fit\"})),M.on_resize((e=>this.frame.set_geometry(e))),R.children=(0,w.reversed)(m(\"above\",n)),V.children=m(\"below\",o),S.children=(0,w.reversed)(m(\"left\",l)),O.children=m(\"right\",r),R.set_sizing({width_policy:\"fit\",height_policy:\"min\"}),V.set_sizing({width_policy:\"fit\",height_policy:\"min\"}),S.set_sizing({width_policy:\"min\",height_policy:\"fit\"}),O.set_sizing({width_policy:\"min\",height_policy:\"fit\"}),this.layout.center_panel=M,this.layout.top_panel=R,this.layout.bottom_panel=V,this.layout.left_panel=S,this.layout.right_panel=O}get axis_views(){const e=[];for(const[,t]of this.renderer_views)t instanceof d.AxisView&&e.push(t);return e}set_toolbar_visibility(e){for(const t of this.visibility_callbacks)t(e)}update_range(e,t){this.pause(),this._range_manager.update(e,t),this.unpause()}reset_range(){this.update_range(null),this.trigger_ranges_update_event()}trigger_ranges_update_event(){const{x_range:e,y_range:t}=this.model;this.model.trigger_event(new b.RangesUpdate(e.start,e.end,t.start,t.end))}get_selection(){const e=new Map;for(const t of this.model.data_renderers){const{selected:i}=t.selection_manager.source;e.set(t,i)}return e}update_selection(e){for(const t of this.model.data_renderers){const i=t.selection_manager.source;if(null!=e){const s=e.get(t);null!=s&&i.selected.update(s,!0)}else i.selection_manager.clear()}}reset_selection(){this.update_selection(null)}_invalidate_layout(){(()=>{var e;for(const t of this.model.side_panels){const i=this.renderer_views.get(t);if(null===(e=i.layout)||void 0===e?void 0:e.has_size_changed())return this.invalidate_painters(i),!0}return!1})()&&this.root.compute_layout()}get_renderer_views(){return this.computed_renderers.map((e=>this.renderer_views.get(e)))}*_compute_renderers(){const{above:e,below:t,left:i,right:s,center:a,renderers:n}=this.model;yield*n,yield*e,yield*t,yield*i,yield*s,yield*a,null!=this._title&&(yield this._title),null!=this._toolbar&&(yield this._toolbar);for(const e of this.model.toolbar.tools)null!=e.overlay&&(yield e.overlay),yield*e.synthetic_renderers}async build_renderer_views(){this.computed_renderers=[...this._compute_renderers()],await(0,p.build_views)(this.renderer_views,this.computed_renderers,{parent:this})}async build_tool_views(){const e=this.model.toolbar.tools;(await(0,p.build_views)(this.tool_views,e,{parent:this})).map((e=>this.canvas_view.ui_event_bus.register_tool(e)))}connect_signals(){super.connect_signals();const{x_ranges:e,y_ranges:t}=this.frame;for(const[,t]of e)this.connect(t.change,(()=>{this._needs_layout=!0,this.request_paint(\"everything\")}));for(const[,e]of t)this.connect(e.change,(()=>{this._needs_layout=!0,this.request_paint(\"everything\")}));const{above:i,below:s,left:a,right:n,center:o,renderers:l}=this.model.properties;this.on_change([i,s,a,n,o,l],(async()=>await this.build_renderer_views())),this.connect(this.model.toolbar.properties.tools.change,(async()=>{await this.build_renderer_views(),await this.build_tool_views()})),this.connect(this.model.change,(()=>this.request_paint(\"everything\"))),this.connect(this.model.reset,(()=>this.reset()))}has_finished(){if(!super.has_finished())return!1;if(this.model.visible)for(const[,e]of this.renderer_views)if(!e.has_finished())return!1;return!0}after_layout(){var e;super.after_layout();for(const[,t]of this.renderer_views)t instanceof _.AnnotationView&&(null===(e=t.after_layout)||void 0===e||e.call(t));if(this._needs_layout=!1,this.model.setv({inner_width:Math.round(this.frame.bbox.width),inner_height:Math.round(this.frame.bbox.height),outer_width:Math.round(this.layout.bbox.width),outer_height:Math.round(this.layout.bbox.height)},{no_change:!0}),!1!==this.model.match_aspect&&(this.pause(),this._range_manager.update_dataranges(),this.unpause(!0)),!this._outer_bbox.equals(this.layout.bbox)){const{width:e,height:t}=this.layout.bbox;this.canvas_view.resize(e,t),this._outer_bbox=this.layout.bbox,this._invalidate_all=!0,this._needs_paint=!0}const{inner_bbox:t}=this.layout;this._inner_bbox.equals(t)||(this._inner_bbox=t,this._needs_paint=!0),this._needs_paint&&this.paint()}repaint(){this._needs_layout&&this._invalidate_layout(),this.paint()}paint(){this.is_paused||(this.model.visible&&(g.logger.trace(`${this.toString()}.paint()`),this._actual_paint()),this._needs_notify&&(this._needs_notify=!1,this.notify_finished()))}_actual_paint(){var e;const{document:t}=this.model;if(null!=t){const e=t.interactive_duration();e>=0&&e{t.interactive_duration()>this.model.lod_timeout&&t.interactive_stop(),this.request_paint(\"everything\")}),this.model.lod_timeout):t.interactive_stop()}this._range_manager.invalidate_dataranges&&(this._range_manager.update_dataranges(),this._invalidate_layout());let i=!1,s=!1;if(this._invalidate_all)i=!0,s=!0;else for(const e of this._invalidated_painters){const{level:t}=e.model;if(\"overlay\"!=t?i=!0:s=!0,i&&s)break}this._invalidated_painters.clear(),this._invalidate_all=!1;const a=[this.frame.bbox.left,this.frame.bbox.top,this.frame.bbox.width,this.frame.bbox.height],{primary:n,overlays:o}=this.canvas_view;i&&(n.prepare(),this.canvas_view.prepare_webgl(a),this._map_hook(n.ctx,a),this._paint_empty(n.ctx,a),this._paint_outline(n.ctx,a),this._paint_levels(n.ctx,\"image\",a,!0),this._paint_levels(n.ctx,\"underlay\",a,!0),this._paint_levels(n.ctx,\"glyph\",a,!0),this._paint_levels(n.ctx,\"guide\",a,!1),this._paint_levels(n.ctx,\"annotation\",a,!1),n.finish()),(s||S.settings.wireframe)&&(o.prepare(),this._paint_levels(o.ctx,\"overlay\",a,!1),S.settings.wireframe&&this._paint_layout(o.ctx,this.layout),o.finish()),null==this._initial_state.range&&(this._initial_state.range=null!==(e=this._range_manager.compute_initial())&&void 0!==e?e:void 0),this._needs_paint=!1}_paint_levels(e,t,i,s){for(const a of this.computed_renderers){if(a.level!=t)continue;const n=this.renderer_views.get(a);e.save(),(s||n.needs_clip)&&(e.beginPath(),e.rect(...i),e.clip()),n.render(),e.restore(),n.has_webgl&&n.needs_webgl_blit&&this.canvas_view.blit_webgl(e)}}_paint_layout(e,t){const{x:i,y:s,width:a,height:n}=t.bbox;e.strokeStyle=\"blue\",e.strokeRect(i,s,a,n);for(const a of t)e.save(),t.absolute||e.translate(i,s),this._paint_layout(e,a),e.restore()}_map_hook(e,t){}_paint_empty(e,t){const[i,s,a,n]=[0,0,this.layout.bbox.width,this.layout.bbox.height],[o,l,r,_]=t;this.visuals.border_fill.doit&&(this.visuals.border_fill.set_value(e),e.fillRect(i,s,a,n),e.clearRect(o,l,r,_)),this.visuals.background_fill.doit&&(this.visuals.background_fill.set_value(e),e.fillRect(o,l,r,_))}_paint_outline(e,t){if(this.visuals.outline_line.doit){e.save(),this.visuals.outline_line.set_value(e);let[i,s,a,n]=t;i+a==this.layout.bbox.width&&(a-=1),s+n==this.layout.bbox.height&&(n-=1),e.strokeRect(i,s,a,n),e.restore()}}to_blob(){return this.canvas_view.to_blob()}export(e,t=!0){const i=\"png\"==e?\"canvas\":\"svg\",s=new f.CanvasLayer(i,t),{width:a,height:n}=this.layout.bbox;s.resize(a,n);const{canvas:o}=this.canvas_view.compose();return s.ctx.drawImage(o,0,0),s}serializable_state(){const e=super.serializable_state(),{children:t}=e,i=(0,n.__rest)(e,[\"children\"]),s=this.get_renderer_views().map((e=>e.serializable_state())).filter((e=>null!=e.bbox));return Object.assign(Object.assign({},i),{children:[...null!=t?t:[],...s]})}}i.PlotView=O,O.__name__=\"PlotView\"},\n", - " function _(t,n,e,o,u){o(),e.throttle=function(t,n){let e=null,o=0,u=!1;return function(){return new Promise(((r,i)=>{const l=function(){o=Date.now(),e=null,u=!1;try{t(),r()}catch(t){i(t)}},a=Date.now(),c=n-(a-o);c<=0&&!u?(null!=e&&clearTimeout(e),u=!0,requestAnimationFrame(l)):e||u?r():e=setTimeout((()=>requestAnimationFrame(l)),c)}))}}},\n", - " function _(t,n,e,a,s){a();const o=t(63),r=t(19);class l{constructor(t){this.parent=t,this.invalidate_dataranges=!0}get frame(){return this.parent.frame}update(t,n){const{x_ranges:e,y_ranges:a}=this.frame;if(null==t){for(const[,t]of e)t.reset();for(const[,t]of a)t.reset();this.update_dataranges()}else{const s=[];for(const[n,a]of e)s.push([a,t.xrs.get(n)]);for(const[n,e]of a)s.push([e,t.yrs.get(n)]);(null==n?void 0:n.scrolling)&&this._update_ranges_together(s),this._update_ranges_individually(s,n)}}reset(){this.update(null)}_update_dataranges(t){const n=new Map,e=new Map;let a=!1;for(const[,n]of t.x_ranges)n instanceof o.DataRange1d&&\"log\"==n.scale_hint&&(a=!0);for(const[,n]of t.y_ranges)n instanceof o.DataRange1d&&\"log\"==n.scale_hint&&(a=!0);for(const t of this.parent.model.data_renderers){const s=this.parent.renderer_view(t);if(null==s)continue;const o=s.glyph_view.bounds();if(null!=o&&n.set(t,o),a){const n=s.glyph_view.log_bounds();null!=n&&e.set(t,n)}}let s=!1,l=!1;const i=t.x_target.span,d=t.y_target.span;let u;!1!==this.parent.model.match_aspect&&0!=i&&0!=d&&(u=1/this.parent.model.aspect_scale*(i/d));for(const[,a]of t.x_ranges){if(a instanceof o.DataRange1d){const t=\"log\"==a.scale_hint?e:n;a.update(t,0,this.parent.model,u),a.follow&&(s=!0)}null!=a.bounds&&(l=!0)}for(const[,a]of t.y_ranges){if(a instanceof o.DataRange1d){const t=\"log\"==a.scale_hint?e:n;a.update(t,1,this.parent.model,u),a.follow&&(s=!0)}null!=a.bounds&&(l=!0)}if(s&&l){r.logger.warn(\"Follow enabled so bounds are unset.\");for(const[,n]of t.x_ranges)n.bounds=null;for(const[,n]of t.y_ranges)n.bounds=null}}update_dataranges(){this._update_dataranges(this.frame);for(const t of this.parent.model.renderers){const{coordinates:n}=t;null!=n&&this._update_dataranges(n)}null!=this.compute_initial()&&(this.invalidate_dataranges=!1)}compute_initial(){let t=!0;const{x_ranges:n,y_ranges:e}=this.frame,a=new Map,s=new Map;for(const[e,s]of n){const{start:n,end:o}=s;if(null==n||null==o||isNaN(n+o)){t=!1;break}a.set(e,{start:n,end:o})}if(t)for(const[n,a]of e){const{start:e,end:o}=a;if(null==e||null==o||isNaN(e+o)){t=!1;break}s.set(n,{start:e,end:o})}return t?{xrs:a,yrs:s}:(r.logger.warn(\"could not set initial ranges\"),null)}_update_ranges_together(t){let n=1;for(const[e,a]of t)n=Math.min(n,this._get_weight_to_constrain_interval(e,a));if(n<1)for(const[e,a]of t)a.start=n*a.start+(1-n)*e.start,a.end=n*a.end+(1-n)*e.end}_update_ranges_individually(t,n){const e=!!(null==n?void 0:n.panning),a=!!(null==n?void 0:n.scrolling);let s=!1;for(const[n,o]of t){if(!a){const t=this._get_weight_to_constrain_interval(n,o);t<1&&(o.start=t*o.start+(1-t)*n.start,o.end=t*o.end+(1-t)*n.end)}if(null!=n.bounds&&\"auto\"!=n.bounds){const[t,r]=n.bounds,l=Math.abs(o.end-o.start);n.is_reversed?(null!=t&&t>o.end&&(s=!0,o.end=t,(e||a)&&(o.start=t+l)),null!=r&&ro.start&&(s=!0,o.start=t,(e||a)&&(o.end=t+l)),null!=r&&r0&&r0&&r>a&&(s=(a-o)/(r-o)),s=Math.max(0,Math.min(1,s))}return s}}e.RangeManager=l,l.__name__=\"RangeManager\"},\n", - " function _(t,i,s,e,n){e();const h=t(15);class a{constructor(t,i){this.parent=t,this.initial_state=i,this.changed=new h.Signal0(this.parent,\"state_changed\"),this.history=[],this.index=-1}_do_state_change(t){const i=null!=this.history[t]?this.history[t].state:this.initial_state;return null!=i.range&&this.parent.update_range(i.range),null!=i.selection&&this.parent.update_selection(i.selection),i}push(t,i){const{history:s,index:e}=this,n=null!=s[e]?s[e].state:{},h=Object.assign(Object.assign(Object.assign({},this.initial_state),n),i);this.history=this.history.slice(0,this.index+1),this.history.push({type:t,state:h}),this.index=this.history.length-1,this.changed.emit()}clear(){this.history=[],this.index=-1,this.changed.emit()}undo(){if(this.can_undo){this.index-=1;const t=this._do_state_change(this.index);return this.changed.emit(),t}return null}redo(){if(this.can_redo){this.index+=1;const t=this._do_state_change(this.index);return this.changed.emit(),t}return null}get can_undo(){return this.index>=0}get can_redo(){return this.indexm.emit();const s=encodeURIComponent,o=document.createElement(\"script\");o.type=\"text/javascript\",o.src=`https://maps.googleapis.com/maps/api/js?v=${s(e)}&key=${s(t)}&callback=_bokeh_gmaps_callback`,document.body.appendChild(o)}(t,e)}m.connect((()=>this.request_paint(\"everything\")))}this.unpause()}remove(){(0,p.remove)(this.map_el),super.remove()}update_range(t,e){var s,o;if(null==t)this.map.setCenter({lat:this.initial_lat,lng:this.initial_lng}),this.map.setOptions({zoom:this.initial_zoom}),super.update_range(null,e);else if(null!=t.sdx||null!=t.sdy)this.map.panBy(null!==(s=t.sdx)&&void 0!==s?s:0,null!==(o=t.sdy)&&void 0!==o?o:0),super.update_range(t,e);else if(null!=t.factor){if(10!==this.zoom_count)return void(this.zoom_count+=1);this.zoom_count=0,this.pause(),super.update_range(t,e);const s=t.factor<0?-1:1,o=this.map.getZoom();if(null!=o){const t=o+s;if(t>=2){this.map.setZoom(t);const[e,s]=this._get_projected_bounds();s-e<0&&this.map.setZoom(o)}}this.unpause()}this._set_bokeh_ranges()}_build_map(){const{maps:t}=google;this.map_types={satellite:t.MapTypeId.SATELLITE,terrain:t.MapTypeId.TERRAIN,roadmap:t.MapTypeId.ROADMAP,hybrid:t.MapTypeId.HYBRID};const e=this.model.map_options,s={center:new t.LatLng(e.lat,e.lng),zoom:e.zoom,disableDefaultUI:!0,mapTypeId:this.map_types[e.map_type],scaleControl:e.scale_control,tilt:e.tilt};null!=e.styles&&(s.styles=JSON.parse(e.styles)),this.map_el=(0,p.div)({style:{position:\"absolute\"}}),this.canvas_view.add_underlay(this.map_el),this.map=new t.Map(this.map_el,s),t.event.addListener(this.map,\"idle\",(()=>this._set_bokeh_ranges())),t.event.addListener(this.map,\"bounds_changed\",(()=>this._set_bokeh_ranges())),t.event.addListenerOnce(this.map,\"tilesloaded\",(()=>this._render_finished())),this.connect(this.model.properties.map_options.change,(()=>this._update_options())),this.connect(this.model.map_options.properties.styles.change,(()=>this._update_styles())),this.connect(this.model.map_options.properties.lat.change,(()=>this._update_center(\"lat\"))),this.connect(this.model.map_options.properties.lng.change,(()=>this._update_center(\"lng\"))),this.connect(this.model.map_options.properties.zoom.change,(()=>this._update_zoom())),this.connect(this.model.map_options.properties.map_type.change,(()=>this._update_map_type())),this.connect(this.model.map_options.properties.scale_control.change,(()=>this._update_scale_control())),this.connect(this.model.map_options.properties.tilt.change,(()=>this._update_tilt()))}_render_finished(){this._tiles_loaded=!0,this.notify_finished()}has_finished(){return super.has_finished()&&!0===this._tiles_loaded}_get_latlon_bounds(){const t=this.map.getBounds(),e=t.getNorthEast(),s=t.getSouthWest();return[s.lng(),e.lng(),s.lat(),e.lat()]}_get_projected_bounds(){const[t,e,s,o]=this._get_latlon_bounds(),[i,a]=l.wgs84_mercator.compute(t,s),[n,p]=l.wgs84_mercator.compute(e,o);return[i,n,a,p]}_set_bokeh_ranges(){const[t,e,s,o]=this._get_projected_bounds();this.frame.x_range.setv({start:t,end:e}),this.frame.y_range.setv({start:s,end:o})}_update_center(t){var e;const s=null===(e=this.map.getCenter())||void 0===e?void 0:e.toJSON();null!=s&&(s[t]=this.model.map_options[t],this.map.setCenter(s),this._set_bokeh_ranges())}_update_map_type(){this.map.setOptions({mapTypeId:this.map_types[this.model.map_options.map_type]})}_update_scale_control(){this.map.setOptions({scaleControl:this.model.map_options.scale_control})}_update_tilt(){this.map.setOptions({tilt:this.model.map_options.tilt})}_update_options(){this._update_styles(),this._update_center(\"lat\"),this._update_center(\"lng\"),this._update_zoom(),this._update_map_type()}_update_styles(){this.map.setOptions({styles:JSON.parse(this.model.map_options.styles)})}_update_zoom(){this.map.setOptions({zoom:this.model.map_options.zoom}),this._set_bokeh_ranges()}_map_hook(t,e){if(null==this.map&&\"undefined\"!=typeof google&&null!=google.maps&&this._build_map(),null!=this.map_el){const[t,s,o,i]=e;this.map_el.style.top=`${s}px`,this.map_el.style.left=`${t}px`,this.map_el.style.width=`${o}px`,this.map_el.style.height=`${i}px`}}_paint_empty(t,e){const s=this.layout.bbox.width,o=this.layout.bbox.height,[i,a,n,p]=e;t.clearRect(0,0,s,o),t.beginPath(),t.moveTo(0,0),t.lineTo(0,o),t.lineTo(s,o),t.lineTo(s,0),t.lineTo(0,0),t.moveTo(i,a),t.lineTo(i+n,a),t.lineTo(i+n,a+p),t.lineTo(i,a+p),t.lineTo(i,a),t.closePath(),null!=this.model.border_fill_color&&(t.fillStyle=(0,_.color2css)(this.model.border_fill_color),t.fill())}}s.GMapPlotView=d,d.__name__=\"GMapPlotView\"},\n", - " function _(t,_,n,o,r){o();(0,t(1).__exportStar)(t(132),n)},\n", - " function _(e,r,d,n,R){n(),R(\"GlyphRenderer\",e(175).GlyphRenderer),R(\"GraphRenderer\",e(339).GraphRenderer),R(\"GuideRenderer\",e(129).GuideRenderer);var G=e(41);R(\"Renderer\",G.Renderer),R(\"RendererGroup\",G.RendererGroup)},\n", - " function _(e,r,i,n,t){var o;n();const s=e(176),d=e(175),a=e(303),p=e(302),l=e(113),_=e(178),h=e(283),y=e(286);class c extends s.DataRendererView{get glyph_view(){return this.node_view.glyph}async lazy_initialize(){await super.lazy_initialize(),this.apply_coordinates();const{parent:e}=this,{edge_renderer:r,node_renderer:i}=this.model;this.edge_view=await(0,l.build_view)(r,{parent:e}),this.node_view=await(0,l.build_view)(i,{parent:e})}connect_signals(){super.connect_signals(),this.connect(this.model.layout_provider.change,(()=>{this.apply_coordinates(),this.edge_view.set_data(),this.node_view.set_data(),this.request_render()}))}apply_coordinates(){const{edge_renderer:e,node_renderer:r}=this.model;if(!(e.glyph instanceof h.MultiLine||e.glyph instanceof y.Patches))throw new Error(`${this}.edge_renderer.glyph must be a MultiLine glyph`);if(!(r.glyph instanceof _.XYGlyph))throw new Error(`${this}.node_renderer.glyph must be a XYGlyph glyph`);const i=this.model.layout_provider.edge_coordinates,n=this.model.layout_provider.node_coordinates;e.glyph.properties.xs.internal=!0,e.glyph.properties.ys.internal=!0,r.glyph.properties.x.internal=!0,r.glyph.properties.y.internal=!0,e.glyph.xs={expr:i.x},e.glyph.ys={expr:i.y},r.glyph.x={expr:n.x},r.glyph.y={expr:n.y}}remove(){this.edge_view.remove(),this.node_view.remove(),super.remove()}_render(){this.edge_view.render(),this.node_view.render()}renderer_view(e){if(e instanceof d.GlyphRenderer){if(e==this.edge_view.model)return this.edge_view;if(e==this.node_view.model)return this.node_view}return super.renderer_view(e)}}i.GraphRendererView=c,c.__name__=\"GraphRendererView\";class g extends s.DataRenderer{constructor(e){super(e)}get_selection_manager(){return this.node_renderer.data_source.selection_manager}}i.GraphRenderer=g,o=g,g.__name__=\"GraphRenderer\",o.prototype.default_view=c,o.define((({Ref:e})=>({layout_provider:[e(a.LayoutProvider)],node_renderer:[e(d.GlyphRenderer)],edge_renderer:[e(d.GlyphRenderer)],selection_policy:[e(p.GraphHitTestPolicy),()=>new p.NodesOnly],inspection_policy:[e(p.GraphHitTestPolicy),()=>new p.NodesOnly]})))},\n", - " function _(e,t,n,o,c){o();(0,e(1).__exportStar)(e(74),n),c(\"Selection\",e(72).Selection)},\n", - " function _(a,e,S,o,r){o(),r(\"ServerSentDataSource\",a(342).ServerSentDataSource),r(\"AjaxDataSource\",a(344).AjaxDataSource),r(\"ColumnDataSource\",a(75).ColumnDataSource),r(\"ColumnarDataSource\",a(70).ColumnarDataSource),r(\"CDSView\",a(190).CDSView),r(\"DataSource\",a(71).DataSource),r(\"GeoJSONDataSource\",a(345).GeoJSONDataSource),r(\"WebDataSource\",a(343).WebDataSource)},\n", - " function _(e,t,i,a,s){a();const n=e(343);class r extends n.WebDataSource{constructor(e){super(e),this.initialized=!1}setup(){if(!this.initialized){this.initialized=!0;new EventSource(this.data_url).onmessage=e=>{var t;this.load_data(JSON.parse(e.data),this.mode,null!==(t=this.max_size)&&void 0!==t?t:void 0)}}}}i.ServerSentDataSource=r,r.__name__=\"ServerSentDataSource\"},\n", - " function _(e,t,a,n,r){var s;n();const l=e(75),o=e(20);class c extends l.ColumnDataSource{constructor(e){super(e)}get_column(e){const t=this.data[e];return null!=t?t:[]}get_length(){var e;return null!==(e=super.get_length())&&void 0!==e?e:0}initialize(){super.initialize(),this.setup()}load_data(e,t,a){const{adapter:n}=this;let r;switch(r=null!=n?n.execute(this,{response:e}):e,t){case\"replace\":this.data=r;break;case\"append\":{const e=this.data;for(const t of this.columns()){const n=Array.from(e[t]),s=Array.from(r[t]),l=n.concat(s);r[t]=null!=a?l.slice(-a):l}this.data=r;break}}}}a.WebDataSource=c,s=c,c.__name__=\"WebDataSource\",s.define((({Any:e,Int:t,String:a,Nullable:n})=>({max_size:[n(t),null],mode:[o.UpdateMode,\"replace\"],adapter:[n(e),null],data_url:[a]})))},\n", - " function _(t,e,i,s,a){var n;s();const r=t(343),o=t(20),l=t(19),d=t(13);class h extends r.WebDataSource{constructor(t){super(t),this.interval=null,this.initialized=!1}destroy(){null!=this.interval&&clearInterval(this.interval),super.destroy()}setup(){if(!this.initialized&&(this.initialized=!0,this.get_data(this.mode),null!=this.polling_interval)){const t=()=>this.get_data(this.mode,this.max_size,this.if_modified);this.interval=setInterval(t,this.polling_interval)}}get_data(t,e=null,i=!1){const s=this.prepare_request();s.addEventListener(\"load\",(()=>this.do_load(s,t,null!=e?e:void 0))),s.addEventListener(\"error\",(()=>this.do_error(s))),s.send()}prepare_request(){const t=new XMLHttpRequest;t.open(this.method,this.data_url,!0),t.withCredentials=!1,t.setRequestHeader(\"Content-Type\",this.content_type);const e=this.http_headers;for(const[i,s]of(0,d.entries)(e))t.setRequestHeader(i,s);return t}do_load(t,e,i){if(200===t.status){const s=JSON.parse(t.responseText);this.load_data(s,e,i)}}do_error(t){l.logger.error(`Failed to fetch JSON from ${this.data_url} with code ${t.status}`)}}i.AjaxDataSource=h,n=h,h.__name__=\"AjaxDataSource\",n.define((({Boolean:t,Int:e,String:i,Dict:s,Nullable:a})=>({polling_interval:[a(e),null],content_type:[i,\"application/json\"],http_headers:[s(i),{}],method:[o.HTTPMethod,\"POST\"],if_modified:[t,!1]})))},\n", - " function _(e,t,o,r,n){var s;r();const a=e(70),i=e(19),l=e(9),c=e(13);function _(e){return null!=e?e:NaN}const{hasOwnProperty:g}=Object.prototype;class u extends a.ColumnarDataSource{constructor(e){super(e)}initialize(){super.initialize(),this._update_data()}connect_signals(){super.connect_signals(),this.connect(this.properties.geojson.change,(()=>this._update_data()))}_update_data(){this.data=this.geojson_to_column_data()}_get_new_list_array(e){return(0,l.range)(0,e).map((e=>[]))}_get_new_nan_array(e){return(0,l.range)(0,e).map((e=>NaN))}_add_properties(e,t,o,r){var n;const s=null!==(n=e.properties)&&void 0!==n?n:{};for(const[e,n]of(0,c.entries)(s))g.call(t,e)||(t[e]=this._get_new_nan_array(r)),t[e][o]=_(n)}_add_geometry(e,t,o){function r(e,t){return e.concat([[NaN,NaN,NaN]]).concat(t)}switch(e.type){case\"Point\":{const[r,n,s]=e.coordinates;t.x[o]=r,t.y[o]=n,t.z[o]=_(s);break}case\"LineString\":{const{coordinates:r}=e;for(let e=0;e1&&i.logger.warn(\"Bokeh does not support Polygons with holes in, only exterior ring used.\");const r=e.coordinates[0];for(let e=0;e1&&i.logger.warn(\"Bokeh does not support Polygons with holes in, only exterior ring used.\"),n.push(t[0]);const s=n.reduce(r);for(let e=0;e({geojson:[e]}))),s.internal((({Dict:e,Arrayable:t})=>({data:[e(t),{}]})))},\n", - " function _(e,r,T,o,S){o(),S(\"BBoxTileSource\",e(347).BBoxTileSource),S(\"MercatorTileSource\",e(348).MercatorTileSource),S(\"QUADKEYTileSource\",e(351).QUADKEYTileSource),S(\"TileRenderer\",e(352).TileRenderer),S(\"TileSource\",e(349).TileSource),S(\"TMSTileSource\",e(355).TMSTileSource),S(\"WMTSTileSource\",e(353).WMTSTileSource)},\n", - " function _(e,t,r,o,l){var i;o();const n=e(348);class s extends n.MercatorTileSource{constructor(e){super(e)}get_image_url(e,t,r){const o=this.string_lookup_replace(this.url,this.extra_url_vars);let l,i,n,s;return this.use_latlon?[i,s,l,n]=this.get_tile_geographic_bounds(e,t,r):[i,s,l,n]=this.get_tile_meter_bounds(e,t,r),o.replace(\"{XMIN}\",i.toString()).replace(\"{YMIN}\",s.toString()).replace(\"{XMAX}\",l.toString()).replace(\"{YMAX}\",n.toString())}}r.BBoxTileSource=s,i=s,s.__name__=\"BBoxTileSource\",i.define((({Boolean:e})=>({use_latlon:[e,!1]})))},\n", - " function _(t,e,i,_,s){var r;_();const o=t(349),n=t(9),l=t(350);class u extends o.TileSource{constructor(t){super(t)}initialize(){super.initialize(),this._resolutions=(0,n.range)(this.min_zoom,this.max_zoom+1).map((t=>this.get_resolution(t)))}_computed_initial_resolution(){return null!=this.initial_resolution?this.initial_resolution:2*Math.PI*6378137/this.tile_size}is_valid_tile(t,e,i){return!(!this.wrap_around&&(t<0||t>=2**i))&&!(e<0||e>=2**i)}parent_by_tile_xyz(t,e,i){const _=this.tile_xyz_to_quadkey(t,e,i),s=_.substring(0,_.length-1);return this.quadkey_to_tile_xyz(s)}get_resolution(t){return this._computed_initial_resolution()/2**t}get_resolution_by_extent(t,e,i){return[(t[2]-t[0])/i,(t[3]-t[1])/e]}get_level_by_extent(t,e,i){const _=(t[2]-t[0])/i,s=(t[3]-t[1])/e,r=Math.max(_,s);let o=0;for(const t of this._resolutions){if(r>t){if(0==o)return 0;if(o>0)return o-1}o+=1}return o-1}get_closest_level_by_extent(t,e,i){const _=(t[2]-t[0])/i,s=(t[3]-t[1])/e,r=Math.max(_,s),o=this._resolutions.reduce((function(t,e){return Math.abs(e-r)e?(u=o-s,a*=t):(u*=e,a=n-r)}const h=(u-(o-s))/2,c=(a-(n-r))/2;return[s-h,r-c,o+h,n+c]}tms_to_wmts(t,e,i){return[t,2**i-1-e,i]}wmts_to_tms(t,e,i){return[t,2**i-1-e,i]}pixels_to_meters(t,e,i){const _=this.get_resolution(i);return[t*_-this.x_origin_offset,e*_-this.y_origin_offset]}meters_to_pixels(t,e,i){const _=this.get_resolution(i);return[(t+this.x_origin_offset)/_,(e+this.y_origin_offset)/_]}pixels_to_tile(t,e){let i=Math.ceil(t/this.tile_size);i=0===i?i:i-1;return[i,Math.max(Math.ceil(e/this.tile_size)-1,0)]}pixels_to_raster(t,e,i){return[t,(this.tile_size<=l;t--)for(let i=n;i<=u;i++)this.is_valid_tile(i,t,e)&&h.push([i,t,e,this.get_tile_meter_bounds(i,t,e)]);return this.sort_tiles_from_center(h,[n,l,u,a]),h}quadkey_to_tile_xyz(t){let e=0,i=0;const _=t.length;for(let s=_;s>0;s--){const r=1<0;s--){const i=1<0;)if(s=s.substring(0,s.length-1),[t,e,i]=this.quadkey_to_tile_xyz(s),[t,e,i]=this.denormalize_xyz(t,e,i,_),this.tiles.has(this.tile_xyz_to_key(t,e,i)))return[t,e,i];return[0,0,0]}normalize_xyz(t,e,i){if(this.wrap_around){const _=2**i;return[(t%_+_)%_,e,i]}return[t,e,i]}denormalize_xyz(t,e,i,_){return[t+_*2**i,e,i]}denormalize_meters(t,e,i,_){return[t+2*_*Math.PI*6378137,e]}calculate_world_x_by_tile_xyz(t,e,i){return Math.floor(t/2**i)}}i.MercatorTileSource=u,r=u,u.__name__=\"MercatorTileSource\",r.define((({Boolean:t})=>({snap_to_zoom:[t,!1],wrap_around:[t,!0]}))),r.override({x_origin_offset:20037508.34,y_origin_offset:20037508.34,initial_resolution:156543.03392804097})},\n", - " function _(e,t,r,i,n){var l;i();const a=e(53),s=e(13);class c extends a.Model{constructor(e){super(e)}initialize(){super.initialize(),this.tiles=new Map,this._normalize_case()}connect_signals(){super.connect_signals(),this.connect(this.change,(()=>this._clear_cache()))}string_lookup_replace(e,t){let r=e;for(const[e,i]of(0,s.entries)(t))r=r.replace(`{${e}}`,i);return r}_normalize_case(){const e=this.url.replace(\"{x}\",\"{X}\").replace(\"{y}\",\"{Y}\").replace(\"{z}\",\"{Z}\").replace(\"{q}\",\"{Q}\").replace(\"{xmin}\",\"{XMIN}\").replace(\"{ymin}\",\"{YMIN}\").replace(\"{xmax}\",\"{XMAX}\").replace(\"{ymax}\",\"{YMAX}\");this.url=e}_clear_cache(){this.tiles=new Map}tile_xyz_to_key(e,t,r){return`${e}:${t}:${r}`}key_to_tile_xyz(e){const[t,r,i]=e.split(\":\").map((e=>parseInt(e)));return[t,r,i]}sort_tiles_from_center(e,t){const[r,i,n,l]=t,a=(n-r)/2+r,s=(l-i)/2+i;e.sort((function(e,t){return Math.sqrt((a-e[0])**2+(s-e[1])**2)-Math.sqrt((a-t[0])**2+(s-t[1])**2)}))}get_image_url(e,t,r){return this.string_lookup_replace(this.url,this.extra_url_vars).replace(\"{X}\",e.toString()).replace(\"{Y}\",t.toString()).replace(\"{Z}\",r.toString())}}r.TileSource=c,l=c,c.__name__=\"TileSource\",l.define((({Number:e,String:t,Dict:r,Nullable:i})=>({url:[t,\"\"],tile_size:[e,256],max_zoom:[e,30],min_zoom:[e,0],extra_url_vars:[r(t),{}],attribution:[t,\"\"],x_origin_offset:[e],y_origin_offset:[e],initial_resolution:[i(e),null]})))},\n", - " function _(t,e,r,n,o){n();const c=t(78);function _(t,e){return c.wgs84_mercator.compute(t,e)}function g(t,e){return c.wgs84_mercator.invert(t,e)}r.geographic_to_meters=_,r.meters_to_geographic=g,r.geographic_extent_to_meters=function(t){const[e,r,n,o]=t,[c,g]=_(e,r),[i,u]=_(n,o);return[c,g,i,u]},r.meters_extent_to_geographic=function(t){const[e,r,n,o]=t,[c,_]=g(e,r),[i,u]=g(n,o);return[c,_,i,u]}},\n", - " function _(e,t,r,s,_){s();const o=e(348);class c extends o.MercatorTileSource{constructor(e){super(e)}get_image_url(e,t,r){const s=this.string_lookup_replace(this.url,this.extra_url_vars),[_,o,c]=this.tms_to_wmts(e,t,r),i=this.tile_xyz_to_quadkey(_,o,c);return s.replace(\"{Q}\",i)}}r.QUADKEYTileSource=c,c.__name__=\"QUADKEYTileSource\"},\n", - " function _(t,e,i,s,_){s();const n=t(1);var a;const o=t(349),r=t(353),h=t(41),l=t(58),d=t(43),m=t(136),c=t(9),u=t(8),p=(0,n.__importStar)(t(354));class g extends h.RendererView{initialize(){this._tiles=[],super.initialize()}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.request_render())),this.connect(this.model.tile_source.change,(()=>this.request_render()))}remove(){null!=this.attribution_el&&(0,d.removeElement)(this.attribution_el),super.remove()}styles(){return[...super.styles(),p.default]}get_extent(){return[this.x_range.start,this.y_range.start,this.x_range.end,this.y_range.end]}get map_plot(){return this.plot_model}get map_canvas(){return this.layer.ctx}get map_frame(){return this.plot_view.frame}get x_range(){return this.map_plot.x_range}get y_range(){return this.map_plot.y_range}_set_data(){this.extent=this.get_extent(),this._last_height=void 0,this._last_width=void 0}_update_attribution(){null!=this.attribution_el&&(0,d.removeElement)(this.attribution_el);const{attribution:t}=this.model.tile_source;if((0,u.isString)(t)&&t.length>0){const{layout:e,frame:i}=this.plot_view,s=e.bbox.width-i.bbox.right,_=e.bbox.height-i.bbox.bottom,n=i.bbox.width;this.attribution_el=(0,d.div)({class:p.tile_attribution,style:{position:\"absolute\",right:`${s}px`,bottom:`${_}px`,\"max-width\":n-4+\"px\",padding:\"2px\",\"background-color\":\"rgba(255,255,255,0.5)\",\"font-size\":\"9px\",\"line-height\":\"1.05\",\"white-space\":\"nowrap\",overflow:\"hidden\",\"text-overflow\":\"ellipsis\"}}),this.plot_view.canvas_view.add_event(this.attribution_el),this.attribution_el.innerHTML=t,this.attribution_el.title=this.attribution_el.textContent.replace(/\\s*\\n\\s*/g,\" \")}}_map_data(){this.initial_extent=this.get_extent();const t=this.model.tile_source.get_level_by_extent(this.initial_extent,this.map_frame.bbox.height,this.map_frame.bbox.width),e=this.model.tile_source.snap_to_zoom_level(this.initial_extent,this.map_frame.bbox.height,this.map_frame.bbox.width,t);this.x_range.start=e[0],this.y_range.start=e[1],this.x_range.end=e[2],this.y_range.end=e[3],this.x_range instanceof l.Range1d&&(this.x_range.reset_start=e[0],this.x_range.reset_end=e[2]),this.y_range instanceof l.Range1d&&(this.y_range.reset_start=e[1],this.y_range.reset_end=e[3]),this._update_attribution()}_create_tile(t,e,i,s,_=!1){const n=this.model.tile_source.tile_xyz_to_quadkey(t,e,i),a=this.model.tile_source.tile_xyz_to_key(t,e,i);if(this.model.tile_source.tiles.has(a))return;const[o,r,h]=this.model.tile_source.normalize_xyz(t,e,i),l=this.model.tile_source.get_image_url(o,r,h),d={img:void 0,tile_coords:[t,e,i],normalized_coords:[o,r,h],quadkey:n,cache_key:a,bounds:s,loaded:!1,finished:!1,x_coord:s[0],y_coord:s[3]};this.model.tile_source.tiles.set(a,d),this._tiles.push(d),new m.ImageLoader(l,{loaded:t=>{Object.assign(d,{img:t,loaded:!0}),_?(d.finished=!0,this.notify_finished()):this.request_render()},failed(){d.finished=!0}})}_enforce_aspect_ratio(){if(this._last_height!==this.map_frame.bbox.height||this._last_width!==this.map_frame.bbox.width){const t=this.get_extent(),e=this.model.tile_source.get_level_by_extent(t,this.map_frame.bbox.height,this.map_frame.bbox.width),i=this.model.tile_source.snap_to_zoom_level(t,this.map_frame.bbox.height,this.map_frame.bbox.width,e);this.x_range.setv({start:i[0],end:i[2]}),this.y_range.setv({start:i[1],end:i[3]}),this.extent=i,this._last_height=this.map_frame.bbox.height,this._last_width=this.map_frame.bbox.width}}has_finished(){if(!super.has_finished())return!1;if(0==this._tiles.length)return!1;for(const t of this._tiles)if(!t.finished)return!1;return!0}_render(){null==this.map_initialized&&(this._set_data(),this._map_data(),this.map_initialized=!0),this._enforce_aspect_ratio(),this._update(),null!=this.prefetch_timer&&clearTimeout(this.prefetch_timer),this.prefetch_timer=setTimeout(this._prefetch_tiles.bind(this),500),this.has_finished()&&this.notify_finished()}_draw_tile(t){const e=this.model.tile_source.tiles.get(t);if(null!=e&&e.loaded){const[[t],[i]]=this.coordinates.map_to_screen([e.bounds[0]],[e.bounds[3]]),[[s],[_]]=this.coordinates.map_to_screen([e.bounds[2]],[e.bounds[1]]),n=s-t,a=_-i,o=t,r=i,h=this.map_canvas.getImageSmoothingEnabled();this.map_canvas.setImageSmoothingEnabled(this.model.smoothing),this.map_canvas.drawImage(e.img,o,r,n,a),this.map_canvas.setImageSmoothingEnabled(h),e.finished=!0}}_set_rect(){const t=this.plot_model.outline_line_width,e=this.map_frame.bbox.left+t/2,i=this.map_frame.bbox.top+t/2,s=this.map_frame.bbox.width-t,_=this.map_frame.bbox.height-t;this.map_canvas.rect(e,i,s,_),this.map_canvas.clip()}_render_tiles(t){this.map_canvas.save(),this._set_rect(),this.map_canvas.globalAlpha=this.model.alpha;for(const e of t)this._draw_tile(e);this.map_canvas.restore()}_prefetch_tiles(){const{tile_source:t}=this.model,e=this.get_extent(),i=this.map_frame.bbox.height,s=this.map_frame.bbox.width,_=this.model.tile_source.get_level_by_extent(e,i,s),n=this.model.tile_source.get_tiles_by_extent(e,_);for(let e=0,i=Math.min(10,n.length);ei&&(s=this.extent,o=i,r=!0),r&&(this.x_range.setv({start:s[0],end:s[2]}),this.y_range.setv({start:s[1],end:s[3]})),this.extent=s;const h=t.get_tiles_by_extent(s,o),l=[],d=[],m=[],u=[];for(const e of h){const[i,s,n]=e,a=t.tile_xyz_to_key(i,s,n),o=t.tiles.get(a);if(null!=o&&o.loaded)d.push(a);else if(this.model.render_parents){const[e,a,o]=t.get_closest_parent_by_tile_xyz(i,s,n),r=t.tile_xyz_to_key(e,a,o),h=t.tiles.get(r);if(null!=h&&h.loaded&&!(0,c.includes)(m,r)&&m.push(r),_){const e=t.children_by_tile_xyz(i,s,n);for(const[i,s,_]of e){const e=t.tile_xyz_to_key(i,s,_);t.tiles.has(e)&&u.push(e)}}}null==o&&l.push(e)}this._render_tiles(m),this._render_tiles(u),this._render_tiles(d),null!=this.render_timer&&clearTimeout(this.render_timer),this.render_timer=setTimeout((()=>this._fetch_tiles(l)),65)}}i.TileRendererView=g,g.__name__=\"TileRendererView\";class b extends h.Renderer{constructor(t){super(t)}}i.TileRenderer=b,a=b,b.__name__=\"TileRenderer\",a.prototype.default_view=g,a.define((({Boolean:t,Number:e,Ref:i})=>({alpha:[e,1],smoothing:[t,!0],tile_source:[i(o.TileSource),()=>new r.WMTSTileSource],render_parents:[t,!0]}))),a.override({level:\"image\"})},\n", - " function _(t,e,r,o,s){o();const c=t(348);class i extends c.MercatorTileSource{constructor(t){super(t)}get_image_url(t,e,r){const o=this.string_lookup_replace(this.url,this.extra_url_vars),[s,c,i]=this.tms_to_wmts(t,e,r);return o.replace(\"{X}\",s.toString()).replace(\"{Y}\",c.toString()).replace(\"{Z}\",i.toString())}}r.WMTSTileSource=i,i.__name__=\"WMTSTileSource\"},\n", - " function _(t,o,i,b,r){b(),i.root=\"bk-root\",i.tile_attribution=\"bk-tile-attribution\",i.default=\".bk-root .bk-tile-attribution a{color:black;}\"},\n", - " function _(e,r,t,c,o){c();const i=e(348);class l extends i.MercatorTileSource{constructor(e){super(e)}get_image_url(e,r,t){return this.string_lookup_replace(this.url,this.extra_url_vars).replace(\"{X}\",e.toString()).replace(\"{Y}\",r.toString()).replace(\"{Z}\",t.toString())}}t.TMSTileSource=l,l.__name__=\"TMSTileSource\"},\n", - " function _(e,t,u,a,r){a(),r(\"CanvasTexture\",e(357).CanvasTexture),r(\"ImageURLTexture\",e(359).ImageURLTexture),r(\"Texture\",e(358).Texture)},\n", - " function _(t,e,n,c,s){var r;c();const o=t(358),a=t(34);class u extends o.Texture{constructor(t){super(t)}get func(){const t=(0,a.use_strict)(this.code);return new Function(\"ctx\",\"color\",\"scale\",\"weight\",t)}get_pattern(t,e,n){const c=document.createElement(\"canvas\");c.width=e,c.height=e;const s=c.getContext(\"2d\");return this.func.call(this,s,t,e,n),c}}n.CanvasTexture=u,r=u,u.__name__=\"CanvasTexture\",r.define((({String:t})=>({code:[t]})))},\n", - " function _(e,t,n,r,o){var i;r();const s=e(53),u=e(20);class c extends s.Model{constructor(e){super(e)}}n.Texture=c,i=c,c.__name__=\"Texture\",i.define((()=>({repetition:[u.TextureRepetition,\"repeat\"]})))},\n", - " function _(e,t,i,r,n){var a;r();const s=e(358),o=e(136);class u extends s.Texture{constructor(e){super(e)}initialize(){super.initialize(),this._loader=new o.ImageLoader(this.url)}get_pattern(e,t,i){const{_loader:r}=this;return this._loader.finished?r.image:r.promise}}i.ImageURLTexture=u,a=u,u.__name__=\"ImageURLTexture\",a.define((({String:e})=>({url:[e]})))},\n", - " function _(o,l,T,e,t){e(),t(\"ActionTool\",o(238).ActionTool),t(\"CustomAction\",o(361).CustomAction),t(\"HelpTool\",o(239).HelpTool),t(\"RedoTool\",o(362).RedoTool),t(\"ResetTool\",o(363).ResetTool),t(\"SaveTool\",o(364).SaveTool),t(\"UndoTool\",o(365).UndoTool),t(\"ZoomInTool\",o(366).ZoomInTool),t(\"ZoomOutTool\",o(369).ZoomOutTool),t(\"ButtonTool\",o(224).ButtonTool),t(\"EditTool\",o(370).EditTool),t(\"BoxEditTool\",o(371).BoxEditTool),t(\"FreehandDrawTool\",o(372).FreehandDrawTool),t(\"PointDrawTool\",o(373).PointDrawTool),t(\"PolyDrawTool\",o(374).PolyDrawTool),t(\"PolyTool\",o(375).PolyTool),t(\"PolyEditTool\",o(376).PolyEditTool),t(\"BoxSelectTool\",o(377).BoxSelectTool),t(\"BoxZoomTool\",o(379).BoxZoomTool),t(\"GestureTool\",o(223).GestureTool),t(\"LassoSelectTool\",o(380).LassoSelectTool),t(\"LineEditTool\",o(382).LineEditTool),t(\"PanTool\",o(384).PanTool),t(\"PolySelectTool\",o(381).PolySelectTool),t(\"RangeTool\",o(385).RangeTool),t(\"SelectTool\",o(378).SelectTool),t(\"TapTool\",o(386).TapTool),t(\"WheelPanTool\",o(387).WheelPanTool),t(\"WheelZoomTool\",o(388).WheelZoomTool),t(\"CrosshairTool\",o(389).CrosshairTool),t(\"CustomJSHover\",o(390).CustomJSHover),t(\"HoverTool\",o(391).HoverTool),t(\"InspectTool\",o(232).InspectTool),t(\"Tool\",o(222).Tool),t(\"ToolProxy\",o(394).ToolProxy),t(\"Toolbar\",o(221).Toolbar),t(\"ToolbarBase\",o(233).ToolbarBase),t(\"ProxyToolbar\",o(395).ProxyToolbar),t(\"ToolbarBox\",o(395).ToolbarBox)},\n", - " function _(t,o,e,s,n){var c;s();const i=t(238);class u extends i.ActionToolButtonView{css_classes(){return super.css_classes().concat(\"bk-toolbar-button-custom-action\")}}e.CustomActionButtonView=u,u.__name__=\"CustomActionButtonView\";class l extends i.ActionToolView{doit(){var t;null===(t=this.model.callback)||void 0===t||t.execute(this.model)}}e.CustomActionView=l,l.__name__=\"CustomActionView\";class a extends i.ActionTool{constructor(t){super(t),this.tool_name=\"Custom Action\",this.button_view=u}}e.CustomAction=a,c=a,a.__name__=\"CustomAction\",c.prototype.default_view=l,c.define((({Any:t,String:o,Nullable:e})=>({callback:[e(t)],icon:[o]}))),c.override({description:\"Perform a Custom Action\"})},\n", - " function _(e,o,t,i,s){var n;i();const l=e(238),_=e(228);class d extends l.ActionToolView{connect_signals(){super.connect_signals(),this.connect(this.plot_view.state.changed,(()=>this.model.disabled=!this.plot_view.state.can_redo))}doit(){const e=this.plot_view.state.redo();null!=(null==e?void 0:e.range)&&this.plot_view.trigger_ranges_update_event()}}t.RedoToolView=d,d.__name__=\"RedoToolView\";class a extends l.ActionTool{constructor(e){super(e),this.tool_name=\"Redo\",this.icon=_.tool_icon_redo}}t.RedoTool=a,n=a,a.__name__=\"RedoTool\",n.prototype.default_view=d,n.override({disabled:!0}),n.register_alias(\"redo\",(()=>new a))},\n", - " function _(e,o,t,s,i){var _;s();const n=e(238),l=e(228);class c extends n.ActionToolView{doit(){this.plot_view.reset()}}t.ResetToolView=c,c.__name__=\"ResetToolView\";class r extends n.ActionTool{constructor(e){super(e),this.tool_name=\"Reset\",this.icon=l.tool_icon_reset}}t.ResetTool=r,_=r,r.__name__=\"ResetTool\",_.prototype.default_view=c,_.register_alias(\"reset\",(()=>new r))},\n", - " function _(e,o,t,a,i){var s;a();const c=e(238),n=e(228);class l extends c.ActionToolView{async copy(){const e=await this.plot_view.to_blob(),o=new ClipboardItem({[e.type]:Promise.resolve(e)});await navigator.clipboard.write([o])}async save(e){const o=await this.plot_view.to_blob(),t=document.createElement(\"a\");t.href=URL.createObjectURL(o),t.download=e,t.target=\"_blank\",t.dispatchEvent(new MouseEvent(\"click\"))}doit(e=\"save\"){switch(e){case\"save\":this.save(\"bokeh_plot\");break;case\"copy\":this.copy()}}}t.SaveToolView=l,l.__name__=\"SaveToolView\";class r extends c.ActionTool{constructor(e){super(e),this.tool_name=\"Save\",this.icon=n.tool_icon_save}get menu(){return[{icon:\"bk-tool-icon-copy-to-clipboard\",tooltip:\"Copy image to clipboard\",if:()=>\"undefined\"!=typeof ClipboardItem,handler:()=>{this.do.emit(\"copy\")}}]}}t.SaveTool=r,s=r,r.__name__=\"SaveTool\",s.prototype.default_view=l,s.register_alias(\"save\",(()=>new r))},\n", - " function _(o,e,t,n,i){var s;n();const l=o(238),_=o(228);class d extends l.ActionToolView{connect_signals(){super.connect_signals(),this.connect(this.plot_view.state.changed,(()=>this.model.disabled=!this.plot_view.state.can_undo))}doit(){const o=this.plot_view.state.undo();null!=(null==o?void 0:o.range)&&this.plot_view.trigger_ranges_update_event()}}t.UndoToolView=d,d.__name__=\"UndoToolView\";class a extends l.ActionTool{constructor(o){super(o),this.tool_name=\"Undo\",this.icon=_.tool_icon_undo}}t.UndoTool=a,s=a,a.__name__=\"UndoTool\",s.prototype.default_view=d,s.override({disabled:!0}),s.register_alias(\"undo\",(()=>new a))},\n", - " function _(o,n,e,i,s){var t;i();const _=o(367),m=o(228);class a extends _.ZoomBaseToolView{}e.ZoomInToolView=a,a.__name__=\"ZoomInToolView\";class l extends _.ZoomBaseTool{constructor(o){super(o),this.sign=1,this.tool_name=\"Zoom In\",this.icon=m.tool_icon_zoom_in}}e.ZoomInTool=l,t=l,l.__name__=\"ZoomInTool\",t.prototype.default_view=a,t.register_alias(\"zoom_in\",(()=>new l({dimensions:\"both\"}))),t.register_alias(\"xzoom_in\",(()=>new l({dimensions:\"width\"}))),t.register_alias(\"yzoom_in\",(()=>new l({dimensions:\"height\"})))},\n", - " function _(o,t,e,i,s){var n;i();const a=o(238),_=o(20),l=o(368);class m extends a.ActionToolView{doit(){var o;const t=this.plot_view.frame,e=this.model.dimensions,i=\"width\"==e||\"both\"==e,s=\"height\"==e||\"both\"==e,n=(0,l.scale_range)(t,this.model.sign*this.model.factor,i,s);this.plot_view.state.push(\"zoom_out\",{range:n}),this.plot_view.update_range(n,{scrolling:!0,maintain_focus:this.model.maintain_focus}),null===(o=this.model.document)||void 0===o||o.interactive_start(this.plot_model),this.plot_view.trigger_ranges_update_event()}}e.ZoomBaseToolView=m,m.__name__=\"ZoomBaseToolView\";class h extends a.ActionTool{constructor(o){super(o),this.maintain_focus=!0}get tooltip(){return this._get_dim_tooltip(this.dimensions)}}e.ZoomBaseTool=h,n=h,h.__name__=\"ZoomBaseTool\",n.define((({Percent:o})=>({factor:[o,.1],dimensions:[_.Dimensions,\"both\"]})))},\n", - " function _(n,t,o,r,s){r();const c=n(10);function e(n,t,o){const[r,s]=[n.start,n.end],c=null!=o?o:(s+r)/2;return[r-(r-c)*t,s-(s-c)*t]}function a(n,[t,o]){const r=new Map;for(const[s,c]of n){const[n,e]=c.r_invert(t,o);r.set(s,{start:n,end:e})}return r}o.scale_highlow=e,o.get_info=a,o.scale_range=function(n,t,o=!0,r=!0,s){t=(0,c.clamp)(t,-.9,.9);const l=o?t:0,[u,i]=e(n.bbox.h_range,l,null!=s?s.x:void 0),_=a(n.x_scales,[u,i]),f=r?t:0,[g,x]=e(n.bbox.v_range,f,null!=s?s.y:void 0);return{xrs:_,yrs:a(n.y_scales,[g,x]),factor:t}}},\n", - " function _(o,e,t,i,s){var n;i();const _=o(367),a=o(228);class m extends _.ZoomBaseToolView{}t.ZoomOutToolView=m,m.__name__=\"ZoomOutToolView\";class l extends _.ZoomBaseTool{constructor(o){super(o),this.sign=-1,this.tool_name=\"Zoom Out\",this.icon=a.tool_icon_zoom_out}}t.ZoomOutTool=l,n=l,l.__name__=\"ZoomOutTool\",n.prototype.default_view=m,n.define((({Boolean:o})=>({maintain_focus:[o,!0]}))),n.register_alias(\"zoom_out\",(()=>new l({dimensions:\"both\"}))),n.register_alias(\"xzoom_out\",(()=>new l({dimensions:\"width\"}))),n.register_alias(\"yzoom_out\",(()=>new l({dimensions:\"height\"})))},\n", - " function _(e,t,s,o,n){var r;o();const i=e(9),c=e(8),a=e(11),_=e(175),l=e(223);class d extends l.GestureToolView{constructor(){super(...arguments),this._mouse_in_frame=!0}_select_mode(e){const{shiftKey:t,ctrlKey:s}=e;return t||s?t&&!s?\"append\":!t&&s?\"intersect\":t&&s?\"subtract\":void(0,a.unreachable)():\"replace\"}_move_enter(e){this._mouse_in_frame=!0}_move_exit(e){this._mouse_in_frame=!1}_map_drag(e,t,s){if(!this.plot_view.frame.bbox.contains(e,t))return null;const o=this.plot_view.renderer_view(s);if(null==o)return null;return[o.coordinates.x_scale.invert(e),o.coordinates.y_scale.invert(t)]}_delete_selected(e){const t=e.data_source,s=t.selected.indices;s.sort();for(const e of t.columns()){const o=t.get_array(e);for(let e=0;e({custom_icon:[n(t),null],empty_value:[e],renderers:[s(o(_.GlyphRenderer)),[]]})))},\n", - " function _(e,t,s,i,_){var o;i();const n=e(43),a=e(20),d=e(370),l=e(228);class r extends d.EditToolView{_tap(e){null==this._draw_basepoint&&null==this._basepoint&&this._select_event(e,this._select_mode(e),this.model.renderers)}_keyup(e){if(this.model.active&&this._mouse_in_frame)for(const t of this.model.renderers)if(e.keyCode===n.Keys.Backspace)this._delete_selected(t);else if(e.keyCode==n.Keys.Esc){t.data_source.selection_manager.clear()}}_set_extent([e,t],[s,i],_,o=!1){const n=this.model.renderers[0],a=this.plot_view.renderer_view(n);if(null==a)return;const d=n.glyph,l=n.data_source,[r,h]=a.coordinates.x_scale.r_invert(e,t),[p,u]=a.coordinates.y_scale.r_invert(s,i),[c,m]=[(r+h)/2,(p+u)/2],[f,b]=[h-r,u-p],[y,x]=[d.x.field,d.y.field],[w,v]=[d.width.field,d.height.field];if(_)this._pop_glyphs(l,this.model.num_objects),y&&l.get_array(y).push(c),x&&l.get_array(x).push(m),w&&l.get_array(w).push(f),v&&l.get_array(v).push(b),this._pad_empty_columns(l,[y,x,w,v]);else{const e=l.data[y].length-1;y&&(l.data[y][e]=c),x&&(l.data[x][e]=m),w&&(l.data[w][e]=f),v&&(l.data[v][e]=b)}this._emit_cds_changes(l,!0,!1,o)}_update_box(e,t=!1,s=!1){if(null==this._draw_basepoint)return;const i=[e.sx,e.sy],_=this.plot_view.frame,o=this.model.dimensions,n=this.model._get_dim_limits(this._draw_basepoint,i,_,o);if(null!=n){const[e,i]=n;this._set_extent(e,i,t,s)}}_doubletap(e){this.model.active&&(null!=this._draw_basepoint?(this._update_box(e,!1,!0),this._draw_basepoint=null):(this._draw_basepoint=[e.sx,e.sy],this._select_event(e,\"append\",this.model.renderers),this._update_box(e,!0,!1)))}_move(e){this._update_box(e,!1,!1)}_pan_start(e){if(e.shiftKey){if(null!=this._draw_basepoint)return;this._draw_basepoint=[e.sx,e.sy],this._update_box(e,!0,!1)}else{if(null!=this._basepoint)return;this._select_event(e,\"append\",this.model.renderers),this._basepoint=[e.sx,e.sy]}}_pan(e,t=!1,s=!1){if(e.shiftKey){if(null==this._draw_basepoint)return;this._update_box(e,t,s)}else{if(null==this._basepoint)return;this._drag_points(e,this.model.renderers)}}_pan_end(e){if(this._pan(e,!1,!0),e.shiftKey)this._draw_basepoint=null;else{this._basepoint=null;for(const e of this.model.renderers)this._emit_cds_changes(e.data_source,!1,!0,!0)}}}s.BoxEditToolView=r,r.__name__=\"BoxEditToolView\";class h extends d.EditTool{constructor(e){super(e),this.tool_name=\"Box Edit Tool\",this.icon=l.tool_icon_box_edit,this.event_type=[\"tap\",\"pan\",\"move\"],this.default_order=1}}s.BoxEditTool=h,o=h,h.__name__=\"BoxEditTool\",o.prototype.default_view=r,o.define((({Int:e})=>({dimensions:[a.Dimensions,\"both\"],num_objects:[e,0]})))},\n", - " function _(e,t,a,s,r){var _;s();const d=e(43),o=e(8),n=e(370),i=e(228);class l extends n.EditToolView{_draw(e,t,a=!1){if(!this.model.active)return;const s=this.model.renderers[0],r=this._map_drag(e.sx,e.sy,s);if(null==r)return;const[_,d]=r,n=s.data_source,i=s.glyph,[l,h]=[i.xs.field,i.ys.field];if(\"new\"==t)this._pop_glyphs(n,this.model.num_objects),l&&n.get_array(l).push([_]),h&&n.get_array(h).push([d]),this._pad_empty_columns(n,[l,h]);else if(\"add\"==t){if(l){const e=n.data[l].length-1;let t=n.get_array(l)[e];(0,o.isArray)(t)||(t=Array.from(t),n.data[l][e]=t),t.push(_)}if(h){const e=n.data[h].length-1;let t=n.get_array(h)[e];(0,o.isArray)(t)||(t=Array.from(t),n.data[h][e]=t),t.push(d)}}this._emit_cds_changes(n,!0,!0,a)}_pan_start(e){this._draw(e,\"new\")}_pan(e){this._draw(e,\"add\")}_pan_end(e){this._draw(e,\"add\",!0)}_tap(e){this._select_event(e,this._select_mode(e),this.model.renderers)}_keyup(e){if(this.model.active&&this._mouse_in_frame)for(const t of this.model.renderers)e.keyCode===d.Keys.Esc?t.data_source.selection_manager.clear():e.keyCode===d.Keys.Backspace&&this._delete_selected(t)}}a.FreehandDrawToolView=l,l.__name__=\"FreehandDrawToolView\";class h extends n.EditTool{constructor(e){super(e),this.tool_name=\"Freehand Draw Tool\",this.icon=i.tool_icon_freehand_draw,this.event_type=[\"pan\",\"tap\"],this.default_order=3}}a.FreehandDrawTool=h,_=h,h.__name__=\"FreehandDrawTool\",_.prototype.default_view=l,_.define((({Int:e})=>({num_objects:[e,0]}))),_.register_alias(\"freehand_draw\",(()=>new h))},\n", - " function _(e,t,s,o,a){var i;o();const n=e(43),_=e(370),r=e(228);class d extends _.EditToolView{_tap(e){if(this._select_event(e,this._select_mode(e),this.model.renderers).length||!this.model.add)return;const t=this.model.renderers[0],s=this._map_drag(e.sx,e.sy,t);if(null==s)return;const o=t.glyph,a=t.data_source,[i,n]=[o.x.field,o.y.field],[_,r]=s;this._pop_glyphs(a,this.model.num_objects),i&&a.get_array(i).push(_),n&&a.get_array(n).push(r),this._pad_empty_columns(a,[i,n]),a.change.emit(),a.data=a.data,a.properties.data.change.emit()}_keyup(e){if(this.model.active&&this._mouse_in_frame)for(const t of this.model.renderers)e.keyCode===n.Keys.Backspace?this._delete_selected(t):e.keyCode==n.Keys.Esc&&t.data_source.selection_manager.clear()}_pan_start(e){this.model.drag&&(this._select_event(e,\"append\",this.model.renderers),this._basepoint=[e.sx,e.sy])}_pan(e){this.model.drag&&null!=this._basepoint&&this._drag_points(e,this.model.renderers)}_pan_end(e){if(this.model.drag){this._pan(e);for(const e of this.model.renderers)this._emit_cds_changes(e.data_source,!1,!0,!0);this._basepoint=null}}}s.PointDrawToolView=d,d.__name__=\"PointDrawToolView\";class l extends _.EditTool{constructor(e){super(e),this.tool_name=\"Point Draw Tool\",this.icon=r.tool_icon_point_draw,this.event_type=[\"tap\",\"pan\",\"move\"],this.default_order=2}}s.PointDrawTool=l,i=l,l.__name__=\"PointDrawTool\",i.prototype.default_view=d,i.define((({Boolean:e,Int:t})=>({add:[e,!0],drag:[e,!0],num_objects:[t,0]})))},\n", - " function _(e,t,s,i,a){var r;i();const o=e(43),n=e(8),d=e(375),_=e(228);class h extends d.PolyToolView{constructor(){super(...arguments),this._drawing=!1,this._initialized=!1}_tap(e){this._drawing?this._draw(e,\"add\",!0):this._select_event(e,this._select_mode(e),this.model.renderers)}_draw(e,t,s=!1){const i=this.model.renderers[0],a=this._map_drag(e.sx,e.sy,i);if(this._initialized||this.activate(),null==a)return;const[r,o]=this._snap_to_vertex(e,...a),d=i.data_source,_=i.glyph,[h,l]=[_.xs.field,_.ys.field];if(\"new\"==t)this._pop_glyphs(d,this.model.num_objects),h&&d.get_array(h).push([r,r]),l&&d.get_array(l).push([o,o]),this._pad_empty_columns(d,[h,l]);else if(\"edit\"==t){if(h){const e=d.data[h][d.data[h].length-1];e[e.length-1]=r}if(l){const e=d.data[l][d.data[l].length-1];e[e.length-1]=o}}else if(\"add\"==t){if(h){const e=d.data[h].length-1;let t=d.get_array(h)[e];const s=t[t.length-1];t[t.length-1]=r,(0,n.isArray)(t)||(t=Array.from(t),d.data[h][e]=t),t.push(s)}if(l){const e=d.data[l].length-1;let t=d.get_array(l)[e];const s=t[t.length-1];t[t.length-1]=o,(0,n.isArray)(t)||(t=Array.from(t),d.data[l][e]=t),t.push(s)}}this._emit_cds_changes(d,!0,!1,s)}_show_vertices(){if(!this.model.active)return;const e=[],t=[];for(let s=0;sthis._show_vertices()))}this._initialized=!0}}deactivate(){this._drawing&&(this._remove(),this._drawing=!1),this.model.vertex_renderer&&this._hide_vertices()}}s.PolyDrawToolView=h,h.__name__=\"PolyDrawToolView\";class l extends d.PolyTool{constructor(e){super(e),this.tool_name=\"Polygon Draw Tool\",this.icon=_.tool_icon_poly_draw,this.event_type=[\"pan\",\"tap\",\"move\"],this.default_order=3}}s.PolyDrawTool=l,r=l,l.__name__=\"PolyDrawTool\",r.prototype.default_view=h,r.define((({Boolean:e,Int:t})=>({drag:[e,!0],num_objects:[t,0]})))},\n", - " function _(e,r,t,s,o){var _;s();const d=e(8),i=e(370);class l extends i.EditToolView{_set_vertices(e,r){const t=this.model.vertex_renderer.glyph,s=this.model.vertex_renderer.data_source,[o,_]=[t.x.field,t.y.field];o&&((0,d.isArray)(e)?s.data[o]=e:t.x={value:e}),_&&((0,d.isArray)(r)?s.data[_]=r:t.y={value:r}),this._emit_cds_changes(s,!0,!0,!1)}_hide_vertices(){this._set_vertices([],[])}_snap_to_vertex(e,r,t){if(this.model.vertex_renderer){const s=this._select_event(e,\"replace\",[this.model.vertex_renderer]),o=this.model.vertex_renderer.data_source,_=this.model.vertex_renderer.glyph,[d,i]=[_.x.field,_.y.field];if(s.length){const e=o.selected.indices[0];d&&(r=o.data[d][e]),i&&(t=o.data[i][e]),o.selection_manager.clear()}}return[r,t]}}t.PolyToolView=l,l.__name__=\"PolyToolView\";class n extends i.EditTool{constructor(e){super(e)}}t.PolyTool=n,_=n,n.__name__=\"PolyTool\",_.define((({AnyRef:e})=>({vertex_renderer:[e()]})))},\n", - " function _(e,t,s,r,i){var _;r();const d=e(43),n=e(8),l=e(375),a=e(228);class c extends l.PolyToolView{constructor(){super(...arguments),this._drawing=!1,this._cur_index=null}_doubletap(e){if(!this.model.active)return;const t=this._map_drag(e.sx,e.sy,this.model.vertex_renderer);if(null==t)return;const[s,r]=t,i=this._select_event(e,\"replace\",[this.model.vertex_renderer]),_=this.model.vertex_renderer.data_source,d=this.model.vertex_renderer.glyph,[n,l]=[d.x.field,d.y.field];if(i.length&&null!=this._selected_renderer){const e=_.selected.indices[0];this._drawing?(this._drawing=!1,_.selection_manager.clear()):(_.selected.indices=[e+1],n&&_.get_array(n).splice(e+1,0,s),l&&_.get_array(l).splice(e+1,0,r),this._drawing=!0),_.change.emit(),this._emit_cds_changes(this._selected_renderer.data_source)}else this._show_vertices(e)}_show_vertices(e){if(!this.model.active)return;const t=this.model.renderers[0],s=()=>this._update_vertices(t),r=null==t?void 0:t.data_source,i=this._select_event(e,\"replace\",this.model.renderers);if(!i.length)return this._set_vertices([],[]),this._selected_renderer=null,this._drawing=!1,this._cur_index=null,void(null!=r&&r.disconnect(r.properties.data.change,s));null!=r&&r.connect(r.properties.data.change,s),this._cur_index=i[0].data_source.selected.indices[0],this._update_vertices(i[0])}_update_vertices(e){const t=e.glyph,s=e.data_source,r=this._cur_index,[i,_]=[t.xs.field,t.ys.field];if(this._drawing)return;if(null==r&&(i||_))return;let d,l;i&&null!=r?(d=s.data[i][r],(0,n.isArray)(d)||(s.data[i][r]=d=Array.from(d))):d=t.xs.value,_&&null!=r?(l=s.data[_][r],(0,n.isArray)(l)||(s.data[_][r]=l=Array.from(l))):l=t.ys.value,this._selected_renderer=e,this._set_vertices(d,l)}_move(e){if(this._drawing&&null!=this._selected_renderer){const t=this.model.vertex_renderer,s=t.data_source,r=t.glyph,i=this._map_drag(e.sx,e.sy,t);if(null==i)return;let[_,d]=i;const n=s.selected.indices;[_,d]=this._snap_to_vertex(e,_,d),s.selected.indices=n;const[l,a]=[r.x.field,r.y.field],c=n[0];l&&(s.data[l][c]=_),a&&(s.data[a][c]=d),s.change.emit(),this._selected_renderer.data_source.change.emit()}}_tap(e){const t=this.model.vertex_renderer,s=this._map_drag(e.sx,e.sy,t);if(null==s)return;if(this._drawing&&this._selected_renderer){let[r,i]=s;const _=t.data_source,d=t.glyph,[n,l]=[d.x.field,d.y.field],a=_.selected.indices;[r,i]=this._snap_to_vertex(e,r,i);const c=a[0];if(_.selected.indices=[c+1],n){const e=_.get_array(n),t=e[c];e[c]=r,e.splice(c+1,0,t)}if(l){const e=_.get_array(l),t=e[c];e[c]=i,e.splice(c+1,0,t)}return _.change.emit(),void this._emit_cds_changes(this._selected_renderer.data_source,!0,!1,!0)}const r=this._select_mode(e);this._select_event(e,r,[t]),this._select_event(e,r,this.model.renderers)}_remove_vertex(){if(!this._drawing||!this._selected_renderer)return;const e=this.model.vertex_renderer,t=e.data_source,s=e.glyph,r=t.selected.indices[0],[i,_]=[s.x.field,s.y.field];i&&t.get_array(i).splice(r,1),_&&t.get_array(_).splice(r,1),t.change.emit(),this._emit_cds_changes(this._selected_renderer.data_source)}_pan_start(e){this._select_event(e,\"append\",[this.model.vertex_renderer]),this._basepoint=[e.sx,e.sy]}_pan(e){null!=this._basepoint&&(this._drag_points(e,[this.model.vertex_renderer]),this._selected_renderer&&this._selected_renderer.data_source.change.emit())}_pan_end(e){null!=this._basepoint&&(this._drag_points(e,[this.model.vertex_renderer]),this._emit_cds_changes(this.model.vertex_renderer.data_source,!1,!0,!0),this._selected_renderer&&this._emit_cds_changes(this._selected_renderer.data_source),this._basepoint=null)}_keyup(e){if(!this.model.active||!this._mouse_in_frame)return;let t;t=this._selected_renderer?[this.model.vertex_renderer]:this.model.renderers;for(const s of t)e.keyCode===d.Keys.Backspace?(this._delete_selected(s),this._selected_renderer&&this._emit_cds_changes(this._selected_renderer.data_source)):e.keyCode==d.Keys.Esc&&(this._drawing?(this._remove_vertex(),this._drawing=!1):this._selected_renderer&&this._hide_vertices(),s.data_source.selection_manager.clear())}deactivate(){this._selected_renderer&&(this._drawing&&(this._remove_vertex(),this._drawing=!1),this._hide_vertices())}}s.PolyEditToolView=c,c.__name__=\"PolyEditToolView\";class o extends l.PolyTool{constructor(e){super(e),this.tool_name=\"Poly Edit Tool\",this.icon=a.tool_icon_poly_edit,this.event_type=[\"tap\",\"pan\",\"move\"],this.default_order=4}}s.PolyEditTool=o,_=o,o.__name__=\"PolyEditTool\",_.prototype.default_view=c},\n", - " function _(e,t,o,s,i){var l;s();const n=e(378),_=e(116),c=e(20),r=e(228);class a extends n.SelectToolView{_compute_limits(e){const t=this.plot_view.frame,o=this.model.dimensions;let s=this._base_point;if(\"center\"==this.model.origin){const[t,o]=s,[i,l]=e;s=[t-(i-t),o-(l-o)]}return this.model._get_dim_limits(s,e,t,o)}_pan_start(e){const{sx:t,sy:o}=e;this._base_point=[t,o]}_pan(e){const{sx:t,sy:o}=e,s=[t,o],[i,l]=this._compute_limits(s);this.model.overlay.update({left:i[0],right:i[1],top:l[0],bottom:l[1]}),this.model.select_every_mousemove&&this._do_select(i,l,!1,this._select_mode(e))}_pan_end(e){const{sx:t,sy:o}=e,s=[t,o],[i,l]=this._compute_limits(s);this._do_select(i,l,!0,this._select_mode(e)),this.model.overlay.update({left:null,right:null,top:null,bottom:null}),this._base_point=null,this.plot_view.state.push(\"box_select\",{selection:this.plot_view.get_selection()})}_do_select([e,t],[o,s],i,l=\"replace\"){const n={type:\"rect\",sx0:e,sx1:t,sy0:o,sy1:s};this._select(n,i,l)}}o.BoxSelectToolView=a,a.__name__=\"BoxSelectToolView\";const h=()=>new _.BoxAnnotation({level:\"overlay\",top_units:\"screen\",left_units:\"screen\",bottom_units:\"screen\",right_units:\"screen\",fill_color:\"lightgrey\",fill_alpha:.5,line_color:\"black\",line_alpha:1,line_width:2,line_dash:[4,4]});class m extends n.SelectTool{constructor(e){super(e),this.tool_name=\"Box Select\",this.icon=r.tool_icon_box_select,this.event_type=\"pan\",this.default_order=30}get tooltip(){return this._get_dim_tooltip(this.dimensions)}}o.BoxSelectTool=m,l=m,m.__name__=\"BoxSelectTool\",l.prototype.default_view=a,l.define((({Boolean:e,Ref:t})=>({dimensions:[c.Dimensions,\"both\"],select_every_mousemove:[e,!1],overlay:[t(_.BoxAnnotation),h],origin:[c.BoxOrigin,\"corner\"]}))),l.register_alias(\"box_select\",(()=>new m)),l.register_alias(\"xbox_select\",(()=>new m({dimensions:\"width\"}))),l.register_alias(\"ybox_select\",(()=>new m({dimensions:\"height\"})))},\n", - " function _(e,t,s,n,r){var o;n();const c=e(223),i=e(175),a=e(339),l=e(176),d=e(66),_=e(20),h=e(43),p=e(251),u=e(15),m=e(11);class v extends c.GestureToolView{connect_signals(){super.connect_signals(),this.model.clear.connect((()=>this._clear()))}get computed_renderers(){const{renderers:e,names:t}=this.model,s=this.plot_model.data_renderers;return(0,d.compute_renderers)(e,s,t)}_computed_renderers_by_data_source(){var e;const t=new Map;for(const s of this.computed_renderers){let n;if(s instanceof i.GlyphRenderer)n=s.data_source;else{if(!(s instanceof a.GraphRenderer))continue;n=s.node_renderer.data_source}const r=null!==(e=t.get(n))&&void 0!==e?e:[];t.set(n,[...r,s])}return t}_select_mode(e){const{shiftKey:t,ctrlKey:s}=e;return t||s?t&&!s?\"append\":!t&&s?\"intersect\":t&&s?\"subtract\":void(0,m.unreachable)():this.model.mode}_keyup(e){e.keyCode==h.Keys.Esc&&this._clear()}_clear(){for(const e of this.computed_renderers)e.get_selection_manager().clear();const e=this.computed_renderers.map((e=>this.plot_view.renderer_view(e)));this.plot_view.request_paint(e)}_select(e,t,s){const n=this._computed_renderers_by_data_source();for(const[,r]of n){const n=r[0].get_selection_manager(),o=[];for(const e of r){const t=this.plot_view.renderer_view(e);null!=t&&o.push(t)}n.select(o,e,t,s)}null!=this.model.callback&&this._emit_callback(e),this._emit_selection_event(e,t)}_emit_selection_event(e,t=!0){const{x_scale:s,y_scale:n}=this.plot_view.frame;let r;switch(e.type){case\"point\":{const{sx:t,sy:o}=e,c=s.invert(t),i=n.invert(o);r=Object.assign(Object.assign({},e),{x:c,y:i});break}case\"span\":{const{sx:t,sy:o}=e,c=s.invert(t),i=n.invert(o);r=Object.assign(Object.assign({},e),{x:c,y:i});break}case\"rect\":{const{sx0:t,sx1:o,sy0:c,sy1:i}=e,[a,l]=s.r_invert(t,o),[d,_]=n.r_invert(c,i);r=Object.assign(Object.assign({},e),{x0:a,y0:d,x1:l,y1:_});break}case\"poly\":{const{sx:t,sy:o}=e,c=s.v_invert(t),i=n.v_invert(o);r=Object.assign(Object.assign({},e),{x:c,y:i});break}}this.plot_model.trigger_event(new p.SelectionGeometry(r,t))}}s.SelectToolView=v,v.__name__=\"SelectToolView\";class b extends c.GestureTool{constructor(e){super(e)}initialize(){super.initialize(),this.clear=new u.Signal0(this,\"clear\")}get menu(){return[{icon:\"bk-tool-icon-replace-mode\",tooltip:\"Replace the current selection\",active:()=>\"replace\"==this.mode,handler:()=>{this.mode=\"replace\",this.active=!0}},{icon:\"bk-tool-icon-append-mode\",tooltip:\"Append to the current selection (Shift)\",active:()=>\"append\"==this.mode,handler:()=>{this.mode=\"append\",this.active=!0}},{icon:\"bk-tool-icon-intersect-mode\",tooltip:\"Intersect with the current selection (Ctrl)\",active:()=>\"intersect\"==this.mode,handler:()=>{this.mode=\"intersect\",this.active=!0}},{icon:\"bk-tool-icon-subtract-mode\",tooltip:\"Subtract from the current selection (Shift+Ctrl)\",active:()=>\"subtract\"==this.mode,handler:()=>{this.mode=\"subtract\",this.active=!0}},null,{icon:\"bk-tool-icon-clear-selection\",tooltip:\"Clear the current selection (Esc)\",handler:()=>{this.clear.emit()}}]}}s.SelectTool=b,o=b,b.__name__=\"SelectTool\",o.define((({String:e,Array:t,Ref:s,Or:n,Auto:r})=>({renderers:[n(t(s(l.DataRenderer)),r),\"auto\"],names:[t(e),[]],mode:[_.SelectionMode,\"replace\"]})))},\n", - " function _(t,o,e,s,i){var n;s();const _=t(223),a=t(116),l=t(20),r=t(228);class h extends _.GestureToolView{_match_aspect(t,o,e){const s=e.bbox.aspect,i=e.bbox.h_range.end,n=e.bbox.h_range.start,_=e.bbox.v_range.end,a=e.bbox.v_range.start;let l=Math.abs(t[0]-o[0]),r=Math.abs(t[1]-o[1]);const h=0==r?0:l/r,[c]=h>=s?[1,h/s]:[s/h,1];let m,p,d,b;return t[0]<=o[0]?(m=t[0],p=t[0]+l*c,p>i&&(p=i)):(p=t[0],m=t[0]-l*c,m_&&(d=_)):(d=t[1],b=t[1]-l/s,bnew a.BoxAnnotation({level:\"overlay\",top_units:\"screen\",left_units:\"screen\",bottom_units:\"screen\",right_units:\"screen\",fill_color:\"lightgrey\",fill_alpha:.5,line_color:\"black\",line_alpha:1,line_width:2,line_dash:[4,4]});class m extends _.GestureTool{constructor(t){super(t),this.tool_name=\"Box Zoom\",this.icon=r.tool_icon_box_zoom,this.event_type=\"pan\",this.default_order=20}get tooltip(){return this._get_dim_tooltip(this.dimensions)}}e.BoxZoomTool=m,n=m,m.__name__=\"BoxZoomTool\",n.prototype.default_view=h,n.define((({Boolean:t,Ref:o})=>({dimensions:[l.Dimensions,\"both\"],overlay:[o(a.BoxAnnotation),c],match_aspect:[t,!1],origin:[l.BoxOrigin,\"corner\"]}))),n.register_alias(\"box_zoom\",(()=>new m({dimensions:\"both\"}))),n.register_alias(\"xbox_zoom\",(()=>new m({dimensions:\"width\"}))),n.register_alias(\"ybox_zoom\",(()=>new m({dimensions:\"height\"})))},\n", - " function _(s,e,t,o,_){var l;o();const i=s(378),a=s(217),c=s(381),n=s(43),h=s(228);class r extends i.SelectToolView{constructor(){super(...arguments),this.sxs=[],this.sys=[]}connect_signals(){super.connect_signals(),this.connect(this.model.properties.active.change,(()=>this._active_change()))}_active_change(){this.model.active||this._clear_overlay()}_keyup(s){s.keyCode==n.Keys.Enter&&this._clear_overlay()}_pan_start(s){this.sxs=[],this.sys=[];const{sx:e,sy:t}=s;this._append_overlay(e,t)}_pan(s){const[e,t]=this.plot_view.frame.bbox.clip(s.sx,s.sy);this._append_overlay(e,t),this.model.select_every_mousemove&&this._do_select(this.sxs,this.sys,!1,this._select_mode(s))}_pan_end(s){const{sxs:e,sys:t}=this;this._clear_overlay(),this._do_select(e,t,!0,this._select_mode(s)),this.plot_view.state.push(\"lasso_select\",{selection:this.plot_view.get_selection()})}_append_overlay(s,e){const{sxs:t,sys:o}=this;t.push(s),o.push(e),this.model.overlay.update({xs:t,ys:o})}_clear_overlay(){this.sxs=[],this.sys=[],this.model.overlay.update({xs:this.sxs,ys:this.sys})}_do_select(s,e,t,o){const _={type:\"poly\",sx:s,sy:e};this._select(_,t,o)}}t.LassoSelectToolView=r,r.__name__=\"LassoSelectToolView\";class y extends i.SelectTool{constructor(s){super(s),this.tool_name=\"Lasso Select\",this.icon=h.tool_icon_lasso_select,this.event_type=\"pan\",this.default_order=12}}t.LassoSelectTool=y,l=y,y.__name__=\"LassoSelectTool\",l.prototype.default_view=r,l.define((({Boolean:s,Ref:e})=>({select_every_mousemove:[s,!0],overlay:[e(a.PolyAnnotation),c.DEFAULT_POLY_OVERLAY]}))),l.register_alias(\"lasso_select\",(()=>new y))},\n", - " function _(e,t,s,l,o){var i;l();const a=e(378),_=e(217),c=e(43),n=e(9),h=e(228);class y extends a.SelectToolView{initialize(){super.initialize(),this.data={sx:[],sy:[]}}connect_signals(){super.connect_signals(),this.connect(this.model.properties.active.change,(()=>this._active_change()))}_active_change(){this.model.active||this._clear_data()}_keyup(e){e.keyCode==c.Keys.Enter&&this._clear_data()}_doubletap(e){this._do_select(this.data.sx,this.data.sy,!0,this._select_mode(e)),this.plot_view.state.push(\"poly_select\",{selection:this.plot_view.get_selection()}),this._clear_data()}_clear_data(){this.data={sx:[],sy:[]},this.model.overlay.update({xs:[],ys:[]})}_tap(e){const{sx:t,sy:s}=e;this.plot_view.frame.bbox.contains(t,s)&&(this.data.sx.push(t),this.data.sy.push(s),this.model.overlay.update({xs:(0,n.copy)(this.data.sx),ys:(0,n.copy)(this.data.sy)}))}_do_select(e,t,s,l){const o={type:\"poly\",sx:e,sy:t};this._select(o,s,l)}}s.PolySelectToolView=y,y.__name__=\"PolySelectToolView\";s.DEFAULT_POLY_OVERLAY=()=>new _.PolyAnnotation({level:\"overlay\",xs_units:\"screen\",ys_units:\"screen\",fill_color:\"lightgrey\",fill_alpha:.5,line_color:\"black\",line_alpha:1,line_width:2,line_dash:[4,4]});class d extends a.SelectTool{constructor(e){super(e),this.tool_name=\"Poly Select\",this.icon=h.tool_icon_polygon_select,this.event_type=\"tap\",this.default_order=11}}s.PolySelectTool=d,i=d,d.__name__=\"PolySelectTool\",i.prototype.default_view=y,i.define((({Ref:e})=>({overlay:[e(_.PolyAnnotation),s.DEFAULT_POLY_OVERLAY]}))),i.register_alias(\"poly_select\",(()=>new d))},\n", - " function _(e,t,s,i,r){var n;i();const _=e(20),d=e(383),o=e(228);class l extends d.LineToolView{constructor(){super(...arguments),this._drawing=!1}_doubletap(e){if(!this.model.active)return;const t=this.model.renderers;for(const s of t){1==this._select_event(e,\"replace\",[s]).length&&(this._selected_renderer=s)}this._show_intersections(),this._update_line_cds()}_show_intersections(){if(!this.model.active)return;if(null==this._selected_renderer)return;if(!this.model.renderers.length)return this._set_intersection([],[]),this._selected_renderer=null,void(this._drawing=!1);const e=this._selected_renderer.data_source,t=this._selected_renderer.glyph,[s,i]=[t.x.field,t.y.field],r=e.get_array(s),n=e.get_array(i);this._set_intersection(r,n)}_tap(e){const t=this.model.intersection_renderer;if(null==this._map_drag(e.sx,e.sy,t))return;if(this._drawing&&this._selected_renderer){const s=this._select_mode(e);if(0==this._select_event(e,s,[t]).length)return}const s=this._select_mode(e);this._select_event(e,s,[t]),this._select_event(e,s,this.model.renderers)}_update_line_cds(){if(null==this._selected_renderer)return;const e=this.model.intersection_renderer.glyph,t=this.model.intersection_renderer.data_source,[s,i]=[e.x.field,e.y.field];if(s&&i){const e=t.data[s],r=t.data[i];this._selected_renderer.data_source.data[s]=e,this._selected_renderer.data_source.data[i]=r}this._emit_cds_changes(this._selected_renderer.data_source,!0,!0,!1)}_pan_start(e){this._select_event(e,\"append\",[this.model.intersection_renderer]),this._basepoint=[e.sx,e.sy]}_pan(e){null!=this._basepoint&&(this._drag_points(e,[this.model.intersection_renderer],this.model.dimensions),this._selected_renderer&&this._selected_renderer.data_source.change.emit())}_pan_end(e){null!=this._basepoint&&(this._drag_points(e,[this.model.intersection_renderer]),this._emit_cds_changes(this.model.intersection_renderer.data_source,!1,!0,!0),this._selected_renderer&&this._emit_cds_changes(this._selected_renderer.data_source),this._basepoint=null)}activate(){this._drawing=!0}deactivate(){this._selected_renderer&&(this._drawing&&(this._drawing=!1),this._hide_intersections())}}s.LineEditToolView=l,l.__name__=\"LineEditToolView\";class h extends d.LineTool{constructor(e){super(e),this.tool_name=\"Line Edit Tool\",this.icon=o.tool_icon_line_edit,this.event_type=[\"tap\",\"pan\",\"move\"],this.default_order=4}get tooltip(){return this._get_dim_tooltip(this.dimensions)}}s.LineEditTool=h,n=h,h.__name__=\"LineEditTool\",n.prototype.default_view=l,n.define((()=>({dimensions:[_.Dimensions,\"both\"]})))},\n", - " function _(e,i,n,t,s){var o;t();const r=e(8),_=e(370);class d extends _.EditToolView{_set_intersection(e,i){const n=this.model.intersection_renderer.glyph,t=this.model.intersection_renderer.data_source,[s,o]=[n.x.field,n.y.field];s&&((0,r.isArray)(e)?t.data[s]=e:n.x={value:e}),o&&((0,r.isArray)(i)?t.data[o]=i:n.y={value:i}),this._emit_cds_changes(t,!0,!0,!1)}_hide_intersections(){this._set_intersection([],[])}}n.LineToolView=d,d.__name__=\"LineToolView\";class a extends _.EditTool{constructor(e){super(e)}}n.LineTool=a,o=a,a.__name__=\"LineTool\",o.define((({AnyRef:e})=>({intersection_renderer:[e()]})))},\n", - " function _(t,s,n,e,i){e();const o=t(1);var a;const _=t(223),l=t(20),r=(0,o.__importStar)(t(228));function h(t,s,n){const e=new Map;for(const[i,o]of t){const[t,a]=o.r_invert(s,n);e.set(i,{start:t,end:a})}return e}n.update_ranges=h;class d extends _.GestureToolView{_pan_start(t){var s;this.last_dx=0,this.last_dy=0;const{sx:n,sy:e}=t,i=this.plot_view.frame.bbox;if(!i.contains(n,e)){const t=i.h_range,s=i.v_range;(nt.end)&&(this.v_axis_only=!0),(es.end)&&(this.h_axis_only=!0)}null===(s=this.model.document)||void 0===s||s.interactive_start(this.plot_model)}_pan(t){var s;this._update(t.deltaX,t.deltaY),null===(s=this.model.document)||void 0===s||s.interactive_start(this.plot_model)}_pan_end(t){this.h_axis_only=!1,this.v_axis_only=!1,null!=this.pan_info&&this.plot_view.state.push(\"pan\",{range:this.pan_info}),this.plot_view.trigger_ranges_update_event()}_update(t,s){const n=this.plot_view.frame,e=t-this.last_dx,i=s-this.last_dy,o=n.bbox.h_range,a=o.start-e,_=o.end-e,l=n.bbox.v_range,r=l.start-i,d=l.end-i,p=this.model.dimensions;let c,u,m,v,x,g;\"width\"!=p&&\"both\"!=p||this.v_axis_only?(c=o.start,u=o.end,m=0):(c=a,u=_,m=-e),\"height\"!=p&&\"both\"!=p||this.h_axis_only?(v=l.start,x=l.end,g=0):(v=r,x=d,g=-i),this.last_dx=t,this.last_dy=s;const{x_scales:w,y_scales:y}=n,f=h(w,c,u),b=h(y,v,x);this.pan_info={xrs:f,yrs:b,sdx:m,sdy:g},this.plot_view.update_range(this.pan_info,{panning:!0})}}n.PanToolView=d,d.__name__=\"PanToolView\";class p extends _.GestureTool{constructor(t){super(t),this.tool_name=\"Pan\",this.event_type=\"pan\",this.default_order=10}get tooltip(){return this._get_dim_tooltip(this.dimensions)}}n.PanTool=p,a=p,p.__name__=\"PanTool\",a.prototype.default_view=d,a.define((()=>({dimensions:[l.Dimensions,\"both\",{on_update(t,s){switch(t){case\"both\":s.icon=r.tool_icon_pan;break;case\"width\":s.icon=r.tool_icon_xpan;break;case\"height\":s.icon=r.tool_icon_ypan}}}]}))),a.register_alias(\"pan\",(()=>new p({dimensions:\"both\"}))),a.register_alias(\"xpan\",(()=>new p({dimensions:\"width\"}))),a.register_alias(\"ypan\",(()=>new p({dimensions:\"height\"})))},\n", - " function _(e,t,i,s,n){var l;s();const a=e(116),r=e(58),o=e(19),_=e(223),h=e(228);function d(e){switch(e){case 1:return 2;case 2:return 1;case 4:return 5;case 5:return 4;default:return e}}function u(e,t,i,s){if(null==t)return!1;const n=i.compute(t);return Math.abs(e-n)n.right)&&(l=!1)}if(null!=n.bottom&&null!=n.top){const e=s.invert(t);(en.top)&&(l=!1)}return l}function g(e,t,i){let s=0;return e>=i.start&&e<=i.end&&(s+=1),t>=i.start&&t<=i.end&&(s+=1),s}function y(e,t,i,s){const n=t.compute(e),l=t.invert(n+i);return l>=s.start&&l<=s.end?l:e}function f(e,t,i){return e>t.start?(t.end=e,i):(t.end=t.start,t.start=e,d(i))}function v(e,t,i){return e=o&&(e.start=a,e.end=r)}i.flip_side=d,i.is_near=u,i.is_inside=c,i.sides_inside=g,i.compute_value=y,i.update_range_end_side=f,i.update_range_start_side=v,i.update_range=m;class p extends _.GestureToolView{initialize(){super.initialize(),this.side=0,this.model.update_overlay_from_ranges()}connect_signals(){super.connect_signals(),null!=this.model.x_range&&this.connect(this.model.x_range.change,(()=>this.model.update_overlay_from_ranges())),null!=this.model.y_range&&this.connect(this.model.y_range.change,(()=>this.model.update_overlay_from_ranges()))}_pan_start(e){this.last_dx=0,this.last_dy=0;const t=this.model.x_range,i=this.model.y_range,{frame:s}=this.plot_view,n=s.x_scale,l=s.y_scale,r=this.model.overlay,{left:o,right:_,top:h,bottom:d}=r,g=this.model.overlay.line_width+a.EDGE_TOLERANCE;null!=t&&this.model.x_interaction&&(u(e.sx,o,n,g)?this.side=1:u(e.sx,_,n,g)?this.side=2:c(e.sx,e.sy,n,l,r)&&(this.side=3)),null!=i&&this.model.y_interaction&&(0==this.side&&u(e.sy,d,l,g)&&(this.side=4),0==this.side&&u(e.sy,h,l,g)?this.side=5:c(e.sx,e.sy,n,l,this.model.overlay)&&(3==this.side?this.side=7:this.side=6))}_pan(e){const t=this.plot_view.frame,i=e.deltaX-this.last_dx,s=e.deltaY-this.last_dy,n=this.model.x_range,l=this.model.y_range,a=t.x_scale,r=t.y_scale;if(null!=n)if(3==this.side||7==this.side)m(n,a,i,t.x_range);else if(1==this.side){const e=y(n.start,a,i,t.x_range);this.side=v(e,n,this.side)}else if(2==this.side){const e=y(n.end,a,i,t.x_range);this.side=f(e,n,this.side)}if(null!=l)if(6==this.side||7==this.side)m(l,r,s,t.y_range);else if(4==this.side){const e=y(l.start,r,s,t.y_range);this.side=v(e,l,this.side)}else if(5==this.side){const e=y(l.end,r,s,t.y_range);this.side=f(e,l,this.side)}this.last_dx=e.deltaX,this.last_dy=e.deltaY}_pan_end(e){this.side=0,this.plot_view.trigger_ranges_update_event()}}i.RangeToolView=p,p.__name__=\"RangeToolView\";const x=()=>new a.BoxAnnotation({level:\"overlay\",fill_color:\"lightgrey\",fill_alpha:.5,line_color:\"black\",line_alpha:1,line_width:.5,line_dash:[2,2]});class w extends _.GestureTool{constructor(e){super(e),this.tool_name=\"Range Tool\",this.icon=h.tool_icon_range,this.event_type=\"pan\",this.default_order=1}initialize(){super.initialize(),this.overlay.in_cursor=\"grab\",this.overlay.ew_cursor=null!=this.x_range&&this.x_interaction?\"ew-resize\":null,this.overlay.ns_cursor=null!=this.y_range&&this.y_interaction?\"ns-resize\":null}update_overlay_from_ranges(){null==this.x_range&&null==this.y_range&&(this.overlay.left=null,this.overlay.right=null,this.overlay.bottom=null,this.overlay.top=null,o.logger.warn(\"RangeTool not configured with any Ranges.\")),null==this.x_range?(this.overlay.left=null,this.overlay.right=null):(this.overlay.left=this.x_range.start,this.overlay.right=this.x_range.end),null==this.y_range?(this.overlay.bottom=null,this.overlay.top=null):(this.overlay.bottom=this.y_range.start,this.overlay.top=this.y_range.end)}}i.RangeTool=w,l=w,w.__name__=\"RangeTool\",l.prototype.default_view=p,l.define((({Boolean:e,Ref:t,Nullable:i})=>({x_range:[i(t(r.Range1d)),null],x_interaction:[e,!0],y_range:[i(t(r.Range1d)),null],y_interaction:[e,!0],overlay:[t(a.BoxAnnotation),x]})))},\n", - " function _(e,t,s,o,i){var l;o();const a=e(378),n=e(20),c=e(228);class _ extends a.SelectToolView{_tap(e){\"tap\"==this.model.gesture&&this._handle_tap(e)}_doubletap(e){\"doubletap\"==this.model.gesture&&this._handle_tap(e)}_handle_tap(e){const{sx:t,sy:s}=e,o={type:\"point\",sx:t,sy:s};this._select(o,!0,this._select_mode(e))}_select(e,t,s){const{callback:o}=this.model;if(\"select\"==this.model.behavior){const i=this._computed_renderers_by_data_source();for(const[,l]of i){const i=l[0].get_selection_manager(),a=l.map((e=>this.plot_view.renderer_view(e))).filter((e=>null!=e));if(i.select(a,e,t,s)&&null!=o){const t=a[0].coordinates.x_scale.invert(e.sx),s=a[0].coordinates.y_scale.invert(e.sy),l={geometries:Object.assign(Object.assign({},e),{x:t,y:s}),source:i.source};o.execute(this.model,l)}}this._emit_selection_event(e),this.plot_view.state.push(\"tap\",{selection:this.plot_view.get_selection()})}else for(const t of this.computed_renderers){const s=this.plot_view.renderer_view(t);if(null==s)continue;const i=t.get_selection_manager();if(i.inspect(s,e)&&null!=o){const t=s.coordinates.x_scale.invert(e.sx),l=s.coordinates.y_scale.invert(e.sy),a={geometries:Object.assign(Object.assign({},e),{x:t,y:l}),source:i.source};o.execute(this.model,a)}}}}s.TapToolView=_,_.__name__=\"TapToolView\";class r extends a.SelectTool{constructor(e){super(e),this.tool_name=\"Tap\",this.icon=c.tool_icon_tap_select,this.event_type=\"tap\",this.default_order=10}}s.TapTool=r,l=r,r.__name__=\"TapTool\",l.prototype.default_view=_,l.define((({Any:e,Enum:t,Nullable:s})=>({behavior:[n.TapBehavior,\"select\"],gesture:[t(\"tap\",\"doubletap\"),\"tap\"],callback:[s(e)]}))),l.register_alias(\"click\",(()=>new r({behavior:\"inspect\"}))),l.register_alias(\"tap\",(()=>new r)),l.register_alias(\"doubletap\",(()=>new r({gesture:\"doubletap\"})))},\n", - " function _(e,t,s,n,i){var a;n();const o=e(223),l=e(20),_=e(228),r=e(384);class h extends o.GestureToolView{_scroll(e){let t=this.model.speed*e.delta;t>.9?t=.9:t<-.9&&(t=-.9),this._update_ranges(t)}_update_ranges(e){var t;const{frame:s}=this.plot_view,n=s.bbox.h_range,i=s.bbox.v_range,[a,o]=[n.start,n.end],[l,_]=[i.start,i.end];let h,d,p,c;switch(this.model.dimension){case\"height\":{const t=Math.abs(_-l);h=a,d=o,p=l-t*e,c=_-t*e;break}case\"width\":{const t=Math.abs(o-a);h=a-t*e,d=o-t*e,p=l,c=_;break}}const{x_scales:g,y_scales:u}=s,w={xrs:(0,r.update_ranges)(g,h,d),yrs:(0,r.update_ranges)(u,p,c),factor:e};this.plot_view.state.push(\"wheel_pan\",{range:w}),this.plot_view.update_range(w,{scrolling:!0}),null===(t=this.model.document)||void 0===t||t.interactive_start(this.plot_model,(()=>this.plot_view.trigger_ranges_update_event()))}}s.WheelPanToolView=h,h.__name__=\"WheelPanToolView\";class d extends o.GestureTool{constructor(e){super(e),this.tool_name=\"Wheel Pan\",this.icon=_.tool_icon_wheel_pan,this.event_type=\"scroll\",this.default_order=12}get tooltip(){return this._get_dim_tooltip(this.dimension)}}s.WheelPanTool=d,a=d,d.__name__=\"WheelPanTool\",a.prototype.default_view=h,a.define((()=>({dimension:[l.Dimension,\"width\"]}))),a.internal((({Number:e})=>({speed:[e,.001]}))),a.register_alias(\"xwheel_pan\",(()=>new d({dimension:\"width\"}))),a.register_alias(\"ywheel_pan\",(()=>new d({dimension:\"height\"})))},\n", - " function _(e,o,t,s,i){var n;s();const l=e(223),_=e(368),h=e(20),a=e(27),r=e(228);class m extends l.GestureToolView{_pinch(e){const{sx:o,sy:t,scale:s,ctrlKey:i,shiftKey:n}=e;let l;l=s>=1?20*(s-1):-20/s,this._scroll({type:\"wheel\",sx:o,sy:t,delta:l,ctrlKey:i,shiftKey:n})}_scroll(e){var o;const{frame:t}=this.plot_view,s=t.bbox.h_range,i=t.bbox.v_range,{sx:n,sy:l}=e,h=this.model.dimensions,a=(\"width\"==h||\"both\"==h)&&s.startthis.plot_view.trigger_ranges_update_event()))}}t.WheelZoomToolView=m,m.__name__=\"WheelZoomToolView\";class d extends l.GestureTool{constructor(e){super(e),this.tool_name=\"Wheel Zoom\",this.icon=r.tool_icon_wheel_zoom,this.event_type=a.is_mobile?\"pinch\":\"scroll\",this.default_order=10}get tooltip(){return this._get_dim_tooltip(this.dimensions)}}t.WheelZoomTool=d,n=d,d.__name__=\"WheelZoomTool\",n.prototype.default_view=m,n.define((({Boolean:e,Number:o})=>({dimensions:[h.Dimensions,\"both\"],maintain_focus:[e,!0],zoom_on_axis:[e,!0],speed:[o,1/600]}))),n.register_alias(\"wheel_zoom\",(()=>new d({dimensions:\"both\"}))),n.register_alias(\"xwheel_zoom\",(()=>new d({dimensions:\"width\"}))),n.register_alias(\"ywheel_zoom\",(()=>new d({dimensions:\"height\"})))},\n", - " function _(i,e,s,t,o){var n;t();const l=i(232),a=i(219),h=i(20),r=i(13),_=i(228);class c extends l.InspectToolView{_move(i){if(!this.model.active)return;const{sx:e,sy:s}=i;this.plot_view.frame.bbox.contains(e,s)?this._update_spans(e,s):this._update_spans(null,null)}_move_exit(i){this._update_spans(null,null)}_update_spans(i,e){const s=this.model.dimensions;\"width\"!=s&&\"both\"!=s||(this.model.spans.width.location=e),\"height\"!=s&&\"both\"!=s||(this.model.spans.height.location=i)}}s.CrosshairToolView=c,c.__name__=\"CrosshairToolView\";class p extends l.InspectTool{constructor(i){super(i),this.tool_name=\"Crosshair\",this.icon=_.tool_icon_crosshair}get tooltip(){return this._get_dim_tooltip(this.dimensions)}get synthetic_renderers(){return(0,r.values)(this.spans)}}s.CrosshairTool=p,n=p,p.__name__=\"CrosshairTool\",(()=>{function i(i,e){return new a.Span({for_hover:!0,dimension:e,location_units:\"screen\",level:\"overlay\",line_color:i.line_color,line_width:i.line_width,line_alpha:i.line_alpha})}n.prototype.default_view=c,n.define((({Alpha:i,Number:e,Color:s})=>({dimensions:[h.Dimensions,\"both\"],line_color:[s,\"black\"],line_width:[e,1],line_alpha:[i,1]}))),n.internal((({Struct:e,Ref:s})=>({spans:[e({width:s(a.Span),height:s(a.Span)}),e=>({width:i(e,\"width\"),height:i(e,\"height\")})]}))),n.register_alias(\"crosshair\",(()=>new p))})()},\n", - " function _(e,s,t,r,n){var o;r();const a=e(53),u=e(13),c=e(34);class i extends a.Model{constructor(e){super(e)}get values(){return(0,u.values)(this.args)}_make_code(e,s,t,r){return new Function(...(0,u.keys)(this.args),e,s,t,(0,c.use_strict)(r))}format(e,s,t){return this._make_code(\"value\",\"format\",\"special_vars\",this.code)(...this.values,e,s,t)}}t.CustomJSHover=i,o=i,i.__name__=\"CustomJSHover\",o.define((({Unknown:e,String:s,Dict:t})=>({args:[t(e),{}],code:[s,\"\"]})))},\n", - " function _(e,t,n,s,i){s();const o=e(1);var r;const l=e(232),a=e(390),c=e(241),_=e(175),d=e(339),p=e(176),h=e(177),u=e(283),m=e(186),y=e(187),f=e(189),x=(0,o.__importStar)(e(185)),v=e(152),w=e(43),g=e(22),b=e(13),k=e(234),C=e(8),S=e(113),T=e(20),$=e(228),R=e(15),A=e(66),M=(0,o.__importStar)(e(242)),V=e(392);function G(e,t,n,s,i,o){const r={x:i[e],y:o[e]},l={x:i[e+1],y:o[e+1]};let a,c;if(\"span\"==t.type)\"h\"==t.direction?(a=Math.abs(r.x-n),c=Math.abs(l.x-n)):(a=Math.abs(r.y-s),c=Math.abs(l.y-s));else{const e={x:n,y:s};a=x.dist_2_pts(r,e),c=x.dist_2_pts(l,e)}return adelete this._template_el)),this.on_change([e,t,n],(async()=>await this._update_ttmodels()))}async _update_ttmodels(){const{_ttmodels:e,computed_renderers:t}=this;e.clear();const{tooltips:n}=this.model;if(null!=n)for(const t of this.computed_renderers){const s=new c.Tooltip({custom:(0,C.isString)(n)||(0,C.isFunction)(n),attachment:this.model.attachment,show_arrow:this.model.show_arrow});t instanceof _.GlyphRenderer?e.set(t,s):t instanceof d.GraphRenderer&&(e.set(t.node_renderer,s),e.set(t.edge_renderer,s))}const s=await(0,S.build_views)(this._ttviews,[...e.values()],{parent:this.plot_view});for(const e of s)e.render();const i=[...function*(){for(const e of t)e instanceof _.GlyphRenderer?yield e:e instanceof d.GraphRenderer&&(yield e.node_renderer,yield e.edge_renderer)}()],o=this._slots.get(this._update);if(null!=o){const e=new Set(i.map((e=>e.data_source)));R.Signal.disconnect_receiver(this,o,e)}for(const e of i)this.connect(e.data_source.inspect,this._update)}get computed_renderers(){const{renderers:e,names:t}=this.model,n=this.plot_model.data_renderers;return(0,A.compute_renderers)(e,n,t)}get ttmodels(){return this._ttmodels}_clear(){this._inspect(1/0,1/0);for(const[,e]of this.ttmodels)e.clear()}_move(e){if(!this.model.active)return;const{sx:t,sy:n}=e;this.plot_view.frame.bbox.contains(t,n)?this._inspect(t,n):this._clear()}_move_exit(){this._clear()}_inspect(e,t){let n;if(\"mouse\"==this.model.mode)n={type:\"point\",sx:e,sy:t};else{n={type:\"span\",direction:\"vline\"==this.model.mode?\"h\":\"v\",sx:e,sy:t}}for(const e of this.computed_renderers){const t=e.get_selection_manager(),s=this.plot_view.renderer_view(e);null!=s&&t.inspect(s,n)}this._emit_callback(n)}_update([e,{geometry:t}]){var n,s;if(!this.model.active)return;if(\"point\"!=t.type&&\"span\"!=t.type)return;if(!(e instanceof _.GlyphRenderer))return;if(\"ignore\"==this.model.muted_policy&&e.muted)return;const i=this.ttmodels.get(e);if(null==i)return;const o=e.get_selection_manager(),r=o.inspectors.get(e),l=e.view.convert_selection_to_subset(r);if(r.is_empty()&&null==r.view)return void i.clear();const a=o.source,c=this.plot_view.renderer_view(e);if(null==c)return;const{sx:d,sy:p}=t,x=c.coordinates.x_scale,v=c.coordinates.y_scale,g=x.invert(d),k=v.invert(p),{glyph:C}=c,S=[];if(C instanceof m.PatchView){const[t,n]=[d,p],s={x:g,y:k,sx:d,sy:p,rx:t,ry:n,name:e.name};S.push([t,n,this._render_tooltips(a,-1,s)])}if(C instanceof y.HAreaView)for(const t of l.line_indices){const n=C._x1,s=C._x2,i=C._y,[o,r]=[d,p],c={index:t,x:g,y:k,sx:d,sy:p,data_x1:n,data_x2:s,data_y:i,rx:o,ry:r,indices:l.line_indices,name:e.name};S.push([o,r,this._render_tooltips(a,t,c)])}if(C instanceof f.VAreaView)for(const t of l.line_indices){const n=C._x,s=C._y1,i=C._y2,[o,r]=[d,p],c={index:t,x:g,y:k,sx:d,sy:p,data_x:n,data_y1:s,data_y2:i,rx:o,ry:r,indices:l.line_indices,name:e.name};S.push([o,r,this._render_tooltips(a,t,c)])}if(C instanceof h.LineView)for(const n of l.line_indices){let s,i,o=C._x[n+1],r=C._y[n+1],c=n;switch(this.model.line_policy){case\"interp\":[o,r]=C.get_interpolation_hit(n,t),s=x.compute(o),i=v.compute(r);break;case\"prev\":[[s,i],c]=H(C.sx,C.sy,n);break;case\"next\":[[s,i],c]=H(C.sx,C.sy,n+1);break;case\"nearest\":[[s,i],c]=G(n,t,d,p,C.sx,C.sy),o=C._x[c],r=C._y[c];break;default:[s,i]=[d,p]}const _={index:c,x:g,y:k,sx:d,sy:p,data_x:o,data_y:r,rx:s,ry:i,indices:l.line_indices,name:e.name};S.push([s,i,this._render_tooltips(a,c,_)])}for(const t of r.image_indices){const n={index:t.index,x:g,y:k,sx:d,sy:p,name:e.name},s=this._render_tooltips(a,t,n);S.push([d,p,s])}for(const i of l.indices)if(C instanceof u.MultiLineView&&!(0,b.isEmpty)(l.multiline_indices))for(const n of l.multiline_indices[i.toString()]){let s,o,r,c=C._xs.get(i)[n],h=C._ys.get(i)[n],u=n;switch(this.model.line_policy){case\"interp\":[c,h]=C.get_interpolation_hit(i,n,t),s=x.compute(c),o=v.compute(h);break;case\"prev\":[[s,o],u]=H(C.sxs.get(i),C.sys.get(i),n);break;case\"next\":[[s,o],u]=H(C.sxs.get(i),C.sys.get(i),n+1);break;case\"nearest\":[[s,o],u]=G(n,t,d,p,C.sxs.get(i),C.sys.get(i)),c=C._xs.get(i)[u],h=C._ys.get(i)[u];break;default:throw new Error(\"shouldn't have happened\")}r=e instanceof _.GlyphRenderer?e.view.convert_indices_from_subset([i])[0]:i;const m={index:r,x:g,y:k,sx:d,sy:p,data_x:c,data_y:h,segment_index:u,indices:l.multiline_indices,name:e.name};S.push([s,o,this._render_tooltips(a,r,m)])}else{const t=null===(n=C._x)||void 0===n?void 0:n[i],o=null===(s=C._y)||void 0===s?void 0:s[i];let r,c,h;if(\"snap_to_data\"==this.model.point_policy){let e=C.get_anchor_point(this.model.anchor,i,[d,p]);if(null==e&&(e=C.get_anchor_point(\"center\",i,[d,p]),null==e))continue;r=e.x,c=e.y}else[r,c]=[d,p];h=e instanceof _.GlyphRenderer?e.view.convert_indices_from_subset([i])[0]:i;const u={index:h,x:g,y:k,sx:d,sy:p,data_x:t,data_y:o,indices:l.indices,name:e.name};S.push([r,c,this._render_tooltips(a,h,u)])}if(0==S.length)i.clear();else{const{content:e}=i;(0,w.empty)(i.content);for(const[,,t]of S)null!=t&&e.appendChild(t);const[t,n]=S[S.length-1];i.setv({position:[t,n]},{check_eq:!1})}}_emit_callback(e){const{callback:t}=this.model;if(null!=t)for(const n of this.computed_renderers){if(!(n instanceof _.GlyphRenderer))continue;const s=this.plot_view.renderer_view(n);if(null==s)continue;const{x_scale:i,y_scale:o}=s.coordinates,r=i.invert(e.sx),l=o.invert(e.sy),a=n.data_source.inspected;t.execute(this.model,{geometry:Object.assign({x:r,y:l},e),renderer:n,index:a})}}_create_template(e){const t=(0,w.div)({style:{display:\"table\",borderSpacing:\"2px\"}});for(const[n]of e){const e=(0,w.div)({style:{display:\"table-row\"}});t.appendChild(e);const s=(0,w.div)({style:{display:\"table-cell\"},class:M.tooltip_row_label},0!=n.length?`${n}: `:\"\");e.appendChild(s);const i=(0,w.span)();i.dataset.value=\"\";const o=(0,w.span)({class:M.tooltip_color_block},\" \");o.dataset.swatch=\"\",(0,w.undisplay)(o);const r=(0,w.div)({style:{display:\"table-cell\"},class:M.tooltip_row_value},i,o);e.appendChild(r)}return t}_render_template(e,t,n,s,i){const o=e.cloneNode(!0),r=o.querySelectorAll(\"[data-value]\"),l=o.querySelectorAll(\"[data-swatch]\"),a=/\\$color(\\[.*\\])?:(\\w*)/,c=/\\$swatch:(\\w*)/;for(const[[,e],o]of(0,k.enumerate)(t)){const t=e.match(c),_=e.match(a);if(null!=t||null!=_){if(null!=t){const[,e]=t,i=n.get_column(e);if(null==i)r[o].textContent=`${e} unknown`;else{const e=(0,C.isNumber)(s)?i[s]:null;null!=e&&(l[o].style.backgroundColor=(0,g.color2css)(e),(0,w.display)(l[o]))}}if(null!=_){const[,e=\"\",t]=_,i=n.get_column(t);if(null==i){r[o].textContent=`${t} unknown`;continue}const a=e.indexOf(\"hex\")>=0,c=e.indexOf(\"swatch\")>=0,d=(0,C.isNumber)(s)?i[s]:null;if(null==d){r[o].textContent=\"(null)\";continue}r[o].textContent=a?(0,g.color2hex)(d):(0,g.color2css)(d),c&&(l[o].style.backgroundColor=(0,g.color2css)(d),(0,w.display)(l[o]))}}else{const t=(0,v.replace_placeholders)(e.replace(\"$~\",\"$data_\"),n,s,this.model.formatters,i);if((0,C.isString)(t))r[o].textContent=t;else for(const e of t)r[o].appendChild(e)}}return o}_render_tooltips(e,t,n){var s;const{tooltips:i}=this.model;if((0,C.isString)(i)){const s=(0,v.replace_placeholders)({html:i},e,t,this.model.formatters,n);return(0,w.div)(s)}if((0,C.isFunction)(i))return i(e,n);if(i instanceof V.Template)return this._template_view.update(e,t,n),this._template_view.el;if(null!=i){const o=null!==(s=this._template_el)&&void 0!==s?s:this._template_el=this._create_template(i);return this._render_template(o,i,e,t,n)}return null}}n.HoverToolView=z,z.__name__=\"HoverToolView\";class P extends l.InspectTool{constructor(e){super(e),this.tool_name=\"Hover\",this.icon=$.tool_icon_hover}}n.HoverTool=P,r=P,P.__name__=\"HoverTool\",r.prototype.default_view=z,r.define((({Any:e,Boolean:t,String:n,Array:s,Tuple:i,Dict:o,Or:r,Ref:l,Function:c,Auto:_,Nullable:d})=>({tooltips:[d(r(l(V.Template),n,s(i(n,n)),c())),[[\"index\",\"$index\"],[\"data (x, y)\",\"($x, $y)\"],[\"screen (x, y)\",\"($sx, $sy)\"]]],formatters:[o(r(l(a.CustomJSHover),v.FormatterType)),{}],renderers:[r(s(l(p.DataRenderer)),_),\"auto\"],names:[s(n),[]],mode:[T.HoverMode,\"mouse\"],muted_policy:[T.MutedPolicy,\"show\"],point_policy:[T.PointPolicy,\"snap_to_data\"],line_policy:[T.LinePolicy,\"nearest\"],show_arrow:[t,!0],anchor:[T.Anchor,\"center\"],attachment:[T.TooltipAttachment,\"horizontal\"],callback:[d(e)]}))),r.register_alias(\"hover\",(()=>new P))},\n", - " function _(e,t,s,n,a){n();const l=e(1);var i,_,o,r,c,d,p,u,m,w,f,h,x;const v=e(53),y=e(309),V=e(393);a(\"Styles\",V.Styles);const g=e(43),T=e(42),b=e(226),R=e(113),D=e(8),M=e(13),S=(0,l.__importStar)(e(242)),O=e(152);class C extends b.DOMView{}s.DOMNodeView=C,C.__name__=\"DOMNodeView\";class z extends v.Model{constructor(e){super(e)}}s.DOMNode=z,z.__name__=\"DOMNode\",z.__module__=\"bokeh.models.dom\";class P extends C{render(){super.render(),this.el.textContent=this.model.content}_createElement(){return document.createTextNode(\"\")}}s.TextView=P,P.__name__=\"TextView\";class A extends z{constructor(e){super(e)}}s.Text=A,i=A,A.__name__=\"Text\",i.prototype.default_view=P,i.define((({String:e})=>({content:[e,\"\"]})));class N extends C{}s.PlaceholderView=N,N.__name__=\"PlaceholderView\",N.tag_name=\"span\";class E extends z{constructor(e){super(e)}}s.Placeholder=E,_=E,E.__name__=\"Placeholder\",_.define((({})=>({})));class G extends N{update(e,t,s){this.el.textContent=t.toString()}}s.IndexView=G,G.__name__=\"IndexView\";class I extends E{constructor(e){super(e)}}s.Index=I,o=I,I.__name__=\"Index\",o.prototype.default_view=G,o.define((({})=>({})));class k extends N{update(e,t,s){const n=(0,O._get_column_value)(this.model.field,e,t),a=null==n?\"???\":`${n}`;this.el.textContent=a}}s.ValueRefView=k,k.__name__=\"ValueRefView\";class $ extends E{constructor(e){super(e)}}s.ValueRef=$,r=$,$.__name__=\"ValueRef\",r.prototype.default_view=k,r.define((({String:e})=>({field:[e]})));class B extends k{render(){super.render(),this.value_el=(0,g.span)(),this.swatch_el=(0,g.span)({class:S.tooltip_color_block},\" \"),this.el.appendChild(this.value_el),this.el.appendChild(this.swatch_el)}update(e,t,s){const n=(0,O._get_column_value)(this.model.field,e,t),a=null==n?\"???\":`${n}`;this.el.textContent=a}}s.ColorRefView=B,B.__name__=\"ColorRefView\";class L extends ${constructor(e){super(e)}}s.ColorRef=L,c=L,L.__name__=\"ColorRef\",c.prototype.default_view=B,c.define((({Boolean:e})=>({hex:[e,!0],swatch:[e,!0]})));class j extends C{constructor(){super(...arguments),this.child_views=new Map}async lazy_initialize(){await super.lazy_initialize();const e=this.model.children.filter((e=>e instanceof v.Model));await(0,R.build_views)(this.child_views,e,{parent:this})}render(){super.render();const{style:e}=this.model;if(null!=e)if(e instanceof V.Styles)for(const t of e){const e=t.get_value();if((0,D.isString)(e)){const s=t.attr.replace(/_/g,\"-\");this.el.style.hasOwnProperty(s)&&this.el.style.setProperty(s,e)}}else for(const[t,s]of(0,M.entries)(e)){const e=t.replace(/_/g,\"-\");this.el.style.hasOwnProperty(e)&&this.el.style.setProperty(e,s)}for(const e of this.model.children)if((0,D.isString)(e)){const t=document.createTextNode(e);this.el.appendChild(t)}else{this.child_views.get(e).renderTo(this.el)}}}s.DOMElementView=j,j.__name__=\"DOMElementView\";class q extends z{constructor(e){super(e)}}s.DOMElement=q,d=q,q.__name__=\"DOMElement\",d.define((({String:e,Array:t,Dict:s,Or:n,Nullable:a,Ref:l})=>({style:[a(n(l(V.Styles),s(e))),null],children:[t(n(e,l(z),l(y.LayoutDOM))),[]]})));class F extends T.View{}s.ActionView=F,F.__name__=\"ActionView\";class H extends v.Model{constructor(e){super(e)}}s.Action=H,p=H,H.__name__=\"Action\",H.__module__=\"bokeh.models.dom\",p.define((({})=>({})));class J extends j{constructor(){super(...arguments),this.action_views=new Map}async lazy_initialize(){await super.lazy_initialize(),await(0,R.build_views)(this.action_views,this.model.actions,{parent:this})}remove(){(0,R.remove_views)(this.action_views),super.remove()}update(e,t,s={}){!function n(a){for(const l of a.child_views.values())l instanceof N?l.update(e,t,s):l instanceof j&&n(l)}(this);for(const n of this.action_views.values())n.update(e,t,s)}}s.TemplateView=J,J.__name__=\"TemplateView\",J.tag_name=\"div\";class K extends q{}s.Template=K,u=K,K.__name__=\"Template\",u.prototype.default_view=J,u.define((({Array:e,Ref:t})=>({actions:[e(t(H)),[]]})));class Q extends j{}s.SpanView=Q,Q.__name__=\"SpanView\",Q.tag_name=\"span\";class U extends q{}s.Span=U,m=U,U.__name__=\"Span\",m.prototype.default_view=Q;class W extends j{}s.DivView=W,W.__name__=\"DivView\",W.tag_name=\"div\";class X extends q{}s.Div=X,w=X,X.__name__=\"Div\",w.prototype.default_view=W;class Y extends j{}s.TableView=Y,Y.__name__=\"TableView\",Y.tag_name=\"table\";class Z extends q{}s.Table=Z,f=Z,Z.__name__=\"Table\",f.prototype.default_view=Y;class ee extends j{}s.TableRowView=ee,ee.__name__=\"TableRowView\",ee.tag_name=\"tr\";class te extends q{}s.TableRow=te,h=te,te.__name__=\"TableRow\",h.prototype.default_view=ee;const se=e(41),ne=e(234);class ae extends F{update(e,t,s){for(const[e,s]of(0,ne.enumerate)(this.model.groups))e.visible=t==s}}s.ToggleGroupView=ae,ae.__name__=\"ToggleGroupView\";class le extends H{constructor(e){super(e)}}s.ToggleGroup=le,x=le,le.__name__=\"ToggleGroup\",x.prototype.default_view=ae,x.define((({Array:e,Ref:t})=>({groups:[e(t(se.RendererGroup)),[]]})))},\n", - " function _(l,n,u,_,e){var t;_();const o=l(53);class r extends o.Model{constructor(l){super(l)}}u.Styles=r,t=r,r.__name__=\"Styles\",r.__module__=\"bokeh.models.css\",t.define((({String:l,Nullable:n})=>({align_content:[n(l),null],align_items:[n(l),null],align_self:[n(l),null],alignment_baseline:[n(l),null],all:[n(l),null],animation:[n(l),null],animation_delay:[n(l),null],animation_direction:[n(l),null],animation_duration:[n(l),null],animation_fill_mode:[n(l),null],animation_iteration_count:[n(l),null],animation_name:[n(l),null],animation_play_state:[n(l),null],animation_timing_function:[n(l),null],backface_visibility:[n(l),null],background:[n(l),null],background_attachment:[n(l),null],background_clip:[n(l),null],background_color:[n(l),null],background_image:[n(l),null],background_origin:[n(l),null],background_position:[n(l),null],background_position_x:[n(l),null],background_position_y:[n(l),null],background_repeat:[n(l),null],background_size:[n(l),null],baseline_shift:[n(l),null],block_size:[n(l),null],border:[n(l),null],border_block_end:[n(l),null],border_block_end_color:[n(l),null],border_block_end_style:[n(l),null],border_block_end_width:[n(l),null],border_block_start:[n(l),null],border_block_start_color:[n(l),null],border_block_start_style:[n(l),null],border_block_start_width:[n(l),null],border_bottom:[n(l),null],border_bottom_color:[n(l),null],border_bottom_left_radius:[n(l),null],border_bottom_right_radius:[n(l),null],border_bottom_style:[n(l),null],border_bottom_width:[n(l),null],border_collapse:[n(l),null],border_color:[n(l),null],border_image:[n(l),null],border_image_outset:[n(l),null],border_image_repeat:[n(l),null],border_image_slice:[n(l),null],border_image_source:[n(l),null],border_image_width:[n(l),null],border_inline_end:[n(l),null],border_inline_end_color:[n(l),null],border_inline_end_style:[n(l),null],border_inline_end_width:[n(l),null],border_inline_start:[n(l),null],border_inline_start_color:[n(l),null],border_inline_start_style:[n(l),null],border_inline_start_width:[n(l),null],border_left:[n(l),null],border_left_color:[n(l),null],border_left_style:[n(l),null],border_left_width:[n(l),null],border_radius:[n(l),null],border_right:[n(l),null],border_right_color:[n(l),null],border_right_style:[n(l),null],border_right_width:[n(l),null],border_spacing:[n(l),null],border_style:[n(l),null],border_top:[n(l),null],border_top_color:[n(l),null],border_top_left_radius:[n(l),null],border_top_right_radius:[n(l),null],border_top_style:[n(l),null],border_top_width:[n(l),null],border_width:[n(l),null],bottom:[n(l),null],box_shadow:[n(l),null],box_sizing:[n(l),null],break_after:[n(l),null],break_before:[n(l),null],break_inside:[n(l),null],caption_side:[n(l),null],caret_color:[n(l),null],clear:[n(l),null],clip:[n(l),null],clip_path:[n(l),null],clip_rule:[n(l),null],color:[n(l),null],color_interpolation:[n(l),null],color_interpolation_filters:[n(l),null],column_count:[n(l),null],column_fill:[n(l),null],column_gap:[n(l),null],column_rule:[n(l),null],column_rule_color:[n(l),null],column_rule_style:[n(l),null],column_rule_width:[n(l),null],column_span:[n(l),null],column_width:[n(l),null],columns:[n(l),null],content:[n(l),null],counter_increment:[n(l),null],counter_reset:[n(l),null],css_float:[n(l),null],css_text:[n(l),null],cursor:[n(l),null],direction:[n(l),null],display:[n(l),null],dominant_baseline:[n(l),null],empty_cells:[n(l),null],fill:[n(l),null],fill_opacity:[n(l),null],fill_rule:[n(l),null],filter:[n(l),null],flex:[n(l),null],flex_basis:[n(l),null],flex_direction:[n(l),null],flex_flow:[n(l),null],flex_grow:[n(l),null],flex_shrink:[n(l),null],flex_wrap:[n(l),null],float:[n(l),null],flood_color:[n(l),null],flood_opacity:[n(l),null],font:[n(l),null],font_family:[n(l),null],font_feature_settings:[n(l),null],font_kerning:[n(l),null],font_size:[n(l),null],font_size_adjust:[n(l),null],font_stretch:[n(l),null],font_style:[n(l),null],font_synthesis:[n(l),null],font_variant:[n(l),null],font_variant_caps:[n(l),null],font_variant_east_asian:[n(l),null],font_variant_ligatures:[n(l),null],font_variant_numeric:[n(l),null],font_variant_position:[n(l),null],font_weight:[n(l),null],gap:[n(l),null],glyph_orientation_vertical:[n(l),null],grid:[n(l),null],grid_area:[n(l),null],grid_auto_columns:[n(l),null],grid_auto_flow:[n(l),null],grid_auto_rows:[n(l),null],grid_column:[n(l),null],grid_column_end:[n(l),null],grid_column_gap:[n(l),null],grid_column_start:[n(l),null],grid_gap:[n(l),null],grid_row:[n(l),null],grid_row_end:[n(l),null],grid_row_gap:[n(l),null],grid_row_start:[n(l),null],grid_template:[n(l),null],grid_template_areas:[n(l),null],grid_template_columns:[n(l),null],grid_template_rows:[n(l),null],height:[n(l),null],hyphens:[n(l),null],image_orientation:[n(l),null],image_rendering:[n(l),null],inline_size:[n(l),null],justify_content:[n(l),null],justify_items:[n(l),null],justify_self:[n(l),null],left:[n(l),null],letter_spacing:[n(l),null],lighting_color:[n(l),null],line_break:[n(l),null],line_height:[n(l),null],list_style:[n(l),null],list_style_image:[n(l),null],list_style_position:[n(l),null],list_style_type:[n(l),null],margin:[n(l),null],margin_block_end:[n(l),null],margin_block_start:[n(l),null],margin_bottom:[n(l),null],margin_inline_end:[n(l),null],margin_inline_start:[n(l),null],margin_left:[n(l),null],margin_right:[n(l),null],margin_top:[n(l),null],marker:[n(l),null],marker_end:[n(l),null],marker_mid:[n(l),null],marker_start:[n(l),null],mask:[n(l),null],mask_composite:[n(l),null],mask_image:[n(l),null],mask_position:[n(l),null],mask_repeat:[n(l),null],mask_size:[n(l),null],mask_type:[n(l),null],max_block_size:[n(l),null],max_height:[n(l),null],max_inline_size:[n(l),null],max_width:[n(l),null],min_block_size:[n(l),null],min_height:[n(l),null],min_inline_size:[n(l),null],min_width:[n(l),null],object_fit:[n(l),null],object_position:[n(l),null],opacity:[n(l),null],order:[n(l),null],orphans:[n(l),null],outline:[n(l),null],outline_color:[n(l),null],outline_offset:[n(l),null],outline_style:[n(l),null],outline_width:[n(l),null],overflow:[n(l),null],overflow_anchor:[n(l),null],overflow_wrap:[n(l),null],overflow_x:[n(l),null],overflow_y:[n(l),null],overscroll_behavior:[n(l),null],overscroll_behavior_block:[n(l),null],overscroll_behavior_inline:[n(l),null],overscroll_behavior_x:[n(l),null],overscroll_behavior_y:[n(l),null],padding:[n(l),null],padding_block_end:[n(l),null],padding_block_start:[n(l),null],padding_bottom:[n(l),null],padding_inline_end:[n(l),null],padding_inline_start:[n(l),null],padding_left:[n(l),null],padding_right:[n(l),null],padding_top:[n(l),null],page_break_after:[n(l),null],page_break_before:[n(l),null],page_break_inside:[n(l),null],paint_order:[n(l),null],perspective:[n(l),null],perspective_origin:[n(l),null],place_content:[n(l),null],place_items:[n(l),null],place_self:[n(l),null],pointer_events:[n(l),null],position:[n(l),null],quotes:[n(l),null],resize:[n(l),null],right:[n(l),null],rotate:[n(l),null],row_gap:[n(l),null],ruby_align:[n(l),null],ruby_position:[n(l),null],scale:[n(l),null],scroll_behavior:[n(l),null],shape_rendering:[n(l),null],stop_color:[n(l),null],stop_opacity:[n(l),null],stroke:[n(l),null],stroke_dasharray:[n(l),null],stroke_dashoffset:[n(l),null],stroke_linecap:[n(l),null],stroke_linejoin:[n(l),null],stroke_miterlimit:[n(l),null],stroke_opacity:[n(l),null],stroke_width:[n(l),null],tab_size:[n(l),null],table_layout:[n(l),null],text_align:[n(l),null],text_align_last:[n(l),null],text_anchor:[n(l),null],text_combine_upright:[n(l),null],text_decoration:[n(l),null],text_decoration_color:[n(l),null],text_decoration_line:[n(l),null],text_decoration_style:[n(l),null],text_emphasis:[n(l),null],text_emphasis_color:[n(l),null],text_emphasis_position:[n(l),null],text_emphasis_style:[n(l),null],text_indent:[n(l),null],text_justify:[n(l),null],text_orientation:[n(l),null],text_overflow:[n(l),null],text_rendering:[n(l),null],text_shadow:[n(l),null],text_transform:[n(l),null],text_underline_position:[n(l),null],top:[n(l),null],touch_action:[n(l),null],transform:[n(l),null],transform_box:[n(l),null],transform_origin:[n(l),null],transform_style:[n(l),null],transition:[n(l),null],transition_delay:[n(l),null],transition_duration:[n(l),null],transition_property:[n(l),null],transition_timing_function:[n(l),null],translate:[n(l),null],unicode_bidi:[n(l),null],user_select:[n(l),null],vertical_align:[n(l),null],visibility:[n(l),null],white_space:[n(l),null],widows:[n(l),null],width:[n(l),null],will_change:[n(l),null],word_break:[n(l),null],word_spacing:[n(l),null],word_wrap:[n(l),null],writing_mode:[n(l),null],z_index:[n(l),null]})))},\n", - " function _(t,o,e,n,s){var i;n();const l=t(15),c=t(53),r=t(224),a=t(232),u=t(234);class h extends c.Model{constructor(t){super(t)}get button_view(){return this.tools[0].button_view}get event_type(){return this.tools[0].event_type}get tooltip(){return this.tools[0].tooltip}get tool_name(){return this.tools[0].tool_name}get icon(){return this.tools[0].computed_icon}get computed_icon(){return this.icon}get toggleable(){const t=this.tools[0];return t instanceof a.InspectTool&&t.toggleable}initialize(){super.initialize(),this.do=new l.Signal0(this,\"do\")}connect_signals(){super.connect_signals(),this.connect(this.do,(()=>this.doit())),this.connect(this.properties.active.change,(()=>this.set_active()));for(const t of this.tools)this.connect(t.properties.active.change,(()=>{this.active=t.active}))}doit(){for(const t of this.tools)t.do.emit()}set_active(){for(const t of this.tools)t.active=this.active}get menu(){const{menu:t}=this.tools[0];if(null==t)return null;const o=[];for(const[e,n]of(0,u.enumerate)(t))if(null==e)o.push(null);else{const t=()=>{var t,o,e;for(const s of this.tools)null===(e=null===(o=null===(t=s.menu)||void 0===t?void 0:t[n])||void 0===o?void 0:o.handler)||void 0===e||e.call(o)};o.push(Object.assign(Object.assign({},e),{handler:t}))}return o}}e.ToolProxy=h,i=h,h.__name__=\"ToolProxy\",i.define((({Boolean:t,Array:o,Ref:e})=>({tools:[o(e(r.ButtonTool)),[]],active:[t,!1],disabled:[t,!1]})))},\n", - " function _(o,t,s,e,i){var n,r;e();const l=o(20),c=o(9),h=o(13),a=o(233),_=o(221),p=o(394),u=o(309),f=o(207);class y extends a.ToolbarBase{constructor(o){super(o)}initialize(){super.initialize(),this._merge_tools()}_merge_tools(){this._proxied_tools=[];const o={},t={},s={},e=[],i=[];for(const o of this.help)(0,c.includes)(i,o.redirect)||(e.push(o),i.push(o.redirect));this._proxied_tools.push(...e),this.help=e;for(const[o,t]of(0,h.entries)(this.gestures)){o in s||(s[o]={});for(const e of t.tools)e.type in s[o]||(s[o][e.type]=[]),s[o][e.type].push(e)}for(const t of this.inspectors)t.type in o||(o[t.type]=[]),o[t.type].push(t);for(const o of this.actions)o.type in t||(t[o.type]=[]),t[o.type].push(o);const n=(o,t=!1)=>{const s=new p.ToolProxy({tools:o,active:t});return this._proxied_tools.push(s),s};for(const o of(0,h.keys)(s)){const t=this.gestures[o];t.tools=[];for(const e of(0,h.keys)(s[o])){const i=s[o][e];if(i.length>0)if(\"multi\"==o)for(const o of i){const s=n([o]);t.tools.push(s),this.connect(s.properties.active.change,(()=>this._active_change(s)))}else{const o=n(i);t.tools.push(o),this.connect(o.properties.active.change,(()=>this._active_change(o)))}}}this.actions=[];for(const[o,s]of(0,h.entries)(t))if(\"CustomAction\"==o)for(const o of s)this.actions.push(n([o]));else s.length>0&&this.actions.push(n(s));this.inspectors=[];for(const t of(0,h.values)(o))t.length>0&&this.inspectors.push(n(t,!0));for(const[o,t]of(0,h.entries)(this.gestures))0!=t.tools.length&&(t.tools=(0,c.sort_by)(t.tools,(o=>o.default_order)),\"pinch\"!=o&&\"scroll\"!=o&&\"multi\"!=o&&(t.tools[0].active=!0))}}s.ProxyToolbar=y,n=y,y.__name__=\"ProxyToolbar\",n.define((({Array:o,Ref:t})=>({toolbars:[o(t(_.Toolbar)),[]]})));class d extends u.LayoutDOMView{initialize(){this.model.toolbar.toolbar_location=this.model.toolbar_location,super.initialize()}get child_models(){return[this.model.toolbar]}_update_layout(){this.layout=new f.ContentBox(this.child_views[0].el);const{toolbar:o}=this.model;o.horizontal?this.layout.set_sizing({width_policy:\"fit\",min_width:100,height_policy:\"fixed\"}):this.layout.set_sizing({width_policy:\"fixed\",height_policy:\"fit\",min_height:100})}after_layout(){super.after_layout();const o=this.child_views[0];o.layout.bbox=this.layout.bbox,o.render()}}s.ToolbarBoxView=d,d.__name__=\"ToolbarBoxView\";class b extends u.LayoutDOM{constructor(o){super(o)}}s.ToolbarBox=b,r=b,b.__name__=\"ToolbarBox\",r.prototype.default_view=d,r.define((({Ref:o})=>({toolbar:[o(a.ToolbarBase)],toolbar_location:[l.Location,\"right\"]})))},\n", - " function _(e,n,r,t,o){t();const s=e(1),u=e(53),c=(0,s.__importStar)(e(21)),a=e(8),l=e(13);r.resolve_defs=function(e,n){var r,t,o,s;function i(e){return null!=e.module?`${e.module}.${e.name}`:e.name}function f(e){if((0,a.isString)(e))switch(e){case\"Any\":return c.Any;case\"Unknown\":return c.Unknown;case\"Boolean\":return c.Boolean;case\"Number\":return c.Number;case\"Int\":return c.Int;case\"String\":return c.String;case\"Null\":return c.Null}else switch(e[0]){case\"Nullable\":{const[,n]=e;return c.Nullable(f(n))}case\"Or\":{const[,...n]=e;return c.Or(...n.map(f))}case\"Tuple\":{const[,n,...r]=e;return c.Tuple(f(n),...r.map(f))}case\"Array\":{const[,n]=e;return c.Array(f(n))}case\"Struct\":{const[,...n]=e,r=n.map((([e,n])=>[e,f(n)]));return c.Struct((0,l.to_object)(r))}case\"Dict\":{const[,n]=e;return c.Dict(f(n))}case\"Map\":{const[,n,r]=e;return c.Map(f(n),f(r))}case\"Enum\":{const[,...n]=e;return c.Enum(...n)}case\"Ref\":{const[,r]=e,t=n.get(i(r));if(null!=t)return c.Ref(t);throw new Error(`${i(r)} wasn't defined before referencing it`)}case\"AnyRef\":return c.AnyRef()}}for(const c of e){const e=(()=>{if(null==c.extends)return u.Model;{const e=n.get(i(c.extends));if(null!=e)return e;throw new Error(`base model ${i(c.extends)} of ${i(c)} is not defined`)}})(),a=((s=class extends e{}).__name__=c.name,s.__module__=c.module,s);for(const e of null!==(r=c.properties)&&void 0!==r?r:[]){const n=f(null!==(t=e.kind)&&void 0!==t?t:\"Unknown\");a.define({[e.name]:[n,e.default]})}for(const e of null!==(o=c.overrides)&&void 0!==o?o:[])a.override({[e.name]:e.default});n.register(a)}}},\n", - " function _(n,e,t,o,i){o();const d=n(5),c=n(226),s=n(113),a=n(43),l=n(398);t.index={},t.add_document_standalone=async function(n,e,o=[],i=!1){const u=new Map;async function f(i){let d;const f=n.roots().indexOf(i),r=o[f];null!=r?d=r:e.classList.contains(l.BOKEH_ROOT)?d=e:(d=(0,a.div)({class:l.BOKEH_ROOT}),e.appendChild(d));const w=await(0,s.build_view)(i,{parent:null});return w instanceof c.DOMView&&w.renderTo(d),u.set(i,w),t.index[i.id]=w,w}for(const e of n.roots())await f(e);return i&&(window.document.title=n.title()),n.on_change((n=>{n instanceof d.RootAddedEvent?f(n.model):n instanceof d.RootRemovedEvent?function(n){const e=u.get(n);null!=e&&(e.remove(),u.delete(n),delete t.index[n.id])}(n.model):i&&n instanceof d.TitleChangedEvent&&(window.document.title=n.title)})),[...u.values()]}},\n", - " function _(o,e,n,t,r){t();const l=o(43),d=o(44);function u(o){let e=document.getElementById(o);if(null==e)throw new Error(`Error rendering Bokeh model: could not find #${o} HTML tag`);if(!document.body.contains(e))throw new Error(`Error rendering Bokeh model: element #${o} must be under `);if(\"SCRIPT\"==e.tagName){const o=(0,l.div)({class:n.BOKEH_ROOT});(0,l.replaceWith)(e,o),e=o}return e}n.BOKEH_ROOT=d.root,n._resolve_element=function(o){const{elementid:e}=o;return null!=e?u(e):document.body},n._resolve_root_elements=function(o){const e=[];if(null!=o.root_ids&&null!=o.roots)for(const n of o.root_ids)e.push(u(o.roots[n]));return e}},\n", - " function _(n,o,t,s,e){s();const c=n(400),r=n(19),a=n(397);t._get_ws_url=function(n,o){let t,s=\"ws:\";return\"https:\"==window.location.protocol&&(s=\"wss:\"),null!=o?(t=document.createElement(\"a\"),t.href=o):t=window.location,null!=n?\"/\"==n&&(n=\"\"):n=t.pathname.replace(/\\/+$/,\"\"),`${s}//${t.host}${n}/ws`};const i={};t.add_document_from_session=async function(n,o,t,s=[],e=!1){const l=window.location.search.substr(1);let d;try{d=await function(n,o,t){const s=(0,c.parse_token)(o).session_id;n in i||(i[n]={});const e=i[n];return s in e||(e[s]=(0,c.pull_session)(n,o,t)),e[s]}(n,o,l)}catch(n){const t=(0,c.parse_token)(o).session_id;throw r.logger.error(`Failed to load Bokeh session ${t}: ${n}`),n}return(0,a.add_document_standalone)(d.document,t,s,e)}},\n", - " function _(e,s,n,t,o){t();const r=e(19),i=e(5),c=e(401),l=e(402),_=e(403);n.DEFAULT_SERVER_WEBSOCKET_URL=\"ws://localhost:5006/ws\",n.DEFAULT_TOKEN=\"eyJzZXNzaW9uX2lkIjogImRlZmF1bHQifQ\";let h=0;function a(e){let s=e.split(\".\")[0];const n=s.length%4;return 0!=n&&(s+=\"=\".repeat(4-n)),JSON.parse(atob(s.replace(/_/g,\"/\").replace(/-/g,\"+\")))}n.parse_token=a;class d{constructor(e=n.DEFAULT_SERVER_WEBSOCKET_URL,s=n.DEFAULT_TOKEN,t=null){this.url=e,this.token=s,this.args_string=t,this._number=h++,this.socket=null,this.session=null,this.closed_permanently=!1,this._current_handler=null,this._pending_replies=new Map,this._pending_messages=[],this._receiver=new l.Receiver,this.id=a(s).session_id.split(\".\")[0],r.logger.debug(`Creating websocket ${this._number} to '${this.url}' session '${this.id}'`)}async connect(){if(this.closed_permanently)throw new Error(\"Cannot connect() a closed ClientConnection\");if(null!=this.socket)throw new Error(\"Already connected\");this._current_handler=null,this._pending_replies.clear(),this._pending_messages=[];try{let e=`${this.url}`;return null!=this.args_string&&this.args_string.length>0&&(e+=`?${this.args_string}`),this.socket=new WebSocket(e,[\"bokeh\",this.token]),new Promise(((e,s)=>{this.socket.binaryType=\"arraybuffer\",this.socket.onopen=()=>this._on_open(e,s),this.socket.onmessage=e=>this._on_message(e),this.socket.onclose=e=>this._on_close(e,s),this.socket.onerror=()=>this._on_error(s)}))}catch(e){throw r.logger.error(`websocket creation failed to url: ${this.url}`),r.logger.error(` - ${e}`),e}}close(){this.closed_permanently||(r.logger.debug(`Permanently closing websocket connection ${this._number}`),this.closed_permanently=!0,null!=this.socket&&this.socket.close(1e3,`close method called on ClientConnection ${this._number}`),this.session._connection_closed())}_schedule_reconnect(e){setTimeout((()=>{this.closed_permanently||r.logger.info(`Websocket connection ${this._number} disconnected, will not attempt to reconnect`)}),e)}send(e){if(null==this.socket)throw new Error(`not connected so cannot send ${e}`);e.send(this.socket)}async send_with_reply(e){const s=await new Promise(((s,n)=>{this._pending_replies.set(e.msgid(),{resolve:s,reject:n}),this.send(e)}));if(\"ERROR\"===s.msgtype())throw new Error(`Error reply ${s.content.text}`);return s}async _pull_doc_json(){const e=c.Message.create(\"PULL-DOC-REQ\",{}),s=await this.send_with_reply(e);if(!(\"doc\"in s.content))throw new Error(\"No 'doc' field in PULL-DOC-REPLY\");return s.content.doc}async _repull_session_doc(e,s){var n;r.logger.debug(this.session?\"Repulling session\":\"Pulling session for first time\");try{const n=await this._pull_doc_json();if(null==this.session)if(this.closed_permanently)r.logger.debug(\"Got new document after connection was already closed\"),s(new Error(\"The connection has been closed\"));else{const s=i.Document.from_json(n),t=i.Document._compute_patch_since_json(n,s);if(t.events.length>0){r.logger.debug(`Sending ${t.events.length} changes from model construction back to server`);const e=c.Message.create(\"PATCH-DOC\",{},t);this.send(e)}this.session=new _.ClientSession(this,s,this.id);for(const e of this._pending_messages)this.session.handle(e);this._pending_messages=[],r.logger.debug(\"Created a new session from new pulled doc\"),e(this.session)}else this.session.document.replace_with_json(n),r.logger.debug(\"Updated existing session with new pulled doc\")}catch(e){null===(n=console.trace)||void 0===n||n.call(console,e),r.logger.error(`Failed to repull session ${e}`),s(e instanceof Error?e:`${e}`)}}_on_open(e,s){r.logger.info(`Websocket connection ${this._number} is now open`),this._current_handler=n=>{this._awaiting_ack_handler(n,e,s)}}_on_message(e){null==this._current_handler&&r.logger.error(\"Got a message with no current handler set\");try{this._receiver.consume(e.data)}catch(e){this._close_bad_protocol(`${e}`)}const s=this._receiver.message;if(null!=s){const e=s.problem();null!=e&&this._close_bad_protocol(e),this._current_handler(s)}}_on_close(e,s){r.logger.info(`Lost websocket ${this._number} connection, ${e.code} (${e.reason})`),this.socket=null,this._pending_replies.forEach((e=>e.reject(\"Disconnected\"))),this._pending_replies.clear(),this.closed_permanently||this._schedule_reconnect(2e3),s(new Error(`Lost websocket connection, ${e.code} (${e.reason})`))}_on_error(e){r.logger.debug(`Websocket error on socket ${this._number}`);const s=\"Could not open websocket\";r.logger.error(`Failed to connect to Bokeh server: ${s}`),e(new Error(s))}_close_bad_protocol(e){r.logger.error(`Closing connection: ${e}`),null!=this.socket&&this.socket.close(1002,e)}_awaiting_ack_handler(e,s,n){\"ACK\"===e.msgtype()?(this._current_handler=e=>this._steady_state_handler(e),this._repull_session_doc(s,n)):this._close_bad_protocol(\"First message was not an ACK\")}_steady_state_handler(e){const s=e.reqid(),n=this._pending_replies.get(s);n?(this._pending_replies.delete(s),n.resolve(e)):this.session?this.session.handle(e):\"PATCH-DOC\"!=e.msgtype()&&this._pending_messages.push(e)}}n.ClientConnection=d,d.__name__=\"ClientConnection\",n.pull_session=function(e,s,n){return new d(e,s,n).connect()}},\n", - " function _(e,s,t,r,n){r();const i=e(34);class a{constructor(e,s,t){this.header=e,this.metadata=s,this.content=t,this.buffers=new Map}static assemble(e,s,t){const r=JSON.parse(e),n=JSON.parse(s),i=JSON.parse(t);return new a(r,n,i)}assemble_buffer(e,s){const t=null!=this.header.num_buffers?this.header.num_buffers:0;if(t<=this.buffers.size)throw new Error(`too many buffers received, expecting ${t}`);const{id:r}=JSON.parse(e);this.buffers.set(r,s)}static create(e,s,t={}){const r=a.create_header(e);return new a(r,s,t)}static create_header(e){return{msgid:(0,i.uniqueId)(),msgtype:e}}complete(){return null!=this.header&&null!=this.metadata&&null!=this.content&&(null==this.header.num_buffers||this.buffers.size==this.header.num_buffers)}send(e){if((null!=this.header.num_buffers?this.header.num_buffers:0)>0)throw new Error(\"BokehJS only supports receiving buffers, not sending\");const s=JSON.stringify(this.header),t=JSON.stringify(this.metadata),r=JSON.stringify(this.content);e.send(s),e.send(t),e.send(r)}msgid(){return this.header.msgid}msgtype(){return this.header.msgtype}reqid(){return this.header.reqid}problem(){return\"msgid\"in this.header?\"msgtype\"in this.header?null:\"No msgtype in header\":\"No msgid in header\"}}t.Message=a,a.__name__=\"Message\"},\n", - " function _(e,t,s,_,r){_();const i=e(401),h=e(8);class a{constructor(){this.message=null,this._partial=null,this._fragments=[],this._buf_header=null,this._current_consumer=this._HEADER}consume(e){this._current_consumer(e)}_HEADER(e){this._assume_text(e),this.message=null,this._partial=null,this._fragments=[e],this._buf_header=null,this._current_consumer=this._METADATA}_METADATA(e){this._assume_text(e),this._fragments.push(e),this._current_consumer=this._CONTENT}_CONTENT(e){this._assume_text(e),this._fragments.push(e);const[t,s,_]=this._fragments.slice(0,3);this._partial=i.Message.assemble(t,s,_),this._check_complete()}_BUFFER_HEADER(e){this._assume_text(e),this._buf_header=e,this._current_consumer=this._BUFFER_PAYLOAD}_BUFFER_PAYLOAD(e){this._assume_binary(e),this._partial.assemble_buffer(this._buf_header,e),this._check_complete()}_assume_text(e){if(!(0,h.isString)(e))throw new Error(\"Expected text fragment but received binary fragment\")}_assume_binary(e){if(!(e instanceof ArrayBuffer))throw new Error(\"Expected binary fragment but received text fragment\")}_check_complete(){this._partial.complete()?(this.message=this._partial,this._current_consumer=this._HEADER):this._current_consumer=this._BUFFER_HEADER}}s.Receiver=a,a.__name__=\"Receiver\"},\n", - " function _(e,t,n,s,o){s();const c=e(5),i=e(401),_=e(19);class r{constructor(e,t,n){this._connection=e,this.document=t,this.id=n,this._document_listener=e=>{this._document_changed(e)},this.document.on_change(this._document_listener,!0)}handle(e){const t=e.msgtype();\"PATCH-DOC\"===t?this._handle_patch(e):\"OK\"===t?this._handle_ok(e):\"ERROR\"===t?this._handle_error(e):_.logger.debug(`Doing nothing with message ${e.msgtype()}`)}close(){this._connection.close()}_connection_closed(){this.document.remove_on_change(this._document_listener)}async request_server_info(){const e=i.Message.create(\"SERVER-INFO-REQ\",{});return(await this._connection.send_with_reply(e)).content}async force_roundtrip(){await this.request_server_info()}_document_changed(e){if(e.setter_id===this.id)return;const t=e instanceof c.DocumentEventBatch?e.events:[e],n=this.document.create_json_patch(t),s=i.Message.create(\"PATCH-DOC\",{},n);this._connection.send(s)}_handle_patch(e){this.document.apply_json_patch(e.content,e.buffers,this.id)}_handle_ok(e){_.logger.trace(`Unhandled OK reply to ${e.reqid()}`)}_handle_error(e){_.logger.error(`Unhandled ERROR reply to ${e.reqid()}: ${e.content.text}`)}}n.ClientSession=r,r.__name__=\"ClientSession\"},\n", - " function _(e,o,t,n,r){n();const s=e(1),l=e(5),i=e(402),a=e(19),c=e(43),g=e(13),f=e(397),u=e(398),m=(0,s.__importDefault)(e(44)),p=(0,s.__importDefault)(e(240)),d=(0,s.__importDefault)(e(405));function _(e,o){o.buffers.length>0?e.consume(o.buffers[0].buffer):e.consume(o.content.data);const t=e.message;null!=t&&this.apply_json_patch(t.content,t.buffers)}function b(e,o){if(\"undefined\"!=typeof Jupyter&&null!=Jupyter.notebook.kernel){a.logger.info(`Registering Jupyter comms for target ${e}`);const t=Jupyter.notebook.kernel.comm_manager;try{t.register_target(e,(t=>{a.logger.info(`Registering Jupyter comms for target ${e}`);const n=new i.Receiver;t.on_msg(_.bind(o,n))}))}catch(e){a.logger.warn(`Jupyter comms failed to register. push_notebook() will not function. (exception reported: ${e})`)}}else if(o.roots()[0].id in t.kernels){a.logger.info(`Registering JupyterLab comms for target ${e}`);const n=t.kernels[o.roots()[0].id];try{n.registerCommTarget(e,(t=>{a.logger.info(`Registering JupyterLab comms for target ${e}`);const n=new i.Receiver;t.onMsg=_.bind(o,n)}))}catch(e){a.logger.warn(`Jupyter comms failed to register. push_notebook() will not function. (exception reported: ${e})`)}}else if(\"undefined\"!=typeof google&&null!=google.colab.kernel){a.logger.info(`Registering Google Colab comms for target ${e}`);const t=google.colab.kernel.comms;try{t.registerTarget(e,(async t=>{var n,r,l;a.logger.info(`Registering Google Colab comms for target ${e}`);const c=new i.Receiver;try{for(var g,f=(0,s.__asyncValues)(t.messages);!(g=await f.next()).done;){const e=g.value,t={data:e.data},n=[];for(const o of null!==(l=e.buffers)&&void 0!==l?l:[])n.push(new DataView(o));const r={content:t,buffers:n};_.bind(o)(c,r)}}catch(e){n={error:e}}finally{try{g&&!g.done&&(r=f.return)&&await r.call(f)}finally{if(n)throw n.error}}}))}catch(e){a.logger.warn(`Google Colab comms failed to register. push_notebook() will not function. (exception reported: ${e})`)}}else console.warn(\"Jupyter notebooks comms not available. push_notebook() will not function. If running JupyterLab ensure the latest @bokeh/jupyter_bokeh extension is installed. In an exported notebook this warning is expected.\")}c.stylesheet.append(m.default),c.stylesheet.append(p.default),c.stylesheet.append(d.default),t.kernels={},t.embed_items_notebook=function(e,o){if(1!=(0,g.size)(e))throw new Error(\"embed_items_notebook expects exactly one document in docs_json\");const t=l.Document.from_json((0,g.values)(e)[0]);for(const e of o){null!=e.notebook_comms_target&&b(e.notebook_comms_target,t);const o=(0,u._resolve_element)(e),n=(0,u._resolve_root_elements)(e);(0,f.add_document_standalone)(t,o,n)}}},\n", - " function _(t,o,r,e,d){e(),r.root=\"bk-root\",r.tooltip=\"bk-tooltip\",r.default=\".rendered_html .bk-root .bk-tooltip table,.rendered_html .bk-root .bk-tooltip tr,.rendered_html .bk-root .bk-tooltip th,.rendered_html .bk-root .bk-tooltip td{border:none;padding:1px;}\"},\n", - " function _(t,_,o,r,n){r();const a=t(1);(0,a.__exportStar)(t(401),o),(0,a.__exportStar)(t(402),o)},\n", - " function _(e,t,n,s,o){function l(){const e=document.getElementsByTagName(\"body\")[0],t=document.getElementsByClassName(\"bokeh-test-div\");1==t.length&&(e.removeChild(t[0]),delete t[0]);const n=document.createElement(\"div\");n.classList.add(\"bokeh-test-div\"),n.style.display=\"none\",e.insertBefore(n,e.firstChild)}s(),n.results={},n.init=function(){l()},n.record0=function(e,t){n.results[e]=t},n.record=function(e,t){n.results[e]=t,l()},n.count=function(e){null==n.results[e]&&(n.results[e]=0),n.results[e]+=1,l()}},\n", - " function _(e,t,o,n,l){n(),o.safely=function(e,t=!1){try{return e()}catch(e){if(function(e){const t=document.createElement(\"div\");t.style.backgroundColor=\"#f2dede\",t.style.border=\"1px solid #a94442\",t.style.borderRadius=\"4px\",t.style.display=\"inline-block\",t.style.fontFamily=\"sans-serif\",t.style.marginTop=\"5px\",t.style.minWidth=\"200px\",t.style.padding=\"5px 5px 5px 10px\",t.classList.add(\"bokeh-error-box-into-flames\");const o=document.createElement(\"span\");o.style.backgroundColor=\"#a94442\",o.style.borderRadius=\"0px 4px 0px 0px\",o.style.color=\"white\",o.style.cursor=\"pointer\",o.style.cssFloat=\"right\",o.style.fontSize=\"0.8em\",o.style.margin=\"-6px -6px 0px 0px\",o.style.padding=\"2px 5px 4px 5px\",o.title=\"close\",o.setAttribute(\"aria-label\",\"close\"),o.appendChild(document.createTextNode(\"x\")),o.addEventListener(\"click\",(()=>s.removeChild(t)));const n=document.createElement(\"h3\");n.style.color=\"#a94442\",n.style.margin=\"8px 0px 0px 0px\",n.style.padding=\"0px\",n.appendChild(document.createTextNode(\"Bokeh Error\"));const l=document.createElement(\"pre\");l.style.whiteSpace=\"unset\",l.style.overflowX=\"auto\",l.appendChild(document.createTextNode(e)),t.appendChild(o),t.appendChild(n),t.appendChild(l);const s=document.getElementsByTagName(\"body\")[0];s.insertBefore(t,s.firstChild)}(e instanceof Error&&e.stack?e.stack:`${e}`),t)return;throw e}}},\n", - " ], 0, {\"main\":0,\"tslib\":1,\"index\":2,\"version\":3,\"embed/index\":4,\"document/index\":5,\"document/document\":6,\"base\":7,\"core/util/types\":8,\"core/util/array\":9,\"core/util/math\":10,\"core/util/assert\":11,\"core/util/arrayable\":12,\"core/util/object\":13,\"core/has_props\":14,\"core/signaling\":15,\"core/util/defer\":16,\"core/util/refs\":17,\"core/properties\":18,\"core/logging\":19,\"core/enums\":20,\"core/kinds\":21,\"core/util/color\":22,\"core/util/svg_colors\":23,\"core/types\":24,\"core/util/bitset\":25,\"core/util/eq\":26,\"core/util/platform\":27,\"core/settings\":28,\"core/util/ndarray\":29,\"core/serializer\":30,\"core/util/serialization\":31,\"core/util/buffer\":32,\"core/uniforms\":33,\"core/util/string\":34,\"document/events\":35,\"core/util/pretty\":36,\"core/util/cloneable\":37,\"models/index\":38,\"models/annotations/index\":39,\"models/annotations/annotation\":40,\"models/renderers/renderer\":41,\"core/view\":42,\"core/dom\":43,\"styles/root.css\":44,\"core/visuals/index\":45,\"core/visuals/line\":46,\"core/visuals/visual\":47,\"core/property_mixins\":48,\"core/visuals/fill\":49,\"core/visuals/text\":50,\"core/visuals/hatch\":51,\"core/visuals/patterns\":52,\"model\":53,\"models/canvas/coordinates\":54,\"models/scales/scale\":55,\"models/transforms/transform\":56,\"models/ranges/range\":57,\"models/ranges/range1d\":58,\"models/scales/linear_scale\":59,\"models/scales/continuous_scale\":60,\"models/scales/log_scale\":61,\"models/scales/categorical_scale\":62,\"models/ranges/data_range1d\":63,\"models/ranges/data_range\":64,\"core/util/bbox\":65,\"models/util\":66,\"models/ranges/factor_range\":67,\"models/annotations/arrow\":68,\"models/annotations/data_annotation\":69,\"models/sources/columnar_data_source\":70,\"models/sources/data_source\":71,\"models/selections/selection\":72,\"core/selection_manager\":73,\"models/selections/interaction_policy\":74,\"models/sources/column_data_source\":75,\"core/util/typed_array\":76,\"core/util/set\":77,\"core/util/projections\":78,\"models/annotations/arrow_head\":112,\"core/build_views\":113,\"models/annotations/band\":114,\"models/annotations/upper_lower\":115,\"models/annotations/box_annotation\":116,\"models/annotations/color_bar\":117,\"models/annotations/title\":118,\"models/annotations/text_annotation\":119,\"core/graphics\":120,\"core/util/text\":121,\"core/util/affine\":122,\"core/layout/side_panel\":123,\"core/layout/types\":124,\"core/layout/layoutable\":125,\"models/canvas/cartesian_frame\":126,\"models/axes/index\":127,\"models/axes/axis\":128,\"models/renderers/guide_renderer\":129,\"models/tickers/ticker\":130,\"models/formatters/tick_formatter\":131,\"models/policies/labeling\":132,\"models/text/base_text\":133,\"models/text/utils\":134,\"models/text/math_text\":135,\"core/util/image\":136,\"models/text/providers\":137,\"core/util/modules\":138,\"models/text/plain_text\":139,\"models/axes/categorical_axis\":140,\"models/tickers/categorical_ticker\":141,\"models/formatters/categorical_tick_formatter\":142,\"models/axes/continuous_axis\":143,\"models/axes/datetime_axis\":144,\"models/axes/linear_axis\":145,\"models/formatters/basic_tick_formatter\":146,\"models/tickers/basic_ticker\":147,\"models/tickers/adaptive_ticker\":148,\"models/tickers/continuous_ticker\":149,\"models/formatters/datetime_tick_formatter\":150,\"core/util/templating\":152,\"models/tickers/datetime_ticker\":155,\"models/tickers/composite_ticker\":156,\"models/tickers/days_ticker\":157,\"models/tickers/single_interval_ticker\":158,\"models/tickers/util\":159,\"models/tickers/months_ticker\":160,\"models/tickers/years_ticker\":161,\"models/axes/log_axis\":162,\"models/formatters/log_tick_formatter\":163,\"models/tickers/log_ticker\":164,\"models/axes/mercator_axis\":165,\"models/formatters/mercator_tick_formatter\":166,\"models/tickers/mercator_ticker\":167,\"models/tickers/index\":168,\"models/tickers/fixed_ticker\":169,\"models/tickers/binned_ticker\":170,\"models/mappers/scanning_color_mapper\":171,\"models/mappers/continuous_color_mapper\":172,\"models/mappers/color_mapper\":173,\"models/mappers/mapper\":174,\"models/renderers/glyph_renderer\":175,\"models/renderers/data_renderer\":176,\"models/glyphs/line\":177,\"models/glyphs/xy_glyph\":178,\"models/glyphs/glyph\":179,\"core/util/ragged_array\":180,\"core/util/spatial\":181,\"models/glyphs/utils\":184,\"core/hittest\":185,\"models/glyphs/patch\":186,\"models/glyphs/harea\":187,\"models/glyphs/area\":188,\"models/glyphs/varea\":189,\"models/sources/cds_view\":190,\"models/filters/filter\":191,\"models/formatters/index\":192,\"models/formatters/func_tick_formatter\":193,\"models/formatters/numeral_tick_formatter\":194,\"models/formatters/printf_tick_formatter\":195,\"models/mappers/index\":196,\"models/mappers/categorical_color_mapper\":197,\"models/mappers/categorical_mapper\":198,\"models/mappers/categorical_marker_mapper\":199,\"models/mappers/categorical_pattern_mapper\":200,\"models/mappers/linear_color_mapper\":201,\"models/mappers/log_color_mapper\":202,\"models/mappers/eqhist_color_mapper\":203,\"models/scales/index\":204,\"models/scales/linear_interpolation_scale\":205,\"models/ranges/index\":206,\"core/layout/index\":207,\"core/layout/alignments\":208,\"core/layout/grid\":209,\"core/layout/html\":210,\"core/layout/border\":211,\"models/annotations/label\":212,\"models/annotations/label_set\":213,\"models/annotations/legend\":214,\"models/annotations/legend_item\":215,\"core/vectorization\":216,\"models/annotations/poly_annotation\":217,\"models/annotations/slope\":218,\"models/annotations/span\":219,\"models/annotations/toolbar_panel\":220,\"models/tools/toolbar\":221,\"models/tools/tool\":222,\"models/tools/gestures/gesture_tool\":223,\"models/tools/button_tool\":224,\"core/dom_view\":226,\"styles/toolbar.css\":227,\"styles/icons.css\":228,\"styles/menus.css\":229,\"core/util/menus\":230,\"models/tools/on_off_button\":231,\"models/tools/inspectors/inspect_tool\":232,\"models/tools/toolbar_base\":233,\"core/util/iterator\":234,\"core/util/canvas\":235,\"core/util/svg\":236,\"core/util/random\":237,\"models/tools/actions/action_tool\":238,\"models/tools/actions/help_tool\":239,\"styles/logo.css\":240,\"models/annotations/tooltip\":241,\"styles/tooltips.css\":242,\"models/annotations/whisker\":243,\"models/callbacks/index\":244,\"models/callbacks/customjs\":245,\"models/callbacks/callback\":246,\"models/callbacks/open_url\":247,\"models/canvas/index\":248,\"models/canvas/canvas\":249,\"core/ui_events\":250,\"core/bokeh_events\":251,\"core/util/wheel\":252,\"models/expressions/index\":253,\"models/expressions/expression\":254,\"models/expressions/customjs_expr\":255,\"models/expressions/stack\":256,\"models/expressions/cumsum\":257,\"models/expressions/minimum\":258,\"models/expressions/maximum\":259,\"models/expressions/coordinate_transform\":260,\"models/expressions/polar\":261,\"models/filters/index\":262,\"models/filters/boolean_filter\":263,\"models/filters/customjs_filter\":264,\"models/filters/group_filter\":265,\"models/filters/index_filter\":266,\"models/glyphs/index\":267,\"models/glyphs/annular_wedge\":268,\"models/glyphs/annulus\":269,\"models/glyphs/arc\":270,\"models/glyphs/bezier\":271,\"models/glyphs/circle\":272,\"models/glyphs/ellipse\":273,\"models/glyphs/ellipse_oval\":274,\"models/glyphs/center_rotatable\":275,\"models/glyphs/hbar\":276,\"models/glyphs/box\":277,\"models/glyphs/hex_tile\":278,\"models/glyphs/image\":279,\"models/glyphs/image_base\":280,\"models/glyphs/image_rgba\":281,\"models/glyphs/image_url\":282,\"models/glyphs/multi_line\":283,\"models/glyphs/multi_polygons\":284,\"models/glyphs/oval\":285,\"models/glyphs/patches\":286,\"models/glyphs/quad\":287,\"models/glyphs/quadratic\":288,\"models/glyphs/ray\":289,\"models/glyphs/rect\":290,\"models/glyphs/scatter\":291,\"models/glyphs/marker\":292,\"models/glyphs/defs\":293,\"models/glyphs/segment\":294,\"models/glyphs/spline\":295,\"core/util/interpolation\":296,\"models/glyphs/step\":297,\"models/glyphs/text\":298,\"models/glyphs/vbar\":299,\"models/glyphs/wedge\":300,\"models/graphs/index\":301,\"models/graphs/graph_hit_test_policy\":302,\"models/graphs/layout_provider\":303,\"models/graphs/static_layout_provider\":304,\"models/grids/index\":305,\"models/grids/grid\":306,\"models/layouts/index\":307,\"models/layouts/box\":308,\"models/layouts/layout_dom\":309,\"models/layouts/column\":310,\"models/layouts/grid_box\":311,\"models/layouts/html_box\":312,\"models/layouts/panel\":313,\"models/layouts/row\":314,\"models/layouts/spacer\":315,\"models/layouts/tabs\":316,\"styles/tabs.css\":317,\"styles/buttons.css\":318,\"models/layouts/widget_box\":319,\"models/text/index\":320,\"models/transforms/index\":321,\"models/transforms/customjs_transform\":322,\"models/transforms/dodge\":323,\"models/transforms/range_transform\":324,\"models/transforms/interpolator\":325,\"models/transforms/jitter\":326,\"models/transforms/linear_interpolator\":327,\"models/transforms/step_interpolator\":328,\"models/plots/index\":329,\"models/plots/gmap_plot\":330,\"models/plots/plot\":331,\"models/plots/plot_canvas\":332,\"core/util/throttle\":333,\"models/plots/range_manager\":334,\"models/plots/state_manager\":335,\"models/plots/gmap_plot_canvas\":336,\"models/policies/index\":337,\"models/renderers/index\":338,\"models/renderers/graph_renderer\":339,\"models/selections/index\":340,\"models/sources/index\":341,\"models/sources/server_sent_data_source\":342,\"models/sources/web_data_source\":343,\"models/sources/ajax_data_source\":344,\"models/sources/geojson_data_source\":345,\"models/tiles/index\":346,\"models/tiles/bbox_tile_source\":347,\"models/tiles/mercator_tile_source\":348,\"models/tiles/tile_source\":349,\"models/tiles/tile_utils\":350,\"models/tiles/quadkey_tile_source\":351,\"models/tiles/tile_renderer\":352,\"models/tiles/wmts_tile_source\":353,\"styles/tiles.css\":354,\"models/tiles/tms_tile_source\":355,\"models/textures/index\":356,\"models/textures/canvas_texture\":357,\"models/textures/texture\":358,\"models/textures/image_url_texture\":359,\"models/tools/index\":360,\"models/tools/actions/custom_action\":361,\"models/tools/actions/redo_tool\":362,\"models/tools/actions/reset_tool\":363,\"models/tools/actions/save_tool\":364,\"models/tools/actions/undo_tool\":365,\"models/tools/actions/zoom_in_tool\":366,\"models/tools/actions/zoom_base_tool\":367,\"core/util/zoom\":368,\"models/tools/actions/zoom_out_tool\":369,\"models/tools/edit/edit_tool\":370,\"models/tools/edit/box_edit_tool\":371,\"models/tools/edit/freehand_draw_tool\":372,\"models/tools/edit/point_draw_tool\":373,\"models/tools/edit/poly_draw_tool\":374,\"models/tools/edit/poly_tool\":375,\"models/tools/edit/poly_edit_tool\":376,\"models/tools/gestures/box_select_tool\":377,\"models/tools/gestures/select_tool\":378,\"models/tools/gestures/box_zoom_tool\":379,\"models/tools/gestures/lasso_select_tool\":380,\"models/tools/gestures/poly_select_tool\":381,\"models/tools/edit/line_edit_tool\":382,\"models/tools/edit/line_tool\":383,\"models/tools/gestures/pan_tool\":384,\"models/tools/gestures/range_tool\":385,\"models/tools/gestures/tap_tool\":386,\"models/tools/gestures/wheel_pan_tool\":387,\"models/tools/gestures/wheel_zoom_tool\":388,\"models/tools/inspectors/crosshair_tool\":389,\"models/tools/inspectors/customjs_hover\":390,\"models/tools/inspectors/hover_tool\":391,\"models/dom/index\":392,\"models/dom/styles\":393,\"models/tools/tool_proxy\":394,\"models/tools/toolbar_box\":395,\"document/defs\":396,\"embed/standalone\":397,\"embed/dom\":398,\"embed/server\":399,\"client/connection\":400,\"protocol/message\":401,\"protocol/receiver\":402,\"client/session\":403,\"embed/notebook\":404,\"styles/notebook.css\":405,\"protocol/index\":406,\"testing\":407,\"safely\":408}, {});});\n", - "\n", - " /* END bokeh.min.js */\n", - " },\n", - " function(Bokeh) {\n", - " /* BEGIN bokeh-gl.min.js */\n", - " /*!\n", - " * Copyright (c) 2012 - 2022, Anaconda, Inc., and Bokeh Contributors\n", - " * All rights reserved.\n", - " * \n", - " * Redistribution and use in source and binary forms, with or without modification,\n", - " * are permitted provided that the following conditions are met:\n", - " * \n", - " * Redistributions of source code must retain the above copyright notice,\n", - " * this list of conditions and the following disclaimer.\n", - " * \n", - " * Redistributions in binary form must reproduce the above copyright notice,\n", - " * this list of conditions and the following disclaimer in the documentation\n", - " * and/or other materials provided with the distribution.\n", - " * \n", - " * Neither the name of Anaconda nor the names of any contributors\n", - " * may be used to endorse or promote products derived from this software\n", - " * without specific prior written permission.\n", - " * \n", - " * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n", - " * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n", - " * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n", - " * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n", - " * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n", - " * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n", - " * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n", - " * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n", - " * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n", - " * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n", - " * THE POSSIBILITY OF SUCH DAMAGE.\n", - " */\n", - " (function(root, factory) {\n", - " factory(root[\"Bokeh\"], \"2.4.3\");\n", - " })(this, function(Bokeh, version) {\n", - " let define;\n", - " return (function(modules, entry, aliases, externals) {\n", - " const bokeh = typeof Bokeh !== \"undefined\" && (version != null ? Bokeh[version] : Bokeh);\n", - " if (bokeh != null) {\n", - " return bokeh.register_plugin(modules, entry, aliases);\n", - " } else {\n", - " throw new Error(\"Cannot find Bokeh \" + version + \". You have to load it prior to loading plugins.\");\n", - " }\n", - " })\n", - " ({\n", - " 409: function _(n,c,f,i,o){i(),n(410)},\n", - " 410: function _(t,_,r,e,o){e();const a=t(1);o(\"get_regl\",t(411).get_regl),(0,a.__exportStar)(t(419),r),(0,a.__exportStar)(t(423),r),(0,a.__exportStar)(t(425),r),(0,a.__exportStar)(t(426),r),(0,a.__exportStar)(t(427),r),(0,a.__exportStar)(t(428),r),(0,a.__exportStar)(t(429),r),(0,a.__exportStar)(t(424),r)},\n", - " 411: function _(t,i,e,_,a){_();const r=t(1),o=(0,r.__importDefault)(t(412)),n=t(413),s=(0,r.__importDefault)(t(415)),l=(0,r.__importDefault)(t(416)),p=(0,r.__importDefault)(t(417)),h=(0,r.__importDefault)(t(418));let c;e.get_regl=function(t){return null==c&&(c=new u(t)),c};class u{constructor(t){try{this._regl=(0,o.default)({gl:t,extensions:[\"ANGLE_instanced_arrays\",\"EXT_blend_minmax\"]}),this._regl_available=!0,this._line_geometry=this._regl.buffer({usage:\"static\",type:\"float\",data:[[-2,0],[-1,-1],[1,-1],[2,0],[1,1],[-1,1]]}),this._line_triangles=this._regl.elements({usage:\"static\",primitive:\"triangles\",data:[[0,1,5],[1,2,5],[5,2,4],[2,3,4]]})}catch(t){this._regl_available=!1}}buffer(t){return this._regl.buffer(t)}clear(t,i){this._viewport={x:0,y:0,width:t,height:i},this._regl.clear({color:[0,0,0,0]})}get has_webgl(){return this._regl_available}get scissor(){return this._scissor}set_scissor(t,i,e,_){this._scissor={x:t,y:i,width:e,height:_}}get viewport(){return this._viewport}dashed_line(){return null==this._dashed_line&&(this._dashed_line=function(t,i,e){const _={vert:`#define DASHED\\n\\n${s.default}`,frag:`#define DASHED\\n\\n${l.default}`,attributes:{a_position:{buffer:i,divisor:0},a_point_prev:(t,i)=>i.points.to_attribute_config(),a_point_start:(t,i)=>i.points.to_attribute_config(2*Float32Array.BYTES_PER_ELEMENT),a_point_end:(t,i)=>i.points.to_attribute_config(4*Float32Array.BYTES_PER_ELEMENT),a_point_next:(t,i)=>i.points.to_attribute_config(6*Float32Array.BYTES_PER_ELEMENT),a_show_prev:(t,i)=>i.show.to_attribute_config(),a_show_curr:(t,i)=>i.show.to_attribute_config(Uint8Array.BYTES_PER_ELEMENT),a_show_next:(t,i)=>i.show.to_attribute_config(2*Uint8Array.BYTES_PER_ELEMENT),a_length_so_far:(t,i)=>i.length_so_far.to_attribute_config()},uniforms:{u_canvas_size:t.prop(\"canvas_size\"),u_pixel_ratio:t.prop(\"pixel_ratio\"),u_antialias:t.prop(\"antialias\"),u_line_color:t.prop(\"line_color\"),u_linewidth:t.prop(\"linewidth\"),u_miter_limit:t.prop(\"miter_limit\"),u_line_join:t.prop(\"line_join\"),u_line_cap:t.prop(\"line_cap\"),u_dash_tex:t.prop(\"dash_tex\"),u_dash_tex_info:t.prop(\"dash_tex_info\"),u_dash_scale:t.prop(\"dash_scale\"),u_dash_offset:t.prop(\"dash_offset\")},elements:e,instances:t.prop(\"nsegments\"),blend:{enable:!0,equation:\"max\",func:{srcRGB:1,srcAlpha:1,dstRGB:1,dstAlpha:1}},depth:{enable:!1},scissor:{enable:!0,box:t.prop(\"scissor\")},viewport:t.prop(\"viewport\")};return t(_)}(this._regl,this._line_geometry,this._line_triangles)),this._dashed_line}get_dash(t){return null==this._dash_cache&&(this._dash_cache=new n.DashCache(this._regl)),this._dash_cache.get(t)}marker_no_hatch(t){null==this._marker_no_hatch_map&&(this._marker_no_hatch_map=new Map);let i=this._marker_no_hatch_map.get(t);return null==i&&(i=function(t,i){const e={vert:p.default,frag:`#define USE_${i.toUpperCase()}\\n${h.default}`,attributes:{a_position:{buffer:t.buffer([[-.5,-.5],[-.5,.5],[.5,.5],[.5,-.5]]),divisor:0},a_center:(t,i)=>i.center.to_attribute_config(),a_width:(t,i)=>i.width.to_attribute_config(),a_height:(t,i)=>i.height.to_attribute_config(),a_angle:(t,i)=>i.angle.to_attribute_config(),a_linewidth:(t,i)=>i.linewidth.to_attribute_config(),a_line_color:(t,i)=>i.line_color.to_attribute_config(),a_fill_color:(t,i)=>i.fill_color.to_attribute_config(),a_line_cap:(t,i)=>i.line_cap.to_attribute_config(),a_line_join:(t,i)=>i.line_join.to_attribute_config(),a_show:(t,i)=>i.show.to_attribute_config()},uniforms:{u_canvas_size:t.prop(\"canvas_size\"),u_pixel_ratio:t.prop(\"pixel_ratio\"),u_antialias:t.prop(\"antialias\"),u_size_hint:t.prop(\"size_hint\")},count:4,primitive:\"triangle fan\",instances:t.prop(\"nmarkers\"),blend:{enable:!0,func:{srcRGB:\"one\",srcAlpha:\"one\",dstRGB:\"one minus src alpha\",dstAlpha:\"one minus src alpha\"}},depth:{enable:!1},scissor:{enable:!0,box:t.prop(\"scissor\")},viewport:t.prop(\"viewport\")};return t(e)}(this._regl,t),this._marker_no_hatch_map.set(t,i)),i}marker_hatch(t){null==this._marker_hatch_map&&(this._marker_hatch_map=new Map);let i=this._marker_hatch_map.get(t);return null==i&&(i=function(t,i){const e={vert:`#define HATCH\\n${p.default}`,frag:`#define USE_${i.toUpperCase()}\\n#define HATCH\\n${h.default}`,attributes:{a_position:{buffer:t.buffer([[-.5,-.5],[-.5,.5],[.5,.5],[.5,-.5]]),divisor:0},a_center:(t,i)=>i.center.to_attribute_config(),a_width:(t,i)=>i.width.to_attribute_config(),a_height:(t,i)=>i.height.to_attribute_config(),a_angle:(t,i)=>i.angle.to_attribute_config(),a_linewidth:(t,i)=>i.linewidth.to_attribute_config(),a_line_color:(t,i)=>i.line_color.to_attribute_config(),a_fill_color:(t,i)=>i.fill_color.to_attribute_config(),a_line_cap:(t,i)=>i.line_cap.to_attribute_config(),a_line_join:(t,i)=>i.line_join.to_attribute_config(),a_show:(t,i)=>i.show.to_attribute_config(),a_hatch_pattern:(t,i)=>i.hatch_pattern.to_attribute_config(),a_hatch_scale:(t,i)=>i.hatch_scale.to_attribute_config(),a_hatch_weight:(t,i)=>i.hatch_weight.to_attribute_config(),a_hatch_color:(t,i)=>i.hatch_color.to_attribute_config()},uniforms:{u_canvas_size:t.prop(\"canvas_size\"),u_pixel_ratio:t.prop(\"pixel_ratio\"),u_antialias:t.prop(\"antialias\"),u_size_hint:t.prop(\"size_hint\")},count:4,primitive:\"triangle fan\",instances:t.prop(\"nmarkers\"),blend:{enable:!0,func:{srcRGB:\"one\",srcAlpha:\"one\",dstRGB:\"one minus src alpha\",dstAlpha:\"one minus src alpha\"}},depth:{enable:!1},scissor:{enable:!0,box:t.prop(\"scissor\")},viewport:t.prop(\"viewport\")};return t(e)}(this._regl,t),this._marker_hatch_map.set(t,i)),i}solid_line(){return null==this._solid_line&&(this._solid_line=function(t,i,e){const _={vert:s.default,frag:l.default,attributes:{a_position:{buffer:i,divisor:0},a_point_prev:(t,i)=>i.points.to_attribute_config(),a_point_start:(t,i)=>i.points.to_attribute_config(2*Float32Array.BYTES_PER_ELEMENT),a_point_end:(t,i)=>i.points.to_attribute_config(4*Float32Array.BYTES_PER_ELEMENT),a_point_next:(t,i)=>i.points.to_attribute_config(6*Float32Array.BYTES_PER_ELEMENT),a_show_prev:(t,i)=>i.show.to_attribute_config(),a_show_curr:(t,i)=>i.show.to_attribute_config(Uint8Array.BYTES_PER_ELEMENT),a_show_next:(t,i)=>i.show.to_attribute_config(2*Uint8Array.BYTES_PER_ELEMENT)},uniforms:{u_canvas_size:t.prop(\"canvas_size\"),u_pixel_ratio:t.prop(\"pixel_ratio\"),u_antialias:t.prop(\"antialias\"),u_line_color:t.prop(\"line_color\"),u_linewidth:t.prop(\"linewidth\"),u_miter_limit:t.prop(\"miter_limit\"),u_line_join:t.prop(\"line_join\"),u_line_cap:t.prop(\"line_cap\")},elements:e,instances:t.prop(\"nsegments\"),blend:{enable:!0,equation:\"max\",func:{srcRGB:1,srcAlpha:1,dstRGB:1,dstAlpha:1}},depth:{enable:!1},scissor:{enable:!0,box:t.prop(\"scissor\")},viewport:t.prop(\"viewport\")};return t(_)}(this._regl,this._line_geometry,this._line_triangles)),this._solid_line}}e.ReglWrapper=u,u.__name__=\"ReglWrapper\"},\n", - " 412: function _(e,t,r,n,a){var i,o;i=this,o=function(){\"use strict\";var e=function(e){return e instanceof Uint8Array||e instanceof Uint16Array||e instanceof Uint32Array||e instanceof Int8Array||e instanceof Int16Array||e instanceof Int32Array||e instanceof Float32Array||e instanceof Float64Array||e instanceof Uint8ClampedArray},t=function(e,t){for(var r=Object.keys(t),n=0;n=0&&(0|e)===e||n(\"invalid parameter type, (\"+e+\")\"+i(t)+\". must be a nonnegative integer\")},oneOf:f,shaderError:function(e,t,n,i,o){if(!e.getShaderParameter(t,e.COMPILE_STATUS)){var f=e.getShaderInfoLog(t),u=i===e.FRAGMENT_SHADER?\"fragment\":\"vertex\";g(n,\"string\",u+\" shader source must be a string\",o);var c=h(n,o),l=function(e){var t=[];return e.split(\"\\n\").forEach((function(e){if(!(e.length<5)){var r=/^ERROR:\\s+(\\d+):(\\d+):\\s*(.*)$/.exec(e);r?t.push(new d(0|r[1],0|r[2],r[3].trim())):e.length>0&&t.push(new d(\"unknown\",0,e))}})),t}(f);!function(e,t){t.forEach((function(t){var r=e[t.file];if(r){var n=r.index[t.line];if(n)return n.errors.push(t),void(r.hasErrors=!0)}e.unknown.hasErrors=!0,e.unknown.lines[0].errors.push(t)}))}(c,l),Object.keys(c).forEach((function(e){var t=c[e];if(t.hasErrors){var n=[\"\"],a=[\"\"];i(\"file number \"+e+\": \"+t.name+\"\\n\",\"color:red;text-decoration:underline;font-weight:bold\"),t.lines.forEach((function(e){if(e.errors.length>0){i(s(e.number,4)+\"| \",\"background-color:yellow; font-weight:bold\"),i(e.line+r,\"color:red; background-color:yellow; font-weight:bold\");var t=0;e.errors.forEach((function(n){var a=n.message,o=/^\\s*'(.*)'\\s*:\\s*(.*)$/.exec(a);if(o){var f=o[1];a=o[2],\"assign\"===f&&(f=\"=\"),t=Math.max(e.line.indexOf(f,t),0)}else t=0;i(s(\"| \",6)),i(s(\"^^^\",t+3)+r,\"font-weight:bold\"),i(s(\"| \",6)),i(a+r,\"font-weight:bold\")})),i(s(\"| \",6)+r)}else i(s(e.number,4)+\"| \"),i(e.line+r,\"color:red\")})),\"undefined\"==typeof document||window.chrome?console.log(n.join(\"\")):(a[0]=n.join(\"%c\"),console.log.apply(console,a))}function i(e,t){n.push(e),a.push(t||\"\")}})),a.raise(\"Error compiling \"+u+\" shader, \"+c[0].name)}},linkError:function(e,t,n,i,o){if(!e.getProgramParameter(t,e.LINK_STATUS)){var f=e.getProgramInfoLog(t),u=h(n,o),s='Error linking program with vertex shader, \"'+h(i,o)[0].name+'\", and fragment shader \"'+u[0].name+'\"';\"undefined\"!=typeof document?console.log(\"%c\"+s+\"\\n%c\"+f,\"color:red;text-decoration:underline;font-weight:bold\",\"color:red\"):console.log(s+r+f),a.raise(s)}},callSite:p,saveCommandRef:b,saveDrawInfo:function(e,t,r,n){function a(e){return e?n.id(e):0}function i(e,t){Object.keys(t).forEach((function(t){e[n.id(t)]=!0}))}b(e),e._fragId=a(e.static.frag),e._vertId=a(e.static.vert);var o=e._uniformSet={};i(o,t.static),i(o,t.dynamic);var f=e._attributeSet={};i(f,r.static),i(f,r.dynamic),e._hasCount=\"count\"in e.static||\"count\"in e.dynamic||\"elements\"in e.static||\"elements\"in e.dynamic},framebufferFormat:function(e,t,r){e.texture?f(e.texture._texture.internalformat,t,\"unsupported texture format for attachment\"):f(e.renderbuffer._renderbuffer.format,r,\"unsupported renderbuffer format for attachment\")},guessCommand:m,texture2D:function(e,t,r){var n,i=t.width,o=t.height,f=t.channels;a(i>0&&i<=r.maxTextureSize&&o>0&&o<=r.maxTextureSize,\"invalid texture shape\"),e.wrapS===y&&e.wrapT===y||a(A(i)&&A(o),\"incompatible wrap mode for texture, both width and height must be power of 2\"),1===t.mipmask?1!==i&&1!==o&&a(9984!==e.minFilter&&9986!==e.minFilter&&9985!==e.minFilter&&9987!==e.minFilter,\"min filter requires mipmap\"):(a(A(i)&&A(o),\"texture must be a square power of 2 to support mipmapping\"),a(t.mipmask===(i<<1)-1,\"missing or incomplete mipmap data\")),5126===t.type&&(r.extensions.indexOf(\"oes_texture_float_linear\")<0&&a(9728===e.minFilter&&9728===e.magFilter,\"filter not supported, must enable oes_texture_float_linear\"),a(!e.genMipmaps,\"mipmap generation not supported with float textures\"));var u=t.images;for(n=0;n<16;++n)if(u[n]){var s=i>>n,c=o>>n;a(t.mipmask&1<0&&i<=n.maxTextureSize&&o>0&&o<=n.maxTextureSize,\"invalid texture shape\"),a(i===o,\"cube map must be square\"),a(t.wrapS===y&&t.wrapT===y,\"wrap mode not supported by cube map\");for(var u=0;u>l,p=o>>l;a(s.mipmask&1<1&&t===r&&('\"'===t||\"'\"===t))return['\"'+O(e.substr(1,e.length-2))+'\"'];var n=/\\[(false|true|null|\\d+|'[^']*'|\"[^\"]*\")\\]/.exec(e);if(n)return E(e.substr(0,n.index)).concat(E(n[1])).concat(E(e.substr(n.index+n[0].length)));var a=e.split(\".\");if(1===a.length)return['\"'+O(e)+'\"'];for(var i=[],o=0;o0,\"invalid pixel ratio\"))):_.raise(\"invalid arguments to regl\"),r&&(\"canvas\"===r.nodeName.toLowerCase()?a=r:n=r),!i){if(!a){_(\"undefined\"!=typeof document,\"must manually specify webgl context outside of DOM environments\");var h=function(e,r,n){var a,i=document.createElement(\"canvas\");function o(){var t=window.innerWidth,r=window.innerHeight;if(e!==document.body){var a=i.getBoundingClientRect();t=a.right-a.left,r=a.bottom-a.top}i.width=n*t,i.height=n*r}return t(i.style,{border:0,margin:0,padding:0,top:0,left:0,width:\"100%\",height:\"100%\"}),e.appendChild(i),e===document.body&&(i.style.position=\"absolute\",t(e.style,{margin:0,padding:0})),e!==document.body&&\"function\"==typeof ResizeObserver?(a=new ResizeObserver((function(){setTimeout(o)}))).observe(e):window.addEventListener(\"resize\",o,!1),o(),{canvas:i,onDestroy:function(){a?a.disconnect():window.removeEventListener(\"resize\",o),e.removeChild(i)}}}(n||document.body,0,l);if(!h)return null;a=h.canvas,p=h.onDestroy}void 0===u.premultipliedAlpha&&(u.premultipliedAlpha=!0),i=function(e,t){function r(r){try{return e.getContext(r,t)}catch(e){return null}}return r(\"webgl\")||r(\"experimental-webgl\")||r(\"webgl-experimental\")}(a,u)}return i?{gl:i,canvas:a,container:n,extensions:s,optionalExtensions:c,pixelRatio:l,profile:d,onDone:m,onDestroy:p}:(p(),m(\"webgl not supported, try upgrading your browser or graphics drivers http://get.webgl.org\"),null)}function V(e,t){for(var r=Array(e),n=0;n65535)<<4,t|=r=((e>>>=t)>255)<<3,t|=r=((e>>>=r)>15)<<2,(t|=r=((e>>>=r)>3)<<1)|(e>>>=r)>>1}function P(){var e=V(8,(function(){return[]}));function t(t){var r=function(e){for(var t=16;t<=1<<28;t*=16)if(e<=t)return t;return 0}(t),n=e[I(r)>>2];return n.length>0?n.pop():new ArrayBuffer(r)}function r(t){e[I(t.byteLength)>>2].push(t)}return{alloc:t,free:r,allocType:function(e,r){var n=null;switch(e){case 5120:n=new Int8Array(t(r),0,r);break;case 5121:n=new Uint8Array(t(r),0,r);break;case 5122:n=new Int16Array(t(2*r),0,r);break;case 5123:n=new Uint16Array(t(2*r),0,r);break;case 5124:n=new Int32Array(t(4*r),0,r);break;case 5125:n=new Uint32Array(t(4*r),0,r);break;case 5126:n=new Float32Array(t(4*r),0,r);break;default:return null}return n.length!==r?n.subarray(0,r):n},freeType:function(e){r(e.buffer)}}}var L=P();L.zero=P();var R=3553,M=6408,W=5126,U=36160;function G(t){return!!t&&\"object\"==typeof t&&Array.isArray(t.shape)&&Array.isArray(t.stride)&&\"number\"==typeof t.offset&&t.shape.length===t.stride.length&&(Array.isArray(t.data)||e(t.data))}var H=function(e){return Object.keys(e).map((function(t){return e[t]}))},N={shape:function(e){for(var t=[],r=e;r.length;r=r[0])t.push(r.length);return t},flatten:function(e,t,r,n){var a=1;if(t.length)for(var i=0;i>>31<<15,i=(n<<1>>>24)-127,o=n>>13&1023;if(i<-24)t[r]=a;else if(i<-14){var f=-14-i;t[r]=a+(o+1024>>f)}else t[r]=i>15?a+31744:a+(i+15<<10)+o}return t}function me(t){return Array.isArray(t)||e(t)}var pe=function(e){return!(e&e-1||!e)},he=3553,be=34067,ve=34069,ge=6408,ye=6406,xe=6407,we=6409,Ae=6410,_e=32855,ke=6402,Se=34041,Oe=35904,Ee=35906,Te=36193,De=33776,je=33777,Ce=33778,ze=33779,Fe=5121,Be=5123,Ve=5125,Ie=5126,Pe=33071,Le=9728,Re=9984,Me=9987,We=4352,Ue=33984,Ge=[Re,9986,9985,Me],He=[0,we,Ae,xe,ge],Ne={};function qe(e){return\"[object \"+e+\"]\"}Ne[6409]=Ne[6406]=Ne[6402]=1,Ne[34041]=Ne[6410]=2,Ne[6407]=Ne[35904]=3,Ne[6408]=Ne[35906]=4;var Qe=qe(\"HTMLCanvasElement\"),Ye=qe(\"OffscreenCanvas\"),Xe=qe(\"CanvasRenderingContext2D\"),$e=qe(\"ImageBitmap\"),Ke=qe(\"HTMLImageElement\"),Je=qe(\"HTMLVideoElement\"),Ze=Object.keys(Y).concat([Qe,Ye,Xe,$e,Ke,Je]),et=[];et[5121]=1,et[5126]=4,et[36193]=2,et[5123]=2,et[5125]=4;var tt=[];function rt(e){return Array.isArray(e)&&(0===e.length||\"number\"==typeof e[0])}function nt(e){return!!Array.isArray(e)&&!(0===e.length||!me(e[0]))}function at(e){return Object.prototype.toString.call(e)}function it(e){return at(e)===Qe}function ot(e){return at(e)===Ye}function ft(e){if(!e)return!1;var t=at(e);return Ze.indexOf(t)>=0||rt(e)||nt(e)||G(e)}function ut(e){return 0|Y[Object.prototype.toString.call(e)]}function st(e,t){return L.allocType(e.type===Te?Ie:e.type,t)}function ct(e,t){e.type===Te?(e.data=de(t),L.freeType(t)):e.data=t}function lt(e,t,r,n,a,i){var o;if(o=void 0!==tt[e]?tt[e]:Ne[e]*et[t],i&&(o*=6),a){for(var f=0,u=r;u>=1;)f+=o*u*u,u/=2;return f}return o*r*n}function dt(r,n,a,i,o,f,u){var s={\"don't care\":We,\"dont care\":We,nice:4354,fast:4353},c={repeat:10497,clamp:Pe,mirror:33648},l={nearest:Le,linear:9729},d=t({mipmap:Me,\"nearest mipmap nearest\":Re,\"linear mipmap nearest\":9985,\"nearest mipmap linear\":9986,\"linear mipmap linear\":Me},l),m={none:0,browser:37444},p={uint8:Fe,rgba4:32819,rgb565:33635,\"rgb5 a1\":32820},h={alpha:ye,luminance:we,\"luminance alpha\":Ae,rgb:xe,rgba:ge,rgba4:32854,\"rgb5 a1\":_e,rgb565:36194},b={};n.ext_srgb&&(h.srgb=Oe,h.srgba=Ee),n.oes_texture_float&&(p.float32=p.float=Ie),n.oes_texture_half_float&&(p.float16=p[\"half float\"]=Te),n.webgl_depth_texture&&(t(h,{depth:ke,\"depth stencil\":Se}),t(p,{uint16:Be,uint32:Ve,\"depth stencil\":34042})),n.webgl_compressed_texture_s3tc&&t(b,{\"rgb s3tc dxt1\":De,\"rgba s3tc dxt1\":je,\"rgba s3tc dxt3\":Ce,\"rgba s3tc dxt5\":ze}),n.webgl_compressed_texture_atc&&t(b,{\"rgb atc\":35986,\"rgba atc explicit alpha\":35987,\"rgba atc interpolated alpha\":34798}),n.webgl_compressed_texture_pvrtc&&t(b,{\"rgb pvrtc 4bppv1\":35840,\"rgb pvrtc 2bppv1\":35841,\"rgba pvrtc 4bppv1\":35842,\"rgba pvrtc 2bppv1\":35843}),n.webgl_compressed_texture_etc1&&(b[\"rgb etc1\"]=36196);var v=Array.prototype.slice.call(r.getParameter(34467));Object.keys(b).forEach((function(e){var t=b[e];v.indexOf(t)>=0&&(h[e]=t)}));var g=Object.keys(h);a.textureFormats=g;var y=[];Object.keys(h).forEach((function(e){var t=h[e];y[t]=e}));var x=[];Object.keys(p).forEach((function(e){var t=p[e];x[t]=e}));var w=[];Object.keys(l).forEach((function(e){w[l[e]]=e}));var A=[];Object.keys(d).forEach((function(e){var t=d[e];A[t]=e}));var k=[];Object.keys(c).forEach((function(e){k[c[e]]=e}));var S=g.reduce((function(e,t){var r=h[t];return r===we||r===ye||r===we||r===Ae||r===ke||r===Se||n.ext_srgb&&(r===Oe||r===Ee)?e[r]=r:r===_e||t.indexOf(\"rgba\")>=0?e[r]=ge:e[r]=xe,e}),{});function O(){this.internalformat=ge,this.format=ge,this.type=Fe,this.compressed=!1,this.premultiplyAlpha=!1,this.flipY=!1,this.unpackAlignment=1,this.colorSpace=37444,this.width=0,this.height=0,this.channels=0}function E(e,t){e.internalformat=t.internalformat,e.format=t.format,e.type=t.type,e.compressed=t.compressed,e.premultiplyAlpha=t.premultiplyAlpha,e.flipY=t.flipY,e.unpackAlignment=t.unpackAlignment,e.colorSpace=t.colorSpace,e.width=t.width,e.height=t.height,e.channels=t.channels}function T(e,t){if(\"object\"==typeof t&&t){if(\"premultiplyAlpha\"in t&&(_.type(t.premultiplyAlpha,\"boolean\",\"invalid premultiplyAlpha\"),e.premultiplyAlpha=t.premultiplyAlpha),\"flipY\"in t&&(_.type(t.flipY,\"boolean\",\"invalid texture flip\"),e.flipY=t.flipY),\"alignment\"in t&&(_.oneOf(t.alignment,[1,2,4,8],\"invalid texture unpack alignment\"),e.unpackAlignment=t.alignment),\"colorSpace\"in t&&(_.parameter(t.colorSpace,m,\"invalid colorSpace\"),e.colorSpace=m[t.colorSpace]),\"type\"in t){var r=t.type;_(n.oes_texture_float||!(\"float\"===r||\"float32\"===r),\"you must enable the OES_texture_float extension in order to use floating point textures.\"),_(n.oes_texture_half_float||!(\"half float\"===r||\"float16\"===r),\"you must enable the OES_texture_half_float extension in order to use 16-bit floating point textures.\"),_(n.webgl_depth_texture||!(\"uint16\"===r||\"uint32\"===r||\"depth stencil\"===r),\"you must enable the WEBGL_depth_texture extension in order to use depth/stencil textures.\"),_.parameter(r,p,\"invalid texture type\"),e.type=p[r]}var i=e.width,o=e.height,f=e.channels,u=!1;\"shape\"in t?(_(Array.isArray(t.shape)&&t.shape.length>=2,\"shape must be an array\"),i=t.shape[0],o=t.shape[1],3===t.shape.length&&(f=t.shape[2],_(f>0&&f<=4,\"invalid number of channels\"),u=!0),_(i>=0&&i<=a.maxTextureSize,\"invalid width\"),_(o>=0&&o<=a.maxTextureSize,\"invalid height\")):(\"radius\"in t&&(i=o=t.radius,_(i>=0&&i<=a.maxTextureSize,\"invalid radius\")),\"width\"in t&&(i=t.width,_(i>=0&&i<=a.maxTextureSize,\"invalid width\")),\"height\"in t&&(o=t.height,_(o>=0&&o<=a.maxTextureSize,\"invalid height\")),\"channels\"in t&&(f=t.channels,_(f>0&&f<=4,\"invalid number of channels\"),u=!0)),e.width=0|i,e.height=0|o,e.channels=0|f;var s=!1;if(\"format\"in t){var c=t.format;_(n.webgl_depth_texture||!(\"depth\"===c||\"depth stencil\"===c),\"you must enable the WEBGL_depth_texture extension in order to use depth/stencil textures.\"),_.parameter(c,h,\"invalid texture format\");var l=e.internalformat=h[c];e.format=S[l],c in p&&(\"type\"in t||(e.type=p[c])),c in b&&(e.compressed=!0),s=!0}!u&&s?e.channels=Ne[e.format]:u&&!s?e.channels!==He[e.format]&&(e.format=e.internalformat=He[e.channels]):s&&u&&_(e.channels===Ne[e.format],\"number of channels inconsistent with specified format\")}}function D(e){r.pixelStorei(37440,e.flipY),r.pixelStorei(37441,e.premultiplyAlpha),r.pixelStorei(37443,e.colorSpace),r.pixelStorei(3317,e.unpackAlignment)}function j(){O.call(this),this.xOffset=0,this.yOffset=0,this.data=null,this.needsFree=!1,this.element=null,this.needsCopy=!1}function C(t,r){var n=null;if(ft(r)?n=r:r&&(_.type(r,\"object\",\"invalid pixel data type\"),T(t,r),\"x\"in r&&(t.xOffset=0|r.x),\"y\"in r&&(t.yOffset=0|r.y),ft(r.data)&&(n=r.data)),_(!t.compressed||n instanceof Uint8Array,\"compressed texture data must be stored in a uint8array\"),r.copy){_(!n,\"can not specify copy and data field for the same texture\");var i=o.viewportWidth,f=o.viewportHeight;t.width=t.width||i-t.xOffset,t.height=t.height||f-t.yOffset,t.needsCopy=!0,_(t.xOffset>=0&&t.xOffset=0&&t.yOffset0&&t.width<=i&&t.height>0&&t.height<=f,\"copy texture read out of bounds\")}else if(n){if(e(n))t.channels=t.channels||4,t.data=n,\"type\"in r||t.type!==Fe||(t.type=ut(n));else if(rt(n))t.channels=t.channels||4,function(e,t){var r=t.length;switch(e.type){case Fe:case Be:case Ve:case Ie:var n=L.allocType(e.type,r);n.set(t),e.data=n;break;case Te:e.data=de(t);break;default:_.raise(\"unsupported texture type, must specify a typed array\")}}(t,n),t.alignment=1,t.needsFree=!0;else if(G(n)){var u=n.data;Array.isArray(u)||t.type!==Fe||(t.type=ut(u));var s,c,l,d,m,p,h=n.shape,b=n.stride;3===h.length?(l=h[2],p=b[2]):(_(2===h.length,\"invalid ndarray pixel data, must be 2 or 3D\"),l=1,p=1),s=h[0],c=h[1],d=b[0],m=b[1],t.alignment=1,t.width=s,t.height=c,t.channels=l,t.format=t.internalformat=He[l],t.needsFree=!0,function(e,t,r,n,a,i){for(var o=e.width,f=e.height,u=e.channels,s=st(e,o*f*u),c=0,l=0;l=0,\"oes_texture_float extension not enabled\"):t.type===Te&&_(a.extensions.indexOf(\"oes_texture_half_float\")>=0,\"oes_texture_half_float extension not enabled\")}function z(e,t,n){var a=e.element,o=e.data,f=e.internalformat,u=e.format,s=e.type,c=e.width,l=e.height;D(e),a?r.texImage2D(t,n,u,u,s,a):e.compressed?r.compressedTexImage2D(t,n,f,c,l,0,o):e.needsCopy?(i(),r.copyTexImage2D(t,n,u,e.xOffset,e.yOffset,c,l,0)):r.texImage2D(t,n,u,c,l,0,u,s,o||null)}function F(e,t,n,a,o){var f=e.element,u=e.data,s=e.internalformat,c=e.format,l=e.type,d=e.width,m=e.height;D(e),f?r.texSubImage2D(t,o,n,a,c,l,f):e.compressed?r.compressedTexSubImage2D(t,o,n,a,s,d,m,u):e.needsCopy?(i(),r.copyTexSubImage2D(t,o,n,a,e.xOffset,e.yOffset,d,m)):r.texSubImage2D(t,o,n,a,d,m,c,l,u)}var B=[];function V(){return B.pop()||new j}function I(e){e.needsFree&&L.freeType(e.data),j.call(e),B.push(e)}function P(){O.call(this),this.genMipmaps=!1,this.mipmapHint=We,this.mipmask=0,this.images=Array(16)}function R(e,t,r){var n=e.images[0]=V();e.mipmask=1,n.width=e.width=t,n.height=e.height=r,n.channels=e.channels=4}function M(e,t){var r=null;if(ft(t))E(r=e.images[0]=V(),e),C(r,t),e.mipmask=1;else if(T(e,t),Array.isArray(t.mipmap))for(var n=t.mipmap,a=0;a>=a,r.height>>=a,C(r,n[a]),e.mipmask|=1<=0&&!(\"faces\"in t)&&(e.genMipmaps=!0)}if(\"mag\"in t){var n=t.mag;_.parameter(n,l),e.magFilter=l[n]}var i=e.wrapS,o=e.wrapT;if(\"wrap\"in t){var f=t.wrap;\"string\"==typeof f?(_.parameter(f,c),i=o=c[f]):Array.isArray(f)&&(_.parameter(f[0],c),_.parameter(f[1],c),i=c[f[0]],o=c[f[1]])}else{if(\"wrapS\"in t){var u=t.wrapS;_.parameter(u,c),i=c[u]}if(\"wrapT\"in t){var m=t.wrapT;_.parameter(m,c),o=c[m]}}if(e.wrapS=i,e.wrapT=o,\"anisotropic\"in t){var p=t.anisotropic;_(\"number\"==typeof p&&p>=1&&p<=a.maxAnisotropic,\"aniso samples must be between 1 and \"),e.anisotropic=t.anisotropic}if(\"mipmap\"in t){var h=!1;switch(typeof t.mipmap){case\"string\":_.parameter(t.mipmap,s,\"invalid mipmap hint\"),e.mipmapHint=s[t.mipmap],e.genMipmaps=!0,h=!0;break;case\"boolean\":h=e.genMipmaps=t.mipmap;break;case\"object\":_(Array.isArray(t.mipmap),\"invalid mipmap type\"),e.genMipmaps=!1,h=!0;break;default:_.raise(\"invalid mipmap type\")}h&&!(\"min\"in t)&&(e.minFilter=Re)}}function $(e,t){r.texParameteri(t,10241,e.minFilter),r.texParameteri(t,10240,e.magFilter),r.texParameteri(t,10242,e.wrapS),r.texParameteri(t,10243,e.wrapT),n.ext_texture_filter_anisotropic&&r.texParameteri(t,34046,e.anisotropic),e.genMipmaps&&(r.hint(33170,e.mipmapHint),r.generateMipmap(t))}var K=0,J={},Z=a.maxTextureUnits,ee=Array(Z).map((function(){return null}));function te(e){O.call(this),this.mipmask=0,this.internalformat=ge,this.id=K++,this.refCount=1,this.target=e,this.texture=r.createTexture(),this.unit=-1,this.bindCount=0,this.texInfo=new Y,u.profile&&(this.stats={size:0})}function re(e){r.activeTexture(Ue),r.bindTexture(e.target,e.texture)}function ne(){var e=ee[0];e?r.bindTexture(e.target,e.texture):r.bindTexture(he,null)}function ae(e){var t=e.texture;_(t,\"must not double destroy texture\");var n=e.unit,a=e.target;n>=0&&(r.activeTexture(Ue+n),r.bindTexture(a,null),ee[n]=null),r.deleteTexture(t),e.texture=null,e.params=null,e.pixels=null,e.refCount=0,delete J[e.id],f.textureCount--}return t(te.prototype,{bind:function(){var e=this;e.bindCount+=1;var t=e.unit;if(t<0){for(var n=0;n0)continue;a.unit=-1}ee[n]=e,t=n;break}t>=Z&&_.raise(\"insufficient number of texture units\"),u.profile&&f.maxTextureUnits>u)-o,s.height=s.height||(n.height>>u)-f,_(n.type===s.type&&n.format===s.format&&n.internalformat===s.internalformat,\"incompatible format for texture.subimage\"),_(o>=0&&f>=0&&o+s.width<=n.width&&f+s.height<=n.height,\"texture.subimage write out of bounds\"),_(n.mipmask&1<>f;++f){var s=a>>f,c=o>>f;if(!s||!c)break;r.texImage2D(he,f,n.format,s,c,0,n.format,n.type,null)}return ne(),u.profile&&(n.stats.size=lt(n.internalformat,n.type,a,o,!1,!1)),i},i._reglType=\"texture2d\",i._texture=n,u.profile&&(i.stats=n.stats),i.destroy=function(){n.decRef()},i},createCube:function(e,t,n,i,o,s){var c=new te(be);J[c.id]=c,f.cubeCount++;var l=new Array(6);function d(e,t,r,n,i,o){var f,s=c.texInfo;for(Y.call(s),f=0;f<6;++f)l[f]=q();if(\"number\"!=typeof e&&e)if(\"object\"==typeof e)if(t)M(l[0],e),M(l[1],t),M(l[2],r),M(l[3],n),M(l[4],i),M(l[5],o);else if(X(s,e),T(c,e),\"faces\"in e){var m=e.faces;for(_(Array.isArray(m)&&6===m.length,\"cube faces must be a length 6 array\"),f=0;f<6;++f)_(\"object\"==typeof m[f]&&!!m[f],\"invalid input for cube map face\"),E(l[f],c),M(l[f],m[f])}else for(f=0;f<6;++f)M(l[f],e);else _.raise(\"invalid arguments to cube map\");else{var p=0|e||1;for(f=0;f<6;++f)R(l[f],p,p)}for(E(c,l[0]),_.optional((function(){a.npotTextureCube||_(pe(c.width)&&pe(c.height),\"your browser does not support non power or two texture dimensions\")})),s.genMipmaps?c.mipmask=(l[0].width<<1)-1:c.mipmask=l[0].mipmask,_.textureCube(c,s,l,a),c.internalformat=l[0].internalformat,d.width=l[0].width,d.height=l[0].height,re(c),f=0;f<6;++f)W(l[f],ve+f);for($(s,be),ne(),u.profile&&(c.stats.size=lt(c.internalformat,c.type,d.width,d.height,s.genMipmaps,!0)),d.format=y[c.internalformat],d.type=x[c.type],d.mag=w[s.magFilter],d.min=A[s.minFilter],d.wrapS=k[s.wrapS],d.wrapT=k[s.wrapT],f=0;f<6;++f)Q(l[f]);return d}return d(e,t,n,i,o,s),d.subimage=function(e,t,r,n,a){_(!!t,\"must specify image data\"),_(\"number\"==typeof e&&e===(0|e)&&e>=0&&e<6,\"invalid face\");var i=0|r,o=0|n,f=0|a,u=V();return E(u,c),u.width=0,u.height=0,C(u,t),u.width=u.width||(c.width>>f)-i,u.height=u.height||(c.height>>f)-o,_(c.type===u.type&&c.format===u.format&&c.internalformat===u.internalformat,\"incompatible format for texture.subimage\"),_(i>=0&&o>=0&&i+u.width<=c.width&&o+u.height<=c.height,\"texture.subimage write out of bounds\"),_(c.mipmask&1<>a;++a)r.texImage2D(ve+n,a,c.format,t>>a,t>>a,0,c.format,c.type,null);return ne(),u.profile&&(c.stats.size=lt(c.internalformat,c.type,d.width,d.height,!1,!0)),d}},d._reglType=\"textureCube\",d._texture=c,u.profile&&(d.stats=c.stats),d.destroy=function(){c.decRef()},d},clear:function(){for(var e=0;e>t,e.height>>t,0,e.internalformat,e.type,null);else for(var n=0;n<6;++n)r.texImage2D(ve+n,t,e.internalformat,e.width>>t,e.height>>t,0,e.internalformat,e.type,null);$(e.texInfo,e.target)}))},refresh:function(){for(var e=0;e=0&&c=0&&l0&&d+c<=a.framebufferWidth,\"invalid width for read pixels\"),_(m>0&&m+l<=a.framebufferHeight,\"invalid height for read pixels\"),n();var h=d*m*4;return p||(s===Dt?p=new Uint8Array(h):s===jt&&(p=p||new Float32Array(h))),_.isTypedArray(p,\"data buffer for regl.read() must be a typedarray\"),_(p.byteLength>=h,\"data buffer for regl.read() too small\"),t.pixelStorei(3333,4),t.readPixels(c,l,d,m,6408,s,p),p}return function(e){return e&&\"framebuffer\"in e?function(e){var t;return r.setFBO({framebuffer:e.framebuffer},(function(){t=u(e)})),t}(e):u(e)}}function zt(e){return Array.prototype.slice.call(e)}function Ft(e){return zt(e).join(\"\")}var Bt=\"xyzw\".split(\"\"),Vt=\"dither\",It=\"blend.enable\",Pt=\"blend.color\",Lt=\"blend.equation\",Rt=\"blend.func\",Mt=\"depth.enable\",Wt=\"depth.func\",Ut=\"depth.range\",Gt=\"depth.mask\",Ht=\"colorMask\",Nt=\"cull.enable\",qt=\"cull.face\",Qt=\"frontFace\",Yt=\"lineWidth\",Xt=\"polygonOffset.enable\",$t=\"polygonOffset.offset\",Kt=\"sample.alpha\",Jt=\"sample.enable\",Zt=\"sample.coverage\",er=\"stencil.enable\",tr=\"stencil.mask\",rr=\"stencil.func\",nr=\"stencil.opFront\",ar=\"stencil.opBack\",ir=\"scissor.enable\",or=\"scissor.box\",fr=\"viewport\",ur=\"profile\",sr=\"framebuffer\",cr=\"vert\",lr=\"frag\",dr=\"elements\",mr=\"primitive\",pr=\"count\",hr=\"offset\",br=\"instances\",vr=\"vao\",gr=\"Width\",yr=\"Height\",xr=sr+gr,wr=sr+yr,Ar=\"drawingBufferWidth\",_r=\"drawingBufferHeight\",kr=[Rt,Lt,rr,nr,ar,Zt,fr,or,$t],Sr=34962,Or=34963,Er=5126,Tr=35664,Dr=35665,jr=35666,Cr=5124,zr=35667,Fr=35668,Br=35669,Vr=35670,Ir=35671,Pr=35672,Lr=35673,Rr=35674,Mr=35675,Wr=35676,Ur=35678,Gr=35680,Hr=1028,Nr=1029,qr=2305,Qr=7680,Yr={0:0,1:1,zero:0,one:1,\"src color\":768,\"one minus src color\":769,\"src alpha\":770,\"one minus src alpha\":771,\"dst color\":774,\"one minus dst color\":775,\"dst alpha\":772,\"one minus dst alpha\":773,\"constant color\":32769,\"one minus constant color\":32770,\"constant alpha\":32771,\"one minus constant alpha\":32772,\"src alpha saturate\":776},Xr=[\"constant color, constant alpha\",\"one minus constant color, constant alpha\",\"constant color, one minus constant alpha\",\"one minus constant color, one minus constant alpha\",\"constant alpha, constant color\",\"constant alpha, one minus constant color\",\"one minus constant alpha, constant color\",\"one minus constant alpha, one minus constant color\"],$r={never:512,less:513,\"<\":513,equal:514,\"=\":514,\"==\":514,\"===\":514,lequal:515,\"<=\":515,greater:516,\">\":516,notequal:517,\"!=\":517,\"!==\":517,gequal:518,\">=\":518,always:519},Kr={0:0,zero:0,keep:7680,replace:7681,increment:7682,decrement:7683,\"increment wrap\":34055,\"decrement wrap\":34056,invert:5386},Jr={frag:35632,vert:35633},Zr={cw:2304,ccw:qr};function en(t){return Array.isArray(t)||e(t)||G(t)}function tn(e){return e.sort((function(e,t){return e===fr?-1:t===fr?1:e=1,n>=2,t)}if(4===r){var a=e.data;return new rn(a.thisDep,a.contextDep,a.propDep,t)}if(5===r)return new rn(!1,!1,!1,t);if(6===r){for(var i=!1,o=!1,f=!1,u=0;u=1&&(o=!0),c>=2&&(f=!0)}else 4===s.type&&(i=i||s.data.thisDep,o=o||s.data.contextDep,f=f||s.data.propDep)}return new rn(i,o,f,t)}return new rn(3===r,2===r,1===r,t)}var fn=new rn(!1,!1,!1,(function(){}));function un(e,r,n,a,i,o,f,u,s,c,l,d,m,p,h){var b=c.Record,v={add:32774,subtract:32778,\"reverse subtract\":32779};n.ext_blend_minmax&&(v.min=32775,v.max=32776);var g=n.angle_instanced_arrays,y=n.webgl_draw_buffers,x=n.oes_vertex_array_object,w={dirty:!0,profile:h.profile},A={},k=[],S={},O={};function E(e){return e.replace(\".\",\"_\")}function T(e,t,r){var n=E(e);k.push(e),A[n]=w[n]=!!r,S[n]=t}function j(e,t,r){var n=E(e);k.push(e),Array.isArray(r)?(w[n]=r.slice(),A[n]=r.slice()):w[n]=A[n]=r,O[n]=t}T(Vt,3024),T(It,3042),j(Pt,\"blendColor\",[0,0,0,0]),j(Lt,\"blendEquationSeparate\",[32774,32774]),j(Rt,\"blendFuncSeparate\",[1,0,1,0]),T(Mt,2929,!0),j(Wt,\"depthFunc\",513),j(Ut,\"depthRange\",[0,1]),j(Gt,\"depthMask\",!0),j(Ht,Ht,[!0,!0,!0,!0]),T(Nt,2884),j(qt,\"cullFace\",Nr),j(Qt,Qt,qr),j(Yt,Yt,1),T(Xt,32823),j($t,\"polygonOffset\",[0,0]),T(Kt,32926),T(Jt,32928),j(Zt,\"sampleCoverage\",[1,!1]),T(er,2960),j(tr,\"stencilMask\",-1),j(rr,\"stencilFunc\",[519,0,-1]),j(nr,\"stencilOpSeparate\",[Hr,Qr,Qr,Qr]),j(ar,\"stencilOpSeparate\",[Nr,Qr,Qr,Qr]),T(ir,3089),j(or,\"scissor\",[0,0,e.drawingBufferWidth,e.drawingBufferHeight]),j(fr,fr,[0,0,e.drawingBufferWidth,e.drawingBufferHeight]);var C={gl:e,context:m,strings:r,next:A,current:w,draw:d,elements:o,buffer:i,shader:l,attributes:c.state,vao:c,uniforms:s,framebuffer:u,extensions:n,timer:p,isBufferArgs:en},z={primTypes:ie,compareFuncs:$r,blendFuncs:Yr,blendEquations:v,stencilOps:Kr,glTypes:X,orientationType:Zr};_.optional((function(){C.isArrayLike=me})),y&&(z.backBuffer=[Nr],z.drawBuffer=V(a.maxDrawbuffers,(function(e){return 0===e?[0]:V(e,(function(e){return 36064+e}))})));var F=0;function B(){var e=function(){var e=0,r=[],n=[];function a(){var r=[],n=[];return t((function(){r.push.apply(r,zt(arguments))}),{def:function(){var t=\"v\"+e++;return n.push(t),arguments.length>0&&(r.push(t,\"=\"),r.push.apply(r,zt(arguments)),r.push(\";\")),t},toString:function(){return Ft([n.length>0?\"var \"+n.join(\",\")+\";\":\"\",Ft(r)])}})}function i(){var e=a(),r=a(),n=e.toString,i=r.toString;function o(t,n){r(t,n,\"=\",e.def(t,n),\";\")}return t((function(){e.apply(e,zt(arguments))}),{def:e.def,entry:e,exit:r,save:o,set:function(t,r,n){o(t,r),e(t,r,\"=\",n,\";\")},toString:function(){return n()+i()}})}var o=a(),f={};return{global:o,link:function(t){for(var a=0;a=0,'unknown parameter \"'+t+'\"',d.commandStr)}))}t(m),t(p)}));var h=function(e,t){var r=e.static;if(\"string\"==typeof r[lr]&&\"string\"==typeof r[cr]){if(Object.keys(t.dynamic).length>0)return null;var n=t.static,a=Object.keys(n);if(a.length>0&&\"number\"==typeof n[a[0]]){for(var i=[],o=0;o=0,\"invalid \"+e,r.commandStr)):u=!1,\"height\"in i?(f=0|i.height,_.command(f>=0,\"invalid \"+e,r.commandStr)):u=!1,new rn(!u&&t&&t.thisDep,!u&&t&&t.contextDep,!u&&t&&t.propDep,(function(e,t){var r=e.shared.context,n=o;\"width\"in i||(n=t.def(r,\".\",xr,\"-\",s));var a=f;return\"height\"in i||(a=t.def(r,\".\",wr,\"-\",c)),[s,c,n,a]}))}if(e in a){var l=a[e],d=on(l,(function(t,r){var n=t.invoke(r,l);_.optional((function(){t.assert(r,n+\"&&typeof \"+n+'===\"object\"',\"invalid \"+e)}));var a=t.shared.context,i=r.def(n,\".x|0\"),o=r.def(n,\".y|0\"),f=r.def('\"width\" in ',n,\"?\",n,\".width|0:\",\"(\",a,\".\",xr,\"-\",i,\")\"),u=r.def('\"height\" in ',n,\"?\",n,\".height|0:\",\"(\",a,\".\",wr,\"-\",o,\")\");return _.optional((function(){t.assert(r,f+\">=0&&\"+u+\">=0\",\"invalid \"+e)})),[i,o,f,u]}));return t&&(d.thisDep=d.thisDep||t.thisDep,d.contextDep=d.contextDep||t.contextDep,d.propDep=d.propDep||t.propDep),d}return t?new rn(t.thisDep,t.contextDep,t.propDep,(function(e,t){var r=e.shared.context;return[0,0,t.def(r,\".\",xr),t.def(r,\".\",wr)]})):null}var o=i(fr);if(o){var f=o;o=new rn(o.thisDep,o.contextDep,o.propDep,(function(e,t){var r=f.append(e,t),n=e.shared.context;return t.set(n,\".viewportWidth\",r[2]),t.set(n,\".viewportHeight\",r[3]),r}))}return{viewport:o,scissor_box:i(or)}}(e,y,d),w=function(e,t){var r=e.static,n=e.dynamic,a={},i=!1,f=function(){if(vr in r){var e=r[vr];return null!==e&&null===c.getVAO(e)&&(e=c.createVAO(e)),i=!0,a.vao=e,an((function(t){var r=c.getVAO(e);return r?t.link(r):\"null\"}))}if(vr in n){i=!0;var t=n[vr];return on(t,(function(e,r){var n=e.invoke(r,t);return r.def(e.shared.vao+\".getVAO(\"+n+\")\")}))}return null}(),u=!1,s=function(){if(dr in r){var e=r[dr];if(a.elements=e,en(e)){var s=a.elements=o.create(e,!0);e=o.getElements(s),u=!0}else e&&(e=o.getElements(e),u=!0,_.command(e,\"invalid elements\",t.commandStr));var c=an((function(t,r){if(e){var n=t.link(e);return t.ELEMENTS=n,n}return t.ELEMENTS=null,null}));return c.value=e,c}if(dr in n){u=!0;var l=n[dr];return on(l,(function(e,t){var r=e.shared,n=r.isBufferArgs,a=r.elements,i=e.invoke(t,l),o=t.def(\"null\"),f=t.def(n,\"(\",i,\")\"),u=e.cond(f).then(o,\"=\",a,\".createStream(\",i,\");\").else(o,\"=\",a,\".getElements(\",i,\");\");return _.optional((function(){e.assert(u.else,\"!\"+i+\"||\"+o,\"invalid elements\")})),t.entry(u),t.exit(e.cond(f).then(a,\".destroyStream(\",o,\");\")),e.ELEMENTS=o,o}))}return i?new rn(f.thisDep,f.contextDep,f.propDep,(function(e,t){return t.def(e.shared.vao+\".currentVAO?\"+e.shared.elements+\".getElements(\"+e.shared.vao+\".currentVAO.elements):null\")})):null}();function l(e,o){if(e in r){var s=0|r[e];return o?a.offset=s:a.instances=s,_.command(!o||s>=0,\"invalid \"+e,t.commandStr),an((function(e,t){return o&&(e.OFFSET=s),s}))}if(e in n){var c=n[e];return on(c,(function(t,r){var n=t.invoke(r,c);return o&&(t.OFFSET=n,_.optional((function(){t.assert(r,n+\">=0\",\"invalid \"+e)}))),n}))}if(o){if(u)return an((function(e,t){return e.OFFSET=0,0}));if(i)return new rn(f.thisDep,f.contextDep,f.propDep,(function(e,t){return t.def(e.shared.vao+\".currentVAO?\"+e.shared.vao+\".currentVAO.offset:0\")}))}else if(i)return new rn(f.thisDep,f.contextDep,f.propDep,(function(e,t){return t.def(e.shared.vao+\".currentVAO?\"+e.shared.vao+\".currentVAO.instances:-1\")}));return null}var d=l(hr,!0),m=function(){if(mr in r){var e=r[mr];return a.primitive=e,_.commandParameter(e,ie,\"invalid primitve\",t.commandStr),an((function(t,r){return ie[e]}))}if(mr in n){var o=n[mr];return on(o,(function(e,t){var r=e.constants.primTypes,n=e.invoke(t,o);return _.optional((function(){e.assert(t,n+\" in \"+r,\"invalid primitive, must be one of \"+Object.keys(ie))})),t.def(r,\"[\",n,\"]\")}))}return u?nn(s)?s.value?an((function(e,t){return t.def(e.ELEMENTS,\".primType\")})):an((function(){return 4})):new rn(s.thisDep,s.contextDep,s.propDep,(function(e,t){var r=e.ELEMENTS;return t.def(r,\"?\",r,\".primType:\",4)})):i?new rn(f.thisDep,f.contextDep,f.propDep,(function(e,t){return t.def(e.shared.vao+\".currentVAO?\"+e.shared.vao+\".currentVAO.primitive:4\")})):null}(),p=function(){if(pr in r){var e=0|r[pr];return a.count=e,_.command(\"number\"==typeof e&&e>=0,\"invalid vertex count\",t.commandStr),an((function(){return e}))}if(pr in n){var o=n[pr];return on(o,(function(e,t){var r=e.invoke(t,o);return _.optional((function(){e.assert(t,\"typeof \"+r+'===\"number\"&&'+r+\">=0&&\"+r+\"===(\"+r+\"|0)\",\"invalid vertex count\")})),r}))}if(u){if(nn(s)){if(s)return d?new rn(d.thisDep,d.contextDep,d.propDep,(function(e,t){var r=t.def(e.ELEMENTS,\".vertCount-\",e.OFFSET);return _.optional((function(){e.assert(t,r+\">=0\",\"invalid vertex offset/element buffer too small\")})),r})):an((function(e,t){return t.def(e.ELEMENTS,\".vertCount\")}));var c=an((function(){return-1}));return _.optional((function(){c.MISSING=!0})),c}var l=new rn(s.thisDep||d.thisDep,s.contextDep||d.contextDep,s.propDep||d.propDep,(function(e,t){var r=e.ELEMENTS;return e.OFFSET?t.def(r,\"?\",r,\".vertCount-\",e.OFFSET,\":-1\"):t.def(r,\"?\",r,\".vertCount:-1\")}));return _.optional((function(){l.DYNAMIC=!0})),l}if(i){var m=new rn(f.thisDep,f.contextDep,f.propDep,(function(e,t){return t.def(e.shared.vao,\".currentVAO?\",e.shared.vao,\".currentVAO.count:-1\")}));return m}return null}(),h=l(br,!1);return{elements:s,primitive:m,count:p,instances:h,offset:d,vao:f,vaoActive:i,elementsActive:u,static:a}}(e,d),A=function(e,t){var r=e.static,n=e.dynamic,i={};return k.forEach((function(e){var o=E(e);function f(t,a){if(e in r){var f=t(r[e]);i[o]=an((function(){return f}))}else if(e in n){var u=n[e];i[o]=on(u,(function(e,t){return a(e,t,e.invoke(t,u))}))}}switch(e){case Nt:case It:case Vt:case er:case Mt:case ir:case Xt:case Kt:case Jt:case Gt:return f((function(r){return _.commandType(r,\"boolean\",e,t.commandStr),r}),(function(t,r,n){return _.optional((function(){t.assert(r,\"typeof \"+n+'===\"boolean\"',\"invalid flag \"+e,t.commandStr)})),n}));case Wt:return f((function(r){return _.commandParameter(r,$r,\"invalid \"+e,t.commandStr),$r[r]}),(function(t,r,n){var a=t.constants.compareFuncs;return _.optional((function(){t.assert(r,n+\" in \"+a,\"invalid \"+e+\", must be one of \"+Object.keys($r))})),r.def(a,\"[\",n,\"]\")}));case Ut:return f((function(e){return _.command(me(e)&&2===e.length&&\"number\"==typeof e[0]&&\"number\"==typeof e[1]&&e[0]<=e[1],\"depth range is 2d array\",t.commandStr),e}),(function(e,t,r){return _.optional((function(){e.assert(t,e.shared.isArrayLike+\"(\"+r+\")&&\"+r+\".length===2&&typeof \"+r+'[0]===\"number\"&&typeof '+r+'[1]===\"number\"&&'+r+\"[0]<=\"+r+\"[1]\",\"depth range must be a 2d array\")})),[t.def(\"+\",r,\"[0]\"),t.def(\"+\",r,\"[1]\")]}));case Rt:return f((function(e){_.commandType(e,\"object\",\"blend.func\",t.commandStr);var r=\"srcRGB\"in e?e.srcRGB:e.src,n=\"srcAlpha\"in e?e.srcAlpha:e.src,a=\"dstRGB\"in e?e.dstRGB:e.dst,i=\"dstAlpha\"in e?e.dstAlpha:e.dst;return _.commandParameter(r,Yr,o+\".srcRGB\",t.commandStr),_.commandParameter(n,Yr,o+\".srcAlpha\",t.commandStr),_.commandParameter(a,Yr,o+\".dstRGB\",t.commandStr),_.commandParameter(i,Yr,o+\".dstAlpha\",t.commandStr),_.command(-1===Xr.indexOf(r+\", \"+a),\"unallowed blending combination (srcRGB, dstRGB) = (\"+r+\", \"+a+\")\",t.commandStr),[Yr[r],Yr[a],Yr[n],Yr[i]]}),(function(t,r,n){var a=t.constants.blendFuncs;function i(i,o){var f=r.def('\"',i,o,'\" in ',n,\"?\",n,\".\",i,o,\":\",n,\".\",i);return _.optional((function(){t.assert(r,f+\" in \"+a,\"invalid \"+e+\".\"+i+o+\", must be one of \"+Object.keys(Yr))})),f}_.optional((function(){t.assert(r,n+\"&&typeof \"+n+'===\"object\"',\"invalid blend func, must be an object\")}));var o=i(\"src\",\"RGB\"),f=i(\"dst\",\"RGB\");_.optional((function(){var e=t.constants.invalidBlendCombinations;t.assert(r,e+\".indexOf(\"+o+'+\", \"+'+f+\") === -1 \",\"unallowed blending combination for (srcRGB, dstRGB)\")}));var u=r.def(a,\"[\",o,\"]\"),s=r.def(a,\"[\",i(\"src\",\"Alpha\"),\"]\");return[u,r.def(a,\"[\",f,\"]\"),s,r.def(a,\"[\",i(\"dst\",\"Alpha\"),\"]\")]}));case Lt:return f((function(r){return\"string\"==typeof r?(_.commandParameter(r,v,\"invalid \"+e,t.commandStr),[v[r],v[r]]):\"object\"==typeof r?(_.commandParameter(r.rgb,v,e+\".rgb\",t.commandStr),_.commandParameter(r.alpha,v,e+\".alpha\",t.commandStr),[v[r.rgb],v[r.alpha]]):void _.commandRaise(\"invalid blend.equation\",t.commandStr)}),(function(t,r,n){var a=t.constants.blendEquations,i=r.def(),o=r.def(),f=t.cond(\"typeof \",n,'===\"string\"');return _.optional((function(){function r(e,r,n){t.assert(e,n+\" in \"+a,\"invalid \"+r+\", must be one of \"+Object.keys(v))}r(f.then,e,n),t.assert(f.else,n+\"&&typeof \"+n+'===\"object\"',\"invalid \"+e),r(f.else,e+\".rgb\",n+\".rgb\"),r(f.else,e+\".alpha\",n+\".alpha\")})),f.then(i,\"=\",o,\"=\",a,\"[\",n,\"];\"),f.else(i,\"=\",a,\"[\",n,\".rgb];\",o,\"=\",a,\"[\",n,\".alpha];\"),r(f),[i,o]}));case Pt:return f((function(e){return _.command(me(e)&&4===e.length,\"blend.color must be a 4d array\",t.commandStr),V(4,(function(t){return+e[t]}))}),(function(e,t,r){return _.optional((function(){e.assert(t,e.shared.isArrayLike+\"(\"+r+\")&&\"+r+\".length===4\",\"blend.color must be a 4d array\")})),V(4,(function(e){return t.def(\"+\",r,\"[\",e,\"]\")}))}));case tr:return f((function(e){return _.commandType(e,\"number\",o,t.commandStr),0|e}),(function(e,t,r){return _.optional((function(){e.assert(t,\"typeof \"+r+'===\"number\"',\"invalid stencil.mask\")})),t.def(r,\"|0\")}));case rr:return f((function(r){_.commandType(r,\"object\",o,t.commandStr);var n=r.cmp||\"keep\",a=r.ref||0,i=\"mask\"in r?r.mask:-1;return _.commandParameter(n,$r,e+\".cmp\",t.commandStr),_.commandType(a,\"number\",e+\".ref\",t.commandStr),_.commandType(i,\"number\",e+\".mask\",t.commandStr),[$r[n],a,i]}),(function(e,t,r){var n=e.constants.compareFuncs;return _.optional((function(){function a(){e.assert(t,Array.prototype.join.call(arguments,\"\"),\"invalid stencil.func\")}a(r+\"&&typeof \",r,'===\"object\"'),a('!(\"cmp\" in ',r,\")||(\",r,\".cmp in \",n,\")\")})),[t.def('\"cmp\" in ',r,\"?\",n,\"[\",r,\".cmp]\",\":\",Qr),t.def(r,\".ref|0\"),t.def('\"mask\" in ',r,\"?\",r,\".mask|0:-1\")]}));case nr:case ar:return f((function(r){_.commandType(r,\"object\",o,t.commandStr);var n=r.fail||\"keep\",a=r.zfail||\"keep\",i=r.zpass||\"keep\";return _.commandParameter(n,Kr,e+\".fail\",t.commandStr),_.commandParameter(a,Kr,e+\".zfail\",t.commandStr),_.commandParameter(i,Kr,e+\".zpass\",t.commandStr),[e===ar?Nr:Hr,Kr[n],Kr[a],Kr[i]]}),(function(t,r,n){var a=t.constants.stencilOps;function i(i){return _.optional((function(){t.assert(r,'!(\"'+i+'\" in '+n+\")||(\"+n+\".\"+i+\" in \"+a+\")\",\"invalid \"+e+\".\"+i+\", must be one of \"+Object.keys(Kr))})),r.def('\"',i,'\" in ',n,\"?\",a,\"[\",n,\".\",i,\"]:\",Qr)}return _.optional((function(){t.assert(r,n+\"&&typeof \"+n+'===\"object\"',\"invalid \"+e)})),[e===ar?Nr:Hr,i(\"fail\"),i(\"zfail\"),i(\"zpass\")]}));case $t:return f((function(e){_.commandType(e,\"object\",o,t.commandStr);var r=0|e.factor,n=0|e.units;return _.commandType(r,\"number\",o+\".factor\",t.commandStr),_.commandType(n,\"number\",o+\".units\",t.commandStr),[r,n]}),(function(t,r,n){return _.optional((function(){t.assert(r,n+\"&&typeof \"+n+'===\"object\"',\"invalid \"+e)})),[r.def(n,\".factor|0\"),r.def(n,\".units|0\")]}));case qt:return f((function(e){var r=0;return\"front\"===e?r=Hr:\"back\"===e&&(r=Nr),_.command(!!r,o,t.commandStr),r}),(function(e,t,r){return _.optional((function(){e.assert(t,r+'===\"front\"||'+r+'===\"back\"',\"invalid cull.face\")})),t.def(r,'===\"front\"?',Hr,\":\",Nr)}));case Yt:return f((function(e){return _.command(\"number\"==typeof e&&e>=a.lineWidthDims[0]&&e<=a.lineWidthDims[1],\"invalid line width, must be a positive number between \"+a.lineWidthDims[0]+\" and \"+a.lineWidthDims[1],t.commandStr),e}),(function(e,t,r){return _.optional((function(){e.assert(t,\"typeof \"+r+'===\"number\"&&'+r+\">=\"+a.lineWidthDims[0]+\"&&\"+r+\"<=\"+a.lineWidthDims[1],\"invalid line width\")})),r}));case Qt:return f((function(e){return _.commandParameter(e,Zr,o,t.commandStr),Zr[e]}),(function(e,t,r){return _.optional((function(){e.assert(t,r+'===\"cw\"||'+r+'===\"ccw\"',\"invalid frontFace, must be one of cw,ccw\")})),t.def(r+'===\"cw\"?2304:'+qr)}));case Ht:return f((function(e){return _.command(me(e)&&4===e.length,\"color.mask must be length 4 array\",t.commandStr),e.map((function(e){return!!e}))}),(function(e,t,r){return _.optional((function(){e.assert(t,e.shared.isArrayLike+\"(\"+r+\")&&\"+r+\".length===4\",\"invalid color.mask\")})),V(4,(function(e){return\"!!\"+r+\"[\"+e+\"]\"}))}));case Zt:return f((function(e){_.command(\"object\"==typeof e&&e,o,t.commandStr);var r=\"value\"in e?e.value:1,n=!!e.invert;return _.command(\"number\"==typeof r&&r>=0&&r<=1,\"sample.coverage.value must be a number between 0 and 1\",t.commandStr),[r,n]}),(function(e,t,r){return _.optional((function(){e.assert(t,r+\"&&typeof \"+r+'===\"object\"',\"invalid sample.coverage\")})),[t.def('\"value\" in ',r,\"?+\",r,\".value:1\"),t.def(\"!!\",r,\".invert\")]}))}})),i}(e,d),S=function(e,t,n){var a=e.static,i=e.dynamic;function o(e){if(e in a){var t=r.id(a[e]);_.optional((function(){l.shader(Jr[e],t,_.guessCommand())}));var n=an((function(){return t}));return n.id=t,n}if(e in i){var o=i[e];return on(o,(function(t,r){var n=t.invoke(r,o),a=r.def(t.shared.strings,\".id(\",n,\")\");return _.optional((function(){r(t.shared.shader,\".shader(\",Jr[e],\",\",a,\",\",t.command,\");\")})),a}))}return null}var f,u=o(lr),s=o(cr),c=null;return nn(u)&&nn(s)?(c=l.program(s.id,u.id,null,n),f=an((function(e,t){return e.link(c)}))):f=new rn(u&&u.thisDep||s&&s.thisDep,u&&u.contextDep||s&&s.contextDep,u&&u.propDep||s&&s.propDep,(function(e,t){var r,n=e.shared.shader;r=u?u.append(e,t):t.def(n,\".\",lr);var a=n+\".program(\"+(s?s.append(e,t):t.def(n,\".\",cr))+\",\"+r;return _.optional((function(){a+=\",\"+e.command})),t.def(a+\")\")})),{frag:u,vert:s,progVar:f,program:c}}(e,0,h);function O(e){var t=x[e];t&&(A[e]=t)}O(fr),O(E(or));var T=Object.keys(A).length>0,D={framebuffer:y,draw:w,shader:S,state:A,dirty:T,scopeVAO:null,drawVAO:null,useVAO:!1,attributes:{}};if(D.profile=function(e){var t,r=e.static,n=e.dynamic;if(ur in r){var a=!!r[ur];(t=an((function(e,t){return a}))).enable=a}else if(ur in n){var i=n[ur];t=on(i,(function(e,t){return e.invoke(t,i)}))}return t}(e),D.uniforms=function(e,t){var r=e.static,n=e.dynamic,a={};return Object.keys(r).forEach((function(e){var n,i=r[e];if(\"number\"==typeof i||\"boolean\"==typeof i)n=an((function(){return i}));else if(\"function\"==typeof i){var o=i._reglType;\"texture2d\"===o||\"textureCube\"===o?n=an((function(e){return e.link(i)})):\"framebuffer\"===o||\"framebufferCube\"===o?(_.command(i.color.length>0,'missing color attachment for framebuffer sent to uniform \"'+e+'\"',t.commandStr),n=an((function(e){return e.link(i.color[0])}))):_.commandRaise('invalid data for uniform \"'+e+'\"',t.commandStr)}else me(i)?n=an((function(t){return t.global.def(\"[\",V(i.length,(function(r){return _.command(\"number\"==typeof i[r]||\"boolean\"==typeof i[r],\"invalid uniform \"+e,t.commandStr),i[r]})),\"]\")})):_.commandRaise('invalid or missing data for uniform \"'+e+'\"',t.commandStr);n.value=i,a[e]=n})),Object.keys(n).forEach((function(e){var t=n[e];a[e]=on(t,(function(e,r){return e.invoke(r,t)}))})),a}(f,d),D.drawVAO=D.scopeVAO=w.vao,!D.drawVAO&&S.program&&!h&&n.angle_instanced_arrays&&w.static.elements){var j=!0,C=S.program.attributes.map((function(e){var r=t.static[e];return j=j&&!!r,r}));if(j&&C.length>0){var z=c.getVAO(c.createVAO({attributes:C,elements:w.static.elements}));D.drawVAO=new rn(null,null,null,(function(e,t){return e.link(z)})),D.useVAO=!0}}return h?D.useVAO=!0:D.attributes=function(e,t){var n=e.static,a=e.dynamic,o={};return Object.keys(n).forEach((function(e){var a=n[e],f=r.id(e),u=new b;if(en(a))u.state=1,u.buffer=i.getBuffer(i.create(a,Sr,!1,!0)),u.type=0;else{var s=i.getBuffer(a);if(s)u.state=1,u.buffer=s,u.type=0;else if(_.command(\"object\"==typeof a&&a,\"invalid data for attribute \"+e,t.commandStr),\"constant\"in a){var c=a.constant;u.buffer=\"null\",u.state=2,\"number\"==typeof c?u.x=c:(_.command(me(c)&&c.length>0&&c.length<=4,\"invalid constant for attribute \"+e,t.commandStr),Bt.forEach((function(e,t){t=0,'invalid offset for attribute \"'+e+'\"',t.commandStr);var d=0|a.stride;_.command(d>=0&&d<256,'invalid stride for attribute \"'+e+'\", must be integer betweeen [0, 255]',t.commandStr);var m=0|a.size;_.command(!(\"size\"in a)||m>0&&m<=4,'invalid size for attribute \"'+e+'\", must be 1,2,3,4',t.commandStr);var p=!!a.normalized,h=0;\"type\"in a&&(_.commandParameter(a.type,X,\"invalid type for attribute \"+e,t.commandStr),h=X[a.type]);var v=0|a.divisor;_.optional((function(){\"divisor\"in a&&(_.command(0===v||g,'cannot specify divisor for attribute \"'+e+'\", instancing not supported',t.commandStr),_.command(v>=0,'invalid divisor for attribute \"'+e+'\"',t.commandStr));var r=t.commandStr,n=[\"buffer\",\"offset\",\"divisor\",\"normalized\",\"type\",\"size\",\"stride\"];Object.keys(a).forEach((function(t){_.command(n.indexOf(t)>=0,'unknown parameter \"'+t+'\" for attribute pointer \"'+e+'\" (valid parameters are '+n+\")\",r)}))})),u.buffer=s,u.state=1,u.size=m,u.normalized=p,u.type=h||s.dtype,u.offset=l,u.stride=d,u.divisor=v}}o[e]=an((function(e,t){var r=e.attribCache;if(f in r)return r[f];var n={isStream:!1};return Object.keys(u).forEach((function(e){n[e]=u[e]})),u.buffer&&(n.buffer=e.link(u.buffer),n.type=n.type||n.buffer+\".dtype\"),r[f]=n,n}))})),Object.keys(a).forEach((function(e){var t=a[e];o[e]=on(t,(function(r,n){var a=r.invoke(n,t),i=r.shared,o=r.constants,f=i.isBufferArgs,u=i.buffer;_.optional((function(){r.assert(n,a+\"&&(typeof \"+a+'===\"object\"||typeof '+a+'===\"function\")&&('+f+\"(\"+a+\")||\"+u+\".getBuffer(\"+a+\")||\"+u+\".getBuffer(\"+a+\".buffer)||\"+f+\"(\"+a+'.buffer)||(\"constant\" in '+a+\"&&(typeof \"+a+'.constant===\"number\"||'+i.isArrayLike+\"(\"+a+\".constant))))\",'invalid dynamic attribute \"'+e+'\"')}));var s={isStream:n.def(!1)},c=new b;c.state=1,Object.keys(c).forEach((function(e){s[e]=n.def(\"\"+c[e])}));var l=s.buffer,d=s.type;function m(e){n(s[e],\"=\",a,\".\",e,\"|0;\")}return n(\"if(\",f,\"(\",a,\")){\",s.isStream,\"=true;\",l,\"=\",u,\".createStream(\",Sr,\",\",a,\");\",d,\"=\",l,\".dtype;\",\"}else{\",l,\"=\",u,\".getBuffer(\",a,\");\",\"if(\",l,\"){\",d,\"=\",l,\".dtype;\",'}else if(\"constant\" in ',a,\"){\",s.state,\"=\",2,\";\",\"if(typeof \"+a+'.constant === \"number\"){',s[Bt[0]],\"=\",a,\".constant;\",Bt.slice(1).map((function(e){return s[e]})).join(\"=\"),\"=0;\",\"}else{\",Bt.map((function(e,t){return s[e]+\"=\"+a+\".constant.length>\"+t+\"?\"+a+\".constant[\"+t+\"]:0;\"})).join(\"\"),\"}}else{\",\"if(\",f,\"(\",a,\".buffer)){\",l,\"=\",u,\".createStream(\",Sr,\",\",a,\".buffer);\",\"}else{\",l,\"=\",u,\".getBuffer(\",a,\".buffer);\",\"}\",d,'=\"type\" in ',a,\"?\",o.glTypes,\"[\",a,\".type]:\",l,\".dtype;\",s.normalized,\"=!!\",a,\".normalized;\"),m(\"size\"),m(\"offset\"),m(\"stride\"),m(\"divisor\"),n(\"}}\"),n.exit(\"if(\",s.isStream,\"){\",u,\".destroyStream(\",l,\");\",\"}\"),s}))})),o}(t,d),D.context=function(e){var t=e.static,r=e.dynamic,n={};return Object.keys(t).forEach((function(e){var r=t[e];n[e]=an((function(e,t){return\"number\"==typeof r||\"boolean\"==typeof r?\"\"+r:e.link(r)}))})),Object.keys(r).forEach((function(e){var t=r[e];n[e]=on(t,(function(e,r){return e.invoke(r,t)}))})),n}(s),D}function P(e,t,r){var n=e.shared.context,a=e.scope();Object.keys(r).forEach((function(i){t.save(n,\".\"+i);var o=r[i].append(e,t);Array.isArray(o)?a(n,\".\",i,\"=[\",o.join(),\"];\"):a(n,\".\",i,\"=\",o,\";\")})),t(a)}function L(e,t,r,n){var a,i=e.shared,o=i.gl,f=i.framebuffer;y&&(a=t.def(i.extensions,\".webgl_draw_buffers\"));var u,s=e.constants,c=s.drawBuffer,l=s.backBuffer;u=r?r.append(e,t):t.def(f,\".next\"),n||t(\"if(\",u,\"!==\",f,\".cur){\"),t(\"if(\",u,\"){\",o,\".bindFramebuffer(\",36160,\",\",u,\".framebuffer);\"),y&&t(a,\".drawBuffersWEBGL(\",c,\"[\",u,\".colorAttachments.length]);\"),t(\"}else{\",o,\".bindFramebuffer(\",36160,\",null);\"),y&&t(a,\".drawBuffersWEBGL(\",l,\");\"),t(\"}\",f,\".cur=\",u,\";\"),n||t(\"}\")}function R(e,t,r){var n=e.shared,a=n.gl,i=e.current,o=e.next,f=n.current,u=n.next,s=e.cond(f,\".dirty\");k.forEach((function(t){var n,c,l=E(t);if(!(l in r.state))if(l in o){n=o[l],c=i[l];var d=V(w[l].length,(function(e){return s.def(n,\"[\",e,\"]\")}));s(e.cond(d.map((function(e,t){return e+\"!==\"+c+\"[\"+t+\"]\"})).join(\"||\")).then(a,\".\",O[l],\"(\",d,\");\",d.map((function(e,t){return c+\"[\"+t+\"]=\"+e})).join(\";\"),\";\"))}else{n=s.def(u,\".\",l);var m=e.cond(n,\"!==\",f,\".\",l);s(m),l in S?m(e.cond(n).then(a,\".enable(\",S[l],\");\").else(a,\".disable(\",S[l],\");\"),f,\".\",l,\"=\",n,\";\"):m(a,\".\",O[l],\"(\",n,\");\",f,\".\",l,\"=\",n,\";\")}})),0===Object.keys(r.state).length&&s(f,\".dirty=false;\"),t(s)}function M(e,t,r,n){var a=e.shared,i=e.current,o=a.current,f=a.gl;tn(Object.keys(r)).forEach((function(a){var u=r[a];if(!n||n(u)){var s=u.append(e,t);if(S[a]){var c=S[a];nn(u)?t(f,s?\".enable(\":\".disable(\",c,\");\"):t(e.cond(s).then(f,\".enable(\",c,\");\").else(f,\".disable(\",c,\");\")),t(o,\".\",a,\"=\",s,\";\")}else if(me(s)){var l=i[a];t(f,\".\",O[a],\"(\",s,\");\",s.map((function(e,t){return l+\"[\"+t+\"]=\"+e})).join(\";\"),\";\")}else t(f,\".\",O[a],\"(\",s,\");\",o,\".\",a,\"=\",s,\";\")}}))}function W(e,t){g&&(e.instancing=t.def(e.shared.extensions,\".angle_instanced_arrays\"))}function U(e,t,r,n,a){var i,o,f,u=e.shared,s=e.stats,c=u.current,l=u.timer,d=r.profile;function m(){return\"undefined\"==typeof performance?\"Date.now()\":\"performance.now()\"}function h(e){e(i=t.def(),\"=\",m(),\";\"),\"string\"==typeof a?e(s,\".count+=\",a,\";\"):e(s,\".count++;\"),p&&(n?e(o=t.def(),\"=\",l,\".getNumPendingQueries();\"):e(l,\".beginQuery(\",s,\");\"))}function b(e){e(s,\".cpuTime+=\",m(),\"-\",i,\";\"),p&&(n?e(l,\".pushScopeStats(\",o,\",\",l,\".getNumPendingQueries(),\",s,\");\"):e(l,\".endQuery();\"))}function v(e){var r=t.def(c,\".profile\");t(c,\".profile=\",e,\";\"),t.exit(c,\".profile=\",r,\";\")}if(d){if(nn(d))return void(d.enable?(h(t),b(t.exit),v(\"true\")):v(\"false\"));v(f=d.append(e,t))}else f=t.def(c,\".profile\");var g=e.block();h(g),t(\"if(\",f,\"){\",g,\"}\");var y=e.block();b(y),t.exit(\"if(\",f,\"){\",y,\"}\")}function G(e,t,r,n,a){var i=e.shared;n.forEach((function(n){var o,f=n.name,u=r.attributes[f];if(u){if(!a(u))return;o=u.append(e,t)}else{if(!a(fn))return;var s=e.scopeAttrib(f);_.optional((function(){e.assert(t,s+\".state\",\"missing attribute \"+f)})),o={},Object.keys(new b).forEach((function(e){o[e]=t.def(s,\".\",e)}))}!function(r,n,a){var o=i.gl,f=t.def(r,\".location\"),u=t.def(i.attributes,\"[\",f,\"]\"),s=a.state,c=a.buffer,l=[a.x,a.y,a.z,a.w],d=[\"buffer\",\"normalized\",\"offset\",\"stride\"];function m(){t(\"if(!\",u,\".buffer){\",o,\".enableVertexAttribArray(\",f,\");}\");var r,i=a.type;if(r=a.size?t.def(a.size,\"||\",n):n,t(\"if(\",u,\".type!==\",i,\"||\",u,\".size!==\",r,\"||\",d.map((function(e){return u+\".\"+e+\"!==\"+a[e]})).join(\"||\"),\"){\",o,\".bindBuffer(\",Sr,\",\",c,\".buffer);\",o,\".vertexAttribPointer(\",[f,r,i,a.normalized,a.stride,a.offset],\");\",u,\".type=\",i,\";\",u,\".size=\",r,\";\",d.map((function(e){return u+\".\"+e+\"=\"+a[e]+\";\"})).join(\"\"),\"}\"),g){var s=a.divisor;t(\"if(\",u,\".divisor!==\",s,\"){\",e.instancing,\".vertexAttribDivisorANGLE(\",[f,s],\");\",u,\".divisor=\",s,\";}\")}}function p(){t(\"if(\",u,\".buffer){\",o,\".disableVertexAttribArray(\",f,\");\",u,\".buffer=null;\",\"}if(\",Bt.map((function(e,t){return u+\".\"+e+\"!==\"+l[t]})).join(\"||\"),\"){\",o,\".vertexAttrib4f(\",f,\",\",l,\");\",Bt.map((function(e,t){return u+\".\"+e+\"=\"+l[t]+\";\"})).join(\"\"),\"}\")}1===s?m():2===s?p():(t(\"if(\",s,\"===\",1,\"){\"),m(),t(\"}else{\"),p(),t(\"}\"))}(e.link(n),function(e){switch(e){case Tr:case zr:case Ir:return 2;case Dr:case Fr:case Pr:return 3;case jr:case Br:case Lr:return 4;default:return 1}}(n.info.type),o)}))}function H(e,t,n,a,i,o){for(var f,u=e.shared,s=u.gl,c={},l=0;l1){if(!b)continue;var v=m.replace(\"[0]\",\"\");if(c[v])continue;c[v]=1}var g,y=e.link(d)+\".location\";if(b){if(!i(b))continue;if(nn(b)){var x=b.value;if(_.command(null!=x,'missing uniform \"'+m+'\"',e.commandStr),p===Ur||p===Gr){_.command(\"function\"==typeof x&&(p===Ur&&(\"texture2d\"===x._reglType||\"framebuffer\"===x._reglType)||p===Gr&&(\"textureCube\"===x._reglType||\"framebufferCube\"===x._reglType)),\"invalid texture for uniform \"+m,e.commandStr);var w=e.link(x._texture||x.color[0]._texture);t(s,\".uniform1i(\",y,\",\",w+\".bind());\"),t.exit(w,\".unbind();\")}else if(p===Rr||p===Mr||p===Wr){_.optional((function(){_.command(me(x),\"invalid matrix for uniform \"+m,e.commandStr),_.command(p===Rr&&4===x.length||p===Mr&&9===x.length||p===Wr&&16===x.length,\"invalid length for matrix uniform \"+m,e.commandStr)}));var A=e.global.def(\"new Float32Array([\"+Array.prototype.slice.call(x)+\"])\"),k=2;p===Mr?k=3:p===Wr&&(k=4),t(s,\".uniformMatrix\",k,\"fv(\",y,\",false,\",A,\");\")}else{switch(p){case Er:1===h?_.commandType(x,\"number\",\"uniform \"+m,e.commandStr):_.command(me(x)&&x.length===h,\"uniform \"+m,e.commandStr),f=\"1f\";break;case Tr:_.command(me(x)&&x.length&&x.length%2==0&&x.length<=2*h,\"uniform \"+m,e.commandStr),f=\"2f\";break;case Dr:_.command(me(x)&&x.length&&x.length%3==0&&x.length<=3*h,\"uniform \"+m,e.commandStr),f=\"3f\";break;case jr:_.command(me(x)&&x.length&&x.length%4==0&&x.length<=4*h,\"uniform \"+m,e.commandStr),f=\"4f\";break;case Vr:1===h?_.commandType(x,\"boolean\",\"uniform \"+m,e.commandStr):_.command(me(x)&&x.length===h,\"uniform \"+m,e.commandStr),f=\"1i\";break;case Cr:1===h?_.commandType(x,\"number\",\"uniform \"+m,e.commandStr):_.command(me(x)&&x.length===h,\"uniform \"+m,e.commandStr),f=\"1i\";break;case Ir:case zr:_.command(me(x)&&x.length&&x.length%2==0&&x.length<=2*h,\"uniform \"+m,e.commandStr),f=\"2i\";break;case Pr:case Fr:_.command(me(x)&&x.length&&x.length%3==0&&x.length<=3*h,\"uniform \"+m,e.commandStr),f=\"3i\";break;case Lr:case Br:_.command(me(x)&&x.length&&x.length%4==0&&x.length<=4*h,\"uniform \"+m,e.commandStr),f=\"4i\"}h>1?(f+=\"v\",x=e.global.def(\"[\"+Array.prototype.slice.call(x)+\"]\")):x=me(x)?Array.prototype.slice.call(x):x,t(s,\".uniform\",f,\"(\",y,\",\",x,\");\")}continue}g=b.append(e,t)}else{if(!i(fn))continue;g=t.def(u.uniforms,\"[\",r.id(m),\"]\")}p===Ur?(_(!Array.isArray(g),\"must specify a scalar prop for textures\"),t(\"if(\",g,\"&&\",g,'._reglType===\"framebuffer\"){',g,\"=\",g,\".color[0];\",\"}\")):p===Gr&&(_(!Array.isArray(g),\"must specify a scalar prop for cube maps\"),t(\"if(\",g,\"&&\",g,'._reglType===\"framebufferCube\"){',g,\"=\",g,\".color[0];\",\"}\")),_.optional((function(){function r(r,n){e.assert(t,r,'bad data or missing for uniform \"'+m+'\". '+n)}function n(e,t){1===t&&_(!Array.isArray(g),\"must not specify an array type for uniform\"),r(\"Array.isArray(\"+g+\") && typeof \"+g+'[0]===\" '+e+'\" || typeof '+g+'===\"'+e+'\"',\"invalid type, expected \"+e)}function a(t,n,a){Array.isArray(g)?_(g.length&&g.length%t==0&&g.length<=t*a,\"must have length of \"+(1===a?\"\":\"n * \")+t):r(u.isArrayLike+\"(\"+g+\")&&\"+g+\".length && \"+g+\".length % \"+t+\" === 0 && \"+g+\".length<=\"+t*a,\"invalid vector, should have length of \"+(1===a?\"\":\"n * \")+t,e.commandStr)}function i(t){_(!Array.isArray(g),\"must not specify a value type\"),r(\"typeof \"+g+'===\"function\"&&'+g+'._reglType===\"texture'+(3553===t?\"2d\":\"Cube\")+'\"',\"invalid texture type\",e.commandStr)}switch(p){case Cr:n(\"number\",h);break;case zr:a(2,0,h);break;case Fr:a(3,0,h);break;case Br:a(4,0,h);break;case Er:n(\"number\",h);break;case Tr:a(2,0,h);break;case Dr:a(3,0,h);break;case jr:a(4,0,h);break;case Vr:n(\"boolean\",h);break;case Ir:a(2,0,h);break;case Pr:a(3,0,h);break;case Lr:case Rr:a(4,0,h);break;case Mr:a(9,0,h);break;case Wr:a(16,0,h);break;case Ur:i(3553);break;case Gr:i(34067)}}));var S=1;switch(p){case Ur:case Gr:var O=t.def(g,\"._texture\");t(s,\".uniform1i(\",y,\",\",O,\".bind());\"),t.exit(O,\".unbind();\");continue;case Cr:case Vr:f=\"1i\";break;case zr:case Ir:f=\"2i\",S=2;break;case Fr:case Pr:f=\"3i\",S=3;break;case Br:case Lr:f=\"4i\",S=4;break;case Er:f=\"1f\";break;case Tr:f=\"2f\",S=2;break;case Dr:f=\"3f\",S=3;break;case jr:f=\"4f\",S=4;break;case Rr:f=\"Matrix2fv\";break;case Mr:f=\"Matrix3fv\";break;case Wr:f=\"Matrix4fv\"}if(-1===f.indexOf(\"Matrix\")&&h>1&&(f+=\"v\",S=1),\"M\"===f.charAt(0)){t(s,\".uniform\",f,\"(\",y,\",\");var E=Math.pow(p-Rr+2,2),T=e.global.def(\"new Float32Array(\",E,\")\");Array.isArray(g)?t(\"false,(\",V(E,(function(e){return T+\"[\"+e+\"]=\"+g[e]})),\",\",T,\")\"):t(\"false,(Array.isArray(\",g,\")||\",g,\" instanceof Float32Array)?\",g,\":(\",V(E,(function(e){return T+\"[\"+e+\"]=\"+g+\"[\"+e+\"]\"})),\",\",T,\")\"),t(\");\")}else if(S>1){for(var D=[],j=[],C=0;C=0\",\"missing vertex count\")}))):(a=u.def(o,\".\",pr),_.optional((function(){e.assert(u,a+\">=0\",\"missing vertex count\")}))),a}();if(\"number\"==typeof p){if(0===p)return}else r(\"if(\",p,\"){\"),r.exit(\"}\");g&&(c=s(br),l=e.instancing);var h=u+\".type\",b=f.elements&&nn(f.elements)&&!f.vaoActive;function v(){function e(){r(l,\".drawElementsInstancedANGLE(\",[d,p,h,m+\"<<((\"+h+\"-5121)>>1)\",c],\");\")}function t(){r(l,\".drawArraysInstancedANGLE(\",[d,m,p,c],\");\")}u&&\"null\"!==u?b?e():(r(\"if(\",u,\"){\"),e(),r(\"}else{\"),t(),r(\"}\")):t()}function y(){function e(){r(i+\".drawElements(\"+[d,p,h,m+\"<<((\"+h+\"-5121)>>1)\"]+\");\")}function t(){r(i+\".drawArrays(\"+[d,m,p]+\");\")}u&&\"null\"!==u?b?e():(r(\"if(\",u,\"){\"),e(),r(\"}else{\"),t(),r(\"}\")):t()}g&&(\"number\"!=typeof c||c>=0)?\"string\"==typeof c?(r(\"if(\",c,\">0){\"),v(),r(\"}else if(\",c,\"<0){\"),y(),r(\"}\")):v():y()}function q(e,t,r,n,a){var i=B(),o=i.proc(\"body\",a);return _.optional((function(){i.commandStr=t.commandStr,i.command=i.link(t.commandStr)})),g&&(i.instancing=o.def(i.shared.extensions,\".angle_instanced_arrays\")),e(i,o,r,n),i.compile().body}function Q(e,t,r,n){W(e,t),r.useVAO?r.drawVAO?t(e.shared.vao,\".setVAO(\",r.drawVAO.append(e,t),\");\"):t(e.shared.vao,\".setVAO(\",e.shared.vao,\".targetVAO);\"):(t(e.shared.vao,\".setVAO(null);\"),G(e,t,r,n.attributes,(function(){return!0}))),H(e,t,r,n.uniforms,(function(){return!0}),!1),N(e,t,t,r)}function Y(e,t,r,n){function a(){return!0}e.batchId=\"a1\",W(e,t),G(e,t,r,n.attributes,a),H(e,t,r,n.uniforms,a,!1),N(e,t,t,r)}function $(e,t,r,n){W(e,t);var a=r.contextDep,i=t.def(),o=t.def();e.shared.props=o,e.batchId=i;var f=e.scope(),u=e.scope();function s(e){return e.contextDep&&a||e.propDep}function c(e){return!s(e)}if(t(f.entry,\"for(\",i,\"=0;\",i,\"<\",\"a1\",\";++\",i,\"){\",o,\"=\",\"a0\",\"[\",i,\"];\",u,\"}\",f.exit),r.needsContext&&P(e,u,r.context),r.needsFramebuffer&&L(e,u,r.framebuffer),M(e,u,r.state,s),r.profile&&s(r.profile)&&U(e,u,r,!1,!0),n)r.useVAO?r.drawVAO?s(r.drawVAO)?u(e.shared.vao,\".setVAO(\",r.drawVAO.append(e,u),\");\"):f(e.shared.vao,\".setVAO(\",r.drawVAO.append(e,f),\");\"):f(e.shared.vao,\".setVAO(\",e.shared.vao,\".targetVAO);\"):(f(e.shared.vao,\".setVAO(null);\"),G(e,f,r,n.attributes,c),G(e,u,r,n.attributes,s)),H(e,f,r,n.uniforms,c,!1),H(e,u,r,n.uniforms,s,!0),N(e,f,u,r);else{var l=e.global.def(\"{}\"),d=r.shader.progVar.append(e,u),m=u.def(d,\".id\"),p=u.def(l,\"[\",m,\"]\");u(e.shared.gl,\".useProgram(\",d,\".program);\",\"if(!\",p,\"){\",p,\"=\",l,\"[\",m,\"]=\",e.link((function(t){return q(Y,e,r,t,2)})),\"(\",d,\");}\",p,\".call(this,a0[\",i,\"],\",i,\");\")}}function K(e,t,r){var n=t.static[r];if(n&&function(e){if(\"object\"==typeof e&&!me(e)){for(var t=Object.keys(e),r=0;r0&&r(e.shared.current,\".dirty=true;\"),e.shared.vao&&r(e.shared.vao,\".setVAO(null);\")}(f,u),function(e,t){var n=e.proc(\"scope\",3);e.batchId=\"a2\";var a=e.shared,i=a.current;function o(r){var i=t.shader[r];i&&n.set(a.shader,\".\"+r,i.append(e,n))}P(e,n,t.context),t.framebuffer&&t.framebuffer.append(e,n),tn(Object.keys(t.state)).forEach((function(r){var i=t.state[r].append(e,n);me(i)?i.forEach((function(t,a){n.set(e.next[r],\"[\"+a+\"]\",t)})):n.set(a.next,\".\"+r,i)})),U(e,n,t,!0,!0),[dr,hr,pr,br,mr].forEach((function(r){var i=t.draw[r];i&&n.set(a.draw,\".\"+r,\"\"+i.append(e,n))})),Object.keys(t.uniforms).forEach((function(i){var o=t.uniforms[i].append(e,n);Array.isArray(o)&&(o=\"[\"+o.join()+\"]\"),n.set(a.uniforms,\"[\"+r.id(i)+\"]\",o)})),Object.keys(t.attributes).forEach((function(r){var a=t.attributes[r].append(e,n),i=e.scopeAttrib(r);Object.keys(new b).forEach((function(e){n.set(i,\".\"+e,a[e])}))})),t.scopeVAO&&n.set(a.vao,\".targetVAO\",t.scopeVAO.append(e,n)),o(cr),o(lr),Object.keys(t.state).length>0&&(n(i,\".dirty=true;\"),n.exit(i,\".dirty=true;\")),n(\"a1(\",e.shared.context,\",a0,\",e.batchId,\");\")}(f,u),function(e,t){var r=e.proc(\"batch\",2);e.batchId=\"0\",W(e,r);var n=!1,a=!0;Object.keys(t.context).forEach((function(e){n=n||t.context[e].propDep})),n||(P(e,r,t.context),a=!1);var i=t.framebuffer,o=!1;function f(e){return e.contextDep&&n||e.propDep}i?(i.propDep?n=o=!0:i.contextDep&&n&&(o=!0),o||L(e,r,i)):L(e,r,null),t.state.viewport&&t.state.viewport.propDep&&(n=!0),R(e,r,t),M(e,r,t.state,(function(e){return!f(e)})),t.profile&&f(t.profile)||U(e,r,t,!1,\"a1\"),t.contextDep=n,t.needsContext=a,t.needsFramebuffer=o;var u=t.shader.progVar;if(u.contextDep&&n||u.propDep)$(e,r,t,null);else{var s=u.append(e,r);if(r(e.shared.gl,\".useProgram(\",s,\".program);\"),t.shader.program)$(e,r,t,t.shader.program);else{r(e.shared.vao,\".setVAO(null);\");var c=e.global.def(\"{}\"),l=r.def(s,\".id\"),d=r.def(c,\"[\",l,\"]\");r(e.cond(d).then(d,\".call(this,a0,a1);\").else(d,\"=\",c,\"[\",l,\"]=\",e.link((function(r){return q($,e,t,r,2)})),\"(\",s,\");\",d,\".call(this,a0,a1);\"))}}Object.keys(t.state).length>0&&r(e.shared.current,\".dirty=true;\"),e.shared.vao&&r(e.shared.vao,\".setVAO(null);\")}(f,u),t(f.compile(),{destroy:function(){u.shader.program.destroy()}})}}}var sn=function(e,t){if(!t.ext_disjoint_timer_query)return null;var r=[];function n(e){r.push(e)}var a=[];function i(){this.startQueryIndex=-1,this.endQueryIndex=-1,this.sum=0,this.stats=null}var o=[];function f(e){o.push(e)}var u=[];function s(e,t,r){var n=o.pop()||new i;n.startQueryIndex=e,n.endQueryIndex=t,n.sum=0,n.stats=r,u.push(n)}var c=[],l=[];return{beginQuery:function(e){var n=r.pop()||t.ext_disjoint_timer_query.createQueryEXT();t.ext_disjoint_timer_query.beginQueryEXT(35007,n),a.push(n),s(a.length-1,a.length,e)},endQuery:function(){t.ext_disjoint_timer_query.endQueryEXT(35007)},pushScopeStats:s,update:function(){var e,r,i=a.length;if(0!==i){l.length=Math.max(l.length,i+1),c.length=Math.max(c.length,i+1),c[0]=0,l[0]=0;var o=0;for(e=0,r=0;r0)if(Array.isArray(r[0])){f=J(r);for(var c=1,l=1;l0)if(\"number\"==typeof t[0]){var i=L.allocType(d.dtype,t.length);ne(i,t),p(i,a),L.freeType(i)}else if(Array.isArray(t[0])||e(t[0])){n=J(t);var o=K(t,n,d.dtype);p(o,a),L.freeType(o)}else _.raise(\"invalid buffer data\")}else if(G(t)){n=t.shape;var f=t.stride,u=0,s=0,c=0,l=0;1===n.length?(u=n[0],s=1,c=f[0],l=0):2===n.length?(u=n[0],s=n[1],c=f[0],l=f[1]):_.raise(\"invalid shape\");var h=Array.isArray(t.data)?d.dtype:re(t.data),b=L.allocType(h,u*s);ae(b,t.data,u,s,c,l,t.offset),p(b,a),L.freeType(b)}else _.raise(\"invalid data for buffer subdata\");return m},n.profile&&(m.stats=d.stats),m.destroy=function(){l(d)},m},createStream:function(e,t){var r=u.pop();return r||(r=new f(e)),r.bind(),c(r,t,35040,0,1,!1),r},destroyStream:function(e){u.push(e)},clear:function(){H(o).forEach(l),u.forEach(l)},getBuffer:function(e){return e&&e._buffer instanceof f?e._buffer:null},restore:function(){H(o).forEach((function(e){e.buffer=t.createBuffer(),t.bindBuffer(e.type,e.buffer),t.bufferData(e.type,e.persistentData||e.byteLength,e.usage)}))},_initBuffer:c}}(a,l,n,(function(e){return A.destroyBuffer(e)})),w=function(t,r,n,a){var i={},o=0,f={uint8:oe,uint16:fe};function u(e){this.id=o++,i[this.id]=this,this.buffer=e,this.primType=4,this.vertCount=0,this.type=0}r.oes_element_index_uint&&(f.uint32=ue),u.prototype.bind=function(){this.buffer.bind()};var s=[];function c(a,i,o,f,u,s,c){var l;if(a.buffer.bind(),i){var d=c;c||e(i)&&(!G(i)||e(i.data))||(d=r.oes_element_index_uint?ue:fe),n._initBuffer(a.buffer,i,o,d,3)}else t.bufferData(se,s,o),a.buffer.dtype=l||oe,a.buffer.usage=o,a.buffer.dimension=3,a.buffer.byteLength=s;if(l=c,!c){switch(a.buffer.dtype){case oe:case 5120:l=oe;break;case fe:case 5122:l=fe;break;case ue:case 5124:l=ue;break;default:_.raise(\"unsupported type for element array\")}a.buffer.dtype=l}a.type=l,_(l!==ue||!!r.oes_element_index_uint,\"32 bit element buffers not supported, enable oes_element_index_uint first\");var m=u;m<0&&(m=a.buffer.byteLength,l===fe?m>>=1:l===ue&&(m>>=2)),a.vertCount=m;var p=f;if(f<0){p=4;var h=a.buffer.dimension;1===h&&(p=0),2===h&&(p=1),3===h&&(p=4)}a.primType=p}function l(e){a.elementsCount--,_(null!==e.buffer,\"must not double destroy elements\"),delete i[e.id],e.buffer.destroy(),e.buffer=null}return{create:function(t,r){var i=n.create(null,se,!0),o=new u(i._buffer);function s(t){if(t)if(\"number\"==typeof t)i(t),o.primType=4,o.vertCount=0|t,o.type=oe;else{var r=null,n=35044,a=-1,u=-1,l=0,d=0;Array.isArray(t)||e(t)||G(t)?r=t:(_.type(t,\"object\",\"invalid arguments for elements\"),\"data\"in t&&(r=t.data,_(Array.isArray(r)||e(r)||G(r),\"invalid data for element buffer\")),\"usage\"in t&&(_.parameter(t.usage,$,\"invalid element buffer usage\"),n=$[t.usage]),\"primitive\"in t&&(_.parameter(t.primitive,ie,\"invalid element buffer primitive\"),a=ie[t.primitive]),\"count\"in t&&(_(\"number\"==typeof t.count&&t.count>=0,\"invalid vertex count for elements\"),u=0|t.count),\"type\"in t&&(_.parameter(t.type,f,\"invalid buffer type\"),d=f[t.type]),\"length\"in t?l=0|t.length:(l=u,d===fe||5122===d?l*=2:d!==ue&&5124!==d||(l*=4))),c(o,r,n,a,u,l,d)}else i(),o.primType=4,o.vertCount=0,o.type=oe;return s}return a.elementsCount++,s(t),s._reglType=\"elements\",s._elements=o,s.subdata=function(e,t){return i.subdata(e,t),s},s.destroy=function(){l(o)},s},createStream:function(e){var t=s.pop();return t||(t=new u(n.create(null,se,!0,!1)._buffer)),c(t,e,35040,-1,-1,0,0),t},destroyStream:function(e){s.push(e)},getElements:function(e){return\"function\"==typeof e&&e._elements instanceof u?e._elements:null},clear:function(){H(i).forEach(l)}}}(a,d,x,l),A=function(t,r,n,a,i,o,f){for(var u=n.maxAttributes,s=new Array(u),c=0;c{for(var e=Object.keys(t),r=0;r=0,'invalid option for vao: \"'+e[r]+'\" valid options are '+Et)})),_(Array.isArray(a),\"attributes must be an array\")}_(a.length0,\"must specify at least one attribute\");var c={},l=n.attributes;l.length=a.length;for(var d=0;d=b.byteLength?m.subdata(b):(m.destroy(),n.buffers[d]=null)),n.buffers[d]||(m=n.buffers[d]=i.create(p,34962,!1,!0)),h.buffer=i.getBuffer(m),h.size=0|h.buffer.dimension,h.normalized=!1,h.type=h.buffer.dtype,h.offset=0,h.stride=0,h.divisor=0,h.state=1,c[d]=1):i.getBuffer(p)?(h.buffer=i.getBuffer(p),h.size=0|h.buffer.dimension,h.normalized=!1,h.type=h.buffer.dtype,h.offset=0,h.stride=0,h.divisor=0,h.state=1):i.getBuffer(p.buffer)?(h.buffer=i.getBuffer(p.buffer),h.size=0|(+p.size||h.buffer.dimension),h.normalized=!!p.normalized||!1,\"type\"in p?(_.parameter(p.type,X,\"invalid buffer type\"),h.type=X[p.type]):h.type=h.buffer.dtype,h.offset=0|(p.offset||0),h.stride=0|(p.stride||0),h.divisor=0|(p.divisor||0),h.state=1,_(h.size>=1&&h.size<=4,\"size must be between 1 and 4\"),_(h.offset>=0,\"invalid offset\"),_(h.stride>=0&&h.stride<=255,\"stride must be between 0 and 255\"),_(h.divisor>=0,\"divisor must be positive\"),_(!h.divisor||!!r.angle_instanced_arrays,\"ANGLE_instanced_arrays must be enabled to use divisor\")):\"x\"in p?(_(d>0,\"first attribute must not be a constant\"),h.x=+p.x||0,h.y=+p.y||0,h.z=+p.z||0,h.w=+p.w||0,h.state=2):_(!1,\"invalid attribute spec for location \"+d)}for(var v=0;v1)for(var v=0;v1&&(y=y.replace(\"[0]\",\"\")),u(b,new f(y,r.id(y),e.getUniformLocation(m,y),c))}var x=e.getProgramParameter(m,35721);a.profile&&(t.stats.attributesCount=x);var w=t.attributes;for(o=0;oe&&(e=t.stats.uniformsCount)})),e},n.getMaxAttributesCount=function(){var e=0;return l.forEach((function(t){t.stats.attributesCount>e&&(e=t.stats.attributesCount)})),e}),{clear:function(){var t=e.deleteShader.bind(e);H(i).forEach(t),i={},H(o).forEach(t),o={},l.forEach((function(t){e.deleteProgram(t.program)})),l.length=0,c={},n.shaderCount=0},program:function(r,a,f,u){_.command(r>=0,\"missing vertex shader\",f),_.command(a>=0,\"missing fragment shader\",f);var s=c[a];s||(s=c[a]={});var d=s[r];if(d&&(d.refCount++,!u))return d;var h=new m(a,r);return n.shaderCount++,p(h,f,u),d||(s[r]=h),l.push(h),t(h,{destroy:function(){if(h.refCount--,h.refCount<=0){e.deleteProgram(h.program);var t=l.indexOf(h);l.splice(t,1),n.shaderCount--}s[h.vertId].refCount<=0&&(e.deleteShader(o[h.vertId]),delete o[h.vertId],delete c[h.fragId][h.vertId]),Object.keys(c[h.fragId]).length||(e.deleteShader(i[h.fragId]),delete i[h.fragId],delete c[h.fragId])}})},restore:function(){i={},o={};for(var e=0;e=2,\"invalid renderbuffer shape\"),f=0|m[0],u=0|m[1]}else\"radius\"in d&&(f=u=0|d.radius),\"width\"in d&&(f=0|d.width),\"height\"in d&&(u=0|d.height);\"format\"in d&&(_.parameter(d.format,i,\"invalid renderbuffer format\"),s=i[d.format])}else\"number\"==typeof t?(f=0|t,u=\"number\"==typeof n?0|n:f):t?_.raise(\"invalid arguments to renderbuffer constructor\"):f=u=1;if(_(f>0&&u>0&&f<=r.maxRenderbufferSize&&u<=r.maxRenderbufferSize,\"invalid renderbuffer size\"),f!==c.width||u!==c.height||s!==c.format)return l.width=c.width=f,l.height=c.height=u,c.format=s,e.bindRenderbuffer(mt,c.renderbuffer),e.renderbufferStorage(mt,s,f,u),_(0===e.getError(),\"invalid render buffer format\"),a.profile&&(c.stats.size=bt(c.format,c.width,c.height)),l.format=o[c.format],l}return u[c.id]=c,n.renderbufferCount++,l(t,f),l.resize=function(t,n){var i=0|t,o=0|n||i;return i===c.width&&o===c.height||(_(i>0&&o>0&&i<=r.maxRenderbufferSize&&o<=r.maxRenderbufferSize,\"invalid renderbuffer size\"),l.width=c.width=i,l.height=c.height=o,e.bindRenderbuffer(mt,c.renderbuffer),e.renderbufferStorage(mt,c.format,i,o),_(0===e.getError(),\"invalid render buffer format\"),a.profile&&(c.stats.size=bt(c.format,c.width,c.height))),l},l._reglType=\"renderbuffer\",l._renderbuffer=c,a.profile&&(l.stats=c.stats),l.destroy=function(){c.decRef()},l},clear:function(){H(u).forEach(c)},restore:function(){H(u).forEach((function(t){t.renderbuffer=e.createRenderbuffer(),e.bindRenderbuffer(mt,t.renderbuffer),e.renderbufferStorage(mt,t.format,t.width,t.height)})),e.bindRenderbuffer(mt,null)}}}(a,d,y,l,n),E=function(e,r,n,a,i,o){var f={cur:null,next:null,dirty:!1,setFBO:null},u=[\"rgba\"],s=[\"rgba4\",\"rgb565\",\"rgb5 a1\"];r.ext_srgb&&s.push(\"srgba\"),r.ext_color_buffer_half_float&&s.push(\"rgba16f\",\"rgb16f\"),r.webgl_color_buffer_float&&s.push(\"rgba32f\");var c=[\"uint8\"];function l(e,t,r){this.target=e,this.texture=t,this.renderbuffer=r;var n=0,a=0;t?(n=t.width,a=t.height):r&&(n=r.width,a=r.height),this.width=n,this.height=a}function d(e){e&&(e.texture&&e.texture._texture.decRef(),e.renderbuffer&&e.renderbuffer._renderbuffer.decRef())}function m(e,t,r){if(e)if(e.texture){var n=e.texture._texture,a=Math.max(1,n.width),i=Math.max(1,n.height);_(a===t&&i===r,\"inconsistent width/height for supplied texture\"),n.refCount+=1}else{var o=e.renderbuffer._renderbuffer;_(o.width===t&&o.height===r,\"inconsistent width/height for renderbuffer\"),o.refCount+=1}}function p(t,r){r&&(r.texture?e.framebufferTexture2D(vt,t,r.target,r.texture._texture.texture,0):e.framebufferRenderbuffer(vt,t,gt,r.renderbuffer._renderbuffer.renderbuffer))}function h(e){var t=yt,r=null,n=null,a=e;\"object\"==typeof e&&(a=e.data,\"target\"in e&&(t=0|e.target)),_.type(a,\"function\",\"invalid attachment data\");var i=a._reglType;return\"texture2d\"===i?(r=a,_(t===yt)):\"textureCube\"===i?(r=a,_(t>=xt&&t<34075,\"invalid cube map target\")):\"renderbuffer\"===i?(n=a,t=gt):_.raise(\"invalid regl object for attachment\"),new l(t,r,n)}function b(e,t,r,n,o){if(r){var f=a.create2D({width:e,height:t,format:n,type:o});return f._texture.refCount=0,new l(yt,f,null)}var u=i.create({width:e,height:t,format:n});return u._renderbuffer.refCount=0,new l(gt,null,u)}function v(e){return e&&(e.texture||e.renderbuffer)}function g(e,t,r){e&&(e.texture?e.texture.resize(t,r):e.renderbuffer&&e.renderbuffer.resize(t,r),e.width=t,e.height=r)}r.oes_texture_half_float&&c.push(\"half float\",\"float16\"),r.oes_texture_float&&c.push(\"float\",\"float32\");var y=0,x={};function w(){this.id=y++,x[this.id]=this,this.framebuffer=e.createFramebuffer(),this.width=0,this.height=0,this.colorAttachments=[],this.depthAttachment=null,this.stencilAttachment=null,this.depthStencilAttachment=null}function A(e){e.colorAttachments.forEach(d),d(e.depthAttachment),d(e.stencilAttachment),d(e.depthStencilAttachment)}function k(t){var r=t.framebuffer;_(r,\"must not double destroy framebuffer\"),e.deleteFramebuffer(r),t.framebuffer=null,o.framebufferCount--,delete x[t.id]}function S(t){var r;e.bindFramebuffer(vt,t.framebuffer);var a=t.colorAttachments;for(r=0;r=2,\"invalid shape for framebuffer\"),o=z[0],d=z[1]}else\"radius\"in C&&(o=d=C.radius),\"width\"in C&&(o=C.width),\"height\"in C&&(d=C.height);(\"color\"in C||\"colors\"in C)&&(y=C.color||C.colors,Array.isArray(y)&&_(1===y.length||r.webgl_draw_buffers,\"multiple render targets not supported\")),y||(\"colorCount\"in C&&(O=0|C.colorCount,_(O>0,\"invalid color buffer count\")),\"colorTexture\"in C&&(x=!!C.colorTexture,w=\"rgba4\"),\"colorType\"in C&&(k=C.colorType,x?(_(r.oes_texture_float||!(\"float\"===k||\"float32\"===k),\"you must enable OES_texture_float in order to use floating point framebuffer objects\"),_(r.oes_texture_half_float||!(\"half float\"===k||\"float16\"===k),\"you must enable OES_texture_half_float in order to use 16-bit floating point framebuffer objects\")):\"half float\"===k||\"float16\"===k?(_(r.ext_color_buffer_half_float,\"you must enable EXT_color_buffer_half_float to use 16-bit render buffers\"),w=\"rgba16f\"):\"float\"!==k&&\"float32\"!==k||(_(r.webgl_color_buffer_float,\"you must enable WEBGL_color_buffer_float in order to use 32-bit floating point renderbuffers\"),w=\"rgba32f\"),_.oneOf(k,c,\"invalid color type\")),\"colorFormat\"in C&&(w=C.colorFormat,u.indexOf(w)>=0?x=!0:s.indexOf(w)>=0?x=!1:_.optional((function(){x?_.oneOf(C.colorFormat,u,\"invalid color format for texture\"):_.oneOf(C.colorFormat,s,\"invalid color format for renderbuffer\")})))),(\"depthTexture\"in C||\"depthStencilTexture\"in C)&&(j=!(!C.depthTexture&&!C.depthStencilTexture),_(!j||r.webgl_depth_texture,\"webgl_depth_texture extension not supported\")),\"depth\"in C&&(\"boolean\"==typeof C.depth?p=C.depth:(E=C.depth,g=!1)),\"stencil\"in C&&(\"boolean\"==typeof C.stencil?g=C.stencil:(T=C.stencil,p=!1)),\"depthStencil\"in C&&(\"boolean\"==typeof C.depthStencil?p=g=C.depthStencil:(D=C.depthStencil,p=!1,g=!1))}else o=d=1;var F=null,B=null,V=null,I=null;if(Array.isArray(y))F=y.map(h);else if(y)F=[h(y)];else for(F=new Array(O),a=0;a=0||F[a].renderbuffer&&kt.indexOf(F[a].renderbuffer._renderbuffer.format)>=0,\"framebuffer color attachment \"+a+\" is invalid\"),F[a]&&F[a].texture){var L=At[F[a].texture._texture.format]*_t[F[a].texture._texture.type];null===P?P=L:_(P===L,\"all color attachments much have the same number of bits per pixel.\")}return m(B,o,d),_(!B||B.texture&&6402===B.texture._texture.format||B.renderbuffer&&33189===B.renderbuffer._renderbuffer.format,\"invalid depth attachment for framebuffer object\"),m(V,o,d),_(!V||V.renderbuffer&&36168===V.renderbuffer._renderbuffer.format,\"invalid stencil attachment for framebuffer object\"),m(I,o,d),_(!I||I.texture&&34041===I.texture._texture.format||I.renderbuffer&&34041===I.renderbuffer._renderbuffer.format,\"invalid depth-stencil attachment for framebuffer object\"),A(i),i.width=o,i.height=d,i.colorAttachments=F,i.depthAttachment=B,i.stencilAttachment=V,i.depthStencilAttachment=I,l.color=F.map(v),l.depth=v(B),l.stencil=v(V),l.depthStencil=v(I),l.width=i.width,l.height=i.height,S(i),l}return o.framebufferCount++,l(e,a),t(l,{resize:function(e,t){_(f.next!==i,\"can not resize a framebuffer which is currently in use\");var r=Math.max(0|e,1),n=Math.max(0|t||r,1);if(r===i.width&&n===i.height)return l;for(var a=i.colorAttachments,o=0;o=2,\"invalid shape for framebuffer\"),_(g[0]===g[1],\"cube framebuffer must be square\"),d=g[0]}else\"radius\"in v&&(d=0|v.radius),\"width\"in v?(d=0|v.width,\"height\"in v&&_(v.height===d,\"must be square\")):\"height\"in v&&(d=0|v.height);(\"color\"in v||\"colors\"in v)&&(m=v.color||v.colors,Array.isArray(m)&&_(1===m.length||r.webgl_draw_buffers,\"multiple render targets not supported\")),m||(\"colorCount\"in v&&(b=0|v.colorCount,_(b>0,\"invalid color buffer count\")),\"colorType\"in v&&(_.oneOf(v.colorType,c,\"invalid color type\"),h=v.colorType),\"colorFormat\"in v&&(p=v.colorFormat,_.oneOf(v.colorFormat,u,\"invalid color format for texture\"))),\"depth\"in v&&(l.depth=v.depth),\"stencil\"in v&&(l.stencil=v.stencil),\"depthStencil\"in v&&(l.depthStencil=v.depthStencil)}else d=1;if(m)if(Array.isArray(m))for(s=[],n=0;n0&&(l.depth=i[0].depth,l.stencil=i[0].stencil,l.depthStencil=i[0].depthStencil),i[n]?i[n](l):i[n]=O(l)}return t(o,{width:d,height:d,color:s})}return o(e),t(o,{faces:i,resize:function(e){var t,r=0|e;if(_(r>0&&r<=n.maxCubeMapSize,\"invalid radius for cube fbo\"),r===o.width)return o;var a=o.color;for(t=0;t=0;--e){var t=I[e];t&&t(v,null,0)}a.flush(),m&&m.update()}function ce(){!Q&&I.length>0&&(Q=j.next(Y))}function le(){Q&&(j.cancel(Y),Q=null)}function de(e){e.preventDefault(),o=!0,le(),P.forEach((function(e){e()}))}function me(e){a.getError(),o=!1,f.restore(),k.restore(),x.restore(),S.restore(),O.restore(),E.restore(),A.restore(),m&&m.restore(),T.procs.refresh(),ce(),N.forEach((function(e){e()}))}function pe(e){function r(e,t){var r={},n={};return Object.keys(e).forEach((function(a){var i=e[a];if(D.isDynamic(i))n[a]=D.unbox(i,a);else{if(t&&Array.isArray(i))for(var o=0;o0)return l.call(this,function(e){for(;m.length=0,\"cannot cancel a frame twice\"),I[t]=function e(){var t=dn(I,e);I[t]=I[I.length-1],I.length-=1,I.length<=0&&le()}}}}function ge(){var e=F.viewport,t=F.scissor_box;e[0]=e[1]=t[0]=t[1]=0,v.viewportWidth=v.framebufferWidth=v.drawingBufferWidth=e[2]=t[2]=a.drawingBufferWidth,v.viewportHeight=v.framebufferHeight=v.drawingBufferHeight=e[3]=t[3]=a.drawingBufferHeight}function ye(){v.tick+=1,v.time=we(),ge(),T.procs.poll()}function xe(){S.refresh(),ge(),T.procs.refresh(),m&&m.update()}function we(){return(C()-p)/1e3}xe();var Ae=t(pe,{clear:function(e){if(_(\"object\"==typeof e&&e,\"regl.clear() takes an object as input\"),\"framebuffer\"in e)if(e.framebuffer&&\"framebufferCube\"===e.framebuffer_reglType)for(var r=0;r<6;++r)he(t({framebuffer:e.framebuffer.faces[r]},e),be);else he(e,be);else be(0,e)},prop:D.define.bind(null,1),context:D.define.bind(null,2),this:D.define.bind(null,3),draw:pe({}),buffer:function(e){return x.create(e,34962,!1,!1)},elements:function(e){return w.create(e,!1)},texture:S.create2D,cube:S.createCube,renderbuffer:O.create,framebuffer:E.create,framebufferCube:E.createCube,vao:A.createVAO,attributes:i,frame:ve,on:function(e,t){var r;switch(_.type(t,\"function\",\"listener callback must be a function\"),e){case\"frame\":return ve(t);case\"lost\":r=P;break;case\"restore\":r=N;break;case\"destroy\":r=q;break;default:_.raise(\"invalid event, must be one of frame,lost,restore,destroy\")}return r.push(t),{cancel:function(){for(var e=0;e=0},read:z,destroy:function(){I.length=0,le(),V&&(V.removeEventListener(cn,de),V.removeEventListener(ln,me)),k.clear(),E.clear(),O.clear(),A.clear(),S.clear(),w.clear(),x.clear(),m&&m.clear(),q.forEach((function(e){e()}))},_gl:a,_refresh:xe,poll:function(){ye(),m&&m.update()},now:we,stats:l});return n.onDone(null,Ae),Ae}},\"object\"==typeof r&&void 0!==t?t.exports=o():\"function\"==typeof define&&define.amd?define(o):i.createREGL=o()},\n", - " 413: function _(t,e,a,s,r){s();const n=t(414),_=t(9),o=t(12);class c{constructor(t){this._regl=t,this._map=new Map}_create_texture(t){const e=t.length;let a=0;const s=[];let r=0,_=0;for(let n=0;nc[f+1]&&f++;const s=t[f],n=c[f]+.5*s;let o=.5*s-Math.abs(a-n);f%2==1&&(o=-o),m[e]=Math.round(255*(o-r)/(_-r))}return[[a,u,r,_],this._regl.texture({shape:[l,1,1],data:m,wrapS:\"repeat\",format:\"alpha\",type:\"uint8\",mag:\"linear\",min:\"linear\"})]}_get_key(t){return t.join(\",\")}_get_or_create(t){const e=this._get_key(t);let a=this._map.get(e);if(null==a){const s=(0,n.gcd)(t);if(s>1){t=(0,o.map)(t,(t=>t/s)),a=this._get_or_create(t);const[r,n,_]=a;a=[r,n,s],this._map.set(e,a)}else{const[r,n]=this._create_texture(t);a=[r,n,s],this._map.set(e,a)}}return a}get(t){return t.length%2==1&&(t=(0,_.concat)([t,t])),this._get_or_create(t)}}a.DashCache=c,c.__name__=\"DashCache\"},\n", - " 414: function _(n,t,e,r,o){function u(n,t){let e,r;n>t?(e=n,r=t):(e=t,r=n);let o=e%r;for(;0!=o;)e=r,r=o,o=e%r;return r}r(),e.gcd=function(n){let t=n[0];for(let e=1;e= 0.0 ? 1.0 : -1.0;\\n}\\n\\nvoid main()\\n{\\n if (a_show_curr < 0.5) {\\n // Line segment has non-finite value at one or both ends, do not render.\\n gl_Position = vec4(-2.0, -2.0, 0.0, 1.0);\\n return;\\n }\\n\\n const float min_miter_factor_round_join_mesh = sqrt(2.0);\\n\\n int join_type = int(u_line_join + 0.5);\\n int cap_type = int(u_line_cap + 0.5);\\n float halfwidth = 0.5*(u_linewidth + u_antialias);\\n vec2 segment_along = normalize(a_point_end - a_point_start); // unit vector.\\n v_segment_length = length(a_point_end - a_point_start);\\n vec2 segment_right = right_vector(segment_along); // unit vector.\\n vec2 xy;\\n\\n bool miter_too_large_start = false;\\n bool miter_too_large_end = false;\\n\\n v_coords.y = a_position.y*halfwidth; // Overwritten later for end points.\\n\\n bool has_start_cap = a_show_prev < 0.5;\\n bool has_end_cap = a_show_next < 0.5;\\n\\n vec2 point_normal_start;\\n float cos_theta_start;\\n float turn_right_start;\\n if (has_start_cap)\\n point_normal_start = segment_right;\\n else {\\n vec2 prev_right = right_vector(normalize(a_point_start - a_point_prev));\\n point_normal_start = normalize(segment_right + prev_right);\\n cos_theta_start = dot(segment_right, point_normal_start); // Always +ve\\n turn_right_start = sign_no_zero(dot(segment_right, a_point_prev - a_point_start));\\n }\\n\\n vec2 point_normal_end;\\n float cos_theta_end;\\n float turn_right_end;\\n if (has_end_cap)\\n point_normal_end = segment_right;\\n else {\\n vec2 next_right = right_vector(normalize(a_point_next - a_point_end));\\n point_normal_end = normalize(segment_right + next_right);\\n cos_theta_end = dot(segment_right, point_normal_end); // Always +ve\\n turn_right_end = sign_no_zero(dot(segment_right, a_point_next - a_point_end));\\n }\\n\\n float miter_factor_start = 1.0 / dot(segment_right, point_normal_start);\\n float miter_factor_end = 1.0 / dot(segment_right, point_normal_end);\\n if (join_type == miter_join) {\\n // If miter too large, use bevel join instead.\\n miter_too_large_start = (miter_factor_start > u_miter_limit);\\n miter_too_large_end = (miter_factor_end > u_miter_limit);\\n }\\n\\n float sign_at_start = -sign(a_position.x); // +ve at segment start, -ve end.\\n vec2 point = sign_at_start > 0.0 ? a_point_start : a_point_end;\\n vec2 adjacent_point =\\n sign_at_start > 0.0 ? (has_start_cap ? a_point_start : a_point_prev)\\n : (has_end_cap ? a_point_end : a_point_next);\\n\\n if ( (has_start_cap && sign_at_start > 0.0) ||\\n (has_end_cap && sign_at_start < 0.0) ) {\\n // Cap.\\n xy = point - segment_right*(halfwidth*a_position.y);\\n if (cap_type == butt_cap)\\n xy -= sign_at_start*0.5*u_antialias*segment_along;\\n else\\n xy -= sign_at_start*halfwidth*segment_along;\\n }\\n else { // Join.\\n // +ve if turning to right, -ve if to left.\\n float turn_sign = sign_at_start > 0.0 ? turn_right_start : turn_right_end;\\n\\n vec2 adjacent_right = sign_at_start*normalize(right_vector(point - adjacent_point));\\n vec2 point_right = normalize(segment_right + adjacent_right);\\n float miter_factor = sign_at_start > 0.0 ? miter_factor_start : miter_factor_end;\\n bool miter_too_large = sign_at_start > 0.0 ? miter_too_large_start : miter_too_large_end;\\n\\n if (abs(a_position.x) > 1.5) {\\n // Outer point, meets prev/next segment.\\n float factor; // multiplied by halfwidth...\\n\\n if (join_type == bevel_join || (join_type == miter_join && miter_too_large))\\n factor = 1.0 / miter_factor; // cos_theta.\\n else if (join_type == round_join &&\\n miter_factor > min_miter_factor_round_join_mesh)\\n factor = 1.0;\\n else // miter, or round (small angle only).\\n factor = miter_factor;\\n\\n xy = point - point_right*(halfwidth*turn_sign*factor);\\n v_coords.y = turn_sign*halfwidth*factor / miter_factor;\\n }\\n else if (turn_sign*a_position.y < 0.0) {\\n // Inner point, meets prev/next segment.\\n float len = halfwidth*miter_factor;\\n float segment_len = v_segment_length;\\n float adjacent_len = distance(point, adjacent_point);\\n\\n if (len <= min(segment_len, adjacent_len))\\n // Normal behaviour.\\n xy = point - point_right*(len*a_position.y);\\n else\\n // For short wide line segments the inner point using the above\\n // calculation can be outside of the line. Here clipping it.\\n xy = point + segment_right*(halfwidth*turn_sign);\\n }\\n else {\\n // Point along outside edge.\\n xy = point - segment_right*(halfwidth*a_position.y);\\n if (join_type == round_join &&\\n miter_factor > min_miter_factor_round_join_mesh) {\\n xy = line_intersection(xy, segment_along,\\n point - turn_sign*point_right*halfwidth,\\n right_vector(point_right));\\n }\\n }\\n }\\n\\n vec2 pos = xy + 0.5; // Bokeh's offset.\\n pos /= u_canvas_size / u_pixel_ratio; // in 0..1\\n gl_Position = vec4(2.0*pos.x - 1.0, 1.0 - 2.0*pos.y, 0.0, 1.0);\\n\\n v_coords.x = dot(xy - a_point_start, segment_along);\\n v_flags = float(int(has_start_cap) +\\n 2*int(has_end_cap) +\\n 4*int(miter_too_large_start) +\\n 8*int(miter_too_large_end));\\n v_cos_theta_turn_right_start = cos_theta_start*turn_right_start;\\n v_cos_theta_turn_right_end = cos_theta_end*turn_right_end;\\n\\n#ifdef DASHED\\n v_length_so_far = a_length_so_far;\\n#endif\\n}\\n\"},\n", - " 416: function _(n,t,a,i,e){i();a.default=\"\\nprecision mediump float;\\n\\nconst int butt_cap = 0;\\nconst int round_cap = 1;\\nconst int square_cap = 2;\\n\\nconst int miter_join = 0;\\nconst int round_join = 1;\\nconst int bevel_join = 2;\\n\\nuniform float u_linewidth;\\nuniform float u_antialias;\\nuniform float u_line_join;\\nuniform float u_line_cap;\\nuniform vec4 u_line_color;\\n#ifdef DASHED\\nuniform sampler2D u_dash_tex;\\nuniform vec4 u_dash_tex_info;\\nuniform float u_dash_scale;\\nuniform float u_dash_offset;\\n#endif\\n\\nvarying float v_segment_length;\\nvarying vec2 v_coords;\\nvarying float v_flags;\\nvarying float v_cos_theta_turn_right_start;\\nvarying float v_cos_theta_turn_right_end;\\n#ifdef DASHED\\nvarying float v_length_so_far;\\n#endif\\n\\nfloat cross_z(in vec2 v0, in vec2 v1)\\n{\\n return v0.x*v1.y - v0.y*v1.x;\\n}\\n\\nfloat point_line_side(in vec2 point, in vec2 start, in vec2 end)\\n{\\n // +ve if point to right of line.\\n // Alternatively could do dot product with right_vector.\\n return cross_z(point - start, end - start);\\n}\\n\\nfloat point_line_distance(in vec2 point, in vec2 start, in vec2 end)\\n{\\n return point_line_side(point, start, end) / distance(start, end);\\n}\\n\\nvec2 right_vector(in vec2 v)\\n{\\n return vec2(v.y, -v.x);\\n}\\n\\nfloat bevel_join_distance(in float sign_start, in float halfwidth)\\n{\\n float cos_theta_turn_right = sign_start > 0.0 ? v_cos_theta_turn_right_start\\n : v_cos_theta_turn_right_end;\\n float cos_theta = abs(cos_theta_turn_right);\\n float turn_right = sign(cos_theta_turn_right);\\n float distance_along = sign_start > 0.0 ? 0.0 : v_segment_length;\\n\\n // In v_coords reference frame (x is along segment, y across).\\n vec2 line_start = vec2(distance_along, halfwidth*turn_right);\\n float sin_alpha = cos_theta;\\n float cos_alpha = sqrt(1.0 - sin_alpha*sin_alpha);\\n vec2 line_along = vec2(-sign_start*turn_right*sin_alpha, -cos_alpha);\\n\\n return halfwidth + sign_start*point_line_distance(\\n v_coords, line_start, line_start+line_along);\\n}\\n\\nfloat cap(in int cap_type, in float x, in float y)\\n{\\n // x is distance along segment in direction away from end of segment,\\n // y is distance across segment.\\n if (cap_type == butt_cap)\\n return max(0.5*u_linewidth - x, abs(y));\\n else if (cap_type == square_cap)\\n return max(-x, abs(y));\\n else // cap_type == round_cap\\n return distance(vec2(min(x, 0.0), y), vec2(0.0, 0.0));\\n}\\n\\nfloat distance_to_alpha(in float dist)\\n{\\n return 1.0 - smoothstep(0.5*(u_linewidth - u_antialias),\\n 0.5*(u_linewidth + u_antialias), dist);\\n}\\n\\n#ifdef DASHED\\nfloat dash_distance(in float x)\\n{\\n // x is in direction of v_coords.x, i.e. along segment.\\n float tex_length = u_dash_tex_info.x;\\n float tex_offset = u_dash_tex_info.y;\\n float tex_dist_min = u_dash_tex_info.z;\\n float tex_dist_max = u_dash_tex_info.w;\\n\\n // Apply offset.\\n x += v_length_so_far - u_dash_scale*tex_offset + u_dash_offset;\\n\\n // Interpolate within texture to obtain distance to dash.\\n float dist = texture2D(u_dash_tex,\\n vec2(x / (tex_length*u_dash_scale), 0.0)).a;\\n\\n // Scale distance within min and max limits.\\n dist = tex_dist_min + dist*(tex_dist_max - tex_dist_min);\\n\\n return u_dash_scale*dist;\\n}\\n\\nfloat clip_dash_distance(in float x, in float offset, in float sign_along)\\n{\\n // Return clipped dash distance, sign_along is +1.0 if looking forward\\n // into next segment and -1.0 if looking backward into previous segment.\\n float half_antialias = 0.5*u_antialias;\\n\\n if (sign_along*x > half_antialias) {\\n // Outside antialias region, use usual dash distance.\\n return dash_distance(offset + x);\\n }\\n else {\\n // Inside antialias region.\\n // Dash distance at edge of antialias region clipped to half_antialias.\\n float edge_dist = min(dash_distance(offset + sign_along*half_antialias), half_antialias);\\n\\n // Physical distance from dash distance at edge of antialias region.\\n return edge_dist + sign_along*x - half_antialias;\\n }\\n}\\n\\nmat2 rotation_matrix(in float sign_start)\\n{\\n // Rotation matrix for v_coords from this segment to prev or next segment.\\n float cos_theta_turn_right = sign_start > 0.0 ? v_cos_theta_turn_right_start\\n : v_cos_theta_turn_right_end;\\n float cos_theta = abs(cos_theta_turn_right);\\n float turn_right = sign(cos_theta_turn_right);\\n\\n float sin_theta = sqrt(1.0 - cos_theta*cos_theta)*sign_start*turn_right;\\n float cos_2theta = 2.0*cos_theta*cos_theta - 1.0;\\n float sin_2theta = 2.0*sin_theta*cos_theta;\\n return mat2(cos_2theta, -sin_2theta, sin_2theta, cos_2theta);\\n}\\n#endif\\n\\nvoid main()\\n{\\n int join_type = int(u_line_join + 0.5);\\n int cap_type = int(u_line_cap + 0.5);\\n float halfwidth = 0.5*(u_linewidth + u_antialias);\\n float half_antialias = 0.5*u_antialias;\\n\\n // Extract flags.\\n int flags = int(v_flags + 0.5);\\n bool miter_too_large_end = (flags / 8 > 0);\\n flags -= 8*int(miter_too_large_end);\\n bool miter_too_large_start = (flags / 4 > 0);\\n flags -= 4*int(miter_too_large_start);\\n bool has_end_cap = (flags / 2 > 0);\\n flags -= 2*int(has_end_cap);\\n bool has_start_cap = flags > 0;\\n\\n float dist = v_coords.y; // For straight segment, and miter join.\\n\\n // Along-segment coords with respect to end of segment, +ve inside segment\\n // so equivalent to v_coords.x at start of segment.\\n float end_coords_x = v_segment_length - v_coords.x;\\n\\n if (v_coords.x <= half_antialias) {\\n // At start of segment, either cap or join.\\n if (has_start_cap)\\n dist = cap(cap_type, v_coords.x, v_coords.y);\\n else if (join_type == round_join)\\n dist = distance(v_coords, vec2(0.0, 0.0));\\n else if (join_type == bevel_join ||\\n (join_type == miter_join && miter_too_large_start))\\n dist = max(abs(dist), bevel_join_distance(1.0, halfwidth));\\n // else a miter join which uses the default dist calculation.\\n }\\n else if (end_coords_x <= half_antialias) {\\n // At end of segment, either cap or join.\\n if (has_end_cap)\\n dist = cap(cap_type, end_coords_x, v_coords.y);\\n else if (join_type == round_join)\\n dist = distance(v_coords, vec2(v_segment_length, 0));\\n else if ((join_type == bevel_join ||\\n (join_type == miter_join && miter_too_large_end)))\\n dist = max(abs(dist), bevel_join_distance(-1.0, halfwidth));\\n // else a miter join which uses the default dist calculation.\\n }\\n\\n float alpha = distance_to_alpha(abs(dist));\\n\\n#ifdef DASHED\\n if (u_dash_tex_info.x >= 0.0) {\\n // Dashes in straight segments (outside of joins) are easily calculated.\\n dist = dash_distance(v_coords.x);\\n\\n if (!has_start_cap && cap_type == butt_cap) {\\n if (v_coords.x < half_antialias) {\\n // Outer of start join rendered solid color or not at all\\n // depending on whether corner point is in dash or gap, with\\n // antialiased ends.\\n if (dash_distance(0.0) > 0.0) {\\n // Corner is solid color.\\n dist = max(dist, min(half_antialias, -v_coords.x));\\n // Avoid visible antialiasing band between corner and dash.\\n dist = max(dist, dash_distance(half_antialias));\\n }\\n else {\\n // Use large negative value so corner not colored.\\n dist = -halfwidth;\\n\\n if (v_coords.x > -half_antialias) {\\n // Consider antialias region of dash after start region.\\n float edge_dist = min(dash_distance(half_antialias), half_antialias);\\n dist = max(dist, edge_dist + v_coords.x - half_antialias);\\n }\\n }\\n }\\n\\n vec2 prev_coords = rotation_matrix(1.0)*v_coords;\\n\\n if (abs(prev_coords.y) < halfwidth && prev_coords.x < half_antialias) {\\n // Extend dashes across from end of previous segment, with antialiased end.\\n float new_dist = clip_dash_distance(prev_coords.x, 0.0, -1.0);\\n new_dist = min(new_dist, 0.5*u_linewidth - abs(prev_coords.y));\\n dist = max(dist, new_dist);\\n }\\n }\\n\\n if (!has_end_cap && cap_type == butt_cap) {\\n if (end_coords_x < half_antialias) {\\n // Similar for end join.\\n if (dash_distance(v_segment_length) > 0.0) {\\n // Corner is solid color.\\n dist = max(dist, min(half_antialias, -end_coords_x));\\n // Avoid visible antialiasing band between corner and dash.\\n dist = max(dist, dash_distance(v_segment_length - half_antialias));\\n }\\n else {\\n // Use large negative value so corner not colored.\\n dist = -halfwidth;\\n\\n if (end_coords_x > -half_antialias) {\\n // Consider antialias region of dash before end region.\\n float edge_dist = min(dash_distance(v_segment_length - half_antialias),\\n half_antialias);\\n dist = max(dist, edge_dist + end_coords_x - half_antialias);\\n }\\n }\\n }\\n\\n vec2 next_coords = rotation_matrix(-1.0)*(v_coords - vec2(v_segment_length, 0.0));\\n\\n if (abs(next_coords.y) < halfwidth && next_coords.x > -half_antialias) {\\n // Extend dashes across from next segment, with antialiased end.\\n float new_dist = clip_dash_distance(next_coords.x, v_segment_length, 1.0);\\n new_dist = min(new_dist, 0.5*u_linewidth - abs(next_coords.y));\\n dist = max(dist, new_dist);\\n }\\n }\\n\\n dist = cap(cap_type, dist, v_coords.y);\\n\\n float dash_alpha = distance_to_alpha(dist);\\n alpha = min(alpha, dash_alpha);\\n }\\n#endif\\n\\n alpha = u_line_color.a*alpha;\\n gl_FragColor = vec4(u_line_color.rgb*alpha, alpha); // Premultiplied alpha.\\n}\\n\"},\n", - " 417: function _(n,i,e,t,a){t();e.default=\"\\nprecision mediump float;\\n\\nattribute vec2 a_position;\\nattribute vec2 a_center;\\nattribute float a_width;\\nattribute float a_height;\\nattribute float a_angle; // In radians\\nattribute float a_linewidth;\\nattribute vec4 a_line_color;\\nattribute vec4 a_fill_color;\\nattribute float a_line_cap;\\nattribute float a_line_join;\\nattribute float a_show;\\n#ifdef HATCH\\nattribute float a_hatch_pattern;\\nattribute float a_hatch_scale;\\nattribute float a_hatch_weight;\\nattribute vec4 a_hatch_color;\\n#endif\\n\\nuniform float u_pixel_ratio;\\nuniform vec2 u_canvas_size;\\nuniform float u_antialias;\\nuniform float u_size_hint;\\n\\nvarying float v_linewidth;\\nvarying vec2 v_size; // 2D size for rects compared to 1D for markers.\\nvarying vec4 v_line_color;\\nvarying vec4 v_fill_color;\\nvarying float v_line_cap;\\nvarying float v_line_join;\\nvarying vec2 v_coords;\\n#ifdef HATCH\\nvarying float v_hatch_pattern;\\nvarying float v_hatch_scale;\\nvarying float v_hatch_weight;\\nvarying vec4 v_hatch_color;\\nvarying vec2 v_hatch_coords;\\n#endif\\n\\nvoid main()\\n{\\n if (a_show < 0.5) {\\n // Do not show this rect.\\n gl_Position = vec4(-2.0, -2.0, 0.0, 1.0);\\n return;\\n }\\n\\n v_size = vec2(a_width, a_height);\\n v_linewidth = a_linewidth;\\n v_line_color = a_line_color;\\n v_fill_color = a_fill_color;\\n v_line_cap = a_line_cap;\\n v_line_join = a_line_join;\\n\\n if (v_linewidth < 1.0) {\\n // Linewidth less than 1 is implemented as 1 but with reduced alpha.\\n v_line_color.a *= v_linewidth;\\n v_linewidth = 1.0;\\n }\\n\\n#ifdef HATCH\\n v_hatch_pattern = a_hatch_pattern;\\n v_hatch_scale = a_hatch_scale;\\n v_hatch_weight = a_hatch_weight;\\n v_hatch_color = a_hatch_color;\\n#endif\\n\\n vec2 enclosing_size;\\n // Need extra size of (v_linewidth+u_antialias) if edge of marker parallel to\\n // edge of bounding box. If symmetric spike towards edge then multiply by\\n // 1/cos(theta) where theta is angle between spike and bbox edges.\\n int size_hint = int(u_size_hint + 0.5);\\n if (size_hint == 1) // Dash\\n enclosing_size = vec2(v_size.x + v_linewidth + u_antialias,\\n v_linewidth + u_antialias);\\n else if (size_hint == 2) // Dot\\n enclosing_size = 0.25*v_size + u_antialias;\\n else if (size_hint == 3) // Diamond\\n enclosing_size = vec2(v_size.x*(2.0/3.0) + (v_linewidth + u_antialias)*1.20185,\\n v_size.y + (v_linewidth + u_antialias)*1.80278);\\n else if (size_hint == 4) // Hex\\n enclosing_size = v_size + (v_linewidth + u_antialias)*vec2(2.0/sqrt(3.0), 1.0);\\n else if (size_hint == 5) // Square pin\\n enclosing_size = v_size + (v_linewidth + u_antialias)*3.1;\\n else if (size_hint == 6) // Triangle\\n enclosing_size = vec2(v_size.x + (v_linewidth + u_antialias)*sqrt(3.0),\\n v_size.y*(2.0/sqrt(3.0)) + (v_linewidth + u_antialias)*2.0);\\n else if (size_hint == 7) // Triangle pin\\n enclosing_size = v_size + (v_linewidth + u_antialias)*vec2(4.8, 6.0);\\n else if (size_hint == 8) // Star\\n enclosing_size = vec2(v_size.x*0.95106 + (v_linewidth + u_antialias)*3.0,\\n v_size.y + (v_linewidth + u_antialias)*3.2);\\n else\\n enclosing_size = v_size + v_linewidth + u_antialias;\\n\\n // Coordinates in rotated frame with respect to center of marker, used for\\n // distance functions in fragment shader.\\n v_coords = a_position*enclosing_size;\\n\\n float c = cos(-a_angle);\\n float s = sin(-a_angle);\\n mat2 rotation = mat2(c, -s, s, c);\\n\\n vec2 pos = a_center + rotation*v_coords;\\n#ifdef HATCH\\n // Coordinates for hatching in unrotated frame of reference.\\n v_hatch_coords = pos - 0.5;\\n#endif\\n pos += 0.5; // Make up for Bokeh's offset.\\n pos /= u_canvas_size / u_pixel_ratio; // 0 to 1.\\n gl_Position = vec4(2.0*pos.x - 1.0, 1.0 - 2.0*pos.y, 0.0, 1.0);\\n}\\n\"},\n", - " 418: function _(n,i,e,t,a){t();e.default=\"\\nprecision mediump float;\\n\\nconst float SQRT2 = sqrt(2.0);\\nconst float SQRT3 = sqrt(3.0);\\nconst float PI = 3.14159265358979323846;\\n\\nconst int butt_cap = 0;\\nconst int round_cap = 1;\\nconst int square_cap = 2;\\n\\nconst int miter_join = 0;\\nconst int round_join = 1;\\nconst int bevel_join = 2;\\n\\n#ifdef HATCH\\nconst int hatch_dot = 1;\\nconst int hatch_ring = 2;\\nconst int hatch_horizontal_line = 3;\\nconst int hatch_vertical_line = 4;\\nconst int hatch_cross = 5;\\nconst int hatch_horizontal_dash = 6;\\nconst int hatch_vertical_dash = 7;\\nconst int hatch_spiral = 8;\\nconst int hatch_right_diagonal_line = 9;\\nconst int hatch_left_diagonal_line = 10;\\nconst int hatch_diagonal_cross = 11;\\nconst int hatch_right_diagonal_dash = 12;\\nconst int hatch_left_diagonal_dash = 13;\\nconst int hatch_horizontal_wave = 14;\\nconst int hatch_vertical_wave = 15;\\nconst int hatch_criss_cross = 16;\\n#endif\\n\\nuniform float u_antialias;\\n\\nvarying float v_linewidth;\\nvarying vec2 v_size;\\nvarying vec4 v_line_color;\\nvarying vec4 v_fill_color;\\nvarying float v_line_cap;\\nvarying float v_line_join;\\nvarying vec2 v_coords;\\n#ifdef HATCH\\nvarying float v_hatch_pattern;\\nvarying float v_hatch_scale;\\nvarying float v_hatch_weight;\\nvarying vec4 v_hatch_color;\\nvarying vec2 v_hatch_coords;\\n#endif\\n\\n// Lines within the marker (dot, cross, x and y) are added at the end as they are\\n// on top of the fill rather than astride it.\\n#if defined(USE_CIRCLE_DOT) || defined(USE_DIAMOND_DOT) || defined(USE_DOT) || defined(USE_HEX_DOT) || defined(USE_SQUARE_DOT) || defined(USE_STAR_DOT) || defined(USE_TRIANGLE_DOT)\\n #define APPEND_DOT\\n#endif\\n\\n#if defined(USE_CIRCLE_CROSS) || defined(USE_SQUARE_CROSS)\\n #define APPEND_CROSS\\n#endif\\n\\n#ifdef USE_DIAMOND_CROSS\\n #define APPEND_CROSS_2\\n#endif\\n\\n#ifdef USE_CIRCLE_X\\n #define APPEND_X\\n #define APPEND_X_LEN (0.5*v_size.x)\\n#endif\\n\\n#ifdef USE_SQUARE_X\\n #define APPEND_X\\n #define APPEND_X_LEN (v_size.x/SQRT2)\\n#endif\\n\\n#ifdef USE_CIRCLE_Y\\n #define APPEND_Y\\n#endif\\n\\n#if defined(USE_ASTERISK) || defined(USE_CROSS) || defined(USE_DASH) || defined(USE_DOT) || defined(USE_X) || defined(USE_Y)\\n // No fill.\\n #define LINE_ONLY\\n#endif\\n\\n#if defined(LINE_ONLY) || defined(APPEND_CROSS) || defined(APPEND_CROSS_2) || defined(APPEND_X) || defined(APPEND_Y)\\nfloat end_cap_distance(in vec2 p, in vec2 end_point, in vec2 unit_direction, in int line_cap)\\n{\\n vec2 offset = p - end_point;\\n if (line_cap == butt_cap)\\n return dot(offset, unit_direction) + 0.5*v_linewidth;\\n else if (line_cap == square_cap)\\n return dot(offset, unit_direction);\\n else if (line_cap == round_cap && dot(offset, unit_direction) > 0.0)\\n return length(offset);\\n else\\n // Default is outside of line and should be -0.5*(v_linewidth+u_antialias) or less,\\n // so here avoid the multiplication.\\n return -v_linewidth-u_antialias;\\n}\\n#endif\\n\\n#if !(defined(LINE_ONLY) || defined(USE_SQUARE_PIN) || defined(USE_TRIANGLE_PIN))\\n// For line join at a vec2 corner where 2 line segments meet, consider bevel points which are the 2\\n// points obtained by moving half a linewidth away from the corner point in the directions normal to\\n// the line segments. The line through these points is the bevel line, characterised by a vec2\\n// unit_normal and offset distance from the corner point. Edge of bevel join straddles this line,\\n// round join occurs outside of this line centred on the corner point. In general\\n// offset = (linewidth/2)*sin(alpha/2)\\n// where alpha is the angle between the 2 line segments at the corner.\\nfloat line_join_distance_no_miter(\\n in vec2 p, in vec2 corner, in vec2 unit_normal, in float offset, in int line_join)\\n{\\n // Simplified version of line_join_distance ignoring miter which most markers do implicitly\\n // as they are composed of straight line segments.\\n float dist_outside = dot((p - corner), unit_normal) - offset;\\n\\n if (line_join == bevel_join && dist_outside > -0.5*u_antialias)\\n return dist_outside + 0.5*v_linewidth;\\n else if (dist_outside > 0.0) // round_join\\n return distance(p, corner);\\n else\\n // Default is outside of line and should be -0.5*(v_linewidth+u_antialias) or less,\\n // so here avoid the multiplication.\\n return -v_linewidth-u_antialias;\\n}\\n#endif\\n\\n#if defined(USE_SQUARE_PIN) || defined(USE_TRIANGLE_PIN)\\n// Line join distance including miter but only one-sided check as assuming use of symmetry in\\n// calling function.\\nfloat line_join_distance_incl_miter(\\n in vec2 p, in vec2 corner, in vec2 unit_normal, in float offset, in int line_join,\\n vec2 miter_unit_normal)\\n{\\n float dist_outside = dot((p - corner), unit_normal) - offset;\\n\\n if (line_join == miter_join && dist_outside > 0.0)\\n return dot((p - corner), miter_unit_normal);\\n else if (line_join == bevel_join && dist_outside > -0.5*u_antialias)\\n return dist_outside + 0.5*v_linewidth;\\n else if (dist_outside > 0.0) // round_join\\n return distance(p, corner);\\n else\\n return -v_linewidth-u_antialias;\\n}\\n#endif\\n\\n#if defined(APPEND_CROSS) || defined(APPEND_X) || defined(USE_ASTERISK) || defined(USE_CROSS) || defined(USE_X)\\nfloat one_cross(in vec2 p, in int line_cap, in float len)\\n{\\n p = abs(p);\\n p = (p.y > p.x) ? p.yx : p.xy;\\n float dist = p.y;\\n float end_dist = end_cap_distance(p, vec2(len, 0.0), vec2(1.0, 0.0), line_cap);\\n return max(dist, end_dist);\\n}\\n#endif\\n\\n#ifdef APPEND_CROSS_2\\nfloat one_cross_2(in vec2 p, in int line_cap, in vec2 lengths)\\n{\\n // Cross with different length in x and y directions.\\n p = abs(p);\\n bool switch_xy = (p.y > p.x);\\n p = switch_xy ? p.yx : p.xy;\\n float len = switch_xy ? lengths.y : lengths.x;\\n float dist = p.y;\\n float end_dist = end_cap_distance(p, vec2(len, 0.0), vec2(1.0, 0.0), line_cap);\\n return max(dist, end_dist);\\n}\\n#endif\\n\\n#if defined(APPEND_Y) || defined(USE_Y)\\nfloat one_y(in vec2 p, in int line_cap, in float len)\\n{\\n p = vec2(abs(p.x), -p.y);\\n\\n // End point of line to right is (1/2, 1/3)*len*SQRT3.\\n // Unit vector along line is (1/2, 1/3)*k where k = 6/SQRT13.\\n const float k = 6.0/sqrt(13.0);\\n vec2 unit_along = vec2(0.5*k, k/3.0);\\n vec2 end_point = vec2(0.5*len*SQRT3, len*SQRT3/3.0);\\n float dist = max(abs(dot(p, vec2(-unit_along.y, unit_along.x))),\\n end_cap_distance(p, end_point, unit_along, line_cap));\\n\\n if (p.y < 0.0) {\\n // Vertical line.\\n float vert_dist = max(p.x,\\n end_cap_distance(p, vec2(0.0, -len), vec2(0.0, -1.0), line_cap));\\n dist = min(dist, vert_dist);\\n }\\n return dist;\\n}\\n#endif\\n\\n// One marker_distance function per marker type.\\n// Distance is zero on edge of marker, +ve outside and -ve inside.\\n\\n#ifdef USE_ASTERISK\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n vec2 p_diag = vec2((p.x + p.y)/SQRT2, (p.x - p.y)/SQRT2);\\n float len = 0.5*v_size.x;\\n return min(one_cross(p, line_cap, len), // cross\\n one_cross(p_diag, line_cap, len)); // x\\n}\\n#endif\\n\\n#if defined(USE_CIRCLE) || defined(USE_CIRCLE_CROSS) || defined(USE_CIRCLE_DOT) || defined(USE_CIRCLE_X) || defined(USE_CIRCLE_Y)\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n return length(p) - 0.5*v_size.x;\\n}\\n#endif\\n\\n#ifdef USE_CROSS\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n return one_cross(p, line_cap, 0.5*v_size.x);\\n}\\n#endif\\n\\n#ifdef USE_DASH\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n p = abs(p);\\n float dist = p.y;\\n float end_dist = end_cap_distance(p, vec2(0.5*v_size.x, 0.0), vec2(1.0, 0.0), line_cap);\\n return max(dist, end_dist);\\n}\\n#endif\\n\\n#if defined(USE_DIAMOND) || defined(USE_DIAMOND_CROSS) || defined(USE_DIAMOND_DOT)\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n // Only need to consider +ve quadrant, the 2 end points are (2r/3, 0) and (0, r)\\n // where r = radius = v_size.x/2.\\n // Line has outward-facing unit normal vec2(1, 2/3)/k where k = SQRT13/3\\n // hence vec2(3, 2)/SQRT13, and distance from origin of 2r/(3k) = 2r/SQRT13.\\n p = abs(p);\\n float r = 0.5*v_size.x;\\n const float SQRT13 = sqrt(13.0);\\n float dist = dot(p, vec2(3.0, 2.0))/SQRT13 - 2.0*r/SQRT13;\\n\\n if (line_join != miter_join) {\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(0.0, r), vec2(0.0, 1.0), v_linewidth/SQRT13, line_join));\\n\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(r*2.0/3.0, 0.0), vec2(1.0, 0.0), v_linewidth*(1.5/SQRT13), line_join));\\n }\\n\\n return dist;\\n}\\n#endif\\n\\n#ifdef USE_DOT\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Dot is always appended.\\n return v_linewidth+u_antialias;\\n}\\n#endif\\n\\n#if defined(USE_HEX) || defined(USE_HEX_DOT)\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // A regular hexagon has v_size.x == v.size_y = r where r is the length of\\n // each of the 3 sides of the 6 equilateral triangles that comprise the hex.\\n // Only consider +ve quadrant, the 3 corners are at (0, h), (rx/2, h), (rx, 0)\\n // where rx = 0.5*v_size.x, ry = 0.5*v_size.y and h = ry*SQRT3/2.\\n // Sloping line has outward normal vec2(h, rx/2). Length of this is\\n // len = sqrt(h**2 + rx**2/4) to give unit normal (h, rx/2)/len and distance\\n // from origin of this line is rx*h/len.\\n p = abs(p);\\n float rx = v_size.x/2.0;\\n float h = v_size.y*(SQRT3/4.0);\\n float len_normal = sqrt(h*h + 0.25*rx*rx);\\n vec2 unit_normal = vec2(h, 0.5*rx) / len_normal;\\n float dist = max(dot(p, unit_normal) - rx*h/len_normal, // Distance from sloping line.\\n p.y - h); // Distance from horizontal line.\\n\\n if (line_join != miter_join) {\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(rx, 0.0), vec2(1.0, 0.0), 0.5*v_linewidth*unit_normal.x, line_join));\\n\\n unit_normal = normalize(unit_normal + vec2(0.0, 1.0)); // At (rx/2, h) corner.\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(0.5*rx, h), unit_normal, 0.5*v_linewidth*unit_normal.y, line_join));\\n }\\n return dist;\\n}\\n#endif\\n\\n#ifdef USE_PLUS\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n // Only need to consider one octant, the +ve quadrant with x >= y.\\n p = abs(p);\\n p = (p.y > p.x) ? p.yx : p.xy;\\n\\n // 3 corners are (r, 0), (r, 3r/8) and (3r/8, 3r/8).\\n float r = 0.5*v_size.x;\\n p = p - vec2(r, 0.375*r); // Distance with respect to outside corner\\n float dist = max(p.x, p.y);\\n\\n if (line_join != miter_join) {\\n // Outside corner\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(0.0, 0.0), vec2(1.0/SQRT2, 1.0/SQRT2), v_linewidth/(2.0*SQRT2), line_join));\\n\\n // Inside corner\\n dist = min(dist, -line_join_distance_no_miter(\\n p, vec2(-5.0*r/8.0, 0.0), vec2(-1.0/SQRT2, -1.0/SQRT2), v_linewidth/(2.0*SQRT2), line_join));\\n }\\n\\n return dist;\\n}\\n#endif\\n\\n#if defined(USE_SQUARE) || defined(USE_SQUARE_CROSS) || defined(USE_SQUARE_DOT) || defined(USE_SQUARE_X)\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n vec2 p2 = abs(p) - v_size/2.0; // Offset from corner\\n float dist = max(p2.x, p2.y);\\n\\n if (line_join != miter_join)\\n dist = max(dist, line_join_distance_no_miter(\\n p2, vec2(0.0, 0.0), vec2(1.0/SQRT2, 1.0/SQRT2), v_linewidth/(2.0*SQRT2), line_join));\\n\\n return dist;\\n}\\n#endif\\n\\n#ifdef USE_SQUARE_PIN\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n p = abs(p);\\n p = (p.y > p.x) ? p.yx : p.xy;\\n // p is in octant between y=0 and y=x.\\n // Quadratic bezier curve passes through (r, r), (11r/16, 0) and (r, -r).\\n // Circular arc that passes through the same points has center at\\n // x = r + 231r/160 = 2.44275r and y = 0 and hence radius is\\n // x - 11r/16 = 1.75626 precisely.\\n float r = 0.5*v_size.x;\\n float center_x = r*2.44375;\\n float radius = r*1.75626;\\n float dist = radius - distance(p, vec2(center_x, 0.0));\\n\\n // Magic number is 0.5*sin(atan(8/5) - pi/4)\\n dist = max(dist, line_join_distance_incl_miter(\\n p, vec2(r, r), vec2(1.0/SQRT2, 1.0/SQRT2), v_linewidth*0.1124297533493792, line_join,\\n vec2(8.0/sqrt(89.0), -5.0/sqrt(89.0))));\\n\\n return dist;\\n}\\n#endif\\n\\n#if defined(USE_STAR) || defined(USE_STAR_DOT)\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n const float SQRT5 = sqrt(5.0);\\n const float COS72 = 0.25*(SQRT5 - 1.0);\\n const float SIN72 = sqrt((5.0+SQRT5) / 8.0);\\n\\n float angle = atan(p.x, p.y); // In range -pi to +pi clockwise from +y direction.\\n angle = mod(angle, 0.4*PI) - 0.2*PI; // In range -pi/5 to +pi/5 clockwise from +y direction.\\n p = length(p)*vec2(cos(angle), abs(sin(angle))); // (x,y) in pi/10 (36 degree) sector.\\n\\n // 2 corners are at (r, 0) and (r-a*SIN72, a*COS72) where a = r sqrt(5-2*sqrt(5)).\\n // Line has outward-facing unit normal vec2(COS72, SIN72) and distance from\\n // origin of dot(vec2(r, 0), vec2(COS72, SIN72)) = r*COS72\\n float r = 0.5*v_size.x;\\n float a = r*sqrt(5.0 - 2.0*SQRT5);\\n float dist = dot(p, vec2(COS72, SIN72)) - r*COS72;\\n\\n if (line_join != miter_join) {\\n // Outside corner\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(r, 0.0), vec2(1.0, 0.0), v_linewidth*(0.5*COS72), line_join));\\n\\n // Inside corner\\n const float COS36 = sqrt(0.5 + COS72/2.0);\\n const float SIN36 = sqrt(0.5 - COS72/2.0);\\n dist = min(dist, -line_join_distance_no_miter(\\n p, vec2(r-a*SIN72, a*COS72), vec2(-COS36, -SIN36), v_linewidth*(0.5*COS36), line_join));\\n }\\n\\n return dist;\\n}\\n#endif\\n\\n#if defined(USE_TRIANGLE) || defined(USE_TRIANGLE_DOT) || defined(USE_INVERTED_TRIANGLE)\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n // For normal triangle 3 corners are at (-r, a), (r, a), (0, a-h)=(0, -2h/3)\\n // given r = radius = v_size.x/2, h = SQRT3*r, a = h/3.\\n // Sloping line has outward-facing unit normal vec2(h, -r)/2r = vec2(SQRT3, -1)/2\\n // and distance from origin of a. Horizontal line has outward-facing unit normal\\n // vec2(0, 1) and distance from origin of a.\\n float r = 0.5*v_size.x;\\n float a = r*SQRT3/3.0;\\n\\n // Only need to consider +ve x.\\n#ifdef USE_INVERTED_TRIANGLE\\n p = vec2(abs(p.x), -p.y);\\n#else\\n p = vec2(abs(p.x), p.y);\\n#endif\\n\\n float dist = max(0.5*dot(p, vec2(SQRT3, -1.0)) - a, // Distance from sloping line.\\n p.y - a); // Distance from horizontal line.\\n\\n if (line_join != miter_join) {\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(0.0, -(2.0/SQRT3)*r), vec2(0.0, -1.0), v_linewidth*0.25, line_join));\\n\\n dist = max(dist, line_join_distance_no_miter(\\n p, vec2(r, a), vec2(SQRT3/2.0, 0.5), v_linewidth*0.25, line_join));\\n }\\n\\n return dist;\\n}\\n#endif\\n\\n#ifdef USE_TRIANGLE_PIN\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n float angle = atan(p.x, -p.y); // In range -pi to +pi.\\n angle = mod(angle, PI*2.0/3.0) - PI/3.0; // In range -pi/3 to pi/3.\\n p = length(p)*vec2(cos(angle), abs(sin(angle))); // (x,y) in range 0 to pi/3.\\n // Quadratic bezier curve passes through (a, r), ((a+b)/2, 0) and (a, -r) where\\n // a = r/SQRT3, b = 3a/8 = r SQRT3/8. Circular arc that passes through the same points has\\n // center at (a+x, 0) and radius x+c where c = (a-b)/2 and x = (r**2 - c**2) / (2c).\\n // Ignore r factor until the end so can use const.\\n const float a = 1.0/SQRT3;\\n const float b = SQRT3/8.0;\\n const float c = (a-b)/2.0;\\n const float x = (1.0 - c*c) / (2.0*c);\\n const float center_x = x + a;\\n const float radius = x + c;\\n float r = 0.5*v_size.x;\\n float dist = r*radius - distance(p, vec2(r*center_x, 0.0));\\n\\n // Magic number is 0.5*sin(atan(8*sqrt(3)/5) - pi/3)\\n dist = max(dist, line_join_distance_incl_miter(\\n p, vec2(a*r, r), vec2(0.5, 0.5*SQRT3), v_linewidth*0.0881844526878324, line_join,\\n vec2(8.0*SQRT3, -5.0)/sqrt(217.0)));\\n\\n return dist;\\n}\\n#endif\\n\\n#ifdef USE_X\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n p = vec2((p.x + p.y)/SQRT2, (p.x - p.y)/SQRT2);\\n return one_cross(p, line_cap, 0.5*v_size.x);\\n}\\n#endif\\n\\n#ifdef USE_Y\\nfloat marker_distance(in vec2 p, in int line_cap, in int line_join)\\n{\\n // Assuming v_size.x == v.size_y\\n return one_y(p, line_cap, 0.5*v_size.x);\\n}\\n#endif\\n\\n// Convert distance from edge of marker to fraction in range 0 to 1, depending\\n// on antialiasing width.\\nfloat distance_to_fraction(in float dist)\\n{\\n return 1.0 - smoothstep(-0.5*u_antialias, 0.5*u_antialias, dist);\\n}\\n\\n// Return fraction from 0 (no fill color) to 1 (full fill color).\\nfloat fill_fraction(in float dist)\\n{\\n return distance_to_fraction(dist);\\n}\\n\\n// Return fraction in range 0 (no line color) to 1 (full line color).\\nfloat line_fraction(in float dist)\\n{\\n return distance_to_fraction(abs(dist) - 0.5*v_linewidth);\\n}\\n\\n// Return fraction (in range 0 to 1) of a color, with premultiplied alpha.\\nvec4 fractional_color(in vec4 color, in float fraction)\\n{\\n color.a *= fraction;\\n color.rgb *= color.a;\\n return color;\\n}\\n\\n// Blend colors that have premultiplied alpha.\\nvec4 blend_colors(in vec4 src, in vec4 dest)\\n{\\n return (1.0 - src.a)*dest + src;\\n}\\n\\n#ifdef APPEND_DOT\\nfloat dot_fraction(in vec2 p)\\n{\\n // Assuming v_size.x == v_size.y\\n float radius = 0.125*v_size.x;\\n float dot_distance = max(length(p) - radius, -0.5*u_antialias);\\n return fill_fraction(dot_distance);\\n}\\n#endif\\n\\n#ifdef HATCH\\n// Wrap coordinate(s) by removing integer part to give distance from center of\\n// repeat, in the range -0.5 to +0.5.\\nfloat wrap(in float x)\\n{\\n return fract(x) - 0.5;\\n}\\n\\nvec2 wrap(in vec2 xy)\\n{\\n return fract(xy) - 0.5;\\n}\\n\\n// Return fraction from 0 (no hatch color) to 1 (full hatch color).\\nfloat hatch_fraction(in vec2 coords, in int hatch_pattern)\\n{\\n float scale = v_hatch_scale; // Hatch repeat distance.\\n\\n // Coordinates and linewidth/halfwidth are scaled to hatch repeat distance.\\n coords = coords / scale;\\n float halfwidth = 0.5*v_hatch_weight / scale; // Half the hatch linewidth.\\n\\n // Default is to return fraction of zero, i.e. no pattern.\\n float dist = u_antialias;\\n\\n if (hatch_pattern == hatch_dot) {\\n const float dot_radius = 0.25;\\n dist = length(wrap(coords)) - dot_radius;\\n }\\n else if (hatch_pattern == hatch_ring) {\\n const float ring_radius = 0.25;\\n dist = abs(length(wrap(coords)) - ring_radius) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_horizontal_line) {\\n dist = abs(wrap(coords.y)) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_vertical_line) {\\n dist = abs(wrap(coords.x)) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_cross) {\\n dist = min(abs(wrap(coords.x)), abs(wrap(coords.y))) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_horizontal_dash) {\\n // Dashes have square caps.\\n const float halflength = 0.25;\\n dist = max(abs(wrap(coords.y)),\\n abs(wrap(coords.x) + 0.25) - halflength) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_vertical_dash) {\\n const float halflength = 0.25;\\n dist = max(abs(wrap(coords.x)),\\n abs(wrap(coords.y) + 0.25) - halflength) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_spiral) {\\n vec2 wrap2 = wrap(coords);\\n float angle = wrap(atan(wrap2.y, wrap2.x) / (2.0*PI));\\n // Canvas spiral radius increases by scale*pi/15 each rotation.\\n const float dr = PI/15.0;\\n float radius = length(wrap2);\\n // At any angle, spiral lines are equally spaced dr apart.\\n // Find distance to nearest of these lines.\\n float frac = fract((radius - dr*angle) / dr); // 0 to 1.\\n dist = dr*(abs(frac - 0.5));\\n dist = min(dist, radius) - halfwidth; // Consider center point also.\\n }\\n else if (hatch_pattern == hatch_right_diagonal_line) {\\n dist = abs(wrap(2.0*coords.x + coords.y))/sqrt(5.0) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_left_diagonal_line) {\\n dist = abs(wrap(2.0*coords.x - coords.y))/sqrt(5.0) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_diagonal_cross) {\\n coords = vec2(coords.x + coords.y + 0.5, coords.x - coords.y + 0.5);\\n dist = min(abs(wrap(coords.x)), abs(wrap(coords.y))) / SQRT2 - halfwidth;\\n }\\n else if (hatch_pattern == hatch_right_diagonal_dash) {\\n float across = coords.x + coords.y + 0.5;\\n dist = abs(wrap(across)) / SQRT2; // Distance to nearest solid line.\\n\\n across = floor(across); // Offset for dash.\\n float along = wrap(0.5*(coords.x - coords.y + across));\\n const float halflength = 0.25;\\n along = abs(along) - halflength; // Distance along line.\\n\\n dist = max(dist, along) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_left_diagonal_dash) {\\n float across = coords.x - coords.y + 0.5;\\n dist = abs(wrap(across)) / SQRT2; // Distance to nearest solid line.\\n\\n across = floor(across); // Offset for dash.\\n float along = wrap(0.5*(coords.x + coords.y + across));\\n const float halflength = 0.25;\\n along = abs(along) - halflength; // Distance along line.\\n\\n dist = max(dist, along) - halfwidth;\\n }\\n else if (hatch_pattern == hatch_horizontal_wave) {\\n float wrapx = wrap(coords.x);\\n float wrapy = wrap(coords.y - 0.25 + abs(wrapx));\\n dist = abs(wrapy) / SQRT2 - halfwidth;\\n }\\n else if (hatch_pattern == hatch_vertical_wave) {\\n float wrapy = wrap(coords.y);\\n float wrapx = wrap(coords.x - 0.25 + abs(wrapy));\\n dist = abs(wrapx) / SQRT2 - halfwidth;\\n }\\n else if (hatch_pattern == hatch_criss_cross) {\\n float plus = min(abs(wrap(coords.x)), abs(wrap(coords.y)));\\n\\n coords = vec2(coords.x + coords.y + 0.5, coords.x - coords.y + 0.5);\\n float X = min(abs(wrap(coords.x)), abs(wrap(coords.y))) / SQRT2;\\n\\n dist = min(plus, X) - halfwidth;\\n }\\n\\n return distance_to_fraction(dist*scale);\\n}\\n#endif\\n\\nvoid main()\\n{\\n int line_cap = int(v_line_cap + 0.5);\\n int line_join = int(v_line_join + 0.5);\\n#ifdef HATCH\\n int hatch_pattern = int(v_hatch_pattern + 0.5);\\n#endif\\n\\n float dist = marker_distance(v_coords, line_cap, line_join);\\n\\n#ifdef LINE_ONLY\\n vec4 color = vec4(0.0, 0.0, 0.0, 0.0);\\n#else\\n float fill_frac = fill_fraction(dist);\\n vec4 color = fractional_color(v_fill_color, fill_frac);\\n#endif\\n\\n#if defined(HATCH) && !defined(LINE_ONLY)\\n if (hatch_pattern > 0 && fill_frac > 0.0) {\\n float hatch_frac = hatch_fraction(v_hatch_coords, hatch_pattern);\\n vec4 hatch_color = fractional_color(v_hatch_color, hatch_frac*fill_frac);\\n color = blend_colors(hatch_color, color);\\n }\\n#endif\\n\\n float line_frac = line_fraction(dist);\\n\\n#ifdef APPEND_DOT\\n line_frac = max(line_frac, dot_fraction(v_coords));\\n#endif\\n#ifdef APPEND_CROSS\\n line_frac = max(line_frac, line_fraction(one_cross(v_coords, line_cap, 0.5*v_size.x)));\\n#endif\\n#ifdef APPEND_CROSS_2\\n vec2 lengths = vec2(v_size.x/3.0, v_size.x/2.0);\\n line_frac = max(line_frac, line_fraction(one_cross_2(v_coords, line_cap, lengths)));\\n#endif\\n#ifdef APPEND_X\\n vec2 p = vec2((v_coords.x + v_coords.y)/SQRT2, (v_coords.x - v_coords.y)/SQRT2);\\n line_frac = max(line_frac, line_fraction(one_cross(p, line_cap, APPEND_X_LEN)));\\n#endif\\n#ifdef APPEND_Y\\n line_frac = max(line_frac, line_fraction(one_y(v_coords, line_cap, 0.5*v_size.x)));\\n#endif\\n\\n if (line_frac > 0.0) {\\n vec4 line_color = fractional_color(v_line_color, line_frac);\\n color = blend_colors(line_color, color);\\n }\\n\\n gl_FragColor = color;\\n}\\n\"},\n", - " 419: function _(t,_,i,h,e){h();const s=t(420),a=t(421),r=t(422);class l extends s.BaseGLGlyph{constructor(t,_){super(t,_),this.glyph=_,this._antialias=1.5,this._show_all=!1}_draw_one_marker_type(t,_,i){const h={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:[_.width,_.height],pixel_ratio:_.pixel_ratio,center:i._centers,width:i._widths,height:i._heights,angle:i._angles,size_hint:(0,r.marker_type_to_size_hint)(t),nmarkers:i.nvertices,antialias:this._antialias,linewidth:this._linewidths,line_color:this._line_rgba,fill_color:this._fill_rgba,line_cap:this._line_caps,line_join:this._line_joins,show:this._show};if(this._have_hatch){const _=Object.assign(Object.assign({},h),{hatch_pattern:this._hatch_patterns,hatch_scale:this._hatch_scales,hatch_weight:this._hatch_weights,hatch_color:this._hatch_rgba});this.regl_wrapper.marker_hatch(t)(_)}else this.regl_wrapper.marker_no_hatch(t)(h)}_set_visuals(){const t=this._get_visuals(),_=t.fill,i=t.line;if(null==this._linewidths&&(this._linewidths=new a.Float32Buffer(this.regl_wrapper),this._line_caps=new a.Uint8Buffer(this.regl_wrapper),this._line_joins=new a.Uint8Buffer(this.regl_wrapper),this._line_rgba=new a.NormalizedUint8Buffer(this.regl_wrapper),this._fill_rgba=new a.NormalizedUint8Buffer(this.regl_wrapper)),this._linewidths.set_from_prop(i.line_width),this._line_caps.set_from_line_cap(i.line_cap),this._line_joins.set_from_line_join(i.line_join),this._line_rgba.set_from_color(i.line_color,i.line_alpha),this._fill_rgba.set_from_color(_.fill_color,_.fill_alpha),this._have_hatch=t.hatch.doit,this._have_hatch){const _=t.hatch;null==this._hatch_patterns&&(this._hatch_patterns=new a.Uint8Buffer(this.regl_wrapper),this._hatch_scales=new a.Float32Buffer(this.regl_wrapper),this._hatch_weights=new a.Float32Buffer(this.regl_wrapper),this._hatch_rgba=new a.NormalizedUint8Buffer(this.regl_wrapper)),this._hatch_patterns.set_from_hatch_pattern(_.hatch_pattern),this._hatch_scales.set_from_prop(_.hatch_scale),this._hatch_weights.set_from_prop(_.hatch_weight),this._hatch_rgba.set_from_color(_.hatch_color,_.hatch_alpha)}}}i.BaseMarkerGL=l,l.__name__=\"BaseMarkerGL\",l.missing_point=-1e4},\n", - " 420: function _(e,t,s,i,h){i();class a{constructor(e,t){this.glyph=t,this.nvertices=0,this.size_changed=!1,this.data_changed=!1,this.visuals_changed=!1,this.regl_wrapper=e}set_data_changed(){const{data_size:e}=this.glyph;e!=this.nvertices&&(this.nvertices=e,this.size_changed=!0),this.data_changed=!0}set_visuals_changed(){this.visuals_changed=!0}render(e,t,s){if(0==t.length)return!0;const{width:i,height:h}=this.glyph.renderer.plot_view.canvas_view.webgl.canvas,a={pixel_ratio:this.glyph.renderer.plot_view.canvas_view.pixel_ratio,width:i,height:h};return this.draw(t,s,a),!0}}s.BaseGLGlyph=a,a.__name__=\"BaseGLGlyph\"},\n", - " 421: function _(r,t,a,e,s){e();const i=r(422),_=r(22);class n{constructor(r){this.regl_wrapper=r,this.is_scalar=!0}get_sized_array(r){return null!=this.array&&this.array.length==r||(this.array=this.new_array(r)),this.array}is_normalized(){return!1}get length(){return null!=this.array?this.array.length:0}set_from_array(r){const t=r.length,a=this.get_sized_array(t);for(let e=0;e0}_set_data(){const s=this.glyph.sx.length,i=s-1;this._is_closed=s>2&&this.glyph.sx[0]==this.glyph.sx[s-1]&&this.glyph.sy[0]==this.glyph.sy[s-1]&&isFinite(this.glyph.sx[0])&&isFinite(this.glyph.sy[0]),null==this._points&&(this._points=new o.Float32Buffer(this.regl_wrapper));const t=this._points.get_sized_array(2*(s+2));for(let i=1;is/255)),this._linewidth=s.line_width.value,this._linewidth<1&&(this._color[3]*=this._linewidth,this._linewidth=1),this._line_dash=(0,a.resolve_line_dash)(s.line_dash.value),this._is_dashed()&&([this._dash_tex_info,this._dash_tex,this._dash_scale]=this.regl_wrapper.get_dash(this._line_dash),this._dash_offset=s.line_dash_offset.value)}}t.LineGL=r,r.__name__=\"LineGL\"},\n", - " 427: function _(s,t,i,e,r){e();const h=s(421),a=s(424);class n extends a.SingleMarkerGL{constructor(s,t){super(s,t),this.glyph=t}draw(s,t,i){this._draw_impl(s,i,t.glglyph,\"square\")}_get_visuals(){return this.glyph.visuals}_set_data(){const s=this.nvertices;null==this._centers&&(this._centers=new h.Float32Buffer(this.regl_wrapper),this._widths=new h.Float32Buffer(this.regl_wrapper),this._heights=new h.Float32Buffer(this.regl_wrapper),this._angles=new h.Float32Buffer(this.regl_wrapper),this._angles.set_from_scalar(0));const t=this._centers.get_sized_array(2*s),i=this._heights.get_sized_array(s),e=this._widths.get_sized_array(s);for(let r=0;r1||s.length<_){this._show_all=!1,n.fill(0),r=0;for(const e of s)1!=h&&i._marker_types.get(e)!=t||(n[e]=255,r++)}else this._show_all&&a==_||(this._show_all=!0,n.fill(255));this._show.update(),0!=r&&this._draw_one_marker_type(t,e,i)}}_get_visuals(){return this.glyph.visuals}_set_data(){const s=this.nvertices;null==this._centers&&(this._centers=new r.Float32Buffer(this.regl_wrapper),this._widths=new r.Float32Buffer(this.regl_wrapper),this._heights=this._widths,this._angles=new r.Float32Buffer(this.regl_wrapper));const t=this._centers.get_sized_array(2*s);for(let e=0;ethis.render()))}remove(){null!=this.icon_view&&this.icon_view.remove(),super.remove()}styles(){return[...super.styles(),d.default]}_render_button(...t){return(0,c.button)({type:\"button\",disabled:this.model.disabled,class:[h.btn,h[`btn_${this.model.button_type}`]]},...t)}render(){super.render(),this.button_el=this._render_button(this.model.label),this.button_el.addEventListener(\"click\",(()=>this.click())),null!=this.icon_view&&(\"\"!=this.model.label?(0,c.prepend)(this.button_el,this.icon_view.el,(0,c.nbsp)()):(0,c.prepend)(this.button_el,this.icon_view.el),this.icon_view.render()),this.group_el=(0,c.div)({class:h.btn_group},this.button_el),this.el.appendChild(this.group_el)}click(){}}n.AbstractButtonView=b,b.__name__=\"AbstractButtonView\";class p extends _.Control{constructor(t){super(t)}}n.AbstractButton=p,o=p,p.__name__=\"AbstractButton\",o.define((({String:t,Ref:e,Nullable:n})=>({label:[t,\"Button\"],icon:[n(e(a.AbstractIcon)),null],button_type:[r.ButtonType,\"default\"]})))},\n", - " 442: function _(t,e,o,s,n){s();const i=t(512),l=t(43);class c extends i.WidgetView{connect_signals(){super.connect_signals();const t=this.model.properties;this.on_change(t.disabled,(()=>{for(const t of this.controls())(0,l.toggle_attribute)(t,\"disabled\",this.model.disabled)}))}}o.ControlView=c,c.__name__=\"ControlView\";class r extends i.Widget{constructor(t){super(t)}}o.Control=r,r.__name__=\"Control\"},\n", - " 512: function _(i,e,t,n,o){var r;n();const s=i(312);class _ extends s.HTMLBoxView{get orientation(){return\"horizontal\"}get default_size(){return this.model.default_size}_width_policy(){return\"horizontal\"==this.orientation?super._width_policy():\"fixed\"}_height_policy(){return\"horizontal\"==this.orientation?\"fixed\":super._height_policy()}box_sizing(){const i=super.box_sizing();return\"horizontal\"==this.orientation?null==i.width&&(i.width=this.default_size):null==i.height&&(i.height=this.default_size),i}}t.WidgetView=_,_.__name__=\"WidgetView\";class h extends s.HTMLBox{constructor(i){super(i)}}t.Widget=h,r=h,h.__name__=\"Widget\",r.define((({Number:i})=>({default_size:[i,300]}))),r.override({margin:[5,5,5,5]})},\n", - " 444: function _(c,t,s,n,e){n();const o=c(53),_=c(226);class a extends _.DOMView{}s.AbstractIconView=a,a.__name__=\"AbstractIconView\";class r extends o.Model{constructor(c){super(c)}}s.AbstractIcon=r,r.__name__=\"AbstractIcon\"},\n", - " 445: function _(e,t,n,s,i){s();const h=e(1);var o;const _=e(446),u=e(43),r=e(10),c=(0,h.__importStar)(e(229)),a=c;class l extends _.TextInputView{constructor(){super(...arguments),this._open=!1,this._last_value=\"\",this._hover_index=0}styles(){return[...super.styles(),c.default]}render(){super.render(),this.input_el.addEventListener(\"keydown\",(e=>this._keydown(e))),this.input_el.addEventListener(\"keyup\",(e=>this._keyup(e))),this.menu=(0,u.div)({class:[a.menu,a.below]}),this.menu.addEventListener(\"click\",(e=>this._menu_click(e))),this.menu.addEventListener(\"mouseover\",(e=>this._menu_hover(e))),this.el.appendChild(this.menu),(0,u.undisplay)(this.menu)}change_input(){this._open&&this.menu.children.length>0?(this.model.value=this.menu.children[this._hover_index].textContent,this.input_el.focus(),this._hide_menu()):this.model.restrict||super.change_input()}_update_completions(e){(0,u.empty)(this.menu);for(const t of e){const e=(0,u.div)(t);this.menu.appendChild(e)}e.length>0&&this.menu.children[0].classList.add(a.active)}_show_menu(){if(!this._open){this._open=!0,this._hover_index=0,this._last_value=this.model.value,(0,u.display)(this.menu);const e=t=>{const{target:n}=t;n instanceof HTMLElement&&!this.el.contains(n)&&(document.removeEventListener(\"click\",e),this._hide_menu())};document.addEventListener(\"click\",e)}}_hide_menu(){this._open&&(this._open=!1,(0,u.undisplay)(this.menu))}_menu_click(e){e.target!=e.currentTarget&&e.target instanceof Element&&(this.model.value=e.target.textContent,this.input_el.focus(),this._hide_menu())}_menu_hover(e){if(e.target!=e.currentTarget&&e.target instanceof Element){let t=0;for(t=0;t0&&(this.menu.children[this._hover_index].classList.remove(a.active),this._hover_index=(0,r.clamp)(e,0,t-1),this.menu.children[this._hover_index].classList.add(a.active))}_keydown(e){}_keyup(e){switch(e.keyCode){case u.Keys.Enter:this.change_input();break;case u.Keys.Esc:this._hide_menu();break;case u.Keys.Up:this._bump_hover(this._hover_index-1);break;case u.Keys.Down:this._bump_hover(this._hover_index+1);break;default:{const e=this.input_el.value;if(e.lengthe:e=>e.toLowerCase();for(const n of this.model.completions)s(n).startsWith(s(e))&&t.push(n);this._update_completions(t),0==t.length?this._hide_menu():this._show_menu()}}}}n.AutocompleteInputView=l,l.__name__=\"AutocompleteInputView\";class d extends _.TextInput{constructor(e){super(e)}}n.AutocompleteInput=d,o=d,d.__name__=\"AutocompleteInput\",o.prototype.default_view=l,o.define((({Boolean:e,Int:t,String:n,Array:s})=>({completions:[s(n),[]],min_characters:[t,2],case_sensitive:[e,!0],restrict:[e,!0]})))},\n", - " 446: function _(t,e,n,p,_){p();const u=t(1);var i;const s=t(447),r=t(43),x=(0,u.__importStar)(t(449));class a extends s.TextLikeInputView{_render_input(){this.input_el=(0,r.input)({type:\"text\",class:x.input})}}n.TextInputView=a,a.__name__=\"TextInputView\";class c extends s.TextLikeInput{constructor(t){super(t)}}n.TextInput=c,i=c,c.__name__=\"TextInput\",i.prototype.default_view=a},\n", - " 447: function _(e,t,n,i,l){var s;i();const h=e(448);class a extends h.InputWidgetView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.name.change,(()=>{var e;return this.input_el.name=null!==(e=this.model.name)&&void 0!==e?e:\"\"})),this.connect(this.model.properties.value.change,(()=>this.input_el.value=this.model.value)),this.connect(this.model.properties.value_input.change,(()=>this.input_el.value=this.model.value_input)),this.connect(this.model.properties.disabled.change,(()=>this.input_el.disabled=this.model.disabled)),this.connect(this.model.properties.placeholder.change,(()=>this.input_el.placeholder=this.model.placeholder)),this.connect(this.model.properties.max_length.change,(()=>{const{max_length:e}=this.model;null!=e?this.input_el.maxLength=e:this.input_el.removeAttribute(\"maxLength\")}))}render(){var e;super.render(),this._render_input();const{input_el:t}=this;t.name=null!==(e=this.model.name)&&void 0!==e?e:\"\",t.value=this.model.value,t.disabled=this.model.disabled,t.placeholder=this.model.placeholder,null!=this.model.max_length&&(t.maxLength=this.model.max_length),t.addEventListener(\"change\",(()=>this.change_input())),t.addEventListener(\"input\",(()=>this.change_input_value())),this.group_el.appendChild(t)}change_input(){this.model.value=this.input_el.value,super.change_input()}change_input_value(){this.model.value_input=this.input_el.value,super.change_input()}}n.TextLikeInputView=a,a.__name__=\"TextLikeInputView\";class u extends h.InputWidget{constructor(e){super(e)}}n.TextLikeInput=u,s=u,u.__name__=\"TextLikeInput\",s.define((({Int:e,String:t,Nullable:n})=>({value:[t,\"\"],value_input:[t,\"\"],placeholder:[t,\"\"],max_length:[n(e),null]})))},\n", - " 448: function _(e,t,n,s,l){s();const i=e(1);var o;const r=e(442),_=e(43),p=(0,i.__importStar)(e(449)),a=p;class c extends r.ControlView{*controls(){yield this.input_el}connect_signals(){super.connect_signals(),this.connect(this.model.properties.title.change,(()=>{this.label_el.textContent=this.model.title}))}styles(){return[...super.styles(),p.default]}render(){super.render();const{title:e}=this.model;this.label_el=(0,_.label)({style:{display:0==e.length?\"none\":\"\"}},e),this.group_el=(0,_.div)({class:a.input_group},this.label_el),this.el.appendChild(this.group_el)}change_input(){}}n.InputWidgetView=c,c.__name__=\"InputWidgetView\";class d extends r.Control{constructor(e){super(e)}}n.InputWidget=d,o=d,d.__name__=\"InputWidget\",o.define((({String:e})=>({title:[e,\"\"]})))},\n", - " 449: function _(o,p,t,n,i){n(),t.root=\"bk-root\",t.input=\"bk-input\",t.input_group=\"bk-input-group\",t.inline=\"bk-inline\",t.spin_wrapper=\"bk-spin-wrapper\",t.spin_btn=\"bk-spin-btn\",t.spin_btn_up=\"bk-spin-btn-up\",t.spin_btn_down=\"bk-spin-btn-down\",t.default='.bk-root .bk-input{display:inline-block;width:100%;flex-grow:1;min-height:31px;padding:0 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;}.bk-root .bk-input:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);}.bk-root .bk-input::placeholder,.bk-root .bk-input:-ms-input-placeholder,.bk-root .bk-input::-moz-placeholder,.bk-root .bk-input::-webkit-input-placeholder{color:#999;opacity:1;}.bk-root .bk-input[disabled]{cursor:not-allowed;background-color:#eee;opacity:1;}.bk-root select:not([multiple]).bk-input,.bk-root select:not([size]).bk-input{height:auto;appearance:none;-webkit-appearance:none;background-image:url(\\'data:image/svg+xml;utf8,\\');background-position:right 0.5em center;background-size:8px 6px;background-repeat:no-repeat;}.bk-root select[multiple].bk-input,.bk-root select[size].bk-input,.bk-root textarea.bk-input{height:auto;}.bk-root .bk-input-group{width:100%;height:100%;display:inline-flex;flex-wrap:nowrap;align-items:start;flex-direction:column;white-space:nowrap;}.bk-root .bk-input-group.bk-inline{flex-direction:row;}.bk-root .bk-input-group.bk-inline > *:not(:first-child){margin-left:5px;}.bk-root .bk-input-group input[type=\"checkbox\"] + span,.bk-root .bk-input-group input[type=\"radio\"] + span{position:relative;top:-2px;margin-left:3px;}.bk-root .bk-input-group > .bk-spin-wrapper{display:inherit;width:inherit;height:inherit;position:relative;overflow:hidden;padding:0;vertical-align:middle;}.bk-root .bk-input-group > .bk-spin-wrapper input{padding-right:20px;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn{position:absolute;display:block;height:50%;min-height:0;min-width:0;width:30px;padding:0;margin:0;right:0;border:none;background:none;cursor:pointer;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn:before{content:\"\";display:inline-block;transform:translateY(-50%);border-left:5px solid transparent;border-right:5px solid transparent;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn.bk-spin-btn-up{top:0;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn.bk-spin-btn-up:before{border-bottom:5px solid black;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn.bk-spin-btn-up:disabled:before{border-bottom-color:grey;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn.bk-spin-btn-down{bottom:0;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn.bk-spin-btn-down:before{border-top:5px solid black;}.bk-root .bk-input-group > .bk-spin-wrapper > .bk-spin-btn.bk-spin-btn-down:disabled:before{border-top-color:grey;}'},\n", - " 450: function _(t,e,n,o,c){var s;o();const u=t(441),r=t(251);class i extends u.AbstractButtonView{click(){this.model.trigger_event(new r.ButtonClick),super.click()}}n.ButtonView=i,i.__name__=\"ButtonView\";class _ extends u.AbstractButton{constructor(t){super(t)}}n.Button=_,s=_,_.__name__=\"Button\",s.prototype.default_view=i,s.override({label:\"Button\"})},\n", - " 451: function _(t,e,o,c,a){c();const s=t(1);var n;const i=t(452),r=t(43),u=(0,s.__importStar)(t(318));class _ extends i.ButtonGroupView{get active(){return new Set(this.model.active)}change_active(t){const{active:e}=this;e.has(t)?e.delete(t):e.add(t),this.model.active=[...e].sort()}_update_active(){const{active:t}=this;this._buttons.forEach(((e,o)=>{(0,r.classes)(e).toggle(u.active,t.has(o))}))}}o.CheckboxButtonGroupView=_,_.__name__=\"CheckboxButtonGroupView\";class h extends i.ButtonGroup{constructor(t){super(t)}}o.CheckboxButtonGroup=h,n=h,h.__name__=\"CheckboxButtonGroup\",n.prototype.default_view=_,n.define((({Int:t,Array:e})=>({active:[e(t),[]]})))},\n", - " 452: function _(t,e,n,s,i){s();const o=t(1);var r;const a=t(453),l=t(20),d=t(43),u=(0,o.__importStar)(t(318)),_=u;class c extends a.OrientedControlView{get default_size(){return\"horizontal\"==this.orientation?this.model.default_size:void 0}*controls(){yield*this._buttons}connect_signals(){super.connect_signals();const t=this.model.properties;this.on_change(t.button_type,(()=>this.render())),this.on_change(t.labels,(()=>this.render())),this.on_change(t.active,(()=>this._update_active()))}styles(){return[...super.styles(),u.default]}render(){super.render(),this._buttons=this.model.labels.map(((t,e)=>{const n=(0,d.div)({class:[_.btn,_[`btn_${this.model.button_type}`]],disabled:this.model.disabled},t);return n.addEventListener(\"click\",(()=>this.change_active(e))),n})),this._update_active();const t=\"horizontal\"==this.model.orientation?_.horizontal:_.vertical,e=(0,d.div)({class:[_.btn_group,t]},this._buttons);this.el.appendChild(e)}}n.ButtonGroupView=c,c.__name__=\"ButtonGroupView\";class h extends a.OrientedControl{constructor(t){super(t)}}n.ButtonGroup=h,r=h,h.__name__=\"ButtonGroup\",r.define((({String:t,Array:e})=>({labels:[e(t),[]],button_type:[l.ButtonType,\"default\"]})))},\n", - " 453: function _(n,t,e,o,r){var i;o();const a=n(442),l=n(20);class s extends a.ControlView{get orientation(){return this.model.orientation}}e.OrientedControlView=s,s.__name__=\"OrientedControlView\";class _ extends a.Control{constructor(n){super(n)}}e.OrientedControl=_,i=_,_.__name__=\"OrientedControl\",i.define((()=>({orientation:[l.Orientation,\"horizontal\"]})))},\n", - " 454: function _(e,t,n,i,s){i();const o=e(1);var a;const c=e(455),l=e(43),d=e(9),p=(0,o.__importStar)(e(449));class r extends c.InputGroupView{render(){super.render();const e=(0,l.div)({class:[p.input_group,this.model.inline?p.inline:null]});this.el.appendChild(e);const{active:t,labels:n}=this.model;this._inputs=[];for(let i=0;ithis.change_active(i))),this._inputs.push(s),this.model.disabled&&(s.disabled=!0),(0,d.includes)(t,i)&&(s.checked=!0);const o=(0,l.label)(s,(0,l.span)(n[i]));e.appendChild(o)}}change_active(e){const t=new Set(this.model.active);t.has(e)?t.delete(e):t.add(e),this.model.active=[...t].sort()}}n.CheckboxGroupView=r,r.__name__=\"CheckboxGroupView\";class h extends c.InputGroup{constructor(e){super(e)}}n.CheckboxGroup=h,a=h,h.__name__=\"CheckboxGroup\",a.prototype.default_view=r,a.define((({Boolean:e,Int:t,String:n,Array:i})=>({active:[i(t),[]],labels:[i(n),[]],inline:[e,!1]})))},\n", - " 455: function _(n,t,e,s,o){s();const r=n(1),u=n(442),c=(0,r.__importDefault)(n(449));class _ extends u.ControlView{*controls(){yield*this._inputs}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.render()))}styles(){return[...super.styles(),c.default]}}e.InputGroupView=_,_.__name__=\"InputGroupView\";class i extends u.Control{constructor(n){super(n)}}e.InputGroup=i,i.__name__=\"InputGroup\"},\n", - " 456: function _(e,t,i,n,o){n();const s=e(1);var l;const r=e(448),c=e(43),a=e(22),d=(0,s.__importStar)(e(449));class h extends r.InputWidgetView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.name.change,(()=>{var e;return this.input_el.name=null!==(e=this.model.name)&&void 0!==e?e:\"\"})),this.connect(this.model.properties.color.change,(()=>this.input_el.value=(0,a.color2hexrgb)(this.model.color))),this.connect(this.model.properties.disabled.change,(()=>this.input_el.disabled=this.model.disabled))}render(){super.render(),this.input_el=(0,c.input)({type:\"color\",class:d.input,name:this.model.name,value:this.model.color,disabled:this.model.disabled}),this.input_el.addEventListener(\"change\",(()=>this.change_input())),this.group_el.appendChild(this.input_el)}change_input(){this.model.color=this.input_el.value,super.change_input()}}i.ColorPickerView=h,h.__name__=\"ColorPickerView\";class p extends r.InputWidget{constructor(e){super(e)}}i.ColorPicker=p,l=p,p.__name__=\"ColorPicker\",l.prototype.default_view=h,l.define((({Color:e})=>({color:[e,\"#000000\"]})))},\n", - " 457: function _(e,t,i,n,s){n();const a=e(1);var l;const o=(0,a.__importDefault)(e(458)),d=e(448),r=e(43),c=e(20),u=e(8),h=(0,a.__importStar)(e(449)),_=(0,a.__importDefault)(e(459));function p(e){const t=[];for(const i of e)if((0,u.isString)(i))t.push(i);else{const[e,n]=i;t.push({from:e,to:n})}return t}class m extends d.InputWidgetView{connect_signals(){super.connect_signals();const{value:e,min_date:t,max_date:i,disabled_dates:n,enabled_dates:s,position:a,inline:l}=this.model.properties;this.connect(e.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.setDate(this.model.value)})),this.connect(t.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.set(\"minDate\",this.model.min_date)})),this.connect(i.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.set(\"maxDate\",this.model.max_date)})),this.connect(n.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.set(\"disable\",this.model.disabled_dates)})),this.connect(s.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.set(\"enable\",this.model.enabled_dates)})),this.connect(a.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.set(\"position\",this.model.position)})),this.connect(l.change,(()=>{var e;return null===(e=this._picker)||void 0===e?void 0:e.set(\"inline\",this.model.inline)}))}remove(){var e;null===(e=this._picker)||void 0===e||e.destroy(),super.remove()}styles(){return[...super.styles(),_.default]}render(){var e,t;null==this._picker&&(super.render(),this.input_el=(0,r.input)({type:\"text\",class:h.input,disabled:this.model.disabled}),this.group_el.appendChild(this.input_el),this._picker=(0,o.default)(this.input_el,{defaultDate:this.model.value,minDate:null!==(e=this.model.min_date)&&void 0!==e?e:void 0,maxDate:null!==(t=this.model.max_date)&&void 0!==t?t:void 0,inline:this.model.inline,position:this.model.position,disable:p(this.model.disabled_dates),enable:p(this.model.enabled_dates),onChange:(e,t,i)=>this._on_change(e,t,i)}))}_on_change(e,t,i){this.model.value=t,this.change_input()}}i.DatePickerView=m,m.__name__=\"DatePickerView\";class v extends d.InputWidget{constructor(e){super(e)}}i.DatePicker=v,l=v,v.__name__=\"DatePicker\",l.prototype.default_view=m,l.define((({Boolean:e,String:t,Array:i,Tuple:n,Or:s,Nullable:a})=>{const l=i(s(t,n(t,t)));return{value:[t],min_date:[a(t),null],max_date:[a(t),null],disabled_dates:[l,[]],enabled_dates:[l,[]],position:[c.CalendarPosition,\"auto\"],inline:[e,!1]}}))},\n", - " 458: function _(e,n,t,a,i){\n", - " /* flatpickr v4.6.6, @license MIT */var o,r;o=this,r=function(){\"use strict\";\n", - " /*! *****************************************************************************\n", - " Copyright (c) Microsoft Corporation.\n", - " \n", - " Permission to use, copy, modify, and/or distribute this software for any\n", - " purpose with or without fee is hereby granted.\n", - " \n", - " THE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\n", - " REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n", - " AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\n", - " INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\n", - " LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\n", - " OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n", - " PERFORMANCE OF THIS SOFTWARE.\n", - " ***************************************************************************** */var e=function(){return e=Object.assign||function(e){for(var n,t=1,a=arguments.length;t\",noCalendar:!1,now:new Date,onChange:[],onClose:[],onDayCreate:[],onDestroy:[],onKeyDown:[],onMonthChange:[],onOpen:[],onParseConfig:[],onReady:[],onValueUpdate:[],onYearChange:[],onPreCalendarPosition:[],plugins:[],position:\"auto\",positionElement:void 0,prevArrow:\"\",shorthandCurrentMonth:!1,showMonths:1,static:!1,time_24hr:!1,weekNumbers:!1,wrap:!1},i={weekdays:{shorthand:[\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"],longhand:[\"Sunday\",\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]},months:{shorthand:[\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"],longhand:[\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"]},daysInMonth:[31,28,31,30,31,30,31,31,30,31,30,31],firstDayOfWeek:0,ordinal:function(e){var n=e%100;if(n>3&&n<21)return\"th\";switch(n%10){case 1:return\"st\";case 2:return\"nd\";case 3:return\"rd\";default:return\"th\"}},rangeSeparator:\" to \",weekAbbreviation:\"Wk\",scrollTitle:\"Scroll to increment\",toggleTitle:\"Click to toggle\",amPM:[\"AM\",\"PM\"],yearAriaLabel:\"Year\",monthAriaLabel:\"Month\",hourAriaLabel:\"Hour\",minuteAriaLabel:\"Minute\",time_24hr:!1},o=function(e,n){return void 0===n&&(n=2),(\"000\"+e).slice(-1*n)},r=function(e){return!0===e?1:0};function l(e,n,t){var a;return void 0===t&&(t=!1),function(){var i=this,o=arguments;null!==a&&clearTimeout(a),a=window.setTimeout((function(){a=null,t||e.apply(i,o)}),n),t&&!a&&e.apply(i,o)}}var c=function(e){return e instanceof Array?e:[e]};function d(e,n,t){if(!0===t)return e.classList.add(n);e.classList.remove(n)}function s(e,n,t){var a=window.document.createElement(e);return n=n||\"\",t=t||\"\",a.className=n,void 0!==t&&(a.textContent=t),a}function u(e){for(;e.firstChild;)e.removeChild(e.firstChild)}function f(e,n){return n(e)?e:e.parentNode?f(e.parentNode,n):void 0}function m(e,n){var t=s(\"div\",\"numInputWrapper\"),a=s(\"input\",\"numInput \"+e),i=s(\"span\",\"arrowUp\"),o=s(\"span\",\"arrowDown\");if(-1===navigator.userAgent.indexOf(\"MSIE 9.0\")?a.type=\"number\":(a.type=\"text\",a.pattern=\"\\\\d*\"),void 0!==n)for(var r in n)a.setAttribute(r,n[r]);return t.appendChild(a),t.appendChild(i),t.appendChild(o),t}function g(e){try{return\"function\"==typeof e.composedPath?e.composedPath()[0]:e.target}catch(n){return e.target}}var p=function(){},h=function(e,n,t){return t.months[n?\"shorthand\":\"longhand\"][e]},v={D:p,F:function(e,n,t){e.setMonth(t.months.longhand.indexOf(n))},G:function(e,n){e.setHours(parseFloat(n))},H:function(e,n){e.setHours(parseFloat(n))},J:function(e,n){e.setDate(parseFloat(n))},K:function(e,n,t){e.setHours(e.getHours()%12+12*r(new RegExp(t.amPM[1],\"i\").test(n)))},M:function(e,n,t){e.setMonth(t.months.shorthand.indexOf(n))},S:function(e,n){e.setSeconds(parseFloat(n))},U:function(e,n){return new Date(1e3*parseFloat(n))},W:function(e,n,t){var a=parseInt(n),i=new Date(e.getFullYear(),0,2+7*(a-1),0,0,0,0);return i.setDate(i.getDate()-i.getDay()+t.firstDayOfWeek),i},Y:function(e,n){e.setFullYear(parseFloat(n))},Z:function(e,n){return new Date(n)},d:function(e,n){e.setDate(parseFloat(n))},h:function(e,n){e.setHours(parseFloat(n))},i:function(e,n){e.setMinutes(parseFloat(n))},j:function(e,n){e.setDate(parseFloat(n))},l:p,m:function(e,n){e.setMonth(parseFloat(n)-1)},n:function(e,n){e.setMonth(parseFloat(n)-1)},s:function(e,n){e.setSeconds(parseFloat(n))},u:function(e,n){return new Date(parseFloat(n))},w:p,y:function(e,n){e.setFullYear(2e3+parseFloat(n))}},D={D:\"(\\\\w+)\",F:\"(\\\\w+)\",G:\"(\\\\d\\\\d|\\\\d)\",H:\"(\\\\d\\\\d|\\\\d)\",J:\"(\\\\d\\\\d|\\\\d)\\\\w+\",K:\"\",M:\"(\\\\w+)\",S:\"(\\\\d\\\\d|\\\\d)\",U:\"(.+)\",W:\"(\\\\d\\\\d|\\\\d)\",Y:\"(\\\\d{4})\",Z:\"(.+)\",d:\"(\\\\d\\\\d|\\\\d)\",h:\"(\\\\d\\\\d|\\\\d)\",i:\"(\\\\d\\\\d|\\\\d)\",j:\"(\\\\d\\\\d|\\\\d)\",l:\"(\\\\w+)\",m:\"(\\\\d\\\\d|\\\\d)\",n:\"(\\\\d\\\\d|\\\\d)\",s:\"(\\\\d\\\\d|\\\\d)\",u:\"(.+)\",w:\"(\\\\d\\\\d|\\\\d)\",y:\"(\\\\d{2})\"},w={Z:function(e){return e.toISOString()},D:function(e,n,t){return n.weekdays.shorthand[w.w(e,n,t)]},F:function(e,n,t){return h(w.n(e,n,t)-1,!1,n)},G:function(e,n,t){return o(w.h(e,n,t))},H:function(e){return o(e.getHours())},J:function(e,n){return void 0!==n.ordinal?e.getDate()+n.ordinal(e.getDate()):e.getDate()},K:function(e,n){return n.amPM[r(e.getHours()>11)]},M:function(e,n){return h(e.getMonth(),!0,n)},S:function(e){return o(e.getSeconds())},U:function(e){return e.getTime()/1e3},W:function(e,n,t){return t.getWeek(e)},Y:function(e){return o(e.getFullYear(),4)},d:function(e){return o(e.getDate())},h:function(e){return e.getHours()%12?e.getHours()%12:12},i:function(e){return o(e.getMinutes())},j:function(e){return e.getDate()},l:function(e,n){return n.weekdays.longhand[e.getDay()]},m:function(e){return o(e.getMonth()+1)},n:function(e){return e.getMonth()+1},s:function(e){return e.getSeconds()},u:function(e){return e.getTime()},w:function(e){return e.getDay()},y:function(e){return String(e.getFullYear()).substring(2)}},b=function(e){var n=e.config,t=void 0===n?a:n,o=e.l10n,r=void 0===o?i:o,l=e.isMobile,c=void 0!==l&&l;return function(e,n,a){var i=a||r;return void 0===t.formatDate||c?n.split(\"\").map((function(n,a,o){return w[n]&&\"\\\\\"!==o[a-1]?w[n](e,i,t):\"\\\\\"!==n?n:\"\"})).join(\"\"):t.formatDate(e,n,i)}},C=function(e){var n=e.config,t=void 0===n?a:n,o=e.l10n,r=void 0===o?i:o;return function(e,n,i,o){if(0===e||e){var l,c=o||r,d=e;if(e instanceof Date)l=new Date(e.getTime());else if(\"string\"!=typeof e&&void 0!==e.toFixed)l=new Date(e);else if(\"string\"==typeof e){var s=n||(t||a).dateFormat,u=String(e).trim();if(\"today\"===u)l=new Date,i=!0;else if(/Z$/.test(u)||/GMT$/.test(u))l=new Date(e);else if(t&&t.parseDate)l=t.parseDate(e,s);else{l=t&&t.noCalendar?new Date((new Date).setHours(0,0,0,0)):new Date((new Date).getFullYear(),0,1,0,0,0,0);for(var f=void 0,m=[],g=0,p=0,h=\"\";gl&&(u=a===w.hourElement?u-l-r(!w.amPM):i,m&&H(void 0,1,w.hourElement)),w.amPM&&f&&(1===c?u+d===23:Math.abs(u-d)>c)&&(w.amPM.textContent=w.l10n.amPM[r(w.amPM.textContent===w.l10n.amPM[0])]),a.value=o(u)}}(e);var c=w._input.value;I(),be(),w._input.value!==c&&w._debouncedChange()}function I(){if(void 0!==w.hourElement&&void 0!==w.minuteElement){var e,n,t=(parseInt(w.hourElement.value.slice(-2),10)||0)%24,a=(parseInt(w.minuteElement.value,10)||0)%60,i=void 0!==w.secondElement?(parseInt(w.secondElement.value,10)||0)%60:0;void 0!==w.amPM&&(e=t,n=w.amPM.textContent,t=e%12+12*r(n===w.l10n.amPM[1]));var o=void 0!==w.config.minTime||w.config.minDate&&w.minDateHasTime&&w.latestSelectedDateObj&&0===M(w.latestSelectedDateObj,w.config.minDate,!0);if(void 0!==w.config.maxTime||w.config.maxDate&&w.maxDateHasTime&&w.latestSelectedDateObj&&0===M(w.latestSelectedDateObj,w.config.maxDate,!0)){var l=void 0!==w.config.maxTime?w.config.maxTime:w.config.maxDate;(t=Math.min(t,l.getHours()))===l.getHours()&&(a=Math.min(a,l.getMinutes())),a===l.getMinutes()&&(i=Math.min(i,l.getSeconds()))}if(o){var c=void 0!==w.config.minTime?w.config.minTime:w.config.minDate;(t=Math.max(t,c.getHours()))===c.getHours()&&(a=Math.max(a,c.getMinutes())),a===c.getMinutes()&&(i=Math.max(i,c.getSeconds()))}O(t,a,i)}}function S(e){var n=e||w.latestSelectedDateObj;n&&O(n.getHours(),n.getMinutes(),n.getSeconds())}function _(){var e=w.config.defaultHour,n=w.config.defaultMinute,t=w.config.defaultSeconds;if(void 0!==w.config.minDate){var a=w.config.minDate.getHours(),i=w.config.minDate.getMinutes();(e=Math.max(e,a))===a&&(n=Math.max(i,n)),e===a&&n===i&&(t=w.config.minDate.getSeconds())}if(void 0!==w.config.maxDate){var o=w.config.maxDate.getHours(),r=w.config.maxDate.getMinutes();(e=Math.min(e,o))===o&&(n=Math.min(r,n)),e===o&&n===r&&(t=w.config.maxDate.getSeconds())}return{hours:e,minutes:n,seconds:t}}function O(e,n,t){void 0!==w.latestSelectedDateObj&&w.latestSelectedDateObj.setHours(e%24,n,t||0,0),w.hourElement&&w.minuteElement&&!w.isMobile&&(w.hourElement.value=o(w.config.time_24hr?e:(12+e)%12+12*r(e%12==0)),w.minuteElement.value=o(n),void 0!==w.amPM&&(w.amPM.textContent=w.l10n.amPM[r(e>=12)]),void 0!==w.secondElement&&(w.secondElement.value=o(t)))}function F(e){var n=g(e),t=parseInt(n.value)+(e.delta||0);(t/1e3>1||\"Enter\"===e.key&&!/[^\\d]/.test(t.toString()))&&Q(t)}function N(e,n,t,a){return n instanceof Array?n.forEach((function(n){return N(e,n,t,a)})):e instanceof Array?e.forEach((function(e){return N(e,n,t,a)})):(e.addEventListener(n,t,a),void w._handlers.push({element:e,event:n,handler:t,options:a}))}function A(){pe(\"onChange\")}function P(e,n){var t=void 0!==e?w.parseDate(e):w.latestSelectedDateObj||(w.config.minDate&&w.config.minDate>w.now?w.config.minDate:w.config.maxDate&&w.config.maxDate=0&&M(e,w.selectedDates[1])<=0}(n)&&!ve(n)&&o.classList.add(\"inRange\"),w.weekNumbers&&1===w.config.showMonths&&\"prevMonthDay\"!==e&&t%7==1&&w.weekNumbers.insertAdjacentHTML(\"beforeend\",\"\"+w.config.getWeek(n)+\"\"),pe(\"onDayCreate\",o),o}function L(e){e.focus(),\"range\"===w.config.mode&&ae(e)}function W(e){for(var n=e>0?0:w.config.showMonths-1,t=e>0?w.config.showMonths:-1,a=n;a!=t;a+=e)for(var i=w.daysContainer.children[a],o=e>0?0:i.children.length-1,r=e>0?i.children.length:-1,l=o;l!=r;l+=e){var c=i.children[l];if(-1===c.className.indexOf(\"hidden\")&&X(c.dateObj))return c}}function R(e,n){var t=ee(document.activeElement||document.body),a=void 0!==e?e:t?document.activeElement:void 0!==w.selectedDateElem&&ee(w.selectedDateElem)?w.selectedDateElem:void 0!==w.todayDateElem&&ee(w.todayDateElem)?w.todayDateElem:W(n>0?1:-1);void 0===a?w._input.focus():t?function(e,n){for(var t=-1===e.className.indexOf(\"Month\")?e.dateObj.getMonth():w.currentMonth,a=n>0?w.config.showMonths:-1,i=n>0?1:-1,o=t-w.currentMonth;o!=a;o+=i)for(var r=w.daysContainer.children[o],l=t-w.currentMonth===o?e.$i+n:n<0?r.children.length-1:0,c=r.children.length,d=l;d>=0&&d0?c:-1);d+=i){var s=r.children[d];if(-1===s.className.indexOf(\"hidden\")&&X(s.dateObj)&&Math.abs(e.$i-d)>=Math.abs(n))return L(s)}w.changeMonth(i),R(W(i),0)}(a,n):L(a)}function B(e,n){for(var t=(new Date(e,n,1).getDay()-w.l10n.firstDayOfWeek+7)%7,a=w.utils.getDaysInMonth((n-1+12)%12,e),i=w.utils.getDaysInMonth(n,e),o=window.document.createDocumentFragment(),r=w.config.showMonths>1,l=r?\"prevMonthDay hidden\":\"prevMonthDay\",c=r?\"nextMonthDay hidden\":\"nextMonthDay\",d=a+1-t,u=0;d<=a;d++,u++)o.appendChild(j(l,new Date(e,n-1,d),d,u));for(d=1;d<=i;d++,u++)o.appendChild(j(\"\",new Date(e,n,d),d,u));for(var f=i+1;f<=42-t&&(1===w.config.showMonths||u%7!=0);f++,u++)o.appendChild(j(c,new Date(e,n+1,f%i),f,u));var m=s(\"div\",\"dayContainer\");return m.appendChild(o),m}function J(){if(void 0!==w.daysContainer){u(w.daysContainer),w.weekNumbers&&u(w.weekNumbers);for(var e=document.createDocumentFragment(),n=0;n1||\"dropdown\"!==w.config.monthSelectorType)){var e=function(e){return!(void 0!==w.config.minDate&&w.currentYear===w.config.minDate.getFullYear()&&ew.config.maxDate.getMonth())};w.monthsDropdownContainer.tabIndex=-1,w.monthsDropdownContainer.innerHTML=\"\";for(var n=0;n<12;n++)if(e(n)){var t=s(\"option\",\"flatpickr-monthDropdown-month\");t.value=new Date(w.currentYear,n).getMonth().toString(),t.textContent=h(n,w.config.shorthandCurrentMonth,w.l10n),t.tabIndex=-1,w.currentMonth===n&&(t.selected=!0),w.monthsDropdownContainer.appendChild(t)}}}function U(){var e,n=s(\"div\",\"flatpickr-month\"),t=window.document.createDocumentFragment();w.config.showMonths>1||\"static\"===w.config.monthSelectorType?e=s(\"span\",\"cur-month\"):(w.monthsDropdownContainer=s(\"select\",\"flatpickr-monthDropdown-months\"),w.monthsDropdownContainer.setAttribute(\"aria-label\",w.l10n.monthAriaLabel),N(w.monthsDropdownContainer,\"change\",(function(e){var n=g(e),t=parseInt(n.value,10);w.changeMonth(t-w.currentMonth),pe(\"onMonthChange\")})),K(),e=w.monthsDropdownContainer);var a=m(\"cur-year\",{tabindex:\"-1\"}),i=a.getElementsByTagName(\"input\")[0];i.setAttribute(\"aria-label\",w.l10n.yearAriaLabel),w.config.minDate&&i.setAttribute(\"min\",w.config.minDate.getFullYear().toString()),w.config.maxDate&&(i.setAttribute(\"max\",w.config.maxDate.getFullYear().toString()),i.disabled=!!w.config.minDate&&w.config.minDate.getFullYear()===w.config.maxDate.getFullYear());var o=s(\"div\",\"flatpickr-current-month\");return o.appendChild(e),o.appendChild(a),t.appendChild(o),n.appendChild(t),{container:n,yearElement:i,monthElement:e}}function q(){u(w.monthNav),w.monthNav.appendChild(w.prevMonthNav),w.config.showMonths&&(w.yearElements=[],w.monthElements=[]);for(var e=w.config.showMonths;e--;){var n=U();w.yearElements.push(n.yearElement),w.monthElements.push(n.monthElement),w.monthNav.appendChild(n.container)}w.monthNav.appendChild(w.nextMonthNav)}function $(){w.weekdayContainer?u(w.weekdayContainer):w.weekdayContainer=s(\"div\",\"flatpickr-weekdays\");for(var e=w.config.showMonths;e--;){var n=s(\"div\",\"flatpickr-weekdaycontainer\");w.weekdayContainer.appendChild(n)}return z(),w.weekdayContainer}function z(){if(w.weekdayContainer){var e=w.l10n.firstDayOfWeek,t=n(w.l10n.weekdays.shorthand);e>0&&e\\n \"+t.join(\"\")+\"\\n \\n \"}}function G(e,n){void 0===n&&(n=!0);var t=n?e:e-w.currentMonth;t<0&&!0===w._hidePrevMonthArrow||t>0&&!0===w._hideNextMonthArrow||(w.currentMonth+=t,(w.currentMonth<0||w.currentMonth>11)&&(w.currentYear+=w.currentMonth>11?1:-1,w.currentMonth=(w.currentMonth+12)%12,pe(\"onYearChange\"),K()),J(),pe(\"onMonthChange\"),De())}function V(e){return!(!w.config.appendTo||!w.config.appendTo.contains(e))||w.calendarContainer.contains(e)}function Z(e){if(w.isOpen&&!w.config.inline){var n=g(e),t=V(n),a=n===w.input||n===w.altInput||w.element.contains(n)||e.path&&e.path.indexOf&&(~e.path.indexOf(w.input)||~e.path.indexOf(w.altInput)),i=\"blur\"===e.type?a&&e.relatedTarget&&!V(e.relatedTarget):!a&&!t&&!V(e.relatedTarget),o=!w.config.ignoredFocusElements.some((function(e){return e.contains(n)}));i&&o&&(void 0!==w.timeContainer&&void 0!==w.minuteElement&&void 0!==w.hourElement&&\"\"!==w.input.value&&void 0!==w.input.value&&T(),w.close(),w.config&&\"range\"===w.config.mode&&1===w.selectedDates.length&&(w.clear(!1),w.redraw()))}}function Q(e){if(!(!e||w.config.minDate&&ew.config.maxDate.getFullYear())){var n=e,t=w.currentYear!==n;w.currentYear=n||w.currentYear,w.config.maxDate&&w.currentYear===w.config.maxDate.getFullYear()?w.currentMonth=Math.min(w.config.maxDate.getMonth(),w.currentMonth):w.config.minDate&&w.currentYear===w.config.minDate.getFullYear()&&(w.currentMonth=Math.max(w.config.minDate.getMonth(),w.currentMonth)),t&&(w.redraw(),pe(\"onYearChange\"),K())}}function X(e,n){void 0===n&&(n=!0);var t=w.parseDate(e,void 0,n);if(w.config.minDate&&t&&M(t,w.config.minDate,void 0!==n?n:!w.minDateHasTime)<0||w.config.maxDate&&t&&M(t,w.config.maxDate,void 0!==n?n:!w.maxDateHasTime)>0)return!1;if(0===w.config.enable.length&&0===w.config.disable.length)return!0;if(void 0===t)return!1;for(var a=w.config.enable.length>0,i=a?w.config.enable:w.config.disable,o=0,r=void 0;o=r.from.getTime()&&t.getTime()<=r.to.getTime())return a}return!a}function ee(e){return void 0!==w.daysContainer&&-1===e.className.indexOf(\"hidden\")&&-1===e.className.indexOf(\"flatpickr-disabled\")&&w.daysContainer.contains(e)}function ne(e){e.target!==w._input||e.relatedTarget&&V(e.relatedTarget)||w.setDate(w._input.value,!0,e.target===w.altInput?w.config.altFormat:w.config.dateFormat)}function te(e){var n=g(e),t=w.config.wrap?p.contains(n):n===w._input,a=w.config.allowInput,i=w.isOpen&&(!a||!t),o=w.config.inline&&t&&!a;if(13===e.keyCode&&t){if(a)return w.setDate(w._input.value,!0,n===w.altInput?w.config.altFormat:w.config.dateFormat),n.blur();w.open()}else if(V(n)||i||o){var r=!!w.timeContainer&&w.timeContainer.contains(n);switch(e.keyCode){case 13:r?(e.preventDefault(),T(),se()):ue(e);break;case 27:e.preventDefault(),se();break;case 8:case 46:t&&!w.config.allowInput&&(e.preventDefault(),w.clear());break;case 37:case 39:if(r||t)w.hourElement&&w.hourElement.focus();else if(e.preventDefault(),void 0!==w.daysContainer&&(!1===a||document.activeElement&&ee(document.activeElement))){var l=39===e.keyCode?1:-1;e.ctrlKey?(e.stopPropagation(),G(l),R(W(1),0)):R(void 0,l)}break;case 38:case 40:e.preventDefault();var c=40===e.keyCode?1:-1;w.daysContainer&&void 0!==n.$i||n===w.input||n===w.altInput?e.ctrlKey?(e.stopPropagation(),Q(w.currentYear-c),R(W(1),0)):r||R(void 0,7*c):n===w.currentYearElement?Q(w.currentYear-c):w.config.enableTime&&(!r&&w.hourElement&&w.hourElement.focus(),T(e),w._debouncedChange());break;case 9:if(r){var d=[w.hourElement,w.minuteElement,w.secondElement,w.amPM].concat(w.pluginElements).filter((function(e){return e})),s=d.indexOf(n);if(-1!==s){var u=d[s+(e.shiftKey?-1:1)];e.preventDefault(),(u||w._input).focus()}}else!w.config.noCalendar&&w.daysContainer&&w.daysContainer.contains(n)&&e.shiftKey&&(e.preventDefault(),w._input.focus())}}if(void 0!==w.amPM&&n===w.amPM)switch(e.key){case w.l10n.amPM[0].charAt(0):case w.l10n.amPM[0].charAt(0).toLowerCase():w.amPM.textContent=w.l10n.amPM[0],I(),be();break;case w.l10n.amPM[1].charAt(0):case w.l10n.amPM[1].charAt(0).toLowerCase():w.amPM.textContent=w.l10n.amPM[1],I(),be()}(t||V(n))&&pe(\"onKeyDown\",e)}function ae(e){if(1===w.selectedDates.length&&(!e||e.classList.contains(\"flatpickr-day\")&&!e.classList.contains(\"flatpickr-disabled\"))){for(var n=e?e.dateObj.getTime():w.days.firstElementChild.dateObj.getTime(),t=w.parseDate(w.selectedDates[0],void 0,!0).getTime(),a=Math.min(n,w.selectedDates[0].getTime()),i=Math.max(n,w.selectedDates[0].getTime()),o=!1,r=0,l=0,c=a;ca&&cr)?r=c:c>t&&(!l||c0&&m0&&m>l;return g?(f.classList.add(\"notAllowed\"),[\"inRange\",\"startRange\",\"endRange\"].forEach((function(e){f.classList.remove(e)})),\"continue\"):o&&!g?\"continue\":([\"startRange\",\"inRange\",\"endRange\",\"notAllowed\"].forEach((function(e){f.classList.remove(e)})),void(void 0!==e&&(e.classList.add(n<=w.selectedDates[0].getTime()?\"startRange\":\"endRange\"),tn&&m===t&&f.classList.add(\"endRange\"),m>=r&&(0===l||m<=l)&&(d=t,u=n,(c=m)>Math.min(d,u)&&c0||t.getMinutes()>0||t.getSeconds()>0),w.selectedDates&&(w.selectedDates=w.selectedDates.filter((function(e){return X(e)})),w.selectedDates.length||\"min\"!==e||S(t),be()),w.daysContainer&&(de(),void 0!==t?w.currentYearElement[e]=t.getFullYear().toString():w.currentYearElement.removeAttribute(e),w.currentYearElement.disabled=!!a&&void 0!==t&&a.getFullYear()===t.getFullYear())}}function re(){return w.config.wrap?p.querySelector(\"[data-input]\"):p}function le(){\"object\"!=typeof w.config.locale&&void 0===k.l10ns[w.config.locale]&&w.config.errorHandler(new Error(\"flatpickr: invalid locale \"+w.config.locale)),w.l10n=e(e({},k.l10ns.default),\"object\"==typeof w.config.locale?w.config.locale:\"default\"!==w.config.locale?k.l10ns[w.config.locale]:void 0),D.K=\"(\"+w.l10n.amPM[0]+\"|\"+w.l10n.amPM[1]+\"|\"+w.l10n.amPM[0].toLowerCase()+\"|\"+w.l10n.amPM[1].toLowerCase()+\")\",void 0===e(e({},v),JSON.parse(JSON.stringify(p.dataset||{}))).time_24hr&&void 0===k.defaultConfig.time_24hr&&(w.config.time_24hr=w.l10n.time_24hr),w.formatDate=b(w),w.parseDate=C({config:w.config,l10n:w.l10n})}function ce(e){if(void 0!==w.calendarContainer){pe(\"onPreCalendarPosition\");var n=e||w._positionElement,t=Array.prototype.reduce.call(w.calendarContainer.children,(function(e,n){return e+n.offsetHeight}),0),a=w.calendarContainer.offsetWidth,i=w.config.position.split(\" \"),o=i[0],r=i.length>1?i[1]:null,l=n.getBoundingClientRect(),c=window.innerHeight-l.bottom,s=\"above\"===o||\"below\"!==o&&ct,u=window.pageYOffset+l.top+(s?-t-2:n.offsetHeight+2);if(d(w.calendarContainer,\"arrowTop\",!s),d(w.calendarContainer,\"arrowBottom\",s),!w.config.inline){var f=window.pageXOffset+l.left,m=!1,g=!1;\"center\"===r?(f-=(a-l.width)/2,m=!0):\"right\"===r&&(f-=a-l.width,g=!0),d(w.calendarContainer,\"arrowLeft\",!m&&!g),d(w.calendarContainer,\"arrowCenter\",m),d(w.calendarContainer,\"arrowRight\",g);var p=window.document.body.offsetWidth-(window.pageXOffset+l.right),h=f+a>window.document.body.offsetWidth,v=p+a>window.document.body.offsetWidth;if(d(w.calendarContainer,\"rightMost\",h),!w.config.static)if(w.calendarContainer.style.top=u+\"px\",h)if(v){var D=function(){for(var e=null,n=0;nw.currentMonth+w.config.showMonths-1)&&\"range\"!==w.config.mode;if(w.selectedDateElem=t,\"single\"===w.config.mode)w.selectedDates=[a];else if(\"multiple\"===w.config.mode){var o=ve(a);o?w.selectedDates.splice(parseInt(o),1):w.selectedDates.push(a)}else\"range\"===w.config.mode&&(2===w.selectedDates.length&&w.clear(!1,!1),w.latestSelectedDateObj=a,w.selectedDates.push(a),0!==M(a,w.selectedDates[0],!0)&&w.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()})));if(I(),i){var r=w.currentYear!==a.getFullYear();w.currentYear=a.getFullYear(),w.currentMonth=a.getMonth(),r&&(pe(\"onYearChange\"),K()),pe(\"onMonthChange\")}if(De(),J(),be(),i||\"range\"===w.config.mode||1!==w.config.showMonths?void 0!==w.selectedDateElem&&void 0===w.hourElement&&w.selectedDateElem&&w.selectedDateElem.focus():L(t),void 0!==w.hourElement&&void 0!==w.hourElement&&w.hourElement.focus(),w.config.closeOnSelect){var l=\"single\"===w.config.mode&&!w.config.enableTime,c=\"range\"===w.config.mode&&2===w.selectedDates.length&&!w.config.enableTime;(l||c)&&se()}A()}}w.parseDate=C({config:w.config,l10n:w.l10n}),w._handlers=[],w.pluginElements=[],w.loadedPlugins=[],w._bind=N,w._setHoursFromDate=S,w._positionCalendar=ce,w.changeMonth=G,w.changeYear=Q,w.clear=function(e,n){if(void 0===e&&(e=!0),void 0===n&&(n=!0),w.input.value=\"\",void 0!==w.altInput&&(w.altInput.value=\"\"),void 0!==w.mobileInput&&(w.mobileInput.value=\"\"),w.selectedDates=[],w.latestSelectedDateObj=void 0,!0===n&&(w.currentYear=w._initialDate.getFullYear(),w.currentMonth=w._initialDate.getMonth()),!0===w.config.enableTime){var t=_(),a=t.hours,i=t.minutes,o=t.seconds;O(a,i,o)}w.redraw(),e&&pe(\"onChange\")},w.close=function(){w.isOpen=!1,w.isMobile||(void 0!==w.calendarContainer&&w.calendarContainer.classList.remove(\"open\"),void 0!==w._input&&w._input.classList.remove(\"active\")),pe(\"onClose\")},w._createElement=s,w.destroy=function(){void 0!==w.config&&pe(\"onDestroy\");for(var e=w._handlers.length;e--;){var n=w._handlers[e];n.element.removeEventListener(n.event,n.handler,n.options)}if(w._handlers=[],w.mobileInput)w.mobileInput.parentNode&&w.mobileInput.parentNode.removeChild(w.mobileInput),w.mobileInput=void 0;else if(w.calendarContainer&&w.calendarContainer.parentNode)if(w.config.static&&w.calendarContainer.parentNode){var t=w.calendarContainer.parentNode;if(t.lastChild&&t.removeChild(t.lastChild),t.parentNode){for(;t.firstChild;)t.parentNode.insertBefore(t.firstChild,t);t.parentNode.removeChild(t)}}else w.calendarContainer.parentNode.removeChild(w.calendarContainer);w.altInput&&(w.input.type=\"text\",w.altInput.parentNode&&w.altInput.parentNode.removeChild(w.altInput),delete w.altInput),w.input&&(w.input.type=w.input._type,w.input.classList.remove(\"flatpickr-input\"),w.input.removeAttribute(\"readonly\")),[\"_showTimeInput\",\"latestSelectedDateObj\",\"_hideNextMonthArrow\",\"_hidePrevMonthArrow\",\"__hideNextMonthArrow\",\"__hidePrevMonthArrow\",\"isMobile\",\"isOpen\",\"selectedDateElem\",\"minDateHasTime\",\"maxDateHasTime\",\"days\",\"daysContainer\",\"_input\",\"_positionElement\",\"innerContainer\",\"rContainer\",\"monthNav\",\"todayDateElem\",\"calendarContainer\",\"weekdayContainer\",\"prevMonthNav\",\"nextMonthNav\",\"monthsDropdownContainer\",\"currentMonthElement\",\"currentYearElement\",\"navigationCurrentMonth\",\"selectedDateElem\",\"config\"].forEach((function(e){try{delete w[e]}catch(e){}}))},w.isEnabled=X,w.jumpToDate=P,w.open=function(e,n){if(void 0===n&&(n=w._positionElement),!0===w.isMobile){if(e){e.preventDefault();var t=g(e);t&&t.blur()}return void 0!==w.mobileInput&&(w.mobileInput.focus(),w.mobileInput.click()),void pe(\"onOpen\")}if(!w._input.disabled&&!w.config.inline){var a=w.isOpen;w.isOpen=!0,a||(w.calendarContainer.classList.add(\"open\"),w._input.classList.add(\"active\"),pe(\"onOpen\"),ce(n)),!0===w.config.enableTime&&!0===w.config.noCalendar&&(!1!==w.config.allowInput||void 0!==e&&w.timeContainer.contains(e.relatedTarget)||setTimeout((function(){return w.hourElement.select()}),50))}},w.redraw=de,w.set=function(e,n){if(null!==e&&\"object\"==typeof e)for(var a in Object.assign(w.config,e),e)void 0!==fe[a]&&fe[a].forEach((function(e){return e()}));else w.config[e]=n,void 0!==fe[e]?fe[e].forEach((function(e){return e()})):t.indexOf(e)>-1&&(w.config[e]=c(n));w.redraw(),be(!0)},w.setDate=function(e,n,t){if(void 0===n&&(n=!1),void 0===t&&(t=w.config.dateFormat),0!==e&&!e||e instanceof Array&&0===e.length)return w.clear(n);me(e,t),w.latestSelectedDateObj=w.selectedDates[w.selectedDates.length-1],w.redraw(),P(void 0,n),S(),0===w.selectedDates.length&&w.clear(!1),be(n),n&&pe(\"onChange\")},w.toggle=function(e){if(!0===w.isOpen)return w.close();w.open(e)};var fe={locale:[le,z],showMonths:[q,E,$],minDate:[P],maxDate:[P]};function me(e,n){var t=[];if(e instanceof Array)t=e.map((function(e){return w.parseDate(e,n)}));else if(e instanceof Date||\"number\"==typeof e)t=[w.parseDate(e,n)];else if(\"string\"==typeof e)switch(w.config.mode){case\"single\":case\"time\":t=[w.parseDate(e,n)];break;case\"multiple\":t=e.split(w.config.conjunction).map((function(e){return w.parseDate(e,n)}));break;case\"range\":t=e.split(w.l10n.rangeSeparator).map((function(e){return w.parseDate(e,n)}))}else w.config.errorHandler(new Error(\"Invalid date supplied: \"+JSON.stringify(e)));w.selectedDates=w.config.allowInvalidPreload?t:t.filter((function(e){return e instanceof Date&&X(e,!1)})),\"range\"===w.config.mode&&w.selectedDates.sort((function(e,n){return e.getTime()-n.getTime()}))}function ge(e){return e.slice().map((function(e){return\"string\"==typeof e||\"number\"==typeof e||e instanceof Date?w.parseDate(e,void 0,!0):e&&\"object\"==typeof e&&e.from&&e.to?{from:w.parseDate(e.from,void 0),to:w.parseDate(e.to,void 0)}:e})).filter((function(e){return e}))}function pe(e,n){if(void 0!==w.config){var t=w.config[e];if(void 0!==t&&t.length>0)for(var a=0;t[a]&&a1||\"static\"===w.config.monthSelectorType?w.monthElements[n].textContent=h(t.getMonth(),w.config.shorthandCurrentMonth,w.l10n)+\" \":w.monthsDropdownContainer.value=t.getMonth().toString(),e.value=t.getFullYear().toString()})),w._hidePrevMonthArrow=void 0!==w.config.minDate&&(w.currentYear===w.config.minDate.getFullYear()?w.currentMonth<=w.config.minDate.getMonth():w.currentYearw.config.maxDate.getMonth():w.currentYear>w.config.maxDate.getFullYear()))}function we(e){return w.selectedDates.map((function(n){return w.formatDate(n,e)})).filter((function(e,n,t){return\"range\"!==w.config.mode||w.config.enableTime||t.indexOf(e)===n})).join(\"range\"!==w.config.mode?w.config.conjunction:w.l10n.rangeSeparator)}function be(e){void 0===e&&(e=!0),void 0!==w.mobileInput&&w.mobileFormatStr&&(w.mobileInput.value=void 0!==w.latestSelectedDateObj?w.formatDate(w.latestSelectedDateObj,w.mobileFormatStr):\"\"),w.input.value=we(w.config.dateFormat),void 0!==w.altInput&&(w.altInput.value=we(w.config.altFormat)),!1!==e&&pe(\"onValueUpdate\")}function Ce(e){var n=g(e),t=w.prevMonthNav.contains(n),a=w.nextMonthNav.contains(n);t||a?G(t?-1:1):w.yearElements.indexOf(n)>=0?n.select():n.classList.contains(\"arrowUp\")?w.changeYear(w.currentYear+1):n.classList.contains(\"arrowDown\")&&w.changeYear(w.currentYear-1)}return function(){w.element=w.input=p,w.isOpen=!1,function(){var n=[\"wrap\",\"weekNumbers\",\"allowInput\",\"allowInvalidPreload\",\"clickOpens\",\"time_24hr\",\"enableTime\",\"noCalendar\",\"altInput\",\"shorthandCurrentMonth\",\"inline\",\"static\",\"enableSeconds\",\"disableMobile\"],i=e(e({},JSON.parse(JSON.stringify(p.dataset||{}))),v),o={};w.config.parseDate=i.parseDate,w.config.formatDate=i.formatDate,Object.defineProperty(w.config,\"enable\",{get:function(){return w.config._enable},set:function(e){w.config._enable=ge(e)}}),Object.defineProperty(w.config,\"disable\",{get:function(){return w.config._disable},set:function(e){w.config._disable=ge(e)}});var r=\"time\"===i.mode;if(!i.dateFormat&&(i.enableTime||r)){var l=k.defaultConfig.dateFormat||a.dateFormat;o.dateFormat=i.noCalendar||r?\"H:i\"+(i.enableSeconds?\":S\":\"\"):l+\" H:i\"+(i.enableSeconds?\":S\":\"\")}if(i.altInput&&(i.enableTime||r)&&!i.altFormat){var d=k.defaultConfig.altFormat||a.altFormat;o.altFormat=i.noCalendar||r?\"h:i\"+(i.enableSeconds?\":S K\":\" K\"):d+\" h:i\"+(i.enableSeconds?\":S\":\"\")+\" K\"}Object.defineProperty(w.config,\"minDate\",{get:function(){return w.config._minDate},set:oe(\"min\")}),Object.defineProperty(w.config,\"maxDate\",{get:function(){return w.config._maxDate},set:oe(\"max\")});var s=function(e){return function(n){w.config[\"min\"===e?\"_minTime\":\"_maxTime\"]=w.parseDate(n,\"H:i:S\")}};Object.defineProperty(w.config,\"minTime\",{get:function(){return w.config._minTime},set:s(\"min\")}),Object.defineProperty(w.config,\"maxTime\",{get:function(){return w.config._maxTime},set:s(\"max\")}),\"time\"===i.mode&&(w.config.noCalendar=!0,w.config.enableTime=!0),Object.assign(w.config,o,i);for(var u=0;u-1?w.config[m]=c(f[m]).map(x).concat(w.config[m]):void 0===i[m]&&(w.config[m]=f[m])}i.altInputClass||(w.config.altInputClass=re().className+\" \"+w.config.altInputClass),pe(\"onParseConfig\")}(),le(),w.input=re(),w.input?(w.input._type=w.input.type,w.input.type=\"text\",w.input.classList.add(\"flatpickr-input\"),w._input=w.input,w.config.altInput&&(w.altInput=s(w.input.nodeName,w.config.altInputClass),w._input=w.altInput,w.altInput.placeholder=w.input.placeholder,w.altInput.disabled=w.input.disabled,w.altInput.required=w.input.required,w.altInput.tabIndex=w.input.tabIndex,w.altInput.type=\"text\",w.input.setAttribute(\"type\",\"hidden\"),!w.config.static&&w.input.parentNode&&w.input.parentNode.insertBefore(w.altInput,w.input.nextSibling)),w.config.allowInput||w._input.setAttribute(\"readonly\",\"readonly\"),w._positionElement=w.config.positionElement||w._input):w.config.errorHandler(new Error(\"Invalid input element specified\")),function(){w.selectedDates=[],w.now=w.parseDate(w.config.now)||new Date;var e=w.config.defaultDate||(\"INPUT\"!==w.input.nodeName&&\"TEXTAREA\"!==w.input.nodeName||!w.input.placeholder||w.input.value!==w.input.placeholder?w.input.value:null);e&&me(e,w.config.dateFormat),w._initialDate=w.selectedDates.length>0?w.selectedDates[0]:w.config.minDate&&w.config.minDate.getTime()>w.now.getTime()?w.config.minDate:w.config.maxDate&&w.config.maxDate.getTime()0&&(w.latestSelectedDateObj=w.selectedDates[0]),void 0!==w.config.minTime&&(w.config.minTime=w.parseDate(w.config.minTime,\"H:i\")),void 0!==w.config.maxTime&&(w.config.maxTime=w.parseDate(w.config.maxTime,\"H:i\")),w.minDateHasTime=!!w.config.minDate&&(w.config.minDate.getHours()>0||w.config.minDate.getMinutes()>0||w.config.minDate.getSeconds()>0),w.maxDateHasTime=!!w.config.maxDate&&(w.config.maxDate.getHours()>0||w.config.maxDate.getMinutes()>0||w.config.maxDate.getSeconds()>0)}(),w.utils={getDaysInMonth:function(e,n){return void 0===e&&(e=w.currentMonth),void 0===n&&(n=w.currentYear),1===e&&(n%4==0&&n%100!=0||n%400==0)?29:w.l10n.daysInMonth[e]}},w.isMobile||function(){var e=window.document.createDocumentFragment();if(w.calendarContainer=s(\"div\",\"flatpickr-calendar\"),w.calendarContainer.tabIndex=-1,!w.config.noCalendar){if(e.appendChild((w.monthNav=s(\"div\",\"flatpickr-months\"),w.yearElements=[],w.monthElements=[],w.prevMonthNav=s(\"span\",\"flatpickr-prev-month\"),w.prevMonthNav.innerHTML=w.config.prevArrow,w.nextMonthNav=s(\"span\",\"flatpickr-next-month\"),w.nextMonthNav.innerHTML=w.config.nextArrow,q(),Object.defineProperty(w,\"_hidePrevMonthArrow\",{get:function(){return w.__hidePrevMonthArrow},set:function(e){w.__hidePrevMonthArrow!==e&&(d(w.prevMonthNav,\"flatpickr-disabled\",e),w.__hidePrevMonthArrow=e)}}),Object.defineProperty(w,\"_hideNextMonthArrow\",{get:function(){return w.__hideNextMonthArrow},set:function(e){w.__hideNextMonthArrow!==e&&(d(w.nextMonthNav,\"flatpickr-disabled\",e),w.__hideNextMonthArrow=e)}}),w.currentYearElement=w.yearElements[0],De(),w.monthNav)),w.innerContainer=s(\"div\",\"flatpickr-innerContainer\"),w.config.weekNumbers){var n=function(){w.calendarContainer.classList.add(\"hasWeeks\");var e=s(\"div\",\"flatpickr-weekwrapper\");e.appendChild(s(\"span\",\"flatpickr-weekday\",w.l10n.weekAbbreviation));var n=s(\"div\",\"flatpickr-weeks\");return e.appendChild(n),{weekWrapper:e,weekNumbers:n}}(),t=n.weekWrapper,a=n.weekNumbers;w.innerContainer.appendChild(t),w.weekNumbers=a,w.weekWrapper=t}w.rContainer=s(\"div\",\"flatpickr-rContainer\"),w.rContainer.appendChild($()),w.daysContainer||(w.daysContainer=s(\"div\",\"flatpickr-days\"),w.daysContainer.tabIndex=-1),J(),w.rContainer.appendChild(w.daysContainer),w.innerContainer.appendChild(w.rContainer),e.appendChild(w.innerContainer)}w.config.enableTime&&e.appendChild(function(){w.calendarContainer.classList.add(\"hasTime\"),w.config.noCalendar&&w.calendarContainer.classList.add(\"noCalendar\"),w.timeContainer=s(\"div\",\"flatpickr-time\"),w.timeContainer.tabIndex=-1;var e=s(\"span\",\"flatpickr-time-separator\",\":\"),n=m(\"flatpickr-hour\",{\"aria-label\":w.l10n.hourAriaLabel});w.hourElement=n.getElementsByTagName(\"input\")[0];var t=m(\"flatpickr-minute\",{\"aria-label\":w.l10n.minuteAriaLabel});if(w.minuteElement=t.getElementsByTagName(\"input\")[0],w.hourElement.tabIndex=w.minuteElement.tabIndex=-1,w.hourElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getHours():w.config.time_24hr?w.config.defaultHour:function(e){switch(e%24){case 0:case 12:return 12;default:return e%12}}(w.config.defaultHour)),w.minuteElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getMinutes():w.config.defaultMinute),w.hourElement.setAttribute(\"step\",w.config.hourIncrement.toString()),w.minuteElement.setAttribute(\"step\",w.config.minuteIncrement.toString()),w.hourElement.setAttribute(\"min\",w.config.time_24hr?\"0\":\"1\"),w.hourElement.setAttribute(\"max\",w.config.time_24hr?\"23\":\"12\"),w.minuteElement.setAttribute(\"min\",\"0\"),w.minuteElement.setAttribute(\"max\",\"59\"),w.timeContainer.appendChild(n),w.timeContainer.appendChild(e),w.timeContainer.appendChild(t),w.config.time_24hr&&w.timeContainer.classList.add(\"time24hr\"),w.config.enableSeconds){w.timeContainer.classList.add(\"hasSeconds\");var a=m(\"flatpickr-second\");w.secondElement=a.getElementsByTagName(\"input\")[0],w.secondElement.value=o(w.latestSelectedDateObj?w.latestSelectedDateObj.getSeconds():w.config.defaultSeconds),w.secondElement.setAttribute(\"step\",w.minuteElement.getAttribute(\"step\")),w.secondElement.setAttribute(\"min\",\"0\"),w.secondElement.setAttribute(\"max\",\"59\"),w.timeContainer.appendChild(s(\"span\",\"flatpickr-time-separator\",\":\")),w.timeContainer.appendChild(a)}return w.config.time_24hr||(w.amPM=s(\"span\",\"flatpickr-am-pm\",w.l10n.amPM[r((w.latestSelectedDateObj?w.hourElement.value:w.config.defaultHour)>11)]),w.amPM.title=w.l10n.toggleTitle,w.amPM.tabIndex=-1,w.timeContainer.appendChild(w.amPM)),w.timeContainer}()),d(w.calendarContainer,\"rangeMode\",\"range\"===w.config.mode),d(w.calendarContainer,\"animate\",!0===w.config.animate),d(w.calendarContainer,\"multiMonth\",w.config.showMonths>1),w.calendarContainer.appendChild(e);var i=void 0!==w.config.appendTo&&void 0!==w.config.appendTo.nodeType;if((w.config.inline||w.config.static)&&(w.calendarContainer.classList.add(w.config.inline?\"inline\":\"static\"),w.config.inline&&(!i&&w.element.parentNode?w.element.parentNode.insertBefore(w.calendarContainer,w._input.nextSibling):void 0!==w.config.appendTo&&w.config.appendTo.appendChild(w.calendarContainer)),w.config.static)){var l=s(\"div\",\"flatpickr-wrapper\");w.element.parentNode&&w.element.parentNode.insertBefore(l,w.element),l.appendChild(w.element),w.altInput&&l.appendChild(w.altInput),l.appendChild(w.calendarContainer)}w.config.static||w.config.inline||(void 0!==w.config.appendTo?w.config.appendTo:window.document.body).appendChild(w.calendarContainer)}(),function(){if(w.config.wrap&&[\"open\",\"close\",\"toggle\",\"clear\"].forEach((function(e){Array.prototype.forEach.call(w.element.querySelectorAll(\"[data-\"+e+\"]\"),(function(n){return N(n,\"click\",w[e])}))})),w.isMobile)!function(){var e=w.config.enableTime?w.config.noCalendar?\"time\":\"datetime-local\":\"date\";w.mobileInput=s(\"input\",w.input.className+\" flatpickr-mobile\"),w.mobileInput.tabIndex=1,w.mobileInput.type=e,w.mobileInput.disabled=w.input.disabled,w.mobileInput.required=w.input.required,w.mobileInput.placeholder=w.input.placeholder,w.mobileFormatStr=\"datetime-local\"===e?\"Y-m-d\\\\TH:i:S\":\"date\"===e?\"Y-m-d\":\"H:i:S\",w.selectedDates.length>0&&(w.mobileInput.defaultValue=w.mobileInput.value=w.formatDate(w.selectedDates[0],w.mobileFormatStr)),w.config.minDate&&(w.mobileInput.min=w.formatDate(w.config.minDate,\"Y-m-d\")),w.config.maxDate&&(w.mobileInput.max=w.formatDate(w.config.maxDate,\"Y-m-d\")),w.input.getAttribute(\"step\")&&(w.mobileInput.step=String(w.input.getAttribute(\"step\"))),w.input.type=\"hidden\",void 0!==w.altInput&&(w.altInput.type=\"hidden\");try{w.input.parentNode&&w.input.parentNode.insertBefore(w.mobileInput,w.input.nextSibling)}catch(e){}N(w.mobileInput,\"change\",(function(e){w.setDate(g(e).value,!1,w.mobileFormatStr),pe(\"onChange\"),pe(\"onClose\")}))}();else{var e=l(ie,50);if(w._debouncedChange=l(A,300),w.daysContainer&&!/iPhone|iPad|iPod/i.test(navigator.userAgent)&&N(w.daysContainer,\"mouseover\",(function(e){\"range\"===w.config.mode&&ae(g(e))})),N(window.document.body,\"keydown\",te),w.config.inline||w.config.static||N(window,\"resize\",e),void 0!==window.ontouchstart?N(window.document,\"touchstart\",Z):N(window.document,\"click\",Z),N(window.document,\"focus\",Z,{capture:!0}),!0===w.config.clickOpens&&(N(w._input,\"focus\",w.open),N(w._input,\"click\",w.open)),void 0!==w.daysContainer&&(N(w.monthNav,\"click\",Ce),N(w.monthNav,[\"keyup\",\"increment\"],F),N(w.daysContainer,\"click\",ue)),void 0!==w.timeContainer&&void 0!==w.minuteElement&&void 0!==w.hourElement){var n=function(e){return g(e).select()};N(w.timeContainer,[\"increment\"],T),N(w.timeContainer,\"blur\",T,{capture:!0}),N(w.timeContainer,\"click\",Y),N([w.hourElement,w.minuteElement],[\"focus\",\"click\"],n),void 0!==w.secondElement&&N(w.secondElement,\"focus\",(function(){return w.secondElement&&w.secondElement.select()})),void 0!==w.amPM&&N(w.amPM,\"click\",(function(e){T(e),A()}))}w.config.allowInput&&N(w._input,\"blur\",ne)}}(),(w.selectedDates.length||w.config.noCalendar)&&(w.config.enableTime&&S(w.config.noCalendar?w.latestSelectedDateObj||w.config.minDate:void 0),be(!1)),E();var n=/^((?!chrome|android).)*safari/i.test(navigator.userAgent);!w.isMobile&&n&&ce(),pe(\"onReady\")}(),w}function E(e,n){for(var t=Array.prototype.slice.call(e).filter((function(e){return e instanceof HTMLElement})),a=[],i=0;ithis.render()));const{start:s,end:l,value:o,step:r,title:n}=this.model.properties;this.on_change([s,l,o,r],(()=>{const{start:t,end:e,value:i,step:s}=this._calc_to();this._noUiSlider.updateOptions({range:{min:t,max:e},start:i,step:s},!0)}));const{bar_color:a}=this.model.properties;this.on_change(a,(()=>{this._set_bar_color()}));const{show_value:d}=this.model.properties;this.on_change([o,n,d],(()=>this._update_title()))}styles(){return[...super.styles(),p.default,u.default]}_update_title(){var t;(0,a.empty)(this.title_el);const e=null==this.model.title||0==this.model.title.length&&!this.model.show_value;if(this.title_el.style.display=e?\"none\":\"\",!e&&(0!=(null===(t=this.model.title)||void 0===t?void 0:t.length)&&(this.title_el.textContent=`${this.model.title}: `),this.model.show_value)){const{value:t}=this._calc_to(),e=t.map((t=>this.model.pretty(t))).join(\" .. \");this.title_el.appendChild((0,a.span)({class:m.slider_value},e))}}_set_bar_color(){if(!this.model.disabled){this.slider_el.querySelector(\".noUi-connect\").style.backgroundColor=(0,_.color2css)(this.model.bar_color)}}render(){super.render();const{start:t,end:e,value:i,step:s}=this._calc_to();let l;if(this.model.tooltips){const t={to:t=>this.model.pretty(t)};l=(0,d.repeat)(t,i.length)}else l=!1;if(null==this.slider_el){this.slider_el=(0,a.div)(),this._noUiSlider=n.default.create(this.slider_el,{range:{min:t,max:e},start:i,step:s,behaviour:this.model.behaviour,connect:this.model.connected,tooltips:l,orientation:this.model.orientation,direction:this.model.direction}),this._noUiSlider.on(\"slide\",((t,e,i)=>this._slide(i))),this._noUiSlider.on(\"change\",((t,e,i)=>this._change(i)));const o=(t,e)=>{if(!l)return;this.slider_el.querySelectorAll(\".noUi-handle\")[t].querySelector(\".noUi-tooltip\").style.display=e?\"block\":\"\"};this._noUiSlider.on(\"start\",((t,e)=>o(e,!0))),this._noUiSlider.on(\"end\",((t,e)=>o(e,!1)))}else this._noUiSlider.updateOptions({range:{min:t,max:e},start:i,step:s},!0);this._set_bar_color(),this.model.disabled?this.slider_el.setAttribute(\"disabled\",\"true\"):this.slider_el.removeAttribute(\"disabled\"),this.title_el=(0,a.div)({class:m.slider_title}),this._update_title(),this.group_el=(0,a.div)({class:v.input_group},this.title_el,this.slider_el),this.el.appendChild(this.group_el)}_slide(t){this.model.value=this._calc_from(t)}_change(t){const e=this._calc_from(t);this.model.setv({value:e,value_throttled:e})}}b.__name__=\"AbstractBaseSliderView\";class g extends b{_calc_to(){return{start:this.model.start,end:this.model.end,value:[this.model.value],step:this.model.step}}_calc_from([t]){return Number.isInteger(this.model.start)&&Number.isInteger(this.model.end)&&Number.isInteger(this.model.step)?Math.round(t):t}}i.AbstractSliderView=g,g.__name__=\"AbstractSliderView\";class f extends b{_calc_to(){return{start:this.model.start,end:this.model.end,value:this.model.value,step:this.model.step}}_calc_from(t){return t}}i.AbstractRangeSliderView=f,f.__name__=\"AbstractRangeSliderView\";class S extends h.OrientedControl{constructor(t){super(t),this.connected=!1}pretty(t){return this._formatter(t,this.format)}}i.AbstractSlider=S,r=S,S.__name__=\"AbstractSlider\",r.define((({Any:t,Boolean:e,Number:i,String:s,Color:l,Or:o,Enum:r,Ref:n,Nullable:a})=>({title:[a(s),\"\"],show_value:[e,!0],start:[t],end:[t],value:[t],value_throttled:[t],step:[i,1],format:[o(s,n(c.TickFormatter))],direction:[r(\"ltr\",\"rtl\"),\"ltr\"],tooltips:[e,!0],bar_color:[l,\"#e6e6e6\"]})))},\n", - " 462: function _(t,e,r,n,i){var o,s;o=this,s=function(t){\"use strict\";var e,r;function n(t){return\"object\"==typeof t&&\"function\"==typeof t.to}function i(t){t.parentElement.removeChild(t)}function o(t){return null!=t}function s(t){t.preventDefault()}function a(t){return\"number\"==typeof t&&!isNaN(t)&&isFinite(t)}function l(t,e,r){r>0&&(f(t,e),setTimeout((function(){d(t,e)}),r))}function u(t){return Math.max(Math.min(t,100),0)}function c(t){return Array.isArray(t)?t:[t]}function p(t){var e=(t=String(t)).split(\".\");return e.length>1?e[1].length:0}function f(t,e){t.classList&&!/\\s/.test(e)?t.classList.add(e):t.className+=\" \"+e}function d(t,e){t.classList&&!/\\s/.test(e)?t.classList.remove(e):t.className=t.className.replace(new RegExp(\"(^|\\\\b)\"+e.split(\" \").join(\"|\")+\"(\\\\b|$)\",\"gi\"),\" \")}function h(t){var e=void 0!==window.pageXOffset,r=\"CSS1Compat\"===(t.compatMode||\"\");return{x:e?window.pageXOffset:r?t.documentElement.scrollLeft:t.body.scrollLeft,y:e?window.pageYOffset:r?t.documentElement.scrollTop:t.body.scrollTop}}function m(t,e){return 100/(e-t)}function g(t,e,r){return 100*e/(t[r+1]-t[r])}function v(t,e){for(var r=1;t>=e[r];)r+=1;return r}function b(t,e,r){if(r>=t.slice(-1)[0])return 100;var n=v(r,t),i=t[n-1],o=t[n],s=e[n-1],a=e[n];return s+function(t,e){return g(t,t[0]<0?e+Math.abs(t[0]):e-t[0],0)}([i,o],r)/m(s,a)}function S(t,e,r,n){if(100===n)return n;var i=v(n,t),o=t[i-1],s=t[i];return r?n-o>(s-o)/2?s:o:e[i-1]?t[i-1]+function(t,e){return Math.round(t/e)*e}(n-t[i-1],e[i-1]):n}t.PipsMode=void 0,(e=t.PipsMode||(t.PipsMode={})).Range=\"range\",e.Steps=\"steps\",e.Positions=\"positions\",e.Count=\"count\",e.Values=\"values\",t.PipsType=void 0,(r=t.PipsType||(t.PipsType={}))[r.None=-1]=\"None\",r[r.NoValue=0]=\"NoValue\",r[r.LargeValue=1]=\"LargeValue\",r[r.SmallValue=2]=\"SmallValue\";var x=function(){function t(t,e,r){var n;this.xPct=[],this.xVal=[],this.xSteps=[],this.xNumSteps=[],this.xHighestCompleteStep=[],this.xSteps=[r||!1],this.xNumSteps=[!1],this.snap=e;var i=[];for(Object.keys(t).forEach((function(e){i.push([c(t[e]),e])})),i.sort((function(t,e){return t[0][0]-e[0][0]})),n=0;nthis.xPct[i+1];)i++;else t===this.xPct[this.xPct.length-1]&&(i=this.xPct.length-2);r||t!==this.xPct[i+1]||i++,null===e&&(e=[]);var o=1,s=e[i],a=0,l=0,u=0,c=0;for(n=r?(t-this.xPct[i])/(this.xPct[i+1]-this.xPct[i]):(this.xPct[i+1]-t)/(this.xPct[i+1]-this.xPct[i]);s>0;)a=this.xPct[i+1+c]-this.xPct[i+c],e[i+c]*o+100-100*n>100?(l=a*n,o=(s-100*n)/e[i+c],n=1):(l=e[i+c]*a/100*o,o=0),r?(u-=l,this.xPct.length+c>=1&&c--):(u+=l,this.xPct.length-c>=1&&c++),s=e[i+c]*o;return t+u},t.prototype.toStepping=function(t){return t=b(this.xVal,this.xPct,t)},t.prototype.fromStepping=function(t){return function(t,e,r){if(r>=100)return t.slice(-1)[0];var n=v(r,e),i=t[n-1],o=t[n],s=e[n-1];return function(t,e){return e*(t[1]-t[0])/100+t[0]}([i,o],(r-s)*m(s,e[n]))}(this.xVal,this.xPct,t)},t.prototype.getStep=function(t){return t=S(this.xPct,this.xSteps,this.snap,t)},t.prototype.getDefaultStep=function(t,e,r){var n=v(t,this.xPct);return(100===t||e&&t===this.xPct[n-1])&&(n=Math.max(n-1,1)),(this.xVal[n]-this.xVal[n-1])/r},t.prototype.getNearbySteps=function(t){var e=v(t,this.xPct);return{stepBefore:{startValue:this.xVal[e-2],step:this.xNumSteps[e-2],highestStep:this.xHighestCompleteStep[e-2]},thisStep:{startValue:this.xVal[e-1],step:this.xNumSteps[e-1],highestStep:this.xHighestCompleteStep[e-1]},stepAfter:{startValue:this.xVal[e],step:this.xNumSteps[e],highestStep:this.xHighestCompleteStep[e]}}},t.prototype.countStepDecimals=function(){var t=this.xNumSteps.map(p);return Math.max.apply(null,t)},t.prototype.hasNoSize=function(){return this.xVal[0]===this.xVal[this.xVal.length-1]},t.prototype.convert=function(t){return this.getStep(this.toStepping(t))},t.prototype.handleEntryPoint=function(t,e){var r;if(!a(r=\"min\"===t?0:\"max\"===t?100:parseFloat(t))||!a(e[0]))throw new Error(\"noUiSlider: 'range' value isn't numeric.\");this.xPct.push(r),this.xVal.push(e[0]);var n=Number(e[1]);r?this.xSteps.push(!isNaN(n)&&n):isNaN(n)||(this.xSteps[0]=n),this.xHighestCompleteStep.push(0)},t.prototype.handleStepPoint=function(t,e){if(e)if(this.xVal[t]!==this.xVal[t+1]){this.xSteps[t]=g([this.xVal[t],this.xVal[t+1]],e,0)/m(this.xPct[t],this.xPct[t+1]);var r=(this.xVal[t+1]-this.xVal[t])/this.xNumSteps[t],n=Math.ceil(Number(r.toFixed(3))-1),i=this.xVal[t]+this.xNumSteps[t]*n;this.xHighestCompleteStep[t]=i}else this.xSteps[t]=this.xHighestCompleteStep[t]=this.xVal[t]},t}(),y={to:function(t){return void 0===t?\"\":t.toFixed(2)},from:Number},w={target:\"target\",base:\"base\",origin:\"origin\",handle:\"handle\",handleLower:\"handle-lower\",handleUpper:\"handle-upper\",touchArea:\"touch-area\",horizontal:\"horizontal\",vertical:\"vertical\",background:\"background\",connect:\"connect\",connects:\"connects\",ltr:\"ltr\",rtl:\"rtl\",textDirectionLtr:\"txt-dir-ltr\",textDirectionRtl:\"txt-dir-rtl\",draggable:\"draggable\",drag:\"state-drag\",tap:\"state-tap\",active:\"active\",tooltip:\"tooltip\",pips:\"pips\",pipsHorizontal:\"pips-horizontal\",pipsVertical:\"pips-vertical\",marker:\"marker\",markerHorizontal:\"marker-horizontal\",markerVertical:\"marker-vertical\",markerNormal:\"marker-normal\",markerLarge:\"marker-large\",markerSub:\"marker-sub\",value:\"value\",valueHorizontal:\"value-horizontal\",valueVertical:\"value-vertical\",valueNormal:\"value-normal\",valueLarge:\"value-large\",valueSub:\"value-sub\"},E=\".__tooltips\",P=\".__aria\";function C(t,e){if(!a(e))throw new Error(\"noUiSlider: 'step' is not numeric.\");t.singleStep=e}function N(t,e){if(!a(e))throw new Error(\"noUiSlider: 'keyboardPageMultiplier' is not numeric.\");t.keyboardPageMultiplier=e}function V(t,e){if(!a(e))throw new Error(\"noUiSlider: 'keyboardMultiplier' is not numeric.\");t.keyboardMultiplier=e}function k(t,e){if(!a(e))throw new Error(\"noUiSlider: 'keyboardDefaultStep' is not numeric.\");t.keyboardDefaultStep=e}function M(t,e){if(\"object\"!=typeof e||Array.isArray(e))throw new Error(\"noUiSlider: 'range' is not an object.\");if(void 0===e.min||void 0===e.max)throw new Error(\"noUiSlider: Missing 'min' or 'max' in 'range'.\");t.spectrum=new x(e,t.snap||!1,t.singleStep)}function A(t,e){if(e=c(e),!Array.isArray(e)||!e.length)throw new Error(\"noUiSlider: 'start' option is incorrect.\");t.handles=e.length,t.start=e}function U(t,e){if(\"boolean\"!=typeof e)throw new Error(\"noUiSlider: 'snap' option must be a boolean.\");t.snap=e}function D(t,e){if(\"boolean\"!=typeof e)throw new Error(\"noUiSlider: 'animate' option must be a boolean.\");t.animate=e}function O(t,e){if(\"number\"!=typeof e)throw new Error(\"noUiSlider: 'animationDuration' option must be a number.\");t.animationDuration=e}function L(t,e){var r,n=[!1];if(\"lower\"===e?e=[!0,!1]:\"upper\"===e&&(e=[!1,!0]),!0===e||!1===e){for(r=1;r1)throw new Error(\"noUiSlider: 'padding' option must not exceed 100% of the range.\")}}function F(t,e){switch(e){case\"ltr\":t.dir=0;break;case\"rtl\":t.dir=1;break;default:throw new Error(\"noUiSlider: 'direction' option was not recognized.\")}}function R(t,e){if(\"string\"!=typeof e)throw new Error(\"noUiSlider: 'behaviour' must be a string containing options.\");var r=e.indexOf(\"tap\")>=0,n=e.indexOf(\"drag\")>=0,i=e.indexOf(\"fixed\")>=0,o=e.indexOf(\"snap\")>=0,s=e.indexOf(\"hover\")>=0,a=e.indexOf(\"unconstrained\")>=0,l=e.indexOf(\"drag-all\")>=0;if(i){if(2!==t.handles)throw new Error(\"noUiSlider: 'fixed' behaviour must be used with 2 handles\");j(t,t.start[1]-t.start[0])}if(a&&(t.margin||t.limit))throw new Error(\"noUiSlider: 'unconstrained' behaviour cannot be used with margin or limit\");t.events={tap:r||o,drag:n,dragAll:l,fixed:i,snap:o,hover:s,unconstrained:a}}function _(t,e){if(!1!==e)if(!0===e||n(e)){t.tooltips=[];for(var r=0;r= 2) required for mode 'count'.\");for(var r=e.values-1,n=100/r,i=[];r--;)i[r]=r*n;return i.push(100),q(i,e.stepped)}return e.mode===t.PipsMode.Positions?q(e.values,e.stepped):e.mode===t.PipsMode.Values?e.stepped?e.values.map((function(t){return C.fromStepping(C.getStep(C.toStepping(t)))})):e.values:[]}(e),i={},o=C.xVal[0],s=C.xVal[C.xVal.length-1],a=!1,l=!1,u=0;return r=n.slice().sort((function(t,e){return t-e})),(n=r.filter((function(t){return!this[t]&&(this[t]=!0)}),{}))[0]!==o&&(n.unshift(o),a=!0),n[n.length-1]!==s&&(n.push(s),l=!0),n.forEach((function(r,o){var s,c,p,f,d,h,m,g,v,b,S=r,x=n[o+1],y=e.mode===t.PipsMode.Steps;for(y&&(s=C.xNumSteps[o]),s||(s=x-S),void 0===x&&(x=S),s=Math.max(s,1e-7),c=S;c<=x;c=Number((c+s).toFixed(7))){for(g=(d=(f=C.toStepping(c))-u)/(e.density||1),b=d/(v=Math.round(g)),p=1;p<=v;p+=1)i[(h=u+p*b).toFixed(5)]=[C.fromStepping(h),0];m=n.indexOf(c)>-1?t.PipsType.LargeValue:y?t.PipsType.SmallValue:t.PipsType.NoValue,!o&&a&&c!==x&&(m=0),c===x&&l||(i[f.toFixed(5)]=[c,m]),u=f}})),i}function Y(e,n,i){var o,s,a=U.createElement(\"div\"),l=((o={})[t.PipsType.None]=\"\",o[t.PipsType.NoValue]=r.cssClasses.valueNormal,o[t.PipsType.LargeValue]=r.cssClasses.valueLarge,o[t.PipsType.SmallValue]=r.cssClasses.valueSub,o),u=((s={})[t.PipsType.None]=\"\",s[t.PipsType.NoValue]=r.cssClasses.markerNormal,s[t.PipsType.LargeValue]=r.cssClasses.markerLarge,s[t.PipsType.SmallValue]=r.cssClasses.markerSub,s),c=[r.cssClasses.valueHorizontal,r.cssClasses.valueVertical],p=[r.cssClasses.markerHorizontal,r.cssClasses.markerVertical];function d(t,e){var n=e===r.cssClasses.value,i=n?l:u;return e+\" \"+(n?c:p)[r.ort]+\" \"+i[t]}return f(a,r.cssClasses.pips),f(a,0===r.ort?r.cssClasses.pipsHorizontal:r.cssClasses.pipsVertical),Object.keys(e).forEach((function(o){!function(e,o,s){if((s=n?n(o,s):s)!==t.PipsType.None){var l=T(a,!1);l.className=d(s,r.cssClasses.marker),l.style[r.style]=e+\"%\",s>t.PipsType.NoValue&&((l=T(a,!1)).className=d(s,r.cssClasses.value),l.setAttribute(\"data-value\",String(o)),l.style[r.style]=e+\"%\",l.innerHTML=String(i.to(o)))}}(o,e[o][0],e[o][1])})),a}function I(){g&&(i(g),g=null)}function W(t){I();var e=X(t),r=t.filter,n=t.format||{to:function(t){return String(Math.round(t))}};return g=w.appendChild(Y(e,r,n))}function $(){var t=a.getBoundingClientRect(),e=\"offset\"+[\"Width\",\"Height\"][r.ort];return 0===r.ort?t.width||a[e]:t.height||a[e]}function J(t,e,n,i){var o=function(o){var s,a,l=function(t,e,r){var n=0===t.type.indexOf(\"touch\"),i=0===t.type.indexOf(\"mouse\"),o=0===t.type.indexOf(\"pointer\"),s=0,a=0;if(0===t.type.indexOf(\"MSPointer\")&&(o=!0),\"mousedown\"===t.type&&!t.buttons&&!t.touches)return!1;if(n){var l=function(e){var n=e.target;return n===r||r.contains(n)||t.composed&&t.composedPath().shift()===r};if(\"touchstart\"===t.type){var u=Array.prototype.filter.call(t.touches,l);if(u.length>1)return!1;s=u[0].pageX,a=u[0].pageY}else{var c=Array.prototype.find.call(t.changedTouches,l);if(!c)return!1;s=c.pageX,a=c.pageY}}return e=e||h(U),(i||o)&&(s=t.clientX+e.x,a=t.clientY+e.y),t.pageOffset=e,t.points=[s,a],t.cursor=i||o,t}(o,i.pageOffset,i.target||e);return!!l&&!(F()&&!i.doNotReject)&&(s=w,a=r.cssClasses.tap,!((s.classList?s.classList.contains(a):new RegExp(\"\\\\b\"+a+\"\\\\b\").test(s.className))&&!i.doNotReject)&&!(t===x.start&&void 0!==l.buttons&&l.buttons>1)&&(!i.hover||!l.buttons)&&(y||l.preventDefault(),l.calcPoint=l.points[r.ort],void n(l,i)))},s=[];return t.split(\" \").forEach((function(t){e.addEventListener(t,o,!!y&&{passive:!0}),s.push([t,o])})),s}function K(t){var e,n,i,o,s,l,c=100*(t-(e=a,n=r.ort,i=e.getBoundingClientRect(),o=e.ownerDocument,s=o.documentElement,l=h(o),/webkit.*Chrome.*Mobile/i.test(navigator.userAgent)&&(l.x=0),n?i.top+l.y-s.clientTop:i.left+l.x-s.clientLeft))/$();return c=u(c),r.dir?100-c:c}function Q(t,e){\"mouseout\"===t.type&&\"HTML\"===t.target.nodeName&&null===t.relatedTarget&&tt(t,e)}function Z(t,e){if(-1===navigator.appVersion.indexOf(\"MSIE 9\")&&0===t.buttons&&0!==e.buttonsProperty)return tt(t,e);var n=(r.dir?-1:1)*(t.calcPoint-e.startCalcPoint);ut(n>0,100*n/e.baseSize,e.locations,e.handleNumbers,e.connect)}function tt(t,e){e.handle&&(d(e.handle,r.cssClasses.active),M-=1),e.listeners.forEach((function(t){D.removeEventListener(t[0],t[1])})),0===M&&(d(w,r.cssClasses.drag),pt(),t.cursor&&(O.style.cursor=\"\",O.removeEventListener(\"selectstart\",s))),e.handleNumbers.forEach((function(t){st(\"change\",t),st(\"set\",t),st(\"end\",t)}))}function et(t,e){if(!e.handleNumbers.some(R)){var n;1===e.handleNumbers.length&&(n=p[e.handleNumbers[0]].children[0],M+=1,f(n,r.cssClasses.active)),t.stopPropagation();var i=[],o=J(x.move,D,Z,{target:t.target,handle:n,connect:e.connect,listeners:i,startCalcPoint:t.calcPoint,baseSize:$(),pageOffset:t.pageOffset,handleNumbers:e.handleNumbers,buttonsProperty:t.buttons,locations:V.slice()}),a=J(x.end,D,tt,{target:t.target,handle:n,listeners:i,doNotReject:!0,handleNumbers:e.handleNumbers}),l=J(\"mouseout\",D,Q,{target:t.target,handle:n,listeners:i,doNotReject:!0,handleNumbers:e.handleNumbers});i.push.apply(i,o.concat(a,l)),t.cursor&&(O.style.cursor=getComputedStyle(t.target).cursor,p.length>1&&f(w,r.cssClasses.drag),O.addEventListener(\"selectstart\",s,!1)),e.handleNumbers.forEach((function(t){st(\"start\",t)}))}}function rt(t){t.stopPropagation();var e=K(t.calcPoint),n=function(t){var e=100,r=!1;return p.forEach((function(n,i){if(!R(i)){var o=V[i],s=Math.abs(o-t);(so||100===s&&100===e)&&(r=i,e=s)}})),r}(e);!1!==n&&(r.events.snap||l(w,r.cssClasses.tap,r.animationDuration),ft(n,e,!0,!0),pt(),st(\"slide\",n,!0),st(\"update\",n,!0),r.events.snap?et(t,{handleNumbers:[n]}):(st(\"change\",n,!0),st(\"set\",n,!0)))}function nt(t){var e=K(t.calcPoint),r=C.getStep(e),n=C.fromStepping(r);Object.keys(A).forEach((function(t){\"hover\"===t.split(\".\")[0]&&A[t].forEach((function(t){t.call(bt,n)}))}))}function it(t,e){A[t]=A[t]||[],A[t].push(e),\"update\"===t.split(\".\")[0]&&p.forEach((function(t,e){st(\"update\",e)}))}function ot(t){var e=t&&t.split(\".\")[0],r=e?t.substring(e.length):t;Object.keys(A).forEach((function(t){var n=t.split(\".\")[0],i=t.substring(n.length);e&&e!==n||r&&r!==i||function(t){return t===P||t===E}(i)&&r!==i||delete A[t]}))}function st(t,e,n){Object.keys(A).forEach((function(i){var o=i.split(\".\")[0];t===o&&A[i].forEach((function(t){t.call(bt,N.map(r.format.to),e,N.slice(),n||!1,V.slice(),bt)}))}))}function at(t,e,n,i,o,s){var a;return p.length>1&&!r.events.unconstrained&&(i&&e>0&&(a=C.getAbsoluteDistance(t[e-1],r.margin,!1),n=Math.max(n,a)),o&&e1&&r.limit&&(i&&e>0&&(a=C.getAbsoluteDistance(t[e-1],r.limit,!1),n=Math.min(n,a)),o&&e1?n.forEach((function(t,r){var n=at(o,t,o[t]+e,a[r],l[r],!1);!1===n?e=0:(e=n-o[t],o[t]=n)})):a=l=[!0];var u=!1;n.forEach((function(t,n){u=ft(t,r[t]+e,a[n],l[n])||u})),u&&(n.forEach((function(t){st(\"update\",t),st(\"slide\",t)})),null!=i&&st(\"drag\",s))}function ct(t,e){return r.dir?100-t-e:t}function pt(){k.forEach((function(t){var e=V[t]>50?-1:1,r=3+(p.length+e*t);p[t].style.zIndex=String(r)}))}function ft(t,e,n,i,o){return o||(e=at(V,t,e,n,i,!1)),!1!==e&&(function(t,e){V[t]=e,N[t]=C.fromStepping(e);var n=\"translate(\"+lt(10*(ct(e,0)-L)+\"%\",\"0\")+\")\";p[t].style[r.transformRule]=n,dt(t),dt(t+1)}(t,e),!0)}function dt(t){if(m[t]){var e=0,n=100;0!==t&&(e=V[t-1]),t!==m.length-1&&(n=V[t]);var i=n-e,o=\"translate(\"+lt(ct(e,i)+\"%\",\"0\")+\")\",s=\"scale(\"+lt(i/100,\"1\")+\")\";m[t].style[r.transformRule]=o+\" \"+s}}function ht(t,e){return null===t||!1===t||void 0===t?V[e]:(\"number\"==typeof t&&(t=String(t)),!1!==(t=r.format.from(t))&&(t=C.toStepping(t)),!1===t||isNaN(t)?V[e]:t)}function mt(t,e,n){var i=c(t),o=void 0===V[0];e=void 0===e||e,r.animate&&!o&&l(w,r.cssClasses.tap,r.animationDuration),k.forEach((function(t){ft(t,ht(i[t],t),!0,!1,n)}));var s=1===k.length?0:1;if(o&&C.hasNoSize()&&(n=!0,V[0]=0,k.length>1)){var a=100/(k.length-1);k.forEach((function(t){V[t]=t*a}))}for(;sn.stepAfter.startValue&&(o=n.stepAfter.startValue-i),s=i>n.thisStep.startValue?n.thisStep.step:!1!==n.stepBefore.step&&i-n.stepBefore.highestStep,100===e?o=null:0===e&&(s=null);var a=C.countStepDecimals();return null!==o&&!1!==o&&(o=Number(o.toFixed(a))),null!==s&&!1!==s&&(s=Number(s.toFixed(a))),[s,o]}f(b=w,r.cssClasses.target),0===r.dir?f(b,r.cssClasses.ltr):f(b,r.cssClasses.rtl),0===r.ort?f(b,r.cssClasses.horizontal):f(b,r.cssClasses.vertical),f(b,\"rtl\"===getComputedStyle(b).direction?r.cssClasses.textDirectionRtl:r.cssClasses.textDirectionLtr),a=T(b,r.cssClasses.base),function(t,e){var n=T(e,r.cssClasses.connects);p=[],(m=[]).push(z(n,t[0]));for(var i=0;i=0&&t .noUi-tooltip{-webkit-transform:translate(50%, 0);transform:translate(50%, 0);left:auto;bottom:10px;}.bk-root .noUi-vertical .noUi-origin > .noUi-tooltip{-webkit-transform:translate(0, -18px);transform:translate(0, -18px);top:auto;right:28px;}.bk-root .noUi-handle{cursor:grab;cursor:-webkit-grab;}.bk-root .noUi-handle.noUi-active{cursor:grabbing;cursor:-webkit-grabbing;}.bk-root .noUi-handle:after,.bk-root .noUi-handle:before{display:none;}.bk-root .noUi-tooltip{display:none;white-space:nowrap;}.bk-root .noUi-handle:hover .noUi-tooltip{display:block;}.bk-root .noUi-horizontal{width:100%;height:10px;}.bk-root .noUi-vertical{width:10px;height:100%;}.bk-root .noUi-horizontal .noUi-handle{width:14px;height:18px;right:-7px;top:-5px;}.bk-root .noUi-vertical .noUi-handle{width:18px;height:14px;right:-5px;top:-7px;}.bk-root .noUi-target.noUi-horizontal{margin:5px 0px;}.bk-root .noUi-target.noUi-vertical{margin:0px 5px;}'},\n", - " 465: function _(e,t,r,a,i){a();var s;const d=(0,e(1).__importDefault)(e(151)),o=e(461),_=e(8);class n extends o.AbstractSliderView{}r.DateSliderView=n,n.__name__=\"DateSliderView\";class c extends o.AbstractSlider{constructor(e){super(e),this.behaviour=\"tap\",this.connected=[!0,!1]}_formatter(e,t){return(0,_.isString)(t)?(0,d.default)(e,t):t.compute(e)}}r.DateSlider=c,s=c,c.__name__=\"DateSlider\",s.prototype.default_view=n,s.override({format:\"%d %b %Y\"})},\n", - " 466: function _(e,t,r,a,i){a();var n;const s=(0,e(1).__importDefault)(e(151)),d=e(461),o=e(8);class _ extends d.AbstractRangeSliderView{}r.DatetimeRangeSliderView=_,_.__name__=\"DatetimeRangeSliderView\";class c extends d.AbstractSlider{constructor(e){super(e),this.behaviour=\"drag\",this.connected=[!1,!0,!1]}_formatter(e,t){return(0,o.isString)(t)?(0,s.default)(e,t):t.compute(e)}}r.DatetimeRangeSlider=c,n=c,c.__name__=\"DatetimeRangeSlider\",n.prototype.default_view=_,n.override({format:\"%d %b %Y %H:%M:%S\",step:36e5})},\n", - " 467: function _(e,t,s,r,i){var _;r();const n=e(468);class a extends n.MarkupView{render(){super.render(),this.model.render_as_text?this.markup_el.textContent=this.model.text:this.markup_el.innerHTML=this.has_math_disabled()?this.model.text:this.process_tex()}}s.DivView=a,a.__name__=\"DivView\";class d extends n.Markup{constructor(e){super(e)}}s.Div=d,_=d,d.__name__=\"Div\",_.prototype.default_view=a,_.define((({Boolean:e})=>({render_as_text:[e,!1]})))},\n", - " 468: function _(t,e,s,i,r){i();const a=t(1);var n;const o=t(210),d=t(43),h=t(137),l=t(512),_=(0,a.__importStar)(t(469));class u extends l.WidgetView{get provider(){return h.default_provider}async lazy_initialize(){await super.lazy_initialize(),\"not_started\"==this.provider.status&&await this.provider.fetch(),\"not_started\"!=this.provider.status&&\"loading\"!=this.provider.status||this.provider.ready.connect((()=>{this.contains_tex_string()&&this.rerender()}))}after_layout(){super.after_layout(),\"loading\"===this.provider.status&&(this._has_finished=!1)}rerender(){this.layout.invalidate_cache(),this.render(),this.root.compute_layout()}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>{this.rerender()}))}styles(){return[...super.styles(),_.default]}_update_layout(){this.layout=new o.CachedVariadicBox(this.el),this.layout.set_sizing(this.box_sizing())}render(){super.render();const t=Object.assign(Object.assign({},this.model.style),{display:\"inline-block\"});this.markup_el=(0,d.div)({class:_.clearfix,style:t}),this.el.appendChild(this.markup_el),\"failed\"!=this.provider.status&&\"loaded\"!=this.provider.status||(this._has_finished=!0)}has_math_disabled(){return this.model.disable_math||!this.contains_tex_string()}process_tex(){if(!this.provider.MathJax)return this.model.text;const{text:t}=this.model,e=this.provider.MathJax.find_tex(t),s=[];let i=0;for(const r of e)s.push(t.slice(i,r.start.n)),s.push(this.provider.MathJax.tex2svg(r.math,{display:r.display}).outerHTML),i=r.end.n;return i0}}s.MarkupView=u,u.__name__=\"MarkupView\";class p extends l.Widget{constructor(t){super(t)}}s.Markup=p,n=p,p.__name__=\"Markup\",n.define((({Boolean:t,String:e,Dict:s})=>({text:[e,\"\"],style:[s(e),{}],disable_math:[t,!1]})))},\n", - " 469: function _(o,r,e,t,a){t(),e.root=\"bk-root\",e.clearfix=\"bk-clearfix\",e.default='.bk-root .bk-clearfix:before,.bk-root .bk-clearfix:after{content:\"\";display:table;}.bk-root .bk-clearfix:after{clear:both;}'},\n", - " 470: function _(e,t,i,n,s){n();const o=e(1);var l;const r=e(441),d=e(251),_=e(43),u=e(8),c=(0,o.__importStar)(e(318)),h=(0,o.__importStar)(e(229)),m=h;class p extends r.AbstractButtonView{constructor(){super(...arguments),this._open=!1}styles(){return[...super.styles(),h.default]}render(){super.render();const e=(0,_.div)({class:[m.caret,m.down]});if(this.model.is_split){const t=this._render_button(e);t.classList.add(c.dropdown_toggle),t.addEventListener(\"click\",(()=>this._toggle_menu())),this.group_el.appendChild(t)}else this.button_el.appendChild(e);const t=this.model.menu.map(((e,t)=>{if(null==e)return(0,_.div)({class:m.divider});{const i=(0,u.isString)(e)?e:e[0],n=(0,_.div)(i);return n.addEventListener(\"click\",(()=>this._item_click(t))),n}}));this.menu=(0,_.div)({class:[m.menu,m.below]},t),this.el.appendChild(this.menu),(0,_.undisplay)(this.menu)}_show_menu(){if(!this._open){this._open=!0,(0,_.display)(this.menu);const e=t=>{const{target:i}=t;i instanceof HTMLElement&&!this.el.contains(i)&&(document.removeEventListener(\"click\",e),this._hide_menu())};document.addEventListener(\"click\",e)}}_hide_menu(){this._open&&(this._open=!1,(0,_.undisplay)(this.menu))}_toggle_menu(){this._open?this._hide_menu():this._show_menu()}click(){this.model.is_split?(this._hide_menu(),this.model.trigger_event(new d.ButtonClick),super.click()):this._toggle_menu()}_item_click(e){this._hide_menu();const t=this.model.menu[e];if(null!=t){const i=(0,u.isString)(t)?t:t[1];(0,u.isString)(i)?this.model.trigger_event(new d.MenuItemClick(i)):i.execute(this.model,{index:e})}}}i.DropdownView=p,p.__name__=\"DropdownView\";class a extends r.AbstractButton{constructor(e){super(e)}get is_split(){return this.split}}i.Dropdown=a,l=a,a.__name__=\"Dropdown\",l.prototype.default_view=p,l.define((({Null:e,Boolean:t,String:i,Array:n,Tuple:s,Or:o})=>({split:[t,!1],menu:[n(o(i,s(i,o(i)),e)),[]]}))),l.override({label:\"Dropdown\"})},\n", - " 471: function _(e,l,i,t,s){var n;t();const a=e(43),o=e(512);class d extends o.WidgetView{connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.render()))}render(){const{multiple:e,accept:l,disabled:i,width:t}=this.model;null==this.dialog_el&&(this.dialog_el=(0,a.input)({type:\"file\",multiple:e}),this.dialog_el.onchange=()=>{const{files:e}=this.dialog_el;null!=e&&this.load_files(e)},this.el.appendChild(this.dialog_el)),null!=l&&\"\"!=l&&(this.dialog_el.accept=l),this.dialog_el.style.width=`${t}px`,this.dialog_el.disabled=i}async load_files(e){const l=[],i=[],t=[];for(const s of e){const e=await this._read_file(s),[,n=\"\",,a=\"\"]=e.split(/[:;,]/,4);l.push(a),i.push(s.name),t.push(n)}this.model.multiple?this.model.setv({value:l,filename:i,mime_type:t}):this.model.setv({value:l[0],filename:i[0],mime_type:t[0]})}_read_file(e){return new Promise(((l,i)=>{const t=new FileReader;t.onload=()=>{var s;const{result:n}=t;null!=n?l(n):i(null!==(s=t.error)&&void 0!==s?s:new Error(`unable to read '${e.name}'`))},t.readAsDataURL(e)}))}}i.FileInputView=d,d.__name__=\"FileInputView\";class r extends o.Widget{constructor(e){super(e)}}i.FileInput=r,n=r,r.__name__=\"FileInput\",n.prototype.default_view=d,n.define((({Boolean:e,String:l,Array:i,Or:t})=>({value:[t(l,i(l)),\"\"],mime_type:[t(l,i(l)),\"\"],filename:[t(l,i(l)),\"\"],accept:[l,\"\"],multiple:[e,!1]})))},\n", - " 472: function _(e,t,i,s,n){s();const l=e(1);var o;const r=e(43),c=e(8),h=e(448),p=(0,l.__importStar)(e(449));class d extends h.InputWidgetView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.value.change,(()=>this.render_selection())),this.connect(this.model.properties.options.change,(()=>this.render())),this.connect(this.model.properties.name.change,(()=>this.render())),this.connect(this.model.properties.title.change,(()=>this.render())),this.connect(this.model.properties.size.change,(()=>this.render())),this.connect(this.model.properties.disabled.change,(()=>this.render()))}render(){super.render();const e=this.model.options.map((e=>{let t,i;return(0,c.isString)(e)?t=i=e:[t,i]=e,(0,r.option)({value:t},i)}));this.input_el=(0,r.select)({multiple:!0,class:p.input,name:this.model.name,disabled:this.model.disabled},e),this.input_el.addEventListener(\"change\",(()=>this.change_input())),this.group_el.appendChild(this.input_el),this.render_selection()}render_selection(){const e=new Set(this.model.value);for(const t of this.el.querySelectorAll(\"option\"))t.selected=e.has(t.value);this.input_el.size=this.model.size}change_input(){const e=null!=this.el.querySelector(\"select:focus\"),t=[];for(const e of this.el.querySelectorAll(\"option\"))e.selected&&t.push(e.value);this.model.value=t,super.change_input(),e&&this.input_el.focus()}}i.MultiSelectView=d,d.__name__=\"MultiSelectView\";class u extends h.InputWidget{constructor(e){super(e)}}i.MultiSelect=u,o=u,u.__name__=\"MultiSelect\",o.prototype.default_view=d,o.define((({Int:e,String:t,Array:i,Tuple:s,Or:n})=>({value:[i(t),[]],options:[i(n(t,s(t,t))),[]],size:[e,4]})))},\n", - " 473: function _(e,a,r,t,s){var n;t();const p=e(468),_=e(43);class i extends p.MarkupView{render(){super.render();const e=(0,_.p)({style:{margin:0}});this.has_math_disabled()?e.textContent=this.model.text:e.innerHTML=this.process_tex(),this.markup_el.appendChild(e)}}r.ParagraphView=i,i.__name__=\"ParagraphView\";class h extends p.Markup{constructor(e){super(e)}}r.Paragraph=h,n=h,h.__name__=\"Paragraph\",n.prototype.default_view=i},\n", - " 474: function _(e,s,t,n,r){var p;n();const u=e(446);class a extends u.TextInputView{render(){super.render(),this.input_el.type=\"password\"}}t.PasswordInputView=a,a.__name__=\"PasswordInputView\";class o extends u.TextInput{constructor(e){super(e)}}t.PasswordInput=o,p=o,o.__name__=\"PasswordInput\",p.prototype.default_view=a},\n", - " 475: function _(e,t,i,l,s){l();const o=e(1);var n;const h=(0,o.__importDefault)(e(476)),a=e(43),u=e(8),c=e(210),_=(0,o.__importStar)(e(449)),d=(0,o.__importDefault)(e(477)),r=e(448);class m extends r.InputWidgetView{constructor(){super(...arguments),this._last_height=null}connect_signals(){super.connect_signals(),this.connect(this.model.properties.disabled.change,(()=>this.set_disabled()));const{value:e,max_items:t,option_limit:i,search_option_limit:l,delete_button:s,placeholder:o,options:n,name:h,title:a}=this.model.properties;this.on_change([e,t,i,l,s,o,n,h,a],(()=>this.render()))}styles(){return[...super.styles(),d.default]}_update_layout(){this.layout=new c.CachedVariadicBox(this.el),this.layout.set_sizing(this.box_sizing())}render(){super.render(),this.input_el=(0,a.select)({multiple:!0,class:_.input,name:this.model.name,disabled:this.model.disabled}),this.group_el.appendChild(this.input_el);const e=new Set(this.model.value),t=this.model.options.map((t=>{let i,l;return(0,u.isString)(t)?i=l=t:[i,l]=t,{value:i,label:l,selected:e.has(i)}})),i=this.model.solid?\"solid\":\"light\",l=`choices__item ${i}`,s=`choices__button ${i}`,o={choices:t,duplicateItemsAllowed:!1,removeItemButton:this.model.delete_button,classNames:{item:l,button:s}};null!=this.model.placeholder&&(o.placeholderValue=this.model.placeholder),null!=this.model.max_items&&(o.maxItemCount=this.model.max_items),null!=this.model.option_limit&&(o.renderChoiceLimit=this.model.option_limit),null!=this.model.search_option_limit&&(o.searchResultLimit=this.model.search_option_limit),this.choice_el=new h.default(this.input_el,o);const n=()=>this.choice_el.containerOuter.element.getBoundingClientRect().height;null!=this._last_height&&this._last_height!=n()&&this.root.invalidate_layout(),this._last_height=n(),this.input_el.addEventListener(\"change\",(()=>this.change_input()))}set_disabled(){this.model.disabled?this.choice_el.disable():this.choice_el.enable()}change_input(){const e=null!=this.el.querySelector(\"select:focus\"),t=[];for(const e of this.el.querySelectorAll(\"option\"))e.selected&&t.push(e.value);this.model.value=t,super.change_input(),e&&this.input_el.focus()}}i.MultiChoiceView=m,m.__name__=\"MultiChoiceView\";class p extends r.InputWidget{constructor(e){super(e)}}i.MultiChoice=p,n=p,p.__name__=\"MultiChoice\",n.prototype.default_view=m,n.define((({Boolean:e,Int:t,String:i,Array:l,Tuple:s,Or:o,Nullable:n})=>({value:[l(i),[]],options:[l(o(i,s(i,i))),[]],max_items:[n(t),null],delete_button:[e,!0],placeholder:[n(i),null],option_limit:[n(t),null],search_option_limit:[n(t),null],solid:[e,!0]})))},\n", - " 476: function _(e,t,i,n,s){\n", - " /*! choices.js v9.0.1 | © 2019 Josh Johnson | https://github.com/jshjohnson/Choices#readme */\n", - " var r,o;r=window,o=function(){return function(e){var t={};function i(n){if(t[n])return t[n].exports;var s=t[n]={i:n,l:!1,exports:{}};return e[n].call(s.exports,s,s.exports,i),s.l=!0,s.exports}return i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var s in e)i.d(n,s,function(t){return e[t]}.bind(null,s));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,\"a\",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p=\"/public/assets/scripts/\",i(i.s=4)}([function(e,t,i){\"use strict\";var n=function(e){return function(e){return!!e&&\"object\"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return\"[object RegExp]\"===t||\"[object Date]\"===t||function(e){return e.$$typeof===s}(e)}(e)},s=\"function\"==typeof Symbol&&Symbol.for?Symbol.for(\"react.element\"):60103;function r(e,t){return!1!==t.clone&&t.isMergeableObject(e)?l((i=e,Array.isArray(i)?[]:{}),e,t):e;var i}function o(e,t,i){return e.concat(t).map((function(e){return r(e,i)}))}function a(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function c(e,t,i){var n={};return i.isMergeableObject(e)&&a(e).forEach((function(t){n[t]=r(e[t],i)})),a(t).forEach((function(s){(function(e,t){try{return t in e&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}catch(e){return!1}})(e,s)||(i.isMergeableObject(t[s])&&e[s]?n[s]=function(e,t){if(!t.customMerge)return l;var i=t.customMerge(e);return\"function\"==typeof i?i:l}(s,i)(e[s],t[s],i):n[s]=r(t[s],i))})),n}function l(e,t,i){(i=i||{}).arrayMerge=i.arrayMerge||o,i.isMergeableObject=i.isMergeableObject||n,i.cloneUnlessOtherwiseSpecified=r;var s=Array.isArray(t);return s===Array.isArray(e)?s?i.arrayMerge(e,t,i):c(e,t,i):r(t,i)}l.all=function(e,t){if(!Array.isArray(e))throw new Error(\"first argument should be an array\");return e.reduce((function(e,i){return l(e,i,t)}),{})};var h=l;e.exports=h},function(e,t,i){\"use strict\";(function(e,n){var s,r=i(3);s=\"undefined\"!=typeof self?self:\"undefined\"!=typeof window?window:void 0!==e?e:n;var o=Object(r.a)(s);t.a=o}).call(this,i(5),i(6)(e))},function(e,t,i){\n", - " /*!\n", - " * Fuse.js v3.4.5 - Lightweight fuzzy-search (http://fusejs.io)\n", - " *\n", - " * Copyright (c) 2012-2017 Kirollos Risk (http://kiro.me)\n", - " * All Rights Reserved. Apache Software License 2.0\n", - " *\n", - " * http://www.apache.org/licenses/LICENSE-2.0\n", - " */\n", - " e.exports=function(e){var t={};function i(n){if(t[n])return t[n].exports;var s=t[n]={i:n,l:!1,exports:{}};return e[n].call(s.exports,s,s.exports,i),s.l=!0,s.exports}return i.m=e,i.c=t,i.d=function(e,t,n){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},i.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var s in e)i.d(n,s,function(t){return e[t]}.bind(null,s));return n},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,\"a\",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p=\"\",i(i.s=1)}([function(e,t){e.exports=function(e){return Array.isArray?Array.isArray(e):\"[object Array]\"===Object.prototype.toString.call(e)}},function(e,t,i){function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function s(e,t){for(var i=0;i1&&void 0!==arguments[1]?arguments[1]:{limit:!1};this._log('---------\\nSearch pattern: \"'.concat(e,'\"'));var i=this._prepareSearchers(e),n=i.tokenSearchers,s=i.fullSearcher,r=this._search(n,s),o=r.weights,a=r.results;return this._computeScore(o,a),this.options.shouldSort&&this._sort(a),t.limit&&\"number\"==typeof t.limit&&(a=a.slice(0,t.limit)),this._format(a)}},{key:\"_prepareSearchers\",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=[];if(this.options.tokenize)for(var i=e.split(this.options.tokenSeparator),n=0,s=i.length;n0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1?arguments[1]:void 0,i=this.list,n={},s=[];if(\"string\"==typeof i[0]){for(var r=0,o=i.length;r1)throw new Error(\"Key weight has to be > 0 and <= 1\");p=p.name}else a[p]={weight:1};this._analyze({key:p,value:this.options.getFn(h,p),record:h,index:c},{resultMap:n,results:s,tokenSearchers:e,fullSearcher:t})}return{weights:a,results:s}}},{key:\"_analyze\",value:function(e,t){var i=e.key,n=e.arrayIndex,s=void 0===n?-1:n,r=e.value,o=e.record,c=e.index,l=t.tokenSearchers,h=void 0===l?[]:l,u=t.fullSearcher,d=void 0===u?[]:u,p=t.resultMap,m=void 0===p?{}:p,f=t.results,v=void 0===f?[]:f;if(null!=r){var g=!1,_=-1,b=0;if(\"string\"==typeof r){this._log(\"\\nKey: \".concat(\"\"===i?\"-\":i));var y=d.search(r);if(this._log('Full text: \"'.concat(r,'\", score: ').concat(y.score)),this.options.tokenize){for(var E=r.split(this.options.tokenSeparator),I=[],S=0;S-1&&(P=(P+_)/2),this._log(\"Score average:\",P);var D=!this.options.tokenize||!this.options.matchAllTokens||b>=h.length;if(this._log(\"\\nCheck Matches: \".concat(D)),(g||y.isMatch)&&D){var M=m[c];M?M.output.push({key:i,arrayIndex:s,value:r,score:P,matchedIndices:y.matchedIndices}):(m[c]={item:o,output:[{key:i,arrayIndex:s,value:r,score:P,matchedIndices:y.matchedIndices}]},v.push(m[c]))}}else if(a(r))for(var N=0,F=r.length;N-1&&(o.arrayIndex=r.arrayIndex),t.matches.push(o)}}})),this.options.includeScore&&s.push((function(e,t){t.score=e.score}));for(var r=0,o=e.length;ri)return s(e,this.pattern,n);var o=this.options,a=o.location,c=o.distance,l=o.threshold,h=o.findAllMatches,u=o.minMatchCharLength;return r(e,this.pattern,this.patternAlphabet,{location:a,distance:c,threshold:l,findAllMatches:h,minMatchCharLength:u})}}])&&n(t.prototype,i),a&&n(t,a),e}();e.exports=a},function(e,t){var i=/[\\-\\[\\]\\/\\{\\}\\(\\)\\*\\+\\?\\.\\\\\\^\\$\\|]/g;e.exports=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:/ +/g,s=new RegExp(t.replace(i,\"\\\\$&\").replace(n,\"|\")),r=e.match(s),o=!!r,a=[];if(o)for(var c=0,l=r.length;c=P;N-=1){var F=N-1,j=i[e.charAt(F)];if(j&&(E[F]=1),M[N]=(M[N+1]<<1|1)&j,0!==T&&(M[N]|=(O[N+1]|O[N])<<1|1|O[N+1]),M[N]&L&&(C=n(t,{errors:T,currentLocation:F,expectedLocation:v,distance:l}))<=_){if(_=C,(b=F)<=v)break;P=Math.max(1,2*v-b)}}if(n(t,{errors:T+1,currentLocation:v,expectedLocation:v,distance:l})>_)break;O=M}return{isMatch:b>=0,score:0===C?.001:C,matchedIndices:s(E,f)}}},function(e,t){e.exports=function(e,t){var i=t.errors,n=void 0===i?0:i,s=t.currentLocation,r=void 0===s?0:s,o=t.expectedLocation,a=void 0===o?0:o,c=t.distance,l=void 0===c?100:c,h=n/e.length,u=Math.abs(a-r);return l?h+u/l:u?1:h}},function(e,t){e.exports=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,i=[],n=-1,s=-1,r=0,o=e.length;r=t&&i.push([n,s]),n=-1)}return e[r-1]&&r-n>=t&&i.push([n,r-1]),i}},function(e,t){e.exports=function(e){for(var t={},i=e.length,n=0;n/g,\"&rt;\").replace(/-1?e.map((function(e){var i=e;return i.id===parseInt(t.choiceId,10)&&(i.selected=!0),i})):e;case\"REMOVE_ITEM\":return t.choiceId>-1?e.map((function(e){var i=e;return i.id===parseInt(t.choiceId,10)&&(i.selected=!1),i})):e;case\"FILTER_CHOICES\":return e.map((function(e){var i=e;return i.active=t.results.some((function(e){var t=e.item,n=e.score;return t.id===i.id&&(i.score=n,!0)})),i}));case\"ACTIVATE_CHOICES\":return e.map((function(e){var i=e;return i.active=t.active,i}));case\"CLEAR_CHOICES\":return v;default:return e}},general:_}),A=function(e,t){var i=e;if(\"CLEAR_ALL\"===t.type)i=void 0;else if(\"RESET_TO\"===t.type)return O(t.state);return C(i,t)};function L(e,t){for(var i=0;i\"'+I(e)+'\"'},maxItemText:function(e){return\"Only \"+e+\" values can be added\"},valueComparer:function(e,t){return e===t},fuseOptions:{includeScore:!0},callbackOnInit:null,callbackOnCreateTemplates:null,classNames:{containerOuter:\"choices\",containerInner:\"choices__inner\",input:\"choices__input\",inputCloned:\"choices__input--cloned\",list:\"choices__list\",listItems:\"choices__list--multiple\",listSingle:\"choices__list--single\",listDropdown:\"choices__list--dropdown\",item:\"choices__item\",itemSelectable:\"choices__item--selectable\",itemDisabled:\"choices__item--disabled\",itemChoice:\"choices__item--choice\",placeholder:\"choices__placeholder\",group:\"choices__group\",groupHeading:\"choices__heading\",button:\"choices__button\",activeState:\"is-active\",focusState:\"is-focused\",openState:\"is-open\",disabledState:\"is-disabled\",highlightedState:\"is-highlighted\",selectedState:\"is-selected\",flippedState:\"is-flipped\",loadingState:\"is-loading\",noResults:\"has-no-results\",noChoices:\"has-no-choices\"}},D=\"showDropdown\",M=\"hideDropdown\",N=\"change\",F=\"choice\",j=\"search\",K=\"addItem\",R=\"removeItem\",H=\"highlightItem\",B=\"highlightChoice\",V=\"ADD_CHOICE\",G=\"FILTER_CHOICES\",q=\"ACTIVATE_CHOICES\",U=\"CLEAR_CHOICES\",z=\"ADD_GROUP\",W=\"ADD_ITEM\",X=\"REMOVE_ITEM\",$=\"HIGHLIGHT_ITEM\",J=46,Y=8,Z=13,Q=65,ee=27,te=38,ie=40,ne=33,se=34,re=\"text\",oe=\"select-one\",ae=\"select-multiple\",ce=function(){function e(e){var t=e.element,i=e.type,n=e.classNames,s=e.position;this.element=t,this.classNames=n,this.type=i,this.position=s,this.isOpen=!1,this.isFlipped=!1,this.isFocussed=!1,this.isDisabled=!1,this.isLoading=!1,this._onFocus=this._onFocus.bind(this),this._onBlur=this._onBlur.bind(this)}var t=e.prototype;return t.addEventListeners=function(){this.element.addEventListener(\"focus\",this._onFocus),this.element.addEventListener(\"blur\",this._onBlur)},t.removeEventListeners=function(){this.element.removeEventListener(\"focus\",this._onFocus),this.element.removeEventListener(\"blur\",this._onBlur)},t.shouldFlip=function(e){if(\"number\"!=typeof e)return!1;var t=!1;return\"auto\"===this.position?t=!window.matchMedia(\"(min-height: \"+(e+1)+\"px)\").matches:\"top\"===this.position&&(t=!0),t},t.setActiveDescendant=function(e){this.element.setAttribute(\"aria-activedescendant\",e)},t.removeActiveDescendant=function(){this.element.removeAttribute(\"aria-activedescendant\")},t.open=function(e){this.element.classList.add(this.classNames.openState),this.element.setAttribute(\"aria-expanded\",\"true\"),this.isOpen=!0,this.shouldFlip(e)&&(this.element.classList.add(this.classNames.flippedState),this.isFlipped=!0)},t.close=function(){this.element.classList.remove(this.classNames.openState),this.element.setAttribute(\"aria-expanded\",\"false\"),this.removeActiveDescendant(),this.isOpen=!1,this.isFlipped&&(this.element.classList.remove(this.classNames.flippedState),this.isFlipped=!1)},t.focus=function(){this.isFocussed||this.element.focus()},t.addFocusState=function(){this.element.classList.add(this.classNames.focusState)},t.removeFocusState=function(){this.element.classList.remove(this.classNames.focusState)},t.enable=function(){this.element.classList.remove(this.classNames.disabledState),this.element.removeAttribute(\"aria-disabled\"),this.type===oe&&this.element.setAttribute(\"tabindex\",\"0\"),this.isDisabled=!1},t.disable=function(){this.element.classList.add(this.classNames.disabledState),this.element.setAttribute(\"aria-disabled\",\"true\"),this.type===oe&&this.element.setAttribute(\"tabindex\",\"-1\"),this.isDisabled=!0},t.wrap=function(e){!function(e,t){void 0===t&&(t=document.createElement(\"div\")),e.nextSibling?e.parentNode.insertBefore(t,e.nextSibling):e.parentNode.appendChild(t),t.appendChild(e)}(e,this.element)},t.unwrap=function(e){this.element.parentNode.insertBefore(e,this.element),this.element.parentNode.removeChild(this.element)},t.addLoadingState=function(){this.element.classList.add(this.classNames.loadingState),this.element.setAttribute(\"aria-busy\",\"true\"),this.isLoading=!0},t.removeLoadingState=function(){this.element.classList.remove(this.classNames.loadingState),this.element.removeAttribute(\"aria-busy\"),this.isLoading=!1},t._onFocus=function(){this.isFocussed=!0},t._onBlur=function(){this.isFocussed=!1},e}();function le(e,t){for(var i=0;i0?this.element.scrollTop+o-s:e.offsetTop;requestAnimationFrame((function(){i._animateScroll(a,t)}))}},t._scrollDown=function(e,t,i){var n=(i-e)/t,s=n>1?n:1;this.element.scrollTop=e+s},t._scrollUp=function(e,t,i){var n=(e-i)/t,s=n>1?n:1;this.element.scrollTop=e-s},t._animateScroll=function(e,t){var i=this,n=this.element.scrollTop,s=!1;t>0?(this._scrollDown(n,4,e),ne&&(s=!0)),s&&requestAnimationFrame((function(){i._animateScroll(e,t)}))},e}();function de(e,t){for(var i=0;i0?\"treeitem\":\"option\"),Object.assign(g.dataset,{choice:\"\",id:l,value:h,selectText:i}),m?(g.classList.add(a),g.dataset.choiceDisabled=\"\",g.setAttribute(\"aria-disabled\",\"true\")):(g.classList.add(r),g.dataset.choiceSelectable=\"\"),g},input:function(e,t){var i=e.input,n=e.inputCloned,s=Object.assign(document.createElement(\"input\"),{type:\"text\",className:i+\" \"+n,autocomplete:\"off\",autocapitalize:\"off\",spellcheck:!1});return s.setAttribute(\"role\",\"textbox\"),s.setAttribute(\"aria-autocomplete\",\"list\"),s.setAttribute(\"aria-label\",t),s},dropdown:function(e){var t=e.list,i=e.listDropdown,n=document.createElement(\"div\");return n.classList.add(t,i),n.setAttribute(\"aria-expanded\",\"false\"),n},notice:function(e,t,i){var n=e.item,s=e.itemChoice,r=e.noResults,o=e.noChoices;void 0===i&&(i=\"\");var a=[n,s];return\"no-choices\"===i?a.push(o):\"no-results\"===i&&a.push(r),Object.assign(document.createElement(\"div\"),{innerHTML:t,className:a.join(\" \")})},option:function(e){var t=e.label,i=e.value,n=e.customProperties,s=e.active,r=e.disabled,o=new Option(t,i,!1,s);return n&&(o.dataset.customProperties=n),o.disabled=r,o}},be=function(e){return void 0===e&&(e=!0),{type:q,active:e}},ye=function(e,t){return{type:$,id:e,highlighted:t}},Ee=function(e){var t=e.value,i=e.id,n=e.active,s=e.disabled;return{type:z,value:t,id:i,active:n,disabled:s}},Ie=function(e){return{type:\"SET_IS_LOADING\",isLoading:e}};function Se(e,t){for(var i=0;i=0?this._store.getGroupById(s):null;return this._store.dispatch(ye(i,!0)),t&&this.passedElement.triggerEvent(H,{id:i,value:o,label:c,groupValue:l&&l.value?l.value:null}),this},r.unhighlightItem=function(e){if(!e)return this;var t=e.id,i=e.groupId,n=void 0===i?-1:i,s=e.value,r=void 0===s?\"\":s,o=e.label,a=void 0===o?\"\":o,c=n>=0?this._store.getGroupById(n):null;return this._store.dispatch(ye(t,!1)),this.passedElement.triggerEvent(H,{id:t,value:r,label:a,groupValue:c&&c.value?c.value:null}),this},r.highlightAll=function(){var e=this;return this._store.items.forEach((function(t){return e.highlightItem(t)})),this},r.unhighlightAll=function(){var e=this;return this._store.items.forEach((function(t){return e.unhighlightItem(t)})),this},r.removeActiveItemsByValue=function(e){var t=this;return this._store.activeItems.filter((function(t){return t.value===e})).forEach((function(e){return t._removeItem(e)})),this},r.removeActiveItems=function(e){var t=this;return this._store.activeItems.filter((function(t){return t.id!==e})).forEach((function(e){return t._removeItem(e)})),this},r.removeHighlightedItems=function(e){var t=this;return void 0===e&&(e=!1),this._store.highlightedActiveItems.forEach((function(i){t._removeItem(i),e&&t._triggerChange(i.value)})),this},r.showDropdown=function(e){var t=this;return this.dropdown.isActive||requestAnimationFrame((function(){t.dropdown.show(),t.containerOuter.open(t.dropdown.distanceFromTopWindow),!e&&t._canSearch&&t.input.focus(),t.passedElement.triggerEvent(D,{})})),this},r.hideDropdown=function(e){var t=this;return this.dropdown.isActive?(requestAnimationFrame((function(){t.dropdown.hide(),t.containerOuter.close(),!e&&t._canSearch&&(t.input.removeActiveDescendant(),t.input.blur()),t.passedElement.triggerEvent(M,{})})),this):this},r.getValue=function(e){void 0===e&&(e=!1);var t=this._store.activeItems.reduce((function(t,i){var n=e?i.value:i;return t.push(n),t}),[]);return this._isSelectOneElement?t[0]:t},r.setValue=function(e){var t=this;return this.initialised?(e.forEach((function(e){return t._setChoiceOrItem(e)})),this):this},r.setChoiceByValue=function(e){var t=this;return!this.initialised||this._isTextElement||(Array.isArray(e)?e:[e]).forEach((function(e){return t._findAndSelectChoiceByValue(e)})),this},r.setChoices=function(e,t,i,n){var s=this;if(void 0===e&&(e=[]),void 0===t&&(t=\"value\"),void 0===i&&(i=\"label\"),void 0===n&&(n=!1),!this.initialised)throw new ReferenceError(\"setChoices was called on a non-initialized instance of Choices\");if(!this._isSelectElement)throw new TypeError(\"setChoices can't be used with INPUT based Choices\");if(\"string\"!=typeof t||!t)throw new TypeError(\"value parameter must be a name of 'value' field in passed objects\");if(n&&this.clearChoices(),\"function\"==typeof e){var r=e(this);if(\"function\"==typeof Promise&&r instanceof Promise)return new Promise((function(e){return requestAnimationFrame(e)})).then((function(){return s._handleLoadingState(!0)})).then((function(){return r})).then((function(e){return s.setChoices(e,t,i,n)})).catch((function(e){s.config.silent||console.error(e)})).then((function(){return s._handleLoadingState(!1)})).then((function(){return s}));if(!Array.isArray(r))throw new TypeError(\".setChoices first argument function must return either array of choices or Promise, got: \"+typeof r);return this.setChoices(r,t,i,!1)}if(!Array.isArray(e))throw new TypeError(\".setChoices must be called either with array of choices with a function resulting into Promise of array of choices\");return this.containerOuter.removeLoadingState(),this._startLoading(),e.forEach((function(e){e.choices?s._addGroup({id:parseInt(e.id,10)||null,group:e,valueKey:t,labelKey:i}):s._addChoice({value:e[t],label:e[i],isSelected:e.selected,isDisabled:e.disabled,customProperties:e.customProperties,placeholder:e.placeholder})})),this._stopLoading(),this},r.clearChoices=function(){return this._store.dispatch({type:U}),this},r.clearStore=function(){return this._store.dispatch({type:\"CLEAR_ALL\"}),this},r.clearInput=function(){var e=!this._isSelectOneElement;return this.input.clear(e),!this._isTextElement&&this._canSearch&&(this._isSearching=!1,this._store.dispatch(be(!0))),this},r._render=function(){if(!this._store.isLoading()){this._currentState=this._store.state;var e=this._currentState.choices!==this._prevState.choices||this._currentState.groups!==this._prevState.groups||this._currentState.items!==this._prevState.items,t=this._isSelectElement,i=this._currentState.items!==this._prevState.items;e&&(t&&this._renderChoices(),i&&this._renderItems(),this._prevState=this._currentState)}},r._renderChoices=function(){var e=this,t=this._store,i=t.activeGroups,n=t.activeChoices,s=document.createDocumentFragment();if(this.choiceList.clear(),this.config.resetScrollPosition&&requestAnimationFrame((function(){return e.choiceList.scrollToTop()})),i.length>=1&&!this._isSearching){var r=n.filter((function(e){return!0===e.placeholder&&-1===e.groupId}));r.length>=1&&(s=this._createChoicesFragment(r,s)),s=this._createGroupsFragment(i,n,s)}else n.length>=1&&(s=this._createChoicesFragment(n,s));if(s.childNodes&&s.childNodes.length>0){var o=this._store.activeItems,a=this._canAddItem(o,this.input.value);a.response?(this.choiceList.append(s),this._highlightChoice()):this.choiceList.append(this._getTemplate(\"notice\",a.notice))}else{var c,l;this._isSearching?(l=\"function\"==typeof this.config.noResultsText?this.config.noResultsText():this.config.noResultsText,c=this._getTemplate(\"notice\",l,\"no-results\")):(l=\"function\"==typeof this.config.noChoicesText?this.config.noChoicesText():this.config.noChoicesText,c=this._getTemplate(\"notice\",l,\"no-choices\")),this.choiceList.append(c)}},r._renderItems=function(){var e=this._store.activeItems||[];this.itemList.clear();var t=this._createItemsFragment(e);t.childNodes&&this.itemList.append(t)},r._createGroupsFragment=function(e,t,i){var n=this;return void 0===i&&(i=document.createDocumentFragment()),this.config.shouldSort&&e.sort(this.config.sorter),e.forEach((function(e){var s=function(e){return t.filter((function(t){return n._isSelectOneElement?t.groupId===e.id:t.groupId===e.id&&(\"always\"===n.config.renderSelectedChoices||!t.selected)}))}(e);if(s.length>=1){var r=n._getTemplate(\"choiceGroup\",e);i.appendChild(r),n._createChoicesFragment(s,i,!0)}})),i},r._createChoicesFragment=function(e,t,i){var n=this;void 0===t&&(t=document.createDocumentFragment()),void 0===i&&(i=!1);var s=this.config,r=s.renderSelectedChoices,o=s.searchResultLimit,a=s.renderChoiceLimit,c=this._isSearching?w:this.config.sorter,l=function(e){if(\"auto\"!==r||n._isSelectOneElement||!e.selected){var i=n._getTemplate(\"choice\",e,n.config.itemSelectText);t.appendChild(i)}},h=e;\"auto\"!==r||this._isSelectOneElement||(h=e.filter((function(e){return!e.selected})));var u=h.reduce((function(e,t){return t.placeholder?e.placeholderChoices.push(t):e.normalChoices.push(t),e}),{placeholderChoices:[],normalChoices:[]}),d=u.placeholderChoices,p=u.normalChoices;(this.config.shouldSort||this._isSearching)&&p.sort(c);var m=h.length,f=this._isSelectOneElement?[].concat(d,p):p;this._isSearching?m=o:a&&a>0&&!i&&(m=a);for(var v=0;v=n){var o=s?this._searchChoices(e):0;this.passedElement.triggerEvent(j,{value:e,resultCount:o})}else r&&(this._isSearching=!1,this._store.dispatch(be(!0)))}},r._canAddItem=function(e,t){var i=!0,n=\"function\"==typeof this.config.addItemText?this.config.addItemText(t):this.config.addItemText;if(!this._isSelectOneElement){var s=function(e,t,i){return void 0===i&&(i=\"value\"),e.some((function(e){return\"string\"==typeof t?e[i]===t.trim():e[i]===t}))}(e,t);this.config.maxItemCount>0&&this.config.maxItemCount<=e.length&&(i=!1,n=\"function\"==typeof this.config.maxItemText?this.config.maxItemText(this.config.maxItemCount):this.config.maxItemText),!this.config.duplicateItemsAllowed&&s&&i&&(i=!1,n=\"function\"==typeof this.config.uniqueItemText?this.config.uniqueItemText(t):this.config.uniqueItemText),this._isTextElement&&this.config.addItems&&i&&\"function\"==typeof this.config.addItemFilter&&!this.config.addItemFilter(t)&&(i=!1,n=\"function\"==typeof this.config.customAddItemText?this.config.customAddItemText(t):this.config.customAddItemText)}return{response:i,notice:n}},r._searchChoices=function(e){var t=\"string\"==typeof e?e.trim():e,i=\"string\"==typeof this._currentValue?this._currentValue.trim():this._currentValue;if(t.length<1&&t===i+\" \")return 0;var n=this._store.searchableChoices,r=t,o=[].concat(this.config.searchFields),a=Object.assign(this.config.fuseOptions,{keys:o}),c=new s.a(n,a).search(r);return this._currentValue=t,this._highlightPosition=0,this._isSearching=!0,this._store.dispatch(function(e){return{type:G,results:e}}(c)),c.length},r._addEventListeners=function(){var e=document.documentElement;e.addEventListener(\"touchend\",this._onTouchEnd,!0),this.containerOuter.element.addEventListener(\"keydown\",this._onKeyDown,!0),this.containerOuter.element.addEventListener(\"mousedown\",this._onMouseDown,!0),e.addEventListener(\"click\",this._onClick,{passive:!0}),e.addEventListener(\"touchmove\",this._onTouchMove,{passive:!0}),this.dropdown.element.addEventListener(\"mouseover\",this._onMouseOver,{passive:!0}),this._isSelectOneElement&&(this.containerOuter.element.addEventListener(\"focus\",this._onFocus,{passive:!0}),this.containerOuter.element.addEventListener(\"blur\",this._onBlur,{passive:!0})),this.input.element.addEventListener(\"keyup\",this._onKeyUp,{passive:!0}),this.input.element.addEventListener(\"focus\",this._onFocus,{passive:!0}),this.input.element.addEventListener(\"blur\",this._onBlur,{passive:!0}),this.input.element.form&&this.input.element.form.addEventListener(\"reset\",this._onFormReset,{passive:!0}),this.input.addEventListeners()},r._removeEventListeners=function(){var e=document.documentElement;e.removeEventListener(\"touchend\",this._onTouchEnd,!0),this.containerOuter.element.removeEventListener(\"keydown\",this._onKeyDown,!0),this.containerOuter.element.removeEventListener(\"mousedown\",this._onMouseDown,!0),e.removeEventListener(\"click\",this._onClick),e.removeEventListener(\"touchmove\",this._onTouchMove),this.dropdown.element.removeEventListener(\"mouseover\",this._onMouseOver),this._isSelectOneElement&&(this.containerOuter.element.removeEventListener(\"focus\",this._onFocus),this.containerOuter.element.removeEventListener(\"blur\",this._onBlur)),this.input.element.removeEventListener(\"keyup\",this._onKeyUp),this.input.element.removeEventListener(\"focus\",this._onFocus),this.input.element.removeEventListener(\"blur\",this._onBlur),this.input.element.form&&this.input.element.form.removeEventListener(\"reset\",this._onFormReset),this.input.removeEventListeners()},r._onKeyDown=function(e){var t,i=e.target,n=e.keyCode,s=e.ctrlKey,r=e.metaKey,o=this._store.activeItems,a=this.input.isFocussed,c=this.dropdown.isActive,l=this.itemList.hasChildren(),h=String.fromCharCode(n),u=J,d=Y,p=Z,m=Q,f=ee,v=te,g=ie,_=ne,b=se,y=s||r;!this._isTextElement&&/[a-zA-Z0-9-_ ]/.test(h)&&this.showDropdown();var E=((t={})[m]=this._onAKey,t[p]=this._onEnterKey,t[f]=this._onEscapeKey,t[v]=this._onDirectionKey,t[_]=this._onDirectionKey,t[g]=this._onDirectionKey,t[b]=this._onDirectionKey,t[d]=this._onDeleteKey,t[u]=this._onDeleteKey,t);E[n]&&E[n]({event:e,target:i,keyCode:n,metaKey:r,activeItems:o,hasFocusedInput:a,hasActiveDropdown:c,hasItems:l,hasCtrlDownKeyPressed:y})},r._onKeyUp=function(e){var t=e.target,i=e.keyCode,n=this.input.value,s=this._store.activeItems,r=this._canAddItem(s,n),o=J,a=Y;if(this._isTextElement)if(r.notice&&n){var c=this._getTemplate(\"notice\",r.notice);this.dropdown.element.innerHTML=c.outerHTML,this.showDropdown(!0)}else this.hideDropdown(!0);else{var l=(i===o||i===a)&&!t.value,h=!this._isTextElement&&this._isSearching,u=this._canSearch&&r.response;l&&h?(this._isSearching=!1,this._store.dispatch(be(!0))):u&&this._handleSearch(this.input.value)}this._canSearch=this.config.searchEnabled},r._onAKey=function(e){var t=e.hasItems;e.hasCtrlDownKeyPressed&&t&&(this._canSearch=!1,this.config.removeItems&&!this.input.value&&this.input.element===document.activeElement&&this.highlightAll())},r._onEnterKey=function(e){var t=e.event,i=e.target,n=e.activeItems,s=e.hasActiveDropdown,r=Z,o=i.hasAttribute(\"data-button\");if(this._isTextElement&&i.value){var a=this.input.value;this._canAddItem(n,a).response&&(this.hideDropdown(!0),this._addItem({value:a}),this._triggerChange(a),this.clearInput())}if(o&&(this._handleButtonAction(n,i),t.preventDefault()),s){var c=this.dropdown.getChild(\".\"+this.config.classNames.highlightedState);c&&(n[0]&&(n[0].keyCode=r),this._handleChoiceAction(n,c)),t.preventDefault()}else this._isSelectOneElement&&(this.showDropdown(),t.preventDefault())},r._onEscapeKey=function(e){e.hasActiveDropdown&&(this.hideDropdown(!0),this.containerOuter.focus())},r._onDirectionKey=function(e){var t,i,n,s=e.event,r=e.hasActiveDropdown,o=e.keyCode,a=e.metaKey,c=ie,l=ne,h=se;if(r||this._isSelectOneElement){this.showDropdown(),this._canSearch=!1;var u,d=o===c||o===h?1:-1,p=\"[data-choice-selectable]\";if(a||o===h||o===l)u=d>0?this.dropdown.element.querySelector(\"[data-choice-selectable]:last-of-type\"):this.dropdown.element.querySelector(p);else{var m=this.dropdown.element.querySelector(\".\"+this.config.classNames.highlightedState);u=m?function(e,t,i){if(void 0===i&&(i=1),e instanceof Element&&\"string\"==typeof t){for(var n=(i>0?\"next\":\"previous\")+\"ElementSibling\",s=e[n];s;){if(s.matches(t))return s;s=s[n]}return s}}(m,p,d):this.dropdown.element.querySelector(p)}u&&(t=u,i=this.choiceList.element,void 0===(n=d)&&(n=1),t&&(n>0?i.scrollTop+i.offsetHeight>=t.offsetTop+t.offsetHeight:t.offsetTop>=i.scrollTop)||this.choiceList.scrollToChildElement(u,d),this._highlightChoice(u)),s.preventDefault()}},r._onDeleteKey=function(e){var t=e.event,i=e.target,n=e.hasFocusedInput,s=e.activeItems;!n||i.value||this._isSelectOneElement||(this._handleBackspace(s),t.preventDefault())},r._onTouchMove=function(){this._wasTap&&(this._wasTap=!1)},r._onTouchEnd=function(e){var t=(e||e.touches[0]).target;this._wasTap&&this.containerOuter.element.contains(t)&&((t===this.containerOuter.element||t===this.containerInner.element)&&(this._isTextElement?this.input.focus():this._isSelectMultipleElement&&this.showDropdown()),e.stopPropagation()),this._wasTap=!0},r._onMouseDown=function(e){var t=e.target;if(t instanceof HTMLElement){if(we&&this.choiceList.element.contains(t)){var i=this.choiceList.element.firstElementChild,n=\"ltr\"===this._direction?e.offsetX>=i.offsetWidth:e.offsetX0&&this.unhighlightAll(),this.containerOuter.removeFocusState(),this.hideDropdown(!0))},r._onFocus=function(e){var t,i=this,n=e.target;this.containerOuter.element.contains(n)&&((t={}).text=function(){n===i.input.element&&i.containerOuter.addFocusState()},t[\"select-one\"]=function(){i.containerOuter.addFocusState(),n===i.input.element&&i.showDropdown(!0)},t[\"select-multiple\"]=function(){n===i.input.element&&(i.showDropdown(!0),i.containerOuter.addFocusState())},t)[this.passedElement.element.type]()},r._onBlur=function(e){var t=this,i=e.target;if(this.containerOuter.element.contains(i)&&!this._isScrollingOnIe){var n,s=this._store.activeItems.some((function(e){return e.highlighted}));((n={}).text=function(){i===t.input.element&&(t.containerOuter.removeFocusState(),s&&t.unhighlightAll(),t.hideDropdown(!0))},n[\"select-one\"]=function(){t.containerOuter.removeFocusState(),(i===t.input.element||i===t.containerOuter.element&&!t._canSearch)&&t.hideDropdown(!0)},n[\"select-multiple\"]=function(){i===t.input.element&&(t.containerOuter.removeFocusState(),t.hideDropdown(!0),s&&t.unhighlightAll())},n)[this.passedElement.element.type]()}else this._isScrollingOnIe=!1,this.input.element.focus()},r._onFormReset=function(){this._store.dispatch({type:\"RESET_TO\",state:this._initialState})},r._highlightChoice=function(e){var t=this;void 0===e&&(e=null);var i=Array.from(this.dropdown.element.querySelectorAll(\"[data-choice-selectable]\"));if(i.length){var n=e;Array.from(this.dropdown.element.querySelectorAll(\".\"+this.config.classNames.highlightedState)).forEach((function(e){e.classList.remove(t.config.classNames.highlightedState),e.setAttribute(\"aria-selected\",\"false\")})),n?this._highlightPosition=i.indexOf(n):(n=i.length>this._highlightPosition?i[this._highlightPosition]:i[i.length-1])||(n=i[0]),n.classList.add(this.config.classNames.highlightedState),n.setAttribute(\"aria-selected\",\"true\"),this.passedElement.triggerEvent(B,{el:n}),this.dropdown.isActive&&(this.input.setActiveDescendant(n.id),this.containerOuter.setActiveDescendant(n.id))}},r._addItem=function(e){var t=e.value,i=e.label,n=void 0===i?null:i,s=e.choiceId,r=void 0===s?-1:s,o=e.groupId,a=void 0===o?-1:o,c=e.customProperties,l=void 0===c?null:c,h=e.placeholder,u=void 0!==h&&h,d=e.keyCode,p=void 0===d?null:d,m=\"string\"==typeof t?t.trim():t,f=p,v=l,g=this._store.items,_=n||m,b=r||-1,y=a>=0?this._store.getGroupById(a):null,E=g?g.length+1:1;return this.config.prependValue&&(m=this.config.prependValue+m.toString()),this.config.appendValue&&(m+=this.config.appendValue.toString()),this._store.dispatch(function(e){var t=e.value,i=e.label,n=e.id,s=e.choiceId,r=e.groupId,o=e.customProperties,a=e.placeholder,c=e.keyCode;return{type:W,value:t,label:i,id:n,choiceId:s,groupId:r,customProperties:o,placeholder:a,keyCode:c}}({value:m,label:_,id:E,choiceId:b,groupId:a,customProperties:l,placeholder:u,keyCode:f})),this._isSelectOneElement&&this.removeActiveItems(E),this.passedElement.triggerEvent(K,{id:E,value:m,label:_,customProperties:v,groupValue:y&&y.value?y.value:void 0,keyCode:f}),this},r._removeItem=function(e){if(!e||!E(\"Object\",e))return this;var t=e.id,i=e.value,n=e.label,s=e.choiceId,r=e.groupId,o=r>=0?this._store.getGroupById(r):null;return this._store.dispatch(function(e,t){return{type:X,id:e,choiceId:t}}(t,s)),o&&o.value?this.passedElement.triggerEvent(R,{id:t,value:i,label:n,groupValue:o.value}):this.passedElement.triggerEvent(R,{id:t,value:i,label:n}),this},r._addChoice=function(e){var t=e.value,i=e.label,n=void 0===i?null:i,s=e.isSelected,r=void 0!==s&&s,o=e.isDisabled,a=void 0!==o&&o,c=e.groupId,l=void 0===c?-1:c,h=e.customProperties,u=void 0===h?null:h,d=e.placeholder,p=void 0!==d&&d,m=e.keyCode,f=void 0===m?null:m;if(null!=t){var v=this._store.choices,g=n||t,_=v?v.length+1:1,b=this._baseId+\"-\"+this._idNames.itemChoice+\"-\"+_;this._store.dispatch(function(e){var t=e.value,i=e.label,n=e.id,s=e.groupId,r=e.disabled,o=e.elementId,a=e.customProperties,c=e.placeholder,l=e.keyCode;return{type:V,value:t,label:i,id:n,groupId:s,disabled:r,elementId:o,customProperties:a,placeholder:c,keyCode:l}}({id:_,groupId:l,elementId:b,value:t,label:g,disabled:a,customProperties:u,placeholder:p,keyCode:f})),r&&this._addItem({value:t,label:g,choiceId:_,customProperties:u,placeholder:p,keyCode:f})}},r._addGroup=function(e){var t=this,i=e.group,n=e.id,s=e.valueKey,r=void 0===s?\"value\":s,o=e.labelKey,a=void 0===o?\"label\":o,c=E(\"Object\",i)?i.choices:Array.from(i.getElementsByTagName(\"OPTION\")),l=n||Math.floor((new Date).valueOf()*Math.random()),h=!!i.disabled&&i.disabled;c?(this._store.dispatch(Ee({value:i.label,id:l,active:!0,disabled:h})),c.forEach((function(e){var i=e.disabled||e.parentNode&&e.parentNode.disabled;t._addChoice({value:e[r],label:E(\"Object\",e)?e[a]:e.innerHTML,isSelected:e.selected,isDisabled:i,groupId:l,customProperties:e.customProperties,placeholder:e.placeholder})}))):this._store.dispatch(Ee({value:i.label,id:i.id,active:!1,disabled:i.disabled}))},r._getTemplate=function(e){var t;if(!e)return null;for(var i=this.config.classNames,n=arguments.length,s=new Array(n>1?n-1:0),r=1;r{var e;return this.input_el.name=null!==(e=this.model.name)&&void 0!==e?e:\"\"})),this.connect(this.model.properties.value.change,(()=>{this.input_el.value=this.format_value,this.old_value=this.input_el.value})),this.connect(this.model.properties.low.change,(()=>{const{value:e,low:t,high:l}=this.model;null!=t&&null!=l&&(0,p.assert)(t<=l,\"Invalid bounds, low must be inferior to high\"),null!=e&&null!=t&&e{const{value:e,low:t,high:l}=this.model;null!=t&&null!=l&&(0,p.assert)(l>=t,\"Invalid bounds, high must be superior to low\"),null!=e&&null!=l&&e>l&&(this.model.value=l)})),this.connect(this.model.properties.high.change,(()=>this.input_el.placeholder=this.model.placeholder)),this.connect(this.model.properties.disabled.change,(()=>this.input_el.disabled=this.model.disabled)),this.connect(this.model.properties.placeholder.change,(()=>this.input_el.placeholder=this.model.placeholder))}get format_value(){return null!=this.model.value?this.model.pretty(this.model.value):\"\"}_set_input_filter(e){this.input_el.addEventListener(\"input\",(()=>{const{selectionStart:t,selectionEnd:l}=this.input_el;if(e(this.input_el.value))this.old_value=this.input_el.value;else{const e=this.old_value.length-this.input_el.value.length;this.input_el.value=this.old_value,t&&l&&this.input_el.setSelectionRange(t-1,l+e)}}))}render(){super.render(),this.input_el=(0,r.input)({type:\"text\",class:_.input,name:this.model.name,value:this.format_value,disabled:this.model.disabled,placeholder:this.model.placeholder}),this.old_value=this.format_value,this.set_input_filter(),this.input_el.addEventListener(\"change\",(()=>this.change_input())),this.input_el.addEventListener(\"focusout\",(()=>this.input_el.value=this.format_value)),this.group_el.appendChild(this.input_el)}set_input_filter(){\"int\"==this.model.mode?this._set_input_filter((e=>m.test(e))):\"float\"==this.model.mode&&this._set_input_filter((e=>c.test(e)))}bound_value(e){let t=e;const{low:l,high:i}=this.model;return t=null!=l?Math.max(l,t):t,t=null!=i?Math.min(i,t):t,t}get value(){let e=\"\"!=this.input_el.value?Number(this.input_el.value):null;return null!=e&&(e=this.bound_value(e)),e}change_input(){null==this.value?this.model.value=null:Number.isNaN(this.value)||(this.model.value=this.value)}}l.NumericInputView=v,v.__name__=\"NumericInputView\";class g extends o.InputWidget{constructor(e){super(e)}_formatter(e,t){return(0,d.isString)(t)?h.format(e,t):t.doFormat([e],{loc:0})[0]}pretty(e){return null!=this.format?this._formatter(e,this.format):`${e}`}}l.NumericInput=g,u=g,g.__name__=\"NumericInput\",u.prototype.default_view=v,u.define((({Number:e,String:t,Enum:l,Ref:i,Or:n,Nullable:s})=>({value:[s(e),null],placeholder:[t,\"\"],mode:[l(\"int\",\"float\"),\"int\"],format:[s(n(t,i(a.TickFormatter))),null],low:[s(e),null],high:[s(e),null]})))},\n", - " 479: function _(e,t,r,s,n){var a;s();const o=e(468),_=e(43);class p extends o.MarkupView{render(){super.render();const e=(0,_.pre)({style:{overflow:\"auto\"}},this.model.text);this.markup_el.appendChild(e)}}r.PreTextView=p,p.__name__=\"PreTextView\";class u extends o.Markup{constructor(e){super(e)}}r.PreText=u,a=u,u.__name__=\"PreText\",a.prototype.default_view=p},\n", - " 480: function _(t,o,e,a,i){a();const n=t(1);var u;const s=t(452),c=t(43),_=(0,n.__importStar)(t(318));class r extends s.ButtonGroupView{change_active(t){this.model.active!==t&&(this.model.active=t)}_update_active(){const{active:t}=this.model;this._buttons.forEach(((o,e)=>{(0,c.classes)(o).toggle(_.active,t===e)}))}}e.RadioButtonGroupView=r,r.__name__=\"RadioButtonGroupView\";class l extends s.ButtonGroup{constructor(t){super(t)}}e.RadioButtonGroup=l,u=l,l.__name__=\"RadioButtonGroup\",u.prototype.default_view=r,u.define((({Int:t,Nullable:o})=>({active:[o(t),null]})))},\n", - " 481: function _(e,n,i,t,a){t();const s=e(1);var l;const o=e(43),d=e(34),p=e(455),r=(0,s.__importStar)(e(449));class u extends p.InputGroupView{render(){super.render();const e=(0,o.div)({class:[r.input_group,this.model.inline?r.inline:null]});this.el.appendChild(e);const n=(0,d.uniqueId)(),{active:i,labels:t}=this.model;this._inputs=[];for(let a=0;athis.change_active(a))),this._inputs.push(s),this.model.disabled&&(s.disabled=!0),a==i&&(s.checked=!0);const l=(0,o.label)(s,(0,o.span)(t[a]));e.appendChild(l)}}change_active(e){this.model.active=e}}i.RadioGroupView=u,u.__name__=\"RadioGroupView\";class c extends p.InputGroup{constructor(e){super(e)}}i.RadioGroup=c,l=c,c.__name__=\"RadioGroup\",l.prototype.default_view=u,l.define((({Boolean:e,Int:n,String:i,Array:t,Nullable:a})=>({active:[a(n),null],labels:[t(i),[]],inline:[e,!1]})))},\n", - " 482: function _(e,r,t,a,i){a();var n;const o=(0,e(1).__importStar)(e(153)),s=e(461),_=e(8);class d extends s.AbstractRangeSliderView{}t.RangeSliderView=d,d.__name__=\"RangeSliderView\";class c extends s.AbstractSlider{constructor(e){super(e),this.behaviour=\"drag\",this.connected=[!1,!0,!1]}_formatter(e,r){return(0,_.isString)(r)?o.format(e,r):r.compute(e)}}t.RangeSlider=c,n=c,c.__name__=\"RangeSlider\",n.prototype.default_view=d,n.override({format:\"0[.]00\"})},\n", - " 483: function _(e,t,n,s,i){s();const l=e(1);var u;const a=e(43),o=e(8),p=e(13),_=e(448),r=(0,l.__importStar)(e(449));class c extends _.InputWidgetView{constructor(){super(...arguments),this._known_values=new Set}connect_signals(){super.connect_signals();const{value:e,options:t}=this.model.properties;this.on_change(e,(()=>{this._update_value()})),this.on_change(t,(()=>{(0,a.empty)(this.input_el),(0,a.append)(this.input_el,...this.options_el()),this._update_value()}))}options_el(){const{_known_values:e}=this;function t(t){return t.map((t=>{let n,s;return(0,o.isString)(t)?n=s=t:[n,s]=t,e.add(n),(0,a.option)({value:n},s)}))}e.clear();const{options:n}=this.model;return(0,o.isArray)(n)?t(n):(0,p.entries)(n).map((([e,n])=>(0,a.optgroup)({label:e},t(n))))}render(){super.render(),this.input_el=(0,a.select)({class:r.input,name:this.model.name,disabled:this.model.disabled},this.options_el()),this._update_value(),this.input_el.addEventListener(\"change\",(()=>this.change_input())),this.group_el.appendChild(this.input_el)}change_input(){const e=this.input_el.value;this.model.value=e,super.change_input()}_update_value(){const{value:e}=this.model;this._known_values.has(e)?this.input_el.value=e:this.input_el.removeAttribute(\"value\")}}n.SelectView=c,c.__name__=\"SelectView\";class h extends _.InputWidget{constructor(e){super(e)}}n.Select=h,u=h,h.__name__=\"Select\",u.prototype.default_view=c,u.define((({String:e,Array:t,Tuple:n,Dict:s,Or:i})=>{const l=t(i(e,n(e,e)));return{value:[e,\"\"],options:[i(l,s(l)),[]]}}))},\n", - " 484: function _(e,t,r,i,a){i();var o;const s=(0,e(1).__importStar)(e(153)),_=e(461),n=e(8);class c extends _.AbstractSliderView{}r.SliderView=c,c.__name__=\"SliderView\";class d extends _.AbstractSlider{constructor(e){super(e),this.behaviour=\"tap\",this.connected=[!0,!1]}_formatter(e,t){return(0,n.isString)(t)?s.format(e,t):t.compute(e)}}r.Slider=d,o=d,d.__name__=\"Slider\",o.prototype.default_view=c,o.override({format:\"0[.]00\"})},\n", - " 485: function _(e,t,i,n,s){var l;n();const o=e(478),r=e(43),{min:a,max:h,floor:_,abs:u}=Math;function d(e){return _(e)!==e?e.toFixed(16).replace(/0+$/,\"\").split(\".\")[1].length:0}class p extends o.NumericInputView{*buttons(){yield this.btn_up_el,yield this.btn_down_el}initialize(){super.initialize(),this._handles={interval:void 0,timeout:void 0},this._interval=200}connect_signals(){super.connect_signals();const e=this.model.properties;this.on_change(e.disabled,(()=>{for(const e of this.buttons())(0,r.toggle_attribute)(e,\"disabled\",this.model.disabled)}))}render(){super.render(),this.wrapper_el=(0,r.div)({class:\"bk-spin-wrapper\"}),this.group_el.replaceChild(this.wrapper_el,this.input_el),this.btn_up_el=(0,r.button)({class:\"bk-spin-btn bk-spin-btn-up\"}),this.btn_down_el=(0,r.button)({class:\"bk-spin-btn bk-spin-btn-down\"}),this.wrapper_el.appendChild(this.input_el),this.wrapper_el.appendChild(this.btn_up_el),this.wrapper_el.appendChild(this.btn_down_el);for(const e of this.buttons())(0,r.toggle_attribute)(e,\"disabled\",this.model.disabled),e.addEventListener(\"mousedown\",(e=>this._btn_mouse_down(e))),e.addEventListener(\"mouseup\",(()=>this._btn_mouse_up())),e.addEventListener(\"mouseleave\",(()=>this._btn_mouse_leave()));this.input_el.addEventListener(\"keydown\",(e=>this._input_key_down(e))),this.input_el.addEventListener(\"keyup\",(()=>this.model.value_throttled=this.model.value)),this.input_el.addEventListener(\"wheel\",(e=>this._input_mouse_wheel(e))),this.input_el.addEventListener(\"wheel\",function(e,t,i=!1){let n;return function(...s){const l=this,o=i&&void 0===n;void 0!==n&&clearTimeout(n),n=setTimeout((function(){n=void 0,i||e.apply(l,s)}),t),o&&e.apply(l,s)}}((()=>{this.model.value_throttled=this.model.value}),this.model.wheel_wait,!1))}get precision(){const{low:e,high:t,step:i}=this.model,n=d;return h(n(u(null!=e?e:0)),n(u(null!=t?t:0)),n(u(i)))}remove(){this._stop_incrementation(),super.remove()}_start_incrementation(e){clearInterval(this._handles.interval),this._counter=0;const{step:t}=this.model,i=e=>{if(this._counter+=1,this._counter%5==0){const t=Math.floor(this._counter/5);t<10?(clearInterval(this._handles.interval),this._handles.interval=setInterval((()=>i(e)),this._interval/(t+1))):t>=10&&t<=13&&(clearInterval(this._handles.interval),this._handles.interval=setInterval((()=>i(2*e)),this._interval/10))}this.increment(e)};this._handles.interval=setInterval((()=>i(e*t)),this._interval)}_stop_incrementation(){clearTimeout(this._handles.timeout),this._handles.timeout=void 0,clearInterval(this._handles.interval),this._handles.interval=void 0,this.model.value_throttled=this.model.value}_btn_mouse_down(e){e.preventDefault();const t=e.currentTarget===this.btn_up_el?1:-1;this.increment(t*this.model.step),this.input_el.focus(),this._handles.timeout=setTimeout((()=>this._start_incrementation(t)),this._interval)}_btn_mouse_up(){this._stop_incrementation()}_btn_mouse_leave(){this._stop_incrementation()}_input_mouse_wheel(e){if(document.activeElement===this.input_el){e.preventDefault();const t=e.deltaY>0?-1:1;this.increment(t*this.model.step)}}_input_key_down(e){switch(e.keyCode){case r.Keys.Up:return e.preventDefault(),this.increment(this.model.step);case r.Keys.Down:return e.preventDefault(),this.increment(-this.model.step);case r.Keys.PageUp:return e.preventDefault(),this.increment(this.model.page_step_multiplier*this.model.step);case r.Keys.PageDown:return e.preventDefault(),this.increment(-this.model.page_step_multiplier*this.model.step)}}adjust_to_precision(e){return this.bound_value(Number(e.toFixed(this.precision)))}increment(e){const{low:t,high:i}=this.model;null==this.model.value?e>0?this.model.value=null!=t?t:null!=i?a(0,i):0:e<0&&(this.model.value=null!=i?i:null!=t?h(t,0):0):this.model.value=this.adjust_to_precision(this.model.value+e)}change_input(){super.change_input(),this.model.value_throttled=this.model.value}}i.SpinnerView=p,p.__name__=\"SpinnerView\";class m extends o.NumericInput{constructor(e){super(e)}}i.Spinner=m,l=m,m.__name__=\"Spinner\",l.prototype.default_view=p,l.define((({Number:e,Nullable:t})=>({value_throttled:[t(e),null],step:[e,1],page_step_multiplier:[e,10],wheel_wait:[e,100]}))),l.override({mode:\"float\"})},\n", - " 486: function _(e,t,s,n,i){n();const o=e(1);var r;const c=e(447),l=e(43),p=(0,o.__importStar)(e(449));class _ extends c.TextLikeInputView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.rows.change,(()=>this.input_el.rows=this.model.rows)),this.connect(this.model.properties.cols.change,(()=>this.input_el.cols=this.model.cols))}_render_input(){this.input_el=(0,l.textarea)({class:p.input})}render(){super.render(),this.input_el.cols=this.model.cols,this.input_el.rows=this.model.rows}}s.TextAreaInputView=_,_.__name__=\"TextAreaInputView\";class a extends c.TextLikeInput{constructor(e){super(e)}}s.TextAreaInput=a,r=a,a.__name__=\"TextAreaInput\",r.prototype.default_view=_,r.define((({Int:e})=>({cols:[e,20],rows:[e,2]}))),r.override({max_length:500})},\n", - " 487: function _(e,t,s,c,i){c();const o=e(1);var a;const n=e(441),l=e(43),_=(0,o.__importStar)(e(318));class r extends n.AbstractButtonView{connect_signals(){super.connect_signals(),this.connect(this.model.properties.active.change,(()=>this._update_active()))}render(){super.render(),this._update_active()}click(){this.model.active=!this.model.active,super.click()}_update_active(){(0,l.classes)(this.button_el).toggle(_.active,this.model.active)}}s.ToggleView=r,r.__name__=\"ToggleView\";class g extends n.AbstractButton{constructor(e){super(e)}}s.Toggle=g,a=g,g.__name__=\"Toggle\",a.prototype.default_view=r,a.define((({Boolean:e})=>({active:[e,!1]}))),a.override({label:\"Toggle\"})},\n", - " }, 439, {\"models/widgets/main\":439,\"models/widgets/index\":440,\"models/widgets/abstract_button\":441,\"models/widgets/control\":442,\"models/widgets/widget\":512,\"models/widgets/abstract_icon\":444,\"models/widgets/autocomplete_input\":445,\"models/widgets/text_input\":446,\"models/widgets/text_like_input\":447,\"models/widgets/input_widget\":448,\"styles/widgets/inputs.css\":449,\"models/widgets/button\":450,\"models/widgets/checkbox_button_group\":451,\"models/widgets/button_group\":452,\"models/widgets/oriented_control\":453,\"models/widgets/checkbox_group\":454,\"models/widgets/input_group\":455,\"models/widgets/color_picker\":456,\"models/widgets/date_picker\":457,\"styles/widgets/flatpickr.css\":459,\"models/widgets/date_range_slider\":460,\"models/widgets/abstract_slider\":461,\"styles/widgets/sliders.css\":463,\"styles/widgets/nouislider.css\":464,\"models/widgets/date_slider\":465,\"models/widgets/datetime_range_slider\":466,\"models/widgets/div\":467,\"models/widgets/markup\":468,\"styles/clearfix.css\":469,\"models/widgets/dropdown\":470,\"models/widgets/file_input\":471,\"models/widgets/multiselect\":472,\"models/widgets/paragraph\":473,\"models/widgets/password_input\":474,\"models/widgets/multichoice\":475,\"styles/widgets/choices.css\":477,\"models/widgets/numeric_input\":478,\"models/widgets/pretext\":479,\"models/widgets/radio_button_group\":480,\"models/widgets/radio_group\":481,\"models/widgets/range_slider\":482,\"models/widgets/selectbox\":483,\"models/widgets/slider\":484,\"models/widgets/spinner\":485,\"models/widgets/textarea_input\":486,\"models/widgets/toggle\":487}, {});});\n", - "\n", - " /* END bokeh-widgets.min.js */\n", - " },\n", - " function(Bokeh) {\n", - " /* BEGIN bokeh-tables.min.js */\n", - " /*!\n", - " * Copyright (c) 2012 - 2022, Anaconda, Inc., and Bokeh Contributors\n", - " * All rights reserved.\n", - " * \n", - " * Redistribution and use in source and binary forms, with or without modification,\n", - " * are permitted provided that the following conditions are met:\n", - " * \n", - " * Redistributions of source code must retain the above copyright notice,\n", - " * this list of conditions and the following disclaimer.\n", - " * \n", - " * Redistributions in binary form must reproduce the above copyright notice,\n", - " * this list of conditions and the following disclaimer in the documentation\n", - " * and/or other materials provided with the distribution.\n", - " * \n", - " * Neither the name of Anaconda nor the names of any contributors\n", - " * may be used to endorse or promote products derived from this software\n", - " * without specific prior written permission.\n", - " * \n", - " * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n", - " * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n", - " * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n", - " * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE\n", - " * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n", - " * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\n", - " * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\n", - " * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\n", - " * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n", - " * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF\n", - " * THE POSSIBILITY OF SUCH DAMAGE.\n", - " */\n", - " (function(root, factory) {\n", - " factory(root[\"Bokeh\"], \"2.4.3\");\n", - " })(this, function(Bokeh, version) {\n", - " let define;\n", - " return (function(modules, entry, aliases, externals) {\n", - " const bokeh = typeof Bokeh !== \"undefined\" && (version != null ? Bokeh[version] : Bokeh);\n", - " if (bokeh != null) {\n", - " return bokeh.register_plugin(modules, entry, aliases);\n", - " } else {\n", - " throw new Error(\"Cannot find Bokeh \" + version + \". You have to load it prior to loading plugins.\");\n", - " }\n", - " })\n", - " ({\n", - " 488: function _(t,e,o,r,s){r();const _=(0,t(1).__importStar)(t(489));o.Tables=_;(0,t(7).register_models)(_)},\n", - " 489: function _(g,a,r,e,t){e();const o=g(1);(0,o.__exportStar)(g(490),r),(0,o.__exportStar)(g(493),r),t(\"DataTable\",g(496).DataTable),t(\"TableColumn\",g(514).TableColumn),t(\"TableWidget\",g(513).TableWidget);var n=g(516);t(\"AvgAggregator\",n.AvgAggregator),t(\"MinAggregator\",n.MinAggregator),t(\"MaxAggregator\",n.MaxAggregator),t(\"SumAggregator\",n.SumAggregator);var A=g(517);t(\"GroupingInfo\",A.GroupingInfo),t(\"DataCube\",A.DataCube)},\n", - " 490: function _(e,t,i,s,a){s();const r=e(1);var l,n,u,d,o,p,_,c,h;const E=e(43),V=e(226),m=e(53),f=e(491),v=(0,r.__importStar)(e(492));class w extends V.DOMView{constructor(e){const{model:t,parent:i}=e.column;super(Object.assign({model:t,parent:i},e)),this.args=e,this.initialize(),this.render()}get emptyValue(){return null}initialize(){super.initialize(),this.inputEl=this._createInput(),this.defaultValue=null}async lazy_initialize(){throw new Error(\"unsupported\")}css_classes(){return super.css_classes().concat(v.cell_editor)}render(){super.render(),this.args.container.append(this.el),this.el.appendChild(this.inputEl),this.renderEditor(),this.disableNavigation()}renderEditor(){}disableNavigation(){this.inputEl.addEventListener(\"keydown\",(e=>{switch(e.keyCode){case E.Keys.Left:case E.Keys.Right:case E.Keys.Up:case E.Keys.Down:case E.Keys.PageUp:case E.Keys.PageDown:e.stopImmediatePropagation()}}))}destroy(){this.remove()}focus(){this.inputEl.focus()}show(){}hide(){}position(){}getValue(){return this.inputEl.value}setValue(e){this.inputEl.value=e}serializeValue(){return this.getValue()}isValueChanged(){return!(\"\"==this.getValue()&&null==this.defaultValue)&&this.getValue()!==this.defaultValue}applyValue(e,t){const i=this.args.grid.getData(),s=i.index.indexOf(e[f.DTINDEX_NAME]);i.setField(s,this.args.column.field,t)}loadValue(e){const t=e[this.args.column.field];this.defaultValue=null!=t?t:this.emptyValue,this.setValue(this.defaultValue)}validateValue(e){if(this.args.column.validator){const t=this.args.column.validator(e);if(!t.valid)return t}return{valid:!0,msg:null}}validate(){return this.validateValue(this.getValue())}}i.CellEditorView=w,w.__name__=\"CellEditorView\";class g extends m.Model{}i.CellEditor=g,g.__name__=\"CellEditor\";class x extends w{get emptyValue(){return\"\"}_createInput(){return(0,E.input)({type:\"text\"})}renderEditor(){this.inputEl.focus(),this.inputEl.select()}loadValue(e){super.loadValue(e),this.inputEl.defaultValue=this.defaultValue,this.inputEl.select()}}i.StringEditorView=x,x.__name__=\"StringEditorView\";class y extends g{}i.StringEditor=y,l=y,y.__name__=\"StringEditor\",l.prototype.default_view=x,l.define((({String:e,Array:t})=>({completions:[t(e),[]]})));class I extends w{_createInput(){return(0,E.textarea)()}renderEditor(){this.inputEl.focus(),this.inputEl.select()}}i.TextEditorView=I,I.__name__=\"TextEditorView\";class b extends g{}i.TextEditor=b,n=b,b.__name__=\"TextEditor\",n.prototype.default_view=I;class N extends w{_createInput(){return(0,E.select)()}renderEditor(){for(const e of this.model.options)this.inputEl.appendChild((0,E.option)({value:e},e));this.focus()}}i.SelectEditorView=N,N.__name__=\"SelectEditorView\";class C extends g{}i.SelectEditor=C,u=C,C.__name__=\"SelectEditor\",u.prototype.default_view=N,u.define((({String:e,Array:t})=>({options:[t(e),[]]})));class D extends w{_createInput(){return(0,E.input)({type:\"text\"})}}i.PercentEditorView=D,D.__name__=\"PercentEditorView\";class S extends g{}i.PercentEditor=S,d=S,S.__name__=\"PercentEditor\",d.prototype.default_view=D;class k extends w{_createInput(){return(0,E.input)({type:\"checkbox\"})}renderEditor(){this.focus()}loadValue(e){this.defaultValue=!!e[this.args.column.field],this.inputEl.checked=this.defaultValue}serializeValue(){return this.inputEl.checked}}i.CheckboxEditorView=k,k.__name__=\"CheckboxEditorView\";class z extends g{}i.CheckboxEditor=z,o=z,z.__name__=\"CheckboxEditor\",o.prototype.default_view=k;class P extends w{_createInput(){return(0,E.input)({type:\"text\"})}renderEditor(){this.inputEl.focus(),this.inputEl.select()}remove(){super.remove()}serializeValue(){var e;return null!==(e=parseInt(this.getValue(),10))&&void 0!==e?e:0}loadValue(e){super.loadValue(e),this.inputEl.defaultValue=this.defaultValue,this.inputEl.select()}validateValue(e){return isNaN(e)?{valid:!1,msg:\"Please enter a valid integer\"}:super.validateValue(e)}}i.IntEditorView=P,P.__name__=\"IntEditorView\";class T extends g{}i.IntEditor=T,p=T,T.__name__=\"IntEditor\",p.prototype.default_view=P,p.define((({Int:e})=>({step:[e,1]})));class K extends w{_createInput(){return(0,E.input)({type:\"text\"})}renderEditor(){this.inputEl.focus(),this.inputEl.select()}remove(){super.remove()}serializeValue(){var e;return null!==(e=parseFloat(this.getValue()))&&void 0!==e?e:0}loadValue(e){super.loadValue(e),this.inputEl.defaultValue=this.defaultValue,this.inputEl.select()}validateValue(e){return isNaN(e)?{valid:!1,msg:\"Please enter a valid number\"}:super.validateValue(e)}}i.NumberEditorView=K,K.__name__=\"NumberEditorView\";class A extends g{}i.NumberEditor=A,_=A,A.__name__=\"NumberEditor\",_.prototype.default_view=K,_.define((({Number:e})=>({step:[e,.01]})));class M extends w{_createInput(){return(0,E.input)({type:\"text\"})}}i.TimeEditorView=M,M.__name__=\"TimeEditorView\";class O extends g{}i.TimeEditor=O,c=O,O.__name__=\"TimeEditor\",c.prototype.default_view=M;class F extends w{_createInput(){return(0,E.input)({type:\"text\"})}get emptyValue(){return new Date}renderEditor(){this.inputEl.focus(),this.inputEl.select()}destroy(){super.destroy()}show(){super.show()}hide(){super.hide()}position(){return super.position()}getValue(){}setValue(e){}}i.DateEditorView=F,F.__name__=\"DateEditorView\";class L extends g{}i.DateEditor=L,h=L,L.__name__=\"DateEditor\",h.prototype.default_view=F},\n", - " 491: function _(_,n,i,t,d){t(),i.DTINDEX_NAME=\"__bkdt_internal_index__\"},\n", - " 492: function _(e,l,o,t,r){t(),o.root=\"bk-root\",o.data_table=\"bk-data-table\",o.cell_special_defaults=\"bk-cell-special-defaults\",o.cell_select=\"bk-cell-select\",o.cell_index=\"bk-cell-index\",o.header_index=\"bk-header-index\",o.cell_editor=\"bk-cell-editor\",o.cell_editor_completion=\"bk-cell-editor-completion\",o.default='.bk-root .bk-data-table{box-sizing:content-box;font-size:11px;}.bk-root .bk-data-table input[type=\"checkbox\"]{margin-left:4px;margin-right:4px;}.bk-root .bk-cell-special-defaults{border-right-color:silver;border-right-style:solid;background:#f5f5f5;}.bk-root .bk-cell-select{border-right-color:silver;border-right-style:solid;background:#f5f5f5;}.bk-root .slick-cell.bk-cell-index{border-right-color:silver;border-right-style:solid;background:#f5f5f5;text-align:right;background:#f0f0f0;color:#909090;}.bk-root .bk-header-index .slick-column-name{float:right;}.bk-root .slick-row.selected .bk-cell-index{background-color:transparent;}.bk-root .slick-row.odd{background:#f0f0f0;}.bk-root .slick-cell{padding-left:4px;padding-right:4px;border-right-color:transparent;border:0.25px solid transparent;}.bk-root .slick-cell .bk{line-height:inherit;}.bk-root .slick-cell.active{border-style:dashed;}.bk-root .slick-cell.selected{background-color:#F0F8FF;}.bk-root .slick-cell.editable{padding-left:0;padding-right:0;}.bk-root .bk-cell-editor{display:contents;}.bk-root .bk-cell-editor input,.bk-root .bk-cell-editor select{width:100%;height:100%;border:0;margin:0;padding:0;outline:0;background:transparent;vertical-align:baseline;}.bk-root .bk-cell-editor input{padding-left:4px;padding-right:4px;}.bk-root .bk-cell-editor-completion{font-size:11px;}'},\n", - " 493: function _(t,e,r,n,o){n();const a=t(1);var s,i,l,c,u,m;const _=(0,a.__importDefault)(t(151)),d=(0,a.__importStar)(t(153)),f=t(494),g=t(43),F=t(20),h=t(8),p=t(34),S=t(22),x=t(53);class b extends x.Model{constructor(t){super(t)}doFormat(t,e,r,n,o){return null==r?\"\":`${r}`.replace(/&/g,\"&\").replace(//g,\">\")}}r.CellFormatter=b,b.__name__=\"CellFormatter\";class M extends b{constructor(t){super(t)}doFormat(t,e,r,n,o){const{font_style:a,text_align:s,text_color:i}=this,l=(0,g.div)(null==r?\"\":`${r}`);switch(a){case\"bold\":l.style.fontWeight=\"bold\";break;case\"italic\":l.style.fontStyle=\"italic\"}return null!=s&&(l.style.textAlign=s),null!=i&&(l.style.color=(0,S.color2css)(i)),l.outerHTML}}r.StringFormatter=M,s=M,M.__name__=\"StringFormatter\",s.define((({Color:t,Nullable:e,String:r})=>({font_style:[F.FontStyle,\"normal\"],text_align:[F.TextAlign,\"left\"],text_color:[e(t),null],nan_format:[r,\"-\"]})));class w extends M{constructor(t){super(t)}get scientific_limit_low(){return 10**this.power_limit_low}get scientific_limit_high(){return 10**this.power_limit_high}doFormat(t,e,r,n,o){const a=Math.abs(r)<=this.scientific_limit_low||Math.abs(r)>=this.scientific_limit_high;let s=this.precision;return s<1&&(s=1),r=null==r||isNaN(r)?this.nan_format:0==r?(0,p.to_fixed)(r,1):a?r.toExponential(s):(0,p.to_fixed)(r,s),super.doFormat(t,e,r,n,o)}}r.ScientificFormatter=w,i=w,w.__name__=\"ScientificFormatter\",i.define((({Number:t})=>({precision:[t,10],power_limit_high:[t,5],power_limit_low:[t,-3]})));class C extends M{constructor(t){super(t)}doFormat(t,e,r,n,o){const{format:a,language:s,nan_format:i}=this,l=(()=>{switch(this.rounding){case\"round\":case\"nearest\":return Math.round;case\"floor\":case\"rounddown\":return Math.floor;case\"ceil\":case\"roundup\":return Math.ceil}})();return r=null==r||isNaN(r)?i:d.format(r,a,s,l),super.doFormat(t,e,r,n,o)}}r.NumberFormatter=C,l=C,C.__name__=\"NumberFormatter\",l.define((({String:t})=>({format:[t,\"0,0\"],language:[t,\"en\"],rounding:[F.RoundingFunction,\"round\"]})));class y extends b{constructor(t){super(t)}doFormat(t,e,r,n,o){return r?(0,g.i)({class:this.icon}).outerHTML:\"\"}}r.BooleanFormatter=y,c=y,y.__name__=\"BooleanFormatter\",c.define((({String:t})=>({icon:[t,\"check\"]})));class N extends M{constructor(t){super(t)}getFormat(){switch(this.format){case\"ATOM\":case\"W3C\":case\"RFC-3339\":case\"ISO-8601\":return\"%Y-%m-%d\";case\"COOKIE\":return\"%a, %d %b %Y\";case\"RFC-850\":return\"%A, %d-%b-%y\";case\"RFC-1123\":case\"RFC-2822\":return\"%a, %e %b %Y\";case\"RSS\":case\"RFC-822\":case\"RFC-1036\":return\"%a, %e %b %y\";case\"TIMESTAMP\":return;default:return this.format}}doFormat(t,e,r,n,o){const{nan_format:a}=this;let s;return s=null==(r=(0,h.isString)(r)?parseInt(r,10):r)||isNaN(r)||-9223372036854776===r?a:(0,_.default)(r,this.getFormat()),super.doFormat(t,e,s,n,o)}}r.DateFormatter=N,u=N,N.__name__=\"DateFormatter\",u.define((({String:t})=>({format:[t,\"ISO-8601\"]})));class T extends b{constructor(t){super(t)}doFormat(t,e,r,n,o){const{template:a}=this;if(null==r)return\"\";return f._.template(a)(Object.assign(Object.assign({},o),{value:r}))}}r.HTMLTemplateFormatter=T,m=T,T.__name__=\"HTMLTemplateFormatter\",m.define((({String:t})=>({template:[t,\"<%= value %>\"]})))},\n", - " 494: function _(e,n,t,f,i){var o=e(495),d=o.template;function r(e,n,t){return d(e,n,t)}r._=o,n.exports=r,\"function\"==typeof define&&define.amd?define((function(){return r})):\"undefined\"==typeof window&&\"undefined\"==typeof navigator||(window.UnderscoreTemplate=r)},\n", - " 495: function _(r,e,n,t,a){\n", - " // (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n", - " // Underscore may be freely distributed under the MIT license.\n", - " var u={},c=Array.prototype,o=Object.prototype,l=c.slice,i=o.toString,f=o.hasOwnProperty,s=c.forEach,p=Object.keys,_=Array.isArray,h=function(){},v=h.each=h.forEach=function(r,e,n){if(null!=r)if(s&&r.forEach===s)r.forEach(e,n);else if(r.length===+r.length){for(var t=0,a=r.length;t\":\">\",'\"':\""\",\"'\":\"'\"}},y={escape:new RegExp(\"[\"+h.keys(g.escape).join(\"\")+\"]\",\"g\")};h.each([\"escape\"],(function(r){h[r]=function(e){return null==e?\"\":(\"\"+e).replace(y[r],(function(e){return g[r][e]}))}})),h.templateSettings={evaluate:/<%([\\s\\S]+?)%>/g,interpolate:/<%=([\\s\\S]+?)%>/g,escape:/<%-([\\s\\S]+?)%>/g};var j=/(.)^/,b={\"'\":\"'\",\"\\\\\":\"\\\\\",\"\\r\":\"r\",\"\\n\":\"n\",\"\\t\":\"t\",\"\\u2028\":\"u2028\",\"\\u2029\":\"u2029\"},w=/\\\\|'|\\r|\\n|\\t|\\u2028|\\u2029/g;h.template=function(r,e,n){var t;n=h.defaults({},n,h.templateSettings);var a=new RegExp([(n.escape||j).source,(n.interpolate||j).source,(n.evaluate||j).source].join(\"|\")+\"|$\",\"g\"),u=0,c=\"__p+='\";r.replace(a,(function(e,n,t,a,o){return c+=r.slice(u,o).replace(w,(function(r){return\"\\\\\"+b[r]})),n&&(c+=\"'+\\n((__t=(\"+n+\"))==null?'':_.escape(__t))+\\n'\"),t&&(c+=\"'+\\n((__t=(\"+t+\"))==null?'':__t)+\\n'\"),a&&(c+=\"';\\n\"+a+\"\\n__p+='\"),u=o+e.length,e})),c+=\"';\\n\",n.variable||(c=\"with(obj||{}){\\n\"+c+\"}\\n\"),c=\"var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\\n\"+c+\"return __p;\\n\";try{t=new Function(n.variable||\"obj\",\"_\",c)}catch(r){throw r.source=c,r}if(e)return t(e,h);var o=function(r){return t.call(this,r,h)};return o.source=\"function(\"+(n.variable||\"obj\")+\"){\\n\"+c+\"}\",o},e.exports=h},\n", - " 496: function _(e,t,i,s,o){s();const n=e(1);var l;const r=e(497),d=e(501),a=e(502),h=e(503),u=e(34),c=e(8),_=e(9),m=e(13),g=e(19),p=e(512),f=e(491),b=e(513),w=e(514),x=(0,n.__importStar)(e(492)),C=x,v=(0,n.__importDefault)(e(515));i.AutosizeModes={fit_columns:\"FCV\",fit_viewport:\"FVC\",force_fit:\"LFF\",none:\"NOA\"};let z=!1;class A{constructor(e,t){this.init(e,t)}init(e,t){if(f.DTINDEX_NAME in e.data)throw new Error(`special name ${f.DTINDEX_NAME} cannot be used as a data table column`);this.source=e,this.view=t,this.index=[...this.view.indices]}getLength(){return this.index.length}getItem(e){const t={};for(const i of(0,m.keys)(this.source.data))t[i]=this.source.data[i][this.index[e]];return t[f.DTINDEX_NAME]=this.index[e],t}getField(e,t){return t==f.DTINDEX_NAME?this.index[e]:this.source.data[t][this.index[e]]}setField(e,t,i){const s=this.index[e];this.source.patch({[t]:[[s,i]]})}getRecords(){return(0,_.range)(0,this.getLength()).map((e=>this.getItem(e)))}getItems(){return this.getRecords()}slice(e,t,i){return e=null!=e?e:0,t=null!=t?t:this.getLength(),i=null!=i?i:1,(0,_.range)(e,t,i).map((e=>this.getItem(e)))}sort(e){let t=e.map((e=>[e.sortCol.field,e.sortAsc?1:-1]));0==t.length&&(t=[[f.DTINDEX_NAME,1]]);const i=this.getRecords(),s=this.index.slice();this.index.sort(((e,o)=>{for(const[n,l]of t){const t=i[s.indexOf(e)][n],r=i[s.indexOf(o)][n];if(t!==r)return(0,c.isNumber)(t)&&(0,c.isNumber)(r)?l*(t-r||+isNaN(t)-+isNaN(r)):`${t}`>`${r}`?l:-l}return 0}))}}i.TableDataProvider=A,A.__name__=\"TableDataProvider\";class M extends p.WidgetView{constructor(){super(...arguments),this._in_selection_update=!1,this._width=null}connect_signals(){super.connect_signals(),this.connect(this.model.change,(()=>this.render())),this.connect(this.model.source.streaming,(()=>this.updateGrid())),this.connect(this.model.source.patching,(()=>this.updateGrid())),this.connect(this.model.source.change,(()=>this.updateGrid())),this.connect(this.model.source.properties.data.change,(()=>this.updateGrid())),this.connect(this.model.source.selected.change,(()=>this.updateSelection())),this.connect(this.model.source.selected.properties.indices.change,(()=>this.updateSelection()));for(const e of this.model.columns)this.connect(e.change,(()=>{this.invalidate_layout(),this.render()}))}remove(){var e;null===(e=this.grid)||void 0===e||e.destroy(),super.remove()}styles(){return[...super.styles(),v.default,x.default]}update_position(){super.update_position(),this.grid.resizeCanvas()}after_layout(){super.after_layout(),this.updateLayout(!0,!1)}box_sizing(){const e=super.box_sizing();return\"fit_viewport\"===this.model.autosize_mode&&null!=this._width&&(e.width=this._width),e}updateLayout(e,t){const s=this.autosize;s===i.AutosizeModes.fit_columns||s===i.AutosizeModes.force_fit?(e||this.grid.resizeCanvas(),this.grid.autosizeColumns()):e&&t&&s===i.AutosizeModes.fit_viewport&&this.invalidate_layout()}updateGrid(){if(this.model.view.compute_indices(),this.data.init(this.model.source,this.model.view),this.model.sortable){const e=this.grid.getColumns(),t=this.grid.getSortColumns().map((t=>({sortCol:{field:e[this.grid.getColumnIndex(t.columnId)].field},sortAsc:t.sortAsc})));this.data.sort(t)}this.grid.invalidate(),this.updateLayout(!0,!0)}updateSelection(){if(this._in_selection_update)return;const{selected:e}=this.model.source,t=e.indices.map((e=>this.data.index.indexOf(e))).sort();this._in_selection_update=!0,this.grid.setSelectedRows(t),this._in_selection_update=!1;const i=this.grid.getViewport(),s=this.model.get_scroll_index(i,t);null!=s&&this.grid.scrollRowToTop(s)}newIndexColumn(){return{id:(0,u.uniqueId)(),name:this.model.index_header,field:f.DTINDEX_NAME,width:this.model.index_width,behavior:\"select\",cannotTriggerInsert:!0,resizable:!1,selectable:!1,sortable:!0,cssClass:C.cell_index,headerCssClass:C.header_index}}css_classes(){return super.css_classes().concat(C.data_table)}get autosize(){let e;return e=!0===this.model.fit_columns?i.AutosizeModes.force_fit:!1===this.model.fit_columns?i.AutosizeModes.none:i.AutosizeModes[this.model.autosize_mode],e}render(){var e;const t=this.model.columns.filter((e=>e.visible)).map((e=>Object.assign(Object.assign({},e.toColumn()),{parent:this})));let s=null;if(\"checkbox\"==this.model.selectable&&(s=new d.CheckboxSelectColumn({cssClass:C.cell_select}),t.unshift(s.getColumnDefinition())),null!=this.model.index_position){const e=this.model.index_position,i=this.newIndexColumn();-1==e?t.push(i):e<-1?t.splice(e+1,0,i):t.splice(e,0,i)}let{reorderable:o}=this.model;!o||\"undefined\"!=typeof $&&null!=$.fn&&null!=$.fn.sortable||(z||(g.logger.warn(\"jquery-ui is required to enable DataTable.reorderable\"),z=!0),o=!1);let n=-1,l=!1;const{frozen_rows:u,frozen_columns:_}=this.model,m=null==_?-1:_-1;null!=u&&(l=u<0,n=Math.abs(u));const p={enableCellNavigation:!1!==this.model.selectable,enableColumnReorder:o,autosizeColsMode:this.autosize,multiColumnSort:this.model.sortable,editable:this.model.editable,autoEdit:this.model.auto_edit,autoHeight:!1,rowHeight:this.model.row_height,frozenColumn:m,frozenRow:n,frozenBottom:l},f=null!=this.grid;if(this.data=new A(this.model.source,this.model.view),this.grid=new h.Grid(this.el,this.data,t,p),this.autosize==i.AutosizeModes.fit_viewport){this.grid.autosizeColumns();let i=0;for(const s of t)i+=null!==(e=s.width)&&void 0!==e?e:0;this._width=Math.ceil(i)}if(this.grid.onSort.subscribe(((e,t)=>{if(!this.model.sortable)return;const i=t.sortCols;null!=i&&(this.data.sort(i),this.grid.invalidate(),this.updateSelection(),this.grid.render(),this.model.header_row||this._hide_header(),this.model.update_sort_columns(i))})),!1!==this.model.selectable){this.grid.setSelectionModel(new r.RowSelectionModel({selectActiveRow:null==s})),null!=s&&this.grid.registerPlugin(s);const e={dataItemColumnValueExtractor(e,t){let i=e[t.field];return(0,c.isString)(i)&&(i=i.replace(/\\n/g,\"\\\\n\")),i},includeHeaderWhenCopying:!1};this.grid.registerPlugin(new a.CellExternalCopyManager(e)),this.grid.onSelectedRowsChanged.subscribe(((e,t)=>{this._in_selection_update||(this.model.source.selected.indices=t.rows.map((e=>this.data.index[e])))})),this.updateSelection(),this.model.header_row||this._hide_header()}f&&this.updateLayout(f,!1)}_hide_header(){for(const e of this.el.querySelectorAll(\".slick-header-columns\"))e.style.height=\"0px\";this.grid.resizeCanvas()}}i.DataTableView=M,M.__name__=\"DataTableView\";class D extends b.TableWidget{constructor(e){super(e),this._sort_columns=[]}get sort_columns(){return this._sort_columns}update_sort_columns(e){this._sort_columns=e.map((({sortCol:e,sortAsc:t})=>({field:e.field,sortAsc:t})))}get_scroll_index(e,t){return this.scroll_to_selection&&0!=t.length?(0,_.some)(t,(t=>e.top<=t&&t<=e.bottom))?null:Math.max(0,Math.min(...t)-1):null}}i.DataTable=D,l=D,D.__name__=\"DataTable\",l.prototype.default_view=M,l.define((({Array:e,Boolean:t,Int:i,Ref:s,String:o,Enum:n,Or:l,Nullable:r})=>({autosize_mode:[n(\"fit_columns\",\"fit_viewport\",\"none\",\"force_fit\"),\"force_fit\"],auto_edit:[t,!1],columns:[e(s(w.TableColumn)),[]],fit_columns:[r(t),null],frozen_columns:[r(i),null],frozen_rows:[r(i),null],sortable:[t,!0],reorderable:[t,!0],editable:[t,!1],selectable:[l(t,n(\"checkbox\")),!0],index_position:[r(i),0],index_header:[o,\"#\"],index_width:[i,40],scroll_to_selection:[t,!0],header_row:[t,!0],row_height:[i,25]}))),l.override({width:600,height:400})},\n", - " 497: function _(e,t,n,o,r){var l=e(498),i=e(500);t.exports={RowSelectionModel:function(e){var t,n,o,r=[],c=this,u=new i.EventHandler,s={selectActiveRow:!0};function a(e){return function(){n||(n=!0,e.apply(this,arguments),n=!1)}}function f(e){for(var t=[],n=0;n=0&&r0&&t-1 in e)}w.fn=w.prototype={jquery:b,constructor:w,length:0,toArray:function(){return i.call(this)},get:function(e){return null==e?i.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(i.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(w.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(w.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|[\\\\x20\\\\t\\\\r\\\\n\\\\f])[\\\\x20\\\\t\\\\r\\\\n\\\\f]*\"),U=new RegExp(M+\"|>\"),X=new RegExp(F),V=new RegExp(\"^\"+I+\"$\"),G={ID:new RegExp(\"^#(\"+I+\")\"),CLASS:new RegExp(\"^\\\\.(\"+I+\")\"),TAG:new RegExp(\"^(\"+I+\"|[*])\"),ATTR:new RegExp(\"^\"+W),PSEUDO:new RegExp(\"^\"+F),CHILD:new RegExp(\"^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\\\([\\\\x20\\\\t\\\\r\\\\n\\\\f]*(even|odd|(([+-]|)(\\\\d*)n|)[\\\\x20\\\\t\\\\r\\\\n\\\\f]*(?:([+-]|)[\\\\x20\\\\t\\\\r\\\\n\\\\f]*(\\\\d+)|))[\\\\x20\\\\t\\\\r\\\\n\\\\f]*\\\\)|)\",\"i\"),bool:new RegExp(\"^(?:\"+R+\")$\",\"i\"),needsContext:new RegExp(\"^[\\\\x20\\\\t\\\\r\\\\n\\\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\\\([\\\\x20\\\\t\\\\r\\\\n\\\\f]*((?:-\\\\d)?\\\\d*)[\\\\x20\\\\t\\\\r\\\\n\\\\f]*\\\\)|)(?=[^-]|$)\",\"i\")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\\d$/i,K=/^[^{]+\\{\\s*\\[native \\w/,Z=/^(?:#([\\w-]+)|(\\w+)|\\.([\\w-]+))$/,ee=/[+~]/,te=new RegExp(\"\\\\\\\\[\\\\da-fA-F]{1,6}[\\\\x20\\\\t\\\\r\\\\n\\\\f]?|\\\\\\\\([^\\\\r\\\\n\\\\f])\",\"g\"),ne=function(e,t){var n=\"0x\"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\\0-\\x1f\\x7f]|^-?\\d)|^-$|[^\\0-\\x1f\\x7f-\\uFFFF\\w-]/g,ie=function(e,t){return t?\"\\0\"===e?\"\\ufffd\":e.slice(0,-1)+\"\\\\\"+e.charCodeAt(e.length-1).toString(16)+\" \":\"\\\\\"+e},oe=function(){p()},ae=be((function(e){return!0===e.disabled&&\"fieldset\"===e.nodeName.toLowerCase()}),{dir:\"parentNode\",next:\"legend\"});try{H.apply(D=O.call(w.childNodes),w.childNodes),D[w.childNodes.length].nodeType}catch(e){H={apply:D.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(e,t,r,i){var o,s,l,c,f,h,y,m=t&&t.ownerDocument,w=t?t.nodeType:9;if(r=r||[],\"string\"!=typeof e||!e||1!==w&&9!==w&&11!==w)return r;if(!i&&(p(t),t=t||d,g)){if(11!==w&&(f=Z.exec(e)))if(o=f[1]){if(9===w){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return H.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return H.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!A[e+\" \"]&&(!v||!v.test(e))&&(1!==w||\"object\"!==t.nodeName.toLowerCase())){if(y=e,m=t,1===w&&(U.test(e)||z.test(e))){for((m=ee.test(e)&&ye(t.parentNode)||t)===t&&n.scope||((c=t.getAttribute(\"id\"))?c=c.replace(re,ie):t.setAttribute(\"id\",c=b)),s=(h=a(e)).length;s--;)h[s]=(c?\"#\"+c:\":scope\")+\" \"+xe(h[s]);y=h.join(\",\")}try{return H.apply(r,m.querySelectorAll(y)),r}catch(t){A(e,!0)}finally{c===b&&t.removeAttribute(\"id\")}}}return u(e.replace($,\"$1\"),t,r,i)}function ue(){var e=[];return function t(n,i){return e.push(n+\" \")>r.cacheLength&&delete t[e.shift()],t[n+\" \"]=i}}function le(e){return e[b]=!0,e}function ce(e){var t=d.createElement(\"fieldset\");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split(\"|\"),i=n.length;i--;)r.attrHandle[n[i]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(e){return function(t){return\"input\"===t.nodeName.toLowerCase()&&t.type===e}}function he(e){return function(t){var n=t.nodeName.toLowerCase();return(\"input\"===n||\"button\"===n)&&t.type===e}}function ge(e){return function(t){return\"form\"in t?t.parentNode&&!1===t.disabled?\"label\"in t?\"label\"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ae(t)===e:t.disabled===e:\"label\"in t&&t.disabled===e}}function ve(e){return le((function(t){return t=+t,le((function(n,r){for(var i,o=e([],n.length,t),a=o.length;a--;)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))}))}))}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=se.support={},o=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||\"HTML\")},p=se.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!=d&&9===a.nodeType&&a.documentElement?(h=(d=a).documentElement,g=!o(d),w!=d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener(\"unload\",oe,!1):i.attachEvent&&i.attachEvent(\"onunload\",oe)),n.scope=ce((function(e){return h.appendChild(e).appendChild(d.createElement(\"div\")),void 0!==e.querySelectorAll&&!e.querySelectorAll(\":scope fieldset div\").length})),n.attributes=ce((function(e){return e.className=\"i\",!e.getAttribute(\"className\")})),n.getElementsByTagName=ce((function(e){return e.appendChild(d.createComment(\"\")),!e.getElementsByTagName(\"*\").length})),n.getElementsByClassName=K.test(d.getElementsByClassName),n.getById=ce((function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length})),n.getById?(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute(\"id\")===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode(\"id\");return n&&n.value===t}},r.find.ID=function(e,t){if(void 0!==t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode(\"id\"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode(\"id\"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if(\"*\"===e){for(;n=o[i++];)1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&g)return t.getElementsByClassName(e)},y=[],v=[],(n.qsa=K.test(d.querySelectorAll))&&(ce((function(e){var t;h.appendChild(e).innerHTML=\"\",e.querySelectorAll(\"[msallowcapture^='']\").length&&v.push(\"[*^$]=[\\\\x20\\\\t\\\\r\\\\n\\\\f]*(?:''|\\\"\\\")\"),e.querySelectorAll(\"[selected]\").length||v.push(\"\\\\[[\\\\x20\\\\t\\\\r\\\\n\\\\f]*(?:value|\"+R+\")\"),e.querySelectorAll(\"[id~=\"+b+\"-]\").length||v.push(\"~=\"),(t=d.createElement(\"input\")).setAttribute(\"name\",\"\"),e.appendChild(t),e.querySelectorAll(\"[name='']\").length||v.push(\"\\\\[[\\\\x20\\\\t\\\\r\\\\n\\\\f]*name[\\\\x20\\\\t\\\\r\\\\n\\\\f]*=[\\\\x20\\\\t\\\\r\\\\n\\\\f]*(?:''|\\\"\\\")\"),e.querySelectorAll(\":checked\").length||v.push(\":checked\"),e.querySelectorAll(\"a#\"+b+\"+*\").length||v.push(\".#.+[+~]\"),e.querySelectorAll(\"\\\\\\f\"),v.push(\"[\\\\r\\\\n\\\\f]\")})),ce((function(e){e.innerHTML=\"\";var t=d.createElement(\"input\");t.setAttribute(\"type\",\"hidden\"),e.appendChild(t).setAttribute(\"name\",\"D\"),e.querySelectorAll(\"[name=d]\").length&&v.push(\"name[\\\\x20\\\\t\\\\r\\\\n\\\\f]*[*^$|!~]?=\"),2!==e.querySelectorAll(\":enabled\").length&&v.push(\":enabled\",\":disabled\"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(\":disabled\").length&&v.push(\":enabled\",\":disabled\"),e.querySelectorAll(\"*,:x\"),v.push(\",.*:\")}))),(n.matchesSelector=K.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ce((function(e){n.disconnectedMatch=m.call(e,\"*\"),m.call(e,\"[s!='']:x\"),y.push(\"!=\",F)})),v=v.length&&new RegExp(v.join(\"|\")),y=y.length&&new RegExp(y.join(\"|\")),t=K.test(h.compareDocumentPosition),x=t||K.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},N=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e==d||e.ownerDocument==w&&x(w,e)?-1:t==d||t.ownerDocument==w&&x(w,t)?1:c?P(c,e)-P(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==d?-1:t==d?1:i?-1:o?1:c?P(c,e)-P(c,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]==w?-1:s[r]==w?1:0},d):d},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(p(e),n.matchesSelector&&g&&!A[t+\" \"]&&(!y||!y.test(t))&&(!v||!v.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){A(t,!0)}return se(t,d,null,[e]).length>0},se.contains=function(e,t){return(e.ownerDocument||e)!=d&&p(e),x(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!=d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&j.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},se.escape=function(e){return(e+\"\").replace(re,ie)},se.error=function(e){throw new Error(\"Syntax error, unrecognized expression: \"+e)},se.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(N),f){for(;t=e[o++];)t===e[o]&&(i=r.push(o));for(;i--;)e.splice(r[i],1)}return c=null,e},i=se.getText=function(e){var t,n=\"\",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if(\"string\"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=i(t);return n},r=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{\">\":{dir:\"parentNode\",first:!0},\" \":{dir:\"parentNode\"},\"+\":{dir:\"previousSibling\",first:!0},\"~\":{dir:\"previousSibling\"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||\"\").replace(te,ne),\"~=\"===e[2]&&(e[3]=\" \"+e[3]+\" \"),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),\"nth\"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*(\"even\"===e[3]||\"odd\"===e[3])),e[5]=+(e[7]+e[8]||\"odd\"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||\"\":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(\")\",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return\"*\"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+\" \"];return t||(t=new RegExp(\"(^|[\\\\x20\\\\t\\\\r\\\\n\\\\f])\"+e+\"(\"+M+\"|$)\"))&&E(e,(function(e){return t.test(\"string\"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute(\"class\")||\"\")}))},ATTR:function(e,t,n){return function(r){var i=se.attr(r,e);return null==i?\"!=\"===t:!t||(i+=\"\",\"=\"===t?i===n:\"!=\"===t?i!==n:\"^=\"===t?n&&0===i.indexOf(n):\"*=\"===t?n&&i.indexOf(n)>-1:\"$=\"===t?n&&i.slice(-n.length)===n:\"~=\"===t?(\" \"+i.replace(B,\" \")+\" \").indexOf(n)>-1:\"|=\"===t&&(i===n||i.slice(0,n.length+1)===n+\"-\"))}},CHILD:function(e,t,n,r,i){var o=\"nth\"!==e.slice(0,3),a=\"last\"!==e.slice(-4),s=\"of-type\"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?\"nextSibling\":\"previousSibling\",v=t.parentNode,y=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(v){if(o){for(;g;){for(p=t;p=p[g];)if(s?p.nodeName.toLowerCase()===y:1===p.nodeType)return!1;h=g=\"only\"===e&&!h&&\"nextSibling\"}return!0}if(h=[a?v.firstChild:v.lastChild],a&&m){for(x=(d=(l=(c=(f=(p=v)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&v.childNodes[d];p=++d&&p&&p[g]||(x=d=0)||h.pop();)if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)for(;(p=++d&&p&&p[g]||(x=d=0)||h.pop())&&((s?p.nodeName.toLowerCase()!==y:1!==p.nodeType)||!++x||(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p!==t)););return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||se.error(\"unsupported pseudo: \"+e);return i[b]?i(t):i.length>1?(n=[e,e,\"\",t],r.setFilters.hasOwnProperty(e.toLowerCase())?le((function(e,n){for(var r,o=i(e,t),a=o.length;a--;)e[r=P(e,o[a])]=!(n[r]=o[a])})):function(e){return i(e,0,n)}):i}},pseudos:{not:le((function(e){var t=[],n=[],r=s(e.replace($,\"$1\"));return r[b]?le((function(e,t,n,i){for(var o,a=r(e,null,i,[]),s=e.length;s--;)(o=a[s])&&(e[s]=!(t[s]=o))})):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}})),has:le((function(e){return function(t){return se(e,t).length>0}})),contains:le((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||i(t)).indexOf(e)>-1}})),lang:le((function(e){return V.test(e||\"\")||se.error(\"unsupported lang: \"+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute(\"xml:lang\")||t.getAttribute(\"lang\"))return(n=n.toLowerCase())===e||0===n.indexOf(e+\"-\")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return\"input\"===t&&!!e.checked||\"option\"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return\"input\"===t&&\"button\"===e.type||\"button\"===t},text:function(e){var t;return\"input\"===e.nodeName.toLowerCase()&&\"text\"===e.type&&(null==(t=e.getAttribute(\"type\"))||\"text\"===t.toLowerCase())},first:ve((function(){return[0]})),last:ve((function(e,t){return[t-1]})),eq:ve((function(e,t,n){return[n<0?n+t:n]})),even:ve((function(e,t){for(var n=0;nt?t:n;--r>=0;)e.push(r);return e})),gt:ve((function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){for(var i=e.length;i--;)if(!e[i](t,n,r))return!1;return!0}:e[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s-1&&(o[l]=!(a[l]=f))}}else y=Te(y===a?y.splice(h,y.length):y),i?i(null,a,y,u):H.apply(a,y)}))}function Ee(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[\" \"],u=a?1:0,c=be((function(e){return e===t}),s,!0),f=be((function(e){return P(t,e)>-1}),s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&we(p),u>1&&xe(e.slice(0,u-1).concat({value:\" \"===e[u-2].type?\"*\":\"\"})).replace($,\"$1\"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,v,y=0,m=\"0\",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG(\"*\",c),E=T+=null==w?1:Math.random()||.1,S=C.length;for(c&&(l=a==d||a||c);m!==S&&null!=(f=C[m]);m++){if(i&&f){for(h=0,a||f.ownerDocument==d||(p(f),s=!g);v=e[h++];)if(v(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!v&&f)&&y--,o&&x.push(f))}if(y+=m,n&&m!==y){for(h=0;v=t[h++];)v(x,b,a,s);if(o){if(y>0)for(;m--;)x[m]||b[m]||(b[m]=q.call(u));b=Te(b)}H.apply(u,b),c&&!o&&b.length>0&&y+t.length>1&&se.uniqueSort(u)}return c&&(T=E,l=w),x};return n?le(o):o}(o,i)),s.selector=e}return s},u=se.select=function(e,t,n,i){var o,u,l,c,f,p=\"function\"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&\"ID\"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(te,ne),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}for(o=G.needsContext.test(e)?0:u.length;o--&&(l=u[o],!r.relative[c=l.type]);)if((f=r.find[c])&&(i=f(l.matches[0].replace(te,ne),ee.test(u[0].type)&&ye(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&xe(u)))return H.apply(n,i),n;break}}return(p||s(e,d))(i,t,!g,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},n.sortStable=b.split(\"\").sort(N).join(\"\")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ce((function(e){return 1&e.compareDocumentPosition(d.createElement(\"fieldset\"))})),ce((function(e){return e.innerHTML=\"\",\"#\"===e.firstChild.getAttribute(\"href\")}))||fe(\"type|href|height|width\",(function(e,t,n){if(!n)return e.getAttribute(t,\"type\"===t.toLowerCase()?1:2)})),n.attributes&&ce((function(e){return e.innerHTML=\"\",e.firstChild.setAttribute(\"value\",\"\"),\"\"===e.firstChild.getAttribute(\"value\")}))||fe(\"value\",(function(e,t,n){if(!n&&\"input\"===e.nodeName.toLowerCase())return e.defaultValue})),ce((function(e){return null==e.getAttribute(\"disabled\")}))||fe(R,(function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null})),se}(e);w.find=C,w.expr=C.selectors,w.expr[\":\"]=w.expr.pseudos,w.uniqueSort=w.unique=C.uniqueSort,w.text=C.getText,w.isXMLDoc=C.isXML,w.contains=C.contains,w.escapeSelector=C.escape;var E=function(e,t,n){for(var r=[],i=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},k=w.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var N=/^<([a-z][^\\/\\0>:\\x20\\t\\r\\n\\f]*)[\\x20\\t\\r\\n\\f]*\\/?>(?:<\\/\\1>|)$/i;function j(e,t,n){return h(t)?w.grep(e,(function(e,r){return!!t.call(e,r,e)!==n})):t.nodeType?w.grep(e,(function(e){return e===t!==n})):\"string\"!=typeof t?w.grep(e,(function(e){return s.call(t,e)>-1!==n})):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=\":not(\"+e+\")\"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,(function(e){return 1===e.nodeType})))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if(\"string\"!=typeof e)return this.pushStack(w(e).filter((function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,\"string\"==typeof e&&k.test(e)?w(e):e||[],!1).length}});var D,q=/^(?:\\s*(<[\\w\\W]+>)[^>]*|#([\\w-]+))$/;(w.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,\"string\"==typeof e){if(!(r=\"<\"===e[0]&&\">\"===e[e.length-1]&&e.length>=3?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:v,!0)),N.test(r[1])&&w.isPlainObject(t))for(r in t)h(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=v.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):h(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,D=w(v);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?\"string\"==typeof e?s.call(w(e),this[0]):s.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return E(e,\"parentNode\")},parentsUntil:function(e,t,n){return E(e,\"parentNode\",n)},next:function(e){return O(e,\"nextSibling\")},prev:function(e){return O(e,\"previousSibling\")},nextAll:function(e){return E(e,\"nextSibling\")},prevAll:function(e){return E(e,\"previousSibling\")},nextUntil:function(e,t,n){return E(e,\"nextSibling\",n)},prevUntil:function(e,t,n){return E(e,\"previousSibling\",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return null!=e.contentDocument&&r(e.contentDocument)?e.contentDocument:(A(e,\"template\")&&(e=e.content||e),w.merge([],e.childNodes))}},(function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return\"Until\"!==e.slice(-5)&&(r=n),r&&\"string\"==typeof r&&(i=w.filter(r,i)),this.length>1&&(H[e]||w.uniqueSort(i),L.test(e)&&i.reverse()),this.pushStack(i)}}));var P=/[^\\x20\\t\\r\\n\\f]+/g;function R(e){return e}function M(e){throw e}function I(e,t,n,r){var i;try{e&&h(i=e.promise)?i.call(e).done(t).fail(n):e&&h(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.Callbacks=function(e){e=\"string\"==typeof e?function(e){var t={};return w.each(e.match(P)||[],(function(e,n){t[n]=!0})),t}(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1)for(n=a.shift();++s-1;)o.splice(n,1),n<=s&&s--})),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n=\"\",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=\"\"),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l},w.extend({Deferred:function(t){var n=[[\"notify\",\"progress\",w.Callbacks(\"memory\"),w.Callbacks(\"memory\"),2],[\"resolve\",\"done\",w.Callbacks(\"once memory\"),w.Callbacks(\"once memory\"),0,\"resolved\"],[\"reject\",\"fail\",w.Callbacks(\"once memory\"),w.Callbacks(\"once memory\"),1,\"rejected\"]],r=\"pending\",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},catch:function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred((function(t){w.each(n,(function(n,r){var i=h(e[r[4]])&&e[r[4]];o[r[1]]((function(){var e=i&&i.apply(this,arguments);e&&h(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+\"With\"](this,i?[e]:arguments)}))})),e=null})).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==M&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred((function(e){n[0][3].add(a(0,e,h(i)?i:R,e.notifyWith)),n[1][3].add(a(0,e,h(t)?t:R)),n[2][3].add(a(0,e,h(r)?r:M))})).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,(function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add((function(){r=s}),n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+\"With\"](this===o?void 0:this,arguments),this},o[t[0]+\"With\"]=a.fireWith})),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),o=i.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,o[e]=arguments.length>1?i.call(arguments):n,--t||a.resolveWith(r,o)}};if(t<=1&&(I(e,a.done(s(n)).resolve,a.reject,!t),\"pending\"===a.state()||h(o[n]&&o[n].then)))return a.then();for(;n--;)I(o[n],s(n),a.reject);return a.promise()}});var W=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&W.test(t.name)&&e.console.warn(\"jQuery.Deferred exception: \"+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout((function(){throw t}))};var F=w.Deferred();function B(){v.removeEventListener(\"DOMContentLoaded\",B),e.removeEventListener(\"load\",B),w.ready()}w.fn.ready=function(e){return F.then(e).catch((function(e){w.readyException(e)})),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(v,[w]))}}),w.ready.then=F.then,\"complete\"===v.readyState||\"loading\"!==v.readyState&&!v.documentElement.doScroll?e.setTimeout(w.ready):(v.addEventListener(\"DOMContentLoaded\",B),e.addEventListener(\"load\",B));var $=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if(\"object\"===x(n))for(s in i=!0,n)$(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,h(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each((function(){Q.remove(this,e)}))}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||\"fx\")+\"queue\",r=Y.get(e,t),n&&(!r||Array.isArray(n)?r=Y.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||\"fx\";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t);\"inprogress\"===i&&(i=n.shift(),r--),i&&(\"fx\"===t&&n.unshift(\"inprogress\"),delete o.stop,i.call(e,(function(){w.dequeue(e,t)}),o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+\"queueHooks\";return Y.get(e,n)||Y.access(e,n,{empty:w.Callbacks(\"once memory\").add((function(){Y.remove(e,[t+\"queue\",n])}))})}}),w.fn.extend({queue:function(e,t){var n=2;return\"string\"!=typeof e&&(t=e,e=\"fx\",n--),arguments.length\\x20\\t\\r\\n\\f]*)/i,ge=/^$|^module$|\\/(?:java|ecma)script/i;fe=v.createDocumentFragment().appendChild(v.createElement(\"div\")),(pe=v.createElement(\"input\")).setAttribute(\"type\",\"radio\"),pe.setAttribute(\"checked\",\"checked\"),pe.setAttribute(\"name\",\"t\"),fe.appendChild(pe),d.checkClone=fe.cloneNode(!0).cloneNode(!0).lastChild.checked,fe.innerHTML=\"\",d.noCloneChecked=!!fe.cloneNode(!0).lastChild.defaultValue,fe.innerHTML=\"\",d.option=!!fe.lastChild;var ve={thead:[1,\"\",\"
\"],col:[2,\"\",\"
\"],tr:[2,\"\",\"
\"],td:[3,\"\",\"
\"],_default:[0,\"\",\"\"]};function ye(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||\"*\"):void 0!==e.querySelectorAll?e.querySelectorAll(t||\"*\"):[],void 0===t||t&&A(e,t)?w.merge([e],n):n}function me(e,t){for(var n=0,r=e.length;n\",\"\"]);var xe=/<|&#?\\w+;/;function be(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d-1)i&&i.push(o);else if(l=ie(o),a=ye(f.appendChild(o),\"script\"),l&&me(a),n)for(c=0;o=a[c++];)ge.test(o.type||\"\")&&n.push(o);return f}var we=/^([^.]*)(?:\\.(.+)|)/;function Te(){return!0}function Ce(){return!1}function Ee(e,t){return e===function(){try{return v.activeElement}catch(e){}}()==(\"focus\"===t)}function Se(e,t,n,r,i,o){var a,s;if(\"object\"==typeof t){for(s in\"string\"!=typeof n&&(r=r||n,n=void 0),t)Se(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&(\"string\"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Ce;else if(!i)return e;return 1===o&&(a=i,i=function(e){return w().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=w.guid++)),e.each((function(){w.event.add(this,t,i,r,n)}))}function ke(e,t,n){n?(Y.set(e,t,!1),w.event.add(e,t,{namespace:!1,handler:function(e){var r,o,a=Y.get(this,t);if(1&e.isTrigger&&this[t]){if(a.length)(w.event.special[t]||{}).delegateType&&e.stopPropagation();else if(a=i.call(arguments),Y.set(this,t,a),r=n(this,t),this[t](),a!==(o=Y.get(this,t))||r?Y.set(this,t,!1):o={},a!==o)return e.stopImmediatePropagation(),e.preventDefault(),o&&o.value}else a.length&&(Y.set(this,t,{value:w.event.trigger(w.extend(a[0],w.Event.prototype),a.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,t)&&w.event.add(e,t,Te)}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Y.get(e);if(V(e))for(n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(re,i),n.guid||(n.guid=w.guid++),(u=v.events)||(u=v.events=Object.create(null)),(a=v.handle)||(a=v.handle=function(t){return void 0!==w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||\"\").match(P)||[\"\"]).length;l--;)d=g=(s=we.exec(t[l])||[])[1],h=(s[2]||\"\").split(\".\").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(\".\")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Y.hasData(e)&&Y.get(e);if(v&&(u=v.events)){for(l=(t=(t||\"\").match(P)||[\"\"]).length;l--;)if(d=g=(s=we.exec(t[l])||[])[1],h=(s[2]||\"\").split(\".\").sort(),d){for(f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp(\"(^|\\\\.)\"+h.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&(\"**\"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||w.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&Y.remove(e,\"handle events\")}},dispatch:function(e){var t,n,r,i,o,a,s=new Array(arguments.length),u=w.event.fix(e),l=(Y.get(this,\"events\")||Object.create(null))[u.type]||[],c=w.event.special[u.type]||{};for(s[0]=u,t=1;t=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&(\"click\"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\\s*$/g;function De(e,t){return A(e,\"table\")&&A(11!==t.nodeType?t:t.firstChild,\"tr\")&&w(e).children(\"tbody\")[0]||e}function qe(e){return e.type=(null!==e.getAttribute(\"type\"))+\"/\"+e.type,e}function Le(e){return\"true/\"===(e.type||\"\").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute(\"type\"),e}function He(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,\"handle events\"),s)for(n=0,r=s[i].length;n1&&\"string\"==typeof v&&!d.checkClone&&Ne.test(v))return e.each((function(i){var o=e.eq(i);y&&(t[0]=v.call(this,i,o.html())),Pe(o,t,n,r)}));if(p&&(a=(i=be(t,e[0].ownerDocument,!1,e,r)).firstChild,1===i.childNodes.length&&(i=a),a||r)){for(u=(s=w.map(ye(i,\"script\"),qe)).length;f0&&me(a,!u&&ye(e,\"script\")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(V(n)){if(t=n[Y.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[Y.expando]=void 0}n[Q.expando]&&(n[Q.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Re(this,e,!0)},remove:function(e){return Re(this,e)},text:function(e){return $(this,(function(e){return void 0===e?w.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return Pe(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||De(this,e).appendChild(e)}))},prepend:function(){return Pe(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=De(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return Pe(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return Pe(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent=\"\");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return w.clone(this,e,t)}))},html:function(e){return $(this,(function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if(\"string\"==typeof e&&!Ae.test(e)&&!ve[(he.exec(e)||[\"\",\"\"])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e[\"offset\"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function Ze(e,t,n){var r=Ie(e),i=(!d.boxSizingReliable()||n)&&\"border-box\"===w.css(e,\"boxSizing\",!1,r),o=i,a=Be(e,t,r),s=\"offset\"+t[0].toUpperCase()+t.slice(1);if(Me.test(a)){if(!n)return a;a=\"auto\"}return(!d.boxSizingReliable()&&i||!d.reliableTrDimensions()&&A(e,\"tr\")||\"auto\"===a||!parseFloat(a)&&\"inline\"===w.css(e,\"display\",!1,r))&&e.getClientRects().length&&(i=\"border-box\"===w.css(e,\"boxSizing\",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+Ke(e,t,n||(i?\"border\":\"content\"),o,r,a)+\"px\"}function et(e,t,n,r,i){return new et.prototype.init(e,t,n,r,i)}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Be(e,\"opacity\");return\"\"===n?\"1\":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=X(t),u=Ge.test(t),l=e.style;if(u||(t=Xe(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&\"get\"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];\"string\"===(o=typeof n)&&(i=te.exec(n))&&i[1]&&(n=se(e,t,i),o=\"number\"),null!=n&&n==n&&(\"number\"!==o||u||(n+=i&&i[3]||(w.cssNumber[s]?\"\":\"px\")),d.clearCloneStyle||\"\"!==n||0!==t.indexOf(\"background\")||(l[t]=\"inherit\"),a&&\"set\"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=X(t);return Ge.test(t)||(t=Xe(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&\"get\"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Be(e,t,r)),\"normal\"===i&&t in Qe&&(i=Qe[t]),\"\"===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each([\"height\",\"width\"],(function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!Ve.test(w.css(e,\"display\"))||e.getClientRects().length&&e.getBoundingClientRect().width?Ze(e,t,r):We(e,Ye,(function(){return Ze(e,t,r)}))},set:function(e,n,r){var i,o=Ie(e),a=!d.scrollboxSize()&&\"absolute\"===o.position,s=(a||r)&&\"border-box\"===w.css(e,\"boxSizing\",!1,o),u=r?Ke(e,t,r,s,o):0;return s&&a&&(u-=Math.ceil(e[\"offset\"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ke(e,t,\"border\",!1,o)-.5)),u&&(i=te.exec(n))&&\"px\"!==(i[3]||\"px\")&&(e.style[t]=n,n=w.css(e,t)),Je(0,n,u)}}})),w.cssHooks.marginLeft=$e(d.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Be(e,\"marginLeft\"))||e.getBoundingClientRect().left-We(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+\"px\"})),w.each({margin:\"\",padding:\"\",border:\"Width\"},(function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o=\"string\"==typeof n?n.split(\" \"):[n];r<4;r++)i[e+ne[r]+t]=o[r]||o[r-2]||o[0];return i}},\"margin\"!==e&&(w.cssHooks[e+t].set=Je)})),w.fn.extend({css:function(e,t){return $(this,(function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Ie(e),i=t.length;a1)}}),w.Tween=et,et.prototype={constructor:et,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?\"\":\"px\")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}},et.prototype.init.prototype=et.prototype,et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,\"\"))&&\"auto\"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||!w.cssHooks[e.prop]&&null==e.elem.style[Xe(e.prop)]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},et.propHooks.scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:\"swing\"},w.fx=et.prototype.init,w.fx.step={};var tt,nt,rt=/^(?:toggle|show|hide)$/,it=/queueHooks$/;function ot(){nt&&(!1===v.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(ot):e.setTimeout(ot,w.fx.interval),w.fx.tick())}function at(){return e.setTimeout((function(){tt=void 0})),tt=Date.now()}function st(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i[\"margin\"+(n=ne[r])]=i[\"padding\"+n]=e;return t&&(i.opacity=i.width=e),i}function ut(e,t,n){for(var r,i=(lt.tweeners[t]||[]).concat(lt.tweeners[\"*\"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each((function(){w.removeAttr(this,e)}))}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?ct:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&\"set\"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+\"\"),n):i&&\"get\"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!d.radioValue&&\"radio\"===t&&A(e,\"input\")){var n=e.value;return e.setAttribute(\"type\",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(P);if(i&&1===e.nodeType)for(;n=i[r++];)e.removeAttribute(n)}}),ct={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\\w+/g),(function(e,t){var n=ft[t]||w.find.attr;ft[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ft[a],ft[a]=i,i=null!=n(e,t,r)?a:null,ft[a]=o),i}}));var pt=/^(?:input|select|textarea|button)$/i,dt=/^(?:a|area)$/i;function ht(e){return(e.match(P)||[]).join(\" \")}function gt(e){return e.getAttribute&&e.getAttribute(\"class\")||\"\"}function vt(e){return Array.isArray(e)?e:\"string\"==typeof e&&e.match(P)||[]}w.fn.extend({prop:function(e,t){return $(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[w.propFix[e]||e]}))}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&\"set\"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&\"get\"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,\"tabindex\");return t?parseInt(t,10):pt.test(e.nodeName)||dt.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:\"htmlFor\",class:\"className\"}}),d.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each([\"tabIndex\",\"readOnly\",\"maxLength\",\"cellSpacing\",\"cellPadding\",\"rowSpan\",\"colSpan\",\"useMap\",\"frameBorder\",\"contentEditable\"],(function(){w.propFix[this.toLowerCase()]=this})),w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(h(e))return this.each((function(t){w(this).addClass(e.call(this,t,gt(this)))}));if((t=vt(e)).length)for(;n=this[u++];)if(i=gt(n),r=1===n.nodeType&&\" \"+ht(i)+\" \"){for(a=0;o=t[a++];)r.indexOf(\" \"+o+\" \")<0&&(r+=o+\" \");i!==(s=ht(r))&&n.setAttribute(\"class\",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(h(e))return this.each((function(t){w(this).removeClass(e.call(this,t,gt(this)))}));if(!arguments.length)return this.attr(\"class\",\"\");if((t=vt(e)).length)for(;n=this[u++];)if(i=gt(n),r=1===n.nodeType&&\" \"+ht(i)+\" \"){for(a=0;o=t[a++];)for(;r.indexOf(\" \"+o+\" \")>-1;)r=r.replace(\" \"+o+\" \",\" \");i!==(s=ht(r))&&n.setAttribute(\"class\",s)}return this},toggleClass:function(e,t){var n=typeof e,r=\"string\"===n||Array.isArray(e);return\"boolean\"==typeof t&&r?t?this.addClass(e):this.removeClass(e):h(e)?this.each((function(n){w(this).toggleClass(e.call(this,n,gt(this),t),t)})):this.each((function(){var t,i,o,a;if(r)for(i=0,o=w(this),a=vt(e);t=a[i++];)o.hasClass(t)?o.removeClass(t):o.addClass(t);else void 0!==e&&\"boolean\"!==n||((t=gt(this))&&Y.set(this,\"__className__\",t),this.setAttribute&&this.setAttribute(\"class\",t||!1===e?\"\":Y.get(this,\"__className__\")||\"\"))}))},hasClass:function(e){var t,n,r=0;for(t=\" \"+e+\" \";n=this[r++];)if(1===n.nodeType&&(\" \"+ht(gt(n))+\" \").indexOf(t)>-1)return!0;return!1}});var yt=/\\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];return arguments.length?(r=h(e),this.each((function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i=\"\":\"number\"==typeof i?i+=\"\":Array.isArray(i)&&(i=w.map(i,(function(e){return null==e?\"\":e+\"\"}))),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&\"set\"in t&&void 0!==t.set(this,i,\"value\")||(this.value=i))}))):i?(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&\"get\"in t&&void 0!==(n=t.get(i,\"value\"))?n:\"string\"==typeof(n=i.value)?n.replace(yt,\"\"):null==n?\"\":n:void 0}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,\"value\");return null!=t?t:ht(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a=\"select-one\"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each([\"radio\",\"checkbox\"],(function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},d.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute(\"value\")?\"on\":e.value})})),d.focusin=\"onfocusin\"in e;var mt=/^(?:focusinfocus|focusoutblur)$/,xt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,r,i){var o,a,s,u,l,f,p,d,y=[r||v],m=c.call(t,\"type\")?t.type:t,x=c.call(t,\"namespace\")?t.namespace.split(\".\"):[];if(a=d=s=r=r||v,3!==r.nodeType&&8!==r.nodeType&&!mt.test(m+w.event.triggered)&&(m.indexOf(\".\")>-1&&(x=m.split(\".\"),m=x.shift(),x.sort()),l=m.indexOf(\":\")<0&&\"on\"+m,(t=t[w.expando]?t:new w.Event(m,\"object\"==typeof t&&t)).isTrigger=i?2:3,t.namespace=x.join(\".\"),t.rnamespace=t.namespace?new RegExp(\"(^|\\\\.)\"+x.join(\"\\\\.(?:.*\\\\.|)\")+\"(\\\\.|$)\"):null,t.result=void 0,t.target||(t.target=r),n=null==n?[t]:w.makeArray(n,[t]),p=w.event.special[m]||{},i||!p.trigger||!1!==p.trigger.apply(r,n))){if(!i&&!p.noBubble&&!g(r)){for(u=p.delegateType||m,mt.test(u+m)||(a=a.parentNode);a;a=a.parentNode)y.push(a),s=a;s===(r.ownerDocument||v)&&y.push(s.defaultView||s.parentWindow||e)}for(o=0;(a=y[o++])&&!t.isPropagationStopped();)d=a,t.type=o>1?u:p.bindType||m,(f=(Y.get(a,\"events\")||Object.create(null))[t.type]&&Y.get(a,\"handle\"))&&f.apply(a,n),(f=l&&a[l])&&f.apply&&V(a)&&(t.result=f.apply(a,n),!1===t.result&&t.preventDefault());return t.type=m,i||t.isDefaultPrevented()||p._default&&!1!==p._default.apply(y.pop(),n)||!V(r)||l&&h(r[m])&&!g(r)&&((s=r[l])&&(r[l]=null),w.event.triggered=m,t.isPropagationStopped()&&d.addEventListener(m,xt),r[m](),t.isPropagationStopped()&&d.removeEventListener(m,xt),w.event.triggered=void 0,s&&(r[l]=s)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each((function(){w.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),d.focusin||w.each({focus:\"focusin\",blur:\"focusout\"},(function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this.document||this,i=Y.access(r,t);i||r.addEventListener(e,n,!0),Y.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this.document||this,i=Y.access(r,t)-1;i?Y.access(r,t,i):(r.removeEventListener(e,n,!0),Y.remove(r,t))}}}));var bt=e.location,wt={guid:Date.now()},Tt=/\\?/;w.parseXML=function(t){var n,r;if(!t||\"string\"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,\"text/xml\")}catch(e){}return r=n&&n.getElementsByTagName(\"parsererror\")[0],n&&!r||w.error(\"Invalid XML: \"+(r?w.map(r.childNodes,(function(e){return e.textContent})).join(\"\\n\"):t)),n};var Ct=/\\[\\]$/,Et=/\\r?\\n/g,St=/^(?:submit|button|image|reset|file)$/i,kt=/^(?:input|select|textarea|keygen)/i;function At(e,t,n,r){var i;if(Array.isArray(t))w.each(t,(function(t,i){n||Ct.test(e)?r(e,i):At(e+\"[\"+(\"object\"==typeof i&&null!=i?t:\"\")+\"]\",i,n,r)}));else if(n||\"object\"!==x(t))r(e,t);else for(i in t)At(e+\"[\"+i+\"]\",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=h(t)?t():t;r[r.length]=encodeURIComponent(e)+\"=\"+encodeURIComponent(null==n?\"\":n)};if(null==e)return\"\";if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,(function(){i(this.name,this.value)}));else for(n in e)At(n,e[n],t,i);return r.join(\"&\")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=w.prop(this,\"elements\");return e?w.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!w(this).is(\":disabled\")&&kt.test(this.nodeName)&&!St.test(e)&&(this.checked||!de.test(e))})).map((function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,(function(e){return{name:t.name,value:e.replace(Et,\"\\r\\n\")}})):{name:t.name,value:n.replace(Et,\"\\r\\n\")}})).get()}});var Nt=/%20/g,jt=/#.*$/,Dt=/([?&])_=[^&]*/,qt=/^(.*?):[ \\t]*([^\\r\\n]*)$/gm,Lt=/^(?:GET|HEAD)$/,Ht=/^\\/\\//,Ot={},Pt={},Rt=\"*/\".concat(\"*\"),Mt=v.createElement(\"a\");function It(e){return function(t,n){\"string\"!=typeof t&&(n=t,t=\"*\");var r,i=0,o=t.toLowerCase().match(P)||[];if(h(n))for(;r=o[i++];)\"+\"===r[0]?(r=r.slice(1)||\"*\",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function Wt(e,t,n,r){var i={},o=e===Pt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],(function(e,s){var l=s(t,n,r);return\"string\"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)})),u}return a(t.dataTypes[0])||!i[\"*\"]&&a(\"*\")}function Ft(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}Mt.href=bt.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:bt.href,type:\"GET\",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(bt.protocol),global:!0,processData:!0,async:!0,contentType:\"application/x-www-form-urlencoded; charset=UTF-8\",accepts:{\"*\":Rt,text:\"text/plain\",html:\"text/html\",xml:\"application/xml, text/xml\",json:\"application/json, text/javascript\"},contents:{xml:/\\bxml\\b/,html:/\\bhtml/,json:/\\bjson\\b/},responseFields:{xml:\"responseXML\",text:\"responseText\",json:\"responseJSON\"},converters:{\"* text\":String,\"text html\":!0,\"text json\":JSON.parse,\"text xml\":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Ft(Ft(e,w.ajaxSettings),t):Ft(w.ajaxSettings,e)},ajaxPrefilter:It(Ot),ajaxTransport:It(Pt),ajax:function(t,n){\"object\"==typeof t&&(n=t,t=void 0),n=n||{};var r,i,o,a,s,u,l,c,f,p,d=w.ajaxSetup({},n),h=d.context||d,g=d.context&&(h.nodeType||h.jquery)?w(h):w.event,y=w.Deferred(),m=w.Callbacks(\"once memory\"),x=d.statusCode||{},b={},T={},C=\"canceled\",E={readyState:0,getResponseHeader:function(e){var t;if(l){if(!a)for(a={};t=qt.exec(o);)a[t[1].toLowerCase()+\" \"]=(a[t[1].toLowerCase()+\" \"]||[]).concat(t[2]);t=a[e.toLowerCase()+\" \"]}return null==t?null:t.join(\", \")},getAllResponseHeaders:function(){return l?o:null},setRequestHeader:function(e,t){return null==l&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==l&&(d.mimeType=e),this},statusCode:function(e){var t;if(e)if(l)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return r&&r.abort(t),S(0,t),this}};if(y.promise(E),d.url=((t||d.url||bt.href)+\"\").replace(Ht,bt.protocol+\"//\"),d.type=n.method||n.type||d.method||d.type,d.dataTypes=(d.dataType||\"*\").toLowerCase().match(P)||[\"\"],null==d.crossDomain){u=v.createElement(\"a\");try{u.href=d.url,u.href=u.href,d.crossDomain=Mt.protocol+\"//\"+Mt.host!=u.protocol+\"//\"+u.host}catch(e){d.crossDomain=!0}}if(d.data&&d.processData&&\"string\"!=typeof d.data&&(d.data=w.param(d.data,d.traditional)),Wt(Ot,d,n,E),l)return E;for(f in(c=w.event&&d.global)&&0==w.active++&&w.event.trigger(\"ajaxStart\"),d.type=d.type.toUpperCase(),d.hasContent=!Lt.test(d.type),i=d.url.replace(jt,\"\"),d.hasContent?d.data&&d.processData&&0===(d.contentType||\"\").indexOf(\"application/x-www-form-urlencoded\")&&(d.data=d.data.replace(Nt,\"+\")):(p=d.url.slice(i.length),d.data&&(d.processData||\"string\"==typeof d.data)&&(i+=(Tt.test(i)?\"&\":\"?\")+d.data,delete d.data),!1===d.cache&&(i=i.replace(Dt,\"$1\"),p=(Tt.test(i)?\"&\":\"?\")+\"_=\"+wt.guid+++p),d.url=i+p),d.ifModified&&(w.lastModified[i]&&E.setRequestHeader(\"If-Modified-Since\",w.lastModified[i]),w.etag[i]&&E.setRequestHeader(\"If-None-Match\",w.etag[i])),(d.data&&d.hasContent&&!1!==d.contentType||n.contentType)&&E.setRequestHeader(\"Content-Type\",d.contentType),E.setRequestHeader(\"Accept\",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(\"*\"!==d.dataTypes[0]?\", \"+Rt+\"; q=0.01\":\"\"):d.accepts[\"*\"]),d.headers)E.setRequestHeader(f,d.headers[f]);if(d.beforeSend&&(!1===d.beforeSend.call(h,E,d)||l))return E.abort();if(C=\"abort\",m.add(d.complete),E.done(d.success),E.fail(d.error),r=Wt(Pt,d,n,E)){if(E.readyState=1,c&&g.trigger(\"ajaxSend\",[E,d]),l)return E;d.async&&d.timeout>0&&(s=e.setTimeout((function(){E.abort(\"timeout\")}),d.timeout));try{l=!1,r.send(b,S)}catch(e){if(l)throw e;S(-1,e)}}else S(-1,\"No Transport\");function S(t,n,a,u){var f,p,v,b,T,C=n;l||(l=!0,s&&e.clearTimeout(s),r=void 0,o=u||\"\",E.readyState=t>0?4:0,f=t>=200&&t<300||304===t,a&&(b=function(e,t,n){for(var r,i,o,a,s=e.contents,u=e.dataTypes;\"*\"===u[0];)u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader(\"Content-Type\"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+\" \"+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(d,E,a)),!f&&w.inArray(\"script\",d.dataTypes)>-1&&w.inArray(\"json\",d.dataTypes)<0&&(d.converters[\"text script\"]=function(){}),b=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];for(o=c.shift();o;)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if(\"*\"===o)o=u;else if(\"*\"!==u&&u!==o){if(!(a=l[u+\" \"+o]||l[\"* \"+o]))for(i in l)if((s=i.split(\" \"))[1]===o&&(a=l[u+\" \"+s[0]]||l[\"* \"+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e.throws)t=a(t);else try{t=a(t)}catch(e){return{state:\"parsererror\",error:a?e:\"No conversion from \"+u+\" to \"+o}}}return{state:\"success\",data:t}}(d,b,E,f),f?(d.ifModified&&((T=E.getResponseHeader(\"Last-Modified\"))&&(w.lastModified[i]=T),(T=E.getResponseHeader(\"etag\"))&&(w.etag[i]=T)),204===t||\"HEAD\"===d.type?C=\"nocontent\":304===t?C=\"notmodified\":(C=b.state,p=b.data,f=!(v=b.error))):(v=C,!t&&C||(C=\"error\",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+\"\",f?y.resolveWith(h,[p,C,E]):y.rejectWith(h,[E,C,v]),E.statusCode(x),x=void 0,c&&g.trigger(f?\"ajaxSuccess\":\"ajaxError\",[E,d,f?p:v]),m.fireWith(h,[E,C]),c&&(g.trigger(\"ajaxComplete\",[E,d]),--w.active||w.event.trigger(\"ajaxStop\")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,\"json\")},getScript:function(e,t){return w.get(e,void 0,t,\"script\")}}),w.each([\"get\",\"post\"],(function(e,t){w[t]=function(e,n,r,i){return h(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}})),w.ajaxPrefilter((function(e){var t;for(t in e.headers)\"content-type\"===t.toLowerCase()&&(e.contentType=e.headers[t]||\"\")})),w._evalUrl=function(e,t,n){return w.ajax({url:e,type:\"GET\",dataType:\"script\",cache:!0,async:!1,global:!1,converters:{\"text script\":function(){}},dataFilter:function(e){w.globalEval(e,t,n)}})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(h(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return h(e)?this.each((function(t){w(this).wrapInner(e.call(this,t))})):this.each((function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=h(e);return this.each((function(n){w(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not(\"body\").each((function(){w(this).replaceWith(this.childNodes)})),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Bt={0:200,1223:204},$t=w.ajaxSettings.xhr();d.cors=!!$t&&\"withCredentials\"in $t,d.ajax=$t=!!$t,w.ajaxTransport((function(t){var n,r;if(d.cors||$t&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];for(a in t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i[\"X-Requested-With\"]||(i[\"X-Requested-With\"]=\"XMLHttpRequest\"),i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,\"abort\"===e?s.abort():\"error\"===e?\"number\"!=typeof s.status?o(0,\"error\"):o(s.status,s.statusText):o(Bt[s.status]||s.status,s.statusText,\"text\"!==(s.responseType||\"text\")||\"string\"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n(\"error\"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout((function(){n&&r()}))},n=n(\"abort\");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}})),w.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),w.ajaxSetup({accepts:{script:\"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript\"},contents:{script:/\\b(?:java|ecma)script\\b/},converters:{\"text script\":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter(\"script\",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type=\"GET\")})),w.ajaxTransport(\"script\",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(r,i){t=w(\"" - ], - "text/plain": [ - ":Image [lon,lat] (tas)" - ] - }, - "execution_count": 15, - "metadata": { - "application/vnd.holoviews_exec.v0+json": { - "id": "1002" - } - }, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "tas_AOI.isel(time=0, member_id=0).hvplot(cmap=\"coolwarm\", width=1000, height=1000)" + "NDVI_AOI.isel(time=0).hvplot(cmap=\"RdYlGn\", width=1000, height=1000)" ] }, { @@ -4101,63 +392,12 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": null, "id": "e32bc8d9", "metadata": {}, - "outputs": [ - { - "data": {}, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.holoviews_exec.v0+json": "", - "text/html": [ - "
\n", - "
\n", - "
\n", - "" - ], - "text/plain": [ - ":NdOverlay [Element]\n", - " :Histogram [tas] (tas_count)" - ] - }, - "execution_count": 16, - "metadata": { - "application/vnd.holoviews_exec.v0+json": { - "id": "1127" - } - }, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "tas_AOI[0].hvplot.hist(cmap=\"coolwarm\",bins=25, width=800, height=700)" + "NDVI_AOI[0].hvplot.hist(cmap=\"RdYlGn\",bins=25, width=800, height=700)" ] }, { @@ -4172,63 +412,12 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": null, "id": "dbfcdc9b", "metadata": {}, - "outputs": [ - { - "data": {}, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.holoviews_exec.v0+json": "", - "text/html": [ - "
\n", - "
\n", - "
\n", - "" - ], - "text/plain": [ - ":DynamicMap [time]\n", - " :Image [lon,lat] (tas)" - ] - }, - "execution_count": 17, - "metadata": { - "application/vnd.holoviews_exec.v0+json": { - "id": "1251" - } - }, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "tas_AOI.isel(member_id=0).hvplot(groupby ='time', cmap=\"coolwarm\", width=800, height=700)" + "NDVI_AOI.hvplot(groupby ='time', cmap=\"RdYlGn\", width=800, height=700)" ] }, { @@ -4241,165 +430,12 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": null, "id": "ad7fc6a3", "metadata": {}, - "outputs": [ - { - "data": {}, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.holoviews_exec.v0+json": "", - "text/html": [ - "
\n", - "
\n", - "
\n", - "" - ], - "text/plain": [ - ":AdjointLayout\n", - " :DynamicMap [time]\n", - " :Image [lon,lat] (tas)\n", - " :DynamicMap [time]\n", - " :Histogram [tas] (tas_count)" - ] - }, - "execution_count": 18, - "metadata": { - "application/vnd.holoviews_exec.v0+json": { - "id": "1423" - } - }, - "output_type": "execute_result" - } - ], - "source": [ - "tas_AOI.isel(member_id=0).hvplot(groupby='time', cmap='coolwarm', width=800, height=700 ).hist()" - ] - }, - { - "cell_type": "markdown", - "id": "69256d2d-df10-49cd-a2f1-e98fb0a2b4f0", - "metadata": {}, - "source": [ - "### Plot data on a particular projection" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "id": "815b8e67-f29b-4b7b-aa1b-04d6c5bec29c", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "WARNING:param.main: Calling the .opts method with options broken down by options group (i.e. separate plot, style and norm groups) is deprecated. Use the .options method converting to the simplified format instead or use hv.opts.apply_groups for backward compatibility.\n" - ] - } - ], - "source": [ - "plot = tas_AOI.isel(time=0, member_id=0).hvplot.quadmesh(x='lon', y='lat'\n", - " , rasterize=True\n", - " , geo=True\n", - " , global_extent=False\n", - " , projection=ccrs.Orthographic(30, 90) \n", - " , project=True\n", - " , cmap='coolwarm'\n", - " , coastline='50m' \n", - " , frame_width=400\n", - " , title=\"Near-surface Temperature over Norway (CMIP6 CESM2)\"\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "id": "a24875db-e25a-45ef-81ad-baca1da67408", - "metadata": {}, - "outputs": [ - { - "data": {}, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.holoviews_exec.v0+json": "", - "text/html": [ - "
\n", - "
\n", - "
\n", - "" - ], - "text/plain": [ - ":DynamicMap []\n", - " :Overlay\n", - " .Image.I :Image [lon,lat] (tas)\n", - " .Coastline.I :Feature [Longitude,Latitude]" - ] - }, - "execution_count": 20, - "metadata": { - "application/vnd.holoviews_exec.v0+json": { - "id": "1789" - } - }, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "plot" + "NDVI_AOI.hvplot(groupby='time', cmap='RdYlGn', width=800, height=700 ).hist()" ] }, { @@ -4412,69 +448,12 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": null, "id": "a04175e2", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "WARNING:param.CurvePlot02669: Converting cftime.datetime from a non-standard calendar (noleap) to a standard calendar for plotting. This may lead to subtle errors in formatting dates, for accurate tick formatting switch to the matplotlib backend.\n" - ] - }, - { - "data": {}, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "application/vnd.holoviews_exec.v0+json": "", - "text/html": [ - "
\n", - "
\n", - "
\n", - "" - ], - "text/plain": [ - ":Curve [time] (tas)" - ] - }, - "execution_count": 21, - "metadata": { - "application/vnd.holoviews_exec.v0+json": { - "id": "2069" - } - }, - "output_type": "execute_result" - } - ], + "outputs": [], "source": [ - "tas_AOI.isel(member_id=0).sel(lat=60, lon=10.75, method='nearest').hvplot(ylim=(260, 293))" + "NDVI_AOI.sel(lat=45.88, lon=8.63, method='nearest').hvplot(ylim=(-0.08, 0.92))" ] }, { @@ -4531,6 +510,14 @@ "id": "0b9486db", "metadata": {}, "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "22a4185c-d6fc-410a-ab91-d5a41a26bb16", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { diff --git a/docs/setup/users-getting-started.md b/docs/setup/users-getting-started.md index 4930f43..992071a 100644 --- a/docs/setup/users-getting-started.md +++ b/docs/setup/users-getting-started.md @@ -22,7 +22,7 @@ You can also contribute to "the Pangeo show and tell" online meetups. Access Pangeo@EOSC via [https://pangeo-eosc.vm.fedcloud.eu/](https://pangeo-eosc.vm.fedcloud.eu/) and choose among the 4 available flavors (as shown on the figure below): -![Cloud EGI JupyterHub flavors](images/flavors.png) +![Cloud EGI JupyterHub flavors](../images/flavors.png) - Pangeo Notebook uses a docker image maintained by the Pangeo community. It contains all the Python packages you need to data analysis and visualization. The list of packages and all the Pangeo Notebook environment is made available [here](https://github.com/pangeo-data/pangeo-docker-images); look up the `pangeo-notebook` folder. - Machine Learning Pangeo notebook with GPU enable tensorflow2: similarly, it is maintained by the Pangeo community and the complete computational environment with the list of Python packages is also available at [https://github.com/pangeo-data/pangeo-docker-images](https://github.com/pangeo-data/pangeo-docker-images) in the `ml-notebook` folder. This flavor contains all the packages from the Pangeo Notebook flavor and is GPU-enabled tensorflow2. Choose this flavor if you need GPUs; for instance for training neural networks; @@ -40,11 +40,11 @@ Each user has a very small amount of local storage when using the DaskHub as it The MinIO console endpoint is: [https://pangeo-eosc-minio.vm.fedcloud.eu/](https://pangeo-eosc-minio.vm.fedcloud.eu/). You can authenticate to the MinIO Object Storage in the same way you login to DaskHub. As shown on the Figure below, make sure you "Select Other Authentication Method" and "Login with SSO (checkin)" to access the MinIO console. Then use your ORCID iD to login. -![minIO Login](images/minIO_login.png) +![minIO Login](../images/minIO_login.png) You can create, access and manage your buckets from the minIO console (or use [minIO Python package](https://min.io/docs/minio/linux/developers/python/minio-py.html)). The figure below shows the GUI (with several tabs on the left; the bucket tab is selected on the figure): initially, you won't have any buckets so please feel free to create public/privates buckets. -![minIO buckets](images/minIO_buckets.png) +![minIO buckets](../images/minIO_buckets.png) In addition to the MinIO console, the API end point is `https://pangeo-eosc-minioapi.vm.fedcloud.eu/` for those who prefer to interact with MinIO via the API.