tplus-components-touch 3.22.7 → 3.22.8
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.
|
@@ -4728,19 +4728,16 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
4728
4728
|
_react2.default.createElement(
|
|
4729
4729
|
'span',
|
|
4730
4730
|
null,
|
|
4731
|
-
_react2.default.createElement(
|
|
4731
|
+
_react2.default.createElement(_input2.default, {
|
|
4732
4732
|
id: 'paymentAmount',
|
|
4733
|
-
className: _index.hotKey.hotKeyNotFilter('input') + ' receivedInput',
|
|
4734
4733
|
type: 'text',
|
|
4735
|
-
|
|
4736
|
-
onChange: function onChange(
|
|
4737
|
-
_this8.setCurrentModeValue(value, Math.min(currentMode.maxamount, currentMode.member.balance));
|
|
4734
|
+
className: _index.hotKey.hotKeyNotFilter('input'),
|
|
4735
|
+
onChange: function onChange(event) {
|
|
4736
|
+
_this8.setCurrentModeValue(event.target.value, Math.min(currentMode.maxamount, currentMode.member.balance));
|
|
4738
4737
|
},
|
|
4739
4738
|
defaultValue: currentMode && (0, _utils.getFixedNumber)(brefund ? currentMode.value : Math.min(currentMode.value, currentMode.maxamount, currentMode.member.balance)),
|
|
4740
|
-
|
|
4741
|
-
|
|
4742
|
-
ref: function ref(input) {
|
|
4743
|
-
return _this8.inputCzkAmount = input;
|
|
4739
|
+
ref: function ref(_ref28) {
|
|
4740
|
+
return _this8["inputCzkAmount"] = _ref28;
|
|
4744
4741
|
},
|
|
4745
4742
|
onFocus: function onFocus(e) {
|
|
4746
4743
|
_this8.inputkey = "inputCzkAmount";
|
|
@@ -5357,8 +5354,8 @@ var Settlement = (0, _mobxReact.observer)(_class = (_temp = _class2 = function (
|
|
|
5357
5354
|
_this8.setCurrentModeValue(e.target.value, Math.min(currentMode.maxamount, currentMode.member.exchangable));
|
|
5358
5355
|
},
|
|
5359
5356
|
defaultValue: currentMode && (0, _utils.getFixedNumber)(Math.min(currentMode.value, currentMode.maxamount, currentMode.member.exchangable)),
|
|
5360
|
-
ref: function ref(
|
|
5361
|
-
return _this8["inputJfdxAmount"] =
|
|
5357
|
+
ref: function ref(_ref29) {
|
|
5358
|
+
return _this8["inputJfdxAmount"] = _ref29;
|
|
5362
5359
|
},
|
|
5363
5360
|
onFocus: function onFocus(e) {
|
|
5364
5361
|
_this8.inputkey = "inputJfdxAmount";
|