tabexseriescomponents 0.0.371 → 0.0.372
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 +39 -11
- package/dist/index.esm.js +39 -11
- package/dist/index.umd.js +39 -11
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2069,6 +2069,10 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2069
2069
|
});
|
|
2070
2070
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2071
2071
|
className: 'col-lg-6 col-md-6 col-sm-12 mb-4 p-sm-0'
|
|
2072
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2073
|
+
"class": "row m-0 w-100"
|
|
2074
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2075
|
+
"class": "col-lg-12 p-0 d-flex align-items-start flex-row"
|
|
2072
2076
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
2073
2077
|
className: ' d-flex align-items-start ',
|
|
2074
2078
|
style: {
|
|
@@ -2079,7 +2083,17 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2079
2083
|
}
|
|
2080
2084
|
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2081
2085
|
"class": "text-danger ml-1 mr-1"
|
|
2082
|
-
}, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("
|
|
2086
|
+
}, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("label", {
|
|
2087
|
+
className: ' d-flex align-items-start mx-2 ',
|
|
2088
|
+
style: {
|
|
2089
|
+
color: '#666666',
|
|
2090
|
+
fontWeight: 400,
|
|
2091
|
+
fontSize: '13px',
|
|
2092
|
+
textTransform: sectionproperties.form_labeltexttransform
|
|
2093
|
+
}
|
|
2094
|
+
}, item.subtitle_en != null && langdetect == 'en' && '(' + item.subtitle_en + ')', item.subtitle_ar != null && langdetect == 'ar' && '(' + item.subtitle_ar + ')')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2095
|
+
"class": "col-lg-12 p-0"
|
|
2096
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
2083
2097
|
className: loginstyles.wrap_input100 + ' textarea '
|
|
2084
2098
|
}, isinputcomponent == 1 && /*#__PURE__*/React__default["default"].createElement("input", {
|
|
2085
2099
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
@@ -2112,7 +2126,7 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2112
2126
|
}
|
|
2113
2127
|
})), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
2114
2128
|
className: loginstyles.login_input_focus
|
|
2115
|
-
})));
|
|
2129
|
+
})))));
|
|
2116
2130
|
}))));
|
|
2117
2131
|
};
|
|
2118
2132
|
|
|
@@ -6747,7 +6761,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6747
6761
|
style: {
|
|
6748
6762
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6749
6763
|
}
|
|
6750
|
-
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), /*#__PURE__*/React__default["default"].createElement("th", {
|
|
6764
|
+
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("th", {
|
|
6751
6765
|
className: "text-center font-weight-500 font-14 text-uppercase text-light",
|
|
6752
6766
|
style: {
|
|
6753
6767
|
minWidth: '200px'
|
|
@@ -6765,7 +6779,13 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6765
6779
|
style: {
|
|
6766
6780
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6767
6781
|
}
|
|
6768
|
-
},
|
|
6782
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6783
|
+
"class": "row m-0 w-100"
|
|
6784
|
+
}, sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6785
|
+
"class": "col-lg-12 p-0 text-start"
|
|
6786
|
+
}, item.orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6787
|
+
"class": "col-lg-12 p-0 text-start"
|
|
6788
|
+
}, item.timestamp))), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("td", {
|
|
6769
6789
|
className: "text-center",
|
|
6770
6790
|
style: {
|
|
6771
6791
|
minWidth: '200px'
|
|
@@ -6833,13 +6853,18 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6833
6853
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
6834
6854
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
6835
6855
|
}
|
|
6836
|
-
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', /*#__PURE__*/React__default["default"].createElement("span", {
|
|
6856
|
+
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
6857
|
+
style: {
|
|
6858
|
+
color: sectionproperties.sectiontitlesecondarycolor,
|
|
6859
|
+
direction: 'ltr'
|
|
6860
|
+
}
|
|
6861
|
+
}, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
6837
6862
|
style: {
|
|
6838
6863
|
color: sectionproperties.sectiontitlesecondarycolor,
|
|
6839
6864
|
direction: 'ltr'
|
|
6840
6865
|
}
|
|
6841
|
-
},
|
|
6842
|
-
className: langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
|
|
6866
|
+
}, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].timestamp))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6867
|
+
className: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'col-lg-12 p-0' : langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
|
|
6843
6868
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6844
6869
|
className: "row m-0 w-100"
|
|
6845
6870
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -6857,7 +6882,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6857
6882
|
style: {
|
|
6858
6883
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6859
6884
|
}
|
|
6860
|
-
}, langdetect == 'en' ? 'Details' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6885
|
+
}, langdetect == 'en' ? 'Details' : 'التفاصيل')), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6861
6886
|
className: "col-lg-3 col-md-3 col-sm-6 p-0 d-flex align-items-center justify-content-end"
|
|
6862
6887
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6863
6888
|
style: {
|
|
@@ -7044,7 +7069,10 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7044
7069
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
7045
7070
|
"class": "m-0 p-0"
|
|
7046
7071
|
}, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7047
|
-
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
|
|
7072
|
+
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0',
|
|
7073
|
+
style: {
|
|
7074
|
+
display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
|
|
7075
|
+
}
|
|
7048
7076
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7049
7077
|
className: "row m-0 w-100 mb-3",
|
|
7050
7078
|
style: {
|
|
@@ -7240,7 +7268,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7240
7268
|
textTransform: sectionproperties.total_texttransform,
|
|
7241
7269
|
color: sectionproperties.total_color
|
|
7242
7270
|
}
|
|
7243
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7271
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.showpayemntsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7244
7272
|
className: "row m-0 w-100 mb-3",
|
|
7245
7273
|
style: {
|
|
7246
7274
|
background: sectionproperties.payment_sectionbgcolor,
|
|
@@ -38236,7 +38264,7 @@ var Footer2 = function Footer2(props) {
|
|
|
38236
38264
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38237
38265
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
38238
38266
|
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
38239
|
-
"class": "".concat(footerStyles.footerContainer)
|
|
38267
|
+
"class": "".concat(footerStyles.footerContainer) + ' pl-md-2 pr-md-2 '
|
|
38240
38268
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38241
38269
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
38242
38270
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -2020,6 +2020,10 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2020
2020
|
});
|
|
2021
2021
|
return /*#__PURE__*/React.createElement("div", {
|
|
2022
2022
|
className: 'col-lg-6 col-md-6 col-sm-12 mb-4 p-sm-0'
|
|
2023
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2024
|
+
"class": "row m-0 w-100"
|
|
2025
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2026
|
+
"class": "col-lg-12 p-0 d-flex align-items-start flex-row"
|
|
2023
2027
|
}, /*#__PURE__*/React.createElement("label", {
|
|
2024
2028
|
className: ' d-flex align-items-start ',
|
|
2025
2029
|
style: {
|
|
@@ -2030,7 +2034,17 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2030
2034
|
}
|
|
2031
2035
|
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React.createElement("span", {
|
|
2032
2036
|
"class": "text-danger ml-1 mr-1"
|
|
2033
|
-
}, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("
|
|
2037
|
+
}, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React.createElement("label", {
|
|
2038
|
+
className: ' d-flex align-items-start mx-2 ',
|
|
2039
|
+
style: {
|
|
2040
|
+
color: '#666666',
|
|
2041
|
+
fontWeight: 400,
|
|
2042
|
+
fontSize: '13px',
|
|
2043
|
+
textTransform: sectionproperties.form_labeltexttransform
|
|
2044
|
+
}
|
|
2045
|
+
}, item.subtitle_en != null && langdetect == 'en' && '(' + item.subtitle_en + ')', item.subtitle_ar != null && langdetect == 'ar' && '(' + item.subtitle_ar + ')')), /*#__PURE__*/React.createElement("div", {
|
|
2046
|
+
"class": "col-lg-12 p-0"
|
|
2047
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
2034
2048
|
className: loginstyles.wrap_input100 + ' textarea '
|
|
2035
2049
|
}, isinputcomponent == 1 && /*#__PURE__*/React.createElement("input", {
|
|
2036
2050
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
@@ -2063,7 +2077,7 @@ var ProductExtraFields = function ProductExtraFields(props) {
|
|
|
2063
2077
|
}
|
|
2064
2078
|
})), /*#__PURE__*/React.createElement("span", {
|
|
2065
2079
|
className: loginstyles.login_input_focus
|
|
2066
|
-
})));
|
|
2080
|
+
})))));
|
|
2067
2081
|
}))));
|
|
2068
2082
|
};
|
|
2069
2083
|
|
|
@@ -6698,7 +6712,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6698
6712
|
style: {
|
|
6699
6713
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6700
6714
|
}
|
|
6701
|
-
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), /*#__PURE__*/React.createElement("th", {
|
|
6715
|
+
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React.createElement("th", {
|
|
6702
6716
|
className: "text-center font-weight-500 font-14 text-uppercase text-light",
|
|
6703
6717
|
style: {
|
|
6704
6718
|
minWidth: '200px'
|
|
@@ -6716,7 +6730,13 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6716
6730
|
style: {
|
|
6717
6731
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6718
6732
|
}
|
|
6719
|
-
},
|
|
6733
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
6734
|
+
"class": "row m-0 w-100"
|
|
6735
|
+
}, sectionproperties.showorderid == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
6736
|
+
"class": "col-lg-12 p-0 text-start"
|
|
6737
|
+
}, item.orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
6738
|
+
"class": "col-lg-12 p-0 text-start"
|
|
6739
|
+
}, item.timestamp))), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React.createElement("td", {
|
|
6720
6740
|
className: "text-center",
|
|
6721
6741
|
style: {
|
|
6722
6742
|
minWidth: '200px'
|
|
@@ -6784,13 +6804,18 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6784
6804
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
6785
6805
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
6786
6806
|
}
|
|
6787
|
-
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', /*#__PURE__*/React.createElement("span", {
|
|
6807
|
+
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', sectionproperties.showorderid == 'Show' && /*#__PURE__*/React.createElement("span", {
|
|
6808
|
+
style: {
|
|
6809
|
+
color: sectionproperties.sectiontitlesecondarycolor,
|
|
6810
|
+
direction: 'ltr'
|
|
6811
|
+
}
|
|
6812
|
+
}, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React.createElement("span", {
|
|
6788
6813
|
style: {
|
|
6789
6814
|
color: sectionproperties.sectiontitlesecondarycolor,
|
|
6790
6815
|
direction: 'ltr'
|
|
6791
6816
|
}
|
|
6792
|
-
},
|
|
6793
|
-
className: langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
|
|
6817
|
+
}, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].timestamp))), /*#__PURE__*/React.createElement("div", {
|
|
6818
|
+
className: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'col-lg-12 p-0' : langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
|
|
6794
6819
|
}, /*#__PURE__*/React.createElement("div", {
|
|
6795
6820
|
className: "row m-0 w-100"
|
|
6796
6821
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -6808,7 +6833,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6808
6833
|
style: {
|
|
6809
6834
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6810
6835
|
}
|
|
6811
|
-
}, langdetect == 'en' ? 'Details' : 'التفاصيل')), /*#__PURE__*/React.createElement("div", {
|
|
6836
|
+
}, langdetect == 'en' ? 'Details' : 'التفاصيل')), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
6812
6837
|
className: "col-lg-3 col-md-3 col-sm-6 p-0 d-flex align-items-center justify-content-end"
|
|
6813
6838
|
}, /*#__PURE__*/React.createElement("p", {
|
|
6814
6839
|
style: {
|
|
@@ -6995,7 +7020,10 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
6995
7020
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React.createElement("p", {
|
|
6996
7021
|
"class": "m-0 p-0"
|
|
6997
7022
|
}, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React.createElement("div", {
|
|
6998
|
-
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
|
|
7023
|
+
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0',
|
|
7024
|
+
style: {
|
|
7025
|
+
display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
|
|
7026
|
+
}
|
|
6999
7027
|
}, /*#__PURE__*/React.createElement("div", {
|
|
7000
7028
|
className: "row m-0 w-100 mb-3",
|
|
7001
7029
|
style: {
|
|
@@ -7191,7 +7219,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
7191
7219
|
textTransform: sectionproperties.total_texttransform,
|
|
7192
7220
|
color: sectionproperties.total_color
|
|
7193
7221
|
}
|
|
7194
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React.createElement("div", {
|
|
7222
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.showpayemntsection == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
7195
7223
|
className: "row m-0 w-100 mb-3",
|
|
7196
7224
|
style: {
|
|
7197
7225
|
background: sectionproperties.payment_sectionbgcolor,
|
|
@@ -38187,7 +38215,7 @@ var Footer2 = function Footer2(props) {
|
|
|
38187
38215
|
return /*#__PURE__*/React.createElement("div", {
|
|
38188
38216
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
38189
38217
|
}, /*#__PURE__*/React.createElement("footer", {
|
|
38190
|
-
"class": "".concat(footerStyles.footerContainer)
|
|
38218
|
+
"class": "".concat(footerStyles.footerContainer) + ' pl-md-2 pr-md-2 '
|
|
38191
38219
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38192
38220
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
38193
38221
|
}, /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -1902,6 +1902,10 @@
|
|
|
1902
1902
|
});
|
|
1903
1903
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1904
1904
|
className: 'col-lg-6 col-md-6 col-sm-12 mb-4 p-sm-0'
|
|
1905
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1906
|
+
"class": "row m-0 w-100"
|
|
1907
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1908
|
+
"class": "col-lg-12 p-0 d-flex align-items-start flex-row"
|
|
1905
1909
|
}, /*#__PURE__*/React__default["default"].createElement("label", {
|
|
1906
1910
|
className: ' d-flex align-items-start ',
|
|
1907
1911
|
style: {
|
|
@@ -1912,7 +1916,17 @@
|
|
|
1912
1916
|
}
|
|
1913
1917
|
}, langdetect == 'en' ? item.title_en : item.title_ar, " ", /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1914
1918
|
"class": "text-danger ml-1 mr-1"
|
|
1915
|
-
}, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("
|
|
1919
|
+
}, item.isrequired == 1 ? '*' : '')), /*#__PURE__*/React__default["default"].createElement("label", {
|
|
1920
|
+
className: ' d-flex align-items-start mx-2 ',
|
|
1921
|
+
style: {
|
|
1922
|
+
color: '#666666',
|
|
1923
|
+
fontWeight: 400,
|
|
1924
|
+
fontSize: '13px',
|
|
1925
|
+
textTransform: sectionproperties.form_labeltexttransform
|
|
1926
|
+
}
|
|
1927
|
+
}, item.subtitle_en != null && langdetect == 'en' && '(' + item.subtitle_en + ')', item.subtitle_ar != null && langdetect == 'ar' && '(' + item.subtitle_ar + ')')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1928
|
+
"class": "col-lg-12 p-0"
|
|
1929
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
1916
1930
|
className: loginstyles.wrap_input100 + ' textarea '
|
|
1917
1931
|
}, isinputcomponent == 1 && /*#__PURE__*/React__default["default"].createElement("input", {
|
|
1918
1932
|
className: "".concat(loginstyles.form_control, " ").concat(formstyles.form_control),
|
|
@@ -1945,7 +1959,7 @@
|
|
|
1945
1959
|
}
|
|
1946
1960
|
})), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1947
1961
|
className: loginstyles.login_input_focus
|
|
1948
|
-
})));
|
|
1962
|
+
})))));
|
|
1949
1963
|
}))));
|
|
1950
1964
|
};
|
|
1951
1965
|
|
|
@@ -6580,7 +6594,7 @@
|
|
|
6580
6594
|
style: {
|
|
6581
6595
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6582
6596
|
}
|
|
6583
|
-
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), /*#__PURE__*/React__default["default"].createElement("th", {
|
|
6597
|
+
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ' '), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("th", {
|
|
6584
6598
|
className: "text-center font-weight-500 font-14 text-uppercase text-light",
|
|
6585
6599
|
style: {
|
|
6586
6600
|
minWidth: '200px'
|
|
@@ -6598,7 +6612,13 @@
|
|
|
6598
6612
|
style: {
|
|
6599
6613
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6600
6614
|
}
|
|
6601
|
-
},
|
|
6615
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6616
|
+
"class": "row m-0 w-100"
|
|
6617
|
+
}, sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6618
|
+
"class": "col-lg-12 p-0 text-start"
|
|
6619
|
+
}, item.orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6620
|
+
"class": "col-lg-12 p-0 text-start"
|
|
6621
|
+
}, item.timestamp))), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("td", {
|
|
6602
6622
|
className: "text-center",
|
|
6603
6623
|
style: {
|
|
6604
6624
|
minWidth: '200px'
|
|
@@ -6666,13 +6686,18 @@
|
|
|
6666
6686
|
textTransform: sectionproperties.sectionTitleTextTransform,
|
|
6667
6687
|
fontWeight: sectionproperties.sectionTitleFontWeight
|
|
6668
6688
|
}
|
|
6669
|
-
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', /*#__PURE__*/React__default["default"].createElement("span", {
|
|
6689
|
+
}, langdetect == 'en' ? sectionproperties.orderidtitleen : sectionproperties.orderidtitlear, ":", ' ', sectionproperties.showorderid == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
6690
|
+
style: {
|
|
6691
|
+
color: sectionproperties.sectiontitlesecondarycolor,
|
|
6692
|
+
direction: 'ltr'
|
|
6693
|
+
}
|
|
6694
|
+
}, "#", fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].orderid), sectionproperties.showtimestamp == 'Show' && /*#__PURE__*/React__default["default"].createElement("span", {
|
|
6670
6695
|
style: {
|
|
6671
6696
|
color: sectionproperties.sectiontitlesecondarycolor,
|
|
6672
6697
|
direction: 'ltr'
|
|
6673
6698
|
}
|
|
6674
|
-
},
|
|
6675
|
-
className: langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
|
|
6699
|
+
}, fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].timestamp))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6700
|
+
className: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'col-lg-12 p-0' : langdetect == 'en' ? 'col-lg-9 pl-0 p-md-0 mb-md-3' : 'col-lg-9 pr-0 p-md-0 mb-md-3'
|
|
6676
6701
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6677
6702
|
className: "row m-0 w-100"
|
|
6678
6703
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -6690,7 +6715,7 @@
|
|
|
6690
6715
|
style: {
|
|
6691
6716
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
6692
6717
|
}
|
|
6693
|
-
}, langdetect == 'en' ? 'Details' : 'التفاصيل')), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6718
|
+
}, langdetect == 'en' ? 'Details' : 'التفاصيل')), sectionproperties.statusvisibility == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6694
6719
|
className: "col-lg-3 col-md-3 col-sm-6 p-0 d-flex align-items-center justify-content-end"
|
|
6695
6720
|
}, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6696
6721
|
style: {
|
|
@@ -6877,7 +6902,10 @@
|
|
|
6877
6902
|
}), !GeneralAPIMutationContext.isLoading && /*#__PURE__*/React__default["default"].createElement("p", {
|
|
6878
6903
|
"class": "m-0 p-0"
|
|
6879
6904
|
}, " ", langdetect == 'en' ? 'Delete Order' : 'حذف الطلب'))))))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6880
|
-
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0'
|
|
6905
|
+
className: langdetect == 'en' ? 'col-lg-3 pr-0 p-md-0' : 'col-lg-3 pl-0 p-md-0',
|
|
6906
|
+
style: {
|
|
6907
|
+
display: sectionproperties.shownotes == 'Hide' && sectionproperties.showtotalsection == 'Hide' && sectionproperties.showpayemntsection == 'Hide' && sectionproperties.hidecountrystatecity == 'Hide' && sectionproperties.hideshipping == 'Hide' && sectionproperties.hideaddress == 'Hide' ? 'none' : 'flex'
|
|
6908
|
+
}
|
|
6881
6909
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
6882
6910
|
className: "row m-0 w-100 mb-3",
|
|
6883
6911
|
style: {
|
|
@@ -7073,7 +7101,7 @@
|
|
|
7073
7101
|
textTransform: sectionproperties.total_texttransform,
|
|
7074
7102
|
color: sectionproperties.total_color
|
|
7075
7103
|
}
|
|
7076
|
-
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7104
|
+
}, langdetect == 'en' ? authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_en : '', ' ', fetchorderhistoryQueryContext.data.data.ordershistory[orderindex].totalorderprice, ' ', langdetect == 'en' ? '' : authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar))))), sectionproperties.showpayemntsection == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
7077
7105
|
className: "row m-0 w-100 mb-3",
|
|
7078
7106
|
style: {
|
|
7079
7107
|
background: sectionproperties.payment_sectionbgcolor,
|
|
@@ -38069,7 +38097,7 @@
|
|
|
38069
38097
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38070
38098
|
"class": "row m-0 w-100 d-flex justify-content-center"
|
|
38071
38099
|
}, /*#__PURE__*/React__default["default"].createElement("footer", {
|
|
38072
|
-
"class": "".concat(footerStyles.footerContainer)
|
|
38100
|
+
"class": "".concat(footerStyles.footerContainer) + ' pl-md-2 pr-md-2 '
|
|
38073
38101
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
38074
38102
|
"class": "row w-100 m-0 d-flex justify-content-center"
|
|
38075
38103
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|