g-ui-web 1.3.45 → 1.3.47

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.
@@ -131,6 +131,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
131
131
  onSortChange?: ((...args: any[]) => any) | undefined;
132
132
  onEditRow?: ((...args: any[]) => any) | undefined;
133
133
  }>, {
134
+ tableColumns: unknown[];
134
135
  description: string;
135
136
  dbOptions: Record<string, any>;
136
137
  height: string | number;
@@ -140,7 +141,6 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
140
141
  rowClassName: unknown[];
141
142
  showOverflowTooltip: boolean;
142
143
  mergeFields: unknown[];
143
- tableColumns: unknown[];
144
144
  showDraggable: boolean;
145
145
  minColumnWidth: number;
146
146
  actionBtns: unknown[];