@next-bricks/form 1.15.10 → 1.15.11

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/bricks.json CHANGED
@@ -3,8 +3,8 @@
3
3
  "bricks": [
4
4
  "form.general-radio",
5
5
  "form.general-select",
6
- "form.submit-buttons",
7
6
  "form.general-checkbox",
7
+ "form.submit-buttons",
8
8
  "form.dynamic-form-item",
9
9
  "form.general-form",
10
10
  "form.general-search",
@@ -18,8 +18,8 @@
18
18
  "elements": [
19
19
  "eo-radio",
20
20
  "eo-select",
21
- "eo-submit-buttons",
22
21
  "eo-checkbox",
22
+ "eo-submit-buttons",
23
23
  "eo-dynamic-form-item",
24
24
  "eo-form",
25
25
  "eo-search",
@@ -28,9 +28,9 @@
28
28
  "eo-upload-image",
29
29
  "eo-upload-file",
30
30
  "eo-auto-complete",
31
- "eo-textarea",
32
31
  "eo-time-picker",
33
32
  "eo-date-picker",
33
+ "eo-textarea",
34
34
  "eo-time-range-picker",
35
35
  "eo-color-picker",
36
36
  "eo-form-item",
@@ -59,14 +59,6 @@
59
59
  "eo-tag",
60
60
  "eo-icon"
61
61
  ],
62
- "eo-submit-buttons": [
63
- "eo-form-item",
64
- "eo-button"
65
- ],
66
- "form.submit-buttons": [
67
- "eo-form-item",
68
- "eo-button"
69
- ],
70
62
  "eo-checkbox": [
71
63
  "eo-form-item",
72
64
  "eo-icon"
@@ -75,6 +67,14 @@
75
67
  "eo-form-item",
76
68
  "eo-icon"
77
69
  ],
70
+ "eo-submit-buttons": [
71
+ "eo-form-item",
72
+ "eo-button"
73
+ ],
74
+ "form.submit-buttons": [
75
+ "eo-form-item",
76
+ "eo-button"
77
+ ],
78
78
  "eo-dynamic-form-item": [
79
79
  "eo-icon",
80
80
  "eo-button",
@@ -144,12 +144,6 @@
144
144
  "eo-form-item",
145
145
  "eo-input"
146
146
  ],
147
- "eo-textarea": [
148
- "eo-form-item"
149
- ],
150
- "form.general-textarea": [
151
- "eo-form-item"
152
- ],
153
147
  "eo-time-picker": [
154
148
  "eo-form-item"
155
149
  ],
@@ -157,6 +151,12 @@
157
151
  "eo-form-item",
158
152
  "eo-icon"
159
153
  ],
154
+ "eo-textarea": [
155
+ "eo-form-item"
156
+ ],
157
+ "form.general-textarea": [
158
+ "eo-form-item"
159
+ ],
160
160
  "eo-time-range-picker": [
161
161
  "eo-form-item",
162
162
  "eo-icon"
@@ -171,5 +171,5 @@
171
171
  "eo-icon"
172
172
  ]
173
173
  },
174
- "filePath": "bricks/form/dist/index.c03af876.js"
174
+ "filePath": "bricks/form/dist/index.a78e64c5.js"
175
175
  }