@salesgenterp/ui-components 0.4.483 → 0.4.484
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.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +5 -3
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12160,7 +12160,8 @@ var Step3 = function Step3(_ref) {
|
|
|
12160
12160
|
countries = _ref.countries,
|
|
12161
12161
|
setSelectedCountry = _ref.setSelectedCountry,
|
|
12162
12162
|
customer = _ref.customer,
|
|
12163
|
-
disabledPaymentOnMoreThanAmount = _ref.disabledPaymentOnMoreThanAmount
|
|
12163
|
+
disabledPaymentOnMoreThanAmount = _ref.disabledPaymentOnMoreThanAmount,
|
|
12164
|
+
doNotShowPrice = _ref.doNotShowPrice;
|
|
12164
12165
|
var _useState = React.useState(),
|
|
12165
12166
|
selectedMethod = _useState[0],
|
|
12166
12167
|
setSelectedMethod = _useState[1];
|
|
@@ -12226,7 +12227,7 @@ var Step3 = function Step3(_ref) {
|
|
|
12226
12227
|
icon: /*#__PURE__*/React__default.createElement(bi.BiWallet, {
|
|
12227
12228
|
className: "icon"
|
|
12228
12229
|
})
|
|
12229
|
-
}), /*#__PURE__*/React__default.createElement(CheckBoxRow, {
|
|
12230
|
+
}), !doNotShowPrice && /*#__PURE__*/React__default.createElement(CheckBoxRow, {
|
|
12230
12231
|
marginLeft: "1.8em",
|
|
12231
12232
|
style: {
|
|
12232
12233
|
paddingBottom: '1.5em',
|
|
@@ -13779,7 +13780,8 @@ var CheckoutPageComponentWrapper = function CheckoutPageComponentWrapper(_ref) {
|
|
|
13779
13780
|
orderTotal: orderTotal,
|
|
13780
13781
|
styles: styles,
|
|
13781
13782
|
setSelectedCountry: setSelectedCountry,
|
|
13782
|
-
disabledPaymentOnMoreThanAmount: disabledPaymentOnMoreThanAmount
|
|
13783
|
+
disabledPaymentOnMoreThanAmount: disabledPaymentOnMoreThanAmount,
|
|
13784
|
+
doNotShowPrice: doNotShowPrice
|
|
13783
13785
|
})), index === 4 && /*#__PURE__*/React__default.createElement(material.StepContent, {
|
|
13784
13786
|
sx: {
|
|
13785
13787
|
padding: 0
|