@cniot/mdd-editor 0.2.0-beta.32 → 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/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",
@@ -18031,6 +18058,36 @@ const formilySchema = ({ moduleDataSource = {} }) => {
18031
18058
  }
18032
18059
  },
18033
18060
  "x-designable-id": "jtknf7sgpow"
18061
+ },
18062
+ delayLoadingMessageDuration: {
18063
+ type: "string",
18064
+ title: "loading\u63D0\u793A\u6700\u957F\u65F6\u957F",
18065
+ "x-decorator": "CnFormItem",
18066
+ "x-component": "Input",
18067
+ "x-validator": [],
18068
+ "x-component-props": {
18069
+ innerAfter: "\u6BEB\u79D2"
18070
+ },
18071
+ "x-decorator-props": {
18072
+ tip: "\u4EC5\u5F53 \u8BE5\u63A5\u53E3 \u54CD\u5E94\u65F6\u95F4 \u8FC7\u957F(\u4F8B\u5982 \u8D85\u8FC710\u79D2)\u65F6\u4F7F\u7528\uFF0C\u5176\u4ED6\u60C5\u51B5\u4E0D\u63A8\u8350\u4F7F\u7528\u3002key\uFF1AdelayLoadingMessageDuration"
18073
+ },
18074
+ name: "delayLoadingMessageDuration",
18075
+ "x-reactions": {
18076
+ dependencies: [
18077
+ {
18078
+ property: "value",
18079
+ type: "string | number",
18080
+ source: "action.type",
18081
+ name: "type"
18082
+ }
18083
+ ],
18084
+ fulfill: {
18085
+ state: {
18086
+ visible: "{{$deps.type === 'ajax'}}"
18087
+ }
18088
+ }
18089
+ },
18090
+ "x-designable-id": "9ifgussstsh"
18034
18091
  }
18035
18092
  }
18036
18093
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cniot/mdd-editor",
3
- "version": "0.2.0-beta.32",
3
+ "version": "0.2.0-beta.34",
4
4
  "description": "模型驱动编辑器",
5
5
  "scripts": {
6
6
  "build": "vite build"