@devtable/dashboard 14.19.4 → 14.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/i18n/en.d.ts CHANGED
@@ -881,6 +881,9 @@ export declare const en: {
881
881
  value_max: string;
882
882
  behavior: string;
883
883
  visible: string;
884
+ mirror: {
885
+ label: string;
886
+ };
884
887
  };
885
888
  stats: {
886
889
  label: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -881,6 +881,9 @@ export declare const zh: {
881
881
  value_max: string;
882
882
  behavior: string;
883
883
  visible: string;
884
+ mirror: {
885
+ label: string;
886
+ };
884
887
  };
885
888
  stats: {
886
889
  label: string;