tabexseriescomponents 0.0.486 → 0.0.487

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
@@ -10899,7 +10899,7 @@ var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
10899
10899
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
10900
10900
  });
10901
10901
  var CustomerInformationForm = function CustomerInformationForm(props) {
10902
- var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
10902
+ var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i3, _authdetailsContext$c, _authdetailsContext$c2;
10903
10903
  var lang = props.actions.lang;
10904
10904
  var langdetect = props.actions.langdetect;
10905
10905
  props.actions.routingcountext;
@@ -11049,6 +11049,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
11049
11049
  return String(email).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
11050
11050
  };
11051
11051
  var verifypayload = function verifypayload() {
11052
+ var _authdetailsContext$i2;
11052
11053
  var iscompleted = false;
11053
11054
  var isshippingaddresscompleted = false;
11054
11055
  var passwordvalidation = false;
@@ -11082,6 +11083,14 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
11082
11083
  } else {
11083
11084
  isshippingaddresscompleted = true;
11084
11085
  }
11086
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '652e3ae969122') {
11087
+ if (payloadobj.name.length < 3) {
11088
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Write your Full Name' : 'من فضلك اكتب اسمك كاملاً');
11089
+ }
11090
+ if (payloadobj.countrydialcode == '20' && payloadobj.mobile.length < 10) {
11091
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Write valid phone number' : 'من فضلك اكتب رقم تليفون صحيح');
11092
+ }
11093
+ }
11085
11094
  if (validateEmailstring(payloadobj.email)) {
11086
11095
  if (payloadobj.email.length != 0 && payloadobj.name.length != 0 && payloadobj.mobile.length != 0 && passwordvalidation == true) {
11087
11096
  if (isshippingaddresscompleted) {
@@ -11656,7 +11665,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
11656
11665
  style: {
11657
11666
  background: sectionproperties.formLeftbgColor
11658
11667
  }
11659
- }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
11668
+ }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
11660
11669
  className: "col-lg-12 p-0"
11661
11670
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11662
11671
  className: "row ml-0 mr-0 w-100"
package/dist/index.esm.js CHANGED
@@ -10850,7 +10850,7 @@ var Select$2 = /*#__PURE__*/React.lazy(function () {
10850
10850
  return import('react-select');
10851
10851
  });
10852
10852
  var CustomerInformationForm = function CustomerInformationForm(props) {
10853
- var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
10853
+ var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i3, _authdetailsContext$c, _authdetailsContext$c2;
10854
10854
  var lang = props.actions.lang;
10855
10855
  var langdetect = props.actions.langdetect;
10856
10856
  props.actions.routingcountext;
@@ -11000,6 +11000,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
11000
11000
  return String(email).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
11001
11001
  };
11002
11002
  var verifypayload = function verifypayload() {
11003
+ var _authdetailsContext$i2;
11003
11004
  var iscompleted = false;
11004
11005
  var isshippingaddresscompleted = false;
11005
11006
  var passwordvalidation = false;
@@ -11033,6 +11034,14 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
11033
11034
  } else {
11034
11035
  isshippingaddresscompleted = true;
11035
11036
  }
11037
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '652e3ae969122') {
11038
+ if (payloadobj.name.length < 3) {
11039
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Write your Full Name' : 'من فضلك اكتب اسمك كاملاً');
11040
+ }
11041
+ if (payloadobj.countrydialcode == '20' && payloadobj.mobile.length < 10) {
11042
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Write valid phone number' : 'من فضلك اكتب رقم تليفون صحيح');
11043
+ }
11044
+ }
11036
11045
  if (validateEmailstring(payloadobj.email)) {
11037
11046
  if (payloadobj.email.length != 0 && payloadobj.name.length != 0 && payloadobj.mobile.length != 0 && passwordvalidation == true) {
11038
11047
  if (isshippingaddresscompleted) {
@@ -11607,7 +11616,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
11607
11616
  style: {
11608
11617
  background: sectionproperties.formLeftbgColor
11609
11618
  }
11610
- }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React.createElement("div", {
11619
+ }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React.createElement("div", {
11611
11620
  className: "col-lg-12 p-0"
11612
11621
  }, /*#__PURE__*/React.createElement("div", {
11613
11622
  className: "row ml-0 mr-0 w-100"
package/dist/index.umd.js CHANGED
@@ -10725,7 +10725,7 @@
10725
10725
  return import('react-select');
10726
10726
  });
10727
10727
  var CustomerInformationForm = function CustomerInformationForm(props) {
10728
- var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
10728
+ var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i3, _authdetailsContext$c, _authdetailsContext$c2;
10729
10729
  var lang = props.actions.lang;
10730
10730
  var langdetect = props.actions.langdetect;
10731
10731
  props.actions.routingcountext;
@@ -10875,6 +10875,7 @@
10875
10875
  return String(email).toLowerCase().match(/^(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
10876
10876
  };
10877
10877
  var verifypayload = function verifypayload() {
10878
+ var _authdetailsContext$i2;
10878
10879
  var iscompleted = false;
10879
10880
  var isshippingaddresscompleted = false;
10880
10881
  var passwordvalidation = false;
@@ -10908,6 +10909,14 @@
10908
10909
  } else {
10909
10910
  isshippingaddresscompleted = true;
10910
10911
  }
10912
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '652e3ae969122') {
10913
+ if (payloadobj.name.length < 3) {
10914
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Write your Full Name' : 'من فضلك اكتب اسمك كاملاً');
10915
+ }
10916
+ if (payloadobj.countrydialcode == '20' && payloadobj.mobile.length < 10) {
10917
+ NotificationManager.warning('', langdetect == 'en' ? 'Please Write valid phone number' : 'من فضلك اكتب رقم تليفون صحيح');
10918
+ }
10919
+ }
10911
10920
  if (validateEmailstring(payloadobj.email)) {
10912
10921
  if (payloadobj.email.length != 0 && payloadobj.name.length != 0 && payloadobj.mobile.length != 0 && passwordvalidation == true) {
10913
10922
  if (isshippingaddresscompleted) {
@@ -11482,7 +11491,7 @@
11482
11491
  style: {
11483
11492
  background: sectionproperties.formLeftbgColor
11484
11493
  }
11485
- }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
11494
+ }, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.ispasswordrequired_signup) == 1 && Password()), dataloaded && props.srcfromprops == 'accountinfo' && /*#__PURE__*/React__default["default"].createElement("div", {
11486
11495
  className: "col-lg-12 p-0"
11487
11496
  }, /*#__PURE__*/React__default["default"].createElement("div", {
11488
11497
  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.0.486",
3
+ "version": "0.0.487",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {