@economic/taco 0.0.9-alpha.0 → 0.0.10-alpha.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.
Files changed (51) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +9 -9
  2. package/dist/components/Backdrop/Backdrop.d.ts +1 -1
  3. package/dist/components/Button/Button.d.ts +8 -12
  4. package/dist/components/Dialog/Context.d.ts +0 -1
  5. package/dist/components/Dialog/Dialog.d.ts +7 -1
  6. package/dist/components/Hanger/Hanger.d.ts +4 -1
  7. package/dist/components/Menu/Menu.d.ts +3 -1
  8. package/dist/components/Popover/Popover.d.ts +4 -1
  9. package/dist/esm/components/Accordion/Accordion.js +14 -9
  10. package/dist/esm/components/Accordion/Accordion.js.map +1 -1
  11. package/dist/esm/components/Backdrop/Backdrop.js +5 -4
  12. package/dist/esm/components/Backdrop/Backdrop.js.map +1 -1
  13. package/dist/esm/components/Button/Button.js.map +1 -1
  14. package/dist/esm/components/Button/util.js +16 -12
  15. package/dist/esm/components/Button/util.js.map +1 -1
  16. package/dist/esm/components/Calendar/Calendar.js +1 -1
  17. package/dist/esm/components/Combobox/Combobox.js +1 -1
  18. package/dist/esm/components/Datepicker/Datepicker.js +2 -2
  19. package/dist/esm/components/Dialog/Context.js +0 -1
  20. package/dist/esm/components/Dialog/Context.js.map +1 -1
  21. package/dist/esm/components/Dialog/Dialog.js +11 -15
  22. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  23. package/dist/esm/components/Dialog/components/Content.js +28 -11
  24. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  25. package/dist/esm/components/Hanger/Hanger.js +6 -6
  26. package/dist/esm/components/Hanger/Hanger.js.map +1 -1
  27. package/dist/esm/components/Listbox/ScrollableList.js +1 -1
  28. package/dist/esm/components/Menu/Menu.js +9 -3
  29. package/dist/esm/components/Menu/Menu.js.map +1 -1
  30. package/dist/esm/components/Menu/components/Content.js +2 -2
  31. package/dist/esm/components/Menu/components/Header.js +1 -1
  32. package/dist/esm/components/Menu/components/Item.js +1 -1
  33. package/dist/esm/components/Menu/components/Separator.js +1 -1
  34. package/dist/esm/components/Menu/components/Trigger.js +2 -2
  35. package/dist/esm/components/Pagination/PageNumbers.js +1 -1
  36. package/dist/esm/components/Pagination/Pagination.js +1 -1
  37. package/dist/esm/components/Popover/Popover.js +3 -4
  38. package/dist/esm/components/Popover/Popover.js.map +1 -1
  39. package/dist/esm/components/SearchInput/SearchInput.js +8 -8
  40. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +1 -1
  41. package/dist/esm/components/Toast/Toast.js +1 -1
  42. package/dist/esm/components/Tour/Tour.js +1 -1
  43. package/dist/esm/index.css +37 -37
  44. package/dist/esm/index.js +8 -8
  45. package/dist/index.css +37 -37
  46. package/dist/taco.cjs.development.js +2556 -2526
  47. package/dist/taco.cjs.development.js.map +1 -1
  48. package/dist/taco.cjs.production.min.js +1 -1
  49. package/dist/taco.cjs.production.min.js.map +1 -1
  50. package/package.json +2 -2
  51. package/types.json +777 -558
package/types.json CHANGED
@@ -1,10 +1,43 @@
1
1
  {
2
2
  "index": {
3
+ "AccordionContentProps": "React.HTMLAttributes<HTMLElement>",
4
+ "AccordionItemProps": {
5
+ "intersections": [
6
+ "React.HTMLAttributes<HTMLDivElement>"
7
+ ],
8
+ "props": [
9
+ {
10
+ "id": 13,
11
+ "name": "disabled",
12
+ "kind": 1024,
13
+ "kindString": "Property",
14
+ "flags": {
15
+ "isOptional": true
16
+ },
17
+ "type": {
18
+ "type": "intrinsic",
19
+ "name": "boolean"
20
+ }
21
+ },
22
+ {
23
+ "id": 12,
24
+ "name": "id",
25
+ "kind": 1024,
26
+ "kindString": "Property",
27
+ "flags": {},
28
+ "type": {
29
+ "type": "intrinsic",
30
+ "name": "string"
31
+ }
32
+ }
33
+ ]
34
+ },
3
35
  "AccordionProps": [
4
36
  "AccordionUncontrolledProps",
5
37
  "AccordionMultipleControlledProps",
6
38
  "AccordionSingleControlledProps"
7
39
  ],
40
+ "AccordionTriggerProps": "React.HTMLAttributes<HTMLElement>",
8
41
  "BackdropProps": "React.HTMLAttributes<HTMLDivElement>",
9
42
  "BadgeProps": {
10
43
  "intersections": [
@@ -12,7 +45,7 @@
12
45
  ],
13
46
  "props": [
14
47
  {
15
- "id": 51,
48
+ "id": 61,
16
49
  "name": "children",
17
50
  "kind": 1024,
18
51
  "kindString": "Property",
@@ -28,7 +61,7 @@
28
61
  }
29
62
  },
30
63
  {
31
- "id": 52,
64
+ "id": 62,
32
65
  "name": "compact",
33
66
  "kind": 1024,
34
67
  "kindString": "Property",
@@ -44,7 +77,7 @@
44
77
  }
45
78
  },
46
79
  {
47
- "id": 53,
80
+ "id": 63,
48
81
  "name": "outline",
49
82
  "kind": 1024,
50
83
  "kindString": "Property",
@@ -60,7 +93,7 @@
60
93
  }
61
94
  },
62
95
  {
63
- "id": 54,
96
+ "id": 64,
64
97
  "name": "state",
65
98
  "kind": 1024,
66
99
  "kindString": "Property",
@@ -84,7 +117,7 @@
84
117
  ],
85
118
  "props": [
86
119
  {
87
- "id": 63,
120
+ "id": 73,
88
121
  "name": "children",
89
122
  "kind": 1024,
90
123
  "kindString": "Property",
@@ -100,7 +133,7 @@
100
133
  }
101
134
  },
102
135
  {
103
- "id": 64,
136
+ "id": 74,
104
137
  "name": "state",
105
138
  "kind": 1024,
106
139
  "kindString": "Property",
@@ -115,7 +148,7 @@
115
148
  }
116
149
  },
117
150
  {
118
- "id": 65,
151
+ "id": 75,
119
152
  "name": "onClose",
120
153
  "kind": 2048,
121
154
  "kindString": "Method",
@@ -124,7 +157,7 @@
124
157
  },
125
158
  "signatures": [
126
159
  {
127
- "id": 66,
160
+ "id": 76,
128
161
  "name": "onClose",
129
162
  "kind": 4096,
130
163
  "kindString": "Call signature",
@@ -145,7 +178,7 @@
145
178
  ],
146
179
  "props": [
147
180
  {
148
- "id": 686,
181
+ "id": 716,
149
182
  "name": "multiselect",
150
183
  "kind": 1024,
151
184
  "kindString": "Property",
@@ -168,7 +201,7 @@
168
201
  ],
169
202
  "props": [
170
203
  {
171
- "id": 75,
204
+ "id": 85,
172
205
  "name": "appearance",
173
206
  "kind": 1024,
174
207
  "kindString": "Property",
@@ -185,136 +218,232 @@
185
218
  }
186
219
  },
187
220
  {
188
- "id": 76,
189
- "name": "dialog",
221
+ "id": 89,
222
+ "name": "fluid",
190
223
  "kind": 1024,
191
224
  "kindString": "Property",
192
225
  "flags": {
193
226
  "isOptional": true
194
227
  },
195
228
  "comment": {
196
- "shortText": "Dialog component associated with the button, clicking the button will open the dialog.\n*Note* that `onClick` event on button won't be handled, as in this case, the purpose of\nthe button should be only to open the associated dialog when clicked."
229
+ "shortText": "If fluid, button expands to the width of it's container"
197
230
  },
198
231
  "type": {
199
- "type": "reference",
200
- "typeArguments": [
201
- {
202
- "type": "reference",
203
- "id": 204,
204
- "name": "DialogProps"
205
- }
206
- ],
207
- "qualifiedName": "React.ReactElement",
208
- "package": "@types/react",
209
- "name": "React.ReactElement"
232
+ "type": "intrinsic",
233
+ "name": "boolean"
210
234
  }
211
235
  },
212
236
  {
213
- "id": 77,
214
- "name": "fluid",
237
+ "id": 99,
238
+ "name": "tooltip",
215
239
  "kind": 1024,
216
240
  "kindString": "Property",
217
241
  "flags": {
218
242
  "isOptional": true
219
243
  },
220
244
  "comment": {
221
- "shortText": "If fluid, button expands to the width of it's container"
245
+ "shortText": "A tooltip to show when hovering over the button"
222
246
  },
223
247
  "type": {
224
248
  "type": "intrinsic",
225
- "name": "boolean"
249
+ "name": "string"
226
250
  }
227
251
  },
228
252
  {
229
- "id": 78,
230
- "name": "hanger",
231
- "kind": 1024,
232
- "kindString": "Property",
253
+ "id": 86,
254
+ "name": "dialog",
255
+ "kind": 2048,
256
+ "kindString": "Method",
233
257
  "flags": {
234
258
  "isOptional": true
235
259
  },
236
- "comment": {
237
- "shortText": "Hanger component associated with the button."
238
- },
239
- "type": {
240
- "type": "reference",
241
- "typeArguments": [
242
- {
260
+ "signatures": [
261
+ {
262
+ "id": 87,
263
+ "name": "dialog",
264
+ "kind": 4096,
265
+ "kindString": "Call signature",
266
+ "flags": {},
267
+ "comment": {
268
+ "shortText": "Dialog component associated with the button, clicking the button will open the dialog.\n*Note* that `onClick` event on button won't be handled, as in this case, the purpose of\nthe button should be only to open the associated dialog when clicked."
269
+ },
270
+ "parameters": [
271
+ {
272
+ "id": 88,
273
+ "name": "props",
274
+ "kind": 32768,
275
+ "kindString": "Parameter",
276
+ "flags": {},
277
+ "type": {
278
+ "type": "reference",
279
+ "typeArguments": [
280
+ {
281
+ "type": "reference",
282
+ "id": 228,
283
+ "name": "DialogProps"
284
+ }
285
+ ],
286
+ "qualifiedName": "Partial",
287
+ "package": "typescript",
288
+ "name": "Partial"
289
+ }
290
+ }
291
+ ],
292
+ "type": {
243
293
  "type": "reference",
244
- "id": 252,
245
- "name": "HangerProps"
294
+ "qualifiedName": "global.JSX.Element",
295
+ "package": "@types/react",
296
+ "name": "Element"
246
297
  }
247
- ],
248
- "qualifiedName": "React.ReactElement",
249
- "package": "@types/react",
250
- "name": "React.ReactElement"
251
- }
298
+ }
299
+ ]
252
300
  },
253
301
  {
254
- "id": 79,
255
- "name": "menu",
256
- "kind": 1024,
257
- "kindString": "Property",
302
+ "id": 90,
303
+ "name": "hanger",
304
+ "kind": 2048,
305
+ "kindString": "Method",
258
306
  "flags": {
259
307
  "isOptional": true
260
308
  },
261
- "comment": {
262
- "shortText": "Menu component associated with the button."
263
- },
264
- "type": {
265
- "type": "reference",
266
- "typeArguments": [
267
- {
309
+ "signatures": [
310
+ {
311
+ "id": 91,
312
+ "name": "hanger",
313
+ "kind": 4096,
314
+ "kindString": "Call signature",
315
+ "flags": {},
316
+ "comment": {
317
+ "shortText": "Hanger component associated with the button."
318
+ },
319
+ "parameters": [
320
+ {
321
+ "id": 92,
322
+ "name": "props",
323
+ "kind": 32768,
324
+ "kindString": "Parameter",
325
+ "flags": {},
326
+ "type": {
327
+ "type": "reference",
328
+ "typeArguments": [
329
+ {
330
+ "type": "reference",
331
+ "id": 281,
332
+ "name": "HangerProps"
333
+ }
334
+ ],
335
+ "qualifiedName": "Partial",
336
+ "package": "typescript",
337
+ "name": "Partial"
338
+ }
339
+ }
340
+ ],
341
+ "type": {
268
342
  "type": "reference",
269
- "id": 360,
270
- "name": "MenuProps"
343
+ "qualifiedName": "global.JSX.Element",
344
+ "package": "@types/react",
345
+ "name": "Element"
271
346
  }
272
- ],
273
- "qualifiedName": "React.ReactElement",
274
- "package": "@types/react",
275
- "name": "React.ReactElement"
276
- }
347
+ }
348
+ ]
277
349
  },
278
350
  {
279
- "id": 80,
280
- "name": "popover",
281
- "kind": 1024,
282
- "kindString": "Property",
351
+ "id": 93,
352
+ "name": "menu",
353
+ "kind": 2048,
354
+ "kindString": "Method",
283
355
  "flags": {
284
356
  "isOptional": true
285
357
  },
286
- "comment": {
287
- "shortText": "Popover component associated with the button, clicking the button will open the popover.\n*Note* that `onClick` event on button won't be handled, as in this case, the purpose of\nthe button should be only to open the associated popover when clicked."
288
- },
289
- "type": {
290
- "type": "reference",
291
- "typeArguments": [
292
- {
358
+ "signatures": [
359
+ {
360
+ "id": 94,
361
+ "name": "menu",
362
+ "kind": 4096,
363
+ "kindString": "Call signature",
364
+ "flags": {},
365
+ "comment": {
366
+ "shortText": "Menu component associated with the button."
367
+ },
368
+ "parameters": [
369
+ {
370
+ "id": 95,
371
+ "name": "props",
372
+ "kind": 32768,
373
+ "kindString": "Parameter",
374
+ "flags": {},
375
+ "type": {
376
+ "type": "reference",
377
+ "typeArguments": [
378
+ {
379
+ "type": "reference",
380
+ "id": 388,
381
+ "name": "MenuProps"
382
+ }
383
+ ],
384
+ "qualifiedName": "Partial",
385
+ "package": "typescript",
386
+ "name": "Partial"
387
+ }
388
+ }
389
+ ],
390
+ "type": {
293
391
  "type": "reference",
294
- "id": 533,
295
- "name": "PopoverProps"
392
+ "qualifiedName": "global.JSX.Element",
393
+ "package": "@types/react",
394
+ "name": "Element"
296
395
  }
297
- ],
298
- "qualifiedName": "React.ReactElement",
299
- "package": "@types/react",
300
- "name": "React.ReactElement"
301
- }
396
+ }
397
+ ]
302
398
  },
303
399
  {
304
- "id": 81,
305
- "name": "tooltip",
306
- "kind": 1024,
307
- "kindString": "Property",
400
+ "id": 96,
401
+ "name": "popover",
402
+ "kind": 2048,
403
+ "kindString": "Method",
308
404
  "flags": {
309
405
  "isOptional": true
310
406
  },
311
- "comment": {
312
- "shortText": "A tooltip to show when hovering over the button"
313
- },
314
- "type": {
315
- "type": "intrinsic",
316
- "name": "string"
317
- }
407
+ "signatures": [
408
+ {
409
+ "id": 97,
410
+ "name": "popover",
411
+ "kind": 4096,
412
+ "kindString": "Call signature",
413
+ "flags": {},
414
+ "comment": {
415
+ "shortText": "Popover component associated with the button, clicking the button will open the popover.\n*Note* that `onClick` event on button won't be handled, as in this case, the purpose of\nthe button should be only to open the associated popover when clicked."
416
+ },
417
+ "parameters": [
418
+ {
419
+ "id": 98,
420
+ "name": "props",
421
+ "kind": 32768,
422
+ "kindString": "Parameter",
423
+ "flags": {},
424
+ "type": {
425
+ "type": "reference",
426
+ "typeArguments": [
427
+ {
428
+ "type": "reference",
429
+ "id": 562,
430
+ "name": "PopoverProps"
431
+ }
432
+ ],
433
+ "qualifiedName": "Partial",
434
+ "package": "typescript",
435
+ "name": "Partial"
436
+ }
437
+ }
438
+ ],
439
+ "type": {
440
+ "type": "reference",
441
+ "qualifiedName": "global.JSX.Element",
442
+ "package": "@types/react",
443
+ "name": "Element"
444
+ }
445
+ }
446
+ ]
318
447
  }
319
448
  ]
320
449
  },
@@ -324,7 +453,7 @@
324
453
  ],
325
454
  "props": [
326
455
  {
327
- "id": 115,
456
+ "id": 139,
328
457
  "name": "value",
329
458
  "kind": 1024,
330
459
  "kindString": "Property",
@@ -339,14 +468,14 @@
339
468
  }
340
469
  },
341
470
  {
342
- "id": 111,
471
+ "id": 135,
343
472
  "name": "onChange",
344
473
  "kind": 2048,
345
474
  "kindString": "Method",
346
475
  "flags": {},
347
476
  "signatures": [
348
477
  {
349
- "id": 112,
478
+ "id": 136,
350
479
  "name": "onChange",
351
480
  "kind": 4096,
352
481
  "kindString": "Call signature",
@@ -356,7 +485,7 @@
356
485
  },
357
486
  "parameters": [
358
487
  {
359
- "id": 113,
488
+ "id": 137,
360
489
  "name": "date",
361
490
  "kind": 32768,
362
491
  "kindString": "Parameter",
@@ -369,7 +498,7 @@
369
498
  }
370
499
  },
371
500
  {
372
- "id": 114,
501
+ "id": 138,
373
502
  "name": "event",
374
503
  "kind": 32768,
375
504
  "kindString": "Parameter",
@@ -410,7 +539,7 @@
410
539
  "CalendarTexts": {
411
540
  "props": [
412
541
  {
413
- "id": 106,
542
+ "id": 130,
414
543
  "name": "actions",
415
544
  "kind": 1024,
416
545
  "kindString": "Property",
@@ -420,12 +549,12 @@
420
549
  },
421
550
  "type": {
422
551
  "type": "reference",
423
- "id": 97,
552
+ "id": 121,
424
553
  "name": "CalendarTextsActions"
425
554
  }
426
555
  },
427
556
  {
428
- "id": 107,
557
+ "id": 131,
429
558
  "name": "months",
430
559
  "kind": 1024,
431
560
  "kindString": "Property",
@@ -442,7 +571,7 @@
442
571
  }
443
572
  },
444
573
  {
445
- "id": 108,
574
+ "id": 132,
446
575
  "name": "weekdaysShort",
447
576
  "kind": 1024,
448
577
  "kindString": "Property",
@@ -463,7 +592,7 @@
463
592
  "CalendarTextsActions": {
464
593
  "props": [
465
594
  {
466
- "id": 100,
595
+ "id": 124,
467
596
  "name": "nextMonth",
468
597
  "kind": 1024,
469
598
  "kindString": "Property",
@@ -477,7 +606,7 @@
477
606
  }
478
607
  },
479
608
  {
480
- "id": 102,
609
+ "id": 126,
481
610
  "name": "nextYear",
482
611
  "kind": 1024,
483
612
  "kindString": "Property",
@@ -491,7 +620,7 @@
491
620
  }
492
621
  },
493
622
  {
494
- "id": 99,
623
+ "id": 123,
495
624
  "name": "previousMonth",
496
625
  "kind": 1024,
497
626
  "kindString": "Property",
@@ -505,7 +634,7 @@
505
634
  }
506
635
  },
507
636
  {
508
- "id": 101,
637
+ "id": 125,
509
638
  "name": "previousYear",
510
639
  "kind": 1024,
511
640
  "kindString": "Property",
@@ -519,7 +648,7 @@
519
648
  }
520
649
  },
521
650
  {
522
- "id": 103,
651
+ "id": 127,
523
652
  "name": "today",
524
653
  "kind": 1024,
525
654
  "kindString": "Property",
@@ -554,7 +683,7 @@
554
683
  ],
555
684
  "props": [
556
685
  {
557
- "id": 129,
686
+ "id": 153,
558
687
  "name": "data",
559
688
  "kind": 1024,
560
689
  "kindString": "Property",
@@ -568,13 +697,13 @@
568
697
  "type": "array",
569
698
  "elementType": {
570
699
  "type": "reference",
571
- "id": 125,
700
+ "id": 149,
572
701
  "name": "ComboboxItem"
573
702
  }
574
703
  }
575
704
  },
576
705
  {
577
- "id": 130,
706
+ "id": 154,
578
707
  "name": "defaultValue",
579
708
  "kind": 1024,
580
709
  "kindString": "Property",
@@ -586,12 +715,12 @@
586
715
  },
587
716
  "type": {
588
717
  "type": "reference",
589
- "id": 126,
718
+ "id": 150,
590
719
  "name": "ComboboxValue"
591
720
  }
592
721
  },
593
722
  {
594
- "id": 131,
723
+ "id": 155,
595
724
  "name": "emptyValue",
596
725
  "kind": 1024,
597
726
  "kindString": "Property",
@@ -603,12 +732,12 @@
603
732
  },
604
733
  "type": {
605
734
  "type": "reference",
606
- "id": 126,
735
+ "id": 150,
607
736
  "name": "ComboboxValue"
608
737
  }
609
738
  },
610
739
  {
611
- "id": 132,
740
+ "id": 156,
612
741
  "name": "highlighted",
613
742
  "kind": 1024,
614
743
  "kindString": "Property",
@@ -624,7 +753,7 @@
624
753
  }
625
754
  },
626
755
  {
627
- "id": 133,
756
+ "id": 157,
628
757
  "name": "inline",
629
758
  "kind": 1024,
630
759
  "kindString": "Property",
@@ -640,7 +769,7 @@
640
769
  }
641
770
  },
642
771
  {
643
- "id": 134,
772
+ "id": 158,
644
773
  "name": "loading",
645
774
  "kind": 1024,
646
775
  "kindString": "Property",
@@ -656,7 +785,7 @@
656
785
  }
657
786
  },
658
787
  {
659
- "id": 135,
788
+ "id": 159,
660
789
  "name": "onChange",
661
790
  "kind": 1024,
662
791
  "kindString": "Property",
@@ -682,7 +811,7 @@
682
811
  }
683
812
  },
684
813
  {
685
- "id": 139,
814
+ "id": 163,
686
815
  "name": "state",
687
816
  "kind": 1024,
688
817
  "kindString": "Property",
@@ -699,7 +828,7 @@
699
828
  }
700
829
  },
701
830
  {
702
- "id": 140,
831
+ "id": 164,
703
832
  "name": "value",
704
833
  "kind": 1024,
705
834
  "kindString": "Property",
@@ -711,12 +840,12 @@
711
840
  },
712
841
  "type": {
713
842
  "type": "reference",
714
- "id": 126,
843
+ "id": 150,
715
844
  "name": "ComboboxValue"
716
845
  }
717
846
  },
718
847
  {
719
- "id": 136,
848
+ "id": 160,
720
849
  "name": "onSearch",
721
850
  "kind": 2048,
722
851
  "kindString": "Method",
@@ -725,7 +854,7 @@
725
854
  },
726
855
  "signatures": [
727
856
  {
728
- "id": 137,
857
+ "id": 161,
729
858
  "name": "onSearch",
730
859
  "kind": 4096,
731
860
  "kindString": "Call signature",
@@ -735,7 +864,7 @@
735
864
  },
736
865
  "parameters": [
737
866
  {
738
- "id": 138,
867
+ "id": 162,
739
868
  "name": "query",
740
869
  "kind": 32768,
741
870
  "kindString": "Parameter",
@@ -779,7 +908,7 @@
779
908
  ],
780
909
  "props": [
781
910
  {
782
- "id": 163,
911
+ "id": 187,
783
912
  "name": "calendar",
784
913
  "kind": 1024,
785
914
  "kindString": "Property",
@@ -791,12 +920,12 @@
791
920
  },
792
921
  "type": {
793
922
  "type": "reference",
794
- "id": 109,
923
+ "id": 133,
795
924
  "name": "CalendarProps"
796
925
  }
797
926
  },
798
927
  {
799
- "id": 164,
928
+ "id": 188,
800
929
  "name": "shortcuts",
801
930
  "kind": 1024,
802
931
  "kindString": "Property",
@@ -812,7 +941,7 @@
812
941
  }
813
942
  },
814
943
  {
815
- "id": 165,
944
+ "id": 189,
816
945
  "name": "shortcutsText",
817
946
  "kind": 1024,
818
947
  "kindString": "Property",
@@ -828,7 +957,7 @@
828
957
  }
829
958
  },
830
959
  {
831
- "id": 169,
960
+ "id": 193,
832
961
  "name": "value",
833
962
  "kind": 1024,
834
963
  "kindString": "Property",
@@ -846,7 +975,7 @@
846
975
  }
847
976
  },
848
977
  {
849
- "id": 166,
978
+ "id": 190,
850
979
  "name": "onReset",
851
980
  "kind": 2048,
852
981
  "kindString": "Method",
@@ -855,7 +984,7 @@
855
984
  },
856
985
  "signatures": [
857
986
  {
858
- "id": 167,
987
+ "id": 191,
859
988
  "name": "onReset",
860
989
  "kind": 4096,
861
990
  "kindString": "Call signature",
@@ -865,7 +994,7 @@
865
994
  },
866
995
  "parameters": [
867
996
  {
868
- "id": 168,
997
+ "id": 192,
869
998
  "name": "event",
870
999
  "kind": 32768,
871
1000
  "kindString": "Parameter",
@@ -904,7 +1033,7 @@
904
1033
  "DatepickerTexts": {
905
1034
  "props": [
906
1035
  {
907
- "id": 157,
1036
+ "id": 181,
908
1037
  "name": "calendar",
909
1038
  "kind": 1024,
910
1039
  "kindString": "Property",
@@ -918,7 +1047,7 @@
918
1047
  }
919
1048
  },
920
1049
  {
921
- "id": 158,
1050
+ "id": 182,
922
1051
  "name": "clear",
923
1052
  "kind": 1024,
924
1053
  "kindString": "Property",
@@ -932,7 +1061,7 @@
932
1061
  }
933
1062
  },
934
1063
  {
935
- "id": 159,
1064
+ "id": 183,
936
1065
  "name": "expand",
937
1066
  "kind": 1024,
938
1067
  "kindString": "Property",
@@ -946,7 +1075,7 @@
946
1075
  }
947
1076
  },
948
1077
  {
949
- "id": 160,
1078
+ "id": 184,
950
1079
  "name": "shortcuts",
951
1080
  "kind": 1024,
952
1081
  "kindString": "Property",
@@ -965,7 +1094,7 @@
965
1094
  "DialogContentDrawerRenderProps": {
966
1095
  "props": [
967
1096
  {
968
- "id": 193,
1097
+ "id": 217,
969
1098
  "name": "open",
970
1099
  "kind": 1024,
971
1100
  "kindString": "Property",
@@ -976,14 +1105,14 @@
976
1105
  }
977
1106
  },
978
1107
  {
979
- "id": 194,
1108
+ "id": 218,
980
1109
  "name": "toggle",
981
1110
  "kind": 2048,
982
1111
  "kindString": "Method",
983
1112
  "flags": {},
984
1113
  "signatures": [
985
1114
  {
986
- "id": 195,
1115
+ "id": 219,
987
1116
  "name": "toggle",
988
1117
  "kind": 4096,
989
1118
  "kindString": "Call signature",
@@ -1003,7 +1132,7 @@
1003
1132
  ],
1004
1133
  "props": [
1005
1134
  {
1006
- "id": 181,
1135
+ "id": 205,
1007
1136
  "name": "aria-label",
1008
1137
  "kind": 1024,
1009
1138
  "kindString": "Property",
@@ -1017,7 +1146,7 @@
1017
1146
  }
1018
1147
  },
1019
1148
  {
1020
- "id": 182,
1149
+ "id": 206,
1021
1150
  "name": "children",
1022
1151
  "kind": 1024,
1023
1152
  "kindString": "Property",
@@ -1046,28 +1175,28 @@
1046
1175
  {
1047
1176
  "type": "reflection",
1048
1177
  "declaration": {
1049
- "id": 183,
1178
+ "id": 207,
1050
1179
  "name": "__type",
1051
1180
  "kind": 65536,
1052
1181
  "kindString": "Type literal",
1053
1182
  "flags": {},
1054
1183
  "signatures": [
1055
1184
  {
1056
- "id": 184,
1185
+ "id": 208,
1057
1186
  "name": "__type",
1058
1187
  "kind": 4096,
1059
1188
  "kindString": "Call signature",
1060
1189
  "flags": {},
1061
1190
  "parameters": [
1062
1191
  {
1063
- "id": 185,
1192
+ "id": 209,
1064
1193
  "name": "props",
1065
1194
  "kind": 32768,
1066
1195
  "kindString": "Parameter",
1067
1196
  "flags": {},
1068
1197
  "type": {
1069
1198
  "type": "reference",
1070
- "id": 186,
1199
+ "id": 210,
1071
1200
  "name": "DialogContentRenderProps"
1072
1201
  }
1073
1202
  }
@@ -1090,7 +1219,7 @@
1090
1219
  "DialogContentRenderProps": {
1091
1220
  "props": [
1092
1221
  {
1093
- "id": 190,
1222
+ "id": 214,
1094
1223
  "name": "drawer",
1095
1224
  "kind": 1024,
1096
1225
  "kindString": "Property",
@@ -1099,19 +1228,19 @@
1099
1228
  },
1100
1229
  "type": {
1101
1230
  "type": "reference",
1102
- "id": 191,
1231
+ "id": 215,
1103
1232
  "name": "DialogContentDrawerRenderProps"
1104
1233
  }
1105
1234
  },
1106
1235
  {
1107
- "id": 188,
1236
+ "id": 212,
1108
1237
  "name": "close",
1109
1238
  "kind": 2048,
1110
1239
  "kindString": "Method",
1111
1240
  "flags": {},
1112
1241
  "signatures": [
1113
1242
  {
1114
- "id": 189,
1243
+ "id": 213,
1115
1244
  "name": "close",
1116
1245
  "kind": 4096,
1117
1246
  "kindString": "Call signature",
@@ -1129,7 +1258,7 @@
1129
1258
  "DialogProps": {
1130
1259
  "props": [
1131
1260
  {
1132
- "id": 206,
1261
+ "id": 230,
1133
1262
  "name": "children",
1134
1263
  "kind": 1024,
1135
1264
  "kindString": "Property",
@@ -1156,7 +1285,7 @@
1156
1285
  }
1157
1286
  },
1158
1287
  {
1159
- "id": 207,
1288
+ "id": 231,
1160
1289
  "name": "closeOnEscape",
1161
1290
  "kind": 1024,
1162
1291
  "kindString": "Property",
@@ -1172,7 +1301,23 @@
1172
1301
  }
1173
1302
  },
1174
1303
  {
1175
- "id": 208,
1304
+ "id": 232,
1305
+ "name": "defaultOpen",
1306
+ "kind": 1024,
1307
+ "kindString": "Property",
1308
+ "flags": {
1309
+ "isOptional": true
1310
+ },
1311
+ "comment": {
1312
+ "shortText": "Set whether the dialog is open by default or not, use when not providing a trigger"
1313
+ },
1314
+ "type": {
1315
+ "type": "intrinsic",
1316
+ "name": "boolean"
1317
+ }
1318
+ },
1319
+ {
1320
+ "id": 233,
1176
1321
  "name": "draggable",
1177
1322
  "kind": 1024,
1178
1323
  "kindString": "Property",
@@ -1188,7 +1333,7 @@
1188
1333
  }
1189
1334
  },
1190
1335
  {
1191
- "id": 211,
1336
+ "id": 239,
1192
1337
  "name": "open",
1193
1338
  "kind": 1024,
1194
1339
  "kindString": "Property",
@@ -1196,7 +1341,7 @@
1196
1341
  "isOptional": true
1197
1342
  },
1198
1343
  "comment": {
1199
- "shortText": "Set whether the dialog is open by default or not, use when not providing a trigger"
1344
+ "shortText": "Control the open state of the dialog from outside the component"
1200
1345
  },
1201
1346
  "type": {
1202
1347
  "type": "intrinsic",
@@ -1204,7 +1349,7 @@
1204
1349
  }
1205
1350
  },
1206
1351
  {
1207
- "id": 212,
1352
+ "id": 240,
1208
1353
  "name": "showCloseButton",
1209
1354
  "kind": 1024,
1210
1355
  "kindString": "Property",
@@ -1220,7 +1365,7 @@
1220
1365
  }
1221
1366
  },
1222
1367
  {
1223
- "id": 213,
1368
+ "id": 241,
1224
1369
  "name": "size",
1225
1370
  "kind": 1024,
1226
1371
  "kindString": "Property",
@@ -1232,12 +1377,68 @@
1232
1377
  },
1233
1378
  "type": {
1234
1379
  "type": "reference",
1235
- "id": 199,
1380
+ "id": 223,
1236
1381
  "name": "DialogSize"
1237
1382
  }
1238
1383
  },
1239
1384
  {
1240
- "id": 209,
1385
+ "id": 242,
1386
+ "name": "trigger",
1387
+ "kind": 1024,
1388
+ "kindString": "Property",
1389
+ "flags": {
1390
+ "isOptional": true
1391
+ },
1392
+ "comment": {
1393
+ "shortText": "A trigger to be used for the dialog, should not be set if `children` already contains a trigger"
1394
+ },
1395
+ "type": {
1396
+ "type": "reference",
1397
+ "qualifiedName": "global.JSX.Element",
1398
+ "package": "@types/react",
1399
+ "name": "JSX.Element"
1400
+ }
1401
+ },
1402
+ {
1403
+ "id": 236,
1404
+ "name": "onChange",
1405
+ "kind": 2048,
1406
+ "kindString": "Method",
1407
+ "flags": {
1408
+ "isOptional": true
1409
+ },
1410
+ "signatures": [
1411
+ {
1412
+ "id": 237,
1413
+ "name": "onChange",
1414
+ "kind": 4096,
1415
+ "kindString": "Call signature",
1416
+ "flags": {},
1417
+ "comment": {
1418
+ "shortText": "Called when the dialog opens or closes, must be used in conjunction with open"
1419
+ },
1420
+ "parameters": [
1421
+ {
1422
+ "id": 238,
1423
+ "name": "open",
1424
+ "kind": 32768,
1425
+ "kindString": "Parameter",
1426
+ "flags": {},
1427
+ "type": {
1428
+ "type": "intrinsic",
1429
+ "name": "boolean"
1430
+ }
1431
+ }
1432
+ ],
1433
+ "type": {
1434
+ "type": "intrinsic",
1435
+ "name": "void"
1436
+ }
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "id": 234,
1241
1442
  "name": "onClose",
1242
1443
  "kind": 2048,
1243
1444
  "kindString": "Method",
@@ -1246,7 +1447,7 @@
1246
1447
  },
1247
1448
  "signatures": [
1248
1449
  {
1249
- "id": 210,
1450
+ "id": 235,
1250
1451
  "name": "onClose",
1251
1452
  "kind": 4096,
1252
1453
  "kindString": "Call signature",
@@ -1288,7 +1489,7 @@
1288
1489
  "DialogTexts": {
1289
1490
  "props": [
1290
1491
  {
1291
- "id": 202,
1492
+ "id": 226,
1292
1493
  "name": "close",
1293
1494
  "kind": 1024,
1294
1495
  "kindString": "Property",
@@ -1302,7 +1503,7 @@
1302
1503
  }
1303
1504
  },
1304
1505
  {
1305
- "id": 203,
1506
+ "id": 227,
1306
1507
  "name": "drag",
1307
1508
  "kind": 1024,
1308
1509
  "kindString": "Property",
@@ -1321,7 +1522,7 @@
1321
1522
  ],
1322
1523
  "props": [
1323
1524
  {
1324
- "id": 226,
1525
+ "id": 255,
1325
1526
  "name": "children",
1326
1527
  "kind": 1024,
1327
1528
  "kindString": "Property",
@@ -1337,7 +1538,7 @@
1337
1538
  }
1338
1539
  },
1339
1540
  {
1340
- "id": 227,
1541
+ "id": 256,
1341
1542
  "name": "horizontal",
1342
1543
  "kind": 1024,
1343
1544
  "kindString": "Property",
@@ -1360,7 +1561,7 @@
1360
1561
  ],
1361
1562
  "props": [
1362
1563
  {
1363
- "id": 222,
1564
+ "id": 251,
1364
1565
  "name": "Close",
1365
1566
  "kind": 1024,
1366
1567
  "kindString": "Property",
@@ -1373,7 +1574,7 @@
1373
1574
  "types": [
1374
1575
  {
1375
1576
  "type": "reference",
1376
- "id": 198,
1577
+ "id": 222,
1377
1578
  "name": "DialogCloseProps"
1378
1579
  },
1379
1580
  {
@@ -1399,7 +1600,7 @@
1399
1600
  }
1400
1601
  },
1401
1602
  {
1402
- "id": 217,
1603
+ "id": 246,
1403
1604
  "name": "Content",
1404
1605
  "kind": 1024,
1405
1606
  "kindString": "Property",
@@ -1412,7 +1613,7 @@
1412
1613
  "types": [
1413
1614
  {
1414
1615
  "type": "reference",
1415
- "id": 179,
1616
+ "id": 203,
1416
1617
  "name": "DialogContentProps"
1417
1618
  },
1418
1619
  {
@@ -1438,7 +1639,7 @@
1438
1639
  }
1439
1640
  },
1440
1641
  {
1441
- "id": 221,
1642
+ "id": 250,
1442
1643
  "name": "Drawer",
1443
1644
  "kind": 1024,
1444
1645
  "kindString": "Property",
@@ -1476,7 +1677,7 @@
1476
1677
  }
1477
1678
  },
1478
1679
  {
1479
- "id": 220,
1680
+ "id": 249,
1480
1681
  "name": "Extra",
1481
1682
  "kind": 1024,
1482
1683
  "kindString": "Property",
@@ -1514,7 +1715,7 @@
1514
1715
  }
1515
1716
  },
1516
1717
  {
1517
- "id": 219,
1718
+ "id": 248,
1518
1719
  "name": "Footer",
1519
1720
  "kind": 1024,
1520
1721
  "kindString": "Property",
@@ -1527,7 +1728,7 @@
1527
1728
  "types": [
1528
1729
  {
1529
1730
  "type": "reference",
1530
- "id": 197,
1731
+ "id": 221,
1531
1732
  "name": "DialogFooterProps"
1532
1733
  },
1533
1734
  {
@@ -1553,7 +1754,7 @@
1553
1754
  }
1554
1755
  },
1555
1756
  {
1556
- "id": 218,
1757
+ "id": 247,
1557
1758
  "name": "Title",
1558
1759
  "kind": 1024,
1559
1760
  "kindString": "Property",
@@ -1566,7 +1767,7 @@
1566
1767
  "types": [
1567
1768
  {
1568
1769
  "type": "reference",
1569
- "id": 196,
1770
+ "id": 220,
1570
1771
  "name": "DialogTitleProps"
1571
1772
  },
1572
1773
  {
@@ -1592,7 +1793,7 @@
1592
1793
  }
1593
1794
  },
1594
1795
  {
1595
- "id": 216,
1796
+ "id": 245,
1596
1797
  "name": "Trigger",
1597
1798
  "kind": 1024,
1598
1799
  "kindString": "Property",
@@ -1637,7 +1838,7 @@
1637
1838
  ],
1638
1839
  "props": [
1639
1840
  {
1640
- "id": 256,
1841
+ "id": 286,
1641
1842
  "name": "Anchor",
1642
1843
  "kind": 1024,
1643
1844
  "kindString": "Property",
@@ -1647,7 +1848,7 @@
1647
1848
  "typeArguments": [
1648
1849
  {
1649
1850
  "type": "reference",
1650
- "id": 243,
1851
+ "id": 272,
1651
1852
  "name": "HangerAnchorProps"
1652
1853
  }
1653
1854
  ],
@@ -1657,7 +1858,7 @@
1657
1858
  }
1658
1859
  },
1659
1860
  {
1660
- "id": 257,
1861
+ "id": 287,
1661
1862
  "name": "Content",
1662
1863
  "kind": 1024,
1663
1864
  "kindString": "Property",
@@ -1667,7 +1868,7 @@
1667
1868
  "typeArguments": [
1668
1869
  {
1669
1870
  "type": "reference",
1670
- "id": 248,
1871
+ "id": 277,
1671
1872
  "name": "HangerContentProps"
1672
1873
  }
1673
1874
  ],
@@ -1684,7 +1885,7 @@
1684
1885
  ],
1685
1886
  "props": [
1686
1887
  {
1687
- "id": 465,
1888
+ "id": 494,
1688
1889
  "name": "Group",
1689
1890
  "kind": 1024,
1690
1891
  "kindString": "Property",
@@ -1700,7 +1901,7 @@
1700
1901
  "types": [
1701
1902
  {
1702
1903
  "type": "reference",
1703
- "id": 461,
1904
+ "id": 490,
1704
1905
  "name": "NavigationMenuGroupProps"
1705
1906
  },
1706
1907
  {
@@ -1733,7 +1934,7 @@
1733
1934
  ],
1734
1935
  "props": [
1735
1936
  {
1736
- "id": 469,
1937
+ "id": 498,
1737
1938
  "name": "Item",
1738
1939
  "kind": 1024,
1739
1940
  "kindString": "Property",
@@ -1749,7 +1950,7 @@
1749
1950
  "types": [
1750
1951
  {
1751
1952
  "type": "reference",
1752
- "id": 453,
1953
+ "id": 482,
1753
1954
  "name": "NavigationItemProps"
1754
1955
  },
1755
1956
  {
@@ -1775,7 +1976,7 @@
1775
1976
  }
1776
1977
  },
1777
1978
  {
1778
- "id": 470,
1979
+ "id": 499,
1779
1980
  "name": "Menu",
1780
1981
  "kind": 1024,
1781
1982
  "kindString": "Property",
@@ -1785,12 +1986,12 @@
1785
1986
  },
1786
1987
  "type": {
1787
1988
  "type": "reference",
1788
- "id": 463,
1989
+ "id": 492,
1789
1990
  "name": "ForwardedNavigationMenuWithStatics"
1790
1991
  }
1791
1992
  },
1792
1993
  {
1793
- "id": 471,
1994
+ "id": 500,
1794
1995
  "name": "Panel",
1795
1996
  "kind": 1024,
1796
1997
  "kindString": "Property",
@@ -1806,7 +2007,7 @@
1806
2007
  "types": [
1807
2008
  {
1808
2009
  "type": "reference",
1809
- "id": 460,
2010
+ "id": 489,
1810
2011
  "name": "NavigationPanelProps"
1811
2012
  },
1812
2013
  {
@@ -1839,7 +2040,7 @@
1839
2040
  ],
1840
2041
  "props": [
1841
2042
  {
1842
- "id": 539,
2043
+ "id": 569,
1843
2044
  "name": "Close",
1844
2045
  "kind": 1024,
1845
2046
  "kindString": "Property",
@@ -1849,7 +2050,7 @@
1849
2050
  "typeArguments": [
1850
2051
  {
1851
2052
  "type": "reference",
1852
- "id": 532,
2053
+ "id": 561,
1853
2054
  "name": "PopoverCloseProps"
1854
2055
  }
1855
2056
  ],
@@ -1859,7 +2060,7 @@
1859
2060
  }
1860
2061
  },
1861
2062
  {
1862
- "id": 538,
2063
+ "id": 568,
1863
2064
  "name": "Content",
1864
2065
  "kind": 1024,
1865
2066
  "kindString": "Property",
@@ -1869,7 +2070,7 @@
1869
2070
  "typeArguments": [
1870
2071
  {
1871
2072
  "type": "reference",
1872
- "id": 525,
2073
+ "id": 554,
1873
2074
  "name": "PopoverContentProps"
1874
2075
  }
1875
2076
  ],
@@ -1879,7 +2080,7 @@
1879
2080
  }
1880
2081
  },
1881
2082
  {
1882
- "id": 537,
2083
+ "id": 567,
1883
2084
  "name": "Trigger",
1884
2085
  "kind": 1024,
1885
2086
  "kindString": "Property",
@@ -1889,7 +2090,7 @@
1889
2090
  "typeArguments": [
1890
2091
  {
1891
2092
  "type": "reference",
1892
- "id": 520,
2093
+ "id": 549,
1893
2094
  "name": "PopoverTriggerProps"
1894
2095
  }
1895
2096
  ],
@@ -1906,7 +2107,7 @@
1906
2107
  ],
1907
2108
  "props": [
1908
2109
  {
1909
- "id": 670,
2110
+ "id": 700,
1910
2111
  "name": "Item",
1911
2112
  "kind": 1024,
1912
2113
  "kindString": "Property",
@@ -1919,7 +2120,7 @@
1919
2120
  "typeArguments": [
1920
2121
  {
1921
2122
  "type": "reference",
1922
- "id": 661,
2123
+ "id": 691,
1923
2124
  "name": "RadioGroupItemProps"
1924
2125
  }
1925
2126
  ],
@@ -1936,7 +2137,7 @@
1936
2137
  ],
1937
2138
  "props": [
1938
2139
  {
1939
- "id": 951,
2140
+ "id": 981,
1940
2141
  "name": "Content",
1941
2142
  "kind": 1024,
1942
2143
  "kindString": "Property",
@@ -1952,7 +2153,7 @@
1952
2153
  "types": [
1953
2154
  {
1954
2155
  "type": "reference",
1955
- "id": 944,
2156
+ "id": 974,
1956
2157
  "name": "TabContentProps"
1957
2158
  },
1958
2159
  {
@@ -1978,7 +2179,7 @@
1978
2179
  }
1979
2180
  },
1980
2181
  {
1981
- "id": 949,
2182
+ "id": 979,
1982
2183
  "name": "List",
1983
2184
  "kind": 1024,
1984
2185
  "kindString": "Property",
@@ -1994,7 +2195,7 @@
1994
2195
  "types": [
1995
2196
  {
1996
2197
  "type": "reference",
1997
- "id": 939,
2198
+ "id": 969,
1998
2199
  "name": "TabListProps"
1999
2200
  },
2000
2201
  {
@@ -2020,7 +2221,7 @@
2020
2221
  }
2021
2222
  },
2022
2223
  {
2023
- "id": 950,
2224
+ "id": 980,
2024
2225
  "name": "Trigger",
2025
2226
  "kind": 1024,
2026
2227
  "kindString": "Property",
@@ -2036,7 +2237,7 @@
2036
2237
  "types": [
2037
2238
  {
2038
2239
  "type": "reference",
2039
- "id": 940,
2240
+ "id": 970,
2040
2241
  "name": "TabTriggerProps"
2041
2242
  },
2042
2243
  {
@@ -2069,7 +2270,7 @@
2069
2270
  ],
2070
2271
  "props": [
2071
2272
  {
2072
- "id": 1074,
2273
+ "id": 1104,
2073
2274
  "name": "Group",
2074
2275
  "kind": 1024,
2075
2276
  "kindString": "Property",
@@ -2085,7 +2286,7 @@
2085
2286
  "types": [
2086
2287
  {
2087
2288
  "type": "reference",
2088
- "id": 1054,
2289
+ "id": 1084,
2089
2290
  "name": "TreeviewGroupProps"
2090
2291
  },
2091
2292
  {
@@ -2111,7 +2312,7 @@
2111
2312
  }
2112
2313
  },
2113
2314
  {
2114
- "id": 1073,
2315
+ "id": 1103,
2115
2316
  "name": "Item",
2116
2317
  "kind": 1024,
2117
2318
  "kindString": "Property",
@@ -2127,7 +2328,7 @@
2127
2328
  "types": [
2128
2329
  {
2129
2330
  "type": "reference",
2130
- "id": 1053,
2331
+ "id": 1083,
2131
2332
  "name": "TreeviewItemProps"
2132
2333
  },
2133
2334
  {
@@ -2160,7 +2361,7 @@
2160
2361
  ],
2161
2362
  "props": [
2162
2363
  {
2163
- "id": 234,
2364
+ "id": 263,
2164
2365
  "name": "as",
2165
2366
  "kind": 1024,
2166
2367
  "kindString": "Property",
@@ -2189,7 +2390,7 @@
2189
2390
  }
2190
2391
  },
2191
2392
  {
2192
- "id": 235,
2393
+ "id": 264,
2193
2394
  "name": "children",
2194
2395
  "kind": 1024,
2195
2396
  "kindString": "Property",
@@ -2213,7 +2414,7 @@
2213
2414
  ],
2214
2415
  "props": [
2215
2416
  {
2216
- "id": 250,
2417
+ "id": 279,
2217
2418
  "name": "onClose",
2218
2419
  "kind": 1024,
2219
2420
  "kindString": "Property",
@@ -2225,12 +2426,12 @@
2225
2426
  },
2226
2427
  "type": {
2227
2428
  "type": "reference",
2228
- "id": 244,
2429
+ "id": 273,
2229
2430
  "name": "CloseHandler"
2230
2431
  }
2231
2432
  },
2232
2433
  {
2233
- "id": 251,
2434
+ "id": 280,
2234
2435
  "name": "placement",
2235
2436
  "kind": 1024,
2236
2437
  "kindString": "Property",
@@ -2252,7 +2453,7 @@
2252
2453
  "HangerTexts": {
2253
2454
  "props": [
2254
2455
  {
2255
- "id": 242,
2456
+ "id": 271,
2256
2457
  "name": "close",
2257
2458
  "kind": 1024,
2258
2459
  "kindString": "Property",
@@ -2273,7 +2474,7 @@
2273
2474
  ],
2274
2475
  "props": [
2275
2476
  {
2276
- "id": 269,
2477
+ "id": 299,
2277
2478
  "name": "appearance",
2278
2479
  "kind": 1024,
2279
2480
  "kindString": "Property",
@@ -2290,7 +2491,7 @@
2290
2491
  }
2291
2492
  },
2292
2493
  {
2293
- "id": 270,
2494
+ "id": 300,
2294
2495
  "name": "dialog",
2295
2496
  "kind": 1024,
2296
2497
  "kindString": "Property",
@@ -2305,7 +2506,7 @@
2305
2506
  "typeArguments": [
2306
2507
  {
2307
2508
  "type": "reference",
2308
- "id": 204,
2509
+ "id": 228,
2309
2510
  "name": "DialogProps"
2310
2511
  }
2311
2512
  ],
@@ -2315,7 +2516,7 @@
2315
2516
  }
2316
2517
  },
2317
2518
  {
2318
- "id": 272,
2519
+ "id": 302,
2319
2520
  "name": "hanger",
2320
2521
  "kind": 1024,
2321
2522
  "kindString": "Property",
@@ -2330,7 +2531,7 @@
2330
2531
  "typeArguments": [
2331
2532
  {
2332
2533
  "type": "reference",
2333
- "id": 252,
2534
+ "id": 281,
2334
2535
  "name": "HangerProps"
2335
2536
  }
2336
2537
  ],
@@ -2340,7 +2541,7 @@
2340
2541
  }
2341
2542
  },
2342
2543
  {
2343
- "id": 271,
2544
+ "id": 301,
2344
2545
  "name": "icon",
2345
2546
  "kind": 1024,
2346
2547
  "kindString": "Property",
@@ -2350,12 +2551,12 @@
2350
2551
  },
2351
2552
  "type": {
2352
2553
  "type": "reference",
2353
- "id": 260,
2554
+ "id": 290,
2354
2555
  "name": "IconName"
2355
2556
  }
2356
2557
  },
2357
2558
  {
2358
- "id": 273,
2559
+ "id": 303,
2359
2560
  "name": "menu",
2360
2561
  "kind": 1024,
2361
2562
  "kindString": "Property",
@@ -2370,7 +2571,7 @@
2370
2571
  "typeArguments": [
2371
2572
  {
2372
2573
  "type": "reference",
2373
- "id": 360,
2574
+ "id": 388,
2374
2575
  "name": "MenuProps"
2375
2576
  }
2376
2577
  ],
@@ -2380,7 +2581,7 @@
2380
2581
  }
2381
2582
  },
2382
2583
  {
2383
- "id": 274,
2584
+ "id": 304,
2384
2585
  "name": "popover",
2385
2586
  "kind": 1024,
2386
2587
  "kindString": "Property",
@@ -2395,7 +2596,7 @@
2395
2596
  "typeArguments": [
2396
2597
  {
2397
2598
  "type": "reference",
2398
- "id": 533,
2599
+ "id": 562,
2399
2600
  "name": "PopoverProps"
2400
2601
  }
2401
2602
  ],
@@ -2405,7 +2606,7 @@
2405
2606
  }
2406
2607
  },
2407
2608
  {
2408
- "id": 275,
2609
+ "id": 305,
2409
2610
  "name": "rounded",
2410
2611
  "kind": 1024,
2411
2612
  "kindString": "Property",
@@ -2421,7 +2622,7 @@
2421
2622
  }
2422
2623
  },
2423
2624
  {
2424
- "id": 276,
2625
+ "id": 306,
2425
2626
  "name": "tooltip",
2426
2627
  "kind": 1024,
2427
2628
  "kindString": "Property",
@@ -3250,7 +3451,7 @@
3250
3451
  ],
3251
3452
  "props": [
3252
3453
  {
3253
- "id": 263,
3454
+ "id": 293,
3254
3455
  "name": "name",
3255
3456
  "kind": 1024,
3256
3457
  "kindString": "Property",
@@ -3260,7 +3461,7 @@
3260
3461
  },
3261
3462
  "type": {
3262
3463
  "type": "reference",
3263
- "id": 260,
3464
+ "id": 290,
3264
3465
  "name": "IconName"
3265
3466
  }
3266
3467
  }
@@ -3272,7 +3473,7 @@
3272
3473
  ],
3273
3474
  "props": [
3274
3475
  {
3275
- "id": 291,
3476
+ "id": 319,
3276
3477
  "name": "button",
3277
3478
  "kind": 1024,
3278
3479
  "kindString": "Property",
@@ -3290,7 +3491,7 @@
3290
3491
  }
3291
3492
  },
3292
3493
  {
3293
- "id": 293,
3494
+ "id": 321,
3294
3495
  "name": "highlighted",
3295
3496
  "kind": 1024,
3296
3497
  "kindString": "Property",
@@ -3306,7 +3507,7 @@
3306
3507
  }
3307
3508
  },
3308
3509
  {
3309
- "id": 292,
3510
+ "id": 320,
3310
3511
  "name": "icon",
3311
3512
  "kind": 1024,
3312
3513
  "kindString": "Property",
@@ -3321,7 +3522,7 @@
3321
3522
  "types": [
3322
3523
  {
3323
3524
  "type": "reference",
3324
- "id": 260,
3525
+ "id": 290,
3325
3526
  "name": "IconName"
3326
3527
  },
3327
3528
  {
@@ -3334,7 +3535,7 @@
3334
3535
  }
3335
3536
  },
3336
3537
  {
3337
- "id": 294,
3538
+ "id": 322,
3338
3539
  "name": "state",
3339
3540
  "kind": 1024,
3340
3541
  "kindString": "Property",
@@ -3358,7 +3559,7 @@
3358
3559
  ],
3359
3560
  "props": [
3360
3561
  {
3361
- "id": 316,
3562
+ "id": 344,
3362
3563
  "name": "children",
3363
3564
  "kind": 1024,
3364
3565
  "kindString": "Property",
@@ -3374,7 +3575,7 @@
3374
3575
  }
3375
3576
  },
3376
3577
  {
3377
- "id": 317,
3578
+ "id": 345,
3378
3579
  "name": "disabled",
3379
3580
  "kind": 1024,
3380
3581
  "kindString": "Property",
@@ -3390,7 +3591,7 @@
3390
3591
  }
3391
3592
  },
3392
3593
  {
3393
- "id": 318,
3594
+ "id": 346,
3394
3595
  "name": "message",
3395
3596
  "kind": 1024,
3396
3597
  "kindString": "Property",
@@ -3406,7 +3607,7 @@
3406
3607
  }
3407
3608
  },
3408
3609
  {
3409
- "id": 319,
3610
+ "id": 347,
3410
3611
  "name": "state",
3411
3612
  "kind": 1024,
3412
3613
  "kindString": "Property",
@@ -3432,7 +3633,7 @@
3432
3633
  ],
3433
3634
  "props": [
3434
3635
  {
3435
- "id": 335,
3636
+ "id": 363,
3436
3637
  "name": "data",
3437
3638
  "kind": 1024,
3438
3639
  "kindString": "Property",
@@ -3446,13 +3647,13 @@
3446
3647
  "type": "array",
3447
3648
  "elementType": {
3448
3649
  "type": "reference",
3449
- "id": 326,
3650
+ "id": 354,
3450
3651
  "name": "ListboxItem"
3451
3652
  }
3452
3653
  }
3453
3654
  },
3454
3655
  {
3455
- "id": 336,
3656
+ "id": 364,
3456
3657
  "name": "defaultValue",
3457
3658
  "kind": 1024,
3458
3659
  "kindString": "Property",
@@ -3464,12 +3665,12 @@
3464
3665
  },
3465
3666
  "type": {
3466
3667
  "type": "reference",
3467
- "id": 327,
3668
+ "id": 355,
3468
3669
  "name": "ListboxValue"
3469
3670
  }
3470
3671
  },
3471
3672
  {
3472
- "id": 337,
3673
+ "id": 365,
3473
3674
  "name": "emptyValue",
3474
3675
  "kind": 1024,
3475
3676
  "kindString": "Property",
@@ -3481,12 +3682,12 @@
3481
3682
  },
3482
3683
  "type": {
3483
3684
  "type": "reference",
3484
- "id": 327,
3685
+ "id": 355,
3485
3686
  "name": "ListboxValue"
3486
3687
  }
3487
3688
  },
3488
3689
  {
3489
- "id": 338,
3690
+ "id": 366,
3490
3691
  "name": "highlighted",
3491
3692
  "kind": 1024,
3492
3693
  "kindString": "Property",
@@ -3502,7 +3703,7 @@
3502
3703
  }
3503
3704
  },
3504
3705
  {
3505
- "id": 339,
3706
+ "id": 367,
3506
3707
  "name": "loading",
3507
3708
  "kind": 1024,
3508
3709
  "kindString": "Property",
@@ -3518,7 +3719,7 @@
3518
3719
  }
3519
3720
  },
3520
3721
  {
3521
- "id": 340,
3722
+ "id": 368,
3522
3723
  "name": "state",
3523
3724
  "kind": 1024,
3524
3725
  "kindString": "Property",
@@ -3535,7 +3736,7 @@
3535
3736
  }
3536
3737
  },
3537
3738
  {
3538
- "id": 341,
3739
+ "id": 369,
3539
3740
  "name": "value",
3540
3741
  "kind": 1024,
3541
3742
  "kindString": "Property",
@@ -3547,7 +3748,7 @@
3547
3748
  },
3548
3749
  "type": {
3549
3750
  "type": "reference",
3550
- "id": 327,
3751
+ "id": 355,
3551
3752
  "name": "ListboxValue"
3552
3753
  }
3553
3754
  }
@@ -3556,7 +3757,7 @@
3556
3757
  "ListboxTexts": {
3557
3758
  "props": [
3558
3759
  {
3559
- "id": 332,
3760
+ "id": 360,
3560
3761
  "name": "allOption",
3561
3762
  "kind": 1024,
3562
3763
  "kindString": "Property",
@@ -3570,7 +3771,7 @@
3570
3771
  }
3571
3772
  },
3572
3773
  {
3573
- "id": 330,
3774
+ "id": 358,
3574
3775
  "name": "empty",
3575
3776
  "kind": 1024,
3576
3777
  "kindString": "Property",
@@ -3584,7 +3785,7 @@
3584
3785
  }
3585
3786
  },
3586
3787
  {
3587
- "id": 331,
3788
+ "id": 359,
3588
3789
  "name": "loading",
3589
3790
  "kind": 1024,
3590
3791
  "kindString": "Property",
@@ -3603,7 +3804,7 @@
3603
3804
  "Localization": {
3604
3805
  "props": [
3605
3806
  {
3606
- "id": 564,
3807
+ "id": 594,
3607
3808
  "name": "formatting",
3608
3809
  "kind": 1024,
3609
3810
  "kindString": "Property",
@@ -3614,14 +3815,14 @@
3614
3815
  "type": {
3615
3816
  "type": "reflection",
3616
3817
  "declaration": {
3617
- "id": 565,
3818
+ "id": 595,
3618
3819
  "name": "__type",
3619
3820
  "kind": 65536,
3620
3821
  "kindString": "Type literal",
3621
3822
  "flags": {},
3622
3823
  "children": [
3623
3824
  {
3624
- "id": 566,
3825
+ "id": 596,
3625
3826
  "name": "date",
3626
3827
  "kind": 1024,
3627
3828
  "kindString": "Property",
@@ -3640,7 +3841,7 @@
3640
3841
  "title": "Properties",
3641
3842
  "kind": 1024,
3642
3843
  "children": [
3643
- 566
3844
+ 596
3644
3845
  ]
3645
3846
  }
3646
3847
  ]
@@ -3648,7 +3849,7 @@
3648
3849
  }
3649
3850
  },
3650
3851
  {
3651
- "id": 562,
3852
+ "id": 592,
3652
3853
  "name": "locale",
3653
3854
  "kind": 1024,
3654
3855
  "kindString": "Property",
@@ -3663,7 +3864,7 @@
3663
3864
  }
3664
3865
  },
3665
3866
  {
3666
- "id": 563,
3867
+ "id": 593,
3667
3868
  "name": "texts",
3668
3869
  "kind": 1024,
3669
3870
  "kindString": "Property",
@@ -3673,7 +3874,7 @@
3673
3874
  },
3674
3875
  "type": {
3675
3876
  "type": "reference",
3676
- "id": 547,
3877
+ "id": 577,
3677
3878
  "name": "LocalizationTexts"
3678
3879
  }
3679
3880
  }
@@ -3682,7 +3883,7 @@
3682
3883
  "LocalizationTexts": {
3683
3884
  "props": [
3684
3885
  {
3685
- "id": 549,
3886
+ "id": 579,
3686
3887
  "name": "calendar",
3687
3888
  "kind": 1024,
3688
3889
  "kindString": "Property",
@@ -3692,12 +3893,12 @@
3692
3893
  },
3693
3894
  "type": {
3694
3895
  "type": "reference",
3695
- "id": 104,
3896
+ "id": 128,
3696
3897
  "name": "CalendarTexts"
3697
3898
  }
3698
3899
  },
3699
3900
  {
3700
- "id": 550,
3901
+ "id": 580,
3701
3902
  "name": "datepicker",
3702
3903
  "kind": 1024,
3703
3904
  "kindString": "Property",
@@ -3707,12 +3908,12 @@
3707
3908
  },
3708
3909
  "type": {
3709
3910
  "type": "reference",
3710
- "id": 155,
3911
+ "id": 179,
3711
3912
  "name": "DatepickerTexts"
3712
3913
  }
3713
3914
  },
3714
3915
  {
3715
- "id": 553,
3916
+ "id": 583,
3716
3917
  "name": "dialog",
3717
3918
  "kind": 1024,
3718
3919
  "kindString": "Property",
@@ -3722,12 +3923,12 @@
3722
3923
  },
3723
3924
  "type": {
3724
3925
  "type": "reference",
3725
- "id": 200,
3926
+ "id": 224,
3726
3927
  "name": "DialogTexts"
3727
3928
  }
3728
3929
  },
3729
3930
  {
3730
- "id": 551,
3931
+ "id": 581,
3731
3932
  "name": "hanger",
3732
3933
  "kind": 1024,
3733
3934
  "kindString": "Property",
@@ -3737,12 +3938,12 @@
3737
3938
  },
3738
3939
  "type": {
3739
3940
  "type": "reference",
3740
- "id": 240,
3941
+ "id": 269,
3741
3942
  "name": "HangerTexts"
3742
3943
  }
3743
3944
  },
3744
3945
  {
3745
- "id": 552,
3946
+ "id": 582,
3746
3947
  "name": "listbox",
3747
3948
  "kind": 1024,
3748
3949
  "kindString": "Property",
@@ -3752,12 +3953,12 @@
3752
3953
  },
3753
3954
  "type": {
3754
3955
  "type": "reference",
3755
- "id": 328,
3956
+ "id": 356,
3756
3957
  "name": "ListboxTexts"
3757
3958
  }
3758
3959
  },
3759
3960
  {
3760
- "id": 554,
3961
+ "id": 584,
3761
3962
  "name": "pagination",
3762
3963
  "kind": 1024,
3763
3964
  "kindString": "Property",
@@ -3767,12 +3968,12 @@
3767
3968
  },
3768
3969
  "type": {
3769
3970
  "type": "reference",
3770
- "id": 484,
3971
+ "id": 513,
3771
3972
  "name": "PaginationTexts"
3772
3973
  }
3773
3974
  },
3774
3975
  {
3775
- "id": 559,
3976
+ "id": 589,
3776
3977
  "name": "searchInput",
3777
3978
  "kind": 1024,
3778
3979
  "kindString": "Property",
@@ -3782,12 +3983,12 @@
3782
3983
  },
3783
3984
  "type": {
3784
3985
  "type": "reference",
3785
- "id": 301,
3986
+ "id": 329,
3786
3987
  "name": "SearchInputTexts"
3787
3988
  }
3788
3989
  },
3789
3990
  {
3790
- "id": 556,
3991
+ "id": 586,
3791
3992
  "name": "select",
3792
3993
  "kind": 1024,
3793
3994
  "kindString": "Property",
@@ -3797,12 +3998,12 @@
3797
3998
  },
3798
3999
  "type": {
3799
4000
  "type": "reference",
3800
- "id": 681,
4001
+ "id": 711,
3801
4002
  "name": "SelectTexts"
3802
4003
  }
3803
4004
  },
3804
4005
  {
3805
- "id": 555,
4006
+ "id": 585,
3806
4007
  "name": "table",
3807
4008
  "kind": 1024,
3808
4009
  "kindString": "Property",
@@ -3812,12 +4013,12 @@
3812
4013
  },
3813
4014
  "type": {
3814
4015
  "type": "reference",
3815
- "id": 874,
4016
+ "id": 904,
3816
4017
  "name": "TableTexts"
3817
4018
  }
3818
4019
  },
3819
4020
  {
3820
- "id": 557,
4021
+ "id": 587,
3821
4022
  "name": "toasts",
3822
4023
  "kind": 1024,
3823
4024
  "kindString": "Property",
@@ -3831,7 +4032,7 @@
3831
4032
  }
3832
4033
  },
3833
4034
  {
3834
- "id": 558,
4035
+ "id": 588,
3835
4036
  "name": "tour",
3836
4037
  "kind": 1024,
3837
4038
  "kindString": "Property",
@@ -3841,7 +4042,7 @@
3841
4042
  },
3842
4043
  "type": {
3843
4044
  "type": "reference",
3844
- "id": 1005,
4045
+ "id": 1035,
3845
4046
  "name": "TourTexts"
3846
4047
  }
3847
4048
  }
@@ -3850,7 +4051,7 @@
3850
4051
  "MenuProps": {
3851
4052
  "props": [
3852
4053
  {
3853
- "id": 362,
4054
+ "id": 390,
3854
4055
  "name": "children",
3855
4056
  "kind": 1024,
3856
4057
  "kindString": "Property",
@@ -3863,7 +4064,7 @@
3863
4064
  }
3864
4065
  },
3865
4066
  {
3866
- "id": 363,
4067
+ "id": 391,
3867
4068
  "name": "id",
3868
4069
  "kind": 1024,
3869
4070
  "kindString": "Property",
@@ -3874,6 +4075,24 @@
3874
4075
  "type": "intrinsic",
3875
4076
  "name": "string"
3876
4077
  }
4078
+ },
4079
+ {
4080
+ "id": 392,
4081
+ "name": "trigger",
4082
+ "kind": 1024,
4083
+ "kindString": "Property",
4084
+ "flags": {
4085
+ "isOptional": true
4086
+ },
4087
+ "comment": {
4088
+ "shortText": "A trigger to be used for the menu, should not be set if `children` already contains a trigger"
4089
+ },
4090
+ "type": {
4091
+ "type": "reference",
4092
+ "qualifiedName": "global.JSX.Element",
4093
+ "package": "@types/react",
4094
+ "name": "JSX.Element"
4095
+ }
3877
4096
  }
3878
4097
  ]
3879
4098
  },
@@ -3883,7 +4102,7 @@
3883
4102
  ],
3884
4103
  "props": [
3885
4104
  {
3886
- "id": 455,
4105
+ "id": 484,
3887
4106
  "name": "active",
3888
4107
  "kind": 1024,
3889
4108
  "kindString": "Property",
@@ -3899,7 +4118,7 @@
3899
4118
  }
3900
4119
  },
3901
4120
  {
3902
- "id": 456,
4121
+ "id": 485,
3903
4122
  "name": "onDrop",
3904
4123
  "kind": 1024,
3905
4124
  "kindString": "Property",
@@ -3917,7 +4136,7 @@
3917
4136
  }
3918
4137
  },
3919
4138
  {
3920
- "id": 457,
4139
+ "id": 486,
3921
4140
  "name": "postfix",
3922
4141
  "kind": 1024,
3923
4142
  "kindString": "Property",
@@ -3935,7 +4154,7 @@
3935
4154
  }
3936
4155
  },
3937
4156
  {
3938
- "id": 458,
4157
+ "id": 487,
3939
4158
  "name": "prefix",
3940
4159
  "kind": 1024,
3941
4160
  "kindString": "Property",
@@ -3953,7 +4172,7 @@
3953
4172
  }
3954
4173
  },
3955
4174
  {
3956
- "id": 459,
4175
+ "id": 488,
3957
4176
  "name": "target",
3958
4177
  "kind": 1024,
3959
4178
  "kindString": "Property",
@@ -3988,7 +4207,7 @@
3988
4207
  ],
3989
4208
  "props": [
3990
4209
  {
3991
- "id": 497,
4210
+ "id": 526,
3992
4211
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
3993
4212
  "kind": 1024,
3994
4213
  "kindString": "Property",
@@ -4004,7 +4223,7 @@
4004
4223
  }
4005
4224
  },
4006
4225
  {
4007
- "id": 492,
4226
+ "id": 521,
4008
4227
  "name": "length",
4009
4228
  "kind": 1024,
4010
4229
  "kindString": "Property",
@@ -4018,7 +4237,7 @@
4018
4237
  }
4019
4238
  },
4020
4239
  {
4021
- "id": 493,
4240
+ "id": 522,
4022
4241
  "name": "pageSizes",
4023
4242
  "kind": 1024,
4024
4243
  "kindString": "Property",
@@ -4037,7 +4256,7 @@
4037
4256
  }
4038
4257
  },
4039
4258
  {
4040
- "id": 494,
4259
+ "id": 523,
4041
4260
  "name": "showPageControls",
4042
4261
  "kind": 1024,
4043
4262
  "kindString": "Property",
@@ -4053,7 +4272,7 @@
4053
4272
  }
4054
4273
  },
4055
4274
  {
4056
- "id": 495,
4275
+ "id": 524,
4057
4276
  "name": "showPageNumbers",
4058
4277
  "kind": 1024,
4059
4278
  "kindString": "Property",
@@ -4069,7 +4288,7 @@
4069
4288
  }
4070
4289
  },
4071
4290
  {
4072
- "id": 496,
4291
+ "id": 525,
4073
4292
  "name": "showPageSize",
4074
4293
  "kind": 1024,
4075
4294
  "kindString": "Property",
@@ -4089,7 +4308,7 @@
4089
4308
  "PaginationTexts": {
4090
4309
  "props": [
4091
4310
  {
4092
- "id": 489,
4311
+ "id": 518,
4093
4312
  "name": "actions",
4094
4313
  "kind": 1024,
4095
4314
  "kindString": "Property",
@@ -4099,12 +4318,12 @@
4099
4318
  },
4100
4319
  "type": {
4101
4320
  "type": "reference",
4102
- "id": 473,
4321
+ "id": 502,
4103
4322
  "name": "PaginationTextsActions"
4104
4323
  }
4105
4324
  },
4106
4325
  {
4107
- "id": 486,
4326
+ "id": 515,
4108
4327
  "name": "label",
4109
4328
  "kind": 1024,
4110
4329
  "kindString": "Property",
@@ -4118,7 +4337,7 @@
4118
4337
  }
4119
4338
  },
4120
4339
  {
4121
- "id": 487,
4340
+ "id": 516,
4122
4341
  "name": "pageSize",
4123
4342
  "kind": 1024,
4124
4343
  "kindString": "Property",
@@ -4132,7 +4351,7 @@
4132
4351
  }
4133
4352
  },
4134
4353
  {
4135
- "id": 488,
4354
+ "id": 517,
4136
4355
  "name": "showingXofYofTotal",
4137
4356
  "kind": 1024,
4138
4357
  "kindString": "Property",
@@ -4150,7 +4369,7 @@
4150
4369
  "PaginationTextsActions": {
4151
4370
  "props": [
4152
4371
  {
4153
- "id": 475,
4372
+ "id": 504,
4154
4373
  "name": "firstPage",
4155
4374
  "kind": 1024,
4156
4375
  "kindString": "Property",
@@ -4164,7 +4383,7 @@
4164
4383
  }
4165
4384
  },
4166
4385
  {
4167
- "id": 476,
4386
+ "id": 505,
4168
4387
  "name": "firstPageWithShortcut",
4169
4388
  "kind": 1024,
4170
4389
  "kindString": "Property",
@@ -4178,7 +4397,7 @@
4178
4397
  }
4179
4398
  },
4180
4399
  {
4181
- "id": 481,
4400
+ "id": 510,
4182
4401
  "name": "lastPage",
4183
4402
  "kind": 1024,
4184
4403
  "kindString": "Property",
@@ -4192,7 +4411,7 @@
4192
4411
  }
4193
4412
  },
4194
4413
  {
4195
- "id": 482,
4414
+ "id": 511,
4196
4415
  "name": "lastPageWithShortcut",
4197
4416
  "kind": 1024,
4198
4417
  "kindString": "Property",
@@ -4206,7 +4425,7 @@
4206
4425
  }
4207
4426
  },
4208
4427
  {
4209
- "id": 477,
4428
+ "id": 506,
4210
4429
  "name": "nextPage",
4211
4430
  "kind": 1024,
4212
4431
  "kindString": "Property",
@@ -4220,7 +4439,7 @@
4220
4439
  }
4221
4440
  },
4222
4441
  {
4223
- "id": 478,
4442
+ "id": 507,
4224
4443
  "name": "nextPageWithShortcut",
4225
4444
  "kind": 1024,
4226
4445
  "kindString": "Property",
@@ -4234,7 +4453,7 @@
4234
4453
  }
4235
4454
  },
4236
4455
  {
4237
- "id": 483,
4456
+ "id": 512,
4238
4457
  "name": "pageX",
4239
4458
  "kind": 1024,
4240
4459
  "kindString": "Property",
@@ -4248,7 +4467,7 @@
4248
4467
  }
4249
4468
  },
4250
4469
  {
4251
- "id": 479,
4470
+ "id": 508,
4252
4471
  "name": "previousPage",
4253
4472
  "kind": 1024,
4254
4473
  "kindString": "Property",
@@ -4262,7 +4481,7 @@
4262
4481
  }
4263
4482
  },
4264
4483
  {
4265
- "id": 480,
4484
+ "id": 509,
4266
4485
  "name": "previousPageWithShortcut",
4267
4486
  "kind": 1024,
4268
4487
  "kindString": "Property",
@@ -4284,7 +4503,7 @@
4284
4503
  ],
4285
4504
  "props": [
4286
4505
  {
4287
- "id": 527,
4506
+ "id": 556,
4288
4507
  "name": "children",
4289
4508
  "kind": 1024,
4290
4509
  "kindString": "Property",
@@ -4301,28 +4520,28 @@
4301
4520
  {
4302
4521
  "type": "reflection",
4303
4522
  "declaration": {
4304
- "id": 528,
4523
+ "id": 557,
4305
4524
  "name": "__type",
4306
4525
  "kind": 65536,
4307
4526
  "kindString": "Type literal",
4308
4527
  "flags": {},
4309
4528
  "signatures": [
4310
4529
  {
4311
- "id": 529,
4530
+ "id": 558,
4312
4531
  "name": "__type",
4313
4532
  "kind": 4096,
4314
4533
  "kindString": "Call signature",
4315
4534
  "flags": {},
4316
4535
  "parameters": [
4317
4536
  {
4318
- "id": 530,
4537
+ "id": 559,
4319
4538
  "name": "props",
4320
4539
  "kind": 32768,
4321
4540
  "kindString": "Parameter",
4322
4541
  "flags": {},
4323
4542
  "type": {
4324
4543
  "type": "reference",
4325
- "id": 521,
4544
+ "id": 550,
4326
4545
  "name": "PopoverContentRenderProps"
4327
4546
  }
4328
4547
  }
@@ -4341,7 +4560,7 @@
4341
4560
  }
4342
4561
  },
4343
4562
  {
4344
- "id": 531,
4563
+ "id": 560,
4345
4564
  "name": "placement",
4346
4565
  "kind": 1024,
4347
4566
  "kindString": "Property",
@@ -4362,14 +4581,14 @@
4362
4581
  "PopoverContentRenderProps": {
4363
4582
  "props": [
4364
4583
  {
4365
- "id": 523,
4584
+ "id": 552,
4366
4585
  "name": "close",
4367
4586
  "kind": 2048,
4368
4587
  "kindString": "Method",
4369
4588
  "flags": {},
4370
4589
  "signatures": [
4371
4590
  {
4372
- "id": 524,
4591
+ "id": 553,
4373
4592
  "name": "close",
4374
4593
  "kind": 4096,
4375
4594
  "kindString": "Call signature",
@@ -4391,7 +4610,7 @@
4391
4610
  ],
4392
4611
  "props": [
4393
4612
  {
4394
- "id": 543,
4613
+ "id": 573,
4395
4614
  "name": "duration",
4396
4615
  "kind": 1024,
4397
4616
  "kindString": "Property",
@@ -4411,7 +4630,7 @@
4411
4630
  "ProviderProps": {
4412
4631
  "props": [
4413
4632
  {
4414
- "id": 644,
4633
+ "id": 674,
4415
4634
  "name": "children",
4416
4635
  "kind": 1024,
4417
4636
  "kindString": "Property",
@@ -4427,7 +4646,7 @@
4427
4646
  }
4428
4647
  },
4429
4648
  {
4430
- "id": 645,
4649
+ "id": 675,
4431
4650
  "name": "localization",
4432
4651
  "kind": 1024,
4433
4652
  "kindString": "Property",
@@ -4439,7 +4658,7 @@
4439
4658
  },
4440
4659
  "type": {
4441
4660
  "type": "reference",
4442
- "id": 560,
4661
+ "id": 590,
4443
4662
  "name": "Localization"
4444
4663
  }
4445
4664
  }
@@ -4451,7 +4670,7 @@
4451
4670
  ],
4452
4671
  "props": [
4453
4672
  {
4454
- "id": 663,
4673
+ "id": 693,
4455
4674
  "name": "children",
4456
4675
  "kind": 1024,
4457
4676
  "kindString": "Property",
@@ -4467,7 +4686,7 @@
4467
4686
  }
4468
4687
  },
4469
4688
  {
4470
- "id": 664,
4689
+ "id": 694,
4471
4690
  "name": "disabled",
4472
4691
  "kind": 1024,
4473
4692
  "kindString": "Property",
@@ -4480,7 +4699,7 @@
4480
4699
  }
4481
4700
  },
4482
4701
  {
4483
- "id": 665,
4702
+ "id": 695,
4484
4703
  "name": "value",
4485
4704
  "kind": 1024,
4486
4705
  "kindString": "Property",
@@ -4490,7 +4709,7 @@
4490
4709
  },
4491
4710
  "type": {
4492
4711
  "type": "reference",
4493
- "id": 653,
4712
+ "id": 683,
4494
4713
  "name": "RadioGroupItemValue"
4495
4714
  }
4496
4715
  }
@@ -4515,7 +4734,7 @@
4515
4734
  ],
4516
4735
  "props": [
4517
4736
  {
4518
- "id": 718,
4737
+ "id": 748,
4519
4738
  "name": "subRows",
4520
4739
  "kind": 1024,
4521
4740
  "kindString": "Property",
@@ -4526,11 +4745,11 @@
4526
4745
  "type": "array",
4527
4746
  "elementType": {
4528
4747
  "type": "reference",
4529
- "id": 716,
4748
+ "id": 746,
4530
4749
  "typeArguments": [
4531
4750
  {
4532
4751
  "type": "reference",
4533
- "id": 720,
4752
+ "id": 750,
4534
4753
  "name": "TRow"
4535
4754
  }
4536
4755
  ],
@@ -4600,7 +4819,7 @@
4600
4819
  ],
4601
4820
  "props": [
4602
4821
  {
4603
- "id": 306,
4822
+ "id": 334,
4604
4823
  "name": "onSearch",
4605
4824
  "kind": 2048,
4606
4825
  "kindString": "Method",
@@ -4609,7 +4828,7 @@
4609
4828
  },
4610
4829
  "signatures": [
4611
4830
  {
4612
- "id": 307,
4831
+ "id": 335,
4613
4832
  "name": "onSearch",
4614
4833
  "kind": 4096,
4615
4834
  "kindString": "Call signature",
@@ -4619,7 +4838,7 @@
4619
4838
  },
4620
4839
  "parameters": [
4621
4840
  {
4622
- "id": 308,
4841
+ "id": 336,
4623
4842
  "name": "value",
4624
4843
  "kind": 32768,
4625
4844
  "kindString": "Parameter",
@@ -4666,7 +4885,7 @@
4666
4885
  "SearchInputTexts": {
4667
4886
  "props": [
4668
4887
  {
4669
- "id": 303,
4888
+ "id": 331,
4670
4889
  "name": "inputLabel",
4671
4890
  "kind": 1024,
4672
4891
  "kindString": "Property",
@@ -4687,7 +4906,7 @@
4687
4906
  ],
4688
4907
  "props": [
4689
4908
  {
4690
- "id": 689,
4909
+ "id": 719,
4691
4910
  "name": "editable",
4692
4911
  "kind": 1024,
4693
4912
  "kindString": "Property",
@@ -4707,7 +4926,7 @@
4707
4926
  "SelectTexts": {
4708
4927
  "props": [
4709
4928
  {
4710
- "id": 683,
4929
+ "id": 713,
4711
4930
  "name": "allOptionsSelected",
4712
4931
  "kind": 1024,
4713
4932
  "kindString": "Property",
@@ -4747,7 +4966,7 @@
4747
4966
  "SortRule": {
4748
4967
  "props": [
4749
4968
  {
4750
- "id": 769,
4969
+ "id": 799,
4751
4970
  "name": "accessor",
4752
4971
  "kind": 1024,
4753
4972
  "kindString": "Property",
@@ -4760,7 +4979,7 @@
4760
4979
  "typeArguments": [
4761
4980
  {
4762
4981
  "type": "reference",
4763
- "id": 771,
4982
+ "id": 801,
4764
4983
  "name": "T"
4765
4984
  }
4766
4985
  ],
@@ -4770,7 +4989,7 @@
4770
4989
  }
4771
4990
  },
4772
4991
  {
4773
- "id": 770,
4992
+ "id": 800,
4774
4993
  "name": "desc",
4775
4994
  "kind": 1024,
4776
4995
  "kindString": "Property",
@@ -4815,7 +5034,7 @@
4815
5034
  ],
4816
5035
  "props": [
4817
5036
  {
4818
- "id": 705,
5037
+ "id": 735,
4819
5038
  "name": "delay",
4820
5039
  "kind": 1024,
4821
5040
  "kindString": "Property",
@@ -4831,7 +5050,7 @@
4831
5050
  }
4832
5051
  },
4833
5052
  {
4834
- "id": 706,
5053
+ "id": 736,
4835
5054
  "name": "label",
4836
5055
  "kind": 1024,
4837
5056
  "kindString": "Property",
@@ -4858,7 +5077,7 @@
4858
5077
  ],
4859
5078
  "props": [
4860
5079
  {
4861
- "id": 946,
5080
+ "id": 976,
4862
5081
  "name": "id",
4863
5082
  "kind": 1024,
4864
5083
  "kindString": "Property",
@@ -4880,7 +5099,7 @@
4880
5099
  ],
4881
5100
  "props": [
4882
5101
  {
4883
- "id": 943,
5102
+ "id": 973,
4884
5103
  "name": "disabled",
4885
5104
  "kind": 1024,
4886
5105
  "kindString": "Property",
@@ -4896,7 +5115,7 @@
4896
5115
  }
4897
5116
  },
4898
5117
  {
4899
- "id": 942,
5118
+ "id": 972,
4900
5119
  "name": "id",
4901
5120
  "kind": 1024,
4902
5121
  "kindString": "Property",
@@ -4914,7 +5133,7 @@
4914
5133
  "TableCell": {
4915
5134
  "props": [
4916
5135
  {
4917
- "id": 775,
5136
+ "id": 805,
4918
5137
  "name": "accessor",
4919
5138
  "kind": 1024,
4920
5139
  "kindString": "Property",
@@ -4925,7 +5144,7 @@
4925
5144
  }
4926
5145
  },
4927
5146
  {
4928
- "id": 776,
5147
+ "id": 806,
4929
5148
  "name": "row",
4930
5149
  "kind": 1024,
4931
5150
  "kindString": "Property",
@@ -4935,11 +5154,11 @@
4935
5154
  },
4936
5155
  "type": {
4937
5156
  "type": "reference",
4938
- "id": 849,
5157
+ "id": 879,
4939
5158
  "typeArguments": [
4940
5159
  {
4941
5160
  "type": "reference",
4942
- "id": 778,
5161
+ "id": 808,
4943
5162
  "name": "TRow"
4944
5163
  }
4945
5164
  ],
@@ -4947,7 +5166,7 @@
4947
5166
  }
4948
5167
  },
4949
5168
  {
4950
- "id": 777,
5169
+ "id": 807,
4951
5170
  "name": "value",
4952
5171
  "kind": 1024,
4953
5172
  "kindString": "Property",
@@ -4965,7 +5184,7 @@
4965
5184
  "TableColumnProps": {
4966
5185
  "props": [
4967
5186
  {
4968
- "id": 781,
5187
+ "id": 811,
4969
5188
  "name": "accessor",
4970
5189
  "kind": 1024,
4971
5190
  "kindString": "Property",
@@ -4979,7 +5198,7 @@
4979
5198
  }
4980
5199
  },
4981
5200
  {
4982
- "id": 782,
5201
+ "id": 812,
4983
5202
  "name": "align",
4984
5203
  "kind": 1024,
4985
5204
  "kindString": "Property",
@@ -5008,7 +5227,7 @@
5008
5227
  }
5009
5228
  },
5010
5229
  {
5011
- "id": 783,
5230
+ "id": 813,
5012
5231
  "name": "className",
5013
5232
  "kind": 1024,
5014
5233
  "kindString": "Property",
@@ -5024,7 +5243,7 @@
5024
5243
  }
5025
5244
  },
5026
5245
  {
5027
- "id": 787,
5246
+ "id": 817,
5028
5247
  "name": "disableSorting",
5029
5248
  "kind": 1024,
5030
5249
  "kindString": "Property",
@@ -5040,7 +5259,7 @@
5040
5259
  }
5041
5260
  },
5042
5261
  {
5043
- "id": 791,
5262
+ "id": 821,
5044
5263
  "name": "flex",
5045
5264
  "kind": 1024,
5046
5265
  "kindString": "Property",
@@ -5060,28 +5279,28 @@
5060
5279
  {
5061
5280
  "type": "reflection",
5062
5281
  "declaration": {
5063
- "id": 792,
5282
+ "id": 822,
5064
5283
  "name": "__type",
5065
5284
  "kind": 65536,
5066
5285
  "kindString": "Type literal",
5067
5286
  "flags": {},
5068
5287
  "signatures": [
5069
5288
  {
5070
- "id": 793,
5289
+ "id": 823,
5071
5290
  "name": "__type",
5072
5291
  "kind": 4096,
5073
5292
  "kindString": "Call signature",
5074
5293
  "flags": {},
5075
5294
  "parameters": [
5076
5295
  {
5077
- "id": 794,
5296
+ "id": 824,
5078
5297
  "name": "row",
5079
5298
  "kind": 32768,
5080
5299
  "kindString": "Parameter",
5081
5300
  "flags": {},
5082
5301
  "type": {
5083
5302
  "type": "reference",
5084
- "id": 801,
5303
+ "id": 831,
5085
5304
  "name": "TRow"
5086
5305
  }
5087
5306
  }
@@ -5098,7 +5317,7 @@
5098
5317
  }
5099
5318
  },
5100
5319
  {
5101
- "id": 795,
5320
+ "id": 825,
5102
5321
  "name": "headRenderer",
5103
5322
  "kind": 1024,
5104
5323
  "kindString": "Property",
@@ -5116,7 +5335,7 @@
5116
5335
  }
5117
5336
  },
5118
5337
  {
5119
- "id": 796,
5338
+ "id": 826,
5120
5339
  "name": "hidden",
5121
5340
  "kind": 1024,
5122
5341
  "kindString": "Property",
@@ -5132,7 +5351,7 @@
5132
5351
  }
5133
5352
  },
5134
5353
  {
5135
- "id": 797,
5354
+ "id": 827,
5136
5355
  "name": "hiddenOnSubRows",
5137
5356
  "kind": 1024,
5138
5357
  "kindString": "Property",
@@ -5148,7 +5367,7 @@
5148
5367
  }
5149
5368
  },
5150
5369
  {
5151
- "id": 798,
5370
+ "id": 828,
5152
5371
  "name": "sort",
5153
5372
  "kind": 1024,
5154
5373
  "kindString": "Property",
@@ -5160,12 +5379,12 @@
5160
5379
  },
5161
5380
  "type": {
5162
5381
  "type": "reference",
5163
- "id": 760,
5382
+ "id": 790,
5164
5383
  "name": "SortDirection"
5165
5384
  }
5166
5385
  },
5167
5386
  {
5168
- "id": 799,
5387
+ "id": 829,
5169
5388
  "name": "sortType",
5170
5389
  "kind": 1024,
5171
5390
  "kindString": "Property",
@@ -5177,12 +5396,12 @@
5177
5396
  },
5178
5397
  "type": {
5179
5398
  "type": "reference",
5180
- "id": 772,
5399
+ "id": 802,
5181
5400
  "name": "SortTypes"
5182
5401
  }
5183
5402
  },
5184
5403
  {
5185
- "id": 800,
5404
+ "id": 830,
5186
5405
  "name": "style",
5187
5406
  "kind": 1024,
5188
5407
  "kindString": "Property",
@@ -5198,7 +5417,7 @@
5198
5417
  }
5199
5418
  },
5200
5419
  {
5201
- "id": 784,
5420
+ "id": 814,
5202
5421
  "name": "cellRenderer",
5203
5422
  "kind": 2048,
5204
5423
  "kindString": "Method",
@@ -5207,7 +5426,7 @@
5207
5426
  },
5208
5427
  "signatures": [
5209
5428
  {
5210
- "id": 785,
5429
+ "id": 815,
5211
5430
  "name": "cellRenderer",
5212
5431
  "kind": 4096,
5213
5432
  "kindString": "Call signature",
@@ -5217,18 +5436,18 @@
5217
5436
  },
5218
5437
  "parameters": [
5219
5438
  {
5220
- "id": 786,
5439
+ "id": 816,
5221
5440
  "name": "cellProps",
5222
5441
  "kind": 32768,
5223
5442
  "kindString": "Parameter",
5224
5443
  "flags": {},
5225
5444
  "type": {
5226
5445
  "type": "reference",
5227
- "id": 773,
5446
+ "id": 803,
5228
5447
  "typeArguments": [
5229
5448
  {
5230
5449
  "type": "reference",
5231
- "id": 801,
5450
+ "id": 831,
5232
5451
  "name": "TRow"
5233
5452
  }
5234
5453
  ],
@@ -5246,7 +5465,7 @@
5246
5465
  ]
5247
5466
  },
5248
5467
  {
5249
- "id": 788,
5468
+ "id": 818,
5250
5469
  "name": "editRenderer",
5251
5470
  "kind": 2048,
5252
5471
  "kindString": "Method",
@@ -5255,25 +5474,25 @@
5255
5474
  },
5256
5475
  "signatures": [
5257
5476
  {
5258
- "id": 789,
5477
+ "id": 819,
5259
5478
  "name": "editRenderer",
5260
5479
  "kind": 4096,
5261
5480
  "kindString": "Call signature",
5262
5481
  "flags": {},
5263
5482
  "parameters": [
5264
5483
  {
5265
- "id": 790,
5484
+ "id": 820,
5266
5485
  "name": "cellProps",
5267
5486
  "kind": 32768,
5268
5487
  "kindString": "Parameter",
5269
5488
  "flags": {},
5270
5489
  "type": {
5271
5490
  "type": "reference",
5272
- "id": 773,
5491
+ "id": 803,
5273
5492
  "typeArguments": [
5274
5493
  {
5275
5494
  "type": "reference",
5276
- "id": 801,
5495
+ "id": 831,
5277
5496
  "name": "TRow"
5278
5497
  }
5279
5498
  ],
@@ -5295,7 +5514,7 @@
5295
5514
  "TableGroupProps": {
5296
5515
  "props": [
5297
5516
  {
5298
- "id": 804,
5517
+ "id": 834,
5299
5518
  "name": "children",
5300
5519
  "kind": 1024,
5301
5520
  "kindString": "Property",
@@ -5311,11 +5530,11 @@
5311
5530
  "typeArguments": [
5312
5531
  {
5313
5532
  "type": "reference",
5314
- "id": 779,
5533
+ "id": 809,
5315
5534
  "typeArguments": [
5316
5535
  {
5317
5536
  "type": "reference",
5318
- "id": 807,
5537
+ "id": 837,
5319
5538
  "name": "TRow"
5320
5539
  }
5321
5540
  ],
@@ -5333,11 +5552,11 @@
5333
5552
  "typeArguments": [
5334
5553
  {
5335
5554
  "type": "reference",
5336
- "id": 779,
5555
+ "id": 809,
5337
5556
  "typeArguments": [
5338
5557
  {
5339
5558
  "type": "reference",
5340
- "id": 807,
5559
+ "id": 837,
5341
5560
  "name": "TRow"
5342
5561
  }
5343
5562
  ],
@@ -5353,7 +5572,7 @@
5353
5572
  }
5354
5573
  },
5355
5574
  {
5356
- "id": 805,
5575
+ "id": 835,
5357
5576
  "name": "hidden",
5358
5577
  "kind": 1024,
5359
5578
  "kindString": "Property",
@@ -5369,7 +5588,7 @@
5369
5588
  }
5370
5589
  },
5371
5590
  {
5372
- "id": 806,
5591
+ "id": 836,
5373
5592
  "name": "title",
5374
5593
  "kind": 1024,
5375
5594
  "kindString": "Property",
@@ -5390,7 +5609,7 @@
5390
5609
  ],
5391
5610
  "props": [
5392
5611
  {
5393
- "id": 843,
5612
+ "id": 873,
5394
5613
  "name": "actions",
5395
5614
  "kind": 1024,
5396
5615
  "kindString": "Property",
@@ -5404,11 +5623,11 @@
5404
5623
  "type": "array",
5405
5624
  "elementType": {
5406
5625
  "type": "reference",
5407
- "id": 756,
5626
+ "id": 786,
5408
5627
  "typeArguments": [
5409
5628
  {
5410
5629
  "type": "reference",
5411
- "id": 848,
5630
+ "id": 878,
5412
5631
  "name": "TRow"
5413
5632
  }
5414
5633
  ],
@@ -5417,7 +5636,7 @@
5417
5636
  }
5418
5637
  },
5419
5638
  {
5420
- "id": 810,
5639
+ "id": 840,
5421
5640
  "name": "autoFocus",
5422
5641
  "kind": 1024,
5423
5642
  "kindString": "Property",
@@ -5433,7 +5652,7 @@
5433
5652
  }
5434
5653
  },
5435
5654
  {
5436
- "id": 811,
5655
+ "id": 841,
5437
5656
  "name": "children",
5438
5657
  "kind": 1024,
5439
5658
  "kindString": "Property",
@@ -5446,7 +5665,7 @@
5446
5665
  "typeArguments": [
5447
5666
  {
5448
5667
  "type": "reference",
5449
- "id": 848,
5668
+ "id": 878,
5450
5669
  "name": "TRow"
5451
5670
  }
5452
5671
  ],
@@ -5454,7 +5673,7 @@
5454
5673
  }
5455
5674
  },
5456
5675
  {
5457
- "id": 813,
5676
+ "id": 843,
5458
5677
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5459
5678
  "kind": 1024,
5460
5679
  "kindString": "Property",
@@ -5470,7 +5689,7 @@
5470
5689
  }
5471
5690
  },
5472
5691
  {
5473
- "id": 812,
5692
+ "id": 842,
5474
5693
  "name": "data",
5475
5694
  "kind": 1024,
5476
5695
  "kindString": "Property",
@@ -5482,11 +5701,11 @@
5482
5701
  "type": "array",
5483
5702
  "elementType": {
5484
5703
  "type": "reference",
5485
- "id": 716,
5704
+ "id": 746,
5486
5705
  "typeArguments": [
5487
5706
  {
5488
5707
  "type": "reference",
5489
- "id": 848,
5708
+ "id": 878,
5490
5709
  "name": "TRow"
5491
5710
  }
5492
5711
  ],
@@ -5495,7 +5714,7 @@
5495
5714
  }
5496
5715
  },
5497
5716
  {
5498
- "id": 832,
5717
+ "id": 862,
5499
5718
  "name": "disablePagination",
5500
5719
  "kind": 1024,
5501
5720
  "kindString": "Property",
@@ -5508,7 +5727,7 @@
5508
5727
  }
5509
5728
  },
5510
5729
  {
5511
- "id": 828,
5730
+ "id": 858,
5512
5731
  "name": "disableSorting",
5513
5732
  "kind": 1024,
5514
5733
  "kindString": "Property",
@@ -5524,7 +5743,7 @@
5524
5743
  }
5525
5744
  },
5526
5745
  {
5527
- "id": 841,
5746
+ "id": 871,
5528
5747
  "name": "inlineEditingUniqueId",
5529
5748
  "kind": 1024,
5530
5749
  "kindString": "Property",
@@ -5539,13 +5758,13 @@
5539
5758
  "operator": "keyof",
5540
5759
  "target": {
5541
5760
  "type": "reference",
5542
- "id": 848,
5761
+ "id": 878,
5543
5762
  "name": "TRow"
5544
5763
  }
5545
5764
  }
5546
5765
  },
5547
5766
  {
5548
- "id": 833,
5767
+ "id": 863,
5549
5768
  "name": "length",
5550
5769
  "kind": 1024,
5551
5770
  "kindString": "Property",
@@ -5558,7 +5777,7 @@
5558
5777
  }
5559
5778
  },
5560
5779
  {
5561
- "id": 830,
5780
+ "id": 860,
5562
5781
  "name": "manualSorting",
5563
5782
  "kind": 1024,
5564
5783
  "kindString": "Property",
@@ -5574,7 +5793,7 @@
5574
5793
  }
5575
5794
  },
5576
5795
  {
5577
- "id": 834,
5796
+ "id": 864,
5578
5797
  "name": "onPaginate",
5579
5798
  "kind": 1024,
5580
5799
  "kindString": "Property",
@@ -5586,12 +5805,12 @@
5586
5805
  },
5587
5806
  "type": {
5588
5807
  "type": "reference",
5589
- "id": 711,
5808
+ "id": 741,
5590
5809
  "name": "PaginationHandler"
5591
5810
  }
5592
5811
  },
5593
5812
  {
5594
- "id": 847,
5813
+ "id": 877,
5595
5814
  "name": "onRowActive",
5596
5815
  "kind": 1024,
5597
5816
  "kindString": "Property",
@@ -5606,7 +5825,7 @@
5606
5825
  "typeArguments": [
5607
5826
  {
5608
5827
  "type": "reference",
5609
- "id": 848,
5828
+ "id": 878,
5610
5829
  "name": "TRow"
5611
5830
  }
5612
5831
  ],
@@ -5614,7 +5833,7 @@
5614
5833
  }
5615
5834
  },
5616
5835
  {
5617
- "id": 816,
5836
+ "id": 846,
5618
5837
  "name": "onRowClick",
5619
5838
  "kind": 1024,
5620
5839
  "kindString": "Property",
@@ -5626,11 +5845,11 @@
5626
5845
  },
5627
5846
  "type": {
5628
5847
  "type": "reference",
5629
- "id": 722,
5848
+ "id": 752,
5630
5849
  "typeArguments": [
5631
5850
  {
5632
5851
  "type": "reference",
5633
- "id": 848,
5852
+ "id": 878,
5634
5853
  "name": "TRow"
5635
5854
  }
5636
5855
  ],
@@ -5638,7 +5857,7 @@
5638
5857
  }
5639
5858
  },
5640
5859
  {
5641
- "id": 845,
5860
+ "id": 875,
5642
5861
  "name": "onRowCopy",
5643
5862
  "kind": 1024,
5644
5863
  "kindString": "Property",
@@ -5650,11 +5869,11 @@
5650
5869
  },
5651
5870
  "type": {
5652
5871
  "type": "reference",
5653
- "id": 744,
5872
+ "id": 774,
5654
5873
  "typeArguments": [
5655
5874
  {
5656
5875
  "type": "reference",
5657
- "id": 848,
5876
+ "id": 878,
5658
5877
  "name": "TRow"
5659
5878
  }
5660
5879
  ],
@@ -5662,7 +5881,7 @@
5662
5881
  }
5663
5882
  },
5664
5883
  {
5665
- "id": 842,
5884
+ "id": 872,
5666
5885
  "name": "onRowCreate",
5667
5886
  "kind": 1024,
5668
5887
  "kindString": "Property",
@@ -5674,11 +5893,11 @@
5674
5893
  },
5675
5894
  "type": {
5676
5895
  "type": "reference",
5677
- "id": 738,
5896
+ "id": 768,
5678
5897
  "typeArguments": [
5679
5898
  {
5680
5899
  "type": "reference",
5681
- "id": 848,
5900
+ "id": 878,
5682
5901
  "name": "TRow"
5683
5902
  }
5684
5903
  ],
@@ -5686,7 +5905,7 @@
5686
5905
  }
5687
5906
  },
5688
5907
  {
5689
- "id": 846,
5908
+ "id": 876,
5690
5909
  "name": "onRowDelete",
5691
5910
  "kind": 1024,
5692
5911
  "kindString": "Property",
@@ -5698,11 +5917,11 @@
5698
5917
  },
5699
5918
  "type": {
5700
5919
  "type": "reference",
5701
- "id": 750,
5920
+ "id": 780,
5702
5921
  "typeArguments": [
5703
5922
  {
5704
5923
  "type": "reference",
5705
- "id": 848,
5924
+ "id": 878,
5706
5925
  "name": "TRow"
5707
5926
  }
5708
5927
  ],
@@ -5710,7 +5929,7 @@
5710
5929
  }
5711
5930
  },
5712
5931
  {
5713
- "id": 817,
5932
+ "id": 847,
5714
5933
  "name": "onRowDrag",
5715
5934
  "kind": 1024,
5716
5935
  "kindString": "Property",
@@ -5722,11 +5941,11 @@
5722
5941
  },
5723
5942
  "type": {
5724
5943
  "type": "reference",
5725
- "id": 728,
5944
+ "id": 758,
5726
5945
  "typeArguments": [
5727
5946
  {
5728
5947
  "type": "reference",
5729
- "id": 848,
5948
+ "id": 878,
5730
5949
  "name": "TRow"
5731
5950
  }
5732
5951
  ],
@@ -5734,7 +5953,7 @@
5734
5953
  }
5735
5954
  },
5736
5955
  {
5737
- "id": 844,
5956
+ "id": 874,
5738
5957
  "name": "onRowEdit",
5739
5958
  "kind": 1024,
5740
5959
  "kindString": "Property",
@@ -5749,7 +5968,7 @@
5749
5968
  "typeArguments": [
5750
5969
  {
5751
5970
  "type": "reference",
5752
- "id": 848,
5971
+ "id": 878,
5753
5972
  "name": "TRow"
5754
5973
  }
5755
5974
  ],
@@ -5757,7 +5976,7 @@
5757
5976
  }
5758
5977
  },
5759
5978
  {
5760
- "id": 818,
5979
+ "id": 848,
5761
5980
  "name": "onSelectedRows",
5762
5981
  "kind": 1024,
5763
5982
  "kindString": "Property",
@@ -5769,12 +5988,12 @@
5769
5988
  },
5770
5989
  "type": {
5771
5990
  "type": "reference",
5772
- "id": 758,
5991
+ "id": 788,
5773
5992
  "name": "SelectedRowsHandler"
5774
5993
  }
5775
5994
  },
5776
5995
  {
5777
- "id": 829,
5996
+ "id": 859,
5778
5997
  "name": "onSort",
5779
5998
  "kind": 1024,
5780
5999
  "kindString": "Property",
@@ -5786,11 +6005,11 @@
5786
6005
  },
5787
6006
  "type": {
5788
6007
  "type": "reference",
5789
- "id": 761,
6008
+ "id": 791,
5790
6009
  "typeArguments": [
5791
6010
  {
5792
6011
  "type": "reference",
5793
- "id": 848,
6012
+ "id": 878,
5794
6013
  "name": "TRow"
5795
6014
  }
5796
6015
  ],
@@ -5798,7 +6017,7 @@
5798
6017
  }
5799
6018
  },
5800
6019
  {
5801
- "id": 835,
6020
+ "id": 865,
5802
6021
  "name": "pageIndex",
5803
6022
  "kind": 1024,
5804
6023
  "kindString": "Property",
@@ -5814,7 +6033,7 @@
5814
6033
  }
5815
6034
  },
5816
6035
  {
5817
- "id": 836,
6036
+ "id": 866,
5818
6037
  "name": "pageSize",
5819
6038
  "kind": 1024,
5820
6039
  "kindString": "Property",
@@ -5830,7 +6049,7 @@
5830
6049
  }
5831
6050
  },
5832
6051
  {
5833
- "id": 819,
6052
+ "id": 849,
5834
6053
  "name": "rowClassName",
5835
6054
  "kind": 1024,
5836
6055
  "kindString": "Property",
@@ -5850,32 +6069,32 @@
5850
6069
  {
5851
6070
  "type": "reflection",
5852
6071
  "declaration": {
5853
- "id": 820,
6072
+ "id": 850,
5854
6073
  "name": "__type",
5855
6074
  "kind": 65536,
5856
6075
  "kindString": "Type literal",
5857
6076
  "flags": {},
5858
6077
  "signatures": [
5859
6078
  {
5860
- "id": 821,
6079
+ "id": 851,
5861
6080
  "name": "__type",
5862
6081
  "kind": 4096,
5863
6082
  "kindString": "Call signature",
5864
6083
  "flags": {},
5865
6084
  "parameters": [
5866
6085
  {
5867
- "id": 822,
6086
+ "id": 852,
5868
6087
  "name": "row",
5869
6088
  "kind": 32768,
5870
6089
  "kindString": "Parameter",
5871
6090
  "flags": {},
5872
6091
  "type": {
5873
6092
  "type": "reference",
5874
- "id": 849,
6093
+ "id": 879,
5875
6094
  "typeArguments": [
5876
6095
  {
5877
6096
  "type": "reference",
5878
- "id": 848,
6097
+ "id": 878,
5879
6098
  "name": "TRow"
5880
6099
  }
5881
6100
  ],
@@ -5904,7 +6123,7 @@
5904
6123
  }
5905
6124
  },
5906
6125
  {
5907
- "id": 826,
6126
+ "id": 856,
5908
6127
  "name": "rowHeight",
5909
6128
  "kind": 1024,
5910
6129
  "kindString": "Property",
@@ -5920,7 +6139,7 @@
5920
6139
  }
5921
6140
  },
5922
6141
  {
5923
- "id": 827,
6142
+ "id": 857,
5924
6143
  "name": "selectedRows",
5925
6144
  "kind": 1024,
5926
6145
  "kindString": "Property",
@@ -5932,12 +6151,12 @@
5932
6151
  },
5933
6152
  "type": {
5934
6153
  "type": "reference",
5935
- "id": 759,
6154
+ "id": 789,
5936
6155
  "name": "SelectedRowsState"
5937
6156
  }
5938
6157
  },
5939
6158
  {
5940
- "id": 831,
6159
+ "id": 861,
5941
6160
  "name": "sortRules",
5942
6161
  "kind": 1024,
5943
6162
  "kindString": "Property",
@@ -5951,11 +6170,11 @@
5951
6170
  "type": "array",
5952
6171
  "elementType": {
5953
6172
  "type": "reference",
5954
- "id": 767,
6173
+ "id": 797,
5955
6174
  "typeArguments": [
5956
6175
  {
5957
6176
  "type": "reference",
5958
- "id": 848,
6177
+ "id": 878,
5959
6178
  "name": "TRow"
5960
6179
  }
5961
6180
  ],
@@ -5964,7 +6183,7 @@
5964
6183
  }
5965
6184
  },
5966
6185
  {
5967
- "id": 814,
6186
+ "id": 844,
5968
6187
  "name": "emptyStateRenderer",
5969
6188
  "kind": 2048,
5970
6189
  "kindString": "Method",
@@ -5973,7 +6192,7 @@
5973
6192
  },
5974
6193
  "signatures": [
5975
6194
  {
5976
- "id": 815,
6195
+ "id": 845,
5977
6196
  "name": "emptyStateRenderer",
5978
6197
  "kind": 4096,
5979
6198
  "kindString": "Call signature",
@@ -5991,7 +6210,7 @@
5991
6210
  ]
5992
6211
  },
5993
6212
  {
5994
- "id": 837,
6213
+ "id": 867,
5995
6214
  "name": "loadMore",
5996
6215
  "kind": 2048,
5997
6216
  "kindString": "Method",
@@ -6000,7 +6219,7 @@
6000
6219
  },
6001
6220
  "signatures": [
6002
6221
  {
6003
- "id": 838,
6222
+ "id": 868,
6004
6223
  "name": "loadMore",
6005
6224
  "kind": 4096,
6006
6225
  "kindString": "Call signature",
@@ -6010,7 +6229,7 @@
6010
6229
  },
6011
6230
  "parameters": [
6012
6231
  {
6013
- "id": 839,
6232
+ "id": 869,
6014
6233
  "name": "startIndex",
6015
6234
  "kind": 32768,
6016
6235
  "kindString": "Parameter",
@@ -6021,7 +6240,7 @@
6021
6240
  }
6022
6241
  },
6023
6242
  {
6024
- "id": 840,
6243
+ "id": 870,
6025
6244
  "name": "endIndex",
6026
6245
  "kind": 32768,
6027
6246
  "kindString": "Parameter",
@@ -6040,7 +6259,7 @@
6040
6259
  ]
6041
6260
  },
6042
6261
  {
6043
- "id": 823,
6262
+ "id": 853,
6044
6263
  "name": "rowExpansionRenderer",
6045
6264
  "kind": 2048,
6046
6265
  "kindString": "Method",
@@ -6049,7 +6268,7 @@
6049
6268
  },
6050
6269
  "signatures": [
6051
6270
  {
6052
- "id": 824,
6271
+ "id": 854,
6053
6272
  "name": "rowExpansionRenderer",
6054
6273
  "kind": 4096,
6055
6274
  "kindString": "Call signature",
@@ -6059,18 +6278,18 @@
6059
6278
  },
6060
6279
  "parameters": [
6061
6280
  {
6062
- "id": 825,
6281
+ "id": 855,
6063
6282
  "name": "row",
6064
6283
  "kind": 32768,
6065
6284
  "kindString": "Parameter",
6066
6285
  "flags": {},
6067
6286
  "type": {
6068
6287
  "type": "reference",
6069
- "id": 849,
6288
+ "id": 879,
6070
6289
  "typeArguments": [
6071
6290
  {
6072
6291
  "type": "reference",
6073
- "id": 848,
6292
+ "id": 878,
6074
6293
  "name": "TRow"
6075
6294
  }
6076
6295
  ],
@@ -6095,7 +6314,7 @@
6095
6314
  ],
6096
6315
  "props": [
6097
6316
  {
6098
- "id": 864,
6317
+ "id": 894,
6099
6318
  "name": "instance",
6100
6319
  "kind": 1024,
6101
6320
  "kindString": "Property",
@@ -6103,14 +6322,14 @@
6103
6322
  "type": {
6104
6323
  "type": "reflection",
6105
6324
  "declaration": {
6106
- "id": 865,
6325
+ "id": 895,
6107
6326
  "name": "__type",
6108
6327
  "kind": 65536,
6109
6328
  "kindString": "Type literal",
6110
6329
  "flags": {},
6111
6330
  "children": [
6112
6331
  {
6113
- "id": 871,
6332
+ "id": 901,
6114
6333
  "name": "resetRowEditing",
6115
6334
  "kind": 1024,
6116
6335
  "kindString": "Property",
@@ -6121,7 +6340,7 @@
6121
6340
  }
6122
6341
  },
6123
6342
  {
6124
- "id": 866,
6343
+ "id": 896,
6125
6344
  "name": "toggleAllRowsExpanded",
6126
6345
  "kind": 1024,
6127
6346
  "kindString": "Property",
@@ -6132,7 +6351,7 @@
6132
6351
  }
6133
6352
  },
6134
6353
  {
6135
- "id": 869,
6354
+ "id": 899,
6136
6355
  "name": "toggleEditing",
6137
6356
  "kind": 1024,
6138
6357
  "kindString": "Property",
@@ -6143,7 +6362,7 @@
6143
6362
  }
6144
6363
  },
6145
6364
  {
6146
- "id": 867,
6365
+ "id": 897,
6147
6366
  "name": "toggleHideAllColumns",
6148
6367
  "kind": 1024,
6149
6368
  "kindString": "Property",
@@ -6154,7 +6373,7 @@
6154
6373
  }
6155
6374
  },
6156
6375
  {
6157
- "id": 868,
6376
+ "id": 898,
6158
6377
  "name": "toggleHideColumn",
6159
6378
  "kind": 1024,
6160
6379
  "kindString": "Property",
@@ -6165,7 +6384,7 @@
6165
6384
  }
6166
6385
  },
6167
6386
  {
6168
- "id": 870,
6387
+ "id": 900,
6169
6388
  "name": "toggleRowEditing",
6170
6389
  "kind": 1024,
6171
6390
  "kindString": "Property",
@@ -6176,7 +6395,7 @@
6176
6395
  }
6177
6396
  },
6178
6397
  {
6179
- "id": 872,
6398
+ "id": 902,
6180
6399
  "name": "toggleRowExpanded",
6181
6400
  "kind": 1024,
6182
6401
  "kindString": "Property",
@@ -6187,7 +6406,7 @@
6187
6406
  }
6188
6407
  },
6189
6408
  {
6190
- "id": 873,
6409
+ "id": 903,
6191
6410
  "name": "toggleSortBy",
6192
6411
  "kind": 1024,
6193
6412
  "kindString": "Property",
@@ -6203,14 +6422,14 @@
6203
6422
  "title": "Properties",
6204
6423
  "kind": 1024,
6205
6424
  "children": [
6206
- 871,
6207
- 866,
6208
- 869,
6209
- 867,
6210
- 868,
6211
- 870,
6212
- 872,
6213
- 873
6425
+ 901,
6426
+ 896,
6427
+ 899,
6428
+ 897,
6429
+ 898,
6430
+ 900,
6431
+ 902,
6432
+ 903
6214
6433
  ]
6215
6434
  }
6216
6435
  ]
@@ -6222,7 +6441,7 @@
6222
6441
  "TableRow": {
6223
6442
  "props": [
6224
6443
  {
6225
- "id": 853,
6444
+ "id": 883,
6226
6445
  "name": "depth",
6227
6446
  "kind": 1024,
6228
6447
  "kindString": "Property",
@@ -6235,7 +6454,7 @@
6235
6454
  }
6236
6455
  },
6237
6456
  {
6238
- "id": 851,
6457
+ "id": 881,
6239
6458
  "name": "index",
6240
6459
  "kind": 1024,
6241
6460
  "kindString": "Property",
@@ -6249,7 +6468,7 @@
6249
6468
  }
6250
6469
  },
6251
6470
  {
6252
- "id": 852,
6471
+ "id": 882,
6253
6472
  "name": "indexPath",
6254
6473
  "kind": 1024,
6255
6474
  "kindString": "Property",
@@ -6263,7 +6482,7 @@
6263
6482
  }
6264
6483
  },
6265
6484
  {
6266
- "id": 858,
6485
+ "id": 888,
6267
6486
  "name": "isEditing",
6268
6487
  "kind": 1024,
6269
6488
  "kindString": "Property",
@@ -6276,7 +6495,7 @@
6276
6495
  }
6277
6496
  },
6278
6497
  {
6279
- "id": 854,
6498
+ "id": 884,
6280
6499
  "name": "isExpanded",
6281
6500
  "kind": 1024,
6282
6501
  "kindString": "Property",
@@ -6292,7 +6511,7 @@
6292
6511
  }
6293
6512
  },
6294
6513
  {
6295
- "id": 857,
6514
+ "id": 887,
6296
6515
  "name": "values",
6297
6516
  "kind": 1024,
6298
6517
  "kindString": "Property",
@@ -6302,11 +6521,11 @@
6302
6521
  },
6303
6522
  "type": {
6304
6523
  "type": "reference",
6305
- "id": 716,
6524
+ "id": 746,
6306
6525
  "typeArguments": [
6307
6526
  {
6308
6527
  "type": "reference",
6309
- "id": 861,
6528
+ "id": 891,
6310
6529
  "name": "TRow"
6311
6530
  }
6312
6531
  ],
@@ -6314,7 +6533,7 @@
6314
6533
  }
6315
6534
  },
6316
6535
  {
6317
- "id": 859,
6536
+ "id": 889,
6318
6537
  "name": "toggleRowEditing",
6319
6538
  "kind": 2048,
6320
6539
  "kindString": "Method",
@@ -6323,7 +6542,7 @@
6323
6542
  },
6324
6543
  "signatures": [
6325
6544
  {
6326
- "id": 860,
6545
+ "id": 890,
6327
6546
  "name": "toggleRowEditing",
6328
6547
  "kind": 4096,
6329
6548
  "kindString": "Call signature",
@@ -6336,7 +6555,7 @@
6336
6555
  ]
6337
6556
  },
6338
6557
  {
6339
- "id": 855,
6558
+ "id": 885,
6340
6559
  "name": "toggleRowExpanded",
6341
6560
  "kind": 2048,
6342
6561
  "kindString": "Method",
@@ -6345,7 +6564,7 @@
6345
6564
  },
6346
6565
  "signatures": [
6347
6566
  {
6348
- "id": 856,
6567
+ "id": 886,
6349
6568
  "name": "toggleRowExpanded",
6350
6569
  "kind": 4096,
6351
6570
  "kindString": "Call signature",
@@ -6365,7 +6584,7 @@
6365
6584
  "TableTexts": {
6366
6585
  "props": [
6367
6586
  {
6368
- "id": 876,
6587
+ "id": 906,
6369
6588
  "name": "actions",
6370
6589
  "kind": 1024,
6371
6590
  "kindString": "Property",
@@ -6376,7 +6595,7 @@
6376
6595
  }
6377
6596
  },
6378
6597
  {
6379
- "id": 878,
6598
+ "id": 908,
6380
6599
  "name": "copy",
6381
6600
  "kind": 1024,
6382
6601
  "kindString": "Property",
@@ -6387,7 +6606,7 @@
6387
6606
  }
6388
6607
  },
6389
6608
  {
6390
- "id": 879,
6609
+ "id": 909,
6391
6610
  "name": "del",
6392
6611
  "kind": 1024,
6393
6612
  "kindString": "Property",
@@ -6398,7 +6617,7 @@
6398
6617
  }
6399
6618
  },
6400
6619
  {
6401
- "id": 877,
6620
+ "id": 907,
6402
6621
  "name": "edit",
6403
6622
  "kind": 1024,
6404
6623
  "kindString": "Property",
@@ -6409,7 +6628,7 @@
6409
6628
  }
6410
6629
  },
6411
6630
  {
6412
- "id": 881,
6631
+ "id": 911,
6413
6632
  "name": "loading",
6414
6633
  "kind": 1024,
6415
6634
  "kindString": "Property",
@@ -6420,7 +6639,7 @@
6420
6639
  }
6421
6640
  },
6422
6641
  {
6423
- "id": 880,
6642
+ "id": 910,
6424
6643
  "name": "newSubRow",
6425
6644
  "kind": 1024,
6426
6645
  "kindString": "Property",
@@ -6438,7 +6657,7 @@
6438
6657
  ],
6439
6658
  "props": [
6440
6659
  {
6441
- "id": 934,
6660
+ "id": 964,
6442
6661
  "name": "children",
6443
6662
  "kind": 1024,
6444
6663
  "kindString": "Property",
@@ -6454,7 +6673,7 @@
6454
6673
  }
6455
6674
  },
6456
6675
  {
6457
- "id": 933,
6676
+ "id": 963,
6458
6677
  "name": "defaultId",
6459
6678
  "kind": 1024,
6460
6679
  "kindString": "Property",
@@ -6470,7 +6689,7 @@
6470
6689
  }
6471
6690
  },
6472
6691
  {
6473
- "id": 932,
6692
+ "id": 962,
6474
6693
  "name": "id",
6475
6694
  "kind": 1024,
6476
6695
  "kindString": "Property",
@@ -6486,7 +6705,7 @@
6486
6705
  }
6487
6706
  },
6488
6707
  {
6489
- "id": 935,
6708
+ "id": 965,
6490
6709
  "name": "orientation",
6491
6710
  "kind": 1024,
6492
6711
  "kindString": "Property",
@@ -6509,7 +6728,7 @@
6509
6728
  }
6510
6729
  },
6511
6730
  {
6512
- "id": 936,
6731
+ "id": 966,
6513
6732
  "name": "onChange",
6514
6733
  "kind": 2048,
6515
6734
  "kindString": "Method",
@@ -6518,7 +6737,7 @@
6518
6737
  },
6519
6738
  "signatures": [
6520
6739
  {
6521
- "id": 937,
6740
+ "id": 967,
6522
6741
  "name": "onChange",
6523
6742
  "kind": 4096,
6524
6743
  "kindString": "Call signature",
@@ -6528,7 +6747,7 @@
6528
6747
  },
6529
6748
  "parameters": [
6530
6749
  {
6531
- "id": 938,
6750
+ "id": 968,
6532
6751
  "name": "id",
6533
6752
  "kind": 32768,
6534
6753
  "kindString": "Parameter",
@@ -6551,7 +6770,7 @@
6551
6770
  "Taco": {
6552
6771
  "props": [
6553
6772
  {
6554
- "id": 569,
6773
+ "id": 599,
6555
6774
  "name": "localization",
6556
6775
  "kind": 1024,
6557
6776
  "kindString": "Property",
@@ -6561,7 +6780,7 @@
6561
6780
  },
6562
6781
  "type": {
6563
6782
  "type": "reference",
6564
- "id": 560,
6783
+ "id": 590,
6565
6784
  "name": "Localization"
6566
6785
  }
6567
6786
  }
@@ -6573,7 +6792,7 @@
6573
6792
  ],
6574
6793
  "props": [
6575
6794
  {
6576
- "id": 955,
6795
+ "id": 985,
6577
6796
  "name": "highlighted",
6578
6797
  "kind": 1024,
6579
6798
  "kindString": "Property",
@@ -6589,7 +6808,7 @@
6589
6808
  }
6590
6809
  },
6591
6810
  {
6592
- "id": 956,
6811
+ "id": 986,
6593
6812
  "name": "state",
6594
6813
  "kind": 1024,
6595
6814
  "kindString": "Property",
@@ -6606,7 +6825,7 @@
6606
6825
  }
6607
6826
  },
6608
6827
  {
6609
- "id": 957,
6828
+ "id": 987,
6610
6829
  "name": "value",
6611
6830
  "kind": 1024,
6612
6831
  "kindString": "Property",
@@ -6629,7 +6848,7 @@
6629
6848
  ],
6630
6849
  "props": [
6631
6850
  {
6632
- "id": 997,
6851
+ "id": 1027,
6633
6852
  "name": "children",
6634
6853
  "kind": 1024,
6635
6854
  "kindString": "Property",
@@ -6654,7 +6873,7 @@
6654
6873
  }
6655
6874
  },
6656
6875
  {
6657
- "id": 999,
6876
+ "id": 1029,
6658
6877
  "name": "placement",
6659
6878
  "kind": 1024,
6660
6879
  "kindString": "Property",
@@ -6693,7 +6912,7 @@
6693
6912
  }
6694
6913
  },
6695
6914
  {
6696
- "id": 998,
6915
+ "id": 1028,
6697
6916
  "name": "title",
6698
6917
  "kind": 1024,
6699
6918
  "kindString": "Property",
@@ -6711,7 +6930,7 @@
6711
6930
  "TourProps": {
6712
6931
  "props": [
6713
6932
  {
6714
- "id": 1025,
6933
+ "id": 1055,
6715
6934
  "name": "autoStart",
6716
6935
  "kind": 1024,
6717
6936
  "kindString": "Property",
@@ -6727,7 +6946,7 @@
6727
6946
  }
6728
6947
  },
6729
6948
  {
6730
- "id": 1026,
6949
+ "id": 1056,
6731
6950
  "name": "children",
6732
6951
  "kind": 1024,
6733
6952
  "kindString": "Property",
@@ -6741,7 +6960,7 @@
6741
6960
  }
6742
6961
  },
6743
6962
  {
6744
- "id": 1027,
6963
+ "id": 1057,
6745
6964
  "name": "continuous",
6746
6965
  "kind": 1024,
6747
6966
  "kindString": "Property",
@@ -6757,7 +6976,7 @@
6757
6976
  }
6758
6977
  },
6759
6978
  {
6760
- "id": 1028,
6979
+ "id": 1058,
6761
6980
  "name": "disableCloseOnEsc",
6762
6981
  "kind": 1024,
6763
6982
  "kindString": "Property",
@@ -6773,7 +6992,7 @@
6773
6992
  }
6774
6993
  },
6775
6994
  {
6776
- "id": 1029,
6995
+ "id": 1059,
6777
6996
  "name": "disableOverlayClose",
6778
6997
  "kind": 1024,
6779
6998
  "kindString": "Property",
@@ -6789,7 +7008,7 @@
6789
7008
  }
6790
7009
  },
6791
7010
  {
6792
- "id": 1039,
7011
+ "id": 1069,
6793
7012
  "name": "disableScrollParentFix",
6794
7013
  "kind": 1024,
6795
7014
  "kindString": "Property",
@@ -6802,7 +7021,7 @@
6802
7021
  }
6803
7022
  },
6804
7023
  {
6805
- "id": 1030,
7024
+ "id": 1060,
6806
7025
  "name": "disableScrolling",
6807
7026
  "kind": 1024,
6808
7027
  "kindString": "Property",
@@ -6818,7 +7037,7 @@
6818
7037
  }
6819
7038
  },
6820
7039
  {
6821
- "id": 1034,
7040
+ "id": 1064,
6822
7041
  "name": "onComplete",
6823
7042
  "kind": 1024,
6824
7043
  "kindString": "Property",
@@ -6833,7 +7052,7 @@
6833
7052
  }
6834
7053
  },
6835
7054
  {
6836
- "id": 1038,
7055
+ "id": 1068,
6837
7056
  "name": "spotlightClicks",
6838
7057
  "kind": 1024,
6839
7058
  "kindString": "Property",
@@ -6846,7 +7065,7 @@
6846
7065
  }
6847
7066
  },
6848
7067
  {
6849
- "id": 1031,
7068
+ "id": 1061,
6850
7069
  "name": "onClose",
6851
7070
  "kind": 2048,
6852
7071
  "kindString": "Method",
@@ -6855,21 +7074,21 @@
6855
7074
  },
6856
7075
  "signatures": [
6857
7076
  {
6858
- "id": 1032,
7077
+ "id": 1062,
6859
7078
  "name": "onClose",
6860
7079
  "kind": 4096,
6861
7080
  "kindString": "Call signature",
6862
7081
  "flags": {},
6863
7082
  "parameters": [
6864
7083
  {
6865
- "id": 1033,
7084
+ "id": 1063,
6866
7085
  "name": "step",
6867
7086
  "kind": 32768,
6868
7087
  "kindString": "Parameter",
6869
7088
  "flags": {},
6870
7089
  "type": {
6871
7090
  "type": "reference",
6872
- "id": 1013,
7091
+ "id": 1043,
6873
7092
  "name": "TourStepProps"
6874
7093
  }
6875
7094
  }
@@ -6882,7 +7101,7 @@
6882
7101
  ]
6883
7102
  },
6884
7103
  {
6885
- "id": 1035,
7104
+ "id": 1065,
6886
7105
  "name": "onReady",
6887
7106
  "kind": 2048,
6888
7107
  "kindString": "Method",
@@ -6891,7 +7110,7 @@
6891
7110
  },
6892
7111
  "signatures": [
6893
7112
  {
6894
- "id": 1036,
7113
+ "id": 1066,
6895
7114
  "name": "onReady",
6896
7115
  "kind": 4096,
6897
7116
  "kindString": "Call signature",
@@ -6901,14 +7120,14 @@
6901
7120
  },
6902
7121
  "parameters": [
6903
7122
  {
6904
- "id": 1037,
7123
+ "id": 1067,
6905
7124
  "name": "step",
6906
7125
  "kind": 32768,
6907
7126
  "kindString": "Parameter",
6908
7127
  "flags": {},
6909
7128
  "type": {
6910
7129
  "type": "reference",
6911
- "id": 1013,
7130
+ "id": 1043,
6912
7131
  "name": "TourStepProps"
6913
7132
  }
6914
7133
  }
@@ -6925,7 +7144,7 @@
6925
7144
  "TourStepProps": {
6926
7145
  "props": [
6927
7146
  {
6928
- "id": 1015,
7147
+ "id": 1045,
6929
7148
  "name": "children",
6930
7149
  "kind": 1024,
6931
7150
  "kindString": "Property",
@@ -6941,7 +7160,7 @@
6941
7160
  }
6942
7161
  },
6943
7162
  {
6944
- "id": 1016,
7163
+ "id": 1046,
6945
7164
  "name": "position",
6946
7165
  "kind": 1024,
6947
7166
  "kindString": "Property",
@@ -6959,7 +7178,7 @@
6959
7178
  }
6960
7179
  },
6961
7180
  {
6962
- "id": 1017,
7181
+ "id": 1047,
6963
7182
  "name": "selector",
6964
7183
  "kind": 1024,
6965
7184
  "kindString": "Property",
@@ -6973,7 +7192,7 @@
6973
7192
  }
6974
7193
  },
6975
7194
  {
6976
- "id": 1018,
7195
+ "id": 1048,
6977
7196
  "name": "showBeacon",
6978
7197
  "kind": 1024,
6979
7198
  "kindString": "Property",
@@ -6989,7 +7208,7 @@
6989
7208
  }
6990
7209
  },
6991
7210
  {
6992
- "id": 1019,
7211
+ "id": 1049,
6993
7212
  "name": "title",
6994
7213
  "kind": 1024,
6995
7214
  "kindString": "Property",
@@ -7007,7 +7226,7 @@
7007
7226
  "TourTexts": {
7008
7227
  "props": [
7009
7228
  {
7010
- "id": 1007,
7229
+ "id": 1037,
7011
7230
  "name": "back",
7012
7231
  "kind": 1024,
7013
7232
  "kindString": "Property",
@@ -7021,7 +7240,7 @@
7021
7240
  }
7022
7241
  },
7023
7242
  {
7024
- "id": 1008,
7243
+ "id": 1038,
7025
7244
  "name": "close",
7026
7245
  "kind": 1024,
7027
7246
  "kindString": "Property",
@@ -7035,7 +7254,7 @@
7035
7254
  }
7036
7255
  },
7037
7256
  {
7038
- "id": 1010,
7257
+ "id": 1040,
7039
7258
  "name": "last",
7040
7259
  "kind": 1024,
7041
7260
  "kindString": "Property",
@@ -7049,7 +7268,7 @@
7049
7268
  }
7050
7269
  },
7051
7270
  {
7052
- "id": 1011,
7271
+ "id": 1041,
7053
7272
  "name": "next",
7054
7273
  "kind": 1024,
7055
7274
  "kindString": "Property",
@@ -7063,7 +7282,7 @@
7063
7282
  }
7064
7283
  },
7065
7284
  {
7066
- "id": 1012,
7285
+ "id": 1042,
7067
7286
  "name": "open",
7068
7287
  "kind": 1024,
7069
7288
  "kindString": "Property",
@@ -7077,7 +7296,7 @@
7077
7296
  }
7078
7297
  },
7079
7298
  {
7080
- "id": 1009,
7299
+ "id": 1039,
7081
7300
  "name": "skip",
7082
7301
  "kind": 1024,
7083
7302
  "kindString": "Property",
@@ -7098,7 +7317,7 @@
7098
7317
  ],
7099
7318
  "props": [
7100
7319
  {
7101
- "id": 1056,
7320
+ "id": 1086,
7102
7321
  "name": "className",
7103
7322
  "kind": 1024,
7104
7323
  "kindString": "Property",
@@ -7118,21 +7337,21 @@
7118
7337
  {
7119
7338
  "type": "reflection",
7120
7339
  "declaration": {
7121
- "id": 1057,
7340
+ "id": 1087,
7122
7341
  "name": "__type",
7123
7342
  "kind": 65536,
7124
7343
  "kindString": "Type literal",
7125
7344
  "flags": {},
7126
7345
  "signatures": [
7127
7346
  {
7128
- "id": 1058,
7347
+ "id": 1088,
7129
7348
  "name": "__type",
7130
7349
  "kind": 4096,
7131
7350
  "kindString": "Call signature",
7132
7351
  "flags": {},
7133
7352
  "parameters": [
7134
7353
  {
7135
- "id": 1059,
7354
+ "id": 1089,
7136
7355
  "name": "expanded",
7137
7356
  "kind": 32768,
7138
7357
  "kindString": "Parameter",
@@ -7155,7 +7374,7 @@
7155
7374
  }
7156
7375
  },
7157
7376
  {
7158
- "id": 1060,
7377
+ "id": 1090,
7159
7378
  "name": "expanded",
7160
7379
  "kind": 1024,
7161
7380
  "kindString": "Property",
@@ -7171,7 +7390,7 @@
7171
7390
  }
7172
7391
  },
7173
7392
  {
7174
- "id": 1061,
7393
+ "id": 1091,
7175
7394
  "name": "fixed",
7176
7395
  "kind": 1024,
7177
7396
  "kindString": "Property",
@@ -7187,7 +7406,7 @@
7187
7406
  }
7188
7407
  },
7189
7408
  {
7190
- "id": 1066,
7409
+ "id": 1096,
7191
7410
  "name": "title",
7192
7411
  "kind": 1024,
7193
7412
  "kindString": "Property",
@@ -7207,21 +7426,21 @@
7207
7426
  {
7208
7427
  "type": "reflection",
7209
7428
  "declaration": {
7210
- "id": 1067,
7429
+ "id": 1097,
7211
7430
  "name": "__type",
7212
7431
  "kind": 65536,
7213
7432
  "kindString": "Type literal",
7214
7433
  "flags": {},
7215
7434
  "signatures": [
7216
7435
  {
7217
- "id": 1068,
7436
+ "id": 1098,
7218
7437
  "name": "__type",
7219
7438
  "kind": 4096,
7220
7439
  "kindString": "Call signature",
7221
7440
  "flags": {},
7222
7441
  "parameters": [
7223
7442
  {
7224
- "id": 1069,
7443
+ "id": 1099,
7225
7444
  "name": "expanded",
7226
7445
  "kind": 32768,
7227
7446
  "kindString": "Parameter",
@@ -7246,7 +7465,7 @@
7246
7465
  }
7247
7466
  },
7248
7467
  {
7249
- "id": 1062,
7468
+ "id": 1092,
7250
7469
  "name": "onClick",
7251
7470
  "kind": 2048,
7252
7471
  "kindString": "Method",
@@ -7255,7 +7474,7 @@
7255
7474
  },
7256
7475
  "signatures": [
7257
7476
  {
7258
- "id": 1063,
7477
+ "id": 1093,
7259
7478
  "name": "onClick",
7260
7479
  "kind": 4096,
7261
7480
  "kindString": "Call signature",
@@ -7265,7 +7484,7 @@
7265
7484
  },
7266
7485
  "parameters": [
7267
7486
  {
7268
- "id": 1064,
7487
+ "id": 1094,
7269
7488
  "name": "event",
7270
7489
  "kind": 32768,
7271
7490
  "kindString": "Parameter",
@@ -7292,7 +7511,7 @@
7292
7511
  }
7293
7512
  },
7294
7513
  {
7295
- "id": 1065,
7514
+ "id": 1095,
7296
7515
  "name": "expanded",
7297
7516
  "kind": 32768,
7298
7517
  "kindString": "Parameter",
@@ -7317,7 +7536,7 @@
7317
7536
  "useListKeyboardNavigationOptions": {
7318
7537
  "props": [
7319
7538
  {
7320
- "id": 1096,
7539
+ "id": 1126,
7321
7540
  "name": "direction",
7322
7541
  "kind": 1024,
7323
7542
  "kindString": "Property",
@@ -7331,7 +7550,7 @@
7331
7550
  }
7332
7551
  },
7333
7552
  {
7334
- "id": 1097,
7553
+ "id": 1127,
7335
7554
  "name": "initialIndex",
7336
7555
  "kind": 1024,
7337
7556
  "kindString": "Property",
@@ -7348,7 +7567,7 @@
7348
7567
  "usePaginationValues": {
7349
7568
  "props": [
7350
7569
  {
7351
- "id": 508,
7570
+ "id": 537,
7352
7571
  "name": "pageIndex",
7353
7572
  "kind": 1024,
7354
7573
  "kindString": "Property",
@@ -7362,7 +7581,7 @@
7362
7581
  }
7363
7582
  },
7364
7583
  {
7365
- "id": 509,
7584
+ "id": 538,
7366
7585
  "name": "pageSize",
7367
7586
  "kind": 1024,
7368
7587
  "kindString": "Property",
@@ -7376,14 +7595,14 @@
7376
7595
  }
7377
7596
  },
7378
7597
  {
7379
- "id": 510,
7598
+ "id": 539,
7380
7599
  "name": "setPageIndex",
7381
7600
  "kind": 2048,
7382
7601
  "kindString": "Method",
7383
7602
  "flags": {},
7384
7603
  "signatures": [
7385
7604
  {
7386
- "id": 511,
7605
+ "id": 540,
7387
7606
  "name": "setPageIndex",
7388
7607
  "kind": 4096,
7389
7608
  "kindString": "Call signature",
@@ -7393,7 +7612,7 @@
7393
7612
  },
7394
7613
  "parameters": [
7395
7614
  {
7396
- "id": 512,
7615
+ "id": 541,
7397
7616
  "name": "pageIndex",
7398
7617
  "kind": 32768,
7399
7618
  "kindString": "Parameter",
@@ -7412,14 +7631,14 @@
7412
7631
  ]
7413
7632
  },
7414
7633
  {
7415
- "id": 513,
7634
+ "id": 542,
7416
7635
  "name": "setPageSize",
7417
7636
  "kind": 2048,
7418
7637
  "kindString": "Method",
7419
7638
  "flags": {},
7420
7639
  "signatures": [
7421
7640
  {
7422
- "id": 514,
7641
+ "id": 543,
7423
7642
  "name": "setPageSize",
7424
7643
  "kind": 4096,
7425
7644
  "kindString": "Call signature",
@@ -7429,7 +7648,7 @@
7429
7648
  },
7430
7649
  "parameters": [
7431
7650
  {
7432
- "id": 515,
7651
+ "id": 544,
7433
7652
  "name": "size",
7434
7653
  "kind": 32768,
7435
7654
  "kindString": "Parameter",
@@ -7452,7 +7671,7 @@
7452
7671
  "useTableRowCreation": {
7453
7672
  "props": [
7454
7673
  {
7455
- "id": 920,
7674
+ "id": 950,
7456
7675
  "name": "data",
7457
7676
  "kind": 1024,
7458
7677
  "kindString": "Property",
@@ -7461,11 +7680,11 @@
7461
7680
  "type": "array",
7462
7681
  "elementType": {
7463
7682
  "type": "reference",
7464
- "id": 716,
7683
+ "id": 746,
7465
7684
  "typeArguments": [
7466
7685
  {
7467
7686
  "type": "reference",
7468
- "id": 929,
7687
+ "id": 959,
7469
7688
  "name": "TRow"
7470
7689
  }
7471
7690
  ],
@@ -7474,7 +7693,7 @@
7474
7693
  }
7475
7694
  },
7476
7695
  {
7477
- "id": 928,
7696
+ "id": 958,
7478
7697
  "name": "isCreating",
7479
7698
  "kind": 1024,
7480
7699
  "kindString": "Property",
@@ -7485,33 +7704,33 @@
7485
7704
  }
7486
7705
  },
7487
7706
  {
7488
- "id": 921,
7707
+ "id": 951,
7489
7708
  "name": "create",
7490
7709
  "kind": 2048,
7491
7710
  "kindString": "Method",
7492
7711
  "flags": {},
7493
7712
  "signatures": [
7494
7713
  {
7495
- "id": 922,
7714
+ "id": 952,
7496
7715
  "name": "create",
7497
7716
  "kind": 4096,
7498
7717
  "kindString": "Call signature",
7499
7718
  "flags": {},
7500
7719
  "parameters": [
7501
7720
  {
7502
- "id": 923,
7721
+ "id": 953,
7503
7722
  "name": "rowIndexPath",
7504
7723
  "kind": 32768,
7505
7724
  "kindString": "Parameter",
7506
7725
  "flags": {},
7507
7726
  "type": {
7508
7727
  "type": "reference",
7509
- "id": 721,
7728
+ "id": 751,
7510
7729
  "name": "RowIndexPath"
7511
7730
  }
7512
7731
  },
7513
7732
  {
7514
- "id": 924,
7733
+ "id": 954,
7515
7734
  "name": "values",
7516
7735
  "kind": 32768,
7517
7736
  "kindString": "Parameter",
@@ -7526,35 +7745,35 @@
7526
7745
  ],
7527
7746
  "type": {
7528
7747
  "type": "reference",
7529
- "id": 721,
7748
+ "id": 751,
7530
7749
  "name": "RowIndexPath"
7531
7750
  }
7532
7751
  }
7533
7752
  ]
7534
7753
  },
7535
7754
  {
7536
- "id": 925,
7755
+ "id": 955,
7537
7756
  "name": "remove",
7538
7757
  "kind": 2048,
7539
7758
  "kindString": "Method",
7540
7759
  "flags": {},
7541
7760
  "signatures": [
7542
7761
  {
7543
- "id": 926,
7762
+ "id": 956,
7544
7763
  "name": "remove",
7545
7764
  "kind": 4096,
7546
7765
  "kindString": "Call signature",
7547
7766
  "flags": {},
7548
7767
  "parameters": [
7549
7768
  {
7550
- "id": 927,
7769
+ "id": 957,
7551
7770
  "name": "rowIndexPath",
7552
7771
  "kind": 32768,
7553
7772
  "kindString": "Parameter",
7554
7773
  "flags": {},
7555
7774
  "type": {
7556
7775
  "type": "reference",
7557
- "id": 721,
7776
+ "id": 751,
7558
7777
  "name": "RowIndexPath"
7559
7778
  }
7560
7779
  }