@economic/taco 0.0.5-alpha.0 → 0.0.9-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 (52) hide show
  1. package/dist/components/Button/Button.d.ts +5 -0
  2. package/dist/components/Combobox/Combobox.d.ts +4 -0
  3. package/dist/components/Combobox/useCombobox.d.ts +1 -1
  4. package/dist/components/Dialog/Context.d.ts +2 -0
  5. package/dist/components/Dialog/Dialog.d.ts +13 -9
  6. package/dist/components/Dialog/components/Content.d.ts +9 -8
  7. package/dist/components/IconButton/IconButton.d.ts +5 -1
  8. package/dist/components/Select/Select.d.ts +1 -1
  9. package/dist/esm/components/Button/Button.js.map +1 -1
  10. package/dist/esm/components/Button/util.js +7 -1
  11. package/dist/esm/components/Button/util.js.map +1 -1
  12. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  13. package/dist/esm/components/Combobox/useCombobox.js +15 -3
  14. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  15. package/dist/esm/components/Dialog/Context.js +2 -0
  16. package/dist/esm/components/Dialog/Context.js.map +1 -1
  17. package/dist/esm/components/Dialog/Dialog.js +8 -2
  18. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  19. package/dist/esm/components/Dialog/components/Content.js +20 -10
  20. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  21. package/dist/esm/components/Dialog/components/Drawer.js +3 -1
  22. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  23. package/dist/esm/components/Dialog/components/Extra.js +3 -1
  24. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  25. package/dist/esm/components/IconButton/IconButton.js.map +1 -1
  26. package/dist/esm/components/Input/Input.js +1 -1
  27. package/dist/esm/components/Input/Input.js.map +1 -1
  28. package/dist/esm/components/Menu/Menu.js +1 -1
  29. package/dist/esm/components/Menu/components/Content.js +2 -2
  30. package/dist/esm/components/Menu/components/Header.js +1 -1
  31. package/dist/esm/components/Menu/components/Item.js +1 -1
  32. package/dist/esm/components/Menu/components/Separator.js +1 -1
  33. package/dist/esm/components/Menu/components/Trigger.js +2 -2
  34. package/dist/esm/components/Pagination/Pagination.js +1 -1
  35. package/dist/esm/components/SearchInput/SearchInput.js +3 -3
  36. package/dist/esm/components/Table/components/Table.js +1 -2
  37. package/dist/esm/components/Table/components/Table.js.map +1 -1
  38. package/dist/esm/components/Table/components/WindowedTable.js +0 -1
  39. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  40. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +1 -1
  41. package/dist/esm/components/Table/hooks/useTable.js +4 -1
  42. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  43. package/dist/esm/components/Tour/Tour.js +1 -1
  44. package/dist/esm/index.css +8 -8
  45. package/dist/esm/index.js +3 -3
  46. package/dist/index.css +8 -8
  47. package/dist/taco.cjs.development.js +2443 -2405
  48. package/dist/taco.cjs.development.js.map +1 -1
  49. package/dist/taco.cjs.production.min.js +1 -1
  50. package/dist/taco.cjs.production.min.js.map +1 -1
  51. package/package.json +2 -2
  52. package/types.json +836 -469
package/types.json CHANGED
@@ -145,7 +145,7 @@
145
145
  ],
146
146
  "props": [
147
147
  {
148
- "id": 663,
148
+ "id": 686,
149
149
  "name": "multiselect",
150
150
  "kind": 1024,
151
151
  "kindString": "Property",
@@ -200,7 +200,7 @@
200
200
  "typeArguments": [
201
201
  {
202
202
  "type": "reference",
203
- "id": 185,
203
+ "id": 204,
204
204
  "name": "DialogProps"
205
205
  }
206
206
  ],
@@ -241,7 +241,7 @@
241
241
  "typeArguments": [
242
242
  {
243
243
  "type": "reference",
244
- "id": 231,
244
+ "id": 252,
245
245
  "name": "HangerProps"
246
246
  }
247
247
  ],
@@ -252,6 +252,31 @@
252
252
  },
253
253
  {
254
254
  "id": 79,
255
+ "name": "menu",
256
+ "kind": 1024,
257
+ "kindString": "Property",
258
+ "flags": {
259
+ "isOptional": true
260
+ },
261
+ "comment": {
262
+ "shortText": "Menu component associated with the button."
263
+ },
264
+ "type": {
265
+ "type": "reference",
266
+ "typeArguments": [
267
+ {
268
+ "type": "reference",
269
+ "id": 360,
270
+ "name": "MenuProps"
271
+ }
272
+ ],
273
+ "qualifiedName": "React.ReactElement",
274
+ "package": "@types/react",
275
+ "name": "React.ReactElement"
276
+ }
277
+ },
278
+ {
279
+ "id": 80,
255
280
  "name": "popover",
256
281
  "kind": 1024,
257
282
  "kindString": "Property",
@@ -266,7 +291,7 @@
266
291
  "typeArguments": [
267
292
  {
268
293
  "type": "reference",
269
- "id": 510,
294
+ "id": 533,
270
295
  "name": "PopoverProps"
271
296
  }
272
297
  ],
@@ -276,7 +301,7 @@
276
301
  }
277
302
  },
278
303
  {
279
- "id": 80,
304
+ "id": 81,
280
305
  "name": "tooltip",
281
306
  "kind": 1024,
282
307
  "kindString": "Property",
@@ -299,7 +324,7 @@
299
324
  ],
300
325
  "props": [
301
326
  {
302
- "id": 113,
327
+ "id": 115,
303
328
  "name": "value",
304
329
  "kind": 1024,
305
330
  "kindString": "Property",
@@ -314,14 +339,14 @@
314
339
  }
315
340
  },
316
341
  {
317
- "id": 109,
342
+ "id": 111,
318
343
  "name": "onChange",
319
344
  "kind": 2048,
320
345
  "kindString": "Method",
321
346
  "flags": {},
322
347
  "signatures": [
323
348
  {
324
- "id": 110,
349
+ "id": 112,
325
350
  "name": "onChange",
326
351
  "kind": 4096,
327
352
  "kindString": "Call signature",
@@ -331,7 +356,7 @@
331
356
  },
332
357
  "parameters": [
333
358
  {
334
- "id": 111,
359
+ "id": 113,
335
360
  "name": "date",
336
361
  "kind": 32768,
337
362
  "kindString": "Parameter",
@@ -344,7 +369,7 @@
344
369
  }
345
370
  },
346
371
  {
347
- "id": 112,
372
+ "id": 114,
348
373
  "name": "event",
349
374
  "kind": 32768,
350
375
  "kindString": "Parameter",
@@ -385,7 +410,7 @@
385
410
  "CalendarTexts": {
386
411
  "props": [
387
412
  {
388
- "id": 104,
413
+ "id": 106,
389
414
  "name": "actions",
390
415
  "kind": 1024,
391
416
  "kindString": "Property",
@@ -395,12 +420,12 @@
395
420
  },
396
421
  "type": {
397
422
  "type": "reference",
398
- "id": 95,
423
+ "id": 97,
399
424
  "name": "CalendarTextsActions"
400
425
  }
401
426
  },
402
427
  {
403
- "id": 105,
428
+ "id": 107,
404
429
  "name": "months",
405
430
  "kind": 1024,
406
431
  "kindString": "Property",
@@ -417,7 +442,7 @@
417
442
  }
418
443
  },
419
444
  {
420
- "id": 106,
445
+ "id": 108,
421
446
  "name": "weekdaysShort",
422
447
  "kind": 1024,
423
448
  "kindString": "Property",
@@ -438,7 +463,7 @@
438
463
  "CalendarTextsActions": {
439
464
  "props": [
440
465
  {
441
- "id": 98,
466
+ "id": 100,
442
467
  "name": "nextMonth",
443
468
  "kind": 1024,
444
469
  "kindString": "Property",
@@ -452,7 +477,7 @@
452
477
  }
453
478
  },
454
479
  {
455
- "id": 100,
480
+ "id": 102,
456
481
  "name": "nextYear",
457
482
  "kind": 1024,
458
483
  "kindString": "Property",
@@ -466,7 +491,7 @@
466
491
  }
467
492
  },
468
493
  {
469
- "id": 97,
494
+ "id": 99,
470
495
  "name": "previousMonth",
471
496
  "kind": 1024,
472
497
  "kindString": "Property",
@@ -480,7 +505,7 @@
480
505
  }
481
506
  },
482
507
  {
483
- "id": 99,
508
+ "id": 101,
484
509
  "name": "previousYear",
485
510
  "kind": 1024,
486
511
  "kindString": "Property",
@@ -494,7 +519,7 @@
494
519
  }
495
520
  },
496
521
  {
497
- "id": 101,
522
+ "id": 103,
498
523
  "name": "today",
499
524
  "kind": 1024,
500
525
  "kindString": "Property",
@@ -529,7 +554,7 @@
529
554
  ],
530
555
  "props": [
531
556
  {
532
- "id": 127,
557
+ "id": 129,
533
558
  "name": "data",
534
559
  "kind": 1024,
535
560
  "kindString": "Property",
@@ -543,13 +568,13 @@
543
568
  "type": "array",
544
569
  "elementType": {
545
570
  "type": "reference",
546
- "id": 123,
571
+ "id": 125,
547
572
  "name": "ComboboxItem"
548
573
  }
549
574
  }
550
575
  },
551
576
  {
552
- "id": 128,
577
+ "id": 130,
553
578
  "name": "defaultValue",
554
579
  "kind": 1024,
555
580
  "kindString": "Property",
@@ -561,12 +586,12 @@
561
586
  },
562
587
  "type": {
563
588
  "type": "reference",
564
- "id": 124,
589
+ "id": 126,
565
590
  "name": "ComboboxValue"
566
591
  }
567
592
  },
568
593
  {
569
- "id": 129,
594
+ "id": 131,
570
595
  "name": "emptyValue",
571
596
  "kind": 1024,
572
597
  "kindString": "Property",
@@ -578,12 +603,12 @@
578
603
  },
579
604
  "type": {
580
605
  "type": "reference",
581
- "id": 124,
606
+ "id": 126,
582
607
  "name": "ComboboxValue"
583
608
  }
584
609
  },
585
610
  {
586
- "id": 130,
611
+ "id": 132,
587
612
  "name": "highlighted",
588
613
  "kind": 1024,
589
614
  "kindString": "Property",
@@ -599,7 +624,7 @@
599
624
  }
600
625
  },
601
626
  {
602
- "id": 131,
627
+ "id": 133,
603
628
  "name": "inline",
604
629
  "kind": 1024,
605
630
  "kindString": "Property",
@@ -615,7 +640,7 @@
615
640
  }
616
641
  },
617
642
  {
618
- "id": 132,
643
+ "id": 134,
619
644
  "name": "loading",
620
645
  "kind": 1024,
621
646
  "kindString": "Property",
@@ -631,7 +656,7 @@
631
656
  }
632
657
  },
633
658
  {
634
- "id": 133,
659
+ "id": 135,
635
660
  "name": "onChange",
636
661
  "kind": 1024,
637
662
  "kindString": "Property",
@@ -657,7 +682,7 @@
657
682
  }
658
683
  },
659
684
  {
660
- "id": 134,
685
+ "id": 139,
661
686
  "name": "state",
662
687
  "kind": 1024,
663
688
  "kindString": "Property",
@@ -674,7 +699,7 @@
674
699
  }
675
700
  },
676
701
  {
677
- "id": 135,
702
+ "id": 140,
678
703
  "name": "value",
679
704
  "kind": 1024,
680
705
  "kindString": "Property",
@@ -686,9 +711,64 @@
686
711
  },
687
712
  "type": {
688
713
  "type": "reference",
689
- "id": 124,
714
+ "id": 126,
690
715
  "name": "ComboboxValue"
691
716
  }
717
+ },
718
+ {
719
+ "id": 136,
720
+ "name": "onSearch",
721
+ "kind": 2048,
722
+ "kindString": "Method",
723
+ "flags": {
724
+ "isOptional": true
725
+ },
726
+ "signatures": [
727
+ {
728
+ "id": 137,
729
+ "name": "onSearch",
730
+ "kind": 4096,
731
+ "kindString": "Call signature",
732
+ "flags": {},
733
+ "comment": {
734
+ "shortText": "Handler called when the user enters a query"
735
+ },
736
+ "parameters": [
737
+ {
738
+ "id": 138,
739
+ "name": "query",
740
+ "kind": 32768,
741
+ "kindString": "Parameter",
742
+ "flags": {},
743
+ "type": {
744
+ "type": "intrinsic",
745
+ "name": "string"
746
+ }
747
+ }
748
+ ],
749
+ "type": {
750
+ "type": "union",
751
+ "types": [
752
+ {
753
+ "type": "intrinsic",
754
+ "name": "void"
755
+ },
756
+ {
757
+ "type": "reference",
758
+ "typeArguments": [
759
+ {
760
+ "type": "intrinsic",
761
+ "name": "void"
762
+ }
763
+ ],
764
+ "qualifiedName": "Promise",
765
+ "package": "typescript",
766
+ "name": "Promise"
767
+ }
768
+ ]
769
+ }
770
+ }
771
+ ]
692
772
  }
693
773
  ]
694
774
  },
@@ -699,7 +779,7 @@
699
779
  ],
700
780
  "props": [
701
781
  {
702
- "id": 155,
782
+ "id": 163,
703
783
  "name": "calendar",
704
784
  "kind": 1024,
705
785
  "kindString": "Property",
@@ -711,12 +791,12 @@
711
791
  },
712
792
  "type": {
713
793
  "type": "reference",
714
- "id": 107,
794
+ "id": 109,
715
795
  "name": "CalendarProps"
716
796
  }
717
797
  },
718
798
  {
719
- "id": 156,
799
+ "id": 164,
720
800
  "name": "shortcuts",
721
801
  "kind": 1024,
722
802
  "kindString": "Property",
@@ -732,7 +812,7 @@
732
812
  }
733
813
  },
734
814
  {
735
- "id": 157,
815
+ "id": 165,
736
816
  "name": "shortcutsText",
737
817
  "kind": 1024,
738
818
  "kindString": "Property",
@@ -748,7 +828,7 @@
748
828
  }
749
829
  },
750
830
  {
751
- "id": 161,
831
+ "id": 169,
752
832
  "name": "value",
753
833
  "kind": 1024,
754
834
  "kindString": "Property",
@@ -766,7 +846,7 @@
766
846
  }
767
847
  },
768
848
  {
769
- "id": 158,
849
+ "id": 166,
770
850
  "name": "onReset",
771
851
  "kind": 2048,
772
852
  "kindString": "Method",
@@ -775,7 +855,7 @@
775
855
  },
776
856
  "signatures": [
777
857
  {
778
- "id": 159,
858
+ "id": 167,
779
859
  "name": "onReset",
780
860
  "kind": 4096,
781
861
  "kindString": "Call signature",
@@ -785,7 +865,7 @@
785
865
  },
786
866
  "parameters": [
787
867
  {
788
- "id": 160,
868
+ "id": 168,
789
869
  "name": "event",
790
870
  "kind": 32768,
791
871
  "kindString": "Parameter",
@@ -824,7 +904,7 @@
824
904
  "DatepickerTexts": {
825
905
  "props": [
826
906
  {
827
- "id": 149,
907
+ "id": 157,
828
908
  "name": "calendar",
829
909
  "kind": 1024,
830
910
  "kindString": "Property",
@@ -838,7 +918,7 @@
838
918
  }
839
919
  },
840
920
  {
841
- "id": 150,
921
+ "id": 158,
842
922
  "name": "clear",
843
923
  "kind": 1024,
844
924
  "kindString": "Property",
@@ -852,7 +932,7 @@
852
932
  }
853
933
  },
854
934
  {
855
- "id": 151,
935
+ "id": 159,
856
936
  "name": "expand",
857
937
  "kind": 1024,
858
938
  "kindString": "Property",
@@ -866,7 +946,7 @@
866
946
  }
867
947
  },
868
948
  {
869
- "id": 152,
949
+ "id": 160,
870
950
  "name": "shortcuts",
871
951
  "kind": 1024,
872
952
  "kindString": "Property",
@@ -882,19 +962,54 @@
882
962
  ]
883
963
  },
884
964
  "DialogCloseProps": "React.HTMLAttributes<HTMLButtonElement>",
965
+ "DialogContentDrawerRenderProps": {
966
+ "props": [
967
+ {
968
+ "id": 193,
969
+ "name": "open",
970
+ "kind": 1024,
971
+ "kindString": "Property",
972
+ "flags": {},
973
+ "type": {
974
+ "type": "intrinsic",
975
+ "name": "boolean"
976
+ }
977
+ },
978
+ {
979
+ "id": 194,
980
+ "name": "toggle",
981
+ "kind": 2048,
982
+ "kindString": "Method",
983
+ "flags": {},
984
+ "signatures": [
985
+ {
986
+ "id": 195,
987
+ "name": "toggle",
988
+ "kind": 4096,
989
+ "kindString": "Call signature",
990
+ "flags": {},
991
+ "type": {
992
+ "type": "intrinsic",
993
+ "name": "void"
994
+ }
995
+ }
996
+ ]
997
+ }
998
+ ]
999
+ },
885
1000
  "DialogContentProps": {
886
1001
  "intersections": [
887
1002
  "Omit<React.HTMLAttributes<HTMLDivElement>, [object Object]>"
888
1003
  ],
889
1004
  "props": [
890
1005
  {
891
- "id": 173,
892
- "name": "aria-describedby",
1006
+ "id": 181,
1007
+ "name": "aria-label",
893
1008
  "kind": 1024,
894
1009
  "kindString": "Property",
895
1010
  "flags": {},
896
1011
  "comment": {
897
- "shortText": "An accessible description to be announced when the dialog is opened"
1012
+ "shortText": "An accessible label to be announced when the dialog is opened"
898
1013
  },
899
1014
  "type": {
900
1015
  "type": "intrinsic",
@@ -902,7 +1017,7 @@
902
1017
  }
903
1018
  },
904
1019
  {
905
- "id": 174,
1020
+ "id": 182,
906
1021
  "name": "children",
907
1022
  "kind": 1024,
908
1023
  "kindString": "Property",
@@ -931,27 +1046,28 @@
931
1046
  {
932
1047
  "type": "reflection",
933
1048
  "declaration": {
934
- "id": 175,
1049
+ "id": 183,
935
1050
  "name": "__type",
936
1051
  "kind": 65536,
937
1052
  "kindString": "Type literal",
938
1053
  "flags": {},
939
1054
  "signatures": [
940
1055
  {
941
- "id": 176,
1056
+ "id": 184,
942
1057
  "name": "__type",
943
1058
  "kind": 4096,
944
1059
  "kindString": "Call signature",
945
1060
  "flags": {},
946
1061
  "parameters": [
947
1062
  {
948
- "id": 177,
1063
+ "id": 185,
949
1064
  "name": "props",
950
1065
  "kind": 32768,
951
1066
  "kindString": "Parameter",
952
1067
  "flags": {},
953
1068
  "type": {
954
1069
  "type": "reference",
1070
+ "id": 186,
955
1071
  "name": "DialogContentRenderProps"
956
1072
  }
957
1073
  }
@@ -971,11 +1087,49 @@
971
1087
  }
972
1088
  ]
973
1089
  },
1090
+ "DialogContentRenderProps": {
1091
+ "props": [
1092
+ {
1093
+ "id": 190,
1094
+ "name": "drawer",
1095
+ "kind": 1024,
1096
+ "kindString": "Property",
1097
+ "flags": {
1098
+ "isOptional": true
1099
+ },
1100
+ "type": {
1101
+ "type": "reference",
1102
+ "id": 191,
1103
+ "name": "DialogContentDrawerRenderProps"
1104
+ }
1105
+ },
1106
+ {
1107
+ "id": 188,
1108
+ "name": "close",
1109
+ "kind": 2048,
1110
+ "kindString": "Method",
1111
+ "flags": {},
1112
+ "signatures": [
1113
+ {
1114
+ "id": 189,
1115
+ "name": "close",
1116
+ "kind": 4096,
1117
+ "kindString": "Call signature",
1118
+ "flags": {},
1119
+ "type": {
1120
+ "type": "intrinsic",
1121
+ "name": "void"
1122
+ }
1123
+ }
1124
+ ]
1125
+ }
1126
+ ]
1127
+ },
974
1128
  "DialogFooterProps": "React.HTMLAttributes<HTMLDivElement>",
975
1129
  "DialogProps": {
976
1130
  "props": [
977
1131
  {
978
- "id": 187,
1132
+ "id": 206,
979
1133
  "name": "children",
980
1134
  "kind": 1024,
981
1135
  "kindString": "Property",
@@ -1002,7 +1156,23 @@
1002
1156
  }
1003
1157
  },
1004
1158
  {
1005
- "id": 188,
1159
+ "id": 207,
1160
+ "name": "closeOnEscape",
1161
+ "kind": 1024,
1162
+ "kindString": "Property",
1163
+ "flags": {
1164
+ "isOptional": true
1165
+ },
1166
+ "comment": {
1167
+ "shortText": "When `true`, pressing escape will close the dialog"
1168
+ },
1169
+ "type": {
1170
+ "type": "intrinsic",
1171
+ "name": "boolean"
1172
+ }
1173
+ },
1174
+ {
1175
+ "id": 208,
1006
1176
  "name": "draggable",
1007
1177
  "kind": 1024,
1008
1178
  "kindString": "Property",
@@ -1018,7 +1188,7 @@
1018
1188
  }
1019
1189
  },
1020
1190
  {
1021
- "id": 191,
1191
+ "id": 211,
1022
1192
  "name": "open",
1023
1193
  "kind": 1024,
1024
1194
  "kindString": "Property",
@@ -1034,7 +1204,23 @@
1034
1204
  }
1035
1205
  },
1036
1206
  {
1037
- "id": 192,
1207
+ "id": 212,
1208
+ "name": "showCloseButton",
1209
+ "kind": 1024,
1210
+ "kindString": "Property",
1211
+ "flags": {
1212
+ "isOptional": true
1213
+ },
1214
+ "comment": {
1215
+ "shortText": "Shows the close icon button of the dialog"
1216
+ },
1217
+ "type": {
1218
+ "type": "intrinsic",
1219
+ "name": "boolean"
1220
+ }
1221
+ },
1222
+ {
1223
+ "id": 213,
1038
1224
  "name": "size",
1039
1225
  "kind": 1024,
1040
1226
  "kindString": "Property",
@@ -1046,11 +1232,12 @@
1046
1232
  },
1047
1233
  "type": {
1048
1234
  "type": "reference",
1235
+ "id": 199,
1049
1236
  "name": "DialogSize"
1050
1237
  }
1051
1238
  },
1052
1239
  {
1053
- "id": 189,
1240
+ "id": 209,
1054
1241
  "name": "onClose",
1055
1242
  "kind": 2048,
1056
1243
  "kindString": "Method",
@@ -1059,7 +1246,7 @@
1059
1246
  },
1060
1247
  "signatures": [
1061
1248
  {
1062
- "id": 190,
1249
+ "id": 210,
1063
1250
  "name": "onClose",
1064
1251
  "kind": 4096,
1065
1252
  "kindString": "Call signature",
@@ -1076,10 +1263,32 @@
1076
1263
  }
1077
1264
  ]
1078
1265
  },
1266
+ "DialogSize": [
1267
+ {
1268
+ "type": "literal",
1269
+ "value": "dialog"
1270
+ },
1271
+ {
1272
+ "type": "literal",
1273
+ "value": "xs"
1274
+ },
1275
+ {
1276
+ "type": "literal",
1277
+ "value": "sm"
1278
+ },
1279
+ {
1280
+ "type": "literal",
1281
+ "value": "md"
1282
+ },
1283
+ {
1284
+ "type": "literal",
1285
+ "value": "lg"
1286
+ }
1287
+ ],
1079
1288
  "DialogTexts": {
1080
1289
  "props": [
1081
1290
  {
1082
- "id": 183,
1291
+ "id": 202,
1083
1292
  "name": "close",
1084
1293
  "kind": 1024,
1085
1294
  "kindString": "Property",
@@ -1093,7 +1302,7 @@
1093
1302
  }
1094
1303
  },
1095
1304
  {
1096
- "id": 184,
1305
+ "id": 203,
1097
1306
  "name": "drag",
1098
1307
  "kind": 1024,
1099
1308
  "kindString": "Property",
@@ -1112,7 +1321,7 @@
1112
1321
  ],
1113
1322
  "props": [
1114
1323
  {
1115
- "id": 205,
1324
+ "id": 226,
1116
1325
  "name": "children",
1117
1326
  "kind": 1024,
1118
1327
  "kindString": "Property",
@@ -1128,7 +1337,7 @@
1128
1337
  }
1129
1338
  },
1130
1339
  {
1131
- "id": 206,
1340
+ "id": 227,
1132
1341
  "name": "horizontal",
1133
1342
  "kind": 1024,
1134
1343
  "kindString": "Property",
@@ -1151,7 +1360,7 @@
1151
1360
  ],
1152
1361
  "props": [
1153
1362
  {
1154
- "id": 201,
1363
+ "id": 222,
1155
1364
  "name": "Close",
1156
1365
  "kind": 1024,
1157
1366
  "kindString": "Property",
@@ -1160,9 +1369,28 @@
1160
1369
  "type": "reference",
1161
1370
  "typeArguments": [
1162
1371
  {
1163
- "type": "reference",
1164
- "id": 180,
1165
- "name": "DialogCloseProps"
1372
+ "type": "intersection",
1373
+ "types": [
1374
+ {
1375
+ "type": "reference",
1376
+ "id": 198,
1377
+ "name": "DialogCloseProps"
1378
+ },
1379
+ {
1380
+ "type": "reference",
1381
+ "typeArguments": [
1382
+ {
1383
+ "type": "reference",
1384
+ "qualifiedName": "HTMLButtonElement",
1385
+ "package": "typescript",
1386
+ "name": "HTMLButtonElement"
1387
+ }
1388
+ ],
1389
+ "qualifiedName": "React.RefAttributes",
1390
+ "package": "@types/react",
1391
+ "name": "React.RefAttributes"
1392
+ }
1393
+ ]
1166
1394
  }
1167
1395
  ],
1168
1396
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1171,7 +1399,7 @@
1171
1399
  }
1172
1400
  },
1173
1401
  {
1174
- "id": 196,
1402
+ "id": 217,
1175
1403
  "name": "Content",
1176
1404
  "kind": 1024,
1177
1405
  "kindString": "Property",
@@ -1180,9 +1408,28 @@
1180
1408
  "type": "reference",
1181
1409
  "typeArguments": [
1182
1410
  {
1183
- "type": "reference",
1184
- "id": 171,
1185
- "name": "DialogContentProps"
1411
+ "type": "intersection",
1412
+ "types": [
1413
+ {
1414
+ "type": "reference",
1415
+ "id": 179,
1416
+ "name": "DialogContentProps"
1417
+ },
1418
+ {
1419
+ "type": "reference",
1420
+ "typeArguments": [
1421
+ {
1422
+ "type": "reference",
1423
+ "qualifiedName": "HTMLDivElement",
1424
+ "package": "typescript",
1425
+ "name": "HTMLDivElement"
1426
+ }
1427
+ ],
1428
+ "qualifiedName": "React.RefAttributes",
1429
+ "package": "@types/react",
1430
+ "name": "React.RefAttributes"
1431
+ }
1432
+ ]
1186
1433
  }
1187
1434
  ],
1188
1435
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1191,7 +1438,7 @@
1191
1438
  }
1192
1439
  },
1193
1440
  {
1194
- "id": 200,
1441
+ "id": 221,
1195
1442
  "name": "Drawer",
1196
1443
  "kind": 1024,
1197
1444
  "kindString": "Property",
@@ -1200,8 +1447,27 @@
1200
1447
  "type": "reference",
1201
1448
  "typeArguments": [
1202
1449
  {
1203
- "type": "reference",
1204
- "name": "DialogDrawerProps"
1450
+ "type": "intersection",
1451
+ "types": [
1452
+ {
1453
+ "type": "reference",
1454
+ "name": "DialogDrawerProps"
1455
+ },
1456
+ {
1457
+ "type": "reference",
1458
+ "typeArguments": [
1459
+ {
1460
+ "type": "reference",
1461
+ "qualifiedName": "HTMLDivElement",
1462
+ "package": "typescript",
1463
+ "name": "HTMLDivElement"
1464
+ }
1465
+ ],
1466
+ "qualifiedName": "React.RefAttributes",
1467
+ "package": "@types/react",
1468
+ "name": "React.RefAttributes"
1469
+ }
1470
+ ]
1205
1471
  }
1206
1472
  ],
1207
1473
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1210,7 +1476,7 @@
1210
1476
  }
1211
1477
  },
1212
1478
  {
1213
- "id": 199,
1479
+ "id": 220,
1214
1480
  "name": "Extra",
1215
1481
  "kind": 1024,
1216
1482
  "kindString": "Property",
@@ -1219,8 +1485,27 @@
1219
1485
  "type": "reference",
1220
1486
  "typeArguments": [
1221
1487
  {
1222
- "type": "reference",
1223
- "name": "DialogExtraProps"
1488
+ "type": "intersection",
1489
+ "types": [
1490
+ {
1491
+ "type": "reference",
1492
+ "name": "DialogExtraProps"
1493
+ },
1494
+ {
1495
+ "type": "reference",
1496
+ "typeArguments": [
1497
+ {
1498
+ "type": "reference",
1499
+ "qualifiedName": "HTMLDivElement",
1500
+ "package": "typescript",
1501
+ "name": "HTMLDivElement"
1502
+ }
1503
+ ],
1504
+ "qualifiedName": "React.RefAttributes",
1505
+ "package": "@types/react",
1506
+ "name": "React.RefAttributes"
1507
+ }
1508
+ ]
1224
1509
  }
1225
1510
  ],
1226
1511
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1229,7 +1514,7 @@
1229
1514
  }
1230
1515
  },
1231
1516
  {
1232
- "id": 198,
1517
+ "id": 219,
1233
1518
  "name": "Footer",
1234
1519
  "kind": 1024,
1235
1520
  "kindString": "Property",
@@ -1238,9 +1523,28 @@
1238
1523
  "type": "reference",
1239
1524
  "typeArguments": [
1240
1525
  {
1241
- "type": "reference",
1242
- "id": 179,
1243
- "name": "DialogFooterProps"
1526
+ "type": "intersection",
1527
+ "types": [
1528
+ {
1529
+ "type": "reference",
1530
+ "id": 197,
1531
+ "name": "DialogFooterProps"
1532
+ },
1533
+ {
1534
+ "type": "reference",
1535
+ "typeArguments": [
1536
+ {
1537
+ "type": "reference",
1538
+ "qualifiedName": "HTMLDivElement",
1539
+ "package": "typescript",
1540
+ "name": "HTMLDivElement"
1541
+ }
1542
+ ],
1543
+ "qualifiedName": "React.RefAttributes",
1544
+ "package": "@types/react",
1545
+ "name": "React.RefAttributes"
1546
+ }
1547
+ ]
1244
1548
  }
1245
1549
  ],
1246
1550
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1249,7 +1553,7 @@
1249
1553
  }
1250
1554
  },
1251
1555
  {
1252
- "id": 197,
1556
+ "id": 218,
1253
1557
  "name": "Title",
1254
1558
  "kind": 1024,
1255
1559
  "kindString": "Property",
@@ -1258,9 +1562,28 @@
1258
1562
  "type": "reference",
1259
1563
  "typeArguments": [
1260
1564
  {
1261
- "type": "reference",
1262
- "id": 178,
1263
- "name": "DialogTitleProps"
1565
+ "type": "intersection",
1566
+ "types": [
1567
+ {
1568
+ "type": "reference",
1569
+ "id": 196,
1570
+ "name": "DialogTitleProps"
1571
+ },
1572
+ {
1573
+ "type": "reference",
1574
+ "typeArguments": [
1575
+ {
1576
+ "type": "reference",
1577
+ "qualifiedName": "HTMLHeadingElement",
1578
+ "package": "typescript",
1579
+ "name": "HTMLHeadingElement"
1580
+ }
1581
+ ],
1582
+ "qualifiedName": "React.RefAttributes",
1583
+ "package": "@types/react",
1584
+ "name": "React.RefAttributes"
1585
+ }
1586
+ ]
1264
1587
  }
1265
1588
  ],
1266
1589
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1269,7 +1592,7 @@
1269
1592
  }
1270
1593
  },
1271
1594
  {
1272
- "id": 195,
1595
+ "id": 216,
1273
1596
  "name": "Trigger",
1274
1597
  "kind": 1024,
1275
1598
  "kindString": "Property",
@@ -1278,8 +1601,27 @@
1278
1601
  "type": "reference",
1279
1602
  "typeArguments": [
1280
1603
  {
1281
- "type": "reference",
1282
- "name": "DialogTriggerProps"
1604
+ "type": "intersection",
1605
+ "types": [
1606
+ {
1607
+ "type": "reference",
1608
+ "name": "DialogTriggerProps"
1609
+ },
1610
+ {
1611
+ "type": "reference",
1612
+ "typeArguments": [
1613
+ {
1614
+ "type": "reference",
1615
+ "qualifiedName": "HTMLButtonElement",
1616
+ "package": "typescript",
1617
+ "name": "HTMLButtonElement"
1618
+ }
1619
+ ],
1620
+ "qualifiedName": "React.RefAttributes",
1621
+ "package": "@types/react",
1622
+ "name": "React.RefAttributes"
1623
+ }
1624
+ ]
1283
1625
  }
1284
1626
  ],
1285
1627
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1295,7 +1637,7 @@
1295
1637
  ],
1296
1638
  "props": [
1297
1639
  {
1298
- "id": 235,
1640
+ "id": 256,
1299
1641
  "name": "Anchor",
1300
1642
  "kind": 1024,
1301
1643
  "kindString": "Property",
@@ -1305,7 +1647,7 @@
1305
1647
  "typeArguments": [
1306
1648
  {
1307
1649
  "type": "reference",
1308
- "id": 222,
1650
+ "id": 243,
1309
1651
  "name": "HangerAnchorProps"
1310
1652
  }
1311
1653
  ],
@@ -1315,7 +1657,7 @@
1315
1657
  }
1316
1658
  },
1317
1659
  {
1318
- "id": 236,
1660
+ "id": 257,
1319
1661
  "name": "Content",
1320
1662
  "kind": 1024,
1321
1663
  "kindString": "Property",
@@ -1325,7 +1667,7 @@
1325
1667
  "typeArguments": [
1326
1668
  {
1327
1669
  "type": "reference",
1328
- "id": 227,
1670
+ "id": 248,
1329
1671
  "name": "HangerContentProps"
1330
1672
  }
1331
1673
  ],
@@ -1342,7 +1684,7 @@
1342
1684
  ],
1343
1685
  "props": [
1344
1686
  {
1345
- "id": 442,
1687
+ "id": 465,
1346
1688
  "name": "Group",
1347
1689
  "kind": 1024,
1348
1690
  "kindString": "Property",
@@ -1358,7 +1700,7 @@
1358
1700
  "types": [
1359
1701
  {
1360
1702
  "type": "reference",
1361
- "id": 438,
1703
+ "id": 461,
1362
1704
  "name": "NavigationMenuGroupProps"
1363
1705
  },
1364
1706
  {
@@ -1391,7 +1733,7 @@
1391
1733
  ],
1392
1734
  "props": [
1393
1735
  {
1394
- "id": 446,
1736
+ "id": 469,
1395
1737
  "name": "Item",
1396
1738
  "kind": 1024,
1397
1739
  "kindString": "Property",
@@ -1407,7 +1749,7 @@
1407
1749
  "types": [
1408
1750
  {
1409
1751
  "type": "reference",
1410
- "id": 430,
1752
+ "id": 453,
1411
1753
  "name": "NavigationItemProps"
1412
1754
  },
1413
1755
  {
@@ -1433,7 +1775,7 @@
1433
1775
  }
1434
1776
  },
1435
1777
  {
1436
- "id": 447,
1778
+ "id": 470,
1437
1779
  "name": "Menu",
1438
1780
  "kind": 1024,
1439
1781
  "kindString": "Property",
@@ -1443,12 +1785,12 @@
1443
1785
  },
1444
1786
  "type": {
1445
1787
  "type": "reference",
1446
- "id": 440,
1788
+ "id": 463,
1447
1789
  "name": "ForwardedNavigationMenuWithStatics"
1448
1790
  }
1449
1791
  },
1450
1792
  {
1451
- "id": 448,
1793
+ "id": 471,
1452
1794
  "name": "Panel",
1453
1795
  "kind": 1024,
1454
1796
  "kindString": "Property",
@@ -1464,7 +1806,7 @@
1464
1806
  "types": [
1465
1807
  {
1466
1808
  "type": "reference",
1467
- "id": 437,
1809
+ "id": 460,
1468
1810
  "name": "NavigationPanelProps"
1469
1811
  },
1470
1812
  {
@@ -1497,7 +1839,7 @@
1497
1839
  ],
1498
1840
  "props": [
1499
1841
  {
1500
- "id": 516,
1842
+ "id": 539,
1501
1843
  "name": "Close",
1502
1844
  "kind": 1024,
1503
1845
  "kindString": "Property",
@@ -1507,7 +1849,7 @@
1507
1849
  "typeArguments": [
1508
1850
  {
1509
1851
  "type": "reference",
1510
- "id": 509,
1852
+ "id": 532,
1511
1853
  "name": "PopoverCloseProps"
1512
1854
  }
1513
1855
  ],
@@ -1517,7 +1859,7 @@
1517
1859
  }
1518
1860
  },
1519
1861
  {
1520
- "id": 515,
1862
+ "id": 538,
1521
1863
  "name": "Content",
1522
1864
  "kind": 1024,
1523
1865
  "kindString": "Property",
@@ -1527,7 +1869,7 @@
1527
1869
  "typeArguments": [
1528
1870
  {
1529
1871
  "type": "reference",
1530
- "id": 502,
1872
+ "id": 525,
1531
1873
  "name": "PopoverContentProps"
1532
1874
  }
1533
1875
  ],
@@ -1537,7 +1879,7 @@
1537
1879
  }
1538
1880
  },
1539
1881
  {
1540
- "id": 514,
1882
+ "id": 537,
1541
1883
  "name": "Trigger",
1542
1884
  "kind": 1024,
1543
1885
  "kindString": "Property",
@@ -1547,7 +1889,7 @@
1547
1889
  "typeArguments": [
1548
1890
  {
1549
1891
  "type": "reference",
1550
- "id": 497,
1892
+ "id": 520,
1551
1893
  "name": "PopoverTriggerProps"
1552
1894
  }
1553
1895
  ],
@@ -1564,7 +1906,7 @@
1564
1906
  ],
1565
1907
  "props": [
1566
1908
  {
1567
- "id": 647,
1909
+ "id": 670,
1568
1910
  "name": "Item",
1569
1911
  "kind": 1024,
1570
1912
  "kindString": "Property",
@@ -1577,7 +1919,7 @@
1577
1919
  "typeArguments": [
1578
1920
  {
1579
1921
  "type": "reference",
1580
- "id": 638,
1922
+ "id": 661,
1581
1923
  "name": "RadioGroupItemProps"
1582
1924
  }
1583
1925
  ],
@@ -1594,7 +1936,7 @@
1594
1936
  ],
1595
1937
  "props": [
1596
1938
  {
1597
- "id": 928,
1939
+ "id": 951,
1598
1940
  "name": "Content",
1599
1941
  "kind": 1024,
1600
1942
  "kindString": "Property",
@@ -1610,7 +1952,7 @@
1610
1952
  "types": [
1611
1953
  {
1612
1954
  "type": "reference",
1613
- "id": 921,
1955
+ "id": 944,
1614
1956
  "name": "TabContentProps"
1615
1957
  },
1616
1958
  {
@@ -1636,7 +1978,7 @@
1636
1978
  }
1637
1979
  },
1638
1980
  {
1639
- "id": 926,
1981
+ "id": 949,
1640
1982
  "name": "List",
1641
1983
  "kind": 1024,
1642
1984
  "kindString": "Property",
@@ -1652,7 +1994,7 @@
1652
1994
  "types": [
1653
1995
  {
1654
1996
  "type": "reference",
1655
- "id": 916,
1997
+ "id": 939,
1656
1998
  "name": "TabListProps"
1657
1999
  },
1658
2000
  {
@@ -1678,7 +2020,7 @@
1678
2020
  }
1679
2021
  },
1680
2022
  {
1681
- "id": 927,
2023
+ "id": 950,
1682
2024
  "name": "Trigger",
1683
2025
  "kind": 1024,
1684
2026
  "kindString": "Property",
@@ -1694,7 +2036,7 @@
1694
2036
  "types": [
1695
2037
  {
1696
2038
  "type": "reference",
1697
- "id": 917,
2039
+ "id": 940,
1698
2040
  "name": "TabTriggerProps"
1699
2041
  },
1700
2042
  {
@@ -1727,7 +2069,7 @@
1727
2069
  ],
1728
2070
  "props": [
1729
2071
  {
1730
- "id": 1051,
2072
+ "id": 1074,
1731
2073
  "name": "Group",
1732
2074
  "kind": 1024,
1733
2075
  "kindString": "Property",
@@ -1743,7 +2085,7 @@
1743
2085
  "types": [
1744
2086
  {
1745
2087
  "type": "reference",
1746
- "id": 1031,
2088
+ "id": 1054,
1747
2089
  "name": "TreeviewGroupProps"
1748
2090
  },
1749
2091
  {
@@ -1769,7 +2111,7 @@
1769
2111
  }
1770
2112
  },
1771
2113
  {
1772
- "id": 1050,
2114
+ "id": 1073,
1773
2115
  "name": "Item",
1774
2116
  "kind": 1024,
1775
2117
  "kindString": "Property",
@@ -1785,7 +2127,7 @@
1785
2127
  "types": [
1786
2128
  {
1787
2129
  "type": "reference",
1788
- "id": 1030,
2130
+ "id": 1053,
1789
2131
  "name": "TreeviewItemProps"
1790
2132
  },
1791
2133
  {
@@ -1818,7 +2160,7 @@
1818
2160
  ],
1819
2161
  "props": [
1820
2162
  {
1821
- "id": 213,
2163
+ "id": 234,
1822
2164
  "name": "as",
1823
2165
  "kind": 1024,
1824
2166
  "kindString": "Property",
@@ -1847,7 +2189,7 @@
1847
2189
  }
1848
2190
  },
1849
2191
  {
1850
- "id": 214,
2192
+ "id": 235,
1851
2193
  "name": "children",
1852
2194
  "kind": 1024,
1853
2195
  "kindString": "Property",
@@ -1871,7 +2213,7 @@
1871
2213
  ],
1872
2214
  "props": [
1873
2215
  {
1874
- "id": 229,
2216
+ "id": 250,
1875
2217
  "name": "onClose",
1876
2218
  "kind": 1024,
1877
2219
  "kindString": "Property",
@@ -1883,12 +2225,12 @@
1883
2225
  },
1884
2226
  "type": {
1885
2227
  "type": "reference",
1886
- "id": 223,
2228
+ "id": 244,
1887
2229
  "name": "CloseHandler"
1888
2230
  }
1889
2231
  },
1890
2232
  {
1891
- "id": 230,
2233
+ "id": 251,
1892
2234
  "name": "placement",
1893
2235
  "kind": 1024,
1894
2236
  "kindString": "Property",
@@ -1910,7 +2252,7 @@
1910
2252
  "HangerTexts": {
1911
2253
  "props": [
1912
2254
  {
1913
- "id": 221,
2255
+ "id": 242,
1914
2256
  "name": "close",
1915
2257
  "kind": 1024,
1916
2258
  "kindString": "Property",
@@ -1931,7 +2273,7 @@
1931
2273
  ],
1932
2274
  "props": [
1933
2275
  {
1934
- "id": 248,
2276
+ "id": 269,
1935
2277
  "name": "appearance",
1936
2278
  "kind": 1024,
1937
2279
  "kindString": "Property",
@@ -1948,7 +2290,7 @@
1948
2290
  }
1949
2291
  },
1950
2292
  {
1951
- "id": 249,
2293
+ "id": 270,
1952
2294
  "name": "dialog",
1953
2295
  "kind": 1024,
1954
2296
  "kindString": "Property",
@@ -1963,7 +2305,7 @@
1963
2305
  "typeArguments": [
1964
2306
  {
1965
2307
  "type": "reference",
1966
- "id": 185,
2308
+ "id": 204,
1967
2309
  "name": "DialogProps"
1968
2310
  }
1969
2311
  ],
@@ -1973,7 +2315,7 @@
1973
2315
  }
1974
2316
  },
1975
2317
  {
1976
- "id": 251,
2318
+ "id": 272,
1977
2319
  "name": "hanger",
1978
2320
  "kind": 1024,
1979
2321
  "kindString": "Property",
@@ -1988,7 +2330,7 @@
1988
2330
  "typeArguments": [
1989
2331
  {
1990
2332
  "type": "reference",
1991
- "id": 231,
2333
+ "id": 252,
1992
2334
  "name": "HangerProps"
1993
2335
  }
1994
2336
  ],
@@ -1998,7 +2340,7 @@
1998
2340
  }
1999
2341
  },
2000
2342
  {
2001
- "id": 250,
2343
+ "id": 271,
2002
2344
  "name": "icon",
2003
2345
  "kind": 1024,
2004
2346
  "kindString": "Property",
@@ -2008,12 +2350,37 @@
2008
2350
  },
2009
2351
  "type": {
2010
2352
  "type": "reference",
2011
- "id": 239,
2353
+ "id": 260,
2012
2354
  "name": "IconName"
2013
2355
  }
2014
2356
  },
2015
2357
  {
2016
- "id": 252,
2358
+ "id": 273,
2359
+ "name": "menu",
2360
+ "kind": 1024,
2361
+ "kindString": "Property",
2362
+ "flags": {
2363
+ "isOptional": true
2364
+ },
2365
+ "comment": {
2366
+ "shortText": "Menu component associated with the button."
2367
+ },
2368
+ "type": {
2369
+ "type": "reference",
2370
+ "typeArguments": [
2371
+ {
2372
+ "type": "reference",
2373
+ "id": 360,
2374
+ "name": "MenuProps"
2375
+ }
2376
+ ],
2377
+ "qualifiedName": "React.ReactElement",
2378
+ "package": "@types/react",
2379
+ "name": "React.ReactElement"
2380
+ }
2381
+ },
2382
+ {
2383
+ "id": 274,
2017
2384
  "name": "popover",
2018
2385
  "kind": 1024,
2019
2386
  "kindString": "Property",
@@ -2028,7 +2395,7 @@
2028
2395
  "typeArguments": [
2029
2396
  {
2030
2397
  "type": "reference",
2031
- "id": 510,
2398
+ "id": 533,
2032
2399
  "name": "PopoverProps"
2033
2400
  }
2034
2401
  ],
@@ -2038,7 +2405,7 @@
2038
2405
  }
2039
2406
  },
2040
2407
  {
2041
- "id": 253,
2408
+ "id": 275,
2042
2409
  "name": "rounded",
2043
2410
  "kind": 1024,
2044
2411
  "kindString": "Property",
@@ -2054,7 +2421,7 @@
2054
2421
  }
2055
2422
  },
2056
2423
  {
2057
- "id": 254,
2424
+ "id": 276,
2058
2425
  "name": "tooltip",
2059
2426
  "kind": 1024,
2060
2427
  "kindString": "Property",
@@ -2883,7 +3250,7 @@
2883
3250
  ],
2884
3251
  "props": [
2885
3252
  {
2886
- "id": 242,
3253
+ "id": 263,
2887
3254
  "name": "name",
2888
3255
  "kind": 1024,
2889
3256
  "kindString": "Property",
@@ -2893,7 +3260,7 @@
2893
3260
  },
2894
3261
  "type": {
2895
3262
  "type": "reference",
2896
- "id": 239,
3263
+ "id": 260,
2897
3264
  "name": "IconName"
2898
3265
  }
2899
3266
  }
@@ -2905,7 +3272,7 @@
2905
3272
  ],
2906
3273
  "props": [
2907
3274
  {
2908
- "id": 268,
3275
+ "id": 291,
2909
3276
  "name": "button",
2910
3277
  "kind": 1024,
2911
3278
  "kindString": "Property",
@@ -2923,7 +3290,7 @@
2923
3290
  }
2924
3291
  },
2925
3292
  {
2926
- "id": 270,
3293
+ "id": 293,
2927
3294
  "name": "highlighted",
2928
3295
  "kind": 1024,
2929
3296
  "kindString": "Property",
@@ -2939,7 +3306,7 @@
2939
3306
  }
2940
3307
  },
2941
3308
  {
2942
- "id": 269,
3309
+ "id": 292,
2943
3310
  "name": "icon",
2944
3311
  "kind": 1024,
2945
3312
  "kindString": "Property",
@@ -2954,7 +3321,7 @@
2954
3321
  "types": [
2955
3322
  {
2956
3323
  "type": "reference",
2957
- "id": 239,
3324
+ "id": 260,
2958
3325
  "name": "IconName"
2959
3326
  },
2960
3327
  {
@@ -2967,7 +3334,7 @@
2967
3334
  }
2968
3335
  },
2969
3336
  {
2970
- "id": 271,
3337
+ "id": 294,
2971
3338
  "name": "state",
2972
3339
  "kind": 1024,
2973
3340
  "kindString": "Property",
@@ -2991,7 +3358,7 @@
2991
3358
  ],
2992
3359
  "props": [
2993
3360
  {
2994
- "id": 293,
3361
+ "id": 316,
2995
3362
  "name": "children",
2996
3363
  "kind": 1024,
2997
3364
  "kindString": "Property",
@@ -3007,7 +3374,7 @@
3007
3374
  }
3008
3375
  },
3009
3376
  {
3010
- "id": 294,
3377
+ "id": 317,
3011
3378
  "name": "disabled",
3012
3379
  "kind": 1024,
3013
3380
  "kindString": "Property",
@@ -3023,7 +3390,7 @@
3023
3390
  }
3024
3391
  },
3025
3392
  {
3026
- "id": 295,
3393
+ "id": 318,
3027
3394
  "name": "message",
3028
3395
  "kind": 1024,
3029
3396
  "kindString": "Property",
@@ -3039,7 +3406,7 @@
3039
3406
  }
3040
3407
  },
3041
3408
  {
3042
- "id": 296,
3409
+ "id": 319,
3043
3410
  "name": "state",
3044
3411
  "kind": 1024,
3045
3412
  "kindString": "Property",
@@ -3065,7 +3432,7 @@
3065
3432
  ],
3066
3433
  "props": [
3067
3434
  {
3068
- "id": 312,
3435
+ "id": 335,
3069
3436
  "name": "data",
3070
3437
  "kind": 1024,
3071
3438
  "kindString": "Property",
@@ -3079,13 +3446,13 @@
3079
3446
  "type": "array",
3080
3447
  "elementType": {
3081
3448
  "type": "reference",
3082
- "id": 303,
3449
+ "id": 326,
3083
3450
  "name": "ListboxItem"
3084
3451
  }
3085
3452
  }
3086
3453
  },
3087
3454
  {
3088
- "id": 313,
3455
+ "id": 336,
3089
3456
  "name": "defaultValue",
3090
3457
  "kind": 1024,
3091
3458
  "kindString": "Property",
@@ -3097,12 +3464,12 @@
3097
3464
  },
3098
3465
  "type": {
3099
3466
  "type": "reference",
3100
- "id": 304,
3467
+ "id": 327,
3101
3468
  "name": "ListboxValue"
3102
3469
  }
3103
3470
  },
3104
3471
  {
3105
- "id": 314,
3472
+ "id": 337,
3106
3473
  "name": "emptyValue",
3107
3474
  "kind": 1024,
3108
3475
  "kindString": "Property",
@@ -3114,12 +3481,12 @@
3114
3481
  },
3115
3482
  "type": {
3116
3483
  "type": "reference",
3117
- "id": 304,
3484
+ "id": 327,
3118
3485
  "name": "ListboxValue"
3119
3486
  }
3120
3487
  },
3121
3488
  {
3122
- "id": 315,
3489
+ "id": 338,
3123
3490
  "name": "highlighted",
3124
3491
  "kind": 1024,
3125
3492
  "kindString": "Property",
@@ -3135,7 +3502,7 @@
3135
3502
  }
3136
3503
  },
3137
3504
  {
3138
- "id": 316,
3505
+ "id": 339,
3139
3506
  "name": "loading",
3140
3507
  "kind": 1024,
3141
3508
  "kindString": "Property",
@@ -3151,7 +3518,7 @@
3151
3518
  }
3152
3519
  },
3153
3520
  {
3154
- "id": 317,
3521
+ "id": 340,
3155
3522
  "name": "state",
3156
3523
  "kind": 1024,
3157
3524
  "kindString": "Property",
@@ -3168,7 +3535,7 @@
3168
3535
  }
3169
3536
  },
3170
3537
  {
3171
- "id": 318,
3538
+ "id": 341,
3172
3539
  "name": "value",
3173
3540
  "kind": 1024,
3174
3541
  "kindString": "Property",
@@ -3180,7 +3547,7 @@
3180
3547
  },
3181
3548
  "type": {
3182
3549
  "type": "reference",
3183
- "id": 304,
3550
+ "id": 327,
3184
3551
  "name": "ListboxValue"
3185
3552
  }
3186
3553
  }
@@ -3189,7 +3556,7 @@
3189
3556
  "ListboxTexts": {
3190
3557
  "props": [
3191
3558
  {
3192
- "id": 309,
3559
+ "id": 332,
3193
3560
  "name": "allOption",
3194
3561
  "kind": 1024,
3195
3562
  "kindString": "Property",
@@ -3203,7 +3570,7 @@
3203
3570
  }
3204
3571
  },
3205
3572
  {
3206
- "id": 307,
3573
+ "id": 330,
3207
3574
  "name": "empty",
3208
3575
  "kind": 1024,
3209
3576
  "kindString": "Property",
@@ -3217,7 +3584,7 @@
3217
3584
  }
3218
3585
  },
3219
3586
  {
3220
- "id": 308,
3587
+ "id": 331,
3221
3588
  "name": "loading",
3222
3589
  "kind": 1024,
3223
3590
  "kindString": "Property",
@@ -3236,7 +3603,7 @@
3236
3603
  "Localization": {
3237
3604
  "props": [
3238
3605
  {
3239
- "id": 541,
3606
+ "id": 564,
3240
3607
  "name": "formatting",
3241
3608
  "kind": 1024,
3242
3609
  "kindString": "Property",
@@ -3247,14 +3614,14 @@
3247
3614
  "type": {
3248
3615
  "type": "reflection",
3249
3616
  "declaration": {
3250
- "id": 542,
3617
+ "id": 565,
3251
3618
  "name": "__type",
3252
3619
  "kind": 65536,
3253
3620
  "kindString": "Type literal",
3254
3621
  "flags": {},
3255
3622
  "children": [
3256
3623
  {
3257
- "id": 543,
3624
+ "id": 566,
3258
3625
  "name": "date",
3259
3626
  "kind": 1024,
3260
3627
  "kindString": "Property",
@@ -3273,7 +3640,7 @@
3273
3640
  "title": "Properties",
3274
3641
  "kind": 1024,
3275
3642
  "children": [
3276
- 543
3643
+ 566
3277
3644
  ]
3278
3645
  }
3279
3646
  ]
@@ -3281,7 +3648,7 @@
3281
3648
  }
3282
3649
  },
3283
3650
  {
3284
- "id": 539,
3651
+ "id": 562,
3285
3652
  "name": "locale",
3286
3653
  "kind": 1024,
3287
3654
  "kindString": "Property",
@@ -3296,7 +3663,7 @@
3296
3663
  }
3297
3664
  },
3298
3665
  {
3299
- "id": 540,
3666
+ "id": 563,
3300
3667
  "name": "texts",
3301
3668
  "kind": 1024,
3302
3669
  "kindString": "Property",
@@ -3306,7 +3673,7 @@
3306
3673
  },
3307
3674
  "type": {
3308
3675
  "type": "reference",
3309
- "id": 524,
3676
+ "id": 547,
3310
3677
  "name": "LocalizationTexts"
3311
3678
  }
3312
3679
  }
@@ -3315,7 +3682,7 @@
3315
3682
  "LocalizationTexts": {
3316
3683
  "props": [
3317
3684
  {
3318
- "id": 526,
3685
+ "id": 549,
3319
3686
  "name": "calendar",
3320
3687
  "kind": 1024,
3321
3688
  "kindString": "Property",
@@ -3325,12 +3692,12 @@
3325
3692
  },
3326
3693
  "type": {
3327
3694
  "type": "reference",
3328
- "id": 102,
3695
+ "id": 104,
3329
3696
  "name": "CalendarTexts"
3330
3697
  }
3331
3698
  },
3332
3699
  {
3333
- "id": 527,
3700
+ "id": 550,
3334
3701
  "name": "datepicker",
3335
3702
  "kind": 1024,
3336
3703
  "kindString": "Property",
@@ -3340,12 +3707,12 @@
3340
3707
  },
3341
3708
  "type": {
3342
3709
  "type": "reference",
3343
- "id": 147,
3710
+ "id": 155,
3344
3711
  "name": "DatepickerTexts"
3345
3712
  }
3346
3713
  },
3347
3714
  {
3348
- "id": 530,
3715
+ "id": 553,
3349
3716
  "name": "dialog",
3350
3717
  "kind": 1024,
3351
3718
  "kindString": "Property",
@@ -3355,12 +3722,12 @@
3355
3722
  },
3356
3723
  "type": {
3357
3724
  "type": "reference",
3358
- "id": 181,
3725
+ "id": 200,
3359
3726
  "name": "DialogTexts"
3360
3727
  }
3361
3728
  },
3362
3729
  {
3363
- "id": 528,
3730
+ "id": 551,
3364
3731
  "name": "hanger",
3365
3732
  "kind": 1024,
3366
3733
  "kindString": "Property",
@@ -3370,12 +3737,12 @@
3370
3737
  },
3371
3738
  "type": {
3372
3739
  "type": "reference",
3373
- "id": 219,
3740
+ "id": 240,
3374
3741
  "name": "HangerTexts"
3375
3742
  }
3376
3743
  },
3377
3744
  {
3378
- "id": 529,
3745
+ "id": 552,
3379
3746
  "name": "listbox",
3380
3747
  "kind": 1024,
3381
3748
  "kindString": "Property",
@@ -3385,12 +3752,12 @@
3385
3752
  },
3386
3753
  "type": {
3387
3754
  "type": "reference",
3388
- "id": 305,
3755
+ "id": 328,
3389
3756
  "name": "ListboxTexts"
3390
3757
  }
3391
3758
  },
3392
3759
  {
3393
- "id": 531,
3760
+ "id": 554,
3394
3761
  "name": "pagination",
3395
3762
  "kind": 1024,
3396
3763
  "kindString": "Property",
@@ -3400,12 +3767,12 @@
3400
3767
  },
3401
3768
  "type": {
3402
3769
  "type": "reference",
3403
- "id": 461,
3770
+ "id": 484,
3404
3771
  "name": "PaginationTexts"
3405
3772
  }
3406
3773
  },
3407
3774
  {
3408
- "id": 536,
3775
+ "id": 559,
3409
3776
  "name": "searchInput",
3410
3777
  "kind": 1024,
3411
3778
  "kindString": "Property",
@@ -3415,12 +3782,12 @@
3415
3782
  },
3416
3783
  "type": {
3417
3784
  "type": "reference",
3418
- "id": 278,
3785
+ "id": 301,
3419
3786
  "name": "SearchInputTexts"
3420
3787
  }
3421
3788
  },
3422
3789
  {
3423
- "id": 533,
3790
+ "id": 556,
3424
3791
  "name": "select",
3425
3792
  "kind": 1024,
3426
3793
  "kindString": "Property",
@@ -3430,12 +3797,12 @@
3430
3797
  },
3431
3798
  "type": {
3432
3799
  "type": "reference",
3433
- "id": 658,
3800
+ "id": 681,
3434
3801
  "name": "SelectTexts"
3435
3802
  }
3436
3803
  },
3437
3804
  {
3438
- "id": 532,
3805
+ "id": 555,
3439
3806
  "name": "table",
3440
3807
  "kind": 1024,
3441
3808
  "kindString": "Property",
@@ -3445,12 +3812,12 @@
3445
3812
  },
3446
3813
  "type": {
3447
3814
  "type": "reference",
3448
- "id": 851,
3815
+ "id": 874,
3449
3816
  "name": "TableTexts"
3450
3817
  }
3451
3818
  },
3452
3819
  {
3453
- "id": 534,
3820
+ "id": 557,
3454
3821
  "name": "toasts",
3455
3822
  "kind": 1024,
3456
3823
  "kindString": "Property",
@@ -3464,7 +3831,7 @@
3464
3831
  }
3465
3832
  },
3466
3833
  {
3467
- "id": 535,
3834
+ "id": 558,
3468
3835
  "name": "tour",
3469
3836
  "kind": 1024,
3470
3837
  "kindString": "Property",
@@ -3474,7 +3841,7 @@
3474
3841
  },
3475
3842
  "type": {
3476
3843
  "type": "reference",
3477
- "id": 982,
3844
+ "id": 1005,
3478
3845
  "name": "TourTexts"
3479
3846
  }
3480
3847
  }
@@ -3483,7 +3850,7 @@
3483
3850
  "MenuProps": {
3484
3851
  "props": [
3485
3852
  {
3486
- "id": 339,
3853
+ "id": 362,
3487
3854
  "name": "children",
3488
3855
  "kind": 1024,
3489
3856
  "kindString": "Property",
@@ -3496,7 +3863,7 @@
3496
3863
  }
3497
3864
  },
3498
3865
  {
3499
- "id": 340,
3866
+ "id": 363,
3500
3867
  "name": "id",
3501
3868
  "kind": 1024,
3502
3869
  "kindString": "Property",
@@ -3516,7 +3883,7 @@
3516
3883
  ],
3517
3884
  "props": [
3518
3885
  {
3519
- "id": 432,
3886
+ "id": 455,
3520
3887
  "name": "active",
3521
3888
  "kind": 1024,
3522
3889
  "kindString": "Property",
@@ -3532,7 +3899,7 @@
3532
3899
  }
3533
3900
  },
3534
3901
  {
3535
- "id": 433,
3902
+ "id": 456,
3536
3903
  "name": "onDrop",
3537
3904
  "kind": 1024,
3538
3905
  "kindString": "Property",
@@ -3550,7 +3917,7 @@
3550
3917
  }
3551
3918
  },
3552
3919
  {
3553
- "id": 434,
3920
+ "id": 457,
3554
3921
  "name": "postfix",
3555
3922
  "kind": 1024,
3556
3923
  "kindString": "Property",
@@ -3568,7 +3935,7 @@
3568
3935
  }
3569
3936
  },
3570
3937
  {
3571
- "id": 435,
3938
+ "id": 458,
3572
3939
  "name": "prefix",
3573
3940
  "kind": 1024,
3574
3941
  "kindString": "Property",
@@ -3586,7 +3953,7 @@
3586
3953
  }
3587
3954
  },
3588
3955
  {
3589
- "id": 436,
3956
+ "id": 459,
3590
3957
  "name": "target",
3591
3958
  "kind": 1024,
3592
3959
  "kindString": "Property",
@@ -3621,7 +3988,7 @@
3621
3988
  ],
3622
3989
  "props": [
3623
3990
  {
3624
- "id": 474,
3991
+ "id": 497,
3625
3992
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
3626
3993
  "kind": 1024,
3627
3994
  "kindString": "Property",
@@ -3637,7 +4004,7 @@
3637
4004
  }
3638
4005
  },
3639
4006
  {
3640
- "id": 469,
4007
+ "id": 492,
3641
4008
  "name": "length",
3642
4009
  "kind": 1024,
3643
4010
  "kindString": "Property",
@@ -3651,7 +4018,7 @@
3651
4018
  }
3652
4019
  },
3653
4020
  {
3654
- "id": 470,
4021
+ "id": 493,
3655
4022
  "name": "pageSizes",
3656
4023
  "kind": 1024,
3657
4024
  "kindString": "Property",
@@ -3670,7 +4037,7 @@
3670
4037
  }
3671
4038
  },
3672
4039
  {
3673
- "id": 471,
4040
+ "id": 494,
3674
4041
  "name": "showPageControls",
3675
4042
  "kind": 1024,
3676
4043
  "kindString": "Property",
@@ -3686,7 +4053,7 @@
3686
4053
  }
3687
4054
  },
3688
4055
  {
3689
- "id": 472,
4056
+ "id": 495,
3690
4057
  "name": "showPageNumbers",
3691
4058
  "kind": 1024,
3692
4059
  "kindString": "Property",
@@ -3702,7 +4069,7 @@
3702
4069
  }
3703
4070
  },
3704
4071
  {
3705
- "id": 473,
4072
+ "id": 496,
3706
4073
  "name": "showPageSize",
3707
4074
  "kind": 1024,
3708
4075
  "kindString": "Property",
@@ -3722,7 +4089,7 @@
3722
4089
  "PaginationTexts": {
3723
4090
  "props": [
3724
4091
  {
3725
- "id": 466,
4092
+ "id": 489,
3726
4093
  "name": "actions",
3727
4094
  "kind": 1024,
3728
4095
  "kindString": "Property",
@@ -3732,12 +4099,12 @@
3732
4099
  },
3733
4100
  "type": {
3734
4101
  "type": "reference",
3735
- "id": 450,
4102
+ "id": 473,
3736
4103
  "name": "PaginationTextsActions"
3737
4104
  }
3738
4105
  },
3739
4106
  {
3740
- "id": 463,
4107
+ "id": 486,
3741
4108
  "name": "label",
3742
4109
  "kind": 1024,
3743
4110
  "kindString": "Property",
@@ -3751,7 +4118,7 @@
3751
4118
  }
3752
4119
  },
3753
4120
  {
3754
- "id": 464,
4121
+ "id": 487,
3755
4122
  "name": "pageSize",
3756
4123
  "kind": 1024,
3757
4124
  "kindString": "Property",
@@ -3765,7 +4132,7 @@
3765
4132
  }
3766
4133
  },
3767
4134
  {
3768
- "id": 465,
4135
+ "id": 488,
3769
4136
  "name": "showingXofYofTotal",
3770
4137
  "kind": 1024,
3771
4138
  "kindString": "Property",
@@ -3783,7 +4150,7 @@
3783
4150
  "PaginationTextsActions": {
3784
4151
  "props": [
3785
4152
  {
3786
- "id": 452,
4153
+ "id": 475,
3787
4154
  "name": "firstPage",
3788
4155
  "kind": 1024,
3789
4156
  "kindString": "Property",
@@ -3797,7 +4164,7 @@
3797
4164
  }
3798
4165
  },
3799
4166
  {
3800
- "id": 453,
4167
+ "id": 476,
3801
4168
  "name": "firstPageWithShortcut",
3802
4169
  "kind": 1024,
3803
4170
  "kindString": "Property",
@@ -3811,7 +4178,7 @@
3811
4178
  }
3812
4179
  },
3813
4180
  {
3814
- "id": 458,
4181
+ "id": 481,
3815
4182
  "name": "lastPage",
3816
4183
  "kind": 1024,
3817
4184
  "kindString": "Property",
@@ -3825,7 +4192,7 @@
3825
4192
  }
3826
4193
  },
3827
4194
  {
3828
- "id": 459,
4195
+ "id": 482,
3829
4196
  "name": "lastPageWithShortcut",
3830
4197
  "kind": 1024,
3831
4198
  "kindString": "Property",
@@ -3839,7 +4206,7 @@
3839
4206
  }
3840
4207
  },
3841
4208
  {
3842
- "id": 454,
4209
+ "id": 477,
3843
4210
  "name": "nextPage",
3844
4211
  "kind": 1024,
3845
4212
  "kindString": "Property",
@@ -3853,7 +4220,7 @@
3853
4220
  }
3854
4221
  },
3855
4222
  {
3856
- "id": 455,
4223
+ "id": 478,
3857
4224
  "name": "nextPageWithShortcut",
3858
4225
  "kind": 1024,
3859
4226
  "kindString": "Property",
@@ -3867,7 +4234,7 @@
3867
4234
  }
3868
4235
  },
3869
4236
  {
3870
- "id": 460,
4237
+ "id": 483,
3871
4238
  "name": "pageX",
3872
4239
  "kind": 1024,
3873
4240
  "kindString": "Property",
@@ -3881,7 +4248,7 @@
3881
4248
  }
3882
4249
  },
3883
4250
  {
3884
- "id": 456,
4251
+ "id": 479,
3885
4252
  "name": "previousPage",
3886
4253
  "kind": 1024,
3887
4254
  "kindString": "Property",
@@ -3895,7 +4262,7 @@
3895
4262
  }
3896
4263
  },
3897
4264
  {
3898
- "id": 457,
4265
+ "id": 480,
3899
4266
  "name": "previousPageWithShortcut",
3900
4267
  "kind": 1024,
3901
4268
  "kindString": "Property",
@@ -3917,7 +4284,7 @@
3917
4284
  ],
3918
4285
  "props": [
3919
4286
  {
3920
- "id": 504,
4287
+ "id": 527,
3921
4288
  "name": "children",
3922
4289
  "kind": 1024,
3923
4290
  "kindString": "Property",
@@ -3934,28 +4301,28 @@
3934
4301
  {
3935
4302
  "type": "reflection",
3936
4303
  "declaration": {
3937
- "id": 505,
4304
+ "id": 528,
3938
4305
  "name": "__type",
3939
4306
  "kind": 65536,
3940
4307
  "kindString": "Type literal",
3941
4308
  "flags": {},
3942
4309
  "signatures": [
3943
4310
  {
3944
- "id": 506,
4311
+ "id": 529,
3945
4312
  "name": "__type",
3946
4313
  "kind": 4096,
3947
4314
  "kindString": "Call signature",
3948
4315
  "flags": {},
3949
4316
  "parameters": [
3950
4317
  {
3951
- "id": 507,
4318
+ "id": 530,
3952
4319
  "name": "props",
3953
4320
  "kind": 32768,
3954
4321
  "kindString": "Parameter",
3955
4322
  "flags": {},
3956
4323
  "type": {
3957
4324
  "type": "reference",
3958
- "id": 498,
4325
+ "id": 521,
3959
4326
  "name": "PopoverContentRenderProps"
3960
4327
  }
3961
4328
  }
@@ -3974,7 +4341,7 @@
3974
4341
  }
3975
4342
  },
3976
4343
  {
3977
- "id": 508,
4344
+ "id": 531,
3978
4345
  "name": "placement",
3979
4346
  "kind": 1024,
3980
4347
  "kindString": "Property",
@@ -3995,14 +4362,14 @@
3995
4362
  "PopoverContentRenderProps": {
3996
4363
  "props": [
3997
4364
  {
3998
- "id": 500,
4365
+ "id": 523,
3999
4366
  "name": "close",
4000
4367
  "kind": 2048,
4001
4368
  "kindString": "Method",
4002
4369
  "flags": {},
4003
4370
  "signatures": [
4004
4371
  {
4005
- "id": 501,
4372
+ "id": 524,
4006
4373
  "name": "close",
4007
4374
  "kind": 4096,
4008
4375
  "kindString": "Call signature",
@@ -4024,7 +4391,7 @@
4024
4391
  ],
4025
4392
  "props": [
4026
4393
  {
4027
- "id": 520,
4394
+ "id": 543,
4028
4395
  "name": "duration",
4029
4396
  "kind": 1024,
4030
4397
  "kindString": "Property",
@@ -4044,7 +4411,7 @@
4044
4411
  "ProviderProps": {
4045
4412
  "props": [
4046
4413
  {
4047
- "id": 621,
4414
+ "id": 644,
4048
4415
  "name": "children",
4049
4416
  "kind": 1024,
4050
4417
  "kindString": "Property",
@@ -4060,7 +4427,7 @@
4060
4427
  }
4061
4428
  },
4062
4429
  {
4063
- "id": 622,
4430
+ "id": 645,
4064
4431
  "name": "localization",
4065
4432
  "kind": 1024,
4066
4433
  "kindString": "Property",
@@ -4072,7 +4439,7 @@
4072
4439
  },
4073
4440
  "type": {
4074
4441
  "type": "reference",
4075
- "id": 537,
4442
+ "id": 560,
4076
4443
  "name": "Localization"
4077
4444
  }
4078
4445
  }
@@ -4084,7 +4451,7 @@
4084
4451
  ],
4085
4452
  "props": [
4086
4453
  {
4087
- "id": 640,
4454
+ "id": 663,
4088
4455
  "name": "children",
4089
4456
  "kind": 1024,
4090
4457
  "kindString": "Property",
@@ -4100,7 +4467,7 @@
4100
4467
  }
4101
4468
  },
4102
4469
  {
4103
- "id": 641,
4470
+ "id": 664,
4104
4471
  "name": "disabled",
4105
4472
  "kind": 1024,
4106
4473
  "kindString": "Property",
@@ -4113,7 +4480,7 @@
4113
4480
  }
4114
4481
  },
4115
4482
  {
4116
- "id": 642,
4483
+ "id": 665,
4117
4484
  "name": "value",
4118
4485
  "kind": 1024,
4119
4486
  "kindString": "Property",
@@ -4123,7 +4490,7 @@
4123
4490
  },
4124
4491
  "type": {
4125
4492
  "type": "reference",
4126
- "id": 630,
4493
+ "id": 653,
4127
4494
  "name": "RadioGroupItemValue"
4128
4495
  }
4129
4496
  }
@@ -4148,7 +4515,7 @@
4148
4515
  ],
4149
4516
  "props": [
4150
4517
  {
4151
- "id": 695,
4518
+ "id": 718,
4152
4519
  "name": "subRows",
4153
4520
  "kind": 1024,
4154
4521
  "kindString": "Property",
@@ -4159,11 +4526,11 @@
4159
4526
  "type": "array",
4160
4527
  "elementType": {
4161
4528
  "type": "reference",
4162
- "id": 693,
4529
+ "id": 716,
4163
4530
  "typeArguments": [
4164
4531
  {
4165
4532
  "type": "reference",
4166
- "id": 697,
4533
+ "id": 720,
4167
4534
  "name": "TRow"
4168
4535
  }
4169
4536
  ],
@@ -4233,7 +4600,7 @@
4233
4600
  ],
4234
4601
  "props": [
4235
4602
  {
4236
- "id": 283,
4603
+ "id": 306,
4237
4604
  "name": "onSearch",
4238
4605
  "kind": 2048,
4239
4606
  "kindString": "Method",
@@ -4242,7 +4609,7 @@
4242
4609
  },
4243
4610
  "signatures": [
4244
4611
  {
4245
- "id": 284,
4612
+ "id": 307,
4246
4613
  "name": "onSearch",
4247
4614
  "kind": 4096,
4248
4615
  "kindString": "Call signature",
@@ -4252,7 +4619,7 @@
4252
4619
  },
4253
4620
  "parameters": [
4254
4621
  {
4255
- "id": 285,
4622
+ "id": 308,
4256
4623
  "name": "value",
4257
4624
  "kind": 32768,
4258
4625
  "kindString": "Parameter",
@@ -4299,7 +4666,7 @@
4299
4666
  "SearchInputTexts": {
4300
4667
  "props": [
4301
4668
  {
4302
- "id": 280,
4669
+ "id": 303,
4303
4670
  "name": "inputLabel",
4304
4671
  "kind": 1024,
4305
4672
  "kindString": "Property",
@@ -4320,7 +4687,7 @@
4320
4687
  ],
4321
4688
  "props": [
4322
4689
  {
4323
- "id": 666,
4690
+ "id": 689,
4324
4691
  "name": "editable",
4325
4692
  "kind": 1024,
4326
4693
  "kindString": "Property",
@@ -4340,7 +4707,7 @@
4340
4707
  "SelectTexts": {
4341
4708
  "props": [
4342
4709
  {
4343
- "id": 660,
4710
+ "id": 683,
4344
4711
  "name": "allOptionsSelected",
4345
4712
  "kind": 1024,
4346
4713
  "kindString": "Property",
@@ -4380,7 +4747,7 @@
4380
4747
  "SortRule": {
4381
4748
  "props": [
4382
4749
  {
4383
- "id": 746,
4750
+ "id": 769,
4384
4751
  "name": "accessor",
4385
4752
  "kind": 1024,
4386
4753
  "kindString": "Property",
@@ -4393,7 +4760,7 @@
4393
4760
  "typeArguments": [
4394
4761
  {
4395
4762
  "type": "reference",
4396
- "id": 748,
4763
+ "id": 771,
4397
4764
  "name": "T"
4398
4765
  }
4399
4766
  ],
@@ -4403,7 +4770,7 @@
4403
4770
  }
4404
4771
  },
4405
4772
  {
4406
- "id": 747,
4773
+ "id": 770,
4407
4774
  "name": "desc",
4408
4775
  "kind": 1024,
4409
4776
  "kindString": "Property",
@@ -4448,7 +4815,7 @@
4448
4815
  ],
4449
4816
  "props": [
4450
4817
  {
4451
- "id": 682,
4818
+ "id": 705,
4452
4819
  "name": "delay",
4453
4820
  "kind": 1024,
4454
4821
  "kindString": "Property",
@@ -4464,7 +4831,7 @@
4464
4831
  }
4465
4832
  },
4466
4833
  {
4467
- "id": 683,
4834
+ "id": 706,
4468
4835
  "name": "label",
4469
4836
  "kind": 1024,
4470
4837
  "kindString": "Property",
@@ -4491,7 +4858,7 @@
4491
4858
  ],
4492
4859
  "props": [
4493
4860
  {
4494
- "id": 923,
4861
+ "id": 946,
4495
4862
  "name": "id",
4496
4863
  "kind": 1024,
4497
4864
  "kindString": "Property",
@@ -4513,7 +4880,7 @@
4513
4880
  ],
4514
4881
  "props": [
4515
4882
  {
4516
- "id": 920,
4883
+ "id": 943,
4517
4884
  "name": "disabled",
4518
4885
  "kind": 1024,
4519
4886
  "kindString": "Property",
@@ -4529,7 +4896,7 @@
4529
4896
  }
4530
4897
  },
4531
4898
  {
4532
- "id": 919,
4899
+ "id": 942,
4533
4900
  "name": "id",
4534
4901
  "kind": 1024,
4535
4902
  "kindString": "Property",
@@ -4547,7 +4914,7 @@
4547
4914
  "TableCell": {
4548
4915
  "props": [
4549
4916
  {
4550
- "id": 752,
4917
+ "id": 775,
4551
4918
  "name": "accessor",
4552
4919
  "kind": 1024,
4553
4920
  "kindString": "Property",
@@ -4558,7 +4925,7 @@
4558
4925
  }
4559
4926
  },
4560
4927
  {
4561
- "id": 753,
4928
+ "id": 776,
4562
4929
  "name": "row",
4563
4930
  "kind": 1024,
4564
4931
  "kindString": "Property",
@@ -4568,11 +4935,11 @@
4568
4935
  },
4569
4936
  "type": {
4570
4937
  "type": "reference",
4571
- "id": 826,
4938
+ "id": 849,
4572
4939
  "typeArguments": [
4573
4940
  {
4574
4941
  "type": "reference",
4575
- "id": 755,
4942
+ "id": 778,
4576
4943
  "name": "TRow"
4577
4944
  }
4578
4945
  ],
@@ -4580,7 +4947,7 @@
4580
4947
  }
4581
4948
  },
4582
4949
  {
4583
- "id": 754,
4950
+ "id": 777,
4584
4951
  "name": "value",
4585
4952
  "kind": 1024,
4586
4953
  "kindString": "Property",
@@ -4598,7 +4965,7 @@
4598
4965
  "TableColumnProps": {
4599
4966
  "props": [
4600
4967
  {
4601
- "id": 758,
4968
+ "id": 781,
4602
4969
  "name": "accessor",
4603
4970
  "kind": 1024,
4604
4971
  "kindString": "Property",
@@ -4612,7 +4979,7 @@
4612
4979
  }
4613
4980
  },
4614
4981
  {
4615
- "id": 759,
4982
+ "id": 782,
4616
4983
  "name": "align",
4617
4984
  "kind": 1024,
4618
4985
  "kindString": "Property",
@@ -4641,7 +5008,7 @@
4641
5008
  }
4642
5009
  },
4643
5010
  {
4644
- "id": 760,
5011
+ "id": 783,
4645
5012
  "name": "className",
4646
5013
  "kind": 1024,
4647
5014
  "kindString": "Property",
@@ -4657,7 +5024,7 @@
4657
5024
  }
4658
5025
  },
4659
5026
  {
4660
- "id": 764,
5027
+ "id": 787,
4661
5028
  "name": "disableSorting",
4662
5029
  "kind": 1024,
4663
5030
  "kindString": "Property",
@@ -4673,7 +5040,7 @@
4673
5040
  }
4674
5041
  },
4675
5042
  {
4676
- "id": 768,
5043
+ "id": 791,
4677
5044
  "name": "flex",
4678
5045
  "kind": 1024,
4679
5046
  "kindString": "Property",
@@ -4693,28 +5060,28 @@
4693
5060
  {
4694
5061
  "type": "reflection",
4695
5062
  "declaration": {
4696
- "id": 769,
5063
+ "id": 792,
4697
5064
  "name": "__type",
4698
5065
  "kind": 65536,
4699
5066
  "kindString": "Type literal",
4700
5067
  "flags": {},
4701
5068
  "signatures": [
4702
5069
  {
4703
- "id": 770,
5070
+ "id": 793,
4704
5071
  "name": "__type",
4705
5072
  "kind": 4096,
4706
5073
  "kindString": "Call signature",
4707
5074
  "flags": {},
4708
5075
  "parameters": [
4709
5076
  {
4710
- "id": 771,
5077
+ "id": 794,
4711
5078
  "name": "row",
4712
5079
  "kind": 32768,
4713
5080
  "kindString": "Parameter",
4714
5081
  "flags": {},
4715
5082
  "type": {
4716
5083
  "type": "reference",
4717
- "id": 778,
5084
+ "id": 801,
4718
5085
  "name": "TRow"
4719
5086
  }
4720
5087
  }
@@ -4731,7 +5098,7 @@
4731
5098
  }
4732
5099
  },
4733
5100
  {
4734
- "id": 772,
5101
+ "id": 795,
4735
5102
  "name": "headRenderer",
4736
5103
  "kind": 1024,
4737
5104
  "kindString": "Property",
@@ -4749,7 +5116,7 @@
4749
5116
  }
4750
5117
  },
4751
5118
  {
4752
- "id": 773,
5119
+ "id": 796,
4753
5120
  "name": "hidden",
4754
5121
  "kind": 1024,
4755
5122
  "kindString": "Property",
@@ -4765,7 +5132,7 @@
4765
5132
  }
4766
5133
  },
4767
5134
  {
4768
- "id": 774,
5135
+ "id": 797,
4769
5136
  "name": "hiddenOnSubRows",
4770
5137
  "kind": 1024,
4771
5138
  "kindString": "Property",
@@ -4781,7 +5148,7 @@
4781
5148
  }
4782
5149
  },
4783
5150
  {
4784
- "id": 775,
5151
+ "id": 798,
4785
5152
  "name": "sort",
4786
5153
  "kind": 1024,
4787
5154
  "kindString": "Property",
@@ -4793,12 +5160,12 @@
4793
5160
  },
4794
5161
  "type": {
4795
5162
  "type": "reference",
4796
- "id": 737,
5163
+ "id": 760,
4797
5164
  "name": "SortDirection"
4798
5165
  }
4799
5166
  },
4800
5167
  {
4801
- "id": 776,
5168
+ "id": 799,
4802
5169
  "name": "sortType",
4803
5170
  "kind": 1024,
4804
5171
  "kindString": "Property",
@@ -4810,12 +5177,12 @@
4810
5177
  },
4811
5178
  "type": {
4812
5179
  "type": "reference",
4813
- "id": 749,
5180
+ "id": 772,
4814
5181
  "name": "SortTypes"
4815
5182
  }
4816
5183
  },
4817
5184
  {
4818
- "id": 777,
5185
+ "id": 800,
4819
5186
  "name": "style",
4820
5187
  "kind": 1024,
4821
5188
  "kindString": "Property",
@@ -4831,7 +5198,7 @@
4831
5198
  }
4832
5199
  },
4833
5200
  {
4834
- "id": 761,
5201
+ "id": 784,
4835
5202
  "name": "cellRenderer",
4836
5203
  "kind": 2048,
4837
5204
  "kindString": "Method",
@@ -4840,7 +5207,7 @@
4840
5207
  },
4841
5208
  "signatures": [
4842
5209
  {
4843
- "id": 762,
5210
+ "id": 785,
4844
5211
  "name": "cellRenderer",
4845
5212
  "kind": 4096,
4846
5213
  "kindString": "Call signature",
@@ -4850,18 +5217,18 @@
4850
5217
  },
4851
5218
  "parameters": [
4852
5219
  {
4853
- "id": 763,
5220
+ "id": 786,
4854
5221
  "name": "cellProps",
4855
5222
  "kind": 32768,
4856
5223
  "kindString": "Parameter",
4857
5224
  "flags": {},
4858
5225
  "type": {
4859
5226
  "type": "reference",
4860
- "id": 750,
5227
+ "id": 773,
4861
5228
  "typeArguments": [
4862
5229
  {
4863
5230
  "type": "reference",
4864
- "id": 778,
5231
+ "id": 801,
4865
5232
  "name": "TRow"
4866
5233
  }
4867
5234
  ],
@@ -4879,7 +5246,7 @@
4879
5246
  ]
4880
5247
  },
4881
5248
  {
4882
- "id": 765,
5249
+ "id": 788,
4883
5250
  "name": "editRenderer",
4884
5251
  "kind": 2048,
4885
5252
  "kindString": "Method",
@@ -4888,25 +5255,25 @@
4888
5255
  },
4889
5256
  "signatures": [
4890
5257
  {
4891
- "id": 766,
5258
+ "id": 789,
4892
5259
  "name": "editRenderer",
4893
5260
  "kind": 4096,
4894
5261
  "kindString": "Call signature",
4895
5262
  "flags": {},
4896
5263
  "parameters": [
4897
5264
  {
4898
- "id": 767,
5265
+ "id": 790,
4899
5266
  "name": "cellProps",
4900
5267
  "kind": 32768,
4901
5268
  "kindString": "Parameter",
4902
5269
  "flags": {},
4903
5270
  "type": {
4904
5271
  "type": "reference",
4905
- "id": 750,
5272
+ "id": 773,
4906
5273
  "typeArguments": [
4907
5274
  {
4908
5275
  "type": "reference",
4909
- "id": 778,
5276
+ "id": 801,
4910
5277
  "name": "TRow"
4911
5278
  }
4912
5279
  ],
@@ -4928,7 +5295,7 @@
4928
5295
  "TableGroupProps": {
4929
5296
  "props": [
4930
5297
  {
4931
- "id": 781,
5298
+ "id": 804,
4932
5299
  "name": "children",
4933
5300
  "kind": 1024,
4934
5301
  "kindString": "Property",
@@ -4944,11 +5311,11 @@
4944
5311
  "typeArguments": [
4945
5312
  {
4946
5313
  "type": "reference",
4947
- "id": 756,
5314
+ "id": 779,
4948
5315
  "typeArguments": [
4949
5316
  {
4950
5317
  "type": "reference",
4951
- "id": 784,
5318
+ "id": 807,
4952
5319
  "name": "TRow"
4953
5320
  }
4954
5321
  ],
@@ -4966,11 +5333,11 @@
4966
5333
  "typeArguments": [
4967
5334
  {
4968
5335
  "type": "reference",
4969
- "id": 756,
5336
+ "id": 779,
4970
5337
  "typeArguments": [
4971
5338
  {
4972
5339
  "type": "reference",
4973
- "id": 784,
5340
+ "id": 807,
4974
5341
  "name": "TRow"
4975
5342
  }
4976
5343
  ],
@@ -4986,7 +5353,7 @@
4986
5353
  }
4987
5354
  },
4988
5355
  {
4989
- "id": 782,
5356
+ "id": 805,
4990
5357
  "name": "hidden",
4991
5358
  "kind": 1024,
4992
5359
  "kindString": "Property",
@@ -5002,7 +5369,7 @@
5002
5369
  }
5003
5370
  },
5004
5371
  {
5005
- "id": 783,
5372
+ "id": 806,
5006
5373
  "name": "title",
5007
5374
  "kind": 1024,
5008
5375
  "kindString": "Property",
@@ -5023,7 +5390,7 @@
5023
5390
  ],
5024
5391
  "props": [
5025
5392
  {
5026
- "id": 820,
5393
+ "id": 843,
5027
5394
  "name": "actions",
5028
5395
  "kind": 1024,
5029
5396
  "kindString": "Property",
@@ -5037,11 +5404,11 @@
5037
5404
  "type": "array",
5038
5405
  "elementType": {
5039
5406
  "type": "reference",
5040
- "id": 733,
5407
+ "id": 756,
5041
5408
  "typeArguments": [
5042
5409
  {
5043
5410
  "type": "reference",
5044
- "id": 825,
5411
+ "id": 848,
5045
5412
  "name": "TRow"
5046
5413
  }
5047
5414
  ],
@@ -5050,7 +5417,7 @@
5050
5417
  }
5051
5418
  },
5052
5419
  {
5053
- "id": 787,
5420
+ "id": 810,
5054
5421
  "name": "autoFocus",
5055
5422
  "kind": 1024,
5056
5423
  "kindString": "Property",
@@ -5066,7 +5433,7 @@
5066
5433
  }
5067
5434
  },
5068
5435
  {
5069
- "id": 788,
5436
+ "id": 811,
5070
5437
  "name": "children",
5071
5438
  "kind": 1024,
5072
5439
  "kindString": "Property",
@@ -5079,7 +5446,7 @@
5079
5446
  "typeArguments": [
5080
5447
  {
5081
5448
  "type": "reference",
5082
- "id": 825,
5449
+ "id": 848,
5083
5450
  "name": "TRow"
5084
5451
  }
5085
5452
  ],
@@ -5087,7 +5454,7 @@
5087
5454
  }
5088
5455
  },
5089
5456
  {
5090
- "id": 790,
5457
+ "id": 813,
5091
5458
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5092
5459
  "kind": 1024,
5093
5460
  "kindString": "Property",
@@ -5103,7 +5470,7 @@
5103
5470
  }
5104
5471
  },
5105
5472
  {
5106
- "id": 789,
5473
+ "id": 812,
5107
5474
  "name": "data",
5108
5475
  "kind": 1024,
5109
5476
  "kindString": "Property",
@@ -5115,11 +5482,11 @@
5115
5482
  "type": "array",
5116
5483
  "elementType": {
5117
5484
  "type": "reference",
5118
- "id": 693,
5485
+ "id": 716,
5119
5486
  "typeArguments": [
5120
5487
  {
5121
5488
  "type": "reference",
5122
- "id": 825,
5489
+ "id": 848,
5123
5490
  "name": "TRow"
5124
5491
  }
5125
5492
  ],
@@ -5128,7 +5495,7 @@
5128
5495
  }
5129
5496
  },
5130
5497
  {
5131
- "id": 809,
5498
+ "id": 832,
5132
5499
  "name": "disablePagination",
5133
5500
  "kind": 1024,
5134
5501
  "kindString": "Property",
@@ -5141,7 +5508,7 @@
5141
5508
  }
5142
5509
  },
5143
5510
  {
5144
- "id": 805,
5511
+ "id": 828,
5145
5512
  "name": "disableSorting",
5146
5513
  "kind": 1024,
5147
5514
  "kindString": "Property",
@@ -5157,7 +5524,7 @@
5157
5524
  }
5158
5525
  },
5159
5526
  {
5160
- "id": 818,
5527
+ "id": 841,
5161
5528
  "name": "inlineEditingUniqueId",
5162
5529
  "kind": 1024,
5163
5530
  "kindString": "Property",
@@ -5172,13 +5539,13 @@
5172
5539
  "operator": "keyof",
5173
5540
  "target": {
5174
5541
  "type": "reference",
5175
- "id": 825,
5542
+ "id": 848,
5176
5543
  "name": "TRow"
5177
5544
  }
5178
5545
  }
5179
5546
  },
5180
5547
  {
5181
- "id": 810,
5548
+ "id": 833,
5182
5549
  "name": "length",
5183
5550
  "kind": 1024,
5184
5551
  "kindString": "Property",
@@ -5191,7 +5558,7 @@
5191
5558
  }
5192
5559
  },
5193
5560
  {
5194
- "id": 807,
5561
+ "id": 830,
5195
5562
  "name": "manualSorting",
5196
5563
  "kind": 1024,
5197
5564
  "kindString": "Property",
@@ -5207,7 +5574,7 @@
5207
5574
  }
5208
5575
  },
5209
5576
  {
5210
- "id": 811,
5577
+ "id": 834,
5211
5578
  "name": "onPaginate",
5212
5579
  "kind": 1024,
5213
5580
  "kindString": "Property",
@@ -5219,12 +5586,12 @@
5219
5586
  },
5220
5587
  "type": {
5221
5588
  "type": "reference",
5222
- "id": 688,
5589
+ "id": 711,
5223
5590
  "name": "PaginationHandler"
5224
5591
  }
5225
5592
  },
5226
5593
  {
5227
- "id": 824,
5594
+ "id": 847,
5228
5595
  "name": "onRowActive",
5229
5596
  "kind": 1024,
5230
5597
  "kindString": "Property",
@@ -5239,7 +5606,7 @@
5239
5606
  "typeArguments": [
5240
5607
  {
5241
5608
  "type": "reference",
5242
- "id": 825,
5609
+ "id": 848,
5243
5610
  "name": "TRow"
5244
5611
  }
5245
5612
  ],
@@ -5247,7 +5614,7 @@
5247
5614
  }
5248
5615
  },
5249
5616
  {
5250
- "id": 793,
5617
+ "id": 816,
5251
5618
  "name": "onRowClick",
5252
5619
  "kind": 1024,
5253
5620
  "kindString": "Property",
@@ -5259,11 +5626,11 @@
5259
5626
  },
5260
5627
  "type": {
5261
5628
  "type": "reference",
5262
- "id": 699,
5629
+ "id": 722,
5263
5630
  "typeArguments": [
5264
5631
  {
5265
5632
  "type": "reference",
5266
- "id": 825,
5633
+ "id": 848,
5267
5634
  "name": "TRow"
5268
5635
  }
5269
5636
  ],
@@ -5271,7 +5638,7 @@
5271
5638
  }
5272
5639
  },
5273
5640
  {
5274
- "id": 822,
5641
+ "id": 845,
5275
5642
  "name": "onRowCopy",
5276
5643
  "kind": 1024,
5277
5644
  "kindString": "Property",
@@ -5283,11 +5650,11 @@
5283
5650
  },
5284
5651
  "type": {
5285
5652
  "type": "reference",
5286
- "id": 721,
5653
+ "id": 744,
5287
5654
  "typeArguments": [
5288
5655
  {
5289
5656
  "type": "reference",
5290
- "id": 825,
5657
+ "id": 848,
5291
5658
  "name": "TRow"
5292
5659
  }
5293
5660
  ],
@@ -5295,7 +5662,7 @@
5295
5662
  }
5296
5663
  },
5297
5664
  {
5298
- "id": 819,
5665
+ "id": 842,
5299
5666
  "name": "onRowCreate",
5300
5667
  "kind": 1024,
5301
5668
  "kindString": "Property",
@@ -5307,11 +5674,11 @@
5307
5674
  },
5308
5675
  "type": {
5309
5676
  "type": "reference",
5310
- "id": 715,
5677
+ "id": 738,
5311
5678
  "typeArguments": [
5312
5679
  {
5313
5680
  "type": "reference",
5314
- "id": 825,
5681
+ "id": 848,
5315
5682
  "name": "TRow"
5316
5683
  }
5317
5684
  ],
@@ -5319,7 +5686,7 @@
5319
5686
  }
5320
5687
  },
5321
5688
  {
5322
- "id": 823,
5689
+ "id": 846,
5323
5690
  "name": "onRowDelete",
5324
5691
  "kind": 1024,
5325
5692
  "kindString": "Property",
@@ -5331,11 +5698,11 @@
5331
5698
  },
5332
5699
  "type": {
5333
5700
  "type": "reference",
5334
- "id": 727,
5701
+ "id": 750,
5335
5702
  "typeArguments": [
5336
5703
  {
5337
5704
  "type": "reference",
5338
- "id": 825,
5705
+ "id": 848,
5339
5706
  "name": "TRow"
5340
5707
  }
5341
5708
  ],
@@ -5343,7 +5710,7 @@
5343
5710
  }
5344
5711
  },
5345
5712
  {
5346
- "id": 794,
5713
+ "id": 817,
5347
5714
  "name": "onRowDrag",
5348
5715
  "kind": 1024,
5349
5716
  "kindString": "Property",
@@ -5355,11 +5722,11 @@
5355
5722
  },
5356
5723
  "type": {
5357
5724
  "type": "reference",
5358
- "id": 705,
5725
+ "id": 728,
5359
5726
  "typeArguments": [
5360
5727
  {
5361
5728
  "type": "reference",
5362
- "id": 825,
5729
+ "id": 848,
5363
5730
  "name": "TRow"
5364
5731
  }
5365
5732
  ],
@@ -5367,7 +5734,7 @@
5367
5734
  }
5368
5735
  },
5369
5736
  {
5370
- "id": 821,
5737
+ "id": 844,
5371
5738
  "name": "onRowEdit",
5372
5739
  "kind": 1024,
5373
5740
  "kindString": "Property",
@@ -5382,7 +5749,7 @@
5382
5749
  "typeArguments": [
5383
5750
  {
5384
5751
  "type": "reference",
5385
- "id": 825,
5752
+ "id": 848,
5386
5753
  "name": "TRow"
5387
5754
  }
5388
5755
  ],
@@ -5390,7 +5757,7 @@
5390
5757
  }
5391
5758
  },
5392
5759
  {
5393
- "id": 795,
5760
+ "id": 818,
5394
5761
  "name": "onSelectedRows",
5395
5762
  "kind": 1024,
5396
5763
  "kindString": "Property",
@@ -5402,12 +5769,12 @@
5402
5769
  },
5403
5770
  "type": {
5404
5771
  "type": "reference",
5405
- "id": 735,
5772
+ "id": 758,
5406
5773
  "name": "SelectedRowsHandler"
5407
5774
  }
5408
5775
  },
5409
5776
  {
5410
- "id": 806,
5777
+ "id": 829,
5411
5778
  "name": "onSort",
5412
5779
  "kind": 1024,
5413
5780
  "kindString": "Property",
@@ -5419,11 +5786,11 @@
5419
5786
  },
5420
5787
  "type": {
5421
5788
  "type": "reference",
5422
- "id": 738,
5789
+ "id": 761,
5423
5790
  "typeArguments": [
5424
5791
  {
5425
5792
  "type": "reference",
5426
- "id": 825,
5793
+ "id": 848,
5427
5794
  "name": "TRow"
5428
5795
  }
5429
5796
  ],
@@ -5431,7 +5798,7 @@
5431
5798
  }
5432
5799
  },
5433
5800
  {
5434
- "id": 812,
5801
+ "id": 835,
5435
5802
  "name": "pageIndex",
5436
5803
  "kind": 1024,
5437
5804
  "kindString": "Property",
@@ -5447,7 +5814,7 @@
5447
5814
  }
5448
5815
  },
5449
5816
  {
5450
- "id": 813,
5817
+ "id": 836,
5451
5818
  "name": "pageSize",
5452
5819
  "kind": 1024,
5453
5820
  "kindString": "Property",
@@ -5463,7 +5830,7 @@
5463
5830
  }
5464
5831
  },
5465
5832
  {
5466
- "id": 796,
5833
+ "id": 819,
5467
5834
  "name": "rowClassName",
5468
5835
  "kind": 1024,
5469
5836
  "kindString": "Property",
@@ -5483,32 +5850,32 @@
5483
5850
  {
5484
5851
  "type": "reflection",
5485
5852
  "declaration": {
5486
- "id": 797,
5853
+ "id": 820,
5487
5854
  "name": "__type",
5488
5855
  "kind": 65536,
5489
5856
  "kindString": "Type literal",
5490
5857
  "flags": {},
5491
5858
  "signatures": [
5492
5859
  {
5493
- "id": 798,
5860
+ "id": 821,
5494
5861
  "name": "__type",
5495
5862
  "kind": 4096,
5496
5863
  "kindString": "Call signature",
5497
5864
  "flags": {},
5498
5865
  "parameters": [
5499
5866
  {
5500
- "id": 799,
5867
+ "id": 822,
5501
5868
  "name": "row",
5502
5869
  "kind": 32768,
5503
5870
  "kindString": "Parameter",
5504
5871
  "flags": {},
5505
5872
  "type": {
5506
5873
  "type": "reference",
5507
- "id": 826,
5874
+ "id": 849,
5508
5875
  "typeArguments": [
5509
5876
  {
5510
5877
  "type": "reference",
5511
- "id": 825,
5878
+ "id": 848,
5512
5879
  "name": "TRow"
5513
5880
  }
5514
5881
  ],
@@ -5537,7 +5904,7 @@
5537
5904
  }
5538
5905
  },
5539
5906
  {
5540
- "id": 803,
5907
+ "id": 826,
5541
5908
  "name": "rowHeight",
5542
5909
  "kind": 1024,
5543
5910
  "kindString": "Property",
@@ -5553,7 +5920,7 @@
5553
5920
  }
5554
5921
  },
5555
5922
  {
5556
- "id": 804,
5923
+ "id": 827,
5557
5924
  "name": "selectedRows",
5558
5925
  "kind": 1024,
5559
5926
  "kindString": "Property",
@@ -5565,12 +5932,12 @@
5565
5932
  },
5566
5933
  "type": {
5567
5934
  "type": "reference",
5568
- "id": 736,
5935
+ "id": 759,
5569
5936
  "name": "SelectedRowsState"
5570
5937
  }
5571
5938
  },
5572
5939
  {
5573
- "id": 808,
5940
+ "id": 831,
5574
5941
  "name": "sortRules",
5575
5942
  "kind": 1024,
5576
5943
  "kindString": "Property",
@@ -5584,11 +5951,11 @@
5584
5951
  "type": "array",
5585
5952
  "elementType": {
5586
5953
  "type": "reference",
5587
- "id": 744,
5954
+ "id": 767,
5588
5955
  "typeArguments": [
5589
5956
  {
5590
5957
  "type": "reference",
5591
- "id": 825,
5958
+ "id": 848,
5592
5959
  "name": "TRow"
5593
5960
  }
5594
5961
  ],
@@ -5597,7 +5964,7 @@
5597
5964
  }
5598
5965
  },
5599
5966
  {
5600
- "id": 791,
5967
+ "id": 814,
5601
5968
  "name": "emptyStateRenderer",
5602
5969
  "kind": 2048,
5603
5970
  "kindString": "Method",
@@ -5606,7 +5973,7 @@
5606
5973
  },
5607
5974
  "signatures": [
5608
5975
  {
5609
- "id": 792,
5976
+ "id": 815,
5610
5977
  "name": "emptyStateRenderer",
5611
5978
  "kind": 4096,
5612
5979
  "kindString": "Call signature",
@@ -5624,7 +5991,7 @@
5624
5991
  ]
5625
5992
  },
5626
5993
  {
5627
- "id": 814,
5994
+ "id": 837,
5628
5995
  "name": "loadMore",
5629
5996
  "kind": 2048,
5630
5997
  "kindString": "Method",
@@ -5633,7 +6000,7 @@
5633
6000
  },
5634
6001
  "signatures": [
5635
6002
  {
5636
- "id": 815,
6003
+ "id": 838,
5637
6004
  "name": "loadMore",
5638
6005
  "kind": 4096,
5639
6006
  "kindString": "Call signature",
@@ -5643,7 +6010,7 @@
5643
6010
  },
5644
6011
  "parameters": [
5645
6012
  {
5646
- "id": 816,
6013
+ "id": 839,
5647
6014
  "name": "startIndex",
5648
6015
  "kind": 32768,
5649
6016
  "kindString": "Parameter",
@@ -5654,7 +6021,7 @@
5654
6021
  }
5655
6022
  },
5656
6023
  {
5657
- "id": 817,
6024
+ "id": 840,
5658
6025
  "name": "endIndex",
5659
6026
  "kind": 32768,
5660
6027
  "kindString": "Parameter",
@@ -5673,7 +6040,7 @@
5673
6040
  ]
5674
6041
  },
5675
6042
  {
5676
- "id": 800,
6043
+ "id": 823,
5677
6044
  "name": "rowExpansionRenderer",
5678
6045
  "kind": 2048,
5679
6046
  "kindString": "Method",
@@ -5682,7 +6049,7 @@
5682
6049
  },
5683
6050
  "signatures": [
5684
6051
  {
5685
- "id": 801,
6052
+ "id": 824,
5686
6053
  "name": "rowExpansionRenderer",
5687
6054
  "kind": 4096,
5688
6055
  "kindString": "Call signature",
@@ -5692,18 +6059,18 @@
5692
6059
  },
5693
6060
  "parameters": [
5694
6061
  {
5695
- "id": 802,
6062
+ "id": 825,
5696
6063
  "name": "row",
5697
6064
  "kind": 32768,
5698
6065
  "kindString": "Parameter",
5699
6066
  "flags": {},
5700
6067
  "type": {
5701
6068
  "type": "reference",
5702
- "id": 826,
6069
+ "id": 849,
5703
6070
  "typeArguments": [
5704
6071
  {
5705
6072
  "type": "reference",
5706
- "id": 825,
6073
+ "id": 848,
5707
6074
  "name": "TRow"
5708
6075
  }
5709
6076
  ],
@@ -5728,7 +6095,7 @@
5728
6095
  ],
5729
6096
  "props": [
5730
6097
  {
5731
- "id": 841,
6098
+ "id": 864,
5732
6099
  "name": "instance",
5733
6100
  "kind": 1024,
5734
6101
  "kindString": "Property",
@@ -5736,14 +6103,14 @@
5736
6103
  "type": {
5737
6104
  "type": "reflection",
5738
6105
  "declaration": {
5739
- "id": 842,
6106
+ "id": 865,
5740
6107
  "name": "__type",
5741
6108
  "kind": 65536,
5742
6109
  "kindString": "Type literal",
5743
6110
  "flags": {},
5744
6111
  "children": [
5745
6112
  {
5746
- "id": 848,
6113
+ "id": 871,
5747
6114
  "name": "resetRowEditing",
5748
6115
  "kind": 1024,
5749
6116
  "kindString": "Property",
@@ -5754,7 +6121,7 @@
5754
6121
  }
5755
6122
  },
5756
6123
  {
5757
- "id": 843,
6124
+ "id": 866,
5758
6125
  "name": "toggleAllRowsExpanded",
5759
6126
  "kind": 1024,
5760
6127
  "kindString": "Property",
@@ -5765,7 +6132,7 @@
5765
6132
  }
5766
6133
  },
5767
6134
  {
5768
- "id": 846,
6135
+ "id": 869,
5769
6136
  "name": "toggleEditing",
5770
6137
  "kind": 1024,
5771
6138
  "kindString": "Property",
@@ -5776,7 +6143,7 @@
5776
6143
  }
5777
6144
  },
5778
6145
  {
5779
- "id": 844,
6146
+ "id": 867,
5780
6147
  "name": "toggleHideAllColumns",
5781
6148
  "kind": 1024,
5782
6149
  "kindString": "Property",
@@ -5787,7 +6154,7 @@
5787
6154
  }
5788
6155
  },
5789
6156
  {
5790
- "id": 845,
6157
+ "id": 868,
5791
6158
  "name": "toggleHideColumn",
5792
6159
  "kind": 1024,
5793
6160
  "kindString": "Property",
@@ -5798,7 +6165,7 @@
5798
6165
  }
5799
6166
  },
5800
6167
  {
5801
- "id": 847,
6168
+ "id": 870,
5802
6169
  "name": "toggleRowEditing",
5803
6170
  "kind": 1024,
5804
6171
  "kindString": "Property",
@@ -5809,7 +6176,7 @@
5809
6176
  }
5810
6177
  },
5811
6178
  {
5812
- "id": 849,
6179
+ "id": 872,
5813
6180
  "name": "toggleRowExpanded",
5814
6181
  "kind": 1024,
5815
6182
  "kindString": "Property",
@@ -5820,7 +6187,7 @@
5820
6187
  }
5821
6188
  },
5822
6189
  {
5823
- "id": 850,
6190
+ "id": 873,
5824
6191
  "name": "toggleSortBy",
5825
6192
  "kind": 1024,
5826
6193
  "kindString": "Property",
@@ -5836,14 +6203,14 @@
5836
6203
  "title": "Properties",
5837
6204
  "kind": 1024,
5838
6205
  "children": [
5839
- 848,
5840
- 843,
5841
- 846,
5842
- 844,
5843
- 845,
5844
- 847,
5845
- 849,
5846
- 850
6206
+ 871,
6207
+ 866,
6208
+ 869,
6209
+ 867,
6210
+ 868,
6211
+ 870,
6212
+ 872,
6213
+ 873
5847
6214
  ]
5848
6215
  }
5849
6216
  ]
@@ -5855,7 +6222,7 @@
5855
6222
  "TableRow": {
5856
6223
  "props": [
5857
6224
  {
5858
- "id": 830,
6225
+ "id": 853,
5859
6226
  "name": "depth",
5860
6227
  "kind": 1024,
5861
6228
  "kindString": "Property",
@@ -5868,7 +6235,7 @@
5868
6235
  }
5869
6236
  },
5870
6237
  {
5871
- "id": 828,
6238
+ "id": 851,
5872
6239
  "name": "index",
5873
6240
  "kind": 1024,
5874
6241
  "kindString": "Property",
@@ -5882,7 +6249,7 @@
5882
6249
  }
5883
6250
  },
5884
6251
  {
5885
- "id": 829,
6252
+ "id": 852,
5886
6253
  "name": "indexPath",
5887
6254
  "kind": 1024,
5888
6255
  "kindString": "Property",
@@ -5896,7 +6263,7 @@
5896
6263
  }
5897
6264
  },
5898
6265
  {
5899
- "id": 835,
6266
+ "id": 858,
5900
6267
  "name": "isEditing",
5901
6268
  "kind": 1024,
5902
6269
  "kindString": "Property",
@@ -5909,7 +6276,7 @@
5909
6276
  }
5910
6277
  },
5911
6278
  {
5912
- "id": 831,
6279
+ "id": 854,
5913
6280
  "name": "isExpanded",
5914
6281
  "kind": 1024,
5915
6282
  "kindString": "Property",
@@ -5925,7 +6292,7 @@
5925
6292
  }
5926
6293
  },
5927
6294
  {
5928
- "id": 834,
6295
+ "id": 857,
5929
6296
  "name": "values",
5930
6297
  "kind": 1024,
5931
6298
  "kindString": "Property",
@@ -5935,11 +6302,11 @@
5935
6302
  },
5936
6303
  "type": {
5937
6304
  "type": "reference",
5938
- "id": 693,
6305
+ "id": 716,
5939
6306
  "typeArguments": [
5940
6307
  {
5941
6308
  "type": "reference",
5942
- "id": 838,
6309
+ "id": 861,
5943
6310
  "name": "TRow"
5944
6311
  }
5945
6312
  ],
@@ -5947,7 +6314,7 @@
5947
6314
  }
5948
6315
  },
5949
6316
  {
5950
- "id": 836,
6317
+ "id": 859,
5951
6318
  "name": "toggleRowEditing",
5952
6319
  "kind": 2048,
5953
6320
  "kindString": "Method",
@@ -5956,7 +6323,7 @@
5956
6323
  },
5957
6324
  "signatures": [
5958
6325
  {
5959
- "id": 837,
6326
+ "id": 860,
5960
6327
  "name": "toggleRowEditing",
5961
6328
  "kind": 4096,
5962
6329
  "kindString": "Call signature",
@@ -5969,7 +6336,7 @@
5969
6336
  ]
5970
6337
  },
5971
6338
  {
5972
- "id": 832,
6339
+ "id": 855,
5973
6340
  "name": "toggleRowExpanded",
5974
6341
  "kind": 2048,
5975
6342
  "kindString": "Method",
@@ -5978,7 +6345,7 @@
5978
6345
  },
5979
6346
  "signatures": [
5980
6347
  {
5981
- "id": 833,
6348
+ "id": 856,
5982
6349
  "name": "toggleRowExpanded",
5983
6350
  "kind": 4096,
5984
6351
  "kindString": "Call signature",
@@ -5998,7 +6365,7 @@
5998
6365
  "TableTexts": {
5999
6366
  "props": [
6000
6367
  {
6001
- "id": 853,
6368
+ "id": 876,
6002
6369
  "name": "actions",
6003
6370
  "kind": 1024,
6004
6371
  "kindString": "Property",
@@ -6009,7 +6376,7 @@
6009
6376
  }
6010
6377
  },
6011
6378
  {
6012
- "id": 855,
6379
+ "id": 878,
6013
6380
  "name": "copy",
6014
6381
  "kind": 1024,
6015
6382
  "kindString": "Property",
@@ -6020,7 +6387,7 @@
6020
6387
  }
6021
6388
  },
6022
6389
  {
6023
- "id": 856,
6390
+ "id": 879,
6024
6391
  "name": "del",
6025
6392
  "kind": 1024,
6026
6393
  "kindString": "Property",
@@ -6031,7 +6398,7 @@
6031
6398
  }
6032
6399
  },
6033
6400
  {
6034
- "id": 854,
6401
+ "id": 877,
6035
6402
  "name": "edit",
6036
6403
  "kind": 1024,
6037
6404
  "kindString": "Property",
@@ -6042,7 +6409,7 @@
6042
6409
  }
6043
6410
  },
6044
6411
  {
6045
- "id": 858,
6412
+ "id": 881,
6046
6413
  "name": "loading",
6047
6414
  "kind": 1024,
6048
6415
  "kindString": "Property",
@@ -6053,7 +6420,7 @@
6053
6420
  }
6054
6421
  },
6055
6422
  {
6056
- "id": 857,
6423
+ "id": 880,
6057
6424
  "name": "newSubRow",
6058
6425
  "kind": 1024,
6059
6426
  "kindString": "Property",
@@ -6071,7 +6438,7 @@
6071
6438
  ],
6072
6439
  "props": [
6073
6440
  {
6074
- "id": 911,
6441
+ "id": 934,
6075
6442
  "name": "children",
6076
6443
  "kind": 1024,
6077
6444
  "kindString": "Property",
@@ -6087,7 +6454,7 @@
6087
6454
  }
6088
6455
  },
6089
6456
  {
6090
- "id": 910,
6457
+ "id": 933,
6091
6458
  "name": "defaultId",
6092
6459
  "kind": 1024,
6093
6460
  "kindString": "Property",
@@ -6103,7 +6470,7 @@
6103
6470
  }
6104
6471
  },
6105
6472
  {
6106
- "id": 909,
6473
+ "id": 932,
6107
6474
  "name": "id",
6108
6475
  "kind": 1024,
6109
6476
  "kindString": "Property",
@@ -6119,7 +6486,7 @@
6119
6486
  }
6120
6487
  },
6121
6488
  {
6122
- "id": 912,
6489
+ "id": 935,
6123
6490
  "name": "orientation",
6124
6491
  "kind": 1024,
6125
6492
  "kindString": "Property",
@@ -6142,7 +6509,7 @@
6142
6509
  }
6143
6510
  },
6144
6511
  {
6145
- "id": 913,
6512
+ "id": 936,
6146
6513
  "name": "onChange",
6147
6514
  "kind": 2048,
6148
6515
  "kindString": "Method",
@@ -6151,7 +6518,7 @@
6151
6518
  },
6152
6519
  "signatures": [
6153
6520
  {
6154
- "id": 914,
6521
+ "id": 937,
6155
6522
  "name": "onChange",
6156
6523
  "kind": 4096,
6157
6524
  "kindString": "Call signature",
@@ -6161,7 +6528,7 @@
6161
6528
  },
6162
6529
  "parameters": [
6163
6530
  {
6164
- "id": 915,
6531
+ "id": 938,
6165
6532
  "name": "id",
6166
6533
  "kind": 32768,
6167
6534
  "kindString": "Parameter",
@@ -6184,7 +6551,7 @@
6184
6551
  "Taco": {
6185
6552
  "props": [
6186
6553
  {
6187
- "id": 546,
6554
+ "id": 569,
6188
6555
  "name": "localization",
6189
6556
  "kind": 1024,
6190
6557
  "kindString": "Property",
@@ -6194,7 +6561,7 @@
6194
6561
  },
6195
6562
  "type": {
6196
6563
  "type": "reference",
6197
- "id": 537,
6564
+ "id": 560,
6198
6565
  "name": "Localization"
6199
6566
  }
6200
6567
  }
@@ -6206,7 +6573,7 @@
6206
6573
  ],
6207
6574
  "props": [
6208
6575
  {
6209
- "id": 932,
6576
+ "id": 955,
6210
6577
  "name": "highlighted",
6211
6578
  "kind": 1024,
6212
6579
  "kindString": "Property",
@@ -6222,7 +6589,7 @@
6222
6589
  }
6223
6590
  },
6224
6591
  {
6225
- "id": 933,
6592
+ "id": 956,
6226
6593
  "name": "state",
6227
6594
  "kind": 1024,
6228
6595
  "kindString": "Property",
@@ -6239,7 +6606,7 @@
6239
6606
  }
6240
6607
  },
6241
6608
  {
6242
- "id": 934,
6609
+ "id": 957,
6243
6610
  "name": "value",
6244
6611
  "kind": 1024,
6245
6612
  "kindString": "Property",
@@ -6262,7 +6629,7 @@
6262
6629
  ],
6263
6630
  "props": [
6264
6631
  {
6265
- "id": 974,
6632
+ "id": 997,
6266
6633
  "name": "children",
6267
6634
  "kind": 1024,
6268
6635
  "kindString": "Property",
@@ -6287,7 +6654,7 @@
6287
6654
  }
6288
6655
  },
6289
6656
  {
6290
- "id": 976,
6657
+ "id": 999,
6291
6658
  "name": "placement",
6292
6659
  "kind": 1024,
6293
6660
  "kindString": "Property",
@@ -6326,7 +6693,7 @@
6326
6693
  }
6327
6694
  },
6328
6695
  {
6329
- "id": 975,
6696
+ "id": 998,
6330
6697
  "name": "title",
6331
6698
  "kind": 1024,
6332
6699
  "kindString": "Property",
@@ -6344,7 +6711,7 @@
6344
6711
  "TourProps": {
6345
6712
  "props": [
6346
6713
  {
6347
- "id": 1002,
6714
+ "id": 1025,
6348
6715
  "name": "autoStart",
6349
6716
  "kind": 1024,
6350
6717
  "kindString": "Property",
@@ -6360,7 +6727,7 @@
6360
6727
  }
6361
6728
  },
6362
6729
  {
6363
- "id": 1003,
6730
+ "id": 1026,
6364
6731
  "name": "children",
6365
6732
  "kind": 1024,
6366
6733
  "kindString": "Property",
@@ -6374,7 +6741,7 @@
6374
6741
  }
6375
6742
  },
6376
6743
  {
6377
- "id": 1004,
6744
+ "id": 1027,
6378
6745
  "name": "continuous",
6379
6746
  "kind": 1024,
6380
6747
  "kindString": "Property",
@@ -6390,7 +6757,7 @@
6390
6757
  }
6391
6758
  },
6392
6759
  {
6393
- "id": 1005,
6760
+ "id": 1028,
6394
6761
  "name": "disableCloseOnEsc",
6395
6762
  "kind": 1024,
6396
6763
  "kindString": "Property",
@@ -6406,7 +6773,7 @@
6406
6773
  }
6407
6774
  },
6408
6775
  {
6409
- "id": 1006,
6776
+ "id": 1029,
6410
6777
  "name": "disableOverlayClose",
6411
6778
  "kind": 1024,
6412
6779
  "kindString": "Property",
@@ -6422,7 +6789,7 @@
6422
6789
  }
6423
6790
  },
6424
6791
  {
6425
- "id": 1016,
6792
+ "id": 1039,
6426
6793
  "name": "disableScrollParentFix",
6427
6794
  "kind": 1024,
6428
6795
  "kindString": "Property",
@@ -6435,7 +6802,7 @@
6435
6802
  }
6436
6803
  },
6437
6804
  {
6438
- "id": 1007,
6805
+ "id": 1030,
6439
6806
  "name": "disableScrolling",
6440
6807
  "kind": 1024,
6441
6808
  "kindString": "Property",
@@ -6451,7 +6818,7 @@
6451
6818
  }
6452
6819
  },
6453
6820
  {
6454
- "id": 1011,
6821
+ "id": 1034,
6455
6822
  "name": "onComplete",
6456
6823
  "kind": 1024,
6457
6824
  "kindString": "Property",
@@ -6466,7 +6833,7 @@
6466
6833
  }
6467
6834
  },
6468
6835
  {
6469
- "id": 1015,
6836
+ "id": 1038,
6470
6837
  "name": "spotlightClicks",
6471
6838
  "kind": 1024,
6472
6839
  "kindString": "Property",
@@ -6479,7 +6846,7 @@
6479
6846
  }
6480
6847
  },
6481
6848
  {
6482
- "id": 1008,
6849
+ "id": 1031,
6483
6850
  "name": "onClose",
6484
6851
  "kind": 2048,
6485
6852
  "kindString": "Method",
@@ -6488,21 +6855,21 @@
6488
6855
  },
6489
6856
  "signatures": [
6490
6857
  {
6491
- "id": 1009,
6858
+ "id": 1032,
6492
6859
  "name": "onClose",
6493
6860
  "kind": 4096,
6494
6861
  "kindString": "Call signature",
6495
6862
  "flags": {},
6496
6863
  "parameters": [
6497
6864
  {
6498
- "id": 1010,
6865
+ "id": 1033,
6499
6866
  "name": "step",
6500
6867
  "kind": 32768,
6501
6868
  "kindString": "Parameter",
6502
6869
  "flags": {},
6503
6870
  "type": {
6504
6871
  "type": "reference",
6505
- "id": 990,
6872
+ "id": 1013,
6506
6873
  "name": "TourStepProps"
6507
6874
  }
6508
6875
  }
@@ -6515,7 +6882,7 @@
6515
6882
  ]
6516
6883
  },
6517
6884
  {
6518
- "id": 1012,
6885
+ "id": 1035,
6519
6886
  "name": "onReady",
6520
6887
  "kind": 2048,
6521
6888
  "kindString": "Method",
@@ -6524,7 +6891,7 @@
6524
6891
  },
6525
6892
  "signatures": [
6526
6893
  {
6527
- "id": 1013,
6894
+ "id": 1036,
6528
6895
  "name": "onReady",
6529
6896
  "kind": 4096,
6530
6897
  "kindString": "Call signature",
@@ -6534,14 +6901,14 @@
6534
6901
  },
6535
6902
  "parameters": [
6536
6903
  {
6537
- "id": 1014,
6904
+ "id": 1037,
6538
6905
  "name": "step",
6539
6906
  "kind": 32768,
6540
6907
  "kindString": "Parameter",
6541
6908
  "flags": {},
6542
6909
  "type": {
6543
6910
  "type": "reference",
6544
- "id": 990,
6911
+ "id": 1013,
6545
6912
  "name": "TourStepProps"
6546
6913
  }
6547
6914
  }
@@ -6558,7 +6925,7 @@
6558
6925
  "TourStepProps": {
6559
6926
  "props": [
6560
6927
  {
6561
- "id": 992,
6928
+ "id": 1015,
6562
6929
  "name": "children",
6563
6930
  "kind": 1024,
6564
6931
  "kindString": "Property",
@@ -6574,7 +6941,7 @@
6574
6941
  }
6575
6942
  },
6576
6943
  {
6577
- "id": 993,
6944
+ "id": 1016,
6578
6945
  "name": "position",
6579
6946
  "kind": 1024,
6580
6947
  "kindString": "Property",
@@ -6592,7 +6959,7 @@
6592
6959
  }
6593
6960
  },
6594
6961
  {
6595
- "id": 994,
6962
+ "id": 1017,
6596
6963
  "name": "selector",
6597
6964
  "kind": 1024,
6598
6965
  "kindString": "Property",
@@ -6606,7 +6973,7 @@
6606
6973
  }
6607
6974
  },
6608
6975
  {
6609
- "id": 995,
6976
+ "id": 1018,
6610
6977
  "name": "showBeacon",
6611
6978
  "kind": 1024,
6612
6979
  "kindString": "Property",
@@ -6622,7 +6989,7 @@
6622
6989
  }
6623
6990
  },
6624
6991
  {
6625
- "id": 996,
6992
+ "id": 1019,
6626
6993
  "name": "title",
6627
6994
  "kind": 1024,
6628
6995
  "kindString": "Property",
@@ -6640,7 +7007,7 @@
6640
7007
  "TourTexts": {
6641
7008
  "props": [
6642
7009
  {
6643
- "id": 984,
7010
+ "id": 1007,
6644
7011
  "name": "back",
6645
7012
  "kind": 1024,
6646
7013
  "kindString": "Property",
@@ -6654,7 +7021,7 @@
6654
7021
  }
6655
7022
  },
6656
7023
  {
6657
- "id": 985,
7024
+ "id": 1008,
6658
7025
  "name": "close",
6659
7026
  "kind": 1024,
6660
7027
  "kindString": "Property",
@@ -6668,7 +7035,7 @@
6668
7035
  }
6669
7036
  },
6670
7037
  {
6671
- "id": 987,
7038
+ "id": 1010,
6672
7039
  "name": "last",
6673
7040
  "kind": 1024,
6674
7041
  "kindString": "Property",
@@ -6682,7 +7049,7 @@
6682
7049
  }
6683
7050
  },
6684
7051
  {
6685
- "id": 988,
7052
+ "id": 1011,
6686
7053
  "name": "next",
6687
7054
  "kind": 1024,
6688
7055
  "kindString": "Property",
@@ -6696,7 +7063,7 @@
6696
7063
  }
6697
7064
  },
6698
7065
  {
6699
- "id": 989,
7066
+ "id": 1012,
6700
7067
  "name": "open",
6701
7068
  "kind": 1024,
6702
7069
  "kindString": "Property",
@@ -6710,7 +7077,7 @@
6710
7077
  }
6711
7078
  },
6712
7079
  {
6713
- "id": 986,
7080
+ "id": 1009,
6714
7081
  "name": "skip",
6715
7082
  "kind": 1024,
6716
7083
  "kindString": "Property",
@@ -6731,7 +7098,7 @@
6731
7098
  ],
6732
7099
  "props": [
6733
7100
  {
6734
- "id": 1033,
7101
+ "id": 1056,
6735
7102
  "name": "className",
6736
7103
  "kind": 1024,
6737
7104
  "kindString": "Property",
@@ -6751,21 +7118,21 @@
6751
7118
  {
6752
7119
  "type": "reflection",
6753
7120
  "declaration": {
6754
- "id": 1034,
7121
+ "id": 1057,
6755
7122
  "name": "__type",
6756
7123
  "kind": 65536,
6757
7124
  "kindString": "Type literal",
6758
7125
  "flags": {},
6759
7126
  "signatures": [
6760
7127
  {
6761
- "id": 1035,
7128
+ "id": 1058,
6762
7129
  "name": "__type",
6763
7130
  "kind": 4096,
6764
7131
  "kindString": "Call signature",
6765
7132
  "flags": {},
6766
7133
  "parameters": [
6767
7134
  {
6768
- "id": 1036,
7135
+ "id": 1059,
6769
7136
  "name": "expanded",
6770
7137
  "kind": 32768,
6771
7138
  "kindString": "Parameter",
@@ -6788,7 +7155,7 @@
6788
7155
  }
6789
7156
  },
6790
7157
  {
6791
- "id": 1037,
7158
+ "id": 1060,
6792
7159
  "name": "expanded",
6793
7160
  "kind": 1024,
6794
7161
  "kindString": "Property",
@@ -6804,7 +7171,7 @@
6804
7171
  }
6805
7172
  },
6806
7173
  {
6807
- "id": 1038,
7174
+ "id": 1061,
6808
7175
  "name": "fixed",
6809
7176
  "kind": 1024,
6810
7177
  "kindString": "Property",
@@ -6820,7 +7187,7 @@
6820
7187
  }
6821
7188
  },
6822
7189
  {
6823
- "id": 1043,
7190
+ "id": 1066,
6824
7191
  "name": "title",
6825
7192
  "kind": 1024,
6826
7193
  "kindString": "Property",
@@ -6840,21 +7207,21 @@
6840
7207
  {
6841
7208
  "type": "reflection",
6842
7209
  "declaration": {
6843
- "id": 1044,
7210
+ "id": 1067,
6844
7211
  "name": "__type",
6845
7212
  "kind": 65536,
6846
7213
  "kindString": "Type literal",
6847
7214
  "flags": {},
6848
7215
  "signatures": [
6849
7216
  {
6850
- "id": 1045,
7217
+ "id": 1068,
6851
7218
  "name": "__type",
6852
7219
  "kind": 4096,
6853
7220
  "kindString": "Call signature",
6854
7221
  "flags": {},
6855
7222
  "parameters": [
6856
7223
  {
6857
- "id": 1046,
7224
+ "id": 1069,
6858
7225
  "name": "expanded",
6859
7226
  "kind": 32768,
6860
7227
  "kindString": "Parameter",
@@ -6879,7 +7246,7 @@
6879
7246
  }
6880
7247
  },
6881
7248
  {
6882
- "id": 1039,
7249
+ "id": 1062,
6883
7250
  "name": "onClick",
6884
7251
  "kind": 2048,
6885
7252
  "kindString": "Method",
@@ -6888,7 +7255,7 @@
6888
7255
  },
6889
7256
  "signatures": [
6890
7257
  {
6891
- "id": 1040,
7258
+ "id": 1063,
6892
7259
  "name": "onClick",
6893
7260
  "kind": 4096,
6894
7261
  "kindString": "Call signature",
@@ -6898,7 +7265,7 @@
6898
7265
  },
6899
7266
  "parameters": [
6900
7267
  {
6901
- "id": 1041,
7268
+ "id": 1064,
6902
7269
  "name": "event",
6903
7270
  "kind": 32768,
6904
7271
  "kindString": "Parameter",
@@ -6925,7 +7292,7 @@
6925
7292
  }
6926
7293
  },
6927
7294
  {
6928
- "id": 1042,
7295
+ "id": 1065,
6929
7296
  "name": "expanded",
6930
7297
  "kind": 32768,
6931
7298
  "kindString": "Parameter",
@@ -6950,7 +7317,7 @@
6950
7317
  "useListKeyboardNavigationOptions": {
6951
7318
  "props": [
6952
7319
  {
6953
- "id": 1073,
7320
+ "id": 1096,
6954
7321
  "name": "direction",
6955
7322
  "kind": 1024,
6956
7323
  "kindString": "Property",
@@ -6964,7 +7331,7 @@
6964
7331
  }
6965
7332
  },
6966
7333
  {
6967
- "id": 1074,
7334
+ "id": 1097,
6968
7335
  "name": "initialIndex",
6969
7336
  "kind": 1024,
6970
7337
  "kindString": "Property",
@@ -6981,7 +7348,7 @@
6981
7348
  "usePaginationValues": {
6982
7349
  "props": [
6983
7350
  {
6984
- "id": 485,
7351
+ "id": 508,
6985
7352
  "name": "pageIndex",
6986
7353
  "kind": 1024,
6987
7354
  "kindString": "Property",
@@ -6995,7 +7362,7 @@
6995
7362
  }
6996
7363
  },
6997
7364
  {
6998
- "id": 486,
7365
+ "id": 509,
6999
7366
  "name": "pageSize",
7000
7367
  "kind": 1024,
7001
7368
  "kindString": "Property",
@@ -7009,14 +7376,14 @@
7009
7376
  }
7010
7377
  },
7011
7378
  {
7012
- "id": 487,
7379
+ "id": 510,
7013
7380
  "name": "setPageIndex",
7014
7381
  "kind": 2048,
7015
7382
  "kindString": "Method",
7016
7383
  "flags": {},
7017
7384
  "signatures": [
7018
7385
  {
7019
- "id": 488,
7386
+ "id": 511,
7020
7387
  "name": "setPageIndex",
7021
7388
  "kind": 4096,
7022
7389
  "kindString": "Call signature",
@@ -7026,7 +7393,7 @@
7026
7393
  },
7027
7394
  "parameters": [
7028
7395
  {
7029
- "id": 489,
7396
+ "id": 512,
7030
7397
  "name": "pageIndex",
7031
7398
  "kind": 32768,
7032
7399
  "kindString": "Parameter",
@@ -7045,14 +7412,14 @@
7045
7412
  ]
7046
7413
  },
7047
7414
  {
7048
- "id": 490,
7415
+ "id": 513,
7049
7416
  "name": "setPageSize",
7050
7417
  "kind": 2048,
7051
7418
  "kindString": "Method",
7052
7419
  "flags": {},
7053
7420
  "signatures": [
7054
7421
  {
7055
- "id": 491,
7422
+ "id": 514,
7056
7423
  "name": "setPageSize",
7057
7424
  "kind": 4096,
7058
7425
  "kindString": "Call signature",
@@ -7062,7 +7429,7 @@
7062
7429
  },
7063
7430
  "parameters": [
7064
7431
  {
7065
- "id": 492,
7432
+ "id": 515,
7066
7433
  "name": "size",
7067
7434
  "kind": 32768,
7068
7435
  "kindString": "Parameter",
@@ -7085,7 +7452,7 @@
7085
7452
  "useTableRowCreation": {
7086
7453
  "props": [
7087
7454
  {
7088
- "id": 897,
7455
+ "id": 920,
7089
7456
  "name": "data",
7090
7457
  "kind": 1024,
7091
7458
  "kindString": "Property",
@@ -7094,11 +7461,11 @@
7094
7461
  "type": "array",
7095
7462
  "elementType": {
7096
7463
  "type": "reference",
7097
- "id": 693,
7464
+ "id": 716,
7098
7465
  "typeArguments": [
7099
7466
  {
7100
7467
  "type": "reference",
7101
- "id": 906,
7468
+ "id": 929,
7102
7469
  "name": "TRow"
7103
7470
  }
7104
7471
  ],
@@ -7107,7 +7474,7 @@
7107
7474
  }
7108
7475
  },
7109
7476
  {
7110
- "id": 905,
7477
+ "id": 928,
7111
7478
  "name": "isCreating",
7112
7479
  "kind": 1024,
7113
7480
  "kindString": "Property",
@@ -7118,33 +7485,33 @@
7118
7485
  }
7119
7486
  },
7120
7487
  {
7121
- "id": 898,
7488
+ "id": 921,
7122
7489
  "name": "create",
7123
7490
  "kind": 2048,
7124
7491
  "kindString": "Method",
7125
7492
  "flags": {},
7126
7493
  "signatures": [
7127
7494
  {
7128
- "id": 899,
7495
+ "id": 922,
7129
7496
  "name": "create",
7130
7497
  "kind": 4096,
7131
7498
  "kindString": "Call signature",
7132
7499
  "flags": {},
7133
7500
  "parameters": [
7134
7501
  {
7135
- "id": 900,
7502
+ "id": 923,
7136
7503
  "name": "rowIndexPath",
7137
7504
  "kind": 32768,
7138
7505
  "kindString": "Parameter",
7139
7506
  "flags": {},
7140
7507
  "type": {
7141
7508
  "type": "reference",
7142
- "id": 698,
7509
+ "id": 721,
7143
7510
  "name": "RowIndexPath"
7144
7511
  }
7145
7512
  },
7146
7513
  {
7147
- "id": 901,
7514
+ "id": 924,
7148
7515
  "name": "values",
7149
7516
  "kind": 32768,
7150
7517
  "kindString": "Parameter",
@@ -7159,35 +7526,35 @@
7159
7526
  ],
7160
7527
  "type": {
7161
7528
  "type": "reference",
7162
- "id": 698,
7529
+ "id": 721,
7163
7530
  "name": "RowIndexPath"
7164
7531
  }
7165
7532
  }
7166
7533
  ]
7167
7534
  },
7168
7535
  {
7169
- "id": 902,
7536
+ "id": 925,
7170
7537
  "name": "remove",
7171
7538
  "kind": 2048,
7172
7539
  "kindString": "Method",
7173
7540
  "flags": {},
7174
7541
  "signatures": [
7175
7542
  {
7176
- "id": 903,
7543
+ "id": 926,
7177
7544
  "name": "remove",
7178
7545
  "kind": 4096,
7179
7546
  "kindString": "Call signature",
7180
7547
  "flags": {},
7181
7548
  "parameters": [
7182
7549
  {
7183
- "id": 904,
7550
+ "id": 927,
7184
7551
  "name": "rowIndexPath",
7185
7552
  "kind": 32768,
7186
7553
  "kindString": "Parameter",
7187
7554
  "flags": {},
7188
7555
  "type": {
7189
7556
  "type": "reference",
7190
- "id": 698,
7557
+ "id": 721,
7191
7558
  "name": "RowIndexPath"
7192
7559
  }
7193
7560
  }