@devtable/dashboard 10.44.2 → 10.44.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-caller/index.d.ts +4 -4
- package/dist/api-caller/request.d.ts +4 -4
- package/dist/api-caller/types.d.ts +5 -5
- package/dist/api-caller/utils.d.ts +1 -0
- package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
- package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
- package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
- package/dist/components/filter/filter-date-range/render.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
- package/dist/components/filter/filter-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-select/render.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
- package/dist/components/filter/filter-settings/index.d.ts +7 -0
- package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
- package/dist/components/filter/filter-settings/types.d.ts +4 -0
- package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
- package/dist/components/filter/filter-text-input/render.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
- package/dist/components/filter/filter.d.ts +1 -1
- package/dist/components/filter/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/index.d.ts +1 -1
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
- package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
- package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
- package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
- package/dist/components/panel/plugin-adaptor.d.ts +1 -1
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/settings/common/css-types.d.ts +2 -2
- package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
- package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
- package/dist/components/plugins/color-manager/impl.d.ts +2 -2
- package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
- package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
- package/dist/components/plugins/colors/index.d.ts +1 -1
- package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
- package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
- package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
- package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
- package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
- package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
- package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
- package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
- package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/message-channels.d.ts +1 -1
- package/dist/components/plugins/plugin-context.d.ts +764 -763
- package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
- package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
- package/dist/components/plugins/plugin-manager.d.ts +1 -1
- package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
- package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/test-utils.d.ts +9 -0
- package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
- package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/components/plugins/viz-manager/components.d.ts +4 -4
- package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
- package/dist/components/plugins/viz-manager/types.d.ts +3 -3
- package/dist/components/view/layout/main-layout.d.ts +1 -1
- package/dist/components/view/layout/read-only-layout.d.ts +1 -1
- package/dist/components/view/view-component/preview/division.d.ts +1 -1
- package/dist/components/view/view-component/preview/index.d.ts +1 -1
- package/dist/components/view/view-component/preview/modal.d.ts +1 -1
- package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
- package/dist/components/view/view-component/render/division.d.ts +1 -1
- package/dist/components/view/view-component/render/index.d.ts +1 -1
- package/dist/components/view/view-component/render/modal.d.ts +1 -1
- package/dist/components/view/view-component/render/tabs.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
- package/dist/components/view/view-editor.d.ts +1 -1
- package/dist/components/view/view-render.d.ts +1 -1
- package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
- package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
- package/dist/contexts/panel-context.d.ts +1536 -1535
- package/dist/dashboard-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
- package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
- package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
- package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
- package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
- package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
- package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
- package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
- package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
- package/dist/dashboard-editor/model/views/index.d.ts +732 -732
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
- package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
- package/dist/dashboard-render/index.d.ts +1 -1
- package/dist/dashboard.es.js +11819 -11794
- 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,4 +1,4 @@
|
|
|
1
|
-
import { VariableConfigUIModel } from '
|
|
1
|
+
import { VariableConfigUIModel } from '../../../../../../dashboard-editor/ui/settings/content/edit-panel/variable-config/model';
|
|
2
2
|
export interface IVariableListProps {
|
|
3
3
|
uiModel: VariableConfigUIModel;
|
|
4
4
|
}
|
|
@@ -1,18 +1,60 @@
|
|
|
1
|
-
import { EViewComponentType, ViewMetaInstance } from '
|
|
1
|
+
import { EViewComponentType, ViewMetaInstance } from '../../../../../../model';
|
|
2
2
|
export declare const EditViewForm: (({ view }: {
|
|
3
3
|
view?: ({
|
|
4
4
|
id: string;
|
|
5
5
|
name: string;
|
|
6
6
|
type: EViewComponentType;
|
|
7
7
|
config: ({
|
|
8
|
-
_name: EViewComponentType.
|
|
8
|
+
_name: EViewComponentType.Modal;
|
|
9
|
+
width: string;
|
|
10
|
+
height: string;
|
|
11
|
+
custom_modal_title: {
|
|
12
|
+
enabled: boolean;
|
|
13
|
+
func_content: string;
|
|
14
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
15
|
+
readonly json: {
|
|
16
|
+
enabled: boolean;
|
|
17
|
+
func_content: string;
|
|
18
|
+
};
|
|
19
|
+
readonly value: any;
|
|
20
|
+
} & {
|
|
21
|
+
setEnabled(v: boolean): void;
|
|
22
|
+
setFuncContent(v: string): void;
|
|
23
|
+
replace({ enabled, func_content }: {
|
|
24
|
+
enabled: boolean;
|
|
25
|
+
func_content: string;
|
|
26
|
+
}): void;
|
|
27
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
28
|
+
enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
29
|
+
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
30
|
+
}, {
|
|
31
|
+
readonly json: {
|
|
32
|
+
enabled: boolean;
|
|
33
|
+
func_content: string;
|
|
34
|
+
};
|
|
35
|
+
readonly value: any;
|
|
36
|
+
} & {
|
|
37
|
+
setEnabled(v: boolean): void;
|
|
38
|
+
setFuncContent(v: string): void;
|
|
39
|
+
replace({ enabled, func_content }: {
|
|
40
|
+
enabled: boolean;
|
|
41
|
+
func_content: string;
|
|
42
|
+
}): void;
|
|
43
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
|
|
9
44
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
10
45
|
readonly json: {
|
|
11
|
-
_name: EViewComponentType.
|
|
46
|
+
_name: EViewComponentType.Modal;
|
|
47
|
+
width: string;
|
|
48
|
+
height: string;
|
|
49
|
+
custom_modal_title: {
|
|
50
|
+
enabled: boolean;
|
|
51
|
+
func_content: string;
|
|
52
|
+
};
|
|
12
53
|
};
|
|
54
|
+
} & {
|
|
55
|
+
setWidth(v: string): void;
|
|
56
|
+
setHeight(v: string): void;
|
|
13
57
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
14
|
-
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
15
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
16
58
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
17
59
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
18
60
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -55,9 +97,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
55
97
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
56
98
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
57
99
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
58
|
-
}
|
|
100
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
59
101
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
60
|
-
}
|
|
102
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
61
103
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
62
104
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
63
105
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -100,13 +142,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
100
142
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
101
143
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
102
144
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
103
|
-
}
|
|
145
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
104
146
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
105
|
-
}
|
|
106
|
-
readonly json: {
|
|
107
|
-
_name: EViewComponentType.Division;
|
|
108
|
-
};
|
|
109
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
147
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
110
148
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
111
149
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
112
150
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -172,7 +210,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
172
210
|
view_id: string;
|
|
173
211
|
}[];
|
|
174
212
|
_name: EViewComponentType.Modal;
|
|
175
|
-
variant: "default" | "outline" | "pills";
|
|
213
|
+
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]>>);
|
|
176
214
|
orientation: import("@mantine/core").TabsOrientation;
|
|
177
215
|
};
|
|
178
216
|
} & {
|
|
@@ -187,59 +225,76 @@ export declare const EditViewForm: (({ view }: {
|
|
|
187
225
|
}>>[]): void;
|
|
188
226
|
addTab(): void;
|
|
189
227
|
removeTab(index: number): void;
|
|
228
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
229
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
230
|
+
}, {
|
|
231
|
+
readonly json: {
|
|
232
|
+
_name: EViewComponentType.Division;
|
|
233
|
+
};
|
|
190
234
|
}>>>) | ({
|
|
191
235
|
_name: EViewComponentType.Modal;
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
}
|
|
236
|
+
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
237
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
238
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
239
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
240
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
241
|
+
}, {
|
|
198
242
|
readonly json: {
|
|
199
|
-
|
|
200
|
-
|
|
243
|
+
id: string;
|
|
244
|
+
name: string;
|
|
245
|
+
color: string;
|
|
246
|
+
view_id: string;
|
|
201
247
|
};
|
|
202
|
-
readonly value: any;
|
|
203
248
|
} & {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
249
|
+
setName(v: string): void;
|
|
250
|
+
setViewID(v: string): void;
|
|
251
|
+
setColor(v: string): void;
|
|
252
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
253
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
254
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
255
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
256
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
213
257
|
}, {
|
|
214
258
|
readonly json: {
|
|
215
|
-
|
|
216
|
-
|
|
259
|
+
id: string;
|
|
260
|
+
name: string;
|
|
261
|
+
color: string;
|
|
262
|
+
view_id: string;
|
|
217
263
|
};
|
|
218
|
-
readonly value: any;
|
|
219
264
|
} & {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
265
|
+
setName(v: string): void;
|
|
266
|
+
setViewID(v: string): void;
|
|
267
|
+
setColor(v: string): void;
|
|
268
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
269
|
+
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]>>);
|
|
270
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
271
|
+
grow: boolean;
|
|
227
272
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
228
273
|
readonly json: {
|
|
274
|
+
grow: boolean;
|
|
275
|
+
tabs: {
|
|
276
|
+
id: string;
|
|
277
|
+
name: string;
|
|
278
|
+
color: string;
|
|
279
|
+
view_id: string;
|
|
280
|
+
}[];
|
|
229
281
|
_name: EViewComponentType.Modal;
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
custom_modal_title: {
|
|
233
|
-
enabled: boolean;
|
|
234
|
-
func_content: string;
|
|
235
|
-
};
|
|
282
|
+
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]>>);
|
|
283
|
+
orientation: import("@mantine/core").TabsOrientation;
|
|
236
284
|
};
|
|
237
285
|
} & {
|
|
238
|
-
|
|
239
|
-
|
|
286
|
+
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
287
|
+
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
288
|
+
setGrow(v: boolean): void;
|
|
289
|
+
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
290
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
291
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
292
|
+
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
293
|
+
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
294
|
+
}>>[]): void;
|
|
295
|
+
addTab(): void;
|
|
296
|
+
removeTab(index: number): void;
|
|
240
297
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
241
|
-
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
242
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
243
298
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
244
299
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
245
300
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -282,9 +337,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
282
337
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
283
338
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
284
339
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
285
|
-
}
|
|
340
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
286
341
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
287
|
-
}
|
|
342
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
288
343
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
289
344
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
290
345
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -327,13 +382,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
327
382
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
328
383
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
329
384
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
330
|
-
}
|
|
385
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
331
386
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
332
|
-
}
|
|
333
|
-
readonly json: {
|
|
334
|
-
_name: EViewComponentType.Division;
|
|
335
|
-
};
|
|
336
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
387
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
337
388
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
338
389
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
339
390
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -399,7 +450,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
399
450
|
view_id: string;
|
|
400
451
|
}[];
|
|
401
452
|
_name: EViewComponentType.Modal;
|
|
402
|
-
variant: "default" | "outline" | "pills";
|
|
453
|
+
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]>>);
|
|
403
454
|
orientation: import("@mantine/core").TabsOrientation;
|
|
404
455
|
};
|
|
405
456
|
} & {
|
|
@@ -414,72 +465,19 @@ export declare const EditViewForm: (({ view }: {
|
|
|
414
465
|
}>>[]): void;
|
|
415
466
|
addTab(): void;
|
|
416
467
|
removeTab(index: number): void;
|
|
468
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
469
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
470
|
+
}, {
|
|
471
|
+
readonly json: {
|
|
472
|
+
_name: EViewComponentType.Division;
|
|
473
|
+
};
|
|
417
474
|
}>>>) | ({
|
|
418
|
-
_name: EViewComponentType.
|
|
419
|
-
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
420
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
421
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
422
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
423
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
424
|
-
}, {
|
|
425
|
-
readonly json: {
|
|
426
|
-
id: string;
|
|
427
|
-
name: string;
|
|
428
|
-
color: string;
|
|
429
|
-
view_id: string;
|
|
430
|
-
};
|
|
431
|
-
} & {
|
|
432
|
-
setName(v: string): void;
|
|
433
|
-
setViewID(v: string): void;
|
|
434
|
-
setColor(v: string): void;
|
|
435
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
436
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
437
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
438
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
439
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
440
|
-
}, {
|
|
441
|
-
readonly json: {
|
|
442
|
-
id: string;
|
|
443
|
-
name: string;
|
|
444
|
-
color: string;
|
|
445
|
-
view_id: string;
|
|
446
|
-
};
|
|
447
|
-
} & {
|
|
448
|
-
setName(v: string): void;
|
|
449
|
-
setViewID(v: string): void;
|
|
450
|
-
setColor(v: string): void;
|
|
451
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
452
|
-
variant: "default" | "outline" | "pills";
|
|
453
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
454
|
-
grow: boolean;
|
|
475
|
+
_name: EViewComponentType.Division;
|
|
455
476
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
456
477
|
readonly json: {
|
|
457
|
-
|
|
458
|
-
tabs: {
|
|
459
|
-
id: string;
|
|
460
|
-
name: string;
|
|
461
|
-
color: string;
|
|
462
|
-
view_id: string;
|
|
463
|
-
}[];
|
|
464
|
-
_name: EViewComponentType.Modal;
|
|
465
|
-
variant: "default" | "outline" | "pills";
|
|
466
|
-
orientation: import("@mantine/core").TabsOrientation;
|
|
478
|
+
_name: EViewComponentType.Division;
|
|
467
479
|
};
|
|
468
|
-
} & {
|
|
469
|
-
setVariant(v: import("@mantine/core").TabsVariant): void;
|
|
470
|
-
setOrientation(v: import("@mantine/core").TabsOrientation): void;
|
|
471
|
-
setGrow(v: boolean): void;
|
|
472
|
-
setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
473
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
474
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
475
|
-
view_id: import("mobx-state-tree").ISimpleType<string>;
|
|
476
|
-
color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
477
|
-
}>>[]): void;
|
|
478
|
-
addTab(): void;
|
|
479
|
-
removeTab(index: number): void;
|
|
480
480
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
481
|
-
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
482
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
483
481
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
484
482
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
485
483
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -522,9 +520,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
522
520
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
523
521
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
524
522
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
525
|
-
}
|
|
523
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
526
524
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
527
|
-
}
|
|
525
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
528
526
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
529
527
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
530
528
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -567,13 +565,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
567
565
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
568
566
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
569
567
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
570
|
-
}
|
|
568
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
571
569
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
572
|
-
}
|
|
573
|
-
readonly json: {
|
|
574
|
-
_name: EViewComponentType.Division;
|
|
575
|
-
};
|
|
576
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
570
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
577
571
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
578
572
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
579
573
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -639,7 +633,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
639
633
|
view_id: string;
|
|
640
634
|
}[];
|
|
641
635
|
_name: EViewComponentType.Modal;
|
|
642
|
-
variant: "default" | "outline" | "pills";
|
|
636
|
+
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]>>);
|
|
643
637
|
orientation: import("@mantine/core").TabsOrientation;
|
|
644
638
|
};
|
|
645
639
|
} & {
|
|
@@ -654,6 +648,12 @@ export declare const EditViewForm: (({ view }: {
|
|
|
654
648
|
}>>[]): void;
|
|
655
649
|
addTab(): void;
|
|
656
650
|
removeTab(index: number): void;
|
|
651
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
652
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
653
|
+
}, {
|
|
654
|
+
readonly json: {
|
|
655
|
+
_name: EViewComponentType.Division;
|
|
656
|
+
};
|
|
657
657
|
}>>>);
|
|
658
658
|
panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
659
659
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
@@ -678,7 +678,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
678
678
|
view_id: string;
|
|
679
679
|
}[];
|
|
680
680
|
_name: EViewComponentType.Modal;
|
|
681
|
-
variant: "default" | "outline" | "pills";
|
|
681
|
+
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]>>);
|
|
682
682
|
orientation: import("@mantine/core").TabsOrientation;
|
|
683
683
|
} | {
|
|
684
684
|
_name: EViewComponentType.Division;
|
|
@@ -695,8 +695,6 @@ export declare const EditViewForm: (({ view }: {
|
|
|
695
695
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
696
696
|
type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
|
|
697
697
|
config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
698
|
-
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
699
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
700
698
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
701
699
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
702
700
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -739,9 +737,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
739
737
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
740
738
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
741
739
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
742
|
-
}
|
|
740
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
743
741
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
744
|
-
}
|
|
742
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
745
743
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
746
744
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
747
745
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -784,13 +782,9 @@ export declare const EditViewForm: (({ view }: {
|
|
|
784
782
|
variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
|
|
785
783
|
orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
|
|
786
784
|
grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
787
|
-
}
|
|
785
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
788
786
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
789
|
-
}
|
|
790
|
-
readonly json: {
|
|
791
|
-
_name: EViewComponentType.Division;
|
|
792
|
-
};
|
|
793
|
-
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
787
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
794
788
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
795
789
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
796
790
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -856,7 +850,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
856
850
|
view_id: string;
|
|
857
851
|
}[];
|
|
858
852
|
_name: EViewComponentType.Modal;
|
|
859
|
-
variant: "default" | "outline" | "pills";
|
|
853
|
+
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]>>);
|
|
860
854
|
orientation: import("@mantine/core").TabsOrientation;
|
|
861
855
|
};
|
|
862
856
|
} & {
|
|
@@ -871,6 +865,12 @@ export declare const EditViewForm: (({ view }: {
|
|
|
871
865
|
}>>[]): void;
|
|
872
866
|
addTab(): void;
|
|
873
867
|
removeTab(index: number): void;
|
|
868
|
+
}> | import("mobx-state-tree").ModelInstanceType<{
|
|
869
|
+
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
870
|
+
}, {
|
|
871
|
+
readonly json: {
|
|
872
|
+
_name: EViewComponentType.Division;
|
|
873
|
+
};
|
|
874
874
|
}>>;
|
|
875
875
|
panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
876
876
|
}, {
|
|
@@ -895,7 +895,7 @@ export declare const EditViewForm: (({ view }: {
|
|
|
895
895
|
view_id: string;
|
|
896
896
|
}[];
|
|
897
897
|
_name: EViewComponentType.Modal;
|
|
898
|
-
variant: "default" | "outline" | "pills";
|
|
898
|
+
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]>>);
|
|
899
899
|
orientation: import("@mantine/core").TabsOrientation;
|
|
900
900
|
} | {
|
|
901
901
|
_name: EViewComponentType.Division;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ValidEditorPathType } from '
|
|
1
|
+
import { ValidEditorPathType } from '../../../../dashboard-editor/model/editor';
|
|
2
2
|
export declare function isQueryVars(path: ValidEditorPathType): boolean;
|
|
3
3
|
export declare function isMockContext(path: ValidEditorPathType): boolean;
|
|
4
4
|
export declare function isFilter(path: ValidEditorPathType): boolean;
|