@inno_user/inno_clouds_lib 9.2.0 → 9.2.1
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
|
@@ -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
3
|
cardInputManualRef: HTMLInputElement;
|
|
4
|
-
cardInputRef: HTMLInputElement;
|
|
5
4
|
}, any>;
|
|
6
5
|
export default _default;
|
package/dist/store/card.d.ts
CHANGED
|
@@ -52,6 +52,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
52
52
|
price?: number | undefined;
|
|
53
53
|
} | null | undefined;
|
|
54
54
|
is_fake?: boolean | undefined;
|
|
55
|
+
is_od_united_product?: boolean | undefined;
|
|
55
56
|
}[];
|
|
56
57
|
group_modifiers: {
|
|
57
58
|
id: string;
|
|
@@ -91,8 +92,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
91
92
|
price?: number | undefined;
|
|
92
93
|
} | null | undefined;
|
|
93
94
|
is_fake?: boolean | undefined;
|
|
95
|
+
is_od_united_product?: boolean | undefined;
|
|
94
96
|
}[];
|
|
95
97
|
is_fake?: boolean | undefined;
|
|
98
|
+
is_od_united_product?: boolean | undefined;
|
|
96
99
|
}[];
|
|
97
100
|
energy_amount?: number | undefined;
|
|
98
101
|
proteins_amount?: number | undefined;
|
|
@@ -109,6 +112,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
109
112
|
show_recommendations: boolean;
|
|
110
113
|
adult?: boolean | undefined;
|
|
111
114
|
is_fake?: boolean | undefined;
|
|
115
|
+
is_od_united_product?: boolean | undefined;
|
|
112
116
|
} | null;
|
|
113
117
|
currentModifier: {
|
|
114
118
|
id: string;
|
|
@@ -139,6 +143,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
139
143
|
price?: number | undefined;
|
|
140
144
|
} | null | undefined;
|
|
141
145
|
is_fake?: boolean | undefined;
|
|
146
|
+
is_od_united_product?: boolean | undefined;
|
|
142
147
|
} | null;
|
|
143
148
|
groupModifiers: {
|
|
144
149
|
id: string;
|
|
@@ -178,8 +183,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
178
183
|
price?: number | undefined;
|
|
179
184
|
} | null | undefined;
|
|
180
185
|
is_fake?: boolean | undefined;
|
|
186
|
+
is_od_united_product?: boolean | undefined;
|
|
181
187
|
}[];
|
|
182
188
|
is_fake?: boolean | undefined;
|
|
189
|
+
is_od_united_product?: boolean | undefined;
|
|
183
190
|
}[];
|
|
184
191
|
groupModifiersSelected: {
|
|
185
192
|
group: string;
|
|
@@ -213,6 +220,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
213
220
|
price?: number | undefined;
|
|
214
221
|
} | null | undefined;
|
|
215
222
|
is_fake?: boolean | undefined;
|
|
223
|
+
is_od_united_product?: boolean | undefined;
|
|
216
224
|
}[];
|
|
217
225
|
}[];
|
|
218
226
|
groupCurrentOpen: {
|
|
@@ -261,8 +269,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
261
269
|
price?: number | undefined;
|
|
262
270
|
} | null | undefined;
|
|
263
271
|
is_fake?: boolean | undefined;
|
|
272
|
+
is_od_united_product?: boolean | undefined;
|
|
264
273
|
}[];
|
|
265
274
|
is_fake?: boolean | undefined;
|
|
275
|
+
is_od_united_product?: boolean | undefined;
|
|
266
276
|
} | null;
|
|
267
277
|
isModifiedAmount: boolean;
|
|
268
278
|
selectedSize: {
|
|
@@ -322,6 +332,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
322
332
|
price?: number | undefined;
|
|
323
333
|
} | null | undefined;
|
|
324
334
|
is_fake?: boolean | undefined;
|
|
335
|
+
is_od_united_product?: boolean | undefined;
|
|
325
336
|
}[];
|
|
326
337
|
group_modifiers: {
|
|
327
338
|
id: string;
|
|
@@ -361,8 +372,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
361
372
|
price?: number | undefined;
|
|
362
373
|
} | null | undefined;
|
|
363
374
|
is_fake?: boolean | undefined;
|
|
375
|
+
is_od_united_product?: boolean | undefined;
|
|
364
376
|
}[];
|
|
365
377
|
is_fake?: boolean | undefined;
|
|
378
|
+
is_od_united_product?: boolean | undefined;
|
|
366
379
|
}[];
|
|
367
380
|
energy_amount?: number | undefined;
|
|
368
381
|
proteins_amount?: number | undefined;
|
|
@@ -379,6 +392,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
379
392
|
show_recommendations: boolean;
|
|
380
393
|
adult?: boolean | undefined;
|
|
381
394
|
is_fake?: boolean | undefined;
|
|
395
|
+
is_od_united_product?: boolean | undefined;
|
|
382
396
|
}[];
|
|
383
397
|
plusButtonsRefs: HTMLElement[];
|
|
384
398
|
modalCount: number;
|
|
@@ -450,6 +464,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
450
464
|
price?: number | undefined;
|
|
451
465
|
} | null | undefined;
|
|
452
466
|
is_fake?: boolean | undefined;
|
|
467
|
+
is_od_united_product?: boolean | undefined;
|
|
453
468
|
}[];
|
|
454
469
|
group_modifiers: {
|
|
455
470
|
id: string;
|
|
@@ -489,8 +504,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
489
504
|
price?: number | undefined;
|
|
490
505
|
} | null | undefined;
|
|
491
506
|
is_fake?: boolean | undefined;
|
|
507
|
+
is_od_united_product?: boolean | undefined;
|
|
492
508
|
}[];
|
|
493
509
|
is_fake?: boolean | undefined;
|
|
510
|
+
is_od_united_product?: boolean | undefined;
|
|
494
511
|
}[];
|
|
495
512
|
energy_amount?: number | undefined;
|
|
496
513
|
proteins_amount?: number | undefined;
|
|
@@ -507,6 +524,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
507
524
|
show_recommendations: boolean;
|
|
508
525
|
adult?: boolean | undefined;
|
|
509
526
|
is_fake?: boolean | undefined;
|
|
527
|
+
is_od_united_product?: boolean | undefined;
|
|
510
528
|
} | null;
|
|
511
529
|
currentModifier: {
|
|
512
530
|
id: string;
|
|
@@ -537,6 +555,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
537
555
|
price?: number | undefined;
|
|
538
556
|
} | null | undefined;
|
|
539
557
|
is_fake?: boolean | undefined;
|
|
558
|
+
is_od_united_product?: boolean | undefined;
|
|
540
559
|
} | null;
|
|
541
560
|
groupModifiers: {
|
|
542
561
|
id: string;
|
|
@@ -576,8 +595,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
576
595
|
price?: number | undefined;
|
|
577
596
|
} | null | undefined;
|
|
578
597
|
is_fake?: boolean | undefined;
|
|
598
|
+
is_od_united_product?: boolean | undefined;
|
|
579
599
|
}[];
|
|
580
600
|
is_fake?: boolean | undefined;
|
|
601
|
+
is_od_united_product?: boolean | undefined;
|
|
581
602
|
}[];
|
|
582
603
|
groupModifiersSelected: {
|
|
583
604
|
group: string;
|
|
@@ -611,6 +632,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
611
632
|
price?: number | undefined;
|
|
612
633
|
} | null | undefined;
|
|
613
634
|
is_fake?: boolean | undefined;
|
|
635
|
+
is_od_united_product?: boolean | undefined;
|
|
614
636
|
}[];
|
|
615
637
|
}[];
|
|
616
638
|
groupCurrentOpen: {
|
|
@@ -659,8 +681,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
659
681
|
price?: number | undefined;
|
|
660
682
|
} | null | undefined;
|
|
661
683
|
is_fake?: boolean | undefined;
|
|
684
|
+
is_od_united_product?: boolean | undefined;
|
|
662
685
|
}[];
|
|
663
686
|
is_fake?: boolean | undefined;
|
|
687
|
+
is_od_united_product?: boolean | undefined;
|
|
664
688
|
} | null;
|
|
665
689
|
isModifiedAmount: boolean;
|
|
666
690
|
selectedSize: {
|
|
@@ -720,6 +744,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
720
744
|
price?: number | undefined;
|
|
721
745
|
} | null | undefined;
|
|
722
746
|
is_fake?: boolean | undefined;
|
|
747
|
+
is_od_united_product?: boolean | undefined;
|
|
723
748
|
}[];
|
|
724
749
|
group_modifiers: {
|
|
725
750
|
id: string;
|
|
@@ -759,8 +784,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
759
784
|
price?: number | undefined;
|
|
760
785
|
} | null | undefined;
|
|
761
786
|
is_fake?: boolean | undefined;
|
|
787
|
+
is_od_united_product?: boolean | undefined;
|
|
762
788
|
}[];
|
|
763
789
|
is_fake?: boolean | undefined;
|
|
790
|
+
is_od_united_product?: boolean | undefined;
|
|
764
791
|
}[];
|
|
765
792
|
energy_amount?: number | undefined;
|
|
766
793
|
proteins_amount?: number | undefined;
|
|
@@ -777,6 +804,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
777
804
|
show_recommendations: boolean;
|
|
778
805
|
adult?: boolean | undefined;
|
|
779
806
|
is_fake?: boolean | undefined;
|
|
807
|
+
is_od_united_product?: boolean | undefined;
|
|
780
808
|
}[];
|
|
781
809
|
plusButtonsRefs: HTMLElement[];
|
|
782
810
|
modalCount: number;
|
|
@@ -829,8 +857,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
829
857
|
price?: number | undefined;
|
|
830
858
|
} | null | undefined;
|
|
831
859
|
is_fake?: boolean | undefined;
|
|
860
|
+
is_od_united_product?: boolean | undefined;
|
|
832
861
|
}[];
|
|
833
862
|
is_fake?: boolean | undefined;
|
|
863
|
+
is_od_united_product?: boolean | undefined;
|
|
834
864
|
};
|
|
835
865
|
}>;
|
|
836
866
|
dataUpSale: Ref<any, any>;
|
|
@@ -920,6 +950,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
920
950
|
price?: number | undefined;
|
|
921
951
|
} | null | undefined;
|
|
922
952
|
is_fake?: boolean | undefined;
|
|
953
|
+
is_od_united_product?: boolean | undefined;
|
|
923
954
|
}[];
|
|
924
955
|
group_modifiers: {
|
|
925
956
|
id: string;
|
|
@@ -959,8 +990,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
959
990
|
price?: number | undefined;
|
|
960
991
|
} | null | undefined;
|
|
961
992
|
is_fake?: boolean | undefined;
|
|
993
|
+
is_od_united_product?: boolean | undefined;
|
|
962
994
|
}[];
|
|
963
995
|
is_fake?: boolean | undefined;
|
|
996
|
+
is_od_united_product?: boolean | undefined;
|
|
964
997
|
}[];
|
|
965
998
|
energy_amount?: number | undefined;
|
|
966
999
|
proteins_amount?: number | undefined;
|
|
@@ -977,6 +1010,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
977
1010
|
show_recommendations: boolean;
|
|
978
1011
|
adult?: boolean | undefined;
|
|
979
1012
|
is_fake?: boolean | undefined;
|
|
1013
|
+
is_od_united_product?: boolean | undefined;
|
|
980
1014
|
} | null;
|
|
981
1015
|
currentModifier: {
|
|
982
1016
|
id: string;
|
|
@@ -1007,6 +1041,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1007
1041
|
price?: number | undefined;
|
|
1008
1042
|
} | null | undefined;
|
|
1009
1043
|
is_fake?: boolean | undefined;
|
|
1044
|
+
is_od_united_product?: boolean | undefined;
|
|
1010
1045
|
} | null;
|
|
1011
1046
|
groupModifiers: {
|
|
1012
1047
|
id: string;
|
|
@@ -1046,8 +1081,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1046
1081
|
price?: number | undefined;
|
|
1047
1082
|
} | null | undefined;
|
|
1048
1083
|
is_fake?: boolean | undefined;
|
|
1084
|
+
is_od_united_product?: boolean | undefined;
|
|
1049
1085
|
}[];
|
|
1050
1086
|
is_fake?: boolean | undefined;
|
|
1087
|
+
is_od_united_product?: boolean | undefined;
|
|
1051
1088
|
}[];
|
|
1052
1089
|
groupModifiersSelected: {
|
|
1053
1090
|
group: string;
|
|
@@ -1081,6 +1118,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1081
1118
|
price?: number | undefined;
|
|
1082
1119
|
} | null | undefined;
|
|
1083
1120
|
is_fake?: boolean | undefined;
|
|
1121
|
+
is_od_united_product?: boolean | undefined;
|
|
1084
1122
|
}[];
|
|
1085
1123
|
}[];
|
|
1086
1124
|
groupCurrentOpen: {
|
|
@@ -1129,8 +1167,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1129
1167
|
price?: number | undefined;
|
|
1130
1168
|
} | null | undefined;
|
|
1131
1169
|
is_fake?: boolean | undefined;
|
|
1170
|
+
is_od_united_product?: boolean | undefined;
|
|
1132
1171
|
}[];
|
|
1133
1172
|
is_fake?: boolean | undefined;
|
|
1173
|
+
is_od_united_product?: boolean | undefined;
|
|
1134
1174
|
} | null;
|
|
1135
1175
|
isModifiedAmount: boolean;
|
|
1136
1176
|
selectedSize: {
|
|
@@ -1190,6 +1230,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1190
1230
|
price?: number | undefined;
|
|
1191
1231
|
} | null | undefined;
|
|
1192
1232
|
is_fake?: boolean | undefined;
|
|
1233
|
+
is_od_united_product?: boolean | undefined;
|
|
1193
1234
|
}[];
|
|
1194
1235
|
group_modifiers: {
|
|
1195
1236
|
id: string;
|
|
@@ -1229,8 +1270,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1229
1270
|
price?: number | undefined;
|
|
1230
1271
|
} | null | undefined;
|
|
1231
1272
|
is_fake?: boolean | undefined;
|
|
1273
|
+
is_od_united_product?: boolean | undefined;
|
|
1232
1274
|
}[];
|
|
1233
1275
|
is_fake?: boolean | undefined;
|
|
1276
|
+
is_od_united_product?: boolean | undefined;
|
|
1234
1277
|
}[];
|
|
1235
1278
|
energy_amount?: number | undefined;
|
|
1236
1279
|
proteins_amount?: number | undefined;
|
|
@@ -1247,6 +1290,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1247
1290
|
show_recommendations: boolean;
|
|
1248
1291
|
adult?: boolean | undefined;
|
|
1249
1292
|
is_fake?: boolean | undefined;
|
|
1293
|
+
is_od_united_product?: boolean | undefined;
|
|
1250
1294
|
}[];
|
|
1251
1295
|
plusButtonsRefs: HTMLElement[];
|
|
1252
1296
|
modalCount: number;
|
|
@@ -1318,6 +1362,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1318
1362
|
price?: number | undefined;
|
|
1319
1363
|
} | null | undefined;
|
|
1320
1364
|
is_fake?: boolean | undefined;
|
|
1365
|
+
is_od_united_product?: boolean | undefined;
|
|
1321
1366
|
}[];
|
|
1322
1367
|
group_modifiers: {
|
|
1323
1368
|
id: string;
|
|
@@ -1357,8 +1402,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1357
1402
|
price?: number | undefined;
|
|
1358
1403
|
} | null | undefined;
|
|
1359
1404
|
is_fake?: boolean | undefined;
|
|
1405
|
+
is_od_united_product?: boolean | undefined;
|
|
1360
1406
|
}[];
|
|
1361
1407
|
is_fake?: boolean | undefined;
|
|
1408
|
+
is_od_united_product?: boolean | undefined;
|
|
1362
1409
|
}[];
|
|
1363
1410
|
energy_amount?: number | undefined;
|
|
1364
1411
|
proteins_amount?: number | undefined;
|
|
@@ -1375,6 +1422,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1375
1422
|
show_recommendations: boolean;
|
|
1376
1423
|
adult?: boolean | undefined;
|
|
1377
1424
|
is_fake?: boolean | undefined;
|
|
1425
|
+
is_od_united_product?: boolean | undefined;
|
|
1378
1426
|
} | null;
|
|
1379
1427
|
currentModifier: {
|
|
1380
1428
|
id: string;
|
|
@@ -1405,6 +1453,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1405
1453
|
price?: number | undefined;
|
|
1406
1454
|
} | null | undefined;
|
|
1407
1455
|
is_fake?: boolean | undefined;
|
|
1456
|
+
is_od_united_product?: boolean | undefined;
|
|
1408
1457
|
} | null;
|
|
1409
1458
|
groupModifiers: {
|
|
1410
1459
|
id: string;
|
|
@@ -1444,8 +1493,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1444
1493
|
price?: number | undefined;
|
|
1445
1494
|
} | null | undefined;
|
|
1446
1495
|
is_fake?: boolean | undefined;
|
|
1496
|
+
is_od_united_product?: boolean | undefined;
|
|
1447
1497
|
}[];
|
|
1448
1498
|
is_fake?: boolean | undefined;
|
|
1499
|
+
is_od_united_product?: boolean | undefined;
|
|
1449
1500
|
}[];
|
|
1450
1501
|
groupModifiersSelected: {
|
|
1451
1502
|
group: string;
|
|
@@ -1479,6 +1530,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1479
1530
|
price?: number | undefined;
|
|
1480
1531
|
} | null | undefined;
|
|
1481
1532
|
is_fake?: boolean | undefined;
|
|
1533
|
+
is_od_united_product?: boolean | undefined;
|
|
1482
1534
|
}[];
|
|
1483
1535
|
}[];
|
|
1484
1536
|
groupCurrentOpen: {
|
|
@@ -1527,8 +1579,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1527
1579
|
price?: number | undefined;
|
|
1528
1580
|
} | null | undefined;
|
|
1529
1581
|
is_fake?: boolean | undefined;
|
|
1582
|
+
is_od_united_product?: boolean | undefined;
|
|
1530
1583
|
}[];
|
|
1531
1584
|
is_fake?: boolean | undefined;
|
|
1585
|
+
is_od_united_product?: boolean | undefined;
|
|
1532
1586
|
} | null;
|
|
1533
1587
|
isModifiedAmount: boolean;
|
|
1534
1588
|
selectedSize: {
|
|
@@ -1588,6 +1642,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1588
1642
|
price?: number | undefined;
|
|
1589
1643
|
} | null | undefined;
|
|
1590
1644
|
is_fake?: boolean | undefined;
|
|
1645
|
+
is_od_united_product?: boolean | undefined;
|
|
1591
1646
|
}[];
|
|
1592
1647
|
group_modifiers: {
|
|
1593
1648
|
id: string;
|
|
@@ -1627,8 +1682,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1627
1682
|
price?: number | undefined;
|
|
1628
1683
|
} | null | undefined;
|
|
1629
1684
|
is_fake?: boolean | undefined;
|
|
1685
|
+
is_od_united_product?: boolean | undefined;
|
|
1630
1686
|
}[];
|
|
1631
1687
|
is_fake?: boolean | undefined;
|
|
1688
|
+
is_od_united_product?: boolean | undefined;
|
|
1632
1689
|
}[];
|
|
1633
1690
|
energy_amount?: number | undefined;
|
|
1634
1691
|
proteins_amount?: number | undefined;
|
|
@@ -1645,6 +1702,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1645
1702
|
show_recommendations: boolean;
|
|
1646
1703
|
adult?: boolean | undefined;
|
|
1647
1704
|
is_fake?: boolean | undefined;
|
|
1705
|
+
is_od_united_product?: boolean | undefined;
|
|
1648
1706
|
}[];
|
|
1649
1707
|
plusButtonsRefs: HTMLElement[];
|
|
1650
1708
|
modalCount: number;
|
|
@@ -1697,8 +1755,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1697
1755
|
price?: number | undefined;
|
|
1698
1756
|
} | null | undefined;
|
|
1699
1757
|
is_fake?: boolean | undefined;
|
|
1758
|
+
is_od_united_product?: boolean | undefined;
|
|
1700
1759
|
}[];
|
|
1701
1760
|
is_fake?: boolean | undefined;
|
|
1761
|
+
is_od_united_product?: boolean | undefined;
|
|
1702
1762
|
};
|
|
1703
1763
|
}>;
|
|
1704
1764
|
dataUpSale: Ref<any, any>;
|
|
@@ -1788,6 +1848,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1788
1848
|
price?: number | undefined;
|
|
1789
1849
|
} | null | undefined;
|
|
1790
1850
|
is_fake?: boolean | undefined;
|
|
1851
|
+
is_od_united_product?: boolean | undefined;
|
|
1791
1852
|
}[];
|
|
1792
1853
|
group_modifiers: {
|
|
1793
1854
|
id: string;
|
|
@@ -1827,8 +1888,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1827
1888
|
price?: number | undefined;
|
|
1828
1889
|
} | null | undefined;
|
|
1829
1890
|
is_fake?: boolean | undefined;
|
|
1891
|
+
is_od_united_product?: boolean | undefined;
|
|
1830
1892
|
}[];
|
|
1831
1893
|
is_fake?: boolean | undefined;
|
|
1894
|
+
is_od_united_product?: boolean | undefined;
|
|
1832
1895
|
}[];
|
|
1833
1896
|
energy_amount?: number | undefined;
|
|
1834
1897
|
proteins_amount?: number | undefined;
|
|
@@ -1845,6 +1908,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1845
1908
|
show_recommendations: boolean;
|
|
1846
1909
|
adult?: boolean | undefined;
|
|
1847
1910
|
is_fake?: boolean | undefined;
|
|
1911
|
+
is_od_united_product?: boolean | undefined;
|
|
1848
1912
|
} | null;
|
|
1849
1913
|
currentModifier: {
|
|
1850
1914
|
id: string;
|
|
@@ -1875,6 +1939,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1875
1939
|
price?: number | undefined;
|
|
1876
1940
|
} | null | undefined;
|
|
1877
1941
|
is_fake?: boolean | undefined;
|
|
1942
|
+
is_od_united_product?: boolean | undefined;
|
|
1878
1943
|
} | null;
|
|
1879
1944
|
groupModifiers: {
|
|
1880
1945
|
id: string;
|
|
@@ -1914,8 +1979,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1914
1979
|
price?: number | undefined;
|
|
1915
1980
|
} | null | undefined;
|
|
1916
1981
|
is_fake?: boolean | undefined;
|
|
1982
|
+
is_od_united_product?: boolean | undefined;
|
|
1917
1983
|
}[];
|
|
1918
1984
|
is_fake?: boolean | undefined;
|
|
1985
|
+
is_od_united_product?: boolean | undefined;
|
|
1919
1986
|
}[];
|
|
1920
1987
|
groupModifiersSelected: {
|
|
1921
1988
|
group: string;
|
|
@@ -1949,6 +2016,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1949
2016
|
price?: number | undefined;
|
|
1950
2017
|
} | null | undefined;
|
|
1951
2018
|
is_fake?: boolean | undefined;
|
|
2019
|
+
is_od_united_product?: boolean | undefined;
|
|
1952
2020
|
}[];
|
|
1953
2021
|
}[];
|
|
1954
2022
|
groupCurrentOpen: {
|
|
@@ -1997,8 +2065,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1997
2065
|
price?: number | undefined;
|
|
1998
2066
|
} | null | undefined;
|
|
1999
2067
|
is_fake?: boolean | undefined;
|
|
2068
|
+
is_od_united_product?: boolean | undefined;
|
|
2000
2069
|
}[];
|
|
2001
2070
|
is_fake?: boolean | undefined;
|
|
2071
|
+
is_od_united_product?: boolean | undefined;
|
|
2002
2072
|
} | null;
|
|
2003
2073
|
isModifiedAmount: boolean;
|
|
2004
2074
|
selectedSize: {
|
|
@@ -2058,6 +2128,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2058
2128
|
price?: number | undefined;
|
|
2059
2129
|
} | null | undefined;
|
|
2060
2130
|
is_fake?: boolean | undefined;
|
|
2131
|
+
is_od_united_product?: boolean | undefined;
|
|
2061
2132
|
}[];
|
|
2062
2133
|
group_modifiers: {
|
|
2063
2134
|
id: string;
|
|
@@ -2097,8 +2168,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2097
2168
|
price?: number | undefined;
|
|
2098
2169
|
} | null | undefined;
|
|
2099
2170
|
is_fake?: boolean | undefined;
|
|
2171
|
+
is_od_united_product?: boolean | undefined;
|
|
2100
2172
|
}[];
|
|
2101
2173
|
is_fake?: boolean | undefined;
|
|
2174
|
+
is_od_united_product?: boolean | undefined;
|
|
2102
2175
|
}[];
|
|
2103
2176
|
energy_amount?: number | undefined;
|
|
2104
2177
|
proteins_amount?: number | undefined;
|
|
@@ -2115,6 +2188,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2115
2188
|
show_recommendations: boolean;
|
|
2116
2189
|
adult?: boolean | undefined;
|
|
2117
2190
|
is_fake?: boolean | undefined;
|
|
2191
|
+
is_od_united_product?: boolean | undefined;
|
|
2118
2192
|
}[];
|
|
2119
2193
|
plusButtonsRefs: HTMLElement[];
|
|
2120
2194
|
modalCount: number;
|
|
@@ -2186,6 +2260,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2186
2260
|
price?: number | undefined;
|
|
2187
2261
|
} | null | undefined;
|
|
2188
2262
|
is_fake?: boolean | undefined;
|
|
2263
|
+
is_od_united_product?: boolean | undefined;
|
|
2189
2264
|
}[];
|
|
2190
2265
|
group_modifiers: {
|
|
2191
2266
|
id: string;
|
|
@@ -2225,8 +2300,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2225
2300
|
price?: number | undefined;
|
|
2226
2301
|
} | null | undefined;
|
|
2227
2302
|
is_fake?: boolean | undefined;
|
|
2303
|
+
is_od_united_product?: boolean | undefined;
|
|
2228
2304
|
}[];
|
|
2229
2305
|
is_fake?: boolean | undefined;
|
|
2306
|
+
is_od_united_product?: boolean | undefined;
|
|
2230
2307
|
}[];
|
|
2231
2308
|
energy_amount?: number | undefined;
|
|
2232
2309
|
proteins_amount?: number | undefined;
|
|
@@ -2243,6 +2320,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2243
2320
|
show_recommendations: boolean;
|
|
2244
2321
|
adult?: boolean | undefined;
|
|
2245
2322
|
is_fake?: boolean | undefined;
|
|
2323
|
+
is_od_united_product?: boolean | undefined;
|
|
2246
2324
|
} | null;
|
|
2247
2325
|
currentModifier: {
|
|
2248
2326
|
id: string;
|
|
@@ -2273,6 +2351,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2273
2351
|
price?: number | undefined;
|
|
2274
2352
|
} | null | undefined;
|
|
2275
2353
|
is_fake?: boolean | undefined;
|
|
2354
|
+
is_od_united_product?: boolean | undefined;
|
|
2276
2355
|
} | null;
|
|
2277
2356
|
groupModifiers: {
|
|
2278
2357
|
id: string;
|
|
@@ -2312,8 +2391,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2312
2391
|
price?: number | undefined;
|
|
2313
2392
|
} | null | undefined;
|
|
2314
2393
|
is_fake?: boolean | undefined;
|
|
2394
|
+
is_od_united_product?: boolean | undefined;
|
|
2315
2395
|
}[];
|
|
2316
2396
|
is_fake?: boolean | undefined;
|
|
2397
|
+
is_od_united_product?: boolean | undefined;
|
|
2317
2398
|
}[];
|
|
2318
2399
|
groupModifiersSelected: {
|
|
2319
2400
|
group: string;
|
|
@@ -2347,6 +2428,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2347
2428
|
price?: number | undefined;
|
|
2348
2429
|
} | null | undefined;
|
|
2349
2430
|
is_fake?: boolean | undefined;
|
|
2431
|
+
is_od_united_product?: boolean | undefined;
|
|
2350
2432
|
}[];
|
|
2351
2433
|
}[];
|
|
2352
2434
|
groupCurrentOpen: {
|
|
@@ -2395,8 +2477,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2395
2477
|
price?: number | undefined;
|
|
2396
2478
|
} | null | undefined;
|
|
2397
2479
|
is_fake?: boolean | undefined;
|
|
2480
|
+
is_od_united_product?: boolean | undefined;
|
|
2398
2481
|
}[];
|
|
2399
2482
|
is_fake?: boolean | undefined;
|
|
2483
|
+
is_od_united_product?: boolean | undefined;
|
|
2400
2484
|
} | null;
|
|
2401
2485
|
isModifiedAmount: boolean;
|
|
2402
2486
|
selectedSize: {
|
|
@@ -2456,6 +2540,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2456
2540
|
price?: number | undefined;
|
|
2457
2541
|
} | null | undefined;
|
|
2458
2542
|
is_fake?: boolean | undefined;
|
|
2543
|
+
is_od_united_product?: boolean | undefined;
|
|
2459
2544
|
}[];
|
|
2460
2545
|
group_modifiers: {
|
|
2461
2546
|
id: string;
|
|
@@ -2495,8 +2580,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2495
2580
|
price?: number | undefined;
|
|
2496
2581
|
} | null | undefined;
|
|
2497
2582
|
is_fake?: boolean | undefined;
|
|
2583
|
+
is_od_united_product?: boolean | undefined;
|
|
2498
2584
|
}[];
|
|
2499
2585
|
is_fake?: boolean | undefined;
|
|
2586
|
+
is_od_united_product?: boolean | undefined;
|
|
2500
2587
|
}[];
|
|
2501
2588
|
energy_amount?: number | undefined;
|
|
2502
2589
|
proteins_amount?: number | undefined;
|
|
@@ -2513,6 +2600,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2513
2600
|
show_recommendations: boolean;
|
|
2514
2601
|
adult?: boolean | undefined;
|
|
2515
2602
|
is_fake?: boolean | undefined;
|
|
2603
|
+
is_od_united_product?: boolean | undefined;
|
|
2516
2604
|
}[];
|
|
2517
2605
|
plusButtonsRefs: HTMLElement[];
|
|
2518
2606
|
modalCount: number;
|
|
@@ -2565,8 +2653,10 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2565
2653
|
price?: number | undefined;
|
|
2566
2654
|
} | null | undefined;
|
|
2567
2655
|
is_fake?: boolean | undefined;
|
|
2656
|
+
is_od_united_product?: boolean | undefined;
|
|
2568
2657
|
}[];
|
|
2569
2658
|
is_fake?: boolean | undefined;
|
|
2659
|
+
is_od_united_product?: boolean | undefined;
|
|
2570
2660
|
};
|
|
2571
2661
|
}>;
|
|
2572
2662
|
dataUpSale: Ref<any, any>;
|