tabexseriescomponents 0.0.129 → 0.0.130
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 +200 -77
- package/dist/index.esm.js +200 -77
- package/dist/index.umd.js +203 -80
- package/package.json +1 -1
- package/src.zip +0 -0
- package/tabexseriescomponents-main.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"
|
|
@@ -36604,8 +36627,8 @@ var NewProductcard = function NewProductcard(props) {
|
|
|
36604
36627
|
setsectionproperties = _useState2[1];
|
|
36605
36628
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
36606
36629
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
36607
|
-
item = _useState4[0]
|
|
36608
|
-
_useState4[1];
|
|
36630
|
+
item = _useState4[0],
|
|
36631
|
+
setitem = _useState4[1];
|
|
36609
36632
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
36610
36633
|
props.actions.lang;
|
|
36611
36634
|
var langdetect = props.actions.langdetect;
|
|
@@ -36636,6 +36659,9 @@ var NewProductcard = function NewProductcard(props) {
|
|
|
36636
36659
|
setsectionproperties(_objectSpread$x({}, secpropobj));
|
|
36637
36660
|
}
|
|
36638
36661
|
}, [StatePagePropertiesContext]);
|
|
36662
|
+
useEffect(function () {
|
|
36663
|
+
setitem(props.cardinfoitemprops);
|
|
36664
|
+
}, [props.cardinfoitemprops]);
|
|
36639
36665
|
var card_cssstyles = {
|
|
36640
36666
|
colorvariantcontainer: css({
|
|
36641
36667
|
width: sectionproperties.variantcontainer_minwidth + 'vh',
|
|
@@ -36999,8 +37025,8 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
|
|
|
36999
37025
|
setsectionproperties = _useState2[1];
|
|
37000
37026
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37001
37027
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37002
|
-
item = _useState4[0]
|
|
37003
|
-
_useState4[1];
|
|
37028
|
+
item = _useState4[0],
|
|
37029
|
+
setitem = _useState4[1];
|
|
37004
37030
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37005
37031
|
var langdetect = props.actions.langdetect;
|
|
37006
37032
|
props.actions.StaticPagesLinksContext;
|
|
@@ -37017,6 +37043,9 @@ var UserCardWithSocialMediaOnHover = function UserCardWithSocialMediaOnHover(pro
|
|
|
37017
37043
|
});
|
|
37018
37044
|
setsectionproperties(_objectSpread$w({}, secpropobj));
|
|
37019
37045
|
}, [StatePagePropertiesContext]);
|
|
37046
|
+
useEffect(function () {
|
|
37047
|
+
setitem(props.cardinfoitemprops);
|
|
37048
|
+
}, [props.cardinfoitemprops]);
|
|
37020
37049
|
var card_cssstyles = {
|
|
37021
37050
|
productcard: css({
|
|
37022
37051
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37167,8 +37196,8 @@ var Card20 = function Card20(props) {
|
|
|
37167
37196
|
setsectionproperties = _useState2[1];
|
|
37168
37197
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37169
37198
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37170
|
-
item = _useState4[0]
|
|
37171
|
-
_useState4[1];
|
|
37199
|
+
item = _useState4[0],
|
|
37200
|
+
setitem = _useState4[1];
|
|
37172
37201
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37173
37202
|
props.actions.lang;
|
|
37174
37203
|
var langdetect = props.actions.langdetect;
|
|
@@ -37193,6 +37222,9 @@ var Card20 = function Card20(props) {
|
|
|
37193
37222
|
});
|
|
37194
37223
|
setsectionproperties(_objectSpread$v({}, secpropobj));
|
|
37195
37224
|
}, [StatePagePropertiesContext]);
|
|
37225
|
+
useEffect(function () {
|
|
37226
|
+
setitem(props.cardinfoitemprops);
|
|
37227
|
+
}, [props.cardinfoitemprops]);
|
|
37196
37228
|
var cardstyles = {
|
|
37197
37229
|
productcard: css({
|
|
37198
37230
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37409,8 +37441,8 @@ var Card21 = function Card21(props) {
|
|
|
37409
37441
|
setsectionproperties = _useState2[1];
|
|
37410
37442
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37411
37443
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37412
|
-
item = _useState4[0]
|
|
37413
|
-
_useState4[1];
|
|
37444
|
+
item = _useState4[0],
|
|
37445
|
+
setitem = _useState4[1];
|
|
37414
37446
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37415
37447
|
props.actions.lang;
|
|
37416
37448
|
var langdetect = props.actions.langdetect;
|
|
@@ -37443,6 +37475,9 @@ var Card21 = function Card21(props) {
|
|
|
37443
37475
|
setsectionproperties(_objectSpread$u({}, secpropobj));
|
|
37444
37476
|
}
|
|
37445
37477
|
}, [StatePagePropertiesContext]);
|
|
37478
|
+
useEffect(function () {
|
|
37479
|
+
setitem(props.cardinfoitemprops);
|
|
37480
|
+
}, [props.cardinfoitemprops]);
|
|
37446
37481
|
var cardsstyles2 = {
|
|
37447
37482
|
productcard: css({
|
|
37448
37483
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37737,8 +37772,8 @@ var Card22 = function Card22(props) {
|
|
|
37737
37772
|
setsectionproperties = _useState2[1];
|
|
37738
37773
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37739
37774
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37740
|
-
item = _useState4[0]
|
|
37741
|
-
_useState4[1];
|
|
37775
|
+
item = _useState4[0],
|
|
37776
|
+
setitem = _useState4[1];
|
|
37742
37777
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37743
37778
|
props.actions.lang;
|
|
37744
37779
|
var langdetect = props.actions.langdetect;
|
|
@@ -37771,6 +37806,9 @@ var Card22 = function Card22(props) {
|
|
|
37771
37806
|
setsectionproperties(_objectSpread$t({}, secpropobj));
|
|
37772
37807
|
}
|
|
37773
37808
|
}, [StatePagePropertiesContext]);
|
|
37809
|
+
useEffect(function () {
|
|
37810
|
+
setitem(props.cardinfoitemprops);
|
|
37811
|
+
}, [props.cardinfoitemprops]);
|
|
37774
37812
|
var cardsstyles2 = {
|
|
37775
37813
|
productcard: css({
|
|
37776
37814
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -37965,8 +38003,8 @@ var Card23 = function Card23(props) {
|
|
|
37965
38003
|
setsectionproperties = _useState2[1];
|
|
37966
38004
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
37967
38005
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
37968
|
-
item = _useState4[0]
|
|
37969
|
-
_useState4[1];
|
|
38006
|
+
item = _useState4[0],
|
|
38007
|
+
setitem = _useState4[1];
|
|
37970
38008
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
37971
38009
|
props.actions.lang;
|
|
37972
38010
|
var langdetect = props.actions.langdetect;
|
|
@@ -37999,6 +38037,9 @@ var Card23 = function Card23(props) {
|
|
|
37999
38037
|
setsectionproperties(_objectSpread$s({}, secpropobj));
|
|
38000
38038
|
}
|
|
38001
38039
|
}, [StatePagePropertiesContext]);
|
|
38040
|
+
useEffect(function () {
|
|
38041
|
+
setitem(props.cardinfoitemprops);
|
|
38042
|
+
}, [props.cardinfoitemprops]);
|
|
38002
38043
|
var cardsstyles2 = {
|
|
38003
38044
|
showmodal: css({
|
|
38004
38045
|
backgroundColor: sectionproperties.generalbtn_bgColortransparent == 'Transparent' ? 'transparent' : sectionproperties.generalbtn_bgColor,
|
|
@@ -38259,12 +38300,15 @@ var Card23 = function Card23(props) {
|
|
|
38259
38300
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
38260
38301
|
}
|
|
38261
38302
|
}, plainString(langdetect == 'en' ? item.description_en : item.description_ar)), sectionproperties.prodNameShow == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
38262
|
-
"class": "col-lg-12 p-0 "
|
|
38303
|
+
"class": "col-lg-12 p-0 ",
|
|
38304
|
+
style: {
|
|
38305
|
+
minHeight: '6vh'
|
|
38306
|
+
}
|
|
38263
38307
|
}, /*#__PURE__*/React.createElement("p", {
|
|
38264
38308
|
onClick: function onClick() {
|
|
38265
38309
|
cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
|
|
38266
38310
|
},
|
|
38267
|
-
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak
|
|
38311
|
+
"class": sectionproperties.wordbreak == '1' ? "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ' : "".concat(cardsstyles2.productNameStyles) + ' wordbreak wordbreak2 m-0 ',
|
|
38268
38312
|
style: {
|
|
38269
38313
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
38270
38314
|
}
|
|
@@ -38321,8 +38365,8 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
38321
38365
|
setsectionproperties = _useState2[1];
|
|
38322
38366
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
38323
38367
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
38324
|
-
item = _useState4[0]
|
|
38325
|
-
_useState4[1];
|
|
38368
|
+
item = _useState4[0],
|
|
38369
|
+
setitem = _useState4[1];
|
|
38326
38370
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
38327
38371
|
props.actions.lang;
|
|
38328
38372
|
var langdetect = props.actions.langdetect;
|
|
@@ -38355,6 +38399,9 @@ var CardBadgeSlideFromTop = function CardBadgeSlideFromTop(props) {
|
|
|
38355
38399
|
setsectionproperties(_objectSpread$r({}, secpropobj));
|
|
38356
38400
|
}
|
|
38357
38401
|
}, [StatePagePropertiesContext]);
|
|
38402
|
+
useEffect(function () {
|
|
38403
|
+
setitem(props.cardinfoitemprops);
|
|
38404
|
+
}, [props.cardinfoitemprops]);
|
|
38358
38405
|
var cardsstyles2 = {
|
|
38359
38406
|
productcard: css({
|
|
38360
38407
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -38696,9 +38743,7 @@ var Productcard_with_zoominonhover = function Productcard_with_zoominonhover(pro
|
|
|
38696
38743
|
}
|
|
38697
38744
|
}, [StatePagePropertiesContext]);
|
|
38698
38745
|
useEffect(function () {
|
|
38699
|
-
|
|
38700
|
-
setitem(props.cardinfoitemprops);
|
|
38701
|
-
}
|
|
38746
|
+
setitem(props.cardinfoitemprops);
|
|
38702
38747
|
}, [props.cardinfoitemprops]);
|
|
38703
38748
|
var updatequantity = function updatequantity(type) {
|
|
38704
38749
|
var tempitem = _objectSpread$q({}, item);
|
|
@@ -39167,8 +39212,8 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39167
39212
|
setsectionproperties = _useState2[1];
|
|
39168
39213
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39169
39214
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39170
|
-
item = _useState4[0]
|
|
39171
|
-
_useState4[1];
|
|
39215
|
+
item = _useState4[0],
|
|
39216
|
+
setitem = _useState4[1];
|
|
39172
39217
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39173
39218
|
var langdetect = props.actions.langdetect;
|
|
39174
39219
|
props.actions.routingcountext;
|
|
@@ -39197,6 +39242,9 @@ var Categorycard_with_twolinestransition = function Categorycard_with_twolinestr
|
|
|
39197
39242
|
setsectionproperties(_objectSpread$p({}, secpropobj));
|
|
39198
39243
|
}
|
|
39199
39244
|
}, [StatePagePropertiesContext]);
|
|
39245
|
+
useEffect(function () {
|
|
39246
|
+
setitem(props.cardinfoitemprops);
|
|
39247
|
+
}, [props.cardinfoitemprops]);
|
|
39200
39248
|
var plainString = function plainString(html) {
|
|
39201
39249
|
var divContainer = document.createElement('div');
|
|
39202
39250
|
divContainer.innerHTML = html;
|
|
@@ -39344,8 +39392,8 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
|
|
|
39344
39392
|
setsectionproperties = _useState2[1];
|
|
39345
39393
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39346
39394
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39347
|
-
item = _useState4[0]
|
|
39348
|
-
_useState4[1];
|
|
39395
|
+
item = _useState4[0],
|
|
39396
|
+
setitem = _useState4[1];
|
|
39349
39397
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39350
39398
|
props.actions.lang;
|
|
39351
39399
|
var langdetect = props.actions.langdetect;
|
|
@@ -39378,6 +39426,9 @@ var Categorycard_fullimage = function Categorycard_fullimage(props) {
|
|
|
39378
39426
|
setsectionproperties(_objectSpread$o({}, secpropobj));
|
|
39379
39427
|
}
|
|
39380
39428
|
}, [StatePagePropertiesContext]);
|
|
39429
|
+
useEffect(function () {
|
|
39430
|
+
setitem(props.cardinfoitemprops);
|
|
39431
|
+
}, [props.cardinfoitemprops]);
|
|
39381
39432
|
var card_cssstyles = {
|
|
39382
39433
|
productcard: css({
|
|
39383
39434
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -39543,8 +39594,8 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
|
|
|
39543
39594
|
setsectionproperties = _useState2[1];
|
|
39544
39595
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39545
39596
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39546
|
-
item = _useState4[0]
|
|
39547
|
-
_useState4[1];
|
|
39597
|
+
item = _useState4[0],
|
|
39598
|
+
setitem = _useState4[1];
|
|
39548
39599
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39549
39600
|
props.actions.lang;
|
|
39550
39601
|
var langdetect = props.actions.langdetect;
|
|
@@ -39573,6 +39624,9 @@ var Categorycard_slidebgscaled = function Categorycard_slidebgscaled(props) {
|
|
|
39573
39624
|
setsectionproperties(_objectSpread$n({}, secpropobj));
|
|
39574
39625
|
}
|
|
39575
39626
|
}, [StatePagePropertiesContext]);
|
|
39627
|
+
useEffect(function () {
|
|
39628
|
+
setitem(props.cardinfoitemprops);
|
|
39629
|
+
}, [props.cardinfoitemprops]);
|
|
39576
39630
|
var categorycard_cssstyles = {
|
|
39577
39631
|
categoryCard: css({
|
|
39578
39632
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
|
|
@@ -39722,8 +39776,8 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
|
|
|
39722
39776
|
setsectionproperties = _useState2[1];
|
|
39723
39777
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39724
39778
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39725
|
-
item = _useState4[0]
|
|
39726
|
-
_useState4[1];
|
|
39779
|
+
item = _useState4[0],
|
|
39780
|
+
setitem = _useState4[1];
|
|
39727
39781
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39728
39782
|
props.actions.lang;
|
|
39729
39783
|
var langdetect = props.actions.langdetect;
|
|
@@ -39752,6 +39806,9 @@ var Categorycard_with_trianglebg = function Categorycard_with_trianglebg(props)
|
|
|
39752
39806
|
setsectionproperties(_objectSpread$m({}, secpropobj));
|
|
39753
39807
|
}
|
|
39754
39808
|
}, [StatePagePropertiesContext]);
|
|
39809
|
+
useEffect(function () {
|
|
39810
|
+
setitem(props.cardinfoitemprops);
|
|
39811
|
+
}, [props.cardinfoitemprops]);
|
|
39755
39812
|
var categorycard_cssstyles = {
|
|
39756
39813
|
cardcontainer: css({
|
|
39757
39814
|
position: 'relative',
|
|
@@ -39881,8 +39938,8 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
|
|
|
39881
39938
|
setsectionproperties = _useState2[1];
|
|
39882
39939
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
39883
39940
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39884
|
-
item = _useState4[0]
|
|
39885
|
-
_useState4[1];
|
|
39941
|
+
item = _useState4[0],
|
|
39942
|
+
setitem = _useState4[1];
|
|
39886
39943
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
39887
39944
|
props.actions.lang;
|
|
39888
39945
|
props.actions.langdetect;
|
|
@@ -39915,6 +39972,9 @@ var Categorycard_withshapes = function Categorycard_withshapes(props) {
|
|
|
39915
39972
|
setsectionproperties(_objectSpread$l({}, secpropobj));
|
|
39916
39973
|
}
|
|
39917
39974
|
}, [StatePagePropertiesContext]);
|
|
39975
|
+
useEffect(function () {
|
|
39976
|
+
setitem(props.cardinfoitemprops);
|
|
39977
|
+
}, [props.cardinfoitemprops]);
|
|
39918
39978
|
var card_cssstyles = {
|
|
39919
39979
|
categoryCard: css((_css = {
|
|
39920
39980
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? sectionproperties.backgroundColor : '',
|
|
@@ -40035,8 +40095,8 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
40035
40095
|
setsectionproperties = _useState2[1];
|
|
40036
40096
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40037
40097
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40038
|
-
item = _useState4[0]
|
|
40039
|
-
_useState4[1];
|
|
40098
|
+
item = _useState4[0],
|
|
40099
|
+
setitem = _useState4[1];
|
|
40040
40100
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40041
40101
|
props.actions.lang;
|
|
40042
40102
|
var langdetect = props.actions.langdetect;
|
|
@@ -40069,6 +40129,9 @@ var Categorycard_withtext = function Categorycard_withtext(props) {
|
|
|
40069
40129
|
setsectionproperties(_objectSpread$k({}, secpropobj));
|
|
40070
40130
|
}
|
|
40071
40131
|
}, [StatePagePropertiesContext]);
|
|
40132
|
+
useEffect(function () {
|
|
40133
|
+
setitem(props.cardinfoitemprops);
|
|
40134
|
+
}, [props.cardinfoitemprops]);
|
|
40072
40135
|
var categorycard_cssstyles = {
|
|
40073
40136
|
categorycard: css({
|
|
40074
40137
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -40211,8 +40274,8 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
40211
40274
|
setsectionproperties = _useState2[1];
|
|
40212
40275
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40213
40276
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40214
|
-
item = _useState4[0]
|
|
40215
|
-
_useState4[1];
|
|
40277
|
+
item = _useState4[0],
|
|
40278
|
+
setitem = _useState4[1];
|
|
40216
40279
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40217
40280
|
props.actions.lang;
|
|
40218
40281
|
var langdetect = props.actions.langdetect;
|
|
@@ -40245,6 +40308,9 @@ var CategoryCardwithhoveraction = function CategoryCardwithhoveraction(props) {
|
|
|
40245
40308
|
setsectionproperties(_objectSpread$j({}, secpropobj));
|
|
40246
40309
|
}
|
|
40247
40310
|
}, [StatePagePropertiesContext]);
|
|
40311
|
+
useEffect(function () {
|
|
40312
|
+
setitem(props.cardinfoitemprops);
|
|
40313
|
+
}, [props.cardinfoitemprops]);
|
|
40248
40314
|
var card_cssstyles = {
|
|
40249
40315
|
cardcontainer: css({
|
|
40250
40316
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -40378,8 +40444,8 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
40378
40444
|
setsectionproperties = _useState2[1];
|
|
40379
40445
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40380
40446
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40381
|
-
item = _useState4[0]
|
|
40382
|
-
_useState4[1];
|
|
40447
|
+
item = _useState4[0],
|
|
40448
|
+
setitem = _useState4[1];
|
|
40383
40449
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40384
40450
|
props.actions.lang;
|
|
40385
40451
|
var langdetect = props.actions.langdetect;
|
|
@@ -40405,6 +40471,9 @@ var Classiccategorycard = function Classiccategorycard(props) {
|
|
|
40405
40471
|
setsectionproperties(_objectSpread$i({}, secpropobj));
|
|
40406
40472
|
}
|
|
40407
40473
|
}, [StatePagePropertiesContext]);
|
|
40474
|
+
useEffect(function () {
|
|
40475
|
+
setitem(props.cardinfoitemprops);
|
|
40476
|
+
}, [props.cardinfoitemprops]);
|
|
40408
40477
|
var card_cssstyles = {
|
|
40409
40478
|
imagestyle: css({
|
|
40410
40479
|
width: sectionproperties.image_width + 'px',
|
|
@@ -40508,8 +40577,8 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
40508
40577
|
setsectionproperties = _useState2[1];
|
|
40509
40578
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
40510
40579
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
40511
|
-
item = _useState4[0]
|
|
40512
|
-
_useState4[1];
|
|
40580
|
+
item = _useState4[0],
|
|
40581
|
+
setitem = _useState4[1];
|
|
40513
40582
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
40514
40583
|
var lang = props.actions.lang;
|
|
40515
40584
|
var langdetect = props.actions.langdetect;
|
|
@@ -40538,6 +40607,9 @@ var Horizontalcard = function Horizontalcard(props) {
|
|
|
40538
40607
|
setsectionproperties(_objectSpread$h({}, secpropobj));
|
|
40539
40608
|
}
|
|
40540
40609
|
}, [StatePagePropertiesContext]);
|
|
40610
|
+
useEffect(function () {
|
|
40611
|
+
setitem(props.cardinfoitemprops);
|
|
40612
|
+
}, [props.cardinfoitemprops]);
|
|
40541
40613
|
var card_cssstyles = {
|
|
40542
40614
|
productcard: css({
|
|
40543
40615
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -40783,6 +40855,9 @@ var MenuCard = function MenuCard(props) {
|
|
|
40783
40855
|
setsectionproperties(_objectSpread$g({}, secpropobj));
|
|
40784
40856
|
}
|
|
40785
40857
|
}, [StatePagePropertiesContext]);
|
|
40858
|
+
useEffect(function () {
|
|
40859
|
+
setitem(props.cardinfoitemprops);
|
|
40860
|
+
}, [props.cardinfoitemprops]);
|
|
40786
40861
|
var plainString = function plainString(html) {
|
|
40787
40862
|
var divContainer = document.createElement('div');
|
|
40788
40863
|
divContainer.innerHTML = html;
|
|
@@ -41243,6 +41318,9 @@ var ModernCardWithQuantityButton = function ModernCardWithQuantityButton(props)
|
|
|
41243
41318
|
setsectionproperties(_objectSpread$f({}, secpropobj));
|
|
41244
41319
|
}
|
|
41245
41320
|
}, [StatePagePropertiesContext]);
|
|
41321
|
+
useEffect(function () {
|
|
41322
|
+
setitem(props.cardinfoitemprops);
|
|
41323
|
+
}, [props.cardinfoitemprops]);
|
|
41246
41324
|
useEffect(function () {
|
|
41247
41325
|
if (props.cardinfoitemprops != undefined) {
|
|
41248
41326
|
setitem(props.cardinfoitemprops);
|
|
@@ -41679,6 +41757,9 @@ var ModernProductCard = function ModernProductCard(props) {
|
|
|
41679
41757
|
setsectionproperties(_objectSpread$e({}, secpropobj));
|
|
41680
41758
|
}
|
|
41681
41759
|
}, [StatePagePropertiesContext]);
|
|
41760
|
+
useEffect(function () {
|
|
41761
|
+
setitem(props.cardinfoitemprops);
|
|
41762
|
+
}, [props.cardinfoitemprops]);
|
|
41682
41763
|
var plainString = function plainString(html) {
|
|
41683
41764
|
var divContainer = document.createElement('div');
|
|
41684
41765
|
divContainer.innerHTML = html;
|
|
@@ -42043,8 +42124,8 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
42043
42124
|
setsectionproperties = _useState2[1];
|
|
42044
42125
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42045
42126
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42046
|
-
item = _useState4[0]
|
|
42047
|
-
_useState4[1];
|
|
42127
|
+
item = _useState4[0],
|
|
42128
|
+
setitem = _useState4[1];
|
|
42048
42129
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42049
42130
|
props.actions.lang;
|
|
42050
42131
|
var langdetect = props.actions.langdetect;
|
|
@@ -42075,6 +42156,9 @@ var Productcard_animatedbuttons = function Productcard_animatedbuttons(props) {
|
|
|
42075
42156
|
setsectionproperties(_objectSpread$d({}, secpropobj));
|
|
42076
42157
|
}
|
|
42077
42158
|
}, [StatePagePropertiesContext]);
|
|
42159
|
+
useEffect(function () {
|
|
42160
|
+
setitem(props.cardinfoitemprops);
|
|
42161
|
+
}, [props.cardinfoitemprops]);
|
|
42078
42162
|
var card_cssstyles = {
|
|
42079
42163
|
productcard: css({
|
|
42080
42164
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -42316,8 +42400,8 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
42316
42400
|
setsectionproperties = _useState2[1];
|
|
42317
42401
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42318
42402
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42319
|
-
item = _useState4[0]
|
|
42320
|
-
_useState4[1];
|
|
42403
|
+
item = _useState4[0],
|
|
42404
|
+
setitem = _useState4[1];
|
|
42321
42405
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42322
42406
|
var lang = props.actions.lang;
|
|
42323
42407
|
var langdetect = props.actions.langdetect;
|
|
@@ -42352,6 +42436,9 @@ var Productcard_with_circularbg = function Productcard_with_circularbg(props) {
|
|
|
42352
42436
|
setsectionproperties(_objectSpread$c({}, secpropobj));
|
|
42353
42437
|
}
|
|
42354
42438
|
}, [StatePagePropertiesContext]);
|
|
42439
|
+
useEffect(function () {
|
|
42440
|
+
setitem(props.cardinfoitemprops);
|
|
42441
|
+
}, [props.cardinfoitemprops]);
|
|
42355
42442
|
var card_cssstyles = {
|
|
42356
42443
|
productCard: css({
|
|
42357
42444
|
position: 'relative',
|
|
@@ -42554,8 +42641,8 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
|
|
|
42554
42641
|
setsectionproperties = _useState2[1];
|
|
42555
42642
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42556
42643
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42557
|
-
item = _useState4[0]
|
|
42558
|
-
_useState4[1];
|
|
42644
|
+
item = _useState4[0],
|
|
42645
|
+
setitem = _useState4[1];
|
|
42559
42646
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42560
42647
|
var lang = props.actions.lang;
|
|
42561
42648
|
var langdetect = props.actions.langdetect;
|
|
@@ -42586,6 +42673,9 @@ var Productcard_with_circularhover = function Productcard_with_circularhover(pro
|
|
|
42586
42673
|
setsectionproperties(_objectSpread$b({}, secpropobj));
|
|
42587
42674
|
}
|
|
42588
42675
|
}, [StatePagePropertiesContext]);
|
|
42676
|
+
useEffect(function () {
|
|
42677
|
+
setitem(props.cardinfoitemprops);
|
|
42678
|
+
}, [props.cardinfoitemprops]);
|
|
42589
42679
|
var card_cssstyles = {
|
|
42590
42680
|
cardContainer: css({
|
|
42591
42681
|
// minHeight: 600,
|
|
@@ -42824,8 +42914,8 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
|
|
|
42824
42914
|
setsectionproperties = _useState2[1];
|
|
42825
42915
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
42826
42916
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
42827
|
-
item = _useState4[0]
|
|
42828
|
-
_useState4[1];
|
|
42917
|
+
item = _useState4[0],
|
|
42918
|
+
setitem = _useState4[1];
|
|
42829
42919
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
42830
42920
|
var lang = props.actions.lang;
|
|
42831
42921
|
var langdetect = props.actions.langdetect;
|
|
@@ -42856,6 +42946,9 @@ var Productcard_with_slideanimation = function Productcard_with_slideanimation(p
|
|
|
42856
42946
|
setsectionproperties(_objectSpread$a({}, secpropobj));
|
|
42857
42947
|
}
|
|
42858
42948
|
}, [StatePagePropertiesContext]);
|
|
42949
|
+
useEffect(function () {
|
|
42950
|
+
setitem(props.cardinfoitemprops);
|
|
42951
|
+
}, [props.cardinfoitemprops]);
|
|
42859
42952
|
var card_cssstyles = {
|
|
42860
42953
|
productcard: css({
|
|
42861
42954
|
position: 'relative',
|
|
@@ -43075,8 +43168,8 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
43075
43168
|
setsectionproperties = _useState2[1];
|
|
43076
43169
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43077
43170
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43078
|
-
item = _useState4[0]
|
|
43079
|
-
_useState4[1];
|
|
43171
|
+
item = _useState4[0],
|
|
43172
|
+
setitem = _useState4[1];
|
|
43080
43173
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43081
43174
|
props.actions.lang;
|
|
43082
43175
|
var langdetect = props.actions.langdetect;
|
|
@@ -43107,6 +43200,9 @@ var Productcard_with_variants = function Productcard_with_variants(props) {
|
|
|
43107
43200
|
setsectionproperties(_objectSpread$9({}, secpropobj));
|
|
43108
43201
|
}
|
|
43109
43202
|
}, [StatePagePropertiesContext]);
|
|
43203
|
+
useEffect(function () {
|
|
43204
|
+
setitem(props.cardinfoitemprops);
|
|
43205
|
+
}, [props.cardinfoitemprops]);
|
|
43110
43206
|
var card_cssstyles = {
|
|
43111
43207
|
colorvariantcontainer: css({
|
|
43112
43208
|
width: sectionproperties.variantcontainer_minwidth + 'vh',
|
|
@@ -43420,8 +43516,8 @@ var Productcard6 = function Productcard6(props) {
|
|
|
43420
43516
|
setsectionproperties = _useState2[1];
|
|
43421
43517
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43422
43518
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43423
|
-
item = _useState4[0]
|
|
43424
|
-
_useState4[1];
|
|
43519
|
+
item = _useState4[0],
|
|
43520
|
+
setitem = _useState4[1];
|
|
43425
43521
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43426
43522
|
var lang = props.actions.lang;
|
|
43427
43523
|
var langdetect = props.actions.langdetect;
|
|
@@ -43452,6 +43548,9 @@ var Productcard6 = function Productcard6(props) {
|
|
|
43452
43548
|
setsectionproperties(_objectSpread$8({}, secpropobj));
|
|
43453
43549
|
}
|
|
43454
43550
|
}, [StatePagePropertiesContext]);
|
|
43551
|
+
useEffect(function () {
|
|
43552
|
+
setitem(props.cardinfoitemprops);
|
|
43553
|
+
}, [props.cardinfoitemprops]);
|
|
43455
43554
|
var card_cssstyles = {
|
|
43456
43555
|
productcard: css((_css = {
|
|
43457
43556
|
position: 'relative',
|
|
@@ -43639,8 +43738,8 @@ var Productcard7 = function Productcard7(props) {
|
|
|
43639
43738
|
setsectionproperties = _useState2[1];
|
|
43640
43739
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43641
43740
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43642
|
-
item = _useState4[0]
|
|
43643
|
-
_useState4[1];
|
|
43741
|
+
item = _useState4[0],
|
|
43742
|
+
setitem = _useState4[1];
|
|
43644
43743
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43645
43744
|
props.actions.lang;
|
|
43646
43745
|
var langdetect = props.actions.langdetect;
|
|
@@ -43671,6 +43770,9 @@ var Productcard7 = function Productcard7(props) {
|
|
|
43671
43770
|
setsectionproperties(_objectSpread$7({}, secpropobj));
|
|
43672
43771
|
}
|
|
43673
43772
|
}, [StatePagePropertiesContext]);
|
|
43773
|
+
useEffect(function () {
|
|
43774
|
+
setitem(props.cardinfoitemprops);
|
|
43775
|
+
}, [props.cardinfoitemprops]);
|
|
43674
43776
|
var card_cssstyles = {
|
|
43675
43777
|
productcard: css({
|
|
43676
43778
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -43885,8 +43987,8 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
43885
43987
|
setsectionproperties = _useState2[1];
|
|
43886
43988
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
43887
43989
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
43888
|
-
item = _useState4[0]
|
|
43889
|
-
_useState4[1];
|
|
43990
|
+
item = _useState4[0],
|
|
43991
|
+
setitem = _useState4[1];
|
|
43890
43992
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
43891
43993
|
props.actions.lang;
|
|
43892
43994
|
var langdetect = props.actions.langdetect;
|
|
@@ -43917,6 +44019,9 @@ var Productcarddefault = function Productcarddefault(props) {
|
|
|
43917
44019
|
setsectionproperties(_objectSpread$6({}, secpropobj));
|
|
43918
44020
|
}
|
|
43919
44021
|
}, [StatePagePropertiesContext]);
|
|
44022
|
+
useEffect(function () {
|
|
44023
|
+
setitem(props.cardinfoitemprops);
|
|
44024
|
+
}, [props.cardinfoitemprops]);
|
|
43920
44025
|
var card_cssstyles = {
|
|
43921
44026
|
productcard: css({
|
|
43922
44027
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -44162,6 +44267,9 @@ var Productccard_with_imageontopleft = function Productccard_with_imageontopleft
|
|
|
44162
44267
|
setsectionproperties(_objectSpread$5({}, secpropobj));
|
|
44163
44268
|
}
|
|
44164
44269
|
}, [StatePagePropertiesContext]);
|
|
44270
|
+
useEffect(function () {
|
|
44271
|
+
setitem(props.cardinfoitemprops);
|
|
44272
|
+
}, [props.cardinfoitemprops]);
|
|
44165
44273
|
useEffect(function () {
|
|
44166
44274
|
if (props.cardinfoitemprops != undefined) {
|
|
44167
44275
|
setitem(props.cardinfoitemprops);
|
|
@@ -44427,6 +44535,9 @@ var Prouductcard_with_zoomhover = function Prouductcard_with_zoomhover(props) {
|
|
|
44427
44535
|
setsectionproperties(_objectSpread$4({}, secpropobj));
|
|
44428
44536
|
}
|
|
44429
44537
|
}, [StatePagePropertiesContext]);
|
|
44538
|
+
useEffect(function () {
|
|
44539
|
+
setitem(props.cardinfoitemprops);
|
|
44540
|
+
}, [props.cardinfoitemprops]);
|
|
44430
44541
|
useEffect(function () {
|
|
44431
44542
|
if (props.cardinfoitemprops != undefined) {
|
|
44432
44543
|
setitem(props.cardinfoitemprops);
|
|
@@ -44523,8 +44634,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
44523
44634
|
setsectionproperties = _useState2[1];
|
|
44524
44635
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
44525
44636
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
44526
|
-
item = _useState4[0]
|
|
44527
|
-
_useState4[1];
|
|
44637
|
+
item = _useState4[0],
|
|
44638
|
+
setitem = _useState4[1];
|
|
44528
44639
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44529
44640
|
var langdetect = props.actions.langdetect;
|
|
44530
44641
|
var cardonclickfunctionContext = props.actions.cardonclickfunctionContext;
|
|
@@ -44543,6 +44654,9 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
|
|
|
44543
44654
|
});
|
|
44544
44655
|
setsectionproperties(_objectSpread$3({}, secpropobj));
|
|
44545
44656
|
}, [StatePagePropertiesContext]);
|
|
44657
|
+
useEffect(function () {
|
|
44658
|
+
setitem(props.cardinfoitemprops);
|
|
44659
|
+
}, [props.cardinfoitemprops]);
|
|
44546
44660
|
var plainString = function plainString(html) {
|
|
44547
44661
|
var divContainer = document.createElement('div');
|
|
44548
44662
|
divContainer.innerHTML = html;
|
|
@@ -44666,8 +44780,8 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
44666
44780
|
setsectionproperties = _useState2[1];
|
|
44667
44781
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
44668
44782
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
44669
|
-
item = _useState4[0]
|
|
44670
|
-
_useState4[1];
|
|
44783
|
+
item = _useState4[0],
|
|
44784
|
+
setitem = _useState4[1];
|
|
44671
44785
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44672
44786
|
var lang = props.actions.lang;
|
|
44673
44787
|
var langdetect = props.actions.langdetect;
|
|
@@ -44702,6 +44816,9 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
44702
44816
|
setsectionproperties(_objectSpread$2({}, secpropobj));
|
|
44703
44817
|
}
|
|
44704
44818
|
}, [StatePagePropertiesContext]);
|
|
44819
|
+
useEffect(function () {
|
|
44820
|
+
setitem(props.cardinfoitemprops);
|
|
44821
|
+
}, [props.cardinfoitemprops]);
|
|
44705
44822
|
var card_cssstyles = {
|
|
44706
44823
|
productcard: css({
|
|
44707
44824
|
background: sectionproperties.backgroundColortransparent == 'Transparent' ? 'transparent' : sectionproperties.backgroundColor,
|
|
@@ -44919,8 +45036,8 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
44919
45036
|
setsectionproperties = _useState2[1];
|
|
44920
45037
|
var _useState3 = useState(props.cardinfoitemprops),
|
|
44921
45038
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
44922
|
-
item = _useState4[0]
|
|
44923
|
-
_useState4[1];
|
|
45039
|
+
item = _useState4[0],
|
|
45040
|
+
setitem = _useState4[1];
|
|
44924
45041
|
var StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
|
|
44925
45042
|
props.actions.lang;
|
|
44926
45043
|
var langdetect = props.actions.langdetect;
|
|
@@ -44951,6 +45068,9 @@ var StylishProductCard = function StylishProductCard(props) {
|
|
|
44951
45068
|
setsectionproperties(_objectSpread$1({}, secpropobj));
|
|
44952
45069
|
}
|
|
44953
45070
|
}, [StatePagePropertiesContext]);
|
|
45071
|
+
useEffect(function () {
|
|
45072
|
+
setitem(props.cardinfoitemprops);
|
|
45073
|
+
}, [props.cardinfoitemprops]);
|
|
44954
45074
|
var card_cssstyles = {
|
|
44955
45075
|
productcard: css({
|
|
44956
45076
|
marginTop: sectionproperties.marginTop + 'px',
|
|
@@ -45273,6 +45393,9 @@ var ProductCardWithTextOnImage = function ProductCardWithTextOnImage(props) {
|
|
|
45273
45393
|
setsectionproperties(_objectSpread({}, secpropobj));
|
|
45274
45394
|
}
|
|
45275
45395
|
}, [StatePagePropertiesContext]);
|
|
45396
|
+
useEffect(function () {
|
|
45397
|
+
setitem(props.cardinfoitemprops);
|
|
45398
|
+
}, [props.cardinfoitemprops]);
|
|
45276
45399
|
useEffect(function () {
|
|
45277
45400
|
if (sectionproperties.length != 0 && sectionproperties.arrayofobjectimagesonly != undefined) {
|
|
45278
45401
|
var arrayofobjectimagesonlyparsed = JSON.parse(sectionproperties.arrayofobjectimagesonly);
|