@zgfe/business-lib 1.2.34-tags.7 → 1.2.34-tags.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.
|
@@ -107,7 +107,7 @@ var EventCondition = function EventCondition(props) {
|
|
|
107
107
|
onChange: onEventChange,
|
|
108
108
|
border: false,
|
|
109
109
|
theme: "normal",
|
|
110
|
-
placeholder:
|
|
110
|
+
placeholder: (condition === null || condition === void 0 ? void 0 : condition.placeholder) ? condition.placeholder : '选择一个事件',
|
|
111
111
|
destroyPopupOnHide: true,
|
|
112
112
|
defaultSelectAble: false,
|
|
113
113
|
popupContainer: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.34-tags.
|
|
3
|
+
"version": "1.2.34-tags.8",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "aa40b4fef79dbf4458b73ef1935fb5aa69f15520",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|