@economic/taco 0.0.27-alpha.0 → 0.0.29-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Combobox/Combobox.d.ts +0 -3
- package/dist/components/Field/Field.d.ts +2 -5
- 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/Menu/Menu.d.ts +3 -0
- package/dist/components/Select/Select.d.ts +1 -1
- package/dist/components/Textarea/Textarea.d.ts +2 -5
- package/dist/esm/components/Button/Button.js +3 -4
- package/dist/esm/components/Button/Button.js.map +1 -1
- package/dist/esm/components/Button/util.js +3 -2
- package/dist/esm/components/Button/util.js.map +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js +1 -1
- package/dist/esm/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/esm/components/Combobox/Combobox.js +10 -5
- package/dist/esm/components/Combobox/Combobox.js.map +1 -1
- package/dist/esm/components/Field/Field.js +6 -8
- package/dist/esm/components/Field/Field.js.map +1 -1
- package/dist/esm/components/Hanger/Hanger.js +14 -3
- package/dist/esm/components/Hanger/Hanger.js.map +1 -1
- package/dist/esm/components/IconButton/IconButton.js +3 -4
- package/dist/esm/components/IconButton/IconButton.js.map +1 -1
- package/dist/esm/components/Input/Input.js +3 -3
- 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 +12 -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/Menu/Menu.js +4 -3
- package/dist/esm/components/Menu/Menu.js.map +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js +1 -1
- package/dist/esm/components/SearchInput/SearchInput.js.map +1 -1
- package/dist/esm/components/Select/Select.js +2 -1
- package/dist/esm/components/Select/Select.js.map +1 -1
- package/dist/esm/components/Select/useSelect.js +6 -1
- package/dist/esm/components/Select/useSelect.js.map +1 -1
- package/dist/esm/components/Table/components/BaseTable.js +1 -1
- package/dist/esm/components/Table/components/BaseTable.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/esm/index.css +21 -1
- package/dist/index.css +21 -1
- package/dist/taco.cjs.development.js +83 -77
- 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 +17 -17
- package/types.json +363 -362
package/types.json
CHANGED
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"props": [
|
180
180
|
{
|
181
|
-
"id":
|
181
|
+
"id": 721,
|
182
182
|
"name": "multiselect",
|
183
183
|
"kind": 1024,
|
184
184
|
"kindString": "Property",
|
@@ -426,7 +426,7 @@
|
|
426
426
|
"typeArguments": [
|
427
427
|
{
|
428
428
|
"type": "reference",
|
429
|
-
"id":
|
429
|
+
"id": 563,
|
430
430
|
"name": "PopoverProps"
|
431
431
|
}
|
432
432
|
],
|
@@ -1404,35 +1404,31 @@
|
|
1404
1404
|
},
|
1405
1405
|
{
|
1406
1406
|
"id": 237,
|
1407
|
-
"name": "
|
1407
|
+
"name": "invalid",
|
1408
1408
|
"kind": 1024,
|
1409
1409
|
"kindString": "Property",
|
1410
1410
|
"flags": {
|
1411
1411
|
"isOptional": true
|
1412
1412
|
},
|
1413
|
-
"comment": {
|
1414
|
-
"shortText": "Text displayed below the children of Field.\nShould be a short text that indicates feedback for user."
|
1415
|
-
},
|
1416
1413
|
"type": {
|
1417
1414
|
"type": "intrinsic",
|
1418
|
-
"name": "
|
1415
|
+
"name": "boolean"
|
1419
1416
|
}
|
1420
1417
|
},
|
1421
1418
|
{
|
1422
1419
|
"id": 238,
|
1423
|
-
"name": "
|
1420
|
+
"name": "message",
|
1424
1421
|
"kind": 1024,
|
1425
1422
|
"kindString": "Property",
|
1426
1423
|
"flags": {
|
1427
1424
|
"isOptional": true
|
1428
1425
|
},
|
1429
1426
|
"comment": {
|
1430
|
-
"shortText": "
|
1427
|
+
"shortText": "Text displayed below the children of Field.\nShould be a short text that indicates feedback for user."
|
1431
1428
|
},
|
1432
1429
|
"type": {
|
1433
|
-
"type": "
|
1434
|
-
"
|
1435
|
-
"name": "State"
|
1430
|
+
"type": "intrinsic",
|
1431
|
+
"name": "string"
|
1436
1432
|
}
|
1437
1433
|
}
|
1438
1434
|
]
|
@@ -1807,7 +1803,7 @@
|
|
1807
1803
|
],
|
1808
1804
|
"props": [
|
1809
1805
|
{
|
1810
|
-
"id":
|
1806
|
+
"id": 495,
|
1811
1807
|
"name": "Group",
|
1812
1808
|
"kind": 1024,
|
1813
1809
|
"kindString": "Property",
|
@@ -1823,7 +1819,7 @@
|
|
1823
1819
|
"types": [
|
1824
1820
|
{
|
1825
1821
|
"type": "reference",
|
1826
|
-
"id":
|
1822
|
+
"id": 491,
|
1827
1823
|
"name": "NavigationMenuGroupProps"
|
1828
1824
|
},
|
1829
1825
|
{
|
@@ -1856,7 +1852,7 @@
|
|
1856
1852
|
],
|
1857
1853
|
"props": [
|
1858
1854
|
{
|
1859
|
-
"id":
|
1855
|
+
"id": 499,
|
1860
1856
|
"name": "Item",
|
1861
1857
|
"kind": 1024,
|
1862
1858
|
"kindString": "Property",
|
@@ -1872,7 +1868,7 @@
|
|
1872
1868
|
"types": [
|
1873
1869
|
{
|
1874
1870
|
"type": "reference",
|
1875
|
-
"id":
|
1871
|
+
"id": 483,
|
1876
1872
|
"name": "NavigationItemProps"
|
1877
1873
|
},
|
1878
1874
|
{
|
@@ -1898,7 +1894,7 @@
|
|
1898
1894
|
}
|
1899
1895
|
},
|
1900
1896
|
{
|
1901
|
-
"id":
|
1897
|
+
"id": 500,
|
1902
1898
|
"name": "Menu",
|
1903
1899
|
"kind": 1024,
|
1904
1900
|
"kindString": "Property",
|
@@ -1908,12 +1904,12 @@
|
|
1908
1904
|
},
|
1909
1905
|
"type": {
|
1910
1906
|
"type": "reference",
|
1911
|
-
"id":
|
1907
|
+
"id": 493,
|
1912
1908
|
"name": "ForwardedNavigationMenuWithStatics"
|
1913
1909
|
}
|
1914
1910
|
},
|
1915
1911
|
{
|
1916
|
-
"id":
|
1912
|
+
"id": 501,
|
1917
1913
|
"name": "Panel",
|
1918
1914
|
"kind": 1024,
|
1919
1915
|
"kindString": "Property",
|
@@ -1929,7 +1925,7 @@
|
|
1929
1925
|
"types": [
|
1930
1926
|
{
|
1931
1927
|
"type": "reference",
|
1932
|
-
"id":
|
1928
|
+
"id": 490,
|
1933
1929
|
"name": "NavigationPanelProps"
|
1934
1930
|
},
|
1935
1931
|
{
|
@@ -1962,7 +1958,7 @@
|
|
1962
1958
|
],
|
1963
1959
|
"props": [
|
1964
1960
|
{
|
1965
|
-
"id":
|
1961
|
+
"id": 570,
|
1966
1962
|
"name": "Close",
|
1967
1963
|
"kind": 1024,
|
1968
1964
|
"kindString": "Property",
|
@@ -1972,7 +1968,7 @@
|
|
1972
1968
|
"typeArguments": [
|
1973
1969
|
{
|
1974
1970
|
"type": "reference",
|
1975
|
-
"id":
|
1971
|
+
"id": 562,
|
1976
1972
|
"name": "PopoverCloseProps"
|
1977
1973
|
}
|
1978
1974
|
],
|
@@ -1982,7 +1978,7 @@
|
|
1982
1978
|
}
|
1983
1979
|
},
|
1984
1980
|
{
|
1985
|
-
"id":
|
1981
|
+
"id": 569,
|
1986
1982
|
"name": "Content",
|
1987
1983
|
"kind": 1024,
|
1988
1984
|
"kindString": "Property",
|
@@ -1992,7 +1988,7 @@
|
|
1992
1988
|
"typeArguments": [
|
1993
1989
|
{
|
1994
1990
|
"type": "reference",
|
1995
|
-
"id":
|
1991
|
+
"id": 555,
|
1996
1992
|
"name": "PopoverContentProps"
|
1997
1993
|
}
|
1998
1994
|
],
|
@@ -2002,7 +1998,7 @@
|
|
2002
1998
|
}
|
2003
1999
|
},
|
2004
2000
|
{
|
2005
|
-
"id":
|
2001
|
+
"id": 568,
|
2006
2002
|
"name": "Trigger",
|
2007
2003
|
"kind": 1024,
|
2008
2004
|
"kindString": "Property",
|
@@ -2012,7 +2008,7 @@
|
|
2012
2008
|
"typeArguments": [
|
2013
2009
|
{
|
2014
2010
|
"type": "reference",
|
2015
|
-
"id":
|
2011
|
+
"id": 550,
|
2016
2012
|
"name": "PopoverTriggerProps"
|
2017
2013
|
}
|
2018
2014
|
],
|
@@ -2029,7 +2025,7 @@
|
|
2029
2025
|
],
|
2030
2026
|
"props": [
|
2031
2027
|
{
|
2032
|
-
"id":
|
2028
|
+
"id": 705,
|
2033
2029
|
"name": "Item",
|
2034
2030
|
"kind": 1024,
|
2035
2031
|
"kindString": "Property",
|
@@ -2042,7 +2038,7 @@
|
|
2042
2038
|
"typeArguments": [
|
2043
2039
|
{
|
2044
2040
|
"type": "reference",
|
2045
|
-
"id":
|
2041
|
+
"id": 696,
|
2046
2042
|
"name": "RadioGroupItemProps"
|
2047
2043
|
}
|
2048
2044
|
],
|
@@ -2059,7 +2055,7 @@
|
|
2059
2055
|
],
|
2060
2056
|
"props": [
|
2061
2057
|
{
|
2062
|
-
"id":
|
2058
|
+
"id": 978,
|
2063
2059
|
"name": "Content",
|
2064
2060
|
"kind": 1024,
|
2065
2061
|
"kindString": "Property",
|
@@ -2075,7 +2071,7 @@
|
|
2075
2071
|
"types": [
|
2076
2072
|
{
|
2077
2073
|
"type": "reference",
|
2078
|
-
"id":
|
2074
|
+
"id": 971,
|
2079
2075
|
"name": "TabContentProps"
|
2080
2076
|
},
|
2081
2077
|
{
|
@@ -2101,7 +2097,7 @@
|
|
2101
2097
|
}
|
2102
2098
|
},
|
2103
2099
|
{
|
2104
|
-
"id":
|
2100
|
+
"id": 976,
|
2105
2101
|
"name": "List",
|
2106
2102
|
"kind": 1024,
|
2107
2103
|
"kindString": "Property",
|
@@ -2117,7 +2113,7 @@
|
|
2117
2113
|
"types": [
|
2118
2114
|
{
|
2119
2115
|
"type": "reference",
|
2120
|
-
"id":
|
2116
|
+
"id": 966,
|
2121
2117
|
"name": "TabListProps"
|
2122
2118
|
},
|
2123
2119
|
{
|
@@ -2143,7 +2139,7 @@
|
|
2143
2139
|
}
|
2144
2140
|
},
|
2145
2141
|
{
|
2146
|
-
"id":
|
2142
|
+
"id": 977,
|
2147
2143
|
"name": "Trigger",
|
2148
2144
|
"kind": 1024,
|
2149
2145
|
"kindString": "Property",
|
@@ -2159,7 +2155,7 @@
|
|
2159
2155
|
"types": [
|
2160
2156
|
{
|
2161
2157
|
"type": "reference",
|
2162
|
-
"id":
|
2158
|
+
"id": 967,
|
2163
2159
|
"name": "TabTriggerProps"
|
2164
2160
|
},
|
2165
2161
|
{
|
@@ -2192,7 +2188,7 @@
|
|
2192
2188
|
],
|
2193
2189
|
"props": [
|
2194
2190
|
{
|
2195
|
-
"id":
|
2191
|
+
"id": 1101,
|
2196
2192
|
"name": "Group",
|
2197
2193
|
"kind": 1024,
|
2198
2194
|
"kindString": "Property",
|
@@ -2208,7 +2204,7 @@
|
|
2208
2204
|
"types": [
|
2209
2205
|
{
|
2210
2206
|
"type": "reference",
|
2211
|
-
"id":
|
2207
|
+
"id": 1081,
|
2212
2208
|
"name": "TreeviewGroupProps"
|
2213
2209
|
},
|
2214
2210
|
{
|
@@ -2234,7 +2230,7 @@
|
|
2234
2230
|
}
|
2235
2231
|
},
|
2236
2232
|
{
|
2237
|
-
"id":
|
2233
|
+
"id": 1100,
|
2238
2234
|
"name": "Item",
|
2239
2235
|
"kind": 1024,
|
2240
2236
|
"kindString": "Property",
|
@@ -2250,7 +2246,7 @@
|
|
2250
2246
|
"types": [
|
2251
2247
|
{
|
2252
2248
|
"type": "reference",
|
2253
|
-
"id":
|
2249
|
+
"id": 1080,
|
2254
2250
|
"name": "TreeviewItemProps"
|
2255
2251
|
},
|
2256
2252
|
{
|
@@ -2619,7 +2615,7 @@
|
|
2619
2615
|
"typeArguments": [
|
2620
2616
|
{
|
2621
2617
|
"type": "reference",
|
2622
|
-
"id":
|
2618
|
+
"id": 563,
|
2623
2619
|
"name": "PopoverProps"
|
2624
2620
|
}
|
2625
2621
|
],
|
@@ -3545,19 +3541,15 @@
|
|
3545
3541
|
},
|
3546
3542
|
{
|
3547
3543
|
"id": 328,
|
3548
|
-
"name": "
|
3544
|
+
"name": "invalid",
|
3549
3545
|
"kind": 1024,
|
3550
3546
|
"kindString": "Property",
|
3551
3547
|
"flags": {
|
3552
3548
|
"isOptional": true
|
3553
3549
|
},
|
3554
|
-
"comment": {
|
3555
|
-
"shortText": "State will change the style of the input"
|
3556
|
-
},
|
3557
3550
|
"type": {
|
3558
|
-
"type": "
|
3559
|
-
"
|
3560
|
-
"name": "State"
|
3551
|
+
"type": "intrinsic",
|
3552
|
+
"name": "boolean"
|
3561
3553
|
}
|
3562
3554
|
}
|
3563
3555
|
]
|
@@ -3641,15 +3633,12 @@
|
|
3641
3633
|
},
|
3642
3634
|
{
|
3643
3635
|
"id": 361,
|
3644
|
-
"name": "
|
3636
|
+
"name": "invalid",
|
3645
3637
|
"kind": 1024,
|
3646
3638
|
"kindString": "Property",
|
3647
3639
|
"flags": {
|
3648
3640
|
"isOptional": true
|
3649
3641
|
},
|
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
3642
|
"type": {
|
3654
3643
|
"type": "intrinsic",
|
3655
3644
|
"name": "boolean"
|
@@ -3657,19 +3646,18 @@
|
|
3657
3646
|
},
|
3658
3647
|
{
|
3659
3648
|
"id": 362,
|
3660
|
-
"name": "
|
3649
|
+
"name": "loading",
|
3661
3650
|
"kind": 1024,
|
3662
3651
|
"kindString": "Property",
|
3663
3652
|
"flags": {
|
3664
3653
|
"isOptional": true
|
3665
3654
|
},
|
3666
3655
|
"comment": {
|
3667
|
-
"shortText": "
|
3656
|
+
"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
3657
|
},
|
3669
3658
|
"type": {
|
3670
|
-
"type": "
|
3671
|
-
"
|
3672
|
-
"name": "State"
|
3659
|
+
"type": "intrinsic",
|
3660
|
+
"name": "boolean"
|
3673
3661
|
}
|
3674
3662
|
},
|
3675
3663
|
{
|
@@ -3741,7 +3729,7 @@
|
|
3741
3729
|
"Localization": {
|
3742
3730
|
"props": [
|
3743
3731
|
{
|
3744
|
-
"id":
|
3732
|
+
"id": 596,
|
3745
3733
|
"name": "formatting",
|
3746
3734
|
"kind": 1024,
|
3747
3735
|
"kindString": "Property",
|
@@ -3752,14 +3740,14 @@
|
|
3752
3740
|
"type": {
|
3753
3741
|
"type": "reflection",
|
3754
3742
|
"declaration": {
|
3755
|
-
"id":
|
3743
|
+
"id": 597,
|
3756
3744
|
"name": "__type",
|
3757
3745
|
"kind": 65536,
|
3758
3746
|
"kindString": "Type literal",
|
3759
3747
|
"flags": {},
|
3760
3748
|
"children": [
|
3761
3749
|
{
|
3762
|
-
"id":
|
3750
|
+
"id": 598,
|
3763
3751
|
"name": "date",
|
3764
3752
|
"kind": 1024,
|
3765
3753
|
"kindString": "Property",
|
@@ -3778,7 +3766,7 @@
|
|
3778
3766
|
"title": "Properties",
|
3779
3767
|
"kind": 1024,
|
3780
3768
|
"children": [
|
3781
|
-
|
3769
|
+
598
|
3782
3770
|
]
|
3783
3771
|
}
|
3784
3772
|
]
|
@@ -3786,7 +3774,7 @@
|
|
3786
3774
|
}
|
3787
3775
|
},
|
3788
3776
|
{
|
3789
|
-
"id":
|
3777
|
+
"id": 594,
|
3790
3778
|
"name": "locale",
|
3791
3779
|
"kind": 1024,
|
3792
3780
|
"kindString": "Property",
|
@@ -3801,7 +3789,7 @@
|
|
3801
3789
|
}
|
3802
3790
|
},
|
3803
3791
|
{
|
3804
|
-
"id":
|
3792
|
+
"id": 595,
|
3805
3793
|
"name": "texts",
|
3806
3794
|
"kind": 1024,
|
3807
3795
|
"kindString": "Property",
|
@@ -3811,7 +3799,7 @@
|
|
3811
3799
|
},
|
3812
3800
|
"type": {
|
3813
3801
|
"type": "reference",
|
3814
|
-
"id":
|
3802
|
+
"id": 578,
|
3815
3803
|
"name": "LocalizationTexts"
|
3816
3804
|
}
|
3817
3805
|
}
|
@@ -3820,7 +3808,7 @@
|
|
3820
3808
|
"LocalizationTexts": {
|
3821
3809
|
"props": [
|
3822
3810
|
{
|
3823
|
-
"id":
|
3811
|
+
"id": 580,
|
3824
3812
|
"name": "calendar",
|
3825
3813
|
"kind": 1024,
|
3826
3814
|
"kindString": "Property",
|
@@ -3835,7 +3823,7 @@
|
|
3835
3823
|
}
|
3836
3824
|
},
|
3837
3825
|
{
|
3838
|
-
"id":
|
3826
|
+
"id": 581,
|
3839
3827
|
"name": "combobox",
|
3840
3828
|
"kind": 1024,
|
3841
3829
|
"kindString": "Property",
|
@@ -3850,7 +3838,7 @@
|
|
3850
3838
|
}
|
3851
3839
|
},
|
3852
3840
|
{
|
3853
|
-
"id":
|
3841
|
+
"id": 582,
|
3854
3842
|
"name": "datepicker",
|
3855
3843
|
"kind": 1024,
|
3856
3844
|
"kindString": "Property",
|
@@ -3865,7 +3853,7 @@
|
|
3865
3853
|
}
|
3866
3854
|
},
|
3867
3855
|
{
|
3868
|
-
"id":
|
3856
|
+
"id": 585,
|
3869
3857
|
"name": "dialog",
|
3870
3858
|
"kind": 1024,
|
3871
3859
|
"kindString": "Property",
|
@@ -3880,7 +3868,7 @@
|
|
3880
3868
|
}
|
3881
3869
|
},
|
3882
3870
|
{
|
3883
|
-
"id":
|
3871
|
+
"id": 583,
|
3884
3872
|
"name": "hanger",
|
3885
3873
|
"kind": 1024,
|
3886
3874
|
"kindString": "Property",
|
@@ -3895,7 +3883,7 @@
|
|
3895
3883
|
}
|
3896
3884
|
},
|
3897
3885
|
{
|
3898
|
-
"id":
|
3886
|
+
"id": 584,
|
3899
3887
|
"name": "listbox",
|
3900
3888
|
"kind": 1024,
|
3901
3889
|
"kindString": "Property",
|
@@ -3910,7 +3898,7 @@
|
|
3910
3898
|
}
|
3911
3899
|
},
|
3912
3900
|
{
|
3913
|
-
"id":
|
3901
|
+
"id": 586,
|
3914
3902
|
"name": "pagination",
|
3915
3903
|
"kind": 1024,
|
3916
3904
|
"kindString": "Property",
|
@@ -3920,12 +3908,12 @@
|
|
3920
3908
|
},
|
3921
3909
|
"type": {
|
3922
3910
|
"type": "reference",
|
3923
|
-
"id":
|
3911
|
+
"id": 514,
|
3924
3912
|
"name": "PaginationTexts"
|
3925
3913
|
}
|
3926
3914
|
},
|
3927
3915
|
{
|
3928
|
-
"id":
|
3916
|
+
"id": 591,
|
3929
3917
|
"name": "searchInput",
|
3930
3918
|
"kind": 1024,
|
3931
3919
|
"kindString": "Property",
|
@@ -3940,7 +3928,7 @@
|
|
3940
3928
|
}
|
3941
3929
|
},
|
3942
3930
|
{
|
3943
|
-
"id":
|
3931
|
+
"id": 588,
|
3944
3932
|
"name": "select",
|
3945
3933
|
"kind": 1024,
|
3946
3934
|
"kindString": "Property",
|
@@ -3950,12 +3938,12 @@
|
|
3950
3938
|
},
|
3951
3939
|
"type": {
|
3952
3940
|
"type": "reference",
|
3953
|
-
"id":
|
3941
|
+
"id": 716,
|
3954
3942
|
"name": "SelectTexts"
|
3955
3943
|
}
|
3956
3944
|
},
|
3957
3945
|
{
|
3958
|
-
"id":
|
3946
|
+
"id": 587,
|
3959
3947
|
"name": "table",
|
3960
3948
|
"kind": 1024,
|
3961
3949
|
"kindString": "Property",
|
@@ -3965,12 +3953,12 @@
|
|
3965
3953
|
},
|
3966
3954
|
"type": {
|
3967
3955
|
"type": "reference",
|
3968
|
-
"id":
|
3956
|
+
"id": 901,
|
3969
3957
|
"name": "TableTexts"
|
3970
3958
|
}
|
3971
3959
|
},
|
3972
3960
|
{
|
3973
|
-
"id":
|
3961
|
+
"id": 589,
|
3974
3962
|
"name": "toasts",
|
3975
3963
|
"kind": 1024,
|
3976
3964
|
"kindString": "Property",
|
@@ -3984,7 +3972,7 @@
|
|
3984
3972
|
}
|
3985
3973
|
},
|
3986
3974
|
{
|
3987
|
-
"id":
|
3975
|
+
"id": 590,
|
3988
3976
|
"name": "tour",
|
3989
3977
|
"kind": 1024,
|
3990
3978
|
"kindString": "Property",
|
@@ -3994,7 +3982,7 @@
|
|
3994
3982
|
},
|
3995
3983
|
"type": {
|
3996
3984
|
"type": "reference",
|
3997
|
-
"id":
|
3985
|
+
"id": 1032,
|
3998
3986
|
"name": "TourTexts"
|
3999
3987
|
}
|
4000
3988
|
}
|
@@ -4004,6 +3992,23 @@
|
|
4004
3992
|
"props": [
|
4005
3993
|
{
|
4006
3994
|
"id": 384,
|
3995
|
+
"name": "appearance",
|
3996
|
+
"kind": 1024,
|
3997
|
+
"kindString": "Property",
|
3998
|
+
"flags": {
|
3999
|
+
"isOptional": true
|
4000
|
+
},
|
4001
|
+
"comment": {
|
4002
|
+
"shortText": "Appearance will change the style of the button"
|
4003
|
+
},
|
4004
|
+
"type": {
|
4005
|
+
"type": "reference",
|
4006
|
+
"id": 3,
|
4007
|
+
"name": "Appearance"
|
4008
|
+
}
|
4009
|
+
},
|
4010
|
+
{
|
4011
|
+
"id": 385,
|
4007
4012
|
"name": "children",
|
4008
4013
|
"kind": 1024,
|
4009
4014
|
"kindString": "Property",
|
@@ -4016,7 +4021,7 @@
|
|
4016
4021
|
}
|
4017
4022
|
},
|
4018
4023
|
{
|
4019
|
-
"id":
|
4024
|
+
"id": 386,
|
4020
4025
|
"name": "id",
|
4021
4026
|
"kind": 1024,
|
4022
4027
|
"kindString": "Property",
|
@@ -4029,7 +4034,7 @@
|
|
4029
4034
|
}
|
4030
4035
|
},
|
4031
4036
|
{
|
4032
|
-
"id":
|
4037
|
+
"id": 387,
|
4033
4038
|
"name": "trigger",
|
4034
4039
|
"kind": 1024,
|
4035
4040
|
"kindString": "Property",
|
@@ -4054,7 +4059,7 @@
|
|
4054
4059
|
],
|
4055
4060
|
"props": [
|
4056
4061
|
{
|
4057
|
-
"id":
|
4062
|
+
"id": 485,
|
4058
4063
|
"name": "active",
|
4059
4064
|
"kind": 1024,
|
4060
4065
|
"kindString": "Property",
|
@@ -4070,7 +4075,7 @@
|
|
4070
4075
|
}
|
4071
4076
|
},
|
4072
4077
|
{
|
4073
|
-
"id":
|
4078
|
+
"id": 486,
|
4074
4079
|
"name": "onDrop",
|
4075
4080
|
"kind": 1024,
|
4076
4081
|
"kindString": "Property",
|
@@ -4088,7 +4093,7 @@
|
|
4088
4093
|
}
|
4089
4094
|
},
|
4090
4095
|
{
|
4091
|
-
"id":
|
4096
|
+
"id": 487,
|
4092
4097
|
"name": "postfix",
|
4093
4098
|
"kind": 1024,
|
4094
4099
|
"kindString": "Property",
|
@@ -4106,7 +4111,7 @@
|
|
4106
4111
|
}
|
4107
4112
|
},
|
4108
4113
|
{
|
4109
|
-
"id":
|
4114
|
+
"id": 488,
|
4110
4115
|
"name": "prefix",
|
4111
4116
|
"kind": 1024,
|
4112
4117
|
"kindString": "Property",
|
@@ -4124,7 +4129,7 @@
|
|
4124
4129
|
}
|
4125
4130
|
},
|
4126
4131
|
{
|
4127
|
-
"id":
|
4132
|
+
"id": 489,
|
4128
4133
|
"name": "target",
|
4129
4134
|
"kind": 1024,
|
4130
4135
|
"kindString": "Property",
|
@@ -4159,7 +4164,7 @@
|
|
4159
4164
|
],
|
4160
4165
|
"props": [
|
4161
4166
|
{
|
4162
|
-
"id":
|
4167
|
+
"id": 527,
|
4163
4168
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
4164
4169
|
"kind": 1024,
|
4165
4170
|
"kindString": "Property",
|
@@ -4175,7 +4180,7 @@
|
|
4175
4180
|
}
|
4176
4181
|
},
|
4177
4182
|
{
|
4178
|
-
"id":
|
4183
|
+
"id": 522,
|
4179
4184
|
"name": "length",
|
4180
4185
|
"kind": 1024,
|
4181
4186
|
"kindString": "Property",
|
@@ -4189,7 +4194,7 @@
|
|
4189
4194
|
}
|
4190
4195
|
},
|
4191
4196
|
{
|
4192
|
-
"id":
|
4197
|
+
"id": 523,
|
4193
4198
|
"name": "pageSizes",
|
4194
4199
|
"kind": 1024,
|
4195
4200
|
"kindString": "Property",
|
@@ -4208,7 +4213,7 @@
|
|
4208
4213
|
}
|
4209
4214
|
},
|
4210
4215
|
{
|
4211
|
-
"id":
|
4216
|
+
"id": 524,
|
4212
4217
|
"name": "showPageControls",
|
4213
4218
|
"kind": 1024,
|
4214
4219
|
"kindString": "Property",
|
@@ -4224,7 +4229,7 @@
|
|
4224
4229
|
}
|
4225
4230
|
},
|
4226
4231
|
{
|
4227
|
-
"id":
|
4232
|
+
"id": 525,
|
4228
4233
|
"name": "showPageNumbers",
|
4229
4234
|
"kind": 1024,
|
4230
4235
|
"kindString": "Property",
|
@@ -4240,7 +4245,7 @@
|
|
4240
4245
|
}
|
4241
4246
|
},
|
4242
4247
|
{
|
4243
|
-
"id":
|
4248
|
+
"id": 526,
|
4244
4249
|
"name": "showPageSize",
|
4245
4250
|
"kind": 1024,
|
4246
4251
|
"kindString": "Property",
|
@@ -4260,7 +4265,7 @@
|
|
4260
4265
|
"PaginationTexts": {
|
4261
4266
|
"props": [
|
4262
4267
|
{
|
4263
|
-
"id":
|
4268
|
+
"id": 519,
|
4264
4269
|
"name": "actions",
|
4265
4270
|
"kind": 1024,
|
4266
4271
|
"kindString": "Property",
|
@@ -4270,12 +4275,12 @@
|
|
4270
4275
|
},
|
4271
4276
|
"type": {
|
4272
4277
|
"type": "reference",
|
4273
|
-
"id":
|
4278
|
+
"id": 503,
|
4274
4279
|
"name": "PaginationTextsActions"
|
4275
4280
|
}
|
4276
4281
|
},
|
4277
4282
|
{
|
4278
|
-
"id":
|
4283
|
+
"id": 516,
|
4279
4284
|
"name": "label",
|
4280
4285
|
"kind": 1024,
|
4281
4286
|
"kindString": "Property",
|
@@ -4289,7 +4294,7 @@
|
|
4289
4294
|
}
|
4290
4295
|
},
|
4291
4296
|
{
|
4292
|
-
"id":
|
4297
|
+
"id": 517,
|
4293
4298
|
"name": "pageSize",
|
4294
4299
|
"kind": 1024,
|
4295
4300
|
"kindString": "Property",
|
@@ -4303,7 +4308,7 @@
|
|
4303
4308
|
}
|
4304
4309
|
},
|
4305
4310
|
{
|
4306
|
-
"id":
|
4311
|
+
"id": 518,
|
4307
4312
|
"name": "showingXofYofTotal",
|
4308
4313
|
"kind": 1024,
|
4309
4314
|
"kindString": "Property",
|
@@ -4321,7 +4326,7 @@
|
|
4321
4326
|
"PaginationTextsActions": {
|
4322
4327
|
"props": [
|
4323
4328
|
{
|
4324
|
-
"id":
|
4329
|
+
"id": 505,
|
4325
4330
|
"name": "firstPage",
|
4326
4331
|
"kind": 1024,
|
4327
4332
|
"kindString": "Property",
|
@@ -4335,7 +4340,7 @@
|
|
4335
4340
|
}
|
4336
4341
|
},
|
4337
4342
|
{
|
4338
|
-
"id":
|
4343
|
+
"id": 506,
|
4339
4344
|
"name": "firstPageWithShortcut",
|
4340
4345
|
"kind": 1024,
|
4341
4346
|
"kindString": "Property",
|
@@ -4349,7 +4354,7 @@
|
|
4349
4354
|
}
|
4350
4355
|
},
|
4351
4356
|
{
|
4352
|
-
"id":
|
4357
|
+
"id": 511,
|
4353
4358
|
"name": "lastPage",
|
4354
4359
|
"kind": 1024,
|
4355
4360
|
"kindString": "Property",
|
@@ -4363,7 +4368,7 @@
|
|
4363
4368
|
}
|
4364
4369
|
},
|
4365
4370
|
{
|
4366
|
-
"id":
|
4371
|
+
"id": 512,
|
4367
4372
|
"name": "lastPageWithShortcut",
|
4368
4373
|
"kind": 1024,
|
4369
4374
|
"kindString": "Property",
|
@@ -4377,7 +4382,7 @@
|
|
4377
4382
|
}
|
4378
4383
|
},
|
4379
4384
|
{
|
4380
|
-
"id":
|
4385
|
+
"id": 507,
|
4381
4386
|
"name": "nextPage",
|
4382
4387
|
"kind": 1024,
|
4383
4388
|
"kindString": "Property",
|
@@ -4391,7 +4396,7 @@
|
|
4391
4396
|
}
|
4392
4397
|
},
|
4393
4398
|
{
|
4394
|
-
"id":
|
4399
|
+
"id": 508,
|
4395
4400
|
"name": "nextPageWithShortcut",
|
4396
4401
|
"kind": 1024,
|
4397
4402
|
"kindString": "Property",
|
@@ -4405,7 +4410,7 @@
|
|
4405
4410
|
}
|
4406
4411
|
},
|
4407
4412
|
{
|
4408
|
-
"id":
|
4413
|
+
"id": 513,
|
4409
4414
|
"name": "pageX",
|
4410
4415
|
"kind": 1024,
|
4411
4416
|
"kindString": "Property",
|
@@ -4419,7 +4424,7 @@
|
|
4419
4424
|
}
|
4420
4425
|
},
|
4421
4426
|
{
|
4422
|
-
"id":
|
4427
|
+
"id": 509,
|
4423
4428
|
"name": "previousPage",
|
4424
4429
|
"kind": 1024,
|
4425
4430
|
"kindString": "Property",
|
@@ -4433,7 +4438,7 @@
|
|
4433
4438
|
}
|
4434
4439
|
},
|
4435
4440
|
{
|
4436
|
-
"id":
|
4441
|
+
"id": 510,
|
4437
4442
|
"name": "previousPageWithShortcut",
|
4438
4443
|
"kind": 1024,
|
4439
4444
|
"kindString": "Property",
|
@@ -4455,7 +4460,7 @@
|
|
4455
4460
|
],
|
4456
4461
|
"props": [
|
4457
4462
|
{
|
4458
|
-
"id":
|
4463
|
+
"id": 557,
|
4459
4464
|
"name": "children",
|
4460
4465
|
"kind": 1024,
|
4461
4466
|
"kindString": "Property",
|
@@ -4472,28 +4477,28 @@
|
|
4472
4477
|
{
|
4473
4478
|
"type": "reflection",
|
4474
4479
|
"declaration": {
|
4475
|
-
"id":
|
4480
|
+
"id": 558,
|
4476
4481
|
"name": "__type",
|
4477
4482
|
"kind": 65536,
|
4478
4483
|
"kindString": "Type literal",
|
4479
4484
|
"flags": {},
|
4480
4485
|
"signatures": [
|
4481
4486
|
{
|
4482
|
-
"id":
|
4487
|
+
"id": 559,
|
4483
4488
|
"name": "__type",
|
4484
4489
|
"kind": 4096,
|
4485
4490
|
"kindString": "Call signature",
|
4486
4491
|
"flags": {},
|
4487
4492
|
"parameters": [
|
4488
4493
|
{
|
4489
|
-
"id":
|
4494
|
+
"id": 560,
|
4490
4495
|
"name": "props",
|
4491
4496
|
"kind": 32768,
|
4492
4497
|
"kindString": "Parameter",
|
4493
4498
|
"flags": {},
|
4494
4499
|
"type": {
|
4495
4500
|
"type": "reference",
|
4496
|
-
"id":
|
4501
|
+
"id": 551,
|
4497
4502
|
"name": "PopoverContentRenderProps"
|
4498
4503
|
}
|
4499
4504
|
}
|
@@ -4512,7 +4517,7 @@
|
|
4512
4517
|
}
|
4513
4518
|
},
|
4514
4519
|
{
|
4515
|
-
"id":
|
4520
|
+
"id": 561,
|
4516
4521
|
"name": "placement",
|
4517
4522
|
"kind": 1024,
|
4518
4523
|
"kindString": "Property",
|
@@ -4533,14 +4538,14 @@
|
|
4533
4538
|
"PopoverContentRenderProps": {
|
4534
4539
|
"props": [
|
4535
4540
|
{
|
4536
|
-
"id":
|
4541
|
+
"id": 553,
|
4537
4542
|
"name": "close",
|
4538
4543
|
"kind": 2048,
|
4539
4544
|
"kindString": "Method",
|
4540
4545
|
"flags": {},
|
4541
4546
|
"signatures": [
|
4542
4547
|
{
|
4543
|
-
"id":
|
4548
|
+
"id": 554,
|
4544
4549
|
"name": "close",
|
4545
4550
|
"kind": 4096,
|
4546
4551
|
"kindString": "Call signature",
|
@@ -4562,7 +4567,7 @@
|
|
4562
4567
|
],
|
4563
4568
|
"props": [
|
4564
4569
|
{
|
4565
|
-
"id":
|
4570
|
+
"id": 574,
|
4566
4571
|
"name": "duration",
|
4567
4572
|
"kind": 1024,
|
4568
4573
|
"kindString": "Property",
|
@@ -4582,7 +4587,7 @@
|
|
4582
4587
|
"ProviderProps": {
|
4583
4588
|
"props": [
|
4584
4589
|
{
|
4585
|
-
"id":
|
4590
|
+
"id": 679,
|
4586
4591
|
"name": "children",
|
4587
4592
|
"kind": 1024,
|
4588
4593
|
"kindString": "Property",
|
@@ -4598,7 +4603,7 @@
|
|
4598
4603
|
}
|
4599
4604
|
},
|
4600
4605
|
{
|
4601
|
-
"id":
|
4606
|
+
"id": 680,
|
4602
4607
|
"name": "localization",
|
4603
4608
|
"kind": 1024,
|
4604
4609
|
"kindString": "Property",
|
@@ -4610,7 +4615,7 @@
|
|
4610
4615
|
},
|
4611
4616
|
"type": {
|
4612
4617
|
"type": "reference",
|
4613
|
-
"id":
|
4618
|
+
"id": 592,
|
4614
4619
|
"name": "Localization"
|
4615
4620
|
}
|
4616
4621
|
}
|
@@ -4622,7 +4627,7 @@
|
|
4622
4627
|
],
|
4623
4628
|
"props": [
|
4624
4629
|
{
|
4625
|
-
"id":
|
4630
|
+
"id": 698,
|
4626
4631
|
"name": "children",
|
4627
4632
|
"kind": 1024,
|
4628
4633
|
"kindString": "Property",
|
@@ -4638,7 +4643,7 @@
|
|
4638
4643
|
}
|
4639
4644
|
},
|
4640
4645
|
{
|
4641
|
-
"id":
|
4646
|
+
"id": 699,
|
4642
4647
|
"name": "disabled",
|
4643
4648
|
"kind": 1024,
|
4644
4649
|
"kindString": "Property",
|
@@ -4651,7 +4656,7 @@
|
|
4651
4656
|
}
|
4652
4657
|
},
|
4653
4658
|
{
|
4654
|
-
"id":
|
4659
|
+
"id": 700,
|
4655
4660
|
"name": "value",
|
4656
4661
|
"kind": 1024,
|
4657
4662
|
"kindString": "Property",
|
@@ -4661,7 +4666,7 @@
|
|
4661
4666
|
},
|
4662
4667
|
"type": {
|
4663
4668
|
"type": "reference",
|
4664
|
-
"id":
|
4669
|
+
"id": 688,
|
4665
4670
|
"name": "RadioGroupItemValue"
|
4666
4671
|
}
|
4667
4672
|
}
|
@@ -4686,7 +4691,7 @@
|
|
4686
4691
|
],
|
4687
4692
|
"props": [
|
4688
4693
|
{
|
4689
|
-
"id":
|
4694
|
+
"id": 745,
|
4690
4695
|
"name": "subRows",
|
4691
4696
|
"kind": 1024,
|
4692
4697
|
"kindString": "Property",
|
@@ -4697,11 +4702,11 @@
|
|
4697
4702
|
"type": "array",
|
4698
4703
|
"elementType": {
|
4699
4704
|
"type": "reference",
|
4700
|
-
"id":
|
4705
|
+
"id": 743,
|
4701
4706
|
"typeArguments": [
|
4702
4707
|
{
|
4703
4708
|
"type": "reference",
|
4704
|
-
"id":
|
4709
|
+
"id": 747,
|
4705
4710
|
"name": "TRow"
|
4706
4711
|
}
|
4707
4712
|
],
|
@@ -4858,7 +4863,7 @@
|
|
4858
4863
|
],
|
4859
4864
|
"props": [
|
4860
4865
|
{
|
4861
|
-
"id":
|
4866
|
+
"id": 724,
|
4862
4867
|
"name": "editable",
|
4863
4868
|
"kind": 1024,
|
4864
4869
|
"kindString": "Property",
|
@@ -4878,7 +4883,7 @@
|
|
4878
4883
|
"SelectTexts": {
|
4879
4884
|
"props": [
|
4880
4885
|
{
|
4881
|
-
"id":
|
4886
|
+
"id": 718,
|
4882
4887
|
"name": "allOptionsSelected",
|
4883
4888
|
"kind": 1024,
|
4884
4889
|
"kindString": "Property",
|
@@ -4918,7 +4923,7 @@
|
|
4918
4923
|
"SortRule": {
|
4919
4924
|
"props": [
|
4920
4925
|
{
|
4921
|
-
"id":
|
4926
|
+
"id": 796,
|
4922
4927
|
"name": "accessor",
|
4923
4928
|
"kind": 1024,
|
4924
4929
|
"kindString": "Property",
|
@@ -4931,7 +4936,7 @@
|
|
4931
4936
|
"typeArguments": [
|
4932
4937
|
{
|
4933
4938
|
"type": "reference",
|
4934
|
-
"id":
|
4939
|
+
"id": 798,
|
4935
4940
|
"name": "T"
|
4936
4941
|
}
|
4937
4942
|
],
|
@@ -4941,7 +4946,7 @@
|
|
4941
4946
|
}
|
4942
4947
|
},
|
4943
4948
|
{
|
4944
|
-
"id":
|
4949
|
+
"id": 797,
|
4945
4950
|
"name": "desc",
|
4946
4951
|
"kind": 1024,
|
4947
4952
|
"kindString": "Property",
|
@@ -4986,7 +4991,7 @@
|
|
4986
4991
|
],
|
4987
4992
|
"props": [
|
4988
4993
|
{
|
4989
|
-
"id":
|
4994
|
+
"id": 732,
|
4990
4995
|
"name": "delay",
|
4991
4996
|
"kind": 1024,
|
4992
4997
|
"kindString": "Property",
|
@@ -5002,7 +5007,7 @@
|
|
5002
5007
|
}
|
5003
5008
|
},
|
5004
5009
|
{
|
5005
|
-
"id":
|
5010
|
+
"id": 733,
|
5006
5011
|
"name": "label",
|
5007
5012
|
"kind": 1024,
|
5008
5013
|
"kindString": "Property",
|
@@ -5029,7 +5034,7 @@
|
|
5029
5034
|
],
|
5030
5035
|
"props": [
|
5031
5036
|
{
|
5032
|
-
"id":
|
5037
|
+
"id": 973,
|
5033
5038
|
"name": "id",
|
5034
5039
|
"kind": 1024,
|
5035
5040
|
"kindString": "Property",
|
@@ -5051,7 +5056,7 @@
|
|
5051
5056
|
],
|
5052
5057
|
"props": [
|
5053
5058
|
{
|
5054
|
-
"id":
|
5059
|
+
"id": 970,
|
5055
5060
|
"name": "disabled",
|
5056
5061
|
"kind": 1024,
|
5057
5062
|
"kindString": "Property",
|
@@ -5067,7 +5072,7 @@
|
|
5067
5072
|
}
|
5068
5073
|
},
|
5069
5074
|
{
|
5070
|
-
"id":
|
5075
|
+
"id": 969,
|
5071
5076
|
"name": "id",
|
5072
5077
|
"kind": 1024,
|
5073
5078
|
"kindString": "Property",
|
@@ -5085,7 +5090,7 @@
|
|
5085
5090
|
"TableCell": {
|
5086
5091
|
"props": [
|
5087
5092
|
{
|
5088
|
-
"id":
|
5093
|
+
"id": 802,
|
5089
5094
|
"name": "accessor",
|
5090
5095
|
"kind": 1024,
|
5091
5096
|
"kindString": "Property",
|
@@ -5096,7 +5101,7 @@
|
|
5096
5101
|
}
|
5097
5102
|
},
|
5098
5103
|
{
|
5099
|
-
"id":
|
5104
|
+
"id": 803,
|
5100
5105
|
"name": "row",
|
5101
5106
|
"kind": 1024,
|
5102
5107
|
"kindString": "Property",
|
@@ -5106,11 +5111,11 @@
|
|
5106
5111
|
},
|
5107
5112
|
"type": {
|
5108
5113
|
"type": "reference",
|
5109
|
-
"id":
|
5114
|
+
"id": 876,
|
5110
5115
|
"typeArguments": [
|
5111
5116
|
{
|
5112
5117
|
"type": "reference",
|
5113
|
-
"id":
|
5118
|
+
"id": 805,
|
5114
5119
|
"name": "TRow"
|
5115
5120
|
}
|
5116
5121
|
],
|
@@ -5118,7 +5123,7 @@
|
|
5118
5123
|
}
|
5119
5124
|
},
|
5120
5125
|
{
|
5121
|
-
"id":
|
5126
|
+
"id": 804,
|
5122
5127
|
"name": "value",
|
5123
5128
|
"kind": 1024,
|
5124
5129
|
"kindString": "Property",
|
@@ -5136,7 +5141,7 @@
|
|
5136
5141
|
"TableColumnProps": {
|
5137
5142
|
"props": [
|
5138
5143
|
{
|
5139
|
-
"id":
|
5144
|
+
"id": 808,
|
5140
5145
|
"name": "accessor",
|
5141
5146
|
"kind": 1024,
|
5142
5147
|
"kindString": "Property",
|
@@ -5150,7 +5155,7 @@
|
|
5150
5155
|
}
|
5151
5156
|
},
|
5152
5157
|
{
|
5153
|
-
"id":
|
5158
|
+
"id": 809,
|
5154
5159
|
"name": "align",
|
5155
5160
|
"kind": 1024,
|
5156
5161
|
"kindString": "Property",
|
@@ -5179,7 +5184,7 @@
|
|
5179
5184
|
}
|
5180
5185
|
},
|
5181
5186
|
{
|
5182
|
-
"id":
|
5187
|
+
"id": 810,
|
5183
5188
|
"name": "className",
|
5184
5189
|
"kind": 1024,
|
5185
5190
|
"kindString": "Property",
|
@@ -5195,7 +5200,7 @@
|
|
5195
5200
|
}
|
5196
5201
|
},
|
5197
5202
|
{
|
5198
|
-
"id":
|
5203
|
+
"id": 814,
|
5199
5204
|
"name": "disableSorting",
|
5200
5205
|
"kind": 1024,
|
5201
5206
|
"kindString": "Property",
|
@@ -5211,7 +5216,7 @@
|
|
5211
5216
|
}
|
5212
5217
|
},
|
5213
5218
|
{
|
5214
|
-
"id":
|
5219
|
+
"id": 818,
|
5215
5220
|
"name": "flex",
|
5216
5221
|
"kind": 1024,
|
5217
5222
|
"kindString": "Property",
|
@@ -5231,28 +5236,28 @@
|
|
5231
5236
|
{
|
5232
5237
|
"type": "reflection",
|
5233
5238
|
"declaration": {
|
5234
|
-
"id":
|
5239
|
+
"id": 819,
|
5235
5240
|
"name": "__type",
|
5236
5241
|
"kind": 65536,
|
5237
5242
|
"kindString": "Type literal",
|
5238
5243
|
"flags": {},
|
5239
5244
|
"signatures": [
|
5240
5245
|
{
|
5241
|
-
"id":
|
5246
|
+
"id": 820,
|
5242
5247
|
"name": "__type",
|
5243
5248
|
"kind": 4096,
|
5244
5249
|
"kindString": "Call signature",
|
5245
5250
|
"flags": {},
|
5246
5251
|
"parameters": [
|
5247
5252
|
{
|
5248
|
-
"id":
|
5253
|
+
"id": 821,
|
5249
5254
|
"name": "row",
|
5250
5255
|
"kind": 32768,
|
5251
5256
|
"kindString": "Parameter",
|
5252
5257
|
"flags": {},
|
5253
5258
|
"type": {
|
5254
5259
|
"type": "reference",
|
5255
|
-
"id":
|
5260
|
+
"id": 828,
|
5256
5261
|
"name": "TRow"
|
5257
5262
|
}
|
5258
5263
|
}
|
@@ -5269,7 +5274,7 @@
|
|
5269
5274
|
}
|
5270
5275
|
},
|
5271
5276
|
{
|
5272
|
-
"id":
|
5277
|
+
"id": 822,
|
5273
5278
|
"name": "headRenderer",
|
5274
5279
|
"kind": 1024,
|
5275
5280
|
"kindString": "Property",
|
@@ -5287,7 +5292,7 @@
|
|
5287
5292
|
}
|
5288
5293
|
},
|
5289
5294
|
{
|
5290
|
-
"id":
|
5295
|
+
"id": 823,
|
5291
5296
|
"name": "hidden",
|
5292
5297
|
"kind": 1024,
|
5293
5298
|
"kindString": "Property",
|
@@ -5303,7 +5308,7 @@
|
|
5303
5308
|
}
|
5304
5309
|
},
|
5305
5310
|
{
|
5306
|
-
"id":
|
5311
|
+
"id": 824,
|
5307
5312
|
"name": "hiddenOnSubRows",
|
5308
5313
|
"kind": 1024,
|
5309
5314
|
"kindString": "Property",
|
@@ -5319,7 +5324,7 @@
|
|
5319
5324
|
}
|
5320
5325
|
},
|
5321
5326
|
{
|
5322
|
-
"id":
|
5327
|
+
"id": 825,
|
5323
5328
|
"name": "sort",
|
5324
5329
|
"kind": 1024,
|
5325
5330
|
"kindString": "Property",
|
@@ -5331,12 +5336,12 @@
|
|
5331
5336
|
},
|
5332
5337
|
"type": {
|
5333
5338
|
"type": "reference",
|
5334
|
-
"id":
|
5339
|
+
"id": 787,
|
5335
5340
|
"name": "SortDirection"
|
5336
5341
|
}
|
5337
5342
|
},
|
5338
5343
|
{
|
5339
|
-
"id":
|
5344
|
+
"id": 826,
|
5340
5345
|
"name": "sortType",
|
5341
5346
|
"kind": 1024,
|
5342
5347
|
"kindString": "Property",
|
@@ -5348,12 +5353,12 @@
|
|
5348
5353
|
},
|
5349
5354
|
"type": {
|
5350
5355
|
"type": "reference",
|
5351
|
-
"id":
|
5356
|
+
"id": 799,
|
5352
5357
|
"name": "SortTypes"
|
5353
5358
|
}
|
5354
5359
|
},
|
5355
5360
|
{
|
5356
|
-
"id":
|
5361
|
+
"id": 827,
|
5357
5362
|
"name": "style",
|
5358
5363
|
"kind": 1024,
|
5359
5364
|
"kindString": "Property",
|
@@ -5369,7 +5374,7 @@
|
|
5369
5374
|
}
|
5370
5375
|
},
|
5371
5376
|
{
|
5372
|
-
"id":
|
5377
|
+
"id": 811,
|
5373
5378
|
"name": "cellRenderer",
|
5374
5379
|
"kind": 2048,
|
5375
5380
|
"kindString": "Method",
|
@@ -5378,7 +5383,7 @@
|
|
5378
5383
|
},
|
5379
5384
|
"signatures": [
|
5380
5385
|
{
|
5381
|
-
"id":
|
5386
|
+
"id": 812,
|
5382
5387
|
"name": "cellRenderer",
|
5383
5388
|
"kind": 4096,
|
5384
5389
|
"kindString": "Call signature",
|
@@ -5388,18 +5393,18 @@
|
|
5388
5393
|
},
|
5389
5394
|
"parameters": [
|
5390
5395
|
{
|
5391
|
-
"id":
|
5396
|
+
"id": 813,
|
5392
5397
|
"name": "cellProps",
|
5393
5398
|
"kind": 32768,
|
5394
5399
|
"kindString": "Parameter",
|
5395
5400
|
"flags": {},
|
5396
5401
|
"type": {
|
5397
5402
|
"type": "reference",
|
5398
|
-
"id":
|
5403
|
+
"id": 800,
|
5399
5404
|
"typeArguments": [
|
5400
5405
|
{
|
5401
5406
|
"type": "reference",
|
5402
|
-
"id":
|
5407
|
+
"id": 828,
|
5403
5408
|
"name": "TRow"
|
5404
5409
|
}
|
5405
5410
|
],
|
@@ -5417,7 +5422,7 @@
|
|
5417
5422
|
]
|
5418
5423
|
},
|
5419
5424
|
{
|
5420
|
-
"id":
|
5425
|
+
"id": 815,
|
5421
5426
|
"name": "editRenderer",
|
5422
5427
|
"kind": 2048,
|
5423
5428
|
"kindString": "Method",
|
@@ -5426,25 +5431,25 @@
|
|
5426
5431
|
},
|
5427
5432
|
"signatures": [
|
5428
5433
|
{
|
5429
|
-
"id":
|
5434
|
+
"id": 816,
|
5430
5435
|
"name": "editRenderer",
|
5431
5436
|
"kind": 4096,
|
5432
5437
|
"kindString": "Call signature",
|
5433
5438
|
"flags": {},
|
5434
5439
|
"parameters": [
|
5435
5440
|
{
|
5436
|
-
"id":
|
5441
|
+
"id": 817,
|
5437
5442
|
"name": "cellProps",
|
5438
5443
|
"kind": 32768,
|
5439
5444
|
"kindString": "Parameter",
|
5440
5445
|
"flags": {},
|
5441
5446
|
"type": {
|
5442
5447
|
"type": "reference",
|
5443
|
-
"id":
|
5448
|
+
"id": 800,
|
5444
5449
|
"typeArguments": [
|
5445
5450
|
{
|
5446
5451
|
"type": "reference",
|
5447
|
-
"id":
|
5452
|
+
"id": 828,
|
5448
5453
|
"name": "TRow"
|
5449
5454
|
}
|
5450
5455
|
],
|
@@ -5466,7 +5471,7 @@
|
|
5466
5471
|
"TableGroupProps": {
|
5467
5472
|
"props": [
|
5468
5473
|
{
|
5469
|
-
"id":
|
5474
|
+
"id": 831,
|
5470
5475
|
"name": "children",
|
5471
5476
|
"kind": 1024,
|
5472
5477
|
"kindString": "Property",
|
@@ -5482,11 +5487,11 @@
|
|
5482
5487
|
"typeArguments": [
|
5483
5488
|
{
|
5484
5489
|
"type": "reference",
|
5485
|
-
"id":
|
5490
|
+
"id": 806,
|
5486
5491
|
"typeArguments": [
|
5487
5492
|
{
|
5488
5493
|
"type": "reference",
|
5489
|
-
"id":
|
5494
|
+
"id": 834,
|
5490
5495
|
"name": "TRow"
|
5491
5496
|
}
|
5492
5497
|
],
|
@@ -5504,11 +5509,11 @@
|
|
5504
5509
|
"typeArguments": [
|
5505
5510
|
{
|
5506
5511
|
"type": "reference",
|
5507
|
-
"id":
|
5512
|
+
"id": 806,
|
5508
5513
|
"typeArguments": [
|
5509
5514
|
{
|
5510
5515
|
"type": "reference",
|
5511
|
-
"id":
|
5516
|
+
"id": 834,
|
5512
5517
|
"name": "TRow"
|
5513
5518
|
}
|
5514
5519
|
],
|
@@ -5524,7 +5529,7 @@
|
|
5524
5529
|
}
|
5525
5530
|
},
|
5526
5531
|
{
|
5527
|
-
"id":
|
5532
|
+
"id": 832,
|
5528
5533
|
"name": "hidden",
|
5529
5534
|
"kind": 1024,
|
5530
5535
|
"kindString": "Property",
|
@@ -5540,7 +5545,7 @@
|
|
5540
5545
|
}
|
5541
5546
|
},
|
5542
5547
|
{
|
5543
|
-
"id":
|
5548
|
+
"id": 833,
|
5544
5549
|
"name": "title",
|
5545
5550
|
"kind": 1024,
|
5546
5551
|
"kindString": "Property",
|
@@ -5561,7 +5566,7 @@
|
|
5561
5566
|
],
|
5562
5567
|
"props": [
|
5563
5568
|
{
|
5564
|
-
"id":
|
5569
|
+
"id": 870,
|
5565
5570
|
"name": "actions",
|
5566
5571
|
"kind": 1024,
|
5567
5572
|
"kindString": "Property",
|
@@ -5575,11 +5580,11 @@
|
|
5575
5580
|
"type": "array",
|
5576
5581
|
"elementType": {
|
5577
5582
|
"type": "reference",
|
5578
|
-
"id":
|
5583
|
+
"id": 783,
|
5579
5584
|
"typeArguments": [
|
5580
5585
|
{
|
5581
5586
|
"type": "reference",
|
5582
|
-
"id":
|
5587
|
+
"id": 875,
|
5583
5588
|
"name": "TRow"
|
5584
5589
|
}
|
5585
5590
|
],
|
@@ -5588,7 +5593,7 @@
|
|
5588
5593
|
}
|
5589
5594
|
},
|
5590
5595
|
{
|
5591
|
-
"id":
|
5596
|
+
"id": 837,
|
5592
5597
|
"name": "autoFocus",
|
5593
5598
|
"kind": 1024,
|
5594
5599
|
"kindString": "Property",
|
@@ -5604,7 +5609,7 @@
|
|
5604
5609
|
}
|
5605
5610
|
},
|
5606
5611
|
{
|
5607
|
-
"id":
|
5612
|
+
"id": 838,
|
5608
5613
|
"name": "children",
|
5609
5614
|
"kind": 1024,
|
5610
5615
|
"kindString": "Property",
|
@@ -5617,7 +5622,7 @@
|
|
5617
5622
|
"typeArguments": [
|
5618
5623
|
{
|
5619
5624
|
"type": "reference",
|
5620
|
-
"id":
|
5625
|
+
"id": 875,
|
5621
5626
|
"name": "TRow"
|
5622
5627
|
}
|
5623
5628
|
],
|
@@ -5625,7 +5630,7 @@
|
|
5625
5630
|
}
|
5626
5631
|
},
|
5627
5632
|
{
|
5628
|
-
"id":
|
5633
|
+
"id": 840,
|
5629
5634
|
"name": "dangerouslyHijackGlobalKeyboardNavigation",
|
5630
5635
|
"kind": 1024,
|
5631
5636
|
"kindString": "Property",
|
@@ -5641,7 +5646,7 @@
|
|
5641
5646
|
}
|
5642
5647
|
},
|
5643
5648
|
{
|
5644
|
-
"id":
|
5649
|
+
"id": 839,
|
5645
5650
|
"name": "data",
|
5646
5651
|
"kind": 1024,
|
5647
5652
|
"kindString": "Property",
|
@@ -5653,11 +5658,11 @@
|
|
5653
5658
|
"type": "array",
|
5654
5659
|
"elementType": {
|
5655
5660
|
"type": "reference",
|
5656
|
-
"id":
|
5661
|
+
"id": 743,
|
5657
5662
|
"typeArguments": [
|
5658
5663
|
{
|
5659
5664
|
"type": "reference",
|
5660
|
-
"id":
|
5665
|
+
"id": 875,
|
5661
5666
|
"name": "TRow"
|
5662
5667
|
}
|
5663
5668
|
],
|
@@ -5666,7 +5671,7 @@
|
|
5666
5671
|
}
|
5667
5672
|
},
|
5668
5673
|
{
|
5669
|
-
"id":
|
5674
|
+
"id": 859,
|
5670
5675
|
"name": "disablePagination",
|
5671
5676
|
"kind": 1024,
|
5672
5677
|
"kindString": "Property",
|
@@ -5679,7 +5684,7 @@
|
|
5679
5684
|
}
|
5680
5685
|
},
|
5681
5686
|
{
|
5682
|
-
"id":
|
5687
|
+
"id": 855,
|
5683
5688
|
"name": "disableSorting",
|
5684
5689
|
"kind": 1024,
|
5685
5690
|
"kindString": "Property",
|
@@ -5695,7 +5700,7 @@
|
|
5695
5700
|
}
|
5696
5701
|
},
|
5697
5702
|
{
|
5698
|
-
"id":
|
5703
|
+
"id": 868,
|
5699
5704
|
"name": "inlineEditingUniqueId",
|
5700
5705
|
"kind": 1024,
|
5701
5706
|
"kindString": "Property",
|
@@ -5710,13 +5715,13 @@
|
|
5710
5715
|
"operator": "keyof",
|
5711
5716
|
"target": {
|
5712
5717
|
"type": "reference",
|
5713
|
-
"id":
|
5718
|
+
"id": 875,
|
5714
5719
|
"name": "TRow"
|
5715
5720
|
}
|
5716
5721
|
}
|
5717
5722
|
},
|
5718
5723
|
{
|
5719
|
-
"id":
|
5724
|
+
"id": 860,
|
5720
5725
|
"name": "length",
|
5721
5726
|
"kind": 1024,
|
5722
5727
|
"kindString": "Property",
|
@@ -5729,7 +5734,7 @@
|
|
5729
5734
|
}
|
5730
5735
|
},
|
5731
5736
|
{
|
5732
|
-
"id":
|
5737
|
+
"id": 857,
|
5733
5738
|
"name": "manualSorting",
|
5734
5739
|
"kind": 1024,
|
5735
5740
|
"kindString": "Property",
|
@@ -5745,7 +5750,7 @@
|
|
5745
5750
|
}
|
5746
5751
|
},
|
5747
5752
|
{
|
5748
|
-
"id":
|
5753
|
+
"id": 861,
|
5749
5754
|
"name": "onPaginate",
|
5750
5755
|
"kind": 1024,
|
5751
5756
|
"kindString": "Property",
|
@@ -5757,12 +5762,12 @@
|
|
5757
5762
|
},
|
5758
5763
|
"type": {
|
5759
5764
|
"type": "reference",
|
5760
|
-
"id":
|
5765
|
+
"id": 738,
|
5761
5766
|
"name": "PaginationHandler"
|
5762
5767
|
}
|
5763
5768
|
},
|
5764
5769
|
{
|
5765
|
-
"id":
|
5770
|
+
"id": 874,
|
5766
5771
|
"name": "onRowActive",
|
5767
5772
|
"kind": 1024,
|
5768
5773
|
"kindString": "Property",
|
@@ -5777,7 +5782,7 @@
|
|
5777
5782
|
"typeArguments": [
|
5778
5783
|
{
|
5779
5784
|
"type": "reference",
|
5780
|
-
"id":
|
5785
|
+
"id": 875,
|
5781
5786
|
"name": "TRow"
|
5782
5787
|
}
|
5783
5788
|
],
|
@@ -5785,7 +5790,7 @@
|
|
5785
5790
|
}
|
5786
5791
|
},
|
5787
5792
|
{
|
5788
|
-
"id":
|
5793
|
+
"id": 843,
|
5789
5794
|
"name": "onRowClick",
|
5790
5795
|
"kind": 1024,
|
5791
5796
|
"kindString": "Property",
|
@@ -5797,11 +5802,11 @@
|
|
5797
5802
|
},
|
5798
5803
|
"type": {
|
5799
5804
|
"type": "reference",
|
5800
|
-
"id":
|
5805
|
+
"id": 749,
|
5801
5806
|
"typeArguments": [
|
5802
5807
|
{
|
5803
5808
|
"type": "reference",
|
5804
|
-
"id":
|
5809
|
+
"id": 875,
|
5805
5810
|
"name": "TRow"
|
5806
5811
|
}
|
5807
5812
|
],
|
@@ -5809,7 +5814,7 @@
|
|
5809
5814
|
}
|
5810
5815
|
},
|
5811
5816
|
{
|
5812
|
-
"id":
|
5817
|
+
"id": 872,
|
5813
5818
|
"name": "onRowCopy",
|
5814
5819
|
"kind": 1024,
|
5815
5820
|
"kindString": "Property",
|
@@ -5821,11 +5826,11 @@
|
|
5821
5826
|
},
|
5822
5827
|
"type": {
|
5823
5828
|
"type": "reference",
|
5824
|
-
"id":
|
5829
|
+
"id": 771,
|
5825
5830
|
"typeArguments": [
|
5826
5831
|
{
|
5827
5832
|
"type": "reference",
|
5828
|
-
"id":
|
5833
|
+
"id": 875,
|
5829
5834
|
"name": "TRow"
|
5830
5835
|
}
|
5831
5836
|
],
|
@@ -5833,7 +5838,7 @@
|
|
5833
5838
|
}
|
5834
5839
|
},
|
5835
5840
|
{
|
5836
|
-
"id":
|
5841
|
+
"id": 869,
|
5837
5842
|
"name": "onRowCreate",
|
5838
5843
|
"kind": 1024,
|
5839
5844
|
"kindString": "Property",
|
@@ -5845,11 +5850,11 @@
|
|
5845
5850
|
},
|
5846
5851
|
"type": {
|
5847
5852
|
"type": "reference",
|
5848
|
-
"id":
|
5853
|
+
"id": 765,
|
5849
5854
|
"typeArguments": [
|
5850
5855
|
{
|
5851
5856
|
"type": "reference",
|
5852
|
-
"id":
|
5857
|
+
"id": 875,
|
5853
5858
|
"name": "TRow"
|
5854
5859
|
}
|
5855
5860
|
],
|
@@ -5857,7 +5862,7 @@
|
|
5857
5862
|
}
|
5858
5863
|
},
|
5859
5864
|
{
|
5860
|
-
"id":
|
5865
|
+
"id": 873,
|
5861
5866
|
"name": "onRowDelete",
|
5862
5867
|
"kind": 1024,
|
5863
5868
|
"kindString": "Property",
|
@@ -5869,11 +5874,11 @@
|
|
5869
5874
|
},
|
5870
5875
|
"type": {
|
5871
5876
|
"type": "reference",
|
5872
|
-
"id":
|
5877
|
+
"id": 777,
|
5873
5878
|
"typeArguments": [
|
5874
5879
|
{
|
5875
5880
|
"type": "reference",
|
5876
|
-
"id":
|
5881
|
+
"id": 875,
|
5877
5882
|
"name": "TRow"
|
5878
5883
|
}
|
5879
5884
|
],
|
@@ -5881,7 +5886,7 @@
|
|
5881
5886
|
}
|
5882
5887
|
},
|
5883
5888
|
{
|
5884
|
-
"id":
|
5889
|
+
"id": 844,
|
5885
5890
|
"name": "onRowDrag",
|
5886
5891
|
"kind": 1024,
|
5887
5892
|
"kindString": "Property",
|
@@ -5893,11 +5898,11 @@
|
|
5893
5898
|
},
|
5894
5899
|
"type": {
|
5895
5900
|
"type": "reference",
|
5896
|
-
"id":
|
5901
|
+
"id": 755,
|
5897
5902
|
"typeArguments": [
|
5898
5903
|
{
|
5899
5904
|
"type": "reference",
|
5900
|
-
"id":
|
5905
|
+
"id": 875,
|
5901
5906
|
"name": "TRow"
|
5902
5907
|
}
|
5903
5908
|
],
|
@@ -5905,7 +5910,7 @@
|
|
5905
5910
|
}
|
5906
5911
|
},
|
5907
5912
|
{
|
5908
|
-
"id":
|
5913
|
+
"id": 871,
|
5909
5914
|
"name": "onRowEdit",
|
5910
5915
|
"kind": 1024,
|
5911
5916
|
"kindString": "Property",
|
@@ -5920,7 +5925,7 @@
|
|
5920
5925
|
"typeArguments": [
|
5921
5926
|
{
|
5922
5927
|
"type": "reference",
|
5923
|
-
"id":
|
5928
|
+
"id": 875,
|
5924
5929
|
"name": "TRow"
|
5925
5930
|
}
|
5926
5931
|
],
|
@@ -5928,7 +5933,7 @@
|
|
5928
5933
|
}
|
5929
5934
|
},
|
5930
5935
|
{
|
5931
|
-
"id":
|
5936
|
+
"id": 845,
|
5932
5937
|
"name": "onSelectedRows",
|
5933
5938
|
"kind": 1024,
|
5934
5939
|
"kindString": "Property",
|
@@ -5940,12 +5945,12 @@
|
|
5940
5945
|
},
|
5941
5946
|
"type": {
|
5942
5947
|
"type": "reference",
|
5943
|
-
"id":
|
5948
|
+
"id": 785,
|
5944
5949
|
"name": "SelectedRowsHandler"
|
5945
5950
|
}
|
5946
5951
|
},
|
5947
5952
|
{
|
5948
|
-
"id":
|
5953
|
+
"id": 856,
|
5949
5954
|
"name": "onSort",
|
5950
5955
|
"kind": 1024,
|
5951
5956
|
"kindString": "Property",
|
@@ -5957,11 +5962,11 @@
|
|
5957
5962
|
},
|
5958
5963
|
"type": {
|
5959
5964
|
"type": "reference",
|
5960
|
-
"id":
|
5965
|
+
"id": 788,
|
5961
5966
|
"typeArguments": [
|
5962
5967
|
{
|
5963
5968
|
"type": "reference",
|
5964
|
-
"id":
|
5969
|
+
"id": 875,
|
5965
5970
|
"name": "TRow"
|
5966
5971
|
}
|
5967
5972
|
],
|
@@ -5969,7 +5974,7 @@
|
|
5969
5974
|
}
|
5970
5975
|
},
|
5971
5976
|
{
|
5972
|
-
"id":
|
5977
|
+
"id": 862,
|
5973
5978
|
"name": "pageIndex",
|
5974
5979
|
"kind": 1024,
|
5975
5980
|
"kindString": "Property",
|
@@ -5985,7 +5990,7 @@
|
|
5985
5990
|
}
|
5986
5991
|
},
|
5987
5992
|
{
|
5988
|
-
"id":
|
5993
|
+
"id": 863,
|
5989
5994
|
"name": "pageSize",
|
5990
5995
|
"kind": 1024,
|
5991
5996
|
"kindString": "Property",
|
@@ -6001,7 +6006,7 @@
|
|
6001
6006
|
}
|
6002
6007
|
},
|
6003
6008
|
{
|
6004
|
-
"id":
|
6009
|
+
"id": 846,
|
6005
6010
|
"name": "rowClassName",
|
6006
6011
|
"kind": 1024,
|
6007
6012
|
"kindString": "Property",
|
@@ -6021,32 +6026,32 @@
|
|
6021
6026
|
{
|
6022
6027
|
"type": "reflection",
|
6023
6028
|
"declaration": {
|
6024
|
-
"id":
|
6029
|
+
"id": 847,
|
6025
6030
|
"name": "__type",
|
6026
6031
|
"kind": 65536,
|
6027
6032
|
"kindString": "Type literal",
|
6028
6033
|
"flags": {},
|
6029
6034
|
"signatures": [
|
6030
6035
|
{
|
6031
|
-
"id":
|
6036
|
+
"id": 848,
|
6032
6037
|
"name": "__type",
|
6033
6038
|
"kind": 4096,
|
6034
6039
|
"kindString": "Call signature",
|
6035
6040
|
"flags": {},
|
6036
6041
|
"parameters": [
|
6037
6042
|
{
|
6038
|
-
"id":
|
6043
|
+
"id": 849,
|
6039
6044
|
"name": "row",
|
6040
6045
|
"kind": 32768,
|
6041
6046
|
"kindString": "Parameter",
|
6042
6047
|
"flags": {},
|
6043
6048
|
"type": {
|
6044
6049
|
"type": "reference",
|
6045
|
-
"id":
|
6050
|
+
"id": 876,
|
6046
6051
|
"typeArguments": [
|
6047
6052
|
{
|
6048
6053
|
"type": "reference",
|
6049
|
-
"id":
|
6054
|
+
"id": 875,
|
6050
6055
|
"name": "TRow"
|
6051
6056
|
}
|
6052
6057
|
],
|
@@ -6075,7 +6080,7 @@
|
|
6075
6080
|
}
|
6076
6081
|
},
|
6077
6082
|
{
|
6078
|
-
"id":
|
6083
|
+
"id": 853,
|
6079
6084
|
"name": "rowHeight",
|
6080
6085
|
"kind": 1024,
|
6081
6086
|
"kindString": "Property",
|
@@ -6091,7 +6096,7 @@
|
|
6091
6096
|
}
|
6092
6097
|
},
|
6093
6098
|
{
|
6094
|
-
"id":
|
6099
|
+
"id": 854,
|
6095
6100
|
"name": "selectedRows",
|
6096
6101
|
"kind": 1024,
|
6097
6102
|
"kindString": "Property",
|
@@ -6103,12 +6108,12 @@
|
|
6103
6108
|
},
|
6104
6109
|
"type": {
|
6105
6110
|
"type": "reference",
|
6106
|
-
"id":
|
6111
|
+
"id": 786,
|
6107
6112
|
"name": "SelectedRowsState"
|
6108
6113
|
}
|
6109
6114
|
},
|
6110
6115
|
{
|
6111
|
-
"id":
|
6116
|
+
"id": 858,
|
6112
6117
|
"name": "sortRules",
|
6113
6118
|
"kind": 1024,
|
6114
6119
|
"kindString": "Property",
|
@@ -6122,11 +6127,11 @@
|
|
6122
6127
|
"type": "array",
|
6123
6128
|
"elementType": {
|
6124
6129
|
"type": "reference",
|
6125
|
-
"id":
|
6130
|
+
"id": 794,
|
6126
6131
|
"typeArguments": [
|
6127
6132
|
{
|
6128
6133
|
"type": "reference",
|
6129
|
-
"id":
|
6134
|
+
"id": 875,
|
6130
6135
|
"name": "TRow"
|
6131
6136
|
}
|
6132
6137
|
],
|
@@ -6135,7 +6140,7 @@
|
|
6135
6140
|
}
|
6136
6141
|
},
|
6137
6142
|
{
|
6138
|
-
"id":
|
6143
|
+
"id": 841,
|
6139
6144
|
"name": "emptyStateRenderer",
|
6140
6145
|
"kind": 2048,
|
6141
6146
|
"kindString": "Method",
|
@@ -6144,7 +6149,7 @@
|
|
6144
6149
|
},
|
6145
6150
|
"signatures": [
|
6146
6151
|
{
|
6147
|
-
"id":
|
6152
|
+
"id": 842,
|
6148
6153
|
"name": "emptyStateRenderer",
|
6149
6154
|
"kind": 4096,
|
6150
6155
|
"kindString": "Call signature",
|
@@ -6162,7 +6167,7 @@
|
|
6162
6167
|
]
|
6163
6168
|
},
|
6164
6169
|
{
|
6165
|
-
"id":
|
6170
|
+
"id": 864,
|
6166
6171
|
"name": "loadMore",
|
6167
6172
|
"kind": 2048,
|
6168
6173
|
"kindString": "Method",
|
@@ -6171,7 +6176,7 @@
|
|
6171
6176
|
},
|
6172
6177
|
"signatures": [
|
6173
6178
|
{
|
6174
|
-
"id":
|
6179
|
+
"id": 865,
|
6175
6180
|
"name": "loadMore",
|
6176
6181
|
"kind": 4096,
|
6177
6182
|
"kindString": "Call signature",
|
@@ -6181,7 +6186,7 @@
|
|
6181
6186
|
},
|
6182
6187
|
"parameters": [
|
6183
6188
|
{
|
6184
|
-
"id":
|
6189
|
+
"id": 866,
|
6185
6190
|
"name": "startIndex",
|
6186
6191
|
"kind": 32768,
|
6187
6192
|
"kindString": "Parameter",
|
@@ -6192,7 +6197,7 @@
|
|
6192
6197
|
}
|
6193
6198
|
},
|
6194
6199
|
{
|
6195
|
-
"id":
|
6200
|
+
"id": 867,
|
6196
6201
|
"name": "endIndex",
|
6197
6202
|
"kind": 32768,
|
6198
6203
|
"kindString": "Parameter",
|
@@ -6211,7 +6216,7 @@
|
|
6211
6216
|
]
|
6212
6217
|
},
|
6213
6218
|
{
|
6214
|
-
"id":
|
6219
|
+
"id": 850,
|
6215
6220
|
"name": "rowExpansionRenderer",
|
6216
6221
|
"kind": 2048,
|
6217
6222
|
"kindString": "Method",
|
@@ -6220,7 +6225,7 @@
|
|
6220
6225
|
},
|
6221
6226
|
"signatures": [
|
6222
6227
|
{
|
6223
|
-
"id":
|
6228
|
+
"id": 851,
|
6224
6229
|
"name": "rowExpansionRenderer",
|
6225
6230
|
"kind": 4096,
|
6226
6231
|
"kindString": "Call signature",
|
@@ -6230,18 +6235,18 @@
|
|
6230
6235
|
},
|
6231
6236
|
"parameters": [
|
6232
6237
|
{
|
6233
|
-
"id":
|
6238
|
+
"id": 852,
|
6234
6239
|
"name": "row",
|
6235
6240
|
"kind": 32768,
|
6236
6241
|
"kindString": "Parameter",
|
6237
6242
|
"flags": {},
|
6238
6243
|
"type": {
|
6239
6244
|
"type": "reference",
|
6240
|
-
"id":
|
6245
|
+
"id": 876,
|
6241
6246
|
"typeArguments": [
|
6242
6247
|
{
|
6243
6248
|
"type": "reference",
|
6244
|
-
"id":
|
6249
|
+
"id": 875,
|
6245
6250
|
"name": "TRow"
|
6246
6251
|
}
|
6247
6252
|
],
|
@@ -6266,7 +6271,7 @@
|
|
6266
6271
|
],
|
6267
6272
|
"props": [
|
6268
6273
|
{
|
6269
|
-
"id":
|
6274
|
+
"id": 891,
|
6270
6275
|
"name": "instance",
|
6271
6276
|
"kind": 1024,
|
6272
6277
|
"kindString": "Property",
|
@@ -6274,14 +6279,14 @@
|
|
6274
6279
|
"type": {
|
6275
6280
|
"type": "reflection",
|
6276
6281
|
"declaration": {
|
6277
|
-
"id":
|
6282
|
+
"id": 892,
|
6278
6283
|
"name": "__type",
|
6279
6284
|
"kind": 65536,
|
6280
6285
|
"kindString": "Type literal",
|
6281
6286
|
"flags": {},
|
6282
6287
|
"children": [
|
6283
6288
|
{
|
6284
|
-
"id":
|
6289
|
+
"id": 898,
|
6285
6290
|
"name": "resetRowEditing",
|
6286
6291
|
"kind": 1024,
|
6287
6292
|
"kindString": "Property",
|
@@ -6292,7 +6297,7 @@
|
|
6292
6297
|
}
|
6293
6298
|
},
|
6294
6299
|
{
|
6295
|
-
"id":
|
6300
|
+
"id": 893,
|
6296
6301
|
"name": "toggleAllRowsExpanded",
|
6297
6302
|
"kind": 1024,
|
6298
6303
|
"kindString": "Property",
|
@@ -6303,7 +6308,7 @@
|
|
6303
6308
|
}
|
6304
6309
|
},
|
6305
6310
|
{
|
6306
|
-
"id":
|
6311
|
+
"id": 896,
|
6307
6312
|
"name": "toggleEditing",
|
6308
6313
|
"kind": 1024,
|
6309
6314
|
"kindString": "Property",
|
@@ -6314,7 +6319,7 @@
|
|
6314
6319
|
}
|
6315
6320
|
},
|
6316
6321
|
{
|
6317
|
-
"id":
|
6322
|
+
"id": 894,
|
6318
6323
|
"name": "toggleHideAllColumns",
|
6319
6324
|
"kind": 1024,
|
6320
6325
|
"kindString": "Property",
|
@@ -6325,7 +6330,7 @@
|
|
6325
6330
|
}
|
6326
6331
|
},
|
6327
6332
|
{
|
6328
|
-
"id":
|
6333
|
+
"id": 895,
|
6329
6334
|
"name": "toggleHideColumn",
|
6330
6335
|
"kind": 1024,
|
6331
6336
|
"kindString": "Property",
|
@@ -6336,7 +6341,7 @@
|
|
6336
6341
|
}
|
6337
6342
|
},
|
6338
6343
|
{
|
6339
|
-
"id":
|
6344
|
+
"id": 897,
|
6340
6345
|
"name": "toggleRowEditing",
|
6341
6346
|
"kind": 1024,
|
6342
6347
|
"kindString": "Property",
|
@@ -6347,7 +6352,7 @@
|
|
6347
6352
|
}
|
6348
6353
|
},
|
6349
6354
|
{
|
6350
|
-
"id":
|
6355
|
+
"id": 899,
|
6351
6356
|
"name": "toggleRowExpanded",
|
6352
6357
|
"kind": 1024,
|
6353
6358
|
"kindString": "Property",
|
@@ -6358,7 +6363,7 @@
|
|
6358
6363
|
}
|
6359
6364
|
},
|
6360
6365
|
{
|
6361
|
-
"id":
|
6366
|
+
"id": 900,
|
6362
6367
|
"name": "toggleSortBy",
|
6363
6368
|
"kind": 1024,
|
6364
6369
|
"kindString": "Property",
|
@@ -6374,14 +6379,14 @@
|
|
6374
6379
|
"title": "Properties",
|
6375
6380
|
"kind": 1024,
|
6376
6381
|
"children": [
|
6377
|
-
|
6378
|
-
892,
|
6379
|
-
895,
|
6382
|
+
898,
|
6380
6383
|
893,
|
6381
|
-
894,
|
6382
6384
|
896,
|
6383
|
-
|
6384
|
-
|
6385
|
+
894,
|
6386
|
+
895,
|
6387
|
+
897,
|
6388
|
+
899,
|
6389
|
+
900
|
6385
6390
|
]
|
6386
6391
|
}
|
6387
6392
|
]
|
@@ -6393,7 +6398,7 @@
|
|
6393
6398
|
"TableRow": {
|
6394
6399
|
"props": [
|
6395
6400
|
{
|
6396
|
-
"id":
|
6401
|
+
"id": 880,
|
6397
6402
|
"name": "depth",
|
6398
6403
|
"kind": 1024,
|
6399
6404
|
"kindString": "Property",
|
@@ -6406,7 +6411,7 @@
|
|
6406
6411
|
}
|
6407
6412
|
},
|
6408
6413
|
{
|
6409
|
-
"id":
|
6414
|
+
"id": 878,
|
6410
6415
|
"name": "index",
|
6411
6416
|
"kind": 1024,
|
6412
6417
|
"kindString": "Property",
|
@@ -6420,7 +6425,7 @@
|
|
6420
6425
|
}
|
6421
6426
|
},
|
6422
6427
|
{
|
6423
|
-
"id":
|
6428
|
+
"id": 879,
|
6424
6429
|
"name": "indexPath",
|
6425
6430
|
"kind": 1024,
|
6426
6431
|
"kindString": "Property",
|
@@ -6434,7 +6439,7 @@
|
|
6434
6439
|
}
|
6435
6440
|
},
|
6436
6441
|
{
|
6437
|
-
"id":
|
6442
|
+
"id": 885,
|
6438
6443
|
"name": "isEditing",
|
6439
6444
|
"kind": 1024,
|
6440
6445
|
"kindString": "Property",
|
@@ -6447,7 +6452,7 @@
|
|
6447
6452
|
}
|
6448
6453
|
},
|
6449
6454
|
{
|
6450
|
-
"id":
|
6455
|
+
"id": 881,
|
6451
6456
|
"name": "isExpanded",
|
6452
6457
|
"kind": 1024,
|
6453
6458
|
"kindString": "Property",
|
@@ -6463,7 +6468,7 @@
|
|
6463
6468
|
}
|
6464
6469
|
},
|
6465
6470
|
{
|
6466
|
-
"id":
|
6471
|
+
"id": 884,
|
6467
6472
|
"name": "values",
|
6468
6473
|
"kind": 1024,
|
6469
6474
|
"kindString": "Property",
|
@@ -6473,11 +6478,11 @@
|
|
6473
6478
|
},
|
6474
6479
|
"type": {
|
6475
6480
|
"type": "reference",
|
6476
|
-
"id":
|
6481
|
+
"id": 743,
|
6477
6482
|
"typeArguments": [
|
6478
6483
|
{
|
6479
6484
|
"type": "reference",
|
6480
|
-
"id":
|
6485
|
+
"id": 888,
|
6481
6486
|
"name": "TRow"
|
6482
6487
|
}
|
6483
6488
|
],
|
@@ -6485,7 +6490,7 @@
|
|
6485
6490
|
}
|
6486
6491
|
},
|
6487
6492
|
{
|
6488
|
-
"id":
|
6493
|
+
"id": 886,
|
6489
6494
|
"name": "toggleRowEditing",
|
6490
6495
|
"kind": 2048,
|
6491
6496
|
"kindString": "Method",
|
@@ -6494,7 +6499,7 @@
|
|
6494
6499
|
},
|
6495
6500
|
"signatures": [
|
6496
6501
|
{
|
6497
|
-
"id":
|
6502
|
+
"id": 887,
|
6498
6503
|
"name": "toggleRowEditing",
|
6499
6504
|
"kind": 4096,
|
6500
6505
|
"kindString": "Call signature",
|
@@ -6507,7 +6512,7 @@
|
|
6507
6512
|
]
|
6508
6513
|
},
|
6509
6514
|
{
|
6510
|
-
"id":
|
6515
|
+
"id": 882,
|
6511
6516
|
"name": "toggleRowExpanded",
|
6512
6517
|
"kind": 2048,
|
6513
6518
|
"kindString": "Method",
|
@@ -6516,7 +6521,7 @@
|
|
6516
6521
|
},
|
6517
6522
|
"signatures": [
|
6518
6523
|
{
|
6519
|
-
"id":
|
6524
|
+
"id": 883,
|
6520
6525
|
"name": "toggleRowExpanded",
|
6521
6526
|
"kind": 4096,
|
6522
6527
|
"kindString": "Call signature",
|
@@ -6536,7 +6541,7 @@
|
|
6536
6541
|
"TableTexts": {
|
6537
6542
|
"props": [
|
6538
6543
|
{
|
6539
|
-
"id":
|
6544
|
+
"id": 903,
|
6540
6545
|
"name": "actions",
|
6541
6546
|
"kind": 1024,
|
6542
6547
|
"kindString": "Property",
|
@@ -6547,7 +6552,7 @@
|
|
6547
6552
|
}
|
6548
6553
|
},
|
6549
6554
|
{
|
6550
|
-
"id":
|
6555
|
+
"id": 905,
|
6551
6556
|
"name": "copy",
|
6552
6557
|
"kind": 1024,
|
6553
6558
|
"kindString": "Property",
|
@@ -6558,7 +6563,7 @@
|
|
6558
6563
|
}
|
6559
6564
|
},
|
6560
6565
|
{
|
6561
|
-
"id":
|
6566
|
+
"id": 906,
|
6562
6567
|
"name": "del",
|
6563
6568
|
"kind": 1024,
|
6564
6569
|
"kindString": "Property",
|
@@ -6569,7 +6574,7 @@
|
|
6569
6574
|
}
|
6570
6575
|
},
|
6571
6576
|
{
|
6572
|
-
"id":
|
6577
|
+
"id": 904,
|
6573
6578
|
"name": "edit",
|
6574
6579
|
"kind": 1024,
|
6575
6580
|
"kindString": "Property",
|
@@ -6580,7 +6585,7 @@
|
|
6580
6585
|
}
|
6581
6586
|
},
|
6582
6587
|
{
|
6583
|
-
"id":
|
6588
|
+
"id": 908,
|
6584
6589
|
"name": "loading",
|
6585
6590
|
"kind": 1024,
|
6586
6591
|
"kindString": "Property",
|
@@ -6591,7 +6596,7 @@
|
|
6591
6596
|
}
|
6592
6597
|
},
|
6593
6598
|
{
|
6594
|
-
"id":
|
6599
|
+
"id": 907,
|
6595
6600
|
"name": "newSubRow",
|
6596
6601
|
"kind": 1024,
|
6597
6602
|
"kindString": "Property",
|
@@ -6609,7 +6614,7 @@
|
|
6609
6614
|
],
|
6610
6615
|
"props": [
|
6611
6616
|
{
|
6612
|
-
"id":
|
6617
|
+
"id": 961,
|
6613
6618
|
"name": "children",
|
6614
6619
|
"kind": 1024,
|
6615
6620
|
"kindString": "Property",
|
@@ -6625,7 +6630,7 @@
|
|
6625
6630
|
}
|
6626
6631
|
},
|
6627
6632
|
{
|
6628
|
-
"id":
|
6633
|
+
"id": 960,
|
6629
6634
|
"name": "defaultId",
|
6630
6635
|
"kind": 1024,
|
6631
6636
|
"kindString": "Property",
|
@@ -6641,7 +6646,7 @@
|
|
6641
6646
|
}
|
6642
6647
|
},
|
6643
6648
|
{
|
6644
|
-
"id":
|
6649
|
+
"id": 959,
|
6645
6650
|
"name": "id",
|
6646
6651
|
"kind": 1024,
|
6647
6652
|
"kindString": "Property",
|
@@ -6657,7 +6662,7 @@
|
|
6657
6662
|
}
|
6658
6663
|
},
|
6659
6664
|
{
|
6660
|
-
"id":
|
6665
|
+
"id": 962,
|
6661
6666
|
"name": "orientation",
|
6662
6667
|
"kind": 1024,
|
6663
6668
|
"kindString": "Property",
|
@@ -6680,7 +6685,7 @@
|
|
6680
6685
|
}
|
6681
6686
|
},
|
6682
6687
|
{
|
6683
|
-
"id":
|
6688
|
+
"id": 963,
|
6684
6689
|
"name": "onChange",
|
6685
6690
|
"kind": 2048,
|
6686
6691
|
"kindString": "Method",
|
@@ -6689,7 +6694,7 @@
|
|
6689
6694
|
},
|
6690
6695
|
"signatures": [
|
6691
6696
|
{
|
6692
|
-
"id":
|
6697
|
+
"id": 964,
|
6693
6698
|
"name": "onChange",
|
6694
6699
|
"kind": 4096,
|
6695
6700
|
"kindString": "Call signature",
|
@@ -6699,7 +6704,7 @@
|
|
6699
6704
|
},
|
6700
6705
|
"parameters": [
|
6701
6706
|
{
|
6702
|
-
"id":
|
6707
|
+
"id": 965,
|
6703
6708
|
"name": "id",
|
6704
6709
|
"kind": 32768,
|
6705
6710
|
"kindString": "Parameter",
|
@@ -6722,7 +6727,7 @@
|
|
6722
6727
|
"Taco": {
|
6723
6728
|
"props": [
|
6724
6729
|
{
|
6725
|
-
"id":
|
6730
|
+
"id": 601,
|
6726
6731
|
"name": "localization",
|
6727
6732
|
"kind": 1024,
|
6728
6733
|
"kindString": "Property",
|
@@ -6732,7 +6737,7 @@
|
|
6732
6737
|
},
|
6733
6738
|
"type": {
|
6734
6739
|
"type": "reference",
|
6735
|
-
"id":
|
6740
|
+
"id": 592,
|
6736
6741
|
"name": "Localization"
|
6737
6742
|
}
|
6738
6743
|
}
|
@@ -6744,7 +6749,7 @@
|
|
6744
6749
|
],
|
6745
6750
|
"props": [
|
6746
6751
|
{
|
6747
|
-
"id":
|
6752
|
+
"id": 982,
|
6748
6753
|
"name": "highlighted",
|
6749
6754
|
"kind": 1024,
|
6750
6755
|
"kindString": "Property",
|
@@ -6760,24 +6765,20 @@
|
|
6760
6765
|
}
|
6761
6766
|
},
|
6762
6767
|
{
|
6763
|
-
"id":
|
6764
|
-
"name": "
|
6768
|
+
"id": 983,
|
6769
|
+
"name": "invalid",
|
6765
6770
|
"kind": 1024,
|
6766
6771
|
"kindString": "Property",
|
6767
6772
|
"flags": {
|
6768
6773
|
"isOptional": true
|
6769
6774
|
},
|
6770
|
-
"comment": {
|
6771
|
-
"shortText": "State will change the style of the textarea"
|
6772
|
-
},
|
6773
6775
|
"type": {
|
6774
|
-
"type": "
|
6775
|
-
"
|
6776
|
-
"name": "State"
|
6776
|
+
"type": "intrinsic",
|
6777
|
+
"name": "boolean"
|
6777
6778
|
}
|
6778
6779
|
},
|
6779
6780
|
{
|
6780
|
-
"id":
|
6781
|
+
"id": 984,
|
6781
6782
|
"name": "value",
|
6782
6783
|
"kind": 1024,
|
6783
6784
|
"kindString": "Property",
|
@@ -6800,7 +6801,7 @@
|
|
6800
6801
|
],
|
6801
6802
|
"props": [
|
6802
6803
|
{
|
6803
|
-
"id":
|
6804
|
+
"id": 1024,
|
6804
6805
|
"name": "children",
|
6805
6806
|
"kind": 1024,
|
6806
6807
|
"kindString": "Property",
|
@@ -6825,7 +6826,7 @@
|
|
6825
6826
|
}
|
6826
6827
|
},
|
6827
6828
|
{
|
6828
|
-
"id":
|
6829
|
+
"id": 1026,
|
6829
6830
|
"name": "placement",
|
6830
6831
|
"kind": 1024,
|
6831
6832
|
"kindString": "Property",
|
@@ -6864,7 +6865,7 @@
|
|
6864
6865
|
}
|
6865
6866
|
},
|
6866
6867
|
{
|
6867
|
-
"id":
|
6868
|
+
"id": 1025,
|
6868
6869
|
"name": "title",
|
6869
6870
|
"kind": 1024,
|
6870
6871
|
"kindString": "Property",
|
@@ -6882,7 +6883,7 @@
|
|
6882
6883
|
"TourProps": {
|
6883
6884
|
"props": [
|
6884
6885
|
{
|
6885
|
-
"id":
|
6886
|
+
"id": 1052,
|
6886
6887
|
"name": "autoStart",
|
6887
6888
|
"kind": 1024,
|
6888
6889
|
"kindString": "Property",
|
@@ -6898,7 +6899,7 @@
|
|
6898
6899
|
}
|
6899
6900
|
},
|
6900
6901
|
{
|
6901
|
-
"id":
|
6902
|
+
"id": 1053,
|
6902
6903
|
"name": "children",
|
6903
6904
|
"kind": 1024,
|
6904
6905
|
"kindString": "Property",
|
@@ -6912,7 +6913,7 @@
|
|
6912
6913
|
}
|
6913
6914
|
},
|
6914
6915
|
{
|
6915
|
-
"id":
|
6916
|
+
"id": 1054,
|
6916
6917
|
"name": "continuous",
|
6917
6918
|
"kind": 1024,
|
6918
6919
|
"kindString": "Property",
|
@@ -6928,7 +6929,7 @@
|
|
6928
6929
|
}
|
6929
6930
|
},
|
6930
6931
|
{
|
6931
|
-
"id":
|
6932
|
+
"id": 1055,
|
6932
6933
|
"name": "disableCloseOnEsc",
|
6933
6934
|
"kind": 1024,
|
6934
6935
|
"kindString": "Property",
|
@@ -6944,7 +6945,7 @@
|
|
6944
6945
|
}
|
6945
6946
|
},
|
6946
6947
|
{
|
6947
|
-
"id":
|
6948
|
+
"id": 1056,
|
6948
6949
|
"name": "disableOverlayClose",
|
6949
6950
|
"kind": 1024,
|
6950
6951
|
"kindString": "Property",
|
@@ -6960,7 +6961,7 @@
|
|
6960
6961
|
}
|
6961
6962
|
},
|
6962
6963
|
{
|
6963
|
-
"id":
|
6964
|
+
"id": 1066,
|
6964
6965
|
"name": "disableScrollParentFix",
|
6965
6966
|
"kind": 1024,
|
6966
6967
|
"kindString": "Property",
|
@@ -6973,7 +6974,7 @@
|
|
6973
6974
|
}
|
6974
6975
|
},
|
6975
6976
|
{
|
6976
|
-
"id":
|
6977
|
+
"id": 1057,
|
6977
6978
|
"name": "disableScrolling",
|
6978
6979
|
"kind": 1024,
|
6979
6980
|
"kindString": "Property",
|
@@ -6989,7 +6990,7 @@
|
|
6989
6990
|
}
|
6990
6991
|
},
|
6991
6992
|
{
|
6992
|
-
"id":
|
6993
|
+
"id": 1061,
|
6993
6994
|
"name": "onComplete",
|
6994
6995
|
"kind": 1024,
|
6995
6996
|
"kindString": "Property",
|
@@ -7004,7 +7005,7 @@
|
|
7004
7005
|
}
|
7005
7006
|
},
|
7006
7007
|
{
|
7007
|
-
"id":
|
7008
|
+
"id": 1065,
|
7008
7009
|
"name": "spotlightClicks",
|
7009
7010
|
"kind": 1024,
|
7010
7011
|
"kindString": "Property",
|
@@ -7017,7 +7018,7 @@
|
|
7017
7018
|
}
|
7018
7019
|
},
|
7019
7020
|
{
|
7020
|
-
"id":
|
7021
|
+
"id": 1058,
|
7021
7022
|
"name": "onClose",
|
7022
7023
|
"kind": 2048,
|
7023
7024
|
"kindString": "Method",
|
@@ -7026,21 +7027,21 @@
|
|
7026
7027
|
},
|
7027
7028
|
"signatures": [
|
7028
7029
|
{
|
7029
|
-
"id":
|
7030
|
+
"id": 1059,
|
7030
7031
|
"name": "onClose",
|
7031
7032
|
"kind": 4096,
|
7032
7033
|
"kindString": "Call signature",
|
7033
7034
|
"flags": {},
|
7034
7035
|
"parameters": [
|
7035
7036
|
{
|
7036
|
-
"id":
|
7037
|
+
"id": 1060,
|
7037
7038
|
"name": "step",
|
7038
7039
|
"kind": 32768,
|
7039
7040
|
"kindString": "Parameter",
|
7040
7041
|
"flags": {},
|
7041
7042
|
"type": {
|
7042
7043
|
"type": "reference",
|
7043
|
-
"id":
|
7044
|
+
"id": 1040,
|
7044
7045
|
"name": "TourStepProps"
|
7045
7046
|
}
|
7046
7047
|
}
|
@@ -7053,7 +7054,7 @@
|
|
7053
7054
|
]
|
7054
7055
|
},
|
7055
7056
|
{
|
7056
|
-
"id":
|
7057
|
+
"id": 1062,
|
7057
7058
|
"name": "onReady",
|
7058
7059
|
"kind": 2048,
|
7059
7060
|
"kindString": "Method",
|
@@ -7062,7 +7063,7 @@
|
|
7062
7063
|
},
|
7063
7064
|
"signatures": [
|
7064
7065
|
{
|
7065
|
-
"id":
|
7066
|
+
"id": 1063,
|
7066
7067
|
"name": "onReady",
|
7067
7068
|
"kind": 4096,
|
7068
7069
|
"kindString": "Call signature",
|
@@ -7072,14 +7073,14 @@
|
|
7072
7073
|
},
|
7073
7074
|
"parameters": [
|
7074
7075
|
{
|
7075
|
-
"id":
|
7076
|
+
"id": 1064,
|
7076
7077
|
"name": "step",
|
7077
7078
|
"kind": 32768,
|
7078
7079
|
"kindString": "Parameter",
|
7079
7080
|
"flags": {},
|
7080
7081
|
"type": {
|
7081
7082
|
"type": "reference",
|
7082
|
-
"id":
|
7083
|
+
"id": 1040,
|
7083
7084
|
"name": "TourStepProps"
|
7084
7085
|
}
|
7085
7086
|
}
|
@@ -7096,7 +7097,7 @@
|
|
7096
7097
|
"TourStepProps": {
|
7097
7098
|
"props": [
|
7098
7099
|
{
|
7099
|
-
"id":
|
7100
|
+
"id": 1042,
|
7100
7101
|
"name": "children",
|
7101
7102
|
"kind": 1024,
|
7102
7103
|
"kindString": "Property",
|
@@ -7112,7 +7113,7 @@
|
|
7112
7113
|
}
|
7113
7114
|
},
|
7114
7115
|
{
|
7115
|
-
"id":
|
7116
|
+
"id": 1043,
|
7116
7117
|
"name": "position",
|
7117
7118
|
"kind": 1024,
|
7118
7119
|
"kindString": "Property",
|
@@ -7130,7 +7131,7 @@
|
|
7130
7131
|
}
|
7131
7132
|
},
|
7132
7133
|
{
|
7133
|
-
"id":
|
7134
|
+
"id": 1044,
|
7134
7135
|
"name": "selector",
|
7135
7136
|
"kind": 1024,
|
7136
7137
|
"kindString": "Property",
|
@@ -7144,7 +7145,7 @@
|
|
7144
7145
|
}
|
7145
7146
|
},
|
7146
7147
|
{
|
7147
|
-
"id":
|
7148
|
+
"id": 1045,
|
7148
7149
|
"name": "showBeacon",
|
7149
7150
|
"kind": 1024,
|
7150
7151
|
"kindString": "Property",
|
@@ -7160,7 +7161,7 @@
|
|
7160
7161
|
}
|
7161
7162
|
},
|
7162
7163
|
{
|
7163
|
-
"id":
|
7164
|
+
"id": 1046,
|
7164
7165
|
"name": "title",
|
7165
7166
|
"kind": 1024,
|
7166
7167
|
"kindString": "Property",
|
@@ -7178,7 +7179,7 @@
|
|
7178
7179
|
"TourTexts": {
|
7179
7180
|
"props": [
|
7180
7181
|
{
|
7181
|
-
"id":
|
7182
|
+
"id": 1034,
|
7182
7183
|
"name": "back",
|
7183
7184
|
"kind": 1024,
|
7184
7185
|
"kindString": "Property",
|
@@ -7192,7 +7193,7 @@
|
|
7192
7193
|
}
|
7193
7194
|
},
|
7194
7195
|
{
|
7195
|
-
"id":
|
7196
|
+
"id": 1035,
|
7196
7197
|
"name": "close",
|
7197
7198
|
"kind": 1024,
|
7198
7199
|
"kindString": "Property",
|
@@ -7206,7 +7207,7 @@
|
|
7206
7207
|
}
|
7207
7208
|
},
|
7208
7209
|
{
|
7209
|
-
"id":
|
7210
|
+
"id": 1037,
|
7210
7211
|
"name": "last",
|
7211
7212
|
"kind": 1024,
|
7212
7213
|
"kindString": "Property",
|
@@ -7220,7 +7221,7 @@
|
|
7220
7221
|
}
|
7221
7222
|
},
|
7222
7223
|
{
|
7223
|
-
"id":
|
7224
|
+
"id": 1038,
|
7224
7225
|
"name": "next",
|
7225
7226
|
"kind": 1024,
|
7226
7227
|
"kindString": "Property",
|
@@ -7234,7 +7235,7 @@
|
|
7234
7235
|
}
|
7235
7236
|
},
|
7236
7237
|
{
|
7237
|
-
"id":
|
7238
|
+
"id": 1039,
|
7238
7239
|
"name": "open",
|
7239
7240
|
"kind": 1024,
|
7240
7241
|
"kindString": "Property",
|
@@ -7248,7 +7249,7 @@
|
|
7248
7249
|
}
|
7249
7250
|
},
|
7250
7251
|
{
|
7251
|
-
"id":
|
7252
|
+
"id": 1036,
|
7252
7253
|
"name": "skip",
|
7253
7254
|
"kind": 1024,
|
7254
7255
|
"kindString": "Property",
|
@@ -7269,7 +7270,7 @@
|
|
7269
7270
|
],
|
7270
7271
|
"props": [
|
7271
7272
|
{
|
7272
|
-
"id":
|
7273
|
+
"id": 1083,
|
7273
7274
|
"name": "className",
|
7274
7275
|
"kind": 1024,
|
7275
7276
|
"kindString": "Property",
|
@@ -7289,21 +7290,21 @@
|
|
7289
7290
|
{
|
7290
7291
|
"type": "reflection",
|
7291
7292
|
"declaration": {
|
7292
|
-
"id":
|
7293
|
+
"id": 1084,
|
7293
7294
|
"name": "__type",
|
7294
7295
|
"kind": 65536,
|
7295
7296
|
"kindString": "Type literal",
|
7296
7297
|
"flags": {},
|
7297
7298
|
"signatures": [
|
7298
7299
|
{
|
7299
|
-
"id":
|
7300
|
+
"id": 1085,
|
7300
7301
|
"name": "__type",
|
7301
7302
|
"kind": 4096,
|
7302
7303
|
"kindString": "Call signature",
|
7303
7304
|
"flags": {},
|
7304
7305
|
"parameters": [
|
7305
7306
|
{
|
7306
|
-
"id":
|
7307
|
+
"id": 1086,
|
7307
7308
|
"name": "expanded",
|
7308
7309
|
"kind": 32768,
|
7309
7310
|
"kindString": "Parameter",
|
@@ -7326,7 +7327,7 @@
|
|
7326
7327
|
}
|
7327
7328
|
},
|
7328
7329
|
{
|
7329
|
-
"id":
|
7330
|
+
"id": 1087,
|
7330
7331
|
"name": "expanded",
|
7331
7332
|
"kind": 1024,
|
7332
7333
|
"kindString": "Property",
|
@@ -7342,7 +7343,7 @@
|
|
7342
7343
|
}
|
7343
7344
|
},
|
7344
7345
|
{
|
7345
|
-
"id":
|
7346
|
+
"id": 1088,
|
7346
7347
|
"name": "fixed",
|
7347
7348
|
"kind": 1024,
|
7348
7349
|
"kindString": "Property",
|
@@ -7358,7 +7359,7 @@
|
|
7358
7359
|
}
|
7359
7360
|
},
|
7360
7361
|
{
|
7361
|
-
"id":
|
7362
|
+
"id": 1093,
|
7362
7363
|
"name": "title",
|
7363
7364
|
"kind": 1024,
|
7364
7365
|
"kindString": "Property",
|
@@ -7378,21 +7379,21 @@
|
|
7378
7379
|
{
|
7379
7380
|
"type": "reflection",
|
7380
7381
|
"declaration": {
|
7381
|
-
"id":
|
7382
|
+
"id": 1094,
|
7382
7383
|
"name": "__type",
|
7383
7384
|
"kind": 65536,
|
7384
7385
|
"kindString": "Type literal",
|
7385
7386
|
"flags": {},
|
7386
7387
|
"signatures": [
|
7387
7388
|
{
|
7388
|
-
"id":
|
7389
|
+
"id": 1095,
|
7389
7390
|
"name": "__type",
|
7390
7391
|
"kind": 4096,
|
7391
7392
|
"kindString": "Call signature",
|
7392
7393
|
"flags": {},
|
7393
7394
|
"parameters": [
|
7394
7395
|
{
|
7395
|
-
"id":
|
7396
|
+
"id": 1096,
|
7396
7397
|
"name": "expanded",
|
7397
7398
|
"kind": 32768,
|
7398
7399
|
"kindString": "Parameter",
|
@@ -7417,7 +7418,7 @@
|
|
7417
7418
|
}
|
7418
7419
|
},
|
7419
7420
|
{
|
7420
|
-
"id":
|
7421
|
+
"id": 1089,
|
7421
7422
|
"name": "onClick",
|
7422
7423
|
"kind": 2048,
|
7423
7424
|
"kindString": "Method",
|
@@ -7426,7 +7427,7 @@
|
|
7426
7427
|
},
|
7427
7428
|
"signatures": [
|
7428
7429
|
{
|
7429
|
-
"id":
|
7430
|
+
"id": 1090,
|
7430
7431
|
"name": "onClick",
|
7431
7432
|
"kind": 4096,
|
7432
7433
|
"kindString": "Call signature",
|
@@ -7436,7 +7437,7 @@
|
|
7436
7437
|
},
|
7437
7438
|
"parameters": [
|
7438
7439
|
{
|
7439
|
-
"id":
|
7440
|
+
"id": 1091,
|
7440
7441
|
"name": "event",
|
7441
7442
|
"kind": 32768,
|
7442
7443
|
"kindString": "Parameter",
|
@@ -7463,7 +7464,7 @@
|
|
7463
7464
|
}
|
7464
7465
|
},
|
7465
7466
|
{
|
7466
|
-
"id":
|
7467
|
+
"id": 1092,
|
7467
7468
|
"name": "expanded",
|
7468
7469
|
"kind": 32768,
|
7469
7470
|
"kindString": "Parameter",
|
@@ -7488,7 +7489,7 @@
|
|
7488
7489
|
"useListKeyboardNavigationOptions": {
|
7489
7490
|
"props": [
|
7490
7491
|
{
|
7491
|
-
"id":
|
7492
|
+
"id": 1126,
|
7492
7493
|
"name": "direction",
|
7493
7494
|
"kind": 1024,
|
7494
7495
|
"kindString": "Property",
|
@@ -7502,7 +7503,7 @@
|
|
7502
7503
|
}
|
7503
7504
|
},
|
7504
7505
|
{
|
7505
|
-
"id":
|
7506
|
+
"id": 1127,
|
7506
7507
|
"name": "initialIndex",
|
7507
7508
|
"kind": 1024,
|
7508
7509
|
"kindString": "Property",
|
@@ -7519,7 +7520,7 @@
|
|
7519
7520
|
"usePaginationValues": {
|
7520
7521
|
"props": [
|
7521
7522
|
{
|
7522
|
-
"id":
|
7523
|
+
"id": 538,
|
7523
7524
|
"name": "pageIndex",
|
7524
7525
|
"kind": 1024,
|
7525
7526
|
"kindString": "Property",
|
@@ -7533,7 +7534,7 @@
|
|
7533
7534
|
}
|
7534
7535
|
},
|
7535
7536
|
{
|
7536
|
-
"id":
|
7537
|
+
"id": 539,
|
7537
7538
|
"name": "pageSize",
|
7538
7539
|
"kind": 1024,
|
7539
7540
|
"kindString": "Property",
|
@@ -7547,14 +7548,14 @@
|
|
7547
7548
|
}
|
7548
7549
|
},
|
7549
7550
|
{
|
7550
|
-
"id":
|
7551
|
+
"id": 540,
|
7551
7552
|
"name": "setPageIndex",
|
7552
7553
|
"kind": 2048,
|
7553
7554
|
"kindString": "Method",
|
7554
7555
|
"flags": {},
|
7555
7556
|
"signatures": [
|
7556
7557
|
{
|
7557
|
-
"id":
|
7558
|
+
"id": 541,
|
7558
7559
|
"name": "setPageIndex",
|
7559
7560
|
"kind": 4096,
|
7560
7561
|
"kindString": "Call signature",
|
@@ -7564,7 +7565,7 @@
|
|
7564
7565
|
},
|
7565
7566
|
"parameters": [
|
7566
7567
|
{
|
7567
|
-
"id":
|
7568
|
+
"id": 542,
|
7568
7569
|
"name": "pageIndex",
|
7569
7570
|
"kind": 32768,
|
7570
7571
|
"kindString": "Parameter",
|
@@ -7583,14 +7584,14 @@
|
|
7583
7584
|
]
|
7584
7585
|
},
|
7585
7586
|
{
|
7586
|
-
"id":
|
7587
|
+
"id": 543,
|
7587
7588
|
"name": "setPageSize",
|
7588
7589
|
"kind": 2048,
|
7589
7590
|
"kindString": "Method",
|
7590
7591
|
"flags": {},
|
7591
7592
|
"signatures": [
|
7592
7593
|
{
|
7593
|
-
"id":
|
7594
|
+
"id": 544,
|
7594
7595
|
"name": "setPageSize",
|
7595
7596
|
"kind": 4096,
|
7596
7597
|
"kindString": "Call signature",
|
@@ -7600,7 +7601,7 @@
|
|
7600
7601
|
},
|
7601
7602
|
"parameters": [
|
7602
7603
|
{
|
7603
|
-
"id":
|
7604
|
+
"id": 545,
|
7604
7605
|
"name": "size",
|
7605
7606
|
"kind": 32768,
|
7606
7607
|
"kindString": "Parameter",
|
@@ -7623,7 +7624,7 @@
|
|
7623
7624
|
"useTableRowCreation": {
|
7624
7625
|
"props": [
|
7625
7626
|
{
|
7626
|
-
"id":
|
7627
|
+
"id": 947,
|
7627
7628
|
"name": "data",
|
7628
7629
|
"kind": 1024,
|
7629
7630
|
"kindString": "Property",
|
@@ -7632,11 +7633,11 @@
|
|
7632
7633
|
"type": "array",
|
7633
7634
|
"elementType": {
|
7634
7635
|
"type": "reference",
|
7635
|
-
"id":
|
7636
|
+
"id": 743,
|
7636
7637
|
"typeArguments": [
|
7637
7638
|
{
|
7638
7639
|
"type": "reference",
|
7639
|
-
"id":
|
7640
|
+
"id": 956,
|
7640
7641
|
"name": "TRow"
|
7641
7642
|
}
|
7642
7643
|
],
|
@@ -7645,7 +7646,7 @@
|
|
7645
7646
|
}
|
7646
7647
|
},
|
7647
7648
|
{
|
7648
|
-
"id":
|
7649
|
+
"id": 955,
|
7649
7650
|
"name": "isCreating",
|
7650
7651
|
"kind": 1024,
|
7651
7652
|
"kindString": "Property",
|
@@ -7656,33 +7657,33 @@
|
|
7656
7657
|
}
|
7657
7658
|
},
|
7658
7659
|
{
|
7659
|
-
"id":
|
7660
|
+
"id": 948,
|
7660
7661
|
"name": "create",
|
7661
7662
|
"kind": 2048,
|
7662
7663
|
"kindString": "Method",
|
7663
7664
|
"flags": {},
|
7664
7665
|
"signatures": [
|
7665
7666
|
{
|
7666
|
-
"id":
|
7667
|
+
"id": 949,
|
7667
7668
|
"name": "create",
|
7668
7669
|
"kind": 4096,
|
7669
7670
|
"kindString": "Call signature",
|
7670
7671
|
"flags": {},
|
7671
7672
|
"parameters": [
|
7672
7673
|
{
|
7673
|
-
"id":
|
7674
|
+
"id": 950,
|
7674
7675
|
"name": "rowIndexPath",
|
7675
7676
|
"kind": 32768,
|
7676
7677
|
"kindString": "Parameter",
|
7677
7678
|
"flags": {},
|
7678
7679
|
"type": {
|
7679
7680
|
"type": "reference",
|
7680
|
-
"id":
|
7681
|
+
"id": 748,
|
7681
7682
|
"name": "RowIndexPath"
|
7682
7683
|
}
|
7683
7684
|
},
|
7684
7685
|
{
|
7685
|
-
"id":
|
7686
|
+
"id": 951,
|
7686
7687
|
"name": "values",
|
7687
7688
|
"kind": 32768,
|
7688
7689
|
"kindString": "Parameter",
|
@@ -7697,35 +7698,35 @@
|
|
7697
7698
|
],
|
7698
7699
|
"type": {
|
7699
7700
|
"type": "reference",
|
7700
|
-
"id":
|
7701
|
+
"id": 748,
|
7701
7702
|
"name": "RowIndexPath"
|
7702
7703
|
}
|
7703
7704
|
}
|
7704
7705
|
]
|
7705
7706
|
},
|
7706
7707
|
{
|
7707
|
-
"id":
|
7708
|
+
"id": 952,
|
7708
7709
|
"name": "remove",
|
7709
7710
|
"kind": 2048,
|
7710
7711
|
"kindString": "Method",
|
7711
7712
|
"flags": {},
|
7712
7713
|
"signatures": [
|
7713
7714
|
{
|
7714
|
-
"id":
|
7715
|
+
"id": 953,
|
7715
7716
|
"name": "remove",
|
7716
7717
|
"kind": 4096,
|
7717
7718
|
"kindString": "Call signature",
|
7718
7719
|
"flags": {},
|
7719
7720
|
"parameters": [
|
7720
7721
|
{
|
7721
|
-
"id":
|
7722
|
+
"id": 954,
|
7722
7723
|
"name": "rowIndexPath",
|
7723
7724
|
"kind": 32768,
|
7724
7725
|
"kindString": "Parameter",
|
7725
7726
|
"flags": {},
|
7726
7727
|
"type": {
|
7727
7728
|
"type": "reference",
|
7728
|
-
"id":
|
7729
|
+
"id": 748,
|
7729
7730
|
"name": "RowIndexPath"
|
7730
7731
|
}
|
7731
7732
|
}
|