@next-bricks/advanced 0.20.2 → 0.22.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 +11 -11
- package/dist/chunks/{1377.55c60301.js → 1377.01ee7fe4.js} +2 -2
- package/dist/chunks/1377.01ee7fe4.js.map +1 -0
- package/dist/chunks/6188.7d9672cf.js +2 -0
- package/dist/chunks/6188.7d9672cf.js.map +1 -0
- package/dist/chunks/eo-next-table.43b08ab4.js +2 -0
- package/dist/chunks/{eo-next-table.8cfcf175.js.map → eo-next-table.43b08ab4.js.map} +1 -1
- package/dist/chunks/eo-workbench-layout.5f0dd748.js +2 -0
- package/dist/chunks/eo-workbench-layout.5f0dd748.js.map +1 -0
- package/dist/chunks/{main.00580efb.js → main.40bc4c2f.js} +2 -2
- package/dist/chunks/{main.00580efb.js.map → main.40bc4c2f.js.map} +1 -1
- package/dist/examples.json +4 -4
- package/dist/{index.891d3930.js → index.b28a65f8.js} +2 -2
- package/dist/{index.891d3930.js.map → index.b28a65f8.js.map} +1 -1
- package/dist/manifest.json +107 -107
- package/dist/types.json +159 -159
- package/dist-types/next-table/CacheUseBrickItem.d.ts +6 -0
- package/dist-types/next-table/CacheUseBrickItem.spec.d.ts +1 -0
- package/docs/eo-next-table.md +6 -0
- package/package.json +2 -2
- package/dist/chunks/1377.55c60301.js.map +0 -1
- package/dist/chunks/7090.dbcb34bb.js +0 -2
- package/dist/chunks/7090.dbcb34bb.js.map +0 -1
- package/dist/chunks/eo-next-table.8cfcf175.js +0 -2
- package/dist/chunks/eo-workbench-layout.9c4bd9ec.js +0 -2
- package/dist/chunks/eo-workbench-layout.9c4bd9ec.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
|
{
|
|
@@ -434,6 +275,165 @@
|
|
|
434
275
|
],
|
|
435
276
|
"methods": []
|
|
436
277
|
},
|
|
278
|
+
"eo-workbench-layout": {
|
|
279
|
+
"properties": [
|
|
280
|
+
{
|
|
281
|
+
"name": "cardTitle",
|
|
282
|
+
"annotation": {
|
|
283
|
+
"type": "keyword",
|
|
284
|
+
"value": "string"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"name": "isEdit",
|
|
289
|
+
"annotation": {
|
|
290
|
+
"type": "keyword",
|
|
291
|
+
"value": "boolean"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "layouts",
|
|
296
|
+
"annotation": {
|
|
297
|
+
"type": "array",
|
|
298
|
+
"elementType": {
|
|
299
|
+
"type": "reference",
|
|
300
|
+
"typeName": {
|
|
301
|
+
"type": "identifier",
|
|
302
|
+
"name": "Layout"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "componentList",
|
|
309
|
+
"annotation": {
|
|
310
|
+
"type": "array",
|
|
311
|
+
"elementType": {
|
|
312
|
+
"type": "reference",
|
|
313
|
+
"typeName": {
|
|
314
|
+
"type": "identifier",
|
|
315
|
+
"name": "Item"
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
],
|
|
321
|
+
"events": [
|
|
322
|
+
{
|
|
323
|
+
"name": "save",
|
|
324
|
+
"detail": {
|
|
325
|
+
"annotation": {
|
|
326
|
+
"type": "array",
|
|
327
|
+
"elementType": {
|
|
328
|
+
"type": "reference",
|
|
329
|
+
"typeName": {
|
|
330
|
+
"type": "identifier",
|
|
331
|
+
"name": "Layout"
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "cancel",
|
|
339
|
+
"detail": {
|
|
340
|
+
"annotation": {
|
|
341
|
+
"type": "keyword",
|
|
342
|
+
"value": "void"
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"methods": [],
|
|
348
|
+
"types": [
|
|
349
|
+
{
|
|
350
|
+
"type": "typeAlias",
|
|
351
|
+
"name": "Item",
|
|
352
|
+
"annotation": {
|
|
353
|
+
"type": "typeLiteral",
|
|
354
|
+
"members": [
|
|
355
|
+
{
|
|
356
|
+
"type": "propertySignature",
|
|
357
|
+
"key": {
|
|
358
|
+
"type": "identifier",
|
|
359
|
+
"name": "position"
|
|
360
|
+
},
|
|
361
|
+
"annotation": {
|
|
362
|
+
"type": "reference",
|
|
363
|
+
"typeName": {
|
|
364
|
+
"type": "identifier",
|
|
365
|
+
"name": "Layout"
|
|
366
|
+
}
|
|
367
|
+
},
|
|
368
|
+
"computed": false
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"type": "propertySignature",
|
|
372
|
+
"key": {
|
|
373
|
+
"type": "identifier",
|
|
374
|
+
"name": "key"
|
|
375
|
+
},
|
|
376
|
+
"annotation": {
|
|
377
|
+
"type": "keyword",
|
|
378
|
+
"value": "string"
|
|
379
|
+
},
|
|
380
|
+
"computed": false
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "propertySignature",
|
|
384
|
+
"key": {
|
|
385
|
+
"type": "identifier",
|
|
386
|
+
"name": "title"
|
|
387
|
+
},
|
|
388
|
+
"annotation": {
|
|
389
|
+
"type": "keyword",
|
|
390
|
+
"value": "string"
|
|
391
|
+
},
|
|
392
|
+
"computed": false
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"type": "propertySignature",
|
|
396
|
+
"key": {
|
|
397
|
+
"type": "identifier",
|
|
398
|
+
"name": "style"
|
|
399
|
+
},
|
|
400
|
+
"annotation": {
|
|
401
|
+
"type": "reference",
|
|
402
|
+
"typeName": {
|
|
403
|
+
"type": "qualifiedName",
|
|
404
|
+
"left": {
|
|
405
|
+
"type": "identifier",
|
|
406
|
+
"name": "React"
|
|
407
|
+
},
|
|
408
|
+
"right": {
|
|
409
|
+
"type": "identifier",
|
|
410
|
+
"name": "CSSProperties"
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"optional": true,
|
|
415
|
+
"computed": false
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "propertySignature",
|
|
419
|
+
"key": {
|
|
420
|
+
"type": "identifier",
|
|
421
|
+
"name": "useBrick"
|
|
422
|
+
},
|
|
423
|
+
"annotation": {
|
|
424
|
+
"type": "reference",
|
|
425
|
+
"typeName": {
|
|
426
|
+
"type": "identifier",
|
|
427
|
+
"name": "UseSingleBrickConf"
|
|
428
|
+
}
|
|
429
|
+
},
|
|
430
|
+
"computed": false
|
|
431
|
+
}
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
]
|
|
436
|
+
},
|
|
437
437
|
"eo-table": {
|
|
438
438
|
"properties": [
|
|
439
439
|
{
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/docs/eo-next-table.md
CHANGED
|
@@ -364,6 +364,12 @@
|
|
|
364
364
|
- dataIndex: age
|
|
365
365
|
key: age
|
|
366
366
|
title: Age
|
|
367
|
+
useBrick:
|
|
368
|
+
- brick: eo-tag
|
|
369
|
+
properties:
|
|
370
|
+
color: |
|
|
371
|
+
<% DATA.cellData > 18 ? "green" : "red" %>
|
|
372
|
+
textContent: <% DATA.cellData %>
|
|
367
373
|
- dataIndex: address
|
|
368
374
|
key: address
|
|
369
375
|
title: Address
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/advanced",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.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": "1efb6bcb6627933b242f9a6d94dbc2baaab88912"
|
|
46
46
|
}
|