@economic/taco 0.0.1-alpha.2 → 0.0.3-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 (47) hide show
  1. package/dist/components/Backdrop/Backdrop.d.ts +3 -0
  2. package/dist/components/Combobox/useCombobox.d.ts +3 -3
  3. package/dist/components/Listbox/Listbox.d.ts +0 -1
  4. package/dist/components/RadioGroup/RadioGroup.d.ts +5 -4
  5. package/dist/components/Select/Select.d.ts +0 -5
  6. package/dist/components/Select/useSelect.d.ts +5 -4
  7. package/dist/esm/index.css +8 -80
  8. package/dist/esm/src/components/Backdrop/Backdrop.js +12 -0
  9. package/dist/esm/src/components/Backdrop/Backdrop.js.map +1 -0
  10. package/dist/esm/src/components/Combobox/Combobox.js +28 -24
  11. package/dist/esm/src/components/Combobox/Combobox.js.map +1 -1
  12. package/dist/esm/src/components/Combobox/useCombobox.js +32 -38
  13. package/dist/esm/src/components/Combobox/useCombobox.js.map +1 -1
  14. package/dist/esm/src/components/Dialog/components/Content.js +8 -8
  15. package/dist/esm/src/components/Dialog/components/Content.js.map +1 -1
  16. package/dist/esm/src/components/Dialog/components/Drawer.js +2 -1
  17. package/dist/esm/src/components/Dialog/components/Drawer.js.map +1 -1
  18. package/dist/esm/src/components/Dialog/components/Extra.js +2 -1
  19. package/dist/esm/src/components/Dialog/components/Extra.js.map +1 -1
  20. package/dist/esm/src/components/Input/util.js +6 -6
  21. package/dist/esm/src/components/Input/util.js.map +1 -1
  22. package/dist/esm/src/components/Listbox/Listbox.js +21 -5
  23. package/dist/esm/src/components/Listbox/Listbox.js.map +1 -1
  24. package/dist/esm/src/components/Listbox/ScrollableList.js +6 -4
  25. package/dist/esm/src/components/Listbox/ScrollableList.js.map +1 -1
  26. package/dist/esm/src/components/Navigation/Navigation.js +1 -0
  27. package/dist/esm/src/components/Navigation/Navigation.js.map +1 -1
  28. package/dist/esm/src/components/Pagination/Pagination.js +1 -0
  29. package/dist/esm/src/components/Pagination/Pagination.js.map +1 -1
  30. package/dist/esm/src/components/RadioGroup/RadioGroup.js +20 -17
  31. package/dist/esm/src/components/RadioGroup/RadioGroup.js.map +1 -1
  32. package/dist/esm/src/components/SearchInput/SearchInput.js +1 -0
  33. package/dist/esm/src/components/SearchInput/SearchInput.js.map +1 -1
  34. package/dist/esm/src/components/Select/Select.js +27 -26
  35. package/dist/esm/src/components/Select/Select.js.map +1 -1
  36. package/dist/esm/src/components/Select/useSelect.js +72 -39
  37. package/dist/esm/src/components/Select/useSelect.js.map +1 -1
  38. package/dist/esm/src/index.js +1 -0
  39. package/dist/esm/src/index.js.map +1 -1
  40. package/dist/index.css +8 -80
  41. package/dist/index.d.ts +1 -0
  42. package/dist/taco.cjs.development.js +240 -175
  43. package/dist/taco.cjs.development.js.map +1 -1
  44. package/dist/taco.cjs.production.min.js +1 -1
  45. package/dist/taco.cjs.production.min.js.map +1 -1
  46. package/package.json +2 -3
  47. package/types.json +467 -479
package/types.json CHANGED
@@ -5,13 +5,14 @@
5
5
  "AccordionMultipleControlledProps",
6
6
  "AccordionSingleControlledProps"
7
7
  ],
8
+ "BackdropProps": "React.HTMLAttributes<HTMLDivElement>",
8
9
  "BadgeProps": {
9
10
  "intersections": [
10
11
  "React.HTMLAttributes<HTMLSpanElement>"
11
12
  ],
12
13
  "props": [
13
14
  {
14
- "id": 47,
15
+ "id": 51,
15
16
  "name": "children",
16
17
  "kind": 1024,
17
18
  "kindString": "Property",
@@ -27,7 +28,7 @@
27
28
  }
28
29
  },
29
30
  {
30
- "id": 48,
31
+ "id": 52,
31
32
  "name": "compact",
32
33
  "kind": 1024,
33
34
  "kindString": "Property",
@@ -43,7 +44,7 @@
43
44
  }
44
45
  },
45
46
  {
46
- "id": 49,
47
+ "id": 53,
47
48
  "name": "outline",
48
49
  "kind": 1024,
49
50
  "kindString": "Property",
@@ -59,7 +60,7 @@
59
60
  }
60
61
  },
61
62
  {
62
- "id": 50,
63
+ "id": 54,
63
64
  "name": "state",
64
65
  "kind": 1024,
65
66
  "kindString": "Property",
@@ -83,7 +84,7 @@
83
84
  ],
84
85
  "props": [
85
86
  {
86
- "id": 59,
87
+ "id": 63,
87
88
  "name": "children",
88
89
  "kind": 1024,
89
90
  "kindString": "Property",
@@ -99,7 +100,7 @@
99
100
  }
100
101
  },
101
102
  {
102
- "id": 60,
103
+ "id": 64,
103
104
  "name": "state",
104
105
  "kind": 1024,
105
106
  "kindString": "Property",
@@ -114,7 +115,7 @@
114
115
  }
115
116
  },
116
117
  {
117
- "id": 61,
118
+ "id": 65,
118
119
  "name": "onClose",
119
120
  "kind": 2048,
120
121
  "kindString": "Method",
@@ -123,7 +124,7 @@
123
124
  },
124
125
  "signatures": [
125
126
  {
126
- "id": 62,
127
+ "id": 66,
127
128
  "name": "onClose",
128
129
  "kind": 4096,
129
130
  "kindString": "Call signature",
@@ -144,7 +145,7 @@
144
145
  ],
145
146
  "props": [
146
147
  {
147
- "id": 659,
148
+ "id": 663,
148
149
  "name": "multiselect",
149
150
  "kind": 1024,
150
151
  "kindString": "Property",
@@ -158,22 +159,6 @@
158
159
  "type": "intrinsic",
159
160
  "name": "boolean"
160
161
  }
161
- },
162
- {
163
- "id": 660,
164
- "name": "showSelectedIcon",
165
- "kind": 1024,
166
- "kindString": "Property",
167
- "flags": {
168
- "isOptional": true
169
- },
170
- "comment": {
171
- "shortText": "Optionally shows the icon for the selected option"
172
- },
173
- "type": {
174
- "type": "intrinsic",
175
- "name": "boolean"
176
- }
177
162
  }
178
163
  ]
179
164
  },
@@ -183,7 +168,7 @@
183
168
  ],
184
169
  "props": [
185
170
  {
186
- "id": 71,
171
+ "id": 75,
187
172
  "name": "appearance",
188
173
  "kind": 1024,
189
174
  "kindString": "Property",
@@ -200,7 +185,7 @@
200
185
  }
201
186
  },
202
187
  {
203
- "id": 72,
188
+ "id": 76,
204
189
  "name": "dialog",
205
190
  "kind": 1024,
206
191
  "kindString": "Property",
@@ -215,7 +200,7 @@
215
200
  "typeArguments": [
216
201
  {
217
202
  "type": "reference",
218
- "id": 181,
203
+ "id": 185,
219
204
  "name": "DialogProps"
220
205
  }
221
206
  ],
@@ -225,7 +210,7 @@
225
210
  }
226
211
  },
227
212
  {
228
- "id": 73,
213
+ "id": 77,
229
214
  "name": "fluid",
230
215
  "kind": 1024,
231
216
  "kindString": "Property",
@@ -241,7 +226,7 @@
241
226
  }
242
227
  },
243
228
  {
244
- "id": 74,
229
+ "id": 78,
245
230
  "name": "hanger",
246
231
  "kind": 1024,
247
232
  "kindString": "Property",
@@ -256,7 +241,7 @@
256
241
  "typeArguments": [
257
242
  {
258
243
  "type": "reference",
259
- "id": 227,
244
+ "id": 231,
260
245
  "name": "HangerProps"
261
246
  }
262
247
  ],
@@ -266,7 +251,7 @@
266
251
  }
267
252
  },
268
253
  {
269
- "id": 75,
254
+ "id": 79,
270
255
  "name": "popover",
271
256
  "kind": 1024,
272
257
  "kindString": "Property",
@@ -281,7 +266,7 @@
281
266
  "typeArguments": [
282
267
  {
283
268
  "type": "reference",
284
- "id": 506,
269
+ "id": 510,
285
270
  "name": "PopoverProps"
286
271
  }
287
272
  ],
@@ -291,7 +276,7 @@
291
276
  }
292
277
  },
293
278
  {
294
- "id": 76,
279
+ "id": 80,
295
280
  "name": "tooltip",
296
281
  "kind": 1024,
297
282
  "kindString": "Property",
@@ -314,7 +299,7 @@
314
299
  ],
315
300
  "props": [
316
301
  {
317
- "id": 109,
302
+ "id": 113,
318
303
  "name": "value",
319
304
  "kind": 1024,
320
305
  "kindString": "Property",
@@ -329,14 +314,14 @@
329
314
  }
330
315
  },
331
316
  {
332
- "id": 105,
317
+ "id": 109,
333
318
  "name": "onChange",
334
319
  "kind": 2048,
335
320
  "kindString": "Method",
336
321
  "flags": {},
337
322
  "signatures": [
338
323
  {
339
- "id": 106,
324
+ "id": 110,
340
325
  "name": "onChange",
341
326
  "kind": 4096,
342
327
  "kindString": "Call signature",
@@ -346,7 +331,7 @@
346
331
  },
347
332
  "parameters": [
348
333
  {
349
- "id": 107,
334
+ "id": 111,
350
335
  "name": "date",
351
336
  "kind": 32768,
352
337
  "kindString": "Parameter",
@@ -359,7 +344,7 @@
359
344
  }
360
345
  },
361
346
  {
362
- "id": 108,
347
+ "id": 112,
363
348
  "name": "event",
364
349
  "kind": 32768,
365
350
  "kindString": "Parameter",
@@ -400,7 +385,7 @@
400
385
  "CalendarTexts": {
401
386
  "props": [
402
387
  {
403
- "id": 100,
388
+ "id": 104,
404
389
  "name": "actions",
405
390
  "kind": 1024,
406
391
  "kindString": "Property",
@@ -410,12 +395,12 @@
410
395
  },
411
396
  "type": {
412
397
  "type": "reference",
413
- "id": 91,
398
+ "id": 95,
414
399
  "name": "CalendarTextsActions"
415
400
  }
416
401
  },
417
402
  {
418
- "id": 101,
403
+ "id": 105,
419
404
  "name": "months",
420
405
  "kind": 1024,
421
406
  "kindString": "Property",
@@ -432,7 +417,7 @@
432
417
  }
433
418
  },
434
419
  {
435
- "id": 102,
420
+ "id": 106,
436
421
  "name": "weekdaysShort",
437
422
  "kind": 1024,
438
423
  "kindString": "Property",
@@ -453,7 +438,7 @@
453
438
  "CalendarTextsActions": {
454
439
  "props": [
455
440
  {
456
- "id": 94,
441
+ "id": 98,
457
442
  "name": "nextMonth",
458
443
  "kind": 1024,
459
444
  "kindString": "Property",
@@ -467,7 +452,7 @@
467
452
  }
468
453
  },
469
454
  {
470
- "id": 96,
455
+ "id": 100,
471
456
  "name": "nextYear",
472
457
  "kind": 1024,
473
458
  "kindString": "Property",
@@ -481,7 +466,7 @@
481
466
  }
482
467
  },
483
468
  {
484
- "id": 93,
469
+ "id": 97,
485
470
  "name": "previousMonth",
486
471
  "kind": 1024,
487
472
  "kindString": "Property",
@@ -495,7 +480,7 @@
495
480
  }
496
481
  },
497
482
  {
498
- "id": 95,
483
+ "id": 99,
499
484
  "name": "previousYear",
500
485
  "kind": 1024,
501
486
  "kindString": "Property",
@@ -509,7 +494,7 @@
509
494
  }
510
495
  },
511
496
  {
512
- "id": 97,
497
+ "id": 101,
513
498
  "name": "today",
514
499
  "kind": 1024,
515
500
  "kindString": "Property",
@@ -544,7 +529,7 @@
544
529
  ],
545
530
  "props": [
546
531
  {
547
- "id": 123,
532
+ "id": 127,
548
533
  "name": "data",
549
534
  "kind": 1024,
550
535
  "kindString": "Property",
@@ -558,13 +543,13 @@
558
543
  "type": "array",
559
544
  "elementType": {
560
545
  "type": "reference",
561
- "id": 119,
546
+ "id": 123,
562
547
  "name": "ComboboxItem"
563
548
  }
564
549
  }
565
550
  },
566
551
  {
567
- "id": 124,
552
+ "id": 128,
568
553
  "name": "defaultValue",
569
554
  "kind": 1024,
570
555
  "kindString": "Property",
@@ -576,12 +561,12 @@
576
561
  },
577
562
  "type": {
578
563
  "type": "reference",
579
- "id": 120,
564
+ "id": 124,
580
565
  "name": "ComboboxValue"
581
566
  }
582
567
  },
583
568
  {
584
- "id": 125,
569
+ "id": 129,
585
570
  "name": "emptyValue",
586
571
  "kind": 1024,
587
572
  "kindString": "Property",
@@ -593,12 +578,12 @@
593
578
  },
594
579
  "type": {
595
580
  "type": "reference",
596
- "id": 120,
581
+ "id": 124,
597
582
  "name": "ComboboxValue"
598
583
  }
599
584
  },
600
585
  {
601
- "id": 126,
586
+ "id": 130,
602
587
  "name": "highlighted",
603
588
  "kind": 1024,
604
589
  "kindString": "Property",
@@ -614,7 +599,7 @@
614
599
  }
615
600
  },
616
601
  {
617
- "id": 127,
602
+ "id": 131,
618
603
  "name": "inline",
619
604
  "kind": 1024,
620
605
  "kindString": "Property",
@@ -630,7 +615,7 @@
630
615
  }
631
616
  },
632
617
  {
633
- "id": 128,
618
+ "id": 132,
634
619
  "name": "loading",
635
620
  "kind": 1024,
636
621
  "kindString": "Property",
@@ -646,7 +631,7 @@
646
631
  }
647
632
  },
648
633
  {
649
- "id": 129,
634
+ "id": 133,
650
635
  "name": "onChange",
651
636
  "kind": 1024,
652
637
  "kindString": "Property",
@@ -672,7 +657,7 @@
672
657
  }
673
658
  },
674
659
  {
675
- "id": 130,
660
+ "id": 134,
676
661
  "name": "state",
677
662
  "kind": 1024,
678
663
  "kindString": "Property",
@@ -689,7 +674,7 @@
689
674
  }
690
675
  },
691
676
  {
692
- "id": 131,
677
+ "id": 135,
693
678
  "name": "value",
694
679
  "kind": 1024,
695
680
  "kindString": "Property",
@@ -701,7 +686,7 @@
701
686
  },
702
687
  "type": {
703
688
  "type": "reference",
704
- "id": 120,
689
+ "id": 124,
705
690
  "name": "ComboboxValue"
706
691
  }
707
692
  }
@@ -714,7 +699,7 @@
714
699
  ],
715
700
  "props": [
716
701
  {
717
- "id": 151,
702
+ "id": 155,
718
703
  "name": "calendar",
719
704
  "kind": 1024,
720
705
  "kindString": "Property",
@@ -726,12 +711,12 @@
726
711
  },
727
712
  "type": {
728
713
  "type": "reference",
729
- "id": 103,
714
+ "id": 107,
730
715
  "name": "CalendarProps"
731
716
  }
732
717
  },
733
718
  {
734
- "id": 152,
719
+ "id": 156,
735
720
  "name": "shortcuts",
736
721
  "kind": 1024,
737
722
  "kindString": "Property",
@@ -747,7 +732,7 @@
747
732
  }
748
733
  },
749
734
  {
750
- "id": 153,
735
+ "id": 157,
751
736
  "name": "shortcutsText",
752
737
  "kind": 1024,
753
738
  "kindString": "Property",
@@ -763,7 +748,7 @@
763
748
  }
764
749
  },
765
750
  {
766
- "id": 157,
751
+ "id": 161,
767
752
  "name": "value",
768
753
  "kind": 1024,
769
754
  "kindString": "Property",
@@ -781,7 +766,7 @@
781
766
  }
782
767
  },
783
768
  {
784
- "id": 154,
769
+ "id": 158,
785
770
  "name": "onReset",
786
771
  "kind": 2048,
787
772
  "kindString": "Method",
@@ -790,7 +775,7 @@
790
775
  },
791
776
  "signatures": [
792
777
  {
793
- "id": 155,
778
+ "id": 159,
794
779
  "name": "onReset",
795
780
  "kind": 4096,
796
781
  "kindString": "Call signature",
@@ -800,7 +785,7 @@
800
785
  },
801
786
  "parameters": [
802
787
  {
803
- "id": 156,
788
+ "id": 160,
804
789
  "name": "event",
805
790
  "kind": 32768,
806
791
  "kindString": "Parameter",
@@ -839,7 +824,7 @@
839
824
  "DatepickerTexts": {
840
825
  "props": [
841
826
  {
842
- "id": 145,
827
+ "id": 149,
843
828
  "name": "calendar",
844
829
  "kind": 1024,
845
830
  "kindString": "Property",
@@ -853,7 +838,7 @@
853
838
  }
854
839
  },
855
840
  {
856
- "id": 146,
841
+ "id": 150,
857
842
  "name": "clear",
858
843
  "kind": 1024,
859
844
  "kindString": "Property",
@@ -867,7 +852,7 @@
867
852
  }
868
853
  },
869
854
  {
870
- "id": 147,
855
+ "id": 151,
871
856
  "name": "expand",
872
857
  "kind": 1024,
873
858
  "kindString": "Property",
@@ -881,7 +866,7 @@
881
866
  }
882
867
  },
883
868
  {
884
- "id": 148,
869
+ "id": 152,
885
870
  "name": "shortcuts",
886
871
  "kind": 1024,
887
872
  "kindString": "Property",
@@ -903,7 +888,7 @@
903
888
  ],
904
889
  "props": [
905
890
  {
906
- "id": 169,
891
+ "id": 173,
907
892
  "name": "aria-describedby",
908
893
  "kind": 1024,
909
894
  "kindString": "Property",
@@ -917,7 +902,7 @@
917
902
  }
918
903
  },
919
904
  {
920
- "id": 170,
905
+ "id": 174,
921
906
  "name": "children",
922
907
  "kind": 1024,
923
908
  "kindString": "Property",
@@ -946,21 +931,21 @@
946
931
  {
947
932
  "type": "reflection",
948
933
  "declaration": {
949
- "id": 171,
934
+ "id": 175,
950
935
  "name": "__type",
951
936
  "kind": 65536,
952
937
  "kindString": "Type literal",
953
938
  "flags": {},
954
939
  "signatures": [
955
940
  {
956
- "id": 172,
941
+ "id": 176,
957
942
  "name": "__type",
958
943
  "kind": 4096,
959
944
  "kindString": "Call signature",
960
945
  "flags": {},
961
946
  "parameters": [
962
947
  {
963
- "id": 173,
948
+ "id": 177,
964
949
  "name": "props",
965
950
  "kind": 32768,
966
951
  "kindString": "Parameter",
@@ -990,7 +975,7 @@
990
975
  "DialogProps": {
991
976
  "props": [
992
977
  {
993
- "id": 183,
978
+ "id": 187,
994
979
  "name": "children",
995
980
  "kind": 1024,
996
981
  "kindString": "Property",
@@ -1017,7 +1002,7 @@
1017
1002
  }
1018
1003
  },
1019
1004
  {
1020
- "id": 184,
1005
+ "id": 188,
1021
1006
  "name": "draggable",
1022
1007
  "kind": 1024,
1023
1008
  "kindString": "Property",
@@ -1033,7 +1018,7 @@
1033
1018
  }
1034
1019
  },
1035
1020
  {
1036
- "id": 187,
1021
+ "id": 191,
1037
1022
  "name": "open",
1038
1023
  "kind": 1024,
1039
1024
  "kindString": "Property",
@@ -1049,7 +1034,7 @@
1049
1034
  }
1050
1035
  },
1051
1036
  {
1052
- "id": 188,
1037
+ "id": 192,
1053
1038
  "name": "size",
1054
1039
  "kind": 1024,
1055
1040
  "kindString": "Property",
@@ -1065,7 +1050,7 @@
1065
1050
  }
1066
1051
  },
1067
1052
  {
1068
- "id": 185,
1053
+ "id": 189,
1069
1054
  "name": "onClose",
1070
1055
  "kind": 2048,
1071
1056
  "kindString": "Method",
@@ -1074,7 +1059,7 @@
1074
1059
  },
1075
1060
  "signatures": [
1076
1061
  {
1077
- "id": 186,
1062
+ "id": 190,
1078
1063
  "name": "onClose",
1079
1064
  "kind": 4096,
1080
1065
  "kindString": "Call signature",
@@ -1094,7 +1079,7 @@
1094
1079
  "DialogTexts": {
1095
1080
  "props": [
1096
1081
  {
1097
- "id": 179,
1082
+ "id": 183,
1098
1083
  "name": "close",
1099
1084
  "kind": 1024,
1100
1085
  "kindString": "Property",
@@ -1108,7 +1093,7 @@
1108
1093
  }
1109
1094
  },
1110
1095
  {
1111
- "id": 180,
1096
+ "id": 184,
1112
1097
  "name": "drag",
1113
1098
  "kind": 1024,
1114
1099
  "kindString": "Property",
@@ -1127,7 +1112,7 @@
1127
1112
  ],
1128
1113
  "props": [
1129
1114
  {
1130
- "id": 201,
1115
+ "id": 205,
1131
1116
  "name": "children",
1132
1117
  "kind": 1024,
1133
1118
  "kindString": "Property",
@@ -1143,7 +1128,7 @@
1143
1128
  }
1144
1129
  },
1145
1130
  {
1146
- "id": 202,
1131
+ "id": 206,
1147
1132
  "name": "horizontal",
1148
1133
  "kind": 1024,
1149
1134
  "kindString": "Property",
@@ -1166,7 +1151,7 @@
1166
1151
  ],
1167
1152
  "props": [
1168
1153
  {
1169
- "id": 197,
1154
+ "id": 201,
1170
1155
  "name": "Close",
1171
1156
  "kind": 1024,
1172
1157
  "kindString": "Property",
@@ -1176,7 +1161,7 @@
1176
1161
  "typeArguments": [
1177
1162
  {
1178
1163
  "type": "reference",
1179
- "id": 176,
1164
+ "id": 180,
1180
1165
  "name": "DialogCloseProps"
1181
1166
  }
1182
1167
  ],
@@ -1186,7 +1171,7 @@
1186
1171
  }
1187
1172
  },
1188
1173
  {
1189
- "id": 192,
1174
+ "id": 196,
1190
1175
  "name": "Content",
1191
1176
  "kind": 1024,
1192
1177
  "kindString": "Property",
@@ -1196,7 +1181,7 @@
1196
1181
  "typeArguments": [
1197
1182
  {
1198
1183
  "type": "reference",
1199
- "id": 167,
1184
+ "id": 171,
1200
1185
  "name": "DialogContentProps"
1201
1186
  }
1202
1187
  ],
@@ -1206,7 +1191,7 @@
1206
1191
  }
1207
1192
  },
1208
1193
  {
1209
- "id": 196,
1194
+ "id": 200,
1210
1195
  "name": "Drawer",
1211
1196
  "kind": 1024,
1212
1197
  "kindString": "Property",
@@ -1225,7 +1210,7 @@
1225
1210
  }
1226
1211
  },
1227
1212
  {
1228
- "id": 195,
1213
+ "id": 199,
1229
1214
  "name": "Extra",
1230
1215
  "kind": 1024,
1231
1216
  "kindString": "Property",
@@ -1244,7 +1229,7 @@
1244
1229
  }
1245
1230
  },
1246
1231
  {
1247
- "id": 194,
1232
+ "id": 198,
1248
1233
  "name": "Footer",
1249
1234
  "kind": 1024,
1250
1235
  "kindString": "Property",
@@ -1254,7 +1239,7 @@
1254
1239
  "typeArguments": [
1255
1240
  {
1256
1241
  "type": "reference",
1257
- "id": 175,
1242
+ "id": 179,
1258
1243
  "name": "DialogFooterProps"
1259
1244
  }
1260
1245
  ],
@@ -1264,7 +1249,7 @@
1264
1249
  }
1265
1250
  },
1266
1251
  {
1267
- "id": 193,
1252
+ "id": 197,
1268
1253
  "name": "Title",
1269
1254
  "kind": 1024,
1270
1255
  "kindString": "Property",
@@ -1274,7 +1259,7 @@
1274
1259
  "typeArguments": [
1275
1260
  {
1276
1261
  "type": "reference",
1277
- "id": 174,
1262
+ "id": 178,
1278
1263
  "name": "DialogTitleProps"
1279
1264
  }
1280
1265
  ],
@@ -1284,7 +1269,7 @@
1284
1269
  }
1285
1270
  },
1286
1271
  {
1287
- "id": 191,
1272
+ "id": 195,
1288
1273
  "name": "Trigger",
1289
1274
  "kind": 1024,
1290
1275
  "kindString": "Property",
@@ -1310,7 +1295,7 @@
1310
1295
  ],
1311
1296
  "props": [
1312
1297
  {
1313
- "id": 231,
1298
+ "id": 235,
1314
1299
  "name": "Anchor",
1315
1300
  "kind": 1024,
1316
1301
  "kindString": "Property",
@@ -1320,7 +1305,7 @@
1320
1305
  "typeArguments": [
1321
1306
  {
1322
1307
  "type": "reference",
1323
- "id": 218,
1308
+ "id": 222,
1324
1309
  "name": "HangerAnchorProps"
1325
1310
  }
1326
1311
  ],
@@ -1330,7 +1315,7 @@
1330
1315
  }
1331
1316
  },
1332
1317
  {
1333
- "id": 232,
1318
+ "id": 236,
1334
1319
  "name": "Content",
1335
1320
  "kind": 1024,
1336
1321
  "kindString": "Property",
@@ -1340,7 +1325,7 @@
1340
1325
  "typeArguments": [
1341
1326
  {
1342
1327
  "type": "reference",
1343
- "id": 223,
1328
+ "id": 227,
1344
1329
  "name": "HangerContentProps"
1345
1330
  }
1346
1331
  ],
@@ -1357,7 +1342,7 @@
1357
1342
  ],
1358
1343
  "props": [
1359
1344
  {
1360
- "id": 438,
1345
+ "id": 442,
1361
1346
  "name": "Group",
1362
1347
  "kind": 1024,
1363
1348
  "kindString": "Property",
@@ -1373,7 +1358,7 @@
1373
1358
  "types": [
1374
1359
  {
1375
1360
  "type": "reference",
1376
- "id": 434,
1361
+ "id": 438,
1377
1362
  "name": "NavigationMenuGroupProps"
1378
1363
  },
1379
1364
  {
@@ -1406,7 +1391,7 @@
1406
1391
  ],
1407
1392
  "props": [
1408
1393
  {
1409
- "id": 442,
1394
+ "id": 446,
1410
1395
  "name": "Item",
1411
1396
  "kind": 1024,
1412
1397
  "kindString": "Property",
@@ -1422,7 +1407,7 @@
1422
1407
  "types": [
1423
1408
  {
1424
1409
  "type": "reference",
1425
- "id": 426,
1410
+ "id": 430,
1426
1411
  "name": "NavigationItemProps"
1427
1412
  },
1428
1413
  {
@@ -1448,7 +1433,7 @@
1448
1433
  }
1449
1434
  },
1450
1435
  {
1451
- "id": 443,
1436
+ "id": 447,
1452
1437
  "name": "Menu",
1453
1438
  "kind": 1024,
1454
1439
  "kindString": "Property",
@@ -1458,12 +1443,12 @@
1458
1443
  },
1459
1444
  "type": {
1460
1445
  "type": "reference",
1461
- "id": 436,
1446
+ "id": 440,
1462
1447
  "name": "ForwardedNavigationMenuWithStatics"
1463
1448
  }
1464
1449
  },
1465
1450
  {
1466
- "id": 444,
1451
+ "id": 448,
1467
1452
  "name": "Panel",
1468
1453
  "kind": 1024,
1469
1454
  "kindString": "Property",
@@ -1479,7 +1464,7 @@
1479
1464
  "types": [
1480
1465
  {
1481
1466
  "type": "reference",
1482
- "id": 433,
1467
+ "id": 437,
1483
1468
  "name": "NavigationPanelProps"
1484
1469
  },
1485
1470
  {
@@ -1512,7 +1497,7 @@
1512
1497
  ],
1513
1498
  "props": [
1514
1499
  {
1515
- "id": 512,
1500
+ "id": 516,
1516
1501
  "name": "Close",
1517
1502
  "kind": 1024,
1518
1503
  "kindString": "Property",
@@ -1522,7 +1507,7 @@
1522
1507
  "typeArguments": [
1523
1508
  {
1524
1509
  "type": "reference",
1525
- "id": 505,
1510
+ "id": 509,
1526
1511
  "name": "PopoverCloseProps"
1527
1512
  }
1528
1513
  ],
@@ -1532,7 +1517,7 @@
1532
1517
  }
1533
1518
  },
1534
1519
  {
1535
- "id": 511,
1520
+ "id": 515,
1536
1521
  "name": "Content",
1537
1522
  "kind": 1024,
1538
1523
  "kindString": "Property",
@@ -1542,7 +1527,7 @@
1542
1527
  "typeArguments": [
1543
1528
  {
1544
1529
  "type": "reference",
1545
- "id": 498,
1530
+ "id": 502,
1546
1531
  "name": "PopoverContentProps"
1547
1532
  }
1548
1533
  ],
@@ -1552,7 +1537,7 @@
1552
1537
  }
1553
1538
  },
1554
1539
  {
1555
- "id": 510,
1540
+ "id": 514,
1556
1541
  "name": "Trigger",
1557
1542
  "kind": 1024,
1558
1543
  "kindString": "Property",
@@ -1562,7 +1547,7 @@
1562
1547
  "typeArguments": [
1563
1548
  {
1564
1549
  "type": "reference",
1565
- "id": 493,
1550
+ "id": 497,
1566
1551
  "name": "PopoverTriggerProps"
1567
1552
  }
1568
1553
  ],
@@ -1579,7 +1564,7 @@
1579
1564
  ],
1580
1565
  "props": [
1581
1566
  {
1582
- "id": 643,
1567
+ "id": 647,
1583
1568
  "name": "Item",
1584
1569
  "kind": 1024,
1585
1570
  "kindString": "Property",
@@ -1592,7 +1577,7 @@
1592
1577
  "typeArguments": [
1593
1578
  {
1594
1579
  "type": "reference",
1595
- "id": 634,
1580
+ "id": 638,
1596
1581
  "name": "RadioGroupItemProps"
1597
1582
  }
1598
1583
  ],
@@ -1609,7 +1594,7 @@
1609
1594
  ],
1610
1595
  "props": [
1611
1596
  {
1612
- "id": 926,
1597
+ "id": 928,
1613
1598
  "name": "Content",
1614
1599
  "kind": 1024,
1615
1600
  "kindString": "Property",
@@ -1625,7 +1610,7 @@
1625
1610
  "types": [
1626
1611
  {
1627
1612
  "type": "reference",
1628
- "id": 919,
1613
+ "id": 921,
1629
1614
  "name": "TabContentProps"
1630
1615
  },
1631
1616
  {
@@ -1651,7 +1636,7 @@
1651
1636
  }
1652
1637
  },
1653
1638
  {
1654
- "id": 924,
1639
+ "id": 926,
1655
1640
  "name": "List",
1656
1641
  "kind": 1024,
1657
1642
  "kindString": "Property",
@@ -1667,7 +1652,7 @@
1667
1652
  "types": [
1668
1653
  {
1669
1654
  "type": "reference",
1670
- "id": 914,
1655
+ "id": 916,
1671
1656
  "name": "TabListProps"
1672
1657
  },
1673
1658
  {
@@ -1693,7 +1678,7 @@
1693
1678
  }
1694
1679
  },
1695
1680
  {
1696
- "id": 925,
1681
+ "id": 927,
1697
1682
  "name": "Trigger",
1698
1683
  "kind": 1024,
1699
1684
  "kindString": "Property",
@@ -1709,7 +1694,7 @@
1709
1694
  "types": [
1710
1695
  {
1711
1696
  "type": "reference",
1712
- "id": 915,
1697
+ "id": 917,
1713
1698
  "name": "TabTriggerProps"
1714
1699
  },
1715
1700
  {
@@ -1742,7 +1727,7 @@
1742
1727
  ],
1743
1728
  "props": [
1744
1729
  {
1745
- "id": 1049,
1730
+ "id": 1051,
1746
1731
  "name": "Group",
1747
1732
  "kind": 1024,
1748
1733
  "kindString": "Property",
@@ -1758,7 +1743,7 @@
1758
1743
  "types": [
1759
1744
  {
1760
1745
  "type": "reference",
1761
- "id": 1029,
1746
+ "id": 1031,
1762
1747
  "name": "TreeviewGroupProps"
1763
1748
  },
1764
1749
  {
@@ -1784,7 +1769,7 @@
1784
1769
  }
1785
1770
  },
1786
1771
  {
1787
- "id": 1048,
1772
+ "id": 1050,
1788
1773
  "name": "Item",
1789
1774
  "kind": 1024,
1790
1775
  "kindString": "Property",
@@ -1800,7 +1785,7 @@
1800
1785
  "types": [
1801
1786
  {
1802
1787
  "type": "reference",
1803
- "id": 1028,
1788
+ "id": 1030,
1804
1789
  "name": "TreeviewItemProps"
1805
1790
  },
1806
1791
  {
@@ -1833,7 +1818,7 @@
1833
1818
  ],
1834
1819
  "props": [
1835
1820
  {
1836
- "id": 209,
1821
+ "id": 213,
1837
1822
  "name": "as",
1838
1823
  "kind": 1024,
1839
1824
  "kindString": "Property",
@@ -1862,7 +1847,7 @@
1862
1847
  }
1863
1848
  },
1864
1849
  {
1865
- "id": 210,
1850
+ "id": 214,
1866
1851
  "name": "children",
1867
1852
  "kind": 1024,
1868
1853
  "kindString": "Property",
@@ -1886,7 +1871,7 @@
1886
1871
  ],
1887
1872
  "props": [
1888
1873
  {
1889
- "id": 225,
1874
+ "id": 229,
1890
1875
  "name": "onClose",
1891
1876
  "kind": 1024,
1892
1877
  "kindString": "Property",
@@ -1898,12 +1883,12 @@
1898
1883
  },
1899
1884
  "type": {
1900
1885
  "type": "reference",
1901
- "id": 219,
1886
+ "id": 223,
1902
1887
  "name": "CloseHandler"
1903
1888
  }
1904
1889
  },
1905
1890
  {
1906
- "id": 226,
1891
+ "id": 230,
1907
1892
  "name": "placement",
1908
1893
  "kind": 1024,
1909
1894
  "kindString": "Property",
@@ -1925,7 +1910,7 @@
1925
1910
  "HangerTexts": {
1926
1911
  "props": [
1927
1912
  {
1928
- "id": 217,
1913
+ "id": 221,
1929
1914
  "name": "close",
1930
1915
  "kind": 1024,
1931
1916
  "kindString": "Property",
@@ -1946,7 +1931,7 @@
1946
1931
  ],
1947
1932
  "props": [
1948
1933
  {
1949
- "id": 244,
1934
+ "id": 248,
1950
1935
  "name": "appearance",
1951
1936
  "kind": 1024,
1952
1937
  "kindString": "Property",
@@ -1963,7 +1948,7 @@
1963
1948
  }
1964
1949
  },
1965
1950
  {
1966
- "id": 245,
1951
+ "id": 249,
1967
1952
  "name": "dialog",
1968
1953
  "kind": 1024,
1969
1954
  "kindString": "Property",
@@ -1978,7 +1963,7 @@
1978
1963
  "typeArguments": [
1979
1964
  {
1980
1965
  "type": "reference",
1981
- "id": 181,
1966
+ "id": 185,
1982
1967
  "name": "DialogProps"
1983
1968
  }
1984
1969
  ],
@@ -1988,7 +1973,7 @@
1988
1973
  }
1989
1974
  },
1990
1975
  {
1991
- "id": 247,
1976
+ "id": 251,
1992
1977
  "name": "hanger",
1993
1978
  "kind": 1024,
1994
1979
  "kindString": "Property",
@@ -2003,7 +1988,7 @@
2003
1988
  "typeArguments": [
2004
1989
  {
2005
1990
  "type": "reference",
2006
- "id": 227,
1991
+ "id": 231,
2007
1992
  "name": "HangerProps"
2008
1993
  }
2009
1994
  ],
@@ -2013,7 +1998,7 @@
2013
1998
  }
2014
1999
  },
2015
2000
  {
2016
- "id": 246,
2001
+ "id": 250,
2017
2002
  "name": "icon",
2018
2003
  "kind": 1024,
2019
2004
  "kindString": "Property",
@@ -2023,12 +2008,12 @@
2023
2008
  },
2024
2009
  "type": {
2025
2010
  "type": "reference",
2026
- "id": 235,
2011
+ "id": 239,
2027
2012
  "name": "IconName"
2028
2013
  }
2029
2014
  },
2030
2015
  {
2031
- "id": 248,
2016
+ "id": 252,
2032
2017
  "name": "popover",
2033
2018
  "kind": 1024,
2034
2019
  "kindString": "Property",
@@ -2043,7 +2028,7 @@
2043
2028
  "typeArguments": [
2044
2029
  {
2045
2030
  "type": "reference",
2046
- "id": 506,
2031
+ "id": 510,
2047
2032
  "name": "PopoverProps"
2048
2033
  }
2049
2034
  ],
@@ -2053,7 +2038,7 @@
2053
2038
  }
2054
2039
  },
2055
2040
  {
2056
- "id": 249,
2041
+ "id": 253,
2057
2042
  "name": "rounded",
2058
2043
  "kind": 1024,
2059
2044
  "kindString": "Property",
@@ -2069,7 +2054,7 @@
2069
2054
  }
2070
2055
  },
2071
2056
  {
2072
- "id": 250,
2057
+ "id": 254,
2073
2058
  "name": "tooltip",
2074
2059
  "kind": 1024,
2075
2060
  "kindString": "Property",
@@ -2898,7 +2883,7 @@
2898
2883
  ],
2899
2884
  "props": [
2900
2885
  {
2901
- "id": 238,
2886
+ "id": 242,
2902
2887
  "name": "name",
2903
2888
  "kind": 1024,
2904
2889
  "kindString": "Property",
@@ -2908,7 +2893,7 @@
2908
2893
  },
2909
2894
  "type": {
2910
2895
  "type": "reference",
2911
- "id": 235,
2896
+ "id": 239,
2912
2897
  "name": "IconName"
2913
2898
  }
2914
2899
  }
@@ -2920,7 +2905,7 @@
2920
2905
  ],
2921
2906
  "props": [
2922
2907
  {
2923
- "id": 264,
2908
+ "id": 268,
2924
2909
  "name": "button",
2925
2910
  "kind": 1024,
2926
2911
  "kindString": "Property",
@@ -2938,7 +2923,7 @@
2938
2923
  }
2939
2924
  },
2940
2925
  {
2941
- "id": 266,
2926
+ "id": 270,
2942
2927
  "name": "highlighted",
2943
2928
  "kind": 1024,
2944
2929
  "kindString": "Property",
@@ -2954,7 +2939,7 @@
2954
2939
  }
2955
2940
  },
2956
2941
  {
2957
- "id": 265,
2942
+ "id": 269,
2958
2943
  "name": "icon",
2959
2944
  "kind": 1024,
2960
2945
  "kindString": "Property",
@@ -2969,7 +2954,7 @@
2969
2954
  "types": [
2970
2955
  {
2971
2956
  "type": "reference",
2972
- "id": 235,
2957
+ "id": 239,
2973
2958
  "name": "IconName"
2974
2959
  },
2975
2960
  {
@@ -2982,7 +2967,7 @@
2982
2967
  }
2983
2968
  },
2984
2969
  {
2985
- "id": 267,
2970
+ "id": 271,
2986
2971
  "name": "state",
2987
2972
  "kind": 1024,
2988
2973
  "kindString": "Property",
@@ -3006,7 +2991,7 @@
3006
2991
  ],
3007
2992
  "props": [
3008
2993
  {
3009
- "id": 289,
2994
+ "id": 293,
3010
2995
  "name": "children",
3011
2996
  "kind": 1024,
3012
2997
  "kindString": "Property",
@@ -3022,7 +3007,7 @@
3022
3007
  }
3023
3008
  },
3024
3009
  {
3025
- "id": 290,
3010
+ "id": 294,
3026
3011
  "name": "disabled",
3027
3012
  "kind": 1024,
3028
3013
  "kindString": "Property",
@@ -3038,7 +3023,7 @@
3038
3023
  }
3039
3024
  },
3040
3025
  {
3041
- "id": 291,
3026
+ "id": 295,
3042
3027
  "name": "message",
3043
3028
  "kind": 1024,
3044
3029
  "kindString": "Property",
@@ -3054,7 +3039,7 @@
3054
3039
  }
3055
3040
  },
3056
3041
  {
3057
- "id": 292,
3042
+ "id": 296,
3058
3043
  "name": "state",
3059
3044
  "kind": 1024,
3060
3045
  "kindString": "Property",
@@ -3080,7 +3065,7 @@
3080
3065
  ],
3081
3066
  "props": [
3082
3067
  {
3083
- "id": 308,
3068
+ "id": 312,
3084
3069
  "name": "data",
3085
3070
  "kind": 1024,
3086
3071
  "kindString": "Property",
@@ -3094,13 +3079,13 @@
3094
3079
  "type": "array",
3095
3080
  "elementType": {
3096
3081
  "type": "reference",
3097
- "id": 299,
3082
+ "id": 303,
3098
3083
  "name": "ListboxItem"
3099
3084
  }
3100
3085
  }
3101
3086
  },
3102
3087
  {
3103
- "id": 309,
3088
+ "id": 313,
3104
3089
  "name": "defaultValue",
3105
3090
  "kind": 1024,
3106
3091
  "kindString": "Property",
@@ -3112,12 +3097,12 @@
3112
3097
  },
3113
3098
  "type": {
3114
3099
  "type": "reference",
3115
- "id": 300,
3100
+ "id": 304,
3116
3101
  "name": "ListboxValue"
3117
3102
  }
3118
3103
  },
3119
3104
  {
3120
- "id": 310,
3105
+ "id": 314,
3121
3106
  "name": "emptyValue",
3122
3107
  "kind": 1024,
3123
3108
  "kindString": "Property",
@@ -3129,12 +3114,12 @@
3129
3114
  },
3130
3115
  "type": {
3131
3116
  "type": "reference",
3132
- "id": 300,
3117
+ "id": 304,
3133
3118
  "name": "ListboxValue"
3134
3119
  }
3135
3120
  },
3136
3121
  {
3137
- "id": 311,
3122
+ "id": 315,
3138
3123
  "name": "highlighted",
3139
3124
  "kind": 1024,
3140
3125
  "kindString": "Property",
@@ -3150,7 +3135,7 @@
3150
3135
  }
3151
3136
  },
3152
3137
  {
3153
- "id": 312,
3138
+ "id": 316,
3154
3139
  "name": "loading",
3155
3140
  "kind": 1024,
3156
3141
  "kindString": "Property",
@@ -3166,7 +3151,7 @@
3166
3151
  }
3167
3152
  },
3168
3153
  {
3169
- "id": 313,
3154
+ "id": 317,
3170
3155
  "name": "state",
3171
3156
  "kind": 1024,
3172
3157
  "kindString": "Property",
@@ -3183,7 +3168,7 @@
3183
3168
  }
3184
3169
  },
3185
3170
  {
3186
- "id": 314,
3171
+ "id": 318,
3187
3172
  "name": "value",
3188
3173
  "kind": 1024,
3189
3174
  "kindString": "Property",
@@ -3195,7 +3180,7 @@
3195
3180
  },
3196
3181
  "type": {
3197
3182
  "type": "reference",
3198
- "id": 300,
3183
+ "id": 304,
3199
3184
  "name": "ListboxValue"
3200
3185
  }
3201
3186
  }
@@ -3204,7 +3189,7 @@
3204
3189
  "ListboxTexts": {
3205
3190
  "props": [
3206
3191
  {
3207
- "id": 305,
3192
+ "id": 309,
3208
3193
  "name": "allOption",
3209
3194
  "kind": 1024,
3210
3195
  "kindString": "Property",
@@ -3218,7 +3203,7 @@
3218
3203
  }
3219
3204
  },
3220
3205
  {
3221
- "id": 303,
3206
+ "id": 307,
3222
3207
  "name": "empty",
3223
3208
  "kind": 1024,
3224
3209
  "kindString": "Property",
@@ -3232,7 +3217,7 @@
3232
3217
  }
3233
3218
  },
3234
3219
  {
3235
- "id": 304,
3220
+ "id": 308,
3236
3221
  "name": "loading",
3237
3222
  "kind": 1024,
3238
3223
  "kindString": "Property",
@@ -3251,7 +3236,7 @@
3251
3236
  "Localization": {
3252
3237
  "props": [
3253
3238
  {
3254
- "id": 537,
3239
+ "id": 541,
3255
3240
  "name": "formatting",
3256
3241
  "kind": 1024,
3257
3242
  "kindString": "Property",
@@ -3262,14 +3247,14 @@
3262
3247
  "type": {
3263
3248
  "type": "reflection",
3264
3249
  "declaration": {
3265
- "id": 538,
3250
+ "id": 542,
3266
3251
  "name": "__type",
3267
3252
  "kind": 65536,
3268
3253
  "kindString": "Type literal",
3269
3254
  "flags": {},
3270
3255
  "children": [
3271
3256
  {
3272
- "id": 539,
3257
+ "id": 543,
3273
3258
  "name": "date",
3274
3259
  "kind": 1024,
3275
3260
  "kindString": "Property",
@@ -3288,7 +3273,7 @@
3288
3273
  "title": "Properties",
3289
3274
  "kind": 1024,
3290
3275
  "children": [
3291
- 539
3276
+ 543
3292
3277
  ]
3293
3278
  }
3294
3279
  ]
@@ -3296,7 +3281,7 @@
3296
3281
  }
3297
3282
  },
3298
3283
  {
3299
- "id": 535,
3284
+ "id": 539,
3300
3285
  "name": "locale",
3301
3286
  "kind": 1024,
3302
3287
  "kindString": "Property",
@@ -3311,7 +3296,7 @@
3311
3296
  }
3312
3297
  },
3313
3298
  {
3314
- "id": 536,
3299
+ "id": 540,
3315
3300
  "name": "texts",
3316
3301
  "kind": 1024,
3317
3302
  "kindString": "Property",
@@ -3321,7 +3306,7 @@
3321
3306
  },
3322
3307
  "type": {
3323
3308
  "type": "reference",
3324
- "id": 520,
3309
+ "id": 524,
3325
3310
  "name": "LocalizationTexts"
3326
3311
  }
3327
3312
  }
@@ -3330,7 +3315,7 @@
3330
3315
  "LocalizationTexts": {
3331
3316
  "props": [
3332
3317
  {
3333
- "id": 522,
3318
+ "id": 526,
3334
3319
  "name": "calendar",
3335
3320
  "kind": 1024,
3336
3321
  "kindString": "Property",
@@ -3340,12 +3325,12 @@
3340
3325
  },
3341
3326
  "type": {
3342
3327
  "type": "reference",
3343
- "id": 98,
3328
+ "id": 102,
3344
3329
  "name": "CalendarTexts"
3345
3330
  }
3346
3331
  },
3347
3332
  {
3348
- "id": 523,
3333
+ "id": 527,
3349
3334
  "name": "datepicker",
3350
3335
  "kind": 1024,
3351
3336
  "kindString": "Property",
@@ -3355,12 +3340,12 @@
3355
3340
  },
3356
3341
  "type": {
3357
3342
  "type": "reference",
3358
- "id": 143,
3343
+ "id": 147,
3359
3344
  "name": "DatepickerTexts"
3360
3345
  }
3361
3346
  },
3362
3347
  {
3363
- "id": 526,
3348
+ "id": 530,
3364
3349
  "name": "dialog",
3365
3350
  "kind": 1024,
3366
3351
  "kindString": "Property",
@@ -3370,12 +3355,12 @@
3370
3355
  },
3371
3356
  "type": {
3372
3357
  "type": "reference",
3373
- "id": 177,
3358
+ "id": 181,
3374
3359
  "name": "DialogTexts"
3375
3360
  }
3376
3361
  },
3377
3362
  {
3378
- "id": 524,
3363
+ "id": 528,
3379
3364
  "name": "hanger",
3380
3365
  "kind": 1024,
3381
3366
  "kindString": "Property",
@@ -3385,12 +3370,12 @@
3385
3370
  },
3386
3371
  "type": {
3387
3372
  "type": "reference",
3388
- "id": 215,
3373
+ "id": 219,
3389
3374
  "name": "HangerTexts"
3390
3375
  }
3391
3376
  },
3392
3377
  {
3393
- "id": 525,
3378
+ "id": 529,
3394
3379
  "name": "listbox",
3395
3380
  "kind": 1024,
3396
3381
  "kindString": "Property",
@@ -3400,12 +3385,12 @@
3400
3385
  },
3401
3386
  "type": {
3402
3387
  "type": "reference",
3403
- "id": 301,
3388
+ "id": 305,
3404
3389
  "name": "ListboxTexts"
3405
3390
  }
3406
3391
  },
3407
3392
  {
3408
- "id": 527,
3393
+ "id": 531,
3409
3394
  "name": "pagination",
3410
3395
  "kind": 1024,
3411
3396
  "kindString": "Property",
@@ -3415,12 +3400,12 @@
3415
3400
  },
3416
3401
  "type": {
3417
3402
  "type": "reference",
3418
- "id": 457,
3403
+ "id": 461,
3419
3404
  "name": "PaginationTexts"
3420
3405
  }
3421
3406
  },
3422
3407
  {
3423
- "id": 532,
3408
+ "id": 536,
3424
3409
  "name": "searchInput",
3425
3410
  "kind": 1024,
3426
3411
  "kindString": "Property",
@@ -3430,12 +3415,12 @@
3430
3415
  },
3431
3416
  "type": {
3432
3417
  "type": "reference",
3433
- "id": 274,
3418
+ "id": 278,
3434
3419
  "name": "SearchInputTexts"
3435
3420
  }
3436
3421
  },
3437
3422
  {
3438
- "id": 529,
3423
+ "id": 533,
3439
3424
  "name": "select",
3440
3425
  "kind": 1024,
3441
3426
  "kindString": "Property",
@@ -3445,12 +3430,12 @@
3445
3430
  },
3446
3431
  "type": {
3447
3432
  "type": "reference",
3448
- "id": 654,
3433
+ "id": 658,
3449
3434
  "name": "SelectTexts"
3450
3435
  }
3451
3436
  },
3452
3437
  {
3453
- "id": 528,
3438
+ "id": 532,
3454
3439
  "name": "table",
3455
3440
  "kind": 1024,
3456
3441
  "kindString": "Property",
@@ -3460,12 +3445,12 @@
3460
3445
  },
3461
3446
  "type": {
3462
3447
  "type": "reference",
3463
- "id": 849,
3448
+ "id": 851,
3464
3449
  "name": "TableTexts"
3465
3450
  }
3466
3451
  },
3467
3452
  {
3468
- "id": 530,
3453
+ "id": 534,
3469
3454
  "name": "toasts",
3470
3455
  "kind": 1024,
3471
3456
  "kindString": "Property",
@@ -3479,7 +3464,7 @@
3479
3464
  }
3480
3465
  },
3481
3466
  {
3482
- "id": 531,
3467
+ "id": 535,
3483
3468
  "name": "tour",
3484
3469
  "kind": 1024,
3485
3470
  "kindString": "Property",
@@ -3489,7 +3474,7 @@
3489
3474
  },
3490
3475
  "type": {
3491
3476
  "type": "reference",
3492
- "id": 980,
3477
+ "id": 982,
3493
3478
  "name": "TourTexts"
3494
3479
  }
3495
3480
  }
@@ -3498,7 +3483,7 @@
3498
3483
  "MenuProps": {
3499
3484
  "props": [
3500
3485
  {
3501
- "id": 335,
3486
+ "id": 339,
3502
3487
  "name": "children",
3503
3488
  "kind": 1024,
3504
3489
  "kindString": "Property",
@@ -3511,7 +3496,7 @@
3511
3496
  }
3512
3497
  },
3513
3498
  {
3514
- "id": 336,
3499
+ "id": 340,
3515
3500
  "name": "id",
3516
3501
  "kind": 1024,
3517
3502
  "kindString": "Property",
@@ -3531,7 +3516,7 @@
3531
3516
  ],
3532
3517
  "props": [
3533
3518
  {
3534
- "id": 428,
3519
+ "id": 432,
3535
3520
  "name": "active",
3536
3521
  "kind": 1024,
3537
3522
  "kindString": "Property",
@@ -3547,7 +3532,7 @@
3547
3532
  }
3548
3533
  },
3549
3534
  {
3550
- "id": 429,
3535
+ "id": 433,
3551
3536
  "name": "onDrop",
3552
3537
  "kind": 1024,
3553
3538
  "kindString": "Property",
@@ -3565,7 +3550,7 @@
3565
3550
  }
3566
3551
  },
3567
3552
  {
3568
- "id": 430,
3553
+ "id": 434,
3569
3554
  "name": "postfix",
3570
3555
  "kind": 1024,
3571
3556
  "kindString": "Property",
@@ -3583,7 +3568,7 @@
3583
3568
  }
3584
3569
  },
3585
3570
  {
3586
- "id": 431,
3571
+ "id": 435,
3587
3572
  "name": "prefix",
3588
3573
  "kind": 1024,
3589
3574
  "kindString": "Property",
@@ -3601,7 +3586,7 @@
3601
3586
  }
3602
3587
  },
3603
3588
  {
3604
- "id": 432,
3589
+ "id": 436,
3605
3590
  "name": "target",
3606
3591
  "kind": 1024,
3607
3592
  "kindString": "Property",
@@ -3636,7 +3621,7 @@
3636
3621
  ],
3637
3622
  "props": [
3638
3623
  {
3639
- "id": 470,
3624
+ "id": 474,
3640
3625
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
3641
3626
  "kind": 1024,
3642
3627
  "kindString": "Property",
@@ -3652,7 +3637,7 @@
3652
3637
  }
3653
3638
  },
3654
3639
  {
3655
- "id": 465,
3640
+ "id": 469,
3656
3641
  "name": "length",
3657
3642
  "kind": 1024,
3658
3643
  "kindString": "Property",
@@ -3666,7 +3651,7 @@
3666
3651
  }
3667
3652
  },
3668
3653
  {
3669
- "id": 466,
3654
+ "id": 470,
3670
3655
  "name": "pageSizes",
3671
3656
  "kind": 1024,
3672
3657
  "kindString": "Property",
@@ -3685,7 +3670,7 @@
3685
3670
  }
3686
3671
  },
3687
3672
  {
3688
- "id": 467,
3673
+ "id": 471,
3689
3674
  "name": "showPageControls",
3690
3675
  "kind": 1024,
3691
3676
  "kindString": "Property",
@@ -3701,7 +3686,7 @@
3701
3686
  }
3702
3687
  },
3703
3688
  {
3704
- "id": 468,
3689
+ "id": 472,
3705
3690
  "name": "showPageNumbers",
3706
3691
  "kind": 1024,
3707
3692
  "kindString": "Property",
@@ -3717,7 +3702,7 @@
3717
3702
  }
3718
3703
  },
3719
3704
  {
3720
- "id": 469,
3705
+ "id": 473,
3721
3706
  "name": "showPageSize",
3722
3707
  "kind": 1024,
3723
3708
  "kindString": "Property",
@@ -3737,7 +3722,7 @@
3737
3722
  "PaginationTexts": {
3738
3723
  "props": [
3739
3724
  {
3740
- "id": 462,
3725
+ "id": 466,
3741
3726
  "name": "actions",
3742
3727
  "kind": 1024,
3743
3728
  "kindString": "Property",
@@ -3747,12 +3732,12 @@
3747
3732
  },
3748
3733
  "type": {
3749
3734
  "type": "reference",
3750
- "id": 446,
3735
+ "id": 450,
3751
3736
  "name": "PaginationTextsActions"
3752
3737
  }
3753
3738
  },
3754
3739
  {
3755
- "id": 459,
3740
+ "id": 463,
3756
3741
  "name": "label",
3757
3742
  "kind": 1024,
3758
3743
  "kindString": "Property",
@@ -3766,7 +3751,7 @@
3766
3751
  }
3767
3752
  },
3768
3753
  {
3769
- "id": 460,
3754
+ "id": 464,
3770
3755
  "name": "pageSize",
3771
3756
  "kind": 1024,
3772
3757
  "kindString": "Property",
@@ -3780,7 +3765,7 @@
3780
3765
  }
3781
3766
  },
3782
3767
  {
3783
- "id": 461,
3768
+ "id": 465,
3784
3769
  "name": "showingXofYofTotal",
3785
3770
  "kind": 1024,
3786
3771
  "kindString": "Property",
@@ -3798,7 +3783,7 @@
3798
3783
  "PaginationTextsActions": {
3799
3784
  "props": [
3800
3785
  {
3801
- "id": 448,
3786
+ "id": 452,
3802
3787
  "name": "firstPage",
3803
3788
  "kind": 1024,
3804
3789
  "kindString": "Property",
@@ -3812,7 +3797,7 @@
3812
3797
  }
3813
3798
  },
3814
3799
  {
3815
- "id": 449,
3800
+ "id": 453,
3816
3801
  "name": "firstPageWithShortcut",
3817
3802
  "kind": 1024,
3818
3803
  "kindString": "Property",
@@ -3826,7 +3811,7 @@
3826
3811
  }
3827
3812
  },
3828
3813
  {
3829
- "id": 454,
3814
+ "id": 458,
3830
3815
  "name": "lastPage",
3831
3816
  "kind": 1024,
3832
3817
  "kindString": "Property",
@@ -3840,7 +3825,7 @@
3840
3825
  }
3841
3826
  },
3842
3827
  {
3843
- "id": 455,
3828
+ "id": 459,
3844
3829
  "name": "lastPageWithShortcut",
3845
3830
  "kind": 1024,
3846
3831
  "kindString": "Property",
@@ -3854,7 +3839,7 @@
3854
3839
  }
3855
3840
  },
3856
3841
  {
3857
- "id": 450,
3842
+ "id": 454,
3858
3843
  "name": "nextPage",
3859
3844
  "kind": 1024,
3860
3845
  "kindString": "Property",
@@ -3868,7 +3853,7 @@
3868
3853
  }
3869
3854
  },
3870
3855
  {
3871
- "id": 451,
3856
+ "id": 455,
3872
3857
  "name": "nextPageWithShortcut",
3873
3858
  "kind": 1024,
3874
3859
  "kindString": "Property",
@@ -3882,7 +3867,7 @@
3882
3867
  }
3883
3868
  },
3884
3869
  {
3885
- "id": 456,
3870
+ "id": 460,
3886
3871
  "name": "pageX",
3887
3872
  "kind": 1024,
3888
3873
  "kindString": "Property",
@@ -3896,7 +3881,7 @@
3896
3881
  }
3897
3882
  },
3898
3883
  {
3899
- "id": 452,
3884
+ "id": 456,
3900
3885
  "name": "previousPage",
3901
3886
  "kind": 1024,
3902
3887
  "kindString": "Property",
@@ -3910,7 +3895,7 @@
3910
3895
  }
3911
3896
  },
3912
3897
  {
3913
- "id": 453,
3898
+ "id": 457,
3914
3899
  "name": "previousPageWithShortcut",
3915
3900
  "kind": 1024,
3916
3901
  "kindString": "Property",
@@ -3932,7 +3917,7 @@
3932
3917
  ],
3933
3918
  "props": [
3934
3919
  {
3935
- "id": 500,
3920
+ "id": 504,
3936
3921
  "name": "children",
3937
3922
  "kind": 1024,
3938
3923
  "kindString": "Property",
@@ -3949,28 +3934,28 @@
3949
3934
  {
3950
3935
  "type": "reflection",
3951
3936
  "declaration": {
3952
- "id": 501,
3937
+ "id": 505,
3953
3938
  "name": "__type",
3954
3939
  "kind": 65536,
3955
3940
  "kindString": "Type literal",
3956
3941
  "flags": {},
3957
3942
  "signatures": [
3958
3943
  {
3959
- "id": 502,
3944
+ "id": 506,
3960
3945
  "name": "__type",
3961
3946
  "kind": 4096,
3962
3947
  "kindString": "Call signature",
3963
3948
  "flags": {},
3964
3949
  "parameters": [
3965
3950
  {
3966
- "id": 503,
3951
+ "id": 507,
3967
3952
  "name": "props",
3968
3953
  "kind": 32768,
3969
3954
  "kindString": "Parameter",
3970
3955
  "flags": {},
3971
3956
  "type": {
3972
3957
  "type": "reference",
3973
- "id": 494,
3958
+ "id": 498,
3974
3959
  "name": "PopoverContentRenderProps"
3975
3960
  }
3976
3961
  }
@@ -3989,7 +3974,7 @@
3989
3974
  }
3990
3975
  },
3991
3976
  {
3992
- "id": 504,
3977
+ "id": 508,
3993
3978
  "name": "placement",
3994
3979
  "kind": 1024,
3995
3980
  "kindString": "Property",
@@ -4010,14 +3995,14 @@
4010
3995
  "PopoverContentRenderProps": {
4011
3996
  "props": [
4012
3997
  {
4013
- "id": 496,
3998
+ "id": 500,
4014
3999
  "name": "close",
4015
4000
  "kind": 2048,
4016
4001
  "kindString": "Method",
4017
4002
  "flags": {},
4018
4003
  "signatures": [
4019
4004
  {
4020
- "id": 497,
4005
+ "id": 501,
4021
4006
  "name": "close",
4022
4007
  "kind": 4096,
4023
4008
  "kindString": "Call signature",
@@ -4039,7 +4024,7 @@
4039
4024
  ],
4040
4025
  "props": [
4041
4026
  {
4042
- "id": 516,
4027
+ "id": 520,
4043
4028
  "name": "duration",
4044
4029
  "kind": 1024,
4045
4030
  "kindString": "Property",
@@ -4059,7 +4044,7 @@
4059
4044
  "ProviderProps": {
4060
4045
  "props": [
4061
4046
  {
4062
- "id": 617,
4047
+ "id": 621,
4063
4048
  "name": "children",
4064
4049
  "kind": 1024,
4065
4050
  "kindString": "Property",
@@ -4075,7 +4060,7 @@
4075
4060
  }
4076
4061
  },
4077
4062
  {
4078
- "id": 618,
4063
+ "id": 622,
4079
4064
  "name": "localization",
4080
4065
  "kind": 1024,
4081
4066
  "kindString": "Property",
@@ -4087,7 +4072,7 @@
4087
4072
  },
4088
4073
  "type": {
4089
4074
  "type": "reference",
4090
- "id": 533,
4075
+ "id": 537,
4091
4076
  "name": "Localization"
4092
4077
  }
4093
4078
  }
@@ -4099,7 +4084,7 @@
4099
4084
  ],
4100
4085
  "props": [
4101
4086
  {
4102
- "id": 636,
4087
+ "id": 640,
4103
4088
  "name": "children",
4104
4089
  "kind": 1024,
4105
4090
  "kindString": "Property",
@@ -4115,7 +4100,7 @@
4115
4100
  }
4116
4101
  },
4117
4102
  {
4118
- "id": 637,
4103
+ "id": 641,
4119
4104
  "name": "disabled",
4120
4105
  "kind": 1024,
4121
4106
  "kindString": "Property",
@@ -4128,7 +4113,7 @@
4128
4113
  }
4129
4114
  },
4130
4115
  {
4131
- "id": 638,
4116
+ "id": 642,
4132
4117
  "name": "value",
4133
4118
  "kind": 1024,
4134
4119
  "kindString": "Property",
@@ -4138,7 +4123,7 @@
4138
4123
  },
4139
4124
  "type": {
4140
4125
  "type": "reference",
4141
- "id": 626,
4126
+ "id": 630,
4142
4127
  "name": "RadioGroupItemValue"
4143
4128
  }
4144
4129
  }
@@ -4148,7 +4133,10 @@
4148
4133
  "string",
4149
4134
  "number",
4150
4135
  "boolean",
4151
- "undefined"
4136
+ {
4137
+ "type": "literal",
4138
+ "value": null
4139
+ }
4152
4140
  ],
4153
4141
  "RadioGroupProps": [
4154
4142
  "UncontrolledRadioGroupProps",
@@ -4160,7 +4148,7 @@
4160
4148
  ],
4161
4149
  "props": [
4162
4150
  {
4163
- "id": 693,
4151
+ "id": 695,
4164
4152
  "name": "subRows",
4165
4153
  "kind": 1024,
4166
4154
  "kindString": "Property",
@@ -4171,11 +4159,11 @@
4171
4159
  "type": "array",
4172
4160
  "elementType": {
4173
4161
  "type": "reference",
4174
- "id": 691,
4162
+ "id": 693,
4175
4163
  "typeArguments": [
4176
4164
  {
4177
4165
  "type": "reference",
4178
- "id": 695,
4166
+ "id": 697,
4179
4167
  "name": "TRow"
4180
4168
  }
4181
4169
  ],
@@ -4245,7 +4233,7 @@
4245
4233
  ],
4246
4234
  "props": [
4247
4235
  {
4248
- "id": 279,
4236
+ "id": 283,
4249
4237
  "name": "onSearch",
4250
4238
  "kind": 2048,
4251
4239
  "kindString": "Method",
@@ -4254,7 +4242,7 @@
4254
4242
  },
4255
4243
  "signatures": [
4256
4244
  {
4257
- "id": 280,
4245
+ "id": 284,
4258
4246
  "name": "onSearch",
4259
4247
  "kind": 4096,
4260
4248
  "kindString": "Call signature",
@@ -4264,7 +4252,7 @@
4264
4252
  },
4265
4253
  "parameters": [
4266
4254
  {
4267
- "id": 281,
4255
+ "id": 285,
4268
4256
  "name": "value",
4269
4257
  "kind": 32768,
4270
4258
  "kindString": "Parameter",
@@ -4311,7 +4299,7 @@
4311
4299
  "SearchInputTexts": {
4312
4300
  "props": [
4313
4301
  {
4314
- "id": 276,
4302
+ "id": 280,
4315
4303
  "name": "inputLabel",
4316
4304
  "kind": 1024,
4317
4305
  "kindString": "Property",
@@ -4332,7 +4320,7 @@
4332
4320
  ],
4333
4321
  "props": [
4334
4322
  {
4335
- "id": 663,
4323
+ "id": 666,
4336
4324
  "name": "editable",
4337
4325
  "kind": 1024,
4338
4326
  "kindString": "Property",
@@ -4352,7 +4340,7 @@
4352
4340
  "SelectTexts": {
4353
4341
  "props": [
4354
4342
  {
4355
- "id": 656,
4343
+ "id": 660,
4356
4344
  "name": "allOptionsSelected",
4357
4345
  "kind": 1024,
4358
4346
  "kindString": "Property",
@@ -4392,7 +4380,7 @@
4392
4380
  "SortRule": {
4393
4381
  "props": [
4394
4382
  {
4395
- "id": 744,
4383
+ "id": 746,
4396
4384
  "name": "accessor",
4397
4385
  "kind": 1024,
4398
4386
  "kindString": "Property",
@@ -4405,7 +4393,7 @@
4405
4393
  "typeArguments": [
4406
4394
  {
4407
4395
  "type": "reference",
4408
- "id": 746,
4396
+ "id": 748,
4409
4397
  "name": "T"
4410
4398
  }
4411
4399
  ],
@@ -4415,7 +4403,7 @@
4415
4403
  }
4416
4404
  },
4417
4405
  {
4418
- "id": 745,
4406
+ "id": 747,
4419
4407
  "name": "desc",
4420
4408
  "kind": 1024,
4421
4409
  "kindString": "Property",
@@ -4460,7 +4448,7 @@
4460
4448
  ],
4461
4449
  "props": [
4462
4450
  {
4463
- "id": 680,
4451
+ "id": 682,
4464
4452
  "name": "delay",
4465
4453
  "kind": 1024,
4466
4454
  "kindString": "Property",
@@ -4476,7 +4464,7 @@
4476
4464
  }
4477
4465
  },
4478
4466
  {
4479
- "id": 681,
4467
+ "id": 683,
4480
4468
  "name": "label",
4481
4469
  "kind": 1024,
4482
4470
  "kindString": "Property",
@@ -4503,7 +4491,7 @@
4503
4491
  ],
4504
4492
  "props": [
4505
4493
  {
4506
- "id": 921,
4494
+ "id": 923,
4507
4495
  "name": "id",
4508
4496
  "kind": 1024,
4509
4497
  "kindString": "Property",
@@ -4525,7 +4513,7 @@
4525
4513
  ],
4526
4514
  "props": [
4527
4515
  {
4528
- "id": 918,
4516
+ "id": 920,
4529
4517
  "name": "disabled",
4530
4518
  "kind": 1024,
4531
4519
  "kindString": "Property",
@@ -4541,7 +4529,7 @@
4541
4529
  }
4542
4530
  },
4543
4531
  {
4544
- "id": 917,
4532
+ "id": 919,
4545
4533
  "name": "id",
4546
4534
  "kind": 1024,
4547
4535
  "kindString": "Property",
@@ -4559,7 +4547,7 @@
4559
4547
  "TableCell": {
4560
4548
  "props": [
4561
4549
  {
4562
- "id": 750,
4550
+ "id": 752,
4563
4551
  "name": "accessor",
4564
4552
  "kind": 1024,
4565
4553
  "kindString": "Property",
@@ -4570,7 +4558,7 @@
4570
4558
  }
4571
4559
  },
4572
4560
  {
4573
- "id": 751,
4561
+ "id": 753,
4574
4562
  "name": "row",
4575
4563
  "kind": 1024,
4576
4564
  "kindString": "Property",
@@ -4580,11 +4568,11 @@
4580
4568
  },
4581
4569
  "type": {
4582
4570
  "type": "reference",
4583
- "id": 824,
4571
+ "id": 826,
4584
4572
  "typeArguments": [
4585
4573
  {
4586
4574
  "type": "reference",
4587
- "id": 753,
4575
+ "id": 755,
4588
4576
  "name": "TRow"
4589
4577
  }
4590
4578
  ],
@@ -4592,7 +4580,7 @@
4592
4580
  }
4593
4581
  },
4594
4582
  {
4595
- "id": 752,
4583
+ "id": 754,
4596
4584
  "name": "value",
4597
4585
  "kind": 1024,
4598
4586
  "kindString": "Property",
@@ -4610,7 +4598,7 @@
4610
4598
  "TableColumnProps": {
4611
4599
  "props": [
4612
4600
  {
4613
- "id": 756,
4601
+ "id": 758,
4614
4602
  "name": "accessor",
4615
4603
  "kind": 1024,
4616
4604
  "kindString": "Property",
@@ -4624,7 +4612,7 @@
4624
4612
  }
4625
4613
  },
4626
4614
  {
4627
- "id": 757,
4615
+ "id": 759,
4628
4616
  "name": "align",
4629
4617
  "kind": 1024,
4630
4618
  "kindString": "Property",
@@ -4653,7 +4641,7 @@
4653
4641
  }
4654
4642
  },
4655
4643
  {
4656
- "id": 758,
4644
+ "id": 760,
4657
4645
  "name": "className",
4658
4646
  "kind": 1024,
4659
4647
  "kindString": "Property",
@@ -4669,7 +4657,7 @@
4669
4657
  }
4670
4658
  },
4671
4659
  {
4672
- "id": 762,
4660
+ "id": 764,
4673
4661
  "name": "disableSorting",
4674
4662
  "kind": 1024,
4675
4663
  "kindString": "Property",
@@ -4685,7 +4673,7 @@
4685
4673
  }
4686
4674
  },
4687
4675
  {
4688
- "id": 766,
4676
+ "id": 768,
4689
4677
  "name": "flex",
4690
4678
  "kind": 1024,
4691
4679
  "kindString": "Property",
@@ -4705,28 +4693,28 @@
4705
4693
  {
4706
4694
  "type": "reflection",
4707
4695
  "declaration": {
4708
- "id": 767,
4696
+ "id": 769,
4709
4697
  "name": "__type",
4710
4698
  "kind": 65536,
4711
4699
  "kindString": "Type literal",
4712
4700
  "flags": {},
4713
4701
  "signatures": [
4714
4702
  {
4715
- "id": 768,
4703
+ "id": 770,
4716
4704
  "name": "__type",
4717
4705
  "kind": 4096,
4718
4706
  "kindString": "Call signature",
4719
4707
  "flags": {},
4720
4708
  "parameters": [
4721
4709
  {
4722
- "id": 769,
4710
+ "id": 771,
4723
4711
  "name": "row",
4724
4712
  "kind": 32768,
4725
4713
  "kindString": "Parameter",
4726
4714
  "flags": {},
4727
4715
  "type": {
4728
4716
  "type": "reference",
4729
- "id": 776,
4717
+ "id": 778,
4730
4718
  "name": "TRow"
4731
4719
  }
4732
4720
  }
@@ -4743,7 +4731,7 @@
4743
4731
  }
4744
4732
  },
4745
4733
  {
4746
- "id": 770,
4734
+ "id": 772,
4747
4735
  "name": "headRenderer",
4748
4736
  "kind": 1024,
4749
4737
  "kindString": "Property",
@@ -4761,7 +4749,7 @@
4761
4749
  }
4762
4750
  },
4763
4751
  {
4764
- "id": 771,
4752
+ "id": 773,
4765
4753
  "name": "hidden",
4766
4754
  "kind": 1024,
4767
4755
  "kindString": "Property",
@@ -4777,7 +4765,7 @@
4777
4765
  }
4778
4766
  },
4779
4767
  {
4780
- "id": 772,
4768
+ "id": 774,
4781
4769
  "name": "hiddenOnSubRows",
4782
4770
  "kind": 1024,
4783
4771
  "kindString": "Property",
@@ -4793,7 +4781,7 @@
4793
4781
  }
4794
4782
  },
4795
4783
  {
4796
- "id": 773,
4784
+ "id": 775,
4797
4785
  "name": "sort",
4798
4786
  "kind": 1024,
4799
4787
  "kindString": "Property",
@@ -4805,12 +4793,12 @@
4805
4793
  },
4806
4794
  "type": {
4807
4795
  "type": "reference",
4808
- "id": 735,
4796
+ "id": 737,
4809
4797
  "name": "SortDirection"
4810
4798
  }
4811
4799
  },
4812
4800
  {
4813
- "id": 774,
4801
+ "id": 776,
4814
4802
  "name": "sortType",
4815
4803
  "kind": 1024,
4816
4804
  "kindString": "Property",
@@ -4822,12 +4810,12 @@
4822
4810
  },
4823
4811
  "type": {
4824
4812
  "type": "reference",
4825
- "id": 747,
4813
+ "id": 749,
4826
4814
  "name": "SortTypes"
4827
4815
  }
4828
4816
  },
4829
4817
  {
4830
- "id": 775,
4818
+ "id": 777,
4831
4819
  "name": "style",
4832
4820
  "kind": 1024,
4833
4821
  "kindString": "Property",
@@ -4843,7 +4831,7 @@
4843
4831
  }
4844
4832
  },
4845
4833
  {
4846
- "id": 759,
4834
+ "id": 761,
4847
4835
  "name": "cellRenderer",
4848
4836
  "kind": 2048,
4849
4837
  "kindString": "Method",
@@ -4852,7 +4840,7 @@
4852
4840
  },
4853
4841
  "signatures": [
4854
4842
  {
4855
- "id": 760,
4843
+ "id": 762,
4856
4844
  "name": "cellRenderer",
4857
4845
  "kind": 4096,
4858
4846
  "kindString": "Call signature",
@@ -4862,18 +4850,18 @@
4862
4850
  },
4863
4851
  "parameters": [
4864
4852
  {
4865
- "id": 761,
4853
+ "id": 763,
4866
4854
  "name": "cellProps",
4867
4855
  "kind": 32768,
4868
4856
  "kindString": "Parameter",
4869
4857
  "flags": {},
4870
4858
  "type": {
4871
4859
  "type": "reference",
4872
- "id": 748,
4860
+ "id": 750,
4873
4861
  "typeArguments": [
4874
4862
  {
4875
4863
  "type": "reference",
4876
- "id": 776,
4864
+ "id": 778,
4877
4865
  "name": "TRow"
4878
4866
  }
4879
4867
  ],
@@ -4891,7 +4879,7 @@
4891
4879
  ]
4892
4880
  },
4893
4881
  {
4894
- "id": 763,
4882
+ "id": 765,
4895
4883
  "name": "editRenderer",
4896
4884
  "kind": 2048,
4897
4885
  "kindString": "Method",
@@ -4900,25 +4888,25 @@
4900
4888
  },
4901
4889
  "signatures": [
4902
4890
  {
4903
- "id": 764,
4891
+ "id": 766,
4904
4892
  "name": "editRenderer",
4905
4893
  "kind": 4096,
4906
4894
  "kindString": "Call signature",
4907
4895
  "flags": {},
4908
4896
  "parameters": [
4909
4897
  {
4910
- "id": 765,
4898
+ "id": 767,
4911
4899
  "name": "cellProps",
4912
4900
  "kind": 32768,
4913
4901
  "kindString": "Parameter",
4914
4902
  "flags": {},
4915
4903
  "type": {
4916
4904
  "type": "reference",
4917
- "id": 748,
4905
+ "id": 750,
4918
4906
  "typeArguments": [
4919
4907
  {
4920
4908
  "type": "reference",
4921
- "id": 776,
4909
+ "id": 778,
4922
4910
  "name": "TRow"
4923
4911
  }
4924
4912
  ],
@@ -4940,7 +4928,7 @@
4940
4928
  "TableGroupProps": {
4941
4929
  "props": [
4942
4930
  {
4943
- "id": 779,
4931
+ "id": 781,
4944
4932
  "name": "children",
4945
4933
  "kind": 1024,
4946
4934
  "kindString": "Property",
@@ -4956,11 +4944,11 @@
4956
4944
  "typeArguments": [
4957
4945
  {
4958
4946
  "type": "reference",
4959
- "id": 754,
4947
+ "id": 756,
4960
4948
  "typeArguments": [
4961
4949
  {
4962
4950
  "type": "reference",
4963
- "id": 782,
4951
+ "id": 784,
4964
4952
  "name": "TRow"
4965
4953
  }
4966
4954
  ],
@@ -4978,11 +4966,11 @@
4978
4966
  "typeArguments": [
4979
4967
  {
4980
4968
  "type": "reference",
4981
- "id": 754,
4969
+ "id": 756,
4982
4970
  "typeArguments": [
4983
4971
  {
4984
4972
  "type": "reference",
4985
- "id": 782,
4973
+ "id": 784,
4986
4974
  "name": "TRow"
4987
4975
  }
4988
4976
  ],
@@ -4998,7 +4986,7 @@
4998
4986
  }
4999
4987
  },
5000
4988
  {
5001
- "id": 780,
4989
+ "id": 782,
5002
4990
  "name": "hidden",
5003
4991
  "kind": 1024,
5004
4992
  "kindString": "Property",
@@ -5014,7 +5002,7 @@
5014
5002
  }
5015
5003
  },
5016
5004
  {
5017
- "id": 781,
5005
+ "id": 783,
5018
5006
  "name": "title",
5019
5007
  "kind": 1024,
5020
5008
  "kindString": "Property",
@@ -5035,7 +5023,7 @@
5035
5023
  ],
5036
5024
  "props": [
5037
5025
  {
5038
- "id": 818,
5026
+ "id": 820,
5039
5027
  "name": "actions",
5040
5028
  "kind": 1024,
5041
5029
  "kindString": "Property",
@@ -5049,11 +5037,11 @@
5049
5037
  "type": "array",
5050
5038
  "elementType": {
5051
5039
  "type": "reference",
5052
- "id": 731,
5040
+ "id": 733,
5053
5041
  "typeArguments": [
5054
5042
  {
5055
5043
  "type": "reference",
5056
- "id": 823,
5044
+ "id": 825,
5057
5045
  "name": "TRow"
5058
5046
  }
5059
5047
  ],
@@ -5062,7 +5050,7 @@
5062
5050
  }
5063
5051
  },
5064
5052
  {
5065
- "id": 785,
5053
+ "id": 787,
5066
5054
  "name": "autoFocus",
5067
5055
  "kind": 1024,
5068
5056
  "kindString": "Property",
@@ -5078,7 +5066,7 @@
5078
5066
  }
5079
5067
  },
5080
5068
  {
5081
- "id": 786,
5069
+ "id": 788,
5082
5070
  "name": "children",
5083
5071
  "kind": 1024,
5084
5072
  "kindString": "Property",
@@ -5091,7 +5079,7 @@
5091
5079
  "typeArguments": [
5092
5080
  {
5093
5081
  "type": "reference",
5094
- "id": 823,
5082
+ "id": 825,
5095
5083
  "name": "TRow"
5096
5084
  }
5097
5085
  ],
@@ -5099,7 +5087,7 @@
5099
5087
  }
5100
5088
  },
5101
5089
  {
5102
- "id": 788,
5090
+ "id": 790,
5103
5091
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5104
5092
  "kind": 1024,
5105
5093
  "kindString": "Property",
@@ -5115,7 +5103,7 @@
5115
5103
  }
5116
5104
  },
5117
5105
  {
5118
- "id": 787,
5106
+ "id": 789,
5119
5107
  "name": "data",
5120
5108
  "kind": 1024,
5121
5109
  "kindString": "Property",
@@ -5127,11 +5115,11 @@
5127
5115
  "type": "array",
5128
5116
  "elementType": {
5129
5117
  "type": "reference",
5130
- "id": 691,
5118
+ "id": 693,
5131
5119
  "typeArguments": [
5132
5120
  {
5133
5121
  "type": "reference",
5134
- "id": 823,
5122
+ "id": 825,
5135
5123
  "name": "TRow"
5136
5124
  }
5137
5125
  ],
@@ -5140,7 +5128,7 @@
5140
5128
  }
5141
5129
  },
5142
5130
  {
5143
- "id": 807,
5131
+ "id": 809,
5144
5132
  "name": "disablePagination",
5145
5133
  "kind": 1024,
5146
5134
  "kindString": "Property",
@@ -5153,7 +5141,7 @@
5153
5141
  }
5154
5142
  },
5155
5143
  {
5156
- "id": 803,
5144
+ "id": 805,
5157
5145
  "name": "disableSorting",
5158
5146
  "kind": 1024,
5159
5147
  "kindString": "Property",
@@ -5169,7 +5157,7 @@
5169
5157
  }
5170
5158
  },
5171
5159
  {
5172
- "id": 816,
5160
+ "id": 818,
5173
5161
  "name": "inlineEditingUniqueId",
5174
5162
  "kind": 1024,
5175
5163
  "kindString": "Property",
@@ -5184,13 +5172,13 @@
5184
5172
  "operator": "keyof",
5185
5173
  "target": {
5186
5174
  "type": "reference",
5187
- "id": 823,
5175
+ "id": 825,
5188
5176
  "name": "TRow"
5189
5177
  }
5190
5178
  }
5191
5179
  },
5192
5180
  {
5193
- "id": 808,
5181
+ "id": 810,
5194
5182
  "name": "length",
5195
5183
  "kind": 1024,
5196
5184
  "kindString": "Property",
@@ -5203,7 +5191,7 @@
5203
5191
  }
5204
5192
  },
5205
5193
  {
5206
- "id": 805,
5194
+ "id": 807,
5207
5195
  "name": "manualSorting",
5208
5196
  "kind": 1024,
5209
5197
  "kindString": "Property",
@@ -5219,7 +5207,7 @@
5219
5207
  }
5220
5208
  },
5221
5209
  {
5222
- "id": 809,
5210
+ "id": 811,
5223
5211
  "name": "onPaginate",
5224
5212
  "kind": 1024,
5225
5213
  "kindString": "Property",
@@ -5231,12 +5219,12 @@
5231
5219
  },
5232
5220
  "type": {
5233
5221
  "type": "reference",
5234
- "id": 686,
5222
+ "id": 688,
5235
5223
  "name": "PaginationHandler"
5236
5224
  }
5237
5225
  },
5238
5226
  {
5239
- "id": 822,
5227
+ "id": 824,
5240
5228
  "name": "onRowActive",
5241
5229
  "kind": 1024,
5242
5230
  "kindString": "Property",
@@ -5251,7 +5239,7 @@
5251
5239
  "typeArguments": [
5252
5240
  {
5253
5241
  "type": "reference",
5254
- "id": 823,
5242
+ "id": 825,
5255
5243
  "name": "TRow"
5256
5244
  }
5257
5245
  ],
@@ -5259,7 +5247,7 @@
5259
5247
  }
5260
5248
  },
5261
5249
  {
5262
- "id": 791,
5250
+ "id": 793,
5263
5251
  "name": "onRowClick",
5264
5252
  "kind": 1024,
5265
5253
  "kindString": "Property",
@@ -5271,11 +5259,11 @@
5271
5259
  },
5272
5260
  "type": {
5273
5261
  "type": "reference",
5274
- "id": 697,
5262
+ "id": 699,
5275
5263
  "typeArguments": [
5276
5264
  {
5277
5265
  "type": "reference",
5278
- "id": 823,
5266
+ "id": 825,
5279
5267
  "name": "TRow"
5280
5268
  }
5281
5269
  ],
@@ -5283,7 +5271,7 @@
5283
5271
  }
5284
5272
  },
5285
5273
  {
5286
- "id": 820,
5274
+ "id": 822,
5287
5275
  "name": "onRowCopy",
5288
5276
  "kind": 1024,
5289
5277
  "kindString": "Property",
@@ -5295,11 +5283,11 @@
5295
5283
  },
5296
5284
  "type": {
5297
5285
  "type": "reference",
5298
- "id": 719,
5286
+ "id": 721,
5299
5287
  "typeArguments": [
5300
5288
  {
5301
5289
  "type": "reference",
5302
- "id": 823,
5290
+ "id": 825,
5303
5291
  "name": "TRow"
5304
5292
  }
5305
5293
  ],
@@ -5307,7 +5295,7 @@
5307
5295
  }
5308
5296
  },
5309
5297
  {
5310
- "id": 817,
5298
+ "id": 819,
5311
5299
  "name": "onRowCreate",
5312
5300
  "kind": 1024,
5313
5301
  "kindString": "Property",
@@ -5319,11 +5307,11 @@
5319
5307
  },
5320
5308
  "type": {
5321
5309
  "type": "reference",
5322
- "id": 713,
5310
+ "id": 715,
5323
5311
  "typeArguments": [
5324
5312
  {
5325
5313
  "type": "reference",
5326
- "id": 823,
5314
+ "id": 825,
5327
5315
  "name": "TRow"
5328
5316
  }
5329
5317
  ],
@@ -5331,7 +5319,7 @@
5331
5319
  }
5332
5320
  },
5333
5321
  {
5334
- "id": 821,
5322
+ "id": 823,
5335
5323
  "name": "onRowDelete",
5336
5324
  "kind": 1024,
5337
5325
  "kindString": "Property",
@@ -5343,11 +5331,11 @@
5343
5331
  },
5344
5332
  "type": {
5345
5333
  "type": "reference",
5346
- "id": 725,
5334
+ "id": 727,
5347
5335
  "typeArguments": [
5348
5336
  {
5349
5337
  "type": "reference",
5350
- "id": 823,
5338
+ "id": 825,
5351
5339
  "name": "TRow"
5352
5340
  }
5353
5341
  ],
@@ -5355,7 +5343,7 @@
5355
5343
  }
5356
5344
  },
5357
5345
  {
5358
- "id": 792,
5346
+ "id": 794,
5359
5347
  "name": "onRowDrag",
5360
5348
  "kind": 1024,
5361
5349
  "kindString": "Property",
@@ -5367,11 +5355,11 @@
5367
5355
  },
5368
5356
  "type": {
5369
5357
  "type": "reference",
5370
- "id": 703,
5358
+ "id": 705,
5371
5359
  "typeArguments": [
5372
5360
  {
5373
5361
  "type": "reference",
5374
- "id": 823,
5362
+ "id": 825,
5375
5363
  "name": "TRow"
5376
5364
  }
5377
5365
  ],
@@ -5379,7 +5367,7 @@
5379
5367
  }
5380
5368
  },
5381
5369
  {
5382
- "id": 819,
5370
+ "id": 821,
5383
5371
  "name": "onRowEdit",
5384
5372
  "kind": 1024,
5385
5373
  "kindString": "Property",
@@ -5394,7 +5382,7 @@
5394
5382
  "typeArguments": [
5395
5383
  {
5396
5384
  "type": "reference",
5397
- "id": 823,
5385
+ "id": 825,
5398
5386
  "name": "TRow"
5399
5387
  }
5400
5388
  ],
@@ -5402,7 +5390,7 @@
5402
5390
  }
5403
5391
  },
5404
5392
  {
5405
- "id": 793,
5393
+ "id": 795,
5406
5394
  "name": "onSelectedRows",
5407
5395
  "kind": 1024,
5408
5396
  "kindString": "Property",
@@ -5414,12 +5402,12 @@
5414
5402
  },
5415
5403
  "type": {
5416
5404
  "type": "reference",
5417
- "id": 733,
5405
+ "id": 735,
5418
5406
  "name": "SelectedRowsHandler"
5419
5407
  }
5420
5408
  },
5421
5409
  {
5422
- "id": 804,
5410
+ "id": 806,
5423
5411
  "name": "onSort",
5424
5412
  "kind": 1024,
5425
5413
  "kindString": "Property",
@@ -5431,11 +5419,11 @@
5431
5419
  },
5432
5420
  "type": {
5433
5421
  "type": "reference",
5434
- "id": 736,
5422
+ "id": 738,
5435
5423
  "typeArguments": [
5436
5424
  {
5437
5425
  "type": "reference",
5438
- "id": 823,
5426
+ "id": 825,
5439
5427
  "name": "TRow"
5440
5428
  }
5441
5429
  ],
@@ -5443,7 +5431,7 @@
5443
5431
  }
5444
5432
  },
5445
5433
  {
5446
- "id": 810,
5434
+ "id": 812,
5447
5435
  "name": "pageIndex",
5448
5436
  "kind": 1024,
5449
5437
  "kindString": "Property",
@@ -5459,7 +5447,7 @@
5459
5447
  }
5460
5448
  },
5461
5449
  {
5462
- "id": 811,
5450
+ "id": 813,
5463
5451
  "name": "pageSize",
5464
5452
  "kind": 1024,
5465
5453
  "kindString": "Property",
@@ -5475,7 +5463,7 @@
5475
5463
  }
5476
5464
  },
5477
5465
  {
5478
- "id": 794,
5466
+ "id": 796,
5479
5467
  "name": "rowClassName",
5480
5468
  "kind": 1024,
5481
5469
  "kindString": "Property",
@@ -5495,32 +5483,32 @@
5495
5483
  {
5496
5484
  "type": "reflection",
5497
5485
  "declaration": {
5498
- "id": 795,
5486
+ "id": 797,
5499
5487
  "name": "__type",
5500
5488
  "kind": 65536,
5501
5489
  "kindString": "Type literal",
5502
5490
  "flags": {},
5503
5491
  "signatures": [
5504
5492
  {
5505
- "id": 796,
5493
+ "id": 798,
5506
5494
  "name": "__type",
5507
5495
  "kind": 4096,
5508
5496
  "kindString": "Call signature",
5509
5497
  "flags": {},
5510
5498
  "parameters": [
5511
5499
  {
5512
- "id": 797,
5500
+ "id": 799,
5513
5501
  "name": "row",
5514
5502
  "kind": 32768,
5515
5503
  "kindString": "Parameter",
5516
5504
  "flags": {},
5517
5505
  "type": {
5518
5506
  "type": "reference",
5519
- "id": 824,
5507
+ "id": 826,
5520
5508
  "typeArguments": [
5521
5509
  {
5522
5510
  "type": "reference",
5523
- "id": 823,
5511
+ "id": 825,
5524
5512
  "name": "TRow"
5525
5513
  }
5526
5514
  ],
@@ -5549,7 +5537,7 @@
5549
5537
  }
5550
5538
  },
5551
5539
  {
5552
- "id": 801,
5540
+ "id": 803,
5553
5541
  "name": "rowHeight",
5554
5542
  "kind": 1024,
5555
5543
  "kindString": "Property",
@@ -5565,7 +5553,7 @@
5565
5553
  }
5566
5554
  },
5567
5555
  {
5568
- "id": 802,
5556
+ "id": 804,
5569
5557
  "name": "selectedRows",
5570
5558
  "kind": 1024,
5571
5559
  "kindString": "Property",
@@ -5577,12 +5565,12 @@
5577
5565
  },
5578
5566
  "type": {
5579
5567
  "type": "reference",
5580
- "id": 734,
5568
+ "id": 736,
5581
5569
  "name": "SelectedRowsState"
5582
5570
  }
5583
5571
  },
5584
5572
  {
5585
- "id": 806,
5573
+ "id": 808,
5586
5574
  "name": "sortRules",
5587
5575
  "kind": 1024,
5588
5576
  "kindString": "Property",
@@ -5596,11 +5584,11 @@
5596
5584
  "type": "array",
5597
5585
  "elementType": {
5598
5586
  "type": "reference",
5599
- "id": 742,
5587
+ "id": 744,
5600
5588
  "typeArguments": [
5601
5589
  {
5602
5590
  "type": "reference",
5603
- "id": 823,
5591
+ "id": 825,
5604
5592
  "name": "TRow"
5605
5593
  }
5606
5594
  ],
@@ -5609,7 +5597,7 @@
5609
5597
  }
5610
5598
  },
5611
5599
  {
5612
- "id": 789,
5600
+ "id": 791,
5613
5601
  "name": "emptyStateRenderer",
5614
5602
  "kind": 2048,
5615
5603
  "kindString": "Method",
@@ -5618,7 +5606,7 @@
5618
5606
  },
5619
5607
  "signatures": [
5620
5608
  {
5621
- "id": 790,
5609
+ "id": 792,
5622
5610
  "name": "emptyStateRenderer",
5623
5611
  "kind": 4096,
5624
5612
  "kindString": "Call signature",
@@ -5636,7 +5624,7 @@
5636
5624
  ]
5637
5625
  },
5638
5626
  {
5639
- "id": 812,
5627
+ "id": 814,
5640
5628
  "name": "loadMore",
5641
5629
  "kind": 2048,
5642
5630
  "kindString": "Method",
@@ -5645,7 +5633,7 @@
5645
5633
  },
5646
5634
  "signatures": [
5647
5635
  {
5648
- "id": 813,
5636
+ "id": 815,
5649
5637
  "name": "loadMore",
5650
5638
  "kind": 4096,
5651
5639
  "kindString": "Call signature",
@@ -5655,7 +5643,7 @@
5655
5643
  },
5656
5644
  "parameters": [
5657
5645
  {
5658
- "id": 814,
5646
+ "id": 816,
5659
5647
  "name": "startIndex",
5660
5648
  "kind": 32768,
5661
5649
  "kindString": "Parameter",
@@ -5666,7 +5654,7 @@
5666
5654
  }
5667
5655
  },
5668
5656
  {
5669
- "id": 815,
5657
+ "id": 817,
5670
5658
  "name": "endIndex",
5671
5659
  "kind": 32768,
5672
5660
  "kindString": "Parameter",
@@ -5685,7 +5673,7 @@
5685
5673
  ]
5686
5674
  },
5687
5675
  {
5688
- "id": 798,
5676
+ "id": 800,
5689
5677
  "name": "rowExpansionRenderer",
5690
5678
  "kind": 2048,
5691
5679
  "kindString": "Method",
@@ -5694,7 +5682,7 @@
5694
5682
  },
5695
5683
  "signatures": [
5696
5684
  {
5697
- "id": 799,
5685
+ "id": 801,
5698
5686
  "name": "rowExpansionRenderer",
5699
5687
  "kind": 4096,
5700
5688
  "kindString": "Call signature",
@@ -5704,18 +5692,18 @@
5704
5692
  },
5705
5693
  "parameters": [
5706
5694
  {
5707
- "id": 800,
5695
+ "id": 802,
5708
5696
  "name": "row",
5709
5697
  "kind": 32768,
5710
5698
  "kindString": "Parameter",
5711
5699
  "flags": {},
5712
5700
  "type": {
5713
5701
  "type": "reference",
5714
- "id": 824,
5702
+ "id": 826,
5715
5703
  "typeArguments": [
5716
5704
  {
5717
5705
  "type": "reference",
5718
- "id": 823,
5706
+ "id": 825,
5719
5707
  "name": "TRow"
5720
5708
  }
5721
5709
  ],
@@ -5740,7 +5728,7 @@
5740
5728
  ],
5741
5729
  "props": [
5742
5730
  {
5743
- "id": 839,
5731
+ "id": 841,
5744
5732
  "name": "instance",
5745
5733
  "kind": 1024,
5746
5734
  "kindString": "Property",
@@ -5748,14 +5736,14 @@
5748
5736
  "type": {
5749
5737
  "type": "reflection",
5750
5738
  "declaration": {
5751
- "id": 840,
5739
+ "id": 842,
5752
5740
  "name": "__type",
5753
5741
  "kind": 65536,
5754
5742
  "kindString": "Type literal",
5755
5743
  "flags": {},
5756
5744
  "children": [
5757
5745
  {
5758
- "id": 846,
5746
+ "id": 848,
5759
5747
  "name": "resetRowEditing",
5760
5748
  "kind": 1024,
5761
5749
  "kindString": "Property",
@@ -5766,7 +5754,7 @@
5766
5754
  }
5767
5755
  },
5768
5756
  {
5769
- "id": 841,
5757
+ "id": 843,
5770
5758
  "name": "toggleAllRowsExpanded",
5771
5759
  "kind": 1024,
5772
5760
  "kindString": "Property",
@@ -5777,7 +5765,7 @@
5777
5765
  }
5778
5766
  },
5779
5767
  {
5780
- "id": 844,
5768
+ "id": 846,
5781
5769
  "name": "toggleEditing",
5782
5770
  "kind": 1024,
5783
5771
  "kindString": "Property",
@@ -5788,7 +5776,7 @@
5788
5776
  }
5789
5777
  },
5790
5778
  {
5791
- "id": 842,
5779
+ "id": 844,
5792
5780
  "name": "toggleHideAllColumns",
5793
5781
  "kind": 1024,
5794
5782
  "kindString": "Property",
@@ -5799,7 +5787,7 @@
5799
5787
  }
5800
5788
  },
5801
5789
  {
5802
- "id": 843,
5790
+ "id": 845,
5803
5791
  "name": "toggleHideColumn",
5804
5792
  "kind": 1024,
5805
5793
  "kindString": "Property",
@@ -5810,7 +5798,7 @@
5810
5798
  }
5811
5799
  },
5812
5800
  {
5813
- "id": 845,
5801
+ "id": 847,
5814
5802
  "name": "toggleRowEditing",
5815
5803
  "kind": 1024,
5816
5804
  "kindString": "Property",
@@ -5821,7 +5809,7 @@
5821
5809
  }
5822
5810
  },
5823
5811
  {
5824
- "id": 847,
5812
+ "id": 849,
5825
5813
  "name": "toggleRowExpanded",
5826
5814
  "kind": 1024,
5827
5815
  "kindString": "Property",
@@ -5832,7 +5820,7 @@
5832
5820
  }
5833
5821
  },
5834
5822
  {
5835
- "id": 848,
5823
+ "id": 850,
5836
5824
  "name": "toggleSortBy",
5837
5825
  "kind": 1024,
5838
5826
  "kindString": "Property",
@@ -5848,14 +5836,14 @@
5848
5836
  "title": "Properties",
5849
5837
  "kind": 1024,
5850
5838
  "children": [
5839
+ 848,
5840
+ 843,
5851
5841
  846,
5852
- 841,
5853
5842
  844,
5854
- 842,
5855
- 843,
5856
5843
  845,
5857
5844
  847,
5858
- 848
5845
+ 849,
5846
+ 850
5859
5847
  ]
5860
5848
  }
5861
5849
  ]
@@ -5867,7 +5855,7 @@
5867
5855
  "TableRow": {
5868
5856
  "props": [
5869
5857
  {
5870
- "id": 828,
5858
+ "id": 830,
5871
5859
  "name": "depth",
5872
5860
  "kind": 1024,
5873
5861
  "kindString": "Property",
@@ -5880,7 +5868,7 @@
5880
5868
  }
5881
5869
  },
5882
5870
  {
5883
- "id": 826,
5871
+ "id": 828,
5884
5872
  "name": "index",
5885
5873
  "kind": 1024,
5886
5874
  "kindString": "Property",
@@ -5894,7 +5882,7 @@
5894
5882
  }
5895
5883
  },
5896
5884
  {
5897
- "id": 827,
5885
+ "id": 829,
5898
5886
  "name": "indexPath",
5899
5887
  "kind": 1024,
5900
5888
  "kindString": "Property",
@@ -5908,7 +5896,7 @@
5908
5896
  }
5909
5897
  },
5910
5898
  {
5911
- "id": 833,
5899
+ "id": 835,
5912
5900
  "name": "isEditing",
5913
5901
  "kind": 1024,
5914
5902
  "kindString": "Property",
@@ -5921,7 +5909,7 @@
5921
5909
  }
5922
5910
  },
5923
5911
  {
5924
- "id": 829,
5912
+ "id": 831,
5925
5913
  "name": "isExpanded",
5926
5914
  "kind": 1024,
5927
5915
  "kindString": "Property",
@@ -5937,7 +5925,7 @@
5937
5925
  }
5938
5926
  },
5939
5927
  {
5940
- "id": 832,
5928
+ "id": 834,
5941
5929
  "name": "values",
5942
5930
  "kind": 1024,
5943
5931
  "kindString": "Property",
@@ -5947,11 +5935,11 @@
5947
5935
  },
5948
5936
  "type": {
5949
5937
  "type": "reference",
5950
- "id": 691,
5938
+ "id": 693,
5951
5939
  "typeArguments": [
5952
5940
  {
5953
5941
  "type": "reference",
5954
- "id": 836,
5942
+ "id": 838,
5955
5943
  "name": "TRow"
5956
5944
  }
5957
5945
  ],
@@ -5959,7 +5947,7 @@
5959
5947
  }
5960
5948
  },
5961
5949
  {
5962
- "id": 834,
5950
+ "id": 836,
5963
5951
  "name": "toggleRowEditing",
5964
5952
  "kind": 2048,
5965
5953
  "kindString": "Method",
@@ -5968,7 +5956,7 @@
5968
5956
  },
5969
5957
  "signatures": [
5970
5958
  {
5971
- "id": 835,
5959
+ "id": 837,
5972
5960
  "name": "toggleRowEditing",
5973
5961
  "kind": 4096,
5974
5962
  "kindString": "Call signature",
@@ -5981,7 +5969,7 @@
5981
5969
  ]
5982
5970
  },
5983
5971
  {
5984
- "id": 830,
5972
+ "id": 832,
5985
5973
  "name": "toggleRowExpanded",
5986
5974
  "kind": 2048,
5987
5975
  "kindString": "Method",
@@ -5990,7 +5978,7 @@
5990
5978
  },
5991
5979
  "signatures": [
5992
5980
  {
5993
- "id": 831,
5981
+ "id": 833,
5994
5982
  "name": "toggleRowExpanded",
5995
5983
  "kind": 4096,
5996
5984
  "kindString": "Call signature",
@@ -6010,7 +5998,7 @@
6010
5998
  "TableTexts": {
6011
5999
  "props": [
6012
6000
  {
6013
- "id": 851,
6001
+ "id": 853,
6014
6002
  "name": "actions",
6015
6003
  "kind": 1024,
6016
6004
  "kindString": "Property",
@@ -6021,7 +6009,7 @@
6021
6009
  }
6022
6010
  },
6023
6011
  {
6024
- "id": 853,
6012
+ "id": 855,
6025
6013
  "name": "copy",
6026
6014
  "kind": 1024,
6027
6015
  "kindString": "Property",
@@ -6032,7 +6020,7 @@
6032
6020
  }
6033
6021
  },
6034
6022
  {
6035
- "id": 854,
6023
+ "id": 856,
6036
6024
  "name": "del",
6037
6025
  "kind": 1024,
6038
6026
  "kindString": "Property",
@@ -6043,7 +6031,7 @@
6043
6031
  }
6044
6032
  },
6045
6033
  {
6046
- "id": 852,
6034
+ "id": 854,
6047
6035
  "name": "edit",
6048
6036
  "kind": 1024,
6049
6037
  "kindString": "Property",
@@ -6054,7 +6042,7 @@
6054
6042
  }
6055
6043
  },
6056
6044
  {
6057
- "id": 856,
6045
+ "id": 858,
6058
6046
  "name": "loading",
6059
6047
  "kind": 1024,
6060
6048
  "kindString": "Property",
@@ -6065,7 +6053,7 @@
6065
6053
  }
6066
6054
  },
6067
6055
  {
6068
- "id": 855,
6056
+ "id": 857,
6069
6057
  "name": "newSubRow",
6070
6058
  "kind": 1024,
6071
6059
  "kindString": "Property",
@@ -6083,7 +6071,7 @@
6083
6071
  ],
6084
6072
  "props": [
6085
6073
  {
6086
- "id": 909,
6074
+ "id": 911,
6087
6075
  "name": "children",
6088
6076
  "kind": 1024,
6089
6077
  "kindString": "Property",
@@ -6099,7 +6087,7 @@
6099
6087
  }
6100
6088
  },
6101
6089
  {
6102
- "id": 908,
6090
+ "id": 910,
6103
6091
  "name": "defaultId",
6104
6092
  "kind": 1024,
6105
6093
  "kindString": "Property",
@@ -6115,7 +6103,7 @@
6115
6103
  }
6116
6104
  },
6117
6105
  {
6118
- "id": 907,
6106
+ "id": 909,
6119
6107
  "name": "id",
6120
6108
  "kind": 1024,
6121
6109
  "kindString": "Property",
@@ -6131,7 +6119,7 @@
6131
6119
  }
6132
6120
  },
6133
6121
  {
6134
- "id": 910,
6122
+ "id": 912,
6135
6123
  "name": "orientation",
6136
6124
  "kind": 1024,
6137
6125
  "kindString": "Property",
@@ -6154,7 +6142,7 @@
6154
6142
  }
6155
6143
  },
6156
6144
  {
6157
- "id": 911,
6145
+ "id": 913,
6158
6146
  "name": "onChange",
6159
6147
  "kind": 2048,
6160
6148
  "kindString": "Method",
@@ -6163,7 +6151,7 @@
6163
6151
  },
6164
6152
  "signatures": [
6165
6153
  {
6166
- "id": 912,
6154
+ "id": 914,
6167
6155
  "name": "onChange",
6168
6156
  "kind": 4096,
6169
6157
  "kindString": "Call signature",
@@ -6173,7 +6161,7 @@
6173
6161
  },
6174
6162
  "parameters": [
6175
6163
  {
6176
- "id": 913,
6164
+ "id": 915,
6177
6165
  "name": "id",
6178
6166
  "kind": 32768,
6179
6167
  "kindString": "Parameter",
@@ -6196,7 +6184,7 @@
6196
6184
  "Taco": {
6197
6185
  "props": [
6198
6186
  {
6199
- "id": 542,
6187
+ "id": 546,
6200
6188
  "name": "localization",
6201
6189
  "kind": 1024,
6202
6190
  "kindString": "Property",
@@ -6206,7 +6194,7 @@
6206
6194
  },
6207
6195
  "type": {
6208
6196
  "type": "reference",
6209
- "id": 533,
6197
+ "id": 537,
6210
6198
  "name": "Localization"
6211
6199
  }
6212
6200
  }
@@ -6218,7 +6206,7 @@
6218
6206
  ],
6219
6207
  "props": [
6220
6208
  {
6221
- "id": 930,
6209
+ "id": 932,
6222
6210
  "name": "highlighted",
6223
6211
  "kind": 1024,
6224
6212
  "kindString": "Property",
@@ -6234,7 +6222,7 @@
6234
6222
  }
6235
6223
  },
6236
6224
  {
6237
- "id": 931,
6225
+ "id": 933,
6238
6226
  "name": "state",
6239
6227
  "kind": 1024,
6240
6228
  "kindString": "Property",
@@ -6251,7 +6239,7 @@
6251
6239
  }
6252
6240
  },
6253
6241
  {
6254
- "id": 932,
6242
+ "id": 934,
6255
6243
  "name": "value",
6256
6244
  "kind": 1024,
6257
6245
  "kindString": "Property",
@@ -6274,7 +6262,7 @@
6274
6262
  ],
6275
6263
  "props": [
6276
6264
  {
6277
- "id": 972,
6265
+ "id": 974,
6278
6266
  "name": "children",
6279
6267
  "kind": 1024,
6280
6268
  "kindString": "Property",
@@ -6299,7 +6287,7 @@
6299
6287
  }
6300
6288
  },
6301
6289
  {
6302
- "id": 974,
6290
+ "id": 976,
6303
6291
  "name": "placement",
6304
6292
  "kind": 1024,
6305
6293
  "kindString": "Property",
@@ -6338,7 +6326,7 @@
6338
6326
  }
6339
6327
  },
6340
6328
  {
6341
- "id": 973,
6329
+ "id": 975,
6342
6330
  "name": "title",
6343
6331
  "kind": 1024,
6344
6332
  "kindString": "Property",
@@ -6356,7 +6344,7 @@
6356
6344
  "TourProps": {
6357
6345
  "props": [
6358
6346
  {
6359
- "id": 1000,
6347
+ "id": 1002,
6360
6348
  "name": "autoStart",
6361
6349
  "kind": 1024,
6362
6350
  "kindString": "Property",
@@ -6372,7 +6360,7 @@
6372
6360
  }
6373
6361
  },
6374
6362
  {
6375
- "id": 1001,
6363
+ "id": 1003,
6376
6364
  "name": "children",
6377
6365
  "kind": 1024,
6378
6366
  "kindString": "Property",
@@ -6386,7 +6374,7 @@
6386
6374
  }
6387
6375
  },
6388
6376
  {
6389
- "id": 1002,
6377
+ "id": 1004,
6390
6378
  "name": "continuous",
6391
6379
  "kind": 1024,
6392
6380
  "kindString": "Property",
@@ -6402,7 +6390,7 @@
6402
6390
  }
6403
6391
  },
6404
6392
  {
6405
- "id": 1003,
6393
+ "id": 1005,
6406
6394
  "name": "disableCloseOnEsc",
6407
6395
  "kind": 1024,
6408
6396
  "kindString": "Property",
@@ -6418,7 +6406,7 @@
6418
6406
  }
6419
6407
  },
6420
6408
  {
6421
- "id": 1004,
6409
+ "id": 1006,
6422
6410
  "name": "disableOverlayClose",
6423
6411
  "kind": 1024,
6424
6412
  "kindString": "Property",
@@ -6434,7 +6422,7 @@
6434
6422
  }
6435
6423
  },
6436
6424
  {
6437
- "id": 1014,
6425
+ "id": 1016,
6438
6426
  "name": "disableScrollParentFix",
6439
6427
  "kind": 1024,
6440
6428
  "kindString": "Property",
@@ -6447,7 +6435,7 @@
6447
6435
  }
6448
6436
  },
6449
6437
  {
6450
- "id": 1005,
6438
+ "id": 1007,
6451
6439
  "name": "disableScrolling",
6452
6440
  "kind": 1024,
6453
6441
  "kindString": "Property",
@@ -6463,7 +6451,7 @@
6463
6451
  }
6464
6452
  },
6465
6453
  {
6466
- "id": 1009,
6454
+ "id": 1011,
6467
6455
  "name": "onComplete",
6468
6456
  "kind": 1024,
6469
6457
  "kindString": "Property",
@@ -6478,7 +6466,7 @@
6478
6466
  }
6479
6467
  },
6480
6468
  {
6481
- "id": 1013,
6469
+ "id": 1015,
6482
6470
  "name": "spotlightClicks",
6483
6471
  "kind": 1024,
6484
6472
  "kindString": "Property",
@@ -6491,7 +6479,7 @@
6491
6479
  }
6492
6480
  },
6493
6481
  {
6494
- "id": 1006,
6482
+ "id": 1008,
6495
6483
  "name": "onClose",
6496
6484
  "kind": 2048,
6497
6485
  "kindString": "Method",
@@ -6500,21 +6488,21 @@
6500
6488
  },
6501
6489
  "signatures": [
6502
6490
  {
6503
- "id": 1007,
6491
+ "id": 1009,
6504
6492
  "name": "onClose",
6505
6493
  "kind": 4096,
6506
6494
  "kindString": "Call signature",
6507
6495
  "flags": {},
6508
6496
  "parameters": [
6509
6497
  {
6510
- "id": 1008,
6498
+ "id": 1010,
6511
6499
  "name": "step",
6512
6500
  "kind": 32768,
6513
6501
  "kindString": "Parameter",
6514
6502
  "flags": {},
6515
6503
  "type": {
6516
6504
  "type": "reference",
6517
- "id": 988,
6505
+ "id": 990,
6518
6506
  "name": "TourStepProps"
6519
6507
  }
6520
6508
  }
@@ -6527,7 +6515,7 @@
6527
6515
  ]
6528
6516
  },
6529
6517
  {
6530
- "id": 1010,
6518
+ "id": 1012,
6531
6519
  "name": "onReady",
6532
6520
  "kind": 2048,
6533
6521
  "kindString": "Method",
@@ -6536,7 +6524,7 @@
6536
6524
  },
6537
6525
  "signatures": [
6538
6526
  {
6539
- "id": 1011,
6527
+ "id": 1013,
6540
6528
  "name": "onReady",
6541
6529
  "kind": 4096,
6542
6530
  "kindString": "Call signature",
@@ -6546,14 +6534,14 @@
6546
6534
  },
6547
6535
  "parameters": [
6548
6536
  {
6549
- "id": 1012,
6537
+ "id": 1014,
6550
6538
  "name": "step",
6551
6539
  "kind": 32768,
6552
6540
  "kindString": "Parameter",
6553
6541
  "flags": {},
6554
6542
  "type": {
6555
6543
  "type": "reference",
6556
- "id": 988,
6544
+ "id": 990,
6557
6545
  "name": "TourStepProps"
6558
6546
  }
6559
6547
  }
@@ -6570,7 +6558,7 @@
6570
6558
  "TourStepProps": {
6571
6559
  "props": [
6572
6560
  {
6573
- "id": 990,
6561
+ "id": 992,
6574
6562
  "name": "children",
6575
6563
  "kind": 1024,
6576
6564
  "kindString": "Property",
@@ -6586,7 +6574,7 @@
6586
6574
  }
6587
6575
  },
6588
6576
  {
6589
- "id": 991,
6577
+ "id": 993,
6590
6578
  "name": "position",
6591
6579
  "kind": 1024,
6592
6580
  "kindString": "Property",
@@ -6604,7 +6592,7 @@
6604
6592
  }
6605
6593
  },
6606
6594
  {
6607
- "id": 992,
6595
+ "id": 994,
6608
6596
  "name": "selector",
6609
6597
  "kind": 1024,
6610
6598
  "kindString": "Property",
@@ -6618,7 +6606,7 @@
6618
6606
  }
6619
6607
  },
6620
6608
  {
6621
- "id": 993,
6609
+ "id": 995,
6622
6610
  "name": "showBeacon",
6623
6611
  "kind": 1024,
6624
6612
  "kindString": "Property",
@@ -6634,7 +6622,7 @@
6634
6622
  }
6635
6623
  },
6636
6624
  {
6637
- "id": 994,
6625
+ "id": 996,
6638
6626
  "name": "title",
6639
6627
  "kind": 1024,
6640
6628
  "kindString": "Property",
@@ -6652,7 +6640,7 @@
6652
6640
  "TourTexts": {
6653
6641
  "props": [
6654
6642
  {
6655
- "id": 982,
6643
+ "id": 984,
6656
6644
  "name": "back",
6657
6645
  "kind": 1024,
6658
6646
  "kindString": "Property",
@@ -6666,7 +6654,7 @@
6666
6654
  }
6667
6655
  },
6668
6656
  {
6669
- "id": 983,
6657
+ "id": 985,
6670
6658
  "name": "close",
6671
6659
  "kind": 1024,
6672
6660
  "kindString": "Property",
@@ -6680,7 +6668,7 @@
6680
6668
  }
6681
6669
  },
6682
6670
  {
6683
- "id": 985,
6671
+ "id": 987,
6684
6672
  "name": "last",
6685
6673
  "kind": 1024,
6686
6674
  "kindString": "Property",
@@ -6694,7 +6682,7 @@
6694
6682
  }
6695
6683
  },
6696
6684
  {
6697
- "id": 986,
6685
+ "id": 988,
6698
6686
  "name": "next",
6699
6687
  "kind": 1024,
6700
6688
  "kindString": "Property",
@@ -6708,7 +6696,7 @@
6708
6696
  }
6709
6697
  },
6710
6698
  {
6711
- "id": 987,
6699
+ "id": 989,
6712
6700
  "name": "open",
6713
6701
  "kind": 1024,
6714
6702
  "kindString": "Property",
@@ -6722,7 +6710,7 @@
6722
6710
  }
6723
6711
  },
6724
6712
  {
6725
- "id": 984,
6713
+ "id": 986,
6726
6714
  "name": "skip",
6727
6715
  "kind": 1024,
6728
6716
  "kindString": "Property",
@@ -6743,7 +6731,7 @@
6743
6731
  ],
6744
6732
  "props": [
6745
6733
  {
6746
- "id": 1031,
6734
+ "id": 1033,
6747
6735
  "name": "className",
6748
6736
  "kind": 1024,
6749
6737
  "kindString": "Property",
@@ -6763,21 +6751,21 @@
6763
6751
  {
6764
6752
  "type": "reflection",
6765
6753
  "declaration": {
6766
- "id": 1032,
6754
+ "id": 1034,
6767
6755
  "name": "__type",
6768
6756
  "kind": 65536,
6769
6757
  "kindString": "Type literal",
6770
6758
  "flags": {},
6771
6759
  "signatures": [
6772
6760
  {
6773
- "id": 1033,
6761
+ "id": 1035,
6774
6762
  "name": "__type",
6775
6763
  "kind": 4096,
6776
6764
  "kindString": "Call signature",
6777
6765
  "flags": {},
6778
6766
  "parameters": [
6779
6767
  {
6780
- "id": 1034,
6768
+ "id": 1036,
6781
6769
  "name": "expanded",
6782
6770
  "kind": 32768,
6783
6771
  "kindString": "Parameter",
@@ -6800,7 +6788,7 @@
6800
6788
  }
6801
6789
  },
6802
6790
  {
6803
- "id": 1035,
6791
+ "id": 1037,
6804
6792
  "name": "expanded",
6805
6793
  "kind": 1024,
6806
6794
  "kindString": "Property",
@@ -6816,7 +6804,7 @@
6816
6804
  }
6817
6805
  },
6818
6806
  {
6819
- "id": 1036,
6807
+ "id": 1038,
6820
6808
  "name": "fixed",
6821
6809
  "kind": 1024,
6822
6810
  "kindString": "Property",
@@ -6832,7 +6820,7 @@
6832
6820
  }
6833
6821
  },
6834
6822
  {
6835
- "id": 1041,
6823
+ "id": 1043,
6836
6824
  "name": "title",
6837
6825
  "kind": 1024,
6838
6826
  "kindString": "Property",
@@ -6852,21 +6840,21 @@
6852
6840
  {
6853
6841
  "type": "reflection",
6854
6842
  "declaration": {
6855
- "id": 1042,
6843
+ "id": 1044,
6856
6844
  "name": "__type",
6857
6845
  "kind": 65536,
6858
6846
  "kindString": "Type literal",
6859
6847
  "flags": {},
6860
6848
  "signatures": [
6861
6849
  {
6862
- "id": 1043,
6850
+ "id": 1045,
6863
6851
  "name": "__type",
6864
6852
  "kind": 4096,
6865
6853
  "kindString": "Call signature",
6866
6854
  "flags": {},
6867
6855
  "parameters": [
6868
6856
  {
6869
- "id": 1044,
6857
+ "id": 1046,
6870
6858
  "name": "expanded",
6871
6859
  "kind": 32768,
6872
6860
  "kindString": "Parameter",
@@ -6891,7 +6879,7 @@
6891
6879
  }
6892
6880
  },
6893
6881
  {
6894
- "id": 1037,
6882
+ "id": 1039,
6895
6883
  "name": "onClick",
6896
6884
  "kind": 2048,
6897
6885
  "kindString": "Method",
@@ -6900,7 +6888,7 @@
6900
6888
  },
6901
6889
  "signatures": [
6902
6890
  {
6903
- "id": 1038,
6891
+ "id": 1040,
6904
6892
  "name": "onClick",
6905
6893
  "kind": 4096,
6906
6894
  "kindString": "Call signature",
@@ -6910,7 +6898,7 @@
6910
6898
  },
6911
6899
  "parameters": [
6912
6900
  {
6913
- "id": 1039,
6901
+ "id": 1041,
6914
6902
  "name": "event",
6915
6903
  "kind": 32768,
6916
6904
  "kindString": "Parameter",
@@ -6937,7 +6925,7 @@
6937
6925
  }
6938
6926
  },
6939
6927
  {
6940
- "id": 1040,
6928
+ "id": 1042,
6941
6929
  "name": "expanded",
6942
6930
  "kind": 32768,
6943
6931
  "kindString": "Parameter",
@@ -6962,7 +6950,7 @@
6962
6950
  "useListKeyboardNavigationOptions": {
6963
6951
  "props": [
6964
6952
  {
6965
- "id": 1071,
6953
+ "id": 1073,
6966
6954
  "name": "direction",
6967
6955
  "kind": 1024,
6968
6956
  "kindString": "Property",
@@ -6976,7 +6964,7 @@
6976
6964
  }
6977
6965
  },
6978
6966
  {
6979
- "id": 1072,
6967
+ "id": 1074,
6980
6968
  "name": "initialIndex",
6981
6969
  "kind": 1024,
6982
6970
  "kindString": "Property",
@@ -6993,7 +6981,7 @@
6993
6981
  "usePaginationValues": {
6994
6982
  "props": [
6995
6983
  {
6996
- "id": 481,
6984
+ "id": 485,
6997
6985
  "name": "pageIndex",
6998
6986
  "kind": 1024,
6999
6987
  "kindString": "Property",
@@ -7007,7 +6995,7 @@
7007
6995
  }
7008
6996
  },
7009
6997
  {
7010
- "id": 482,
6998
+ "id": 486,
7011
6999
  "name": "pageSize",
7012
7000
  "kind": 1024,
7013
7001
  "kindString": "Property",
@@ -7021,14 +7009,14 @@
7021
7009
  }
7022
7010
  },
7023
7011
  {
7024
- "id": 483,
7012
+ "id": 487,
7025
7013
  "name": "setPageIndex",
7026
7014
  "kind": 2048,
7027
7015
  "kindString": "Method",
7028
7016
  "flags": {},
7029
7017
  "signatures": [
7030
7018
  {
7031
- "id": 484,
7019
+ "id": 488,
7032
7020
  "name": "setPageIndex",
7033
7021
  "kind": 4096,
7034
7022
  "kindString": "Call signature",
@@ -7038,7 +7026,7 @@
7038
7026
  },
7039
7027
  "parameters": [
7040
7028
  {
7041
- "id": 485,
7029
+ "id": 489,
7042
7030
  "name": "pageIndex",
7043
7031
  "kind": 32768,
7044
7032
  "kindString": "Parameter",
@@ -7057,14 +7045,14 @@
7057
7045
  ]
7058
7046
  },
7059
7047
  {
7060
- "id": 486,
7048
+ "id": 490,
7061
7049
  "name": "setPageSize",
7062
7050
  "kind": 2048,
7063
7051
  "kindString": "Method",
7064
7052
  "flags": {},
7065
7053
  "signatures": [
7066
7054
  {
7067
- "id": 487,
7055
+ "id": 491,
7068
7056
  "name": "setPageSize",
7069
7057
  "kind": 4096,
7070
7058
  "kindString": "Call signature",
@@ -7074,7 +7062,7 @@
7074
7062
  },
7075
7063
  "parameters": [
7076
7064
  {
7077
- "id": 488,
7065
+ "id": 492,
7078
7066
  "name": "size",
7079
7067
  "kind": 32768,
7080
7068
  "kindString": "Parameter",
@@ -7097,7 +7085,7 @@
7097
7085
  "useTableRowCreation": {
7098
7086
  "props": [
7099
7087
  {
7100
- "id": 895,
7088
+ "id": 897,
7101
7089
  "name": "data",
7102
7090
  "kind": 1024,
7103
7091
  "kindString": "Property",
@@ -7106,11 +7094,11 @@
7106
7094
  "type": "array",
7107
7095
  "elementType": {
7108
7096
  "type": "reference",
7109
- "id": 691,
7097
+ "id": 693,
7110
7098
  "typeArguments": [
7111
7099
  {
7112
7100
  "type": "reference",
7113
- "id": 904,
7101
+ "id": 906,
7114
7102
  "name": "TRow"
7115
7103
  }
7116
7104
  ],
@@ -7119,7 +7107,7 @@
7119
7107
  }
7120
7108
  },
7121
7109
  {
7122
- "id": 903,
7110
+ "id": 905,
7123
7111
  "name": "isCreating",
7124
7112
  "kind": 1024,
7125
7113
  "kindString": "Property",
@@ -7130,33 +7118,33 @@
7130
7118
  }
7131
7119
  },
7132
7120
  {
7133
- "id": 896,
7121
+ "id": 898,
7134
7122
  "name": "create",
7135
7123
  "kind": 2048,
7136
7124
  "kindString": "Method",
7137
7125
  "flags": {},
7138
7126
  "signatures": [
7139
7127
  {
7140
- "id": 897,
7128
+ "id": 899,
7141
7129
  "name": "create",
7142
7130
  "kind": 4096,
7143
7131
  "kindString": "Call signature",
7144
7132
  "flags": {},
7145
7133
  "parameters": [
7146
7134
  {
7147
- "id": 898,
7135
+ "id": 900,
7148
7136
  "name": "rowIndexPath",
7149
7137
  "kind": 32768,
7150
7138
  "kindString": "Parameter",
7151
7139
  "flags": {},
7152
7140
  "type": {
7153
7141
  "type": "reference",
7154
- "id": 696,
7142
+ "id": 698,
7155
7143
  "name": "RowIndexPath"
7156
7144
  }
7157
7145
  },
7158
7146
  {
7159
- "id": 899,
7147
+ "id": 901,
7160
7148
  "name": "values",
7161
7149
  "kind": 32768,
7162
7150
  "kindString": "Parameter",
@@ -7171,35 +7159,35 @@
7171
7159
  ],
7172
7160
  "type": {
7173
7161
  "type": "reference",
7174
- "id": 696,
7162
+ "id": 698,
7175
7163
  "name": "RowIndexPath"
7176
7164
  }
7177
7165
  }
7178
7166
  ]
7179
7167
  },
7180
7168
  {
7181
- "id": 900,
7169
+ "id": 902,
7182
7170
  "name": "remove",
7183
7171
  "kind": 2048,
7184
7172
  "kindString": "Method",
7185
7173
  "flags": {},
7186
7174
  "signatures": [
7187
7175
  {
7188
- "id": 901,
7176
+ "id": 903,
7189
7177
  "name": "remove",
7190
7178
  "kind": 4096,
7191
7179
  "kindString": "Call signature",
7192
7180
  "flags": {},
7193
7181
  "parameters": [
7194
7182
  {
7195
- "id": 902,
7183
+ "id": 904,
7196
7184
  "name": "rowIndexPath",
7197
7185
  "kind": 32768,
7198
7186
  "kindString": "Parameter",
7199
7187
  "flags": {},
7200
7188
  "type": {
7201
7189
  "type": "reference",
7202
- "id": 696,
7190
+ "id": 698,
7203
7191
  "name": "RowIndexPath"
7204
7192
  }
7205
7193
  }