tabexseriescomponents 0.0.751 → 0.0.753
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 +6 -7
- package/dist/index.esm.js +6 -7
- package/dist/index.umd.js +6 -7
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -12311,7 +12311,7 @@ var Select$2 = /*#__PURE__*/React__default["default"].lazy(function () {
|
|
|
12311
12311
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('react-select')); });
|
|
12312
12312
|
});
|
|
12313
12313
|
var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
12314
|
-
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$
|
|
12314
|
+
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
12315
12315
|
var lang = props.actions.lang;
|
|
12316
12316
|
var langdetect = props.actions.langdetect;
|
|
12317
12317
|
props.actions.routingcountext;
|
|
@@ -12710,7 +12710,6 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12710
12710
|
})));
|
|
12711
12711
|
};
|
|
12712
12712
|
var Address = function Address() {
|
|
12713
|
-
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
12714
12713
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12715
12714
|
className: "row m-0 w-100",
|
|
12716
12715
|
style: {
|
|
@@ -12732,7 +12731,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12732
12731
|
width: "20px",
|
|
12733
12732
|
height: "20px",
|
|
12734
12733
|
duration: "1s"
|
|
12735
|
-
})), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess &&
|
|
12734
|
+
})), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor != '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12736
12735
|
options: fetchTabexCountriesQueryContext.data.data.countries,
|
|
12737
12736
|
getOptionLabel: function getOptionLabel(option) {
|
|
12738
12737
|
var crname = '';
|
|
@@ -12764,7 +12763,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12764
12763
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12765
12764
|
placeholder: langdetect == 'en' ? 'Choose Country' : 'إختر البلد',
|
|
12766
12765
|
isSearchable: true
|
|
12767
|
-
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess &&
|
|
12766
|
+
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12768
12767
|
options: fetchTabexCountriesQueryContext.data.data.countries,
|
|
12769
12768
|
getOptionLabel: function getOptionLabel(option) {
|
|
12770
12769
|
var crname = '';
|
|
@@ -12900,7 +12899,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12900
12899
|
placeholder: lang.choosecity,
|
|
12901
12900
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12902
12901
|
isSearchable: true
|
|
12903
|
-
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess &&
|
|
12902
|
+
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor != '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12904
12903
|
options: fetchTabexCitiesQueryContext.data.data.cities,
|
|
12905
12904
|
getOptionLabel: function getOptionLabel(option) {
|
|
12906
12905
|
var crname = '';
|
|
@@ -12928,7 +12927,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12928
12927
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12929
12928
|
placeholder: lang.choosecity,
|
|
12930
12929
|
isSearchable: true
|
|
12931
|
-
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess &&
|
|
12930
|
+
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12932
12931
|
options: fetchTabexCitiesQueryContext.data.data.cities,
|
|
12933
12932
|
getOptionLabel: function getOptionLabel(option) {
|
|
12934
12933
|
var crname = '';
|
|
@@ -13171,7 +13170,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13171
13170
|
style: {
|
|
13172
13171
|
background: sectionproperties.formLeftbgColor
|
|
13173
13172
|
}
|
|
13174
|
-
}, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13173
|
+
}, 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", {
|
|
13175
13174
|
className: "col-lg-12 p-0"
|
|
13176
13175
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
13177
13176
|
className: "row ml-0 mr-0 w-100"
|
package/dist/index.esm.js
CHANGED
|
@@ -12262,7 +12262,7 @@ var Select$2 = /*#__PURE__*/React.lazy(function () {
|
|
|
12262
12262
|
return import('react-select');
|
|
12263
12263
|
});
|
|
12264
12264
|
var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
12265
|
-
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$
|
|
12265
|
+
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
12266
12266
|
var lang = props.actions.lang;
|
|
12267
12267
|
var langdetect = props.actions.langdetect;
|
|
12268
12268
|
props.actions.routingcountext;
|
|
@@ -12661,7 +12661,6 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12661
12661
|
})));
|
|
12662
12662
|
};
|
|
12663
12663
|
var Address = function Address() {
|
|
12664
|
-
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
12665
12664
|
return /*#__PURE__*/React.createElement("div", {
|
|
12666
12665
|
className: "row m-0 w-100",
|
|
12667
12666
|
style: {
|
|
@@ -12683,7 +12682,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12683
12682
|
width: "20px",
|
|
12684
12683
|
height: "20px",
|
|
12685
12684
|
duration: "1s"
|
|
12686
|
-
})), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess &&
|
|
12685
|
+
})), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor != '#ffffff' && /*#__PURE__*/React.createElement(Select$2, {
|
|
12687
12686
|
options: fetchTabexCountriesQueryContext.data.data.countries,
|
|
12688
12687
|
getOptionLabel: function getOptionLabel(option) {
|
|
12689
12688
|
var crname = '';
|
|
@@ -12715,7 +12714,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12715
12714
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12716
12715
|
placeholder: langdetect == 'en' ? 'Choose Country' : 'إختر البلد',
|
|
12717
12716
|
isSearchable: true
|
|
12718
|
-
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess &&
|
|
12717
|
+
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React.createElement(Select$2, {
|
|
12719
12718
|
options: fetchTabexCountriesQueryContext.data.data.countries,
|
|
12720
12719
|
getOptionLabel: function getOptionLabel(option) {
|
|
12721
12720
|
var crname = '';
|
|
@@ -12851,7 +12850,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12851
12850
|
placeholder: lang.choosecity,
|
|
12852
12851
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12853
12852
|
isSearchable: true
|
|
12854
|
-
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess &&
|
|
12853
|
+
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor != '#ffffff' && /*#__PURE__*/React.createElement(Select$2, {
|
|
12855
12854
|
options: fetchTabexCitiesQueryContext.data.data.cities,
|
|
12856
12855
|
getOptionLabel: function getOptionLabel(option) {
|
|
12857
12856
|
var crname = '';
|
|
@@ -12879,7 +12878,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
12879
12878
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12880
12879
|
placeholder: lang.choosecity,
|
|
12881
12880
|
isSearchable: true
|
|
12882
|
-
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess &&
|
|
12881
|
+
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React.createElement(Select$2, {
|
|
12883
12882
|
options: fetchTabexCitiesQueryContext.data.data.cities,
|
|
12884
12883
|
getOptionLabel: function getOptionLabel(option) {
|
|
12885
12884
|
var crname = '';
|
|
@@ -13122,7 +13121,7 @@ var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
|
13122
13121
|
style: {
|
|
13123
13122
|
background: sectionproperties.formLeftbgColor
|
|
13124
13123
|
}
|
|
13125
|
-
}, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
13124
|
+
}, 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", {
|
|
13126
13125
|
className: "col-lg-12 p-0"
|
|
13127
13126
|
}, /*#__PURE__*/React.createElement("div", {
|
|
13128
13127
|
className: "row ml-0 mr-0 w-100"
|
package/dist/index.umd.js
CHANGED
|
@@ -12132,7 +12132,7 @@
|
|
|
12132
12132
|
return import('react-select');
|
|
12133
12133
|
});
|
|
12134
12134
|
var CustomerInformationForm = function CustomerInformationForm(props) {
|
|
12135
|
-
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$
|
|
12135
|
+
var _fetchAuthorizationQu, _fetchAuthorizationQu2, _fetchAuthorizationQu3, _css, _authdetailsContext$i2, _authdetailsContext$c, _authdetailsContext$c2;
|
|
12136
12136
|
var lang = props.actions.lang;
|
|
12137
12137
|
var langdetect = props.actions.langdetect;
|
|
12138
12138
|
props.actions.routingcountext;
|
|
@@ -12531,7 +12531,6 @@
|
|
|
12531
12531
|
})));
|
|
12532
12532
|
};
|
|
12533
12533
|
var Address = function Address() {
|
|
12534
|
-
var _authdetailsContext$i2, _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5;
|
|
12535
12534
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12536
12535
|
className: "row m-0 w-100",
|
|
12537
12536
|
style: {
|
|
@@ -12553,7 +12552,7 @@
|
|
|
12553
12552
|
width: "20px",
|
|
12554
12553
|
height: "20px",
|
|
12555
12554
|
duration: "1s"
|
|
12556
|
-
})), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess &&
|
|
12555
|
+
})), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor != '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12557
12556
|
options: fetchTabexCountriesQueryContext.data.data.countries,
|
|
12558
12557
|
getOptionLabel: function getOptionLabel(option) {
|
|
12559
12558
|
var crname = '';
|
|
@@ -12585,7 +12584,7 @@
|
|
|
12585
12584
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12586
12585
|
placeholder: langdetect == 'en' ? 'Choose Country' : 'إختر البلد',
|
|
12587
12586
|
isSearchable: true
|
|
12588
|
-
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess &&
|
|
12587
|
+
}), !fetchTabexCountriesQueryContext.isFetching && fetchTabexCountriesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12589
12588
|
options: fetchTabexCountriesQueryContext.data.data.countries,
|
|
12590
12589
|
getOptionLabel: function getOptionLabel(option) {
|
|
12591
12590
|
var crname = '';
|
|
@@ -12721,7 +12720,7 @@
|
|
|
12721
12720
|
placeholder: lang.choosecity,
|
|
12722
12721
|
styles: langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12723
12722
|
isSearchable: true
|
|
12724
|
-
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess &&
|
|
12723
|
+
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor != '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12725
12724
|
options: fetchTabexCitiesQueryContext.data.data.cities,
|
|
12726
12725
|
getOptionLabel: function getOptionLabel(option) {
|
|
12727
12726
|
var crname = '';
|
|
@@ -12749,7 +12748,7 @@
|
|
|
12749
12748
|
styles: sectionproperties.inputfieldbordertype == 'All' ? langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated : langdetect == 'en' ? defaultstyles : defaultstylestranslated,
|
|
12750
12749
|
placeholder: lang.choosecity,
|
|
12751
12750
|
isSearchable: true
|
|
12752
|
-
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess &&
|
|
12751
|
+
}), !fetchTabexCitiesQueryContext.isFetching && fetchTabexCitiesQueryContext.isSuccess && sectionproperties.inputfieldcolor == '#ffffff' && /*#__PURE__*/React__default["default"].createElement(Select$2, {
|
|
12753
12752
|
options: fetchTabexCitiesQueryContext.data.data.cities,
|
|
12754
12753
|
getOptionLabel: function getOptionLabel(option) {
|
|
12755
12754
|
var crname = '';
|
|
@@ -12992,7 +12991,7 @@
|
|
|
12992
12991
|
style: {
|
|
12993
12992
|
background: sectionproperties.formLeftbgColor
|
|
12994
12993
|
}
|
|
12995
|
-
}, PersonalInformation(), Address(), Otherinformation(), sectionproperties.hidepassword == 'Show' && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$
|
|
12994
|
+
}, 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", {
|
|
12996
12995
|
className: "col-lg-12 p-0"
|
|
12997
12996
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
12998
12997
|
className: "row ml-0 mr-0 w-100"
|