tabexseriescomponents 0.2.1417 → 0.2.1418
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 +34 -28
- package/dist/index.esm.js +34 -28
- package/dist/index.umd.js +34 -28
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -78798,7 +78798,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
78798
78798
|
}, [cardsarray]);
|
|
78799
78799
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
78800
78800
|
// move to spo
|
|
78801
|
-
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center '
|
|
78801
|
+
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center mx-auto '
|
|
78802
78802
|
// data-aos={'fade-up'}
|
|
78803
78803
|
,
|
|
78804
78804
|
style: {
|
|
@@ -99219,7 +99219,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
|
|
|
99219
99219
|
function ownKeys$6(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; }
|
|
99220
99220
|
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
99221
99221
|
var Simpleproductcard = function Simpleproductcard(props) {
|
|
99222
|
-
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _item$producttags2, _authdetailsContext$
|
|
99222
|
+
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _item$producttags2, _authdetailsContext$i13, _item$producttags$2, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _item$producttags3, _authdetailsContext$i21, _item$producttags$3, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24;
|
|
99223
99223
|
var _useState = React.useState(''),
|
|
99224
99224
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
99225
99225
|
sectionproperties = _useState2[0],
|
|
@@ -100039,7 +100039,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100039
100039
|
style: {
|
|
100040
100040
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100041
100041
|
}
|
|
100042
|
-
}, item.name))), /*#__PURE__*/React__default["default"].createElement("div",
|
|
100042
|
+
}, item.name))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100043
|
+
style: {
|
|
100044
|
+
position: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 'absolute' : 'relative',
|
|
100045
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
100046
|
+
zIndex: 10
|
|
100047
|
+
}
|
|
100048
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100043
100049
|
"class": sectionproperties.productnamecentered == 'Centered' ? card_cssstyles.innersection + ' row m-0 w-100 allcentered ' : card_cssstyles.innersection + ' row m-0 w-100 ',
|
|
100044
100050
|
style: {
|
|
100045
100051
|
// move to spo
|
|
@@ -100047,7 +100053,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100047
100053
|
// bottom: authdetailsContext?.instinfo?.contactinfo.instid == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
100048
100054
|
// zIndex: 10,
|
|
100049
100055
|
}
|
|
100050
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100056
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '69de6dceab218' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.length) != 0 && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (ffitem, ffindex) {
|
|
100051
100057
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100052
100058
|
"class": "text-start d-flex align-items-center col-lg- p-0 mb-1"
|
|
100053
100059
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -100065,7 +100071,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100065
100071
|
fontWeight: 300
|
|
100066
100072
|
}
|
|
100067
100073
|
}, "-"));
|
|
100068
|
-
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100074
|
+
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) != '69de6dceab218' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100069
100075
|
"class": "allcentered col-lg-12 p-0",
|
|
100070
100076
|
style: {
|
|
100071
100077
|
height: 40
|
|
@@ -100085,7 +100091,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100085
100091
|
color: sectionproperties.featurecolor,
|
|
100086
100092
|
fontSize: sectionproperties.featurefontsize + 'px'
|
|
100087
100093
|
}
|
|
100088
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100094
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '68b87409b9a2a' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100089
100095
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100090
100096
|
style: {
|
|
100091
100097
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100124,8 +100130,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100124
100130
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100125
100131
|
onClick: function onClick() {
|
|
100126
100132
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100127
|
-
var _authdetailsContext$
|
|
100128
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100133
|
+
var _authdetailsContext$i12;
|
|
100134
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100129
100135
|
setShowProductInfoModalContext(true);
|
|
100130
100136
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100131
100137
|
} else {
|
|
@@ -100143,7 +100149,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100143
100149
|
style: {
|
|
100144
100150
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100145
100151
|
}
|
|
100146
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100152
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100147
100153
|
"class": "allcentered",
|
|
100148
100154
|
style: {
|
|
100149
100155
|
width: '100%',
|
|
@@ -100210,7 +100216,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100210
100216
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100211
100217
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100212
100218
|
style: {}
|
|
100213
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100219
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100214
100220
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100215
100221
|
style: {
|
|
100216
100222
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100311,7 +100317,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100311
100317
|
color: sectionproperties.quantitycolor,
|
|
100312
100318
|
fontWeight: sectionproperties.quantityfontweight
|
|
100313
100319
|
}
|
|
100314
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100320
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100315
100321
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100316
100322
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100317
100323
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100356,7 +100362,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100356
100362
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100357
100363
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
100358
100364
|
"class": "h-100 allcentered addbtn"
|
|
100359
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100365
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100360
100366
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100361
100367
|
style: {
|
|
100362
100368
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100385,13 +100391,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100385
100391
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100386
100392
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100387
100393
|
onClick: function onClick() {
|
|
100388
|
-
var _authdetailsContext$
|
|
100389
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100394
|
+
var _authdetailsContext$i17;
|
|
100395
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100390
100396
|
setShowProductInfoModalContext(true);
|
|
100391
100397
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100392
100398
|
} else {
|
|
100393
|
-
var _authdetailsContext$
|
|
100394
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100399
|
+
var _authdetailsContext$i18;
|
|
100400
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '68527dfef348b') {
|
|
100395
100401
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100396
100402
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
|
100397
100403
|
addtocartfunc();
|
|
@@ -100494,8 +100500,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100494
100500
|
onClick: function onClick(e) {
|
|
100495
100501
|
var _sectionproperties$se2;
|
|
100496
100502
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
100497
|
-
var _authdetailsContext$
|
|
100498
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100503
|
+
var _authdetailsContext$i19;
|
|
100504
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100499
100505
|
e.stopPropagation();
|
|
100500
100506
|
setShowProductInfoModalContext(true);
|
|
100501
100507
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -100538,8 +100544,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100538
100544
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100539
100545
|
onClick: function onClick() {
|
|
100540
100546
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100541
|
-
var _authdetailsContext$
|
|
100542
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100547
|
+
var _authdetailsContext$i20;
|
|
100548
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100543
100549
|
setShowProductInfoModalContext(true);
|
|
100544
100550
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100545
100551
|
} else {
|
|
@@ -100557,7 +100563,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100557
100563
|
style: {
|
|
100558
100564
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100559
100565
|
}
|
|
100560
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100566
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100561
100567
|
"class": "allcentered",
|
|
100562
100568
|
style: {
|
|
100563
100569
|
width: '100%',
|
|
@@ -100624,7 +100630,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100624
100630
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100625
100631
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100626
100632
|
style: {}
|
|
100627
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100633
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100628
100634
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100629
100635
|
style: {
|
|
100630
100636
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100725,7 +100731,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100725
100731
|
color: sectionproperties.quantitycolor,
|
|
100726
100732
|
fontWeight: sectionproperties.quantityfontweight
|
|
100727
100733
|
}
|
|
100728
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100734
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100729
100735
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100730
100736
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100731
100737
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100770,7 +100776,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100770
100776
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100771
100777
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
100772
100778
|
"class": "h-100 allcentered addbtn"
|
|
100773
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100779
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100774
100780
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100775
100781
|
style: {
|
|
100776
100782
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100799,13 +100805,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100799
100805
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100800
100806
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100801
100807
|
onClick: function onClick() {
|
|
100802
|
-
var _authdetailsContext$
|
|
100803
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100808
|
+
var _authdetailsContext$i25;
|
|
100809
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100804
100810
|
setShowProductInfoModalContext(true);
|
|
100805
100811
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100806
100812
|
} else {
|
|
100807
|
-
var _authdetailsContext$
|
|
100808
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100813
|
+
var _authdetailsContext$i26;
|
|
100814
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '68527dfef348b') {
|
|
100809
100815
|
// alert(item.path);
|
|
100810
100816
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100811
100817
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
package/dist/index.esm.js
CHANGED
|
@@ -78747,7 +78747,7 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
78747
78747
|
}, [cardsarray]);
|
|
78748
78748
|
return /*#__PURE__*/React.createElement("div", {
|
|
78749
78749
|
// move to spo
|
|
78750
|
-
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center '
|
|
78750
|
+
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center mx-auto '
|
|
78751
78751
|
// data-aos={'fade-up'}
|
|
78752
78752
|
,
|
|
78753
78753
|
style: {
|
|
@@ -99168,7 +99168,7 @@ var Variants_J_Cards = function Variants_J_Cards(props) {
|
|
|
99168
99168
|
function ownKeys$6(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; }
|
|
99169
99169
|
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
99170
99170
|
var Simpleproductcard = function Simpleproductcard(props) {
|
|
99171
|
-
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _item$producttags2, _authdetailsContext$
|
|
99171
|
+
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _item$producttags2, _authdetailsContext$i13, _item$producttags$2, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _item$producttags3, _authdetailsContext$i21, _item$producttags$3, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24;
|
|
99172
99172
|
var _useState = useState(''),
|
|
99173
99173
|
_useState2 = _slicedToArray(_useState, 2),
|
|
99174
99174
|
sectionproperties = _useState2[0],
|
|
@@ -99988,7 +99988,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99988
99988
|
style: {
|
|
99989
99989
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99990
99990
|
}
|
|
99991
|
-
}, item.name))), /*#__PURE__*/React.createElement("div",
|
|
99991
|
+
}, item.name))), /*#__PURE__*/React.createElement("div", {
|
|
99992
|
+
style: {
|
|
99993
|
+
position: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 'absolute' : 'relative',
|
|
99994
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
99995
|
+
zIndex: 10
|
|
99996
|
+
}
|
|
99997
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
99992
99998
|
"class": sectionproperties.productnamecentered == 'Centered' ? card_cssstyles.innersection + ' row m-0 w-100 allcentered ' : card_cssstyles.innersection + ' row m-0 w-100 ',
|
|
99993
99999
|
style: {
|
|
99994
100000
|
// move to spo
|
|
@@ -99996,7 +100002,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99996
100002
|
// bottom: authdetailsContext?.instinfo?.contactinfo.instid == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
99997
100003
|
// zIndex: 10,
|
|
99998
100004
|
}
|
|
99999
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100005
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '69de6dceab218' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.length) != 0 && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (ffitem, ffindex) {
|
|
100000
100006
|
return /*#__PURE__*/React.createElement("div", {
|
|
100001
100007
|
"class": "text-start d-flex align-items-center col-lg- p-0 mb-1"
|
|
100002
100008
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -100014,7 +100020,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100014
100020
|
fontWeight: 300
|
|
100015
100021
|
}
|
|
100016
100022
|
}, "-"));
|
|
100017
|
-
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100023
|
+
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) != '69de6dceab218' && /*#__PURE__*/React.createElement("div", {
|
|
100018
100024
|
"class": "allcentered col-lg-12 p-0",
|
|
100019
100025
|
style: {
|
|
100020
100026
|
height: 40
|
|
@@ -100034,7 +100040,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100034
100040
|
color: sectionproperties.featurecolor,
|
|
100035
100041
|
fontSize: sectionproperties.featurefontsize + 'px'
|
|
100036
100042
|
}
|
|
100037
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100043
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '68b87409b9a2a' && /*#__PURE__*/React.createElement("div", {
|
|
100038
100044
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100039
100045
|
style: {
|
|
100040
100046
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100073,8 +100079,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100073
100079
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100074
100080
|
onClick: function onClick() {
|
|
100075
100081
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100076
|
-
var _authdetailsContext$
|
|
100077
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100082
|
+
var _authdetailsContext$i12;
|
|
100083
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100078
100084
|
setShowProductInfoModalContext(true);
|
|
100079
100085
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100080
100086
|
} else {
|
|
@@ -100092,7 +100098,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100092
100098
|
style: {
|
|
100093
100099
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100094
100100
|
}
|
|
100095
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100101
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React.createElement("div", {
|
|
100096
100102
|
"class": "allcentered",
|
|
100097
100103
|
style: {
|
|
100098
100104
|
width: '100%',
|
|
@@ -100159,7 +100165,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100159
100165
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100160
100166
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React.createElement("div", {
|
|
100161
100167
|
style: {}
|
|
100162
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100168
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React.createElement("div", {
|
|
100163
100169
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100164
100170
|
style: {
|
|
100165
100171
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100260,7 +100266,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100260
100266
|
color: sectionproperties.quantitycolor,
|
|
100261
100267
|
fontWeight: sectionproperties.quantityfontweight
|
|
100262
100268
|
}
|
|
100263
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100269
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
100264
100270
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100265
100271
|
}, /*#__PURE__*/React.createElement("div", {
|
|
100266
100272
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100305,7 +100311,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100305
100311
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100306
100312
|
}, /*#__PURE__*/React.createElement("i", {
|
|
100307
100313
|
"class": "h-100 allcentered addbtn"
|
|
100308
|
-
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100314
|
+
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React.createElement("div", {
|
|
100309
100315
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100310
100316
|
style: {
|
|
100311
100317
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100334,13 +100340,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100334
100340
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100335
100341
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100336
100342
|
onClick: function onClick() {
|
|
100337
|
-
var _authdetailsContext$
|
|
100338
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100343
|
+
var _authdetailsContext$i17;
|
|
100344
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100339
100345
|
setShowProductInfoModalContext(true);
|
|
100340
100346
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100341
100347
|
} else {
|
|
100342
|
-
var _authdetailsContext$
|
|
100343
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100348
|
+
var _authdetailsContext$i18;
|
|
100349
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '68527dfef348b') {
|
|
100344
100350
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100345
100351
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
|
100346
100352
|
addtocartfunc();
|
|
@@ -100443,8 +100449,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100443
100449
|
onClick: function onClick(e) {
|
|
100444
100450
|
var _sectionproperties$se2;
|
|
100445
100451
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
100446
|
-
var _authdetailsContext$
|
|
100447
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100452
|
+
var _authdetailsContext$i19;
|
|
100453
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100448
100454
|
e.stopPropagation();
|
|
100449
100455
|
setShowProductInfoModalContext(true);
|
|
100450
100456
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -100487,8 +100493,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100487
100493
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100488
100494
|
onClick: function onClick() {
|
|
100489
100495
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100490
|
-
var _authdetailsContext$
|
|
100491
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100496
|
+
var _authdetailsContext$i20;
|
|
100497
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100492
100498
|
setShowProductInfoModalContext(true);
|
|
100493
100499
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100494
100500
|
} else {
|
|
@@ -100506,7 +100512,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100506
100512
|
style: {
|
|
100507
100513
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100508
100514
|
}
|
|
100509
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100515
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React.createElement("div", {
|
|
100510
100516
|
"class": "allcentered",
|
|
100511
100517
|
style: {
|
|
100512
100518
|
width: '100%',
|
|
@@ -100573,7 +100579,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100573
100579
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100574
100580
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React.createElement("div", {
|
|
100575
100581
|
style: {}
|
|
100576
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100582
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React.createElement("div", {
|
|
100577
100583
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100578
100584
|
style: {
|
|
100579
100585
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100674,7 +100680,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100674
100680
|
color: sectionproperties.quantitycolor,
|
|
100675
100681
|
fontWeight: sectionproperties.quantityfontweight
|
|
100676
100682
|
}
|
|
100677
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100683
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
100678
100684
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100679
100685
|
}, /*#__PURE__*/React.createElement("div", {
|
|
100680
100686
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100719,7 +100725,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100719
100725
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100720
100726
|
}, /*#__PURE__*/React.createElement("i", {
|
|
100721
100727
|
"class": "h-100 allcentered addbtn"
|
|
100722
|
-
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100728
|
+
}, /*#__PURE__*/React.createElement(FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React.createElement("div", {
|
|
100723
100729
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100724
100730
|
style: {
|
|
100725
100731
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100748,13 +100754,13 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100748
100754
|
}, /*#__PURE__*/React.createElement("p", {
|
|
100749
100755
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100750
100756
|
onClick: function onClick() {
|
|
100751
|
-
var _authdetailsContext$
|
|
100752
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100757
|
+
var _authdetailsContext$i25;
|
|
100758
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100753
100759
|
setShowProductInfoModalContext(true);
|
|
100754
100760
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100755
100761
|
} else {
|
|
100756
|
-
var _authdetailsContext$
|
|
100757
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100762
|
+
var _authdetailsContext$i26;
|
|
100763
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '68527dfef348b') {
|
|
100758
100764
|
// alert(item.path);
|
|
100759
100765
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100760
100766
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
package/dist/index.umd.js
CHANGED
|
@@ -78600,7 +78600,7 @@
|
|
|
78600
78600
|
}, [cardsarray]);
|
|
78601
78601
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
78602
78602
|
// move to spo
|
|
78603
|
-
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center '
|
|
78603
|
+
"class": section_styles.container + ' row ml-0 mr-0 d-flex justify-content-between align-items-center mx-auto '
|
|
78604
78604
|
// data-aos={'fade-up'}
|
|
78605
78605
|
,
|
|
78606
78606
|
style: {
|
|
@@ -99021,7 +99021,7 @@
|
|
|
99021
99021
|
function ownKeys$6(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; }
|
|
99022
99022
|
function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
99023
99023
|
var Simpleproductcard = function Simpleproductcard(props) {
|
|
99024
|
-
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _item$producttags2, _authdetailsContext$
|
|
99024
|
+
var _item$producttags, _authdetailsContext$i3, _item$producttags$, _authdetailsContext$i7, _authdetailsContext$i8, _authdetailsContext$i9, _authdetailsContext$i0, _authdetailsContext$i1, _authdetailsContext$i10, _authdetailsContext$i11, _item$producttags2, _authdetailsContext$i13, _item$producttags$2, _authdetailsContext$i14, _authdetailsContext$i15, _authdetailsContext$i16, _item$producttags3, _authdetailsContext$i21, _item$producttags$3, _authdetailsContext$i22, _authdetailsContext$i23, _authdetailsContext$i24;
|
|
99025
99025
|
var _useState = React.useState(''),
|
|
99026
99026
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
99027
99027
|
sectionproperties = _useState2[0],
|
|
@@ -99841,7 +99841,13 @@
|
|
|
99841
99841
|
style: {
|
|
99842
99842
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99843
99843
|
}
|
|
99844
|
-
}, item.name))), /*#__PURE__*/React__default["default"].createElement("div",
|
|
99844
|
+
}, item.name))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99845
|
+
style: {
|
|
99846
|
+
position: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 'absolute' : 'relative',
|
|
99847
|
+
bottom: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i0 = authdetailsContext.instinfo) === null || _authdetailsContext$i0 === void 0 ? void 0 : _authdetailsContext$i0.contactinfo.instid) == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
99848
|
+
zIndex: 10
|
|
99849
|
+
}
|
|
99850
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99845
99851
|
"class": sectionproperties.productnamecentered == 'Centered' ? card_cssstyles.innersection + ' row m-0 w-100 allcentered ' : card_cssstyles.innersection + ' row m-0 w-100 ',
|
|
99846
99852
|
style: {
|
|
99847
99853
|
// move to spo
|
|
@@ -99849,7 +99855,7 @@
|
|
|
99849
99855
|
// bottom: authdetailsContext?.instinfo?.contactinfo.instid == '682dfdcdb9720' && sectionproperties.image_mb == -1 ? 30 : 0,
|
|
99850
99856
|
// zIndex: 10,
|
|
99851
99857
|
}
|
|
99852
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
99858
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i1 = authdetailsContext.instinfo) === null || _authdetailsContext$i1 === void 0 ? void 0 : _authdetailsContext$i1.contactinfo.instid) == '69de6dceab218' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray) != null && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.length) != 0 && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (ffitem, ffindex) {
|
|
99853
99859
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99854
99860
|
"class": "text-start d-flex align-items-center col-lg- p-0 mb-1"
|
|
99855
99861
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -99867,7 +99873,7 @@
|
|
|
99867
99873
|
fontWeight: 300
|
|
99868
99874
|
}
|
|
99869
99875
|
}, "-"));
|
|
99870
|
-
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
99876
|
+
})), sectionproperties.showfeatures == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.contactinfo.instid) != '69de6dceab218' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99871
99877
|
"class": "allcentered col-lg-12 p-0",
|
|
99872
99878
|
style: {
|
|
99873
99879
|
height: 40
|
|
@@ -99887,7 +99893,7 @@
|
|
|
99887
99893
|
color: sectionproperties.featurecolor,
|
|
99888
99894
|
fontSize: sectionproperties.featurefontsize + 'px'
|
|
99889
99895
|
}
|
|
99890
|
-
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
99896
|
+
}, (item === null || item === void 0 ? void 0 : item.productfeature) != undefined && (item === null || item === void 0 ? void 0 : item.productfeature) != null ? item === null || item === void 0 ? void 0 : item.productfeature : '')), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '68b87409b9a2a' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99891
99897
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
99892
99898
|
style: {
|
|
99893
99899
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -99926,8 +99932,8 @@
|
|
|
99926
99932
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
99927
99933
|
onClick: function onClick() {
|
|
99928
99934
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99929
|
-
var _authdetailsContext$
|
|
99930
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
99935
|
+
var _authdetailsContext$i12;
|
|
99936
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99931
99937
|
setShowProductInfoModalContext(true);
|
|
99932
99938
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99933
99939
|
} else {
|
|
@@ -99945,7 +99951,7 @@
|
|
|
99945
99951
|
style: {
|
|
99946
99952
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99947
99953
|
}
|
|
99948
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
99954
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags2 = item.producttags) === null || _item$producttags2 === void 0 ? void 0 : _item$producttags2.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
99949
99955
|
"class": "allcentered",
|
|
99950
99956
|
style: {
|
|
99951
99957
|
width: '100%',
|
|
@@ -100012,7 +100018,7 @@
|
|
|
100012
100018
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100013
100019
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100014
100020
|
style: {}
|
|
100015
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100021
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100016
100022
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100017
100023
|
style: {
|
|
100018
100024
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100113,7 +100119,7 @@
|
|
|
100113
100119
|
color: sectionproperties.quantitycolor,
|
|
100114
100120
|
fontWeight: sectionproperties.quantityfontweight
|
|
100115
100121
|
}
|
|
100116
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100122
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100117
100123
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100118
100124
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100119
100125
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100158,7 +100164,7 @@
|
|
|
100158
100164
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100159
100165
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
100160
100166
|
"class": "h-100 allcentered addbtn"
|
|
100161
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100167
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100162
100168
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100163
100169
|
style: {
|
|
100164
100170
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100187,13 +100193,13 @@
|
|
|
100187
100193
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100188
100194
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100189
100195
|
onClick: function onClick() {
|
|
100190
|
-
var _authdetailsContext$
|
|
100191
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100196
|
+
var _authdetailsContext$i17;
|
|
100197
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100192
100198
|
setShowProductInfoModalContext(true);
|
|
100193
100199
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100194
100200
|
} else {
|
|
100195
|
-
var _authdetailsContext$
|
|
100196
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100201
|
+
var _authdetailsContext$i18;
|
|
100202
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '68527dfef348b') {
|
|
100197
100203
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100198
100204
|
} else if (sectionproperties.showvariantscont == 'Show') {
|
|
100199
100205
|
addtocartfunc();
|
|
@@ -100296,8 +100302,8 @@
|
|
|
100296
100302
|
onClick: function onClick(e) {
|
|
100297
100303
|
var _sectionproperties$se2;
|
|
100298
100304
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
100299
|
-
var _authdetailsContext$
|
|
100300
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100305
|
+
var _authdetailsContext$i19;
|
|
100306
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100301
100307
|
e.stopPropagation();
|
|
100302
100308
|
setShowProductInfoModalContext(true);
|
|
100303
100309
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -100340,8 +100346,8 @@
|
|
|
100340
100346
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100341
100347
|
onClick: function onClick() {
|
|
100342
100348
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100343
|
-
var _authdetailsContext$
|
|
100344
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100349
|
+
var _authdetailsContext$i20;
|
|
100350
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100345
100351
|
setShowProductInfoModalContext(true);
|
|
100346
100352
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100347
100353
|
} else {
|
|
@@ -100359,7 +100365,7 @@
|
|
|
100359
100365
|
style: {
|
|
100360
100366
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100361
100367
|
}
|
|
100362
|
-
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100368
|
+
}, item.name)), (item === null || item === void 0 ? void 0 : item.producttags) != undefined && (item === null || item === void 0 || (_item$producttags3 = item.producttags) === null || _item$producttags3 === void 0 ? void 0 : _item$producttags3.length) != 0 && sectionproperties.showtag == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '684fdf3f9e856' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100363
100369
|
"class": "allcentered",
|
|
100364
100370
|
style: {
|
|
100365
100371
|
width: '100%',
|
|
@@ -100426,7 +100432,7 @@
|
|
|
100426
100432
|
"class": "".concat(card_cssstyles.productSalePricestyles) + ' linethrough m-0 mr-2 ml-2 '
|
|
100427
100433
|
}, langdetect == 'en' ? item.currencyname : '', " ", price, " ", langdetect == 'en' ? '' : item.currencyname)), sectionproperties.showpill == 'Show' && has_sale == 1 && sectionproperties.counterposition == 'Besides Sale Price' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100428
100434
|
style: {}
|
|
100429
|
-
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100435
|
+
}, PillContainer()))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '696b839eebc8c' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100430
100436
|
"class": "col-12 p-0 d-flex flex-row align-items-center mb-2",
|
|
100431
100437
|
style: {
|
|
100432
100438
|
visibility: item.currentquantity > 1 ? 'visible' : 'hidden'
|
|
@@ -100527,7 +100533,7 @@
|
|
|
100527
100533
|
color: sectionproperties.quantitycolor,
|
|
100528
100534
|
fontWeight: sectionproperties.quantityfontweight
|
|
100529
100535
|
}
|
|
100530
|
-
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100536
|
+
}, langdetect == 'en' ? sectionproperties.qtytextinen : sectionproperties.qtytextinar, " ", item.currentquantity, ' ', langdetect == 'en' ? sectionproperties.qtytextinen2 : sectionproperties.qtytextinar2)), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '6887802d26765' && sectionproperties.prodsalePriceshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100531
100537
|
"class": "col-lg-12 p-0 d-flex align-items-center allcentered"
|
|
100532
100538
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100533
100539
|
"class": "".concat(card_cssstyles.quantitybtn) + ' p-0 d-flex align-items-center justify-content-center mx-auto mb-2 w-md-70 ',
|
|
@@ -100572,7 +100578,7 @@
|
|
|
100572
100578
|
disabled: AddtoCartMutationContext.isLoading == true ? true : false
|
|
100573
100579
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
100574
100580
|
"class": "h-100 allcentered addbtn"
|
|
100575
|
-
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100581
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiPlus.FiPlus, null))))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '69eddfb81f141' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
100576
100582
|
"class": "col-12 p-0 d-flex flex-row align-items-center",
|
|
100577
100583
|
style: {
|
|
100578
100584
|
justifyContent: sectionproperties.productnamecentered == 'Centered' ? 'center' : 'start',
|
|
@@ -100601,13 +100607,13 @@
|
|
|
100601
100607
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
100602
100608
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100603
100609
|
onClick: function onClick() {
|
|
100604
|
-
var _authdetailsContext$
|
|
100605
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100610
|
+
var _authdetailsContext$i25;
|
|
100611
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100606
100612
|
setShowProductInfoModalContext(true);
|
|
100607
100613
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100608
100614
|
} else {
|
|
100609
|
-
var _authdetailsContext$
|
|
100610
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
100615
|
+
var _authdetailsContext$i26;
|
|
100616
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '68527dfef348b') {
|
|
100611
100617
|
// alert(item.path);
|
|
100612
100618
|
window.open((ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint) + item.image, '_blank');
|
|
100613
100619
|
} else if (sectionproperties.showvariantscont == 'Show') {
|