@devtable/dashboard 10.9.8 → 10.10.0
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 +1 -2
- package/dist/api-caller/request.d.ts +1 -1
- package/dist/api-caller/types.d.ts +1 -1
- package/dist/{filter → components/filter}/filter-checkbox/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-checkbox/render.d.ts +4 -4
- package/dist/{filter → components/filter}/filter-date-range/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-date-range/render.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-multi-select/editor.d.ts +2 -2
- package/dist/components/filter/filter-multi-select/render/index.d.ts +10 -0
- package/dist/{filter → components/filter}/filter-select/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-select/render.d.ts +3 -4
- package/dist/{filter → components/filter}/filter-settings/filter-setting.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-settings/preview-filter.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-text-input/editor.d.ts +2 -2
- package/dist/components/filter/filter-text-input/render.d.ts +9 -0
- package/dist/{filter → components/filter}/filter-tree-select/editor.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/index.d.ts +11 -0
- package/dist/{filter → components/filter}/filter.d.ts +2 -2
- package/dist/{filter → components/filter}/index.d.ts +2 -2
- package/dist/components/filter/use-update-filter-preview-values.d.ts +1 -0
- package/dist/components/panel/index.d.ts +2 -0
- package/dist/{panel/panel-dropdown-menu.d.ts → components/panel/panel-editor/dropdown-menu/index.d.ts} +2 -2
- package/dist/components/panel/panel-editor/index.d.ts +8 -0
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +6 -0
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +7 -0
- package/dist/components/panel/panel-render/full-screen-render/index.d.ts +2 -0
- package/dist/{main → components/panel/panel-render/full-screen-render}/use-panel-full-screen.d.ts +347 -355
- package/dist/components/panel/panel-render/index.d.ts +4 -0
- package/dist/components/panel/panel-render/panel-render-base.d.ts +12 -0
- package/dist/components/panel/panel-render/panel-render.d.ts +9 -0
- package/dist/components/panel/panel-render/viz/index.d.ts +3 -0
- package/dist/{panel → components/panel/panel-render/viz}/panel-error-or-state-message.d.ts +2 -2
- package/dist/{panel → components/panel/panel-render/viz}/panel-viz-section.d.ts +2 -2
- package/dist/{panel → components/panel}/plugin-adaptor.d.ts +1 -1
- package/dist/{panel → components/panel}/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -0
- package/dist/components/panel/utils.d.ts +1 -0
- package/dist/{plugins → components/plugins}/color-manager/impl.d.ts +1 -1
- package/dist/{plugins → components/plugins}/controls/color-interpolation-select/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/instance-migrator/index.d.ts +2 -2
- package/dist/{plugins → components/plugins}/plugin-context.d.ts +358 -346
- package/dist/{plugins → components/plugins}/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
- package/dist/{service-locator → components/plugins/service/service-locator}/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +3 -0
- package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/button/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/button/viz-button.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/cartesian/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/migrators/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/funnel/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/funnel/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/heatmap/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/heatmap/type.d.ts +4 -4
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-stats/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/radar-chart/type.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/regression-series.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/stats/update/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/sunburst/type.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +2 -0
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/{view → components/view}/layout/main-layout.d.ts +2 -2
- package/dist/{view → components/view}/layout/read-only-layout.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/index.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/modal.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/tabs.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/index.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/modal.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/tabs.d.ts +2 -2
- package/dist/{view → components/view}/view-editor.d.ts +2 -2
- package/dist/{view → components/view}/view-render.d.ts +2 -2
- package/dist/contexts/index.d.ts +1 -1
- package/dist/contexts/layout-state-context.d.ts +0 -2
- package/dist/contexts/panel-context.d.ts +5657 -4
- package/dist/{main/dashboard-editor → dashboard-editor}/index.d.ts +3 -3
- package/dist/{model → dashboard-editor/model}/datasources/datasource.d.ts +4 -5
- package/dist/{model → dashboard-editor/model}/datasources/index.d.ts +7 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +517 -0
- package/dist/dashboard-editor/model/index.d.ts +7 -0
- package/dist/dashboard-editor/model/panels/index.d.ts +2 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +1278 -0
- package/dist/dashboard-editor/model/panels/panels.d.ts +11201 -0
- package/dist/{model → dashboard-editor/model}/queries/index.d.ts +73 -68
- package/dist/{model → dashboard-editor/model}/sql-snippets/index.d.ts +16 -13
- package/dist/{model → dashboard-editor/model}/views/index.d.ts +39 -39
- package/dist/dashboard-editor/ui/index.d.ts +3 -0
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/model.d.ts +5 -6
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +7 -0
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/item-editor.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/index.d.ts +5 -6
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/utils.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/index.d.ts +1 -1
- package/dist/{main/dashboard-render → dashboard-render}/index.d.ts +3 -3
- package/dist/dashboard-render/model/index.d.ts +2 -0
- package/dist/dashboard.es.js +14509 -14245
- package/dist/dashboard.umd.js +151 -151
- package/dist/index.d.ts +5 -4
- package/dist/interactions/components/interaction-settings.d.ts +1 -1
- package/dist/interactions/hooks/use-current-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 +2 -2
- package/dist/interactions/interactions-viewer/data/types.d.ts +1 -1
- package/dist/interactions/temp-hack.d.ts +2 -1
- package/dist/model/index.d.ts +3 -8
- package/dist/model/meta-model/context/context.d.ts +31 -0
- package/dist/model/meta-model/context/index.d.ts +1 -0
- package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts} +4 -4
- package/dist/model/meta-model/dashboard/content/filter/index.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/filter/types.d.ts +8 -0
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/index.d.ts +6 -0
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/index.d.ts +7 -0
- package/dist/model/meta-model/dashboard/content/mock-context/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +14 -0
- package/dist/model/meta-model/dashboard/content/panel/index.d.ts +5 -0
- package/dist/model/{panels → meta-model/dashboard/content/panel}/layout.d.ts +1 -3
- package/dist/model/{panels → meta-model/dashboard/content/panel}/panel.d.ts +9 -164
- package/dist/model/{panels → meta-model/dashboard/content/panel}/style/border.d.ts +1 -3
- package/dist/model/{panels → meta-model/dashboard/content/panel}/style/index.d.ts +1 -3
- package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts} +5 -11
- package/dist/model/{panels → meta-model/dashboard/content/panel}/viz.d.ts +1 -3
- package/dist/model/meta-model/dashboard/content/query/index.d.ts +2 -0
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +37 -0
- package/dist/model/meta-model/dashboard/content/sql-snippet/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +14 -0
- package/dist/model/meta-model/dashboard/content/types.d.ts +9 -0
- package/dist/model/meta-model/dashboard/content/view/index.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/view/types.d.ts +5 -0
- package/dist/model/{views/view/index.d.ts → meta-model/dashboard/content/view/view.d.ts} +5 -5
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/division.d.ts +5 -5
- package/dist/model/meta-model/dashboard/content/view/widgets/index.d.ts +3 -0
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/modal.d.ts +13 -5
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/tabs.d.ts +6 -7
- package/dist/model/meta-model/dashboard/index.d.ts +1 -0
- package/dist/model/meta-model/datasources/datasource.d.ts +10 -0
- package/dist/model/meta-model/datasources/datasources.d.ts +32 -0
- package/dist/model/meta-model/datasources/index.d.ts +2 -0
- package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts +1 -1
- package/dist/model/{global-sql-snippets/index.d.ts → meta-model/global-sql-snippets/global-sql-snippets.d.ts} +2 -2
- package/dist/model/meta-model/global-sql-snippets/index.d.ts +2 -0
- package/dist/model/meta-model/index.d.ts +4 -0
- package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts} +28 -51
- package/dist/model/render-model/dashboard/content/filters/index.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -0
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +4 -0
- package/dist/model/render-model/dashboard/content/index.d.ts +5 -0
- package/dist/model/render-model/dashboard/content/panels/index.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1269 -0
- package/dist/model/{panels/index.d.ts → render-model/dashboard/content/panels/panels.d.ts} +1331 -1371
- package/dist/model/render-model/dashboard/content/queries/index.d.ts +3 -0
- package/dist/model/{queries → render-model/dashboard/content/queries}/mute-query.d.ts +12 -12
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +366 -0
- package/dist/model/{queries → render-model/dashboard/content/queries}/query.d.ts +14 -13
- package/dist/model/render-model/dashboard/content/sql-snippets/index.d.ts +4 -0
- package/dist/model/{sql-snippets → render-model/dashboard/content/sql-snippets}/sql-snippet.d.ts +5 -4
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +54 -0
- package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/views/index.d.ts +1 -0
- package/dist/model/render-model/dashboard/content/views/views.d.ts +3889 -0
- package/dist/model/render-model/dashboard/index.d.ts +1 -0
- package/dist/model/render-model/index.d.ts +1 -0
- package/dist/model/utils/draft.d.ts +10 -0
- package/dist/model/utils/index.d.ts +1 -0
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/types/dashboard.d.ts +4 -11
- package/dist/types/filter.d.ts +1 -8
- package/dist/types/plugin/index.d.ts +2 -2
- package/dist/utils/error-boundary.d.ts +1 -1
- 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 +1 -1
- package/dist/filter/filter-multi-select/render/index.d.ts +0 -11
- package/dist/filter/filter-text-input/render.d.ts +0 -9
- package/dist/filter/filter-tree-select/render/index.d.ts +0 -11
- package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +0 -8
- package/dist/main/full-screen-panel.d.ts +0 -8
- package/dist/main/index.d.ts +0 -3
- package/dist/main/use-top-level-services.d.ts +0 -3
- package/dist/model/context.d.ts +0 -11
- package/dist/model/filters/filter/common.d.ts +0 -16
- package/dist/model/mock-context.d.ts +0 -11
- package/dist/model/sql-snippets/types.d.ts +0 -3
- package/dist/panel/index.d.ts +0 -9
- package/dist/panel/use-config-viz-instance-service.d.ts +0 -3
- package/dist/plugins/viz-components/text/index.d.ts +0 -2
- /package/dist/{filter → components/filter}/error-message-or-not-found.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-multi-select/render/widget.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-multi-select/render/widget.styles.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/expected-structure.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/query-data-to-tree.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/switcher-icon.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/tree-icon.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/widget.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/widget.styles.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/types.d.ts +0 -0
- /package/dist/{filter → components/filter}/pick-query-for-filter/expected-structure-for-select.d.ts +0 -0
- /package/dist/{filter → components/filter}/pick-query-for-filter/index.d.ts +0 -0
- /package/dist/{filter → components/filter}/select-item.d.ts +0 -0
- /package/dist/{panel/panel-description.d.ts → components/panel/panel-render/description-popover/index.d.ts} +0 -0
- /package/dist/{panel/title-bar.d.ts → components/panel/panel-render/title-bar/index.d.ts} +0 -0
- /package/dist/{panel/viz/index.d.ts → components/panel/panel-render/viz/viz.d.ts} +0 -0
- /package/dist/{panel → components/panel}/settings/common/color-array-input.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/css-types.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/data-field-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-color-swatches.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-color.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-font-weight.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-size-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/numbro-format-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/text-array-input.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/color-manager.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/multi-step-value-mapper.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/diverging-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/sequential-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/label-position-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/style.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-channel-event.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-row-data-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-storage-data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-tab-state.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/json-plugin-storage.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/message-channels.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-data-migrator/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-data-migrator/version-based-migrator.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-manager.d.ts +0 -0
- /package/dist/{service-locator → components/plugins/service/service-locator}/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/sub-tree-json-plugin-storage.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/common.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/dataset.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/triggers/click-button.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/calendar/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/calendar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/formatters.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/regression-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.scatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/y-axes.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/events.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_areas.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_lines.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/series_items.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/label-formatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/variables.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/click-echart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/heat_block/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/y-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/formatters.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/visual-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/click-heat-block.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/deviation.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/x_axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-1.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-2.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-3.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/styles/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/mark-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/mark-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/y-axes.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/click-pareto.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/click-pie-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/dimension.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/series.label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/triggers/click-radar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/regression-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/parse-rich-text-content.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-areas/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/dataset.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/data-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/level.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/array-to-tree.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/levels.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/components/head-cell.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/column.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/func_content-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/styling.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/table-cell-context.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/triggers/click-cell-content.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/value-type-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/value.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.styles.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/func-content-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/viz-text-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/viz-text.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/error-figure.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/components.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/impl.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/types.d.ts +0 -0
- /package/dist/{view → components/view}/index.d.ts +0 -0
- /package/dist/{view → components/view}/layout/index.d.ts +0 -0
- /package/dist/{view → components/view}/view-component/preview/division.d.ts +0 -0
- /package/dist/{view → components/view}/view-component/render/division.d.ts +0 -0
- /package/dist/components/{about-function-utils → widgets/about-function-utils}/index.d.ts +0 -0
- /package/dist/components/{function-editor.tsx → widgets/function-editor}/index.d.ts +0 -0
- /package/dist/components/{inline-function-input → widgets/inline-function-input}/index.d.ts +0 -0
- /package/dist/components/{minimal-monaco-editor.d.ts → widgets/minimal-monaco-editor.d.ts} +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/font-size-extension.d.ts +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/readonly-rich-text-editor.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/columns.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/indexes.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/table-data.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/tables.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/editor/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/header-menu.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/main-header.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/save-changes-or-more.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/sub-header.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/view-links.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.style.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/query-state-message.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-filter/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-mock-context/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/description.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/edit-style.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/title.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/pick-query/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/preview-panel.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/select-viz-type.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/styles.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-field.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/viz-conf.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/query-usage.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/preview-snippet.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/global-sql-snippets-table.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-guide.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-modal.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-filter.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-panel.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-query.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-view.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/nav-links.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor}/utils/load-monaco-editor.d.ts +0 -0
- /package/dist/model/{queries → meta-model/dashboard/content/query}/types.d.ts +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import {
|
|
2
|
+
import { QueryRenderModelInstance } from '~/model';
|
|
3
3
|
export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
4
4
|
current: 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
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
7
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DataSourceType>;
|
|
8
8
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
9
9
|
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
10
10
|
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
@@ -22,12 +22,22 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
22
22
|
key: string;
|
|
23
23
|
sql: string;
|
|
24
24
|
name: string;
|
|
25
|
-
type: import("
|
|
25
|
+
type: import("~/model").DataSourceType;
|
|
26
26
|
run_by: 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]>>;
|
|
27
27
|
react_to: 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]>>;
|
|
28
28
|
pre_process: string;
|
|
29
29
|
post_process: string;
|
|
30
30
|
};
|
|
31
|
+
} & {
|
|
32
|
+
setName(name: string): void;
|
|
33
|
+
setKey(key: string): void;
|
|
34
|
+
setType(type: import("~/model").DataSourceType): void;
|
|
35
|
+
setSQL(sql: string): void;
|
|
36
|
+
setRunBy(v: string[]): void;
|
|
37
|
+
setReactTo(v: string[]): void;
|
|
38
|
+
setPreProcess(v: string): void;
|
|
39
|
+
setPostProcess(v: string): void;
|
|
40
|
+
} & {
|
|
31
41
|
readonly conditionOptions: {
|
|
32
42
|
label: string;
|
|
33
43
|
value: string;
|
|
@@ -41,15 +51,6 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
41
51
|
context: string[];
|
|
42
52
|
filters: any[];
|
|
43
53
|
};
|
|
44
|
-
} & {
|
|
45
|
-
setName(name: string): void;
|
|
46
|
-
setKey(key: string): void;
|
|
47
|
-
setType(type: import("./types").DataSourceType): void;
|
|
48
|
-
setSQL(sql: string): void;
|
|
49
|
-
setRunBy(v: string[]): void;
|
|
50
|
-
setReactTo(v: string[]): void;
|
|
51
|
-
setPreProcess(v: string): void;
|
|
52
|
-
setPostProcess(v: string): void;
|
|
53
54
|
} & {
|
|
54
55
|
readonly formattedSQL: any;
|
|
55
56
|
readonly typedAsSQL: boolean;
|
|
@@ -74,7 +75,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
74
75
|
findByID(id: string): ({
|
|
75
76
|
id: string;
|
|
76
77
|
name: string;
|
|
77
|
-
type: import("
|
|
78
|
+
type: import("~/model").DataSourceType;
|
|
78
79
|
key: string;
|
|
79
80
|
sql: string;
|
|
80
81
|
pre_process: string;
|
|
@@ -91,12 +92,22 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
91
92
|
key: string;
|
|
92
93
|
sql: string;
|
|
93
94
|
name: string;
|
|
94
|
-
type: import("
|
|
95
|
+
type: import("~/model").DataSourceType;
|
|
95
96
|
run_by: 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]>>;
|
|
96
97
|
react_to: 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]>>;
|
|
97
98
|
pre_process: string;
|
|
98
99
|
post_process: string;
|
|
99
100
|
};
|
|
101
|
+
} & {
|
|
102
|
+
setName(name: string): void;
|
|
103
|
+
setKey(key: string): void;
|
|
104
|
+
setType(type: import("~/model").DataSourceType): void;
|
|
105
|
+
setSQL(sql: string): void;
|
|
106
|
+
setRunBy(v: string[]): void;
|
|
107
|
+
setReactTo(v: string[]): void;
|
|
108
|
+
setPreProcess(v: string): void;
|
|
109
|
+
setPostProcess(v: string): void;
|
|
110
|
+
} & {
|
|
100
111
|
readonly conditionOptions: {
|
|
101
112
|
label: string;
|
|
102
113
|
value: string;
|
|
@@ -110,15 +121,6 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
110
121
|
context: string[];
|
|
111
122
|
filters: any[];
|
|
112
123
|
};
|
|
113
|
-
} & {
|
|
114
|
-
setName(name: string): void;
|
|
115
|
-
setKey(key: string): void;
|
|
116
|
-
setType(type: import("./types").DataSourceType): void;
|
|
117
|
-
setSQL(sql: string): void;
|
|
118
|
-
setRunBy(v: string[]): void;
|
|
119
|
-
setReactTo(v: string[]): void;
|
|
120
|
-
setPreProcess(v: string): void;
|
|
121
|
-
setPostProcess(v: string): void;
|
|
122
124
|
} & {
|
|
123
125
|
readonly formattedSQL: any;
|
|
124
126
|
readonly typedAsSQL: boolean;
|
|
@@ -140,7 +142,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
140
142
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
141
143
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
142
144
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
143
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
145
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DataSourceType>;
|
|
144
146
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
145
147
|
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
146
148
|
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
@@ -158,12 +160,22 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
158
160
|
key: string;
|
|
159
161
|
sql: string;
|
|
160
162
|
name: string;
|
|
161
|
-
type: import("
|
|
163
|
+
type: import("~/model").DataSourceType;
|
|
162
164
|
run_by: 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]>>;
|
|
163
165
|
react_to: 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]>>;
|
|
164
166
|
pre_process: string;
|
|
165
167
|
post_process: string;
|
|
166
168
|
};
|
|
169
|
+
} & {
|
|
170
|
+
setName(name: string): void;
|
|
171
|
+
setKey(key: string): void;
|
|
172
|
+
setType(type: import("~/model").DataSourceType): void;
|
|
173
|
+
setSQL(sql: string): void;
|
|
174
|
+
setRunBy(v: string[]): void;
|
|
175
|
+
setReactTo(v: string[]): void;
|
|
176
|
+
setPreProcess(v: string): void;
|
|
177
|
+
setPostProcess(v: string): void;
|
|
178
|
+
} & {
|
|
167
179
|
readonly conditionOptions: {
|
|
168
180
|
label: string;
|
|
169
181
|
value: string;
|
|
@@ -177,15 +189,6 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
177
189
|
context: string[];
|
|
178
190
|
filters: any[];
|
|
179
191
|
};
|
|
180
|
-
} & {
|
|
181
|
-
setName(name: string): void;
|
|
182
|
-
setKey(key: string): void;
|
|
183
|
-
setType(type: import("./types").DataSourceType): void;
|
|
184
|
-
setSQL(sql: string): void;
|
|
185
|
-
setRunBy(v: string[]): void;
|
|
186
|
-
setReactTo(v: string[]): void;
|
|
187
|
-
setPreProcess(v: string): void;
|
|
188
|
-
setPostProcess(v: string): void;
|
|
189
192
|
} & {
|
|
190
193
|
readonly formattedSQL: any;
|
|
191
194
|
readonly typedAsSQL: boolean;
|
|
@@ -208,7 +211,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
208
211
|
findByIDSet(idset: Set<string>): ({
|
|
209
212
|
id: string;
|
|
210
213
|
name: string;
|
|
211
|
-
type: import("
|
|
214
|
+
type: import("~/model").DataSourceType;
|
|
212
215
|
key: string;
|
|
213
216
|
sql: string;
|
|
214
217
|
pre_process: string;
|
|
@@ -225,12 +228,22 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
225
228
|
key: string;
|
|
226
229
|
sql: string;
|
|
227
230
|
name: string;
|
|
228
|
-
type: import("
|
|
231
|
+
type: import("~/model").DataSourceType;
|
|
229
232
|
run_by: 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]>>;
|
|
230
233
|
react_to: 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]>>;
|
|
231
234
|
pre_process: string;
|
|
232
235
|
post_process: string;
|
|
233
236
|
};
|
|
237
|
+
} & {
|
|
238
|
+
setName(name: string): void;
|
|
239
|
+
setKey(key: string): void;
|
|
240
|
+
setType(type: import("~/model").DataSourceType): void;
|
|
241
|
+
setSQL(sql: string): void;
|
|
242
|
+
setRunBy(v: string[]): void;
|
|
243
|
+
setReactTo(v: string[]): void;
|
|
244
|
+
setPreProcess(v: string): void;
|
|
245
|
+
setPostProcess(v: string): void;
|
|
246
|
+
} & {
|
|
234
247
|
readonly conditionOptions: {
|
|
235
248
|
label: string;
|
|
236
249
|
value: string;
|
|
@@ -244,15 +257,6 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
244
257
|
context: string[];
|
|
245
258
|
filters: any[];
|
|
246
259
|
};
|
|
247
|
-
} & {
|
|
248
|
-
setName(name: string): void;
|
|
249
|
-
setKey(key: string): void;
|
|
250
|
-
setType(type: import("./types").DataSourceType): void;
|
|
251
|
-
setSQL(sql: string): void;
|
|
252
|
-
setRunBy(v: string[]): void;
|
|
253
|
-
setReactTo(v: string[]): void;
|
|
254
|
-
setPreProcess(v: string): void;
|
|
255
|
-
setPostProcess(v: string): void;
|
|
256
260
|
} & {
|
|
257
261
|
readonly formattedSQL: any;
|
|
258
262
|
readonly typedAsSQL: boolean;
|
|
@@ -274,7 +278,7 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
274
278
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
275
279
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
276
280
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
277
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
281
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DataSourceType>;
|
|
278
282
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
279
283
|
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
280
284
|
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
@@ -292,12 +296,22 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
292
296
|
key: string;
|
|
293
297
|
sql: string;
|
|
294
298
|
name: string;
|
|
295
|
-
type: import("
|
|
299
|
+
type: import("~/model").DataSourceType;
|
|
296
300
|
run_by: 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]>>;
|
|
297
301
|
react_to: 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]>>;
|
|
298
302
|
pre_process: string;
|
|
299
303
|
post_process: string;
|
|
300
304
|
};
|
|
305
|
+
} & {
|
|
306
|
+
setName(name: string): void;
|
|
307
|
+
setKey(key: string): void;
|
|
308
|
+
setType(type: import("~/model").DataSourceType): void;
|
|
309
|
+
setSQL(sql: string): void;
|
|
310
|
+
setRunBy(v: string[]): void;
|
|
311
|
+
setReactTo(v: string[]): void;
|
|
312
|
+
setPreProcess(v: string): void;
|
|
313
|
+
setPostProcess(v: string): void;
|
|
314
|
+
} & {
|
|
301
315
|
readonly conditionOptions: {
|
|
302
316
|
label: string;
|
|
303
317
|
value: string;
|
|
@@ -311,15 +325,6 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
311
325
|
context: string[];
|
|
312
326
|
filters: any[];
|
|
313
327
|
};
|
|
314
|
-
} & {
|
|
315
|
-
setName(name: string): void;
|
|
316
|
-
setKey(key: string): void;
|
|
317
|
-
setType(type: import("./types").DataSourceType): void;
|
|
318
|
-
setSQL(sql: string): void;
|
|
319
|
-
setRunBy(v: string[]): void;
|
|
320
|
-
setReactTo(v: string[]): void;
|
|
321
|
-
setPreProcess(v: string): void;
|
|
322
|
-
setPostProcess(v: string): void;
|
|
323
328
|
} & {
|
|
324
329
|
readonly formattedSQL: any;
|
|
325
330
|
readonly typedAsSQL: boolean;
|
|
@@ -339,33 +344,33 @@ export declare const QueriesModel: import("mobx-state-tree").IModelType<{
|
|
|
339
344
|
} & {
|
|
340
345
|
afterCreate(): void;
|
|
341
346
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
342
|
-
readonly options: {
|
|
343
|
-
readonly value: string;
|
|
344
|
-
readonly label: string;
|
|
345
|
-
readonly _type: "query";
|
|
346
|
-
}[];
|
|
347
|
-
} & {
|
|
348
347
|
readonly json: {
|
|
349
348
|
id: string;
|
|
350
349
|
key: string;
|
|
351
350
|
sql: string;
|
|
352
351
|
name: string;
|
|
353
|
-
type: import("
|
|
352
|
+
type: import("~/model").DataSourceType;
|
|
354
353
|
run_by: 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]>>;
|
|
355
354
|
react_to: 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]>>;
|
|
356
355
|
pre_process: string;
|
|
357
356
|
post_process: string;
|
|
358
357
|
}[];
|
|
359
358
|
} & {
|
|
360
|
-
replace(current: Array<QueryModelInstance>): void;
|
|
361
|
-
append(item: QueryModelInstance): void;
|
|
362
|
-
remove(index: number): void;
|
|
363
|
-
replaceByIndex(index: number, replacement: QueryModelInstance): void;
|
|
364
359
|
downloadAllData(): void;
|
|
365
360
|
downloadDataByQueryIDs(ids: string[]): void;
|
|
366
361
|
downloadDataByQueryID(id: string): void;
|
|
367
362
|
refetchDataByQueryID(queryID: string): Promise<void> | undefined;
|
|
363
|
+
} & {
|
|
364
|
+
readonly options: {
|
|
365
|
+
readonly value: string;
|
|
366
|
+
readonly label: string;
|
|
367
|
+
readonly _type: "query";
|
|
368
|
+
}[];
|
|
369
|
+
} & {
|
|
370
|
+
replace(current: Array<QueryRenderModelInstance>): void;
|
|
371
|
+
append(item: QueryRenderModelInstance): void;
|
|
372
|
+
remove(index: number): void;
|
|
373
|
+
replaceByIndex(index: number, replacement: QueryRenderModelInstance): void;
|
|
368
374
|
removeQuery(queryID: string): void;
|
|
369
375
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
370
376
|
export declare type QueriesModelInstance = Instance<typeof QueriesModel>;
|
|
371
|
-
export * from './query';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import {
|
|
2
|
+
import { SQLSnippetRenderModelInstance, SQLSnippetRenderModelSnapshotIn } from '~/model';
|
|
3
3
|
export declare const SQLSnippetsModel: import("mobx-state-tree").IModelType<{
|
|
4
4
|
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
5
5
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -9,21 +9,17 @@ export declare const SQLSnippetsModel: import("mobx-state-tree").IModelType<{
|
|
|
9
9
|
key: string;
|
|
10
10
|
value: string;
|
|
11
11
|
};
|
|
12
|
-
isADuplicatedKey(newKey: string): boolean;
|
|
13
12
|
} & {
|
|
14
13
|
setKey(key: string): void;
|
|
15
14
|
setValue(value: string): void;
|
|
15
|
+
} & {
|
|
16
|
+
isADuplicatedKey(newKey: string): boolean;
|
|
16
17
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
17
18
|
}, {
|
|
18
19
|
readonly json: {
|
|
19
20
|
key: string;
|
|
20
21
|
value: string;
|
|
21
22
|
}[];
|
|
22
|
-
readonly options: {
|
|
23
|
-
readonly label: string;
|
|
24
|
-
readonly value: string;
|
|
25
|
-
readonly _type: "sql_snippet";
|
|
26
|
-
}[];
|
|
27
23
|
readonly record: Record<string, string>;
|
|
28
24
|
readonly firstKey: string | undefined;
|
|
29
25
|
findByKey(key: string): ({
|
|
@@ -34,10 +30,11 @@ export declare const SQLSnippetsModel: import("mobx-state-tree").IModelType<{
|
|
|
34
30
|
key: string;
|
|
35
31
|
value: string;
|
|
36
32
|
};
|
|
37
|
-
isADuplicatedKey(newKey: string): boolean;
|
|
38
33
|
} & {
|
|
39
34
|
setKey(key: string): void;
|
|
40
35
|
setValue(value: string): void;
|
|
36
|
+
} & {
|
|
37
|
+
isADuplicatedKey(newKey: string): boolean;
|
|
41
38
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
42
39
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
43
40
|
value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -46,17 +43,23 @@ export declare const SQLSnippetsModel: import("mobx-state-tree").IModelType<{
|
|
|
46
43
|
key: string;
|
|
47
44
|
value: string;
|
|
48
45
|
};
|
|
49
|
-
isADuplicatedKey(newKey: string): boolean;
|
|
50
46
|
} & {
|
|
51
47
|
setKey(key: string): void;
|
|
52
48
|
setValue(value: string): void;
|
|
49
|
+
} & {
|
|
50
|
+
isADuplicatedKey(newKey: string): boolean;
|
|
53
51
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
54
52
|
} & {
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
readonly options: {
|
|
54
|
+
readonly label: string;
|
|
55
|
+
readonly value: string;
|
|
56
|
+
readonly _type: "sql_snippet";
|
|
57
|
+
}[];
|
|
58
|
+
} & {
|
|
59
|
+
replace(current: Array<SQLSnippetRenderModelInstance>): void;
|
|
60
|
+
append(item: SQLSnippetRenderModelSnapshotIn): void;
|
|
57
61
|
remove(index: number): void;
|
|
58
62
|
removeByKey(key: string): void;
|
|
59
|
-
replaceByIndex(index: number, replacement:
|
|
63
|
+
replaceByIndex(index: number, replacement: SQLSnippetRenderModelSnapshotIn): void;
|
|
60
64
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
61
65
|
export declare type SQLSnippetsModelInstance = Instance<typeof SQLSnippetsModel>;
|
|
62
|
-
export * from './sql-snippet';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
-
import { EViewComponentType
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import { IViewConfigModel_ModalIn } from './view/modal';
|
|
2
|
+
import { EViewComponentType } from '~/model';
|
|
3
|
+
import { IDashboardView } from '~/types';
|
|
4
|
+
import { ViewDivisionConfigSnapshotIn, ViewMetaInstance, ViewModalConfigSnapshotIn } from '~/model';
|
|
6
5
|
export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
7
6
|
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
8
7
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -193,8 +192,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
193
192
|
name: string;
|
|
194
193
|
type: EViewComponentType;
|
|
195
194
|
config: {
|
|
196
|
-
_name: EViewComponentType.Division;
|
|
197
|
-
} | {
|
|
198
195
|
_name: EViewComponentType.Modal;
|
|
199
196
|
width: string;
|
|
200
197
|
height: string;
|
|
@@ -213,6 +210,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
213
210
|
_name: EViewComponentType.Modal;
|
|
214
211
|
variant: "default" | "outline" | "pills";
|
|
215
212
|
orientation: import("@mantine/core").TabsOrientation;
|
|
213
|
+
} | {
|
|
214
|
+
_name: EViewComponentType.Division;
|
|
216
215
|
};
|
|
217
216
|
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]>>;
|
|
218
217
|
};
|
|
@@ -223,6 +222,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
223
222
|
removePanelID(id: string): void;
|
|
224
223
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
225
224
|
visibleViewIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
225
|
+
} & {
|
|
226
226
|
idOfVIE: import("mobx-state-tree").ISimpleType<string>;
|
|
227
227
|
}, {
|
|
228
228
|
readonly json: {
|
|
@@ -230,8 +230,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
230
230
|
name: string;
|
|
231
231
|
type: EViewComponentType;
|
|
232
232
|
config: {
|
|
233
|
-
_name: EViewComponentType.Division;
|
|
234
|
-
} | {
|
|
235
233
|
_name: EViewComponentType.Modal;
|
|
236
234
|
width: string;
|
|
237
235
|
height: string;
|
|
@@ -250,6 +248,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
250
248
|
_name: EViewComponentType.Modal;
|
|
251
249
|
variant: "default" | "outline" | "pills";
|
|
252
250
|
orientation: import("@mantine/core").TabsOrientation;
|
|
251
|
+
} | {
|
|
252
|
+
_name: EViewComponentType.Division;
|
|
253
253
|
};
|
|
254
254
|
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]>>;
|
|
255
255
|
}[];
|
|
@@ -915,8 +915,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
915
915
|
name: string;
|
|
916
916
|
type: EViewComponentType;
|
|
917
917
|
config: {
|
|
918
|
-
_name: EViewComponentType.Division;
|
|
919
|
-
} | {
|
|
920
918
|
_name: EViewComponentType.Modal;
|
|
921
919
|
width: string;
|
|
922
920
|
height: string;
|
|
@@ -935,6 +933,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
935
933
|
_name: EViewComponentType.Modal;
|
|
936
934
|
variant: "default" | "outline" | "pills";
|
|
937
935
|
orientation: import("@mantine/core").TabsOrientation;
|
|
936
|
+
} | {
|
|
937
|
+
_name: EViewComponentType.Division;
|
|
938
938
|
};
|
|
939
939
|
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]>>;
|
|
940
940
|
};
|
|
@@ -1132,8 +1132,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
1132
1132
|
name: string;
|
|
1133
1133
|
type: EViewComponentType;
|
|
1134
1134
|
config: {
|
|
1135
|
-
_name: EViewComponentType.Division;
|
|
1136
|
-
} | {
|
|
1137
1135
|
_name: EViewComponentType.Modal;
|
|
1138
1136
|
width: string;
|
|
1139
1137
|
height: string;
|
|
@@ -1152,6 +1150,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
1152
1150
|
_name: EViewComponentType.Modal;
|
|
1153
1151
|
variant: "default" | "outline" | "pills";
|
|
1154
1152
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1153
|
+
} | {
|
|
1154
|
+
_name: EViewComponentType.Division;
|
|
1155
1155
|
};
|
|
1156
1156
|
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]>>;
|
|
1157
1157
|
};
|
|
@@ -1823,8 +1823,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
1823
1823
|
name: string;
|
|
1824
1824
|
type: EViewComponentType;
|
|
1825
1825
|
config: {
|
|
1826
|
-
_name: EViewComponentType.Division;
|
|
1827
|
-
} | {
|
|
1828
1826
|
_name: EViewComponentType.Modal;
|
|
1829
1827
|
width: string;
|
|
1830
1828
|
height: string;
|
|
@@ -1843,6 +1841,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
1843
1841
|
_name: EViewComponentType.Modal;
|
|
1844
1842
|
variant: "default" | "outline" | "pills";
|
|
1845
1843
|
orientation: import("@mantine/core").TabsOrientation;
|
|
1844
|
+
} | {
|
|
1845
|
+
_name: EViewComponentType.Division;
|
|
1846
1846
|
};
|
|
1847
1847
|
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]>>;
|
|
1848
1848
|
};
|
|
@@ -2040,8 +2040,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2040
2040
|
name: string;
|
|
2041
2041
|
type: EViewComponentType;
|
|
2042
2042
|
config: {
|
|
2043
|
-
_name: EViewComponentType.Division;
|
|
2044
|
-
} | {
|
|
2045
2043
|
_name: EViewComponentType.Modal;
|
|
2046
2044
|
width: string;
|
|
2047
2045
|
height: string;
|
|
@@ -2060,6 +2058,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2060
2058
|
_name: EViewComponentType.Modal;
|
|
2061
2059
|
variant: "default" | "outline" | "pills";
|
|
2062
2060
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2061
|
+
} | {
|
|
2062
|
+
_name: EViewComponentType.Division;
|
|
2063
2063
|
};
|
|
2064
2064
|
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]>>;
|
|
2065
2065
|
};
|
|
@@ -2069,7 +2069,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2069
2069
|
appendPanelID(id: string): void;
|
|
2070
2070
|
removePanelID(id: string): void;
|
|
2071
2071
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
2072
|
-
readonly isVIETheFirstView: boolean;
|
|
2073
2072
|
readonly firstVisibleView: ({
|
|
2074
2073
|
id: string;
|
|
2075
2074
|
name: string;
|
|
@@ -2732,8 +2731,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2732
2731
|
name: string;
|
|
2733
2732
|
type: EViewComponentType;
|
|
2734
2733
|
config: {
|
|
2735
|
-
_name: EViewComponentType.Division;
|
|
2736
|
-
} | {
|
|
2737
2734
|
_name: EViewComponentType.Modal;
|
|
2738
2735
|
width: string;
|
|
2739
2736
|
height: string;
|
|
@@ -2752,6 +2749,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2752
2749
|
_name: EViewComponentType.Modal;
|
|
2753
2750
|
variant: "default" | "outline" | "pills";
|
|
2754
2751
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2752
|
+
} | {
|
|
2753
|
+
_name: EViewComponentType.Division;
|
|
2755
2754
|
};
|
|
2756
2755
|
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]>>;
|
|
2757
2756
|
};
|
|
@@ -2949,8 +2948,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2949
2948
|
name: string;
|
|
2950
2949
|
type: EViewComponentType;
|
|
2951
2950
|
config: {
|
|
2952
|
-
_name: EViewComponentType.Division;
|
|
2953
|
-
} | {
|
|
2954
2951
|
_name: EViewComponentType.Modal;
|
|
2955
2952
|
width: string;
|
|
2956
2953
|
height: string;
|
|
@@ -2969,6 +2966,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
2969
2966
|
_name: EViewComponentType.Modal;
|
|
2970
2967
|
variant: "default" | "outline" | "pills";
|
|
2971
2968
|
orientation: import("@mantine/core").TabsOrientation;
|
|
2969
|
+
} | {
|
|
2970
|
+
_name: EViewComponentType.Division;
|
|
2972
2971
|
};
|
|
2973
2972
|
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]>>;
|
|
2974
2973
|
};
|
|
@@ -3640,8 +3639,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
3640
3639
|
name: string;
|
|
3641
3640
|
type: EViewComponentType;
|
|
3642
3641
|
config: {
|
|
3643
|
-
_name: EViewComponentType.Division;
|
|
3644
|
-
} | {
|
|
3645
3642
|
_name: EViewComponentType.Modal;
|
|
3646
3643
|
width: string;
|
|
3647
3644
|
height: string;
|
|
@@ -3660,6 +3657,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
3660
3657
|
_name: EViewComponentType.Modal;
|
|
3661
3658
|
variant: "default" | "outline" | "pills";
|
|
3662
3659
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3660
|
+
} | {
|
|
3661
|
+
_name: EViewComponentType.Division;
|
|
3663
3662
|
};
|
|
3664
3663
|
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]>>;
|
|
3665
3664
|
};
|
|
@@ -3857,8 +3856,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
3857
3856
|
name: string;
|
|
3858
3857
|
type: EViewComponentType;
|
|
3859
3858
|
config: {
|
|
3860
|
-
_name: EViewComponentType.Division;
|
|
3861
|
-
} | {
|
|
3862
3859
|
_name: EViewComponentType.Modal;
|
|
3863
3860
|
width: string;
|
|
3864
3861
|
height: string;
|
|
@@ -3877,6 +3874,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
3877
3874
|
_name: EViewComponentType.Modal;
|
|
3878
3875
|
variant: "default" | "outline" | "pills";
|
|
3879
3876
|
orientation: import("@mantine/core").TabsOrientation;
|
|
3877
|
+
} | {
|
|
3878
|
+
_name: EViewComponentType.Division;
|
|
3880
3879
|
};
|
|
3881
3880
|
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]>>;
|
|
3882
3881
|
};
|
|
@@ -3886,6 +3885,11 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
3886
3885
|
appendPanelID(id: string): void;
|
|
3887
3886
|
removePanelID(id: string): void;
|
|
3888
3887
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
3888
|
+
} & {
|
|
3889
|
+
appendToVisibles(viewID: string): void;
|
|
3890
|
+
rmVisibleViewID(id: string): void;
|
|
3891
|
+
} & {
|
|
3892
|
+
readonly isVIETheFirstView: boolean;
|
|
3889
3893
|
readonly VIE: ({
|
|
3890
3894
|
id: string;
|
|
3891
3895
|
name: string;
|
|
@@ -4548,8 +4552,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
4548
4552
|
name: string;
|
|
4549
4553
|
type: EViewComponentType;
|
|
4550
4554
|
config: {
|
|
4551
|
-
_name: EViewComponentType.Division;
|
|
4552
|
-
} | {
|
|
4553
4555
|
_name: EViewComponentType.Modal;
|
|
4554
4556
|
width: string;
|
|
4555
4557
|
height: string;
|
|
@@ -4568,6 +4570,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
4568
4570
|
_name: EViewComponentType.Modal;
|
|
4569
4571
|
variant: "default" | "outline" | "pills";
|
|
4570
4572
|
orientation: import("@mantine/core").TabsOrientation;
|
|
4573
|
+
} | {
|
|
4574
|
+
_name: EViewComponentType.Division;
|
|
4571
4575
|
};
|
|
4572
4576
|
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]>>;
|
|
4573
4577
|
};
|
|
@@ -4765,8 +4769,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
4765
4769
|
name: string;
|
|
4766
4770
|
type: EViewComponentType;
|
|
4767
4771
|
config: {
|
|
4768
|
-
_name: EViewComponentType.Division;
|
|
4769
|
-
} | {
|
|
4770
4772
|
_name: EViewComponentType.Modal;
|
|
4771
4773
|
width: string;
|
|
4772
4774
|
height: string;
|
|
@@ -4785,6 +4787,8 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
4785
4787
|
_name: EViewComponentType.Modal;
|
|
4786
4788
|
variant: "default" | "outline" | "pills";
|
|
4787
4789
|
orientation: import("@mantine/core").TabsOrientation;
|
|
4790
|
+
} | {
|
|
4791
|
+
_name: EViewComponentType.Division;
|
|
4788
4792
|
};
|
|
4789
4793
|
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]>>;
|
|
4790
4794
|
};
|
|
@@ -4806,19 +4810,15 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
|
|
|
4806
4810
|
readonly children: import("../editor").NavOptionType[];
|
|
4807
4811
|
}[];
|
|
4808
4812
|
} & {
|
|
4809
|
-
|
|
4810
|
-
|
|
4811
|
-
|
|
4813
|
+
setIDOfVIE(id: string): void;
|
|
4814
|
+
replace(current: Array<ViewMetaInstance>): void;
|
|
4815
|
+
addANewView(id: string, name: string, type: EViewComponentType, config: ViewDivisionConfigSnapshotIn | ViewModalConfigSnapshotIn): void;
|
|
4816
|
+
append(item: ViewMetaInstance): void;
|
|
4812
4817
|
remove(index: number): void;
|
|
4813
4818
|
removeByID(id: string): void;
|
|
4814
|
-
replaceByIndex(index: number, replacement:
|
|
4815
|
-
setIDOfVIE(id: string): void;
|
|
4816
|
-
appendToVisibles(viewID: string): void;
|
|
4817
|
-
} & {
|
|
4819
|
+
replaceByIndex(index: number, replacement: ViewMetaInstance): void;
|
|
4818
4820
|
addARandomNewView(): void;
|
|
4819
4821
|
removeVIE(): void;
|
|
4820
|
-
rmVisibleViewID(id: string): void;
|
|
4821
4822
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
4822
4823
|
export declare type ViewsModelInstance = Instance<typeof ViewsModel>;
|
|
4823
|
-
export
|
|
4824
|
-
export declare function createDashboardViewsModel(views: IDashboardView[]): SnapshotIn<Instance<typeof ViewsModel>>;
|
|
4824
|
+
export declare function getInitialDashboardViewsModel(views: IDashboardView[]): SnapshotIn<Instance<typeof ViewsModel>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DataSourceModelInstance } from '~/model/datasources/datasource';
|
|
1
|
+
import { DataSourceModelInstance } from '~/dashboard-editor/model/datasources/datasource';
|
|
2
2
|
export declare const DBExplorer: (({ dataSource }: {
|
|
3
3
|
dataSource: DataSourceModelInstance;
|
|
4
4
|
}) => import('./react/jsx-runtime').JSX.Element) & {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DataSourceModelInstance } from '~/model/datasources/datasource';
|
|
1
|
+
import { DataSourceModelInstance } from '~/dashboard-editor/model/datasources/datasource';
|
|
2
2
|
export declare const ColumnsTable: (({ dataSource }: {
|
|
3
3
|
dataSource: DataSourceModelInstance;
|
|
4
4
|
}) => import('./react/jsx-runtime').JSX.Element | null) & {
|