@devtable/dashboard 10.9.9 → 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 +14482 -14219
- 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
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
+
import { DataSourceType } from './types';
|
|
3
|
+
export declare const QueryMeta: import("mobx-state-tree").IModelType<{
|
|
4
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
5
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
6
|
+
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
7
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
9
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
10
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
11
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
12
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
13
|
+
}, {
|
|
14
|
+
readonly valid: boolean;
|
|
15
|
+
readonly json: {
|
|
16
|
+
id: string;
|
|
17
|
+
key: string;
|
|
18
|
+
sql: string;
|
|
19
|
+
name: string;
|
|
20
|
+
type: DataSourceType;
|
|
21
|
+
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]>>;
|
|
22
|
+
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]>>;
|
|
23
|
+
pre_process: string;
|
|
24
|
+
post_process: string;
|
|
25
|
+
};
|
|
26
|
+
} & {
|
|
27
|
+
setName(name: string): void;
|
|
28
|
+
setKey(key: string): void;
|
|
29
|
+
setType(type: DataSourceType): void;
|
|
30
|
+
setSQL(sql: string): void;
|
|
31
|
+
setRunBy(v: string[]): void;
|
|
32
|
+
setReactTo(v: string[]): void;
|
|
33
|
+
setPreProcess(v: string): void;
|
|
34
|
+
setPostProcess(v: string): void;
|
|
35
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
36
|
+
export declare type QueryMetaInstance = Instance<typeof QueryMeta>;
|
|
37
|
+
export declare type QueryMetaSnapshotIn = SnapshotIn<QueryMetaInstance>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './sql-snippet';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
+
export declare const SQLSnippetMeta: import("mobx-state-tree").IModelType<{
|
|
3
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
4
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
5
|
+
}, {
|
|
6
|
+
readonly json: {
|
|
7
|
+
key: string;
|
|
8
|
+
value: string;
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
setKey(key: string): void;
|
|
12
|
+
setValue(value: string): void;
|
|
13
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
14
|
+
export declare type SQLSnippetMetaSnapshotIn = SnapshotIn<Instance<typeof SQLSnippetMeta>>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { AnyObject } from '~/types';
|
|
2
|
+
export declare type TPayloadForSQL = {
|
|
3
|
+
context: AnyObject;
|
|
4
|
+
sql_snippets: AnyObject;
|
|
5
|
+
global_sql_snippets: AnyObject;
|
|
6
|
+
filters: AnyObject;
|
|
7
|
+
};
|
|
8
|
+
export declare type TPayloadForSQLSnippet = Omit<TPayloadForSQL, 'sql_snippets' | 'global_sql_snippets'>;
|
|
9
|
+
export declare type TPayloadForViz = Omit<TPayloadForSQL, 'sql_snippets' | 'global_sql_snippets'>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import { EViewComponentType } from '
|
|
3
|
-
export declare const
|
|
2
|
+
import { EViewComponentType } from './types';
|
|
3
|
+
export declare const ViewMeta: import("mobx-state-tree").IModelType<{
|
|
4
4
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
|
|
@@ -189,8 +189,6 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
189
189
|
name: string;
|
|
190
190
|
type: EViewComponentType;
|
|
191
191
|
config: {
|
|
192
|
-
_name: EViewComponentType.Division;
|
|
193
|
-
} | {
|
|
194
192
|
_name: EViewComponentType.Modal;
|
|
195
193
|
width: string;
|
|
196
194
|
height: string;
|
|
@@ -209,6 +207,8 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
209
207
|
_name: EViewComponentType.Modal;
|
|
210
208
|
variant: "default" | "outline" | "pills";
|
|
211
209
|
orientation: import("@mantine/core").TabsOrientation;
|
|
210
|
+
} | {
|
|
211
|
+
_name: EViewComponentType.Division;
|
|
212
212
|
};
|
|
213
213
|
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]>>;
|
|
214
214
|
};
|
|
@@ -218,4 +218,4 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
|
|
|
218
218
|
appendPanelID(id: string): void;
|
|
219
219
|
removePanelID(id: string): void;
|
|
220
220
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
221
|
-
export declare type
|
|
221
|
+
export declare type ViewMetaInstance = Instance<typeof ViewMeta>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
-
import { EViewComponentType } from '
|
|
3
|
-
export declare const
|
|
2
|
+
import { EViewComponentType } from '../types';
|
|
3
|
+
export declare const ViewDivisionConfig: import("mobx-state-tree").IModelType<{
|
|
4
4
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
|
|
5
5
|
}, {
|
|
6
6
|
readonly json: {
|
|
7
7
|
_name: EViewComponentType.Division;
|
|
8
8
|
};
|
|
9
9
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
10
|
-
export declare type
|
|
11
|
-
export declare type
|
|
12
|
-
export declare const
|
|
10
|
+
export declare type ViewDivisionConfigInstance = Instance<typeof ViewDivisionConfig>;
|
|
11
|
+
export declare type ViewDivisionConfigSnapshotIn = SnapshotIn<ViewDivisionConfigInstance>;
|
|
12
|
+
export declare const createViewDivisionConfig: () => {
|
|
13
13
|
_name: EViewComponentType.Division;
|
|
14
14
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
15
15
|
readonly json: {
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
-
import { EViewComponentType } from '~/
|
|
3
|
-
export
|
|
2
|
+
import { EViewComponentType } from '~/model';
|
|
3
|
+
export interface ICustomModalTitle {
|
|
4
|
+
enabled: boolean;
|
|
5
|
+
func_content: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const DEFAULT_CUSTOM_MODAL_TITLE: {
|
|
8
|
+
enabled: boolean;
|
|
9
|
+
func_content: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const ViewModalConfig: import("mobx-state-tree").IModelType<{
|
|
4
12
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
5
13
|
width: import("mobx-state-tree").ISimpleType<string>;
|
|
6
14
|
height: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -35,9 +43,9 @@ export declare const ViewConfigModel_Modal: import("mobx-state-tree").IModelType
|
|
|
35
43
|
setWidth(v: string): void;
|
|
36
44
|
setHeight(v: string): void;
|
|
37
45
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
38
|
-
export declare type
|
|
39
|
-
export declare type
|
|
40
|
-
export declare const
|
|
46
|
+
export declare type ViewModalConfigInstance = Instance<typeof ViewModalConfig>;
|
|
47
|
+
export declare type ViewModalConfigSnapshotIn = SnapshotIn<ViewModalConfigInstance>;
|
|
48
|
+
export declare const createViewModalConfig: () => {
|
|
41
49
|
_name: EViewComponentType.Modal;
|
|
42
50
|
width: string;
|
|
43
51
|
height: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TabsOrientation, TabsVariant } from '@mantine/core';
|
|
2
2
|
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
3
|
-
import { EViewComponentType } from '
|
|
3
|
+
import { EViewComponentType } from '../types';
|
|
4
4
|
declare const TabModel: import("mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -18,10 +18,9 @@ declare const TabModel: import("mobx-state-tree").IModelType<{
|
|
|
18
18
|
setViewID(v: string): void;
|
|
19
19
|
setColor(v: string): void;
|
|
20
20
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
21
|
-
declare type TabModelInstance = Instance<typeof TabModel>;
|
|
22
|
-
export declare type ViewConfigModel_Tabs_Tab_Instance = TabModelInstance;
|
|
21
|
+
export declare type TabModelInstance = Instance<typeof TabModel>;
|
|
23
22
|
declare type TabModelSnapshotIn = SnapshotIn<TabModelInstance>;
|
|
24
|
-
export declare const
|
|
23
|
+
export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
|
|
25
24
|
_name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
|
|
26
25
|
tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
27
26
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -64,9 +63,9 @@ export declare const ViewConfigModel_Tabs: import("mobx-state-tree").IModelType<
|
|
|
64
63
|
addTab(): void;
|
|
65
64
|
removeTab(index: number): void;
|
|
66
65
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
67
|
-
export declare type
|
|
68
|
-
export declare type
|
|
69
|
-
export declare const
|
|
66
|
+
export declare type ViewTabsConfigInstance = Instance<typeof ViewTabsConfig>;
|
|
67
|
+
export declare type ViewTabsConfigSnapshotIn = SnapshotIn<ViewTabsConfigInstance>;
|
|
68
|
+
export declare const createViewTabsConfig: () => {
|
|
70
69
|
_name: EViewComponentType.Modal;
|
|
71
70
|
tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
|
|
72
71
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './content';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Instance } from 'mobx-state-tree';
|
|
2
|
+
import { TDataSourceConfig } from '~/api-caller/types';
|
|
3
|
+
import { DataSourceType } from '~/model';
|
|
4
|
+
export declare const DataSourceMetaModel: import("mobx-state-tree").IModelType<{
|
|
5
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
|
+
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
7
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
|
+
config: import("mobx-state-tree").IType<TDataSourceConfig, TDataSourceConfig, TDataSourceConfig>;
|
|
9
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
10
|
+
export declare type DataSourceMetaModelInstance = Instance<typeof DataSourceMetaModel>;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { IDataSource } from '~/api-caller/types';
|
|
2
|
+
import { DataSourceType } from '~/model';
|
|
3
|
+
export declare const DataSourcesMetaModel: import("mobx-state-tree").IModelType<{
|
|
4
|
+
list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
5
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
|
+
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
7
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
|
+
config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
|
|
9
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
10
|
+
}, {
|
|
11
|
+
find({ type, key }: {
|
|
12
|
+
type: DataSourceType;
|
|
13
|
+
key: string;
|
|
14
|
+
}): ({
|
|
15
|
+
id: string;
|
|
16
|
+
type: DataSourceType;
|
|
17
|
+
key: string;
|
|
18
|
+
config: (import("~/api-caller/types").TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>) | (import("~/api-caller/types").TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>);
|
|
19
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
20
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
21
|
+
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
22
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
23
|
+
config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
|
|
24
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
25
|
+
readonly options: {
|
|
26
|
+
value: string;
|
|
27
|
+
label: string;
|
|
28
|
+
}[];
|
|
29
|
+
} & {
|
|
30
|
+
replace(list: IDataSource[]): void;
|
|
31
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
32
|
+
export declare type DataSourcesMetaModelType = typeof DataSourcesMetaModel;
|
package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const GlobalSQLSnippetMeta: import("mobx-state-tree").IModelType<{
|
|
2
2
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3
3
|
content: import("mobx-state-tree").ISimpleType<string>;
|
|
4
4
|
create_time: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GlobalSQLSnippetDBType } from '~/api-caller';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const GlobalSQLSnippetsMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
4
4
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
content: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -28,4 +28,4 @@ export declare const GlobalSQLSnippetsModel: import("mobx-state-tree").IModelTyp
|
|
|
28
28
|
} & {
|
|
29
29
|
replace(list: GlobalSQLSnippetDBType[]): void;
|
|
30
30
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
31
|
-
export declare type
|
|
31
|
+
export declare type GlobalSQLSnippetsMetaType = typeof GlobalSQLSnippetsMeta;
|
package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts}
RENAMED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
2
|
+
import { FilterMetaSnapshotOut } from '~/model';
|
|
3
|
+
export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
|
|
5
4
|
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
6
5
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
7
6
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -9,7 +8,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
9
8
|
order: import("mobx-state-tree").ISimpleType<number>;
|
|
10
9
|
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
11
10
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
12
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
11
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
13
12
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
14
13
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
15
14
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -78,7 +77,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
78
77
|
readonly json: {
|
|
79
78
|
id: string;
|
|
80
79
|
key: string;
|
|
81
|
-
type: import("
|
|
80
|
+
type: import("~/model").DashboardFilterType;
|
|
82
81
|
label: string;
|
|
83
82
|
order: number;
|
|
84
83
|
config: any;
|
|
@@ -91,20 +90,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
91
90
|
setKey(key: string): void;
|
|
92
91
|
setLabel(label: string): void;
|
|
93
92
|
setOrder(order: number): void;
|
|
94
|
-
setType(type: import("
|
|
93
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
95
94
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
96
95
|
setAutoSubmit(v: boolean): void;
|
|
97
96
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
98
97
|
values: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
99
|
-
/**
|
|
100
|
-
* values to be displayed in preview content, e.g. Data Settings
|
|
101
|
-
*/
|
|
102
|
-
previewValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
103
98
|
}, {
|
|
104
99
|
readonly json: {
|
|
105
100
|
id: string;
|
|
106
101
|
key: string;
|
|
107
|
-
type: import("
|
|
102
|
+
type: import("~/model").DashboardFilterType;
|
|
108
103
|
label: string;
|
|
109
104
|
order: number;
|
|
110
105
|
config: any;
|
|
@@ -119,7 +114,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
119
114
|
order: number;
|
|
120
115
|
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
121
116
|
auto_submit: boolean;
|
|
122
|
-
type: import("
|
|
117
|
+
type: import("~/model").DashboardFilterType;
|
|
123
118
|
config: any;
|
|
124
119
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
125
120
|
readonly plainDefaultValue: any;
|
|
@@ -129,7 +124,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
129
124
|
readonly json: {
|
|
130
125
|
id: string;
|
|
131
126
|
key: string;
|
|
132
|
-
type: import("
|
|
127
|
+
type: import("~/model").DashboardFilterType;
|
|
133
128
|
label: string;
|
|
134
129
|
order: number;
|
|
135
130
|
config: any;
|
|
@@ -142,7 +137,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
142
137
|
setKey(key: string): void;
|
|
143
138
|
setLabel(label: string): void;
|
|
144
139
|
setOrder(order: number): void;
|
|
145
|
-
setType(type: import("
|
|
140
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
146
141
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
147
142
|
setAutoSubmit(v: boolean): void;
|
|
148
143
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
@@ -152,7 +147,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
152
147
|
order: import("mobx-state-tree").ISimpleType<number>;
|
|
153
148
|
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
154
149
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
155
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
150
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
156
151
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
157
152
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
158
153
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -221,7 +216,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
221
216
|
readonly json: {
|
|
222
217
|
id: string;
|
|
223
218
|
key: string;
|
|
224
|
-
type: import("
|
|
219
|
+
type: import("~/model").DashboardFilterType;
|
|
225
220
|
label: string;
|
|
226
221
|
order: number;
|
|
227
222
|
config: any;
|
|
@@ -234,7 +229,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
234
229
|
setKey(key: string): void;
|
|
235
230
|
setLabel(label: string): void;
|
|
236
231
|
setOrder(order: number): void;
|
|
237
|
-
setType(type: import("
|
|
232
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
238
233
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
239
234
|
setAutoSubmit(v: boolean): void;
|
|
240
235
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
@@ -245,7 +240,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
245
240
|
order: number;
|
|
246
241
|
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
247
242
|
auto_submit: boolean;
|
|
248
|
-
type: import("
|
|
243
|
+
type: import("~/model").DashboardFilterType;
|
|
249
244
|
config: any;
|
|
250
245
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
251
246
|
readonly plainDefaultValue: any;
|
|
@@ -255,7 +250,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
255
250
|
readonly json: {
|
|
256
251
|
id: string;
|
|
257
252
|
key: string;
|
|
258
|
-
type: import("
|
|
253
|
+
type: import("~/model").DashboardFilterType;
|
|
259
254
|
label: string;
|
|
260
255
|
order: number;
|
|
261
256
|
config: any;
|
|
@@ -268,7 +263,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
268
263
|
setKey(key: string): void;
|
|
269
264
|
setLabel(label: string): void;
|
|
270
265
|
setOrder(order: number): void;
|
|
271
|
-
setType(type: import("
|
|
266
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
272
267
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
273
268
|
setAutoSubmit(v: boolean): void;
|
|
274
269
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
@@ -278,7 +273,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
278
273
|
order: import("mobx-state-tree").ISimpleType<number>;
|
|
279
274
|
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
280
275
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
281
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
276
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
282
277
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
283
278
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
284
279
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -347,7 +342,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
347
342
|
readonly json: {
|
|
348
343
|
id: string;
|
|
349
344
|
key: string;
|
|
350
|
-
type: import("
|
|
345
|
+
type: import("~/model").DashboardFilterType;
|
|
351
346
|
label: string;
|
|
352
347
|
order: number;
|
|
353
348
|
config: any;
|
|
@@ -360,19 +355,10 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
360
355
|
setKey(key: string): void;
|
|
361
356
|
setLabel(label: string): void;
|
|
362
357
|
setOrder(order: number): void;
|
|
363
|
-
setType(type: import("
|
|
358
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
364
359
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
365
360
|
setAutoSubmit(v: boolean): void;
|
|
366
361
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
367
|
-
readonly options: {
|
|
368
|
-
readonly label: string;
|
|
369
|
-
readonly value: string;
|
|
370
|
-
readonly _type: "filter";
|
|
371
|
-
}[];
|
|
372
|
-
readonly keyLabelOptions: {
|
|
373
|
-
label: string;
|
|
374
|
-
value: string;
|
|
375
|
-
}[];
|
|
376
362
|
readonly empty: boolean;
|
|
377
363
|
visibleInView(viewID: string): ({
|
|
378
364
|
id: string;
|
|
@@ -381,7 +367,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
381
367
|
order: number;
|
|
382
368
|
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
383
369
|
auto_submit: boolean;
|
|
384
|
-
type: import("
|
|
370
|
+
type: import("~/model").DashboardFilterType;
|
|
385
371
|
config: any;
|
|
386
372
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
387
373
|
readonly plainDefaultValue: any;
|
|
@@ -391,7 +377,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
391
377
|
readonly json: {
|
|
392
378
|
id: string;
|
|
393
379
|
key: string;
|
|
394
|
-
type: import("
|
|
380
|
+
type: import("~/model").DashboardFilterType;
|
|
395
381
|
label: string;
|
|
396
382
|
order: number;
|
|
397
383
|
config: any;
|
|
@@ -404,7 +390,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
404
390
|
setKey(key: string): void;
|
|
405
391
|
setLabel(label: string): void;
|
|
406
392
|
setOrder(order: number): void;
|
|
407
|
-
setType(type: import("
|
|
393
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
408
394
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
409
395
|
setAutoSubmit(v: boolean): void;
|
|
410
396
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
@@ -414,7 +400,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
414
400
|
order: import("mobx-state-tree").ISimpleType<number>;
|
|
415
401
|
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
416
402
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
417
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
403
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
418
404
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
419
405
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
420
406
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -483,7 +469,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
483
469
|
readonly json: {
|
|
484
470
|
id: string;
|
|
485
471
|
key: string;
|
|
486
|
-
type: import("
|
|
472
|
+
type: import("~/model").DashboardFilterType;
|
|
487
473
|
label: string;
|
|
488
474
|
order: number;
|
|
489
475
|
config: any;
|
|
@@ -496,28 +482,19 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
|
496
482
|
setKey(key: string): void;
|
|
497
483
|
setLabel(label: string): void;
|
|
498
484
|
setOrder(order: number): void;
|
|
499
|
-
setType(type: import("
|
|
485
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
500
486
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
501
487
|
setAutoSubmit(v: boolean): void;
|
|
502
488
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
503
489
|
readonly firstFilterValueKey: string;
|
|
504
490
|
readonly keyLabelMap: Record<string, string>;
|
|
505
491
|
} & {
|
|
506
|
-
replace(current: Array<FilterModelInstance>): void;
|
|
507
|
-
append(item: FilterModelInstance): void;
|
|
508
|
-
remove(index: number): void;
|
|
509
|
-
removeByID(id: string): void;
|
|
510
492
|
setValues(values: Record<string, $TSFixMe>): void;
|
|
511
493
|
setValueByKey(key: string, value: $TSFixMe): void;
|
|
512
494
|
getValueByKey(key: string): any;
|
|
513
|
-
updatePreviewValues(values: AnyObject): void;
|
|
514
|
-
} & {
|
|
515
|
-
afterCreate(): void;
|
|
516
495
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
517
|
-
export declare type
|
|
518
|
-
export
|
|
519
|
-
export declare type FilterValuesType = Record<string, $TSFixMe>;
|
|
520
|
-
export declare function getInitialFiltersPayload(filters: FilterModelSnapshotOut[]): {
|
|
496
|
+
export declare type FiltersRenderModelInstance = Instance<typeof FiltersRenderModel>;
|
|
497
|
+
export declare function getInitialFiltersConfig(filters: FilterMetaSnapshotOut[]): {
|
|
521
498
|
current: import("mobx-state-tree").ModelSnapshotType<{
|
|
522
499
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
523
500
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -525,7 +502,7 @@ export declare function getInitialFiltersPayload(filters: FilterModelSnapshotOut
|
|
|
525
502
|
order: import("mobx-state-tree").ISimpleType<number>;
|
|
526
503
|
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
527
504
|
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
528
|
-
type: import("mobx-state-tree").ISimpleType<import("
|
|
505
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
529
506
|
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
530
507
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
531
508
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -587,5 +564,5 @@ export declare function getInitialFiltersPayload(filters: FilterModelSnapshotOut
|
|
|
587
564
|
allowSingleDateInRange: boolean;
|
|
588
565
|
}, any>;
|
|
589
566
|
}>[];
|
|
590
|
-
values: FilterValuesType;
|
|
567
|
+
values: import("~/model").FilterValuesType;
|
|
591
568
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type FilterValuesType = Record<string, any>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { FilterMetaSnapshotOut } from '~/model';
|
|
2
|
+
import { FilterValuesType } from './types';
|
|
3
|
+
export declare function formatDefaultValue(v: string | boolean | string[] | (string | null)[], config: FilterMetaSnapshotOut['config']): string | boolean | (string | null)[];
|
|
4
|
+
export declare function getValuesFromFilters(filters: FilterMetaSnapshotOut[]): FilterValuesType;
|