@web-utils/component 1.0.19 → 1.0.20
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/{Trigger.css → SplitPane.css} +0 -0
- package/dist/index.css +1 -1
- package/dist/index.es.js +2099 -1578
- package/package.json +1 -1
- package/web-types.json +529 -313
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@web-utils/component",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.20",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"description-markup": "markdown",
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
"attributes": [
|
|
14
14
|
{
|
|
15
15
|
"name": "tabs",
|
|
16
|
-
"description": "tabs",
|
|
17
16
|
"value": {
|
|
18
17
|
"kind": "expression",
|
|
19
18
|
"type": "array"
|
|
@@ -22,7 +21,6 @@
|
|
|
22
21
|
},
|
|
23
22
|
{
|
|
24
23
|
"name": "value",
|
|
25
|
-
"description": "value",
|
|
26
24
|
"value": {
|
|
27
25
|
"kind": "expression",
|
|
28
26
|
"type": "string"
|
|
@@ -37,43 +35,36 @@
|
|
|
37
35
|
]
|
|
38
36
|
},
|
|
39
37
|
{
|
|
40
|
-
"name": "
|
|
38
|
+
"name": "ContextMenu",
|
|
41
39
|
"description": "",
|
|
42
40
|
"attributes": [
|
|
43
41
|
{
|
|
44
|
-
"name": "
|
|
42
|
+
"name": "list",
|
|
43
|
+
"required": true,
|
|
45
44
|
"value": {
|
|
46
45
|
"kind": "expression",
|
|
47
|
-
"type": "
|
|
46
|
+
"type": "array"
|
|
48
47
|
},
|
|
49
|
-
"default": "
|
|
48
|
+
"default": ""
|
|
50
49
|
},
|
|
51
50
|
{
|
|
52
|
-
"name": "
|
|
51
|
+
"name": "underline",
|
|
53
52
|
"value": {
|
|
54
53
|
"kind": "expression",
|
|
55
54
|
"type": "boolean"
|
|
56
55
|
},
|
|
57
|
-
"default": "
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "text",
|
|
61
|
-
"value": {
|
|
62
|
-
"kind": "expression",
|
|
63
|
-
"type": "string"
|
|
64
|
-
},
|
|
65
|
-
"default": "''"
|
|
56
|
+
"default": "false"
|
|
66
57
|
},
|
|
67
58
|
{
|
|
68
|
-
"name": "
|
|
59
|
+
"name": "arrow",
|
|
69
60
|
"value": {
|
|
70
61
|
"kind": "expression",
|
|
71
|
-
"type": "
|
|
62
|
+
"type": "boolean"
|
|
72
63
|
},
|
|
73
|
-
"default": "
|
|
64
|
+
"default": "true"
|
|
74
65
|
},
|
|
75
66
|
{
|
|
76
|
-
"name": "
|
|
67
|
+
"name": "border",
|
|
77
68
|
"value": {
|
|
78
69
|
"kind": "expression",
|
|
79
70
|
"type": "boolean"
|
|
@@ -81,207 +72,111 @@
|
|
|
81
72
|
"default": "true"
|
|
82
73
|
},
|
|
83
74
|
{
|
|
84
|
-
"name": "
|
|
75
|
+
"name": "itemWidth",
|
|
85
76
|
"value": {
|
|
86
77
|
"kind": "expression",
|
|
87
|
-
"type": "
|
|
78
|
+
"type": "number"
|
|
88
79
|
},
|
|
89
|
-
"default": "
|
|
80
|
+
"default": "140"
|
|
90
81
|
},
|
|
91
82
|
{
|
|
92
|
-
"name": "
|
|
83
|
+
"name": "itemHeight",
|
|
93
84
|
"value": {
|
|
94
85
|
"kind": "expression",
|
|
95
|
-
"type": "
|
|
86
|
+
"type": "number"
|
|
96
87
|
},
|
|
97
|
-
"default": "
|
|
88
|
+
"default": "36"
|
|
98
89
|
},
|
|
99
90
|
{
|
|
100
|
-
"name": "
|
|
91
|
+
"name": "itemFontSize",
|
|
101
92
|
"value": {
|
|
102
93
|
"kind": "expression",
|
|
103
|
-
"type": "
|
|
94
|
+
"type": "number|string"
|
|
104
95
|
},
|
|
105
|
-
"default": ""
|
|
96
|
+
"default": "12"
|
|
106
97
|
},
|
|
107
98
|
{
|
|
108
|
-
"name": "
|
|
99
|
+
"name": "offset",
|
|
109
100
|
"value": {
|
|
110
101
|
"kind": "expression",
|
|
111
|
-
"type": "
|
|
102
|
+
"type": "object"
|
|
112
103
|
},
|
|
113
|
-
"default": "
|
|
104
|
+
"default": "{\r\n x: 6,\r\n y: 2\r\n}"
|
|
114
105
|
},
|
|
115
106
|
{
|
|
116
|
-
"name": "
|
|
107
|
+
"name": "borderWidth",
|
|
117
108
|
"value": {
|
|
118
109
|
"kind": "expression",
|
|
119
|
-
"type": "
|
|
110
|
+
"type": "number"
|
|
120
111
|
},
|
|
121
|
-
"default": "
|
|
112
|
+
"default": "6"
|
|
122
113
|
}
|
|
123
114
|
],
|
|
124
|
-
"
|
|
115
|
+
"events": [
|
|
125
116
|
{
|
|
126
|
-
"name": "
|
|
117
|
+
"name": "on-item-click"
|
|
127
118
|
}
|
|
128
119
|
]
|
|
129
120
|
},
|
|
130
121
|
{
|
|
131
|
-
"name": "
|
|
122
|
+
"name": "CustomScrollbar",
|
|
132
123
|
"description": "",
|
|
133
124
|
"attributes": [
|
|
134
125
|
{
|
|
135
|
-
"name": "
|
|
136
|
-
"value": {
|
|
137
|
-
"kind": "expression",
|
|
138
|
-
"type": "boolean"
|
|
139
|
-
},
|
|
140
|
-
"default": "true"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"name": "prevent",
|
|
144
|
-
"value": {
|
|
145
|
-
"kind": "expression",
|
|
146
|
-
"type": "boolean"
|
|
147
|
-
},
|
|
148
|
-
"default": "true"
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
"name": "text",
|
|
152
|
-
"value": {
|
|
153
|
-
"kind": "expression",
|
|
154
|
-
"type": "string"
|
|
155
|
-
},
|
|
156
|
-
"default": "'删除'"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"name": "message",
|
|
160
|
-
"value": {
|
|
161
|
-
"kind": "expression",
|
|
162
|
-
"type": "string"
|
|
163
|
-
},
|
|
164
|
-
"default": "'你确定要删除该记录吗?'"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "confirmable",
|
|
168
|
-
"value": {
|
|
169
|
-
"kind": "expression",
|
|
170
|
-
"type": "boolean"
|
|
171
|
-
},
|
|
172
|
-
"default": "true"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "confirmText",
|
|
176
|
-
"value": {
|
|
177
|
-
"kind": "expression",
|
|
178
|
-
"type": "string"
|
|
179
|
-
},
|
|
180
|
-
"default": "'你确定要删除该记录吗?'"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"name": "confirmType",
|
|
184
|
-
"value": {
|
|
185
|
-
"kind": "expression",
|
|
186
|
-
"type": "string"
|
|
187
|
-
},
|
|
188
|
-
"default": "'warning'"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"name": "loadable",
|
|
192
|
-
"value": {
|
|
193
|
-
"kind": "expression",
|
|
194
|
-
"type": "boolean"
|
|
195
|
-
},
|
|
196
|
-
"default": ""
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"name": "loadingText",
|
|
200
|
-
"value": {
|
|
201
|
-
"kind": "expression",
|
|
202
|
-
"type": "string"
|
|
203
|
-
},
|
|
204
|
-
"default": "'正在处理中请稍候...'"
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "tag",
|
|
208
|
-
"value": {
|
|
209
|
-
"kind": "expression",
|
|
210
|
-
"type": "string"
|
|
211
|
-
},
|
|
212
|
-
"default": "'ElButton'"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"name": "type",
|
|
216
|
-
"value": {
|
|
217
|
-
"kind": "expression",
|
|
218
|
-
"type": "string"
|
|
219
|
-
},
|
|
220
|
-
"default": "'danger'"
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"name": "size",
|
|
126
|
+
"name": "options",
|
|
224
127
|
"value": {
|
|
225
128
|
"kind": "expression",
|
|
226
|
-
"type": "
|
|
129
|
+
"type": "object"
|
|
227
130
|
},
|
|
228
|
-
"default": ""
|
|
131
|
+
"default": "undefined"
|
|
229
132
|
},
|
|
230
133
|
{
|
|
231
|
-
"name": "
|
|
134
|
+
"name": "extensions",
|
|
232
135
|
"value": {
|
|
233
136
|
"kind": "expression",
|
|
234
|
-
"type": "string"
|
|
137
|
+
"type": "string|array|object"
|
|
235
138
|
},
|
|
236
|
-
"default": "
|
|
139
|
+
"default": "undefined"
|
|
237
140
|
},
|
|
238
141
|
{
|
|
239
|
-
"name": "
|
|
142
|
+
"name": "theme",
|
|
240
143
|
"value": {
|
|
241
144
|
"kind": "expression",
|
|
242
145
|
"type": "string"
|
|
243
146
|
},
|
|
244
|
-
"default": "
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
"name": "loading",
|
|
248
|
-
"value": {
|
|
249
|
-
"kind": "expression",
|
|
250
|
-
"type": "boolean"
|
|
251
|
-
},
|
|
252
|
-
"default": ""
|
|
147
|
+
"default": "undefined"
|
|
253
148
|
},
|
|
254
149
|
{
|
|
255
|
-
"name": "
|
|
150
|
+
"name": "onLoadMore",
|
|
256
151
|
"value": {
|
|
257
152
|
"kind": "expression",
|
|
258
|
-
"type": "
|
|
153
|
+
"type": "func"
|
|
259
154
|
},
|
|
260
|
-
"default": ""
|
|
155
|
+
"default": "null"
|
|
261
156
|
},
|
|
262
157
|
{
|
|
263
|
-
"name": "
|
|
158
|
+
"name": "onScroll",
|
|
264
159
|
"value": {
|
|
265
160
|
"kind": "expression",
|
|
266
|
-
"type": "
|
|
161
|
+
"type": "func"
|
|
267
162
|
},
|
|
268
|
-
"default": ""
|
|
163
|
+
"default": "undefined"
|
|
269
164
|
},
|
|
270
165
|
{
|
|
271
|
-
"name": "
|
|
166
|
+
"name": "reverse",
|
|
272
167
|
"value": {
|
|
273
168
|
"kind": "expression",
|
|
274
169
|
"type": "boolean"
|
|
275
170
|
},
|
|
276
|
-
"default": ""
|
|
171
|
+
"default": "false"
|
|
277
172
|
},
|
|
278
173
|
{
|
|
279
|
-
"name": "
|
|
174
|
+
"name": "textarea",
|
|
280
175
|
"value": {
|
|
281
176
|
"kind": "expression",
|
|
282
177
|
"type": "boolean"
|
|
283
178
|
},
|
|
284
|
-
"default": ""
|
|
179
|
+
"default": "false"
|
|
285
180
|
}
|
|
286
181
|
],
|
|
287
182
|
"slots": [
|
|
@@ -291,86 +186,80 @@
|
|
|
291
186
|
]
|
|
292
187
|
},
|
|
293
188
|
{
|
|
294
|
-
"name": "
|
|
189
|
+
"name": "ECharts",
|
|
295
190
|
"description": "",
|
|
296
191
|
"attributes": [
|
|
297
192
|
{
|
|
298
|
-
"name": "
|
|
299
|
-
"required": true,
|
|
193
|
+
"name": "options",
|
|
300
194
|
"value": {
|
|
301
195
|
"kind": "expression",
|
|
302
|
-
"type": "
|
|
196
|
+
"type": "object"
|
|
303
197
|
},
|
|
304
|
-
"default": ""
|
|
198
|
+
"default": "undefined"
|
|
305
199
|
},
|
|
306
200
|
{
|
|
307
|
-
"name": "
|
|
201
|
+
"name": "theme",
|
|
308
202
|
"value": {
|
|
309
203
|
"kind": "expression",
|
|
310
|
-
"type": "
|
|
204
|
+
"type": "string|object"
|
|
311
205
|
},
|
|
312
|
-
"default": "
|
|
206
|
+
"default": "undefined"
|
|
313
207
|
},
|
|
314
208
|
{
|
|
315
|
-
"name": "
|
|
209
|
+
"name": "initOptions",
|
|
316
210
|
"value": {
|
|
317
211
|
"kind": "expression",
|
|
318
|
-
"type": "
|
|
212
|
+
"type": "object"
|
|
319
213
|
},
|
|
320
|
-
"default": "
|
|
214
|
+
"default": "undefined"
|
|
321
215
|
},
|
|
322
216
|
{
|
|
323
|
-
"name": "
|
|
217
|
+
"name": "group",
|
|
324
218
|
"value": {
|
|
325
219
|
"kind": "expression",
|
|
326
|
-
"type": "
|
|
220
|
+
"type": "string"
|
|
327
221
|
},
|
|
328
|
-
"default": "
|
|
222
|
+
"default": "undefined"
|
|
329
223
|
},
|
|
330
224
|
{
|
|
331
|
-
"name": "
|
|
225
|
+
"name": "width",
|
|
332
226
|
"value": {
|
|
333
227
|
"kind": "expression",
|
|
334
|
-
"type": "
|
|
228
|
+
"type": "string"
|
|
335
229
|
},
|
|
336
|
-
"default": "
|
|
230
|
+
"default": "'100%'"
|
|
337
231
|
},
|
|
338
232
|
{
|
|
339
|
-
"name": "
|
|
233
|
+
"name": "height",
|
|
340
234
|
"value": {
|
|
341
235
|
"kind": "expression",
|
|
342
|
-
"type": "
|
|
236
|
+
"type": "string"
|
|
343
237
|
},
|
|
344
|
-
"default": "
|
|
238
|
+
"default": "'100%'"
|
|
345
239
|
},
|
|
346
240
|
{
|
|
347
|
-
"name": "
|
|
241
|
+
"name": "autoResize",
|
|
348
242
|
"value": {
|
|
349
243
|
"kind": "expression",
|
|
350
|
-
"type": "
|
|
244
|
+
"type": "boolean"
|
|
351
245
|
},
|
|
352
|
-
"default": "
|
|
246
|
+
"default": ""
|
|
353
247
|
},
|
|
354
248
|
{
|
|
355
|
-
"name": "
|
|
249
|
+
"name": "watchShallow",
|
|
356
250
|
"value": {
|
|
357
251
|
"kind": "expression",
|
|
358
|
-
"type": "
|
|
252
|
+
"type": "boolean"
|
|
359
253
|
},
|
|
360
|
-
"default": "
|
|
254
|
+
"default": ""
|
|
361
255
|
},
|
|
362
256
|
{
|
|
363
|
-
"name": "
|
|
257
|
+
"name": "manualUpdate",
|
|
364
258
|
"value": {
|
|
365
259
|
"kind": "expression",
|
|
366
|
-
"type": "
|
|
260
|
+
"type": "boolean"
|
|
367
261
|
},
|
|
368
|
-
"default": "
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"events": [
|
|
372
|
-
{
|
|
373
|
-
"name": "on-item-click"
|
|
262
|
+
"default": ""
|
|
374
263
|
}
|
|
375
264
|
]
|
|
376
265
|
},
|
|
@@ -1727,82 +1616,410 @@
|
|
|
1727
1616
|
"kind": "expression",
|
|
1728
1617
|
"type": "boolean"
|
|
1729
1618
|
},
|
|
1730
|
-
"default": "false"
|
|
1619
|
+
"default": "false"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"name": "typeaheadStyle",
|
|
1623
|
+
"value": {
|
|
1624
|
+
"kind": "expression",
|
|
1625
|
+
"type": "string"
|
|
1626
|
+
},
|
|
1627
|
+
"default": "'badges'"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"name": "typeaheadActivationThreshold",
|
|
1631
|
+
"value": {
|
|
1632
|
+
"kind": "expression",
|
|
1633
|
+
"type": "number"
|
|
1634
|
+
},
|
|
1635
|
+
"default": "1"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"name": "typeaheadMaxResults",
|
|
1639
|
+
"value": {
|
|
1640
|
+
"kind": "expression",
|
|
1641
|
+
"type": "number"
|
|
1642
|
+
},
|
|
1643
|
+
"default": "0"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"name": "typeaheadAlwaysShow",
|
|
1647
|
+
"value": {
|
|
1648
|
+
"kind": "expression",
|
|
1649
|
+
"type": "boolean"
|
|
1650
|
+
},
|
|
1651
|
+
"default": "false"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"name": "typeaheadHideDiscard",
|
|
1655
|
+
"value": {
|
|
1656
|
+
"kind": "expression",
|
|
1657
|
+
"type": "boolean"
|
|
1658
|
+
},
|
|
1659
|
+
"default": "false"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"name": "placeholder",
|
|
1663
|
+
"value": {
|
|
1664
|
+
"kind": "expression",
|
|
1665
|
+
"type": "string"
|
|
1666
|
+
},
|
|
1667
|
+
"default": "'请输入...'"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"name": "discardSearchText",
|
|
1671
|
+
"value": {
|
|
1672
|
+
"kind": "expression",
|
|
1673
|
+
"type": "string"
|
|
1674
|
+
},
|
|
1675
|
+
"default": "'取消'"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"name": "limit",
|
|
1679
|
+
"value": {
|
|
1680
|
+
"kind": "expression",
|
|
1681
|
+
"type": "number"
|
|
1682
|
+
},
|
|
1683
|
+
"default": "0"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "onlyExistingTags",
|
|
1687
|
+
"value": {
|
|
1688
|
+
"kind": "expression",
|
|
1689
|
+
"type": "boolean"
|
|
1690
|
+
},
|
|
1691
|
+
"default": "false"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"name": "deleteOnBackspace",
|
|
1695
|
+
"value": {
|
|
1696
|
+
"kind": "expression",
|
|
1697
|
+
"type": "boolean"
|
|
1698
|
+
},
|
|
1699
|
+
"default": "true"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "allowDuplicates",
|
|
1703
|
+
"value": {
|
|
1704
|
+
"kind": "expression",
|
|
1705
|
+
"type": "boolean"
|
|
1706
|
+
},
|
|
1707
|
+
"default": "false"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"name": "validate",
|
|
1711
|
+
"value": {
|
|
1712
|
+
"kind": "expression",
|
|
1713
|
+
"type": "func"
|
|
1714
|
+
},
|
|
1715
|
+
"default": "() => true"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"name": "addTagsOnComma",
|
|
1719
|
+
"value": {
|
|
1720
|
+
"kind": "expression",
|
|
1721
|
+
"type": "boolean"
|
|
1722
|
+
},
|
|
1723
|
+
"default": "false"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"name": "addTagsOnSpace",
|
|
1727
|
+
"value": {
|
|
1728
|
+
"kind": "expression",
|
|
1729
|
+
"type": "boolean"
|
|
1730
|
+
},
|
|
1731
|
+
"default": "false"
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"name": "addTagsOnBlur",
|
|
1735
|
+
"value": {
|
|
1736
|
+
"kind": "expression",
|
|
1737
|
+
"type": "boolean"
|
|
1738
|
+
},
|
|
1739
|
+
"default": "false"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"name": "wrapperClass",
|
|
1743
|
+
"value": {
|
|
1744
|
+
"kind": "expression",
|
|
1745
|
+
"type": "string"
|
|
1746
|
+
},
|
|
1747
|
+
"default": "'tags-input-wrapper-default'"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "sortSearchResults",
|
|
1751
|
+
"value": {
|
|
1752
|
+
"kind": "expression",
|
|
1753
|
+
"type": "boolean"
|
|
1754
|
+
},
|
|
1755
|
+
"default": "true"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "caseSensitiveTags",
|
|
1759
|
+
"value": {
|
|
1760
|
+
"kind": "expression",
|
|
1761
|
+
"type": "boolean"
|
|
1762
|
+
},
|
|
1763
|
+
"default": "false"
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"name": "beforeAddingTag",
|
|
1767
|
+
"value": {
|
|
1768
|
+
"kind": "expression",
|
|
1769
|
+
"type": "func"
|
|
1770
|
+
},
|
|
1771
|
+
"default": "() => true"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "beforeRemovingTag",
|
|
1775
|
+
"value": {
|
|
1776
|
+
"kind": "expression",
|
|
1777
|
+
"type": "func"
|
|
1778
|
+
},
|
|
1779
|
+
"default": "() => true"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"events": [
|
|
1783
|
+
{
|
|
1784
|
+
"name": "input-changed"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"name": "change"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "input"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "initialized"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"name": "limit-reached"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"name": "tag-added"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
"name": "tags-updated"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "tag-removed"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "keyup"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "keydown"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"name": "focus"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "blur"
|
|
1818
|
+
}
|
|
1819
|
+
]
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"name": "Watermark",
|
|
1823
|
+
"description": "",
|
|
1824
|
+
"attributes": [
|
|
1825
|
+
{
|
|
1826
|
+
"name": "text",
|
|
1827
|
+
"value": {
|
|
1828
|
+
"kind": "expression",
|
|
1829
|
+
"type": "string"
|
|
1830
|
+
},
|
|
1831
|
+
"default": "''"
|
|
1832
|
+
}
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"name": "AwesomeButton",
|
|
1837
|
+
"description": "",
|
|
1838
|
+
"attributes": [
|
|
1839
|
+
{
|
|
1840
|
+
"name": "type",
|
|
1841
|
+
"value": {
|
|
1842
|
+
"kind": "expression",
|
|
1843
|
+
"type": "string"
|
|
1844
|
+
},
|
|
1845
|
+
"default": "'primary'"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "size",
|
|
1849
|
+
"value": {
|
|
1850
|
+
"kind": "expression",
|
|
1851
|
+
"type": "string"
|
|
1852
|
+
},
|
|
1853
|
+
"default": ""
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "icon",
|
|
1857
|
+
"value": {
|
|
1858
|
+
"kind": "expression",
|
|
1859
|
+
"type": "string"
|
|
1860
|
+
},
|
|
1861
|
+
"default": "''"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "nativeType",
|
|
1865
|
+
"value": {
|
|
1866
|
+
"kind": "expression",
|
|
1867
|
+
"type": "string"
|
|
1868
|
+
},
|
|
1869
|
+
"default": "'button'"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "loading",
|
|
1873
|
+
"value": {
|
|
1874
|
+
"kind": "expression",
|
|
1875
|
+
"type": "boolean"
|
|
1876
|
+
},
|
|
1877
|
+
"default": ""
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "disabled",
|
|
1881
|
+
"value": {
|
|
1882
|
+
"kind": "expression",
|
|
1883
|
+
"type": "boolean"
|
|
1884
|
+
},
|
|
1885
|
+
"default": ""
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "plain",
|
|
1889
|
+
"value": {
|
|
1890
|
+
"kind": "expression",
|
|
1891
|
+
"type": "boolean"
|
|
1892
|
+
},
|
|
1893
|
+
"default": ""
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "autofocus",
|
|
1897
|
+
"value": {
|
|
1898
|
+
"kind": "expression",
|
|
1899
|
+
"type": "boolean"
|
|
1900
|
+
},
|
|
1901
|
+
"default": ""
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"name": "round",
|
|
1905
|
+
"value": {
|
|
1906
|
+
"kind": "expression",
|
|
1907
|
+
"type": "boolean"
|
|
1908
|
+
},
|
|
1909
|
+
"default": ""
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"name": "text",
|
|
1913
|
+
"value": {
|
|
1914
|
+
"kind": "expression",
|
|
1915
|
+
"type": "string"
|
|
1916
|
+
},
|
|
1917
|
+
"default": "''"
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"slots": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "default"
|
|
1923
|
+
}
|
|
1924
|
+
]
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "Confirmable",
|
|
1928
|
+
"description": "",
|
|
1929
|
+
"attributes": [
|
|
1930
|
+
{
|
|
1931
|
+
"name": "stop",
|
|
1932
|
+
"value": {
|
|
1933
|
+
"kind": "expression",
|
|
1934
|
+
"type": "boolean"
|
|
1935
|
+
},
|
|
1936
|
+
"default": "true"
|
|
1731
1937
|
},
|
|
1732
1938
|
{
|
|
1733
|
-
"name": "
|
|
1939
|
+
"name": "prevent",
|
|
1734
1940
|
"value": {
|
|
1735
1941
|
"kind": "expression",
|
|
1736
|
-
"type": "
|
|
1942
|
+
"type": "boolean"
|
|
1737
1943
|
},
|
|
1738
|
-
"default": "
|
|
1944
|
+
"default": "true"
|
|
1739
1945
|
},
|
|
1740
1946
|
{
|
|
1741
|
-
"name": "
|
|
1947
|
+
"name": "text",
|
|
1742
1948
|
"value": {
|
|
1743
1949
|
"kind": "expression",
|
|
1744
|
-
"type": "
|
|
1950
|
+
"type": "string"
|
|
1745
1951
|
},
|
|
1746
|
-
"default": "
|
|
1952
|
+
"default": "''"
|
|
1747
1953
|
},
|
|
1748
1954
|
{
|
|
1749
|
-
"name": "
|
|
1955
|
+
"name": "message",
|
|
1750
1956
|
"value": {
|
|
1751
1957
|
"kind": "expression",
|
|
1752
|
-
"type": "
|
|
1958
|
+
"type": "string"
|
|
1753
1959
|
},
|
|
1754
|
-
"default": "
|
|
1960
|
+
"default": "'你确定要删除该记录吗?'"
|
|
1755
1961
|
},
|
|
1756
1962
|
{
|
|
1757
|
-
"name": "
|
|
1963
|
+
"name": "confirmable",
|
|
1758
1964
|
"value": {
|
|
1759
1965
|
"kind": "expression",
|
|
1760
1966
|
"type": "boolean"
|
|
1761
1967
|
},
|
|
1762
|
-
"default": "
|
|
1968
|
+
"default": "true"
|
|
1763
1969
|
},
|
|
1764
1970
|
{
|
|
1765
|
-
"name": "
|
|
1971
|
+
"name": "confirmText",
|
|
1766
1972
|
"value": {
|
|
1767
1973
|
"kind": "expression",
|
|
1768
|
-
"type": "
|
|
1974
|
+
"type": "string"
|
|
1769
1975
|
},
|
|
1770
|
-
"default": "
|
|
1976
|
+
"default": "'你确定要删除该记录吗?'"
|
|
1771
1977
|
},
|
|
1772
1978
|
{
|
|
1773
|
-
"name": "
|
|
1979
|
+
"name": "confirmType",
|
|
1774
1980
|
"value": {
|
|
1775
1981
|
"kind": "expression",
|
|
1776
1982
|
"type": "string"
|
|
1777
1983
|
},
|
|
1778
|
-
"default": "'
|
|
1984
|
+
"default": "'warning'"
|
|
1779
1985
|
},
|
|
1780
1986
|
{
|
|
1781
|
-
"name": "
|
|
1987
|
+
"name": "loadable",
|
|
1782
1988
|
"value": {
|
|
1783
1989
|
"kind": "expression",
|
|
1784
|
-
"type": "
|
|
1990
|
+
"type": "boolean"
|
|
1785
1991
|
},
|
|
1786
|
-
"default": "
|
|
1992
|
+
"default": ""
|
|
1787
1993
|
},
|
|
1788
1994
|
{
|
|
1789
|
-
"name": "
|
|
1995
|
+
"name": "loadingText",
|
|
1790
1996
|
"value": {
|
|
1791
1997
|
"kind": "expression",
|
|
1792
|
-
"type": "
|
|
1998
|
+
"type": "string"
|
|
1793
1999
|
},
|
|
1794
|
-
"default": "
|
|
2000
|
+
"default": "'正在处理中请稍候...'"
|
|
1795
2001
|
},
|
|
1796
2002
|
{
|
|
1797
|
-
"name": "
|
|
2003
|
+
"name": "tag",
|
|
1798
2004
|
"value": {
|
|
1799
2005
|
"kind": "expression",
|
|
1800
|
-
"type": "
|
|
2006
|
+
"type": "string"
|
|
1801
2007
|
},
|
|
1802
|
-
"default": "
|
|
1803
|
-
}
|
|
2008
|
+
"default": "'i'"
|
|
2009
|
+
}
|
|
2010
|
+
],
|
|
2011
|
+
"slots": [
|
|
1804
2012
|
{
|
|
1805
|
-
"name": "
|
|
2013
|
+
"name": "default"
|
|
2014
|
+
}
|
|
2015
|
+
]
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"name": "ConfirmButton",
|
|
2019
|
+
"description": "",
|
|
2020
|
+
"attributes": [
|
|
2021
|
+
{
|
|
2022
|
+
"name": "stop",
|
|
1806
2023
|
"value": {
|
|
1807
2024
|
"kind": "expression",
|
|
1808
2025
|
"type": "boolean"
|
|
@@ -1810,150 +2027,84 @@
|
|
|
1810
2027
|
"default": "true"
|
|
1811
2028
|
},
|
|
1812
2029
|
{
|
|
1813
|
-
"name": "
|
|
2030
|
+
"name": "prevent",
|
|
1814
2031
|
"value": {
|
|
1815
2032
|
"kind": "expression",
|
|
1816
2033
|
"type": "boolean"
|
|
1817
2034
|
},
|
|
1818
|
-
"default": "
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "validate",
|
|
1822
|
-
"value": {
|
|
1823
|
-
"kind": "expression",
|
|
1824
|
-
"type": "func"
|
|
1825
|
-
},
|
|
1826
|
-
"default": "() => true"
|
|
2035
|
+
"default": "true"
|
|
1827
2036
|
},
|
|
1828
2037
|
{
|
|
1829
|
-
"name": "
|
|
2038
|
+
"name": "text",
|
|
1830
2039
|
"value": {
|
|
1831
2040
|
"kind": "expression",
|
|
1832
|
-
"type": "
|
|
2041
|
+
"type": "string"
|
|
1833
2042
|
},
|
|
1834
|
-
"default": "
|
|
2043
|
+
"default": "'删除'"
|
|
1835
2044
|
},
|
|
1836
2045
|
{
|
|
1837
|
-
"name": "
|
|
2046
|
+
"name": "message",
|
|
1838
2047
|
"value": {
|
|
1839
2048
|
"kind": "expression",
|
|
1840
|
-
"type": "
|
|
2049
|
+
"type": "string"
|
|
1841
2050
|
},
|
|
1842
|
-
"default": "
|
|
2051
|
+
"default": "'你确定要删除该记录吗?'"
|
|
1843
2052
|
},
|
|
1844
2053
|
{
|
|
1845
|
-
"name": "
|
|
2054
|
+
"name": "confirmable",
|
|
1846
2055
|
"value": {
|
|
1847
2056
|
"kind": "expression",
|
|
1848
2057
|
"type": "boolean"
|
|
1849
2058
|
},
|
|
1850
|
-
"default": "
|
|
2059
|
+
"default": "true"
|
|
1851
2060
|
},
|
|
1852
2061
|
{
|
|
1853
|
-
"name": "
|
|
2062
|
+
"name": "confirmText",
|
|
1854
2063
|
"value": {
|
|
1855
2064
|
"kind": "expression",
|
|
1856
2065
|
"type": "string"
|
|
1857
2066
|
},
|
|
1858
|
-
"default": "'
|
|
2067
|
+
"default": "'你确定要删除该记录吗?'"
|
|
1859
2068
|
},
|
|
1860
2069
|
{
|
|
1861
|
-
"name": "
|
|
2070
|
+
"name": "confirmType",
|
|
1862
2071
|
"value": {
|
|
1863
2072
|
"kind": "expression",
|
|
1864
|
-
"type": "
|
|
2073
|
+
"type": "string"
|
|
1865
2074
|
},
|
|
1866
|
-
"default": "
|
|
2075
|
+
"default": "'warning'"
|
|
1867
2076
|
},
|
|
1868
2077
|
{
|
|
1869
|
-
"name": "
|
|
2078
|
+
"name": "loadable",
|
|
1870
2079
|
"value": {
|
|
1871
2080
|
"kind": "expression",
|
|
1872
2081
|
"type": "boolean"
|
|
1873
2082
|
},
|
|
1874
|
-
"default": "
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"name": "beforeAddingTag",
|
|
1878
|
-
"value": {
|
|
1879
|
-
"kind": "expression",
|
|
1880
|
-
"type": "func"
|
|
1881
|
-
},
|
|
1882
|
-
"default": "() => true"
|
|
2083
|
+
"default": ""
|
|
1883
2084
|
},
|
|
1884
2085
|
{
|
|
1885
|
-
"name": "
|
|
2086
|
+
"name": "loadingText",
|
|
1886
2087
|
"value": {
|
|
1887
2088
|
"kind": "expression",
|
|
1888
|
-
"type": "
|
|
2089
|
+
"type": "string"
|
|
1889
2090
|
},
|
|
1890
|
-
"default": "
|
|
1891
|
-
}
|
|
1892
|
-
],
|
|
1893
|
-
"events": [
|
|
1894
|
-
{
|
|
1895
|
-
"name": "input-changed"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"name": "change"
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "input"
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"name": "initialized"
|
|
1905
|
-
},
|
|
1906
|
-
{
|
|
1907
|
-
"name": "limit-reached"
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"name": "tag-added"
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "tags-updated"
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"name": "tag-removed"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "keyup"
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"name": "keydown"
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "focus"
|
|
2091
|
+
"default": "'正在处理中请稍候...'"
|
|
1926
2092
|
},
|
|
1927
2093
|
{
|
|
1928
|
-
"name": "
|
|
1929
|
-
}
|
|
1930
|
-
]
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "Watermark",
|
|
1934
|
-
"description": "",
|
|
1935
|
-
"attributes": [
|
|
1936
|
-
{
|
|
1937
|
-
"name": "text",
|
|
2094
|
+
"name": "tag",
|
|
1938
2095
|
"value": {
|
|
1939
2096
|
"kind": "expression",
|
|
1940
2097
|
"type": "string"
|
|
1941
2098
|
},
|
|
1942
|
-
"default": "''"
|
|
1943
|
-
}
|
|
1944
|
-
]
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"name": "AwesomeButton",
|
|
1948
|
-
"description": "",
|
|
1949
|
-
"attributes": [
|
|
2099
|
+
"default": "'ElButton'"
|
|
2100
|
+
},
|
|
1950
2101
|
{
|
|
1951
2102
|
"name": "type",
|
|
1952
2103
|
"value": {
|
|
1953
2104
|
"kind": "expression",
|
|
1954
2105
|
"type": "string"
|
|
1955
2106
|
},
|
|
1956
|
-
"default": "'
|
|
2107
|
+
"default": "'danger'"
|
|
1957
2108
|
},
|
|
1958
2109
|
{
|
|
1959
2110
|
"name": "size",
|
|
@@ -2018,14 +2169,6 @@
|
|
|
2018
2169
|
"type": "boolean"
|
|
2019
2170
|
},
|
|
2020
2171
|
"default": ""
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "text",
|
|
2024
|
-
"value": {
|
|
2025
|
-
"kind": "expression",
|
|
2026
|
-
"type": "string"
|
|
2027
|
-
},
|
|
2028
|
-
"default": "''"
|
|
2029
2172
|
}
|
|
2030
2173
|
],
|
|
2031
2174
|
"slots": [
|
|
@@ -8002,6 +8145,79 @@
|
|
|
8002
8145
|
"default": ""
|
|
8003
8146
|
}
|
|
8004
8147
|
]
|
|
8148
|
+
},
|
|
8149
|
+
{
|
|
8150
|
+
"name": "EgdCollapse",
|
|
8151
|
+
"description": "",
|
|
8152
|
+
"attributes": [
|
|
8153
|
+
{
|
|
8154
|
+
"name": "accordion",
|
|
8155
|
+
"value": {
|
|
8156
|
+
"kind": "expression",
|
|
8157
|
+
"type": "boolean"
|
|
8158
|
+
},
|
|
8159
|
+
"default": ""
|
|
8160
|
+
},
|
|
8161
|
+
{
|
|
8162
|
+
"name": "value",
|
|
8163
|
+
"value": {
|
|
8164
|
+
"kind": "expression",
|
|
8165
|
+
"type": "array|string|number"
|
|
8166
|
+
},
|
|
8167
|
+
"default": "function() {\r\n return []\r\n}"
|
|
8168
|
+
}
|
|
8169
|
+
],
|
|
8170
|
+
"events": [
|
|
8171
|
+
{
|
|
8172
|
+
"name": "input"
|
|
8173
|
+
},
|
|
8174
|
+
{
|
|
8175
|
+
"name": "change"
|
|
8176
|
+
}
|
|
8177
|
+
],
|
|
8178
|
+
"slots": [
|
|
8179
|
+
{
|
|
8180
|
+
"name": "default"
|
|
8181
|
+
}
|
|
8182
|
+
]
|
|
8183
|
+
},
|
|
8184
|
+
{
|
|
8185
|
+
"name": "EgdCollapseItem",
|
|
8186
|
+
"description": "",
|
|
8187
|
+
"attributes": [
|
|
8188
|
+
{
|
|
8189
|
+
"name": "title",
|
|
8190
|
+
"value": {
|
|
8191
|
+
"kind": "expression",
|
|
8192
|
+
"type": "string"
|
|
8193
|
+
},
|
|
8194
|
+
"default": "undefined"
|
|
8195
|
+
},
|
|
8196
|
+
{
|
|
8197
|
+
"name": "name",
|
|
8198
|
+
"value": {
|
|
8199
|
+
"kind": "expression",
|
|
8200
|
+
"type": "string|number"
|
|
8201
|
+
},
|
|
8202
|
+
"default": "function() {\r\n return this._uid\r\n}"
|
|
8203
|
+
},
|
|
8204
|
+
{
|
|
8205
|
+
"name": "disabled",
|
|
8206
|
+
"value": {
|
|
8207
|
+
"kind": "expression",
|
|
8208
|
+
"type": "boolean"
|
|
8209
|
+
},
|
|
8210
|
+
"default": ""
|
|
8211
|
+
}
|
|
8212
|
+
],
|
|
8213
|
+
"slots": [
|
|
8214
|
+
{
|
|
8215
|
+
"name": "title"
|
|
8216
|
+
},
|
|
8217
|
+
{
|
|
8218
|
+
"name": "default"
|
|
8219
|
+
}
|
|
8220
|
+
]
|
|
8005
8221
|
}
|
|
8006
8222
|
]
|
|
8007
8223
|
}
|