tabexseriescomponents 0.2.1173 → 0.2.1174

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.umd.js CHANGED
@@ -13602,7 +13602,7 @@
13602
13602
  function ownKeys$2w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13603
13603
  function _objectSpread$2w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2w(Object(t), !0).forEach(function (r) { _defineProperty__default["default"](e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
13604
13604
  var Checkout = function Checkout(props) {
13605
- var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue72, _authdetailsContext$i0, _authdetailsContext$i1, _fetchcustomercartQue73, _authdetailsContext$i10, _fetchcustomercartQue74, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _fetchcustomercartQue75, _authdetailsContext$i16, _fetchcustomercartQue81, _fetchcustomercartQue82, _fetchcustomercartQue83, _fetchcustomercartQue84, _authdetailsContext$i21, _authdetailsContext$i22, _authdetailsContext$i23, _fetchcustomercartQue85, _authdetailsContext$i24, _authdetailsContext$i25, _authdetailsContext$i26, _authdetailsContext$i27, _fetchcustomercartQue87, _authdetailsContext$i28, _fetchcustomercartQue89, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _fetchcustomercartQue91, _authdetailsContext$i32, _fetchcustomercartQue93, _fetchcustomercartQue95, _authdetailsContext$i33, _fetchcustomercartQue97, _authdetailsContext$i34, _fetchcustomercartQue99, _authdetailsContext$i35, _fetchcustomercartQue101, _authdetailsContext$i36, _fetchcustomercartQue103, _authdetailsContext$i37, _fetchcustomercartQue105, _authdetailsContext$i38, _fetchcustomercartQue107, _authdetailsContext$i39, _fetchcustomercartQue109, _fetchcustomercartQue111, _fetchcustomercartQue112;
13605
+ var _fetchTabexCountriesQ2, _css, _fetchcustomercartQue72, _authdetailsContext$i0, _authdetailsContext$i1, _fetchcustomercartQue73, _authdetailsContext$i10, _fetchcustomercartQue74, _authdetailsContext$i11, _authdetailsContext$i12, _authdetailsContext$i13, _authdetailsContext$i14, _authdetailsContext$i15, _fetchcustomercartQue75, _authdetailsContext$i16, _fetchcustomercartQue81, _fetchcustomercartQue82, _fetchcustomercartQue83, _fetchcustomercartQue84, _authdetailsContext$i25, _authdetailsContext$i26, _authdetailsContext$i27, _fetchcustomercartQue85, _authdetailsContext$i28, _authdetailsContext$i29, _authdetailsContext$i30, _authdetailsContext$i31, _fetchcustomercartQue87, _authdetailsContext$i32, _fetchcustomercartQue89, _authdetailsContext$i33, _authdetailsContext$i34, _authdetailsContext$i35, _fetchcustomercartQue91, _authdetailsContext$i36, _fetchcustomercartQue93, _fetchcustomercartQue95, _authdetailsContext$i37, _fetchcustomercartQue97, _authdetailsContext$i38, _fetchcustomercartQue99, _authdetailsContext$i39, _fetchcustomercartQue101, _authdetailsContext$i40, _fetchcustomercartQue103, _authdetailsContext$i41, _fetchcustomercartQue105, _authdetailsContext$i42, _fetchcustomercartQue107, _authdetailsContext$i43, _fetchcustomercartQue109, _fetchcustomercartQue111, _fetchcustomercartQue112;
13606
13606
  var _useState = React.useState(null),
13607
13607
  _useState2 = _slicedToArray__default["default"](_useState, 2);
13608
13608
  _useState2[0];
@@ -15111,7 +15111,115 @@
15111
15111
 
15112
15112
  var currentDate = year + '-' + month + '-' + day;
15113
15113
  if (item.type == 'date') {
15114
- var _authdetailsContext$i19, _authdetailsContext$i20;
15114
+ // events mart
15115
+
15116
+ if (item.title_en == 'Event Date') {
15117
+ var _authdetailsContext$i19, _authdetailsContext$i20;
15118
+ return /*#__PURE__*/React__default["default"].createElement("div", {
15119
+ className: "col-lg-6 col-md-12 mb-3"
15120
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
15121
+ className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start flex-column ',
15122
+ style: {
15123
+ textTransform: 'none'
15124
+ }
15125
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
15126
+ "class": "mx-2",
15127
+ style: {
15128
+ color: 'var(--danger)'
15129
+ }
15130
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("span", {
15131
+ style: {
15132
+ fontSize: 13,
15133
+ fontWeight: 300
15134
+ }
15135
+ }, langdetect == 'en' ? 'Note: You can only select a date starting 10 days from today. Earlier dates are not allowed.' : 'ملاحظة: يمكنك اختيار تاريخ يبدأ بعد 10 أيام من اليوم فقط. لا يُسمح باختيار تواريخ أقدم.')), /*#__PURE__*/React__default["default"].createElement("input", {
15136
+ type: 'date',
15137
+ className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15138
+ value: item.value
15139
+ // onChange={(event) => {
15140
+ // var temporderextrafeilds = [...orderextrafeilds];
15141
+ // temporderextrafeilds[index].value = event.target.value;
15142
+ // setorderextrafeilds([...temporderextrafeilds]);
15143
+ // }}
15144
+ ,
15145
+ onChange: function onChange(event) {
15146
+ var _authdetailsContext$i17;
15147
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '66b4a0338cb14') {
15148
+ var selectedDate = event.target.value;
15149
+ if (selectedDate != undefined && selectedDate != null && selectedDate != '' && selectedDate.length != 0) {
15150
+ var _authdetailsContext$i18;
15151
+ var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15152
+ if (minDate && selectedDate < minDate) {
15153
+ // alert(`Please select a date on or after ${minDate}`);
15154
+ return;
15155
+ }
15156
+ var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15157
+ temporderextrafeilds[index].value = selectedDate;
15158
+ setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15159
+ }
15160
+ } else {
15161
+ var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15162
+ temporderextrafeilds[index].value = event.target.value;
15163
+ setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15164
+ }
15165
+ },
15166
+ style: {
15167
+ boxShadow: 'none'
15168
+ },
15169
+ min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15170
+ .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15171
+ }));
15172
+ } else {
15173
+ var _authdetailsContext$i23, _authdetailsContext$i24;
15174
+ return /*#__PURE__*/React__default["default"].createElement("div", {
15175
+ className: "col-lg-6 col-md-12 mb-3"
15176
+ }, /*#__PURE__*/React__default["default"].createElement("label", {
15177
+ className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
15178
+ }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
15179
+ "class": "mx-2",
15180
+ style: {
15181
+ color: 'var(--danger)'
15182
+ }
15183
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
15184
+ type: 'date',
15185
+ className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15186
+ value: item.value
15187
+ // onChange={(event) => {
15188
+ // var temporderextrafeilds = [...orderextrafeilds];
15189
+ // temporderextrafeilds[index].value = event.target.value;
15190
+ // setorderextrafeilds([...temporderextrafeilds]);
15191
+ // }}
15192
+ ,
15193
+ onChange: function onChange(event) {
15194
+ var _authdetailsContext$i21;
15195
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 || (_authdetailsContext$i21 = _authdetailsContext$i21.contactinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.instid) == '66b4a0338cb14') {
15196
+ var selectedDate = event.target.value;
15197
+ if (selectedDate != undefined && selectedDate != null && selectedDate != '' && selectedDate.length != 0) {
15198
+ var _authdetailsContext$i22;
15199
+ var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 || (_authdetailsContext$i22 = _authdetailsContext$i22.contactinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15200
+ if (minDate && selectedDate < minDate) {
15201
+ // alert(`Please select a date on or after ${minDate}`);
15202
+ return;
15203
+ }
15204
+ var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15205
+ temporderextrafeilds[index].value = selectedDate;
15206
+ setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15207
+ }
15208
+ } else {
15209
+ var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15210
+ temporderextrafeilds[index].value = event.target.value;
15211
+ setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15212
+ }
15213
+ },
15214
+ style: {
15215
+ boxShadow: 'none'
15216
+ },
15217
+ min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15218
+ .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15219
+ }));
15220
+ }
15221
+ }
15222
+ if (item.type == 'time') {
15115
15223
  return /*#__PURE__*/React__default["default"].createElement("div", {
15116
15224
  className: "col-lg-6 col-md-12 mb-3"
15117
15225
  }, /*#__PURE__*/React__default["default"].createElement("label", {
@@ -15122,55 +15230,39 @@
15122
15230
  color: 'var(--danger)'
15123
15231
  }
15124
15232
  }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
15125
- type: 'date',
15233
+ type: 'time',
15126
15234
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15127
- value: item.value
15128
- // onChange={(event) => {
15129
- // var temporderextrafeilds = [...orderextrafeilds];
15130
- // temporderextrafeilds[index].value = event.target.value;
15131
- // setorderextrafeilds([...temporderextrafeilds]);
15132
- // }}
15133
- ,
15235
+ value: item.value,
15134
15236
  onChange: function onChange(event) {
15135
- var _authdetailsContext$i17;
15136
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 || (_authdetailsContext$i17 = _authdetailsContext$i17.contactinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.instid) == '66b4a0338cb14') {
15137
- var selectedDate = event.target.value;
15138
- if (selectedDate != undefined && selectedDate != null && selectedDate != '' && selectedDate.length != 0) {
15139
- var _authdetailsContext$i18;
15140
- var minDate = (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 || (_authdetailsContext$i18 = _authdetailsContext$i18.contactinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.instid) === '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000).toISOString().split('T')[0] : null;
15141
- if (minDate && selectedDate < minDate) {
15142
- // alert(`Please select a date on or after ${minDate}`);
15143
- return;
15144
- }
15145
- var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15146
- temporderextrafeilds[index].value = selectedDate;
15147
- setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15148
- }
15149
- } else {
15150
- var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15151
- temporderextrafeilds[index].value = event.target.value;
15152
- setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15153
- }
15237
+ var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15238
+ temporderextrafeilds[index].value = event.target.value;
15239
+ setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15154
15240
  },
15155
15241
  style: {
15156
15242
  boxShadow: 'none'
15157
- },
15158
- min: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i19 = authdetailsContext.instinfo) === null || _authdetailsContext$i19 === void 0 ? void 0 : _authdetailsContext$i19.contactinfo.instid) == '66b4a0338cb14' ? new Date(Date.now() + 11 * 24 * 60 * 60 * 1000) // allow starting 11 days after today
15159
- .toISOString().split('T')[0] : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i20 = authdetailsContext.instinfo) === null || _authdetailsContext$i20 === void 0 ? void 0 : _authdetailsContext$i20.contactinfo.instid) == '6908bb20bbca3' ? currentDate : null
15243
+ }
15160
15244
  }));
15161
15245
  }
15162
- if (item.type == 'time') {
15246
+ if (item.type == 'text') {
15163
15247
  return /*#__PURE__*/React__default["default"].createElement("div", {
15164
15248
  className: "col-lg-6 col-md-12 mb-3"
15165
15249
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15166
- className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
15167
- }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
15250
+ className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start flex-column ',
15251
+ style: {
15252
+ textTransform: 'none'
15253
+ }
15254
+ }, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
15168
15255
  "class": "mx-2",
15169
15256
  style: {
15170
15257
  color: 'var(--danger)'
15171
15258
  }
15172
- }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
15173
- type: 'time',
15259
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("span", {
15260
+ style: {
15261
+ fontSize: 13,
15262
+ fontWeight: 300
15263
+ }
15264
+ }, langdetect == 'en' ? 'Note: You can only select a date starting 10 days from today. Earlier dates are not allowed.' : 'ملاحظة: يمكنك اختيار تاريخ يبدأ بعد 10 أيام من اليوم فقط. لا يُسمح باختيار تواريخ أقدم.')), /*#__PURE__*/React__default["default"].createElement("input", {
15265
+ type: 'text',
15174
15266
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15175
15267
  value: item.value,
15176
15268
  onChange: function onChange(event) {
@@ -15183,40 +15275,21 @@
15183
15275
  }
15184
15276
  }));
15185
15277
  }
15186
- if (item.type == 'text') {
15187
- // events mart
15188
- if (item.title_en == 'Event Date') {
15189
- return /*#__PURE__*/React__default["default"].createElement("div", {
15190
- className: "col-lg-6 col-md-12 mb-3"
15191
- }, /*#__PURE__*/React__default["default"].createElement("label", {
15192
- className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start flex-column ',
15193
- style: {
15194
- textTransform: 'none'
15195
- }
15196
- }, /*#__PURE__*/React__default["default"].createElement("span", null, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
15197
- "class": "mx-2",
15198
- style: {
15199
- color: 'var(--danger)'
15200
- }
15201
- }, "*")), /*#__PURE__*/React__default["default"].createElement("span", {
15202
- style: {
15203
- fontSize: 13,
15204
- fontWeight: 300
15205
- }
15206
- }, langdetect == 'en' ? 'Note: You can only select a date starting 10 days from today. Earlier dates are not allowed.' : 'ملاحظة: يمكنك اختيار تاريخ يبدأ بعد 10 أيام من اليوم فقط. لا يُسمح باختيار تواريخ أقدم.')), /*#__PURE__*/React__default["default"].createElement("input", {
15207
- type: 'text',
15208
- className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15209
- value: item.value,
15210
- onChange: function onChange(event) {
15211
- var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15212
- temporderextrafeilds[index].value = event.target.value;
15213
- setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15214
- },
15215
- style: {
15216
- boxShadow: 'none'
15217
- }
15218
- }));
15219
- } else if (item.title_en == 'Event Type') {
15278
+ if (item.type == 'selectbox') {
15279
+ var selectboxarr = [];
15280
+ if ((item === null || item === void 0 ? void 0 : item.selectboxvalues) != undefined && (item === null || item === void 0 ? void 0 : item.selectboxvalues) != null) {
15281
+ var jsones = JSON.parse(item === null || item === void 0 ? void 0 : item.selectboxvalues);
15282
+ // var jsones = JSON.parse(undefined);
15283
+ if (jsones != undefined && jsones != null && Array.isArray(jsones)) {
15284
+ jsones === null || jsones === void 0 || jsones.forEach(function (slecitem) {
15285
+ selectboxarr.push({
15286
+ value_en: slecitem.value_en,
15287
+ value_ar: slecitem.value_ar
15288
+ });
15289
+ });
15290
+ }
15291
+ }
15292
+ if (item.title_en == 'Event Type') {
15220
15293
  return /*#__PURE__*/React__default["default"].createElement("div", {
15221
15294
  className: "col-lg-6 col-md-12 mb-3"
15222
15295
  }, /*#__PURE__*/React__default["default"].createElement("label", {
@@ -15234,7 +15307,7 @@
15234
15307
  fontSize: 13,
15235
15308
  fontWeight: 300
15236
15309
  }
15237
- }, langdetect == 'en' ? 'To ensure a smooth experience, please ensure your event matches the selected "Event Type". Eventsmart may cancel events that do not comply.' : 'لضمان تجربة سلسة، يُرجى التأكد من أن فعاليتك تتطابق مع "نوع الفعالية" المُختار. قد تقوم Eventsmart بإلغاء الفعاليات التي لا تتوافق مع هذا النوع.')), /*#__PURE__*/React__default["default"].createElement("input", {
15310
+ }, langdetect == 'en' ? 'To ensure a smooth experience, please ensure your event matches the selected "Event Type". Eventsmart may cancel events that do not comply.' : 'لضمان تجربة سلسة، يُرجى التأكد من أن فعاليتك تتطابق مع "نوع الفعالية" المُختار. قد تقوم Eventsmart بإلغاء الفعاليات التي لا تتوافق مع هذا النوع.')), /*#__PURE__*/React__default["default"].createElement("select", {
15238
15311
  type: 'text',
15239
15312
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15240
15313
  value: item.value,
@@ -15246,7 +15319,14 @@
15246
15319
  style: {
15247
15320
  boxShadow: 'none'
15248
15321
  }
15249
- }));
15322
+ }, /*#__PURE__*/React__default["default"].createElement("option", {
15323
+ value: ""
15324
+ }, langdetect == 'en' ? 'Choose' : 'اختر'), selectboxarr === null || selectboxarr === void 0 ? void 0 : selectboxarr.map(function (option, optionIndex) {
15325
+ return /*#__PURE__*/React__default["default"].createElement("option", {
15326
+ key: optionIndex,
15327
+ value: option.value_en
15328
+ }, langdetect == 'en' ? option.value_en : option.value_ar);
15329
+ })));
15250
15330
  } else {
15251
15331
  return /*#__PURE__*/React__default["default"].createElement("div", {
15252
15332
  className: "col-lg-6 col-md-12 mb-3"
@@ -15257,7 +15337,7 @@
15257
15337
  style: {
15258
15338
  color: 'var(--danger)'
15259
15339
  }
15260
- }, "*")), /*#__PURE__*/React__default["default"].createElement("input", {
15340
+ }, "*")), /*#__PURE__*/React__default["default"].createElement("select", {
15261
15341
  type: 'text',
15262
15342
  className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15263
15343
  value: item.value,
@@ -15269,52 +15349,15 @@
15269
15349
  style: {
15270
15350
  boxShadow: 'none'
15271
15351
  }
15272
- }));
15273
- }
15274
- }
15275
- if (item.type == 'selectbox') {
15276
- var selectboxarr = [];
15277
- if ((item === null || item === void 0 ? void 0 : item.selectboxvalues) != undefined && (item === null || item === void 0 ? void 0 : item.selectboxvalues) != null) {
15278
- var jsones = JSON.parse(item === null || item === void 0 ? void 0 : item.selectboxvalues);
15279
- // var jsones = JSON.parse(undefined);
15280
- if (jsones != undefined && jsones != null && Array.isArray(jsones)) {
15281
- jsones === null || jsones === void 0 || jsones.forEach(function (slecitem) {
15282
- selectboxarr.push({
15283
- value_en: slecitem.value_en,
15284
- value_ar: slecitem.value_ar
15285
- });
15286
- });
15287
- }
15352
+ }, /*#__PURE__*/React__default["default"].createElement("option", {
15353
+ value: ""
15354
+ }, langdetect == 'en' ? 'Choose' : 'اختر'), selectboxarr === null || selectboxarr === void 0 ? void 0 : selectboxarr.map(function (option, optionIndex) {
15355
+ return /*#__PURE__*/React__default["default"].createElement("option", {
15356
+ key: optionIndex,
15357
+ value: option.value_en
15358
+ }, langdetect == 'en' ? option.value_en : option.value_ar);
15359
+ })));
15288
15360
  }
15289
- return /*#__PURE__*/React__default["default"].createElement("div", {
15290
- className: "col-lg-6 col-md-12 mb-3"
15291
- }, /*#__PURE__*/React__default["default"].createElement("label", {
15292
- className: "".concat(checkoutstyles.input_label_name) + ' d-flex align-items-start '
15293
- }, langdetect == 'en' ? item.title_en : item.title_ar, item.isrequired == 1 && /*#__PURE__*/React__default["default"].createElement("sup", {
15294
- "class": "mx-2",
15295
- style: {
15296
- color: 'var(--danger)'
15297
- }
15298
- }, "*")), /*#__PURE__*/React__default["default"].createElement("select", {
15299
- type: 'text',
15300
- className: "".concat(formstyles.form_control, " ").concat(checkoutstyles.form_control),
15301
- value: item.value,
15302
- onChange: function onChange(event) {
15303
- var temporderextrafeilds = _toConsumableArray__default["default"](orderextrafeilds);
15304
- temporderextrafeilds[index].value = event.target.value;
15305
- setorderextrafeilds(_toConsumableArray__default["default"](temporderextrafeilds));
15306
- },
15307
- style: {
15308
- boxShadow: 'none'
15309
- }
15310
- }, /*#__PURE__*/React__default["default"].createElement("option", {
15311
- value: ""
15312
- }, langdetect == 'en' ? 'Choose' : 'اختر'), selectboxarr === null || selectboxarr === void 0 ? void 0 : selectboxarr.map(function (option, optionIndex) {
15313
- return /*#__PURE__*/React__default["default"].createElement("option", {
15314
- key: optionIndex,
15315
- value: option.value_en
15316
- }, langdetect == 'en' ? option.value_en : option.value_ar);
15317
- })));
15318
15361
  }
15319
15362
  })))), sectionproperties.showpaymentfooter == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
15320
15363
  className: "col-lg-12 p-0 w-100"
@@ -15331,15 +15374,15 @@
15331
15374
  })), /*#__PURE__*/React__default["default"].createElement("div", {
15332
15375
  className: "row m-0 w-100 mb-3 pl-3 pr-3"
15333
15376
  }, authdetailsContext.instinfo.acceptCOD == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15334
- className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i21 = authdetailsContext.instinfo) === null || _authdetailsContext$i21 === void 0 ? void 0 : _authdetailsContext$i21.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15377
+ className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15335
15378
  style: {
15336
- border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i22 = authdetailsContext.instinfo) === null || _authdetailsContext$i22 === void 0 ? void 0 : _authdetailsContext$i22.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15379
+ border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15337
15380
  borderRadius: 15
15338
15381
  }
15339
15382
  }, /*#__PURE__*/React__default["default"].createElement("div", {
15340
15383
  "class": "row m-0 w-100 d-flex align-items-center"
15341
15384
  }, /*#__PURE__*/React__default["default"].createElement("div", {
15342
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i23 = authdetailsContext.instinfo) === null || _authdetailsContext$i23 === void 0 ? void 0 : _authdetailsContext$i23.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15385
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15343
15386
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15344
15387
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
15345
15388
  "for": "codcheckbox"
@@ -15365,21 +15408,21 @@
15365
15408
  style: {
15366
15409
  color: sectionproperties.checkbox_color
15367
15410
  }
15368
- }, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i24 = authdetailsContext.instinfo) === null || _authdetailsContext$i24 === void 0 ? void 0 : _authdetailsContext$i24.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
15411
+ }, langdetect == 'en' ? sectionproperties.cod_text_en : sectionproperties.cod_text_ar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
15369
15412
  "class": "col-3 text-end p-0"
15370
15413
  }, /*#__PURE__*/React__default["default"].createElement("img", {
15371
15414
  src: 'https://tabex-co.com/storage/StaticImages/cod.png',
15372
15415
  "class": checkoutstyles.codimage + ' mx-2 '
15373
15416
  })))), authdetailsContext.instinfo.acceptInstapay == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15374
- className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i25 = authdetailsContext.instinfo) === null || _authdetailsContext$i25 === void 0 ? void 0 : _authdetailsContext$i25.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15417
+ className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15375
15418
  style: {
15376
- border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i26 = authdetailsContext.instinfo) === null || _authdetailsContext$i26 === void 0 ? void 0 : _authdetailsContext$i26.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15419
+ border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15377
15420
  borderRadius: 15
15378
15421
  }
15379
15422
  }, /*#__PURE__*/React__default["default"].createElement("div", {
15380
15423
  "class": "row m-0 w-100 d-flex align-items-center"
15381
15424
  }, /*#__PURE__*/React__default["default"].createElement("div", {
15382
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i27 = authdetailsContext.instinfo) === null || _authdetailsContext$i27 === void 0 ? void 0 : _authdetailsContext$i27.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15425
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15383
15426
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15384
15427
  className: langdetect == 'en' ? "".concat(formstyles.checkbox, " ").concat(checkoutstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(formstyles.checkbox, " ").concat(formstyles.checkboxtranslated) + ' d-flex mb-0 ',
15385
15428
  "for": "codcheckbox"
@@ -15406,7 +15449,7 @@
15406
15449
  style: {
15407
15450
  color: sectionproperties.checkbox_color
15408
15451
  }
15409
- }, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i28 = authdetailsContext.instinfo) === null || _authdetailsContext$i28 === void 0 ? void 0 : _authdetailsContext$i28.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
15452
+ }, langdetect == 'en' ? sectionproperties.instapaytitleen : sectionproperties.instapaytitlear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
15410
15453
  "class": "col-3 text-end p-0"
15411
15454
  }, /*#__PURE__*/React__default["default"].createElement("img", {
15412
15455
  src: 'https://tabex-co.com/storage/StaticImages/instapay.png',
@@ -15437,15 +15480,15 @@
15437
15480
  /*#__PURE__*/
15438
15481
  // <div className=""
15439
15482
  React__default["default"].createElement("div", {
15440
- className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i29 = authdetailsContext.instinfo) === null || _authdetailsContext$i29 === void 0 ? void 0 : _authdetailsContext$i29.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15483
+ className: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-xl-12 col-lg-12 col-md-12 mb-3 px-4 py-3 px-sm-3' : 'col-xl-4 col-lg-4 col-md-12 mb-3',
15441
15484
  style: {
15442
- border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i30 = authdetailsContext.instinfo) === null || _authdetailsContext$i30 === void 0 ? void 0 : _authdetailsContext$i30.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15485
+ border: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.contactinfo.instid) == '67d7e9d5dbe11' ? '1px solid #ccc' : 0,
15443
15486
  borderRadius: 15
15444
15487
  }
15445
15488
  }, /*#__PURE__*/React__default["default"].createElement("div", {
15446
15489
  "class": "row m-0 w-100 d-flex align-items-center"
15447
15490
  }, /*#__PURE__*/React__default["default"].createElement("div", {
15448
- "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i31 = authdetailsContext.instinfo) === null || _authdetailsContext$i31 === void 0 ? void 0 : _authdetailsContext$i31.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15491
+ "class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.contactinfo.instid) == '67d7e9d5dbe11' ? 'col-9 p-0' : 'col-12 p-0'
15449
15492
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15450
15493
  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 '
15451
15494
  }, /*#__PURE__*/React__default["default"].createElement("input", {
@@ -15466,7 +15509,7 @@
15466
15509
  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"
15467
15510
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15468
15511
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15469
- }, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i32 = authdetailsContext.instinfo) === null || _authdetailsContext$i32 === void 0 ? void 0 : _authdetailsContext$i32.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
15512
+ }, langdetect == 'en' ? sectionproperties.onlinepaymenttexten : sectionproperties.onlinepaymenttextar))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.contactinfo.instid) == '67d7e9d5dbe11' && /*#__PURE__*/React__default["default"].createElement("div", {
15470
15513
  "class": "col-3 text-end p-0"
15471
15514
  }, /*#__PURE__*/React__default["default"].createElement("img", {
15472
15515
  src: 'https://tabex-co.com/storage/StaticImages/visamaster.png',
@@ -15515,7 +15558,7 @@
15515
15558
  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"
15516
15559
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15517
15560
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15518
- }, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i33 = authdetailsContext.instinfo) === null || _authdetailsContext$i33 === void 0 ? void 0 : _authdetailsContext$i33.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15561
+ }, langdetect == 'en' ? sectionproperties.walletnameen : sectionproperties.walletnamear))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.acceptForsaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15519
15562
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15520
15563
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15521
15564
  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 '
@@ -15537,7 +15580,7 @@
15537
15580
  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"
15538
15581
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15539
15582
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15540
- }, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i34 = authdetailsContext.instinfo) === null || _authdetailsContext$i34 === void 0 ? void 0 : _authdetailsContext$i34.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15583
+ }, langdetect == 'en' ? 'Forsa' : ' Forsa'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.acceptSouhoolaCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15541
15584
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15542
15585
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15543
15586
  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 '
@@ -15559,7 +15602,7 @@
15559
15602
  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"
15560
15603
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15561
15604
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15562
- }, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i35 = authdetailsContext.instinfo) === null || _authdetailsContext$i35 === void 0 ? void 0 : _authdetailsContext$i35.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15605
+ }, langdetect == 'en' ? 'Souhoola' : ' Souhoola'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.acceptonlinePaypal) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15563
15606
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15564
15607
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15565
15608
  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 '
@@ -15581,7 +15624,7 @@
15581
15624
  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"
15582
15625
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15583
15626
  className: "".concat(formstyles.checkbox_label, " + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '")
15584
- }, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i36 = authdetailsContext.instinfo) === null || _authdetailsContext$i36 === void 0 ? void 0 : _authdetailsContext$i36.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15627
+ }, langdetect == 'en' ? 'Paypal' : ' Paypal'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i40 = authdetailsContext.instinfo) === null || _authdetailsContext$i40 === void 0 ? void 0 : _authdetailsContext$i40.acceptBankInstallementsCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15585
15628
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15586
15629
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15587
15630
  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 '
@@ -15603,7 +15646,7 @@
15603
15646
  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"
15604
15647
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15605
15648
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15606
- }, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i37 = authdetailsContext.instinfo) === null || _authdetailsContext$i37 === void 0 ? void 0 : _authdetailsContext$i37.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15649
+ }, langdetect == 'en' ? 'Bank Installments' : ' التقسيط عن طريق البنك'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i41 = authdetailsContext.instinfo) === null || _authdetailsContext$i41 === void 0 ? void 0 : _authdetailsContext$i41.acceptAmanCard) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15607
15650
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15608
15651
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15609
15652
  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 '
@@ -15625,7 +15668,7 @@
15625
15668
  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"
15626
15669
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15627
15670
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15628
- }, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i38 = authdetailsContext.instinfo) === null || _authdetailsContext$i38 === void 0 ? void 0 : _authdetailsContext$i38.acceptTamara) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15671
+ }, langdetect == 'en' ? 'Aman' : 'Aman'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i42 = authdetailsContext.instinfo) === null || _authdetailsContext$i42 === void 0 ? void 0 : _authdetailsContext$i42.acceptTamara) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15629
15672
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15630
15673
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15631
15674
  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 '
@@ -15647,7 +15690,7 @@
15647
15690
  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"
15648
15691
  })), /*#__PURE__*/React__default["default"].createElement("p", {
15649
15692
  className: "".concat(formstyles.checkbox_label) + ' ml-2 mb-0 wordbreak cursor-pointer mr-2 '
15650
- }, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i39 = authdetailsContext.instinfo) === null || _authdetailsContext$i39 === void 0 ? void 0 : _authdetailsContext$i39.acceptTabby) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15693
+ }, langdetect == 'en' ? 'Tamara' : ' تمارا'))), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i43 = authdetailsContext.instinfo) === null || _authdetailsContext$i43 === void 0 ? void 0 : _authdetailsContext$i43.acceptTabby) == 1 && /*#__PURE__*/React__default["default"].createElement("div", {
15651
15694
  className: "col-xl-4 col-lg-4 col-md-12 mb-3"
15652
15695
  }, /*#__PURE__*/React__default["default"].createElement("label", {
15653
15696
  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 '
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1173",
3
+ "version": "0.2.1174",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",