tabexseriescomponents 0.0.476 → 0.0.478
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 +37 -4
- package/dist/index.esm.js +37 -4
- package/dist/index.umd.js +37 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19008,7 +19008,13 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
19008
19008
|
paddingLeft: '200px',
|
|
19009
19009
|
paddingRight: '200px'
|
|
19010
19010
|
}
|
|
19011
|
-
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee",
|
|
19011
|
+
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", {
|
|
19012
|
+
width: "100%",
|
|
19013
|
+
direction: "left",
|
|
19014
|
+
scrollamount: "3",
|
|
19015
|
+
behavior: "scroll",
|
|
19016
|
+
"class": "marquee"
|
|
19017
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
19012
19018
|
"class": "d-flex flex-row align-items-center"
|
|
19013
19019
|
}, textarray.map(function (item, index) {
|
|
19014
19020
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -58788,8 +58794,21 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58788
58794
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
58789
58795
|
"class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
|
|
58790
58796
|
onClick: function onClick() {
|
|
58791
|
-
|
|
58797
|
+
if (item.IsClickableimg == 'Yes') {
|
|
58798
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
58799
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
58800
|
+
// alert('1');
|
|
58801
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
58802
|
+
// alert(item.productid);
|
|
58803
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
58804
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
58805
|
+
} else {
|
|
58806
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
58807
|
+
// alert('3');
|
|
58808
|
+
}
|
|
58809
|
+
}
|
|
58792
58810
|
},
|
|
58811
|
+
|
|
58793
58812
|
style: {
|
|
58794
58813
|
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
58795
58814
|
}
|
|
@@ -59020,13 +59039,20 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
59020
59039
|
key: index,
|
|
59021
59040
|
onClick: function onClick() {
|
|
59022
59041
|
if (item.IsClickableimg == 'Yes') {
|
|
59023
|
-
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
59042
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
59024
59043
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
59044
|
+
// alert('1');
|
|
59045
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
59046
|
+
// alert(item.productid);
|
|
59047
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
59048
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
59025
59049
|
} else {
|
|
59026
59050
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
59051
|
+
// alert('3');
|
|
59027
59052
|
}
|
|
59028
59053
|
}
|
|
59029
59054
|
},
|
|
59055
|
+
|
|
59030
59056
|
style: _defineProperty__default["default"]({
|
|
59031
59057
|
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
59032
59058
|
width: '100%',
|
|
@@ -59059,10 +59085,17 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
59059
59085
|
},
|
|
59060
59086
|
onClick: function onClick() {
|
|
59061
59087
|
if (item.IsClickableimg == 'Yes') {
|
|
59062
|
-
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
59088
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
59063
59089
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
59090
|
+
// alert('1');
|
|
59091
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
59092
|
+
// alert(item.productid);
|
|
59093
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
59094
|
+
|
|
59095
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
59064
59096
|
} else {
|
|
59065
59097
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
59098
|
+
// alert('3');
|
|
59066
59099
|
}
|
|
59067
59100
|
}
|
|
59068
59101
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -18959,7 +18959,13 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
18959
18959
|
paddingLeft: '200px',
|
|
18960
18960
|
paddingRight: '200px'
|
|
18961
18961
|
}
|
|
18962
|
-
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee",
|
|
18962
|
+
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", {
|
|
18963
|
+
width: "100%",
|
|
18964
|
+
direction: "left",
|
|
18965
|
+
scrollamount: "3",
|
|
18966
|
+
behavior: "scroll",
|
|
18967
|
+
"class": "marquee"
|
|
18968
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
18963
18969
|
"class": "d-flex flex-row align-items-center"
|
|
18964
18970
|
}, textarray.map(function (item, index) {
|
|
18965
18971
|
return /*#__PURE__*/React.createElement("p", {
|
|
@@ -58739,8 +58745,21 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58739
58745
|
}, /*#__PURE__*/React.createElement("button", {
|
|
58740
58746
|
"class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
|
|
58741
58747
|
onClick: function onClick() {
|
|
58742
|
-
|
|
58748
|
+
if (item.IsClickableimg == 'Yes') {
|
|
58749
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
58750
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
58751
|
+
// alert('1');
|
|
58752
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
58753
|
+
// alert(item.productid);
|
|
58754
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
58755
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
58756
|
+
} else {
|
|
58757
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
58758
|
+
// alert('3');
|
|
58759
|
+
}
|
|
58760
|
+
}
|
|
58743
58761
|
},
|
|
58762
|
+
|
|
58744
58763
|
style: {
|
|
58745
58764
|
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
58746
58765
|
}
|
|
@@ -58971,13 +58990,20 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
58971
58990
|
key: index,
|
|
58972
58991
|
onClick: function onClick() {
|
|
58973
58992
|
if (item.IsClickableimg == 'Yes') {
|
|
58974
|
-
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
58993
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
58975
58994
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
58995
|
+
// alert('1');
|
|
58996
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
58997
|
+
// alert(item.productid);
|
|
58998
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
58999
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
58976
59000
|
} else {
|
|
58977
59001
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
59002
|
+
// alert('3');
|
|
58978
59003
|
}
|
|
58979
59004
|
}
|
|
58980
59005
|
},
|
|
59006
|
+
|
|
58981
59007
|
style: _defineProperty({
|
|
58982
59008
|
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
58983
59009
|
width: '100%',
|
|
@@ -59010,10 +59036,17 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
59010
59036
|
},
|
|
59011
59037
|
onClick: function onClick() {
|
|
59012
59038
|
if (item.IsClickableimg == 'Yes') {
|
|
59013
|
-
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
59039
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
59014
59040
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
59041
|
+
// alert('1');
|
|
59042
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
59043
|
+
// alert(item.productid);
|
|
59044
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
59045
|
+
|
|
59046
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
59015
59047
|
} else {
|
|
59016
59048
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
59049
|
+
// alert('3');
|
|
59017
59050
|
}
|
|
59018
59051
|
}
|
|
59019
59052
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -18834,7 +18834,13 @@
|
|
|
18834
18834
|
paddingLeft: '200px',
|
|
18835
18835
|
paddingRight: '200px'
|
|
18836
18836
|
}
|
|
18837
|
-
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee",
|
|
18837
|
+
}, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", {
|
|
18838
|
+
width: "100%",
|
|
18839
|
+
direction: "left",
|
|
18840
|
+
scrollamount: "3",
|
|
18841
|
+
behavior: "scroll",
|
|
18842
|
+
"class": "marquee"
|
|
18843
|
+
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
18838
18844
|
"class": "d-flex flex-row align-items-center"
|
|
18839
18845
|
}, textarray.map(function (item, index) {
|
|
18840
18846
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
@@ -58614,8 +58620,21 @@
|
|
|
58614
58620
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
58615
58621
|
"class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
|
|
58616
58622
|
onClick: function onClick() {
|
|
58617
|
-
|
|
58623
|
+
if (item.IsClickableimg == 'Yes') {
|
|
58624
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
58625
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
58626
|
+
// alert('1');
|
|
58627
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
58628
|
+
// alert(item.productid);
|
|
58629
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
58630
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
58631
|
+
} else {
|
|
58632
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
58633
|
+
// alert('3');
|
|
58634
|
+
}
|
|
58635
|
+
}
|
|
58618
58636
|
},
|
|
58637
|
+
|
|
58619
58638
|
style: {
|
|
58620
58639
|
direction: langdetect == 'en' ? 'ltr' : 'rtl'
|
|
58621
58640
|
}
|
|
@@ -58846,13 +58865,20 @@
|
|
|
58846
58865
|
key: index,
|
|
58847
58866
|
onClick: function onClick() {
|
|
58848
58867
|
if (item.IsClickableimg == 'Yes') {
|
|
58849
|
-
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
58868
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
58850
58869
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
58870
|
+
// alert('1');
|
|
58871
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
58872
|
+
// alert(item.productid);
|
|
58873
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
58874
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
58851
58875
|
} else {
|
|
58852
58876
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
58877
|
+
// alert('3');
|
|
58853
58878
|
}
|
|
58854
58879
|
}
|
|
58855
58880
|
},
|
|
58881
|
+
|
|
58856
58882
|
style: _defineProperty__default["default"]({
|
|
58857
58883
|
direction: langdetect == 'en' ? 'ltr' : 'rtl',
|
|
58858
58884
|
width: '100%',
|
|
@@ -58885,10 +58911,17 @@
|
|
|
58885
58911
|
},
|
|
58886
58912
|
onClick: function onClick() {
|
|
58887
58913
|
if (item.IsClickableimg == 'Yes') {
|
|
58888
|
-
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
58914
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
|
|
58889
58915
|
routingcountext(item.clickableimg_page_route, false, '');
|
|
58916
|
+
// alert('1');
|
|
58917
|
+
} else if (item.productid != undefined && item.productid.length != 0) {
|
|
58918
|
+
// alert(item.productid);
|
|
58919
|
+
routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
|
|
58920
|
+
|
|
58921
|
+
// routingcountext('/productinfo/' + item.productid, false, '');
|
|
58890
58922
|
} else {
|
|
58891
58923
|
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
58924
|
+
// alert('3');
|
|
58892
58925
|
}
|
|
58893
58926
|
}
|
|
58894
58927
|
}
|