tabexseriescomponents 0.2.1402 → 0.2.1404
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 +18 -14
- package/dist/index.esm.js +18 -14
- package/dist/index.umd.js +18 -14
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -75519,7 +75519,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
75519
75519
|
background: sectionproperties.outerbgcolor,
|
|
75520
75520
|
'@media (max-width: 800px)': {
|
|
75521
75521
|
paddingLeft: sectionproperties.paddinghorizontalresponsive + 'px',
|
|
75522
|
-
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
|
|
75522
|
+
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px',
|
|
75523
|
+
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
75523
75524
|
}
|
|
75524
75525
|
}),
|
|
75525
75526
|
btnnn: glamor.css({
|
|
@@ -92379,7 +92380,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92379
92380
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
92380
92381
|
"class": card_cssstyles.cardcontainer + ' col-lg-12 p-0 ',
|
|
92381
92382
|
onClick: function onClick() {
|
|
92382
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92383
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92383
92384
|
}
|
|
92384
92385
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
92385
92386
|
"class": " row m-0 w-100 "
|
|
@@ -92449,7 +92450,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92449
92450
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92450
92451
|
onClick: function onClick(e) {
|
|
92451
92452
|
e.stopPropagation();
|
|
92452
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92453
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92453
92454
|
}
|
|
92454
92455
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
92455
92456
|
"class": card_cssstyles.cardbtn + ' allcentered '
|
|
@@ -92519,7 +92520,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92519
92520
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92520
92521
|
onClick: function onClick(e) {
|
|
92521
92522
|
e.stopPropagation();
|
|
92522
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92523
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92523
92524
|
}
|
|
92524
92525
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
92525
92526
|
"class": card_cssstyles.cardbtn + ' allcentered '
|
|
@@ -98987,6 +98988,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
98987
98988
|
cursor: 'pointer',
|
|
98988
98989
|
':hover': {
|
|
98989
98990
|
color: sectionproperties.prodNameColorOnHover
|
|
98991
|
+
},
|
|
98992
|
+
'@media (max-width: 800px)': {
|
|
98993
|
+
fontSize: sectionproperties.productnamefontsizeresp + 'px'
|
|
98990
98994
|
}
|
|
98991
98995
|
}),
|
|
98992
98996
|
productPricestyles: glamor.css({
|
|
@@ -99560,7 +99564,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99560
99564
|
},
|
|
99561
99565
|
onClick: function onClick(e) {
|
|
99562
99566
|
var _authdetailsContext$i4;
|
|
99563
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99567
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99564
99568
|
e.stopPropagation();
|
|
99565
99569
|
setShowProductInfoModalContext(true);
|
|
99566
99570
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99586,7 +99590,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99586
99590
|
onClick: function onClick(e) {
|
|
99587
99591
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99588
99592
|
var _authdetailsContext$i5;
|
|
99589
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99593
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99590
99594
|
e.stopPropagation();
|
|
99591
99595
|
setShowProductInfoModalContext(true);
|
|
99592
99596
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99623,7 +99627,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99623
99627
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
99624
99628
|
}
|
|
99625
99629
|
},
|
|
99626
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99630
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 ',
|
|
99627
99631
|
style: {
|
|
99628
99632
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99629
99633
|
}
|
|
@@ -99728,7 +99732,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99728
99732
|
onClick: function onClick() {
|
|
99729
99733
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99730
99734
|
var _authdetailsContext$i11;
|
|
99731
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99735
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99732
99736
|
setShowProductInfoModalContext(true);
|
|
99733
99737
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99734
99738
|
} else {
|
|
@@ -99742,7 +99746,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99742
99746
|
}
|
|
99743
99747
|
}
|
|
99744
99748
|
},
|
|
99745
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99749
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
|
|
99746
99750
|
style: {
|
|
99747
99751
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99748
99752
|
}
|
|
@@ -99989,7 +99993,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99989
99993
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
99990
99994
|
onClick: function onClick() {
|
|
99991
99995
|
var _authdetailsContext$i16;
|
|
99992
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99996
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99993
99997
|
setShowProductInfoModalContext(true);
|
|
99994
99998
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99995
99999
|
} else {
|
|
@@ -100098,7 +100102,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100098
100102
|
var _sectionproperties$se2;
|
|
100099
100103
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
100100
100104
|
var _authdetailsContext$i18;
|
|
100101
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100105
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100102
100106
|
e.stopPropagation();
|
|
100103
100107
|
setShowProductInfoModalContext(true);
|
|
100104
100108
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -100142,7 +100146,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100142
100146
|
onClick: function onClick() {
|
|
100143
100147
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100144
100148
|
var _authdetailsContext$i19;
|
|
100145
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100149
|
+
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') {
|
|
100146
100150
|
setShowProductInfoModalContext(true);
|
|
100147
100151
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100148
100152
|
} else {
|
|
@@ -100156,7 +100160,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100156
100160
|
}
|
|
100157
100161
|
}
|
|
100158
100162
|
},
|
|
100159
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
100163
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
|
|
100160
100164
|
style: {
|
|
100161
100165
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100162
100166
|
}
|
|
@@ -100403,7 +100407,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100403
100407
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100404
100408
|
onClick: function onClick() {
|
|
100405
100409
|
var _authdetailsContext$i24;
|
|
100406
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100410
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100407
100411
|
setShowProductInfoModalContext(true);
|
|
100408
100412
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100409
100413
|
} else {
|
package/dist/index.esm.js
CHANGED
|
@@ -75468,7 +75468,8 @@ var VideosSection = function VideosSection(props) {
|
|
|
75468
75468
|
background: sectionproperties.outerbgcolor,
|
|
75469
75469
|
'@media (max-width: 800px)': {
|
|
75470
75470
|
paddingLeft: sectionproperties.paddinghorizontalresponsive + 'px',
|
|
75471
|
-
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
|
|
75471
|
+
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px',
|
|
75472
|
+
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
75472
75473
|
}
|
|
75473
75474
|
}),
|
|
75474
75475
|
btnnn: css({
|
|
@@ -92328,7 +92329,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92328
92329
|
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
92329
92330
|
"class": card_cssstyles.cardcontainer + ' col-lg-12 p-0 ',
|
|
92330
92331
|
onClick: function onClick() {
|
|
92331
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92332
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92332
92333
|
}
|
|
92333
92334
|
}, /*#__PURE__*/React.createElement("div", {
|
|
92334
92335
|
"class": " row m-0 w-100 "
|
|
@@ -92398,7 +92399,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92398
92399
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92399
92400
|
onClick: function onClick(e) {
|
|
92400
92401
|
e.stopPropagation();
|
|
92401
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92402
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92402
92403
|
}
|
|
92403
92404
|
}, /*#__PURE__*/React.createElement("span", {
|
|
92404
92405
|
"class": card_cssstyles.cardbtn + ' allcentered '
|
|
@@ -92468,7 +92469,7 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
92468
92469
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92469
92470
|
onClick: function onClick(e) {
|
|
92470
92471
|
e.stopPropagation();
|
|
92471
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92472
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92472
92473
|
}
|
|
92473
92474
|
}, /*#__PURE__*/React.createElement("span", {
|
|
92474
92475
|
"class": card_cssstyles.cardbtn + ' allcentered '
|
|
@@ -98936,6 +98937,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
98936
98937
|
cursor: 'pointer',
|
|
98937
98938
|
':hover': {
|
|
98938
98939
|
color: sectionproperties.prodNameColorOnHover
|
|
98940
|
+
},
|
|
98941
|
+
'@media (max-width: 800px)': {
|
|
98942
|
+
fontSize: sectionproperties.productnamefontsizeresp + 'px'
|
|
98939
98943
|
}
|
|
98940
98944
|
}),
|
|
98941
98945
|
productPricestyles: css({
|
|
@@ -99509,7 +99513,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99509
99513
|
},
|
|
99510
99514
|
onClick: function onClick(e) {
|
|
99511
99515
|
var _authdetailsContext$i4;
|
|
99512
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99516
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99513
99517
|
e.stopPropagation();
|
|
99514
99518
|
setShowProductInfoModalContext(true);
|
|
99515
99519
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99535,7 +99539,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99535
99539
|
onClick: function onClick(e) {
|
|
99536
99540
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99537
99541
|
var _authdetailsContext$i5;
|
|
99538
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99542
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99539
99543
|
e.stopPropagation();
|
|
99540
99544
|
setShowProductInfoModalContext(true);
|
|
99541
99545
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99572,7 +99576,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99572
99576
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
99573
99577
|
}
|
|
99574
99578
|
},
|
|
99575
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99579
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 ',
|
|
99576
99580
|
style: {
|
|
99577
99581
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99578
99582
|
}
|
|
@@ -99677,7 +99681,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99677
99681
|
onClick: function onClick() {
|
|
99678
99682
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99679
99683
|
var _authdetailsContext$i11;
|
|
99680
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99684
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99681
99685
|
setShowProductInfoModalContext(true);
|
|
99682
99686
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99683
99687
|
} else {
|
|
@@ -99691,7 +99695,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99691
99695
|
}
|
|
99692
99696
|
}
|
|
99693
99697
|
},
|
|
99694
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99698
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
|
|
99695
99699
|
style: {
|
|
99696
99700
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99697
99701
|
}
|
|
@@ -99938,7 +99942,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
99938
99942
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
99939
99943
|
onClick: function onClick() {
|
|
99940
99944
|
var _authdetailsContext$i16;
|
|
99941
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99945
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99942
99946
|
setShowProductInfoModalContext(true);
|
|
99943
99947
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99944
99948
|
} else {
|
|
@@ -100047,7 +100051,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100047
100051
|
var _sectionproperties$se2;
|
|
100048
100052
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
100049
100053
|
var _authdetailsContext$i18;
|
|
100050
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100054
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100051
100055
|
e.stopPropagation();
|
|
100052
100056
|
setShowProductInfoModalContext(true);
|
|
100053
100057
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -100091,7 +100095,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100091
100095
|
onClick: function onClick() {
|
|
100092
100096
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
100093
100097
|
var _authdetailsContext$i19;
|
|
100094
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100098
|
+
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') {
|
|
100095
100099
|
setShowProductInfoModalContext(true);
|
|
100096
100100
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100097
100101
|
} else {
|
|
@@ -100105,7 +100109,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100105
100109
|
}
|
|
100106
100110
|
}
|
|
100107
100111
|
},
|
|
100108
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
100112
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
|
|
100109
100113
|
style: {
|
|
100110
100114
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
100111
100115
|
}
|
|
@@ -100352,7 +100356,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
100352
100356
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100353
100357
|
onClick: function onClick() {
|
|
100354
100358
|
var _authdetailsContext$i24;
|
|
100355
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100359
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100356
100360
|
setShowProductInfoModalContext(true);
|
|
100357
100361
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100358
100362
|
} else {
|
package/dist/index.umd.js
CHANGED
|
@@ -75321,7 +75321,8 @@
|
|
|
75321
75321
|
background: sectionproperties.outerbgcolor,
|
|
75322
75322
|
'@media (max-width: 800px)': {
|
|
75323
75323
|
paddingLeft: sectionproperties.paddinghorizontalresponsive + 'px',
|
|
75324
|
-
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px'
|
|
75324
|
+
paddingRight: sectionproperties.paddinghorizontalresponsive + 'px',
|
|
75325
|
+
paddingTop: sectionproperties.marginTopResp + 'px'
|
|
75325
75326
|
}
|
|
75326
75327
|
}),
|
|
75327
75328
|
btnnn: glamor.css({
|
|
@@ -92181,7 +92182,7 @@
|
|
|
92181
92182
|
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
92182
92183
|
"class": card_cssstyles.cardcontainer + ' col-lg-12 p-0 ',
|
|
92183
92184
|
onClick: function onClick() {
|
|
92184
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92185
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92185
92186
|
}
|
|
92186
92187
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
92187
92188
|
"class": " row m-0 w-100 "
|
|
@@ -92251,7 +92252,7 @@
|
|
|
92251
92252
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92252
92253
|
onClick: function onClick(e) {
|
|
92253
92254
|
e.stopPropagation();
|
|
92254
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92255
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92255
92256
|
}
|
|
92256
92257
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
92257
92258
|
"class": card_cssstyles.cardbtn + ' allcentered '
|
|
@@ -92321,7 +92322,7 @@
|
|
|
92321
92322
|
"class": langdetect == 'en' ? 'ml-4 cursor-pointer ' : 'mr-4 cursor-pointer ',
|
|
92322
92323
|
onClick: function onClick(e) {
|
|
92323
92324
|
e.stopPropagation();
|
|
92324
|
-
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
92325
|
+
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
92325
92326
|
}
|
|
92326
92327
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
92327
92328
|
"class": card_cssstyles.cardbtn + ' allcentered '
|
|
@@ -98789,6 +98790,9 @@
|
|
|
98789
98790
|
cursor: 'pointer',
|
|
98790
98791
|
':hover': {
|
|
98791
98792
|
color: sectionproperties.prodNameColorOnHover
|
|
98793
|
+
},
|
|
98794
|
+
'@media (max-width: 800px)': {
|
|
98795
|
+
fontSize: sectionproperties.productnamefontsizeresp + 'px'
|
|
98792
98796
|
}
|
|
98793
98797
|
}),
|
|
98794
98798
|
productPricestyles: glamor.css({
|
|
@@ -99362,7 +99366,7 @@
|
|
|
99362
99366
|
},
|
|
99363
99367
|
onClick: function onClick(e) {
|
|
99364
99368
|
var _authdetailsContext$i4;
|
|
99365
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99369
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99366
99370
|
e.stopPropagation();
|
|
99367
99371
|
setShowProductInfoModalContext(true);
|
|
99368
99372
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99388,7 +99392,7 @@
|
|
|
99388
99392
|
onClick: function onClick(e) {
|
|
99389
99393
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99390
99394
|
var _authdetailsContext$i5;
|
|
99391
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99395
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99392
99396
|
e.stopPropagation();
|
|
99393
99397
|
setShowProductInfoModalContext(true);
|
|
99394
99398
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99425,7 +99429,7 @@
|
|
|
99425
99429
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
|
|
99426
99430
|
}
|
|
99427
99431
|
},
|
|
99428
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99432
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 ',
|
|
99429
99433
|
style: {
|
|
99430
99434
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99431
99435
|
}
|
|
@@ -99530,7 +99534,7 @@
|
|
|
99530
99534
|
onClick: function onClick() {
|
|
99531
99535
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99532
99536
|
var _authdetailsContext$i11;
|
|
99533
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99537
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99534
99538
|
setShowProductInfoModalContext(true);
|
|
99535
99539
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99536
99540
|
} else {
|
|
@@ -99544,7 +99548,7 @@
|
|
|
99544
99548
|
}
|
|
99545
99549
|
}
|
|
99546
99550
|
},
|
|
99547
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99551
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
|
|
99548
99552
|
style: {
|
|
99549
99553
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99550
99554
|
}
|
|
@@ -99791,7 +99795,7 @@
|
|
|
99791
99795
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
99792
99796
|
onClick: function onClick() {
|
|
99793
99797
|
var _authdetailsContext$i16;
|
|
99794
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99798
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99795
99799
|
setShowProductInfoModalContext(true);
|
|
99796
99800
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99797
99801
|
} else {
|
|
@@ -99900,7 +99904,7 @@
|
|
|
99900
99904
|
var _sectionproperties$se2;
|
|
99901
99905
|
if (((_sectionproperties$se2 = sectionproperties.sectionproperties) === null || _sectionproperties$se2 === void 0 ? void 0 : _sectionproperties$se2.onClickRoute) == 'None') ; else {
|
|
99902
99906
|
var _authdetailsContext$i18;
|
|
99903
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99907
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
99904
99908
|
e.stopPropagation();
|
|
99905
99909
|
setShowProductInfoModalContext(true);
|
|
99906
99910
|
setProductIdProdutInfoModalContext(item.productid);
|
|
@@ -99944,7 +99948,7 @@
|
|
|
99944
99948
|
onClick: function onClick() {
|
|
99945
99949
|
if ((sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute) == 'None') ; else {
|
|
99946
99950
|
var _authdetailsContext$i19;
|
|
99947
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
99951
|
+
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') {
|
|
99948
99952
|
setShowProductInfoModalContext(true);
|
|
99949
99953
|
setProductIdProdutInfoModalContext(item.productid);
|
|
99950
99954
|
} else {
|
|
@@ -99958,7 +99962,7 @@
|
|
|
99958
99962
|
}
|
|
99959
99963
|
}
|
|
99960
99964
|
},
|
|
99961
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1
|
|
99965
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak1 m-0 pname ' : "".concat(card_cssstyles.productNameStyles) + ' wordbreak wordbreak2 wordbreak-md-4 m-0 pname ',
|
|
99962
99966
|
style: {
|
|
99963
99967
|
textAlign: sectionproperties.productnamecentered == 'Centered' ? 'center' : langdetect == 'en' ? 'left' : 'right'
|
|
99964
99968
|
}
|
|
@@ -100205,7 +100209,7 @@
|
|
|
100205
100209
|
"class": "".concat(card_cssstyles.cart_btn) + ' m-0 p-0 d-flex align-items-center justify-content-center mt-1 ',
|
|
100206
100210
|
onClick: function onClick() {
|
|
100207
100211
|
var _authdetailsContext$i24;
|
|
100208
|
-
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6a3bd18b7ceb5') {
|
|
100212
|
+
if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6a3bd18b7ceb5' && sectionproperties.prodPriceShow == 'Show') {
|
|
100209
100213
|
setShowProductInfoModalContext(true);
|
|
100210
100214
|
setProductIdProdutInfoModalContext(item.productid);
|
|
100211
100215
|
} else {
|