@next-bricks/form 1.15.19 → 1.15.20
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/bricks.json +29 -29
- package/dist/chunks/{5347.c78ea3ac.js → 5347.00500d5b.js} +3 -3
- package/dist/chunks/{5347.c78ea3ac.js.map → 5347.00500d5b.js.map} +1 -1
- package/dist/chunks/{eo-color-picker.6690abaf.js → eo-color-picker.2ca173ad.js} +2 -2
- package/dist/chunks/{eo-color-picker.6690abaf.js.map → eo-color-picker.2ca173ad.js.map} +1 -1
- package/dist/chunks/{main.b1b4878e.js → main.7b4f5b14.js} +2 -2
- package/dist/chunks/{main.b1b4878e.js.map → main.7b4f5b14.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.71da0358.js → index.78c877f2.js} +2 -2
- package/dist/{index.71da0358.js.map → index.78c877f2.js.map} +1 -1
- package/dist/manifest.json +509 -509
- package/dist/types.json +598 -598
- package/package.json +2 -2
- /package/dist/chunks/{5347.c78ea3ac.js.LICENSE.txt → 5347.00500d5b.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1827,6 +1827,381 @@
|
|
|
1827
1827
|
}
|
|
1828
1828
|
]
|
|
1829
1829
|
},
|
|
1830
|
+
"eo-form": {
|
|
1831
|
+
"properties": [
|
|
1832
|
+
{
|
|
1833
|
+
"name": "staticValues",
|
|
1834
|
+
"annotation": {
|
|
1835
|
+
"type": "reference",
|
|
1836
|
+
"typeName": {
|
|
1837
|
+
"type": "identifier",
|
|
1838
|
+
"name": "Record"
|
|
1839
|
+
},
|
|
1840
|
+
"typeParameters": {
|
|
1841
|
+
"type": "typeParameterInstantiation",
|
|
1842
|
+
"params": [
|
|
1843
|
+
{
|
|
1844
|
+
"type": "keyword",
|
|
1845
|
+
"value": "string"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"type": "keyword",
|
|
1849
|
+
"value": "unknown"
|
|
1850
|
+
}
|
|
1851
|
+
]
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"name": "layout",
|
|
1857
|
+
"annotation": {
|
|
1858
|
+
"type": "reference",
|
|
1859
|
+
"typeName": {
|
|
1860
|
+
"type": "identifier",
|
|
1861
|
+
"name": "Layout"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"name": "size",
|
|
1867
|
+
"annotation": {
|
|
1868
|
+
"type": "reference",
|
|
1869
|
+
"typeName": {
|
|
1870
|
+
"type": "identifier",
|
|
1871
|
+
"name": "ComponentSize"
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "labelCol",
|
|
1877
|
+
"annotation": {
|
|
1878
|
+
"type": "reference",
|
|
1879
|
+
"typeName": {
|
|
1880
|
+
"type": "identifier",
|
|
1881
|
+
"name": "ColProps"
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"name": "wrapperCol",
|
|
1887
|
+
"annotation": {
|
|
1888
|
+
"type": "reference",
|
|
1889
|
+
"typeName": {
|
|
1890
|
+
"type": "identifier",
|
|
1891
|
+
"name": "ColProps"
|
|
1892
|
+
}
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "formStyle",
|
|
1897
|
+
"annotation": {
|
|
1898
|
+
"type": "reference",
|
|
1899
|
+
"typeName": {
|
|
1900
|
+
"type": "qualifiedName",
|
|
1901
|
+
"left": {
|
|
1902
|
+
"type": "identifier",
|
|
1903
|
+
"name": "React"
|
|
1904
|
+
},
|
|
1905
|
+
"right": {
|
|
1906
|
+
"type": "identifier",
|
|
1907
|
+
"name": "CSSProperties"
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "textContent",
|
|
1914
|
+
"annotation": {
|
|
1915
|
+
"type": "keyword",
|
|
1916
|
+
"value": "string"
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
],
|
|
1920
|
+
"events": [
|
|
1921
|
+
{
|
|
1922
|
+
"name": "values.change",
|
|
1923
|
+
"detail": {
|
|
1924
|
+
"annotation": {
|
|
1925
|
+
"type": "reference",
|
|
1926
|
+
"typeName": {
|
|
1927
|
+
"type": "identifier",
|
|
1928
|
+
"name": "Record"
|
|
1929
|
+
},
|
|
1930
|
+
"typeParameters": {
|
|
1931
|
+
"type": "typeParameterInstantiation",
|
|
1932
|
+
"params": [
|
|
1933
|
+
{
|
|
1934
|
+
"type": "keyword",
|
|
1935
|
+
"value": "string"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "keyword",
|
|
1939
|
+
"value": "unknown"
|
|
1940
|
+
}
|
|
1941
|
+
]
|
|
1942
|
+
}
|
|
1943
|
+
}
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "validate.success",
|
|
1948
|
+
"detail": {
|
|
1949
|
+
"annotation": {
|
|
1950
|
+
"type": "reference",
|
|
1951
|
+
"typeName": {
|
|
1952
|
+
"type": "identifier",
|
|
1953
|
+
"name": "Record"
|
|
1954
|
+
},
|
|
1955
|
+
"typeParameters": {
|
|
1956
|
+
"type": "typeParameterInstantiation",
|
|
1957
|
+
"params": [
|
|
1958
|
+
{
|
|
1959
|
+
"type": "keyword",
|
|
1960
|
+
"value": "string"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"type": "keyword",
|
|
1964
|
+
"value": "unknown"
|
|
1965
|
+
}
|
|
1966
|
+
]
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"name": "validate.error",
|
|
1973
|
+
"detail": {
|
|
1974
|
+
"annotation": {
|
|
1975
|
+
"type": "array",
|
|
1976
|
+
"elementType": {
|
|
1977
|
+
"type": "parenthesizedType",
|
|
1978
|
+
"annotation": {
|
|
1979
|
+
"type": "intersection",
|
|
1980
|
+
"types": [
|
|
1981
|
+
{
|
|
1982
|
+
"type": "reference",
|
|
1983
|
+
"typeName": {
|
|
1984
|
+
"type": "identifier",
|
|
1985
|
+
"name": "MessageBody"
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"type": "typeLiteral",
|
|
1990
|
+
"members": [
|
|
1991
|
+
{
|
|
1992
|
+
"type": "propertySignature",
|
|
1993
|
+
"key": {
|
|
1994
|
+
"type": "identifier",
|
|
1995
|
+
"name": "name"
|
|
1996
|
+
},
|
|
1997
|
+
"annotation": {
|
|
1998
|
+
"type": "keyword",
|
|
1999
|
+
"value": "string"
|
|
2000
|
+
},
|
|
2001
|
+
"computed": false
|
|
2002
|
+
}
|
|
2003
|
+
]
|
|
2004
|
+
}
|
|
2005
|
+
]
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
}
|
|
2011
|
+
],
|
|
2012
|
+
"methods": [
|
|
2013
|
+
{
|
|
2014
|
+
"name": "validate",
|
|
2015
|
+
"params": [],
|
|
2016
|
+
"returns": {
|
|
2017
|
+
"annotation": {
|
|
2018
|
+
"type": "union",
|
|
2019
|
+
"types": [
|
|
2020
|
+
{
|
|
2021
|
+
"type": "keyword",
|
|
2022
|
+
"value": "boolean"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"type": "reference",
|
|
2026
|
+
"typeName": {
|
|
2027
|
+
"type": "identifier",
|
|
2028
|
+
"name": "Record"
|
|
2029
|
+
},
|
|
2030
|
+
"typeParameters": {
|
|
2031
|
+
"type": "typeParameterInstantiation",
|
|
2032
|
+
"params": [
|
|
2033
|
+
{
|
|
2034
|
+
"type": "keyword",
|
|
2035
|
+
"value": "string"
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"type": "keyword",
|
|
2039
|
+
"value": "unknown"
|
|
2040
|
+
}
|
|
2041
|
+
]
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"name": "setInitValue",
|
|
2050
|
+
"params": [
|
|
2051
|
+
{
|
|
2052
|
+
"name": "values",
|
|
2053
|
+
"annotation": {
|
|
2054
|
+
"type": "reference",
|
|
2055
|
+
"typeName": {
|
|
2056
|
+
"type": "identifier",
|
|
2057
|
+
"name": "Record"
|
|
2058
|
+
},
|
|
2059
|
+
"typeParameters": {
|
|
2060
|
+
"type": "typeParameterInstantiation",
|
|
2061
|
+
"params": [
|
|
2062
|
+
{
|
|
2063
|
+
"type": "keyword",
|
|
2064
|
+
"value": "string"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"type": "keyword",
|
|
2068
|
+
"value": "unknown"
|
|
2069
|
+
}
|
|
2070
|
+
]
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"name": "options",
|
|
2076
|
+
"annotation": {
|
|
2077
|
+
"type": "typeLiteral",
|
|
2078
|
+
"members": [
|
|
2079
|
+
{
|
|
2080
|
+
"type": "propertySignature",
|
|
2081
|
+
"key": {
|
|
2082
|
+
"type": "identifier",
|
|
2083
|
+
"name": "runInMacrotask"
|
|
2084
|
+
},
|
|
2085
|
+
"annotation": {
|
|
2086
|
+
"type": "keyword",
|
|
2087
|
+
"value": "boolean"
|
|
2088
|
+
},
|
|
2089
|
+
"optional": true,
|
|
2090
|
+
"computed": false
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"type": "propertySignature",
|
|
2094
|
+
"key": {
|
|
2095
|
+
"type": "identifier",
|
|
2096
|
+
"name": "runInMicrotask"
|
|
2097
|
+
},
|
|
2098
|
+
"annotation": {
|
|
2099
|
+
"type": "keyword",
|
|
2100
|
+
"value": "boolean"
|
|
2101
|
+
},
|
|
2102
|
+
"optional": true,
|
|
2103
|
+
"computed": false
|
|
2104
|
+
}
|
|
2105
|
+
]
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
],
|
|
2109
|
+
"returns": {}
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "resetFields",
|
|
2113
|
+
"params": [
|
|
2114
|
+
{
|
|
2115
|
+
"name": "name",
|
|
2116
|
+
"annotation": {
|
|
2117
|
+
"type": "keyword",
|
|
2118
|
+
"value": "string"
|
|
2119
|
+
}
|
|
2120
|
+
}
|
|
2121
|
+
],
|
|
2122
|
+
"returns": {}
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"name": "getFieldsValue",
|
|
2126
|
+
"params": [
|
|
2127
|
+
{
|
|
2128
|
+
"name": "name",
|
|
2129
|
+
"annotation": {
|
|
2130
|
+
"type": "keyword",
|
|
2131
|
+
"value": "string"
|
|
2132
|
+
}
|
|
2133
|
+
}
|
|
2134
|
+
],
|
|
2135
|
+
"returns": {}
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"name": "validateField",
|
|
2139
|
+
"params": [
|
|
2140
|
+
{
|
|
2141
|
+
"name": "name",
|
|
2142
|
+
"annotation": {
|
|
2143
|
+
"type": "keyword",
|
|
2144
|
+
"value": "string"
|
|
2145
|
+
}
|
|
2146
|
+
}
|
|
2147
|
+
],
|
|
2148
|
+
"returns": {}
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"name": "resetValidateState",
|
|
2152
|
+
"params": [],
|
|
2153
|
+
"returns": {}
|
|
2154
|
+
}
|
|
2155
|
+
],
|
|
2156
|
+
"types": [
|
|
2157
|
+
{
|
|
2158
|
+
"type": "typeAlias",
|
|
2159
|
+
"name": "Layout",
|
|
2160
|
+
"annotation": {
|
|
2161
|
+
"type": "union",
|
|
2162
|
+
"types": [
|
|
2163
|
+
{
|
|
2164
|
+
"type": "jsLiteral",
|
|
2165
|
+
"value": "horizontal"
|
|
2166
|
+
},
|
|
2167
|
+
{
|
|
2168
|
+
"type": "jsLiteral",
|
|
2169
|
+
"value": "vertical"
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"type": "jsLiteral",
|
|
2173
|
+
"value": "inline"
|
|
2174
|
+
}
|
|
2175
|
+
]
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"type": "typeAlias",
|
|
2180
|
+
"name": "ComponentSize",
|
|
2181
|
+
"annotation": {
|
|
2182
|
+
"type": "union",
|
|
2183
|
+
"types": [
|
|
2184
|
+
{
|
|
2185
|
+
"type": "jsLiteral",
|
|
2186
|
+
"value": "large"
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"type": "jsLiteral",
|
|
2190
|
+
"value": "medium"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
"type": "jsLiteral",
|
|
2194
|
+
"value": "small"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"type": "jsLiteral",
|
|
2198
|
+
"value": "xs"
|
|
2199
|
+
}
|
|
2200
|
+
]
|
|
2201
|
+
}
|
|
2202
|
+
}
|
|
2203
|
+
]
|
|
2204
|
+
},
|
|
1830
2205
|
"eo-dynamic-form-item": {
|
|
1831
2206
|
"properties": [
|
|
1832
2207
|
{
|
|
@@ -1959,84 +2334,33 @@
|
|
|
1959
2334
|
{
|
|
1960
2335
|
"type": "identifier",
|
|
1961
2336
|
"name": "row",
|
|
1962
|
-
"annotation": {
|
|
1963
|
-
"type": "reference",
|
|
1964
|
-
"typeName": {
|
|
1965
|
-
"type": "identifier",
|
|
1966
|
-
"name": "Record"
|
|
1967
|
-
},
|
|
1968
|
-
"typeParameters": {
|
|
1969
|
-
"type": "typeParameterInstantiation",
|
|
1970
|
-
"params": [
|
|
1971
|
-
{
|
|
1972
|
-
"type": "keyword",
|
|
1973
|
-
"value": "string"
|
|
1974
|
-
},
|
|
1975
|
-
{
|
|
1976
|
-
"type": "keyword",
|
|
1977
|
-
"value": "any"
|
|
1978
|
-
}
|
|
1979
|
-
]
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"type": "identifier",
|
|
1985
|
-
"name": "index",
|
|
1986
|
-
"annotation": {
|
|
1987
|
-
"type": "keyword",
|
|
1988
|
-
"value": "number"
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
|
-
],
|
|
1992
|
-
"annotation": {
|
|
1993
|
-
"type": "keyword",
|
|
1994
|
-
"value": "boolean"
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
]
|
|
1999
|
-
}
|
|
2000
|
-
},
|
|
2001
|
-
{
|
|
2002
|
-
"name": "hideAddButton",
|
|
2003
|
-
"annotation": {
|
|
2004
|
-
"type": "union",
|
|
2005
|
-
"types": [
|
|
2006
|
-
{
|
|
2007
|
-
"type": "keyword",
|
|
2008
|
-
"value": "boolean"
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"type": "parenthesizedType",
|
|
2012
|
-
"annotation": {
|
|
2013
|
-
"type": "function",
|
|
2014
|
-
"parameters": [
|
|
2337
|
+
"annotation": {
|
|
2338
|
+
"type": "reference",
|
|
2339
|
+
"typeName": {
|
|
2340
|
+
"type": "identifier",
|
|
2341
|
+
"name": "Record"
|
|
2342
|
+
},
|
|
2343
|
+
"typeParameters": {
|
|
2344
|
+
"type": "typeParameterInstantiation",
|
|
2345
|
+
"params": [
|
|
2346
|
+
{
|
|
2347
|
+
"type": "keyword",
|
|
2348
|
+
"value": "string"
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"type": "keyword",
|
|
2352
|
+
"value": "any"
|
|
2353
|
+
}
|
|
2354
|
+
]
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
},
|
|
2015
2358
|
{
|
|
2016
2359
|
"type": "identifier",
|
|
2017
|
-
"name": "
|
|
2360
|
+
"name": "index",
|
|
2018
2361
|
"annotation": {
|
|
2019
|
-
"type": "
|
|
2020
|
-
"
|
|
2021
|
-
"type": "reference",
|
|
2022
|
-
"typeName": {
|
|
2023
|
-
"type": "identifier",
|
|
2024
|
-
"name": "Record"
|
|
2025
|
-
},
|
|
2026
|
-
"typeParameters": {
|
|
2027
|
-
"type": "typeParameterInstantiation",
|
|
2028
|
-
"params": [
|
|
2029
|
-
{
|
|
2030
|
-
"type": "keyword",
|
|
2031
|
-
"value": "string"
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"type": "keyword",
|
|
2035
|
-
"value": "any"
|
|
2036
|
-
}
|
|
2037
|
-
]
|
|
2038
|
-
}
|
|
2039
|
-
}
|
|
2362
|
+
"type": "keyword",
|
|
2363
|
+
"value": "number"
|
|
2040
2364
|
}
|
|
2041
2365
|
}
|
|
2042
2366
|
],
|
|
@@ -2050,7 +2374,7 @@
|
|
|
2050
2374
|
}
|
|
2051
2375
|
},
|
|
2052
2376
|
{
|
|
2053
|
-
"name": "
|
|
2377
|
+
"name": "hideAddButton",
|
|
2054
2378
|
"annotation": {
|
|
2055
2379
|
"type": "union",
|
|
2056
2380
|
"types": [
|
|
@@ -2096,484 +2420,149 @@
|
|
|
2096
2420
|
"value": "boolean"
|
|
2097
2421
|
}
|
|
2098
2422
|
}
|
|
2099
|
-
}
|
|
2100
|
-
]
|
|
2101
|
-
}
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"name": "useBrick",
|
|
2105
|
-
"annotation": {
|
|
2106
|
-
"type": "reference",
|
|
2107
|
-
"typeName": {
|
|
2108
|
-
"type": "identifier",
|
|
2109
|
-
"name": "UseBrickConf"
|
|
2110
|
-
}
|
|
2111
|
-
}
|
|
2112
|
-
}
|
|
2113
|
-
],
|
|
2114
|
-
"events": [
|
|
2115
|
-
{
|
|
2116
|
-
"name": "change",
|
|
2117
|
-
"detail": {
|
|
2118
|
-
"annotation": {
|
|
2119
|
-
"type": "array",
|
|
2120
|
-
"elementType": {
|
|
2121
|
-
"type": "reference",
|
|
2122
|
-
"typeName": {
|
|
2123
|
-
"type": "identifier",
|
|
2124
|
-
"name": "DynamicFormValuesItem"
|
|
2125
|
-
}
|
|
2126
|
-
}
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"name": "row.add",
|
|
2132
|
-
"detail": {
|
|
2133
|
-
"annotation": {
|
|
2134
|
-
"type": "reference",
|
|
2135
|
-
"typeName": {
|
|
2136
|
-
"type": "identifier",
|
|
2137
|
-
"name": "rowDataType"
|
|
2138
|
-
}
|
|
2139
|
-
}
|
|
2140
|
-
}
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"name": "row.remove",
|
|
2144
|
-
"detail": {
|
|
2145
|
-
"annotation": {
|
|
2146
|
-
"type": "reference",
|
|
2147
|
-
"typeName": {
|
|
2148
|
-
"type": "identifier",
|
|
2149
|
-
"name": "rowDataType"
|
|
2150
|
-
}
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
|
-
}
|
|
2154
|
-
],
|
|
2155
|
-
"methods": [],
|
|
2156
|
-
"types": [
|
|
2157
|
-
{
|
|
2158
|
-
"type": "typeAlias",
|
|
2159
|
-
"name": "DynamicFormValuesItem",
|
|
2160
|
-
"annotation": {
|
|
2161
|
-
"type": "reference",
|
|
2162
|
-
"typeName": {
|
|
2163
|
-
"type": "identifier",
|
|
2164
|
-
"name": "Record"
|
|
2165
|
-
},
|
|
2166
|
-
"typeParameters": {
|
|
2167
|
-
"type": "typeParameterInstantiation",
|
|
2168
|
-
"params": [
|
|
2169
|
-
{
|
|
2170
|
-
"type": "keyword",
|
|
2171
|
-
"value": "string"
|
|
2172
|
-
},
|
|
2173
|
-
{
|
|
2174
|
-
"type": "keyword",
|
|
2175
|
-
"value": "any"
|
|
2176
|
-
}
|
|
2177
|
-
]
|
|
2178
|
-
}
|
|
2179
|
-
}
|
|
2180
|
-
},
|
|
2181
|
-
{
|
|
2182
|
-
"type": "interface",
|
|
2183
|
-
"name": "rowDataType",
|
|
2184
|
-
"body": [
|
|
2185
|
-
{
|
|
2186
|
-
"type": "propertySignature",
|
|
2187
|
-
"key": {
|
|
2188
|
-
"type": "identifier",
|
|
2189
|
-
"name": "detail"
|
|
2190
|
-
},
|
|
2191
|
-
"annotation": {
|
|
2192
|
-
"type": "reference",
|
|
2193
|
-
"typeName": {
|
|
2194
|
-
"type": "identifier",
|
|
2195
|
-
"name": "Record"
|
|
2196
|
-
},
|
|
2197
|
-
"typeParameters": {
|
|
2198
|
-
"type": "typeParameterInstantiation",
|
|
2199
|
-
"params": [
|
|
2200
|
-
{
|
|
2201
|
-
"type": "keyword",
|
|
2202
|
-
"value": "string"
|
|
2203
|
-
},
|
|
2204
|
-
{
|
|
2205
|
-
"type": "keyword",
|
|
2206
|
-
"value": "any"
|
|
2207
|
-
}
|
|
2208
|
-
]
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
"computed": false
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"type": "propertySignature",
|
|
2215
|
-
"key": {
|
|
2216
|
-
"type": "identifier",
|
|
2217
|
-
"name": "index"
|
|
2218
|
-
},
|
|
2219
|
-
"annotation": {
|
|
2220
|
-
"type": "keyword",
|
|
2221
|
-
"value": "number"
|
|
2222
|
-
},
|
|
2223
|
-
"computed": false
|
|
2224
|
-
}
|
|
2225
|
-
]
|
|
2226
|
-
}
|
|
2227
|
-
]
|
|
2228
|
-
},
|
|
2229
|
-
"eo-icon-select": {
|
|
2230
|
-
"properties": [
|
|
2231
|
-
{
|
|
2232
|
-
"name": "name",
|
|
2233
|
-
"annotation": {
|
|
2234
|
-
"type": "keyword",
|
|
2235
|
-
"value": "string"
|
|
2236
|
-
}
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "label",
|
|
2240
|
-
"annotation": {
|
|
2241
|
-
"type": "keyword",
|
|
2242
|
-
"value": "string"
|
|
2243
|
-
}
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "value",
|
|
2247
|
-
"annotation": {
|
|
2248
|
-
"type": "reference",
|
|
2249
|
-
"typeName": {
|
|
2250
|
-
"type": "identifier",
|
|
2251
|
-
"name": "Icon"
|
|
2252
|
-
}
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"name": "disabled",
|
|
2257
|
-
"annotation": {
|
|
2258
|
-
"type": "keyword",
|
|
2259
|
-
"value": "boolean"
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"name": "required",
|
|
2264
|
-
"annotation": {
|
|
2265
|
-
"type": "keyword",
|
|
2266
|
-
"value": "boolean"
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"name": "message",
|
|
2271
|
-
"annotation": {
|
|
2272
|
-
"type": "reference",
|
|
2273
|
-
"typeName": {
|
|
2274
|
-
"type": "identifier",
|
|
2275
|
-
"name": "Record"
|
|
2276
|
-
},
|
|
2277
|
-
"typeParameters": {
|
|
2278
|
-
"type": "typeParameterInstantiation",
|
|
2279
|
-
"params": [
|
|
2280
|
-
{
|
|
2281
|
-
"type": "keyword",
|
|
2282
|
-
"value": "string"
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"type": "keyword",
|
|
2286
|
-
"value": "string"
|
|
2287
|
-
}
|
|
2288
|
-
]
|
|
2289
|
-
}
|
|
2290
|
-
}
|
|
2291
|
-
}
|
|
2292
|
-
],
|
|
2293
|
-
"events": [
|
|
2294
|
-
{
|
|
2295
|
-
"name": "change",
|
|
2296
|
-
"detail": {
|
|
2297
|
-
"annotation": {
|
|
2298
|
-
"type": "union",
|
|
2299
|
-
"types": [
|
|
2300
|
-
{
|
|
2301
|
-
"type": "reference",
|
|
2302
|
-
"typeName": {
|
|
2303
|
-
"type": "identifier",
|
|
2304
|
-
"name": "Icon"
|
|
2305
|
-
}
|
|
2306
|
-
},
|
|
2307
|
-
{
|
|
2308
|
-
"type": "keyword",
|
|
2309
|
-
"value": "undefined"
|
|
2310
|
-
}
|
|
2311
|
-
]
|
|
2312
|
-
}
|
|
2423
|
+
}
|
|
2424
|
+
]
|
|
2313
2425
|
}
|
|
2314
|
-
}
|
|
2315
|
-
],
|
|
2316
|
-
"methods": [],
|
|
2317
|
-
"types": [
|
|
2426
|
+
},
|
|
2318
2427
|
{
|
|
2319
|
-
"
|
|
2320
|
-
"name": "Icon",
|
|
2428
|
+
"name": "disabledAddButton",
|
|
2321
2429
|
"annotation": {
|
|
2322
|
-
"type": "
|
|
2430
|
+
"type": "union",
|
|
2323
2431
|
"types": [
|
|
2324
2432
|
{
|
|
2325
|
-
"type": "
|
|
2326
|
-
"
|
|
2327
|
-
"type": "identifier",
|
|
2328
|
-
"name": "LibIconProps"
|
|
2329
|
-
}
|
|
2433
|
+
"type": "keyword",
|
|
2434
|
+
"value": "boolean"
|
|
2330
2435
|
},
|
|
2331
2436
|
{
|
|
2332
|
-
"type": "
|
|
2333
|
-
"
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2437
|
+
"type": "parenthesizedType",
|
|
2438
|
+
"annotation": {
|
|
2439
|
+
"type": "function",
|
|
2440
|
+
"parameters": [
|
|
2441
|
+
{
|
|
2337
2442
|
"type": "identifier",
|
|
2338
|
-
"name": "
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2443
|
+
"name": "value",
|
|
2444
|
+
"annotation": {
|
|
2445
|
+
"type": "array",
|
|
2446
|
+
"elementType": {
|
|
2447
|
+
"type": "reference",
|
|
2448
|
+
"typeName": {
|
|
2449
|
+
"type": "identifier",
|
|
2450
|
+
"name": "Record"
|
|
2451
|
+
},
|
|
2452
|
+
"typeParameters": {
|
|
2453
|
+
"type": "typeParameterInstantiation",
|
|
2454
|
+
"params": [
|
|
2455
|
+
{
|
|
2456
|
+
"type": "keyword",
|
|
2457
|
+
"value": "string"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"type": "keyword",
|
|
2461
|
+
"value": "any"
|
|
2462
|
+
}
|
|
2463
|
+
]
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
],
|
|
2469
|
+
"annotation": {
|
|
2470
|
+
"type": "keyword",
|
|
2471
|
+
"value": "boolean"
|
|
2346
2472
|
}
|
|
2347
|
-
|
|
2473
|
+
}
|
|
2348
2474
|
}
|
|
2349
2475
|
]
|
|
2350
2476
|
}
|
|
2351
|
-
}
|
|
2352
|
-
]
|
|
2353
|
-
},
|
|
2354
|
-
"eo-form": {
|
|
2355
|
-
"properties": [
|
|
2356
|
-
{
|
|
2357
|
-
"name": "staticValues",
|
|
2358
|
-
"annotation": {
|
|
2359
|
-
"type": "reference",
|
|
2360
|
-
"typeName": {
|
|
2361
|
-
"type": "identifier",
|
|
2362
|
-
"name": "Record"
|
|
2363
|
-
},
|
|
2364
|
-
"typeParameters": {
|
|
2365
|
-
"type": "typeParameterInstantiation",
|
|
2366
|
-
"params": [
|
|
2367
|
-
{
|
|
2368
|
-
"type": "keyword",
|
|
2369
|
-
"value": "string"
|
|
2370
|
-
},
|
|
2371
|
-
{
|
|
2372
|
-
"type": "keyword",
|
|
2373
|
-
"value": "unknown"
|
|
2374
|
-
}
|
|
2375
|
-
]
|
|
2376
|
-
}
|
|
2377
|
-
}
|
|
2378
|
-
},
|
|
2379
|
-
{
|
|
2380
|
-
"name": "layout",
|
|
2381
|
-
"annotation": {
|
|
2382
|
-
"type": "reference",
|
|
2383
|
-
"typeName": {
|
|
2384
|
-
"type": "identifier",
|
|
2385
|
-
"name": "Layout"
|
|
2386
|
-
}
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"name": "size",
|
|
2391
|
-
"annotation": {
|
|
2392
|
-
"type": "reference",
|
|
2393
|
-
"typeName": {
|
|
2394
|
-
"type": "identifier",
|
|
2395
|
-
"name": "ComponentSize"
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2398
|
-
},
|
|
2399
|
-
{
|
|
2400
|
-
"name": "labelCol",
|
|
2401
|
-
"annotation": {
|
|
2402
|
-
"type": "reference",
|
|
2403
|
-
"typeName": {
|
|
2404
|
-
"type": "identifier",
|
|
2405
|
-
"name": "ColProps"
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
2477
|
},
|
|
2409
2478
|
{
|
|
2410
|
-
"name": "
|
|
2479
|
+
"name": "useBrick",
|
|
2411
2480
|
"annotation": {
|
|
2412
2481
|
"type": "reference",
|
|
2413
2482
|
"typeName": {
|
|
2414
2483
|
"type": "identifier",
|
|
2415
|
-
"name": "
|
|
2416
|
-
}
|
|
2417
|
-
}
|
|
2418
|
-
},
|
|
2419
|
-
{
|
|
2420
|
-
"name": "formStyle",
|
|
2421
|
-
"annotation": {
|
|
2422
|
-
"type": "reference",
|
|
2423
|
-
"typeName": {
|
|
2424
|
-
"type": "qualifiedName",
|
|
2425
|
-
"left": {
|
|
2426
|
-
"type": "identifier",
|
|
2427
|
-
"name": "React"
|
|
2428
|
-
},
|
|
2429
|
-
"right": {
|
|
2430
|
-
"type": "identifier",
|
|
2431
|
-
"name": "CSSProperties"
|
|
2432
|
-
}
|
|
2484
|
+
"name": "UseBrickConf"
|
|
2433
2485
|
}
|
|
2434
2486
|
}
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"name": "textContent",
|
|
2438
|
-
"annotation": {
|
|
2439
|
-
"type": "keyword",
|
|
2440
|
-
"value": "string"
|
|
2441
|
-
}
|
|
2442
2487
|
}
|
|
2443
2488
|
],
|
|
2444
2489
|
"events": [
|
|
2445
2490
|
{
|
|
2446
|
-
"name": "
|
|
2491
|
+
"name": "change",
|
|
2447
2492
|
"detail": {
|
|
2448
2493
|
"annotation": {
|
|
2449
|
-
"type": "
|
|
2450
|
-
"
|
|
2451
|
-
"type": "
|
|
2452
|
-
"
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
"params": [
|
|
2457
|
-
{
|
|
2458
|
-
"type": "keyword",
|
|
2459
|
-
"value": "string"
|
|
2460
|
-
},
|
|
2461
|
-
{
|
|
2462
|
-
"type": "keyword",
|
|
2463
|
-
"value": "unknown"
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2494
|
+
"type": "array",
|
|
2495
|
+
"elementType": {
|
|
2496
|
+
"type": "reference",
|
|
2497
|
+
"typeName": {
|
|
2498
|
+
"type": "identifier",
|
|
2499
|
+
"name": "DynamicFormValuesItem"
|
|
2500
|
+
}
|
|
2466
2501
|
}
|
|
2467
2502
|
}
|
|
2468
2503
|
}
|
|
2469
2504
|
},
|
|
2470
2505
|
{
|
|
2471
|
-
"name": "
|
|
2506
|
+
"name": "row.add",
|
|
2472
2507
|
"detail": {
|
|
2473
2508
|
"annotation": {
|
|
2474
2509
|
"type": "reference",
|
|
2475
2510
|
"typeName": {
|
|
2476
2511
|
"type": "identifier",
|
|
2477
|
-
"name": "
|
|
2478
|
-
},
|
|
2479
|
-
"typeParameters": {
|
|
2480
|
-
"type": "typeParameterInstantiation",
|
|
2481
|
-
"params": [
|
|
2482
|
-
{
|
|
2483
|
-
"type": "keyword",
|
|
2484
|
-
"value": "string"
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"type": "keyword",
|
|
2488
|
-
"value": "unknown"
|
|
2489
|
-
}
|
|
2490
|
-
]
|
|
2512
|
+
"name": "rowDataType"
|
|
2491
2513
|
}
|
|
2492
2514
|
}
|
|
2493
2515
|
}
|
|
2494
2516
|
},
|
|
2495
2517
|
{
|
|
2496
|
-
"name": "
|
|
2518
|
+
"name": "row.remove",
|
|
2497
2519
|
"detail": {
|
|
2498
2520
|
"annotation": {
|
|
2499
|
-
"type": "
|
|
2500
|
-
"
|
|
2501
|
-
"type": "
|
|
2502
|
-
"
|
|
2503
|
-
"type": "intersection",
|
|
2504
|
-
"types": [
|
|
2505
|
-
{
|
|
2506
|
-
"type": "reference",
|
|
2507
|
-
"typeName": {
|
|
2508
|
-
"type": "identifier",
|
|
2509
|
-
"name": "MessageBody"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"type": "typeLiteral",
|
|
2514
|
-
"members": [
|
|
2515
|
-
{
|
|
2516
|
-
"type": "propertySignature",
|
|
2517
|
-
"key": {
|
|
2518
|
-
"type": "identifier",
|
|
2519
|
-
"name": "name"
|
|
2520
|
-
},
|
|
2521
|
-
"annotation": {
|
|
2522
|
-
"type": "keyword",
|
|
2523
|
-
"value": "string"
|
|
2524
|
-
},
|
|
2525
|
-
"computed": false
|
|
2526
|
-
}
|
|
2527
|
-
]
|
|
2528
|
-
}
|
|
2529
|
-
]
|
|
2530
|
-
}
|
|
2521
|
+
"type": "reference",
|
|
2522
|
+
"typeName": {
|
|
2523
|
+
"type": "identifier",
|
|
2524
|
+
"name": "rowDataType"
|
|
2531
2525
|
}
|
|
2532
2526
|
}
|
|
2533
2527
|
}
|
|
2534
2528
|
}
|
|
2535
2529
|
],
|
|
2536
|
-
"methods": [
|
|
2530
|
+
"methods": [],
|
|
2531
|
+
"types": [
|
|
2537
2532
|
{
|
|
2538
|
-
"
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2541
|
-
"
|
|
2542
|
-
|
|
2543
|
-
"
|
|
2533
|
+
"type": "typeAlias",
|
|
2534
|
+
"name": "DynamicFormValuesItem",
|
|
2535
|
+
"annotation": {
|
|
2536
|
+
"type": "reference",
|
|
2537
|
+
"typeName": {
|
|
2538
|
+
"type": "identifier",
|
|
2539
|
+
"name": "Record"
|
|
2540
|
+
},
|
|
2541
|
+
"typeParameters": {
|
|
2542
|
+
"type": "typeParameterInstantiation",
|
|
2543
|
+
"params": [
|
|
2544
2544
|
{
|
|
2545
2545
|
"type": "keyword",
|
|
2546
|
-
"value": "
|
|
2546
|
+
"value": "string"
|
|
2547
2547
|
},
|
|
2548
2548
|
{
|
|
2549
|
-
"type": "
|
|
2550
|
-
"
|
|
2551
|
-
"type": "identifier",
|
|
2552
|
-
"name": "Record"
|
|
2553
|
-
},
|
|
2554
|
-
"typeParameters": {
|
|
2555
|
-
"type": "typeParameterInstantiation",
|
|
2556
|
-
"params": [
|
|
2557
|
-
{
|
|
2558
|
-
"type": "keyword",
|
|
2559
|
-
"value": "string"
|
|
2560
|
-
},
|
|
2561
|
-
{
|
|
2562
|
-
"type": "keyword",
|
|
2563
|
-
"value": "unknown"
|
|
2564
|
-
}
|
|
2565
|
-
]
|
|
2566
|
-
}
|
|
2549
|
+
"type": "keyword",
|
|
2550
|
+
"value": "any"
|
|
2567
2551
|
}
|
|
2568
2552
|
]
|
|
2569
2553
|
}
|
|
2570
2554
|
}
|
|
2571
2555
|
},
|
|
2572
2556
|
{
|
|
2573
|
-
"
|
|
2574
|
-
"
|
|
2557
|
+
"type": "interface",
|
|
2558
|
+
"name": "rowDataType",
|
|
2559
|
+
"body": [
|
|
2575
2560
|
{
|
|
2576
|
-
"
|
|
2561
|
+
"type": "propertySignature",
|
|
2562
|
+
"key": {
|
|
2563
|
+
"type": "identifier",
|
|
2564
|
+
"name": "detail"
|
|
2565
|
+
},
|
|
2577
2566
|
"annotation": {
|
|
2578
2567
|
"type": "reference",
|
|
2579
2568
|
"typeName": {
|
|
@@ -2589,137 +2578,148 @@
|
|
|
2589
2578
|
},
|
|
2590
2579
|
{
|
|
2591
2580
|
"type": "keyword",
|
|
2592
|
-
"value": "
|
|
2581
|
+
"value": "any"
|
|
2593
2582
|
}
|
|
2594
2583
|
]
|
|
2595
2584
|
}
|
|
2596
|
-
}
|
|
2585
|
+
},
|
|
2586
|
+
"computed": false
|
|
2597
2587
|
},
|
|
2598
2588
|
{
|
|
2599
|
-
"
|
|
2589
|
+
"type": "propertySignature",
|
|
2590
|
+
"key": {
|
|
2591
|
+
"type": "identifier",
|
|
2592
|
+
"name": "index"
|
|
2593
|
+
},
|
|
2600
2594
|
"annotation": {
|
|
2601
|
-
"type": "
|
|
2602
|
-
"
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
"key": {
|
|
2606
|
-
"type": "identifier",
|
|
2607
|
-
"name": "runInMacrotask"
|
|
2608
|
-
},
|
|
2609
|
-
"annotation": {
|
|
2610
|
-
"type": "keyword",
|
|
2611
|
-
"value": "boolean"
|
|
2612
|
-
},
|
|
2613
|
-
"optional": true,
|
|
2614
|
-
"computed": false
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"type": "propertySignature",
|
|
2618
|
-
"key": {
|
|
2619
|
-
"type": "identifier",
|
|
2620
|
-
"name": "runInMicrotask"
|
|
2621
|
-
},
|
|
2622
|
-
"annotation": {
|
|
2623
|
-
"type": "keyword",
|
|
2624
|
-
"value": "boolean"
|
|
2625
|
-
},
|
|
2626
|
-
"optional": true,
|
|
2627
|
-
"computed": false
|
|
2628
|
-
}
|
|
2629
|
-
]
|
|
2630
|
-
}
|
|
2595
|
+
"type": "keyword",
|
|
2596
|
+
"value": "number"
|
|
2597
|
+
},
|
|
2598
|
+
"computed": false
|
|
2631
2599
|
}
|
|
2632
|
-
]
|
|
2633
|
-
|
|
2600
|
+
]
|
|
2601
|
+
}
|
|
2602
|
+
]
|
|
2603
|
+
},
|
|
2604
|
+
"eo-icon-select": {
|
|
2605
|
+
"properties": [
|
|
2606
|
+
{
|
|
2607
|
+
"name": "name",
|
|
2608
|
+
"annotation": {
|
|
2609
|
+
"type": "keyword",
|
|
2610
|
+
"value": "string"
|
|
2611
|
+
}
|
|
2634
2612
|
},
|
|
2635
2613
|
{
|
|
2636
|
-
"name": "
|
|
2637
|
-
"
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
"type": "keyword",
|
|
2642
|
-
"value": "string"
|
|
2643
|
-
}
|
|
2644
|
-
}
|
|
2645
|
-
],
|
|
2646
|
-
"returns": {}
|
|
2614
|
+
"name": "label",
|
|
2615
|
+
"annotation": {
|
|
2616
|
+
"type": "keyword",
|
|
2617
|
+
"value": "string"
|
|
2618
|
+
}
|
|
2647
2619
|
},
|
|
2648
2620
|
{
|
|
2649
|
-
"name": "
|
|
2650
|
-
"
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
"
|
|
2654
|
-
|
|
2655
|
-
"value": "string"
|
|
2656
|
-
}
|
|
2621
|
+
"name": "value",
|
|
2622
|
+
"annotation": {
|
|
2623
|
+
"type": "reference",
|
|
2624
|
+
"typeName": {
|
|
2625
|
+
"type": "identifier",
|
|
2626
|
+
"name": "Icon"
|
|
2657
2627
|
}
|
|
2658
|
-
|
|
2659
|
-
"returns": {}
|
|
2628
|
+
}
|
|
2660
2629
|
},
|
|
2661
2630
|
{
|
|
2662
|
-
"name": "
|
|
2663
|
-
"
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
"type": "keyword",
|
|
2668
|
-
"value": "string"
|
|
2669
|
-
}
|
|
2670
|
-
}
|
|
2671
|
-
],
|
|
2672
|
-
"returns": {}
|
|
2631
|
+
"name": "disabled",
|
|
2632
|
+
"annotation": {
|
|
2633
|
+
"type": "keyword",
|
|
2634
|
+
"value": "boolean"
|
|
2635
|
+
}
|
|
2673
2636
|
},
|
|
2674
2637
|
{
|
|
2675
|
-
"name": "
|
|
2676
|
-
"
|
|
2677
|
-
|
|
2638
|
+
"name": "required",
|
|
2639
|
+
"annotation": {
|
|
2640
|
+
"type": "keyword",
|
|
2641
|
+
"value": "boolean"
|
|
2642
|
+
}
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
"name": "message",
|
|
2646
|
+
"annotation": {
|
|
2647
|
+
"type": "reference",
|
|
2648
|
+
"typeName": {
|
|
2649
|
+
"type": "identifier",
|
|
2650
|
+
"name": "Record"
|
|
2651
|
+
},
|
|
2652
|
+
"typeParameters": {
|
|
2653
|
+
"type": "typeParameterInstantiation",
|
|
2654
|
+
"params": [
|
|
2655
|
+
{
|
|
2656
|
+
"type": "keyword",
|
|
2657
|
+
"value": "string"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"type": "keyword",
|
|
2661
|
+
"value": "string"
|
|
2662
|
+
}
|
|
2663
|
+
]
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2678
2666
|
}
|
|
2679
2667
|
],
|
|
2680
|
-
"
|
|
2668
|
+
"events": [
|
|
2681
2669
|
{
|
|
2682
|
-
"
|
|
2683
|
-
"
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2670
|
+
"name": "change",
|
|
2671
|
+
"detail": {
|
|
2672
|
+
"annotation": {
|
|
2673
|
+
"type": "union",
|
|
2674
|
+
"types": [
|
|
2675
|
+
{
|
|
2676
|
+
"type": "reference",
|
|
2677
|
+
"typeName": {
|
|
2678
|
+
"type": "identifier",
|
|
2679
|
+
"name": "Icon"
|
|
2680
|
+
}
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"type": "keyword",
|
|
2684
|
+
"value": "undefined"
|
|
2685
|
+
}
|
|
2686
|
+
]
|
|
2687
|
+
}
|
|
2700
2688
|
}
|
|
2701
|
-
}
|
|
2689
|
+
}
|
|
2690
|
+
],
|
|
2691
|
+
"methods": [],
|
|
2692
|
+
"types": [
|
|
2702
2693
|
{
|
|
2703
2694
|
"type": "typeAlias",
|
|
2704
|
-
"name": "
|
|
2695
|
+
"name": "Icon",
|
|
2705
2696
|
"annotation": {
|
|
2706
|
-
"type": "
|
|
2697
|
+
"type": "intersection",
|
|
2707
2698
|
"types": [
|
|
2708
2699
|
{
|
|
2709
|
-
"type": "
|
|
2710
|
-
"
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
"value": "medium"
|
|
2715
|
-
},
|
|
2716
|
-
{
|
|
2717
|
-
"type": "jsLiteral",
|
|
2718
|
-
"value": "small"
|
|
2700
|
+
"type": "reference",
|
|
2701
|
+
"typeName": {
|
|
2702
|
+
"type": "identifier",
|
|
2703
|
+
"name": "LibIconProps"
|
|
2704
|
+
}
|
|
2719
2705
|
},
|
|
2720
2706
|
{
|
|
2721
|
-
"type": "
|
|
2722
|
-
"
|
|
2707
|
+
"type": "typeLiteral",
|
|
2708
|
+
"members": [
|
|
2709
|
+
{
|
|
2710
|
+
"type": "propertySignature",
|
|
2711
|
+
"key": {
|
|
2712
|
+
"type": "identifier",
|
|
2713
|
+
"name": "color"
|
|
2714
|
+
},
|
|
2715
|
+
"annotation": {
|
|
2716
|
+
"type": "keyword",
|
|
2717
|
+
"value": "string"
|
|
2718
|
+
},
|
|
2719
|
+
"optional": true,
|
|
2720
|
+
"computed": false
|
|
2721
|
+
}
|
|
2722
|
+
]
|
|
2723
2723
|
}
|
|
2724
2724
|
]
|
|
2725
2725
|
}
|