@devtable/dashboard 13.29.3 → 13.30.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
@@ -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: {
@@ -377,6 +378,13 @@ export declare const en: {
377
378
  fallback_value: string;
378
379
  fallback_value_description: string;
379
380
  };
381
+ guide: {
382
+ text: string;
383
+ tabs: {
384
+ guide: string;
385
+ vars: string;
386
+ };
387
+ };
380
388
  };
381
389
  };
382
390
  style: {
@@ -457,6 +465,7 @@ export declare const en: {
457
465
  conditions: string;
458
466
  run_by_condition: {
459
467
  label: string;
468
+ description: string;
460
469
  unset: string;
461
470
  };
462
471
  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: {
@@ -377,6 +378,13 @@ export declare const zh: {
377
378
  fallback_value: string;
378
379
  fallback_value_description: string;
379
380
  };
381
+ guide: {
382
+ text: string;
383
+ tabs: {
384
+ guide: string;
385
+ vars: string;
386
+ };
387
+ };
380
388
  };
381
389
  };
382
390
  style: {
@@ -457,6 +465,7 @@ export declare const zh: {
457
465
  conditions: string;
458
466
  run_by_condition: {
459
467
  label: string;
468
+ description: string;
460
469
  unset: string;
461
470
  };
462
471
  re_run_condition: {