@inno_user/inno_clouds_lib 9.4.3 → 9.4.5
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 +5892 -5787
- package/dist/@inno_user/inno_clouds_lib.umd.js +16 -16
- package/dist/assets/iconsDynamic/Close.vue.d.ts +16 -2
- package/dist/semantics/cardProduct/buttonPriceCount/ButtonPriceCount.vue.d.ts +3 -1
- package/dist/semantics/cardProduct/plusModifier/PlusModifier.vue.d.ts +74 -1
- package/dist/semantics/cardProduct/sectionModifiers/SectionModifiers.vue.d.ts +3 -1
- package/dist/store/card.d.ts +290 -5
- package/dist/store/theme.d.ts +36 -0
- package/dist/types/iTheme.d.ts +4 -0
- package/dist/views/cardProductPage/CardProductPage.vue.d.ts +25 -2
- package/package.json +4 -4
package/dist/store/theme.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
16
16
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
17
17
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
18
18
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
19
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
19
20
|
inactive_button_color: string | null;
|
|
20
21
|
cards_color: string | null;
|
|
21
22
|
text_color: string | null;
|
|
@@ -48,6 +49,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
48
49
|
apply_custom_size_picker_fonts: boolean | null;
|
|
49
50
|
size_picker_unselected_font_size: number | null;
|
|
50
51
|
size_picker_selected_font_size: number | null;
|
|
52
|
+
hide_discounts_calculate_button: boolean;
|
|
51
53
|
comments: {
|
|
52
54
|
kiosk_comment_field_name?: string | undefined;
|
|
53
55
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -58,10 +60,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
58
60
|
qr_is_order_comment_required?: boolean | undefined;
|
|
59
61
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
60
62
|
} | null;
|
|
63
|
+
enable_sequential_modifiers: boolean | null;
|
|
61
64
|
pdf_return_url: boolean | null;
|
|
62
65
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
63
66
|
kiosk_camera_scan_loyalty_card: null;
|
|
64
67
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
68
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
65
69
|
}, ITheme | {
|
|
66
70
|
id: string;
|
|
67
71
|
created_at: string | null;
|
|
@@ -76,6 +80,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
76
80
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
77
81
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
78
82
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
83
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
79
84
|
inactive_button_color: string | null;
|
|
80
85
|
cards_color: string | null;
|
|
81
86
|
text_color: string | null;
|
|
@@ -108,6 +113,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
108
113
|
apply_custom_size_picker_fonts: boolean | null;
|
|
109
114
|
size_picker_unselected_font_size: number | null;
|
|
110
115
|
size_picker_selected_font_size: number | null;
|
|
116
|
+
hide_discounts_calculate_button: boolean;
|
|
111
117
|
comments: {
|
|
112
118
|
kiosk_comment_field_name?: string | undefined;
|
|
113
119
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -118,10 +124,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
118
124
|
qr_is_order_comment_required?: boolean | undefined;
|
|
119
125
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
120
126
|
} | null;
|
|
127
|
+
enable_sequential_modifiers: boolean | null;
|
|
121
128
|
pdf_return_url: boolean | null;
|
|
122
129
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
123
130
|
kiosk_camera_scan_loyalty_card: null;
|
|
124
131
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
132
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
125
133
|
}>;
|
|
126
134
|
updateColor: (data: ITheme) => Promise<{
|
|
127
135
|
id: string;
|
|
@@ -137,6 +145,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
137
145
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
138
146
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
139
147
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
148
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
140
149
|
inactive_button_color: string | null;
|
|
141
150
|
cards_color: string | null;
|
|
142
151
|
text_color: string | null;
|
|
@@ -169,6 +178,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
169
178
|
apply_custom_size_picker_fonts: boolean | null;
|
|
170
179
|
size_picker_unselected_font_size: number | null;
|
|
171
180
|
size_picker_selected_font_size: number | null;
|
|
181
|
+
hide_discounts_calculate_button: boolean;
|
|
172
182
|
comments: {
|
|
173
183
|
kiosk_comment_field_name?: string | undefined;
|
|
174
184
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -179,10 +189,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
179
189
|
qr_is_order_comment_required?: boolean | undefined;
|
|
180
190
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
181
191
|
} | null;
|
|
192
|
+
enable_sequential_modifiers: boolean | null;
|
|
182
193
|
pdf_return_url: boolean | null;
|
|
183
194
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
184
195
|
kiosk_camera_scan_loyalty_card: null;
|
|
185
196
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
197
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
186
198
|
} | undefined>;
|
|
187
199
|
}, "itemThemes">, Pick<{
|
|
188
200
|
itemThemes: Ref<{
|
|
@@ -199,6 +211,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
199
211
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
200
212
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
201
213
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
214
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
202
215
|
inactive_button_color: string | null;
|
|
203
216
|
cards_color: string | null;
|
|
204
217
|
text_color: string | null;
|
|
@@ -231,6 +244,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
231
244
|
apply_custom_size_picker_fonts: boolean | null;
|
|
232
245
|
size_picker_unselected_font_size: number | null;
|
|
233
246
|
size_picker_selected_font_size: number | null;
|
|
247
|
+
hide_discounts_calculate_button: boolean;
|
|
234
248
|
comments: {
|
|
235
249
|
kiosk_comment_field_name?: string | undefined;
|
|
236
250
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -241,10 +255,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
241
255
|
qr_is_order_comment_required?: boolean | undefined;
|
|
242
256
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
243
257
|
} | null;
|
|
258
|
+
enable_sequential_modifiers: boolean | null;
|
|
244
259
|
pdf_return_url: boolean | null;
|
|
245
260
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
246
261
|
kiosk_camera_scan_loyalty_card: null;
|
|
247
262
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
263
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
248
264
|
}, ITheme | {
|
|
249
265
|
id: string;
|
|
250
266
|
created_at: string | null;
|
|
@@ -259,6 +275,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
259
275
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
260
276
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
261
277
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
278
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
262
279
|
inactive_button_color: string | null;
|
|
263
280
|
cards_color: string | null;
|
|
264
281
|
text_color: string | null;
|
|
@@ -291,6 +308,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
291
308
|
apply_custom_size_picker_fonts: boolean | null;
|
|
292
309
|
size_picker_unselected_font_size: number | null;
|
|
293
310
|
size_picker_selected_font_size: number | null;
|
|
311
|
+
hide_discounts_calculate_button: boolean;
|
|
294
312
|
comments: {
|
|
295
313
|
kiosk_comment_field_name?: string | undefined;
|
|
296
314
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -301,10 +319,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
301
319
|
qr_is_order_comment_required?: boolean | undefined;
|
|
302
320
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
303
321
|
} | null;
|
|
322
|
+
enable_sequential_modifiers: boolean | null;
|
|
304
323
|
pdf_return_url: boolean | null;
|
|
305
324
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
306
325
|
kiosk_camera_scan_loyalty_card: null;
|
|
307
326
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
327
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
308
328
|
}>;
|
|
309
329
|
updateColor: (data: ITheme) => Promise<{
|
|
310
330
|
id: string;
|
|
@@ -320,6 +340,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
320
340
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
321
341
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
322
342
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
343
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
323
344
|
inactive_button_color: string | null;
|
|
324
345
|
cards_color: string | null;
|
|
325
346
|
text_color: string | null;
|
|
@@ -352,6 +373,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
352
373
|
apply_custom_size_picker_fonts: boolean | null;
|
|
353
374
|
size_picker_unselected_font_size: number | null;
|
|
354
375
|
size_picker_selected_font_size: number | null;
|
|
376
|
+
hide_discounts_calculate_button: boolean;
|
|
355
377
|
comments: {
|
|
356
378
|
kiosk_comment_field_name?: string | undefined;
|
|
357
379
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -362,10 +384,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
362
384
|
qr_is_order_comment_required?: boolean | undefined;
|
|
363
385
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
364
386
|
} | null;
|
|
387
|
+
enable_sequential_modifiers: boolean | null;
|
|
365
388
|
pdf_return_url: boolean | null;
|
|
366
389
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
367
390
|
kiosk_camera_scan_loyalty_card: null;
|
|
368
391
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
392
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
369
393
|
} | undefined>;
|
|
370
394
|
}, never>, Pick<{
|
|
371
395
|
itemThemes: Ref<{
|
|
@@ -382,6 +406,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
382
406
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
383
407
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
384
408
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
409
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
385
410
|
inactive_button_color: string | null;
|
|
386
411
|
cards_color: string | null;
|
|
387
412
|
text_color: string | null;
|
|
@@ -414,6 +439,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
414
439
|
apply_custom_size_picker_fonts: boolean | null;
|
|
415
440
|
size_picker_unselected_font_size: number | null;
|
|
416
441
|
size_picker_selected_font_size: number | null;
|
|
442
|
+
hide_discounts_calculate_button: boolean;
|
|
417
443
|
comments: {
|
|
418
444
|
kiosk_comment_field_name?: string | undefined;
|
|
419
445
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -424,10 +450,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
424
450
|
qr_is_order_comment_required?: boolean | undefined;
|
|
425
451
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
426
452
|
} | null;
|
|
453
|
+
enable_sequential_modifiers: boolean | null;
|
|
427
454
|
pdf_return_url: boolean | null;
|
|
428
455
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
429
456
|
kiosk_camera_scan_loyalty_card: null;
|
|
430
457
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
458
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
431
459
|
}, ITheme | {
|
|
432
460
|
id: string;
|
|
433
461
|
created_at: string | null;
|
|
@@ -442,6 +470,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
442
470
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
443
471
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
444
472
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
473
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
445
474
|
inactive_button_color: string | null;
|
|
446
475
|
cards_color: string | null;
|
|
447
476
|
text_color: string | null;
|
|
@@ -474,6 +503,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
474
503
|
apply_custom_size_picker_fonts: boolean | null;
|
|
475
504
|
size_picker_unselected_font_size: number | null;
|
|
476
505
|
size_picker_selected_font_size: number | null;
|
|
506
|
+
hide_discounts_calculate_button: boolean;
|
|
477
507
|
comments: {
|
|
478
508
|
kiosk_comment_field_name?: string | undefined;
|
|
479
509
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -484,10 +514,12 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
484
514
|
qr_is_order_comment_required?: boolean | undefined;
|
|
485
515
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
486
516
|
} | null;
|
|
517
|
+
enable_sequential_modifiers: boolean | null;
|
|
487
518
|
pdf_return_url: boolean | null;
|
|
488
519
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
489
520
|
kiosk_camera_scan_loyalty_card: null;
|
|
490
521
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
522
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
491
523
|
}>;
|
|
492
524
|
updateColor: (data: ITheme) => Promise<{
|
|
493
525
|
id: string;
|
|
@@ -503,6 +535,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
503
535
|
qr_bypass_guest_auth?: boolean | null | undefined;
|
|
504
536
|
kiosk_bypass_guest_auth?: boolean | null | undefined;
|
|
505
537
|
kiosk_disable_lock_screen?: boolean | null | undefined;
|
|
538
|
+
kiosk_hide_banner?: boolean | null | undefined;
|
|
506
539
|
inactive_button_color: string | null;
|
|
507
540
|
cards_color: string | null;
|
|
508
541
|
text_color: string | null;
|
|
@@ -535,6 +568,7 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
535
568
|
apply_custom_size_picker_fonts: boolean | null;
|
|
536
569
|
size_picker_unselected_font_size: number | null;
|
|
537
570
|
size_picker_selected_font_size: number | null;
|
|
571
|
+
hide_discounts_calculate_button: boolean;
|
|
538
572
|
comments: {
|
|
539
573
|
kiosk_comment_field_name?: string | undefined;
|
|
540
574
|
kiosk_comment_field_placeholder?: string | undefined;
|
|
@@ -545,9 +579,11 @@ export declare const useThemeStore: StoreDefinition<"themeLib", Pick<{
|
|
|
545
579
|
qr_is_order_comment_required?: boolean | undefined;
|
|
546
580
|
kiosk_is_order_comment_required?: boolean | undefined;
|
|
547
581
|
} | null;
|
|
582
|
+
enable_sequential_modifiers: boolean | null;
|
|
548
583
|
pdf_return_url: boolean | null;
|
|
549
584
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
550
585
|
kiosk_camera_scan_loyalty_card: null;
|
|
551
586
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
587
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
552
588
|
} | undefined>;
|
|
553
589
|
}, "updateColor">>;
|
package/dist/types/iTheme.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export interface ITheme {
|
|
|
12
12
|
qr_bypass_guest_auth?: boolean | null;
|
|
13
13
|
kiosk_bypass_guest_auth?: boolean | null;
|
|
14
14
|
kiosk_disable_lock_screen?: boolean | null;
|
|
15
|
+
kiosk_hide_banner?: boolean | null;
|
|
15
16
|
inactive_button_color: string | null;
|
|
16
17
|
cards_color: string | null;
|
|
17
18
|
text_color: string | null;
|
|
@@ -38,11 +39,14 @@ export interface ITheme {
|
|
|
38
39
|
apply_custom_size_picker_fonts: boolean | null;
|
|
39
40
|
size_picker_unselected_font_size: number | null;
|
|
40
41
|
size_picker_selected_font_size: number | null;
|
|
42
|
+
hide_discounts_calculate_button: boolean;
|
|
41
43
|
comments: IComment | null;
|
|
44
|
+
enable_sequential_modifiers: boolean | null;
|
|
42
45
|
pdf_return_url: boolean | null;
|
|
43
46
|
kiosk_hide_manual_input_loyalty_card: null;
|
|
44
47
|
kiosk_camera_scan_loyalty_card: null;
|
|
45
48
|
kiosk_hide_menu_update_notification: boolean | null;
|
|
49
|
+
kiosk_proceed_to_payment_text: string | null;
|
|
46
50
|
}
|
|
47
51
|
interface IComment {
|
|
48
52
|
kiosk_comment_field_name?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
configPage: {
|
|
4
4
|
closeProduct: any;
|
|
@@ -8,5 +8,28 @@ type __VLS_Props = {
|
|
|
8
8
|
is_kiosk: boolean;
|
|
9
9
|
};
|
|
10
10
|
};
|
|
11
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
11
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
12
|
+
buttonPriceRef: CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
13
|
+
qr_menu?: boolean;
|
|
14
|
+
closeProduct?: () => void;
|
|
15
|
+
}> & Readonly<{}>, {
|
|
16
|
+
addProductToCart: () => void;
|
|
17
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
|
|
18
|
+
qr_menu: boolean;
|
|
19
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
|
|
20
|
+
P: {};
|
|
21
|
+
B: {};
|
|
22
|
+
D: {};
|
|
23
|
+
C: {};
|
|
24
|
+
M: {};
|
|
25
|
+
Defaults: {};
|
|
26
|
+
}, Readonly<{
|
|
27
|
+
qr_menu?: boolean;
|
|
28
|
+
closeProduct?: () => void;
|
|
29
|
+
}> & Readonly<{}>, {
|
|
30
|
+
addProductToCart: () => void;
|
|
31
|
+
}, {}, {}, {}, {
|
|
32
|
+
qr_menu: boolean;
|
|
33
|
+
}> | null;
|
|
34
|
+
}, HTMLDivElement>;
|
|
12
35
|
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.4.
|
|
4
|
+
"version": "9.4.5",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -32,7 +32,9 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@vueuse/core": "^14.1.0",
|
|
34
34
|
"motion-v": "^1.7.4",
|
|
35
|
-
"
|
|
35
|
+
"pinia": "^3.0.3",
|
|
36
|
+
"vue": "^3.5.12",
|
|
37
|
+
"vue-router": "^4.5.1"
|
|
36
38
|
},
|
|
37
39
|
"devDependencies": {
|
|
38
40
|
"@types/tinycolor2": "^1.4.6",
|
|
@@ -60,12 +62,10 @@
|
|
|
60
62
|
"idb": "^8.0.3",
|
|
61
63
|
"jwt-decode": "^4.0.0",
|
|
62
64
|
"p-limit": "^7.2.0",
|
|
63
|
-
"pinia": "^3.0.3",
|
|
64
65
|
"qrcode.vue": "^3.6.0",
|
|
65
66
|
"qrious": "^4.0.2",
|
|
66
67
|
"tinycolor2": "^1.6.0",
|
|
67
68
|
"virtua": "^0.48.2",
|
|
68
|
-
"vue-router": "^4.5.1",
|
|
69
69
|
"vue-sonner": "^2.0.9"
|
|
70
70
|
}
|
|
71
71
|
}
|