@inno_user/inno_clouds_lib 8.2.4 → 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/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;
|
|
@@ -102,6 +105,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
102
105
|
openApiKey?: any;
|
|
103
106
|
show_recommendations: boolean;
|
|
104
107
|
adult?: boolean | undefined;
|
|
108
|
+
is_fake?: boolean | undefined;
|
|
105
109
|
} | null;
|
|
106
110
|
currentModifier: {
|
|
107
111
|
id: string;
|
|
@@ -130,6 +134,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
130
134
|
is_default: boolean;
|
|
131
135
|
price?: number | undefined;
|
|
132
136
|
} | null | undefined;
|
|
137
|
+
is_fake?: boolean | undefined;
|
|
133
138
|
} | null;
|
|
134
139
|
groupModifiers: {
|
|
135
140
|
id: string;
|
|
@@ -167,7 +172,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
167
172
|
is_default: boolean;
|
|
168
173
|
price?: number | undefined;
|
|
169
174
|
} | null | undefined;
|
|
175
|
+
is_fake?: boolean | undefined;
|
|
170
176
|
}[];
|
|
177
|
+
is_fake?: boolean | undefined;
|
|
171
178
|
}[];
|
|
172
179
|
groupModifiersSelected: {
|
|
173
180
|
group: string;
|
|
@@ -199,6 +206,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
199
206
|
is_default: boolean;
|
|
200
207
|
price?: number | undefined;
|
|
201
208
|
} | null | undefined;
|
|
209
|
+
is_fake?: boolean | undefined;
|
|
202
210
|
}[];
|
|
203
211
|
}[];
|
|
204
212
|
groupCurrentOpen: {
|
|
@@ -245,7 +253,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
245
253
|
is_default: boolean;
|
|
246
254
|
price?: number | undefined;
|
|
247
255
|
} | null | undefined;
|
|
256
|
+
is_fake?: boolean | undefined;
|
|
248
257
|
}[];
|
|
258
|
+
is_fake?: boolean | undefined;
|
|
249
259
|
} | null;
|
|
250
260
|
isModifiedAmount: boolean;
|
|
251
261
|
selectedSize: {
|
|
@@ -302,6 +312,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
302
312
|
is_default: boolean;
|
|
303
313
|
price?: number | undefined;
|
|
304
314
|
} | null | undefined;
|
|
315
|
+
is_fake?: boolean | undefined;
|
|
305
316
|
}[];
|
|
306
317
|
group_modifiers: {
|
|
307
318
|
id: string;
|
|
@@ -339,7 +350,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
339
350
|
is_default: boolean;
|
|
340
351
|
price?: number | undefined;
|
|
341
352
|
} | null | undefined;
|
|
353
|
+
is_fake?: boolean | undefined;
|
|
342
354
|
}[];
|
|
355
|
+
is_fake?: boolean | undefined;
|
|
343
356
|
}[];
|
|
344
357
|
energy_amount?: number | undefined;
|
|
345
358
|
proteins_amount?: number | undefined;
|
|
@@ -355,6 +368,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
355
368
|
openApiKey?: any;
|
|
356
369
|
show_recommendations: boolean;
|
|
357
370
|
adult?: boolean | undefined;
|
|
371
|
+
is_fake?: boolean | undefined;
|
|
358
372
|
}[];
|
|
359
373
|
plusButtonsRefs: HTMLElement[];
|
|
360
374
|
modalCount: number;
|
|
@@ -423,6 +437,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
423
437
|
is_default: boolean;
|
|
424
438
|
price?: number | undefined;
|
|
425
439
|
} | null | undefined;
|
|
440
|
+
is_fake?: boolean | undefined;
|
|
426
441
|
}[];
|
|
427
442
|
group_modifiers: {
|
|
428
443
|
id: string;
|
|
@@ -460,7 +475,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
460
475
|
is_default: boolean;
|
|
461
476
|
price?: number | undefined;
|
|
462
477
|
} | null | undefined;
|
|
478
|
+
is_fake?: boolean | undefined;
|
|
463
479
|
}[];
|
|
480
|
+
is_fake?: boolean | undefined;
|
|
464
481
|
}[];
|
|
465
482
|
energy_amount?: number | undefined;
|
|
466
483
|
proteins_amount?: number | undefined;
|
|
@@ -476,6 +493,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
476
493
|
openApiKey?: any;
|
|
477
494
|
show_recommendations: boolean;
|
|
478
495
|
adult?: boolean | undefined;
|
|
496
|
+
is_fake?: boolean | undefined;
|
|
479
497
|
} | null;
|
|
480
498
|
currentModifier: {
|
|
481
499
|
id: string;
|
|
@@ -504,6 +522,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
504
522
|
is_default: boolean;
|
|
505
523
|
price?: number | undefined;
|
|
506
524
|
} | null | undefined;
|
|
525
|
+
is_fake?: boolean | undefined;
|
|
507
526
|
} | null;
|
|
508
527
|
groupModifiers: {
|
|
509
528
|
id: string;
|
|
@@ -541,7 +560,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
541
560
|
is_default: boolean;
|
|
542
561
|
price?: number | undefined;
|
|
543
562
|
} | null | undefined;
|
|
563
|
+
is_fake?: boolean | undefined;
|
|
544
564
|
}[];
|
|
565
|
+
is_fake?: boolean | undefined;
|
|
545
566
|
}[];
|
|
546
567
|
groupModifiersSelected: {
|
|
547
568
|
group: string;
|
|
@@ -573,6 +594,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
573
594
|
is_default: boolean;
|
|
574
595
|
price?: number | undefined;
|
|
575
596
|
} | null | undefined;
|
|
597
|
+
is_fake?: boolean | undefined;
|
|
576
598
|
}[];
|
|
577
599
|
}[];
|
|
578
600
|
groupCurrentOpen: {
|
|
@@ -619,7 +641,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
619
641
|
is_default: boolean;
|
|
620
642
|
price?: number | undefined;
|
|
621
643
|
} | null | undefined;
|
|
644
|
+
is_fake?: boolean | undefined;
|
|
622
645
|
}[];
|
|
646
|
+
is_fake?: boolean | undefined;
|
|
623
647
|
} | null;
|
|
624
648
|
isModifiedAmount: boolean;
|
|
625
649
|
selectedSize: {
|
|
@@ -676,6 +700,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
676
700
|
is_default: boolean;
|
|
677
701
|
price?: number | undefined;
|
|
678
702
|
} | null | undefined;
|
|
703
|
+
is_fake?: boolean | undefined;
|
|
679
704
|
}[];
|
|
680
705
|
group_modifiers: {
|
|
681
706
|
id: string;
|
|
@@ -713,7 +738,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
713
738
|
is_default: boolean;
|
|
714
739
|
price?: number | undefined;
|
|
715
740
|
} | null | undefined;
|
|
741
|
+
is_fake?: boolean | undefined;
|
|
716
742
|
}[];
|
|
743
|
+
is_fake?: boolean | undefined;
|
|
717
744
|
}[];
|
|
718
745
|
energy_amount?: number | undefined;
|
|
719
746
|
proteins_amount?: number | undefined;
|
|
@@ -729,6 +756,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
729
756
|
openApiKey?: any;
|
|
730
757
|
show_recommendations: boolean;
|
|
731
758
|
adult?: boolean | undefined;
|
|
759
|
+
is_fake?: boolean | undefined;
|
|
732
760
|
}[];
|
|
733
761
|
plusButtonsRefs: HTMLElement[];
|
|
734
762
|
modalCount: number;
|
|
@@ -779,7 +807,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
779
807
|
is_default: boolean;
|
|
780
808
|
price?: number | undefined;
|
|
781
809
|
} | null | undefined;
|
|
810
|
+
is_fake?: boolean | undefined;
|
|
782
811
|
}[];
|
|
812
|
+
is_fake?: boolean | undefined;
|
|
783
813
|
};
|
|
784
814
|
}>;
|
|
785
815
|
dataUpSale: Ref<any, any>;
|
|
@@ -858,6 +888,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
858
888
|
is_default: boolean;
|
|
859
889
|
price?: number | undefined;
|
|
860
890
|
} | null | undefined;
|
|
891
|
+
is_fake?: boolean | undefined;
|
|
861
892
|
}[];
|
|
862
893
|
group_modifiers: {
|
|
863
894
|
id: string;
|
|
@@ -895,7 +926,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
895
926
|
is_default: boolean;
|
|
896
927
|
price?: number | undefined;
|
|
897
928
|
} | null | undefined;
|
|
929
|
+
is_fake?: boolean | undefined;
|
|
898
930
|
}[];
|
|
931
|
+
is_fake?: boolean | undefined;
|
|
899
932
|
}[];
|
|
900
933
|
energy_amount?: number | undefined;
|
|
901
934
|
proteins_amount?: number | undefined;
|
|
@@ -911,6 +944,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
911
944
|
openApiKey?: any;
|
|
912
945
|
show_recommendations: boolean;
|
|
913
946
|
adult?: boolean | undefined;
|
|
947
|
+
is_fake?: boolean | undefined;
|
|
914
948
|
} | null;
|
|
915
949
|
currentModifier: {
|
|
916
950
|
id: string;
|
|
@@ -939,6 +973,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
939
973
|
is_default: boolean;
|
|
940
974
|
price?: number | undefined;
|
|
941
975
|
} | null | undefined;
|
|
976
|
+
is_fake?: boolean | undefined;
|
|
942
977
|
} | null;
|
|
943
978
|
groupModifiers: {
|
|
944
979
|
id: string;
|
|
@@ -976,7 +1011,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
976
1011
|
is_default: boolean;
|
|
977
1012
|
price?: number | undefined;
|
|
978
1013
|
} | null | undefined;
|
|
1014
|
+
is_fake?: boolean | undefined;
|
|
979
1015
|
}[];
|
|
1016
|
+
is_fake?: boolean | undefined;
|
|
980
1017
|
}[];
|
|
981
1018
|
groupModifiersSelected: {
|
|
982
1019
|
group: string;
|
|
@@ -1008,6 +1045,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1008
1045
|
is_default: boolean;
|
|
1009
1046
|
price?: number | undefined;
|
|
1010
1047
|
} | null | undefined;
|
|
1048
|
+
is_fake?: boolean | undefined;
|
|
1011
1049
|
}[];
|
|
1012
1050
|
}[];
|
|
1013
1051
|
groupCurrentOpen: {
|
|
@@ -1054,7 +1092,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1054
1092
|
is_default: boolean;
|
|
1055
1093
|
price?: number | undefined;
|
|
1056
1094
|
} | null | undefined;
|
|
1095
|
+
is_fake?: boolean | undefined;
|
|
1057
1096
|
}[];
|
|
1097
|
+
is_fake?: boolean | undefined;
|
|
1058
1098
|
} | null;
|
|
1059
1099
|
isModifiedAmount: boolean;
|
|
1060
1100
|
selectedSize: {
|
|
@@ -1111,6 +1151,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1111
1151
|
is_default: boolean;
|
|
1112
1152
|
price?: number | undefined;
|
|
1113
1153
|
} | null | undefined;
|
|
1154
|
+
is_fake?: boolean | undefined;
|
|
1114
1155
|
}[];
|
|
1115
1156
|
group_modifiers: {
|
|
1116
1157
|
id: string;
|
|
@@ -1148,7 +1189,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1148
1189
|
is_default: boolean;
|
|
1149
1190
|
price?: number | undefined;
|
|
1150
1191
|
} | null | undefined;
|
|
1192
|
+
is_fake?: boolean | undefined;
|
|
1151
1193
|
}[];
|
|
1194
|
+
is_fake?: boolean | undefined;
|
|
1152
1195
|
}[];
|
|
1153
1196
|
energy_amount?: number | undefined;
|
|
1154
1197
|
proteins_amount?: number | undefined;
|
|
@@ -1164,6 +1207,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1164
1207
|
openApiKey?: any;
|
|
1165
1208
|
show_recommendations: boolean;
|
|
1166
1209
|
adult?: boolean | undefined;
|
|
1210
|
+
is_fake?: boolean | undefined;
|
|
1167
1211
|
}[];
|
|
1168
1212
|
plusButtonsRefs: HTMLElement[];
|
|
1169
1213
|
modalCount: number;
|
|
@@ -1232,6 +1276,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1232
1276
|
is_default: boolean;
|
|
1233
1277
|
price?: number | undefined;
|
|
1234
1278
|
} | null | undefined;
|
|
1279
|
+
is_fake?: boolean | undefined;
|
|
1235
1280
|
}[];
|
|
1236
1281
|
group_modifiers: {
|
|
1237
1282
|
id: string;
|
|
@@ -1269,7 +1314,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1269
1314
|
is_default: boolean;
|
|
1270
1315
|
price?: number | undefined;
|
|
1271
1316
|
} | null | undefined;
|
|
1317
|
+
is_fake?: boolean | undefined;
|
|
1272
1318
|
}[];
|
|
1319
|
+
is_fake?: boolean | undefined;
|
|
1273
1320
|
}[];
|
|
1274
1321
|
energy_amount?: number | undefined;
|
|
1275
1322
|
proteins_amount?: number | undefined;
|
|
@@ -1285,6 +1332,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1285
1332
|
openApiKey?: any;
|
|
1286
1333
|
show_recommendations: boolean;
|
|
1287
1334
|
adult?: boolean | undefined;
|
|
1335
|
+
is_fake?: boolean | undefined;
|
|
1288
1336
|
} | null;
|
|
1289
1337
|
currentModifier: {
|
|
1290
1338
|
id: string;
|
|
@@ -1313,6 +1361,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1313
1361
|
is_default: boolean;
|
|
1314
1362
|
price?: number | undefined;
|
|
1315
1363
|
} | null | undefined;
|
|
1364
|
+
is_fake?: boolean | undefined;
|
|
1316
1365
|
} | null;
|
|
1317
1366
|
groupModifiers: {
|
|
1318
1367
|
id: string;
|
|
@@ -1350,7 +1399,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1350
1399
|
is_default: boolean;
|
|
1351
1400
|
price?: number | undefined;
|
|
1352
1401
|
} | null | undefined;
|
|
1402
|
+
is_fake?: boolean | undefined;
|
|
1353
1403
|
}[];
|
|
1404
|
+
is_fake?: boolean | undefined;
|
|
1354
1405
|
}[];
|
|
1355
1406
|
groupModifiersSelected: {
|
|
1356
1407
|
group: string;
|
|
@@ -1382,6 +1433,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1382
1433
|
is_default: boolean;
|
|
1383
1434
|
price?: number | undefined;
|
|
1384
1435
|
} | null | undefined;
|
|
1436
|
+
is_fake?: boolean | undefined;
|
|
1385
1437
|
}[];
|
|
1386
1438
|
}[];
|
|
1387
1439
|
groupCurrentOpen: {
|
|
@@ -1428,7 +1480,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1428
1480
|
is_default: boolean;
|
|
1429
1481
|
price?: number | undefined;
|
|
1430
1482
|
} | null | undefined;
|
|
1483
|
+
is_fake?: boolean | undefined;
|
|
1431
1484
|
}[];
|
|
1485
|
+
is_fake?: boolean | undefined;
|
|
1432
1486
|
} | null;
|
|
1433
1487
|
isModifiedAmount: boolean;
|
|
1434
1488
|
selectedSize: {
|
|
@@ -1485,6 +1539,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1485
1539
|
is_default: boolean;
|
|
1486
1540
|
price?: number | undefined;
|
|
1487
1541
|
} | null | undefined;
|
|
1542
|
+
is_fake?: boolean | undefined;
|
|
1488
1543
|
}[];
|
|
1489
1544
|
group_modifiers: {
|
|
1490
1545
|
id: string;
|
|
@@ -1522,7 +1577,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1522
1577
|
is_default: boolean;
|
|
1523
1578
|
price?: number | undefined;
|
|
1524
1579
|
} | null | undefined;
|
|
1580
|
+
is_fake?: boolean | undefined;
|
|
1525
1581
|
}[];
|
|
1582
|
+
is_fake?: boolean | undefined;
|
|
1526
1583
|
}[];
|
|
1527
1584
|
energy_amount?: number | undefined;
|
|
1528
1585
|
proteins_amount?: number | undefined;
|
|
@@ -1538,6 +1595,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1538
1595
|
openApiKey?: any;
|
|
1539
1596
|
show_recommendations: boolean;
|
|
1540
1597
|
adult?: boolean | undefined;
|
|
1598
|
+
is_fake?: boolean | undefined;
|
|
1541
1599
|
}[];
|
|
1542
1600
|
plusButtonsRefs: HTMLElement[];
|
|
1543
1601
|
modalCount: number;
|
|
@@ -1588,7 +1646,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1588
1646
|
is_default: boolean;
|
|
1589
1647
|
price?: number | undefined;
|
|
1590
1648
|
} | null | undefined;
|
|
1649
|
+
is_fake?: boolean | undefined;
|
|
1591
1650
|
}[];
|
|
1651
|
+
is_fake?: boolean | undefined;
|
|
1592
1652
|
};
|
|
1593
1653
|
}>;
|
|
1594
1654
|
dataUpSale: Ref<any, any>;
|
|
@@ -1667,6 +1727,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1667
1727
|
is_default: boolean;
|
|
1668
1728
|
price?: number | undefined;
|
|
1669
1729
|
} | null | undefined;
|
|
1730
|
+
is_fake?: boolean | undefined;
|
|
1670
1731
|
}[];
|
|
1671
1732
|
group_modifiers: {
|
|
1672
1733
|
id: string;
|
|
@@ -1704,7 +1765,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1704
1765
|
is_default: boolean;
|
|
1705
1766
|
price?: number | undefined;
|
|
1706
1767
|
} | null | undefined;
|
|
1768
|
+
is_fake?: boolean | undefined;
|
|
1707
1769
|
}[];
|
|
1770
|
+
is_fake?: boolean | undefined;
|
|
1708
1771
|
}[];
|
|
1709
1772
|
energy_amount?: number | undefined;
|
|
1710
1773
|
proteins_amount?: number | undefined;
|
|
@@ -1720,6 +1783,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1720
1783
|
openApiKey?: any;
|
|
1721
1784
|
show_recommendations: boolean;
|
|
1722
1785
|
adult?: boolean | undefined;
|
|
1786
|
+
is_fake?: boolean | undefined;
|
|
1723
1787
|
} | null;
|
|
1724
1788
|
currentModifier: {
|
|
1725
1789
|
id: string;
|
|
@@ -1748,6 +1812,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1748
1812
|
is_default: boolean;
|
|
1749
1813
|
price?: number | undefined;
|
|
1750
1814
|
} | null | undefined;
|
|
1815
|
+
is_fake?: boolean | undefined;
|
|
1751
1816
|
} | null;
|
|
1752
1817
|
groupModifiers: {
|
|
1753
1818
|
id: string;
|
|
@@ -1785,7 +1850,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1785
1850
|
is_default: boolean;
|
|
1786
1851
|
price?: number | undefined;
|
|
1787
1852
|
} | null | undefined;
|
|
1853
|
+
is_fake?: boolean | undefined;
|
|
1788
1854
|
}[];
|
|
1855
|
+
is_fake?: boolean | undefined;
|
|
1789
1856
|
}[];
|
|
1790
1857
|
groupModifiersSelected: {
|
|
1791
1858
|
group: string;
|
|
@@ -1817,6 +1884,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1817
1884
|
is_default: boolean;
|
|
1818
1885
|
price?: number | undefined;
|
|
1819
1886
|
} | null | undefined;
|
|
1887
|
+
is_fake?: boolean | undefined;
|
|
1820
1888
|
}[];
|
|
1821
1889
|
}[];
|
|
1822
1890
|
groupCurrentOpen: {
|
|
@@ -1863,7 +1931,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1863
1931
|
is_default: boolean;
|
|
1864
1932
|
price?: number | undefined;
|
|
1865
1933
|
} | null | undefined;
|
|
1934
|
+
is_fake?: boolean | undefined;
|
|
1866
1935
|
}[];
|
|
1936
|
+
is_fake?: boolean | undefined;
|
|
1867
1937
|
} | null;
|
|
1868
1938
|
isModifiedAmount: boolean;
|
|
1869
1939
|
selectedSize: {
|
|
@@ -1920,6 +1990,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1920
1990
|
is_default: boolean;
|
|
1921
1991
|
price?: number | undefined;
|
|
1922
1992
|
} | null | undefined;
|
|
1993
|
+
is_fake?: boolean | undefined;
|
|
1923
1994
|
}[];
|
|
1924
1995
|
group_modifiers: {
|
|
1925
1996
|
id: string;
|
|
@@ -1957,7 +2028,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1957
2028
|
is_default: boolean;
|
|
1958
2029
|
price?: number | undefined;
|
|
1959
2030
|
} | null | undefined;
|
|
2031
|
+
is_fake?: boolean | undefined;
|
|
1960
2032
|
}[];
|
|
2033
|
+
is_fake?: boolean | undefined;
|
|
1961
2034
|
}[];
|
|
1962
2035
|
energy_amount?: number | undefined;
|
|
1963
2036
|
proteins_amount?: number | undefined;
|
|
@@ -1973,6 +2046,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
1973
2046
|
openApiKey?: any;
|
|
1974
2047
|
show_recommendations: boolean;
|
|
1975
2048
|
adult?: boolean | undefined;
|
|
2049
|
+
is_fake?: boolean | undefined;
|
|
1976
2050
|
}[];
|
|
1977
2051
|
plusButtonsRefs: HTMLElement[];
|
|
1978
2052
|
modalCount: number;
|
|
@@ -2041,6 +2115,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2041
2115
|
is_default: boolean;
|
|
2042
2116
|
price?: number | undefined;
|
|
2043
2117
|
} | null | undefined;
|
|
2118
|
+
is_fake?: boolean | undefined;
|
|
2044
2119
|
}[];
|
|
2045
2120
|
group_modifiers: {
|
|
2046
2121
|
id: string;
|
|
@@ -2078,7 +2153,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2078
2153
|
is_default: boolean;
|
|
2079
2154
|
price?: number | undefined;
|
|
2080
2155
|
} | null | undefined;
|
|
2156
|
+
is_fake?: boolean | undefined;
|
|
2081
2157
|
}[];
|
|
2158
|
+
is_fake?: boolean | undefined;
|
|
2082
2159
|
}[];
|
|
2083
2160
|
energy_amount?: number | undefined;
|
|
2084
2161
|
proteins_amount?: number | undefined;
|
|
@@ -2094,6 +2171,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2094
2171
|
openApiKey?: any;
|
|
2095
2172
|
show_recommendations: boolean;
|
|
2096
2173
|
adult?: boolean | undefined;
|
|
2174
|
+
is_fake?: boolean | undefined;
|
|
2097
2175
|
} | null;
|
|
2098
2176
|
currentModifier: {
|
|
2099
2177
|
id: string;
|
|
@@ -2122,6 +2200,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2122
2200
|
is_default: boolean;
|
|
2123
2201
|
price?: number | undefined;
|
|
2124
2202
|
} | null | undefined;
|
|
2203
|
+
is_fake?: boolean | undefined;
|
|
2125
2204
|
} | null;
|
|
2126
2205
|
groupModifiers: {
|
|
2127
2206
|
id: string;
|
|
@@ -2159,7 +2238,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2159
2238
|
is_default: boolean;
|
|
2160
2239
|
price?: number | undefined;
|
|
2161
2240
|
} | null | undefined;
|
|
2241
|
+
is_fake?: boolean | undefined;
|
|
2162
2242
|
}[];
|
|
2243
|
+
is_fake?: boolean | undefined;
|
|
2163
2244
|
}[];
|
|
2164
2245
|
groupModifiersSelected: {
|
|
2165
2246
|
group: string;
|
|
@@ -2191,6 +2272,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2191
2272
|
is_default: boolean;
|
|
2192
2273
|
price?: number | undefined;
|
|
2193
2274
|
} | null | undefined;
|
|
2275
|
+
is_fake?: boolean | undefined;
|
|
2194
2276
|
}[];
|
|
2195
2277
|
}[];
|
|
2196
2278
|
groupCurrentOpen: {
|
|
@@ -2237,7 +2319,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2237
2319
|
is_default: boolean;
|
|
2238
2320
|
price?: number | undefined;
|
|
2239
2321
|
} | null | undefined;
|
|
2322
|
+
is_fake?: boolean | undefined;
|
|
2240
2323
|
}[];
|
|
2324
|
+
is_fake?: boolean | undefined;
|
|
2241
2325
|
} | null;
|
|
2242
2326
|
isModifiedAmount: boolean;
|
|
2243
2327
|
selectedSize: {
|
|
@@ -2294,6 +2378,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2294
2378
|
is_default: boolean;
|
|
2295
2379
|
price?: number | undefined;
|
|
2296
2380
|
} | null | undefined;
|
|
2381
|
+
is_fake?: boolean | undefined;
|
|
2297
2382
|
}[];
|
|
2298
2383
|
group_modifiers: {
|
|
2299
2384
|
id: string;
|
|
@@ -2331,7 +2416,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2331
2416
|
is_default: boolean;
|
|
2332
2417
|
price?: number | undefined;
|
|
2333
2418
|
} | null | undefined;
|
|
2419
|
+
is_fake?: boolean | undefined;
|
|
2334
2420
|
}[];
|
|
2421
|
+
is_fake?: boolean | undefined;
|
|
2335
2422
|
}[];
|
|
2336
2423
|
energy_amount?: number | undefined;
|
|
2337
2424
|
proteins_amount?: number | undefined;
|
|
@@ -2347,6 +2434,7 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2347
2434
|
openApiKey?: any;
|
|
2348
2435
|
show_recommendations: boolean;
|
|
2349
2436
|
adult?: boolean | undefined;
|
|
2437
|
+
is_fake?: boolean | undefined;
|
|
2350
2438
|
}[];
|
|
2351
2439
|
plusButtonsRefs: HTMLElement[];
|
|
2352
2440
|
modalCount: number;
|
|
@@ -2397,7 +2485,9 @@ export declare const useCardStore: StoreDefinition<"cardLib", Pick<{
|
|
|
2397
2485
|
is_default: boolean;
|
|
2398
2486
|
price?: number | undefined;
|
|
2399
2487
|
} | null | undefined;
|
|
2488
|
+
is_fake?: boolean | undefined;
|
|
2400
2489
|
}[];
|
|
2490
|
+
is_fake?: boolean | undefined;
|
|
2401
2491
|
};
|
|
2402
2492
|
}>;
|
|
2403
2493
|
dataUpSale: Ref<any, any>;
|
package/dist/store/main.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
48
48
|
is_default: boolean;
|
|
49
49
|
price?: number | undefined;
|
|
50
50
|
} | null | undefined;
|
|
51
|
+
is_fake?: boolean | undefined;
|
|
51
52
|
}[];
|
|
52
53
|
group_modifiers: {
|
|
53
54
|
id: string;
|
|
@@ -85,7 +86,9 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
85
86
|
is_default: boolean;
|
|
86
87
|
price?: number | undefined;
|
|
87
88
|
} | null | undefined;
|
|
89
|
+
is_fake?: boolean | undefined;
|
|
88
90
|
}[];
|
|
91
|
+
is_fake?: boolean | undefined;
|
|
89
92
|
}[];
|
|
90
93
|
energy_amount?: number | undefined;
|
|
91
94
|
proteins_amount?: number | undefined;
|
|
@@ -101,6 +104,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
101
104
|
openApiKey?: any;
|
|
102
105
|
show_recommendations: boolean;
|
|
103
106
|
adult?: boolean | undefined;
|
|
107
|
+
is_fake?: boolean | undefined;
|
|
104
108
|
}[], IProduct[] | {
|
|
105
109
|
id: string;
|
|
106
110
|
idSystem: string;
|
|
@@ -147,6 +151,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
147
151
|
is_default: boolean;
|
|
148
152
|
price?: number | undefined;
|
|
149
153
|
} | null | undefined;
|
|
154
|
+
is_fake?: boolean | undefined;
|
|
150
155
|
}[];
|
|
151
156
|
group_modifiers: {
|
|
152
157
|
id: string;
|
|
@@ -184,7 +189,9 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
184
189
|
is_default: boolean;
|
|
185
190
|
price?: number | undefined;
|
|
186
191
|
} | null | undefined;
|
|
192
|
+
is_fake?: boolean | undefined;
|
|
187
193
|
}[];
|
|
194
|
+
is_fake?: boolean | undefined;
|
|
188
195
|
}[];
|
|
189
196
|
energy_amount?: number | undefined;
|
|
190
197
|
proteins_amount?: number | undefined;
|
|
@@ -200,6 +207,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
200
207
|
openApiKey?: any;
|
|
201
208
|
show_recommendations: boolean;
|
|
202
209
|
adult?: boolean | undefined;
|
|
210
|
+
is_fake?: boolean | undefined;
|
|
203
211
|
}[]>;
|
|
204
212
|
activeScrolling_lib: Ref<HTMLElement[], HTMLElement[]>;
|
|
205
213
|
config_lib: Ref<any, any>;
|
|
@@ -280,6 +288,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
280
288
|
is_default: boolean;
|
|
281
289
|
price?: number | undefined;
|
|
282
290
|
} | null | undefined;
|
|
291
|
+
is_fake?: boolean | undefined;
|
|
283
292
|
}[];
|
|
284
293
|
group_modifiers: {
|
|
285
294
|
id: string;
|
|
@@ -317,7 +326,9 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
317
326
|
is_default: boolean;
|
|
318
327
|
price?: number | undefined;
|
|
319
328
|
} | null | undefined;
|
|
329
|
+
is_fake?: boolean | undefined;
|
|
320
330
|
}[];
|
|
331
|
+
is_fake?: boolean | undefined;
|
|
321
332
|
}[];
|
|
322
333
|
energy_amount?: number | undefined;
|
|
323
334
|
proteins_amount?: number | undefined;
|
|
@@ -333,6 +344,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
333
344
|
openApiKey?: any;
|
|
334
345
|
show_recommendations: boolean;
|
|
335
346
|
adult?: boolean | undefined;
|
|
347
|
+
is_fake?: boolean | undefined;
|
|
336
348
|
}[], IProduct[] | {
|
|
337
349
|
id: string;
|
|
338
350
|
idSystem: string;
|
|
@@ -379,6 +391,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
379
391
|
is_default: boolean;
|
|
380
392
|
price?: number | undefined;
|
|
381
393
|
} | null | undefined;
|
|
394
|
+
is_fake?: boolean | undefined;
|
|
382
395
|
}[];
|
|
383
396
|
group_modifiers: {
|
|
384
397
|
id: string;
|
|
@@ -416,7 +429,9 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
416
429
|
is_default: boolean;
|
|
417
430
|
price?: number | undefined;
|
|
418
431
|
} | null | undefined;
|
|
432
|
+
is_fake?: boolean | undefined;
|
|
419
433
|
}[];
|
|
434
|
+
is_fake?: boolean | undefined;
|
|
420
435
|
}[];
|
|
421
436
|
energy_amount?: number | undefined;
|
|
422
437
|
proteins_amount?: number | undefined;
|
|
@@ -432,6 +447,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
432
447
|
openApiKey?: any;
|
|
433
448
|
show_recommendations: boolean;
|
|
434
449
|
adult?: boolean | undefined;
|
|
450
|
+
is_fake?: boolean | undefined;
|
|
435
451
|
}[]>;
|
|
436
452
|
activeScrolling_lib: Ref<HTMLElement[], HTMLElement[]>;
|
|
437
453
|
config_lib: Ref<any, any>;
|
|
@@ -512,6 +528,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
512
528
|
is_default: boolean;
|
|
513
529
|
price?: number | undefined;
|
|
514
530
|
} | null | undefined;
|
|
531
|
+
is_fake?: boolean | undefined;
|
|
515
532
|
}[];
|
|
516
533
|
group_modifiers: {
|
|
517
534
|
id: string;
|
|
@@ -549,7 +566,9 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
549
566
|
is_default: boolean;
|
|
550
567
|
price?: number | undefined;
|
|
551
568
|
} | null | undefined;
|
|
569
|
+
is_fake?: boolean | undefined;
|
|
552
570
|
}[];
|
|
571
|
+
is_fake?: boolean | undefined;
|
|
553
572
|
}[];
|
|
554
573
|
energy_amount?: number | undefined;
|
|
555
574
|
proteins_amount?: number | undefined;
|
|
@@ -565,6 +584,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
565
584
|
openApiKey?: any;
|
|
566
585
|
show_recommendations: boolean;
|
|
567
586
|
adult?: boolean | undefined;
|
|
587
|
+
is_fake?: boolean | undefined;
|
|
568
588
|
}[], IProduct[] | {
|
|
569
589
|
id: string;
|
|
570
590
|
idSystem: string;
|
|
@@ -611,6 +631,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
611
631
|
is_default: boolean;
|
|
612
632
|
price?: number | undefined;
|
|
613
633
|
} | null | undefined;
|
|
634
|
+
is_fake?: boolean | undefined;
|
|
614
635
|
}[];
|
|
615
636
|
group_modifiers: {
|
|
616
637
|
id: string;
|
|
@@ -648,7 +669,9 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
648
669
|
is_default: boolean;
|
|
649
670
|
price?: number | undefined;
|
|
650
671
|
} | null | undefined;
|
|
672
|
+
is_fake?: boolean | undefined;
|
|
651
673
|
}[];
|
|
674
|
+
is_fake?: boolean | undefined;
|
|
652
675
|
}[];
|
|
653
676
|
energy_amount?: number | undefined;
|
|
654
677
|
proteins_amount?: number | undefined;
|
|
@@ -664,6 +687,7 @@ export declare const useMainStore: StoreDefinition<"mainLib", Pick<{
|
|
|
664
687
|
openApiKey?: any;
|
|
665
688
|
show_recommendations: boolean;
|
|
666
689
|
adult?: boolean | undefined;
|
|
690
|
+
is_fake?: boolean | undefined;
|
|
667
691
|
}[]>;
|
|
668
692
|
activeScrolling_lib: Ref<HTMLElement[], HTMLElement[]>;
|
|
669
693
|
config_lib: Ref<any, any>;
|