@zgfe/modules-interval 1.0.10-qirui.2 → 1.0.10-qirui.3
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.
|
@@ -213,6 +213,7 @@ var TopPanel = function TopPanel(props) {
|
|
|
213
213
|
className: "collapseRefs"
|
|
214
214
|
}, /*#__PURE__*/React.createElement(Form.Item, {
|
|
215
215
|
label: "\u5F00\u59CB\u4E8B\u4EF6",
|
|
216
|
+
validateStatus: "success",
|
|
216
217
|
style: {
|
|
217
218
|
marginBottom: '8px',
|
|
218
219
|
position: 'relative'
|
|
@@ -336,6 +337,7 @@ var TopPanel = function TopPanel(props) {
|
|
|
336
337
|
}))), /*#__PURE__*/React.createElement(Form.Item, {
|
|
337
338
|
label: "\u7ED3\u675F\u4E8B\u4EF6",
|
|
338
339
|
name: "end",
|
|
340
|
+
validateStatus: "success",
|
|
339
341
|
rules: [{
|
|
340
342
|
validateTrigger: ['onBlur'],
|
|
341
343
|
validator: function validator(rule, value) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-interval",
|
|
3
|
-
"version": "1.0.10-qirui.
|
|
3
|
+
"version": "1.0.10-qirui.3",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "dumi dev",
|
|
6
6
|
"docs:build": "dumi build",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"umi-request": "^1.4.0",
|
|
63
63
|
"yorkie": "^2.0.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "9f9360a9bb9774be8bbd58cbfee74df64aea4789"
|
|
66
66
|
}
|