tabexseriescomponents 0.2.1047 → 0.2.1048

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
@@ -13199,7 +13199,7 @@ var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
13199
13199
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
13200
13200
  });
13201
13201
  var CustomerInformationForm = function CustomerInformationForm(props) {
13202
- var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i8, _authdetailsContext$c, _authdetailsContext$c2;
13202
+ var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2;
13203
13203
  var lang = props.actions.lang;
13204
13204
  var langdetect = props.actions.langdetect;
13205
13205
  props.actions.routingcountext;
@@ -13566,7 +13566,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13566
13566
  })
13567
13567
  };
13568
13568
  var PersonalInformation = function PersonalInformation() {
13569
- var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6;
13569
+ var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
13570
13570
  return /*#__PURE__*/React__default["default"].createElement("div", {
13571
13571
  className: "row m-0 w-100"
13572
13572
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -13614,7 +13614,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13614
13614
  "class": "text-danger ml-1 mr-1"
13615
13615
  }, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
13616
13616
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
13617
- country: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6808c6295b598' ? 'sa' : sectionproperties.countrycode == 'SA' ? 'sa' : 'eg',
13617
+ country: sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
13618
13618
  enableSearch: true,
13619
13619
  autoFormat: true,
13620
13620
  value: payloadobj.mobile,
@@ -13875,7 +13875,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13875
13875
  return /*#__PURE__*/React__default["default"].createElement("div", {
13876
13876
  className: "row m-0 w-100"
13877
13877
  }, payloadobj.instsignupformvalues.length != 0 && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, payloadobj.instsignupformvalues.map(function (item, index) {
13878
- var _authdetailsContext$i7;
13878
+ var _authdetailsContext$i6;
13879
13879
  return /*#__PURE__*/React__default["default"].createElement("div", {
13880
13880
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
13881
13881
  }, item.inputtype != 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
@@ -13897,7 +13897,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13897
13897
  style: {
13898
13898
  background: sectionproperties.input_bgcolor
13899
13899
  },
13900
- readOnly: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '68527dfef348b' ? true : false
13900
+ readOnly: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '68527dfef348b' ? true : false
13901
13901
  }), item.inputtype == 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
13902
13902
  className: langdetect == 'en' ? "".concat(loginstyles.checkbox, " ").concat(formstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(loginstyles.checkbox, " ").concat(loginstyles.checkboxtranslated) + ' d-flex mb-0 ',
13903
13903
  "for": "codcheckbox"
@@ -14017,7 +14017,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
14017
14017
  style: {
14018
14018
  background: sectionproperties.formLeftbgColor
14019
14019
  }
14020
- }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
14020
+ }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
14021
14021
  className: "col-lg-12 p-0"
14022
14022
  }, /*#__PURE__*/React__default["default"].createElement("div", {
14023
14023
  className: "row ml-0 mr-0 w-100"
package/dist/index.esm.js CHANGED
@@ -13148,7 +13148,7 @@ var Select$2 = /*#__PURE__*/React.lazy(function () {
13148
13148
  return import('react-select');
13149
13149
  });
13150
13150
  var CustomerInformationForm = function CustomerInformationForm(props) {
13151
- var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i8, _authdetailsContext$c, _authdetailsContext$c2;
13151
+ var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2;
13152
13152
  var lang = props.actions.lang;
13153
13153
  var langdetect = props.actions.langdetect;
13154
13154
  props.actions.routingcountext;
@@ -13515,7 +13515,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13515
13515
  })
13516
13516
  };
13517
13517
  var PersonalInformation = function PersonalInformation() {
13518
- var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6;
13518
+ var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
13519
13519
  return /*#__PURE__*/React.createElement("div", {
13520
13520
  className: "row m-0 w-100"
13521
13521
  }, /*#__PURE__*/React.createElement("div", {
@@ -13563,7 +13563,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13563
13563
  "class": "text-danger ml-1 mr-1"
13564
13564
  }, "*")), /*#__PURE__*/React.createElement(PhoneInput, {
13565
13565
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
13566
- country: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6808c6295b598' ? 'sa' : sectionproperties.countrycode == 'SA' ? 'sa' : 'eg',
13566
+ country: sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
13567
13567
  enableSearch: true,
13568
13568
  autoFormat: true,
13569
13569
  value: payloadobj.mobile,
@@ -13824,7 +13824,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13824
13824
  return /*#__PURE__*/React.createElement("div", {
13825
13825
  className: "row m-0 w-100"
13826
13826
  }, payloadobj.instsignupformvalues.length != 0 && /*#__PURE__*/React.createElement(React.Fragment, null, payloadobj.instsignupformvalues.map(function (item, index) {
13827
- var _authdetailsContext$i7;
13827
+ var _authdetailsContext$i6;
13828
13828
  return /*#__PURE__*/React.createElement("div", {
13829
13829
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
13830
13830
  }, item.inputtype != 'checkbox' && /*#__PURE__*/React.createElement("label", {
@@ -13846,7 +13846,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13846
13846
  style: {
13847
13847
  background: sectionproperties.input_bgcolor
13848
13848
  },
13849
- readOnly: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '68527dfef348b' ? true : false
13849
+ readOnly: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '68527dfef348b' ? true : false
13850
13850
  }), item.inputtype == 'checkbox' && /*#__PURE__*/React.createElement("label", {
13851
13851
  className: langdetect == 'en' ? "".concat(loginstyles.checkbox, " ").concat(formstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(loginstyles.checkbox, " ").concat(loginstyles.checkboxtranslated) + ' d-flex mb-0 ',
13852
13852
  "for": "codcheckbox"
@@ -13966,7 +13966,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
13966
13966
  style: {
13967
13967
  background: sectionproperties.formLeftbgColor
13968
13968
  }
13969
- }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React.createElement("div", {
13969
+ }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React.createElement("div", {
13970
13970
  className: "col-lg-12 p-0"
13971
13971
  }, /*#__PURE__*/React.createElement("div", {
13972
13972
  className: "row ml-0 mr-0 w-100"
package/dist/index.umd.js CHANGED
@@ -13007,7 +13007,7 @@
13007
13007
  return import('react-select');
13008
13008
  });
13009
13009
  var CustomerInformationForm = function CustomerInformationForm(props) {
13010
- var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i8, _authdetailsContext$c, _authdetailsContext$c2;
13010
+ var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i7, _authdetailsContext$c, _authdetailsContext$c2;
13011
13011
  var lang = props.actions.lang;
13012
13012
  var langdetect = props.actions.langdetect;
13013
13013
  props.actions.routingcountext;
@@ -13374,7 +13374,7 @@
13374
13374
  })
13375
13375
  };
13376
13376
  var PersonalInformation = function PersonalInformation() {
13377
- var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _authdetailsContext$i6;
13377
+ var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
13378
13378
  return /*#__PURE__*/React__default["default"].createElement("div", {
13379
13379
  className: "row m-0 w-100"
13380
13380
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -13422,7 +13422,7 @@
13422
13422
  "class": "text-danger ml-1 mr-1"
13423
13423
  }, "*")), /*#__PURE__*/React__default["default"].createElement(PhoneInput__default["default"], {
13424
13424
  className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
13425
- country: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '6808c6295b598' ? 'sa' : sectionproperties.countrycode == 'SA' ? 'sa' : 'eg',
13425
+ country: sectionproperties.countrycode == 'SA' ? 'sa' : sectionproperties.countrycode == 'QA' ? 'qa' : 'eg',
13426
13426
  enableSearch: true,
13427
13427
  autoFormat: true,
13428
13428
  value: payloadobj.mobile,
@@ -13683,7 +13683,7 @@
13683
13683
  return /*#__PURE__*/React__default["default"].createElement("div", {
13684
13684
  className: "row m-0 w-100"
13685
13685
  }, payloadobj.instsignupformvalues.length != 0 && /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, payloadobj.instsignupformvalues.map(function (item, index) {
13686
- var _authdetailsContext$i7;
13686
+ var _authdetailsContext$i6;
13687
13687
  return /*#__PURE__*/React__default["default"].createElement("div", {
13688
13688
  className: sectionproperties.cardstyletype == 'Style 1' ? 'col-lg-6 col-md-12 col-sm-12 mb-4 p-sm-0' : 'col-lg-12 col-md-12 col-sm-12 mb-4 p-sm-0'
13689
13689
  }, item.inputtype != 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
@@ -13705,7 +13705,7 @@
13705
13705
  style: {
13706
13706
  background: sectionproperties.input_bgcolor
13707
13707
  },
13708
- readOnly: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.contactinfo.instid) == '68527dfef348b' ? true : false
13708
+ readOnly: (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.contactinfo.instid) == '68527dfef348b' ? true : false
13709
13709
  }), item.inputtype == 'checkbox' && /*#__PURE__*/React__default["default"].createElement("label", {
13710
13710
  className: langdetect == 'en' ? "".concat(loginstyles.checkbox, " ").concat(formstyles.checkbox, " ") + ' d-flex mb-0 ' : "".concat(loginstyles.checkbox, " ").concat(loginstyles.checkboxtranslated) + ' d-flex mb-0 ',
13711
13711
  "for": "codcheckbox"
@@ -13825,7 +13825,7 @@
13825
13825
  style: {
13826
13826
  background: sectionproperties.formLeftbgColor
13827
13827
  }
13828
- }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
13828
+ }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
13829
13829
  className: "col-lg-12 p-0"
13830
13830
  }, /*#__PURE__*/React__default["default"].createElement("div", {
13831
13831
  className: "row ml-0 mr-0 w-100"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.2.1047",
3
+ "version": "0.2.1048",
4
4
  "type": "module",
5
5
  "description": "your description",
6
6
  "main": "dist/index.cjs.js",