@economic/taco 0.0.6-alpha.0 → 0.0.7-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 (37) hide show
  1. package/dist/components/Button/Button.d.ts +5 -0
  2. package/dist/components/Dialog/Context.d.ts +2 -0
  3. package/dist/components/Dialog/Dialog.d.ts +6 -2
  4. package/dist/components/Dialog/components/Content.d.ts +9 -8
  5. package/dist/components/Select/Select.d.ts +1 -1
  6. package/dist/esm/components/Button/Button.js.map +1 -1
  7. package/dist/esm/components/Button/util.js +7 -1
  8. package/dist/esm/components/Button/util.js.map +1 -1
  9. package/dist/esm/components/Dialog/Context.js +2 -0
  10. package/dist/esm/components/Dialog/Context.js.map +1 -1
  11. package/dist/esm/components/Dialog/Dialog.js +8 -2
  12. package/dist/esm/components/Dialog/Dialog.js.map +1 -1
  13. package/dist/esm/components/Dialog/components/Content.js +20 -10
  14. package/dist/esm/components/Dialog/components/Content.js.map +1 -1
  15. package/dist/esm/components/Dialog/components/Drawer.js +3 -1
  16. package/dist/esm/components/Dialog/components/Drawer.js.map +1 -1
  17. package/dist/esm/components/Dialog/components/Extra.js +3 -1
  18. package/dist/esm/components/Dialog/components/Extra.js.map +1 -1
  19. package/dist/esm/components/Menu/Menu.js +1 -1
  20. package/dist/esm/components/Menu/components/Content.js +2 -2
  21. package/dist/esm/components/Menu/components/Header.js +1 -1
  22. package/dist/esm/components/Menu/components/Item.js +1 -1
  23. package/dist/esm/components/Menu/components/Separator.js +1 -1
  24. package/dist/esm/components/Menu/components/Trigger.js +2 -2
  25. package/dist/esm/components/Pagination/Pagination.js +1 -1
  26. package/dist/esm/components/SearchInput/SearchInput.js +3 -3
  27. package/dist/esm/components/Table/hooks/plugins/useRowActions.js +1 -1
  28. package/dist/esm/components/Tour/Tour.js +1 -1
  29. package/dist/esm/index.css +8 -8
  30. package/dist/esm/index.js +3 -3
  31. package/dist/index.css +8 -8
  32. package/dist/taco.cjs.development.js +2446 -2420
  33. package/dist/taco.cjs.development.js.map +1 -1
  34. package/dist/taco.cjs.production.min.js +1 -1
  35. package/dist/taco.cjs.production.min.js.map +1 -1
  36. package/package.json +2 -2
  37. package/types.json +612 -458
package/types.json CHANGED
@@ -145,7 +145,7 @@
145
145
  ],
146
146
  "props": [
147
147
  {
148
- "id": 669,
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": 191,
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": 237,
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": 516,
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": 137,
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": 138,
702
+ "id": 140,
678
703
  "name": "value",
679
704
  "kind": 1024,
680
705
  "kindString": "Property",
@@ -686,12 +711,12 @@
686
711
  },
687
712
  "type": {
688
713
  "type": "reference",
689
- "id": 124,
714
+ "id": 126,
690
715
  "name": "ComboboxValue"
691
716
  }
692
717
  },
693
718
  {
694
- "id": 134,
719
+ "id": 136,
695
720
  "name": "onSearch",
696
721
  "kind": 2048,
697
722
  "kindString": "Method",
@@ -700,7 +725,7 @@
700
725
  },
701
726
  "signatures": [
702
727
  {
703
- "id": 135,
728
+ "id": 137,
704
729
  "name": "onSearch",
705
730
  "kind": 4096,
706
731
  "kindString": "Call signature",
@@ -710,7 +735,7 @@
710
735
  },
711
736
  "parameters": [
712
737
  {
713
- "id": 136,
738
+ "id": 138,
714
739
  "name": "query",
715
740
  "kind": 32768,
716
741
  "kindString": "Parameter",
@@ -754,7 +779,7 @@
754
779
  ],
755
780
  "props": [
756
781
  {
757
- "id": 161,
782
+ "id": 163,
758
783
  "name": "calendar",
759
784
  "kind": 1024,
760
785
  "kindString": "Property",
@@ -766,12 +791,12 @@
766
791
  },
767
792
  "type": {
768
793
  "type": "reference",
769
- "id": 107,
794
+ "id": 109,
770
795
  "name": "CalendarProps"
771
796
  }
772
797
  },
773
798
  {
774
- "id": 162,
799
+ "id": 164,
775
800
  "name": "shortcuts",
776
801
  "kind": 1024,
777
802
  "kindString": "Property",
@@ -787,7 +812,7 @@
787
812
  }
788
813
  },
789
814
  {
790
- "id": 163,
815
+ "id": 165,
791
816
  "name": "shortcutsText",
792
817
  "kind": 1024,
793
818
  "kindString": "Property",
@@ -803,7 +828,7 @@
803
828
  }
804
829
  },
805
830
  {
806
- "id": 167,
831
+ "id": 169,
807
832
  "name": "value",
808
833
  "kind": 1024,
809
834
  "kindString": "Property",
@@ -821,7 +846,7 @@
821
846
  }
822
847
  },
823
848
  {
824
- "id": 164,
849
+ "id": 166,
825
850
  "name": "onReset",
826
851
  "kind": 2048,
827
852
  "kindString": "Method",
@@ -830,7 +855,7 @@
830
855
  },
831
856
  "signatures": [
832
857
  {
833
- "id": 165,
858
+ "id": 167,
834
859
  "name": "onReset",
835
860
  "kind": 4096,
836
861
  "kindString": "Call signature",
@@ -840,7 +865,7 @@
840
865
  },
841
866
  "parameters": [
842
867
  {
843
- "id": 166,
868
+ "id": 168,
844
869
  "name": "event",
845
870
  "kind": 32768,
846
871
  "kindString": "Parameter",
@@ -879,7 +904,7 @@
879
904
  "DatepickerTexts": {
880
905
  "props": [
881
906
  {
882
- "id": 155,
907
+ "id": 157,
883
908
  "name": "calendar",
884
909
  "kind": 1024,
885
910
  "kindString": "Property",
@@ -893,7 +918,7 @@
893
918
  }
894
919
  },
895
920
  {
896
- "id": 156,
921
+ "id": 158,
897
922
  "name": "clear",
898
923
  "kind": 1024,
899
924
  "kindString": "Property",
@@ -907,7 +932,7 @@
907
932
  }
908
933
  },
909
934
  {
910
- "id": 157,
935
+ "id": 159,
911
936
  "name": "expand",
912
937
  "kind": 1024,
913
938
  "kindString": "Property",
@@ -921,7 +946,7 @@
921
946
  }
922
947
  },
923
948
  {
924
- "id": 158,
949
+ "id": 160,
925
950
  "name": "shortcuts",
926
951
  "kind": 1024,
927
952
  "kindString": "Property",
@@ -937,19 +962,54 @@
937
962
  ]
938
963
  },
939
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
+ },
940
1000
  "DialogContentProps": {
941
1001
  "intersections": [
942
1002
  "Omit<React.HTMLAttributes<HTMLDivElement>, [object Object]>"
943
1003
  ],
944
1004
  "props": [
945
1005
  {
946
- "id": 179,
947
- "name": "aria-describedby",
1006
+ "id": 181,
1007
+ "name": "aria-label",
948
1008
  "kind": 1024,
949
1009
  "kindString": "Property",
950
1010
  "flags": {},
951
1011
  "comment": {
952
- "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"
953
1013
  },
954
1014
  "type": {
955
1015
  "type": "intrinsic",
@@ -957,7 +1017,7 @@
957
1017
  }
958
1018
  },
959
1019
  {
960
- "id": 180,
1020
+ "id": 182,
961
1021
  "name": "children",
962
1022
  "kind": 1024,
963
1023
  "kindString": "Property",
@@ -986,27 +1046,28 @@
986
1046
  {
987
1047
  "type": "reflection",
988
1048
  "declaration": {
989
- "id": 181,
1049
+ "id": 183,
990
1050
  "name": "__type",
991
1051
  "kind": 65536,
992
1052
  "kindString": "Type literal",
993
1053
  "flags": {},
994
1054
  "signatures": [
995
1055
  {
996
- "id": 182,
1056
+ "id": 184,
997
1057
  "name": "__type",
998
1058
  "kind": 4096,
999
1059
  "kindString": "Call signature",
1000
1060
  "flags": {},
1001
1061
  "parameters": [
1002
1062
  {
1003
- "id": 183,
1063
+ "id": 185,
1004
1064
  "name": "props",
1005
1065
  "kind": 32768,
1006
1066
  "kindString": "Parameter",
1007
1067
  "flags": {},
1008
1068
  "type": {
1009
1069
  "type": "reference",
1070
+ "id": 186,
1010
1071
  "name": "DialogContentRenderProps"
1011
1072
  }
1012
1073
  }
@@ -1026,11 +1087,49 @@
1026
1087
  }
1027
1088
  ]
1028
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
+ },
1029
1128
  "DialogFooterProps": "React.HTMLAttributes<HTMLDivElement>",
1030
1129
  "DialogProps": {
1031
1130
  "props": [
1032
1131
  {
1033
- "id": 193,
1132
+ "id": 206,
1034
1133
  "name": "children",
1035
1134
  "kind": 1024,
1036
1135
  "kindString": "Property",
@@ -1057,7 +1156,23 @@
1057
1156
  }
1058
1157
  },
1059
1158
  {
1060
- "id": 194,
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,
1061
1176
  "name": "draggable",
1062
1177
  "kind": 1024,
1063
1178
  "kindString": "Property",
@@ -1073,7 +1188,7 @@
1073
1188
  }
1074
1189
  },
1075
1190
  {
1076
- "id": 197,
1191
+ "id": 211,
1077
1192
  "name": "open",
1078
1193
  "kind": 1024,
1079
1194
  "kindString": "Property",
@@ -1089,7 +1204,23 @@
1089
1204
  }
1090
1205
  },
1091
1206
  {
1092
- "id": 198,
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,
1093
1224
  "name": "size",
1094
1225
  "kind": 1024,
1095
1226
  "kindString": "Property",
@@ -1101,11 +1232,12 @@
1101
1232
  },
1102
1233
  "type": {
1103
1234
  "type": "reference",
1235
+ "id": 199,
1104
1236
  "name": "DialogSize"
1105
1237
  }
1106
1238
  },
1107
1239
  {
1108
- "id": 195,
1240
+ "id": 209,
1109
1241
  "name": "onClose",
1110
1242
  "kind": 2048,
1111
1243
  "kindString": "Method",
@@ -1114,7 +1246,7 @@
1114
1246
  },
1115
1247
  "signatures": [
1116
1248
  {
1117
- "id": 196,
1249
+ "id": 210,
1118
1250
  "name": "onClose",
1119
1251
  "kind": 4096,
1120
1252
  "kindString": "Call signature",
@@ -1131,10 +1263,32 @@
1131
1263
  }
1132
1264
  ]
1133
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
+ ],
1134
1288
  "DialogTexts": {
1135
1289
  "props": [
1136
1290
  {
1137
- "id": 189,
1291
+ "id": 202,
1138
1292
  "name": "close",
1139
1293
  "kind": 1024,
1140
1294
  "kindString": "Property",
@@ -1148,7 +1302,7 @@
1148
1302
  }
1149
1303
  },
1150
1304
  {
1151
- "id": 190,
1305
+ "id": 203,
1152
1306
  "name": "drag",
1153
1307
  "kind": 1024,
1154
1308
  "kindString": "Property",
@@ -1167,7 +1321,7 @@
1167
1321
  ],
1168
1322
  "props": [
1169
1323
  {
1170
- "id": 211,
1324
+ "id": 226,
1171
1325
  "name": "children",
1172
1326
  "kind": 1024,
1173
1327
  "kindString": "Property",
@@ -1183,7 +1337,7 @@
1183
1337
  }
1184
1338
  },
1185
1339
  {
1186
- "id": 212,
1340
+ "id": 227,
1187
1341
  "name": "horizontal",
1188
1342
  "kind": 1024,
1189
1343
  "kindString": "Property",
@@ -1206,7 +1360,7 @@
1206
1360
  ],
1207
1361
  "props": [
1208
1362
  {
1209
- "id": 207,
1363
+ "id": 222,
1210
1364
  "name": "Close",
1211
1365
  "kind": 1024,
1212
1366
  "kindString": "Property",
@@ -1216,7 +1370,7 @@
1216
1370
  "typeArguments": [
1217
1371
  {
1218
1372
  "type": "reference",
1219
- "id": 186,
1373
+ "id": 198,
1220
1374
  "name": "DialogCloseProps"
1221
1375
  }
1222
1376
  ],
@@ -1226,7 +1380,7 @@
1226
1380
  }
1227
1381
  },
1228
1382
  {
1229
- "id": 202,
1383
+ "id": 217,
1230
1384
  "name": "Content",
1231
1385
  "kind": 1024,
1232
1386
  "kindString": "Property",
@@ -1236,7 +1390,7 @@
1236
1390
  "typeArguments": [
1237
1391
  {
1238
1392
  "type": "reference",
1239
- "id": 177,
1393
+ "id": 179,
1240
1394
  "name": "DialogContentProps"
1241
1395
  }
1242
1396
  ],
@@ -1246,7 +1400,7 @@
1246
1400
  }
1247
1401
  },
1248
1402
  {
1249
- "id": 206,
1403
+ "id": 221,
1250
1404
  "name": "Drawer",
1251
1405
  "kind": 1024,
1252
1406
  "kindString": "Property",
@@ -1265,7 +1419,7 @@
1265
1419
  }
1266
1420
  },
1267
1421
  {
1268
- "id": 205,
1422
+ "id": 220,
1269
1423
  "name": "Extra",
1270
1424
  "kind": 1024,
1271
1425
  "kindString": "Property",
@@ -1284,7 +1438,7 @@
1284
1438
  }
1285
1439
  },
1286
1440
  {
1287
- "id": 204,
1441
+ "id": 219,
1288
1442
  "name": "Footer",
1289
1443
  "kind": 1024,
1290
1444
  "kindString": "Property",
@@ -1294,7 +1448,7 @@
1294
1448
  "typeArguments": [
1295
1449
  {
1296
1450
  "type": "reference",
1297
- "id": 185,
1451
+ "id": 197,
1298
1452
  "name": "DialogFooterProps"
1299
1453
  }
1300
1454
  ],
@@ -1304,7 +1458,7 @@
1304
1458
  }
1305
1459
  },
1306
1460
  {
1307
- "id": 203,
1461
+ "id": 218,
1308
1462
  "name": "Title",
1309
1463
  "kind": 1024,
1310
1464
  "kindString": "Property",
@@ -1314,7 +1468,7 @@
1314
1468
  "typeArguments": [
1315
1469
  {
1316
1470
  "type": "reference",
1317
- "id": 184,
1471
+ "id": 196,
1318
1472
  "name": "DialogTitleProps"
1319
1473
  }
1320
1474
  ],
@@ -1324,7 +1478,7 @@
1324
1478
  }
1325
1479
  },
1326
1480
  {
1327
- "id": 201,
1481
+ "id": 216,
1328
1482
  "name": "Trigger",
1329
1483
  "kind": 1024,
1330
1484
  "kindString": "Property",
@@ -1350,7 +1504,7 @@
1350
1504
  ],
1351
1505
  "props": [
1352
1506
  {
1353
- "id": 241,
1507
+ "id": 256,
1354
1508
  "name": "Anchor",
1355
1509
  "kind": 1024,
1356
1510
  "kindString": "Property",
@@ -1360,7 +1514,7 @@
1360
1514
  "typeArguments": [
1361
1515
  {
1362
1516
  "type": "reference",
1363
- "id": 228,
1517
+ "id": 243,
1364
1518
  "name": "HangerAnchorProps"
1365
1519
  }
1366
1520
  ],
@@ -1370,7 +1524,7 @@
1370
1524
  }
1371
1525
  },
1372
1526
  {
1373
- "id": 242,
1527
+ "id": 257,
1374
1528
  "name": "Content",
1375
1529
  "kind": 1024,
1376
1530
  "kindString": "Property",
@@ -1380,7 +1534,7 @@
1380
1534
  "typeArguments": [
1381
1535
  {
1382
1536
  "type": "reference",
1383
- "id": 233,
1537
+ "id": 248,
1384
1538
  "name": "HangerContentProps"
1385
1539
  }
1386
1540
  ],
@@ -1397,7 +1551,7 @@
1397
1551
  ],
1398
1552
  "props": [
1399
1553
  {
1400
- "id": 448,
1554
+ "id": 463,
1401
1555
  "name": "Group",
1402
1556
  "kind": 1024,
1403
1557
  "kindString": "Property",
@@ -1413,7 +1567,7 @@
1413
1567
  "types": [
1414
1568
  {
1415
1569
  "type": "reference",
1416
- "id": 444,
1570
+ "id": 459,
1417
1571
  "name": "NavigationMenuGroupProps"
1418
1572
  },
1419
1573
  {
@@ -1446,7 +1600,7 @@
1446
1600
  ],
1447
1601
  "props": [
1448
1602
  {
1449
- "id": 452,
1603
+ "id": 467,
1450
1604
  "name": "Item",
1451
1605
  "kind": 1024,
1452
1606
  "kindString": "Property",
@@ -1462,7 +1616,7 @@
1462
1616
  "types": [
1463
1617
  {
1464
1618
  "type": "reference",
1465
- "id": 436,
1619
+ "id": 451,
1466
1620
  "name": "NavigationItemProps"
1467
1621
  },
1468
1622
  {
@@ -1488,7 +1642,7 @@
1488
1642
  }
1489
1643
  },
1490
1644
  {
1491
- "id": 453,
1645
+ "id": 468,
1492
1646
  "name": "Menu",
1493
1647
  "kind": 1024,
1494
1648
  "kindString": "Property",
@@ -1498,12 +1652,12 @@
1498
1652
  },
1499
1653
  "type": {
1500
1654
  "type": "reference",
1501
- "id": 446,
1655
+ "id": 461,
1502
1656
  "name": "ForwardedNavigationMenuWithStatics"
1503
1657
  }
1504
1658
  },
1505
1659
  {
1506
- "id": 454,
1660
+ "id": 469,
1507
1661
  "name": "Panel",
1508
1662
  "kind": 1024,
1509
1663
  "kindString": "Property",
@@ -1519,7 +1673,7 @@
1519
1673
  "types": [
1520
1674
  {
1521
1675
  "type": "reference",
1522
- "id": 443,
1676
+ "id": 458,
1523
1677
  "name": "NavigationPanelProps"
1524
1678
  },
1525
1679
  {
@@ -1552,7 +1706,7 @@
1552
1706
  ],
1553
1707
  "props": [
1554
1708
  {
1555
- "id": 522,
1709
+ "id": 537,
1556
1710
  "name": "Close",
1557
1711
  "kind": 1024,
1558
1712
  "kindString": "Property",
@@ -1562,7 +1716,7 @@
1562
1716
  "typeArguments": [
1563
1717
  {
1564
1718
  "type": "reference",
1565
- "id": 515,
1719
+ "id": 530,
1566
1720
  "name": "PopoverCloseProps"
1567
1721
  }
1568
1722
  ],
@@ -1572,7 +1726,7 @@
1572
1726
  }
1573
1727
  },
1574
1728
  {
1575
- "id": 521,
1729
+ "id": 536,
1576
1730
  "name": "Content",
1577
1731
  "kind": 1024,
1578
1732
  "kindString": "Property",
@@ -1582,7 +1736,7 @@
1582
1736
  "typeArguments": [
1583
1737
  {
1584
1738
  "type": "reference",
1585
- "id": 508,
1739
+ "id": 523,
1586
1740
  "name": "PopoverContentProps"
1587
1741
  }
1588
1742
  ],
@@ -1592,7 +1746,7 @@
1592
1746
  }
1593
1747
  },
1594
1748
  {
1595
- "id": 520,
1749
+ "id": 535,
1596
1750
  "name": "Trigger",
1597
1751
  "kind": 1024,
1598
1752
  "kindString": "Property",
@@ -1602,7 +1756,7 @@
1602
1756
  "typeArguments": [
1603
1757
  {
1604
1758
  "type": "reference",
1605
- "id": 503,
1759
+ "id": 518,
1606
1760
  "name": "PopoverTriggerProps"
1607
1761
  }
1608
1762
  ],
@@ -1619,7 +1773,7 @@
1619
1773
  ],
1620
1774
  "props": [
1621
1775
  {
1622
- "id": 653,
1776
+ "id": 668,
1623
1777
  "name": "Item",
1624
1778
  "kind": 1024,
1625
1779
  "kindString": "Property",
@@ -1632,7 +1786,7 @@
1632
1786
  "typeArguments": [
1633
1787
  {
1634
1788
  "type": "reference",
1635
- "id": 644,
1789
+ "id": 659,
1636
1790
  "name": "RadioGroupItemProps"
1637
1791
  }
1638
1792
  ],
@@ -1649,7 +1803,7 @@
1649
1803
  ],
1650
1804
  "props": [
1651
1805
  {
1652
- "id": 934,
1806
+ "id": 949,
1653
1807
  "name": "Content",
1654
1808
  "kind": 1024,
1655
1809
  "kindString": "Property",
@@ -1665,7 +1819,7 @@
1665
1819
  "types": [
1666
1820
  {
1667
1821
  "type": "reference",
1668
- "id": 927,
1822
+ "id": 942,
1669
1823
  "name": "TabContentProps"
1670
1824
  },
1671
1825
  {
@@ -1691,7 +1845,7 @@
1691
1845
  }
1692
1846
  },
1693
1847
  {
1694
- "id": 932,
1848
+ "id": 947,
1695
1849
  "name": "List",
1696
1850
  "kind": 1024,
1697
1851
  "kindString": "Property",
@@ -1707,7 +1861,7 @@
1707
1861
  "types": [
1708
1862
  {
1709
1863
  "type": "reference",
1710
- "id": 922,
1864
+ "id": 937,
1711
1865
  "name": "TabListProps"
1712
1866
  },
1713
1867
  {
@@ -1733,7 +1887,7 @@
1733
1887
  }
1734
1888
  },
1735
1889
  {
1736
- "id": 933,
1890
+ "id": 948,
1737
1891
  "name": "Trigger",
1738
1892
  "kind": 1024,
1739
1893
  "kindString": "Property",
@@ -1749,7 +1903,7 @@
1749
1903
  "types": [
1750
1904
  {
1751
1905
  "type": "reference",
1752
- "id": 923,
1906
+ "id": 938,
1753
1907
  "name": "TabTriggerProps"
1754
1908
  },
1755
1909
  {
@@ -1782,7 +1936,7 @@
1782
1936
  ],
1783
1937
  "props": [
1784
1938
  {
1785
- "id": 1057,
1939
+ "id": 1072,
1786
1940
  "name": "Group",
1787
1941
  "kind": 1024,
1788
1942
  "kindString": "Property",
@@ -1798,7 +1952,7 @@
1798
1952
  "types": [
1799
1953
  {
1800
1954
  "type": "reference",
1801
- "id": 1037,
1955
+ "id": 1052,
1802
1956
  "name": "TreeviewGroupProps"
1803
1957
  },
1804
1958
  {
@@ -1824,7 +1978,7 @@
1824
1978
  }
1825
1979
  },
1826
1980
  {
1827
- "id": 1056,
1981
+ "id": 1071,
1828
1982
  "name": "Item",
1829
1983
  "kind": 1024,
1830
1984
  "kindString": "Property",
@@ -1840,7 +1994,7 @@
1840
1994
  "types": [
1841
1995
  {
1842
1996
  "type": "reference",
1843
- "id": 1036,
1997
+ "id": 1051,
1844
1998
  "name": "TreeviewItemProps"
1845
1999
  },
1846
2000
  {
@@ -1873,7 +2027,7 @@
1873
2027
  ],
1874
2028
  "props": [
1875
2029
  {
1876
- "id": 219,
2030
+ "id": 234,
1877
2031
  "name": "as",
1878
2032
  "kind": 1024,
1879
2033
  "kindString": "Property",
@@ -1902,7 +2056,7 @@
1902
2056
  }
1903
2057
  },
1904
2058
  {
1905
- "id": 220,
2059
+ "id": 235,
1906
2060
  "name": "children",
1907
2061
  "kind": 1024,
1908
2062
  "kindString": "Property",
@@ -1926,7 +2080,7 @@
1926
2080
  ],
1927
2081
  "props": [
1928
2082
  {
1929
- "id": 235,
2083
+ "id": 250,
1930
2084
  "name": "onClose",
1931
2085
  "kind": 1024,
1932
2086
  "kindString": "Property",
@@ -1938,12 +2092,12 @@
1938
2092
  },
1939
2093
  "type": {
1940
2094
  "type": "reference",
1941
- "id": 229,
2095
+ "id": 244,
1942
2096
  "name": "CloseHandler"
1943
2097
  }
1944
2098
  },
1945
2099
  {
1946
- "id": 236,
2100
+ "id": 251,
1947
2101
  "name": "placement",
1948
2102
  "kind": 1024,
1949
2103
  "kindString": "Property",
@@ -1965,7 +2119,7 @@
1965
2119
  "HangerTexts": {
1966
2120
  "props": [
1967
2121
  {
1968
- "id": 227,
2122
+ "id": 242,
1969
2123
  "name": "close",
1970
2124
  "kind": 1024,
1971
2125
  "kindString": "Property",
@@ -1986,7 +2140,7 @@
1986
2140
  ],
1987
2141
  "props": [
1988
2142
  {
1989
- "id": 254,
2143
+ "id": 269,
1990
2144
  "name": "appearance",
1991
2145
  "kind": 1024,
1992
2146
  "kindString": "Property",
@@ -2003,7 +2157,7 @@
2003
2157
  }
2004
2158
  },
2005
2159
  {
2006
- "id": 255,
2160
+ "id": 270,
2007
2161
  "name": "dialog",
2008
2162
  "kind": 1024,
2009
2163
  "kindString": "Property",
@@ -2018,7 +2172,7 @@
2018
2172
  "typeArguments": [
2019
2173
  {
2020
2174
  "type": "reference",
2021
- "id": 191,
2175
+ "id": 204,
2022
2176
  "name": "DialogProps"
2023
2177
  }
2024
2178
  ],
@@ -2028,7 +2182,7 @@
2028
2182
  }
2029
2183
  },
2030
2184
  {
2031
- "id": 257,
2185
+ "id": 272,
2032
2186
  "name": "hanger",
2033
2187
  "kind": 1024,
2034
2188
  "kindString": "Property",
@@ -2043,7 +2197,7 @@
2043
2197
  "typeArguments": [
2044
2198
  {
2045
2199
  "type": "reference",
2046
- "id": 237,
2200
+ "id": 252,
2047
2201
  "name": "HangerProps"
2048
2202
  }
2049
2203
  ],
@@ -2053,7 +2207,7 @@
2053
2207
  }
2054
2208
  },
2055
2209
  {
2056
- "id": 256,
2210
+ "id": 271,
2057
2211
  "name": "icon",
2058
2212
  "kind": 1024,
2059
2213
  "kindString": "Property",
@@ -2063,12 +2217,12 @@
2063
2217
  },
2064
2218
  "type": {
2065
2219
  "type": "reference",
2066
- "id": 245,
2220
+ "id": 260,
2067
2221
  "name": "IconName"
2068
2222
  }
2069
2223
  },
2070
2224
  {
2071
- "id": 258,
2225
+ "id": 273,
2072
2226
  "name": "popover",
2073
2227
  "kind": 1024,
2074
2228
  "kindString": "Property",
@@ -2083,7 +2237,7 @@
2083
2237
  "typeArguments": [
2084
2238
  {
2085
2239
  "type": "reference",
2086
- "id": 516,
2240
+ "id": 531,
2087
2241
  "name": "PopoverProps"
2088
2242
  }
2089
2243
  ],
@@ -2093,7 +2247,7 @@
2093
2247
  }
2094
2248
  },
2095
2249
  {
2096
- "id": 259,
2250
+ "id": 274,
2097
2251
  "name": "rounded",
2098
2252
  "kind": 1024,
2099
2253
  "kindString": "Property",
@@ -2109,7 +2263,7 @@
2109
2263
  }
2110
2264
  },
2111
2265
  {
2112
- "id": 260,
2266
+ "id": 275,
2113
2267
  "name": "tooltip",
2114
2268
  "kind": 1024,
2115
2269
  "kindString": "Property",
@@ -2938,7 +3092,7 @@
2938
3092
  ],
2939
3093
  "props": [
2940
3094
  {
2941
- "id": 248,
3095
+ "id": 263,
2942
3096
  "name": "name",
2943
3097
  "kind": 1024,
2944
3098
  "kindString": "Property",
@@ -2948,7 +3102,7 @@
2948
3102
  },
2949
3103
  "type": {
2950
3104
  "type": "reference",
2951
- "id": 245,
3105
+ "id": 260,
2952
3106
  "name": "IconName"
2953
3107
  }
2954
3108
  }
@@ -2960,7 +3114,7 @@
2960
3114
  ],
2961
3115
  "props": [
2962
3116
  {
2963
- "id": 274,
3117
+ "id": 289,
2964
3118
  "name": "button",
2965
3119
  "kind": 1024,
2966
3120
  "kindString": "Property",
@@ -2978,7 +3132,7 @@
2978
3132
  }
2979
3133
  },
2980
3134
  {
2981
- "id": 276,
3135
+ "id": 291,
2982
3136
  "name": "highlighted",
2983
3137
  "kind": 1024,
2984
3138
  "kindString": "Property",
@@ -2994,7 +3148,7 @@
2994
3148
  }
2995
3149
  },
2996
3150
  {
2997
- "id": 275,
3151
+ "id": 290,
2998
3152
  "name": "icon",
2999
3153
  "kind": 1024,
3000
3154
  "kindString": "Property",
@@ -3009,7 +3163,7 @@
3009
3163
  "types": [
3010
3164
  {
3011
3165
  "type": "reference",
3012
- "id": 245,
3166
+ "id": 260,
3013
3167
  "name": "IconName"
3014
3168
  },
3015
3169
  {
@@ -3022,7 +3176,7 @@
3022
3176
  }
3023
3177
  },
3024
3178
  {
3025
- "id": 277,
3179
+ "id": 292,
3026
3180
  "name": "state",
3027
3181
  "kind": 1024,
3028
3182
  "kindString": "Property",
@@ -3046,7 +3200,7 @@
3046
3200
  ],
3047
3201
  "props": [
3048
3202
  {
3049
- "id": 299,
3203
+ "id": 314,
3050
3204
  "name": "children",
3051
3205
  "kind": 1024,
3052
3206
  "kindString": "Property",
@@ -3062,7 +3216,7 @@
3062
3216
  }
3063
3217
  },
3064
3218
  {
3065
- "id": 300,
3219
+ "id": 315,
3066
3220
  "name": "disabled",
3067
3221
  "kind": 1024,
3068
3222
  "kindString": "Property",
@@ -3078,7 +3232,7 @@
3078
3232
  }
3079
3233
  },
3080
3234
  {
3081
- "id": 301,
3235
+ "id": 316,
3082
3236
  "name": "message",
3083
3237
  "kind": 1024,
3084
3238
  "kindString": "Property",
@@ -3094,7 +3248,7 @@
3094
3248
  }
3095
3249
  },
3096
3250
  {
3097
- "id": 302,
3251
+ "id": 317,
3098
3252
  "name": "state",
3099
3253
  "kind": 1024,
3100
3254
  "kindString": "Property",
@@ -3120,7 +3274,7 @@
3120
3274
  ],
3121
3275
  "props": [
3122
3276
  {
3123
- "id": 318,
3277
+ "id": 333,
3124
3278
  "name": "data",
3125
3279
  "kind": 1024,
3126
3280
  "kindString": "Property",
@@ -3134,13 +3288,13 @@
3134
3288
  "type": "array",
3135
3289
  "elementType": {
3136
3290
  "type": "reference",
3137
- "id": 309,
3291
+ "id": 324,
3138
3292
  "name": "ListboxItem"
3139
3293
  }
3140
3294
  }
3141
3295
  },
3142
3296
  {
3143
- "id": 319,
3297
+ "id": 334,
3144
3298
  "name": "defaultValue",
3145
3299
  "kind": 1024,
3146
3300
  "kindString": "Property",
@@ -3152,12 +3306,12 @@
3152
3306
  },
3153
3307
  "type": {
3154
3308
  "type": "reference",
3155
- "id": 310,
3309
+ "id": 325,
3156
3310
  "name": "ListboxValue"
3157
3311
  }
3158
3312
  },
3159
3313
  {
3160
- "id": 320,
3314
+ "id": 335,
3161
3315
  "name": "emptyValue",
3162
3316
  "kind": 1024,
3163
3317
  "kindString": "Property",
@@ -3169,12 +3323,12 @@
3169
3323
  },
3170
3324
  "type": {
3171
3325
  "type": "reference",
3172
- "id": 310,
3326
+ "id": 325,
3173
3327
  "name": "ListboxValue"
3174
3328
  }
3175
3329
  },
3176
3330
  {
3177
- "id": 321,
3331
+ "id": 336,
3178
3332
  "name": "highlighted",
3179
3333
  "kind": 1024,
3180
3334
  "kindString": "Property",
@@ -3190,7 +3344,7 @@
3190
3344
  }
3191
3345
  },
3192
3346
  {
3193
- "id": 322,
3347
+ "id": 337,
3194
3348
  "name": "loading",
3195
3349
  "kind": 1024,
3196
3350
  "kindString": "Property",
@@ -3206,7 +3360,7 @@
3206
3360
  }
3207
3361
  },
3208
3362
  {
3209
- "id": 323,
3363
+ "id": 338,
3210
3364
  "name": "state",
3211
3365
  "kind": 1024,
3212
3366
  "kindString": "Property",
@@ -3223,7 +3377,7 @@
3223
3377
  }
3224
3378
  },
3225
3379
  {
3226
- "id": 324,
3380
+ "id": 339,
3227
3381
  "name": "value",
3228
3382
  "kind": 1024,
3229
3383
  "kindString": "Property",
@@ -3235,7 +3389,7 @@
3235
3389
  },
3236
3390
  "type": {
3237
3391
  "type": "reference",
3238
- "id": 310,
3392
+ "id": 325,
3239
3393
  "name": "ListboxValue"
3240
3394
  }
3241
3395
  }
@@ -3244,7 +3398,7 @@
3244
3398
  "ListboxTexts": {
3245
3399
  "props": [
3246
3400
  {
3247
- "id": 315,
3401
+ "id": 330,
3248
3402
  "name": "allOption",
3249
3403
  "kind": 1024,
3250
3404
  "kindString": "Property",
@@ -3258,7 +3412,7 @@
3258
3412
  }
3259
3413
  },
3260
3414
  {
3261
- "id": 313,
3415
+ "id": 328,
3262
3416
  "name": "empty",
3263
3417
  "kind": 1024,
3264
3418
  "kindString": "Property",
@@ -3272,7 +3426,7 @@
3272
3426
  }
3273
3427
  },
3274
3428
  {
3275
- "id": 314,
3429
+ "id": 329,
3276
3430
  "name": "loading",
3277
3431
  "kind": 1024,
3278
3432
  "kindString": "Property",
@@ -3291,7 +3445,7 @@
3291
3445
  "Localization": {
3292
3446
  "props": [
3293
3447
  {
3294
- "id": 547,
3448
+ "id": 562,
3295
3449
  "name": "formatting",
3296
3450
  "kind": 1024,
3297
3451
  "kindString": "Property",
@@ -3302,14 +3456,14 @@
3302
3456
  "type": {
3303
3457
  "type": "reflection",
3304
3458
  "declaration": {
3305
- "id": 548,
3459
+ "id": 563,
3306
3460
  "name": "__type",
3307
3461
  "kind": 65536,
3308
3462
  "kindString": "Type literal",
3309
3463
  "flags": {},
3310
3464
  "children": [
3311
3465
  {
3312
- "id": 549,
3466
+ "id": 564,
3313
3467
  "name": "date",
3314
3468
  "kind": 1024,
3315
3469
  "kindString": "Property",
@@ -3328,7 +3482,7 @@
3328
3482
  "title": "Properties",
3329
3483
  "kind": 1024,
3330
3484
  "children": [
3331
- 549
3485
+ 564
3332
3486
  ]
3333
3487
  }
3334
3488
  ]
@@ -3336,7 +3490,7 @@
3336
3490
  }
3337
3491
  },
3338
3492
  {
3339
- "id": 545,
3493
+ "id": 560,
3340
3494
  "name": "locale",
3341
3495
  "kind": 1024,
3342
3496
  "kindString": "Property",
@@ -3351,7 +3505,7 @@
3351
3505
  }
3352
3506
  },
3353
3507
  {
3354
- "id": 546,
3508
+ "id": 561,
3355
3509
  "name": "texts",
3356
3510
  "kind": 1024,
3357
3511
  "kindString": "Property",
@@ -3361,7 +3515,7 @@
3361
3515
  },
3362
3516
  "type": {
3363
3517
  "type": "reference",
3364
- "id": 530,
3518
+ "id": 545,
3365
3519
  "name": "LocalizationTexts"
3366
3520
  }
3367
3521
  }
@@ -3370,7 +3524,7 @@
3370
3524
  "LocalizationTexts": {
3371
3525
  "props": [
3372
3526
  {
3373
- "id": 532,
3527
+ "id": 547,
3374
3528
  "name": "calendar",
3375
3529
  "kind": 1024,
3376
3530
  "kindString": "Property",
@@ -3380,12 +3534,12 @@
3380
3534
  },
3381
3535
  "type": {
3382
3536
  "type": "reference",
3383
- "id": 102,
3537
+ "id": 104,
3384
3538
  "name": "CalendarTexts"
3385
3539
  }
3386
3540
  },
3387
3541
  {
3388
- "id": 533,
3542
+ "id": 548,
3389
3543
  "name": "datepicker",
3390
3544
  "kind": 1024,
3391
3545
  "kindString": "Property",
@@ -3395,12 +3549,12 @@
3395
3549
  },
3396
3550
  "type": {
3397
3551
  "type": "reference",
3398
- "id": 153,
3552
+ "id": 155,
3399
3553
  "name": "DatepickerTexts"
3400
3554
  }
3401
3555
  },
3402
3556
  {
3403
- "id": 536,
3557
+ "id": 551,
3404
3558
  "name": "dialog",
3405
3559
  "kind": 1024,
3406
3560
  "kindString": "Property",
@@ -3410,12 +3564,12 @@
3410
3564
  },
3411
3565
  "type": {
3412
3566
  "type": "reference",
3413
- "id": 187,
3567
+ "id": 200,
3414
3568
  "name": "DialogTexts"
3415
3569
  }
3416
3570
  },
3417
3571
  {
3418
- "id": 534,
3572
+ "id": 549,
3419
3573
  "name": "hanger",
3420
3574
  "kind": 1024,
3421
3575
  "kindString": "Property",
@@ -3425,12 +3579,12 @@
3425
3579
  },
3426
3580
  "type": {
3427
3581
  "type": "reference",
3428
- "id": 225,
3582
+ "id": 240,
3429
3583
  "name": "HangerTexts"
3430
3584
  }
3431
3585
  },
3432
3586
  {
3433
- "id": 535,
3587
+ "id": 550,
3434
3588
  "name": "listbox",
3435
3589
  "kind": 1024,
3436
3590
  "kindString": "Property",
@@ -3440,12 +3594,12 @@
3440
3594
  },
3441
3595
  "type": {
3442
3596
  "type": "reference",
3443
- "id": 311,
3597
+ "id": 326,
3444
3598
  "name": "ListboxTexts"
3445
3599
  }
3446
3600
  },
3447
3601
  {
3448
- "id": 537,
3602
+ "id": 552,
3449
3603
  "name": "pagination",
3450
3604
  "kind": 1024,
3451
3605
  "kindString": "Property",
@@ -3455,12 +3609,12 @@
3455
3609
  },
3456
3610
  "type": {
3457
3611
  "type": "reference",
3458
- "id": 467,
3612
+ "id": 482,
3459
3613
  "name": "PaginationTexts"
3460
3614
  }
3461
3615
  },
3462
3616
  {
3463
- "id": 542,
3617
+ "id": 557,
3464
3618
  "name": "searchInput",
3465
3619
  "kind": 1024,
3466
3620
  "kindString": "Property",
@@ -3470,12 +3624,12 @@
3470
3624
  },
3471
3625
  "type": {
3472
3626
  "type": "reference",
3473
- "id": 284,
3627
+ "id": 299,
3474
3628
  "name": "SearchInputTexts"
3475
3629
  }
3476
3630
  },
3477
3631
  {
3478
- "id": 539,
3632
+ "id": 554,
3479
3633
  "name": "select",
3480
3634
  "kind": 1024,
3481
3635
  "kindString": "Property",
@@ -3485,12 +3639,12 @@
3485
3639
  },
3486
3640
  "type": {
3487
3641
  "type": "reference",
3488
- "id": 664,
3642
+ "id": 679,
3489
3643
  "name": "SelectTexts"
3490
3644
  }
3491
3645
  },
3492
3646
  {
3493
- "id": 538,
3647
+ "id": 553,
3494
3648
  "name": "table",
3495
3649
  "kind": 1024,
3496
3650
  "kindString": "Property",
@@ -3500,12 +3654,12 @@
3500
3654
  },
3501
3655
  "type": {
3502
3656
  "type": "reference",
3503
- "id": 857,
3657
+ "id": 872,
3504
3658
  "name": "TableTexts"
3505
3659
  }
3506
3660
  },
3507
3661
  {
3508
- "id": 540,
3662
+ "id": 555,
3509
3663
  "name": "toasts",
3510
3664
  "kind": 1024,
3511
3665
  "kindString": "Property",
@@ -3519,7 +3673,7 @@
3519
3673
  }
3520
3674
  },
3521
3675
  {
3522
- "id": 541,
3676
+ "id": 556,
3523
3677
  "name": "tour",
3524
3678
  "kind": 1024,
3525
3679
  "kindString": "Property",
@@ -3529,7 +3683,7 @@
3529
3683
  },
3530
3684
  "type": {
3531
3685
  "type": "reference",
3532
- "id": 988,
3686
+ "id": 1003,
3533
3687
  "name": "TourTexts"
3534
3688
  }
3535
3689
  }
@@ -3538,7 +3692,7 @@
3538
3692
  "MenuProps": {
3539
3693
  "props": [
3540
3694
  {
3541
- "id": 345,
3695
+ "id": 360,
3542
3696
  "name": "children",
3543
3697
  "kind": 1024,
3544
3698
  "kindString": "Property",
@@ -3551,7 +3705,7 @@
3551
3705
  }
3552
3706
  },
3553
3707
  {
3554
- "id": 346,
3708
+ "id": 361,
3555
3709
  "name": "id",
3556
3710
  "kind": 1024,
3557
3711
  "kindString": "Property",
@@ -3571,7 +3725,7 @@
3571
3725
  ],
3572
3726
  "props": [
3573
3727
  {
3574
- "id": 438,
3728
+ "id": 453,
3575
3729
  "name": "active",
3576
3730
  "kind": 1024,
3577
3731
  "kindString": "Property",
@@ -3587,7 +3741,7 @@
3587
3741
  }
3588
3742
  },
3589
3743
  {
3590
- "id": 439,
3744
+ "id": 454,
3591
3745
  "name": "onDrop",
3592
3746
  "kind": 1024,
3593
3747
  "kindString": "Property",
@@ -3605,7 +3759,7 @@
3605
3759
  }
3606
3760
  },
3607
3761
  {
3608
- "id": 440,
3762
+ "id": 455,
3609
3763
  "name": "postfix",
3610
3764
  "kind": 1024,
3611
3765
  "kindString": "Property",
@@ -3623,7 +3777,7 @@
3623
3777
  }
3624
3778
  },
3625
3779
  {
3626
- "id": 441,
3780
+ "id": 456,
3627
3781
  "name": "prefix",
3628
3782
  "kind": 1024,
3629
3783
  "kindString": "Property",
@@ -3641,7 +3795,7 @@
3641
3795
  }
3642
3796
  },
3643
3797
  {
3644
- "id": 442,
3798
+ "id": 457,
3645
3799
  "name": "target",
3646
3800
  "kind": 1024,
3647
3801
  "kindString": "Property",
@@ -3676,7 +3830,7 @@
3676
3830
  ],
3677
3831
  "props": [
3678
3832
  {
3679
- "id": 480,
3833
+ "id": 495,
3680
3834
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
3681
3835
  "kind": 1024,
3682
3836
  "kindString": "Property",
@@ -3692,7 +3846,7 @@
3692
3846
  }
3693
3847
  },
3694
3848
  {
3695
- "id": 475,
3849
+ "id": 490,
3696
3850
  "name": "length",
3697
3851
  "kind": 1024,
3698
3852
  "kindString": "Property",
@@ -3706,7 +3860,7 @@
3706
3860
  }
3707
3861
  },
3708
3862
  {
3709
- "id": 476,
3863
+ "id": 491,
3710
3864
  "name": "pageSizes",
3711
3865
  "kind": 1024,
3712
3866
  "kindString": "Property",
@@ -3725,7 +3879,7 @@
3725
3879
  }
3726
3880
  },
3727
3881
  {
3728
- "id": 477,
3882
+ "id": 492,
3729
3883
  "name": "showPageControls",
3730
3884
  "kind": 1024,
3731
3885
  "kindString": "Property",
@@ -3741,7 +3895,7 @@
3741
3895
  }
3742
3896
  },
3743
3897
  {
3744
- "id": 478,
3898
+ "id": 493,
3745
3899
  "name": "showPageNumbers",
3746
3900
  "kind": 1024,
3747
3901
  "kindString": "Property",
@@ -3757,7 +3911,7 @@
3757
3911
  }
3758
3912
  },
3759
3913
  {
3760
- "id": 479,
3914
+ "id": 494,
3761
3915
  "name": "showPageSize",
3762
3916
  "kind": 1024,
3763
3917
  "kindString": "Property",
@@ -3777,7 +3931,7 @@
3777
3931
  "PaginationTexts": {
3778
3932
  "props": [
3779
3933
  {
3780
- "id": 472,
3934
+ "id": 487,
3781
3935
  "name": "actions",
3782
3936
  "kind": 1024,
3783
3937
  "kindString": "Property",
@@ -3787,12 +3941,12 @@
3787
3941
  },
3788
3942
  "type": {
3789
3943
  "type": "reference",
3790
- "id": 456,
3944
+ "id": 471,
3791
3945
  "name": "PaginationTextsActions"
3792
3946
  }
3793
3947
  },
3794
3948
  {
3795
- "id": 469,
3949
+ "id": 484,
3796
3950
  "name": "label",
3797
3951
  "kind": 1024,
3798
3952
  "kindString": "Property",
@@ -3806,7 +3960,7 @@
3806
3960
  }
3807
3961
  },
3808
3962
  {
3809
- "id": 470,
3963
+ "id": 485,
3810
3964
  "name": "pageSize",
3811
3965
  "kind": 1024,
3812
3966
  "kindString": "Property",
@@ -3820,7 +3974,7 @@
3820
3974
  }
3821
3975
  },
3822
3976
  {
3823
- "id": 471,
3977
+ "id": 486,
3824
3978
  "name": "showingXofYofTotal",
3825
3979
  "kind": 1024,
3826
3980
  "kindString": "Property",
@@ -3838,7 +3992,7 @@
3838
3992
  "PaginationTextsActions": {
3839
3993
  "props": [
3840
3994
  {
3841
- "id": 458,
3995
+ "id": 473,
3842
3996
  "name": "firstPage",
3843
3997
  "kind": 1024,
3844
3998
  "kindString": "Property",
@@ -3852,7 +4006,7 @@
3852
4006
  }
3853
4007
  },
3854
4008
  {
3855
- "id": 459,
4009
+ "id": 474,
3856
4010
  "name": "firstPageWithShortcut",
3857
4011
  "kind": 1024,
3858
4012
  "kindString": "Property",
@@ -3866,7 +4020,7 @@
3866
4020
  }
3867
4021
  },
3868
4022
  {
3869
- "id": 464,
4023
+ "id": 479,
3870
4024
  "name": "lastPage",
3871
4025
  "kind": 1024,
3872
4026
  "kindString": "Property",
@@ -3880,7 +4034,7 @@
3880
4034
  }
3881
4035
  },
3882
4036
  {
3883
- "id": 465,
4037
+ "id": 480,
3884
4038
  "name": "lastPageWithShortcut",
3885
4039
  "kind": 1024,
3886
4040
  "kindString": "Property",
@@ -3894,7 +4048,7 @@
3894
4048
  }
3895
4049
  },
3896
4050
  {
3897
- "id": 460,
4051
+ "id": 475,
3898
4052
  "name": "nextPage",
3899
4053
  "kind": 1024,
3900
4054
  "kindString": "Property",
@@ -3908,7 +4062,7 @@
3908
4062
  }
3909
4063
  },
3910
4064
  {
3911
- "id": 461,
4065
+ "id": 476,
3912
4066
  "name": "nextPageWithShortcut",
3913
4067
  "kind": 1024,
3914
4068
  "kindString": "Property",
@@ -3922,7 +4076,7 @@
3922
4076
  }
3923
4077
  },
3924
4078
  {
3925
- "id": 466,
4079
+ "id": 481,
3926
4080
  "name": "pageX",
3927
4081
  "kind": 1024,
3928
4082
  "kindString": "Property",
@@ -3936,7 +4090,7 @@
3936
4090
  }
3937
4091
  },
3938
4092
  {
3939
- "id": 462,
4093
+ "id": 477,
3940
4094
  "name": "previousPage",
3941
4095
  "kind": 1024,
3942
4096
  "kindString": "Property",
@@ -3950,7 +4104,7 @@
3950
4104
  }
3951
4105
  },
3952
4106
  {
3953
- "id": 463,
4107
+ "id": 478,
3954
4108
  "name": "previousPageWithShortcut",
3955
4109
  "kind": 1024,
3956
4110
  "kindString": "Property",
@@ -3972,7 +4126,7 @@
3972
4126
  ],
3973
4127
  "props": [
3974
4128
  {
3975
- "id": 510,
4129
+ "id": 525,
3976
4130
  "name": "children",
3977
4131
  "kind": 1024,
3978
4132
  "kindString": "Property",
@@ -3989,28 +4143,28 @@
3989
4143
  {
3990
4144
  "type": "reflection",
3991
4145
  "declaration": {
3992
- "id": 511,
4146
+ "id": 526,
3993
4147
  "name": "__type",
3994
4148
  "kind": 65536,
3995
4149
  "kindString": "Type literal",
3996
4150
  "flags": {},
3997
4151
  "signatures": [
3998
4152
  {
3999
- "id": 512,
4153
+ "id": 527,
4000
4154
  "name": "__type",
4001
4155
  "kind": 4096,
4002
4156
  "kindString": "Call signature",
4003
4157
  "flags": {},
4004
4158
  "parameters": [
4005
4159
  {
4006
- "id": 513,
4160
+ "id": 528,
4007
4161
  "name": "props",
4008
4162
  "kind": 32768,
4009
4163
  "kindString": "Parameter",
4010
4164
  "flags": {},
4011
4165
  "type": {
4012
4166
  "type": "reference",
4013
- "id": 504,
4167
+ "id": 519,
4014
4168
  "name": "PopoverContentRenderProps"
4015
4169
  }
4016
4170
  }
@@ -4029,7 +4183,7 @@
4029
4183
  }
4030
4184
  },
4031
4185
  {
4032
- "id": 514,
4186
+ "id": 529,
4033
4187
  "name": "placement",
4034
4188
  "kind": 1024,
4035
4189
  "kindString": "Property",
@@ -4050,14 +4204,14 @@
4050
4204
  "PopoverContentRenderProps": {
4051
4205
  "props": [
4052
4206
  {
4053
- "id": 506,
4207
+ "id": 521,
4054
4208
  "name": "close",
4055
4209
  "kind": 2048,
4056
4210
  "kindString": "Method",
4057
4211
  "flags": {},
4058
4212
  "signatures": [
4059
4213
  {
4060
- "id": 507,
4214
+ "id": 522,
4061
4215
  "name": "close",
4062
4216
  "kind": 4096,
4063
4217
  "kindString": "Call signature",
@@ -4079,7 +4233,7 @@
4079
4233
  ],
4080
4234
  "props": [
4081
4235
  {
4082
- "id": 526,
4236
+ "id": 541,
4083
4237
  "name": "duration",
4084
4238
  "kind": 1024,
4085
4239
  "kindString": "Property",
@@ -4099,7 +4253,7 @@
4099
4253
  "ProviderProps": {
4100
4254
  "props": [
4101
4255
  {
4102
- "id": 627,
4256
+ "id": 642,
4103
4257
  "name": "children",
4104
4258
  "kind": 1024,
4105
4259
  "kindString": "Property",
@@ -4115,7 +4269,7 @@
4115
4269
  }
4116
4270
  },
4117
4271
  {
4118
- "id": 628,
4272
+ "id": 643,
4119
4273
  "name": "localization",
4120
4274
  "kind": 1024,
4121
4275
  "kindString": "Property",
@@ -4127,7 +4281,7 @@
4127
4281
  },
4128
4282
  "type": {
4129
4283
  "type": "reference",
4130
- "id": 543,
4284
+ "id": 558,
4131
4285
  "name": "Localization"
4132
4286
  }
4133
4287
  }
@@ -4139,7 +4293,7 @@
4139
4293
  ],
4140
4294
  "props": [
4141
4295
  {
4142
- "id": 646,
4296
+ "id": 661,
4143
4297
  "name": "children",
4144
4298
  "kind": 1024,
4145
4299
  "kindString": "Property",
@@ -4155,7 +4309,7 @@
4155
4309
  }
4156
4310
  },
4157
4311
  {
4158
- "id": 647,
4312
+ "id": 662,
4159
4313
  "name": "disabled",
4160
4314
  "kind": 1024,
4161
4315
  "kindString": "Property",
@@ -4168,7 +4322,7 @@
4168
4322
  }
4169
4323
  },
4170
4324
  {
4171
- "id": 648,
4325
+ "id": 663,
4172
4326
  "name": "value",
4173
4327
  "kind": 1024,
4174
4328
  "kindString": "Property",
@@ -4178,7 +4332,7 @@
4178
4332
  },
4179
4333
  "type": {
4180
4334
  "type": "reference",
4181
- "id": 636,
4335
+ "id": 651,
4182
4336
  "name": "RadioGroupItemValue"
4183
4337
  }
4184
4338
  }
@@ -4203,7 +4357,7 @@
4203
4357
  ],
4204
4358
  "props": [
4205
4359
  {
4206
- "id": 701,
4360
+ "id": 716,
4207
4361
  "name": "subRows",
4208
4362
  "kind": 1024,
4209
4363
  "kindString": "Property",
@@ -4214,11 +4368,11 @@
4214
4368
  "type": "array",
4215
4369
  "elementType": {
4216
4370
  "type": "reference",
4217
- "id": 699,
4371
+ "id": 714,
4218
4372
  "typeArguments": [
4219
4373
  {
4220
4374
  "type": "reference",
4221
- "id": 703,
4375
+ "id": 718,
4222
4376
  "name": "TRow"
4223
4377
  }
4224
4378
  ],
@@ -4288,7 +4442,7 @@
4288
4442
  ],
4289
4443
  "props": [
4290
4444
  {
4291
- "id": 289,
4445
+ "id": 304,
4292
4446
  "name": "onSearch",
4293
4447
  "kind": 2048,
4294
4448
  "kindString": "Method",
@@ -4297,7 +4451,7 @@
4297
4451
  },
4298
4452
  "signatures": [
4299
4453
  {
4300
- "id": 290,
4454
+ "id": 305,
4301
4455
  "name": "onSearch",
4302
4456
  "kind": 4096,
4303
4457
  "kindString": "Call signature",
@@ -4307,7 +4461,7 @@
4307
4461
  },
4308
4462
  "parameters": [
4309
4463
  {
4310
- "id": 291,
4464
+ "id": 306,
4311
4465
  "name": "value",
4312
4466
  "kind": 32768,
4313
4467
  "kindString": "Parameter",
@@ -4354,7 +4508,7 @@
4354
4508
  "SearchInputTexts": {
4355
4509
  "props": [
4356
4510
  {
4357
- "id": 286,
4511
+ "id": 301,
4358
4512
  "name": "inputLabel",
4359
4513
  "kind": 1024,
4360
4514
  "kindString": "Property",
@@ -4375,7 +4529,7 @@
4375
4529
  ],
4376
4530
  "props": [
4377
4531
  {
4378
- "id": 672,
4532
+ "id": 687,
4379
4533
  "name": "editable",
4380
4534
  "kind": 1024,
4381
4535
  "kindString": "Property",
@@ -4395,7 +4549,7 @@
4395
4549
  "SelectTexts": {
4396
4550
  "props": [
4397
4551
  {
4398
- "id": 666,
4552
+ "id": 681,
4399
4553
  "name": "allOptionsSelected",
4400
4554
  "kind": 1024,
4401
4555
  "kindString": "Property",
@@ -4435,7 +4589,7 @@
4435
4589
  "SortRule": {
4436
4590
  "props": [
4437
4591
  {
4438
- "id": 752,
4592
+ "id": 767,
4439
4593
  "name": "accessor",
4440
4594
  "kind": 1024,
4441
4595
  "kindString": "Property",
@@ -4448,7 +4602,7 @@
4448
4602
  "typeArguments": [
4449
4603
  {
4450
4604
  "type": "reference",
4451
- "id": 754,
4605
+ "id": 769,
4452
4606
  "name": "T"
4453
4607
  }
4454
4608
  ],
@@ -4458,7 +4612,7 @@
4458
4612
  }
4459
4613
  },
4460
4614
  {
4461
- "id": 753,
4615
+ "id": 768,
4462
4616
  "name": "desc",
4463
4617
  "kind": 1024,
4464
4618
  "kindString": "Property",
@@ -4503,7 +4657,7 @@
4503
4657
  ],
4504
4658
  "props": [
4505
4659
  {
4506
- "id": 688,
4660
+ "id": 703,
4507
4661
  "name": "delay",
4508
4662
  "kind": 1024,
4509
4663
  "kindString": "Property",
@@ -4519,7 +4673,7 @@
4519
4673
  }
4520
4674
  },
4521
4675
  {
4522
- "id": 689,
4676
+ "id": 704,
4523
4677
  "name": "label",
4524
4678
  "kind": 1024,
4525
4679
  "kindString": "Property",
@@ -4546,7 +4700,7 @@
4546
4700
  ],
4547
4701
  "props": [
4548
4702
  {
4549
- "id": 929,
4703
+ "id": 944,
4550
4704
  "name": "id",
4551
4705
  "kind": 1024,
4552
4706
  "kindString": "Property",
@@ -4568,7 +4722,7 @@
4568
4722
  ],
4569
4723
  "props": [
4570
4724
  {
4571
- "id": 926,
4725
+ "id": 941,
4572
4726
  "name": "disabled",
4573
4727
  "kind": 1024,
4574
4728
  "kindString": "Property",
@@ -4584,7 +4738,7 @@
4584
4738
  }
4585
4739
  },
4586
4740
  {
4587
- "id": 925,
4741
+ "id": 940,
4588
4742
  "name": "id",
4589
4743
  "kind": 1024,
4590
4744
  "kindString": "Property",
@@ -4602,7 +4756,7 @@
4602
4756
  "TableCell": {
4603
4757
  "props": [
4604
4758
  {
4605
- "id": 758,
4759
+ "id": 773,
4606
4760
  "name": "accessor",
4607
4761
  "kind": 1024,
4608
4762
  "kindString": "Property",
@@ -4613,7 +4767,7 @@
4613
4767
  }
4614
4768
  },
4615
4769
  {
4616
- "id": 759,
4770
+ "id": 774,
4617
4771
  "name": "row",
4618
4772
  "kind": 1024,
4619
4773
  "kindString": "Property",
@@ -4623,11 +4777,11 @@
4623
4777
  },
4624
4778
  "type": {
4625
4779
  "type": "reference",
4626
- "id": 832,
4780
+ "id": 847,
4627
4781
  "typeArguments": [
4628
4782
  {
4629
4783
  "type": "reference",
4630
- "id": 761,
4784
+ "id": 776,
4631
4785
  "name": "TRow"
4632
4786
  }
4633
4787
  ],
@@ -4635,7 +4789,7 @@
4635
4789
  }
4636
4790
  },
4637
4791
  {
4638
- "id": 760,
4792
+ "id": 775,
4639
4793
  "name": "value",
4640
4794
  "kind": 1024,
4641
4795
  "kindString": "Property",
@@ -4653,7 +4807,7 @@
4653
4807
  "TableColumnProps": {
4654
4808
  "props": [
4655
4809
  {
4656
- "id": 764,
4810
+ "id": 779,
4657
4811
  "name": "accessor",
4658
4812
  "kind": 1024,
4659
4813
  "kindString": "Property",
@@ -4667,7 +4821,7 @@
4667
4821
  }
4668
4822
  },
4669
4823
  {
4670
- "id": 765,
4824
+ "id": 780,
4671
4825
  "name": "align",
4672
4826
  "kind": 1024,
4673
4827
  "kindString": "Property",
@@ -4696,7 +4850,7 @@
4696
4850
  }
4697
4851
  },
4698
4852
  {
4699
- "id": 766,
4853
+ "id": 781,
4700
4854
  "name": "className",
4701
4855
  "kind": 1024,
4702
4856
  "kindString": "Property",
@@ -4712,7 +4866,7 @@
4712
4866
  }
4713
4867
  },
4714
4868
  {
4715
- "id": 770,
4869
+ "id": 785,
4716
4870
  "name": "disableSorting",
4717
4871
  "kind": 1024,
4718
4872
  "kindString": "Property",
@@ -4728,7 +4882,7 @@
4728
4882
  }
4729
4883
  },
4730
4884
  {
4731
- "id": 774,
4885
+ "id": 789,
4732
4886
  "name": "flex",
4733
4887
  "kind": 1024,
4734
4888
  "kindString": "Property",
@@ -4748,28 +4902,28 @@
4748
4902
  {
4749
4903
  "type": "reflection",
4750
4904
  "declaration": {
4751
- "id": 775,
4905
+ "id": 790,
4752
4906
  "name": "__type",
4753
4907
  "kind": 65536,
4754
4908
  "kindString": "Type literal",
4755
4909
  "flags": {},
4756
4910
  "signatures": [
4757
4911
  {
4758
- "id": 776,
4912
+ "id": 791,
4759
4913
  "name": "__type",
4760
4914
  "kind": 4096,
4761
4915
  "kindString": "Call signature",
4762
4916
  "flags": {},
4763
4917
  "parameters": [
4764
4918
  {
4765
- "id": 777,
4919
+ "id": 792,
4766
4920
  "name": "row",
4767
4921
  "kind": 32768,
4768
4922
  "kindString": "Parameter",
4769
4923
  "flags": {},
4770
4924
  "type": {
4771
4925
  "type": "reference",
4772
- "id": 784,
4926
+ "id": 799,
4773
4927
  "name": "TRow"
4774
4928
  }
4775
4929
  }
@@ -4786,7 +4940,7 @@
4786
4940
  }
4787
4941
  },
4788
4942
  {
4789
- "id": 778,
4943
+ "id": 793,
4790
4944
  "name": "headRenderer",
4791
4945
  "kind": 1024,
4792
4946
  "kindString": "Property",
@@ -4804,7 +4958,7 @@
4804
4958
  }
4805
4959
  },
4806
4960
  {
4807
- "id": 779,
4961
+ "id": 794,
4808
4962
  "name": "hidden",
4809
4963
  "kind": 1024,
4810
4964
  "kindString": "Property",
@@ -4820,7 +4974,7 @@
4820
4974
  }
4821
4975
  },
4822
4976
  {
4823
- "id": 780,
4977
+ "id": 795,
4824
4978
  "name": "hiddenOnSubRows",
4825
4979
  "kind": 1024,
4826
4980
  "kindString": "Property",
@@ -4836,7 +4990,7 @@
4836
4990
  }
4837
4991
  },
4838
4992
  {
4839
- "id": 781,
4993
+ "id": 796,
4840
4994
  "name": "sort",
4841
4995
  "kind": 1024,
4842
4996
  "kindString": "Property",
@@ -4848,12 +5002,12 @@
4848
5002
  },
4849
5003
  "type": {
4850
5004
  "type": "reference",
4851
- "id": 743,
5005
+ "id": 758,
4852
5006
  "name": "SortDirection"
4853
5007
  }
4854
5008
  },
4855
5009
  {
4856
- "id": 782,
5010
+ "id": 797,
4857
5011
  "name": "sortType",
4858
5012
  "kind": 1024,
4859
5013
  "kindString": "Property",
@@ -4865,12 +5019,12 @@
4865
5019
  },
4866
5020
  "type": {
4867
5021
  "type": "reference",
4868
- "id": 755,
5022
+ "id": 770,
4869
5023
  "name": "SortTypes"
4870
5024
  }
4871
5025
  },
4872
5026
  {
4873
- "id": 783,
5027
+ "id": 798,
4874
5028
  "name": "style",
4875
5029
  "kind": 1024,
4876
5030
  "kindString": "Property",
@@ -4886,7 +5040,7 @@
4886
5040
  }
4887
5041
  },
4888
5042
  {
4889
- "id": 767,
5043
+ "id": 782,
4890
5044
  "name": "cellRenderer",
4891
5045
  "kind": 2048,
4892
5046
  "kindString": "Method",
@@ -4895,7 +5049,7 @@
4895
5049
  },
4896
5050
  "signatures": [
4897
5051
  {
4898
- "id": 768,
5052
+ "id": 783,
4899
5053
  "name": "cellRenderer",
4900
5054
  "kind": 4096,
4901
5055
  "kindString": "Call signature",
@@ -4905,18 +5059,18 @@
4905
5059
  },
4906
5060
  "parameters": [
4907
5061
  {
4908
- "id": 769,
5062
+ "id": 784,
4909
5063
  "name": "cellProps",
4910
5064
  "kind": 32768,
4911
5065
  "kindString": "Parameter",
4912
5066
  "flags": {},
4913
5067
  "type": {
4914
5068
  "type": "reference",
4915
- "id": 756,
5069
+ "id": 771,
4916
5070
  "typeArguments": [
4917
5071
  {
4918
5072
  "type": "reference",
4919
- "id": 784,
5073
+ "id": 799,
4920
5074
  "name": "TRow"
4921
5075
  }
4922
5076
  ],
@@ -4934,7 +5088,7 @@
4934
5088
  ]
4935
5089
  },
4936
5090
  {
4937
- "id": 771,
5091
+ "id": 786,
4938
5092
  "name": "editRenderer",
4939
5093
  "kind": 2048,
4940
5094
  "kindString": "Method",
@@ -4943,25 +5097,25 @@
4943
5097
  },
4944
5098
  "signatures": [
4945
5099
  {
4946
- "id": 772,
5100
+ "id": 787,
4947
5101
  "name": "editRenderer",
4948
5102
  "kind": 4096,
4949
5103
  "kindString": "Call signature",
4950
5104
  "flags": {},
4951
5105
  "parameters": [
4952
5106
  {
4953
- "id": 773,
5107
+ "id": 788,
4954
5108
  "name": "cellProps",
4955
5109
  "kind": 32768,
4956
5110
  "kindString": "Parameter",
4957
5111
  "flags": {},
4958
5112
  "type": {
4959
5113
  "type": "reference",
4960
- "id": 756,
5114
+ "id": 771,
4961
5115
  "typeArguments": [
4962
5116
  {
4963
5117
  "type": "reference",
4964
- "id": 784,
5118
+ "id": 799,
4965
5119
  "name": "TRow"
4966
5120
  }
4967
5121
  ],
@@ -4983,7 +5137,7 @@
4983
5137
  "TableGroupProps": {
4984
5138
  "props": [
4985
5139
  {
4986
- "id": 787,
5140
+ "id": 802,
4987
5141
  "name": "children",
4988
5142
  "kind": 1024,
4989
5143
  "kindString": "Property",
@@ -4999,11 +5153,11 @@
4999
5153
  "typeArguments": [
5000
5154
  {
5001
5155
  "type": "reference",
5002
- "id": 762,
5156
+ "id": 777,
5003
5157
  "typeArguments": [
5004
5158
  {
5005
5159
  "type": "reference",
5006
- "id": 790,
5160
+ "id": 805,
5007
5161
  "name": "TRow"
5008
5162
  }
5009
5163
  ],
@@ -5021,11 +5175,11 @@
5021
5175
  "typeArguments": [
5022
5176
  {
5023
5177
  "type": "reference",
5024
- "id": 762,
5178
+ "id": 777,
5025
5179
  "typeArguments": [
5026
5180
  {
5027
5181
  "type": "reference",
5028
- "id": 790,
5182
+ "id": 805,
5029
5183
  "name": "TRow"
5030
5184
  }
5031
5185
  ],
@@ -5041,7 +5195,7 @@
5041
5195
  }
5042
5196
  },
5043
5197
  {
5044
- "id": 788,
5198
+ "id": 803,
5045
5199
  "name": "hidden",
5046
5200
  "kind": 1024,
5047
5201
  "kindString": "Property",
@@ -5057,7 +5211,7 @@
5057
5211
  }
5058
5212
  },
5059
5213
  {
5060
- "id": 789,
5214
+ "id": 804,
5061
5215
  "name": "title",
5062
5216
  "kind": 1024,
5063
5217
  "kindString": "Property",
@@ -5078,7 +5232,7 @@
5078
5232
  ],
5079
5233
  "props": [
5080
5234
  {
5081
- "id": 826,
5235
+ "id": 841,
5082
5236
  "name": "actions",
5083
5237
  "kind": 1024,
5084
5238
  "kindString": "Property",
@@ -5092,11 +5246,11 @@
5092
5246
  "type": "array",
5093
5247
  "elementType": {
5094
5248
  "type": "reference",
5095
- "id": 739,
5249
+ "id": 754,
5096
5250
  "typeArguments": [
5097
5251
  {
5098
5252
  "type": "reference",
5099
- "id": 831,
5253
+ "id": 846,
5100
5254
  "name": "TRow"
5101
5255
  }
5102
5256
  ],
@@ -5105,7 +5259,7 @@
5105
5259
  }
5106
5260
  },
5107
5261
  {
5108
- "id": 793,
5262
+ "id": 808,
5109
5263
  "name": "autoFocus",
5110
5264
  "kind": 1024,
5111
5265
  "kindString": "Property",
@@ -5121,7 +5275,7 @@
5121
5275
  }
5122
5276
  },
5123
5277
  {
5124
- "id": 794,
5278
+ "id": 809,
5125
5279
  "name": "children",
5126
5280
  "kind": 1024,
5127
5281
  "kindString": "Property",
@@ -5134,7 +5288,7 @@
5134
5288
  "typeArguments": [
5135
5289
  {
5136
5290
  "type": "reference",
5137
- "id": 831,
5291
+ "id": 846,
5138
5292
  "name": "TRow"
5139
5293
  }
5140
5294
  ],
@@ -5142,7 +5296,7 @@
5142
5296
  }
5143
5297
  },
5144
5298
  {
5145
- "id": 796,
5299
+ "id": 811,
5146
5300
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5147
5301
  "kind": 1024,
5148
5302
  "kindString": "Property",
@@ -5158,7 +5312,7 @@
5158
5312
  }
5159
5313
  },
5160
5314
  {
5161
- "id": 795,
5315
+ "id": 810,
5162
5316
  "name": "data",
5163
5317
  "kind": 1024,
5164
5318
  "kindString": "Property",
@@ -5170,11 +5324,11 @@
5170
5324
  "type": "array",
5171
5325
  "elementType": {
5172
5326
  "type": "reference",
5173
- "id": 699,
5327
+ "id": 714,
5174
5328
  "typeArguments": [
5175
5329
  {
5176
5330
  "type": "reference",
5177
- "id": 831,
5331
+ "id": 846,
5178
5332
  "name": "TRow"
5179
5333
  }
5180
5334
  ],
@@ -5183,7 +5337,7 @@
5183
5337
  }
5184
5338
  },
5185
5339
  {
5186
- "id": 815,
5340
+ "id": 830,
5187
5341
  "name": "disablePagination",
5188
5342
  "kind": 1024,
5189
5343
  "kindString": "Property",
@@ -5196,7 +5350,7 @@
5196
5350
  }
5197
5351
  },
5198
5352
  {
5199
- "id": 811,
5353
+ "id": 826,
5200
5354
  "name": "disableSorting",
5201
5355
  "kind": 1024,
5202
5356
  "kindString": "Property",
@@ -5212,7 +5366,7 @@
5212
5366
  }
5213
5367
  },
5214
5368
  {
5215
- "id": 824,
5369
+ "id": 839,
5216
5370
  "name": "inlineEditingUniqueId",
5217
5371
  "kind": 1024,
5218
5372
  "kindString": "Property",
@@ -5227,13 +5381,13 @@
5227
5381
  "operator": "keyof",
5228
5382
  "target": {
5229
5383
  "type": "reference",
5230
- "id": 831,
5384
+ "id": 846,
5231
5385
  "name": "TRow"
5232
5386
  }
5233
5387
  }
5234
5388
  },
5235
5389
  {
5236
- "id": 816,
5390
+ "id": 831,
5237
5391
  "name": "length",
5238
5392
  "kind": 1024,
5239
5393
  "kindString": "Property",
@@ -5246,7 +5400,7 @@
5246
5400
  }
5247
5401
  },
5248
5402
  {
5249
- "id": 813,
5403
+ "id": 828,
5250
5404
  "name": "manualSorting",
5251
5405
  "kind": 1024,
5252
5406
  "kindString": "Property",
@@ -5262,7 +5416,7 @@
5262
5416
  }
5263
5417
  },
5264
5418
  {
5265
- "id": 817,
5419
+ "id": 832,
5266
5420
  "name": "onPaginate",
5267
5421
  "kind": 1024,
5268
5422
  "kindString": "Property",
@@ -5274,12 +5428,12 @@
5274
5428
  },
5275
5429
  "type": {
5276
5430
  "type": "reference",
5277
- "id": 694,
5431
+ "id": 709,
5278
5432
  "name": "PaginationHandler"
5279
5433
  }
5280
5434
  },
5281
5435
  {
5282
- "id": 830,
5436
+ "id": 845,
5283
5437
  "name": "onRowActive",
5284
5438
  "kind": 1024,
5285
5439
  "kindString": "Property",
@@ -5294,7 +5448,7 @@
5294
5448
  "typeArguments": [
5295
5449
  {
5296
5450
  "type": "reference",
5297
- "id": 831,
5451
+ "id": 846,
5298
5452
  "name": "TRow"
5299
5453
  }
5300
5454
  ],
@@ -5302,7 +5456,7 @@
5302
5456
  }
5303
5457
  },
5304
5458
  {
5305
- "id": 799,
5459
+ "id": 814,
5306
5460
  "name": "onRowClick",
5307
5461
  "kind": 1024,
5308
5462
  "kindString": "Property",
@@ -5314,11 +5468,11 @@
5314
5468
  },
5315
5469
  "type": {
5316
5470
  "type": "reference",
5317
- "id": 705,
5471
+ "id": 720,
5318
5472
  "typeArguments": [
5319
5473
  {
5320
5474
  "type": "reference",
5321
- "id": 831,
5475
+ "id": 846,
5322
5476
  "name": "TRow"
5323
5477
  }
5324
5478
  ],
@@ -5326,7 +5480,7 @@
5326
5480
  }
5327
5481
  },
5328
5482
  {
5329
- "id": 828,
5483
+ "id": 843,
5330
5484
  "name": "onRowCopy",
5331
5485
  "kind": 1024,
5332
5486
  "kindString": "Property",
@@ -5338,11 +5492,11 @@
5338
5492
  },
5339
5493
  "type": {
5340
5494
  "type": "reference",
5341
- "id": 727,
5495
+ "id": 742,
5342
5496
  "typeArguments": [
5343
5497
  {
5344
5498
  "type": "reference",
5345
- "id": 831,
5499
+ "id": 846,
5346
5500
  "name": "TRow"
5347
5501
  }
5348
5502
  ],
@@ -5350,7 +5504,7 @@
5350
5504
  }
5351
5505
  },
5352
5506
  {
5353
- "id": 825,
5507
+ "id": 840,
5354
5508
  "name": "onRowCreate",
5355
5509
  "kind": 1024,
5356
5510
  "kindString": "Property",
@@ -5362,11 +5516,11 @@
5362
5516
  },
5363
5517
  "type": {
5364
5518
  "type": "reference",
5365
- "id": 721,
5519
+ "id": 736,
5366
5520
  "typeArguments": [
5367
5521
  {
5368
5522
  "type": "reference",
5369
- "id": 831,
5523
+ "id": 846,
5370
5524
  "name": "TRow"
5371
5525
  }
5372
5526
  ],
@@ -5374,7 +5528,7 @@
5374
5528
  }
5375
5529
  },
5376
5530
  {
5377
- "id": 829,
5531
+ "id": 844,
5378
5532
  "name": "onRowDelete",
5379
5533
  "kind": 1024,
5380
5534
  "kindString": "Property",
@@ -5386,11 +5540,11 @@
5386
5540
  },
5387
5541
  "type": {
5388
5542
  "type": "reference",
5389
- "id": 733,
5543
+ "id": 748,
5390
5544
  "typeArguments": [
5391
5545
  {
5392
5546
  "type": "reference",
5393
- "id": 831,
5547
+ "id": 846,
5394
5548
  "name": "TRow"
5395
5549
  }
5396
5550
  ],
@@ -5398,7 +5552,7 @@
5398
5552
  }
5399
5553
  },
5400
5554
  {
5401
- "id": 800,
5555
+ "id": 815,
5402
5556
  "name": "onRowDrag",
5403
5557
  "kind": 1024,
5404
5558
  "kindString": "Property",
@@ -5410,11 +5564,11 @@
5410
5564
  },
5411
5565
  "type": {
5412
5566
  "type": "reference",
5413
- "id": 711,
5567
+ "id": 726,
5414
5568
  "typeArguments": [
5415
5569
  {
5416
5570
  "type": "reference",
5417
- "id": 831,
5571
+ "id": 846,
5418
5572
  "name": "TRow"
5419
5573
  }
5420
5574
  ],
@@ -5422,7 +5576,7 @@
5422
5576
  }
5423
5577
  },
5424
5578
  {
5425
- "id": 827,
5579
+ "id": 842,
5426
5580
  "name": "onRowEdit",
5427
5581
  "kind": 1024,
5428
5582
  "kindString": "Property",
@@ -5437,7 +5591,7 @@
5437
5591
  "typeArguments": [
5438
5592
  {
5439
5593
  "type": "reference",
5440
- "id": 831,
5594
+ "id": 846,
5441
5595
  "name": "TRow"
5442
5596
  }
5443
5597
  ],
@@ -5445,7 +5599,7 @@
5445
5599
  }
5446
5600
  },
5447
5601
  {
5448
- "id": 801,
5602
+ "id": 816,
5449
5603
  "name": "onSelectedRows",
5450
5604
  "kind": 1024,
5451
5605
  "kindString": "Property",
@@ -5457,12 +5611,12 @@
5457
5611
  },
5458
5612
  "type": {
5459
5613
  "type": "reference",
5460
- "id": 741,
5614
+ "id": 756,
5461
5615
  "name": "SelectedRowsHandler"
5462
5616
  }
5463
5617
  },
5464
5618
  {
5465
- "id": 812,
5619
+ "id": 827,
5466
5620
  "name": "onSort",
5467
5621
  "kind": 1024,
5468
5622
  "kindString": "Property",
@@ -5474,11 +5628,11 @@
5474
5628
  },
5475
5629
  "type": {
5476
5630
  "type": "reference",
5477
- "id": 744,
5631
+ "id": 759,
5478
5632
  "typeArguments": [
5479
5633
  {
5480
5634
  "type": "reference",
5481
- "id": 831,
5635
+ "id": 846,
5482
5636
  "name": "TRow"
5483
5637
  }
5484
5638
  ],
@@ -5486,7 +5640,7 @@
5486
5640
  }
5487
5641
  },
5488
5642
  {
5489
- "id": 818,
5643
+ "id": 833,
5490
5644
  "name": "pageIndex",
5491
5645
  "kind": 1024,
5492
5646
  "kindString": "Property",
@@ -5502,7 +5656,7 @@
5502
5656
  }
5503
5657
  },
5504
5658
  {
5505
- "id": 819,
5659
+ "id": 834,
5506
5660
  "name": "pageSize",
5507
5661
  "kind": 1024,
5508
5662
  "kindString": "Property",
@@ -5518,7 +5672,7 @@
5518
5672
  }
5519
5673
  },
5520
5674
  {
5521
- "id": 802,
5675
+ "id": 817,
5522
5676
  "name": "rowClassName",
5523
5677
  "kind": 1024,
5524
5678
  "kindString": "Property",
@@ -5538,32 +5692,32 @@
5538
5692
  {
5539
5693
  "type": "reflection",
5540
5694
  "declaration": {
5541
- "id": 803,
5695
+ "id": 818,
5542
5696
  "name": "__type",
5543
5697
  "kind": 65536,
5544
5698
  "kindString": "Type literal",
5545
5699
  "flags": {},
5546
5700
  "signatures": [
5547
5701
  {
5548
- "id": 804,
5702
+ "id": 819,
5549
5703
  "name": "__type",
5550
5704
  "kind": 4096,
5551
5705
  "kindString": "Call signature",
5552
5706
  "flags": {},
5553
5707
  "parameters": [
5554
5708
  {
5555
- "id": 805,
5709
+ "id": 820,
5556
5710
  "name": "row",
5557
5711
  "kind": 32768,
5558
5712
  "kindString": "Parameter",
5559
5713
  "flags": {},
5560
5714
  "type": {
5561
5715
  "type": "reference",
5562
- "id": 832,
5716
+ "id": 847,
5563
5717
  "typeArguments": [
5564
5718
  {
5565
5719
  "type": "reference",
5566
- "id": 831,
5720
+ "id": 846,
5567
5721
  "name": "TRow"
5568
5722
  }
5569
5723
  ],
@@ -5592,7 +5746,7 @@
5592
5746
  }
5593
5747
  },
5594
5748
  {
5595
- "id": 809,
5749
+ "id": 824,
5596
5750
  "name": "rowHeight",
5597
5751
  "kind": 1024,
5598
5752
  "kindString": "Property",
@@ -5608,7 +5762,7 @@
5608
5762
  }
5609
5763
  },
5610
5764
  {
5611
- "id": 810,
5765
+ "id": 825,
5612
5766
  "name": "selectedRows",
5613
5767
  "kind": 1024,
5614
5768
  "kindString": "Property",
@@ -5620,12 +5774,12 @@
5620
5774
  },
5621
5775
  "type": {
5622
5776
  "type": "reference",
5623
- "id": 742,
5777
+ "id": 757,
5624
5778
  "name": "SelectedRowsState"
5625
5779
  }
5626
5780
  },
5627
5781
  {
5628
- "id": 814,
5782
+ "id": 829,
5629
5783
  "name": "sortRules",
5630
5784
  "kind": 1024,
5631
5785
  "kindString": "Property",
@@ -5639,11 +5793,11 @@
5639
5793
  "type": "array",
5640
5794
  "elementType": {
5641
5795
  "type": "reference",
5642
- "id": 750,
5796
+ "id": 765,
5643
5797
  "typeArguments": [
5644
5798
  {
5645
5799
  "type": "reference",
5646
- "id": 831,
5800
+ "id": 846,
5647
5801
  "name": "TRow"
5648
5802
  }
5649
5803
  ],
@@ -5652,7 +5806,7 @@
5652
5806
  }
5653
5807
  },
5654
5808
  {
5655
- "id": 797,
5809
+ "id": 812,
5656
5810
  "name": "emptyStateRenderer",
5657
5811
  "kind": 2048,
5658
5812
  "kindString": "Method",
@@ -5661,7 +5815,7 @@
5661
5815
  },
5662
5816
  "signatures": [
5663
5817
  {
5664
- "id": 798,
5818
+ "id": 813,
5665
5819
  "name": "emptyStateRenderer",
5666
5820
  "kind": 4096,
5667
5821
  "kindString": "Call signature",
@@ -5679,7 +5833,7 @@
5679
5833
  ]
5680
5834
  },
5681
5835
  {
5682
- "id": 820,
5836
+ "id": 835,
5683
5837
  "name": "loadMore",
5684
5838
  "kind": 2048,
5685
5839
  "kindString": "Method",
@@ -5688,7 +5842,7 @@
5688
5842
  },
5689
5843
  "signatures": [
5690
5844
  {
5691
- "id": 821,
5845
+ "id": 836,
5692
5846
  "name": "loadMore",
5693
5847
  "kind": 4096,
5694
5848
  "kindString": "Call signature",
@@ -5698,7 +5852,7 @@
5698
5852
  },
5699
5853
  "parameters": [
5700
5854
  {
5701
- "id": 822,
5855
+ "id": 837,
5702
5856
  "name": "startIndex",
5703
5857
  "kind": 32768,
5704
5858
  "kindString": "Parameter",
@@ -5709,7 +5863,7 @@
5709
5863
  }
5710
5864
  },
5711
5865
  {
5712
- "id": 823,
5866
+ "id": 838,
5713
5867
  "name": "endIndex",
5714
5868
  "kind": 32768,
5715
5869
  "kindString": "Parameter",
@@ -5728,7 +5882,7 @@
5728
5882
  ]
5729
5883
  },
5730
5884
  {
5731
- "id": 806,
5885
+ "id": 821,
5732
5886
  "name": "rowExpansionRenderer",
5733
5887
  "kind": 2048,
5734
5888
  "kindString": "Method",
@@ -5737,7 +5891,7 @@
5737
5891
  },
5738
5892
  "signatures": [
5739
5893
  {
5740
- "id": 807,
5894
+ "id": 822,
5741
5895
  "name": "rowExpansionRenderer",
5742
5896
  "kind": 4096,
5743
5897
  "kindString": "Call signature",
@@ -5747,18 +5901,18 @@
5747
5901
  },
5748
5902
  "parameters": [
5749
5903
  {
5750
- "id": 808,
5904
+ "id": 823,
5751
5905
  "name": "row",
5752
5906
  "kind": 32768,
5753
5907
  "kindString": "Parameter",
5754
5908
  "flags": {},
5755
5909
  "type": {
5756
5910
  "type": "reference",
5757
- "id": 832,
5911
+ "id": 847,
5758
5912
  "typeArguments": [
5759
5913
  {
5760
5914
  "type": "reference",
5761
- "id": 831,
5915
+ "id": 846,
5762
5916
  "name": "TRow"
5763
5917
  }
5764
5918
  ],
@@ -5783,7 +5937,7 @@
5783
5937
  ],
5784
5938
  "props": [
5785
5939
  {
5786
- "id": 847,
5940
+ "id": 862,
5787
5941
  "name": "instance",
5788
5942
  "kind": 1024,
5789
5943
  "kindString": "Property",
@@ -5791,14 +5945,14 @@
5791
5945
  "type": {
5792
5946
  "type": "reflection",
5793
5947
  "declaration": {
5794
- "id": 848,
5948
+ "id": 863,
5795
5949
  "name": "__type",
5796
5950
  "kind": 65536,
5797
5951
  "kindString": "Type literal",
5798
5952
  "flags": {},
5799
5953
  "children": [
5800
5954
  {
5801
- "id": 854,
5955
+ "id": 869,
5802
5956
  "name": "resetRowEditing",
5803
5957
  "kind": 1024,
5804
5958
  "kindString": "Property",
@@ -5809,7 +5963,7 @@
5809
5963
  }
5810
5964
  },
5811
5965
  {
5812
- "id": 849,
5966
+ "id": 864,
5813
5967
  "name": "toggleAllRowsExpanded",
5814
5968
  "kind": 1024,
5815
5969
  "kindString": "Property",
@@ -5820,7 +5974,7 @@
5820
5974
  }
5821
5975
  },
5822
5976
  {
5823
- "id": 852,
5977
+ "id": 867,
5824
5978
  "name": "toggleEditing",
5825
5979
  "kind": 1024,
5826
5980
  "kindString": "Property",
@@ -5831,7 +5985,7 @@
5831
5985
  }
5832
5986
  },
5833
5987
  {
5834
- "id": 850,
5988
+ "id": 865,
5835
5989
  "name": "toggleHideAllColumns",
5836
5990
  "kind": 1024,
5837
5991
  "kindString": "Property",
@@ -5842,7 +5996,7 @@
5842
5996
  }
5843
5997
  },
5844
5998
  {
5845
- "id": 851,
5999
+ "id": 866,
5846
6000
  "name": "toggleHideColumn",
5847
6001
  "kind": 1024,
5848
6002
  "kindString": "Property",
@@ -5853,7 +6007,7 @@
5853
6007
  }
5854
6008
  },
5855
6009
  {
5856
- "id": 853,
6010
+ "id": 868,
5857
6011
  "name": "toggleRowEditing",
5858
6012
  "kind": 1024,
5859
6013
  "kindString": "Property",
@@ -5864,7 +6018,7 @@
5864
6018
  }
5865
6019
  },
5866
6020
  {
5867
- "id": 855,
6021
+ "id": 870,
5868
6022
  "name": "toggleRowExpanded",
5869
6023
  "kind": 1024,
5870
6024
  "kindString": "Property",
@@ -5875,7 +6029,7 @@
5875
6029
  }
5876
6030
  },
5877
6031
  {
5878
- "id": 856,
6032
+ "id": 871,
5879
6033
  "name": "toggleSortBy",
5880
6034
  "kind": 1024,
5881
6035
  "kindString": "Property",
@@ -5891,14 +6045,14 @@
5891
6045
  "title": "Properties",
5892
6046
  "kind": 1024,
5893
6047
  "children": [
5894
- 854,
5895
- 849,
5896
- 852,
5897
- 850,
5898
- 851,
5899
- 853,
5900
- 855,
5901
- 856
6048
+ 869,
6049
+ 864,
6050
+ 867,
6051
+ 865,
6052
+ 866,
6053
+ 868,
6054
+ 870,
6055
+ 871
5902
6056
  ]
5903
6057
  }
5904
6058
  ]
@@ -5910,7 +6064,7 @@
5910
6064
  "TableRow": {
5911
6065
  "props": [
5912
6066
  {
5913
- "id": 836,
6067
+ "id": 851,
5914
6068
  "name": "depth",
5915
6069
  "kind": 1024,
5916
6070
  "kindString": "Property",
@@ -5923,7 +6077,7 @@
5923
6077
  }
5924
6078
  },
5925
6079
  {
5926
- "id": 834,
6080
+ "id": 849,
5927
6081
  "name": "index",
5928
6082
  "kind": 1024,
5929
6083
  "kindString": "Property",
@@ -5937,7 +6091,7 @@
5937
6091
  }
5938
6092
  },
5939
6093
  {
5940
- "id": 835,
6094
+ "id": 850,
5941
6095
  "name": "indexPath",
5942
6096
  "kind": 1024,
5943
6097
  "kindString": "Property",
@@ -5951,7 +6105,7 @@
5951
6105
  }
5952
6106
  },
5953
6107
  {
5954
- "id": 841,
6108
+ "id": 856,
5955
6109
  "name": "isEditing",
5956
6110
  "kind": 1024,
5957
6111
  "kindString": "Property",
@@ -5964,7 +6118,7 @@
5964
6118
  }
5965
6119
  },
5966
6120
  {
5967
- "id": 837,
6121
+ "id": 852,
5968
6122
  "name": "isExpanded",
5969
6123
  "kind": 1024,
5970
6124
  "kindString": "Property",
@@ -5980,7 +6134,7 @@
5980
6134
  }
5981
6135
  },
5982
6136
  {
5983
- "id": 840,
6137
+ "id": 855,
5984
6138
  "name": "values",
5985
6139
  "kind": 1024,
5986
6140
  "kindString": "Property",
@@ -5990,11 +6144,11 @@
5990
6144
  },
5991
6145
  "type": {
5992
6146
  "type": "reference",
5993
- "id": 699,
6147
+ "id": 714,
5994
6148
  "typeArguments": [
5995
6149
  {
5996
6150
  "type": "reference",
5997
- "id": 844,
6151
+ "id": 859,
5998
6152
  "name": "TRow"
5999
6153
  }
6000
6154
  ],
@@ -6002,7 +6156,7 @@
6002
6156
  }
6003
6157
  },
6004
6158
  {
6005
- "id": 842,
6159
+ "id": 857,
6006
6160
  "name": "toggleRowEditing",
6007
6161
  "kind": 2048,
6008
6162
  "kindString": "Method",
@@ -6011,7 +6165,7 @@
6011
6165
  },
6012
6166
  "signatures": [
6013
6167
  {
6014
- "id": 843,
6168
+ "id": 858,
6015
6169
  "name": "toggleRowEditing",
6016
6170
  "kind": 4096,
6017
6171
  "kindString": "Call signature",
@@ -6024,7 +6178,7 @@
6024
6178
  ]
6025
6179
  },
6026
6180
  {
6027
- "id": 838,
6181
+ "id": 853,
6028
6182
  "name": "toggleRowExpanded",
6029
6183
  "kind": 2048,
6030
6184
  "kindString": "Method",
@@ -6033,7 +6187,7 @@
6033
6187
  },
6034
6188
  "signatures": [
6035
6189
  {
6036
- "id": 839,
6190
+ "id": 854,
6037
6191
  "name": "toggleRowExpanded",
6038
6192
  "kind": 4096,
6039
6193
  "kindString": "Call signature",
@@ -6053,7 +6207,7 @@
6053
6207
  "TableTexts": {
6054
6208
  "props": [
6055
6209
  {
6056
- "id": 859,
6210
+ "id": 874,
6057
6211
  "name": "actions",
6058
6212
  "kind": 1024,
6059
6213
  "kindString": "Property",
@@ -6064,7 +6218,7 @@
6064
6218
  }
6065
6219
  },
6066
6220
  {
6067
- "id": 861,
6221
+ "id": 876,
6068
6222
  "name": "copy",
6069
6223
  "kind": 1024,
6070
6224
  "kindString": "Property",
@@ -6075,7 +6229,7 @@
6075
6229
  }
6076
6230
  },
6077
6231
  {
6078
- "id": 862,
6232
+ "id": 877,
6079
6233
  "name": "del",
6080
6234
  "kind": 1024,
6081
6235
  "kindString": "Property",
@@ -6086,7 +6240,7 @@
6086
6240
  }
6087
6241
  },
6088
6242
  {
6089
- "id": 860,
6243
+ "id": 875,
6090
6244
  "name": "edit",
6091
6245
  "kind": 1024,
6092
6246
  "kindString": "Property",
@@ -6097,7 +6251,7 @@
6097
6251
  }
6098
6252
  },
6099
6253
  {
6100
- "id": 864,
6254
+ "id": 879,
6101
6255
  "name": "loading",
6102
6256
  "kind": 1024,
6103
6257
  "kindString": "Property",
@@ -6108,7 +6262,7 @@
6108
6262
  }
6109
6263
  },
6110
6264
  {
6111
- "id": 863,
6265
+ "id": 878,
6112
6266
  "name": "newSubRow",
6113
6267
  "kind": 1024,
6114
6268
  "kindString": "Property",
@@ -6126,7 +6280,7 @@
6126
6280
  ],
6127
6281
  "props": [
6128
6282
  {
6129
- "id": 917,
6283
+ "id": 932,
6130
6284
  "name": "children",
6131
6285
  "kind": 1024,
6132
6286
  "kindString": "Property",
@@ -6142,7 +6296,7 @@
6142
6296
  }
6143
6297
  },
6144
6298
  {
6145
- "id": 916,
6299
+ "id": 931,
6146
6300
  "name": "defaultId",
6147
6301
  "kind": 1024,
6148
6302
  "kindString": "Property",
@@ -6158,7 +6312,7 @@
6158
6312
  }
6159
6313
  },
6160
6314
  {
6161
- "id": 915,
6315
+ "id": 930,
6162
6316
  "name": "id",
6163
6317
  "kind": 1024,
6164
6318
  "kindString": "Property",
@@ -6174,7 +6328,7 @@
6174
6328
  }
6175
6329
  },
6176
6330
  {
6177
- "id": 918,
6331
+ "id": 933,
6178
6332
  "name": "orientation",
6179
6333
  "kind": 1024,
6180
6334
  "kindString": "Property",
@@ -6197,7 +6351,7 @@
6197
6351
  }
6198
6352
  },
6199
6353
  {
6200
- "id": 919,
6354
+ "id": 934,
6201
6355
  "name": "onChange",
6202
6356
  "kind": 2048,
6203
6357
  "kindString": "Method",
@@ -6206,7 +6360,7 @@
6206
6360
  },
6207
6361
  "signatures": [
6208
6362
  {
6209
- "id": 920,
6363
+ "id": 935,
6210
6364
  "name": "onChange",
6211
6365
  "kind": 4096,
6212
6366
  "kindString": "Call signature",
@@ -6216,7 +6370,7 @@
6216
6370
  },
6217
6371
  "parameters": [
6218
6372
  {
6219
- "id": 921,
6373
+ "id": 936,
6220
6374
  "name": "id",
6221
6375
  "kind": 32768,
6222
6376
  "kindString": "Parameter",
@@ -6239,7 +6393,7 @@
6239
6393
  "Taco": {
6240
6394
  "props": [
6241
6395
  {
6242
- "id": 552,
6396
+ "id": 567,
6243
6397
  "name": "localization",
6244
6398
  "kind": 1024,
6245
6399
  "kindString": "Property",
@@ -6249,7 +6403,7 @@
6249
6403
  },
6250
6404
  "type": {
6251
6405
  "type": "reference",
6252
- "id": 543,
6406
+ "id": 558,
6253
6407
  "name": "Localization"
6254
6408
  }
6255
6409
  }
@@ -6261,7 +6415,7 @@
6261
6415
  ],
6262
6416
  "props": [
6263
6417
  {
6264
- "id": 938,
6418
+ "id": 953,
6265
6419
  "name": "highlighted",
6266
6420
  "kind": 1024,
6267
6421
  "kindString": "Property",
@@ -6277,7 +6431,7 @@
6277
6431
  }
6278
6432
  },
6279
6433
  {
6280
- "id": 939,
6434
+ "id": 954,
6281
6435
  "name": "state",
6282
6436
  "kind": 1024,
6283
6437
  "kindString": "Property",
@@ -6294,7 +6448,7 @@
6294
6448
  }
6295
6449
  },
6296
6450
  {
6297
- "id": 940,
6451
+ "id": 955,
6298
6452
  "name": "value",
6299
6453
  "kind": 1024,
6300
6454
  "kindString": "Property",
@@ -6317,7 +6471,7 @@
6317
6471
  ],
6318
6472
  "props": [
6319
6473
  {
6320
- "id": 980,
6474
+ "id": 995,
6321
6475
  "name": "children",
6322
6476
  "kind": 1024,
6323
6477
  "kindString": "Property",
@@ -6342,7 +6496,7 @@
6342
6496
  }
6343
6497
  },
6344
6498
  {
6345
- "id": 982,
6499
+ "id": 997,
6346
6500
  "name": "placement",
6347
6501
  "kind": 1024,
6348
6502
  "kindString": "Property",
@@ -6381,7 +6535,7 @@
6381
6535
  }
6382
6536
  },
6383
6537
  {
6384
- "id": 981,
6538
+ "id": 996,
6385
6539
  "name": "title",
6386
6540
  "kind": 1024,
6387
6541
  "kindString": "Property",
@@ -6399,7 +6553,7 @@
6399
6553
  "TourProps": {
6400
6554
  "props": [
6401
6555
  {
6402
- "id": 1008,
6556
+ "id": 1023,
6403
6557
  "name": "autoStart",
6404
6558
  "kind": 1024,
6405
6559
  "kindString": "Property",
@@ -6415,7 +6569,7 @@
6415
6569
  }
6416
6570
  },
6417
6571
  {
6418
- "id": 1009,
6572
+ "id": 1024,
6419
6573
  "name": "children",
6420
6574
  "kind": 1024,
6421
6575
  "kindString": "Property",
@@ -6429,7 +6583,7 @@
6429
6583
  }
6430
6584
  },
6431
6585
  {
6432
- "id": 1010,
6586
+ "id": 1025,
6433
6587
  "name": "continuous",
6434
6588
  "kind": 1024,
6435
6589
  "kindString": "Property",
@@ -6445,7 +6599,7 @@
6445
6599
  }
6446
6600
  },
6447
6601
  {
6448
- "id": 1011,
6602
+ "id": 1026,
6449
6603
  "name": "disableCloseOnEsc",
6450
6604
  "kind": 1024,
6451
6605
  "kindString": "Property",
@@ -6461,7 +6615,7 @@
6461
6615
  }
6462
6616
  },
6463
6617
  {
6464
- "id": 1012,
6618
+ "id": 1027,
6465
6619
  "name": "disableOverlayClose",
6466
6620
  "kind": 1024,
6467
6621
  "kindString": "Property",
@@ -6477,7 +6631,7 @@
6477
6631
  }
6478
6632
  },
6479
6633
  {
6480
- "id": 1022,
6634
+ "id": 1037,
6481
6635
  "name": "disableScrollParentFix",
6482
6636
  "kind": 1024,
6483
6637
  "kindString": "Property",
@@ -6490,7 +6644,7 @@
6490
6644
  }
6491
6645
  },
6492
6646
  {
6493
- "id": 1013,
6647
+ "id": 1028,
6494
6648
  "name": "disableScrolling",
6495
6649
  "kind": 1024,
6496
6650
  "kindString": "Property",
@@ -6506,7 +6660,7 @@
6506
6660
  }
6507
6661
  },
6508
6662
  {
6509
- "id": 1017,
6663
+ "id": 1032,
6510
6664
  "name": "onComplete",
6511
6665
  "kind": 1024,
6512
6666
  "kindString": "Property",
@@ -6521,7 +6675,7 @@
6521
6675
  }
6522
6676
  },
6523
6677
  {
6524
- "id": 1021,
6678
+ "id": 1036,
6525
6679
  "name": "spotlightClicks",
6526
6680
  "kind": 1024,
6527
6681
  "kindString": "Property",
@@ -6534,7 +6688,7 @@
6534
6688
  }
6535
6689
  },
6536
6690
  {
6537
- "id": 1014,
6691
+ "id": 1029,
6538
6692
  "name": "onClose",
6539
6693
  "kind": 2048,
6540
6694
  "kindString": "Method",
@@ -6543,21 +6697,21 @@
6543
6697
  },
6544
6698
  "signatures": [
6545
6699
  {
6546
- "id": 1015,
6700
+ "id": 1030,
6547
6701
  "name": "onClose",
6548
6702
  "kind": 4096,
6549
6703
  "kindString": "Call signature",
6550
6704
  "flags": {},
6551
6705
  "parameters": [
6552
6706
  {
6553
- "id": 1016,
6707
+ "id": 1031,
6554
6708
  "name": "step",
6555
6709
  "kind": 32768,
6556
6710
  "kindString": "Parameter",
6557
6711
  "flags": {},
6558
6712
  "type": {
6559
6713
  "type": "reference",
6560
- "id": 996,
6714
+ "id": 1011,
6561
6715
  "name": "TourStepProps"
6562
6716
  }
6563
6717
  }
@@ -6570,7 +6724,7 @@
6570
6724
  ]
6571
6725
  },
6572
6726
  {
6573
- "id": 1018,
6727
+ "id": 1033,
6574
6728
  "name": "onReady",
6575
6729
  "kind": 2048,
6576
6730
  "kindString": "Method",
@@ -6579,7 +6733,7 @@
6579
6733
  },
6580
6734
  "signatures": [
6581
6735
  {
6582
- "id": 1019,
6736
+ "id": 1034,
6583
6737
  "name": "onReady",
6584
6738
  "kind": 4096,
6585
6739
  "kindString": "Call signature",
@@ -6589,14 +6743,14 @@
6589
6743
  },
6590
6744
  "parameters": [
6591
6745
  {
6592
- "id": 1020,
6746
+ "id": 1035,
6593
6747
  "name": "step",
6594
6748
  "kind": 32768,
6595
6749
  "kindString": "Parameter",
6596
6750
  "flags": {},
6597
6751
  "type": {
6598
6752
  "type": "reference",
6599
- "id": 996,
6753
+ "id": 1011,
6600
6754
  "name": "TourStepProps"
6601
6755
  }
6602
6756
  }
@@ -6613,7 +6767,7 @@
6613
6767
  "TourStepProps": {
6614
6768
  "props": [
6615
6769
  {
6616
- "id": 998,
6770
+ "id": 1013,
6617
6771
  "name": "children",
6618
6772
  "kind": 1024,
6619
6773
  "kindString": "Property",
@@ -6629,7 +6783,7 @@
6629
6783
  }
6630
6784
  },
6631
6785
  {
6632
- "id": 999,
6786
+ "id": 1014,
6633
6787
  "name": "position",
6634
6788
  "kind": 1024,
6635
6789
  "kindString": "Property",
@@ -6647,7 +6801,7 @@
6647
6801
  }
6648
6802
  },
6649
6803
  {
6650
- "id": 1000,
6804
+ "id": 1015,
6651
6805
  "name": "selector",
6652
6806
  "kind": 1024,
6653
6807
  "kindString": "Property",
@@ -6661,7 +6815,7 @@
6661
6815
  }
6662
6816
  },
6663
6817
  {
6664
- "id": 1001,
6818
+ "id": 1016,
6665
6819
  "name": "showBeacon",
6666
6820
  "kind": 1024,
6667
6821
  "kindString": "Property",
@@ -6677,7 +6831,7 @@
6677
6831
  }
6678
6832
  },
6679
6833
  {
6680
- "id": 1002,
6834
+ "id": 1017,
6681
6835
  "name": "title",
6682
6836
  "kind": 1024,
6683
6837
  "kindString": "Property",
@@ -6695,7 +6849,7 @@
6695
6849
  "TourTexts": {
6696
6850
  "props": [
6697
6851
  {
6698
- "id": 990,
6852
+ "id": 1005,
6699
6853
  "name": "back",
6700
6854
  "kind": 1024,
6701
6855
  "kindString": "Property",
@@ -6709,7 +6863,7 @@
6709
6863
  }
6710
6864
  },
6711
6865
  {
6712
- "id": 991,
6866
+ "id": 1006,
6713
6867
  "name": "close",
6714
6868
  "kind": 1024,
6715
6869
  "kindString": "Property",
@@ -6723,7 +6877,7 @@
6723
6877
  }
6724
6878
  },
6725
6879
  {
6726
- "id": 993,
6880
+ "id": 1008,
6727
6881
  "name": "last",
6728
6882
  "kind": 1024,
6729
6883
  "kindString": "Property",
@@ -6737,7 +6891,7 @@
6737
6891
  }
6738
6892
  },
6739
6893
  {
6740
- "id": 994,
6894
+ "id": 1009,
6741
6895
  "name": "next",
6742
6896
  "kind": 1024,
6743
6897
  "kindString": "Property",
@@ -6751,7 +6905,7 @@
6751
6905
  }
6752
6906
  },
6753
6907
  {
6754
- "id": 995,
6908
+ "id": 1010,
6755
6909
  "name": "open",
6756
6910
  "kind": 1024,
6757
6911
  "kindString": "Property",
@@ -6765,7 +6919,7 @@
6765
6919
  }
6766
6920
  },
6767
6921
  {
6768
- "id": 992,
6922
+ "id": 1007,
6769
6923
  "name": "skip",
6770
6924
  "kind": 1024,
6771
6925
  "kindString": "Property",
@@ -6786,7 +6940,7 @@
6786
6940
  ],
6787
6941
  "props": [
6788
6942
  {
6789
- "id": 1039,
6943
+ "id": 1054,
6790
6944
  "name": "className",
6791
6945
  "kind": 1024,
6792
6946
  "kindString": "Property",
@@ -6806,21 +6960,21 @@
6806
6960
  {
6807
6961
  "type": "reflection",
6808
6962
  "declaration": {
6809
- "id": 1040,
6963
+ "id": 1055,
6810
6964
  "name": "__type",
6811
6965
  "kind": 65536,
6812
6966
  "kindString": "Type literal",
6813
6967
  "flags": {},
6814
6968
  "signatures": [
6815
6969
  {
6816
- "id": 1041,
6970
+ "id": 1056,
6817
6971
  "name": "__type",
6818
6972
  "kind": 4096,
6819
6973
  "kindString": "Call signature",
6820
6974
  "flags": {},
6821
6975
  "parameters": [
6822
6976
  {
6823
- "id": 1042,
6977
+ "id": 1057,
6824
6978
  "name": "expanded",
6825
6979
  "kind": 32768,
6826
6980
  "kindString": "Parameter",
@@ -6843,7 +6997,7 @@
6843
6997
  }
6844
6998
  },
6845
6999
  {
6846
- "id": 1043,
7000
+ "id": 1058,
6847
7001
  "name": "expanded",
6848
7002
  "kind": 1024,
6849
7003
  "kindString": "Property",
@@ -6859,7 +7013,7 @@
6859
7013
  }
6860
7014
  },
6861
7015
  {
6862
- "id": 1044,
7016
+ "id": 1059,
6863
7017
  "name": "fixed",
6864
7018
  "kind": 1024,
6865
7019
  "kindString": "Property",
@@ -6875,7 +7029,7 @@
6875
7029
  }
6876
7030
  },
6877
7031
  {
6878
- "id": 1049,
7032
+ "id": 1064,
6879
7033
  "name": "title",
6880
7034
  "kind": 1024,
6881
7035
  "kindString": "Property",
@@ -6895,21 +7049,21 @@
6895
7049
  {
6896
7050
  "type": "reflection",
6897
7051
  "declaration": {
6898
- "id": 1050,
7052
+ "id": 1065,
6899
7053
  "name": "__type",
6900
7054
  "kind": 65536,
6901
7055
  "kindString": "Type literal",
6902
7056
  "flags": {},
6903
7057
  "signatures": [
6904
7058
  {
6905
- "id": 1051,
7059
+ "id": 1066,
6906
7060
  "name": "__type",
6907
7061
  "kind": 4096,
6908
7062
  "kindString": "Call signature",
6909
7063
  "flags": {},
6910
7064
  "parameters": [
6911
7065
  {
6912
- "id": 1052,
7066
+ "id": 1067,
6913
7067
  "name": "expanded",
6914
7068
  "kind": 32768,
6915
7069
  "kindString": "Parameter",
@@ -6934,7 +7088,7 @@
6934
7088
  }
6935
7089
  },
6936
7090
  {
6937
- "id": 1045,
7091
+ "id": 1060,
6938
7092
  "name": "onClick",
6939
7093
  "kind": 2048,
6940
7094
  "kindString": "Method",
@@ -6943,7 +7097,7 @@
6943
7097
  },
6944
7098
  "signatures": [
6945
7099
  {
6946
- "id": 1046,
7100
+ "id": 1061,
6947
7101
  "name": "onClick",
6948
7102
  "kind": 4096,
6949
7103
  "kindString": "Call signature",
@@ -6953,7 +7107,7 @@
6953
7107
  },
6954
7108
  "parameters": [
6955
7109
  {
6956
- "id": 1047,
7110
+ "id": 1062,
6957
7111
  "name": "event",
6958
7112
  "kind": 32768,
6959
7113
  "kindString": "Parameter",
@@ -6980,7 +7134,7 @@
6980
7134
  }
6981
7135
  },
6982
7136
  {
6983
- "id": 1048,
7137
+ "id": 1063,
6984
7138
  "name": "expanded",
6985
7139
  "kind": 32768,
6986
7140
  "kindString": "Parameter",
@@ -7005,7 +7159,7 @@
7005
7159
  "useListKeyboardNavigationOptions": {
7006
7160
  "props": [
7007
7161
  {
7008
- "id": 1079,
7162
+ "id": 1094,
7009
7163
  "name": "direction",
7010
7164
  "kind": 1024,
7011
7165
  "kindString": "Property",
@@ -7019,7 +7173,7 @@
7019
7173
  }
7020
7174
  },
7021
7175
  {
7022
- "id": 1080,
7176
+ "id": 1095,
7023
7177
  "name": "initialIndex",
7024
7178
  "kind": 1024,
7025
7179
  "kindString": "Property",
@@ -7036,7 +7190,7 @@
7036
7190
  "usePaginationValues": {
7037
7191
  "props": [
7038
7192
  {
7039
- "id": 491,
7193
+ "id": 506,
7040
7194
  "name": "pageIndex",
7041
7195
  "kind": 1024,
7042
7196
  "kindString": "Property",
@@ -7050,7 +7204,7 @@
7050
7204
  }
7051
7205
  },
7052
7206
  {
7053
- "id": 492,
7207
+ "id": 507,
7054
7208
  "name": "pageSize",
7055
7209
  "kind": 1024,
7056
7210
  "kindString": "Property",
@@ -7064,14 +7218,14 @@
7064
7218
  }
7065
7219
  },
7066
7220
  {
7067
- "id": 493,
7221
+ "id": 508,
7068
7222
  "name": "setPageIndex",
7069
7223
  "kind": 2048,
7070
7224
  "kindString": "Method",
7071
7225
  "flags": {},
7072
7226
  "signatures": [
7073
7227
  {
7074
- "id": 494,
7228
+ "id": 509,
7075
7229
  "name": "setPageIndex",
7076
7230
  "kind": 4096,
7077
7231
  "kindString": "Call signature",
@@ -7081,7 +7235,7 @@
7081
7235
  },
7082
7236
  "parameters": [
7083
7237
  {
7084
- "id": 495,
7238
+ "id": 510,
7085
7239
  "name": "pageIndex",
7086
7240
  "kind": 32768,
7087
7241
  "kindString": "Parameter",
@@ -7100,14 +7254,14 @@
7100
7254
  ]
7101
7255
  },
7102
7256
  {
7103
- "id": 496,
7257
+ "id": 511,
7104
7258
  "name": "setPageSize",
7105
7259
  "kind": 2048,
7106
7260
  "kindString": "Method",
7107
7261
  "flags": {},
7108
7262
  "signatures": [
7109
7263
  {
7110
- "id": 497,
7264
+ "id": 512,
7111
7265
  "name": "setPageSize",
7112
7266
  "kind": 4096,
7113
7267
  "kindString": "Call signature",
@@ -7117,7 +7271,7 @@
7117
7271
  },
7118
7272
  "parameters": [
7119
7273
  {
7120
- "id": 498,
7274
+ "id": 513,
7121
7275
  "name": "size",
7122
7276
  "kind": 32768,
7123
7277
  "kindString": "Parameter",
@@ -7140,7 +7294,7 @@
7140
7294
  "useTableRowCreation": {
7141
7295
  "props": [
7142
7296
  {
7143
- "id": 903,
7297
+ "id": 918,
7144
7298
  "name": "data",
7145
7299
  "kind": 1024,
7146
7300
  "kindString": "Property",
@@ -7149,11 +7303,11 @@
7149
7303
  "type": "array",
7150
7304
  "elementType": {
7151
7305
  "type": "reference",
7152
- "id": 699,
7306
+ "id": 714,
7153
7307
  "typeArguments": [
7154
7308
  {
7155
7309
  "type": "reference",
7156
- "id": 912,
7310
+ "id": 927,
7157
7311
  "name": "TRow"
7158
7312
  }
7159
7313
  ],
@@ -7162,7 +7316,7 @@
7162
7316
  }
7163
7317
  },
7164
7318
  {
7165
- "id": 911,
7319
+ "id": 926,
7166
7320
  "name": "isCreating",
7167
7321
  "kind": 1024,
7168
7322
  "kindString": "Property",
@@ -7173,33 +7327,33 @@
7173
7327
  }
7174
7328
  },
7175
7329
  {
7176
- "id": 904,
7330
+ "id": 919,
7177
7331
  "name": "create",
7178
7332
  "kind": 2048,
7179
7333
  "kindString": "Method",
7180
7334
  "flags": {},
7181
7335
  "signatures": [
7182
7336
  {
7183
- "id": 905,
7337
+ "id": 920,
7184
7338
  "name": "create",
7185
7339
  "kind": 4096,
7186
7340
  "kindString": "Call signature",
7187
7341
  "flags": {},
7188
7342
  "parameters": [
7189
7343
  {
7190
- "id": 906,
7344
+ "id": 921,
7191
7345
  "name": "rowIndexPath",
7192
7346
  "kind": 32768,
7193
7347
  "kindString": "Parameter",
7194
7348
  "flags": {},
7195
7349
  "type": {
7196
7350
  "type": "reference",
7197
- "id": 704,
7351
+ "id": 719,
7198
7352
  "name": "RowIndexPath"
7199
7353
  }
7200
7354
  },
7201
7355
  {
7202
- "id": 907,
7356
+ "id": 922,
7203
7357
  "name": "values",
7204
7358
  "kind": 32768,
7205
7359
  "kindString": "Parameter",
@@ -7214,35 +7368,35 @@
7214
7368
  ],
7215
7369
  "type": {
7216
7370
  "type": "reference",
7217
- "id": 704,
7371
+ "id": 719,
7218
7372
  "name": "RowIndexPath"
7219
7373
  }
7220
7374
  }
7221
7375
  ]
7222
7376
  },
7223
7377
  {
7224
- "id": 908,
7378
+ "id": 923,
7225
7379
  "name": "remove",
7226
7380
  "kind": 2048,
7227
7381
  "kindString": "Method",
7228
7382
  "flags": {},
7229
7383
  "signatures": [
7230
7384
  {
7231
- "id": 909,
7385
+ "id": 924,
7232
7386
  "name": "remove",
7233
7387
  "kind": 4096,
7234
7388
  "kindString": "Call signature",
7235
7389
  "flags": {},
7236
7390
  "parameters": [
7237
7391
  {
7238
- "id": 910,
7392
+ "id": 925,
7239
7393
  "name": "rowIndexPath",
7240
7394
  "kind": 32768,
7241
7395
  "kindString": "Parameter",
7242
7396
  "flags": {},
7243
7397
  "type": {
7244
7398
  "type": "reference",
7245
- "id": 704,
7399
+ "id": 719,
7246
7400
  "name": "RowIndexPath"
7247
7401
  }
7248
7402
  }