@devtable/dashboard 10.9.8 → 10.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api-caller/index.d.ts +1 -2
- package/dist/api-caller/request.d.ts +1 -1
- package/dist/api-caller/types.d.ts +1 -1
- package/dist/{filter → components/filter}/filter-checkbox/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-checkbox/render.d.ts +4 -4
- package/dist/{filter → components/filter}/filter-date-range/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-date-range/render.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-multi-select/editor.d.ts +2 -2
- package/dist/components/filter/filter-multi-select/render/index.d.ts +10 -0
- package/dist/{filter → components/filter}/filter-select/editor.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-select/render.d.ts +3 -4
- package/dist/{filter → components/filter}/filter-settings/filter-setting.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-settings/preview-filter.d.ts +2 -2
- package/dist/{filter → components/filter}/filter-text-input/editor.d.ts +2 -2
- package/dist/components/filter/filter-text-input/render.d.ts +9 -0
- package/dist/{filter → components/filter}/filter-tree-select/editor.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/index.d.ts +11 -0
- package/dist/{filter → components/filter}/filter.d.ts +2 -2
- package/dist/{filter → components/filter}/index.d.ts +2 -2
- package/dist/components/filter/use-update-filter-preview-values.d.ts +1 -0
- package/dist/components/panel/index.d.ts +2 -0
- package/dist/{panel/panel-dropdown-menu.d.ts → components/panel/panel-editor/dropdown-menu/index.d.ts} +2 -2
- package/dist/components/panel/panel-editor/index.d.ts +8 -0
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +6 -0
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +7 -0
- package/dist/components/panel/panel-render/full-screen-render/index.d.ts +2 -0
- package/dist/{main → components/panel/panel-render/full-screen-render}/use-panel-full-screen.d.ts +347 -355
- package/dist/components/panel/panel-render/index.d.ts +4 -0
- package/dist/components/panel/panel-render/panel-render-base.d.ts +12 -0
- package/dist/components/panel/panel-render/panel-render.d.ts +9 -0
- package/dist/components/panel/panel-render/viz/index.d.ts +3 -0
- package/dist/{panel → components/panel/panel-render/viz}/panel-error-or-state-message.d.ts +2 -2
- package/dist/{panel → components/panel/panel-render/viz}/panel-viz-section.d.ts +2 -2
- package/dist/{panel → components/panel}/plugin-adaptor.d.ts +1 -1
- package/dist/{panel → components/panel}/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -0
- package/dist/components/panel/utils.d.ts +1 -0
- package/dist/{plugins → components/plugins}/color-manager/impl.d.ts +1 -1
- package/dist/{plugins → components/plugins}/controls/color-interpolation-select/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/instance-migrator/index.d.ts +2 -2
- package/dist/{plugins → components/plugins}/plugin-context.d.ts +358 -346
- package/dist/{plugins → components/plugins}/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
- package/dist/{service-locator → components/plugins/service/service-locator}/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +3 -0
- package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/button/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/button/viz-button.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/cartesian/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/migrators/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/cartesian/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/funnel/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/funnel/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/heatmap/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/heatmap/type.d.ts +4 -4
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/merico-stats/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/radar-chart/type.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/regression-series.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/{plugins → components/plugins}/viz-components/stats/update/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/sunburst/type.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +2 -0
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/{view → components/view}/layout/main-layout.d.ts +2 -2
- package/dist/{view → components/view}/layout/read-only-layout.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/index.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/modal.d.ts +2 -2
- package/dist/{view → components/view}/view-component/preview/tabs.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/index.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/modal.d.ts +2 -2
- package/dist/{view → components/view}/view-component/render/tabs.d.ts +2 -2
- package/dist/{view → components/view}/view-editor.d.ts +2 -2
- package/dist/{view → components/view}/view-render.d.ts +2 -2
- package/dist/contexts/index.d.ts +1 -1
- package/dist/contexts/layout-state-context.d.ts +0 -2
- package/dist/contexts/panel-context.d.ts +5657 -4
- package/dist/{main/dashboard-editor → dashboard-editor}/index.d.ts +3 -3
- package/dist/{model → dashboard-editor/model}/datasources/datasource.d.ts +4 -5
- package/dist/{model → dashboard-editor/model}/datasources/index.d.ts +7 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +517 -0
- package/dist/dashboard-editor/model/index.d.ts +7 -0
- package/dist/dashboard-editor/model/panels/index.d.ts +2 -0
- package/dist/dashboard-editor/model/panels/panel.d.ts +1278 -0
- package/dist/dashboard-editor/model/panels/panels.d.ts +11201 -0
- package/dist/{model → dashboard-editor/model}/queries/index.d.ts +73 -68
- package/dist/{model → dashboard-editor/model}/sql-snippets/index.d.ts +16 -13
- package/dist/{model → dashboard-editor/model}/views/index.d.ts +39 -39
- package/dist/dashboard-editor/ui/index.d.ts +3 -0
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/model.d.ts +5 -6
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +7 -0
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/item-editor.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -2
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/index.d.ts +5 -6
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/utils.d.ts +1 -1
- package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/index.d.ts +1 -1
- package/dist/{main/dashboard-render → dashboard-render}/index.d.ts +3 -3
- package/dist/dashboard-render/model/index.d.ts +2 -0
- package/dist/dashboard.es.js +14509 -14245
- package/dist/dashboard.umd.js +151 -151
- package/dist/index.d.ts +5 -4
- package/dist/interactions/components/interaction-settings.d.ts +1 -1
- package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/nodes.d.ts +2 -2
- package/dist/interactions/interactions-viewer/data/types.d.ts +1 -1
- package/dist/interactions/temp-hack.d.ts +2 -1
- package/dist/model/index.d.ts +3 -8
- package/dist/model/meta-model/context/context.d.ts +31 -0
- package/dist/model/meta-model/context/index.d.ts +1 -0
- package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts} +4 -4
- package/dist/model/meta-model/dashboard/content/filter/index.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/filter/types.d.ts +8 -0
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/index.d.ts +6 -0
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts +3 -3
- package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/index.d.ts +7 -0
- package/dist/model/meta-model/dashboard/content/mock-context/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +14 -0
- package/dist/model/meta-model/dashboard/content/panel/index.d.ts +5 -0
- package/dist/model/{panels → meta-model/dashboard/content/panel}/layout.d.ts +1 -3
- package/dist/model/{panels → meta-model/dashboard/content/panel}/panel.d.ts +9 -164
- package/dist/model/{panels → meta-model/dashboard/content/panel}/style/border.d.ts +1 -3
- package/dist/model/{panels → meta-model/dashboard/content/panel}/style/index.d.ts +1 -3
- package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts} +5 -11
- package/dist/model/{panels → meta-model/dashboard/content/panel}/viz.d.ts +1 -3
- package/dist/model/meta-model/dashboard/content/query/index.d.ts +2 -0
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +37 -0
- package/dist/model/meta-model/dashboard/content/sql-snippet/index.d.ts +1 -0
- package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +14 -0
- package/dist/model/meta-model/dashboard/content/types.d.ts +9 -0
- package/dist/model/meta-model/dashboard/content/view/index.d.ts +3 -0
- package/dist/model/meta-model/dashboard/content/view/types.d.ts +5 -0
- package/dist/model/{views/view/index.d.ts → meta-model/dashboard/content/view/view.d.ts} +5 -5
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/division.d.ts +5 -5
- package/dist/model/meta-model/dashboard/content/view/widgets/index.d.ts +3 -0
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/modal.d.ts +13 -5
- package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/tabs.d.ts +6 -7
- package/dist/model/meta-model/dashboard/index.d.ts +1 -0
- package/dist/model/meta-model/datasources/datasource.d.ts +10 -0
- package/dist/model/meta-model/datasources/datasources.d.ts +32 -0
- package/dist/model/meta-model/datasources/index.d.ts +2 -0
- package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts +1 -1
- package/dist/model/{global-sql-snippets/index.d.ts → meta-model/global-sql-snippets/global-sql-snippets.d.ts} +2 -2
- package/dist/model/meta-model/global-sql-snippets/index.d.ts +2 -0
- package/dist/model/meta-model/index.d.ts +4 -0
- package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts} +28 -51
- package/dist/model/render-model/dashboard/content/filters/index.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -0
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +4 -0
- package/dist/model/render-model/dashboard/content/index.d.ts +5 -0
- package/dist/model/render-model/dashboard/content/panels/index.d.ts +2 -0
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1269 -0
- package/dist/model/{panels/index.d.ts → render-model/dashboard/content/panels/panels.d.ts} +1331 -1371
- package/dist/model/render-model/dashboard/content/queries/index.d.ts +3 -0
- package/dist/model/{queries → render-model/dashboard/content/queries}/mute-query.d.ts +12 -12
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +366 -0
- package/dist/model/{queries → render-model/dashboard/content/queries}/query.d.ts +14 -13
- package/dist/model/render-model/dashboard/content/sql-snippets/index.d.ts +4 -0
- package/dist/model/{sql-snippets → render-model/dashboard/content/sql-snippets}/sql-snippet.d.ts +5 -4
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +54 -0
- package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +3 -0
- package/dist/model/render-model/dashboard/content/views/index.d.ts +1 -0
- package/dist/model/render-model/dashboard/content/views/views.d.ts +3889 -0
- package/dist/model/render-model/dashboard/index.d.ts +1 -0
- package/dist/model/render-model/index.d.ts +1 -0
- package/dist/model/utils/draft.d.ts +10 -0
- package/dist/model/utils/index.d.ts +1 -0
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/types/dashboard.d.ts +4 -11
- package/dist/types/filter.d.ts +1 -8
- package/dist/types/plugin/index.d.ts +2 -2
- package/dist/utils/error-boundary.d.ts +1 -1
- package/dist/utils/http-query.d.ts +2 -2
- package/dist/utils/sql.d.ts +1 -1
- package/dist/utils/template/types.d.ts +1 -1
- package/package.json +1 -1
- package/dist/filter/filter-multi-select/render/index.d.ts +0 -11
- package/dist/filter/filter-text-input/render.d.ts +0 -9
- package/dist/filter/filter-tree-select/render/index.d.ts +0 -11
- package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +0 -8
- package/dist/main/full-screen-panel.d.ts +0 -8
- package/dist/main/index.d.ts +0 -3
- package/dist/main/use-top-level-services.d.ts +0 -3
- package/dist/model/context.d.ts +0 -11
- package/dist/model/filters/filter/common.d.ts +0 -16
- package/dist/model/mock-context.d.ts +0 -11
- package/dist/model/sql-snippets/types.d.ts +0 -3
- package/dist/panel/index.d.ts +0 -9
- package/dist/panel/use-config-viz-instance-service.d.ts +0 -3
- package/dist/plugins/viz-components/text/index.d.ts +0 -2
- /package/dist/{filter → components/filter}/error-message-or-not-found.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-multi-select/render/widget.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-multi-select/render/widget.styles.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/expected-structure.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/query-data-to-tree.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/switcher-icon.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/tree-icon.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/widget.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/render/widget.styles.d.ts +0 -0
- /package/dist/{filter → components/filter}/filter-tree-select/types.d.ts +0 -0
- /package/dist/{filter → components/filter}/pick-query-for-filter/expected-structure-for-select.d.ts +0 -0
- /package/dist/{filter → components/filter}/pick-query-for-filter/index.d.ts +0 -0
- /package/dist/{filter → components/filter}/select-item.d.ts +0 -0
- /package/dist/{panel/panel-description.d.ts → components/panel/panel-render/description-popover/index.d.ts} +0 -0
- /package/dist/{panel/title-bar.d.ts → components/panel/panel-render/title-bar/index.d.ts} +0 -0
- /package/dist/{panel/viz/index.d.ts → components/panel/panel-render/viz/viz.d.ts} +0 -0
- /package/dist/{panel → components/panel}/settings/common/color-array-input.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/css-types.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/data-field-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-color-swatches.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-color.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-font-weight.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/mantine-size-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/numbro-format-selector.d.ts +0 -0
- /package/dist/{panel → components/panel}/settings/common/text-array-input.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/color-manager.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/multi-step-value-mapper.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/color-manager/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/diverging-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/colors/sequential-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/label-position-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/style.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-channel-event.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-row-data-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-storage-data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/hooks/use-tab-state.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/json-plugin-storage.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/message-channels.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-data-migrator/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-data-migrator/version-based-migrator.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/plugin-manager.d.ts +0 -0
- /package/dist/{service-locator → components/plugins/service/service-locator}/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/sub-tree-json-plugin-storage.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/common.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/dataset.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/triggers/click-button.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/button/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/calendar/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/calendar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/formatters.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/regression-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.scatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/y-axes.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/events.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_areas.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_lines.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/series_items.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/label-formatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/variables.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/click-echart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/heat_block/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/y-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/formatters.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/visual-map.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/click-heat-block.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/deviation.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/x_axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-1.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-2.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-3.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/styles/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/bar.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/mark-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/mark-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/y-axes.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/click-pareto.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/click-pie-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/dimension.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/series.label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/triggers/click-radar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/regression-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/parse-rich-text-content.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-areas/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metric.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/dataset.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/grid.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/legend.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/series.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/x-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/y-axis.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/data-field.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/level.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/array-to-tree.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/data.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/levels.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/tooltip.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/types.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/components/head-cell.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/column.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/func_content-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/editors/styling.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/table-cell-context.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/triggers/click-cell-content.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/triggers/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/utils.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/value-type-selector.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/value.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.styles.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/func-content-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/viz-text-editor.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/text/viz-text.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/error-figure.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/type.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/components.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/impl.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/index.d.ts +0 -0
- /package/dist/{plugins → components/plugins}/viz-manager/types.d.ts +0 -0
- /package/dist/{view → components/view}/index.d.ts +0 -0
- /package/dist/{view → components/view}/layout/index.d.ts +0 -0
- /package/dist/{view → components/view}/view-component/preview/division.d.ts +0 -0
- /package/dist/{view → components/view}/view-component/render/division.d.ts +0 -0
- /package/dist/components/{about-function-utils → widgets/about-function-utils}/index.d.ts +0 -0
- /package/dist/components/{function-editor.tsx → widgets/function-editor}/index.d.ts +0 -0
- /package/dist/components/{inline-function-input → widgets/inline-function-input}/index.d.ts +0 -0
- /package/dist/components/{minimal-monaco-editor.d.ts → widgets/minimal-monaco-editor.d.ts} +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/font-size-extension.d.ts +0 -0
- /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/readonly-rich-text-editor.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/columns.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/indexes.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/table-data.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/datasources/tables.d.ts +0 -0
- /package/dist/{model → dashboard-editor/model}/editor/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/header-menu.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/main-header.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/save-changes-or-more.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/sub-header.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/view-links.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.style.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/query-state-message.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-filter/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-mock-context/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/description.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/edit-style.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/title.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/pick-query/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/preview-panel.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/select-viz-type.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/styles.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-field.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/viz-conf.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/query-usage.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/preview-snippet.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/global-sql-snippets-table.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-guide.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-modal.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-filter.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-panel.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-query.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-view.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/index.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/nav-links.d.ts +0 -0
- /package/dist/{main/dashboard-editor → dashboard-editor}/utils/load-monaco-editor.d.ts +0 -0
- /package/dist/model/{queries → meta-model/dashboard/content/query}/types.d.ts +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactNode } from './react';
|
|
2
|
-
import {
|
|
3
|
-
import { DashboardContentDBType, IDashboard } from '
|
|
2
|
+
import { ContextRecordType } from '~/model';
|
|
3
|
+
import { DashboardContentDBType, IDashboard } from '../types/dashboard';
|
|
4
4
|
interface IDashboardProps {
|
|
5
|
-
context:
|
|
5
|
+
context: ContextRecordType;
|
|
6
6
|
dashboard: IDashboard;
|
|
7
7
|
content: DashboardContentDBType;
|
|
8
8
|
className?: string;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
import { TDataSourceConfig } from '~/api-caller/types';
|
|
3
|
-
import { DataSourceType } from '../queries/types';
|
|
4
2
|
export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
5
3
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
|
-
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
4
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../model").DataSourceType>;
|
|
7
5
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
|
-
config: import("mobx-state-tree").IType<TDataSourceConfig, TDataSourceConfig, TDataSourceConfig>;
|
|
6
|
+
config: import("mobx-state-tree").IType<import("../../../api-caller/types").TDataSourceConfig, import("../../../api-caller/types").TDataSourceConfig, import("../../../api-caller/types").TDataSourceConfig>;
|
|
7
|
+
} & {
|
|
9
8
|
tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
10
9
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
11
10
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
@@ -27,7 +26,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
|
|
|
27
26
|
tableData: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
28
27
|
page: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
29
28
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
30
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("
|
|
29
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
31
30
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
32
31
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
33
32
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { IDataSource } from '~/api-caller/types';
|
|
2
|
-
import { DataSourceType } from '
|
|
2
|
+
import { DataSourceType } from '~/model';
|
|
3
3
|
export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
4
4
|
list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
5
5
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6
6
|
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
7
7
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
8
|
config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
|
|
9
|
+
} & {
|
|
9
10
|
tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
10
11
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
11
12
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
@@ -27,7 +28,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
27
28
|
tableData: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
28
29
|
page: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
29
30
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
30
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("
|
|
31
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
31
32
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
32
33
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
33
34
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
@@ -129,7 +130,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
129
130
|
tableData: {
|
|
130
131
|
page: number;
|
|
131
132
|
limit: number;
|
|
132
|
-
data: import("
|
|
133
|
+
data: import("../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>>;
|
|
133
134
|
total: number;
|
|
134
135
|
state: "error" | "loading" | "idle";
|
|
135
136
|
error: any;
|
|
@@ -154,7 +155,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
154
155
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
155
156
|
page: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
156
157
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
157
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("
|
|
158
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
158
159
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
159
160
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
160
161
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
@@ -222,6 +223,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
222
223
|
type: import("mobx-state-tree").ISimpleType<DataSourceType>;
|
|
223
224
|
key: import("mobx-state-tree").ISimpleType<string>;
|
|
224
225
|
config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
|
|
226
|
+
} & {
|
|
225
227
|
tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
226
228
|
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
|
|
227
229
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
@@ -243,7 +245,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
|
|
|
243
245
|
tableData: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
|
|
244
246
|
page: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
245
247
|
limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
246
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("
|
|
248
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
|
|
247
249
|
total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
248
250
|
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
249
251
|
error: import("mobx-state-tree").IType<any, any, any>;
|
|
@@ -0,0 +1,517 @@
|
|
|
1
|
+
import { Instance } from 'mobx-state-tree';
|
|
2
|
+
import { FilterMetaInstance } from '~/model';
|
|
3
|
+
import { AnyObject } from '~/types';
|
|
4
|
+
export declare const FiltersModel: import("mobx-state-tree").IModelType<{
|
|
5
|
+
current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
6
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
7
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
9
|
+
order: import("mobx-state-tree").ISimpleType<number>;
|
|
10
|
+
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
11
|
+
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
12
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
13
|
+
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
14
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
15
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
16
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
17
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
18
|
+
} & {
|
|
19
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
20
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
21
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
22
|
+
}, {
|
|
23
|
+
setLabel(label: string): void;
|
|
24
|
+
setValue(value: string): void;
|
|
25
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
26
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
27
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
28
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
29
|
+
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
30
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
31
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
32
|
+
} & {
|
|
33
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
34
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
35
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
36
|
+
}, {
|
|
37
|
+
setLabel(label: string): void;
|
|
38
|
+
setValue(value: string): void;
|
|
39
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
40
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
41
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
42
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
43
|
+
_name: import("mobx-state-tree").ISimpleType<"tree-select">;
|
|
44
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
45
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
46
|
+
} & {
|
|
47
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
48
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
49
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
50
|
+
}, {
|
|
51
|
+
setLabel(label: string): void;
|
|
52
|
+
setValue(value: string): void;
|
|
53
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
54
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
55
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
56
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
57
|
+
_name: import("mobx-state-tree").ISimpleType<"text-input">;
|
|
58
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
59
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
60
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
61
|
+
_name: import("mobx-state-tree").ISimpleType<"checkbox">;
|
|
62
|
+
description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
63
|
+
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
64
|
+
}> | {
|
|
65
|
+
default_value: (string | null)[];
|
|
66
|
+
_name: "date-range";
|
|
67
|
+
required: boolean;
|
|
68
|
+
clearable: boolean;
|
|
69
|
+
inputFormat: string;
|
|
70
|
+
max_days: number;
|
|
71
|
+
allowSingleDateInRange: boolean;
|
|
72
|
+
}, any>;
|
|
73
|
+
}, {
|
|
74
|
+
readonly plainDefaultValue: any;
|
|
75
|
+
readonly usingDefaultValue: boolean;
|
|
76
|
+
readonly auto_submit_supported: boolean;
|
|
77
|
+
} & {
|
|
78
|
+
readonly json: {
|
|
79
|
+
id: string;
|
|
80
|
+
key: string;
|
|
81
|
+
type: import("~/model").DashboardFilterType;
|
|
82
|
+
label: string;
|
|
83
|
+
order: number;
|
|
84
|
+
config: any;
|
|
85
|
+
auto_submit: boolean;
|
|
86
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
87
|
+
};
|
|
88
|
+
readonly should_auto_submit: boolean;
|
|
89
|
+
requiredAndPass(value: any): any;
|
|
90
|
+
} & {
|
|
91
|
+
setKey(key: string): void;
|
|
92
|
+
setLabel(label: string): void;
|
|
93
|
+
setOrder(order: number): void;
|
|
94
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
95
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
96
|
+
setAutoSubmit(v: boolean): void;
|
|
97
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
98
|
+
values: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
99
|
+
} & {
|
|
100
|
+
previewValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
|
|
101
|
+
}, {
|
|
102
|
+
readonly json: {
|
|
103
|
+
id: string;
|
|
104
|
+
key: string;
|
|
105
|
+
type: import("~/model").DashboardFilterType;
|
|
106
|
+
label: string;
|
|
107
|
+
order: number;
|
|
108
|
+
config: any;
|
|
109
|
+
auto_submit: boolean;
|
|
110
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
111
|
+
}[];
|
|
112
|
+
readonly firstID: string | undefined;
|
|
113
|
+
findByID(id: string): ({
|
|
114
|
+
id: string;
|
|
115
|
+
key: string;
|
|
116
|
+
label: string;
|
|
117
|
+
order: number;
|
|
118
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
119
|
+
auto_submit: boolean;
|
|
120
|
+
type: import("~/model").DashboardFilterType;
|
|
121
|
+
config: any;
|
|
122
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
123
|
+
readonly plainDefaultValue: any;
|
|
124
|
+
readonly usingDefaultValue: boolean;
|
|
125
|
+
readonly auto_submit_supported: boolean;
|
|
126
|
+
} & {
|
|
127
|
+
readonly json: {
|
|
128
|
+
id: string;
|
|
129
|
+
key: string;
|
|
130
|
+
type: import("~/model").DashboardFilterType;
|
|
131
|
+
label: string;
|
|
132
|
+
order: number;
|
|
133
|
+
config: any;
|
|
134
|
+
auto_submit: boolean;
|
|
135
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
136
|
+
};
|
|
137
|
+
readonly should_auto_submit: boolean;
|
|
138
|
+
requiredAndPass(value: any): any;
|
|
139
|
+
} & {
|
|
140
|
+
setKey(key: string): void;
|
|
141
|
+
setLabel(label: string): void;
|
|
142
|
+
setOrder(order: number): void;
|
|
143
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
144
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
145
|
+
setAutoSubmit(v: boolean): void;
|
|
146
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
147
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
148
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
149
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
150
|
+
order: import("mobx-state-tree").ISimpleType<number>;
|
|
151
|
+
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
152
|
+
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
153
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
154
|
+
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
155
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
156
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
157
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
158
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
159
|
+
} & {
|
|
160
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
161
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
162
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
163
|
+
}, {
|
|
164
|
+
setLabel(label: string): void;
|
|
165
|
+
setValue(value: string): void;
|
|
166
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
167
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
168
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
169
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
170
|
+
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
171
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
172
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
173
|
+
} & {
|
|
174
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
175
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
176
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
177
|
+
}, {
|
|
178
|
+
setLabel(label: string): void;
|
|
179
|
+
setValue(value: string): void;
|
|
180
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
181
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
182
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
183
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
184
|
+
_name: import("mobx-state-tree").ISimpleType<"tree-select">;
|
|
185
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
186
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
187
|
+
} & {
|
|
188
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
189
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
190
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
191
|
+
}, {
|
|
192
|
+
setLabel(label: string): void;
|
|
193
|
+
setValue(value: string): void;
|
|
194
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
195
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
196
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
197
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
198
|
+
_name: import("mobx-state-tree").ISimpleType<"text-input">;
|
|
199
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
200
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
201
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
202
|
+
_name: import("mobx-state-tree").ISimpleType<"checkbox">;
|
|
203
|
+
description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
204
|
+
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
205
|
+
}> | {
|
|
206
|
+
default_value: (string | null)[];
|
|
207
|
+
_name: "date-range";
|
|
208
|
+
required: boolean;
|
|
209
|
+
clearable: boolean;
|
|
210
|
+
inputFormat: string;
|
|
211
|
+
max_days: number;
|
|
212
|
+
allowSingleDateInRange: boolean;
|
|
213
|
+
}, any>;
|
|
214
|
+
}, {
|
|
215
|
+
readonly plainDefaultValue: any;
|
|
216
|
+
readonly usingDefaultValue: boolean;
|
|
217
|
+
readonly auto_submit_supported: boolean;
|
|
218
|
+
} & {
|
|
219
|
+
readonly json: {
|
|
220
|
+
id: string;
|
|
221
|
+
key: string;
|
|
222
|
+
type: import("~/model").DashboardFilterType;
|
|
223
|
+
label: string;
|
|
224
|
+
order: number;
|
|
225
|
+
config: any;
|
|
226
|
+
auto_submit: boolean;
|
|
227
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
228
|
+
};
|
|
229
|
+
readonly should_auto_submit: boolean;
|
|
230
|
+
requiredAndPass(value: any): any;
|
|
231
|
+
} & {
|
|
232
|
+
setKey(key: string): void;
|
|
233
|
+
setLabel(label: string): void;
|
|
234
|
+
setOrder(order: number): void;
|
|
235
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
236
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
237
|
+
setAutoSubmit(v: boolean): void;
|
|
238
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
239
|
+
readonly inOrder: ({
|
|
240
|
+
id: string;
|
|
241
|
+
key: string;
|
|
242
|
+
label: string;
|
|
243
|
+
order: number;
|
|
244
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
245
|
+
auto_submit: boolean;
|
|
246
|
+
type: import("~/model").DashboardFilterType;
|
|
247
|
+
config: any;
|
|
248
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
249
|
+
readonly plainDefaultValue: any;
|
|
250
|
+
readonly usingDefaultValue: boolean;
|
|
251
|
+
readonly auto_submit_supported: boolean;
|
|
252
|
+
} & {
|
|
253
|
+
readonly json: {
|
|
254
|
+
id: string;
|
|
255
|
+
key: string;
|
|
256
|
+
type: import("~/model").DashboardFilterType;
|
|
257
|
+
label: string;
|
|
258
|
+
order: number;
|
|
259
|
+
config: any;
|
|
260
|
+
auto_submit: boolean;
|
|
261
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
262
|
+
};
|
|
263
|
+
readonly should_auto_submit: boolean;
|
|
264
|
+
requiredAndPass(value: any): any;
|
|
265
|
+
} & {
|
|
266
|
+
setKey(key: string): void;
|
|
267
|
+
setLabel(label: string): void;
|
|
268
|
+
setOrder(order: number): void;
|
|
269
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
270
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
271
|
+
setAutoSubmit(v: boolean): void;
|
|
272
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
273
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
274
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
275
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
276
|
+
order: import("mobx-state-tree").ISimpleType<number>;
|
|
277
|
+
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
278
|
+
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
279
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
280
|
+
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
281
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
282
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
283
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
284
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
285
|
+
} & {
|
|
286
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
287
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
288
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
289
|
+
}, {
|
|
290
|
+
setLabel(label: string): void;
|
|
291
|
+
setValue(value: string): void;
|
|
292
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
293
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
294
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
295
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
296
|
+
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
297
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
298
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
299
|
+
} & {
|
|
300
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
301
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
302
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
303
|
+
}, {
|
|
304
|
+
setLabel(label: string): void;
|
|
305
|
+
setValue(value: string): void;
|
|
306
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
307
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
308
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
309
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
310
|
+
_name: import("mobx-state-tree").ISimpleType<"tree-select">;
|
|
311
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
312
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
313
|
+
} & {
|
|
314
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
315
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
316
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
317
|
+
}, {
|
|
318
|
+
setLabel(label: string): void;
|
|
319
|
+
setValue(value: string): void;
|
|
320
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
321
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
322
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
323
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
324
|
+
_name: import("mobx-state-tree").ISimpleType<"text-input">;
|
|
325
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
326
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
327
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
328
|
+
_name: import("mobx-state-tree").ISimpleType<"checkbox">;
|
|
329
|
+
description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
330
|
+
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
331
|
+
}> | {
|
|
332
|
+
default_value: (string | null)[];
|
|
333
|
+
_name: "date-range";
|
|
334
|
+
required: boolean;
|
|
335
|
+
clearable: boolean;
|
|
336
|
+
inputFormat: string;
|
|
337
|
+
max_days: number;
|
|
338
|
+
allowSingleDateInRange: boolean;
|
|
339
|
+
}, any>;
|
|
340
|
+
}, {
|
|
341
|
+
readonly plainDefaultValue: any;
|
|
342
|
+
readonly usingDefaultValue: boolean;
|
|
343
|
+
readonly auto_submit_supported: boolean;
|
|
344
|
+
} & {
|
|
345
|
+
readonly json: {
|
|
346
|
+
id: string;
|
|
347
|
+
key: string;
|
|
348
|
+
type: import("~/model").DashboardFilterType;
|
|
349
|
+
label: string;
|
|
350
|
+
order: number;
|
|
351
|
+
config: any;
|
|
352
|
+
auto_submit: boolean;
|
|
353
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
354
|
+
};
|
|
355
|
+
readonly should_auto_submit: boolean;
|
|
356
|
+
requiredAndPass(value: any): any;
|
|
357
|
+
} & {
|
|
358
|
+
setKey(key: string): void;
|
|
359
|
+
setLabel(label: string): void;
|
|
360
|
+
setOrder(order: number): void;
|
|
361
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
362
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
363
|
+
setAutoSubmit(v: boolean): void;
|
|
364
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
365
|
+
readonly empty: boolean;
|
|
366
|
+
visibleInView(viewID: string): ({
|
|
367
|
+
id: string;
|
|
368
|
+
key: string;
|
|
369
|
+
label: string;
|
|
370
|
+
order: number;
|
|
371
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
372
|
+
auto_submit: boolean;
|
|
373
|
+
type: import("~/model").DashboardFilterType;
|
|
374
|
+
config: any;
|
|
375
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
376
|
+
readonly plainDefaultValue: any;
|
|
377
|
+
readonly usingDefaultValue: boolean;
|
|
378
|
+
readonly auto_submit_supported: boolean;
|
|
379
|
+
} & {
|
|
380
|
+
readonly json: {
|
|
381
|
+
id: string;
|
|
382
|
+
key: string;
|
|
383
|
+
type: import("~/model").DashboardFilterType;
|
|
384
|
+
label: string;
|
|
385
|
+
order: number;
|
|
386
|
+
config: any;
|
|
387
|
+
auto_submit: boolean;
|
|
388
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
389
|
+
};
|
|
390
|
+
readonly should_auto_submit: boolean;
|
|
391
|
+
requiredAndPass(value: any): any;
|
|
392
|
+
} & {
|
|
393
|
+
setKey(key: string): void;
|
|
394
|
+
setLabel(label: string): void;
|
|
395
|
+
setOrder(order: number): void;
|
|
396
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
397
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
398
|
+
setAutoSubmit(v: boolean): void;
|
|
399
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
400
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
401
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
402
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
403
|
+
order: import("mobx-state-tree").ISimpleType<number>;
|
|
404
|
+
visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
405
|
+
auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
406
|
+
type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
|
|
407
|
+
config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
|
|
408
|
+
_name: import("mobx-state-tree").ISimpleType<"select">;
|
|
409
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
410
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
411
|
+
width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
412
|
+
} & {
|
|
413
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
414
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
415
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
416
|
+
}, {
|
|
417
|
+
setLabel(label: string): void;
|
|
418
|
+
setValue(value: string): void;
|
|
419
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
420
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
421
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
422
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
423
|
+
_name: import("mobx-state-tree").ISimpleType<"multi-select">;
|
|
424
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
425
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
426
|
+
} & {
|
|
427
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
428
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
429
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
430
|
+
}, {
|
|
431
|
+
setLabel(label: string): void;
|
|
432
|
+
setValue(value: string): void;
|
|
433
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
434
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
435
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
436
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
437
|
+
_name: import("mobx-state-tree").ISimpleType<"tree-select">;
|
|
438
|
+
min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
439
|
+
default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
440
|
+
} & {
|
|
441
|
+
static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
442
|
+
label: import("mobx-state-tree").ISimpleType<string>;
|
|
443
|
+
value: import("mobx-state-tree").ISimpleType<string>;
|
|
444
|
+
}, {
|
|
445
|
+
setLabel(label: string): void;
|
|
446
|
+
setValue(value: string): void;
|
|
447
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
448
|
+
options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
449
|
+
default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
|
|
450
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
451
|
+
_name: import("mobx-state-tree").ISimpleType<"text-input">;
|
|
452
|
+
required: import("mobx-state-tree").ISimpleType<boolean>;
|
|
453
|
+
default_value: import("mobx-state-tree").ISimpleType<string>;
|
|
454
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
455
|
+
_name: import("mobx-state-tree").ISimpleType<"checkbox">;
|
|
456
|
+
description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
457
|
+
default_value: import("mobx-state-tree").ISimpleType<boolean>;
|
|
458
|
+
}> | {
|
|
459
|
+
default_value: (string | null)[];
|
|
460
|
+
_name: "date-range";
|
|
461
|
+
required: boolean;
|
|
462
|
+
clearable: boolean;
|
|
463
|
+
inputFormat: string;
|
|
464
|
+
max_days: number;
|
|
465
|
+
allowSingleDateInRange: boolean;
|
|
466
|
+
}, any>;
|
|
467
|
+
}, {
|
|
468
|
+
readonly plainDefaultValue: any;
|
|
469
|
+
readonly usingDefaultValue: boolean;
|
|
470
|
+
readonly auto_submit_supported: boolean;
|
|
471
|
+
} & {
|
|
472
|
+
readonly json: {
|
|
473
|
+
id: string;
|
|
474
|
+
key: string;
|
|
475
|
+
type: import("~/model").DashboardFilterType;
|
|
476
|
+
label: string;
|
|
477
|
+
order: number;
|
|
478
|
+
config: any;
|
|
479
|
+
auto_submit: boolean;
|
|
480
|
+
visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
|
|
481
|
+
};
|
|
482
|
+
readonly should_auto_submit: boolean;
|
|
483
|
+
requiredAndPass(value: any): any;
|
|
484
|
+
} & {
|
|
485
|
+
setKey(key: string): void;
|
|
486
|
+
setLabel(label: string): void;
|
|
487
|
+
setOrder(order: number): void;
|
|
488
|
+
setType(type: import("~/model").DashboardFilterType): void;
|
|
489
|
+
setVisibleInViewsIDs(ids: string[]): void;
|
|
490
|
+
setAutoSubmit(v: boolean): void;
|
|
491
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
492
|
+
readonly firstFilterValueKey: string;
|
|
493
|
+
readonly keyLabelMap: Record<string, string>;
|
|
494
|
+
} & {
|
|
495
|
+
setValues(values: Record<string, any>): void;
|
|
496
|
+
setValueByKey(key: string, value: any): void;
|
|
497
|
+
getValueByKey(key: string): any;
|
|
498
|
+
} & {
|
|
499
|
+
readonly options: {
|
|
500
|
+
readonly label: string;
|
|
501
|
+
readonly value: string;
|
|
502
|
+
readonly _type: "filter";
|
|
503
|
+
}[];
|
|
504
|
+
readonly keyLabelOptions: {
|
|
505
|
+
label: string;
|
|
506
|
+
value: string;
|
|
507
|
+
}[];
|
|
508
|
+
} & {
|
|
509
|
+
replace(current: Array<FilterMetaInstance>): void;
|
|
510
|
+
append(item: FilterMetaInstance): void;
|
|
511
|
+
remove(index: number): void;
|
|
512
|
+
removeByID(id: string): void;
|
|
513
|
+
updatePreviewValues(values: AnyObject): void;
|
|
514
|
+
} & {
|
|
515
|
+
afterCreate(): void;
|
|
516
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
517
|
+
export declare type FiltersModelInstance = Instance<typeof FiltersModel>;
|