@innoways/form-generator 6.2.8 → 6.2.10

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,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed thme issues added version 6.2.10
8
+ - Updated dependencies
9
+ - @innoways/drip-form-theme-antd@6.2.10
10
+ - @innoways/drip-form@6.2.10
11
+ - @innoways/hooks@6.2.10
12
+ - @innoways/utils@6.2.10
13
+
14
+ ## 6.2.9
15
+
16
+ ### Patch Changes
17
+
18
+ - Fixed thme issues added version 6.2.8
19
+ - Updated dependencies
20
+ - @innoways/drip-form-theme-antd@6.2.9
21
+ - @innoways/drip-form@6.2.9
22
+ - @innoways/hooks@6.2.9
23
+ - @innoways/utils@6.2.9
24
+
3
25
  ## 6.2.8
4
26
 
5
27
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2021,10 +2021,8 @@ var footerUiSchema = [{
2021
2021
  }, {
2022
2022
  type: 'string',
2023
2023
  title: 'Button background color',
2024
- "default": '#1890ff',
2025
2024
  ui: {
2026
- type: 'colorPicker',
2027
- defaultValue: '#1890ff'
2025
+ type: 'colorPicker'
2028
2026
  },
2029
2027
  fieldKey: 'backgroundColor'
2030
2028
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/form-generator",
3
- "version": "6.2.8",
3
+ "version": "6.2.10",
4
4
  "description": "drip-form 生成器",
5
5
  "keywords": [
6
6
  "hooks",
@@ -37,10 +37,10 @@
37
37
  "@dnd-kit/modifiers": "^4.0.0",
38
38
  "@dnd-kit/sortable": "^5.0.0",
39
39
  "@dnd-kit/utilities": "^3.0.0",
40
- "@innoways/drip-form": "^6.2.8",
41
- "@innoways/drip-form-theme-antd": "^6.2.8",
42
- "@innoways/hooks": "^6.2.8",
43
- "@innoways/utils": "^6.2.8",
40
+ "@innoways/drip-form": "^6.2.10",
41
+ "@innoways/drip-form-theme-antd": "^6.2.10",
42
+ "@innoways/hooks": "^6.2.10",
43
+ "@innoways/utils": "^6.2.10",
44
44
  "@monaco-editor/react": "^4.2.2",
45
45
  "antd": "^4.16.13",
46
46
  "classnames": "^2.3.1",