@devtable/dashboard 12.8.0 → 12.10.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
@@ -126,6 +126,17 @@ export declare const en: {
126
126
  y: string;
127
127
  };
128
128
  };
129
+ this_so_far: {
130
+ label: string;
131
+ w: string;
132
+ m: string;
133
+ y: string;
134
+ full: {
135
+ w: string;
136
+ m: string;
137
+ y: string;
138
+ };
139
+ };
129
140
  };
130
141
  };
131
142
  };
@@ -419,6 +430,9 @@ export declare const en: {
419
430
  green: string;
420
431
  blue: string;
421
432
  orange: string;
433
+ mapping: {
434
+ value_input_label: string;
435
+ };
422
436
  };
423
437
  };
424
438
  };
package/dist/i18n/zh.d.ts CHANGED
@@ -126,6 +126,17 @@ export declare const zh: {
126
126
  y: string;
127
127
  };
128
128
  };
129
+ this_so_far: {
130
+ label: string;
131
+ w: string;
132
+ m: string;
133
+ y: string;
134
+ full: {
135
+ w: string;
136
+ m: string;
137
+ y: string;
138
+ };
139
+ };
129
140
  };
130
141
  };
131
142
  };
@@ -419,6 +430,9 @@ export declare const zh: {
419
430
  green: string;
420
431
  blue: string;
421
432
  orange: string;
433
+ mapping: {
434
+ value_input_label: string;
435
+ };
422
436
  };
423
437
  };
424
438
  };