@next-bricks/form 1.21.8 → 1.21.9

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
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "id": "bricks/form",
3
3
  "bricks": [
4
- "form.general-form",
5
4
  "form.general-textarea",
6
5
  "form.general-radio",
7
6
  "form.general-select",
8
- "form.general-checkbox",
7
+ "form.general-form",
9
8
  "form.submit-buttons",
9
+ "form.general-checkbox",
10
10
  "form.dynamic-form-item",
11
11
  "form.general-search",
12
12
  "form.icon-select",
@@ -16,21 +16,21 @@
16
16
  "form.general-input"
17
17
  ],
18
18
  "elements": [
19
- "eo-form",
20
19
  "eo-textarea",
21
20
  "eo-radio",
22
21
  "eo-select",
23
- "eo-checkbox",
22
+ "eo-form",
24
23
  "eo-submit-buttons",
24
+ "eo-checkbox",
25
25
  "eo-dynamic-form-item",
26
26
  "eo-search",
27
27
  "eo-icon-select",
28
28
  "eo-switch",
29
29
  "eo-upload-image",
30
- "eo-upload-file",
31
30
  "eo-auto-complete",
32
- "eo-time-picker",
31
+ "eo-upload-file",
33
32
  "eo-date-picker",
33
+ "eo-time-picker",
34
34
  "eo-time-range-picker",
35
35
  "eo-color-picker",
36
36
  "eo-form-item",
@@ -65,14 +65,6 @@
65
65
  "eo-tag",
66
66
  "eo-icon"
67
67
  ],
68
- "eo-checkbox": [
69
- "eo-form-item",
70
- "eo-icon"
71
- ],
72
- "form.general-checkbox": [
73
- "eo-form-item",
74
- "eo-icon"
75
- ],
76
68
  "eo-submit-buttons": [
77
69
  "eo-form-item",
78
70
  "eo-button"
@@ -81,6 +73,14 @@
81
73
  "eo-form-item",
82
74
  "eo-button"
83
75
  ],
76
+ "eo-checkbox": [
77
+ "eo-form-item",
78
+ "eo-icon"
79
+ ],
80
+ "form.general-checkbox": [
81
+ "eo-form-item",
82
+ "eo-icon"
83
+ ],
84
84
  "eo-dynamic-form-item": [
85
85
  "eo-icon",
86
86
  "eo-button",
@@ -139,6 +139,10 @@
139
139
  "eo-icon",
140
140
  "eo-form-item"
141
141
  ],
142
+ "eo-auto-complete": [
143
+ "eo-form-item",
144
+ "eo-input"
145
+ ],
142
146
  "eo-upload-file": [
143
147
  "eo-button",
144
148
  "eo-icon",
@@ -146,17 +150,13 @@
146
150
  "eo-tooltip",
147
151
  "eo-form-item"
148
152
  ],
149
- "eo-auto-complete": [
153
+ "eo-date-picker": [
150
154
  "eo-form-item",
151
- "eo-input"
155
+ "eo-icon"
152
156
  ],
153
157
  "eo-time-picker": [
154
158
  "eo-form-item"
155
159
  ],
156
- "eo-date-picker": [
157
- "eo-form-item",
158
- "eo-icon"
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.b71d6b2b.js"
174
+ "filePath": "bricks/form/dist/index.cfcc28b9.js"
175
175
  }