@hotelinking/ui 16.45.5 → 16.45.6
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.cjs +1 -1
- package/dist/ui.d.ts +2 -0
- package/dist/ui.es.js +101 -101
- package/package.json +1 -1
package/dist/ui.d.ts
CHANGED
|
@@ -1657,6 +1657,8 @@ export declare interface UiTableEventsInterface {
|
|
|
1657
1657
|
index: number;
|
|
1658
1658
|
hidden: boolean;
|
|
1659
1659
|
}): void;
|
|
1660
|
+
/** emitted when deselect all items is clicked */
|
|
1661
|
+
(e: "deselectAllItems"): void;
|
|
1660
1662
|
}
|
|
1661
1663
|
|
|
1662
1664
|
export declare interface UiTableInterface {
|