@zgfe/modules-dm 1.0.34-heyh.41 → 1.0.34-heyh.43
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.
|
@@ -38,7 +38,7 @@ var CreateVirtualDrawer = function CreateVirtualDrawer(props) {
|
|
|
38
38
|
_useState4 = _slicedToArray(_useState3, 2),
|
|
39
39
|
formSubmitData = _useState4[0],
|
|
40
40
|
setFormSubmitData = _useState4[1];
|
|
41
|
-
var attrMaxLength =
|
|
41
|
+
var attrMaxLength = 100;
|
|
42
42
|
var _useContext = useContext(BizGlobalDataContext),
|
|
43
43
|
currentApp = _useContext.currentApp,
|
|
44
44
|
eventGroupList = _useContext.eventGroupList;
|
|
@@ -14,7 +14,7 @@ import { Tooltip, message } from 'antd';
|
|
|
14
14
|
import React, { useEffect, useRef, useState } from 'react';
|
|
15
15
|
import { BizEventSelector, BizAttrConditionGroup, IconFont } from '@zgfe/business-lib';
|
|
16
16
|
import './styles/index.less';
|
|
17
|
-
var classPrefix = 'eventfilter-box';
|
|
17
|
+
var classPrefix = 'virtual-event-eventfilter-box';
|
|
18
18
|
var EventFilter = function EventFilter(props) {
|
|
19
19
|
var remove = props.remove,
|
|
20
20
|
index = props.index,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.34-heyh.
|
|
3
|
+
"version": "1.0.34-heyh.43",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "ffa03280d489963fa13cae1dedc7c7c3ac4549d1",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|