tabexseriescomponents 0.0.303 → 0.0.304

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
@@ -12932,6 +12932,7 @@ var CardsSection = function CardsSection(props) {
12932
12932
  }
12933
12933
  } else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
12934
12934
  cardobj.collectionid = arrayItem.collectionid;
12935
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12935
12936
  if (langdetect == 'en') {
12936
12937
  cardobj.name = arrayItem.title_en;
12937
12938
  cardobj.description = arrayItem.description_en;
@@ -12942,6 +12943,7 @@ var CardsSection = function CardsSection(props) {
12942
12943
  cardobj.image = arrayItem.collectionlogo;
12943
12944
  } else if (fetchingtype == 'categories') {
12944
12945
  cardobj.collectionid = arrayItem.categoryid;
12946
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12945
12947
  if (langdetect == 'en') {
12946
12948
  cardobj.name = arrayItem.title_en;
12947
12949
  cardobj.description = arrayItem.description_en;
@@ -12952,6 +12954,7 @@ var CardsSection = function CardsSection(props) {
12952
12954
  cardobj.image = arrayItem.categorylogo;
12953
12955
  } else if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
12954
12956
  cardobj.collectionid = arrayItem.parentcollectionid;
12957
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12955
12958
  if (langdetect == 'en') {
12956
12959
  cardobj.name = arrayItem.title_en;
12957
12960
  cardobj.description = arrayItem.description_en;
@@ -13154,17 +13157,19 @@ var CardsSection = function CardsSection(props) {
13154
13157
  }),
13155
13158
  viewmorebtn: glamor.css({
13156
13159
  width: sectionproperties.viewmorebtn_Width == 0 ? 'auto' : sectionproperties.viewmorebtn_Width + 'px',
13157
- height: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
13160
+ height: sectionproperties.viewmorebtn_Height == 0 ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
13158
13161
  background: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColor,
13159
13162
  borderRadius: sectionproperties.viewmorebtn_borderBottomLeftRadius + 'px',
13160
13163
  color: sectionproperties.viewmorebtn_Textcolor,
13161
13164
  fontSize: sectionproperties.viewmorebtn_fontSize + 'px',
13162
13165
  fontWeight: sectionproperties.viewmorebtn_fontWeight,
13163
- textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'underline' : 'none',
13166
+ textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.viewmorebtnborderwidth == 0 ? 'underline' : 'none' : 'none',
13164
13167
  transition: '.3s',
13168
+ border: sectionproperties.viewmorebtnborderwidth + 'px solid ' + sectionproperties.viewmorebtnbordercolor,
13165
13169
  ':hover': {
13166
13170
  background: sectionproperties.viewmorebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColoronhover,
13167
- color: sectionproperties.viewmorebtn_Textcoloronhover
13171
+ color: sectionproperties.viewmorebtn_Textcoloronhover,
13172
+ borderColor: sectionproperties.viewmorebtn_Textcoloronhover
13168
13173
  }
13169
13174
  }),
13170
13175
  loadbtn: glamor.css({
@@ -59139,7 +59144,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
59139
59144
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
59140
59145
  "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 && sectionproperties.paddingTop != 0 && sectionproperties.paddingBottom != 0 ? card_cssstyles.cardcontainer + ' w-100 p-sm-3 ' : card_cssstyles.cardcontainer + ' w-100 ',
59141
59146
  onClick: function onClick() {
59142
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
59147
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
59148
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
59143
59149
  }
59144
59150
  }, /*#__PURE__*/React__default["default"].createElement("div", {
59145
59151
  "class": " row m-0 w-100 allcentered"
package/dist/index.esm.js CHANGED
@@ -12885,6 +12885,7 @@ var CardsSection = function CardsSection(props) {
12885
12885
  }
12886
12886
  } else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
12887
12887
  cardobj.collectionid = arrayItem.collectionid;
12888
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12888
12889
  if (langdetect == 'en') {
12889
12890
  cardobj.name = arrayItem.title_en;
12890
12891
  cardobj.description = arrayItem.description_en;
@@ -12895,6 +12896,7 @@ var CardsSection = function CardsSection(props) {
12895
12896
  cardobj.image = arrayItem.collectionlogo;
12896
12897
  } else if (fetchingtype == 'categories') {
12897
12898
  cardobj.collectionid = arrayItem.categoryid;
12899
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12898
12900
  if (langdetect == 'en') {
12899
12901
  cardobj.name = arrayItem.title_en;
12900
12902
  cardobj.description = arrayItem.description_en;
@@ -12905,6 +12907,7 @@ var CardsSection = function CardsSection(props) {
12905
12907
  cardobj.image = arrayItem.categorylogo;
12906
12908
  } else if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
12907
12909
  cardobj.collectionid = arrayItem.parentcollectionid;
12910
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12908
12911
  if (langdetect == 'en') {
12909
12912
  cardobj.name = arrayItem.title_en;
12910
12913
  cardobj.description = arrayItem.description_en;
@@ -13107,17 +13110,19 @@ var CardsSection = function CardsSection(props) {
13107
13110
  }),
13108
13111
  viewmorebtn: css({
13109
13112
  width: sectionproperties.viewmorebtn_Width == 0 ? 'auto' : sectionproperties.viewmorebtn_Width + 'px',
13110
- height: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
13113
+ height: sectionproperties.viewmorebtn_Height == 0 ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
13111
13114
  background: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColor,
13112
13115
  borderRadius: sectionproperties.viewmorebtn_borderBottomLeftRadius + 'px',
13113
13116
  color: sectionproperties.viewmorebtn_Textcolor,
13114
13117
  fontSize: sectionproperties.viewmorebtn_fontSize + 'px',
13115
13118
  fontWeight: sectionproperties.viewmorebtn_fontWeight,
13116
- textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'underline' : 'none',
13119
+ textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.viewmorebtnborderwidth == 0 ? 'underline' : 'none' : 'none',
13117
13120
  transition: '.3s',
13121
+ border: sectionproperties.viewmorebtnborderwidth + 'px solid ' + sectionproperties.viewmorebtnbordercolor,
13118
13122
  ':hover': {
13119
13123
  background: sectionproperties.viewmorebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColoronhover,
13120
- color: sectionproperties.viewmorebtn_Textcoloronhover
13124
+ color: sectionproperties.viewmorebtn_Textcoloronhover,
13125
+ borderColor: sectionproperties.viewmorebtn_Textcoloronhover
13121
13126
  }
13122
13127
  }),
13123
13128
  loadbtn: css({
@@ -59092,7 +59097,8 @@ var Simplecategorycardwithtextbelow = function Simplecategorycardwithtextbelow(p
59092
59097
  }, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
59093
59098
  "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 && sectionproperties.paddingTop != 0 && sectionproperties.paddingBottom != 0 ? card_cssstyles.cardcontainer + ' w-100 p-sm-3 ' : card_cssstyles.cardcontainer + ' w-100 ',
59094
59099
  onClick: function onClick() {
59095
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
59100
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
59101
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
59096
59102
  }
59097
59103
  }, /*#__PURE__*/React.createElement("div", {
59098
59104
  "class": " row m-0 w-100 allcentered"
package/dist/index.umd.js CHANGED
@@ -12777,6 +12777,7 @@
12777
12777
  }
12778
12778
  } else if (fetchingtype == 'collections' || fetchingtype == 'innerparentcollections') {
12779
12779
  cardobj.collectionid = arrayItem.collectionid;
12780
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12780
12781
  if (langdetect == 'en') {
12781
12782
  cardobj.name = arrayItem.title_en;
12782
12783
  cardobj.description = arrayItem.description_en;
@@ -12787,6 +12788,7 @@
12787
12788
  cardobj.image = arrayItem.collectionlogo;
12788
12789
  } else if (fetchingtype == 'categories') {
12789
12790
  cardobj.collectionid = arrayItem.categoryid;
12791
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12790
12792
  if (langdetect == 'en') {
12791
12793
  cardobj.name = arrayItem.title_en;
12792
12794
  cardobj.description = arrayItem.description_en;
@@ -12797,6 +12799,7 @@
12797
12799
  cardobj.image = arrayItem.categorylogo;
12798
12800
  } else if (fetchingtype == 'parentcollections' || fetchingtype == 'innercategories') {
12799
12801
  cardobj.collectionid = arrayItem.parentcollectionid;
12802
+ cardobj.skiplayeronclick = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.skiplayeronclick;
12800
12803
  if (langdetect == 'en') {
12801
12804
  cardobj.name = arrayItem.title_en;
12802
12805
  cardobj.description = arrayItem.description_en;
@@ -12999,17 +13002,19 @@
12999
13002
  }),
13000
13003
  viewmorebtn: glamor.css({
13001
13004
  width: sectionproperties.viewmorebtn_Width == 0 ? 'auto' : sectionproperties.viewmorebtn_Width + 'px',
13002
- height: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
13005
+ height: sectionproperties.viewmorebtn_Height == 0 ? 'auto' : sectionproperties.viewmorebtn_Height + 'px',
13003
13006
  background: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColor,
13004
13007
  borderRadius: sectionproperties.viewmorebtn_borderBottomLeftRadius + 'px',
13005
13008
  color: sectionproperties.viewmorebtn_Textcolor,
13006
13009
  fontSize: sectionproperties.viewmorebtn_fontSize + 'px',
13007
13010
  fontWeight: sectionproperties.viewmorebtn_fontWeight,
13008
- textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? 'underline' : 'none',
13011
+ textDecoration: sectionproperties.viewmorebtn_bgtransparent == 'Transparent' ? sectionproperties.viewmorebtnborderwidth == 0 ? 'underline' : 'none' : 'none',
13009
13012
  transition: '.3s',
13013
+ border: sectionproperties.viewmorebtnborderwidth + 'px solid ' + sectionproperties.viewmorebtnbordercolor,
13010
13014
  ':hover': {
13011
13015
  background: sectionproperties.viewmorebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.viewmorebtn_bgColoronhover,
13012
- color: sectionproperties.viewmorebtn_Textcoloronhover
13016
+ color: sectionproperties.viewmorebtn_Textcoloronhover,
13017
+ borderColor: sectionproperties.viewmorebtn_Textcoloronhover
13013
13018
  }
13014
13019
  }),
13015
13020
  loadbtn: glamor.css({
@@ -58984,7 +58989,8 @@
58984
58989
  }, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
58985
58990
  "class": sectionproperties.paddingLeft != 0 && sectionproperties.paddingRight != 0 && sectionproperties.paddingTop != 0 && sectionproperties.paddingBottom != 0 ? card_cssstyles.cardcontainer + ' w-100 p-sm-3 ' : card_cssstyles.cardcontainer + ' w-100 ',
58986
58991
  onClick: function onClick() {
58987
- cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
58992
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid, item.skiplayeronclick);
58993
+ // cardonclickfunctionContext(sectionproperties?.onClickRoute, item.productid, props.fetchingtypeprops, item.collectionid);
58988
58994
  }
58989
58995
  }, /*#__PURE__*/React__default["default"].createElement("div", {
58990
58996
  "class": " row m-0 w-100 allcentered"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.303",
3
+ "version": "0.0.304",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {