@devtable/dashboard 13.25.0 → 13.27.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
@@ -297,6 +297,7 @@ export declare const en: {
297
297
  reset_to_default: string;
298
298
  init_with_default: string;
299
299
  select_all: string;
300
+ clear: string;
300
301
  clear_selection: string;
301
302
  refresh: string;
302
303
  download_data: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -297,6 +297,7 @@ export declare const zh: {
297
297
  reset_to_default: string;
298
298
  init_with_default: string;
299
299
  select_all: string;
300
+ clear: string;
300
301
  clear_selection: string;
301
302
  refresh: string;
302
303
  download_data: string;