tabexseriescomponents 0.0.129 → 0.0.131
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 +212 -88
- package/dist/index.esm.js +212 -88
- package/dist/index.umd.js +215 -91
- package/package.json +1 -1
- package/src.zip +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -48,6 +48,7 @@ var HiOutlineChevronRight = require('@react-icons/all-files/hi/HiOutlineChevronR
|
|
|
48
48
|
var HiOutlineChevronLeft = require('@react-icons/all-files/hi/HiOutlineChevronLeft');
|
|
49
49
|
var GoGlobe = require('@react-icons/all-files/go/GoGlobe');
|
|
50
50
|
var VscGlobe = require('@react-icons/all-files/vsc/VscGlobe');
|
|
51
|
+
var FiLayers = require('@react-icons/all-files/fi/FiLayers');
|
|
51
52
|
var HiOutlineTrash = require('@react-icons/all-files/hi/HiOutlineTrash');
|
|
52
53
|
var BiSad = require('@react-icons/all-files/bi/BiSad');
|
|
53
54
|
var TextareaAutosize = require('react-textarea-autosize');
|
|
@@ -71,7 +72,6 @@ var reactHorizontalScrollingMenu = require('react-horizontal-scrolling-menu');
|
|
|
71
72
|
var FaArrowAltCircleRight = require('@react-icons/all-files/fa/FaArrowAltCircleRight');
|
|
72
73
|
var FaArrowAltCircleLeft = require('@react-icons/all-files/fa/FaArrowAltCircleLeft');
|
|
73
74
|
var FiFilter = require('@react-icons/all-files/fi/FiFilter');
|
|
74
|
-
var FiLayers = require('@react-icons/all-files/fi/FiLayers');
|
|
75
75
|
var BiLogOutCircle = require('@react-icons/all-files/bi/BiLogOutCircle');
|
|
76
76
|
var BiChevronDown = require('@react-icons/all-files/bi/BiChevronDown');
|
|
77
77
|
var BiUser = require('@react-icons/all-files/bi/BiUser');
|
|
@@ -3445,7 +3445,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3445
3445
|
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3446
3446
|
className: "col-lg-12 p-0"
|
|
3447
3447
|
}, !fetchorderhistoryQueryContext.isFetching && fetchorderhistoryQueryContext.isSuccess && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3448
|
-
className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
3448
|
+
className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
3449
3449
|
style: {
|
|
3450
3450
|
marginTop: sectionproperties.marginTop + 'px',
|
|
3451
3451
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -3564,7 +3564,8 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3564
3564
|
className: "w-100",
|
|
3565
3565
|
style: {
|
|
3566
3566
|
background: 'white',
|
|
3567
|
-
padding: '20px'
|
|
3567
|
+
padding: '20px',
|
|
3568
|
+
minHeight: '70vh'
|
|
3568
3569
|
}
|
|
3569
3570
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3570
3571
|
className: "".concat(generalstyles.table_responsive) + ' col-lg-12 '
|
|
@@ -3724,7 +3725,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3724
3725
|
className: "row m-0 w-100"
|
|
3725
3726
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3726
3727
|
className: ' col-lg-12 col-md-12 d-flex p-0'
|
|
3727
|
-
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3728
|
+
}, item.mainproductimage != undefined && item.mainproductimage != '' && item.mainproductimage != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3728
3729
|
className: "".concat(orderhistory_cssstyles.tableimagecont)
|
|
3729
3730
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
3730
3731
|
urlEndpoint: IKurlEndpoint,
|
|
@@ -3733,9 +3734,16 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3733
3734
|
style: {
|
|
3734
3735
|
width: '100%',
|
|
3735
3736
|
height: '100%',
|
|
3736
|
-
objectFit: '
|
|
3737
|
+
objectFit: 'contain'
|
|
3737
3738
|
},
|
|
3738
3739
|
loading: "lazy"
|
|
3740
|
+
})), item.mainproductimage == '' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3741
|
+
className: "".concat(orderhistory_cssstyles.tableimagecont) + ' allcentered ',
|
|
3742
|
+
style: {
|
|
3743
|
+
background: '#eee'
|
|
3744
|
+
}
|
|
3745
|
+
}, /*#__PURE__*/React__default["default"].createElement(FiLayers.FiLayers, {
|
|
3746
|
+
color: "#ccc"
|
|
3739
3747
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3740
3748
|
className: " pl-2 pr-2 ",
|
|
3741
3749
|
style: {
|
|
@@ -3746,12 +3754,18 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3746
3754
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3747
3755
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-start"
|
|
3748
3756
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3749
|
-
className: orderhistory_cssstyles.productNameStyles + ' p-0 m-0 wordbreak '
|
|
3757
|
+
className: orderhistory_cssstyles.productNameStyles + ' p-0 m-0 wordbreak wordbreak3 ',
|
|
3758
|
+
style: {
|
|
3759
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
3760
|
+
}
|
|
3750
3761
|
}, item.productname)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3751
3762
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center"
|
|
3752
3763
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
3753
|
-
className: orderhistory_cssstyles.productPricestyles + ' m-0 p-0 wordbreak '
|
|
3754
|
-
|
|
3764
|
+
className: orderhistory_cssstyles.productPricestyles + ' m-0 p-0 wordbreak d-flex flex-row ',
|
|
3765
|
+
style: {
|
|
3766
|
+
direction: 'ltr'
|
|
3767
|
+
}
|
|
3768
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", null, item.quantity, " x ", item.finalprice, " ", langdetect == 'en' ? 'EGP' : 'ج.م'))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3755
3769
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center"
|
|
3756
3770
|
}, item.isvariant == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
3757
3771
|
className: "row m-0 w-100"
|
|
@@ -4185,7 +4199,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
4185
4199
|
}, lang.mywishlist)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4186
4200
|
className: "col-lg-12 p-0"
|
|
4187
4201
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4188
|
-
className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
4202
|
+
className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
4189
4203
|
style: {
|
|
4190
4204
|
width: sectionproperties.width + 'vw',
|
|
4191
4205
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -4761,7 +4775,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
4761
4775
|
}, lang.mycart)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4762
4776
|
className: "col-lg-12 p-0"
|
|
4763
4777
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4764
|
-
className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
4778
|
+
className: 'row ml-0 mr-0 d-flex justify-content-center w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2',
|
|
4765
4779
|
style: {
|
|
4766
4780
|
marginTop: sectionproperties.marginTop + 'px',
|
|
4767
4781
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -4836,13 +4850,16 @@ var Viewcart = function Viewcart(props) {
|
|
|
4836
4850
|
style: {
|
|
4837
4851
|
width: '100%',
|
|
4838
4852
|
height: '100%',
|
|
4839
|
-
objectFit: '
|
|
4853
|
+
objectFit: 'contain'
|
|
4840
4854
|
},
|
|
4841
4855
|
loading: "lazy"
|
|
4842
4856
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4843
4857
|
className: "col-lg-8 col-sm-8 col-md-8"
|
|
4844
4858
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
4845
|
-
className: "".concat(viewcart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak d-flex justify-content-start '
|
|
4859
|
+
className: "".concat(viewcart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak wordbreak3 d-flex justify-content-start ',
|
|
4860
|
+
style: {
|
|
4861
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
4862
|
+
}
|
|
4846
4863
|
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar), item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
|
|
4847
4864
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
4848
4865
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
@@ -7072,7 +7089,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
7072
7089
|
}, lang.accountinformation)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7073
7090
|
className: "col-lg-12 p-0"
|
|
7074
7091
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7075
|
-
className: "row m-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7092
|
+
className: "row m-0 w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7076
7093
|
style: {
|
|
7077
7094
|
marginTop: sectionproperties.marginTop + 'px',
|
|
7078
7095
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -7290,9 +7307,12 @@ var Policies = function Policies(props) {
|
|
|
7290
7307
|
fontWeight: sectionproperties.imagetextfontWeight
|
|
7291
7308
|
}
|
|
7292
7309
|
}, lang.policies)))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7293
|
-
className: "col-lg-12 p-0"
|
|
7310
|
+
className: "col-lg-12 p-0",
|
|
7311
|
+
style: {
|
|
7312
|
+
minHeight: '70vh'
|
|
7313
|
+
}
|
|
7294
7314
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7295
|
-
className: "row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7315
|
+
className: "row ml-0 mr-0 w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7296
7316
|
style: {
|
|
7297
7317
|
marginTop: sectionproperties.marginTop + 'px',
|
|
7298
7318
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -7707,7 +7727,10 @@ var CartSlider = function CartSlider(props) {
|
|
|
7707
7727
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7708
7728
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
7709
7729
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
7710
|
-
className: "".concat(cart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak d-flex align-items-start '
|
|
7730
|
+
className: "".concat(cart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak wordbreak3 d-flex align-items-start ',
|
|
7731
|
+
style: {
|
|
7732
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
7733
|
+
}
|
|
7711
7734
|
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7712
7735
|
className: "".concat(cart_cssstyles.productPricestyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex '
|
|
7713
7736
|
}, item.quantity, " x", /*#__PURE__*/React__default["default"].createElement("span", {
|
|
@@ -22513,8 +22536,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22513
22536
|
}))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22514
22537
|
"class": "col-xl-3 col-lg-4 plr-1025-1",
|
|
22515
22538
|
style: {
|
|
22516
|
-
paddingLeft: langdetect == 'en' ? '
|
|
22517
|
-
paddingRight: langdetect == 'ar' ? '
|
|
22539
|
+
paddingLeft: langdetect == 'en' ? '3rem' : 0,
|
|
22540
|
+
paddingRight: langdetect == 'ar' ? '3rem' : 0
|
|
22518
22541
|
}
|
|
22519
22542
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
22520
22543
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-between h-100"
|
|
@@ -23686,9 +23709,9 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23686
23709
|
color: sectionproperties.iconcontainercolor,
|
|
23687
23710
|
backgroundColor: sectionproperties.iconcontainerbg,
|
|
23688
23711
|
border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
|
|
23712
|
+
transition: '.3s',
|
|
23689
23713
|
':hover': {
|
|
23690
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23691
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
23714
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23692
23715
|
}
|
|
23693
23716
|
}),
|
|
23694
23717
|
iconTextStyle: glamor.css({
|
|
@@ -23697,9 +23720,10 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23697
23720
|
fontWeight: sectionproperties.footerinfotext_secondaryfontweight
|
|
23698
23721
|
}),
|
|
23699
23722
|
footerinfoContainer: glamor.css({
|
|
23700
|
-
':hover .
|
|
23723
|
+
':hover .iconStyle': {
|
|
23701
23724
|
transition: '.3s',
|
|
23702
|
-
color: sectionproperties.footerinfotext_coloronhover
|
|
23725
|
+
color: sectionproperties.footerinfotext_coloronhover,
|
|
23726
|
+
borderColor: sectionproperties.footerinfotext_coloronhover
|
|
23703
23727
|
}
|
|
23704
23728
|
}),
|
|
23705
23729
|
logoStyles: glamor.css({
|
|
@@ -23815,7 +23839,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23815
23839
|
window.open('tel:+' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : (_authdetailsContext$i3 = _authdetailsContext$i2.contactinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.mobile), '_self');
|
|
23816
23840
|
}
|
|
23817
23841
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23818
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23842
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23819
23843
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23820
23844
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23821
23845
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlinePhone.AiOutlinePhone, {
|
|
@@ -23826,7 +23850,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23826
23850
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23827
23851
|
}
|
|
23828
23852
|
}, langdetect == 'en' ? 'Contact us' : 'إتصل بنا'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23829
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak
|
|
23853
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak iconStyle ',
|
|
23830
23854
|
style: {
|
|
23831
23855
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23832
23856
|
}
|
|
@@ -23837,7 +23861,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23837
23861
|
window.open('mailto:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : (_authdetailsContext$i7 = _authdetailsContext$i6.contactinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.email), '_self');
|
|
23838
23862
|
}
|
|
23839
23863
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
23840
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23864
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23841
23865
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
23842
23866
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23843
23867
|
}, /*#__PURE__*/React__default["default"].createElement(AiOutlineMail.AiOutlineMail, {
|
|
@@ -23848,7 +23872,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23848
23872
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23849
23873
|
}
|
|
23850
23874
|
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'), /*#__PURE__*/React__default["default"].createElement("p", {
|
|
23851
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none
|
|
23875
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none iconStyle ',
|
|
23852
23876
|
style: {
|
|
23853
23877
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23854
23878
|
}
|
|
@@ -35743,10 +35767,10 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35743
35767
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
35744
35768
|
urlEndpoint: IKurlEndpoint,
|
|
35745
35769
|
publicKey: IKpublicKey,
|
|
35746
|
-
path: langdetect == 'en' ? item.imageen : item.imagear,
|
|
35770
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.imageen : 'tr:w-2000,h-700' + item.imagear,
|
|
35747
35771
|
style: {
|
|
35748
35772
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35749
|
-
objectFit:
|
|
35773
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
35750
35774
|
margin: 0,
|
|
35751
35775
|
padding: 0,
|
|
35752
35776
|
width: '100%',
|
|
@@ -35775,7 +35799,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35775
35799
|
}, /*#__PURE__*/React__default["default"].createElement(imagekitioReact.IKImage, {
|
|
35776
35800
|
urlEndpoint: IKurlEndpoint,
|
|
35777
35801
|
publicKey: IKpublicKey,
|
|
35778
|
-
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35802
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.image_resp_en : 'tr:w-2000,h-700' + item.image_resp_ar,
|
|
35779
35803
|
style: {
|
|
35780
35804
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35781
35805
|
objectFit: 'contain',
|
|
@@ -36647,8 +36671,8 @@ var NewProductcard = function NewProductcard(props) {
|
|
|
36647
36671
|
setsectionproperties = _useState2[1];
|
|
36648
36672
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
36649
36673
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
36650
|
-
item = _useState4[0]
|
|
36651
|
-
_useState4[1];
|
|
36674
|
+
item = _useState4[0],
|
|
36675
|
+
setitem = _useState4[1];
|
|
36652
36676
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
36653
36677
|
props.actions.lang;
|
|
36654
36678
|
var langdetect = props.actions.langdetect;
|
|
@@ -36679,6 +36703,9 @@ var NewProductcard = function NewProductcard(props) {
|
|
|
36679
36703
|
setsectionproperties(_objectSpread$x({}, secpropobj));
|
|
36680
36704
|
}
|
|
36681
36705
|
}, [StatePagePropertiesContext]);
|
|
36706
|
+
React.useEffect(function () {
|
|
36707
|
+
setitem(props.cardinfoitemprops);
|
|
36708
|
+
}, [props.cardinfoitemprops]);
|
|
36682
36709
|
var card_cssstyles = {
|
|
36683
36710
|
colorvariantcontainer: glamor.css({
|
|
36684
36711
|
width: sectionproperties.variantcontainer_minwidth + 'vh',
|
|
@@ -37042,8 +37069,8 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
|
|
|
37042
37069
|
setsectionproperties = _useState2[1];
|
|
37043
37070
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
37044
37071
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
37045
|
-
item = _useState4[0]
|
|
37046
|
-
_useState4[1];
|
|
37072
|
+
item = _useState4[0],
|
|
37073
|
+
setitem = _useState4[1];
|
|
37047
37074
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37048
37075
|
var langdetect = props.actions.langdetect;
|
|
37049
37076
|
props.actions.StaticPagesLinksContext;
|
|
@@ -37060,6 +37087,9 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
|
|
|
37060
37087
|
});
|
|
37061
37088
|
setsectionproperties(_objectSpread$w({}, secpropobj));
|
|
37062
37089
|
}, [StatePagePropertiesContext]);
|
|
37090
|
+
React.useEffect(function () {
|
|
37091
|
+
setitem(props.cardinfoitemprops);
|
|
37092
|
+
}, [props.cardinfoitemprops]);
|
|
37063
37093
|
var card_cssstyles = {
|
|
37064
37094
|
productcard: glamor.css({
|
|
37065
37095
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37210,8 +37240,8 @@ var Card20 = function Card20(props) {
|
|
|
37210
37240
|
setsectionproperties = _useState2[1];
|
|
37211
37241
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
37212
37242
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
37213
|
-
item = _useState4[0]
|
|
37214
|
-
_useState4[1];
|
|
37243
|
+
item = _useState4[0],
|
|
37244
|
+
setitem = _useState4[1];
|
|
37215
37245
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37216
37246
|
props.actions.lang;
|
|
37217
37247
|
var langdetect = props.actions.langdetect;
|
|
@@ -37236,6 +37266,9 @@ var Card20 = function Card20(props) {
|
|
|
37236
37266
|
});
|
|
37237
37267
|
setsectionproperties(_objectSpread$v({}, secpropobj));
|
|
37238
37268
|
}, [StatePagePropertiesContext]);
|
|
37269
|
+
React.useEffect(function () {
|
|
37270
|
+
setitem(props.cardinfoitemprops);
|
|
37271
|
+
}, [props.cardinfoitemprops]);
|
|
37239
37272
|
var cardstyles = {
|
|
37240
37273
|
productcard: glamor.css({
|
|
37241
37274
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37452,8 +37485,8 @@ var Card21 = function Card21(props) {
|
|
|
37452
37485
|
setsectionproperties = _useState2[1];
|
|
37453
37486
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
37454
37487
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
37455
|
-
item = _useState4[0]
|
|
37456
|
-
_useState4[1];
|
|
37488
|
+
item = _useState4[0],
|
|
37489
|
+
setitem = _useState4[1];
|
|
37457
37490
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37458
37491
|
props.actions.lang;
|
|
37459
37492
|
var langdetect = props.actions.langdetect;
|
|
@@ -37486,6 +37519,9 @@ var Card21 = function Card21(props) {
|
|
|
37486
37519
|
setsectionproperties(_objectSpread$u({}, secpropobj));
|
|
37487
37520
|
}
|
|
37488
37521
|
}, [StatePagePropertiesContext]);
|
|
37522
|
+
React.useEffect(function () {
|
|
37523
|
+
setitem(props.cardinfoitemprops);
|
|
37524
|
+
}, [props.cardinfoitemprops]);
|
|
37489
37525
|
var cardsstyles2 = {
|
|
37490
37526
|
productcard: glamor.css({
|
|
37491
37527
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37780,8 +37816,8 @@ var Card22 = function Card22(props) {
|
|
|
37780
37816
|
setsectionproperties = _useState2[1];
|
|
37781
37817
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
37782
37818
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
37783
|
-
item = _useState4[0]
|
|
37784
|
-
_useState4[1];
|
|
37819
|
+
item = _useState4[0],
|
|
37820
|
+
setitem = _useState4[1];
|
|
37785
37821
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37786
37822
|
props.actions.lang;
|
|
37787
37823
|
var langdetect = props.actions.langdetect;
|
|
@@ -37814,6 +37850,9 @@ var Card22 = function Card22(props) {
|
|
|
37814
37850
|
setsectionproperties(_objectSpread$t({}, secpropobj));
|
|
37815
37851
|
}
|
|
37816
37852
|
}, [StatePagePropertiesContext]);
|
|
37853
|
+
React.useEffect(function () {
|
|
37854
|
+
setitem(props.cardinfoitemprops);
|
|
37855
|
+
}, [props.cardinfoitemprops]);
|
|
37817
37856
|
var cardsstyles2 = {
|
|
37818
37857
|
productcard: glamor.css({
|
|
37819
37858
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -38008,8 +38047,8 @@ var Card23 = function Card23(props) {
|
|
|
38008
38047
|
setsectionproperties = _useState2[1];
|
|
38009
38048
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
38010
38049
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
38011
|
-
item = _useState4[0]
|
|
38012
|
-
_useState4[1];
|
|
38050
|
+
item = _useState4[0],
|
|
38051
|
+
setitem = _useState4[1];
|
|
38013
38052
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
38014
38053
|
props.actions.lang;
|
|
38015
38054
|
var langdetect = props.actions.langdetect;
|
|
@@ -38042,6 +38081,9 @@ var Card23 = function Card23(props) {
|
|
|
38042
38081
|
setsectionproperties(_objectSpread$s({}, secpropobj));
|
|
38043
38082
|
}
|
|
38044
38083
|
}, [StatePagePropertiesContext]);
|
|
38084
|
+
React.useEffect(function () {
|
|
38085
|
+
setitem(props.cardinfoitemprops);
|
|
38086
|
+
}, [props.cardinfoitemprops]);
|
|
38045
38087
|
var cardsstyles2 = {
|
|
38046
38088
|
showmodal: glamor.css({
|
|
38047
38089
|
backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
@@ -38302,12 +38344,15 @@ var Card23 = function Card23(props) {
|
|
|
38302
38344
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
38303
38345
|
}
|
|
38304
38346
|
}, plainString(langdetect == 'en' ? item.description_en : item.description_ar)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38305
|
-
"class": "col-lg-12 p-0 "
|
|
38347
|
+
"class": "col-lg-12 p-0 ",
|
|
38348
|
+
style: {
|
|
38349
|
+
minHeight: '6vh'
|
|
38350
|
+
}
|
|
38306
38351
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
38307
38352
|
onClick: function onClick() {
|
|
38308
38353
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
38309
38354
|
},
|
|
38310
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak
|
|
38355
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ',
|
|
38311
38356
|
style: {
|
|
38312
38357
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
38313
38358
|
}
|
|
@@ -38364,8 +38409,8 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
38364
38409
|
setsectionproperties = _useState2[1];
|
|
38365
38410
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
38366
38411
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
38367
|
-
item = _useState4[0]
|
|
38368
|
-
_useState4[1];
|
|
38412
|
+
item = _useState4[0],
|
|
38413
|
+
setitem = _useState4[1];
|
|
38369
38414
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
38370
38415
|
props.actions.lang;
|
|
38371
38416
|
var langdetect = props.actions.langdetect;
|
|
@@ -38398,6 +38443,9 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
38398
38443
|
setsectionproperties(_objectSpread$r({}, secpropobj));
|
|
38399
38444
|
}
|
|
38400
38445
|
}, [StatePagePropertiesContext]);
|
|
38446
|
+
React.useEffect(function () {
|
|
38447
|
+
setitem(props.cardinfoitemprops);
|
|
38448
|
+
}, [props.cardinfoitemprops]);
|
|
38401
38449
|
var cardsstyles2 = {
|
|
38402
38450
|
productcard: glamor.css({
|
|
38403
38451
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -38739,9 +38787,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
38739
38787
|
}
|
|
38740
38788
|
}, [StatePagePropertiesContext]);
|
|
38741
38789
|
React.useEffect(function () {
|
|
38742
|
-
|
|
38743
|
-
setitem(props.cardinfoitemprops);
|
|
38744
|
-
}
|
|
38790
|
+
setitem(props.cardinfoitemprops);
|
|
38745
38791
|
}, [props.cardinfoitemprops]);
|
|
38746
38792
|
var updatequantity = function updatequantity(type) {
|
|
38747
38793
|
var tempitem = _objectSpread$q({}, item);
|
|
@@ -39210,8 +39256,8 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39210
39256
|
setsectionproperties = _useState2[1];
|
|
39211
39257
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
39212
39258
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
39213
|
-
item = _useState4[0]
|
|
39214
|
-
_useState4[1];
|
|
39259
|
+
item = _useState4[0],
|
|
39260
|
+
setitem = _useState4[1];
|
|
39215
39261
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39216
39262
|
var langdetect = props.actions.langdetect;
|
|
39217
39263
|
props.actions.routingcountext;
|
|
@@ -39240,6 +39286,9 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39240
39286
|
setsectionproperties(_objectSpread$p({}, secpropobj));
|
|
39241
39287
|
}
|
|
39242
39288
|
}, [StatePagePropertiesContext]);
|
|
39289
|
+
React.useEffect(function () {
|
|
39290
|
+
setitem(props.cardinfoitemprops);
|
|
39291
|
+
}, [props.cardinfoitemprops]);
|
|
39243
39292
|
var plainString = function plainString(html) {
|
|
39244
39293
|
var divContainer = document.createElement('div');
|
|
39245
39294
|
divContainer.innerHTML = html;
|
|
@@ -39387,8 +39436,8 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
|
|
|
39387
39436
|
setsectionproperties = _useState2[1];
|
|
39388
39437
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
39389
39438
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
39390
|
-
item = _useState4[0]
|
|
39391
|
-
_useState4[1];
|
|
39439
|
+
item = _useState4[0],
|
|
39440
|
+
setitem = _useState4[1];
|
|
39392
39441
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39393
39442
|
props.actions.lang;
|
|
39394
39443
|
var langdetect = props.actions.langdetect;
|
|
@@ -39421,6 +39470,9 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
|
|
|
39421
39470
|
setsectionproperties(_objectSpread$o({}, secpropobj));
|
|
39422
39471
|
}
|
|
39423
39472
|
}, [StatePagePropertiesContext]);
|
|
39473
|
+
React.useEffect(function () {
|
|
39474
|
+
setitem(props.cardinfoitemprops);
|
|
39475
|
+
}, [props.cardinfoitemprops]);
|
|
39424
39476
|
var card_cssstyles = {
|
|
39425
39477
|
productcard: glamor.css({
|
|
39426
39478
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -39586,8 +39638,8 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
|
|
|
39586
39638
|
setsectionproperties = _useState2[1];
|
|
39587
39639
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
39588
39640
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
39589
|
-
item = _useState4[0]
|
|
39590
|
-
_useState4[1];
|
|
39641
|
+
item = _useState4[0],
|
|
39642
|
+
setitem = _useState4[1];
|
|
39591
39643
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39592
39644
|
props.actions.lang;
|
|
39593
39645
|
var langdetect = props.actions.langdetect;
|
|
@@ -39616,6 +39668,9 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
|
|
|
39616
39668
|
setsectionproperties(_objectSpread$n({}, secpropobj));
|
|
39617
39669
|
}
|
|
39618
39670
|
}, [StatePagePropertiesContext]);
|
|
39671
|
+
React.useEffect(function () {
|
|
39672
|
+
setitem(props.cardinfoitemprops);
|
|
39673
|
+
}, [props.cardinfoitemprops]);
|
|
39619
39674
|
var categorycard_cssstyles = {
|
|
39620
39675
|
categoryCard: glamor.css({
|
|
39621
39676
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
|
|
@@ -39765,8 +39820,8 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
|
|
|
39765
39820
|
setsectionproperties = _useState2[1];
|
|
39766
39821
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
39767
39822
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
39768
|
-
item = _useState4[0]
|
|
39769
|
-
_useState4[1];
|
|
39823
|
+
item = _useState4[0],
|
|
39824
|
+
setitem = _useState4[1];
|
|
39770
39825
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39771
39826
|
props.actions.lang;
|
|
39772
39827
|
var langdetect = props.actions.langdetect;
|
|
@@ -39795,6 +39850,9 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
|
|
|
39795
39850
|
setsectionproperties(_objectSpread$m({}, secpropobj));
|
|
39796
39851
|
}
|
|
39797
39852
|
}, [StatePagePropertiesContext]);
|
|
39853
|
+
React.useEffect(function () {
|
|
39854
|
+
setitem(props.cardinfoitemprops);
|
|
39855
|
+
}, [props.cardinfoitemprops]);
|
|
39798
39856
|
var categorycard_cssstyles = {
|
|
39799
39857
|
cardcontainer: glamor.css({
|
|
39800
39858
|
position: 'relative',
|
|
@@ -39924,8 +39982,8 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
|
|
|
39924
39982
|
setsectionproperties = _useState2[1];
|
|
39925
39983
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
39926
39984
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
39927
|
-
item = _useState4[0]
|
|
39928
|
-
_useState4[1];
|
|
39985
|
+
item = _useState4[0],
|
|
39986
|
+
setitem = _useState4[1];
|
|
39929
39987
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39930
39988
|
props.actions.lang;
|
|
39931
39989
|
props.actions.langdetect;
|
|
@@ -39958,6 +40016,9 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
|
|
|
39958
40016
|
setsectionproperties(_objectSpread$l({}, secpropobj));
|
|
39959
40017
|
}
|
|
39960
40018
|
}, [StatePagePropertiesContext]);
|
|
40019
|
+
React.useEffect(function () {
|
|
40020
|
+
setitem(props.cardinfoitemprops);
|
|
40021
|
+
}, [props.cardinfoitemprops]);
|
|
39961
40022
|
var card_cssstyles = {
|
|
39962
40023
|
categoryCard: glamor.css((_css = {
|
|
39963
40024
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
|
|
@@ -40078,8 +40139,8 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
40078
40139
|
setsectionproperties = _useState2[1];
|
|
40079
40140
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
40080
40141
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
40081
|
-
item = _useState4[0]
|
|
40082
|
-
_useState4[1];
|
|
40142
|
+
item = _useState4[0],
|
|
40143
|
+
setitem = _useState4[1];
|
|
40083
40144
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40084
40145
|
props.actions.lang;
|
|
40085
40146
|
var langdetect = props.actions.langdetect;
|
|
@@ -40112,6 +40173,9 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
40112
40173
|
setsectionproperties(_objectSpread$k({}, secpropobj));
|
|
40113
40174
|
}
|
|
40114
40175
|
}, [StatePagePropertiesContext]);
|
|
40176
|
+
React.useEffect(function () {
|
|
40177
|
+
setitem(props.cardinfoitemprops);
|
|
40178
|
+
}, [props.cardinfoitemprops]);
|
|
40115
40179
|
var categorycard_cssstyles = {
|
|
40116
40180
|
categorycard: glamor.css({
|
|
40117
40181
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -40254,8 +40318,8 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
40254
40318
|
setsectionproperties = _useState2[1];
|
|
40255
40319
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
40256
40320
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
40257
|
-
item = _useState4[0]
|
|
40258
|
-
_useState4[1];
|
|
40321
|
+
item = _useState4[0],
|
|
40322
|
+
setitem = _useState4[1];
|
|
40259
40323
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40260
40324
|
props.actions.lang;
|
|
40261
40325
|
var langdetect = props.actions.langdetect;
|
|
@@ -40288,6 +40352,9 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
40288
40352
|
setsectionproperties(_objectSpread$j({}, secpropobj));
|
|
40289
40353
|
}
|
|
40290
40354
|
}, [StatePagePropertiesContext]);
|
|
40355
|
+
React.useEffect(function () {
|
|
40356
|
+
setitem(props.cardinfoitemprops);
|
|
40357
|
+
}, [props.cardinfoitemprops]);
|
|
40291
40358
|
var card_cssstyles = {
|
|
40292
40359
|
cardcontainer: glamor.css({
|
|
40293
40360
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -40421,8 +40488,8 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
40421
40488
|
setsectionproperties = _useState2[1];
|
|
40422
40489
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
40423
40490
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
40424
|
-
item = _useState4[0]
|
|
40425
|
-
_useState4[1];
|
|
40491
|
+
item = _useState4[0],
|
|
40492
|
+
setitem = _useState4[1];
|
|
40426
40493
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40427
40494
|
props.actions.lang;
|
|
40428
40495
|
var langdetect = props.actions.langdetect;
|
|
@@ -40448,6 +40515,9 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
40448
40515
|
setsectionproperties(_objectSpread$i({}, secpropobj));
|
|
40449
40516
|
}
|
|
40450
40517
|
}, [StatePagePropertiesContext]);
|
|
40518
|
+
React.useEffect(function () {
|
|
40519
|
+
setitem(props.cardinfoitemprops);
|
|
40520
|
+
}, [props.cardinfoitemprops]);
|
|
40451
40521
|
var card_cssstyles = {
|
|
40452
40522
|
imagestyle: glamor.css({
|
|
40453
40523
|
width: sectionproperties.image_width + 'px',
|
|
@@ -40551,8 +40621,8 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
40551
40621
|
setsectionproperties = _useState2[1];
|
|
40552
40622
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
40553
40623
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
40554
|
-
item = _useState4[0]
|
|
40555
|
-
_useState4[1];
|
|
40624
|
+
item = _useState4[0],
|
|
40625
|
+
setitem = _useState4[1];
|
|
40556
40626
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40557
40627
|
var lang = props.actions.lang;
|
|
40558
40628
|
var langdetect = props.actions.langdetect;
|
|
@@ -40581,6 +40651,9 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
40581
40651
|
setsectionproperties(_objectSpread$h({}, secpropobj));
|
|
40582
40652
|
}
|
|
40583
40653
|
}, [StatePagePropertiesContext]);
|
|
40654
|
+
React.useEffect(function () {
|
|
40655
|
+
setitem(props.cardinfoitemprops);
|
|
40656
|
+
}, [props.cardinfoitemprops]);
|
|
40584
40657
|
var card_cssstyles = {
|
|
40585
40658
|
productcard: glamor.css({
|
|
40586
40659
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -40826,6 +40899,9 @@ var MenuCard = function MenuCard(props) {
|
|
|
40826
40899
|
setsectionproperties(_objectSpread$g({}, secpropobj));
|
|
40827
40900
|
}
|
|
40828
40901
|
}, [StatePagePropertiesContext]);
|
|
40902
|
+
React.useEffect(function () {
|
|
40903
|
+
setitem(props.cardinfoitemprops);
|
|
40904
|
+
}, [props.cardinfoitemprops]);
|
|
40829
40905
|
var plainString = function plainString(html) {
|
|
40830
40906
|
var divContainer = document.createElement('div');
|
|
40831
40907
|
divContainer.innerHTML = html;
|
|
@@ -41286,6 +41362,9 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
|
|
|
41286
41362
|
setsectionproperties(_objectSpread$f({}, secpropobj));
|
|
41287
41363
|
}
|
|
41288
41364
|
}, [StatePagePropertiesContext]);
|
|
41365
|
+
React.useEffect(function () {
|
|
41366
|
+
setitem(props.cardinfoitemprops);
|
|
41367
|
+
}, [props.cardinfoitemprops]);
|
|
41289
41368
|
React.useEffect(function () {
|
|
41290
41369
|
if (props.cardinfoitemprops != undefined) {
|
|
41291
41370
|
setitem(props.cardinfoitemprops);
|
|
@@ -41722,6 +41801,9 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
41722
41801
|
setsectionproperties(_objectSpread$e({}, secpropobj));
|
|
41723
41802
|
}
|
|
41724
41803
|
}, [StatePagePropertiesContext]);
|
|
41804
|
+
React.useEffect(function () {
|
|
41805
|
+
setitem(props.cardinfoitemprops);
|
|
41806
|
+
}, [props.cardinfoitemprops]);
|
|
41725
41807
|
var plainString = function plainString(html) {
|
|
41726
41808
|
var divContainer = document.createElement('div');
|
|
41727
41809
|
divContainer.innerHTML = html;
|
|
@@ -42086,8 +42168,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
42086
42168
|
setsectionproperties = _useState2[1];
|
|
42087
42169
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
42088
42170
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
42089
|
-
item = _useState4[0]
|
|
42090
|
-
_useState4[1];
|
|
42171
|
+
item = _useState4[0],
|
|
42172
|
+
setitem = _useState4[1];
|
|
42091
42173
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42092
42174
|
props.actions.lang;
|
|
42093
42175
|
var langdetect = props.actions.langdetect;
|
|
@@ -42118,6 +42200,9 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
42118
42200
|
setsectionproperties(_objectSpread$d({}, secpropobj));
|
|
42119
42201
|
}
|
|
42120
42202
|
}, [StatePagePropertiesContext]);
|
|
42203
|
+
React.useEffect(function () {
|
|
42204
|
+
setitem(props.cardinfoitemprops);
|
|
42205
|
+
}, [props.cardinfoitemprops]);
|
|
42121
42206
|
var card_cssstyles = {
|
|
42122
42207
|
productcard: glamor.css({
|
|
42123
42208
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -42359,8 +42444,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
42359
42444
|
setsectionproperties = _useState2[1];
|
|
42360
42445
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
42361
42446
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
42362
|
-
item = _useState4[0]
|
|
42363
|
-
_useState4[1];
|
|
42447
|
+
item = _useState4[0],
|
|
42448
|
+
setitem = _useState4[1];
|
|
42364
42449
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42365
42450
|
var lang = props.actions.lang;
|
|
42366
42451
|
var langdetect = props.actions.langdetect;
|
|
@@ -42395,6 +42480,9 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
42395
42480
|
setsectionproperties(_objectSpread$c({}, secpropobj));
|
|
42396
42481
|
}
|
|
42397
42482
|
}, [StatePagePropertiesContext]);
|
|
42483
|
+
React.useEffect(function () {
|
|
42484
|
+
setitem(props.cardinfoitemprops);
|
|
42485
|
+
}, [props.cardinfoitemprops]);
|
|
42398
42486
|
var card_cssstyles = {
|
|
42399
42487
|
productCard: glamor.css({
|
|
42400
42488
|
position: 'relative',
|
|
@@ -42597,8 +42685,8 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
|
|
|
42597
42685
|
setsectionproperties = _useState2[1];
|
|
42598
42686
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
42599
42687
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
42600
|
-
item = _useState4[0]
|
|
42601
|
-
_useState4[1];
|
|
42688
|
+
item = _useState4[0],
|
|
42689
|
+
setitem = _useState4[1];
|
|
42602
42690
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42603
42691
|
var lang = props.actions.lang;
|
|
42604
42692
|
var langdetect = props.actions.langdetect;
|
|
@@ -42629,6 +42717,9 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
|
|
|
42629
42717
|
setsectionproperties(_objectSpread$b({}, secpropobj));
|
|
42630
42718
|
}
|
|
42631
42719
|
}, [StatePagePropertiesContext]);
|
|
42720
|
+
React.useEffect(function () {
|
|
42721
|
+
setitem(props.cardinfoitemprops);
|
|
42722
|
+
}, [props.cardinfoitemprops]);
|
|
42632
42723
|
var card_cssstyles = {
|
|
42633
42724
|
cardContainer: glamor.css({
|
|
42634
42725
|
// minHeight: 600,
|
|
@@ -42867,8 +42958,8 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
|
|
|
42867
42958
|
setsectionproperties = _useState2[1];
|
|
42868
42959
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
42869
42960
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
42870
|
-
item = _useState4[0]
|
|
42871
|
-
_useState4[1];
|
|
42961
|
+
item = _useState4[0],
|
|
42962
|
+
setitem = _useState4[1];
|
|
42872
42963
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42873
42964
|
var lang = props.actions.lang;
|
|
42874
42965
|
var langdetect = props.actions.langdetect;
|
|
@@ -42899,6 +42990,9 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
|
|
|
42899
42990
|
setsectionproperties(_objectSpread$a({}, secpropobj));
|
|
42900
42991
|
}
|
|
42901
42992
|
}, [StatePagePropertiesContext]);
|
|
42993
|
+
React.useEffect(function () {
|
|
42994
|
+
setitem(props.cardinfoitemprops);
|
|
42995
|
+
}, [props.cardinfoitemprops]);
|
|
42902
42996
|
var card_cssstyles = {
|
|
42903
42997
|
productcard: glamor.css({
|
|
42904
42998
|
position: 'relative',
|
|
@@ -43118,8 +43212,8 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
43118
43212
|
setsectionproperties = _useState2[1];
|
|
43119
43213
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
43120
43214
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
43121
|
-
item = _useState4[0]
|
|
43122
|
-
_useState4[1];
|
|
43215
|
+
item = _useState4[0],
|
|
43216
|
+
setitem = _useState4[1];
|
|
43123
43217
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43124
43218
|
props.actions.lang;
|
|
43125
43219
|
var langdetect = props.actions.langdetect;
|
|
@@ -43150,6 +43244,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
43150
43244
|
setsectionproperties(_objectSpread$9({}, secpropobj));
|
|
43151
43245
|
}
|
|
43152
43246
|
}, [StatePagePropertiesContext]);
|
|
43247
|
+
React.useEffect(function () {
|
|
43248
|
+
setitem(props.cardinfoitemprops);
|
|
43249
|
+
}, [props.cardinfoitemprops]);
|
|
43153
43250
|
var card_cssstyles = {
|
|
43154
43251
|
colorvariantcontainer: glamor.css({
|
|
43155
43252
|
width: sectionproperties.variantcontainer_minwidth + 'vh',
|
|
@@ -43463,8 +43560,8 @@ var Productcard6 = function Productcard6(props) {
|
|
|
43463
43560
|
setsectionproperties = _useState2[1];
|
|
43464
43561
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
43465
43562
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
43466
|
-
item = _useState4[0]
|
|
43467
|
-
_useState4[1];
|
|
43563
|
+
item = _useState4[0],
|
|
43564
|
+
setitem = _useState4[1];
|
|
43468
43565
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43469
43566
|
var lang = props.actions.lang;
|
|
43470
43567
|
var langdetect = props.actions.langdetect;
|
|
@@ -43495,6 +43592,9 @@ var Productcard6 = function Productcard6(props) {
|
|
|
43495
43592
|
setsectionproperties(_objectSpread$8({}, secpropobj));
|
|
43496
43593
|
}
|
|
43497
43594
|
}, [StatePagePropertiesContext]);
|
|
43595
|
+
React.useEffect(function () {
|
|
43596
|
+
setitem(props.cardinfoitemprops);
|
|
43597
|
+
}, [props.cardinfoitemprops]);
|
|
43498
43598
|
var card_cssstyles = {
|
|
43499
43599
|
productcard: glamor.css((_css = {
|
|
43500
43600
|
position: 'relative',
|
|
@@ -43682,8 +43782,8 @@ var Productcard7 = function Productcard7(props) {
|
|
|
43682
43782
|
setsectionproperties = _useState2[1];
|
|
43683
43783
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
43684
43784
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
43685
|
-
item = _useState4[0]
|
|
43686
|
-
_useState4[1];
|
|
43785
|
+
item = _useState4[0],
|
|
43786
|
+
setitem = _useState4[1];
|
|
43687
43787
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43688
43788
|
props.actions.lang;
|
|
43689
43789
|
var langdetect = props.actions.langdetect;
|
|
@@ -43714,6 +43814,9 @@ var Productcard7 = function Productcard7(props) {
|
|
|
43714
43814
|
setsectionproperties(_objectSpread$7({}, secpropobj));
|
|
43715
43815
|
}
|
|
43716
43816
|
}, [StatePagePropertiesContext]);
|
|
43817
|
+
React.useEffect(function () {
|
|
43818
|
+
setitem(props.cardinfoitemprops);
|
|
43819
|
+
}, [props.cardinfoitemprops]);
|
|
43717
43820
|
var card_cssstyles = {
|
|
43718
43821
|
productcard: glamor.css({
|
|
43719
43822
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -43928,8 +44031,8 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
43928
44031
|
setsectionproperties = _useState2[1];
|
|
43929
44032
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
43930
44033
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
43931
|
-
item = _useState4[0]
|
|
43932
|
-
_useState4[1];
|
|
44034
|
+
item = _useState4[0],
|
|
44035
|
+
setitem = _useState4[1];
|
|
43933
44036
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43934
44037
|
props.actions.lang;
|
|
43935
44038
|
var langdetect = props.actions.langdetect;
|
|
@@ -43960,6 +44063,9 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
43960
44063
|
setsectionproperties(_objectSpread$6({}, secpropobj));
|
|
43961
44064
|
}
|
|
43962
44065
|
}, [StatePagePropertiesContext]);
|
|
44066
|
+
React.useEffect(function () {
|
|
44067
|
+
setitem(props.cardinfoitemprops);
|
|
44068
|
+
}, [props.cardinfoitemprops]);
|
|
43963
44069
|
var card_cssstyles = {
|
|
43964
44070
|
productcard: glamor.css({
|
|
43965
44071
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -44205,6 +44311,9 @@ var Productccard_with_imageontopleft = function Productccard_with_imageontopleft
|
|
|
44205
44311
|
setsectionproperties(_objectSpread$5({}, secpropobj));
|
|
44206
44312
|
}
|
|
44207
44313
|
}, [StatePagePropertiesContext]);
|
|
44314
|
+
React.useEffect(function () {
|
|
44315
|
+
setitem(props.cardinfoitemprops);
|
|
44316
|
+
}, [props.cardinfoitemprops]);
|
|
44208
44317
|
React.useEffect(function () {
|
|
44209
44318
|
if (props.cardinfoitemprops != undefined) {
|
|
44210
44319
|
setitem(props.cardinfoitemprops);
|
|
@@ -44470,6 +44579,9 @@ var Prouductcard_with_zoomhover = function Prouductcard_with_zoomhover(props) {
|
|
|
44470
44579
|
setsectionproperties(_objectSpread$4({}, secpropobj));
|
|
44471
44580
|
}
|
|
44472
44581
|
}, [StatePagePropertiesContext]);
|
|
44582
|
+
React.useEffect(function () {
|
|
44583
|
+
setitem(props.cardinfoitemprops);
|
|
44584
|
+
}, [props.cardinfoitemprops]);
|
|
44473
44585
|
React.useEffect(function () {
|
|
44474
44586
|
if (props.cardinfoitemprops != undefined) {
|
|
44475
44587
|
setitem(props.cardinfoitemprops);
|
|
@@ -44566,8 +44678,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
44566
44678
|
setsectionproperties = _useState2[1];
|
|
44567
44679
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
44568
44680
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
44569
|
-
item = _useState4[0]
|
|
44570
|
-
_useState4[1];
|
|
44681
|
+
item = _useState4[0],
|
|
44682
|
+
setitem = _useState4[1];
|
|
44571
44683
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44572
44684
|
var langdetect = props.actions.langdetect;
|
|
44573
44685
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
@@ -44586,6 +44698,9 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
44586
44698
|
});
|
|
44587
44699
|
setsectionproperties(_objectSpread$3({}, secpropobj));
|
|
44588
44700
|
}, [StatePagePropertiesContext]);
|
|
44701
|
+
React.useEffect(function () {
|
|
44702
|
+
setitem(props.cardinfoitemprops);
|
|
44703
|
+
}, [props.cardinfoitemprops]);
|
|
44589
44704
|
var plainString = function plainString(html) {
|
|
44590
44705
|
var divContainer = document.createElement('div');
|
|
44591
44706
|
divContainer.innerHTML = html;
|
|
@@ -44709,8 +44824,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
44709
44824
|
setsectionproperties = _useState2[1];
|
|
44710
44825
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
44711
44826
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
44712
|
-
item = _useState4[0]
|
|
44713
|
-
_useState4[1];
|
|
44827
|
+
item = _useState4[0],
|
|
44828
|
+
setitem = _useState4[1];
|
|
44714
44829
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44715
44830
|
var lang = props.actions.lang;
|
|
44716
44831
|
var langdetect = props.actions.langdetect;
|
|
@@ -44745,6 +44860,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
44745
44860
|
setsectionproperties(_objectSpread$2({}, secpropobj));
|
|
44746
44861
|
}
|
|
44747
44862
|
}, [StatePagePropertiesContext]);
|
|
44863
|
+
React.useEffect(function () {
|
|
44864
|
+
setitem(props.cardinfoitemprops);
|
|
44865
|
+
}, [props.cardinfoitemprops]);
|
|
44748
44866
|
var card_cssstyles = {
|
|
44749
44867
|
productcard: glamor.css({
|
|
44750
44868
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -44962,8 +45080,8 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
44962
45080
|
setsectionproperties = _useState2[1];
|
|
44963
45081
|
var _useState3 = React.useState(props.cardinfoitemprops),
|
|
44964
45082
|
_useState4 = _slicedToArray__default["default"](_useState3, 2),
|
|
44965
|
-
item = _useState4[0]
|
|
44966
|
-
_useState4[1];
|
|
45083
|
+
item = _useState4[0],
|
|
45084
|
+
setitem = _useState4[1];
|
|
44967
45085
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44968
45086
|
props.actions.lang;
|
|
44969
45087
|
var langdetect = props.actions.langdetect;
|
|
@@ -44994,6 +45112,9 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
44994
45112
|
setsectionproperties(_objectSpread$1({}, secpropobj));
|
|
44995
45113
|
}
|
|
44996
45114
|
}, [StatePagePropertiesContext]);
|
|
45115
|
+
React.useEffect(function () {
|
|
45116
|
+
setitem(props.cardinfoitemprops);
|
|
45117
|
+
}, [props.cardinfoitemprops]);
|
|
44997
45118
|
var card_cssstyles = {
|
|
44998
45119
|
productcard: glamor.css({
|
|
44999
45120
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -45316,6 +45437,9 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
45316
45437
|
setsectionproperties(_objectSpread({}, secpropobj));
|
|
45317
45438
|
}
|
|
45318
45439
|
}, [StatePagePropertiesContext]);
|
|
45440
|
+
React.useEffect(function () {
|
|
45441
|
+
setitem(props.cardinfoitemprops);
|
|
45442
|
+
}, [props.cardinfoitemprops]);
|
|
45319
45443
|
React.useEffect(function () {
|
|
45320
45444
|
if (sectionproperties.length != 0 && sectionproperties.arrayofobjectimagesonly != undefined) {
|
|
45321
45445
|
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|