@devtable/dashboard 14.38.5 → 14.39.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
@@ -284,6 +284,9 @@ export declare const en: {
284
284
  page_size: string;
285
285
  total: string;
286
286
  total_rows: string;
287
+ to_previous_page: string;
288
+ to_next_page: string;
289
+ showing_rows: string;
287
290
  };
288
291
  align: {
289
292
  horizontal: {
package/dist/i18n/zh.d.ts CHANGED
@@ -284,6 +284,9 @@ export declare const zh: {
284
284
  page_size: string;
285
285
  total: string;
286
286
  total_rows: string;
287
+ to_previous_page: string;
288
+ to_next_page: string;
289
+ showing_rows: string;
287
290
  };
288
291
  align: {
289
292
  horizontal: {