@devtable/dashboard 14.57.3 → 14.57.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
@@ -328,6 +328,7 @@ export declare const en: {
328
328
  max: string;
329
329
  invalid: string;
330
330
  data_field: string;
331
+ id_field: string;
331
332
  name_data_field: string;
332
333
  value_data_field: string;
333
334
  color_data_field: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -328,6 +328,7 @@ export declare const zh: {
328
328
  max: string;
329
329
  invalid: string;
330
330
  data_field: string;
331
+ id_field: string;
331
332
  name_data_field: string;
332
333
  value_data_field: string;
333
334
  color_data_field: string;