@hotelinking/ui 9.41.5 → 9.41.8

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.
@@ -1,8 +1,10 @@
1
1
  import { UiNoResultsInterface } from "../../../types";
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<UiNoResultsInterface>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
3
  action: (T: string) => void;
4
+ noResultsSelectChanged: (T: any) => void;
4
5
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<UiNoResultsInterface>>> & {
5
6
  onAction?: ((T: string) => any) | undefined;
7
+ onNoResultsSelectChanged?: ((T: any) => any) | undefined;
6
8
  }, {}, {}>;
7
9
  export default _default;
8
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -354,6 +354,8 @@ export interface UiNoResultsInterface {
354
354
  action: string;
355
355
  text: string;
356
356
  }[];
357
+ items: SelectItemType[];
358
+ select: SelectItemType;
357
359
  }
358
360
  export interface UiPaginationInterface {
359
361
  current: number;