@devtable/dashboard 14.32.0 → 14.33.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/i18n/en.d.ts CHANGED
@@ -635,6 +635,14 @@ export declare const en: {
635
635
  echarts_based_charts: string;
636
636
  others: string;
637
637
  };
638
+ unit: {
639
+ title: string;
640
+ text: {
641
+ placeholder: string;
642
+ };
643
+ show_in_tooltip: string;
644
+ show_in_legend: string;
645
+ };
638
646
  series_order: {
639
647
  label: string;
640
648
  name: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -635,6 +635,14 @@ export declare const zh: {
635
635
  echarts_based_charts: string;
636
636
  others: string;
637
637
  };
638
+ unit: {
639
+ title: string;
640
+ text: {
641
+ placeholder: string;
642
+ };
643
+ show_in_tooltip: string;
644
+ show_in_legend: string;
645
+ };
638
646
  series_order: {
639
647
  label: string;
640
648
  name: string;
@@ -1,3 +1,3 @@
1
1
  import { TDashboardContent } from '../../../../types';
2
- export declare const CURRENT_SCHEMA_VERSION = "13.45.0";
2
+ export declare const CURRENT_SCHEMA_VERSION = "14.32.0";
3
3
  export declare const initialDashboardContent: TDashboardContent;