@devtable/dashboard 14.5.0 → 14.6.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
@@ -619,6 +619,14 @@ export declare const en: {
619
619
  echarts_based_charts: string;
620
620
  others: string;
621
621
  };
622
+ series_order: {
623
+ label: string;
624
+ name: string;
625
+ value: string;
626
+ raw: string;
627
+ asc: string;
628
+ desc: string;
629
+ };
622
630
  label: {
623
631
  label: string;
624
632
  label_full: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -619,6 +619,14 @@ export declare const zh: {
619
619
  echarts_based_charts: string;
620
620
  others: string;
621
621
  };
622
+ series_order: {
623
+ label: string;
624
+ name: string;
625
+ value: string;
626
+ raw: string;
627
+ asc: string;
628
+ desc: string;
629
+ };
622
630
  label: {
623
631
  label: string;
624
632
  label_full: string;