@economic/taco 1.0.8 → 1.1.1

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 (33) hide show
  1. package/dist/components/Menu/Context.d.ts +0 -5
  2. package/dist/components/Menu/Menu.d.ts +0 -3
  3. package/dist/components/Table/hooks/useTable.d.ts +3 -0
  4. package/dist/components/Table/types.d.ts +3 -0
  5. package/dist/esm/components/Button/util.js +6 -6
  6. package/dist/esm/components/Button/util.js.map +1 -1
  7. package/dist/esm/components/Menu/Context.js.map +1 -1
  8. package/dist/esm/components/Menu/Menu.js +9 -18
  9. package/dist/esm/components/Menu/Menu.js.map +1 -1
  10. package/dist/esm/components/Menu/components/Content.js +1 -22
  11. package/dist/esm/components/Menu/components/Content.js.map +1 -1
  12. package/dist/esm/components/Menu/components/Header.js +1 -21
  13. package/dist/esm/components/Menu/components/Header.js.map +1 -1
  14. package/dist/esm/components/Menu/components/Item.js +2 -50
  15. package/dist/esm/components/Menu/components/Item.js.map +1 -1
  16. package/dist/esm/components/Menu/components/Separator.js +1 -25
  17. package/dist/esm/components/Menu/components/Separator.js.map +1 -1
  18. package/dist/esm/components/Menu/components/Trigger.js +1 -13
  19. package/dist/esm/components/Menu/components/Trigger.js.map +1 -1
  20. package/dist/esm/components/Table/components/WindowedTable.js +16 -10
  21. package/dist/esm/components/Table/components/WindowedTable.js.map +1 -1
  22. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js +8 -3
  23. package/dist/esm/components/Table/hooks/useTableKeyboardNavigation.js.map +1 -1
  24. package/dist/esm/components/Tabs/Tabs.js +1 -1
  25. package/dist/esm/components/Tabs/Tabs.js.map +1 -1
  26. package/dist/esm/index.css +2 -2
  27. package/dist/index.css +2 -2
  28. package/dist/taco.cjs.development.js +46 -167
  29. package/dist/taco.cjs.development.js.map +1 -1
  30. package/dist/taco.cjs.production.min.js +1 -1
  31. package/dist/taco.cjs.production.min.js.map +1 -1
  32. package/package.json +3 -2
  33. package/types.json +390 -346
package/types.json CHANGED
@@ -178,7 +178,7 @@
178
178
  ],
179
179
  "props": [
180
180
  {
181
- "id": 756,
181
+ "id": 755,
182
182
  "name": "multiselect",
183
183
  "kind": 1024,
184
184
  "kindString": "Property",
@@ -426,7 +426,7 @@
426
426
  "typeArguments": [
427
427
  {
428
428
  "type": "reference",
429
- "id": 598,
429
+ "id": 597,
430
430
  "name": "PopoverProps"
431
431
  }
432
432
  ],
@@ -1895,7 +1895,7 @@
1895
1895
  ],
1896
1896
  "props": [
1897
1897
  {
1898
- "id": 530,
1898
+ "id": 529,
1899
1899
  "name": "Group",
1900
1900
  "kind": 1024,
1901
1901
  "kindString": "Property",
@@ -1911,7 +1911,7 @@
1911
1911
  "types": [
1912
1912
  {
1913
1913
  "type": "reference",
1914
- "id": 526,
1914
+ "id": 525,
1915
1915
  "name": "NavigationMenuGroupProps"
1916
1916
  },
1917
1917
  {
@@ -1944,7 +1944,7 @@
1944
1944
  ],
1945
1945
  "props": [
1946
1946
  {
1947
- "id": 534,
1947
+ "id": 533,
1948
1948
  "name": "Item",
1949
1949
  "kind": 1024,
1950
1950
  "kindString": "Property",
@@ -1960,7 +1960,7 @@
1960
1960
  "types": [
1961
1961
  {
1962
1962
  "type": "reference",
1963
- "id": 518,
1963
+ "id": 517,
1964
1964
  "name": "NavigationItemProps"
1965
1965
  },
1966
1966
  {
@@ -1986,7 +1986,7 @@
1986
1986
  }
1987
1987
  },
1988
1988
  {
1989
- "id": 535,
1989
+ "id": 534,
1990
1990
  "name": "Menu",
1991
1991
  "kind": 1024,
1992
1992
  "kindString": "Property",
@@ -1996,12 +1996,12 @@
1996
1996
  },
1997
1997
  "type": {
1998
1998
  "type": "reference",
1999
- "id": 528,
1999
+ "id": 527,
2000
2000
  "name": "ForwardedNavigationMenuWithStatics"
2001
2001
  }
2002
2002
  },
2003
2003
  {
2004
- "id": 536,
2004
+ "id": 535,
2005
2005
  "name": "Panel",
2006
2006
  "kind": 1024,
2007
2007
  "kindString": "Property",
@@ -2017,7 +2017,7 @@
2017
2017
  "types": [
2018
2018
  {
2019
2019
  "type": "reference",
2020
- "id": 525,
2020
+ "id": 524,
2021
2021
  "name": "NavigationPanelProps"
2022
2022
  },
2023
2023
  {
@@ -2050,7 +2050,7 @@
2050
2050
  ],
2051
2051
  "props": [
2052
2052
  {
2053
- "id": 605,
2053
+ "id": 604,
2054
2054
  "name": "Close",
2055
2055
  "kind": 1024,
2056
2056
  "kindString": "Property",
@@ -2060,7 +2060,7 @@
2060
2060
  "typeArguments": [
2061
2061
  {
2062
2062
  "type": "reference",
2063
- "id": 597,
2063
+ "id": 596,
2064
2064
  "name": "PopoverCloseProps"
2065
2065
  }
2066
2066
  ],
@@ -2070,7 +2070,7 @@
2070
2070
  }
2071
2071
  },
2072
2072
  {
2073
- "id": 604,
2073
+ "id": 603,
2074
2074
  "name": "Content",
2075
2075
  "kind": 1024,
2076
2076
  "kindString": "Property",
@@ -2080,7 +2080,7 @@
2080
2080
  "typeArguments": [
2081
2081
  {
2082
2082
  "type": "reference",
2083
- "id": 590,
2083
+ "id": 589,
2084
2084
  "name": "PopoverContentProps"
2085
2085
  }
2086
2086
  ],
@@ -2090,7 +2090,7 @@
2090
2090
  }
2091
2091
  },
2092
2092
  {
2093
- "id": 603,
2093
+ "id": 602,
2094
2094
  "name": "Trigger",
2095
2095
  "kind": 1024,
2096
2096
  "kindString": "Property",
@@ -2100,7 +2100,7 @@
2100
2100
  "typeArguments": [
2101
2101
  {
2102
2102
  "type": "reference",
2103
- "id": 585,
2103
+ "id": 584,
2104
2104
  "name": "PopoverTriggerProps"
2105
2105
  }
2106
2106
  ],
@@ -2117,7 +2117,7 @@
2117
2117
  ],
2118
2118
  "props": [
2119
2119
  {
2120
- "id": 740,
2120
+ "id": 739,
2121
2121
  "name": "Item",
2122
2122
  "kind": 1024,
2123
2123
  "kindString": "Property",
@@ -2130,7 +2130,7 @@
2130
2130
  "typeArguments": [
2131
2131
  {
2132
2132
  "type": "reference",
2133
- "id": 731,
2133
+ "id": 730,
2134
2134
  "name": "RadioGroupItemProps"
2135
2135
  }
2136
2136
  ],
@@ -2147,7 +2147,7 @@
2147
2147
  ],
2148
2148
  "props": [
2149
2149
  {
2150
- "id": 1013,
2150
+ "id": 1017,
2151
2151
  "name": "Content",
2152
2152
  "kind": 1024,
2153
2153
  "kindString": "Property",
@@ -2163,7 +2163,7 @@
2163
2163
  "types": [
2164
2164
  {
2165
2165
  "type": "reference",
2166
- "id": 1006,
2166
+ "id": 1010,
2167
2167
  "name": "TabContentProps"
2168
2168
  },
2169
2169
  {
@@ -2189,7 +2189,7 @@
2189
2189
  }
2190
2190
  },
2191
2191
  {
2192
- "id": 1011,
2192
+ "id": 1015,
2193
2193
  "name": "List",
2194
2194
  "kind": 1024,
2195
2195
  "kindString": "Property",
@@ -2205,7 +2205,7 @@
2205
2205
  "types": [
2206
2206
  {
2207
2207
  "type": "reference",
2208
- "id": 1001,
2208
+ "id": 1005,
2209
2209
  "name": "TabListProps"
2210
2210
  },
2211
2211
  {
@@ -2231,7 +2231,7 @@
2231
2231
  }
2232
2232
  },
2233
2233
  {
2234
- "id": 1012,
2234
+ "id": 1016,
2235
2235
  "name": "Trigger",
2236
2236
  "kind": 1024,
2237
2237
  "kindString": "Property",
@@ -2247,7 +2247,7 @@
2247
2247
  "types": [
2248
2248
  {
2249
2249
  "type": "reference",
2250
- "id": 1002,
2250
+ "id": 1006,
2251
2251
  "name": "TabTriggerProps"
2252
2252
  },
2253
2253
  {
@@ -2280,7 +2280,7 @@
2280
2280
  ],
2281
2281
  "props": [
2282
2282
  {
2283
- "id": 1136,
2283
+ "id": 1140,
2284
2284
  "name": "Group",
2285
2285
  "kind": 1024,
2286
2286
  "kindString": "Property",
@@ -2296,7 +2296,7 @@
2296
2296
  "types": [
2297
2297
  {
2298
2298
  "type": "reference",
2299
- "id": 1116,
2299
+ "id": 1120,
2300
2300
  "name": "TreeviewGroupProps"
2301
2301
  },
2302
2302
  {
@@ -2322,7 +2322,7 @@
2322
2322
  }
2323
2323
  },
2324
2324
  {
2325
- "id": 1135,
2325
+ "id": 1139,
2326
2326
  "name": "Item",
2327
2327
  "kind": 1024,
2328
2328
  "kindString": "Property",
@@ -2338,7 +2338,7 @@
2338
2338
  "types": [
2339
2339
  {
2340
2340
  "type": "reference",
2341
- "id": 1115,
2341
+ "id": 1119,
2342
2342
  "name": "TreeviewItemProps"
2343
2343
  },
2344
2344
  {
@@ -2734,7 +2734,7 @@
2734
2734
  "typeArguments": [
2735
2735
  {
2736
2736
  "type": "reference",
2737
- "id": 598,
2737
+ "id": 597,
2738
2738
  "name": "PopoverProps"
2739
2739
  }
2740
2740
  ],
@@ -3852,7 +3852,7 @@
3852
3852
  "Localization": {
3853
3853
  "props": [
3854
3854
  {
3855
- "id": 631,
3855
+ "id": 630,
3856
3856
  "name": "formatting",
3857
3857
  "kind": 1024,
3858
3858
  "kindString": "Property",
@@ -3863,14 +3863,14 @@
3863
3863
  "type": {
3864
3864
  "type": "reflection",
3865
3865
  "declaration": {
3866
- "id": 632,
3866
+ "id": 631,
3867
3867
  "name": "__type",
3868
3868
  "kind": 65536,
3869
3869
  "kindString": "Type literal",
3870
3870
  "flags": {},
3871
3871
  "children": [
3872
3872
  {
3873
- "id": 633,
3873
+ "id": 632,
3874
3874
  "name": "date",
3875
3875
  "kind": 1024,
3876
3876
  "kindString": "Property",
@@ -3889,7 +3889,7 @@
3889
3889
  "title": "Properties",
3890
3890
  "kind": 1024,
3891
3891
  "children": [
3892
- 633
3892
+ 632
3893
3893
  ]
3894
3894
  }
3895
3895
  ]
@@ -3897,7 +3897,7 @@
3897
3897
  }
3898
3898
  },
3899
3899
  {
3900
- "id": 629,
3900
+ "id": 628,
3901
3901
  "name": "locale",
3902
3902
  "kind": 1024,
3903
3903
  "kindString": "Property",
@@ -3912,7 +3912,7 @@
3912
3912
  }
3913
3913
  },
3914
3914
  {
3915
- "id": 630,
3915
+ "id": 629,
3916
3916
  "name": "texts",
3917
3917
  "kind": 1024,
3918
3918
  "kindString": "Property",
@@ -3922,7 +3922,7 @@
3922
3922
  },
3923
3923
  "type": {
3924
3924
  "type": "reference",
3925
- "id": 613,
3925
+ "id": 612,
3926
3926
  "name": "LocalizationTexts"
3927
3927
  }
3928
3928
  }
@@ -3931,7 +3931,7 @@
3931
3931
  "LocalizationTexts": {
3932
3932
  "props": [
3933
3933
  {
3934
- "id": 615,
3934
+ "id": 614,
3935
3935
  "name": "calendar",
3936
3936
  "kind": 1024,
3937
3937
  "kindString": "Property",
@@ -3946,7 +3946,7 @@
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
- "id": 616,
3949
+ "id": 615,
3950
3950
  "name": "combobox",
3951
3951
  "kind": 1024,
3952
3952
  "kindString": "Property",
@@ -3961,7 +3961,7 @@
3961
3961
  }
3962
3962
  },
3963
3963
  {
3964
- "id": 617,
3964
+ "id": 616,
3965
3965
  "name": "datepicker",
3966
3966
  "kind": 1024,
3967
3967
  "kindString": "Property",
@@ -3976,7 +3976,7 @@
3976
3976
  }
3977
3977
  },
3978
3978
  {
3979
- "id": 620,
3979
+ "id": 619,
3980
3980
  "name": "dialog",
3981
3981
  "kind": 1024,
3982
3982
  "kindString": "Property",
@@ -3991,7 +3991,7 @@
3991
3991
  }
3992
3992
  },
3993
3993
  {
3994
- "id": 618,
3994
+ "id": 617,
3995
3995
  "name": "hanger",
3996
3996
  "kind": 1024,
3997
3997
  "kindString": "Property",
@@ -4006,7 +4006,7 @@
4006
4006
  }
4007
4007
  },
4008
4008
  {
4009
- "id": 619,
4009
+ "id": 618,
4010
4010
  "name": "listbox",
4011
4011
  "kind": 1024,
4012
4012
  "kindString": "Property",
@@ -4021,7 +4021,7 @@
4021
4021
  }
4022
4022
  },
4023
4023
  {
4024
- "id": 621,
4024
+ "id": 620,
4025
4025
  "name": "pagination",
4026
4026
  "kind": 1024,
4027
4027
  "kindString": "Property",
@@ -4031,12 +4031,12 @@
4031
4031
  },
4032
4032
  "type": {
4033
4033
  "type": "reference",
4034
- "id": 549,
4034
+ "id": 548,
4035
4035
  "name": "PaginationTexts"
4036
4036
  }
4037
4037
  },
4038
4038
  {
4039
- "id": 626,
4039
+ "id": 625,
4040
4040
  "name": "searchInput",
4041
4041
  "kind": 1024,
4042
4042
  "kindString": "Property",
@@ -4051,7 +4051,7 @@
4051
4051
  }
4052
4052
  },
4053
4053
  {
4054
- "id": 623,
4054
+ "id": 622,
4055
4055
  "name": "select",
4056
4056
  "kind": 1024,
4057
4057
  "kindString": "Property",
@@ -4061,12 +4061,12 @@
4061
4061
  },
4062
4062
  "type": {
4063
4063
  "type": "reference",
4064
- "id": 751,
4064
+ "id": 750,
4065
4065
  "name": "SelectTexts"
4066
4066
  }
4067
4067
  },
4068
4068
  {
4069
- "id": 622,
4069
+ "id": 621,
4070
4070
  "name": "table",
4071
4071
  "kind": 1024,
4072
4072
  "kindString": "Property",
@@ -4076,12 +4076,12 @@
4076
4076
  },
4077
4077
  "type": {
4078
4078
  "type": "reference",
4079
- "id": 936,
4079
+ "id": 940,
4080
4080
  "name": "TableTexts"
4081
4081
  }
4082
4082
  },
4083
4083
  {
4084
- "id": 624,
4084
+ "id": 623,
4085
4085
  "name": "toasts",
4086
4086
  "kind": 1024,
4087
4087
  "kindString": "Property",
@@ -4095,7 +4095,7 @@
4095
4095
  }
4096
4096
  },
4097
4097
  {
4098
- "id": 625,
4098
+ "id": 624,
4099
4099
  "name": "tour",
4100
4100
  "kind": 1024,
4101
4101
  "kindString": "Property",
@@ -4105,7 +4105,7 @@
4105
4105
  },
4106
4106
  "type": {
4107
4107
  "type": "reference",
4108
- "id": 1067,
4108
+ "id": 1071,
4109
4109
  "name": "TourTexts"
4110
4110
  }
4111
4111
  }
@@ -4115,23 +4115,6 @@
4115
4115
  "props": [
4116
4116
  {
4117
4117
  "id": 419,
4118
- "name": "appearance",
4119
- "kind": 1024,
4120
- "kindString": "Property",
4121
- "flags": {
4122
- "isOptional": true
4123
- },
4124
- "comment": {
4125
- "shortText": "Appearance will change the style of the button"
4126
- },
4127
- "type": {
4128
- "type": "reference",
4129
- "id": 3,
4130
- "name": "Appearance"
4131
- }
4132
- },
4133
- {
4134
- "id": 420,
4135
4118
  "name": "children",
4136
4119
  "kind": 1024,
4137
4120
  "kindString": "Property",
@@ -4144,7 +4127,7 @@
4144
4127
  }
4145
4128
  },
4146
4129
  {
4147
- "id": 421,
4130
+ "id": 420,
4148
4131
  "name": "id",
4149
4132
  "kind": 1024,
4150
4133
  "kindString": "Property",
@@ -4157,7 +4140,7 @@
4157
4140
  }
4158
4141
  },
4159
4142
  {
4160
- "id": 422,
4143
+ "id": 421,
4161
4144
  "name": "trigger",
4162
4145
  "kind": 1024,
4163
4146
  "kindString": "Property",
@@ -4182,7 +4165,7 @@
4182
4165
  ],
4183
4166
  "props": [
4184
4167
  {
4185
- "id": 520,
4168
+ "id": 519,
4186
4169
  "name": "active",
4187
4170
  "kind": 1024,
4188
4171
  "kindString": "Property",
@@ -4198,7 +4181,7 @@
4198
4181
  }
4199
4182
  },
4200
4183
  {
4201
- "id": 521,
4184
+ "id": 520,
4202
4185
  "name": "onDrop",
4203
4186
  "kind": 1024,
4204
4187
  "kindString": "Property",
@@ -4216,7 +4199,7 @@
4216
4199
  }
4217
4200
  },
4218
4201
  {
4219
- "id": 522,
4202
+ "id": 521,
4220
4203
  "name": "postfix",
4221
4204
  "kind": 1024,
4222
4205
  "kindString": "Property",
@@ -4234,7 +4217,7 @@
4234
4217
  }
4235
4218
  },
4236
4219
  {
4237
- "id": 523,
4220
+ "id": 522,
4238
4221
  "name": "prefix",
4239
4222
  "kind": 1024,
4240
4223
  "kindString": "Property",
@@ -4252,7 +4235,7 @@
4252
4235
  }
4253
4236
  },
4254
4237
  {
4255
- "id": 524,
4238
+ "id": 523,
4256
4239
  "name": "target",
4257
4240
  "kind": 1024,
4258
4241
  "kindString": "Property",
@@ -4287,7 +4270,7 @@
4287
4270
  ],
4288
4271
  "props": [
4289
4272
  {
4290
- "id": 562,
4273
+ "id": 561,
4291
4274
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
4292
4275
  "kind": 1024,
4293
4276
  "kindString": "Property",
@@ -4303,7 +4286,7 @@
4303
4286
  }
4304
4287
  },
4305
4288
  {
4306
- "id": 557,
4289
+ "id": 556,
4307
4290
  "name": "length",
4308
4291
  "kind": 1024,
4309
4292
  "kindString": "Property",
@@ -4317,7 +4300,7 @@
4317
4300
  }
4318
4301
  },
4319
4302
  {
4320
- "id": 558,
4303
+ "id": 557,
4321
4304
  "name": "pageSizes",
4322
4305
  "kind": 1024,
4323
4306
  "kindString": "Property",
@@ -4336,7 +4319,7 @@
4336
4319
  }
4337
4320
  },
4338
4321
  {
4339
- "id": 559,
4322
+ "id": 558,
4340
4323
  "name": "showPageControls",
4341
4324
  "kind": 1024,
4342
4325
  "kindString": "Property",
@@ -4352,7 +4335,7 @@
4352
4335
  }
4353
4336
  },
4354
4337
  {
4355
- "id": 560,
4338
+ "id": 559,
4356
4339
  "name": "showPageNumbers",
4357
4340
  "kind": 1024,
4358
4341
  "kindString": "Property",
@@ -4368,7 +4351,7 @@
4368
4351
  }
4369
4352
  },
4370
4353
  {
4371
- "id": 561,
4354
+ "id": 560,
4372
4355
  "name": "showPageSize",
4373
4356
  "kind": 1024,
4374
4357
  "kindString": "Property",
@@ -4388,7 +4371,7 @@
4388
4371
  "PaginationTexts": {
4389
4372
  "props": [
4390
4373
  {
4391
- "id": 554,
4374
+ "id": 553,
4392
4375
  "name": "actions",
4393
4376
  "kind": 1024,
4394
4377
  "kindString": "Property",
@@ -4398,12 +4381,12 @@
4398
4381
  },
4399
4382
  "type": {
4400
4383
  "type": "reference",
4401
- "id": 538,
4384
+ "id": 537,
4402
4385
  "name": "PaginationTextsActions"
4403
4386
  }
4404
4387
  },
4405
4388
  {
4406
- "id": 551,
4389
+ "id": 550,
4407
4390
  "name": "label",
4408
4391
  "kind": 1024,
4409
4392
  "kindString": "Property",
@@ -4417,7 +4400,7 @@
4417
4400
  }
4418
4401
  },
4419
4402
  {
4420
- "id": 552,
4403
+ "id": 551,
4421
4404
  "name": "pageSize",
4422
4405
  "kind": 1024,
4423
4406
  "kindString": "Property",
@@ -4431,7 +4414,7 @@
4431
4414
  }
4432
4415
  },
4433
4416
  {
4434
- "id": 553,
4417
+ "id": 552,
4435
4418
  "name": "showingXofYofTotal",
4436
4419
  "kind": 1024,
4437
4420
  "kindString": "Property",
@@ -4449,7 +4432,7 @@
4449
4432
  "PaginationTextsActions": {
4450
4433
  "props": [
4451
4434
  {
4452
- "id": 540,
4435
+ "id": 539,
4453
4436
  "name": "firstPage",
4454
4437
  "kind": 1024,
4455
4438
  "kindString": "Property",
@@ -4463,7 +4446,7 @@
4463
4446
  }
4464
4447
  },
4465
4448
  {
4466
- "id": 541,
4449
+ "id": 540,
4467
4450
  "name": "firstPageWithShortcut",
4468
4451
  "kind": 1024,
4469
4452
  "kindString": "Property",
@@ -4477,7 +4460,7 @@
4477
4460
  }
4478
4461
  },
4479
4462
  {
4480
- "id": 546,
4463
+ "id": 545,
4481
4464
  "name": "lastPage",
4482
4465
  "kind": 1024,
4483
4466
  "kindString": "Property",
@@ -4491,7 +4474,7 @@
4491
4474
  }
4492
4475
  },
4493
4476
  {
4494
- "id": 547,
4477
+ "id": 546,
4495
4478
  "name": "lastPageWithShortcut",
4496
4479
  "kind": 1024,
4497
4480
  "kindString": "Property",
@@ -4505,7 +4488,7 @@
4505
4488
  }
4506
4489
  },
4507
4490
  {
4508
- "id": 542,
4491
+ "id": 541,
4509
4492
  "name": "nextPage",
4510
4493
  "kind": 1024,
4511
4494
  "kindString": "Property",
@@ -4519,7 +4502,7 @@
4519
4502
  }
4520
4503
  },
4521
4504
  {
4522
- "id": 543,
4505
+ "id": 542,
4523
4506
  "name": "nextPageWithShortcut",
4524
4507
  "kind": 1024,
4525
4508
  "kindString": "Property",
@@ -4533,7 +4516,7 @@
4533
4516
  }
4534
4517
  },
4535
4518
  {
4536
- "id": 548,
4519
+ "id": 547,
4537
4520
  "name": "pageX",
4538
4521
  "kind": 1024,
4539
4522
  "kindString": "Property",
@@ -4547,7 +4530,7 @@
4547
4530
  }
4548
4531
  },
4549
4532
  {
4550
- "id": 544,
4533
+ "id": 543,
4551
4534
  "name": "previousPage",
4552
4535
  "kind": 1024,
4553
4536
  "kindString": "Property",
@@ -4561,7 +4544,7 @@
4561
4544
  }
4562
4545
  },
4563
4546
  {
4564
- "id": 545,
4547
+ "id": 544,
4565
4548
  "name": "previousPageWithShortcut",
4566
4549
  "kind": 1024,
4567
4550
  "kindString": "Property",
@@ -4583,7 +4566,7 @@
4583
4566
  ],
4584
4567
  "props": [
4585
4568
  {
4586
- "id": 592,
4569
+ "id": 591,
4587
4570
  "name": "children",
4588
4571
  "kind": 1024,
4589
4572
  "kindString": "Property",
@@ -4600,28 +4583,28 @@
4600
4583
  {
4601
4584
  "type": "reflection",
4602
4585
  "declaration": {
4603
- "id": 593,
4586
+ "id": 592,
4604
4587
  "name": "__type",
4605
4588
  "kind": 65536,
4606
4589
  "kindString": "Type literal",
4607
4590
  "flags": {},
4608
4591
  "signatures": [
4609
4592
  {
4610
- "id": 594,
4593
+ "id": 593,
4611
4594
  "name": "__type",
4612
4595
  "kind": 4096,
4613
4596
  "kindString": "Call signature",
4614
4597
  "flags": {},
4615
4598
  "parameters": [
4616
4599
  {
4617
- "id": 595,
4600
+ "id": 594,
4618
4601
  "name": "props",
4619
4602
  "kind": 32768,
4620
4603
  "kindString": "Parameter",
4621
4604
  "flags": {},
4622
4605
  "type": {
4623
4606
  "type": "reference",
4624
- "id": 586,
4607
+ "id": 585,
4625
4608
  "name": "PopoverContentRenderProps"
4626
4609
  }
4627
4610
  }
@@ -4640,7 +4623,7 @@
4640
4623
  }
4641
4624
  },
4642
4625
  {
4643
- "id": 596,
4626
+ "id": 595,
4644
4627
  "name": "placement",
4645
4628
  "kind": 1024,
4646
4629
  "kindString": "Property",
@@ -4661,14 +4644,14 @@
4661
4644
  "PopoverContentRenderProps": {
4662
4645
  "props": [
4663
4646
  {
4664
- "id": 588,
4647
+ "id": 587,
4665
4648
  "name": "close",
4666
4649
  "kind": 2048,
4667
4650
  "kindString": "Method",
4668
4651
  "flags": {},
4669
4652
  "signatures": [
4670
4653
  {
4671
- "id": 589,
4654
+ "id": 588,
4672
4655
  "name": "close",
4673
4656
  "kind": 4096,
4674
4657
  "kindString": "Call signature",
@@ -4690,7 +4673,7 @@
4690
4673
  ],
4691
4674
  "props": [
4692
4675
  {
4693
- "id": 609,
4676
+ "id": 608,
4694
4677
  "name": "duration",
4695
4678
  "kind": 1024,
4696
4679
  "kindString": "Property",
@@ -4710,7 +4693,7 @@
4710
4693
  "ProviderProps": {
4711
4694
  "props": [
4712
4695
  {
4713
- "id": 714,
4696
+ "id": 713,
4714
4697
  "name": "children",
4715
4698
  "kind": 1024,
4716
4699
  "kindString": "Property",
@@ -4726,7 +4709,7 @@
4726
4709
  }
4727
4710
  },
4728
4711
  {
4729
- "id": 715,
4712
+ "id": 714,
4730
4713
  "name": "localization",
4731
4714
  "kind": 1024,
4732
4715
  "kindString": "Property",
@@ -4738,7 +4721,7 @@
4738
4721
  },
4739
4722
  "type": {
4740
4723
  "type": "reference",
4741
- "id": 627,
4724
+ "id": 626,
4742
4725
  "name": "Localization"
4743
4726
  }
4744
4727
  }
@@ -4750,7 +4733,7 @@
4750
4733
  ],
4751
4734
  "props": [
4752
4735
  {
4753
- "id": 733,
4736
+ "id": 732,
4754
4737
  "name": "children",
4755
4738
  "kind": 1024,
4756
4739
  "kindString": "Property",
@@ -4766,7 +4749,7 @@
4766
4749
  }
4767
4750
  },
4768
4751
  {
4769
- "id": 734,
4752
+ "id": 733,
4770
4753
  "name": "disabled",
4771
4754
  "kind": 1024,
4772
4755
  "kindString": "Property",
@@ -4779,7 +4762,7 @@
4779
4762
  }
4780
4763
  },
4781
4764
  {
4782
- "id": 735,
4765
+ "id": 734,
4783
4766
  "name": "value",
4784
4767
  "kind": 1024,
4785
4768
  "kindString": "Property",
@@ -4789,7 +4772,7 @@
4789
4772
  },
4790
4773
  "type": {
4791
4774
  "type": "reference",
4792
- "id": 723,
4775
+ "id": 722,
4793
4776
  "name": "RadioGroupItemValue"
4794
4777
  }
4795
4778
  }
@@ -4814,7 +4797,7 @@
4814
4797
  ],
4815
4798
  "props": [
4816
4799
  {
4817
- "id": 780,
4800
+ "id": 779,
4818
4801
  "name": "subRows",
4819
4802
  "kind": 1024,
4820
4803
  "kindString": "Property",
@@ -4825,11 +4808,11 @@
4825
4808
  "type": "array",
4826
4809
  "elementType": {
4827
4810
  "type": "reference",
4828
- "id": 778,
4811
+ "id": 777,
4829
4812
  "typeArguments": [
4830
4813
  {
4831
4814
  "type": "reference",
4832
- "id": 782,
4815
+ "id": 781,
4833
4816
  "name": "TRow"
4834
4817
  }
4835
4818
  ],
@@ -4986,7 +4969,7 @@
4986
4969
  ],
4987
4970
  "props": [
4988
4971
  {
4989
- "id": 759,
4972
+ "id": 758,
4990
4973
  "name": "editable",
4991
4974
  "kind": 1024,
4992
4975
  "kindString": "Property",
@@ -5006,7 +4989,7 @@
5006
4989
  "SelectTexts": {
5007
4990
  "props": [
5008
4991
  {
5009
- "id": 753,
4992
+ "id": 752,
5010
4993
  "name": "allOptionsSelected",
5011
4994
  "kind": 1024,
5012
4995
  "kindString": "Property",
@@ -5046,7 +5029,7 @@
5046
5029
  "SortRule": {
5047
5030
  "props": [
5048
5031
  {
5049
- "id": 831,
5032
+ "id": 830,
5050
5033
  "name": "accessor",
5051
5034
  "kind": 1024,
5052
5035
  "kindString": "Property",
@@ -5059,7 +5042,7 @@
5059
5042
  "typeArguments": [
5060
5043
  {
5061
5044
  "type": "reference",
5062
- "id": 833,
5045
+ "id": 832,
5063
5046
  "name": "T"
5064
5047
  }
5065
5048
  ],
@@ -5069,7 +5052,7 @@
5069
5052
  }
5070
5053
  },
5071
5054
  {
5072
- "id": 832,
5055
+ "id": 831,
5073
5056
  "name": "desc",
5074
5057
  "kind": 1024,
5075
5058
  "kindString": "Property",
@@ -5114,7 +5097,7 @@
5114
5097
  ],
5115
5098
  "props": [
5116
5099
  {
5117
- "id": 767,
5100
+ "id": 766,
5118
5101
  "name": "delay",
5119
5102
  "kind": 1024,
5120
5103
  "kindString": "Property",
@@ -5130,7 +5113,7 @@
5130
5113
  }
5131
5114
  },
5132
5115
  {
5133
- "id": 768,
5116
+ "id": 767,
5134
5117
  "name": "label",
5135
5118
  "kind": 1024,
5136
5119
  "kindString": "Property",
@@ -5157,7 +5140,7 @@
5157
5140
  ],
5158
5141
  "props": [
5159
5142
  {
5160
- "id": 1008,
5143
+ "id": 1012,
5161
5144
  "name": "id",
5162
5145
  "kind": 1024,
5163
5146
  "kindString": "Property",
@@ -5179,7 +5162,7 @@
5179
5162
  ],
5180
5163
  "props": [
5181
5164
  {
5182
- "id": 1005,
5165
+ "id": 1009,
5183
5166
  "name": "disabled",
5184
5167
  "kind": 1024,
5185
5168
  "kindString": "Property",
@@ -5195,7 +5178,7 @@
5195
5178
  }
5196
5179
  },
5197
5180
  {
5198
- "id": 1004,
5181
+ "id": 1008,
5199
5182
  "name": "id",
5200
5183
  "kind": 1024,
5201
5184
  "kindString": "Property",
@@ -5213,7 +5196,7 @@
5213
5196
  "TableCell": {
5214
5197
  "props": [
5215
5198
  {
5216
- "id": 837,
5199
+ "id": 836,
5217
5200
  "name": "accessor",
5218
5201
  "kind": 1024,
5219
5202
  "kindString": "Property",
@@ -5224,7 +5207,7 @@
5224
5207
  }
5225
5208
  },
5226
5209
  {
5227
- "id": 838,
5210
+ "id": 837,
5228
5211
  "name": "row",
5229
5212
  "kind": 1024,
5230
5213
  "kindString": "Property",
@@ -5234,11 +5217,11 @@
5234
5217
  },
5235
5218
  "type": {
5236
5219
  "type": "reference",
5237
- "id": 911,
5220
+ "id": 915,
5238
5221
  "typeArguments": [
5239
5222
  {
5240
5223
  "type": "reference",
5241
- "id": 840,
5224
+ "id": 839,
5242
5225
  "name": "TRow"
5243
5226
  }
5244
5227
  ],
@@ -5246,7 +5229,7 @@
5246
5229
  }
5247
5230
  },
5248
5231
  {
5249
- "id": 839,
5232
+ "id": 838,
5250
5233
  "name": "value",
5251
5234
  "kind": 1024,
5252
5235
  "kindString": "Property",
@@ -5264,7 +5247,7 @@
5264
5247
  "TableColumnProps": {
5265
5248
  "props": [
5266
5249
  {
5267
- "id": 843,
5250
+ "id": 842,
5268
5251
  "name": "accessor",
5269
5252
  "kind": 1024,
5270
5253
  "kindString": "Property",
@@ -5278,7 +5261,7 @@
5278
5261
  }
5279
5262
  },
5280
5263
  {
5281
- "id": 844,
5264
+ "id": 843,
5282
5265
  "name": "align",
5283
5266
  "kind": 1024,
5284
5267
  "kindString": "Property",
@@ -5307,7 +5290,7 @@
5307
5290
  }
5308
5291
  },
5309
5292
  {
5310
- "id": 845,
5293
+ "id": 844,
5311
5294
  "name": "className",
5312
5295
  "kind": 1024,
5313
5296
  "kindString": "Property",
@@ -5323,7 +5306,7 @@
5323
5306
  }
5324
5307
  },
5325
5308
  {
5326
- "id": 849,
5309
+ "id": 848,
5327
5310
  "name": "disableSorting",
5328
5311
  "kind": 1024,
5329
5312
  "kindString": "Property",
@@ -5339,7 +5322,7 @@
5339
5322
  }
5340
5323
  },
5341
5324
  {
5342
- "id": 853,
5325
+ "id": 852,
5343
5326
  "name": "flex",
5344
5327
  "kind": 1024,
5345
5328
  "kindString": "Property",
@@ -5359,28 +5342,28 @@
5359
5342
  {
5360
5343
  "type": "reflection",
5361
5344
  "declaration": {
5362
- "id": 854,
5345
+ "id": 853,
5363
5346
  "name": "__type",
5364
5347
  "kind": 65536,
5365
5348
  "kindString": "Type literal",
5366
5349
  "flags": {},
5367
5350
  "signatures": [
5368
5351
  {
5369
- "id": 855,
5352
+ "id": 854,
5370
5353
  "name": "__type",
5371
5354
  "kind": 4096,
5372
5355
  "kindString": "Call signature",
5373
5356
  "flags": {},
5374
5357
  "parameters": [
5375
5358
  {
5376
- "id": 856,
5359
+ "id": 855,
5377
5360
  "name": "row",
5378
5361
  "kind": 32768,
5379
5362
  "kindString": "Parameter",
5380
5363
  "flags": {},
5381
5364
  "type": {
5382
5365
  "type": "reference",
5383
- "id": 863,
5366
+ "id": 862,
5384
5367
  "name": "TRow"
5385
5368
  }
5386
5369
  }
@@ -5397,7 +5380,7 @@
5397
5380
  }
5398
5381
  },
5399
5382
  {
5400
- "id": 857,
5383
+ "id": 856,
5401
5384
  "name": "headRenderer",
5402
5385
  "kind": 1024,
5403
5386
  "kindString": "Property",
@@ -5415,7 +5398,7 @@
5415
5398
  }
5416
5399
  },
5417
5400
  {
5418
- "id": 858,
5401
+ "id": 857,
5419
5402
  "name": "hidden",
5420
5403
  "kind": 1024,
5421
5404
  "kindString": "Property",
@@ -5431,7 +5414,7 @@
5431
5414
  }
5432
5415
  },
5433
5416
  {
5434
- "id": 859,
5417
+ "id": 858,
5435
5418
  "name": "hiddenOnSubRows",
5436
5419
  "kind": 1024,
5437
5420
  "kindString": "Property",
@@ -5447,7 +5430,7 @@
5447
5430
  }
5448
5431
  },
5449
5432
  {
5450
- "id": 860,
5433
+ "id": 859,
5451
5434
  "name": "sort",
5452
5435
  "kind": 1024,
5453
5436
  "kindString": "Property",
@@ -5459,12 +5442,12 @@
5459
5442
  },
5460
5443
  "type": {
5461
5444
  "type": "reference",
5462
- "id": 822,
5445
+ "id": 821,
5463
5446
  "name": "SortDirection"
5464
5447
  }
5465
5448
  },
5466
5449
  {
5467
- "id": 861,
5450
+ "id": 860,
5468
5451
  "name": "sortType",
5469
5452
  "kind": 1024,
5470
5453
  "kindString": "Property",
@@ -5476,12 +5459,12 @@
5476
5459
  },
5477
5460
  "type": {
5478
5461
  "type": "reference",
5479
- "id": 834,
5462
+ "id": 833,
5480
5463
  "name": "SortTypes"
5481
5464
  }
5482
5465
  },
5483
5466
  {
5484
- "id": 862,
5467
+ "id": 861,
5485
5468
  "name": "style",
5486
5469
  "kind": 1024,
5487
5470
  "kindString": "Property",
@@ -5497,7 +5480,7 @@
5497
5480
  }
5498
5481
  },
5499
5482
  {
5500
- "id": 846,
5483
+ "id": 845,
5501
5484
  "name": "cellRenderer",
5502
5485
  "kind": 2048,
5503
5486
  "kindString": "Method",
@@ -5506,7 +5489,7 @@
5506
5489
  },
5507
5490
  "signatures": [
5508
5491
  {
5509
- "id": 847,
5492
+ "id": 846,
5510
5493
  "name": "cellRenderer",
5511
5494
  "kind": 4096,
5512
5495
  "kindString": "Call signature",
@@ -5516,18 +5499,18 @@
5516
5499
  },
5517
5500
  "parameters": [
5518
5501
  {
5519
- "id": 848,
5502
+ "id": 847,
5520
5503
  "name": "cellProps",
5521
5504
  "kind": 32768,
5522
5505
  "kindString": "Parameter",
5523
5506
  "flags": {},
5524
5507
  "type": {
5525
5508
  "type": "reference",
5526
- "id": 835,
5509
+ "id": 834,
5527
5510
  "typeArguments": [
5528
5511
  {
5529
5512
  "type": "reference",
5530
- "id": 863,
5513
+ "id": 862,
5531
5514
  "name": "TRow"
5532
5515
  }
5533
5516
  ],
@@ -5545,7 +5528,7 @@
5545
5528
  ]
5546
5529
  },
5547
5530
  {
5548
- "id": 850,
5531
+ "id": 849,
5549
5532
  "name": "editRenderer",
5550
5533
  "kind": 2048,
5551
5534
  "kindString": "Method",
@@ -5554,25 +5537,25 @@
5554
5537
  },
5555
5538
  "signatures": [
5556
5539
  {
5557
- "id": 851,
5540
+ "id": 850,
5558
5541
  "name": "editRenderer",
5559
5542
  "kind": 4096,
5560
5543
  "kindString": "Call signature",
5561
5544
  "flags": {},
5562
5545
  "parameters": [
5563
5546
  {
5564
- "id": 852,
5547
+ "id": 851,
5565
5548
  "name": "cellProps",
5566
5549
  "kind": 32768,
5567
5550
  "kindString": "Parameter",
5568
5551
  "flags": {},
5569
5552
  "type": {
5570
5553
  "type": "reference",
5571
- "id": 835,
5554
+ "id": 834,
5572
5555
  "typeArguments": [
5573
5556
  {
5574
5557
  "type": "reference",
5575
- "id": 863,
5558
+ "id": 862,
5576
5559
  "name": "TRow"
5577
5560
  }
5578
5561
  ],
@@ -5594,7 +5577,7 @@
5594
5577
  "TableGroupProps": {
5595
5578
  "props": [
5596
5579
  {
5597
- "id": 866,
5580
+ "id": 865,
5598
5581
  "name": "children",
5599
5582
  "kind": 1024,
5600
5583
  "kindString": "Property",
@@ -5610,11 +5593,11 @@
5610
5593
  "typeArguments": [
5611
5594
  {
5612
5595
  "type": "reference",
5613
- "id": 841,
5596
+ "id": 840,
5614
5597
  "typeArguments": [
5615
5598
  {
5616
5599
  "type": "reference",
5617
- "id": 869,
5600
+ "id": 868,
5618
5601
  "name": "TRow"
5619
5602
  }
5620
5603
  ],
@@ -5632,11 +5615,11 @@
5632
5615
  "typeArguments": [
5633
5616
  {
5634
5617
  "type": "reference",
5635
- "id": 841,
5618
+ "id": 840,
5636
5619
  "typeArguments": [
5637
5620
  {
5638
5621
  "type": "reference",
5639
- "id": 869,
5622
+ "id": 868,
5640
5623
  "name": "TRow"
5641
5624
  }
5642
5625
  ],
@@ -5652,7 +5635,7 @@
5652
5635
  }
5653
5636
  },
5654
5637
  {
5655
- "id": 867,
5638
+ "id": 866,
5656
5639
  "name": "hidden",
5657
5640
  "kind": 1024,
5658
5641
  "kindString": "Property",
@@ -5668,7 +5651,7 @@
5668
5651
  }
5669
5652
  },
5670
5653
  {
5671
- "id": 868,
5654
+ "id": 867,
5672
5655
  "name": "title",
5673
5656
  "kind": 1024,
5674
5657
  "kindString": "Property",
@@ -5689,7 +5672,7 @@
5689
5672
  ],
5690
5673
  "props": [
5691
5674
  {
5692
- "id": 905,
5675
+ "id": 909,
5693
5676
  "name": "actions",
5694
5677
  "kind": 1024,
5695
5678
  "kindString": "Property",
@@ -5703,11 +5686,11 @@
5703
5686
  "type": "array",
5704
5687
  "elementType": {
5705
5688
  "type": "reference",
5706
- "id": 818,
5689
+ "id": 817,
5707
5690
  "typeArguments": [
5708
5691
  {
5709
5692
  "type": "reference",
5710
- "id": 910,
5693
+ "id": 914,
5711
5694
  "name": "TRow"
5712
5695
  }
5713
5696
  ],
@@ -5716,7 +5699,20 @@
5716
5699
  }
5717
5700
  },
5718
5701
  {
5719
- "id": 872,
5702
+ "id": 889,
5703
+ "name": "activeIndex",
5704
+ "kind": 1024,
5705
+ "kindString": "Property",
5706
+ "flags": {
5707
+ "isOptional": true
5708
+ },
5709
+ "type": {
5710
+ "type": "intrinsic",
5711
+ "name": "number"
5712
+ }
5713
+ },
5714
+ {
5715
+ "id": 871,
5720
5716
  "name": "autoFocus",
5721
5717
  "kind": 1024,
5722
5718
  "kindString": "Property",
@@ -5732,7 +5728,7 @@
5732
5728
  }
5733
5729
  },
5734
5730
  {
5735
- "id": 873,
5731
+ "id": 872,
5736
5732
  "name": "children",
5737
5733
  "kind": 1024,
5738
5734
  "kindString": "Property",
@@ -5745,7 +5741,7 @@
5745
5741
  "typeArguments": [
5746
5742
  {
5747
5743
  "type": "reference",
5748
- "id": 910,
5744
+ "id": 914,
5749
5745
  "name": "TRow"
5750
5746
  }
5751
5747
  ],
@@ -5753,7 +5749,7 @@
5753
5749
  }
5754
5750
  },
5755
5751
  {
5756
- "id": 875,
5752
+ "id": 874,
5757
5753
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5758
5754
  "kind": 1024,
5759
5755
  "kindString": "Property",
@@ -5769,7 +5765,7 @@
5769
5765
  }
5770
5766
  },
5771
5767
  {
5772
- "id": 874,
5768
+ "id": 873,
5773
5769
  "name": "data",
5774
5770
  "kind": 1024,
5775
5771
  "kindString": "Property",
@@ -5781,11 +5777,11 @@
5781
5777
  "type": "array",
5782
5778
  "elementType": {
5783
5779
  "type": "reference",
5784
- "id": 778,
5780
+ "id": 777,
5785
5781
  "typeArguments": [
5786
5782
  {
5787
5783
  "type": "reference",
5788
- "id": 910,
5784
+ "id": 914,
5789
5785
  "name": "TRow"
5790
5786
  }
5791
5787
  ],
@@ -5794,7 +5790,20 @@
5794
5790
  }
5795
5791
  },
5796
5792
  {
5797
- "id": 894,
5793
+ "id": 890,
5794
+ "name": "defaultActiveIndex",
5795
+ "kind": 1024,
5796
+ "kindString": "Property",
5797
+ "flags": {
5798
+ "isOptional": true
5799
+ },
5800
+ "type": {
5801
+ "type": "intrinsic",
5802
+ "name": "number"
5803
+ }
5804
+ },
5805
+ {
5806
+ "id": 898,
5798
5807
  "name": "disablePagination",
5799
5808
  "kind": 1024,
5800
5809
  "kindString": "Property",
@@ -5807,7 +5816,7 @@
5807
5816
  }
5808
5817
  },
5809
5818
  {
5810
- "id": 890,
5819
+ "id": 894,
5811
5820
  "name": "disableSorting",
5812
5821
  "kind": 1024,
5813
5822
  "kindString": "Property",
@@ -5823,7 +5832,7 @@
5823
5832
  }
5824
5833
  },
5825
5834
  {
5826
- "id": 903,
5835
+ "id": 907,
5827
5836
  "name": "inlineEditingUniqueId",
5828
5837
  "kind": 1024,
5829
5838
  "kindString": "Property",
@@ -5838,13 +5847,13 @@
5838
5847
  "operator": "keyof",
5839
5848
  "target": {
5840
5849
  "type": "reference",
5841
- "id": 910,
5850
+ "id": 914,
5842
5851
  "name": "TRow"
5843
5852
  }
5844
5853
  }
5845
5854
  },
5846
5855
  {
5847
- "id": 895,
5856
+ "id": 899,
5848
5857
  "name": "length",
5849
5858
  "kind": 1024,
5850
5859
  "kindString": "Property",
@@ -5857,7 +5866,7 @@
5857
5866
  }
5858
5867
  },
5859
5868
  {
5860
- "id": 892,
5869
+ "id": 896,
5861
5870
  "name": "manualSorting",
5862
5871
  "kind": 1024,
5863
5872
  "kindString": "Property",
@@ -5873,7 +5882,7 @@
5873
5882
  }
5874
5883
  },
5875
5884
  {
5876
- "id": 896,
5885
+ "id": 900,
5877
5886
  "name": "onPaginate",
5878
5887
  "kind": 1024,
5879
5888
  "kindString": "Property",
@@ -5885,12 +5894,12 @@
5885
5894
  },
5886
5895
  "type": {
5887
5896
  "type": "reference",
5888
- "id": 773,
5897
+ "id": 772,
5889
5898
  "name": "PaginationHandler"
5890
5899
  }
5891
5900
  },
5892
5901
  {
5893
- "id": 909,
5902
+ "id": 913,
5894
5903
  "name": "onRowActive",
5895
5904
  "kind": 1024,
5896
5905
  "kindString": "Property",
@@ -5905,7 +5914,7 @@
5905
5914
  "typeArguments": [
5906
5915
  {
5907
5916
  "type": "reference",
5908
- "id": 910,
5917
+ "id": 914,
5909
5918
  "name": "TRow"
5910
5919
  }
5911
5920
  ],
@@ -5913,7 +5922,7 @@
5913
5922
  }
5914
5923
  },
5915
5924
  {
5916
- "id": 878,
5925
+ "id": 877,
5917
5926
  "name": "onRowClick",
5918
5927
  "kind": 1024,
5919
5928
  "kindString": "Property",
@@ -5925,11 +5934,11 @@
5925
5934
  },
5926
5935
  "type": {
5927
5936
  "type": "reference",
5928
- "id": 784,
5937
+ "id": 783,
5929
5938
  "typeArguments": [
5930
5939
  {
5931
5940
  "type": "reference",
5932
- "id": 910,
5941
+ "id": 914,
5933
5942
  "name": "TRow"
5934
5943
  }
5935
5944
  ],
@@ -5937,7 +5946,7 @@
5937
5946
  }
5938
5947
  },
5939
5948
  {
5940
- "id": 907,
5949
+ "id": 911,
5941
5950
  "name": "onRowCopy",
5942
5951
  "kind": 1024,
5943
5952
  "kindString": "Property",
@@ -5949,11 +5958,11 @@
5949
5958
  },
5950
5959
  "type": {
5951
5960
  "type": "reference",
5952
- "id": 806,
5961
+ "id": 805,
5953
5962
  "typeArguments": [
5954
5963
  {
5955
5964
  "type": "reference",
5956
- "id": 910,
5965
+ "id": 914,
5957
5966
  "name": "TRow"
5958
5967
  }
5959
5968
  ],
@@ -5961,7 +5970,7 @@
5961
5970
  }
5962
5971
  },
5963
5972
  {
5964
- "id": 904,
5973
+ "id": 908,
5965
5974
  "name": "onRowCreate",
5966
5975
  "kind": 1024,
5967
5976
  "kindString": "Property",
@@ -5973,11 +5982,11 @@
5973
5982
  },
5974
5983
  "type": {
5975
5984
  "type": "reference",
5976
- "id": 800,
5985
+ "id": 799,
5977
5986
  "typeArguments": [
5978
5987
  {
5979
5988
  "type": "reference",
5980
- "id": 910,
5989
+ "id": 914,
5981
5990
  "name": "TRow"
5982
5991
  }
5983
5992
  ],
@@ -5985,7 +5994,7 @@
5985
5994
  }
5986
5995
  },
5987
5996
  {
5988
- "id": 908,
5997
+ "id": 912,
5989
5998
  "name": "onRowDelete",
5990
5999
  "kind": 1024,
5991
6000
  "kindString": "Property",
@@ -5997,11 +6006,11 @@
5997
6006
  },
5998
6007
  "type": {
5999
6008
  "type": "reference",
6000
- "id": 812,
6009
+ "id": 811,
6001
6010
  "typeArguments": [
6002
6011
  {
6003
6012
  "type": "reference",
6004
- "id": 910,
6013
+ "id": 914,
6005
6014
  "name": "TRow"
6006
6015
  }
6007
6016
  ],
@@ -6009,7 +6018,7 @@
6009
6018
  }
6010
6019
  },
6011
6020
  {
6012
- "id": 879,
6021
+ "id": 878,
6013
6022
  "name": "onRowDrag",
6014
6023
  "kind": 1024,
6015
6024
  "kindString": "Property",
@@ -6021,11 +6030,11 @@
6021
6030
  },
6022
6031
  "type": {
6023
6032
  "type": "reference",
6024
- "id": 790,
6033
+ "id": 789,
6025
6034
  "typeArguments": [
6026
6035
  {
6027
6036
  "type": "reference",
6028
- "id": 910,
6037
+ "id": 914,
6029
6038
  "name": "TRow"
6030
6039
  }
6031
6040
  ],
@@ -6033,7 +6042,7 @@
6033
6042
  }
6034
6043
  },
6035
6044
  {
6036
- "id": 906,
6045
+ "id": 910,
6037
6046
  "name": "onRowEdit",
6038
6047
  "kind": 1024,
6039
6048
  "kindString": "Property",
@@ -6048,7 +6057,7 @@
6048
6057
  "typeArguments": [
6049
6058
  {
6050
6059
  "type": "reference",
6051
- "id": 910,
6060
+ "id": 914,
6052
6061
  "name": "TRow"
6053
6062
  }
6054
6063
  ],
@@ -6056,7 +6065,7 @@
6056
6065
  }
6057
6066
  },
6058
6067
  {
6059
- "id": 880,
6068
+ "id": 879,
6060
6069
  "name": "onSelectedRows",
6061
6070
  "kind": 1024,
6062
6071
  "kindString": "Property",
@@ -6068,12 +6077,12 @@
6068
6077
  },
6069
6078
  "type": {
6070
6079
  "type": "reference",
6071
- "id": 820,
6080
+ "id": 819,
6072
6081
  "name": "SelectedRowsHandler"
6073
6082
  }
6074
6083
  },
6075
6084
  {
6076
- "id": 891,
6085
+ "id": 895,
6077
6086
  "name": "onSort",
6078
6087
  "kind": 1024,
6079
6088
  "kindString": "Property",
@@ -6085,11 +6094,11 @@
6085
6094
  },
6086
6095
  "type": {
6087
6096
  "type": "reference",
6088
- "id": 823,
6097
+ "id": 822,
6089
6098
  "typeArguments": [
6090
6099
  {
6091
6100
  "type": "reference",
6092
- "id": 910,
6101
+ "id": 914,
6093
6102
  "name": "TRow"
6094
6103
  }
6095
6104
  ],
@@ -6097,7 +6106,7 @@
6097
6106
  }
6098
6107
  },
6099
6108
  {
6100
- "id": 897,
6109
+ "id": 901,
6101
6110
  "name": "pageIndex",
6102
6111
  "kind": 1024,
6103
6112
  "kindString": "Property",
@@ -6113,7 +6122,7 @@
6113
6122
  }
6114
6123
  },
6115
6124
  {
6116
- "id": 898,
6125
+ "id": 902,
6117
6126
  "name": "pageSize",
6118
6127
  "kind": 1024,
6119
6128
  "kindString": "Property",
@@ -6129,7 +6138,7 @@
6129
6138
  }
6130
6139
  },
6131
6140
  {
6132
- "id": 881,
6141
+ "id": 880,
6133
6142
  "name": "rowClassName",
6134
6143
  "kind": 1024,
6135
6144
  "kindString": "Property",
@@ -6149,32 +6158,32 @@
6149
6158
  {
6150
6159
  "type": "reflection",
6151
6160
  "declaration": {
6152
- "id": 882,
6161
+ "id": 881,
6153
6162
  "name": "__type",
6154
6163
  "kind": 65536,
6155
6164
  "kindString": "Type literal",
6156
6165
  "flags": {},
6157
6166
  "signatures": [
6158
6167
  {
6159
- "id": 883,
6168
+ "id": 882,
6160
6169
  "name": "__type",
6161
6170
  "kind": 4096,
6162
6171
  "kindString": "Call signature",
6163
6172
  "flags": {},
6164
6173
  "parameters": [
6165
6174
  {
6166
- "id": 884,
6175
+ "id": 883,
6167
6176
  "name": "row",
6168
6177
  "kind": 32768,
6169
6178
  "kindString": "Parameter",
6170
6179
  "flags": {},
6171
6180
  "type": {
6172
6181
  "type": "reference",
6173
- "id": 911,
6182
+ "id": 915,
6174
6183
  "typeArguments": [
6175
6184
  {
6176
6185
  "type": "reference",
6177
- "id": 910,
6186
+ "id": 914,
6178
6187
  "name": "TRow"
6179
6188
  }
6180
6189
  ],
@@ -6203,7 +6212,7 @@
6203
6212
  }
6204
6213
  },
6205
6214
  {
6206
- "id": 888,
6215
+ "id": 887,
6207
6216
  "name": "rowHeight",
6208
6217
  "kind": 1024,
6209
6218
  "kindString": "Property",
@@ -6219,7 +6228,7 @@
6219
6228
  }
6220
6229
  },
6221
6230
  {
6222
- "id": 889,
6231
+ "id": 888,
6223
6232
  "name": "selectedRows",
6224
6233
  "kind": 1024,
6225
6234
  "kindString": "Property",
@@ -6231,12 +6240,12 @@
6231
6240
  },
6232
6241
  "type": {
6233
6242
  "type": "reference",
6234
- "id": 821,
6243
+ "id": 820,
6235
6244
  "name": "SelectedRowsState"
6236
6245
  }
6237
6246
  },
6238
6247
  {
6239
- "id": 893,
6248
+ "id": 897,
6240
6249
  "name": "sortRules",
6241
6250
  "kind": 1024,
6242
6251
  "kindString": "Property",
@@ -6250,11 +6259,11 @@
6250
6259
  "type": "array",
6251
6260
  "elementType": {
6252
6261
  "type": "reference",
6253
- "id": 829,
6262
+ "id": 828,
6254
6263
  "typeArguments": [
6255
6264
  {
6256
6265
  "type": "reference",
6257
- "id": 910,
6266
+ "id": 914,
6258
6267
  "name": "TRow"
6259
6268
  }
6260
6269
  ],
@@ -6263,7 +6272,7 @@
6263
6272
  }
6264
6273
  },
6265
6274
  {
6266
- "id": 876,
6275
+ "id": 875,
6267
6276
  "name": "emptyStateRenderer",
6268
6277
  "kind": 2048,
6269
6278
  "kindString": "Method",
@@ -6272,7 +6281,7 @@
6272
6281
  },
6273
6282
  "signatures": [
6274
6283
  {
6275
- "id": 877,
6284
+ "id": 876,
6276
6285
  "name": "emptyStateRenderer",
6277
6286
  "kind": 4096,
6278
6287
  "kindString": "Call signature",
@@ -6290,7 +6299,7 @@
6290
6299
  ]
6291
6300
  },
6292
6301
  {
6293
- "id": 899,
6302
+ "id": 903,
6294
6303
  "name": "loadMore",
6295
6304
  "kind": 2048,
6296
6305
  "kindString": "Method",
@@ -6299,7 +6308,7 @@
6299
6308
  },
6300
6309
  "signatures": [
6301
6310
  {
6302
- "id": 900,
6311
+ "id": 904,
6303
6312
  "name": "loadMore",
6304
6313
  "kind": 4096,
6305
6314
  "kindString": "Call signature",
@@ -6309,7 +6318,7 @@
6309
6318
  },
6310
6319
  "parameters": [
6311
6320
  {
6312
- "id": 901,
6321
+ "id": 905,
6313
6322
  "name": "startIndex",
6314
6323
  "kind": 32768,
6315
6324
  "kindString": "Parameter",
@@ -6320,7 +6329,7 @@
6320
6329
  }
6321
6330
  },
6322
6331
  {
6323
- "id": 902,
6332
+ "id": 906,
6324
6333
  "name": "endIndex",
6325
6334
  "kind": 32768,
6326
6335
  "kindString": "Parameter",
@@ -6339,7 +6348,42 @@
6339
6348
  ]
6340
6349
  },
6341
6350
  {
6342
- "id": 885,
6351
+ "id": 891,
6352
+ "name": "onChangeActiveIndex",
6353
+ "kind": 2048,
6354
+ "kindString": "Method",
6355
+ "flags": {
6356
+ "isOptional": true
6357
+ },
6358
+ "signatures": [
6359
+ {
6360
+ "id": 892,
6361
+ "name": "onChangeActiveIndex",
6362
+ "kind": 4096,
6363
+ "kindString": "Call signature",
6364
+ "flags": {},
6365
+ "parameters": [
6366
+ {
6367
+ "id": 893,
6368
+ "name": "activeIndex",
6369
+ "kind": 32768,
6370
+ "kindString": "Parameter",
6371
+ "flags": {},
6372
+ "type": {
6373
+ "type": "intrinsic",
6374
+ "name": "number"
6375
+ }
6376
+ }
6377
+ ],
6378
+ "type": {
6379
+ "type": "intrinsic",
6380
+ "name": "void"
6381
+ }
6382
+ }
6383
+ ]
6384
+ },
6385
+ {
6386
+ "id": 884,
6343
6387
  "name": "rowExpansionRenderer",
6344
6388
  "kind": 2048,
6345
6389
  "kindString": "Method",
@@ -6348,7 +6392,7 @@
6348
6392
  },
6349
6393
  "signatures": [
6350
6394
  {
6351
- "id": 886,
6395
+ "id": 885,
6352
6396
  "name": "rowExpansionRenderer",
6353
6397
  "kind": 4096,
6354
6398
  "kindString": "Call signature",
@@ -6358,18 +6402,18 @@
6358
6402
  },
6359
6403
  "parameters": [
6360
6404
  {
6361
- "id": 887,
6405
+ "id": 886,
6362
6406
  "name": "row",
6363
6407
  "kind": 32768,
6364
6408
  "kindString": "Parameter",
6365
6409
  "flags": {},
6366
6410
  "type": {
6367
6411
  "type": "reference",
6368
- "id": 911,
6412
+ "id": 915,
6369
6413
  "typeArguments": [
6370
6414
  {
6371
6415
  "type": "reference",
6372
- "id": 910,
6416
+ "id": 914,
6373
6417
  "name": "TRow"
6374
6418
  }
6375
6419
  ],
@@ -6394,7 +6438,7 @@
6394
6438
  ],
6395
6439
  "props": [
6396
6440
  {
6397
- "id": 926,
6441
+ "id": 930,
6398
6442
  "name": "instance",
6399
6443
  "kind": 1024,
6400
6444
  "kindString": "Property",
@@ -6402,14 +6446,14 @@
6402
6446
  "type": {
6403
6447
  "type": "reflection",
6404
6448
  "declaration": {
6405
- "id": 927,
6449
+ "id": 931,
6406
6450
  "name": "__type",
6407
6451
  "kind": 65536,
6408
6452
  "kindString": "Type literal",
6409
6453
  "flags": {},
6410
6454
  "children": [
6411
6455
  {
6412
- "id": 933,
6456
+ "id": 937,
6413
6457
  "name": "resetRowEditing",
6414
6458
  "kind": 1024,
6415
6459
  "kindString": "Property",
@@ -6420,7 +6464,7 @@
6420
6464
  }
6421
6465
  },
6422
6466
  {
6423
- "id": 928,
6467
+ "id": 932,
6424
6468
  "name": "toggleAllRowsExpanded",
6425
6469
  "kind": 1024,
6426
6470
  "kindString": "Property",
@@ -6431,7 +6475,7 @@
6431
6475
  }
6432
6476
  },
6433
6477
  {
6434
- "id": 931,
6478
+ "id": 935,
6435
6479
  "name": "toggleEditing",
6436
6480
  "kind": 1024,
6437
6481
  "kindString": "Property",
@@ -6442,7 +6486,7 @@
6442
6486
  }
6443
6487
  },
6444
6488
  {
6445
- "id": 929,
6489
+ "id": 933,
6446
6490
  "name": "toggleHideAllColumns",
6447
6491
  "kind": 1024,
6448
6492
  "kindString": "Property",
@@ -6453,7 +6497,7 @@
6453
6497
  }
6454
6498
  },
6455
6499
  {
6456
- "id": 930,
6500
+ "id": 934,
6457
6501
  "name": "toggleHideColumn",
6458
6502
  "kind": 1024,
6459
6503
  "kindString": "Property",
@@ -6464,7 +6508,7 @@
6464
6508
  }
6465
6509
  },
6466
6510
  {
6467
- "id": 932,
6511
+ "id": 936,
6468
6512
  "name": "toggleRowEditing",
6469
6513
  "kind": 1024,
6470
6514
  "kindString": "Property",
@@ -6475,7 +6519,7 @@
6475
6519
  }
6476
6520
  },
6477
6521
  {
6478
- "id": 934,
6522
+ "id": 938,
6479
6523
  "name": "toggleRowExpanded",
6480
6524
  "kind": 1024,
6481
6525
  "kindString": "Property",
@@ -6486,7 +6530,7 @@
6486
6530
  }
6487
6531
  },
6488
6532
  {
6489
- "id": 935,
6533
+ "id": 939,
6490
6534
  "name": "toggleSortBy",
6491
6535
  "kind": 1024,
6492
6536
  "kindString": "Property",
@@ -6502,14 +6546,14 @@
6502
6546
  "title": "Properties",
6503
6547
  "kind": 1024,
6504
6548
  "children": [
6505
- 933,
6506
- 928,
6507
- 931,
6508
- 929,
6509
- 930,
6549
+ 937,
6510
6550
  932,
6551
+ 935,
6552
+ 933,
6511
6553
  934,
6512
- 935
6554
+ 936,
6555
+ 938,
6556
+ 939
6513
6557
  ]
6514
6558
  }
6515
6559
  ]
@@ -6521,7 +6565,7 @@
6521
6565
  "TableRow": {
6522
6566
  "props": [
6523
6567
  {
6524
- "id": 915,
6568
+ "id": 919,
6525
6569
  "name": "depth",
6526
6570
  "kind": 1024,
6527
6571
  "kindString": "Property",
@@ -6534,7 +6578,7 @@
6534
6578
  }
6535
6579
  },
6536
6580
  {
6537
- "id": 913,
6581
+ "id": 917,
6538
6582
  "name": "index",
6539
6583
  "kind": 1024,
6540
6584
  "kindString": "Property",
@@ -6548,7 +6592,7 @@
6548
6592
  }
6549
6593
  },
6550
6594
  {
6551
- "id": 914,
6595
+ "id": 918,
6552
6596
  "name": "indexPath",
6553
6597
  "kind": 1024,
6554
6598
  "kindString": "Property",
@@ -6562,7 +6606,7 @@
6562
6606
  }
6563
6607
  },
6564
6608
  {
6565
- "id": 920,
6609
+ "id": 924,
6566
6610
  "name": "isEditing",
6567
6611
  "kind": 1024,
6568
6612
  "kindString": "Property",
@@ -6575,7 +6619,7 @@
6575
6619
  }
6576
6620
  },
6577
6621
  {
6578
- "id": 916,
6622
+ "id": 920,
6579
6623
  "name": "isExpanded",
6580
6624
  "kind": 1024,
6581
6625
  "kindString": "Property",
@@ -6591,7 +6635,7 @@
6591
6635
  }
6592
6636
  },
6593
6637
  {
6594
- "id": 919,
6638
+ "id": 923,
6595
6639
  "name": "values",
6596
6640
  "kind": 1024,
6597
6641
  "kindString": "Property",
@@ -6601,11 +6645,11 @@
6601
6645
  },
6602
6646
  "type": {
6603
6647
  "type": "reference",
6604
- "id": 778,
6648
+ "id": 777,
6605
6649
  "typeArguments": [
6606
6650
  {
6607
6651
  "type": "reference",
6608
- "id": 923,
6652
+ "id": 927,
6609
6653
  "name": "TRow"
6610
6654
  }
6611
6655
  ],
@@ -6613,7 +6657,7 @@
6613
6657
  }
6614
6658
  },
6615
6659
  {
6616
- "id": 921,
6660
+ "id": 925,
6617
6661
  "name": "toggleRowEditing",
6618
6662
  "kind": 2048,
6619
6663
  "kindString": "Method",
@@ -6622,7 +6666,7 @@
6622
6666
  },
6623
6667
  "signatures": [
6624
6668
  {
6625
- "id": 922,
6669
+ "id": 926,
6626
6670
  "name": "toggleRowEditing",
6627
6671
  "kind": 4096,
6628
6672
  "kindString": "Call signature",
@@ -6635,7 +6679,7 @@
6635
6679
  ]
6636
6680
  },
6637
6681
  {
6638
- "id": 917,
6682
+ "id": 921,
6639
6683
  "name": "toggleRowExpanded",
6640
6684
  "kind": 2048,
6641
6685
  "kindString": "Method",
@@ -6644,7 +6688,7 @@
6644
6688
  },
6645
6689
  "signatures": [
6646
6690
  {
6647
- "id": 918,
6691
+ "id": 922,
6648
6692
  "name": "toggleRowExpanded",
6649
6693
  "kind": 4096,
6650
6694
  "kindString": "Call signature",
@@ -6664,7 +6708,7 @@
6664
6708
  "TableTexts": {
6665
6709
  "props": [
6666
6710
  {
6667
- "id": 938,
6711
+ "id": 942,
6668
6712
  "name": "actions",
6669
6713
  "kind": 1024,
6670
6714
  "kindString": "Property",
@@ -6675,7 +6719,7 @@
6675
6719
  }
6676
6720
  },
6677
6721
  {
6678
- "id": 940,
6722
+ "id": 944,
6679
6723
  "name": "copy",
6680
6724
  "kind": 1024,
6681
6725
  "kindString": "Property",
@@ -6686,7 +6730,7 @@
6686
6730
  }
6687
6731
  },
6688
6732
  {
6689
- "id": 941,
6733
+ "id": 945,
6690
6734
  "name": "del",
6691
6735
  "kind": 1024,
6692
6736
  "kindString": "Property",
@@ -6697,7 +6741,7 @@
6697
6741
  }
6698
6742
  },
6699
6743
  {
6700
- "id": 939,
6744
+ "id": 943,
6701
6745
  "name": "edit",
6702
6746
  "kind": 1024,
6703
6747
  "kindString": "Property",
@@ -6708,7 +6752,7 @@
6708
6752
  }
6709
6753
  },
6710
6754
  {
6711
- "id": 943,
6755
+ "id": 947,
6712
6756
  "name": "loading",
6713
6757
  "kind": 1024,
6714
6758
  "kindString": "Property",
@@ -6719,7 +6763,7 @@
6719
6763
  }
6720
6764
  },
6721
6765
  {
6722
- "id": 942,
6766
+ "id": 946,
6723
6767
  "name": "newSubRow",
6724
6768
  "kind": 1024,
6725
6769
  "kindString": "Property",
@@ -6737,7 +6781,7 @@
6737
6781
  ],
6738
6782
  "props": [
6739
6783
  {
6740
- "id": 996,
6784
+ "id": 1000,
6741
6785
  "name": "children",
6742
6786
  "kind": 1024,
6743
6787
  "kindString": "Property",
@@ -6753,7 +6797,7 @@
6753
6797
  }
6754
6798
  },
6755
6799
  {
6756
- "id": 995,
6800
+ "id": 999,
6757
6801
  "name": "defaultId",
6758
6802
  "kind": 1024,
6759
6803
  "kindString": "Property",
@@ -6769,7 +6813,7 @@
6769
6813
  }
6770
6814
  },
6771
6815
  {
6772
- "id": 994,
6816
+ "id": 998,
6773
6817
  "name": "id",
6774
6818
  "kind": 1024,
6775
6819
  "kindString": "Property",
@@ -6785,7 +6829,7 @@
6785
6829
  }
6786
6830
  },
6787
6831
  {
6788
- "id": 997,
6832
+ "id": 1001,
6789
6833
  "name": "orientation",
6790
6834
  "kind": 1024,
6791
6835
  "kindString": "Property",
@@ -6808,7 +6852,7 @@
6808
6852
  }
6809
6853
  },
6810
6854
  {
6811
- "id": 998,
6855
+ "id": 1002,
6812
6856
  "name": "onChange",
6813
6857
  "kind": 2048,
6814
6858
  "kindString": "Method",
@@ -6817,7 +6861,7 @@
6817
6861
  },
6818
6862
  "signatures": [
6819
6863
  {
6820
- "id": 999,
6864
+ "id": 1003,
6821
6865
  "name": "onChange",
6822
6866
  "kind": 4096,
6823
6867
  "kindString": "Call signature",
@@ -6827,7 +6871,7 @@
6827
6871
  },
6828
6872
  "parameters": [
6829
6873
  {
6830
- "id": 1000,
6874
+ "id": 1004,
6831
6875
  "name": "id",
6832
6876
  "kind": 32768,
6833
6877
  "kindString": "Parameter",
@@ -6850,7 +6894,7 @@
6850
6894
  "Taco": {
6851
6895
  "props": [
6852
6896
  {
6853
- "id": 636,
6897
+ "id": 635,
6854
6898
  "name": "localization",
6855
6899
  "kind": 1024,
6856
6900
  "kindString": "Property",
@@ -6860,7 +6904,7 @@
6860
6904
  },
6861
6905
  "type": {
6862
6906
  "type": "reference",
6863
- "id": 627,
6907
+ "id": 626,
6864
6908
  "name": "Localization"
6865
6909
  }
6866
6910
  }
@@ -6872,7 +6916,7 @@
6872
6916
  ],
6873
6917
  "props": [
6874
6918
  {
6875
- "id": 1017,
6919
+ "id": 1021,
6876
6920
  "name": "highlighted",
6877
6921
  "kind": 1024,
6878
6922
  "kindString": "Property",
@@ -6888,7 +6932,7 @@
6888
6932
  }
6889
6933
  },
6890
6934
  {
6891
- "id": 1018,
6935
+ "id": 1022,
6892
6936
  "name": "invalid",
6893
6937
  "kind": 1024,
6894
6938
  "kindString": "Property",
@@ -6901,7 +6945,7 @@
6901
6945
  }
6902
6946
  },
6903
6947
  {
6904
- "id": 1019,
6948
+ "id": 1023,
6905
6949
  "name": "value",
6906
6950
  "kind": 1024,
6907
6951
  "kindString": "Property",
@@ -6924,7 +6968,7 @@
6924
6968
  ],
6925
6969
  "props": [
6926
6970
  {
6927
- "id": 1059,
6971
+ "id": 1063,
6928
6972
  "name": "children",
6929
6973
  "kind": 1024,
6930
6974
  "kindString": "Property",
@@ -6949,7 +6993,7 @@
6949
6993
  }
6950
6994
  },
6951
6995
  {
6952
- "id": 1061,
6996
+ "id": 1065,
6953
6997
  "name": "placement",
6954
6998
  "kind": 1024,
6955
6999
  "kindString": "Property",
@@ -6988,7 +7032,7 @@
6988
7032
  }
6989
7033
  },
6990
7034
  {
6991
- "id": 1060,
7035
+ "id": 1064,
6992
7036
  "name": "title",
6993
7037
  "kind": 1024,
6994
7038
  "kindString": "Property",
@@ -7006,7 +7050,7 @@
7006
7050
  "TourProps": {
7007
7051
  "props": [
7008
7052
  {
7009
- "id": 1087,
7053
+ "id": 1091,
7010
7054
  "name": "autoStart",
7011
7055
  "kind": 1024,
7012
7056
  "kindString": "Property",
@@ -7022,7 +7066,7 @@
7022
7066
  }
7023
7067
  },
7024
7068
  {
7025
- "id": 1088,
7069
+ "id": 1092,
7026
7070
  "name": "children",
7027
7071
  "kind": 1024,
7028
7072
  "kindString": "Property",
@@ -7036,7 +7080,7 @@
7036
7080
  }
7037
7081
  },
7038
7082
  {
7039
- "id": 1089,
7083
+ "id": 1093,
7040
7084
  "name": "continuous",
7041
7085
  "kind": 1024,
7042
7086
  "kindString": "Property",
@@ -7052,7 +7096,7 @@
7052
7096
  }
7053
7097
  },
7054
7098
  {
7055
- "id": 1090,
7099
+ "id": 1094,
7056
7100
  "name": "disableCloseOnEsc",
7057
7101
  "kind": 1024,
7058
7102
  "kindString": "Property",
@@ -7068,7 +7112,7 @@
7068
7112
  }
7069
7113
  },
7070
7114
  {
7071
- "id": 1091,
7115
+ "id": 1095,
7072
7116
  "name": "disableOverlayClose",
7073
7117
  "kind": 1024,
7074
7118
  "kindString": "Property",
@@ -7084,7 +7128,7 @@
7084
7128
  }
7085
7129
  },
7086
7130
  {
7087
- "id": 1101,
7131
+ "id": 1105,
7088
7132
  "name": "disableScrollParentFix",
7089
7133
  "kind": 1024,
7090
7134
  "kindString": "Property",
@@ -7097,7 +7141,7 @@
7097
7141
  }
7098
7142
  },
7099
7143
  {
7100
- "id": 1092,
7144
+ "id": 1096,
7101
7145
  "name": "disableScrolling",
7102
7146
  "kind": 1024,
7103
7147
  "kindString": "Property",
@@ -7113,7 +7157,7 @@
7113
7157
  }
7114
7158
  },
7115
7159
  {
7116
- "id": 1096,
7160
+ "id": 1100,
7117
7161
  "name": "onComplete",
7118
7162
  "kind": 1024,
7119
7163
  "kindString": "Property",
@@ -7128,7 +7172,7 @@
7128
7172
  }
7129
7173
  },
7130
7174
  {
7131
- "id": 1100,
7175
+ "id": 1104,
7132
7176
  "name": "spotlightClicks",
7133
7177
  "kind": 1024,
7134
7178
  "kindString": "Property",
@@ -7141,7 +7185,7 @@
7141
7185
  }
7142
7186
  },
7143
7187
  {
7144
- "id": 1093,
7188
+ "id": 1097,
7145
7189
  "name": "onClose",
7146
7190
  "kind": 2048,
7147
7191
  "kindString": "Method",
@@ -7150,21 +7194,21 @@
7150
7194
  },
7151
7195
  "signatures": [
7152
7196
  {
7153
- "id": 1094,
7197
+ "id": 1098,
7154
7198
  "name": "onClose",
7155
7199
  "kind": 4096,
7156
7200
  "kindString": "Call signature",
7157
7201
  "flags": {},
7158
7202
  "parameters": [
7159
7203
  {
7160
- "id": 1095,
7204
+ "id": 1099,
7161
7205
  "name": "step",
7162
7206
  "kind": 32768,
7163
7207
  "kindString": "Parameter",
7164
7208
  "flags": {},
7165
7209
  "type": {
7166
7210
  "type": "reference",
7167
- "id": 1075,
7211
+ "id": 1079,
7168
7212
  "name": "TourStepProps"
7169
7213
  }
7170
7214
  }
@@ -7177,7 +7221,7 @@
7177
7221
  ]
7178
7222
  },
7179
7223
  {
7180
- "id": 1097,
7224
+ "id": 1101,
7181
7225
  "name": "onReady",
7182
7226
  "kind": 2048,
7183
7227
  "kindString": "Method",
@@ -7186,7 +7230,7 @@
7186
7230
  },
7187
7231
  "signatures": [
7188
7232
  {
7189
- "id": 1098,
7233
+ "id": 1102,
7190
7234
  "name": "onReady",
7191
7235
  "kind": 4096,
7192
7236
  "kindString": "Call signature",
@@ -7196,14 +7240,14 @@
7196
7240
  },
7197
7241
  "parameters": [
7198
7242
  {
7199
- "id": 1099,
7243
+ "id": 1103,
7200
7244
  "name": "step",
7201
7245
  "kind": 32768,
7202
7246
  "kindString": "Parameter",
7203
7247
  "flags": {},
7204
7248
  "type": {
7205
7249
  "type": "reference",
7206
- "id": 1075,
7250
+ "id": 1079,
7207
7251
  "name": "TourStepProps"
7208
7252
  }
7209
7253
  }
@@ -7220,7 +7264,7 @@
7220
7264
  "TourStepProps": {
7221
7265
  "props": [
7222
7266
  {
7223
- "id": 1077,
7267
+ "id": 1081,
7224
7268
  "name": "children",
7225
7269
  "kind": 1024,
7226
7270
  "kindString": "Property",
@@ -7236,7 +7280,7 @@
7236
7280
  }
7237
7281
  },
7238
7282
  {
7239
- "id": 1078,
7283
+ "id": 1082,
7240
7284
  "name": "position",
7241
7285
  "kind": 1024,
7242
7286
  "kindString": "Property",
@@ -7254,7 +7298,7 @@
7254
7298
  }
7255
7299
  },
7256
7300
  {
7257
- "id": 1079,
7301
+ "id": 1083,
7258
7302
  "name": "selector",
7259
7303
  "kind": 1024,
7260
7304
  "kindString": "Property",
@@ -7268,7 +7312,7 @@
7268
7312
  }
7269
7313
  },
7270
7314
  {
7271
- "id": 1080,
7315
+ "id": 1084,
7272
7316
  "name": "showBeacon",
7273
7317
  "kind": 1024,
7274
7318
  "kindString": "Property",
@@ -7284,7 +7328,7 @@
7284
7328
  }
7285
7329
  },
7286
7330
  {
7287
- "id": 1081,
7331
+ "id": 1085,
7288
7332
  "name": "title",
7289
7333
  "kind": 1024,
7290
7334
  "kindString": "Property",
@@ -7302,7 +7346,7 @@
7302
7346
  "TourTexts": {
7303
7347
  "props": [
7304
7348
  {
7305
- "id": 1069,
7349
+ "id": 1073,
7306
7350
  "name": "back",
7307
7351
  "kind": 1024,
7308
7352
  "kindString": "Property",
@@ -7316,7 +7360,7 @@
7316
7360
  }
7317
7361
  },
7318
7362
  {
7319
- "id": 1070,
7363
+ "id": 1074,
7320
7364
  "name": "close",
7321
7365
  "kind": 1024,
7322
7366
  "kindString": "Property",
@@ -7330,7 +7374,7 @@
7330
7374
  }
7331
7375
  },
7332
7376
  {
7333
- "id": 1072,
7377
+ "id": 1076,
7334
7378
  "name": "last",
7335
7379
  "kind": 1024,
7336
7380
  "kindString": "Property",
@@ -7344,7 +7388,7 @@
7344
7388
  }
7345
7389
  },
7346
7390
  {
7347
- "id": 1073,
7391
+ "id": 1077,
7348
7392
  "name": "next",
7349
7393
  "kind": 1024,
7350
7394
  "kindString": "Property",
@@ -7358,7 +7402,7 @@
7358
7402
  }
7359
7403
  },
7360
7404
  {
7361
- "id": 1074,
7405
+ "id": 1078,
7362
7406
  "name": "open",
7363
7407
  "kind": 1024,
7364
7408
  "kindString": "Property",
@@ -7372,7 +7416,7 @@
7372
7416
  }
7373
7417
  },
7374
7418
  {
7375
- "id": 1071,
7419
+ "id": 1075,
7376
7420
  "name": "skip",
7377
7421
  "kind": 1024,
7378
7422
  "kindString": "Property",
@@ -7393,7 +7437,7 @@
7393
7437
  ],
7394
7438
  "props": [
7395
7439
  {
7396
- "id": 1118,
7440
+ "id": 1122,
7397
7441
  "name": "className",
7398
7442
  "kind": 1024,
7399
7443
  "kindString": "Property",
@@ -7413,21 +7457,21 @@
7413
7457
  {
7414
7458
  "type": "reflection",
7415
7459
  "declaration": {
7416
- "id": 1119,
7460
+ "id": 1123,
7417
7461
  "name": "__type",
7418
7462
  "kind": 65536,
7419
7463
  "kindString": "Type literal",
7420
7464
  "flags": {},
7421
7465
  "signatures": [
7422
7466
  {
7423
- "id": 1120,
7467
+ "id": 1124,
7424
7468
  "name": "__type",
7425
7469
  "kind": 4096,
7426
7470
  "kindString": "Call signature",
7427
7471
  "flags": {},
7428
7472
  "parameters": [
7429
7473
  {
7430
- "id": 1121,
7474
+ "id": 1125,
7431
7475
  "name": "expanded",
7432
7476
  "kind": 32768,
7433
7477
  "kindString": "Parameter",
@@ -7450,7 +7494,7 @@
7450
7494
  }
7451
7495
  },
7452
7496
  {
7453
- "id": 1122,
7497
+ "id": 1126,
7454
7498
  "name": "expanded",
7455
7499
  "kind": 1024,
7456
7500
  "kindString": "Property",
@@ -7466,7 +7510,7 @@
7466
7510
  }
7467
7511
  },
7468
7512
  {
7469
- "id": 1123,
7513
+ "id": 1127,
7470
7514
  "name": "fixed",
7471
7515
  "kind": 1024,
7472
7516
  "kindString": "Property",
@@ -7482,7 +7526,7 @@
7482
7526
  }
7483
7527
  },
7484
7528
  {
7485
- "id": 1128,
7529
+ "id": 1132,
7486
7530
  "name": "title",
7487
7531
  "kind": 1024,
7488
7532
  "kindString": "Property",
@@ -7502,21 +7546,21 @@
7502
7546
  {
7503
7547
  "type": "reflection",
7504
7548
  "declaration": {
7505
- "id": 1129,
7549
+ "id": 1133,
7506
7550
  "name": "__type",
7507
7551
  "kind": 65536,
7508
7552
  "kindString": "Type literal",
7509
7553
  "flags": {},
7510
7554
  "signatures": [
7511
7555
  {
7512
- "id": 1130,
7556
+ "id": 1134,
7513
7557
  "name": "__type",
7514
7558
  "kind": 4096,
7515
7559
  "kindString": "Call signature",
7516
7560
  "flags": {},
7517
7561
  "parameters": [
7518
7562
  {
7519
- "id": 1131,
7563
+ "id": 1135,
7520
7564
  "name": "expanded",
7521
7565
  "kind": 32768,
7522
7566
  "kindString": "Parameter",
@@ -7541,7 +7585,7 @@
7541
7585
  }
7542
7586
  },
7543
7587
  {
7544
- "id": 1124,
7588
+ "id": 1128,
7545
7589
  "name": "onClick",
7546
7590
  "kind": 2048,
7547
7591
  "kindString": "Method",
@@ -7550,7 +7594,7 @@
7550
7594
  },
7551
7595
  "signatures": [
7552
7596
  {
7553
- "id": 1125,
7597
+ "id": 1129,
7554
7598
  "name": "onClick",
7555
7599
  "kind": 4096,
7556
7600
  "kindString": "Call signature",
@@ -7560,7 +7604,7 @@
7560
7604
  },
7561
7605
  "parameters": [
7562
7606
  {
7563
- "id": 1126,
7607
+ "id": 1130,
7564
7608
  "name": "event",
7565
7609
  "kind": 32768,
7566
7610
  "kindString": "Parameter",
@@ -7587,7 +7631,7 @@
7587
7631
  }
7588
7632
  },
7589
7633
  {
7590
- "id": 1127,
7634
+ "id": 1131,
7591
7635
  "name": "expanded",
7592
7636
  "kind": 32768,
7593
7637
  "kindString": "Parameter",
@@ -7612,7 +7656,7 @@
7612
7656
  "useListKeyboardNavigationOptions": {
7613
7657
  "props": [
7614
7658
  {
7615
- "id": 1161,
7659
+ "id": 1165,
7616
7660
  "name": "direction",
7617
7661
  "kind": 1024,
7618
7662
  "kindString": "Property",
@@ -7626,7 +7670,7 @@
7626
7670
  }
7627
7671
  },
7628
7672
  {
7629
- "id": 1162,
7673
+ "id": 1166,
7630
7674
  "name": "initialIndex",
7631
7675
  "kind": 1024,
7632
7676
  "kindString": "Property",
@@ -7643,7 +7687,7 @@
7643
7687
  "usePaginationValues": {
7644
7688
  "props": [
7645
7689
  {
7646
- "id": 573,
7690
+ "id": 572,
7647
7691
  "name": "pageIndex",
7648
7692
  "kind": 1024,
7649
7693
  "kindString": "Property",
@@ -7657,7 +7701,7 @@
7657
7701
  }
7658
7702
  },
7659
7703
  {
7660
- "id": 574,
7704
+ "id": 573,
7661
7705
  "name": "pageSize",
7662
7706
  "kind": 1024,
7663
7707
  "kindString": "Property",
@@ -7671,14 +7715,14 @@
7671
7715
  }
7672
7716
  },
7673
7717
  {
7674
- "id": 575,
7718
+ "id": 574,
7675
7719
  "name": "setPageIndex",
7676
7720
  "kind": 2048,
7677
7721
  "kindString": "Method",
7678
7722
  "flags": {},
7679
7723
  "signatures": [
7680
7724
  {
7681
- "id": 576,
7725
+ "id": 575,
7682
7726
  "name": "setPageIndex",
7683
7727
  "kind": 4096,
7684
7728
  "kindString": "Call signature",
@@ -7688,7 +7732,7 @@
7688
7732
  },
7689
7733
  "parameters": [
7690
7734
  {
7691
- "id": 577,
7735
+ "id": 576,
7692
7736
  "name": "pageIndex",
7693
7737
  "kind": 32768,
7694
7738
  "kindString": "Parameter",
@@ -7707,14 +7751,14 @@
7707
7751
  ]
7708
7752
  },
7709
7753
  {
7710
- "id": 578,
7754
+ "id": 577,
7711
7755
  "name": "setPageSize",
7712
7756
  "kind": 2048,
7713
7757
  "kindString": "Method",
7714
7758
  "flags": {},
7715
7759
  "signatures": [
7716
7760
  {
7717
- "id": 579,
7761
+ "id": 578,
7718
7762
  "name": "setPageSize",
7719
7763
  "kind": 4096,
7720
7764
  "kindString": "Call signature",
@@ -7724,7 +7768,7 @@
7724
7768
  },
7725
7769
  "parameters": [
7726
7770
  {
7727
- "id": 580,
7771
+ "id": 579,
7728
7772
  "name": "size",
7729
7773
  "kind": 32768,
7730
7774
  "kindString": "Parameter",
@@ -7747,7 +7791,7 @@
7747
7791
  "useTableRowCreation": {
7748
7792
  "props": [
7749
7793
  {
7750
- "id": 982,
7794
+ "id": 986,
7751
7795
  "name": "data",
7752
7796
  "kind": 1024,
7753
7797
  "kindString": "Property",
@@ -7756,11 +7800,11 @@
7756
7800
  "type": "array",
7757
7801
  "elementType": {
7758
7802
  "type": "reference",
7759
- "id": 778,
7803
+ "id": 777,
7760
7804
  "typeArguments": [
7761
7805
  {
7762
7806
  "type": "reference",
7763
- "id": 991,
7807
+ "id": 995,
7764
7808
  "name": "TRow"
7765
7809
  }
7766
7810
  ],
@@ -7769,7 +7813,7 @@
7769
7813
  }
7770
7814
  },
7771
7815
  {
7772
- "id": 990,
7816
+ "id": 994,
7773
7817
  "name": "isCreating",
7774
7818
  "kind": 1024,
7775
7819
  "kindString": "Property",
@@ -7780,33 +7824,33 @@
7780
7824
  }
7781
7825
  },
7782
7826
  {
7783
- "id": 983,
7827
+ "id": 987,
7784
7828
  "name": "create",
7785
7829
  "kind": 2048,
7786
7830
  "kindString": "Method",
7787
7831
  "flags": {},
7788
7832
  "signatures": [
7789
7833
  {
7790
- "id": 984,
7834
+ "id": 988,
7791
7835
  "name": "create",
7792
7836
  "kind": 4096,
7793
7837
  "kindString": "Call signature",
7794
7838
  "flags": {},
7795
7839
  "parameters": [
7796
7840
  {
7797
- "id": 985,
7841
+ "id": 989,
7798
7842
  "name": "rowIndexPath",
7799
7843
  "kind": 32768,
7800
7844
  "kindString": "Parameter",
7801
7845
  "flags": {},
7802
7846
  "type": {
7803
7847
  "type": "reference",
7804
- "id": 783,
7848
+ "id": 782,
7805
7849
  "name": "RowIndexPath"
7806
7850
  }
7807
7851
  },
7808
7852
  {
7809
- "id": 986,
7853
+ "id": 990,
7810
7854
  "name": "values",
7811
7855
  "kind": 32768,
7812
7856
  "kindString": "Parameter",
@@ -7821,35 +7865,35 @@
7821
7865
  ],
7822
7866
  "type": {
7823
7867
  "type": "reference",
7824
- "id": 783,
7868
+ "id": 782,
7825
7869
  "name": "RowIndexPath"
7826
7870
  }
7827
7871
  }
7828
7872
  ]
7829
7873
  },
7830
7874
  {
7831
- "id": 987,
7875
+ "id": 991,
7832
7876
  "name": "remove",
7833
7877
  "kind": 2048,
7834
7878
  "kindString": "Method",
7835
7879
  "flags": {},
7836
7880
  "signatures": [
7837
7881
  {
7838
- "id": 988,
7882
+ "id": 992,
7839
7883
  "name": "remove",
7840
7884
  "kind": 4096,
7841
7885
  "kindString": "Call signature",
7842
7886
  "flags": {},
7843
7887
  "parameters": [
7844
7888
  {
7845
- "id": 989,
7889
+ "id": 993,
7846
7890
  "name": "rowIndexPath",
7847
7891
  "kind": 32768,
7848
7892
  "kindString": "Parameter",
7849
7893
  "flags": {},
7850
7894
  "type": {
7851
7895
  "type": "reference",
7852
- "id": 783,
7896
+ "id": 782,
7853
7897
  "name": "RowIndexPath"
7854
7898
  }
7855
7899
  }