@inno_user/inno_clouds_lib 9.4.6 → 9.5.0

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.
@@ -2,12 +2,16 @@ import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps,
2
2
  declare const _default: DefineComponent<ExtractPropTypes<{
3
3
  index: NumberConstructor;
4
4
  cardItem: ObjectConstructor;
5
+ isShowModifiers: BooleanConstructor;
5
6
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6
7
  delete: (...args: any[]) => void;
7
8
  }, string, PublicProps, Readonly< ExtractPropTypes<{
8
9
  index: NumberConstructor;
9
10
  cardItem: ObjectConstructor;
11
+ isShowModifiers: BooleanConstructor;
10
12
  }>> & Readonly<{
11
13
  onDelete?: ((...args: any[]) => any) | undefined;
12
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
14
+ }>, {
15
+ isShowModifiers: boolean;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
13
17
  export default _default;
@@ -1,6 +1,5 @@
1
1
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
2
  declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
3
- slider_container: HTMLDivElement;
4
3
  sliderWrapper: HTMLDivElement;
5
- }, HTMLDivElement>;
4
+ }, any>;
6
5
  export default _default;
@@ -67,6 +67,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
67
67
  kiosk_camera_scan_loyalty_card: null;
68
68
  kiosk_hide_menu_update_notification: boolean | null;
69
69
  kiosk_proceed_to_payment_text: string | null;
70
+ dish_cart_mod_choice_text: string | null;
71
+ qr_show_modifiers_in_cart: boolean | null;
72
+ kiosk_show_modifiers_in_cart: boolean | null;
70
73
  }, ITheme | {
71
74
  id: string;
72
75
  created_at: string | null;
@@ -132,6 +135,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
132
135
  kiosk_camera_scan_loyalty_card: null;
133
136
  kiosk_hide_menu_update_notification: boolean | null;
134
137
  kiosk_proceed_to_payment_text: string | null;
138
+ dish_cart_mod_choice_text: string | null;
139
+ qr_show_modifiers_in_cart: boolean | null;
140
+ kiosk_show_modifiers_in_cart: boolean | null;
135
141
  }>;
136
142
  updateColor: (data: ITheme) => Promise<{
137
143
  id: string;
@@ -198,6 +204,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
198
204
  kiosk_camera_scan_loyalty_card: null;
199
205
  kiosk_hide_menu_update_notification: boolean | null;
200
206
  kiosk_proceed_to_payment_text: string | null;
207
+ dish_cart_mod_choice_text: string | null;
208
+ qr_show_modifiers_in_cart: boolean | null;
209
+ kiosk_show_modifiers_in_cart: boolean | null;
201
210
  } | undefined>;
202
211
  }, "itemThemes">, Pick<{
203
212
  itemThemes: Ref<{
@@ -265,6 +274,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
265
274
  kiosk_camera_scan_loyalty_card: null;
266
275
  kiosk_hide_menu_update_notification: boolean | null;
267
276
  kiosk_proceed_to_payment_text: string | null;
277
+ dish_cart_mod_choice_text: string | null;
278
+ qr_show_modifiers_in_cart: boolean | null;
279
+ kiosk_show_modifiers_in_cart: boolean | null;
268
280
  }, ITheme | {
269
281
  id: string;
270
282
  created_at: string | null;
@@ -330,6 +342,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
330
342
  kiosk_camera_scan_loyalty_card: null;
331
343
  kiosk_hide_menu_update_notification: boolean | null;
332
344
  kiosk_proceed_to_payment_text: string | null;
345
+ dish_cart_mod_choice_text: string | null;
346
+ qr_show_modifiers_in_cart: boolean | null;
347
+ kiosk_show_modifiers_in_cart: boolean | null;
333
348
  }>;
334
349
  updateColor: (data: ITheme) => Promise<{
335
350
  id: string;
@@ -396,6 +411,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
396
411
  kiosk_camera_scan_loyalty_card: null;
397
412
  kiosk_hide_menu_update_notification: boolean | null;
398
413
  kiosk_proceed_to_payment_text: string | null;
414
+ dish_cart_mod_choice_text: string | null;
415
+ qr_show_modifiers_in_cart: boolean | null;
416
+ kiosk_show_modifiers_in_cart: boolean | null;
399
417
  } | undefined>;
400
418
  }, never>, Pick<{
401
419
  itemThemes: Ref<{
@@ -463,6 +481,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
463
481
  kiosk_camera_scan_loyalty_card: null;
464
482
  kiosk_hide_menu_update_notification: boolean | null;
465
483
  kiosk_proceed_to_payment_text: string | null;
484
+ dish_cart_mod_choice_text: string | null;
485
+ qr_show_modifiers_in_cart: boolean | null;
486
+ kiosk_show_modifiers_in_cart: boolean | null;
466
487
  }, ITheme | {
467
488
  id: string;
468
489
  created_at: string | null;
@@ -528,6 +549,9 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
528
549
  kiosk_camera_scan_loyalty_card: null;
529
550
  kiosk_hide_menu_update_notification: boolean | null;
530
551
  kiosk_proceed_to_payment_text: string | null;
552
+ dish_cart_mod_choice_text: string | null;
553
+ qr_show_modifiers_in_cart: boolean | null;
554
+ kiosk_show_modifiers_in_cart: boolean | null;
531
555
  }>;
532
556
  updateColor: (data: ITheme) => Promise<{
533
557
  id: string;
@@ -594,5 +618,8 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
594
618
  kiosk_camera_scan_loyalty_card: null;
595
619
  kiosk_hide_menu_update_notification: boolean | null;
596
620
  kiosk_proceed_to_payment_text: string | null;
621
+ dish_cart_mod_choice_text: string | null;
622
+ qr_show_modifiers_in_cart: boolean | null;
623
+ kiosk_show_modifiers_in_cart: boolean | null;
597
624
  } | undefined>;
598
625
  }, "updateColor">>;
@@ -48,6 +48,9 @@ export interface ITheme {
48
48
  kiosk_camera_scan_loyalty_card: null;
49
49
  kiosk_hide_menu_update_notification: boolean | null;
50
50
  kiosk_proceed_to_payment_text: string | null;
51
+ dish_cart_mod_choice_text: string | null;
52
+ qr_show_modifiers_in_cart: boolean | null;
53
+ kiosk_show_modifiers_in_cart: boolean | null;
51
54
  }
52
55
  interface IComment {
53
56
  kiosk_comment_field_name?: string;
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.4.6",
4
+ "version": "9.5.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"