@innoways/drip-form-theme-antd 8.0.11 → 8.0.12

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
+ ## 8.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 8.0.12
8
+ - Updated dependencies
9
+ - @innoways/hooks@8.0.12
10
+ - @innoways/utils@8.0.12
11
+
3
12
  ## 8.0.11
4
13
 
5
14
  ### Patch Changes
package/dist/index.js CHANGED
@@ -19709,6 +19709,18 @@ var queryCofnig = [{
19709
19709
  }]
19710
19710
  },
19711
19711
  fieldKey: 'method'
19712
+ }, {
19713
+ type: 'string',
19714
+ title: 'Token or Local storage token field name',
19715
+ ui: {
19716
+ type: 'text',
19717
+ theme: 'antd',
19718
+ vcontrol: 'return props.formData.ui.queryConfig.optionsType==="0"',
19719
+ style: {
19720
+ width: '100%'
19721
+ }
19722
+ },
19723
+ fieldKey: 'token'
19712
19724
  }, {
19713
19725
  type: 'array',
19714
19726
  title: 'Array Container',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/drip-form-theme-antd",
3
- "version": "8.0.11",
3
+ "version": "8.0.12",
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": "^8.0.11",
35
- "@innoways/utils": "^8.0.11",
34
+ "@innoways/hooks": "^8.0.12",
35
+ "@innoways/utils": "^8.0.12",
36
36
  "antd": "^4.16.13",
37
37
  "flatpickr": "^4.6.13",
38
38
  "moment": "^2.26.0",