@devtable/dashboard 10.44.2 → 10.44.4
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 +11823 -11795
- package/dist/dashboard.umd.js +123 -123
- 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 +2 -2
- package/dist/global.d.ts +0 -8
- package/dist/vite-env.d.ts +0 -1
|
@@ -4,32 +4,32 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
4
4
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
weight: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
7
|
-
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
8
|
-
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
9
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
10
7
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
11
8
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
12
9
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
13
10
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
14
11
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
15
|
-
}
|
|
12
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
16
13
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
17
14
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
18
|
-
}
|
|
15
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
19
16
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
20
17
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
21
18
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
22
19
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
23
20
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
24
|
-
}
|
|
21
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
25
22
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
26
23
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
27
|
-
}
|
|
24
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
28
25
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
29
26
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
30
27
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
31
28
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
32
29
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
30
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
31
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
32
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
33
33
|
}, {}>>;
|
|
34
34
|
formatter: import("mobx-state-tree").IModelType<{
|
|
35
35
|
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
@@ -39,9 +39,6 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
39
39
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
40
40
|
data_field: import("mobx-state-tree").ISimpleType<string>;
|
|
41
41
|
aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
42
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
43
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
44
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
45
42
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
46
43
|
config: import("mobx-state-tree").IModelType<{
|
|
47
44
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -51,10 +48,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
51
48
|
config: import("mobx-state-tree").IModelType<{
|
|
52
49
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
53
50
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
54
|
-
}
|
|
51
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
55
52
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
56
53
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
57
|
-
}
|
|
54
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
58
55
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
59
56
|
config: import("mobx-state-tree").IModelType<{
|
|
60
57
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -64,10 +61,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
64
61
|
config: import("mobx-state-tree").IModelType<{
|
|
65
62
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
66
63
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
67
|
-
}
|
|
64
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
68
65
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
69
66
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
70
|
-
}
|
|
67
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
71
68
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
72
69
|
config: import("mobx-state-tree").IModelType<{
|
|
73
70
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -77,101 +74,104 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
77
74
|
config: import("mobx-state-tree").IModelType<{
|
|
78
75
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
79
76
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
77
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
78
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
79
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
80
80
|
}, {}>>;
|
|
81
81
|
}, {
|
|
82
82
|
readonly json: {
|
|
83
83
|
name: string;
|
|
84
84
|
size: string;
|
|
85
85
|
color: ({
|
|
86
|
-
type: "
|
|
87
|
-
|
|
86
|
+
type: "continuous";
|
|
87
|
+
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>>>;
|
|
88
|
+
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>>>;
|
|
88
89
|
} & 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<{
|
|
89
|
-
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
90
|
-
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
91
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
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").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
96
94
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
97
|
-
}
|
|
95
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
98
96
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
99
97
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
100
|
-
}
|
|
98
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
101
99
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
102
100
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
103
101
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
104
102
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
105
103
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
106
|
-
}
|
|
104
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
107
105
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
108
106
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
109
|
-
}
|
|
107
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
110
108
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
111
109
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
112
110
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
113
111
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
114
112
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
115
|
-
}, {}
|
|
116
|
-
type: "continuous";
|
|
117
|
-
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>>>;
|
|
118
|
-
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>>>;
|
|
119
|
-
} & 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<{
|
|
113
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
120
114
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
121
115
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
122
|
-
}
|
|
116
|
+
}, {}>>>) | ({
|
|
117
|
+
type: "piecewise";
|
|
118
|
+
} & 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<{
|
|
123
119
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
124
120
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
125
121
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
126
122
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
127
123
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
128
|
-
}
|
|
124
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
129
125
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
130
126
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
131
|
-
}
|
|
127
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
132
128
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
133
129
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
134
130
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
135
131
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
136
132
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
137
|
-
}
|
|
133
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
138
134
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
139
135
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
140
|
-
}
|
|
136
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
141
137
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
142
138
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
143
139
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
144
140
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
145
141
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
146
|
-
}, {}
|
|
147
|
-
type: "piecewise";
|
|
148
|
-
} & 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<{
|
|
142
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
149
143
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
150
144
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
151
|
-
}
|
|
145
|
+
}, {}>>>) | ({
|
|
146
|
+
type: "static";
|
|
147
|
+
staticColor: string;
|
|
148
|
+
} & 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<{
|
|
152
149
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
153
150
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
154
151
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
155
152
|
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
156
153
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
157
|
-
}
|
|
154
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
158
155
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
159
156
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
160
|
-
}
|
|
157
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
161
158
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
162
159
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
163
160
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
164
161
|
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
165
162
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
166
|
-
}
|
|
163
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
167
164
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
168
165
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
169
|
-
}
|
|
166
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
170
167
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
171
168
|
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
172
169
|
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
173
170
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
174
171
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
172
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
173
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
174
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
175
175
|
}, {}>>>);
|
|
176
176
|
weight: string;
|
|
177
177
|
formatter: {
|
|
@@ -187,12 +187,13 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
187
187
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
188
188
|
data_field: string;
|
|
189
189
|
aggregation: ({
|
|
190
|
-
type: "
|
|
191
|
-
config:
|
|
190
|
+
type: "quantile";
|
|
191
|
+
config: {
|
|
192
|
+
p: number;
|
|
193
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
194
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
195
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
192
196
|
} & 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<{
|
|
193
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
194
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
195
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
196
197
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
197
198
|
config: import("mobx-state-tree").IModelType<{
|
|
198
199
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -202,10 +203,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
202
203
|
config: import("mobx-state-tree").IModelType<{
|
|
203
204
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
204
205
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
205
|
-
}
|
|
206
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
206
207
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
207
208
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
208
|
-
}
|
|
209
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
209
210
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
210
211
|
config: import("mobx-state-tree").IModelType<{
|
|
211
212
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -215,10 +216,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
215
216
|
config: import("mobx-state-tree").IModelType<{
|
|
216
217
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
217
218
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
218
|
-
}
|
|
219
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
219
220
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
220
221
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
221
|
-
}
|
|
222
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
222
223
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
223
224
|
config: import("mobx-state-tree").IModelType<{
|
|
224
225
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -228,17 +229,17 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
228
229
|
config: import("mobx-state-tree").IModelType<{
|
|
229
230
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
230
231
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
232
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
233
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
234
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
231
235
|
}, {}>>>) | ({
|
|
232
|
-
type: "
|
|
236
|
+
type: "custom";
|
|
233
237
|
config: {
|
|
234
|
-
|
|
238
|
+
func: string;
|
|
235
239
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
236
|
-
|
|
240
|
+
func: import("mobx-state-tree").ISimpleType<string>;
|
|
237
241
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
238
242
|
} & 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<{
|
|
239
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
240
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
241
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
242
243
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
243
244
|
config: import("mobx-state-tree").IModelType<{
|
|
244
245
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -248,10 +249,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
248
249
|
config: import("mobx-state-tree").IModelType<{
|
|
249
250
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
250
251
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
251
|
-
}
|
|
252
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
252
253
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
253
254
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
254
|
-
}
|
|
255
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
255
256
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
256
257
|
config: import("mobx-state-tree").IModelType<{
|
|
257
258
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -261,10 +262,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
261
262
|
config: import("mobx-state-tree").IModelType<{
|
|
262
263
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
263
264
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
264
|
-
}
|
|
265
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
265
266
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
266
267
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
267
|
-
}
|
|
268
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
268
269
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
269
270
|
config: import("mobx-state-tree").IModelType<{
|
|
270
271
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -274,17 +275,13 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
274
275
|
config: import("mobx-state-tree").IModelType<{
|
|
275
276
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
276
277
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
277
|
-
}, {}
|
|
278
|
-
type: "custom";
|
|
279
|
-
config: {
|
|
280
|
-
func: string;
|
|
281
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
282
|
-
func: import("mobx-state-tree").ISimpleType<string>;
|
|
283
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
284
|
-
} & 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<{
|
|
278
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
285
279
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
286
280
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
287
|
-
}
|
|
281
|
+
}, {}>>>) | ({
|
|
282
|
+
type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
|
|
283
|
+
config: any;
|
|
284
|
+
} & 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<{
|
|
288
285
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
289
286
|
config: import("mobx-state-tree").IModelType<{
|
|
290
287
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -294,10 +291,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
294
291
|
config: import("mobx-state-tree").IModelType<{
|
|
295
292
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
296
293
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
297
|
-
}
|
|
294
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
298
295
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
299
296
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
300
|
-
}
|
|
297
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
301
298
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
302
299
|
config: import("mobx-state-tree").IModelType<{
|
|
303
300
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -307,10 +304,10 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
307
304
|
config: import("mobx-state-tree").IModelType<{
|
|
308
305
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
309
306
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
310
|
-
}
|
|
307
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
311
308
|
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
312
309
|
config: import("mobx-state-tree").IType<any, any, any>;
|
|
313
|
-
}
|
|
310
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
314
311
|
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
315
312
|
config: import("mobx-state-tree").IModelType<{
|
|
316
313
|
p: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -320,9 +317,12 @@ export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
|
320
317
|
config: import("mobx-state-tree").IModelType<{
|
|
321
318
|
func: import("mobx-state-tree").ISimpleType<string>;
|
|
322
319
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
320
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
321
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
322
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
323
323
|
}, {}>>>);
|
|
324
324
|
};
|
|
325
325
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
326
|
-
export
|
|
327
|
-
export
|
|
328
|
-
export
|
|
326
|
+
export type VariableMetaType = typeof VariableMeta;
|
|
327
|
+
export type VariableMetaSnapshotIn = SnapshotIn<VariableMetaType>;
|
|
328
|
+
export type VariableMetaInstance = Instance<VariableMetaType>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../../../types';
|
|
2
2
|
export declare const PanelVizMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
4
4
|
conf: import("mobx-state-tree").IType<AnyObject, AnyObject, AnyObject>;
|
|
@@ -33,5 +33,5 @@ export declare const QueryMeta: import("mobx-state-tree").IModelType<{
|
|
|
33
33
|
setPreProcess(v: string): void;
|
|
34
34
|
setPostProcess(v: string): void;
|
|
35
35
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
36
|
-
export
|
|
37
|
-
export
|
|
36
|
+
export type QueryMetaInstance = Instance<typeof QueryMeta>;
|
|
37
|
+
export type QueryMetaSnapshotIn = SnapshotIn<QueryMetaInstance>;
|
|
@@ -11,4 +11,4 @@ export declare const SQLSnippetMeta: import("mobx-state-tree").IModelType<{
|
|
|
11
11
|
setKey(key: string): void;
|
|
12
12
|
setValue(value: string): void;
|
|
13
13
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
14
|
-
export
|
|
14
|
+
export type SQLSnippetMetaSnapshotIn = SnapshotIn<Instance<typeof SQLSnippetMeta>>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
2
|
-
export
|
|
1
|
+
import { AnyObject } from '../../../../types';
|
|
2
|
+
export type TPayloadForSQL = {
|
|
3
3
|
context: AnyObject;
|
|
4
4
|
sql_snippets: AnyObject;
|
|
5
5
|
global_sql_snippets: AnyObject;
|
|
6
6
|
filters: AnyObject;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type TDashboardState = {
|
|
9
9
|
filters: AnyObject;
|
|
10
10
|
context: AnyObject;
|
|
11
11
|
};
|
|
12
|
-
export
|
|
13
|
-
export
|
|
12
|
+
export type TPayloadForSQLSnippet = Omit<TPayloadForSQL, 'sql_snippets' | 'global_sql_snippets'>;
|
|
13
|
+
export type TPayloadForViz = Omit<TPayloadForSQL, 'sql_snippets' | 'global_sql_snippets'>;
|
|
@@ -5,8 +5,6 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
5
5
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
|
|
7
7
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8
|
-
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
9
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
10
8
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
11
9
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
12
10
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -49,9 +47,9 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
49
47
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
50
48
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
51
49
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
52
|
-
}
|
|
50
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
53
51
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
54
|
-
}
|
|
52
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
55
53
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
56
54
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
57
55
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -94,13 +92,9 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
94
92
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
95
93
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
96
94
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
97
|
-
}
|
|
95
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
98
96
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
99
|
-
}
|
|
100
|
-
readonly json: {
|
|
101
|
-
_name: EViewComponentType.Division;
|
|
102
|
-
};
|
|
103
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
97
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
104
98
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
105
99
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
106
100
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -166,7 +160,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
166
160
|
view_id: string;
|
|
167
161
|
}[];
|
|
168
162
|
_name: EViewComponentType.Modal;
|
|
169
|
-
variant: "default" | "outline" | "pills";
|
|
163
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
170
164
|
orientation: import("@mantine/core").TabsOrientation;
|
|
171
165
|
};
|
|
172
166
|
} & {
|
|
@@ -181,6 +175,12 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
181
175
|
}>>[]): void;
|
|
182
176
|
addTab(): void;
|
|
183
177
|
removeTab(index: number): void;
|
|
178
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
179
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
180
|
+
}, {
|
|
181
|
+
readonly json: {
|
|
182
|
+
_name: EViewComponentType.Division;
|
|
183
|
+
};
|
|
184
184
|
}>>;
|
|
185
185
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
186
186
|
}, {
|
|
@@ -205,7 +205,7 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
205
205
|
view_id: string;
|
|
206
206
|
}[];
|
|
207
207
|
_name: EViewComponentType.Modal;
|
|
208
|
-
variant: "default" | "outline" | "pills";
|
|
208
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
|
|
209
209
|
orientation: import("@mantine/core").TabsOrientation;
|
|
210
210
|
} | {
|
|
211
211
|
_name: EViewComponentType.Division;
|
|
@@ -218,4 +218,4 @@ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
|
218
218
|
appendPanelID(id: string): void;
|
|
219
219
|
removePanelID(id: string): void;
|
|
220
220
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
221
|
-
export
|
|
221
|
+
export type ViewMetaInstance = Instance<typeof ViewMeta>;
|
|
@@ -7,8 +7,8 @@ export declare const ViewDivisionConfig: import("mobx-state-tree").IModelType<{
|
|
|
7
7
|
_name: EViewComponentType.Division;
|
|
8
8
|
};
|
|
9
9
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
10
|
-
export
|
|
11
|
-
export
|
|
10
|
+
export type ViewDivisionConfigInstance = Instance<typeof ViewDivisionConfig>;
|
|
11
|
+
export type ViewDivisionConfigSnapshotIn = SnapshotIn<ViewDivisionConfigInstance>;
|
|
12
12
|
export declare const createViewDivisionConfig: () => {
|
|
13
13
|
_name: EViewComponentType.Division;
|
|
14
14
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
-
import { EViewComponentType } from '
|
|
2
|
+
import { EViewComponentType } from '../../../../../../model';
|
|
3
3
|
export interface ICustomModalTitle {
|
|
4
4
|
enabled: boolean;
|
|
5
5
|
func_content: string;
|
|
@@ -43,8 +43,8 @@ export declare const ViewModalConfig: import("mobx-state-tree").IModelType<{
|
|
|
43
43
|
setWidth(v: string): void;
|
|
44
44
|
setHeight(v: string): void;
|
|
45
45
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
46
|
-
export
|
|
47
|
-
export
|
|
46
|
+
export type ViewModalConfigInstance = Instance<typeof ViewModalConfig>;
|
|
47
|
+
export type ViewModalConfigSnapshotIn = SnapshotIn<ViewModalConfigInstance>;
|
|
48
48
|
export declare const createViewModalConfig: () => {
|
|
49
49
|
_name: EViewComponentType.Modal;
|
|
50
50
|
width: string;
|
|
@@ -18,8 +18,8 @@ declare const TabModel: import("mobx-state-tree").IModelType<{
|
|
|
18
18
|
setViewID(v: string): void;
|
|
19
19
|
setColor(v: string): void;
|
|
20
20
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
21
|
-
export
|
|
22
|
-
|
|
21
|
+
export type TabModelInstance = Instance<typeof TabModel>;
|
|
22
|
+
type TabModelSnapshotIn = SnapshotIn<TabModelInstance>;
|
|
23
23
|
export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
24
24
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
25
25
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
@@ -52,7 +52,7 @@ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
|
52
52
|
view_id: string;
|
|
53
53
|
}[];
|
|
54
54
|
_name: EViewComponentType.Modal;
|
|
55
|
-
variant: "default" | "outline" | "pills";
|
|
55
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<TabsVariant>, [undefined]>>);
|
|
56
56
|
orientation: TabsOrientation;
|
|
57
57
|
};
|
|
58
58
|
} & {
|
|
@@ -63,8 +63,8 @@ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
|
63
63
|
addTab(): void;
|
|
64
64
|
removeTab(index: number): void;
|
|
65
65
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
66
|
-
export
|
|
67
|
-
export
|
|
66
|
+
export type ViewTabsConfigInstance = Instance<typeof ViewTabsConfig>;
|
|
67
|
+
export type ViewTabsConfigSnapshotIn = SnapshotIn<ViewTabsConfigInstance>;
|
|
68
68
|
export declare const createViewTabsConfig: () => {
|
|
69
69
|
_name: EViewComponentType.Modal;
|
|
70
70
|
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
@@ -100,7 +100,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
100
100
|
setViewID(v: string): void;
|
|
101
101
|
setColor(v: string): void;
|
|
102
102
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
103
|
-
variant: "default" | "outline" | "pills";
|
|
103
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<TabsVariant>, [undefined]>>);
|
|
104
104
|
orientation: TabsOrientation;
|
|
105
105
|
grow: boolean;
|
|
106
106
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -113,7 +113,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
113
113
|
view_id: string;
|
|
114
114
|
}[];
|
|
115
115
|
_name: EViewComponentType.Modal;
|
|
116
|
-
variant: "default" | "outline" | "pills";
|
|
116
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<TabsVariant>, [undefined]>>);
|
|
117
117
|
orientation: TabsOrientation;
|
|
118
118
|
};
|
|
119
119
|
} & {
|
|
@@ -155,7 +155,7 @@ export declare const createViewTabsConfig: () => {
|
|
|
155
155
|
view_id: string;
|
|
156
156
|
}[];
|
|
157
157
|
_name: EViewComponentType.Modal;
|
|
158
|
-
variant: "default" | "outline" | "pills";
|
|
158
|
+
variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<TabsVariant>, [undefined]>>);
|
|
159
159
|
orientation: TabsOrientation;
|
|
160
160
|
};
|
|
161
161
|
} & {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import { TDataSourceConfig } from '
|
|
3
|
-
import { DataSourceType } from '
|
|
2
|
+
import { TDataSourceConfig } from '../../../api-caller/types';
|
|
3
|
+
import { DataSourceType } from '../../../model';
|
|
4
4
|
export declare const DataSourceMetaModel: import("mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
7
7
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
8
|
config: import("mobx-state-tree").IType<TDataSourceConfig, TDataSourceConfig, TDataSourceConfig>;
|
|
9
9
|
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
10
|
-
export
|
|
10
|
+
export type DataSourceMetaModelInstance = Instance<typeof DataSourceMetaModel>;
|