@innoways/form-generator 6.2.2 → 6.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Added bottom button bgcolor and global bgcolor config, changed date picker to flatpickr
8
+ - Updated dependencies
9
+ - @innoways/drip-form-theme-antd@6.2.4
10
+ - @innoways/drip-form@6.2.4
11
+ - @innoways/hooks@6.2.4
12
+ - @innoways/utils@6.2.4
13
+
14
+ ## 6.2.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Fix: modified antd peer dependency
19
+ - Updated dependencies
20
+ - @innoways/drip-form-theme-antd@6.2.3
21
+ - @innoways/drip-form@6.2.3
22
+ - @innoways/hooks@6.2.3
23
+ - @innoways/utils@6.2.3
24
+
3
25
  ## 6.2.2
4
26
 
5
27
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2018,6 +2018,24 @@ var footerUiSchema = [{
2018
2018
  label: 'small'
2019
2019
  }]
2020
2020
  }
2021
+ }, {
2022
+ type: 'string',
2023
+ title: 'Button background color',
2024
+ "default": '#1890ff',
2025
+ ui: {
2026
+ type: 'colorPicker',
2027
+ defaultValue: '#1890ff'
2028
+ },
2029
+ fieldKey: 'backgroundColor'
2030
+ }, {
2031
+ type: 'string',
2032
+ title: 'Text color',
2033
+ "default": '#ffffff',
2034
+ ui: {
2035
+ type: 'colorPicker',
2036
+ defaultValue: '#ffffff'
2037
+ },
2038
+ fieldKey: 'color'
2021
2039
  }, {
2022
2040
  type: 'string',
2023
2041
  title: 'URL',
@@ -2293,6 +2311,15 @@ var unitedSchema = [{
2293
2311
  type: 'text',
2294
2312
  placeholder: '0 10px 0 10px | 0 10px'
2295
2313
  }
2314
+ }, {
2315
+ type: 'string',
2316
+ title: 'Button background color',
2317
+ "default": '#1890ff',
2318
+ ui: {
2319
+ type: 'colorPicker',
2320
+ defaultValue: '#1890ff'
2321
+ },
2322
+ fieldKey: 'backgroundColor'
2296
2323
  }]
2297
2324
  }, {
2298
2325
  type: 'object',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innoways/form-generator",
3
- "version": "6.2.2",
3
+ "version": "6.2.4",
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.2",
41
- "@innoways/drip-form-theme-antd": "^6.2.2",
42
- "@innoways/hooks": "^6.2.2",
43
- "@innoways/utils": "^6.2.2",
40
+ "@innoways/drip-form": "^6.2.4",
41
+ "@innoways/drip-form-theme-antd": "^6.2.4",
42
+ "@innoways/hooks": "^6.2.4",
43
+ "@innoways/utils": "^6.2.4",
44
44
  "@monaco-editor/react": "^4.2.2",
45
45
  "antd": "^4.16.13",
46
46
  "classnames": "^2.3.1",