bokeh 3.10.0.dev7__tar.gz → 4.0.0.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bokeh-3.10.0.dev7/src/bokeh.egg-info → bokeh-4.0.0.dev1}/PKG-INFO +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-api.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-api.min.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-gl.js +139 -79
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-gl.min.js +4 -4
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-mathjax.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-mathjax.min.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-tables.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-tables.min.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-widgets.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-widgets.min.js +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh.js +67 -6
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh.min.js +4 -4
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/compiler.js +63 -63
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/polygon.d.ts +4 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/patch.d.ts +2 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/patches.d.ts +3 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/plot_canvas.d.ts +1 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/range_manager.d.ts +2 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1/src/bokeh.egg-info}/PKG-INFO +1 -1
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/LICENSE.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/MANIFEST.in +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/README.md +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/pyproject.toml +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/setup.cfg +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/setup.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/LICENSE.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/__main__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_specs.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.1.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.10.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.11.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.11.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.10.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.11.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.12.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.13.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.14.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.15.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.16.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.4.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.5.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.6.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.7.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.8.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.9.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.13.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.2.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.3.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.4.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.5.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.5.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.5.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.6.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.6.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.7.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.7.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.8.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.8.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.8.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.4.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.1.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.2.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.4.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.4.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.0.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.0.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.0.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.1.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.1.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.2.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.2.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.2.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.0.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.0.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.0.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.1.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.1.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.2.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.2.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.2.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.4.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.5.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.5.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.5.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.3.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.8.0.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.8.1.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.8.2.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_types.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/application.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/code.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/code_runner.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/directory.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/document_lifecycle.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/function.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/lifecycle.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/notebook.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/request_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/script.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/server_lifecycle.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/server_request_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/connection.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/session.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/states.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/websocket.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/color.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/groups.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/named.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/bootstrap.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommand.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/build.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/file_output.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/info.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/init.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/json.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/secret.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/serve.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/settings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/static.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_js.js.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_nb_js.js.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_request_tag.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_tag.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/css_resources.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/doc_js.js.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/doc_nb_js.js.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/file.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/js_resources.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/macros.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/notebook_load.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/plot_div.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/root_div.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/script_tag.html.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/try_run.js.jinja +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/enums.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/has_props.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/has_props.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/json_encoder.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/properties.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/_sphinx.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/alias.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/aliases.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/any.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/auto.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/bases.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/color.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/constraints.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/container.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/data_class.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/data_frame.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/dataspec.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/datetime.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/descriptor_factory.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/descriptors.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/either.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/enum.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/factors.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/include.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/instance.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/json.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/nothing.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/nullable.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/numeric.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/override.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/primitive.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/readonly.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/required.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/serialized.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/singletons.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/string.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/struct.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/text_like.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/validation.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/vectorization.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/visual.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/visual.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/wrappers.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_aliases.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_aliases.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_mixins.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_mixins.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/query.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/serialization.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/templates.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/types.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/check.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/decorators.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/errors.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/issue.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/warnings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/callbacks.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/config.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/config.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/document.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/events.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/json.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/locking.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/models.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/modules.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/driving.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/bundle.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/elements.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/notebook.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/server.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/standalone.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/wrappers.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/events.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/ext.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/browser.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/doc.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/export.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/notebook.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/output.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/saving.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/showing.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/state.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/webdriver.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/layouts.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/data_model.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/docs.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/model.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/model.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/annotation.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/annotation.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/arrows.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/arrows.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/dimensional.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/dimensional.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/geometry.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/geometry.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/html_annotation.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/html_annotation.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/labels.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/labels.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/toolbars.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/toolbars.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/labels.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/labels.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/legends.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/legends.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/axes.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/axes.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/callbacks.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/callbacks.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/canvas.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/canvas.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/common/properties.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/comparisons.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/comparisons.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/coordinates.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/coordinates.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/css.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/css.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/dom.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/dom.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/expressions.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/expressions.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/filters.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/filters.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/formatters.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/formatters.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyph.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyph.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyphs.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyphs.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphics.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphics.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphs.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphs.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/grids.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/grids.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/labeling.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/labeling.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/layouts.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/layouts.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/map_plots.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/map_plots.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/mappers.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/mappers.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/misc/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/misc/group_by.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/misc/group_by.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/nodes.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/nodes.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/plots.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/plots.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ranges.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ranges.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/contour_renderer.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/contour_renderer.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/glyph_renderer.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/glyph_renderer.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/graph_renderer.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/graph_renderer.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/renderer.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/renderer.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/tile_renderer.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/tile_renderer.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/scales.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/scales.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selections.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selections.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selectors.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selectors.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/sources.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/sources.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/text.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/text.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/textures.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/textures.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tickers.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tickers.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tiles.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tiles.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tools.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tools.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/transforms.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/transforms.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/dialogs.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/dialogs.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/examiner.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/examiner.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/floating.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/floating.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/icons.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/icons.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/menus.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/menus.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/notifications.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/notifications.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panels.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panels.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panes.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panes.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/tooltips.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/tooltips.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/ui_element.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/ui_element.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/util/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/util/structure.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/buttons.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/buttons.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/groups.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/groups.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/indicators.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/indicators.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/inputs.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/inputs.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markdown.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markdown.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markups.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markups.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/pickers.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/pickers.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/sliders.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/sliders.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/tables.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/tables.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/widget.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/widget.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/palettes.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_decorators.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_docstring.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_figure.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_figure.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_geo_feature.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_geo_feature.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_graph.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_legends.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_plot.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_renderer.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_stack.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_tools.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/contour.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/glyph_api.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/glyph_api.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/gmap.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/graph.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/exceptions.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/message.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/ack.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/error.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/ok.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/patch_doc.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/pull_doc_reply.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/pull_doc_req.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/push_doc.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/server_info_reply.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/server_info_req.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/receiver.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/py.typed +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/resources.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/airport_routes.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/airports.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/anscombe.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/antibiotics.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/autompg.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/autompg2.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/browsers.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/commits.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/cows.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/cycling.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/daylight.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/degrees.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/emissions.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/forensic_glass.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/gapminder.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/glucose.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/haar_cascade.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/iris.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/les_mis.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/lincoln.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/movies_data.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/movies_data.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/mtb.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/olympics2014.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/penguins.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/perceptions.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/periodic_table.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/population.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sample_geojson.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sample_superstore.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sample_superstore.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sea_surface_temperature.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sprint.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/stocks.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/titanic.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/unemployment.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/unemployment1948.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_cities.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_counties.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_holidays.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_marriages_divorces.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_states.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/world_cities.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/auth_provider.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/callbacks.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/connection.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/contexts.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/protocol_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/server.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/session.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/all/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/charts.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/expr.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/figure.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/glyph_api.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/gridplot.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/io.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/linalg.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/models.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/palettes.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/parser.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/plotting.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/themes.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/base.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/bokeh.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/client/connection.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/client/session.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/bokeh_events.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/build_views.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/class.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/diagnostics.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/dom.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/dom_view.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/enums.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/geometry.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/graphics.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/has_props.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/hittest.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/kinds.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/alignments.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/border.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/grid.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/layoutable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/side_panel.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/types.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/logging.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/patching.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/properties.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/property_mixins.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/resolvers.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/selection_manager.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/buffer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/deserializer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/reps.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/serializer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/settings.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/signaling.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/stylesheets.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/types.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/ui_events.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/ui_gestures.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/uniforms.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/affine.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/algorithms.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/arrayable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/assert.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/bbox.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/bitset.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/buffer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/callbacks.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/canvas.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/cloneable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/color.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/defer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/eq.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/flip_step_mode.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/image.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/indices.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/interpolation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/iterator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/math.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/matrix.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/menus.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/modules.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/ndarray.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/object.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/panes.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/platform.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/pretty.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/projections.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/ragged_array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/random.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/refs.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/set.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/slice.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/spatial.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/svg.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/svg_colors.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/templating.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/throttle.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/typed_array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/types.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/version.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/wheel.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/zoom.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/vdom.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/vectorization.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/view.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/view_manager.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/fill.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/hatch.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/image.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/line.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/patterns.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/visual.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/config.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/defs.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/document.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/events.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/dom.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/json.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/notebook.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/server.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/standalone.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/model.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/annotation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/area_visuals.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/arrow.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/arrow_head.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/band.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/base_bar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/base_color_bar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/box_annotation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/color_bar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/contour_color_bar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/data_annotation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/dimensional.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/label.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/label_set.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/text_annotation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/title.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/label.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/label_set.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/legend.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/legend_item.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/poly_annotation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/scale_bar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/size_bar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/slope.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/span.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/text_annotation.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/title.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/toolbar_panel.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/upper_lower.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/whisker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/categorical_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/continuous_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/datetime_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/linear_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/log_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/mercator_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/timedelta_axis.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/callback.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/close_dialog.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/customjs.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/open_dialog.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/open_url.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/set_value.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/toggle_visibility.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/canvas.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/canvas_panel.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/cartesian_frame.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/box_kinds.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/kinds.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/painting.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/resolve.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/comparison.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/customjs_compare.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/nan_compare.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/coordinate.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/coordinate_mapping.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/indexed.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/node.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/xy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/action.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/color_ref.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/dom_element.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/dom_node.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/elements.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/html.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/index_.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/placeholder.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/styles.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/stylesheets.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/template.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/toggle_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/value_of.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/value_ref.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/coordinate_transform.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/cumsum.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/customjs_expr.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/expression.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/maximum.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/minimum.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/polar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/stack.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/all_indices.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/boolean_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/composite_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/customjs_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/difference_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/group_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/index_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/intersection_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/inversion_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/symmetric_difference_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/union_filter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/basic_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/categorical_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/customjs_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/datetime_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/log_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/mercator_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/numeral_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/printf_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/timedelta_tick_formatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/annular_wedge.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/annulus.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/arc.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/area.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/bezier.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/block.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/center_rotatable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/circle.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/defs.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/ellipse.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/glyph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/harea.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/harea_step.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hbar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hex_tile.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hspan.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hstrip.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_base.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_rgba.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_stack.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_url.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/line.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/lrtb.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/marker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/math_text_glyph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/mathml_glyph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/multi_line.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/multi_polygons.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/ngon.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/patch.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/patches.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/quad.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/quadratic.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/radial_glyph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/ray.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/rect.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/scatter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/segment.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/spline.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/step.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/tex_glyph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/utils.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/varea.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/varea_step.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/vbar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/vspan.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/vstrip.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/accumulate.frag.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/accumulate.vert.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/annular_wedge.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/annulus.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/base.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/base_line.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/base_marker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/buffer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/circle.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/dash_cache.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/hex_tile.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/image.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/image.frag.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/image.vert.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/line_gl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/lrtb.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/marker.frag.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/marker.vert.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/multi_line.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/multi_marker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/ngon.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/polygon.frag.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/polygon.vert.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/radial.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/rect.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/regl_line.frag.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/regl_line.vert.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/regl_wrap.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/single_line.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/single_marker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/step.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/sxsy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/types.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/utils/math.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/webgl_utils.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/wedge.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/wedge.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/xy_glyph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphics/decoration.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphics/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphics/marking.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphs/graph_hit_test_policy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphs/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphs/layout_provider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphs/static_layout_provider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/grids/grid.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/grids/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/alignments.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/column.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/css_grid_box.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/flex_box.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/grid_box.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/group_box.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/hbox.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/layout_dom.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/row.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/scroll_box.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/spacer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/tab_panel.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/tabs.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/vbox.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/categorical_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/categorical_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/categorical_marker_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/categorical_pattern_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/continuous_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/eqhist_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/linear_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/log_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/scanning_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/stack_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/weighted_stack_color_mapper.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/misc/group_by.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/misc/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/figure.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/gmap.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/gmap_plot.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/gmap_plot_canvas.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/grid_plot.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/plot.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/state_manager.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/policies/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/policies/labeling.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/random/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/random/park_miller_lcg.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/random/random_generator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/data_range.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/data_range1d.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/factor_range.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/numerical_range.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/range.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/range1d.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/composite_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/contour_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/data_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/glyph_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/graph_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/guide_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/renderer_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/categorical_scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/composite_scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/continuous_scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/linear_interpolation_scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/linear_scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/log_scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/scale.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selections/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selections/interaction_policy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selections/selection.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_class.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_id.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_xpath.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/selector.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/ajax_data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/cds_view.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/column_data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/columnar_data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/geojson_data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/server_sent_data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/web_data_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/base_text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/math_text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/mathjax/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/mathjax/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/plain_text.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/providers.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/utils.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/canvas_texture.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/image_url_texture.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/texture.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/adaptive_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/basic_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/binned_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/categorical_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/composite_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/continuous_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/customjs_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/datetime_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/days_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/fixed_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/log_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/mercator_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/months_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/single_interval_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/timedelta_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/util.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/years_ticker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/bbox_tile_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/mercator_tile_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/quadkey_tile_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tile_renderer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tile_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tile_utils.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tms_tile_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/wmts_tile_source.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/action_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/click_pan_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/copy_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/custom_action.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/examine_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/fullscreen_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/help_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/plot_action_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/redo_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/reset_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/save_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/undo_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/zoom_base_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/zoom_in_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/zoom_out_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/click_button.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/box_edit_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/common.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/edit_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/freehand_draw_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/line_edit_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/line_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/point_draw_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/poly_draw_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/poly_edit_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/poly_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/box_select_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/box_zoom_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/common.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/gesture_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/lasso_select_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/pan_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/poly_select_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/range_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/region_select_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/select_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/tap_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/wheel_pan_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/wheel_zoom_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/inspectors/crosshair_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/inspectors/customjs_hover.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/inspectors/hover_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/inspectors/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/inspectors/inspect_tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/on_off_button.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_button.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_menu.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_proxy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/toolbar.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/customjs_transform.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/dodge.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/interpolator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/jitter.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/linear_interpolator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/range_transform.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/step_interpolator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/transform.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/dialog.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/drawer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/examiner.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/builtin_icon.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/icon.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/svg_icon.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/tabler_icon.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/action_item.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/checkable_item.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/divider_item.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/menu.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/menu_item.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/notifications.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/pane.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/panel.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/printers.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/styled_element.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/tooltip.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/ui_element.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/util.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/abstract_button.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/autocomplete_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/base_date_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/base_datetime_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/button.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/checkbox.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/checkbox_button_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/checkbox_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/color_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/control.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/date_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/date_range_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/datetime_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/datetime_range_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/div.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/dropdown.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/file_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/help_button.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/indicator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/input_widget.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/light_dark.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/markdown.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/markup.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/multi_choice.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/multiple_date_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/multiple_datetime_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/multiselect.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/numeric_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/oriented_control.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/palette_select.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/paragraph.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/password_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/picker_base.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/pretext.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/progress.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/radio_button_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/radio_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/select.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/abstract_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/base_numerical_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/categorical_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/date_range_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/date_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/datetime_range_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/numerical_range_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/numerical_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/range_slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/slider.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/spinner.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/switch.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/cell_editors.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/cell_formatters.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/data_cube.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/data_table.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/definitions.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/main.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/row_aggregators.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/table_column.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/table_widget.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/text_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/text_like_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/textarea_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/time_picker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/toggle.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/toggle_button_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/toggle_input.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/toggle_input_group.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/widget.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/protocol/index.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/protocol/message.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/protocol/receiver.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/safely.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/attribution.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/buttons.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/canvas.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/canvas_panel.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/caret.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/cartesian_frame.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/core.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/dialogs.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/drawers.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/dropdown.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/examiner.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/group_box.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/hover_tool.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/icons.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/legacy_menus.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/legend.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/logo.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/menus.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/notifications.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/panels.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/panes.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/plots.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/pretty.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/tabs.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/tool_button.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/toolbar.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/tooltips.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/ui/builtin_icon.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/ui.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/vars.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/checkbox.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/choices.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/flatpickr.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/inputs.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/markup.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/nouislider.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/palette_select.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/palette_select_item.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/palette_select_pane.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/password_input.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/progress.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/slickgrid.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/sliders.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/switch.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/tables.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/toggle_input.css.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/version.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.decorators.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.decorators.legacy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.dom.asynciterable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.dom.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.dom.iterable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.collection.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.core.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.generator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.iterable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.promise.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.proxy.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.reflect.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.symbol.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.symbol.wellknown.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.array.include.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.arraybuffer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.date.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.object.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.sharedmemory.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.typedarrays.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.asyncgenerator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.asynciterable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.promise.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.regexp.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.object.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.symbol.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.bigint.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.date.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.number.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.promise.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.sharedmemory.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.promise.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.weakref.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.error.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.object.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.regexp.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.collection.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.arraybuffer.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.collection.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.object.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.promise.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.regexp.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.sharedmemory.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.string.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es5.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es6.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.array.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.collection.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.decorators.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.disposable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.error.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.float16.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.full.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.intl.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.iterator.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.promise.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.sharedmemory.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.scripthost.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.asynciterable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.importscripts.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.iterable.d.ts +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/tornado.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/urls.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/app_index.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/auth_request_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/autoload_js_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/bokeh-dev.ico +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/bokeh.ico +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/doc_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/ico_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/metadata_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/multi_root_static_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/root_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/session_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/static_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/ws.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/settings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_codepen_init.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_content_epilogue.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_content_prologue.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_html_template.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/color_detail.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/enum_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/example_metadata.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/gallery_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/gallery_page.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/jinja_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/model_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/options_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/palette_detail.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/palette_group_detail.html +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/prop_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/release_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/settings_detail.rst +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_autodoc.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_color.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_dataframe.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_directive.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_enum.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_example_metadata.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_gallery.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_jinja.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_model.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_options.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_palette.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_palette_group.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_prop.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_releases.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_roles.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_sampledata_xref.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_settings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_sitemap.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokehjs_content.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/example_handler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/templates.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/util.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/bokeh_plot.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_caliber.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_carbon.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_contrast.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_dark_minimal.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_light_minimal.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_night_sky.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/theme.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/transform.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/__init__.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/browser.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/callback_manager.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/compiler.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/dataclasses.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/datatypes.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/dependencies.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/deprecation.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/functions.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/hex.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/info.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/logconfig.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/options.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/package.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/paths.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/sampledata.json +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/serialization.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/settings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/strings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/terminal.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/token.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/tornado.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/version.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/warnings.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/SOURCES.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/dependency_links.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/entry_points.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/requires.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/top_level.txt +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/getipython.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/history.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/interactiveshell.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/display.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/bokeh_sampledata/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/bs4.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/cartopy/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/cartopy/crs.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/cartopy/feature.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/ipykernel/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/ipykernel/comm/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/ipykernel/comm/comm.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/json5.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/jupyter_core/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/jupyter_core/paths.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/playwright/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/playwright/sync_api.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/psutil.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/common/exceptions.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/options.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/service.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/webdriver.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/action_chains.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/by.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/keys.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/firefox_binary.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/options.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/service.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/webdriver.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/remote/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/remote/webdriver.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/remote/webelement.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/safari/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/safari/webdriver.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/support/__init__.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/support/expected_conditions.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/support/wait.pyi +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_bokehjs.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_cross.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_defaults.py +0 -0
- {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_examples.py +0 -0
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|
|
@@ -11354,6 +11354,7 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11354
11354
|
_nvertices = 0;
|
|
11355
11355
|
_ring_data = [];
|
|
11356
11356
|
_pv_dirty = true;
|
|
11357
|
+
_topology;
|
|
11357
11358
|
constructor(regl_wrapper, glyph) {
|
|
11358
11359
|
super(regl_wrapper, glyph);
|
|
11359
11360
|
this.glyph = glyph;
|
|
@@ -11361,16 +11362,23 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11361
11362
|
draw(_indices, main_glyph, transform) {
|
|
11362
11363
|
const main_patch = main_glyph;
|
|
11363
11364
|
const main_gl = main_patch.glglyph;
|
|
11365
|
+
const derived_data_changed = this !== main_gl && this.data_changed;
|
|
11364
11366
|
if (this.visuals_changed) {
|
|
11365
11367
|
this._set_visuals();
|
|
11366
11368
|
this.visuals_changed = false;
|
|
11367
11369
|
this._pv_dirty = true;
|
|
11368
11370
|
}
|
|
11369
|
-
const
|
|
11371
|
+
const data_changed = main_gl.data_changed;
|
|
11372
|
+
const data_changed_or_mapped = data_changed || main_gl.data_mapped;
|
|
11370
11373
|
if (data_changed_or_mapped) {
|
|
11371
|
-
main_gl._set_data();
|
|
11374
|
+
main_gl._set_data(data_changed);
|
|
11372
11375
|
main_gl.data_changed = false;
|
|
11373
11376
|
main_gl.data_mapped = false;
|
|
11377
|
+
this._pv_dirty ||= data_changed || derived_data_changed;
|
|
11378
|
+
}
|
|
11379
|
+
if (this !== main_gl && (this.data_changed || this.data_mapped)) {
|
|
11380
|
+
this.data_changed = false;
|
|
11381
|
+
this.data_mapped = false;
|
|
11374
11382
|
this._pv_dirty = true;
|
|
11375
11383
|
}
|
|
11376
11384
|
if (main_gl._triangle_count == 0 && main_gl._ring_data.length == 0) {
|
|
@@ -11501,29 +11509,37 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11501
11509
|
}
|
|
11502
11510
|
}
|
|
11503
11511
|
}
|
|
11504
|
-
_set_data() {
|
|
11512
|
+
_set_data(data_changed = true) {
|
|
11505
11513
|
const { sx, sy } = this.glyph;
|
|
11506
11514
|
const rings = (0, polygon_1.split_rings)(sx, sy);
|
|
11507
11515
|
if (rings.length > 0) {
|
|
11508
|
-
|
|
11509
|
-
const
|
|
11516
|
+
const topology_invalid = this._topology == null || this._topology.some(({ ring_indices }) => ring_indices.some((i) => i >= rings.length));
|
|
11517
|
+
const topology_changed = data_changed || topology_invalid;
|
|
11518
|
+
if (topology_changed) {
|
|
11519
|
+
const groups = (0, polygon_1.classify_rings)(rings);
|
|
11520
|
+
this._topology = groups.map(({ flat_coords, rings: group_rings }) => {
|
|
11521
|
+
const ring_indices = group_rings.map((ring) => rings.indexOf(ring));
|
|
11522
|
+
const hole_indices = [];
|
|
11523
|
+
let offset = 0;
|
|
11524
|
+
for (let r = 0; r < group_rings.length; r++) {
|
|
11525
|
+
if (r > 0) {
|
|
11526
|
+
hole_indices.push(offset);
|
|
11527
|
+
}
|
|
11528
|
+
offset += group_rings[r].length / 2;
|
|
11529
|
+
}
|
|
11530
|
+
const tri_indices = (0, earcut_1.default)(flat_coords, hole_indices.length > 0 ? hole_indices : undefined, 2);
|
|
11531
|
+
return { ring_indices, tri_indices };
|
|
11532
|
+
});
|
|
11533
|
+
}
|
|
11510
11534
|
let total_nvertices = 0;
|
|
11511
11535
|
let total_ntriangles = 0;
|
|
11512
11536
|
let total_coords = 0;
|
|
11513
11537
|
let total_elements = 0;
|
|
11514
11538
|
// Triangulate each group independently
|
|
11515
11539
|
const group_geoms = [];
|
|
11516
|
-
for (const
|
|
11517
|
-
const
|
|
11518
|
-
const
|
|
11519
|
-
let offset = 0;
|
|
11520
|
-
for (let r = 0; r < group_rings.length; r++) {
|
|
11521
|
-
if (r > 0) {
|
|
11522
|
-
hole_indices.push(offset);
|
|
11523
|
-
}
|
|
11524
|
-
offset += group_rings[r].length / 2;
|
|
11525
|
-
}
|
|
11526
|
-
const tri_indices = (0, earcut_1.default)(flat_coords, hole_indices.length > 0 ? hole_indices : undefined, 2);
|
|
11540
|
+
for (const { ring_indices, tri_indices } of this._topology) {
|
|
11541
|
+
const group_rings = ring_indices.map((i) => rings[i]);
|
|
11542
|
+
const flat_coords = group_rings.flat();
|
|
11527
11543
|
const geom = (0, polygon_1.generate_skirt_geometry)(flat_coords, group_rings, tri_indices, polygon_1.POLYGON_AA_WIDTH);
|
|
11528
11544
|
group_geoms.push(geom);
|
|
11529
11545
|
total_nvertices += geom.nvertices;
|
|
@@ -11542,7 +11558,7 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11542
11558
|
this._edge_distance = new buffer_1.Float32Buffer(this.regl_wrapper);
|
|
11543
11559
|
}
|
|
11544
11560
|
const ed_array = this._edge_distance.get_sized_array(total_nvertices);
|
|
11545
|
-
const elem_array = new Uint32Array(total_elements);
|
|
11561
|
+
const elem_array = topology_changed || this._elements == null ? new Uint32Array(total_elements) : null;
|
|
11546
11562
|
let pos_offset = 0;
|
|
11547
11563
|
let ed_offset = 0;
|
|
11548
11564
|
let elem_offset = 0;
|
|
@@ -11552,24 +11568,26 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11552
11568
|
pos_offset += geom.positions.length;
|
|
11553
11569
|
ed_array.set(geom.edge_distance, ed_offset);
|
|
11554
11570
|
ed_offset += geom.edge_distance.length;
|
|
11555
|
-
|
|
11556
|
-
|
|
11571
|
+
if (elem_array != null) {
|
|
11572
|
+
for (let j = 0; j < geom.indices.length; j++) {
|
|
11573
|
+
elem_array[elem_offset + j] = geom.indices[j] + vertex_offset;
|
|
11574
|
+
}
|
|
11557
11575
|
}
|
|
11558
11576
|
elem_offset += geom.indices.length;
|
|
11559
11577
|
vertex_offset += geom.nvertices;
|
|
11560
11578
|
}
|
|
11561
11579
|
this._positions.update();
|
|
11562
11580
|
this._edge_distance.update();
|
|
11563
|
-
//
|
|
11564
|
-
if (
|
|
11565
|
-
this._elements
|
|
11581
|
+
// Element topology is data-space invariant, so retain it across mapping.
|
|
11582
|
+
if (elem_array != null) {
|
|
11583
|
+
this._elements?.destroy();
|
|
11584
|
+
this._elements = this.regl_wrapper.elements({
|
|
11585
|
+
usage: "static",
|
|
11586
|
+
primitive: "triangles",
|
|
11587
|
+
data: elem_array,
|
|
11588
|
+
type: "uint32",
|
|
11589
|
+
});
|
|
11566
11590
|
}
|
|
11567
|
-
this._elements = this.regl_wrapper.elements({
|
|
11568
|
-
usage: "static",
|
|
11569
|
-
primitive: "triangles",
|
|
11570
|
-
data: elem_array,
|
|
11571
|
-
type: "uint32",
|
|
11572
|
-
});
|
|
11573
11591
|
// Build line data for all rings (outer boundary + holes + disjoint)
|
|
11574
11592
|
this._ring_data = [];
|
|
11575
11593
|
for (const ring of rings) {
|
|
@@ -11580,10 +11598,14 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11580
11598
|
}
|
|
11581
11599
|
}
|
|
11582
11600
|
else {
|
|
11601
|
+
if (data_changed) {
|
|
11602
|
+
this._elements?.destroy();
|
|
11603
|
+
this._elements = null;
|
|
11604
|
+
this._topology = [];
|
|
11605
|
+
}
|
|
11583
11606
|
this._triangle_count = 0;
|
|
11584
11607
|
this._nvertices = 0;
|
|
11585
11608
|
this._ring_data = [];
|
|
11586
|
-
this._edge_distance = undefined;
|
|
11587
11609
|
}
|
|
11588
11610
|
}
|
|
11589
11611
|
_set_visuals() {
|
|
@@ -11687,7 +11709,10 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11687
11709
|
* boundary edge. Interior (earcut) vertices get `edge_distance = antialias_width`
|
|
11688
11710
|
* (fully opaque). Skirt outer vertices get `edge_distance = 0.0` (fully
|
|
11689
11711
|
* transparent). The GPU linearly interpolates across the skirt, producing a
|
|
11690
|
-
* smooth alpha gradient for anti-aliased polygon edges.
|
|
11712
|
+
* smooth alpha gradient for anti-aliased polygon edges. Ordinarily the skirt
|
|
11713
|
+
* straddles the mathematical boundary. Rings with subpixel segments instead
|
|
11714
|
+
* keep their triangulated vertices fixed and place the entire fade outwards,
|
|
11715
|
+
* because moving those vertices can invalidate skinny earcut triangles.
|
|
11691
11716
|
*
|
|
11692
11717
|
* @param flat_coords Interleaved [x0,y0,...] screen-pixel coordinates.
|
|
11693
11718
|
* @param rings Ring arrays as returned by {@link split_rings}.
|
|
@@ -11792,26 +11817,27 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11792
11817
|
// Record the base index for this ring's skirt vertices
|
|
11793
11818
|
const skirt_base = skirt_vert_idx;
|
|
11794
11819
|
// Clamp the inward shift so that it doesn't collapse small or narrow
|
|
11795
|
-
// polygons.
|
|
11820
|
+
// polygons. We use the approximate "inradius" (area / perimeter) to
|
|
11796
11821
|
// estimate how far inward we can safely shift without inverting the
|
|
11797
|
-
// earcut triangulation.
|
|
11798
|
-
//
|
|
11822
|
+
// earcut triangulation. Rings with subpixel boundary detail need a
|
|
11823
|
+
// stronger fallback: keep their triangulated vertices fixed and place the
|
|
11824
|
+
// entire AA fade outside. Applying that fallback only to subpixel rings
|
|
11825
|
+
// preserves centered AA on ordinary adjacent polygons, avoiding overlap
|
|
11826
|
+
// seams between their semi-transparent fills.
|
|
11799
11827
|
let perimeter = 0;
|
|
11828
|
+
let min_edge_length = Infinity;
|
|
11800
11829
|
for (let i = 0; i < npts; i++) {
|
|
11801
11830
|
const j = (i + 1) % npts;
|
|
11802
11831
|
const ex = ring[j * 2] - ring[i * 2];
|
|
11803
11832
|
const ey = ring[j * 2 + 1] - ring[i * 2 + 1];
|
|
11804
|
-
|
|
11833
|
+
const length = Math.sqrt(ex * ex + ey * ey);
|
|
11834
|
+
perimeter += length;
|
|
11835
|
+
min_edge_length = Math.min(min_edge_length, length);
|
|
11805
11836
|
}
|
|
11806
11837
|
const abs_area = Math.abs(area);
|
|
11807
11838
|
const inradius = perimeter > 0 ? abs_area / perimeter : 0;
|
|
11808
11839
|
const half_aa = Math.min(0.5 * antialias_width, 0.25 * inradius);
|
|
11809
|
-
|
|
11810
|
-
// Original boundary vertices are shifted inward by half the AA width;
|
|
11811
|
-
// skirt vertices are placed outward by half the AA width from the
|
|
11812
|
-
// original mathematical boundary. The total skirt width is unchanged,
|
|
11813
|
-
// but it now straddles the boundary so that the mathematical edge sits
|
|
11814
|
-
// at the midpoint of the fade, matching canvas 2D AA behavior.
|
|
11840
|
+
const preserve_topology = min_edge_length < antialias_width;
|
|
11815
11841
|
for (let i = 0; i < npts; i++) {
|
|
11816
11842
|
const prev_edge = (i - 1 + npts) % npts;
|
|
11817
11843
|
const curr_edge = i;
|
|
@@ -11858,15 +11884,14 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
11858
11884
|
dy = by;
|
|
11859
11885
|
}
|
|
11860
11886
|
}
|
|
11861
|
-
const
|
|
11887
|
+
const inner_offset = (preserve_topology ? 0 : half_aa) * inv_cos;
|
|
11888
|
+
const outer_offset = (preserve_topology ? antialias_width : half_aa) * inv_cos;
|
|
11862
11889
|
const vx = flat_coords[(ring_offset + i) * 2];
|
|
11863
11890
|
const vy = flat_coords[(ring_offset + i) * 2 + 1];
|
|
11864
|
-
|
|
11865
|
-
positions[(ring_offset + i) * 2] =
|
|
11866
|
-
positions[
|
|
11867
|
-
|
|
11868
|
-
positions[skirt_vert_idx * 2] = vx + dx * offset;
|
|
11869
|
-
positions[skirt_vert_idx * 2 + 1] = vy + dy * offset;
|
|
11891
|
+
positions[(ring_offset + i) * 2] = vx - dx * inner_offset;
|
|
11892
|
+
positions[(ring_offset + i) * 2 + 1] = vy - dy * inner_offset;
|
|
11893
|
+
positions[skirt_vert_idx * 2] = vx + dx * outer_offset;
|
|
11894
|
+
positions[skirt_vert_idx * 2 + 1] = vy + dy * outer_offset;
|
|
11870
11895
|
edge_distance[skirt_vert_idx] = 0;
|
|
11871
11896
|
skirt_vert_idx++;
|
|
11872
11897
|
}
|
|
@@ -12688,6 +12713,8 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12688
12713
|
_draw_do;
|
|
12689
12714
|
_poly_data;
|
|
12690
12715
|
_pv_dirty = true;
|
|
12716
|
+
_topology;
|
|
12717
|
+
_elements_signature = "";
|
|
12691
12718
|
constructor(regl_wrapper, glyph) {
|
|
12692
12719
|
super(regl_wrapper, glyph);
|
|
12693
12720
|
this.glyph = glyph;
|
|
@@ -12699,16 +12726,23 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12699
12726
|
draw(indices, main_glyph, transform) {
|
|
12700
12727
|
const main_patches = main_glyph;
|
|
12701
12728
|
const main_gl = main_patches.glglyph;
|
|
12729
|
+
const derived_data_changed = this !== main_gl && this.data_changed;
|
|
12702
12730
|
if (this.visuals_changed) {
|
|
12703
12731
|
this._set_visuals();
|
|
12704
12732
|
this.visuals_changed = false;
|
|
12705
12733
|
this._pv_dirty = true;
|
|
12706
12734
|
}
|
|
12707
|
-
const
|
|
12735
|
+
const data_changed = main_gl.data_changed;
|
|
12736
|
+
const data_changed_or_mapped = data_changed || main_gl.data_mapped;
|
|
12708
12737
|
if (data_changed_or_mapped) {
|
|
12709
|
-
main_gl._set_data();
|
|
12738
|
+
main_gl._set_data(data_changed);
|
|
12710
12739
|
main_gl.data_changed = false;
|
|
12711
12740
|
main_gl.data_mapped = false;
|
|
12741
|
+
this._pv_dirty ||= data_changed || derived_data_changed;
|
|
12742
|
+
}
|
|
12743
|
+
if (this !== main_gl && (this.data_changed || this.data_mapped)) {
|
|
12744
|
+
this.data_changed = false;
|
|
12745
|
+
this.data_mapped = false;
|
|
12712
12746
|
this._pv_dirty = true;
|
|
12713
12747
|
}
|
|
12714
12748
|
if (main_gl._poly_data == null) {
|
|
@@ -12868,14 +12902,20 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12868
12902
|
}
|
|
12869
12903
|
}
|
|
12870
12904
|
}
|
|
12871
|
-
_set_data() {
|
|
12905
|
+
_set_data(data_changed = true) {
|
|
12872
12906
|
const { sxs, sys } = this.glyph;
|
|
12873
12907
|
const npoly = this.glyph.data_size;
|
|
12908
|
+
const topology_changed = data_changed || this._topology == null || this._topology.length != npoly;
|
|
12909
|
+
let elements_changed = topology_changed;
|
|
12910
|
+
if (topology_changed) {
|
|
12911
|
+
this._topology = new Array(npoly).fill(null);
|
|
12912
|
+
}
|
|
12874
12913
|
const per_poly = new Array(npoly);
|
|
12875
12914
|
const fill_nvertices = new Array(npoly);
|
|
12876
12915
|
const fill_element_offsets = new Array(npoly);
|
|
12877
12916
|
const fill_element_counts = new Array(npoly);
|
|
12878
12917
|
const line_rings = new Array(npoly);
|
|
12918
|
+
const active_topology = [];
|
|
12879
12919
|
let total_coords = 0;
|
|
12880
12920
|
let total_elements = 0;
|
|
12881
12921
|
for (let i = 0; i < npoly; i++) {
|
|
@@ -12884,21 +12924,32 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12884
12924
|
const rings = (0, polygon_1.split_rings)(sx, sy);
|
|
12885
12925
|
line_rings[i] = [];
|
|
12886
12926
|
if (rings.length > 0) {
|
|
12887
|
-
|
|
12927
|
+
let topology = this._topology[i];
|
|
12928
|
+
if (topology_changed || topology == null || topology.some(({ ring_indices }) => ring_indices.some((index) => index >= rings.length))) {
|
|
12929
|
+
elements_changed = true;
|
|
12930
|
+
const groups = (0, polygon_1.classify_rings)(rings);
|
|
12931
|
+
topology = groups.map(({ flat_coords, rings: group_rings }) => {
|
|
12932
|
+
const ring_indices = group_rings.map((ring) => rings.indexOf(ring));
|
|
12933
|
+
const hole_indices = [];
|
|
12934
|
+
let offset = 0;
|
|
12935
|
+
for (let r = 0; r < group_rings.length; r++) {
|
|
12936
|
+
if (r > 0) {
|
|
12937
|
+
hole_indices.push(offset);
|
|
12938
|
+
}
|
|
12939
|
+
offset += group_rings[r].length / 2;
|
|
12940
|
+
}
|
|
12941
|
+
const tri_indices = (0, earcut_1.default)(flat_coords, hole_indices.length > 0 ? hole_indices : undefined, 2);
|
|
12942
|
+
return { ring_indices, tri_indices };
|
|
12943
|
+
});
|
|
12944
|
+
this._topology[i] = topology;
|
|
12945
|
+
}
|
|
12946
|
+
active_topology.push(topology.map(({ tri_indices }) => tri_indices.length).join(","));
|
|
12888
12947
|
const group_results = [];
|
|
12889
12948
|
let poly_nvertices = 0;
|
|
12890
12949
|
let poly_elements = 0;
|
|
12891
|
-
for (const
|
|
12892
|
-
const
|
|
12893
|
-
const
|
|
12894
|
-
let offset = 0;
|
|
12895
|
-
for (let r = 0; r < group_rings.length; r++) {
|
|
12896
|
-
if (r > 0) {
|
|
12897
|
-
hole_indices.push(offset);
|
|
12898
|
-
}
|
|
12899
|
-
offset += group_rings[r].length / 2;
|
|
12900
|
-
}
|
|
12901
|
-
const tri_indices = (0, earcut_1.default)(flat_coords, hole_indices.length > 0 ? hole_indices : undefined, 2);
|
|
12950
|
+
for (const { ring_indices, tri_indices } of topology) {
|
|
12951
|
+
const group_rings = ring_indices.map((index) => rings[index]);
|
|
12952
|
+
const flat_coords = group_rings.flat();
|
|
12902
12953
|
const geom = (0, polygon_1.generate_skirt_geometry)(flat_coords, group_rings, tri_indices, polygon_1.POLYGON_AA_WIDTH);
|
|
12903
12954
|
group_results.push({ geom, rings: group_rings });
|
|
12904
12955
|
poly_nvertices += geom.nvertices;
|
|
@@ -12912,6 +12963,10 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12912
12963
|
total_elements += poly_elements;
|
|
12913
12964
|
}
|
|
12914
12965
|
else {
|
|
12966
|
+
active_topology.push("");
|
|
12967
|
+
if (data_changed) {
|
|
12968
|
+
this._topology[i] = null;
|
|
12969
|
+
}
|
|
12915
12970
|
per_poly[i] = null;
|
|
12916
12971
|
fill_nvertices[i] = 0;
|
|
12917
12972
|
fill_element_offsets[i] = total_elements;
|
|
@@ -12928,7 +12983,9 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12928
12983
|
this._edge_distance = new buffer_1.Float32Buffer(this.regl_wrapper);
|
|
12929
12984
|
}
|
|
12930
12985
|
const ed_array = this._edge_distance.get_sized_array(total_vertices);
|
|
12931
|
-
const
|
|
12986
|
+
const elements_signature = active_topology.join(";");
|
|
12987
|
+
elements_changed ||= elements_signature != this._elements_signature;
|
|
12988
|
+
const elem_array = elements_changed || this._elements == null ? new Uint32Array(total_elements) : null;
|
|
12932
12989
|
let pos_offset = 0;
|
|
12933
12990
|
let ed_offset = 0;
|
|
12934
12991
|
let elem_offset = 0;
|
|
@@ -12945,8 +13002,10 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12945
13002
|
ed_array.set(geom.edge_distance, ed_offset);
|
|
12946
13003
|
ed_offset += geom.edge_distance.length;
|
|
12947
13004
|
// Offset indices by vertex_offset for merged buffer
|
|
12948
|
-
|
|
12949
|
-
|
|
13005
|
+
if (elem_array != null) {
|
|
13006
|
+
for (let j = 0; j < geom.indices.length; j++) {
|
|
13007
|
+
elem_array[elem_offset + j] = geom.indices[j] + vertex_offset;
|
|
13008
|
+
}
|
|
12950
13009
|
}
|
|
12951
13010
|
elem_offset += geom.indices.length;
|
|
12952
13011
|
vertex_offset += geom.nvertices;
|
|
@@ -12971,20 +13030,21 @@ float edge_alpha=smoothstep(0.,u_antialias,v_edge_distance);color*=edge_alpha;gl
|
|
|
12971
13030
|
this._edge_distance.update();
|
|
12972
13031
|
// Upload merged element buffer
|
|
12973
13032
|
this._total_element_count = total_elements;
|
|
12974
|
-
if (
|
|
12975
|
-
this._elements
|
|
12976
|
-
|
|
12977
|
-
|
|
12978
|
-
|
|
12979
|
-
|
|
12980
|
-
|
|
12981
|
-
|
|
12982
|
-
|
|
12983
|
-
}
|
|
12984
|
-
|
|
12985
|
-
|
|
12986
|
-
|
|
13033
|
+
if (elem_array != null) {
|
|
13034
|
+
this._elements?.destroy();
|
|
13035
|
+
if (total_elements > 0) {
|
|
13036
|
+
this._elements = this.regl_wrapper.elements({
|
|
13037
|
+
usage: "static",
|
|
13038
|
+
primitive: "triangles",
|
|
13039
|
+
data: elem_array,
|
|
13040
|
+
type: "uint32",
|
|
13041
|
+
});
|
|
13042
|
+
}
|
|
13043
|
+
else {
|
|
13044
|
+
this._elements = null;
|
|
13045
|
+
}
|
|
12987
13046
|
}
|
|
13047
|
+
this._elements_signature = elements_signature;
|
|
12988
13048
|
}
|
|
12989
13049
|
_set_visuals() {
|
|
12990
13050
|
const fill_visuals = this.glyph.visuals.fill;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
674: function _(s,t,e,a,h){a();const i=s(668),n=s(665);class SingleLineGL extends i.BaseLineGL{glyph;constructor(s,t){super(s,t),this.glyph=t}_draw_impl(s,t,e){this.visuals_changed&&(this._set_visuals(),this.visuals_changed=!1);const a=e.data_changed||e.data_mapped;a&&e._set_data(e.data_changed),(a&&e._is_dashed||this._is_dashed)&&e._set_length(),a&&(e.data_changed=!1,e.data_mapped=!1);const h=this._get_show_buffer(s,e),i=e._points.length/2-2-1;this._draw_single(e,t,0,0,i,null,h)}_set_data(s){const t=this._set_data_points();if(s){const s=t.length/2-2;null==this._show&&(this._show=new n.Uint8Buffer(this.regl_wrapper));const e=this._show.get_sized_array(s+1);this._set_show_single(e,t),this._show.update()}}_set_length(){const s=this._points.get_array(),t=this._show.get_array(),e=s.length/2-2;null==this._length_so_far&&(this._length_so_far=new n.Float32Buffer(this.regl_wrapper));const a=this._length_so_far.get_sized_array(e-1);this._set_length_single(a,s,t),this._length_so_far.update()}}e.SingleLineGL=SingleLineGL},
|
|
76
76
|
675: function _(t,s,r,e,i){e();const o=t(662),{abs:h}=Math;class LRTBGL extends o.SingleMarkerGL{glyph;constructor(t,s){super(t,s),this.glyph=s}get marker_type(){return this._border_radius_nonzero?"round_rect":"rect"}_set_data(){const t=this.nvertices,s=this._centers.get_sized_array(2*t),r=this._widths.get_sized_array(t),e=this._heights.get_sized_array(t),{sleft:i,sright:a,stop:n,sbottom:d}=this.glyph,{missing_point:u}=o.SingleMarkerGL;for(let o=0;o<t;o++){const t=i[o],g=a[o],l=n[o],c=d[o];isFinite(t+g+l+c)?(s[2*o]=(t+g)/2,s[2*o+1]=(l+c)/2,r[o]=h(g-t),e[o]=h(l-c)):(s[2*o]=u,s[2*o+1]=u,r[o]=u,e[o]=u)}if(this._centers.update(),this._widths.update(),this._heights.update(),this._angles.set_from_scalar(0),null!=this.glyph.border_radius){const{top_left:t,top_right:s,bottom_right:r,bottom_left:e}=this.glyph.border_radius;this._border_radius=[t,s,r,e],this._border_radius_nonzero=Math.max(...this._border_radius)>0}else this._border_radius=[0,0,0,0],this._border_radius_nonzero=!1}_set_once(){super._set_once(),this._auxs.set_from_scalar(0)}}r.LRTBGL=LRTBGL},
|
|
77
77
|
676: function _(s,t,e,a,h){a();const i=s(668),l=s(665);class MultiLineGL extends i.BaseLineGL{glyph;constructor(s,t){super(s,t),this.glyph=t}draw(s,t,e){this.visuals_changed&&(this._set_visuals(),this.visuals_changed=!1);const a=t.glglyph,h=a.data_changed||a.data_mapped;h&&a._set_data(a.data_changed),(h&&a._is_dashed||this._is_dashed)&&a._set_length(),h&&(a.data_changed=!1,a.data_mapped=!1);const{data_size:i}=this.glyph;let l=null,r=null;i>1&&([l,r]=this.regl_wrapper.framebuffer_and_texture);let n=0,g=-1;for(const h of s){for(let s=g+1;s<h;s++){n+=2*(t.sxs.get(s).length+2)}const s=t.sxs.get(h).length,i=s-1;if(null!=l&&this.regl_wrapper.clear_framebuffer(l),this._draw_single(a,e,h,n,i,l),null!=l){const s={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,framebuffer_tex:r};this.regl_wrapper.accumulate()(s)}n+=2*(s+2),g=h}}_get_visuals(){return this.glyph.visuals.line}_set_data(s){const t=this.glyph.data_size,e=this.glyph.sxs.data.length;null==this._points&&(this._points=new l.Float32Buffer(this.regl_wrapper));const a=this._points.get_sized_array(2*(e+2*t));let h=0;for(let s=0;s<t;s++){const t=this.glyph.sxs.get(s),e=this.glyph.sys.get(s),i=t.length,l=a.subarray(h,h+2*(i+2));this._set_points_single(l,t,e),h+=2*(i+2)}if(this._points.update(),s){null==this._show&&(this._show=new l.Uint8Buffer(this.regl_wrapper));const s=this._show.get_sized_array(e+t);let h=0,i=0;for(let e=0;e<t;e++){const t=this.glyph.sxs.get(e).length,l=a.subarray(h,h+2*(t+2)),r=s.subarray(i,i+t+1);this._set_show_single(r,l),h+=2*(t+2),i+=t+1}this._show.update()}}_set_length(){const s=this.glyph.data_size,t=this.glyph.sxs.data.length,e=this._points.get_array(),a=this._show.get_array();null==this._length_so_far&&(this._length_so_far=new l.Float32Buffer(this.regl_wrapper));const h=this._length_so_far.get_sized_array(t-s);let i=0,r=0,n=0;for(let t=0;t<s;t++){const s=this.glyph.sxs.get(t).length,l=s-1,g=e.subarray(i,i+2*(s+2)),o=a.subarray(r,r+s+1),p=h.subarray(n,n+l);this._set_length_single(p,g,o),i+=2*(s+2),r+=s+1,n+=l}this._length_so_far.update()}}e.MultiLineGL=MultiLineGL},
|
|
78
|
-
677: function _(t,e,s,i,h){i();const a=t(1),r=t(664),n=t(665),l=t(109),o=t(648),p=t(678),c=a.__importDefault(t(679));class PatchGL extends r.BaseGLGlyph{glyph;_positions;_edge_distance;_elements=null;_pv_fill_color=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_pv_hatch_patterns=new n.Uint8Buffer(this.regl_wrapper);_pv_hatch_scales=new n.Float32Buffer(this.regl_wrapper);_pv_hatch_weights=new n.Float32Buffer(this.regl_wrapper);_pv_hatch_rgba=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_fill_color=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_have_hatch=!1;_hatch_patterns=new n.Uint8Buffer(this.regl_wrapper);_hatch_scales=new n.Float32Buffer(this.regl_wrapper);_hatch_weights=new n.Float32Buffer(this.regl_wrapper);_hatch_rgba=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_line_points_buf;_line_show_buf;_linewidth=new n.Float32Buffer(this.regl_wrapper);_line_color=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_line_cap=new n.Uint8Buffer(this.regl_wrapper);_line_join=new n.Uint8Buffer(this.regl_wrapper);_is_dashed=!1;_length_so_far_buf;_dash_tex=[];_dash_tex_info;_dash_scale;_dash_offset;_triangle_count=0;_nvertices=0;_ring_data=[];_pv_dirty=!0;constructor(t,e){super(t,e),this.glyph=e}draw(t,e,s){const i=e.glglyph;this.visuals_changed&&(this._set_visuals(),this.visuals_changed=!1,this._pv_dirty=!0);if((
|
|
79
|
-
678: function _(t,n,e,r,o){function l(t){const n=t.length/2;let e=0;for(let r=0;r<n;r++){const o=(r+1)%n;e+=t[2*r]*t[2*o+1]-t[2*o]*t[2*r+1]}return e}function s(t,n,e){const r=e.length/2;let o=!1;for(let l=0,s=r-1;l<r;s=l++){const r=e[2*l],i=e[2*l+1],a=e[2*s],c=e[2*s+1];i>n!=c>n&&t<(a-r)*(n-i)/(c-i)+r&&(o=!o)}return o}function i(t){let n=1/0,e=1/0,r=-1/0,o=-1/0;for(let l=0;l<t.length;l+=2){const s=t[l],i=t[l+1];n=Math.min(n,s),e=Math.min(e,i),r=Math.max(r,s),o=Math.max(o,i)}return{x0:n,y0:e,x1:r,y1:o}}function a(t,n){return t.x0<=n.x0&&t.y0<=n.y0&&t.x1>=n.x1&&t.y1>=n.y1}r(),e.split_rings=function(t,n){const e=Math.min(t.length,n.length),r=[];let o=[];for(let l=0;l<e;l++){const e=t[l],s=n[l];isFinite(e+s)?o.push(e,s):o.length>0&&(r.push(o),o=[])}o.length>0&&r.push(o);return r},e.generate_skirt_geometry=function(t,n,e,r){const o=t.length/2,s=e.length/3;if(o<3||0==s)return{positions:new Float32Array(t.length),edge_distance:new Float32Array(o).fill(r),indices:new Uint32Array(e),nvertices:o,ntriangles:s};let i=0;for(const t of n)i+=t.length/2;const a=o+i,c=s+2*i,f=new Float32Array(2*a),h=new Float32Array(a),g=new Uint32Array(3*c);for(let n=0;n<t.length;n++)f[n]=t[n];h.fill(r,0,o);for(let t=0;t<e.length;t++)g[t]=e[t];let u=o,y=3*s,A=0;for(let e=0;e<n.length;e++){const o=n[e],s=o.length/2;if(s<2){A+=s;continue}const i=l(o),a=0==e?Math.sign(i):-Math.sign(i);if(0==a){for(let n=0;n<s;n++){const e=t[2*(A+n)],r=t[2*(A+n)+1];f[2*u]=e,f[2*u+1]=r,h[u]=0;const o=A+n,l=A+(n+1)%s,i=u-n,a=i+n,c=i+(n+1)%s;g[y++]=o,g[y++]=l,g[y++]=c,g[y++]=o,g[y++]=c,g[y++]=a,u++}A+=s;continue}const c=new Float64Array(2*s);for(let t=0;t<s;t++){const n=(t+1)%s,e=o[2*n]-o[2*t],r=o[2*n+1]-o[2*t+1],l=Math.sqrt(e*e+r*r);l<1e-10?(c[2*t]=0,c[2*t+1]=0):(c[2*t]=a*r/l,c[2*t+1]=a*-e/l)}const w=u;let M=0;for(let t=0;t<s;t++){const n=(t+1)%s,e=o[2*n]-o[2*t],r=o[2*n+1]-o[2*t+1]
|
|
78
|
+
677: function _(t,e,s,i,h){i();const a=t(1),r=t(664),n=t(665),l=t(109),o=t(648),p=t(678),c=a.__importDefault(t(679));class PatchGL extends r.BaseGLGlyph{glyph;_positions;_edge_distance;_elements=null;_pv_fill_color=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_pv_hatch_patterns=new n.Uint8Buffer(this.regl_wrapper);_pv_hatch_scales=new n.Float32Buffer(this.regl_wrapper);_pv_hatch_weights=new n.Float32Buffer(this.regl_wrapper);_pv_hatch_rgba=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_fill_color=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_have_hatch=!1;_hatch_patterns=new n.Uint8Buffer(this.regl_wrapper);_hatch_scales=new n.Float32Buffer(this.regl_wrapper);_hatch_weights=new n.Float32Buffer(this.regl_wrapper);_hatch_rgba=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_line_points_buf;_line_show_buf;_linewidth=new n.Float32Buffer(this.regl_wrapper);_line_color=new n.NormalizedUint8Buffer(this.regl_wrapper,4);_line_cap=new n.Uint8Buffer(this.regl_wrapper);_line_join=new n.Uint8Buffer(this.regl_wrapper);_is_dashed=!1;_length_so_far_buf;_dash_tex=[];_dash_tex_info;_dash_scale;_dash_offset;_triangle_count=0;_nvertices=0;_ring_data=[];_pv_dirty=!0;_topology;constructor(t,e){super(t,e),this.glyph=e}draw(t,e,s){const i=e.glglyph,h=this!==i&&this.data_changed;this.visuals_changed&&(this._set_visuals(),this.visuals_changed=!1,this._pv_dirty=!0);const a=i.data_changed;if((a||i.data_mapped)&&(i._set_data(a),i.data_changed=!1,i.data_mapped=!1,this._pv_dirty||=a||h),this!==i&&(this.data_changed||this.data_mapped)&&(this.data_changed=!1,this.data_mapped=!1,this._pv_dirty=!0),0==i._triangle_count&&0==i._ring_data.length)return;if(this._pv_dirty&&i._nvertices>0){const t=[i._nvertices];(0,n.expand_to_per_vertex)(this._fill_color,this._pv_fill_color,t,4),this._have_hatch&&((0,n.expand_to_per_vertex)(this._hatch_patterns,this._pv_hatch_patterns,t,1),(0,n.expand_to_per_vertex)(this._hatch_scales,this._pv_hatch_scales,t,1),(0,n.expand_to_per_vertex)(this._hatch_weights,this._pv_hatch_weights,t,1),(0,n.expand_to_per_vertex)(this._hatch_rgba,this._pv_hatch_rgba,t,4)),this._pv_dirty=!1}const{width:r,height:l}=s,o=[r,l];if(i._triangle_count>0&&null!=i._elements){this.glyph.visuals.fill.doit&&(this._have_hatch?this.regl_wrapper.polygon_hatch()({scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:o,positions:i._positions,fill_color:this._pv_fill_color,edge_distance:i._edge_distance,elements:i._elements,count:3*i._triangle_count,offset:0,antialias:p.POLYGON_AA_WIDTH/s.pixel_ratio,hatch_pattern:this._pv_hatch_patterns,hatch_scale:this._pv_hatch_scales,hatch_weight:this._pv_hatch_weights,hatch_color:this._pv_hatch_rgba}):this.regl_wrapper.polygon()({scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:o,positions:i._positions,fill_color:this._pv_fill_color,edge_distance:i._edge_distance,elements:i._elements,count:3*i._triangle_count,offset:0,antialias:p.POLYGON_AA_WIDTH/s.pixel_ratio}))}if(i._ring_data.length>0){if(this.glyph.visuals.line.doit)for(const t of i._ring_data){if(t.nline<2)continue;const e=t.nline-1,[i,h]=this.regl_wrapper.framebuffer_and_texture;this.regl_wrapper.clear_framebuffer(i),null==this._line_points_buf&&(this._line_points_buf=new n.Float32Buffer(this.regl_wrapper));this._line_points_buf.get_sized_array(t.points.length).set(t.points),this._line_points_buf.update(),null==this._line_show_buf&&(this._line_show_buf=new n.Uint8Buffer(this.regl_wrapper));if(this._line_show_buf.get_sized_array(t.show.length).set(t.show),this._line_show_buf.update(),this._is_dashed){null==this._length_so_far_buf&&(this._length_so_far_buf=new n.Float32Buffer(this.regl_wrapper));this._length_so_far_buf.get_sized_array(t.length_so_far.length).set(t.length_so_far),this._length_so_far_buf.update()}const a={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:o,antialias:1.5/s.pixel_ratio,miter_limit:10,points:this._line_points_buf,show:this._line_show_buf,nsegments:e,linewidth:this._linewidth,line_color:this._line_color,line_cap:this._line_cap,line_join:this._line_join,framebuffer:i,point_offset:0,line_offset:0};if(this._is_dashed&&null!=this._dash_tex[0]){const t={...a,length_so_far:this._length_so_far_buf,dash_tex:this._dash_tex[0],dash_tex_info:this._dash_tex_info,dash_scale:this._dash_scale,dash_offset:this._dash_offset};this.regl_wrapper.dashed_line()(t)}else this.regl_wrapper.solid_line()(a);const r={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,framebuffer_tex:h};this.regl_wrapper.accumulate()(r)}}}_set_data(t=!0){const{sx:e,sy:s}=this.glyph,i=(0,p.split_rings)(e,s);if(i.length>0){const e=null==this._topology||this._topology.some(({ring_indices:t})=>t.some(t=>t>=i.length)),s=t||e;if(s){const t=(0,p.classify_rings)(i);this._topology=t.map(({flat_coords:t,rings:e})=>{const s=e.map(t=>i.indexOf(t)),h=[];let a=0;for(let t=0;t<e.length;t++)t>0&&h.push(a),a+=e[t].length/2;return{ring_indices:s,tri_indices:(0,c.default)(t,h.length>0?h:void 0,2)}})}let h=0,a=0,r=0,l=0;const o=[];for(const{ring_indices:t,tri_indices:e}of this._topology){const s=t.map(t=>i[t]),n=s.flat(),c=(0,p.generate_skirt_geometry)(n,s,e,p.POLYGON_AA_WIDTH);o.push(c),h+=c.nvertices,a+=c.ntriangles,r+=c.positions.length,l+=c.indices.length}this._triangle_count=a,this._nvertices=h,null==this._positions&&(this._positions=new n.Float32Buffer(this.regl_wrapper,2));const f=this._positions.get_sized_array(r);null==this._edge_distance&&(this._edge_distance=new n.Float32Buffer(this.regl_wrapper));const d=this._edge_distance.get_sized_array(h),g=s||null==this._elements?new Uint32Array(l):null;let u=0,w=0,v=0,m=0;for(const t of o){if(f.set(t.positions,u),u+=t.positions.length,d.set(t.edge_distance,w),w+=t.edge_distance.length,null!=g)for(let e=0;e<t.indices.length;e++)g[v+e]=t.indices[e]+m;v+=t.indices.length,m+=t.nvertices}this._positions.update(),this._edge_distance.update(),null!=g&&(this._elements?.destroy(),this._elements=this.regl_wrapper.elements({usage:"static",primitive:"triangles",data:g,type:"uint32"})),this._ring_data=[];for(const t of i){const e=(0,p.build_line_from_ring)(t);e.nline>0&&this._ring_data.push(e)}}else t&&(this._elements?.destroy(),this._elements=null,this._topology=[]),this._triangle_count=0,this._nvertices=0,this._ring_data=[]}_set_visuals(){const t=this.glyph.visuals.fill;this._fill_color.set_from_color(t.fill_color,t.fill_alpha);const e=this.glyph.visuals.line;this._line_color.set_from_color(e.line_color,e.line_alpha),this._linewidth.set_from_prop(e.line_width),this._line_cap.set_from_line_cap(e.line_cap),this._line_join.set_from_line_join(e.line_join);const{line_dash:s}=e,i=(0,o.normalize_dash_pattern)((0,l.resolve_line_dash)(s.get(0)));if(this._is_dashed=0!=i.length,this._dash_tex=[],this._is_dashed){null==this._dash_offset&&(this._dash_offset=new n.Float32Buffer(this.regl_wrapper)),this._dash_offset.set_from_prop(e.line_dash_offset),null==this._dash_tex_info&&(this._dash_tex_info=new n.Float32Buffer(this.regl_wrapper,4));const t=this._dash_tex_info.get_sized_array(4);null==this._dash_scale&&(this._dash_scale=new n.Float32Buffer(this.regl_wrapper));const s=this._dash_scale.get_sized_array(1),[h,a,r]=this.regl_wrapper.get_dash(i);this._dash_tex.push(a);for(let e=0;e<4;e++)t[e]=h[e];s[0]=r,this._dash_tex_info.update(!0),this._dash_scale.update(!0)}const h=this.glyph.visuals.hatch;this._have_hatch=h.doit,this._have_hatch&&(this._hatch_patterns.set_from_hatch_pattern(h.hatch_pattern),this._hatch_scales.set_from_prop(h.hatch_scale),this._hatch_weights.set_from_prop(h.hatch_weight),this._hatch_rgba.set_from_color(h.hatch_color,h.hatch_alpha))}}s.PatchGL=PatchGL},
|
|
79
|
+
678: function _(t,n,e,r,o){function l(t){const n=t.length/2;let e=0;for(let r=0;r<n;r++){const o=(r+1)%n;e+=t[2*r]*t[2*o+1]-t[2*o]*t[2*r+1]}return e}function s(t,n,e){const r=e.length/2;let o=!1;for(let l=0,s=r-1;l<r;s=l++){const r=e[2*l],i=e[2*l+1],a=e[2*s],c=e[2*s+1];i>n!=c>n&&t<(a-r)*(n-i)/(c-i)+r&&(o=!o)}return o}function i(t){let n=1/0,e=1/0,r=-1/0,o=-1/0;for(let l=0;l<t.length;l+=2){const s=t[l],i=t[l+1];n=Math.min(n,s),e=Math.min(e,i),r=Math.max(r,s),o=Math.max(o,i)}return{x0:n,y0:e,x1:r,y1:o}}function a(t,n){return t.x0<=n.x0&&t.y0<=n.y0&&t.x1>=n.x1&&t.y1>=n.y1}r(),e.split_rings=function(t,n){const e=Math.min(t.length,n.length),r=[];let o=[];for(let l=0;l<e;l++){const e=t[l],s=n[l];isFinite(e+s)?o.push(e,s):o.length>0&&(r.push(o),o=[])}o.length>0&&r.push(o);return r},e.generate_skirt_geometry=function(t,n,e,r){const o=t.length/2,s=e.length/3;if(o<3||0==s)return{positions:new Float32Array(t.length),edge_distance:new Float32Array(o).fill(r),indices:new Uint32Array(e),nvertices:o,ntriangles:s};let i=0;for(const t of n)i+=t.length/2;const a=o+i,c=s+2*i,f=new Float32Array(2*a),h=new Float32Array(a),g=new Uint32Array(3*c);for(let n=0;n<t.length;n++)f[n]=t[n];h.fill(r,0,o);for(let t=0;t<e.length;t++)g[t]=e[t];let u=o,y=3*s,A=0;for(let e=0;e<n.length;e++){const o=n[e],s=o.length/2;if(s<2){A+=s;continue}const i=l(o),a=0==e?Math.sign(i):-Math.sign(i);if(0==a){for(let n=0;n<s;n++){const e=t[2*(A+n)],r=t[2*(A+n)+1];f[2*u]=e,f[2*u+1]=r,h[u]=0;const o=A+n,l=A+(n+1)%s,i=u-n,a=i+n,c=i+(n+1)%s;g[y++]=o,g[y++]=l,g[y++]=c,g[y++]=o,g[y++]=c,g[y++]=a,u++}A+=s;continue}const c=new Float64Array(2*s);for(let t=0;t<s;t++){const n=(t+1)%s,e=o[2*n]-o[2*t],r=o[2*n+1]-o[2*t+1],l=Math.sqrt(e*e+r*r);l<1e-10?(c[2*t]=0,c[2*t+1]=0):(c[2*t]=a*r/l,c[2*t+1]=a*-e/l)}const w=u;let M=0,m=1/0;for(let t=0;t<s;t++){const n=(t+1)%s,e=o[2*n]-o[2*t],r=o[2*n+1]-o[2*t+1],l=Math.sqrt(e*e+r*r);M+=l,m=Math.min(m,l)}const p=Math.abs(i),F=M>0?p/M:0,x=Math.min(.5*r,.25*F),d=m<r;for(let n=0;n<s;n++){const e=(n-1+s)%s,o=n,l=c[2*e],i=c[2*e+1],a=c[2*o],g=c[2*o+1],y=0==l&&0==i,w=0==a&&0==g;let M,m,p;if(y&&w)M=0,m=0,p=1;else if(y)M=a,m=g,p=1;else if(w)M=l,m=i,p=1;else{let t=l+a,n=i+g;const e=Math.sqrt(t*t+n*n);if(e<1e-10)M=l,m=i,p=1;else{t/=e,n/=e;const r=t*l+n*i;p=1/Math.max(r,.1),M=t,m=n}}const F=(d?0:x)*p,b=(d?r:x)*p,q=t[2*(A+n)],U=t[2*(A+n)+1];f[2*(A+n)]=q-M*F,f[2*(A+n)+1]=U-m*F,f[2*u]=q+M*b,f[2*u+1]=U+m*b,h[u]=0,u++}for(let t=0;t<s;t++){const n=(t+1)%s,e=A+t,r=A+n,o=w+t,l=w+n;g[y++]=e,g[y++]=r,g[y++]=l,g[y++]=e,g[y++]=l,g[y++]=o}A+=s}return{positions:f,edge_distance:h,indices:g,nvertices:a,ntriangles:c}},e.point_in_ring=s,e.classify_rings=function(t){const n=t.length;if(0==n)return[];const e=t.map(t=>Math.abs(l(t))),r=t.map(i),o=new Int32Array(n).fill(-1),c=Array.from({length:n},(t,n)=>n);c.sort((t,n)=>e[t]-e[n]);for(let l=0;l<n;l++){const i=c[l],f=t[i];if(!(f.length<2))for(let h=l+1;h<n;h++){const n=c[h];if(!(e[n]<=e[i])&&a(r[n],r[i])&&s(f[0],f[1],t[n])){o[i]=n;break}}}const f=new Int32Array(n).fill(-1),h=t=>{const n=f[t];if(n>=0)return n;const e=o[t];return f[t]=-1==e?0:h(e)+1},g=Array.from({length:n},()=>new Array);for(let t=0;t<n;t++){const n=o[t];-1!=n&&g[n].push(t)}const u=[];for(let e=0;e<n;e++){if(h(e)%2!=0)continue;const n=[t[e],...g[e].map(n=>t[n])];u.push({rings:n,flat_coords:n.flat()})}return u},e.build_line_from_ring=function(t){const n=t.length/2;if(n<2)return{points:new Float32Array(0),show:new Uint8Array(0),nline:0,length_so_far:new Float32Array(0)};const e=n>2&&t[0]==t[2*(n-1)]&&t[1]==t[2*(n-1)+1],r=e?n:n+1,o=new Float32Array(2*(r+2));for(let e=0;e<n;e++)o[2*(e+1)]=t[2*e],o[2*(e+1)+1]=t[2*e+1];e||(o[2*(n+1)]=t[0],o[2*(n+1)+1]=t[1]);e?(o[0]=o[2*(n-1)],o[1]=o[2*(n-1)+1],o[2*(r+1)]=o[4],o[2*(r+1)+1]=o[5]):(o[0]=o[2*n],o[1]=o[2*n+1],o[2*(r+1)]=o[4],o[2*(r+1)+1]=o[5]);const l=new Uint8Array(r+1);l.fill(1);const s=r-1,i=new Float32Array(s);let a=0;for(let t=0;t<s;t++)i[t]=a,1==l[t+1]?a+=Math.sqrt((o[2*t+4]-o[2*t+2])**2+(o[2*t+5]-o[2*t+3])**2):a=0;return{points:o,show:l,nline:r,length_so_far:i}},e.POLYGON_AA_WIDTH=.75},
|
|
80
80
|
679: function _(t,n,e,x,r){function i(t,n,e,x,r){let i;if(r===C(t,n,e,x)>0)for(let r=n;r<e;r+=x)i=q(r/x|0,t[r],t[r+1],i);else for(let r=e-x;r>=n;r-=x)i=q(r/x|0,t[r],t[r+1],i);return i&&g(i,i.next)&&(A(i),i=i.next),i}function o(t,n){if(!t)return t;n||(n=t);let e,x=t;do{if(e=!1,x.steiner||!g(x,x.next)&&0!==m(x.prev,x,x.next))x=x.next;else{if(A(x),x=n=x.prev,x===x.next)break;e=!0}}while(e||x!==n);return n}function u(t,n,e,x,r,i,p){if(!t)return;!p&&i&&function(t,n,e,x){let r=t;do{0===r.z&&(r.z=h(r.x,r.y,n,e,x)),r.prevZ=r.prev,r.nextZ=r.next,r=r.next}while(r!==t);r.prevZ.nextZ=null,r.prevZ=null,function(t){let n,e=1;do{let x,r=t;t=null;let i=null;for(n=0;r;){n++;let o=r,u=0;for(let t=0;t<e&&(u++,o=o.nextZ,o);t++);let l=e;for(;u>0||l>0&&o;)0!==u&&(0===l||!o||r.z<=o.z)?(x=r,r=r.nextZ,u--):(x=o,o=o.nextZ,l--),i?i.nextZ=x:t=x,x.prevZ=i,i=x;r=o}i.nextZ=null,e*=2}while(n>1)}(r)}(t,x,r,i);let v=t;for(;t.prev!==t.next;){const s=t.prev,h=t.next;if(i?f(t,x,r,i):l(t))n.push(s.i,t.i,h.i),A(t),t=h.next,v=h.next;else if((t=h)===v){p?1===p?u(t=y(o(t),n),n,e,x,r,i,2):2===p&&c(t,n,e,x,r,i):u(o(t),n,e,x,r,i,1);break}}}function l(t){const n=t.prev,e=t,x=t.next;if(m(n,e,x)>=0)return!1;const r=n.x,i=e.x,o=x.x,u=n.y,l=e.y,f=x.y,y=Math.min(r,i,o),c=Math.min(u,l,f),p=Math.max(r,i,o),v=Math.max(u,l,f);let s=x.next;for(;s!==n;){if(s.x>=y&&s.x<=p&&s.y>=c&&s.y<=v&&M(r,u,i,l,o,f,s.x,s.y)&&m(s.prev,s,s.next)>=0)return!1;s=s.next}return!0}function f(t,n,e,x){const r=t.prev,i=t,o=t.next;if(m(r,i,o)>=0)return!1;const u=r.x,l=i.x,f=o.x,y=r.y,c=i.y,p=o.y,v=Math.min(u,l,f),s=Math.min(y,c,p),a=Math.max(u,l,f),Z=Math.max(y,c,p),d=h(v,s,n,e,x),g=h(a,Z,n,e,x);let w=t.prevZ,z=t.nextZ;for(;w&&w.z>=d&&z&&z.z<=g;){if(w.x>=v&&w.x<=a&&w.y>=s&&w.y<=Z&&w!==r&&w!==o&&M(u,y,l,c,f,p,w.x,w.y)&&m(w.prev,w,w.next)>=0)return!1;if(w=w.prevZ,z.x>=v&&z.x<=a&&z.y>=s&&z.y<=Z&&z!==r&&z!==o&&M(u,y,l,c,f,p,z.x,z.y)&&m(z.prev,z,z.next)>=0)return!1;z=z.nextZ}for(;w&&w.z>=d;){if(w.x>=v&&w.x<=a&&w.y>=s&&w.y<=Z&&w!==r&&w!==o&&M(u,y,l,c,f,p,w.x,w.y)&&m(w.prev,w,w.next)>=0)return!1;w=w.prevZ}for(;z&&z.z<=g;){if(z.x>=v&&z.x<=a&&z.y>=s&&z.y<=Z&&z!==r&&z!==o&&M(u,y,l,c,f,p,z.x,z.y)&&m(z.prev,z,z.next)>=0)return!1;z=z.nextZ}return!0}function y(t,n){let e=t;do{const x=e.prev,r=e.next.next;!g(x,r)&&w(x,e,e.next,r)&&k(x,r)&&k(r,x)&&(n.push(x.i,e.i,r.i),A(e),A(e.next),e=t=r),e=e.next}while(e!==t);return o(e)}function c(t,n,e,x,r,i){let l=t;do{let t=l.next.next;for(;t!==l.prev;){if(l.i!==t.i&&d(l,t)){let f=j(l,t);return l=o(l,l.next),f=o(f,f.next),u(l,n,e,x,r,i,0),void u(f,n,e,x,r,i,0)}t=t.next}l=l.next}while(l!==t)}function p(t,n){let e=t.x-n.x;if(0===e&&(e=t.y-n.y,0===e)){e=(t.next.y-t.y)/(t.next.x-t.x)-(n.next.y-n.y)/(n.next.x-n.x)}return e}function v(t,n){const e=function(t,n){let e=n;const x=t.x,r=t.y;let i,o=-1/0;if(g(t,e))return e;do{if(g(t,e.next))return e.next;if(r<=e.y&&r>=e.next.y&&e.next.y!==e.y){const t=e.x+(r-e.y)*(e.next.x-e.x)/(e.next.y-e.y);if(t<=x&&t>o&&(o=t,i=e.x<e.next.x?e:e.next,t===x))return i}e=e.next}while(e!==n);if(!i)return null;const u=i,l=i.x,f=i.y;let y=1/0;e=i;do{if(x>=e.x&&e.x>=l&&x!==e.x&&Z(r<f?x:o,r,l,f,r<f?o:x,r,e.x,e.y)){const n=Math.abs(r-e.y)/(x-e.x);k(e,t)&&(n<y||n===y&&(e.x>i.x||e.x===i.x&&s(i,e)))&&(i=e,y=n)}e=e.next}while(e!==u);return i}(t,n);if(!e)return n;const x=j(e,t);return o(x,x.next),o(e,e.next)}function s(t,n){return m(t.prev,t,n.prev)<0&&m(n.next,t,t.next)<0}function h(t,n,e,x,r){return(t=1431655765&((t=858993459&((t=252645135&((t=16711935&((t=(t-e)*r|0)|t<<8))|t<<4))|t<<2))|t<<1))|(n=1431655765&((n=858993459&((n=252645135&((n=16711935&((n=(n-x)*r|0)|n<<8))|n<<4))|n<<2))|n<<1))<<1}function a(t){let n=t,e=t;do{(n.x<e.x||n.x===e.x&&n.y<e.y)&&(e=n),n=n.next}while(n!==t);return e}function Z(t,n,e,x,r,i,o,u){return(r-o)*(n-u)>=(t-o)*(i-u)&&(t-o)*(x-u)>=(e-o)*(n-u)&&(e-o)*(i-u)>=(r-o)*(x-u)}function M(t,n,e,x,r,i,o,u){return!(t===o&&n===u)&&Z(t,n,e,x,r,i,o,u)}function d(t,n){return t.next.i!==n.i&&t.prev.i!==n.i&&!function(t,n){let e=t;do{if(e.i!==t.i&&e.next.i!==t.i&&e.i!==n.i&&e.next.i!==n.i&&w(e,e.next,t,n))return!0;e=e.next}while(e!==t);return!1}(t,n)&&(k(t,n)&&k(n,t)&&function(t,n){let e=t,x=!1;const r=(t.x+n.x)/2,i=(t.y+n.y)/2;do{e.y>i!=e.next.y>i&&e.next.y!==e.y&&r<(e.next.x-e.x)*(i-e.y)/(e.next.y-e.y)+e.x&&(x=!x),e=e.next}while(e!==t);return x}(t,n)&&(m(t.prev,t,n.prev)||m(t,n.prev,n))||g(t,n)&&m(t.prev,t,t.next)>0&&m(n.prev,n,n.next)>0)}function m(t,n,e){return(n.y-t.y)*(e.x-n.x)-(n.x-t.x)*(e.y-n.y)}function g(t,n){return t.x===n.x&&t.y===n.y}function w(t,n,e,x){const r=b(m(t,n,e)),i=b(m(t,n,x)),o=b(m(e,x,t)),u=b(m(e,x,n));return r!==i&&o!==u||(!(0!==r||!z(t,e,n))||(!(0!==i||!z(t,x,n))||(!(0!==o||!z(e,t,x))||!(0!==u||!z(e,n,x)))))}function z(t,n,e){return n.x<=Math.max(t.x,e.x)&&n.x>=Math.min(t.x,e.x)&&n.y<=Math.max(t.y,e.y)&&n.y>=Math.min(t.y,e.y)}function b(t){return t>0?1:t<0?-1:0}function k(t,n){return m(t.prev,t,t.next)<0?m(t,n,t.next)>=0&&m(t,t.prev,n)>=0:m(t,n,t.prev)<0||m(t,t.next,n)<0}function j(t,n){const e=B(t.i,t.x,t.y),x=B(n.i,n.x,n.y),r=t.next,i=n.prev;return t.next=n,n.prev=t,e.next=r,r.prev=e,x.next=e,e.prev=x,i.next=x,x.prev=i,x}function q(t,n,e,x){const r=B(t,n,e);return x?(r.next=x.next,r.prev=x,x.next.prev=r,x.next=r):(r.prev=r,r.next=r),r}function A(t){t.next.prev=t.prev,t.prev.next=t.next,t.prevZ&&(t.prevZ.nextZ=t.nextZ),t.nextZ&&(t.nextZ.prevZ=t.prevZ)}function B(t,n,e){return{i:t,x:n,y:e,prev:null,next:null,z:0,prevZ:null,nextZ:null,steiner:!1}}function C(t,n,e,x){let r=0;for(let i=n,o=e-x;i<e;i+=x)r+=(t[o]-t[i])*(t[i+1]+t[o+1]),o=i;return r}x(),e.default=function(t,n,e=2){const x=n&&n.length,r=x?n[0]*e:t.length;let o=i(t,0,r,e,!0);const l=[];if(!o||o.next===o.prev)return l;let f,y,c;x&&(o=function(t,n,e,x){const r=[];for(let e=0,o=n.length;e<o;e++){const u=i(t,n[e]*x,e<o-1?n[e+1]*x:t.length,x,!1);u===u.next&&(u.steiner=!0),r.push(a(u))}r.sort(p);for(let t=0;t<r.length;t++)e=v(r[t],e);return e}(t,n,o,e));if(t.length>80*e){f=t[0],y=t[1];let n=f,x=y;for(let i=e;i<r;i+=e){const e=t[i],r=t[i+1];e<f&&(f=e),r<y&&(y=r),e>n&&(n=e),r>x&&(x=r)}c=Math.max(n-f,x-y),c=0!==c?32767/c:0}return u(o,l,e,f,y,c,0),l},e.deviation=function(t,n,e,x){const r=n&&n.length,i=r?n[0]*e:t.length;let o=Math.abs(C(t,0,i,e));if(r)for(let x=0,r=n.length;x<r;x++){const i=n[x]*e,u=x<r-1?n[x+1]*e:t.length;o-=Math.abs(C(t,i,u,e))}let u=0;for(let n=0;n<x.length;n+=3){const r=x[n]*e,i=x[n+1]*e,o=x[n+2]*e;u+=Math.abs((t[r]-t[o])*(t[i+1]-t[r+1])-(t[r]-t[i])*(t[o+1]-t[r+1]))}return 0===o&&0===u?0:Math.abs((u-o)/o)},e.flatten=function(t){const n=[],e=[],x=t[0][0].length;let r=0,i=0;for(const o of t){for(const t of o)for(let e=0;e<x;e++)n.push(t[e]);i&&(r+=i,e.push(r)),i=o.length}return{vertices:n,holes:e,dimensions:x}}},
|
|
81
|
-
680: function _(t,e,s,i,
|
|
81
|
+
680: function _(t,e,s,i,a){i();const l=t(1),r=t(664),h=t(665),n=t(109),o=t(648),p=t(678),c=l.__importDefault(t(679));class PatchesGL extends r.BaseGLGlyph{glyph;_positions;_edge_distance;_elements=null;_total_element_count=0;_pv_fill_color=new h.NormalizedUint8Buffer(this.regl_wrapper,4);_pv_hatch_patterns=new h.Uint8Buffer(this.regl_wrapper);_pv_hatch_scales=new h.Float32Buffer(this.regl_wrapper);_pv_hatch_weights=new h.Float32Buffer(this.regl_wrapper);_pv_hatch_rgba=new h.NormalizedUint8Buffer(this.regl_wrapper,4);_fill_color=new h.NormalizedUint8Buffer(this.regl_wrapper,4);_have_hatch=!1;_hatch_patterns=new h.Uint8Buffer(this.regl_wrapper);_hatch_scales=new h.Float32Buffer(this.regl_wrapper);_hatch_weights=new h.Float32Buffer(this.regl_wrapper);_hatch_rgba=new h.NormalizedUint8Buffer(this.regl_wrapper,4);_line_points_buf;_line_show_buf;_length_so_far_buf;_linewidth=new h.Float32Buffer(this.regl_wrapper);_line_color=new h.NormalizedUint8Buffer(this.regl_wrapper,4);_line_cap=new h.Uint8Buffer(this.regl_wrapper);_line_join=new h.Uint8Buffer(this.regl_wrapper);_is_dashed=!1;_dash_tex=[];_dash_tex_info;_dash_scale;_dash_offset;_draw_lw;_draw_lc;_draw_lcap;_draw_ljoin;_draw_dti;_draw_ds;_draw_do;_poly_data;_pv_dirty=!0;_topology;_elements_signature="";constructor(t,e){super(t,e),this.glyph=e}draw(t,e,s){const i=e.glglyph,a=this!==i&&this.data_changed;this.visuals_changed&&(this._set_visuals(),this.visuals_changed=!1,this._pv_dirty=!0);const l=i.data_changed;if((l||i.data_mapped)&&(i._set_data(l),i.data_changed=!1,i.data_mapped=!1,this._pv_dirty||=l||a),this!==i&&(this.data_changed||this.data_mapped)&&(this.data_changed=!1,this.data_mapped=!1,this._pv_dirty=!0),null==i._poly_data)return;const{width:r,height:n}=s,o=[r,n],c=i._poly_data;if(this._pv_dirty&&c.fill_nvertices.length>0){const t=c.fill_nvertices;(0,h.expand_to_per_vertex)(this._fill_color,this._pv_fill_color,t,4),this._have_hatch&&((0,h.expand_to_per_vertex)(this._hatch_patterns,this._pv_hatch_patterns,t,1),(0,h.expand_to_per_vertex)(this._hatch_scales,this._pv_hatch_scales,t,1),(0,h.expand_to_per_vertex)(this._hatch_weights,this._pv_hatch_weights,t,1),(0,h.expand_to_per_vertex)(this._hatch_rgba,this._pv_hatch_rgba,t,4)),this._pv_dirty=!1}if(this.glyph.visuals.fill.doit&&null!=i._elements&&i._total_element_count>0)for(const e of t){if(e>=c.fill_element_counts.length)continue;const t=c.fill_element_counts[e];if(0==t)continue;const a=c.fill_element_offsets[e];this._have_hatch?this.regl_wrapper.polygon_hatch()({scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:o,positions:i._positions,fill_color:this._pv_fill_color,edge_distance:i._edge_distance,elements:i._elements,count:t,offset:a,antialias:p.POLYGON_AA_WIDTH/s.pixel_ratio,hatch_pattern:this._pv_hatch_patterns,hatch_scale:this._pv_hatch_scales,hatch_weight:this._pv_hatch_weights,hatch_color:this._pv_hatch_rgba}):this.regl_wrapper.polygon()({scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:o,positions:i._positions,fill_color:this._pv_fill_color,edge_distance:i._edge_distance,elements:i._elements,count:t,offset:a,antialias:p.POLYGON_AA_WIDTH/s.pixel_ratio})}if(this.glyph.visuals.line.doit)for(const e of t){if(e>=c.line_rings.length)continue;const t=this._linewidth.extract_at(e,1,this._draw_lw??=new h.Float32Buffer(this.regl_wrapper)),i=this._line_color.extract_at(e,4,this._draw_lc??=new h.NormalizedUint8Buffer(this.regl_wrapper,4)),a=this._line_cap.extract_at(e,1,this._draw_lcap??=new h.Uint8Buffer(this.regl_wrapper)),l=this._line_join.extract_at(e,1,this._draw_ljoin??=new h.Uint8Buffer(this.regl_wrapper));let r,n,p;const f=Math.min(e,this._dash_tex.length-1);this._is_dashed&&null!=this._dash_tex[f]&&(r=this._dash_tex_info.extract_at(e,4,this._draw_dti??=new h.Float32Buffer(this.regl_wrapper,4)),n=this._dash_scale.extract_at(e,1,this._draw_ds??=new h.Float32Buffer(this.regl_wrapper)),p=this._dash_offset.extract_at(e,1,this._draw_do??=new h.Float32Buffer(this.regl_wrapper)));const d=c.line_rings[e];for(const e of d){if(e.nline<2)continue;const c=e.nline-1,[d,g]=this.regl_wrapper.framebuffer_and_texture;this.regl_wrapper.clear_framebuffer(d),null==this._line_points_buf&&(this._line_points_buf=new h.Float32Buffer(this.regl_wrapper));this._line_points_buf.get_sized_array(e.points.length).set(e.points),this._line_points_buf.update(),null==this._line_show_buf&&(this._line_show_buf=new h.Uint8Buffer(this.regl_wrapper));this._line_show_buf.get_sized_array(e.show.length).set(e.show),this._line_show_buf.update();const w={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:o,antialias:1.5/s.pixel_ratio,miter_limit:10,points:this._line_points_buf,show:this._line_show_buf,nsegments:c,linewidth:t,line_color:i,line_cap:a,line_join:l,framebuffer:d,point_offset:0,line_offset:0};if(this._is_dashed&&null!=r){null==this._length_so_far_buf&&(this._length_so_far_buf=new h.Float32Buffer(this.regl_wrapper));this._length_so_far_buf.get_sized_array(e.length_so_far.length).set(e.length_so_far),this._length_so_far_buf.update();const t={...w,length_so_far:this._length_so_far_buf,dash_tex:this._dash_tex[f],dash_tex_info:r,dash_scale:n,dash_offset:p};this.regl_wrapper.dashed_line()(t)}else this.regl_wrapper.solid_line()(w);const u={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,framebuffer_tex:g};this.regl_wrapper.accumulate()(u)}}}_set_data(t=!0){const{sxs:e,sys:s}=this.glyph,i=this.glyph.data_size,a=t||null==this._topology||this._topology.length!=i;let l=a;a&&(this._topology=new Array(i).fill(null));const r=new Array(i),n=new Array(i),o=new Array(i),f=new Array(i),d=new Array(i),g=[];let w=0,u=0;for(let h=0;h<i;h++){const i=e.get(h),m=s.get(h),v=(0,p.split_rings)(i,m);if(d[h]=[],v.length>0){let t=this._topology[h];if(a||null==t||t.some(({ring_indices:t})=>t.some(t=>t>=v.length))){l=!0;t=(0,p.classify_rings)(v).map(({flat_coords:t,rings:e})=>{const s=e.map(t=>v.indexOf(t)),i=[];let a=0;for(let t=0;t<e.length;t++)t>0&&i.push(a),a+=e[t].length/2;return{ring_indices:s,tri_indices:(0,c.default)(t,i.length>0?i:void 0,2)}}),this._topology[h]=t}g.push(t.map(({tri_indices:t})=>t.length).join(","));const e=[];let s=0,i=0;for(const{ring_indices:a,tri_indices:l}of t){const t=a.map(t=>v[t]),r=t.flat(),h=(0,p.generate_skirt_geometry)(r,t,l,p.POLYGON_AA_WIDTH);e.push({geom:h,rings:t}),s+=h.nvertices,i+=h.indices.length}r[h]={groups:e,all_rings:v},n[h]=s,o[h]=u,f[h]=i,w+=2*s,u+=i}else g.push(""),t&&(this._topology[h]=null),r[h]=null,n[h]=0,o[h]=u,f[h]=0}const m=w/2;null==this._positions&&(this._positions=new h.Float32Buffer(this.regl_wrapper,2));const v=this._positions.get_sized_array(w);null==this._edge_distance&&(this._edge_distance=new h.Float32Buffer(this.regl_wrapper));const y=this._edge_distance.get_sized_array(m),x=g.join(";");l||=x!=this._elements_signature;const B=l||null==this._elements?new Uint32Array(u):null;let b=0,z=0,F=0,A=0;for(let t=0;t<i;t++){const e=r[t];if(null==e)continue;const{groups:s,all_rings:i}=e;for(const{geom:t}of s){if(v.set(t.positions,b),b+=t.positions.length,y.set(t.edge_distance,z),z+=t.edge_distance.length,null!=B)for(let e=0;e<t.indices.length;e++)B[F+e]=t.indices[e]+A;F+=t.indices.length,A+=t.nvertices}const a=[];for(const t of i){const e=(0,p.build_line_from_ring)(t);e.nline>0&&a.push(e)}d[t]=a}this._poly_data={line_rings:d,fill_nvertices:n,fill_element_offsets:o,fill_element_counts:f},this._positions.update(),this._edge_distance.update(),this._total_element_count=u,null!=B&&(this._elements?.destroy(),this._elements=u>0?this.regl_wrapper.elements({usage:"static",primitive:"triangles",data:B,type:"uint32"}):null),this._elements_signature=x}_set_visuals(){const t=this.glyph.visuals.fill;this._fill_color.set_from_color(t.fill_color,t.fill_alpha);const e=this.glyph.visuals.line;this._line_color.set_from_color(e.line_color,e.line_alpha),this._linewidth.set_from_prop(e.line_width),this._line_cap.set_from_line_cap(e.line_cap),this._line_join.set_from_line_join(e.line_join);const{line_dash:s}=e,i=s.is_Scalar()?1:s.length,a=new Array(i);this._is_dashed=!1;for(let t=0;t<i;t++){const e=(0,o.normalize_dash_pattern)((0,n.resolve_line_dash)(s.get(t)));a[t]=e,this._is_dashed||=0!=e.length}if(this._dash_tex=[],this._is_dashed){null==this._dash_offset&&(this._dash_offset=new h.Float32Buffer(this.regl_wrapper)),this._dash_offset.set_from_prop(e.line_dash_offset),null==this._dash_tex_info&&(this._dash_tex_info=new h.Float32Buffer(this.regl_wrapper,4));const t=this._dash_tex_info.get_sized_array(4*i);null==this._dash_scale&&(this._dash_scale=new h.Float32Buffer(this.regl_wrapper));const l=this._dash_scale.get_sized_array(i);for(let e=0;e<i;e++){const s=a[e];if(s.length>0){const[i,a,r]=this.regl_wrapper.get_dash(s);this._dash_tex.push(a);for(let s=0;s<4;s++)t[4*e+s]=i[s];l[e]=r}else this._dash_tex.push(null),t.fill(0,4*e,4*(e+1)),l[e]=0}const r=s.is_Scalar();this._dash_tex_info.update(r),this._dash_scale.update(r)}const l=this.glyph.visuals.hatch;this._have_hatch=l.doit,this._have_hatch&&(this._hatch_patterns.set_from_hatch_pattern(l.hatch_pattern),this._hatch_scales.set_from_prop(l.hatch_scale),this._hatch_weights.set_from_prop(l.hatch_weight),this._hatch_rgba.set_from_color(l.hatch_color,l.hatch_alpha))}}s.PatchesGL=PatchesGL},
|
|
82
82
|
681: function _(s,e,t,a,r){a();const i=s(663),h=s(666),l=s(21);class MultiMarkerGL extends i.BaseMarkerGL{glyph;_marker_types;_unique_marker_types;constructor(s,e){super(s,e),this.glyph=e}draw(s,e,t){const a=e.glglyph;(a.data_changed||a.data_mapped)&&(a.set_data(),a.data_changed=!1,a.data_mapped=!1),this.visuals_changed&&(this._set_visuals(),this.visuals_changed=!1);const r=a.nvertices,i=a._unique_marker_types.length;for(const e of a._unique_marker_types){if(null==e)continue;let h=r;const l=this._show.length,n=this._show.get_sized_array(r);if(i>1||s.length<r){this._show_all=!1,n.fill(0),h=0;for(let t=0;t<s.length;t++)1!=i&&a._marker_types.get(t)!=e||(n[s[t]]=255,h++)}else this._show_all&&l==r||(this._show_all=!0,n.fill(255));this._show.update(),0!=h&&this._draw_one_marker_type(e,t,a)}}_get_visuals(){return this.glyph.visuals}_set_data(){const s=this.nvertices,e=this._centers.get_sized_array(2*s);(0,h.interleave)(this.glyph.sx,this.glyph.sy,s,i.BaseMarkerGL.missing_point,e),this._centers.update(),this._widths.set_from_prop(this.glyph.size),this._angles.set_from_prop(this.glyph.angle),null==this._marker_types&&(this._marker_types=this.glyph.marker,this._unique_marker_types=this._marker_types.unique().filter(s=>l.MarkerType.valid(s)))}_set_once(){super._set_once(),this._heights.set_from_scalar(0),this._auxs.set_from_scalar(0)}}t.MultiMarkerGL=MultiMarkerGL},
|
|
83
83
|
682: function _(t,s,e,n,o){n();const r=t(670);class NgonGL extends r.RadialGL{glyph;constructor(t,s){super(t,s),this.glyph=s}get marker_type(){return"ngon"}_set_data(){super._set_data(),this._angles.set_from_prop(this.glyph.angle),this._auxs.set_from_prop(this.glyph.n)}}e.NgonGL=NgonGL},
|
|
84
84
|
683: function _(t,s,r,e,h){e();const o=t(661);class RectGL extends o.SXSYGlyphGL{glyph;constructor(t,s){super(t,s),this.glyph=s}get marker_type(){return this._border_radius_nonzero?"round_rect":"rect"}_set_data(){super._set_data(),this._widths.set_from_array(this.glyph.swidth),this._heights.set_from_array(this.glyph.sheight),this._angles.set_from_prop(this.glyph.angle);const{top_left:t,top_right:s,bottom_right:r,bottom_left:e}=this.glyph.border_radius;this._border_radius=[t,s,r,e],this._border_radius_nonzero=Math.max(...this._border_radius)>0}_set_once(){super._set_once(),this._auxs.set_from_scalar(0)}}r.RectGL=RectGL},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
* THE POSSIBILITY OF SUCH DAMAGE.
|
|
31
31
|
*/
|
|
32
32
|
(function(root, factory) {
|
|
33
|
-
factory(root["Bokeh"], "
|
|
33
|
+
factory(root["Bokeh"], "4.0.0-dev.1");
|
|
34
34
|
})(this, function(Bokeh, version) {
|
|
35
35
|
let define;
|
|
36
36
|
return (function(modules, entry, aliases, externals) {
|