@sc-360-v2/storefront-cms-library 0.4.20 → 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/cart-summary.scss +124 -120
- package/dist/cartAttributes.scss +20 -6
- package/dist/confirmationModal.scss +4 -3
- package/dist/dropdownTemplate.scss +13 -0
- package/dist/embroidery.scss +14 -0
- package/dist/icons.js +1 -1
- package/dist/index.js +1 -1
- package/dist/light-box-v2.scss +5 -1
- package/dist/order-status.scss +90 -41
- package/dist/product-price.scss +166 -0
- package/dist/product-sizechart.scss +2 -1
- package/dist/section.scss +8 -1
- package/dist/store-locations.scss +162 -54
- 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
|
@@ -131,22 +131,79 @@
|
|
|
131
131
|
.store__container {
|
|
132
132
|
.stack {
|
|
133
133
|
.vertical {
|
|
134
|
-
.
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
134
|
+
.radio_wrapper {
|
|
135
|
+
position: relative;
|
|
136
|
+
|
|
137
|
+
&:not(:last-child)::after {
|
|
138
|
+
content: "";
|
|
139
|
+
position: absolute;
|
|
140
|
+
left: 0;
|
|
141
|
+
right: 0;
|
|
142
|
+
bottom: calc(
|
|
143
|
+
-1 *
|
|
144
|
+
(var(--_ctm-mob-lt-im-sg, var(--_ctm-tab-lt-im-sg, var(--_ctm-lt-im-sg))) / 2)
|
|
145
|
+
);
|
|
146
|
+
height: var(
|
|
147
|
+
--_ctm-mob-dn-im-se-dr-wt,
|
|
148
|
+
var(--_ctm-tab-dn-im-se-dr-wt, var(--_ctm-dn-im-se-dr-wt))
|
|
149
|
+
);
|
|
150
|
+
background-color: var(
|
|
151
|
+
--_ctm-mob-dn-im-se-dr-cr,
|
|
152
|
+
var(--_ctm-tab-dn-im-se-dr-cr, var(--_ctm-dn-im-se-dr-cr))
|
|
153
|
+
);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
// .horizontal {
|
|
158
|
+
// .radio_wrapper {
|
|
159
|
+
// position: relative;
|
|
160
|
+
// background-color: red;
|
|
161
|
+
// &:not(:last-child)::after {
|
|
162
|
+
// content: "";
|
|
163
|
+
// position: absolute;
|
|
164
|
+
// top: 0;
|
|
165
|
+
// bottom: 0;
|
|
166
|
+
// right: calc(
|
|
167
|
+
// -1 *
|
|
168
|
+
// (var(--_ctm-mob-lt-im-sg, var(--_ctm-tab-lt-im-sg, var(--_ctm-lt-im-sg))) / 2)
|
|
169
|
+
// );
|
|
170
|
+
// height: var(
|
|
171
|
+
// --_ctm-mob-dn-im-se-dr-wt,
|
|
172
|
+
// var(--_ctm-tab-dn-im-se-dr-wt, var(--_ctm-dn-im-se-dr-wt))
|
|
173
|
+
// );
|
|
174
|
+
// background-color: var(
|
|
175
|
+
// --_ctm-mob-dn-im-se-dr-cr,
|
|
176
|
+
// var(--_ctm-tab-dn-im-se-dr-cr, var(--_ctm-dn-im-se-dr-cr))
|
|
177
|
+
// );
|
|
178
|
+
// }
|
|
179
|
+
// }
|
|
180
|
+
// }
|
|
181
|
+
.horizontal {
|
|
182
|
+
display: flex;
|
|
183
|
+
// align-items: center;
|
|
184
|
+
|
|
185
|
+
.radio_wrapper {
|
|
186
|
+
position: relative;
|
|
187
|
+
|
|
188
|
+
&:not(:last-child)::after {
|
|
189
|
+
content: "";
|
|
190
|
+
position: absolute;
|
|
191
|
+
top: 50%;
|
|
192
|
+
transform: translateY(-50%);
|
|
193
|
+
right: calc(
|
|
194
|
+
-1 *
|
|
195
|
+
(var(--_ctm-mob-lt-im-sg, var(--_ctm-tab-lt-im-sg, var(--_ctm-lt-im-sg))) / 2)
|
|
196
|
+
);
|
|
197
|
+
width: var(
|
|
198
|
+
--_ctm-mob-dn-im-se-dr-wt,
|
|
199
|
+
var(--_ctm-tab-dn-im-se-dr-wt, var(--_ctm-dn-im-se-dr-wt))
|
|
200
|
+
);
|
|
201
|
+
height: 85%;
|
|
202
|
+
background-color: var(
|
|
203
|
+
--_ctm-mob-dn-im-se-dr-cr,
|
|
204
|
+
var(--_ctm-tab-dn-im-se-dr-cr, var(--_ctm-dn-im-se-dr-cr, #ccc))
|
|
205
|
+
);
|
|
206
|
+
}
|
|
150
207
|
}
|
|
151
208
|
}
|
|
152
209
|
}
|
|
@@ -157,6 +214,7 @@
|
|
|
157
214
|
.store__container {
|
|
158
215
|
.loadmore_conatiner {
|
|
159
216
|
button {
|
|
217
|
+
width: max-content;
|
|
160
218
|
box-shadow: var(
|
|
161
219
|
--_ctm-mob-dn-sw-me-is-bn-sw-ae,
|
|
162
220
|
var(--_ctm-tab-dn-sw-me-is-bn-sw-ae, var(--_ctm-dn-sw-me-is-bn-sw-ae))
|
|
@@ -240,7 +298,7 @@
|
|
|
240
298
|
.store__container {
|
|
241
299
|
display: flex;
|
|
242
300
|
flex-direction: column;
|
|
243
|
-
align-items:
|
|
301
|
+
align-items: flex-start;
|
|
244
302
|
padding: var(--_ctm-mob-lt-pg, var(--_ctm-tab-lt-pg, var(--_ctm-lt-pg)));
|
|
245
303
|
width: 100%;
|
|
246
304
|
background-color: var(
|
|
@@ -553,22 +611,6 @@
|
|
|
553
611
|
--_ctm-mob-dn-se-ls-bn-dt-se-ue,
|
|
554
612
|
var(--_ctm-tab-dn-se-ls-bn-dt-se-ue, var(--_ctm-dn-se-ls-bn-dt-se-ue))
|
|
555
613
|
);
|
|
556
|
-
svg {
|
|
557
|
-
width: var(
|
|
558
|
-
--_ctm-mob-dn-se-ls-bn-dt-se-in-se,
|
|
559
|
-
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-se, var(--_ctm-dn-se-ls-bn-dt-se-in-se))
|
|
560
|
-
);
|
|
561
|
-
height: var(
|
|
562
|
-
--_ctm-mob-dn-se-ls-bn-dt-se-in-se,
|
|
563
|
-
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-se, var(--_ctm-dn-se-ls-bn-dt-se-in-se))
|
|
564
|
-
);
|
|
565
|
-
path {
|
|
566
|
-
stroke: var(
|
|
567
|
-
--_ctm-mob-dn-se-ls-bn-dt-se-in-c1,
|
|
568
|
-
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-c1, var(--_ctm-dn-se-ls-bn-dt-se-in-c1))
|
|
569
|
-
);
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
614
|
&:hover {
|
|
573
615
|
border-color: var(
|
|
574
616
|
--_ctm-mob-dn-se-ls-bn-hr-se-br-cr,
|
|
@@ -651,8 +693,7 @@
|
|
|
651
693
|
--_ctm-mob-dn-se-ls-bn-hr-se-ue,
|
|
652
694
|
var(--_ctm-tab-dn-se-ls-bn-hr-se-ue, var(--_ctm-dn-se-ls-bn-hr-se-ue))
|
|
653
695
|
);
|
|
654
|
-
|
|
655
|
-
svg {
|
|
696
|
+
.icon {
|
|
656
697
|
width: var(
|
|
657
698
|
--_ctm-mob-dn-se-ls-bn-hr-se-in-se,
|
|
658
699
|
var(--_ctm-tab-dn-se-ls-bn-hr-se-in-se, var(--_ctm-dn-se-ls-bn-hr-se-in-se))
|
|
@@ -661,13 +702,64 @@
|
|
|
661
702
|
--_ctm-mob-dn-se-ls-bn-hr-se-in-se,
|
|
662
703
|
var(--_ctm-tab-dn-se-ls-bn-hr-se-in-se, var(--_ctm-dn-se-ls-bn-hr-se-in-se))
|
|
663
704
|
);
|
|
705
|
+
svg {
|
|
706
|
+
width: var(
|
|
707
|
+
--_ctm-mob-dn-se-ls-bn-hr-se-in-se,
|
|
708
|
+
var(--_ctm-tab-dn-se-ls-bn-hr-se-in-se, var(--_ctm-dn-se-ls-bn-hr-se-in-se))
|
|
709
|
+
);
|
|
710
|
+
height: var(
|
|
711
|
+
--_ctm-mob-dn-se-ls-bn-hr-se-in-se,
|
|
712
|
+
var(--_ctm-tab-dn-se-ls-bn-hr-se-in-se, var(--_ctm-dn-se-ls-bn-hr-se-in-se))
|
|
713
|
+
);
|
|
714
|
+
path {
|
|
715
|
+
stroke: var(
|
|
716
|
+
--_ctm-mob-dn-se-ls-bn-hr-se-in-c1,
|
|
717
|
+
var(--_ctm-tab-dn-se-ls-bn-hr-se-in-c1, var(--_ctm-dn-se-ls-bn-hr-se-in-c1))
|
|
718
|
+
);
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
&.open {
|
|
722
|
+
transform: rotate(180deg);
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
&.closed {
|
|
726
|
+
transform: rotate(0deg);
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
.icon {
|
|
731
|
+
width: var(
|
|
732
|
+
--_ctm-mob-dn-se-ls-bn-dt-se-in-se,
|
|
733
|
+
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-se, var(--_ctm-dn-se-ls-bn-dt-se-in-se))
|
|
734
|
+
);
|
|
735
|
+
height: var(
|
|
736
|
+
--_ctm-mob-dn-se-ls-bn-dt-se-in-se,
|
|
737
|
+
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-se, var(--_ctm-dn-se-ls-bn-dt-se-in-se))
|
|
738
|
+
);
|
|
739
|
+
svg {
|
|
740
|
+
width: var(
|
|
741
|
+
--_ctm-mob-dn-se-ls-bn-dt-se-in-se,
|
|
742
|
+
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-se, var(--_ctm-dn-se-ls-bn-dt-se-in-se))
|
|
743
|
+
);
|
|
744
|
+
height: var(
|
|
745
|
+
--_ctm-mob-dn-se-ls-bn-dt-se-in-se,
|
|
746
|
+
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-se, var(--_ctm-dn-se-ls-bn-dt-se-in-se))
|
|
747
|
+
);
|
|
664
748
|
path {
|
|
665
749
|
stroke: var(
|
|
666
|
-
--_ctm-mob-dn-se-ls-bn-
|
|
667
|
-
var(--_ctm-tab-dn-se-ls-bn-
|
|
750
|
+
--_ctm-mob-dn-se-ls-bn-dt-se-in-c1,
|
|
751
|
+
var(--_ctm-tab-dn-se-ls-bn-dt-se-in-c1, var(--_ctm-dn-se-ls-bn-dt-se-in-c1))
|
|
668
752
|
);
|
|
669
753
|
}
|
|
670
754
|
}
|
|
755
|
+
|
|
756
|
+
&.open {
|
|
757
|
+
transform: rotate(180deg);
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
&.closed {
|
|
761
|
+
transform: rotate(0deg);
|
|
762
|
+
}
|
|
671
763
|
}
|
|
672
764
|
}
|
|
673
765
|
}
|
|
@@ -777,36 +869,52 @@
|
|
|
777
869
|
.horizontal {
|
|
778
870
|
display: flex;
|
|
779
871
|
flex-direction: row;
|
|
780
|
-
align-items: center;
|
|
781
872
|
margin-top: 10px;
|
|
782
873
|
gap: var(--_ctm-mob-lt-im-sg, var(--_ctm-tab-lt-im-sg, var(--_ctm-lt-im-sg)));
|
|
783
874
|
.radio_wrapper {
|
|
875
|
+
display: flex;
|
|
784
876
|
.custom_radio {
|
|
785
877
|
position: relative;
|
|
878
|
+
display: flex;
|
|
879
|
+
padding: prepareMediaVariable(--_ctm-dn-ro-bn-pg, 0);
|
|
880
|
+
// align-items: center;
|
|
881
|
+
|
|
786
882
|
input[type="radio"] {
|
|
787
|
-
|
|
788
|
-
width: 16px;
|
|
789
|
-
height: 16px;
|
|
790
|
-
accent-color: #2563eb;
|
|
791
|
-
cursor: pointer;
|
|
792
|
-
display: none;
|
|
793
|
-
}
|
|
794
|
-
.radio-style {
|
|
883
|
+
appearance: none;
|
|
795
884
|
width: 20px;
|
|
796
885
|
height: 20px;
|
|
797
|
-
border-radius: 50%;
|
|
798
886
|
border: 1px solid #d0d5dd;
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
transition: all 0.2s;
|
|
887
|
+
border-radius: 50%;
|
|
888
|
+
background-color: #fff;
|
|
889
|
+
cursor: pointer;
|
|
890
|
+
transition: all 0.2s ease;
|
|
891
|
+
position: relative;
|
|
803
892
|
}
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
893
|
+
|
|
894
|
+
input[type="radio"]::before {
|
|
895
|
+
content: "";
|
|
896
|
+
position: absolute;
|
|
897
|
+
top: 50%;
|
|
898
|
+
left: 50%;
|
|
899
|
+
width: 10px;
|
|
900
|
+
height: 10px;
|
|
901
|
+
background-color: var(--_primary-400);
|
|
902
|
+
border-radius: 50%;
|
|
903
|
+
transform: translate(-50%, -50%) scale(0);
|
|
904
|
+
transition: transform 0.2s ease;
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
input[type="radio"]:checked::before {
|
|
908
|
+
transform: translate(-50%, -50%) scale(1);
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
input[type="radio"]:focus {
|
|
912
|
+
outline: 2px solid var(--_primary-200);
|
|
913
|
+
outline-offset: 2px;
|
|
807
914
|
}
|
|
808
915
|
}
|
|
809
916
|
.item {
|
|
917
|
+
position: relative;
|
|
810
918
|
padding: var(
|
|
811
919
|
--_ctm-mob-dn-im-se-vl-pg,
|
|
812
920
|
var(--_ctm-tab-dn-im-se-vl-pg, var(--_ctm-dn-im-se-vl-pg))
|
|
@@ -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
|
+
})[];
|