tabexseriescomponents 0.2.931 → 0.2.933
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 +364 -207
- package/dist/index.esm.js +364 -207
- package/dist/index.umd.js +364 -207
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2146,6 +2146,7 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2146
2146
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
2147
2147
|
var variantindexcompleted = props.actions.variantindexcompleted;
|
|
2148
2148
|
var getprice_discountpriceprops = props.actions.getprice_discountpriceprops;
|
|
2149
|
+
var getprice_discountpricepropsnormalonly = props.actions.getprice_discountpricepropsnormalonly;
|
|
2149
2150
|
var quantityconditionfoundobjprops = props.actions.quantityconditionfoundobjprops;
|
|
2150
2151
|
var productinfo_cssstyles = props.actions.productinfo_cssstyles;
|
|
2151
2152
|
var _useState = React.useState(''),
|
|
@@ -2186,7 +2187,7 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2186
2187
|
color: sectionproperties.counterValueColor,
|
|
2187
2188
|
fontWeight: sectionproperties.counterValueFontWeight
|
|
2188
2189
|
}
|
|
2189
|
-
}, parseFloat(
|
|
2190
|
+
}, parseFloat(getprice_discountpricepropsnormalonly('defaultprice', 0, variantindexcompleted) - getprice_discountpricepropsnormalonly('defaultsaleprice', 0, variantindexcompleted)).toFixed(2), ' ', langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2190
2191
|
style: {
|
|
2191
2192
|
background: sectionproperties.pillbgcolor,
|
|
2192
2193
|
width: 'fit-content',
|
|
@@ -2203,7 +2204,7 @@ var ProductHeaderPricing = function ProductHeaderPricing(props) {
|
|
|
2203
2204
|
fontSize: '13px',
|
|
2204
2205
|
lineHeight: '25px'
|
|
2205
2206
|
}
|
|
2206
|
-
}, '-' + parseFloat(Math.round(10.0 * ((parseFloat(
|
|
2207
|
+
}, '-' + parseFloat(Math.round(10.0 * ((parseFloat(getprice_discountpricepropsnormalonly('defaultprice', 0, variantindexcompleted)) - parseFloat(getprice_discountpricepropsnormalonly('defaultsaleprice', 0, variantindexcompleted))) / parseFloat(getprice_discountpricepropsnormalonly('defaultprice', 0, variantindexcompleted))) * 100) / 10.0).toFixed(0) + '%'))));
|
|
2207
2208
|
};
|
|
2208
2209
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2209
2210
|
"class": "col-lg-12 p-0"
|
|
@@ -3160,6 +3161,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3160
3161
|
var NotificationManager = props.actions.NotificationManager;
|
|
3161
3162
|
var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
|
|
3162
3163
|
var getprice_discountpriceprops = props.actions.getprice_discountpriceprops;
|
|
3164
|
+
props.actions.getprice_discountpricepropsnormalonly;
|
|
3163
3165
|
var ikimagecredcontext = props.actions.ikimagecredcontext;
|
|
3164
3166
|
var currentshowingimageindex_pro = props.actions.currentshowingimageindex;
|
|
3165
3167
|
var StoreInfoprops = props.actions.StoreInfoprops;
|
|
@@ -3730,7 +3732,7 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
3730
3732
|
}, /*#__PURE__*/React__default["default"].createElement(FiLayers.FiLayers, {
|
|
3731
3733
|
size: 26
|
|
3732
3734
|
}))), productimagesarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3733
|
-
"class":
|
|
3735
|
+
"class": sectionproperties.showthumbnail == 'Hide' ? 'w-100 d-block d-md-none hidethumbnail' : 'w-100 d-block d-md-none',
|
|
3734
3736
|
style: {
|
|
3735
3737
|
// height: '500px',
|
|
3736
3738
|
// height: sectionproperties.evencols == 'Yes' ? '550px' : '',
|
|
@@ -4085,7 +4087,9 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
4085
4087
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4086
4088
|
style: {
|
|
4087
4089
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
4088
|
-
color: sectionproperties.generaltext_fontColor
|
|
4090
|
+
color: sectionproperties.generaltext_fontColor,
|
|
4091
|
+
fontSize: 17,
|
|
4092
|
+
fontWeight: 700
|
|
4089
4093
|
}
|
|
4090
4094
|
}, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4091
4095
|
"class": "col-lg-12 p-0"
|
|
@@ -5187,11 +5191,13 @@ var Product_itemtype = function Product_itemtype(props) {
|
|
|
5187
5191
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5188
5192
|
"class": "row m-0 w-100"
|
|
5189
5193
|
}, sectionproperties.showshortdescription == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5190
|
-
"class": "col-lg-12 p-0 mb-2"
|
|
5194
|
+
"class": "col-lg-12 p-0 mb-2 "
|
|
5191
5195
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
5192
5196
|
style: {
|
|
5193
5197
|
textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
5194
|
-
color: sectionproperties.generaltext_fontColor
|
|
5198
|
+
color: sectionproperties.generaltext_fontColor,
|
|
5199
|
+
fontWeight: 700,
|
|
5200
|
+
fontSize: 17
|
|
5195
5201
|
}
|
|
5196
5202
|
}, langdetect == 'en' ? 'Description' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5197
5203
|
"class": "col-lg-12 p-0"
|
|
@@ -8744,7 +8750,7 @@ var Article_itemtype = function Article_itemtype(props) {
|
|
|
8744
8750
|
function ownKeys$2z(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; }
|
|
8745
8751
|
function _objectSpread$2z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2z(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
8746
8752
|
var Productinfo = function Productinfo(props) {
|
|
8747
|
-
var _css,
|
|
8753
|
+
var _css, _fetchProductInfoQuer77, _ref, _fetchProductInfoQuer78, _ref2, _fetchProductInfoQuer79, _ref3, _fetchProductInfoQuer80, _fetchProductInfoQuer81, _fetchProductInfoQuer82, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _fetchProductInfoQuer83, _fetchProductInfoQuer84, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _fetchProductInfoQuer85, _fetchProductInfoQuer86, _returnpolicyobj9, _returnpolicyobj0, _returnpolicyobj1, _returnpolicyobj10;
|
|
8748
8754
|
var _useState = React.useState({}),
|
|
8749
8755
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
8750
8756
|
ProductInfoObj = _useState2[0],
|
|
@@ -10148,8 +10154,69 @@ var Productinfo = function Productinfo(props) {
|
|
|
10148
10154
|
return 0;
|
|
10149
10155
|
}
|
|
10150
10156
|
};
|
|
10157
|
+
var getprice_discountpricepropsnormalonly = function getprice_discountpricepropsnormalonly(type, withtotal, variantindexcompleted) {
|
|
10158
|
+
var _fetchProductInfoQuer56, _fetchProductInfoQuer57, _fetchProductInfoQuer58, _fetchProductInfoQuer59;
|
|
10159
|
+
var price = 0;
|
|
10160
|
+
var quantity = 0;
|
|
10161
|
+
if (addtocardpayloadobj.quantity != undefined && addtocardpayloadobj.quantity != null) {
|
|
10162
|
+
quantity = parseFloat(addtocardpayloadobj.quantity);
|
|
10163
|
+
}
|
|
10164
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer56 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer56 === void 0 || (_fetchProductInfoQuer56 = _fetchProductInfoQuer56.data) === null || _fetchProductInfoQuer56 === void 0 || (_fetchProductInfoQuer56 = _fetchProductInfoQuer56.productinfo) === null || _fetchProductInfoQuer56 === void 0 ? void 0 : _fetchProductInfoQuer56.productquantityoptions) != undefined && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer57 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer57 === void 0 || (_fetchProductInfoQuer57 = _fetchProductInfoQuer57.data) === null || _fetchProductInfoQuer57 === void 0 || (_fetchProductInfoQuer57 = _fetchProductInfoQuer57.productinfo) === null || _fetchProductInfoQuer57 === void 0 ? void 0 : _fetchProductInfoQuer57.productquantityoptions) != null && Array.isArray(fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer58 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.data) === null || _fetchProductInfoQuer58 === void 0 || (_fetchProductInfoQuer58 = _fetchProductInfoQuer58.productinfo) === null || _fetchProductInfoQuer58 === void 0 ? void 0 : _fetchProductInfoQuer58.productquantityoptions) && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer59 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.data) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.productinfo) === null || _fetchProductInfoQuer59 === void 0 || (_fetchProductInfoQuer59 = _fetchProductInfoQuer59.productquantityoptions) === null || _fetchProductInfoQuer59 === void 0 ? void 0 : _fetchProductInfoQuer59.length) != 0) {
|
|
10165
|
+
var _fetchProductInfoQuer60;
|
|
10166
|
+
fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer60 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.data) === null || _fetchProductInfoQuer60 === void 0 || (_fetchProductInfoQuer60 = _fetchProductInfoQuer60.productinfo) === null || _fetchProductInfoQuer60 === void 0 ? void 0 : _fetchProductInfoQuer60.productquantityoptions;
|
|
10167
|
+
}
|
|
10168
|
+
if (type == 'defaultprice') {
|
|
10169
|
+
var _fetchProductInfoQuer61, _fetchProductInfoQuer62;
|
|
10170
|
+
price = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer61 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.data) === null || _fetchProductInfoQuer61 === void 0 || (_fetchProductInfoQuer61 = _fetchProductInfoQuer61.productinfo) === null || _fetchProductInfoQuer61 === void 0 ? void 0 : _fetchProductInfoQuer61.defaultprice;
|
|
10171
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer62 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.data) === null || _fetchProductInfoQuer62 === void 0 || (_fetchProductInfoQuer62 = _fetchProductInfoQuer62.productinfo) === null || _fetchProductInfoQuer62 === void 0 ? void 0 : _fetchProductInfoQuer62.hasvariants) == 1) {
|
|
10172
|
+
if (variantindexcompleted != undefined) {
|
|
10173
|
+
var _fetchProductInfoQuer63;
|
|
10174
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer63 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.data) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.productinfo) === null || _fetchProductInfoQuer63 === void 0 || (_fetchProductInfoQuer63 = _fetchProductInfoQuer63.variants[variantindexcompleted]) === null || _fetchProductInfoQuer63 === void 0 ? void 0 : _fetchProductInfoQuer63.variantprice) != undefined) {
|
|
10175
|
+
var _fetchProductInfoQuer64;
|
|
10176
|
+
price = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer64 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.data) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.productinfo) === null || _fetchProductInfoQuer64 === void 0 || (_fetchProductInfoQuer64 = _fetchProductInfoQuer64.variants[variantindexcompleted]) === null || _fetchProductInfoQuer64 === void 0 ? void 0 : _fetchProductInfoQuer64.variantprice;
|
|
10177
|
+
}
|
|
10178
|
+
}
|
|
10179
|
+
}
|
|
10180
|
+
} else if (type == 'defaultsaleprice') {
|
|
10181
|
+
var _fetchProductInfoQuer65, _fetchProductInfoQuer66;
|
|
10182
|
+
price = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer65 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.data) === null || _fetchProductInfoQuer65 === void 0 || (_fetchProductInfoQuer65 = _fetchProductInfoQuer65.productinfo) === null || _fetchProductInfoQuer65 === void 0 ? void 0 : _fetchProductInfoQuer65.defaultsaleprice;
|
|
10183
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer66 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer66 === void 0 || (_fetchProductInfoQuer66 = _fetchProductInfoQuer66.data) === null || _fetchProductInfoQuer66 === void 0 || (_fetchProductInfoQuer66 = _fetchProductInfoQuer66.productinfo) === null || _fetchProductInfoQuer66 === void 0 ? void 0 : _fetchProductInfoQuer66.hasvariants) == 1) {
|
|
10184
|
+
if (variantindexcompleted != undefined) {
|
|
10185
|
+
var _fetchProductInfoQuer67;
|
|
10186
|
+
if ((fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer67 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer67 === void 0 || (_fetchProductInfoQuer67 = _fetchProductInfoQuer67.data) === null || _fetchProductInfoQuer67 === void 0 || (_fetchProductInfoQuer67 = _fetchProductInfoQuer67.productinfo) === null || _fetchProductInfoQuer67 === void 0 || (_fetchProductInfoQuer67 = _fetchProductInfoQuer67.variants[variantindexcompleted]) === null || _fetchProductInfoQuer67 === void 0 ? void 0 : _fetchProductInfoQuer67.variantsaleprice) != undefined) {
|
|
10187
|
+
var _fetchProductInfoQuer68;
|
|
10188
|
+
price = fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer68 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer68 === void 0 || (_fetchProductInfoQuer68 = _fetchProductInfoQuer68.data) === null || _fetchProductInfoQuer68 === void 0 || (_fetchProductInfoQuer68 = _fetchProductInfoQuer68.productinfo) === null || _fetchProductInfoQuer68 === void 0 || (_fetchProductInfoQuer68 = _fetchProductInfoQuer68.variants[variantindexcompleted]) === null || _fetchProductInfoQuer68 === void 0 ? void 0 : _fetchProductInfoQuer68.variantsaleprice;
|
|
10189
|
+
}
|
|
10190
|
+
}
|
|
10191
|
+
}
|
|
10192
|
+
}
|
|
10193
|
+
var temppriceinseidconditions = price;
|
|
10194
|
+
// quantityconditions.forEach(function (item, index) {
|
|
10195
|
+
// if (item.fromq <= quantity && item.toq >= quantity) {
|
|
10196
|
+
// var discountprice = (item.value / 100) * price;
|
|
10197
|
+
// if (item.type == 'add') {
|
|
10198
|
+
// temppriceinseidconditions = price + discountprice;
|
|
10199
|
+
// } else if (item.type == 'subtract') {
|
|
10200
|
+
// temppriceinseidconditions = price - discountprice;
|
|
10201
|
+
// }
|
|
10202
|
+
// localquantityconditionobj = item;
|
|
10203
|
+
// }
|
|
10204
|
+
// });
|
|
10205
|
+
price = temppriceinseidconditions;
|
|
10206
|
+
// setquantityconditionfoundobj(localquantityconditionobj);
|
|
10207
|
+
if (withtotal == true) {
|
|
10208
|
+
if (price != undefined) {
|
|
10209
|
+
price = price * quantity;
|
|
10210
|
+
}
|
|
10211
|
+
}
|
|
10212
|
+
if (price != undefined) {
|
|
10213
|
+
return price;
|
|
10214
|
+
} else {
|
|
10215
|
+
return 0;
|
|
10216
|
+
}
|
|
10217
|
+
};
|
|
10151
10218
|
var getQuantityCondition = function getQuantityCondition() {
|
|
10152
|
-
var
|
|
10219
|
+
var _fetchProductInfoQuer69;
|
|
10153
10220
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10154
10221
|
"class": "col-lg-12 p-0",
|
|
10155
10222
|
style: {
|
|
@@ -10179,12 +10246,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
10179
10246
|
height: 1,
|
|
10180
10247
|
background: sectionproperties.pricelisttitlecolor
|
|
10181
10248
|
}
|
|
10182
|
-
})), fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10183
|
-
var
|
|
10249
|
+
})), fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer69 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer69 === void 0 || (_fetchProductInfoQuer69 = _fetchProductInfoQuer69.data) === null || _fetchProductInfoQuer69 === void 0 || (_fetchProductInfoQuer69 = _fetchProductInfoQuer69.productinfo) === null || _fetchProductInfoQuer69 === void 0 || (_fetchProductInfoQuer69 = _fetchProductInfoQuer69.productquantityoptions) === null || _fetchProductInfoQuer69 === void 0 ? void 0 : _fetchProductInfoQuer69.map(function (item, index) {
|
|
10250
|
+
var _fetchProductInfoQuer70;
|
|
10184
10251
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10185
10252
|
className: "col-lg-12 p-0 w-100 d-flex align-items-center",
|
|
10186
10253
|
style: {
|
|
10187
|
-
marginBottom: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10254
|
+
marginBottom: (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer70 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer70 === void 0 || (_fetchProductInfoQuer70 = _fetchProductInfoQuer70.data) === null || _fetchProductInfoQuer70 === void 0 || (_fetchProductInfoQuer70 = _fetchProductInfoQuer70.productinfo) === null || _fetchProductInfoQuer70 === void 0 || (_fetchProductInfoQuer70 = _fetchProductInfoQuer70.productquantityoptions) === null || _fetchProductInfoQuer70 === void 0 ? void 0 : _fetchProductInfoQuer70.length) - 1 != index ? '1rem' : 0
|
|
10188
10255
|
}
|
|
10189
10256
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10190
10257
|
"class": "d-flex align-items-center",
|
|
@@ -10218,7 +10285,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10218
10285
|
})));
|
|
10219
10286
|
};
|
|
10220
10287
|
var StoreInfo = function StoreInfo(position) {
|
|
10221
|
-
var
|
|
10288
|
+
var _fetchProductInfoQuer71, _authdetailsContext$i6, _authdetailsContext$i7, _authdetailsContext$i9;
|
|
10222
10289
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10223
10290
|
"class": "row m-0 w-100"
|
|
10224
10291
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -10265,7 +10332,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10265
10332
|
style: {
|
|
10266
10333
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
10267
10334
|
}
|
|
10268
|
-
}, langdetect == 'en' ? sectionproperties.otherinfodesc2en : sectionproperties.otherinfodesc2ar))), sectionproperties.showpricinglist == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10335
|
+
}, langdetect == 'en' ? sectionproperties.otherinfodesc2en : sectionproperties.otherinfodesc2ar))), sectionproperties.showpricinglist == 'Show' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer71 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer71 === void 0 || (_fetchProductInfoQuer71 = _fetchProductInfoQuer71.data) === null || _fetchProductInfoQuer71 === void 0 || (_fetchProductInfoQuer71 = _fetchProductInfoQuer71.productinfo) === null || _fetchProductInfoQuer71 === void 0 || (_fetchProductInfoQuer71 = _fetchProductInfoQuer71.productquantityoptions) === null || _fetchProductInfoQuer71 === void 0 ? void 0 : _fetchProductInfoQuer71.length) != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10269
10336
|
"class": "col-lg-12 p-0 mb-4"
|
|
10270
10337
|
}, getQuantityCondition()), sectionproperties.showfooterphonenumber == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10271
10338
|
className: "".concat(productinfo_cssstyles.storeinfobtn, " ").concat(productinfo_cssstyles.storeinfocontainer) + ' mb-4 col-lg-12 p-0 d-flex align-items-center cursor-pointer ',
|
|
@@ -10417,7 +10484,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10417
10484
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
10418
10485
|
paddingRight: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0
|
|
10419
10486
|
}
|
|
10420
|
-
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10487
|
+
}, (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer77 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer77 === void 0 || (_fetchProductInfoQuer77 = _fetchProductInfoQuer77.data) === null || _fetchProductInfoQuer77 === void 0 || (_fetchProductInfoQuer77 = _fetchProductInfoQuer77.productinfo) === null || _fetchProductInfoQuer77 === void 0 ? void 0 : _fetchProductInfoQuer77.item_type) == 'product' && /*#__PURE__*/React__default["default"].createElement(Product_itemtype, {
|
|
10421
10488
|
actions: (_ref = {
|
|
10422
10489
|
variantnotchosendisclaimer: variantnotchosendisclaimer,
|
|
10423
10490
|
setisoutofstock: setisoutofstock,
|
|
@@ -10426,8 +10493,8 @@ var Productinfo = function Productinfo(props) {
|
|
|
10426
10493
|
langdetect: langdetect,
|
|
10427
10494
|
lang: lang,
|
|
10428
10495
|
srcfromprops: props.srcfromprops
|
|
10429
|
-
}, _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"](_ref, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _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"](_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _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"](_ref, "relatedproducts", relatedproducts), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), "
|
|
10430
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10496
|
+
}, _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"](_ref, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _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"](_ref, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _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"](_ref, "relatedproducts", relatedproducts), "getprice_discountpriceprops", getprice_discountpriceprops), "getprice_discountpricepropsnormalonly", getprice_discountpricepropsnormalonly), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), _defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_defineProperty__default["default"](_ref, "variantsku", variantsku), "variantvalueidentifier", variantvalueidentifier), "sizeguideimage", sizeguideimage), "setopensizeguidemodal", setopensizeguidemodal))
|
|
10497
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer78 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer78 === void 0 || (_fetchProductInfoQuer78 = _fetchProductInfoQuer78.data) === null || _fetchProductInfoQuer78 === void 0 || (_fetchProductInfoQuer78 = _fetchProductInfoQuer78.productinfo) === null || _fetchProductInfoQuer78 === void 0 ? void 0 : _fetchProductInfoQuer78.item_type) == 'Article' && /*#__PURE__*/React__default["default"].createElement(Article_itemtype, {
|
|
10431
10498
|
actions: (_ref2 = {
|
|
10432
10499
|
variantnotchosendisclaimer: variantnotchosendisclaimer,
|
|
10433
10500
|
setisoutofstock: setisoutofstock,
|
|
@@ -10437,7 +10504,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10437
10504
|
lang: lang,
|
|
10438
10505
|
srcfromprops: props.srcfromprops
|
|
10439
10506
|
}, _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"](_ref2, "returnpolicyobj", returnpolicyobj), "productinfo_cssstyles", productinfo_cssstyles), "addtocartfunc", addtocartfunc), "selectproductoptionvalue", selectproductoptionvalue), "clearchoosenvaluesbutkeepcurrentvalue", clearchoosenvaluesbutkeepcurrentvalue), "productimagesarray", productimagesarray), "fetchProductInfoQueryContext", fetchProductInfoQueryContext), "ProductInfoObj", ProductInfoObj), "sectionproperties", sectionproperties), "addtocardpayloadobj", addtocardpayloadobj), _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"](_ref2, "setaddtocardpayloadobj", setaddtocardpayloadobj), "routingcountext", routingcountext), "AddtoCartMutationContext", AddtoCartMutationContext), "authdetailsContext", authdetailsContext), "addtofavoritescontext", addtofavoritescontext), "variantindexcompleted", variantindexcompleted), "StaticPagesLinksContext", StaticPagesLinksContext), "NotificationManager", NotificationManager), "GeneralAPIMutationContext", GeneralAPIMutationContext), "quantityconditionfoundobjprops", quantityconditionfoundobj), _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"](_ref2, "relatedproducts", relatedproducts), "getprice_discountpriceprops", getprice_discountpriceprops), "StoreInfoprops", StoreInfo), "currentshowingimageindex", currentshowingimageindex), "setcurrentshowingimageindex", setcurrentshowingimageindex), "templatepropcontext", templatepropcontext), "ikimagecredcontext", ikimagecredcontext), "variantindex", variantindex), "setvariantindex", setvariantindex), "variantsku", variantsku), _defineProperty__default["default"](_ref2, "variantvalueidentifier", variantvalueidentifier))
|
|
10440
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10507
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer79 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer79 === void 0 || (_fetchProductInfoQuer79 = _fetchProductInfoQuer79.data) === null || _fetchProductInfoQuer79 === void 0 || (_fetchProductInfoQuer79 = _fetchProductInfoQuer79.productinfo) === null || _fetchProductInfoQuer79 === void 0 ? void 0 : _fetchProductInfoQuer79.item_type) == 'service' && /*#__PURE__*/React__default["default"].createElement(Service_itemtype, {
|
|
10441
10508
|
actions: (_ref3 = {
|
|
10442
10509
|
variantnotchosendisclaimer: variantnotchosendisclaimer,
|
|
10443
10510
|
variantsku: variantsku,
|
|
@@ -10453,7 +10520,7 @@ var Productinfo = function Productinfo(props) {
|
|
|
10453
10520
|
style: {
|
|
10454
10521
|
paddingLeft: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginLeft + 'px' : sectionproperties.card_marginRight + 'px' : 0,
|
|
10455
10522
|
paddingRight: props.srcfromprops == 'Productinfomodel' ? langdetect == 'en' ? sectionproperties.card_marginRight + 'px' : sectionproperties.card_marginLeft + 'px' : 0,
|
|
10456
|
-
display: sectionproperties.showfirstpolicy == 'Hide' && sectionproperties.showsecondpolicy == 'Hide' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10523
|
+
display: sectionproperties.showfirstpolicy == 'Hide' && sectionproperties.showsecondpolicy == 'Hide' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer80 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer80 === void 0 || (_fetchProductInfoQuer80 = _fetchProductInfoQuer80.data) === null || _fetchProductInfoQuer80 === void 0 || (_fetchProductInfoQuer80 = _fetchProductInfoQuer80.productinfo) === null || _fetchProductInfoQuer80 === void 0 || (_fetchProductInfoQuer80 = _fetchProductInfoQuer80.product_videos) === null || _fetchProductInfoQuer80 === void 0 ? void 0 : _fetchProductInfoQuer80.length) != 0 ? 'flex' : (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer81 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer81 === void 0 || (_fetchProductInfoQuer81 = _fetchProductInfoQuer81.data) === null || _fetchProductInfoQuer81 === void 0 || (_fetchProductInfoQuer81 = _fetchProductInfoQuer81.productinfo) === null || _fetchProductInfoQuer81 === void 0 ? void 0 : _fetchProductInfoQuer81.productcanrate) == 1 ? 'flex' : sectionproperties.showfirstpolicy == 'Hide' && sectionproperties.showsecondpolicy == 'Hide' ? 'none' : sectionproperties.showfirstpolicy == 'Hide' && sectionproperties.showsecondpolicy == 'Hide' && sectionproperties.descriptionposition != 'Bottom' && (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer82 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer82 === void 0 || (_fetchProductInfoQuer82 = _fetchProductInfoQuer82.data) === null || _fetchProductInfoQuer82 === void 0 || (_fetchProductInfoQuer82 = _fetchProductInfoQuer82.productinfo) === null || _fetchProductInfoQuer82 === void 0 || (_fetchProductInfoQuer82 = _fetchProductInfoQuer82.product_videos) === null || _fetchProductInfoQuer82 === void 0 ? void 0 : _fetchProductInfoQuer82.length) == 0 ? 'none' : 'flex'
|
|
10457
10524
|
}
|
|
10458
10525
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
10459
10526
|
"class": "".concat(productinfo_cssstyles.cardcontainer) + ' ml-0 mr-0 w-100 pl-md-3 pr-md-3 px-1025-1 ',
|
|
@@ -10515,12 +10582,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
10515
10582
|
onClick: function onClick() {
|
|
10516
10583
|
settabname('refundpolicytab');
|
|
10517
10584
|
}
|
|
10518
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10585
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer83 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer83 === void 0 || (_fetchProductInfoQuer83 = _fetchProductInfoQuer83.data) === null || _fetchProductInfoQuer83 === void 0 || (_fetchProductInfoQuer83 = _fetchProductInfoQuer83.productinfo) === null || _fetchProductInfoQuer83 === void 0 || (_fetchProductInfoQuer83 = _fetchProductInfoQuer83.product_videos) === null || _fetchProductInfoQuer83 === void 0 ? void 0 : _fetchProductInfoQuer83.length) != 0 && /*#__PURE__*/React__default["default"].createElement(material.Tab, {
|
|
10519
10586
|
label: langdetect == 'en' ? sectionproperties.videostitleen : sectionproperties.videostitlear,
|
|
10520
10587
|
onClick: function onClick() {
|
|
10521
10588
|
settabname('videostab');
|
|
10522
10589
|
}
|
|
10523
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10590
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer84 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer84 === void 0 || (_fetchProductInfoQuer84 = _fetchProductInfoQuer84.data) === null || _fetchProductInfoQuer84 === void 0 || (_fetchProductInfoQuer84 = _fetchProductInfoQuer84.productinfo) === null || _fetchProductInfoQuer84 === void 0 ? void 0 : _fetchProductInfoQuer84.productcanrate) == 1 && /*#__PURE__*/React__default["default"].createElement(material.Tab, {
|
|
10524
10591
|
label: langdetect == 'en' ? 'Reviews' : 'التقييمات',
|
|
10525
10592
|
onClick: function onClick() {
|
|
10526
10593
|
settabname('reviewstab');
|
|
@@ -10574,12 +10641,12 @@ var Productinfo = function Productinfo(props) {
|
|
|
10574
10641
|
onClick: function onClick() {
|
|
10575
10642
|
settabname('refundpolicytab');
|
|
10576
10643
|
}
|
|
10577
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10644
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer85 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer85 === void 0 || (_fetchProductInfoQuer85 = _fetchProductInfoQuer85.data) === null || _fetchProductInfoQuer85 === void 0 || (_fetchProductInfoQuer85 = _fetchProductInfoQuer85.productinfo) === null || _fetchProductInfoQuer85 === void 0 || (_fetchProductInfoQuer85 = _fetchProductInfoQuer85.product_videos) === null || _fetchProductInfoQuer85 === void 0 ? void 0 : _fetchProductInfoQuer85.length) != 0 && /*#__PURE__*/React__default["default"].createElement(material.Tab, {
|
|
10578
10645
|
label: langdetect == 'en' ? 'Videos' : 'فيديوهات',
|
|
10579
10646
|
onClick: function onClick() {
|
|
10580
10647
|
settabname('videostab');
|
|
10581
10648
|
}
|
|
10582
|
-
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (
|
|
10649
|
+
}), (fetchProductInfoQueryContext === null || fetchProductInfoQueryContext === void 0 || (_fetchProductInfoQuer86 = fetchProductInfoQueryContext.data) === null || _fetchProductInfoQuer86 === void 0 || (_fetchProductInfoQuer86 = _fetchProductInfoQuer86.data) === null || _fetchProductInfoQuer86 === void 0 || (_fetchProductInfoQuer86 = _fetchProductInfoQuer86.productinfo) === null || _fetchProductInfoQuer86 === void 0 ? void 0 : _fetchProductInfoQuer86.productcanrate) == 1 && /*#__PURE__*/React__default["default"].createElement(material.Tab, {
|
|
10583
10650
|
label: langdetect == 'en' ? 'Reviews' : 'التقييمات',
|
|
10584
10651
|
onClick: function onClick() {
|
|
10585
10652
|
settabname('reviewstab');
|
|
@@ -20403,8 +20470,8 @@ var Filter$1 = function Filter(props) {
|
|
|
20403
20470
|
}
|
|
20404
20471
|
}),
|
|
20405
20472
|
filtercard: glamor.css({
|
|
20406
|
-
minWidth: sectionproperties.filtercardwidth + 'px',
|
|
20407
|
-
maxWidth: sectionproperties.filtercardwidth + 'px'
|
|
20473
|
+
minWidth: sectionproperties.filterdirection == 'Collections Vertical' ? '100%' : sectionproperties.filtercardwidth + 'px',
|
|
20474
|
+
maxWidth: sectionproperties.filterdirection == 'Collections Vertical' ? '100%' : sectionproperties.filtercardwidth + 'px'
|
|
20408
20475
|
}),
|
|
20409
20476
|
filtercardfilter: glamor.css({
|
|
20410
20477
|
minWidth: '100px',
|
|
@@ -20749,8 +20816,99 @@ var Filter$1 = function Filter(props) {
|
|
|
20749
20816
|
minHeight: sectionproperties.filterminheight == 0 ? 'auto' : sectionproperties.filterminheight + 'vh'
|
|
20750
20817
|
}
|
|
20751
20818
|
}, props.typeprops != 'vertical' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20752
|
-
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
|
|
20753
|
-
}, sectionproperties.
|
|
20819
|
+
className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 p-0 w-100 filter mt-md-0 ' : 'col-lg-12 p-0 w-100 filter mt-md-0 d-md-none'
|
|
20820
|
+
}, sectionproperties.filterdirection == 'Horizontal' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20821
|
+
"class": "row m-0 w-100"
|
|
20822
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20823
|
+
"class": "col-lg-12 p-0 mb-4"
|
|
20824
|
+
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
20825
|
+
transitionBehavior: 'auto',
|
|
20826
|
+
wrapperClassName: '',
|
|
20827
|
+
itemClassName: '',
|
|
20828
|
+
scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
|
|
20829
|
+
}, collectionstobevisible.map(function (item, index) {
|
|
20830
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20831
|
+
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
|
|
20832
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20833
|
+
className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
|
|
20834
|
+
onClick: function onClick() {
|
|
20835
|
+
setCollectionFilterFunc(item.collectionid);
|
|
20836
|
+
},
|
|
20837
|
+
style: {
|
|
20838
|
+
color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
|
|
20839
|
+
}
|
|
20840
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20841
|
+
"class": "col-lg-12 allcentered mb-2"
|
|
20842
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20843
|
+
style: {
|
|
20844
|
+
width: sectionproperties.filterimagewidthheight + '%',
|
|
20845
|
+
height: sectionproperties.filterimagewidthheight + '%'
|
|
20846
|
+
}
|
|
20847
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
20848
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
20849
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
20850
|
+
path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
|
|
20851
|
+
style: {
|
|
20852
|
+
width: '100%',
|
|
20853
|
+
height: '100%',
|
|
20854
|
+
objectFit: 'cover',
|
|
20855
|
+
borderRadius: sectionproperties.filterimageborderradius + 'px'
|
|
20856
|
+
},
|
|
20857
|
+
loading: "lazy"
|
|
20858
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20859
|
+
"class": "row m-0 w-100"
|
|
20860
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20861
|
+
"class": "col-10 text-start"
|
|
20862
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
20863
|
+
"class": ' m-0 p-0 '
|
|
20864
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20865
|
+
"class": "col-2 text-end"
|
|
20866
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20867
|
+
"class": "h-100 allcentered"
|
|
20868
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
|
|
20869
|
+
})))), sectionproperties.filterdirection == 'Collections Vertical' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20870
|
+
"class": "row m-0 w-100 allcentered mt-md-3"
|
|
20871
|
+
}, collectionstobevisible.map(function (item, index) {
|
|
20872
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20873
|
+
className: ' col-xl-2 col-lg-3 col-md-3 col-sm-4 w-100 mb-2 '
|
|
20874
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20875
|
+
className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
|
|
20876
|
+
onClick: function onClick() {
|
|
20877
|
+
setCollectionFilterFunc(item.collectionid);
|
|
20878
|
+
},
|
|
20879
|
+
style: {
|
|
20880
|
+
color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
|
|
20881
|
+
}
|
|
20882
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20883
|
+
"class": "col-lg-12 allcentered mb-2 p-0"
|
|
20884
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20885
|
+
style: {
|
|
20886
|
+
width: sectionproperties.filterimagewidthheight + '%',
|
|
20887
|
+
height: sectionproperties.filterimagewidthheight + '%'
|
|
20888
|
+
}
|
|
20889
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
20890
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
20891
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
20892
|
+
path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
|
|
20893
|
+
style: {
|
|
20894
|
+
width: '100%',
|
|
20895
|
+
height: '100%',
|
|
20896
|
+
objectFit: 'cover',
|
|
20897
|
+
borderRadius: sectionproperties.filterimageborderradius + 'px'
|
|
20898
|
+
},
|
|
20899
|
+
loading: "lazy"
|
|
20900
|
+
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20901
|
+
"class": "row m-0 w-100"
|
|
20902
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20903
|
+
"class": "col-10 col-sm-9 text-start"
|
|
20904
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
20905
|
+
"class": ' m-0 p-0 '
|
|
20906
|
+
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20907
|
+
"class": "col-2 col-sm-3 text-end"
|
|
20908
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20909
|
+
"class": "h-100 allcentered"
|
|
20910
|
+
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
|
|
20911
|
+
})), sectionproperties.filterType == 'Title & Sort By Only' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20754
20912
|
"class": "row mx-0 w-100",
|
|
20755
20913
|
style: {
|
|
20756
20914
|
marginTop: sectionproperties.sectionTitleMarginTop + 'px',
|
|
@@ -20838,72 +20996,7 @@ var Filter$1 = function Filter(props) {
|
|
|
20838
20996
|
}
|
|
20839
20997
|
}, valueitem.name);
|
|
20840
20998
|
}));
|
|
20841
|
-
}))))),
|
|
20842
|
-
"class": "row m-0 w-100"
|
|
20843
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20844
|
-
"class": "col-lg-12 p-0 mb-4"
|
|
20845
|
-
}, /*#__PURE__*/React__default["default"].createElement(reactHorizontalScrollingMenu.ScrollMenu, {
|
|
20846
|
-
transitionBehavior: 'auto',
|
|
20847
|
-
wrapperClassName: '',
|
|
20848
|
-
itemClassName: '',
|
|
20849
|
-
scrollContainerClassName: 'scrollmenuclasssubscrollbar2'
|
|
20850
|
-
}, collectionstobevisible.map(function (item, index) {
|
|
20851
|
-
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20852
|
-
className: ' col-xl-12 p-0 col-lg-12 col-md-12 col-sm-12 w-100 mb-2 '
|
|
20853
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20854
|
-
className: "".concat(filter_cssstyles.timeline_text, " ").concat(filter_cssstyles.filtercard) + ' p-0 cursor-pointer ',
|
|
20855
|
-
onClick: function onClick() {
|
|
20856
|
-
setCollectionFilterFunc(item.collectionid);
|
|
20857
|
-
},
|
|
20858
|
-
style: {
|
|
20859
|
-
color: item.isfilterselected == true ? sectionproperties.activecat_color : ''
|
|
20860
|
-
}
|
|
20861
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20862
|
-
"class": "col-lg-12 allcentered mb-2"
|
|
20863
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20864
|
-
style: {
|
|
20865
|
-
width: sectionproperties.filterimagewidthheight + '%',
|
|
20866
|
-
height: sectionproperties.filterimagewidthheight + '%'
|
|
20867
|
-
}
|
|
20868
|
-
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
20869
|
-
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
20870
|
-
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
20871
|
-
path: '/tr:w-' + sectionproperties.filterimage_tr + ',h-' + sectionproperties.filterimage_h + '/' + item.collectionlogo,
|
|
20872
|
-
style: {
|
|
20873
|
-
width: '100%',
|
|
20874
|
-
height: '100%',
|
|
20875
|
-
objectFit: 'cover',
|
|
20876
|
-
borderRadius: sectionproperties.filterimageborderradius + 'px'
|
|
20877
|
-
},
|
|
20878
|
-
loading: "lazy"
|
|
20879
|
-
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20880
|
-
"class": "row m-0 w-100"
|
|
20881
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20882
|
-
"class": "col-10 text-start"
|
|
20883
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
20884
|
-
"class": ' m-0 p-0 '
|
|
20885
|
-
}, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20886
|
-
"class": "col-2 text-end"
|
|
20887
|
-
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
20888
|
-
"class": "h-100 allcentered"
|
|
20889
|
-
}, langdetect == 'en' ? /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null) : /*#__PURE__*/React__default["default"].createElement(BsChevronRight.BsChevronRight, null))))));
|
|
20890
|
-
}))), sectionproperties.showproductgroupbytitle == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20891
|
-
"class": "col-lg-12 text-start px-4 mb-5",
|
|
20892
|
-
style: {
|
|
20893
|
-
fontSize: 15,
|
|
20894
|
-
color: '#62554a'
|
|
20895
|
-
}
|
|
20896
|
-
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
20897
|
-
"class": "cursor-pointer",
|
|
20898
|
-
onClick: function onClick() {
|
|
20899
|
-
routingcountext('home', false, '');
|
|
20900
|
-
}
|
|
20901
|
-
}, 'Home', " /", ' '), ' ', /*#__PURE__*/React__default["default"].createElement("span", {
|
|
20902
|
-
style: {
|
|
20903
|
-
textTransform: 'capitalize'
|
|
20904
|
-
},
|
|
20905
|
-
"class": "mx-2"
|
|
20906
|
-
}, props.show_product_group_titles()['title_en']))), authdetailsContext.instinfo.instid == '6790ae890234e' && window.location.pathname == '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20999
|
+
}))))), authdetailsContext.instinfo.instid == '6790ae890234e' && window.location.pathname == '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
20907
21000
|
"class": "col-lg-12 mx-auto col-md-12 pl-md-2 pr-md-2 mb-4 allcentered",
|
|
20908
21001
|
style: {
|
|
20909
21002
|
paddingLeft: 300,
|
|
@@ -22508,6 +22601,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
22508
22601
|
innercardssection: glamor.css({
|
|
22509
22602
|
paddingLeft: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px' : 0,
|
|
22510
22603
|
paddingRight: sectionproperties.showFilter == 'show' ? langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px' : 0,
|
|
22604
|
+
paddingTop: sectionproperties.paddingTop + 'px',
|
|
22511
22605
|
'@media (max-width: 800px)': {
|
|
22512
22606
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddinghorizontalresponsive + 'px' : sectionproperties.paddinghorizontalresponsive + 'px',
|
|
22513
22607
|
paddingRight: langdetect == 'en' ? sectionproperties.paddinghorizontalresponsive + 'px' : sectionproperties.paddinghorizontalresponsive + 'px'
|
|
@@ -22530,7 +22624,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
22530
22624
|
pageLinkClassName: glamor.css({
|
|
22531
22625
|
minWidth: sectionproperties.paginationContainerWidth + 'vh',
|
|
22532
22626
|
height: sectionproperties.paginationContainerHeight + 'vh',
|
|
22533
|
-
padding: '17px',
|
|
22627
|
+
// padding: '17px',
|
|
22534
22628
|
display: 'flex',
|
|
22535
22629
|
alignItems: 'center',
|
|
22536
22630
|
justifyContent: 'center',
|
|
@@ -22629,7 +22723,6 @@ var CardsSection = function CardsSection(props) {
|
|
|
22629
22723
|
cards_sections: glamor.css({
|
|
22630
22724
|
paddingLeft: sectionproperties.showFilter == 'show' ? 0 : langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : sectionproperties.paddingRight + 'px',
|
|
22631
22725
|
paddingRight: sectionproperties.showFilter == 'show' ? 0 : langdetect == 'en' ? sectionproperties.paddingRight + 'px' : sectionproperties.paddingLeft + 'px',
|
|
22632
|
-
paddingTop: sectionproperties.paddingTop + 'px',
|
|
22633
22726
|
paddingBottom: sectionproperties.paddingBottom + 'px',
|
|
22634
22727
|
borderBottomLeftRadius: sectionproperties.borderBottomLeftRadius + 'px',
|
|
22635
22728
|
borderBottomRightRadius: sectionproperties.borderBottomRightRadius + 'px',
|
|
@@ -22697,6 +22790,50 @@ var CardsSection = function CardsSection(props) {
|
|
|
22697
22790
|
paddingLeft: sectionproperties.sectiontitlepaddinghorizontalresponsive + 'rem',
|
|
22698
22791
|
paddingRight: sectionproperties.sectiontitlepaddinghorizontalresponsive + 'rem'
|
|
22699
22792
|
}
|
|
22793
|
+
}),
|
|
22794
|
+
groupbysectionimage: glamor.css({
|
|
22795
|
+
':after': {
|
|
22796
|
+
content: 's',
|
|
22797
|
+
fontSize: 0,
|
|
22798
|
+
position: 'absolute',
|
|
22799
|
+
top: 0,
|
|
22800
|
+
bottom: 0,
|
|
22801
|
+
left: 0,
|
|
22802
|
+
width: '100%',
|
|
22803
|
+
height: '100%',
|
|
22804
|
+
zIndex: 1,
|
|
22805
|
+
transition: ' 0.3s',
|
|
22806
|
+
background: '#000',
|
|
22807
|
+
opacity: 0.2,
|
|
22808
|
+
borderRadius: sectionproperties.groupbysectionimageborderradius + 'px'
|
|
22809
|
+
}
|
|
22810
|
+
}),
|
|
22811
|
+
groupbytitle: glamor.css({
|
|
22812
|
+
// fontWeight: 700,
|
|
22813
|
+
// fontSize: 27,
|
|
22814
|
+
// color: sectionproperties.sectionTitleColor,
|
|
22815
|
+
color: sectionproperties.groupbytitlecolor,
|
|
22816
|
+
fontSize: sectionproperties.groupbytitlefontsize + 'px',
|
|
22817
|
+
fontWeight: sectionproperties.groupbytitlefontweight,
|
|
22818
|
+
'@media (max-width: 800px)': {
|
|
22819
|
+
fontSize: sectionproperties.groupbytitlefontsizeresp + 'px'
|
|
22820
|
+
}
|
|
22821
|
+
}),
|
|
22822
|
+
groupbydescription: glamor.css({
|
|
22823
|
+
// fontSize: 18,
|
|
22824
|
+
// color: sectionproperties.sectionTitleColor,
|
|
22825
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
22826
|
+
// color: '#fff',
|
|
22827
|
+
// fontSize: 20,
|
|
22828
|
+
// fontWeight: 500,
|
|
22829
|
+
|
|
22830
|
+
color: sectionproperties.groupbydescriptioncolor,
|
|
22831
|
+
fontSize: sectionproperties.groupbydescriptionfontsize + 'px',
|
|
22832
|
+
fontWeight: sectionproperties.groupbydescriptionfontweight,
|
|
22833
|
+
// color: '#62554a',
|
|
22834
|
+
'@media (max-width: 800px)': {
|
|
22835
|
+
fontSize: sectionproperties.groupbydescriptionfontsizeresp + 'px'
|
|
22836
|
+
}
|
|
22700
22837
|
})
|
|
22701
22838
|
};
|
|
22702
22839
|
var SectionTitle = function SectionTitle() {
|
|
@@ -22920,67 +23057,105 @@ var CardsSection = function CardsSection(props) {
|
|
|
22920
23057
|
};
|
|
22921
23058
|
var GroupByTitleSection = function GroupByTitleSection() {
|
|
22922
23059
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22923
|
-
"class":
|
|
22924
|
-
|
|
22925
|
-
|
|
23060
|
+
"class": 'row m-0 w-100',
|
|
23061
|
+
style: {
|
|
23062
|
+
position: 'relative'
|
|
23063
|
+
}
|
|
23064
|
+
}, sectionproperties.groupbysectionimage == 'Show' && sectionproperties.groupbysectionimageposition == 'Top' && show_product_group_titles()['logo'] != '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23065
|
+
"class": "col-12 p-0 d-flex align-items-center",
|
|
23066
|
+
style: {
|
|
23067
|
+
justifyContent: sectionproperties.groupbysectionimagehorizontalposition == 'Center' ? 'center' : 'start'
|
|
23068
|
+
}
|
|
22926
23069
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23070
|
+
"class": section_cssstyles.groupbysectionimage + ' ',
|
|
22927
23071
|
style: {
|
|
22928
|
-
width: '
|
|
22929
|
-
height: '
|
|
23072
|
+
width: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%',
|
|
23073
|
+
height: sectionproperties.groupbysectionimagewidthheight == 0 ? '100%' : sectionproperties.groupbysectionimagewidthheight + '%'
|
|
22930
23074
|
}
|
|
22931
23075
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
22932
23076
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
22933
23077
|
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
22934
23078
|
path: show_product_group_titles()['logo'],
|
|
22935
|
-
|
|
23079
|
+
"class": 'w-100 h-100',
|
|
22936
23080
|
style: {
|
|
22937
|
-
|
|
22938
|
-
maxWidth: '100%'
|
|
23081
|
+
borderRadius: sectionproperties.groupbysectionimageborderradius + 'px'
|
|
22939
23082
|
}
|
|
22940
23083
|
}))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22941
|
-
"class":
|
|
22942
|
-
|
|
22943
|
-
|
|
23084
|
+
"class": "col-12 allcentered",
|
|
23085
|
+
style: {
|
|
23086
|
+
position: sectionproperties.groupbysectiontextposition == 'On Image' ? 'absolute' : 'relative',
|
|
23087
|
+
top: 0,
|
|
23088
|
+
bottom: 0,
|
|
23089
|
+
left: 0,
|
|
23090
|
+
right: 0,
|
|
23091
|
+
margin: 'auto'
|
|
23092
|
+
}
|
|
22944
23093
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22945
|
-
"class":
|
|
23094
|
+
"class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'row m-0 w-100 px-4 px-md-2 px-sm-0' : 'row m-0 w-100'
|
|
23095
|
+
}, sectionproperties.groupbytitleshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23096
|
+
"class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'col-lg-12 d-flex align-items-center mb-1' : 'col-lg-12 mb-3 mt-5 d-flex align-items-center',
|
|
23097
|
+
style: {
|
|
23098
|
+
justifyContent: sectionproperties.groupbytitleposition == 'Center' ? 'center' : 'start'
|
|
23099
|
+
}
|
|
22946
23100
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22947
|
-
"class":
|
|
23101
|
+
"class": section_cssstyles.groupbytitle + ' m-0 '
|
|
23102
|
+
}, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), sectionproperties.groupbydescriptionshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23103
|
+
"class": sectionproperties.groupbysectiontextposition == 'On Image' ? 'col-lg-12 d-flex align-items-center' : 'col-lg-12 mb-3 mt-5 d-flex align-items-center',
|
|
22948
23104
|
style: {
|
|
22949
|
-
|
|
22950
|
-
fontSize: 27,
|
|
22951
|
-
color: sectionproperties.sectionTitleColor
|
|
23105
|
+
justifyContent: sectionproperties.groupbydescriptionposition == 'Center' ? 'center' : 'start'
|
|
22952
23106
|
}
|
|
22953
|
-
}, langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar'])), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22954
|
-
"class": "col-lg-12 mb-3"
|
|
22955
23107
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
22956
|
-
"class":
|
|
23108
|
+
"class": section_cssstyles.groupbydescription + ' m-0 ',
|
|
22957
23109
|
style: {
|
|
22958
|
-
|
|
22959
|
-
color: sectionproperties.sectionTitleColor,
|
|
22960
|
-
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
22961
|
-
|
|
22962
|
-
// color: '#62554a',
|
|
23110
|
+
textAlign: sectionproperties.groupbydescriptionposition == 'Center' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
22963
23111
|
},
|
|
22964
23112
|
dangerouslySetInnerHTML: {
|
|
22965
23113
|
__html: langdetect == 'en' ? show_product_group_titles()['description_en'] : show_product_group_titles()['description_ar']
|
|
22966
23114
|
}
|
|
22967
|
-
}))))
|
|
22968
|
-
|
|
22969
|
-
|
|
22970
|
-
|
|
22971
|
-
|
|
22972
|
-
|
|
22973
|
-
|
|
22974
|
-
|
|
22975
|
-
|
|
22976
|
-
|
|
22977
|
-
|
|
22978
|
-
|
|
22979
|
-
|
|
22980
|
-
|
|
22981
|
-
|
|
22982
|
-
|
|
22983
|
-
|
|
23115
|
+
})))))
|
|
23116
|
+
// <div class={ 'row m-0 w-100'}>
|
|
23117
|
+
// <div class="col-12 p-0 allcentered">
|
|
23118
|
+
// <div class="w-100 h-100">
|
|
23119
|
+
// <Imagekitimagecomp
|
|
23120
|
+
// urlEndpoint={ikimagecredcontext?.ikimageendpoint}
|
|
23121
|
+
// publicKey={ikimagecredcontext?.ikimagepublickey}
|
|
23122
|
+
// path={show_product_group_titles()['logo']}
|
|
23123
|
+
// className={sectionproperties.bgcovercontainresponsive == 'Contain' ? 'objectFit-md-contain w-100 h-100' : 'w-100 h-100'}
|
|
23124
|
+
// />
|
|
23125
|
+
// </div>
|
|
23126
|
+
// </div>
|
|
23127
|
+
|
|
23128
|
+
// <div class={'col-lg-12 mb-3 mt-5 allcentered'}>
|
|
23129
|
+
// {/* <div class={ 'col-lg-12 mb-3 mt-5 text-start'}> */}
|
|
23130
|
+
// <p
|
|
23131
|
+
// class="m-0"
|
|
23132
|
+
// style={{
|
|
23133
|
+
// fontWeight: 700,
|
|
23134
|
+
// fontSize: 27,
|
|
23135
|
+
|
|
23136
|
+
// color: sectionproperties.sectionTitleColor,
|
|
23137
|
+
// }}
|
|
23138
|
+
// >
|
|
23139
|
+
// {langdetect == 'en' ? show_product_group_titles()['title_en'] : show_product_group_titles()['title_ar']}
|
|
23140
|
+
// </p>
|
|
23141
|
+
// </div>
|
|
23142
|
+
// <div class="col-lg-12 mb-3 allcentered">
|
|
23143
|
+
// <p
|
|
23144
|
+
// class="m-0"
|
|
23145
|
+
// style={{
|
|
23146
|
+
// fontSize: 18,
|
|
23147
|
+
// color: sectionproperties.sectionTitleColor,
|
|
23148
|
+
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
23149
|
+
|
|
23150
|
+
// // color: '#62554a',
|
|
23151
|
+
// }}
|
|
23152
|
+
// dangerouslySetInnerHTML={{
|
|
23153
|
+
// __html: langdetect == 'en' ? show_product_group_titles()['description_en'] : show_product_group_titles()['description_ar'],
|
|
23154
|
+
// }}
|
|
23155
|
+
// ></p>
|
|
23156
|
+
// </div>
|
|
23157
|
+
// </div>
|
|
23158
|
+
;
|
|
22984
23159
|
};
|
|
22985
23160
|
var cardsrender = function cardsrender() {
|
|
22986
23161
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -23142,7 +23317,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
23142
23317
|
size: sectionproperties.viewmoreiconfontsizeresp,
|
|
23143
23318
|
color: sectionproperties.viewmorebtn_Textcolor
|
|
23144
23319
|
})))), sectionproperties.showFilter == 'show' && sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection != 'Collections Horizontal' && sectionproperties.filterbtnstyle == 'Style 1' && authdetailsContext.instinfo.instid != '6790ae890234e' && window.location.pathname != '/Portfolio' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
23145
|
-
"class": sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
|
|
23320
|
+
"class": sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
|
|
23146
23321
|
onClick: function onClick() {
|
|
23147
23322
|
setopenFilterSlider(true);
|
|
23148
23323
|
// var element = document.getElementById('filterslider');
|
|
@@ -23162,7 +23337,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
23162
23337
|
fontSize: sectionproperties.filterbtniconfontsize
|
|
23163
23338
|
}
|
|
23164
23339
|
})))), sectionproperties.showFilter == 'show' && sectionproperties.filterType != 'Title & Sort By Only' && sectionproperties.filterdirection != 'Collections Horizontal' && sectionproperties.filterbtnstyle == 'Style 2' && /*#__PURE__*/React__default["default"].createElement("button", {
|
|
23165
|
-
"class": sectionproperties.filterdirection == 'Horizontal' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
|
|
23340
|
+
"class": sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ' : ' col-lg-12 col-md-12 pl-0 pr-0 d-none d-md-flex justify-content-end ',
|
|
23166
23341
|
onClick: function onClick() {
|
|
23167
23342
|
setopenFilterSlider(true);
|
|
23168
23343
|
},
|
|
@@ -23590,6 +23765,44 @@ var CardsSection = function CardsSection(props) {
|
|
|
23590
23765
|
"class": "col-lg-12 p-0 allcentered"
|
|
23591
23766
|
}, ViewMoreButton())));
|
|
23592
23767
|
};
|
|
23768
|
+
var CardsSectionContent = function CardsSectionContent() {
|
|
23769
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23770
|
+
"class": ' row m-0 w-100 '
|
|
23771
|
+
}, sectionproperties.showproductgroupbytitle == 'Show' && GroupByTitleSection(), sectionproperties.showFilter == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23772
|
+
className: sectionproperties.filterdirection == 'Horizontal' || sectionproperties.filterdirection == 'Collections Vertical' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
23773
|
+
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
23774
|
+
sectionpropertiesprops: sectionproperties,
|
|
23775
|
+
actions: actions,
|
|
23776
|
+
openFilterSlider: openFilterSlider,
|
|
23777
|
+
setopenFilterSlider: setopenFilterSlider,
|
|
23778
|
+
show_product_group_titles: show_product_group_titles
|
|
23779
|
+
})), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23780
|
+
className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
23781
|
+
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
23782
|
+
sectionpropertiesprops: sectionproperties,
|
|
23783
|
+
actions: actions,
|
|
23784
|
+
openFilterSlider: openFilterSlider,
|
|
23785
|
+
setopenFilterSlider: setopenFilterSlider,
|
|
23786
|
+
show_product_group_titles: show_product_group_titles,
|
|
23787
|
+
typeprops: 'vertical'
|
|
23788
|
+
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23789
|
+
"class": "col-lg-12 allcentered my-5"
|
|
23790
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23791
|
+
"class": "row m-0 w-100"
|
|
23792
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23793
|
+
"class": "col-lg-12 allcentered mb-3"
|
|
23794
|
+
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23795
|
+
"class": section_cssstyles.titleee + ' m-0 p-0 ',
|
|
23796
|
+
style: {}
|
|
23797
|
+
}, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23798
|
+
"class": "col-lg-12 allcentered"
|
|
23799
|
+
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
23800
|
+
"class": section_cssstyles.btnnn + ' w-md-100 ',
|
|
23801
|
+
onClick: function onClick() {
|
|
23802
|
+
routingcountext('inquiryform', false, '');
|
|
23803
|
+
}
|
|
23804
|
+
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا')))));
|
|
23805
|
+
};
|
|
23593
23806
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23594
23807
|
ref: refscr,
|
|
23595
23808
|
"class": section_cssstyles.sectioncontainerr + ' row ml-0 mr-0 d-flex justify-content-center ml-auto mr-auto ',
|
|
@@ -23599,75 +23812,9 @@ var CardsSection = function CardsSection(props) {
|
|
|
23599
23812
|
}, sectionproperties.length != 0 && sectionproperties.showanimation == 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23600
23813
|
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 ',
|
|
23601
23814
|
"data-aos": 'fade-up'
|
|
23602
|
-
}, sectionproperties.
|
|
23603
|
-
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
23604
|
-
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
23605
|
-
sectionpropertiesprops: sectionproperties,
|
|
23606
|
-
actions: actions,
|
|
23607
|
-
openFilterSlider: openFilterSlider,
|
|
23608
|
-
setopenFilterSlider: setopenFilterSlider,
|
|
23609
|
-
show_product_group_titles: show_product_group_titles
|
|
23610
|
-
})), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23611
|
-
className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
23612
|
-
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
23613
|
-
sectionpropertiesprops: sectionproperties,
|
|
23614
|
-
actions: actions,
|
|
23615
|
-
openFilterSlider: openFilterSlider,
|
|
23616
|
-
setopenFilterSlider: setopenFilterSlider,
|
|
23617
|
-
show_product_group_titles: show_product_group_titles,
|
|
23618
|
-
typeprops: 'vertical'
|
|
23619
|
-
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23620
|
-
"class": "col-lg-12 allcentered my-5"
|
|
23621
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23622
|
-
"class": "row m-0 w-100"
|
|
23623
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23624
|
-
"class": "col-lg-12 allcentered mb-3"
|
|
23625
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23626
|
-
"class": section_cssstyles.titleee + ' m-0 p-0 ',
|
|
23627
|
-
style: {}
|
|
23628
|
-
}, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23629
|
-
"class": "col-lg-12 allcentered"
|
|
23630
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
23631
|
-
"class": section_cssstyles.btnnn + ' w-md-100 ',
|
|
23632
|
-
onClick: function onClick() {
|
|
23633
|
-
routingcountext('inquiryform', false, '');
|
|
23634
|
-
}
|
|
23635
|
-
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23815
|
+
}, CardsSectionContent()), sectionproperties.length != 0 && sectionproperties.showanimation != 'Yes' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23636
23816
|
"class": section_cssstyles.innercardssection + ' row ml-0 mr-0 d-flex justify-content-center w-md-100 h-md-100 w-100 '
|
|
23637
|
-
},
|
|
23638
|
-
className: sectionproperties.filterdirection == 'Horizontal' ? 'col-lg-12 d-flex p-0' : sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
23639
|
-
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
23640
|
-
sectionpropertiesprops: sectionproperties,
|
|
23641
|
-
actions: actions,
|
|
23642
|
-
openFilterSlider: openFilterSlider,
|
|
23643
|
-
setopenFilterSlider: setopenFilterSlider,
|
|
23644
|
-
show_product_group_titles: show_product_group_titles
|
|
23645
|
-
})), sectionproperties.showvariantfilter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23646
|
-
className: sectionproperties.numofcols == '2' ? 'col-lg-2 d-flex' : 'col-lg-3 d-flex'
|
|
23647
|
-
}, /*#__PURE__*/React__default["default"].createElement(Filter$1, {
|
|
23648
|
-
sectionpropertiesprops: sectionproperties,
|
|
23649
|
-
actions: actions,
|
|
23650
|
-
openFilterSlider: openFilterSlider,
|
|
23651
|
-
setopenFilterSlider: setopenFilterSlider,
|
|
23652
|
-
show_product_group_titles: show_product_group_titles,
|
|
23653
|
-
typeprops: 'vertical'
|
|
23654
|
-
})), fetchingtype == 'custom' && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, cardsrender()), fetchingtype != 'custom' && cardsrender(), sectionproperties.generalbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23655
|
-
"class": "col-lg-12 allcentered my-5"
|
|
23656
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23657
|
-
"class": "row m-0 w-100"
|
|
23658
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23659
|
-
"class": "col-lg-12 allcentered mb-3"
|
|
23660
|
-
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23661
|
-
"class": section_cssstyles.titleee + ' m-0 p-0 ',
|
|
23662
|
-
style: {}
|
|
23663
|
-
}, langdetect == 'en' ? "Didn't find what you're looking for?" : 'مش لاقي اللي بتدور عليه؟')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23664
|
-
"class": "col-lg-12 allcentered"
|
|
23665
|
-
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
23666
|
-
"class": section_cssstyles.btnnn + ' w-md-100 ',
|
|
23667
|
-
onClick: function onClick() {
|
|
23668
|
-
routingcountext('inquiryform', false, '');
|
|
23669
|
-
}
|
|
23670
|
-
}, langdetect == 'en' ? 'Contact Us' : 'إتصل بنا'))))));
|
|
23817
|
+
}, CardsSectionContent()));
|
|
23671
23818
|
};
|
|
23672
23819
|
|
|
23673
23820
|
function ownKeys$2h(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; }
|
|
@@ -36855,13 +37002,18 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
36855
37002
|
borderColor: sectionproperties.closeSlider_colorOnHover
|
|
36856
37003
|
}
|
|
36857
37004
|
})), "headerinnercontainer", glamor.css({
|
|
36858
|
-
borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
|
|
37005
|
+
// borderRadius: sectionproperties.header_borderBottomLeftRadius + 'px',
|
|
36859
37006
|
paddingLeft: langdetect == 'en' ? sectionproperties.header_paddingLeft + 'px' : sectionproperties.header_paddingRight + 'px',
|
|
36860
37007
|
paddingRight: langdetect == 'en' ? sectionproperties.header_paddingRight + 'px' : sectionproperties.header_paddingLeft + 'px',
|
|
36861
37008
|
paddingTop: sectionproperties.header_paddingTop + 'px',
|
|
36862
37009
|
paddingBottom: sectionproperties.header_paddingBottom + 'px',
|
|
36863
37010
|
backgroundColor: sectionproperties.keepheadertransparent == 'Yes' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68527dfef348b' && window.location.pathname == '/login' ? sectionproperties.header_backgroundColor : sectionproperties.keepheadertransparent == 'Yes' ? 'transparent' : sectionproperties.headerstyles_bgtransparent == 'Transparent' && window.location.pathname == '/home' ? scrollYposittionprops > 300 ? sectionproperties.header_backgroundColor : 'transparent' : sectionproperties.header_backgroundColor,
|
|
36864
37011
|
borderBottom: sectionproperties.headerborderbottomwidth + 'px solid ' + sectionproperties.headerbordercolor,
|
|
37012
|
+
borderTopLeftRadius: sectionproperties.headerbordertopleftradius + 'px',
|
|
37013
|
+
borderTopRightRadius: sectionproperties.headerbordertoprightradius + 'px',
|
|
37014
|
+
borderBottomLeftRadius: sectionproperties.headerborderbottomleftradius + 'px',
|
|
37015
|
+
borderBottomRightRadius: sectionproperties.headerborderbottomrightradius + 'px',
|
|
37016
|
+
marginTop: sectionproperties.header_marginTop + 'px',
|
|
36865
37017
|
':hover': {
|
|
36866
37018
|
backgroundColor: sectionproperties.header_backgroundColor,
|
|
36867
37019
|
transition: '.3s ease-in-out'
|
|
@@ -36987,6 +37139,8 @@ var Simpleheader = function Simpleheader(props) {
|
|
|
36987
37139
|
}
|
|
36988
37140
|
}, templatepropcontext.pagesnprop.map(function (item, index) {
|
|
36989
37141
|
if (item.isselected) ;
|
|
37142
|
+
// activepagecolor
|
|
37143
|
+
// actibepagebgcolor
|
|
36990
37144
|
if (item.isnavigation == 1 && item.isactive == 1) {
|
|
36991
37145
|
var _authdetailsContext$i6, _authdetailsContext$i1, _authdetailsContext$i14;
|
|
36992
37146
|
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instid) == '684aa79857878') {
|
|
@@ -57705,7 +57859,10 @@ var Newsletterfooter = function Newsletterfooter(props) {
|
|
|
57705
57859
|
paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
|
|
57706
57860
|
paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
|
|
57707
57861
|
paddingBottom: sectionproperties.footer_paddingBottom + 'px',
|
|
57708
|
-
width: '100vw'
|
|
57862
|
+
width: '100vw',
|
|
57863
|
+
'@media (max-width: 800px)': {
|
|
57864
|
+
paddingBottom: sectionproperties.showbottomnav == 'Show' ? 140 : sectionproperties.footer_paddingBottom + 'px'
|
|
57865
|
+
}
|
|
57709
57866
|
}),
|
|
57710
57867
|
footerlogo: glamor.css({
|
|
57711
57868
|
width: sectionproperties.logo_width + 'px',
|