@cniot/mdd-editor 0.2.0-beta.33 → 0.2.0-beta.35

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",
@@ -18036,10 +18063,12 @@ const formilySchema = ({ moduleDataSource = {} }) => {
18036
18063
  type: "string",
18037
18064
  title: "loading\u63D0\u793A\u6700\u957F\u65F6\u957F",
18038
18065
  "x-decorator": "CnFormItem",
18039
- "x-component": "Input",
18066
+ "x-component": "NumberPicker",
18040
18067
  "x-validator": [],
18041
18068
  "x-component-props": {
18042
- innerAfter: "\u6BEB\u79D2"
18069
+ innerAfter: "\u6BEB\u79D2",
18070
+ step: 1e3,
18071
+ min: 1e3
18043
18072
  },
18044
18073
  "x-decorator-props": {
18045
18074
  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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cniot/mdd-editor",
3
- "version": "0.2.0-beta.33",
3
+ "version": "0.2.0-beta.35",
4
4
  "description": "模型驱动编辑器",
5
5
  "scripts": {
6
6
  "build": "vite build"