@sc-360-v2/storefront-cms-library 0.4.21 → 0.4.22
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/builder.js +1 -1
- package/dist/order-status.scss +86 -37
- package/dist/section.scss +8 -1
- package/dist/types/builder/tools/element-edit/productPrice.d.ts +12 -1
- package/dist/types/website/constants/data-connector-souces.d.ts +410 -0
- package/dist/types/website/index.d.ts +2 -1
- package/dist/website.js +1 -1
- package/package.json +1 -1
package/dist/order-status.scss
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
2
|
@use "sass:list";
|
|
3
3
|
@use "./functions.scss" as *;
|
|
4
|
+
$defaultValues: (
|
|
5
|
+
--_column-count-two: getListOfResponsive(2, 1),
|
|
6
|
+
--_column-count-three: getListOfResponsive(3, 1, 2),
|
|
7
|
+
--_column-count: getListOfResponsive(3, 2, 2),
|
|
8
|
+
);
|
|
4
9
|
|
|
5
10
|
[data-div-type="element"] {
|
|
6
11
|
&[data-element-type="orderStatus"] {
|
|
@@ -33,6 +38,7 @@
|
|
|
33
38
|
}
|
|
34
39
|
|
|
35
40
|
.order-confirmation {
|
|
41
|
+
@include prepareMediaQueries($defaultValues);
|
|
36
42
|
display: flex;
|
|
37
43
|
flex-direction: column;
|
|
38
44
|
padding: prepareMediaVariable(--_ctm-dn-or-wt-pg);
|
|
@@ -396,7 +402,8 @@
|
|
|
396
402
|
|
|
397
403
|
.order-details-wrapper {
|
|
398
404
|
display: grid;
|
|
399
|
-
grid-template-columns: 2fr 1fr;
|
|
405
|
+
// grid-template-columns: 2fr 1fr;
|
|
406
|
+
grid-template-columns: repeat(var(--_column-count-two, 2), 1fr);
|
|
400
407
|
border-color: var(
|
|
401
408
|
--_ctm-mob-dn-or-cr-br-cr,
|
|
402
409
|
var(--_ctm-tab-dn-or-cr-br-cr, var(--_ctm-dn-or-cr-br-cr))
|
|
@@ -684,7 +691,8 @@
|
|
|
684
691
|
|
|
685
692
|
/* Second row: three equal columns */
|
|
686
693
|
&:nth-child(2) {
|
|
687
|
-
grid-template-columns: repeat(3, 1fr);
|
|
694
|
+
// grid-template-columns: repeat(3, 1fr);
|
|
695
|
+
grid-template-columns: repeat(var(--_column-count, 3), 2fr);
|
|
688
696
|
margin-top: 24px;
|
|
689
697
|
}
|
|
690
698
|
|
|
@@ -704,11 +712,11 @@
|
|
|
704
712
|
--_ctm-mob-dn-or-io-or-ne-ft-fy,
|
|
705
713
|
var(--_ctm-tab-dn-or-io-or-ne-ft-fy, var(--_ctm-dn-or-io-or-ne-ft-fy))
|
|
706
714
|
);
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
font-size: 14px;
|
|
715
|
+
font-size: var(
|
|
716
|
+
--_ctm-mob-dn-or-io-or-ne-ft-se,
|
|
717
|
+
var(--_ctm-tab-dn-or-io-or-ne-ft-se, var(--_ctm-dn-or-io-or-ne-ft-se))
|
|
718
|
+
);
|
|
719
|
+
// font-size: 14px;
|
|
712
720
|
color: var(
|
|
713
721
|
--_ctm-mob-dn-or-io-or-ne-cr,
|
|
714
722
|
var(--_ctm-tab-dn-or-io-or-ne-cr, var(--_ctm-dn-or-io-or-ne-cr))
|
|
@@ -755,11 +763,11 @@
|
|
|
755
763
|
--_ctm-mob-dn-or-io-or-id-ft-fy,
|
|
756
764
|
var(--_ctm-tab-dn-or-io-or-id-ft-fy, var(--_ctm-dn-or-io-or-id-ft-fy))
|
|
757
765
|
);
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
font-size: 16px;
|
|
766
|
+
font-size: var(
|
|
767
|
+
--_ctm-mob-dn-or-io-or-id-ft-se,
|
|
768
|
+
var(--_ctm-tab-dn-or-io-or-id-ft-se, var(--_ctm-dn-or-io-or-id-ft-se))
|
|
769
|
+
);
|
|
770
|
+
// font-size: 16px;
|
|
763
771
|
color: var(
|
|
764
772
|
--_ctm-mob-dn-or-io-or-id-cr,
|
|
765
773
|
var(--_ctm-tab-dn-or-io-or-id-cr, var(--_ctm-dn-or-io-or-id-cr))
|
|
@@ -872,11 +880,11 @@
|
|
|
872
880
|
--_ctm-mob-dn-or-io-or-de-ft-fy,
|
|
873
881
|
var(--_ctm-tab-dn-or-io-or-de-ft-fy, var(--_ctm-dn-or-io-or-de-ft-fy))
|
|
874
882
|
);
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
font-size: 14px;
|
|
883
|
+
font-size: var(
|
|
884
|
+
--_ctm-mob-dn-or-io-or-de-ft-se,
|
|
885
|
+
var(--_ctm-tab-dn-or-io-or-de-ft-se, var(--_ctm-dn-or-io-or-de-ft-se))
|
|
886
|
+
);
|
|
887
|
+
// font-size: 14px;
|
|
880
888
|
color: var(
|
|
881
889
|
--_ctm-mob-dn-or-io-or-de-cr,
|
|
882
890
|
var(--_ctm-tab-dn-or-io-or-de-cr, var(--_ctm-dn-or-io-or-de-cr))
|
|
@@ -919,10 +927,47 @@
|
|
|
919
927
|
.shipping-method,
|
|
920
928
|
.payment-mode {
|
|
921
929
|
.sgmd_title {
|
|
922
|
-
font-size: 14px;
|
|
930
|
+
// font-size: 14px;
|
|
931
|
+
// color: var(
|
|
932
|
+
// --_ctm-mob-dn-or-io-or-io-hr-cr,
|
|
933
|
+
// var(--_ctm-tab-dn-or-io-or-io-hr-cr, var(--_ctm-dn-or-io-or-io-hr-cr))
|
|
934
|
+
// );
|
|
935
|
+
font-family: var(
|
|
936
|
+
--_ctm-mob-dn-or-io-or-ne-ft-fy,
|
|
937
|
+
var(--_ctm-tab-dn-or-io-or-ne-ft-fy, var(--_ctm-dn-or-io-or-ne-ft-fy))
|
|
938
|
+
);
|
|
939
|
+
font-size: var(
|
|
940
|
+
--_ctm-mob-dn-or-io-or-ne-ft-se,
|
|
941
|
+
var(--_ctm-tab-dn-or-io-or-ne-ft-se, var(--_ctm-dn-or-io-or-ne-ft-se))
|
|
942
|
+
);
|
|
943
|
+
// font-size: 14px;
|
|
923
944
|
color: var(
|
|
924
|
-
--_ctm-mob-dn-or-io-or-
|
|
925
|
-
var(--_ctm-tab-dn-or-io-or-
|
|
945
|
+
--_ctm-mob-dn-or-io-or-ne-cr,
|
|
946
|
+
var(--_ctm-tab-dn-or-io-or-ne-cr, var(--_ctm-dn-or-io-or-ne-cr))
|
|
947
|
+
);
|
|
948
|
+
font-weight: var(
|
|
949
|
+
--_ctm-mob-dn-or-io-or-ne-ft-wt,
|
|
950
|
+
var(--_ctm-tab-dn-or-io-or-ne-ft-wt, var(--_ctm-dn-or-io-or-ne-ft-wt))
|
|
951
|
+
);
|
|
952
|
+
text-decoration: var(
|
|
953
|
+
--_ctm-mob-dn-or-io-or-ne-ue,
|
|
954
|
+
var(--_ctm-tab-dn-or-io-or-ne-ue, var(--_ctm-dn-or-io-or-ne-ue))
|
|
955
|
+
);
|
|
956
|
+
letter-spacing: var(
|
|
957
|
+
--_ctm-mob-dn-or-io-or-ne-lr-sg,
|
|
958
|
+
var(--_ctm-tab-dn-or-io-or-ne-lr-sg, var(--_ctm-dn-or-io-or-ne-lr-sg))
|
|
959
|
+
);
|
|
960
|
+
line-height: var(
|
|
961
|
+
--_ctm-mob-dn-or-io-or-ne-le-ht,
|
|
962
|
+
var(--_ctm-tab-dn-or-io-or-ne-le-ht, var(--_ctm-dn-or-io-or-ne-le-ht))
|
|
963
|
+
);
|
|
964
|
+
font-style: var(
|
|
965
|
+
--_ctm-mob-dn-or-io-or-ne-ft-se-ic,
|
|
966
|
+
var(--_ctm-tab-dn-or-io-or-ne-ft-se-ic, var(--_ctm-dn-or-io-or-ne-ft-se-ic))
|
|
967
|
+
);
|
|
968
|
+
text-align: var(
|
|
969
|
+
--_ctm-mob-dn-or-io-or-ne-tt-an,
|
|
970
|
+
var(--_ctm-tab-dn-or-io-or-ne-tt-an, var(--_ctm-dn-or-io-or-ne-tt-an))
|
|
926
971
|
);
|
|
927
972
|
}
|
|
928
973
|
.sgmd_details {
|
|
@@ -1172,7 +1217,8 @@
|
|
|
1172
1217
|
|
|
1173
1218
|
.items-grid {
|
|
1174
1219
|
display: grid;
|
|
1175
|
-
grid-template-columns: repeat(3, 1fr);
|
|
1220
|
+
// grid-template-columns: repeat(3, 1fr);
|
|
1221
|
+
grid-template-columns: repeat(var(--_column-count-three, 3), 1fr);
|
|
1176
1222
|
gap: var(
|
|
1177
1223
|
--_ctm-mob-dn-pt-wt-pt-wt-wr-im-gp,
|
|
1178
1224
|
var(--_ctm-tab-dn-pt-wt-pt-wt-wr-im-gp, var(--_ctm-dn-pt-wt-pt-wt-wr-im-gp))
|
|
@@ -1291,6 +1337,9 @@
|
|
|
1291
1337
|
// }
|
|
1292
1338
|
|
|
1293
1339
|
.item-details {
|
|
1340
|
+
display: flex;
|
|
1341
|
+
flex-direction: column;
|
|
1342
|
+
gap: 4px;
|
|
1294
1343
|
flex: 1;
|
|
1295
1344
|
|
|
1296
1345
|
.item-name {
|
|
@@ -1299,7 +1348,7 @@
|
|
|
1299
1348
|
-webkit-box-orient: vertical;
|
|
1300
1349
|
overflow: hidden;
|
|
1301
1350
|
text-overflow: ellipsis;
|
|
1302
|
-
margin: 0 0 4px;
|
|
1351
|
+
// margin: 0 0 4px;
|
|
1303
1352
|
// font-size: 14px;
|
|
1304
1353
|
// font-weight: 600;
|
|
1305
1354
|
// color: var(--_gray-900);
|
|
@@ -1355,11 +1404,11 @@
|
|
|
1355
1404
|
--_ctm-mob-dn-pt-wt-pt-ce-ft-fy,
|
|
1356
1405
|
var(--_ctm-tab-dn-pt-wt-pt-ce-ft-fy, var(--_ctm-dn-pt-wt-pt-ce-ft-fy))
|
|
1357
1406
|
);
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
font-size: 12px;
|
|
1407
|
+
font-size: var(
|
|
1408
|
+
--_ctm-mob-dn-pt-wt-pt-ce-ft-se,
|
|
1409
|
+
var(--_ctm-tab-dn-pt-wt-pt-ce-ft-se, var(--_ctm-dn-pt-wt-pt-ce-ft-se))
|
|
1410
|
+
);
|
|
1411
|
+
// font-size: 12px;
|
|
1363
1412
|
color: var(
|
|
1364
1413
|
--_ctm-mob-dn-pt-wt-pt-ce-cr,
|
|
1365
1414
|
var(--_ctm-tab-dn-pt-wt-pt-ce-cr, var(--_ctm-dn-pt-wt-pt-ce-cr))
|
|
@@ -1398,11 +1447,11 @@
|
|
|
1398
1447
|
--_ctm-mob-dn-pt-wt-pt-qy-ft-fy,
|
|
1399
1448
|
var(--_ctm-tab-dn-pt-wt-pt-qy-ft-fy, var(--_ctm-dn-pt-wt-pt-qy-ft-fy))
|
|
1400
1449
|
);
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
font-size: 12px;
|
|
1450
|
+
font-size: var(
|
|
1451
|
+
--_ctm-mob-dn-pt-wt-pt-qy-ft-se,
|
|
1452
|
+
var(--_ctm-tab-dn-pt-wt-pt-qy-ft-se, var(--_ctm-dn-pt-wt-pt-qy-ft-se))
|
|
1453
|
+
);
|
|
1454
|
+
// font-size: 12px;
|
|
1406
1455
|
color: var(
|
|
1407
1456
|
--_ctm-mob-dn-pt-wt-pt-qy-cr,
|
|
1408
1457
|
var(--_ctm-tab-dn-pt-wt-pt-qy-cr, var(--_ctm-dn-pt-wt-pt-qy-cr))
|
|
@@ -1528,11 +1577,11 @@
|
|
|
1528
1577
|
--_ctm-mob-dn-pt-wt-pt-ed-de-ft-fy-dc,
|
|
1529
1578
|
var(--_ctm-tab-dn-pt-wt-pt-ed-de-ft-fy-dc, var(--_ctm-dn-pt-wt-pt-ed-de-ft-fy-dc))
|
|
1530
1579
|
);
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
font-size: 12px;
|
|
1580
|
+
font-size: var(
|
|
1581
|
+
--_ctm-mob-dn-pt-wt-pt-ed-de-ft-se-dc,
|
|
1582
|
+
var(--_ctm-tab-dn-pt-wt-pt-ed-de-ft-se-dc, var(--_ctm-dn-pt-wt-pt-ed-de-ft-se-dc))
|
|
1583
|
+
);
|
|
1584
|
+
// font-size: 12px;
|
|
1536
1585
|
color: var(
|
|
1537
1586
|
--_ctm-mob-dn-pt-wt-pt-ed-de-cr-dc,
|
|
1538
1587
|
var(--_ctm-tab-dn-pt-wt-pt-ed-de-cr-dc, var(--_ctm-dn-pt-wt-pt-ed-de-cr-dc))
|
package/dist/section.scss
CHANGED
|
@@ -122,7 +122,10 @@ section {
|
|
|
122
122
|
}
|
|
123
123
|
&[data-div-type="cms-section-wrapper"] {
|
|
124
124
|
// max-width: var(--_sf-wp-mx-wt);
|
|
125
|
-
max-width:
|
|
125
|
+
max-width: var(
|
|
126
|
+
--_sf-dt-sec-mw,
|
|
127
|
+
min(100%, prepareMediaVariable(--_ctm-sec-lt-wh))
|
|
128
|
+
) !important;
|
|
126
129
|
// min-height: prepareMediaVariable(--_ctm-sec-lt-mn-ht);
|
|
127
130
|
margin-inline: auto;
|
|
128
131
|
position: var(--_p-relative);
|
|
@@ -132,6 +135,10 @@ section {
|
|
|
132
135
|
padding: prepareMediaVariable(--_ctm-sec-lt-pg);
|
|
133
136
|
column-gap: prepareMediaVariable(--_ctm-sec-lt-cn-gp);
|
|
134
137
|
row-gap: prepareMediaVariable(--_ctm-sec-lt-rw-gp);
|
|
138
|
+
|
|
139
|
+
&[data-vf="true"] {
|
|
140
|
+
--_sf-dt-sec-mw: 100%;
|
|
141
|
+
}
|
|
135
142
|
}
|
|
136
143
|
}
|
|
137
144
|
}
|
|
@@ -15,7 +15,15 @@ export declare enum SelectorKeysEnum {
|
|
|
15
15
|
EMBELLISHMENT_PRICE = "embellishmentPrice",
|
|
16
16
|
PRODUCT_TAX = "productTax",
|
|
17
17
|
PRODUCT_SHIPPING_PRICE = "productShippingPrice",
|
|
18
|
-
DATA_CONNECTOR = "dataConnector"
|
|
18
|
+
DATA_CONNECTOR = "dataConnector",
|
|
19
|
+
GIFT_CARD = "giftCard",
|
|
20
|
+
CARD_WRAPPER = "cardWrapper",
|
|
21
|
+
CARD = "card",
|
|
22
|
+
TITLES = "titles",
|
|
23
|
+
LABELS = "labels",
|
|
24
|
+
INPUTS = "inputs",
|
|
25
|
+
DEFAULT_STATE = "defaultState",
|
|
26
|
+
SELECTED_STATE = "selected"
|
|
19
27
|
}
|
|
20
28
|
export interface selfLayoutInterface {
|
|
21
29
|
selectorKey: string;
|
|
@@ -29,6 +37,9 @@ export interface selfDesignInterface {
|
|
|
29
37
|
productPrice: {
|
|
30
38
|
[key: string]: any;
|
|
31
39
|
};
|
|
40
|
+
giftCard: {
|
|
41
|
+
[key: string]: any;
|
|
42
|
+
};
|
|
32
43
|
uomStyle: {
|
|
33
44
|
[key: string]: any;
|
|
34
45
|
};
|
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
import { dataConnectorapis } from "../../../components/builder/enums/data-connectors";
|
|
2
|
+
import { DATA_CONNECTOR_ITEMS_LIST } from "./data-connectors";
|
|
3
|
+
export declare const apiControls: {
|
|
4
|
+
manual: {
|
|
5
|
+
includeRecords: never[];
|
|
6
|
+
excludeRecords: never[];
|
|
7
|
+
selectAll: boolean;
|
|
8
|
+
};
|
|
9
|
+
dynamic: {};
|
|
10
|
+
type: string;
|
|
11
|
+
sorting: {
|
|
12
|
+
option: null;
|
|
13
|
+
}[];
|
|
14
|
+
noOfItemsToLoad: string;
|
|
15
|
+
itemsToLoad: number;
|
|
16
|
+
showAllItems: boolean;
|
|
17
|
+
aggregations: never[];
|
|
18
|
+
};
|
|
19
|
+
export declare const productDataConnectorInstance: {
|
|
20
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
21
|
+
label: string;
|
|
22
|
+
apiKey: dataConnectorapis;
|
|
23
|
+
isActive: boolean;
|
|
24
|
+
apiControls: {
|
|
25
|
+
manual: {
|
|
26
|
+
includeRecords: never[];
|
|
27
|
+
excludeRecords: never[];
|
|
28
|
+
selectAll: boolean;
|
|
29
|
+
};
|
|
30
|
+
dynamic: {};
|
|
31
|
+
type: string;
|
|
32
|
+
sorting: {
|
|
33
|
+
option: null;
|
|
34
|
+
}[];
|
|
35
|
+
noOfItemsToLoad: string;
|
|
36
|
+
itemsToLoad: number;
|
|
37
|
+
showAllItems: boolean;
|
|
38
|
+
aggregations: never[];
|
|
39
|
+
};
|
|
40
|
+
drivenByUrl: boolean;
|
|
41
|
+
payload: {
|
|
42
|
+
searchKeywords: string;
|
|
43
|
+
skip: number;
|
|
44
|
+
take: number;
|
|
45
|
+
};
|
|
46
|
+
filterApis: {
|
|
47
|
+
conditions: {
|
|
48
|
+
productKey: boolean;
|
|
49
|
+
};
|
|
50
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
51
|
+
label: string;
|
|
52
|
+
apiKey: dataConnectorapis;
|
|
53
|
+
isActive: boolean;
|
|
54
|
+
payload: {
|
|
55
|
+
productKey: null;
|
|
56
|
+
};
|
|
57
|
+
}[];
|
|
58
|
+
};
|
|
59
|
+
export declare const categoryDataConnectorInstance: {
|
|
60
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
61
|
+
label: string;
|
|
62
|
+
apiKey: dataConnectorapis;
|
|
63
|
+
apiControls: {
|
|
64
|
+
manual: {
|
|
65
|
+
includeRecords: never[];
|
|
66
|
+
excludeRecords: never[];
|
|
67
|
+
selectAll: boolean;
|
|
68
|
+
};
|
|
69
|
+
dynamic: {};
|
|
70
|
+
type: string;
|
|
71
|
+
sorting: {
|
|
72
|
+
option: null;
|
|
73
|
+
}[];
|
|
74
|
+
noOfItemsToLoad: string;
|
|
75
|
+
itemsToLoad: number;
|
|
76
|
+
showAllItems: boolean;
|
|
77
|
+
aggregations: never[];
|
|
78
|
+
};
|
|
79
|
+
drivenByUrl: boolean;
|
|
80
|
+
payload: {
|
|
81
|
+
searchKeywords: string;
|
|
82
|
+
skip: number;
|
|
83
|
+
take: number;
|
|
84
|
+
};
|
|
85
|
+
filterApis: {
|
|
86
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
87
|
+
label: string;
|
|
88
|
+
apiKey: dataConnectorapis;
|
|
89
|
+
isActive: boolean;
|
|
90
|
+
conditions: {
|
|
91
|
+
id: boolean;
|
|
92
|
+
};
|
|
93
|
+
payload: {
|
|
94
|
+
id: null;
|
|
95
|
+
};
|
|
96
|
+
}[];
|
|
97
|
+
};
|
|
98
|
+
export declare const brandDataConnectorInstance: {
|
|
99
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
100
|
+
label: string;
|
|
101
|
+
apiKey: dataConnectorapis;
|
|
102
|
+
payload: {
|
|
103
|
+
searchKeywords: string;
|
|
104
|
+
skip: number;
|
|
105
|
+
take: number;
|
|
106
|
+
};
|
|
107
|
+
apiControls: {
|
|
108
|
+
manual: {
|
|
109
|
+
includeRecords: never[];
|
|
110
|
+
excludeRecords: never[];
|
|
111
|
+
selectAll: boolean;
|
|
112
|
+
};
|
|
113
|
+
dynamic: {};
|
|
114
|
+
type: string;
|
|
115
|
+
sorting: {
|
|
116
|
+
option: null;
|
|
117
|
+
}[];
|
|
118
|
+
noOfItemsToLoad: string;
|
|
119
|
+
itemsToLoad: number;
|
|
120
|
+
showAllItems: boolean;
|
|
121
|
+
aggregations: never[];
|
|
122
|
+
};
|
|
123
|
+
drivenByUrl: boolean;
|
|
124
|
+
filterApis: {
|
|
125
|
+
conditions: {
|
|
126
|
+
id: boolean;
|
|
127
|
+
};
|
|
128
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
129
|
+
label: string;
|
|
130
|
+
apiKey: dataConnectorapis;
|
|
131
|
+
isActive: boolean;
|
|
132
|
+
payload: {
|
|
133
|
+
id: null;
|
|
134
|
+
};
|
|
135
|
+
}[];
|
|
136
|
+
};
|
|
137
|
+
export declare const dataConnectorApiOptions: ({
|
|
138
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
139
|
+
label: string;
|
|
140
|
+
apiKey: dataConnectorapis;
|
|
141
|
+
isActive: boolean;
|
|
142
|
+
apiControls: {
|
|
143
|
+
manual: {
|
|
144
|
+
includeRecords: never[];
|
|
145
|
+
excludeRecords: never[];
|
|
146
|
+
selectAll: boolean;
|
|
147
|
+
};
|
|
148
|
+
dynamic: {};
|
|
149
|
+
type: string;
|
|
150
|
+
sorting: {
|
|
151
|
+
option: null;
|
|
152
|
+
}[];
|
|
153
|
+
noOfItemsToLoad: string;
|
|
154
|
+
itemsToLoad: number;
|
|
155
|
+
showAllItems: boolean;
|
|
156
|
+
aggregations: never[];
|
|
157
|
+
};
|
|
158
|
+
drivenByUrl: boolean;
|
|
159
|
+
payload: {
|
|
160
|
+
searchKeywords: string;
|
|
161
|
+
skip: number;
|
|
162
|
+
take: number;
|
|
163
|
+
};
|
|
164
|
+
filterApis: {
|
|
165
|
+
conditions: {
|
|
166
|
+
productKey: boolean;
|
|
167
|
+
};
|
|
168
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
169
|
+
label: string;
|
|
170
|
+
apiKey: dataConnectorapis;
|
|
171
|
+
isActive: boolean;
|
|
172
|
+
payload: {
|
|
173
|
+
productKey: null;
|
|
174
|
+
};
|
|
175
|
+
}[];
|
|
176
|
+
} | {
|
|
177
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
178
|
+
label: string;
|
|
179
|
+
apiKey: dataConnectorapis;
|
|
180
|
+
apiControls: {
|
|
181
|
+
manual: {
|
|
182
|
+
includeRecords: never[];
|
|
183
|
+
excludeRecords: never[];
|
|
184
|
+
selectAll: boolean;
|
|
185
|
+
};
|
|
186
|
+
dynamic: {};
|
|
187
|
+
type: string;
|
|
188
|
+
sorting: {
|
|
189
|
+
option: null;
|
|
190
|
+
}[];
|
|
191
|
+
noOfItemsToLoad: string;
|
|
192
|
+
itemsToLoad: number;
|
|
193
|
+
showAllItems: boolean;
|
|
194
|
+
aggregations: never[];
|
|
195
|
+
};
|
|
196
|
+
drivenByUrl: boolean;
|
|
197
|
+
payload: {
|
|
198
|
+
searchKeywords: string;
|
|
199
|
+
skip: number;
|
|
200
|
+
take: number;
|
|
201
|
+
};
|
|
202
|
+
filterApis: {
|
|
203
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
204
|
+
label: string;
|
|
205
|
+
apiKey: dataConnectorapis;
|
|
206
|
+
isActive: boolean;
|
|
207
|
+
conditions: {
|
|
208
|
+
id: boolean;
|
|
209
|
+
};
|
|
210
|
+
payload: {
|
|
211
|
+
id: null;
|
|
212
|
+
};
|
|
213
|
+
}[];
|
|
214
|
+
} | {
|
|
215
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
216
|
+
label: string;
|
|
217
|
+
isDisable: boolean;
|
|
218
|
+
filterApis: {
|
|
219
|
+
conditions: {
|
|
220
|
+
id: boolean;
|
|
221
|
+
};
|
|
222
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
223
|
+
label: string;
|
|
224
|
+
apiKey: dataConnectorapis;
|
|
225
|
+
isActive: boolean;
|
|
226
|
+
payload: {
|
|
227
|
+
id: null;
|
|
228
|
+
searchKeywords: string;
|
|
229
|
+
skip: number;
|
|
230
|
+
take: number;
|
|
231
|
+
};
|
|
232
|
+
}[];
|
|
233
|
+
apiKey: dataConnectorapis;
|
|
234
|
+
isActive: boolean;
|
|
235
|
+
apiControls: {
|
|
236
|
+
manual: {
|
|
237
|
+
includeRecords: never[];
|
|
238
|
+
excludeRecords: never[];
|
|
239
|
+
selectAll: boolean;
|
|
240
|
+
};
|
|
241
|
+
dynamic: {};
|
|
242
|
+
type: string;
|
|
243
|
+
sorting: {
|
|
244
|
+
option: null;
|
|
245
|
+
}[];
|
|
246
|
+
noOfItemsToLoad: string;
|
|
247
|
+
itemsToLoad: number;
|
|
248
|
+
showAllItems: boolean;
|
|
249
|
+
aggregations: never[];
|
|
250
|
+
};
|
|
251
|
+
drivenByUrl: boolean;
|
|
252
|
+
payload: {
|
|
253
|
+
searchKeywords: string;
|
|
254
|
+
skip: number;
|
|
255
|
+
take: number;
|
|
256
|
+
};
|
|
257
|
+
} | {
|
|
258
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
259
|
+
label: string;
|
|
260
|
+
filterApis: {
|
|
261
|
+
conditions: {
|
|
262
|
+
productKey: boolean;
|
|
263
|
+
};
|
|
264
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
265
|
+
label: string;
|
|
266
|
+
apiKey: dataConnectorapis;
|
|
267
|
+
isActive: boolean;
|
|
268
|
+
payload: {
|
|
269
|
+
productKey: null;
|
|
270
|
+
categoryIds: never[];
|
|
271
|
+
varinatKey: null;
|
|
272
|
+
};
|
|
273
|
+
}[];
|
|
274
|
+
apiKey?: undefined;
|
|
275
|
+
apiControls?: undefined;
|
|
276
|
+
payload?: undefined;
|
|
277
|
+
drivenByUrl?: undefined;
|
|
278
|
+
isDisable?: undefined;
|
|
279
|
+
} | {
|
|
280
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
281
|
+
label: string;
|
|
282
|
+
apiKey: dataConnectorapis;
|
|
283
|
+
apiControls: {
|
|
284
|
+
sorting: never[];
|
|
285
|
+
filterRules: {};
|
|
286
|
+
noOfItemsToLoad: null;
|
|
287
|
+
itemsToLoad: null;
|
|
288
|
+
showAllItems: boolean;
|
|
289
|
+
includeRecords: never[];
|
|
290
|
+
excludeRecords: never[];
|
|
291
|
+
};
|
|
292
|
+
payload: {
|
|
293
|
+
searchKeywords: string;
|
|
294
|
+
skip: number;
|
|
295
|
+
take: number;
|
|
296
|
+
};
|
|
297
|
+
drivenByUrl: boolean;
|
|
298
|
+
filterApis: {
|
|
299
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
300
|
+
label: string;
|
|
301
|
+
apiKey: dataConnectorapis;
|
|
302
|
+
isActive: boolean;
|
|
303
|
+
conditions: {
|
|
304
|
+
key: boolean;
|
|
305
|
+
};
|
|
306
|
+
payload: {
|
|
307
|
+
key: null;
|
|
308
|
+
};
|
|
309
|
+
}[];
|
|
310
|
+
isDisable?: undefined;
|
|
311
|
+
} | {
|
|
312
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
313
|
+
label: string;
|
|
314
|
+
apiKey: dataConnectorapis;
|
|
315
|
+
apiControls: {
|
|
316
|
+
sorting: never[];
|
|
317
|
+
filterRules: {};
|
|
318
|
+
noOfItemsToLoad: null;
|
|
319
|
+
itemsToLoad: null;
|
|
320
|
+
showAllItems: boolean;
|
|
321
|
+
includeRecords: never[];
|
|
322
|
+
excludeRecords: never[];
|
|
323
|
+
};
|
|
324
|
+
drivenByUrl: boolean;
|
|
325
|
+
payload: {
|
|
326
|
+
searchKeywords?: undefined;
|
|
327
|
+
skip?: undefined;
|
|
328
|
+
take?: undefined;
|
|
329
|
+
};
|
|
330
|
+
filterApis: {
|
|
331
|
+
conditions: {
|
|
332
|
+
bundleKey: boolean;
|
|
333
|
+
};
|
|
334
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
335
|
+
label: string;
|
|
336
|
+
apiKey: dataConnectorapis;
|
|
337
|
+
isActive: boolean;
|
|
338
|
+
payload: {
|
|
339
|
+
bundleKey: null;
|
|
340
|
+
};
|
|
341
|
+
}[];
|
|
342
|
+
isDisable?: undefined;
|
|
343
|
+
} | {
|
|
344
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
345
|
+
label: string;
|
|
346
|
+
apiKey: dataConnectorapis;
|
|
347
|
+
apiControls: {
|
|
348
|
+
manual: {
|
|
349
|
+
includeRecords: never[];
|
|
350
|
+
excludeRecords: never[];
|
|
351
|
+
selectAll: boolean;
|
|
352
|
+
};
|
|
353
|
+
dynamic: {};
|
|
354
|
+
type: string;
|
|
355
|
+
sorting: {
|
|
356
|
+
option: null;
|
|
357
|
+
}[];
|
|
358
|
+
noOfItemsToLoad: string;
|
|
359
|
+
itemsToLoad: number;
|
|
360
|
+
showAllItems: boolean;
|
|
361
|
+
aggregations: never[];
|
|
362
|
+
};
|
|
363
|
+
isDisable: boolean;
|
|
364
|
+
drivenByUrl: boolean;
|
|
365
|
+
payload: {
|
|
366
|
+
searchKeywords: string;
|
|
367
|
+
skip: number;
|
|
368
|
+
take: number;
|
|
369
|
+
};
|
|
370
|
+
filterApis: {
|
|
371
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
372
|
+
label: string;
|
|
373
|
+
apiKey: dataConnectorapis;
|
|
374
|
+
isActive: boolean;
|
|
375
|
+
conditions: {
|
|
376
|
+
categoryID: boolean;
|
|
377
|
+
};
|
|
378
|
+
payload: {
|
|
379
|
+
categoryID: null;
|
|
380
|
+
};
|
|
381
|
+
}[];
|
|
382
|
+
} | {
|
|
383
|
+
value: DATA_CONNECTOR_ITEMS_LIST;
|
|
384
|
+
label: string;
|
|
385
|
+
apiKey: dataConnectorapis;
|
|
386
|
+
apiControls: {
|
|
387
|
+
manual: {
|
|
388
|
+
includeRecords: never[];
|
|
389
|
+
excludeRecords: never[];
|
|
390
|
+
selectAll: boolean;
|
|
391
|
+
};
|
|
392
|
+
dynamic: {};
|
|
393
|
+
type: string;
|
|
394
|
+
sorting: {
|
|
395
|
+
option: null;
|
|
396
|
+
}[];
|
|
397
|
+
noOfItemsToLoad: string;
|
|
398
|
+
itemsToLoad: number;
|
|
399
|
+
showAllItems: boolean;
|
|
400
|
+
aggregations: never[];
|
|
401
|
+
};
|
|
402
|
+
payload: {
|
|
403
|
+
searchKeywords?: undefined;
|
|
404
|
+
skip?: undefined;
|
|
405
|
+
take?: undefined;
|
|
406
|
+
};
|
|
407
|
+
filterApis: never[];
|
|
408
|
+
drivenByUrl?: undefined;
|
|
409
|
+
isDisable?: undefined;
|
|
410
|
+
})[];
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as ssrFunctions from "./helper/ssr-functions";
|
|
2
2
|
import * as dataConnectorContants from "./constants/data-connectors";
|
|
3
|
+
import * as dataConnectorSources from "./constants/data-connector-souces";
|
|
3
4
|
import * as enums from "../builder/enums/index";
|
|
4
|
-
export { ssrFunctions, dataConnectorContants, enums };
|
|
5
|
+
export { ssrFunctions, dataConnectorContants, dataConnectorSources, enums };
|