@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from './react';
|
|
2
|
-
import { ContextRecordType } from '
|
|
2
|
+
import { ContextRecordType } from '../model';
|
|
3
3
|
import { DashboardContentDBType, IDashboard } from '../types/dashboard';
|
|
4
4
|
import { IDashboardConfig } from '..';
|
|
5
5
|
interface IDashboardProps {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type ColumnInfoType = {
|
|
2
2
|
column_key: string;
|
|
3
3
|
column_key_text?: string;
|
|
4
4
|
column_name: string;
|
|
@@ -10,7 +10,7 @@ export declare type ColumnInfoType = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare const ColumnsModel: import("mobx-state-tree").IModelType<{
|
|
12
12
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ColumnInfoType[], ColumnInfoType[], ColumnInfoType[]>, [undefined]>;
|
|
13
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
13
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
14
14
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
15
15
|
}, {
|
|
16
16
|
readonly loading: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import { AnyObject } from '
|
|
2
|
+
import { AnyObject } from '../../../types';
|
|
3
3
|
import { ColumnInfoType } from './columns';
|
|
4
4
|
import { IndexInfoType } from './indexes';
|
|
5
5
|
export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
@@ -10,7 +10,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
|
10
10
|
} & {
|
|
11
11
|
tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
12
12
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
13
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
13
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
14
14
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
15
15
|
}, {
|
|
16
16
|
readonly loading: boolean;
|
|
@@ -18,7 +18,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
|
18
18
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
19
19
|
columns: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
20
20
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ColumnInfoType[], ColumnInfoType[], ColumnInfoType[]>, [undefined]>;
|
|
21
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
21
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
22
22
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
23
23
|
}, {
|
|
24
24
|
readonly loading: boolean;
|
|
@@ -29,7 +29,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
|
29
29
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
30
30
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<AnyObject[], AnyObject[], AnyObject[]>, [undefined]>;
|
|
31
31
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
32
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
32
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
33
33
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
34
34
|
}, {
|
|
35
35
|
readonly keywords: {
|
|
@@ -52,7 +52,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
|
52
52
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
53
53
|
indexes: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
54
54
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<IndexInfoType[], IndexInfoType[], IndexInfoType[]>, [undefined]>;
|
|
55
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
55
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
56
56
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
57
57
|
}, {
|
|
58
58
|
readonly loading: boolean;
|
|
@@ -85,4 +85,4 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
|
85
85
|
} & {
|
|
86
86
|
afterCreate(): void;
|
|
87
87
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
88
|
-
export
|
|
88
|
+
export type DataSourceModelInstance = Instance<typeof DataSourceModel>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { IDataSource } from '
|
|
2
|
-
import { DataSourceType } from '
|
|
1
|
+
import { IDataSource } from '../../../api-caller/types';
|
|
2
|
+
import { DataSourceType } from '../../../model';
|
|
3
3
|
export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
4
4
|
list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<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
|
-
config: import("mobx-state-tree").IType<import(
|
|
8
|
+
config: import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>;
|
|
9
9
|
} & {
|
|
10
10
|
tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
11
11
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
12
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
12
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
13
13
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
14
14
|
}, {
|
|
15
15
|
readonly loading: boolean;
|
|
@@ -17,7 +17,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
17
17
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
18
18
|
columns: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
19
19
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>;
|
|
20
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
20
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
21
21
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
22
22
|
}, {
|
|
23
23
|
readonly loading: boolean;
|
|
@@ -28,7 +28,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
28
28
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
29
29
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
30
30
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
31
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
31
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
32
32
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
33
33
|
}, {
|
|
34
34
|
readonly keywords: {
|
|
@@ -51,7 +51,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
51
51
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
52
52
|
indexes: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
53
53
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>;
|
|
54
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
54
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
55
55
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
56
56
|
}, {
|
|
57
57
|
readonly loading: boolean;
|
|
@@ -92,17 +92,17 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
92
92
|
id: string;
|
|
93
93
|
type: DataSourceType;
|
|
94
94
|
key: string;
|
|
95
|
-
config: (import(
|
|
95
|
+
config: (import('../../../api-caller/types').TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>>) | (import('../../../api-caller/types').TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>>);
|
|
96
96
|
tables: {
|
|
97
97
|
data: import("./tables").TableInfoTreeType & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>>;
|
|
98
|
-
state:
|
|
98
|
+
state: string;
|
|
99
99
|
error: any;
|
|
100
100
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
101
101
|
readonly loading: boolean;
|
|
102
102
|
readonly empty: boolean;
|
|
103
103
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
104
104
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
105
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
105
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
106
106
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
107
107
|
}, {
|
|
108
108
|
readonly loading: boolean;
|
|
@@ -110,14 +110,14 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
110
110
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
111
111
|
columns: {
|
|
112
112
|
data: import("./columns").ColumnInfoType[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>>;
|
|
113
|
-
state:
|
|
113
|
+
state: string;
|
|
114
114
|
error: any;
|
|
115
115
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
116
116
|
readonly loading: boolean;
|
|
117
117
|
readonly empty: boolean;
|
|
118
118
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
119
119
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>;
|
|
120
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
120
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
121
121
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
122
122
|
}, {
|
|
123
123
|
readonly loading: boolean;
|
|
@@ -128,7 +128,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
128
128
|
limit: number;
|
|
129
129
|
data: import("../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>>;
|
|
130
130
|
total: number;
|
|
131
|
-
state:
|
|
131
|
+
state: string;
|
|
132
132
|
error: any;
|
|
133
133
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
134
134
|
readonly keywords: {
|
|
@@ -153,7 +153,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
153
153
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
154
154
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
155
155
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
156
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
156
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
157
157
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
158
158
|
}, {
|
|
159
159
|
readonly keywords: {
|
|
@@ -176,14 +176,14 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
176
176
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
177
177
|
indexes: {
|
|
178
178
|
data: import("./indexes").IndexInfoType[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>>;
|
|
179
|
-
state:
|
|
179
|
+
state: string;
|
|
180
180
|
error: any;
|
|
181
181
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
182
182
|
readonly loading: boolean;
|
|
183
183
|
readonly empty: boolean;
|
|
184
184
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
185
185
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>;
|
|
186
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
186
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
187
187
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
188
188
|
}, {
|
|
189
189
|
readonly loading: boolean;
|
|
@@ -219,11 +219,11 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
219
219
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
220
220
|
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
221
221
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
222
|
-
config: import("mobx-state-tree").IType<import(
|
|
222
|
+
config: import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>;
|
|
223
223
|
} & {
|
|
224
224
|
tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
225
225
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
226
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
226
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
227
227
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
228
228
|
}, {
|
|
229
229
|
readonly loading: boolean;
|
|
@@ -231,7 +231,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
231
231
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
232
232
|
columns: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
233
233
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>;
|
|
234
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
234
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
235
235
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
236
236
|
}, {
|
|
237
237
|
readonly loading: boolean;
|
|
@@ -242,7 +242,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
242
242
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
243
243
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
244
244
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
245
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
245
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
246
246
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
247
247
|
}, {
|
|
248
248
|
readonly keywords: {
|
|
@@ -265,7 +265,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
265
265
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
|
|
266
266
|
indexes: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
267
267
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>;
|
|
268
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
268
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
269
269
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
270
270
|
}, {
|
|
271
271
|
readonly loading: boolean;
|
|
@@ -305,4 +305,4 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
305
305
|
} & {
|
|
306
306
|
replace(list: IDataSource[]): void;
|
|
307
307
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
308
|
-
export
|
|
308
|
+
export type DataSourcesModelType = typeof DataSourcesModel;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type MYSQLIndexInfoType = {
|
|
2
2
|
index_length: string;
|
|
3
3
|
index_name: string;
|
|
4
4
|
index_algorithm: string;
|
|
5
5
|
is_unique: boolean;
|
|
6
6
|
column_name: string;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
8
|
+
export type PGIndexInfoType = {
|
|
9
9
|
index_name: string;
|
|
10
10
|
index_algorithm: string;
|
|
11
11
|
is_unique: boolean;
|
|
@@ -13,10 +13,10 @@ export declare type PGIndexInfoType = {
|
|
|
13
13
|
condition: string;
|
|
14
14
|
comment: string;
|
|
15
15
|
};
|
|
16
|
-
export
|
|
16
|
+
export type IndexInfoType = PGIndexInfoType | MYSQLIndexInfoType;
|
|
17
17
|
export declare const IndexesModel: import("mobx-state-tree").IModelType<{
|
|
18
18
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<IndexInfoType[], IndexInfoType[], IndexInfoType[]>, [undefined]>;
|
|
19
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
19
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
20
20
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
21
21
|
}, {
|
|
22
22
|
readonly loading: boolean;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../types';
|
|
2
2
|
export declare const TableDataModel: import("mobx-state-tree").IModelType<{
|
|
3
3
|
page: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
4
4
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
5
5
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<AnyObject[], AnyObject[], AnyObject[]>, [undefined]>;
|
|
6
6
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
7
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
7
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
8
8
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
9
9
|
}, {
|
|
10
10
|
readonly keywords: {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TableInfoType = {
|
|
2
2
|
table_schema: string;
|
|
3
3
|
table_name: string;
|
|
4
4
|
table_type: 'VIEW' | 'BASE TABLE';
|
|
5
5
|
};
|
|
6
|
-
export
|
|
6
|
+
export type TableInfoTreeType = Record<string, TableInfoType[]>;
|
|
7
7
|
export declare const TablesModel: import("mobx-state-tree").IModelType<{
|
|
8
8
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<TableInfoTreeType, TableInfoTreeType, TableInfoTreeType>, [undefined]>;
|
|
9
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<
|
|
9
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
10
10
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
11
11
|
}, {
|
|
12
12
|
readonly loading: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Icon } from '@tabler/icons-react';
|
|
2
2
|
import { Instance } from 'mobx-state-tree';
|
|
3
|
-
export
|
|
3
|
+
export type NavActionType = {
|
|
4
4
|
label: string;
|
|
5
5
|
value: string;
|
|
6
6
|
_type: 'ACTION';
|
|
@@ -9,7 +9,7 @@ export declare type NavActionType = {
|
|
|
9
9
|
Icon: null;
|
|
10
10
|
children: null;
|
|
11
11
|
};
|
|
12
|
-
export
|
|
12
|
+
export type NavLinkType = {
|
|
13
13
|
label: string;
|
|
14
14
|
value: string;
|
|
15
15
|
_type: 'GROUP' | 'query_variables' | 'mock_context' | 'filter' | 'sql_snippet' | 'query' | 'view' | 'panel';
|
|
@@ -17,8 +17,8 @@ export declare type NavLinkType = {
|
|
|
17
17
|
parentID?: string;
|
|
18
18
|
children?: NavOptionType[];
|
|
19
19
|
};
|
|
20
|
-
export
|
|
21
|
-
export
|
|
20
|
+
export type NavOptionType = NavLinkType | NavActionType;
|
|
21
|
+
export type ValidEditorPathType = ['_QUERY_VARS_'] | ['_MOCK_CONTEXT_'] | ['_FILTERS_', string] | ['_SQL_SNIPPETS_'] | ['_SQL_SNIPPETS_', string] | ['_QUERIES_'] | ['_QUERIES_', string] | ['_VIEWS_', string] | ['_VIEWS_', string, '_PANELS_', string] | [];
|
|
22
22
|
export declare const EditorModel: import("mobx-state-tree").IModelType<{
|
|
23
23
|
path: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ValidEditorPathType, ValidEditorPathType, ValidEditorPathType>, [undefined]>;
|
|
24
24
|
settings_open: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
@@ -34,4 +34,4 @@ export declare const EditorModel: import("mobx-state-tree").IModelType<{
|
|
|
34
34
|
close(): void;
|
|
35
35
|
navigate(o: NavOptionType): void;
|
|
36
36
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
37
|
-
export
|
|
37
|
+
export type EditorModelInstance = Instance<typeof EditorModel>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import { FilterMetaInstance } from '
|
|
3
|
-
import { AnyObject, DashboardFilterType } from '
|
|
2
|
+
import { FilterMetaInstance } from '../../../model';
|
|
3
|
+
import { AnyObject, DashboardFilterType } from '../../../types';
|
|
4
4
|
export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
5
5
|
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
6
6
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -11,21 +11,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
11
11
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
12
12
|
type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
|
|
13
13
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
14
|
-
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
15
|
-
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
16
|
-
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
17
|
-
} & {
|
|
18
|
-
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
19
|
-
label: import("mobx-state-tree").ISimpleType<string>;
|
|
20
|
-
value: import("mobx-state-tree").ISimpleType<string>;
|
|
21
|
-
}, {
|
|
22
|
-
setLabel(label: string): void;
|
|
23
|
-
setValue(value: string): void;
|
|
24
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
25
|
-
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
26
|
-
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
27
|
-
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
28
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
29
14
|
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
30
15
|
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
31
16
|
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
@@ -66,13 +51,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
66
51
|
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
67
52
|
}> | {
|
|
68
53
|
default_value: (string | null)[];
|
|
69
|
-
_name: "date-range";
|
|
70
54
|
required: boolean;
|
|
55
|
+
_name: "date-range";
|
|
71
56
|
clearable: boolean;
|
|
72
57
|
inputFormat: string;
|
|
73
58
|
max_days: number;
|
|
74
59
|
allowSingleDateInRange: boolean;
|
|
75
|
-
}
|
|
60
|
+
} | import("mobx-state-tree").ModelSnapshotType<{
|
|
61
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
62
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
63
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
64
|
+
} & {
|
|
65
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
66
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
67
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
68
|
+
}, {
|
|
69
|
+
setLabel(label: string): void;
|
|
70
|
+
setValue(value: string): void;
|
|
71
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
72
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
73
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
74
|
+
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
75
|
+
}>, any>;
|
|
76
76
|
}, {
|
|
77
77
|
readonly plainDefaultValue: any;
|
|
78
78
|
readonly usingDefaultValue: boolean;
|
|
@@ -157,21 +157,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
157
157
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
158
158
|
type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
|
|
159
159
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
160
|
-
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
161
|
-
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
162
|
-
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
163
|
-
} & {
|
|
164
|
-
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
165
|
-
label: import("mobx-state-tree").ISimpleType<string>;
|
|
166
|
-
value: import("mobx-state-tree").ISimpleType<string>;
|
|
167
|
-
}, {
|
|
168
|
-
setLabel(label: string): void;
|
|
169
|
-
setValue(value: string): void;
|
|
170
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
171
|
-
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
172
|
-
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
173
|
-
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
174
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
175
160
|
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
176
161
|
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
177
162
|
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
@@ -212,13 +197,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
212
197
|
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
213
198
|
}> | {
|
|
214
199
|
default_value: (string | null)[];
|
|
215
|
-
_name: "date-range";
|
|
216
200
|
required: boolean;
|
|
201
|
+
_name: "date-range";
|
|
217
202
|
clearable: boolean;
|
|
218
203
|
inputFormat: string;
|
|
219
204
|
max_days: number;
|
|
220
205
|
allowSingleDateInRange: boolean;
|
|
221
|
-
}
|
|
206
|
+
} | import("mobx-state-tree").ModelSnapshotType<{
|
|
207
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
208
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
209
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
210
|
+
} & {
|
|
211
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
212
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
213
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
214
|
+
}, {
|
|
215
|
+
setLabel(label: string): void;
|
|
216
|
+
setValue(value: string): void;
|
|
217
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
218
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
219
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
220
|
+
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
221
|
+
}>, any>;
|
|
222
222
|
}, {
|
|
223
223
|
readonly plainDefaultValue: any;
|
|
224
224
|
readonly usingDefaultValue: boolean;
|
|
@@ -288,21 +288,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
288
288
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
289
289
|
type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
|
|
290
290
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
291
|
-
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
292
|
-
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
293
|
-
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
294
|
-
} & {
|
|
295
|
-
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
296
|
-
label: import("mobx-state-tree").ISimpleType<string>;
|
|
297
|
-
value: import("mobx-state-tree").ISimpleType<string>;
|
|
298
|
-
}, {
|
|
299
|
-
setLabel(label: string): void;
|
|
300
|
-
setValue(value: string): void;
|
|
301
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
302
|
-
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
303
|
-
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
304
|
-
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
305
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
306
291
|
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
307
292
|
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
308
293
|
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
@@ -343,13 +328,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
343
328
|
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
344
329
|
}> | {
|
|
345
330
|
default_value: (string | null)[];
|
|
346
|
-
_name: "date-range";
|
|
347
331
|
required: boolean;
|
|
332
|
+
_name: "date-range";
|
|
348
333
|
clearable: boolean;
|
|
349
334
|
inputFormat: string;
|
|
350
335
|
max_days: number;
|
|
351
336
|
allowSingleDateInRange: boolean;
|
|
352
|
-
}
|
|
337
|
+
} | import("mobx-state-tree").ModelSnapshotType<{
|
|
338
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
339
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
340
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
341
|
+
} & {
|
|
342
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
343
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
344
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
345
|
+
}, {
|
|
346
|
+
setLabel(label: string): void;
|
|
347
|
+
setValue(value: string): void;
|
|
348
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
349
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
350
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
351
|
+
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
352
|
+
}>, any>;
|
|
353
353
|
}, {
|
|
354
354
|
readonly plainDefaultValue: any;
|
|
355
355
|
readonly usingDefaultValue: boolean;
|
|
@@ -420,21 +420,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
420
420
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
421
421
|
type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
|
|
422
422
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
423
|
-
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
424
|
-
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
425
|
-
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
426
|
-
} & {
|
|
427
|
-
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
428
|
-
label: import("mobx-state-tree").ISimpleType<string>;
|
|
429
|
-
value: import("mobx-state-tree").ISimpleType<string>;
|
|
430
|
-
}, {
|
|
431
|
-
setLabel(label: string): void;
|
|
432
|
-
setValue(value: string): void;
|
|
433
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
434
|
-
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
435
|
-
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
436
|
-
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
437
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
438
423
|
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
439
424
|
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
440
425
|
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
@@ -475,13 +460,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
475
460
|
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
476
461
|
}> | {
|
|
477
462
|
default_value: (string | null)[];
|
|
478
|
-
_name: "date-range";
|
|
479
463
|
required: boolean;
|
|
464
|
+
_name: "date-range";
|
|
480
465
|
clearable: boolean;
|
|
481
466
|
inputFormat: string;
|
|
482
467
|
max_days: number;
|
|
483
468
|
allowSingleDateInRange: boolean;
|
|
484
|
-
}
|
|
469
|
+
} | import("mobx-state-tree").ModelSnapshotType<{
|
|
470
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
471
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
472
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
473
|
+
} & {
|
|
474
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
475
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
476
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
477
|
+
}, {
|
|
478
|
+
setLabel(label: string): void;
|
|
479
|
+
setValue(value: string): void;
|
|
480
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
481
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
482
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
483
|
+
required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
484
|
+
}>, any>;
|
|
485
485
|
}, {
|
|
486
486
|
readonly plainDefaultValue: any;
|
|
487
487
|
readonly usingDefaultValue: boolean;
|
|
@@ -538,4 +538,4 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
538
538
|
} & {
|
|
539
539
|
afterCreate(): void;
|
|
540
540
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
541
|
-
export
|
|
541
|
+
export type FiltersModelInstance = Instance<typeof FiltersModel>;
|