@economic/taco 0.0.26-alpha.0 → 0.0.26-alpha.9
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/Combobox/Combobox.d.ts +0 -3
- package/dist/components/Combobox/useCombobox.d.ts +1 -1
- package/dist/components/Datepicker/Datepicker.d.ts +1 -1
- package/dist/components/Field/Field.d.ts +13 -24
- package/dist/components/Input/Input.d.ts +2 -5
- package/dist/components/Input/util.d.ts +1 -3
- package/dist/components/Listbox/Listbox.d.ts +3 -7
- package/dist/components/Listbox/ScrollableList.d.ts +2 -5
- package/dist/components/Listbox/useListbox.d.ts +1 -1
- package/dist/components/SearchInput/SearchInput.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Textarea/Textarea.d.ts +2 -5
- package/dist/esm/components/Checkbox/Checkbox.js +2 -2
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Combobox/useCombobox.js +1 -1
- package/dist/esm/components/Combobox/useCombobox.js.map +1 -1
- package/dist/esm/components/Field/Field.js +38 -18
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js +1 -1
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js +5 -4
- package/dist/esm/components/Input/Input.js.map +1 -1
- package/dist/esm/components/Input/util.js +12 -39
- package/dist/esm/components/Input/util.js.map +1 -1
- package/dist/esm/components/Listbox/Listbox.js.map +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js +1 -1
- package/dist/esm/components/Listbox/ScrollableList.js.map +1 -1
- package/dist/esm/components/Listbox/useListbox.js +3 -1
- package/dist/esm/components/Listbox/useListbox.js.map +1 -1
- package/dist/esm/components/Select/Select.js +1 -0
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +3 -4
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Switch/Switch.js +2 -2
- package/dist/esm/components/Switch/Switch.js.map +1 -1
- package/dist/esm/components/Textarea/Textarea.js +1 -1
- package/dist/esm/components/Textarea/Textarea.js.map +1 -1
- package/dist/taco.cjs.development.js +67 -72
- 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 +2 -2
- package/types.json +455 -432
- package/dist/utils/tailwind.d.ts +0 -1
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": 272,
|
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": 386,
|
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
|
],
|
@@ -1367,7 +1367,7 @@
|
|
1367
1367
|
"DialogTitleProps": "React.HTMLAttributes<HTMLHeadingElement>",
|
1368
1368
|
"FieldProps": {
|
1369
1369
|
"intersections": [
|
1370
|
-
"React.
|
1370
|
+
"Omit<React.HTMLAttributes<HTMLDivElement>, [object Object]>"
|
1371
1371
|
],
|
1372
1372
|
"props": [
|
1373
1373
|
{
|
@@ -1376,14 +1376,11 @@
|
|
1376
1376
|
"kind": 1024,
|
1377
1377
|
"kindString": "Property",
|
1378
1378
|
"flags": {},
|
1379
|
-
"comment": {
|
1380
|
-
"shortText": "Content of the field"
|
1381
|
-
},
|
1382
1379
|
"type": {
|
1383
1380
|
"type": "reference",
|
1384
|
-
"qualifiedName": "
|
1381
|
+
"qualifiedName": "global.JSX.Element",
|
1385
1382
|
"package": "@types/react",
|
1386
|
-
"name": "
|
1383
|
+
"name": "JSX.Element"
|
1387
1384
|
}
|
1388
1385
|
},
|
1389
1386
|
{
|
@@ -1394,9 +1391,6 @@
|
|
1394
1391
|
"flags": {
|
1395
1392
|
"isOptional": true
|
1396
1393
|
},
|
1397
|
-
"comment": {
|
1398
|
-
"shortText": "Changes the style to indicate the element is disabled"
|
1399
|
-
},
|
1400
1394
|
"type": {
|
1401
1395
|
"type": "intrinsic",
|
1402
1396
|
"name": "boolean"
|
@@ -1404,35 +1398,76 @@
|
|
1404
1398
|
},
|
1405
1399
|
{
|
1406
1400
|
"id": 237,
|
1407
|
-
"name": "
|
1401
|
+
"name": "invalid",
|
1408
1402
|
"kind": 1024,
|
1409
1403
|
"kindString": "Property",
|
1410
1404
|
"flags": {
|
1411
1405
|
"isOptional": true
|
1412
1406
|
},
|
1413
|
-
"comment": {
|
1414
|
-
"shortText": "Text displayed below the children of Field.\nShould be a short text that indicates feedback for user."
|
1415
|
-
},
|
1416
1407
|
"type": {
|
1417
1408
|
"type": "intrinsic",
|
1418
|
-
"name": "
|
1409
|
+
"name": "boolean"
|
1419
1410
|
}
|
1420
1411
|
},
|
1421
1412
|
{
|
1422
1413
|
"id": 238,
|
1423
|
-
"name": "
|
1414
|
+
"name": "label",
|
1424
1415
|
"kind": 1024,
|
1425
1416
|
"kindString": "Property",
|
1426
1417
|
"flags": {
|
1427
1418
|
"isOptional": true
|
1428
1419
|
},
|
1429
|
-
"
|
1430
|
-
"
|
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
|
+
"name": "message",
|
1439
|
+
"kind": 1024,
|
1440
|
+
"kindString": "Property",
|
1441
|
+
"flags": {
|
1442
|
+
"isOptional": true
|
1431
1443
|
},
|
1432
1444
|
"type": {
|
1433
|
-
"type": "
|
1434
|
-
"
|
1435
|
-
|
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
|
1467
|
+
},
|
1468
|
+
"type": {
|
1469
|
+
"type": "intrinsic",
|
1470
|
+
"name": "boolean"
|
1436
1471
|
}
|
1437
1472
|
}
|
1438
1473
|
]
|
@@ -1443,7 +1478,7 @@
|
|
1443
1478
|
],
|
1444
1479
|
"props": [
|
1445
1480
|
{
|
1446
|
-
"id":
|
1481
|
+
"id": 251,
|
1447
1482
|
"name": "children",
|
1448
1483
|
"kind": 1024,
|
1449
1484
|
"kindString": "Property",
|
@@ -1459,7 +1494,7 @@
|
|
1459
1494
|
}
|
1460
1495
|
},
|
1461
1496
|
{
|
1462
|
-
"id":
|
1497
|
+
"id": 252,
|
1463
1498
|
"name": "horizontal",
|
1464
1499
|
"kind": 1024,
|
1465
1500
|
"kindString": "Property",
|
@@ -1760,7 +1795,7 @@
|
|
1760
1795
|
],
|
1761
1796
|
"props": [
|
1762
1797
|
{
|
1763
|
-
"id":
|
1798
|
+
"id": 280,
|
1764
1799
|
"name": "Anchor",
|
1765
1800
|
"kind": 1024,
|
1766
1801
|
"kindString": "Property",
|
@@ -1770,7 +1805,7 @@
|
|
1770
1805
|
"typeArguments": [
|
1771
1806
|
{
|
1772
1807
|
"type": "reference",
|
1773
|
-
"id":
|
1808
|
+
"id": 268,
|
1774
1809
|
"name": "HangerAnchorProps"
|
1775
1810
|
}
|
1776
1811
|
],
|
@@ -1780,7 +1815,7 @@
|
|
1780
1815
|
}
|
1781
1816
|
},
|
1782
1817
|
{
|
1783
|
-
"id":
|
1818
|
+
"id": 281,
|
1784
1819
|
"name": "Content",
|
1785
1820
|
"kind": 1024,
|
1786
1821
|
"kindString": "Property",
|
@@ -1790,7 +1825,7 @@
|
|
1790
1825
|
"typeArguments": [
|
1791
1826
|
{
|
1792
1827
|
"type": "reference",
|
1793
|
-
"id":
|
1828
|
+
"id": 269,
|
1794
1829
|
"name": "HangerContentProps"
|
1795
1830
|
}
|
1796
1831
|
],
|
@@ -1807,7 +1842,7 @@
|
|
1807
1842
|
],
|
1808
1843
|
"props": [
|
1809
1844
|
{
|
1810
|
-
"id":
|
1845
|
+
"id": 498,
|
1811
1846
|
"name": "Group",
|
1812
1847
|
"kind": 1024,
|
1813
1848
|
"kindString": "Property",
|
@@ -1823,7 +1858,7 @@
|
|
1823
1858
|
"types": [
|
1824
1859
|
{
|
1825
1860
|
"type": "reference",
|
1826
|
-
"id":
|
1861
|
+
"id": 494,
|
1827
1862
|
"name": "NavigationMenuGroupProps"
|
1828
1863
|
},
|
1829
1864
|
{
|
@@ -1856,7 +1891,7 @@
|
|
1856
1891
|
],
|
1857
1892
|
"props": [
|
1858
1893
|
{
|
1859
|
-
"id":
|
1894
|
+
"id": 502,
|
1860
1895
|
"name": "Item",
|
1861
1896
|
"kind": 1024,
|
1862
1897
|
"kindString": "Property",
|
@@ -1872,7 +1907,7 @@
|
|
1872
1907
|
"types": [
|
1873
1908
|
{
|
1874
1909
|
"type": "reference",
|
1875
|
-
"id":
|
1910
|
+
"id": 486,
|
1876
1911
|
"name": "NavigationItemProps"
|
1877
1912
|
},
|
1878
1913
|
{
|
@@ -1898,7 +1933,7 @@
|
|
1898
1933
|
}
|
1899
1934
|
},
|
1900
1935
|
{
|
1901
|
-
"id":
|
1936
|
+
"id": 503,
|
1902
1937
|
"name": "Menu",
|
1903
1938
|
"kind": 1024,
|
1904
1939
|
"kindString": "Property",
|
@@ -1908,12 +1943,12 @@
|
|
1908
1943
|
},
|
1909
1944
|
"type": {
|
1910
1945
|
"type": "reference",
|
1911
|
-
"id":
|
1946
|
+
"id": 496,
|
1912
1947
|
"name": "ForwardedNavigationMenuWithStatics"
|
1913
1948
|
}
|
1914
1949
|
},
|
1915
1950
|
{
|
1916
|
-
"id":
|
1951
|
+
"id": 504,
|
1917
1952
|
"name": "Panel",
|
1918
1953
|
"kind": 1024,
|
1919
1954
|
"kindString": "Property",
|
@@ -1929,7 +1964,7 @@
|
|
1929
1964
|
"types": [
|
1930
1965
|
{
|
1931
1966
|
"type": "reference",
|
1932
|
-
"id":
|
1967
|
+
"id": 493,
|
1933
1968
|
"name": "NavigationPanelProps"
|
1934
1969
|
},
|
1935
1970
|
{
|
@@ -1962,7 +1997,7 @@
|
|
1962
1997
|
],
|
1963
1998
|
"props": [
|
1964
1999
|
{
|
1965
|
-
"id":
|
2000
|
+
"id": 573,
|
1966
2001
|
"name": "Close",
|
1967
2002
|
"kind": 1024,
|
1968
2003
|
"kindString": "Property",
|
@@ -1972,7 +2007,7 @@
|
|
1972
2007
|
"typeArguments": [
|
1973
2008
|
{
|
1974
2009
|
"type": "reference",
|
1975
|
-
"id":
|
2010
|
+
"id": 565,
|
1976
2011
|
"name": "PopoverCloseProps"
|
1977
2012
|
}
|
1978
2013
|
],
|
@@ -1982,7 +2017,7 @@
|
|
1982
2017
|
}
|
1983
2018
|
},
|
1984
2019
|
{
|
1985
|
-
"id":
|
2020
|
+
"id": 572,
|
1986
2021
|
"name": "Content",
|
1987
2022
|
"kind": 1024,
|
1988
2023
|
"kindString": "Property",
|
@@ -1992,7 +2027,7 @@
|
|
1992
2027
|
"typeArguments": [
|
1993
2028
|
{
|
1994
2029
|
"type": "reference",
|
1995
|
-
"id":
|
2030
|
+
"id": 558,
|
1996
2031
|
"name": "PopoverContentProps"
|
1997
2032
|
}
|
1998
2033
|
],
|
@@ -2002,7 +2037,7 @@
|
|
2002
2037
|
}
|
2003
2038
|
},
|
2004
2039
|
{
|
2005
|
-
"id":
|
2040
|
+
"id": 571,
|
2006
2041
|
"name": "Trigger",
|
2007
2042
|
"kind": 1024,
|
2008
2043
|
"kindString": "Property",
|
@@ -2012,7 +2047,7 @@
|
|
2012
2047
|
"typeArguments": [
|
2013
2048
|
{
|
2014
2049
|
"type": "reference",
|
2015
|
-
"id":
|
2050
|
+
"id": 553,
|
2016
2051
|
"name": "PopoverTriggerProps"
|
2017
2052
|
}
|
2018
2053
|
],
|
@@ -2029,7 +2064,7 @@
|
|
2029
2064
|
],
|
2030
2065
|
"props": [
|
2031
2066
|
{
|
2032
|
-
"id":
|
2067
|
+
"id": 708,
|
2033
2068
|
"name": "Item",
|
2034
2069
|
"kind": 1024,
|
2035
2070
|
"kindString": "Property",
|
@@ -2042,7 +2077,7 @@
|
|
2042
2077
|
"typeArguments": [
|
2043
2078
|
{
|
2044
2079
|
"type": "reference",
|
2045
|
-
"id":
|
2080
|
+
"id": 699,
|
2046
2081
|
"name": "RadioGroupItemProps"
|
2047
2082
|
}
|
2048
2083
|
],
|
@@ -2059,7 +2094,7 @@
|
|
2059
2094
|
],
|
2060
2095
|
"props": [
|
2061
2096
|
{
|
2062
|
-
"id":
|
2097
|
+
"id": 981,
|
2063
2098
|
"name": "Content",
|
2064
2099
|
"kind": 1024,
|
2065
2100
|
"kindString": "Property",
|
@@ -2075,7 +2110,7 @@
|
|
2075
2110
|
"types": [
|
2076
2111
|
{
|
2077
2112
|
"type": "reference",
|
2078
|
-
"id":
|
2113
|
+
"id": 974,
|
2079
2114
|
"name": "TabContentProps"
|
2080
2115
|
},
|
2081
2116
|
{
|
@@ -2101,7 +2136,7 @@
|
|
2101
2136
|
}
|
2102
2137
|
},
|
2103
2138
|
{
|
2104
|
-
"id":
|
2139
|
+
"id": 979,
|
2105
2140
|
"name": "List",
|
2106
2141
|
"kind": 1024,
|
2107
2142
|
"kindString": "Property",
|
@@ -2117,7 +2152,7 @@
|
|
2117
2152
|
"types": [
|
2118
2153
|
{
|
2119
2154
|
"type": "reference",
|
2120
|
-
"id":
|
2155
|
+
"id": 969,
|
2121
2156
|
"name": "TabListProps"
|
2122
2157
|
},
|
2123
2158
|
{
|
@@ -2143,7 +2178,7 @@
|
|
2143
2178
|
}
|
2144
2179
|
},
|
2145
2180
|
{
|
2146
|
-
"id":
|
2181
|
+
"id": 980,
|
2147
2182
|
"name": "Trigger",
|
2148
2183
|
"kind": 1024,
|
2149
2184
|
"kindString": "Property",
|
@@ -2159,7 +2194,7 @@
|
|
2159
2194
|
"types": [
|
2160
2195
|
{
|
2161
2196
|
"type": "reference",
|
2162
|
-
"id":
|
2197
|
+
"id": 970,
|
2163
2198
|
"name": "TabTriggerProps"
|
2164
2199
|
},
|
2165
2200
|
{
|
@@ -2192,7 +2227,7 @@
|
|
2192
2227
|
],
|
2193
2228
|
"props": [
|
2194
2229
|
{
|
2195
|
-
"id":
|
2230
|
+
"id": 1104,
|
2196
2231
|
"name": "Group",
|
2197
2232
|
"kind": 1024,
|
2198
2233
|
"kindString": "Property",
|
@@ -2208,7 +2243,7 @@
|
|
2208
2243
|
"types": [
|
2209
2244
|
{
|
2210
2245
|
"type": "reference",
|
2211
|
-
"id":
|
2246
|
+
"id": 1084,
|
2212
2247
|
"name": "TreeviewGroupProps"
|
2213
2248
|
},
|
2214
2249
|
{
|
@@ -2234,7 +2269,7 @@
|
|
2234
2269
|
}
|
2235
2270
|
},
|
2236
2271
|
{
|
2237
|
-
"id":
|
2272
|
+
"id": 1103,
|
2238
2273
|
"name": "Item",
|
2239
2274
|
"kind": 1024,
|
2240
2275
|
"kindString": "Property",
|
@@ -2250,7 +2285,7 @@
|
|
2250
2285
|
"types": [
|
2251
2286
|
{
|
2252
2287
|
"type": "reference",
|
2253
|
-
"id":
|
2288
|
+
"id": 1083,
|
2254
2289
|
"name": "TreeviewItemProps"
|
2255
2290
|
},
|
2256
2291
|
{
|
@@ -2283,7 +2318,7 @@
|
|
2283
2318
|
],
|
2284
2319
|
"props": [
|
2285
2320
|
{
|
2286
|
-
"id":
|
2321
|
+
"id": 259,
|
2287
2322
|
"name": "as",
|
2288
2323
|
"kind": 1024,
|
2289
2324
|
"kindString": "Property",
|
@@ -2312,7 +2347,7 @@
|
|
2312
2347
|
}
|
2313
2348
|
},
|
2314
2349
|
{
|
2315
|
-
"id":
|
2350
|
+
"id": 260,
|
2316
2351
|
"name": "children",
|
2317
2352
|
"kind": 1024,
|
2318
2353
|
"kindString": "Property",
|
@@ -2336,7 +2371,7 @@
|
|
2336
2371
|
],
|
2337
2372
|
"props": [
|
2338
2373
|
{
|
2339
|
-
"id":
|
2374
|
+
"id": 271,
|
2340
2375
|
"name": "placement",
|
2341
2376
|
"kind": 1024,
|
2342
2377
|
"kindString": "Property",
|
@@ -2358,7 +2393,7 @@
|
|
2358
2393
|
"HangerTexts": {
|
2359
2394
|
"props": [
|
2360
2395
|
{
|
2361
|
-
"id":
|
2396
|
+
"id": 267,
|
2362
2397
|
"name": "close",
|
2363
2398
|
"kind": 1024,
|
2364
2399
|
"kindString": "Property",
|
@@ -2379,7 +2414,7 @@
|
|
2379
2414
|
],
|
2380
2415
|
"props": [
|
2381
2416
|
{
|
2382
|
-
"id":
|
2417
|
+
"id": 293,
|
2383
2418
|
"name": "appearance",
|
2384
2419
|
"kind": 1024,
|
2385
2420
|
"kindString": "Property",
|
@@ -2396,7 +2431,7 @@
|
|
2396
2431
|
}
|
2397
2432
|
},
|
2398
2433
|
{
|
2399
|
-
"id":
|
2434
|
+
"id": 300,
|
2400
2435
|
"name": "icon",
|
2401
2436
|
"kind": 1024,
|
2402
2437
|
"kindString": "Property",
|
@@ -2406,12 +2441,12 @@
|
|
2406
2441
|
},
|
2407
2442
|
"type": {
|
2408
2443
|
"type": "reference",
|
2409
|
-
"id":
|
2444
|
+
"id": 284,
|
2410
2445
|
"name": "IconName"
|
2411
2446
|
}
|
2412
2447
|
},
|
2413
2448
|
{
|
2414
|
-
"id":
|
2449
|
+
"id": 307,
|
2415
2450
|
"name": "rounded",
|
2416
2451
|
"kind": 1024,
|
2417
2452
|
"kindString": "Property",
|
@@ -2427,7 +2462,7 @@
|
|
2427
2462
|
}
|
2428
2463
|
},
|
2429
2464
|
{
|
2430
|
-
"id":
|
2465
|
+
"id": 308,
|
2431
2466
|
"name": "tooltip",
|
2432
2467
|
"kind": 1024,
|
2433
2468
|
"kindString": "Property",
|
@@ -2443,7 +2478,7 @@
|
|
2443
2478
|
}
|
2444
2479
|
},
|
2445
2480
|
{
|
2446
|
-
"id":
|
2481
|
+
"id": 294,
|
2447
2482
|
"name": "dialog",
|
2448
2483
|
"kind": 2048,
|
2449
2484
|
"kindString": "Method",
|
@@ -2452,7 +2487,7 @@
|
|
2452
2487
|
},
|
2453
2488
|
"signatures": [
|
2454
2489
|
{
|
2455
|
-
"id":
|
2490
|
+
"id": 295,
|
2456
2491
|
"name": "dialog",
|
2457
2492
|
"kind": 4096,
|
2458
2493
|
"kindString": "Call signature",
|
@@ -2462,7 +2497,7 @@
|
|
2462
2497
|
},
|
2463
2498
|
"parameters": [
|
2464
2499
|
{
|
2465
|
-
"id":
|
2500
|
+
"id": 296,
|
2466
2501
|
"name": "props",
|
2467
2502
|
"kind": 32768,
|
2468
2503
|
"kindString": "Parameter",
|
@@ -2492,7 +2527,7 @@
|
|
2492
2527
|
]
|
2493
2528
|
},
|
2494
2529
|
{
|
2495
|
-
"id":
|
2530
|
+
"id": 297,
|
2496
2531
|
"name": "hanger",
|
2497
2532
|
"kind": 2048,
|
2498
2533
|
"kindString": "Method",
|
@@ -2501,7 +2536,7 @@
|
|
2501
2536
|
},
|
2502
2537
|
"signatures": [
|
2503
2538
|
{
|
2504
|
-
"id":
|
2539
|
+
"id": 298,
|
2505
2540
|
"name": "hanger",
|
2506
2541
|
"kind": 4096,
|
2507
2542
|
"kindString": "Call signature",
|
@@ -2511,7 +2546,7 @@
|
|
2511
2546
|
},
|
2512
2547
|
"parameters": [
|
2513
2548
|
{
|
2514
|
-
"id":
|
2549
|
+
"id": 299,
|
2515
2550
|
"name": "props",
|
2516
2551
|
"kind": 32768,
|
2517
2552
|
"kindString": "Parameter",
|
@@ -2521,7 +2556,7 @@
|
|
2521
2556
|
"typeArguments": [
|
2522
2557
|
{
|
2523
2558
|
"type": "reference",
|
2524
|
-
"id":
|
2559
|
+
"id": 272,
|
2525
2560
|
"name": "HangerProps"
|
2526
2561
|
}
|
2527
2562
|
],
|
@@ -2541,7 +2576,7 @@
|
|
2541
2576
|
]
|
2542
2577
|
},
|
2543
2578
|
{
|
2544
|
-
"id":
|
2579
|
+
"id": 301,
|
2545
2580
|
"name": "menu",
|
2546
2581
|
"kind": 2048,
|
2547
2582
|
"kindString": "Method",
|
@@ -2550,7 +2585,7 @@
|
|
2550
2585
|
},
|
2551
2586
|
"signatures": [
|
2552
2587
|
{
|
2553
|
-
"id":
|
2588
|
+
"id": 302,
|
2554
2589
|
"name": "menu",
|
2555
2590
|
"kind": 4096,
|
2556
2591
|
"kindString": "Call signature",
|
@@ -2560,7 +2595,7 @@
|
|
2560
2595
|
},
|
2561
2596
|
"parameters": [
|
2562
2597
|
{
|
2563
|
-
"id":
|
2598
|
+
"id": 303,
|
2564
2599
|
"name": "props",
|
2565
2600
|
"kind": 32768,
|
2566
2601
|
"kindString": "Parameter",
|
@@ -2570,7 +2605,7 @@
|
|
2570
2605
|
"typeArguments": [
|
2571
2606
|
{
|
2572
2607
|
"type": "reference",
|
2573
|
-
"id":
|
2608
|
+
"id": 386,
|
2574
2609
|
"name": "MenuProps"
|
2575
2610
|
}
|
2576
2611
|
],
|
@@ -2590,7 +2625,7 @@
|
|
2590
2625
|
]
|
2591
2626
|
},
|
2592
2627
|
{
|
2593
|
-
"id":
|
2628
|
+
"id": 304,
|
2594
2629
|
"name": "popover",
|
2595
2630
|
"kind": 2048,
|
2596
2631
|
"kindString": "Method",
|
@@ -2599,7 +2634,7 @@
|
|
2599
2634
|
},
|
2600
2635
|
"signatures": [
|
2601
2636
|
{
|
2602
|
-
"id":
|
2637
|
+
"id": 305,
|
2603
2638
|
"name": "popover",
|
2604
2639
|
"kind": 4096,
|
2605
2640
|
"kindString": "Call signature",
|
@@ -2609,7 +2644,7 @@
|
|
2609
2644
|
},
|
2610
2645
|
"parameters": [
|
2611
2646
|
{
|
2612
|
-
"id":
|
2647
|
+
"id": 306,
|
2613
2648
|
"name": "props",
|
2614
2649
|
"kind": 32768,
|
2615
2650
|
"kindString": "Parameter",
|
@@ -2619,7 +2654,7 @@
|
|
2619
2654
|
"typeArguments": [
|
2620
2655
|
{
|
2621
2656
|
"type": "reference",
|
2622
|
-
"id":
|
2657
|
+
"id": 566,
|
2623
2658
|
"name": "PopoverProps"
|
2624
2659
|
}
|
2625
2660
|
],
|
@@ -3460,7 +3495,7 @@
|
|
3460
3495
|
],
|
3461
3496
|
"props": [
|
3462
3497
|
{
|
3463
|
-
"id":
|
3498
|
+
"id": 287,
|
3464
3499
|
"name": "name",
|
3465
3500
|
"kind": 1024,
|
3466
3501
|
"kindString": "Property",
|
@@ -3470,7 +3505,7 @@
|
|
3470
3505
|
},
|
3471
3506
|
"type": {
|
3472
3507
|
"type": "reference",
|
3473
|
-
"id":
|
3508
|
+
"id": 284,
|
3474
3509
|
"name": "IconName"
|
3475
3510
|
}
|
3476
3511
|
}
|
@@ -3482,7 +3517,7 @@
|
|
3482
3517
|
],
|
3483
3518
|
"props": [
|
3484
3519
|
{
|
3485
|
-
"id":
|
3520
|
+
"id": 329,
|
3486
3521
|
"name": "button",
|
3487
3522
|
"kind": 1024,
|
3488
3523
|
"kindString": "Property",
|
@@ -3500,7 +3535,7 @@
|
|
3500
3535
|
}
|
3501
3536
|
},
|
3502
3537
|
{
|
3503
|
-
"id":
|
3538
|
+
"id": 331,
|
3504
3539
|
"name": "highlighted",
|
3505
3540
|
"kind": 1024,
|
3506
3541
|
"kindString": "Property",
|
@@ -3516,7 +3551,7 @@
|
|
3516
3551
|
}
|
3517
3552
|
},
|
3518
3553
|
{
|
3519
|
-
"id":
|
3554
|
+
"id": 330,
|
3520
3555
|
"name": "icon",
|
3521
3556
|
"kind": 1024,
|
3522
3557
|
"kindString": "Property",
|
@@ -3531,7 +3566,7 @@
|
|
3531
3566
|
"types": [
|
3532
3567
|
{
|
3533
3568
|
"type": "reference",
|
3534
|
-
"id":
|
3569
|
+
"id": 284,
|
3535
3570
|
"name": "IconName"
|
3536
3571
|
},
|
3537
3572
|
{
|
@@ -3544,20 +3579,16 @@
|
|
3544
3579
|
}
|
3545
3580
|
},
|
3546
3581
|
{
|
3547
|
-
"id":
|
3548
|
-
"name": "
|
3582
|
+
"id": 332,
|
3583
|
+
"name": "invalid",
|
3549
3584
|
"kind": 1024,
|
3550
3585
|
"kindString": "Property",
|
3551
3586
|
"flags": {
|
3552
3587
|
"isOptional": true
|
3553
3588
|
},
|
3554
|
-
"comment": {
|
3555
|
-
"shortText": "State will change the style of the input"
|
3556
|
-
},
|
3557
3589
|
"type": {
|
3558
|
-
"type": "
|
3559
|
-
"
|
3560
|
-
"name": "State"
|
3590
|
+
"type": "intrinsic",
|
3591
|
+
"name": "boolean"
|
3561
3592
|
}
|
3562
3593
|
}
|
3563
3594
|
]
|
@@ -3570,7 +3601,7 @@
|
|
3570
3601
|
],
|
3571
3602
|
"props": [
|
3572
3603
|
{
|
3573
|
-
"id":
|
3604
|
+
"id": 361,
|
3574
3605
|
"name": "data",
|
3575
3606
|
"kind": 1024,
|
3576
3607
|
"kindString": "Property",
|
@@ -3584,13 +3615,13 @@
|
|
3584
3615
|
"type": "array",
|
3585
3616
|
"elementType": {
|
3586
3617
|
"type": "reference",
|
3587
|
-
"id":
|
3618
|
+
"id": 352,
|
3588
3619
|
"name": "ListboxItem"
|
3589
3620
|
}
|
3590
3621
|
}
|
3591
3622
|
},
|
3592
3623
|
{
|
3593
|
-
"id":
|
3624
|
+
"id": 362,
|
3594
3625
|
"name": "defaultValue",
|
3595
3626
|
"kind": 1024,
|
3596
3627
|
"kindString": "Property",
|
@@ -3602,12 +3633,12 @@
|
|
3602
3633
|
},
|
3603
3634
|
"type": {
|
3604
3635
|
"type": "reference",
|
3605
|
-
"id":
|
3636
|
+
"id": 353,
|
3606
3637
|
"name": "ListboxValue"
|
3607
3638
|
}
|
3608
3639
|
},
|
3609
3640
|
{
|
3610
|
-
"id":
|
3641
|
+
"id": 363,
|
3611
3642
|
"name": "emptyValue",
|
3612
3643
|
"kind": 1024,
|
3613
3644
|
"kindString": "Property",
|
@@ -3619,12 +3650,12 @@
|
|
3619
3650
|
},
|
3620
3651
|
"type": {
|
3621
3652
|
"type": "reference",
|
3622
|
-
"id":
|
3653
|
+
"id": 353,
|
3623
3654
|
"name": "ListboxValue"
|
3624
3655
|
}
|
3625
3656
|
},
|
3626
3657
|
{
|
3627
|
-
"id":
|
3658
|
+
"id": 364,
|
3628
3659
|
"name": "highlighted",
|
3629
3660
|
"kind": 1024,
|
3630
3661
|
"kindString": "Property",
|
@@ -3640,40 +3671,36 @@
|
|
3640
3671
|
}
|
3641
3672
|
},
|
3642
3673
|
{
|
3643
|
-
"id":
|
3644
|
-
"name": "
|
3674
|
+
"id": 365,
|
3675
|
+
"name": "invalid",
|
3645
3676
|
"kind": 1024,
|
3646
3677
|
"kindString": "Property",
|
3647
3678
|
"flags": {
|
3648
3679
|
"isOptional": true
|
3649
3680
|
},
|
3650
|
-
"comment": {
|
3651
|
-
"shortText": "Shows a loading indicator with a text next to it.\nRead more about how to provide the text in [Provider](component:provider) component"
|
3652
|
-
},
|
3653
3681
|
"type": {
|
3654
3682
|
"type": "intrinsic",
|
3655
3683
|
"name": "boolean"
|
3656
3684
|
}
|
3657
3685
|
},
|
3658
3686
|
{
|
3659
|
-
"id":
|
3660
|
-
"name": "
|
3687
|
+
"id": 366,
|
3688
|
+
"name": "loading",
|
3661
3689
|
"kind": 1024,
|
3662
3690
|
"kindString": "Property",
|
3663
3691
|
"flags": {
|
3664
3692
|
"isOptional": true
|
3665
3693
|
},
|
3666
3694
|
"comment": {
|
3667
|
-
"shortText": "
|
3695
|
+
"shortText": "Shows a loading indicator with a text next to it.\nRead more about how to provide the text in [Provider](component:provider) component"
|
3668
3696
|
},
|
3669
3697
|
"type": {
|
3670
|
-
"type": "
|
3671
|
-
"
|
3672
|
-
"name": "State"
|
3698
|
+
"type": "intrinsic",
|
3699
|
+
"name": "boolean"
|
3673
3700
|
}
|
3674
3701
|
},
|
3675
3702
|
{
|
3676
|
-
"id":
|
3703
|
+
"id": 367,
|
3677
3704
|
"name": "value",
|
3678
3705
|
"kind": 1024,
|
3679
3706
|
"kindString": "Property",
|
@@ -3685,7 +3712,7 @@
|
|
3685
3712
|
},
|
3686
3713
|
"type": {
|
3687
3714
|
"type": "reference",
|
3688
|
-
"id":
|
3715
|
+
"id": 353,
|
3689
3716
|
"name": "ListboxValue"
|
3690
3717
|
}
|
3691
3718
|
}
|
@@ -3694,7 +3721,7 @@
|
|
3694
3721
|
"ListboxTexts": {
|
3695
3722
|
"props": [
|
3696
3723
|
{
|
3697
|
-
"id":
|
3724
|
+
"id": 358,
|
3698
3725
|
"name": "allOption",
|
3699
3726
|
"kind": 1024,
|
3700
3727
|
"kindString": "Property",
|
@@ -3708,7 +3735,7 @@
|
|
3708
3735
|
}
|
3709
3736
|
},
|
3710
3737
|
{
|
3711
|
-
"id":
|
3738
|
+
"id": 356,
|
3712
3739
|
"name": "empty",
|
3713
3740
|
"kind": 1024,
|
3714
3741
|
"kindString": "Property",
|
@@ -3722,7 +3749,7 @@
|
|
3722
3749
|
}
|
3723
3750
|
},
|
3724
3751
|
{
|
3725
|
-
"id":
|
3752
|
+
"id": 357,
|
3726
3753
|
"name": "loading",
|
3727
3754
|
"kind": 1024,
|
3728
3755
|
"kindString": "Property",
|
@@ -3741,7 +3768,7 @@
|
|
3741
3768
|
"Localization": {
|
3742
3769
|
"props": [
|
3743
3770
|
{
|
3744
|
-
"id":
|
3771
|
+
"id": 599,
|
3745
3772
|
"name": "formatting",
|
3746
3773
|
"kind": 1024,
|
3747
3774
|
"kindString": "Property",
|
@@ -3752,14 +3779,14 @@
|
|
3752
3779
|
"type": {
|
3753
3780
|
"type": "reflection",
|
3754
3781
|
"declaration": {
|
3755
|
-
"id":
|
3782
|
+
"id": 600,
|
3756
3783
|
"name": "__type",
|
3757
3784
|
"kind": 65536,
|
3758
3785
|
"kindString": "Type literal",
|
3759
3786
|
"flags": {},
|
3760
3787
|
"children": [
|
3761
3788
|
{
|
3762
|
-
"id":
|
3789
|
+
"id": 601,
|
3763
3790
|
"name": "date",
|
3764
3791
|
"kind": 1024,
|
3765
3792
|
"kindString": "Property",
|
@@ -3778,7 +3805,7 @@
|
|
3778
3805
|
"title": "Properties",
|
3779
3806
|
"kind": 1024,
|
3780
3807
|
"children": [
|
3781
|
-
|
3808
|
+
601
|
3782
3809
|
]
|
3783
3810
|
}
|
3784
3811
|
]
|
@@ -3786,7 +3813,7 @@
|
|
3786
3813
|
}
|
3787
3814
|
},
|
3788
3815
|
{
|
3789
|
-
"id":
|
3816
|
+
"id": 597,
|
3790
3817
|
"name": "locale",
|
3791
3818
|
"kind": 1024,
|
3792
3819
|
"kindString": "Property",
|
@@ -3801,7 +3828,7 @@
|
|
3801
3828
|
}
|
3802
3829
|
},
|
3803
3830
|
{
|
3804
|
-
"id":
|
3831
|
+
"id": 598,
|
3805
3832
|
"name": "texts",
|
3806
3833
|
"kind": 1024,
|
3807
3834
|
"kindString": "Property",
|
@@ -3811,7 +3838,7 @@
|
|
3811
3838
|
},
|
3812
3839
|
"type": {
|
3813
3840
|
"type": "reference",
|
3814
|
-
"id":
|
3841
|
+
"id": 581,
|
3815
3842
|
"name": "LocalizationTexts"
|
3816
3843
|
}
|
3817
3844
|
}
|
@@ -3820,7 +3847,7 @@
|
|
3820
3847
|
"LocalizationTexts": {
|
3821
3848
|
"props": [
|
3822
3849
|
{
|
3823
|
-
"id":
|
3850
|
+
"id": 583,
|
3824
3851
|
"name": "calendar",
|
3825
3852
|
"kind": 1024,
|
3826
3853
|
"kindString": "Property",
|
@@ -3835,7 +3862,7 @@
|
|
3835
3862
|
}
|
3836
3863
|
},
|
3837
3864
|
{
|
3838
|
-
"id":
|
3865
|
+
"id": 584,
|
3839
3866
|
"name": "combobox",
|
3840
3867
|
"kind": 1024,
|
3841
3868
|
"kindString": "Property",
|
@@ -3850,7 +3877,7 @@
|
|
3850
3877
|
}
|
3851
3878
|
},
|
3852
3879
|
{
|
3853
|
-
"id":
|
3880
|
+
"id": 585,
|
3854
3881
|
"name": "datepicker",
|
3855
3882
|
"kind": 1024,
|
3856
3883
|
"kindString": "Property",
|
@@ -3865,7 +3892,7 @@
|
|
3865
3892
|
}
|
3866
3893
|
},
|
3867
3894
|
{
|
3868
|
-
"id":
|
3895
|
+
"id": 588,
|
3869
3896
|
"name": "dialog",
|
3870
3897
|
"kind": 1024,
|
3871
3898
|
"kindString": "Property",
|
@@ -3880,7 +3907,7 @@
|
|
3880
3907
|
}
|
3881
3908
|
},
|
3882
3909
|
{
|
3883
|
-
"id":
|
3910
|
+
"id": 586,
|
3884
3911
|
"name": "hanger",
|
3885
3912
|
"kind": 1024,
|
3886
3913
|
"kindString": "Property",
|
@@ -3890,12 +3917,12 @@
|
|
3890
3917
|
},
|
3891
3918
|
"type": {
|
3892
3919
|
"type": "reference",
|
3893
|
-
"id":
|
3920
|
+
"id": 265,
|
3894
3921
|
"name": "HangerTexts"
|
3895
3922
|
}
|
3896
3923
|
},
|
3897
3924
|
{
|
3898
|
-
"id":
|
3925
|
+
"id": 587,
|
3899
3926
|
"name": "listbox",
|
3900
3927
|
"kind": 1024,
|
3901
3928
|
"kindString": "Property",
|
@@ -3905,12 +3932,12 @@
|
|
3905
3932
|
},
|
3906
3933
|
"type": {
|
3907
3934
|
"type": "reference",
|
3908
|
-
"id":
|
3935
|
+
"id": 354,
|
3909
3936
|
"name": "ListboxTexts"
|
3910
3937
|
}
|
3911
3938
|
},
|
3912
3939
|
{
|
3913
|
-
"id":
|
3940
|
+
"id": 589,
|
3914
3941
|
"name": "pagination",
|
3915
3942
|
"kind": 1024,
|
3916
3943
|
"kindString": "Property",
|
@@ -3920,12 +3947,12 @@
|
|
3920
3947
|
},
|
3921
3948
|
"type": {
|
3922
3949
|
"type": "reference",
|
3923
|
-
"id":
|
3950
|
+
"id": 517,
|
3924
3951
|
"name": "PaginationTexts"
|
3925
3952
|
}
|
3926
3953
|
},
|
3927
3954
|
{
|
3928
|
-
"id":
|
3955
|
+
"id": 594,
|
3929
3956
|
"name": "searchInput",
|
3930
3957
|
"kind": 1024,
|
3931
3958
|
"kindString": "Property",
|
@@ -3935,12 +3962,12 @@
|
|
3935
3962
|
},
|
3936
3963
|
"type": {
|
3937
3964
|
"type": "reference",
|
3938
|
-
"id":
|
3965
|
+
"id": 339,
|
3939
3966
|
"name": "SearchInputTexts"
|
3940
3967
|
}
|
3941
3968
|
},
|
3942
3969
|
{
|
3943
|
-
"id":
|
3970
|
+
"id": 591,
|
3944
3971
|
"name": "select",
|
3945
3972
|
"kind": 1024,
|
3946
3973
|
"kindString": "Property",
|
@@ -3950,12 +3977,12 @@
|
|
3950
3977
|
},
|
3951
3978
|
"type": {
|
3952
3979
|
"type": "reference",
|
3953
|
-
"id":
|
3980
|
+
"id": 719,
|
3954
3981
|
"name": "SelectTexts"
|
3955
3982
|
}
|
3956
3983
|
},
|
3957
3984
|
{
|
3958
|
-
"id":
|
3985
|
+
"id": 590,
|
3959
3986
|
"name": "table",
|
3960
3987
|
"kind": 1024,
|
3961
3988
|
"kindString": "Property",
|
@@ -3965,12 +3992,12 @@
|
|
3965
3992
|
},
|
3966
3993
|
"type": {
|
3967
3994
|
"type": "reference",
|
3968
|
-
"id":
|
3995
|
+
"id": 904,
|
3969
3996
|
"name": "TableTexts"
|
3970
3997
|
}
|
3971
3998
|
},
|
3972
3999
|
{
|
3973
|
-
"id":
|
4000
|
+
"id": 592,
|
3974
4001
|
"name": "toasts",
|
3975
4002
|
"kind": 1024,
|
3976
4003
|
"kindString": "Property",
|
@@ -3984,7 +4011,7 @@
|
|
3984
4011
|
}
|
3985
4012
|
},
|
3986
4013
|
{
|
3987
|
-
"id":
|
4014
|
+
"id": 593,
|
3988
4015
|
"name": "tour",
|
3989
4016
|
"kind": 1024,
|
3990
4017
|
"kindString": "Property",
|
@@ -3994,7 +4021,7 @@
|
|
3994
4021
|
},
|
3995
4022
|
"type": {
|
3996
4023
|
"type": "reference",
|
3997
|
-
"id":
|
4024
|
+
"id": 1035,
|
3998
4025
|
"name": "TourTexts"
|
3999
4026
|
}
|
4000
4027
|
}
|
@@ -4003,7 +4030,7 @@
|
|
4003
4030
|
"MenuProps": {
|
4004
4031
|
"props": [
|
4005
4032
|
{
|
4006
|
-
"id":
|
4033
|
+
"id": 388,
|
4007
4034
|
"name": "children",
|
4008
4035
|
"kind": 1024,
|
4009
4036
|
"kindString": "Property",
|
@@ -4016,7 +4043,7 @@
|
|
4016
4043
|
}
|
4017
4044
|
},
|
4018
4045
|
{
|
4019
|
-
"id":
|
4046
|
+
"id": 389,
|
4020
4047
|
"name": "id",
|
4021
4048
|
"kind": 1024,
|
4022
4049
|
"kindString": "Property",
|
@@ -4029,7 +4056,7 @@
|
|
4029
4056
|
}
|
4030
4057
|
},
|
4031
4058
|
{
|
4032
|
-
"id":
|
4059
|
+
"id": 390,
|
4033
4060
|
"name": "trigger",
|
4034
4061
|
"kind": 1024,
|
4035
4062
|
"kindString": "Property",
|
@@ -4054,7 +4081,7 @@
|
|
4054
4081
|
],
|
4055
4082
|
"props": [
|
4056
4083
|
{
|
4057
|
-
"id":
|
4084
|
+
"id": 488,
|
4058
4085
|
"name": "active",
|
4059
4086
|
"kind": 1024,
|
4060
4087
|
"kindString": "Property",
|
@@ -4070,7 +4097,7 @@
|
|
4070
4097
|
}
|
4071
4098
|
},
|
4072
4099
|
{
|
4073
|
-
"id":
|
4100
|
+
"id": 489,
|
4074
4101
|
"name": "onDrop",
|
4075
4102
|
"kind": 1024,
|
4076
4103
|
"kindString": "Property",
|
@@ -4088,7 +4115,7 @@
|
|
4088
4115
|
}
|
4089
4116
|
},
|
4090
4117
|
{
|
4091
|
-
"id":
|
4118
|
+
"id": 490,
|
4092
4119
|
"name": "postfix",
|
4093
4120
|
"kind": 1024,
|
4094
4121
|
"kindString": "Property",
|
@@ -4106,7 +4133,7 @@
|
|
4106
4133
|
}
|
4107
4134
|
},
|
4108
4135
|
{
|
4109
|
-
"id":
|
4136
|
+
"id": 491,
|
4110
4137
|
"name": "prefix",
|
4111
4138
|
"kind": 1024,
|
4112
4139
|
"kindString": "Property",
|
@@ -4124,7 +4151,7 @@
|
|
4124
4151
|
}
|
4125
4152
|
},
|
4126
4153
|
{
|
4127
|
-
"id":
|
4154
|
+
"id": 492,
|
4128
4155
|
"name": "target",
|
4129
4156
|
"kind": 1024,
|
4130
4157
|
"kindString": "Property",
|
@@ -4159,7 +4186,7 @@
|
|
4159
4186
|
],
|
4160
4187
|
"props": [
|
4161
4188
|
{
|
4162
|
-
"id":
|
4189
|
+
"id": 530,
|
4163
4190
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4164
4191
|
"kind": 1024,
|
4165
4192
|
"kindString": "Property",
|
@@ -4175,7 +4202,7 @@
|
|
4175
4202
|
}
|
4176
4203
|
},
|
4177
4204
|
{
|
4178
|
-
"id":
|
4205
|
+
"id": 525,
|
4179
4206
|
"name": "length",
|
4180
4207
|
"kind": 1024,
|
4181
4208
|
"kindString": "Property",
|
@@ -4189,7 +4216,7 @@
|
|
4189
4216
|
}
|
4190
4217
|
},
|
4191
4218
|
{
|
4192
|
-
"id":
|
4219
|
+
"id": 526,
|
4193
4220
|
"name": "pageSizes",
|
4194
4221
|
"kind": 1024,
|
4195
4222
|
"kindString": "Property",
|
@@ -4208,7 +4235,7 @@
|
|
4208
4235
|
}
|
4209
4236
|
},
|
4210
4237
|
{
|
4211
|
-
"id":
|
4238
|
+
"id": 527,
|
4212
4239
|
"name": "showPageControls",
|
4213
4240
|
"kind": 1024,
|
4214
4241
|
"kindString": "Property",
|
@@ -4224,7 +4251,7 @@
|
|
4224
4251
|
}
|
4225
4252
|
},
|
4226
4253
|
{
|
4227
|
-
"id":
|
4254
|
+
"id": 528,
|
4228
4255
|
"name": "showPageNumbers",
|
4229
4256
|
"kind": 1024,
|
4230
4257
|
"kindString": "Property",
|
@@ -4240,7 +4267,7 @@
|
|
4240
4267
|
}
|
4241
4268
|
},
|
4242
4269
|
{
|
4243
|
-
"id":
|
4270
|
+
"id": 529,
|
4244
4271
|
"name": "showPageSize",
|
4245
4272
|
"kind": 1024,
|
4246
4273
|
"kindString": "Property",
|
@@ -4260,7 +4287,7 @@
|
|
4260
4287
|
"PaginationTexts": {
|
4261
4288
|
"props": [
|
4262
4289
|
{
|
4263
|
-
"id":
|
4290
|
+
"id": 522,
|
4264
4291
|
"name": "actions",
|
4265
4292
|
"kind": 1024,
|
4266
4293
|
"kindString": "Property",
|
@@ -4270,12 +4297,12 @@
|
|
4270
4297
|
},
|
4271
4298
|
"type": {
|
4272
4299
|
"type": "reference",
|
4273
|
-
"id":
|
4300
|
+
"id": 506,
|
4274
4301
|
"name": "PaginationTextsActions"
|
4275
4302
|
}
|
4276
4303
|
},
|
4277
4304
|
{
|
4278
|
-
"id":
|
4305
|
+
"id": 519,
|
4279
4306
|
"name": "label",
|
4280
4307
|
"kind": 1024,
|
4281
4308
|
"kindString": "Property",
|
@@ -4289,7 +4316,7 @@
|
|
4289
4316
|
}
|
4290
4317
|
},
|
4291
4318
|
{
|
4292
|
-
"id":
|
4319
|
+
"id": 520,
|
4293
4320
|
"name": "pageSize",
|
4294
4321
|
"kind": 1024,
|
4295
4322
|
"kindString": "Property",
|
@@ -4303,7 +4330,7 @@
|
|
4303
4330
|
}
|
4304
4331
|
},
|
4305
4332
|
{
|
4306
|
-
"id":
|
4333
|
+
"id": 521,
|
4307
4334
|
"name": "showingXofYofTotal",
|
4308
4335
|
"kind": 1024,
|
4309
4336
|
"kindString": "Property",
|
@@ -4321,7 +4348,7 @@
|
|
4321
4348
|
"PaginationTextsActions": {
|
4322
4349
|
"props": [
|
4323
4350
|
{
|
4324
|
-
"id":
|
4351
|
+
"id": 508,
|
4325
4352
|
"name": "firstPage",
|
4326
4353
|
"kind": 1024,
|
4327
4354
|
"kindString": "Property",
|
@@ -4335,7 +4362,7 @@
|
|
4335
4362
|
}
|
4336
4363
|
},
|
4337
4364
|
{
|
4338
|
-
"id":
|
4365
|
+
"id": 509,
|
4339
4366
|
"name": "firstPageWithShortcut",
|
4340
4367
|
"kind": 1024,
|
4341
4368
|
"kindString": "Property",
|
@@ -4349,7 +4376,7 @@
|
|
4349
4376
|
}
|
4350
4377
|
},
|
4351
4378
|
{
|
4352
|
-
"id":
|
4379
|
+
"id": 514,
|
4353
4380
|
"name": "lastPage",
|
4354
4381
|
"kind": 1024,
|
4355
4382
|
"kindString": "Property",
|
@@ -4363,7 +4390,7 @@
|
|
4363
4390
|
}
|
4364
4391
|
},
|
4365
4392
|
{
|
4366
|
-
"id":
|
4393
|
+
"id": 515,
|
4367
4394
|
"name": "lastPageWithShortcut",
|
4368
4395
|
"kind": 1024,
|
4369
4396
|
"kindString": "Property",
|
@@ -4377,7 +4404,7 @@
|
|
4377
4404
|
}
|
4378
4405
|
},
|
4379
4406
|
{
|
4380
|
-
"id":
|
4407
|
+
"id": 510,
|
4381
4408
|
"name": "nextPage",
|
4382
4409
|
"kind": 1024,
|
4383
4410
|
"kindString": "Property",
|
@@ -4391,7 +4418,7 @@
|
|
4391
4418
|
}
|
4392
4419
|
},
|
4393
4420
|
{
|
4394
|
-
"id":
|
4421
|
+
"id": 511,
|
4395
4422
|
"name": "nextPageWithShortcut",
|
4396
4423
|
"kind": 1024,
|
4397
4424
|
"kindString": "Property",
|
@@ -4405,7 +4432,7 @@
|
|
4405
4432
|
}
|
4406
4433
|
},
|
4407
4434
|
{
|
4408
|
-
"id":
|
4435
|
+
"id": 516,
|
4409
4436
|
"name": "pageX",
|
4410
4437
|
"kind": 1024,
|
4411
4438
|
"kindString": "Property",
|
@@ -4419,7 +4446,7 @@
|
|
4419
4446
|
}
|
4420
4447
|
},
|
4421
4448
|
{
|
4422
|
-
"id":
|
4449
|
+
"id": 512,
|
4423
4450
|
"name": "previousPage",
|
4424
4451
|
"kind": 1024,
|
4425
4452
|
"kindString": "Property",
|
@@ -4433,7 +4460,7 @@
|
|
4433
4460
|
}
|
4434
4461
|
},
|
4435
4462
|
{
|
4436
|
-
"id":
|
4463
|
+
"id": 513,
|
4437
4464
|
"name": "previousPageWithShortcut",
|
4438
4465
|
"kind": 1024,
|
4439
4466
|
"kindString": "Property",
|
@@ -4455,7 +4482,7 @@
|
|
4455
4482
|
],
|
4456
4483
|
"props": [
|
4457
4484
|
{
|
4458
|
-
"id":
|
4485
|
+
"id": 560,
|
4459
4486
|
"name": "children",
|
4460
4487
|
"kind": 1024,
|
4461
4488
|
"kindString": "Property",
|
@@ -4472,28 +4499,28 @@
|
|
4472
4499
|
{
|
4473
4500
|
"type": "reflection",
|
4474
4501
|
"declaration": {
|
4475
|
-
"id":
|
4502
|
+
"id": 561,
|
4476
4503
|
"name": "__type",
|
4477
4504
|
"kind": 65536,
|
4478
4505
|
"kindString": "Type literal",
|
4479
4506
|
"flags": {},
|
4480
4507
|
"signatures": [
|
4481
4508
|
{
|
4482
|
-
"id":
|
4509
|
+
"id": 562,
|
4483
4510
|
"name": "__type",
|
4484
4511
|
"kind": 4096,
|
4485
4512
|
"kindString": "Call signature",
|
4486
4513
|
"flags": {},
|
4487
4514
|
"parameters": [
|
4488
4515
|
{
|
4489
|
-
"id":
|
4516
|
+
"id": 563,
|
4490
4517
|
"name": "props",
|
4491
4518
|
"kind": 32768,
|
4492
4519
|
"kindString": "Parameter",
|
4493
4520
|
"flags": {},
|
4494
4521
|
"type": {
|
4495
4522
|
"type": "reference",
|
4496
|
-
"id":
|
4523
|
+
"id": 554,
|
4497
4524
|
"name": "PopoverContentRenderProps"
|
4498
4525
|
}
|
4499
4526
|
}
|
@@ -4512,7 +4539,7 @@
|
|
4512
4539
|
}
|
4513
4540
|
},
|
4514
4541
|
{
|
4515
|
-
"id":
|
4542
|
+
"id": 564,
|
4516
4543
|
"name": "placement",
|
4517
4544
|
"kind": 1024,
|
4518
4545
|
"kindString": "Property",
|
@@ -4533,14 +4560,14 @@
|
|
4533
4560
|
"PopoverContentRenderProps": {
|
4534
4561
|
"props": [
|
4535
4562
|
{
|
4536
|
-
"id":
|
4563
|
+
"id": 556,
|
4537
4564
|
"name": "close",
|
4538
4565
|
"kind": 2048,
|
4539
4566
|
"kindString": "Method",
|
4540
4567
|
"flags": {},
|
4541
4568
|
"signatures": [
|
4542
4569
|
{
|
4543
|
-
"id":
|
4570
|
+
"id": 557,
|
4544
4571
|
"name": "close",
|
4545
4572
|
"kind": 4096,
|
4546
4573
|
"kindString": "Call signature",
|
@@ -4562,7 +4589,7 @@
|
|
4562
4589
|
],
|
4563
4590
|
"props": [
|
4564
4591
|
{
|
4565
|
-
"id":
|
4592
|
+
"id": 577,
|
4566
4593
|
"name": "duration",
|
4567
4594
|
"kind": 1024,
|
4568
4595
|
"kindString": "Property",
|
@@ -4582,7 +4609,7 @@
|
|
4582
4609
|
"ProviderProps": {
|
4583
4610
|
"props": [
|
4584
4611
|
{
|
4585
|
-
"id":
|
4612
|
+
"id": 682,
|
4586
4613
|
"name": "children",
|
4587
4614
|
"kind": 1024,
|
4588
4615
|
"kindString": "Property",
|
@@ -4598,7 +4625,7 @@
|
|
4598
4625
|
}
|
4599
4626
|
},
|
4600
4627
|
{
|
4601
|
-
"id":
|
4628
|
+
"id": 683,
|
4602
4629
|
"name": "localization",
|
4603
4630
|
"kind": 1024,
|
4604
4631
|
"kindString": "Property",
|
@@ -4610,7 +4637,7 @@
|
|
4610
4637
|
},
|
4611
4638
|
"type": {
|
4612
4639
|
"type": "reference",
|
4613
|
-
"id":
|
4640
|
+
"id": 595,
|
4614
4641
|
"name": "Localization"
|
4615
4642
|
}
|
4616
4643
|
}
|
@@ -4622,7 +4649,7 @@
|
|
4622
4649
|
],
|
4623
4650
|
"props": [
|
4624
4651
|
{
|
4625
|
-
"id":
|
4652
|
+
"id": 701,
|
4626
4653
|
"name": "children",
|
4627
4654
|
"kind": 1024,
|
4628
4655
|
"kindString": "Property",
|
@@ -4638,7 +4665,7 @@
|
|
4638
4665
|
}
|
4639
4666
|
},
|
4640
4667
|
{
|
4641
|
-
"id":
|
4668
|
+
"id": 702,
|
4642
4669
|
"name": "disabled",
|
4643
4670
|
"kind": 1024,
|
4644
4671
|
"kindString": "Property",
|
@@ -4651,7 +4678,7 @@
|
|
4651
4678
|
}
|
4652
4679
|
},
|
4653
4680
|
{
|
4654
|
-
"id":
|
4681
|
+
"id": 703,
|
4655
4682
|
"name": "value",
|
4656
4683
|
"kind": 1024,
|
4657
4684
|
"kindString": "Property",
|
@@ -4661,7 +4688,7 @@
|
|
4661
4688
|
},
|
4662
4689
|
"type": {
|
4663
4690
|
"type": "reference",
|
4664
|
-
"id":
|
4691
|
+
"id": 691,
|
4665
4692
|
"name": "RadioGroupItemValue"
|
4666
4693
|
}
|
4667
4694
|
}
|
@@ -4686,7 +4713,7 @@
|
|
4686
4713
|
],
|
4687
4714
|
"props": [
|
4688
4715
|
{
|
4689
|
-
"id":
|
4716
|
+
"id": 748,
|
4690
4717
|
"name": "subRows",
|
4691
4718
|
"kind": 1024,
|
4692
4719
|
"kindString": "Property",
|
@@ -4697,11 +4724,11 @@
|
|
4697
4724
|
"type": "array",
|
4698
4725
|
"elementType": {
|
4699
4726
|
"type": "reference",
|
4700
|
-
"id":
|
4727
|
+
"id": 746,
|
4701
4728
|
"typeArguments": [
|
4702
4729
|
{
|
4703
4730
|
"type": "reference",
|
4704
|
-
"id":
|
4731
|
+
"id": 750,
|
4705
4732
|
"name": "TRow"
|
4706
4733
|
}
|
4707
4734
|
],
|
@@ -4771,7 +4798,7 @@
|
|
4771
4798
|
],
|
4772
4799
|
"props": [
|
4773
4800
|
{
|
4774
|
-
"id":
|
4801
|
+
"id": 344,
|
4775
4802
|
"name": "onSearch",
|
4776
4803
|
"kind": 2048,
|
4777
4804
|
"kindString": "Method",
|
@@ -4780,7 +4807,7 @@
|
|
4780
4807
|
},
|
4781
4808
|
"signatures": [
|
4782
4809
|
{
|
4783
|
-
"id":
|
4810
|
+
"id": 345,
|
4784
4811
|
"name": "onSearch",
|
4785
4812
|
"kind": 4096,
|
4786
4813
|
"kindString": "Call signature",
|
@@ -4790,7 +4817,7 @@
|
|
4790
4817
|
},
|
4791
4818
|
"parameters": [
|
4792
4819
|
{
|
4793
|
-
"id":
|
4820
|
+
"id": 346,
|
4794
4821
|
"name": "value",
|
4795
4822
|
"kind": 32768,
|
4796
4823
|
"kindString": "Parameter",
|
@@ -4837,7 +4864,7 @@
|
|
4837
4864
|
"SearchInputTexts": {
|
4838
4865
|
"props": [
|
4839
4866
|
{
|
4840
|
-
"id":
|
4867
|
+
"id": 341,
|
4841
4868
|
"name": "inputLabel",
|
4842
4869
|
"kind": 1024,
|
4843
4870
|
"kindString": "Property",
|
@@ -4858,7 +4885,7 @@
|
|
4858
4885
|
],
|
4859
4886
|
"props": [
|
4860
4887
|
{
|
4861
|
-
"id":
|
4888
|
+
"id": 727,
|
4862
4889
|
"name": "editable",
|
4863
4890
|
"kind": 1024,
|
4864
4891
|
"kindString": "Property",
|
@@ -4878,7 +4905,7 @@
|
|
4878
4905
|
"SelectTexts": {
|
4879
4906
|
"props": [
|
4880
4907
|
{
|
4881
|
-
"id":
|
4908
|
+
"id": 721,
|
4882
4909
|
"name": "allOptionsSelected",
|
4883
4910
|
"kind": 1024,
|
4884
4911
|
"kindString": "Property",
|
@@ -4918,7 +4945,7 @@
|
|
4918
4945
|
"SortRule": {
|
4919
4946
|
"props": [
|
4920
4947
|
{
|
4921
|
-
"id":
|
4948
|
+
"id": 799,
|
4922
4949
|
"name": "accessor",
|
4923
4950
|
"kind": 1024,
|
4924
4951
|
"kindString": "Property",
|
@@ -4931,7 +4958,7 @@
|
|
4931
4958
|
"typeArguments": [
|
4932
4959
|
{
|
4933
4960
|
"type": "reference",
|
4934
|
-
"id":
|
4961
|
+
"id": 801,
|
4935
4962
|
"name": "T"
|
4936
4963
|
}
|
4937
4964
|
],
|
@@ -4941,7 +4968,7 @@
|
|
4941
4968
|
}
|
4942
4969
|
},
|
4943
4970
|
{
|
4944
|
-
"id":
|
4971
|
+
"id": 800,
|
4945
4972
|
"name": "desc",
|
4946
4973
|
"kind": 1024,
|
4947
4974
|
"kindString": "Property",
|
@@ -4986,7 +5013,7 @@
|
|
4986
5013
|
],
|
4987
5014
|
"props": [
|
4988
5015
|
{
|
4989
|
-
"id":
|
5016
|
+
"id": 735,
|
4990
5017
|
"name": "delay",
|
4991
5018
|
"kind": 1024,
|
4992
5019
|
"kindString": "Property",
|
@@ -5002,7 +5029,7 @@
|
|
5002
5029
|
}
|
5003
5030
|
},
|
5004
5031
|
{
|
5005
|
-
"id":
|
5032
|
+
"id": 736,
|
5006
5033
|
"name": "label",
|
5007
5034
|
"kind": 1024,
|
5008
5035
|
"kindString": "Property",
|
@@ -5029,7 +5056,7 @@
|
|
5029
5056
|
],
|
5030
5057
|
"props": [
|
5031
5058
|
{
|
5032
|
-
"id":
|
5059
|
+
"id": 976,
|
5033
5060
|
"name": "id",
|
5034
5061
|
"kind": 1024,
|
5035
5062
|
"kindString": "Property",
|
@@ -5051,7 +5078,7 @@
|
|
5051
5078
|
],
|
5052
5079
|
"props": [
|
5053
5080
|
{
|
5054
|
-
"id":
|
5081
|
+
"id": 973,
|
5055
5082
|
"name": "disabled",
|
5056
5083
|
"kind": 1024,
|
5057
5084
|
"kindString": "Property",
|
@@ -5067,7 +5094,7 @@
|
|
5067
5094
|
}
|
5068
5095
|
},
|
5069
5096
|
{
|
5070
|
-
"id":
|
5097
|
+
"id": 972,
|
5071
5098
|
"name": "id",
|
5072
5099
|
"kind": 1024,
|
5073
5100
|
"kindString": "Property",
|
@@ -5085,7 +5112,7 @@
|
|
5085
5112
|
"TableCell": {
|
5086
5113
|
"props": [
|
5087
5114
|
{
|
5088
|
-
"id":
|
5115
|
+
"id": 805,
|
5089
5116
|
"name": "accessor",
|
5090
5117
|
"kind": 1024,
|
5091
5118
|
"kindString": "Property",
|
@@ -5096,7 +5123,7 @@
|
|
5096
5123
|
}
|
5097
5124
|
},
|
5098
5125
|
{
|
5099
|
-
"id":
|
5126
|
+
"id": 806,
|
5100
5127
|
"name": "row",
|
5101
5128
|
"kind": 1024,
|
5102
5129
|
"kindString": "Property",
|
@@ -5106,11 +5133,11 @@
|
|
5106
5133
|
},
|
5107
5134
|
"type": {
|
5108
5135
|
"type": "reference",
|
5109
|
-
"id":
|
5136
|
+
"id": 879,
|
5110
5137
|
"typeArguments": [
|
5111
5138
|
{
|
5112
5139
|
"type": "reference",
|
5113
|
-
"id":
|
5140
|
+
"id": 808,
|
5114
5141
|
"name": "TRow"
|
5115
5142
|
}
|
5116
5143
|
],
|
@@ -5118,7 +5145,7 @@
|
|
5118
5145
|
}
|
5119
5146
|
},
|
5120
5147
|
{
|
5121
|
-
"id":
|
5148
|
+
"id": 807,
|
5122
5149
|
"name": "value",
|
5123
5150
|
"kind": 1024,
|
5124
5151
|
"kindString": "Property",
|
@@ -5136,7 +5163,7 @@
|
|
5136
5163
|
"TableColumnProps": {
|
5137
5164
|
"props": [
|
5138
5165
|
{
|
5139
|
-
"id":
|
5166
|
+
"id": 811,
|
5140
5167
|
"name": "accessor",
|
5141
5168
|
"kind": 1024,
|
5142
5169
|
"kindString": "Property",
|
@@ -5150,7 +5177,7 @@
|
|
5150
5177
|
}
|
5151
5178
|
},
|
5152
5179
|
{
|
5153
|
-
"id":
|
5180
|
+
"id": 812,
|
5154
5181
|
"name": "align",
|
5155
5182
|
"kind": 1024,
|
5156
5183
|
"kindString": "Property",
|
@@ -5179,7 +5206,7 @@
|
|
5179
5206
|
}
|
5180
5207
|
},
|
5181
5208
|
{
|
5182
|
-
"id":
|
5209
|
+
"id": 813,
|
5183
5210
|
"name": "className",
|
5184
5211
|
"kind": 1024,
|
5185
5212
|
"kindString": "Property",
|
@@ -5195,7 +5222,7 @@
|
|
5195
5222
|
}
|
5196
5223
|
},
|
5197
5224
|
{
|
5198
|
-
"id":
|
5225
|
+
"id": 817,
|
5199
5226
|
"name": "disableSorting",
|
5200
5227
|
"kind": 1024,
|
5201
5228
|
"kindString": "Property",
|
@@ -5211,7 +5238,7 @@
|
|
5211
5238
|
}
|
5212
5239
|
},
|
5213
5240
|
{
|
5214
|
-
"id":
|
5241
|
+
"id": 821,
|
5215
5242
|
"name": "flex",
|
5216
5243
|
"kind": 1024,
|
5217
5244
|
"kindString": "Property",
|
@@ -5231,28 +5258,28 @@
|
|
5231
5258
|
{
|
5232
5259
|
"type": "reflection",
|
5233
5260
|
"declaration": {
|
5234
|
-
"id":
|
5261
|
+
"id": 822,
|
5235
5262
|
"name": "__type",
|
5236
5263
|
"kind": 65536,
|
5237
5264
|
"kindString": "Type literal",
|
5238
5265
|
"flags": {},
|
5239
5266
|
"signatures": [
|
5240
5267
|
{
|
5241
|
-
"id":
|
5268
|
+
"id": 823,
|
5242
5269
|
"name": "__type",
|
5243
5270
|
"kind": 4096,
|
5244
5271
|
"kindString": "Call signature",
|
5245
5272
|
"flags": {},
|
5246
5273
|
"parameters": [
|
5247
5274
|
{
|
5248
|
-
"id":
|
5275
|
+
"id": 824,
|
5249
5276
|
"name": "row",
|
5250
5277
|
"kind": 32768,
|
5251
5278
|
"kindString": "Parameter",
|
5252
5279
|
"flags": {},
|
5253
5280
|
"type": {
|
5254
5281
|
"type": "reference",
|
5255
|
-
"id":
|
5282
|
+
"id": 831,
|
5256
5283
|
"name": "TRow"
|
5257
5284
|
}
|
5258
5285
|
}
|
@@ -5269,7 +5296,7 @@
|
|
5269
5296
|
}
|
5270
5297
|
},
|
5271
5298
|
{
|
5272
|
-
"id":
|
5299
|
+
"id": 825,
|
5273
5300
|
"name": "headRenderer",
|
5274
5301
|
"kind": 1024,
|
5275
5302
|
"kindString": "Property",
|
@@ -5287,7 +5314,7 @@
|
|
5287
5314
|
}
|
5288
5315
|
},
|
5289
5316
|
{
|
5290
|
-
"id":
|
5317
|
+
"id": 826,
|
5291
5318
|
"name": "hidden",
|
5292
5319
|
"kind": 1024,
|
5293
5320
|
"kindString": "Property",
|
@@ -5303,7 +5330,7 @@
|
|
5303
5330
|
}
|
5304
5331
|
},
|
5305
5332
|
{
|
5306
|
-
"id":
|
5333
|
+
"id": 827,
|
5307
5334
|
"name": "hiddenOnSubRows",
|
5308
5335
|
"kind": 1024,
|
5309
5336
|
"kindString": "Property",
|
@@ -5319,7 +5346,7 @@
|
|
5319
5346
|
}
|
5320
5347
|
},
|
5321
5348
|
{
|
5322
|
-
"id":
|
5349
|
+
"id": 828,
|
5323
5350
|
"name": "sort",
|
5324
5351
|
"kind": 1024,
|
5325
5352
|
"kindString": "Property",
|
@@ -5331,12 +5358,12 @@
|
|
5331
5358
|
},
|
5332
5359
|
"type": {
|
5333
5360
|
"type": "reference",
|
5334
|
-
"id":
|
5361
|
+
"id": 790,
|
5335
5362
|
"name": "SortDirection"
|
5336
5363
|
}
|
5337
5364
|
},
|
5338
5365
|
{
|
5339
|
-
"id":
|
5366
|
+
"id": 829,
|
5340
5367
|
"name": "sortType",
|
5341
5368
|
"kind": 1024,
|
5342
5369
|
"kindString": "Property",
|
@@ -5348,12 +5375,12 @@
|
|
5348
5375
|
},
|
5349
5376
|
"type": {
|
5350
5377
|
"type": "reference",
|
5351
|
-
"id":
|
5378
|
+
"id": 802,
|
5352
5379
|
"name": "SortTypes"
|
5353
5380
|
}
|
5354
5381
|
},
|
5355
5382
|
{
|
5356
|
-
"id":
|
5383
|
+
"id": 830,
|
5357
5384
|
"name": "style",
|
5358
5385
|
"kind": 1024,
|
5359
5386
|
"kindString": "Property",
|
@@ -5369,7 +5396,7 @@
|
|
5369
5396
|
}
|
5370
5397
|
},
|
5371
5398
|
{
|
5372
|
-
"id":
|
5399
|
+
"id": 814,
|
5373
5400
|
"name": "cellRenderer",
|
5374
5401
|
"kind": 2048,
|
5375
5402
|
"kindString": "Method",
|
@@ -5378,7 +5405,7 @@
|
|
5378
5405
|
},
|
5379
5406
|
"signatures": [
|
5380
5407
|
{
|
5381
|
-
"id":
|
5408
|
+
"id": 815,
|
5382
5409
|
"name": "cellRenderer",
|
5383
5410
|
"kind": 4096,
|
5384
5411
|
"kindString": "Call signature",
|
@@ -5388,18 +5415,18 @@
|
|
5388
5415
|
},
|
5389
5416
|
"parameters": [
|
5390
5417
|
{
|
5391
|
-
"id":
|
5418
|
+
"id": 816,
|
5392
5419
|
"name": "cellProps",
|
5393
5420
|
"kind": 32768,
|
5394
5421
|
"kindString": "Parameter",
|
5395
5422
|
"flags": {},
|
5396
5423
|
"type": {
|
5397
5424
|
"type": "reference",
|
5398
|
-
"id":
|
5425
|
+
"id": 803,
|
5399
5426
|
"typeArguments": [
|
5400
5427
|
{
|
5401
5428
|
"type": "reference",
|
5402
|
-
"id":
|
5429
|
+
"id": 831,
|
5403
5430
|
"name": "TRow"
|
5404
5431
|
}
|
5405
5432
|
],
|
@@ -5417,7 +5444,7 @@
|
|
5417
5444
|
]
|
5418
5445
|
},
|
5419
5446
|
{
|
5420
|
-
"id":
|
5447
|
+
"id": 818,
|
5421
5448
|
"name": "editRenderer",
|
5422
5449
|
"kind": 2048,
|
5423
5450
|
"kindString": "Method",
|
@@ -5426,25 +5453,25 @@
|
|
5426
5453
|
},
|
5427
5454
|
"signatures": [
|
5428
5455
|
{
|
5429
|
-
"id":
|
5456
|
+
"id": 819,
|
5430
5457
|
"name": "editRenderer",
|
5431
5458
|
"kind": 4096,
|
5432
5459
|
"kindString": "Call signature",
|
5433
5460
|
"flags": {},
|
5434
5461
|
"parameters": [
|
5435
5462
|
{
|
5436
|
-
"id":
|
5463
|
+
"id": 820,
|
5437
5464
|
"name": "cellProps",
|
5438
5465
|
"kind": 32768,
|
5439
5466
|
"kindString": "Parameter",
|
5440
5467
|
"flags": {},
|
5441
5468
|
"type": {
|
5442
5469
|
"type": "reference",
|
5443
|
-
"id":
|
5470
|
+
"id": 803,
|
5444
5471
|
"typeArguments": [
|
5445
5472
|
{
|
5446
5473
|
"type": "reference",
|
5447
|
-
"id":
|
5474
|
+
"id": 831,
|
5448
5475
|
"name": "TRow"
|
5449
5476
|
}
|
5450
5477
|
],
|
@@ -5466,7 +5493,7 @@
|
|
5466
5493
|
"TableGroupProps": {
|
5467
5494
|
"props": [
|
5468
5495
|
{
|
5469
|
-
"id":
|
5496
|
+
"id": 834,
|
5470
5497
|
"name": "children",
|
5471
5498
|
"kind": 1024,
|
5472
5499
|
"kindString": "Property",
|
@@ -5482,11 +5509,11 @@
|
|
5482
5509
|
"typeArguments": [
|
5483
5510
|
{
|
5484
5511
|
"type": "reference",
|
5485
|
-
"id":
|
5512
|
+
"id": 809,
|
5486
5513
|
"typeArguments": [
|
5487
5514
|
{
|
5488
5515
|
"type": "reference",
|
5489
|
-
"id":
|
5516
|
+
"id": 837,
|
5490
5517
|
"name": "TRow"
|
5491
5518
|
}
|
5492
5519
|
],
|
@@ -5504,11 +5531,11 @@
|
|
5504
5531
|
"typeArguments": [
|
5505
5532
|
{
|
5506
5533
|
"type": "reference",
|
5507
|
-
"id":
|
5534
|
+
"id": 809,
|
5508
5535
|
"typeArguments": [
|
5509
5536
|
{
|
5510
5537
|
"type": "reference",
|
5511
|
-
"id":
|
5538
|
+
"id": 837,
|
5512
5539
|
"name": "TRow"
|
5513
5540
|
}
|
5514
5541
|
],
|
@@ -5524,7 +5551,7 @@
|
|
5524
5551
|
}
|
5525
5552
|
},
|
5526
5553
|
{
|
5527
|
-
"id":
|
5554
|
+
"id": 835,
|
5528
5555
|
"name": "hidden",
|
5529
5556
|
"kind": 1024,
|
5530
5557
|
"kindString": "Property",
|
@@ -5540,7 +5567,7 @@
|
|
5540
5567
|
}
|
5541
5568
|
},
|
5542
5569
|
{
|
5543
|
-
"id":
|
5570
|
+
"id": 836,
|
5544
5571
|
"name": "title",
|
5545
5572
|
"kind": 1024,
|
5546
5573
|
"kindString": "Property",
|
@@ -5561,7 +5588,7 @@
|
|
5561
5588
|
],
|
5562
5589
|
"props": [
|
5563
5590
|
{
|
5564
|
-
"id":
|
5591
|
+
"id": 873,
|
5565
5592
|
"name": "actions",
|
5566
5593
|
"kind": 1024,
|
5567
5594
|
"kindString": "Property",
|
@@ -5575,11 +5602,11 @@
|
|
5575
5602
|
"type": "array",
|
5576
5603
|
"elementType": {
|
5577
5604
|
"type": "reference",
|
5578
|
-
"id":
|
5605
|
+
"id": 786,
|
5579
5606
|
"typeArguments": [
|
5580
5607
|
{
|
5581
5608
|
"type": "reference",
|
5582
|
-
"id":
|
5609
|
+
"id": 878,
|
5583
5610
|
"name": "TRow"
|
5584
5611
|
}
|
5585
5612
|
],
|
@@ -5588,7 +5615,7 @@
|
|
5588
5615
|
}
|
5589
5616
|
},
|
5590
5617
|
{
|
5591
|
-
"id":
|
5618
|
+
"id": 840,
|
5592
5619
|
"name": "autoFocus",
|
5593
5620
|
"kind": 1024,
|
5594
5621
|
"kindString": "Property",
|
@@ -5604,7 +5631,7 @@
|
|
5604
5631
|
}
|
5605
5632
|
},
|
5606
5633
|
{
|
5607
|
-
"id":
|
5634
|
+
"id": 841,
|
5608
5635
|
"name": "children",
|
5609
5636
|
"kind": 1024,
|
5610
5637
|
"kindString": "Property",
|
@@ -5617,7 +5644,7 @@
|
|
5617
5644
|
"typeArguments": [
|
5618
5645
|
{
|
5619
5646
|
"type": "reference",
|
5620
|
-
"id":
|
5647
|
+
"id": 878,
|
5621
5648
|
"name": "TRow"
|
5622
5649
|
}
|
5623
5650
|
],
|
@@ -5625,7 +5652,7 @@
|
|
5625
5652
|
}
|
5626
5653
|
},
|
5627
5654
|
{
|
5628
|
-
"id":
|
5655
|
+
"id": 843,
|
5629
5656
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5630
5657
|
"kind": 1024,
|
5631
5658
|
"kindString": "Property",
|
@@ -5641,7 +5668,7 @@
|
|
5641
5668
|
}
|
5642
5669
|
},
|
5643
5670
|
{
|
5644
|
-
"id":
|
5671
|
+
"id": 842,
|
5645
5672
|
"name": "data",
|
5646
5673
|
"kind": 1024,
|
5647
5674
|
"kindString": "Property",
|
@@ -5653,11 +5680,11 @@
|
|
5653
5680
|
"type": "array",
|
5654
5681
|
"elementType": {
|
5655
5682
|
"type": "reference",
|
5656
|
-
"id":
|
5683
|
+
"id": 746,
|
5657
5684
|
"typeArguments": [
|
5658
5685
|
{
|
5659
5686
|
"type": "reference",
|
5660
|
-
"id":
|
5687
|
+
"id": 878,
|
5661
5688
|
"name": "TRow"
|
5662
5689
|
}
|
5663
5690
|
],
|
@@ -5666,7 +5693,7 @@
|
|
5666
5693
|
}
|
5667
5694
|
},
|
5668
5695
|
{
|
5669
|
-
"id":
|
5696
|
+
"id": 862,
|
5670
5697
|
"name": "disablePagination",
|
5671
5698
|
"kind": 1024,
|
5672
5699
|
"kindString": "Property",
|
@@ -5679,7 +5706,7 @@
|
|
5679
5706
|
}
|
5680
5707
|
},
|
5681
5708
|
{
|
5682
|
-
"id":
|
5709
|
+
"id": 858,
|
5683
5710
|
"name": "disableSorting",
|
5684
5711
|
"kind": 1024,
|
5685
5712
|
"kindString": "Property",
|
@@ -5695,7 +5722,7 @@
|
|
5695
5722
|
}
|
5696
5723
|
},
|
5697
5724
|
{
|
5698
|
-
"id":
|
5725
|
+
"id": 871,
|
5699
5726
|
"name": "inlineEditingUniqueId",
|
5700
5727
|
"kind": 1024,
|
5701
5728
|
"kindString": "Property",
|
@@ -5710,13 +5737,13 @@
|
|
5710
5737
|
"operator": "keyof",
|
5711
5738
|
"target": {
|
5712
5739
|
"type": "reference",
|
5713
|
-
"id":
|
5740
|
+
"id": 878,
|
5714
5741
|
"name": "TRow"
|
5715
5742
|
}
|
5716
5743
|
}
|
5717
5744
|
},
|
5718
5745
|
{
|
5719
|
-
"id":
|
5746
|
+
"id": 863,
|
5720
5747
|
"name": "length",
|
5721
5748
|
"kind": 1024,
|
5722
5749
|
"kindString": "Property",
|
@@ -5729,7 +5756,7 @@
|
|
5729
5756
|
}
|
5730
5757
|
},
|
5731
5758
|
{
|
5732
|
-
"id":
|
5759
|
+
"id": 860,
|
5733
5760
|
"name": "manualSorting",
|
5734
5761
|
"kind": 1024,
|
5735
5762
|
"kindString": "Property",
|
@@ -5745,7 +5772,7 @@
|
|
5745
5772
|
}
|
5746
5773
|
},
|
5747
5774
|
{
|
5748
|
-
"id":
|
5775
|
+
"id": 864,
|
5749
5776
|
"name": "onPaginate",
|
5750
5777
|
"kind": 1024,
|
5751
5778
|
"kindString": "Property",
|
@@ -5757,12 +5784,12 @@
|
|
5757
5784
|
},
|
5758
5785
|
"type": {
|
5759
5786
|
"type": "reference",
|
5760
|
-
"id":
|
5787
|
+
"id": 741,
|
5761
5788
|
"name": "PaginationHandler"
|
5762
5789
|
}
|
5763
5790
|
},
|
5764
5791
|
{
|
5765
|
-
"id":
|
5792
|
+
"id": 877,
|
5766
5793
|
"name": "onRowActive",
|
5767
5794
|
"kind": 1024,
|
5768
5795
|
"kindString": "Property",
|
@@ -5777,7 +5804,7 @@
|
|
5777
5804
|
"typeArguments": [
|
5778
5805
|
{
|
5779
5806
|
"type": "reference",
|
5780
|
-
"id":
|
5807
|
+
"id": 878,
|
5781
5808
|
"name": "TRow"
|
5782
5809
|
}
|
5783
5810
|
],
|
@@ -5785,7 +5812,7 @@
|
|
5785
5812
|
}
|
5786
5813
|
},
|
5787
5814
|
{
|
5788
|
-
"id":
|
5815
|
+
"id": 846,
|
5789
5816
|
"name": "onRowClick",
|
5790
5817
|
"kind": 1024,
|
5791
5818
|
"kindString": "Property",
|
@@ -5797,11 +5824,11 @@
|
|
5797
5824
|
},
|
5798
5825
|
"type": {
|
5799
5826
|
"type": "reference",
|
5800
|
-
"id":
|
5827
|
+
"id": 752,
|
5801
5828
|
"typeArguments": [
|
5802
5829
|
{
|
5803
5830
|
"type": "reference",
|
5804
|
-
"id":
|
5831
|
+
"id": 878,
|
5805
5832
|
"name": "TRow"
|
5806
5833
|
}
|
5807
5834
|
],
|
@@ -5809,7 +5836,7 @@
|
|
5809
5836
|
}
|
5810
5837
|
},
|
5811
5838
|
{
|
5812
|
-
"id":
|
5839
|
+
"id": 875,
|
5813
5840
|
"name": "onRowCopy",
|
5814
5841
|
"kind": 1024,
|
5815
5842
|
"kindString": "Property",
|
@@ -5821,11 +5848,11 @@
|
|
5821
5848
|
},
|
5822
5849
|
"type": {
|
5823
5850
|
"type": "reference",
|
5824
|
-
"id":
|
5851
|
+
"id": 774,
|
5825
5852
|
"typeArguments": [
|
5826
5853
|
{
|
5827
5854
|
"type": "reference",
|
5828
|
-
"id":
|
5855
|
+
"id": 878,
|
5829
5856
|
"name": "TRow"
|
5830
5857
|
}
|
5831
5858
|
],
|
@@ -5833,7 +5860,7 @@
|
|
5833
5860
|
}
|
5834
5861
|
},
|
5835
5862
|
{
|
5836
|
-
"id":
|
5863
|
+
"id": 872,
|
5837
5864
|
"name": "onRowCreate",
|
5838
5865
|
"kind": 1024,
|
5839
5866
|
"kindString": "Property",
|
@@ -5845,11 +5872,11 @@
|
|
5845
5872
|
},
|
5846
5873
|
"type": {
|
5847
5874
|
"type": "reference",
|
5848
|
-
"id":
|
5875
|
+
"id": 768,
|
5849
5876
|
"typeArguments": [
|
5850
5877
|
{
|
5851
5878
|
"type": "reference",
|
5852
|
-
"id":
|
5879
|
+
"id": 878,
|
5853
5880
|
"name": "TRow"
|
5854
5881
|
}
|
5855
5882
|
],
|
@@ -5857,7 +5884,7 @@
|
|
5857
5884
|
}
|
5858
5885
|
},
|
5859
5886
|
{
|
5860
|
-
"id":
|
5887
|
+
"id": 876,
|
5861
5888
|
"name": "onRowDelete",
|
5862
5889
|
"kind": 1024,
|
5863
5890
|
"kindString": "Property",
|
@@ -5869,11 +5896,11 @@
|
|
5869
5896
|
},
|
5870
5897
|
"type": {
|
5871
5898
|
"type": "reference",
|
5872
|
-
"id":
|
5899
|
+
"id": 780,
|
5873
5900
|
"typeArguments": [
|
5874
5901
|
{
|
5875
5902
|
"type": "reference",
|
5876
|
-
"id":
|
5903
|
+
"id": 878,
|
5877
5904
|
"name": "TRow"
|
5878
5905
|
}
|
5879
5906
|
],
|
@@ -5881,7 +5908,7 @@
|
|
5881
5908
|
}
|
5882
5909
|
},
|
5883
5910
|
{
|
5884
|
-
"id":
|
5911
|
+
"id": 847,
|
5885
5912
|
"name": "onRowDrag",
|
5886
5913
|
"kind": 1024,
|
5887
5914
|
"kindString": "Property",
|
@@ -5893,11 +5920,11 @@
|
|
5893
5920
|
},
|
5894
5921
|
"type": {
|
5895
5922
|
"type": "reference",
|
5896
|
-
"id":
|
5923
|
+
"id": 758,
|
5897
5924
|
"typeArguments": [
|
5898
5925
|
{
|
5899
5926
|
"type": "reference",
|
5900
|
-
"id":
|
5927
|
+
"id": 878,
|
5901
5928
|
"name": "TRow"
|
5902
5929
|
}
|
5903
5930
|
],
|
@@ -5905,7 +5932,7 @@
|
|
5905
5932
|
}
|
5906
5933
|
},
|
5907
5934
|
{
|
5908
|
-
"id":
|
5935
|
+
"id": 874,
|
5909
5936
|
"name": "onRowEdit",
|
5910
5937
|
"kind": 1024,
|
5911
5938
|
"kindString": "Property",
|
@@ -5920,7 +5947,7 @@
|
|
5920
5947
|
"typeArguments": [
|
5921
5948
|
{
|
5922
5949
|
"type": "reference",
|
5923
|
-
"id":
|
5950
|
+
"id": 878,
|
5924
5951
|
"name": "TRow"
|
5925
5952
|
}
|
5926
5953
|
],
|
@@ -5928,7 +5955,7 @@
|
|
5928
5955
|
}
|
5929
5956
|
},
|
5930
5957
|
{
|
5931
|
-
"id":
|
5958
|
+
"id": 848,
|
5932
5959
|
"name": "onSelectedRows",
|
5933
5960
|
"kind": 1024,
|
5934
5961
|
"kindString": "Property",
|
@@ -5940,12 +5967,12 @@
|
|
5940
5967
|
},
|
5941
5968
|
"type": {
|
5942
5969
|
"type": "reference",
|
5943
|
-
"id":
|
5970
|
+
"id": 788,
|
5944
5971
|
"name": "SelectedRowsHandler"
|
5945
5972
|
}
|
5946
5973
|
},
|
5947
5974
|
{
|
5948
|
-
"id":
|
5975
|
+
"id": 859,
|
5949
5976
|
"name": "onSort",
|
5950
5977
|
"kind": 1024,
|
5951
5978
|
"kindString": "Property",
|
@@ -5957,11 +5984,11 @@
|
|
5957
5984
|
},
|
5958
5985
|
"type": {
|
5959
5986
|
"type": "reference",
|
5960
|
-
"id":
|
5987
|
+
"id": 791,
|
5961
5988
|
"typeArguments": [
|
5962
5989
|
{
|
5963
5990
|
"type": "reference",
|
5964
|
-
"id":
|
5991
|
+
"id": 878,
|
5965
5992
|
"name": "TRow"
|
5966
5993
|
}
|
5967
5994
|
],
|
@@ -5969,7 +5996,7 @@
|
|
5969
5996
|
}
|
5970
5997
|
},
|
5971
5998
|
{
|
5972
|
-
"id":
|
5999
|
+
"id": 865,
|
5973
6000
|
"name": "pageIndex",
|
5974
6001
|
"kind": 1024,
|
5975
6002
|
"kindString": "Property",
|
@@ -5985,7 +6012,7 @@
|
|
5985
6012
|
}
|
5986
6013
|
},
|
5987
6014
|
{
|
5988
|
-
"id":
|
6015
|
+
"id": 866,
|
5989
6016
|
"name": "pageSize",
|
5990
6017
|
"kind": 1024,
|
5991
6018
|
"kindString": "Property",
|
@@ -6001,7 +6028,7 @@
|
|
6001
6028
|
}
|
6002
6029
|
},
|
6003
6030
|
{
|
6004
|
-
"id":
|
6031
|
+
"id": 849,
|
6005
6032
|
"name": "rowClassName",
|
6006
6033
|
"kind": 1024,
|
6007
6034
|
"kindString": "Property",
|
@@ -6021,32 +6048,32 @@
|
|
6021
6048
|
{
|
6022
6049
|
"type": "reflection",
|
6023
6050
|
"declaration": {
|
6024
|
-
"id":
|
6051
|
+
"id": 850,
|
6025
6052
|
"name": "__type",
|
6026
6053
|
"kind": 65536,
|
6027
6054
|
"kindString": "Type literal",
|
6028
6055
|
"flags": {},
|
6029
6056
|
"signatures": [
|
6030
6057
|
{
|
6031
|
-
"id":
|
6058
|
+
"id": 851,
|
6032
6059
|
"name": "__type",
|
6033
6060
|
"kind": 4096,
|
6034
6061
|
"kindString": "Call signature",
|
6035
6062
|
"flags": {},
|
6036
6063
|
"parameters": [
|
6037
6064
|
{
|
6038
|
-
"id":
|
6065
|
+
"id": 852,
|
6039
6066
|
"name": "row",
|
6040
6067
|
"kind": 32768,
|
6041
6068
|
"kindString": "Parameter",
|
6042
6069
|
"flags": {},
|
6043
6070
|
"type": {
|
6044
6071
|
"type": "reference",
|
6045
|
-
"id":
|
6072
|
+
"id": 879,
|
6046
6073
|
"typeArguments": [
|
6047
6074
|
{
|
6048
6075
|
"type": "reference",
|
6049
|
-
"id":
|
6076
|
+
"id": 878,
|
6050
6077
|
"name": "TRow"
|
6051
6078
|
}
|
6052
6079
|
],
|
@@ -6075,7 +6102,7 @@
|
|
6075
6102
|
}
|
6076
6103
|
},
|
6077
6104
|
{
|
6078
|
-
"id":
|
6105
|
+
"id": 856,
|
6079
6106
|
"name": "rowHeight",
|
6080
6107
|
"kind": 1024,
|
6081
6108
|
"kindString": "Property",
|
@@ -6091,7 +6118,7 @@
|
|
6091
6118
|
}
|
6092
6119
|
},
|
6093
6120
|
{
|
6094
|
-
"id":
|
6121
|
+
"id": 857,
|
6095
6122
|
"name": "selectedRows",
|
6096
6123
|
"kind": 1024,
|
6097
6124
|
"kindString": "Property",
|
@@ -6103,12 +6130,12 @@
|
|
6103
6130
|
},
|
6104
6131
|
"type": {
|
6105
6132
|
"type": "reference",
|
6106
|
-
"id":
|
6133
|
+
"id": 789,
|
6107
6134
|
"name": "SelectedRowsState"
|
6108
6135
|
}
|
6109
6136
|
},
|
6110
6137
|
{
|
6111
|
-
"id":
|
6138
|
+
"id": 861,
|
6112
6139
|
"name": "sortRules",
|
6113
6140
|
"kind": 1024,
|
6114
6141
|
"kindString": "Property",
|
@@ -6122,11 +6149,11 @@
|
|
6122
6149
|
"type": "array",
|
6123
6150
|
"elementType": {
|
6124
6151
|
"type": "reference",
|
6125
|
-
"id":
|
6152
|
+
"id": 797,
|
6126
6153
|
"typeArguments": [
|
6127
6154
|
{
|
6128
6155
|
"type": "reference",
|
6129
|
-
"id":
|
6156
|
+
"id": 878,
|
6130
6157
|
"name": "TRow"
|
6131
6158
|
}
|
6132
6159
|
],
|
@@ -6135,7 +6162,7 @@
|
|
6135
6162
|
}
|
6136
6163
|
},
|
6137
6164
|
{
|
6138
|
-
"id":
|
6165
|
+
"id": 844,
|
6139
6166
|
"name": "emptyStateRenderer",
|
6140
6167
|
"kind": 2048,
|
6141
6168
|
"kindString": "Method",
|
@@ -6144,7 +6171,7 @@
|
|
6144
6171
|
},
|
6145
6172
|
"signatures": [
|
6146
6173
|
{
|
6147
|
-
"id":
|
6174
|
+
"id": 845,
|
6148
6175
|
"name": "emptyStateRenderer",
|
6149
6176
|
"kind": 4096,
|
6150
6177
|
"kindString": "Call signature",
|
@@ -6162,7 +6189,7 @@
|
|
6162
6189
|
]
|
6163
6190
|
},
|
6164
6191
|
{
|
6165
|
-
"id":
|
6192
|
+
"id": 867,
|
6166
6193
|
"name": "loadMore",
|
6167
6194
|
"kind": 2048,
|
6168
6195
|
"kindString": "Method",
|
@@ -6171,7 +6198,7 @@
|
|
6171
6198
|
},
|
6172
6199
|
"signatures": [
|
6173
6200
|
{
|
6174
|
-
"id":
|
6201
|
+
"id": 868,
|
6175
6202
|
"name": "loadMore",
|
6176
6203
|
"kind": 4096,
|
6177
6204
|
"kindString": "Call signature",
|
@@ -6181,7 +6208,7 @@
|
|
6181
6208
|
},
|
6182
6209
|
"parameters": [
|
6183
6210
|
{
|
6184
|
-
"id":
|
6211
|
+
"id": 869,
|
6185
6212
|
"name": "startIndex",
|
6186
6213
|
"kind": 32768,
|
6187
6214
|
"kindString": "Parameter",
|
@@ -6192,7 +6219,7 @@
|
|
6192
6219
|
}
|
6193
6220
|
},
|
6194
6221
|
{
|
6195
|
-
"id":
|
6222
|
+
"id": 870,
|
6196
6223
|
"name": "endIndex",
|
6197
6224
|
"kind": 32768,
|
6198
6225
|
"kindString": "Parameter",
|
@@ -6211,7 +6238,7 @@
|
|
6211
6238
|
]
|
6212
6239
|
},
|
6213
6240
|
{
|
6214
|
-
"id":
|
6241
|
+
"id": 853,
|
6215
6242
|
"name": "rowExpansionRenderer",
|
6216
6243
|
"kind": 2048,
|
6217
6244
|
"kindString": "Method",
|
@@ -6220,7 +6247,7 @@
|
|
6220
6247
|
},
|
6221
6248
|
"signatures": [
|
6222
6249
|
{
|
6223
|
-
"id":
|
6250
|
+
"id": 854,
|
6224
6251
|
"name": "rowExpansionRenderer",
|
6225
6252
|
"kind": 4096,
|
6226
6253
|
"kindString": "Call signature",
|
@@ -6230,18 +6257,18 @@
|
|
6230
6257
|
},
|
6231
6258
|
"parameters": [
|
6232
6259
|
{
|
6233
|
-
"id":
|
6260
|
+
"id": 855,
|
6234
6261
|
"name": "row",
|
6235
6262
|
"kind": 32768,
|
6236
6263
|
"kindString": "Parameter",
|
6237
6264
|
"flags": {},
|
6238
6265
|
"type": {
|
6239
6266
|
"type": "reference",
|
6240
|
-
"id":
|
6267
|
+
"id": 879,
|
6241
6268
|
"typeArguments": [
|
6242
6269
|
{
|
6243
6270
|
"type": "reference",
|
6244
|
-
"id":
|
6271
|
+
"id": 878,
|
6245
6272
|
"name": "TRow"
|
6246
6273
|
}
|
6247
6274
|
],
|
@@ -6266,7 +6293,7 @@
|
|
6266
6293
|
],
|
6267
6294
|
"props": [
|
6268
6295
|
{
|
6269
|
-
"id":
|
6296
|
+
"id": 894,
|
6270
6297
|
"name": "instance",
|
6271
6298
|
"kind": 1024,
|
6272
6299
|
"kindString": "Property",
|
@@ -6274,14 +6301,14 @@
|
|
6274
6301
|
"type": {
|
6275
6302
|
"type": "reflection",
|
6276
6303
|
"declaration": {
|
6277
|
-
"id":
|
6304
|
+
"id": 895,
|
6278
6305
|
"name": "__type",
|
6279
6306
|
"kind": 65536,
|
6280
6307
|
"kindString": "Type literal",
|
6281
6308
|
"flags": {},
|
6282
6309
|
"children": [
|
6283
6310
|
{
|
6284
|
-
"id":
|
6311
|
+
"id": 901,
|
6285
6312
|
"name": "resetRowEditing",
|
6286
6313
|
"kind": 1024,
|
6287
6314
|
"kindString": "Property",
|
@@ -6292,7 +6319,7 @@
|
|
6292
6319
|
}
|
6293
6320
|
},
|
6294
6321
|
{
|
6295
|
-
"id":
|
6322
|
+
"id": 896,
|
6296
6323
|
"name": "toggleAllRowsExpanded",
|
6297
6324
|
"kind": 1024,
|
6298
6325
|
"kindString": "Property",
|
@@ -6303,7 +6330,7 @@
|
|
6303
6330
|
}
|
6304
6331
|
},
|
6305
6332
|
{
|
6306
|
-
"id":
|
6333
|
+
"id": 899,
|
6307
6334
|
"name": "toggleEditing",
|
6308
6335
|
"kind": 1024,
|
6309
6336
|
"kindString": "Property",
|
@@ -6314,7 +6341,7 @@
|
|
6314
6341
|
}
|
6315
6342
|
},
|
6316
6343
|
{
|
6317
|
-
"id":
|
6344
|
+
"id": 897,
|
6318
6345
|
"name": "toggleHideAllColumns",
|
6319
6346
|
"kind": 1024,
|
6320
6347
|
"kindString": "Property",
|
@@ -6325,7 +6352,7 @@
|
|
6325
6352
|
}
|
6326
6353
|
},
|
6327
6354
|
{
|
6328
|
-
"id":
|
6355
|
+
"id": 898,
|
6329
6356
|
"name": "toggleHideColumn",
|
6330
6357
|
"kind": 1024,
|
6331
6358
|
"kindString": "Property",
|
@@ -6336,7 +6363,7 @@
|
|
6336
6363
|
}
|
6337
6364
|
},
|
6338
6365
|
{
|
6339
|
-
"id":
|
6366
|
+
"id": 900,
|
6340
6367
|
"name": "toggleRowEditing",
|
6341
6368
|
"kind": 1024,
|
6342
6369
|
"kindString": "Property",
|
@@ -6347,7 +6374,7 @@
|
|
6347
6374
|
}
|
6348
6375
|
},
|
6349
6376
|
{
|
6350
|
-
"id":
|
6377
|
+
"id": 902,
|
6351
6378
|
"name": "toggleRowExpanded",
|
6352
6379
|
"kind": 1024,
|
6353
6380
|
"kindString": "Property",
|
@@ -6358,7 +6385,7 @@
|
|
6358
6385
|
}
|
6359
6386
|
},
|
6360
6387
|
{
|
6361
|
-
"id":
|
6388
|
+
"id": 903,
|
6362
6389
|
"name": "toggleSortBy",
|
6363
6390
|
"kind": 1024,
|
6364
6391
|
"kindString": "Property",
|
@@ -6374,14 +6401,14 @@
|
|
6374
6401
|
"title": "Properties",
|
6375
6402
|
"kind": 1024,
|
6376
6403
|
"children": [
|
6377
|
-
|
6378
|
-
892,
|
6379
|
-
895,
|
6380
|
-
893,
|
6381
|
-
894,
|
6404
|
+
901,
|
6382
6405
|
896,
|
6406
|
+
899,
|
6407
|
+
897,
|
6383
6408
|
898,
|
6384
|
-
|
6409
|
+
900,
|
6410
|
+
902,
|
6411
|
+
903
|
6385
6412
|
]
|
6386
6413
|
}
|
6387
6414
|
]
|
@@ -6393,7 +6420,7 @@
|
|
6393
6420
|
"TableRow": {
|
6394
6421
|
"props": [
|
6395
6422
|
{
|
6396
|
-
"id":
|
6423
|
+
"id": 883,
|
6397
6424
|
"name": "depth",
|
6398
6425
|
"kind": 1024,
|
6399
6426
|
"kindString": "Property",
|
@@ -6406,7 +6433,7 @@
|
|
6406
6433
|
}
|
6407
6434
|
},
|
6408
6435
|
{
|
6409
|
-
"id":
|
6436
|
+
"id": 881,
|
6410
6437
|
"name": "index",
|
6411
6438
|
"kind": 1024,
|
6412
6439
|
"kindString": "Property",
|
@@ -6420,7 +6447,7 @@
|
|
6420
6447
|
}
|
6421
6448
|
},
|
6422
6449
|
{
|
6423
|
-
"id":
|
6450
|
+
"id": 882,
|
6424
6451
|
"name": "indexPath",
|
6425
6452
|
"kind": 1024,
|
6426
6453
|
"kindString": "Property",
|
@@ -6434,7 +6461,7 @@
|
|
6434
6461
|
}
|
6435
6462
|
},
|
6436
6463
|
{
|
6437
|
-
"id":
|
6464
|
+
"id": 888,
|
6438
6465
|
"name": "isEditing",
|
6439
6466
|
"kind": 1024,
|
6440
6467
|
"kindString": "Property",
|
@@ -6447,7 +6474,7 @@
|
|
6447
6474
|
}
|
6448
6475
|
},
|
6449
6476
|
{
|
6450
|
-
"id":
|
6477
|
+
"id": 884,
|
6451
6478
|
"name": "isExpanded",
|
6452
6479
|
"kind": 1024,
|
6453
6480
|
"kindString": "Property",
|
@@ -6463,7 +6490,7 @@
|
|
6463
6490
|
}
|
6464
6491
|
},
|
6465
6492
|
{
|
6466
|
-
"id":
|
6493
|
+
"id": 887,
|
6467
6494
|
"name": "values",
|
6468
6495
|
"kind": 1024,
|
6469
6496
|
"kindString": "Property",
|
@@ -6473,11 +6500,11 @@
|
|
6473
6500
|
},
|
6474
6501
|
"type": {
|
6475
6502
|
"type": "reference",
|
6476
|
-
"id":
|
6503
|
+
"id": 746,
|
6477
6504
|
"typeArguments": [
|
6478
6505
|
{
|
6479
6506
|
"type": "reference",
|
6480
|
-
"id":
|
6507
|
+
"id": 891,
|
6481
6508
|
"name": "TRow"
|
6482
6509
|
}
|
6483
6510
|
],
|
@@ -6485,7 +6512,7 @@
|
|
6485
6512
|
}
|
6486
6513
|
},
|
6487
6514
|
{
|
6488
|
-
"id":
|
6515
|
+
"id": 889,
|
6489
6516
|
"name": "toggleRowEditing",
|
6490
6517
|
"kind": 2048,
|
6491
6518
|
"kindString": "Method",
|
@@ -6494,7 +6521,7 @@
|
|
6494
6521
|
},
|
6495
6522
|
"signatures": [
|
6496
6523
|
{
|
6497
|
-
"id":
|
6524
|
+
"id": 890,
|
6498
6525
|
"name": "toggleRowEditing",
|
6499
6526
|
"kind": 4096,
|
6500
6527
|
"kindString": "Call signature",
|
@@ -6507,7 +6534,7 @@
|
|
6507
6534
|
]
|
6508
6535
|
},
|
6509
6536
|
{
|
6510
|
-
"id":
|
6537
|
+
"id": 885,
|
6511
6538
|
"name": "toggleRowExpanded",
|
6512
6539
|
"kind": 2048,
|
6513
6540
|
"kindString": "Method",
|
@@ -6516,7 +6543,7 @@
|
|
6516
6543
|
},
|
6517
6544
|
"signatures": [
|
6518
6545
|
{
|
6519
|
-
"id":
|
6546
|
+
"id": 886,
|
6520
6547
|
"name": "toggleRowExpanded",
|
6521
6548
|
"kind": 4096,
|
6522
6549
|
"kindString": "Call signature",
|
@@ -6536,7 +6563,7 @@
|
|
6536
6563
|
"TableTexts": {
|
6537
6564
|
"props": [
|
6538
6565
|
{
|
6539
|
-
"id":
|
6566
|
+
"id": 906,
|
6540
6567
|
"name": "actions",
|
6541
6568
|
"kind": 1024,
|
6542
6569
|
"kindString": "Property",
|
@@ -6547,7 +6574,7 @@
|
|
6547
6574
|
}
|
6548
6575
|
},
|
6549
6576
|
{
|
6550
|
-
"id":
|
6577
|
+
"id": 908,
|
6551
6578
|
"name": "copy",
|
6552
6579
|
"kind": 1024,
|
6553
6580
|
"kindString": "Property",
|
@@ -6558,7 +6585,7 @@
|
|
6558
6585
|
}
|
6559
6586
|
},
|
6560
6587
|
{
|
6561
|
-
"id":
|
6588
|
+
"id": 909,
|
6562
6589
|
"name": "del",
|
6563
6590
|
"kind": 1024,
|
6564
6591
|
"kindString": "Property",
|
@@ -6569,7 +6596,7 @@
|
|
6569
6596
|
}
|
6570
6597
|
},
|
6571
6598
|
{
|
6572
|
-
"id":
|
6599
|
+
"id": 907,
|
6573
6600
|
"name": "edit",
|
6574
6601
|
"kind": 1024,
|
6575
6602
|
"kindString": "Property",
|
@@ -6580,7 +6607,7 @@
|
|
6580
6607
|
}
|
6581
6608
|
},
|
6582
6609
|
{
|
6583
|
-
"id":
|
6610
|
+
"id": 911,
|
6584
6611
|
"name": "loading",
|
6585
6612
|
"kind": 1024,
|
6586
6613
|
"kindString": "Property",
|
@@ -6591,7 +6618,7 @@
|
|
6591
6618
|
}
|
6592
6619
|
},
|
6593
6620
|
{
|
6594
|
-
"id":
|
6621
|
+
"id": 910,
|
6595
6622
|
"name": "newSubRow",
|
6596
6623
|
"kind": 1024,
|
6597
6624
|
"kindString": "Property",
|
@@ -6609,7 +6636,7 @@
|
|
6609
6636
|
],
|
6610
6637
|
"props": [
|
6611
6638
|
{
|
6612
|
-
"id":
|
6639
|
+
"id": 964,
|
6613
6640
|
"name": "children",
|
6614
6641
|
"kind": 1024,
|
6615
6642
|
"kindString": "Property",
|
@@ -6625,7 +6652,7 @@
|
|
6625
6652
|
}
|
6626
6653
|
},
|
6627
6654
|
{
|
6628
|
-
"id":
|
6655
|
+
"id": 963,
|
6629
6656
|
"name": "defaultId",
|
6630
6657
|
"kind": 1024,
|
6631
6658
|
"kindString": "Property",
|
@@ -6641,7 +6668,7 @@
|
|
6641
6668
|
}
|
6642
6669
|
},
|
6643
6670
|
{
|
6644
|
-
"id":
|
6671
|
+
"id": 962,
|
6645
6672
|
"name": "id",
|
6646
6673
|
"kind": 1024,
|
6647
6674
|
"kindString": "Property",
|
@@ -6657,7 +6684,7 @@
|
|
6657
6684
|
}
|
6658
6685
|
},
|
6659
6686
|
{
|
6660
|
-
"id":
|
6687
|
+
"id": 965,
|
6661
6688
|
"name": "orientation",
|
6662
6689
|
"kind": 1024,
|
6663
6690
|
"kindString": "Property",
|
@@ -6680,7 +6707,7 @@
|
|
6680
6707
|
}
|
6681
6708
|
},
|
6682
6709
|
{
|
6683
|
-
"id":
|
6710
|
+
"id": 966,
|
6684
6711
|
"name": "onChange",
|
6685
6712
|
"kind": 2048,
|
6686
6713
|
"kindString": "Method",
|
@@ -6689,7 +6716,7 @@
|
|
6689
6716
|
},
|
6690
6717
|
"signatures": [
|
6691
6718
|
{
|
6692
|
-
"id":
|
6719
|
+
"id": 967,
|
6693
6720
|
"name": "onChange",
|
6694
6721
|
"kind": 4096,
|
6695
6722
|
"kindString": "Call signature",
|
@@ -6699,7 +6726,7 @@
|
|
6699
6726
|
},
|
6700
6727
|
"parameters": [
|
6701
6728
|
{
|
6702
|
-
"id":
|
6729
|
+
"id": 968,
|
6703
6730
|
"name": "id",
|
6704
6731
|
"kind": 32768,
|
6705
6732
|
"kindString": "Parameter",
|
@@ -6722,7 +6749,7 @@
|
|
6722
6749
|
"Taco": {
|
6723
6750
|
"props": [
|
6724
6751
|
{
|
6725
|
-
"id":
|
6752
|
+
"id": 604,
|
6726
6753
|
"name": "localization",
|
6727
6754
|
"kind": 1024,
|
6728
6755
|
"kindString": "Property",
|
@@ -6732,7 +6759,7 @@
|
|
6732
6759
|
},
|
6733
6760
|
"type": {
|
6734
6761
|
"type": "reference",
|
6735
|
-
"id":
|
6762
|
+
"id": 595,
|
6736
6763
|
"name": "Localization"
|
6737
6764
|
}
|
6738
6765
|
}
|
@@ -6744,7 +6771,7 @@
|
|
6744
6771
|
],
|
6745
6772
|
"props": [
|
6746
6773
|
{
|
6747
|
-
"id":
|
6774
|
+
"id": 985,
|
6748
6775
|
"name": "highlighted",
|
6749
6776
|
"kind": 1024,
|
6750
6777
|
"kindString": "Property",
|
@@ -6760,24 +6787,20 @@
|
|
6760
6787
|
}
|
6761
6788
|
},
|
6762
6789
|
{
|
6763
|
-
"id":
|
6764
|
-
"name": "
|
6790
|
+
"id": 986,
|
6791
|
+
"name": "invalid",
|
6765
6792
|
"kind": 1024,
|
6766
6793
|
"kindString": "Property",
|
6767
6794
|
"flags": {
|
6768
6795
|
"isOptional": true
|
6769
6796
|
},
|
6770
|
-
"comment": {
|
6771
|
-
"shortText": "State will change the style of the textarea"
|
6772
|
-
},
|
6773
6797
|
"type": {
|
6774
|
-
"type": "
|
6775
|
-
"
|
6776
|
-
"name": "State"
|
6798
|
+
"type": "intrinsic",
|
6799
|
+
"name": "boolean"
|
6777
6800
|
}
|
6778
6801
|
},
|
6779
6802
|
{
|
6780
|
-
"id":
|
6803
|
+
"id": 987,
|
6781
6804
|
"name": "value",
|
6782
6805
|
"kind": 1024,
|
6783
6806
|
"kindString": "Property",
|
@@ -6800,7 +6823,7 @@
|
|
6800
6823
|
],
|
6801
6824
|
"props": [
|
6802
6825
|
{
|
6803
|
-
"id":
|
6826
|
+
"id": 1027,
|
6804
6827
|
"name": "children",
|
6805
6828
|
"kind": 1024,
|
6806
6829
|
"kindString": "Property",
|
@@ -6825,7 +6848,7 @@
|
|
6825
6848
|
}
|
6826
6849
|
},
|
6827
6850
|
{
|
6828
|
-
"id":
|
6851
|
+
"id": 1029,
|
6829
6852
|
"name": "placement",
|
6830
6853
|
"kind": 1024,
|
6831
6854
|
"kindString": "Property",
|
@@ -6864,7 +6887,7 @@
|
|
6864
6887
|
}
|
6865
6888
|
},
|
6866
6889
|
{
|
6867
|
-
"id":
|
6890
|
+
"id": 1028,
|
6868
6891
|
"name": "title",
|
6869
6892
|
"kind": 1024,
|
6870
6893
|
"kindString": "Property",
|
@@ -6882,7 +6905,7 @@
|
|
6882
6905
|
"TourProps": {
|
6883
6906
|
"props": [
|
6884
6907
|
{
|
6885
|
-
"id":
|
6908
|
+
"id": 1055,
|
6886
6909
|
"name": "autoStart",
|
6887
6910
|
"kind": 1024,
|
6888
6911
|
"kindString": "Property",
|
@@ -6898,7 +6921,7 @@
|
|
6898
6921
|
}
|
6899
6922
|
},
|
6900
6923
|
{
|
6901
|
-
"id":
|
6924
|
+
"id": 1056,
|
6902
6925
|
"name": "children",
|
6903
6926
|
"kind": 1024,
|
6904
6927
|
"kindString": "Property",
|
@@ -6912,7 +6935,7 @@
|
|
6912
6935
|
}
|
6913
6936
|
},
|
6914
6937
|
{
|
6915
|
-
"id":
|
6938
|
+
"id": 1057,
|
6916
6939
|
"name": "continuous",
|
6917
6940
|
"kind": 1024,
|
6918
6941
|
"kindString": "Property",
|
@@ -6928,7 +6951,7 @@
|
|
6928
6951
|
}
|
6929
6952
|
},
|
6930
6953
|
{
|
6931
|
-
"id":
|
6954
|
+
"id": 1058,
|
6932
6955
|
"name": "disableCloseOnEsc",
|
6933
6956
|
"kind": 1024,
|
6934
6957
|
"kindString": "Property",
|
@@ -6944,7 +6967,7 @@
|
|
6944
6967
|
}
|
6945
6968
|
},
|
6946
6969
|
{
|
6947
|
-
"id":
|
6970
|
+
"id": 1059,
|
6948
6971
|
"name": "disableOverlayClose",
|
6949
6972
|
"kind": 1024,
|
6950
6973
|
"kindString": "Property",
|
@@ -6960,7 +6983,7 @@
|
|
6960
6983
|
}
|
6961
6984
|
},
|
6962
6985
|
{
|
6963
|
-
"id":
|
6986
|
+
"id": 1069,
|
6964
6987
|
"name": "disableScrollParentFix",
|
6965
6988
|
"kind": 1024,
|
6966
6989
|
"kindString": "Property",
|
@@ -6973,7 +6996,7 @@
|
|
6973
6996
|
}
|
6974
6997
|
},
|
6975
6998
|
{
|
6976
|
-
"id":
|
6999
|
+
"id": 1060,
|
6977
7000
|
"name": "disableScrolling",
|
6978
7001
|
"kind": 1024,
|
6979
7002
|
"kindString": "Property",
|
@@ -6989,7 +7012,7 @@
|
|
6989
7012
|
}
|
6990
7013
|
},
|
6991
7014
|
{
|
6992
|
-
"id":
|
7015
|
+
"id": 1064,
|
6993
7016
|
"name": "onComplete",
|
6994
7017
|
"kind": 1024,
|
6995
7018
|
"kindString": "Property",
|
@@ -7004,7 +7027,7 @@
|
|
7004
7027
|
}
|
7005
7028
|
},
|
7006
7029
|
{
|
7007
|
-
"id":
|
7030
|
+
"id": 1068,
|
7008
7031
|
"name": "spotlightClicks",
|
7009
7032
|
"kind": 1024,
|
7010
7033
|
"kindString": "Property",
|
@@ -7017,7 +7040,7 @@
|
|
7017
7040
|
}
|
7018
7041
|
},
|
7019
7042
|
{
|
7020
|
-
"id":
|
7043
|
+
"id": 1061,
|
7021
7044
|
"name": "onClose",
|
7022
7045
|
"kind": 2048,
|
7023
7046
|
"kindString": "Method",
|
@@ -7026,21 +7049,21 @@
|
|
7026
7049
|
},
|
7027
7050
|
"signatures": [
|
7028
7051
|
{
|
7029
|
-
"id":
|
7052
|
+
"id": 1062,
|
7030
7053
|
"name": "onClose",
|
7031
7054
|
"kind": 4096,
|
7032
7055
|
"kindString": "Call signature",
|
7033
7056
|
"flags": {},
|
7034
7057
|
"parameters": [
|
7035
7058
|
{
|
7036
|
-
"id":
|
7059
|
+
"id": 1063,
|
7037
7060
|
"name": "step",
|
7038
7061
|
"kind": 32768,
|
7039
7062
|
"kindString": "Parameter",
|
7040
7063
|
"flags": {},
|
7041
7064
|
"type": {
|
7042
7065
|
"type": "reference",
|
7043
|
-
"id":
|
7066
|
+
"id": 1043,
|
7044
7067
|
"name": "TourStepProps"
|
7045
7068
|
}
|
7046
7069
|
}
|
@@ -7053,7 +7076,7 @@
|
|
7053
7076
|
]
|
7054
7077
|
},
|
7055
7078
|
{
|
7056
|
-
"id":
|
7079
|
+
"id": 1065,
|
7057
7080
|
"name": "onReady",
|
7058
7081
|
"kind": 2048,
|
7059
7082
|
"kindString": "Method",
|
@@ -7062,7 +7085,7 @@
|
|
7062
7085
|
},
|
7063
7086
|
"signatures": [
|
7064
7087
|
{
|
7065
|
-
"id":
|
7088
|
+
"id": 1066,
|
7066
7089
|
"name": "onReady",
|
7067
7090
|
"kind": 4096,
|
7068
7091
|
"kindString": "Call signature",
|
@@ -7072,14 +7095,14 @@
|
|
7072
7095
|
},
|
7073
7096
|
"parameters": [
|
7074
7097
|
{
|
7075
|
-
"id":
|
7098
|
+
"id": 1067,
|
7076
7099
|
"name": "step",
|
7077
7100
|
"kind": 32768,
|
7078
7101
|
"kindString": "Parameter",
|
7079
7102
|
"flags": {},
|
7080
7103
|
"type": {
|
7081
7104
|
"type": "reference",
|
7082
|
-
"id":
|
7105
|
+
"id": 1043,
|
7083
7106
|
"name": "TourStepProps"
|
7084
7107
|
}
|
7085
7108
|
}
|
@@ -7096,7 +7119,7 @@
|
|
7096
7119
|
"TourStepProps": {
|
7097
7120
|
"props": [
|
7098
7121
|
{
|
7099
|
-
"id":
|
7122
|
+
"id": 1045,
|
7100
7123
|
"name": "children",
|
7101
7124
|
"kind": 1024,
|
7102
7125
|
"kindString": "Property",
|
@@ -7112,7 +7135,7 @@
|
|
7112
7135
|
}
|
7113
7136
|
},
|
7114
7137
|
{
|
7115
|
-
"id":
|
7138
|
+
"id": 1046,
|
7116
7139
|
"name": "position",
|
7117
7140
|
"kind": 1024,
|
7118
7141
|
"kindString": "Property",
|
@@ -7130,7 +7153,7 @@
|
|
7130
7153
|
}
|
7131
7154
|
},
|
7132
7155
|
{
|
7133
|
-
"id":
|
7156
|
+
"id": 1047,
|
7134
7157
|
"name": "selector",
|
7135
7158
|
"kind": 1024,
|
7136
7159
|
"kindString": "Property",
|
@@ -7144,7 +7167,7 @@
|
|
7144
7167
|
}
|
7145
7168
|
},
|
7146
7169
|
{
|
7147
|
-
"id":
|
7170
|
+
"id": 1048,
|
7148
7171
|
"name": "showBeacon",
|
7149
7172
|
"kind": 1024,
|
7150
7173
|
"kindString": "Property",
|
@@ -7160,7 +7183,7 @@
|
|
7160
7183
|
}
|
7161
7184
|
},
|
7162
7185
|
{
|
7163
|
-
"id":
|
7186
|
+
"id": 1049,
|
7164
7187
|
"name": "title",
|
7165
7188
|
"kind": 1024,
|
7166
7189
|
"kindString": "Property",
|
@@ -7178,7 +7201,7 @@
|
|
7178
7201
|
"TourTexts": {
|
7179
7202
|
"props": [
|
7180
7203
|
{
|
7181
|
-
"id":
|
7204
|
+
"id": 1037,
|
7182
7205
|
"name": "back",
|
7183
7206
|
"kind": 1024,
|
7184
7207
|
"kindString": "Property",
|
@@ -7192,7 +7215,7 @@
|
|
7192
7215
|
}
|
7193
7216
|
},
|
7194
7217
|
{
|
7195
|
-
"id":
|
7218
|
+
"id": 1038,
|
7196
7219
|
"name": "close",
|
7197
7220
|
"kind": 1024,
|
7198
7221
|
"kindString": "Property",
|
@@ -7206,7 +7229,7 @@
|
|
7206
7229
|
}
|
7207
7230
|
},
|
7208
7231
|
{
|
7209
|
-
"id":
|
7232
|
+
"id": 1040,
|
7210
7233
|
"name": "last",
|
7211
7234
|
"kind": 1024,
|
7212
7235
|
"kindString": "Property",
|
@@ -7220,7 +7243,7 @@
|
|
7220
7243
|
}
|
7221
7244
|
},
|
7222
7245
|
{
|
7223
|
-
"id":
|
7246
|
+
"id": 1041,
|
7224
7247
|
"name": "next",
|
7225
7248
|
"kind": 1024,
|
7226
7249
|
"kindString": "Property",
|
@@ -7234,7 +7257,7 @@
|
|
7234
7257
|
}
|
7235
7258
|
},
|
7236
7259
|
{
|
7237
|
-
"id":
|
7260
|
+
"id": 1042,
|
7238
7261
|
"name": "open",
|
7239
7262
|
"kind": 1024,
|
7240
7263
|
"kindString": "Property",
|
@@ -7248,7 +7271,7 @@
|
|
7248
7271
|
}
|
7249
7272
|
},
|
7250
7273
|
{
|
7251
|
-
"id":
|
7274
|
+
"id": 1039,
|
7252
7275
|
"name": "skip",
|
7253
7276
|
"kind": 1024,
|
7254
7277
|
"kindString": "Property",
|
@@ -7269,7 +7292,7 @@
|
|
7269
7292
|
],
|
7270
7293
|
"props": [
|
7271
7294
|
{
|
7272
|
-
"id":
|
7295
|
+
"id": 1086,
|
7273
7296
|
"name": "className",
|
7274
7297
|
"kind": 1024,
|
7275
7298
|
"kindString": "Property",
|
@@ -7289,21 +7312,21 @@
|
|
7289
7312
|
{
|
7290
7313
|
"type": "reflection",
|
7291
7314
|
"declaration": {
|
7292
|
-
"id":
|
7315
|
+
"id": 1087,
|
7293
7316
|
"name": "__type",
|
7294
7317
|
"kind": 65536,
|
7295
7318
|
"kindString": "Type literal",
|
7296
7319
|
"flags": {},
|
7297
7320
|
"signatures": [
|
7298
7321
|
{
|
7299
|
-
"id":
|
7322
|
+
"id": 1088,
|
7300
7323
|
"name": "__type",
|
7301
7324
|
"kind": 4096,
|
7302
7325
|
"kindString": "Call signature",
|
7303
7326
|
"flags": {},
|
7304
7327
|
"parameters": [
|
7305
7328
|
{
|
7306
|
-
"id":
|
7329
|
+
"id": 1089,
|
7307
7330
|
"name": "expanded",
|
7308
7331
|
"kind": 32768,
|
7309
7332
|
"kindString": "Parameter",
|
@@ -7326,7 +7349,7 @@
|
|
7326
7349
|
}
|
7327
7350
|
},
|
7328
7351
|
{
|
7329
|
-
"id":
|
7352
|
+
"id": 1090,
|
7330
7353
|
"name": "expanded",
|
7331
7354
|
"kind": 1024,
|
7332
7355
|
"kindString": "Property",
|
@@ -7342,7 +7365,7 @@
|
|
7342
7365
|
}
|
7343
7366
|
},
|
7344
7367
|
{
|
7345
|
-
"id":
|
7368
|
+
"id": 1091,
|
7346
7369
|
"name": "fixed",
|
7347
7370
|
"kind": 1024,
|
7348
7371
|
"kindString": "Property",
|
@@ -7358,7 +7381,7 @@
|
|
7358
7381
|
}
|
7359
7382
|
},
|
7360
7383
|
{
|
7361
|
-
"id":
|
7384
|
+
"id": 1096,
|
7362
7385
|
"name": "title",
|
7363
7386
|
"kind": 1024,
|
7364
7387
|
"kindString": "Property",
|
@@ -7378,21 +7401,21 @@
|
|
7378
7401
|
{
|
7379
7402
|
"type": "reflection",
|
7380
7403
|
"declaration": {
|
7381
|
-
"id":
|
7404
|
+
"id": 1097,
|
7382
7405
|
"name": "__type",
|
7383
7406
|
"kind": 65536,
|
7384
7407
|
"kindString": "Type literal",
|
7385
7408
|
"flags": {},
|
7386
7409
|
"signatures": [
|
7387
7410
|
{
|
7388
|
-
"id":
|
7411
|
+
"id": 1098,
|
7389
7412
|
"name": "__type",
|
7390
7413
|
"kind": 4096,
|
7391
7414
|
"kindString": "Call signature",
|
7392
7415
|
"flags": {},
|
7393
7416
|
"parameters": [
|
7394
7417
|
{
|
7395
|
-
"id":
|
7418
|
+
"id": 1099,
|
7396
7419
|
"name": "expanded",
|
7397
7420
|
"kind": 32768,
|
7398
7421
|
"kindString": "Parameter",
|
@@ -7417,7 +7440,7 @@
|
|
7417
7440
|
}
|
7418
7441
|
},
|
7419
7442
|
{
|
7420
|
-
"id":
|
7443
|
+
"id": 1092,
|
7421
7444
|
"name": "onClick",
|
7422
7445
|
"kind": 2048,
|
7423
7446
|
"kindString": "Method",
|
@@ -7426,7 +7449,7 @@
|
|
7426
7449
|
},
|
7427
7450
|
"signatures": [
|
7428
7451
|
{
|
7429
|
-
"id":
|
7452
|
+
"id": 1093,
|
7430
7453
|
"name": "onClick",
|
7431
7454
|
"kind": 4096,
|
7432
7455
|
"kindString": "Call signature",
|
@@ -7436,7 +7459,7 @@
|
|
7436
7459
|
},
|
7437
7460
|
"parameters": [
|
7438
7461
|
{
|
7439
|
-
"id":
|
7462
|
+
"id": 1094,
|
7440
7463
|
"name": "event",
|
7441
7464
|
"kind": 32768,
|
7442
7465
|
"kindString": "Parameter",
|
@@ -7463,7 +7486,7 @@
|
|
7463
7486
|
}
|
7464
7487
|
},
|
7465
7488
|
{
|
7466
|
-
"id":
|
7489
|
+
"id": 1095,
|
7467
7490
|
"name": "expanded",
|
7468
7491
|
"kind": 32768,
|
7469
7492
|
"kindString": "Parameter",
|
@@ -7488,7 +7511,7 @@
|
|
7488
7511
|
"useListKeyboardNavigationOptions": {
|
7489
7512
|
"props": [
|
7490
7513
|
{
|
7491
|
-
"id":
|
7514
|
+
"id": 1129,
|
7492
7515
|
"name": "direction",
|
7493
7516
|
"kind": 1024,
|
7494
7517
|
"kindString": "Property",
|
@@ -7502,7 +7525,7 @@
|
|
7502
7525
|
}
|
7503
7526
|
},
|
7504
7527
|
{
|
7505
|
-
"id":
|
7528
|
+
"id": 1130,
|
7506
7529
|
"name": "initialIndex",
|
7507
7530
|
"kind": 1024,
|
7508
7531
|
"kindString": "Property",
|
@@ -7519,7 +7542,7 @@
|
|
7519
7542
|
"usePaginationValues": {
|
7520
7543
|
"props": [
|
7521
7544
|
{
|
7522
|
-
"id":
|
7545
|
+
"id": 541,
|
7523
7546
|
"name": "pageIndex",
|
7524
7547
|
"kind": 1024,
|
7525
7548
|
"kindString": "Property",
|
@@ -7533,7 +7556,7 @@
|
|
7533
7556
|
}
|
7534
7557
|
},
|
7535
7558
|
{
|
7536
|
-
"id":
|
7559
|
+
"id": 542,
|
7537
7560
|
"name": "pageSize",
|
7538
7561
|
"kind": 1024,
|
7539
7562
|
"kindString": "Property",
|
@@ -7547,14 +7570,14 @@
|
|
7547
7570
|
}
|
7548
7571
|
},
|
7549
7572
|
{
|
7550
|
-
"id":
|
7573
|
+
"id": 543,
|
7551
7574
|
"name": "setPageIndex",
|
7552
7575
|
"kind": 2048,
|
7553
7576
|
"kindString": "Method",
|
7554
7577
|
"flags": {},
|
7555
7578
|
"signatures": [
|
7556
7579
|
{
|
7557
|
-
"id":
|
7580
|
+
"id": 544,
|
7558
7581
|
"name": "setPageIndex",
|
7559
7582
|
"kind": 4096,
|
7560
7583
|
"kindString": "Call signature",
|
@@ -7564,7 +7587,7 @@
|
|
7564
7587
|
},
|
7565
7588
|
"parameters": [
|
7566
7589
|
{
|
7567
|
-
"id":
|
7590
|
+
"id": 545,
|
7568
7591
|
"name": "pageIndex",
|
7569
7592
|
"kind": 32768,
|
7570
7593
|
"kindString": "Parameter",
|
@@ -7583,14 +7606,14 @@
|
|
7583
7606
|
]
|
7584
7607
|
},
|
7585
7608
|
{
|
7586
|
-
"id":
|
7609
|
+
"id": 546,
|
7587
7610
|
"name": "setPageSize",
|
7588
7611
|
"kind": 2048,
|
7589
7612
|
"kindString": "Method",
|
7590
7613
|
"flags": {},
|
7591
7614
|
"signatures": [
|
7592
7615
|
{
|
7593
|
-
"id":
|
7616
|
+
"id": 547,
|
7594
7617
|
"name": "setPageSize",
|
7595
7618
|
"kind": 4096,
|
7596
7619
|
"kindString": "Call signature",
|
@@ -7600,7 +7623,7 @@
|
|
7600
7623
|
},
|
7601
7624
|
"parameters": [
|
7602
7625
|
{
|
7603
|
-
"id":
|
7626
|
+
"id": 548,
|
7604
7627
|
"name": "size",
|
7605
7628
|
"kind": 32768,
|
7606
7629
|
"kindString": "Parameter",
|
@@ -7623,7 +7646,7 @@
|
|
7623
7646
|
"useTableRowCreation": {
|
7624
7647
|
"props": [
|
7625
7648
|
{
|
7626
|
-
"id":
|
7649
|
+
"id": 950,
|
7627
7650
|
"name": "data",
|
7628
7651
|
"kind": 1024,
|
7629
7652
|
"kindString": "Property",
|
@@ -7632,11 +7655,11 @@
|
|
7632
7655
|
"type": "array",
|
7633
7656
|
"elementType": {
|
7634
7657
|
"type": "reference",
|
7635
|
-
"id":
|
7658
|
+
"id": 746,
|
7636
7659
|
"typeArguments": [
|
7637
7660
|
{
|
7638
7661
|
"type": "reference",
|
7639
|
-
"id":
|
7662
|
+
"id": 959,
|
7640
7663
|
"name": "TRow"
|
7641
7664
|
}
|
7642
7665
|
],
|
@@ -7645,7 +7668,7 @@
|
|
7645
7668
|
}
|
7646
7669
|
},
|
7647
7670
|
{
|
7648
|
-
"id":
|
7671
|
+
"id": 958,
|
7649
7672
|
"name": "isCreating",
|
7650
7673
|
"kind": 1024,
|
7651
7674
|
"kindString": "Property",
|
@@ -7656,33 +7679,33 @@
|
|
7656
7679
|
}
|
7657
7680
|
},
|
7658
7681
|
{
|
7659
|
-
"id":
|
7682
|
+
"id": 951,
|
7660
7683
|
"name": "create",
|
7661
7684
|
"kind": 2048,
|
7662
7685
|
"kindString": "Method",
|
7663
7686
|
"flags": {},
|
7664
7687
|
"signatures": [
|
7665
7688
|
{
|
7666
|
-
"id":
|
7689
|
+
"id": 952,
|
7667
7690
|
"name": "create",
|
7668
7691
|
"kind": 4096,
|
7669
7692
|
"kindString": "Call signature",
|
7670
7693
|
"flags": {},
|
7671
7694
|
"parameters": [
|
7672
7695
|
{
|
7673
|
-
"id":
|
7696
|
+
"id": 953,
|
7674
7697
|
"name": "rowIndexPath",
|
7675
7698
|
"kind": 32768,
|
7676
7699
|
"kindString": "Parameter",
|
7677
7700
|
"flags": {},
|
7678
7701
|
"type": {
|
7679
7702
|
"type": "reference",
|
7680
|
-
"id":
|
7703
|
+
"id": 751,
|
7681
7704
|
"name": "RowIndexPath"
|
7682
7705
|
}
|
7683
7706
|
},
|
7684
7707
|
{
|
7685
|
-
"id":
|
7708
|
+
"id": 954,
|
7686
7709
|
"name": "values",
|
7687
7710
|
"kind": 32768,
|
7688
7711
|
"kindString": "Parameter",
|
@@ -7697,35 +7720,35 @@
|
|
7697
7720
|
],
|
7698
7721
|
"type": {
|
7699
7722
|
"type": "reference",
|
7700
|
-
"id":
|
7723
|
+
"id": 751,
|
7701
7724
|
"name": "RowIndexPath"
|
7702
7725
|
}
|
7703
7726
|
}
|
7704
7727
|
]
|
7705
7728
|
},
|
7706
7729
|
{
|
7707
|
-
"id":
|
7730
|
+
"id": 955,
|
7708
7731
|
"name": "remove",
|
7709
7732
|
"kind": 2048,
|
7710
7733
|
"kindString": "Method",
|
7711
7734
|
"flags": {},
|
7712
7735
|
"signatures": [
|
7713
7736
|
{
|
7714
|
-
"id":
|
7737
|
+
"id": 956,
|
7715
7738
|
"name": "remove",
|
7716
7739
|
"kind": 4096,
|
7717
7740
|
"kindString": "Call signature",
|
7718
7741
|
"flags": {},
|
7719
7742
|
"parameters": [
|
7720
7743
|
{
|
7721
|
-
"id":
|
7744
|
+
"id": 957,
|
7722
7745
|
"name": "rowIndexPath",
|
7723
7746
|
"kind": 32768,
|
7724
7747
|
"kindString": "Parameter",
|
7725
7748
|
"flags": {},
|
7726
7749
|
"type": {
|
7727
7750
|
"type": "reference",
|
7728
|
-
"id":
|
7751
|
+
"id": 751,
|
7729
7752
|
"name": "RowIndexPath"
|
7730
7753
|
}
|
7731
7754
|
}
|