@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.
Files changed (35) hide show
  1. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +2 -2
  2. package/dist/components/plugins/plugin-context.d.ts +2 -2
  3. package/dist/components/plugins/viz-components/merico-heatmap/editors/heat_block/index.d.ts +8 -0
  4. package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +2 -0
  5. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/index.d.ts +8 -0
  6. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +9 -0
  7. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metrics.d.ts +8 -0
  8. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/index.d.ts +8 -0
  9. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +7 -0
  10. 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
  11. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +8 -0
  12. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +8 -0
  13. package/dist/components/plugins/viz-components/merico-heatmap/editors/y-axis/index.d.ts +8 -0
  14. package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +2 -0
  15. package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +2 -0
  16. package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +11 -0
  17. package/dist/components/plugins/viz-components/merico-heatmap/render/option/grid.d.ts +8 -0
  18. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +3 -0
  19. package/dist/components/plugins/viz-components/merico-heatmap/render/option/series.d.ts +20 -0
  20. package/dist/components/plugins/viz-components/merico-heatmap/render/option/tooltip.d.ts +7 -0
  21. package/dist/components/plugins/viz-components/merico-heatmap/render/option/visual-map.d.ts +10 -0
  22. package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +30 -0
  23. package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +32 -0
  24. package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +6 -0
  25. package/dist/components/plugins/viz-components/merico-heatmap/triggers/index.d.ts +1 -0
  26. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +41 -0
  27. package/dist/contexts/panel-context.d.ts +4 -4
  28. package/dist/dashboard-editor/model/panels/panel.d.ts +1 -1
  29. package/dist/dashboard-editor/model/panels/panels.d.ts +8 -8
  30. package/dist/dashboard.es.js +6778 -5969
  31. package/dist/dashboard.umd.js +95 -73
  32. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1 -1
  33. package/dist/model/render-model/dashboard/content/panels/panels.d.ts +7 -7
  34. package/dist/stats.html +1 -1
  35. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "10.20.1",
3
+ "version": "10.21.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",