tabexseriescomponents 0.2.1345 → 0.2.1346
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 +4 -4
- package/dist/index.esm.js +4 -4
- package/dist/index.umd.js +4 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -81674,9 +81674,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81674
81674
|
setshowpopup(true);
|
|
81675
81675
|
} else if (item.IsClickableimg == 'Yes') {
|
|
81676
81676
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
81677
|
-
|
|
81677
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
81678
81678
|
} else {
|
|
81679
|
-
|
|
81679
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
81680
81680
|
}
|
|
81681
81681
|
}
|
|
81682
81682
|
}
|
|
@@ -81715,9 +81715,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81715
81715
|
setshowpopup(true);
|
|
81716
81716
|
} else if (item.IsClickableimg == 'Yes') {
|
|
81717
81717
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
81718
|
-
|
|
81718
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
81719
81719
|
} else {
|
|
81720
|
-
|
|
81720
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
81721
81721
|
}
|
|
81722
81722
|
}
|
|
81723
81723
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -81623,9 +81623,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81623
81623
|
setshowpopup(true);
|
|
81624
81624
|
} else if (item.IsClickableimg == 'Yes') {
|
|
81625
81625
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
81626
|
-
|
|
81626
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
81627
81627
|
} else {
|
|
81628
|
-
|
|
81628
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
81629
81629
|
}
|
|
81630
81630
|
}
|
|
81631
81631
|
}
|
|
@@ -81664,9 +81664,9 @@ var Slideshowzoom = function Slideshowzoom(props) {
|
|
|
81664
81664
|
setshowpopup(true);
|
|
81665
81665
|
} else if (item.IsClickableimg == 'Yes') {
|
|
81666
81666
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
81667
|
-
|
|
81667
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
81668
81668
|
} else {
|
|
81669
|
-
|
|
81669
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
81670
81670
|
}
|
|
81671
81671
|
}
|
|
81672
81672
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -81480,9 +81480,9 @@
|
|
|
81480
81480
|
setshowpopup(true);
|
|
81481
81481
|
} else if (item.IsClickableimg == 'Yes') {
|
|
81482
81482
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
81483
|
-
|
|
81483
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
81484
81484
|
} else {
|
|
81485
|
-
|
|
81485
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
81486
81486
|
}
|
|
81487
81487
|
}
|
|
81488
81488
|
}
|
|
@@ -81521,9 +81521,9 @@
|
|
|
81521
81521
|
setshowpopup(true);
|
|
81522
81522
|
} else if (item.IsClickableimg == 'Yes') {
|
|
81523
81523
|
if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
|
|
81524
|
-
|
|
81524
|
+
routingcountext(item.clickableimg_page_route, false, '');
|
|
81525
81525
|
} else {
|
|
81526
|
-
|
|
81526
|
+
routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
|
|
81527
81527
|
}
|
|
81528
81528
|
}
|
|
81529
81529
|
}
|