tabexseriescomponents 0.0.462 → 0.0.463

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
@@ -9772,7 +9772,7 @@ var Checkout = function Checkout(props) {
9772
9772
  className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
9773
9773
  }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
9774
9774
  className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
9775
- }, variantitem.optionvalue)));
9775
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
9776
9776
  }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
9777
9777
  return /*#__PURE__*/React__default["default"].createElement("div", {
9778
9778
  "class": "row m-0 w-100"
@@ -10678,7 +10678,7 @@ var Checkout = function Checkout(props) {
10678
10678
  borderRadius: sectionproperties.inputfieldborderradius + 'px'
10679
10679
  }
10680
10680
  })))))), /*#__PURE__*/React__default["default"].createElement("div", {
10681
- className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
10681
+ className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0 px-sm-0' : 'col-lg-4 col-md-12 pl-0 px-sm-0'
10682
10682
  }, Mycart())))));
10683
10683
  };
10684
10684
 
@@ -14492,9 +14492,11 @@ var Filter$1 = function Filter(props) {
14492
14492
  tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
14493
14493
  }
14494
14494
  tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
14495
- if (filteritem == collectionid) {
14496
- CollectionExists = true;
14497
- tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
14495
+ if (sectionproperties.filterdirection != 'Horizontal') {
14496
+ if (filteritem == collectionid) {
14497
+ CollectionExists = true;
14498
+ tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
14499
+ }
14498
14500
  }
14499
14501
  });
14500
14502
  if (!CollectionExists) {
@@ -22277,7 +22279,35 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22277
22279
  className: "p-0"
22278
22280
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22279
22281
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
22280
- }, Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
22282
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22283
+ "class": "col-lg-12 p-0"
22284
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22285
+ className: ' row m-0 p-0 mb-2 '
22286
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22287
+ className: ' row m-0 w-100 px-5 '
22288
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22289
+ className: "col-10 p-0 text-start",
22290
+ onClick: function onClick() {
22291
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
22292
+ setopenCnvas(false);
22293
+ }
22294
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
22295
+ className: ' mb-0 p-0 ',
22296
+ style: {
22297
+ color: sectionproperties.collectionsectiontextcolor,
22298
+ fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
22299
+ textTransform: sectionproperties.collectionsectiontexttransform,
22300
+ fontWeight: sectionproperties.collectionsectiontextfontweight,
22301
+ transition: '.3s'
22302
+ }
22303
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق', " ", langdetect == 'en' ? item.title_en : item.title_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
22304
+ className: "col-lg-12 p-0"
22305
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
22306
+ className: "mt-4 mb-4",
22307
+ style: {
22308
+ borderColor: sectionproperties.resp_header_separatorbg
22309
+ }
22310
+ })))), Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
22281
22311
  if (collitem.isshowntocustomers == 1) {
22282
22312
  return /*#__PURE__*/React__default["default"].createElement("div", {
22283
22313
  "class": "col-lg-12 p-0"
@@ -58385,7 +58415,7 @@ var Slideshowslide = function Slideshowslide(props) {
58385
58415
  };
58386
58416
  var SlideShowTextContainer = function SlideShowTextContainer(item) {
58387
58417
  return /*#__PURE__*/React__default["default"].createElement("div", {
58388
- "class": 'row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
58418
+ "class": 'row m-0 w-md-50 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
58389
58419
  // style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
58390
58420
  ,
58391
58421
  style: {
@@ -58406,7 +58436,11 @@ var Slideshowslide = function Slideshowslide(props) {
58406
58436
  overflow: 'hidden'
58407
58437
  }
58408
58438
  }, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
58409
- "class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3 d-md-none' : 'col-lg-12 mb-3 d-md-none'
58439
+ "class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 col-md-6 col-sm-6',
58440
+ style: {
58441
+ marginRight: langdetect == 'en' ? 'auto' : '',
58442
+ marginLeft: langdetect == 'ar' ? 'auto' : ''
58443
+ }
58410
58444
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58411
58445
  className: "m-0 p-0 wordbreak",
58412
58446
  style: {
package/dist/index.esm.js CHANGED
@@ -9723,7 +9723,7 @@ var Checkout = function Checkout(props) {
9723
9723
  className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
9724
9724
  }, variantitem.optionname, ":"), /*#__PURE__*/React.createElement("p", {
9725
9725
  className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
9726
- }, variantitem.optionvalue)));
9726
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
9727
9727
  }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
9728
9728
  return /*#__PURE__*/React.createElement("div", {
9729
9729
  "class": "row m-0 w-100"
@@ -10629,7 +10629,7 @@ var Checkout = function Checkout(props) {
10629
10629
  borderRadius: sectionproperties.inputfieldborderradius + 'px'
10630
10630
  }
10631
10631
  })))))), /*#__PURE__*/React.createElement("div", {
10632
- className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
10632
+ className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0 px-sm-0' : 'col-lg-4 col-md-12 pl-0 px-sm-0'
10633
10633
  }, Mycart())))));
10634
10634
  };
10635
10635
 
@@ -14443,9 +14443,11 @@ var Filter$1 = function Filter(props) {
14443
14443
  tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
14444
14444
  }
14445
14445
  tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
14446
- if (filteritem == collectionid) {
14447
- CollectionExists = true;
14448
- tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
14446
+ if (sectionproperties.filterdirection != 'Horizontal') {
14447
+ if (filteritem == collectionid) {
14448
+ CollectionExists = true;
14449
+ tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
14450
+ }
14449
14451
  }
14450
14452
  });
14451
14453
  if (!CollectionExists) {
@@ -22228,7 +22230,35 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
22228
22230
  className: "p-0"
22229
22231
  }, /*#__PURE__*/React.createElement("div", {
22230
22232
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
22231
- }, Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
22233
+ }, /*#__PURE__*/React.createElement("div", {
22234
+ "class": "col-lg-12 p-0"
22235
+ }, /*#__PURE__*/React.createElement("div", {
22236
+ className: ' row m-0 p-0 mb-2 '
22237
+ }, /*#__PURE__*/React.createElement("div", {
22238
+ className: ' row m-0 w-100 px-5 '
22239
+ }, /*#__PURE__*/React.createElement("div", {
22240
+ className: "col-10 p-0 text-start",
22241
+ onClick: function onClick() {
22242
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
22243
+ setopenCnvas(false);
22244
+ }
22245
+ }, /*#__PURE__*/React.createElement("p", {
22246
+ className: ' mb-0 p-0 ',
22247
+ style: {
22248
+ color: sectionproperties.collectionsectiontextcolor,
22249
+ fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
22250
+ textTransform: sectionproperties.collectionsectiontexttransform,
22251
+ fontWeight: sectionproperties.collectionsectiontextfontweight,
22252
+ transition: '.3s'
22253
+ }
22254
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق', " ", langdetect == 'en' ? item.title_en : item.title_ar))), /*#__PURE__*/React.createElement("div", {
22255
+ className: "col-lg-12 p-0"
22256
+ }, /*#__PURE__*/React.createElement("hr", {
22257
+ className: "mt-4 mb-4",
22258
+ style: {
22259
+ borderColor: sectionproperties.resp_header_separatorbg
22260
+ }
22261
+ })))), Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
22232
22262
  if (collitem.isshowntocustomers == 1) {
22233
22263
  return /*#__PURE__*/React.createElement("div", {
22234
22264
  "class": "col-lg-12 p-0"
@@ -58336,7 +58366,7 @@ var Slideshowslide = function Slideshowslide(props) {
58336
58366
  };
58337
58367
  var SlideShowTextContainer = function SlideShowTextContainer(item) {
58338
58368
  return /*#__PURE__*/React.createElement("div", {
58339
- "class": 'row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
58369
+ "class": 'row m-0 w-md-50 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
58340
58370
  // style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
58341
58371
  ,
58342
58372
  style: {
@@ -58357,7 +58387,11 @@ var Slideshowslide = function Slideshowslide(props) {
58357
58387
  overflow: 'hidden'
58358
58388
  }
58359
58389
  }, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React.createElement("div", {
58360
- "class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3 d-md-none' : 'col-lg-12 mb-3 d-md-none'
58390
+ "class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 col-md-6 col-sm-6',
58391
+ style: {
58392
+ marginRight: langdetect == 'en' ? 'auto' : '',
58393
+ marginLeft: langdetect == 'ar' ? 'auto' : ''
58394
+ }
58361
58395
  }, /*#__PURE__*/React.createElement("p", {
58362
58396
  className: "m-0 p-0 wordbreak",
58363
58397
  style: {
package/dist/index.umd.js CHANGED
@@ -9598,7 +9598,7 @@
9598
9598
  className: 'text-capitalize text-dark m-0 p-0 font-weight-500 font-13 m-0 p-0 '
9599
9599
  }, variantitem.optionname, ":"), /*#__PURE__*/React__default["default"].createElement("p", {
9600
9600
  className: ' text-capitalize text-dark font-weight-500 m-0 p-0 ml-1 mr-1 '
9601
- }, variantitem.optionvalue)));
9601
+ }, variantitem.optionvalue == '#c9b0a1' ? 'Beige' : variantitem.optionvalue == '#000000' ? 'Black' : variantitem.optionvalue)));
9602
9602
  }), item.product_extrafields != null && product_extrafields.map(function (extrafielditem, extrafieldindex) {
9603
9603
  return /*#__PURE__*/React__default["default"].createElement("div", {
9604
9604
  "class": "row m-0 w-100"
@@ -10504,7 +10504,7 @@
10504
10504
  borderRadius: sectionproperties.inputfieldborderradius + 'px'
10505
10505
  }
10506
10506
  })))))), /*#__PURE__*/React__default["default"].createElement("div", {
10507
- className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0' : 'col-lg-4 col-md-12 pl-0'
10507
+ className: langdetect == 'en' ? 'col-lg-4 col-md-12 pr-0 px-sm-0' : 'col-lg-4 col-md-12 pl-0 px-sm-0'
10508
10508
  }, Mycart())))));
10509
10509
  };
10510
10510
 
@@ -14318,9 +14318,11 @@
14318
14318
  tempfetchproductsfilerobjcontext.parentcollections_for_collectionsFilter = tempfetchproductsfilerobjcontext.collections;
14319
14319
  }
14320
14320
  tempfetchproductsfilerobjcontext === null || tempfetchproductsfilerobjcontext === void 0 || (_tempfetchproductsfil2 = tempfetchproductsfilerobjcontext.collections) === null || _tempfetchproductsfil2 === void 0 || _tempfetchproductsfil2.forEach(function (filteritem, filterindex) {
14321
- if (filteritem == collectionid) {
14322
- CollectionExists = true;
14323
- tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
14321
+ if (sectionproperties.filterdirection != 'Horizontal') {
14322
+ if (filteritem == collectionid) {
14323
+ CollectionExists = true;
14324
+ tempfetchproductsfilerobjcontext.collections.splice(filterindex, 1);
14325
+ }
14324
14326
  }
14325
14327
  });
14326
14328
  if (!CollectionExists) {
@@ -22103,7 +22105,35 @@
22103
22105
  className: "p-0"
22104
22106
  }, /*#__PURE__*/React__default["default"].createElement("div", {
22105
22107
  className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex"
22106
- }, Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
22108
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22109
+ "class": "col-lg-12 p-0"
22110
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22111
+ className: ' row m-0 p-0 mb-2 '
22112
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22113
+ className: ' row m-0 w-100 px-5 '
22114
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
22115
+ className: "col-10 p-0 text-start",
22116
+ onClick: function onClick() {
22117
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'parentcollections/' + item.parentcollectionid);
22118
+ setopenCnvas(false);
22119
+ }
22120
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
22121
+ className: ' mb-0 p-0 ',
22122
+ style: {
22123
+ color: sectionproperties.collectionsectiontextcolor,
22124
+ fontSize: sectionproperties.collectionsectiontextfontsize + 'px',
22125
+ textTransform: sectionproperties.collectionsectiontexttransform,
22126
+ fontWeight: sectionproperties.collectionsectiontextfontweight,
22127
+ transition: '.3s'
22128
+ }
22129
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق', " ", langdetect == 'en' ? item.title_en : item.title_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
22130
+ className: "col-lg-12 p-0"
22131
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
22132
+ className: "mt-4 mb-4",
22133
+ style: {
22134
+ borderColor: sectionproperties.resp_header_separatorbg
22135
+ }
22136
+ })))), Choosenindex.length != 0 && (item === null || item === void 0 ? void 0 : item.collections.length) != 0 && (item === null || item === void 0 || (_item$collections = item.collections) === null || _item$collections === void 0 ? void 0 : _item$collections.map(function (collitem, collindex) {
22107
22137
  if (collitem.isshowntocustomers == 1) {
22108
22138
  return /*#__PURE__*/React__default["default"].createElement("div", {
22109
22139
  "class": "col-lg-12 p-0"
@@ -58211,7 +58241,7 @@
58211
58241
  };
58212
58242
  var SlideShowTextContainer = function SlideShowTextContainer(item) {
58213
58243
  return /*#__PURE__*/React__default["default"].createElement("div", {
58214
- "class": 'row m-0 w-sm-100 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
58244
+ "class": 'row m-0 w-md-50 allcentered align-items-md-center justify-content-md-center p-0 px-5 px-sm-3'
58215
58245
  // style={{ position: 'absolute', top: cardarrayofobjs.length != 0 ? '40%' : '50%', zIndex: 2 }}
58216
58246
  ,
58217
58247
  style: {
@@ -58232,7 +58262,11 @@
58232
58262
  overflow: 'hidden'
58233
58263
  }
58234
58264
  }, langdetect == 'en' ? item.titleen : item.titlear)), /*#__PURE__*/React__default["default"].createElement("div", {
58235
- "class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3 d-md-none' : 'col-lg-12 mb-3 d-md-none'
58265
+ "class": sectionproperties.text2centered == 'Centered' ? 'col-lg-12 allcentered mb-3' : 'col-lg-12 mb-3 col-md-6 col-sm-6',
58266
+ style: {
58267
+ marginRight: langdetect == 'en' ? 'auto' : '',
58268
+ marginLeft: langdetect == 'ar' ? 'auto' : ''
58269
+ }
58236
58270
  }, /*#__PURE__*/React__default["default"].createElement("p", {
58237
58271
  className: "m-0 p-0 wordbreak",
58238
58272
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.462",
3
+ "version": "0.0.463",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {