@devtable/dashboard 10.20.1 → 10.21.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/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +2 -2
- package/dist/components/plugins/plugin-context.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-heatmap/editors/heat_block/index.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/index.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +9 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metrics.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/index.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +7 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +3 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/editors/y-axis/index.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +2 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +11 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/grid.d.ts +8 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +3 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/series.d.ts +20 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/tooltip.d.ts +7 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/visual-map.d.ts +10 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +30 -0
- package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +32 -0
- package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +6 -0
- package/dist/components/plugins/viz-components/merico-heatmap/triggers/index.d.ts +1 -0
- package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +41 -0
- package/dist/contexts/panel-context.d.ts +4 -4
- package/dist/dashboard-editor/model/panels/panel.d.ts +1 -1
- package/dist/dashboard-editor/model/panels/panels.d.ts +8 -8
- package/dist/dashboard.es.js +6778 -5969
- package/dist/dashboard.umd.js +95 -73
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/panels/panels.d.ts +7 -7
- package/dist/stats.html +1 -1
- package/package.json +1 -1