tabexseriescomponents 0.2.752 → 0.2.754
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/index.cjs.js +139 -30
- package/dist/index.esm.js +139 -30
- package/dist/index.umd.js +139 -30
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5056,7 +5056,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5056
5056
|
};
|
|
5057
5057
|
|
|
5058
5058
|
var Service_itemtype = function Service_itemtype(props) {
|
|
5059
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8
|
|
5059
|
+
var _css, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _sizeguideimage$;
|
|
5060
5060
|
var lang = props.actions.lang;
|
|
5061
5061
|
var langdetect = props.actions.langdetect;
|
|
5062
5062
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -5091,6 +5091,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5091
5091
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
5092
5092
|
_useState6[0];
|
|
5093
5093
|
var setitem = _useState6[1];
|
|
5094
|
+
var _useState7 = React.useState(false),
|
|
5095
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
5096
|
+
opensizeguidemodal = _useState8[0],
|
|
5097
|
+
setopensizeguidemodal = _useState8[1];
|
|
5098
|
+
var sizeguideimage = props.actions.sizeguideimage;
|
|
5094
5099
|
React.useEffect(function () {
|
|
5095
5100
|
var itemobj = fetchProductInfoQueryContext.data.data.productinfo;
|
|
5096
5101
|
if (stringIsEnglish(fetchProductInfoQueryContext.data.data.productinfo.name_en)) {
|
|
@@ -5130,6 +5135,44 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5130
5135
|
}
|
|
5131
5136
|
}, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar);
|
|
5132
5137
|
};
|
|
5138
|
+
var formstyles = {
|
|
5139
|
+
input_label_name: glamor.css({
|
|
5140
|
+
color: sectionproperties.form_labelcolor,
|
|
5141
|
+
textTransform: sectionproperties.form_labeltexttransform,
|
|
5142
|
+
fontWeight: sectionproperties.form_labelfontweight,
|
|
5143
|
+
fontSize: sectionproperties.form_labelfontsize + 'px',
|
|
5144
|
+
marginBottom: sectionproperties.inputfieldbordertype == 'All' ? 10 : 0
|
|
5145
|
+
}),
|
|
5146
|
+
form_control: glamor.css((_css = {
|
|
5147
|
+
background: 'transparent',
|
|
5148
|
+
color: sectionproperties.inputfieldcolor,
|
|
5149
|
+
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
5150
|
+
position: 'relative',
|
|
5151
|
+
display: 'flex',
|
|
5152
|
+
alignItems: 'center'
|
|
5153
|
+
}, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_css, "display", 'block'), "width", '100%'), "padding", '0 10px'), "transition", '.3s'), "border", sectionproperties.inputfieldbordertype == 'All' ? sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor : 0), "borderBottom", sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor), "borderRadius", sectionproperties.inputfieldborderradius + 'px'), "height", sectionproperties.inputfieldheight + 'px'), "background", sectionproperties.input_bgcolor), "color", sectionproperties.inputfieldcolor), _defineProperty__default["default"](_defineProperty__default["default"](_css, ':focus', {
|
|
5154
|
+
borderColor: sectionproperties.inputfeildbordercoloronfocus
|
|
5155
|
+
}), ':focus .login_input_icon', {
|
|
5156
|
+
color: sectionproperties.inputfeildbordercoloronfocus
|
|
5157
|
+
}))),
|
|
5158
|
+
sizeguidebtn: glamor.css({
|
|
5159
|
+
color: sectionproperties.sizeguidebtncolor,
|
|
5160
|
+
fontSize: sectionproperties.sizeguidebtnfontsize + 'px',
|
|
5161
|
+
transition: '.3s',
|
|
5162
|
+
textDecoration: 'underline',
|
|
5163
|
+
':hover': {
|
|
5164
|
+
color: sectionproperties.sizeguidebtncoloronhover,
|
|
5165
|
+
fontWeight: sectionproperties.sizeguidebtnfontweight
|
|
5166
|
+
}
|
|
5167
|
+
}),
|
|
5168
|
+
closemodalbtn: glamor.css({
|
|
5169
|
+
color: sectionproperties.sizeguidebtncolor,
|
|
5170
|
+
transition: '.3s',
|
|
5171
|
+
':hover': {
|
|
5172
|
+
color: sectionproperties.sizeguidebtncoloronhover
|
|
5173
|
+
}
|
|
5174
|
+
})
|
|
5175
|
+
};
|
|
5133
5176
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5134
5177
|
"class": ' col-lg-12 p-0 '
|
|
5135
5178
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -5754,7 +5797,16 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5754
5797
|
className: "p-0"
|
|
5755
5798
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5756
5799
|
"class": "col-lg-12 p-0"
|
|
5757
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
5800
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5801
|
+
"class": "col-lg-12 p-0 text-end"
|
|
5802
|
+
}, sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && sectionproperties.sizeguideposition == 'Besides Variants' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5803
|
+
"class": "col-12 text-end"
|
|
5804
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5805
|
+
"class": formstyles.sizeguidebtn + ' m-0 p-0 cursor-pointer mb-auto ',
|
|
5806
|
+
onClick: function onClick() {
|
|
5807
|
+
setopensizeguidemodal(true);
|
|
5808
|
+
}
|
|
5809
|
+
}, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic))), /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
5758
5810
|
actions: props.actions
|
|
5759
5811
|
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
5760
5812
|
actions: props.actions
|
|
@@ -5841,7 +5893,44 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5841
5893
|
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
5842
5894
|
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
5843
5895
|
}
|
|
5844
|
-
}, StoreInfoprops())))
|
|
5896
|
+
}, StoreInfoprops()))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
5897
|
+
show: opensizeguidemodal,
|
|
5898
|
+
onHide: function onHide() {
|
|
5899
|
+
setopensizeguidemodal(false);
|
|
5900
|
+
},
|
|
5901
|
+
centered: true,
|
|
5902
|
+
size: 'lg'
|
|
5903
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5904
|
+
className: "allcentered cursor-pointer",
|
|
5905
|
+
onClick: function onClick() {
|
|
5906
|
+
setopensizeguidemodal(false);
|
|
5907
|
+
},
|
|
5908
|
+
style: {
|
|
5909
|
+
position: 'absolute',
|
|
5910
|
+
top: 10,
|
|
5911
|
+
width: 35,
|
|
5912
|
+
height: 35,
|
|
5913
|
+
right: 10
|
|
5914
|
+
}
|
|
5915
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
5916
|
+
"class": ' h-100 allcentered text-black '
|
|
5917
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
5918
|
+
size: 25,
|
|
5919
|
+
"class": formstyles.closemodalbtn
|
|
5920
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5921
|
+
"class": ' w-100 h-100 px-4 py-5 ',
|
|
5922
|
+
style: {}
|
|
5923
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
5924
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
5925
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
5926
|
+
path: (_sizeguideimage$ = sizeguideimage[0]) === null || _sizeguideimage$ === void 0 ? void 0 : _sizeguideimage$.original,
|
|
5927
|
+
style: {
|
|
5928
|
+
width: '100%',
|
|
5929
|
+
height: '100%',
|
|
5930
|
+
objectFit: 'contain'
|
|
5931
|
+
},
|
|
5932
|
+
loading: "lazy"
|
|
5933
|
+
}))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
5845
5934
|
};
|
|
5846
5935
|
|
|
5847
5936
|
var Article_itemtype = function Article_itemtype(props) {
|
|
@@ -12042,7 +12131,12 @@ var Checkout = function Checkout(props) {
|
|
|
12042
12131
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
12043
12132
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12044
12133
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
12045
|
-
},
|
|
12134
|
+
}, lang.country, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12135
|
+
"class": "mx-2",
|
|
12136
|
+
style: {
|
|
12137
|
+
color: 'var(--danger)'
|
|
12138
|
+
}
|
|
12139
|
+
}, "*")), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12046
12140
|
className: "w-100 allcentered mt-1"
|
|
12047
12141
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
12048
12142
|
color: "#000",
|
|
@@ -12089,7 +12183,12 @@ var Checkout = function Checkout(props) {
|
|
|
12089
12183
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
12090
12184
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12091
12185
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
12092
|
-
}, lang.stategov
|
|
12186
|
+
}, lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12187
|
+
"class": "mx-2",
|
|
12188
|
+
style: {
|
|
12189
|
+
color: 'var(--danger)'
|
|
12190
|
+
}
|
|
12191
|
+
}, "*")), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12093
12192
|
className: "w-100 allcentered mt-1"
|
|
12094
12193
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
12095
12194
|
color: "#000",
|
|
@@ -12144,7 +12243,12 @@ var Checkout = function Checkout(props) {
|
|
|
12144
12243
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
12145
12244
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12146
12245
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
12147
|
-
}, lang.city
|
|
12246
|
+
}, lang.city, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12247
|
+
"class": "mx-2",
|
|
12248
|
+
style: {
|
|
12249
|
+
color: 'var(--danger)'
|
|
12250
|
+
}
|
|
12251
|
+
}, "*")), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12148
12252
|
className: "w-100 allcentered mt-1"
|
|
12149
12253
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
12150
12254
|
color: "#000",
|
|
@@ -12187,7 +12291,12 @@ var Checkout = function Checkout(props) {
|
|
|
12187
12291
|
className: "col-lg-12 mb-3"
|
|
12188
12292
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12189
12293
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
12190
|
-
}, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar
|
|
12294
|
+
}, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12295
|
+
"class": "mx-2",
|
|
12296
|
+
style: {
|
|
12297
|
+
color: 'var(--danger)'
|
|
12298
|
+
}
|
|
12299
|
+
}, "*")), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
12191
12300
|
type: 'text',
|
|
12192
12301
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
12193
12302
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue72 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue72 === void 0 || (_fetchcustomercartQue72 = _fetchcustomercartQue72.data) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.customercart.address,
|
|
@@ -12236,7 +12345,12 @@ var Checkout = function Checkout(props) {
|
|
|
12236
12345
|
className: "col-lg-12 pl-3 pr-3 pt-2"
|
|
12237
12346
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12238
12347
|
className: checkoutstyles.innersectiontitlestyles + ' m-0 p-0 d-flex align-items-start '
|
|
12239
|
-
}, langdetect == 'en' ? 'Shipping Method' : 'طريقة الشحن'
|
|
12348
|
+
}, langdetect == 'en' ? 'Shipping Method' : 'طريقة الشحن', ' ', authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12349
|
+
"class": "mx-2",
|
|
12350
|
+
style: {
|
|
12351
|
+
color: 'var(--danger)'
|
|
12352
|
+
}
|
|
12353
|
+
}, "*"))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12240
12354
|
className: "col-lg-12 p-0"
|
|
12241
12355
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
12242
12356
|
className: "mt-2 mb-2"
|
|
@@ -17603,7 +17717,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17603
17717
|
// maxValue={parseInt(sectionproperties.filterpricemaxvalue)}
|
|
17604
17718
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17605
17719
|
,
|
|
17606
|
-
maxValue: parseInt(
|
|
17720
|
+
maxValue: parseInt(50000),
|
|
17607
17721
|
minValue: parseInt(1),
|
|
17608
17722
|
value: price_rangevalue,
|
|
17609
17723
|
onChange: function onChange(value) {
|
|
@@ -67379,7 +67493,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
67379
67493
|
function ownKeys$U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
67380
67494
|
function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
67381
67495
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
67382
|
-
var _maincontainerarrayof
|
|
67496
|
+
var _maincontainerarrayof;
|
|
67383
67497
|
var _useState = React.useState(''),
|
|
67384
67498
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
67385
67499
|
sectionproperties = _useState2[0],
|
|
@@ -67836,25 +67950,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
67836
67950
|
}))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
67837
67951
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
|
|
67838
67952
|
style: {}
|
|
67839
|
-
},
|
|
67840
|
-
"class": sectionStyles.imgcontainer
|
|
67841
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
67842
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
67843
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
67844
|
-
path: (_maincontainerarrayof2 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof2 === void 0 ? void 0 : _maincontainerarrayof2.back_bgimage,
|
|
67845
|
-
style: {
|
|
67846
|
-
height: '100%',
|
|
67847
|
-
width: '100%',
|
|
67848
|
-
objectFit: 'cover',
|
|
67849
|
-
margin: 0,
|
|
67850
|
-
padding: 0,
|
|
67851
|
-
position: 'absolute',
|
|
67852
|
-
top: 0,
|
|
67853
|
-
bottom: 0,
|
|
67854
|
-
right: 0,
|
|
67855
|
-
left: 0
|
|
67856
|
-
}
|
|
67857
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
67953
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
67858
67954
|
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
67859
67955
|
style: {}
|
|
67860
67956
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -84148,6 +84244,11 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
84148
84244
|
transition: 'all, 0.4s',
|
|
84149
84245
|
right: 10,
|
|
84150
84246
|
transform: "translateX(0px)"
|
|
84247
|
+
}),
|
|
84248
|
+
sku: glamor.css({
|
|
84249
|
+
fontSize: sectionproperties.skuFontSize + 'px',
|
|
84250
|
+
color: sectionproperties.skuColor,
|
|
84251
|
+
fontWeight: sectionproperties.skuFontWeight
|
|
84151
84252
|
})
|
|
84152
84253
|
};
|
|
84153
84254
|
var _useState11 = React.useState(''),
|
|
@@ -84608,7 +84709,15 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
84608
84709
|
style: {
|
|
84609
84710
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
84610
84711
|
}
|
|
84611
|
-
}, item.name)), sectionproperties.
|
|
84712
|
+
}, item.name)), sectionproperties.showSKU == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
84713
|
+
"class": "col-lg-12 pl-0 pr-0",
|
|
84714
|
+
style: {}
|
|
84715
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
84716
|
+
"class": "".concat(card_cssstyles.sku) + ' wordbreak wordbreak1 font-md-13 m-0 ',
|
|
84717
|
+
style: {
|
|
84718
|
+
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
84719
|
+
}
|
|
84720
|
+
}, langdetect == 'en' ? 'SKU: ' : 'كود: ', item.sku)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
84612
84721
|
"class": sectionproperties.descriptionwordbreak == 'None' ? "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 mt-1 ' : "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
|
|
84613
84722
|
style: {
|
|
84614
84723
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
package/dist/index.esm.js
CHANGED
|
@@ -5007,7 +5007,7 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
|
|
|
5007
5007
|
};
|
|
5008
5008
|
|
|
5009
5009
|
var Service_itemtype = function Service_itemtype(props) {
|
|
5010
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8
|
|
5010
|
+
var _css, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _sizeguideimage$;
|
|
5011
5011
|
var lang = props.actions.lang;
|
|
5012
5012
|
var langdetect = props.actions.langdetect;
|
|
5013
5013
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -5042,6 +5042,11 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5042
5042
|
_useState6 = _slicedToArray(_useState5, 2);
|
|
5043
5043
|
_useState6[0];
|
|
5044
5044
|
var setitem = _useState6[1];
|
|
5045
|
+
var _useState7 = useState(false),
|
|
5046
|
+
_useState8 = _slicedToArray(_useState7, 2),
|
|
5047
|
+
opensizeguidemodal = _useState8[0],
|
|
5048
|
+
setopensizeguidemodal = _useState8[1];
|
|
5049
|
+
var sizeguideimage = props.actions.sizeguideimage;
|
|
5045
5050
|
useEffect(function () {
|
|
5046
5051
|
var itemobj = fetchProductInfoQueryContext.data.data.productinfo;
|
|
5047
5052
|
if (stringIsEnglish(fetchProductInfoQueryContext.data.data.productinfo.name_en)) {
|
|
@@ -5081,6 +5086,44 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5081
5086
|
}
|
|
5082
5087
|
}, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar);
|
|
5083
5088
|
};
|
|
5089
|
+
var formstyles = {
|
|
5090
|
+
input_label_name: css({
|
|
5091
|
+
color: sectionproperties.form_labelcolor,
|
|
5092
|
+
textTransform: sectionproperties.form_labeltexttransform,
|
|
5093
|
+
fontWeight: sectionproperties.form_labelfontweight,
|
|
5094
|
+
fontSize: sectionproperties.form_labelfontsize + 'px',
|
|
5095
|
+
marginBottom: sectionproperties.inputfieldbordertype == 'All' ? 10 : 0
|
|
5096
|
+
}),
|
|
5097
|
+
form_control: css((_css = {
|
|
5098
|
+
background: 'transparent',
|
|
5099
|
+
color: sectionproperties.inputfieldcolor,
|
|
5100
|
+
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
5101
|
+
position: 'relative',
|
|
5102
|
+
display: 'flex',
|
|
5103
|
+
alignItems: 'center'
|
|
5104
|
+
}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_css, "display", 'block'), "width", '100%'), "padding", '0 10px'), "transition", '.3s'), "border", sectionproperties.inputfieldbordertype == 'All' ? sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor : 0), "borderBottom", sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor), "borderRadius", sectionproperties.inputfieldborderradius + 'px'), "height", sectionproperties.inputfieldheight + 'px'), "background", sectionproperties.input_bgcolor), "color", sectionproperties.inputfieldcolor), _defineProperty(_defineProperty(_css, ':focus', {
|
|
5105
|
+
borderColor: sectionproperties.inputfeildbordercoloronfocus
|
|
5106
|
+
}), ':focus .login_input_icon', {
|
|
5107
|
+
color: sectionproperties.inputfeildbordercoloronfocus
|
|
5108
|
+
}))),
|
|
5109
|
+
sizeguidebtn: css({
|
|
5110
|
+
color: sectionproperties.sizeguidebtncolor,
|
|
5111
|
+
fontSize: sectionproperties.sizeguidebtnfontsize + 'px',
|
|
5112
|
+
transition: '.3s',
|
|
5113
|
+
textDecoration: 'underline',
|
|
5114
|
+
':hover': {
|
|
5115
|
+
color: sectionproperties.sizeguidebtncoloronhover,
|
|
5116
|
+
fontWeight: sectionproperties.sizeguidebtnfontweight
|
|
5117
|
+
}
|
|
5118
|
+
}),
|
|
5119
|
+
closemodalbtn: css({
|
|
5120
|
+
color: sectionproperties.sizeguidebtncolor,
|
|
5121
|
+
transition: '.3s',
|
|
5122
|
+
':hover': {
|
|
5123
|
+
color: sectionproperties.sizeguidebtncoloronhover
|
|
5124
|
+
}
|
|
5125
|
+
})
|
|
5126
|
+
};
|
|
5084
5127
|
return /*#__PURE__*/React.createElement("div", {
|
|
5085
5128
|
"class": ' col-lg-12 p-0 '
|
|
5086
5129
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -5705,7 +5748,16 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5705
5748
|
className: "p-0"
|
|
5706
5749
|
}, /*#__PURE__*/React.createElement("div", {
|
|
5707
5750
|
"class": "col-lg-12 p-0"
|
|
5708
|
-
}, /*#__PURE__*/React.createElement(
|
|
5751
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
5752
|
+
"class": "col-lg-12 p-0 text-end"
|
|
5753
|
+
}, sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && sectionproperties.sizeguideposition == 'Besides Variants' && /*#__PURE__*/React.createElement("div", {
|
|
5754
|
+
"class": "col-12 text-end"
|
|
5755
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
5756
|
+
"class": formstyles.sizeguidebtn + ' m-0 p-0 cursor-pointer mb-auto ',
|
|
5757
|
+
onClick: function onClick() {
|
|
5758
|
+
setopensizeguidemodal(true);
|
|
5759
|
+
}
|
|
5760
|
+
}, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic))), /*#__PURE__*/React.createElement(Variantoptions, {
|
|
5709
5761
|
actions: props.actions
|
|
5710
5762
|
}), /*#__PURE__*/React.createElement(ProductExtras, {
|
|
5711
5763
|
actions: props.actions
|
|
@@ -5792,7 +5844,44 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5792
5844
|
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
5793
5845
|
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
5794
5846
|
}
|
|
5795
|
-
}, StoreInfoprops())))
|
|
5847
|
+
}, StoreInfoprops()))), sizeguideimage.length != 0 && /*#__PURE__*/React.createElement(Modal, {
|
|
5848
|
+
show: opensizeguidemodal,
|
|
5849
|
+
onHide: function onHide() {
|
|
5850
|
+
setopensizeguidemodal(false);
|
|
5851
|
+
},
|
|
5852
|
+
centered: true,
|
|
5853
|
+
size: 'lg'
|
|
5854
|
+
}, /*#__PURE__*/React.createElement(Modal.Body, null, /*#__PURE__*/React.createElement("div", {
|
|
5855
|
+
className: "allcentered cursor-pointer",
|
|
5856
|
+
onClick: function onClick() {
|
|
5857
|
+
setopensizeguidemodal(false);
|
|
5858
|
+
},
|
|
5859
|
+
style: {
|
|
5860
|
+
position: 'absolute',
|
|
5861
|
+
top: 10,
|
|
5862
|
+
width: 35,
|
|
5863
|
+
height: 35,
|
|
5864
|
+
right: 10
|
|
5865
|
+
}
|
|
5866
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
5867
|
+
"class": ' h-100 allcentered text-black '
|
|
5868
|
+
}, /*#__PURE__*/React.createElement(IoMdClose, {
|
|
5869
|
+
size: 25,
|
|
5870
|
+
"class": formstyles.closemodalbtn
|
|
5871
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
5872
|
+
"class": ' w-100 h-100 px-4 py-5 ',
|
|
5873
|
+
style: {}
|
|
5874
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
5875
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
5876
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
5877
|
+
path: (_sizeguideimage$ = sizeguideimage[0]) === null || _sizeguideimage$ === void 0 ? void 0 : _sizeguideimage$.original,
|
|
5878
|
+
style: {
|
|
5879
|
+
width: '100%',
|
|
5880
|
+
height: '100%',
|
|
5881
|
+
objectFit: 'contain'
|
|
5882
|
+
},
|
|
5883
|
+
loading: "lazy"
|
|
5884
|
+
}))), /*#__PURE__*/React.createElement(Modal.Footer, null)));
|
|
5796
5885
|
};
|
|
5797
5886
|
|
|
5798
5887
|
var Article_itemtype = function Article_itemtype(props) {
|
|
@@ -11993,7 +12082,12 @@ var Checkout = function Checkout(props) {
|
|
|
11993
12082
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11994
12083
|
}, /*#__PURE__*/React.createElement("label", {
|
|
11995
12084
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11996
|
-
},
|
|
12085
|
+
}, lang.country, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
|
|
12086
|
+
"class": "mx-2",
|
|
12087
|
+
style: {
|
|
12088
|
+
color: 'var(--danger)'
|
|
12089
|
+
}
|
|
12090
|
+
}, "*")), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
|
|
11997
12091
|
className: "w-100 allcentered mt-1"
|
|
11998
12092
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
11999
12093
|
color: "#000",
|
|
@@ -12040,7 +12134,12 @@ var Checkout = function Checkout(props) {
|
|
|
12040
12134
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
12041
12135
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12042
12136
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
12043
|
-
}, lang.stategov
|
|
12137
|
+
}, lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
|
|
12138
|
+
"class": "mx-2",
|
|
12139
|
+
style: {
|
|
12140
|
+
color: 'var(--danger)'
|
|
12141
|
+
}
|
|
12142
|
+
}, "*")), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
|
|
12044
12143
|
className: "w-100 allcentered mt-1"
|
|
12045
12144
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
12046
12145
|
color: "#000",
|
|
@@ -12095,7 +12194,12 @@ var Checkout = function Checkout(props) {
|
|
|
12095
12194
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
12096
12195
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12097
12196
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
12098
|
-
}, lang.city
|
|
12197
|
+
}, lang.city, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
|
|
12198
|
+
"class": "mx-2",
|
|
12199
|
+
style: {
|
|
12200
|
+
color: 'var(--danger)'
|
|
12201
|
+
}
|
|
12202
|
+
}, "*")), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React.createElement("div", {
|
|
12099
12203
|
className: "w-100 allcentered mt-1"
|
|
12100
12204
|
}, /*#__PURE__*/React.createElement(CircularProgress, {
|
|
12101
12205
|
color: "#000",
|
|
@@ -12138,7 +12242,12 @@ var Checkout = function Checkout(props) {
|
|
|
12138
12242
|
className: "col-lg-12 mb-3"
|
|
12139
12243
|
}, /*#__PURE__*/React.createElement("label", {
|
|
12140
12244
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
12141
|
-
}, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar
|
|
12245
|
+
}, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
|
|
12246
|
+
"class": "mx-2",
|
|
12247
|
+
style: {
|
|
12248
|
+
color: 'var(--danger)'
|
|
12249
|
+
}
|
|
12250
|
+
}, "*")), /*#__PURE__*/React.createElement(TextareaAutosize, {
|
|
12142
12251
|
type: 'text',
|
|
12143
12252
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
12144
12253
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue72 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue72 === void 0 || (_fetchcustomercartQue72 = _fetchcustomercartQue72.data) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.customercart.address,
|
|
@@ -12187,7 +12296,12 @@ var Checkout = function Checkout(props) {
|
|
|
12187
12296
|
className: "col-lg-12 pl-3 pr-3 pt-2"
|
|
12188
12297
|
}, /*#__PURE__*/React.createElement("p", {
|
|
12189
12298
|
className: checkoutstyles.innersectiontitlestyles + ' m-0 p-0 d-flex align-items-start '
|
|
12190
|
-
}, langdetect == 'en' ? 'Shipping Method' : 'طريقة الشحن'
|
|
12299
|
+
}, langdetect == 'en' ? 'Shipping Method' : 'طريقة الشحن', ' ', authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React.createElement("sup", {
|
|
12300
|
+
"class": "mx-2",
|
|
12301
|
+
style: {
|
|
12302
|
+
color: 'var(--danger)'
|
|
12303
|
+
}
|
|
12304
|
+
}, "*"))), /*#__PURE__*/React.createElement("div", {
|
|
12191
12305
|
className: "col-lg-12 p-0"
|
|
12192
12306
|
}, /*#__PURE__*/React.createElement("hr", {
|
|
12193
12307
|
className: "mt-2 mb-2"
|
|
@@ -17554,7 +17668,7 @@ var Filter$1 = function Filter(props) {
|
|
|
17554
17668
|
// maxValue={parseInt(sectionproperties.filterpricemaxvalue)}
|
|
17555
17669
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17556
17670
|
,
|
|
17557
|
-
maxValue: parseInt(
|
|
17671
|
+
maxValue: parseInt(50000),
|
|
17558
17672
|
minValue: parseInt(1),
|
|
17559
17673
|
value: price_rangevalue,
|
|
17560
17674
|
onChange: function onChange(value) {
|
|
@@ -67330,7 +67444,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
67330
67444
|
function ownKeys$U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
67331
67445
|
function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
67332
67446
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
67333
|
-
var _maincontainerarrayof
|
|
67447
|
+
var _maincontainerarrayof;
|
|
67334
67448
|
var _useState = useState(''),
|
|
67335
67449
|
_useState2 = _slicedToArray(_useState, 2),
|
|
67336
67450
|
sectionproperties = _useState2[0],
|
|
@@ -67787,25 +67901,7 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
67787
67901
|
}))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React.createElement("div", {
|
|
67788
67902
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
|
|
67789
67903
|
style: {}
|
|
67790
|
-
},
|
|
67791
|
-
"class": sectionStyles.imgcontainer
|
|
67792
|
-
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
67793
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
67794
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
67795
|
-
path: (_maincontainerarrayof2 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof2 === void 0 ? void 0 : _maincontainerarrayof2.back_bgimage,
|
|
67796
|
-
style: {
|
|
67797
|
-
height: '100%',
|
|
67798
|
-
width: '100%',
|
|
67799
|
-
objectFit: 'cover',
|
|
67800
|
-
margin: 0,
|
|
67801
|
-
padding: 0,
|
|
67802
|
-
position: 'absolute',
|
|
67803
|
-
top: 0,
|
|
67804
|
-
bottom: 0,
|
|
67805
|
-
right: 0,
|
|
67806
|
-
left: 0
|
|
67807
|
-
}
|
|
67808
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
67904
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
67809
67905
|
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
67810
67906
|
style: {}
|
|
67811
67907
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
@@ -84099,6 +84195,11 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
84099
84195
|
transition: 'all, 0.4s',
|
|
84100
84196
|
right: 10,
|
|
84101
84197
|
transform: "translateX(0px)"
|
|
84198
|
+
}),
|
|
84199
|
+
sku: css({
|
|
84200
|
+
fontSize: sectionproperties.skuFontSize + 'px',
|
|
84201
|
+
color: sectionproperties.skuColor,
|
|
84202
|
+
fontWeight: sectionproperties.skuFontWeight
|
|
84102
84203
|
})
|
|
84103
84204
|
};
|
|
84104
84205
|
var _useState11 = useState(''),
|
|
@@ -84559,7 +84660,15 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
84559
84660
|
style: {
|
|
84560
84661
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
84561
84662
|
}
|
|
84562
|
-
}, item.name)), sectionproperties.
|
|
84663
|
+
}, item.name)), sectionproperties.showSKU == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
84664
|
+
"class": "col-lg-12 pl-0 pr-0",
|
|
84665
|
+
style: {}
|
|
84666
|
+
}, /*#__PURE__*/React.createElement("p", {
|
|
84667
|
+
"class": "".concat(card_cssstyles.sku) + ' wordbreak wordbreak1 font-md-13 m-0 ',
|
|
84668
|
+
style: {
|
|
84669
|
+
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
84670
|
+
}
|
|
84671
|
+
}, langdetect == 'en' ? 'SKU: ' : 'كود: ', item.sku)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React.createElement("p", {
|
|
84563
84672
|
"class": sectionproperties.descriptionwordbreak == 'None' ? "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 mt-1 ' : "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
|
|
84564
84673
|
style: {
|
|
84565
84674
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
package/dist/index.umd.js
CHANGED
|
@@ -4871,7 +4871,7 @@
|
|
|
4871
4871
|
};
|
|
4872
4872
|
|
|
4873
4873
|
var Service_itemtype = function Service_itemtype(props) {
|
|
4874
|
-
var _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8
|
|
4874
|
+
var _css, _fetchProductInfoQuer, _fetchProductInfoQuer2, _fetchProductInfoQuer3, _fetchProductInfoQuer4, _fetchProductInfoQuer5, _fetchProductInfoQuer6, _fetchProductInfoQuer7, _fetchProductInfoQuer8, _fetchProductInfoQuer9, _fetchProductInfoQuer10, _fetchProductInfoQuer11, _fetchProductInfoQuer12, _fetchProductInfoQuer13, _fetchProductInfoQuer14, _fetchProductInfoQuer15, _fetchProductInfoQuer16, _fetchProductInfoQuer17, _fetchProductInfoQuer18, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _sizeguideimage$;
|
|
4875
4875
|
var lang = props.actions.lang;
|
|
4876
4876
|
var langdetect = props.actions.langdetect;
|
|
4877
4877
|
var srcfromprops = props.actions.srcfromprops;
|
|
@@ -4906,6 +4906,11 @@
|
|
|
4906
4906
|
_useState6 = _slicedToArray__default["default"](_useState5, 2);
|
|
4907
4907
|
_useState6[0];
|
|
4908
4908
|
var setitem = _useState6[1];
|
|
4909
|
+
var _useState7 = React.useState(false),
|
|
4910
|
+
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
4911
|
+
opensizeguidemodal = _useState8[0],
|
|
4912
|
+
setopensizeguidemodal = _useState8[1];
|
|
4913
|
+
var sizeguideimage = props.actions.sizeguideimage;
|
|
4909
4914
|
React.useEffect(function () {
|
|
4910
4915
|
var itemobj = fetchProductInfoQueryContext.data.data.productinfo;
|
|
4911
4916
|
if (stringIsEnglish(fetchProductInfoQueryContext.data.data.productinfo.name_en)) {
|
|
@@ -4945,6 +4950,44 @@
|
|
|
4945
4950
|
}
|
|
4946
4951
|
}, langdetect == 'en' ? fetchProductInfoQueryContext.data.data.productinfo.name_en : fetchProductInfoQueryContext.data.data.productinfo.name_ar);
|
|
4947
4952
|
};
|
|
4953
|
+
var formstyles = {
|
|
4954
|
+
input_label_name: glamor.css({
|
|
4955
|
+
color: sectionproperties.form_labelcolor,
|
|
4956
|
+
textTransform: sectionproperties.form_labeltexttransform,
|
|
4957
|
+
fontWeight: sectionproperties.form_labelfontweight,
|
|
4958
|
+
fontSize: sectionproperties.form_labelfontsize + 'px',
|
|
4959
|
+
marginBottom: sectionproperties.inputfieldbordertype == 'All' ? 10 : 0
|
|
4960
|
+
}),
|
|
4961
|
+
form_control: glamor.css((_css = {
|
|
4962
|
+
background: 'transparent',
|
|
4963
|
+
color: sectionproperties.inputfieldcolor,
|
|
4964
|
+
fontSize: sectionproperties.inputfieldfontsize + 'px',
|
|
4965
|
+
position: 'relative',
|
|
4966
|
+
display: 'flex',
|
|
4967
|
+
alignItems: 'center'
|
|
4968
|
+
}, _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_css, "display", 'block'), "width", '100%'), "padding", '0 10px'), "transition", '.3s'), "border", sectionproperties.inputfieldbordertype == 'All' ? sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor : 0), "borderBottom", sectionproperties.inputfieldborderWidth + 'px solid ' + sectionproperties.inputfieldborderColor), "borderRadius", sectionproperties.inputfieldborderradius + 'px'), "height", sectionproperties.inputfieldheight + 'px'), "background", sectionproperties.input_bgcolor), "color", sectionproperties.inputfieldcolor), _defineProperty__default["default"](_defineProperty__default["default"](_css, ':focus', {
|
|
4969
|
+
borderColor: sectionproperties.inputfeildbordercoloronfocus
|
|
4970
|
+
}), ':focus .login_input_icon', {
|
|
4971
|
+
color: sectionproperties.inputfeildbordercoloronfocus
|
|
4972
|
+
}))),
|
|
4973
|
+
sizeguidebtn: glamor.css({
|
|
4974
|
+
color: sectionproperties.sizeguidebtncolor,
|
|
4975
|
+
fontSize: sectionproperties.sizeguidebtnfontsize + 'px',
|
|
4976
|
+
transition: '.3s',
|
|
4977
|
+
textDecoration: 'underline',
|
|
4978
|
+
':hover': {
|
|
4979
|
+
color: sectionproperties.sizeguidebtncoloronhover,
|
|
4980
|
+
fontWeight: sectionproperties.sizeguidebtnfontweight
|
|
4981
|
+
}
|
|
4982
|
+
}),
|
|
4983
|
+
closemodalbtn: glamor.css({
|
|
4984
|
+
color: sectionproperties.sizeguidebtncolor,
|
|
4985
|
+
transition: '.3s',
|
|
4986
|
+
':hover': {
|
|
4987
|
+
color: sectionproperties.sizeguidebtncoloronhover
|
|
4988
|
+
}
|
|
4989
|
+
})
|
|
4990
|
+
};
|
|
4948
4991
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4949
4992
|
"class": ' col-lg-12 p-0 '
|
|
4950
4993
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -5569,7 +5612,16 @@
|
|
|
5569
5612
|
className: "p-0"
|
|
5570
5613
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5571
5614
|
"class": "col-lg-12 p-0"
|
|
5572
|
-
}, /*#__PURE__*/React__default["default"].createElement(
|
|
5615
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5616
|
+
"class": "col-lg-12 p-0 text-end"
|
|
5617
|
+
}, sectionproperties.showsizeguidebtn == 'Show' && sizeguideimage.length != 0 && sectionproperties.sizeguideposition == 'Besides Variants' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5618
|
+
"class": "col-12 text-end"
|
|
5619
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5620
|
+
"class": formstyles.sizeguidebtn + ' m-0 p-0 cursor-pointer mb-auto ',
|
|
5621
|
+
onClick: function onClick() {
|
|
5622
|
+
setopensizeguidemodal(true);
|
|
5623
|
+
}
|
|
5624
|
+
}, langdetect == 'en' ? sectionproperties.sizeguidecontentenglish : sectionproperties.sizeguidecontentarabic))), /*#__PURE__*/React__default["default"].createElement(Variantoptions, {
|
|
5573
5625
|
actions: props.actions
|
|
5574
5626
|
}), /*#__PURE__*/React__default["default"].createElement(ProductExtras, {
|
|
5575
5627
|
actions: props.actions
|
|
@@ -5656,7 +5708,44 @@
|
|
|
5656
5708
|
paddingLeft: langdetect == 'en' ? '.5em' : 0,
|
|
5657
5709
|
paddingRight: langdetect == 'ar' ? '.5rem' : 0
|
|
5658
5710
|
}
|
|
5659
|
-
}, StoreInfoprops())))
|
|
5711
|
+
}, StoreInfoprops()))), sizeguideimage.length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
5712
|
+
show: opensizeguidemodal,
|
|
5713
|
+
onHide: function onHide() {
|
|
5714
|
+
setopensizeguidemodal(false);
|
|
5715
|
+
},
|
|
5716
|
+
centered: true,
|
|
5717
|
+
size: 'lg'
|
|
5718
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Body, null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5719
|
+
className: "allcentered cursor-pointer",
|
|
5720
|
+
onClick: function onClick() {
|
|
5721
|
+
setopensizeguidemodal(false);
|
|
5722
|
+
},
|
|
5723
|
+
style: {
|
|
5724
|
+
position: 'absolute',
|
|
5725
|
+
top: 10,
|
|
5726
|
+
width: 35,
|
|
5727
|
+
height: 35,
|
|
5728
|
+
right: 10
|
|
5729
|
+
}
|
|
5730
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
5731
|
+
"class": ' h-100 allcentered text-black '
|
|
5732
|
+
}, /*#__PURE__*/React__default["default"].createElement(IoMdClose.IoMdClose, {
|
|
5733
|
+
size: 25,
|
|
5734
|
+
"class": formstyles.closemodalbtn
|
|
5735
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5736
|
+
"class": ' w-100 h-100 px-4 py-5 ',
|
|
5737
|
+
style: {}
|
|
5738
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
5739
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
5740
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
5741
|
+
path: (_sizeguideimage$ = sizeguideimage[0]) === null || _sizeguideimage$ === void 0 ? void 0 : _sizeguideimage$.original,
|
|
5742
|
+
style: {
|
|
5743
|
+
width: '100%',
|
|
5744
|
+
height: '100%',
|
|
5745
|
+
objectFit: 'contain'
|
|
5746
|
+
},
|
|
5747
|
+
loading: "lazy"
|
|
5748
|
+
}))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal.Footer, null)));
|
|
5660
5749
|
};
|
|
5661
5750
|
|
|
5662
5751
|
var Article_itemtype = function Article_itemtype(props) {
|
|
@@ -11857,7 +11946,12 @@
|
|
|
11857
11946
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11858
11947
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11859
11948
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11860
|
-
},
|
|
11949
|
+
}, lang.country, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
11950
|
+
"class": "mx-2",
|
|
11951
|
+
style: {
|
|
11952
|
+
color: 'var(--danger)'
|
|
11953
|
+
}
|
|
11954
|
+
}, "*")), fetchTabexCountriesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11861
11955
|
className: "w-100 allcentered mt-1"
|
|
11862
11956
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
11863
11957
|
color: "#000",
|
|
@@ -11904,7 +11998,12 @@
|
|
|
11904
11998
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11905
11999
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11906
12000
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11907
|
-
}, lang.stategov
|
|
12001
|
+
}, lang.stategov, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12002
|
+
"class": "mx-2",
|
|
12003
|
+
style: {
|
|
12004
|
+
color: 'var(--danger)'
|
|
12005
|
+
}
|
|
12006
|
+
}, "*")), fetchTabexStatesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11908
12007
|
className: "w-100 allcentered mt-1"
|
|
11909
12008
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
11910
12009
|
color: "#000",
|
|
@@ -11959,7 +12058,12 @@
|
|
|
11959
12058
|
className: sectionproperties.inputfieldcolor == '#ffffff' ? 'col-lg-4 col-md-12 mb-3 selectwhite' : 'col-lg-4 col-md-12 mb-3'
|
|
11960
12059
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
11961
12060
|
className: "".concat(checkoutstyles.input_label_name) + ' m-0 d-flex align-items-start '
|
|
11962
|
-
}, lang.city
|
|
12061
|
+
}, lang.city, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12062
|
+
"class": "mx-2",
|
|
12063
|
+
style: {
|
|
12064
|
+
color: 'var(--danger)'
|
|
12065
|
+
}
|
|
12066
|
+
}, "*")), fetchTabexCitiesQueryContext.isFetching && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
11963
12067
|
className: "w-100 allcentered mt-1"
|
|
11964
12068
|
}, /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
|
|
11965
12069
|
color: "#000",
|
|
@@ -12002,7 +12106,12 @@
|
|
|
12002
12106
|
className: "col-lg-12 mb-3"
|
|
12003
12107
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
12004
12108
|
className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
|
|
12005
|
-
}, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar
|
|
12109
|
+
}, langdetect == 'en' ? sectionproperties.shippingaddressen : sectionproperties.shippingaddressar, authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12110
|
+
"class": "mx-2",
|
|
12111
|
+
style: {
|
|
12112
|
+
color: 'var(--danger)'
|
|
12113
|
+
}
|
|
12114
|
+
}, "*")), /*#__PURE__*/React__default["default"].createElement(TextareaAutosize__default["default"], {
|
|
12006
12115
|
type: 'text',
|
|
12007
12116
|
className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
|
|
12008
12117
|
value: fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue72 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue72 === void 0 || (_fetchcustomercartQue72 = _fetchcustomercartQue72.data) === null || _fetchcustomercartQue72 === void 0 ? void 0 : _fetchcustomercartQue72.customercart.address,
|
|
@@ -12051,7 +12160,12 @@
|
|
|
12051
12160
|
className: "col-lg-12 pl-3 pr-3 pt-2"
|
|
12052
12161
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
12053
12162
|
className: checkoutstyles.innersectiontitlestyles + ' m-0 p-0 d-flex align-items-start '
|
|
12054
|
-
}, langdetect == 'en' ? 'Shipping Method' : 'طريقة الشحن'
|
|
12163
|
+
}, langdetect == 'en' ? 'Shipping Method' : 'طريقة الشحن', ' ', authdetailsContext.instinfo.customerAddressrequiered == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
|
|
12164
|
+
"class": "mx-2",
|
|
12165
|
+
style: {
|
|
12166
|
+
color: 'var(--danger)'
|
|
12167
|
+
}
|
|
12168
|
+
}, "*"))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12055
12169
|
className: "col-lg-12 p-0"
|
|
12056
12170
|
}, /*#__PURE__*/React__default["default"].createElement("hr", {
|
|
12057
12171
|
className: "mt-2 mb-2"
|
|
@@ -17418,7 +17532,7 @@
|
|
|
17418
17532
|
// maxValue={parseInt(sectionproperties.filterpricemaxvalue)}
|
|
17419
17533
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17420
17534
|
,
|
|
17421
|
-
maxValue: parseInt(
|
|
17535
|
+
maxValue: parseInt(50000),
|
|
17422
17536
|
minValue: parseInt(1),
|
|
17423
17537
|
value: price_rangevalue,
|
|
17424
17538
|
onChange: function onChange(value) {
|
|
@@ -67194,7 +67308,7 @@
|
|
|
67194
67308
|
function ownKeys$U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
67195
67309
|
function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
67196
67310
|
var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
67197
|
-
var _maincontainerarrayof
|
|
67311
|
+
var _maincontainerarrayof;
|
|
67198
67312
|
var _useState = React.useState(''),
|
|
67199
67313
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
67200
67314
|
sectionproperties = _useState2[0],
|
|
@@ -67651,25 +67765,7 @@
|
|
|
67651
67765
|
}))), sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
67652
67766
|
"class": sectionStyles.outercontainer + ' row ml-0 mr-0 align-items-center ',
|
|
67653
67767
|
style: {}
|
|
67654
|
-
},
|
|
67655
|
-
"class": sectionStyles.imgcontainer
|
|
67656
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
67657
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
67658
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
67659
|
-
path: (_maincontainerarrayof2 = maincontainerarrayofobjs[0]) === null || _maincontainerarrayof2 === void 0 ? void 0 : _maincontainerarrayof2.back_bgimage,
|
|
67660
|
-
style: {
|
|
67661
|
-
height: '100%',
|
|
67662
|
-
width: '100%',
|
|
67663
|
-
objectFit: 'cover',
|
|
67664
|
-
margin: 0,
|
|
67665
|
-
padding: 0,
|
|
67666
|
-
position: 'absolute',
|
|
67667
|
-
top: 0,
|
|
67668
|
-
bottom: 0,
|
|
67669
|
-
right: 0,
|
|
67670
|
-
left: 0
|
|
67671
|
-
}
|
|
67672
|
-
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
67768
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
67673
67769
|
"class": sectionStyles.containerrrr + ' row ml-0 mr-0 w-100 d-flex justify-content-center pl-md-3 pr-md-3 px-2015-3 ',
|
|
67674
67770
|
style: {}
|
|
67675
67771
|
}, sectionproperties.sectiontitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -83963,6 +84059,11 @@
|
|
|
83963
84059
|
transition: 'all, 0.4s',
|
|
83964
84060
|
right: 10,
|
|
83965
84061
|
transform: "translateX(0px)"
|
|
84062
|
+
}),
|
|
84063
|
+
sku: glamor.css({
|
|
84064
|
+
fontSize: sectionproperties.skuFontSize + 'px',
|
|
84065
|
+
color: sectionproperties.skuColor,
|
|
84066
|
+
fontWeight: sectionproperties.skuFontWeight
|
|
83966
84067
|
})
|
|
83967
84068
|
};
|
|
83968
84069
|
var _useState11 = React.useState(''),
|
|
@@ -84423,7 +84524,15 @@
|
|
|
84423
84524
|
style: {
|
|
84424
84525
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
84425
84526
|
}
|
|
84426
|
-
}, item.name)), sectionproperties.
|
|
84527
|
+
}, item.name)), sectionproperties.showSKU == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
84528
|
+
"class": "col-lg-12 pl-0 pr-0",
|
|
84529
|
+
style: {}
|
|
84530
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
84531
|
+
"class": "".concat(card_cssstyles.sku) + ' wordbreak wordbreak1 font-md-13 m-0 ',
|
|
84532
|
+
style: {
|
|
84533
|
+
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
84534
|
+
}
|
|
84535
|
+
}, langdetect == 'en' ? 'SKU: ' : 'كود: ', item.sku)), sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionoverwritestyles == 'No' && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
84427
84536
|
"class": sectionproperties.descriptionwordbreak == 'None' ? "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 mt-1 ' : "".concat(card_cssstyles.productDescStyles) + ' col-lg-12 p-0 wordbreak wordbreak4 mt-1 ',
|
|
84428
84537
|
style: {
|
|
84429
84538
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|