@next-bricks/advanced 0.35.2 → 0.35.3
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/{995.7040ad15.js → 995.fd1c7ab4.js} +2 -2
- package/dist/chunks/995.fd1c7ab4.js.map +1 -0
- package/dist/chunks/eo-workbench-layout-v2.333dbbe7.js +2 -0
- package/dist/chunks/eo-workbench-layout-v2.333dbbe7.js.map +1 -0
- package/dist/chunks/{main.ac13bf50.js → main.c3ae9f98.js} +2 -2
- package/dist/chunks/{main.ac13bf50.js.map → main.c3ae9f98.js.map} +1 -1
- package/dist/examples.json +6 -6
- package/dist/{index.44c8520f.js → index.65d649e5.js} +2 -2
- package/dist/{index.44c8520f.js.map → index.65d649e5.js.map} +1 -1
- package/dist/manifest.json +175 -175
- package/dist/types.json +389 -389
- package/package.json +2 -2
- package/dist/chunks/995.7040ad15.js.map +0 -1
- package/dist/chunks/eo-workbench-layout-v2.fcb52b68.js +0 -2
- package/dist/chunks/eo-workbench-layout-v2.fcb52b68.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,160 @@
|
|
|
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": "interface",
|
|
75
|
+
"name": "Item",
|
|
76
|
+
"body": [
|
|
77
|
+
{
|
|
78
|
+
"type": "propertySignature",
|
|
79
|
+
"key": {
|
|
80
|
+
"type": "identifier",
|
|
81
|
+
"name": "position"
|
|
82
|
+
},
|
|
83
|
+
"annotation": {
|
|
84
|
+
"type": "reference",
|
|
85
|
+
"typeName": {
|
|
86
|
+
"type": "identifier",
|
|
87
|
+
"name": "Layout"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"computed": false
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "propertySignature",
|
|
94
|
+
"key": {
|
|
95
|
+
"type": "identifier",
|
|
96
|
+
"name": "key"
|
|
97
|
+
},
|
|
98
|
+
"annotation": {
|
|
99
|
+
"type": "keyword",
|
|
100
|
+
"value": "string"
|
|
101
|
+
},
|
|
102
|
+
"computed": false
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"type": "propertySignature",
|
|
106
|
+
"key": {
|
|
107
|
+
"type": "identifier",
|
|
108
|
+
"name": "title"
|
|
109
|
+
},
|
|
110
|
+
"annotation": {
|
|
111
|
+
"type": "keyword",
|
|
112
|
+
"value": "string"
|
|
113
|
+
},
|
|
114
|
+
"computed": false
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"type": "propertySignature",
|
|
118
|
+
"key": {
|
|
119
|
+
"type": "identifier",
|
|
120
|
+
"name": "style"
|
|
121
|
+
},
|
|
122
|
+
"annotation": {
|
|
123
|
+
"type": "reference",
|
|
124
|
+
"typeName": {
|
|
125
|
+
"type": "qualifiedName",
|
|
126
|
+
"left": {
|
|
127
|
+
"type": "identifier",
|
|
128
|
+
"name": "React"
|
|
129
|
+
},
|
|
130
|
+
"right": {
|
|
131
|
+
"type": "identifier",
|
|
132
|
+
"name": "CSSProperties"
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"optional": true,
|
|
137
|
+
"computed": false
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "propertySignature",
|
|
141
|
+
"key": {
|
|
142
|
+
"type": "identifier",
|
|
143
|
+
"name": "useBrick"
|
|
144
|
+
},
|
|
145
|
+
"annotation": {
|
|
146
|
+
"type": "reference",
|
|
147
|
+
"typeName": {
|
|
148
|
+
"type": "identifier",
|
|
149
|
+
"name": "UseSingleBrickConf"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"computed": false
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
},
|
|
2
158
|
"eo-cascader": {
|
|
3
159
|
"properties": [
|
|
4
160
|
{
|
|
@@ -218,400 +374,62 @@
|
|
|
218
374
|
},
|
|
219
375
|
"annotation": {
|
|
220
376
|
"type": "indexedAccess",
|
|
221
|
-
"objectType": {
|
|
222
|
-
"type": "reference",
|
|
223
|
-
"typeName": {
|
|
224
|
-
"type": "identifier",
|
|
225
|
-
"name": "AntdCascaderProps"
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
"indexType": {
|
|
229
|
-
"type": "jsLiteral",
|
|
230
|
-
"value": "value"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
"computed": false
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"type": "propertySignature",
|
|
237
|
-
"key": {
|
|
238
|
-
"type": "identifier",
|
|
239
|
-
"name": "selectedOptions"
|
|
240
|
-
},
|
|
241
|
-
"annotation": {
|
|
242
|
-
"type": "union",
|
|
243
|
-
"types": [
|
|
244
|
-
{
|
|
245
|
-
"type": "array",
|
|
246
|
-
"elementType": {
|
|
247
|
-
"type": "reference",
|
|
248
|
-
"typeName": {
|
|
249
|
-
"type": "identifier",
|
|
250
|
-
"name": "DefaultOptionType"
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"type": "array",
|
|
256
|
-
"elementType": {
|
|
257
|
-
"type": "array",
|
|
258
|
-
"elementType": {
|
|
259
|
-
"type": "reference",
|
|
260
|
-
"typeName": {
|
|
261
|
-
"type": "identifier",
|
|
262
|
-
"name": "DefaultOptionType"
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
]
|
|
268
|
-
},
|
|
269
|
-
"computed": false
|
|
270
|
-
}
|
|
271
|
-
]
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"methods": []
|
|
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": "interface",
|
|
351
|
-
"name": "Item",
|
|
352
|
-
"body": [
|
|
353
|
-
{
|
|
354
|
-
"type": "propertySignature",
|
|
355
|
-
"key": {
|
|
356
|
-
"type": "identifier",
|
|
357
|
-
"name": "position"
|
|
358
|
-
},
|
|
359
|
-
"annotation": {
|
|
360
|
-
"type": "reference",
|
|
361
|
-
"typeName": {
|
|
362
|
-
"type": "identifier",
|
|
363
|
-
"name": "Layout"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
"computed": false
|
|
367
|
-
},
|
|
368
|
-
{
|
|
369
|
-
"type": "propertySignature",
|
|
370
|
-
"key": {
|
|
371
|
-
"type": "identifier",
|
|
372
|
-
"name": "key"
|
|
373
|
-
},
|
|
374
|
-
"annotation": {
|
|
375
|
-
"type": "keyword",
|
|
376
|
-
"value": "string"
|
|
377
|
-
},
|
|
378
|
-
"computed": false
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"type": "propertySignature",
|
|
382
|
-
"key": {
|
|
383
|
-
"type": "identifier",
|
|
384
|
-
"name": "title"
|
|
385
|
-
},
|
|
386
|
-
"annotation": {
|
|
387
|
-
"type": "keyword",
|
|
388
|
-
"value": "string"
|
|
389
|
-
},
|
|
390
|
-
"computed": false
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"type": "propertySignature",
|
|
394
|
-
"key": {
|
|
395
|
-
"type": "identifier",
|
|
396
|
-
"name": "style"
|
|
397
|
-
},
|
|
398
|
-
"annotation": {
|
|
399
|
-
"type": "reference",
|
|
400
|
-
"typeName": {
|
|
401
|
-
"type": "qualifiedName",
|
|
402
|
-
"left": {
|
|
403
|
-
"type": "identifier",
|
|
404
|
-
"name": "React"
|
|
405
|
-
},
|
|
406
|
-
"right": {
|
|
407
|
-
"type": "identifier",
|
|
408
|
-
"name": "CSSProperties"
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
"optional": true,
|
|
413
|
-
"computed": false
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"type": "propertySignature",
|
|
417
|
-
"key": {
|
|
418
|
-
"type": "identifier",
|
|
419
|
-
"name": "useBrick"
|
|
420
|
-
},
|
|
421
|
-
"annotation": {
|
|
422
|
-
"type": "reference",
|
|
423
|
-
"typeName": {
|
|
424
|
-
"type": "identifier",
|
|
425
|
-
"name": "UseSingleBrickConf"
|
|
426
|
-
}
|
|
427
|
-
},
|
|
428
|
-
"computed": false
|
|
429
|
-
}
|
|
430
|
-
]
|
|
431
|
-
}
|
|
432
|
-
]
|
|
433
|
-
},
|
|
434
|
-
"eo-workbench-layout-v2": {
|
|
435
|
-
"properties": [
|
|
436
|
-
{
|
|
437
|
-
"name": "cardTitle",
|
|
438
|
-
"annotation": {
|
|
439
|
-
"type": "keyword",
|
|
440
|
-
"value": "string"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"name": "isEdit",
|
|
445
|
-
"annotation": {
|
|
446
|
-
"type": "keyword",
|
|
447
|
-
"value": "boolean"
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"name": "layouts",
|
|
452
|
-
"annotation": {
|
|
453
|
-
"type": "array",
|
|
454
|
-
"elementType": {
|
|
455
|
-
"type": "reference",
|
|
456
|
-
"typeName": {
|
|
457
|
-
"type": "identifier",
|
|
458
|
-
"name": "Layout"
|
|
459
|
-
}
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
"name": "toolbarBricks",
|
|
465
|
-
"annotation": {
|
|
466
|
-
"type": "typeLiteral",
|
|
467
|
-
"members": [
|
|
468
|
-
{
|
|
469
|
-
"type": "propertySignature",
|
|
470
|
-
"key": {
|
|
471
|
-
"type": "identifier",
|
|
472
|
-
"name": "useBrick"
|
|
473
|
-
},
|
|
474
|
-
"annotation": {
|
|
475
|
-
"type": "array",
|
|
476
|
-
"elementType": {
|
|
477
|
-
"type": "reference",
|
|
478
|
-
"typeName": {
|
|
479
|
-
"type": "identifier",
|
|
480
|
-
"name": "UseSingleBrickConf"
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
},
|
|
484
|
-
"computed": false
|
|
485
|
-
}
|
|
486
|
-
]
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"name": "componentList",
|
|
491
|
-
"annotation": {
|
|
492
|
-
"type": "array",
|
|
493
|
-
"elementType": {
|
|
494
|
-
"type": "reference",
|
|
495
|
-
"typeName": {
|
|
496
|
-
"type": "identifier",
|
|
497
|
-
"name": "Item"
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
}
|
|
502
|
-
],
|
|
503
|
-
"events": [
|
|
504
|
-
{
|
|
505
|
-
"name": "save",
|
|
506
|
-
"detail": {
|
|
507
|
-
"annotation": {
|
|
508
|
-
"type": "array",
|
|
509
|
-
"elementType": {
|
|
510
|
-
"type": "reference",
|
|
511
|
-
"typeName": {
|
|
512
|
-
"type": "identifier",
|
|
513
|
-
"name": "Layout"
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
},
|
|
519
|
-
{
|
|
520
|
-
"name": "cancel",
|
|
521
|
-
"detail": {
|
|
522
|
-
"annotation": {
|
|
523
|
-
"type": "keyword",
|
|
524
|
-
"value": "void"
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
],
|
|
529
|
-
"methods": [],
|
|
530
|
-
"types": [
|
|
531
|
-
{
|
|
532
|
-
"type": "interface",
|
|
533
|
-
"name": "Item",
|
|
534
|
-
"body": [
|
|
535
|
-
{
|
|
536
|
-
"type": "propertySignature",
|
|
537
|
-
"key": {
|
|
538
|
-
"type": "identifier",
|
|
539
|
-
"name": "position"
|
|
540
|
-
},
|
|
541
|
-
"annotation": {
|
|
542
|
-
"type": "reference",
|
|
543
|
-
"typeName": {
|
|
544
|
-
"type": "identifier",
|
|
545
|
-
"name": "Layout"
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
"computed": false
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"type": "propertySignature",
|
|
552
|
-
"key": {
|
|
553
|
-
"type": "identifier",
|
|
554
|
-
"name": "key"
|
|
555
|
-
},
|
|
556
|
-
"annotation": {
|
|
557
|
-
"type": "keyword",
|
|
558
|
-
"value": "string"
|
|
559
|
-
},
|
|
560
|
-
"computed": false
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
"type": "propertySignature",
|
|
564
|
-
"key": {
|
|
565
|
-
"type": "identifier",
|
|
566
|
-
"name": "title"
|
|
567
|
-
},
|
|
568
|
-
"annotation": {
|
|
569
|
-
"type": "keyword",
|
|
570
|
-
"value": "string"
|
|
571
|
-
},
|
|
572
|
-
"computed": false
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"type": "propertySignature",
|
|
576
|
-
"key": {
|
|
577
|
-
"type": "identifier",
|
|
578
|
-
"name": "style"
|
|
579
|
-
},
|
|
580
|
-
"annotation": {
|
|
581
|
-
"type": "reference",
|
|
582
|
-
"typeName": {
|
|
583
|
-
"type": "qualifiedName",
|
|
584
|
-
"left": {
|
|
585
|
-
"type": "identifier",
|
|
586
|
-
"name": "React"
|
|
377
|
+
"objectType": {
|
|
378
|
+
"type": "reference",
|
|
379
|
+
"typeName": {
|
|
380
|
+
"type": "identifier",
|
|
381
|
+
"name": "AntdCascaderProps"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
"indexType": {
|
|
385
|
+
"type": "jsLiteral",
|
|
386
|
+
"value": "value"
|
|
387
|
+
}
|
|
587
388
|
},
|
|
588
|
-
"
|
|
389
|
+
"computed": false
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"type": "propertySignature",
|
|
393
|
+
"key": {
|
|
589
394
|
"type": "identifier",
|
|
590
|
-
"name": "
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
395
|
+
"name": "selectedOptions"
|
|
396
|
+
},
|
|
397
|
+
"annotation": {
|
|
398
|
+
"type": "union",
|
|
399
|
+
"types": [
|
|
400
|
+
{
|
|
401
|
+
"type": "array",
|
|
402
|
+
"elementType": {
|
|
403
|
+
"type": "reference",
|
|
404
|
+
"typeName": {
|
|
405
|
+
"type": "identifier",
|
|
406
|
+
"name": "DefaultOptionType"
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"type": "array",
|
|
412
|
+
"elementType": {
|
|
413
|
+
"type": "array",
|
|
414
|
+
"elementType": {
|
|
415
|
+
"type": "reference",
|
|
416
|
+
"typeName": {
|
|
417
|
+
"type": "identifier",
|
|
418
|
+
"name": "DefaultOptionType"
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
]
|
|
424
|
+
},
|
|
425
|
+
"computed": false
|
|
608
426
|
}
|
|
609
|
-
|
|
610
|
-
"computed": false
|
|
427
|
+
]
|
|
611
428
|
}
|
|
612
|
-
|
|
429
|
+
}
|
|
613
430
|
}
|
|
614
|
-
]
|
|
431
|
+
],
|
|
432
|
+
"methods": []
|
|
615
433
|
},
|
|
616
434
|
"eo-tree": {
|
|
617
435
|
"properties": [
|
|
@@ -1400,6 +1218,188 @@
|
|
|
1400
1218
|
],
|
|
1401
1219
|
"methods": []
|
|
1402
1220
|
},
|
|
1221
|
+
"eo-workbench-layout-v2": {
|
|
1222
|
+
"properties": [
|
|
1223
|
+
{
|
|
1224
|
+
"name": "cardTitle",
|
|
1225
|
+
"annotation": {
|
|
1226
|
+
"type": "keyword",
|
|
1227
|
+
"value": "string"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "isEdit",
|
|
1232
|
+
"annotation": {
|
|
1233
|
+
"type": "keyword",
|
|
1234
|
+
"value": "boolean"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"name": "layouts",
|
|
1239
|
+
"annotation": {
|
|
1240
|
+
"type": "array",
|
|
1241
|
+
"elementType": {
|
|
1242
|
+
"type": "reference",
|
|
1243
|
+
"typeName": {
|
|
1244
|
+
"type": "identifier",
|
|
1245
|
+
"name": "Layout"
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "toolbarBricks",
|
|
1252
|
+
"annotation": {
|
|
1253
|
+
"type": "typeLiteral",
|
|
1254
|
+
"members": [
|
|
1255
|
+
{
|
|
1256
|
+
"type": "propertySignature",
|
|
1257
|
+
"key": {
|
|
1258
|
+
"type": "identifier",
|
|
1259
|
+
"name": "useBrick"
|
|
1260
|
+
},
|
|
1261
|
+
"annotation": {
|
|
1262
|
+
"type": "array",
|
|
1263
|
+
"elementType": {
|
|
1264
|
+
"type": "reference",
|
|
1265
|
+
"typeName": {
|
|
1266
|
+
"type": "identifier",
|
|
1267
|
+
"name": "UseSingleBrickConf"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"computed": false
|
|
1272
|
+
}
|
|
1273
|
+
]
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"name": "componentList",
|
|
1278
|
+
"annotation": {
|
|
1279
|
+
"type": "array",
|
|
1280
|
+
"elementType": {
|
|
1281
|
+
"type": "reference",
|
|
1282
|
+
"typeName": {
|
|
1283
|
+
"type": "identifier",
|
|
1284
|
+
"name": "Item"
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"events": [
|
|
1291
|
+
{
|
|
1292
|
+
"name": "save",
|
|
1293
|
+
"detail": {
|
|
1294
|
+
"annotation": {
|
|
1295
|
+
"type": "array",
|
|
1296
|
+
"elementType": {
|
|
1297
|
+
"type": "reference",
|
|
1298
|
+
"typeName": {
|
|
1299
|
+
"type": "identifier",
|
|
1300
|
+
"name": "Layout"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"name": "cancel",
|
|
1308
|
+
"detail": {
|
|
1309
|
+
"annotation": {
|
|
1310
|
+
"type": "keyword",
|
|
1311
|
+
"value": "void"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
],
|
|
1316
|
+
"methods": [],
|
|
1317
|
+
"types": [
|
|
1318
|
+
{
|
|
1319
|
+
"type": "interface",
|
|
1320
|
+
"name": "Item",
|
|
1321
|
+
"body": [
|
|
1322
|
+
{
|
|
1323
|
+
"type": "propertySignature",
|
|
1324
|
+
"key": {
|
|
1325
|
+
"type": "identifier",
|
|
1326
|
+
"name": "position"
|
|
1327
|
+
},
|
|
1328
|
+
"annotation": {
|
|
1329
|
+
"type": "reference",
|
|
1330
|
+
"typeName": {
|
|
1331
|
+
"type": "identifier",
|
|
1332
|
+
"name": "Layout"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"computed": false
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"type": "propertySignature",
|
|
1339
|
+
"key": {
|
|
1340
|
+
"type": "identifier",
|
|
1341
|
+
"name": "key"
|
|
1342
|
+
},
|
|
1343
|
+
"annotation": {
|
|
1344
|
+
"type": "keyword",
|
|
1345
|
+
"value": "string"
|
|
1346
|
+
},
|
|
1347
|
+
"computed": false
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"type": "propertySignature",
|
|
1351
|
+
"key": {
|
|
1352
|
+
"type": "identifier",
|
|
1353
|
+
"name": "title"
|
|
1354
|
+
},
|
|
1355
|
+
"annotation": {
|
|
1356
|
+
"type": "keyword",
|
|
1357
|
+
"value": "string"
|
|
1358
|
+
},
|
|
1359
|
+
"computed": false
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
"type": "propertySignature",
|
|
1363
|
+
"key": {
|
|
1364
|
+
"type": "identifier",
|
|
1365
|
+
"name": "style"
|
|
1366
|
+
},
|
|
1367
|
+
"annotation": {
|
|
1368
|
+
"type": "reference",
|
|
1369
|
+
"typeName": {
|
|
1370
|
+
"type": "qualifiedName",
|
|
1371
|
+
"left": {
|
|
1372
|
+
"type": "identifier",
|
|
1373
|
+
"name": "React"
|
|
1374
|
+
},
|
|
1375
|
+
"right": {
|
|
1376
|
+
"type": "identifier",
|
|
1377
|
+
"name": "CSSProperties"
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"optional": true,
|
|
1382
|
+
"computed": false
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"type": "propertySignature",
|
|
1386
|
+
"key": {
|
|
1387
|
+
"type": "identifier",
|
|
1388
|
+
"name": "useBrick"
|
|
1389
|
+
},
|
|
1390
|
+
"annotation": {
|
|
1391
|
+
"type": "reference",
|
|
1392
|
+
"typeName": {
|
|
1393
|
+
"type": "identifier",
|
|
1394
|
+
"name": "UseSingleBrickConf"
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"computed": false
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
}
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1403
1403
|
"eo-text-tooltip": {
|
|
1404
1404
|
"properties": [
|
|
1405
1405
|
{
|