@hotelinking/ui 16.45.3 → 16.45.5

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/ui.d.ts CHANGED
@@ -1608,7 +1608,10 @@ export declare const uiTable: DefineComponent<UiTableInterface, {}, {}, {}, {},
1608
1608
  loading: boolean;
1609
1609
  resetSelected: boolean;
1610
1610
  orderDirection: "desc" | "asc";
1611
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1611
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
1612
+ tableWrapper: HTMLDivElement;
1613
+ tableScrollContainer: HTMLDivElement;
1614
+ }, any>;
1612
1615
 
1613
1616
  export declare interface UiTableEventsInterface {
1614
1617
  /** if table action is clicked, emits selected rows ids */