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.
Files changed (1444) hide show
  1. {bokeh-3.10.0.dev7/src/bokeh.egg-info → bokeh-4.0.0.dev1}/PKG-INFO +1 -1
  2. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-api.js +1 -1
  3. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-api.min.js +1 -1
  4. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-gl.js +139 -79
  5. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-gl.min.js +4 -4
  6. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-mathjax.js +1 -1
  7. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-mathjax.min.js +1 -1
  8. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-tables.js +1 -1
  9. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-tables.min.js +1 -1
  10. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-widgets.js +1 -1
  11. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh-widgets.min.js +1 -1
  12. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh.js +67 -6
  13. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/bokeh.min.js +4 -4
  14. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/compiler.js +63 -63
  15. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/polygon.d.ts +4 -1
  16. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/patch.d.ts +2 -1
  17. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/patches.d.ts +3 -1
  18. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/plot_canvas.d.ts +1 -0
  19. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/range_manager.d.ts +2 -0
  20. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1/src/bokeh.egg-info}/PKG-INFO +1 -1
  21. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/LICENSE.txt +0 -0
  22. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/MANIFEST.in +0 -0
  23. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/README.md +0 -0
  24. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/pyproject.toml +0 -0
  25. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/setup.cfg +0 -0
  26. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/setup.py +0 -0
  27. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/LICENSE.txt +0 -0
  28. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/__init__.py +0 -0
  29. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/__main__.py +0 -0
  30. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_specs.pyi +0 -0
  31. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.1.0.json +0 -0
  32. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.10.0.json +0 -0
  33. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.11.0.json +0 -0
  34. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.11.1.json +0 -0
  35. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.0.json +0 -0
  36. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.1.json +0 -0
  37. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.10.json +0 -0
  38. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.11.json +0 -0
  39. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.12.json +0 -0
  40. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.13.json +0 -0
  41. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.14.json +0 -0
  42. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.15.json +0 -0
  43. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.16.json +0 -0
  44. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.2.json +0 -0
  45. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.3.json +0 -0
  46. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.4.json +0 -0
  47. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.5.json +0 -0
  48. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.6.json +0 -0
  49. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.7.json +0 -0
  50. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.8.json +0 -0
  51. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.12.9.json +0 -0
  52. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.13.0.json +0 -0
  53. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.2.0.json +0 -0
  54. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.3.0.json +0 -0
  55. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.0.json +0 -0
  56. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.1.json +0 -0
  57. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.2.json +0 -0
  58. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.3.json +0 -0
  59. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.4.4.json +0 -0
  60. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.5.0.json +0 -0
  61. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.5.1.json +0 -0
  62. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.5.2.json +0 -0
  63. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.6.0.json +0 -0
  64. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.6.1.json +0 -0
  65. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.7.0.json +0 -0
  66. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.7.1.json +0 -0
  67. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.8.0.json +0 -0
  68. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.8.1.json +0 -0
  69. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.8.2.json +0 -0
  70. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.0.json +0 -0
  71. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.1.json +0 -0
  72. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.2.json +0 -0
  73. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/0.9.3.json +0 -0
  74. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.0.json +0 -0
  75. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.1.json +0 -0
  76. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.2.json +0 -0
  77. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.3.json +0 -0
  78. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.0.4.json +0 -0
  79. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.1.0.json +0 -0
  80. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.2.0.json +0 -0
  81. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.0.json +0 -0
  82. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.1.json +0 -0
  83. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.2.json +0 -0
  84. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.3.4.json +0 -0
  85. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/1.4.0.json +0 -0
  86. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.0.0.json +0 -0
  87. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.0.1.json +0 -0
  88. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.0.2.json +0 -0
  89. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.1.0.json +0 -0
  90. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.1.1.json +0 -0
  91. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.2.0.json +0 -0
  92. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.2.1.json +0 -0
  93. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.2.2.json +0 -0
  94. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.0.json +0 -0
  95. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.1.json +0 -0
  96. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.2.json +0 -0
  97. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.3.3.json +0 -0
  98. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.0.json +0 -0
  99. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.1.json +0 -0
  100. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.2.json +0 -0
  101. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/2.4.3.json +0 -0
  102. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.0.0.json +0 -0
  103. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.0.1.json +0 -0
  104. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.0.2.json +0 -0
  105. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.1.0.json +0 -0
  106. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.1.1.json +0 -0
  107. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.2.0.json +0 -0
  108. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.2.1.json +0 -0
  109. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.2.2.json +0 -0
  110. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.0.json +0 -0
  111. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.1.json +0 -0
  112. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.2.json +0 -0
  113. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.3.json +0 -0
  114. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.3.4.json +0 -0
  115. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.0.json +0 -0
  116. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.1.json +0 -0
  117. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.2.json +0 -0
  118. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.4.3.json +0 -0
  119. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.5.0.json +0 -0
  120. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.5.1.json +0 -0
  121. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.5.2.json +0 -0
  122. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.0.json +0 -0
  123. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.1.json +0 -0
  124. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.2.json +0 -0
  125. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.6.3.json +0 -0
  126. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.0.json +0 -0
  127. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.1.json +0 -0
  128. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.2.json +0 -0
  129. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.7.3.json +0 -0
  130. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.8.0.json +0 -0
  131. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.8.1.json +0 -0
  132. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_sri/3.8.2.json +0 -0
  133. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/_types.pyi +0 -0
  134. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/__init__.py +0 -0
  135. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/application.py +0 -0
  136. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/__init__.py +0 -0
  137. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/code.py +0 -0
  138. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/code_runner.py +0 -0
  139. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/directory.py +0 -0
  140. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/document_lifecycle.py +0 -0
  141. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/function.py +0 -0
  142. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/handler.py +0 -0
  143. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/lifecycle.py +0 -0
  144. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/notebook.py +0 -0
  145. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/request_handler.py +0 -0
  146. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/script.py +0 -0
  147. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/server_lifecycle.py +0 -0
  148. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/application/handlers/server_request_handler.py +0 -0
  149. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/__init__.py +0 -0
  150. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/connection.py +0 -0
  151. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/session.py +0 -0
  152. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/states.py +0 -0
  153. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/util.py +0 -0
  154. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/client/websocket.py +0 -0
  155. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/__init__.py +0 -0
  156. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/color.py +0 -0
  157. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/groups.py +0 -0
  158. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/named.py +0 -0
  159. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/colors/util.py +0 -0
  160. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/__init__.py +0 -0
  161. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/bootstrap.py +0 -0
  162. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommand.py +0 -0
  163. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/__init__.py +0 -0
  164. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/build.py +0 -0
  165. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/file_output.py +0 -0
  166. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/info.py +0 -0
  167. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/init.py +0 -0
  168. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/json.py +0 -0
  169. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/secret.py +0 -0
  170. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/serve.py +0 -0
  171. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/settings.py +0 -0
  172. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/subcommands/static.py +0 -0
  173. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/command/util.py +0 -0
  174. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/__init__.py +0 -0
  175. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_js.js.jinja +0 -0
  176. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_nb_js.js.jinja +0 -0
  177. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_request_tag.html.jinja +0 -0
  178. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/autoload_tag.html.jinja +0 -0
  179. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/css_resources.html.jinja +0 -0
  180. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/doc_js.js.jinja +0 -0
  181. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/doc_nb_js.js.jinja +0 -0
  182. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/file.html.jinja +0 -0
  183. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/js_resources.html.jinja +0 -0
  184. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/macros.html.jinja +0 -0
  185. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/notebook_load.html.jinja +0 -0
  186. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/plot_div.html.jinja +0 -0
  187. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/root_div.html.jinja +0 -0
  188. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/script_tag.html.jinja +0 -0
  189. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/_templates/try_run.js.jinja +0 -0
  190. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/enums.py +0 -0
  191. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/has_props.py +0 -0
  192. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/has_props.pyi +0 -0
  193. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/json_encoder.py +0 -0
  194. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/properties.py +0 -0
  195. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/__init__.py +0 -0
  196. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/_sphinx.py +0 -0
  197. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/alias.py +0 -0
  198. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/aliases.py +0 -0
  199. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/any.py +0 -0
  200. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/auto.py +0 -0
  201. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/bases.py +0 -0
  202. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/color.py +0 -0
  203. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/constraints.py +0 -0
  204. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/container.py +0 -0
  205. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/data_class.py +0 -0
  206. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/data_frame.py +0 -0
  207. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/dataspec.py +0 -0
  208. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/datetime.py +0 -0
  209. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/descriptor_factory.py +0 -0
  210. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/descriptors.py +0 -0
  211. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/either.py +0 -0
  212. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/enum.py +0 -0
  213. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/factors.py +0 -0
  214. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/include.py +0 -0
  215. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/instance.py +0 -0
  216. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/json.py +0 -0
  217. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/nothing.py +0 -0
  218. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/nullable.py +0 -0
  219. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/numeric.py +0 -0
  220. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/override.py +0 -0
  221. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/primitive.py +0 -0
  222. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/readonly.py +0 -0
  223. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/required.py +0 -0
  224. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/serialized.py +0 -0
  225. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/singletons.py +0 -0
  226. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/string.py +0 -0
  227. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/struct.py +0 -0
  228. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/text_like.py +0 -0
  229. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/validation.py +0 -0
  230. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/vectorization.py +0 -0
  231. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/visual.py +0 -0
  232. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/visual.pyi +0 -0
  233. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property/wrappers.py +0 -0
  234. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_aliases.py +0 -0
  235. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_aliases.pyi +0 -0
  236. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_mixins.py +0 -0
  237. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/property_mixins.pyi +0 -0
  238. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/query.py +0 -0
  239. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/serialization.py +0 -0
  240. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/templates.py +0 -0
  241. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/types.py +0 -0
  242. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/__init__.py +0 -0
  243. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/check.py +0 -0
  244. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/decorators.py +0 -0
  245. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/errors.py +0 -0
  246. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/issue.py +0 -0
  247. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/core/validation/warnings.py +0 -0
  248. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/__init__.py +0 -0
  249. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/callbacks.py +0 -0
  250. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/config.py +0 -0
  251. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/config.pyi +0 -0
  252. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/document.py +0 -0
  253. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/events.py +0 -0
  254. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/json.py +0 -0
  255. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/locking.py +0 -0
  256. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/models.py +0 -0
  257. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/document/modules.py +0 -0
  258. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/driving.py +0 -0
  259. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/__init__.py +0 -0
  260. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/bundle.py +0 -0
  261. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/elements.py +0 -0
  262. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/notebook.py +0 -0
  263. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/server.py +0 -0
  264. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/standalone.py +0 -0
  265. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/util.py +0 -0
  266. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/embed/wrappers.py +0 -0
  267. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/events.py +0 -0
  268. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/ext.py +0 -0
  269. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/__init__.py +0 -0
  270. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/browser.py +0 -0
  271. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/doc.py +0 -0
  272. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/export.py +0 -0
  273. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/notebook.py +0 -0
  274. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/output.py +0 -0
  275. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/saving.py +0 -0
  276. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/showing.py +0 -0
  277. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/state.py +0 -0
  278. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/util.py +0 -0
  279. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/io/webdriver.py +0 -0
  280. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/layouts.py +0 -0
  281. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/__init__.py +0 -0
  282. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/data_model.py +0 -0
  283. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/docs.py +0 -0
  284. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/model.py +0 -0
  285. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/model.pyi +0 -0
  286. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/model/util.py +0 -0
  287. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/__init__.py +0 -0
  288. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/__init__.py +0 -0
  289. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/annotation.py +0 -0
  290. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/annotation.pyi +0 -0
  291. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/arrows.py +0 -0
  292. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/arrows.pyi +0 -0
  293. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/dimensional.py +0 -0
  294. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/dimensional.pyi +0 -0
  295. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/geometry.py +0 -0
  296. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/geometry.pyi +0 -0
  297. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/__init__.py +0 -0
  298. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/html_annotation.py +0 -0
  299. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/html_annotation.pyi +0 -0
  300. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/labels.py +0 -0
  301. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/labels.pyi +0 -0
  302. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/toolbars.py +0 -0
  303. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/html/toolbars.pyi +0 -0
  304. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/labels.py +0 -0
  305. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/labels.pyi +0 -0
  306. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/legends.py +0 -0
  307. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/annotations/legends.pyi +0 -0
  308. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/axes.py +0 -0
  309. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/axes.pyi +0 -0
  310. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/callbacks.py +0 -0
  311. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/callbacks.pyi +0 -0
  312. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/canvas.py +0 -0
  313. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/canvas.pyi +0 -0
  314. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/common/properties.py +0 -0
  315. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/comparisons.py +0 -0
  316. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/comparisons.pyi +0 -0
  317. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/coordinates.py +0 -0
  318. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/coordinates.pyi +0 -0
  319. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/css.py +0 -0
  320. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/css.pyi +0 -0
  321. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/dom.py +0 -0
  322. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/dom.pyi +0 -0
  323. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/expressions.py +0 -0
  324. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/expressions.pyi +0 -0
  325. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/filters.py +0 -0
  326. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/filters.pyi +0 -0
  327. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/formatters.py +0 -0
  328. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/formatters.pyi +0 -0
  329. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyph.py +0 -0
  330. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyph.pyi +0 -0
  331. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyphs.py +0 -0
  332. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/glyphs.pyi +0 -0
  333. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphics.py +0 -0
  334. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphics.pyi +0 -0
  335. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphs.py +0 -0
  336. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/graphs.pyi +0 -0
  337. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/grids.py +0 -0
  338. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/grids.pyi +0 -0
  339. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/labeling.py +0 -0
  340. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/labeling.pyi +0 -0
  341. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/layouts.py +0 -0
  342. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/layouts.pyi +0 -0
  343. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/map_plots.py +0 -0
  344. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/map_plots.pyi +0 -0
  345. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/mappers.py +0 -0
  346. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/mappers.pyi +0 -0
  347. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/misc/__init__.py +0 -0
  348. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/misc/group_by.py +0 -0
  349. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/misc/group_by.pyi +0 -0
  350. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/nodes.py +0 -0
  351. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/nodes.pyi +0 -0
  352. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/plots.py +0 -0
  353. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/plots.pyi +0 -0
  354. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ranges.py +0 -0
  355. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ranges.pyi +0 -0
  356. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/__init__.py +0 -0
  357. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/contour_renderer.py +0 -0
  358. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/contour_renderer.pyi +0 -0
  359. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/glyph_renderer.py +0 -0
  360. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/glyph_renderer.pyi +0 -0
  361. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/graph_renderer.py +0 -0
  362. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/graph_renderer.pyi +0 -0
  363. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/renderer.py +0 -0
  364. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/renderer.pyi +0 -0
  365. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/tile_renderer.py +0 -0
  366. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/renderers/tile_renderer.pyi +0 -0
  367. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/scales.py +0 -0
  368. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/scales.pyi +0 -0
  369. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selections.py +0 -0
  370. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selections.pyi +0 -0
  371. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selectors.py +0 -0
  372. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/selectors.pyi +0 -0
  373. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/sources.py +0 -0
  374. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/sources.pyi +0 -0
  375. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/text.py +0 -0
  376. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/text.pyi +0 -0
  377. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/textures.py +0 -0
  378. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/textures.pyi +0 -0
  379. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tickers.py +0 -0
  380. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tickers.pyi +0 -0
  381. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tiles.py +0 -0
  382. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tiles.pyi +0 -0
  383. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tools.py +0 -0
  384. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/tools.pyi +0 -0
  385. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/transforms.py +0 -0
  386. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/transforms.pyi +0 -0
  387. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/__init__.py +0 -0
  388. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/dialogs.py +0 -0
  389. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/dialogs.pyi +0 -0
  390. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/examiner.py +0 -0
  391. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/examiner.pyi +0 -0
  392. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/floating.py +0 -0
  393. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/floating.pyi +0 -0
  394. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/icons.py +0 -0
  395. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/icons.pyi +0 -0
  396. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/menus.py +0 -0
  397. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/menus.pyi +0 -0
  398. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/notifications.py +0 -0
  399. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/notifications.pyi +0 -0
  400. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panels.py +0 -0
  401. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panels.pyi +0 -0
  402. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panes.py +0 -0
  403. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/panes.pyi +0 -0
  404. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/tooltips.py +0 -0
  405. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/tooltips.pyi +0 -0
  406. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/ui_element.py +0 -0
  407. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/ui/ui_element.pyi +0 -0
  408. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/util/__init__.py +0 -0
  409. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/util/structure.py +0 -0
  410. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/__init__.py +0 -0
  411. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/buttons.py +0 -0
  412. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/buttons.pyi +0 -0
  413. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/groups.py +0 -0
  414. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/groups.pyi +0 -0
  415. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/indicators.py +0 -0
  416. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/indicators.pyi +0 -0
  417. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/inputs.py +0 -0
  418. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/inputs.pyi +0 -0
  419. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markdown.py +0 -0
  420. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markdown.pyi +0 -0
  421. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markups.py +0 -0
  422. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/markups.pyi +0 -0
  423. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/pickers.py +0 -0
  424. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/pickers.pyi +0 -0
  425. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/sliders.py +0 -0
  426. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/sliders.pyi +0 -0
  427. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/tables.py +0 -0
  428. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/tables.pyi +0 -0
  429. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/widget.py +0 -0
  430. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/models/widgets/widget.pyi +0 -0
  431. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/palettes.py +0 -0
  432. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/__init__.py +0 -0
  433. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_decorators.py +0 -0
  434. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_docstring.py +0 -0
  435. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_figure.py +0 -0
  436. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_figure.pyi +0 -0
  437. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_geo_feature.py +0 -0
  438. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_geo_feature.pyi +0 -0
  439. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_graph.py +0 -0
  440. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_legends.py +0 -0
  441. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_plot.py +0 -0
  442. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_renderer.py +0 -0
  443. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_stack.py +0 -0
  444. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/_tools.py +0 -0
  445. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/contour.py +0 -0
  446. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/glyph_api.py +0 -0
  447. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/glyph_api.pyi +0 -0
  448. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/gmap.py +0 -0
  449. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/plotting/graph.py +0 -0
  450. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/__init__.py +0 -0
  451. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/exceptions.py +0 -0
  452. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/message.py +0 -0
  453. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/__init__.py +0 -0
  454. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/ack.py +0 -0
  455. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/error.py +0 -0
  456. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/ok.py +0 -0
  457. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/patch_doc.py +0 -0
  458. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/pull_doc_reply.py +0 -0
  459. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/pull_doc_req.py +0 -0
  460. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/push_doc.py +0 -0
  461. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/server_info_reply.py +0 -0
  462. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/messages/server_info_req.py +0 -0
  463. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/protocol/receiver.py +0 -0
  464. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/py.typed +0 -0
  465. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/resources.py +0 -0
  466. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/__init__.py +0 -0
  467. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/airport_routes.py +0 -0
  468. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/airports.py +0 -0
  469. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/anscombe.py +0 -0
  470. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/antibiotics.py +0 -0
  471. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/autompg.py +0 -0
  472. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/autompg2.py +0 -0
  473. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/browsers.py +0 -0
  474. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/commits.py +0 -0
  475. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/cows.py +0 -0
  476. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/cycling.py +0 -0
  477. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/daylight.py +0 -0
  478. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/degrees.py +0 -0
  479. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/emissions.py +0 -0
  480. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/forensic_glass.py +0 -0
  481. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/gapminder.py +0 -0
  482. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/glucose.py +0 -0
  483. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/haar_cascade.py +0 -0
  484. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/iris.py +0 -0
  485. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/les_mis.py +0 -0
  486. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/lincoln.py +0 -0
  487. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/movies_data.py +0 -0
  488. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/movies_data.pyi +0 -0
  489. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/mtb.py +0 -0
  490. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/olympics2014.py +0 -0
  491. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/penguins.py +0 -0
  492. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/perceptions.py +0 -0
  493. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/periodic_table.py +0 -0
  494. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/population.py +0 -0
  495. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sample_geojson.py +0 -0
  496. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sample_superstore.py +0 -0
  497. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sample_superstore.pyi +0 -0
  498. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sea_surface_temperature.py +0 -0
  499. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/sprint.py +0 -0
  500. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/stocks.py +0 -0
  501. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/titanic.py +0 -0
  502. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/unemployment.py +0 -0
  503. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/unemployment1948.py +0 -0
  504. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_cities.py +0 -0
  505. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_counties.py +0 -0
  506. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_holidays.py +0 -0
  507. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_marriages_divorces.py +0 -0
  508. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/us_states.py +0 -0
  509. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sampledata/world_cities.py +0 -0
  510. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/__init__.py +0 -0
  511. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/auth_provider.py +0 -0
  512. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/callbacks.py +0 -0
  513. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/connection.py +0 -0
  514. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/contexts.py +0 -0
  515. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/protocol_handler.py +0 -0
  516. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/server.py +0 -0
  517. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/session.py +0 -0
  518. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/all/main.d.ts +0 -0
  519. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/charts.d.ts +0 -0
  520. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/expr.d.ts +0 -0
  521. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/figure.d.ts +0 -0
  522. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/glyph_api.d.ts +0 -0
  523. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/gridplot.d.ts +0 -0
  524. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/index.d.ts +0 -0
  525. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/io.d.ts +0 -0
  526. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/linalg.d.ts +0 -0
  527. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/main.d.ts +0 -0
  528. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/models.d.ts +0 -0
  529. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/palettes.d.ts +0 -0
  530. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/parser.d.ts +0 -0
  531. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/plotting.d.ts +0 -0
  532. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/api/themes.d.ts +0 -0
  533. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/base.d.ts +0 -0
  534. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/bokeh.d.ts +0 -0
  535. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/client/connection.d.ts +0 -0
  536. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/client/session.d.ts +0 -0
  537. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/bokeh_events.d.ts +0 -0
  538. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/build_views.d.ts +0 -0
  539. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/class.d.ts +0 -0
  540. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/css.d.ts +0 -0
  541. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/diagnostics.d.ts +0 -0
  542. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/dom.d.ts +0 -0
  543. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/dom_view.d.ts +0 -0
  544. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/enums.d.ts +0 -0
  545. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/geometry.d.ts +0 -0
  546. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/graphics.d.ts +0 -0
  547. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/has_props.d.ts +0 -0
  548. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/hittest.d.ts +0 -0
  549. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/kinds.d.ts +0 -0
  550. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/alignments.d.ts +0 -0
  551. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/border.d.ts +0 -0
  552. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/grid.d.ts +0 -0
  553. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/index.d.ts +0 -0
  554. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/layoutable.d.ts +0 -0
  555. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/side_panel.d.ts +0 -0
  556. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/layout/types.d.ts +0 -0
  557. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/logging.d.ts +0 -0
  558. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/patching.d.ts +0 -0
  559. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/properties.d.ts +0 -0
  560. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/property_mixins.d.ts +0 -0
  561. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/resolvers.d.ts +0 -0
  562. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/selection_manager.d.ts +0 -0
  563. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/buffer.d.ts +0 -0
  564. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/deserializer.d.ts +0 -0
  565. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/index.d.ts +0 -0
  566. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/reps.d.ts +0 -0
  567. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/serialization/serializer.d.ts +0 -0
  568. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/settings.d.ts +0 -0
  569. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/signaling.d.ts +0 -0
  570. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/stylesheets.d.ts +0 -0
  571. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/types.d.ts +0 -0
  572. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/ui_events.d.ts +0 -0
  573. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/ui_gestures.d.ts +0 -0
  574. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/uniforms.d.ts +0 -0
  575. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/affine.d.ts +0 -0
  576. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/algorithms.d.ts +0 -0
  577. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/array.d.ts +0 -0
  578. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/arrayable.d.ts +0 -0
  579. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/assert.d.ts +0 -0
  580. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/bbox.d.ts +0 -0
  581. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/bitset.d.ts +0 -0
  582. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/buffer.d.ts +0 -0
  583. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/callbacks.d.ts +0 -0
  584. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/canvas.d.ts +0 -0
  585. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/cloneable.d.ts +0 -0
  586. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/color.d.ts +0 -0
  587. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/defer.d.ts +0 -0
  588. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/eq.d.ts +0 -0
  589. {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
  590. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/image.d.ts +0 -0
  591. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/indices.d.ts +0 -0
  592. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/interpolation.d.ts +0 -0
  593. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/iterator.d.ts +0 -0
  594. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/math.d.ts +0 -0
  595. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/matrix.d.ts +0 -0
  596. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/menus.d.ts +0 -0
  597. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/modules.d.ts +0 -0
  598. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/ndarray.d.ts +0 -0
  599. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/object.d.ts +0 -0
  600. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/panes.d.ts +0 -0
  601. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/platform.d.ts +0 -0
  602. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/pretty.d.ts +0 -0
  603. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/projections.d.ts +0 -0
  604. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/ragged_array.d.ts +0 -0
  605. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/random.d.ts +0 -0
  606. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/refs.d.ts +0 -0
  607. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/set.d.ts +0 -0
  608. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/slice.d.ts +0 -0
  609. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/spatial.d.ts +0 -0
  610. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/string.d.ts +0 -0
  611. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/svg.d.ts +0 -0
  612. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/svg_colors.d.ts +0 -0
  613. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/templating.d.ts +0 -0
  614. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/text.d.ts +0 -0
  615. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/throttle.d.ts +0 -0
  616. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/typed_array.d.ts +0 -0
  617. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/types.d.ts +0 -0
  618. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/version.d.ts +0 -0
  619. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/wheel.d.ts +0 -0
  620. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/util/zoom.d.ts +0 -0
  621. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/vdom.d.ts +0 -0
  622. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/vectorization.d.ts +0 -0
  623. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/view.d.ts +0 -0
  624. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/view_manager.d.ts +0 -0
  625. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/fill.d.ts +0 -0
  626. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/hatch.d.ts +0 -0
  627. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/image.d.ts +0 -0
  628. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/index.d.ts +0 -0
  629. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/line.d.ts +0 -0
  630. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/patterns.d.ts +0 -0
  631. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/text.d.ts +0 -0
  632. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/core/visuals/visual.d.ts +0 -0
  633. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/config.d.ts +0 -0
  634. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/defs.d.ts +0 -0
  635. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/document.d.ts +0 -0
  636. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/events.d.ts +0 -0
  637. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/document/index.d.ts +0 -0
  638. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/dom.d.ts +0 -0
  639. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/index.d.ts +0 -0
  640. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/json.d.ts +0 -0
  641. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/notebook.d.ts +0 -0
  642. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/server.d.ts +0 -0
  643. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/embed/standalone.d.ts +0 -0
  644. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/index.d.ts +0 -0
  645. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/main.d.ts +0 -0
  646. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/model.d.ts +0 -0
  647. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/annotation.d.ts +0 -0
  648. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/area_visuals.d.ts +0 -0
  649. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/arrow.d.ts +0 -0
  650. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/arrow_head.d.ts +0 -0
  651. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/band.d.ts +0 -0
  652. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/base_bar.d.ts +0 -0
  653. {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
  654. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/box_annotation.d.ts +0 -0
  655. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/color_bar.d.ts +0 -0
  656. {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
  657. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/data_annotation.d.ts +0 -0
  658. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/dimensional.d.ts +0 -0
  659. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/index.d.ts +0 -0
  660. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/label.d.ts +0 -0
  661. {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
  662. {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
  663. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/html/title.d.ts +0 -0
  664. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/index.d.ts +0 -0
  665. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/label.d.ts +0 -0
  666. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/label_set.d.ts +0 -0
  667. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/legend.d.ts +0 -0
  668. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/legend_item.d.ts +0 -0
  669. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/poly_annotation.d.ts +0 -0
  670. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/scale_bar.d.ts +0 -0
  671. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/size_bar.d.ts +0 -0
  672. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/slope.d.ts +0 -0
  673. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/span.d.ts +0 -0
  674. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/text_annotation.d.ts +0 -0
  675. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/title.d.ts +0 -0
  676. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/toolbar_panel.d.ts +0 -0
  677. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/upper_lower.d.ts +0 -0
  678. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/annotations/whisker.d.ts +0 -0
  679. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/axis.d.ts +0 -0
  680. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/categorical_axis.d.ts +0 -0
  681. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/continuous_axis.d.ts +0 -0
  682. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/datetime_axis.d.ts +0 -0
  683. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/index.d.ts +0 -0
  684. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/linear_axis.d.ts +0 -0
  685. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/log_axis.d.ts +0 -0
  686. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/mercator_axis.d.ts +0 -0
  687. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/axes/timedelta_axis.d.ts +0 -0
  688. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/callback.d.ts +0 -0
  689. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/close_dialog.d.ts +0 -0
  690. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/customjs.d.ts +0 -0
  691. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/index.d.ts +0 -0
  692. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/open_dialog.d.ts +0 -0
  693. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/open_url.d.ts +0 -0
  694. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/set_value.d.ts +0 -0
  695. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/callbacks/toggle_visibility.d.ts +0 -0
  696. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/canvas.d.ts +0 -0
  697. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/canvas_panel.d.ts +0 -0
  698. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/cartesian_frame.d.ts +0 -0
  699. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/canvas/index.d.ts +0 -0
  700. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/box_kinds.d.ts +0 -0
  701. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/kinds.d.ts +0 -0
  702. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/painting.d.ts +0 -0
  703. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/common/resolve.d.ts +0 -0
  704. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/comparison.d.ts +0 -0
  705. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/customjs_compare.d.ts +0 -0
  706. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/index.d.ts +0 -0
  707. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/comparisons/nan_compare.d.ts +0 -0
  708. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/coordinate.d.ts +0 -0
  709. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/coordinate_mapping.d.ts +0 -0
  710. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/index.d.ts +0 -0
  711. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/indexed.d.ts +0 -0
  712. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/node.d.ts +0 -0
  713. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/coordinates/xy.d.ts +0 -0
  714. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/action.d.ts +0 -0
  715. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/color_ref.d.ts +0 -0
  716. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/dom_element.d.ts +0 -0
  717. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/dom_node.d.ts +0 -0
  718. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/elements.d.ts +0 -0
  719. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/html.d.ts +0 -0
  720. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/index.d.ts +0 -0
  721. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/index_.d.ts +0 -0
  722. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/placeholder.d.ts +0 -0
  723. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/styles.d.ts +0 -0
  724. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/stylesheets.d.ts +0 -0
  725. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/template.d.ts +0 -0
  726. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/text.d.ts +0 -0
  727. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/toggle_group.d.ts +0 -0
  728. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/value_of.d.ts +0 -0
  729. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/dom/value_ref.d.ts +0 -0
  730. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/coordinate_transform.d.ts +0 -0
  731. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/cumsum.d.ts +0 -0
  732. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/customjs_expr.d.ts +0 -0
  733. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/expression.d.ts +0 -0
  734. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/index.d.ts +0 -0
  735. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/maximum.d.ts +0 -0
  736. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/minimum.d.ts +0 -0
  737. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/polar.d.ts +0 -0
  738. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/expressions/stack.d.ts +0 -0
  739. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/all_indices.d.ts +0 -0
  740. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/boolean_filter.d.ts +0 -0
  741. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/composite_filter.d.ts +0 -0
  742. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/customjs_filter.d.ts +0 -0
  743. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/difference_filter.d.ts +0 -0
  744. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/filter.d.ts +0 -0
  745. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/group_filter.d.ts +0 -0
  746. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/index.d.ts +0 -0
  747. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/index_filter.d.ts +0 -0
  748. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/intersection_filter.d.ts +0 -0
  749. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/inversion_filter.d.ts +0 -0
  750. {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
  751. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/filters/union_filter.d.ts +0 -0
  752. {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
  753. {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
  754. {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
  755. {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
  756. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/index.d.ts +0 -0
  757. {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
  758. {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
  759. {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
  760. {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
  761. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/formatters/tick_formatter.d.ts +0 -0
  762. {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
  763. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/annular_wedge.d.ts +0 -0
  764. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/annulus.d.ts +0 -0
  765. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/arc.d.ts +0 -0
  766. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/area.d.ts +0 -0
  767. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/bezier.d.ts +0 -0
  768. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/block.d.ts +0 -0
  769. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/center_rotatable.d.ts +0 -0
  770. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/circle.d.ts +0 -0
  771. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/defs.d.ts +0 -0
  772. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/ellipse.d.ts +0 -0
  773. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/glyph.d.ts +0 -0
  774. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/harea.d.ts +0 -0
  775. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/harea_step.d.ts +0 -0
  776. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hbar.d.ts +0 -0
  777. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hex_tile.d.ts +0 -0
  778. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hspan.d.ts +0 -0
  779. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/hstrip.d.ts +0 -0
  780. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image.d.ts +0 -0
  781. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_base.d.ts +0 -0
  782. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_rgba.d.ts +0 -0
  783. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_stack.d.ts +0 -0
  784. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/image_url.d.ts +0 -0
  785. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/index.d.ts +0 -0
  786. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/line.d.ts +0 -0
  787. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/lrtb.d.ts +0 -0
  788. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/marker.d.ts +0 -0
  789. {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
  790. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/mathml_glyph.d.ts +0 -0
  791. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/multi_line.d.ts +0 -0
  792. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/multi_polygons.d.ts +0 -0
  793. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/ngon.d.ts +0 -0
  794. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/patch.d.ts +0 -0
  795. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/patches.d.ts +0 -0
  796. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/quad.d.ts +0 -0
  797. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/quadratic.d.ts +0 -0
  798. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/radial_glyph.d.ts +0 -0
  799. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/ray.d.ts +0 -0
  800. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/rect.d.ts +0 -0
  801. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/scatter.d.ts +0 -0
  802. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/segment.d.ts +0 -0
  803. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/spline.d.ts +0 -0
  804. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/step.d.ts +0 -0
  805. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/tex_glyph.d.ts +0 -0
  806. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/text.d.ts +0 -0
  807. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/utils.d.ts +0 -0
  808. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/varea.d.ts +0 -0
  809. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/varea_step.d.ts +0 -0
  810. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/vbar.d.ts +0 -0
  811. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/vspan.d.ts +0 -0
  812. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/vstrip.d.ts +0 -0
  813. {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
  814. {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
  815. {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
  816. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/annulus.d.ts +0 -0
  817. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/base.d.ts +0 -0
  818. {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
  819. {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
  820. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/buffer.d.ts +0 -0
  821. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/circle.d.ts +0 -0
  822. {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
  823. {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
  824. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/image.d.ts +0 -0
  825. {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
  826. {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
  827. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/index.d.ts +0 -0
  828. {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
  829. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/lrtb.d.ts +0 -0
  830. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/main.d.ts +0 -0
  831. {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
  832. {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
  833. {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
  834. {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
  835. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/ngon.d.ts +0 -0
  836. {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
  837. {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
  838. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/radial.d.ts +0 -0
  839. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/rect.d.ts +0 -0
  840. {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
  841. {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
  842. {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
  843. {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
  844. {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
  845. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/step.d.ts +0 -0
  846. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/sxsy.d.ts +0 -0
  847. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/types.d.ts +0 -0
  848. {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
  849. {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
  850. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/webgl/wedge.d.ts +0 -0
  851. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/wedge.d.ts +0 -0
  852. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/glyphs/xy_glyph.d.ts +0 -0
  853. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphics/decoration.d.ts +0 -0
  854. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphics/index.d.ts +0 -0
  855. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphics/marking.d.ts +0 -0
  856. {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
  857. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphs/index.d.ts +0 -0
  858. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/graphs/layout_provider.d.ts +0 -0
  859. {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
  860. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/grids/grid.d.ts +0 -0
  861. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/grids/index.d.ts +0 -0
  862. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/index.d.ts +0 -0
  863. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/alignments.d.ts +0 -0
  864. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/column.d.ts +0 -0
  865. {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
  866. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/flex_box.d.ts +0 -0
  867. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/grid_box.d.ts +0 -0
  868. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/group_box.d.ts +0 -0
  869. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/hbox.d.ts +0 -0
  870. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/index.d.ts +0 -0
  871. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/layout_dom.d.ts +0 -0
  872. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/row.d.ts +0 -0
  873. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/scroll_box.d.ts +0 -0
  874. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/spacer.d.ts +0 -0
  875. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/tab_panel.d.ts +0 -0
  876. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/tabs.d.ts +0 -0
  877. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/layouts/vbox.d.ts +0 -0
  878. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/main.d.ts +0 -0
  879. {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
  880. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/categorical_mapper.d.ts +0 -0
  881. {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
  882. {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
  883. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/color_mapper.d.ts +0 -0
  884. {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
  885. {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
  886. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/index.d.ts +0 -0
  887. {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
  888. {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
  889. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/mappers/mapper.d.ts +0 -0
  890. {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
  891. {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
  892. {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
  893. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/misc/group_by.d.ts +0 -0
  894. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/misc/index.d.ts +0 -0
  895. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/figure.d.ts +0 -0
  896. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/gmap.d.ts +0 -0
  897. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/gmap_plot.d.ts +0 -0
  898. {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
  899. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/grid_plot.d.ts +0 -0
  900. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/index.d.ts +0 -0
  901. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/plot.d.ts +0 -0
  902. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/plots/state_manager.d.ts +0 -0
  903. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/policies/index.d.ts +0 -0
  904. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/policies/labeling.d.ts +0 -0
  905. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/random/index.d.ts +0 -0
  906. {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
  907. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/random/random_generator.d.ts +0 -0
  908. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/data_range.d.ts +0 -0
  909. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/data_range1d.d.ts +0 -0
  910. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/factor_range.d.ts +0 -0
  911. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/index.d.ts +0 -0
  912. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/numerical_range.d.ts +0 -0
  913. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/range.d.ts +0 -0
  914. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ranges/range1d.d.ts +0 -0
  915. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/composite_renderer.d.ts +0 -0
  916. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/contour_renderer.d.ts +0 -0
  917. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/data_renderer.d.ts +0 -0
  918. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/glyph_renderer.d.ts +0 -0
  919. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/graph_renderer.d.ts +0 -0
  920. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/guide_renderer.d.ts +0 -0
  921. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/index.d.ts +0 -0
  922. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/renderer.d.ts +0 -0
  923. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/renderers/renderer_group.d.ts +0 -0
  924. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/categorical_scale.d.ts +0 -0
  925. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/composite_scale.d.ts +0 -0
  926. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/continuous_scale.d.ts +0 -0
  927. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/index.d.ts +0 -0
  928. {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
  929. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/linear_scale.d.ts +0 -0
  930. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/log_scale.d.ts +0 -0
  931. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/scales/scale.d.ts +0 -0
  932. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selections/index.d.ts +0 -0
  933. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selections/interaction_policy.d.ts +0 -0
  934. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selections/selection.d.ts +0 -0
  935. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_class.d.ts +0 -0
  936. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_css.d.ts +0 -0
  937. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_id.d.ts +0 -0
  938. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/by_xpath.d.ts +0 -0
  939. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/index.d.ts +0 -0
  940. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/selectors/selector.d.ts +0 -0
  941. {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
  942. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/cds_view.d.ts +0 -0
  943. {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
  944. {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
  945. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/data_source.d.ts +0 -0
  946. {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
  947. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/sources/index.d.ts +0 -0
  948. {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
  949. {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
  950. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/base_text.d.ts +0 -0
  951. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/index.d.ts +0 -0
  952. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/math_text.d.ts +0 -0
  953. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/mathjax/index.d.ts +0 -0
  954. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/mathjax/main.d.ts +0 -0
  955. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/plain_text.d.ts +0 -0
  956. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/providers.d.ts +0 -0
  957. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/text/utils.d.ts +0 -0
  958. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/canvas_texture.d.ts +0 -0
  959. {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
  960. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/index.d.ts +0 -0
  961. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/textures/texture.d.ts +0 -0
  962. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/adaptive_ticker.d.ts +0 -0
  963. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/basic_ticker.d.ts +0 -0
  964. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/binned_ticker.d.ts +0 -0
  965. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/categorical_ticker.d.ts +0 -0
  966. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/composite_ticker.d.ts +0 -0
  967. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/continuous_ticker.d.ts +0 -0
  968. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/customjs_ticker.d.ts +0 -0
  969. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/datetime_ticker.d.ts +0 -0
  970. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/days_ticker.d.ts +0 -0
  971. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/fixed_ticker.d.ts +0 -0
  972. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/index.d.ts +0 -0
  973. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/log_ticker.d.ts +0 -0
  974. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/mercator_ticker.d.ts +0 -0
  975. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/months_ticker.d.ts +0 -0
  976. {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
  977. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/ticker.d.ts +0 -0
  978. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/timedelta_ticker.d.ts +0 -0
  979. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/util.d.ts +0 -0
  980. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tickers/years_ticker.d.ts +0 -0
  981. {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
  982. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/index.d.ts +0 -0
  983. {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
  984. {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
  985. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tile_renderer.d.ts +0 -0
  986. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tile_source.d.ts +0 -0
  987. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tiles/tile_utils.d.ts +0 -0
  988. {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
  989. {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
  990. {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
  991. {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
  992. {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
  993. {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
  994. {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
  995. {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
  996. {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
  997. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/actions/index.d.ts +0 -0
  998. {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
  999. {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
  1000. {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
  1001. {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
  1002. {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
  1003. {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
  1004. {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
  1005. {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
  1006. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/click_button.d.ts +0 -0
  1007. {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
  1008. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/common.d.ts +0 -0
  1009. {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
  1010. {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
  1011. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/edit/index.d.ts +0 -0
  1012. {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
  1013. {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
  1014. {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
  1015. {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
  1016. {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
  1017. {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
  1018. {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
  1019. {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
  1020. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/common.d.ts +0 -0
  1021. {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
  1022. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/gestures/index.d.ts +0 -0
  1023. {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
  1024. {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
  1025. {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
  1026. {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
  1027. {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
  1028. {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
  1029. {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
  1030. {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
  1031. {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
  1032. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/index.d.ts +0 -0
  1033. {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
  1034. {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
  1035. {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
  1036. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/inspectors/index.d.ts +0 -0
  1037. {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
  1038. {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
  1039. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool.d.ts +0 -0
  1040. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_button.d.ts +0 -0
  1041. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_group.d.ts +0 -0
  1042. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_menu.d.ts +0 -0
  1043. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/tool_proxy.d.ts +0 -0
  1044. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/tools/toolbar.d.ts +0 -0
  1045. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/customjs_transform.d.ts +0 -0
  1046. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/dodge.d.ts +0 -0
  1047. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/index.d.ts +0 -0
  1048. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/interpolator.d.ts +0 -0
  1049. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/jitter.d.ts +0 -0
  1050. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/linear_interpolator.d.ts +0 -0
  1051. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/range_transform.d.ts +0 -0
  1052. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/step_interpolator.d.ts +0 -0
  1053. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/transforms/transform.d.ts +0 -0
  1054. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/dialog.d.ts +0 -0
  1055. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/drawer.d.ts +0 -0
  1056. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/examiner.d.ts +0 -0
  1057. {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
  1058. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/icon.d.ts +0 -0
  1059. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/icons/index.d.ts +0 -0
  1060. {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
  1061. {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
  1062. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/index.d.ts +0 -0
  1063. {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
  1064. {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
  1065. {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
  1066. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/index.d.ts +0 -0
  1067. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/menus/menu.d.ts +0 -0
  1068. {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
  1069. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/notifications.d.ts +0 -0
  1070. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/pane.d.ts +0 -0
  1071. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/panel.d.ts +0 -0
  1072. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/printers.d.ts +0 -0
  1073. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/styled_element.d.ts +0 -0
  1074. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/tooltip.d.ts +0 -0
  1075. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/ui/ui_element.d.ts +0 -0
  1076. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/util.d.ts +0 -0
  1077. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/abstract_button.d.ts +0 -0
  1078. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/autocomplete_input.d.ts +0 -0
  1079. {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
  1080. {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
  1081. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/button.d.ts +0 -0
  1082. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/checkbox.d.ts +0 -0
  1083. {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
  1084. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/checkbox_group.d.ts +0 -0
  1085. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/color_picker.d.ts +0 -0
  1086. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/control.d.ts +0 -0
  1087. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/date_picker.d.ts +0 -0
  1088. {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
  1089. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/datetime_picker.d.ts +0 -0
  1090. {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
  1091. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/div.d.ts +0 -0
  1092. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/dropdown.d.ts +0 -0
  1093. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/file_input.d.ts +0 -0
  1094. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/help_button.d.ts +0 -0
  1095. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/index.d.ts +0 -0
  1096. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/indicator.d.ts +0 -0
  1097. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/input_widget.d.ts +0 -0
  1098. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/light_dark.d.ts +0 -0
  1099. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/main.d.ts +0 -0
  1100. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/markdown.d.ts +0 -0
  1101. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/markup.d.ts +0 -0
  1102. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/multi_choice.d.ts +0 -0
  1103. {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
  1104. {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
  1105. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/multiselect.d.ts +0 -0
  1106. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/numeric_input.d.ts +0 -0
  1107. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/oriented_control.d.ts +0 -0
  1108. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/palette_select.d.ts +0 -0
  1109. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/paragraph.d.ts +0 -0
  1110. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/password_input.d.ts +0 -0
  1111. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/picker_base.d.ts +0 -0
  1112. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/pretext.d.ts +0 -0
  1113. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/progress.d.ts +0 -0
  1114. {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
  1115. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/radio_group.d.ts +0 -0
  1116. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/select.d.ts +0 -0
  1117. {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
  1118. {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
  1119. {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
  1120. {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
  1121. {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
  1122. {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
  1123. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/index.d.ts +0 -0
  1124. {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
  1125. {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
  1126. {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
  1127. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/sliders/slider.d.ts +0 -0
  1128. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/spinner.d.ts +0 -0
  1129. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/switch.d.ts +0 -0
  1130. {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
  1131. {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
  1132. {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
  1133. {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
  1134. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/definitions.d.ts +0 -0
  1135. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/index.d.ts +0 -0
  1136. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/tables/main.d.ts +0 -0
  1137. {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
  1138. {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
  1139. {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
  1140. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/text_input.d.ts +0 -0
  1141. {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
  1142. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/textarea_input.d.ts +0 -0
  1143. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/time_picker.d.ts +0 -0
  1144. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/toggle.d.ts +0 -0
  1145. {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
  1146. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/toggle_input.d.ts +0 -0
  1147. {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
  1148. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/models/widgets/widget.d.ts +0 -0
  1149. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/protocol/index.d.ts +0 -0
  1150. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/protocol/message.d.ts +0 -0
  1151. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/protocol/receiver.d.ts +0 -0
  1152. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/safely.d.ts +0 -0
  1153. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/attribution.css.d.ts +0 -0
  1154. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/buttons.css.d.ts +0 -0
  1155. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/canvas.css.d.ts +0 -0
  1156. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/canvas_panel.css.d.ts +0 -0
  1157. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/caret.css.d.ts +0 -0
  1158. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/cartesian_frame.css.d.ts +0 -0
  1159. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/core.css.d.ts +0 -0
  1160. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/dialogs.css.d.ts +0 -0
  1161. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/drawers.css.d.ts +0 -0
  1162. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/dropdown.css.d.ts +0 -0
  1163. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/examiner.css.d.ts +0 -0
  1164. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/group_box.css.d.ts +0 -0
  1165. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/hover_tool.css.d.ts +0 -0
  1166. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/icons.css.d.ts +0 -0
  1167. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/legacy_menus.css.d.ts +0 -0
  1168. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/legend.css.d.ts +0 -0
  1169. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/logo.css.d.ts +0 -0
  1170. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/menus.css.d.ts +0 -0
  1171. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/notifications.css.d.ts +0 -0
  1172. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/panels.css.d.ts +0 -0
  1173. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/panes.css.d.ts +0 -0
  1174. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/plots.css.d.ts +0 -0
  1175. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/pretty.css.d.ts +0 -0
  1176. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/tabs.css.d.ts +0 -0
  1177. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/tool_button.css.d.ts +0 -0
  1178. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/toolbar.css.d.ts +0 -0
  1179. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/tooltips.css.d.ts +0 -0
  1180. {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
  1181. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/ui.css.d.ts +0 -0
  1182. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/vars.css.d.ts +0 -0
  1183. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/checkbox.css.d.ts +0 -0
  1184. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/choices.css.d.ts +0 -0
  1185. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/flatpickr.css.d.ts +0 -0
  1186. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/inputs.css.d.ts +0 -0
  1187. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/markup.css.d.ts +0 -0
  1188. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/nouislider.css.d.ts +0 -0
  1189. {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
  1190. {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
  1191. {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
  1192. {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
  1193. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/progress.css.d.ts +0 -0
  1194. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/slickgrid.css.d.ts +0 -0
  1195. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/sliders.css.d.ts +0 -0
  1196. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/switch.css.d.ts +0 -0
  1197. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/styles/widgets/tables.css.d.ts +0 -0
  1198. {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
  1199. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/js/lib/version.d.ts +0 -0
  1200. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.decorators.d.ts +0 -0
  1201. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.decorators.legacy.d.ts +0 -0
  1202. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.dom.asynciterable.d.ts +0 -0
  1203. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.dom.d.ts +0 -0
  1204. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.dom.iterable.d.ts +0 -0
  1205. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.collection.d.ts +0 -0
  1206. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.core.d.ts +0 -0
  1207. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.d.ts +0 -0
  1208. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.generator.d.ts +0 -0
  1209. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.iterable.d.ts +0 -0
  1210. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.promise.d.ts +0 -0
  1211. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.proxy.d.ts +0 -0
  1212. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.reflect.d.ts +0 -0
  1213. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.symbol.d.ts +0 -0
  1214. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2015.symbol.wellknown.d.ts +0 -0
  1215. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.array.include.d.ts +0 -0
  1216. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.d.ts +0 -0
  1217. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.full.d.ts +0 -0
  1218. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2016.intl.d.ts +0 -0
  1219. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.arraybuffer.d.ts +0 -0
  1220. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.d.ts +0 -0
  1221. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.date.d.ts +0 -0
  1222. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.full.d.ts +0 -0
  1223. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.intl.d.ts +0 -0
  1224. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.object.d.ts +0 -0
  1225. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.sharedmemory.d.ts +0 -0
  1226. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.string.d.ts +0 -0
  1227. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2017.typedarrays.d.ts +0 -0
  1228. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.asyncgenerator.d.ts +0 -0
  1229. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.asynciterable.d.ts +0 -0
  1230. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.d.ts +0 -0
  1231. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.full.d.ts +0 -0
  1232. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.intl.d.ts +0 -0
  1233. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.promise.d.ts +0 -0
  1234. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2018.regexp.d.ts +0 -0
  1235. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.array.d.ts +0 -0
  1236. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.d.ts +0 -0
  1237. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.full.d.ts +0 -0
  1238. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.intl.d.ts +0 -0
  1239. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.object.d.ts +0 -0
  1240. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.string.d.ts +0 -0
  1241. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2019.symbol.d.ts +0 -0
  1242. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.bigint.d.ts +0 -0
  1243. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.d.ts +0 -0
  1244. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.date.d.ts +0 -0
  1245. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.full.d.ts +0 -0
  1246. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.intl.d.ts +0 -0
  1247. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.number.d.ts +0 -0
  1248. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.promise.d.ts +0 -0
  1249. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.sharedmemory.d.ts +0 -0
  1250. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.string.d.ts +0 -0
  1251. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2020.symbol.wellknown.d.ts +0 -0
  1252. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.d.ts +0 -0
  1253. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.full.d.ts +0 -0
  1254. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.intl.d.ts +0 -0
  1255. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.promise.d.ts +0 -0
  1256. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.string.d.ts +0 -0
  1257. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2021.weakref.d.ts +0 -0
  1258. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.array.d.ts +0 -0
  1259. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.d.ts +0 -0
  1260. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.error.d.ts +0 -0
  1261. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.full.d.ts +0 -0
  1262. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.intl.d.ts +0 -0
  1263. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.object.d.ts +0 -0
  1264. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.regexp.d.ts +0 -0
  1265. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2022.string.d.ts +0 -0
  1266. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.array.d.ts +0 -0
  1267. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.collection.d.ts +0 -0
  1268. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.d.ts +0 -0
  1269. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.full.d.ts +0 -0
  1270. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2023.intl.d.ts +0 -0
  1271. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.arraybuffer.d.ts +0 -0
  1272. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.collection.d.ts +0 -0
  1273. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.d.ts +0 -0
  1274. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.full.d.ts +0 -0
  1275. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.object.d.ts +0 -0
  1276. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.promise.d.ts +0 -0
  1277. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.regexp.d.ts +0 -0
  1278. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.sharedmemory.d.ts +0 -0
  1279. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es2024.string.d.ts +0 -0
  1280. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es5.d.ts +0 -0
  1281. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.es6.d.ts +0 -0
  1282. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.array.d.ts +0 -0
  1283. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.collection.d.ts +0 -0
  1284. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.d.ts +0 -0
  1285. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.decorators.d.ts +0 -0
  1286. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.disposable.d.ts +0 -0
  1287. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.error.d.ts +0 -0
  1288. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.float16.d.ts +0 -0
  1289. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.full.d.ts +0 -0
  1290. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.intl.d.ts +0 -0
  1291. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.iterator.d.ts +0 -0
  1292. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.promise.d.ts +0 -0
  1293. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.esnext.sharedmemory.d.ts +0 -0
  1294. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.scripthost.d.ts +0 -0
  1295. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.asynciterable.d.ts +0 -0
  1296. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.d.ts +0 -0
  1297. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.importscripts.d.ts +0 -0
  1298. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/static/lib/lib.webworker.iterable.d.ts +0 -0
  1299. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/tornado.py +0 -0
  1300. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/urls.py +0 -0
  1301. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/util.py +0 -0
  1302. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/__init__.py +0 -0
  1303. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/app_index.html +0 -0
  1304. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/auth_request_handler.py +0 -0
  1305. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/autoload_js_handler.py +0 -0
  1306. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/bokeh-dev.ico +0 -0
  1307. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/bokeh.ico +0 -0
  1308. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/doc_handler.py +0 -0
  1309. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/ico_handler.py +0 -0
  1310. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/metadata_handler.py +0 -0
  1311. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/multi_root_static_handler.py +0 -0
  1312. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/root_handler.py +0 -0
  1313. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/session_handler.py +0 -0
  1314. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/static_handler.py +0 -0
  1315. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/server/views/ws.py +0 -0
  1316. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/settings.py +0 -0
  1317. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/__init__.py +0 -0
  1318. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/__init__.py +0 -0
  1319. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_codepen_init.html +0 -0
  1320. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_content_epilogue.html +0 -0
  1321. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_content_prologue.html +0 -0
  1322. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/bokehjs_html_template.html +0 -0
  1323. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/color_detail.html +0 -0
  1324. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/enum_detail.rst +0 -0
  1325. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/example_metadata.rst +0 -0
  1326. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/gallery_detail.rst +0 -0
  1327. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/gallery_page.rst +0 -0
  1328. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/jinja_detail.rst +0 -0
  1329. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/model_detail.rst +0 -0
  1330. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/options_detail.rst +0 -0
  1331. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/palette_detail.html +0 -0
  1332. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/palette_group_detail.html +0 -0
  1333. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/prop_detail.rst +0 -0
  1334. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/release_detail.rst +0 -0
  1335. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/_templates/settings_detail.rst +0 -0
  1336. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_autodoc.py +0 -0
  1337. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_color.py +0 -0
  1338. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_dataframe.py +0 -0
  1339. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_directive.py +0 -0
  1340. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_enum.py +0 -0
  1341. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_example_metadata.py +0 -0
  1342. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_gallery.py +0 -0
  1343. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_jinja.py +0 -0
  1344. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_model.py +0 -0
  1345. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_options.py +0 -0
  1346. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_palette.py +0 -0
  1347. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_palette_group.py +0 -0
  1348. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_prop.py +0 -0
  1349. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_releases.py +0 -0
  1350. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_roles.py +0 -0
  1351. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_sampledata_xref.py +0 -0
  1352. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_settings.py +0 -0
  1353. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokeh_sitemap.py +0 -0
  1354. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/bokehjs_content.py +0 -0
  1355. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/example_handler.py +0 -0
  1356. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/templates.py +0 -0
  1357. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/_internal/util.py +0 -0
  1358. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/sphinxext/bokeh_plot.py +0 -0
  1359. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/__init__.py +0 -0
  1360. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_caliber.py +0 -0
  1361. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_carbon.py +0 -0
  1362. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_contrast.py +0 -0
  1363. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_dark_minimal.py +0 -0
  1364. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_light_minimal.py +0 -0
  1365. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/_night_sky.py +0 -0
  1366. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/themes/theme.py +0 -0
  1367. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/transform.py +0 -0
  1368. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/__init__.py +0 -0
  1369. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/browser.py +0 -0
  1370. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/callback_manager.py +0 -0
  1371. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/compiler.py +0 -0
  1372. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/dataclasses.py +0 -0
  1373. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/datatypes.py +0 -0
  1374. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/dependencies.py +0 -0
  1375. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/deprecation.py +0 -0
  1376. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/functions.py +0 -0
  1377. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/hex.py +0 -0
  1378. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/info.py +0 -0
  1379. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/logconfig.py +0 -0
  1380. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/options.py +0 -0
  1381. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/package.py +0 -0
  1382. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/paths.py +0 -0
  1383. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/sampledata.json +0 -0
  1384. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/serialization.py +0 -0
  1385. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/settings.py +0 -0
  1386. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/strings.py +0 -0
  1387. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/terminal.py +0 -0
  1388. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/token.py +0 -0
  1389. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/tornado.py +0 -0
  1390. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/version.py +0 -0
  1391. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh/util/warnings.py +0 -0
  1392. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/SOURCES.txt +0 -0
  1393. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/dependency_links.txt +0 -0
  1394. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/entry_points.txt +0 -0
  1395. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/requires.txt +0 -0
  1396. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/bokeh.egg-info/top_level.txt +0 -0
  1397. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/__init__.pyi +0 -0
  1398. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/__init__.pyi +0 -0
  1399. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/getipython.pyi +0 -0
  1400. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/history.pyi +0 -0
  1401. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/core/interactiveshell.pyi +0 -0
  1402. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/IPython/display.pyi +0 -0
  1403. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/bokeh_sampledata/__init__.pyi +0 -0
  1404. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/bs4.pyi +0 -0
  1405. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/cartopy/__init__.pyi +0 -0
  1406. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/cartopy/crs.pyi +0 -0
  1407. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/cartopy/feature.pyi +0 -0
  1408. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/ipykernel/__init__.pyi +0 -0
  1409. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/ipykernel/comm/__init__.pyi +0 -0
  1410. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/ipykernel/comm/comm.pyi +0 -0
  1411. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/json5.pyi +0 -0
  1412. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/jupyter_core/__init__.pyi +0 -0
  1413. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/jupyter_core/paths.pyi +0 -0
  1414. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/playwright/__init__.pyi +0 -0
  1415. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/playwright/sync_api.pyi +0 -0
  1416. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/psutil.pyi +0 -0
  1417. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/__init__.pyi +0 -0
  1418. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/common/exceptions.pyi +0 -0
  1419. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/__init__.pyi +0 -0
  1420. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/__init__.pyi +0 -0
  1421. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/options.pyi +0 -0
  1422. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/service.pyi +0 -0
  1423. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/chrome/webdriver.pyi +0 -0
  1424. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/__init__.pyi +0 -0
  1425. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/action_chains.pyi +0 -0
  1426. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/by.pyi +0 -0
  1427. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/common/keys.pyi +0 -0
  1428. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/__init__.pyi +0 -0
  1429. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/firefox_binary.pyi +0 -0
  1430. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/options.pyi +0 -0
  1431. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/service.pyi +0 -0
  1432. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/firefox/webdriver.pyi +0 -0
  1433. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/remote/__init__.pyi +0 -0
  1434. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/remote/webdriver.pyi +0 -0
  1435. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/remote/webelement.pyi +0 -0
  1436. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/safari/__init__.pyi +0 -0
  1437. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/safari/webdriver.pyi +0 -0
  1438. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/support/__init__.pyi +0 -0
  1439. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/support/expected_conditions.pyi +0 -0
  1440. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/src/typings/selenium/webdriver/support/wait.pyi +0 -0
  1441. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_bokehjs.py +0 -0
  1442. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_cross.py +0 -0
  1443. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_defaults.py +0 -0
  1444. {bokeh-3.10.0.dev7 → bokeh-4.0.0.dev1}/tests/test_examples.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bokeh
3
- Version: 3.10.0.dev7
3
+ Version: 4.0.0.dev1
4
4
  Summary: Interactive plots and applications in the browser from Python
5
5
  Author: Bokeh Team
6
6
  Author-email: info@bokeh.org
@@ -30,7 +30,7 @@
30
30
  * THE POSSIBILITY OF SUCH DAMAGE.
31
31
  */
32
32
  (function(root, factory) {
33
- factory(root["Bokeh"], "3.10.0-dev.7");
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"], "3.10.0-dev.7");
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"], "3.10.0-dev.7");
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 data_changed_or_mapped = main_gl.data_changed || main_gl.data_mapped;
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
- // Classify rings into groups (outer+holes vs disjoint parts)
11509
- const groups = (0, polygon_1.classify_rings)(rings);
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 group of groups) {
11517
- const { flat_coords, rings: group_rings } = group;
11518
- const hole_indices = [];
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
- for (let j = 0; j < geom.indices.length; j++) {
11556
- elem_array[elem_offset + j] = geom.indices[j] + vertex_offset;
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
- // Create element buffer via regl
11564
- if (this._elements != null) {
11565
- this._elements.destroy();
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. We use the approximate "inradius" (area / perimeter) to
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. The inward shift is limited to at most 25% of
11798
- // the inradius so the polygon retains most of its original shape.
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
- perimeter += Math.sqrt(ex * ex + ey * ey);
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
- // Compute miter direction and offset for straddling AA.
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 offset = half_aa * inv_cos;
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
- // Shift original boundary vertex inward (subtract miter direction)
11865
- positions[(ring_offset + i) * 2] = vx - dx * offset;
11866
- positions[(ring_offset + i) * 2 + 1] = vy - dy * offset;
11867
- // Place skirt vertex outward from original position (add miter direction)
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 data_changed_or_mapped = main_gl.data_changed || main_gl.data_mapped;
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
- const groups = (0, polygon_1.classify_rings)(rings);
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 group of groups) {
12892
- const { flat_coords, rings: group_rings } = group;
12893
- const hole_indices = [];
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 elem_array = new Uint32Array(total_elements);
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
- for (let j = 0; j < geom.indices.length; j++) {
12949
- elem_array[elem_offset + j] = geom.indices[j] + vertex_offset;
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 (this._elements != null) {
12975
- this._elements.destroy();
12976
- }
12977
- if (total_elements > 0) {
12978
- this._elements = this.regl_wrapper.elements({
12979
- usage: "static",
12980
- primitive: "triangles",
12981
- data: elem_array,
12982
- type: "uint32",
12983
- });
12984
- }
12985
- else {
12986
- this._elements = null;
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"], "3.10.0-dev.7");
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((i.data_changed||i.data_mapped)&&(i._set_data(),i.data_changed=!1,i.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:h,height:a}=s,r=[h,a];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:r,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:r,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:r,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 l={scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,framebuffer_tex:h};this.regl_wrapper.accumulate()(l)}}}_set_data(){const{sx:t,sy:e}=this.glyph,s=(0,p.split_rings)(t,e);if(s.length>0){const t=(0,p.classify_rings)(s);let e=0,i=0,h=0,a=0;const r=[];for(const s of t){const{flat_coords:t,rings:n}=s,l=[];let o=0;for(let t=0;t<n.length;t++)t>0&&l.push(o),o+=n[t].length/2;const f=(0,c.default)(t,l.length>0?l:void 0,2),g=(0,p.generate_skirt_geometry)(t,n,f,p.POLYGON_AA_WIDTH);r.push(g),e+=g.nvertices,i+=g.ntriangles,h+=g.positions.length,a+=g.indices.length}this._triangle_count=i,this._nvertices=e,null==this._positions&&(this._positions=new n.Float32Buffer(this.regl_wrapper,2));const l=this._positions.get_sized_array(h);null==this._edge_distance&&(this._edge_distance=new n.Float32Buffer(this.regl_wrapper));const o=this._edge_distance.get_sized_array(e),f=new Uint32Array(a);let g=0,d=0,u=0,w=0;for(const t of r){l.set(t.positions,g),g+=t.positions.length,o.set(t.edge_distance,d),d+=t.edge_distance.length;for(let e=0;e<t.indices.length;e++)f[u+e]=t.indices[e]+w;u+=t.indices.length,w+=t.nvertices}this._positions.update(),this._edge_distance.update(),null!=this._elements&&this._elements.destroy(),this._elements=this.regl_wrapper.elements({usage:"static",primitive:"triangles",data:f,type:"uint32"}),this._ring_data=[];for(const t of s){const e=(0,p.build_line_from_ring)(t);e.nline>0&&this._ring_data.push(e)}}else this._triangle_count=0,this._nvertices=0,this._ring_data=[],this._edge_distance=void 0}_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;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];M+=Math.sqrt(e*e+r*r)}const m=Math.abs(i),p=M>0?m/M:0,F=Math.min(.5*r,.25*p);for(let n=0;n<s;n++){const e=(n-1+s)%s,r=n,o=c[2*e],l=c[2*e+1],i=c[2*r],a=c[2*r+1],g=0==o&&0==l,y=0==i&&0==a;let w,M,m;if(g&&y)w=0,M=0,m=1;else if(g)w=i,M=a,m=1;else if(y)w=o,M=l,m=1;else{let t=o+i,n=l+a;const e=Math.sqrt(t*t+n*n);if(e<1e-10)w=o,M=l,m=1;else{t/=e,n/=e;const r=t*o+n*l;m=1/Math.max(r,.1),w=t,M=n}}const p=F*m,x=t[2*(A+n)],d=t[2*(A+n)+1];f[2*(A+n)]=x-w*p,f[2*(A+n)+1]=d-M*p,f[2*u]=x+w*p,f[2*u+1]=d+M*p,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},
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,r){i();const a=t(1),h=t(664),l=t(665),n=t(109),o=t(648),p=t(678),f=a.__importDefault(t(679));class PatchesGL extends h.BaseGLGlyph{glyph;_positions;_edge_distance;_elements=null;_total_element_count=0;_pv_fill_color=new l.NormalizedUint8Buffer(this.regl_wrapper,4);_pv_hatch_patterns=new l.Uint8Buffer(this.regl_wrapper);_pv_hatch_scales=new l.Float32Buffer(this.regl_wrapper);_pv_hatch_weights=new l.Float32Buffer(this.regl_wrapper);_pv_hatch_rgba=new l.NormalizedUint8Buffer(this.regl_wrapper,4);_fill_color=new l.NormalizedUint8Buffer(this.regl_wrapper,4);_have_hatch=!1;_hatch_patterns=new l.Uint8Buffer(this.regl_wrapper);_hatch_scales=new l.Float32Buffer(this.regl_wrapper);_hatch_weights=new l.Float32Buffer(this.regl_wrapper);_hatch_rgba=new l.NormalizedUint8Buffer(this.regl_wrapper,4);_line_points_buf;_line_show_buf;_length_so_far_buf;_linewidth=new l.Float32Buffer(this.regl_wrapper);_line_color=new l.NormalizedUint8Buffer(this.regl_wrapper,4);_line_cap=new l.Uint8Buffer(this.regl_wrapper);_line_join=new l.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;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((i.data_changed||i.data_mapped)&&(i._set_data(),i.data_changed=!1,i.data_mapped=!1,this._pv_dirty=!0),null==i._poly_data)return;const{width:r,height:a}=s,h=[r,a],n=i._poly_data;if(this._pv_dirty&&n.fill_nvertices.length>0){const t=n.fill_nvertices;(0,l.expand_to_per_vertex)(this._fill_color,this._pv_fill_color,t,4),this._have_hatch&&((0,l.expand_to_per_vertex)(this._hatch_patterns,this._pv_hatch_patterns,t,1),(0,l.expand_to_per_vertex)(this._hatch_scales,this._pv_hatch_scales,t,1),(0,l.expand_to_per_vertex)(this._hatch_weights,this._pv_hatch_weights,t,1),(0,l.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>=n.fill_element_counts.length)continue;const t=n.fill_element_counts[e];if(0==t)continue;const r=n.fill_element_offsets[e];this._have_hatch?this.regl_wrapper.polygon_hatch()({scissor:this.regl_wrapper.scissor,viewport:this.regl_wrapper.viewport,canvas_size:h,positions:i._positions,fill_color:this._pv_fill_color,edge_distance:i._edge_distance,elements:i._elements,count:t,offset:r,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:h,positions:i._positions,fill_color:this._pv_fill_color,edge_distance:i._edge_distance,elements:i._elements,count:t,offset:r,antialias:p.POLYGON_AA_WIDTH/s.pixel_ratio})}if(this.glyph.visuals.line.doit)for(const e of t){if(e>=n.line_rings.length)continue;const t=this._linewidth.extract_at(e,1,this._draw_lw??=new l.Float32Buffer(this.regl_wrapper)),i=this._line_color.extract_at(e,4,this._draw_lc??=new l.NormalizedUint8Buffer(this.regl_wrapper,4)),r=this._line_cap.extract_at(e,1,this._draw_lcap??=new l.Uint8Buffer(this.regl_wrapper)),a=this._line_join.extract_at(e,1,this._draw_ljoin??=new l.Uint8Buffer(this.regl_wrapper));let o,p,f;const c=Math.min(e,this._dash_tex.length-1);this._is_dashed&&null!=this._dash_tex[c]&&(o=this._dash_tex_info.extract_at(e,4,this._draw_dti??=new l.Float32Buffer(this.regl_wrapper,4)),p=this._dash_scale.extract_at(e,1,this._draw_ds??=new l.Float32Buffer(this.regl_wrapper)),f=this._dash_offset.extract_at(e,1,this._draw_do??=new l.Float32Buffer(this.regl_wrapper)));const d=n.line_rings[e];for(const e of d){if(e.nline<2)continue;const n=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 l.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 l.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:h,antialias:1.5/s.pixel_ratio,miter_limit:10,points:this._line_points_buf,show:this._line_show_buf,nsegments:n,linewidth:t,line_color:i,line_cap:r,line_join:a,framebuffer:d,point_offset:0,line_offset:0};if(this._is_dashed&&null!=o){null==this._length_so_far_buf&&(this._length_so_far_buf=new l.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[c],dash_tex_info:o,dash_scale:p,dash_offset:f};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(){const{sxs:t,sys:e}=this.glyph,s=this.glyph.data_size,i=new Array(s),r=new Array(s),a=new Array(s),h=new Array(s),n=new Array(s);let o=0,c=0;for(let l=0;l<s;l++){const s=t.get(l),d=e.get(l),g=(0,p.split_rings)(s,d);if(n[l]=[],g.length>0){const t=(0,p.classify_rings)(g),e=[];let s=0,n=0;for(const i of t){const{flat_coords:t,rings:r}=i,a=[];let h=0;for(let t=0;t<r.length;t++)t>0&&a.push(h),h+=r[t].length/2;const l=(0,f.default)(t,a.length>0?a:void 0,2),o=(0,p.generate_skirt_geometry)(t,r,l,p.POLYGON_AA_WIDTH);e.push({geom:o,rings:r}),s+=o.nvertices,n+=o.indices.length}i[l]={groups:e,all_rings:g},r[l]=s,a[l]=c,h[l]=n,o+=2*s,c+=n}else i[l]=null,r[l]=0,a[l]=c,h[l]=0}const d=o/2;null==this._positions&&(this._positions=new l.Float32Buffer(this.regl_wrapper,2));const g=this._positions.get_sized_array(o);null==this._edge_distance&&(this._edge_distance=new l.Float32Buffer(this.regl_wrapper));const w=this._edge_distance.get_sized_array(d),u=new Uint32Array(c);let v=0,m=0,y=0,x=0;for(let t=0;t<s;t++){const e=i[t];if(null==e)continue;const{groups:s,all_rings:r}=e;for(const{geom:t}of s){g.set(t.positions,v),v+=t.positions.length,w.set(t.edge_distance,m),m+=t.edge_distance.length;for(let e=0;e<t.indices.length;e++)u[y+e]=t.indices[e]+x;y+=t.indices.length,x+=t.nvertices}const a=[];for(const t of r){const e=(0,p.build_line_from_ring)(t);e.nline>0&&a.push(e)}n[t]=a}this._poly_data={line_rings:n,fill_nvertices:r,fill_element_offsets:a,fill_element_counts:h},this._positions.update(),this._edge_distance.update(),this._total_element_count=c,null!=this._elements&&this._elements.destroy(),this._elements=c>0?this.regl_wrapper.elements({usage:"static",primitive:"triangles",data:u,type:"uint32"}):null}_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,r=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)));r[t]=e,this._is_dashed||=0!=e.length}if(this._dash_tex=[],this._is_dashed){null==this._dash_offset&&(this._dash_offset=new l.Float32Buffer(this.regl_wrapper)),this._dash_offset.set_from_prop(e.line_dash_offset),null==this._dash_tex_info&&(this._dash_tex_info=new l.Float32Buffer(this.regl_wrapper,4));const t=this._dash_tex_info.get_sized_array(4*i);null==this._dash_scale&&(this._dash_scale=new l.Float32Buffer(this.regl_wrapper));const a=this._dash_scale.get_sized_array(i);for(let e=0;e<i;e++){const s=r[e];if(s.length>0){const[i,r,h]=this.regl_wrapper.get_dash(s);this._dash_tex.push(r);for(let s=0;s<4;s++)t[4*e+s]=i[s];a[e]=h}else this._dash_tex.push(null),t.fill(0,4*e,4*(e+1)),a[e]=0}const h=s.is_Scalar();this._dash_tex_info.update(h),this._dash_scale.update(h)}const a=this.glyph.visuals.hatch;this._have_hatch=a.doit,this._have_hatch&&(this._hatch_patterns.set_from_hatch_pattern(a.hatch_pattern),this._hatch_scales.set_from_prop(a.hatch_scale),this._hatch_weights.set_from_prop(a.hatch_weight),this._hatch_rgba.set_from_color(a.hatch_color,a.hatch_alpha))}}s.PatchesGL=PatchesGL},
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"], "3.10.0-dev.7");
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"], "3.10.0-dev.7");
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"], "3.10.0-dev.7");
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) {