tabexseriescomponents 0.0.475 → 0.0.477

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 CHANGED
@@ -19008,7 +19008,12 @@ 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", null, /*#__PURE__*/React__default["default"].createElement("span", {
19011
+ }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", {
19012
+ width: "100%",
19013
+ direction: "left",
19014
+ scrollamount: "3",
19015
+ behavior: "scroll"
19016
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
19012
19017
  "class": "d-flex flex-row align-items-center"
19013
19018
  }, textarray.map(function (item, index) {
19014
19019
  return /*#__PURE__*/React__default["default"].createElement("p", {
@@ -54632,6 +54637,13 @@ var VideosSection = function VideosSection(props) {
54632
54637
  marginBottom: sectionproperties.image_mb + 'px',
54633
54638
  padding: item.numberofcols == '12' ? 0 : ''
54634
54639
  }
54640
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
54641
+ className: "w-100",
54642
+ style: {
54643
+ position: 'relative',
54644
+ display: 'flex',
54645
+ flexDirection: 'column'
54646
+ }
54635
54647
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54636
54648
  className: "row ml-0 mr-0 d-flex w-100"
54637
54649
  }, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -54640,10 +54652,12 @@ var VideosSection = function VideosSection(props) {
54640
54652
  display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext2_show == 'Hide' ? 'none' : ''
54641
54653
  }
54642
54654
  }, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
54643
- className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
54655
+ className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mb-auto ' : langdetect == 'en' ? ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mb-auto ' : ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mb-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mb-auto ' : ' col-lg-12 p-0 d-md-flex w-100 mb-auto ',
54644
54656
  style: {
54645
54657
  marginBottom: sectionproperties.image_mb + 'px'
54646
54658
  }
54659
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
54660
+ className: bgcssstyles.container + ' w-100 d-md-flex w-100 mb-auto '
54647
54661
  }, item.linkclicked == true && item.linktype != 'External Link' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
54648
54662
  url: item.url,
54649
54663
  height: '100%',
@@ -54685,9 +54699,9 @@ var VideosSection = function VideosSection(props) {
54685
54699
  width: '100%',
54686
54700
  objectFit: sectionproperties.bgcovercontain
54687
54701
  }
54688
- }))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
54702
+ })))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
54689
54703
  "class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3'
54690
- }, ImageContent(item))));
54704
+ }, ImageContent(item)))));
54691
54705
  })), /*#__PURE__*/React__default["default"].createElement("div", {
54692
54706
  "class": "row m-0 w-100 d-flex"
54693
54707
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58779,8 +58793,21 @@ var Slideshowslide = function Slideshowslide(props) {
58779
58793
  }, /*#__PURE__*/React__default["default"].createElement("button", {
58780
58794
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
58781
58795
  onClick: function onClick() {
58782
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
58796
+ if (item.IsClickableimg == 'Yes') {
58797
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
58798
+ routingcountext(item.clickableimg_page_route, false, '');
58799
+ // alert('1');
58800
+ } else if (item.productid != undefined && item.productid.length != 0) {
58801
+ // alert(item.productid);
58802
+ // routingcountext('/productinfo/' + item.productid, false, '');
58803
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
58804
+ } else {
58805
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
58806
+ // alert('3');
58807
+ }
58808
+ }
58783
58809
  },
58810
+
58784
58811
  style: {
58785
58812
  direction: langdetect == 'en' ? 'ltr' : 'rtl'
58786
58813
  }
@@ -59011,13 +59038,20 @@ var Slideshowslide = function Slideshowslide(props) {
59011
59038
  key: index,
59012
59039
  onClick: function onClick() {
59013
59040
  if (item.IsClickableimg == 'Yes') {
59014
- if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
59041
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
59015
59042
  routingcountext(item.clickableimg_page_route, false, '');
59043
+ // alert('1');
59044
+ } else if (item.productid != undefined && item.productid.length != 0) {
59045
+ // alert(item.productid);
59046
+ // routingcountext('/productinfo/' + item.productid, false, '');
59047
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
59016
59048
  } else {
59017
59049
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
59050
+ // alert('3');
59018
59051
  }
59019
59052
  }
59020
59053
  },
59054
+
59021
59055
  style: _defineProperty__default["default"]({
59022
59056
  direction: langdetect == 'en' ? 'ltr' : 'rtl',
59023
59057
  width: '100%',
@@ -59050,10 +59084,17 @@ var Slideshowslide = function Slideshowslide(props) {
59050
59084
  },
59051
59085
  onClick: function onClick() {
59052
59086
  if (item.IsClickableimg == 'Yes') {
59053
- if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
59087
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
59054
59088
  routingcountext(item.clickableimg_page_route, false, '');
59089
+ // alert('1');
59090
+ } else if (item.productid != undefined && item.productid.length != 0) {
59091
+ // alert(item.productid);
59092
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
59093
+
59094
+ // routingcountext('/productinfo/' + item.productid, false, '');
59055
59095
  } else {
59056
59096
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
59097
+ // alert('3');
59057
59098
  }
59058
59099
  }
59059
59100
  }
package/dist/index.esm.js CHANGED
@@ -18959,7 +18959,12 @@ var MarqueeHeader = function MarqueeHeader(props) {
18959
18959
  paddingLeft: '200px',
18960
18960
  paddingRight: '200px'
18961
18961
  }
18962
- }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", null, /*#__PURE__*/React.createElement("span", {
18962
+ }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React.createElement("marquee", {
18963
+ width: "100%",
18964
+ direction: "left",
18965
+ scrollamount: "3",
18966
+ behavior: "scroll"
18967
+ }, /*#__PURE__*/React.createElement("span", {
18963
18968
  "class": "d-flex flex-row align-items-center"
18964
18969
  }, textarray.map(function (item, index) {
18965
18970
  return /*#__PURE__*/React.createElement("p", {
@@ -54583,6 +54588,13 @@ var VideosSection = function VideosSection(props) {
54583
54588
  marginBottom: sectionproperties.image_mb + 'px',
54584
54589
  padding: item.numberofcols == '12' ? 0 : ''
54585
54590
  }
54591
+ }, /*#__PURE__*/React.createElement("div", {
54592
+ className: "w-100",
54593
+ style: {
54594
+ position: 'relative',
54595
+ display: 'flex',
54596
+ flexDirection: 'column'
54597
+ }
54586
54598
  }, /*#__PURE__*/React.createElement("div", {
54587
54599
  className: "row ml-0 mr-0 d-flex w-100"
54588
54600
  }, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React.createElement("div", {
@@ -54591,10 +54603,12 @@ var VideosSection = function VideosSection(props) {
54591
54603
  display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext2_show == 'Hide' ? 'none' : ''
54592
54604
  }
54593
54605
  }, ImageContent(item)), /*#__PURE__*/React.createElement("div", {
54594
- className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
54606
+ className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mb-auto ' : langdetect == 'en' ? ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mb-auto ' : ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mb-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mb-auto ' : ' col-lg-12 p-0 d-md-flex w-100 mb-auto ',
54595
54607
  style: {
54596
54608
  marginBottom: sectionproperties.image_mb + 'px'
54597
54609
  }
54610
+ }, /*#__PURE__*/React.createElement("div", {
54611
+ className: bgcssstyles.container + ' w-100 d-md-flex w-100 mb-auto '
54598
54612
  }, item.linkclicked == true && item.linktype != 'External Link' && /*#__PURE__*/React.createElement(ReactPlayer, {
54599
54613
  url: item.url,
54600
54614
  height: '100%',
@@ -54636,9 +54650,9 @@ var VideosSection = function VideosSection(props) {
54636
54650
  width: '100%',
54637
54651
  objectFit: sectionproperties.bgcovercontain
54638
54652
  }
54639
- }))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React.createElement("div", {
54653
+ })))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React.createElement("div", {
54640
54654
  "class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3'
54641
- }, ImageContent(item))));
54655
+ }, ImageContent(item)))));
54642
54656
  })), /*#__PURE__*/React.createElement("div", {
54643
54657
  "class": "row m-0 w-100 d-flex"
54644
54658
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React.createElement("div", {
@@ -58730,8 +58744,21 @@ var Slideshowslide = function Slideshowslide(props) {
58730
58744
  }, /*#__PURE__*/React.createElement("button", {
58731
58745
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
58732
58746
  onClick: function onClick() {
58733
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
58747
+ if (item.IsClickableimg == 'Yes') {
58748
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
58749
+ routingcountext(item.clickableimg_page_route, false, '');
58750
+ // alert('1');
58751
+ } else if (item.productid != undefined && item.productid.length != 0) {
58752
+ // alert(item.productid);
58753
+ // routingcountext('/productinfo/' + item.productid, false, '');
58754
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
58755
+ } else {
58756
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
58757
+ // alert('3');
58758
+ }
58759
+ }
58734
58760
  },
58761
+
58735
58762
  style: {
58736
58763
  direction: langdetect == 'en' ? 'ltr' : 'rtl'
58737
58764
  }
@@ -58962,13 +58989,20 @@ var Slideshowslide = function Slideshowslide(props) {
58962
58989
  key: index,
58963
58990
  onClick: function onClick() {
58964
58991
  if (item.IsClickableimg == 'Yes') {
58965
- if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
58992
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
58966
58993
  routingcountext(item.clickableimg_page_route, false, '');
58994
+ // alert('1');
58995
+ } else if (item.productid != undefined && item.productid.length != 0) {
58996
+ // alert(item.productid);
58997
+ // routingcountext('/productinfo/' + item.productid, false, '');
58998
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
58967
58999
  } else {
58968
59000
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
59001
+ // alert('3');
58969
59002
  }
58970
59003
  }
58971
59004
  },
59005
+
58972
59006
  style: _defineProperty({
58973
59007
  direction: langdetect == 'en' ? 'ltr' : 'rtl',
58974
59008
  width: '100%',
@@ -59001,10 +59035,17 @@ var Slideshowslide = function Slideshowslide(props) {
59001
59035
  },
59002
59036
  onClick: function onClick() {
59003
59037
  if (item.IsClickableimg == 'Yes') {
59004
- if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
59038
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
59005
59039
  routingcountext(item.clickableimg_page_route, false, '');
59040
+ // alert('1');
59041
+ } else if (item.productid != undefined && item.productid.length != 0) {
59042
+ // alert(item.productid);
59043
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
59044
+
59045
+ // routingcountext('/productinfo/' + item.productid, false, '');
59006
59046
  } else {
59007
59047
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
59048
+ // alert('3');
59008
59049
  }
59009
59050
  }
59010
59051
  }
package/dist/index.umd.js CHANGED
@@ -18834,7 +18834,12 @@
18834
18834
  paddingLeft: '200px',
18835
18835
  paddingRight: '200px'
18836
18836
  }
18837
- }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", null, /*#__PURE__*/React__default["default"].createElement("span", {
18837
+ }, templateproperties_context.textslidertype == 'Slider' && /*#__PURE__*/React__default["default"].createElement("marquee", {
18838
+ width: "100%",
18839
+ direction: "left",
18840
+ scrollamount: "3",
18841
+ behavior: "scroll"
18842
+ }, /*#__PURE__*/React__default["default"].createElement("span", {
18838
18843
  "class": "d-flex flex-row align-items-center"
18839
18844
  }, textarray.map(function (item, index) {
18840
18845
  return /*#__PURE__*/React__default["default"].createElement("p", {
@@ -54458,6 +54463,13 @@
54458
54463
  marginBottom: sectionproperties.image_mb + 'px',
54459
54464
  padding: item.numberofcols == '12' ? 0 : ''
54460
54465
  }
54466
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
54467
+ className: "w-100",
54468
+ style: {
54469
+ position: 'relative',
54470
+ display: 'flex',
54471
+ flexDirection: 'column'
54472
+ }
54461
54473
  }, /*#__PURE__*/React__default["default"].createElement("div", {
54462
54474
  className: "row ml-0 mr-0 d-flex w-100"
54463
54475
  }, sectionproperties.sectionbgstyle == 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -54466,10 +54478,12 @@
54466
54478
  display: sectionproperties.slideshowtext1_show == 'Hide' && sectionproperties.slideshowtext2_show == 'Hide' ? 'none' : ''
54467
54479
  }
54468
54480
  }, ImageContent(item)), /*#__PURE__*/React__default["default"].createElement("div", {
54469
- className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : langdetect == 'en' ? bgcssstyles.container + ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mt-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? bgcssstyles.container + ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mt-auto ' : bgcssstyles.container + ' col-lg-12 p-0 d-md-flex w-100 mt-auto ',
54481
+ className: sectionproperties.hidevideoinfo == 'Yes' ? sectionproperties.sectionbgstyle == 'Besides each other' ? ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mb-auto ' : langdetect == 'en' ? ' youtubeplayer col-lg-12 p-0 d-md-flex w-100 mb-auto ' : ' youtubeplayer_ar col-lg-12 p-0 d-md-flex w-100 mb-auto ' : sectionproperties.sectionbgstyle == 'Besides each other' ? ' youtubeplayer col-lg-4 p-0 d-md-flex w-100 mb-auto ' : ' col-lg-12 p-0 d-md-flex w-100 mb-auto ',
54470
54482
  style: {
54471
54483
  marginBottom: sectionproperties.image_mb + 'px'
54472
54484
  }
54485
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
54486
+ className: bgcssstyles.container + ' w-100 d-md-flex w-100 mb-auto '
54473
54487
  }, item.linkclicked == true && item.linktype != 'External Link' && /*#__PURE__*/React__default["default"].createElement(ReactPlayer__default["default"], {
54474
54488
  url: item.url,
54475
54489
  height: '100%',
@@ -54511,9 +54525,9 @@
54511
54525
  width: '100%',
54512
54526
  objectFit: sectionproperties.bgcovercontain
54513
54527
  }
54514
- }))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
54528
+ })))), sectionproperties.sectionbgstyle != 'Text Above' && /*#__PURE__*/React__default["default"].createElement("div", {
54515
54529
  "class": sectionproperties.sectionbgstyle == 'Besides each other' ? 'col-lg-8 px-3' : 'col-lg-12 p-0 mt-3'
54516
- }, ImageContent(item))));
54530
+ }, ImageContent(item)))));
54517
54531
  })), /*#__PURE__*/React__default["default"].createElement("div", {
54518
54532
  "class": "row m-0 w-100 d-flex"
54519
54533
  }, sectionproperties.view_as_slider_vertical == 'Slider (Horizontal)' && /*#__PURE__*/React__default["default"].createElement("div", {
@@ -58605,8 +58619,21 @@
58605
58619
  }, /*#__PURE__*/React__default["default"].createElement("button", {
58606
58620
  "class": "".concat(slideshow_styles.slideshow_btn) + ' allcentered ',
58607
58621
  onClick: function onClick() {
58608
- routingcountext(StaticPagesLinksContext.GeneralProductsComponent);
58622
+ if (item.IsClickableimg == 'Yes') {
58623
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
58624
+ routingcountext(item.clickableimg_page_route, false, '');
58625
+ // alert('1');
58626
+ } else if (item.productid != undefined && item.productid.length != 0) {
58627
+ // alert(item.productid);
58628
+ // routingcountext('/productinfo/' + item.productid, false, '');
58629
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
58630
+ } else {
58631
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
58632
+ // alert('3');
58633
+ }
58634
+ }
58609
58635
  },
58636
+
58610
58637
  style: {
58611
58638
  direction: langdetect == 'en' ? 'ltr' : 'rtl'
58612
58639
  }
@@ -58837,13 +58864,20 @@
58837
58864
  key: index,
58838
58865
  onClick: function onClick() {
58839
58866
  if (item.IsClickableimg == 'Yes') {
58840
- if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
58867
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
58841
58868
  routingcountext(item.clickableimg_page_route, false, '');
58869
+ // alert('1');
58870
+ } else if (item.productid != undefined && item.productid.length != 0) {
58871
+ // alert(item.productid);
58872
+ // routingcountext('/productinfo/' + item.productid, false, '');
58873
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
58842
58874
  } else {
58843
58875
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
58876
+ // alert('3');
58844
58877
  }
58845
58878
  }
58846
58879
  },
58880
+
58847
58881
  style: _defineProperty__default["default"]({
58848
58882
  direction: langdetect == 'en' ? 'ltr' : 'rtl',
58849
58883
  width: '100%',
@@ -58876,10 +58910,17 @@
58876
58910
  },
58877
58911
  onClick: function onClick() {
58878
58912
  if (item.IsClickableimg == 'Yes') {
58879
- if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0) {
58913
+ if (item.clickableimg_page_route && item.clickableimg_page_route.length != 0 && item.productid.length == 0) {
58880
58914
  routingcountext(item.clickableimg_page_route, false, '');
58915
+ // alert('1');
58916
+ } else if (item.productid != undefined && item.productid.length != 0) {
58917
+ // alert(item.productid);
58918
+ routingcountext(StaticPagesLinksContext.productinfo, true, item.productid);
58919
+
58920
+ // routingcountext('/productinfo/' + item.productid, false, '');
58881
58921
  } else {
58882
58922
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + item.Clickableimg_getcoection);
58923
+ // alert('3');
58883
58924
  }
58884
58925
  }
58885
58926
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.475",
3
+ "version": "0.0.477",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {