tabexseriescomponents 0.0.568 → 0.0.570

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
@@ -4084,8 +4084,10 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
4084
4084
  slot = '11' + slotsubstr2 + ' PM';
4085
4085
  } else if (slotsubstr == '24') {
4086
4086
  slot = '12' + slotsubstr2 + ' PM';
4087
+ } else if (slotsubstr == '00') {
4088
+ slot = '00' + slotsubstr2 + ' AM';
4087
4089
  } else {
4088
- slot = slotsubstr + slotsubstr2 + ' PM';
4090
+ slot = slotsubstr + slotsubstr2 + ' AM';
4089
4091
  }
4090
4092
  if (item.available) {
4091
4093
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -60599,7 +60601,7 @@ var Slideshowfade = function Slideshowfade(props) {
60599
60601
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
60600
60602
  paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
60601
60603
  }
60602
- }, LanguageCurrencyCont()), sectionproperties.showcurrencylangcont != 'Show' && SlideShowTextContainer(item)));
60604
+ }, LanguageCurrencyCont(item)), sectionproperties.showcurrencylangcont != 'Show' && SlideShowTextContainer(item)));
60603
60605
  })), cardsarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
60604
60606
  "class": "".concat(slideshow_styles.innerSection) + ' col-lg-9 col-md-10 col-sm-10 ml-auto mr-auto '
60605
60607
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -74445,8 +74447,18 @@ var Simpleproductcard = function Simpleproductcard(props) {
74445
74447
  });
74446
74448
 
74447
74449
  // Check if it's the second click
74448
- if (clickCount === 1) {
74449
- // Do whatever you want on the second click
74450
+ if (sectionproperties.hideshowcardtransition == 'Show') {
74451
+ if (clickCount === 1) {
74452
+ // Do whatever you want on the second click
74453
+ var productidtobesend = null;
74454
+ if (sectionproperties.urlwithproductname == 'Yes') {
74455
+ productidtobesend = item.productendpointurl;
74456
+ } else {
74457
+ productidtobesend = item.productid;
74458
+ }
74459
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
74460
+ }
74461
+ } else {
74450
74462
  var productidtobesend = null;
74451
74463
  if (sectionproperties.urlwithproductname == 'Yes') {
74452
74464
  productidtobesend = item.productendpointurl;
package/dist/index.esm.js CHANGED
@@ -4035,8 +4035,10 @@ var Serviceinfotabs = function Serviceinfotabs(props) {
4035
4035
  slot = '11' + slotsubstr2 + ' PM';
4036
4036
  } else if (slotsubstr == '24') {
4037
4037
  slot = '12' + slotsubstr2 + ' PM';
4038
+ } else if (slotsubstr == '00') {
4039
+ slot = '00' + slotsubstr2 + ' AM';
4038
4040
  } else {
4039
- slot = slotsubstr + slotsubstr2 + ' PM';
4041
+ slot = slotsubstr + slotsubstr2 + ' AM';
4040
4042
  }
4041
4043
  if (item.available) {
4042
4044
  return /*#__PURE__*/React.createElement("div", {
@@ -60550,7 +60552,7 @@ var Slideshowfade = function Slideshowfade(props) {
60550
60552
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
60551
60553
  paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
60552
60554
  }
60553
- }, LanguageCurrencyCont()), sectionproperties.showcurrencylangcont != 'Show' && SlideShowTextContainer(item)));
60555
+ }, LanguageCurrencyCont(item)), sectionproperties.showcurrencylangcont != 'Show' && SlideShowTextContainer(item)));
60554
60556
  })), cardsarray.length != 0 && /*#__PURE__*/React.createElement("div", {
60555
60557
  "class": "".concat(slideshow_styles.innerSection) + ' col-lg-9 col-md-10 col-sm-10 ml-auto mr-auto '
60556
60558
  }, /*#__PURE__*/React.createElement("div", {
@@ -74396,8 +74398,18 @@ var Simpleproductcard = function Simpleproductcard(props) {
74396
74398
  });
74397
74399
 
74398
74400
  // Check if it's the second click
74399
- if (clickCount === 1) {
74400
- // Do whatever you want on the second click
74401
+ if (sectionproperties.hideshowcardtransition == 'Show') {
74402
+ if (clickCount === 1) {
74403
+ // Do whatever you want on the second click
74404
+ var productidtobesend = null;
74405
+ if (sectionproperties.urlwithproductname == 'Yes') {
74406
+ productidtobesend = item.productendpointurl;
74407
+ } else {
74408
+ productidtobesend = item.productid;
74409
+ }
74410
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
74411
+ }
74412
+ } else {
74401
74413
  var productidtobesend = null;
74402
74414
  if (sectionproperties.urlwithproductname == 'Yes') {
74403
74415
  productidtobesend = item.productendpointurl;
package/dist/index.umd.js CHANGED
@@ -3908,8 +3908,10 @@
3908
3908
  slot = '11' + slotsubstr2 + ' PM';
3909
3909
  } else if (slotsubstr == '24') {
3910
3910
  slot = '12' + slotsubstr2 + ' PM';
3911
+ } else if (slotsubstr == '00') {
3912
+ slot = '00' + slotsubstr2 + ' AM';
3911
3913
  } else {
3912
- slot = slotsubstr + slotsubstr2 + ' PM';
3914
+ slot = slotsubstr + slotsubstr2 + ' AM';
3913
3915
  }
3914
3916
  if (item.available) {
3915
3917
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -60423,7 +60425,7 @@
60423
60425
  paddingLeft: langdetect == 'en' ? sectionproperties.paddingLeft + 'px' : '',
60424
60426
  paddingRight: langdetect == 'en' ? '' : sectionproperties.paddingLeft + 'px'
60425
60427
  }
60426
- }, LanguageCurrencyCont()), sectionproperties.showcurrencylangcont != 'Show' && SlideShowTextContainer(item)));
60428
+ }, LanguageCurrencyCont(item)), sectionproperties.showcurrencylangcont != 'Show' && SlideShowTextContainer(item)));
60427
60429
  })), cardsarray.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
60428
60430
  "class": "".concat(slideshow_styles.innerSection) + ' col-lg-9 col-md-10 col-sm-10 ml-auto mr-auto '
60429
60431
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -74269,8 +74271,18 @@
74269
74271
  });
74270
74272
 
74271
74273
  // Check if it's the second click
74272
- if (clickCount === 1) {
74273
- // Do whatever you want on the second click
74274
+ if (sectionproperties.hideshowcardtransition == 'Show') {
74275
+ if (clickCount === 1) {
74276
+ // Do whatever you want on the second click
74277
+ var productidtobesend = null;
74278
+ if (sectionproperties.urlwithproductname == 'Yes') {
74279
+ productidtobesend = item.productendpointurl;
74280
+ } else {
74281
+ productidtobesend = item.productid;
74282
+ }
74283
+ cardonclickfunctionContext(sectionproperties === null || sectionproperties === void 0 ? void 0 : sectionproperties.onClickRoute, productidtobesend, props.fetchingtypeprops, item.collectionid);
74284
+ }
74285
+ } else {
74274
74286
  var productidtobesend = null;
74275
74287
  if (sectionproperties.urlwithproductname == 'Yes') {
74276
74288
  productidtobesend = item.productendpointurl;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.568",
3
+ "version": "0.0.570",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {