@a2simcode/ui 0.0.266 → 0.0.269

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.
@@ -187,7 +187,7 @@ declare const JTablePanel: {
187
187
  }>, {
188
188
  refreshData: (queryParam?: Record<string, any>) => Promise<void>;
189
189
  resetData: () => Promise<void>;
190
- getSelection: () => Record<string, any>[];
190
+ getSelection: () => any;
191
191
  setSelection: (records: any[]) => void;
192
192
  clearSelection: () => void;
193
193
  getTableRef: () => any;
@@ -645,7 +645,7 @@ declare const JTablePanel: {
645
645
  }>, {
646
646
  refreshData: (queryParam?: Record<string, any>) => Promise<void>;
647
647
  resetData: () => Promise<void>;
648
- getSelection: () => Record<string, any>[];
648
+ getSelection: () => any;
649
649
  setSelection: (records: any[]) => void;
650
650
  clearSelection: () => void;
651
651
  getTableRef: () => any;
@@ -894,7 +894,7 @@ declare const JTablePanel: {
894
894
  }>, {
895
895
  refreshData: (queryParam?: Record<string, any>) => Promise<void>;
896
896
  resetData: () => Promise<void>;
897
- getSelection: () => Record<string, any>[];
897
+ getSelection: () => any;
898
898
  setSelection: (records: any[]) => void;
899
899
  clearSelection: () => void;
900
900
  getTableRef: () => any;
@@ -329,7 +329,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
329
329
  }>, {
330
330
  refreshData: (queryParam?: Record<string, any>) => Promise<void>;
331
331
  resetData: () => Promise<void>;
332
- getSelection: () => Record<string, any>[];
332
+ getSelection: () => any;
333
333
  setSelection: (records: any[]) => void;
334
334
  clearSelection: () => void;
335
335
  getTableRef: () => any;