@hotelinking/ui 14.48.5 → 14.48.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.d.ts CHANGED
@@ -757,7 +757,11 @@ export declare type UiDropdownItemType = {
757
757
  active?: boolean;
758
758
  };
759
759
 
760
- export declare const uiDynamicStats: DefineComponent<UiDynamicStatsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<UiDynamicStatsInterface> & Readonly<{}>, {
760
+ export declare const uiDynamicStats: DefineComponent<UiDynamicStatsInterface, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
761
+ statClick: (id: string) => any;
762
+ }, string, PublicProps, Readonly<UiDynamicStatsInterface> & Readonly<{
763
+ onStatClick?: ((id: string) => any) | undefined;
764
+ }>, {
761
765
  loading: boolean;
762
766
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
763
767