@devtable/dashboard 10.9.8 → 10.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-caller/index.d.ts +1 -2
- package/dist/api-caller/request.d.ts +1 -1
- package/dist/api-caller/types.d.ts +1 -1
- package/dist/{filter → components/filter}/filter-checkbox/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-checkbox/render.d.ts +4 -4
- package/dist/{filter → components/filter}/filter-date-range/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-date-range/render.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-multi-select/editor.d.ts +2 -2
- package/dist/components/filter/filter-multi-select/render/index.d.ts +10 -0
- package/dist/{filter → components/filter}/filter-select/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-select/render.d.ts +3 -4
- package/dist/{filter → components/filter}/filter-settings/filter-setting.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-settings/preview-filter.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-text-input/editor.d.ts +2 -2
- package/dist/components/filter/filter-text-input/render.d.ts +9 -0
- package/dist/{filter → components/filter}/filter-tree-select/editor.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/index.d.ts +11 -0
- package/dist/{filter → components/filter}/filter.d.ts +2 -2
- package/dist/{filter → components/filter}/index.d.ts +2 -2
- package/dist/components/filter/use-update-filter-preview-values.d.ts +1 -0
- package/dist/components/panel/index.d.ts +2 -0
- package/dist/{panel/panel-dropdown-menu.d.ts → components/panel/panel-editor/dropdown-menu/index.d.ts} +2 -2
- package/dist/components/panel/panel-editor/index.d.ts +8 -0
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +6 -0
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +7 -0
- package/dist/components/panel/panel-render/full-screen-render/index.d.ts +2 -0
- package/dist/{main → components/panel/panel-render/full-screen-render}/use-panel-full-screen.d.ts +347 -355
- package/dist/components/panel/panel-render/index.d.ts +4 -0
- package/dist/components/panel/panel-render/panel-render-base.d.ts +12 -0
- package/dist/components/panel/panel-render/panel-render.d.ts +9 -0
- package/dist/components/panel/panel-render/viz/index.d.ts +3 -0
- package/dist/{panel → components/panel/panel-render/viz}/panel-error-or-state-message.d.ts +2 -2
- package/dist/{panel → components/panel/panel-render/viz}/panel-viz-section.d.ts +2 -2
- package/dist/{panel → components/panel}/plugin-adaptor.d.ts +1 -1
- package/dist/{panel → components/panel}/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -0
- package/dist/components/panel/utils.d.ts +1 -0
- package/dist/{plugins → components/plugins}/color-manager/impl.d.ts +1 -1
- package/dist/{plugins → components/plugins}/controls/color-interpolation-select/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/instance-migrator/index.d.ts +2 -2
- package/dist/{plugins → components/plugins}/plugin-context.d.ts +358 -346
- package/dist/{plugins → components/plugins}/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
- package/dist/{service-locator → components/plugins/service/service-locator}/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +3 -0
- package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/button/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/button/viz-button.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/cartesian/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/migrators/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/funnel/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/funnel/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/heatmap/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/heatmap/type.d.ts +4 -4
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-stats/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/radar-chart/type.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/regression-series.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/stats/update/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/sunburst/type.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +2 -0
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/{view → components/view}/layout/main-layout.d.ts +2 -2
- package/dist/{view → components/view}/layout/read-only-layout.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/index.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/modal.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/tabs.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/index.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/modal.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/tabs.d.ts +2 -2
- package/dist/{view → components/view}/view-editor.d.ts +2 -2
- package/dist/{view → components/view}/view-render.d.ts +2 -2
- package/dist/contexts/index.d.ts +1 -1
- package/dist/contexts/layout-state-context.d.ts +0 -2
- package/dist/contexts/panel-context.d.ts +5657 -4
- package/dist/{main/dashboard-editor → dashboard-editor}/index.d.ts +3 -3
- package/dist/{model → dashboard-editor/model}/datasources/datasource.d.ts +4 -5
- package/dist/{model → dashboard-editor/model}/datasources/index.d.ts +7 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +517 -0
- package/dist/dashboard-editor/model/index.d.ts +7 -0
- package/dist/dashboard-editor/model/panels/index.d.ts +2 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +1278 -0
- package/dist/dashboard-editor/model/panels/panels.d.ts +11201 -0
- package/dist/{model → dashboard-editor/model}/queries/index.d.ts +73 -68
- package/dist/{model → dashboard-editor/model}/sql-snippets/index.d.ts +16 -13
- package/dist/{model → dashboard-editor/model}/views/index.d.ts +39 -39
- package/dist/dashboard-editor/ui/index.d.ts +3 -0
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/model.d.ts +5 -6
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +7 -0
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/item-editor.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/index.d.ts +5 -6
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/utils.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/index.d.ts +1 -1
- package/dist/{main/dashboard-render → dashboard-render}/index.d.ts +3 -3
- package/dist/dashboard-render/model/index.d.ts +2 -0
- package/dist/dashboard.es.js +14509 -14245
- package/dist/dashboard.umd.js +151 -151
- package/dist/index.d.ts +5 -4
- package/dist/interactions/components/interaction-settings.d.ts +1 -1
- package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/nodes.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/types.d.ts +1 -1
- package/dist/interactions/temp-hack.d.ts +2 -1
- package/dist/model/index.d.ts +3 -8
- package/dist/model/meta-model/context/context.d.ts +31 -0
- package/dist/model/meta-model/context/index.d.ts +1 -0
- package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts} +4 -4
- package/dist/model/meta-model/dashboard/content/filter/index.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/filter/types.d.ts +8 -0
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/index.d.ts +6 -0
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/index.d.ts +7 -0
- package/dist/model/meta-model/dashboard/content/mock-context/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +14 -0
- package/dist/model/meta-model/dashboard/content/panel/index.d.ts +5 -0
- package/dist/model/{panels → meta-model/dashboard/content/panel}/layout.d.ts +1 -3
- package/dist/model/{panels → meta-model/dashboard/content/panel}/panel.d.ts +9 -164
- package/dist/model/{panels → meta-model/dashboard/content/panel}/style/border.d.ts +1 -3
- package/dist/model/{panels → meta-model/dashboard/content/panel}/style/index.d.ts +1 -3
- package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts} +5 -11
- package/dist/model/{panels → meta-model/dashboard/content/panel}/viz.d.ts +1 -3
- package/dist/model/meta-model/dashboard/content/query/index.d.ts +2 -0
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +37 -0
- package/dist/model/meta-model/dashboard/content/sql-snippet/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +14 -0
- package/dist/model/meta-model/dashboard/content/types.d.ts +9 -0
- package/dist/model/meta-model/dashboard/content/view/index.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/view/types.d.ts +5 -0
- package/dist/model/{views/view/index.d.ts → meta-model/dashboard/content/view/view.d.ts} +5 -5
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/division.d.ts +5 -5
- package/dist/model/meta-model/dashboard/content/view/widgets/index.d.ts +3 -0
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/modal.d.ts +13 -5
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/tabs.d.ts +6 -7
- package/dist/model/meta-model/dashboard/index.d.ts +1 -0
- package/dist/model/meta-model/datasources/datasource.d.ts +10 -0
- package/dist/model/meta-model/datasources/datasources.d.ts +32 -0
- package/dist/model/meta-model/datasources/index.d.ts +2 -0
- package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts +1 -1
- package/dist/model/{global-sql-snippets/index.d.ts → meta-model/global-sql-snippets/global-sql-snippets.d.ts} +2 -2
- package/dist/model/meta-model/global-sql-snippets/index.d.ts +2 -0
- package/dist/model/meta-model/index.d.ts +4 -0
- package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts} +28 -51
- package/dist/model/render-model/dashboard/content/filters/index.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -0
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +4 -0
- package/dist/model/render-model/dashboard/content/index.d.ts +5 -0
- package/dist/model/render-model/dashboard/content/panels/index.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1269 -0
- package/dist/model/{panels/index.d.ts → render-model/dashboard/content/panels/panels.d.ts} +1331 -1371
- package/dist/model/render-model/dashboard/content/queries/index.d.ts +3 -0
- package/dist/model/{queries → render-model/dashboard/content/queries}/mute-query.d.ts +12 -12
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +366 -0
- package/dist/model/{queries → render-model/dashboard/content/queries}/query.d.ts +14 -13
- package/dist/model/render-model/dashboard/content/sql-snippets/index.d.ts +4 -0
- package/dist/model/{sql-snippets → render-model/dashboard/content/sql-snippets}/sql-snippet.d.ts +5 -4
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +54 -0
- package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/views/index.d.ts +1 -0
- package/dist/model/render-model/dashboard/content/views/views.d.ts +3889 -0
- package/dist/model/render-model/dashboard/index.d.ts +1 -0
- package/dist/model/render-model/index.d.ts +1 -0
- package/dist/model/utils/draft.d.ts +10 -0
- package/dist/model/utils/index.d.ts +1 -0
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/types/dashboard.d.ts +4 -11
- package/dist/types/filter.d.ts +1 -8
- package/dist/types/plugin/index.d.ts +2 -2
- package/dist/utils/error-boundary.d.ts +1 -1
- package/dist/utils/http-query.d.ts +2 -2
- package/dist/utils/sql.d.ts +1 -1
- package/dist/utils/template/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/filter/filter-multi-select/render/index.d.ts +0 -11
- package/dist/filter/filter-text-input/render.d.ts +0 -9
- package/dist/filter/filter-tree-select/render/index.d.ts +0 -11
- package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +0 -8
- package/dist/main/full-screen-panel.d.ts +0 -8
- package/dist/main/index.d.ts +0 -3
- package/dist/main/use-top-level-services.d.ts +0 -3
- package/dist/model/context.d.ts +0 -11
- package/dist/model/filters/filter/common.d.ts +0 -16
- package/dist/model/mock-context.d.ts +0 -11
- package/dist/model/sql-snippets/types.d.ts +0 -3
- package/dist/panel/index.d.ts +0 -9
- package/dist/panel/use-config-viz-instance-service.d.ts +0 -3
- package/dist/plugins/viz-components/text/index.d.ts +0 -2
- /package/dist/{filter → components/filter}/error-message-or-not-found.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-multi-select/render/widget.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-multi-select/render/widget.styles.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/expected-structure.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/query-data-to-tree.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/switcher-icon.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/tree-icon.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/widget.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/widget.styles.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/types.d.ts +0 -0
- /package/dist/{filter → components/filter}/pick-query-for-filter/expected-structure-for-select.d.ts +0 -0
- /package/dist/{filter → components/filter}/pick-query-for-filter/index.d.ts +0 -0
- /package/dist/{filter → components/filter}/select-item.d.ts +0 -0
- /package/dist/{panel/panel-description.d.ts → components/panel/panel-render/description-popover/index.d.ts} +0 -0
- /package/dist/{panel/title-bar.d.ts → components/panel/panel-render/title-bar/index.d.ts} +0 -0
- /package/dist/{panel/viz/index.d.ts → components/panel/panel-render/viz/viz.d.ts} +0 -0
- /package/dist/{panel → components/panel}/settings/common/color-array-input.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/css-types.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/data-field-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-color-swatches.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-color.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-font-weight.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-size-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/numbro-format-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/text-array-input.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/color-manager.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/multi-step-value-mapper.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/diverging-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/sequential-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/label-position-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/style.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-channel-event.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-row-data-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-storage-data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-tab-state.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/json-plugin-storage.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/message-channels.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-data-migrator/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-data-migrator/version-based-migrator.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-manager.d.ts +0 -0
- /package/dist/{service-locator → components/plugins/service/service-locator}/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/sub-tree-json-plugin-storage.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/common.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/dataset.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/triggers/click-button.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/calendar/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/calendar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/formatters.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/regression-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.scatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/y-axes.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/events.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_areas.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_lines.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/series_items.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/label-formatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/variables.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/click-echart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/heat_block/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/y-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/formatters.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/visual-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/click-heat-block.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/deviation.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/x_axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-1.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-2.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-3.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/styles/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/mark-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/mark-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/y-axes.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/click-pareto.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/click-pie-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/dimension.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/series.label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/triggers/click-radar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/regression-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/parse-rich-text-content.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-areas/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/dataset.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/data-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/level.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/array-to-tree.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/levels.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/components/head-cell.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/column.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/func_content-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/styling.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/table-cell-context.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/triggers/click-cell-content.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/value-type-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/value.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.styles.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/func-content-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/viz-text-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/viz-text.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/error-figure.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/components.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/impl.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/types.d.ts +0 -0
- /package/dist/{view → components/view}/index.d.ts +0 -0
- /package/dist/{view → components/view}/layout/index.d.ts +0 -0
- /package/dist/{view → components/view}/view-component/preview/division.d.ts +0 -0
- /package/dist/{view → components/view}/view-component/render/division.d.ts +0 -0
- /package/dist/components/{about-function-utils → widgets/about-function-utils}/index.d.ts +0 -0
- /package/dist/components/{function-editor.tsx → widgets/function-editor}/index.d.ts +0 -0
- /package/dist/components/{inline-function-input → widgets/inline-function-input}/index.d.ts +0 -0
- /package/dist/components/{minimal-monaco-editor.d.ts → widgets/minimal-monaco-editor.d.ts} +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/font-size-extension.d.ts +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/readonly-rich-text-editor.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/columns.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/indexes.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/table-data.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/tables.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/editor/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/header-menu.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/main-header.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/save-changes-or-more.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/sub-header.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/view-links.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.style.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/query-state-message.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-filter/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-mock-context/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/description.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/edit-style.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/title.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/pick-query/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/preview-panel.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/select-viz-type.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/styles.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-field.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/viz-conf.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/query-usage.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/preview-snippet.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/global-sql-snippets-table.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-guide.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-modal.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-filter.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-panel.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-query.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-view.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/nav-links.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor}/utils/load-monaco-editor.d.ts +0 -0
- /package/dist/model/{queries → meta-model/dashboard/content/query}/types.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export declare const getVersion: () => Promise<string>;
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './
|
|
2
|
+
export * from './dashboard-editor';
|
|
3
|
+
export * from './dashboard-render';
|
|
4
|
+
export * from './components/view';
|
|
5
|
+
export * from './components/panel';
|
|
5
6
|
export * from './contexts';
|
|
6
7
|
export * from './types';
|
|
7
|
-
export * from './model';
|
|
8
|
+
export * from './dashboard-editor/model';
|
|
8
9
|
export interface IDashboardConfig {
|
|
9
10
|
basename: string;
|
|
10
11
|
apiBaseURL: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IVizManager } from '~/plugins';
|
|
1
|
+
import { IVizManager } from '~/components/plugins';
|
|
2
2
|
import { IVizInteractionManager, VizInstance } from '~/types/plugin';
|
|
3
3
|
export declare const useCurrentInteractionManager: ({ vizManager, instance, }: {
|
|
4
4
|
vizManager: IVizManager;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _ from 'lodash';
|
|
2
2
|
import { Edge } from 'reactflow';
|
|
3
|
-
import {
|
|
3
|
+
import { ContentRenderModelInstance } from '~/dashboard-render/model/content';
|
|
4
4
|
import { TFlowNode } from './types';
|
|
5
|
-
export declare function makeEdges(model:
|
|
5
|
+
export declare function makeEdges(model: ContentRenderModelInstance, staticNodeMap: _.Dictionary<TFlowNode>): {
|
|
6
6
|
edges: Edge<any>[];
|
|
7
7
|
edgeNodes: never[];
|
|
8
8
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare function makeNodesAndEdges(model:
|
|
1
|
+
import { ContentRenderModelInstance } from '~/dashboard-render/model/content';
|
|
2
|
+
export declare function makeNodesAndEdges(model: ContentRenderModelInstance): {
|
|
3
3
|
nodes: import("./types").TFlowNode[];
|
|
4
4
|
edges: import("reactflow").Edge<any>[];
|
|
5
5
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ContentRenderModelInstance } from '~/dashboard-render/model/content';
|
|
2
2
|
import { TFlowNode } from './types';
|
|
3
|
-
export declare function makeNodes(model:
|
|
3
|
+
export declare function makeNodes(model: ContentRenderModelInstance): TFlowNode[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CSSProperties } from './react';
|
|
2
2
|
import { Node } from 'reactflow';
|
|
3
|
-
import { EViewComponentType } from '~/
|
|
3
|
+
import { EViewComponentType } from '~/model';
|
|
4
4
|
export declare type TFlowNode_View = Node & {
|
|
5
5
|
_node_type: 'view-root';
|
|
6
6
|
_view_type: EViewComponentType;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
import { ContentModelInstance } from '..';
|
|
2
|
-
|
|
2
|
+
import { ContentRenderModelInstance } from '~/dashboard-render/model';
|
|
3
|
+
export declare function useInteractionOperationHacks(model: ContentModelInstance | ContentRenderModelInstance, inEditMode: boolean): void;
|
package/dist/model/index.d.ts
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './
|
|
4
|
-
export * from './context';
|
|
5
|
-
export * from './dashboard';
|
|
6
|
-
export * from './views';
|
|
7
|
-
export * from './panels';
|
|
8
|
-
export * from './content';
|
|
1
|
+
export * from './meta-model';
|
|
2
|
+
export * from './render-model';
|
|
3
|
+
export * from './utils';
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare type ContextRecordValueType = any;
|
|
2
|
+
export declare type ContextRecordType = Record<string, ContextRecordValueType>;
|
|
3
|
+
export declare const ContextMeta: import("mobx-state-tree").IModelType<{
|
|
4
|
+
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ContextRecordType, ContextRecordType, ContextRecordType>, [undefined]>;
|
|
5
|
+
}, {
|
|
6
|
+
readonly keys: string[];
|
|
7
|
+
readonly entries: [string, any][];
|
|
8
|
+
} & {
|
|
9
|
+
replace(record: ContextRecordType): void;
|
|
10
|
+
get(key: string): any;
|
|
11
|
+
set(key: string, value: $TSFixMe): void;
|
|
12
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
13
|
+
export declare function createContextMeta(context: ContextRecordType): {
|
|
14
|
+
current: ContextRecordType & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ContextRecordType, ContextRecordType, ContextRecordType>, [undefined]>>;
|
|
15
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
16
|
+
readonly keys: string[];
|
|
17
|
+
readonly entries: [string, any][];
|
|
18
|
+
} & {
|
|
19
|
+
replace(record: ContextRecordType): void;
|
|
20
|
+
get(key: string): any;
|
|
21
|
+
set(key: string, value: any): void;
|
|
22
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
23
|
+
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ContextRecordType, ContextRecordType, ContextRecordType>, [undefined]>;
|
|
24
|
+
}, {
|
|
25
|
+
readonly keys: string[];
|
|
26
|
+
readonly entries: [string, any][];
|
|
27
|
+
} & {
|
|
28
|
+
replace(record: ContextRecordType): void;
|
|
29
|
+
get(key: string): any;
|
|
30
|
+
set(key: string, value: any): void;
|
|
31
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './context';
|
package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Instance, SnapshotOut } from 'mobx-state-tree';
|
|
2
|
-
import { DashboardFilterType } from './
|
|
3
|
-
export declare const
|
|
2
|
+
import { DashboardFilterType } from './types';
|
|
3
|
+
export declare const FilterMeta: import("mobx-state-tree").IModelType<{
|
|
4
4
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -93,5 +93,5 @@ export declare const FilterModel: import("mobx-state-tree").IModelType<{
|
|
|
93
93
|
setVisibleInViewsIDs(ids: string[]): void;
|
|
94
94
|
setAutoSubmit(v: boolean): void;
|
|
95
95
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
96
|
-
export declare type
|
|
97
|
-
export declare type
|
|
96
|
+
export declare type FilterMetaInstance = Instance<typeof FilterMeta>;
|
|
97
|
+
export declare type FilterMetaSnapshotOut = SnapshotOut<FilterMetaInstance>;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const FilterCheckboxConfigMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
_name: import("mobx-state-tree").ISimpleType<"checkbox">;
|
|
4
4
|
description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
5
5
|
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
@@ -14,8 +14,8 @@ export declare const FilterConfigModel_Checkbox: import("mobx-state-tree").IMode
|
|
|
14
14
|
setDefaultValue(default_value: boolean): void;
|
|
15
15
|
setDescription(v: string): void;
|
|
16
16
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
17
|
-
export declare type
|
|
18
|
-
export declare const
|
|
17
|
+
export declare type FilterCheckboxConfigInstance = Instance<typeof FilterCheckboxConfigMeta>;
|
|
18
|
+
export declare const createFilterCheckboxConfig: () => {
|
|
19
19
|
_name: "checkbox";
|
|
20
20
|
description: string;
|
|
21
21
|
default_value: boolean;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
2
|
export declare type TDateRangePickerValue = [string | null, string | null];
|
|
3
|
-
export declare const
|
|
3
|
+
export declare const FilterDateRangeConfigMeta: import("mobx-state-tree").ISnapshotProcessor<import("mobx-state-tree").IModelType<{
|
|
4
4
|
_name: import("mobx-state-tree").ISimpleType<"date-range">;
|
|
5
5
|
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
6
6
|
inputFormat: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -40,8 +40,8 @@ export declare const FilterConfigModel_DateRange: import("mobx-state-tree").ISna
|
|
|
40
40
|
max_days: number;
|
|
41
41
|
allowSingleDateInRange: boolean;
|
|
42
42
|
}>;
|
|
43
|
-
export declare type
|
|
44
|
-
export declare const
|
|
43
|
+
export declare type FilterDateRangeConfigInstance = Instance<typeof FilterDateRangeConfigMeta>;
|
|
44
|
+
export declare const createFilterDateRangeConfig: () => {
|
|
45
45
|
_name: "date-range";
|
|
46
46
|
required: boolean;
|
|
47
47
|
inputFormat: string;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const FilterMultiSelectConfigMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
4
4
|
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
5
5
|
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
@@ -54,8 +54,8 @@ export declare const FilterConfigModel_MultiSelect: import("mobx-state-tree").IM
|
|
|
54
54
|
} & {
|
|
55
55
|
afterCreate(): void;
|
|
56
56
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
57
|
-
export declare type
|
|
58
|
-
export declare const
|
|
57
|
+
export declare type FilterMultiSelectConfigInstance = Instance<typeof FilterMultiSelectConfigMeta>;
|
|
58
|
+
export declare const createFilterMultiSelectConfig: () => {
|
|
59
59
|
_name: "multi-select";
|
|
60
60
|
min_width: string;
|
|
61
61
|
default_value: 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]>>;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts
RENAMED
|
@@ -6,8 +6,8 @@ export declare const FilterConfigModel_SelectOption: import("mobx-state-tree").I
|
|
|
6
6
|
setLabel(label: string): void;
|
|
7
7
|
setValue(value: string): void;
|
|
8
8
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
9
|
-
export declare type
|
|
10
|
-
export declare const
|
|
9
|
+
export declare type IFilterSelectConfigMetaOption = Instance<typeof FilterConfigModel_SelectOption>;
|
|
10
|
+
export declare const FilterBaseSelectConfigMeta: import("mobx-state-tree").IModelType<{
|
|
11
11
|
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
12
12
|
label: import("mobx-state-tree").ISimpleType<string>;
|
|
13
13
|
value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -30,4 +30,4 @@ export declare const FilterConfigModel_BaseSelect: import("mobx-state-tree").IMo
|
|
|
30
30
|
setDefaultSelectionCount(v: number): void;
|
|
31
31
|
setOptionsQueryID(id: string | null): void;
|
|
32
32
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
33
|
-
export declare type
|
|
33
|
+
export declare type FilterBaseSelectConfigInstance = Instance<typeof FilterBaseSelectConfigMeta>;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const FilterSelectConfigMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
4
4
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
@@ -54,8 +54,8 @@ export declare const FilterConfigModel_Select: import("mobx-state-tree").IModelT
|
|
|
54
54
|
setDefaultValue(default_value: string): void;
|
|
55
55
|
setWidth(v: string): void;
|
|
56
56
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
57
|
-
export declare type
|
|
58
|
-
export declare const
|
|
57
|
+
export declare type FilterSelectConfigInstance = Instance<typeof FilterSelectConfigMeta>;
|
|
58
|
+
export declare const createFilterSelectConfig: () => {
|
|
59
59
|
_name: "select";
|
|
60
60
|
default_value: string;
|
|
61
61
|
required: boolean;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const FilterTextInputConfigMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
_name: import("mobx-state-tree").ISimpleType<"text-input">;
|
|
4
4
|
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
5
5
|
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -14,8 +14,8 @@ export declare const FilterConfigModel_TextInput: import("mobx-state-tree").IMod
|
|
|
14
14
|
setRequired(required: boolean): void;
|
|
15
15
|
setDefaultValue(default_value: string): void;
|
|
16
16
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
17
|
-
export declare type
|
|
18
|
-
export declare const
|
|
17
|
+
export declare type FilterTextInputConfigInstance = Instance<typeof FilterTextInputConfigMeta>;
|
|
18
|
+
export declare const createFilterTextInputConfig: () => {
|
|
19
19
|
_name: "text-input";
|
|
20
20
|
required: boolean;
|
|
21
21
|
default_value: string;
|
package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const FilterTreeSelectConfigMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
_name: import("mobx-state-tree").ISimpleType<"tree-select">;
|
|
4
4
|
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
5
5
|
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
@@ -56,8 +56,8 @@ export declare const FilterConfigModel_TreeSelect: import("mobx-state-tree").IMo
|
|
|
56
56
|
applyDefaultSelection(): void;
|
|
57
57
|
afterCreate(): void;
|
|
58
58
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
59
|
-
export declare type
|
|
60
|
-
export declare const
|
|
59
|
+
export declare type FilterTreeSelectConfigInstance = Instance<typeof FilterTreeSelectConfigMeta>;
|
|
60
|
+
export declare const createFilterTreeSelectConfig: () => {
|
|
61
61
|
_name: "tree-select";
|
|
62
62
|
min_width: string;
|
|
63
63
|
default_value: 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]>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './mock-context';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { ContextRecordType } from '~/model';
|
|
2
|
+
export declare const MockContextMeta: import("mobx-state-tree").IModelType<{
|
|
3
|
+
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ContextRecordType, ContextRecordType, ContextRecordType>, [undefined]>;
|
|
4
|
+
}, {
|
|
5
|
+
readonly keys: string[];
|
|
6
|
+
readonly entries: [string, any][];
|
|
7
|
+
} & {
|
|
8
|
+
replace(record: ContextRecordType): void;
|
|
9
|
+
get(key: string): any;
|
|
10
|
+
set(key: string, value: any): void;
|
|
11
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
12
|
+
export declare function getInitialMockContextMeta(context: ContextRecordType): {
|
|
13
|
+
current: ContextRecordType;
|
|
14
|
+
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Instance } from 'mobx-state-tree';
|
|
2
1
|
import { Layout } from 'react-grid-layout';
|
|
3
|
-
export declare const
|
|
2
|
+
export declare const PanelLayoutMeta: import("mobx-state-tree").IModelType<{
|
|
4
3
|
x: import("mobx-state-tree").ISimpleType<number>;
|
|
5
4
|
y: import("mobx-state-tree").IMaybeNull<import("mobx-state-tree").ISimpleType<number>>;
|
|
6
5
|
w: import("mobx-state-tree").ISimpleType<number>;
|
|
@@ -19,4 +18,3 @@ export declare const PanelLayoutModel: import("mobx-state-tree").IModelType<{
|
|
|
19
18
|
} & {
|
|
20
19
|
set(layout: Omit<Layout, 'i'>): void;
|
|
21
20
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
22
|
-
export declare type PanelLayoutModelInstance = Instance<typeof PanelLayoutModel>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
1
|
+
import { VariableMetaInstance, VariableMetaSnapshotIn } from './variable';
|
|
2
|
+
export declare const PanelMeta: import("mobx-state-tree").IModelType<{
|
|
4
3
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
5
4
|
title: import("mobx-state-tree").ISimpleType<string>;
|
|
6
5
|
description: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -26,15 +25,15 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
26
25
|
queryIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
27
26
|
viz: import("mobx-state-tree").IModelType<{
|
|
28
27
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
29
|
-
conf: import("mobx-state-tree").IType<import("
|
|
28
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
30
29
|
}, {
|
|
31
30
|
readonly json: {
|
|
32
|
-
conf: import("
|
|
31
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
33
32
|
type: string;
|
|
34
33
|
};
|
|
35
34
|
} & {
|
|
36
35
|
setType(type: string): void;
|
|
37
|
-
setConf(conf: import("
|
|
36
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
38
37
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
39
38
|
style: import("mobx-state-tree").IModelType<{
|
|
40
39
|
border: import("mobx-state-tree").IModelType<{
|
|
@@ -287,152 +286,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
287
286
|
};
|
|
288
287
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
289
288
|
}, {
|
|
290
|
-
readonly contentModel: any;
|
|
291
|
-
} & {
|
|
292
|
-
readonly queryIDSet: Set<string>;
|
|
293
|
-
readonly queries: ({
|
|
294
|
-
id: string;
|
|
295
|
-
name: string;
|
|
296
|
-
type: import("../queries/types").DataSourceType;
|
|
297
|
-
key: string;
|
|
298
|
-
sql: string;
|
|
299
|
-
pre_process: string;
|
|
300
|
-
post_process: string;
|
|
301
|
-
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]>>;
|
|
302
|
-
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]>>;
|
|
303
|
-
state: "error" | "loading" | "idle";
|
|
304
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
305
|
-
error: any;
|
|
306
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
307
|
-
readonly valid: boolean;
|
|
308
|
-
readonly json: {
|
|
309
|
-
id: string;
|
|
310
|
-
key: string;
|
|
311
|
-
sql: string;
|
|
312
|
-
name: string;
|
|
313
|
-
type: import("../queries/types").DataSourceType;
|
|
314
|
-
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]>>;
|
|
315
|
-
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]>>;
|
|
316
|
-
pre_process: string;
|
|
317
|
-
post_process: string;
|
|
318
|
-
};
|
|
319
|
-
readonly conditionOptions: {
|
|
320
|
-
label: string;
|
|
321
|
-
value: string;
|
|
322
|
-
group: string;
|
|
323
|
-
}[];
|
|
324
|
-
readonly unmetRunByConditions: string[];
|
|
325
|
-
} & {
|
|
326
|
-
readonly reQueryKey: string;
|
|
327
|
-
readonly runByConditionsMet: boolean;
|
|
328
|
-
readonly conditionNames: {
|
|
329
|
-
context: string[];
|
|
330
|
-
filters: any[];
|
|
331
|
-
};
|
|
332
|
-
} & {
|
|
333
|
-
setName(name: string): void;
|
|
334
|
-
setKey(key: string): void;
|
|
335
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
336
|
-
setSQL(sql: string): void;
|
|
337
|
-
setRunBy(v: string[]): void;
|
|
338
|
-
setReactTo(v: string[]): void;
|
|
339
|
-
setPreProcess(v: string): void;
|
|
340
|
-
setPostProcess(v: string): void;
|
|
341
|
-
} & {
|
|
342
|
-
readonly formattedSQL: any;
|
|
343
|
-
readonly typedAsSQL: boolean;
|
|
344
|
-
readonly typedAsHTTP: boolean;
|
|
345
|
-
readonly datasource: any;
|
|
346
|
-
readonly httpConfigString: string;
|
|
347
|
-
} & {
|
|
348
|
-
readonly stateMessage: string;
|
|
349
|
-
} & {
|
|
350
|
-
controller: AbortController;
|
|
351
|
-
} & {
|
|
352
|
-
runSQL: () => Promise<void>;
|
|
353
|
-
runHTTP: () => Promise<void>;
|
|
354
|
-
} & {
|
|
355
|
-
fetchData: () => Promise<void>;
|
|
356
|
-
beforeDestroy(): void;
|
|
357
|
-
} & {
|
|
358
|
-
afterCreate(): void;
|
|
359
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
360
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
361
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
362
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
363
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
364
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
365
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
366
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
367
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
368
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
369
|
-
} & {
|
|
370
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
371
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
372
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
373
|
-
}, {
|
|
374
|
-
readonly valid: boolean;
|
|
375
|
-
readonly json: {
|
|
376
|
-
id: string;
|
|
377
|
-
key: string;
|
|
378
|
-
sql: string;
|
|
379
|
-
name: string;
|
|
380
|
-
type: import("../queries/types").DataSourceType;
|
|
381
|
-
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]>>;
|
|
382
|
-
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]>>;
|
|
383
|
-
pre_process: string;
|
|
384
|
-
post_process: string;
|
|
385
|
-
};
|
|
386
|
-
readonly conditionOptions: {
|
|
387
|
-
label: string;
|
|
388
|
-
value: string;
|
|
389
|
-
group: string;
|
|
390
|
-
}[];
|
|
391
|
-
readonly unmetRunByConditions: string[];
|
|
392
|
-
} & {
|
|
393
|
-
readonly reQueryKey: string;
|
|
394
|
-
readonly runByConditionsMet: boolean;
|
|
395
|
-
readonly conditionNames: {
|
|
396
|
-
context: string[];
|
|
397
|
-
filters: any[];
|
|
398
|
-
};
|
|
399
|
-
} & {
|
|
400
|
-
setName(name: string): void;
|
|
401
|
-
setKey(key: string): void;
|
|
402
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
403
|
-
setSQL(sql: string): void;
|
|
404
|
-
setRunBy(v: string[]): void;
|
|
405
|
-
setReactTo(v: string[]): void;
|
|
406
|
-
setPreProcess(v: string): void;
|
|
407
|
-
setPostProcess(v: string): void;
|
|
408
|
-
} & {
|
|
409
|
-
readonly formattedSQL: any;
|
|
410
|
-
readonly typedAsSQL: boolean;
|
|
411
|
-
readonly typedAsHTTP: boolean;
|
|
412
|
-
readonly datasource: any;
|
|
413
|
-
readonly httpConfigString: string;
|
|
414
|
-
} & {
|
|
415
|
-
readonly stateMessage: string;
|
|
416
|
-
} & {
|
|
417
|
-
controller: AbortController;
|
|
418
|
-
} & {
|
|
419
|
-
runSQL: () => Promise<void>;
|
|
420
|
-
runHTTP: () => Promise<void>;
|
|
421
|
-
} & {
|
|
422
|
-
fetchData: () => Promise<void>;
|
|
423
|
-
beforeDestroy(): void;
|
|
424
|
-
} & {
|
|
425
|
-
afterCreate(): void;
|
|
426
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
427
|
-
readonly data: TPanelData;
|
|
428
|
-
readonly dataLoading: boolean;
|
|
429
|
-
readonly queryStateMessages: string[];
|
|
430
|
-
readonly queryErrors: any[];
|
|
431
|
-
readonly canRenderViz: boolean;
|
|
432
289
|
readonly json: {
|
|
433
290
|
id: string;
|
|
434
291
|
viz: {
|
|
435
|
-
conf: import("
|
|
292
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
436
293
|
type: string;
|
|
437
294
|
};
|
|
438
295
|
style: {
|
|
@@ -619,11 +476,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
619
476
|
}[];
|
|
620
477
|
description: string;
|
|
621
478
|
};
|
|
622
|
-
readonly
|
|
623
|
-
label: string;
|
|
624
|
-
value: string;
|
|
625
|
-
group: string;
|
|
626
|
-
}[];
|
|
479
|
+
readonly queryIDSet: Set<string>;
|
|
627
480
|
} & {
|
|
628
481
|
setID(id: string): void;
|
|
629
482
|
setTitle(title: string): void;
|
|
@@ -631,14 +484,6 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
|
|
|
631
484
|
addQueryID(queryID: string): void;
|
|
632
485
|
removeQueryID(queryID: string): void;
|
|
633
486
|
setQueryIDs(queryIDs: string[]): void;
|
|
634
|
-
addVariable(variable:
|
|
635
|
-
removeVariable(variable:
|
|
636
|
-
removeSelf(): void;
|
|
637
|
-
} & {
|
|
638
|
-
moveToView(sourceViewID: string, targetViewID: string): void;
|
|
639
|
-
refreshData(): void;
|
|
640
|
-
downloadData(): void;
|
|
487
|
+
addVariable(variable: VariableMetaSnapshotIn): void;
|
|
488
|
+
removeVariable(variable: VariableMetaInstance): void;
|
|
641
489
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
642
|
-
export declare type PanelModelInstance = Instance<typeof PanelModel>;
|
|
643
|
-
export declare type PanelModelSnapshotIn = SnapshotIn<PanelModelInstance>;
|
|
644
|
-
export declare function getNewPanel(id: string): PanelModelSnapshotIn;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const PanelStyleBorderModel: import("mobx-state-tree").IModelType<{
|
|
1
|
+
export declare const PanelStyleBorderMeta: import("mobx-state-tree").IModelType<{
|
|
3
2
|
enabled: import("mobx-state-tree").ISimpleType<boolean>;
|
|
4
3
|
}, {
|
|
5
4
|
readonly json: {
|
|
@@ -8,4 +7,3 @@ export declare const PanelStyleBorderModel: import("mobx-state-tree").IModelType
|
|
|
8
7
|
} & {
|
|
9
8
|
setEnabled(v: boolean): void;
|
|
10
9
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
11
|
-
export declare type PanelStyleBorderModelInstance = Instance<typeof PanelStyleBorderModel>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const PanelStyleModel: import("mobx-state-tree").IModelType<{
|
|
1
|
+
export declare const PanelStyleMeta: import("mobx-state-tree").IModelType<{
|
|
3
2
|
border: import("mobx-state-tree").IModelType<{
|
|
4
3
|
enabled: import("mobx-state-tree").ISimpleType<boolean>;
|
|
5
4
|
}, {
|
|
@@ -16,4 +15,3 @@ export declare const PanelStyleModel: import("mobx-state-tree").IModelType<{
|
|
|
16
15
|
};
|
|
17
16
|
};
|
|
18
17
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
19
|
-
export declare type PanelStyleModelInstance = Instance<typeof PanelStyleModel>;
|
package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const
|
|
1
|
+
import { Instance, SnapshotIn } from 'mobx-state-tree';
|
|
2
|
+
export declare const VariableMeta: import("mobx-state-tree").IModelType<{
|
|
3
3
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
4
4
|
size: import("mobx-state-tree").ISimpleType<string>;
|
|
5
5
|
weight: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -232,12 +232,6 @@ export declare const VariableModel: import("mobx-state-tree").IModelType<{
|
|
|
232
232
|
}, {}>>>);
|
|
233
233
|
};
|
|
234
234
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
235
|
-
export declare
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
constructor(state: T);
|
|
239
|
-
get changed(): boolean;
|
|
240
|
-
commit(): void;
|
|
241
|
-
update(patch: SnapshotIn<T>): void;
|
|
242
|
-
}
|
|
243
|
-
export declare const createDraft: <T extends IAnyStateTreeNode>(origin: T) => DraftModel<T>;
|
|
235
|
+
export declare type VariableMetaType = typeof VariableMeta;
|
|
236
|
+
export declare type VariableMetaSnapshotIn = SnapshotIn<VariableMetaType>;
|
|
237
|
+
export declare type VariableMetaInstance = Instance<VariableMetaType>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { Instance } from 'mobx-state-tree';
|
|
2
1
|
import { AnyObject } from '~/types';
|
|
3
|
-
export declare const
|
|
2
|
+
export declare const PanelVizMeta: import("mobx-state-tree").IModelType<{
|
|
4
3
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
5
4
|
conf: import("mobx-state-tree").IType<AnyObject, AnyObject, AnyObject>;
|
|
6
5
|
}, {
|
|
@@ -12,4 +11,3 @@ export declare const PanelVizModel: import("mobx-state-tree").IModelType<{
|
|
|
12
11
|
setType(type: string): void;
|
|
13
12
|
setConf(conf: AnyObject): void;
|
|
14
13
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
15
|
-
export declare type PanelVizModelInstance = Instance<typeof PanelVizModel>;
|