@cniot/mdd-editor 0.2.0-beta.33 → 0.2.0-beta.34
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/README.MD +3 -0
- package/build/index.cjs.js +1 -1
- package/build/index.es.js +27 -0
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -17716,6 +17716,33 @@ const formilySchema = ({ moduleDataSource = {} }) => {
|
|
|
17716
17716
|
},
|
|
17717
17717
|
"x-designable-id": "jtknf7sgpow"
|
|
17718
17718
|
},
|
|
17719
|
+
parentRefreshWhenClose: {
|
|
17720
|
+
type: "boolean",
|
|
17721
|
+
title: "\u5173\u95ED\u5F39\u7A97\u65F6\u5237\u65B0\u7236\u7EA7\u5217\u8868",
|
|
17722
|
+
"x-decorator": "CnFormItem",
|
|
17723
|
+
"x-component": "Switch",
|
|
17724
|
+
"x-validator": [],
|
|
17725
|
+
"x-component-props": {},
|
|
17726
|
+
"x-decorator-props": {
|
|
17727
|
+
tip: "\u4EC5\u5728 \u901A\u8FC7\u3010\u5173\u95ED\u6309\u94AE X\u3011\u3010\u70B9\u51FBmask\u533A\u57DF\u3011\u3010\u952E\u76D8esc\u6309\u952E\u3011\u5173\u95ED\u5F39\u7A97\u65F6\u5237\u65B0\u7236\u7EA7\u5217\u8868"
|
|
17728
|
+
},
|
|
17729
|
+
name: "parentRefreshWhenClose",
|
|
17730
|
+
"x-reactions": {
|
|
17731
|
+
dependencies: [
|
|
17732
|
+
{
|
|
17733
|
+
property: "value",
|
|
17734
|
+
type: "string | number",
|
|
17735
|
+
source: "action.type",
|
|
17736
|
+
name: "type"
|
|
17737
|
+
}
|
|
17738
|
+
],
|
|
17739
|
+
fulfill: {
|
|
17740
|
+
state: {
|
|
17741
|
+
visible: "{{$deps.type === 'dialog' || $deps.type === 'drawer'}}"
|
|
17742
|
+
}
|
|
17743
|
+
}
|
|
17744
|
+
}
|
|
17745
|
+
},
|
|
17719
17746
|
size: {
|
|
17720
17747
|
type: "string",
|
|
17721
17748
|
title: "\u5F39\u7A97\u5C3A\u5BF8",
|