@next-bricks/advanced 0.50.3 → 0.50.5
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 +10 -10
- package/dist/chunks/8382.a9fea9d6.js.map +1 -1
- package/dist/chunks/eo-cascader.86a685ca.js.map +1 -1
- package/dist/chunks/eo-text-tooltip.74db365e.js.map +1 -1
- package/dist/chunks/eo-tree-select.31dae71f.js.map +1 -1
- package/dist/examples.json +3 -3
- package/dist/index.3841a417.js +2 -0
- package/dist/{index.0f0f0777.js.map → index.3841a417.js.map} +1 -1
- package/dist/manifest.json +107 -107
- package/dist/types.json +367 -355
- package/dist-types/cascader/index.d.ts +1 -2
- package/dist-types/jsx.d.ts +91 -0
- package/dist-types/next-table/interface.d.ts +3 -1
- package/dist-types/text-tooltip/index.d.ts +3 -4
- package/dist-types/tree-select/index.d.ts +0 -1
- package/package.json +2 -2
- package/dist/index.0f0f0777.js +0 -2
package/dist/types.json
CHANGED
|
@@ -1,4 +1,238 @@
|
|
|
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": "change",
|
|
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": "save",
|
|
63
|
+
"detail": {
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "array",
|
|
66
|
+
"elementType": {
|
|
67
|
+
"type": "reference",
|
|
68
|
+
"typeName": {
|
|
69
|
+
"type": "identifier",
|
|
70
|
+
"name": "Layout"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "cancel",
|
|
78
|
+
"detail": {
|
|
79
|
+
"annotation": {
|
|
80
|
+
"type": "keyword",
|
|
81
|
+
"value": "void"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "action.click",
|
|
87
|
+
"detail": {
|
|
88
|
+
"annotation": {
|
|
89
|
+
"type": "typeLiteral",
|
|
90
|
+
"members": [
|
|
91
|
+
{
|
|
92
|
+
"type": "propertySignature",
|
|
93
|
+
"key": {
|
|
94
|
+
"type": "identifier",
|
|
95
|
+
"name": "action"
|
|
96
|
+
},
|
|
97
|
+
"annotation": {
|
|
98
|
+
"type": "reference",
|
|
99
|
+
"typeName": {
|
|
100
|
+
"type": "identifier",
|
|
101
|
+
"name": "SimpleAction"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"computed": false
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "propertySignature",
|
|
108
|
+
"key": {
|
|
109
|
+
"type": "identifier",
|
|
110
|
+
"name": "layouts"
|
|
111
|
+
},
|
|
112
|
+
"annotation": {
|
|
113
|
+
"type": "array",
|
|
114
|
+
"elementType": {
|
|
115
|
+
"type": "reference",
|
|
116
|
+
"typeName": {
|
|
117
|
+
"type": "identifier",
|
|
118
|
+
"name": "Layout"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
"computed": false
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"methods": [
|
|
130
|
+
{
|
|
131
|
+
"name": "setLayouts",
|
|
132
|
+
"params": [
|
|
133
|
+
{
|
|
134
|
+
"name": "layouts",
|
|
135
|
+
"annotation": {
|
|
136
|
+
"type": "array",
|
|
137
|
+
"elementType": {
|
|
138
|
+
"type": "reference",
|
|
139
|
+
"typeName": {
|
|
140
|
+
"type": "identifier",
|
|
141
|
+
"name": "Layout"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"returns": {}
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"types": [
|
|
151
|
+
{
|
|
152
|
+
"type": "interface",
|
|
153
|
+
"name": "Item",
|
|
154
|
+
"body": [
|
|
155
|
+
{
|
|
156
|
+
"type": "propertySignature",
|
|
157
|
+
"key": {
|
|
158
|
+
"type": "identifier",
|
|
159
|
+
"name": "position"
|
|
160
|
+
},
|
|
161
|
+
"annotation": {
|
|
162
|
+
"type": "reference",
|
|
163
|
+
"typeName": {
|
|
164
|
+
"type": "identifier",
|
|
165
|
+
"name": "Layout"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"computed": false
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"type": "propertySignature",
|
|
172
|
+
"key": {
|
|
173
|
+
"type": "identifier",
|
|
174
|
+
"name": "key"
|
|
175
|
+
},
|
|
176
|
+
"annotation": {
|
|
177
|
+
"type": "keyword",
|
|
178
|
+
"value": "string"
|
|
179
|
+
},
|
|
180
|
+
"computed": false
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "propertySignature",
|
|
184
|
+
"key": {
|
|
185
|
+
"type": "identifier",
|
|
186
|
+
"name": "title"
|
|
187
|
+
},
|
|
188
|
+
"annotation": {
|
|
189
|
+
"type": "keyword",
|
|
190
|
+
"value": "string"
|
|
191
|
+
},
|
|
192
|
+
"computed": false
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"type": "propertySignature",
|
|
196
|
+
"key": {
|
|
197
|
+
"type": "identifier",
|
|
198
|
+
"name": "style"
|
|
199
|
+
},
|
|
200
|
+
"annotation": {
|
|
201
|
+
"type": "reference",
|
|
202
|
+
"typeName": {
|
|
203
|
+
"type": "qualifiedName",
|
|
204
|
+
"left": {
|
|
205
|
+
"type": "identifier",
|
|
206
|
+
"name": "React"
|
|
207
|
+
},
|
|
208
|
+
"right": {
|
|
209
|
+
"type": "identifier",
|
|
210
|
+
"name": "CSSProperties"
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
"optional": true,
|
|
215
|
+
"computed": false
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "propertySignature",
|
|
219
|
+
"key": {
|
|
220
|
+
"type": "identifier",
|
|
221
|
+
"name": "useBrick"
|
|
222
|
+
},
|
|
223
|
+
"annotation": {
|
|
224
|
+
"type": "reference",
|
|
225
|
+
"typeName": {
|
|
226
|
+
"type": "identifier",
|
|
227
|
+
"name": "UseSingleBrickConf"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"computed": false
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
},
|
|
2
236
|
"eo-cascader": {
|
|
3
237
|
"properties": [
|
|
4
238
|
{
|
|
@@ -251,263 +485,29 @@
|
|
|
251
485
|
}
|
|
252
486
|
}
|
|
253
487
|
},
|
|
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": "change",
|
|
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": "save",
|
|
339
|
-
"detail": {
|
|
340
|
-
"annotation": {
|
|
341
|
-
"type": "array",
|
|
342
|
-
"elementType": {
|
|
343
|
-
"type": "reference",
|
|
344
|
-
"typeName": {
|
|
345
|
-
"type": "identifier",
|
|
346
|
-
"name": "Layout"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"name": "cancel",
|
|
354
|
-
"detail": {
|
|
355
|
-
"annotation": {
|
|
356
|
-
"type": "keyword",
|
|
357
|
-
"value": "void"
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "action.click",
|
|
363
|
-
"detail": {
|
|
364
|
-
"annotation": {
|
|
365
|
-
"type": "typeLiteral",
|
|
366
|
-
"members": [
|
|
367
|
-
{
|
|
368
|
-
"type": "propertySignature",
|
|
369
|
-
"key": {
|
|
370
|
-
"type": "identifier",
|
|
371
|
-
"name": "action"
|
|
372
|
-
},
|
|
373
|
-
"annotation": {
|
|
374
|
-
"type": "reference",
|
|
375
|
-
"typeName": {
|
|
376
|
-
"type": "identifier",
|
|
377
|
-
"name": "SimpleAction"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
"computed": false
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"type": "propertySignature",
|
|
384
|
-
"key": {
|
|
385
|
-
"type": "identifier",
|
|
386
|
-
"name": "layouts"
|
|
387
|
-
},
|
|
388
|
-
"annotation": {
|
|
389
|
-
"type": "array",
|
|
390
|
-
"elementType": {
|
|
391
|
-
"type": "reference",
|
|
392
|
-
"typeName": {
|
|
393
|
-
"type": "identifier",
|
|
394
|
-
"name": "Layout"
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
},
|
|
398
|
-
"computed": false
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
],
|
|
405
|
-
"methods": [
|
|
406
|
-
{
|
|
407
|
-
"name": "setLayouts",
|
|
408
|
-
"params": [
|
|
409
|
-
{
|
|
410
|
-
"name": "layouts",
|
|
411
|
-
"annotation": {
|
|
412
|
-
"type": "array",
|
|
413
|
-
"elementType": {
|
|
414
|
-
"type": "reference",
|
|
415
|
-
"typeName": {
|
|
416
|
-
"type": "identifier",
|
|
417
|
-
"name": "Layout"
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
],
|
|
423
|
-
"returns": {}
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
|
-
"types": [
|
|
427
|
-
{
|
|
428
|
-
"type": "interface",
|
|
429
|
-
"name": "Item",
|
|
430
|
-
"body": [
|
|
431
|
-
{
|
|
432
|
-
"type": "propertySignature",
|
|
433
|
-
"key": {
|
|
434
|
-
"type": "identifier",
|
|
435
|
-
"name": "position"
|
|
436
|
-
},
|
|
437
|
-
"annotation": {
|
|
438
|
-
"type": "reference",
|
|
439
|
-
"typeName": {
|
|
440
|
-
"type": "identifier",
|
|
441
|
-
"name": "Layout"
|
|
442
|
-
}
|
|
443
|
-
},
|
|
444
|
-
"computed": false
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"type": "propertySignature",
|
|
448
|
-
"key": {
|
|
449
|
-
"type": "identifier",
|
|
450
|
-
"name": "key"
|
|
451
|
-
},
|
|
452
|
-
"annotation": {
|
|
453
|
-
"type": "keyword",
|
|
454
|
-
"value": "string"
|
|
455
|
-
},
|
|
456
|
-
"computed": false
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"type": "propertySignature",
|
|
460
|
-
"key": {
|
|
461
|
-
"type": "identifier",
|
|
462
|
-
"name": "title"
|
|
463
|
-
},
|
|
464
|
-
"annotation": {
|
|
465
|
-
"type": "keyword",
|
|
466
|
-
"value": "string"
|
|
467
|
-
},
|
|
468
|
-
"computed": false
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"type": "propertySignature",
|
|
472
|
-
"key": {
|
|
473
|
-
"type": "identifier",
|
|
474
|
-
"name": "style"
|
|
475
|
-
},
|
|
476
|
-
"annotation": {
|
|
477
|
-
"type": "reference",
|
|
478
|
-
"typeName": {
|
|
479
|
-
"type": "qualifiedName",
|
|
480
|
-
"left": {
|
|
481
|
-
"type": "identifier",
|
|
482
|
-
"name": "React"
|
|
488
|
+
{
|
|
489
|
+
"type": "array",
|
|
490
|
+
"elementType": {
|
|
491
|
+
"type": "array",
|
|
492
|
+
"elementType": {
|
|
493
|
+
"type": "reference",
|
|
494
|
+
"typeName": {
|
|
495
|
+
"type": "identifier",
|
|
496
|
+
"name": "DefaultOptionType"
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
]
|
|
483
502
|
},
|
|
484
|
-
"
|
|
485
|
-
"type": "identifier",
|
|
486
|
-
"name": "CSSProperties"
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
"optional": true,
|
|
491
|
-
"computed": false
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"type": "propertySignature",
|
|
495
|
-
"key": {
|
|
496
|
-
"type": "identifier",
|
|
497
|
-
"name": "useBrick"
|
|
498
|
-
},
|
|
499
|
-
"annotation": {
|
|
500
|
-
"type": "reference",
|
|
501
|
-
"typeName": {
|
|
502
|
-
"type": "identifier",
|
|
503
|
-
"name": "UseSingleBrickConf"
|
|
503
|
+
"computed": false
|
|
504
504
|
}
|
|
505
|
-
|
|
506
|
-
"computed": false
|
|
505
|
+
]
|
|
507
506
|
}
|
|
508
|
-
|
|
507
|
+
}
|
|
509
508
|
}
|
|
510
|
-
]
|
|
509
|
+
],
|
|
510
|
+
"methods": []
|
|
511
511
|
},
|
|
512
512
|
"eo-tree": {
|
|
513
513
|
"properties": [
|
|
@@ -3335,6 +3335,120 @@
|
|
|
3335
3335
|
{
|
|
3336
3336
|
"type": "interface",
|
|
3337
3337
|
"name": "Column",
|
|
3338
|
+
"body": [],
|
|
3339
|
+
"extends": [
|
|
3340
|
+
{
|
|
3341
|
+
"type": "expressionWithTypeArguments",
|
|
3342
|
+
"expression": {
|
|
3343
|
+
"type": "identifier",
|
|
3344
|
+
"name": "Pick"
|
|
3345
|
+
},
|
|
3346
|
+
"typeParameters": {
|
|
3347
|
+
"type": "typeParameterInstantiation",
|
|
3348
|
+
"params": [
|
|
3349
|
+
{
|
|
3350
|
+
"type": "reference",
|
|
3351
|
+
"typeName": {
|
|
3352
|
+
"type": "identifier",
|
|
3353
|
+
"name": "ColumnType"
|
|
3354
|
+
},
|
|
3355
|
+
"typeParameters": {
|
|
3356
|
+
"type": "typeParameterInstantiation",
|
|
3357
|
+
"params": [
|
|
3358
|
+
{
|
|
3359
|
+
"type": "reference",
|
|
3360
|
+
"typeName": {
|
|
3361
|
+
"type": "identifier",
|
|
3362
|
+
"name": "RecordType"
|
|
3363
|
+
}
|
|
3364
|
+
}
|
|
3365
|
+
]
|
|
3366
|
+
}
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"type": "union",
|
|
3370
|
+
"types": [
|
|
3371
|
+
{
|
|
3372
|
+
"type": "jsLiteral",
|
|
3373
|
+
"value": "align"
|
|
3374
|
+
},
|
|
3375
|
+
{
|
|
3376
|
+
"type": "jsLiteral",
|
|
3377
|
+
"value": "colSpan"
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"type": "jsLiteral",
|
|
3381
|
+
"value": "dataIndex"
|
|
3382
|
+
},
|
|
3383
|
+
{
|
|
3384
|
+
"type": "jsLiteral",
|
|
3385
|
+
"value": "ellipsis"
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"type": "jsLiteral",
|
|
3389
|
+
"value": "fixed"
|
|
3390
|
+
},
|
|
3391
|
+
{
|
|
3392
|
+
"type": "jsLiteral",
|
|
3393
|
+
"value": "rowScope"
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"type": "jsLiteral",
|
|
3397
|
+
"value": "showSorterTooltip"
|
|
3398
|
+
},
|
|
3399
|
+
{
|
|
3400
|
+
"type": "jsLiteral",
|
|
3401
|
+
"value": "sortDirections"
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"type": "jsLiteral",
|
|
3405
|
+
"value": "title"
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"type": "jsLiteral",
|
|
3409
|
+
"value": "width"
|
|
3410
|
+
}
|
|
3411
|
+
]
|
|
3412
|
+
}
|
|
3413
|
+
]
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
"type": "expressionWithTypeArguments",
|
|
3418
|
+
"expression": {
|
|
3419
|
+
"type": "identifier",
|
|
3420
|
+
"name": "ColumnProp"
|
|
3421
|
+
}
|
|
3422
|
+
}
|
|
3423
|
+
]
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"type": "typeAlias",
|
|
3427
|
+
"name": "RecordType",
|
|
3428
|
+
"annotation": {
|
|
3429
|
+
"type": "reference",
|
|
3430
|
+
"typeName": {
|
|
3431
|
+
"type": "identifier",
|
|
3432
|
+
"name": "Record"
|
|
3433
|
+
},
|
|
3434
|
+
"typeParameters": {
|
|
3435
|
+
"type": "typeParameterInstantiation",
|
|
3436
|
+
"params": [
|
|
3437
|
+
{
|
|
3438
|
+
"type": "keyword",
|
|
3439
|
+
"value": "string"
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"type": "keyword",
|
|
3443
|
+
"value": "any"
|
|
3444
|
+
}
|
|
3445
|
+
]
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"type": "interface",
|
|
3451
|
+
"name": "ColumnProp",
|
|
3338
3452
|
"body": [
|
|
3339
3453
|
{
|
|
3340
3454
|
"type": "propertySignature",
|
|
@@ -3522,84 +3636,6 @@
|
|
|
3522
3636
|
"optional": true,
|
|
3523
3637
|
"computed": false
|
|
3524
3638
|
}
|
|
3525
|
-
],
|
|
3526
|
-
"extends": [
|
|
3527
|
-
{
|
|
3528
|
-
"type": "expressionWithTypeArguments",
|
|
3529
|
-
"expression": {
|
|
3530
|
-
"type": "identifier",
|
|
3531
|
-
"name": "Pick"
|
|
3532
|
-
},
|
|
3533
|
-
"typeParameters": {
|
|
3534
|
-
"type": "typeParameterInstantiation",
|
|
3535
|
-
"params": [
|
|
3536
|
-
{
|
|
3537
|
-
"type": "reference",
|
|
3538
|
-
"typeName": {
|
|
3539
|
-
"type": "identifier",
|
|
3540
|
-
"name": "ColumnType"
|
|
3541
|
-
},
|
|
3542
|
-
"typeParameters": {
|
|
3543
|
-
"type": "typeParameterInstantiation",
|
|
3544
|
-
"params": [
|
|
3545
|
-
{
|
|
3546
|
-
"type": "reference",
|
|
3547
|
-
"typeName": {
|
|
3548
|
-
"type": "identifier",
|
|
3549
|
-
"name": "RecordType"
|
|
3550
|
-
}
|
|
3551
|
-
}
|
|
3552
|
-
]
|
|
3553
|
-
}
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"type": "union",
|
|
3557
|
-
"types": [
|
|
3558
|
-
{
|
|
3559
|
-
"type": "jsLiteral",
|
|
3560
|
-
"value": "align"
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"type": "jsLiteral",
|
|
3564
|
-
"value": "colSpan"
|
|
3565
|
-
},
|
|
3566
|
-
{
|
|
3567
|
-
"type": "jsLiteral",
|
|
3568
|
-
"value": "dataIndex"
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
"type": "jsLiteral",
|
|
3572
|
-
"value": "ellipsis"
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"type": "jsLiteral",
|
|
3576
|
-
"value": "fixed"
|
|
3577
|
-
},
|
|
3578
|
-
{
|
|
3579
|
-
"type": "jsLiteral",
|
|
3580
|
-
"value": "rowScope"
|
|
3581
|
-
},
|
|
3582
|
-
{
|
|
3583
|
-
"type": "jsLiteral",
|
|
3584
|
-
"value": "showSorterTooltip"
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"type": "jsLiteral",
|
|
3588
|
-
"value": "sortDirections"
|
|
3589
|
-
},
|
|
3590
|
-
{
|
|
3591
|
-
"type": "jsLiteral",
|
|
3592
|
-
"value": "title"
|
|
3593
|
-
},
|
|
3594
|
-
{
|
|
3595
|
-
"type": "jsLiteral",
|
|
3596
|
-
"value": "width"
|
|
3597
|
-
}
|
|
3598
|
-
]
|
|
3599
|
-
}
|
|
3600
|
-
]
|
|
3601
|
-
}
|
|
3602
|
-
}
|
|
3603
3639
|
]
|
|
3604
3640
|
},
|
|
3605
3641
|
{
|
|
@@ -3691,30 +3727,6 @@
|
|
|
3691
3727
|
}
|
|
3692
3728
|
]
|
|
3693
3729
|
},
|
|
3694
|
-
{
|
|
3695
|
-
"type": "typeAlias",
|
|
3696
|
-
"name": "RecordType",
|
|
3697
|
-
"annotation": {
|
|
3698
|
-
"type": "reference",
|
|
3699
|
-
"typeName": {
|
|
3700
|
-
"type": "identifier",
|
|
3701
|
-
"name": "Record"
|
|
3702
|
-
},
|
|
3703
|
-
"typeParameters": {
|
|
3704
|
-
"type": "typeParameterInstantiation",
|
|
3705
|
-
"params": [
|
|
3706
|
-
{
|
|
3707
|
-
"type": "keyword",
|
|
3708
|
-
"value": "string"
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"type": "keyword",
|
|
3712
|
-
"value": "any"
|
|
3713
|
-
}
|
|
3714
|
-
]
|
|
3715
|
-
}
|
|
3716
|
-
}
|
|
3717
|
-
},
|
|
3718
3730
|
{
|
|
3719
3731
|
"type": "interface",
|
|
3720
3732
|
"name": "CellConfig",
|