@signalplus/params-about 1.0.7-alpha3 → 1.0.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.
- package/lib/es/index.js +5 -5
- package/package.json +1 -1
package/lib/es/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Bundle of @signalplus/params-about
|
|
3
|
-
* Generated: 2023-08-
|
|
4
|
-
* Version: 1.0.
|
|
3
|
+
* Generated: 2023-08-21
|
|
4
|
+
* Version: 1.0.8
|
|
5
5
|
* License: MIT
|
|
6
6
|
* Author: 2631541504@qq.com
|
|
7
7
|
*/
|
|
@@ -2089,7 +2089,7 @@ var ParamFormModalEl = /*#__PURE__*/function (_PureComponent2) {
|
|
|
2089
2089
|
var data = _objectSpread2(_objectSpread2({}, _this4.props.initialValues), form.getFieldsValue());
|
|
2090
2090
|
|
|
2091
2091
|
if (_this4.isEdit && isEqual(data, _this4.props.initialValues)) {
|
|
2092
|
-
message.warning('
|
|
2092
|
+
message.warning('Please modify the value before Submitting, or press Cancel to exit');
|
|
2093
2093
|
return Promise.reject();
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
@@ -2339,7 +2339,7 @@ var ParamValueEditorModalEl = /*#__PURE__*/function (_PureComponent2) {
|
|
|
2339
2339
|
var data = _objectSpread2(_objectSpread2({}, _this3.props.initialValues), form.getFieldsValue());
|
|
2340
2340
|
|
|
2341
2341
|
if (isEqual(data, _this3.props.initialValues)) {
|
|
2342
|
-
message.warning('
|
|
2342
|
+
message.warning('Please modify the value before Submitting, or press Cancel to exit');
|
|
2343
2343
|
return Promise.reject();
|
|
2344
2344
|
}
|
|
2345
2345
|
|
|
@@ -2608,7 +2608,7 @@ var ParamGroupEditorModalEl = /*#__PURE__*/function (_PureComponent2) {
|
|
|
2608
2608
|
var data = _objectSpread2(_objectSpread2({}, _this3.props.initialValues), form.getFieldsValue());
|
|
2609
2609
|
|
|
2610
2610
|
if (_this3.isEdit && isEqual(data, _this3.props.initialValues)) {
|
|
2611
|
-
message.warning('
|
|
2611
|
+
message.warning('Please modify the value before Submitting, or press Cancel to exit');
|
|
2612
2612
|
return Promise.reject();
|
|
2613
2613
|
}
|
|
2614
2614
|
|