tabexseriescomponents 0.0.379 → 0.0.381

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
@@ -8799,6 +8799,15 @@ var Checkout = function Checkout(props) {
8799
8799
  }, _callee);
8800
8800
  }))).apply(this, arguments);
8801
8801
  };
8802
+ var ischeckoutbuttonloading = function ischeckoutbuttonloading() {
8803
+ var isloading = false;
8804
+ if (AddOrderMutationContext.isLoading || ChooseState_CountryMutationContext.isLoading || GeneralAPIMutationContext.isLoading) {
8805
+ isloading = true;
8806
+ } else {
8807
+ isloading = false;
8808
+ }
8809
+ return isloading;
8810
+ };
8802
8811
  var Mycart = function Mycart() {
8803
8812
  var _fetchcustomercartQue29, _fetchcustomercartQue30, _fetchcustomercartQue31, _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54;
8804
8813
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -9160,16 +9169,14 @@ var Checkout = function Checkout(props) {
9160
9169
  cartinfoupdater('paymentmethod', 'cod');
9161
9170
  }
9162
9171
  addorderfuncrunner();
9163
- // AddOrderMutationContext.mutate(payloadobj);
9164
9172
  },
9165
-
9166
- disabled: AddOrderMutationContext.isLoading ? true : false
9167
- }, AddOrderMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
9173
+ disabled: ischeckoutbuttonloading() == true ? true : false
9174
+ }, ischeckoutbuttonloading() && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
9168
9175
  color: "#fff",
9169
9176
  width: "20px",
9170
9177
  height: "20px",
9171
9178
  duration: "1s"
9172
- }), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue54 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue54 === void 0 || (_fetchcustomercartQue54 = _fetchcustomercartQue54.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
9179
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue54 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue54 === void 0 || (_fetchcustomercartQue54 = _fetchcustomercartQue54.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : '', "\xA0\xA0\xA0\xA0\xA0\xA0\xA0"))))));
9173
9180
  };
9174
9181
  return /*#__PURE__*/React__default["default"].createElement("div", {
9175
9182
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -36423,7 +36430,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36423
36430
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36424
36431
  "class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
36425
36432
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36426
- "class": "col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-start"
36433
+ "class": sectionproperties.searchbar_show == 'Show' ? 'col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-start' : 'col-lg-3 col-md-4 p-0 d-flex align-items-center justify-content-start'
36427
36434
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36428
36435
  "class": header_cssstyles.fbbtn + ' p-0 allcentered cursor-pointer ',
36429
36436
  onClick: function onClick() {
@@ -36458,7 +36465,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36458
36465
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
36459
36466
  size: sectionproperties.youtubebtniconfontsize
36460
36467
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
36461
- "class": " ".concat(headerstyles.nav__item) + ' col-lg-4 col-md-4 p-0 align-tems-center justify-content-center '
36468
+ "class": sectionproperties.searchbar_show == 'Show' ? "".concat(headerstyles.nav__item) + ' col-lg-4 col-md-4 p-0 align-tems-center justify-content-center ' : "".concat(headerstyles.nav__item) + ' col-lg-6 col-md-4 p-0 align-tems-center justify-content-center '
36462
36469
  }, /*#__PURE__*/React__default["default"].createElement("nav", {
36463
36470
  "class": headerstyles.navbar + ' scrollhorizontal navbar align-tems-center justify-content-center ',
36464
36471
  style: {
@@ -36491,7 +36498,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36491
36498
  numofcolsinlistprops: '4'
36492
36499
  }
36493
36500
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
36494
- "class": "col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-end"
36501
+ "class": sectionproperties.searchbar_show == 'Show' ? 'col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-3 col-md-4 p-0 d-flex align-items-center justify-content-end'
36495
36502
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36496
36503
  "class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
36497
36504
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -50093,7 +50100,7 @@ var Twobgimages = function Twobgimages(props) {
50093
50100
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
50094
50101
  var ikimagecredcontext = props.actions.ikimagecredcontext;
50095
50102
  props.actions.history;
50096
- var actions = props.actions;
50103
+ props.actions;
50097
50104
  React.useEffect(function () {
50098
50105
  if (props.srcfrom == 'addsectionform') {
50099
50106
  var secpropobj = {};
@@ -50240,12 +50247,7 @@ var Twobgimages = function Twobgimages(props) {
50240
50247
  backgroundSize: 'cover',
50241
50248
  background: sectionproperties.backgroundColor
50242
50249
  }
50243
- }, sectionproperties.collectionssectionshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
50244
- className: "col-lg-2 col-md-12 pl-2 pr-2 mb-md-3"
50245
- }, /*#__PURE__*/React__default["default"].createElement(Categoriesdropdown, {
50246
- sectionpropertiesprops: sectionproperties,
50247
- actions: actions
50248
- })), /*#__PURE__*/React__default["default"].createElement("div", {
50250
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
50249
50251
  className: sectionproperties.collectionssectionshow == 'Show' ? 'col-lg-10 col-md-12 p-md-0' : 'col-lg-12 p-0'
50250
50252
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50251
50253
  className: "row m-0 w-100"
package/dist/index.esm.js CHANGED
@@ -8750,6 +8750,15 @@ var Checkout = function Checkout(props) {
8750
8750
  }, _callee);
8751
8751
  }))).apply(this, arguments);
8752
8752
  };
8753
+ var ischeckoutbuttonloading = function ischeckoutbuttonloading() {
8754
+ var isloading = false;
8755
+ if (AddOrderMutationContext.isLoading || ChooseState_CountryMutationContext.isLoading || GeneralAPIMutationContext.isLoading) {
8756
+ isloading = true;
8757
+ } else {
8758
+ isloading = false;
8759
+ }
8760
+ return isloading;
8761
+ };
8753
8762
  var Mycart = function Mycart() {
8754
8763
  var _fetchcustomercartQue29, _fetchcustomercartQue30, _fetchcustomercartQue31, _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54;
8755
8764
  return /*#__PURE__*/React.createElement("div", {
@@ -9111,16 +9120,14 @@ var Checkout = function Checkout(props) {
9111
9120
  cartinfoupdater('paymentmethod', 'cod');
9112
9121
  }
9113
9122
  addorderfuncrunner();
9114
- // AddOrderMutationContext.mutate(payloadobj);
9115
9123
  },
9116
-
9117
- disabled: AddOrderMutationContext.isLoading ? true : false
9118
- }, AddOrderMutationContext.isLoading && /*#__PURE__*/React.createElement(CircularProgress, {
9124
+ disabled: ischeckoutbuttonloading() == true ? true : false
9125
+ }, ischeckoutbuttonloading() && /*#__PURE__*/React.createElement(CircularProgress, {
9119
9126
  color: "#fff",
9120
9127
  width: "20px",
9121
9128
  height: "20px",
9122
9129
  duration: "1s"
9123
- }), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue54 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue54 === void 0 || (_fetchcustomercartQue54 = _fetchcustomercartQue54.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
9130
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue54 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue54 === void 0 || (_fetchcustomercartQue54 = _fetchcustomercartQue54.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : '', "\xA0\xA0\xA0\xA0\xA0\xA0\xA0"))))));
9124
9131
  };
9125
9132
  return /*#__PURE__*/React.createElement("div", {
9126
9133
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -36374,7 +36381,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36374
36381
  }, /*#__PURE__*/React.createElement("div", {
36375
36382
  "class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
36376
36383
  }, /*#__PURE__*/React.createElement("div", {
36377
- "class": "col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-start"
36384
+ "class": sectionproperties.searchbar_show == 'Show' ? 'col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-start' : 'col-lg-3 col-md-4 p-0 d-flex align-items-center justify-content-start'
36378
36385
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React.createElement("div", {
36379
36386
  "class": header_cssstyles.fbbtn + ' p-0 allcentered cursor-pointer ',
36380
36387
  onClick: function onClick() {
@@ -36409,7 +36416,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36409
36416
  }, /*#__PURE__*/React.createElement(FaWhatsapp, {
36410
36417
  size: sectionproperties.youtubebtniconfontsize
36411
36418
  }))), /*#__PURE__*/React.createElement("div", {
36412
- "class": " ".concat(headerstyles.nav__item) + ' col-lg-4 col-md-4 p-0 align-tems-center justify-content-center '
36419
+ "class": sectionproperties.searchbar_show == 'Show' ? "".concat(headerstyles.nav__item) + ' col-lg-4 col-md-4 p-0 align-tems-center justify-content-center ' : "".concat(headerstyles.nav__item) + ' col-lg-6 col-md-4 p-0 align-tems-center justify-content-center '
36413
36420
  }, /*#__PURE__*/React.createElement("nav", {
36414
36421
  "class": headerstyles.navbar + ' scrollhorizontal navbar align-tems-center justify-content-center ',
36415
36422
  style: {
@@ -36442,7 +36449,7 @@ var TwoTieredWithCenteredLogoHeader = function TwoTieredWithCenteredLogoHeader(p
36442
36449
  numofcolsinlistprops: '4'
36443
36450
  }
36444
36451
  }))), /*#__PURE__*/React.createElement("div", {
36445
- "class": "col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-end"
36452
+ "class": sectionproperties.searchbar_show == 'Show' ? 'col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-3 col-md-4 p-0 d-flex align-items-center justify-content-end'
36446
36453
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React.createElement("div", {
36447
36454
  "class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
36448
36455
  }, /*#__PURE__*/React.createElement("div", {
@@ -50044,7 +50051,7 @@ var Twobgimages = function Twobgimages(props) {
50044
50051
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
50045
50052
  var ikimagecredcontext = props.actions.ikimagecredcontext;
50046
50053
  props.actions.history;
50047
- var actions = props.actions;
50054
+ props.actions;
50048
50055
  useEffect(function () {
50049
50056
  if (props.srcfrom == 'addsectionform') {
50050
50057
  var secpropobj = {};
@@ -50191,12 +50198,7 @@ var Twobgimages = function Twobgimages(props) {
50191
50198
  backgroundSize: 'cover',
50192
50199
  background: sectionproperties.backgroundColor
50193
50200
  }
50194
- }, sectionproperties.collectionssectionshow == 'Show' && /*#__PURE__*/React.createElement("div", {
50195
- className: "col-lg-2 col-md-12 pl-2 pr-2 mb-md-3"
50196
- }, /*#__PURE__*/React.createElement(Categoriesdropdown, {
50197
- sectionpropertiesprops: sectionproperties,
50198
- actions: actions
50199
- })), /*#__PURE__*/React.createElement("div", {
50201
+ }, /*#__PURE__*/React.createElement("div", {
50200
50202
  className: sectionproperties.collectionssectionshow == 'Show' ? 'col-lg-10 col-md-12 p-md-0' : 'col-lg-12 p-0'
50201
50203
  }, /*#__PURE__*/React.createElement("div", {
50202
50204
  className: "row m-0 w-100"
package/dist/index.umd.js CHANGED
@@ -8631,6 +8631,15 @@
8631
8631
  }, _callee);
8632
8632
  }))).apply(this, arguments);
8633
8633
  };
8634
+ var ischeckoutbuttonloading = function ischeckoutbuttonloading() {
8635
+ var isloading = false;
8636
+ if (AddOrderMutationContext.isLoading || ChooseState_CountryMutationContext.isLoading || GeneralAPIMutationContext.isLoading) {
8637
+ isloading = true;
8638
+ } else {
8639
+ isloading = false;
8640
+ }
8641
+ return isloading;
8642
+ };
8634
8643
  var Mycart = function Mycart() {
8635
8644
  var _fetchcustomercartQue29, _fetchcustomercartQue30, _fetchcustomercartQue31, _fetchcustomercartQue35, _fetchcustomercartQue36, _fetchcustomercartQue37, _fetchcustomercartQue38, _fetchcustomercartQue39, _fetchcustomercartQue40, _fetchcustomercartQue41, _fetchcustomercartQue42, _fetchcustomercartQue43, _fetchcustomercartQue44, _fetchcustomercartQue45, _fetchcustomercartQue46, _fetchcustomercartQue47, _fetchcustomercartQue48, _fetchcustomercartQue49, _fetchcustomercartQue50, _fetchcustomercartQue51, _fetchcustomercartQue52, _fetchcustomercartQue53, _fetchcustomercartQue54;
8636
8645
  return /*#__PURE__*/React__default["default"].createElement("div", {
@@ -8992,16 +9001,14 @@
8992
9001
  cartinfoupdater('paymentmethod', 'cod');
8993
9002
  }
8994
9003
  addorderfuncrunner();
8995
- // AddOrderMutationContext.mutate(payloadobj);
8996
9004
  },
8997
-
8998
- disabled: AddOrderMutationContext.isLoading ? true : false
8999
- }, AddOrderMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
9005
+ disabled: ischeckoutbuttonloading() == true ? true : false
9006
+ }, ischeckoutbuttonloading() && /*#__PURE__*/React__default["default"].createElement(reactCssfxLoading.CircularProgress, {
9000
9007
  color: "#fff",
9001
9008
  width: "20px",
9002
9009
  height: "20px",
9003
9010
  duration: "1s"
9004
- }), !AddOrderMutationContext.isLoading ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue54 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue54 === void 0 || (_fetchcustomercartQue54 = _fetchcustomercartQue54.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : ''))))));
9011
+ }), !ischeckoutbuttonloading() ? (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 || (_fetchcustomercartQue54 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue54 === void 0 || (_fetchcustomercartQue54 = _fetchcustomercartQue54.data) === null || _fetchcustomercartQue54 === void 0 ? void 0 : _fetchcustomercartQue54.customercart.paymentmethod) == 'onlinepayment' ? lang.continuetopayment : authdetailsContext.loggedin ? langdetect == 'en' ? sectionproperties.checkoutbtn_en2 : sectionproperties.checkoutbtn_ar2 : langdetect == 'en' ? sectionproperties.checkoutbtn_en2 + ' ' + lang.asaguest : sectionproperties.checkoutbtn_ar2 + ' ' + lang.asaguest : '', "\xA0\xA0\xA0\xA0\xA0\xA0\xA0"))))));
9005
9012
  };
9006
9013
  return /*#__PURE__*/React__default["default"].createElement("div", {
9007
9014
  className: 'row m-0 w-100 d-flex justify-content-center p-sm-0 '
@@ -36255,7 +36262,7 @@
36255
36262
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36256
36263
  "class": " ".concat(headerstyles.navbar, " ").concat(header_cssstyles.lowerheadersection) + ' row m-0 w-100 d-flex align-items-center h-100 plr-1025-0 '
36257
36264
  }, /*#__PURE__*/React__default["default"].createElement("div", {
36258
- "class": "col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-start"
36265
+ "class": sectionproperties.searchbar_show == 'Show' ? 'col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-start' : 'col-lg-3 col-md-4 p-0 d-flex align-items-center justify-content-start'
36259
36266
  }, sectionproperties.fbbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36260
36267
  "class": header_cssstyles.fbbtn + ' p-0 allcentered cursor-pointer ',
36261
36268
  onClick: function onClick() {
@@ -36290,7 +36297,7 @@
36290
36297
  }, /*#__PURE__*/React__default["default"].createElement(FaWhatsapp.FaWhatsapp, {
36291
36298
  size: sectionproperties.youtubebtniconfontsize
36292
36299
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
36293
- "class": " ".concat(headerstyles.nav__item) + ' col-lg-4 col-md-4 p-0 align-tems-center justify-content-center '
36300
+ "class": sectionproperties.searchbar_show == 'Show' ? "".concat(headerstyles.nav__item) + ' col-lg-4 col-md-4 p-0 align-tems-center justify-content-center ' : "".concat(headerstyles.nav__item) + ' col-lg-6 col-md-4 p-0 align-tems-center justify-content-center '
36294
36301
  }, /*#__PURE__*/React__default["default"].createElement("nav", {
36295
36302
  "class": headerstyles.navbar + ' scrollhorizontal navbar align-tems-center justify-content-center ',
36296
36303
  style: {
@@ -36323,7 +36330,7 @@
36323
36330
  numofcolsinlistprops: '4'
36324
36331
  }
36325
36332
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
36326
- "class": "col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-end"
36333
+ "class": sectionproperties.searchbar_show == 'Show' ? 'col-lg-4 col-md-4 p-0 d-flex align-items-center justify-content-end' : 'col-lg-3 col-md-4 p-0 d-flex align-items-center justify-content-end'
36327
36334
  }, sectionproperties.searchbar_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
36328
36335
  "class": "col-lg-4 p-0 d-flex justify-content-end align-items-center"
36329
36336
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -49925,7 +49932,7 @@
49925
49932
  var StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
49926
49933
  var ikimagecredcontext = props.actions.ikimagecredcontext;
49927
49934
  props.actions.history;
49928
- var actions = props.actions;
49935
+ props.actions;
49929
49936
  React.useEffect(function () {
49930
49937
  if (props.srcfrom == 'addsectionform') {
49931
49938
  var secpropobj = {};
@@ -50072,12 +50079,7 @@
50072
50079
  backgroundSize: 'cover',
50073
50080
  background: sectionproperties.backgroundColor
50074
50081
  }
50075
- }, sectionproperties.collectionssectionshow == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
50076
- className: "col-lg-2 col-md-12 pl-2 pr-2 mb-md-3"
50077
- }, /*#__PURE__*/React__default["default"].createElement(Categoriesdropdown, {
50078
- sectionpropertiesprops: sectionproperties,
50079
- actions: actions
50080
- })), /*#__PURE__*/React__default["default"].createElement("div", {
50082
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
50081
50083
  className: sectionproperties.collectionssectionshow == 'Show' ? 'col-lg-10 col-md-12 p-md-0' : 'col-lg-12 p-0'
50082
50084
  }, /*#__PURE__*/React__default["default"].createElement("div", {
50083
50085
  className: "row m-0 w-100"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.379",
3
+ "version": "0.0.381",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {