@next-bricks/form 1.7.1 → 1.7.2

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
@@ -2,13 +2,13 @@
2
2
  "id": "bricks/form",
3
3
  "bricks": [
4
4
  "form.general-input",
5
- "form.general-textarea",
6
- "form.general-form",
7
5
  "form.general-form-item",
8
6
  "form.general-radio",
7
+ "form.general-form",
8
+ "form.general-textarea",
9
9
  "form.general-select",
10
- "form.submit-buttons",
11
10
  "form.general-checkbox",
11
+ "form.submit-buttons",
12
12
  "form.dynamic-form-item",
13
13
  "form.general-search",
14
14
  "form.icon-select",
@@ -17,19 +17,19 @@
17
17
  ],
18
18
  "elements": [
19
19
  "eo-input",
20
- "eo-textarea",
21
- "eo-form",
22
20
  "eo-form-item",
23
21
  "eo-radio",
22
+ "eo-form",
23
+ "eo-textarea",
24
24
  "eo-select",
25
- "eo-submit-buttons",
26
25
  "eo-checkbox",
26
+ "eo-submit-buttons",
27
27
  "eo-dynamic-form-item",
28
28
  "eo-search",
29
29
  "eo-icon-select",
30
30
  "eo-upload-image",
31
- "eo-switch",
32
31
  "eo-upload-file",
32
+ "eo-switch",
33
33
  "eo-auto-complete",
34
34
  "eo-time-picker",
35
35
  "eo-date-picker",
@@ -46,12 +46,6 @@
46
46
  "eo-icon",
47
47
  "eo-form-item"
48
48
  ],
49
- "eo-textarea": [
50
- "eo-form-item"
51
- ],
52
- "form.general-textarea": [
53
- "eo-form-item"
54
- ],
55
49
  "eo-radio": [
56
50
  "eo-icon",
57
51
  "eo-form-item"
@@ -60,6 +54,12 @@
60
54
  "eo-icon",
61
55
  "eo-form-item"
62
56
  ],
57
+ "eo-textarea": [
58
+ "eo-form-item"
59
+ ],
60
+ "form.general-textarea": [
61
+ "eo-form-item"
62
+ ],
63
63
  "eo-select": [
64
64
  "eo-form-item",
65
65
  "eo-tag",
@@ -70,14 +70,6 @@
70
70
  "eo-tag",
71
71
  "eo-icon"
72
72
  ],
73
- "eo-submit-buttons": [
74
- "eo-form-item",
75
- "eo-button"
76
- ],
77
- "form.submit-buttons": [
78
- "eo-form-item",
79
- "eo-button"
80
- ],
81
73
  "eo-checkbox": [
82
74
  "eo-form-item",
83
75
  "eo-icon"
@@ -86,6 +78,14 @@
86
78
  "eo-form-item",
87
79
  "eo-icon"
88
80
  ],
81
+ "eo-submit-buttons": [
82
+ "eo-form-item",
83
+ "eo-button"
84
+ ],
85
+ "form.submit-buttons": [
86
+ "eo-form-item",
87
+ "eo-button"
88
+ ],
89
89
  "eo-dynamic-form-item": [
90
90
  "eo-icon",
91
91
  "eo-button",
@@ -138,6 +138,13 @@
138
138
  "eo-icon",
139
139
  "eo-form-item"
140
140
  ],
141
+ "eo-upload-file": [
142
+ "eo-button",
143
+ "eo-icon",
144
+ "eo-easyops-icon",
145
+ "eo-tooltip",
146
+ "eo-form-item"
147
+ ],
141
148
  "eo-switch": [
142
149
  "eo-form-item",
143
150
  "eo-icon"
@@ -146,13 +153,6 @@
146
153
  "eo-form-item",
147
154
  "eo-icon"
148
155
  ],
149
- "eo-upload-file": [
150
- "eo-button",
151
- "eo-icon",
152
- "eo-easyops-icon",
153
- "eo-tooltip",
154
- "eo-form-item"
155
- ],
156
156
  "eo-auto-complete": [
157
157
  "eo-form-item",
158
158
  "eo-input",
@@ -173,5 +173,5 @@
173
173
  "eo-form-item"
174
174
  ]
175
175
  },
176
- "filePath": "bricks/form/dist/index.b813ef0f.js"
176
+ "filePath": "bricks/form/dist/index.1444308e.js"
177
177
  }