@devtable/dashboard 10.44.2 → 10.44.3
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 +4 -4
- package/dist/api-caller/request.d.ts +4 -4
- package/dist/api-caller/types.d.ts +5 -5
- package/dist/api-caller/utils.d.ts +1 -0
- package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
- package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
- package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
- package/dist/components/filter/filter-date-range/render.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
- package/dist/components/filter/filter-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-select/render.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
- package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
- package/dist/components/filter/filter-settings/index.d.ts +7 -0
- package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
- package/dist/components/filter/filter-settings/types.d.ts +4 -0
- package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
- package/dist/components/filter/filter-text-input/render.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
- package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
- package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
- package/dist/components/filter/filter.d.ts +1 -1
- package/dist/components/filter/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-editor/index.d.ts +1 -1
- package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
- package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
- package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
- package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
- package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
- package/dist/components/panel/plugin-adaptor.d.ts +1 -1
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
- package/dist/components/panel/settings/common/css-types.d.ts +2 -2
- package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
- package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
- package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
- package/dist/components/plugins/color-manager/impl.d.ts +2 -2
- package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
- package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
- package/dist/components/plugins/colors/index.d.ts +1 -1
- package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
- package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
- package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
- package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
- package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
- package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
- package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
- package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
- package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/message-channels.d.ts +1 -1
- package/dist/components/plugins/plugin-context.d.ts +764 -763
- package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
- package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
- package/dist/components/plugins/plugin-manager.d.ts +1 -1
- package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
- package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
- package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
- package/dist/components/plugins/test-utils.d.ts +9 -0
- package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
- package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
- package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
- package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
- package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
- package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
- package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
- package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
- package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
- package/dist/components/plugins/viz-manager/components.d.ts +4 -4
- package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
- package/dist/components/plugins/viz-manager/types.d.ts +3 -3
- package/dist/components/view/layout/main-layout.d.ts +1 -1
- package/dist/components/view/layout/read-only-layout.d.ts +1 -1
- package/dist/components/view/view-component/preview/division.d.ts +1 -1
- package/dist/components/view/view-component/preview/index.d.ts +1 -1
- package/dist/components/view/view-component/preview/modal.d.ts +1 -1
- package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
- package/dist/components/view/view-component/render/division.d.ts +1 -1
- package/dist/components/view/view-component/render/index.d.ts +1 -1
- package/dist/components/view/view-component/render/modal.d.ts +1 -1
- package/dist/components/view/view-component/render/tabs.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
- package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
- package/dist/components/view/view-editor.d.ts +1 -1
- package/dist/components/view/view-render.d.ts +1 -1
- package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
- package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
- package/dist/contexts/panel-context.d.ts +1536 -1535
- package/dist/dashboard-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
- package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
- package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
- package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
- package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
- package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
- package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
- package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
- package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
- package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
- package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
- package/dist/dashboard-editor/model/views/index.d.ts +732 -732
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
- package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
- package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
- package/dist/dashboard-render/index.d.ts +1 -1
- package/dist/dashboard.es.js +11819 -11794
- package/dist/dashboard.umd.js +123 -123
- package/dist/init-dayjs.d.ts +1 -0
- package/dist/interactions/attachment-instance-manager.d.ts +1 -1
- package/dist/interactions/components/interaction-settings.d.ts +2 -2
- package/dist/interactions/components/operation-select.d.ts +1 -1
- package/dist/interactions/components/trigger-config-model.d.ts +3 -3
- package/dist/interactions/components/trigger-select.d.ts +1 -1
- package/dist/interactions/components/variable-list.d.ts +1 -1
- package/dist/interactions/hooks/use-current-interaction-manager.d.ts +2 -2
- package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -1
- package/dist/interactions/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 +1 -1
- package/dist/interactions/interactions-viewer/data/position.d.ts +1 -1
- package/dist/interactions/interactions-viewer/data/types.d.ts +4 -4
- package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -2
- package/dist/interactions/operation/operation-manager-impl.d.ts +1 -1
- package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -1
- package/dist/interactions/operation/operations/console-log.d.ts +1 -1
- package/dist/interactions/operation/operations/index.d.ts +1 -1
- package/dist/interactions/operation/operations/open-link.d.ts +1 -1
- package/dist/interactions/operation/operations/open-view.d.ts +1 -1
- package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -1
- package/dist/interactions/temp-hack.d.ts +1 -1
- package/dist/interactions/test/helpers.d.ts +4 -0
- package/dist/interactions/trigger/trigger-manager-impl.d.ts +2 -2
- package/dist/model/meta-model/context/context.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +19 -19
- package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +4 -4
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +133 -132
- package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +76 -76
- package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/query/query.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/types.d.ts +5 -5
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +13 -13
- package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +8 -8
- package/dist/model/meta-model/datasources/datasource.d.ts +3 -3
- package/dist/model/meta-model/datasources/datasources.d.ts +6 -6
- package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +88 -88
- package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +342 -341
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2661 -2660
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +4 -4
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +24 -24
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +6 -6
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +3 -3
- package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/views/view.d.ts +14 -14
- package/dist/model/render-model/dashboard/content/views/views.d.ts +804 -804
- package/dist/shared/api-client/default-api-client.d.ts +1 -1
- package/dist/shared/api-client/types.d.ts +3 -3
- package/dist/stats.html +1 -1
- package/dist/types/dashboard.d.ts +4 -4
- package/dist/types/filter.d.ts +1 -1
- package/dist/types/plugin/index.d.ts +4 -4
- package/dist/types/utils.d.ts +2 -2
- package/dist/utils/aggregation.d.ts +2 -2
- package/dist/utils/color-feed.d.ts +1 -1
- package/dist/utils/dashboard-state.d.ts +1 -1
- package/dist/utils/diff-json.d.ts +2 -0
- package/dist/utils/error-boundary.d.ts +3 -3
- 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 +2 -2
- package/dist/global.d.ts +0 -8
- package/dist/vite-env.d.ts +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizHorizontalBarChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizHorizontalBarChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const MericoEstimationChartVizComponent: VizComponent;
|
package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IEchartsTooltipMetric } from '
|
|
1
|
+
import { IEchartsTooltipMetric } from '../../../../../../components/plugins/common-echarts-fields/tooltip-metric';
|
|
2
2
|
import { IMericoEstimationChartConf } from '../../type';
|
|
3
3
|
export declare function getSeries(conf: IMericoEstimationChartConf, metric: IEchartsTooltipMetric, xAxisData: string[], dataGroupedByX: Record<string, TQueryData>): ({
|
|
4
4
|
type: string;
|
package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../../../../types';
|
|
2
2
|
import { IMericoEstimationChartConf } from '../../type';
|
|
3
3
|
export declare function getSeries2(conf: IMericoEstimationChartConf, xAxisData: string[], dataGroupedByX: Record<string, TQueryData>, commonConf: AnyObject): {
|
|
4
4
|
data: (string | number)[][];
|
package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../../../../types';
|
|
2
2
|
import { IMericoEstimationChartConf } from '../../type';
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
type DataItemType = [string | number, number, number, number];
|
|
4
|
+
type ChartDataType = DataItemType[];
|
|
5
5
|
export declare function getSeries3(conf: IMericoEstimationChartConf, xAxisData: string[], dataGroupedByX: Record<string, TQueryData>, commonConf: AnyObject): {
|
|
6
6
|
color: string;
|
|
7
7
|
data: ChartDataType;
|
package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IMericoEstimationChartConf } from '../../type';
|
|
2
|
-
import { IEchartsTooltipMetric } from '
|
|
2
|
+
import { IEchartsTooltipMetric } from '../../../../../../components/plugins/common-echarts-fields/tooltip-metric';
|
|
3
3
|
export declare function getSeries4(conf: IMericoEstimationChartConf, metric: IEchartsTooltipMetric, xAxisData: string[], dataGroupedByX: Record<string, TQueryData>): {
|
|
4
4
|
type: string;
|
|
5
5
|
name: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IEchartsTooltipMetric } from '
|
|
1
|
+
import { IEchartsTooltipMetric } from '../../../../../components/plugins/common-echarts-fields/tooltip-metric';
|
|
2
2
|
export declare function getYAxes(metric: IEchartsTooltipMetric): ({
|
|
3
3
|
type: string;
|
|
4
4
|
name: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IEchartsTooltipMetric } from '
|
|
2
|
-
import { IXAxisLabelFormatter } from '
|
|
1
|
+
import { IEchartsTooltipMetric } from '../../../../components/plugins/common-echarts-fields/tooltip-metric';
|
|
2
|
+
import { IXAxisLabelFormatter } from '../../../../components/plugins/common-echarts-fields/x-axis-label-formatter/types';
|
|
3
3
|
export interface IMericoEstimationChartConf {
|
|
4
4
|
x_axis: {
|
|
5
5
|
data_key: TDataKey;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizMericoEstimationChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizMericoEstimationChart({ context }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../../types/plugin';
|
|
2
2
|
export declare function EditMericoHeatmap({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { IXAxisLabelFormatter } from './types';
|
|
2
|
-
export
|
|
2
|
+
export type FormatterFuncType = (value: string | number, index?: number) => string | number;
|
|
3
3
|
export declare function getEchartsXAxisLabel({ enabled, func_content }: IXAxisLabelFormatter): FormatterFuncType;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const MericoHeatmapVizComponent: VizComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../../types/plugin';
|
|
2
2
|
export declare function RenderMericoHeatmap({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { FormatterFuncType } from '../../editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label';
|
|
2
2
|
import { TMericoHeatmapConf } from '../../type';
|
|
3
|
-
export
|
|
3
|
+
export type LabelFormattersType = {
|
|
4
4
|
x_axis: FormatterFuncType;
|
|
5
5
|
y_axis: FormatterFuncType;
|
|
6
6
|
};
|
|
7
7
|
export declare function getLabelFormatters(conf: TMericoHeatmapConf): LabelFormattersType;
|
|
8
|
-
export
|
|
8
|
+
export type ValueFormattersType = {
|
|
9
9
|
heat_block: FormatterFuncType;
|
|
10
10
|
};
|
|
11
11
|
export declare function getValueFormatters(conf: TMericoHeatmapConf): ValueFormattersType;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ITemplateVariable } from '
|
|
1
|
+
import { ITemplateVariable } from '../../../../../../utils/template';
|
|
2
2
|
import { TMericoHeatmapConf } from '../../type';
|
|
3
3
|
export declare function getOption(conf: TMericoHeatmapConf, data: TPanelData, variables: ITemplateVariable[]): any;
|
package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITriggerConfigProps, ITriggerSchema } from '
|
|
1
|
+
import { ITriggerConfigProps, ITriggerSchema } from '../../../../../types/plugin';
|
|
2
2
|
export declare function ClickHeatBlockSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
3
3
|
export declare const ClickHeatBlock: ITriggerSchema;
|
|
4
4
|
export interface IClickHeatBlockConfig {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { TNumbroFormat } from '
|
|
2
|
-
import { IAxisLabelOverflow } from '
|
|
3
|
-
import { IEchartsTooltipMetric } from '
|
|
1
|
+
import { TNumbroFormat } from '../../../../components/panel/settings/common/numbro-format-selector';
|
|
2
|
+
import { IAxisLabelOverflow } from '../../../../components/plugins/common-echarts-fields/axis-label-overflow';
|
|
3
|
+
import { IEchartsTooltipMetric } from '../../../../components/plugins/common-echarts-fields/tooltip-metric';
|
|
4
4
|
import { IXAxisLabelFormatter } from '../cartesian/editors/x-axis/x-axis-label-formatter/types';
|
|
5
|
-
import { TNumberOrDynamic } from '
|
|
6
|
-
export
|
|
5
|
+
import { TNumberOrDynamic } from '../../../../components/plugins/common-echarts-fields/number-or-dynamic-value/types';
|
|
6
|
+
export type TMericoHeatmapConf = {
|
|
7
7
|
x_axis: {
|
|
8
8
|
name: string;
|
|
9
9
|
data_key: TDataKey;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Control, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { ITemplateVariable } from '
|
|
2
|
+
import { ITemplateVariable } from '../../../../../../utils/template';
|
|
3
3
|
import { TMericoStatsConf } from '../../type';
|
|
4
4
|
interface IProps {
|
|
5
5
|
control: Control<TMericoStatsConf, $TSFixMe>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const MericoStatsVizComponent: VizComponent;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { TAlignItems, TJustifyContent } from '
|
|
2
|
-
import { TNumbroFormat } from '
|
|
3
|
-
export
|
|
1
|
+
import { TAlignItems, TJustifyContent } from '../../../../components/panel/settings/common/css-types';
|
|
2
|
+
import { TNumbroFormat } from '../../../../components/panel/settings/common/numbro-format-selector';
|
|
3
|
+
export type TMetricPostfix = {
|
|
4
4
|
type: 'filter-option-label' | 'text';
|
|
5
5
|
value: string;
|
|
6
6
|
};
|
|
7
|
-
export
|
|
7
|
+
export type TMericoStatsMetric = {
|
|
8
8
|
id: string;
|
|
9
9
|
names: {
|
|
10
10
|
value: string;
|
|
@@ -17,11 +17,11 @@ export declare type TMericoStatsMetric = {
|
|
|
17
17
|
formatter: TNumbroFormat;
|
|
18
18
|
postfix: TMetricPostfix;
|
|
19
19
|
};
|
|
20
|
-
export
|
|
20
|
+
export type TMericoStatsStyle = {
|
|
21
21
|
justify: TJustifyContent;
|
|
22
22
|
align: TAlignItems;
|
|
23
23
|
};
|
|
24
|
-
export
|
|
24
|
+
export type TMericoStatsConf = {
|
|
25
25
|
styles: TMericoStatsStyle;
|
|
26
26
|
metrics: TMericoStatsMetric[];
|
|
27
27
|
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizMericoStatsEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const ParetoChartVizComponent: VizComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITemplateVariable } from '
|
|
1
|
+
import { ITemplateVariable } from '../../../../../utils/template';
|
|
2
2
|
import { IParetoChartConf } from '../type';
|
|
3
3
|
export declare function getOption(conf: IParetoChartConf, data: TPanelData, _variables: ITemplateVariable[]): {
|
|
4
4
|
dataZoom: ({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TLineDataItem = [string | number, number];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IParetoChartConf } from '../type';
|
|
2
2
|
export declare function formatPercentage(value: number): string;
|
|
3
|
-
export
|
|
3
|
+
export type TParetoFormatters = {
|
|
4
4
|
bar: (payload: $TSFixMe) => void;
|
|
5
5
|
line: (payload: $TSFixMe) => void;
|
|
6
6
|
lineValue: typeof formatPercentage;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TNumbroFormat } from '
|
|
2
|
-
import { IAxisLabelOverflow } from '
|
|
1
|
+
import { TNumbroFormat } from '../../../../components/panel/settings/common/numbro-format-selector';
|
|
2
|
+
import { IAxisLabelOverflow } from '../../../../components/plugins/common-echarts-fields/axis-label-overflow';
|
|
3
3
|
import { TEchartsDataZoomConfig } from '../cartesian/editors/echarts-zooming-field/types';
|
|
4
4
|
import { IXAxisLabelFormatter } from '../cartesian/editors/x-axis/x-axis-label-formatter/types';
|
|
5
5
|
export declare const DEFAULT_PARETO_MARK_LINE: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizParetoChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizParetoChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const PieChartVizComponent: VizComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizPieChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizPieChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const RadarChartVizComponent: VizComponent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { TNumbroFormat } from '
|
|
1
|
+
import { TNumbroFormat } from '../../../../../components/panel/settings/common/numbro-format-selector';
|
|
2
2
|
export declare function getFormatter(formatter: TNumbroFormat): (value: number) => string | number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITriggerConfigProps, ITriggerSchema } from '
|
|
1
|
+
import { ITriggerConfigProps, ITriggerSchema } from '../../../../../types/plugin';
|
|
2
2
|
export declare function ClickRadarChartSeriesSettings(props: ITriggerConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
3
3
|
export declare const ClickRadarChartSeries: ITriggerSchema;
|
|
4
4
|
export interface IClickRadarChartSeriesConfig {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { TNumbroFormat } from '
|
|
2
|
-
export
|
|
1
|
+
import { TNumbroFormat } from '../../../../components/panel/settings/common/numbro-format-selector';
|
|
2
|
+
export type TAdditionalSeriesItem = {
|
|
3
3
|
id: string;
|
|
4
4
|
name_key: TDataKey;
|
|
5
5
|
color_key: TDataKey;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizRadarChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizRadarChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const RegressionChartVizComponent: VizComponent;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IRegressionChartConf } from '../type';
|
|
2
|
-
import { IMigrationEnv } from '
|
|
2
|
+
import { IMigrationEnv } from '../../../../../components/plugins';
|
|
3
3
|
export declare function v2(legacyConf: $TSFixMe): IRegressionChartConf;
|
|
4
4
|
export declare function v3(legacyConf: any, { panelModel }: IMigrationEnv): IRegressionChartConf;
|
package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IRegressionSeriesItem } from '
|
|
1
|
+
import { IRegressionSeriesItem } from '../../../../../components/plugins/common-echarts-fields/regression-line';
|
|
2
2
|
import { IRegressionChartConf } from '../type';
|
|
3
3
|
import { TSeriesConf } from './series';
|
|
4
|
-
|
|
4
|
+
type TGetRegressionConfRet = IRegressionSeriesItem[];
|
|
5
5
|
export declare function getRegressionConf(conf: IRegressionChartConf, series: TSeriesConf): TGetRegressionConfRet;
|
|
6
6
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../../../types';
|
|
2
2
|
import { IRegressionChartConf } from '../type';
|
|
3
|
-
export
|
|
3
|
+
export type TSeriesConf = AnyObject[];
|
|
4
4
|
export declare function getSeries(conf: IRegressionChartConf, queryData: TQueryData): TSeriesConf;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IXAxisLabelFormatter } from '
|
|
1
|
+
import { IXAxisLabelFormatter } from '../../../../components/plugins/common-echarts-fields/x-axis-label-formatter/types';
|
|
2
2
|
import { IRegressionConf } from '../cartesian/type';
|
|
3
|
-
import { IAxisLabelOverflow } from '
|
|
4
|
-
import { TNumbroFormat } from '
|
|
3
|
+
import { IAxisLabelOverflow } from '../../../../components/plugins/common-echarts-fields/axis-label-overflow';
|
|
4
|
+
import { TNumbroFormat } from '../../../../components/panel/settings/common/numbro-format-selector';
|
|
5
5
|
export interface IRegressionChartConf {
|
|
6
6
|
x_axis: {
|
|
7
7
|
name: string;
|
package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizRegressionChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizRegressionChart({ context }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const RichTextVizComponent: VizComponent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { TPayloadForViz } from '
|
|
2
|
-
import { ITemplateVariable } from '
|
|
1
|
+
import { TPayloadForViz } from '../../../../model';
|
|
2
|
+
import { ITemplateVariable } from '../../../../utils/template';
|
|
3
3
|
export declare function parseRichTextContent(rawContent: string, variables: ITemplateVariable[], payload: TPayloadForViz, data: TPanelData): string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizRichTextEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Control, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { ITemplateVariable } from '
|
|
2
|
+
import { ITemplateVariable } from '../../../../../../utils/template';
|
|
3
3
|
import { IScatterChartConf } from '../../type';
|
|
4
4
|
interface IReferenceAreasField {
|
|
5
5
|
control: Control<IScatterChartConf, $TSFixMe>;
|
package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Control, UseFormWatch } from 'react-hook-form';
|
|
2
|
-
import { ITemplateVariable } from '
|
|
2
|
+
import { ITemplateVariable } from '../../../../../../utils/template';
|
|
3
3
|
import { IScatterChartConf } from '../../type';
|
|
4
4
|
interface IReferenceLinesField {
|
|
5
5
|
control: Control<IScatterChartConf, $TSFixMe>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TScatterSize_Static = {
|
|
2
2
|
type: 'static';
|
|
3
3
|
size: number;
|
|
4
4
|
};
|
|
5
|
-
export
|
|
5
|
+
export type TScatterSize_Dynamic = {
|
|
6
6
|
type: 'dynamic';
|
|
7
7
|
func_content: string;
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type TScatterSize = TScatterSize_Static | TScatterSize_Dynamic;
|
|
10
10
|
export declare const DEFAULT_SCATTER_SIZE: {
|
|
11
11
|
static: TScatterSize_Static;
|
|
12
12
|
dynamic: TScatterSize_Dynamic;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
1
|
+
import { AnyObject } from '../../../../../../../types';
|
|
2
2
|
import { TSeriesColor } from './types';
|
|
3
3
|
export declare function getSeriesColor({ type, ...rest }: TSeriesColor, variableValueMap: Record<string, string | number>): string | (({ value: rowData }: AnyObject) => any);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export
|
|
1
|
+
export type TSeriesColor_Static = {
|
|
2
2
|
type: 'static';
|
|
3
3
|
color: string;
|
|
4
4
|
};
|
|
5
|
-
export
|
|
5
|
+
export type TSeriesColor_Dynamic = {
|
|
6
6
|
type: 'dynamic';
|
|
7
7
|
func_content: string;
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type TSeriesColor = TSeriesColor_Static | TSeriesColor_Dynamic;
|
|
10
10
|
export declare const DEFAULT_SERIES_COLOR: {
|
|
11
11
|
static: TSeriesColor_Static;
|
|
12
12
|
dynamic: TSeriesColor_Dynamic;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const ScatterChartVizComponent: VizComponent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ITemplateVariable } from '
|
|
1
|
+
import { ITemplateVariable } from '../../../../../utils/template';
|
|
2
2
|
import { IScatterChartConf } from '../type';
|
|
3
3
|
export declare function getOption(conf: IScatterChartConf, data: TPanelData, variables: ITemplateVariable[]): any;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AnyObject } from '
|
|
2
|
-
import { ITemplateVariable } from '
|
|
1
|
+
import { AnyObject } from '../../../../../types';
|
|
2
|
+
import { ITemplateVariable } from '../../../../../utils/template';
|
|
3
3
|
import { IScatterChartConf } from '../type';
|
|
4
4
|
export declare function getSeries(conf: IScatterChartConf, data: TPanelData, variables: ITemplateVariable[], variableValueMap: Record<string, string | number>): AnyObject[];
|
package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ITriggerConfigProps, ITriggerSchema } from '
|
|
1
|
+
import { ITriggerConfigProps, ITriggerSchema } from '../../../../../types/plugin';
|
|
2
2
|
export declare const ClickScatterChartSeries: ITriggerSchema;
|
|
3
3
|
export interface IClickScatterChartSeriesConfig {
|
|
4
4
|
foo: '';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { TEchartsDataZoomConfig } from '../cartesian/editors/echarts-zooming-field/types';
|
|
2
2
|
import { TSeriesColor } from './editors/scatter/series-color-select/types';
|
|
3
|
-
import { IEchartsOverflow } from '
|
|
4
|
-
import { IEchartsReferenceArea } from '
|
|
5
|
-
import { IEchartsTooltipMetric } from '
|
|
3
|
+
import { IEchartsOverflow } from '../../../../components/plugins/common-echarts-fields/axis-label-overflow';
|
|
4
|
+
import { IEchartsReferenceArea } from '../../../../components/plugins/common-echarts-fields/reference-area/types';
|
|
5
|
+
import { IEchartsTooltipMetric } from '../../../../components/plugins/common-echarts-fields/tooltip-metric';
|
|
6
6
|
import { ICartesianReferenceLine, IYAxisConf } from '../cartesian/type';
|
|
7
7
|
import { TScatterSize } from './editors/scatter/scatter-size-select/types';
|
|
8
8
|
import { IXAxisLabelFormatter } from './editors/x-axis/x-axis-label-formatter/types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizConfigProps } from '
|
|
1
|
+
import { VizConfigProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizScatterChartEditor({ context }: VizConfigProps): import('./react/jsx-runtime').JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizViewProps } from '
|
|
1
|
+
import { VizViewProps } from '../../../../types/plugin';
|
|
2
2
|
export declare function VizScatterChart({ context, instance }: VizViewProps): import('./react/jsx-runtime').JSX.Element | null;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { VizComponent } from '
|
|
1
|
+
import { VizComponent } from '../../../../types/plugin';
|
|
2
2
|
export declare const StatsVizComponent: VizComponent;
|