tabexseriescomponents 0.0.292 → 0.0.294

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
@@ -7307,7 +7307,7 @@ var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
7307
7307
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
7308
7308
  });
7309
7309
  var Checkout = function Checkout(props) {
7310
- var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125;
7310
+ var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125, _fetchcustomercartQue128, _fetchcustomercartQue129;
7311
7311
  var _useState = React.useState(null),
7312
7312
  _useState2 = _slicedToArray__default["default"](_useState, 2),
7313
7313
  timer = _useState2[0],
@@ -8386,7 +8386,28 @@ var Checkout = function Checkout(props) {
8386
8386
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
8387
8387
  })), /*#__PURE__*/React__default["default"].createElement("p", {
8388
8388
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
8389
- }, " ", lang.onlinepayment)))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
8389
+ }, " ", lang.onlinepayment))), authdetailsContext.instinfo.acceptValuCard == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
8390
+ className: "col-xl-4 col-lg-4 col-md-12 mb-3"
8391
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
8392
+ className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
8393
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
8394
+ type: "checkbox",
8395
+ className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
8396
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'valU' ? true : false,
8397
+ onChange: function onChange() {
8398
+ var _fetchcustomercartQue126, _fetchcustomercartQue127;
8399
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue126 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue126 === void 0 ? void 0 : (_fetchcustomercartQue127 = _fetchcustomercartQue126.data) === null || _fetchcustomercartQue127 === void 0 ? void 0 : _fetchcustomercartQue127.customercart.paymentmethod) != 'valU') {
8400
+ cartinfoupdater('paymentmethod', 'valU');
8401
+ }
8402
+ }
8403
+ }), /*#__PURE__*/React__default["default"].createElement("svg", {
8404
+ viewBox: "0 0 21 21",
8405
+ className: checkoutstyles.svgstyles + ' h-100 '
8406
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
8407
+ d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
8408
+ })), /*#__PURE__*/React__default["default"].createElement("p", {
8409
+ className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
8410
+ }, " ValU")))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue128 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue128 === void 0 ? void 0 : (_fetchcustomercartQue129 = _fetchcustomercartQue128.data) === null || _fetchcustomercartQue129 === void 0 ? void 0 : _fetchcustomercartQue129.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
8390
8411
  className: "col-lg-12 p-0 w-100 mb-3"
8391
8412
  }, /*#__PURE__*/React__default["default"].createElement("div", {
8392
8413
  style: {
@@ -14860,12 +14881,12 @@ var Headerresponsive = function Headerresponsive(props) {
14860
14881
  style: {
14861
14882
  borderColor: sectionproperties.resp_header_separatorbg
14862
14883
  }
14863
- }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
14884
+ }))))))), sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
14864
14885
  className: "col-lg-12 p-0 h-100",
14865
14886
  id: "subheader"
14866
14887
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14867
14888
  className: "row m-0 w-100 h-100"
14868
- }, sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
14889
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
14869
14890
  className: "col-lg-12 p-0 h-100"
14870
14891
  }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
14871
14892
  sectionpropertiesprops: sectionproperties,
@@ -18569,18 +18590,6 @@ var CTAHeader = function CTAHeader(props) {
18569
18590
  "class": "".concat(header_cssstyles.topbar_item_text)
18570
18591
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
18571
18592
  }
18572
- })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
18573
- "class": "row m-0 w-100 p-0"
18574
- }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
18575
- sectionpropertiesprops: sectionproperties,
18576
- authdetailsContext: authdetailsContext,
18577
- subheaderpropertiesprops: {
18578
- subheaderpositionprops: 'in nav',
18579
- paddingLeftprops: '30px',
18580
- paddingRightprops: '30px',
18581
- subheadercontentpositionprops: 'center'
18582
- },
18583
- actions: actions
18584
18593
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
18585
18594
  "class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
18586
18595
  }, sectionproperties.generalbtn_show == 'Show' && sectionproperties.btntype == 'Shop' && /*#__PURE__*/React__default["default"].createElement("button", {
@@ -18683,18 +18692,7 @@ var CTAHeader = function CTAHeader(props) {
18683
18692
  }
18684
18693
  }), /*#__PURE__*/React__default["default"].createElement("span", {
18685
18694
  "class": 'ml-2 mr-2'
18686
- }, lang.english)))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
18687
- "class": "col-lg-12 col-md-12 col-sm-12 p-0"
18688
- }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
18689
- sectionpropertiesprops: sectionproperties,
18690
- subheaderpropertiesprops: {
18691
- subheaderpositionprops: 'Full Width',
18692
- paddingLeftprops: '30px',
18693
- paddingRightprops: '30px',
18694
- subheadercontentpositionprops: 'center'
18695
- },
18696
- actions: actions
18697
- })))), /*#__PURE__*/React__default["default"].createElement("div", {
18695
+ }, lang.english)))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
18698
18696
  "class": "col-lg-12 col-md-12 col-sm-12 p-0 d-lg-none d-md-block d-sm-block"
18699
18697
  }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
18700
18698
  sectionpropertiesprops: sectionproperties,
package/dist/index.esm.js CHANGED
@@ -7260,7 +7260,7 @@ var Select$2 = /*#__PURE__*/React.lazy(function () {
7260
7260
  return import('react-select');
7261
7261
  });
7262
7262
  var Checkout = function Checkout(props) {
7263
- var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125;
7263
+ var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125, _fetchcustomercartQue128, _fetchcustomercartQue129;
7264
7264
  var _useState = useState(null),
7265
7265
  _useState2 = _slicedToArray(_useState, 2),
7266
7266
  timer = _useState2[0],
@@ -8339,7 +8339,28 @@ var Checkout = function Checkout(props) {
8339
8339
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
8340
8340
  })), /*#__PURE__*/React.createElement("p", {
8341
8341
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
8342
- }, " ", lang.onlinepayment)))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React.createElement("div", {
8342
+ }, " ", lang.onlinepayment))), authdetailsContext.instinfo.acceptValuCard == 1 && /*#__PURE__*/React.createElement("div", {
8343
+ className: "col-xl-4 col-lg-4 col-md-12 mb-3"
8344
+ }, /*#__PURE__*/React.createElement("label", {
8345
+ className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
8346
+ }, /*#__PURE__*/React.createElement("input", {
8347
+ type: "checkbox",
8348
+ className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
8349
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'valU' ? true : false,
8350
+ onChange: function onChange() {
8351
+ var _fetchcustomercartQue126, _fetchcustomercartQue127;
8352
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue126 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue126 === void 0 ? void 0 : (_fetchcustomercartQue127 = _fetchcustomercartQue126.data) === null || _fetchcustomercartQue127 === void 0 ? void 0 : _fetchcustomercartQue127.customercart.paymentmethod) != 'valU') {
8353
+ cartinfoupdater('paymentmethod', 'valU');
8354
+ }
8355
+ }
8356
+ }), /*#__PURE__*/React.createElement("svg", {
8357
+ viewBox: "0 0 21 21",
8358
+ className: checkoutstyles.svgstyles + ' h-100 '
8359
+ }, /*#__PURE__*/React.createElement("path", {
8360
+ d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
8361
+ })), /*#__PURE__*/React.createElement("p", {
8362
+ className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
8363
+ }, " ValU")))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue128 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue128 === void 0 ? void 0 : (_fetchcustomercartQue129 = _fetchcustomercartQue128.data) === null || _fetchcustomercartQue129 === void 0 ? void 0 : _fetchcustomercartQue129.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React.createElement("div", {
8343
8364
  className: "col-lg-12 p-0 w-100 mb-3"
8344
8365
  }, /*#__PURE__*/React.createElement("div", {
8345
8366
  style: {
@@ -14813,12 +14834,12 @@ var Headerresponsive = function Headerresponsive(props) {
14813
14834
  style: {
14814
14835
  borderColor: sectionproperties.resp_header_separatorbg
14815
14836
  }
14816
- }))))))), /*#__PURE__*/React.createElement("div", {
14837
+ }))))))), sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React.createElement("div", {
14817
14838
  className: "col-lg-12 p-0 h-100",
14818
14839
  id: "subheader"
14819
14840
  }, /*#__PURE__*/React.createElement("div", {
14820
14841
  className: "row m-0 w-100 h-100"
14821
- }, sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React.createElement("div", {
14842
+ }, /*#__PURE__*/React.createElement("div", {
14822
14843
  className: "col-lg-12 p-0 h-100"
14823
14844
  }, /*#__PURE__*/React.createElement(Subheader, {
14824
14845
  sectionpropertiesprops: sectionproperties,
@@ -18522,18 +18543,6 @@ var CTAHeader = function CTAHeader(props) {
18522
18543
  "class": "".concat(header_cssstyles.topbar_item_text)
18523
18544
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
18524
18545
  }
18525
- })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React.createElement("div", {
18526
- "class": "row m-0 w-100 p-0"
18527
- }, /*#__PURE__*/React.createElement(Subheader, {
18528
- sectionpropertiesprops: sectionproperties,
18529
- authdetailsContext: authdetailsContext,
18530
- subheaderpropertiesprops: {
18531
- subheaderpositionprops: 'in nav',
18532
- paddingLeftprops: '30px',
18533
- paddingRightprops: '30px',
18534
- subheadercontentpositionprops: 'center'
18535
- },
18536
- actions: actions
18537
18546
  }))), /*#__PURE__*/React.createElement("div", {
18538
18547
  "class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
18539
18548
  }, sectionproperties.generalbtn_show == 'Show' && sectionproperties.btntype == 'Shop' && /*#__PURE__*/React.createElement("button", {
@@ -18636,18 +18645,7 @@ var CTAHeader = function CTAHeader(props) {
18636
18645
  }
18637
18646
  }), /*#__PURE__*/React.createElement("span", {
18638
18647
  "class": 'ml-2 mr-2'
18639
- }, lang.english)))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React.createElement("div", {
18640
- "class": "col-lg-12 col-md-12 col-sm-12 p-0"
18641
- }, /*#__PURE__*/React.createElement(Subheader, {
18642
- sectionpropertiesprops: sectionproperties,
18643
- subheaderpropertiesprops: {
18644
- subheaderpositionprops: 'Full Width',
18645
- paddingLeftprops: '30px',
18646
- paddingRightprops: '30px',
18647
- subheadercontentpositionprops: 'center'
18648
- },
18649
- actions: actions
18650
- })))), /*#__PURE__*/React.createElement("div", {
18648
+ }, lang.english)))))))))), /*#__PURE__*/React.createElement("div", {
18651
18649
  "class": "col-lg-12 col-md-12 col-sm-12 p-0 d-lg-none d-md-block d-sm-block"
18652
18650
  }, /*#__PURE__*/React.createElement(Headerresponsive, {
18653
18651
  sectionpropertiesprops: sectionproperties,
package/dist/index.umd.js CHANGED
@@ -7152,7 +7152,7 @@
7152
7152
  return import('react-select');
7153
7153
  });
7154
7154
  var Checkout = function Checkout(props) {
7155
- var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125;
7155
+ var _css, _checkoutstyles, _fetchcustomercartQue91, _fetchcustomercartQue92, _fetchcustomercartQue93, _fetchcustomercartQue94, _fetchcustomercartQue95, _fetchcustomercartQue96, _fetchcustomercartQue105, _fetchcustomercartQue106, _fetchcustomercartQue107, _fetchcustomercartQue108, _fetchcustomercartQue109, _fetchcustomercartQue110, _fetchcustomercartQue111, _fetchcustomercartQue112, _fetchcustomercartQue113, _fetchcustomercartQue116, _fetchcustomercartQue117, _fetchcustomercartQue120, _fetchcustomercartQue121, _fetchcustomercartQue124, _fetchcustomercartQue125, _fetchcustomercartQue128, _fetchcustomercartQue129;
7156
7156
  var _useState = React.useState(null),
7157
7157
  _useState2 = _slicedToArray__default["default"](_useState, 2),
7158
7158
  timer = _useState2[0],
@@ -8231,7 +8231,28 @@
8231
8231
  d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
8232
8232
  })), /*#__PURE__*/React__default["default"].createElement("p", {
8233
8233
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
8234
- }, " ", lang.onlinepayment)))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
8234
+ }, " ", lang.onlinepayment))), authdetailsContext.instinfo.acceptValuCard == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
8235
+ className: "col-xl-4 col-lg-4 col-md-12 mb-3"
8236
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
8237
+ className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 '
8238
+ }, /*#__PURE__*/React__default["default"].createElement("input", {
8239
+ type: "checkbox",
8240
+ className: checkoutstyles.checkboxinputstyles + ' mt-auto mb-auto ',
8241
+ checked: (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue124 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue124 === void 0 ? void 0 : (_fetchcustomercartQue125 = _fetchcustomercartQue124.data) === null || _fetchcustomercartQue125 === void 0 ? void 0 : _fetchcustomercartQue125.customercart.paymentmethod) == 'valU' ? true : false,
8242
+ onChange: function onChange() {
8243
+ var _fetchcustomercartQue126, _fetchcustomercartQue127;
8244
+ if ((fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue126 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue126 === void 0 ? void 0 : (_fetchcustomercartQue127 = _fetchcustomercartQue126.data) === null || _fetchcustomercartQue127 === void 0 ? void 0 : _fetchcustomercartQue127.customercart.paymentmethod) != 'valU') {
8245
+ cartinfoupdater('paymentmethod', 'valU');
8246
+ }
8247
+ }
8248
+ }), /*#__PURE__*/React__default["default"].createElement("svg", {
8249
+ viewBox: "0 0 21 21",
8250
+ className: checkoutstyles.svgstyles + ' h-100 '
8251
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
8252
+ d: "M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"
8253
+ })), /*#__PURE__*/React__default["default"].createElement("p", {
8254
+ className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
8255
+ }, " ValU")))))), (fetchcustomercartQueryContext === null || fetchcustomercartQueryContext === void 0 ? void 0 : (_fetchcustomercartQue128 = fetchcustomercartQueryContext.data) === null || _fetchcustomercartQue128 === void 0 ? void 0 : (_fetchcustomercartQue129 = _fetchcustomercartQue128.data) === null || _fetchcustomercartQue129 === void 0 ? void 0 : _fetchcustomercartQue129.customercart.paymentmethod) == 'onlinepayment1' && /*#__PURE__*/React__default["default"].createElement("div", {
8235
8256
  className: "col-lg-12 p-0 w-100 mb-3"
8236
8257
  }, /*#__PURE__*/React__default["default"].createElement("div", {
8237
8258
  style: {
@@ -14705,12 +14726,12 @@
14705
14726
  style: {
14706
14727
  borderColor: sectionproperties.resp_header_separatorbg
14707
14728
  }
14708
- }))))))), /*#__PURE__*/React__default["default"].createElement("div", {
14729
+ }))))))), sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
14709
14730
  className: "col-lg-12 p-0 h-100",
14710
14731
  id: "subheader"
14711
14732
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14712
14733
  className: "row m-0 w-100 h-100"
14713
- }, sectionproperties.showhidesubheader == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
14734
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
14714
14735
  className: "col-lg-12 p-0 h-100"
14715
14736
  }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
14716
14737
  sectionpropertiesprops: sectionproperties,
@@ -18414,18 +18435,6 @@
18414
18435
  "class": "".concat(header_cssstyles.topbar_item_text)
18415
18436
  }, langdetect == 'en' ? item.pagename : item.pagename_ar));
18416
18437
  }
18417
- })), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Besides Top Navigation' && /*#__PURE__*/React__default["default"].createElement("div", {
18418
- "class": "row m-0 w-100 p-0"
18419
- }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
18420
- sectionpropertiesprops: sectionproperties,
18421
- authdetailsContext: authdetailsContext,
18422
- subheaderpropertiesprops: {
18423
- subheaderpositionprops: 'in nav',
18424
- paddingLeftprops: '30px',
18425
- paddingRightprops: '30px',
18426
- subheadercontentpositionprops: 'center'
18427
- },
18428
- actions: actions
18429
18438
  }))), /*#__PURE__*/React__default["default"].createElement("div", {
18430
18439
  "class": "col-lg-3 p-0 d-flex align-items-center justify-content-end"
18431
18440
  }, sectionproperties.generalbtn_show == 'Show' && sectionproperties.btntype == 'Shop' && /*#__PURE__*/React__default["default"].createElement("button", {
@@ -18528,18 +18537,7 @@
18528
18537
  }
18529
18538
  }), /*#__PURE__*/React__default["default"].createElement("span", {
18530
18539
  "class": 'ml-2 mr-2'
18531
- }, lang.english)))))))), sectionproperties.showhidesubheader == 'Show' && sectionproperties.subheaderposition == 'Full Width' && /*#__PURE__*/React__default["default"].createElement("div", {
18532
- "class": "col-lg-12 col-md-12 col-sm-12 p-0"
18533
- }, /*#__PURE__*/React__default["default"].createElement(Subheader, {
18534
- sectionpropertiesprops: sectionproperties,
18535
- subheaderpropertiesprops: {
18536
- subheaderpositionprops: 'Full Width',
18537
- paddingLeftprops: '30px',
18538
- paddingRightprops: '30px',
18539
- subheadercontentpositionprops: 'center'
18540
- },
18541
- actions: actions
18542
- })))), /*#__PURE__*/React__default["default"].createElement("div", {
18540
+ }, lang.english)))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
18543
18541
  "class": "col-lg-12 col-md-12 col-sm-12 p-0 d-lg-none d-md-block d-sm-block"
18544
18542
  }, /*#__PURE__*/React__default["default"].createElement(Headerresponsive, {
18545
18543
  sectionpropertiesprops: sectionproperties,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.292",
3
+ "version": "0.0.294",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {