@economic/taco 1.0.0-alpha.0 → 1.0.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.
- package/dist/components/Hanger/Hanger.d.ts +3 -0
- package/dist/esm/components/Badge/Badge.js +1 -1
- package/dist/esm/components/Badge/Badge.js.map +1 -1
- package/dist/esm/components/Banner/Banner.js +2 -2
- package/dist/esm/components/Banner/Banner.js.map +1 -1
- package/dist/esm/components/Banner/util.js +4 -4
- package/dist/esm/components/Banner/util.js.map +1 -1
- package/dist/esm/components/Button/util.js +5 -5
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +5 -5
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Datepicker/Datepicker.js +6 -8
- package/dist/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js +11 -3
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/Icon/Icon.js +1 -1
- package/dist/esm/components/Icon/Icon.js.map +1 -1
- package/dist/esm/components/Input/Input.js +2 -2
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/RadioGroup/RadioGroup.js +11 -11
- package/dist/esm/components/RadioGroup/RadioGroup.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +1 -1
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +3 -3
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js +3 -4
- package/dist/esm/components/Table/hooks/plugins/useRowSelect.js.map +1 -1
- package/dist/esm/components/Table/util/renderColumn.js +2 -1
- package/dist/esm/components/Table/util/renderColumn.js.map +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js +1 -1
- package/dist/esm/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/esm/index.css +6 -10
- package/dist/esm/index.js +1 -1
- package/dist/index.css +6 -10
- package/dist/taco.cjs.development.js +57 -50
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +3 -2
- package/tailwind.config.js +1 -1
- package/types.json +404 -383
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 724,
|
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":
|
331
|
+
"id": 270,
|
332
332
|
"name": "HangerProps"
|
333
333
|
}
|
334
334
|
],
|
@@ -377,7 +377,7 @@
|
|
377
377
|
"typeArguments": [
|
378
378
|
{
|
379
379
|
"type": "reference",
|
380
|
-
"id":
|
380
|
+
"id": 385,
|
381
381
|
"name": "MenuProps"
|
382
382
|
}
|
383
383
|
],
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"typeArguments": [
|
427
427
|
{
|
428
428
|
"type": "reference",
|
429
|
-
"id":
|
429
|
+
"id": 566,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -1756,7 +1756,7 @@
|
|
1756
1756
|
],
|
1757
1757
|
"props": [
|
1758
1758
|
{
|
1759
|
-
"id":
|
1759
|
+
"id": 278,
|
1760
1760
|
"name": "Anchor",
|
1761
1761
|
"kind": 1024,
|
1762
1762
|
"kindString": "Property",
|
@@ -1776,7 +1776,7 @@
|
|
1776
1776
|
}
|
1777
1777
|
},
|
1778
1778
|
{
|
1779
|
-
"id":
|
1779
|
+
"id": 279,
|
1780
1780
|
"name": "Content",
|
1781
1781
|
"kind": 1024,
|
1782
1782
|
"kindString": "Property",
|
@@ -1786,7 +1786,7 @@
|
|
1786
1786
|
"typeArguments": [
|
1787
1787
|
{
|
1788
1788
|
"type": "reference",
|
1789
|
-
"id":
|
1789
|
+
"id": 267,
|
1790
1790
|
"name": "HangerContentProps"
|
1791
1791
|
}
|
1792
1792
|
],
|
@@ -1794,6 +1794,26 @@
|
|
1794
1794
|
"package": "@types/react",
|
1795
1795
|
"name": "React.ForwardRefExoticComponent"
|
1796
1796
|
}
|
1797
|
+
},
|
1798
|
+
{
|
1799
|
+
"id": 280,
|
1800
|
+
"name": "Title",
|
1801
|
+
"kind": 1024,
|
1802
|
+
"kindString": "Property",
|
1803
|
+
"flags": {},
|
1804
|
+
"type": {
|
1805
|
+
"type": "reference",
|
1806
|
+
"typeArguments": [
|
1807
|
+
{
|
1808
|
+
"type": "reference",
|
1809
|
+
"id": 265,
|
1810
|
+
"name": "HangerTitleProps"
|
1811
|
+
}
|
1812
|
+
],
|
1813
|
+
"qualifiedName": "React.ForwardRefExoticComponent",
|
1814
|
+
"package": "@types/react",
|
1815
|
+
"name": "React.ForwardRefExoticComponent"
|
1816
|
+
}
|
1797
1817
|
}
|
1798
1818
|
]
|
1799
1819
|
},
|
@@ -1803,7 +1823,7 @@
|
|
1803
1823
|
],
|
1804
1824
|
"props": [
|
1805
1825
|
{
|
1806
|
-
"id":
|
1826
|
+
"id": 498,
|
1807
1827
|
"name": "Group",
|
1808
1828
|
"kind": 1024,
|
1809
1829
|
"kindString": "Property",
|
@@ -1819,7 +1839,7 @@
|
|
1819
1839
|
"types": [
|
1820
1840
|
{
|
1821
1841
|
"type": "reference",
|
1822
|
-
"id":
|
1842
|
+
"id": 494,
|
1823
1843
|
"name": "NavigationMenuGroupProps"
|
1824
1844
|
},
|
1825
1845
|
{
|
@@ -1852,7 +1872,7 @@
|
|
1852
1872
|
],
|
1853
1873
|
"props": [
|
1854
1874
|
{
|
1855
|
-
"id":
|
1875
|
+
"id": 502,
|
1856
1876
|
"name": "Item",
|
1857
1877
|
"kind": 1024,
|
1858
1878
|
"kindString": "Property",
|
@@ -1868,7 +1888,7 @@
|
|
1868
1888
|
"types": [
|
1869
1889
|
{
|
1870
1890
|
"type": "reference",
|
1871
|
-
"id":
|
1891
|
+
"id": 486,
|
1872
1892
|
"name": "NavigationItemProps"
|
1873
1893
|
},
|
1874
1894
|
{
|
@@ -1894,7 +1914,7 @@
|
|
1894
1914
|
}
|
1895
1915
|
},
|
1896
1916
|
{
|
1897
|
-
"id":
|
1917
|
+
"id": 503,
|
1898
1918
|
"name": "Menu",
|
1899
1919
|
"kind": 1024,
|
1900
1920
|
"kindString": "Property",
|
@@ -1904,12 +1924,12 @@
|
|
1904
1924
|
},
|
1905
1925
|
"type": {
|
1906
1926
|
"type": "reference",
|
1907
|
-
"id":
|
1927
|
+
"id": 496,
|
1908
1928
|
"name": "ForwardedNavigationMenuWithStatics"
|
1909
1929
|
}
|
1910
1930
|
},
|
1911
1931
|
{
|
1912
|
-
"id":
|
1932
|
+
"id": 504,
|
1913
1933
|
"name": "Panel",
|
1914
1934
|
"kind": 1024,
|
1915
1935
|
"kindString": "Property",
|
@@ -1925,7 +1945,7 @@
|
|
1925
1945
|
"types": [
|
1926
1946
|
{
|
1927
1947
|
"type": "reference",
|
1928
|
-
"id":
|
1948
|
+
"id": 493,
|
1929
1949
|
"name": "NavigationPanelProps"
|
1930
1950
|
},
|
1931
1951
|
{
|
@@ -1958,7 +1978,7 @@
|
|
1958
1978
|
],
|
1959
1979
|
"props": [
|
1960
1980
|
{
|
1961
|
-
"id":
|
1981
|
+
"id": 573,
|
1962
1982
|
"name": "Close",
|
1963
1983
|
"kind": 1024,
|
1964
1984
|
"kindString": "Property",
|
@@ -1968,7 +1988,7 @@
|
|
1968
1988
|
"typeArguments": [
|
1969
1989
|
{
|
1970
1990
|
"type": "reference",
|
1971
|
-
"id":
|
1991
|
+
"id": 565,
|
1972
1992
|
"name": "PopoverCloseProps"
|
1973
1993
|
}
|
1974
1994
|
],
|
@@ -1978,7 +1998,7 @@
|
|
1978
1998
|
}
|
1979
1999
|
},
|
1980
2000
|
{
|
1981
|
-
"id":
|
2001
|
+
"id": 572,
|
1982
2002
|
"name": "Content",
|
1983
2003
|
"kind": 1024,
|
1984
2004
|
"kindString": "Property",
|
@@ -1988,7 +2008,7 @@
|
|
1988
2008
|
"typeArguments": [
|
1989
2009
|
{
|
1990
2010
|
"type": "reference",
|
1991
|
-
"id":
|
2011
|
+
"id": 558,
|
1992
2012
|
"name": "PopoverContentProps"
|
1993
2013
|
}
|
1994
2014
|
],
|
@@ -1998,7 +2018,7 @@
|
|
1998
2018
|
}
|
1999
2019
|
},
|
2000
2020
|
{
|
2001
|
-
"id":
|
2021
|
+
"id": 571,
|
2002
2022
|
"name": "Trigger",
|
2003
2023
|
"kind": 1024,
|
2004
2024
|
"kindString": "Property",
|
@@ -2008,7 +2028,7 @@
|
|
2008
2028
|
"typeArguments": [
|
2009
2029
|
{
|
2010
2030
|
"type": "reference",
|
2011
|
-
"id":
|
2031
|
+
"id": 553,
|
2012
2032
|
"name": "PopoverTriggerProps"
|
2013
2033
|
}
|
2014
2034
|
],
|
@@ -2025,7 +2045,7 @@
|
|
2025
2045
|
],
|
2026
2046
|
"props": [
|
2027
2047
|
{
|
2028
|
-
"id":
|
2048
|
+
"id": 708,
|
2029
2049
|
"name": "Item",
|
2030
2050
|
"kind": 1024,
|
2031
2051
|
"kindString": "Property",
|
@@ -2038,7 +2058,7 @@
|
|
2038
2058
|
"typeArguments": [
|
2039
2059
|
{
|
2040
2060
|
"type": "reference",
|
2041
|
-
"id":
|
2061
|
+
"id": 699,
|
2042
2062
|
"name": "RadioGroupItemProps"
|
2043
2063
|
}
|
2044
2064
|
],
|
@@ -2055,7 +2075,7 @@
|
|
2055
2075
|
],
|
2056
2076
|
"props": [
|
2057
2077
|
{
|
2058
|
-
"id":
|
2078
|
+
"id": 981,
|
2059
2079
|
"name": "Content",
|
2060
2080
|
"kind": 1024,
|
2061
2081
|
"kindString": "Property",
|
@@ -2071,7 +2091,7 @@
|
|
2071
2091
|
"types": [
|
2072
2092
|
{
|
2073
2093
|
"type": "reference",
|
2074
|
-
"id":
|
2094
|
+
"id": 974,
|
2075
2095
|
"name": "TabContentProps"
|
2076
2096
|
},
|
2077
2097
|
{
|
@@ -2097,7 +2117,7 @@
|
|
2097
2117
|
}
|
2098
2118
|
},
|
2099
2119
|
{
|
2100
|
-
"id":
|
2120
|
+
"id": 979,
|
2101
2121
|
"name": "List",
|
2102
2122
|
"kind": 1024,
|
2103
2123
|
"kindString": "Property",
|
@@ -2113,7 +2133,7 @@
|
|
2113
2133
|
"types": [
|
2114
2134
|
{
|
2115
2135
|
"type": "reference",
|
2116
|
-
"id":
|
2136
|
+
"id": 969,
|
2117
2137
|
"name": "TabListProps"
|
2118
2138
|
},
|
2119
2139
|
{
|
@@ -2139,7 +2159,7 @@
|
|
2139
2159
|
}
|
2140
2160
|
},
|
2141
2161
|
{
|
2142
|
-
"id":
|
2162
|
+
"id": 980,
|
2143
2163
|
"name": "Trigger",
|
2144
2164
|
"kind": 1024,
|
2145
2165
|
"kindString": "Property",
|
@@ -2155,7 +2175,7 @@
|
|
2155
2175
|
"types": [
|
2156
2176
|
{
|
2157
2177
|
"type": "reference",
|
2158
|
-
"id":
|
2178
|
+
"id": 970,
|
2159
2179
|
"name": "TabTriggerProps"
|
2160
2180
|
},
|
2161
2181
|
{
|
@@ -2188,7 +2208,7 @@
|
|
2188
2208
|
],
|
2189
2209
|
"props": [
|
2190
2210
|
{
|
2191
|
-
"id":
|
2211
|
+
"id": 1104,
|
2192
2212
|
"name": "Group",
|
2193
2213
|
"kind": 1024,
|
2194
2214
|
"kindString": "Property",
|
@@ -2204,7 +2224,7 @@
|
|
2204
2224
|
"types": [
|
2205
2225
|
{
|
2206
2226
|
"type": "reference",
|
2207
|
-
"id":
|
2227
|
+
"id": 1084,
|
2208
2228
|
"name": "TreeviewGroupProps"
|
2209
2229
|
},
|
2210
2230
|
{
|
@@ -2230,7 +2250,7 @@
|
|
2230
2250
|
}
|
2231
2251
|
},
|
2232
2252
|
{
|
2233
|
-
"id":
|
2253
|
+
"id": 1103,
|
2234
2254
|
"name": "Item",
|
2235
2255
|
"kind": 1024,
|
2236
2256
|
"kindString": "Property",
|
@@ -2246,7 +2266,7 @@
|
|
2246
2266
|
"types": [
|
2247
2267
|
{
|
2248
2268
|
"type": "reference",
|
2249
|
-
"id":
|
2269
|
+
"id": 1083,
|
2250
2270
|
"name": "TreeviewItemProps"
|
2251
2271
|
},
|
2252
2272
|
{
|
@@ -2332,7 +2352,7 @@
|
|
2332
2352
|
],
|
2333
2353
|
"props": [
|
2334
2354
|
{
|
2335
|
-
"id":
|
2355
|
+
"id": 269,
|
2336
2356
|
"name": "placement",
|
2337
2357
|
"kind": 1024,
|
2338
2358
|
"kindString": "Property",
|
@@ -2369,13 +2389,14 @@
|
|
2369
2389
|
}
|
2370
2390
|
]
|
2371
2391
|
},
|
2392
|
+
"HangerTitleProps": "React.HTMLAttributes<HTMLHeadingElement>",
|
2372
2393
|
"IconButtonProps": {
|
2373
2394
|
"intersections": [
|
2374
2395
|
"Omit<ButtonPrimitive.ButtonProps, [object Object]>"
|
2375
2396
|
],
|
2376
2397
|
"props": [
|
2377
2398
|
{
|
2378
|
-
"id":
|
2399
|
+
"id": 292,
|
2379
2400
|
"name": "appearance",
|
2380
2401
|
"kind": 1024,
|
2381
2402
|
"kindString": "Property",
|
@@ -2392,7 +2413,7 @@
|
|
2392
2413
|
}
|
2393
2414
|
},
|
2394
2415
|
{
|
2395
|
-
"id":
|
2416
|
+
"id": 299,
|
2396
2417
|
"name": "icon",
|
2397
2418
|
"kind": 1024,
|
2398
2419
|
"kindString": "Property",
|
@@ -2402,12 +2423,12 @@
|
|
2402
2423
|
},
|
2403
2424
|
"type": {
|
2404
2425
|
"type": "reference",
|
2405
|
-
"id":
|
2426
|
+
"id": 283,
|
2406
2427
|
"name": "IconName"
|
2407
2428
|
}
|
2408
2429
|
},
|
2409
2430
|
{
|
2410
|
-
"id":
|
2431
|
+
"id": 306,
|
2411
2432
|
"name": "rounded",
|
2412
2433
|
"kind": 1024,
|
2413
2434
|
"kindString": "Property",
|
@@ -2423,7 +2444,7 @@
|
|
2423
2444
|
}
|
2424
2445
|
},
|
2425
2446
|
{
|
2426
|
-
"id":
|
2447
|
+
"id": 307,
|
2427
2448
|
"name": "tooltip",
|
2428
2449
|
"kind": 1024,
|
2429
2450
|
"kindString": "Property",
|
@@ -2439,7 +2460,7 @@
|
|
2439
2460
|
}
|
2440
2461
|
},
|
2441
2462
|
{
|
2442
|
-
"id":
|
2463
|
+
"id": 293,
|
2443
2464
|
"name": "dialog",
|
2444
2465
|
"kind": 2048,
|
2445
2466
|
"kindString": "Method",
|
@@ -2448,7 +2469,7 @@
|
|
2448
2469
|
},
|
2449
2470
|
"signatures": [
|
2450
2471
|
{
|
2451
|
-
"id":
|
2472
|
+
"id": 294,
|
2452
2473
|
"name": "dialog",
|
2453
2474
|
"kind": 4096,
|
2454
2475
|
"kindString": "Call signature",
|
@@ -2458,7 +2479,7 @@
|
|
2458
2479
|
},
|
2459
2480
|
"parameters": [
|
2460
2481
|
{
|
2461
|
-
"id":
|
2482
|
+
"id": 295,
|
2462
2483
|
"name": "props",
|
2463
2484
|
"kind": 32768,
|
2464
2485
|
"kindString": "Parameter",
|
@@ -2488,7 +2509,7 @@
|
|
2488
2509
|
]
|
2489
2510
|
},
|
2490
2511
|
{
|
2491
|
-
"id":
|
2512
|
+
"id": 296,
|
2492
2513
|
"name": "hanger",
|
2493
2514
|
"kind": 2048,
|
2494
2515
|
"kindString": "Method",
|
@@ -2497,7 +2518,7 @@
|
|
2497
2518
|
},
|
2498
2519
|
"signatures": [
|
2499
2520
|
{
|
2500
|
-
"id":
|
2521
|
+
"id": 297,
|
2501
2522
|
"name": "hanger",
|
2502
2523
|
"kind": 4096,
|
2503
2524
|
"kindString": "Call signature",
|
@@ -2507,7 +2528,7 @@
|
|
2507
2528
|
},
|
2508
2529
|
"parameters": [
|
2509
2530
|
{
|
2510
|
-
"id":
|
2531
|
+
"id": 298,
|
2511
2532
|
"name": "props",
|
2512
2533
|
"kind": 32768,
|
2513
2534
|
"kindString": "Parameter",
|
@@ -2517,7 +2538,7 @@
|
|
2517
2538
|
"typeArguments": [
|
2518
2539
|
{
|
2519
2540
|
"type": "reference",
|
2520
|
-
"id":
|
2541
|
+
"id": 270,
|
2521
2542
|
"name": "HangerProps"
|
2522
2543
|
}
|
2523
2544
|
],
|
@@ -2537,7 +2558,7 @@
|
|
2537
2558
|
]
|
2538
2559
|
},
|
2539
2560
|
{
|
2540
|
-
"id":
|
2561
|
+
"id": 300,
|
2541
2562
|
"name": "menu",
|
2542
2563
|
"kind": 2048,
|
2543
2564
|
"kindString": "Method",
|
@@ -2546,7 +2567,7 @@
|
|
2546
2567
|
},
|
2547
2568
|
"signatures": [
|
2548
2569
|
{
|
2549
|
-
"id":
|
2570
|
+
"id": 301,
|
2550
2571
|
"name": "menu",
|
2551
2572
|
"kind": 4096,
|
2552
2573
|
"kindString": "Call signature",
|
@@ -2556,7 +2577,7 @@
|
|
2556
2577
|
},
|
2557
2578
|
"parameters": [
|
2558
2579
|
{
|
2559
|
-
"id":
|
2580
|
+
"id": 302,
|
2560
2581
|
"name": "props",
|
2561
2582
|
"kind": 32768,
|
2562
2583
|
"kindString": "Parameter",
|
@@ -2566,7 +2587,7 @@
|
|
2566
2587
|
"typeArguments": [
|
2567
2588
|
{
|
2568
2589
|
"type": "reference",
|
2569
|
-
"id":
|
2590
|
+
"id": 385,
|
2570
2591
|
"name": "MenuProps"
|
2571
2592
|
}
|
2572
2593
|
],
|
@@ -2586,7 +2607,7 @@
|
|
2586
2607
|
]
|
2587
2608
|
},
|
2588
2609
|
{
|
2589
|
-
"id":
|
2610
|
+
"id": 303,
|
2590
2611
|
"name": "popover",
|
2591
2612
|
"kind": 2048,
|
2592
2613
|
"kindString": "Method",
|
@@ -2595,7 +2616,7 @@
|
|
2595
2616
|
},
|
2596
2617
|
"signatures": [
|
2597
2618
|
{
|
2598
|
-
"id":
|
2619
|
+
"id": 304,
|
2599
2620
|
"name": "popover",
|
2600
2621
|
"kind": 4096,
|
2601
2622
|
"kindString": "Call signature",
|
@@ -2605,7 +2626,7 @@
|
|
2605
2626
|
},
|
2606
2627
|
"parameters": [
|
2607
2628
|
{
|
2608
|
-
"id":
|
2629
|
+
"id": 305,
|
2609
2630
|
"name": "props",
|
2610
2631
|
"kind": 32768,
|
2611
2632
|
"kindString": "Parameter",
|
@@ -2615,7 +2636,7 @@
|
|
2615
2636
|
"typeArguments": [
|
2616
2637
|
{
|
2617
2638
|
"type": "reference",
|
2618
|
-
"id":
|
2639
|
+
"id": 566,
|
2619
2640
|
"name": "PopoverProps"
|
2620
2641
|
}
|
2621
2642
|
],
|
@@ -3460,7 +3481,7 @@
|
|
3460
3481
|
],
|
3461
3482
|
"props": [
|
3462
3483
|
{
|
3463
|
-
"id":
|
3484
|
+
"id": 286,
|
3464
3485
|
"name": "name",
|
3465
3486
|
"kind": 1024,
|
3466
3487
|
"kindString": "Property",
|
@@ -3470,7 +3491,7 @@
|
|
3470
3491
|
},
|
3471
3492
|
"type": {
|
3472
3493
|
"type": "reference",
|
3473
|
-
"id":
|
3494
|
+
"id": 283,
|
3474
3495
|
"name": "IconName"
|
3475
3496
|
}
|
3476
3497
|
}
|
@@ -3482,7 +3503,7 @@
|
|
3482
3503
|
],
|
3483
3504
|
"props": [
|
3484
3505
|
{
|
3485
|
-
"id":
|
3506
|
+
"id": 328,
|
3486
3507
|
"name": "button",
|
3487
3508
|
"kind": 1024,
|
3488
3509
|
"kindString": "Property",
|
@@ -3500,7 +3521,7 @@
|
|
3500
3521
|
}
|
3501
3522
|
},
|
3502
3523
|
{
|
3503
|
-
"id":
|
3524
|
+
"id": 330,
|
3504
3525
|
"name": "highlighted",
|
3505
3526
|
"kind": 1024,
|
3506
3527
|
"kindString": "Property",
|
@@ -3516,7 +3537,7 @@
|
|
3516
3537
|
}
|
3517
3538
|
},
|
3518
3539
|
{
|
3519
|
-
"id":
|
3540
|
+
"id": 329,
|
3520
3541
|
"name": "icon",
|
3521
3542
|
"kind": 1024,
|
3522
3543
|
"kindString": "Property",
|
@@ -3531,7 +3552,7 @@
|
|
3531
3552
|
"types": [
|
3532
3553
|
{
|
3533
3554
|
"type": "reference",
|
3534
|
-
"id":
|
3555
|
+
"id": 283,
|
3535
3556
|
"name": "IconName"
|
3536
3557
|
},
|
3537
3558
|
{
|
@@ -3544,7 +3565,7 @@
|
|
3544
3565
|
}
|
3545
3566
|
},
|
3546
3567
|
{
|
3547
|
-
"id":
|
3568
|
+
"id": 331,
|
3548
3569
|
"name": "invalid",
|
3549
3570
|
"kind": 1024,
|
3550
3571
|
"kindString": "Property",
|
@@ -3566,7 +3587,7 @@
|
|
3566
3587
|
],
|
3567
3588
|
"props": [
|
3568
3589
|
{
|
3569
|
-
"id":
|
3590
|
+
"id": 360,
|
3570
3591
|
"name": "data",
|
3571
3592
|
"kind": 1024,
|
3572
3593
|
"kindString": "Property",
|
@@ -3580,13 +3601,13 @@
|
|
3580
3601
|
"type": "array",
|
3581
3602
|
"elementType": {
|
3582
3603
|
"type": "reference",
|
3583
|
-
"id":
|
3604
|
+
"id": 351,
|
3584
3605
|
"name": "ListboxItem"
|
3585
3606
|
}
|
3586
3607
|
}
|
3587
3608
|
},
|
3588
3609
|
{
|
3589
|
-
"id":
|
3610
|
+
"id": 361,
|
3590
3611
|
"name": "defaultValue",
|
3591
3612
|
"kind": 1024,
|
3592
3613
|
"kindString": "Property",
|
@@ -3598,12 +3619,12 @@
|
|
3598
3619
|
},
|
3599
3620
|
"type": {
|
3600
3621
|
"type": "reference",
|
3601
|
-
"id":
|
3622
|
+
"id": 352,
|
3602
3623
|
"name": "ListboxValue"
|
3603
3624
|
}
|
3604
3625
|
},
|
3605
3626
|
{
|
3606
|
-
"id":
|
3627
|
+
"id": 362,
|
3607
3628
|
"name": "emptyValue",
|
3608
3629
|
"kind": 1024,
|
3609
3630
|
"kindString": "Property",
|
@@ -3615,12 +3636,12 @@
|
|
3615
3636
|
},
|
3616
3637
|
"type": {
|
3617
3638
|
"type": "reference",
|
3618
|
-
"id":
|
3639
|
+
"id": 352,
|
3619
3640
|
"name": "ListboxValue"
|
3620
3641
|
}
|
3621
3642
|
},
|
3622
3643
|
{
|
3623
|
-
"id":
|
3644
|
+
"id": 363,
|
3624
3645
|
"name": "highlighted",
|
3625
3646
|
"kind": 1024,
|
3626
3647
|
"kindString": "Property",
|
@@ -3636,7 +3657,7 @@
|
|
3636
3657
|
}
|
3637
3658
|
},
|
3638
3659
|
{
|
3639
|
-
"id":
|
3660
|
+
"id": 364,
|
3640
3661
|
"name": "invalid",
|
3641
3662
|
"kind": 1024,
|
3642
3663
|
"kindString": "Property",
|
@@ -3649,7 +3670,7 @@
|
|
3649
3670
|
}
|
3650
3671
|
},
|
3651
3672
|
{
|
3652
|
-
"id":
|
3673
|
+
"id": 365,
|
3653
3674
|
"name": "loading",
|
3654
3675
|
"kind": 1024,
|
3655
3676
|
"kindString": "Property",
|
@@ -3665,7 +3686,7 @@
|
|
3665
3686
|
}
|
3666
3687
|
},
|
3667
3688
|
{
|
3668
|
-
"id":
|
3689
|
+
"id": 366,
|
3669
3690
|
"name": "value",
|
3670
3691
|
"kind": 1024,
|
3671
3692
|
"kindString": "Property",
|
@@ -3677,7 +3698,7 @@
|
|
3677
3698
|
},
|
3678
3699
|
"type": {
|
3679
3700
|
"type": "reference",
|
3680
|
-
"id":
|
3701
|
+
"id": 352,
|
3681
3702
|
"name": "ListboxValue"
|
3682
3703
|
}
|
3683
3704
|
}
|
@@ -3686,7 +3707,7 @@
|
|
3686
3707
|
"ListboxTexts": {
|
3687
3708
|
"props": [
|
3688
3709
|
{
|
3689
|
-
"id":
|
3710
|
+
"id": 357,
|
3690
3711
|
"name": "allOption",
|
3691
3712
|
"kind": 1024,
|
3692
3713
|
"kindString": "Property",
|
@@ -3700,7 +3721,7 @@
|
|
3700
3721
|
}
|
3701
3722
|
},
|
3702
3723
|
{
|
3703
|
-
"id":
|
3724
|
+
"id": 355,
|
3704
3725
|
"name": "empty",
|
3705
3726
|
"kind": 1024,
|
3706
3727
|
"kindString": "Property",
|
@@ -3714,7 +3735,7 @@
|
|
3714
3735
|
}
|
3715
3736
|
},
|
3716
3737
|
{
|
3717
|
-
"id":
|
3738
|
+
"id": 356,
|
3718
3739
|
"name": "loading",
|
3719
3740
|
"kind": 1024,
|
3720
3741
|
"kindString": "Property",
|
@@ -3733,7 +3754,7 @@
|
|
3733
3754
|
"Localization": {
|
3734
3755
|
"props": [
|
3735
3756
|
{
|
3736
|
-
"id":
|
3757
|
+
"id": 599,
|
3737
3758
|
"name": "formatting",
|
3738
3759
|
"kind": 1024,
|
3739
3760
|
"kindString": "Property",
|
@@ -3744,14 +3765,14 @@
|
|
3744
3765
|
"type": {
|
3745
3766
|
"type": "reflection",
|
3746
3767
|
"declaration": {
|
3747
|
-
"id":
|
3768
|
+
"id": 600,
|
3748
3769
|
"name": "__type",
|
3749
3770
|
"kind": 65536,
|
3750
3771
|
"kindString": "Type literal",
|
3751
3772
|
"flags": {},
|
3752
3773
|
"children": [
|
3753
3774
|
{
|
3754
|
-
"id":
|
3775
|
+
"id": 601,
|
3755
3776
|
"name": "date",
|
3756
3777
|
"kind": 1024,
|
3757
3778
|
"kindString": "Property",
|
@@ -3770,7 +3791,7 @@
|
|
3770
3791
|
"title": "Properties",
|
3771
3792
|
"kind": 1024,
|
3772
3793
|
"children": [
|
3773
|
-
|
3794
|
+
601
|
3774
3795
|
]
|
3775
3796
|
}
|
3776
3797
|
]
|
@@ -3778,7 +3799,7 @@
|
|
3778
3799
|
}
|
3779
3800
|
},
|
3780
3801
|
{
|
3781
|
-
"id":
|
3802
|
+
"id": 597,
|
3782
3803
|
"name": "locale",
|
3783
3804
|
"kind": 1024,
|
3784
3805
|
"kindString": "Property",
|
@@ -3793,7 +3814,7 @@
|
|
3793
3814
|
}
|
3794
3815
|
},
|
3795
3816
|
{
|
3796
|
-
"id":
|
3817
|
+
"id": 598,
|
3797
3818
|
"name": "texts",
|
3798
3819
|
"kind": 1024,
|
3799
3820
|
"kindString": "Property",
|
@@ -3803,7 +3824,7 @@
|
|
3803
3824
|
},
|
3804
3825
|
"type": {
|
3805
3826
|
"type": "reference",
|
3806
|
-
"id":
|
3827
|
+
"id": 581,
|
3807
3828
|
"name": "LocalizationTexts"
|
3808
3829
|
}
|
3809
3830
|
}
|
@@ -3812,7 +3833,7 @@
|
|
3812
3833
|
"LocalizationTexts": {
|
3813
3834
|
"props": [
|
3814
3835
|
{
|
3815
|
-
"id":
|
3836
|
+
"id": 583,
|
3816
3837
|
"name": "calendar",
|
3817
3838
|
"kind": 1024,
|
3818
3839
|
"kindString": "Property",
|
@@ -3827,7 +3848,7 @@
|
|
3827
3848
|
}
|
3828
3849
|
},
|
3829
3850
|
{
|
3830
|
-
"id":
|
3851
|
+
"id": 584,
|
3831
3852
|
"name": "combobox",
|
3832
3853
|
"kind": 1024,
|
3833
3854
|
"kindString": "Property",
|
@@ -3842,7 +3863,7 @@
|
|
3842
3863
|
}
|
3843
3864
|
},
|
3844
3865
|
{
|
3845
|
-
"id":
|
3866
|
+
"id": 585,
|
3846
3867
|
"name": "datepicker",
|
3847
3868
|
"kind": 1024,
|
3848
3869
|
"kindString": "Property",
|
@@ -3857,7 +3878,7 @@
|
|
3857
3878
|
}
|
3858
3879
|
},
|
3859
3880
|
{
|
3860
|
-
"id":
|
3881
|
+
"id": 588,
|
3861
3882
|
"name": "dialog",
|
3862
3883
|
"kind": 1024,
|
3863
3884
|
"kindString": "Property",
|
@@ -3872,7 +3893,7 @@
|
|
3872
3893
|
}
|
3873
3894
|
},
|
3874
3895
|
{
|
3875
|
-
"id":
|
3896
|
+
"id": 586,
|
3876
3897
|
"name": "hanger",
|
3877
3898
|
"kind": 1024,
|
3878
3899
|
"kindString": "Property",
|
@@ -3887,7 +3908,7 @@
|
|
3887
3908
|
}
|
3888
3909
|
},
|
3889
3910
|
{
|
3890
|
-
"id":
|
3911
|
+
"id": 587,
|
3891
3912
|
"name": "listbox",
|
3892
3913
|
"kind": 1024,
|
3893
3914
|
"kindString": "Property",
|
@@ -3897,12 +3918,12 @@
|
|
3897
3918
|
},
|
3898
3919
|
"type": {
|
3899
3920
|
"type": "reference",
|
3900
|
-
"id":
|
3921
|
+
"id": 353,
|
3901
3922
|
"name": "ListboxTexts"
|
3902
3923
|
}
|
3903
3924
|
},
|
3904
3925
|
{
|
3905
|
-
"id":
|
3926
|
+
"id": 589,
|
3906
3927
|
"name": "pagination",
|
3907
3928
|
"kind": 1024,
|
3908
3929
|
"kindString": "Property",
|
@@ -3912,12 +3933,12 @@
|
|
3912
3933
|
},
|
3913
3934
|
"type": {
|
3914
3935
|
"type": "reference",
|
3915
|
-
"id":
|
3936
|
+
"id": 517,
|
3916
3937
|
"name": "PaginationTexts"
|
3917
3938
|
}
|
3918
3939
|
},
|
3919
3940
|
{
|
3920
|
-
"id":
|
3941
|
+
"id": 594,
|
3921
3942
|
"name": "searchInput",
|
3922
3943
|
"kind": 1024,
|
3923
3944
|
"kindString": "Property",
|
@@ -3927,12 +3948,12 @@
|
|
3927
3948
|
},
|
3928
3949
|
"type": {
|
3929
3950
|
"type": "reference",
|
3930
|
-
"id":
|
3951
|
+
"id": 338,
|
3931
3952
|
"name": "SearchInputTexts"
|
3932
3953
|
}
|
3933
3954
|
},
|
3934
3955
|
{
|
3935
|
-
"id":
|
3956
|
+
"id": 591,
|
3936
3957
|
"name": "select",
|
3937
3958
|
"kind": 1024,
|
3938
3959
|
"kindString": "Property",
|
@@ -3942,12 +3963,12 @@
|
|
3942
3963
|
},
|
3943
3964
|
"type": {
|
3944
3965
|
"type": "reference",
|
3945
|
-
"id":
|
3966
|
+
"id": 719,
|
3946
3967
|
"name": "SelectTexts"
|
3947
3968
|
}
|
3948
3969
|
},
|
3949
3970
|
{
|
3950
|
-
"id":
|
3971
|
+
"id": 590,
|
3951
3972
|
"name": "table",
|
3952
3973
|
"kind": 1024,
|
3953
3974
|
"kindString": "Property",
|
@@ -3957,12 +3978,12 @@
|
|
3957
3978
|
},
|
3958
3979
|
"type": {
|
3959
3980
|
"type": "reference",
|
3960
|
-
"id":
|
3981
|
+
"id": 904,
|
3961
3982
|
"name": "TableTexts"
|
3962
3983
|
}
|
3963
3984
|
},
|
3964
3985
|
{
|
3965
|
-
"id":
|
3986
|
+
"id": 592,
|
3966
3987
|
"name": "toasts",
|
3967
3988
|
"kind": 1024,
|
3968
3989
|
"kindString": "Property",
|
@@ -3976,7 +3997,7 @@
|
|
3976
3997
|
}
|
3977
3998
|
},
|
3978
3999
|
{
|
3979
|
-
"id":
|
4000
|
+
"id": 593,
|
3980
4001
|
"name": "tour",
|
3981
4002
|
"kind": 1024,
|
3982
4003
|
"kindString": "Property",
|
@@ -3986,7 +4007,7 @@
|
|
3986
4007
|
},
|
3987
4008
|
"type": {
|
3988
4009
|
"type": "reference",
|
3989
|
-
"id":
|
4010
|
+
"id": 1035,
|
3990
4011
|
"name": "TourTexts"
|
3991
4012
|
}
|
3992
4013
|
}
|
@@ -3995,7 +4016,7 @@
|
|
3995
4016
|
"MenuProps": {
|
3996
4017
|
"props": [
|
3997
4018
|
{
|
3998
|
-
"id":
|
4019
|
+
"id": 387,
|
3999
4020
|
"name": "appearance",
|
4000
4021
|
"kind": 1024,
|
4001
4022
|
"kindString": "Property",
|
@@ -4012,7 +4033,7 @@
|
|
4012
4033
|
}
|
4013
4034
|
},
|
4014
4035
|
{
|
4015
|
-
"id":
|
4036
|
+
"id": 388,
|
4016
4037
|
"name": "children",
|
4017
4038
|
"kind": 1024,
|
4018
4039
|
"kindString": "Property",
|
@@ -4025,7 +4046,7 @@
|
|
4025
4046
|
}
|
4026
4047
|
},
|
4027
4048
|
{
|
4028
|
-
"id":
|
4049
|
+
"id": 389,
|
4029
4050
|
"name": "id",
|
4030
4051
|
"kind": 1024,
|
4031
4052
|
"kindString": "Property",
|
@@ -4038,7 +4059,7 @@
|
|
4038
4059
|
}
|
4039
4060
|
},
|
4040
4061
|
{
|
4041
|
-
"id":
|
4062
|
+
"id": 390,
|
4042
4063
|
"name": "trigger",
|
4043
4064
|
"kind": 1024,
|
4044
4065
|
"kindString": "Property",
|
@@ -4063,7 +4084,7 @@
|
|
4063
4084
|
],
|
4064
4085
|
"props": [
|
4065
4086
|
{
|
4066
|
-
"id":
|
4087
|
+
"id": 488,
|
4067
4088
|
"name": "active",
|
4068
4089
|
"kind": 1024,
|
4069
4090
|
"kindString": "Property",
|
@@ -4079,7 +4100,7 @@
|
|
4079
4100
|
}
|
4080
4101
|
},
|
4081
4102
|
{
|
4082
|
-
"id":
|
4103
|
+
"id": 489,
|
4083
4104
|
"name": "onDrop",
|
4084
4105
|
"kind": 1024,
|
4085
4106
|
"kindString": "Property",
|
@@ -4097,7 +4118,7 @@
|
|
4097
4118
|
}
|
4098
4119
|
},
|
4099
4120
|
{
|
4100
|
-
"id":
|
4121
|
+
"id": 490,
|
4101
4122
|
"name": "postfix",
|
4102
4123
|
"kind": 1024,
|
4103
4124
|
"kindString": "Property",
|
@@ -4115,7 +4136,7 @@
|
|
4115
4136
|
}
|
4116
4137
|
},
|
4117
4138
|
{
|
4118
|
-
"id":
|
4139
|
+
"id": 491,
|
4119
4140
|
"name": "prefix",
|
4120
4141
|
"kind": 1024,
|
4121
4142
|
"kindString": "Property",
|
@@ -4133,7 +4154,7 @@
|
|
4133
4154
|
}
|
4134
4155
|
},
|
4135
4156
|
{
|
4136
|
-
"id":
|
4157
|
+
"id": 492,
|
4137
4158
|
"name": "target",
|
4138
4159
|
"kind": 1024,
|
4139
4160
|
"kindString": "Property",
|
@@ -4168,7 +4189,7 @@
|
|
4168
4189
|
],
|
4169
4190
|
"props": [
|
4170
4191
|
{
|
4171
|
-
"id":
|
4192
|
+
"id": 530,
|
4172
4193
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4173
4194
|
"kind": 1024,
|
4174
4195
|
"kindString": "Property",
|
@@ -4184,7 +4205,7 @@
|
|
4184
4205
|
}
|
4185
4206
|
},
|
4186
4207
|
{
|
4187
|
-
"id":
|
4208
|
+
"id": 525,
|
4188
4209
|
"name": "length",
|
4189
4210
|
"kind": 1024,
|
4190
4211
|
"kindString": "Property",
|
@@ -4198,7 +4219,7 @@
|
|
4198
4219
|
}
|
4199
4220
|
},
|
4200
4221
|
{
|
4201
|
-
"id":
|
4222
|
+
"id": 526,
|
4202
4223
|
"name": "pageSizes",
|
4203
4224
|
"kind": 1024,
|
4204
4225
|
"kindString": "Property",
|
@@ -4217,7 +4238,7 @@
|
|
4217
4238
|
}
|
4218
4239
|
},
|
4219
4240
|
{
|
4220
|
-
"id":
|
4241
|
+
"id": 527,
|
4221
4242
|
"name": "showPageControls",
|
4222
4243
|
"kind": 1024,
|
4223
4244
|
"kindString": "Property",
|
@@ -4233,7 +4254,7 @@
|
|
4233
4254
|
}
|
4234
4255
|
},
|
4235
4256
|
{
|
4236
|
-
"id":
|
4257
|
+
"id": 528,
|
4237
4258
|
"name": "showPageNumbers",
|
4238
4259
|
"kind": 1024,
|
4239
4260
|
"kindString": "Property",
|
@@ -4249,7 +4270,7 @@
|
|
4249
4270
|
}
|
4250
4271
|
},
|
4251
4272
|
{
|
4252
|
-
"id":
|
4273
|
+
"id": 529,
|
4253
4274
|
"name": "showPageSize",
|
4254
4275
|
"kind": 1024,
|
4255
4276
|
"kindString": "Property",
|
@@ -4269,7 +4290,7 @@
|
|
4269
4290
|
"PaginationTexts": {
|
4270
4291
|
"props": [
|
4271
4292
|
{
|
4272
|
-
"id":
|
4293
|
+
"id": 522,
|
4273
4294
|
"name": "actions",
|
4274
4295
|
"kind": 1024,
|
4275
4296
|
"kindString": "Property",
|
@@ -4279,12 +4300,12 @@
|
|
4279
4300
|
},
|
4280
4301
|
"type": {
|
4281
4302
|
"type": "reference",
|
4282
|
-
"id":
|
4303
|
+
"id": 506,
|
4283
4304
|
"name": "PaginationTextsActions"
|
4284
4305
|
}
|
4285
4306
|
},
|
4286
4307
|
{
|
4287
|
-
"id":
|
4308
|
+
"id": 519,
|
4288
4309
|
"name": "label",
|
4289
4310
|
"kind": 1024,
|
4290
4311
|
"kindString": "Property",
|
@@ -4298,7 +4319,7 @@
|
|
4298
4319
|
}
|
4299
4320
|
},
|
4300
4321
|
{
|
4301
|
-
"id":
|
4322
|
+
"id": 520,
|
4302
4323
|
"name": "pageSize",
|
4303
4324
|
"kind": 1024,
|
4304
4325
|
"kindString": "Property",
|
@@ -4312,7 +4333,7 @@
|
|
4312
4333
|
}
|
4313
4334
|
},
|
4314
4335
|
{
|
4315
|
-
"id":
|
4336
|
+
"id": 521,
|
4316
4337
|
"name": "showingXofYofTotal",
|
4317
4338
|
"kind": 1024,
|
4318
4339
|
"kindString": "Property",
|
@@ -4330,7 +4351,7 @@
|
|
4330
4351
|
"PaginationTextsActions": {
|
4331
4352
|
"props": [
|
4332
4353
|
{
|
4333
|
-
"id":
|
4354
|
+
"id": 508,
|
4334
4355
|
"name": "firstPage",
|
4335
4356
|
"kind": 1024,
|
4336
4357
|
"kindString": "Property",
|
@@ -4344,7 +4365,7 @@
|
|
4344
4365
|
}
|
4345
4366
|
},
|
4346
4367
|
{
|
4347
|
-
"id":
|
4368
|
+
"id": 509,
|
4348
4369
|
"name": "firstPageWithShortcut",
|
4349
4370
|
"kind": 1024,
|
4350
4371
|
"kindString": "Property",
|
@@ -4358,7 +4379,7 @@
|
|
4358
4379
|
}
|
4359
4380
|
},
|
4360
4381
|
{
|
4361
|
-
"id":
|
4382
|
+
"id": 514,
|
4362
4383
|
"name": "lastPage",
|
4363
4384
|
"kind": 1024,
|
4364
4385
|
"kindString": "Property",
|
@@ -4372,7 +4393,7 @@
|
|
4372
4393
|
}
|
4373
4394
|
},
|
4374
4395
|
{
|
4375
|
-
"id":
|
4396
|
+
"id": 515,
|
4376
4397
|
"name": "lastPageWithShortcut",
|
4377
4398
|
"kind": 1024,
|
4378
4399
|
"kindString": "Property",
|
@@ -4386,7 +4407,7 @@
|
|
4386
4407
|
}
|
4387
4408
|
},
|
4388
4409
|
{
|
4389
|
-
"id":
|
4410
|
+
"id": 510,
|
4390
4411
|
"name": "nextPage",
|
4391
4412
|
"kind": 1024,
|
4392
4413
|
"kindString": "Property",
|
@@ -4400,7 +4421,7 @@
|
|
4400
4421
|
}
|
4401
4422
|
},
|
4402
4423
|
{
|
4403
|
-
"id":
|
4424
|
+
"id": 511,
|
4404
4425
|
"name": "nextPageWithShortcut",
|
4405
4426
|
"kind": 1024,
|
4406
4427
|
"kindString": "Property",
|
@@ -4414,7 +4435,7 @@
|
|
4414
4435
|
}
|
4415
4436
|
},
|
4416
4437
|
{
|
4417
|
-
"id":
|
4438
|
+
"id": 516,
|
4418
4439
|
"name": "pageX",
|
4419
4440
|
"kind": 1024,
|
4420
4441
|
"kindString": "Property",
|
@@ -4428,7 +4449,7 @@
|
|
4428
4449
|
}
|
4429
4450
|
},
|
4430
4451
|
{
|
4431
|
-
"id":
|
4452
|
+
"id": 512,
|
4432
4453
|
"name": "previousPage",
|
4433
4454
|
"kind": 1024,
|
4434
4455
|
"kindString": "Property",
|
@@ -4442,7 +4463,7 @@
|
|
4442
4463
|
}
|
4443
4464
|
},
|
4444
4465
|
{
|
4445
|
-
"id":
|
4466
|
+
"id": 513,
|
4446
4467
|
"name": "previousPageWithShortcut",
|
4447
4468
|
"kind": 1024,
|
4448
4469
|
"kindString": "Property",
|
@@ -4464,7 +4485,7 @@
|
|
4464
4485
|
],
|
4465
4486
|
"props": [
|
4466
4487
|
{
|
4467
|
-
"id":
|
4488
|
+
"id": 560,
|
4468
4489
|
"name": "children",
|
4469
4490
|
"kind": 1024,
|
4470
4491
|
"kindString": "Property",
|
@@ -4481,28 +4502,28 @@
|
|
4481
4502
|
{
|
4482
4503
|
"type": "reflection",
|
4483
4504
|
"declaration": {
|
4484
|
-
"id":
|
4505
|
+
"id": 561,
|
4485
4506
|
"name": "__type",
|
4486
4507
|
"kind": 65536,
|
4487
4508
|
"kindString": "Type literal",
|
4488
4509
|
"flags": {},
|
4489
4510
|
"signatures": [
|
4490
4511
|
{
|
4491
|
-
"id":
|
4512
|
+
"id": 562,
|
4492
4513
|
"name": "__type",
|
4493
4514
|
"kind": 4096,
|
4494
4515
|
"kindString": "Call signature",
|
4495
4516
|
"flags": {},
|
4496
4517
|
"parameters": [
|
4497
4518
|
{
|
4498
|
-
"id":
|
4519
|
+
"id": 563,
|
4499
4520
|
"name": "props",
|
4500
4521
|
"kind": 32768,
|
4501
4522
|
"kindString": "Parameter",
|
4502
4523
|
"flags": {},
|
4503
4524
|
"type": {
|
4504
4525
|
"type": "reference",
|
4505
|
-
"id":
|
4526
|
+
"id": 554,
|
4506
4527
|
"name": "PopoverContentRenderProps"
|
4507
4528
|
}
|
4508
4529
|
}
|
@@ -4521,7 +4542,7 @@
|
|
4521
4542
|
}
|
4522
4543
|
},
|
4523
4544
|
{
|
4524
|
-
"id":
|
4545
|
+
"id": 564,
|
4525
4546
|
"name": "placement",
|
4526
4547
|
"kind": 1024,
|
4527
4548
|
"kindString": "Property",
|
@@ -4542,14 +4563,14 @@
|
|
4542
4563
|
"PopoverContentRenderProps": {
|
4543
4564
|
"props": [
|
4544
4565
|
{
|
4545
|
-
"id":
|
4566
|
+
"id": 556,
|
4546
4567
|
"name": "close",
|
4547
4568
|
"kind": 2048,
|
4548
4569
|
"kindString": "Method",
|
4549
4570
|
"flags": {},
|
4550
4571
|
"signatures": [
|
4551
4572
|
{
|
4552
|
-
"id":
|
4573
|
+
"id": 557,
|
4553
4574
|
"name": "close",
|
4554
4575
|
"kind": 4096,
|
4555
4576
|
"kindString": "Call signature",
|
@@ -4571,7 +4592,7 @@
|
|
4571
4592
|
],
|
4572
4593
|
"props": [
|
4573
4594
|
{
|
4574
|
-
"id":
|
4595
|
+
"id": 577,
|
4575
4596
|
"name": "duration",
|
4576
4597
|
"kind": 1024,
|
4577
4598
|
"kindString": "Property",
|
@@ -4591,7 +4612,7 @@
|
|
4591
4612
|
"ProviderProps": {
|
4592
4613
|
"props": [
|
4593
4614
|
{
|
4594
|
-
"id":
|
4615
|
+
"id": 682,
|
4595
4616
|
"name": "children",
|
4596
4617
|
"kind": 1024,
|
4597
4618
|
"kindString": "Property",
|
@@ -4607,7 +4628,7 @@
|
|
4607
4628
|
}
|
4608
4629
|
},
|
4609
4630
|
{
|
4610
|
-
"id":
|
4631
|
+
"id": 683,
|
4611
4632
|
"name": "localization",
|
4612
4633
|
"kind": 1024,
|
4613
4634
|
"kindString": "Property",
|
@@ -4619,7 +4640,7 @@
|
|
4619
4640
|
},
|
4620
4641
|
"type": {
|
4621
4642
|
"type": "reference",
|
4622
|
-
"id":
|
4643
|
+
"id": 595,
|
4623
4644
|
"name": "Localization"
|
4624
4645
|
}
|
4625
4646
|
}
|
@@ -4631,7 +4652,7 @@
|
|
4631
4652
|
],
|
4632
4653
|
"props": [
|
4633
4654
|
{
|
4634
|
-
"id":
|
4655
|
+
"id": 701,
|
4635
4656
|
"name": "children",
|
4636
4657
|
"kind": 1024,
|
4637
4658
|
"kindString": "Property",
|
@@ -4647,7 +4668,7 @@
|
|
4647
4668
|
}
|
4648
4669
|
},
|
4649
4670
|
{
|
4650
|
-
"id":
|
4671
|
+
"id": 702,
|
4651
4672
|
"name": "disabled",
|
4652
4673
|
"kind": 1024,
|
4653
4674
|
"kindString": "Property",
|
@@ -4660,7 +4681,7 @@
|
|
4660
4681
|
}
|
4661
4682
|
},
|
4662
4683
|
{
|
4663
|
-
"id":
|
4684
|
+
"id": 703,
|
4664
4685
|
"name": "value",
|
4665
4686
|
"kind": 1024,
|
4666
4687
|
"kindString": "Property",
|
@@ -4670,7 +4691,7 @@
|
|
4670
4691
|
},
|
4671
4692
|
"type": {
|
4672
4693
|
"type": "reference",
|
4673
|
-
"id":
|
4694
|
+
"id": 691,
|
4674
4695
|
"name": "RadioGroupItemValue"
|
4675
4696
|
}
|
4676
4697
|
}
|
@@ -4695,7 +4716,7 @@
|
|
4695
4716
|
],
|
4696
4717
|
"props": [
|
4697
4718
|
{
|
4698
|
-
"id":
|
4719
|
+
"id": 748,
|
4699
4720
|
"name": "subRows",
|
4700
4721
|
"kind": 1024,
|
4701
4722
|
"kindString": "Property",
|
@@ -4706,11 +4727,11 @@
|
|
4706
4727
|
"type": "array",
|
4707
4728
|
"elementType": {
|
4708
4729
|
"type": "reference",
|
4709
|
-
"id":
|
4730
|
+
"id": 746,
|
4710
4731
|
"typeArguments": [
|
4711
4732
|
{
|
4712
4733
|
"type": "reference",
|
4713
|
-
"id":
|
4734
|
+
"id": 750,
|
4714
4735
|
"name": "TRow"
|
4715
4736
|
}
|
4716
4737
|
],
|
@@ -4780,7 +4801,7 @@
|
|
4780
4801
|
],
|
4781
4802
|
"props": [
|
4782
4803
|
{
|
4783
|
-
"id":
|
4804
|
+
"id": 343,
|
4784
4805
|
"name": "onSearch",
|
4785
4806
|
"kind": 2048,
|
4786
4807
|
"kindString": "Method",
|
@@ -4789,7 +4810,7 @@
|
|
4789
4810
|
},
|
4790
4811
|
"signatures": [
|
4791
4812
|
{
|
4792
|
-
"id":
|
4813
|
+
"id": 344,
|
4793
4814
|
"name": "onSearch",
|
4794
4815
|
"kind": 4096,
|
4795
4816
|
"kindString": "Call signature",
|
@@ -4799,7 +4820,7 @@
|
|
4799
4820
|
},
|
4800
4821
|
"parameters": [
|
4801
4822
|
{
|
4802
|
-
"id":
|
4823
|
+
"id": 345,
|
4803
4824
|
"name": "value",
|
4804
4825
|
"kind": 32768,
|
4805
4826
|
"kindString": "Parameter",
|
@@ -4846,7 +4867,7 @@
|
|
4846
4867
|
"SearchInputTexts": {
|
4847
4868
|
"props": [
|
4848
4869
|
{
|
4849
|
-
"id":
|
4870
|
+
"id": 340,
|
4850
4871
|
"name": "inputLabel",
|
4851
4872
|
"kind": 1024,
|
4852
4873
|
"kindString": "Property",
|
@@ -4867,7 +4888,7 @@
|
|
4867
4888
|
],
|
4868
4889
|
"props": [
|
4869
4890
|
{
|
4870
|
-
"id":
|
4891
|
+
"id": 727,
|
4871
4892
|
"name": "editable",
|
4872
4893
|
"kind": 1024,
|
4873
4894
|
"kindString": "Property",
|
@@ -4887,7 +4908,7 @@
|
|
4887
4908
|
"SelectTexts": {
|
4888
4909
|
"props": [
|
4889
4910
|
{
|
4890
|
-
"id":
|
4911
|
+
"id": 721,
|
4891
4912
|
"name": "allOptionsSelected",
|
4892
4913
|
"kind": 1024,
|
4893
4914
|
"kindString": "Property",
|
@@ -4927,7 +4948,7 @@
|
|
4927
4948
|
"SortRule": {
|
4928
4949
|
"props": [
|
4929
4950
|
{
|
4930
|
-
"id":
|
4951
|
+
"id": 799,
|
4931
4952
|
"name": "accessor",
|
4932
4953
|
"kind": 1024,
|
4933
4954
|
"kindString": "Property",
|
@@ -4940,7 +4961,7 @@
|
|
4940
4961
|
"typeArguments": [
|
4941
4962
|
{
|
4942
4963
|
"type": "reference",
|
4943
|
-
"id":
|
4964
|
+
"id": 801,
|
4944
4965
|
"name": "T"
|
4945
4966
|
}
|
4946
4967
|
],
|
@@ -4950,7 +4971,7 @@
|
|
4950
4971
|
}
|
4951
4972
|
},
|
4952
4973
|
{
|
4953
|
-
"id":
|
4974
|
+
"id": 800,
|
4954
4975
|
"name": "desc",
|
4955
4976
|
"kind": 1024,
|
4956
4977
|
"kindString": "Property",
|
@@ -4995,7 +5016,7 @@
|
|
4995
5016
|
],
|
4996
5017
|
"props": [
|
4997
5018
|
{
|
4998
|
-
"id":
|
5019
|
+
"id": 735,
|
4999
5020
|
"name": "delay",
|
5000
5021
|
"kind": 1024,
|
5001
5022
|
"kindString": "Property",
|
@@ -5011,7 +5032,7 @@
|
|
5011
5032
|
}
|
5012
5033
|
},
|
5013
5034
|
{
|
5014
|
-
"id":
|
5035
|
+
"id": 736,
|
5015
5036
|
"name": "label",
|
5016
5037
|
"kind": 1024,
|
5017
5038
|
"kindString": "Property",
|
@@ -5038,7 +5059,7 @@
|
|
5038
5059
|
],
|
5039
5060
|
"props": [
|
5040
5061
|
{
|
5041
|
-
"id":
|
5062
|
+
"id": 976,
|
5042
5063
|
"name": "id",
|
5043
5064
|
"kind": 1024,
|
5044
5065
|
"kindString": "Property",
|
@@ -5060,7 +5081,7 @@
|
|
5060
5081
|
],
|
5061
5082
|
"props": [
|
5062
5083
|
{
|
5063
|
-
"id":
|
5084
|
+
"id": 973,
|
5064
5085
|
"name": "disabled",
|
5065
5086
|
"kind": 1024,
|
5066
5087
|
"kindString": "Property",
|
@@ -5076,7 +5097,7 @@
|
|
5076
5097
|
}
|
5077
5098
|
},
|
5078
5099
|
{
|
5079
|
-
"id":
|
5100
|
+
"id": 972,
|
5080
5101
|
"name": "id",
|
5081
5102
|
"kind": 1024,
|
5082
5103
|
"kindString": "Property",
|
@@ -5094,7 +5115,7 @@
|
|
5094
5115
|
"TableCell": {
|
5095
5116
|
"props": [
|
5096
5117
|
{
|
5097
|
-
"id":
|
5118
|
+
"id": 805,
|
5098
5119
|
"name": "accessor",
|
5099
5120
|
"kind": 1024,
|
5100
5121
|
"kindString": "Property",
|
@@ -5105,7 +5126,7 @@
|
|
5105
5126
|
}
|
5106
5127
|
},
|
5107
5128
|
{
|
5108
|
-
"id":
|
5129
|
+
"id": 806,
|
5109
5130
|
"name": "row",
|
5110
5131
|
"kind": 1024,
|
5111
5132
|
"kindString": "Property",
|
@@ -5115,11 +5136,11 @@
|
|
5115
5136
|
},
|
5116
5137
|
"type": {
|
5117
5138
|
"type": "reference",
|
5118
|
-
"id":
|
5139
|
+
"id": 879,
|
5119
5140
|
"typeArguments": [
|
5120
5141
|
{
|
5121
5142
|
"type": "reference",
|
5122
|
-
"id":
|
5143
|
+
"id": 808,
|
5123
5144
|
"name": "TRow"
|
5124
5145
|
}
|
5125
5146
|
],
|
@@ -5127,7 +5148,7 @@
|
|
5127
5148
|
}
|
5128
5149
|
},
|
5129
5150
|
{
|
5130
|
-
"id":
|
5151
|
+
"id": 807,
|
5131
5152
|
"name": "value",
|
5132
5153
|
"kind": 1024,
|
5133
5154
|
"kindString": "Property",
|
@@ -5145,7 +5166,7 @@
|
|
5145
5166
|
"TableColumnProps": {
|
5146
5167
|
"props": [
|
5147
5168
|
{
|
5148
|
-
"id":
|
5169
|
+
"id": 811,
|
5149
5170
|
"name": "accessor",
|
5150
5171
|
"kind": 1024,
|
5151
5172
|
"kindString": "Property",
|
@@ -5159,7 +5180,7 @@
|
|
5159
5180
|
}
|
5160
5181
|
},
|
5161
5182
|
{
|
5162
|
-
"id":
|
5183
|
+
"id": 812,
|
5163
5184
|
"name": "align",
|
5164
5185
|
"kind": 1024,
|
5165
5186
|
"kindString": "Property",
|
@@ -5188,7 +5209,7 @@
|
|
5188
5209
|
}
|
5189
5210
|
},
|
5190
5211
|
{
|
5191
|
-
"id":
|
5212
|
+
"id": 813,
|
5192
5213
|
"name": "className",
|
5193
5214
|
"kind": 1024,
|
5194
5215
|
"kindString": "Property",
|
@@ -5204,7 +5225,7 @@
|
|
5204
5225
|
}
|
5205
5226
|
},
|
5206
5227
|
{
|
5207
|
-
"id":
|
5228
|
+
"id": 817,
|
5208
5229
|
"name": "disableSorting",
|
5209
5230
|
"kind": 1024,
|
5210
5231
|
"kindString": "Property",
|
@@ -5220,7 +5241,7 @@
|
|
5220
5241
|
}
|
5221
5242
|
},
|
5222
5243
|
{
|
5223
|
-
"id":
|
5244
|
+
"id": 821,
|
5224
5245
|
"name": "flex",
|
5225
5246
|
"kind": 1024,
|
5226
5247
|
"kindString": "Property",
|
@@ -5240,28 +5261,28 @@
|
|
5240
5261
|
{
|
5241
5262
|
"type": "reflection",
|
5242
5263
|
"declaration": {
|
5243
|
-
"id":
|
5264
|
+
"id": 822,
|
5244
5265
|
"name": "__type",
|
5245
5266
|
"kind": 65536,
|
5246
5267
|
"kindString": "Type literal",
|
5247
5268
|
"flags": {},
|
5248
5269
|
"signatures": [
|
5249
5270
|
{
|
5250
|
-
"id":
|
5271
|
+
"id": 823,
|
5251
5272
|
"name": "__type",
|
5252
5273
|
"kind": 4096,
|
5253
5274
|
"kindString": "Call signature",
|
5254
5275
|
"flags": {},
|
5255
5276
|
"parameters": [
|
5256
5277
|
{
|
5257
|
-
"id":
|
5278
|
+
"id": 824,
|
5258
5279
|
"name": "row",
|
5259
5280
|
"kind": 32768,
|
5260
5281
|
"kindString": "Parameter",
|
5261
5282
|
"flags": {},
|
5262
5283
|
"type": {
|
5263
5284
|
"type": "reference",
|
5264
|
-
"id":
|
5285
|
+
"id": 831,
|
5265
5286
|
"name": "TRow"
|
5266
5287
|
}
|
5267
5288
|
}
|
@@ -5278,7 +5299,7 @@
|
|
5278
5299
|
}
|
5279
5300
|
},
|
5280
5301
|
{
|
5281
|
-
"id":
|
5302
|
+
"id": 825,
|
5282
5303
|
"name": "headRenderer",
|
5283
5304
|
"kind": 1024,
|
5284
5305
|
"kindString": "Property",
|
@@ -5296,7 +5317,7 @@
|
|
5296
5317
|
}
|
5297
5318
|
},
|
5298
5319
|
{
|
5299
|
-
"id":
|
5320
|
+
"id": 826,
|
5300
5321
|
"name": "hidden",
|
5301
5322
|
"kind": 1024,
|
5302
5323
|
"kindString": "Property",
|
@@ -5312,7 +5333,7 @@
|
|
5312
5333
|
}
|
5313
5334
|
},
|
5314
5335
|
{
|
5315
|
-
"id":
|
5336
|
+
"id": 827,
|
5316
5337
|
"name": "hiddenOnSubRows",
|
5317
5338
|
"kind": 1024,
|
5318
5339
|
"kindString": "Property",
|
@@ -5328,7 +5349,7 @@
|
|
5328
5349
|
}
|
5329
5350
|
},
|
5330
5351
|
{
|
5331
|
-
"id":
|
5352
|
+
"id": 828,
|
5332
5353
|
"name": "sort",
|
5333
5354
|
"kind": 1024,
|
5334
5355
|
"kindString": "Property",
|
@@ -5340,12 +5361,12 @@
|
|
5340
5361
|
},
|
5341
5362
|
"type": {
|
5342
5363
|
"type": "reference",
|
5343
|
-
"id":
|
5364
|
+
"id": 790,
|
5344
5365
|
"name": "SortDirection"
|
5345
5366
|
}
|
5346
5367
|
},
|
5347
5368
|
{
|
5348
|
-
"id":
|
5369
|
+
"id": 829,
|
5349
5370
|
"name": "sortType",
|
5350
5371
|
"kind": 1024,
|
5351
5372
|
"kindString": "Property",
|
@@ -5357,12 +5378,12 @@
|
|
5357
5378
|
},
|
5358
5379
|
"type": {
|
5359
5380
|
"type": "reference",
|
5360
|
-
"id":
|
5381
|
+
"id": 802,
|
5361
5382
|
"name": "SortTypes"
|
5362
5383
|
}
|
5363
5384
|
},
|
5364
5385
|
{
|
5365
|
-
"id":
|
5386
|
+
"id": 830,
|
5366
5387
|
"name": "style",
|
5367
5388
|
"kind": 1024,
|
5368
5389
|
"kindString": "Property",
|
@@ -5378,7 +5399,7 @@
|
|
5378
5399
|
}
|
5379
5400
|
},
|
5380
5401
|
{
|
5381
|
-
"id":
|
5402
|
+
"id": 814,
|
5382
5403
|
"name": "cellRenderer",
|
5383
5404
|
"kind": 2048,
|
5384
5405
|
"kindString": "Method",
|
@@ -5387,7 +5408,7 @@
|
|
5387
5408
|
},
|
5388
5409
|
"signatures": [
|
5389
5410
|
{
|
5390
|
-
"id":
|
5411
|
+
"id": 815,
|
5391
5412
|
"name": "cellRenderer",
|
5392
5413
|
"kind": 4096,
|
5393
5414
|
"kindString": "Call signature",
|
@@ -5397,18 +5418,18 @@
|
|
5397
5418
|
},
|
5398
5419
|
"parameters": [
|
5399
5420
|
{
|
5400
|
-
"id":
|
5421
|
+
"id": 816,
|
5401
5422
|
"name": "cellProps",
|
5402
5423
|
"kind": 32768,
|
5403
5424
|
"kindString": "Parameter",
|
5404
5425
|
"flags": {},
|
5405
5426
|
"type": {
|
5406
5427
|
"type": "reference",
|
5407
|
-
"id":
|
5428
|
+
"id": 803,
|
5408
5429
|
"typeArguments": [
|
5409
5430
|
{
|
5410
5431
|
"type": "reference",
|
5411
|
-
"id":
|
5432
|
+
"id": 831,
|
5412
5433
|
"name": "TRow"
|
5413
5434
|
}
|
5414
5435
|
],
|
@@ -5426,7 +5447,7 @@
|
|
5426
5447
|
]
|
5427
5448
|
},
|
5428
5449
|
{
|
5429
|
-
"id":
|
5450
|
+
"id": 818,
|
5430
5451
|
"name": "editRenderer",
|
5431
5452
|
"kind": 2048,
|
5432
5453
|
"kindString": "Method",
|
@@ -5435,25 +5456,25 @@
|
|
5435
5456
|
},
|
5436
5457
|
"signatures": [
|
5437
5458
|
{
|
5438
|
-
"id":
|
5459
|
+
"id": 819,
|
5439
5460
|
"name": "editRenderer",
|
5440
5461
|
"kind": 4096,
|
5441
5462
|
"kindString": "Call signature",
|
5442
5463
|
"flags": {},
|
5443
5464
|
"parameters": [
|
5444
5465
|
{
|
5445
|
-
"id":
|
5466
|
+
"id": 820,
|
5446
5467
|
"name": "cellProps",
|
5447
5468
|
"kind": 32768,
|
5448
5469
|
"kindString": "Parameter",
|
5449
5470
|
"flags": {},
|
5450
5471
|
"type": {
|
5451
5472
|
"type": "reference",
|
5452
|
-
"id":
|
5473
|
+
"id": 803,
|
5453
5474
|
"typeArguments": [
|
5454
5475
|
{
|
5455
5476
|
"type": "reference",
|
5456
|
-
"id":
|
5477
|
+
"id": 831,
|
5457
5478
|
"name": "TRow"
|
5458
5479
|
}
|
5459
5480
|
],
|
@@ -5475,7 +5496,7 @@
|
|
5475
5496
|
"TableGroupProps": {
|
5476
5497
|
"props": [
|
5477
5498
|
{
|
5478
|
-
"id":
|
5499
|
+
"id": 834,
|
5479
5500
|
"name": "children",
|
5480
5501
|
"kind": 1024,
|
5481
5502
|
"kindString": "Property",
|
@@ -5491,11 +5512,11 @@
|
|
5491
5512
|
"typeArguments": [
|
5492
5513
|
{
|
5493
5514
|
"type": "reference",
|
5494
|
-
"id":
|
5515
|
+
"id": 809,
|
5495
5516
|
"typeArguments": [
|
5496
5517
|
{
|
5497
5518
|
"type": "reference",
|
5498
|
-
"id":
|
5519
|
+
"id": 837,
|
5499
5520
|
"name": "TRow"
|
5500
5521
|
}
|
5501
5522
|
],
|
@@ -5513,11 +5534,11 @@
|
|
5513
5534
|
"typeArguments": [
|
5514
5535
|
{
|
5515
5536
|
"type": "reference",
|
5516
|
-
"id":
|
5537
|
+
"id": 809,
|
5517
5538
|
"typeArguments": [
|
5518
5539
|
{
|
5519
5540
|
"type": "reference",
|
5520
|
-
"id":
|
5541
|
+
"id": 837,
|
5521
5542
|
"name": "TRow"
|
5522
5543
|
}
|
5523
5544
|
],
|
@@ -5533,7 +5554,7 @@
|
|
5533
5554
|
}
|
5534
5555
|
},
|
5535
5556
|
{
|
5536
|
-
"id":
|
5557
|
+
"id": 835,
|
5537
5558
|
"name": "hidden",
|
5538
5559
|
"kind": 1024,
|
5539
5560
|
"kindString": "Property",
|
@@ -5549,7 +5570,7 @@
|
|
5549
5570
|
}
|
5550
5571
|
},
|
5551
5572
|
{
|
5552
|
-
"id":
|
5573
|
+
"id": 836,
|
5553
5574
|
"name": "title",
|
5554
5575
|
"kind": 1024,
|
5555
5576
|
"kindString": "Property",
|
@@ -5570,7 +5591,7 @@
|
|
5570
5591
|
],
|
5571
5592
|
"props": [
|
5572
5593
|
{
|
5573
|
-
"id":
|
5594
|
+
"id": 873,
|
5574
5595
|
"name": "actions",
|
5575
5596
|
"kind": 1024,
|
5576
5597
|
"kindString": "Property",
|
@@ -5584,11 +5605,11 @@
|
|
5584
5605
|
"type": "array",
|
5585
5606
|
"elementType": {
|
5586
5607
|
"type": "reference",
|
5587
|
-
"id":
|
5608
|
+
"id": 786,
|
5588
5609
|
"typeArguments": [
|
5589
5610
|
{
|
5590
5611
|
"type": "reference",
|
5591
|
-
"id":
|
5612
|
+
"id": 878,
|
5592
5613
|
"name": "TRow"
|
5593
5614
|
}
|
5594
5615
|
],
|
@@ -5597,7 +5618,7 @@
|
|
5597
5618
|
}
|
5598
5619
|
},
|
5599
5620
|
{
|
5600
|
-
"id":
|
5621
|
+
"id": 840,
|
5601
5622
|
"name": "autoFocus",
|
5602
5623
|
"kind": 1024,
|
5603
5624
|
"kindString": "Property",
|
@@ -5613,7 +5634,7 @@
|
|
5613
5634
|
}
|
5614
5635
|
},
|
5615
5636
|
{
|
5616
|
-
"id":
|
5637
|
+
"id": 841,
|
5617
5638
|
"name": "children",
|
5618
5639
|
"kind": 1024,
|
5619
5640
|
"kindString": "Property",
|
@@ -5626,7 +5647,7 @@
|
|
5626
5647
|
"typeArguments": [
|
5627
5648
|
{
|
5628
5649
|
"type": "reference",
|
5629
|
-
"id":
|
5650
|
+
"id": 878,
|
5630
5651
|
"name": "TRow"
|
5631
5652
|
}
|
5632
5653
|
],
|
@@ -5634,7 +5655,7 @@
|
|
5634
5655
|
}
|
5635
5656
|
},
|
5636
5657
|
{
|
5637
|
-
"id":
|
5658
|
+
"id": 843,
|
5638
5659
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5639
5660
|
"kind": 1024,
|
5640
5661
|
"kindString": "Property",
|
@@ -5650,7 +5671,7 @@
|
|
5650
5671
|
}
|
5651
5672
|
},
|
5652
5673
|
{
|
5653
|
-
"id":
|
5674
|
+
"id": 842,
|
5654
5675
|
"name": "data",
|
5655
5676
|
"kind": 1024,
|
5656
5677
|
"kindString": "Property",
|
@@ -5662,11 +5683,11 @@
|
|
5662
5683
|
"type": "array",
|
5663
5684
|
"elementType": {
|
5664
5685
|
"type": "reference",
|
5665
|
-
"id":
|
5686
|
+
"id": 746,
|
5666
5687
|
"typeArguments": [
|
5667
5688
|
{
|
5668
5689
|
"type": "reference",
|
5669
|
-
"id":
|
5690
|
+
"id": 878,
|
5670
5691
|
"name": "TRow"
|
5671
5692
|
}
|
5672
5693
|
],
|
@@ -5675,7 +5696,7 @@
|
|
5675
5696
|
}
|
5676
5697
|
},
|
5677
5698
|
{
|
5678
|
-
"id":
|
5699
|
+
"id": 862,
|
5679
5700
|
"name": "disablePagination",
|
5680
5701
|
"kind": 1024,
|
5681
5702
|
"kindString": "Property",
|
@@ -5688,7 +5709,7 @@
|
|
5688
5709
|
}
|
5689
5710
|
},
|
5690
5711
|
{
|
5691
|
-
"id":
|
5712
|
+
"id": 858,
|
5692
5713
|
"name": "disableSorting",
|
5693
5714
|
"kind": 1024,
|
5694
5715
|
"kindString": "Property",
|
@@ -5704,7 +5725,7 @@
|
|
5704
5725
|
}
|
5705
5726
|
},
|
5706
5727
|
{
|
5707
|
-
"id":
|
5728
|
+
"id": 871,
|
5708
5729
|
"name": "inlineEditingUniqueId",
|
5709
5730
|
"kind": 1024,
|
5710
5731
|
"kindString": "Property",
|
@@ -5719,13 +5740,13 @@
|
|
5719
5740
|
"operator": "keyof",
|
5720
5741
|
"target": {
|
5721
5742
|
"type": "reference",
|
5722
|
-
"id":
|
5743
|
+
"id": 878,
|
5723
5744
|
"name": "TRow"
|
5724
5745
|
}
|
5725
5746
|
}
|
5726
5747
|
},
|
5727
5748
|
{
|
5728
|
-
"id":
|
5749
|
+
"id": 863,
|
5729
5750
|
"name": "length",
|
5730
5751
|
"kind": 1024,
|
5731
5752
|
"kindString": "Property",
|
@@ -5738,7 +5759,7 @@
|
|
5738
5759
|
}
|
5739
5760
|
},
|
5740
5761
|
{
|
5741
|
-
"id":
|
5762
|
+
"id": 860,
|
5742
5763
|
"name": "manualSorting",
|
5743
5764
|
"kind": 1024,
|
5744
5765
|
"kindString": "Property",
|
@@ -5754,7 +5775,7 @@
|
|
5754
5775
|
}
|
5755
5776
|
},
|
5756
5777
|
{
|
5757
|
-
"id":
|
5778
|
+
"id": 864,
|
5758
5779
|
"name": "onPaginate",
|
5759
5780
|
"kind": 1024,
|
5760
5781
|
"kindString": "Property",
|
@@ -5766,12 +5787,12 @@
|
|
5766
5787
|
},
|
5767
5788
|
"type": {
|
5768
5789
|
"type": "reference",
|
5769
|
-
"id":
|
5790
|
+
"id": 741,
|
5770
5791
|
"name": "PaginationHandler"
|
5771
5792
|
}
|
5772
5793
|
},
|
5773
5794
|
{
|
5774
|
-
"id":
|
5795
|
+
"id": 877,
|
5775
5796
|
"name": "onRowActive",
|
5776
5797
|
"kind": 1024,
|
5777
5798
|
"kindString": "Property",
|
@@ -5786,7 +5807,7 @@
|
|
5786
5807
|
"typeArguments": [
|
5787
5808
|
{
|
5788
5809
|
"type": "reference",
|
5789
|
-
"id":
|
5810
|
+
"id": 878,
|
5790
5811
|
"name": "TRow"
|
5791
5812
|
}
|
5792
5813
|
],
|
@@ -5794,7 +5815,7 @@
|
|
5794
5815
|
}
|
5795
5816
|
},
|
5796
5817
|
{
|
5797
|
-
"id":
|
5818
|
+
"id": 846,
|
5798
5819
|
"name": "onRowClick",
|
5799
5820
|
"kind": 1024,
|
5800
5821
|
"kindString": "Property",
|
@@ -5806,11 +5827,11 @@
|
|
5806
5827
|
},
|
5807
5828
|
"type": {
|
5808
5829
|
"type": "reference",
|
5809
|
-
"id":
|
5830
|
+
"id": 752,
|
5810
5831
|
"typeArguments": [
|
5811
5832
|
{
|
5812
5833
|
"type": "reference",
|
5813
|
-
"id":
|
5834
|
+
"id": 878,
|
5814
5835
|
"name": "TRow"
|
5815
5836
|
}
|
5816
5837
|
],
|
@@ -5818,7 +5839,7 @@
|
|
5818
5839
|
}
|
5819
5840
|
},
|
5820
5841
|
{
|
5821
|
-
"id":
|
5842
|
+
"id": 875,
|
5822
5843
|
"name": "onRowCopy",
|
5823
5844
|
"kind": 1024,
|
5824
5845
|
"kindString": "Property",
|
@@ -5830,11 +5851,11 @@
|
|
5830
5851
|
},
|
5831
5852
|
"type": {
|
5832
5853
|
"type": "reference",
|
5833
|
-
"id":
|
5854
|
+
"id": 774,
|
5834
5855
|
"typeArguments": [
|
5835
5856
|
{
|
5836
5857
|
"type": "reference",
|
5837
|
-
"id":
|
5858
|
+
"id": 878,
|
5838
5859
|
"name": "TRow"
|
5839
5860
|
}
|
5840
5861
|
],
|
@@ -5842,7 +5863,7 @@
|
|
5842
5863
|
}
|
5843
5864
|
},
|
5844
5865
|
{
|
5845
|
-
"id":
|
5866
|
+
"id": 872,
|
5846
5867
|
"name": "onRowCreate",
|
5847
5868
|
"kind": 1024,
|
5848
5869
|
"kindString": "Property",
|
@@ -5854,11 +5875,11 @@
|
|
5854
5875
|
},
|
5855
5876
|
"type": {
|
5856
5877
|
"type": "reference",
|
5857
|
-
"id":
|
5878
|
+
"id": 768,
|
5858
5879
|
"typeArguments": [
|
5859
5880
|
{
|
5860
5881
|
"type": "reference",
|
5861
|
-
"id":
|
5882
|
+
"id": 878,
|
5862
5883
|
"name": "TRow"
|
5863
5884
|
}
|
5864
5885
|
],
|
@@ -5866,7 +5887,7 @@
|
|
5866
5887
|
}
|
5867
5888
|
},
|
5868
5889
|
{
|
5869
|
-
"id":
|
5890
|
+
"id": 876,
|
5870
5891
|
"name": "onRowDelete",
|
5871
5892
|
"kind": 1024,
|
5872
5893
|
"kindString": "Property",
|
@@ -5878,11 +5899,11 @@
|
|
5878
5899
|
},
|
5879
5900
|
"type": {
|
5880
5901
|
"type": "reference",
|
5881
|
-
"id":
|
5902
|
+
"id": 780,
|
5882
5903
|
"typeArguments": [
|
5883
5904
|
{
|
5884
5905
|
"type": "reference",
|
5885
|
-
"id":
|
5906
|
+
"id": 878,
|
5886
5907
|
"name": "TRow"
|
5887
5908
|
}
|
5888
5909
|
],
|
@@ -5890,7 +5911,7 @@
|
|
5890
5911
|
}
|
5891
5912
|
},
|
5892
5913
|
{
|
5893
|
-
"id":
|
5914
|
+
"id": 847,
|
5894
5915
|
"name": "onRowDrag",
|
5895
5916
|
"kind": 1024,
|
5896
5917
|
"kindString": "Property",
|
@@ -5902,11 +5923,11 @@
|
|
5902
5923
|
},
|
5903
5924
|
"type": {
|
5904
5925
|
"type": "reference",
|
5905
|
-
"id":
|
5926
|
+
"id": 758,
|
5906
5927
|
"typeArguments": [
|
5907
5928
|
{
|
5908
5929
|
"type": "reference",
|
5909
|
-
"id":
|
5930
|
+
"id": 878,
|
5910
5931
|
"name": "TRow"
|
5911
5932
|
}
|
5912
5933
|
],
|
@@ -5914,7 +5935,7 @@
|
|
5914
5935
|
}
|
5915
5936
|
},
|
5916
5937
|
{
|
5917
|
-
"id":
|
5938
|
+
"id": 874,
|
5918
5939
|
"name": "onRowEdit",
|
5919
5940
|
"kind": 1024,
|
5920
5941
|
"kindString": "Property",
|
@@ -5929,7 +5950,7 @@
|
|
5929
5950
|
"typeArguments": [
|
5930
5951
|
{
|
5931
5952
|
"type": "reference",
|
5932
|
-
"id":
|
5953
|
+
"id": 878,
|
5933
5954
|
"name": "TRow"
|
5934
5955
|
}
|
5935
5956
|
],
|
@@ -5937,7 +5958,7 @@
|
|
5937
5958
|
}
|
5938
5959
|
},
|
5939
5960
|
{
|
5940
|
-
"id":
|
5961
|
+
"id": 848,
|
5941
5962
|
"name": "onSelectedRows",
|
5942
5963
|
"kind": 1024,
|
5943
5964
|
"kindString": "Property",
|
@@ -5949,12 +5970,12 @@
|
|
5949
5970
|
},
|
5950
5971
|
"type": {
|
5951
5972
|
"type": "reference",
|
5952
|
-
"id":
|
5973
|
+
"id": 788,
|
5953
5974
|
"name": "SelectedRowsHandler"
|
5954
5975
|
}
|
5955
5976
|
},
|
5956
5977
|
{
|
5957
|
-
"id":
|
5978
|
+
"id": 859,
|
5958
5979
|
"name": "onSort",
|
5959
5980
|
"kind": 1024,
|
5960
5981
|
"kindString": "Property",
|
@@ -5966,11 +5987,11 @@
|
|
5966
5987
|
},
|
5967
5988
|
"type": {
|
5968
5989
|
"type": "reference",
|
5969
|
-
"id":
|
5990
|
+
"id": 791,
|
5970
5991
|
"typeArguments": [
|
5971
5992
|
{
|
5972
5993
|
"type": "reference",
|
5973
|
-
"id":
|
5994
|
+
"id": 878,
|
5974
5995
|
"name": "TRow"
|
5975
5996
|
}
|
5976
5997
|
],
|
@@ -5978,7 +5999,7 @@
|
|
5978
5999
|
}
|
5979
6000
|
},
|
5980
6001
|
{
|
5981
|
-
"id":
|
6002
|
+
"id": 865,
|
5982
6003
|
"name": "pageIndex",
|
5983
6004
|
"kind": 1024,
|
5984
6005
|
"kindString": "Property",
|
@@ -5994,7 +6015,7 @@
|
|
5994
6015
|
}
|
5995
6016
|
},
|
5996
6017
|
{
|
5997
|
-
"id":
|
6018
|
+
"id": 866,
|
5998
6019
|
"name": "pageSize",
|
5999
6020
|
"kind": 1024,
|
6000
6021
|
"kindString": "Property",
|
@@ -6010,7 +6031,7 @@
|
|
6010
6031
|
}
|
6011
6032
|
},
|
6012
6033
|
{
|
6013
|
-
"id":
|
6034
|
+
"id": 849,
|
6014
6035
|
"name": "rowClassName",
|
6015
6036
|
"kind": 1024,
|
6016
6037
|
"kindString": "Property",
|
@@ -6030,32 +6051,32 @@
|
|
6030
6051
|
{
|
6031
6052
|
"type": "reflection",
|
6032
6053
|
"declaration": {
|
6033
|
-
"id":
|
6054
|
+
"id": 850,
|
6034
6055
|
"name": "__type",
|
6035
6056
|
"kind": 65536,
|
6036
6057
|
"kindString": "Type literal",
|
6037
6058
|
"flags": {},
|
6038
6059
|
"signatures": [
|
6039
6060
|
{
|
6040
|
-
"id":
|
6061
|
+
"id": 851,
|
6041
6062
|
"name": "__type",
|
6042
6063
|
"kind": 4096,
|
6043
6064
|
"kindString": "Call signature",
|
6044
6065
|
"flags": {},
|
6045
6066
|
"parameters": [
|
6046
6067
|
{
|
6047
|
-
"id":
|
6068
|
+
"id": 852,
|
6048
6069
|
"name": "row",
|
6049
6070
|
"kind": 32768,
|
6050
6071
|
"kindString": "Parameter",
|
6051
6072
|
"flags": {},
|
6052
6073
|
"type": {
|
6053
6074
|
"type": "reference",
|
6054
|
-
"id":
|
6075
|
+
"id": 879,
|
6055
6076
|
"typeArguments": [
|
6056
6077
|
{
|
6057
6078
|
"type": "reference",
|
6058
|
-
"id":
|
6079
|
+
"id": 878,
|
6059
6080
|
"name": "TRow"
|
6060
6081
|
}
|
6061
6082
|
],
|
@@ -6084,7 +6105,7 @@
|
|
6084
6105
|
}
|
6085
6106
|
},
|
6086
6107
|
{
|
6087
|
-
"id":
|
6108
|
+
"id": 856,
|
6088
6109
|
"name": "rowHeight",
|
6089
6110
|
"kind": 1024,
|
6090
6111
|
"kindString": "Property",
|
@@ -6100,7 +6121,7 @@
|
|
6100
6121
|
}
|
6101
6122
|
},
|
6102
6123
|
{
|
6103
|
-
"id":
|
6124
|
+
"id": 857,
|
6104
6125
|
"name": "selectedRows",
|
6105
6126
|
"kind": 1024,
|
6106
6127
|
"kindString": "Property",
|
@@ -6112,12 +6133,12 @@
|
|
6112
6133
|
},
|
6113
6134
|
"type": {
|
6114
6135
|
"type": "reference",
|
6115
|
-
"id":
|
6136
|
+
"id": 789,
|
6116
6137
|
"name": "SelectedRowsState"
|
6117
6138
|
}
|
6118
6139
|
},
|
6119
6140
|
{
|
6120
|
-
"id":
|
6141
|
+
"id": 861,
|
6121
6142
|
"name": "sortRules",
|
6122
6143
|
"kind": 1024,
|
6123
6144
|
"kindString": "Property",
|
@@ -6131,11 +6152,11 @@
|
|
6131
6152
|
"type": "array",
|
6132
6153
|
"elementType": {
|
6133
6154
|
"type": "reference",
|
6134
|
-
"id":
|
6155
|
+
"id": 797,
|
6135
6156
|
"typeArguments": [
|
6136
6157
|
{
|
6137
6158
|
"type": "reference",
|
6138
|
-
"id":
|
6159
|
+
"id": 878,
|
6139
6160
|
"name": "TRow"
|
6140
6161
|
}
|
6141
6162
|
],
|
@@ -6144,7 +6165,7 @@
|
|
6144
6165
|
}
|
6145
6166
|
},
|
6146
6167
|
{
|
6147
|
-
"id":
|
6168
|
+
"id": 844,
|
6148
6169
|
"name": "emptyStateRenderer",
|
6149
6170
|
"kind": 2048,
|
6150
6171
|
"kindString": "Method",
|
@@ -6153,7 +6174,7 @@
|
|
6153
6174
|
},
|
6154
6175
|
"signatures": [
|
6155
6176
|
{
|
6156
|
-
"id":
|
6177
|
+
"id": 845,
|
6157
6178
|
"name": "emptyStateRenderer",
|
6158
6179
|
"kind": 4096,
|
6159
6180
|
"kindString": "Call signature",
|
@@ -6171,7 +6192,7 @@
|
|
6171
6192
|
]
|
6172
6193
|
},
|
6173
6194
|
{
|
6174
|
-
"id":
|
6195
|
+
"id": 867,
|
6175
6196
|
"name": "loadMore",
|
6176
6197
|
"kind": 2048,
|
6177
6198
|
"kindString": "Method",
|
@@ -6180,7 +6201,7 @@
|
|
6180
6201
|
},
|
6181
6202
|
"signatures": [
|
6182
6203
|
{
|
6183
|
-
"id":
|
6204
|
+
"id": 868,
|
6184
6205
|
"name": "loadMore",
|
6185
6206
|
"kind": 4096,
|
6186
6207
|
"kindString": "Call signature",
|
@@ -6190,7 +6211,7 @@
|
|
6190
6211
|
},
|
6191
6212
|
"parameters": [
|
6192
6213
|
{
|
6193
|
-
"id":
|
6214
|
+
"id": 869,
|
6194
6215
|
"name": "startIndex",
|
6195
6216
|
"kind": 32768,
|
6196
6217
|
"kindString": "Parameter",
|
@@ -6201,7 +6222,7 @@
|
|
6201
6222
|
}
|
6202
6223
|
},
|
6203
6224
|
{
|
6204
|
-
"id":
|
6225
|
+
"id": 870,
|
6205
6226
|
"name": "endIndex",
|
6206
6227
|
"kind": 32768,
|
6207
6228
|
"kindString": "Parameter",
|
@@ -6220,7 +6241,7 @@
|
|
6220
6241
|
]
|
6221
6242
|
},
|
6222
6243
|
{
|
6223
|
-
"id":
|
6244
|
+
"id": 853,
|
6224
6245
|
"name": "rowExpansionRenderer",
|
6225
6246
|
"kind": 2048,
|
6226
6247
|
"kindString": "Method",
|
@@ -6229,7 +6250,7 @@
|
|
6229
6250
|
},
|
6230
6251
|
"signatures": [
|
6231
6252
|
{
|
6232
|
-
"id":
|
6253
|
+
"id": 854,
|
6233
6254
|
"name": "rowExpansionRenderer",
|
6234
6255
|
"kind": 4096,
|
6235
6256
|
"kindString": "Call signature",
|
@@ -6239,18 +6260,18 @@
|
|
6239
6260
|
},
|
6240
6261
|
"parameters": [
|
6241
6262
|
{
|
6242
|
-
"id":
|
6263
|
+
"id": 855,
|
6243
6264
|
"name": "row",
|
6244
6265
|
"kind": 32768,
|
6245
6266
|
"kindString": "Parameter",
|
6246
6267
|
"flags": {},
|
6247
6268
|
"type": {
|
6248
6269
|
"type": "reference",
|
6249
|
-
"id":
|
6270
|
+
"id": 879,
|
6250
6271
|
"typeArguments": [
|
6251
6272
|
{
|
6252
6273
|
"type": "reference",
|
6253
|
-
"id":
|
6274
|
+
"id": 878,
|
6254
6275
|
"name": "TRow"
|
6255
6276
|
}
|
6256
6277
|
],
|
@@ -6275,7 +6296,7 @@
|
|
6275
6296
|
],
|
6276
6297
|
"props": [
|
6277
6298
|
{
|
6278
|
-
"id":
|
6299
|
+
"id": 894,
|
6279
6300
|
"name": "instance",
|
6280
6301
|
"kind": 1024,
|
6281
6302
|
"kindString": "Property",
|
@@ -6283,14 +6304,14 @@
|
|
6283
6304
|
"type": {
|
6284
6305
|
"type": "reflection",
|
6285
6306
|
"declaration": {
|
6286
|
-
"id":
|
6307
|
+
"id": 895,
|
6287
6308
|
"name": "__type",
|
6288
6309
|
"kind": 65536,
|
6289
6310
|
"kindString": "Type literal",
|
6290
6311
|
"flags": {},
|
6291
6312
|
"children": [
|
6292
6313
|
{
|
6293
|
-
"id":
|
6314
|
+
"id": 901,
|
6294
6315
|
"name": "resetRowEditing",
|
6295
6316
|
"kind": 1024,
|
6296
6317
|
"kindString": "Property",
|
@@ -6301,7 +6322,7 @@
|
|
6301
6322
|
}
|
6302
6323
|
},
|
6303
6324
|
{
|
6304
|
-
"id":
|
6325
|
+
"id": 896,
|
6305
6326
|
"name": "toggleAllRowsExpanded",
|
6306
6327
|
"kind": 1024,
|
6307
6328
|
"kindString": "Property",
|
@@ -6312,7 +6333,7 @@
|
|
6312
6333
|
}
|
6313
6334
|
},
|
6314
6335
|
{
|
6315
|
-
"id":
|
6336
|
+
"id": 899,
|
6316
6337
|
"name": "toggleEditing",
|
6317
6338
|
"kind": 1024,
|
6318
6339
|
"kindString": "Property",
|
@@ -6323,7 +6344,7 @@
|
|
6323
6344
|
}
|
6324
6345
|
},
|
6325
6346
|
{
|
6326
|
-
"id":
|
6347
|
+
"id": 897,
|
6327
6348
|
"name": "toggleHideAllColumns",
|
6328
6349
|
"kind": 1024,
|
6329
6350
|
"kindString": "Property",
|
@@ -6334,7 +6355,7 @@
|
|
6334
6355
|
}
|
6335
6356
|
},
|
6336
6357
|
{
|
6337
|
-
"id":
|
6358
|
+
"id": 898,
|
6338
6359
|
"name": "toggleHideColumn",
|
6339
6360
|
"kind": 1024,
|
6340
6361
|
"kindString": "Property",
|
@@ -6345,7 +6366,7 @@
|
|
6345
6366
|
}
|
6346
6367
|
},
|
6347
6368
|
{
|
6348
|
-
"id":
|
6369
|
+
"id": 900,
|
6349
6370
|
"name": "toggleRowEditing",
|
6350
6371
|
"kind": 1024,
|
6351
6372
|
"kindString": "Property",
|
@@ -6356,7 +6377,7 @@
|
|
6356
6377
|
}
|
6357
6378
|
},
|
6358
6379
|
{
|
6359
|
-
"id":
|
6380
|
+
"id": 902,
|
6360
6381
|
"name": "toggleRowExpanded",
|
6361
6382
|
"kind": 1024,
|
6362
6383
|
"kindString": "Property",
|
@@ -6367,7 +6388,7 @@
|
|
6367
6388
|
}
|
6368
6389
|
},
|
6369
6390
|
{
|
6370
|
-
"id":
|
6391
|
+
"id": 903,
|
6371
6392
|
"name": "toggleSortBy",
|
6372
6393
|
"kind": 1024,
|
6373
6394
|
"kindString": "Property",
|
@@ -6383,14 +6404,14 @@
|
|
6383
6404
|
"title": "Properties",
|
6384
6405
|
"kind": 1024,
|
6385
6406
|
"children": [
|
6386
|
-
|
6387
|
-
893,
|
6407
|
+
901,
|
6388
6408
|
896,
|
6389
|
-
894,
|
6390
|
-
895,
|
6391
|
-
897,
|
6392
6409
|
899,
|
6393
|
-
|
6410
|
+
897,
|
6411
|
+
898,
|
6412
|
+
900,
|
6413
|
+
902,
|
6414
|
+
903
|
6394
6415
|
]
|
6395
6416
|
}
|
6396
6417
|
]
|
@@ -6402,7 +6423,7 @@
|
|
6402
6423
|
"TableRow": {
|
6403
6424
|
"props": [
|
6404
6425
|
{
|
6405
|
-
"id":
|
6426
|
+
"id": 883,
|
6406
6427
|
"name": "depth",
|
6407
6428
|
"kind": 1024,
|
6408
6429
|
"kindString": "Property",
|
@@ -6415,7 +6436,7 @@
|
|
6415
6436
|
}
|
6416
6437
|
},
|
6417
6438
|
{
|
6418
|
-
"id":
|
6439
|
+
"id": 881,
|
6419
6440
|
"name": "index",
|
6420
6441
|
"kind": 1024,
|
6421
6442
|
"kindString": "Property",
|
@@ -6429,7 +6450,7 @@
|
|
6429
6450
|
}
|
6430
6451
|
},
|
6431
6452
|
{
|
6432
|
-
"id":
|
6453
|
+
"id": 882,
|
6433
6454
|
"name": "indexPath",
|
6434
6455
|
"kind": 1024,
|
6435
6456
|
"kindString": "Property",
|
@@ -6443,7 +6464,7 @@
|
|
6443
6464
|
}
|
6444
6465
|
},
|
6445
6466
|
{
|
6446
|
-
"id":
|
6467
|
+
"id": 888,
|
6447
6468
|
"name": "isEditing",
|
6448
6469
|
"kind": 1024,
|
6449
6470
|
"kindString": "Property",
|
@@ -6456,7 +6477,7 @@
|
|
6456
6477
|
}
|
6457
6478
|
},
|
6458
6479
|
{
|
6459
|
-
"id":
|
6480
|
+
"id": 884,
|
6460
6481
|
"name": "isExpanded",
|
6461
6482
|
"kind": 1024,
|
6462
6483
|
"kindString": "Property",
|
@@ -6472,7 +6493,7 @@
|
|
6472
6493
|
}
|
6473
6494
|
},
|
6474
6495
|
{
|
6475
|
-
"id":
|
6496
|
+
"id": 887,
|
6476
6497
|
"name": "values",
|
6477
6498
|
"kind": 1024,
|
6478
6499
|
"kindString": "Property",
|
@@ -6482,11 +6503,11 @@
|
|
6482
6503
|
},
|
6483
6504
|
"type": {
|
6484
6505
|
"type": "reference",
|
6485
|
-
"id":
|
6506
|
+
"id": 746,
|
6486
6507
|
"typeArguments": [
|
6487
6508
|
{
|
6488
6509
|
"type": "reference",
|
6489
|
-
"id":
|
6510
|
+
"id": 891,
|
6490
6511
|
"name": "TRow"
|
6491
6512
|
}
|
6492
6513
|
],
|
@@ -6494,7 +6515,7 @@
|
|
6494
6515
|
}
|
6495
6516
|
},
|
6496
6517
|
{
|
6497
|
-
"id":
|
6518
|
+
"id": 889,
|
6498
6519
|
"name": "toggleRowEditing",
|
6499
6520
|
"kind": 2048,
|
6500
6521
|
"kindString": "Method",
|
@@ -6503,7 +6524,7 @@
|
|
6503
6524
|
},
|
6504
6525
|
"signatures": [
|
6505
6526
|
{
|
6506
|
-
"id":
|
6527
|
+
"id": 890,
|
6507
6528
|
"name": "toggleRowEditing",
|
6508
6529
|
"kind": 4096,
|
6509
6530
|
"kindString": "Call signature",
|
@@ -6516,7 +6537,7 @@
|
|
6516
6537
|
]
|
6517
6538
|
},
|
6518
6539
|
{
|
6519
|
-
"id":
|
6540
|
+
"id": 885,
|
6520
6541
|
"name": "toggleRowExpanded",
|
6521
6542
|
"kind": 2048,
|
6522
6543
|
"kindString": "Method",
|
@@ -6525,7 +6546,7 @@
|
|
6525
6546
|
},
|
6526
6547
|
"signatures": [
|
6527
6548
|
{
|
6528
|
-
"id":
|
6549
|
+
"id": 886,
|
6529
6550
|
"name": "toggleRowExpanded",
|
6530
6551
|
"kind": 4096,
|
6531
6552
|
"kindString": "Call signature",
|
@@ -6545,7 +6566,7 @@
|
|
6545
6566
|
"TableTexts": {
|
6546
6567
|
"props": [
|
6547
6568
|
{
|
6548
|
-
"id":
|
6569
|
+
"id": 906,
|
6549
6570
|
"name": "actions",
|
6550
6571
|
"kind": 1024,
|
6551
6572
|
"kindString": "Property",
|
@@ -6556,7 +6577,7 @@
|
|
6556
6577
|
}
|
6557
6578
|
},
|
6558
6579
|
{
|
6559
|
-
"id":
|
6580
|
+
"id": 908,
|
6560
6581
|
"name": "copy",
|
6561
6582
|
"kind": 1024,
|
6562
6583
|
"kindString": "Property",
|
@@ -6567,7 +6588,7 @@
|
|
6567
6588
|
}
|
6568
6589
|
},
|
6569
6590
|
{
|
6570
|
-
"id":
|
6591
|
+
"id": 909,
|
6571
6592
|
"name": "del",
|
6572
6593
|
"kind": 1024,
|
6573
6594
|
"kindString": "Property",
|
@@ -6578,7 +6599,7 @@
|
|
6578
6599
|
}
|
6579
6600
|
},
|
6580
6601
|
{
|
6581
|
-
"id":
|
6602
|
+
"id": 907,
|
6582
6603
|
"name": "edit",
|
6583
6604
|
"kind": 1024,
|
6584
6605
|
"kindString": "Property",
|
@@ -6589,7 +6610,7 @@
|
|
6589
6610
|
}
|
6590
6611
|
},
|
6591
6612
|
{
|
6592
|
-
"id":
|
6613
|
+
"id": 911,
|
6593
6614
|
"name": "loading",
|
6594
6615
|
"kind": 1024,
|
6595
6616
|
"kindString": "Property",
|
@@ -6600,7 +6621,7 @@
|
|
6600
6621
|
}
|
6601
6622
|
},
|
6602
6623
|
{
|
6603
|
-
"id":
|
6624
|
+
"id": 910,
|
6604
6625
|
"name": "newSubRow",
|
6605
6626
|
"kind": 1024,
|
6606
6627
|
"kindString": "Property",
|
@@ -6618,7 +6639,7 @@
|
|
6618
6639
|
],
|
6619
6640
|
"props": [
|
6620
6641
|
{
|
6621
|
-
"id":
|
6642
|
+
"id": 964,
|
6622
6643
|
"name": "children",
|
6623
6644
|
"kind": 1024,
|
6624
6645
|
"kindString": "Property",
|
@@ -6634,7 +6655,7 @@
|
|
6634
6655
|
}
|
6635
6656
|
},
|
6636
6657
|
{
|
6637
|
-
"id":
|
6658
|
+
"id": 963,
|
6638
6659
|
"name": "defaultId",
|
6639
6660
|
"kind": 1024,
|
6640
6661
|
"kindString": "Property",
|
@@ -6650,7 +6671,7 @@
|
|
6650
6671
|
}
|
6651
6672
|
},
|
6652
6673
|
{
|
6653
|
-
"id":
|
6674
|
+
"id": 962,
|
6654
6675
|
"name": "id",
|
6655
6676
|
"kind": 1024,
|
6656
6677
|
"kindString": "Property",
|
@@ -6666,7 +6687,7 @@
|
|
6666
6687
|
}
|
6667
6688
|
},
|
6668
6689
|
{
|
6669
|
-
"id":
|
6690
|
+
"id": 965,
|
6670
6691
|
"name": "orientation",
|
6671
6692
|
"kind": 1024,
|
6672
6693
|
"kindString": "Property",
|
@@ -6689,7 +6710,7 @@
|
|
6689
6710
|
}
|
6690
6711
|
},
|
6691
6712
|
{
|
6692
|
-
"id":
|
6713
|
+
"id": 966,
|
6693
6714
|
"name": "onChange",
|
6694
6715
|
"kind": 2048,
|
6695
6716
|
"kindString": "Method",
|
@@ -6698,7 +6719,7 @@
|
|
6698
6719
|
},
|
6699
6720
|
"signatures": [
|
6700
6721
|
{
|
6701
|
-
"id":
|
6722
|
+
"id": 967,
|
6702
6723
|
"name": "onChange",
|
6703
6724
|
"kind": 4096,
|
6704
6725
|
"kindString": "Call signature",
|
@@ -6708,7 +6729,7 @@
|
|
6708
6729
|
},
|
6709
6730
|
"parameters": [
|
6710
6731
|
{
|
6711
|
-
"id":
|
6732
|
+
"id": 968,
|
6712
6733
|
"name": "id",
|
6713
6734
|
"kind": 32768,
|
6714
6735
|
"kindString": "Parameter",
|
@@ -6731,7 +6752,7 @@
|
|
6731
6752
|
"Taco": {
|
6732
6753
|
"props": [
|
6733
6754
|
{
|
6734
|
-
"id":
|
6755
|
+
"id": 604,
|
6735
6756
|
"name": "localization",
|
6736
6757
|
"kind": 1024,
|
6737
6758
|
"kindString": "Property",
|
@@ -6741,7 +6762,7 @@
|
|
6741
6762
|
},
|
6742
6763
|
"type": {
|
6743
6764
|
"type": "reference",
|
6744
|
-
"id":
|
6765
|
+
"id": 595,
|
6745
6766
|
"name": "Localization"
|
6746
6767
|
}
|
6747
6768
|
}
|
@@ -6753,7 +6774,7 @@
|
|
6753
6774
|
],
|
6754
6775
|
"props": [
|
6755
6776
|
{
|
6756
|
-
"id":
|
6777
|
+
"id": 985,
|
6757
6778
|
"name": "highlighted",
|
6758
6779
|
"kind": 1024,
|
6759
6780
|
"kindString": "Property",
|
@@ -6769,7 +6790,7 @@
|
|
6769
6790
|
}
|
6770
6791
|
},
|
6771
6792
|
{
|
6772
|
-
"id":
|
6793
|
+
"id": 986,
|
6773
6794
|
"name": "invalid",
|
6774
6795
|
"kind": 1024,
|
6775
6796
|
"kindString": "Property",
|
@@ -6782,7 +6803,7 @@
|
|
6782
6803
|
}
|
6783
6804
|
},
|
6784
6805
|
{
|
6785
|
-
"id":
|
6806
|
+
"id": 987,
|
6786
6807
|
"name": "value",
|
6787
6808
|
"kind": 1024,
|
6788
6809
|
"kindString": "Property",
|
@@ -6805,7 +6826,7 @@
|
|
6805
6826
|
],
|
6806
6827
|
"props": [
|
6807
6828
|
{
|
6808
|
-
"id":
|
6829
|
+
"id": 1027,
|
6809
6830
|
"name": "children",
|
6810
6831
|
"kind": 1024,
|
6811
6832
|
"kindString": "Property",
|
@@ -6830,7 +6851,7 @@
|
|
6830
6851
|
}
|
6831
6852
|
},
|
6832
6853
|
{
|
6833
|
-
"id":
|
6854
|
+
"id": 1029,
|
6834
6855
|
"name": "placement",
|
6835
6856
|
"kind": 1024,
|
6836
6857
|
"kindString": "Property",
|
@@ -6869,7 +6890,7 @@
|
|
6869
6890
|
}
|
6870
6891
|
},
|
6871
6892
|
{
|
6872
|
-
"id":
|
6893
|
+
"id": 1028,
|
6873
6894
|
"name": "title",
|
6874
6895
|
"kind": 1024,
|
6875
6896
|
"kindString": "Property",
|
@@ -6887,7 +6908,7 @@
|
|
6887
6908
|
"TourProps": {
|
6888
6909
|
"props": [
|
6889
6910
|
{
|
6890
|
-
"id":
|
6911
|
+
"id": 1055,
|
6891
6912
|
"name": "autoStart",
|
6892
6913
|
"kind": 1024,
|
6893
6914
|
"kindString": "Property",
|
@@ -6903,7 +6924,7 @@
|
|
6903
6924
|
}
|
6904
6925
|
},
|
6905
6926
|
{
|
6906
|
-
"id":
|
6927
|
+
"id": 1056,
|
6907
6928
|
"name": "children",
|
6908
6929
|
"kind": 1024,
|
6909
6930
|
"kindString": "Property",
|
@@ -6917,7 +6938,7 @@
|
|
6917
6938
|
}
|
6918
6939
|
},
|
6919
6940
|
{
|
6920
|
-
"id":
|
6941
|
+
"id": 1057,
|
6921
6942
|
"name": "continuous",
|
6922
6943
|
"kind": 1024,
|
6923
6944
|
"kindString": "Property",
|
@@ -6933,7 +6954,7 @@
|
|
6933
6954
|
}
|
6934
6955
|
},
|
6935
6956
|
{
|
6936
|
-
"id":
|
6957
|
+
"id": 1058,
|
6937
6958
|
"name": "disableCloseOnEsc",
|
6938
6959
|
"kind": 1024,
|
6939
6960
|
"kindString": "Property",
|
@@ -6949,7 +6970,7 @@
|
|
6949
6970
|
}
|
6950
6971
|
},
|
6951
6972
|
{
|
6952
|
-
"id":
|
6973
|
+
"id": 1059,
|
6953
6974
|
"name": "disableOverlayClose",
|
6954
6975
|
"kind": 1024,
|
6955
6976
|
"kindString": "Property",
|
@@ -6965,7 +6986,7 @@
|
|
6965
6986
|
}
|
6966
6987
|
},
|
6967
6988
|
{
|
6968
|
-
"id":
|
6989
|
+
"id": 1069,
|
6969
6990
|
"name": "disableScrollParentFix",
|
6970
6991
|
"kind": 1024,
|
6971
6992
|
"kindString": "Property",
|
@@ -6978,7 +6999,7 @@
|
|
6978
6999
|
}
|
6979
7000
|
},
|
6980
7001
|
{
|
6981
|
-
"id":
|
7002
|
+
"id": 1060,
|
6982
7003
|
"name": "disableScrolling",
|
6983
7004
|
"kind": 1024,
|
6984
7005
|
"kindString": "Property",
|
@@ -6994,7 +7015,7 @@
|
|
6994
7015
|
}
|
6995
7016
|
},
|
6996
7017
|
{
|
6997
|
-
"id":
|
7018
|
+
"id": 1064,
|
6998
7019
|
"name": "onComplete",
|
6999
7020
|
"kind": 1024,
|
7000
7021
|
"kindString": "Property",
|
@@ -7009,7 +7030,7 @@
|
|
7009
7030
|
}
|
7010
7031
|
},
|
7011
7032
|
{
|
7012
|
-
"id":
|
7033
|
+
"id": 1068,
|
7013
7034
|
"name": "spotlightClicks",
|
7014
7035
|
"kind": 1024,
|
7015
7036
|
"kindString": "Property",
|
@@ -7022,7 +7043,7 @@
|
|
7022
7043
|
}
|
7023
7044
|
},
|
7024
7045
|
{
|
7025
|
-
"id":
|
7046
|
+
"id": 1061,
|
7026
7047
|
"name": "onClose",
|
7027
7048
|
"kind": 2048,
|
7028
7049
|
"kindString": "Method",
|
@@ -7031,21 +7052,21 @@
|
|
7031
7052
|
},
|
7032
7053
|
"signatures": [
|
7033
7054
|
{
|
7034
|
-
"id":
|
7055
|
+
"id": 1062,
|
7035
7056
|
"name": "onClose",
|
7036
7057
|
"kind": 4096,
|
7037
7058
|
"kindString": "Call signature",
|
7038
7059
|
"flags": {},
|
7039
7060
|
"parameters": [
|
7040
7061
|
{
|
7041
|
-
"id":
|
7062
|
+
"id": 1063,
|
7042
7063
|
"name": "step",
|
7043
7064
|
"kind": 32768,
|
7044
7065
|
"kindString": "Parameter",
|
7045
7066
|
"flags": {},
|
7046
7067
|
"type": {
|
7047
7068
|
"type": "reference",
|
7048
|
-
"id":
|
7069
|
+
"id": 1043,
|
7049
7070
|
"name": "TourStepProps"
|
7050
7071
|
}
|
7051
7072
|
}
|
@@ -7058,7 +7079,7 @@
|
|
7058
7079
|
]
|
7059
7080
|
},
|
7060
7081
|
{
|
7061
|
-
"id":
|
7082
|
+
"id": 1065,
|
7062
7083
|
"name": "onReady",
|
7063
7084
|
"kind": 2048,
|
7064
7085
|
"kindString": "Method",
|
@@ -7067,7 +7088,7 @@
|
|
7067
7088
|
},
|
7068
7089
|
"signatures": [
|
7069
7090
|
{
|
7070
|
-
"id":
|
7091
|
+
"id": 1066,
|
7071
7092
|
"name": "onReady",
|
7072
7093
|
"kind": 4096,
|
7073
7094
|
"kindString": "Call signature",
|
@@ -7077,14 +7098,14 @@
|
|
7077
7098
|
},
|
7078
7099
|
"parameters": [
|
7079
7100
|
{
|
7080
|
-
"id":
|
7101
|
+
"id": 1067,
|
7081
7102
|
"name": "step",
|
7082
7103
|
"kind": 32768,
|
7083
7104
|
"kindString": "Parameter",
|
7084
7105
|
"flags": {},
|
7085
7106
|
"type": {
|
7086
7107
|
"type": "reference",
|
7087
|
-
"id":
|
7108
|
+
"id": 1043,
|
7088
7109
|
"name": "TourStepProps"
|
7089
7110
|
}
|
7090
7111
|
}
|
@@ -7101,7 +7122,7 @@
|
|
7101
7122
|
"TourStepProps": {
|
7102
7123
|
"props": [
|
7103
7124
|
{
|
7104
|
-
"id":
|
7125
|
+
"id": 1045,
|
7105
7126
|
"name": "children",
|
7106
7127
|
"kind": 1024,
|
7107
7128
|
"kindString": "Property",
|
@@ -7117,7 +7138,7 @@
|
|
7117
7138
|
}
|
7118
7139
|
},
|
7119
7140
|
{
|
7120
|
-
"id":
|
7141
|
+
"id": 1046,
|
7121
7142
|
"name": "position",
|
7122
7143
|
"kind": 1024,
|
7123
7144
|
"kindString": "Property",
|
@@ -7135,7 +7156,7 @@
|
|
7135
7156
|
}
|
7136
7157
|
},
|
7137
7158
|
{
|
7138
|
-
"id":
|
7159
|
+
"id": 1047,
|
7139
7160
|
"name": "selector",
|
7140
7161
|
"kind": 1024,
|
7141
7162
|
"kindString": "Property",
|
@@ -7149,7 +7170,7 @@
|
|
7149
7170
|
}
|
7150
7171
|
},
|
7151
7172
|
{
|
7152
|
-
"id":
|
7173
|
+
"id": 1048,
|
7153
7174
|
"name": "showBeacon",
|
7154
7175
|
"kind": 1024,
|
7155
7176
|
"kindString": "Property",
|
@@ -7165,7 +7186,7 @@
|
|
7165
7186
|
}
|
7166
7187
|
},
|
7167
7188
|
{
|
7168
|
-
"id":
|
7189
|
+
"id": 1049,
|
7169
7190
|
"name": "title",
|
7170
7191
|
"kind": 1024,
|
7171
7192
|
"kindString": "Property",
|
@@ -7183,7 +7204,7 @@
|
|
7183
7204
|
"TourTexts": {
|
7184
7205
|
"props": [
|
7185
7206
|
{
|
7186
|
-
"id":
|
7207
|
+
"id": 1037,
|
7187
7208
|
"name": "back",
|
7188
7209
|
"kind": 1024,
|
7189
7210
|
"kindString": "Property",
|
@@ -7197,7 +7218,7 @@
|
|
7197
7218
|
}
|
7198
7219
|
},
|
7199
7220
|
{
|
7200
|
-
"id":
|
7221
|
+
"id": 1038,
|
7201
7222
|
"name": "close",
|
7202
7223
|
"kind": 1024,
|
7203
7224
|
"kindString": "Property",
|
@@ -7211,7 +7232,7 @@
|
|
7211
7232
|
}
|
7212
7233
|
},
|
7213
7234
|
{
|
7214
|
-
"id":
|
7235
|
+
"id": 1040,
|
7215
7236
|
"name": "last",
|
7216
7237
|
"kind": 1024,
|
7217
7238
|
"kindString": "Property",
|
@@ -7225,7 +7246,7 @@
|
|
7225
7246
|
}
|
7226
7247
|
},
|
7227
7248
|
{
|
7228
|
-
"id":
|
7249
|
+
"id": 1041,
|
7229
7250
|
"name": "next",
|
7230
7251
|
"kind": 1024,
|
7231
7252
|
"kindString": "Property",
|
@@ -7239,7 +7260,7 @@
|
|
7239
7260
|
}
|
7240
7261
|
},
|
7241
7262
|
{
|
7242
|
-
"id":
|
7263
|
+
"id": 1042,
|
7243
7264
|
"name": "open",
|
7244
7265
|
"kind": 1024,
|
7245
7266
|
"kindString": "Property",
|
@@ -7253,7 +7274,7 @@
|
|
7253
7274
|
}
|
7254
7275
|
},
|
7255
7276
|
{
|
7256
|
-
"id":
|
7277
|
+
"id": 1039,
|
7257
7278
|
"name": "skip",
|
7258
7279
|
"kind": 1024,
|
7259
7280
|
"kindString": "Property",
|
@@ -7274,7 +7295,7 @@
|
|
7274
7295
|
],
|
7275
7296
|
"props": [
|
7276
7297
|
{
|
7277
|
-
"id":
|
7298
|
+
"id": 1086,
|
7278
7299
|
"name": "className",
|
7279
7300
|
"kind": 1024,
|
7280
7301
|
"kindString": "Property",
|
@@ -7294,21 +7315,21 @@
|
|
7294
7315
|
{
|
7295
7316
|
"type": "reflection",
|
7296
7317
|
"declaration": {
|
7297
|
-
"id":
|
7318
|
+
"id": 1087,
|
7298
7319
|
"name": "__type",
|
7299
7320
|
"kind": 65536,
|
7300
7321
|
"kindString": "Type literal",
|
7301
7322
|
"flags": {},
|
7302
7323
|
"signatures": [
|
7303
7324
|
{
|
7304
|
-
"id":
|
7325
|
+
"id": 1088,
|
7305
7326
|
"name": "__type",
|
7306
7327
|
"kind": 4096,
|
7307
7328
|
"kindString": "Call signature",
|
7308
7329
|
"flags": {},
|
7309
7330
|
"parameters": [
|
7310
7331
|
{
|
7311
|
-
"id":
|
7332
|
+
"id": 1089,
|
7312
7333
|
"name": "expanded",
|
7313
7334
|
"kind": 32768,
|
7314
7335
|
"kindString": "Parameter",
|
@@ -7331,7 +7352,7 @@
|
|
7331
7352
|
}
|
7332
7353
|
},
|
7333
7354
|
{
|
7334
|
-
"id":
|
7355
|
+
"id": 1090,
|
7335
7356
|
"name": "expanded",
|
7336
7357
|
"kind": 1024,
|
7337
7358
|
"kindString": "Property",
|
@@ -7347,7 +7368,7 @@
|
|
7347
7368
|
}
|
7348
7369
|
},
|
7349
7370
|
{
|
7350
|
-
"id":
|
7371
|
+
"id": 1091,
|
7351
7372
|
"name": "fixed",
|
7352
7373
|
"kind": 1024,
|
7353
7374
|
"kindString": "Property",
|
@@ -7363,7 +7384,7 @@
|
|
7363
7384
|
}
|
7364
7385
|
},
|
7365
7386
|
{
|
7366
|
-
"id":
|
7387
|
+
"id": 1096,
|
7367
7388
|
"name": "title",
|
7368
7389
|
"kind": 1024,
|
7369
7390
|
"kindString": "Property",
|
@@ -7383,21 +7404,21 @@
|
|
7383
7404
|
{
|
7384
7405
|
"type": "reflection",
|
7385
7406
|
"declaration": {
|
7386
|
-
"id":
|
7407
|
+
"id": 1097,
|
7387
7408
|
"name": "__type",
|
7388
7409
|
"kind": 65536,
|
7389
7410
|
"kindString": "Type literal",
|
7390
7411
|
"flags": {},
|
7391
7412
|
"signatures": [
|
7392
7413
|
{
|
7393
|
-
"id":
|
7414
|
+
"id": 1098,
|
7394
7415
|
"name": "__type",
|
7395
7416
|
"kind": 4096,
|
7396
7417
|
"kindString": "Call signature",
|
7397
7418
|
"flags": {},
|
7398
7419
|
"parameters": [
|
7399
7420
|
{
|
7400
|
-
"id":
|
7421
|
+
"id": 1099,
|
7401
7422
|
"name": "expanded",
|
7402
7423
|
"kind": 32768,
|
7403
7424
|
"kindString": "Parameter",
|
@@ -7422,7 +7443,7 @@
|
|
7422
7443
|
}
|
7423
7444
|
},
|
7424
7445
|
{
|
7425
|
-
"id":
|
7446
|
+
"id": 1092,
|
7426
7447
|
"name": "onClick",
|
7427
7448
|
"kind": 2048,
|
7428
7449
|
"kindString": "Method",
|
@@ -7431,7 +7452,7 @@
|
|
7431
7452
|
},
|
7432
7453
|
"signatures": [
|
7433
7454
|
{
|
7434
|
-
"id":
|
7455
|
+
"id": 1093,
|
7435
7456
|
"name": "onClick",
|
7436
7457
|
"kind": 4096,
|
7437
7458
|
"kindString": "Call signature",
|
@@ -7441,7 +7462,7 @@
|
|
7441
7462
|
},
|
7442
7463
|
"parameters": [
|
7443
7464
|
{
|
7444
|
-
"id":
|
7465
|
+
"id": 1094,
|
7445
7466
|
"name": "event",
|
7446
7467
|
"kind": 32768,
|
7447
7468
|
"kindString": "Parameter",
|
@@ -7468,7 +7489,7 @@
|
|
7468
7489
|
}
|
7469
7490
|
},
|
7470
7491
|
{
|
7471
|
-
"id":
|
7492
|
+
"id": 1095,
|
7472
7493
|
"name": "expanded",
|
7473
7494
|
"kind": 32768,
|
7474
7495
|
"kindString": "Parameter",
|
@@ -7493,7 +7514,7 @@
|
|
7493
7514
|
"useListKeyboardNavigationOptions": {
|
7494
7515
|
"props": [
|
7495
7516
|
{
|
7496
|
-
"id":
|
7517
|
+
"id": 1129,
|
7497
7518
|
"name": "direction",
|
7498
7519
|
"kind": 1024,
|
7499
7520
|
"kindString": "Property",
|
@@ -7507,7 +7528,7 @@
|
|
7507
7528
|
}
|
7508
7529
|
},
|
7509
7530
|
{
|
7510
|
-
"id":
|
7531
|
+
"id": 1130,
|
7511
7532
|
"name": "initialIndex",
|
7512
7533
|
"kind": 1024,
|
7513
7534
|
"kindString": "Property",
|
@@ -7524,7 +7545,7 @@
|
|
7524
7545
|
"usePaginationValues": {
|
7525
7546
|
"props": [
|
7526
7547
|
{
|
7527
|
-
"id":
|
7548
|
+
"id": 541,
|
7528
7549
|
"name": "pageIndex",
|
7529
7550
|
"kind": 1024,
|
7530
7551
|
"kindString": "Property",
|
@@ -7538,7 +7559,7 @@
|
|
7538
7559
|
}
|
7539
7560
|
},
|
7540
7561
|
{
|
7541
|
-
"id":
|
7562
|
+
"id": 542,
|
7542
7563
|
"name": "pageSize",
|
7543
7564
|
"kind": 1024,
|
7544
7565
|
"kindString": "Property",
|
@@ -7552,14 +7573,14 @@
|
|
7552
7573
|
}
|
7553
7574
|
},
|
7554
7575
|
{
|
7555
|
-
"id":
|
7576
|
+
"id": 543,
|
7556
7577
|
"name": "setPageIndex",
|
7557
7578
|
"kind": 2048,
|
7558
7579
|
"kindString": "Method",
|
7559
7580
|
"flags": {},
|
7560
7581
|
"signatures": [
|
7561
7582
|
{
|
7562
|
-
"id":
|
7583
|
+
"id": 544,
|
7563
7584
|
"name": "setPageIndex",
|
7564
7585
|
"kind": 4096,
|
7565
7586
|
"kindString": "Call signature",
|
@@ -7569,7 +7590,7 @@
|
|
7569
7590
|
},
|
7570
7591
|
"parameters": [
|
7571
7592
|
{
|
7572
|
-
"id":
|
7593
|
+
"id": 545,
|
7573
7594
|
"name": "pageIndex",
|
7574
7595
|
"kind": 32768,
|
7575
7596
|
"kindString": "Parameter",
|
@@ -7588,14 +7609,14 @@
|
|
7588
7609
|
]
|
7589
7610
|
},
|
7590
7611
|
{
|
7591
|
-
"id":
|
7612
|
+
"id": 546,
|
7592
7613
|
"name": "setPageSize",
|
7593
7614
|
"kind": 2048,
|
7594
7615
|
"kindString": "Method",
|
7595
7616
|
"flags": {},
|
7596
7617
|
"signatures": [
|
7597
7618
|
{
|
7598
|
-
"id":
|
7619
|
+
"id": 547,
|
7599
7620
|
"name": "setPageSize",
|
7600
7621
|
"kind": 4096,
|
7601
7622
|
"kindString": "Call signature",
|
@@ -7605,7 +7626,7 @@
|
|
7605
7626
|
},
|
7606
7627
|
"parameters": [
|
7607
7628
|
{
|
7608
|
-
"id":
|
7629
|
+
"id": 548,
|
7609
7630
|
"name": "size",
|
7610
7631
|
"kind": 32768,
|
7611
7632
|
"kindString": "Parameter",
|
@@ -7628,7 +7649,7 @@
|
|
7628
7649
|
"useTableRowCreation": {
|
7629
7650
|
"props": [
|
7630
7651
|
{
|
7631
|
-
"id":
|
7652
|
+
"id": 950,
|
7632
7653
|
"name": "data",
|
7633
7654
|
"kind": 1024,
|
7634
7655
|
"kindString": "Property",
|
@@ -7637,11 +7658,11 @@
|
|
7637
7658
|
"type": "array",
|
7638
7659
|
"elementType": {
|
7639
7660
|
"type": "reference",
|
7640
|
-
"id":
|
7661
|
+
"id": 746,
|
7641
7662
|
"typeArguments": [
|
7642
7663
|
{
|
7643
7664
|
"type": "reference",
|
7644
|
-
"id":
|
7665
|
+
"id": 959,
|
7645
7666
|
"name": "TRow"
|
7646
7667
|
}
|
7647
7668
|
],
|
@@ -7650,7 +7671,7 @@
|
|
7650
7671
|
}
|
7651
7672
|
},
|
7652
7673
|
{
|
7653
|
-
"id":
|
7674
|
+
"id": 958,
|
7654
7675
|
"name": "isCreating",
|
7655
7676
|
"kind": 1024,
|
7656
7677
|
"kindString": "Property",
|
@@ -7661,33 +7682,33 @@
|
|
7661
7682
|
}
|
7662
7683
|
},
|
7663
7684
|
{
|
7664
|
-
"id":
|
7685
|
+
"id": 951,
|
7665
7686
|
"name": "create",
|
7666
7687
|
"kind": 2048,
|
7667
7688
|
"kindString": "Method",
|
7668
7689
|
"flags": {},
|
7669
7690
|
"signatures": [
|
7670
7691
|
{
|
7671
|
-
"id":
|
7692
|
+
"id": 952,
|
7672
7693
|
"name": "create",
|
7673
7694
|
"kind": 4096,
|
7674
7695
|
"kindString": "Call signature",
|
7675
7696
|
"flags": {},
|
7676
7697
|
"parameters": [
|
7677
7698
|
{
|
7678
|
-
"id":
|
7699
|
+
"id": 953,
|
7679
7700
|
"name": "rowIndexPath",
|
7680
7701
|
"kind": 32768,
|
7681
7702
|
"kindString": "Parameter",
|
7682
7703
|
"flags": {},
|
7683
7704
|
"type": {
|
7684
7705
|
"type": "reference",
|
7685
|
-
"id":
|
7706
|
+
"id": 751,
|
7686
7707
|
"name": "RowIndexPath"
|
7687
7708
|
}
|
7688
7709
|
},
|
7689
7710
|
{
|
7690
|
-
"id":
|
7711
|
+
"id": 954,
|
7691
7712
|
"name": "values",
|
7692
7713
|
"kind": 32768,
|
7693
7714
|
"kindString": "Parameter",
|
@@ -7702,35 +7723,35 @@
|
|
7702
7723
|
],
|
7703
7724
|
"type": {
|
7704
7725
|
"type": "reference",
|
7705
|
-
"id":
|
7726
|
+
"id": 751,
|
7706
7727
|
"name": "RowIndexPath"
|
7707
7728
|
}
|
7708
7729
|
}
|
7709
7730
|
]
|
7710
7731
|
},
|
7711
7732
|
{
|
7712
|
-
"id":
|
7733
|
+
"id": 955,
|
7713
7734
|
"name": "remove",
|
7714
7735
|
"kind": 2048,
|
7715
7736
|
"kindString": "Method",
|
7716
7737
|
"flags": {},
|
7717
7738
|
"signatures": [
|
7718
7739
|
{
|
7719
|
-
"id":
|
7740
|
+
"id": 956,
|
7720
7741
|
"name": "remove",
|
7721
7742
|
"kind": 4096,
|
7722
7743
|
"kindString": "Call signature",
|
7723
7744
|
"flags": {},
|
7724
7745
|
"parameters": [
|
7725
7746
|
{
|
7726
|
-
"id":
|
7747
|
+
"id": 957,
|
7727
7748
|
"name": "rowIndexPath",
|
7728
7749
|
"kind": 32768,
|
7729
7750
|
"kindString": "Parameter",
|
7730
7751
|
"flags": {},
|
7731
7752
|
"type": {
|
7732
7753
|
"type": "reference",
|
7733
|
-
"id":
|
7754
|
+
"id": 751,
|
7734
7755
|
"name": "RowIndexPath"
|
7735
7756
|
}
|
7736
7757
|
}
|