@devtable/dashboard 10.44.1 → 10.44.3
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/api-caller/index.d.ts +4 -4
- package/dist/api-caller/request.d.ts +4 -4
- package/dist/api-caller/types.d.ts +5 -5
- package/dist/api-caller/utils.d.ts +1 -0
- package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
- package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
- package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
- package/dist/components/filter/filter-date-range/render.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
- package/dist/components/filter/filter-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-select/render.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
- package/dist/components/filter/filter-settings/index.d.ts +7 -0
- package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
- package/dist/components/filter/filter-settings/types.d.ts +4 -0
- package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
- package/dist/components/filter/filter-text-input/render.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
- package/dist/components/filter/filter.d.ts +1 -1
- package/dist/components/filter/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/index.d.ts +1 -1
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
- package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
- package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
- package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
- package/dist/components/panel/plugin-adaptor.d.ts +1 -1
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/settings/common/css-types.d.ts +2 -2
- package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
- package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
- package/dist/components/plugins/color-manager/impl.d.ts +2 -2
- package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
- package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
- package/dist/components/plugins/colors/index.d.ts +1 -1
- package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
- package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
- package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
- package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
- package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
- package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
- package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
- package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
- package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/message-channels.d.ts +1 -1
- package/dist/components/plugins/plugin-context.d.ts +764 -763
- package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
- package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
- package/dist/components/plugins/plugin-manager.d.ts +1 -1
- package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
- package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/test-utils.d.ts +9 -0
- package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
- package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/components/plugins/viz-manager/components.d.ts +4 -4
- package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
- package/dist/components/plugins/viz-manager/types.d.ts +3 -3
- package/dist/components/view/layout/main-layout.d.ts +1 -1
- package/dist/components/view/layout/read-only-layout.d.ts +1 -1
- package/dist/components/view/view-component/preview/division.d.ts +1 -1
- package/dist/components/view/view-component/preview/index.d.ts +1 -1
- package/dist/components/view/view-component/preview/modal.d.ts +1 -1
- package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
- package/dist/components/view/view-component/render/division.d.ts +1 -1
- package/dist/components/view/view-component/render/index.d.ts +1 -1
- package/dist/components/view/view-component/render/modal.d.ts +1 -1
- package/dist/components/view/view-component/render/tabs.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
- package/dist/components/view/view-editor.d.ts +1 -1
- package/dist/components/view/view-render.d.ts +1 -1
- package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
- package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
- package/dist/contexts/panel-context.d.ts +1536 -1535
- package/dist/dashboard-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
- package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
- package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
- package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
- package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
- package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
- package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
- package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
- package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
- package/dist/dashboard-editor/model/views/index.d.ts +732 -732
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
- package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
- package/dist/dashboard-render/index.d.ts +1 -1
- package/dist/dashboard.es.js +14351 -15581
- package/dist/dashboard.umd.js +130 -130
- package/dist/init-dayjs.d.ts +1 -0
- package/dist/interactions/attachment-instance-manager.d.ts +1 -1
- package/dist/interactions/components/interaction-settings.d.ts +2 -2
- package/dist/interactions/components/operation-select.d.ts +1 -1
- package/dist/interactions/components/trigger-config-model.d.ts +3 -3
- package/dist/interactions/components/trigger-select.d.ts +1 -1
- package/dist/interactions/components/variable-list.d.ts +1 -1
- package/dist/interactions/hooks/use-current-interaction-manager.d.ts +2 -2
- package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -1
- package/dist/interactions/interaction-manager.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/position.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/types.d.ts +4 -4
- package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -2
- package/dist/interactions/operation/operation-manager-impl.d.ts +1 -1
- package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -1
- package/dist/interactions/operation/operations/console-log.d.ts +1 -1
- package/dist/interactions/operation/operations/index.d.ts +1 -1
- package/dist/interactions/operation/operations/open-link.d.ts +1 -1
- package/dist/interactions/operation/operations/open-view.d.ts +1 -1
- package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -1
- package/dist/interactions/temp-hack.d.ts +1 -1
- package/dist/interactions/test/helpers.d.ts +4 -0
- package/dist/interactions/trigger/trigger-manager-impl.d.ts +2 -2
- package/dist/model/meta-model/context/context.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +19 -19
- package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +4 -4
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +133 -132
- package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +76 -76
- package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/types.d.ts +5 -5
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +13 -13
- package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +8 -8
- package/dist/model/meta-model/datasources/datasource.d.ts +3 -3
- package/dist/model/meta-model/datasources/datasources.d.ts +6 -6
- package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +88 -88
- package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +342 -341
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2661 -2660
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +4 -4
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +24 -24
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +6 -6
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +3 -3
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/views/view.d.ts +14 -14
- package/dist/model/render-model/dashboard/content/views/views.d.ts +804 -804
- package/dist/shared/api-client/default-api-client.d.ts +1 -1
- package/dist/shared/api-client/types.d.ts +3 -3
- package/dist/stats.html +1 -1
- package/dist/types/dashboard.d.ts +4 -4
- package/dist/types/filter.d.ts +1 -1
- package/dist/types/plugin/index.d.ts +4 -4
- package/dist/types/utils.d.ts +2 -2
- package/dist/utils/aggregation.d.ts +2 -2
- package/dist/utils/color-feed.d.ts +1 -1
- package/dist/utils/dashboard-state.d.ts +1 -1
- package/dist/utils/diff-json.d.ts +2 -0
- package/dist/utils/error-boundary.d.ts +3 -3
- package/dist/utils/http-query.d.ts +2 -2
- package/dist/utils/sql.d.ts +1 -1
- package/dist/utils/template/types.d.ts +1 -1
- package/package.json +3 -3
- package/dist/global.d.ts +0 -8
- package/dist/vite-env.d.ts +0 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/// <reference types="react-grid-layout" />
|
|
1
2
|
import { VariableMetaInstance, VariableMetaSnapshotIn } from './variable';
|
|
2
3
|
export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
3
4
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -68,32 +69,32 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
68
69
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
69
70
|
weight: import("mobx-state-tree").ISimpleType<string>;
|
|
70
71
|
color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
71
|
-
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
72
|
-
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
73
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
74
72
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
75
73
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
76
74
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
77
75
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
78
76
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
79
|
-
}
|
|
77
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
80
78
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
81
79
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
82
|
-
}
|
|
80
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
83
81
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
84
82
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
85
83
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
86
84
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
87
85
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
88
|
-
}
|
|
86
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
89
87
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
90
88
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
91
|
-
}
|
|
89
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
92
90
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
93
91
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
94
92
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
95
93
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
96
94
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
95
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
96
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
97
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
97
98
|
}, {}>>;
|
|
98
99
|
formatter: import("mobx-state-tree").IModelType<{
|
|
99
100
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
@@ -103,9 +104,6 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
103
104
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
104
105
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
105
106
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
106
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
107
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
108
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
109
107
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
110
108
|
config: import("mobx-state-tree").IModelType<{
|
|
111
109
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -115,10 +113,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
115
113
|
config: import("mobx-state-tree").IModelType<{
|
|
116
114
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
117
115
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
118
|
-
}
|
|
116
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
119
117
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
120
118
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
121
|
-
}
|
|
119
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
122
120
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
123
121
|
config: import("mobx-state-tree").IModelType<{
|
|
124
122
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -128,10 +126,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
128
126
|
config: import("mobx-state-tree").IModelType<{
|
|
129
127
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
130
128
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
131
|
-
}
|
|
129
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
132
130
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
133
131
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
134
|
-
}
|
|
132
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
135
133
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
136
134
|
config: import("mobx-state-tree").IModelType<{
|
|
137
135
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -141,101 +139,104 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
141
139
|
config: import("mobx-state-tree").IModelType<{
|
|
142
140
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
143
141
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
142
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
143
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
144
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
144
145
|
}, {}>>;
|
|
145
146
|
}, {
|
|
146
147
|
readonly json: {
|
|
147
148
|
name: string;
|
|
148
149
|
size: string;
|
|
149
150
|
color: ({
|
|
150
|
-
type: "
|
|
151
|
-
|
|
151
|
+
type: "continuous";
|
|
152
|
+
valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
|
|
153
|
+
colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
152
154
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
153
|
-
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
154
|
-
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
155
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
156
155
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
157
156
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
158
157
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
159
158
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
160
159
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
161
|
-
}
|
|
160
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
162
161
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
163
162
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
164
|
-
}
|
|
163
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
165
164
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
166
165
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
167
166
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
168
167
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
169
168
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
170
|
-
}
|
|
169
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
171
170
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
172
171
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
173
|
-
}
|
|
172
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
174
173
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
175
174
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
176
175
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
177
176
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
178
177
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
179
|
-
}, {}
|
|
180
|
-
type: "continuous";
|
|
181
|
-
valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
|
|
182
|
-
colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
183
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
178
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
184
179
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
185
180
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
186
|
-
}
|
|
181
|
+
}, {}>>>) | ({
|
|
182
|
+
type: "piecewise";
|
|
183
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
187
184
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
188
185
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
189
186
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
190
187
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
191
188
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
192
|
-
}
|
|
189
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
193
190
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
194
191
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
195
|
-
}
|
|
192
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
196
193
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
197
194
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
198
195
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
199
196
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
200
197
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
201
|
-
}
|
|
198
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
202
199
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
203
200
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
204
|
-
}
|
|
201
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
205
202
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
206
203
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
207
204
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
208
205
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
209
206
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
210
|
-
}, {}
|
|
211
|
-
type: "piecewise";
|
|
212
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
207
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
213
208
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
214
209
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
215
|
-
}
|
|
210
|
+
}, {}>>>) | ({
|
|
211
|
+
type: "static";
|
|
212
|
+
staticColor: string;
|
|
213
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
216
214
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
217
215
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
218
216
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
219
217
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
220
218
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
221
|
-
}
|
|
219
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
222
220
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
223
221
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
224
|
-
}
|
|
222
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
225
223
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
226
224
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
227
225
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
228
226
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
229
227
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
230
|
-
}
|
|
228
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
231
229
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
232
230
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
233
|
-
}
|
|
231
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
234
232
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
235
233
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
236
234
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
237
235
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
238
236
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
237
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
238
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
239
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
239
240
|
}, {}>>>);
|
|
240
241
|
weight: string;
|
|
241
242
|
formatter: {
|
|
@@ -251,12 +252,13 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
251
252
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
252
253
|
data_field: string;
|
|
253
254
|
aggregation: ({
|
|
254
|
-
type: "
|
|
255
|
-
config:
|
|
255
|
+
type: "quantile";
|
|
256
|
+
config: {
|
|
257
|
+
p: number;
|
|
258
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
259
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
260
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
256
261
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
257
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
258
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
259
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
260
262
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
261
263
|
config: import("mobx-state-tree").IModelType<{
|
|
262
264
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -266,10 +268,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
266
268
|
config: import("mobx-state-tree").IModelType<{
|
|
267
269
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
268
270
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
269
|
-
}
|
|
271
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
270
272
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
271
273
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
272
|
-
}
|
|
274
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
273
275
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
274
276
|
config: import("mobx-state-tree").IModelType<{
|
|
275
277
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -279,10 +281,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
279
281
|
config: import("mobx-state-tree").IModelType<{
|
|
280
282
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
281
283
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
282
|
-
}
|
|
284
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
283
285
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
284
286
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
285
|
-
}
|
|
287
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
286
288
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
287
289
|
config: import("mobx-state-tree").IModelType<{
|
|
288
290
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -292,17 +294,17 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
292
294
|
config: import("mobx-state-tree").IModelType<{
|
|
293
295
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
294
296
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
297
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
298
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
299
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
295
300
|
}, {}>>>) | ({
|
|
296
|
-
type: "
|
|
301
|
+
type: "custom";
|
|
297
302
|
config: {
|
|
298
|
-
|
|
303
|
+
func: string;
|
|
299
304
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
300
|
-
|
|
305
|
+
func: import("mobx-state-tree").ISimpleType<string>;
|
|
301
306
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
302
307
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
303
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
304
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
305
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
306
308
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
307
309
|
config: import("mobx-state-tree").IModelType<{
|
|
308
310
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -312,10 +314,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
312
314
|
config: import("mobx-state-tree").IModelType<{
|
|
313
315
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
314
316
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
315
|
-
}
|
|
317
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
316
318
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
317
319
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
318
|
-
}
|
|
320
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
319
321
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
320
322
|
config: import("mobx-state-tree").IModelType<{
|
|
321
323
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -325,10 +327,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
325
327
|
config: import("mobx-state-tree").IModelType<{
|
|
326
328
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
327
329
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
328
|
-
}
|
|
330
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
329
331
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
330
332
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
331
|
-
}
|
|
333
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
332
334
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
333
335
|
config: import("mobx-state-tree").IModelType<{
|
|
334
336
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -338,17 +340,13 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
338
340
|
config: import("mobx-state-tree").IModelType<{
|
|
339
341
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
340
342
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
341
|
-
}, {}
|
|
342
|
-
type: "custom";
|
|
343
|
-
config: {
|
|
344
|
-
func: string;
|
|
345
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
346
|
-
func: import("mobx-state-tree").ISimpleType<string>;
|
|
347
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
348
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
343
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
349
344
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
350
345
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
351
|
-
}
|
|
346
|
+
}, {}>>>) | ({
|
|
347
|
+
type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
|
|
348
|
+
config: any;
|
|
349
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
352
350
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
353
351
|
config: import("mobx-state-tree").IModelType<{
|
|
354
352
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -358,10 +356,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
358
356
|
config: import("mobx-state-tree").IModelType<{
|
|
359
357
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
360
358
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
361
|
-
}
|
|
359
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
362
360
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
363
361
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
364
|
-
}
|
|
362
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
365
363
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
366
364
|
config: import("mobx-state-tree").IModelType<{
|
|
367
365
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -371,10 +369,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
371
369
|
config: import("mobx-state-tree").IModelType<{
|
|
372
370
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
373
371
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
374
|
-
}
|
|
372
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
375
373
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
376
374
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
377
|
-
}
|
|
375
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
378
376
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
379
377
|
config: import("mobx-state-tree").IModelType<{
|
|
380
378
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -384,6 +382,9 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
384
382
|
config: import("mobx-state-tree").IModelType<{
|
|
385
383
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
386
384
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
385
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
386
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
387
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
387
388
|
}, {}>>>);
|
|
388
389
|
};
|
|
389
390
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
@@ -430,95 +431,95 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
430
431
|
name: string;
|
|
431
432
|
size: string;
|
|
432
433
|
color: ({
|
|
433
|
-
type: "
|
|
434
|
-
|
|
434
|
+
type: "continuous";
|
|
435
|
+
valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
|
|
436
|
+
colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
435
437
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
436
|
-
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
437
|
-
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
438
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
439
438
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
440
439
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
441
440
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
442
441
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
443
442
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
444
|
-
}
|
|
443
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
445
444
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
446
445
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
447
|
-
}
|
|
446
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
448
447
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
449
448
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
450
449
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
451
450
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
452
451
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
453
|
-
}
|
|
452
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
454
453
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
455
454
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
456
|
-
}
|
|
455
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
457
456
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
458
457
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
459
458
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
460
459
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
461
460
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
462
|
-
}, {}
|
|
463
|
-
type: "continuous";
|
|
464
|
-
valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
|
|
465
|
-
colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
466
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
461
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
467
462
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
468
463
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
469
|
-
}
|
|
464
|
+
}, {}>>>) | ({
|
|
465
|
+
type: "piecewise";
|
|
466
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
470
467
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
471
468
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
472
469
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
473
470
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
474
471
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
475
|
-
}
|
|
472
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
476
473
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
477
474
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
478
|
-
}
|
|
475
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
479
476
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
480
477
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
481
478
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
482
479
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
483
480
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
484
|
-
}
|
|
481
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
485
482
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
486
483
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
487
|
-
}
|
|
484
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
488
485
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
489
486
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
490
487
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
491
488
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
492
489
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
493
|
-
}, {}
|
|
494
|
-
type: "piecewise";
|
|
495
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
490
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
496
491
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
497
492
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
498
|
-
}
|
|
493
|
+
}, {}>>>) | ({
|
|
494
|
+
type: "static";
|
|
495
|
+
staticColor: string;
|
|
496
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
499
497
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
500
498
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
501
499
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
502
500
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
503
501
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
504
|
-
}
|
|
502
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
505
503
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
506
504
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
507
|
-
}
|
|
505
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
508
506
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
509
507
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
510
508
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
511
509
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
512
510
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
513
|
-
}
|
|
511
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
514
512
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
515
513
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
516
|
-
}
|
|
514
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
517
515
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
518
516
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
519
517
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
520
518
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
521
519
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
520
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
521
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
522
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
522
523
|
}, {}>>>);
|
|
523
524
|
weight: string;
|
|
524
525
|
formatter: {
|
|
@@ -534,12 +535,13 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
534
535
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
535
536
|
data_field: string;
|
|
536
537
|
aggregation: ({
|
|
537
|
-
type: "
|
|
538
|
-
config:
|
|
538
|
+
type: "quantile";
|
|
539
|
+
config: {
|
|
540
|
+
p: number;
|
|
541
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
542
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
543
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
539
544
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
540
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
541
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
542
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
543
545
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
544
546
|
config: import("mobx-state-tree").IModelType<{
|
|
545
547
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -549,10 +551,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
549
551
|
config: import("mobx-state-tree").IModelType<{
|
|
550
552
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
551
553
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
552
|
-
}
|
|
554
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
553
555
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
554
556
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
555
|
-
}
|
|
557
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
556
558
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
557
559
|
config: import("mobx-state-tree").IModelType<{
|
|
558
560
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -562,10 +564,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
562
564
|
config: import("mobx-state-tree").IModelType<{
|
|
563
565
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
564
566
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
565
|
-
}
|
|
567
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
566
568
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
567
569
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
568
|
-
}
|
|
570
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
569
571
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
570
572
|
config: import("mobx-state-tree").IModelType<{
|
|
571
573
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -575,17 +577,17 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
575
577
|
config: import("mobx-state-tree").IModelType<{
|
|
576
578
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
577
579
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
580
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
581
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
582
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
578
583
|
}, {}>>>) | ({
|
|
579
|
-
type: "
|
|
584
|
+
type: "custom";
|
|
580
585
|
config: {
|
|
581
|
-
|
|
586
|
+
func: string;
|
|
582
587
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
583
|
-
|
|
588
|
+
func: import("mobx-state-tree").ISimpleType<string>;
|
|
584
589
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
585
590
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
586
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
587
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
588
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
589
591
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
590
592
|
config: import("mobx-state-tree").IModelType<{
|
|
591
593
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -595,10 +597,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
595
597
|
config: import("mobx-state-tree").IModelType<{
|
|
596
598
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
597
599
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
598
|
-
}
|
|
600
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
599
601
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
600
602
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
601
|
-
}
|
|
603
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
602
604
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
603
605
|
config: import("mobx-state-tree").IModelType<{
|
|
604
606
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -608,10 +610,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
608
610
|
config: import("mobx-state-tree").IModelType<{
|
|
609
611
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
610
612
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
611
|
-
}
|
|
613
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
612
614
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
613
615
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
614
|
-
}
|
|
616
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
615
617
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
616
618
|
config: import("mobx-state-tree").IModelType<{
|
|
617
619
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -621,17 +623,13 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
621
623
|
config: import("mobx-state-tree").IModelType<{
|
|
622
624
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
623
625
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
624
|
-
}, {}
|
|
625
|
-
type: "custom";
|
|
626
|
-
config: {
|
|
627
|
-
func: string;
|
|
628
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
629
|
-
func: import("mobx-state-tree").ISimpleType<string>;
|
|
630
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
631
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
626
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
632
627
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
633
628
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
634
|
-
}
|
|
629
|
+
}, {}>>>) | ({
|
|
630
|
+
type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
|
|
631
|
+
config: any;
|
|
632
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
635
633
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
636
634
|
config: import("mobx-state-tree").IModelType<{
|
|
637
635
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -641,10 +639,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
641
639
|
config: import("mobx-state-tree").IModelType<{
|
|
642
640
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
643
641
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
644
|
-
}
|
|
642
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
645
643
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
646
644
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
647
|
-
}
|
|
645
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
648
646
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
649
647
|
config: import("mobx-state-tree").IModelType<{
|
|
650
648
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -654,10 +652,10 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
654
652
|
config: import("mobx-state-tree").IModelType<{
|
|
655
653
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
656
654
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
657
|
-
}
|
|
655
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
658
656
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
659
657
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
660
|
-
}
|
|
658
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
661
659
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
662
660
|
config: import("mobx-state-tree").IModelType<{
|
|
663
661
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -667,6 +665,9 @@ export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
|
667
665
|
config: import("mobx-state-tree").IModelType<{
|
|
668
666
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
669
667
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
668
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
669
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
670
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
670
671
|
}, {}>>>);
|
|
671
672
|
}[];
|
|
672
673
|
description: string;
|