@innoways/drip-form-theme-antd 6.3.0 → 6.3.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Added hideOnViewMode feature version 6.3.1.
8
+ - Updated dependencies
9
+ - @innoways/hooks@6.3.1
10
+ - @innoways/utils@6.3.1
11
+
3
12
  ## 6.3.0
4
13
 
5
14
  ### Minor Changes
package/dist/index.js CHANGED
@@ -20438,7 +20438,7 @@ var config$c = {
20438
20438
  fieldKey: 'renderType'
20439
20439
  }, {
20440
20440
  type: 'string',
20441
- title: 'Type',
20441
+ title: 'Display Type',
20442
20442
  "default": 'none',
20443
20443
  ui: {
20444
20444
  type: 'radio',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/drip-form-theme-antd",
3
- "version": "6.3.0",
3
+ "version": "6.3.1",
4
4
  "author": "JDFED",
5
5
  "description": "drip-form antd主题包",
6
6
  "main": "dist/index.js",
@@ -31,8 +31,8 @@
31
31
  "dependencies": {
32
32
  "@ant-design/icons": "^4.7.0",
33
33
  "@babel/runtime": "^7.10.2",
34
- "@innoways/hooks": "^6.3.0",
35
- "@innoways/utils": "^6.3.0",
34
+ "@innoways/hooks": "^6.3.1",
35
+ "@innoways/utils": "^6.3.1",
36
36
  "antd": "^4.16.13",
37
37
  "flatpickr": "^4.6.13",
38
38
  "moment": "^2.26.0",