@hotelinking/ui 8.40.1 → 8.40.3

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.
@@ -3,10 +3,12 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
3
3
  loading: boolean;
4
4
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  sideBarClick: (...args: any[]) => void;
6
+ productBarClick: (...args: any[]) => void;
6
7
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<UiSidebarInterface>, {
7
8
  loading: boolean;
8
9
  }>>> & {
9
10
  onSideBarClick?: ((...args: any[]) => any) | undefined;
11
+ onProductBarClick?: ((...args: any[]) => any) | undefined;
10
12
  }, {
11
13
  loading: boolean;
12
14
  }, {}>;
@@ -484,6 +484,7 @@ export interface UiWrapperInterface {
484
484
  profileMenu?: {
485
485
  name: string;
486
486
  id: string;
487
+ current?: boolean;
487
488
  }[];
488
489
  selectItems: SelectItemType[];
489
490
  selectedItem: SelectItemType;