@holoviz/panel 0.14.4 → 1.0.0-a.2

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 (364) hide show
  1. package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.iife.min.js +217 -0
  2. package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.js +28286 -0
  3. package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.min.js +217 -0
  4. package/dist/bundled/bootstrap/css/bootstrap.css +688 -0
  5. package/dist/bundled/bootstrap5/css/bootstrap-grid.css +4226 -0
  6. package/dist/bundled/bootstrap5/css/bootstrap-grid.min.css +6 -0
  7. package/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.css +4225 -0
  8. package/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.min.css +6 -0
  9. package/dist/bundled/bootstrap5/css/bootstrap-reboot.css +591 -0
  10. package/dist/bundled/bootstrap5/css/bootstrap-reboot.min.css +6 -0
  11. package/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.css +588 -0
  12. package/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.min.css +6 -0
  13. package/dist/bundled/bootstrap5/css/bootstrap-utilities.css +5099 -0
  14. package/dist/bundled/bootstrap5/css/bootstrap-utilities.min.css +6 -0
  15. package/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.css +5090 -0
  16. package/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.min.css +6 -0
  17. package/dist/bundled/bootstrap5/css/bootstrap.css +11783 -0
  18. package/dist/bundled/bootstrap5/css/bootstrap.min.css +6 -0
  19. package/dist/bundled/bootstrap5/css/bootstrap.rtl.css +11747 -0
  20. package/dist/bundled/bootstrap5/css/bootstrap.rtl.min.css +6 -0
  21. package/dist/bundled/bootstrap5/js/bootstrap.bundle.js +6295 -0
  22. package/dist/bundled/bootstrap5/js/bootstrap.bundle.js.map +1 -0
  23. package/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +7 -0
  24. package/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js.map +1 -0
  25. package/dist/bundled/bootstrap5/js/bootstrap.esm.js +4422 -0
  26. package/dist/bundled/bootstrap5/js/bootstrap.esm.js.map +1 -0
  27. package/dist/bundled/bootstrap5/js/bootstrap.esm.min.js +7 -0
  28. package/dist/bundled/bootstrap5/js/bootstrap.esm.min.js.map +1 -0
  29. package/dist/bundled/bootstrap5/js/bootstrap.js +4468 -0
  30. package/dist/bundled/bootstrap5/js/bootstrap.js.map +1 -0
  31. package/dist/bundled/bootstrap5/js/bootstrap.min.js +7 -0
  32. package/dist/bundled/bootstrap5/js/bootstrap.min.js.map +1 -0
  33. package/dist/bundled/bootstrapdarktheme/bootstrap_dark.css +170 -0
  34. package/dist/bundled/bootstrapdefaulttheme/bootstrap_default.css +120 -0
  35. package/dist/bundled/bootstraptemplate/bootstrap.css +119 -77
  36. package/dist/bundled/darktheme/dark.css +33 -106
  37. package/dist/bundled/datatabulator/luxon/build/global/luxon.min.js.map +1 -1
  38. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator.min.css +2 -0
  39. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bootstrap3.min.css +2 -0
  40. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bootstrap4.min.css +2 -0
  41. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bulma.min.css +2 -0
  42. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_fast.min.css +1 -0
  43. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_materialize.min.css +2 -0
  44. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_midnight.min.css +2 -0
  45. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_modern.min.css +2 -0
  46. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_semanticui.min.css +2 -0
  47. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_simple.min.css +2 -0
  48. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_site.min.css +2 -0
  49. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/js/tabulator.js +26077 -0
  50. package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/js/tabulator.js.map +1 -0
  51. package/dist/bundled/defaulttheme/default.css +33 -2
  52. package/dist/bundled/fast/css/fast.css +919 -0
  53. package/dist/bundled/fast/js/fast_design.js +87 -0
  54. package/dist/bundled/fastbasetemplate/fast.css +335 -0
  55. package/dist/bundled/fastgridtemplate/fast_grid_template.css +256 -232
  56. package/dist/bundled/golden-layout@1.5.9/dist/css/goldenlayout-base.css +1 -0
  57. package/dist/bundled/golden-layout@1.5.9/dist/css/theme/goldenlayout-dark-theme.css +1 -0
  58. package/dist/bundled/goldentemplate/golden.css +2 -22
  59. package/dist/bundled/material/css/material.css +443 -0
  60. package/dist/bundled/materialtemplate/dark.css +2 -20
  61. package/dist/bundled/materialtemplate/default.css +2 -17
  62. package/dist/bundled/materialtemplate/material.css +119 -114
  63. package/dist/bundled/materialthememixin/material_variables.css +19 -0
  64. package/dist/bundled/native/css/native.css +34 -0
  65. package/dist/bundled/notificationarea/panel/1.0.0-a.2/dist/bundled/font-awesome/css/all.min.css +2 -0
  66. package/dist/bundled/panel/1.0.0-a.2/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
  67. package/dist/bundled/panel/1.0.0-a.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
  68. package/dist/bundled/panel/1.0.0-a.2/dist/bundled/font-awesome/css/all.min.css +2 -0
  69. package/dist/bundled/panel/1.0.0-a.2/dist/bundled/jquery/jquery.slim.min.js +2 -0
  70. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/fonts.css +1 -0
  71. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/material-dark.css +1 -0
  72. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/material.css +1 -0
  73. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/monokai.css +1 -0
  74. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/solarized-dark.css +1 -0
  75. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/solarized.css +1 -0
  76. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/themes.css +1 -0
  77. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/vaporwave.css +1 -0
  78. package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/variables.css +0 -0
  79. package/dist/bundled/plotlyplot/panel/1.0.0-a.2/dist/bundled/jquery/jquery.slim.min.js +2 -0
  80. package/dist/bundled/react-dom@17/umd/react-dom.production.min.js +245 -0
  81. package/dist/bundled/react@17/umd/react.production.min.js +31 -0
  82. package/dist/bundled/reacttemplate/react.css +0 -12
  83. package/dist/bundled/vanillatemplate/vanilla.css +129 -134
  84. package/dist/css/alerts.css +64 -64
  85. package/dist/css/booleanstatus.css +48 -0
  86. package/dist/css/card.css +55 -39
  87. package/dist/css/dataframe.css +7 -2
  88. package/dist/css/debugger.css +16 -10
  89. package/dist/css/divider.css +10 -0
  90. package/dist/css/editable_slider.css +22 -0
  91. package/dist/css/katex.css +3 -0
  92. package/dist/css/loading.css +5 -6
  93. package/dist/css/loadingspinner.css +119 -0
  94. package/dist/css/markdown.css +2 -1
  95. package/dist/css/perspective-datatable.css +504 -0
  96. package/dist/css/plotly.css +246 -0
  97. package/dist/css/progress.css +209 -0
  98. package/dist/css/widgetbox.css +9 -0
  99. package/dist/css/widgets.css +0 -305
  100. package/dist/dts/styles/alerts.css.d.ts +3 -0
  101. package/dist/dts/styles/booleanstatus.css.d.ts +3 -0
  102. package/dist/dts/styles/card.css.d.ts +3 -0
  103. package/dist/dts/styles/dataframe.css.d.ts +3 -0
  104. package/dist/dts/styles/debugger.css.d.ts +3 -0
  105. package/dist/dts/styles/divider.css.d.ts +4 -0
  106. package/dist/dts/styles/editable_slider.css.d.ts +8 -0
  107. package/dist/dts/styles/json.css.d.ts +3 -0
  108. package/dist/dts/styles/katex.css.d.ts +3 -0
  109. package/dist/dts/styles/loading.css.d.ts +3 -0
  110. package/dist/dts/styles/loadingspinner.css.d.ts +3 -0
  111. package/dist/dts/styles/markdown.css.d.ts +3 -0
  112. package/dist/dts/styles/perspective-datatable.css.d.ts +3 -0
  113. package/dist/dts/styles/plotly.css.d.ts +3 -0
  114. package/dist/dts/styles/progress.css.d.ts +3 -0
  115. package/dist/dts/styles/widgetbox.css.d.ts +3 -0
  116. package/dist/dts/styles/widgets.css.d.ts +4 -0
  117. package/dist/lib/models/ace.d.ts +3 -5
  118. package/dist/lib/models/ace.js +24 -23
  119. package/dist/lib/models/ace.js.map +1 -1
  120. package/dist/lib/models/audio.d.ts +2 -4
  121. package/dist/lib/models/audio.js +18 -18
  122. package/dist/lib/models/audio.js.map +1 -1
  123. package/dist/lib/models/card.d.ts +3 -3
  124. package/dist/lib/models/card.js +54 -63
  125. package/dist/lib/models/card.js.map +1 -1
  126. package/dist/lib/models/comm_manager.d.ts +2 -2
  127. package/dist/lib/models/comm_manager.js +20 -19
  128. package/dist/lib/models/comm_manager.js.map +1 -1
  129. package/dist/lib/models/data.js +1 -1
  130. package/dist/lib/models/data.js.map +1 -1
  131. package/dist/lib/models/datetime_picker.d.ts +8 -7
  132. package/dist/lib/models/datetime_picker.js +130 -36
  133. package/dist/lib/models/datetime_picker.js.map +1 -1
  134. package/dist/lib/models/deckgl.d.ts +2 -4
  135. package/dist/lib/models/deckgl.js +24 -25
  136. package/dist/lib/models/deckgl.js.map +1 -1
  137. package/dist/lib/models/echarts.d.ts +3 -2
  138. package/dist/lib/models/echarts.js +22 -12
  139. package/dist/lib/models/echarts.js.map +1 -1
  140. package/dist/lib/models/file_download.d.ts +2 -2
  141. package/dist/lib/models/file_download.js +20 -19
  142. package/dist/lib/models/file_download.js.map +1 -1
  143. package/dist/lib/models/html.d.ts +4 -4
  144. package/dist/lib/models/html.js +23 -17
  145. package/dist/lib/models/html.js.map +1 -1
  146. package/dist/lib/models/index.d.ts +1 -2
  147. package/dist/lib/models/index.js +1 -2
  148. package/dist/lib/models/index.js.map +1 -1
  149. package/dist/lib/models/ipywidget.d.ts +2 -6
  150. package/dist/lib/models/ipywidget.js +14 -24
  151. package/dist/lib/models/ipywidget.js.map +1 -1
  152. package/dist/lib/models/json.d.ts +1 -1
  153. package/dist/lib/models/json.js +14 -12
  154. package/dist/lib/models/json.js.map +1 -1
  155. package/dist/lib/models/jsoneditor.d.ts +8 -7
  156. package/dist/lib/models/jsoneditor.js +30 -19
  157. package/dist/lib/models/jsoneditor.js.map +1 -1
  158. package/dist/lib/models/katex.d.ts +0 -1
  159. package/dist/lib/models/katex.js +7 -6
  160. package/dist/lib/models/katex.js.map +1 -1
  161. package/dist/lib/models/layout.d.ts +25 -22
  162. package/dist/lib/models/layout.js +75 -81
  163. package/dist/lib/models/layout.js.map +1 -1
  164. package/dist/lib/models/location.d.ts +0 -1
  165. package/dist/lib/models/location.js +15 -14
  166. package/dist/lib/models/location.js.map +1 -1
  167. package/dist/lib/models/mathjax.d.ts +0 -3
  168. package/dist/lib/models/mathjax.js +6 -16
  169. package/dist/lib/models/mathjax.js.map +1 -1
  170. package/dist/lib/models/pdf.d.ts +24 -0
  171. package/dist/lib/models/pdf.js +62 -0
  172. package/dist/lib/models/pdf.js.map +1 -0
  173. package/dist/lib/models/perspective.d.ts +5 -10
  174. package/dist/lib/models/perspective.js +75 -87
  175. package/dist/lib/models/perspective.js.map +1 -1
  176. package/dist/lib/models/player.d.ts +0 -1
  177. package/dist/lib/models/player.js +18 -17
  178. package/dist/lib/models/player.js.map +1 -1
  179. package/dist/lib/models/plotly.d.ts +3 -7
  180. package/dist/lib/models/plotly.js +60 -67
  181. package/dist/lib/models/plotly.js.map +1 -1
  182. package/dist/lib/models/progress.d.ts +4 -7
  183. package/dist/lib/models/progress.js +28 -32
  184. package/dist/lib/models/progress.js.map +1 -1
  185. package/dist/lib/models/quill.d.ts +3 -6
  186. package/dist/lib/models/quill.js +25 -24
  187. package/dist/lib/models/quill.js.map +1 -1
  188. package/dist/lib/models/reactive_html.d.ts +6 -12
  189. package/dist/lib/models/reactive_html.js +45 -121
  190. package/dist/lib/models/reactive_html.js.map +1 -1
  191. package/dist/lib/models/singleselect.d.ts +0 -1
  192. package/dist/lib/models/singleselect.js +11 -10
  193. package/dist/lib/models/singleselect.js.map +1 -1
  194. package/dist/lib/models/speech_to_text.d.ts +1 -2
  195. package/dist/lib/models/speech_to_text.js +27 -26
  196. package/dist/lib/models/speech_to_text.js.map +1 -1
  197. package/dist/lib/models/state.d.ts +0 -2
  198. package/dist/lib/models/state.js +12 -13
  199. package/dist/lib/models/state.js.map +1 -1
  200. package/dist/lib/models/tabulator.d.ts +9 -16
  201. package/dist/lib/models/tabulator.js +111 -196
  202. package/dist/lib/models/tabulator.js.map +1 -1
  203. package/dist/lib/models/terminal.d.ts +5 -8
  204. package/dist/lib/models/terminal.js +23 -27
  205. package/dist/lib/models/terminal.js.map +1 -1
  206. package/dist/lib/models/text_to_speech.d.ts +1 -2
  207. package/dist/lib/models/text_to_speech.js +16 -15
  208. package/dist/lib/models/text_to_speech.js.map +1 -1
  209. package/dist/lib/models/trend.d.ts +1 -2
  210. package/dist/lib/models/trend.js +24 -23
  211. package/dist/lib/models/trend.js.map +1 -1
  212. package/dist/lib/models/vega.d.ts +6 -7
  213. package/dist/lib/models/vega.js +34 -37
  214. package/dist/lib/models/vega.js.map +1 -1
  215. package/dist/lib/models/video.d.ts +2 -4
  216. package/dist/lib/models/video.js +18 -18
  217. package/dist/lib/models/video.js.map +1 -1
  218. package/dist/lib/models/videostream.d.ts +2 -4
  219. package/dist/lib/models/videostream.js +19 -19
  220. package/dist/lib/models/videostream.js.map +1 -1
  221. package/dist/lib/models/vtk/util.d.ts +4 -4
  222. package/dist/lib/models/vtk/vtkaxes.d.ts +1 -2
  223. package/dist/lib/models/vtk/vtkaxes.js +15 -14
  224. package/dist/lib/models/vtk/vtkaxes.js.map +1 -1
  225. package/dist/lib/models/vtk/vtkjs.d.ts +0 -1
  226. package/dist/lib/models/vtk/vtkjs.js +9 -8
  227. package/dist/lib/models/vtk/vtkjs.js.map +1 -1
  228. package/dist/lib/models/vtk/vtklayout.d.ts +2 -5
  229. package/dist/lib/models/vtk/vtklayout.js +24 -30
  230. package/dist/lib/models/vtk/vtklayout.js.map +1 -1
  231. package/dist/lib/models/vtk/vtksynchronized.d.ts +0 -1
  232. package/dist/lib/models/vtk/vtksynchronized.js +17 -16
  233. package/dist/lib/models/vtk/vtksynchronized.js.map +1 -1
  234. package/dist/lib/models/vtk/vtkvolume.d.ts +0 -1
  235. package/dist/lib/models/vtk/vtkvolume.js +27 -26
  236. package/dist/lib/models/vtk/vtkvolume.js.map +1 -1
  237. package/dist/lib/styles/alerts.css.d.ts +1 -2
  238. package/dist/lib/styles/alerts.css.js +1 -139
  239. package/dist/lib/styles/booleanstatus.css.d.ts +1 -0
  240. package/dist/lib/styles/booleanstatus.css.js +1 -0
  241. package/dist/lib/styles/card.css.d.ts +1 -2
  242. package/dist/lib/styles/card.css.js +1 -43
  243. package/dist/lib/styles/dataframe.css.d.ts +1 -2
  244. package/dist/lib/styles/dataframe.css.js +1 -44
  245. package/dist/lib/styles/debugger.css.d.ts +1 -2
  246. package/dist/lib/styles/debugger.css.js +1 -68
  247. package/dist/lib/styles/divider.css.d.ts +2 -0
  248. package/dist/lib/styles/divider.css.js +2 -0
  249. package/dist/lib/styles/editable_slider.css.d.ts +6 -0
  250. package/dist/lib/styles/editable_slider.css.js +6 -0
  251. package/dist/lib/styles/json.css.d.ts +1 -2
  252. package/dist/lib/styles/json.css.js +1 -197
  253. package/dist/lib/styles/katex.css.d.ts +1 -0
  254. package/dist/lib/styles/katex.css.js +1 -0
  255. package/dist/lib/styles/loading.css.d.ts +1 -2
  256. package/dist/lib/styles/loading.css.js +1 -31
  257. package/dist/lib/styles/loadingspinner.css.d.ts +1 -0
  258. package/dist/lib/styles/loadingspinner.css.js +17 -0
  259. package/dist/lib/styles/markdown.css.d.ts +1 -2
  260. package/dist/lib/styles/markdown.css.js +1 -91
  261. package/dist/lib/styles/perspective-datatable.css.d.ts +1 -0
  262. package/dist/lib/styles/perspective-datatable.css.js +1 -0
  263. package/dist/lib/styles/plotly.css.d.ts +1 -0
  264. package/dist/lib/styles/plotly.css.js +1 -0
  265. package/dist/lib/styles/progress.css.d.ts +1 -0
  266. package/dist/lib/styles/progress.css.js +22 -0
  267. package/dist/lib/styles/widgetbox.css.d.ts +1 -0
  268. package/dist/lib/styles/widgetbox.css.js +1 -0
  269. package/dist/lib/styles/widgets.css.d.ts +2 -2
  270. package/dist/lib/styles/widgets.css.js +2 -320
  271. package/dist/panel.js +4648 -6067
  272. package/dist/panel.js.map +1 -1
  273. package/dist/panel.json +1 -1
  274. package/dist/panel.min.js +65 -102
  275. package/dist/wheels/bokeh-3.1.0rc1-py3-none-any.whl +0 -0
  276. package/dist/wheels/{panel-0.14.4-py3-none-any.whl → panel-1.0.0a2-py3-none-any.whl} +0 -0
  277. package/package.json +5 -4
  278. package/dist/bundled/bootstraptemplate/dark.css +0 -19
  279. package/dist/bundled/css/golden-layout@1.5.9/src/css/goldenlayout-base.css +0 -1
  280. package/dist/bundled/css/panel/0.14.4/dist/bundled/bootstrap4/css/bootstrap.min.css +0 -2
  281. package/dist/bundled/css/panel/0.14.4/dist/bundled/font-awesome/css/all.min.css +0 -2
  282. package/dist/bundled/datatabulator/@holoviz/panel@0.14.4/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/fast/tabulator_fast.min.css +0 -1
  283. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/fast/tabulator_fast.min.css +0 -1
  284. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator.min.css +0 -2
  285. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bootstrap3.min.css +0 -2
  286. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bootstrap4.min.css +0 -2
  287. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bulma.min.css +0 -2
  288. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_materialize.min.css +0 -2
  289. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_midnight.min.css +0 -2
  290. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_modern.min.css +0 -2
  291. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_semanticui.min.css +0 -2
  292. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_simple.min.css +0 -2
  293. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_site.min.css +0 -2
  294. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/js/tabulator.js +0 -27481
  295. package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/js/tabulator.js.map +0 -1
  296. package/dist/bundled/fastbasetemplate/fast_awesome.css +0 -13
  297. package/dist/bundled/fastbasetemplate/fast_bokeh.css +0 -1646
  298. package/dist/bundled/fastbasetemplate/fast_bokeh_slickgrid.css +0 -200
  299. package/dist/bundled/fastbasetemplate/fast_panel.css +0 -53
  300. package/dist/bundled/fastbasetemplate/fast_panel_dataframe.css +0 -14
  301. package/dist/bundled/fastbasetemplate/fast_panel_markdown.css +0 -23
  302. package/dist/bundled/fastbasetemplate/fast_panel_widgets.css +0 -301
  303. package/dist/bundled/fastbasetemplate/fast_root.css +0 -41
  304. package/dist/bundled/fastdarktheme/fast_root_dark.css +0 -4
  305. package/dist/bundled/fastdefaulttheme/fast_root_default.css +0 -4
  306. package/dist/bundled/fastgridtemplate/dark.css +0 -26
  307. package/dist/bundled/fastgridtemplate/default.css +0 -4
  308. package/dist/bundled/fastlisttemplate/dark.css +0 -13
  309. package/dist/bundled/fastlisttemplate/default.css +0 -1
  310. package/dist/bundled/fastlisttemplate/fast_list_template.css +0 -237
  311. package/dist/bundled/goldentemplate/dark.css +0 -26
  312. package/dist/bundled/goldentemplate/default.css +0 -23
  313. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/array-pixel-blob.js +0 -39
  314. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-blending.js +0 -270
  315. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-converters.js +0 -524
  316. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-hsl.js +0 -42
  317. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-hsv.js +0 -42
  318. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-interpolation.js +0 -133
  319. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-lab.js +0 -47
  320. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-lch.js +0 -50
  321. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-palette.js +0 -285
  322. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-quantization.js +0 -135
  323. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-rgba-64.js +0 -95
  324. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-scale.js +0 -176
  325. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-xyz.js +0 -50
  326. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/component-state-color-palette.js +0 -113
  327. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/histogram.js +0 -76
  328. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/index.js +0 -19
  329. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/math-utilities.js +0 -138
  330. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/named-colors.js +0 -743
  331. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/palette-extractor.js +0 -134
  332. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/parse-color.js +0 -219
  333. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/pixel-blob.js +0 -72
  334. package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/pixel-box.js +0 -249
  335. package/dist/bundled/js/@microsoft/fast-components@1.21.8/__test__/harness.js +0 -33
  336. package/dist/bundled/js/@microsoft/fast-components@1.21.8/__test__/server.js +0 -36
  337. package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.iife.min.js +0 -19
  338. package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.js +0 -25813
  339. package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.min.js +0 -19
  340. package/dist/bundled/js/panel/0.14.4/dist/bundled/bootstrap4/js/bootstrap.bundle.min.js +0 -2
  341. package/dist/bundled/js/panel/0.14.4/dist/bundled/jquery/jquery.slim.min.js +0 -2
  342. package/dist/bundled/js/react-dom@18/umd/react-dom.production.min.js +0 -267
  343. package/dist/bundled/js/react@18/umd/react.production.min.js +0 -31
  344. package/dist/bundled/notificationarea/panel/0.14.4/dist/bundled/font-awesome/css/all.min.css +0 -2
  345. package/dist/bundled/plotlyplot/panel/0.14.4/dist/bundled/jquery/jquery.slim.min.js +0 -2
  346. package/dist/bundled/reacttemplate/dark.css +0 -18
  347. package/dist/bundled/reacttemplate/default.css +0 -12
  348. package/dist/bundled/theme/dark.css +0 -107
  349. package/dist/bundled/theme/default.css +0 -3
  350. package/dist/bundled/vanillatemplate/default.css +0 -8
  351. package/dist/idom/package.json +0 -38
  352. package/dist/lib/models/idom.d.ts +0 -36
  353. package/dist/lib/models/idom.js +0 -239
  354. package/dist/lib/models/idom.js.map +0 -1
  355. package/dist/lib/models/tabs.d.ts +0 -24
  356. package/dist/lib/models/tabs.js +0 -231
  357. package/dist/lib/models/tabs.js.map +0 -1
  358. package/dist/wheels/bokeh-2.4.3-py3-none-any.whl +0 -0
  359. /package/dist/bundled/{js/babel-standalone@latest → babel-standalone@latest}/babel.min.js +0 -0
  360. /package/dist/bundled/{js/golden-layout@1.5.9 → golden-layout@1.5.9}/dist/goldenlayout.min.js +0 -0
  361. /package/dist/bundled/{css/material-components-web@7.0.0 → material-components-web@7.0.0}/dist/material-components-web.min.css +0 -0
  362. /package/dist/bundled/{js/material-components-web@7.0.0 → material-components-web@7.0.0}/dist/material-components-web.min.js +0 -0
  363. /package/dist/bundled/{js/react-grid-layout@1.3.4 → react-grid-layout@1.3.4}/dist/react-grid-layout.min.js +0 -0
  364. /package/dist/bundled/{js/react-grid-layout@1.3.4 → react-grid-layout@1.3.4}/dist/react-grid-layout.min.js.map +0 -0
@@ -0,0 +1,504 @@
1
+ /******************************************************************************
2
+ *
3
+ * Copyright (c) 2017, the Perspective Authors.
4
+ *
5
+ * This file is part of the Perspective library, distributed under the terms of
6
+ * the Apache License 2.0. The full license can be found in the LICENSE file.
7
+ *
8
+ */
9
+ /******************************************************************************
10
+ *
11
+ * Copyright (c) 2017, the Perspective Authors.
12
+ *
13
+ * This file is part of the Perspective library, distributed under the terms of
14
+ * the Apache License 2.0. The full license can be found in the LICENSE file.
15
+ *
16
+ */
17
+ regular-table {
18
+ padding: 0;
19
+ margin: 12px 0 0 12px;
20
+ scrollbar-color: transparent transparent;
21
+ scrollbar-width: thin;
22
+ outline: none;
23
+ }
24
+ regular-table:hover {
25
+ scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
26
+ }
27
+ .sub-cell-scroll-enabled regular-table table tbody td,
28
+ .sub-cell-scroll-enabled regular-table table thead th:not(.rt-group-corner) {
29
+ transform: translate(var(--regular-table--transform-x, 0px));
30
+ }
31
+ .sub-cell-scroll-enabled regular-table table tbody {
32
+ transform: translate(0, var(--regular-table--transform-y, 0px));
33
+ }
34
+ .sub-cell-scroll-enabled regular-table table tbody tr:first-child td,
35
+ .sub-cell-scroll-enabled regular-table table tbody tr:first-child th {
36
+ clip-path: polygon(0 var(--regular-table--clip-y, 0), 0 200%, 200% 200%, 200% var(--regular-table--clip-y, 0));
37
+ }
38
+ .sub-cell-scroll-enabled regular-table table thead th.rt-group-corner {
39
+ background: var(--plugin--background, white);
40
+ z-index: 1;
41
+ }
42
+ .sub-cell-scroll-enabled regular-table table tbody tr td:first-of-type {
43
+ clip-path: polygon(var(--regular-table--clip-x, 0) 0, var(--regular-table--clip-x, 0) 200%, 200% 200%, 200% 0);
44
+ }
45
+ .sub-cell-scroll-enabled regular-table table tbody tr:first-child td:first-of-type {
46
+ clip-path: polygon(var(--regular-table--clip-x, 0) var(--regular-table--clip-y, 0), var(--regular-table--clip-x, 0) 200%, 200% 200%, 200% var(--regular-table--clip-y, 0));
47
+ }
48
+ regular-table {
49
+ font-family: inherit;
50
+ }
51
+ regular-table div[tabindex] {
52
+ outline: none;
53
+ }
54
+ regular-table > div {
55
+ position: absolute;
56
+ top: 0;
57
+ left: 0;
58
+ right: 0;
59
+ bottom: 0;
60
+ overflow: hidden;
61
+ }
62
+ regular-table th {
63
+ text-align: center;
64
+ }
65
+ regular-table thead tr:not(:last-child) th {
66
+ overflow: hidden;
67
+ max-width: 0px;
68
+ }
69
+ regular-table thead tr:last-child .rt-float,
70
+ regular-table tbody .rt-float {
71
+ text-align: right;
72
+ }
73
+ regular-table thead .rt-integer,
74
+ regular-table tbody .rt-integer {
75
+ text-align: right;
76
+ }
77
+ regular-table tbody th {
78
+ text-align: left;
79
+ }
80
+ regular-table span.rt-tree-container {
81
+ display: flex;
82
+ align-items: center;
83
+ height: 100%;
84
+ }
85
+ regular-table thead .rt-string,
86
+ regular-table tbody .rt-string,
87
+ regular-table thead .rt-date,
88
+ regular-table tbody .rt-date,
89
+ regular-table thead .rt-datetime,
90
+ regular-table tbody .rt-datetime {
91
+ text-align: left;
92
+ }
93
+ regular-table thead tr:last-child th {
94
+ border-bottom: 1px solid #eaedef;
95
+ }
96
+ regular-table tbody tr:first-child td,
97
+ regular-table tbody tr:first-child th {
98
+ border-top: 1px solid transparent !important;
99
+ }
100
+ regular-table th {
101
+ position: relative;
102
+ }
103
+ regular-table tr th span.rt-tree-group {
104
+ margin-left: 5px;
105
+ margin-right: 15px;
106
+ border-left: 1px solid #eee;
107
+ height: 100%;
108
+ }
109
+ regular-table td,
110
+ regular-table th {
111
+ white-space: nowrap;
112
+ font-size: 12px;
113
+ padding-right: 5px;
114
+ padding-left: 5px;
115
+ padding-top: 0px;
116
+ padding-bottom: 0px;
117
+ height: 19px;
118
+ }
119
+ regular-table tr:hover td {
120
+ background: #eee;
121
+ opacity: 1;
122
+ }
123
+ regular-table tr:hover {
124
+ color: #333;
125
+ }
126
+ regular-table table * {
127
+ box-sizing: border-box;
128
+ }
129
+ regular-table table {
130
+ position: absolute;
131
+ overflow: hidden;
132
+ color: #666;
133
+ outline: none;
134
+ }
135
+ regular-table span.rt-row-header-icon {
136
+ color: #aaa;
137
+ padding-right: 4px;
138
+ font-family: var(--button--font-family, "Material Icons");
139
+ }
140
+ regular-table span.rt-column-header-icon {
141
+ font-size: 10px;
142
+ padding-left: 3px;
143
+ display: inline-block;
144
+ width: 10px;
145
+ font-family: var(--button--font-family, "Material Icons");
146
+ }
147
+ regular-table span.rt-row-header-icon:hover {
148
+ color: #1a7da1;
149
+ text-shadow: 0px 0px 3px #1a7da1;
150
+ }
151
+ regular-table .rt-selected td {
152
+ background-color: #eee;
153
+ }
154
+ regular-table .rt-cell-clip {
155
+ overflow: hidden;
156
+ text-overflow: ellipsis;
157
+ }
158
+ regular-table td span.rt-group-name,
159
+ regular-table th span.rt-group-name {
160
+ margin-right: -5px;
161
+ padding-right: 5px;
162
+ padding-left: 8px;
163
+ flex: 1;
164
+ height: 100%;
165
+ }
166
+ regular-table th span.rt-group-name {
167
+ text-align: left;
168
+ }
169
+ regular-table td th span.rt-group-leaf,
170
+ regular-table th span.rt-group-leaf {
171
+ margin-left: 16px;
172
+ height: 100%;
173
+ }
174
+ regular-table .rt-column-resize {
175
+ height: 100%;
176
+ width: 10px;
177
+ position: absolute;
178
+ top: 0;
179
+ right: 0;
180
+ cursor: col-resize;
181
+ }
182
+ regular-table a {
183
+ color: var(--rt-pos-cell--color);
184
+ }
185
+ regular-table a:visited {
186
+ color: var(--active--color);
187
+ }
188
+ regular-table::-webkit-scrollbar,
189
+ regular-table::-webkit-scrollbar-corner {
190
+ background-color: transparent;
191
+ height: 12px;
192
+ width: 12px;
193
+ }
194
+ regular-table::-webkit-scrollbar-thumb {
195
+ background-clip: content-box;
196
+ background-color: rgba(0, 0, 0, 0);
197
+ border-radius: 5px;
198
+ }
199
+ regular-table::-webkit-scrollbar-thumb:horizontal {
200
+ border-bottom: 2px solid transparent;
201
+ border-top: 2px solid transparent;
202
+ }
203
+ regular-table::-webkit-scrollbar-thumb:vertical {
204
+ border-left: 2px solid transparent;
205
+ border-right: 2px solid transparent;
206
+ }
207
+ regular-table:hover::-webkit-scrollbar-thumb {
208
+ background-color: rgba(0, 0, 0, 0.15);
209
+ }
210
+ regular-table::-webkit-scrollbar-thumb:hover {
211
+ background-color: rgba(0, 0, 0, 0.3);
212
+ }
213
+ /******************************************************************************
214
+ *
215
+ * Copyright (c) 2017, the Perspective Authors.
216
+ *
217
+ * This file is part of the Perspective library, distributed under the terms of
218
+ * the Apache License 2.0. The full license can be found in the LICENSE file.
219
+ *
220
+ */
221
+ .psp-header-border:not(.psp-is-top):not(.psp-header-leaf) {
222
+ box-shadow: 1px 0px var(--inactive--color, #eaedef);
223
+ }
224
+ .psp-header-group {
225
+ box-shadow: 0px 10px 0 -9px var(--inactive--color, #eaedef);
226
+ }
227
+ .psp-is-top {
228
+ box-shadow: 5px 4px 0px -4px var(--inactive--color, #eaedef);
229
+ }
230
+ .psp-is-top.psp-header-group:not(.psp-header-group-corner) {
231
+ box-shadow: 5px 4px 0px -4px var(--inactive--color, #eaedef), 0px 10px 0 -9px var(--inactive--color, #eaedef);
232
+ }
233
+ .psp-header-border.psp-header-group:not(.psp-is-top):not(.psp-header-group-corner) {
234
+ box-shadow: 1px 0px var(--inactive--color, #eaedef), 0px 10px 0 -9px var(--inactive--color, #eaedef);
235
+ }
236
+ .psp-header-leaf.psp-header-border {
237
+ box-shadow: 5px -4px 0px -4px var(--inactive--color, #eaedef);
238
+ }
239
+ tr:only-child th {
240
+ box-shadow: none !important;
241
+ }
242
+ /******************************************************************************
243
+ *
244
+ * Copyright (c) 2017, the Perspective Authors.
245
+ *
246
+ * This file is part of the Perspective library, distributed under the terms of
247
+ * the Apache License 2.0. The full license can be found in the LICENSE file.
248
+ *
249
+ */
250
+ regular-table tbody tr:hover th.psp-tree-leaf:not(.psp-row-selected):not(.psp-row-subselected),
251
+ regular-table tbody tr:hover th.psp-tree-label:not(.psp-row-selected):not(.psp-row-subselected),
252
+ regular-table tbody tr:hover td:not(.psp-row-selected):not(.psp-row-subselected) {
253
+ border-color: var(--rt-hover--border-color, #c5c9d080) !important;
254
+ background-color: transparent;
255
+ box-shadow: 0px 1px 0px var(--rt-hover--border-color, #c5c9d080), 0px 3px 0px rgba(0, 0, 0, 0.05), 0px 5px 0px rgba(0, 0, 0, 0.01);
256
+ }
257
+ regular-table tbody tr:hover + tr th.psp-tree-leaf:not(.psp-row-selected):not(.psp-row-subselected),
258
+ regular-table tbody tr:hover + tr th.psp-tree-label:not(.psp-row-selected):not(.psp-row-subselected),
259
+ regular-table tbody tr:hover + tr td:not(.psp-row-selected):not(.psp-row-subselected) {
260
+ border-top-color: transparent;
261
+ }
262
+ regular-table tbody tr th:first-child:not(:empty),
263
+ regular-table tbody tr th:first-child:empty + th:not(:empty),
264
+ regular-table tbody tr th:first-child:empty ~ th:empty + th:not(:empty),
265
+ regular-table tbody tr td:first-child {
266
+ border-left-width: 1px;
267
+ border-left-color: transparent;
268
+ }
269
+ regular-table tbody tr th:last-child,
270
+ regular-table tbody tr td:last-child {
271
+ border-right-width: 1px;
272
+ border-right-color: transparent;
273
+ }
274
+ regular-table tbody tr:hover {
275
+ color: #161616;
276
+ }
277
+ regular-table tbody tr:hover th:first-child:not(:empty),
278
+ regular-table tbody tr:hover th:first-child:empty + th:not(:empty),
279
+ regular-table tbody tr:hover th:first-child:empty ~ th:empty + th:not(:empty),
280
+ regular-table tbody tr:hover td:first-child {
281
+ border-left-color: var(--rt-hover--border-color, #c5c9d080) !important;
282
+ }
283
+ regular-table tbody tr:hover th:last-child,
284
+ regular-table tbody tr:hover td:last-child {
285
+ border-right-color: var(--rt-hover--border-color, #c5c9d080) !important;
286
+ }
287
+ /******************************************************************************
288
+ *
289
+ * Copyright (c) 2017, the Perspective Authors.
290
+ *
291
+ * This file is part of the Perspective library, distributed under the terms of
292
+ * the Apache License 2.0. The full license can be found in the LICENSE file.
293
+ *
294
+ */
295
+ perspective-viewer[settings] regular-table .psp-header-leaf {
296
+ height: 36px;
297
+ vertical-align: top;
298
+ padding-top: 2px;
299
+ }
300
+ perspective-viewer[settings] regular-table .psp-header-leaf:not(.psp-header-corner):before {
301
+ font-family: var(--button--font-family, inherit);
302
+ content: var(--column-style-open-button--content, var(--config-button-icon--content, "\1f527"));
303
+ position: absolute;
304
+ width: calc(100% - 8px);
305
+ left: 5px;
306
+ bottom: 0px;
307
+ color: var(--inactive--color, #b4b7be);
308
+ }
309
+ perspective-viewer[settings] regular-table .psp-header-leaf.psp-menu-enabled:not(.psp-header-corner):before {
310
+ color: inherit;
311
+ cursor: pointer;
312
+ }
313
+ perspective-viewer[settings] regular-table .psp-header-leaf.psp-menu-open:not(.psp-header-corner) {
314
+ pointer-events: none;
315
+ }
316
+ perspective-viewer[settings] regular-table .psp-header-leaf.psp-menu-open:not(.psp-header-corner):before {
317
+ content: var(--column-style-close-button--content, "X");
318
+ }
319
+ perspective-viewer[settings] regular-table .psp-header-leaf.psp-menu-enabled:hover:before {
320
+ color: #338dcd;
321
+ }
322
+ perspective-viewer[settings] regular-table .psp-header-leaf .rt-column-resize {
323
+ height: 18px;
324
+ }
325
+ .psp-row-selected,
326
+ :hover .psp-row-selected,
327
+ :hover th.psp-tree-leaf.psp-row-selected,
328
+ :hover th.psp-tree-label.psp-row-selected {
329
+ color: white !important;
330
+ background-color: #ea7319 !important;
331
+ border-color: #ea7319 !important;
332
+ }
333
+ .psp-row-selected.psp-tree-label:not(:hover):before {
334
+ color: white;
335
+ }
336
+ .psp-row-subselected,
337
+ :hover .psp-row-subselected,
338
+ :hover th.psp-tree-leaf.psp-row-subselected,
339
+ :hover th.psp-tree-label.psp-row-subselected {
340
+ background: rgba(234, 115, 25, 0.2) !important;
341
+ }
342
+ .psp-error {
343
+ color: red;
344
+ }
345
+ td:focus {
346
+ outline: #666;
347
+ outline-style: dotted;
348
+ outline-width: 1px;
349
+ }
350
+ perspective-viewer.dragging regular-table {
351
+ pointer-events: none;
352
+ }
353
+ .psp-header-border:last-child {
354
+ border-right-width: 0px;
355
+ }
356
+ .psp-header-sort-desc:after {
357
+ font-family: var(--button--font-family, inherit);
358
+ font-size: 10px;
359
+ content: var(--sort-order-desc--content, "\2193");
360
+ }
361
+ .psp-header-sort-asc:after {
362
+ font-family: var(--button--font-family, inherit);
363
+ font-size: 10px;
364
+ content: var(--sort-order-asc--content, "\2191");
365
+ }
366
+ .psp-header-sort-col-desc:after {
367
+ font-family: var(--button--font-family, inherit);
368
+ font-size: 10px;
369
+ content: var(--sort-order-col-desc--content, "\2190");
370
+ }
371
+ .psp-header-sort-col-asc:after {
372
+ font-family: var(--button--font-family, inherit);
373
+ font-size: 10px;
374
+ content: var(--sort-order-col-asc--content, "\2192");
375
+ }
376
+ tbody th:last-of-type {
377
+ border-right: 1px solid #eaedef;
378
+ overflow: hidden;
379
+ text-overflow: ellipsis;
380
+ }
381
+ tbody th:empty {
382
+ background-image: linear-gradient(to right, transparent 9px, #eee 10px, transparent 11px);
383
+ background-repeat: no-repeat;
384
+ min-width: 20px;
385
+ max-width: 20px;
386
+ pointer-events: none;
387
+ }
388
+ .psp-tree-label {
389
+ max-width: 0px;
390
+ min-width: 0px;
391
+ }
392
+ .psp-tree-label:before {
393
+ color: #ccc;
394
+ font-family: var(--button--font-family, inherit);
395
+ padding-right: 11px;
396
+ vertical-align: -1px;
397
+ }
398
+ .psp-tree-label-expand:before {
399
+ content: var(--tree-label-expand--content, "+");
400
+ }
401
+ .psp-tree-label-collapse:before {
402
+ content: var(--tree-label-collapse--content, "-");
403
+ }
404
+ .psp-tree-label:hover:before {
405
+ color: #338dcd;
406
+ text-shadow: 0px 0px 5px #338dcd;
407
+ }
408
+ regular-table thead tr:last-child th {
409
+ border-bottom-width: 1px;
410
+ border-bottom-color: var(--inactive--color, #eaedef);
411
+ }
412
+ .psp-tree-leaf {
413
+ padding-left: 24px;
414
+ }
415
+ .psp-align-right {
416
+ text-align: right;
417
+ }
418
+ .psp-align-left {
419
+ text-align: left;
420
+ }
421
+ .psp-positive:not(:focus) {
422
+ color: var(--rt-pos-cell--color, #338dcd);
423
+ }
424
+ .psp-negative:not(:focus) {
425
+ color: var(--rt-neg-cell--color, #ff5942);
426
+ }
427
+ regular-table table tbody td {
428
+ min-width: 52px !important;
429
+ }
430
+ .psp-is-width-override .rt-column-resize,
431
+ .rt-column-resize:hover {
432
+ border: 1px dashed #999;
433
+ border-bottom-width: 0px;
434
+ border-left-width: 0px;
435
+ }
436
+ .psp-bool-type {
437
+ font-family: var(--button--font-family, "Material Icons");
438
+ }
439
+ .boolean-editable {
440
+ cursor: pointer;
441
+ }
442
+ regular-table table {
443
+ user-select: none;
444
+ color: #161616;
445
+ border-collapse: separate;
446
+ }
447
+ regular-table table th {
448
+ font-weight: 400;
449
+ }
450
+ regular-table table td,
451
+ regular-table table th {
452
+ border-color: #eaedef;
453
+ height: 23px;
454
+ }
455
+ regular-table table .psp-header-group {
456
+ text-overflow: ellipsis;
457
+ }
458
+ regular-table table .psp-header-leaf {
459
+ border-bottom-width: 0px;
460
+ }
461
+ regular-table table td,
462
+ regular-table table th.psp-tree-label,
463
+ regular-table table th.psp-tree-label,
464
+ regular-table table th.psp-tree-leaf,
465
+ regular-table table tbody tr:first-child th {
466
+ border-style: solid;
467
+ border-width: 0px;
468
+ border-top-width: 1px;
469
+ }
470
+ regular-table table tbody th:empty {
471
+ background-position: 0px -10px;
472
+ }
473
+ @keyframes pulse_pos {
474
+ 0% {
475
+ background-color: var(--pulse--background-color-start, rgba(0, 128, 255, 0.5));
476
+ }
477
+ 100% {
478
+ background-color: var(--pulse--background-color-end, rgba(0, 128, 255, 0));
479
+ }
480
+ }
481
+ @keyframes pulse_pos2 {
482
+ 0% {
483
+ background-color: var(--pulse--background-color-start, rgba(0, 128, 255, 0.5));
484
+ }
485
+ 100% {
486
+ background-color: var(--pulse--background-color-end, rgba(0, 128, 255, 0));
487
+ }
488
+ }
489
+ @keyframes pulse_neg {
490
+ 0% {
491
+ background-color: var(--pulse--background-color-start, rgba(255, 25, 0, 0.5));
492
+ }
493
+ 100% {
494
+ background-color: var(--pulse--background-color-end, rgba(255, 25, 0, 0));
495
+ }
496
+ }
497
+ @keyframes pulse_neg2 {
498
+ 0% {
499
+ background-color: var(--pulse--background-color-start, rgba(255, 25, 0, 0.5));
500
+ }
501
+ 100% {
502
+ background-color: var(--pulse--background-color-end, rgba(255, 25, 0, 0));
503
+ }
504
+ }