@a2simcode/ui 0.0.283 → 0.0.285

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.
@@ -191,7 +191,9 @@ declare const JTable: {
191
191
  }) => any) | undefined;
192
192
  }>, {
193
193
  getInstance: () => any;
194
- setRecords: (records: Record<string, any>[]) => void;
194
+ setRecords: (records: Record<string, any>[], options?: {
195
+ skipSelectState?: boolean;
196
+ }) => void;
195
197
  getRecords: () => any;
196
198
  getSelection: () => any[];
197
199
  setSelection: (records: any[]) => void;
@@ -471,7 +473,9 @@ declare const JTable: {
471
473
  }) => any) | undefined;
472
474
  }>, {
473
475
  getInstance: () => any;
474
- setRecords: (records: Record<string, any>[]) => void;
476
+ setRecords: (records: Record<string, any>[], options?: {
477
+ skipSelectState?: boolean;
478
+ }) => void;
475
479
  getRecords: () => any;
476
480
  getSelection: () => any[];
477
481
  setSelection: (records: any[]) => void;
@@ -721,7 +725,9 @@ declare const JTable: {
721
725
  }) => any) | undefined;
722
726
  }>, {
723
727
  getInstance: () => any;
724
- setRecords: (records: Record<string, any>[]) => void;
728
+ setRecords: (records: Record<string, any>[], options?: {
729
+ skipSelectState?: boolean;
730
+ }) => void;
725
731
  getRecords: () => any;
726
732
  getSelection: () => any[];
727
733
  setSelection: (records: any[]) => void;
@@ -281,7 +281,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
281
281
  };
282
282
  }>, {
283
283
  getInstance: () => any;
284
- setRecords: (records: Record<string, any>[]) => void;
284
+ setRecords: (records: Record<string, any>[], options?: {
285
+ skipSelectState?: boolean;
286
+ }) => void;
285
287
  getRecords: () => any;
286
288
  getSelection: () => any[];
287
289
  setSelection: (records: any[]) => void;