@devtable/dashboard 13.29.3 → 13.29.4

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
@@ -5,6 +5,7 @@ export declare const en: {
5
5
  labels: string;
6
6
  add: string;
7
7
  manage: string;
8
+ delete: string;
8
9
  show_filters: string;
9
10
  hide_filters: string;
10
11
  field: {
@@ -457,6 +458,7 @@ export declare const en: {
457
458
  conditions: string;
458
459
  run_by_condition: {
459
460
  label: string;
461
+ description: string;
460
462
  unset: string;
461
463
  };
462
464
  re_run_condition: {
package/dist/i18n/zh.d.ts CHANGED
@@ -5,6 +5,7 @@ export declare const zh: {
5
5
  labels: string;
6
6
  add: string;
7
7
  manage: string;
8
+ delete: string;
8
9
  show_filters: string;
9
10
  hide_filters: string;
10
11
  field: {
@@ -457,6 +458,7 @@ export declare const zh: {
457
458
  conditions: string;
458
459
  run_by_condition: {
459
460
  label: string;
461
+ description: string;
460
462
  unset: string;
461
463
  };
462
464
  re_run_condition: {