@inno_user/inno_clouds_lib 9.5.1 → 9.5.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.
@@ -259,6 +259,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
259
259
  healthData: Ref<IHealthData | undefined, IHealthData | undefined>;
260
260
  displayCards: Ref<any[], any[]>;
261
261
  isOrderTypeSubmited: Ref<boolean, boolean>;
262
+ cartBasketBumpKey: Ref<number, number>;
262
263
  removeFromLocalStorage: (elements: any[]) => void;
263
264
  setKioskTimeout: <H extends number | string>(timeout: H) => void;
264
265
  setBonus: (value: number) => void;
@@ -271,7 +272,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
271
272
  updateCartInLocalStorage: () => void;
272
273
  makeProductFullyReactive: (item: any) => IProduct;
273
274
  checkHeartbeatApp: (id: any) => void;
274
- }, "openApiKey" | "kiosk_timeout" | "cartProducts_lib" | "activeScrolling_lib" | "config_lib" | "is_notification_lib" | "notificationData_lib" | "xApiKey_lib" | "countBonus" | "toggleDrum" | "is_showApiKey" | "kiosk_FirstTimeout" | "is_OpenLoyal" | "profile" | "is_18_above_content" | "is18Allowed" | "healthState" | "healthData" | "displayCards" | "isOrderTypeSubmited">, Pick<{
275
+ }, "openApiKey" | "kiosk_timeout" | "cartProducts_lib" | "activeScrolling_lib" | "config_lib" | "is_notification_lib" | "notificationData_lib" | "xApiKey_lib" | "countBonus" | "toggleDrum" | "is_showApiKey" | "kiosk_FirstTimeout" | "is_OpenLoyal" | "profile" | "is_18_above_content" | "is18Allowed" | "healthState" | "healthData" | "displayCards" | "isOrderTypeSubmited" | "cartBasketBumpKey">, Pick<{
275
276
  cartProducts_lib: Ref<{
276
277
  id: string;
277
278
  idSystem: string;
@@ -528,6 +529,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
528
529
  healthData: Ref<IHealthData | undefined, IHealthData | undefined>;
529
530
  displayCards: Ref<any[], any[]>;
530
531
  isOrderTypeSubmited: Ref<boolean, boolean>;
532
+ cartBasketBumpKey: Ref<number, number>;
531
533
  removeFromLocalStorage: (elements: any[]) => void;
532
534
  setKioskTimeout: <H extends number | string>(timeout: H) => void;
533
535
  setBonus: (value: number) => void;
@@ -797,6 +799,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
797
799
  healthData: Ref<IHealthData | undefined, IHealthData | undefined>;
798
800
  displayCards: Ref<any[], any[]>;
799
801
  isOrderTypeSubmited: Ref<boolean, boolean>;
802
+ cartBasketBumpKey: Ref<number, number>;
800
803
  removeFromLocalStorage: (elements: any[]) => void;
801
804
  setKioskTimeout: <H extends number | string>(timeout: H) => void;
802
805
  setBonus: (value: number) => void;
@@ -70,6 +70,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
70
70
  dish_cart_mod_choice_text: string | null;
71
71
  qr_show_modifiers_in_cart: boolean | null;
72
72
  kiosk_show_modifiers_in_cart: boolean | null;
73
+ use_product_media_in_group_splash: boolean | null;
73
74
  }, ITheme | {
74
75
  id: string;
75
76
  created_at: string | null;
@@ -138,6 +139,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
138
139
  dish_cart_mod_choice_text: string | null;
139
140
  qr_show_modifiers_in_cart: boolean | null;
140
141
  kiosk_show_modifiers_in_cart: boolean | null;
142
+ use_product_media_in_group_splash: boolean | null;
141
143
  }>;
142
144
  updateColor: (data: ITheme) => Promise<{
143
145
  id: string;
@@ -207,6 +209,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
207
209
  dish_cart_mod_choice_text: string | null;
208
210
  qr_show_modifiers_in_cart: boolean | null;
209
211
  kiosk_show_modifiers_in_cart: boolean | null;
212
+ use_product_media_in_group_splash: boolean | null;
210
213
  } | undefined>;
211
214
  }, "itemThemes">, Pick<{
212
215
  itemThemes: Ref<{
@@ -277,6 +280,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
277
280
  dish_cart_mod_choice_text: string | null;
278
281
  qr_show_modifiers_in_cart: boolean | null;
279
282
  kiosk_show_modifiers_in_cart: boolean | null;
283
+ use_product_media_in_group_splash: boolean | null;
280
284
  }, ITheme | {
281
285
  id: string;
282
286
  created_at: string | null;
@@ -345,6 +349,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
345
349
  dish_cart_mod_choice_text: string | null;
346
350
  qr_show_modifiers_in_cart: boolean | null;
347
351
  kiosk_show_modifiers_in_cart: boolean | null;
352
+ use_product_media_in_group_splash: boolean | null;
348
353
  }>;
349
354
  updateColor: (data: ITheme) => Promise<{
350
355
  id: string;
@@ -414,6 +419,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
414
419
  dish_cart_mod_choice_text: string | null;
415
420
  qr_show_modifiers_in_cart: boolean | null;
416
421
  kiosk_show_modifiers_in_cart: boolean | null;
422
+ use_product_media_in_group_splash: boolean | null;
417
423
  } | undefined>;
418
424
  }, never>, Pick<{
419
425
  itemThemes: Ref<{
@@ -484,6 +490,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
484
490
  dish_cart_mod_choice_text: string | null;
485
491
  qr_show_modifiers_in_cart: boolean | null;
486
492
  kiosk_show_modifiers_in_cart: boolean | null;
493
+ use_product_media_in_group_splash: boolean | null;
487
494
  }, ITheme | {
488
495
  id: string;
489
496
  created_at: string | null;
@@ -552,6 +559,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
552
559
  dish_cart_mod_choice_text: string | null;
553
560
  qr_show_modifiers_in_cart: boolean | null;
554
561
  kiosk_show_modifiers_in_cart: boolean | null;
562
+ use_product_media_in_group_splash: boolean | null;
555
563
  }>;
556
564
  updateColor: (data: ITheme) => Promise<{
557
565
  id: string;
@@ -621,5 +629,6 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
621
629
  dish_cart_mod_choice_text: string | null;
622
630
  qr_show_modifiers_in_cart: boolean | null;
623
631
  kiosk_show_modifiers_in_cart: boolean | null;
632
+ use_product_media_in_group_splash: boolean | null;
624
633
  } | undefined>;
625
634
  }, "updateColor">>;
@@ -51,6 +51,7 @@ export interface ITheme {
51
51
  dish_cart_mod_choice_text: string | null;
52
52
  qr_show_modifiers_in_cart: boolean | null;
53
53
  kiosk_show_modifiers_in_cart: boolean | null;
54
+ use_product_media_in_group_splash: boolean | null;
54
55
  }
55
56
  interface IComment {
56
57
  kiosk_comment_field_name?: string;
@@ -13,5 +13,6 @@ type __VLS_Props = {
13
13
  declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
14
14
  stickerLoyality: HTMLDivElement;
15
15
  commentEl: HTMLTextAreaElement;
16
+ cartCardsEl: HTMLDivElement;
16
17
  }, any>;
17
18
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inno_user/inno_clouds_lib",
3
3
  "private": false,
4
- "version": "9.5.1",
4
+ "version": "9.5.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"