@economic/taco 0.0.26-alpha.9 → 0.0.28-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/components/Combobox/useCombobox.d.ts +1 -1
  2. package/dist/components/Datepicker/Datepicker.d.ts +1 -1
  3. package/dist/components/Field/Field.d.ts +19 -11
  4. package/dist/components/Menu/Menu.d.ts +3 -0
  5. package/dist/components/SearchInput/SearchInput.d.ts +1 -1
  6. package/dist/esm/components/Button/Button.js +3 -4
  7. package/dist/esm/components/Button/Button.js.map +1 -1
  8. package/dist/esm/components/Button/util.js +3 -2
  9. package/dist/esm/components/Button/util.js.map +1 -1
  10. package/dist/esm/components/Checkbox/Checkbox.js +5 -5
  11. package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
  12. package/dist/esm/components/Combobox/Combobox.js +10 -5
  13. package/dist/esm/components/Combobox/Combobox.js.map +1 -1
  14. package/dist/esm/components/Combobox/useCombobox.js +1 -1
  15. package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
  16. package/dist/esm/components/Field/Field.js +16 -38
  17. package/dist/esm/components/Field/Field.js.map +1 -1
  18. package/dist/esm/components/Hanger/Hanger.js +14 -3
  19. package/dist/esm/components/Hanger/Hanger.js.map +1 -1
  20. package/dist/esm/components/IconButton/IconButton.js +3 -4
  21. package/dist/esm/components/IconButton/IconButton.js.map +1 -1
  22. package/dist/esm/components/Input/Input.js +2 -3
  23. package/dist/esm/components/Input/Input.js.map +1 -1
  24. package/dist/esm/components/Input/util.js +1 -1
  25. package/dist/esm/components/Input/util.js.map +1 -1
  26. package/dist/esm/components/Listbox/Listbox.js.map +1 -1
  27. package/dist/esm/components/Listbox/ScrollableList.js +11 -0
  28. package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
  29. package/dist/esm/components/Menu/Menu.js +4 -3
  30. package/dist/esm/components/Menu/Menu.js.map +1 -1
  31. package/dist/esm/components/RadioGroup/RadioGroup.js +2 -2
  32. package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
  33. package/dist/esm/components/SearchInput/SearchInput.js +1 -1
  34. package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
  35. package/dist/esm/components/Select/Select.js +1 -1
  36. package/dist/esm/components/Select/Select.js.map +1 -1
  37. package/dist/esm/components/Select/useSelect.js +10 -4
  38. package/dist/esm/components/Select/useSelect.js.map +1 -1
  39. package/dist/esm/components/Switch/Switch.js +2 -2
  40. package/dist/esm/components/Switch/Switch.js.map +1 -1
  41. package/dist/esm/components/Table/util/renderColumn.js +1 -1
  42. package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
  43. package/dist/esm/components/Textarea/Textarea.js.map +1 -1
  44. package/dist/esm/index.css +2 -1
  45. package/dist/index.css +2 -1
  46. package/dist/taco.cjs.development.js +88 -77
  47. package/dist/taco.cjs.development.js.map +1 -1
  48. package/dist/taco.cjs.production.min.js +1 -1
  49. package/dist/taco.cjs.production.min.js.map +1 -1
  50. package/dist/utils/tailwind.d.ts +1 -0
  51. package/package.json +17 -17
  52. package/types.json +418 -440
package/types.json CHANGED
@@ -178,7 +178,7 @@
178
178
  ],
179
179
  "props": [
180
180
  {
181
- "id": 724,
181
+ "id": 721,
182
182
  "name": "multiselect",
183
183
  "kind": 1024,
184
184
  "kindString": "Property",
@@ -328,7 +328,7 @@
328
328
  "typeArguments": [
329
329
  {
330
330
  "type": "reference",
331
- "id": 272,
331
+ "id": 268,
332
332
  "name": "HangerProps"
333
333
  }
334
334
  ],
@@ -377,7 +377,7 @@
377
377
  "typeArguments": [
378
378
  {
379
379
  "type": "reference",
380
- "id": 386,
380
+ "id": 382,
381
381
  "name": "MenuProps"
382
382
  }
383
383
  ],
@@ -426,7 +426,7 @@
426
426
  "typeArguments": [
427
427
  {
428
428
  "type": "reference",
429
- "id": 566,
429
+ "id": 563,
430
430
  "name": "PopoverProps"
431
431
  }
432
432
  ],
@@ -1367,7 +1367,7 @@
1367
1367
  "DialogTitleProps": "React.HTMLAttributes<HTMLHeadingElement>",
1368
1368
  "FieldProps": {
1369
1369
  "intersections": [
1370
- "Omit<React.HTMLAttributes<HTMLDivElement>, [object Object]>"
1370
+ "React.LabelHTMLAttributes<HTMLLabelElement>"
1371
1371
  ],
1372
1372
  "props": [
1373
1373
  {
@@ -1376,11 +1376,14 @@
1376
1376
  "kind": 1024,
1377
1377
  "kindString": "Property",
1378
1378
  "flags": {},
1379
+ "comment": {
1380
+ "shortText": "Content of the field"
1381
+ },
1379
1382
  "type": {
1380
1383
  "type": "reference",
1381
- "qualifiedName": "global.JSX.Element",
1384
+ "qualifiedName": "React.ReactNode",
1382
1385
  "package": "@types/react",
1383
- "name": "JSX.Element"
1386
+ "name": "React.ReactNode"
1384
1387
  }
1385
1388
  },
1386
1389
  {
@@ -1391,6 +1394,9 @@
1391
1394
  "flags": {
1392
1395
  "isOptional": true
1393
1396
  },
1397
+ "comment": {
1398
+ "shortText": "Changes the style to indicate the element is disabled"
1399
+ },
1394
1400
  "type": {
1395
1401
  "type": "intrinsic",
1396
1402
  "name": "boolean"
@@ -1411,63 +1417,18 @@
1411
1417
  },
1412
1418
  {
1413
1419
  "id": 238,
1414
- "name": "label",
1415
- "kind": 1024,
1416
- "kindString": "Property",
1417
- "flags": {
1418
- "isOptional": true
1419
- },
1420
- "type": {
1421
- "type": "union",
1422
- "types": [
1423
- {
1424
- "type": "intrinsic",
1425
- "name": "string"
1426
- },
1427
- {
1428
- "type": "reference",
1429
- "qualifiedName": "global.JSX.Element",
1430
- "package": "@types/react",
1431
- "name": "JSX.Element"
1432
- }
1433
- ]
1434
- }
1435
- },
1436
- {
1437
- "id": 239,
1438
1420
  "name": "message",
1439
1421
  "kind": 1024,
1440
1422
  "kindString": "Property",
1441
1423
  "flags": {
1442
1424
  "isOptional": true
1443
1425
  },
1444
- "type": {
1445
- "type": "union",
1446
- "types": [
1447
- {
1448
- "type": "intrinsic",
1449
- "name": "string"
1450
- },
1451
- {
1452
- "type": "reference",
1453
- "qualifiedName": "global.JSX.Element",
1454
- "package": "@types/react",
1455
- "name": "JSX.Element"
1456
- }
1457
- ]
1458
- }
1459
- },
1460
- {
1461
- "id": 240,
1462
- "name": "required",
1463
- "kind": 1024,
1464
- "kindString": "Property",
1465
- "flags": {
1466
- "isOptional": true
1426
+ "comment": {
1427
+ "shortText": "Text displayed below the children of Field.\nShould be a short text that indicates feedback for user."
1467
1428
  },
1468
1429
  "type": {
1469
1430
  "type": "intrinsic",
1470
- "name": "boolean"
1431
+ "name": "string"
1471
1432
  }
1472
1433
  }
1473
1434
  ]
@@ -1478,7 +1439,7 @@
1478
1439
  ],
1479
1440
  "props": [
1480
1441
  {
1481
- "id": 251,
1442
+ "id": 247,
1482
1443
  "name": "children",
1483
1444
  "kind": 1024,
1484
1445
  "kindString": "Property",
@@ -1494,7 +1455,7 @@
1494
1455
  }
1495
1456
  },
1496
1457
  {
1497
- "id": 252,
1458
+ "id": 248,
1498
1459
  "name": "horizontal",
1499
1460
  "kind": 1024,
1500
1461
  "kindString": "Property",
@@ -1795,7 +1756,7 @@
1795
1756
  ],
1796
1757
  "props": [
1797
1758
  {
1798
- "id": 280,
1759
+ "id": 276,
1799
1760
  "name": "Anchor",
1800
1761
  "kind": 1024,
1801
1762
  "kindString": "Property",
@@ -1805,7 +1766,7 @@
1805
1766
  "typeArguments": [
1806
1767
  {
1807
1768
  "type": "reference",
1808
- "id": 268,
1769
+ "id": 264,
1809
1770
  "name": "HangerAnchorProps"
1810
1771
  }
1811
1772
  ],
@@ -1815,7 +1776,7 @@
1815
1776
  }
1816
1777
  },
1817
1778
  {
1818
- "id": 281,
1779
+ "id": 277,
1819
1780
  "name": "Content",
1820
1781
  "kind": 1024,
1821
1782
  "kindString": "Property",
@@ -1825,7 +1786,7 @@
1825
1786
  "typeArguments": [
1826
1787
  {
1827
1788
  "type": "reference",
1828
- "id": 269,
1789
+ "id": 265,
1829
1790
  "name": "HangerContentProps"
1830
1791
  }
1831
1792
  ],
@@ -1842,7 +1803,7 @@
1842
1803
  ],
1843
1804
  "props": [
1844
1805
  {
1845
- "id": 498,
1806
+ "id": 495,
1846
1807
  "name": "Group",
1847
1808
  "kind": 1024,
1848
1809
  "kindString": "Property",
@@ -1858,7 +1819,7 @@
1858
1819
  "types": [
1859
1820
  {
1860
1821
  "type": "reference",
1861
- "id": 494,
1822
+ "id": 491,
1862
1823
  "name": "NavigationMenuGroupProps"
1863
1824
  },
1864
1825
  {
@@ -1891,7 +1852,7 @@
1891
1852
  ],
1892
1853
  "props": [
1893
1854
  {
1894
- "id": 502,
1855
+ "id": 499,
1895
1856
  "name": "Item",
1896
1857
  "kind": 1024,
1897
1858
  "kindString": "Property",
@@ -1907,7 +1868,7 @@
1907
1868
  "types": [
1908
1869
  {
1909
1870
  "type": "reference",
1910
- "id": 486,
1871
+ "id": 483,
1911
1872
  "name": "NavigationItemProps"
1912
1873
  },
1913
1874
  {
@@ -1933,7 +1894,7 @@
1933
1894
  }
1934
1895
  },
1935
1896
  {
1936
- "id": 503,
1897
+ "id": 500,
1937
1898
  "name": "Menu",
1938
1899
  "kind": 1024,
1939
1900
  "kindString": "Property",
@@ -1943,12 +1904,12 @@
1943
1904
  },
1944
1905
  "type": {
1945
1906
  "type": "reference",
1946
- "id": 496,
1907
+ "id": 493,
1947
1908
  "name": "ForwardedNavigationMenuWithStatics"
1948
1909
  }
1949
1910
  },
1950
1911
  {
1951
- "id": 504,
1912
+ "id": 501,
1952
1913
  "name": "Panel",
1953
1914
  "kind": 1024,
1954
1915
  "kindString": "Property",
@@ -1964,7 +1925,7 @@
1964
1925
  "types": [
1965
1926
  {
1966
1927
  "type": "reference",
1967
- "id": 493,
1928
+ "id": 490,
1968
1929
  "name": "NavigationPanelProps"
1969
1930
  },
1970
1931
  {
@@ -1997,7 +1958,7 @@
1997
1958
  ],
1998
1959
  "props": [
1999
1960
  {
2000
- "id": 573,
1961
+ "id": 570,
2001
1962
  "name": "Close",
2002
1963
  "kind": 1024,
2003
1964
  "kindString": "Property",
@@ -2007,7 +1968,7 @@
2007
1968
  "typeArguments": [
2008
1969
  {
2009
1970
  "type": "reference",
2010
- "id": 565,
1971
+ "id": 562,
2011
1972
  "name": "PopoverCloseProps"
2012
1973
  }
2013
1974
  ],
@@ -2017,7 +1978,7 @@
2017
1978
  }
2018
1979
  },
2019
1980
  {
2020
- "id": 572,
1981
+ "id": 569,
2021
1982
  "name": "Content",
2022
1983
  "kind": 1024,
2023
1984
  "kindString": "Property",
@@ -2027,7 +1988,7 @@
2027
1988
  "typeArguments": [
2028
1989
  {
2029
1990
  "type": "reference",
2030
- "id": 558,
1991
+ "id": 555,
2031
1992
  "name": "PopoverContentProps"
2032
1993
  }
2033
1994
  ],
@@ -2037,7 +1998,7 @@
2037
1998
  }
2038
1999
  },
2039
2000
  {
2040
- "id": 571,
2001
+ "id": 568,
2041
2002
  "name": "Trigger",
2042
2003
  "kind": 1024,
2043
2004
  "kindString": "Property",
@@ -2047,7 +2008,7 @@
2047
2008
  "typeArguments": [
2048
2009
  {
2049
2010
  "type": "reference",
2050
- "id": 553,
2011
+ "id": 550,
2051
2012
  "name": "PopoverTriggerProps"
2052
2013
  }
2053
2014
  ],
@@ -2064,7 +2025,7 @@
2064
2025
  ],
2065
2026
  "props": [
2066
2027
  {
2067
- "id": 708,
2028
+ "id": 705,
2068
2029
  "name": "Item",
2069
2030
  "kind": 1024,
2070
2031
  "kindString": "Property",
@@ -2077,7 +2038,7 @@
2077
2038
  "typeArguments": [
2078
2039
  {
2079
2040
  "type": "reference",
2080
- "id": 699,
2041
+ "id": 696,
2081
2042
  "name": "RadioGroupItemProps"
2082
2043
  }
2083
2044
  ],
@@ -2094,7 +2055,7 @@
2094
2055
  ],
2095
2056
  "props": [
2096
2057
  {
2097
- "id": 981,
2058
+ "id": 978,
2098
2059
  "name": "Content",
2099
2060
  "kind": 1024,
2100
2061
  "kindString": "Property",
@@ -2110,7 +2071,7 @@
2110
2071
  "types": [
2111
2072
  {
2112
2073
  "type": "reference",
2113
- "id": 974,
2074
+ "id": 971,
2114
2075
  "name": "TabContentProps"
2115
2076
  },
2116
2077
  {
@@ -2136,7 +2097,7 @@
2136
2097
  }
2137
2098
  },
2138
2099
  {
2139
- "id": 979,
2100
+ "id": 976,
2140
2101
  "name": "List",
2141
2102
  "kind": 1024,
2142
2103
  "kindString": "Property",
@@ -2152,7 +2113,7 @@
2152
2113
  "types": [
2153
2114
  {
2154
2115
  "type": "reference",
2155
- "id": 969,
2116
+ "id": 966,
2156
2117
  "name": "TabListProps"
2157
2118
  },
2158
2119
  {
@@ -2178,7 +2139,7 @@
2178
2139
  }
2179
2140
  },
2180
2141
  {
2181
- "id": 980,
2142
+ "id": 977,
2182
2143
  "name": "Trigger",
2183
2144
  "kind": 1024,
2184
2145
  "kindString": "Property",
@@ -2194,7 +2155,7 @@
2194
2155
  "types": [
2195
2156
  {
2196
2157
  "type": "reference",
2197
- "id": 970,
2158
+ "id": 967,
2198
2159
  "name": "TabTriggerProps"
2199
2160
  },
2200
2161
  {
@@ -2227,7 +2188,7 @@
2227
2188
  ],
2228
2189
  "props": [
2229
2190
  {
2230
- "id": 1104,
2191
+ "id": 1101,
2231
2192
  "name": "Group",
2232
2193
  "kind": 1024,
2233
2194
  "kindString": "Property",
@@ -2243,7 +2204,7 @@
2243
2204
  "types": [
2244
2205
  {
2245
2206
  "type": "reference",
2246
- "id": 1084,
2207
+ "id": 1081,
2247
2208
  "name": "TreeviewGroupProps"
2248
2209
  },
2249
2210
  {
@@ -2269,7 +2230,7 @@
2269
2230
  }
2270
2231
  },
2271
2232
  {
2272
- "id": 1103,
2233
+ "id": 1100,
2273
2234
  "name": "Item",
2274
2235
  "kind": 1024,
2275
2236
  "kindString": "Property",
@@ -2285,7 +2246,7 @@
2285
2246
  "types": [
2286
2247
  {
2287
2248
  "type": "reference",
2288
- "id": 1083,
2249
+ "id": 1080,
2289
2250
  "name": "TreeviewItemProps"
2290
2251
  },
2291
2252
  {
@@ -2318,7 +2279,7 @@
2318
2279
  ],
2319
2280
  "props": [
2320
2281
  {
2321
- "id": 259,
2282
+ "id": 255,
2322
2283
  "name": "as",
2323
2284
  "kind": 1024,
2324
2285
  "kindString": "Property",
@@ -2347,7 +2308,7 @@
2347
2308
  }
2348
2309
  },
2349
2310
  {
2350
- "id": 260,
2311
+ "id": 256,
2351
2312
  "name": "children",
2352
2313
  "kind": 1024,
2353
2314
  "kindString": "Property",
@@ -2371,7 +2332,7 @@
2371
2332
  ],
2372
2333
  "props": [
2373
2334
  {
2374
- "id": 271,
2335
+ "id": 267,
2375
2336
  "name": "placement",
2376
2337
  "kind": 1024,
2377
2338
  "kindString": "Property",
@@ -2393,7 +2354,7 @@
2393
2354
  "HangerTexts": {
2394
2355
  "props": [
2395
2356
  {
2396
- "id": 267,
2357
+ "id": 263,
2397
2358
  "name": "close",
2398
2359
  "kind": 1024,
2399
2360
  "kindString": "Property",
@@ -2414,7 +2375,7 @@
2414
2375
  ],
2415
2376
  "props": [
2416
2377
  {
2417
- "id": 293,
2378
+ "id": 289,
2418
2379
  "name": "appearance",
2419
2380
  "kind": 1024,
2420
2381
  "kindString": "Property",
@@ -2431,7 +2392,7 @@
2431
2392
  }
2432
2393
  },
2433
2394
  {
2434
- "id": 300,
2395
+ "id": 296,
2435
2396
  "name": "icon",
2436
2397
  "kind": 1024,
2437
2398
  "kindString": "Property",
@@ -2441,12 +2402,12 @@
2441
2402
  },
2442
2403
  "type": {
2443
2404
  "type": "reference",
2444
- "id": 284,
2405
+ "id": 280,
2445
2406
  "name": "IconName"
2446
2407
  }
2447
2408
  },
2448
2409
  {
2449
- "id": 307,
2410
+ "id": 303,
2450
2411
  "name": "rounded",
2451
2412
  "kind": 1024,
2452
2413
  "kindString": "Property",
@@ -2462,7 +2423,7 @@
2462
2423
  }
2463
2424
  },
2464
2425
  {
2465
- "id": 308,
2426
+ "id": 304,
2466
2427
  "name": "tooltip",
2467
2428
  "kind": 1024,
2468
2429
  "kindString": "Property",
@@ -2478,7 +2439,7 @@
2478
2439
  }
2479
2440
  },
2480
2441
  {
2481
- "id": 294,
2442
+ "id": 290,
2482
2443
  "name": "dialog",
2483
2444
  "kind": 2048,
2484
2445
  "kindString": "Method",
@@ -2487,7 +2448,7 @@
2487
2448
  },
2488
2449
  "signatures": [
2489
2450
  {
2490
- "id": 295,
2451
+ "id": 291,
2491
2452
  "name": "dialog",
2492
2453
  "kind": 4096,
2493
2454
  "kindString": "Call signature",
@@ -2497,7 +2458,7 @@
2497
2458
  },
2498
2459
  "parameters": [
2499
2460
  {
2500
- "id": 296,
2461
+ "id": 292,
2501
2462
  "name": "props",
2502
2463
  "kind": 32768,
2503
2464
  "kindString": "Parameter",
@@ -2527,7 +2488,7 @@
2527
2488
  ]
2528
2489
  },
2529
2490
  {
2530
- "id": 297,
2491
+ "id": 293,
2531
2492
  "name": "hanger",
2532
2493
  "kind": 2048,
2533
2494
  "kindString": "Method",
@@ -2536,7 +2497,7 @@
2536
2497
  },
2537
2498
  "signatures": [
2538
2499
  {
2539
- "id": 298,
2500
+ "id": 294,
2540
2501
  "name": "hanger",
2541
2502
  "kind": 4096,
2542
2503
  "kindString": "Call signature",
@@ -2546,7 +2507,7 @@
2546
2507
  },
2547
2508
  "parameters": [
2548
2509
  {
2549
- "id": 299,
2510
+ "id": 295,
2550
2511
  "name": "props",
2551
2512
  "kind": 32768,
2552
2513
  "kindString": "Parameter",
@@ -2556,7 +2517,7 @@
2556
2517
  "typeArguments": [
2557
2518
  {
2558
2519
  "type": "reference",
2559
- "id": 272,
2520
+ "id": 268,
2560
2521
  "name": "HangerProps"
2561
2522
  }
2562
2523
  ],
@@ -2576,7 +2537,7 @@
2576
2537
  ]
2577
2538
  },
2578
2539
  {
2579
- "id": 301,
2540
+ "id": 297,
2580
2541
  "name": "menu",
2581
2542
  "kind": 2048,
2582
2543
  "kindString": "Method",
@@ -2585,7 +2546,7 @@
2585
2546
  },
2586
2547
  "signatures": [
2587
2548
  {
2588
- "id": 302,
2549
+ "id": 298,
2589
2550
  "name": "menu",
2590
2551
  "kind": 4096,
2591
2552
  "kindString": "Call signature",
@@ -2595,7 +2556,7 @@
2595
2556
  },
2596
2557
  "parameters": [
2597
2558
  {
2598
- "id": 303,
2559
+ "id": 299,
2599
2560
  "name": "props",
2600
2561
  "kind": 32768,
2601
2562
  "kindString": "Parameter",
@@ -2605,7 +2566,7 @@
2605
2566
  "typeArguments": [
2606
2567
  {
2607
2568
  "type": "reference",
2608
- "id": 386,
2569
+ "id": 382,
2609
2570
  "name": "MenuProps"
2610
2571
  }
2611
2572
  ],
@@ -2625,7 +2586,7 @@
2625
2586
  ]
2626
2587
  },
2627
2588
  {
2628
- "id": 304,
2589
+ "id": 300,
2629
2590
  "name": "popover",
2630
2591
  "kind": 2048,
2631
2592
  "kindString": "Method",
@@ -2634,7 +2595,7 @@
2634
2595
  },
2635
2596
  "signatures": [
2636
2597
  {
2637
- "id": 305,
2598
+ "id": 301,
2638
2599
  "name": "popover",
2639
2600
  "kind": 4096,
2640
2601
  "kindString": "Call signature",
@@ -2644,7 +2605,7 @@
2644
2605
  },
2645
2606
  "parameters": [
2646
2607
  {
2647
- "id": 306,
2608
+ "id": 302,
2648
2609
  "name": "props",
2649
2610
  "kind": 32768,
2650
2611
  "kindString": "Parameter",
@@ -2654,7 +2615,7 @@
2654
2615
  "typeArguments": [
2655
2616
  {
2656
2617
  "type": "reference",
2657
- "id": 566,
2618
+ "id": 563,
2658
2619
  "name": "PopoverProps"
2659
2620
  }
2660
2621
  ],
@@ -3495,7 +3456,7 @@
3495
3456
  ],
3496
3457
  "props": [
3497
3458
  {
3498
- "id": 287,
3459
+ "id": 283,
3499
3460
  "name": "name",
3500
3461
  "kind": 1024,
3501
3462
  "kindString": "Property",
@@ -3505,7 +3466,7 @@
3505
3466
  },
3506
3467
  "type": {
3507
3468
  "type": "reference",
3508
- "id": 284,
3469
+ "id": 280,
3509
3470
  "name": "IconName"
3510
3471
  }
3511
3472
  }
@@ -3517,7 +3478,7 @@
3517
3478
  ],
3518
3479
  "props": [
3519
3480
  {
3520
- "id": 329,
3481
+ "id": 325,
3521
3482
  "name": "button",
3522
3483
  "kind": 1024,
3523
3484
  "kindString": "Property",
@@ -3535,7 +3496,7 @@
3535
3496
  }
3536
3497
  },
3537
3498
  {
3538
- "id": 331,
3499
+ "id": 327,
3539
3500
  "name": "highlighted",
3540
3501
  "kind": 1024,
3541
3502
  "kindString": "Property",
@@ -3551,7 +3512,7 @@
3551
3512
  }
3552
3513
  },
3553
3514
  {
3554
- "id": 330,
3515
+ "id": 326,
3555
3516
  "name": "icon",
3556
3517
  "kind": 1024,
3557
3518
  "kindString": "Property",
@@ -3566,7 +3527,7 @@
3566
3527
  "types": [
3567
3528
  {
3568
3529
  "type": "reference",
3569
- "id": 284,
3530
+ "id": 280,
3570
3531
  "name": "IconName"
3571
3532
  },
3572
3533
  {
@@ -3579,7 +3540,7 @@
3579
3540
  }
3580
3541
  },
3581
3542
  {
3582
- "id": 332,
3543
+ "id": 328,
3583
3544
  "name": "invalid",
3584
3545
  "kind": 1024,
3585
3546
  "kindString": "Property",
@@ -3601,7 +3562,7 @@
3601
3562
  ],
3602
3563
  "props": [
3603
3564
  {
3604
- "id": 361,
3565
+ "id": 357,
3605
3566
  "name": "data",
3606
3567
  "kind": 1024,
3607
3568
  "kindString": "Property",
@@ -3615,13 +3576,13 @@
3615
3576
  "type": "array",
3616
3577
  "elementType": {
3617
3578
  "type": "reference",
3618
- "id": 352,
3579
+ "id": 348,
3619
3580
  "name": "ListboxItem"
3620
3581
  }
3621
3582
  }
3622
3583
  },
3623
3584
  {
3624
- "id": 362,
3585
+ "id": 358,
3625
3586
  "name": "defaultValue",
3626
3587
  "kind": 1024,
3627
3588
  "kindString": "Property",
@@ -3633,12 +3594,12 @@
3633
3594
  },
3634
3595
  "type": {
3635
3596
  "type": "reference",
3636
- "id": 353,
3597
+ "id": 349,
3637
3598
  "name": "ListboxValue"
3638
3599
  }
3639
3600
  },
3640
3601
  {
3641
- "id": 363,
3602
+ "id": 359,
3642
3603
  "name": "emptyValue",
3643
3604
  "kind": 1024,
3644
3605
  "kindString": "Property",
@@ -3650,12 +3611,12 @@
3650
3611
  },
3651
3612
  "type": {
3652
3613
  "type": "reference",
3653
- "id": 353,
3614
+ "id": 349,
3654
3615
  "name": "ListboxValue"
3655
3616
  }
3656
3617
  },
3657
3618
  {
3658
- "id": 364,
3619
+ "id": 360,
3659
3620
  "name": "highlighted",
3660
3621
  "kind": 1024,
3661
3622
  "kindString": "Property",
@@ -3671,7 +3632,7 @@
3671
3632
  }
3672
3633
  },
3673
3634
  {
3674
- "id": 365,
3635
+ "id": 361,
3675
3636
  "name": "invalid",
3676
3637
  "kind": 1024,
3677
3638
  "kindString": "Property",
@@ -3684,7 +3645,7 @@
3684
3645
  }
3685
3646
  },
3686
3647
  {
3687
- "id": 366,
3648
+ "id": 362,
3688
3649
  "name": "loading",
3689
3650
  "kind": 1024,
3690
3651
  "kindString": "Property",
@@ -3700,7 +3661,7 @@
3700
3661
  }
3701
3662
  },
3702
3663
  {
3703
- "id": 367,
3664
+ "id": 363,
3704
3665
  "name": "value",
3705
3666
  "kind": 1024,
3706
3667
  "kindString": "Property",
@@ -3712,7 +3673,7 @@
3712
3673
  },
3713
3674
  "type": {
3714
3675
  "type": "reference",
3715
- "id": 353,
3676
+ "id": 349,
3716
3677
  "name": "ListboxValue"
3717
3678
  }
3718
3679
  }
@@ -3721,7 +3682,7 @@
3721
3682
  "ListboxTexts": {
3722
3683
  "props": [
3723
3684
  {
3724
- "id": 358,
3685
+ "id": 354,
3725
3686
  "name": "allOption",
3726
3687
  "kind": 1024,
3727
3688
  "kindString": "Property",
@@ -3735,7 +3696,7 @@
3735
3696
  }
3736
3697
  },
3737
3698
  {
3738
- "id": 356,
3699
+ "id": 352,
3739
3700
  "name": "empty",
3740
3701
  "kind": 1024,
3741
3702
  "kindString": "Property",
@@ -3749,7 +3710,7 @@
3749
3710
  }
3750
3711
  },
3751
3712
  {
3752
- "id": 357,
3713
+ "id": 353,
3753
3714
  "name": "loading",
3754
3715
  "kind": 1024,
3755
3716
  "kindString": "Property",
@@ -3768,7 +3729,7 @@
3768
3729
  "Localization": {
3769
3730
  "props": [
3770
3731
  {
3771
- "id": 599,
3732
+ "id": 596,
3772
3733
  "name": "formatting",
3773
3734
  "kind": 1024,
3774
3735
  "kindString": "Property",
@@ -3779,14 +3740,14 @@
3779
3740
  "type": {
3780
3741
  "type": "reflection",
3781
3742
  "declaration": {
3782
- "id": 600,
3743
+ "id": 597,
3783
3744
  "name": "__type",
3784
3745
  "kind": 65536,
3785
3746
  "kindString": "Type literal",
3786
3747
  "flags": {},
3787
3748
  "children": [
3788
3749
  {
3789
- "id": 601,
3750
+ "id": 598,
3790
3751
  "name": "date",
3791
3752
  "kind": 1024,
3792
3753
  "kindString": "Property",
@@ -3805,7 +3766,7 @@
3805
3766
  "title": "Properties",
3806
3767
  "kind": 1024,
3807
3768
  "children": [
3808
- 601
3769
+ 598
3809
3770
  ]
3810
3771
  }
3811
3772
  ]
@@ -3813,7 +3774,7 @@
3813
3774
  }
3814
3775
  },
3815
3776
  {
3816
- "id": 597,
3777
+ "id": 594,
3817
3778
  "name": "locale",
3818
3779
  "kind": 1024,
3819
3780
  "kindString": "Property",
@@ -3828,7 +3789,7 @@
3828
3789
  }
3829
3790
  },
3830
3791
  {
3831
- "id": 598,
3792
+ "id": 595,
3832
3793
  "name": "texts",
3833
3794
  "kind": 1024,
3834
3795
  "kindString": "Property",
@@ -3838,7 +3799,7 @@
3838
3799
  },
3839
3800
  "type": {
3840
3801
  "type": "reference",
3841
- "id": 581,
3802
+ "id": 578,
3842
3803
  "name": "LocalizationTexts"
3843
3804
  }
3844
3805
  }
@@ -3847,7 +3808,7 @@
3847
3808
  "LocalizationTexts": {
3848
3809
  "props": [
3849
3810
  {
3850
- "id": 583,
3811
+ "id": 580,
3851
3812
  "name": "calendar",
3852
3813
  "kind": 1024,
3853
3814
  "kindString": "Property",
@@ -3862,7 +3823,7 @@
3862
3823
  }
3863
3824
  },
3864
3825
  {
3865
- "id": 584,
3826
+ "id": 581,
3866
3827
  "name": "combobox",
3867
3828
  "kind": 1024,
3868
3829
  "kindString": "Property",
@@ -3877,7 +3838,7 @@
3877
3838
  }
3878
3839
  },
3879
3840
  {
3880
- "id": 585,
3841
+ "id": 582,
3881
3842
  "name": "datepicker",
3882
3843
  "kind": 1024,
3883
3844
  "kindString": "Property",
@@ -3892,7 +3853,7 @@
3892
3853
  }
3893
3854
  },
3894
3855
  {
3895
- "id": 588,
3856
+ "id": 585,
3896
3857
  "name": "dialog",
3897
3858
  "kind": 1024,
3898
3859
  "kindString": "Property",
@@ -3907,7 +3868,7 @@
3907
3868
  }
3908
3869
  },
3909
3870
  {
3910
- "id": 586,
3871
+ "id": 583,
3911
3872
  "name": "hanger",
3912
3873
  "kind": 1024,
3913
3874
  "kindString": "Property",
@@ -3917,12 +3878,12 @@
3917
3878
  },
3918
3879
  "type": {
3919
3880
  "type": "reference",
3920
- "id": 265,
3881
+ "id": 261,
3921
3882
  "name": "HangerTexts"
3922
3883
  }
3923
3884
  },
3924
3885
  {
3925
- "id": 587,
3886
+ "id": 584,
3926
3887
  "name": "listbox",
3927
3888
  "kind": 1024,
3928
3889
  "kindString": "Property",
@@ -3932,12 +3893,12 @@
3932
3893
  },
3933
3894
  "type": {
3934
3895
  "type": "reference",
3935
- "id": 354,
3896
+ "id": 350,
3936
3897
  "name": "ListboxTexts"
3937
3898
  }
3938
3899
  },
3939
3900
  {
3940
- "id": 589,
3901
+ "id": 586,
3941
3902
  "name": "pagination",
3942
3903
  "kind": 1024,
3943
3904
  "kindString": "Property",
@@ -3947,12 +3908,12 @@
3947
3908
  },
3948
3909
  "type": {
3949
3910
  "type": "reference",
3950
- "id": 517,
3911
+ "id": 514,
3951
3912
  "name": "PaginationTexts"
3952
3913
  }
3953
3914
  },
3954
3915
  {
3955
- "id": 594,
3916
+ "id": 591,
3956
3917
  "name": "searchInput",
3957
3918
  "kind": 1024,
3958
3919
  "kindString": "Property",
@@ -3962,12 +3923,12 @@
3962
3923
  },
3963
3924
  "type": {
3964
3925
  "type": "reference",
3965
- "id": 339,
3926
+ "id": 335,
3966
3927
  "name": "SearchInputTexts"
3967
3928
  }
3968
3929
  },
3969
3930
  {
3970
- "id": 591,
3931
+ "id": 588,
3971
3932
  "name": "select",
3972
3933
  "kind": 1024,
3973
3934
  "kindString": "Property",
@@ -3977,12 +3938,12 @@
3977
3938
  },
3978
3939
  "type": {
3979
3940
  "type": "reference",
3980
- "id": 719,
3941
+ "id": 716,
3981
3942
  "name": "SelectTexts"
3982
3943
  }
3983
3944
  },
3984
3945
  {
3985
- "id": 590,
3946
+ "id": 587,
3986
3947
  "name": "table",
3987
3948
  "kind": 1024,
3988
3949
  "kindString": "Property",
@@ -3992,12 +3953,12 @@
3992
3953
  },
3993
3954
  "type": {
3994
3955
  "type": "reference",
3995
- "id": 904,
3956
+ "id": 901,
3996
3957
  "name": "TableTexts"
3997
3958
  }
3998
3959
  },
3999
3960
  {
4000
- "id": 592,
3961
+ "id": 589,
4001
3962
  "name": "toasts",
4002
3963
  "kind": 1024,
4003
3964
  "kindString": "Property",
@@ -4011,7 +3972,7 @@
4011
3972
  }
4012
3973
  },
4013
3974
  {
4014
- "id": 593,
3975
+ "id": 590,
4015
3976
  "name": "tour",
4016
3977
  "kind": 1024,
4017
3978
  "kindString": "Property",
@@ -4021,7 +3982,7 @@
4021
3982
  },
4022
3983
  "type": {
4023
3984
  "type": "reference",
4024
- "id": 1035,
3985
+ "id": 1032,
4025
3986
  "name": "TourTexts"
4026
3987
  }
4027
3988
  }
@@ -4030,7 +3991,24 @@
4030
3991
  "MenuProps": {
4031
3992
  "props": [
4032
3993
  {
4033
- "id": 388,
3994
+ "id": 384,
3995
+ "name": "appearance",
3996
+ "kind": 1024,
3997
+ "kindString": "Property",
3998
+ "flags": {
3999
+ "isOptional": true
4000
+ },
4001
+ "comment": {
4002
+ "shortText": "Appearance will change the style of the button"
4003
+ },
4004
+ "type": {
4005
+ "type": "reference",
4006
+ "id": 3,
4007
+ "name": "Appearance"
4008
+ }
4009
+ },
4010
+ {
4011
+ "id": 385,
4034
4012
  "name": "children",
4035
4013
  "kind": 1024,
4036
4014
  "kindString": "Property",
@@ -4043,7 +4021,7 @@
4043
4021
  }
4044
4022
  },
4045
4023
  {
4046
- "id": 389,
4024
+ "id": 386,
4047
4025
  "name": "id",
4048
4026
  "kind": 1024,
4049
4027
  "kindString": "Property",
@@ -4056,7 +4034,7 @@
4056
4034
  }
4057
4035
  },
4058
4036
  {
4059
- "id": 390,
4037
+ "id": 387,
4060
4038
  "name": "trigger",
4061
4039
  "kind": 1024,
4062
4040
  "kindString": "Property",
@@ -4081,7 +4059,7 @@
4081
4059
  ],
4082
4060
  "props": [
4083
4061
  {
4084
- "id": 488,
4062
+ "id": 485,
4085
4063
  "name": "active",
4086
4064
  "kind": 1024,
4087
4065
  "kindString": "Property",
@@ -4097,7 +4075,7 @@
4097
4075
  }
4098
4076
  },
4099
4077
  {
4100
- "id": 489,
4078
+ "id": 486,
4101
4079
  "name": "onDrop",
4102
4080
  "kind": 1024,
4103
4081
  "kindString": "Property",
@@ -4115,7 +4093,7 @@
4115
4093
  }
4116
4094
  },
4117
4095
  {
4118
- "id": 490,
4096
+ "id": 487,
4119
4097
  "name": "postfix",
4120
4098
  "kind": 1024,
4121
4099
  "kindString": "Property",
@@ -4133,7 +4111,7 @@
4133
4111
  }
4134
4112
  },
4135
4113
  {
4136
- "id": 491,
4114
+ "id": 488,
4137
4115
  "name": "prefix",
4138
4116
  "kind": 1024,
4139
4117
  "kindString": "Property",
@@ -4151,7 +4129,7 @@
4151
4129
  }
4152
4130
  },
4153
4131
  {
4154
- "id": 492,
4132
+ "id": 489,
4155
4133
  "name": "target",
4156
4134
  "kind": 1024,
4157
4135
  "kindString": "Property",
@@ -4186,7 +4164,7 @@
4186
4164
  ],
4187
4165
  "props": [
4188
4166
  {
4189
- "id": 530,
4167
+ "id": 527,
4190
4168
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
4191
4169
  "kind": 1024,
4192
4170
  "kindString": "Property",
@@ -4202,7 +4180,7 @@
4202
4180
  }
4203
4181
  },
4204
4182
  {
4205
- "id": 525,
4183
+ "id": 522,
4206
4184
  "name": "length",
4207
4185
  "kind": 1024,
4208
4186
  "kindString": "Property",
@@ -4216,7 +4194,7 @@
4216
4194
  }
4217
4195
  },
4218
4196
  {
4219
- "id": 526,
4197
+ "id": 523,
4220
4198
  "name": "pageSizes",
4221
4199
  "kind": 1024,
4222
4200
  "kindString": "Property",
@@ -4235,7 +4213,7 @@
4235
4213
  }
4236
4214
  },
4237
4215
  {
4238
- "id": 527,
4216
+ "id": 524,
4239
4217
  "name": "showPageControls",
4240
4218
  "kind": 1024,
4241
4219
  "kindString": "Property",
@@ -4251,7 +4229,7 @@
4251
4229
  }
4252
4230
  },
4253
4231
  {
4254
- "id": 528,
4232
+ "id": 525,
4255
4233
  "name": "showPageNumbers",
4256
4234
  "kind": 1024,
4257
4235
  "kindString": "Property",
@@ -4267,7 +4245,7 @@
4267
4245
  }
4268
4246
  },
4269
4247
  {
4270
- "id": 529,
4248
+ "id": 526,
4271
4249
  "name": "showPageSize",
4272
4250
  "kind": 1024,
4273
4251
  "kindString": "Property",
@@ -4287,7 +4265,7 @@
4287
4265
  "PaginationTexts": {
4288
4266
  "props": [
4289
4267
  {
4290
- "id": 522,
4268
+ "id": 519,
4291
4269
  "name": "actions",
4292
4270
  "kind": 1024,
4293
4271
  "kindString": "Property",
@@ -4297,12 +4275,12 @@
4297
4275
  },
4298
4276
  "type": {
4299
4277
  "type": "reference",
4300
- "id": 506,
4278
+ "id": 503,
4301
4279
  "name": "PaginationTextsActions"
4302
4280
  }
4303
4281
  },
4304
4282
  {
4305
- "id": 519,
4283
+ "id": 516,
4306
4284
  "name": "label",
4307
4285
  "kind": 1024,
4308
4286
  "kindString": "Property",
@@ -4316,7 +4294,7 @@
4316
4294
  }
4317
4295
  },
4318
4296
  {
4319
- "id": 520,
4297
+ "id": 517,
4320
4298
  "name": "pageSize",
4321
4299
  "kind": 1024,
4322
4300
  "kindString": "Property",
@@ -4330,7 +4308,7 @@
4330
4308
  }
4331
4309
  },
4332
4310
  {
4333
- "id": 521,
4311
+ "id": 518,
4334
4312
  "name": "showingXofYofTotal",
4335
4313
  "kind": 1024,
4336
4314
  "kindString": "Property",
@@ -4348,7 +4326,7 @@
4348
4326
  "PaginationTextsActions": {
4349
4327
  "props": [
4350
4328
  {
4351
- "id": 508,
4329
+ "id": 505,
4352
4330
  "name": "firstPage",
4353
4331
  "kind": 1024,
4354
4332
  "kindString": "Property",
@@ -4362,7 +4340,7 @@
4362
4340
  }
4363
4341
  },
4364
4342
  {
4365
- "id": 509,
4343
+ "id": 506,
4366
4344
  "name": "firstPageWithShortcut",
4367
4345
  "kind": 1024,
4368
4346
  "kindString": "Property",
@@ -4376,7 +4354,7 @@
4376
4354
  }
4377
4355
  },
4378
4356
  {
4379
- "id": 514,
4357
+ "id": 511,
4380
4358
  "name": "lastPage",
4381
4359
  "kind": 1024,
4382
4360
  "kindString": "Property",
@@ -4390,7 +4368,7 @@
4390
4368
  }
4391
4369
  },
4392
4370
  {
4393
- "id": 515,
4371
+ "id": 512,
4394
4372
  "name": "lastPageWithShortcut",
4395
4373
  "kind": 1024,
4396
4374
  "kindString": "Property",
@@ -4404,7 +4382,7 @@
4404
4382
  }
4405
4383
  },
4406
4384
  {
4407
- "id": 510,
4385
+ "id": 507,
4408
4386
  "name": "nextPage",
4409
4387
  "kind": 1024,
4410
4388
  "kindString": "Property",
@@ -4418,7 +4396,7 @@
4418
4396
  }
4419
4397
  },
4420
4398
  {
4421
- "id": 511,
4399
+ "id": 508,
4422
4400
  "name": "nextPageWithShortcut",
4423
4401
  "kind": 1024,
4424
4402
  "kindString": "Property",
@@ -4432,7 +4410,7 @@
4432
4410
  }
4433
4411
  },
4434
4412
  {
4435
- "id": 516,
4413
+ "id": 513,
4436
4414
  "name": "pageX",
4437
4415
  "kind": 1024,
4438
4416
  "kindString": "Property",
@@ -4446,7 +4424,7 @@
4446
4424
  }
4447
4425
  },
4448
4426
  {
4449
- "id": 512,
4427
+ "id": 509,
4450
4428
  "name": "previousPage",
4451
4429
  "kind": 1024,
4452
4430
  "kindString": "Property",
@@ -4460,7 +4438,7 @@
4460
4438
  }
4461
4439
  },
4462
4440
  {
4463
- "id": 513,
4441
+ "id": 510,
4464
4442
  "name": "previousPageWithShortcut",
4465
4443
  "kind": 1024,
4466
4444
  "kindString": "Property",
@@ -4482,7 +4460,7 @@
4482
4460
  ],
4483
4461
  "props": [
4484
4462
  {
4485
- "id": 560,
4463
+ "id": 557,
4486
4464
  "name": "children",
4487
4465
  "kind": 1024,
4488
4466
  "kindString": "Property",
@@ -4499,28 +4477,28 @@
4499
4477
  {
4500
4478
  "type": "reflection",
4501
4479
  "declaration": {
4502
- "id": 561,
4480
+ "id": 558,
4503
4481
  "name": "__type",
4504
4482
  "kind": 65536,
4505
4483
  "kindString": "Type literal",
4506
4484
  "flags": {},
4507
4485
  "signatures": [
4508
4486
  {
4509
- "id": 562,
4487
+ "id": 559,
4510
4488
  "name": "__type",
4511
4489
  "kind": 4096,
4512
4490
  "kindString": "Call signature",
4513
4491
  "flags": {},
4514
4492
  "parameters": [
4515
4493
  {
4516
- "id": 563,
4494
+ "id": 560,
4517
4495
  "name": "props",
4518
4496
  "kind": 32768,
4519
4497
  "kindString": "Parameter",
4520
4498
  "flags": {},
4521
4499
  "type": {
4522
4500
  "type": "reference",
4523
- "id": 554,
4501
+ "id": 551,
4524
4502
  "name": "PopoverContentRenderProps"
4525
4503
  }
4526
4504
  }
@@ -4539,7 +4517,7 @@
4539
4517
  }
4540
4518
  },
4541
4519
  {
4542
- "id": 564,
4520
+ "id": 561,
4543
4521
  "name": "placement",
4544
4522
  "kind": 1024,
4545
4523
  "kindString": "Property",
@@ -4560,14 +4538,14 @@
4560
4538
  "PopoverContentRenderProps": {
4561
4539
  "props": [
4562
4540
  {
4563
- "id": 556,
4541
+ "id": 553,
4564
4542
  "name": "close",
4565
4543
  "kind": 2048,
4566
4544
  "kindString": "Method",
4567
4545
  "flags": {},
4568
4546
  "signatures": [
4569
4547
  {
4570
- "id": 557,
4548
+ "id": 554,
4571
4549
  "name": "close",
4572
4550
  "kind": 4096,
4573
4551
  "kindString": "Call signature",
@@ -4589,7 +4567,7 @@
4589
4567
  ],
4590
4568
  "props": [
4591
4569
  {
4592
- "id": 577,
4570
+ "id": 574,
4593
4571
  "name": "duration",
4594
4572
  "kind": 1024,
4595
4573
  "kindString": "Property",
@@ -4609,7 +4587,7 @@
4609
4587
  "ProviderProps": {
4610
4588
  "props": [
4611
4589
  {
4612
- "id": 682,
4590
+ "id": 679,
4613
4591
  "name": "children",
4614
4592
  "kind": 1024,
4615
4593
  "kindString": "Property",
@@ -4625,7 +4603,7 @@
4625
4603
  }
4626
4604
  },
4627
4605
  {
4628
- "id": 683,
4606
+ "id": 680,
4629
4607
  "name": "localization",
4630
4608
  "kind": 1024,
4631
4609
  "kindString": "Property",
@@ -4637,7 +4615,7 @@
4637
4615
  },
4638
4616
  "type": {
4639
4617
  "type": "reference",
4640
- "id": 595,
4618
+ "id": 592,
4641
4619
  "name": "Localization"
4642
4620
  }
4643
4621
  }
@@ -4649,7 +4627,7 @@
4649
4627
  ],
4650
4628
  "props": [
4651
4629
  {
4652
- "id": 701,
4630
+ "id": 698,
4653
4631
  "name": "children",
4654
4632
  "kind": 1024,
4655
4633
  "kindString": "Property",
@@ -4665,7 +4643,7 @@
4665
4643
  }
4666
4644
  },
4667
4645
  {
4668
- "id": 702,
4646
+ "id": 699,
4669
4647
  "name": "disabled",
4670
4648
  "kind": 1024,
4671
4649
  "kindString": "Property",
@@ -4678,7 +4656,7 @@
4678
4656
  }
4679
4657
  },
4680
4658
  {
4681
- "id": 703,
4659
+ "id": 700,
4682
4660
  "name": "value",
4683
4661
  "kind": 1024,
4684
4662
  "kindString": "Property",
@@ -4688,7 +4666,7 @@
4688
4666
  },
4689
4667
  "type": {
4690
4668
  "type": "reference",
4691
- "id": 691,
4669
+ "id": 688,
4692
4670
  "name": "RadioGroupItemValue"
4693
4671
  }
4694
4672
  }
@@ -4713,7 +4691,7 @@
4713
4691
  ],
4714
4692
  "props": [
4715
4693
  {
4716
- "id": 748,
4694
+ "id": 745,
4717
4695
  "name": "subRows",
4718
4696
  "kind": 1024,
4719
4697
  "kindString": "Property",
@@ -4724,11 +4702,11 @@
4724
4702
  "type": "array",
4725
4703
  "elementType": {
4726
4704
  "type": "reference",
4727
- "id": 746,
4705
+ "id": 743,
4728
4706
  "typeArguments": [
4729
4707
  {
4730
4708
  "type": "reference",
4731
- "id": 750,
4709
+ "id": 747,
4732
4710
  "name": "TRow"
4733
4711
  }
4734
4712
  ],
@@ -4798,7 +4776,7 @@
4798
4776
  ],
4799
4777
  "props": [
4800
4778
  {
4801
- "id": 344,
4779
+ "id": 340,
4802
4780
  "name": "onSearch",
4803
4781
  "kind": 2048,
4804
4782
  "kindString": "Method",
@@ -4807,7 +4785,7 @@
4807
4785
  },
4808
4786
  "signatures": [
4809
4787
  {
4810
- "id": 345,
4788
+ "id": 341,
4811
4789
  "name": "onSearch",
4812
4790
  "kind": 4096,
4813
4791
  "kindString": "Call signature",
@@ -4817,7 +4795,7 @@
4817
4795
  },
4818
4796
  "parameters": [
4819
4797
  {
4820
- "id": 346,
4798
+ "id": 342,
4821
4799
  "name": "value",
4822
4800
  "kind": 32768,
4823
4801
  "kindString": "Parameter",
@@ -4864,7 +4842,7 @@
4864
4842
  "SearchInputTexts": {
4865
4843
  "props": [
4866
4844
  {
4867
- "id": 341,
4845
+ "id": 337,
4868
4846
  "name": "inputLabel",
4869
4847
  "kind": 1024,
4870
4848
  "kindString": "Property",
@@ -4885,7 +4863,7 @@
4885
4863
  ],
4886
4864
  "props": [
4887
4865
  {
4888
- "id": 727,
4866
+ "id": 724,
4889
4867
  "name": "editable",
4890
4868
  "kind": 1024,
4891
4869
  "kindString": "Property",
@@ -4905,7 +4883,7 @@
4905
4883
  "SelectTexts": {
4906
4884
  "props": [
4907
4885
  {
4908
- "id": 721,
4886
+ "id": 718,
4909
4887
  "name": "allOptionsSelected",
4910
4888
  "kind": 1024,
4911
4889
  "kindString": "Property",
@@ -4945,7 +4923,7 @@
4945
4923
  "SortRule": {
4946
4924
  "props": [
4947
4925
  {
4948
- "id": 799,
4926
+ "id": 796,
4949
4927
  "name": "accessor",
4950
4928
  "kind": 1024,
4951
4929
  "kindString": "Property",
@@ -4958,7 +4936,7 @@
4958
4936
  "typeArguments": [
4959
4937
  {
4960
4938
  "type": "reference",
4961
- "id": 801,
4939
+ "id": 798,
4962
4940
  "name": "T"
4963
4941
  }
4964
4942
  ],
@@ -4968,7 +4946,7 @@
4968
4946
  }
4969
4947
  },
4970
4948
  {
4971
- "id": 800,
4949
+ "id": 797,
4972
4950
  "name": "desc",
4973
4951
  "kind": 1024,
4974
4952
  "kindString": "Property",
@@ -5013,7 +4991,7 @@
5013
4991
  ],
5014
4992
  "props": [
5015
4993
  {
5016
- "id": 735,
4994
+ "id": 732,
5017
4995
  "name": "delay",
5018
4996
  "kind": 1024,
5019
4997
  "kindString": "Property",
@@ -5029,7 +5007,7 @@
5029
5007
  }
5030
5008
  },
5031
5009
  {
5032
- "id": 736,
5010
+ "id": 733,
5033
5011
  "name": "label",
5034
5012
  "kind": 1024,
5035
5013
  "kindString": "Property",
@@ -5056,7 +5034,7 @@
5056
5034
  ],
5057
5035
  "props": [
5058
5036
  {
5059
- "id": 976,
5037
+ "id": 973,
5060
5038
  "name": "id",
5061
5039
  "kind": 1024,
5062
5040
  "kindString": "Property",
@@ -5078,7 +5056,7 @@
5078
5056
  ],
5079
5057
  "props": [
5080
5058
  {
5081
- "id": 973,
5059
+ "id": 970,
5082
5060
  "name": "disabled",
5083
5061
  "kind": 1024,
5084
5062
  "kindString": "Property",
@@ -5094,7 +5072,7 @@
5094
5072
  }
5095
5073
  },
5096
5074
  {
5097
- "id": 972,
5075
+ "id": 969,
5098
5076
  "name": "id",
5099
5077
  "kind": 1024,
5100
5078
  "kindString": "Property",
@@ -5112,7 +5090,7 @@
5112
5090
  "TableCell": {
5113
5091
  "props": [
5114
5092
  {
5115
- "id": 805,
5093
+ "id": 802,
5116
5094
  "name": "accessor",
5117
5095
  "kind": 1024,
5118
5096
  "kindString": "Property",
@@ -5123,7 +5101,7 @@
5123
5101
  }
5124
5102
  },
5125
5103
  {
5126
- "id": 806,
5104
+ "id": 803,
5127
5105
  "name": "row",
5128
5106
  "kind": 1024,
5129
5107
  "kindString": "Property",
@@ -5133,11 +5111,11 @@
5133
5111
  },
5134
5112
  "type": {
5135
5113
  "type": "reference",
5136
- "id": 879,
5114
+ "id": 876,
5137
5115
  "typeArguments": [
5138
5116
  {
5139
5117
  "type": "reference",
5140
- "id": 808,
5118
+ "id": 805,
5141
5119
  "name": "TRow"
5142
5120
  }
5143
5121
  ],
@@ -5145,7 +5123,7 @@
5145
5123
  }
5146
5124
  },
5147
5125
  {
5148
- "id": 807,
5126
+ "id": 804,
5149
5127
  "name": "value",
5150
5128
  "kind": 1024,
5151
5129
  "kindString": "Property",
@@ -5163,7 +5141,7 @@
5163
5141
  "TableColumnProps": {
5164
5142
  "props": [
5165
5143
  {
5166
- "id": 811,
5144
+ "id": 808,
5167
5145
  "name": "accessor",
5168
5146
  "kind": 1024,
5169
5147
  "kindString": "Property",
@@ -5177,7 +5155,7 @@
5177
5155
  }
5178
5156
  },
5179
5157
  {
5180
- "id": 812,
5158
+ "id": 809,
5181
5159
  "name": "align",
5182
5160
  "kind": 1024,
5183
5161
  "kindString": "Property",
@@ -5206,7 +5184,7 @@
5206
5184
  }
5207
5185
  },
5208
5186
  {
5209
- "id": 813,
5187
+ "id": 810,
5210
5188
  "name": "className",
5211
5189
  "kind": 1024,
5212
5190
  "kindString": "Property",
@@ -5222,7 +5200,7 @@
5222
5200
  }
5223
5201
  },
5224
5202
  {
5225
- "id": 817,
5203
+ "id": 814,
5226
5204
  "name": "disableSorting",
5227
5205
  "kind": 1024,
5228
5206
  "kindString": "Property",
@@ -5238,7 +5216,7 @@
5238
5216
  }
5239
5217
  },
5240
5218
  {
5241
- "id": 821,
5219
+ "id": 818,
5242
5220
  "name": "flex",
5243
5221
  "kind": 1024,
5244
5222
  "kindString": "Property",
@@ -5258,28 +5236,28 @@
5258
5236
  {
5259
5237
  "type": "reflection",
5260
5238
  "declaration": {
5261
- "id": 822,
5239
+ "id": 819,
5262
5240
  "name": "__type",
5263
5241
  "kind": 65536,
5264
5242
  "kindString": "Type literal",
5265
5243
  "flags": {},
5266
5244
  "signatures": [
5267
5245
  {
5268
- "id": 823,
5246
+ "id": 820,
5269
5247
  "name": "__type",
5270
5248
  "kind": 4096,
5271
5249
  "kindString": "Call signature",
5272
5250
  "flags": {},
5273
5251
  "parameters": [
5274
5252
  {
5275
- "id": 824,
5253
+ "id": 821,
5276
5254
  "name": "row",
5277
5255
  "kind": 32768,
5278
5256
  "kindString": "Parameter",
5279
5257
  "flags": {},
5280
5258
  "type": {
5281
5259
  "type": "reference",
5282
- "id": 831,
5260
+ "id": 828,
5283
5261
  "name": "TRow"
5284
5262
  }
5285
5263
  }
@@ -5296,7 +5274,7 @@
5296
5274
  }
5297
5275
  },
5298
5276
  {
5299
- "id": 825,
5277
+ "id": 822,
5300
5278
  "name": "headRenderer",
5301
5279
  "kind": 1024,
5302
5280
  "kindString": "Property",
@@ -5314,7 +5292,7 @@
5314
5292
  }
5315
5293
  },
5316
5294
  {
5317
- "id": 826,
5295
+ "id": 823,
5318
5296
  "name": "hidden",
5319
5297
  "kind": 1024,
5320
5298
  "kindString": "Property",
@@ -5330,7 +5308,7 @@
5330
5308
  }
5331
5309
  },
5332
5310
  {
5333
- "id": 827,
5311
+ "id": 824,
5334
5312
  "name": "hiddenOnSubRows",
5335
5313
  "kind": 1024,
5336
5314
  "kindString": "Property",
@@ -5346,7 +5324,7 @@
5346
5324
  }
5347
5325
  },
5348
5326
  {
5349
- "id": 828,
5327
+ "id": 825,
5350
5328
  "name": "sort",
5351
5329
  "kind": 1024,
5352
5330
  "kindString": "Property",
@@ -5358,12 +5336,12 @@
5358
5336
  },
5359
5337
  "type": {
5360
5338
  "type": "reference",
5361
- "id": 790,
5339
+ "id": 787,
5362
5340
  "name": "SortDirection"
5363
5341
  }
5364
5342
  },
5365
5343
  {
5366
- "id": 829,
5344
+ "id": 826,
5367
5345
  "name": "sortType",
5368
5346
  "kind": 1024,
5369
5347
  "kindString": "Property",
@@ -5375,12 +5353,12 @@
5375
5353
  },
5376
5354
  "type": {
5377
5355
  "type": "reference",
5378
- "id": 802,
5356
+ "id": 799,
5379
5357
  "name": "SortTypes"
5380
5358
  }
5381
5359
  },
5382
5360
  {
5383
- "id": 830,
5361
+ "id": 827,
5384
5362
  "name": "style",
5385
5363
  "kind": 1024,
5386
5364
  "kindString": "Property",
@@ -5396,7 +5374,7 @@
5396
5374
  }
5397
5375
  },
5398
5376
  {
5399
- "id": 814,
5377
+ "id": 811,
5400
5378
  "name": "cellRenderer",
5401
5379
  "kind": 2048,
5402
5380
  "kindString": "Method",
@@ -5405,7 +5383,7 @@
5405
5383
  },
5406
5384
  "signatures": [
5407
5385
  {
5408
- "id": 815,
5386
+ "id": 812,
5409
5387
  "name": "cellRenderer",
5410
5388
  "kind": 4096,
5411
5389
  "kindString": "Call signature",
@@ -5415,18 +5393,18 @@
5415
5393
  },
5416
5394
  "parameters": [
5417
5395
  {
5418
- "id": 816,
5396
+ "id": 813,
5419
5397
  "name": "cellProps",
5420
5398
  "kind": 32768,
5421
5399
  "kindString": "Parameter",
5422
5400
  "flags": {},
5423
5401
  "type": {
5424
5402
  "type": "reference",
5425
- "id": 803,
5403
+ "id": 800,
5426
5404
  "typeArguments": [
5427
5405
  {
5428
5406
  "type": "reference",
5429
- "id": 831,
5407
+ "id": 828,
5430
5408
  "name": "TRow"
5431
5409
  }
5432
5410
  ],
@@ -5444,7 +5422,7 @@
5444
5422
  ]
5445
5423
  },
5446
5424
  {
5447
- "id": 818,
5425
+ "id": 815,
5448
5426
  "name": "editRenderer",
5449
5427
  "kind": 2048,
5450
5428
  "kindString": "Method",
@@ -5453,25 +5431,25 @@
5453
5431
  },
5454
5432
  "signatures": [
5455
5433
  {
5456
- "id": 819,
5434
+ "id": 816,
5457
5435
  "name": "editRenderer",
5458
5436
  "kind": 4096,
5459
5437
  "kindString": "Call signature",
5460
5438
  "flags": {},
5461
5439
  "parameters": [
5462
5440
  {
5463
- "id": 820,
5441
+ "id": 817,
5464
5442
  "name": "cellProps",
5465
5443
  "kind": 32768,
5466
5444
  "kindString": "Parameter",
5467
5445
  "flags": {},
5468
5446
  "type": {
5469
5447
  "type": "reference",
5470
- "id": 803,
5448
+ "id": 800,
5471
5449
  "typeArguments": [
5472
5450
  {
5473
5451
  "type": "reference",
5474
- "id": 831,
5452
+ "id": 828,
5475
5453
  "name": "TRow"
5476
5454
  }
5477
5455
  ],
@@ -5493,7 +5471,7 @@
5493
5471
  "TableGroupProps": {
5494
5472
  "props": [
5495
5473
  {
5496
- "id": 834,
5474
+ "id": 831,
5497
5475
  "name": "children",
5498
5476
  "kind": 1024,
5499
5477
  "kindString": "Property",
@@ -5509,11 +5487,11 @@
5509
5487
  "typeArguments": [
5510
5488
  {
5511
5489
  "type": "reference",
5512
- "id": 809,
5490
+ "id": 806,
5513
5491
  "typeArguments": [
5514
5492
  {
5515
5493
  "type": "reference",
5516
- "id": 837,
5494
+ "id": 834,
5517
5495
  "name": "TRow"
5518
5496
  }
5519
5497
  ],
@@ -5531,11 +5509,11 @@
5531
5509
  "typeArguments": [
5532
5510
  {
5533
5511
  "type": "reference",
5534
- "id": 809,
5512
+ "id": 806,
5535
5513
  "typeArguments": [
5536
5514
  {
5537
5515
  "type": "reference",
5538
- "id": 837,
5516
+ "id": 834,
5539
5517
  "name": "TRow"
5540
5518
  }
5541
5519
  ],
@@ -5551,7 +5529,7 @@
5551
5529
  }
5552
5530
  },
5553
5531
  {
5554
- "id": 835,
5532
+ "id": 832,
5555
5533
  "name": "hidden",
5556
5534
  "kind": 1024,
5557
5535
  "kindString": "Property",
@@ -5567,7 +5545,7 @@
5567
5545
  }
5568
5546
  },
5569
5547
  {
5570
- "id": 836,
5548
+ "id": 833,
5571
5549
  "name": "title",
5572
5550
  "kind": 1024,
5573
5551
  "kindString": "Property",
@@ -5588,7 +5566,7 @@
5588
5566
  ],
5589
5567
  "props": [
5590
5568
  {
5591
- "id": 873,
5569
+ "id": 870,
5592
5570
  "name": "actions",
5593
5571
  "kind": 1024,
5594
5572
  "kindString": "Property",
@@ -5602,11 +5580,11 @@
5602
5580
  "type": "array",
5603
5581
  "elementType": {
5604
5582
  "type": "reference",
5605
- "id": 786,
5583
+ "id": 783,
5606
5584
  "typeArguments": [
5607
5585
  {
5608
5586
  "type": "reference",
5609
- "id": 878,
5587
+ "id": 875,
5610
5588
  "name": "TRow"
5611
5589
  }
5612
5590
  ],
@@ -5615,7 +5593,7 @@
5615
5593
  }
5616
5594
  },
5617
5595
  {
5618
- "id": 840,
5596
+ "id": 837,
5619
5597
  "name": "autoFocus",
5620
5598
  "kind": 1024,
5621
5599
  "kindString": "Property",
@@ -5631,7 +5609,7 @@
5631
5609
  }
5632
5610
  },
5633
5611
  {
5634
- "id": 841,
5612
+ "id": 838,
5635
5613
  "name": "children",
5636
5614
  "kind": 1024,
5637
5615
  "kindString": "Property",
@@ -5644,7 +5622,7 @@
5644
5622
  "typeArguments": [
5645
5623
  {
5646
5624
  "type": "reference",
5647
- "id": 878,
5625
+ "id": 875,
5648
5626
  "name": "TRow"
5649
5627
  }
5650
5628
  ],
@@ -5652,7 +5630,7 @@
5652
5630
  }
5653
5631
  },
5654
5632
  {
5655
- "id": 843,
5633
+ "id": 840,
5656
5634
  "name": "dangerouslyHijackGlobalKeyboardNavigation",
5657
5635
  "kind": 1024,
5658
5636
  "kindString": "Property",
@@ -5668,7 +5646,7 @@
5668
5646
  }
5669
5647
  },
5670
5648
  {
5671
- "id": 842,
5649
+ "id": 839,
5672
5650
  "name": "data",
5673
5651
  "kind": 1024,
5674
5652
  "kindString": "Property",
@@ -5680,11 +5658,11 @@
5680
5658
  "type": "array",
5681
5659
  "elementType": {
5682
5660
  "type": "reference",
5683
- "id": 746,
5661
+ "id": 743,
5684
5662
  "typeArguments": [
5685
5663
  {
5686
5664
  "type": "reference",
5687
- "id": 878,
5665
+ "id": 875,
5688
5666
  "name": "TRow"
5689
5667
  }
5690
5668
  ],
@@ -5693,7 +5671,7 @@
5693
5671
  }
5694
5672
  },
5695
5673
  {
5696
- "id": 862,
5674
+ "id": 859,
5697
5675
  "name": "disablePagination",
5698
5676
  "kind": 1024,
5699
5677
  "kindString": "Property",
@@ -5706,7 +5684,7 @@
5706
5684
  }
5707
5685
  },
5708
5686
  {
5709
- "id": 858,
5687
+ "id": 855,
5710
5688
  "name": "disableSorting",
5711
5689
  "kind": 1024,
5712
5690
  "kindString": "Property",
@@ -5722,7 +5700,7 @@
5722
5700
  }
5723
5701
  },
5724
5702
  {
5725
- "id": 871,
5703
+ "id": 868,
5726
5704
  "name": "inlineEditingUniqueId",
5727
5705
  "kind": 1024,
5728
5706
  "kindString": "Property",
@@ -5737,13 +5715,13 @@
5737
5715
  "operator": "keyof",
5738
5716
  "target": {
5739
5717
  "type": "reference",
5740
- "id": 878,
5718
+ "id": 875,
5741
5719
  "name": "TRow"
5742
5720
  }
5743
5721
  }
5744
5722
  },
5745
5723
  {
5746
- "id": 863,
5724
+ "id": 860,
5747
5725
  "name": "length",
5748
5726
  "kind": 1024,
5749
5727
  "kindString": "Property",
@@ -5756,7 +5734,7 @@
5756
5734
  }
5757
5735
  },
5758
5736
  {
5759
- "id": 860,
5737
+ "id": 857,
5760
5738
  "name": "manualSorting",
5761
5739
  "kind": 1024,
5762
5740
  "kindString": "Property",
@@ -5772,7 +5750,7 @@
5772
5750
  }
5773
5751
  },
5774
5752
  {
5775
- "id": 864,
5753
+ "id": 861,
5776
5754
  "name": "onPaginate",
5777
5755
  "kind": 1024,
5778
5756
  "kindString": "Property",
@@ -5784,12 +5762,12 @@
5784
5762
  },
5785
5763
  "type": {
5786
5764
  "type": "reference",
5787
- "id": 741,
5765
+ "id": 738,
5788
5766
  "name": "PaginationHandler"
5789
5767
  }
5790
5768
  },
5791
5769
  {
5792
- "id": 877,
5770
+ "id": 874,
5793
5771
  "name": "onRowActive",
5794
5772
  "kind": 1024,
5795
5773
  "kindString": "Property",
@@ -5804,7 +5782,7 @@
5804
5782
  "typeArguments": [
5805
5783
  {
5806
5784
  "type": "reference",
5807
- "id": 878,
5785
+ "id": 875,
5808
5786
  "name": "TRow"
5809
5787
  }
5810
5788
  ],
@@ -5812,7 +5790,7 @@
5812
5790
  }
5813
5791
  },
5814
5792
  {
5815
- "id": 846,
5793
+ "id": 843,
5816
5794
  "name": "onRowClick",
5817
5795
  "kind": 1024,
5818
5796
  "kindString": "Property",
@@ -5824,11 +5802,11 @@
5824
5802
  },
5825
5803
  "type": {
5826
5804
  "type": "reference",
5827
- "id": 752,
5805
+ "id": 749,
5828
5806
  "typeArguments": [
5829
5807
  {
5830
5808
  "type": "reference",
5831
- "id": 878,
5809
+ "id": 875,
5832
5810
  "name": "TRow"
5833
5811
  }
5834
5812
  ],
@@ -5836,7 +5814,7 @@
5836
5814
  }
5837
5815
  },
5838
5816
  {
5839
- "id": 875,
5817
+ "id": 872,
5840
5818
  "name": "onRowCopy",
5841
5819
  "kind": 1024,
5842
5820
  "kindString": "Property",
@@ -5848,11 +5826,11 @@
5848
5826
  },
5849
5827
  "type": {
5850
5828
  "type": "reference",
5851
- "id": 774,
5829
+ "id": 771,
5852
5830
  "typeArguments": [
5853
5831
  {
5854
5832
  "type": "reference",
5855
- "id": 878,
5833
+ "id": 875,
5856
5834
  "name": "TRow"
5857
5835
  }
5858
5836
  ],
@@ -5860,7 +5838,7 @@
5860
5838
  }
5861
5839
  },
5862
5840
  {
5863
- "id": 872,
5841
+ "id": 869,
5864
5842
  "name": "onRowCreate",
5865
5843
  "kind": 1024,
5866
5844
  "kindString": "Property",
@@ -5872,11 +5850,11 @@
5872
5850
  },
5873
5851
  "type": {
5874
5852
  "type": "reference",
5875
- "id": 768,
5853
+ "id": 765,
5876
5854
  "typeArguments": [
5877
5855
  {
5878
5856
  "type": "reference",
5879
- "id": 878,
5857
+ "id": 875,
5880
5858
  "name": "TRow"
5881
5859
  }
5882
5860
  ],
@@ -5884,7 +5862,7 @@
5884
5862
  }
5885
5863
  },
5886
5864
  {
5887
- "id": 876,
5865
+ "id": 873,
5888
5866
  "name": "onRowDelete",
5889
5867
  "kind": 1024,
5890
5868
  "kindString": "Property",
@@ -5896,11 +5874,11 @@
5896
5874
  },
5897
5875
  "type": {
5898
5876
  "type": "reference",
5899
- "id": 780,
5877
+ "id": 777,
5900
5878
  "typeArguments": [
5901
5879
  {
5902
5880
  "type": "reference",
5903
- "id": 878,
5881
+ "id": 875,
5904
5882
  "name": "TRow"
5905
5883
  }
5906
5884
  ],
@@ -5908,7 +5886,7 @@
5908
5886
  }
5909
5887
  },
5910
5888
  {
5911
- "id": 847,
5889
+ "id": 844,
5912
5890
  "name": "onRowDrag",
5913
5891
  "kind": 1024,
5914
5892
  "kindString": "Property",
@@ -5920,11 +5898,11 @@
5920
5898
  },
5921
5899
  "type": {
5922
5900
  "type": "reference",
5923
- "id": 758,
5901
+ "id": 755,
5924
5902
  "typeArguments": [
5925
5903
  {
5926
5904
  "type": "reference",
5927
- "id": 878,
5905
+ "id": 875,
5928
5906
  "name": "TRow"
5929
5907
  }
5930
5908
  ],
@@ -5932,7 +5910,7 @@
5932
5910
  }
5933
5911
  },
5934
5912
  {
5935
- "id": 874,
5913
+ "id": 871,
5936
5914
  "name": "onRowEdit",
5937
5915
  "kind": 1024,
5938
5916
  "kindString": "Property",
@@ -5947,7 +5925,7 @@
5947
5925
  "typeArguments": [
5948
5926
  {
5949
5927
  "type": "reference",
5950
- "id": 878,
5928
+ "id": 875,
5951
5929
  "name": "TRow"
5952
5930
  }
5953
5931
  ],
@@ -5955,7 +5933,7 @@
5955
5933
  }
5956
5934
  },
5957
5935
  {
5958
- "id": 848,
5936
+ "id": 845,
5959
5937
  "name": "onSelectedRows",
5960
5938
  "kind": 1024,
5961
5939
  "kindString": "Property",
@@ -5967,12 +5945,12 @@
5967
5945
  },
5968
5946
  "type": {
5969
5947
  "type": "reference",
5970
- "id": 788,
5948
+ "id": 785,
5971
5949
  "name": "SelectedRowsHandler"
5972
5950
  }
5973
5951
  },
5974
5952
  {
5975
- "id": 859,
5953
+ "id": 856,
5976
5954
  "name": "onSort",
5977
5955
  "kind": 1024,
5978
5956
  "kindString": "Property",
@@ -5984,11 +5962,11 @@
5984
5962
  },
5985
5963
  "type": {
5986
5964
  "type": "reference",
5987
- "id": 791,
5965
+ "id": 788,
5988
5966
  "typeArguments": [
5989
5967
  {
5990
5968
  "type": "reference",
5991
- "id": 878,
5969
+ "id": 875,
5992
5970
  "name": "TRow"
5993
5971
  }
5994
5972
  ],
@@ -5996,7 +5974,7 @@
5996
5974
  }
5997
5975
  },
5998
5976
  {
5999
- "id": 865,
5977
+ "id": 862,
6000
5978
  "name": "pageIndex",
6001
5979
  "kind": 1024,
6002
5980
  "kindString": "Property",
@@ -6012,7 +5990,7 @@
6012
5990
  }
6013
5991
  },
6014
5992
  {
6015
- "id": 866,
5993
+ "id": 863,
6016
5994
  "name": "pageSize",
6017
5995
  "kind": 1024,
6018
5996
  "kindString": "Property",
@@ -6028,7 +6006,7 @@
6028
6006
  }
6029
6007
  },
6030
6008
  {
6031
- "id": 849,
6009
+ "id": 846,
6032
6010
  "name": "rowClassName",
6033
6011
  "kind": 1024,
6034
6012
  "kindString": "Property",
@@ -6048,32 +6026,32 @@
6048
6026
  {
6049
6027
  "type": "reflection",
6050
6028
  "declaration": {
6051
- "id": 850,
6029
+ "id": 847,
6052
6030
  "name": "__type",
6053
6031
  "kind": 65536,
6054
6032
  "kindString": "Type literal",
6055
6033
  "flags": {},
6056
6034
  "signatures": [
6057
6035
  {
6058
- "id": 851,
6036
+ "id": 848,
6059
6037
  "name": "__type",
6060
6038
  "kind": 4096,
6061
6039
  "kindString": "Call signature",
6062
6040
  "flags": {},
6063
6041
  "parameters": [
6064
6042
  {
6065
- "id": 852,
6043
+ "id": 849,
6066
6044
  "name": "row",
6067
6045
  "kind": 32768,
6068
6046
  "kindString": "Parameter",
6069
6047
  "flags": {},
6070
6048
  "type": {
6071
6049
  "type": "reference",
6072
- "id": 879,
6050
+ "id": 876,
6073
6051
  "typeArguments": [
6074
6052
  {
6075
6053
  "type": "reference",
6076
- "id": 878,
6054
+ "id": 875,
6077
6055
  "name": "TRow"
6078
6056
  }
6079
6057
  ],
@@ -6102,7 +6080,7 @@
6102
6080
  }
6103
6081
  },
6104
6082
  {
6105
- "id": 856,
6083
+ "id": 853,
6106
6084
  "name": "rowHeight",
6107
6085
  "kind": 1024,
6108
6086
  "kindString": "Property",
@@ -6118,7 +6096,7 @@
6118
6096
  }
6119
6097
  },
6120
6098
  {
6121
- "id": 857,
6099
+ "id": 854,
6122
6100
  "name": "selectedRows",
6123
6101
  "kind": 1024,
6124
6102
  "kindString": "Property",
@@ -6130,12 +6108,12 @@
6130
6108
  },
6131
6109
  "type": {
6132
6110
  "type": "reference",
6133
- "id": 789,
6111
+ "id": 786,
6134
6112
  "name": "SelectedRowsState"
6135
6113
  }
6136
6114
  },
6137
6115
  {
6138
- "id": 861,
6116
+ "id": 858,
6139
6117
  "name": "sortRules",
6140
6118
  "kind": 1024,
6141
6119
  "kindString": "Property",
@@ -6149,11 +6127,11 @@
6149
6127
  "type": "array",
6150
6128
  "elementType": {
6151
6129
  "type": "reference",
6152
- "id": 797,
6130
+ "id": 794,
6153
6131
  "typeArguments": [
6154
6132
  {
6155
6133
  "type": "reference",
6156
- "id": 878,
6134
+ "id": 875,
6157
6135
  "name": "TRow"
6158
6136
  }
6159
6137
  ],
@@ -6162,7 +6140,7 @@
6162
6140
  }
6163
6141
  },
6164
6142
  {
6165
- "id": 844,
6143
+ "id": 841,
6166
6144
  "name": "emptyStateRenderer",
6167
6145
  "kind": 2048,
6168
6146
  "kindString": "Method",
@@ -6171,7 +6149,7 @@
6171
6149
  },
6172
6150
  "signatures": [
6173
6151
  {
6174
- "id": 845,
6152
+ "id": 842,
6175
6153
  "name": "emptyStateRenderer",
6176
6154
  "kind": 4096,
6177
6155
  "kindString": "Call signature",
@@ -6189,7 +6167,7 @@
6189
6167
  ]
6190
6168
  },
6191
6169
  {
6192
- "id": 867,
6170
+ "id": 864,
6193
6171
  "name": "loadMore",
6194
6172
  "kind": 2048,
6195
6173
  "kindString": "Method",
@@ -6198,7 +6176,7 @@
6198
6176
  },
6199
6177
  "signatures": [
6200
6178
  {
6201
- "id": 868,
6179
+ "id": 865,
6202
6180
  "name": "loadMore",
6203
6181
  "kind": 4096,
6204
6182
  "kindString": "Call signature",
@@ -6208,7 +6186,7 @@
6208
6186
  },
6209
6187
  "parameters": [
6210
6188
  {
6211
- "id": 869,
6189
+ "id": 866,
6212
6190
  "name": "startIndex",
6213
6191
  "kind": 32768,
6214
6192
  "kindString": "Parameter",
@@ -6219,7 +6197,7 @@
6219
6197
  }
6220
6198
  },
6221
6199
  {
6222
- "id": 870,
6200
+ "id": 867,
6223
6201
  "name": "endIndex",
6224
6202
  "kind": 32768,
6225
6203
  "kindString": "Parameter",
@@ -6238,7 +6216,7 @@
6238
6216
  ]
6239
6217
  },
6240
6218
  {
6241
- "id": 853,
6219
+ "id": 850,
6242
6220
  "name": "rowExpansionRenderer",
6243
6221
  "kind": 2048,
6244
6222
  "kindString": "Method",
@@ -6247,7 +6225,7 @@
6247
6225
  },
6248
6226
  "signatures": [
6249
6227
  {
6250
- "id": 854,
6228
+ "id": 851,
6251
6229
  "name": "rowExpansionRenderer",
6252
6230
  "kind": 4096,
6253
6231
  "kindString": "Call signature",
@@ -6257,18 +6235,18 @@
6257
6235
  },
6258
6236
  "parameters": [
6259
6237
  {
6260
- "id": 855,
6238
+ "id": 852,
6261
6239
  "name": "row",
6262
6240
  "kind": 32768,
6263
6241
  "kindString": "Parameter",
6264
6242
  "flags": {},
6265
6243
  "type": {
6266
6244
  "type": "reference",
6267
- "id": 879,
6245
+ "id": 876,
6268
6246
  "typeArguments": [
6269
6247
  {
6270
6248
  "type": "reference",
6271
- "id": 878,
6249
+ "id": 875,
6272
6250
  "name": "TRow"
6273
6251
  }
6274
6252
  ],
@@ -6293,7 +6271,7 @@
6293
6271
  ],
6294
6272
  "props": [
6295
6273
  {
6296
- "id": 894,
6274
+ "id": 891,
6297
6275
  "name": "instance",
6298
6276
  "kind": 1024,
6299
6277
  "kindString": "Property",
@@ -6301,14 +6279,14 @@
6301
6279
  "type": {
6302
6280
  "type": "reflection",
6303
6281
  "declaration": {
6304
- "id": 895,
6282
+ "id": 892,
6305
6283
  "name": "__type",
6306
6284
  "kind": 65536,
6307
6285
  "kindString": "Type literal",
6308
6286
  "flags": {},
6309
6287
  "children": [
6310
6288
  {
6311
- "id": 901,
6289
+ "id": 898,
6312
6290
  "name": "resetRowEditing",
6313
6291
  "kind": 1024,
6314
6292
  "kindString": "Property",
@@ -6319,7 +6297,7 @@
6319
6297
  }
6320
6298
  },
6321
6299
  {
6322
- "id": 896,
6300
+ "id": 893,
6323
6301
  "name": "toggleAllRowsExpanded",
6324
6302
  "kind": 1024,
6325
6303
  "kindString": "Property",
@@ -6330,7 +6308,7 @@
6330
6308
  }
6331
6309
  },
6332
6310
  {
6333
- "id": 899,
6311
+ "id": 896,
6334
6312
  "name": "toggleEditing",
6335
6313
  "kind": 1024,
6336
6314
  "kindString": "Property",
@@ -6341,7 +6319,7 @@
6341
6319
  }
6342
6320
  },
6343
6321
  {
6344
- "id": 897,
6322
+ "id": 894,
6345
6323
  "name": "toggleHideAllColumns",
6346
6324
  "kind": 1024,
6347
6325
  "kindString": "Property",
@@ -6352,7 +6330,7 @@
6352
6330
  }
6353
6331
  },
6354
6332
  {
6355
- "id": 898,
6333
+ "id": 895,
6356
6334
  "name": "toggleHideColumn",
6357
6335
  "kind": 1024,
6358
6336
  "kindString": "Property",
@@ -6363,7 +6341,7 @@
6363
6341
  }
6364
6342
  },
6365
6343
  {
6366
- "id": 900,
6344
+ "id": 897,
6367
6345
  "name": "toggleRowEditing",
6368
6346
  "kind": 1024,
6369
6347
  "kindString": "Property",
@@ -6374,7 +6352,7 @@
6374
6352
  }
6375
6353
  },
6376
6354
  {
6377
- "id": 902,
6355
+ "id": 899,
6378
6356
  "name": "toggleRowExpanded",
6379
6357
  "kind": 1024,
6380
6358
  "kindString": "Property",
@@ -6385,7 +6363,7 @@
6385
6363
  }
6386
6364
  },
6387
6365
  {
6388
- "id": 903,
6366
+ "id": 900,
6389
6367
  "name": "toggleSortBy",
6390
6368
  "kind": 1024,
6391
6369
  "kindString": "Property",
@@ -6401,14 +6379,14 @@
6401
6379
  "title": "Properties",
6402
6380
  "kind": 1024,
6403
6381
  "children": [
6404
- 901,
6382
+ 898,
6383
+ 893,
6405
6384
  896,
6406
- 899,
6385
+ 894,
6386
+ 895,
6407
6387
  897,
6408
- 898,
6409
- 900,
6410
- 902,
6411
- 903
6388
+ 899,
6389
+ 900
6412
6390
  ]
6413
6391
  }
6414
6392
  ]
@@ -6420,7 +6398,7 @@
6420
6398
  "TableRow": {
6421
6399
  "props": [
6422
6400
  {
6423
- "id": 883,
6401
+ "id": 880,
6424
6402
  "name": "depth",
6425
6403
  "kind": 1024,
6426
6404
  "kindString": "Property",
@@ -6433,7 +6411,7 @@
6433
6411
  }
6434
6412
  },
6435
6413
  {
6436
- "id": 881,
6414
+ "id": 878,
6437
6415
  "name": "index",
6438
6416
  "kind": 1024,
6439
6417
  "kindString": "Property",
@@ -6447,7 +6425,7 @@
6447
6425
  }
6448
6426
  },
6449
6427
  {
6450
- "id": 882,
6428
+ "id": 879,
6451
6429
  "name": "indexPath",
6452
6430
  "kind": 1024,
6453
6431
  "kindString": "Property",
@@ -6461,7 +6439,7 @@
6461
6439
  }
6462
6440
  },
6463
6441
  {
6464
- "id": 888,
6442
+ "id": 885,
6465
6443
  "name": "isEditing",
6466
6444
  "kind": 1024,
6467
6445
  "kindString": "Property",
@@ -6474,7 +6452,7 @@
6474
6452
  }
6475
6453
  },
6476
6454
  {
6477
- "id": 884,
6455
+ "id": 881,
6478
6456
  "name": "isExpanded",
6479
6457
  "kind": 1024,
6480
6458
  "kindString": "Property",
@@ -6490,7 +6468,7 @@
6490
6468
  }
6491
6469
  },
6492
6470
  {
6493
- "id": 887,
6471
+ "id": 884,
6494
6472
  "name": "values",
6495
6473
  "kind": 1024,
6496
6474
  "kindString": "Property",
@@ -6500,11 +6478,11 @@
6500
6478
  },
6501
6479
  "type": {
6502
6480
  "type": "reference",
6503
- "id": 746,
6481
+ "id": 743,
6504
6482
  "typeArguments": [
6505
6483
  {
6506
6484
  "type": "reference",
6507
- "id": 891,
6485
+ "id": 888,
6508
6486
  "name": "TRow"
6509
6487
  }
6510
6488
  ],
@@ -6512,7 +6490,7 @@
6512
6490
  }
6513
6491
  },
6514
6492
  {
6515
- "id": 889,
6493
+ "id": 886,
6516
6494
  "name": "toggleRowEditing",
6517
6495
  "kind": 2048,
6518
6496
  "kindString": "Method",
@@ -6521,7 +6499,7 @@
6521
6499
  },
6522
6500
  "signatures": [
6523
6501
  {
6524
- "id": 890,
6502
+ "id": 887,
6525
6503
  "name": "toggleRowEditing",
6526
6504
  "kind": 4096,
6527
6505
  "kindString": "Call signature",
@@ -6534,7 +6512,7 @@
6534
6512
  ]
6535
6513
  },
6536
6514
  {
6537
- "id": 885,
6515
+ "id": 882,
6538
6516
  "name": "toggleRowExpanded",
6539
6517
  "kind": 2048,
6540
6518
  "kindString": "Method",
@@ -6543,7 +6521,7 @@
6543
6521
  },
6544
6522
  "signatures": [
6545
6523
  {
6546
- "id": 886,
6524
+ "id": 883,
6547
6525
  "name": "toggleRowExpanded",
6548
6526
  "kind": 4096,
6549
6527
  "kindString": "Call signature",
@@ -6563,7 +6541,7 @@
6563
6541
  "TableTexts": {
6564
6542
  "props": [
6565
6543
  {
6566
- "id": 906,
6544
+ "id": 903,
6567
6545
  "name": "actions",
6568
6546
  "kind": 1024,
6569
6547
  "kindString": "Property",
@@ -6574,7 +6552,7 @@
6574
6552
  }
6575
6553
  },
6576
6554
  {
6577
- "id": 908,
6555
+ "id": 905,
6578
6556
  "name": "copy",
6579
6557
  "kind": 1024,
6580
6558
  "kindString": "Property",
@@ -6585,7 +6563,7 @@
6585
6563
  }
6586
6564
  },
6587
6565
  {
6588
- "id": 909,
6566
+ "id": 906,
6589
6567
  "name": "del",
6590
6568
  "kind": 1024,
6591
6569
  "kindString": "Property",
@@ -6596,7 +6574,7 @@
6596
6574
  }
6597
6575
  },
6598
6576
  {
6599
- "id": 907,
6577
+ "id": 904,
6600
6578
  "name": "edit",
6601
6579
  "kind": 1024,
6602
6580
  "kindString": "Property",
@@ -6607,7 +6585,7 @@
6607
6585
  }
6608
6586
  },
6609
6587
  {
6610
- "id": 911,
6588
+ "id": 908,
6611
6589
  "name": "loading",
6612
6590
  "kind": 1024,
6613
6591
  "kindString": "Property",
@@ -6618,7 +6596,7 @@
6618
6596
  }
6619
6597
  },
6620
6598
  {
6621
- "id": 910,
6599
+ "id": 907,
6622
6600
  "name": "newSubRow",
6623
6601
  "kind": 1024,
6624
6602
  "kindString": "Property",
@@ -6636,7 +6614,7 @@
6636
6614
  ],
6637
6615
  "props": [
6638
6616
  {
6639
- "id": 964,
6617
+ "id": 961,
6640
6618
  "name": "children",
6641
6619
  "kind": 1024,
6642
6620
  "kindString": "Property",
@@ -6652,7 +6630,7 @@
6652
6630
  }
6653
6631
  },
6654
6632
  {
6655
- "id": 963,
6633
+ "id": 960,
6656
6634
  "name": "defaultId",
6657
6635
  "kind": 1024,
6658
6636
  "kindString": "Property",
@@ -6668,7 +6646,7 @@
6668
6646
  }
6669
6647
  },
6670
6648
  {
6671
- "id": 962,
6649
+ "id": 959,
6672
6650
  "name": "id",
6673
6651
  "kind": 1024,
6674
6652
  "kindString": "Property",
@@ -6684,7 +6662,7 @@
6684
6662
  }
6685
6663
  },
6686
6664
  {
6687
- "id": 965,
6665
+ "id": 962,
6688
6666
  "name": "orientation",
6689
6667
  "kind": 1024,
6690
6668
  "kindString": "Property",
@@ -6707,7 +6685,7 @@
6707
6685
  }
6708
6686
  },
6709
6687
  {
6710
- "id": 966,
6688
+ "id": 963,
6711
6689
  "name": "onChange",
6712
6690
  "kind": 2048,
6713
6691
  "kindString": "Method",
@@ -6716,7 +6694,7 @@
6716
6694
  },
6717
6695
  "signatures": [
6718
6696
  {
6719
- "id": 967,
6697
+ "id": 964,
6720
6698
  "name": "onChange",
6721
6699
  "kind": 4096,
6722
6700
  "kindString": "Call signature",
@@ -6726,7 +6704,7 @@
6726
6704
  },
6727
6705
  "parameters": [
6728
6706
  {
6729
- "id": 968,
6707
+ "id": 965,
6730
6708
  "name": "id",
6731
6709
  "kind": 32768,
6732
6710
  "kindString": "Parameter",
@@ -6749,7 +6727,7 @@
6749
6727
  "Taco": {
6750
6728
  "props": [
6751
6729
  {
6752
- "id": 604,
6730
+ "id": 601,
6753
6731
  "name": "localization",
6754
6732
  "kind": 1024,
6755
6733
  "kindString": "Property",
@@ -6759,7 +6737,7 @@
6759
6737
  },
6760
6738
  "type": {
6761
6739
  "type": "reference",
6762
- "id": 595,
6740
+ "id": 592,
6763
6741
  "name": "Localization"
6764
6742
  }
6765
6743
  }
@@ -6771,7 +6749,7 @@
6771
6749
  ],
6772
6750
  "props": [
6773
6751
  {
6774
- "id": 985,
6752
+ "id": 982,
6775
6753
  "name": "highlighted",
6776
6754
  "kind": 1024,
6777
6755
  "kindString": "Property",
@@ -6787,7 +6765,7 @@
6787
6765
  }
6788
6766
  },
6789
6767
  {
6790
- "id": 986,
6768
+ "id": 983,
6791
6769
  "name": "invalid",
6792
6770
  "kind": 1024,
6793
6771
  "kindString": "Property",
@@ -6800,7 +6778,7 @@
6800
6778
  }
6801
6779
  },
6802
6780
  {
6803
- "id": 987,
6781
+ "id": 984,
6804
6782
  "name": "value",
6805
6783
  "kind": 1024,
6806
6784
  "kindString": "Property",
@@ -6823,7 +6801,7 @@
6823
6801
  ],
6824
6802
  "props": [
6825
6803
  {
6826
- "id": 1027,
6804
+ "id": 1024,
6827
6805
  "name": "children",
6828
6806
  "kind": 1024,
6829
6807
  "kindString": "Property",
@@ -6848,7 +6826,7 @@
6848
6826
  }
6849
6827
  },
6850
6828
  {
6851
- "id": 1029,
6829
+ "id": 1026,
6852
6830
  "name": "placement",
6853
6831
  "kind": 1024,
6854
6832
  "kindString": "Property",
@@ -6887,7 +6865,7 @@
6887
6865
  }
6888
6866
  },
6889
6867
  {
6890
- "id": 1028,
6868
+ "id": 1025,
6891
6869
  "name": "title",
6892
6870
  "kind": 1024,
6893
6871
  "kindString": "Property",
@@ -6905,7 +6883,7 @@
6905
6883
  "TourProps": {
6906
6884
  "props": [
6907
6885
  {
6908
- "id": 1055,
6886
+ "id": 1052,
6909
6887
  "name": "autoStart",
6910
6888
  "kind": 1024,
6911
6889
  "kindString": "Property",
@@ -6921,7 +6899,7 @@
6921
6899
  }
6922
6900
  },
6923
6901
  {
6924
- "id": 1056,
6902
+ "id": 1053,
6925
6903
  "name": "children",
6926
6904
  "kind": 1024,
6927
6905
  "kindString": "Property",
@@ -6935,7 +6913,7 @@
6935
6913
  }
6936
6914
  },
6937
6915
  {
6938
- "id": 1057,
6916
+ "id": 1054,
6939
6917
  "name": "continuous",
6940
6918
  "kind": 1024,
6941
6919
  "kindString": "Property",
@@ -6951,7 +6929,7 @@
6951
6929
  }
6952
6930
  },
6953
6931
  {
6954
- "id": 1058,
6932
+ "id": 1055,
6955
6933
  "name": "disableCloseOnEsc",
6956
6934
  "kind": 1024,
6957
6935
  "kindString": "Property",
@@ -6967,7 +6945,7 @@
6967
6945
  }
6968
6946
  },
6969
6947
  {
6970
- "id": 1059,
6948
+ "id": 1056,
6971
6949
  "name": "disableOverlayClose",
6972
6950
  "kind": 1024,
6973
6951
  "kindString": "Property",
@@ -6983,7 +6961,7 @@
6983
6961
  }
6984
6962
  },
6985
6963
  {
6986
- "id": 1069,
6964
+ "id": 1066,
6987
6965
  "name": "disableScrollParentFix",
6988
6966
  "kind": 1024,
6989
6967
  "kindString": "Property",
@@ -6996,7 +6974,7 @@
6996
6974
  }
6997
6975
  },
6998
6976
  {
6999
- "id": 1060,
6977
+ "id": 1057,
7000
6978
  "name": "disableScrolling",
7001
6979
  "kind": 1024,
7002
6980
  "kindString": "Property",
@@ -7012,7 +6990,7 @@
7012
6990
  }
7013
6991
  },
7014
6992
  {
7015
- "id": 1064,
6993
+ "id": 1061,
7016
6994
  "name": "onComplete",
7017
6995
  "kind": 1024,
7018
6996
  "kindString": "Property",
@@ -7027,7 +7005,7 @@
7027
7005
  }
7028
7006
  },
7029
7007
  {
7030
- "id": 1068,
7008
+ "id": 1065,
7031
7009
  "name": "spotlightClicks",
7032
7010
  "kind": 1024,
7033
7011
  "kindString": "Property",
@@ -7040,7 +7018,7 @@
7040
7018
  }
7041
7019
  },
7042
7020
  {
7043
- "id": 1061,
7021
+ "id": 1058,
7044
7022
  "name": "onClose",
7045
7023
  "kind": 2048,
7046
7024
  "kindString": "Method",
@@ -7049,21 +7027,21 @@
7049
7027
  },
7050
7028
  "signatures": [
7051
7029
  {
7052
- "id": 1062,
7030
+ "id": 1059,
7053
7031
  "name": "onClose",
7054
7032
  "kind": 4096,
7055
7033
  "kindString": "Call signature",
7056
7034
  "flags": {},
7057
7035
  "parameters": [
7058
7036
  {
7059
- "id": 1063,
7037
+ "id": 1060,
7060
7038
  "name": "step",
7061
7039
  "kind": 32768,
7062
7040
  "kindString": "Parameter",
7063
7041
  "flags": {},
7064
7042
  "type": {
7065
7043
  "type": "reference",
7066
- "id": 1043,
7044
+ "id": 1040,
7067
7045
  "name": "TourStepProps"
7068
7046
  }
7069
7047
  }
@@ -7076,7 +7054,7 @@
7076
7054
  ]
7077
7055
  },
7078
7056
  {
7079
- "id": 1065,
7057
+ "id": 1062,
7080
7058
  "name": "onReady",
7081
7059
  "kind": 2048,
7082
7060
  "kindString": "Method",
@@ -7085,7 +7063,7 @@
7085
7063
  },
7086
7064
  "signatures": [
7087
7065
  {
7088
- "id": 1066,
7066
+ "id": 1063,
7089
7067
  "name": "onReady",
7090
7068
  "kind": 4096,
7091
7069
  "kindString": "Call signature",
@@ -7095,14 +7073,14 @@
7095
7073
  },
7096
7074
  "parameters": [
7097
7075
  {
7098
- "id": 1067,
7076
+ "id": 1064,
7099
7077
  "name": "step",
7100
7078
  "kind": 32768,
7101
7079
  "kindString": "Parameter",
7102
7080
  "flags": {},
7103
7081
  "type": {
7104
7082
  "type": "reference",
7105
- "id": 1043,
7083
+ "id": 1040,
7106
7084
  "name": "TourStepProps"
7107
7085
  }
7108
7086
  }
@@ -7119,7 +7097,7 @@
7119
7097
  "TourStepProps": {
7120
7098
  "props": [
7121
7099
  {
7122
- "id": 1045,
7100
+ "id": 1042,
7123
7101
  "name": "children",
7124
7102
  "kind": 1024,
7125
7103
  "kindString": "Property",
@@ -7135,7 +7113,7 @@
7135
7113
  }
7136
7114
  },
7137
7115
  {
7138
- "id": 1046,
7116
+ "id": 1043,
7139
7117
  "name": "position",
7140
7118
  "kind": 1024,
7141
7119
  "kindString": "Property",
@@ -7153,7 +7131,7 @@
7153
7131
  }
7154
7132
  },
7155
7133
  {
7156
- "id": 1047,
7134
+ "id": 1044,
7157
7135
  "name": "selector",
7158
7136
  "kind": 1024,
7159
7137
  "kindString": "Property",
@@ -7167,7 +7145,7 @@
7167
7145
  }
7168
7146
  },
7169
7147
  {
7170
- "id": 1048,
7148
+ "id": 1045,
7171
7149
  "name": "showBeacon",
7172
7150
  "kind": 1024,
7173
7151
  "kindString": "Property",
@@ -7183,7 +7161,7 @@
7183
7161
  }
7184
7162
  },
7185
7163
  {
7186
- "id": 1049,
7164
+ "id": 1046,
7187
7165
  "name": "title",
7188
7166
  "kind": 1024,
7189
7167
  "kindString": "Property",
@@ -7201,7 +7179,7 @@
7201
7179
  "TourTexts": {
7202
7180
  "props": [
7203
7181
  {
7204
- "id": 1037,
7182
+ "id": 1034,
7205
7183
  "name": "back",
7206
7184
  "kind": 1024,
7207
7185
  "kindString": "Property",
@@ -7215,7 +7193,7 @@
7215
7193
  }
7216
7194
  },
7217
7195
  {
7218
- "id": 1038,
7196
+ "id": 1035,
7219
7197
  "name": "close",
7220
7198
  "kind": 1024,
7221
7199
  "kindString": "Property",
@@ -7229,7 +7207,7 @@
7229
7207
  }
7230
7208
  },
7231
7209
  {
7232
- "id": 1040,
7210
+ "id": 1037,
7233
7211
  "name": "last",
7234
7212
  "kind": 1024,
7235
7213
  "kindString": "Property",
@@ -7243,7 +7221,7 @@
7243
7221
  }
7244
7222
  },
7245
7223
  {
7246
- "id": 1041,
7224
+ "id": 1038,
7247
7225
  "name": "next",
7248
7226
  "kind": 1024,
7249
7227
  "kindString": "Property",
@@ -7257,7 +7235,7 @@
7257
7235
  }
7258
7236
  },
7259
7237
  {
7260
- "id": 1042,
7238
+ "id": 1039,
7261
7239
  "name": "open",
7262
7240
  "kind": 1024,
7263
7241
  "kindString": "Property",
@@ -7271,7 +7249,7 @@
7271
7249
  }
7272
7250
  },
7273
7251
  {
7274
- "id": 1039,
7252
+ "id": 1036,
7275
7253
  "name": "skip",
7276
7254
  "kind": 1024,
7277
7255
  "kindString": "Property",
@@ -7292,7 +7270,7 @@
7292
7270
  ],
7293
7271
  "props": [
7294
7272
  {
7295
- "id": 1086,
7273
+ "id": 1083,
7296
7274
  "name": "className",
7297
7275
  "kind": 1024,
7298
7276
  "kindString": "Property",
@@ -7312,21 +7290,21 @@
7312
7290
  {
7313
7291
  "type": "reflection",
7314
7292
  "declaration": {
7315
- "id": 1087,
7293
+ "id": 1084,
7316
7294
  "name": "__type",
7317
7295
  "kind": 65536,
7318
7296
  "kindString": "Type literal",
7319
7297
  "flags": {},
7320
7298
  "signatures": [
7321
7299
  {
7322
- "id": 1088,
7300
+ "id": 1085,
7323
7301
  "name": "__type",
7324
7302
  "kind": 4096,
7325
7303
  "kindString": "Call signature",
7326
7304
  "flags": {},
7327
7305
  "parameters": [
7328
7306
  {
7329
- "id": 1089,
7307
+ "id": 1086,
7330
7308
  "name": "expanded",
7331
7309
  "kind": 32768,
7332
7310
  "kindString": "Parameter",
@@ -7349,7 +7327,7 @@
7349
7327
  }
7350
7328
  },
7351
7329
  {
7352
- "id": 1090,
7330
+ "id": 1087,
7353
7331
  "name": "expanded",
7354
7332
  "kind": 1024,
7355
7333
  "kindString": "Property",
@@ -7365,7 +7343,7 @@
7365
7343
  }
7366
7344
  },
7367
7345
  {
7368
- "id": 1091,
7346
+ "id": 1088,
7369
7347
  "name": "fixed",
7370
7348
  "kind": 1024,
7371
7349
  "kindString": "Property",
@@ -7381,7 +7359,7 @@
7381
7359
  }
7382
7360
  },
7383
7361
  {
7384
- "id": 1096,
7362
+ "id": 1093,
7385
7363
  "name": "title",
7386
7364
  "kind": 1024,
7387
7365
  "kindString": "Property",
@@ -7401,21 +7379,21 @@
7401
7379
  {
7402
7380
  "type": "reflection",
7403
7381
  "declaration": {
7404
- "id": 1097,
7382
+ "id": 1094,
7405
7383
  "name": "__type",
7406
7384
  "kind": 65536,
7407
7385
  "kindString": "Type literal",
7408
7386
  "flags": {},
7409
7387
  "signatures": [
7410
7388
  {
7411
- "id": 1098,
7389
+ "id": 1095,
7412
7390
  "name": "__type",
7413
7391
  "kind": 4096,
7414
7392
  "kindString": "Call signature",
7415
7393
  "flags": {},
7416
7394
  "parameters": [
7417
7395
  {
7418
- "id": 1099,
7396
+ "id": 1096,
7419
7397
  "name": "expanded",
7420
7398
  "kind": 32768,
7421
7399
  "kindString": "Parameter",
@@ -7440,7 +7418,7 @@
7440
7418
  }
7441
7419
  },
7442
7420
  {
7443
- "id": 1092,
7421
+ "id": 1089,
7444
7422
  "name": "onClick",
7445
7423
  "kind": 2048,
7446
7424
  "kindString": "Method",
@@ -7449,7 +7427,7 @@
7449
7427
  },
7450
7428
  "signatures": [
7451
7429
  {
7452
- "id": 1093,
7430
+ "id": 1090,
7453
7431
  "name": "onClick",
7454
7432
  "kind": 4096,
7455
7433
  "kindString": "Call signature",
@@ -7459,7 +7437,7 @@
7459
7437
  },
7460
7438
  "parameters": [
7461
7439
  {
7462
- "id": 1094,
7440
+ "id": 1091,
7463
7441
  "name": "event",
7464
7442
  "kind": 32768,
7465
7443
  "kindString": "Parameter",
@@ -7486,7 +7464,7 @@
7486
7464
  }
7487
7465
  },
7488
7466
  {
7489
- "id": 1095,
7467
+ "id": 1092,
7490
7468
  "name": "expanded",
7491
7469
  "kind": 32768,
7492
7470
  "kindString": "Parameter",
@@ -7511,7 +7489,7 @@
7511
7489
  "useListKeyboardNavigationOptions": {
7512
7490
  "props": [
7513
7491
  {
7514
- "id": 1129,
7492
+ "id": 1126,
7515
7493
  "name": "direction",
7516
7494
  "kind": 1024,
7517
7495
  "kindString": "Property",
@@ -7525,7 +7503,7 @@
7525
7503
  }
7526
7504
  },
7527
7505
  {
7528
- "id": 1130,
7506
+ "id": 1127,
7529
7507
  "name": "initialIndex",
7530
7508
  "kind": 1024,
7531
7509
  "kindString": "Property",
@@ -7542,7 +7520,7 @@
7542
7520
  "usePaginationValues": {
7543
7521
  "props": [
7544
7522
  {
7545
- "id": 541,
7523
+ "id": 538,
7546
7524
  "name": "pageIndex",
7547
7525
  "kind": 1024,
7548
7526
  "kindString": "Property",
@@ -7556,7 +7534,7 @@
7556
7534
  }
7557
7535
  },
7558
7536
  {
7559
- "id": 542,
7537
+ "id": 539,
7560
7538
  "name": "pageSize",
7561
7539
  "kind": 1024,
7562
7540
  "kindString": "Property",
@@ -7570,14 +7548,14 @@
7570
7548
  }
7571
7549
  },
7572
7550
  {
7573
- "id": 543,
7551
+ "id": 540,
7574
7552
  "name": "setPageIndex",
7575
7553
  "kind": 2048,
7576
7554
  "kindString": "Method",
7577
7555
  "flags": {},
7578
7556
  "signatures": [
7579
7557
  {
7580
- "id": 544,
7558
+ "id": 541,
7581
7559
  "name": "setPageIndex",
7582
7560
  "kind": 4096,
7583
7561
  "kindString": "Call signature",
@@ -7587,7 +7565,7 @@
7587
7565
  },
7588
7566
  "parameters": [
7589
7567
  {
7590
- "id": 545,
7568
+ "id": 542,
7591
7569
  "name": "pageIndex",
7592
7570
  "kind": 32768,
7593
7571
  "kindString": "Parameter",
@@ -7606,14 +7584,14 @@
7606
7584
  ]
7607
7585
  },
7608
7586
  {
7609
- "id": 546,
7587
+ "id": 543,
7610
7588
  "name": "setPageSize",
7611
7589
  "kind": 2048,
7612
7590
  "kindString": "Method",
7613
7591
  "flags": {},
7614
7592
  "signatures": [
7615
7593
  {
7616
- "id": 547,
7594
+ "id": 544,
7617
7595
  "name": "setPageSize",
7618
7596
  "kind": 4096,
7619
7597
  "kindString": "Call signature",
@@ -7623,7 +7601,7 @@
7623
7601
  },
7624
7602
  "parameters": [
7625
7603
  {
7626
- "id": 548,
7604
+ "id": 545,
7627
7605
  "name": "size",
7628
7606
  "kind": 32768,
7629
7607
  "kindString": "Parameter",
@@ -7646,7 +7624,7 @@
7646
7624
  "useTableRowCreation": {
7647
7625
  "props": [
7648
7626
  {
7649
- "id": 950,
7627
+ "id": 947,
7650
7628
  "name": "data",
7651
7629
  "kind": 1024,
7652
7630
  "kindString": "Property",
@@ -7655,11 +7633,11 @@
7655
7633
  "type": "array",
7656
7634
  "elementType": {
7657
7635
  "type": "reference",
7658
- "id": 746,
7636
+ "id": 743,
7659
7637
  "typeArguments": [
7660
7638
  {
7661
7639
  "type": "reference",
7662
- "id": 959,
7640
+ "id": 956,
7663
7641
  "name": "TRow"
7664
7642
  }
7665
7643
  ],
@@ -7668,7 +7646,7 @@
7668
7646
  }
7669
7647
  },
7670
7648
  {
7671
- "id": 958,
7649
+ "id": 955,
7672
7650
  "name": "isCreating",
7673
7651
  "kind": 1024,
7674
7652
  "kindString": "Property",
@@ -7679,33 +7657,33 @@
7679
7657
  }
7680
7658
  },
7681
7659
  {
7682
- "id": 951,
7660
+ "id": 948,
7683
7661
  "name": "create",
7684
7662
  "kind": 2048,
7685
7663
  "kindString": "Method",
7686
7664
  "flags": {},
7687
7665
  "signatures": [
7688
7666
  {
7689
- "id": 952,
7667
+ "id": 949,
7690
7668
  "name": "create",
7691
7669
  "kind": 4096,
7692
7670
  "kindString": "Call signature",
7693
7671
  "flags": {},
7694
7672
  "parameters": [
7695
7673
  {
7696
- "id": 953,
7674
+ "id": 950,
7697
7675
  "name": "rowIndexPath",
7698
7676
  "kind": 32768,
7699
7677
  "kindString": "Parameter",
7700
7678
  "flags": {},
7701
7679
  "type": {
7702
7680
  "type": "reference",
7703
- "id": 751,
7681
+ "id": 748,
7704
7682
  "name": "RowIndexPath"
7705
7683
  }
7706
7684
  },
7707
7685
  {
7708
- "id": 954,
7686
+ "id": 951,
7709
7687
  "name": "values",
7710
7688
  "kind": 32768,
7711
7689
  "kindString": "Parameter",
@@ -7720,35 +7698,35 @@
7720
7698
  ],
7721
7699
  "type": {
7722
7700
  "type": "reference",
7723
- "id": 751,
7701
+ "id": 748,
7724
7702
  "name": "RowIndexPath"
7725
7703
  }
7726
7704
  }
7727
7705
  ]
7728
7706
  },
7729
7707
  {
7730
- "id": 955,
7708
+ "id": 952,
7731
7709
  "name": "remove",
7732
7710
  "kind": 2048,
7733
7711
  "kindString": "Method",
7734
7712
  "flags": {},
7735
7713
  "signatures": [
7736
7714
  {
7737
- "id": 956,
7715
+ "id": 953,
7738
7716
  "name": "remove",
7739
7717
  "kind": 4096,
7740
7718
  "kindString": "Call signature",
7741
7719
  "flags": {},
7742
7720
  "parameters": [
7743
7721
  {
7744
- "id": 957,
7722
+ "id": 954,
7745
7723
  "name": "rowIndexPath",
7746
7724
  "kind": 32768,
7747
7725
  "kindString": "Parameter",
7748
7726
  "flags": {},
7749
7727
  "type": {
7750
7728
  "type": "reference",
7751
- "id": 751,
7729
+ "id": 748,
7752
7730
  "name": "RowIndexPath"
7753
7731
  }
7754
7732
  }