@devtable/dashboard 14.48.0 → 14.49.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
@@ -177,6 +177,9 @@ export declare const en: {
177
177
  add: string;
178
178
  delete: string;
179
179
  download_schema: string;
180
+ layout: {
181
+ drag_to_move: string;
182
+ };
180
183
  component: {
181
184
  div: {
182
185
  label: string;
package/dist/i18n/zh.d.ts CHANGED
@@ -177,6 +177,9 @@ export declare const zh: {
177
177
  add: string;
178
178
  delete: string;
179
179
  download_schema: string;
180
+ layout: {
181
+ drag_to_move: string;
182
+ };
180
183
  component: {
181
184
  div: {
182
185
  label: string;