tabexseriescomponents 0.0.501 → 0.0.502
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 -1
- package/dist/index.esm.js +9 -1
- package/dist/index.umd.js +9 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -58135,7 +58135,15 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
58135
58135
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|
|
58136
58136
|
},
|
|
58137
58137
|
onClick: function onClick() {
|
|
58138
|
-
if (cardinfoitem.iscardclickable == 'Yes') {
|
|
58138
|
+
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
58139
|
+
// window.open(cardinfoitem.btnlink, '_blank');
|
|
58140
|
+
// }
|
|
58141
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
58142
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
58143
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
58144
|
+
// window.open(cardinfoitem.btnlink, '_target');
|
|
58145
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
58146
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
58139
58147
|
window.open(cardinfoitem.btnlink, '_blank');
|
|
58140
58148
|
}
|
|
58141
58149
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -58086,7 +58086,15 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
|
|
|
58086
58086
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|
|
58087
58087
|
},
|
|
58088
58088
|
onClick: function onClick() {
|
|
58089
|
-
if (cardinfoitem.iscardclickable == 'Yes') {
|
|
58089
|
+
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
58090
|
+
// window.open(cardinfoitem.btnlink, '_blank');
|
|
58091
|
+
// }
|
|
58092
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
58093
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
58094
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
58095
|
+
// window.open(cardinfoitem.btnlink, '_target');
|
|
58096
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
58097
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
58090
58098
|
window.open(cardinfoitem.btnlink, '_blank');
|
|
58091
58099
|
}
|
|
58092
58100
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -57961,7 +57961,15 @@
|
|
|
57961
57961
|
boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
|
|
57962
57962
|
},
|
|
57963
57963
|
onClick: function onClick() {
|
|
57964
|
-
if (cardinfoitem.iscardclickable == 'Yes') {
|
|
57964
|
+
// if (cardinfoitem.iscardclickable == 'Yes') {
|
|
57965
|
+
// window.open(cardinfoitem.btnlink, '_blank');
|
|
57966
|
+
// }
|
|
57967
|
+
if (cardinfoitem.btntype == 'Web Product Link') {
|
|
57968
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
57969
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
57970
|
+
// window.open(cardinfoitem.btnlink, '_target');
|
|
57971
|
+
routingcountext(cardinfoitem.btnlink, false, '');
|
|
57972
|
+
} else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
|
|
57965
57973
|
window.open(cardinfoitem.btnlink, '_blank');
|
|
57966
57974
|
}
|
|
57967
57975
|
}
|