@inno_user/inno_clouds_lib 9.2.0 → 9.2.2
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/@inno_user/inno_clouds_lib.css +1 -1
- package/dist/@inno_user/inno_clouds_lib.es.js +1859 -1847
- package/dist/@inno_user/inno_clouds_lib.umd.js +4 -4
- package/dist/components/cardReader/CardReader.vue.d.ts +0 -1
- package/dist/store/card.d.ts +90 -0
- package/dist/store/main.d.ts +24 -0
- package/dist/store/theme.d.ts +18 -0
- package/dist/types/iCardProduct.d.ts +3 -0
- package/dist/types/iTheme.d.ts +2 -0
- package/package.json +1 -1
package/dist/store/main.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
51
51
|
price?: number | undefined;
|
|
52
52
|
} | null | undefined;
|
|
53
53
|
is_fake?: boolean | undefined;
|
|
54
|
+
is_od_united_product?: boolean | undefined;
|
|
54
55
|
}[];
|
|
55
56
|
group_modifiers: {
|
|
56
57
|
id: string;
|
|
@@ -90,8 +91,10 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
90
91
|
price?: number | undefined;
|
|
91
92
|
} | null | undefined;
|
|
92
93
|
is_fake?: boolean | undefined;
|
|
94
|
+
is_od_united_product?: boolean | undefined;
|
|
93
95
|
}[];
|
|
94
96
|
is_fake?: boolean | undefined;
|
|
97
|
+
is_od_united_product?: boolean | undefined;
|
|
95
98
|
}[];
|
|
96
99
|
energy_amount?: number | undefined;
|
|
97
100
|
proteins_amount?: number | undefined;
|
|
@@ -108,6 +111,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
108
111
|
show_recommendations: boolean;
|
|
109
112
|
adult?: boolean | undefined;
|
|
110
113
|
is_fake?: boolean | undefined;
|
|
114
|
+
is_od_united_product?: boolean | undefined;
|
|
111
115
|
}[], IProduct[] | {
|
|
112
116
|
id: string;
|
|
113
117
|
idSystem: string;
|
|
@@ -157,6 +161,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
157
161
|
price?: number | undefined;
|
|
158
162
|
} | null | undefined;
|
|
159
163
|
is_fake?: boolean | undefined;
|
|
164
|
+
is_od_united_product?: boolean | undefined;
|
|
160
165
|
}[];
|
|
161
166
|
group_modifiers: {
|
|
162
167
|
id: string;
|
|
@@ -196,8 +201,10 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
196
201
|
price?: number | undefined;
|
|
197
202
|
} | null | undefined;
|
|
198
203
|
is_fake?: boolean | undefined;
|
|
204
|
+
is_od_united_product?: boolean | undefined;
|
|
199
205
|
}[];
|
|
200
206
|
is_fake?: boolean | undefined;
|
|
207
|
+
is_od_united_product?: boolean | undefined;
|
|
201
208
|
}[];
|
|
202
209
|
energy_amount?: number | undefined;
|
|
203
210
|
proteins_amount?: number | undefined;
|
|
@@ -214,6 +221,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
214
221
|
show_recommendations: boolean;
|
|
215
222
|
adult?: boolean | undefined;
|
|
216
223
|
is_fake?: boolean | undefined;
|
|
224
|
+
is_od_united_product?: boolean | undefined;
|
|
217
225
|
}[]>;
|
|
218
226
|
activeScrolling_lib: Ref<HTMLElement[], HTMLElement[]>;
|
|
219
227
|
config_lib: Ref<any, any>;
|
|
@@ -308,6 +316,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
308
316
|
price?: number | undefined;
|
|
309
317
|
} | null | undefined;
|
|
310
318
|
is_fake?: boolean | undefined;
|
|
319
|
+
is_od_united_product?: boolean | undefined;
|
|
311
320
|
}[];
|
|
312
321
|
group_modifiers: {
|
|
313
322
|
id: string;
|
|
@@ -347,8 +356,10 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
347
356
|
price?: number | undefined;
|
|
348
357
|
} | null | undefined;
|
|
349
358
|
is_fake?: boolean | undefined;
|
|
359
|
+
is_od_united_product?: boolean | undefined;
|
|
350
360
|
}[];
|
|
351
361
|
is_fake?: boolean | undefined;
|
|
362
|
+
is_od_united_product?: boolean | undefined;
|
|
352
363
|
}[];
|
|
353
364
|
energy_amount?: number | undefined;
|
|
354
365
|
proteins_amount?: number | undefined;
|
|
@@ -365,6 +376,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
365
376
|
show_recommendations: boolean;
|
|
366
377
|
adult?: boolean | undefined;
|
|
367
378
|
is_fake?: boolean | undefined;
|
|
379
|
+
is_od_united_product?: boolean | undefined;
|
|
368
380
|
}[], IProduct[] | {
|
|
369
381
|
id: string;
|
|
370
382
|
idSystem: string;
|
|
@@ -414,6 +426,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
414
426
|
price?: number | undefined;
|
|
415
427
|
} | null | undefined;
|
|
416
428
|
is_fake?: boolean | undefined;
|
|
429
|
+
is_od_united_product?: boolean | undefined;
|
|
417
430
|
}[];
|
|
418
431
|
group_modifiers: {
|
|
419
432
|
id: string;
|
|
@@ -453,8 +466,10 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
453
466
|
price?: number | undefined;
|
|
454
467
|
} | null | undefined;
|
|
455
468
|
is_fake?: boolean | undefined;
|
|
469
|
+
is_od_united_product?: boolean | undefined;
|
|
456
470
|
}[];
|
|
457
471
|
is_fake?: boolean | undefined;
|
|
472
|
+
is_od_united_product?: boolean | undefined;
|
|
458
473
|
}[];
|
|
459
474
|
energy_amount?: number | undefined;
|
|
460
475
|
proteins_amount?: number | undefined;
|
|
@@ -471,6 +486,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
471
486
|
show_recommendations: boolean;
|
|
472
487
|
adult?: boolean | undefined;
|
|
473
488
|
is_fake?: boolean | undefined;
|
|
489
|
+
is_od_united_product?: boolean | undefined;
|
|
474
490
|
}[]>;
|
|
475
491
|
activeScrolling_lib: Ref<HTMLElement[], HTMLElement[]>;
|
|
476
492
|
config_lib: Ref<any, any>;
|
|
@@ -565,6 +581,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
565
581
|
price?: number | undefined;
|
|
566
582
|
} | null | undefined;
|
|
567
583
|
is_fake?: boolean | undefined;
|
|
584
|
+
is_od_united_product?: boolean | undefined;
|
|
568
585
|
}[];
|
|
569
586
|
group_modifiers: {
|
|
570
587
|
id: string;
|
|
@@ -604,8 +621,10 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
604
621
|
price?: number | undefined;
|
|
605
622
|
} | null | undefined;
|
|
606
623
|
is_fake?: boolean | undefined;
|
|
624
|
+
is_od_united_product?: boolean | undefined;
|
|
607
625
|
}[];
|
|
608
626
|
is_fake?: boolean | undefined;
|
|
627
|
+
is_od_united_product?: boolean | undefined;
|
|
609
628
|
}[];
|
|
610
629
|
energy_amount?: number | undefined;
|
|
611
630
|
proteins_amount?: number | undefined;
|
|
@@ -622,6 +641,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
622
641
|
show_recommendations: boolean;
|
|
623
642
|
adult?: boolean | undefined;
|
|
624
643
|
is_fake?: boolean | undefined;
|
|
644
|
+
is_od_united_product?: boolean | undefined;
|
|
625
645
|
}[], IProduct[] | {
|
|
626
646
|
id: string;
|
|
627
647
|
idSystem: string;
|
|
@@ -671,6 +691,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
671
691
|
price?: number | undefined;
|
|
672
692
|
} | null | undefined;
|
|
673
693
|
is_fake?: boolean | undefined;
|
|
694
|
+
is_od_united_product?: boolean | undefined;
|
|
674
695
|
}[];
|
|
675
696
|
group_modifiers: {
|
|
676
697
|
id: string;
|
|
@@ -710,8 +731,10 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
710
731
|
price?: number | undefined;
|
|
711
732
|
} | null | undefined;
|
|
712
733
|
is_fake?: boolean | undefined;
|
|
734
|
+
is_od_united_product?: boolean | undefined;
|
|
713
735
|
}[];
|
|
714
736
|
is_fake?: boolean | undefined;
|
|
737
|
+
is_od_united_product?: boolean | undefined;
|
|
715
738
|
}[];
|
|
716
739
|
energy_amount?: number | undefined;
|
|
717
740
|
proteins_amount?: number | undefined;
|
|
@@ -728,6 +751,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
728
751
|
show_recommendations: boolean;
|
|
729
752
|
adult?: boolean | undefined;
|
|
730
753
|
is_fake?: boolean | undefined;
|
|
754
|
+
is_od_united_product?: boolean | undefined;
|
|
731
755
|
}[]>;
|
|
732
756
|
activeScrolling_lib: Ref<HTMLElement[], HTMLElement[]>;
|
|
733
757
|
config_lib: Ref<any, any>;
|
package/dist/store/theme.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
11
11
|
accent_light_color: string | null;
|
|
12
12
|
accent_dark_color: string | null;
|
|
13
13
|
bg_button_color: string | null;
|
|
14
|
+
bonuses_button_name?: string | undefined;
|
|
14
15
|
inactive_button_color: string | null;
|
|
15
16
|
cards_color: string | null;
|
|
16
17
|
text_color: string | null;
|
|
@@ -51,6 +52,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
51
52
|
qr_comment_field_placeholder?: string | undefined;
|
|
52
53
|
qr_show_order_comment?: boolean | undefined;
|
|
53
54
|
} | null;
|
|
55
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
54
56
|
}, ITheme | {
|
|
55
57
|
id: string;
|
|
56
58
|
created_at: string | null;
|
|
@@ -60,6 +62,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
60
62
|
accent_light_color: string | null;
|
|
61
63
|
accent_dark_color: string | null;
|
|
62
64
|
bg_button_color: string | null;
|
|
65
|
+
bonuses_button_name?: string | undefined;
|
|
63
66
|
inactive_button_color: string | null;
|
|
64
67
|
cards_color: string | null;
|
|
65
68
|
text_color: string | null;
|
|
@@ -100,6 +103,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
100
103
|
qr_comment_field_placeholder?: string | undefined;
|
|
101
104
|
qr_show_order_comment?: boolean | undefined;
|
|
102
105
|
} | null;
|
|
106
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
103
107
|
}>;
|
|
104
108
|
updateColor: (data: ITheme) => Promise<{
|
|
105
109
|
id: string;
|
|
@@ -110,6 +114,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
110
114
|
accent_light_color: string | null;
|
|
111
115
|
accent_dark_color: string | null;
|
|
112
116
|
bg_button_color: string | null;
|
|
117
|
+
bonuses_button_name?: string | undefined;
|
|
113
118
|
inactive_button_color: string | null;
|
|
114
119
|
cards_color: string | null;
|
|
115
120
|
text_color: string | null;
|
|
@@ -150,6 +155,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
150
155
|
qr_comment_field_placeholder?: string | undefined;
|
|
151
156
|
qr_show_order_comment?: boolean | undefined;
|
|
152
157
|
} | null;
|
|
158
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
153
159
|
} | undefined>;
|
|
154
160
|
}, "itemThemes">, Pick<{
|
|
155
161
|
itemThemes: Ref<{
|
|
@@ -161,6 +167,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
161
167
|
accent_light_color: string | null;
|
|
162
168
|
accent_dark_color: string | null;
|
|
163
169
|
bg_button_color: string | null;
|
|
170
|
+
bonuses_button_name?: string | undefined;
|
|
164
171
|
inactive_button_color: string | null;
|
|
165
172
|
cards_color: string | null;
|
|
166
173
|
text_color: string | null;
|
|
@@ -201,6 +208,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
201
208
|
qr_comment_field_placeholder?: string | undefined;
|
|
202
209
|
qr_show_order_comment?: boolean | undefined;
|
|
203
210
|
} | null;
|
|
211
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
204
212
|
}, ITheme | {
|
|
205
213
|
id: string;
|
|
206
214
|
created_at: string | null;
|
|
@@ -210,6 +218,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
210
218
|
accent_light_color: string | null;
|
|
211
219
|
accent_dark_color: string | null;
|
|
212
220
|
bg_button_color: string | null;
|
|
221
|
+
bonuses_button_name?: string | undefined;
|
|
213
222
|
inactive_button_color: string | null;
|
|
214
223
|
cards_color: string | null;
|
|
215
224
|
text_color: string | null;
|
|
@@ -250,6 +259,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
250
259
|
qr_comment_field_placeholder?: string | undefined;
|
|
251
260
|
qr_show_order_comment?: boolean | undefined;
|
|
252
261
|
} | null;
|
|
262
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
253
263
|
}>;
|
|
254
264
|
updateColor: (data: ITheme) => Promise<{
|
|
255
265
|
id: string;
|
|
@@ -260,6 +270,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
260
270
|
accent_light_color: string | null;
|
|
261
271
|
accent_dark_color: string | null;
|
|
262
272
|
bg_button_color: string | null;
|
|
273
|
+
bonuses_button_name?: string | undefined;
|
|
263
274
|
inactive_button_color: string | null;
|
|
264
275
|
cards_color: string | null;
|
|
265
276
|
text_color: string | null;
|
|
@@ -300,6 +311,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
300
311
|
qr_comment_field_placeholder?: string | undefined;
|
|
301
312
|
qr_show_order_comment?: boolean | undefined;
|
|
302
313
|
} | null;
|
|
314
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
303
315
|
} | undefined>;
|
|
304
316
|
}, never>, Pick<{
|
|
305
317
|
itemThemes: Ref<{
|
|
@@ -311,6 +323,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
311
323
|
accent_light_color: string | null;
|
|
312
324
|
accent_dark_color: string | null;
|
|
313
325
|
bg_button_color: string | null;
|
|
326
|
+
bonuses_button_name?: string | undefined;
|
|
314
327
|
inactive_button_color: string | null;
|
|
315
328
|
cards_color: string | null;
|
|
316
329
|
text_color: string | null;
|
|
@@ -351,6 +364,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
351
364
|
qr_comment_field_placeholder?: string | undefined;
|
|
352
365
|
qr_show_order_comment?: boolean | undefined;
|
|
353
366
|
} | null;
|
|
367
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
354
368
|
}, ITheme | {
|
|
355
369
|
id: string;
|
|
356
370
|
created_at: string | null;
|
|
@@ -360,6 +374,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
360
374
|
accent_light_color: string | null;
|
|
361
375
|
accent_dark_color: string | null;
|
|
362
376
|
bg_button_color: string | null;
|
|
377
|
+
bonuses_button_name?: string | undefined;
|
|
363
378
|
inactive_button_color: string | null;
|
|
364
379
|
cards_color: string | null;
|
|
365
380
|
text_color: string | null;
|
|
@@ -400,6 +415,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
400
415
|
qr_comment_field_placeholder?: string | undefined;
|
|
401
416
|
qr_show_order_comment?: boolean | undefined;
|
|
402
417
|
} | null;
|
|
418
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
403
419
|
}>;
|
|
404
420
|
updateColor: (data: ITheme) => Promise<{
|
|
405
421
|
id: string;
|
|
@@ -410,6 +426,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
410
426
|
accent_light_color: string | null;
|
|
411
427
|
accent_dark_color: string | null;
|
|
412
428
|
bg_button_color: string | null;
|
|
429
|
+
bonuses_button_name?: string | undefined;
|
|
413
430
|
inactive_button_color: string | null;
|
|
414
431
|
cards_color: string | null;
|
|
415
432
|
text_color: string | null;
|
|
@@ -450,5 +467,6 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
450
467
|
qr_comment_field_placeholder?: string | undefined;
|
|
451
468
|
qr_show_order_comment?: boolean | undefined;
|
|
452
469
|
} | null;
|
|
470
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
453
471
|
} | undefined>;
|
|
454
472
|
}, "updateColor">>;
|
|
@@ -27,6 +27,7 @@ export interface IProduct {
|
|
|
27
27
|
show_recommendations: boolean;
|
|
28
28
|
adult?: boolean;
|
|
29
29
|
is_fake?: boolean;
|
|
30
|
+
is_od_united_product?: boolean;
|
|
30
31
|
}
|
|
31
32
|
export interface ISizes {
|
|
32
33
|
id: string;
|
|
@@ -76,6 +77,7 @@ export interface ISelectModifiers {
|
|
|
76
77
|
sizes: ISizes[];
|
|
77
78
|
size?: ISizes | null;
|
|
78
79
|
is_fake?: boolean;
|
|
80
|
+
is_od_united_product?: boolean;
|
|
79
81
|
}
|
|
80
82
|
export interface IGroupModifiers {
|
|
81
83
|
id: string;
|
|
@@ -88,6 +90,7 @@ export interface IGroupModifiers {
|
|
|
88
90
|
image_link: null | string;
|
|
89
91
|
group_modifiers: ISelectModifiers[];
|
|
90
92
|
is_fake?: boolean;
|
|
93
|
+
is_od_united_product?: boolean;
|
|
91
94
|
}
|
|
92
95
|
export interface IGroupSelect extends IGroupModifiers {
|
|
93
96
|
index: number;
|
package/dist/types/iTheme.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export interface ITheme {
|
|
|
7
7
|
accent_light_color: string | null;
|
|
8
8
|
accent_dark_color: string | null;
|
|
9
9
|
bg_button_color: string | null;
|
|
10
|
+
bonuses_button_name?: string;
|
|
10
11
|
inactive_button_color: string | null;
|
|
11
12
|
cards_color: string | null;
|
|
12
13
|
text_color: string | null;
|
|
@@ -34,6 +35,7 @@ export interface ITheme {
|
|
|
34
35
|
size_picker_selected_font_size: number | null;
|
|
35
36
|
hide_discounts_calculate_button: boolean;
|
|
36
37
|
comments: IComment | null;
|
|
38
|
+
kiosk_hide_manual_input_loyalty_card: null;
|
|
37
39
|
}
|
|
38
40
|
interface IComment {
|
|
39
41
|
kiosk_comment_field_name?: string;
|