@economic/taco 0.0.4-alpha.0 → 0.0.8-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 (54) 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/Select/Select.d.ts +1 -1
  8. package/dist/esm/components/Button/Button.js.map +1 -1
  9. package/dist/esm/components/Button/util.js +7 -1
  10. package/dist/esm/components/Button/util.js.map +1 -1
  11. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  12. package/dist/esm/components/Combobox/useCombobox.js +15 -3
  13. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  14. package/dist/esm/components/Dialog/Context.js +2 -0
  15. package/dist/esm/components/Dialog/Context.js.map +1 -1
  16. package/dist/esm/components/Dialog/Dialog.js +8 -2
  17. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  18. package/dist/esm/components/Dialog/components/Content.js +20 -10
  19. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  20. package/dist/esm/components/Dialog/components/Drawer.js +3 -1
  21. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  22. package/dist/esm/components/Dialog/components/Extra.js +3 -1
  23. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  24. package/dist/esm/components/Hanger/Hanger.js +11 -1
  25. package/dist/esm/components/Hanger/Hanger.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/Popover/Popover.js +11 -1
  36. package/dist/esm/components/Popover/Popover.js.map +1 -1
  37. package/dist/esm/components/SearchInput/SearchInput.js +3 -3
  38. package/dist/esm/components/Table/components/Table.js +1 -2
  39. package/dist/esm/components/Table/components/Table.js.map +1 -1
  40. package/dist/esm/components/Table/components/WindowedTable.js +0 -1
  41. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  42. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +1 -1
  43. package/dist/esm/components/Table/hooks/useTable.js +4 -1
  44. package/dist/esm/components/Table/hooks/useTable.js.map +1 -1
  45. package/dist/esm/components/Tour/Tour.js +1 -1
  46. package/dist/esm/index.css +8 -8
  47. package/dist/esm/index.js +3 -3
  48. package/dist/index.css +8 -8
  49. package/dist/taco.cjs.development.js +1593 -1535
  50. package/dist/taco.cjs.development.js.map +1 -1
  51. package/dist/taco.cjs.production.min.js +1 -1
  52. package/dist/taco.cjs.production.min.js.map +1 -1
  53. package/package.json +2 -2
  54. package/types.json +811 -469
package/types.json CHANGED
@@ -145,7 +145,7 @@
145
145
  ],
146
146
  "props": [
147
147
  {
148
- "id": 663,
148
+ "id": 684,
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": 358,
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": 531,
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": 463,
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": 459,
1362
1704
  "name": "NavigationMenuGroupProps"
1363
1705
  },
1364
1706
  {
@@ -1391,7 +1733,7 @@
1391
1733
  ],
1392
1734
  "props": [
1393
1735
  {
1394
- "id": 446,
1736
+ "id": 467,
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": 451,
1411
1753
  "name": "NavigationItemProps"
1412
1754
  },
1413
1755
  {
@@ -1433,7 +1775,7 @@
1433
1775
  }
1434
1776
  },
1435
1777
  {
1436
- "id": 447,
1778
+ "id": 468,
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": 461,
1447
1789
  "name": "ForwardedNavigationMenuWithStatics"
1448
1790
  }
1449
1791
  },
1450
1792
  {
1451
- "id": 448,
1793
+ "id": 469,
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": 458,
1468
1810
  "name": "NavigationPanelProps"
1469
1811
  },
1470
1812
  {
@@ -1497,7 +1839,7 @@
1497
1839
  ],
1498
1840
  "props": [
1499
1841
  {
1500
- "id": 516,
1842
+ "id": 537,
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": 530,
1511
1853
  "name": "PopoverCloseProps"
1512
1854
  }
1513
1855
  ],
@@ -1517,7 +1859,7 @@
1517
1859
  }
1518
1860
  },
1519
1861
  {
1520
- "id": 515,
1862
+ "id": 536,
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": 523,
1531
1873
  "name": "PopoverContentProps"
1532
1874
  }
1533
1875
  ],
@@ -1537,7 +1879,7 @@
1537
1879
  }
1538
1880
  },
1539
1881
  {
1540
- "id": 514,
1882
+ "id": 535,
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": 518,
1551
1893
  "name": "PopoverTriggerProps"
1552
1894
  }
1553
1895
  ],
@@ -1564,7 +1906,7 @@
1564
1906
  ],
1565
1907
  "props": [
1566
1908
  {
1567
- "id": 647,
1909
+ "id": 668,
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": 659,
1581
1923
  "name": "RadioGroupItemProps"
1582
1924
  }
1583
1925
  ],
@@ -1594,7 +1936,7 @@
1594
1936
  ],
1595
1937
  "props": [
1596
1938
  {
1597
- "id": 928,
1939
+ "id": 949,
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": 942,
1614
1956
  "name": "TabContentProps"
1615
1957
  },
1616
1958
  {
@@ -1636,7 +1978,7 @@
1636
1978
  }
1637
1979
  },
1638
1980
  {
1639
- "id": 926,
1981
+ "id": 947,
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": 937,
1656
1998
  "name": "TabListProps"
1657
1999
  },
1658
2000
  {
@@ -1678,7 +2020,7 @@
1678
2020
  }
1679
2021
  },
1680
2022
  {
1681
- "id": 927,
2023
+ "id": 948,
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": 938,
1698
2040
  "name": "TabTriggerProps"
1699
2041
  },
1700
2042
  {
@@ -1727,7 +2069,7 @@
1727
2069
  ],
1728
2070
  "props": [
1729
2071
  {
1730
- "id": 1051,
2072
+ "id": 1072,
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": 1052,
1747
2089
  "name": "TreeviewGroupProps"
1748
2090
  },
1749
2091
  {
@@ -1769,7 +2111,7 @@
1769
2111
  }
1770
2112
  },
1771
2113
  {
1772
- "id": 1050,
2114
+ "id": 1071,
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": 1051,
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,12 @@
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,
2017
2359
  "name": "popover",
2018
2360
  "kind": 1024,
2019
2361
  "kindString": "Property",
@@ -2028,7 +2370,7 @@
2028
2370
  "typeArguments": [
2029
2371
  {
2030
2372
  "type": "reference",
2031
- "id": 510,
2373
+ "id": 531,
2032
2374
  "name": "PopoverProps"
2033
2375
  }
2034
2376
  ],
@@ -2038,7 +2380,7 @@
2038
2380
  }
2039
2381
  },
2040
2382
  {
2041
- "id": 253,
2383
+ "id": 274,
2042
2384
  "name": "rounded",
2043
2385
  "kind": 1024,
2044
2386
  "kindString": "Property",
@@ -2054,7 +2396,7 @@
2054
2396
  }
2055
2397
  },
2056
2398
  {
2057
- "id": 254,
2399
+ "id": 275,
2058
2400
  "name": "tooltip",
2059
2401
  "kind": 1024,
2060
2402
  "kindString": "Property",
@@ -2883,7 +3225,7 @@
2883
3225
  ],
2884
3226
  "props": [
2885
3227
  {
2886
- "id": 242,
3228
+ "id": 263,
2887
3229
  "name": "name",
2888
3230
  "kind": 1024,
2889
3231
  "kindString": "Property",
@@ -2893,7 +3235,7 @@
2893
3235
  },
2894
3236
  "type": {
2895
3237
  "type": "reference",
2896
- "id": 239,
3238
+ "id": 260,
2897
3239
  "name": "IconName"
2898
3240
  }
2899
3241
  }
@@ -2905,7 +3247,7 @@
2905
3247
  ],
2906
3248
  "props": [
2907
3249
  {
2908
- "id": 268,
3250
+ "id": 289,
2909
3251
  "name": "button",
2910
3252
  "kind": 1024,
2911
3253
  "kindString": "Property",
@@ -2923,7 +3265,7 @@
2923
3265
  }
2924
3266
  },
2925
3267
  {
2926
- "id": 270,
3268
+ "id": 291,
2927
3269
  "name": "highlighted",
2928
3270
  "kind": 1024,
2929
3271
  "kindString": "Property",
@@ -2939,7 +3281,7 @@
2939
3281
  }
2940
3282
  },
2941
3283
  {
2942
- "id": 269,
3284
+ "id": 290,
2943
3285
  "name": "icon",
2944
3286
  "kind": 1024,
2945
3287
  "kindString": "Property",
@@ -2954,7 +3296,7 @@
2954
3296
  "types": [
2955
3297
  {
2956
3298
  "type": "reference",
2957
- "id": 239,
3299
+ "id": 260,
2958
3300
  "name": "IconName"
2959
3301
  },
2960
3302
  {
@@ -2967,7 +3309,7 @@
2967
3309
  }
2968
3310
  },
2969
3311
  {
2970
- "id": 271,
3312
+ "id": 292,
2971
3313
  "name": "state",
2972
3314
  "kind": 1024,
2973
3315
  "kindString": "Property",
@@ -2991,7 +3333,7 @@
2991
3333
  ],
2992
3334
  "props": [
2993
3335
  {
2994
- "id": 293,
3336
+ "id": 314,
2995
3337
  "name": "children",
2996
3338
  "kind": 1024,
2997
3339
  "kindString": "Property",
@@ -3007,7 +3349,7 @@
3007
3349
  }
3008
3350
  },
3009
3351
  {
3010
- "id": 294,
3352
+ "id": 315,
3011
3353
  "name": "disabled",
3012
3354
  "kind": 1024,
3013
3355
  "kindString": "Property",
@@ -3023,7 +3365,7 @@
3023
3365
  }
3024
3366
  },
3025
3367
  {
3026
- "id": 295,
3368
+ "id": 316,
3027
3369
  "name": "message",
3028
3370
  "kind": 1024,
3029
3371
  "kindString": "Property",
@@ -3039,7 +3381,7 @@
3039
3381
  }
3040
3382
  },
3041
3383
  {
3042
- "id": 296,
3384
+ "id": 317,
3043
3385
  "name": "state",
3044
3386
  "kind": 1024,
3045
3387
  "kindString": "Property",
@@ -3065,7 +3407,7 @@
3065
3407
  ],
3066
3408
  "props": [
3067
3409
  {
3068
- "id": 312,
3410
+ "id": 333,
3069
3411
  "name": "data",
3070
3412
  "kind": 1024,
3071
3413
  "kindString": "Property",
@@ -3079,13 +3421,13 @@
3079
3421
  "type": "array",
3080
3422
  "elementType": {
3081
3423
  "type": "reference",
3082
- "id": 303,
3424
+ "id": 324,
3083
3425
  "name": "ListboxItem"
3084
3426
  }
3085
3427
  }
3086
3428
  },
3087
3429
  {
3088
- "id": 313,
3430
+ "id": 334,
3089
3431
  "name": "defaultValue",
3090
3432
  "kind": 1024,
3091
3433
  "kindString": "Property",
@@ -3097,12 +3439,12 @@
3097
3439
  },
3098
3440
  "type": {
3099
3441
  "type": "reference",
3100
- "id": 304,
3442
+ "id": 325,
3101
3443
  "name": "ListboxValue"
3102
3444
  }
3103
3445
  },
3104
3446
  {
3105
- "id": 314,
3447
+ "id": 335,
3106
3448
  "name": "emptyValue",
3107
3449
  "kind": 1024,
3108
3450
  "kindString": "Property",
@@ -3114,12 +3456,12 @@
3114
3456
  },
3115
3457
  "type": {
3116
3458
  "type": "reference",
3117
- "id": 304,
3459
+ "id": 325,
3118
3460
  "name": "ListboxValue"
3119
3461
  }
3120
3462
  },
3121
3463
  {
3122
- "id": 315,
3464
+ "id": 336,
3123
3465
  "name": "highlighted",
3124
3466
  "kind": 1024,
3125
3467
  "kindString": "Property",
@@ -3135,7 +3477,7 @@
3135
3477
  }
3136
3478
  },
3137
3479
  {
3138
- "id": 316,
3480
+ "id": 337,
3139
3481
  "name": "loading",
3140
3482
  "kind": 1024,
3141
3483
  "kindString": "Property",
@@ -3151,7 +3493,7 @@
3151
3493
  }
3152
3494
  },
3153
3495
  {
3154
- "id": 317,
3496
+ "id": 338,
3155
3497
  "name": "state",
3156
3498
  "kind": 1024,
3157
3499
  "kindString": "Property",
@@ -3168,7 +3510,7 @@
3168
3510
  }
3169
3511
  },
3170
3512
  {
3171
- "id": 318,
3513
+ "id": 339,
3172
3514
  "name": "value",
3173
3515
  "kind": 1024,
3174
3516
  "kindString": "Property",
@@ -3180,7 +3522,7 @@
3180
3522
  },
3181
3523
  "type": {
3182
3524
  "type": "reference",
3183
- "id": 304,
3525
+ "id": 325,
3184
3526
  "name": "ListboxValue"
3185
3527
  }
3186
3528
  }
@@ -3189,7 +3531,7 @@
3189
3531
  "ListboxTexts": {
3190
3532
  "props": [
3191
3533
  {
3192
- "id": 309,
3534
+ "id": 330,
3193
3535
  "name": "allOption",
3194
3536
  "kind": 1024,
3195
3537
  "kindString": "Property",
@@ -3203,7 +3545,7 @@
3203
3545
  }
3204
3546
  },
3205
3547
  {
3206
- "id": 307,
3548
+ "id": 328,
3207
3549
  "name": "empty",
3208
3550
  "kind": 1024,
3209
3551
  "kindString": "Property",
@@ -3217,7 +3559,7 @@
3217
3559
  }
3218
3560
  },
3219
3561
  {
3220
- "id": 308,
3562
+ "id": 329,
3221
3563
  "name": "loading",
3222
3564
  "kind": 1024,
3223
3565
  "kindString": "Property",
@@ -3236,7 +3578,7 @@
3236
3578
  "Localization": {
3237
3579
  "props": [
3238
3580
  {
3239
- "id": 541,
3581
+ "id": 562,
3240
3582
  "name": "formatting",
3241
3583
  "kind": 1024,
3242
3584
  "kindString": "Property",
@@ -3247,14 +3589,14 @@
3247
3589
  "type": {
3248
3590
  "type": "reflection",
3249
3591
  "declaration": {
3250
- "id": 542,
3592
+ "id": 563,
3251
3593
  "name": "__type",
3252
3594
  "kind": 65536,
3253
3595
  "kindString": "Type literal",
3254
3596
  "flags": {},
3255
3597
  "children": [
3256
3598
  {
3257
- "id": 543,
3599
+ "id": 564,
3258
3600
  "name": "date",
3259
3601
  "kind": 1024,
3260
3602
  "kindString": "Property",
@@ -3273,7 +3615,7 @@
3273
3615
  "title": "Properties",
3274
3616
  "kind": 1024,
3275
3617
  "children": [
3276
- 543
3618
+ 564
3277
3619
  ]
3278
3620
  }
3279
3621
  ]
@@ -3281,7 +3623,7 @@
3281
3623
  }
3282
3624
  },
3283
3625
  {
3284
- "id": 539,
3626
+ "id": 560,
3285
3627
  "name": "locale",
3286
3628
  "kind": 1024,
3287
3629
  "kindString": "Property",
@@ -3296,7 +3638,7 @@
3296
3638
  }
3297
3639
  },
3298
3640
  {
3299
- "id": 540,
3641
+ "id": 561,
3300
3642
  "name": "texts",
3301
3643
  "kind": 1024,
3302
3644
  "kindString": "Property",
@@ -3306,7 +3648,7 @@
3306
3648
  },
3307
3649
  "type": {
3308
3650
  "type": "reference",
3309
- "id": 524,
3651
+ "id": 545,
3310
3652
  "name": "LocalizationTexts"
3311
3653
  }
3312
3654
  }
@@ -3315,7 +3657,7 @@
3315
3657
  "LocalizationTexts": {
3316
3658
  "props": [
3317
3659
  {
3318
- "id": 526,
3660
+ "id": 547,
3319
3661
  "name": "calendar",
3320
3662
  "kind": 1024,
3321
3663
  "kindString": "Property",
@@ -3325,12 +3667,12 @@
3325
3667
  },
3326
3668
  "type": {
3327
3669
  "type": "reference",
3328
- "id": 102,
3670
+ "id": 104,
3329
3671
  "name": "CalendarTexts"
3330
3672
  }
3331
3673
  },
3332
3674
  {
3333
- "id": 527,
3675
+ "id": 548,
3334
3676
  "name": "datepicker",
3335
3677
  "kind": 1024,
3336
3678
  "kindString": "Property",
@@ -3340,12 +3682,12 @@
3340
3682
  },
3341
3683
  "type": {
3342
3684
  "type": "reference",
3343
- "id": 147,
3685
+ "id": 155,
3344
3686
  "name": "DatepickerTexts"
3345
3687
  }
3346
3688
  },
3347
3689
  {
3348
- "id": 530,
3690
+ "id": 551,
3349
3691
  "name": "dialog",
3350
3692
  "kind": 1024,
3351
3693
  "kindString": "Property",
@@ -3355,12 +3697,12 @@
3355
3697
  },
3356
3698
  "type": {
3357
3699
  "type": "reference",
3358
- "id": 181,
3700
+ "id": 200,
3359
3701
  "name": "DialogTexts"
3360
3702
  }
3361
3703
  },
3362
3704
  {
3363
- "id": 528,
3705
+ "id": 549,
3364
3706
  "name": "hanger",
3365
3707
  "kind": 1024,
3366
3708
  "kindString": "Property",
@@ -3370,12 +3712,12 @@
3370
3712
  },
3371
3713
  "type": {
3372
3714
  "type": "reference",
3373
- "id": 219,
3715
+ "id": 240,
3374
3716
  "name": "HangerTexts"
3375
3717
  }
3376
3718
  },
3377
3719
  {
3378
- "id": 529,
3720
+ "id": 550,
3379
3721
  "name": "listbox",
3380
3722
  "kind": 1024,
3381
3723
  "kindString": "Property",
@@ -3385,12 +3727,12 @@
3385
3727
  },
3386
3728
  "type": {
3387
3729
  "type": "reference",
3388
- "id": 305,
3730
+ "id": 326,
3389
3731
  "name": "ListboxTexts"
3390
3732
  }
3391
3733
  },
3392
3734
  {
3393
- "id": 531,
3735
+ "id": 552,
3394
3736
  "name": "pagination",
3395
3737
  "kind": 1024,
3396
3738
  "kindString": "Property",
@@ -3400,12 +3742,12 @@
3400
3742
  },
3401
3743
  "type": {
3402
3744
  "type": "reference",
3403
- "id": 461,
3745
+ "id": 482,
3404
3746
  "name": "PaginationTexts"
3405
3747
  }
3406
3748
  },
3407
3749
  {
3408
- "id": 536,
3750
+ "id": 557,
3409
3751
  "name": "searchInput",
3410
3752
  "kind": 1024,
3411
3753
  "kindString": "Property",
@@ -3415,12 +3757,12 @@
3415
3757
  },
3416
3758
  "type": {
3417
3759
  "type": "reference",
3418
- "id": 278,
3760
+ "id": 299,
3419
3761
  "name": "SearchInputTexts"
3420
3762
  }
3421
3763
  },
3422
3764
  {
3423
- "id": 533,
3765
+ "id": 554,
3424
3766
  "name": "select",
3425
3767
  "kind": 1024,
3426
3768
  "kindString": "Property",
@@ -3430,12 +3772,12 @@
3430
3772
  },
3431
3773
  "type": {
3432
3774
  "type": "reference",
3433
- "id": 658,
3775
+ "id": 679,
3434
3776
  "name": "SelectTexts"
3435
3777
  }
3436
3778
  },
3437
3779
  {
3438
- "id": 532,
3780
+ "id": 553,
3439
3781
  "name": "table",
3440
3782
  "kind": 1024,
3441
3783
  "kindString": "Property",
@@ -3445,12 +3787,12 @@
3445
3787
  },
3446
3788
  "type": {
3447
3789
  "type": "reference",
3448
- "id": 851,
3790
+ "id": 872,
3449
3791
  "name": "TableTexts"
3450
3792
  }
3451
3793
  },
3452
3794
  {
3453
- "id": 534,
3795
+ "id": 555,
3454
3796
  "name": "toasts",
3455
3797
  "kind": 1024,
3456
3798
  "kindString": "Property",
@@ -3464,7 +3806,7 @@
3464
3806
  }
3465
3807
  },
3466
3808
  {
3467
- "id": 535,
3809
+ "id": 556,
3468
3810
  "name": "tour",
3469
3811
  "kind": 1024,
3470
3812
  "kindString": "Property",
@@ -3474,7 +3816,7 @@
3474
3816
  },
3475
3817
  "type": {
3476
3818
  "type": "reference",
3477
- "id": 982,
3819
+ "id": 1003,
3478
3820
  "name": "TourTexts"
3479
3821
  }
3480
3822
  }
@@ -3483,7 +3825,7 @@
3483
3825
  "MenuProps": {
3484
3826
  "props": [
3485
3827
  {
3486
- "id": 339,
3828
+ "id": 360,
3487
3829
  "name": "children",
3488
3830
  "kind": 1024,
3489
3831
  "kindString": "Property",
@@ -3496,7 +3838,7 @@
3496
3838
  }
3497
3839
  },
3498
3840
  {
3499
- "id": 340,
3841
+ "id": 361,
3500
3842
  "name": "id",
3501
3843
  "kind": 1024,
3502
3844
  "kindString": "Property",
@@ -3516,7 +3858,7 @@
3516
3858
  ],
3517
3859
  "props": [
3518
3860
  {
3519
- "id": 432,
3861
+ "id": 453,
3520
3862
  "name": "active",
3521
3863
  "kind": 1024,
3522
3864
  "kindString": "Property",
@@ -3532,7 +3874,7 @@
3532
3874
  }
3533
3875
  },
3534
3876
  {
3535
- "id": 433,
3877
+ "id": 454,
3536
3878
  "name": "onDrop",
3537
3879
  "kind": 1024,
3538
3880
  "kindString": "Property",
@@ -3550,7 +3892,7 @@
3550
3892
  }
3551
3893
  },
3552
3894
  {
3553
- "id": 434,
3895
+ "id": 455,
3554
3896
  "name": "postfix",
3555
3897
  "kind": 1024,
3556
3898
  "kindString": "Property",
@@ -3568,7 +3910,7 @@
3568
3910
  }
3569
3911
  },
3570
3912
  {
3571
- "id": 435,
3913
+ "id": 456,
3572
3914
  "name": "prefix",
3573
3915
  "kind": 1024,
3574
3916
  "kindString": "Property",
@@ -3586,7 +3928,7 @@
3586
3928
  }
3587
3929
  },
3588
3930
  {
3589
- "id": 436,
3931
+ "id": 457,
3590
3932
  "name": "target",
3591
3933
  "kind": 1024,
3592
3934
  "kindString": "Property",
@@ -3621,7 +3963,7 @@
3621
3963
  ],
3622
3964
  "props": [
3623
3965
  {
3624
- "id": 474,
3966
+ "id": 495,
3625
3967
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
3626
3968
  "kind": 1024,
3627
3969
  "kindString": "Property",
@@ -3637,7 +3979,7 @@
3637
3979
  }
3638
3980
  },
3639
3981
  {
3640
- "id": 469,
3982
+ "id": 490,
3641
3983
  "name": "length",
3642
3984
  "kind": 1024,
3643
3985
  "kindString": "Property",
@@ -3651,7 +3993,7 @@
3651
3993
  }
3652
3994
  },
3653
3995
  {
3654
- "id": 470,
3996
+ "id": 491,
3655
3997
  "name": "pageSizes",
3656
3998
  "kind": 1024,
3657
3999
  "kindString": "Property",
@@ -3670,7 +4012,7 @@
3670
4012
  }
3671
4013
  },
3672
4014
  {
3673
- "id": 471,
4015
+ "id": 492,
3674
4016
  "name": "showPageControls",
3675
4017
  "kind": 1024,
3676
4018
  "kindString": "Property",
@@ -3686,7 +4028,7 @@
3686
4028
  }
3687
4029
  },
3688
4030
  {
3689
- "id": 472,
4031
+ "id": 493,
3690
4032
  "name": "showPageNumbers",
3691
4033
  "kind": 1024,
3692
4034
  "kindString": "Property",
@@ -3702,7 +4044,7 @@
3702
4044
  }
3703
4045
  },
3704
4046
  {
3705
- "id": 473,
4047
+ "id": 494,
3706
4048
  "name": "showPageSize",
3707
4049
  "kind": 1024,
3708
4050
  "kindString": "Property",
@@ -3722,7 +4064,7 @@
3722
4064
  "PaginationTexts": {
3723
4065
  "props": [
3724
4066
  {
3725
- "id": 466,
4067
+ "id": 487,
3726
4068
  "name": "actions",
3727
4069
  "kind": 1024,
3728
4070
  "kindString": "Property",
@@ -3732,12 +4074,12 @@
3732
4074
  },
3733
4075
  "type": {
3734
4076
  "type": "reference",
3735
- "id": 450,
4077
+ "id": 471,
3736
4078
  "name": "PaginationTextsActions"
3737
4079
  }
3738
4080
  },
3739
4081
  {
3740
- "id": 463,
4082
+ "id": 484,
3741
4083
  "name": "label",
3742
4084
  "kind": 1024,
3743
4085
  "kindString": "Property",
@@ -3751,7 +4093,7 @@
3751
4093
  }
3752
4094
  },
3753
4095
  {
3754
- "id": 464,
4096
+ "id": 485,
3755
4097
  "name": "pageSize",
3756
4098
  "kind": 1024,
3757
4099
  "kindString": "Property",
@@ -3765,7 +4107,7 @@
3765
4107
  }
3766
4108
  },
3767
4109
  {
3768
- "id": 465,
4110
+ "id": 486,
3769
4111
  "name": "showingXofYofTotal",
3770
4112
  "kind": 1024,
3771
4113
  "kindString": "Property",
@@ -3783,7 +4125,7 @@
3783
4125
  "PaginationTextsActions": {
3784
4126
  "props": [
3785
4127
  {
3786
- "id": 452,
4128
+ "id": 473,
3787
4129
  "name": "firstPage",
3788
4130
  "kind": 1024,
3789
4131
  "kindString": "Property",
@@ -3797,7 +4139,7 @@
3797
4139
  }
3798
4140
  },
3799
4141
  {
3800
- "id": 453,
4142
+ "id": 474,
3801
4143
  "name": "firstPageWithShortcut",
3802
4144
  "kind": 1024,
3803
4145
  "kindString": "Property",
@@ -3811,7 +4153,7 @@
3811
4153
  }
3812
4154
  },
3813
4155
  {
3814
- "id": 458,
4156
+ "id": 479,
3815
4157
  "name": "lastPage",
3816
4158
  "kind": 1024,
3817
4159
  "kindString": "Property",
@@ -3825,7 +4167,7 @@
3825
4167
  }
3826
4168
  },
3827
4169
  {
3828
- "id": 459,
4170
+ "id": 480,
3829
4171
  "name": "lastPageWithShortcut",
3830
4172
  "kind": 1024,
3831
4173
  "kindString": "Property",
@@ -3839,7 +4181,7 @@
3839
4181
  }
3840
4182
  },
3841
4183
  {
3842
- "id": 454,
4184
+ "id": 475,
3843
4185
  "name": "nextPage",
3844
4186
  "kind": 1024,
3845
4187
  "kindString": "Property",
@@ -3853,7 +4195,7 @@
3853
4195
  }
3854
4196
  },
3855
4197
  {
3856
- "id": 455,
4198
+ "id": 476,
3857
4199
  "name": "nextPageWithShortcut",
3858
4200
  "kind": 1024,
3859
4201
  "kindString": "Property",
@@ -3867,7 +4209,7 @@
3867
4209
  }
3868
4210
  },
3869
4211
  {
3870
- "id": 460,
4212
+ "id": 481,
3871
4213
  "name": "pageX",
3872
4214
  "kind": 1024,
3873
4215
  "kindString": "Property",
@@ -3881,7 +4223,7 @@
3881
4223
  }
3882
4224
  },
3883
4225
  {
3884
- "id": 456,
4226
+ "id": 477,
3885
4227
  "name": "previousPage",
3886
4228
  "kind": 1024,
3887
4229
  "kindString": "Property",
@@ -3895,7 +4237,7 @@
3895
4237
  }
3896
4238
  },
3897
4239
  {
3898
- "id": 457,
4240
+ "id": 478,
3899
4241
  "name": "previousPageWithShortcut",
3900
4242
  "kind": 1024,
3901
4243
  "kindString": "Property",
@@ -3917,7 +4259,7 @@
3917
4259
  ],
3918
4260
  "props": [
3919
4261
  {
3920
- "id": 504,
4262
+ "id": 525,
3921
4263
  "name": "children",
3922
4264
  "kind": 1024,
3923
4265
  "kindString": "Property",
@@ -3934,28 +4276,28 @@
3934
4276
  {
3935
4277
  "type": "reflection",
3936
4278
  "declaration": {
3937
- "id": 505,
4279
+ "id": 526,
3938
4280
  "name": "__type",
3939
4281
  "kind": 65536,
3940
4282
  "kindString": "Type literal",
3941
4283
  "flags": {},
3942
4284
  "signatures": [
3943
4285
  {
3944
- "id": 506,
4286
+ "id": 527,
3945
4287
  "name": "__type",
3946
4288
  "kind": 4096,
3947
4289
  "kindString": "Call signature",
3948
4290
  "flags": {},
3949
4291
  "parameters": [
3950
4292
  {
3951
- "id": 507,
4293
+ "id": 528,
3952
4294
  "name": "props",
3953
4295
  "kind": 32768,
3954
4296
  "kindString": "Parameter",
3955
4297
  "flags": {},
3956
4298
  "type": {
3957
4299
  "type": "reference",
3958
- "id": 498,
4300
+ "id": 519,
3959
4301
  "name": "PopoverContentRenderProps"
3960
4302
  }
3961
4303
  }
@@ -3974,7 +4316,7 @@
3974
4316
  }
3975
4317
  },
3976
4318
  {
3977
- "id": 508,
4319
+ "id": 529,
3978
4320
  "name": "placement",
3979
4321
  "kind": 1024,
3980
4322
  "kindString": "Property",
@@ -3995,14 +4337,14 @@
3995
4337
  "PopoverContentRenderProps": {
3996
4338
  "props": [
3997
4339
  {
3998
- "id": 500,
4340
+ "id": 521,
3999
4341
  "name": "close",
4000
4342
  "kind": 2048,
4001
4343
  "kindString": "Method",
4002
4344
  "flags": {},
4003
4345
  "signatures": [
4004
4346
  {
4005
- "id": 501,
4347
+ "id": 522,
4006
4348
  "name": "close",
4007
4349
  "kind": 4096,
4008
4350
  "kindString": "Call signature",
@@ -4024,7 +4366,7 @@
4024
4366
  ],
4025
4367
  "props": [
4026
4368
  {
4027
- "id": 520,
4369
+ "id": 541,
4028
4370
  "name": "duration",
4029
4371
  "kind": 1024,
4030
4372
  "kindString": "Property",
@@ -4044,7 +4386,7 @@
4044
4386
  "ProviderProps": {
4045
4387
  "props": [
4046
4388
  {
4047
- "id": 621,
4389
+ "id": 642,
4048
4390
  "name": "children",
4049
4391
  "kind": 1024,
4050
4392
  "kindString": "Property",
@@ -4060,7 +4402,7 @@
4060
4402
  }
4061
4403
  },
4062
4404
  {
4063
- "id": 622,
4405
+ "id": 643,
4064
4406
  "name": "localization",
4065
4407
  "kind": 1024,
4066
4408
  "kindString": "Property",
@@ -4072,7 +4414,7 @@
4072
4414
  },
4073
4415
  "type": {
4074
4416
  "type": "reference",
4075
- "id": 537,
4417
+ "id": 558,
4076
4418
  "name": "Localization"
4077
4419
  }
4078
4420
  }
@@ -4084,7 +4426,7 @@
4084
4426
  ],
4085
4427
  "props": [
4086
4428
  {
4087
- "id": 640,
4429
+ "id": 661,
4088
4430
  "name": "children",
4089
4431
  "kind": 1024,
4090
4432
  "kindString": "Property",
@@ -4100,7 +4442,7 @@
4100
4442
  }
4101
4443
  },
4102
4444
  {
4103
- "id": 641,
4445
+ "id": 662,
4104
4446
  "name": "disabled",
4105
4447
  "kind": 1024,
4106
4448
  "kindString": "Property",
@@ -4113,7 +4455,7 @@
4113
4455
  }
4114
4456
  },
4115
4457
  {
4116
- "id": 642,
4458
+ "id": 663,
4117
4459
  "name": "value",
4118
4460
  "kind": 1024,
4119
4461
  "kindString": "Property",
@@ -4123,7 +4465,7 @@
4123
4465
  },
4124
4466
  "type": {
4125
4467
  "type": "reference",
4126
- "id": 630,
4468
+ "id": 651,
4127
4469
  "name": "RadioGroupItemValue"
4128
4470
  }
4129
4471
  }
@@ -4148,7 +4490,7 @@
4148
4490
  ],
4149
4491
  "props": [
4150
4492
  {
4151
- "id": 695,
4493
+ "id": 716,
4152
4494
  "name": "subRows",
4153
4495
  "kind": 1024,
4154
4496
  "kindString": "Property",
@@ -4159,11 +4501,11 @@
4159
4501
  "type": "array",
4160
4502
  "elementType": {
4161
4503
  "type": "reference",
4162
- "id": 693,
4504
+ "id": 714,
4163
4505
  "typeArguments": [
4164
4506
  {
4165
4507
  "type": "reference",
4166
- "id": 697,
4508
+ "id": 718,
4167
4509
  "name": "TRow"
4168
4510
  }
4169
4511
  ],
@@ -4233,7 +4575,7 @@
4233
4575
  ],
4234
4576
  "props": [
4235
4577
  {
4236
- "id": 283,
4578
+ "id": 304,
4237
4579
  "name": "onSearch",
4238
4580
  "kind": 2048,
4239
4581
  "kindString": "Method",
@@ -4242,7 +4584,7 @@
4242
4584
  },
4243
4585
  "signatures": [
4244
4586
  {
4245
- "id": 284,
4587
+ "id": 305,
4246
4588
  "name": "onSearch",
4247
4589
  "kind": 4096,
4248
4590
  "kindString": "Call signature",
@@ -4252,7 +4594,7 @@
4252
4594
  },
4253
4595
  "parameters": [
4254
4596
  {
4255
- "id": 285,
4597
+ "id": 306,
4256
4598
  "name": "value",
4257
4599
  "kind": 32768,
4258
4600
  "kindString": "Parameter",
@@ -4299,7 +4641,7 @@
4299
4641
  "SearchInputTexts": {
4300
4642
  "props": [
4301
4643
  {
4302
- "id": 280,
4644
+ "id": 301,
4303
4645
  "name": "inputLabel",
4304
4646
  "kind": 1024,
4305
4647
  "kindString": "Property",
@@ -4320,7 +4662,7 @@
4320
4662
  ],
4321
4663
  "props": [
4322
4664
  {
4323
- "id": 666,
4665
+ "id": 687,
4324
4666
  "name": "editable",
4325
4667
  "kind": 1024,
4326
4668
  "kindString": "Property",
@@ -4340,7 +4682,7 @@
4340
4682
  "SelectTexts": {
4341
4683
  "props": [
4342
4684
  {
4343
- "id": 660,
4685
+ "id": 681,
4344
4686
  "name": "allOptionsSelected",
4345
4687
  "kind": 1024,
4346
4688
  "kindString": "Property",
@@ -4380,7 +4722,7 @@
4380
4722
  "SortRule": {
4381
4723
  "props": [
4382
4724
  {
4383
- "id": 746,
4725
+ "id": 767,
4384
4726
  "name": "accessor",
4385
4727
  "kind": 1024,
4386
4728
  "kindString": "Property",
@@ -4393,7 +4735,7 @@
4393
4735
  "typeArguments": [
4394
4736
  {
4395
4737
  "type": "reference",
4396
- "id": 748,
4738
+ "id": 769,
4397
4739
  "name": "T"
4398
4740
  }
4399
4741
  ],
@@ -4403,7 +4745,7 @@
4403
4745
  }
4404
4746
  },
4405
4747
  {
4406
- "id": 747,
4748
+ "id": 768,
4407
4749
  "name": "desc",
4408
4750
  "kind": 1024,
4409
4751
  "kindString": "Property",
@@ -4448,7 +4790,7 @@
4448
4790
  ],
4449
4791
  "props": [
4450
4792
  {
4451
- "id": 682,
4793
+ "id": 703,
4452
4794
  "name": "delay",
4453
4795
  "kind": 1024,
4454
4796
  "kindString": "Property",
@@ -4464,7 +4806,7 @@
4464
4806
  }
4465
4807
  },
4466
4808
  {
4467
- "id": 683,
4809
+ "id": 704,
4468
4810
  "name": "label",
4469
4811
  "kind": 1024,
4470
4812
  "kindString": "Property",
@@ -4491,7 +4833,7 @@
4491
4833
  ],
4492
4834
  "props": [
4493
4835
  {
4494
- "id": 923,
4836
+ "id": 944,
4495
4837
  "name": "id",
4496
4838
  "kind": 1024,
4497
4839
  "kindString": "Property",
@@ -4513,7 +4855,7 @@
4513
4855
  ],
4514
4856
  "props": [
4515
4857
  {
4516
- "id": 920,
4858
+ "id": 941,
4517
4859
  "name": "disabled",
4518
4860
  "kind": 1024,
4519
4861
  "kindString": "Property",
@@ -4529,7 +4871,7 @@
4529
4871
  }
4530
4872
  },
4531
4873
  {
4532
- "id": 919,
4874
+ "id": 940,
4533
4875
  "name": "id",
4534
4876
  "kind": 1024,
4535
4877
  "kindString": "Property",
@@ -4547,7 +4889,7 @@
4547
4889
  "TableCell": {
4548
4890
  "props": [
4549
4891
  {
4550
- "id": 752,
4892
+ "id": 773,
4551
4893
  "name": "accessor",
4552
4894
  "kind": 1024,
4553
4895
  "kindString": "Property",
@@ -4558,7 +4900,7 @@
4558
4900
  }
4559
4901
  },
4560
4902
  {
4561
- "id": 753,
4903
+ "id": 774,
4562
4904
  "name": "row",
4563
4905
  "kind": 1024,
4564
4906
  "kindString": "Property",
@@ -4568,11 +4910,11 @@
4568
4910
  },
4569
4911
  "type": {
4570
4912
  "type": "reference",
4571
- "id": 826,
4913
+ "id": 847,
4572
4914
  "typeArguments": [
4573
4915
  {
4574
4916
  "type": "reference",
4575
- "id": 755,
4917
+ "id": 776,
4576
4918
  "name": "TRow"
4577
4919
  }
4578
4920
  ],
@@ -4580,7 +4922,7 @@
4580
4922
  }
4581
4923
  },
4582
4924
  {
4583
- "id": 754,
4925
+ "id": 775,
4584
4926
  "name": "value",
4585
4927
  "kind": 1024,
4586
4928
  "kindString": "Property",
@@ -4598,7 +4940,7 @@
4598
4940
  "TableColumnProps": {
4599
4941
  "props": [
4600
4942
  {
4601
- "id": 758,
4943
+ "id": 779,
4602
4944
  "name": "accessor",
4603
4945
  "kind": 1024,
4604
4946
  "kindString": "Property",
@@ -4612,7 +4954,7 @@
4612
4954
  }
4613
4955
  },
4614
4956
  {
4615
- "id": 759,
4957
+ "id": 780,
4616
4958
  "name": "align",
4617
4959
  "kind": 1024,
4618
4960
  "kindString": "Property",
@@ -4641,7 +4983,7 @@
4641
4983
  }
4642
4984
  },
4643
4985
  {
4644
- "id": 760,
4986
+ "id": 781,
4645
4987
  "name": "className",
4646
4988
  "kind": 1024,
4647
4989
  "kindString": "Property",
@@ -4657,7 +4999,7 @@
4657
4999
  }
4658
5000
  },
4659
5001
  {
4660
- "id": 764,
5002
+ "id": 785,
4661
5003
  "name": "disableSorting",
4662
5004
  "kind": 1024,
4663
5005
  "kindString": "Property",
@@ -4673,7 +5015,7 @@
4673
5015
  }
4674
5016
  },
4675
5017
  {
4676
- "id": 768,
5018
+ "id": 789,
4677
5019
  "name": "flex",
4678
5020
  "kind": 1024,
4679
5021
  "kindString": "Property",
@@ -4693,28 +5035,28 @@
4693
5035
  {
4694
5036
  "type": "reflection",
4695
5037
  "declaration": {
4696
- "id": 769,
5038
+ "id": 790,
4697
5039
  "name": "__type",
4698
5040
  "kind": 65536,
4699
5041
  "kindString": "Type literal",
4700
5042
  "flags": {},
4701
5043
  "signatures": [
4702
5044
  {
4703
- "id": 770,
5045
+ "id": 791,
4704
5046
  "name": "__type",
4705
5047
  "kind": 4096,
4706
5048
  "kindString": "Call signature",
4707
5049
  "flags": {},
4708
5050
  "parameters": [
4709
5051
  {
4710
- "id": 771,
5052
+ "id": 792,
4711
5053
  "name": "row",
4712
5054
  "kind": 32768,
4713
5055
  "kindString": "Parameter",
4714
5056
  "flags": {},
4715
5057
  "type": {
4716
5058
  "type": "reference",
4717
- "id": 778,
5059
+ "id": 799,
4718
5060
  "name": "TRow"
4719
5061
  }
4720
5062
  }
@@ -4731,7 +5073,7 @@
4731
5073
  }
4732
5074
  },
4733
5075
  {
4734
- "id": 772,
5076
+ "id": 793,
4735
5077
  "name": "headRenderer",
4736
5078
  "kind": 1024,
4737
5079
  "kindString": "Property",
@@ -4749,7 +5091,7 @@
4749
5091
  }
4750
5092
  },
4751
5093
  {
4752
- "id": 773,
5094
+ "id": 794,
4753
5095
  "name": "hidden",
4754
5096
  "kind": 1024,
4755
5097
  "kindString": "Property",
@@ -4765,7 +5107,7 @@
4765
5107
  }
4766
5108
  },
4767
5109
  {
4768
- "id": 774,
5110
+ "id": 795,
4769
5111
  "name": "hiddenOnSubRows",
4770
5112
  "kind": 1024,
4771
5113
  "kindString": "Property",
@@ -4781,7 +5123,7 @@
4781
5123
  }
4782
5124
  },
4783
5125
  {
4784
- "id": 775,
5126
+ "id": 796,
4785
5127
  "name": "sort",
4786
5128
  "kind": 1024,
4787
5129
  "kindString": "Property",
@@ -4793,12 +5135,12 @@
4793
5135
  },
4794
5136
  "type": {
4795
5137
  "type": "reference",
4796
- "id": 737,
5138
+ "id": 758,
4797
5139
  "name": "SortDirection"
4798
5140
  }
4799
5141
  },
4800
5142
  {
4801
- "id": 776,
5143
+ "id": 797,
4802
5144
  "name": "sortType",
4803
5145
  "kind": 1024,
4804
5146
  "kindString": "Property",
@@ -4810,12 +5152,12 @@
4810
5152
  },
4811
5153
  "type": {
4812
5154
  "type": "reference",
4813
- "id": 749,
5155
+ "id": 770,
4814
5156
  "name": "SortTypes"
4815
5157
  }
4816
5158
  },
4817
5159
  {
4818
- "id": 777,
5160
+ "id": 798,
4819
5161
  "name": "style",
4820
5162
  "kind": 1024,
4821
5163
  "kindString": "Property",
@@ -4831,7 +5173,7 @@
4831
5173
  }
4832
5174
  },
4833
5175
  {
4834
- "id": 761,
5176
+ "id": 782,
4835
5177
  "name": "cellRenderer",
4836
5178
  "kind": 2048,
4837
5179
  "kindString": "Method",
@@ -4840,7 +5182,7 @@
4840
5182
  },
4841
5183
  "signatures": [
4842
5184
  {
4843
- "id": 762,
5185
+ "id": 783,
4844
5186
  "name": "cellRenderer",
4845
5187
  "kind": 4096,
4846
5188
  "kindString": "Call signature",
@@ -4850,18 +5192,18 @@
4850
5192
  },
4851
5193
  "parameters": [
4852
5194
  {
4853
- "id": 763,
5195
+ "id": 784,
4854
5196
  "name": "cellProps",
4855
5197
  "kind": 32768,
4856
5198
  "kindString": "Parameter",
4857
5199
  "flags": {},
4858
5200
  "type": {
4859
5201
  "type": "reference",
4860
- "id": 750,
5202
+ "id": 771,
4861
5203
  "typeArguments": [
4862
5204
  {
4863
5205
  "type": "reference",
4864
- "id": 778,
5206
+ "id": 799,
4865
5207
  "name": "TRow"
4866
5208
  }
4867
5209
  ],
@@ -4879,7 +5221,7 @@
4879
5221
  ]
4880
5222
  },
4881
5223
  {
4882
- "id": 765,
5224
+ "id": 786,
4883
5225
  "name": "editRenderer",
4884
5226
  "kind": 2048,
4885
5227
  "kindString": "Method",
@@ -4888,25 +5230,25 @@
4888
5230
  },
4889
5231
  "signatures": [
4890
5232
  {
4891
- "id": 766,
5233
+ "id": 787,
4892
5234
  "name": "editRenderer",
4893
5235
  "kind": 4096,
4894
5236
  "kindString": "Call signature",
4895
5237
  "flags": {},
4896
5238
  "parameters": [
4897
5239
  {
4898
- "id": 767,
5240
+ "id": 788,
4899
5241
  "name": "cellProps",
4900
5242
  "kind": 32768,
4901
5243
  "kindString": "Parameter",
4902
5244
  "flags": {},
4903
5245
  "type": {
4904
5246
  "type": "reference",
4905
- "id": 750,
5247
+ "id": 771,
4906
5248
  "typeArguments": [
4907
5249
  {
4908
5250
  "type": "reference",
4909
- "id": 778,
5251
+ "id": 799,
4910
5252
  "name": "TRow"
4911
5253
  }
4912
5254
  ],
@@ -4928,7 +5270,7 @@
4928
5270
  "TableGroupProps": {
4929
5271
  "props": [
4930
5272
  {
4931
- "id": 781,
5273
+ "id": 802,
4932
5274
  "name": "children",
4933
5275
  "kind": 1024,
4934
5276
  "kindString": "Property",
@@ -4944,11 +5286,11 @@
4944
5286
  "typeArguments": [
4945
5287
  {
4946
5288
  "type": "reference",
4947
- "id": 756,
5289
+ "id": 777,
4948
5290
  "typeArguments": [
4949
5291
  {
4950
5292
  "type": "reference",
4951
- "id": 784,
5293
+ "id": 805,
4952
5294
  "name": "TRow"
4953
5295
  }
4954
5296
  ],
@@ -4966,11 +5308,11 @@
4966
5308
  "typeArguments": [
4967
5309
  {
4968
5310
  "type": "reference",
4969
- "id": 756,
5311
+ "id": 777,
4970
5312
  "typeArguments": [
4971
5313
  {
4972
5314
  "type": "reference",
4973
- "id": 784,
5315
+ "id": 805,
4974
5316
  "name": "TRow"
4975
5317
  }
4976
5318
  ],
@@ -4986,7 +5328,7 @@
4986
5328
  }
4987
5329
  },
4988
5330
  {
4989
- "id": 782,
5331
+ "id": 803,
4990
5332
  "name": "hidden",
4991
5333
  "kind": 1024,
4992
5334
  "kindString": "Property",
@@ -5002,7 +5344,7 @@
5002
5344
  }
5003
5345
  },
5004
5346
  {
5005
- "id": 783,
5347
+ "id": 804,
5006
5348
  "name": "title",
5007
5349
  "kind": 1024,
5008
5350
  "kindString": "Property",
@@ -5023,7 +5365,7 @@
5023
5365
  ],
5024
5366
  "props": [
5025
5367
  {
5026
- "id": 820,
5368
+ "id": 841,
5027
5369
  "name": "actions",
5028
5370
  "kind": 1024,
5029
5371
  "kindString": "Property",
@@ -5037,11 +5379,11 @@
5037
5379
  "type": "array",
5038
5380
  "elementType": {
5039
5381
  "type": "reference",
5040
- "id": 733,
5382
+ "id": 754,
5041
5383
  "typeArguments": [
5042
5384
  {
5043
5385
  "type": "reference",
5044
- "id": 825,
5386
+ "id": 846,
5045
5387
  "name": "TRow"
5046
5388
  }
5047
5389
  ],
@@ -5050,7 +5392,7 @@
5050
5392
  }
5051
5393
  },
5052
5394
  {
5053
- "id": 787,
5395
+ "id": 808,
5054
5396
  "name": "autoFocus",
5055
5397
  "kind": 1024,
5056
5398
  "kindString": "Property",
@@ -5066,7 +5408,7 @@
5066
5408
  }
5067
5409
  },
5068
5410
  {
5069
- "id": 788,
5411
+ "id": 809,
5070
5412
  "name": "children",
5071
5413
  "kind": 1024,
5072
5414
  "kindString": "Property",
@@ -5079,7 +5421,7 @@
5079
5421
  "typeArguments": [
5080
5422
  {
5081
5423
  "type": "reference",
5082
- "id": 825,
5424
+ "id": 846,
5083
5425
  "name": "TRow"
5084
5426
  }
5085
5427
  ],
@@ -5087,7 +5429,7 @@
5087
5429
  }
5088
5430
  },
5089
5431
  {
5090
- "id": 790,
5432
+ "id": 811,
5091
5433
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5092
5434
  "kind": 1024,
5093
5435
  "kindString": "Property",
@@ -5103,7 +5445,7 @@
5103
5445
  }
5104
5446
  },
5105
5447
  {
5106
- "id": 789,
5448
+ "id": 810,
5107
5449
  "name": "data",
5108
5450
  "kind": 1024,
5109
5451
  "kindString": "Property",
@@ -5115,11 +5457,11 @@
5115
5457
  "type": "array",
5116
5458
  "elementType": {
5117
5459
  "type": "reference",
5118
- "id": 693,
5460
+ "id": 714,
5119
5461
  "typeArguments": [
5120
5462
  {
5121
5463
  "type": "reference",
5122
- "id": 825,
5464
+ "id": 846,
5123
5465
  "name": "TRow"
5124
5466
  }
5125
5467
  ],
@@ -5128,7 +5470,7 @@
5128
5470
  }
5129
5471
  },
5130
5472
  {
5131
- "id": 809,
5473
+ "id": 830,
5132
5474
  "name": "disablePagination",
5133
5475
  "kind": 1024,
5134
5476
  "kindString": "Property",
@@ -5141,7 +5483,7 @@
5141
5483
  }
5142
5484
  },
5143
5485
  {
5144
- "id": 805,
5486
+ "id": 826,
5145
5487
  "name": "disableSorting",
5146
5488
  "kind": 1024,
5147
5489
  "kindString": "Property",
@@ -5157,7 +5499,7 @@
5157
5499
  }
5158
5500
  },
5159
5501
  {
5160
- "id": 818,
5502
+ "id": 839,
5161
5503
  "name": "inlineEditingUniqueId",
5162
5504
  "kind": 1024,
5163
5505
  "kindString": "Property",
@@ -5172,13 +5514,13 @@
5172
5514
  "operator": "keyof",
5173
5515
  "target": {
5174
5516
  "type": "reference",
5175
- "id": 825,
5517
+ "id": 846,
5176
5518
  "name": "TRow"
5177
5519
  }
5178
5520
  }
5179
5521
  },
5180
5522
  {
5181
- "id": 810,
5523
+ "id": 831,
5182
5524
  "name": "length",
5183
5525
  "kind": 1024,
5184
5526
  "kindString": "Property",
@@ -5191,7 +5533,7 @@
5191
5533
  }
5192
5534
  },
5193
5535
  {
5194
- "id": 807,
5536
+ "id": 828,
5195
5537
  "name": "manualSorting",
5196
5538
  "kind": 1024,
5197
5539
  "kindString": "Property",
@@ -5207,7 +5549,7 @@
5207
5549
  }
5208
5550
  },
5209
5551
  {
5210
- "id": 811,
5552
+ "id": 832,
5211
5553
  "name": "onPaginate",
5212
5554
  "kind": 1024,
5213
5555
  "kindString": "Property",
@@ -5219,12 +5561,12 @@
5219
5561
  },
5220
5562
  "type": {
5221
5563
  "type": "reference",
5222
- "id": 688,
5564
+ "id": 709,
5223
5565
  "name": "PaginationHandler"
5224
5566
  }
5225
5567
  },
5226
5568
  {
5227
- "id": 824,
5569
+ "id": 845,
5228
5570
  "name": "onRowActive",
5229
5571
  "kind": 1024,
5230
5572
  "kindString": "Property",
@@ -5239,7 +5581,7 @@
5239
5581
  "typeArguments": [
5240
5582
  {
5241
5583
  "type": "reference",
5242
- "id": 825,
5584
+ "id": 846,
5243
5585
  "name": "TRow"
5244
5586
  }
5245
5587
  ],
@@ -5247,7 +5589,7 @@
5247
5589
  }
5248
5590
  },
5249
5591
  {
5250
- "id": 793,
5592
+ "id": 814,
5251
5593
  "name": "onRowClick",
5252
5594
  "kind": 1024,
5253
5595
  "kindString": "Property",
@@ -5259,11 +5601,11 @@
5259
5601
  },
5260
5602
  "type": {
5261
5603
  "type": "reference",
5262
- "id": 699,
5604
+ "id": 720,
5263
5605
  "typeArguments": [
5264
5606
  {
5265
5607
  "type": "reference",
5266
- "id": 825,
5608
+ "id": 846,
5267
5609
  "name": "TRow"
5268
5610
  }
5269
5611
  ],
@@ -5271,7 +5613,7 @@
5271
5613
  }
5272
5614
  },
5273
5615
  {
5274
- "id": 822,
5616
+ "id": 843,
5275
5617
  "name": "onRowCopy",
5276
5618
  "kind": 1024,
5277
5619
  "kindString": "Property",
@@ -5283,11 +5625,11 @@
5283
5625
  },
5284
5626
  "type": {
5285
5627
  "type": "reference",
5286
- "id": 721,
5628
+ "id": 742,
5287
5629
  "typeArguments": [
5288
5630
  {
5289
5631
  "type": "reference",
5290
- "id": 825,
5632
+ "id": 846,
5291
5633
  "name": "TRow"
5292
5634
  }
5293
5635
  ],
@@ -5295,7 +5637,7 @@
5295
5637
  }
5296
5638
  },
5297
5639
  {
5298
- "id": 819,
5640
+ "id": 840,
5299
5641
  "name": "onRowCreate",
5300
5642
  "kind": 1024,
5301
5643
  "kindString": "Property",
@@ -5307,11 +5649,11 @@
5307
5649
  },
5308
5650
  "type": {
5309
5651
  "type": "reference",
5310
- "id": 715,
5652
+ "id": 736,
5311
5653
  "typeArguments": [
5312
5654
  {
5313
5655
  "type": "reference",
5314
- "id": 825,
5656
+ "id": 846,
5315
5657
  "name": "TRow"
5316
5658
  }
5317
5659
  ],
@@ -5319,7 +5661,7 @@
5319
5661
  }
5320
5662
  },
5321
5663
  {
5322
- "id": 823,
5664
+ "id": 844,
5323
5665
  "name": "onRowDelete",
5324
5666
  "kind": 1024,
5325
5667
  "kindString": "Property",
@@ -5331,11 +5673,11 @@
5331
5673
  },
5332
5674
  "type": {
5333
5675
  "type": "reference",
5334
- "id": 727,
5676
+ "id": 748,
5335
5677
  "typeArguments": [
5336
5678
  {
5337
5679
  "type": "reference",
5338
- "id": 825,
5680
+ "id": 846,
5339
5681
  "name": "TRow"
5340
5682
  }
5341
5683
  ],
@@ -5343,7 +5685,7 @@
5343
5685
  }
5344
5686
  },
5345
5687
  {
5346
- "id": 794,
5688
+ "id": 815,
5347
5689
  "name": "onRowDrag",
5348
5690
  "kind": 1024,
5349
5691
  "kindString": "Property",
@@ -5355,11 +5697,11 @@
5355
5697
  },
5356
5698
  "type": {
5357
5699
  "type": "reference",
5358
- "id": 705,
5700
+ "id": 726,
5359
5701
  "typeArguments": [
5360
5702
  {
5361
5703
  "type": "reference",
5362
- "id": 825,
5704
+ "id": 846,
5363
5705
  "name": "TRow"
5364
5706
  }
5365
5707
  ],
@@ -5367,7 +5709,7 @@
5367
5709
  }
5368
5710
  },
5369
5711
  {
5370
- "id": 821,
5712
+ "id": 842,
5371
5713
  "name": "onRowEdit",
5372
5714
  "kind": 1024,
5373
5715
  "kindString": "Property",
@@ -5382,7 +5724,7 @@
5382
5724
  "typeArguments": [
5383
5725
  {
5384
5726
  "type": "reference",
5385
- "id": 825,
5727
+ "id": 846,
5386
5728
  "name": "TRow"
5387
5729
  }
5388
5730
  ],
@@ -5390,7 +5732,7 @@
5390
5732
  }
5391
5733
  },
5392
5734
  {
5393
- "id": 795,
5735
+ "id": 816,
5394
5736
  "name": "onSelectedRows",
5395
5737
  "kind": 1024,
5396
5738
  "kindString": "Property",
@@ -5402,12 +5744,12 @@
5402
5744
  },
5403
5745
  "type": {
5404
5746
  "type": "reference",
5405
- "id": 735,
5747
+ "id": 756,
5406
5748
  "name": "SelectedRowsHandler"
5407
5749
  }
5408
5750
  },
5409
5751
  {
5410
- "id": 806,
5752
+ "id": 827,
5411
5753
  "name": "onSort",
5412
5754
  "kind": 1024,
5413
5755
  "kindString": "Property",
@@ -5419,11 +5761,11 @@
5419
5761
  },
5420
5762
  "type": {
5421
5763
  "type": "reference",
5422
- "id": 738,
5764
+ "id": 759,
5423
5765
  "typeArguments": [
5424
5766
  {
5425
5767
  "type": "reference",
5426
- "id": 825,
5768
+ "id": 846,
5427
5769
  "name": "TRow"
5428
5770
  }
5429
5771
  ],
@@ -5431,7 +5773,7 @@
5431
5773
  }
5432
5774
  },
5433
5775
  {
5434
- "id": 812,
5776
+ "id": 833,
5435
5777
  "name": "pageIndex",
5436
5778
  "kind": 1024,
5437
5779
  "kindString": "Property",
@@ -5447,7 +5789,7 @@
5447
5789
  }
5448
5790
  },
5449
5791
  {
5450
- "id": 813,
5792
+ "id": 834,
5451
5793
  "name": "pageSize",
5452
5794
  "kind": 1024,
5453
5795
  "kindString": "Property",
@@ -5463,7 +5805,7 @@
5463
5805
  }
5464
5806
  },
5465
5807
  {
5466
- "id": 796,
5808
+ "id": 817,
5467
5809
  "name": "rowClassName",
5468
5810
  "kind": 1024,
5469
5811
  "kindString": "Property",
@@ -5483,32 +5825,32 @@
5483
5825
  {
5484
5826
  "type": "reflection",
5485
5827
  "declaration": {
5486
- "id": 797,
5828
+ "id": 818,
5487
5829
  "name": "__type",
5488
5830
  "kind": 65536,
5489
5831
  "kindString": "Type literal",
5490
5832
  "flags": {},
5491
5833
  "signatures": [
5492
5834
  {
5493
- "id": 798,
5835
+ "id": 819,
5494
5836
  "name": "__type",
5495
5837
  "kind": 4096,
5496
5838
  "kindString": "Call signature",
5497
5839
  "flags": {},
5498
5840
  "parameters": [
5499
5841
  {
5500
- "id": 799,
5842
+ "id": 820,
5501
5843
  "name": "row",
5502
5844
  "kind": 32768,
5503
5845
  "kindString": "Parameter",
5504
5846
  "flags": {},
5505
5847
  "type": {
5506
5848
  "type": "reference",
5507
- "id": 826,
5849
+ "id": 847,
5508
5850
  "typeArguments": [
5509
5851
  {
5510
5852
  "type": "reference",
5511
- "id": 825,
5853
+ "id": 846,
5512
5854
  "name": "TRow"
5513
5855
  }
5514
5856
  ],
@@ -5537,7 +5879,7 @@
5537
5879
  }
5538
5880
  },
5539
5881
  {
5540
- "id": 803,
5882
+ "id": 824,
5541
5883
  "name": "rowHeight",
5542
5884
  "kind": 1024,
5543
5885
  "kindString": "Property",
@@ -5553,7 +5895,7 @@
5553
5895
  }
5554
5896
  },
5555
5897
  {
5556
- "id": 804,
5898
+ "id": 825,
5557
5899
  "name": "selectedRows",
5558
5900
  "kind": 1024,
5559
5901
  "kindString": "Property",
@@ -5565,12 +5907,12 @@
5565
5907
  },
5566
5908
  "type": {
5567
5909
  "type": "reference",
5568
- "id": 736,
5910
+ "id": 757,
5569
5911
  "name": "SelectedRowsState"
5570
5912
  }
5571
5913
  },
5572
5914
  {
5573
- "id": 808,
5915
+ "id": 829,
5574
5916
  "name": "sortRules",
5575
5917
  "kind": 1024,
5576
5918
  "kindString": "Property",
@@ -5584,11 +5926,11 @@
5584
5926
  "type": "array",
5585
5927
  "elementType": {
5586
5928
  "type": "reference",
5587
- "id": 744,
5929
+ "id": 765,
5588
5930
  "typeArguments": [
5589
5931
  {
5590
5932
  "type": "reference",
5591
- "id": 825,
5933
+ "id": 846,
5592
5934
  "name": "TRow"
5593
5935
  }
5594
5936
  ],
@@ -5597,7 +5939,7 @@
5597
5939
  }
5598
5940
  },
5599
5941
  {
5600
- "id": 791,
5942
+ "id": 812,
5601
5943
  "name": "emptyStateRenderer",
5602
5944
  "kind": 2048,
5603
5945
  "kindString": "Method",
@@ -5606,7 +5948,7 @@
5606
5948
  },
5607
5949
  "signatures": [
5608
5950
  {
5609
- "id": 792,
5951
+ "id": 813,
5610
5952
  "name": "emptyStateRenderer",
5611
5953
  "kind": 4096,
5612
5954
  "kindString": "Call signature",
@@ -5624,7 +5966,7 @@
5624
5966
  ]
5625
5967
  },
5626
5968
  {
5627
- "id": 814,
5969
+ "id": 835,
5628
5970
  "name": "loadMore",
5629
5971
  "kind": 2048,
5630
5972
  "kindString": "Method",
@@ -5633,7 +5975,7 @@
5633
5975
  },
5634
5976
  "signatures": [
5635
5977
  {
5636
- "id": 815,
5978
+ "id": 836,
5637
5979
  "name": "loadMore",
5638
5980
  "kind": 4096,
5639
5981
  "kindString": "Call signature",
@@ -5643,7 +5985,7 @@
5643
5985
  },
5644
5986
  "parameters": [
5645
5987
  {
5646
- "id": 816,
5988
+ "id": 837,
5647
5989
  "name": "startIndex",
5648
5990
  "kind": 32768,
5649
5991
  "kindString": "Parameter",
@@ -5654,7 +5996,7 @@
5654
5996
  }
5655
5997
  },
5656
5998
  {
5657
- "id": 817,
5999
+ "id": 838,
5658
6000
  "name": "endIndex",
5659
6001
  "kind": 32768,
5660
6002
  "kindString": "Parameter",
@@ -5673,7 +6015,7 @@
5673
6015
  ]
5674
6016
  },
5675
6017
  {
5676
- "id": 800,
6018
+ "id": 821,
5677
6019
  "name": "rowExpansionRenderer",
5678
6020
  "kind": 2048,
5679
6021
  "kindString": "Method",
@@ -5682,7 +6024,7 @@
5682
6024
  },
5683
6025
  "signatures": [
5684
6026
  {
5685
- "id": 801,
6027
+ "id": 822,
5686
6028
  "name": "rowExpansionRenderer",
5687
6029
  "kind": 4096,
5688
6030
  "kindString": "Call signature",
@@ -5692,18 +6034,18 @@
5692
6034
  },
5693
6035
  "parameters": [
5694
6036
  {
5695
- "id": 802,
6037
+ "id": 823,
5696
6038
  "name": "row",
5697
6039
  "kind": 32768,
5698
6040
  "kindString": "Parameter",
5699
6041
  "flags": {},
5700
6042
  "type": {
5701
6043
  "type": "reference",
5702
- "id": 826,
6044
+ "id": 847,
5703
6045
  "typeArguments": [
5704
6046
  {
5705
6047
  "type": "reference",
5706
- "id": 825,
6048
+ "id": 846,
5707
6049
  "name": "TRow"
5708
6050
  }
5709
6051
  ],
@@ -5728,7 +6070,7 @@
5728
6070
  ],
5729
6071
  "props": [
5730
6072
  {
5731
- "id": 841,
6073
+ "id": 862,
5732
6074
  "name": "instance",
5733
6075
  "kind": 1024,
5734
6076
  "kindString": "Property",
@@ -5736,14 +6078,14 @@
5736
6078
  "type": {
5737
6079
  "type": "reflection",
5738
6080
  "declaration": {
5739
- "id": 842,
6081
+ "id": 863,
5740
6082
  "name": "__type",
5741
6083
  "kind": 65536,
5742
6084
  "kindString": "Type literal",
5743
6085
  "flags": {},
5744
6086
  "children": [
5745
6087
  {
5746
- "id": 848,
6088
+ "id": 869,
5747
6089
  "name": "resetRowEditing",
5748
6090
  "kind": 1024,
5749
6091
  "kindString": "Property",
@@ -5754,7 +6096,7 @@
5754
6096
  }
5755
6097
  },
5756
6098
  {
5757
- "id": 843,
6099
+ "id": 864,
5758
6100
  "name": "toggleAllRowsExpanded",
5759
6101
  "kind": 1024,
5760
6102
  "kindString": "Property",
@@ -5765,7 +6107,7 @@
5765
6107
  }
5766
6108
  },
5767
6109
  {
5768
- "id": 846,
6110
+ "id": 867,
5769
6111
  "name": "toggleEditing",
5770
6112
  "kind": 1024,
5771
6113
  "kindString": "Property",
@@ -5776,7 +6118,7 @@
5776
6118
  }
5777
6119
  },
5778
6120
  {
5779
- "id": 844,
6121
+ "id": 865,
5780
6122
  "name": "toggleHideAllColumns",
5781
6123
  "kind": 1024,
5782
6124
  "kindString": "Property",
@@ -5787,7 +6129,7 @@
5787
6129
  }
5788
6130
  },
5789
6131
  {
5790
- "id": 845,
6132
+ "id": 866,
5791
6133
  "name": "toggleHideColumn",
5792
6134
  "kind": 1024,
5793
6135
  "kindString": "Property",
@@ -5798,7 +6140,7 @@
5798
6140
  }
5799
6141
  },
5800
6142
  {
5801
- "id": 847,
6143
+ "id": 868,
5802
6144
  "name": "toggleRowEditing",
5803
6145
  "kind": 1024,
5804
6146
  "kindString": "Property",
@@ -5809,7 +6151,7 @@
5809
6151
  }
5810
6152
  },
5811
6153
  {
5812
- "id": 849,
6154
+ "id": 870,
5813
6155
  "name": "toggleRowExpanded",
5814
6156
  "kind": 1024,
5815
6157
  "kindString": "Property",
@@ -5820,7 +6162,7 @@
5820
6162
  }
5821
6163
  },
5822
6164
  {
5823
- "id": 850,
6165
+ "id": 871,
5824
6166
  "name": "toggleSortBy",
5825
6167
  "kind": 1024,
5826
6168
  "kindString": "Property",
@@ -5836,14 +6178,14 @@
5836
6178
  "title": "Properties",
5837
6179
  "kind": 1024,
5838
6180
  "children": [
5839
- 848,
5840
- 843,
5841
- 846,
5842
- 844,
5843
- 845,
5844
- 847,
5845
- 849,
5846
- 850
6181
+ 869,
6182
+ 864,
6183
+ 867,
6184
+ 865,
6185
+ 866,
6186
+ 868,
6187
+ 870,
6188
+ 871
5847
6189
  ]
5848
6190
  }
5849
6191
  ]
@@ -5855,7 +6197,7 @@
5855
6197
  "TableRow": {
5856
6198
  "props": [
5857
6199
  {
5858
- "id": 830,
6200
+ "id": 851,
5859
6201
  "name": "depth",
5860
6202
  "kind": 1024,
5861
6203
  "kindString": "Property",
@@ -5868,7 +6210,7 @@
5868
6210
  }
5869
6211
  },
5870
6212
  {
5871
- "id": 828,
6213
+ "id": 849,
5872
6214
  "name": "index",
5873
6215
  "kind": 1024,
5874
6216
  "kindString": "Property",
@@ -5882,7 +6224,7 @@
5882
6224
  }
5883
6225
  },
5884
6226
  {
5885
- "id": 829,
6227
+ "id": 850,
5886
6228
  "name": "indexPath",
5887
6229
  "kind": 1024,
5888
6230
  "kindString": "Property",
@@ -5896,7 +6238,7 @@
5896
6238
  }
5897
6239
  },
5898
6240
  {
5899
- "id": 835,
6241
+ "id": 856,
5900
6242
  "name": "isEditing",
5901
6243
  "kind": 1024,
5902
6244
  "kindString": "Property",
@@ -5909,7 +6251,7 @@
5909
6251
  }
5910
6252
  },
5911
6253
  {
5912
- "id": 831,
6254
+ "id": 852,
5913
6255
  "name": "isExpanded",
5914
6256
  "kind": 1024,
5915
6257
  "kindString": "Property",
@@ -5925,7 +6267,7 @@
5925
6267
  }
5926
6268
  },
5927
6269
  {
5928
- "id": 834,
6270
+ "id": 855,
5929
6271
  "name": "values",
5930
6272
  "kind": 1024,
5931
6273
  "kindString": "Property",
@@ -5935,11 +6277,11 @@
5935
6277
  },
5936
6278
  "type": {
5937
6279
  "type": "reference",
5938
- "id": 693,
6280
+ "id": 714,
5939
6281
  "typeArguments": [
5940
6282
  {
5941
6283
  "type": "reference",
5942
- "id": 838,
6284
+ "id": 859,
5943
6285
  "name": "TRow"
5944
6286
  }
5945
6287
  ],
@@ -5947,7 +6289,7 @@
5947
6289
  }
5948
6290
  },
5949
6291
  {
5950
- "id": 836,
6292
+ "id": 857,
5951
6293
  "name": "toggleRowEditing",
5952
6294
  "kind": 2048,
5953
6295
  "kindString": "Method",
@@ -5956,7 +6298,7 @@
5956
6298
  },
5957
6299
  "signatures": [
5958
6300
  {
5959
- "id": 837,
6301
+ "id": 858,
5960
6302
  "name": "toggleRowEditing",
5961
6303
  "kind": 4096,
5962
6304
  "kindString": "Call signature",
@@ -5969,7 +6311,7 @@
5969
6311
  ]
5970
6312
  },
5971
6313
  {
5972
- "id": 832,
6314
+ "id": 853,
5973
6315
  "name": "toggleRowExpanded",
5974
6316
  "kind": 2048,
5975
6317
  "kindString": "Method",
@@ -5978,7 +6320,7 @@
5978
6320
  },
5979
6321
  "signatures": [
5980
6322
  {
5981
- "id": 833,
6323
+ "id": 854,
5982
6324
  "name": "toggleRowExpanded",
5983
6325
  "kind": 4096,
5984
6326
  "kindString": "Call signature",
@@ -5998,7 +6340,7 @@
5998
6340
  "TableTexts": {
5999
6341
  "props": [
6000
6342
  {
6001
- "id": 853,
6343
+ "id": 874,
6002
6344
  "name": "actions",
6003
6345
  "kind": 1024,
6004
6346
  "kindString": "Property",
@@ -6009,7 +6351,7 @@
6009
6351
  }
6010
6352
  },
6011
6353
  {
6012
- "id": 855,
6354
+ "id": 876,
6013
6355
  "name": "copy",
6014
6356
  "kind": 1024,
6015
6357
  "kindString": "Property",
@@ -6020,7 +6362,7 @@
6020
6362
  }
6021
6363
  },
6022
6364
  {
6023
- "id": 856,
6365
+ "id": 877,
6024
6366
  "name": "del",
6025
6367
  "kind": 1024,
6026
6368
  "kindString": "Property",
@@ -6031,7 +6373,7 @@
6031
6373
  }
6032
6374
  },
6033
6375
  {
6034
- "id": 854,
6376
+ "id": 875,
6035
6377
  "name": "edit",
6036
6378
  "kind": 1024,
6037
6379
  "kindString": "Property",
@@ -6042,7 +6384,7 @@
6042
6384
  }
6043
6385
  },
6044
6386
  {
6045
- "id": 858,
6387
+ "id": 879,
6046
6388
  "name": "loading",
6047
6389
  "kind": 1024,
6048
6390
  "kindString": "Property",
@@ -6053,7 +6395,7 @@
6053
6395
  }
6054
6396
  },
6055
6397
  {
6056
- "id": 857,
6398
+ "id": 878,
6057
6399
  "name": "newSubRow",
6058
6400
  "kind": 1024,
6059
6401
  "kindString": "Property",
@@ -6071,7 +6413,7 @@
6071
6413
  ],
6072
6414
  "props": [
6073
6415
  {
6074
- "id": 911,
6416
+ "id": 932,
6075
6417
  "name": "children",
6076
6418
  "kind": 1024,
6077
6419
  "kindString": "Property",
@@ -6087,7 +6429,7 @@
6087
6429
  }
6088
6430
  },
6089
6431
  {
6090
- "id": 910,
6432
+ "id": 931,
6091
6433
  "name": "defaultId",
6092
6434
  "kind": 1024,
6093
6435
  "kindString": "Property",
@@ -6103,7 +6445,7 @@
6103
6445
  }
6104
6446
  },
6105
6447
  {
6106
- "id": 909,
6448
+ "id": 930,
6107
6449
  "name": "id",
6108
6450
  "kind": 1024,
6109
6451
  "kindString": "Property",
@@ -6119,7 +6461,7 @@
6119
6461
  }
6120
6462
  },
6121
6463
  {
6122
- "id": 912,
6464
+ "id": 933,
6123
6465
  "name": "orientation",
6124
6466
  "kind": 1024,
6125
6467
  "kindString": "Property",
@@ -6142,7 +6484,7 @@
6142
6484
  }
6143
6485
  },
6144
6486
  {
6145
- "id": 913,
6487
+ "id": 934,
6146
6488
  "name": "onChange",
6147
6489
  "kind": 2048,
6148
6490
  "kindString": "Method",
@@ -6151,7 +6493,7 @@
6151
6493
  },
6152
6494
  "signatures": [
6153
6495
  {
6154
- "id": 914,
6496
+ "id": 935,
6155
6497
  "name": "onChange",
6156
6498
  "kind": 4096,
6157
6499
  "kindString": "Call signature",
@@ -6161,7 +6503,7 @@
6161
6503
  },
6162
6504
  "parameters": [
6163
6505
  {
6164
- "id": 915,
6506
+ "id": 936,
6165
6507
  "name": "id",
6166
6508
  "kind": 32768,
6167
6509
  "kindString": "Parameter",
@@ -6184,7 +6526,7 @@
6184
6526
  "Taco": {
6185
6527
  "props": [
6186
6528
  {
6187
- "id": 546,
6529
+ "id": 567,
6188
6530
  "name": "localization",
6189
6531
  "kind": 1024,
6190
6532
  "kindString": "Property",
@@ -6194,7 +6536,7 @@
6194
6536
  },
6195
6537
  "type": {
6196
6538
  "type": "reference",
6197
- "id": 537,
6539
+ "id": 558,
6198
6540
  "name": "Localization"
6199
6541
  }
6200
6542
  }
@@ -6206,7 +6548,7 @@
6206
6548
  ],
6207
6549
  "props": [
6208
6550
  {
6209
- "id": 932,
6551
+ "id": 953,
6210
6552
  "name": "highlighted",
6211
6553
  "kind": 1024,
6212
6554
  "kindString": "Property",
@@ -6222,7 +6564,7 @@
6222
6564
  }
6223
6565
  },
6224
6566
  {
6225
- "id": 933,
6567
+ "id": 954,
6226
6568
  "name": "state",
6227
6569
  "kind": 1024,
6228
6570
  "kindString": "Property",
@@ -6239,7 +6581,7 @@
6239
6581
  }
6240
6582
  },
6241
6583
  {
6242
- "id": 934,
6584
+ "id": 955,
6243
6585
  "name": "value",
6244
6586
  "kind": 1024,
6245
6587
  "kindString": "Property",
@@ -6262,7 +6604,7 @@
6262
6604
  ],
6263
6605
  "props": [
6264
6606
  {
6265
- "id": 974,
6607
+ "id": 995,
6266
6608
  "name": "children",
6267
6609
  "kind": 1024,
6268
6610
  "kindString": "Property",
@@ -6287,7 +6629,7 @@
6287
6629
  }
6288
6630
  },
6289
6631
  {
6290
- "id": 976,
6632
+ "id": 997,
6291
6633
  "name": "placement",
6292
6634
  "kind": 1024,
6293
6635
  "kindString": "Property",
@@ -6326,7 +6668,7 @@
6326
6668
  }
6327
6669
  },
6328
6670
  {
6329
- "id": 975,
6671
+ "id": 996,
6330
6672
  "name": "title",
6331
6673
  "kind": 1024,
6332
6674
  "kindString": "Property",
@@ -6344,7 +6686,7 @@
6344
6686
  "TourProps": {
6345
6687
  "props": [
6346
6688
  {
6347
- "id": 1002,
6689
+ "id": 1023,
6348
6690
  "name": "autoStart",
6349
6691
  "kind": 1024,
6350
6692
  "kindString": "Property",
@@ -6360,7 +6702,7 @@
6360
6702
  }
6361
6703
  },
6362
6704
  {
6363
- "id": 1003,
6705
+ "id": 1024,
6364
6706
  "name": "children",
6365
6707
  "kind": 1024,
6366
6708
  "kindString": "Property",
@@ -6374,7 +6716,7 @@
6374
6716
  }
6375
6717
  },
6376
6718
  {
6377
- "id": 1004,
6719
+ "id": 1025,
6378
6720
  "name": "continuous",
6379
6721
  "kind": 1024,
6380
6722
  "kindString": "Property",
@@ -6390,7 +6732,7 @@
6390
6732
  }
6391
6733
  },
6392
6734
  {
6393
- "id": 1005,
6735
+ "id": 1026,
6394
6736
  "name": "disableCloseOnEsc",
6395
6737
  "kind": 1024,
6396
6738
  "kindString": "Property",
@@ -6406,7 +6748,7 @@
6406
6748
  }
6407
6749
  },
6408
6750
  {
6409
- "id": 1006,
6751
+ "id": 1027,
6410
6752
  "name": "disableOverlayClose",
6411
6753
  "kind": 1024,
6412
6754
  "kindString": "Property",
@@ -6422,7 +6764,7 @@
6422
6764
  }
6423
6765
  },
6424
6766
  {
6425
- "id": 1016,
6767
+ "id": 1037,
6426
6768
  "name": "disableScrollParentFix",
6427
6769
  "kind": 1024,
6428
6770
  "kindString": "Property",
@@ -6435,7 +6777,7 @@
6435
6777
  }
6436
6778
  },
6437
6779
  {
6438
- "id": 1007,
6780
+ "id": 1028,
6439
6781
  "name": "disableScrolling",
6440
6782
  "kind": 1024,
6441
6783
  "kindString": "Property",
@@ -6451,7 +6793,7 @@
6451
6793
  }
6452
6794
  },
6453
6795
  {
6454
- "id": 1011,
6796
+ "id": 1032,
6455
6797
  "name": "onComplete",
6456
6798
  "kind": 1024,
6457
6799
  "kindString": "Property",
@@ -6466,7 +6808,7 @@
6466
6808
  }
6467
6809
  },
6468
6810
  {
6469
- "id": 1015,
6811
+ "id": 1036,
6470
6812
  "name": "spotlightClicks",
6471
6813
  "kind": 1024,
6472
6814
  "kindString": "Property",
@@ -6479,7 +6821,7 @@
6479
6821
  }
6480
6822
  },
6481
6823
  {
6482
- "id": 1008,
6824
+ "id": 1029,
6483
6825
  "name": "onClose",
6484
6826
  "kind": 2048,
6485
6827
  "kindString": "Method",
@@ -6488,21 +6830,21 @@
6488
6830
  },
6489
6831
  "signatures": [
6490
6832
  {
6491
- "id": 1009,
6833
+ "id": 1030,
6492
6834
  "name": "onClose",
6493
6835
  "kind": 4096,
6494
6836
  "kindString": "Call signature",
6495
6837
  "flags": {},
6496
6838
  "parameters": [
6497
6839
  {
6498
- "id": 1010,
6840
+ "id": 1031,
6499
6841
  "name": "step",
6500
6842
  "kind": 32768,
6501
6843
  "kindString": "Parameter",
6502
6844
  "flags": {},
6503
6845
  "type": {
6504
6846
  "type": "reference",
6505
- "id": 990,
6847
+ "id": 1011,
6506
6848
  "name": "TourStepProps"
6507
6849
  }
6508
6850
  }
@@ -6515,7 +6857,7 @@
6515
6857
  ]
6516
6858
  },
6517
6859
  {
6518
- "id": 1012,
6860
+ "id": 1033,
6519
6861
  "name": "onReady",
6520
6862
  "kind": 2048,
6521
6863
  "kindString": "Method",
@@ -6524,7 +6866,7 @@
6524
6866
  },
6525
6867
  "signatures": [
6526
6868
  {
6527
- "id": 1013,
6869
+ "id": 1034,
6528
6870
  "name": "onReady",
6529
6871
  "kind": 4096,
6530
6872
  "kindString": "Call signature",
@@ -6534,14 +6876,14 @@
6534
6876
  },
6535
6877
  "parameters": [
6536
6878
  {
6537
- "id": 1014,
6879
+ "id": 1035,
6538
6880
  "name": "step",
6539
6881
  "kind": 32768,
6540
6882
  "kindString": "Parameter",
6541
6883
  "flags": {},
6542
6884
  "type": {
6543
6885
  "type": "reference",
6544
- "id": 990,
6886
+ "id": 1011,
6545
6887
  "name": "TourStepProps"
6546
6888
  }
6547
6889
  }
@@ -6558,7 +6900,7 @@
6558
6900
  "TourStepProps": {
6559
6901
  "props": [
6560
6902
  {
6561
- "id": 992,
6903
+ "id": 1013,
6562
6904
  "name": "children",
6563
6905
  "kind": 1024,
6564
6906
  "kindString": "Property",
@@ -6574,7 +6916,7 @@
6574
6916
  }
6575
6917
  },
6576
6918
  {
6577
- "id": 993,
6919
+ "id": 1014,
6578
6920
  "name": "position",
6579
6921
  "kind": 1024,
6580
6922
  "kindString": "Property",
@@ -6592,7 +6934,7 @@
6592
6934
  }
6593
6935
  },
6594
6936
  {
6595
- "id": 994,
6937
+ "id": 1015,
6596
6938
  "name": "selector",
6597
6939
  "kind": 1024,
6598
6940
  "kindString": "Property",
@@ -6606,7 +6948,7 @@
6606
6948
  }
6607
6949
  },
6608
6950
  {
6609
- "id": 995,
6951
+ "id": 1016,
6610
6952
  "name": "showBeacon",
6611
6953
  "kind": 1024,
6612
6954
  "kindString": "Property",
@@ -6622,7 +6964,7 @@
6622
6964
  }
6623
6965
  },
6624
6966
  {
6625
- "id": 996,
6967
+ "id": 1017,
6626
6968
  "name": "title",
6627
6969
  "kind": 1024,
6628
6970
  "kindString": "Property",
@@ -6640,7 +6982,7 @@
6640
6982
  "TourTexts": {
6641
6983
  "props": [
6642
6984
  {
6643
- "id": 984,
6985
+ "id": 1005,
6644
6986
  "name": "back",
6645
6987
  "kind": 1024,
6646
6988
  "kindString": "Property",
@@ -6654,7 +6996,7 @@
6654
6996
  }
6655
6997
  },
6656
6998
  {
6657
- "id": 985,
6999
+ "id": 1006,
6658
7000
  "name": "close",
6659
7001
  "kind": 1024,
6660
7002
  "kindString": "Property",
@@ -6668,7 +7010,7 @@
6668
7010
  }
6669
7011
  },
6670
7012
  {
6671
- "id": 987,
7013
+ "id": 1008,
6672
7014
  "name": "last",
6673
7015
  "kind": 1024,
6674
7016
  "kindString": "Property",
@@ -6682,7 +7024,7 @@
6682
7024
  }
6683
7025
  },
6684
7026
  {
6685
- "id": 988,
7027
+ "id": 1009,
6686
7028
  "name": "next",
6687
7029
  "kind": 1024,
6688
7030
  "kindString": "Property",
@@ -6696,7 +7038,7 @@
6696
7038
  }
6697
7039
  },
6698
7040
  {
6699
- "id": 989,
7041
+ "id": 1010,
6700
7042
  "name": "open",
6701
7043
  "kind": 1024,
6702
7044
  "kindString": "Property",
@@ -6710,7 +7052,7 @@
6710
7052
  }
6711
7053
  },
6712
7054
  {
6713
- "id": 986,
7055
+ "id": 1007,
6714
7056
  "name": "skip",
6715
7057
  "kind": 1024,
6716
7058
  "kindString": "Property",
@@ -6731,7 +7073,7 @@
6731
7073
  ],
6732
7074
  "props": [
6733
7075
  {
6734
- "id": 1033,
7076
+ "id": 1054,
6735
7077
  "name": "className",
6736
7078
  "kind": 1024,
6737
7079
  "kindString": "Property",
@@ -6751,21 +7093,21 @@
6751
7093
  {
6752
7094
  "type": "reflection",
6753
7095
  "declaration": {
6754
- "id": 1034,
7096
+ "id": 1055,
6755
7097
  "name": "__type",
6756
7098
  "kind": 65536,
6757
7099
  "kindString": "Type literal",
6758
7100
  "flags": {},
6759
7101
  "signatures": [
6760
7102
  {
6761
- "id": 1035,
7103
+ "id": 1056,
6762
7104
  "name": "__type",
6763
7105
  "kind": 4096,
6764
7106
  "kindString": "Call signature",
6765
7107
  "flags": {},
6766
7108
  "parameters": [
6767
7109
  {
6768
- "id": 1036,
7110
+ "id": 1057,
6769
7111
  "name": "expanded",
6770
7112
  "kind": 32768,
6771
7113
  "kindString": "Parameter",
@@ -6788,7 +7130,7 @@
6788
7130
  }
6789
7131
  },
6790
7132
  {
6791
- "id": 1037,
7133
+ "id": 1058,
6792
7134
  "name": "expanded",
6793
7135
  "kind": 1024,
6794
7136
  "kindString": "Property",
@@ -6804,7 +7146,7 @@
6804
7146
  }
6805
7147
  },
6806
7148
  {
6807
- "id": 1038,
7149
+ "id": 1059,
6808
7150
  "name": "fixed",
6809
7151
  "kind": 1024,
6810
7152
  "kindString": "Property",
@@ -6820,7 +7162,7 @@
6820
7162
  }
6821
7163
  },
6822
7164
  {
6823
- "id": 1043,
7165
+ "id": 1064,
6824
7166
  "name": "title",
6825
7167
  "kind": 1024,
6826
7168
  "kindString": "Property",
@@ -6840,21 +7182,21 @@
6840
7182
  {
6841
7183
  "type": "reflection",
6842
7184
  "declaration": {
6843
- "id": 1044,
7185
+ "id": 1065,
6844
7186
  "name": "__type",
6845
7187
  "kind": 65536,
6846
7188
  "kindString": "Type literal",
6847
7189
  "flags": {},
6848
7190
  "signatures": [
6849
7191
  {
6850
- "id": 1045,
7192
+ "id": 1066,
6851
7193
  "name": "__type",
6852
7194
  "kind": 4096,
6853
7195
  "kindString": "Call signature",
6854
7196
  "flags": {},
6855
7197
  "parameters": [
6856
7198
  {
6857
- "id": 1046,
7199
+ "id": 1067,
6858
7200
  "name": "expanded",
6859
7201
  "kind": 32768,
6860
7202
  "kindString": "Parameter",
@@ -6879,7 +7221,7 @@
6879
7221
  }
6880
7222
  },
6881
7223
  {
6882
- "id": 1039,
7224
+ "id": 1060,
6883
7225
  "name": "onClick",
6884
7226
  "kind": 2048,
6885
7227
  "kindString": "Method",
@@ -6888,7 +7230,7 @@
6888
7230
  },
6889
7231
  "signatures": [
6890
7232
  {
6891
- "id": 1040,
7233
+ "id": 1061,
6892
7234
  "name": "onClick",
6893
7235
  "kind": 4096,
6894
7236
  "kindString": "Call signature",
@@ -6898,7 +7240,7 @@
6898
7240
  },
6899
7241
  "parameters": [
6900
7242
  {
6901
- "id": 1041,
7243
+ "id": 1062,
6902
7244
  "name": "event",
6903
7245
  "kind": 32768,
6904
7246
  "kindString": "Parameter",
@@ -6925,7 +7267,7 @@
6925
7267
  }
6926
7268
  },
6927
7269
  {
6928
- "id": 1042,
7270
+ "id": 1063,
6929
7271
  "name": "expanded",
6930
7272
  "kind": 32768,
6931
7273
  "kindString": "Parameter",
@@ -6950,7 +7292,7 @@
6950
7292
  "useListKeyboardNavigationOptions": {
6951
7293
  "props": [
6952
7294
  {
6953
- "id": 1073,
7295
+ "id": 1094,
6954
7296
  "name": "direction",
6955
7297
  "kind": 1024,
6956
7298
  "kindString": "Property",
@@ -6964,7 +7306,7 @@
6964
7306
  }
6965
7307
  },
6966
7308
  {
6967
- "id": 1074,
7309
+ "id": 1095,
6968
7310
  "name": "initialIndex",
6969
7311
  "kind": 1024,
6970
7312
  "kindString": "Property",
@@ -6981,7 +7323,7 @@
6981
7323
  "usePaginationValues": {
6982
7324
  "props": [
6983
7325
  {
6984
- "id": 485,
7326
+ "id": 506,
6985
7327
  "name": "pageIndex",
6986
7328
  "kind": 1024,
6987
7329
  "kindString": "Property",
@@ -6995,7 +7337,7 @@
6995
7337
  }
6996
7338
  },
6997
7339
  {
6998
- "id": 486,
7340
+ "id": 507,
6999
7341
  "name": "pageSize",
7000
7342
  "kind": 1024,
7001
7343
  "kindString": "Property",
@@ -7009,14 +7351,14 @@
7009
7351
  }
7010
7352
  },
7011
7353
  {
7012
- "id": 487,
7354
+ "id": 508,
7013
7355
  "name": "setPageIndex",
7014
7356
  "kind": 2048,
7015
7357
  "kindString": "Method",
7016
7358
  "flags": {},
7017
7359
  "signatures": [
7018
7360
  {
7019
- "id": 488,
7361
+ "id": 509,
7020
7362
  "name": "setPageIndex",
7021
7363
  "kind": 4096,
7022
7364
  "kindString": "Call signature",
@@ -7026,7 +7368,7 @@
7026
7368
  },
7027
7369
  "parameters": [
7028
7370
  {
7029
- "id": 489,
7371
+ "id": 510,
7030
7372
  "name": "pageIndex",
7031
7373
  "kind": 32768,
7032
7374
  "kindString": "Parameter",
@@ -7045,14 +7387,14 @@
7045
7387
  ]
7046
7388
  },
7047
7389
  {
7048
- "id": 490,
7390
+ "id": 511,
7049
7391
  "name": "setPageSize",
7050
7392
  "kind": 2048,
7051
7393
  "kindString": "Method",
7052
7394
  "flags": {},
7053
7395
  "signatures": [
7054
7396
  {
7055
- "id": 491,
7397
+ "id": 512,
7056
7398
  "name": "setPageSize",
7057
7399
  "kind": 4096,
7058
7400
  "kindString": "Call signature",
@@ -7062,7 +7404,7 @@
7062
7404
  },
7063
7405
  "parameters": [
7064
7406
  {
7065
- "id": 492,
7407
+ "id": 513,
7066
7408
  "name": "size",
7067
7409
  "kind": 32768,
7068
7410
  "kindString": "Parameter",
@@ -7085,7 +7427,7 @@
7085
7427
  "useTableRowCreation": {
7086
7428
  "props": [
7087
7429
  {
7088
- "id": 897,
7430
+ "id": 918,
7089
7431
  "name": "data",
7090
7432
  "kind": 1024,
7091
7433
  "kindString": "Property",
@@ -7094,11 +7436,11 @@
7094
7436
  "type": "array",
7095
7437
  "elementType": {
7096
7438
  "type": "reference",
7097
- "id": 693,
7439
+ "id": 714,
7098
7440
  "typeArguments": [
7099
7441
  {
7100
7442
  "type": "reference",
7101
- "id": 906,
7443
+ "id": 927,
7102
7444
  "name": "TRow"
7103
7445
  }
7104
7446
  ],
@@ -7107,7 +7449,7 @@
7107
7449
  }
7108
7450
  },
7109
7451
  {
7110
- "id": 905,
7452
+ "id": 926,
7111
7453
  "name": "isCreating",
7112
7454
  "kind": 1024,
7113
7455
  "kindString": "Property",
@@ -7118,33 +7460,33 @@
7118
7460
  }
7119
7461
  },
7120
7462
  {
7121
- "id": 898,
7463
+ "id": 919,
7122
7464
  "name": "create",
7123
7465
  "kind": 2048,
7124
7466
  "kindString": "Method",
7125
7467
  "flags": {},
7126
7468
  "signatures": [
7127
7469
  {
7128
- "id": 899,
7470
+ "id": 920,
7129
7471
  "name": "create",
7130
7472
  "kind": 4096,
7131
7473
  "kindString": "Call signature",
7132
7474
  "flags": {},
7133
7475
  "parameters": [
7134
7476
  {
7135
- "id": 900,
7477
+ "id": 921,
7136
7478
  "name": "rowIndexPath",
7137
7479
  "kind": 32768,
7138
7480
  "kindString": "Parameter",
7139
7481
  "flags": {},
7140
7482
  "type": {
7141
7483
  "type": "reference",
7142
- "id": 698,
7484
+ "id": 719,
7143
7485
  "name": "RowIndexPath"
7144
7486
  }
7145
7487
  },
7146
7488
  {
7147
- "id": 901,
7489
+ "id": 922,
7148
7490
  "name": "values",
7149
7491
  "kind": 32768,
7150
7492
  "kindString": "Parameter",
@@ -7159,35 +7501,35 @@
7159
7501
  ],
7160
7502
  "type": {
7161
7503
  "type": "reference",
7162
- "id": 698,
7504
+ "id": 719,
7163
7505
  "name": "RowIndexPath"
7164
7506
  }
7165
7507
  }
7166
7508
  ]
7167
7509
  },
7168
7510
  {
7169
- "id": 902,
7511
+ "id": 923,
7170
7512
  "name": "remove",
7171
7513
  "kind": 2048,
7172
7514
  "kindString": "Method",
7173
7515
  "flags": {},
7174
7516
  "signatures": [
7175
7517
  {
7176
- "id": 903,
7518
+ "id": 924,
7177
7519
  "name": "remove",
7178
7520
  "kind": 4096,
7179
7521
  "kindString": "Call signature",
7180
7522
  "flags": {},
7181
7523
  "parameters": [
7182
7524
  {
7183
- "id": 904,
7525
+ "id": 925,
7184
7526
  "name": "rowIndexPath",
7185
7527
  "kind": 32768,
7186
7528
  "kindString": "Parameter",
7187
7529
  "flags": {},
7188
7530
  "type": {
7189
7531
  "type": "reference",
7190
- "id": 698,
7532
+ "id": 719,
7191
7533
  "name": "RowIndexPath"
7192
7534
  }
7193
7535
  }