prlg-ui 1.8.83 → 1.8.84

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
@@ -172,6 +172,7 @@ index: number;
172
172
  "onUpdate:perPage"?: ((value: number) => any) | undefined;
173
173
  "onUpdate:selectedRows"?: ((value: DataItem | DataItem[]) => any) | undefined;
174
174
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
175
+ tableRef: HTMLTableElement;
175
176
  tableBodyRef: CreateComponentPublicInstanceWithMixins<Readonly<TableBodyProps> & Readonly<{
176
177
  onToggleRow?: ((value: DataItem) => any) | undefined;
177
178
  onRowClickHandler?: ((value: {
@@ -714,6 +715,7 @@ declare function __VLS_template_2(): {
714
715
  attrs: Partial<{}>;
715
716
  slots: Readonly<TableSlots> & TableSlots;
716
717
  refs: {
718
+ tableRef: HTMLTableElement;
717
719
  tableBodyRef: CreateComponentPublicInstanceWithMixins<Readonly<TableBodyProps> & Readonly<{
718
720
  onToggleRow?: ((value: DataItem) => any) | undefined;
719
721
  onRowClickHandler?: ((value: {