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.esm.js
CHANGED
|
@@ -46,6 +46,7 @@ import { HiOutlineChevronRight } from '@react-icons/all-files/hi/HiOutlineChevro
|
|
|
46
46
|
import { HiOutlineChevronLeft } from '@react-icons/all-files/hi/HiOutlineChevronLeft';
|
|
47
47
|
import { GoGlobe } from '@react-icons/all-files/go/GoGlobe';
|
|
48
48
|
import { VscGlobe } from '@react-icons/all-files/vsc/VscGlobe';
|
|
49
|
+
import { FiLayers } from '@react-icons/all-files/fi/FiLayers';
|
|
49
50
|
import { HiOutlineTrash } from '@react-icons/all-files/hi/HiOutlineTrash';
|
|
50
51
|
import { BiSad } from '@react-icons/all-files/bi/BiSad';
|
|
51
52
|
import TextareaAutosize from 'react-textarea-autosize';
|
|
@@ -69,7 +70,6 @@ import { ScrollMenu } from 'react-horizontal-scrolling-menu';
|
|
|
69
70
|
import { FaArrowAltCircleRight } from '@react-icons/all-files/fa/FaArrowAltCircleRight';
|
|
70
71
|
import { FaArrowAltCircleLeft } from '@react-icons/all-files/fa/FaArrowAltCircleLeft';
|
|
71
72
|
import { FiFilter } from '@react-icons/all-files/fi/FiFilter';
|
|
72
|
-
import { FiLayers } from '@react-icons/all-files/fi/FiLayers';
|
|
73
73
|
import { BiLogOutCircle } from '@react-icons/all-files/bi/BiLogOutCircle';
|
|
74
74
|
import { BiChevronDown } from '@react-icons/all-files/bi/BiChevronDown';
|
|
75
75
|
import { BiUser } from '@react-icons/all-files/bi/BiUser';
|
|
@@ -3402,7 +3402,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3402
3402
|
}), /*#__PURE__*/React.createElement("div", {
|
|
3403
3403
|
className: "col-lg-12 p-0"
|
|
3404
3404
|
}, !fetchorderhistoryQueryContext.isFetching && fetchorderhistoryQueryContext.isSuccess && /*#__PURE__*/React.createElement("div", {
|
|
3405
|
-
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',
|
|
3405
|
+
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',
|
|
3406
3406
|
style: {
|
|
3407
3407
|
marginTop: sectionproperties.marginTop + 'px',
|
|
3408
3408
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -3521,7 +3521,8 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3521
3521
|
className: "w-100",
|
|
3522
3522
|
style: {
|
|
3523
3523
|
background: 'white',
|
|
3524
|
-
padding: '20px'
|
|
3524
|
+
padding: '20px',
|
|
3525
|
+
minHeight: '70vh'
|
|
3525
3526
|
}
|
|
3526
3527
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3527
3528
|
className: "".concat(generalstyles.table_responsive) + ' col-lg-12 '
|
|
@@ -3681,7 +3682,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3681
3682
|
className: "row m-0 w-100"
|
|
3682
3683
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3683
3684
|
className: ' col-lg-12 col-md-12 d-flex p-0'
|
|
3684
|
-
}, /*#__PURE__*/React.createElement("div", {
|
|
3685
|
+
}, item.mainproductimage != undefined && item.mainproductimage != '' && item.mainproductimage != null && /*#__PURE__*/React.createElement("div", {
|
|
3685
3686
|
className: "".concat(orderhistory_cssstyles.tableimagecont)
|
|
3686
3687
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
3687
3688
|
urlEndpoint: IKurlEndpoint,
|
|
@@ -3690,9 +3691,16 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3690
3691
|
style: {
|
|
3691
3692
|
width: '100%',
|
|
3692
3693
|
height: '100%',
|
|
3693
|
-
objectFit: '
|
|
3694
|
+
objectFit: 'contain'
|
|
3694
3695
|
},
|
|
3695
3696
|
loading: "lazy"
|
|
3697
|
+
})), item.mainproductimage == '' && /*#__PURE__*/React.createElement("div", {
|
|
3698
|
+
className: "".concat(orderhistory_cssstyles.tableimagecont) + ' allcentered ',
|
|
3699
|
+
style: {
|
|
3700
|
+
background: '#eee'
|
|
3701
|
+
}
|
|
3702
|
+
}, /*#__PURE__*/React.createElement(FiLayers, {
|
|
3703
|
+
color: "#ccc"
|
|
3696
3704
|
})), /*#__PURE__*/React.createElement("div", {
|
|
3697
3705
|
className: " pl-2 pr-2 ",
|
|
3698
3706
|
style: {
|
|
@@ -3703,12 +3711,18 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
3703
3711
|
}, /*#__PURE__*/React.createElement("div", {
|
|
3704
3712
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-start"
|
|
3705
3713
|
}, /*#__PURE__*/React.createElement("p", {
|
|
3706
|
-
className: orderhistory_cssstyles.productNameStyles + ' p-0 m-0 wordbreak '
|
|
3714
|
+
className: orderhistory_cssstyles.productNameStyles + ' p-0 m-0 wordbreak wordbreak3 ',
|
|
3715
|
+
style: {
|
|
3716
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
3717
|
+
}
|
|
3707
3718
|
}, item.productname)), /*#__PURE__*/React.createElement("div", {
|
|
3708
3719
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center"
|
|
3709
3720
|
}, /*#__PURE__*/React.createElement("p", {
|
|
3710
|
-
className: orderhistory_cssstyles.productPricestyles + ' m-0 p-0 wordbreak '
|
|
3711
|
-
|
|
3721
|
+
className: orderhistory_cssstyles.productPricestyles + ' m-0 p-0 wordbreak d-flex flex-row ',
|
|
3722
|
+
style: {
|
|
3723
|
+
direction: 'ltr'
|
|
3724
|
+
}
|
|
3725
|
+
}, /*#__PURE__*/React.createElement("div", null, item.quantity, " x ", item.finalprice, " ", langdetect == 'en' ? 'EGP' : 'ج.م'))), /*#__PURE__*/React.createElement("div", {
|
|
3712
3726
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex align-items-center"
|
|
3713
3727
|
}, item.isvariant == 1 && /*#__PURE__*/React.createElement("div", {
|
|
3714
3728
|
className: "row m-0 w-100"
|
|
@@ -4142,7 +4156,7 @@ var Wishlist = function Wishlist(props) {
|
|
|
4142
4156
|
}, lang.mywishlist)))), /*#__PURE__*/React.createElement("div", {
|
|
4143
4157
|
className: "col-lg-12 p-0"
|
|
4144
4158
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4145
|
-
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',
|
|
4159
|
+
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',
|
|
4146
4160
|
style: {
|
|
4147
4161
|
width: sectionproperties.width + 'vw',
|
|
4148
4162
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -4718,7 +4732,7 @@ var Viewcart = function Viewcart(props) {
|
|
|
4718
4732
|
}, lang.mycart)))), /*#__PURE__*/React.createElement("div", {
|
|
4719
4733
|
className: "col-lg-12 p-0"
|
|
4720
4734
|
}, /*#__PURE__*/React.createElement("div", {
|
|
4721
|
-
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',
|
|
4735
|
+
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',
|
|
4722
4736
|
style: {
|
|
4723
4737
|
marginTop: sectionproperties.marginTop + 'px',
|
|
4724
4738
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -4793,13 +4807,16 @@ var Viewcart = function Viewcart(props) {
|
|
|
4793
4807
|
style: {
|
|
4794
4808
|
width: '100%',
|
|
4795
4809
|
height: '100%',
|
|
4796
|
-
objectFit: '
|
|
4810
|
+
objectFit: 'contain'
|
|
4797
4811
|
},
|
|
4798
4812
|
loading: "lazy"
|
|
4799
4813
|
})), /*#__PURE__*/React.createElement("div", {
|
|
4800
4814
|
className: "col-lg-8 col-sm-8 col-md-8"
|
|
4801
4815
|
}, /*#__PURE__*/React.createElement("p", {
|
|
4802
|
-
className: "".concat(viewcart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak d-flex justify-content-start '
|
|
4816
|
+
className: "".concat(viewcart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak wordbreak3 d-flex justify-content-start ',
|
|
4817
|
+
style: {
|
|
4818
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
4819
|
+
}
|
|
4803
4820
|
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar), item.productinfo.hasvariants == 1 && item.productinfo.variantinfo.variantoptions.map(function (variantitem, variantindex) {
|
|
4804
4821
|
return /*#__PURE__*/React.createElement("div", {
|
|
4805
4822
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
@@ -7029,7 +7046,7 @@ var AccountInformation = function AccountInformation(props) {
|
|
|
7029
7046
|
}, lang.accountinformation)))), /*#__PURE__*/React.createElement("div", {
|
|
7030
7047
|
className: "col-lg-12 p-0"
|
|
7031
7048
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7032
|
-
className: "row m-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7049
|
+
className: "row m-0 w-100 pl-lg-4 pr-lg-4 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7033
7050
|
style: {
|
|
7034
7051
|
marginTop: sectionproperties.marginTop + 'px',
|
|
7035
7052
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -7247,9 +7264,12 @@ var Policies = function Policies(props) {
|
|
|
7247
7264
|
fontWeight: sectionproperties.imagetextfontWeight
|
|
7248
7265
|
}
|
|
7249
7266
|
}, lang.policies)))), /*#__PURE__*/React.createElement("div", {
|
|
7250
|
-
className: "col-lg-12 p-0"
|
|
7267
|
+
className: "col-lg-12 p-0",
|
|
7268
|
+
style: {
|
|
7269
|
+
minHeight: '70vh'
|
|
7270
|
+
}
|
|
7251
7271
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7252
|
-
className: "row ml-0 mr-0 w-100 pl-md-3 pr-md-3 pl-sm-2 pr-sm-2",
|
|
7272
|
+
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",
|
|
7253
7273
|
style: {
|
|
7254
7274
|
marginTop: sectionproperties.marginTop + 'px',
|
|
7255
7275
|
marginBottom: sectionproperties.marginBottom + 'px',
|
|
@@ -7664,7 +7684,10 @@ var CartSlider = function CartSlider(props) {
|
|
|
7664
7684
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7665
7685
|
className: "col-lg-12 col-md-12 col-sm-12 p-0 d-flex"
|
|
7666
7686
|
}, /*#__PURE__*/React.createElement("p", {
|
|
7667
|
-
className: "".concat(cart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak d-flex align-items-start '
|
|
7687
|
+
className: "".concat(cart_cssstyles.productNameStyles) + ' m-0 p-0 wordbreak wordbreak3 d-flex align-items-start ',
|
|
7688
|
+
style: {
|
|
7689
|
+
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
7690
|
+
}
|
|
7668
7691
|
}, langdetect == 'en' ? item.productinfo.name_en : item.productinfo.name_ar)), /*#__PURE__*/React.createElement("div", {
|
|
7669
7692
|
className: "".concat(cart_cssstyles.productPricestyles) + ' col-lg-12 col-md-12 col-sm-12 p-0 d-flex '
|
|
7670
7693
|
}, item.quantity, " x", /*#__PURE__*/React.createElement("span", {
|
|
@@ -22470,8 +22493,8 @@ var TwoTieredHeader = function TwoTieredHeader(props) {
|
|
|
22470
22493
|
}))))), /*#__PURE__*/React.createElement("div", {
|
|
22471
22494
|
"class": "col-xl-3 col-lg-4 plr-1025-1",
|
|
22472
22495
|
style: {
|
|
22473
|
-
paddingLeft: langdetect == 'en' ? '
|
|
22474
|
-
paddingRight: langdetect == 'ar' ? '
|
|
22496
|
+
paddingLeft: langdetect == 'en' ? '3rem' : 0,
|
|
22497
|
+
paddingRight: langdetect == 'ar' ? '3rem' : 0
|
|
22475
22498
|
}
|
|
22476
22499
|
}, /*#__PURE__*/React.createElement("div", {
|
|
22477
22500
|
"class": "row m-0 w-100 d-flex align-items-center justify-content-between h-100"
|
|
@@ -23643,9 +23666,9 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23643
23666
|
color: sectionproperties.iconcontainercolor,
|
|
23644
23667
|
backgroundColor: sectionproperties.iconcontainerbg,
|
|
23645
23668
|
border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
|
|
23669
|
+
transition: '.3s',
|
|
23646
23670
|
':hover': {
|
|
23647
|
-
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23648
|
-
color: sectionproperties.iconcontainercoloronhover
|
|
23671
|
+
backgroundColor: sectionproperties.iconcontainerbgonhover
|
|
23649
23672
|
}
|
|
23650
23673
|
}),
|
|
23651
23674
|
iconTextStyle: css({
|
|
@@ -23654,9 +23677,10 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23654
23677
|
fontWeight: sectionproperties.footerinfotext_secondaryfontweight
|
|
23655
23678
|
}),
|
|
23656
23679
|
footerinfoContainer: css({
|
|
23657
|
-
':hover .
|
|
23680
|
+
':hover .iconStyle': {
|
|
23658
23681
|
transition: '.3s',
|
|
23659
|
-
color: sectionproperties.footerinfotext_coloronhover
|
|
23682
|
+
color: sectionproperties.footerinfotext_coloronhover,
|
|
23683
|
+
borderColor: sectionproperties.footerinfotext_coloronhover
|
|
23660
23684
|
}
|
|
23661
23685
|
}),
|
|
23662
23686
|
logoStyles: css({
|
|
@@ -23772,7 +23796,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23772
23796
|
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');
|
|
23773
23797
|
}
|
|
23774
23798
|
}, /*#__PURE__*/React.createElement("div", {
|
|
23775
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23799
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23776
23800
|
}, /*#__PURE__*/React.createElement("i", {
|
|
23777
23801
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23778
23802
|
}, /*#__PURE__*/React.createElement(AiOutlinePhone, {
|
|
@@ -23783,7 +23807,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23783
23807
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23784
23808
|
}
|
|
23785
23809
|
}, langdetect == 'en' ? 'Contact us' : 'إتصل بنا'), /*#__PURE__*/React.createElement("p", {
|
|
23786
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak
|
|
23810
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak iconStyle ',
|
|
23787
23811
|
style: {
|
|
23788
23812
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23789
23813
|
}
|
|
@@ -23794,7 +23818,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23794
23818
|
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');
|
|
23795
23819
|
}
|
|
23796
23820
|
}, /*#__PURE__*/React.createElement("div", {
|
|
23797
|
-
"class": "".concat(footerStyles.iconStyle) + ' allcentered ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23821
|
+
"class": "".concat(footerStyles.iconStyle) + ' allcentered iconStyle ' + "".concat(langdetect == 'en' ? ' mr-2 ' : ' ml-2 ')
|
|
23798
23822
|
}, /*#__PURE__*/React.createElement("i", {
|
|
23799
23823
|
"class": "h-100 d-flex justify-content-center align-items-center"
|
|
23800
23824
|
}, /*#__PURE__*/React.createElement(AiOutlineMail, {
|
|
@@ -23805,7 +23829,7 @@ var Allinonefooter = function Allinonefooter(props) {
|
|
|
23805
23829
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23806
23830
|
}
|
|
23807
23831
|
}, langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'), /*#__PURE__*/React.createElement("p", {
|
|
23808
|
-
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none
|
|
23832
|
+
"class": "".concat(footerStyles.iconTextStyle) + ' p-0 m-0 wordbreak text-transform-none iconStyle ',
|
|
23809
23833
|
style: {
|
|
23810
23834
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
23811
23835
|
}
|
|
@@ -35700,10 +35724,10 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35700
35724
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
35701
35725
|
urlEndpoint: IKurlEndpoint,
|
|
35702
35726
|
publicKey: IKpublicKey,
|
|
35703
|
-
path: langdetect == 'en' ? item.imageen : item.imagear,
|
|
35727
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.imageen : 'tr:w-2000,h-700' + item.imagear,
|
|
35704
35728
|
style: {
|
|
35705
35729
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35706
|
-
objectFit:
|
|
35730
|
+
objectFit: sectionproperties.bgcovercontain,
|
|
35707
35731
|
margin: 0,
|
|
35708
35732
|
padding: 0,
|
|
35709
35733
|
width: '100%',
|
|
@@ -35732,7 +35756,7 @@ var Slideshowfade = function Slideshowfade(props) {
|
|
|
35732
35756
|
}, /*#__PURE__*/React.createElement(IKImage, {
|
|
35733
35757
|
urlEndpoint: IKurlEndpoint,
|
|
35734
35758
|
publicKey: IKpublicKey,
|
|
35735
|
-
path: langdetect == 'en' ? item.image_resp_en : item.image_resp_ar,
|
|
35759
|
+
path: langdetect == 'en' ? 'tr:w-2000,h-700' + item.image_resp_en : 'tr:w-2000,h-700' + item.image_resp_ar,
|
|
35736
35760
|
style: {
|
|
35737
35761
|
cursor: item.IsClickableimg == 'Yes' ? 'pointer' : 'default',
|
|
35738
35762
|
objectFit: 'contain',
|
|
@@ -36604,8 +36628,8 @@ var NewProductcard = function NewProductcard(props) {
|
|
|
36604
36628
|
setsectionproperties = _useState2[1];
|
|
36605
36629
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
36606
36630
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
36607
|
-
item = _useState4[0]
|
|
36608
|
-
_useState4[1];
|
|
36631
|
+
item = _useState4[0],
|
|
36632
|
+
setitem = _useState4[1];
|
|
36609
36633
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
36610
36634
|
props.actions.lang;
|
|
36611
36635
|
var langdetect = props.actions.langdetect;
|
|
@@ -36636,6 +36660,9 @@ var NewProductcard = function NewProductcard(props) {
|
|
|
36636
36660
|
setsectionproperties(_objectSpread$x({}, secpropobj));
|
|
36637
36661
|
}
|
|
36638
36662
|
}, [StatePagePropertiesContext]);
|
|
36663
|
+
useEffect(function () {
|
|
36664
|
+
setitem(props.cardinfoitemprops);
|
|
36665
|
+
}, [props.cardinfoitemprops]);
|
|
36639
36666
|
var card_cssstyles = {
|
|
36640
36667
|
colorvariantcontainer: css({
|
|
36641
36668
|
width: sectionproperties.variantcontainer_minwidth + 'vh',
|
|
@@ -36999,8 +37026,8 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
|
|
|
36999
37026
|
setsectionproperties = _useState2[1];
|
|
37000
37027
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37001
37028
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37002
|
-
item = _useState4[0]
|
|
37003
|
-
_useState4[1];
|
|
37029
|
+
item = _useState4[0],
|
|
37030
|
+
setitem = _useState4[1];
|
|
37004
37031
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37005
37032
|
var langdetect = props.actions.langdetect;
|
|
37006
37033
|
props.actions.StaticPagesLinksContext;
|
|
@@ -37017,6 +37044,9 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
|
|
|
37017
37044
|
});
|
|
37018
37045
|
setsectionproperties(_objectSpread$w({}, secpropobj));
|
|
37019
37046
|
}, [StatePagePropertiesContext]);
|
|
37047
|
+
useEffect(function () {
|
|
37048
|
+
setitem(props.cardinfoitemprops);
|
|
37049
|
+
}, [props.cardinfoitemprops]);
|
|
37020
37050
|
var card_cssstyles = {
|
|
37021
37051
|
productcard: css({
|
|
37022
37052
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37167,8 +37197,8 @@ var Card20 = function Card20(props) {
|
|
|
37167
37197
|
setsectionproperties = _useState2[1];
|
|
37168
37198
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37169
37199
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37170
|
-
item = _useState4[0]
|
|
37171
|
-
_useState4[1];
|
|
37200
|
+
item = _useState4[0],
|
|
37201
|
+
setitem = _useState4[1];
|
|
37172
37202
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37173
37203
|
props.actions.lang;
|
|
37174
37204
|
var langdetect = props.actions.langdetect;
|
|
@@ -37193,6 +37223,9 @@ var Card20 = function Card20(props) {
|
|
|
37193
37223
|
});
|
|
37194
37224
|
setsectionproperties(_objectSpread$v({}, secpropobj));
|
|
37195
37225
|
}, [StatePagePropertiesContext]);
|
|
37226
|
+
useEffect(function () {
|
|
37227
|
+
setitem(props.cardinfoitemprops);
|
|
37228
|
+
}, [props.cardinfoitemprops]);
|
|
37196
37229
|
var cardstyles = {
|
|
37197
37230
|
productcard: css({
|
|
37198
37231
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37409,8 +37442,8 @@ var Card21 = function Card21(props) {
|
|
|
37409
37442
|
setsectionproperties = _useState2[1];
|
|
37410
37443
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37411
37444
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37412
|
-
item = _useState4[0]
|
|
37413
|
-
_useState4[1];
|
|
37445
|
+
item = _useState4[0],
|
|
37446
|
+
setitem = _useState4[1];
|
|
37414
37447
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37415
37448
|
props.actions.lang;
|
|
37416
37449
|
var langdetect = props.actions.langdetect;
|
|
@@ -37443,6 +37476,9 @@ var Card21 = function Card21(props) {
|
|
|
37443
37476
|
setsectionproperties(_objectSpread$u({}, secpropobj));
|
|
37444
37477
|
}
|
|
37445
37478
|
}, [StatePagePropertiesContext]);
|
|
37479
|
+
useEffect(function () {
|
|
37480
|
+
setitem(props.cardinfoitemprops);
|
|
37481
|
+
}, [props.cardinfoitemprops]);
|
|
37446
37482
|
var cardsstyles2 = {
|
|
37447
37483
|
productcard: css({
|
|
37448
37484
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37737,8 +37773,8 @@ var Card22 = function Card22(props) {
|
|
|
37737
37773
|
setsectionproperties = _useState2[1];
|
|
37738
37774
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37739
37775
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37740
|
-
item = _useState4[0]
|
|
37741
|
-
_useState4[1];
|
|
37776
|
+
item = _useState4[0],
|
|
37777
|
+
setitem = _useState4[1];
|
|
37742
37778
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37743
37779
|
props.actions.lang;
|
|
37744
37780
|
var langdetect = props.actions.langdetect;
|
|
@@ -37771,6 +37807,9 @@ var Card22 = function Card22(props) {
|
|
|
37771
37807
|
setsectionproperties(_objectSpread$t({}, secpropobj));
|
|
37772
37808
|
}
|
|
37773
37809
|
}, [StatePagePropertiesContext]);
|
|
37810
|
+
useEffect(function () {
|
|
37811
|
+
setitem(props.cardinfoitemprops);
|
|
37812
|
+
}, [props.cardinfoitemprops]);
|
|
37774
37813
|
var cardsstyles2 = {
|
|
37775
37814
|
productcard: css({
|
|
37776
37815
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37965,8 +38004,8 @@ var Card23 = function Card23(props) {
|
|
|
37965
38004
|
setsectionproperties = _useState2[1];
|
|
37966
38005
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37967
38006
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37968
|
-
item = _useState4[0]
|
|
37969
|
-
_useState4[1];
|
|
38007
|
+
item = _useState4[0],
|
|
38008
|
+
setitem = _useState4[1];
|
|
37970
38009
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37971
38010
|
props.actions.lang;
|
|
37972
38011
|
var langdetect = props.actions.langdetect;
|
|
@@ -37999,6 +38038,9 @@ var Card23 = function Card23(props) {
|
|
|
37999
38038
|
setsectionproperties(_objectSpread$s({}, secpropobj));
|
|
38000
38039
|
}
|
|
38001
38040
|
}, [StatePagePropertiesContext]);
|
|
38041
|
+
useEffect(function () {
|
|
38042
|
+
setitem(props.cardinfoitemprops);
|
|
38043
|
+
}, [props.cardinfoitemprops]);
|
|
38002
38044
|
var cardsstyles2 = {
|
|
38003
38045
|
showmodal: css({
|
|
38004
38046
|
backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
@@ -38259,12 +38301,15 @@ var Card23 = function Card23(props) {
|
|
|
38259
38301
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
38260
38302
|
}
|
|
38261
38303
|
}, plainString(langdetect == 'en' ? item.description_en : item.description_ar)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
38262
|
-
"class": "col-lg-12 p-0 "
|
|
38304
|
+
"class": "col-lg-12 p-0 ",
|
|
38305
|
+
style: {
|
|
38306
|
+
minHeight: '6vh'
|
|
38307
|
+
}
|
|
38263
38308
|
}, /*#__PURE__*/React.createElement("p", {
|
|
38264
38309
|
onClick: function onClick() {
|
|
38265
38310
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
38266
38311
|
},
|
|
38267
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak
|
|
38312
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ',
|
|
38268
38313
|
style: {
|
|
38269
38314
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
38270
38315
|
}
|
|
@@ -38321,8 +38366,8 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
38321
38366
|
setsectionproperties = _useState2[1];
|
|
38322
38367
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
38323
38368
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
38324
|
-
item = _useState4[0]
|
|
38325
|
-
_useState4[1];
|
|
38369
|
+
item = _useState4[0],
|
|
38370
|
+
setitem = _useState4[1];
|
|
38326
38371
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
38327
38372
|
props.actions.lang;
|
|
38328
38373
|
var langdetect = props.actions.langdetect;
|
|
@@ -38355,6 +38400,9 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
38355
38400
|
setsectionproperties(_objectSpread$r({}, secpropobj));
|
|
38356
38401
|
}
|
|
38357
38402
|
}, [StatePagePropertiesContext]);
|
|
38403
|
+
useEffect(function () {
|
|
38404
|
+
setitem(props.cardinfoitemprops);
|
|
38405
|
+
}, [props.cardinfoitemprops]);
|
|
38358
38406
|
var cardsstyles2 = {
|
|
38359
38407
|
productcard: css({
|
|
38360
38408
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -38696,9 +38744,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
38696
38744
|
}
|
|
38697
38745
|
}, [StatePagePropertiesContext]);
|
|
38698
38746
|
useEffect(function () {
|
|
38699
|
-
|
|
38700
|
-
setitem(props.cardinfoitemprops);
|
|
38701
|
-
}
|
|
38747
|
+
setitem(props.cardinfoitemprops);
|
|
38702
38748
|
}, [props.cardinfoitemprops]);
|
|
38703
38749
|
var updatequantity = function updatequantity(type) {
|
|
38704
38750
|
var tempitem = _objectSpread$q({}, item);
|
|
@@ -39167,8 +39213,8 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39167
39213
|
setsectionproperties = _useState2[1];
|
|
39168
39214
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39169
39215
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39170
|
-
item = _useState4[0]
|
|
39171
|
-
_useState4[1];
|
|
39216
|
+
item = _useState4[0],
|
|
39217
|
+
setitem = _useState4[1];
|
|
39172
39218
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39173
39219
|
var langdetect = props.actions.langdetect;
|
|
39174
39220
|
props.actions.routingcountext;
|
|
@@ -39197,6 +39243,9 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39197
39243
|
setsectionproperties(_objectSpread$p({}, secpropobj));
|
|
39198
39244
|
}
|
|
39199
39245
|
}, [StatePagePropertiesContext]);
|
|
39246
|
+
useEffect(function () {
|
|
39247
|
+
setitem(props.cardinfoitemprops);
|
|
39248
|
+
}, [props.cardinfoitemprops]);
|
|
39200
39249
|
var plainString = function plainString(html) {
|
|
39201
39250
|
var divContainer = document.createElement('div');
|
|
39202
39251
|
divContainer.innerHTML = html;
|
|
@@ -39344,8 +39393,8 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
|
|
|
39344
39393
|
setsectionproperties = _useState2[1];
|
|
39345
39394
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39346
39395
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39347
|
-
item = _useState4[0]
|
|
39348
|
-
_useState4[1];
|
|
39396
|
+
item = _useState4[0],
|
|
39397
|
+
setitem = _useState4[1];
|
|
39349
39398
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39350
39399
|
props.actions.lang;
|
|
39351
39400
|
var langdetect = props.actions.langdetect;
|
|
@@ -39378,6 +39427,9 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
|
|
|
39378
39427
|
setsectionproperties(_objectSpread$o({}, secpropobj));
|
|
39379
39428
|
}
|
|
39380
39429
|
}, [StatePagePropertiesContext]);
|
|
39430
|
+
useEffect(function () {
|
|
39431
|
+
setitem(props.cardinfoitemprops);
|
|
39432
|
+
}, [props.cardinfoitemprops]);
|
|
39381
39433
|
var card_cssstyles = {
|
|
39382
39434
|
productcard: css({
|
|
39383
39435
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -39543,8 +39595,8 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
|
|
|
39543
39595
|
setsectionproperties = _useState2[1];
|
|
39544
39596
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39545
39597
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39546
|
-
item = _useState4[0]
|
|
39547
|
-
_useState4[1];
|
|
39598
|
+
item = _useState4[0],
|
|
39599
|
+
setitem = _useState4[1];
|
|
39548
39600
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39549
39601
|
props.actions.lang;
|
|
39550
39602
|
var langdetect = props.actions.langdetect;
|
|
@@ -39573,6 +39625,9 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
|
|
|
39573
39625
|
setsectionproperties(_objectSpread$n({}, secpropobj));
|
|
39574
39626
|
}
|
|
39575
39627
|
}, [StatePagePropertiesContext]);
|
|
39628
|
+
useEffect(function () {
|
|
39629
|
+
setitem(props.cardinfoitemprops);
|
|
39630
|
+
}, [props.cardinfoitemprops]);
|
|
39576
39631
|
var categorycard_cssstyles = {
|
|
39577
39632
|
categoryCard: css({
|
|
39578
39633
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
|
|
@@ -39722,8 +39777,8 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
|
|
|
39722
39777
|
setsectionproperties = _useState2[1];
|
|
39723
39778
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39724
39779
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39725
|
-
item = _useState4[0]
|
|
39726
|
-
_useState4[1];
|
|
39780
|
+
item = _useState4[0],
|
|
39781
|
+
setitem = _useState4[1];
|
|
39727
39782
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39728
39783
|
props.actions.lang;
|
|
39729
39784
|
var langdetect = props.actions.langdetect;
|
|
@@ -39752,6 +39807,9 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
|
|
|
39752
39807
|
setsectionproperties(_objectSpread$m({}, secpropobj));
|
|
39753
39808
|
}
|
|
39754
39809
|
}, [StatePagePropertiesContext]);
|
|
39810
|
+
useEffect(function () {
|
|
39811
|
+
setitem(props.cardinfoitemprops);
|
|
39812
|
+
}, [props.cardinfoitemprops]);
|
|
39755
39813
|
var categorycard_cssstyles = {
|
|
39756
39814
|
cardcontainer: css({
|
|
39757
39815
|
position: 'relative',
|
|
@@ -39881,8 +39939,8 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
|
|
|
39881
39939
|
setsectionproperties = _useState2[1];
|
|
39882
39940
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39883
39941
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39884
|
-
item = _useState4[0]
|
|
39885
|
-
_useState4[1];
|
|
39942
|
+
item = _useState4[0],
|
|
39943
|
+
setitem = _useState4[1];
|
|
39886
39944
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39887
39945
|
props.actions.lang;
|
|
39888
39946
|
props.actions.langdetect;
|
|
@@ -39915,6 +39973,9 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
|
|
|
39915
39973
|
setsectionproperties(_objectSpread$l({}, secpropobj));
|
|
39916
39974
|
}
|
|
39917
39975
|
}, [StatePagePropertiesContext]);
|
|
39976
|
+
useEffect(function () {
|
|
39977
|
+
setitem(props.cardinfoitemprops);
|
|
39978
|
+
}, [props.cardinfoitemprops]);
|
|
39918
39979
|
var card_cssstyles = {
|
|
39919
39980
|
categoryCard: css((_css = {
|
|
39920
39981
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
|
|
@@ -40035,8 +40096,8 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
40035
40096
|
setsectionproperties = _useState2[1];
|
|
40036
40097
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40037
40098
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40038
|
-
item = _useState4[0]
|
|
40039
|
-
_useState4[1];
|
|
40099
|
+
item = _useState4[0],
|
|
40100
|
+
setitem = _useState4[1];
|
|
40040
40101
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40041
40102
|
props.actions.lang;
|
|
40042
40103
|
var langdetect = props.actions.langdetect;
|
|
@@ -40069,6 +40130,9 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
40069
40130
|
setsectionproperties(_objectSpread$k({}, secpropobj));
|
|
40070
40131
|
}
|
|
40071
40132
|
}, [StatePagePropertiesContext]);
|
|
40133
|
+
useEffect(function () {
|
|
40134
|
+
setitem(props.cardinfoitemprops);
|
|
40135
|
+
}, [props.cardinfoitemprops]);
|
|
40072
40136
|
var categorycard_cssstyles = {
|
|
40073
40137
|
categorycard: css({
|
|
40074
40138
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -40211,8 +40275,8 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
40211
40275
|
setsectionproperties = _useState2[1];
|
|
40212
40276
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40213
40277
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40214
|
-
item = _useState4[0]
|
|
40215
|
-
_useState4[1];
|
|
40278
|
+
item = _useState4[0],
|
|
40279
|
+
setitem = _useState4[1];
|
|
40216
40280
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40217
40281
|
props.actions.lang;
|
|
40218
40282
|
var langdetect = props.actions.langdetect;
|
|
@@ -40245,6 +40309,9 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
40245
40309
|
setsectionproperties(_objectSpread$j({}, secpropobj));
|
|
40246
40310
|
}
|
|
40247
40311
|
}, [StatePagePropertiesContext]);
|
|
40312
|
+
useEffect(function () {
|
|
40313
|
+
setitem(props.cardinfoitemprops);
|
|
40314
|
+
}, [props.cardinfoitemprops]);
|
|
40248
40315
|
var card_cssstyles = {
|
|
40249
40316
|
cardcontainer: css({
|
|
40250
40317
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -40378,8 +40445,8 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
40378
40445
|
setsectionproperties = _useState2[1];
|
|
40379
40446
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40380
40447
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40381
|
-
item = _useState4[0]
|
|
40382
|
-
_useState4[1];
|
|
40448
|
+
item = _useState4[0],
|
|
40449
|
+
setitem = _useState4[1];
|
|
40383
40450
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40384
40451
|
props.actions.lang;
|
|
40385
40452
|
var langdetect = props.actions.langdetect;
|
|
@@ -40405,6 +40472,9 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
40405
40472
|
setsectionproperties(_objectSpread$i({}, secpropobj));
|
|
40406
40473
|
}
|
|
40407
40474
|
}, [StatePagePropertiesContext]);
|
|
40475
|
+
useEffect(function () {
|
|
40476
|
+
setitem(props.cardinfoitemprops);
|
|
40477
|
+
}, [props.cardinfoitemprops]);
|
|
40408
40478
|
var card_cssstyles = {
|
|
40409
40479
|
imagestyle: css({
|
|
40410
40480
|
width: sectionproperties.image_width + 'px',
|
|
@@ -40508,8 +40578,8 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
40508
40578
|
setsectionproperties = _useState2[1];
|
|
40509
40579
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40510
40580
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40511
|
-
item = _useState4[0]
|
|
40512
|
-
_useState4[1];
|
|
40581
|
+
item = _useState4[0],
|
|
40582
|
+
setitem = _useState4[1];
|
|
40513
40583
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40514
40584
|
var lang = props.actions.lang;
|
|
40515
40585
|
var langdetect = props.actions.langdetect;
|
|
@@ -40538,6 +40608,9 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
40538
40608
|
setsectionproperties(_objectSpread$h({}, secpropobj));
|
|
40539
40609
|
}
|
|
40540
40610
|
}, [StatePagePropertiesContext]);
|
|
40611
|
+
useEffect(function () {
|
|
40612
|
+
setitem(props.cardinfoitemprops);
|
|
40613
|
+
}, [props.cardinfoitemprops]);
|
|
40541
40614
|
var card_cssstyles = {
|
|
40542
40615
|
productcard: css({
|
|
40543
40616
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -40783,6 +40856,9 @@ var MenuCard = function MenuCard(props) {
|
|
|
40783
40856
|
setsectionproperties(_objectSpread$g({}, secpropobj));
|
|
40784
40857
|
}
|
|
40785
40858
|
}, [StatePagePropertiesContext]);
|
|
40859
|
+
useEffect(function () {
|
|
40860
|
+
setitem(props.cardinfoitemprops);
|
|
40861
|
+
}, [props.cardinfoitemprops]);
|
|
40786
40862
|
var plainString = function plainString(html) {
|
|
40787
40863
|
var divContainer = document.createElement('div');
|
|
40788
40864
|
divContainer.innerHTML = html;
|
|
@@ -41243,6 +41319,9 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
|
|
|
41243
41319
|
setsectionproperties(_objectSpread$f({}, secpropobj));
|
|
41244
41320
|
}
|
|
41245
41321
|
}, [StatePagePropertiesContext]);
|
|
41322
|
+
useEffect(function () {
|
|
41323
|
+
setitem(props.cardinfoitemprops);
|
|
41324
|
+
}, [props.cardinfoitemprops]);
|
|
41246
41325
|
useEffect(function () {
|
|
41247
41326
|
if (props.cardinfoitemprops != undefined) {
|
|
41248
41327
|
setitem(props.cardinfoitemprops);
|
|
@@ -41679,6 +41758,9 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
41679
41758
|
setsectionproperties(_objectSpread$e({}, secpropobj));
|
|
41680
41759
|
}
|
|
41681
41760
|
}, [StatePagePropertiesContext]);
|
|
41761
|
+
useEffect(function () {
|
|
41762
|
+
setitem(props.cardinfoitemprops);
|
|
41763
|
+
}, [props.cardinfoitemprops]);
|
|
41682
41764
|
var plainString = function plainString(html) {
|
|
41683
41765
|
var divContainer = document.createElement('div');
|
|
41684
41766
|
divContainer.innerHTML = html;
|
|
@@ -42043,8 +42125,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
42043
42125
|
setsectionproperties = _useState2[1];
|
|
42044
42126
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42045
42127
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42046
|
-
item = _useState4[0]
|
|
42047
|
-
_useState4[1];
|
|
42128
|
+
item = _useState4[0],
|
|
42129
|
+
setitem = _useState4[1];
|
|
42048
42130
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42049
42131
|
props.actions.lang;
|
|
42050
42132
|
var langdetect = props.actions.langdetect;
|
|
@@ -42075,6 +42157,9 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
42075
42157
|
setsectionproperties(_objectSpread$d({}, secpropobj));
|
|
42076
42158
|
}
|
|
42077
42159
|
}, [StatePagePropertiesContext]);
|
|
42160
|
+
useEffect(function () {
|
|
42161
|
+
setitem(props.cardinfoitemprops);
|
|
42162
|
+
}, [props.cardinfoitemprops]);
|
|
42078
42163
|
var card_cssstyles = {
|
|
42079
42164
|
productcard: css({
|
|
42080
42165
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -42316,8 +42401,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
42316
42401
|
setsectionproperties = _useState2[1];
|
|
42317
42402
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42318
42403
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42319
|
-
item = _useState4[0]
|
|
42320
|
-
_useState4[1];
|
|
42404
|
+
item = _useState4[0],
|
|
42405
|
+
setitem = _useState4[1];
|
|
42321
42406
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42322
42407
|
var lang = props.actions.lang;
|
|
42323
42408
|
var langdetect = props.actions.langdetect;
|
|
@@ -42352,6 +42437,9 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
42352
42437
|
setsectionproperties(_objectSpread$c({}, secpropobj));
|
|
42353
42438
|
}
|
|
42354
42439
|
}, [StatePagePropertiesContext]);
|
|
42440
|
+
useEffect(function () {
|
|
42441
|
+
setitem(props.cardinfoitemprops);
|
|
42442
|
+
}, [props.cardinfoitemprops]);
|
|
42355
42443
|
var card_cssstyles = {
|
|
42356
42444
|
productCard: css({
|
|
42357
42445
|
position: 'relative',
|
|
@@ -42554,8 +42642,8 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
|
|
|
42554
42642
|
setsectionproperties = _useState2[1];
|
|
42555
42643
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42556
42644
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42557
|
-
item = _useState4[0]
|
|
42558
|
-
_useState4[1];
|
|
42645
|
+
item = _useState4[0],
|
|
42646
|
+
setitem = _useState4[1];
|
|
42559
42647
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42560
42648
|
var lang = props.actions.lang;
|
|
42561
42649
|
var langdetect = props.actions.langdetect;
|
|
@@ -42586,6 +42674,9 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
|
|
|
42586
42674
|
setsectionproperties(_objectSpread$b({}, secpropobj));
|
|
42587
42675
|
}
|
|
42588
42676
|
}, [StatePagePropertiesContext]);
|
|
42677
|
+
useEffect(function () {
|
|
42678
|
+
setitem(props.cardinfoitemprops);
|
|
42679
|
+
}, [props.cardinfoitemprops]);
|
|
42589
42680
|
var card_cssstyles = {
|
|
42590
42681
|
cardContainer: css({
|
|
42591
42682
|
// minHeight: 600,
|
|
@@ -42824,8 +42915,8 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
|
|
|
42824
42915
|
setsectionproperties = _useState2[1];
|
|
42825
42916
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42826
42917
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42827
|
-
item = _useState4[0]
|
|
42828
|
-
_useState4[1];
|
|
42918
|
+
item = _useState4[0],
|
|
42919
|
+
setitem = _useState4[1];
|
|
42829
42920
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42830
42921
|
var lang = props.actions.lang;
|
|
42831
42922
|
var langdetect = props.actions.langdetect;
|
|
@@ -42856,6 +42947,9 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
|
|
|
42856
42947
|
setsectionproperties(_objectSpread$a({}, secpropobj));
|
|
42857
42948
|
}
|
|
42858
42949
|
}, [StatePagePropertiesContext]);
|
|
42950
|
+
useEffect(function () {
|
|
42951
|
+
setitem(props.cardinfoitemprops);
|
|
42952
|
+
}, [props.cardinfoitemprops]);
|
|
42859
42953
|
var card_cssstyles = {
|
|
42860
42954
|
productcard: css({
|
|
42861
42955
|
position: 'relative',
|
|
@@ -43075,8 +43169,8 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
43075
43169
|
setsectionproperties = _useState2[1];
|
|
43076
43170
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43077
43171
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43078
|
-
item = _useState4[0]
|
|
43079
|
-
_useState4[1];
|
|
43172
|
+
item = _useState4[0],
|
|
43173
|
+
setitem = _useState4[1];
|
|
43080
43174
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43081
43175
|
props.actions.lang;
|
|
43082
43176
|
var langdetect = props.actions.langdetect;
|
|
@@ -43107,6 +43201,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
43107
43201
|
setsectionproperties(_objectSpread$9({}, secpropobj));
|
|
43108
43202
|
}
|
|
43109
43203
|
}, [StatePagePropertiesContext]);
|
|
43204
|
+
useEffect(function () {
|
|
43205
|
+
setitem(props.cardinfoitemprops);
|
|
43206
|
+
}, [props.cardinfoitemprops]);
|
|
43110
43207
|
var card_cssstyles = {
|
|
43111
43208
|
colorvariantcontainer: css({
|
|
43112
43209
|
width: sectionproperties.variantcontainer_minwidth + 'vh',
|
|
@@ -43420,8 +43517,8 @@ var Productcard6 = function Productcard6(props) {
|
|
|
43420
43517
|
setsectionproperties = _useState2[1];
|
|
43421
43518
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43422
43519
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43423
|
-
item = _useState4[0]
|
|
43424
|
-
_useState4[1];
|
|
43520
|
+
item = _useState4[0],
|
|
43521
|
+
setitem = _useState4[1];
|
|
43425
43522
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43426
43523
|
var lang = props.actions.lang;
|
|
43427
43524
|
var langdetect = props.actions.langdetect;
|
|
@@ -43452,6 +43549,9 @@ var Productcard6 = function Productcard6(props) {
|
|
|
43452
43549
|
setsectionproperties(_objectSpread$8({}, secpropobj));
|
|
43453
43550
|
}
|
|
43454
43551
|
}, [StatePagePropertiesContext]);
|
|
43552
|
+
useEffect(function () {
|
|
43553
|
+
setitem(props.cardinfoitemprops);
|
|
43554
|
+
}, [props.cardinfoitemprops]);
|
|
43455
43555
|
var card_cssstyles = {
|
|
43456
43556
|
productcard: css((_css = {
|
|
43457
43557
|
position: 'relative',
|
|
@@ -43639,8 +43739,8 @@ var Productcard7 = function Productcard7(props) {
|
|
|
43639
43739
|
setsectionproperties = _useState2[1];
|
|
43640
43740
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43641
43741
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43642
|
-
item = _useState4[0]
|
|
43643
|
-
_useState4[1];
|
|
43742
|
+
item = _useState4[0],
|
|
43743
|
+
setitem = _useState4[1];
|
|
43644
43744
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43645
43745
|
props.actions.lang;
|
|
43646
43746
|
var langdetect = props.actions.langdetect;
|
|
@@ -43671,6 +43771,9 @@ var Productcard7 = function Productcard7(props) {
|
|
|
43671
43771
|
setsectionproperties(_objectSpread$7({}, secpropobj));
|
|
43672
43772
|
}
|
|
43673
43773
|
}, [StatePagePropertiesContext]);
|
|
43774
|
+
useEffect(function () {
|
|
43775
|
+
setitem(props.cardinfoitemprops);
|
|
43776
|
+
}, [props.cardinfoitemprops]);
|
|
43674
43777
|
var card_cssstyles = {
|
|
43675
43778
|
productcard: css({
|
|
43676
43779
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -43885,8 +43988,8 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
43885
43988
|
setsectionproperties = _useState2[1];
|
|
43886
43989
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43887
43990
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43888
|
-
item = _useState4[0]
|
|
43889
|
-
_useState4[1];
|
|
43991
|
+
item = _useState4[0],
|
|
43992
|
+
setitem = _useState4[1];
|
|
43890
43993
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43891
43994
|
props.actions.lang;
|
|
43892
43995
|
var langdetect = props.actions.langdetect;
|
|
@@ -43917,6 +44020,9 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
43917
44020
|
setsectionproperties(_objectSpread$6({}, secpropobj));
|
|
43918
44021
|
}
|
|
43919
44022
|
}, [StatePagePropertiesContext]);
|
|
44023
|
+
useEffect(function () {
|
|
44024
|
+
setitem(props.cardinfoitemprops);
|
|
44025
|
+
}, [props.cardinfoitemprops]);
|
|
43920
44026
|
var card_cssstyles = {
|
|
43921
44027
|
productcard: css({
|
|
43922
44028
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -44162,6 +44268,9 @@ var Productccard_with_imageontopleft = function Productccard_with_imageontopleft
|
|
|
44162
44268
|
setsectionproperties(_objectSpread$5({}, secpropobj));
|
|
44163
44269
|
}
|
|
44164
44270
|
}, [StatePagePropertiesContext]);
|
|
44271
|
+
useEffect(function () {
|
|
44272
|
+
setitem(props.cardinfoitemprops);
|
|
44273
|
+
}, [props.cardinfoitemprops]);
|
|
44165
44274
|
useEffect(function () {
|
|
44166
44275
|
if (props.cardinfoitemprops != undefined) {
|
|
44167
44276
|
setitem(props.cardinfoitemprops);
|
|
@@ -44427,6 +44536,9 @@ var Prouductcard_with_zoomhover = function Prouductcard_with_zoomhover(props) {
|
|
|
44427
44536
|
setsectionproperties(_objectSpread$4({}, secpropobj));
|
|
44428
44537
|
}
|
|
44429
44538
|
}, [StatePagePropertiesContext]);
|
|
44539
|
+
useEffect(function () {
|
|
44540
|
+
setitem(props.cardinfoitemprops);
|
|
44541
|
+
}, [props.cardinfoitemprops]);
|
|
44430
44542
|
useEffect(function () {
|
|
44431
44543
|
if (props.cardinfoitemprops != undefined) {
|
|
44432
44544
|
setitem(props.cardinfoitemprops);
|
|
@@ -44523,8 +44635,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
44523
44635
|
setsectionproperties = _useState2[1];
|
|
44524
44636
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
44525
44637
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
44526
|
-
item = _useState4[0]
|
|
44527
|
-
_useState4[1];
|
|
44638
|
+
item = _useState4[0],
|
|
44639
|
+
setitem = _useState4[1];
|
|
44528
44640
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44529
44641
|
var langdetect = props.actions.langdetect;
|
|
44530
44642
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
@@ -44543,6 +44655,9 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
44543
44655
|
});
|
|
44544
44656
|
setsectionproperties(_objectSpread$3({}, secpropobj));
|
|
44545
44657
|
}, [StatePagePropertiesContext]);
|
|
44658
|
+
useEffect(function () {
|
|
44659
|
+
setitem(props.cardinfoitemprops);
|
|
44660
|
+
}, [props.cardinfoitemprops]);
|
|
44546
44661
|
var plainString = function plainString(html) {
|
|
44547
44662
|
var divContainer = document.createElement('div');
|
|
44548
44663
|
divContainer.innerHTML = html;
|
|
@@ -44666,8 +44781,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
44666
44781
|
setsectionproperties = _useState2[1];
|
|
44667
44782
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
44668
44783
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
44669
|
-
item = _useState4[0]
|
|
44670
|
-
_useState4[1];
|
|
44784
|
+
item = _useState4[0],
|
|
44785
|
+
setitem = _useState4[1];
|
|
44671
44786
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44672
44787
|
var lang = props.actions.lang;
|
|
44673
44788
|
var langdetect = props.actions.langdetect;
|
|
@@ -44702,6 +44817,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
44702
44817
|
setsectionproperties(_objectSpread$2({}, secpropobj));
|
|
44703
44818
|
}
|
|
44704
44819
|
}, [StatePagePropertiesContext]);
|
|
44820
|
+
useEffect(function () {
|
|
44821
|
+
setitem(props.cardinfoitemprops);
|
|
44822
|
+
}, [props.cardinfoitemprops]);
|
|
44705
44823
|
var card_cssstyles = {
|
|
44706
44824
|
productcard: css({
|
|
44707
44825
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -44919,8 +45037,8 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
44919
45037
|
setsectionproperties = _useState2[1];
|
|
44920
45038
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
44921
45039
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
44922
|
-
item = _useState4[0]
|
|
44923
|
-
_useState4[1];
|
|
45040
|
+
item = _useState4[0],
|
|
45041
|
+
setitem = _useState4[1];
|
|
44924
45042
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44925
45043
|
props.actions.lang;
|
|
44926
45044
|
var langdetect = props.actions.langdetect;
|
|
@@ -44951,6 +45069,9 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
44951
45069
|
setsectionproperties(_objectSpread$1({}, secpropobj));
|
|
44952
45070
|
}
|
|
44953
45071
|
}, [StatePagePropertiesContext]);
|
|
45072
|
+
useEffect(function () {
|
|
45073
|
+
setitem(props.cardinfoitemprops);
|
|
45074
|
+
}, [props.cardinfoitemprops]);
|
|
44954
45075
|
var card_cssstyles = {
|
|
44955
45076
|
productcard: css({
|
|
44956
45077
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -45273,6 +45394,9 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
45273
45394
|
setsectionproperties(_objectSpread({}, secpropobj));
|
|
45274
45395
|
}
|
|
45275
45396
|
}, [StatePagePropertiesContext]);
|
|
45397
|
+
useEffect(function () {
|
|
45398
|
+
setitem(props.cardinfoitemprops);
|
|
45399
|
+
}, [props.cardinfoitemprops]);
|
|
45276
45400
|
useEffect(function () {
|
|
45277
45401
|
if (sectionproperties.length != 0 && sectionproperties.arrayofobjectimagesonly != undefined) {
|
|
45278
45402
|
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|