tabexseriescomponents 0.0.405 → 0.0.406
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 +9 -0
- package/dist/index.esm.js +9 -0
- package/dist/index.umd.js +9 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -55993,6 +55993,15 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
55993
55993
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
55994
55994
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
55995
55995
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
55996
|
+
},
|
|
55997
|
+
onClick: function onClick() {
|
|
55998
|
+
if (item.IsClickableimg == 'Yes') {
|
|
55999
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
56000
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
56001
|
+
} else {
|
|
56002
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
56003
|
+
}
|
|
56004
|
+
}
|
|
55996
56005
|
}
|
|
55997
56006
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
55998
56007
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
package/dist/index.esm.js
CHANGED
|
@@ -55944,6 +55944,15 @@ var Slideshowslide = function Slideshowslide(props) {
|
|
|
55944
55944
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
55945
55945
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
55946
55946
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
55947
|
+
},
|
|
55948
|
+
onClick: function onClick() {
|
|
55949
|
+
if (item.IsClickableimg == 'Yes') {
|
|
55950
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
55951
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
55952
|
+
} else {
|
|
55953
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
55954
|
+
}
|
|
55955
|
+
}
|
|
55947
55956
|
}
|
|
55948
55957
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
55949
55958
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
package/dist/index.umd.js
CHANGED
|
@@ -55825,6 +55825,15 @@
|
|
|
55825
55825
|
paddingTop: sectionproperties.paddingTop + 'px',
|
|
55826
55826
|
paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
|
|
55827
55827
|
paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
|
|
55828
|
+
},
|
|
55829
|
+
onClick: function onClick() {
|
|
55830
|
+
if (item.IsClickableimg == 'Yes') {
|
|
55831
|
+
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
55832
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
55833
|
+
} else {
|
|
55834
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
55835
|
+
}
|
|
55836
|
+
}
|
|
55828
55837
|
}
|
|
55829
55838
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
55830
55839
|
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|