@steedos-widgets/amis-object 6.10.54-beta.2 → 6.10.54-beta.4

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/dist/assets.json CHANGED
@@ -3,8 +3,8 @@
3
3
  {
4
4
  "package": "@steedos-widgets/amis-object",
5
5
  "urls": [
6
- "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.2/dist/amis-object.umd.js",
7
- "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.2/dist/amis-object.umd.css"
6
+ "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.4/dist/amis-object.umd.js",
7
+ "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.4/dist/amis-object.umd.css"
8
8
  ],
9
9
  "library": "BuilderAmisObject"
10
10
  }
@@ -15,10 +15,10 @@
15
15
  "npm": {
16
16
  "package": "@steedos-widgets/amis-object"
17
17
  },
18
- "url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.2/dist/meta.js",
18
+ "url": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.4/dist/meta.js",
19
19
  "urls": {
20
- "default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.2/dist/meta.js",
21
- "design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.2/dist/meta.js"
20
+ "default": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.4/dist/meta.js",
21
+ "design": "https://unpkg.com/@steedos-widgets/amis-object@6.10.54-beta.4/dist/meta.js"
22
22
  }
23
23
  }
24
24
  ]
package/dist/meta.js CHANGED
@@ -5343,9 +5343,16 @@
5343
5343
  "type": "switch"
5344
5344
  },
5345
5345
  {
5346
- "label": "默认意见",
5346
+ "label": "未填意见时显示默认意见",
5347
+ "name": "enable_default_opinion",
5348
+ "type": "switch"
5349
+ },
5350
+ {
5351
+ "label": "未填意见默认值",
5347
5352
  "name": "default",
5348
- "type": "input-text"
5353
+ "type": "input-text",
5354
+ "value": "已核准",
5355
+ "visibleOn": "this.enable_default_opinion"
5349
5356
  }
5350
5357
  ],
5351
5358
  "visibleOn": " 'approval_comments' === config.type ? true: false ",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-object",
3
3
  "private": false,
4
- "version": "6.10.54-beta.2",
4
+ "version": "6.10.54-beta.4",
5
5
  "main": "dist/amis-object.cjs.js",
6
6
  "module": "dist/amis-object.esm.js",
7
7
  "unpkg": "dist/amis-object.umd.js",
@@ -35,8 +35,8 @@
35
35
  "@rollup/plugin-commonjs": "^29.0.0",
36
36
  "@rollup/plugin-node-resolve": "^13.1.3",
37
37
  "@rollup/plugin-typescript": "^8.4.0",
38
- "@steedos-widgets/amis-lib": "6.10.54-beta.2",
39
- "@steedos-widgets/steedos-lib": "6.10.54-beta.2",
38
+ "@steedos-widgets/amis-lib": "6.10.54-beta.4",
39
+ "@steedos-widgets/steedos-lib": "6.10.54-beta.4",
40
40
  "autoprefixer": "^10.4.13",
41
41
  "cors": "^2.8.5",
42
42
  "dotenv-flow": "^3.2.0",
@@ -64,5 +64,5 @@
64
64
  "typescript": "^5.6.2",
65
65
  "uglify-js": "^3.17.0"
66
66
  },
67
- "gitHead": "9f852974988d1b984a822c584dfb74eb2d4a3059"
67
+ "gitHead": "c5a73d9634e141a82a1bd4798af84604c7c13995"
68
68
  }