prlg-ui 1.8.107 → 1.8.108

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
@@ -157,12 +157,12 @@ declare const __VLS_component_19: DefineComponent<__VLS_Props_30, {}, {}, {}, {}
157
157
  declare const __VLS_component_2: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
158
158
  "update:currentPage": (value: number) => any;
159
159
  "update:perPage": (value: number) => any;
160
+ "update:selectedRows": (value: DataItem | DataItem[]) => any;
160
161
  } & {
161
162
  rowClickHandler: (value: {
162
163
  data: any;
163
164
  index: number;
164
165
  }) => any;
165
- "update:selectedRows": (value: DataItem | DataItem[]) => any;
166
166
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
167
167
  onRowClickHandler?: ((value: {
168
168
  data: any;
@@ -505,6 +505,7 @@ declare type __VLS_Props_9 = Props;
505
505
  declare type __VLS_PublicProps = {
506
506
  "currentPage"?: number;
507
507
  "perPage"?: number;
508
+ 'selectedRows'?: DataItem[] | DataItem;
508
509
  } & __VLS_Props_2;
509
510
 
510
511
  declare type __VLS_PublicProps_10 = {
@@ -1868,8 +1869,6 @@ declare type TableProps = {
1868
1869
  theme?: 'default';
1869
1870
  /** Данные */
1870
1871
  data: DataItem[];
1871
- /** Выбранные строки */
1872
- selectedRows?: DataItem[];
1873
1872
  /** Размер таблицы */
1874
1873
  size?: TableSize;
1875
1874
  /** Поля для сортировки */