@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.
- package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.iife.min.js +217 -0
- package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.js +28286 -0
- package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.min.js +217 -0
- package/dist/bundled/bootstrap/css/bootstrap.css +688 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.css +4226 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.css +4225 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.css +591 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.css +588 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.css +5099 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.css +5090 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap.css +11783 -0
- package/dist/bundled/bootstrap5/css/bootstrap.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap.rtl.css +11747 -0
- package/dist/bundled/bootstrap5/css/bootstrap.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.js +6295 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +7 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.js +4422 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.min.js +7 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.min.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.js +4468 -0
- package/dist/bundled/bootstrap5/js/bootstrap.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.min.js +7 -0
- package/dist/bundled/bootstrap5/js/bootstrap.min.js.map +1 -0
- package/dist/bundled/bootstrapdarktheme/bootstrap_dark.css +170 -0
- package/dist/bundled/bootstrapdefaulttheme/bootstrap_default.css +120 -0
- package/dist/bundled/bootstraptemplate/bootstrap.css +119 -77
- package/dist/bundled/darktheme/dark.css +33 -106
- package/dist/bundled/datatabulator/luxon/build/global/luxon.min.js.map +1 -1
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bootstrap3.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bootstrap4.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bulma.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_fast.min.css +1 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_materialize.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_midnight.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_modern.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_semanticui.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_simple.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_site.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/js/tabulator.js +26077 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/js/tabulator.js.map +1 -0
- package/dist/bundled/defaulttheme/default.css +33 -2
- package/dist/bundled/fast/css/fast.css +919 -0
- package/dist/bundled/fast/js/fast_design.js +87 -0
- package/dist/bundled/fastbasetemplate/fast.css +335 -0
- package/dist/bundled/fastgridtemplate/fast_grid_template.css +256 -232
- package/dist/bundled/golden-layout@1.5.9/dist/css/goldenlayout-base.css +1 -0
- package/dist/bundled/golden-layout@1.5.9/dist/css/theme/goldenlayout-dark-theme.css +1 -0
- package/dist/bundled/goldentemplate/golden.css +2 -22
- package/dist/bundled/material/css/material.css +443 -0
- package/dist/bundled/materialtemplate/dark.css +2 -20
- package/dist/bundled/materialtemplate/default.css +2 -17
- package/dist/bundled/materialtemplate/material.css +119 -114
- package/dist/bundled/materialthememixin/material_variables.css +19 -0
- package/dist/bundled/native/css/native.css +34 -0
- package/dist/bundled/notificationarea/panel/1.0.0-a.2/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/fonts.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/material-dark.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/material.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/monokai.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/solarized-dark.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/solarized.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/themes.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/vaporwave.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/variables.css +0 -0
- package/dist/bundled/plotlyplot/panel/1.0.0-a.2/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/react-dom@17/umd/react-dom.production.min.js +245 -0
- package/dist/bundled/react@17/umd/react.production.min.js +31 -0
- package/dist/bundled/reacttemplate/react.css +0 -12
- package/dist/bundled/vanillatemplate/vanilla.css +129 -134
- package/dist/css/alerts.css +64 -64
- package/dist/css/booleanstatus.css +48 -0
- package/dist/css/card.css +55 -39
- package/dist/css/dataframe.css +7 -2
- package/dist/css/debugger.css +16 -10
- package/dist/css/divider.css +10 -0
- package/dist/css/editable_slider.css +22 -0
- package/dist/css/katex.css +3 -0
- package/dist/css/loading.css +5 -6
- package/dist/css/loadingspinner.css +119 -0
- package/dist/css/markdown.css +2 -1
- package/dist/css/perspective-datatable.css +504 -0
- package/dist/css/plotly.css +246 -0
- package/dist/css/progress.css +209 -0
- package/dist/css/widgetbox.css +9 -0
- package/dist/css/widgets.css +0 -305
- package/dist/dts/styles/alerts.css.d.ts +3 -0
- package/dist/dts/styles/booleanstatus.css.d.ts +3 -0
- package/dist/dts/styles/card.css.d.ts +3 -0
- package/dist/dts/styles/dataframe.css.d.ts +3 -0
- package/dist/dts/styles/debugger.css.d.ts +3 -0
- package/dist/dts/styles/divider.css.d.ts +4 -0
- package/dist/dts/styles/editable_slider.css.d.ts +8 -0
- package/dist/dts/styles/json.css.d.ts +3 -0
- package/dist/dts/styles/katex.css.d.ts +3 -0
- package/dist/dts/styles/loading.css.d.ts +3 -0
- package/dist/dts/styles/loadingspinner.css.d.ts +3 -0
- package/dist/dts/styles/markdown.css.d.ts +3 -0
- package/dist/dts/styles/perspective-datatable.css.d.ts +3 -0
- package/dist/dts/styles/plotly.css.d.ts +3 -0
- package/dist/dts/styles/progress.css.d.ts +3 -0
- package/dist/dts/styles/widgetbox.css.d.ts +3 -0
- package/dist/dts/styles/widgets.css.d.ts +4 -0
- package/dist/lib/models/ace.d.ts +3 -5
- package/dist/lib/models/ace.js +24 -23
- package/dist/lib/models/ace.js.map +1 -1
- package/dist/lib/models/audio.d.ts +2 -4
- package/dist/lib/models/audio.js +18 -18
- package/dist/lib/models/audio.js.map +1 -1
- package/dist/lib/models/card.d.ts +3 -3
- package/dist/lib/models/card.js +54 -63
- package/dist/lib/models/card.js.map +1 -1
- package/dist/lib/models/comm_manager.d.ts +2 -2
- package/dist/lib/models/comm_manager.js +20 -19
- package/dist/lib/models/comm_manager.js.map +1 -1
- package/dist/lib/models/data.js +1 -1
- package/dist/lib/models/data.js.map +1 -1
- package/dist/lib/models/datetime_picker.d.ts +8 -7
- package/dist/lib/models/datetime_picker.js +130 -36
- package/dist/lib/models/datetime_picker.js.map +1 -1
- package/dist/lib/models/deckgl.d.ts +2 -4
- package/dist/lib/models/deckgl.js +24 -25
- package/dist/lib/models/deckgl.js.map +1 -1
- package/dist/lib/models/echarts.d.ts +3 -2
- package/dist/lib/models/echarts.js +22 -12
- package/dist/lib/models/echarts.js.map +1 -1
- package/dist/lib/models/file_download.d.ts +2 -2
- package/dist/lib/models/file_download.js +20 -19
- package/dist/lib/models/file_download.js.map +1 -1
- package/dist/lib/models/html.d.ts +4 -4
- package/dist/lib/models/html.js +23 -17
- package/dist/lib/models/html.js.map +1 -1
- package/dist/lib/models/index.d.ts +1 -2
- package/dist/lib/models/index.js +1 -2
- package/dist/lib/models/index.js.map +1 -1
- package/dist/lib/models/ipywidget.d.ts +2 -6
- package/dist/lib/models/ipywidget.js +14 -24
- package/dist/lib/models/ipywidget.js.map +1 -1
- package/dist/lib/models/json.d.ts +1 -1
- package/dist/lib/models/json.js +14 -12
- package/dist/lib/models/json.js.map +1 -1
- package/dist/lib/models/jsoneditor.d.ts +8 -7
- package/dist/lib/models/jsoneditor.js +30 -19
- package/dist/lib/models/jsoneditor.js.map +1 -1
- package/dist/lib/models/katex.d.ts +0 -1
- package/dist/lib/models/katex.js +7 -6
- package/dist/lib/models/katex.js.map +1 -1
- package/dist/lib/models/layout.d.ts +25 -22
- package/dist/lib/models/layout.js +75 -81
- package/dist/lib/models/layout.js.map +1 -1
- package/dist/lib/models/location.d.ts +0 -1
- package/dist/lib/models/location.js +15 -14
- package/dist/lib/models/location.js.map +1 -1
- package/dist/lib/models/mathjax.d.ts +0 -3
- package/dist/lib/models/mathjax.js +6 -16
- package/dist/lib/models/mathjax.js.map +1 -1
- package/dist/lib/models/pdf.d.ts +24 -0
- package/dist/lib/models/pdf.js +62 -0
- package/dist/lib/models/pdf.js.map +1 -0
- package/dist/lib/models/perspective.d.ts +5 -10
- package/dist/lib/models/perspective.js +75 -87
- package/dist/lib/models/perspective.js.map +1 -1
- package/dist/lib/models/player.d.ts +0 -1
- package/dist/lib/models/player.js +18 -17
- package/dist/lib/models/player.js.map +1 -1
- package/dist/lib/models/plotly.d.ts +3 -7
- package/dist/lib/models/plotly.js +60 -67
- package/dist/lib/models/plotly.js.map +1 -1
- package/dist/lib/models/progress.d.ts +4 -7
- package/dist/lib/models/progress.js +28 -32
- package/dist/lib/models/progress.js.map +1 -1
- package/dist/lib/models/quill.d.ts +3 -6
- package/dist/lib/models/quill.js +25 -24
- package/dist/lib/models/quill.js.map +1 -1
- package/dist/lib/models/reactive_html.d.ts +6 -12
- package/dist/lib/models/reactive_html.js +45 -121
- package/dist/lib/models/reactive_html.js.map +1 -1
- package/dist/lib/models/singleselect.d.ts +0 -1
- package/dist/lib/models/singleselect.js +11 -10
- package/dist/lib/models/singleselect.js.map +1 -1
- package/dist/lib/models/speech_to_text.d.ts +1 -2
- package/dist/lib/models/speech_to_text.js +27 -26
- package/dist/lib/models/speech_to_text.js.map +1 -1
- package/dist/lib/models/state.d.ts +0 -2
- package/dist/lib/models/state.js +12 -13
- package/dist/lib/models/state.js.map +1 -1
- package/dist/lib/models/tabulator.d.ts +9 -16
- package/dist/lib/models/tabulator.js +111 -196
- package/dist/lib/models/tabulator.js.map +1 -1
- package/dist/lib/models/terminal.d.ts +5 -8
- package/dist/lib/models/terminal.js +23 -27
- package/dist/lib/models/terminal.js.map +1 -1
- package/dist/lib/models/text_to_speech.d.ts +1 -2
- package/dist/lib/models/text_to_speech.js +16 -15
- package/dist/lib/models/text_to_speech.js.map +1 -1
- package/dist/lib/models/trend.d.ts +1 -2
- package/dist/lib/models/trend.js +24 -23
- package/dist/lib/models/trend.js.map +1 -1
- package/dist/lib/models/vega.d.ts +6 -7
- package/dist/lib/models/vega.js +34 -37
- package/dist/lib/models/vega.js.map +1 -1
- package/dist/lib/models/video.d.ts +2 -4
- package/dist/lib/models/video.js +18 -18
- package/dist/lib/models/video.js.map +1 -1
- package/dist/lib/models/videostream.d.ts +2 -4
- package/dist/lib/models/videostream.js +19 -19
- package/dist/lib/models/videostream.js.map +1 -1
- package/dist/lib/models/vtk/util.d.ts +4 -4
- package/dist/lib/models/vtk/vtkaxes.d.ts +1 -2
- package/dist/lib/models/vtk/vtkaxes.js +15 -14
- package/dist/lib/models/vtk/vtkaxes.js.map +1 -1
- package/dist/lib/models/vtk/vtkjs.d.ts +0 -1
- package/dist/lib/models/vtk/vtkjs.js +9 -8
- package/dist/lib/models/vtk/vtkjs.js.map +1 -1
- package/dist/lib/models/vtk/vtklayout.d.ts +2 -5
- package/dist/lib/models/vtk/vtklayout.js +24 -30
- package/dist/lib/models/vtk/vtklayout.js.map +1 -1
- package/dist/lib/models/vtk/vtksynchronized.d.ts +0 -1
- package/dist/lib/models/vtk/vtksynchronized.js +17 -16
- package/dist/lib/models/vtk/vtksynchronized.js.map +1 -1
- package/dist/lib/models/vtk/vtkvolume.d.ts +0 -1
- package/dist/lib/models/vtk/vtkvolume.js +27 -26
- package/dist/lib/models/vtk/vtkvolume.js.map +1 -1
- package/dist/lib/styles/alerts.css.d.ts +1 -2
- package/dist/lib/styles/alerts.css.js +1 -139
- package/dist/lib/styles/booleanstatus.css.d.ts +1 -0
- package/dist/lib/styles/booleanstatus.css.js +1 -0
- package/dist/lib/styles/card.css.d.ts +1 -2
- package/dist/lib/styles/card.css.js +1 -43
- package/dist/lib/styles/dataframe.css.d.ts +1 -2
- package/dist/lib/styles/dataframe.css.js +1 -44
- package/dist/lib/styles/debugger.css.d.ts +1 -2
- package/dist/lib/styles/debugger.css.js +1 -68
- package/dist/lib/styles/divider.css.d.ts +2 -0
- package/dist/lib/styles/divider.css.js +2 -0
- package/dist/lib/styles/editable_slider.css.d.ts +6 -0
- package/dist/lib/styles/editable_slider.css.js +6 -0
- package/dist/lib/styles/json.css.d.ts +1 -2
- package/dist/lib/styles/json.css.js +1 -197
- package/dist/lib/styles/katex.css.d.ts +1 -0
- package/dist/lib/styles/katex.css.js +1 -0
- package/dist/lib/styles/loading.css.d.ts +1 -2
- package/dist/lib/styles/loading.css.js +1 -31
- package/dist/lib/styles/loadingspinner.css.d.ts +1 -0
- package/dist/lib/styles/loadingspinner.css.js +17 -0
- package/dist/lib/styles/markdown.css.d.ts +1 -2
- package/dist/lib/styles/markdown.css.js +1 -91
- package/dist/lib/styles/perspective-datatable.css.d.ts +1 -0
- package/dist/lib/styles/perspective-datatable.css.js +1 -0
- package/dist/lib/styles/plotly.css.d.ts +1 -0
- package/dist/lib/styles/plotly.css.js +1 -0
- package/dist/lib/styles/progress.css.d.ts +1 -0
- package/dist/lib/styles/progress.css.js +22 -0
- package/dist/lib/styles/widgetbox.css.d.ts +1 -0
- package/dist/lib/styles/widgetbox.css.js +1 -0
- package/dist/lib/styles/widgets.css.d.ts +2 -2
- package/dist/lib/styles/widgets.css.js +2 -320
- package/dist/panel.js +4648 -6067
- package/dist/panel.js.map +1 -1
- package/dist/panel.json +1 -1
- package/dist/panel.min.js +65 -102
- package/dist/wheels/bokeh-3.1.0rc1-py3-none-any.whl +0 -0
- package/dist/wheels/{panel-0.14.4-py3-none-any.whl → panel-1.0.0a2-py3-none-any.whl} +0 -0
- package/package.json +5 -4
- package/dist/bundled/bootstraptemplate/dark.css +0 -19
- package/dist/bundled/css/golden-layout@1.5.9/src/css/goldenlayout-base.css +0 -1
- package/dist/bundled/css/panel/0.14.4/dist/bundled/bootstrap4/css/bootstrap.min.css +0 -2
- package/dist/bundled/css/panel/0.14.4/dist/bundled/font-awesome/css/all.min.css +0 -2
- 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
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/fast/tabulator_fast.min.css +0 -1
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bootstrap3.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bootstrap4.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bulma.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_materialize.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_midnight.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_modern.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_semanticui.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_simple.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_site.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/js/tabulator.js +0 -27481
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/js/tabulator.js.map +0 -1
- package/dist/bundled/fastbasetemplate/fast_awesome.css +0 -13
- package/dist/bundled/fastbasetemplate/fast_bokeh.css +0 -1646
- package/dist/bundled/fastbasetemplate/fast_bokeh_slickgrid.css +0 -200
- package/dist/bundled/fastbasetemplate/fast_panel.css +0 -53
- package/dist/bundled/fastbasetemplate/fast_panel_dataframe.css +0 -14
- package/dist/bundled/fastbasetemplate/fast_panel_markdown.css +0 -23
- package/dist/bundled/fastbasetemplate/fast_panel_widgets.css +0 -301
- package/dist/bundled/fastbasetemplate/fast_root.css +0 -41
- package/dist/bundled/fastdarktheme/fast_root_dark.css +0 -4
- package/dist/bundled/fastdefaulttheme/fast_root_default.css +0 -4
- package/dist/bundled/fastgridtemplate/dark.css +0 -26
- package/dist/bundled/fastgridtemplate/default.css +0 -4
- package/dist/bundled/fastlisttemplate/dark.css +0 -13
- package/dist/bundled/fastlisttemplate/default.css +0 -1
- package/dist/bundled/fastlisttemplate/fast_list_template.css +0 -237
- package/dist/bundled/goldentemplate/dark.css +0 -26
- package/dist/bundled/goldentemplate/default.css +0 -23
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/array-pixel-blob.js +0 -39
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-blending.js +0 -270
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-converters.js +0 -524
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-hsl.js +0 -42
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-hsv.js +0 -42
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-interpolation.js +0 -133
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-lab.js +0 -47
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-lch.js +0 -50
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-palette.js +0 -285
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-quantization.js +0 -135
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-rgba-64.js +0 -95
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-scale.js +0 -176
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-xyz.js +0 -50
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/component-state-color-palette.js +0 -113
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/histogram.js +0 -76
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/index.js +0 -19
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/math-utilities.js +0 -138
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/named-colors.js +0 -743
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/palette-extractor.js +0 -134
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/parse-color.js +0 -219
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/pixel-blob.js +0 -72
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/pixel-box.js +0 -249
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/__test__/harness.js +0 -33
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/__test__/server.js +0 -36
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.iife.min.js +0 -19
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.js +0 -25813
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.min.js +0 -19
- package/dist/bundled/js/panel/0.14.4/dist/bundled/bootstrap4/js/bootstrap.bundle.min.js +0 -2
- package/dist/bundled/js/panel/0.14.4/dist/bundled/jquery/jquery.slim.min.js +0 -2
- package/dist/bundled/js/react-dom@18/umd/react-dom.production.min.js +0 -267
- package/dist/bundled/js/react@18/umd/react.production.min.js +0 -31
- package/dist/bundled/notificationarea/panel/0.14.4/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/plotlyplot/panel/0.14.4/dist/bundled/jquery/jquery.slim.min.js +0 -2
- package/dist/bundled/reacttemplate/dark.css +0 -18
- package/dist/bundled/reacttemplate/default.css +0 -12
- package/dist/bundled/theme/dark.css +0 -107
- package/dist/bundled/theme/default.css +0 -3
- package/dist/bundled/vanillatemplate/default.css +0 -8
- package/dist/idom/package.json +0 -38
- package/dist/lib/models/idom.d.ts +0 -36
- package/dist/lib/models/idom.js +0 -239
- package/dist/lib/models/idom.js.map +0 -1
- package/dist/lib/models/tabs.d.ts +0 -24
- package/dist/lib/models/tabs.js +0 -231
- package/dist/lib/models/tabs.js.map +0 -1
- package/dist/wheels/bokeh-2.4.3-py3-none-any.whl +0 -0
- /package/dist/bundled/{js/babel-standalone@latest → babel-standalone@latest}/babel.min.js +0 -0
- /package/dist/bundled/{js/golden-layout@1.5.9 → golden-layout@1.5.9}/dist/goldenlayout.min.js +0 -0
- /package/dist/bundled/{css/material-components-web@7.0.0 → material-components-web@7.0.0}/dist/material-components-web.min.css +0 -0
- /package/dist/bundled/{js/material-components-web@7.0.0 → material-components-web@7.0.0}/dist/material-components-web.min.js +0 -0
- /package/dist/bundled/{js/react-grid-layout@1.3.4 → react-grid-layout@1.3.4}/dist/react-grid-layout.min.js +0 -0
- /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,919 @@
|
|
|
1
|
+
/* Variables */
|
|
2
|
+
:host {
|
|
3
|
+
--track-width: 4;
|
|
4
|
+
--thumb-size: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 0.5 - var(--design-unit));
|
|
5
|
+
--handle-width: calc(var(--thumb-size) * 1px);
|
|
6
|
+
--handle-height: calc(var(--thumb-size) * 1px);
|
|
7
|
+
--slider-size: calc(var(--track-width) * 1px);
|
|
8
|
+
--bar-height: 16px;
|
|
9
|
+
--control-corner-radius: calc(var(--corner-radius) * 1.5);
|
|
10
|
+
--border-radius: calc(var(--corner-radius) * 1px);
|
|
11
|
+
--base-font: var(--body-font);
|
|
12
|
+
--font-size: var(--type-ramp-base-font-size);
|
|
13
|
+
--switch-size: 12px;
|
|
14
|
+
--container-background: var(--panel-surface-color);
|
|
15
|
+
color: var(--neutral-foreground-rest);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/* Track */
|
|
19
|
+
|
|
20
|
+
::-webkit-scrollbar-track {
|
|
21
|
+
background: #f1f1f1;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* Separator */
|
|
25
|
+
|
|
26
|
+
hr {
|
|
27
|
+
color: var(--neutral-divider-rest);
|
|
28
|
+
border-color: var(--neutral-divider-rest);
|
|
29
|
+
background: var(--neutral-divider-rest);
|
|
30
|
+
border-style: solid;
|
|
31
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/* Loading */
|
|
35
|
+
|
|
36
|
+
.pn-loading:before {
|
|
37
|
+
position: absolute;
|
|
38
|
+
height: 100%;
|
|
39
|
+
width: 100%;
|
|
40
|
+
content: '';
|
|
41
|
+
z-index: 1000;
|
|
42
|
+
background-color: rgb(255,255,255,0.50);
|
|
43
|
+
border-color: lightgray;
|
|
44
|
+
background-image: url('https://raw.githubusercontent.com/MarcSkovMadsen/awesome-panel-assets/e6cb56375bb1c436975e09739a231fb31e628a63/spinners/default.svg');
|
|
45
|
+
background-repeat: no-repeat;
|
|
46
|
+
background-position: center;
|
|
47
|
+
background-size: auto 50%;
|
|
48
|
+
border-width: 1px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.pn-loading:hover:before {
|
|
52
|
+
cursor: progress;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Bokeh */
|
|
56
|
+
|
|
57
|
+
canvas, img {
|
|
58
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* Toolbar */
|
|
62
|
+
|
|
63
|
+
.bk-toolbar.bk-above .bk-toolbar-button.bk-active {
|
|
64
|
+
border-bottom-color: var(--accent-foreground-active);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.bk-toolbar.bk-below .bk-toolbar-button.bk-active {
|
|
68
|
+
border-top-color: var(--accent-foreground-active);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.bk-toolbar.bk-right .bk-toolbar-button.bk-active {
|
|
72
|
+
border-left-color: var(--accent-foreground-active);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.bk-toolbar.bk-left .bk-toolbar-button.bk-active {
|
|
76
|
+
border-right-color: var(--accent-foreground-active);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
/* Tooltips */
|
|
80
|
+
|
|
81
|
+
.bk-tooltip {
|
|
82
|
+
font-weight: 300;
|
|
83
|
+
font-size: calc(var(--type-ramp-minus-1-font-size) * 1px);
|
|
84
|
+
position: absolute;
|
|
85
|
+
padding: 5px;
|
|
86
|
+
border: none;
|
|
87
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
88
|
+
color: var(--neutral-foreground-rest);
|
|
89
|
+
background-color: var(--container-background);
|
|
90
|
+
pointer-events: none;
|
|
91
|
+
opacity: 0.95;
|
|
92
|
+
z-index: 100;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.bk-tooltip > div:not(:first-child) {
|
|
96
|
+
/* gives space when multiple elements are being hovered over */
|
|
97
|
+
margin-top: 5px;
|
|
98
|
+
border-top: #e5e5e5 1px dashed;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.bk-tooltip-row-label {
|
|
102
|
+
text-align: right;
|
|
103
|
+
color: var(--accent-foreground-rest);
|
|
104
|
+
/* blue from toolbar highlighting */
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/* Context menu */
|
|
108
|
+
|
|
109
|
+
.bk-context-menu {
|
|
110
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
111
|
+
}
|
|
112
|
+
.bk-context-menu > :not(.bk-divider).bk-active {
|
|
113
|
+
border-color: var(--accent-foreground-active);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* Widget box */
|
|
117
|
+
|
|
118
|
+
.panel-widget-box {
|
|
119
|
+
min-height: 20px;
|
|
120
|
+
background-color: var(--neutral-fill-card-rest);
|
|
121
|
+
border: none;
|
|
122
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
123
|
+
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
|
124
|
+
box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
|
|
125
|
+
overflow-x: hidden;
|
|
126
|
+
overflow-y: hidden;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/* Card */
|
|
130
|
+
|
|
131
|
+
:host(.accordion), :host(.card) {
|
|
132
|
+
background-color: var(--neutral-fill-layer-rest);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.card-header, .accordion-header {
|
|
136
|
+
background-color: var(--neutral-fill-rest);
|
|
137
|
+
border: unset;
|
|
138
|
+
box-shadow: unset;
|
|
139
|
+
color: var(--neutral-foreground-rest);
|
|
140
|
+
height: unset;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.card-margin {
|
|
144
|
+
margin: 1em;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.card-header > .card-header-row {
|
|
148
|
+
margin-left: 15px;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.card-button {
|
|
152
|
+
display: block;
|
|
153
|
+
margin-left: 0.5em;
|
|
154
|
+
padding-right: 1em;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
:host(.card-title) h1, :host(.card-title) h2, :host(.card-title) h3,
|
|
158
|
+
:host(.card-title) h4, :host(.card-title) h5, :host(.card-title) h6 {
|
|
159
|
+
margin-block-end: 0.2em;
|
|
160
|
+
margin-block-start: 0.2em;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/* Tabs */
|
|
164
|
+
|
|
165
|
+
.bk-header .bk-tab {
|
|
166
|
+
border: 1px solid transparent;
|
|
167
|
+
border-radius: unset;
|
|
168
|
+
height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.bk-header .bk-tab:hover {
|
|
172
|
+
color: var(--neutral-foreground-hover);
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.bk-header .bk-tab.bk-active {
|
|
176
|
+
color: var(--accent-foreground-rest);
|
|
177
|
+
background-color: var(--neutral-fill-rest);
|
|
178
|
+
border-color: var(--accent-foreground-rest);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.bk-header .bk-tab.bk-active:hover {
|
|
182
|
+
color: var(--accent-foreground-hover);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.bk-header {
|
|
186
|
+
--pn-tab-padding-x: 1rem;
|
|
187
|
+
--pn-tab-padding-y: 0.5rem;
|
|
188
|
+
--pn-tabs-border-width: 1px;
|
|
189
|
+
--pn-tabs-border-width: 1px;
|
|
190
|
+
--pn-tab-color: var(--neutral-fill-rest);
|
|
191
|
+
--pn-tab-active-color: var(--accent-foreground-rest);
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
:host(.bk-above) .bk-header {
|
|
195
|
+
border-bottom: var(--pn-tabs-border-width) solid var(--pn-tab-color);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
:host(.bk-left) .bk-header {
|
|
199
|
+
border-right: var(--pn-tabs-border-width) solid var(--pn-tab-color);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
:host(.bk-right) .bk-header {
|
|
203
|
+
border-left: var(--pn-tabs-border-width) solid var(--pn-tab-color);
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
:host(.bk-below) .bk-header {
|
|
207
|
+
border-top: var(--pn-tabs-border-width) solid var(--pn-tab-color);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
:host(.bk-above) .bk-header .bk-tab,
|
|
211
|
+
:host(.bk-left) .bk-header .bk-tab,
|
|
212
|
+
:host(.bk-right) .bk-header .bk-tab,
|
|
213
|
+
:host(.bk-below) .bk-header .bk-tab {
|
|
214
|
+
background: transparent;
|
|
215
|
+
border: none;
|
|
216
|
+
padding: var(--pn-tab-padding-y) var(--pn-tab-padding-x);
|
|
217
|
+
border-style: solid;
|
|
218
|
+
border-width: 0;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
:host(.bk-above) .bk-header .bk-tab {
|
|
222
|
+
margin-bottom: calc(-1 * var(--pn-tabs-border-width));
|
|
223
|
+
border-bottom-width: 2px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
:host(.bk-left) .bk-header .bk-tab {
|
|
227
|
+
margin-right: calc(-1 * var(--pn-tabs-border-width));
|
|
228
|
+
border-right-width: 2px;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
:host(.bk-right) .bk-header .bk-tab {
|
|
232
|
+
margin-left: calc(-1 * var(--pn-tabs-border-width));
|
|
233
|
+
border-left-width: 2px;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
:host(.bk-below) .bk-header .bk-tab {
|
|
237
|
+
margin-top: calc(-1 * var(--pn-tabs-border-width));
|
|
238
|
+
border-top-width: 2px;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/* DataFrame */
|
|
242
|
+
|
|
243
|
+
table.panel-df {
|
|
244
|
+
color: var(--neutral-foreground-rest);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.panel-df tbody tr:nth-child(odd) {
|
|
248
|
+
background: var(--neutral-fill-active);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.panel-df thead {
|
|
252
|
+
border-bottom: 1px solid var(--neutral-divider-rest);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.panel-df tr:hover {
|
|
256
|
+
background: var(--accent-fill-hover) !important;
|
|
257
|
+
color: var(--accent-foreground-cut-rest);
|
|
258
|
+
cursor: pointer;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
/* Slider Widgets */
|
|
262
|
+
|
|
263
|
+
.noUi-target {
|
|
264
|
+
background: var(--neutral-stroke-rest);
|
|
265
|
+
border-color: var(--neutral-stroke-rest);
|
|
266
|
+
box-shadow: unset;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.noUi-base {
|
|
270
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.noUi-handle {
|
|
274
|
+
background: var(--neutral-foreground-rest);
|
|
275
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
276
|
+
box-shadow: unset;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/* Input widgets */
|
|
280
|
+
|
|
281
|
+
.bk-input {
|
|
282
|
+
background-color: var(--background-color);
|
|
283
|
+
border: 1px solid var(--accent-fill-rest);
|
|
284
|
+
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
285
|
+
color: var(--neutral-foreground-rest);
|
|
286
|
+
font-size: var(--type-ramp-base-font-size);
|
|
287
|
+
height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
|
|
288
|
+
line-height: var(--type-ramp-base-line-height);
|
|
289
|
+
padding: 0 calc(var(--design-unit) * 2px + 1px);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.bk-input:focus {
|
|
293
|
+
border: 1px solid var(--neutral-stroke-active);
|
|
294
|
+
box-shadow: 0 0 0 1px var(--neutral-stroke-active) inset;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.bk-input[disabled], .bk-input[disabled]:hover {
|
|
298
|
+
cursor: not-allowed;
|
|
299
|
+
background-color: transparent;
|
|
300
|
+
border-color: var(--accent-fill-rest);
|
|
301
|
+
opacity: var(--disabled-opacity)
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
/* TextArea widget */
|
|
305
|
+
|
|
306
|
+
textarea.bk-input {
|
|
307
|
+
padding: calc(var(--design-unit) * 2px + 1px);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
/* Select widget */
|
|
311
|
+
|
|
312
|
+
.bk-input:focus option:checked, .bk-input:focus option:checked, .bk-input option:active {
|
|
313
|
+
background: var(--accent-fill-hover) -webkit-linear-gradient(bottom, var(--accent-fill-hover) 0%, var(--accent-fill-hover) 100%);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.bk-input option:hover, .bk-input:focus option:hover {
|
|
317
|
+
background: var(--accent-fill-hover) -webkit-linear-gradient(bottom, var(--accent-fill-hover) 0%, var(--accent-fill-hover) 100%);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
/* Choices widget */
|
|
321
|
+
|
|
322
|
+
.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
|
|
323
|
+
background: unset;
|
|
324
|
+
opacity: var(--disabled-opacity);
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.choices[data-type*='select-one'] .choices__input {
|
|
328
|
+
display: block;
|
|
329
|
+
width: 100%;
|
|
330
|
+
padding: 10px;
|
|
331
|
+
border-bottom: 1px solid var(--accent-fill-rest);
|
|
332
|
+
background-color: transparent;
|
|
333
|
+
margin: 0;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.choices__inner {
|
|
337
|
+
display: inline-block;
|
|
338
|
+
vertical-align: top;
|
|
339
|
+
width: 100%;
|
|
340
|
+
background-color: transparent;
|
|
341
|
+
padding: 7.5px 7.5px 3.75px;
|
|
342
|
+
border: 1px solid var(--accent-fill-rest);
|
|
343
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
344
|
+
font-size: 14px;
|
|
345
|
+
min-height: 44px;
|
|
346
|
+
overflow: hidden;
|
|
347
|
+
min-height: unset;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.is-focused .choices__inner,
|
|
351
|
+
.is-open .choices__inner {
|
|
352
|
+
border-color: var(--accent-fill-active);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.choices__list--dropdown, .choices__list[aria-expanded] {
|
|
356
|
+
background-color: var(--neutral-fill-rest);
|
|
357
|
+
border: 1px solid var(--accent-fill-rest);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.choices__list--dropdown {
|
|
361
|
+
border: 1px solid var(--accent-fill-rest);
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
|
|
365
|
+
border-color: var(--accent-fill-rest);
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
|
|
370
|
+
background-color: var(--accent-fill-rest);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.choices__inner .choices__item.solid {
|
|
374
|
+
background-color: var(--accent-fill-rest);
|
|
375
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.choices__inner .choices__item.solid .is-highlighted {
|
|
379
|
+
background-color: var(--accent-fill-active);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.choices[data-type*=select-multiple] .choices__button.solid {
|
|
383
|
+
border-left: 1px solid var(--accent-fill-rest);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.choices[data-type*=select-multiple] .choices__button.solid:hover {
|
|
387
|
+
background: var(--accent-fill-hover);
|
|
388
|
+
border-left: 1px solid var(--accent-fill-hover);
|
|
389
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/* FileInput */
|
|
393
|
+
|
|
394
|
+
input[type=file] {
|
|
395
|
+
background: transparent;
|
|
396
|
+
width: 100%;
|
|
397
|
+
height: 50px;
|
|
398
|
+
border: 3px dashed var(--neutral-stroke-rest);
|
|
399
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
400
|
+
text-align: center;
|
|
401
|
+
margin: auto;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
input[type=file][disabled]:hover {
|
|
405
|
+
cursor: not-allowed;
|
|
406
|
+
border-color: var(--neutral-stroke-rest);
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
input[type=file]:hover {
|
|
410
|
+
border-color: var(--neutral-stroke-hover);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
input[type=file]:active {
|
|
414
|
+
border: 3px dashed var(--neutral-stroke-active);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/* Buttons */
|
|
418
|
+
|
|
419
|
+
.bk-btn {
|
|
420
|
+
border: unset;
|
|
421
|
+
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
422
|
+
line-height: var(--type-ramp-base-line-height);
|
|
423
|
+
height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
|
|
424
|
+
min-width: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
|
|
425
|
+
padding: 0 calc((10 + (var(--design-unit) * 2 * var(--density))) * 1px);
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.bk-btn.bk-btn-default {
|
|
429
|
+
background-color: var(--neutral-fill-rest);
|
|
430
|
+
color: var(--neutral-foreground-rest);
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.bk-btn.bk-btn-default:hover {
|
|
434
|
+
background-color: var(--neutral-fill-hover);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.bk-btn.bk-btn-default.bk-active {
|
|
438
|
+
background-color: var(--neutral-fill-active);
|
|
439
|
+
border: 1px solid var(--accent-fill-active);
|
|
440
|
+
box-shadow: inset 0px 3px 5px rgb(0 0 0 / 25%);
|
|
441
|
+
filter: brightness(0.9);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.bk-btn[disabled],
|
|
445
|
+
.bk-btn[disabled]:hover,
|
|
446
|
+
.bk-btn[disabled]:focus,
|
|
447
|
+
.bk-btn[disabled]:active,
|
|
448
|
+
.bk-btn[disabled].bk-active {
|
|
449
|
+
cursor: not-allowed;
|
|
450
|
+
pointer-events: none !important;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.bk-menu {
|
|
454
|
+
background-color: var(--neutral-fill-rest);
|
|
455
|
+
color: var(--neutral-foreground-rest);
|
|
456
|
+
border: unset;
|
|
457
|
+
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.bk-menu > .bk-divider {
|
|
461
|
+
background-color: var(--neutral-focus);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.bk-menu > :not(.bk-divider):hover,
|
|
465
|
+
.bk-menu > :not(.bk-divider).bk-active {
|
|
466
|
+
background-color: var(--accent-fill-hover);
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/* Checkbox/Radio */
|
|
470
|
+
|
|
471
|
+
.bk-input-group input[type="checkbox"], .bk-input-group input[type="radio"] {
|
|
472
|
+
width: 15px;
|
|
473
|
+
height: 15px;
|
|
474
|
+
-webkit-appearance: none;
|
|
475
|
+
-moz-appearance: none;
|
|
476
|
+
-o-appearance: none;
|
|
477
|
+
appearance: none;
|
|
478
|
+
border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);
|
|
479
|
+
outline: none;
|
|
480
|
+
background-color: var(--neutral-fill-input-rest);
|
|
481
|
+
cursor: pointer;
|
|
482
|
+
margin-right: 0.25em;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
.bk-input-group input[type="checkbox"] {
|
|
486
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.bk-input-group input[type="checkbox"]:hover, .bk-input-group input[type="radio"]:hover {
|
|
490
|
+
background: var(--neutral-fill-input-hover);
|
|
491
|
+
border-color: var(--neutral-stroke-hover);
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.bk-input-group input[type="checkbox"]:active, .bk-input-group input[type="radio"]:active {
|
|
495
|
+
background: var(--accent-fill-active);
|
|
496
|
+
border: calc(var(--outline-width) * 1px) solid var(--accent-fill-active);
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.bk-input-group input[type="checkbox"]:checked:hover {
|
|
500
|
+
background: var(--accent-fill-hover);
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.bk-input-group input[type="radio"]:checked:hover {
|
|
504
|
+
border-color: var(--accent-fill-hover);
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.bk-input-group input[type="checkbox"]:checked {
|
|
508
|
+
background: var(--accent-fill-active);
|
|
509
|
+
border: calc(var(--outline-width) * 1px) solid var(--accent-fill-active);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
.bk-input-group input[type="radio"]:checked {
|
|
513
|
+
background: var(--accent-foreground-cut-rest);
|
|
514
|
+
border: calc(var(--outline-width) * 4px) solid var(--accent-fill-rest);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
.bk-input-group input[type="checkbox"]:checked::before {
|
|
518
|
+
content: '\2713';
|
|
519
|
+
display: block;
|
|
520
|
+
text-align: center;
|
|
521
|
+
color: var(--neutral-foreground-rest);
|
|
522
|
+
position: relative;
|
|
523
|
+
left: 0.0rem;
|
|
524
|
+
bottom: 0.25rem;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.bk-input-group input[type="checkbox"]:disabled,
|
|
528
|
+
.bk-input-group input[type="checkbox"]:disabled:hover {
|
|
529
|
+
cursor: not-allowed;
|
|
530
|
+
pointer-events: none !important;
|
|
531
|
+
opacity: var(--disabled-opacity)
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.bk-input-group input[type="checkbox"]:disabled {
|
|
535
|
+
border-color: var(--neutral-outline-rest);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.bk-input-group input[type="radio"]:disabled:checked,
|
|
539
|
+
.bk-input-group input[type="radio"]:disabled:checked:hover {
|
|
540
|
+
background: var(--accent-foreground-cut-rest);
|
|
541
|
+
border: calc(var(--outline-width) * 4px) solid var(--accent-fill-rest);
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
.bk-input-group input[type="radio"]:disabled,
|
|
545
|
+
.bk-input-group input[type="radio"]:disabled:hover {
|
|
546
|
+
cursor: not-allowed;
|
|
547
|
+
pointer-events: none !important;
|
|
548
|
+
opacity: var(--disabled-opacity);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
/* Switch */
|
|
552
|
+
|
|
553
|
+
:host(.bk-Switch) .body {
|
|
554
|
+
height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 + var(--design-unit)) * 1px);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.body > .knob {
|
|
558
|
+
background-color: var(--neutral-foreground-rest);
|
|
559
|
+
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
560
|
+
top: 6px;
|
|
561
|
+
bottom: 6px;
|
|
562
|
+
left: 5px;
|
|
563
|
+
transition: all 0.2s ease-in-out 0s;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.body > .bar {
|
|
567
|
+
background: var(--neutral-fill-input-rest);
|
|
568
|
+
border: 1px solid var(--neutral-stroke-rest);
|
|
569
|
+
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
570
|
+
height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 + var(--design-unit)) * 1px);
|
|
571
|
+
top: 0;
|
|
572
|
+
width: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.body > .bar:hover {
|
|
576
|
+
border-color: var(--neutral-stroke-hover);
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
:host(.active) .bar {
|
|
580
|
+
background: var(--accent-fill-rest);
|
|
581
|
+
border-color: var(--accent-fill-rest);
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
:host(.active) .knob {
|
|
585
|
+
background-color: var(--accent-foreground-cut-rest);
|
|
586
|
+
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
587
|
+
left: calc(100% - var(--switch-size)/2 - 2px);
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
/* TextEditor */
|
|
591
|
+
|
|
592
|
+
.ql-container.ql-snow {
|
|
593
|
+
border: 1px solid #ccc;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
/* Progress Indicator */
|
|
597
|
+
|
|
598
|
+
progress {
|
|
599
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
600
|
+
height: 5px;
|
|
601
|
+
margin: 0 0 0.5em;
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
progress[value]::-moz-progress-bar {
|
|
605
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
progress:not([value])::-moz-progress-bar {
|
|
609
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
progress[value]::-webkit-progress-value {
|
|
613
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
progress[value]::-webkit-progress-bar {
|
|
617
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
progress:not([value])::-webkit-progress-bar {
|
|
621
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
progress:not([value])::before {
|
|
625
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
626
|
+
height: 5px;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
/* Panes */
|
|
630
|
+
|
|
631
|
+
video {
|
|
632
|
+
max-height: 100% !important;
|
|
633
|
+
max-width: 100% !important;
|
|
634
|
+
min-width: auto !important;
|
|
635
|
+
min-height: auto !important;
|
|
636
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
canvas {
|
|
640
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
iframe {
|
|
644
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
/* Markdown */
|
|
648
|
+
|
|
649
|
+
.markdown {
|
|
650
|
+
padding: 0.5em;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.markdown a img {
|
|
654
|
+
text-decoration: none
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.markdown img {
|
|
658
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
659
|
+
max-width: 100%;
|
|
660
|
+
margin: 1em;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.codehilite {
|
|
664
|
+
background: var(--neutral-fill-active);
|
|
665
|
+
padding-top: 1px;
|
|
666
|
+
padding-bottom: 1px;
|
|
667
|
+
padding-left: 1em;
|
|
668
|
+
padding-right: 1em;
|
|
669
|
+
border-radius: calc(var(--corner-radius) * 1px);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
/* Alert */
|
|
673
|
+
|
|
674
|
+
.alert {
|
|
675
|
+
padding-left: 1em;
|
|
676
|
+
padding-right: 1em;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
/* DataFrame */
|
|
680
|
+
|
|
681
|
+
table.panel-df {
|
|
682
|
+
color: var(--neutral-foreground-rest);
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.panel-df tbody tr:nth-child(odd) {
|
|
686
|
+
background: var(--neutral-fill-active);
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
.panel-df thead {
|
|
690
|
+
border-bottom: 1px solid var(--neutral-divider-rest);
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.panel-df tr:hover {
|
|
694
|
+
background: var(--accent-fill-hover) !important;
|
|
695
|
+
color: var(--accent-foreground-cut-rest);
|
|
696
|
+
cursor: pointer;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
/* Tabulator */
|
|
700
|
+
|
|
701
|
+
.pnx-tabulator.tabulator {
|
|
702
|
+
max-width: 100%;
|
|
703
|
+
overflow-x:
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
/* SlickGrid */
|
|
707
|
+
|
|
708
|
+
/* fast_bokeh_slickgrid.css */
|
|
709
|
+
.slick-header-column.ui-state-default {
|
|
710
|
+
border-right: 1px solid var(--neutral-focus);
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.slick-sort-indicator-numbered {
|
|
714
|
+
color: #6190CD;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.slick-sortable-placeholder {
|
|
718
|
+
background: var(--neutral-focus);
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
.slick-cell,
|
|
722
|
+
.slick-headerrow-column,
|
|
723
|
+
.slick-footerrow-column {
|
|
724
|
+
border: 1px solid transparent;
|
|
725
|
+
border-right: 1px dotted var(--neutral-focus);
|
|
726
|
+
border-bottom-color: var(--neutral-focus);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
.slick-cell,
|
|
730
|
+
.slick-headerrow-column {
|
|
731
|
+
border-bottom: none;
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
.slick-footerrow-column {
|
|
735
|
+
border-top-color: var(--neutral-focus);
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
.slick-cell.highlighted {
|
|
739
|
+
background: lightskyblue;
|
|
740
|
+
background: rgba(0, 0, 255, 0.2);
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.slick-cell.flashing {
|
|
744
|
+
border: 1px solid red !important;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.slick-cell.editable {
|
|
748
|
+
background: white;
|
|
749
|
+
border-color: black;
|
|
750
|
+
border-style: solid;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.slick-cell.bk-cell-index {
|
|
754
|
+
background: transparent;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
.slick-reorder-proxy {
|
|
758
|
+
background: blue;
|
|
759
|
+
opacity: 0.15;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
.slick-reorder-guide {
|
|
763
|
+
background: blue;
|
|
764
|
+
opacity: 0.7;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.slick-selection {
|
|
768
|
+
border: 2px dashed black;
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.slick-header-columns {
|
|
772
|
+
border-bottom: 1px solid var(--accent-fill-rest);
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.slick-header-column {
|
|
776
|
+
border-right: 1px solid var(--neutral-focus);
|
|
777
|
+
background: transparent;
|
|
778
|
+
font-weight: 500px;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.slick-header-column:hover {
|
|
782
|
+
filter: brightness(0.98);
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.slick-header-column-active {
|
|
786
|
+
filter: brightness(0.95);
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
.slick-headerrow {
|
|
790
|
+
background: #fafafa;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.slick-headerrow-column {
|
|
794
|
+
background: #fafafa;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.slick-row.ui-state-active {
|
|
798
|
+
background: #F5F7D7;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.slick-row {
|
|
802
|
+
background: transparent;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
.slick-row.selected {
|
|
806
|
+
background: var(--accent-fill-active);
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
.slick-row:hover, .slick-row.odd:hover {
|
|
810
|
+
background-color: var(--accent-fill-hover);
|
|
811
|
+
color: var(--accent-foreground-cut-rest);
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
.slick-group {
|
|
815
|
+
border-bottom: 2px solid var(--neutral-focus);
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
.slick-group-totals {
|
|
819
|
+
color: gray;
|
|
820
|
+
background: white;
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.slick-cell.selected {
|
|
824
|
+
background-color: var(--accent-fill-rest);
|
|
825
|
+
color: var(--accent-foreground-cut-rest);
|
|
826
|
+
}
|
|
827
|
+
|
|
828
|
+
.slick-cell.active {
|
|
829
|
+
background-color: var(--accent-fill-active);
|
|
830
|
+
border: none;
|
|
831
|
+
border-bottom: 1px solid var(--accent-fill-active);
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.slick-sortable-placeholder {
|
|
835
|
+
background: var(--neutral-focus) !important;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.slick-row.odd {
|
|
839
|
+
background: var(--neutral-fill-active);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.slick-row.ui-state-active {
|
|
843
|
+
background: #F5F7D7;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
.slick-row.loading {
|
|
847
|
+
opacity: 0.5;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.slick-cell.invalid {
|
|
851
|
+
border-color: red;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
@-moz-keyframes slickgrid-invalid-hilite {
|
|
855
|
+
from {
|
|
856
|
+
box-shadow: 0 0 6px red;
|
|
857
|
+
}
|
|
858
|
+
to {
|
|
859
|
+
box-shadow: none;
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
@-webkit-keyframes slickgrid-invalid-hilite {
|
|
864
|
+
from {
|
|
865
|
+
box-shadow: 0 0 6px red;
|
|
866
|
+
}
|
|
867
|
+
to {
|
|
868
|
+
box-shadow: none;
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.slick-header-menuitem-disabled {
|
|
873
|
+
color: var(--neutral-focus);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.slick-columnpicker {
|
|
877
|
+
background: #f0f0f0;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.slick-columnpicker li {
|
|
881
|
+
background: none;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.slick-columnpicker li a:hover {
|
|
885
|
+
background: white;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.slick-pager .ui-icon-container {
|
|
889
|
+
border-color: gray;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
.bk-cell-special-defaults {
|
|
893
|
+
border-right-color: var(--neutral-focus);
|
|
894
|
+
border-right-style: solid;
|
|
895
|
+
background: #f5f5f5;
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
.bk-cell-select {
|
|
899
|
+
border-right-color: var(--neutral-focus);
|
|
900
|
+
border-right-style: solid;
|
|
901
|
+
background: #f5f5f5;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.bk-cell-index {
|
|
905
|
+
border-right-color: var(--neutral-focus);
|
|
906
|
+
border-right-style: solid;
|
|
907
|
+
background: #f5f5f5;
|
|
908
|
+
color: gray;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
/* Quill editor */
|
|
912
|
+
|
|
913
|
+
.ql-editor {
|
|
914
|
+
color: var(--neutral-foreground-rest);
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.ql-editor.ql-blank::before {
|
|
918
|
+
color: var(--neutral-foreground-rest);
|
|
919
|
+
}
|