dolphin-components 3.1.11 → 3.1.13

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/index.d.ts CHANGED
@@ -365,6 +365,7 @@ reInitializeTabulator: () => void;
365
365
  print: () => void;
366
366
  exportTable: () => void;
367
367
  getSelectedData: () => any[];
368
+ updateSelectedRow: (rows: any[]) => void;
368
369
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
369
370
  [x: string]: never;
370
371
  }, string, PublicProps, Readonly<TabulatorProps> & Readonly<{
@@ -392,7 +393,6 @@ enableFooterPrint: boolean;
392
393
  enableHeaderBlock: boolean;
393
394
  enableFooterBlock: boolean;
394
395
  enableSelectable: boolean;
395
- selectedRows: any[];
396
396
  disableFooter: boolean;
397
397
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
398
398
 
@@ -453,7 +453,6 @@ export declare interface TabulatorProps {
453
453
  enableHeaderBlock?: boolean;
454
454
  enableFooterBlock?: boolean;
455
455
  enableSelectable?: boolean;
456
- selectedRows?: any[];
457
456
  disableFooter?: boolean;
458
457
  }
459
458
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dolphin-components",
3
3
  "private": false,
4
- "version": "3.1.11",
4
+ "version": "3.1.13",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",