@inno_user/inno_clouds_lib 8.2.3 → 8.2.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 +4135 -3721
- package/dist/@inno_user/inno_clouds_lib.umd.js +12 -12
- package/dist/components/cardMain/CardMain.vue.d.ts +9 -0
- package/dist/components/drumItem/DrumItem.vue.d.ts +1 -4
- package/dist/components/recommendation/Recommendation.vue.d.ts +1 -0
- package/dist/composables/useVirtuaLoop.d.ts +189 -0
- package/dist/index.d.ts +7 -1
- package/dist/store/card.d.ts +110 -2
- package/dist/store/main.d.ts +37 -1
- package/dist/store/theme.d.ts +9 -0
- package/dist/types/iCardProduct.d.ts +4 -0
- package/dist/types/iMain.d.ts +1 -0
- package/dist/types/iTheme.d.ts +1 -0
- package/package.json +2 -1
package/dist/store/card.d.ts
CHANGED
|
@@ -49,6 +49,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
49
49
|
is_default: boolean;
|
|
50
50
|
price?: number | undefined;
|
|
51
51
|
} | null | undefined;
|
|
52
|
+
is_fake?: boolean | undefined;
|
|
52
53
|
}[];
|
|
53
54
|
group_modifiers: {
|
|
54
55
|
id: string;
|
|
@@ -86,7 +87,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
86
87
|
is_default: boolean;
|
|
87
88
|
price?: number | undefined;
|
|
88
89
|
} | null | undefined;
|
|
90
|
+
is_fake?: boolean | undefined;
|
|
89
91
|
}[];
|
|
92
|
+
is_fake?: boolean | undefined;
|
|
90
93
|
}[];
|
|
91
94
|
energy_amount?: number | undefined;
|
|
92
95
|
proteins_amount?: number | undefined;
|
|
@@ -101,6 +104,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
101
104
|
new_price: number;
|
|
102
105
|
openApiKey?: any;
|
|
103
106
|
show_recommendations: boolean;
|
|
107
|
+
adult?: boolean | undefined;
|
|
108
|
+
is_fake?: boolean | undefined;
|
|
104
109
|
} | null;
|
|
105
110
|
currentModifier: {
|
|
106
111
|
id: string;
|
|
@@ -129,6 +134,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
129
134
|
is_default: boolean;
|
|
130
135
|
price?: number | undefined;
|
|
131
136
|
} | null | undefined;
|
|
137
|
+
is_fake?: boolean | undefined;
|
|
132
138
|
} | null;
|
|
133
139
|
groupModifiers: {
|
|
134
140
|
id: string;
|
|
@@ -166,7 +172,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
166
172
|
is_default: boolean;
|
|
167
173
|
price?: number | undefined;
|
|
168
174
|
} | null | undefined;
|
|
175
|
+
is_fake?: boolean | undefined;
|
|
169
176
|
}[];
|
|
177
|
+
is_fake?: boolean | undefined;
|
|
170
178
|
}[];
|
|
171
179
|
groupModifiersSelected: {
|
|
172
180
|
group: string;
|
|
@@ -198,6 +206,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
198
206
|
is_default: boolean;
|
|
199
207
|
price?: number | undefined;
|
|
200
208
|
} | null | undefined;
|
|
209
|
+
is_fake?: boolean | undefined;
|
|
201
210
|
}[];
|
|
202
211
|
}[];
|
|
203
212
|
groupCurrentOpen: {
|
|
@@ -244,7 +253,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
244
253
|
is_default: boolean;
|
|
245
254
|
price?: number | undefined;
|
|
246
255
|
} | null | undefined;
|
|
256
|
+
is_fake?: boolean | undefined;
|
|
247
257
|
}[];
|
|
258
|
+
is_fake?: boolean | undefined;
|
|
248
259
|
} | null;
|
|
249
260
|
isModifiedAmount: boolean;
|
|
250
261
|
selectedSize: {
|
|
@@ -301,6 +312,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
301
312
|
is_default: boolean;
|
|
302
313
|
price?: number | undefined;
|
|
303
314
|
} | null | undefined;
|
|
315
|
+
is_fake?: boolean | undefined;
|
|
304
316
|
}[];
|
|
305
317
|
group_modifiers: {
|
|
306
318
|
id: string;
|
|
@@ -338,7 +350,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
338
350
|
is_default: boolean;
|
|
339
351
|
price?: number | undefined;
|
|
340
352
|
} | null | undefined;
|
|
353
|
+
is_fake?: boolean | undefined;
|
|
341
354
|
}[];
|
|
355
|
+
is_fake?: boolean | undefined;
|
|
342
356
|
}[];
|
|
343
357
|
energy_amount?: number | undefined;
|
|
344
358
|
proteins_amount?: number | undefined;
|
|
@@ -353,6 +367,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
353
367
|
new_price: number;
|
|
354
368
|
openApiKey?: any;
|
|
355
369
|
show_recommendations: boolean;
|
|
370
|
+
adult?: boolean | undefined;
|
|
371
|
+
is_fake?: boolean | undefined;
|
|
356
372
|
}[];
|
|
357
373
|
plusButtonsRefs: HTMLElement[];
|
|
358
374
|
modalCount: number;
|
|
@@ -421,6 +437,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
421
437
|
is_default: boolean;
|
|
422
438
|
price?: number | undefined;
|
|
423
439
|
} | null | undefined;
|
|
440
|
+
is_fake?: boolean | undefined;
|
|
424
441
|
}[];
|
|
425
442
|
group_modifiers: {
|
|
426
443
|
id: string;
|
|
@@ -458,7 +475,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
458
475
|
is_default: boolean;
|
|
459
476
|
price?: number | undefined;
|
|
460
477
|
} | null | undefined;
|
|
478
|
+
is_fake?: boolean | undefined;
|
|
461
479
|
}[];
|
|
480
|
+
is_fake?: boolean | undefined;
|
|
462
481
|
}[];
|
|
463
482
|
energy_amount?: number | undefined;
|
|
464
483
|
proteins_amount?: number | undefined;
|
|
@@ -473,6 +492,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
473
492
|
new_price: number;
|
|
474
493
|
openApiKey?: any;
|
|
475
494
|
show_recommendations: boolean;
|
|
495
|
+
adult?: boolean | undefined;
|
|
496
|
+
is_fake?: boolean | undefined;
|
|
476
497
|
} | null;
|
|
477
498
|
currentModifier: {
|
|
478
499
|
id: string;
|
|
@@ -501,6 +522,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
501
522
|
is_default: boolean;
|
|
502
523
|
price?: number | undefined;
|
|
503
524
|
} | null | undefined;
|
|
525
|
+
is_fake?: boolean | undefined;
|
|
504
526
|
} | null;
|
|
505
527
|
groupModifiers: {
|
|
506
528
|
id: string;
|
|
@@ -538,7 +560,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
538
560
|
is_default: boolean;
|
|
539
561
|
price?: number | undefined;
|
|
540
562
|
} | null | undefined;
|
|
563
|
+
is_fake?: boolean | undefined;
|
|
541
564
|
}[];
|
|
565
|
+
is_fake?: boolean | undefined;
|
|
542
566
|
}[];
|
|
543
567
|
groupModifiersSelected: {
|
|
544
568
|
group: string;
|
|
@@ -570,6 +594,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
570
594
|
is_default: boolean;
|
|
571
595
|
price?: number | undefined;
|
|
572
596
|
} | null | undefined;
|
|
597
|
+
is_fake?: boolean | undefined;
|
|
573
598
|
}[];
|
|
574
599
|
}[];
|
|
575
600
|
groupCurrentOpen: {
|
|
@@ -616,7 +641,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
616
641
|
is_default: boolean;
|
|
617
642
|
price?: number | undefined;
|
|
618
643
|
} | null | undefined;
|
|
644
|
+
is_fake?: boolean | undefined;
|
|
619
645
|
}[];
|
|
646
|
+
is_fake?: boolean | undefined;
|
|
620
647
|
} | null;
|
|
621
648
|
isModifiedAmount: boolean;
|
|
622
649
|
selectedSize: {
|
|
@@ -673,6 +700,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
673
700
|
is_default: boolean;
|
|
674
701
|
price?: number | undefined;
|
|
675
702
|
} | null | undefined;
|
|
703
|
+
is_fake?: boolean | undefined;
|
|
676
704
|
}[];
|
|
677
705
|
group_modifiers: {
|
|
678
706
|
id: string;
|
|
@@ -710,7 +738,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
710
738
|
is_default: boolean;
|
|
711
739
|
price?: number | undefined;
|
|
712
740
|
} | null | undefined;
|
|
741
|
+
is_fake?: boolean | undefined;
|
|
713
742
|
}[];
|
|
743
|
+
is_fake?: boolean | undefined;
|
|
714
744
|
}[];
|
|
715
745
|
energy_amount?: number | undefined;
|
|
716
746
|
proteins_amount?: number | undefined;
|
|
@@ -725,6 +755,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
725
755
|
new_price: number;
|
|
726
756
|
openApiKey?: any;
|
|
727
757
|
show_recommendations: boolean;
|
|
758
|
+
adult?: boolean | undefined;
|
|
759
|
+
is_fake?: boolean | undefined;
|
|
728
760
|
}[];
|
|
729
761
|
plusButtonsRefs: HTMLElement[];
|
|
730
762
|
modalCount: number;
|
|
@@ -775,11 +807,15 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
775
807
|
is_default: boolean;
|
|
776
808
|
price?: number | undefined;
|
|
777
809
|
} | null | undefined;
|
|
810
|
+
is_fake?: boolean | undefined;
|
|
778
811
|
}[];
|
|
812
|
+
is_fake?: boolean | undefined;
|
|
779
813
|
};
|
|
780
814
|
}>;
|
|
781
815
|
dataUpSale: Ref<any, any>;
|
|
816
|
+
productCards: Ref<any[], any[]>;
|
|
782
817
|
isAddToCard: Ref<boolean, boolean>;
|
|
818
|
+
setProduct: (products: any) => void;
|
|
783
819
|
summModifierAmount: (groupIndex: number) => number;
|
|
784
820
|
setAddedProducts: (product: IProduct) => void;
|
|
785
821
|
setCurrentCard: (card: any) => void;
|
|
@@ -804,7 +840,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
804
840
|
isAnimationFly: boolean;
|
|
805
841
|
textErrorRequaired: string;
|
|
806
842
|
};
|
|
807
|
-
}, "stateCard" | "isOpenWindow" | "isUpSale" | "dataUpSale" | "isAddToCard">, Pick<{
|
|
843
|
+
}, "stateCard" | "isOpenWindow" | "isUpSale" | "dataUpSale" | "productCards" | "isAddToCard">, Pick<{
|
|
808
844
|
stateCard: Ref<{
|
|
809
845
|
openCard: {
|
|
810
846
|
id: string;
|
|
@@ -852,6 +888,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
852
888
|
is_default: boolean;
|
|
853
889
|
price?: number | undefined;
|
|
854
890
|
} | null | undefined;
|
|
891
|
+
is_fake?: boolean | undefined;
|
|
855
892
|
}[];
|
|
856
893
|
group_modifiers: {
|
|
857
894
|
id: string;
|
|
@@ -889,7 +926,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
889
926
|
is_default: boolean;
|
|
890
927
|
price?: number | undefined;
|
|
891
928
|
} | null | undefined;
|
|
929
|
+
is_fake?: boolean | undefined;
|
|
892
930
|
}[];
|
|
931
|
+
is_fake?: boolean | undefined;
|
|
893
932
|
}[];
|
|
894
933
|
energy_amount?: number | undefined;
|
|
895
934
|
proteins_amount?: number | undefined;
|
|
@@ -904,6 +943,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
904
943
|
new_price: number;
|
|
905
944
|
openApiKey?: any;
|
|
906
945
|
show_recommendations: boolean;
|
|
946
|
+
adult?: boolean | undefined;
|
|
947
|
+
is_fake?: boolean | undefined;
|
|
907
948
|
} | null;
|
|
908
949
|
currentModifier: {
|
|
909
950
|
id: string;
|
|
@@ -932,6 +973,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
932
973
|
is_default: boolean;
|
|
933
974
|
price?: number | undefined;
|
|
934
975
|
} | null | undefined;
|
|
976
|
+
is_fake?: boolean | undefined;
|
|
935
977
|
} | null;
|
|
936
978
|
groupModifiers: {
|
|
937
979
|
id: string;
|
|
@@ -969,7 +1011,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
969
1011
|
is_default: boolean;
|
|
970
1012
|
price?: number | undefined;
|
|
971
1013
|
} | null | undefined;
|
|
1014
|
+
is_fake?: boolean | undefined;
|
|
972
1015
|
}[];
|
|
1016
|
+
is_fake?: boolean | undefined;
|
|
973
1017
|
}[];
|
|
974
1018
|
groupModifiersSelected: {
|
|
975
1019
|
group: string;
|
|
@@ -1001,6 +1045,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1001
1045
|
is_default: boolean;
|
|
1002
1046
|
price?: number | undefined;
|
|
1003
1047
|
} | null | undefined;
|
|
1048
|
+
is_fake?: boolean | undefined;
|
|
1004
1049
|
}[];
|
|
1005
1050
|
}[];
|
|
1006
1051
|
groupCurrentOpen: {
|
|
@@ -1047,7 +1092,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1047
1092
|
is_default: boolean;
|
|
1048
1093
|
price?: number | undefined;
|
|
1049
1094
|
} | null | undefined;
|
|
1095
|
+
is_fake?: boolean | undefined;
|
|
1050
1096
|
}[];
|
|
1097
|
+
is_fake?: boolean | undefined;
|
|
1051
1098
|
} | null;
|
|
1052
1099
|
isModifiedAmount: boolean;
|
|
1053
1100
|
selectedSize: {
|
|
@@ -1104,6 +1151,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1104
1151
|
is_default: boolean;
|
|
1105
1152
|
price?: number | undefined;
|
|
1106
1153
|
} | null | undefined;
|
|
1154
|
+
is_fake?: boolean | undefined;
|
|
1107
1155
|
}[];
|
|
1108
1156
|
group_modifiers: {
|
|
1109
1157
|
id: string;
|
|
@@ -1141,7 +1189,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1141
1189
|
is_default: boolean;
|
|
1142
1190
|
price?: number | undefined;
|
|
1143
1191
|
} | null | undefined;
|
|
1192
|
+
is_fake?: boolean | undefined;
|
|
1144
1193
|
}[];
|
|
1194
|
+
is_fake?: boolean | undefined;
|
|
1145
1195
|
}[];
|
|
1146
1196
|
energy_amount?: number | undefined;
|
|
1147
1197
|
proteins_amount?: number | undefined;
|
|
@@ -1156,6 +1206,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1156
1206
|
new_price: number;
|
|
1157
1207
|
openApiKey?: any;
|
|
1158
1208
|
show_recommendations: boolean;
|
|
1209
|
+
adult?: boolean | undefined;
|
|
1210
|
+
is_fake?: boolean | undefined;
|
|
1159
1211
|
}[];
|
|
1160
1212
|
plusButtonsRefs: HTMLElement[];
|
|
1161
1213
|
modalCount: number;
|
|
@@ -1224,6 +1276,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1224
1276
|
is_default: boolean;
|
|
1225
1277
|
price?: number | undefined;
|
|
1226
1278
|
} | null | undefined;
|
|
1279
|
+
is_fake?: boolean | undefined;
|
|
1227
1280
|
}[];
|
|
1228
1281
|
group_modifiers: {
|
|
1229
1282
|
id: string;
|
|
@@ -1261,7 +1314,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1261
1314
|
is_default: boolean;
|
|
1262
1315
|
price?: number | undefined;
|
|
1263
1316
|
} | null | undefined;
|
|
1317
|
+
is_fake?: boolean | undefined;
|
|
1264
1318
|
}[];
|
|
1319
|
+
is_fake?: boolean | undefined;
|
|
1265
1320
|
}[];
|
|
1266
1321
|
energy_amount?: number | undefined;
|
|
1267
1322
|
proteins_amount?: number | undefined;
|
|
@@ -1276,6 +1331,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1276
1331
|
new_price: number;
|
|
1277
1332
|
openApiKey?: any;
|
|
1278
1333
|
show_recommendations: boolean;
|
|
1334
|
+
adult?: boolean | undefined;
|
|
1335
|
+
is_fake?: boolean | undefined;
|
|
1279
1336
|
} | null;
|
|
1280
1337
|
currentModifier: {
|
|
1281
1338
|
id: string;
|
|
@@ -1304,6 +1361,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1304
1361
|
is_default: boolean;
|
|
1305
1362
|
price?: number | undefined;
|
|
1306
1363
|
} | null | undefined;
|
|
1364
|
+
is_fake?: boolean | undefined;
|
|
1307
1365
|
} | null;
|
|
1308
1366
|
groupModifiers: {
|
|
1309
1367
|
id: string;
|
|
@@ -1341,7 +1399,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1341
1399
|
is_default: boolean;
|
|
1342
1400
|
price?: number | undefined;
|
|
1343
1401
|
} | null | undefined;
|
|
1402
|
+
is_fake?: boolean | undefined;
|
|
1344
1403
|
}[];
|
|
1404
|
+
is_fake?: boolean | undefined;
|
|
1345
1405
|
}[];
|
|
1346
1406
|
groupModifiersSelected: {
|
|
1347
1407
|
group: string;
|
|
@@ -1373,6 +1433,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1373
1433
|
is_default: boolean;
|
|
1374
1434
|
price?: number | undefined;
|
|
1375
1435
|
} | null | undefined;
|
|
1436
|
+
is_fake?: boolean | undefined;
|
|
1376
1437
|
}[];
|
|
1377
1438
|
}[];
|
|
1378
1439
|
groupCurrentOpen: {
|
|
@@ -1419,7 +1480,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1419
1480
|
is_default: boolean;
|
|
1420
1481
|
price?: number | undefined;
|
|
1421
1482
|
} | null | undefined;
|
|
1483
|
+
is_fake?: boolean | undefined;
|
|
1422
1484
|
}[];
|
|
1485
|
+
is_fake?: boolean | undefined;
|
|
1423
1486
|
} | null;
|
|
1424
1487
|
isModifiedAmount: boolean;
|
|
1425
1488
|
selectedSize: {
|
|
@@ -1476,6 +1539,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1476
1539
|
is_default: boolean;
|
|
1477
1540
|
price?: number | undefined;
|
|
1478
1541
|
} | null | undefined;
|
|
1542
|
+
is_fake?: boolean | undefined;
|
|
1479
1543
|
}[];
|
|
1480
1544
|
group_modifiers: {
|
|
1481
1545
|
id: string;
|
|
@@ -1513,7 +1577,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1513
1577
|
is_default: boolean;
|
|
1514
1578
|
price?: number | undefined;
|
|
1515
1579
|
} | null | undefined;
|
|
1580
|
+
is_fake?: boolean | undefined;
|
|
1516
1581
|
}[];
|
|
1582
|
+
is_fake?: boolean | undefined;
|
|
1517
1583
|
}[];
|
|
1518
1584
|
energy_amount?: number | undefined;
|
|
1519
1585
|
proteins_amount?: number | undefined;
|
|
@@ -1528,6 +1594,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1528
1594
|
new_price: number;
|
|
1529
1595
|
openApiKey?: any;
|
|
1530
1596
|
show_recommendations: boolean;
|
|
1597
|
+
adult?: boolean | undefined;
|
|
1598
|
+
is_fake?: boolean | undefined;
|
|
1531
1599
|
}[];
|
|
1532
1600
|
plusButtonsRefs: HTMLElement[];
|
|
1533
1601
|
modalCount: number;
|
|
@@ -1578,11 +1646,15 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1578
1646
|
is_default: boolean;
|
|
1579
1647
|
price?: number | undefined;
|
|
1580
1648
|
} | null | undefined;
|
|
1649
|
+
is_fake?: boolean | undefined;
|
|
1581
1650
|
}[];
|
|
1651
|
+
is_fake?: boolean | undefined;
|
|
1582
1652
|
};
|
|
1583
1653
|
}>;
|
|
1584
1654
|
dataUpSale: Ref<any, any>;
|
|
1655
|
+
productCards: Ref<any[], any[]>;
|
|
1585
1656
|
isAddToCard: Ref<boolean, boolean>;
|
|
1657
|
+
setProduct: (products: any) => void;
|
|
1586
1658
|
summModifierAmount: (groupIndex: number) => number;
|
|
1587
1659
|
setAddedProducts: (product: IProduct) => void;
|
|
1588
1660
|
setCurrentCard: (card: any) => void;
|
|
@@ -1655,6 +1727,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1655
1727
|
is_default: boolean;
|
|
1656
1728
|
price?: number | undefined;
|
|
1657
1729
|
} | null | undefined;
|
|
1730
|
+
is_fake?: boolean | undefined;
|
|
1658
1731
|
}[];
|
|
1659
1732
|
group_modifiers: {
|
|
1660
1733
|
id: string;
|
|
@@ -1692,7 +1765,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1692
1765
|
is_default: boolean;
|
|
1693
1766
|
price?: number | undefined;
|
|
1694
1767
|
} | null | undefined;
|
|
1768
|
+
is_fake?: boolean | undefined;
|
|
1695
1769
|
}[];
|
|
1770
|
+
is_fake?: boolean | undefined;
|
|
1696
1771
|
}[];
|
|
1697
1772
|
energy_amount?: number | undefined;
|
|
1698
1773
|
proteins_amount?: number | undefined;
|
|
@@ -1707,6 +1782,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1707
1782
|
new_price: number;
|
|
1708
1783
|
openApiKey?: any;
|
|
1709
1784
|
show_recommendations: boolean;
|
|
1785
|
+
adult?: boolean | undefined;
|
|
1786
|
+
is_fake?: boolean | undefined;
|
|
1710
1787
|
} | null;
|
|
1711
1788
|
currentModifier: {
|
|
1712
1789
|
id: string;
|
|
@@ -1735,6 +1812,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1735
1812
|
is_default: boolean;
|
|
1736
1813
|
price?: number | undefined;
|
|
1737
1814
|
} | null | undefined;
|
|
1815
|
+
is_fake?: boolean | undefined;
|
|
1738
1816
|
} | null;
|
|
1739
1817
|
groupModifiers: {
|
|
1740
1818
|
id: string;
|
|
@@ -1772,7 +1850,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1772
1850
|
is_default: boolean;
|
|
1773
1851
|
price?: number | undefined;
|
|
1774
1852
|
} | null | undefined;
|
|
1853
|
+
is_fake?: boolean | undefined;
|
|
1775
1854
|
}[];
|
|
1855
|
+
is_fake?: boolean | undefined;
|
|
1776
1856
|
}[];
|
|
1777
1857
|
groupModifiersSelected: {
|
|
1778
1858
|
group: string;
|
|
@@ -1804,6 +1884,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1804
1884
|
is_default: boolean;
|
|
1805
1885
|
price?: number | undefined;
|
|
1806
1886
|
} | null | undefined;
|
|
1887
|
+
is_fake?: boolean | undefined;
|
|
1807
1888
|
}[];
|
|
1808
1889
|
}[];
|
|
1809
1890
|
groupCurrentOpen: {
|
|
@@ -1850,7 +1931,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1850
1931
|
is_default: boolean;
|
|
1851
1932
|
price?: number | undefined;
|
|
1852
1933
|
} | null | undefined;
|
|
1934
|
+
is_fake?: boolean | undefined;
|
|
1853
1935
|
}[];
|
|
1936
|
+
is_fake?: boolean | undefined;
|
|
1854
1937
|
} | null;
|
|
1855
1938
|
isModifiedAmount: boolean;
|
|
1856
1939
|
selectedSize: {
|
|
@@ -1907,6 +1990,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1907
1990
|
is_default: boolean;
|
|
1908
1991
|
price?: number | undefined;
|
|
1909
1992
|
} | null | undefined;
|
|
1993
|
+
is_fake?: boolean | undefined;
|
|
1910
1994
|
}[];
|
|
1911
1995
|
group_modifiers: {
|
|
1912
1996
|
id: string;
|
|
@@ -1944,7 +2028,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1944
2028
|
is_default: boolean;
|
|
1945
2029
|
price?: number | undefined;
|
|
1946
2030
|
} | null | undefined;
|
|
2031
|
+
is_fake?: boolean | undefined;
|
|
1947
2032
|
}[];
|
|
2033
|
+
is_fake?: boolean | undefined;
|
|
1948
2034
|
}[];
|
|
1949
2035
|
energy_amount?: number | undefined;
|
|
1950
2036
|
proteins_amount?: number | undefined;
|
|
@@ -1959,6 +2045,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1959
2045
|
new_price: number;
|
|
1960
2046
|
openApiKey?: any;
|
|
1961
2047
|
show_recommendations: boolean;
|
|
2048
|
+
adult?: boolean | undefined;
|
|
2049
|
+
is_fake?: boolean | undefined;
|
|
1962
2050
|
}[];
|
|
1963
2051
|
plusButtonsRefs: HTMLElement[];
|
|
1964
2052
|
modalCount: number;
|
|
@@ -2027,6 +2115,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2027
2115
|
is_default: boolean;
|
|
2028
2116
|
price?: number | undefined;
|
|
2029
2117
|
} | null | undefined;
|
|
2118
|
+
is_fake?: boolean | undefined;
|
|
2030
2119
|
}[];
|
|
2031
2120
|
group_modifiers: {
|
|
2032
2121
|
id: string;
|
|
@@ -2064,7 +2153,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2064
2153
|
is_default: boolean;
|
|
2065
2154
|
price?: number | undefined;
|
|
2066
2155
|
} | null | undefined;
|
|
2156
|
+
is_fake?: boolean | undefined;
|
|
2067
2157
|
}[];
|
|
2158
|
+
is_fake?: boolean | undefined;
|
|
2068
2159
|
}[];
|
|
2069
2160
|
energy_amount?: number | undefined;
|
|
2070
2161
|
proteins_amount?: number | undefined;
|
|
@@ -2079,6 +2170,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2079
2170
|
new_price: number;
|
|
2080
2171
|
openApiKey?: any;
|
|
2081
2172
|
show_recommendations: boolean;
|
|
2173
|
+
adult?: boolean | undefined;
|
|
2174
|
+
is_fake?: boolean | undefined;
|
|
2082
2175
|
} | null;
|
|
2083
2176
|
currentModifier: {
|
|
2084
2177
|
id: string;
|
|
@@ -2107,6 +2200,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2107
2200
|
is_default: boolean;
|
|
2108
2201
|
price?: number | undefined;
|
|
2109
2202
|
} | null | undefined;
|
|
2203
|
+
is_fake?: boolean | undefined;
|
|
2110
2204
|
} | null;
|
|
2111
2205
|
groupModifiers: {
|
|
2112
2206
|
id: string;
|
|
@@ -2144,7 +2238,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2144
2238
|
is_default: boolean;
|
|
2145
2239
|
price?: number | undefined;
|
|
2146
2240
|
} | null | undefined;
|
|
2241
|
+
is_fake?: boolean | undefined;
|
|
2147
2242
|
}[];
|
|
2243
|
+
is_fake?: boolean | undefined;
|
|
2148
2244
|
}[];
|
|
2149
2245
|
groupModifiersSelected: {
|
|
2150
2246
|
group: string;
|
|
@@ -2176,6 +2272,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2176
2272
|
is_default: boolean;
|
|
2177
2273
|
price?: number | undefined;
|
|
2178
2274
|
} | null | undefined;
|
|
2275
|
+
is_fake?: boolean | undefined;
|
|
2179
2276
|
}[];
|
|
2180
2277
|
}[];
|
|
2181
2278
|
groupCurrentOpen: {
|
|
@@ -2222,7 +2319,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2222
2319
|
is_default: boolean;
|
|
2223
2320
|
price?: number | undefined;
|
|
2224
2321
|
} | null | undefined;
|
|
2322
|
+
is_fake?: boolean | undefined;
|
|
2225
2323
|
}[];
|
|
2324
|
+
is_fake?: boolean | undefined;
|
|
2226
2325
|
} | null;
|
|
2227
2326
|
isModifiedAmount: boolean;
|
|
2228
2327
|
selectedSize: {
|
|
@@ -2279,6 +2378,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2279
2378
|
is_default: boolean;
|
|
2280
2379
|
price?: number | undefined;
|
|
2281
2380
|
} | null | undefined;
|
|
2381
|
+
is_fake?: boolean | undefined;
|
|
2282
2382
|
}[];
|
|
2283
2383
|
group_modifiers: {
|
|
2284
2384
|
id: string;
|
|
@@ -2316,7 +2416,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2316
2416
|
is_default: boolean;
|
|
2317
2417
|
price?: number | undefined;
|
|
2318
2418
|
} | null | undefined;
|
|
2419
|
+
is_fake?: boolean | undefined;
|
|
2319
2420
|
}[];
|
|
2421
|
+
is_fake?: boolean | undefined;
|
|
2320
2422
|
}[];
|
|
2321
2423
|
energy_amount?: number | undefined;
|
|
2322
2424
|
proteins_amount?: number | undefined;
|
|
@@ -2331,6 +2433,8 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2331
2433
|
new_price: number;
|
|
2332
2434
|
openApiKey?: any;
|
|
2333
2435
|
show_recommendations: boolean;
|
|
2436
|
+
adult?: boolean | undefined;
|
|
2437
|
+
is_fake?: boolean | undefined;
|
|
2334
2438
|
}[];
|
|
2335
2439
|
plusButtonsRefs: HTMLElement[];
|
|
2336
2440
|
modalCount: number;
|
|
@@ -2381,11 +2485,15 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2381
2485
|
is_default: boolean;
|
|
2382
2486
|
price?: number | undefined;
|
|
2383
2487
|
} | null | undefined;
|
|
2488
|
+
is_fake?: boolean | undefined;
|
|
2384
2489
|
}[];
|
|
2490
|
+
is_fake?: boolean | undefined;
|
|
2385
2491
|
};
|
|
2386
2492
|
}>;
|
|
2387
2493
|
dataUpSale: Ref<any, any>;
|
|
2494
|
+
productCards: Ref<any[], any[]>;
|
|
2388
2495
|
isAddToCard: Ref<boolean, boolean>;
|
|
2496
|
+
setProduct: (products: any) => void;
|
|
2389
2497
|
summModifierAmount: (groupIndex: number) => number;
|
|
2390
2498
|
setAddedProducts: (product: IProduct) => void;
|
|
2391
2499
|
setCurrentCard: (card: any) => void;
|
|
@@ -2410,4 +2518,4 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2410
2518
|
isAnimationFly: boolean;
|
|
2411
2519
|
textErrorRequaired: string;
|
|
2412
2520
|
};
|
|
2413
|
-
}, "plusAmount" | "minusAmount" | "summModifierAmount" | "setAddedProducts" | "setCurrentCard" | "toggleNotRequire" | "modifierSelect" | "defaultAmountModifiers" | "reset">>;
|
|
2521
|
+
}, "plusAmount" | "minusAmount" | "setProduct" | "summModifierAmount" | "setAddedProducts" | "setCurrentCard" | "toggleNotRequire" | "modifierSelect" | "defaultAmountModifiers" | "reset">>;
|