@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,7 +1,5 @@
|
|
|
1
1
|
import { Instance } from 'mobx-state-tree';
|
|
2
|
-
|
|
3
|
-
import { PanelModelInstance, PanelModelSnapshotIn } from './panel';
|
|
4
|
-
export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
2
|
+
export declare const PanelsRenderModel: import("mobx-state-tree").IModelType<{
|
|
5
3
|
list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
6
4
|
id: import("mobx-state-tree").ISimpleType<string>;
|
|
7
5
|
title: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -28,15 +26,15 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
28
26
|
queryIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
29
27
|
viz: import("mobx-state-tree").IModelType<{
|
|
30
28
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
31
|
-
conf: import("mobx-state-tree").IType<import("
|
|
29
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
32
30
|
}, {
|
|
33
31
|
readonly json: {
|
|
34
|
-
conf: import("
|
|
32
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
35
33
|
type: string;
|
|
36
34
|
};
|
|
37
35
|
} & {
|
|
38
36
|
setType(type: string): void;
|
|
39
|
-
setConf(conf: import("
|
|
37
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
40
38
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
41
39
|
style: import("mobx-state-tree").IModelType<{
|
|
42
40
|
border: import("mobx-state-tree").IModelType<{
|
|
@@ -289,152 +287,10 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
289
287
|
};
|
|
290
288
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
291
289
|
}, {
|
|
292
|
-
readonly contentModel: any;
|
|
293
|
-
} & {
|
|
294
|
-
readonly queryIDSet: Set<string>;
|
|
295
|
-
readonly queries: ({
|
|
296
|
-
id: string;
|
|
297
|
-
name: string;
|
|
298
|
-
type: import("../queries/types").DataSourceType;
|
|
299
|
-
key: string;
|
|
300
|
-
sql: string;
|
|
301
|
-
pre_process: string;
|
|
302
|
-
post_process: string;
|
|
303
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
304
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
305
|
-
state: "error" | "loading" | "idle";
|
|
306
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
307
|
-
error: any;
|
|
308
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
309
|
-
readonly valid: boolean;
|
|
310
|
-
readonly json: {
|
|
311
|
-
id: string;
|
|
312
|
-
key: string;
|
|
313
|
-
sql: string;
|
|
314
|
-
name: string;
|
|
315
|
-
type: import("../queries/types").DataSourceType;
|
|
316
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
317
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
318
|
-
pre_process: string;
|
|
319
|
-
post_process: string;
|
|
320
|
-
};
|
|
321
|
-
readonly conditionOptions: {
|
|
322
|
-
label: string;
|
|
323
|
-
value: string;
|
|
324
|
-
group: string;
|
|
325
|
-
}[];
|
|
326
|
-
readonly unmetRunByConditions: string[];
|
|
327
|
-
} & {
|
|
328
|
-
readonly reQueryKey: string;
|
|
329
|
-
readonly runByConditionsMet: boolean;
|
|
330
|
-
readonly conditionNames: {
|
|
331
|
-
context: string[];
|
|
332
|
-
filters: any[];
|
|
333
|
-
};
|
|
334
|
-
} & {
|
|
335
|
-
setName(name: string): void;
|
|
336
|
-
setKey(key: string): void;
|
|
337
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
338
|
-
setSQL(sql: string): void;
|
|
339
|
-
setRunBy(v: string[]): void;
|
|
340
|
-
setReactTo(v: string[]): void;
|
|
341
|
-
setPreProcess(v: string): void;
|
|
342
|
-
setPostProcess(v: string): void;
|
|
343
|
-
} & {
|
|
344
|
-
readonly formattedSQL: any;
|
|
345
|
-
readonly typedAsSQL: boolean;
|
|
346
|
-
readonly typedAsHTTP: boolean;
|
|
347
|
-
readonly datasource: any;
|
|
348
|
-
readonly httpConfigString: string;
|
|
349
|
-
} & {
|
|
350
|
-
readonly stateMessage: string;
|
|
351
|
-
} & {
|
|
352
|
-
controller: AbortController;
|
|
353
|
-
} & {
|
|
354
|
-
runSQL: () => Promise<void>;
|
|
355
|
-
runHTTP: () => Promise<void>;
|
|
356
|
-
} & {
|
|
357
|
-
fetchData: () => Promise<void>;
|
|
358
|
-
beforeDestroy(): void;
|
|
359
|
-
} & {
|
|
360
|
-
afterCreate(): void;
|
|
361
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
362
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
363
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
364
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
365
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
366
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
367
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
368
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
369
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
370
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
371
|
-
} & {
|
|
372
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
373
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
374
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
375
|
-
}, {
|
|
376
|
-
readonly valid: boolean;
|
|
377
|
-
readonly json: {
|
|
378
|
-
id: string;
|
|
379
|
-
key: string;
|
|
380
|
-
sql: string;
|
|
381
|
-
name: string;
|
|
382
|
-
type: import("../queries/types").DataSourceType;
|
|
383
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
384
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
385
|
-
pre_process: string;
|
|
386
|
-
post_process: string;
|
|
387
|
-
};
|
|
388
|
-
readonly conditionOptions: {
|
|
389
|
-
label: string;
|
|
390
|
-
value: string;
|
|
391
|
-
group: string;
|
|
392
|
-
}[];
|
|
393
|
-
readonly unmetRunByConditions: string[];
|
|
394
|
-
} & {
|
|
395
|
-
readonly reQueryKey: string;
|
|
396
|
-
readonly runByConditionsMet: boolean;
|
|
397
|
-
readonly conditionNames: {
|
|
398
|
-
context: string[];
|
|
399
|
-
filters: any[];
|
|
400
|
-
};
|
|
401
|
-
} & {
|
|
402
|
-
setName(name: string): void;
|
|
403
|
-
setKey(key: string): void;
|
|
404
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
405
|
-
setSQL(sql: string): void;
|
|
406
|
-
setRunBy(v: string[]): void;
|
|
407
|
-
setReactTo(v: string[]): void;
|
|
408
|
-
setPreProcess(v: string): void;
|
|
409
|
-
setPostProcess(v: string): void;
|
|
410
|
-
} & {
|
|
411
|
-
readonly formattedSQL: any;
|
|
412
|
-
readonly typedAsSQL: boolean;
|
|
413
|
-
readonly typedAsHTTP: boolean;
|
|
414
|
-
readonly datasource: any;
|
|
415
|
-
readonly httpConfigString: string;
|
|
416
|
-
} & {
|
|
417
|
-
readonly stateMessage: string;
|
|
418
|
-
} & {
|
|
419
|
-
controller: AbortController;
|
|
420
|
-
} & {
|
|
421
|
-
runSQL: () => Promise<void>;
|
|
422
|
-
runHTTP: () => Promise<void>;
|
|
423
|
-
} & {
|
|
424
|
-
fetchData: () => Promise<void>;
|
|
425
|
-
beforeDestroy(): void;
|
|
426
|
-
} & {
|
|
427
|
-
afterCreate(): void;
|
|
428
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
429
|
-
readonly data: TPanelData;
|
|
430
|
-
readonly dataLoading: boolean;
|
|
431
|
-
readonly queryStateMessages: string[];
|
|
432
|
-
readonly queryErrors: any[];
|
|
433
|
-
readonly canRenderViz: boolean;
|
|
434
290
|
readonly json: {
|
|
435
291
|
id: string;
|
|
436
292
|
viz: {
|
|
437
|
-
conf: import("
|
|
293
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
438
294
|
type: string;
|
|
439
295
|
};
|
|
440
296
|
style: {
|
|
@@ -621,11 +477,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
621
477
|
}[];
|
|
622
478
|
description: string;
|
|
623
479
|
};
|
|
624
|
-
readonly
|
|
625
|
-
label: string;
|
|
626
|
-
value: string;
|
|
627
|
-
group: string;
|
|
628
|
-
}[];
|
|
480
|
+
readonly queryIDSet: Set<string>;
|
|
629
481
|
} & {
|
|
630
482
|
setID(id: string): void;
|
|
631
483
|
setTitle(title: string): void;
|
|
@@ -1265,125 +1117,267 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1265
1117
|
}, {}>>>);
|
|
1266
1118
|
};
|
|
1267
1119
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
1268
|
-
removeSelf(): void;
|
|
1269
1120
|
} & {
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
}, {
|
|
1275
|
-
readonly json: {
|
|
1276
|
-
id: string;
|
|
1277
|
-
viz: {
|
|
1278
|
-
conf: import("../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../..").AnyObject, import("../..").AnyObject, import("../..").AnyObject>>;
|
|
1279
|
-
type: string;
|
|
1280
|
-
};
|
|
1281
|
-
style: {
|
|
1282
|
-
border: {
|
|
1283
|
-
enabled: boolean;
|
|
1284
|
-
};
|
|
1285
|
-
};
|
|
1286
|
-
title: string;
|
|
1287
|
-
layout: {
|
|
1288
|
-
h: number;
|
|
1289
|
-
w: number;
|
|
1290
|
-
x: number;
|
|
1291
|
-
y: number;
|
|
1292
|
-
moved: boolean;
|
|
1293
|
-
static: boolean;
|
|
1294
|
-
};
|
|
1295
|
-
queryIDs: string[];
|
|
1296
|
-
variables: {
|
|
1121
|
+
readonly contentModel: any;
|
|
1122
|
+
} & {
|
|
1123
|
+
readonly queries: ({
|
|
1124
|
+
id: string;
|
|
1297
1125
|
name: string;
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
type: import("
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
}
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1126
|
+
type: import("../../../..").DataSourceType;
|
|
1127
|
+
key: string;
|
|
1128
|
+
sql: string;
|
|
1129
|
+
pre_process: string;
|
|
1130
|
+
post_process: string;
|
|
1131
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1132
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1133
|
+
state: "error" | "loading" | "idle";
|
|
1134
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
1135
|
+
error: any;
|
|
1136
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1137
|
+
readonly valid: boolean;
|
|
1138
|
+
readonly json: {
|
|
1139
|
+
id: string;
|
|
1140
|
+
key: string;
|
|
1141
|
+
sql: string;
|
|
1142
|
+
name: string;
|
|
1143
|
+
type: import("../../../..").DataSourceType;
|
|
1144
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1145
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1146
|
+
pre_process: string;
|
|
1147
|
+
post_process: string;
|
|
1148
|
+
};
|
|
1149
|
+
} & {
|
|
1150
|
+
setName(name: string): void;
|
|
1151
|
+
setKey(key: string): void;
|
|
1152
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
1153
|
+
setSQL(sql: string): void;
|
|
1154
|
+
setRunBy(v: string[]): void;
|
|
1155
|
+
setReactTo(v: string[]): void;
|
|
1156
|
+
setPreProcess(v: string): void;
|
|
1157
|
+
setPostProcess(v: string): void;
|
|
1158
|
+
} & {
|
|
1159
|
+
readonly conditionOptions: {
|
|
1160
|
+
label: string;
|
|
1161
|
+
value: string;
|
|
1162
|
+
group: string;
|
|
1163
|
+
}[];
|
|
1164
|
+
readonly unmetRunByConditions: string[];
|
|
1165
|
+
} & {
|
|
1166
|
+
readonly reQueryKey: string;
|
|
1167
|
+
readonly runByConditionsMet: boolean;
|
|
1168
|
+
readonly conditionNames: {
|
|
1169
|
+
context: string[];
|
|
1170
|
+
filters: any[];
|
|
1171
|
+
};
|
|
1172
|
+
} & {
|
|
1173
|
+
readonly formattedSQL: any;
|
|
1174
|
+
readonly typedAsSQL: boolean;
|
|
1175
|
+
readonly typedAsHTTP: boolean;
|
|
1176
|
+
readonly datasource: any;
|
|
1177
|
+
readonly httpConfigString: string;
|
|
1178
|
+
} & {
|
|
1179
|
+
readonly stateMessage: string;
|
|
1180
|
+
} & {
|
|
1181
|
+
controller: AbortController;
|
|
1182
|
+
} & {
|
|
1183
|
+
runSQL: () => Promise<void>;
|
|
1184
|
+
runHTTP: () => Promise<void>;
|
|
1185
|
+
} & {
|
|
1186
|
+
fetchData: () => Promise<void>;
|
|
1187
|
+
beforeDestroy(): void;
|
|
1188
|
+
} & {
|
|
1189
|
+
afterCreate(): void;
|
|
1190
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1191
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
1192
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
1193
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
1194
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
1195
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
1196
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1197
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
1198
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
1199
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
1200
|
+
} & {
|
|
1201
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
1202
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
1203
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
1204
|
+
}, {
|
|
1205
|
+
readonly valid: boolean;
|
|
1206
|
+
readonly json: {
|
|
1207
|
+
id: string;
|
|
1208
|
+
key: string;
|
|
1209
|
+
sql: string;
|
|
1210
|
+
name: string;
|
|
1211
|
+
type: import("../../../..").DataSourceType;
|
|
1212
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1213
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
1214
|
+
pre_process: string;
|
|
1215
|
+
post_process: string;
|
|
1216
|
+
};
|
|
1217
|
+
} & {
|
|
1218
|
+
setName(name: string): void;
|
|
1219
|
+
setKey(key: string): void;
|
|
1220
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
1221
|
+
setSQL(sql: string): void;
|
|
1222
|
+
setRunBy(v: string[]): void;
|
|
1223
|
+
setReactTo(v: string[]): void;
|
|
1224
|
+
setPreProcess(v: string): void;
|
|
1225
|
+
setPostProcess(v: string): void;
|
|
1226
|
+
} & {
|
|
1227
|
+
readonly conditionOptions: {
|
|
1228
|
+
label: string;
|
|
1229
|
+
value: string;
|
|
1230
|
+
group: string;
|
|
1231
|
+
}[];
|
|
1232
|
+
readonly unmetRunByConditions: string[];
|
|
1233
|
+
} & {
|
|
1234
|
+
readonly reQueryKey: string;
|
|
1235
|
+
readonly runByConditionsMet: boolean;
|
|
1236
|
+
readonly conditionNames: {
|
|
1237
|
+
context: string[];
|
|
1238
|
+
filters: any[];
|
|
1239
|
+
};
|
|
1240
|
+
} & {
|
|
1241
|
+
readonly formattedSQL: any;
|
|
1242
|
+
readonly typedAsSQL: boolean;
|
|
1243
|
+
readonly typedAsHTTP: boolean;
|
|
1244
|
+
readonly datasource: any;
|
|
1245
|
+
readonly httpConfigString: string;
|
|
1246
|
+
} & {
|
|
1247
|
+
readonly stateMessage: string;
|
|
1248
|
+
} & {
|
|
1249
|
+
controller: AbortController;
|
|
1250
|
+
} & {
|
|
1251
|
+
runSQL: () => Promise<void>;
|
|
1252
|
+
runHTTP: () => Promise<void>;
|
|
1253
|
+
} & {
|
|
1254
|
+
fetchData: () => Promise<void>;
|
|
1255
|
+
beforeDestroy(): void;
|
|
1256
|
+
} & {
|
|
1257
|
+
afterCreate(): void;
|
|
1258
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
1259
|
+
readonly data: TPanelData;
|
|
1260
|
+
readonly dataLoading: boolean;
|
|
1261
|
+
readonly queryStateMessages: string[];
|
|
1262
|
+
readonly queryErrors: any[];
|
|
1263
|
+
readonly canRenderViz: boolean;
|
|
1264
|
+
} & {
|
|
1265
|
+
refreshData(): void;
|
|
1266
|
+
downloadData(): void;
|
|
1267
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
1268
|
+
}, {
|
|
1269
|
+
readonly json: {
|
|
1270
|
+
id: string;
|
|
1271
|
+
viz: {
|
|
1272
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
1273
|
+
type: string;
|
|
1274
|
+
};
|
|
1275
|
+
style: {
|
|
1276
|
+
border: {
|
|
1277
|
+
enabled: boolean;
|
|
1278
|
+
};
|
|
1279
|
+
};
|
|
1280
|
+
title: string;
|
|
1281
|
+
layout: {
|
|
1282
|
+
h: number;
|
|
1283
|
+
w: number;
|
|
1284
|
+
x: number;
|
|
1285
|
+
y: number;
|
|
1286
|
+
moved: boolean;
|
|
1287
|
+
static: boolean;
|
|
1288
|
+
};
|
|
1289
|
+
queryIDs: string[];
|
|
1290
|
+
variables: {
|
|
1291
|
+
name: string;
|
|
1292
|
+
size: string;
|
|
1293
|
+
color: ({
|
|
1294
|
+
type: "static";
|
|
1295
|
+
staticColor: string;
|
|
1296
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1297
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1298
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1299
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1300
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1301
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1302
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1303
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1304
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1305
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1306
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1307
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1308
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1309
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1310
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1311
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1312
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1313
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1314
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1315
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1316
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1317
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1318
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1319
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1320
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1321
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1322
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1323
|
+
}, {}>>>) | ({
|
|
1324
|
+
type: "continuous";
|
|
1325
|
+
valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
|
|
1326
|
+
colorRange: 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>>>;
|
|
1327
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1328
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1329
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1330
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1331
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1332
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1333
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1334
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1335
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1336
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1337
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1338
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1339
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1340
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1341
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1342
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1343
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1344
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1345
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1346
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1347
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1348
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1349
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1350
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1351
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1352
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1353
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1354
|
+
}, {}>>>) | ({
|
|
1355
|
+
type: "piecewise";
|
|
1356
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1357
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1358
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1359
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1360
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1361
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1362
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1363
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
1364
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1365
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
1366
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1367
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1368
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1369
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1370
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1371
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1372
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
1373
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1374
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
1375
|
+
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
1376
|
+
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
1377
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1378
|
+
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
1379
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
1380
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
1387
1381
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
1388
1382
|
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
1389
1383
|
}, {}>>>);
|
|
@@ -1462,7 +1456,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1462
1456
|
}[];
|
|
1463
1457
|
description: string;
|
|
1464
1458
|
}[];
|
|
1465
|
-
findByID
|
|
1459
|
+
findByID<T = {
|
|
1466
1460
|
id: string;
|
|
1467
1461
|
title: string;
|
|
1468
1462
|
description: string;
|
|
@@ -1506,26 +1500,26 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
1506
1500
|
queryIDs: 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>>>;
|
|
1507
1501
|
viz: {
|
|
1508
1502
|
type: string;
|
|
1509
|
-
conf: import("
|
|
1503
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
1510
1504
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
1511
1505
|
readonly json: {
|
|
1512
|
-
conf: import("
|
|
1506
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
1513
1507
|
type: string;
|
|
1514
1508
|
};
|
|
1515
1509
|
} & {
|
|
1516
1510
|
setType(type: string): void;
|
|
1517
|
-
setConf(conf: import("
|
|
1511
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
1518
1512
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
1519
1513
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
1520
|
-
conf: import("mobx-state-tree").IType<import("
|
|
1514
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
1521
1515
|
}, {
|
|
1522
1516
|
readonly json: {
|
|
1523
|
-
conf: import("
|
|
1517
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
1524
1518
|
type: string;
|
|
1525
1519
|
};
|
|
1526
1520
|
} & {
|
|
1527
1521
|
setType(type: string): void;
|
|
1528
|
-
setConf(conf: import("
|
|
1522
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
1529
1523
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
1530
1524
|
style: {
|
|
1531
1525
|
border: {
|
|
@@ -2034,152 +2028,10 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
2034
2028
|
};
|
|
2035
2029
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
2036
2030
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2037
|
-
readonly
|
|
2038
|
-
} & {
|
|
2039
|
-
readonly queryIDSet: Set<string>;
|
|
2040
|
-
readonly queries: ({
|
|
2041
|
-
id: string;
|
|
2042
|
-
name: string;
|
|
2043
|
-
type: import("../queries/types").DataSourceType;
|
|
2044
|
-
key: string;
|
|
2045
|
-
sql: string;
|
|
2046
|
-
pre_process: string;
|
|
2047
|
-
post_process: string;
|
|
2048
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2049
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2050
|
-
state: "error" | "loading" | "idle";
|
|
2051
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
2052
|
-
error: any;
|
|
2053
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2054
|
-
readonly valid: boolean;
|
|
2055
|
-
readonly json: {
|
|
2056
|
-
id: string;
|
|
2057
|
-
key: string;
|
|
2058
|
-
sql: string;
|
|
2059
|
-
name: string;
|
|
2060
|
-
type: import("../queries/types").DataSourceType;
|
|
2061
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2062
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2063
|
-
pre_process: string;
|
|
2064
|
-
post_process: string;
|
|
2065
|
-
};
|
|
2066
|
-
readonly conditionOptions: {
|
|
2067
|
-
label: string;
|
|
2068
|
-
value: string;
|
|
2069
|
-
group: string;
|
|
2070
|
-
}[];
|
|
2071
|
-
readonly unmetRunByConditions: string[];
|
|
2072
|
-
} & {
|
|
2073
|
-
readonly reQueryKey: string;
|
|
2074
|
-
readonly runByConditionsMet: boolean;
|
|
2075
|
-
readonly conditionNames: {
|
|
2076
|
-
context: string[];
|
|
2077
|
-
filters: any[];
|
|
2078
|
-
};
|
|
2079
|
-
} & {
|
|
2080
|
-
setName(name: string): void;
|
|
2081
|
-
setKey(key: string): void;
|
|
2082
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
2083
|
-
setSQL(sql: string): void;
|
|
2084
|
-
setRunBy(v: string[]): void;
|
|
2085
|
-
setReactTo(v: string[]): void;
|
|
2086
|
-
setPreProcess(v: string): void;
|
|
2087
|
-
setPostProcess(v: string): void;
|
|
2088
|
-
} & {
|
|
2089
|
-
readonly formattedSQL: any;
|
|
2090
|
-
readonly typedAsSQL: boolean;
|
|
2091
|
-
readonly typedAsHTTP: boolean;
|
|
2092
|
-
readonly datasource: any;
|
|
2093
|
-
readonly httpConfigString: string;
|
|
2094
|
-
} & {
|
|
2095
|
-
readonly stateMessage: string;
|
|
2096
|
-
} & {
|
|
2097
|
-
controller: AbortController;
|
|
2098
|
-
} & {
|
|
2099
|
-
runSQL: () => Promise<void>;
|
|
2100
|
-
runHTTP: () => Promise<void>;
|
|
2101
|
-
} & {
|
|
2102
|
-
fetchData: () => Promise<void>;
|
|
2103
|
-
beforeDestroy(): void;
|
|
2104
|
-
} & {
|
|
2105
|
-
afterCreate(): void;
|
|
2106
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
2107
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2108
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2109
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
2110
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
2111
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
2112
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2113
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2114
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2115
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2116
|
-
} & {
|
|
2117
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
2118
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
2119
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
2120
|
-
}, {
|
|
2121
|
-
readonly valid: boolean;
|
|
2122
|
-
readonly json: {
|
|
2123
|
-
id: string;
|
|
2124
|
-
key: string;
|
|
2125
|
-
sql: string;
|
|
2126
|
-
name: string;
|
|
2127
|
-
type: import("../queries/types").DataSourceType;
|
|
2128
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2129
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2130
|
-
pre_process: string;
|
|
2131
|
-
post_process: string;
|
|
2132
|
-
};
|
|
2133
|
-
readonly conditionOptions: {
|
|
2134
|
-
label: string;
|
|
2135
|
-
value: string;
|
|
2136
|
-
group: string;
|
|
2137
|
-
}[];
|
|
2138
|
-
readonly unmetRunByConditions: string[];
|
|
2139
|
-
} & {
|
|
2140
|
-
readonly reQueryKey: string;
|
|
2141
|
-
readonly runByConditionsMet: boolean;
|
|
2142
|
-
readonly conditionNames: {
|
|
2143
|
-
context: string[];
|
|
2144
|
-
filters: any[];
|
|
2145
|
-
};
|
|
2146
|
-
} & {
|
|
2147
|
-
setName(name: string): void;
|
|
2148
|
-
setKey(key: string): void;
|
|
2149
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
2150
|
-
setSQL(sql: string): void;
|
|
2151
|
-
setRunBy(v: string[]): void;
|
|
2152
|
-
setReactTo(v: string[]): void;
|
|
2153
|
-
setPreProcess(v: string): void;
|
|
2154
|
-
setPostProcess(v: string): void;
|
|
2155
|
-
} & {
|
|
2156
|
-
readonly formattedSQL: any;
|
|
2157
|
-
readonly typedAsSQL: boolean;
|
|
2158
|
-
readonly typedAsHTTP: boolean;
|
|
2159
|
-
readonly datasource: any;
|
|
2160
|
-
readonly httpConfigString: string;
|
|
2161
|
-
} & {
|
|
2162
|
-
readonly stateMessage: string;
|
|
2163
|
-
} & {
|
|
2164
|
-
controller: AbortController;
|
|
2165
|
-
} & {
|
|
2166
|
-
runSQL: () => Promise<void>;
|
|
2167
|
-
runHTTP: () => Promise<void>;
|
|
2168
|
-
} & {
|
|
2169
|
-
fetchData: () => Promise<void>;
|
|
2170
|
-
beforeDestroy(): void;
|
|
2171
|
-
} & {
|
|
2172
|
-
afterCreate(): void;
|
|
2173
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
2174
|
-
readonly data: TPanelData;
|
|
2175
|
-
readonly dataLoading: boolean;
|
|
2176
|
-
readonly queryStateMessages: string[];
|
|
2177
|
-
readonly queryErrors: any[];
|
|
2178
|
-
readonly canRenderViz: boolean;
|
|
2179
|
-
readonly json: {
|
|
2031
|
+
readonly json: {
|
|
2180
2032
|
id: string;
|
|
2181
2033
|
viz: {
|
|
2182
|
-
conf: import("
|
|
2034
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
2183
2035
|
type: string;
|
|
2184
2036
|
};
|
|
2185
2037
|
style: {
|
|
@@ -2366,11 +2218,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
2366
2218
|
}[];
|
|
2367
2219
|
description: string;
|
|
2368
2220
|
};
|
|
2369
|
-
readonly
|
|
2370
|
-
label: string;
|
|
2371
|
-
value: string;
|
|
2372
|
-
group: string;
|
|
2373
|
-
}[];
|
|
2221
|
+
readonly queryIDSet: Set<string>;
|
|
2374
2222
|
} & {
|
|
2375
2223
|
setID(id: string): void;
|
|
2376
2224
|
setTitle(title: string): void;
|
|
@@ -3010,68 +2858,210 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3010
2858
|
}, {}>>>);
|
|
3011
2859
|
};
|
|
3012
2860
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
3013
|
-
removeSelf(): void;
|
|
3014
2861
|
} & {
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
2862
|
+
readonly contentModel: any;
|
|
2863
|
+
} & {
|
|
2864
|
+
readonly queries: ({
|
|
2865
|
+
id: string;
|
|
2866
|
+
name: string;
|
|
2867
|
+
type: import("../../../..").DataSourceType;
|
|
2868
|
+
key: string;
|
|
2869
|
+
sql: string;
|
|
2870
|
+
pre_process: string;
|
|
2871
|
+
post_process: string;
|
|
2872
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2873
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2874
|
+
state: "error" | "loading" | "idle";
|
|
2875
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
2876
|
+
error: any;
|
|
2877
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
2878
|
+
readonly valid: boolean;
|
|
3030
2879
|
readonly json: {
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
2880
|
+
id: string;
|
|
2881
|
+
key: string;
|
|
2882
|
+
sql: string;
|
|
2883
|
+
name: string;
|
|
2884
|
+
type: import("../../../..").DataSourceType;
|
|
2885
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2886
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2887
|
+
pre_process: string;
|
|
2888
|
+
post_process: string;
|
|
3037
2889
|
};
|
|
3038
2890
|
} & {
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
2891
|
+
setName(name: string): void;
|
|
2892
|
+
setKey(key: string): void;
|
|
2893
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
2894
|
+
setSQL(sql: string): void;
|
|
2895
|
+
setRunBy(v: string[]): void;
|
|
2896
|
+
setReactTo(v: string[]): void;
|
|
2897
|
+
setPreProcess(v: string): void;
|
|
2898
|
+
setPostProcess(v: string): void;
|
|
2899
|
+
} & {
|
|
2900
|
+
readonly conditionOptions: {
|
|
2901
|
+
label: string;
|
|
2902
|
+
value: string;
|
|
2903
|
+
group: string;
|
|
2904
|
+
}[];
|
|
2905
|
+
readonly unmetRunByConditions: string[];
|
|
2906
|
+
} & {
|
|
2907
|
+
readonly reQueryKey: string;
|
|
2908
|
+
readonly runByConditionsMet: boolean;
|
|
2909
|
+
readonly conditionNames: {
|
|
2910
|
+
context: string[];
|
|
2911
|
+
filters: any[];
|
|
3049
2912
|
};
|
|
3050
2913
|
} & {
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
2914
|
+
readonly formattedSQL: any;
|
|
2915
|
+
readonly typedAsSQL: boolean;
|
|
2916
|
+
readonly typedAsHTTP: boolean;
|
|
2917
|
+
readonly datasource: any;
|
|
2918
|
+
readonly httpConfigString: string;
|
|
2919
|
+
} & {
|
|
2920
|
+
readonly stateMessage: string;
|
|
2921
|
+
} & {
|
|
2922
|
+
controller: AbortController;
|
|
2923
|
+
} & {
|
|
2924
|
+
runSQL: () => Promise<void>;
|
|
2925
|
+
runHTTP: () => Promise<void>;
|
|
2926
|
+
} & {
|
|
2927
|
+
fetchData: () => Promise<void>;
|
|
2928
|
+
beforeDestroy(): void;
|
|
2929
|
+
} & {
|
|
2930
|
+
afterCreate(): void;
|
|
2931
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
2932
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
2933
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
2934
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
2935
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
2936
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
2937
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2938
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
2939
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2940
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
2941
|
+
} & {
|
|
2942
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
2943
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
2944
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3064
2945
|
}, {
|
|
2946
|
+
readonly valid: boolean;
|
|
3065
2947
|
readonly json: {
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
2948
|
+
id: string;
|
|
2949
|
+
key: string;
|
|
2950
|
+
sql: string;
|
|
2951
|
+
name: string;
|
|
2952
|
+
type: import("../../../..").DataSourceType;
|
|
2953
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2954
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
2955
|
+
pre_process: string;
|
|
2956
|
+
post_process: string;
|
|
2957
|
+
};
|
|
2958
|
+
} & {
|
|
2959
|
+
setName(name: string): void;
|
|
2960
|
+
setKey(key: string): void;
|
|
2961
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
2962
|
+
setSQL(sql: string): void;
|
|
2963
|
+
setRunBy(v: string[]): void;
|
|
2964
|
+
setReactTo(v: string[]): void;
|
|
2965
|
+
setPreProcess(v: string): void;
|
|
2966
|
+
setPostProcess(v: string): void;
|
|
2967
|
+
} & {
|
|
2968
|
+
readonly conditionOptions: {
|
|
2969
|
+
label: string;
|
|
2970
|
+
value: string;
|
|
2971
|
+
group: string;
|
|
2972
|
+
}[];
|
|
2973
|
+
readonly unmetRunByConditions: string[];
|
|
2974
|
+
} & {
|
|
2975
|
+
readonly reQueryKey: string;
|
|
2976
|
+
readonly runByConditionsMet: boolean;
|
|
2977
|
+
readonly conditionNames: {
|
|
2978
|
+
context: string[];
|
|
2979
|
+
filters: any[];
|
|
2980
|
+
};
|
|
2981
|
+
} & {
|
|
2982
|
+
readonly formattedSQL: any;
|
|
2983
|
+
readonly typedAsSQL: boolean;
|
|
2984
|
+
readonly typedAsHTTP: boolean;
|
|
2985
|
+
readonly datasource: any;
|
|
2986
|
+
readonly httpConfigString: string;
|
|
2987
|
+
} & {
|
|
2988
|
+
readonly stateMessage: string;
|
|
2989
|
+
} & {
|
|
2990
|
+
controller: AbortController;
|
|
2991
|
+
} & {
|
|
2992
|
+
runSQL: () => Promise<void>;
|
|
2993
|
+
runHTTP: () => Promise<void>;
|
|
2994
|
+
} & {
|
|
2995
|
+
fetchData: () => Promise<void>;
|
|
2996
|
+
beforeDestroy(): void;
|
|
2997
|
+
} & {
|
|
2998
|
+
afterCreate(): void;
|
|
2999
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
3000
|
+
readonly data: TPanelData;
|
|
3001
|
+
readonly dataLoading: boolean;
|
|
3002
|
+
readonly queryStateMessages: string[];
|
|
3003
|
+
readonly queryErrors: any[];
|
|
3004
|
+
readonly canRenderViz: boolean;
|
|
3005
|
+
} & {
|
|
3006
|
+
refreshData(): void;
|
|
3007
|
+
downloadData(): void;
|
|
3008
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3009
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3010
|
+
title: import("mobx-state-tree").ISimpleType<string>;
|
|
3011
|
+
description: import("mobx-state-tree").ISimpleType<string>;
|
|
3012
|
+
layout: import("mobx-state-tree").IModelType<{
|
|
3013
|
+
x: import("mobx-state-tree").ISimpleType<number>;
|
|
3014
|
+
y: import("mobx-state-tree").IMaybeNull<import("mobx-state-tree").ISimpleType<number>>;
|
|
3015
|
+
w: import("mobx-state-tree").ISimpleType<number>;
|
|
3016
|
+
h: import("mobx-state-tree").ISimpleType<number>;
|
|
3017
|
+
moved: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3018
|
+
static: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
3019
|
+
}, {
|
|
3020
|
+
readonly json: {
|
|
3021
|
+
h: number;
|
|
3022
|
+
w: number;
|
|
3023
|
+
x: number;
|
|
3024
|
+
y: number;
|
|
3025
|
+
moved: boolean;
|
|
3026
|
+
static: boolean;
|
|
3027
|
+
};
|
|
3028
|
+
} & {
|
|
3029
|
+
set(layout: Omit<import("react-grid-layout").Layout, "i">): void;
|
|
3030
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
3031
|
+
queryIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
3032
|
+
viz: import("mobx-state-tree").IModelType<{
|
|
3033
|
+
type: import("mobx-state-tree").ISimpleType<string>;
|
|
3034
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
3035
|
+
}, {
|
|
3036
|
+
readonly json: {
|
|
3037
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
3038
|
+
type: string;
|
|
3039
|
+
};
|
|
3040
|
+
} & {
|
|
3041
|
+
setType(type: string): void;
|
|
3042
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
3043
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
3044
|
+
style: import("mobx-state-tree").IModelType<{
|
|
3045
|
+
border: import("mobx-state-tree").IModelType<{
|
|
3046
|
+
enabled: import("mobx-state-tree").ISimpleType<boolean>;
|
|
3047
|
+
}, {
|
|
3048
|
+
readonly json: {
|
|
3049
|
+
enabled: boolean;
|
|
3050
|
+
};
|
|
3051
|
+
} & {
|
|
3052
|
+
setEnabled(v: boolean): void;
|
|
3053
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
3054
|
+
}, {
|
|
3055
|
+
readonly json: {
|
|
3056
|
+
border: {
|
|
3057
|
+
enabled: boolean;
|
|
3058
|
+
};
|
|
3059
|
+
};
|
|
3060
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
3061
|
+
variables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
|
|
3062
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3063
|
+
size: import("mobx-state-tree").ISimpleType<string>;
|
|
3064
|
+
weight: import("mobx-state-tree").ISimpleType<string>;
|
|
3075
3065
|
color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
3076
3066
|
type: import("mobx-state-tree").ISimpleType<"static">;
|
|
3077
3067
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -3302,152 +3292,10 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3302
3292
|
};
|
|
3303
3293
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
3304
3294
|
}, {
|
|
3305
|
-
readonly contentModel: any;
|
|
3306
|
-
} & {
|
|
3307
|
-
readonly queryIDSet: Set<string>;
|
|
3308
|
-
readonly queries: ({
|
|
3309
|
-
id: string;
|
|
3310
|
-
name: string;
|
|
3311
|
-
type: import("../queries/types").DataSourceType;
|
|
3312
|
-
key: string;
|
|
3313
|
-
sql: string;
|
|
3314
|
-
pre_process: string;
|
|
3315
|
-
post_process: string;
|
|
3316
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3317
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3318
|
-
state: "error" | "loading" | "idle";
|
|
3319
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
3320
|
-
error: any;
|
|
3321
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
3322
|
-
readonly valid: boolean;
|
|
3323
|
-
readonly json: {
|
|
3324
|
-
id: string;
|
|
3325
|
-
key: string;
|
|
3326
|
-
sql: string;
|
|
3327
|
-
name: string;
|
|
3328
|
-
type: import("../queries/types").DataSourceType;
|
|
3329
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3330
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3331
|
-
pre_process: string;
|
|
3332
|
-
post_process: string;
|
|
3333
|
-
};
|
|
3334
|
-
readonly conditionOptions: {
|
|
3335
|
-
label: string;
|
|
3336
|
-
value: string;
|
|
3337
|
-
group: string;
|
|
3338
|
-
}[];
|
|
3339
|
-
readonly unmetRunByConditions: string[];
|
|
3340
|
-
} & {
|
|
3341
|
-
readonly reQueryKey: string;
|
|
3342
|
-
readonly runByConditionsMet: boolean;
|
|
3343
|
-
readonly conditionNames: {
|
|
3344
|
-
context: string[];
|
|
3345
|
-
filters: any[];
|
|
3346
|
-
};
|
|
3347
|
-
} & {
|
|
3348
|
-
setName(name: string): void;
|
|
3349
|
-
setKey(key: string): void;
|
|
3350
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
3351
|
-
setSQL(sql: string): void;
|
|
3352
|
-
setRunBy(v: string[]): void;
|
|
3353
|
-
setReactTo(v: string[]): void;
|
|
3354
|
-
setPreProcess(v: string): void;
|
|
3355
|
-
setPostProcess(v: string): void;
|
|
3356
|
-
} & {
|
|
3357
|
-
readonly formattedSQL: any;
|
|
3358
|
-
readonly typedAsSQL: boolean;
|
|
3359
|
-
readonly typedAsHTTP: boolean;
|
|
3360
|
-
readonly datasource: any;
|
|
3361
|
-
readonly httpConfigString: string;
|
|
3362
|
-
} & {
|
|
3363
|
-
readonly stateMessage: string;
|
|
3364
|
-
} & {
|
|
3365
|
-
controller: AbortController;
|
|
3366
|
-
} & {
|
|
3367
|
-
runSQL: () => Promise<void>;
|
|
3368
|
-
runHTTP: () => Promise<void>;
|
|
3369
|
-
} & {
|
|
3370
|
-
fetchData: () => Promise<void>;
|
|
3371
|
-
beforeDestroy(): void;
|
|
3372
|
-
} & {
|
|
3373
|
-
afterCreate(): void;
|
|
3374
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
3375
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
3376
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
3377
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
3378
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
3379
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
3380
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3381
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
3382
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3383
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
3384
|
-
} & {
|
|
3385
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
3386
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
3387
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
3388
|
-
}, {
|
|
3389
|
-
readonly valid: boolean;
|
|
3390
|
-
readonly json: {
|
|
3391
|
-
id: string;
|
|
3392
|
-
key: string;
|
|
3393
|
-
sql: string;
|
|
3394
|
-
name: string;
|
|
3395
|
-
type: import("../queries/types").DataSourceType;
|
|
3396
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3397
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
3398
|
-
pre_process: string;
|
|
3399
|
-
post_process: string;
|
|
3400
|
-
};
|
|
3401
|
-
readonly conditionOptions: {
|
|
3402
|
-
label: string;
|
|
3403
|
-
value: string;
|
|
3404
|
-
group: string;
|
|
3405
|
-
}[];
|
|
3406
|
-
readonly unmetRunByConditions: string[];
|
|
3407
|
-
} & {
|
|
3408
|
-
readonly reQueryKey: string;
|
|
3409
|
-
readonly runByConditionsMet: boolean;
|
|
3410
|
-
readonly conditionNames: {
|
|
3411
|
-
context: string[];
|
|
3412
|
-
filters: any[];
|
|
3413
|
-
};
|
|
3414
|
-
} & {
|
|
3415
|
-
setName(name: string): void;
|
|
3416
|
-
setKey(key: string): void;
|
|
3417
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
3418
|
-
setSQL(sql: string): void;
|
|
3419
|
-
setRunBy(v: string[]): void;
|
|
3420
|
-
setReactTo(v: string[]): void;
|
|
3421
|
-
setPreProcess(v: string): void;
|
|
3422
|
-
setPostProcess(v: string): void;
|
|
3423
|
-
} & {
|
|
3424
|
-
readonly formattedSQL: any;
|
|
3425
|
-
readonly typedAsSQL: boolean;
|
|
3426
|
-
readonly typedAsHTTP: boolean;
|
|
3427
|
-
readonly datasource: any;
|
|
3428
|
-
readonly httpConfigString: string;
|
|
3429
|
-
} & {
|
|
3430
|
-
readonly stateMessage: string;
|
|
3431
|
-
} & {
|
|
3432
|
-
controller: AbortController;
|
|
3433
|
-
} & {
|
|
3434
|
-
runSQL: () => Promise<void>;
|
|
3435
|
-
runHTTP: () => Promise<void>;
|
|
3436
|
-
} & {
|
|
3437
|
-
fetchData: () => Promise<void>;
|
|
3438
|
-
beforeDestroy(): void;
|
|
3439
|
-
} & {
|
|
3440
|
-
afterCreate(): void;
|
|
3441
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
3442
|
-
readonly data: TPanelData;
|
|
3443
|
-
readonly dataLoading: boolean;
|
|
3444
|
-
readonly queryStateMessages: string[];
|
|
3445
|
-
readonly queryErrors: any[];
|
|
3446
|
-
readonly canRenderViz: boolean;
|
|
3447
3295
|
readonly json: {
|
|
3448
3296
|
id: string;
|
|
3449
3297
|
viz: {
|
|
3450
|
-
conf: import("
|
|
3298
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
3451
3299
|
type: string;
|
|
3452
3300
|
};
|
|
3453
3301
|
style: {
|
|
@@ -3634,11 +3482,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
3634
3482
|
}[];
|
|
3635
3483
|
description: string;
|
|
3636
3484
|
};
|
|
3637
|
-
readonly
|
|
3638
|
-
label: string;
|
|
3639
|
-
value: string;
|
|
3640
|
-
group: string;
|
|
3641
|
-
}[];
|
|
3485
|
+
readonly queryIDSet: Set<string>;
|
|
3642
3486
|
} & {
|
|
3643
3487
|
setID(id: string): void;
|
|
3644
3488
|
setTitle(title: string): void;
|
|
@@ -4278,16 +4122,158 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
4278
4122
|
}, {}>>>);
|
|
4279
4123
|
};
|
|
4280
4124
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
4281
|
-
removeSelf(): void;
|
|
4282
4125
|
} & {
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4126
|
+
readonly contentModel: any;
|
|
4127
|
+
} & {
|
|
4128
|
+
readonly queries: ({
|
|
4129
|
+
id: string;
|
|
4130
|
+
name: string;
|
|
4131
|
+
type: import("../../../..").DataSourceType;
|
|
4132
|
+
key: string;
|
|
4133
|
+
sql: string;
|
|
4134
|
+
pre_process: string;
|
|
4135
|
+
post_process: string;
|
|
4136
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4137
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4138
|
+
state: "error" | "loading" | "idle";
|
|
4139
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
4140
|
+
error: any;
|
|
4141
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4142
|
+
readonly valid: boolean;
|
|
4143
|
+
readonly json: {
|
|
4144
|
+
id: string;
|
|
4145
|
+
key: string;
|
|
4146
|
+
sql: string;
|
|
4147
|
+
name: string;
|
|
4148
|
+
type: import("../../../..").DataSourceType;
|
|
4149
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4150
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4151
|
+
pre_process: string;
|
|
4152
|
+
post_process: string;
|
|
4153
|
+
};
|
|
4154
|
+
} & {
|
|
4155
|
+
setName(name: string): void;
|
|
4156
|
+
setKey(key: string): void;
|
|
4157
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
4158
|
+
setSQL(sql: string): void;
|
|
4159
|
+
setRunBy(v: string[]): void;
|
|
4160
|
+
setReactTo(v: string[]): void;
|
|
4161
|
+
setPreProcess(v: string): void;
|
|
4162
|
+
setPostProcess(v: string): void;
|
|
4163
|
+
} & {
|
|
4164
|
+
readonly conditionOptions: {
|
|
4165
|
+
label: string;
|
|
4166
|
+
value: string;
|
|
4167
|
+
group: string;
|
|
4168
|
+
}[];
|
|
4169
|
+
readonly unmetRunByConditions: string[];
|
|
4170
|
+
} & {
|
|
4171
|
+
readonly reQueryKey: string;
|
|
4172
|
+
readonly runByConditionsMet: boolean;
|
|
4173
|
+
readonly conditionNames: {
|
|
4174
|
+
context: string[];
|
|
4175
|
+
filters: any[];
|
|
4176
|
+
};
|
|
4177
|
+
} & {
|
|
4178
|
+
readonly formattedSQL: any;
|
|
4179
|
+
readonly typedAsSQL: boolean;
|
|
4180
|
+
readonly typedAsHTTP: boolean;
|
|
4181
|
+
readonly datasource: any;
|
|
4182
|
+
readonly httpConfigString: string;
|
|
4183
|
+
} & {
|
|
4184
|
+
readonly stateMessage: string;
|
|
4185
|
+
} & {
|
|
4186
|
+
controller: AbortController;
|
|
4187
|
+
} & {
|
|
4188
|
+
runSQL: () => Promise<void>;
|
|
4189
|
+
runHTTP: () => Promise<void>;
|
|
4190
|
+
} & {
|
|
4191
|
+
fetchData: () => Promise<void>;
|
|
4192
|
+
beforeDestroy(): void;
|
|
4193
|
+
} & {
|
|
4194
|
+
afterCreate(): void;
|
|
4195
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
4196
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
4197
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
4198
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
4199
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
4200
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
4201
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
4202
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
4203
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
4204
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
4205
|
+
} & {
|
|
4206
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
4207
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
4208
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
4209
|
+
}, {
|
|
4210
|
+
readonly valid: boolean;
|
|
4211
|
+
readonly json: {
|
|
4212
|
+
id: string;
|
|
4213
|
+
key: string;
|
|
4214
|
+
sql: string;
|
|
4215
|
+
name: string;
|
|
4216
|
+
type: import("../../../..").DataSourceType;
|
|
4217
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4218
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4219
|
+
pre_process: string;
|
|
4220
|
+
post_process: string;
|
|
4221
|
+
};
|
|
4222
|
+
} & {
|
|
4223
|
+
setName(name: string): void;
|
|
4224
|
+
setKey(key: string): void;
|
|
4225
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
4226
|
+
setSQL(sql: string): void;
|
|
4227
|
+
setRunBy(v: string[]): void;
|
|
4228
|
+
setReactTo(v: string[]): void;
|
|
4229
|
+
setPreProcess(v: string): void;
|
|
4230
|
+
setPostProcess(v: string): void;
|
|
4231
|
+
} & {
|
|
4232
|
+
readonly conditionOptions: {
|
|
4233
|
+
label: string;
|
|
4234
|
+
value: string;
|
|
4235
|
+
group: string;
|
|
4236
|
+
}[];
|
|
4237
|
+
readonly unmetRunByConditions: string[];
|
|
4238
|
+
} & {
|
|
4239
|
+
readonly reQueryKey: string;
|
|
4240
|
+
readonly runByConditionsMet: boolean;
|
|
4241
|
+
readonly conditionNames: {
|
|
4242
|
+
context: string[];
|
|
4243
|
+
filters: any[];
|
|
4244
|
+
};
|
|
4245
|
+
} & {
|
|
4246
|
+
readonly formattedSQL: any;
|
|
4247
|
+
readonly typedAsSQL: boolean;
|
|
4248
|
+
readonly typedAsHTTP: boolean;
|
|
4249
|
+
readonly datasource: any;
|
|
4250
|
+
readonly httpConfigString: string;
|
|
4251
|
+
} & {
|
|
4252
|
+
readonly stateMessage: string;
|
|
4253
|
+
} & {
|
|
4254
|
+
controller: AbortController;
|
|
4255
|
+
} & {
|
|
4256
|
+
runSQL: () => Promise<void>;
|
|
4257
|
+
runHTTP: () => Promise<void>;
|
|
4258
|
+
} & {
|
|
4259
|
+
fetchData: () => Promise<void>;
|
|
4260
|
+
beforeDestroy(): void;
|
|
4261
|
+
} & {
|
|
4262
|
+
afterCreate(): void;
|
|
4263
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
4264
|
+
readonly data: TPanelData;
|
|
4265
|
+
readonly dataLoading: boolean;
|
|
4266
|
+
readonly queryStateMessages: string[];
|
|
4267
|
+
readonly queryErrors: any[];
|
|
4268
|
+
readonly canRenderViz: boolean;
|
|
4269
|
+
} & {
|
|
4270
|
+
refreshData(): void;
|
|
4271
|
+
downloadData(): void;
|
|
4272
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>(id: string): T | undefined;
|
|
4273
|
+
readonly idMap: Map<string, {
|
|
4274
|
+
id: string;
|
|
4275
|
+
title: string;
|
|
4276
|
+
description: string;
|
|
4291
4277
|
layout: {
|
|
4292
4278
|
x: number;
|
|
4293
4279
|
y: number | null;
|
|
@@ -4328,26 +4314,26 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
4328
4314
|
queryIDs: 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>>>;
|
|
4329
4315
|
viz: {
|
|
4330
4316
|
type: string;
|
|
4331
|
-
conf: import("
|
|
4317
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
4332
4318
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4333
4319
|
readonly json: {
|
|
4334
|
-
conf: import("
|
|
4320
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
4335
4321
|
type: string;
|
|
4336
4322
|
};
|
|
4337
4323
|
} & {
|
|
4338
4324
|
setType(type: string): void;
|
|
4339
|
-
setConf(conf: import("
|
|
4325
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
4340
4326
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
4341
4327
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
4342
|
-
conf: import("mobx-state-tree").IType<import("
|
|
4328
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
4343
4329
|
}, {
|
|
4344
4330
|
readonly json: {
|
|
4345
|
-
conf: import("
|
|
4331
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
4346
4332
|
type: string;
|
|
4347
4333
|
};
|
|
4348
4334
|
} & {
|
|
4349
4335
|
setType(type: string): void;
|
|
4350
|
-
setConf(conf: import("
|
|
4336
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
4351
4337
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
4352
4338
|
style: {
|
|
4353
4339
|
border: {
|
|
@@ -4856,167 +4842,25 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
4856
4842
|
};
|
|
4857
4843
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
4858
4844
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4859
|
-
readonly
|
|
4860
|
-
} & {
|
|
4861
|
-
readonly queryIDSet: Set<string>;
|
|
4862
|
-
readonly queries: ({
|
|
4845
|
+
readonly json: {
|
|
4863
4846
|
id: string;
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
sql: string;
|
|
4868
|
-
pre_process: string;
|
|
4869
|
-
post_process: string;
|
|
4870
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4871
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4872
|
-
state: "error" | "loading" | "idle";
|
|
4873
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
4874
|
-
error: any;
|
|
4875
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
4876
|
-
readonly valid: boolean;
|
|
4877
|
-
readonly json: {
|
|
4878
|
-
id: string;
|
|
4879
|
-
key: string;
|
|
4880
|
-
sql: string;
|
|
4881
|
-
name: string;
|
|
4882
|
-
type: import("../queries/types").DataSourceType;
|
|
4883
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4884
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4885
|
-
pre_process: string;
|
|
4886
|
-
post_process: string;
|
|
4847
|
+
viz: {
|
|
4848
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
4849
|
+
type: string;
|
|
4887
4850
|
};
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4892
|
-
}[];
|
|
4893
|
-
readonly unmetRunByConditions: string[];
|
|
4894
|
-
} & {
|
|
4895
|
-
readonly reQueryKey: string;
|
|
4896
|
-
readonly runByConditionsMet: boolean;
|
|
4897
|
-
readonly conditionNames: {
|
|
4898
|
-
context: string[];
|
|
4899
|
-
filters: any[];
|
|
4851
|
+
style: {
|
|
4852
|
+
border: {
|
|
4853
|
+
enabled: boolean;
|
|
4854
|
+
};
|
|
4900
4855
|
};
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
setPostProcess(v: string): void;
|
|
4910
|
-
} & {
|
|
4911
|
-
readonly formattedSQL: any;
|
|
4912
|
-
readonly typedAsSQL: boolean;
|
|
4913
|
-
readonly typedAsHTTP: boolean;
|
|
4914
|
-
readonly datasource: any;
|
|
4915
|
-
readonly httpConfigString: string;
|
|
4916
|
-
} & {
|
|
4917
|
-
readonly stateMessage: string;
|
|
4918
|
-
} & {
|
|
4919
|
-
controller: AbortController;
|
|
4920
|
-
} & {
|
|
4921
|
-
runSQL: () => Promise<void>;
|
|
4922
|
-
runHTTP: () => Promise<void>;
|
|
4923
|
-
} & {
|
|
4924
|
-
fetchData: () => Promise<void>;
|
|
4925
|
-
beforeDestroy(): void;
|
|
4926
|
-
} & {
|
|
4927
|
-
afterCreate(): void;
|
|
4928
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
4929
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
4930
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
4931
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
4932
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
4933
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
4934
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
4935
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
4936
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
4937
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
4938
|
-
} & {
|
|
4939
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
4940
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
4941
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
4942
|
-
}, {
|
|
4943
|
-
readonly valid: boolean;
|
|
4944
|
-
readonly json: {
|
|
4945
|
-
id: string;
|
|
4946
|
-
key: string;
|
|
4947
|
-
sql: string;
|
|
4948
|
-
name: string;
|
|
4949
|
-
type: import("../queries/types").DataSourceType;
|
|
4950
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4951
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
4952
|
-
pre_process: string;
|
|
4953
|
-
post_process: string;
|
|
4954
|
-
};
|
|
4955
|
-
readonly conditionOptions: {
|
|
4956
|
-
label: string;
|
|
4957
|
-
value: string;
|
|
4958
|
-
group: string;
|
|
4959
|
-
}[];
|
|
4960
|
-
readonly unmetRunByConditions: string[];
|
|
4961
|
-
} & {
|
|
4962
|
-
readonly reQueryKey: string;
|
|
4963
|
-
readonly runByConditionsMet: boolean;
|
|
4964
|
-
readonly conditionNames: {
|
|
4965
|
-
context: string[];
|
|
4966
|
-
filters: any[];
|
|
4967
|
-
};
|
|
4968
|
-
} & {
|
|
4969
|
-
setName(name: string): void;
|
|
4970
|
-
setKey(key: string): void;
|
|
4971
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
4972
|
-
setSQL(sql: string): void;
|
|
4973
|
-
setRunBy(v: string[]): void;
|
|
4974
|
-
setReactTo(v: string[]): void;
|
|
4975
|
-
setPreProcess(v: string): void;
|
|
4976
|
-
setPostProcess(v: string): void;
|
|
4977
|
-
} & {
|
|
4978
|
-
readonly formattedSQL: any;
|
|
4979
|
-
readonly typedAsSQL: boolean;
|
|
4980
|
-
readonly typedAsHTTP: boolean;
|
|
4981
|
-
readonly datasource: any;
|
|
4982
|
-
readonly httpConfigString: string;
|
|
4983
|
-
} & {
|
|
4984
|
-
readonly stateMessage: string;
|
|
4985
|
-
} & {
|
|
4986
|
-
controller: AbortController;
|
|
4987
|
-
} & {
|
|
4988
|
-
runSQL: () => Promise<void>;
|
|
4989
|
-
runHTTP: () => Promise<void>;
|
|
4990
|
-
} & {
|
|
4991
|
-
fetchData: () => Promise<void>;
|
|
4992
|
-
beforeDestroy(): void;
|
|
4993
|
-
} & {
|
|
4994
|
-
afterCreate(): void;
|
|
4995
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
4996
|
-
readonly data: TPanelData;
|
|
4997
|
-
readonly dataLoading: boolean;
|
|
4998
|
-
readonly queryStateMessages: string[];
|
|
4999
|
-
readonly queryErrors: any[];
|
|
5000
|
-
readonly canRenderViz: boolean;
|
|
5001
|
-
readonly json: {
|
|
5002
|
-
id: string;
|
|
5003
|
-
viz: {
|
|
5004
|
-
conf: import("../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../..").AnyObject, import("../..").AnyObject, import("../..").AnyObject>>;
|
|
5005
|
-
type: string;
|
|
5006
|
-
};
|
|
5007
|
-
style: {
|
|
5008
|
-
border: {
|
|
5009
|
-
enabled: boolean;
|
|
5010
|
-
};
|
|
5011
|
-
};
|
|
5012
|
-
title: string;
|
|
5013
|
-
layout: {
|
|
5014
|
-
h: number;
|
|
5015
|
-
w: number;
|
|
5016
|
-
x: number;
|
|
5017
|
-
y: number;
|
|
5018
|
-
moved: boolean;
|
|
5019
|
-
static: boolean;
|
|
4856
|
+
title: string;
|
|
4857
|
+
layout: {
|
|
4858
|
+
h: number;
|
|
4859
|
+
w: number;
|
|
4860
|
+
x: number;
|
|
4861
|
+
y: number;
|
|
4862
|
+
moved: boolean;
|
|
4863
|
+
static: boolean;
|
|
5020
4864
|
};
|
|
5021
4865
|
queryIDs: string[];
|
|
5022
4866
|
variables: {
|
|
@@ -5188,11 +5032,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5188
5032
|
}[];
|
|
5189
5033
|
description: string;
|
|
5190
5034
|
};
|
|
5191
|
-
readonly
|
|
5192
|
-
label: string;
|
|
5193
|
-
value: string;
|
|
5194
|
-
group: string;
|
|
5195
|
-
}[];
|
|
5035
|
+
readonly queryIDSet: Set<string>;
|
|
5196
5036
|
} & {
|
|
5197
5037
|
setID(id: string): void;
|
|
5198
5038
|
setTitle(title: string): void;
|
|
@@ -5832,9 +5672,151 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5832
5672
|
}, {}>>>);
|
|
5833
5673
|
};
|
|
5834
5674
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
5835
|
-
removeSelf(): void;
|
|
5836
5675
|
} & {
|
|
5837
|
-
|
|
5676
|
+
readonly contentModel: any;
|
|
5677
|
+
} & {
|
|
5678
|
+
readonly queries: ({
|
|
5679
|
+
id: string;
|
|
5680
|
+
name: string;
|
|
5681
|
+
type: import("../../../..").DataSourceType;
|
|
5682
|
+
key: string;
|
|
5683
|
+
sql: string;
|
|
5684
|
+
pre_process: string;
|
|
5685
|
+
post_process: string;
|
|
5686
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
5687
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
5688
|
+
state: "error" | "loading" | "idle";
|
|
5689
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
5690
|
+
error: any;
|
|
5691
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
5692
|
+
readonly valid: boolean;
|
|
5693
|
+
readonly json: {
|
|
5694
|
+
id: string;
|
|
5695
|
+
key: string;
|
|
5696
|
+
sql: string;
|
|
5697
|
+
name: string;
|
|
5698
|
+
type: import("../../../..").DataSourceType;
|
|
5699
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
5700
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
5701
|
+
pre_process: string;
|
|
5702
|
+
post_process: string;
|
|
5703
|
+
};
|
|
5704
|
+
} & {
|
|
5705
|
+
setName(name: string): void;
|
|
5706
|
+
setKey(key: string): void;
|
|
5707
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
5708
|
+
setSQL(sql: string): void;
|
|
5709
|
+
setRunBy(v: string[]): void;
|
|
5710
|
+
setReactTo(v: string[]): void;
|
|
5711
|
+
setPreProcess(v: string): void;
|
|
5712
|
+
setPostProcess(v: string): void;
|
|
5713
|
+
} & {
|
|
5714
|
+
readonly conditionOptions: {
|
|
5715
|
+
label: string;
|
|
5716
|
+
value: string;
|
|
5717
|
+
group: string;
|
|
5718
|
+
}[];
|
|
5719
|
+
readonly unmetRunByConditions: string[];
|
|
5720
|
+
} & {
|
|
5721
|
+
readonly reQueryKey: string;
|
|
5722
|
+
readonly runByConditionsMet: boolean;
|
|
5723
|
+
readonly conditionNames: {
|
|
5724
|
+
context: string[];
|
|
5725
|
+
filters: any[];
|
|
5726
|
+
};
|
|
5727
|
+
} & {
|
|
5728
|
+
readonly formattedSQL: any;
|
|
5729
|
+
readonly typedAsSQL: boolean;
|
|
5730
|
+
readonly typedAsHTTP: boolean;
|
|
5731
|
+
readonly datasource: any;
|
|
5732
|
+
readonly httpConfigString: string;
|
|
5733
|
+
} & {
|
|
5734
|
+
readonly stateMessage: string;
|
|
5735
|
+
} & {
|
|
5736
|
+
controller: AbortController;
|
|
5737
|
+
} & {
|
|
5738
|
+
runSQL: () => Promise<void>;
|
|
5739
|
+
runHTTP: () => Promise<void>;
|
|
5740
|
+
} & {
|
|
5741
|
+
fetchData: () => Promise<void>;
|
|
5742
|
+
beforeDestroy(): void;
|
|
5743
|
+
} & {
|
|
5744
|
+
afterCreate(): void;
|
|
5745
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
5746
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
5747
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
5748
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
5749
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
5750
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
5751
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
5752
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
5753
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
5754
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
5755
|
+
} & {
|
|
5756
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
5757
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
5758
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
5759
|
+
}, {
|
|
5760
|
+
readonly valid: boolean;
|
|
5761
|
+
readonly json: {
|
|
5762
|
+
id: string;
|
|
5763
|
+
key: string;
|
|
5764
|
+
sql: string;
|
|
5765
|
+
name: string;
|
|
5766
|
+
type: import("../../../..").DataSourceType;
|
|
5767
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
5768
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
5769
|
+
pre_process: string;
|
|
5770
|
+
post_process: string;
|
|
5771
|
+
};
|
|
5772
|
+
} & {
|
|
5773
|
+
setName(name: string): void;
|
|
5774
|
+
setKey(key: string): void;
|
|
5775
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
5776
|
+
setSQL(sql: string): void;
|
|
5777
|
+
setRunBy(v: string[]): void;
|
|
5778
|
+
setReactTo(v: string[]): void;
|
|
5779
|
+
setPreProcess(v: string): void;
|
|
5780
|
+
setPostProcess(v: string): void;
|
|
5781
|
+
} & {
|
|
5782
|
+
readonly conditionOptions: {
|
|
5783
|
+
label: string;
|
|
5784
|
+
value: string;
|
|
5785
|
+
group: string;
|
|
5786
|
+
}[];
|
|
5787
|
+
readonly unmetRunByConditions: string[];
|
|
5788
|
+
} & {
|
|
5789
|
+
readonly reQueryKey: string;
|
|
5790
|
+
readonly runByConditionsMet: boolean;
|
|
5791
|
+
readonly conditionNames: {
|
|
5792
|
+
context: string[];
|
|
5793
|
+
filters: any[];
|
|
5794
|
+
};
|
|
5795
|
+
} & {
|
|
5796
|
+
readonly formattedSQL: any;
|
|
5797
|
+
readonly typedAsSQL: boolean;
|
|
5798
|
+
readonly typedAsHTTP: boolean;
|
|
5799
|
+
readonly datasource: any;
|
|
5800
|
+
readonly httpConfigString: string;
|
|
5801
|
+
} & {
|
|
5802
|
+
readonly stateMessage: string;
|
|
5803
|
+
} & {
|
|
5804
|
+
controller: AbortController;
|
|
5805
|
+
} & {
|
|
5806
|
+
runSQL: () => Promise<void>;
|
|
5807
|
+
runHTTP: () => Promise<void>;
|
|
5808
|
+
} & {
|
|
5809
|
+
fetchData: () => Promise<void>;
|
|
5810
|
+
beforeDestroy(): void;
|
|
5811
|
+
} & {
|
|
5812
|
+
afterCreate(): void;
|
|
5813
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
5814
|
+
readonly data: TPanelData;
|
|
5815
|
+
readonly dataLoading: boolean;
|
|
5816
|
+
readonly queryStateMessages: string[];
|
|
5817
|
+
readonly queryErrors: any[];
|
|
5818
|
+
readonly canRenderViz: boolean;
|
|
5819
|
+
} & {
|
|
5838
5820
|
refreshData(): void;
|
|
5839
5821
|
downloadData(): void;
|
|
5840
5822
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
@@ -5863,15 +5845,15 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
5863
5845
|
queryIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
5864
5846
|
viz: import("mobx-state-tree").IModelType<{
|
|
5865
5847
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
5866
|
-
conf: import("mobx-state-tree").IType<import("
|
|
5848
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
5867
5849
|
}, {
|
|
5868
5850
|
readonly json: {
|
|
5869
|
-
conf: import("
|
|
5851
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
5870
5852
|
type: string;
|
|
5871
5853
|
};
|
|
5872
5854
|
} & {
|
|
5873
5855
|
setType(type: string): void;
|
|
5874
|
-
setConf(conf: import("
|
|
5856
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
5875
5857
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
5876
5858
|
style: import("mobx-state-tree").IModelType<{
|
|
5877
5859
|
border: import("mobx-state-tree").IModelType<{
|
|
@@ -6124,158 +6106,16 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
6124
6106
|
};
|
|
6125
6107
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
6126
6108
|
}, {
|
|
6127
|
-
readonly
|
|
6128
|
-
} & {
|
|
6129
|
-
readonly queryIDSet: Set<string>;
|
|
6130
|
-
readonly queries: ({
|
|
6109
|
+
readonly json: {
|
|
6131
6110
|
id: string;
|
|
6132
|
-
|
|
6133
|
-
|
|
6134
|
-
|
|
6135
|
-
sql: string;
|
|
6136
|
-
pre_process: string;
|
|
6137
|
-
post_process: string;
|
|
6138
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6139
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6140
|
-
state: "error" | "loading" | "idle";
|
|
6141
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
6142
|
-
error: any;
|
|
6143
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6144
|
-
readonly valid: boolean;
|
|
6145
|
-
readonly json: {
|
|
6146
|
-
id: string;
|
|
6147
|
-
key: string;
|
|
6148
|
-
sql: string;
|
|
6149
|
-
name: string;
|
|
6150
|
-
type: import("../queries/types").DataSourceType;
|
|
6151
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6152
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6153
|
-
pre_process: string;
|
|
6154
|
-
post_process: string;
|
|
6111
|
+
viz: {
|
|
6112
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
6113
|
+
type: string;
|
|
6155
6114
|
};
|
|
6156
|
-
|
|
6157
|
-
|
|
6158
|
-
|
|
6159
|
-
|
|
6160
|
-
}[];
|
|
6161
|
-
readonly unmetRunByConditions: string[];
|
|
6162
|
-
} & {
|
|
6163
|
-
readonly reQueryKey: string;
|
|
6164
|
-
readonly runByConditionsMet: boolean;
|
|
6165
|
-
readonly conditionNames: {
|
|
6166
|
-
context: string[];
|
|
6167
|
-
filters: any[];
|
|
6168
|
-
};
|
|
6169
|
-
} & {
|
|
6170
|
-
setName(name: string): void;
|
|
6171
|
-
setKey(key: string): void;
|
|
6172
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
6173
|
-
setSQL(sql: string): void;
|
|
6174
|
-
setRunBy(v: string[]): void;
|
|
6175
|
-
setReactTo(v: string[]): void;
|
|
6176
|
-
setPreProcess(v: string): void;
|
|
6177
|
-
setPostProcess(v: string): void;
|
|
6178
|
-
} & {
|
|
6179
|
-
readonly formattedSQL: any;
|
|
6180
|
-
readonly typedAsSQL: boolean;
|
|
6181
|
-
readonly typedAsHTTP: boolean;
|
|
6182
|
-
readonly datasource: any;
|
|
6183
|
-
readonly httpConfigString: string;
|
|
6184
|
-
} & {
|
|
6185
|
-
readonly stateMessage: string;
|
|
6186
|
-
} & {
|
|
6187
|
-
controller: AbortController;
|
|
6188
|
-
} & {
|
|
6189
|
-
runSQL: () => Promise<void>;
|
|
6190
|
-
runHTTP: () => Promise<void>;
|
|
6191
|
-
} & {
|
|
6192
|
-
fetchData: () => Promise<void>;
|
|
6193
|
-
beforeDestroy(): void;
|
|
6194
|
-
} & {
|
|
6195
|
-
afterCreate(): void;
|
|
6196
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
6197
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
6198
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
6199
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
6200
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
6201
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
6202
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6203
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
6204
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6205
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
6206
|
-
} & {
|
|
6207
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
6208
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
6209
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
6210
|
-
}, {
|
|
6211
|
-
readonly valid: boolean;
|
|
6212
|
-
readonly json: {
|
|
6213
|
-
id: string;
|
|
6214
|
-
key: string;
|
|
6215
|
-
sql: string;
|
|
6216
|
-
name: string;
|
|
6217
|
-
type: import("../queries/types").DataSourceType;
|
|
6218
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6219
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6220
|
-
pre_process: string;
|
|
6221
|
-
post_process: string;
|
|
6222
|
-
};
|
|
6223
|
-
readonly conditionOptions: {
|
|
6224
|
-
label: string;
|
|
6225
|
-
value: string;
|
|
6226
|
-
group: string;
|
|
6227
|
-
}[];
|
|
6228
|
-
readonly unmetRunByConditions: string[];
|
|
6229
|
-
} & {
|
|
6230
|
-
readonly reQueryKey: string;
|
|
6231
|
-
readonly runByConditionsMet: boolean;
|
|
6232
|
-
readonly conditionNames: {
|
|
6233
|
-
context: string[];
|
|
6234
|
-
filters: any[];
|
|
6235
|
-
};
|
|
6236
|
-
} & {
|
|
6237
|
-
setName(name: string): void;
|
|
6238
|
-
setKey(key: string): void;
|
|
6239
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
6240
|
-
setSQL(sql: string): void;
|
|
6241
|
-
setRunBy(v: string[]): void;
|
|
6242
|
-
setReactTo(v: string[]): void;
|
|
6243
|
-
setPreProcess(v: string): void;
|
|
6244
|
-
setPostProcess(v: string): void;
|
|
6245
|
-
} & {
|
|
6246
|
-
readonly formattedSQL: any;
|
|
6247
|
-
readonly typedAsSQL: boolean;
|
|
6248
|
-
readonly typedAsHTTP: boolean;
|
|
6249
|
-
readonly datasource: any;
|
|
6250
|
-
readonly httpConfigString: string;
|
|
6251
|
-
} & {
|
|
6252
|
-
readonly stateMessage: string;
|
|
6253
|
-
} & {
|
|
6254
|
-
controller: AbortController;
|
|
6255
|
-
} & {
|
|
6256
|
-
runSQL: () => Promise<void>;
|
|
6257
|
-
runHTTP: () => Promise<void>;
|
|
6258
|
-
} & {
|
|
6259
|
-
fetchData: () => Promise<void>;
|
|
6260
|
-
beforeDestroy(): void;
|
|
6261
|
-
} & {
|
|
6262
|
-
afterCreate(): void;
|
|
6263
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
6264
|
-
readonly data: TPanelData;
|
|
6265
|
-
readonly dataLoading: boolean;
|
|
6266
|
-
readonly queryStateMessages: string[];
|
|
6267
|
-
readonly queryErrors: any[];
|
|
6268
|
-
readonly canRenderViz: boolean;
|
|
6269
|
-
readonly json: {
|
|
6270
|
-
id: string;
|
|
6271
|
-
viz: {
|
|
6272
|
-
conf: import("../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../..").AnyObject, import("../..").AnyObject, import("../..").AnyObject>>;
|
|
6273
|
-
type: string;
|
|
6274
|
-
};
|
|
6275
|
-
style: {
|
|
6276
|
-
border: {
|
|
6277
|
-
enabled: boolean;
|
|
6278
|
-
};
|
|
6115
|
+
style: {
|
|
6116
|
+
border: {
|
|
6117
|
+
enabled: boolean;
|
|
6118
|
+
};
|
|
6279
6119
|
};
|
|
6280
6120
|
title: string;
|
|
6281
6121
|
layout: {
|
|
@@ -6456,11 +6296,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
6456
6296
|
}[];
|
|
6457
6297
|
description: string;
|
|
6458
6298
|
};
|
|
6459
|
-
readonly
|
|
6460
|
-
label: string;
|
|
6461
|
-
value: string;
|
|
6462
|
-
group: string;
|
|
6463
|
-
}[];
|
|
6299
|
+
readonly queryIDSet: Set<string>;
|
|
6464
6300
|
} & {
|
|
6465
6301
|
setID(id: string): void;
|
|
6466
6302
|
setTitle(title: string): void;
|
|
@@ -7100,9 +6936,151 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7100
6936
|
}, {}>>>);
|
|
7101
6937
|
};
|
|
7102
6938
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
7103
|
-
removeSelf(): void;
|
|
7104
6939
|
} & {
|
|
7105
|
-
|
|
6940
|
+
readonly contentModel: any;
|
|
6941
|
+
} & {
|
|
6942
|
+
readonly queries: ({
|
|
6943
|
+
id: string;
|
|
6944
|
+
name: string;
|
|
6945
|
+
type: import("../../../..").DataSourceType;
|
|
6946
|
+
key: string;
|
|
6947
|
+
sql: string;
|
|
6948
|
+
pre_process: string;
|
|
6949
|
+
post_process: string;
|
|
6950
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6951
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6952
|
+
state: "error" | "loading" | "idle";
|
|
6953
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
6954
|
+
error: any;
|
|
6955
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
6956
|
+
readonly valid: boolean;
|
|
6957
|
+
readonly json: {
|
|
6958
|
+
id: string;
|
|
6959
|
+
key: string;
|
|
6960
|
+
sql: string;
|
|
6961
|
+
name: string;
|
|
6962
|
+
type: import("../../../..").DataSourceType;
|
|
6963
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6964
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
6965
|
+
pre_process: string;
|
|
6966
|
+
post_process: string;
|
|
6967
|
+
};
|
|
6968
|
+
} & {
|
|
6969
|
+
setName(name: string): void;
|
|
6970
|
+
setKey(key: string): void;
|
|
6971
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
6972
|
+
setSQL(sql: string): void;
|
|
6973
|
+
setRunBy(v: string[]): void;
|
|
6974
|
+
setReactTo(v: string[]): void;
|
|
6975
|
+
setPreProcess(v: string): void;
|
|
6976
|
+
setPostProcess(v: string): void;
|
|
6977
|
+
} & {
|
|
6978
|
+
readonly conditionOptions: {
|
|
6979
|
+
label: string;
|
|
6980
|
+
value: string;
|
|
6981
|
+
group: string;
|
|
6982
|
+
}[];
|
|
6983
|
+
readonly unmetRunByConditions: string[];
|
|
6984
|
+
} & {
|
|
6985
|
+
readonly reQueryKey: string;
|
|
6986
|
+
readonly runByConditionsMet: boolean;
|
|
6987
|
+
readonly conditionNames: {
|
|
6988
|
+
context: string[];
|
|
6989
|
+
filters: any[];
|
|
6990
|
+
};
|
|
6991
|
+
} & {
|
|
6992
|
+
readonly formattedSQL: any;
|
|
6993
|
+
readonly typedAsSQL: boolean;
|
|
6994
|
+
readonly typedAsHTTP: boolean;
|
|
6995
|
+
readonly datasource: any;
|
|
6996
|
+
readonly httpConfigString: string;
|
|
6997
|
+
} & {
|
|
6998
|
+
readonly stateMessage: string;
|
|
6999
|
+
} & {
|
|
7000
|
+
controller: AbortController;
|
|
7001
|
+
} & {
|
|
7002
|
+
runSQL: () => Promise<void>;
|
|
7003
|
+
runHTTP: () => Promise<void>;
|
|
7004
|
+
} & {
|
|
7005
|
+
fetchData: () => Promise<void>;
|
|
7006
|
+
beforeDestroy(): void;
|
|
7007
|
+
} & {
|
|
7008
|
+
afterCreate(): void;
|
|
7009
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
7010
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
7011
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7012
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
7013
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
7014
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
7015
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
7016
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
7017
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
7018
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
7019
|
+
} & {
|
|
7020
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
7021
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
7022
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
7023
|
+
}, {
|
|
7024
|
+
readonly valid: boolean;
|
|
7025
|
+
readonly json: {
|
|
7026
|
+
id: string;
|
|
7027
|
+
key: string;
|
|
7028
|
+
sql: string;
|
|
7029
|
+
name: string;
|
|
7030
|
+
type: import("../../../..").DataSourceType;
|
|
7031
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7032
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7033
|
+
pre_process: string;
|
|
7034
|
+
post_process: string;
|
|
7035
|
+
};
|
|
7036
|
+
} & {
|
|
7037
|
+
setName(name: string): void;
|
|
7038
|
+
setKey(key: string): void;
|
|
7039
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
7040
|
+
setSQL(sql: string): void;
|
|
7041
|
+
setRunBy(v: string[]): void;
|
|
7042
|
+
setReactTo(v: string[]): void;
|
|
7043
|
+
setPreProcess(v: string): void;
|
|
7044
|
+
setPostProcess(v: string): void;
|
|
7045
|
+
} & {
|
|
7046
|
+
readonly conditionOptions: {
|
|
7047
|
+
label: string;
|
|
7048
|
+
value: string;
|
|
7049
|
+
group: string;
|
|
7050
|
+
}[];
|
|
7051
|
+
readonly unmetRunByConditions: string[];
|
|
7052
|
+
} & {
|
|
7053
|
+
readonly reQueryKey: string;
|
|
7054
|
+
readonly runByConditionsMet: boolean;
|
|
7055
|
+
readonly conditionNames: {
|
|
7056
|
+
context: string[];
|
|
7057
|
+
filters: any[];
|
|
7058
|
+
};
|
|
7059
|
+
} & {
|
|
7060
|
+
readonly formattedSQL: any;
|
|
7061
|
+
readonly typedAsSQL: boolean;
|
|
7062
|
+
readonly typedAsHTTP: boolean;
|
|
7063
|
+
readonly datasource: any;
|
|
7064
|
+
readonly httpConfigString: string;
|
|
7065
|
+
} & {
|
|
7066
|
+
readonly stateMessage: string;
|
|
7067
|
+
} & {
|
|
7068
|
+
controller: AbortController;
|
|
7069
|
+
} & {
|
|
7070
|
+
runSQL: () => Promise<void>;
|
|
7071
|
+
runHTTP: () => Promise<void>;
|
|
7072
|
+
} & {
|
|
7073
|
+
fetchData: () => Promise<void>;
|
|
7074
|
+
beforeDestroy(): void;
|
|
7075
|
+
} & {
|
|
7076
|
+
afterCreate(): void;
|
|
7077
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
7078
|
+
readonly data: TPanelData;
|
|
7079
|
+
readonly dataLoading: boolean;
|
|
7080
|
+
readonly queryStateMessages: string[];
|
|
7081
|
+
readonly queryErrors: any[];
|
|
7082
|
+
readonly canRenderViz: boolean;
|
|
7083
|
+
} & {
|
|
7106
7084
|
refreshData(): void;
|
|
7107
7085
|
downloadData(): void;
|
|
7108
7086
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
|
|
@@ -7152,26 +7130,26 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7152
7130
|
queryIDs: 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>>>;
|
|
7153
7131
|
viz: {
|
|
7154
7132
|
type: string;
|
|
7155
|
-
conf: import("
|
|
7133
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
7156
7134
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7157
7135
|
readonly json: {
|
|
7158
|
-
conf: import("
|
|
7136
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
7159
7137
|
type: string;
|
|
7160
7138
|
};
|
|
7161
7139
|
} & {
|
|
7162
7140
|
setType(type: string): void;
|
|
7163
|
-
setConf(conf: import("
|
|
7141
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
7164
7142
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
7165
7143
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
7166
|
-
conf: import("mobx-state-tree").IType<import("
|
|
7144
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
7167
7145
|
}, {
|
|
7168
7146
|
readonly json: {
|
|
7169
|
-
conf: import("
|
|
7147
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
7170
7148
|
type: string;
|
|
7171
7149
|
};
|
|
7172
7150
|
} & {
|
|
7173
7151
|
setType(type: string): void;
|
|
7174
|
-
setConf(conf: import("
|
|
7152
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
7175
7153
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
7176
7154
|
style: {
|
|
7177
7155
|
border: {
|
|
@@ -7680,153 +7658,11 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
7680
7658
|
};
|
|
7681
7659
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
|
|
7682
7660
|
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7683
|
-
readonly
|
|
7684
|
-
} & {
|
|
7685
|
-
readonly queryIDSet: Set<string>;
|
|
7686
|
-
readonly queries: ({
|
|
7661
|
+
readonly json: {
|
|
7687
7662
|
id: string;
|
|
7688
|
-
|
|
7689
|
-
|
|
7690
|
-
|
|
7691
|
-
sql: string;
|
|
7692
|
-
pre_process: string;
|
|
7693
|
-
post_process: string;
|
|
7694
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7695
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7696
|
-
state: "error" | "loading" | "idle";
|
|
7697
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
7698
|
-
error: any;
|
|
7699
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
7700
|
-
readonly valid: boolean;
|
|
7701
|
-
readonly json: {
|
|
7702
|
-
id: string;
|
|
7703
|
-
key: string;
|
|
7704
|
-
sql: string;
|
|
7705
|
-
name: string;
|
|
7706
|
-
type: import("../queries/types").DataSourceType;
|
|
7707
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7708
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7709
|
-
pre_process: string;
|
|
7710
|
-
post_process: string;
|
|
7711
|
-
};
|
|
7712
|
-
readonly conditionOptions: {
|
|
7713
|
-
label: string;
|
|
7714
|
-
value: string;
|
|
7715
|
-
group: string;
|
|
7716
|
-
}[];
|
|
7717
|
-
readonly unmetRunByConditions: string[];
|
|
7718
|
-
} & {
|
|
7719
|
-
readonly reQueryKey: string;
|
|
7720
|
-
readonly runByConditionsMet: boolean;
|
|
7721
|
-
readonly conditionNames: {
|
|
7722
|
-
context: string[];
|
|
7723
|
-
filters: any[];
|
|
7724
|
-
};
|
|
7725
|
-
} & {
|
|
7726
|
-
setName(name: string): void;
|
|
7727
|
-
setKey(key: string): void;
|
|
7728
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
7729
|
-
setSQL(sql: string): void;
|
|
7730
|
-
setRunBy(v: string[]): void;
|
|
7731
|
-
setReactTo(v: string[]): void;
|
|
7732
|
-
setPreProcess(v: string): void;
|
|
7733
|
-
setPostProcess(v: string): void;
|
|
7734
|
-
} & {
|
|
7735
|
-
readonly formattedSQL: any;
|
|
7736
|
-
readonly typedAsSQL: boolean;
|
|
7737
|
-
readonly typedAsHTTP: boolean;
|
|
7738
|
-
readonly datasource: any;
|
|
7739
|
-
readonly httpConfigString: string;
|
|
7740
|
-
} & {
|
|
7741
|
-
readonly stateMessage: string;
|
|
7742
|
-
} & {
|
|
7743
|
-
controller: AbortController;
|
|
7744
|
-
} & {
|
|
7745
|
-
runSQL: () => Promise<void>;
|
|
7746
|
-
runHTTP: () => Promise<void>;
|
|
7747
|
-
} & {
|
|
7748
|
-
fetchData: () => Promise<void>;
|
|
7749
|
-
beforeDestroy(): void;
|
|
7750
|
-
} & {
|
|
7751
|
-
afterCreate(): void;
|
|
7752
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
7753
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
7754
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
7755
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
7756
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
7757
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
7758
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
7759
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
7760
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
7761
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
7762
|
-
} & {
|
|
7763
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
7764
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
7765
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
7766
|
-
}, {
|
|
7767
|
-
readonly valid: boolean;
|
|
7768
|
-
readonly json: {
|
|
7769
|
-
id: string;
|
|
7770
|
-
key: string;
|
|
7771
|
-
sql: string;
|
|
7772
|
-
name: string;
|
|
7773
|
-
type: import("../queries/types").DataSourceType;
|
|
7774
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7775
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
7776
|
-
pre_process: string;
|
|
7777
|
-
post_process: string;
|
|
7778
|
-
};
|
|
7779
|
-
readonly conditionOptions: {
|
|
7780
|
-
label: string;
|
|
7781
|
-
value: string;
|
|
7782
|
-
group: string;
|
|
7783
|
-
}[];
|
|
7784
|
-
readonly unmetRunByConditions: string[];
|
|
7785
|
-
} & {
|
|
7786
|
-
readonly reQueryKey: string;
|
|
7787
|
-
readonly runByConditionsMet: boolean;
|
|
7788
|
-
readonly conditionNames: {
|
|
7789
|
-
context: string[];
|
|
7790
|
-
filters: any[];
|
|
7791
|
-
};
|
|
7792
|
-
} & {
|
|
7793
|
-
setName(name: string): void;
|
|
7794
|
-
setKey(key: string): void;
|
|
7795
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
7796
|
-
setSQL(sql: string): void;
|
|
7797
|
-
setRunBy(v: string[]): void;
|
|
7798
|
-
setReactTo(v: string[]): void;
|
|
7799
|
-
setPreProcess(v: string): void;
|
|
7800
|
-
setPostProcess(v: string): void;
|
|
7801
|
-
} & {
|
|
7802
|
-
readonly formattedSQL: any;
|
|
7803
|
-
readonly typedAsSQL: boolean;
|
|
7804
|
-
readonly typedAsHTTP: boolean;
|
|
7805
|
-
readonly datasource: any;
|
|
7806
|
-
readonly httpConfigString: string;
|
|
7807
|
-
} & {
|
|
7808
|
-
readonly stateMessage: string;
|
|
7809
|
-
} & {
|
|
7810
|
-
controller: AbortController;
|
|
7811
|
-
} & {
|
|
7812
|
-
runSQL: () => Promise<void>;
|
|
7813
|
-
runHTTP: () => Promise<void>;
|
|
7814
|
-
} & {
|
|
7815
|
-
fetchData: () => Promise<void>;
|
|
7816
|
-
beforeDestroy(): void;
|
|
7817
|
-
} & {
|
|
7818
|
-
afterCreate(): void;
|
|
7819
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
7820
|
-
readonly data: TPanelData;
|
|
7821
|
-
readonly dataLoading: boolean;
|
|
7822
|
-
readonly queryStateMessages: string[];
|
|
7823
|
-
readonly queryErrors: any[];
|
|
7824
|
-
readonly canRenderViz: boolean;
|
|
7825
|
-
readonly json: {
|
|
7826
|
-
id: string;
|
|
7827
|
-
viz: {
|
|
7828
|
-
conf: import("../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../..").AnyObject, import("../..").AnyObject, import("../..").AnyObject>>;
|
|
7829
|
-
type: string;
|
|
7663
|
+
viz: {
|
|
7664
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
7665
|
+
type: string;
|
|
7830
7666
|
};
|
|
7831
7667
|
style: {
|
|
7832
7668
|
border: {
|
|
@@ -8012,11 +7848,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
8012
7848
|
}[];
|
|
8013
7849
|
description: string;
|
|
8014
7850
|
};
|
|
8015
|
-
readonly
|
|
8016
|
-
label: string;
|
|
8017
|
-
value: string;
|
|
8018
|
-
group: string;
|
|
8019
|
-
}[];
|
|
7851
|
+
readonly queryIDSet: Set<string>;
|
|
8020
7852
|
} & {
|
|
8021
7853
|
setID(id: string): void;
|
|
8022
7854
|
setTitle(title: string): void;
|
|
@@ -8656,9 +8488,151 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
8656
8488
|
}, {}>>>);
|
|
8657
8489
|
};
|
|
8658
8490
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
8659
|
-
removeSelf(): void;
|
|
8660
8491
|
} & {
|
|
8661
|
-
|
|
8492
|
+
readonly contentModel: any;
|
|
8493
|
+
} & {
|
|
8494
|
+
readonly queries: ({
|
|
8495
|
+
id: string;
|
|
8496
|
+
name: string;
|
|
8497
|
+
type: import("../../../..").DataSourceType;
|
|
8498
|
+
key: string;
|
|
8499
|
+
sql: string;
|
|
8500
|
+
pre_process: string;
|
|
8501
|
+
post_process: string;
|
|
8502
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8503
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8504
|
+
state: "error" | "loading" | "idle";
|
|
8505
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
8506
|
+
error: any;
|
|
8507
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8508
|
+
readonly valid: boolean;
|
|
8509
|
+
readonly json: {
|
|
8510
|
+
id: string;
|
|
8511
|
+
key: string;
|
|
8512
|
+
sql: string;
|
|
8513
|
+
name: string;
|
|
8514
|
+
type: import("../../../..").DataSourceType;
|
|
8515
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8516
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8517
|
+
pre_process: string;
|
|
8518
|
+
post_process: string;
|
|
8519
|
+
};
|
|
8520
|
+
} & {
|
|
8521
|
+
setName(name: string): void;
|
|
8522
|
+
setKey(key: string): void;
|
|
8523
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
8524
|
+
setSQL(sql: string): void;
|
|
8525
|
+
setRunBy(v: string[]): void;
|
|
8526
|
+
setReactTo(v: string[]): void;
|
|
8527
|
+
setPreProcess(v: string): void;
|
|
8528
|
+
setPostProcess(v: string): void;
|
|
8529
|
+
} & {
|
|
8530
|
+
readonly conditionOptions: {
|
|
8531
|
+
label: string;
|
|
8532
|
+
value: string;
|
|
8533
|
+
group: string;
|
|
8534
|
+
}[];
|
|
8535
|
+
readonly unmetRunByConditions: string[];
|
|
8536
|
+
} & {
|
|
8537
|
+
readonly reQueryKey: string;
|
|
8538
|
+
readonly runByConditionsMet: boolean;
|
|
8539
|
+
readonly conditionNames: {
|
|
8540
|
+
context: string[];
|
|
8541
|
+
filters: any[];
|
|
8542
|
+
};
|
|
8543
|
+
} & {
|
|
8544
|
+
readonly formattedSQL: any;
|
|
8545
|
+
readonly typedAsSQL: boolean;
|
|
8546
|
+
readonly typedAsHTTP: boolean;
|
|
8547
|
+
readonly datasource: any;
|
|
8548
|
+
readonly httpConfigString: string;
|
|
8549
|
+
} & {
|
|
8550
|
+
readonly stateMessage: string;
|
|
8551
|
+
} & {
|
|
8552
|
+
controller: AbortController;
|
|
8553
|
+
} & {
|
|
8554
|
+
runSQL: () => Promise<void>;
|
|
8555
|
+
runHTTP: () => Promise<void>;
|
|
8556
|
+
} & {
|
|
8557
|
+
fetchData: () => Promise<void>;
|
|
8558
|
+
beforeDestroy(): void;
|
|
8559
|
+
} & {
|
|
8560
|
+
afterCreate(): void;
|
|
8561
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
8562
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
8563
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
8564
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
8565
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
8566
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
8567
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
8568
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
8569
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
8570
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
8571
|
+
} & {
|
|
8572
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
8573
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
8574
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
8575
|
+
}, {
|
|
8576
|
+
readonly valid: boolean;
|
|
8577
|
+
readonly json: {
|
|
8578
|
+
id: string;
|
|
8579
|
+
key: string;
|
|
8580
|
+
sql: string;
|
|
8581
|
+
name: string;
|
|
8582
|
+
type: import("../../../..").DataSourceType;
|
|
8583
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8584
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8585
|
+
pre_process: string;
|
|
8586
|
+
post_process: string;
|
|
8587
|
+
};
|
|
8588
|
+
} & {
|
|
8589
|
+
setName(name: string): void;
|
|
8590
|
+
setKey(key: string): void;
|
|
8591
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
8592
|
+
setSQL(sql: string): void;
|
|
8593
|
+
setRunBy(v: string[]): void;
|
|
8594
|
+
setReactTo(v: string[]): void;
|
|
8595
|
+
setPreProcess(v: string): void;
|
|
8596
|
+
setPostProcess(v: string): void;
|
|
8597
|
+
} & {
|
|
8598
|
+
readonly conditionOptions: {
|
|
8599
|
+
label: string;
|
|
8600
|
+
value: string;
|
|
8601
|
+
group: string;
|
|
8602
|
+
}[];
|
|
8603
|
+
readonly unmetRunByConditions: string[];
|
|
8604
|
+
} & {
|
|
8605
|
+
readonly reQueryKey: string;
|
|
8606
|
+
readonly runByConditionsMet: boolean;
|
|
8607
|
+
readonly conditionNames: {
|
|
8608
|
+
context: string[];
|
|
8609
|
+
filters: any[];
|
|
8610
|
+
};
|
|
8611
|
+
} & {
|
|
8612
|
+
readonly formattedSQL: any;
|
|
8613
|
+
readonly typedAsSQL: boolean;
|
|
8614
|
+
readonly typedAsHTTP: boolean;
|
|
8615
|
+
readonly datasource: any;
|
|
8616
|
+
readonly httpConfigString: string;
|
|
8617
|
+
} & {
|
|
8618
|
+
readonly stateMessage: string;
|
|
8619
|
+
} & {
|
|
8620
|
+
controller: AbortController;
|
|
8621
|
+
} & {
|
|
8622
|
+
runSQL: () => Promise<void>;
|
|
8623
|
+
runHTTP: () => Promise<void>;
|
|
8624
|
+
} & {
|
|
8625
|
+
fetchData: () => Promise<void>;
|
|
8626
|
+
beforeDestroy(): void;
|
|
8627
|
+
} & {
|
|
8628
|
+
afterCreate(): void;
|
|
8629
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
8630
|
+
readonly data: TPanelData;
|
|
8631
|
+
readonly dataLoading: boolean;
|
|
8632
|
+
readonly queryStateMessages: string[];
|
|
8633
|
+
readonly queryErrors: any[];
|
|
8634
|
+
readonly canRenderViz: boolean;
|
|
8635
|
+
} & {
|
|
8662
8636
|
refreshData(): void;
|
|
8663
8637
|
downloadData(): void;
|
|
8664
8638
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
@@ -8687,15 +8661,15 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
8687
8661
|
queryIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
8688
8662
|
viz: import("mobx-state-tree").IModelType<{
|
|
8689
8663
|
type: import("mobx-state-tree").ISimpleType<string>;
|
|
8690
|
-
conf: import("mobx-state-tree").IType<import("
|
|
8664
|
+
conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
|
|
8691
8665
|
}, {
|
|
8692
8666
|
readonly json: {
|
|
8693
|
-
conf: import("
|
|
8667
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
8694
8668
|
type: string;
|
|
8695
8669
|
};
|
|
8696
8670
|
} & {
|
|
8697
8671
|
setType(type: string): void;
|
|
8698
|
-
setConf(conf: import("
|
|
8672
|
+
setConf(conf: import("../../../../..").AnyObject): void;
|
|
8699
8673
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8700
8674
|
style: import("mobx-state-tree").IModelType<{
|
|
8701
8675
|
border: import("mobx-state-tree").IModelType<{
|
|
@@ -8868,232 +8842,90 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
8868
8842
|
staticColor: import("mobx-state-tree").ISimpleType<string>;
|
|
8869
8843
|
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8870
8844
|
type: import("mobx-state-tree").ISimpleType<"continuous">;
|
|
8871
|
-
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
8872
|
-
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
8873
|
-
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8874
|
-
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
8875
|
-
}, {}>>>);
|
|
8876
|
-
weight: string;
|
|
8877
|
-
formatter: {
|
|
8878
|
-
output: "number" | "percent";
|
|
8879
|
-
average: boolean;
|
|
8880
|
-
mantissa: number;
|
|
8881
|
-
trimMantissa: boolean;
|
|
8882
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
8883
|
-
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
8884
|
-
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
8885
|
-
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
8886
|
-
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
8887
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
8888
|
-
data_field: string;
|
|
8889
|
-
aggregation: ({
|
|
8890
|
-
type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
|
|
8891
|
-
config: any;
|
|
8892
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8893
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8894
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8895
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8896
|
-
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8897
|
-
config: import("mobx-state-tree").IModelType<{
|
|
8898
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8899
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8900
|
-
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
8901
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8902
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8903
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
8904
|
-
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8905
|
-
config: import("mobx-state-tree").IModelType<{
|
|
8906
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8907
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8908
|
-
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
8909
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8910
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8911
|
-
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8912
|
-
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8913
|
-
config: import("mobx-state-tree").IModelType<{
|
|
8914
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8915
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8916
|
-
}, {}>>>) | ({
|
|
8917
|
-
type: "quantile";
|
|
8918
|
-
config: {
|
|
8919
|
-
p: number;
|
|
8920
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
8921
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8922
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
8923
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8924
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8925
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8926
|
-
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8927
|
-
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8928
|
-
config: import("mobx-state-tree").IModelType<{
|
|
8929
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8930
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8931
|
-
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
8932
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8933
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8934
|
-
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
8935
|
-
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8936
|
-
config: import("mobx-state-tree").IModelType<{
|
|
8937
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8938
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8939
|
-
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
8940
|
-
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8941
|
-
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8942
|
-
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8943
|
-
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8944
|
-
config: import("mobx-state-tree").IModelType<{
|
|
8945
|
-
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8946
|
-
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8947
|
-
}, {}>>>);
|
|
8948
|
-
};
|
|
8949
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
8950
|
-
}, {
|
|
8951
|
-
readonly contentModel: any;
|
|
8952
|
-
} & {
|
|
8953
|
-
readonly queryIDSet: Set<string>;
|
|
8954
|
-
readonly queries: ({
|
|
8955
|
-
id: string;
|
|
8956
|
-
name: string;
|
|
8957
|
-
type: import("../queries/types").DataSourceType;
|
|
8958
|
-
key: string;
|
|
8959
|
-
sql: string;
|
|
8960
|
-
pre_process: string;
|
|
8961
|
-
post_process: string;
|
|
8962
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8963
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8964
|
-
state: "error" | "loading" | "idle";
|
|
8965
|
-
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
8966
|
-
error: any;
|
|
8967
|
-
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
8968
|
-
readonly valid: boolean;
|
|
8969
|
-
readonly json: {
|
|
8970
|
-
id: string;
|
|
8971
|
-
key: string;
|
|
8972
|
-
sql: string;
|
|
8973
|
-
name: string;
|
|
8974
|
-
type: import("../queries/types").DataSourceType;
|
|
8975
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8976
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
8977
|
-
pre_process: string;
|
|
8978
|
-
post_process: string;
|
|
8979
|
-
};
|
|
8980
|
-
readonly conditionOptions: {
|
|
8981
|
-
label: string;
|
|
8982
|
-
value: string;
|
|
8983
|
-
group: string;
|
|
8984
|
-
}[];
|
|
8985
|
-
readonly unmetRunByConditions: string[];
|
|
8986
|
-
} & {
|
|
8987
|
-
readonly reQueryKey: string;
|
|
8988
|
-
readonly runByConditionsMet: boolean;
|
|
8989
|
-
readonly conditionNames: {
|
|
8990
|
-
context: string[];
|
|
8991
|
-
filters: any[];
|
|
8992
|
-
};
|
|
8993
|
-
} & {
|
|
8994
|
-
setName(name: string): void;
|
|
8995
|
-
setKey(key: string): void;
|
|
8996
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
8997
|
-
setSQL(sql: string): void;
|
|
8998
|
-
setRunBy(v: string[]): void;
|
|
8999
|
-
setReactTo(v: string[]): void;
|
|
9000
|
-
setPreProcess(v: string): void;
|
|
9001
|
-
setPostProcess(v: string): void;
|
|
9002
|
-
} & {
|
|
9003
|
-
readonly formattedSQL: any;
|
|
9004
|
-
readonly typedAsSQL: boolean;
|
|
9005
|
-
readonly typedAsHTTP: boolean;
|
|
9006
|
-
readonly datasource: any;
|
|
9007
|
-
readonly httpConfigString: string;
|
|
9008
|
-
} & {
|
|
9009
|
-
readonly stateMessage: string;
|
|
9010
|
-
} & {
|
|
9011
|
-
controller: AbortController;
|
|
9012
|
-
} & {
|
|
9013
|
-
runSQL: () => Promise<void>;
|
|
9014
|
-
runHTTP: () => Promise<void>;
|
|
9015
|
-
} & {
|
|
9016
|
-
fetchData: () => Promise<void>;
|
|
9017
|
-
beforeDestroy(): void;
|
|
9018
|
-
} & {
|
|
9019
|
-
afterCreate(): void;
|
|
9020
|
-
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
9021
|
-
id: import("mobx-state-tree").ISimpleType<string>;
|
|
9022
|
-
name: import("mobx-state-tree").ISimpleType<string>;
|
|
9023
|
-
type: import("mobx-state-tree").ISimpleType<import("../queries/types").DataSourceType>;
|
|
9024
|
-
key: import("mobx-state-tree").ISimpleType<string>;
|
|
9025
|
-
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
9026
|
-
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
9027
|
-
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
9028
|
-
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
9029
|
-
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
9030
|
-
} & {
|
|
9031
|
-
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
9032
|
-
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
9033
|
-
error: import("mobx-state-tree").IType<any, any, any>;
|
|
9034
|
-
}, {
|
|
9035
|
-
readonly valid: boolean;
|
|
9036
|
-
readonly json: {
|
|
9037
|
-
id: string;
|
|
9038
|
-
key: string;
|
|
9039
|
-
sql: string;
|
|
9040
|
-
name: string;
|
|
9041
|
-
type: import("../queries/types").DataSourceType;
|
|
9042
|
-
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9043
|
-
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9044
|
-
pre_process: string;
|
|
9045
|
-
post_process: string;
|
|
9046
|
-
};
|
|
9047
|
-
readonly conditionOptions: {
|
|
9048
|
-
label: string;
|
|
9049
|
-
value: string;
|
|
9050
|
-
group: string;
|
|
9051
|
-
}[];
|
|
9052
|
-
readonly unmetRunByConditions: string[];
|
|
9053
|
-
} & {
|
|
9054
|
-
readonly reQueryKey: string;
|
|
9055
|
-
readonly runByConditionsMet: boolean;
|
|
9056
|
-
readonly conditionNames: {
|
|
9057
|
-
context: string[];
|
|
9058
|
-
filters: any[];
|
|
8845
|
+
valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
|
|
8846
|
+
colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
|
|
8847
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8848
|
+
type: import("mobx-state-tree").ISimpleType<"piecewise">;
|
|
8849
|
+
}, {}>>>);
|
|
8850
|
+
weight: string;
|
|
8851
|
+
formatter: {
|
|
8852
|
+
output: "number" | "percent";
|
|
8853
|
+
average: boolean;
|
|
8854
|
+
mantissa: number;
|
|
8855
|
+
trimMantissa: boolean;
|
|
8856
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
8857
|
+
output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
|
|
8858
|
+
average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
8859
|
+
mantissa: import("mobx-state-tree").ISimpleType<number>;
|
|
8860
|
+
trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
|
|
8861
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
8862
|
+
data_field: string;
|
|
8863
|
+
aggregation: ({
|
|
8864
|
+
type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
|
|
8865
|
+
config: any;
|
|
8866
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8867
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8868
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8869
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8870
|
+
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8871
|
+
config: import("mobx-state-tree").IModelType<{
|
|
8872
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8873
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8874
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
8875
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8876
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8877
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
8878
|
+
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8879
|
+
config: import("mobx-state-tree").IModelType<{
|
|
8880
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8881
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8882
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
8883
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8884
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8885
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8886
|
+
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8887
|
+
config: import("mobx-state-tree").IModelType<{
|
|
8888
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8889
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8890
|
+
}, {}>>>) | ({
|
|
8891
|
+
type: "quantile";
|
|
8892
|
+
config: {
|
|
8893
|
+
p: number;
|
|
8894
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
8895
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8896
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
8897
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8898
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8899
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8900
|
+
}>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
|
|
8901
|
+
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8902
|
+
config: import("mobx-state-tree").IModelType<{
|
|
8903
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8904
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8905
|
+
}>>, import("mobx-state-tree").ModelSnapshotType<{
|
|
8906
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8907
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8908
|
+
}> | import("mobx-state-tree").ModelSnapshotType<{
|
|
8909
|
+
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8910
|
+
config: import("mobx-state-tree").IModelType<{
|
|
8911
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8912
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8913
|
+
}>, import("mobx-state-tree").ModelInstanceType<{
|
|
8914
|
+
type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
|
|
8915
|
+
config: import("mobx-state-tree").IType<any, any, any>;
|
|
8916
|
+
}, {}> | import("mobx-state-tree").ModelInstanceType<{
|
|
8917
|
+
type: import("mobx-state-tree").ISimpleType<"quantile">;
|
|
8918
|
+
config: import("mobx-state-tree").IModelType<{
|
|
8919
|
+
p: import("mobx-state-tree").ISimpleType<number>;
|
|
8920
|
+
}, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
8921
|
+
}, {}>>>);
|
|
9059
8922
|
};
|
|
9060
|
-
}
|
|
9061
|
-
|
|
9062
|
-
setKey(key: string): void;
|
|
9063
|
-
setType(type: import("../queries/types").DataSourceType): void;
|
|
9064
|
-
setSQL(sql: string): void;
|
|
9065
|
-
setRunBy(v: string[]): void;
|
|
9066
|
-
setReactTo(v: string[]): void;
|
|
9067
|
-
setPreProcess(v: string): void;
|
|
9068
|
-
setPostProcess(v: string): void;
|
|
9069
|
-
} & {
|
|
9070
|
-
readonly formattedSQL: any;
|
|
9071
|
-
readonly typedAsSQL: boolean;
|
|
9072
|
-
readonly typedAsHTTP: boolean;
|
|
9073
|
-
readonly datasource: any;
|
|
9074
|
-
readonly httpConfigString: string;
|
|
9075
|
-
} & {
|
|
9076
|
-
readonly stateMessage: string;
|
|
9077
|
-
} & {
|
|
9078
|
-
controller: AbortController;
|
|
9079
|
-
} & {
|
|
9080
|
-
runSQL: () => Promise<void>;
|
|
9081
|
-
runHTTP: () => Promise<void>;
|
|
9082
|
-
} & {
|
|
9083
|
-
fetchData: () => Promise<void>;
|
|
9084
|
-
beforeDestroy(): void;
|
|
9085
|
-
} & {
|
|
9086
|
-
afterCreate(): void;
|
|
9087
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
9088
|
-
readonly data: TPanelData;
|
|
9089
|
-
readonly dataLoading: boolean;
|
|
9090
|
-
readonly queryStateMessages: string[];
|
|
9091
|
-
readonly queryErrors: any[];
|
|
9092
|
-
readonly canRenderViz: boolean;
|
|
8923
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
|
|
8924
|
+
}, {
|
|
9093
8925
|
readonly json: {
|
|
9094
8926
|
id: string;
|
|
9095
8927
|
viz: {
|
|
9096
|
-
conf: import("
|
|
8928
|
+
conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
|
|
9097
8929
|
type: string;
|
|
9098
8930
|
};
|
|
9099
8931
|
style: {
|
|
@@ -9280,11 +9112,7 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9280
9112
|
}[];
|
|
9281
9113
|
description: string;
|
|
9282
9114
|
};
|
|
9283
|
-
readonly
|
|
9284
|
-
label: string;
|
|
9285
|
-
value: string;
|
|
9286
|
-
group: string;
|
|
9287
|
-
}[];
|
|
9115
|
+
readonly queryIDSet: Set<string>;
|
|
9288
9116
|
} & {
|
|
9289
9117
|
setID(id: string): void;
|
|
9290
9118
|
setTitle(title: string): void;
|
|
@@ -9924,9 +9752,151 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9924
9752
|
}, {}>>>);
|
|
9925
9753
|
};
|
|
9926
9754
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
|
|
9927
|
-
removeSelf(): void;
|
|
9928
9755
|
} & {
|
|
9929
|
-
|
|
9756
|
+
readonly contentModel: any;
|
|
9757
|
+
} & {
|
|
9758
|
+
readonly queries: ({
|
|
9759
|
+
id: string;
|
|
9760
|
+
name: string;
|
|
9761
|
+
type: import("../../../..").DataSourceType;
|
|
9762
|
+
key: string;
|
|
9763
|
+
sql: string;
|
|
9764
|
+
pre_process: string;
|
|
9765
|
+
post_process: string;
|
|
9766
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9767
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9768
|
+
state: "error" | "loading" | "idle";
|
|
9769
|
+
data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
|
|
9770
|
+
error: any;
|
|
9771
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
9772
|
+
readonly valid: boolean;
|
|
9773
|
+
readonly json: {
|
|
9774
|
+
id: string;
|
|
9775
|
+
key: string;
|
|
9776
|
+
sql: string;
|
|
9777
|
+
name: string;
|
|
9778
|
+
type: import("../../../..").DataSourceType;
|
|
9779
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9780
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9781
|
+
pre_process: string;
|
|
9782
|
+
post_process: string;
|
|
9783
|
+
};
|
|
9784
|
+
} & {
|
|
9785
|
+
setName(name: string): void;
|
|
9786
|
+
setKey(key: string): void;
|
|
9787
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
9788
|
+
setSQL(sql: string): void;
|
|
9789
|
+
setRunBy(v: string[]): void;
|
|
9790
|
+
setReactTo(v: string[]): void;
|
|
9791
|
+
setPreProcess(v: string): void;
|
|
9792
|
+
setPostProcess(v: string): void;
|
|
9793
|
+
} & {
|
|
9794
|
+
readonly conditionOptions: {
|
|
9795
|
+
label: string;
|
|
9796
|
+
value: string;
|
|
9797
|
+
group: string;
|
|
9798
|
+
}[];
|
|
9799
|
+
readonly unmetRunByConditions: string[];
|
|
9800
|
+
} & {
|
|
9801
|
+
readonly reQueryKey: string;
|
|
9802
|
+
readonly runByConditionsMet: boolean;
|
|
9803
|
+
readonly conditionNames: {
|
|
9804
|
+
context: string[];
|
|
9805
|
+
filters: any[];
|
|
9806
|
+
};
|
|
9807
|
+
} & {
|
|
9808
|
+
readonly formattedSQL: any;
|
|
9809
|
+
readonly typedAsSQL: boolean;
|
|
9810
|
+
readonly typedAsHTTP: boolean;
|
|
9811
|
+
readonly datasource: any;
|
|
9812
|
+
readonly httpConfigString: string;
|
|
9813
|
+
} & {
|
|
9814
|
+
readonly stateMessage: string;
|
|
9815
|
+
} & {
|
|
9816
|
+
controller: AbortController;
|
|
9817
|
+
} & {
|
|
9818
|
+
runSQL: () => Promise<void>;
|
|
9819
|
+
runHTTP: () => Promise<void>;
|
|
9820
|
+
} & {
|
|
9821
|
+
fetchData: () => Promise<void>;
|
|
9822
|
+
beforeDestroy(): void;
|
|
9823
|
+
} & {
|
|
9824
|
+
afterCreate(): void;
|
|
9825
|
+
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
9826
|
+
id: import("mobx-state-tree").ISimpleType<string>;
|
|
9827
|
+
name: import("mobx-state-tree").ISimpleType<string>;
|
|
9828
|
+
type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
|
|
9829
|
+
key: import("mobx-state-tree").ISimpleType<string>;
|
|
9830
|
+
sql: import("mobx-state-tree").ISimpleType<string>;
|
|
9831
|
+
pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
9832
|
+
post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
|
|
9833
|
+
run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
9834
|
+
react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
|
|
9835
|
+
} & {
|
|
9836
|
+
state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
|
|
9837
|
+
data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
|
|
9838
|
+
error: import("mobx-state-tree").IType<any, any, any>;
|
|
9839
|
+
}, {
|
|
9840
|
+
readonly valid: boolean;
|
|
9841
|
+
readonly json: {
|
|
9842
|
+
id: string;
|
|
9843
|
+
key: string;
|
|
9844
|
+
sql: string;
|
|
9845
|
+
name: string;
|
|
9846
|
+
type: import("../../../..").DataSourceType;
|
|
9847
|
+
run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9848
|
+
react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
|
|
9849
|
+
pre_process: string;
|
|
9850
|
+
post_process: string;
|
|
9851
|
+
};
|
|
9852
|
+
} & {
|
|
9853
|
+
setName(name: string): void;
|
|
9854
|
+
setKey(key: string): void;
|
|
9855
|
+
setType(type: import("../../../..").DataSourceType): void;
|
|
9856
|
+
setSQL(sql: string): void;
|
|
9857
|
+
setRunBy(v: string[]): void;
|
|
9858
|
+
setReactTo(v: string[]): void;
|
|
9859
|
+
setPreProcess(v: string): void;
|
|
9860
|
+
setPostProcess(v: string): void;
|
|
9861
|
+
} & {
|
|
9862
|
+
readonly conditionOptions: {
|
|
9863
|
+
label: string;
|
|
9864
|
+
value: string;
|
|
9865
|
+
group: string;
|
|
9866
|
+
}[];
|
|
9867
|
+
readonly unmetRunByConditions: string[];
|
|
9868
|
+
} & {
|
|
9869
|
+
readonly reQueryKey: string;
|
|
9870
|
+
readonly runByConditionsMet: boolean;
|
|
9871
|
+
readonly conditionNames: {
|
|
9872
|
+
context: string[];
|
|
9873
|
+
filters: any[];
|
|
9874
|
+
};
|
|
9875
|
+
} & {
|
|
9876
|
+
readonly formattedSQL: any;
|
|
9877
|
+
readonly typedAsSQL: boolean;
|
|
9878
|
+
readonly typedAsHTTP: boolean;
|
|
9879
|
+
readonly datasource: any;
|
|
9880
|
+
readonly httpConfigString: string;
|
|
9881
|
+
} & {
|
|
9882
|
+
readonly stateMessage: string;
|
|
9883
|
+
} & {
|
|
9884
|
+
controller: AbortController;
|
|
9885
|
+
} & {
|
|
9886
|
+
runSQL: () => Promise<void>;
|
|
9887
|
+
runHTTP: () => Promise<void>;
|
|
9888
|
+
} & {
|
|
9889
|
+
fetchData: () => Promise<void>;
|
|
9890
|
+
beforeDestroy(): void;
|
|
9891
|
+
} & {
|
|
9892
|
+
afterCreate(): void;
|
|
9893
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
9894
|
+
readonly data: TPanelData;
|
|
9895
|
+
readonly dataLoading: boolean;
|
|
9896
|
+
readonly queryStateMessages: string[];
|
|
9897
|
+
readonly queryErrors: any[];
|
|
9898
|
+
readonly canRenderViz: boolean;
|
|
9899
|
+
} & {
|
|
9930
9900
|
refreshData(): void;
|
|
9931
9901
|
downloadData(): void;
|
|
9932
9902
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
|
|
@@ -9940,15 +9910,5 @@ export declare const PanelsModel: import("mobx-state-tree").IModelType<{
|
|
|
9940
9910
|
static: boolean;
|
|
9941
9911
|
}[];
|
|
9942
9912
|
};
|
|
9943
|
-
} & {
|
|
9944
|
-
editorOptions(viewID: string, panelIDs: string[]): NavOptionType[];
|
|
9945
|
-
} & {
|
|
9946
|
-
replace(current: Array<PanelModelInstance>): void;
|
|
9947
|
-
append(item: PanelModelSnapshotIn): void;
|
|
9948
|
-
remove(index: number): void;
|
|
9949
|
-
removeByID(id: string): void;
|
|
9950
|
-
duplicateByID(id: string): string | undefined;
|
|
9951
|
-
replaceByIndex(index: number, replacement: PanelModelInstance): void;
|
|
9952
9913
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
|
|
9953
|
-
export declare type
|
|
9954
|
-
export * from './panel';
|
|
9914
|
+
export declare type PanelsRenderModelInstance = Instance<typeof PanelsRenderModel>;
|