@next-bricks/advanced 0.15.0 → 0.16.0
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 +8 -8
- package/dist/chunks/{79.dced8790.js → 79.5233422e.js} +2 -2
- package/dist/chunks/79.5233422e.js.map +1 -0
- package/dist/chunks/eo-workbench-layout.3519565c.js +2 -0
- package/dist/chunks/eo-workbench-layout.3519565c.js.map +1 -0
- package/dist/chunks/{main.53ae8f7a.js → main.6818d1bc.js} +2 -2
- package/dist/chunks/{main.53ae8f7a.js.map → main.6818d1bc.js.map} +1 -1
- package/dist/{index.818831d7.js → index.a08b564d.js} +2 -2
- package/dist/{index.818831d7.js.map → index.a08b564d.js.map} +1 -1
- package/dist/manifest.json +41 -41
- package/dist/types.json +159 -159
- package/package.json +2 -2
- package/dist/chunks/79.dced8790.js.map +0 -1
- package/dist/chunks/eo-workbench-layout.13d42ccc.js +0 -2
- package/dist/chunks/eo-workbench-layout.13d42ccc.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,163 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-workbench-layout": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "cardTitle",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "isEdit",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "boolean"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "layouts",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "array",
|
|
22
|
-
"elementType": {
|
|
23
|
-
"type": "reference",
|
|
24
|
-
"typeName": {
|
|
25
|
-
"type": "identifier",
|
|
26
|
-
"name": "Layout"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "componentList",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "array",
|
|
35
|
-
"elementType": {
|
|
36
|
-
"type": "reference",
|
|
37
|
-
"typeName": {
|
|
38
|
-
"type": "identifier",
|
|
39
|
-
"name": "Item"
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
],
|
|
45
|
-
"events": [
|
|
46
|
-
{
|
|
47
|
-
"name": "save",
|
|
48
|
-
"detail": {
|
|
49
|
-
"annotation": {
|
|
50
|
-
"type": "array",
|
|
51
|
-
"elementType": {
|
|
52
|
-
"type": "reference",
|
|
53
|
-
"typeName": {
|
|
54
|
-
"type": "identifier",
|
|
55
|
-
"name": "Layout"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "cancel",
|
|
63
|
-
"detail": {
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "keyword",
|
|
66
|
-
"value": "void"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
],
|
|
71
|
-
"methods": [],
|
|
72
|
-
"types": [
|
|
73
|
-
{
|
|
74
|
-
"type": "typeAlias",
|
|
75
|
-
"name": "Item",
|
|
76
|
-
"annotation": {
|
|
77
|
-
"type": "typeLiteral",
|
|
78
|
-
"members": [
|
|
79
|
-
{
|
|
80
|
-
"type": "propertySignature",
|
|
81
|
-
"key": {
|
|
82
|
-
"type": "identifier",
|
|
83
|
-
"name": "position"
|
|
84
|
-
},
|
|
85
|
-
"annotation": {
|
|
86
|
-
"type": "reference",
|
|
87
|
-
"typeName": {
|
|
88
|
-
"type": "identifier",
|
|
89
|
-
"name": "Layout"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"computed": false
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"type": "propertySignature",
|
|
96
|
-
"key": {
|
|
97
|
-
"type": "identifier",
|
|
98
|
-
"name": "key"
|
|
99
|
-
},
|
|
100
|
-
"annotation": {
|
|
101
|
-
"type": "keyword",
|
|
102
|
-
"value": "string"
|
|
103
|
-
},
|
|
104
|
-
"computed": false
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "propertySignature",
|
|
108
|
-
"key": {
|
|
109
|
-
"type": "identifier",
|
|
110
|
-
"name": "title"
|
|
111
|
-
},
|
|
112
|
-
"annotation": {
|
|
113
|
-
"type": "keyword",
|
|
114
|
-
"value": "string"
|
|
115
|
-
},
|
|
116
|
-
"computed": false
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"type": "propertySignature",
|
|
120
|
-
"key": {
|
|
121
|
-
"type": "identifier",
|
|
122
|
-
"name": "style"
|
|
123
|
-
},
|
|
124
|
-
"annotation": {
|
|
125
|
-
"type": "reference",
|
|
126
|
-
"typeName": {
|
|
127
|
-
"type": "qualifiedName",
|
|
128
|
-
"left": {
|
|
129
|
-
"type": "identifier",
|
|
130
|
-
"name": "React"
|
|
131
|
-
},
|
|
132
|
-
"right": {
|
|
133
|
-
"type": "identifier",
|
|
134
|
-
"name": "CSSProperties"
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
},
|
|
138
|
-
"optional": true,
|
|
139
|
-
"computed": false
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"type": "propertySignature",
|
|
143
|
-
"key": {
|
|
144
|
-
"type": "identifier",
|
|
145
|
-
"name": "useBrick"
|
|
146
|
-
},
|
|
147
|
-
"annotation": {
|
|
148
|
-
"type": "reference",
|
|
149
|
-
"typeName": {
|
|
150
|
-
"type": "identifier",
|
|
151
|
-
"name": "UseSingleBrickConf"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"computed": false
|
|
155
|
-
}
|
|
156
|
-
]
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
2
|
"eo-cascader": {
|
|
162
3
|
"properties": [
|
|
163
4
|
{
|
|
@@ -413,6 +254,165 @@
|
|
|
413
254
|
],
|
|
414
255
|
"methods": []
|
|
415
256
|
},
|
|
257
|
+
"eo-workbench-layout": {
|
|
258
|
+
"properties": [
|
|
259
|
+
{
|
|
260
|
+
"name": "cardTitle",
|
|
261
|
+
"annotation": {
|
|
262
|
+
"type": "keyword",
|
|
263
|
+
"value": "string"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "isEdit",
|
|
268
|
+
"annotation": {
|
|
269
|
+
"type": "keyword",
|
|
270
|
+
"value": "boolean"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "layouts",
|
|
275
|
+
"annotation": {
|
|
276
|
+
"type": "array",
|
|
277
|
+
"elementType": {
|
|
278
|
+
"type": "reference",
|
|
279
|
+
"typeName": {
|
|
280
|
+
"type": "identifier",
|
|
281
|
+
"name": "Layout"
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "componentList",
|
|
288
|
+
"annotation": {
|
|
289
|
+
"type": "array",
|
|
290
|
+
"elementType": {
|
|
291
|
+
"type": "reference",
|
|
292
|
+
"typeName": {
|
|
293
|
+
"type": "identifier",
|
|
294
|
+
"name": "Item"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
],
|
|
300
|
+
"events": [
|
|
301
|
+
{
|
|
302
|
+
"name": "save",
|
|
303
|
+
"detail": {
|
|
304
|
+
"annotation": {
|
|
305
|
+
"type": "array",
|
|
306
|
+
"elementType": {
|
|
307
|
+
"type": "reference",
|
|
308
|
+
"typeName": {
|
|
309
|
+
"type": "identifier",
|
|
310
|
+
"name": "Layout"
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "cancel",
|
|
318
|
+
"detail": {
|
|
319
|
+
"annotation": {
|
|
320
|
+
"type": "keyword",
|
|
321
|
+
"value": "void"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
],
|
|
326
|
+
"methods": [],
|
|
327
|
+
"types": [
|
|
328
|
+
{
|
|
329
|
+
"type": "typeAlias",
|
|
330
|
+
"name": "Item",
|
|
331
|
+
"annotation": {
|
|
332
|
+
"type": "typeLiteral",
|
|
333
|
+
"members": [
|
|
334
|
+
{
|
|
335
|
+
"type": "propertySignature",
|
|
336
|
+
"key": {
|
|
337
|
+
"type": "identifier",
|
|
338
|
+
"name": "position"
|
|
339
|
+
},
|
|
340
|
+
"annotation": {
|
|
341
|
+
"type": "reference",
|
|
342
|
+
"typeName": {
|
|
343
|
+
"type": "identifier",
|
|
344
|
+
"name": "Layout"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"computed": false
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "propertySignature",
|
|
351
|
+
"key": {
|
|
352
|
+
"type": "identifier",
|
|
353
|
+
"name": "key"
|
|
354
|
+
},
|
|
355
|
+
"annotation": {
|
|
356
|
+
"type": "keyword",
|
|
357
|
+
"value": "string"
|
|
358
|
+
},
|
|
359
|
+
"computed": false
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"type": "propertySignature",
|
|
363
|
+
"key": {
|
|
364
|
+
"type": "identifier",
|
|
365
|
+
"name": "title"
|
|
366
|
+
},
|
|
367
|
+
"annotation": {
|
|
368
|
+
"type": "keyword",
|
|
369
|
+
"value": "string"
|
|
370
|
+
},
|
|
371
|
+
"computed": false
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"type": "propertySignature",
|
|
375
|
+
"key": {
|
|
376
|
+
"type": "identifier",
|
|
377
|
+
"name": "style"
|
|
378
|
+
},
|
|
379
|
+
"annotation": {
|
|
380
|
+
"type": "reference",
|
|
381
|
+
"typeName": {
|
|
382
|
+
"type": "qualifiedName",
|
|
383
|
+
"left": {
|
|
384
|
+
"type": "identifier",
|
|
385
|
+
"name": "React"
|
|
386
|
+
},
|
|
387
|
+
"right": {
|
|
388
|
+
"type": "identifier",
|
|
389
|
+
"name": "CSSProperties"
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"optional": true,
|
|
394
|
+
"computed": false
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"type": "propertySignature",
|
|
398
|
+
"key": {
|
|
399
|
+
"type": "identifier",
|
|
400
|
+
"name": "useBrick"
|
|
401
|
+
},
|
|
402
|
+
"annotation": {
|
|
403
|
+
"type": "reference",
|
|
404
|
+
"typeName": {
|
|
405
|
+
"type": "identifier",
|
|
406
|
+
"name": "UseSingleBrickConf"
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
"computed": false
|
|
410
|
+
}
|
|
411
|
+
]
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
]
|
|
415
|
+
},
|
|
416
416
|
"eo-table": {
|
|
417
417
|
"properties": [
|
|
418
418
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/advanced",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/basic",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"@next-bricks/form": "*",
|
|
43
43
|
"@next-bricks/icons": "*"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "309c6fc93d10d04b68374701424ae56a0f8c06e0"
|
|
46
46
|
}
|