@next-bricks/advanced 0.1.10 → 0.1.12

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.
Files changed (42) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{1646.6f16fc33.js → 1646.a80b5eaa.js} +2 -2
  3. package/dist/chunks/{1646.6f16fc33.js.map → 1646.a80b5eaa.js.map} +1 -1
  4. package/dist/chunks/3494.8dc2bb35.js +2 -0
  5. package/dist/chunks/{3494.ed6202f9.js.map → 3494.8dc2bb35.js.map} +1 -1
  6. package/dist/chunks/4131.c8a8abfc.js +2 -0
  7. package/dist/chunks/4131.c8a8abfc.js.map +1 -0
  8. package/dist/chunks/4717.5a3e82eb.js +2 -0
  9. package/dist/chunks/4717.5a3e82eb.js.map +1 -0
  10. package/dist/chunks/7746.ea869f8e.js +2 -0
  11. package/dist/chunks/{7746.4bffd269.js.map → 7746.ea869f8e.js.map} +1 -1
  12. package/dist/chunks/7822.670428a7.js +2 -0
  13. package/dist/chunks/{7822.a3b4ec1b.js.map → 7822.670428a7.js.map} +1 -1
  14. package/dist/chunks/9079.36e4e5b3.js +2 -0
  15. package/dist/chunks/{9079.1f6ecf61.js.map → 9079.36e4e5b3.js.map} +1 -1
  16. package/dist/chunks/9549.21712f9e.js +2 -0
  17. package/dist/chunks/9549.21712f9e.js.map +1 -0
  18. package/dist/chunks/general-cascader.2bc0d953.js +2 -0
  19. package/dist/chunks/{general-cascader.8fbc4ab3.js.map → general-cascader.2bc0d953.js.map} +1 -1
  20. package/dist/chunks/general-table.aeddb47a.js +2 -0
  21. package/dist/chunks/{general-table.1ba5d819.js.map → general-table.aeddb47a.js.map} +1 -1
  22. package/dist/chunks/main.0abaf141.js +2 -0
  23. package/dist/chunks/{main.61a50364.js.map → main.0abaf141.js.map} +1 -1
  24. package/dist/index.af6ba6d0.js +2 -0
  25. package/dist/{index.370b0413.js.map → index.af6ba6d0.js.map} +1 -1
  26. package/dist/manifest.json +7 -3
  27. package/dist/types.json +701 -595
  28. package/package.json +3 -3
  29. package/dist/chunks/3494.ed6202f9.js +0 -2
  30. package/dist/chunks/4131.26aae77a.js +0 -2
  31. package/dist/chunks/4131.26aae77a.js.map +0 -1
  32. package/dist/chunks/4717.b9d4a3a0.js +0 -2
  33. package/dist/chunks/4717.b9d4a3a0.js.map +0 -1
  34. package/dist/chunks/7746.4bffd269.js +0 -2
  35. package/dist/chunks/7822.a3b4ec1b.js +0 -2
  36. package/dist/chunks/9079.1f6ecf61.js +0 -2
  37. package/dist/chunks/9549.88a18c15.js +0 -2
  38. package/dist/chunks/9549.88a18c15.js.map +0 -1
  39. package/dist/chunks/general-cascader.8fbc4ab3.js +0 -2
  40. package/dist/chunks/general-table.1ba5d819.js +0 -2
  41. package/dist/chunks/main.61a50364.js +0 -2
  42. package/dist/index.370b0413.js +0 -2
package/dist/types.json CHANGED
@@ -3,175 +3,161 @@
3
3
  "properties": [
4
4
  {
5
5
  "name": "options",
6
- "types": {
6
+ "annotation": {
7
7
  "type": "indexedAccess",
8
8
  "objectType": {
9
9
  "type": "reference",
10
- "typeName": "AntdCascaderProps"
10
+ "typeName": {
11
+ "type": "identifier",
12
+ "name": "AntdCascaderProps"
13
+ }
11
14
  },
12
15
  "indexType": {
13
- "type": "literal",
16
+ "type": "jsLiteral",
14
17
  "value": "options"
15
18
  }
16
19
  }
17
20
  },
18
21
  {
19
22
  "name": "fieldNames",
20
- "types": {
23
+ "annotation": {
21
24
  "type": "indexedAccess",
22
25
  "objectType": {
23
26
  "type": "reference",
24
- "typeName": "AntdCascaderProps"
27
+ "typeName": {
28
+ "type": "identifier",
29
+ "name": "AntdCascaderProps"
30
+ }
25
31
  },
26
32
  "indexType": {
27
- "type": "literal",
33
+ "type": "jsLiteral",
28
34
  "value": "fieldNames"
29
35
  }
30
36
  }
31
37
  },
32
38
  {
33
39
  "name": "value",
34
- "types": {
40
+ "annotation": {
35
41
  "type": "indexedAccess",
36
42
  "objectType": {
37
43
  "type": "reference",
38
- "typeName": "AntdCascaderProps"
44
+ "typeName": {
45
+ "type": "identifier",
46
+ "name": "AntdCascaderProps"
47
+ }
39
48
  },
40
49
  "indexType": {
41
- "type": "literal",
50
+ "type": "jsLiteral",
42
51
  "value": "value"
43
52
  }
44
53
  }
45
54
  },
46
55
  {
47
56
  "name": "placeholder",
48
- "types": {
49
- "type": "union",
50
- "types": [
51
- {
52
- "type": "keyword",
53
- "value": "string"
54
- }
55
- ]
57
+ "annotation": {
58
+ "type": "keyword",
59
+ "value": "string"
56
60
  }
57
61
  },
58
62
  {
59
63
  "name": "multiple",
60
- "types": {
61
- "type": "union",
62
- "types": [
63
- {
64
- "type": "keyword",
65
- "value": "boolean"
66
- }
67
- ]
64
+ "annotation": {
65
+ "type": "keyword",
66
+ "value": "boolean"
68
67
  }
69
68
  },
70
69
  {
71
70
  "name": "disabled",
72
- "types": {
73
- "type": "union",
74
- "types": [
75
- {
76
- "type": "keyword",
77
- "value": "boolean"
78
- }
79
- ]
71
+ "annotation": {
72
+ "type": "keyword",
73
+ "value": "boolean"
80
74
  }
81
75
  },
82
76
  {
83
77
  "name": "allowClear",
84
- "types": {
85
- "type": "union",
86
- "types": [
87
- {
88
- "type": "keyword",
89
- "value": "boolean"
90
- }
91
- ]
78
+ "annotation": {
79
+ "type": "keyword",
80
+ "value": "boolean"
92
81
  }
93
82
  },
94
83
  {
95
84
  "name": "showSearch",
96
- "types": {
97
- "type": "union",
98
- "types": [
99
- {
100
- "type": "keyword",
101
- "value": "boolean"
102
- }
103
- ]
85
+ "annotation": {
86
+ "type": "keyword",
87
+ "value": "boolean"
104
88
  }
105
89
  },
106
90
  {
107
91
  "name": "suffixIcon",
108
- "types": {
109
- "type": "union",
110
- "types": [
111
- {
112
- "type": "reference",
113
- "typeName": "GeneralIconProps"
114
- }
115
- ]
92
+ "annotation": {
93
+ "type": "reference",
94
+ "typeName": {
95
+ "type": "identifier",
96
+ "name": "GeneralIconProps"
97
+ }
116
98
  }
117
99
  },
118
100
  {
119
101
  "name": "expandTrigger",
120
- "types": {
102
+ "annotation": {
121
103
  "type": "indexedAccess",
122
104
  "objectType": {
123
105
  "type": "reference",
124
- "typeName": "AntdCascaderProps"
106
+ "typeName": {
107
+ "type": "identifier",
108
+ "name": "AntdCascaderProps"
109
+ }
125
110
  },
126
111
  "indexType": {
127
- "type": "literal",
112
+ "type": "jsLiteral",
128
113
  "value": "expandTrigger"
129
114
  }
130
115
  }
131
116
  },
132
117
  {
133
118
  "name": "popupPlacement",
134
- "types": {
119
+ "annotation": {
135
120
  "type": "indexedAccess",
136
121
  "objectType": {
137
122
  "type": "reference",
138
- "typeName": "AntdCascaderProps"
123
+ "typeName": {
124
+ "type": "identifier",
125
+ "name": "AntdCascaderProps"
126
+ }
139
127
  },
140
128
  "indexType": {
141
- "type": "literal",
129
+ "type": "jsLiteral",
142
130
  "value": "placement"
143
131
  }
144
132
  }
145
133
  },
146
134
  {
147
135
  "name": "size",
148
- "types": {
136
+ "annotation": {
149
137
  "type": "indexedAccess",
150
138
  "objectType": {
151
139
  "type": "reference",
152
- "typeName": "AntdCascaderProps"
140
+ "typeName": {
141
+ "type": "identifier",
142
+ "name": "AntdCascaderProps"
143
+ }
153
144
  },
154
145
  "indexType": {
155
- "type": "literal",
146
+ "type": "jsLiteral",
156
147
  "value": "size"
157
148
  }
158
149
  }
159
150
  },
160
151
  {
161
152
  "name": "limit",
162
- "types": {
163
- "type": "union",
164
- "types": [
165
- {
166
- "type": "keyword",
167
- "value": "number"
168
- }
169
- ]
153
+ "annotation": {
154
+ "type": "keyword",
155
+ "value": "number"
170
156
  }
171
157
  },
172
158
  {
173
159
  "name": "maxTagCount",
174
- "types": {
160
+ "annotation": {
175
161
  "type": "union",
176
162
  "types": [
177
163
  {
@@ -179,7 +165,7 @@
179
165
  "value": "number"
180
166
  },
181
167
  {
182
- "type": "literal",
168
+ "type": "jsLiteral",
183
169
  "value": "responsive"
184
170
  }
185
171
  ]
@@ -187,173 +173,202 @@
187
173
  },
188
174
  {
189
175
  "name": "cascaderStyle",
190
- "types": {
191
- "type": "union",
192
- "types": [
193
- {
194
- "type": "reference",
195
- "typeName": "CSSProperties"
196
- }
197
- ]
176
+ "annotation": {
177
+ "type": "reference",
178
+ "typeName": {
179
+ "type": "identifier",
180
+ "name": "CSSProperties"
181
+ }
198
182
  }
199
183
  }
200
184
  ],
201
185
  "events": [
202
186
  {
203
187
  "name": "cascader.change",
204
- "types": {
205
- "type": "typeLiteral",
206
- "members": [
207
- {
208
- "type": "propertySignature",
209
- "name": "value",
210
- "property": {
211
- "type": "indexedAccess",
212
- "objectType": {
213
- "type": "reference",
214
- "typeName": "AntdCascaderProps"
188
+ "detail": {
189
+ "annotation": {
190
+ "type": "typeLiteral",
191
+ "members": [
192
+ {
193
+ "type": "propertySignature",
194
+ "key": {
195
+ "type": "identifier",
196
+ "name": "value"
215
197
  },
216
- "indexType": {
217
- "type": "literal",
218
- "value": "value"
219
- }
220
- }
221
- },
222
- {
223
- "type": "propertySignature",
224
- "name": "selectedOptions",
225
- "property": {
226
- "type": "union",
227
- "types": [
228
- {
229
- "type": "array",
230
- "elementType": {
231
- "type": "reference",
232
- "typeName": "DefaultOptionType"
198
+ "annotation": {
199
+ "type": "indexedAccess",
200
+ "objectType": {
201
+ "type": "reference",
202
+ "typeName": {
203
+ "type": "identifier",
204
+ "name": "AntdCascaderProps"
233
205
  }
234
206
  },
235
- {
236
- "type": "array",
237
- "elementType": {
207
+ "indexType": {
208
+ "type": "jsLiteral",
209
+ "value": "value"
210
+ }
211
+ },
212
+ "computed": false
213
+ },
214
+ {
215
+ "type": "propertySignature",
216
+ "key": {
217
+ "type": "identifier",
218
+ "name": "selectedOptions"
219
+ },
220
+ "annotation": {
221
+ "type": "union",
222
+ "types": [
223
+ {
238
224
  "type": "array",
239
225
  "elementType": {
240
226
  "type": "reference",
241
- "typeName": "DefaultOptionType"
227
+ "typeName": {
228
+ "type": "identifier",
229
+ "name": "DefaultOptionType"
230
+ }
231
+ }
232
+ },
233
+ {
234
+ "type": "array",
235
+ "elementType": {
236
+ "type": "array",
237
+ "elementType": {
238
+ "type": "reference",
239
+ "typeName": {
240
+ "type": "identifier",
241
+ "name": "DefaultOptionType"
242
+ }
243
+ }
242
244
  }
243
245
  }
244
- }
245
- ]
246
+ ]
247
+ },
248
+ "computed": false
246
249
  }
247
- }
248
- ]
250
+ ]
251
+ }
249
252
  }
250
253
  }
251
- ]
254
+ ],
255
+ "methods": []
252
256
  },
253
257
  "advanced.general-table": {
254
258
  "properties": [
255
259
  {
256
- "name": "showCard"
260
+ "name": "showCard",
261
+ "annotation": {
262
+ "type": "keyword",
263
+ "value": "boolean"
264
+ }
257
265
  },
258
266
  {
259
267
  "name": "rowSelection",
260
- "types": {
268
+ "annotation": {
261
269
  "type": "union",
262
270
  "types": [
263
271
  {
264
- "type": "literal",
272
+ "type": "jsLiteral",
265
273
  "value": false
266
274
  },
267
275
  {
268
276
  "type": "reference",
269
- "typeName": "TableRowSelection",
270
- "typeParameters": [
271
- {
272
- "type": "keyword",
273
- "value": "any"
274
- }
275
- ]
277
+ "typeName": {
278
+ "type": "identifier",
279
+ "name": "TableRowSelection"
280
+ },
281
+ "typeParameters": {
282
+ "type": "typeParameterInstantiation",
283
+ "params": [
284
+ {
285
+ "type": "keyword",
286
+ "value": "any"
287
+ }
288
+ ]
289
+ }
276
290
  }
277
291
  ]
278
292
  }
279
293
  },
280
294
  {
281
295
  "name": "rowKey",
282
- "types": {
283
- "type": "union",
284
- "types": [
285
- {
286
- "type": "keyword",
287
- "value": "string"
288
- }
289
- ]
296
+ "annotation": {
297
+ "type": "keyword",
298
+ "value": "string"
290
299
  }
291
300
  },
292
301
  {
293
302
  "name": "hiddenColumns",
294
- "types": {
295
- "type": "union",
296
- "types": [
297
- {
298
- "type": "reference",
299
- "typeName": "Array",
300
- "typeParameters": [
301
- {
302
- "type": "union",
303
- "types": [
304
- {
305
- "type": "keyword",
306
- "value": "string"
307
- },
308
- {
309
- "type": "keyword",
310
- "value": "number"
311
- }
312
- ]
313
- }
314
- ]
315
- }
316
- ]
303
+ "annotation": {
304
+ "type": "reference",
305
+ "typeName": {
306
+ "type": "identifier",
307
+ "name": "Array"
308
+ },
309
+ "typeParameters": {
310
+ "type": "typeParameterInstantiation",
311
+ "params": [
312
+ {
313
+ "type": "union",
314
+ "types": [
315
+ {
316
+ "type": "keyword",
317
+ "value": "string"
318
+ },
319
+ {
320
+ "type": "keyword",
321
+ "value": "number"
322
+ }
323
+ ]
324
+ }
325
+ ]
326
+ }
317
327
  }
318
328
  },
319
329
  {
320
- "name": "showSelectInfo"
330
+ "name": "showSelectInfo",
331
+ "annotation": {
332
+ "type": "keyword",
333
+ "value": "boolean"
334
+ }
321
335
  },
322
336
  {
323
337
  "name": "filters",
324
- "types": {
325
- "type": "union",
326
- "types": [
327
- {
328
- "type": "reference",
329
- "typeName": "Record",
330
- "typeParameters": [
331
- {
338
+ "annotation": {
339
+ "type": "reference",
340
+ "typeName": {
341
+ "type": "identifier",
342
+ "name": "Record"
343
+ },
344
+ "typeParameters": {
345
+ "type": "typeParameterInstantiation",
346
+ "params": [
347
+ {
348
+ "type": "keyword",
349
+ "value": "string"
350
+ },
351
+ {
352
+ "type": "array",
353
+ "elementType": {
332
354
  "type": "keyword",
333
355
  "value": "string"
334
- },
335
- {
336
- "type": "array",
337
- "elementType": {
338
- "type": "keyword",
339
- "value": "string"
340
- }
341
356
  }
342
- ]
343
- }
344
- ]
357
+ }
358
+ ]
359
+ }
345
360
  }
346
361
  },
347
362
  {
348
363
  "name": "configProps",
349
- "types": {
364
+ "annotation": {
350
365
  "type": "keyword",
351
366
  "value": "any"
352
367
  }
353
368
  },
354
369
  {
355
370
  "name": "sort",
356
- "types": {
371
+ "annotation": {
357
372
  "type": "union",
358
373
  "types": [
359
374
  {
@@ -369,7 +384,7 @@
369
384
  },
370
385
  {
371
386
  "name": "order",
372
- "types": {
387
+ "annotation": {
373
388
  "type": "union",
374
389
  "types": [
375
390
  {
@@ -389,18 +404,24 @@
389
404
  },
390
405
  {
391
406
  "name": "rowDisabledConfig",
392
- "types": {
407
+ "annotation": {
393
408
  "type": "union",
394
409
  "types": [
395
410
  {
396
411
  "type": "reference",
397
- "typeName": "RowDisabledProps"
412
+ "typeName": {
413
+ "type": "identifier",
414
+ "name": "RowDisabledProps"
415
+ }
398
416
  },
399
417
  {
400
418
  "type": "array",
401
419
  "elementType": {
402
420
  "type": "reference",
403
- "typeName": "RowDisabledProps"
421
+ "typeName": {
422
+ "type": "identifier",
423
+ "name": "RowDisabledProps"
424
+ }
404
425
  }
405
426
  }
406
427
  ]
@@ -408,408 +429,388 @@
408
429
  },
409
430
  {
410
431
  "name": "expandedRowBrick",
411
- "types": {
412
- "type": "union",
413
- "types": [
432
+ "annotation": {
433
+ "type": "typeLiteral",
434
+ "members": [
414
435
  {
415
- "type": "typeLiteral",
416
- "members": [
417
- {
418
- "type": "propertySignature",
419
- "name": "useBrick",
420
- "property": {
421
- "type": "reference",
422
- "typeName": "UseSingleBrickConf"
423
- }
436
+ "type": "propertySignature",
437
+ "key": {
438
+ "type": "identifier",
439
+ "name": "useBrick"
440
+ },
441
+ "annotation": {
442
+ "type": "reference",
443
+ "typeName": {
444
+ "type": "identifier",
445
+ "name": "UseSingleBrickConf"
424
446
  }
425
- ]
447
+ },
448
+ "optional": true,
449
+ "computed": false
426
450
  }
427
451
  ]
428
452
  }
429
453
  },
430
454
  {
431
455
  "name": "expandIcon",
432
- "types": {
433
- "type": "union",
434
- "types": [
456
+ "annotation": {
457
+ "type": "typeLiteral",
458
+ "members": [
435
459
  {
436
- "type": "typeLiteral",
437
- "members": [
438
- {
439
- "type": "propertySignature",
440
- "name": "collapsedIcon",
441
- "property": {
442
- "type": "reference",
443
- "typeName": "GeneralIconProps"
444
- }
445
- },
446
- {
447
- "type": "propertySignature",
448
- "name": "expandedIcon",
449
- "property": {
450
- "type": "reference",
451
- "typeName": "GeneralIconProps"
452
- }
460
+ "type": "propertySignature",
461
+ "key": {
462
+ "type": "identifier",
463
+ "name": "collapsedIcon"
464
+ },
465
+ "annotation": {
466
+ "type": "reference",
467
+ "typeName": {
468
+ "type": "identifier",
469
+ "name": "GeneralIconProps"
453
470
  }
454
- ]
471
+ },
472
+ "computed": false
473
+ },
474
+ {
475
+ "type": "propertySignature",
476
+ "key": {
477
+ "type": "identifier",
478
+ "name": "expandedIcon"
479
+ },
480
+ "annotation": {
481
+ "type": "reference",
482
+ "typeName": {
483
+ "type": "identifier",
484
+ "name": "GeneralIconProps"
485
+ }
486
+ },
487
+ "computed": false
455
488
  }
456
489
  ]
457
490
  }
458
491
  },
459
492
  {
460
- "name": "expandIconAsCell"
493
+ "name": "expandIconAsCell",
494
+ "annotation": {
495
+ "type": "keyword",
496
+ "value": "boolean"
497
+ }
461
498
  },
462
499
  {
463
500
  "name": "expandIconColumnIndex",
464
- "types": {
465
- "type": "union",
466
- "types": [
467
- {
468
- "type": "keyword",
469
- "value": "number"
470
- }
471
- ]
501
+ "annotation": {
502
+ "type": "keyword",
503
+ "value": "number"
472
504
  }
473
505
  },
474
506
  {
475
507
  "name": "expandRowByClick",
476
- "types": {
477
- "type": "union",
478
- "types": [
479
- {
480
- "type": "keyword",
481
- "value": "boolean"
482
- }
483
- ]
508
+ "annotation": {
509
+ "type": "keyword",
510
+ "value": "boolean"
484
511
  }
485
512
  },
486
513
  {
487
514
  "name": "optimizedColumns",
488
- "types": {
489
- "type": "union",
490
- "types": [
491
- {
492
- "type": "reference",
493
- "typeName": "Array",
494
- "typeParameters": [
495
- {
496
- "type": "union",
497
- "types": [
498
- {
499
- "type": "keyword",
500
- "value": "string"
501
- },
502
- {
503
- "type": "keyword",
504
- "value": "number"
505
- }
506
- ]
507
- }
508
- ]
509
- }
510
- ]
515
+ "annotation": {
516
+ "type": "reference",
517
+ "typeName": {
518
+ "type": "identifier",
519
+ "name": "Array"
520
+ },
521
+ "typeParameters": {
522
+ "type": "typeParameterInstantiation",
523
+ "params": [
524
+ {
525
+ "type": "union",
526
+ "types": [
527
+ {
528
+ "type": "keyword",
529
+ "value": "string"
530
+ },
531
+ {
532
+ "type": "keyword",
533
+ "value": "number"
534
+ }
535
+ ]
536
+ }
537
+ ]
538
+ }
511
539
  }
512
540
  },
513
541
  {
514
- "name": "stripEmptyExpandableChildren"
542
+ "name": "stripEmptyExpandableChildren",
543
+ "annotation": {
544
+ "type": "keyword",
545
+ "value": "boolean"
546
+ }
515
547
  },
516
548
  {
517
549
  "name": "defaultExpandAllRows",
518
- "types": {
519
- "type": "union",
520
- "types": [
521
- {
522
- "type": "keyword",
523
- "value": "boolean"
524
- }
525
- ]
550
+ "annotation": {
551
+ "type": "keyword",
552
+ "value": "boolean"
526
553
  }
527
554
  },
528
555
  {
529
556
  "name": "ellipsisInfo",
530
- "types": {
531
- "type": "union",
532
- "types": [
533
- {
534
- "type": "keyword",
535
- "value": "boolean"
536
- }
537
- ]
557
+ "annotation": {
558
+ "type": "keyword",
559
+ "value": "boolean"
538
560
  }
539
561
  },
540
562
  {
541
563
  "name": "expandedRowKeys",
542
- "types": {
543
- "type": "union",
544
- "types": [
545
- {
546
- "type": "array",
547
- "elementType": {
548
- "type": "keyword",
549
- "value": "string"
550
- }
551
- }
552
- ]
564
+ "annotation": {
565
+ "type": "array",
566
+ "elementType": {
567
+ "type": "keyword",
568
+ "value": "string"
569
+ }
553
570
  }
554
571
  },
555
572
  {
556
573
  "name": "selectAllChildren",
557
- "types": {
558
- "type": "union",
559
- "types": [
560
- {
561
- "type": "keyword",
562
- "value": "boolean"
563
- }
564
- ]
574
+ "annotation": {
575
+ "type": "keyword",
576
+ "value": "boolean"
565
577
  }
566
578
  },
567
579
  {
568
580
  "name": "defaultSelectAll",
569
- "types": {
570
- "type": "union",
571
- "types": [
572
- {
573
- "type": "keyword",
574
- "value": "boolean"
575
- }
576
- ]
581
+ "annotation": {
582
+ "type": "keyword",
583
+ "value": "boolean"
577
584
  }
578
585
  },
579
586
  {
580
- "name": "childrenColumnName"
587
+ "name": "childrenColumnName",
588
+ "annotation": {
589
+ "type": "keyword",
590
+ "value": "string"
591
+ }
581
592
  },
582
593
  {
583
- "name": "sortable"
594
+ "name": "sortable",
595
+ "annotation": {
596
+ "type": "keyword",
597
+ "value": "boolean"
598
+ }
584
599
  },
585
600
  {
586
601
  "name": "frontSearch",
587
- "types": {
588
- "type": "union",
589
- "types": [
590
- {
591
- "type": "keyword",
592
- "value": "boolean"
593
- }
594
- ]
602
+ "annotation": {
603
+ "type": "keyword",
604
+ "value": "boolean"
595
605
  }
596
606
  },
597
607
  {
598
- "name": "frontSearchQuery"
608
+ "name": "frontSearchQuery",
609
+ "annotation": {
610
+ "type": "keyword",
611
+ "value": "string"
612
+ }
599
613
  },
600
614
  {
601
615
  "name": "exactSearch",
602
- "types": {
603
- "type": "union",
604
- "types": [
605
- {
606
- "type": "keyword",
607
- "value": "boolean"
608
- }
609
- ]
616
+ "annotation": {
617
+ "type": "keyword",
618
+ "value": "boolean"
610
619
  }
611
620
  },
612
621
  {
613
622
  "name": "frontSearchFilterKeys",
614
- "types": {
615
- "type": "union",
616
- "types": [
617
- {
618
- "type": "array",
619
- "elementType": {
620
- "type": "keyword",
621
- "value": "string"
622
- }
623
- }
624
- ]
623
+ "annotation": {
624
+ "type": "array",
625
+ "elementType": {
626
+ "type": "keyword",
627
+ "value": "string"
628
+ }
625
629
  }
626
630
  },
627
631
  {
628
632
  "name": "page",
629
- "types": {
630
- "type": "union",
631
- "types": [
632
- {
633
- "type": "keyword",
634
- "value": "number"
635
- }
636
- ]
633
+ "annotation": {
634
+ "type": "keyword",
635
+ "value": "number"
637
636
  }
638
637
  },
639
638
  {
640
639
  "name": "pageSize",
641
- "types": {
642
- "type": "union",
643
- "types": [
644
- {
645
- "type": "keyword",
646
- "value": "number"
647
- }
648
- ]
640
+ "annotation": {
641
+ "type": "keyword",
642
+ "value": "number"
649
643
  }
650
644
  },
651
645
  {
652
646
  "name": "scrollConfigs",
653
- "types": {
647
+ "annotation": {
654
648
  "type": "indexedAccess",
655
649
  "objectType": {
656
650
  "type": "reference",
657
- "typeName": "TableProps",
658
- "typeParameters": [
659
- {
660
- "type": "keyword",
661
- "value": "any"
662
- }
663
- ]
651
+ "typeName": {
652
+ "type": "identifier",
653
+ "name": "TableProps"
654
+ },
655
+ "typeParameters": {
656
+ "type": "typeParameterInstantiation",
657
+ "params": [
658
+ {
659
+ "type": "keyword",
660
+ "value": "unknown"
661
+ }
662
+ ]
663
+ }
664
664
  },
665
665
  "indexType": {
666
- "type": "literal",
666
+ "type": "jsLiteral",
667
667
  "value": "scroll"
668
668
  }
669
669
  }
670
670
  },
671
671
  {
672
- "name": "qField"
672
+ "name": "qField",
673
+ "annotation": {
674
+ "type": "keyword",
675
+ "value": "string"
676
+ }
673
677
  },
674
678
  {
675
679
  "name": "tableDraggable",
676
- "types": {
677
- "type": "union",
678
- "types": [
679
- {
680
- "type": "keyword",
681
- "value": "boolean"
682
- }
683
- ]
680
+ "annotation": {
681
+ "type": "keyword",
682
+ "value": "boolean"
684
683
  }
685
684
  },
686
685
  {
687
686
  "name": "zebraPattern",
688
- "types": {
689
- "type": "union",
690
- "types": [
691
- {
692
- "type": "keyword",
693
- "value": "boolean"
694
- }
695
- ]
687
+ "annotation": {
688
+ "type": "keyword",
689
+ "value": "boolean"
696
690
  }
697
691
  },
698
692
  {
699
693
  "name": "storeCheckedByUrl",
700
- "types": {
701
- "type": "union",
702
- "types": [
703
- {
704
- "type": "keyword",
705
- "value": "boolean"
706
- }
707
- ]
694
+ "annotation": {
695
+ "type": "keyword",
696
+ "value": "boolean"
708
697
  }
709
698
  },
710
699
  {
711
700
  "name": "extraRows",
712
- "types": {
701
+ "annotation": {
713
702
  "type": "array",
714
703
  "elementType": {
715
704
  "type": "reference",
716
- "typeName": "Record",
717
- "typeParameters": [
718
- {
719
- "type": "keyword",
720
- "value": "string"
721
- },
722
- {
723
- "type": "keyword",
724
- "value": "any"
725
- }
726
- ]
705
+ "typeName": {
706
+ "type": "identifier",
707
+ "name": "Record"
708
+ },
709
+ "typeParameters": {
710
+ "type": "typeParameterInstantiation",
711
+ "params": [
712
+ {
713
+ "type": "keyword",
714
+ "value": "string"
715
+ },
716
+ {
717
+ "type": "keyword",
718
+ "value": "unknown"
719
+ }
720
+ ]
721
+ }
727
722
  }
728
723
  }
729
724
  },
730
725
  {
731
726
  "name": "autoSelectParentWhenAllChildrenSelected",
732
- "types": {
733
- "type": "union",
734
- "types": [
735
- {
736
- "type": "keyword",
737
- "value": "boolean"
738
- }
739
- ]
727
+ "annotation": {
728
+ "type": "keyword",
729
+ "value": "boolean"
740
730
  }
741
731
  },
742
732
  {
743
733
  "name": "thTransparent",
744
- "types": {
745
- "type": "union",
746
- "types": [
747
- {
748
- "type": "keyword",
749
- "value": "boolean"
750
- }
751
- ]
734
+ "annotation": {
735
+ "type": "keyword",
736
+ "value": "boolean"
752
737
  }
753
738
  },
754
739
  {
755
- "name": "showHeader"
740
+ "name": "showHeader",
741
+ "annotation": {
742
+ "type": "keyword",
743
+ "value": "boolean"
744
+ }
756
745
  },
757
746
  {
758
747
  "name": "pagination",
759
- "types": {
748
+ "annotation": {
760
749
  "type": "union",
761
750
  "types": [
762
751
  {
763
- "type": "literal",
752
+ "type": "jsLiteral",
764
753
  "value": false
765
754
  },
766
755
  {
767
756
  "type": "reference",
768
- "typeName": "TablePaginationConfig"
757
+ "typeName": {
758
+ "type": "identifier",
759
+ "name": "TablePaginationConfig"
760
+ }
769
761
  }
770
762
  ]
771
763
  }
772
764
  },
773
765
  {
774
766
  "name": "size",
775
- "types": {
767
+ "annotation": {
776
768
  "type": "reference",
777
- "typeName": "SizeType"
769
+ "typeName": {
770
+ "type": "identifier",
771
+ "name": "SizeType"
772
+ }
778
773
  }
779
774
  },
780
775
  {
781
776
  "name": "type",
782
- "types": {
783
- "type": "union",
784
- "types": [
785
- {
786
- "type": "reference",
787
- "typeName": "RowSelectionType"
788
- }
789
- ]
777
+ "annotation": {
778
+ "type": "reference",
779
+ "typeName": {
780
+ "type": "identifier",
781
+ "name": "RowSelectionType"
782
+ }
790
783
  }
791
784
  },
792
785
  {
793
- "name": "shouldUpdateUrlParams"
786
+ "name": "shouldUpdateUrlParams",
787
+ "annotation": {
788
+ "type": "keyword",
789
+ "value": "boolean"
790
+ }
794
791
  },
795
792
  {
796
- "name": "shouldRenderWhenUrlParamsUpdate"
793
+ "name": "shouldRenderWhenUrlParamsUpdate",
794
+ "annotation": {
795
+ "type": "keyword",
796
+ "value": "boolean"
797
+ }
797
798
  },
798
799
  {
799
800
  "name": "selectedRowKeys",
800
- "types": {
801
+ "annotation": {
801
802
  "type": "array",
802
803
  "elementType": {
803
804
  "type": "reference",
804
- "qualified": {
805
+ "typeName": {
805
806
  "type": "qualifiedName",
806
807
  "left": {
807
808
  "type": "identifier",
808
- "value": "React"
809
+ "name": "React"
809
810
  },
810
811
  "right": {
811
812
  "type": "identifier",
812
- "value": "Key"
813
+ "name": "Key"
813
814
  }
814
815
  }
815
816
  }
@@ -819,272 +820,377 @@
819
820
  "events": [
820
821
  {
821
822
  "name": "page.update",
822
- "types": {
823
- "type": "reference",
824
- "typeName": "Record",
825
- "typeParameters": [
826
- {
827
- "type": "keyword",
828
- "value": "string"
823
+ "detail": {
824
+ "annotation": {
825
+ "type": "reference",
826
+ "typeName": {
827
+ "type": "identifier",
828
+ "name": "Record"
829
829
  },
830
- {
831
- "type": "keyword",
832
- "value": "number"
830
+ "typeParameters": {
831
+ "type": "typeParameterInstantiation",
832
+ "params": [
833
+ {
834
+ "type": "keyword",
835
+ "value": "string"
836
+ },
837
+ {
838
+ "type": "keyword",
839
+ "value": "number"
840
+ }
841
+ ]
833
842
  }
834
- ]
843
+ }
835
844
  }
836
845
  },
837
846
  {
838
847
  "name": "filter.update",
839
- "types": {
840
- "type": "reference",
841
- "typeName": "Record",
842
- "typeParameters": [
843
- {
844
- "type": "keyword",
845
- "value": "string"
848
+ "detail": {
849
+ "annotation": {
850
+ "type": "reference",
851
+ "typeName": {
852
+ "type": "identifier",
853
+ "name": "Record"
846
854
  },
847
- {
848
- "type": "keyword",
849
- "value": "number"
855
+ "typeParameters": {
856
+ "type": "typeParameterInstantiation",
857
+ "params": [
858
+ {
859
+ "type": "keyword",
860
+ "value": "string"
861
+ },
862
+ {
863
+ "type": "keyword",
864
+ "value": "number"
865
+ }
866
+ ]
850
867
  }
851
- ]
868
+ }
852
869
  }
853
870
  },
854
871
  {
855
872
  "name": "select.update",
856
- "types": {
857
- "type": "array",
858
- "elementType": {
859
- "type": "reference",
860
- "typeName": "Record",
861
- "typeParameters": [
862
- {
863
- "type": "keyword",
864
- "value": "string"
873
+ "detail": {
874
+ "annotation": {
875
+ "type": "array",
876
+ "elementType": {
877
+ "type": "reference",
878
+ "typeName": {
879
+ "type": "identifier",
880
+ "name": "Record"
865
881
  },
866
- {
867
- "type": "keyword",
868
- "value": "any"
882
+ "typeParameters": {
883
+ "type": "typeParameterInstantiation",
884
+ "params": [
885
+ {
886
+ "type": "keyword",
887
+ "value": "string"
888
+ },
889
+ {
890
+ "type": "keyword",
891
+ "value": "any"
892
+ }
893
+ ]
869
894
  }
870
- ]
895
+ }
871
896
  }
872
897
  }
873
898
  },
874
899
  {
875
900
  "name": "select.row.keys.update",
876
- "types": {
877
- "type": "array",
878
- "elementType": {
879
- "type": "keyword",
880
- "value": "string"
901
+ "detail": {
902
+ "annotation": {
903
+ "type": "array",
904
+ "elementType": {
905
+ "type": "keyword",
906
+ "value": "string"
907
+ }
881
908
  }
882
909
  }
883
910
  },
884
911
  {
885
912
  "name": "sort.update",
886
- "types": {
887
- "type": "typeLiteral",
888
- "members": [
889
- {
890
- "type": "propertySignature",
891
- "name": "sort",
892
- "property": {
893
- "type": "keyword",
894
- "value": "string"
895
- }
896
- },
897
- {
898
- "type": "propertySignature",
899
- "name": "order",
900
- "property": {
901
- "type": "union",
902
- "types": [
903
- {
904
- "type": "keyword",
905
- "value": "string"
906
- },
907
- {
908
- "type": "keyword",
909
- "value": "number"
910
- }
911
- ]
913
+ "detail": {
914
+ "annotation": {
915
+ "type": "typeLiteral",
916
+ "members": [
917
+ {
918
+ "type": "propertySignature",
919
+ "key": {
920
+ "type": "identifier",
921
+ "name": "sort"
922
+ },
923
+ "annotation": {
924
+ "type": "keyword",
925
+ "value": "string"
926
+ },
927
+ "computed": false
928
+ },
929
+ {
930
+ "type": "propertySignature",
931
+ "key": {
932
+ "type": "identifier",
933
+ "name": "order"
934
+ },
935
+ "annotation": {
936
+ "type": "union",
937
+ "types": [
938
+ {
939
+ "type": "keyword",
940
+ "value": "string"
941
+ },
942
+ {
943
+ "type": "keyword",
944
+ "value": "number"
945
+ }
946
+ ]
947
+ },
948
+ "computed": false
912
949
  }
913
- }
914
- ]
950
+ ]
951
+ }
915
952
  }
916
953
  },
917
954
  {
918
955
  "name": "row.expand",
919
- "types": {
920
- "type": "typeLiteral",
921
- "members": [
922
- {
923
- "type": "propertySignature",
924
- "name": "expanded",
925
- "property": {
926
- "type": "keyword",
927
- "value": "boolean"
928
- }
929
- },
930
- {
931
- "type": "propertySignature",
932
- "name": "record",
933
- "property": {
934
- "type": "reference",
935
- "typeName": "Record",
936
- "typeParameters": [
937
- {
938
- "type": "keyword",
939
- "value": "string"
956
+ "detail": {
957
+ "annotation": {
958
+ "type": "typeLiteral",
959
+ "members": [
960
+ {
961
+ "type": "propertySignature",
962
+ "key": {
963
+ "type": "identifier",
964
+ "name": "expanded"
965
+ },
966
+ "annotation": {
967
+ "type": "keyword",
968
+ "value": "boolean"
969
+ },
970
+ "computed": false
971
+ },
972
+ {
973
+ "type": "propertySignature",
974
+ "key": {
975
+ "type": "identifier",
976
+ "name": "record"
977
+ },
978
+ "annotation": {
979
+ "type": "reference",
980
+ "typeName": {
981
+ "type": "identifier",
982
+ "name": "Record"
940
983
  },
941
- {
942
- "type": "keyword",
943
- "value": "any"
984
+ "typeParameters": {
985
+ "type": "typeParameterInstantiation",
986
+ "params": [
987
+ {
988
+ "type": "keyword",
989
+ "value": "string"
990
+ },
991
+ {
992
+ "type": "keyword",
993
+ "value": "any"
994
+ }
995
+ ]
944
996
  }
945
- ]
997
+ },
998
+ "computed": false
946
999
  }
947
- }
948
- ]
1000
+ ]
1001
+ }
949
1002
  }
950
1003
  },
951
1004
  {
952
1005
  "name": "expand.rows.change",
953
- "types": {
954
- "type": "typeLiteral",
955
- "members": [
956
- {
957
- "type": "propertySignature",
958
- "name": "expandedRows",
959
- "property": {
960
- "type": "array",
961
- "elementType": {
962
- "type": "reference",
963
- "qualified": {
964
- "type": "qualifiedName",
965
- "left": {
966
- "type": "identifier",
967
- "value": "React"
968
- },
969
- "right": {
970
- "type": "identifier",
971
- "value": "Key"
1006
+ "detail": {
1007
+ "annotation": {
1008
+ "type": "typeLiteral",
1009
+ "members": [
1010
+ {
1011
+ "type": "propertySignature",
1012
+ "key": {
1013
+ "type": "identifier",
1014
+ "name": "expandedRows"
1015
+ },
1016
+ "annotation": {
1017
+ "type": "array",
1018
+ "elementType": {
1019
+ "type": "reference",
1020
+ "typeName": {
1021
+ "type": "qualifiedName",
1022
+ "left": {
1023
+ "type": "identifier",
1024
+ "name": "React"
1025
+ },
1026
+ "right": {
1027
+ "type": "identifier",
1028
+ "name": "Key"
1029
+ }
972
1030
  }
973
1031
  }
974
- }
1032
+ },
1033
+ "computed": false
975
1034
  }
976
- }
977
- ]
1035
+ ]
1036
+ }
978
1037
  }
979
1038
  },
980
1039
  {
981
1040
  "name": "row.drag",
982
- "types": {
983
- "type": "typeLiteral",
984
- "members": [
985
- {
986
- "type": "propertySignature",
987
- "name": "data",
988
- "property": {
989
- "type": "array",
990
- "elementType": {
991
- "type": "reference",
992
- "typeName": "Record",
993
- "typeParameters": [
994
- {
995
- "type": "keyword",
996
- "value": "string"
1041
+ "detail": {
1042
+ "annotation": {
1043
+ "type": "typeLiteral",
1044
+ "members": [
1045
+ {
1046
+ "type": "propertySignature",
1047
+ "key": {
1048
+ "type": "identifier",
1049
+ "name": "data"
1050
+ },
1051
+ "annotation": {
1052
+ "type": "array",
1053
+ "elementType": {
1054
+ "type": "reference",
1055
+ "typeName": {
1056
+ "type": "identifier",
1057
+ "name": "Record"
997
1058
  },
998
- {
999
- "type": "keyword",
1000
- "value": "any"
1059
+ "typeParameters": {
1060
+ "type": "typeParameterInstantiation",
1061
+ "params": [
1062
+ {
1063
+ "type": "keyword",
1064
+ "value": "string"
1065
+ },
1066
+ {
1067
+ "type": "keyword",
1068
+ "value": "any"
1069
+ }
1070
+ ]
1001
1071
  }
1002
- ]
1003
- }
1072
+ }
1073
+ },
1074
+ "computed": false
1004
1075
  }
1005
- }
1006
- ]
1076
+ ]
1077
+ }
1007
1078
  }
1008
1079
  }
1009
1080
  ],
1010
1081
  "methods": [
1011
1082
  {
1012
- "name": "filterSourceData"
1083
+ "name": "filterSourceData",
1084
+ "params": [
1085
+ {
1086
+ "name": "event",
1087
+ "annotation": {
1088
+ "type": "reference",
1089
+ "typeName": {
1090
+ "type": "identifier",
1091
+ "name": "CustomEvent"
1092
+ }
1093
+ }
1094
+ }
1095
+ ],
1096
+ "returns": {
1097
+ "annotation": {
1098
+ "type": "keyword",
1099
+ "value": "void"
1100
+ }
1101
+ }
1102
+ },
1103
+ {
1104
+ "name": "expandAll",
1105
+ "params": [],
1106
+ "returns": {}
1013
1107
  }
1014
1108
  ],
1015
1109
  "types": [
1016
1110
  {
1017
- "name": "RowDisabledProps",
1018
1111
  "type": "interface",
1019
- "annotation": [
1112
+ "name": "RowDisabledProps",
1113
+ "body": [
1020
1114
  {
1021
1115
  "type": "propertySignature",
1022
- "name": "field",
1023
- "property": {
1116
+ "key": {
1117
+ "type": "identifier",
1118
+ "name": "field"
1119
+ },
1120
+ "annotation": {
1024
1121
  "type": "keyword",
1025
1122
  "value": "string"
1026
- }
1123
+ },
1124
+ "computed": false
1027
1125
  },
1028
1126
  {
1029
1127
  "type": "propertySignature",
1030
- "name": "value",
1031
- "property": {
1128
+ "key": {
1129
+ "type": "identifier",
1130
+ "name": "value"
1131
+ },
1132
+ "annotation": {
1032
1133
  "type": "keyword",
1033
1134
  "value": "any"
1034
- }
1135
+ },
1136
+ "computed": false
1035
1137
  },
1036
1138
  {
1037
1139
  "type": "propertySignature",
1038
- "name": "operator",
1039
- "property": {
1140
+ "key": {
1141
+ "type": "identifier",
1142
+ "name": "operator"
1143
+ },
1144
+ "annotation": {
1040
1145
  "type": "union",
1041
1146
  "types": [
1042
1147
  {
1043
- "type": "literal",
1148
+ "type": "jsLiteral",
1044
1149
  "value": "$eq"
1045
1150
  },
1046
1151
  {
1047
- "type": "literal",
1152
+ "type": "jsLiteral",
1048
1153
  "value": "$ne"
1049
1154
  },
1050
1155
  {
1051
- "type": "literal",
1156
+ "type": "jsLiteral",
1052
1157
  "value": "$lt"
1053
1158
  },
1054
1159
  {
1055
- "type": "literal",
1160
+ "type": "jsLiteral",
1056
1161
  "value": "$lte"
1057
1162
  },
1058
1163
  {
1059
- "type": "literal",
1164
+ "type": "jsLiteral",
1060
1165
  "value": "$gt"
1061
1166
  },
1062
1167
  {
1063
- "type": "literal",
1168
+ "type": "jsLiteral",
1064
1169
  "value": "$gte"
1065
1170
  },
1066
1171
  {
1067
- "type": "literal",
1172
+ "type": "jsLiteral",
1068
1173
  "value": "$isEqual"
1069
1174
  },
1070
1175
  {
1071
- "type": "literal",
1176
+ "type": "jsLiteral",
1072
1177
  "value": "$notEqual"
1073
1178
  },
1074
1179
  {
1075
- "type": "literal",
1180
+ "type": "jsLiteral",
1076
1181
  "value": "$in"
1077
1182
  },
1078
1183
  {
1079
- "type": "literal",
1184
+ "type": "jsLiteral",
1080
1185
  "value": "$nin"
1081
1186
  },
1082
1187
  {
1083
- "type": "literal",
1188
+ "type": "jsLiteral",
1084
1189
  "value": "$exists"
1085
1190
  }
1086
1191
  ]
1087
- }
1192
+ },
1193
+ "computed": false
1088
1194
  }
1089
1195
  ]
1090
1196
  }