@devtable/dashboard 13.18.0 → 13.20.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 (22) hide show
  1. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +1 -1
  2. package/dist/components/plugins/editor-components/field-array-tabs/field-array-tabs.d.ts +1 -4
  3. package/dist/components/plugins/editor-components/field-array-tabs/tab-list.d.ts +12 -0
  4. package/dist/components/plugins/editor-components/field-array-tabs/types.d.ts +7 -0
  5. package/dist/components/plugins/viz-components/calendar-heatmap/migrators/index.d.ts +5 -0
  6. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +56 -1
  7. package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +3 -4
  8. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -4
  9. package/dist/components/plugins/viz-components/merico-heatmap/migrators/index.d.ts +2 -0
  10. package/dist/components/plugins/viz-components/merico-heatmap/render/option/series.d.ts +2 -2
  11. package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +2 -2
  12. package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +2 -2
  13. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +2 -3
  14. package/dist/dashboard.es.js +17117 -14347
  15. package/dist/dashboard.umd.js +122 -122
  16. package/dist/i18n/en.d.ts +2 -0
  17. package/dist/i18n/zh.d.ts +2 -0
  18. package/dist/stats.html +1 -1
  19. package/dist/version.json +2 -2
  20. package/package.json +4 -1
  21. package/dist/components/plugins/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -10
  22. package/dist/components/plugins/viz-components/merico-heatmap/render/option/visual-map.d.ts +0 -10
package/dist/i18n/en.d.ts CHANGED
@@ -609,6 +609,8 @@ export declare const en: {
609
609
  categories: string;
610
610
  };
611
611
  add_a_piece: string;
612
+ interval: string;
613
+ piece_label: string;
612
614
  };
613
615
  bar_width: string;
614
616
  bar_height: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -609,6 +609,8 @@ export declare const zh: {
609
609
  categories: string;
610
610
  };
611
611
  add_a_piece: string;
612
+ interval: string;
613
+ piece_label: string;
612
614
  };
613
615
  bar_width: string;
614
616
  bar_height: string;