@next-bricks/form 1.16.1 → 1.16.2
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 +23 -23
- package/dist/chunks/8653.d5c60d3b.js +3 -0
- package/dist/chunks/8653.d5c60d3b.js.map +1 -0
- package/dist/chunks/eo-textarea.95aa303c.js +3 -0
- package/dist/chunks/eo-textarea.95aa303c.js.map +1 -0
- package/dist/chunks/eo-time-range-picker.1a1cddcd.js +2 -0
- package/dist/chunks/eo-time-range-picker.1a1cddcd.js.map +1 -0
- package/dist/chunks/{main.0d760812.js → main.435bde11.js} +2 -2
- package/dist/chunks/{main.0d760812.js.map → main.435bde11.js.map} +1 -1
- package/dist/examples.json +11 -11
- package/dist/index.927290fa.js +2 -0
- package/dist/index.927290fa.js.map +1 -0
- package/dist/manifest.json +353 -353
- package/dist/types.json +634 -634
- package/package.json +2 -2
- package/dist/chunks/5347.33be680f.js +0 -3
- package/dist/chunks/5347.33be680f.js.map +0 -1
- package/dist/chunks/eo-textarea.66c4e981.js +0 -3
- package/dist/chunks/eo-textarea.66c4e981.js.map +0 -1
- package/dist/chunks/eo-time-range-picker.586762ea.js +0 -2
- package/dist/chunks/eo-time-range-picker.586762ea.js.map +0 -1
- package/dist/index.47ef71b7.js +0 -2
- package/dist/index.47ef71b7.js.map +0 -1
- package/dist-types/textarea/calculateAutoSizeStyle.d.ts +0 -1
- /package/dist/chunks/{5347.33be680f.js.LICENSE.txt → 8653.d5c60d3b.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-textarea.66c4e981.js.LICENSE.txt → eo-textarea.95aa303c.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,192 @@
|
|
|
1
1
|
{
|
|
2
|
+
"eo-textarea": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "name",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "label",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "value",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "keyword",
|
|
22
|
+
"value": "string"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "placeholder",
|
|
27
|
+
"annotation": {
|
|
28
|
+
"type": "keyword",
|
|
29
|
+
"value": "string"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "disabled",
|
|
34
|
+
"annotation": {
|
|
35
|
+
"type": "keyword",
|
|
36
|
+
"value": "boolean"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "minLength",
|
|
41
|
+
"annotation": {
|
|
42
|
+
"type": "keyword",
|
|
43
|
+
"value": "number"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "maxLength",
|
|
48
|
+
"annotation": {
|
|
49
|
+
"type": "keyword",
|
|
50
|
+
"value": "number"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"name": "autoSize",
|
|
55
|
+
"annotation": {
|
|
56
|
+
"type": "reference",
|
|
57
|
+
"typeName": {
|
|
58
|
+
"type": "identifier",
|
|
59
|
+
"name": "AutoSize"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "required",
|
|
65
|
+
"annotation": {
|
|
66
|
+
"type": "keyword",
|
|
67
|
+
"value": "boolean"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "max",
|
|
72
|
+
"annotation": {
|
|
73
|
+
"type": "keyword",
|
|
74
|
+
"value": "number"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "min",
|
|
79
|
+
"annotation": {
|
|
80
|
+
"type": "keyword",
|
|
81
|
+
"value": "number"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "message",
|
|
86
|
+
"annotation": {
|
|
87
|
+
"type": "reference",
|
|
88
|
+
"typeName": {
|
|
89
|
+
"type": "identifier",
|
|
90
|
+
"name": "Record"
|
|
91
|
+
},
|
|
92
|
+
"typeParameters": {
|
|
93
|
+
"type": "typeParameterInstantiation",
|
|
94
|
+
"params": [
|
|
95
|
+
{
|
|
96
|
+
"type": "keyword",
|
|
97
|
+
"value": "string"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"type": "keyword",
|
|
101
|
+
"value": "string"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "textareaStyle",
|
|
109
|
+
"annotation": {
|
|
110
|
+
"type": "reference",
|
|
111
|
+
"typeName": {
|
|
112
|
+
"type": "qualifiedName",
|
|
113
|
+
"left": {
|
|
114
|
+
"type": "identifier",
|
|
115
|
+
"name": "React"
|
|
116
|
+
},
|
|
117
|
+
"right": {
|
|
118
|
+
"type": "identifier",
|
|
119
|
+
"name": "CSSProperties"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"events": [
|
|
126
|
+
{
|
|
127
|
+
"name": "change",
|
|
128
|
+
"detail": {
|
|
129
|
+
"annotation": {
|
|
130
|
+
"type": "keyword",
|
|
131
|
+
"value": "string"
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"methods": [
|
|
137
|
+
{
|
|
138
|
+
"name": "focusTextarea",
|
|
139
|
+
"params": [],
|
|
140
|
+
"returns": {}
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"types": [
|
|
144
|
+
{
|
|
145
|
+
"type": "typeAlias",
|
|
146
|
+
"name": "AutoSize",
|
|
147
|
+
"annotation": {
|
|
148
|
+
"type": "union",
|
|
149
|
+
"types": [
|
|
150
|
+
{
|
|
151
|
+
"type": "keyword",
|
|
152
|
+
"value": "boolean"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "typeLiteral",
|
|
156
|
+
"members": [
|
|
157
|
+
{
|
|
158
|
+
"type": "propertySignature",
|
|
159
|
+
"key": {
|
|
160
|
+
"type": "identifier",
|
|
161
|
+
"name": "minRows"
|
|
162
|
+
},
|
|
163
|
+
"annotation": {
|
|
164
|
+
"type": "keyword",
|
|
165
|
+
"value": "number"
|
|
166
|
+
},
|
|
167
|
+
"optional": true,
|
|
168
|
+
"computed": false
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"type": "propertySignature",
|
|
172
|
+
"key": {
|
|
173
|
+
"type": "identifier",
|
|
174
|
+
"name": "maxRows"
|
|
175
|
+
},
|
|
176
|
+
"annotation": {
|
|
177
|
+
"type": "keyword",
|
|
178
|
+
"value": "number"
|
|
179
|
+
},
|
|
180
|
+
"optional": true,
|
|
181
|
+
"computed": false
|
|
182
|
+
}
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
},
|
|
2
190
|
"eo-submit-buttons": {
|
|
3
191
|
"properties": [
|
|
4
192
|
{
|
|
@@ -1796,261 +1984,73 @@
|
|
|
1796
1984
|
}
|
|
1797
1985
|
]
|
|
1798
1986
|
},
|
|
1799
|
-
"eo-
|
|
1987
|
+
"eo-form": {
|
|
1800
1988
|
"properties": [
|
|
1801
1989
|
{
|
|
1802
|
-
"name": "
|
|
1990
|
+
"name": "staticValues",
|
|
1803
1991
|
"annotation": {
|
|
1804
|
-
"type": "
|
|
1805
|
-
"
|
|
1992
|
+
"type": "reference",
|
|
1993
|
+
"typeName": {
|
|
1994
|
+
"type": "identifier",
|
|
1995
|
+
"name": "Record"
|
|
1996
|
+
},
|
|
1997
|
+
"typeParameters": {
|
|
1998
|
+
"type": "typeParameterInstantiation",
|
|
1999
|
+
"params": [
|
|
2000
|
+
{
|
|
2001
|
+
"type": "keyword",
|
|
2002
|
+
"value": "string"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"type": "keyword",
|
|
2006
|
+
"value": "unknown"
|
|
2007
|
+
}
|
|
2008
|
+
]
|
|
2009
|
+
}
|
|
1806
2010
|
}
|
|
1807
2011
|
},
|
|
1808
2012
|
{
|
|
1809
|
-
"name": "
|
|
2013
|
+
"name": "layout",
|
|
1810
2014
|
"annotation": {
|
|
1811
|
-
"type": "
|
|
1812
|
-
"
|
|
2015
|
+
"type": "reference",
|
|
2016
|
+
"typeName": {
|
|
2017
|
+
"type": "identifier",
|
|
2018
|
+
"name": "Layout"
|
|
2019
|
+
}
|
|
1813
2020
|
}
|
|
1814
2021
|
},
|
|
1815
2022
|
{
|
|
1816
|
-
"name": "
|
|
2023
|
+
"name": "size",
|
|
1817
2024
|
"annotation": {
|
|
1818
|
-
"type": "
|
|
1819
|
-
"
|
|
2025
|
+
"type": "reference",
|
|
2026
|
+
"typeName": {
|
|
2027
|
+
"type": "identifier",
|
|
2028
|
+
"name": "ComponentSize"
|
|
2029
|
+
}
|
|
1820
2030
|
}
|
|
1821
2031
|
},
|
|
1822
2032
|
{
|
|
1823
|
-
"name": "
|
|
2033
|
+
"name": "labelCol",
|
|
1824
2034
|
"annotation": {
|
|
1825
|
-
"type": "
|
|
1826
|
-
"
|
|
2035
|
+
"type": "reference",
|
|
2036
|
+
"typeName": {
|
|
2037
|
+
"type": "identifier",
|
|
2038
|
+
"name": "ColProps"
|
|
2039
|
+
}
|
|
1827
2040
|
}
|
|
1828
2041
|
},
|
|
1829
2042
|
{
|
|
1830
|
-
"name": "
|
|
2043
|
+
"name": "wrapperCol",
|
|
1831
2044
|
"annotation": {
|
|
1832
|
-
"type": "
|
|
1833
|
-
"
|
|
2045
|
+
"type": "reference",
|
|
2046
|
+
"typeName": {
|
|
2047
|
+
"type": "identifier",
|
|
2048
|
+
"name": "ColProps"
|
|
2049
|
+
}
|
|
1834
2050
|
}
|
|
1835
2051
|
},
|
|
1836
2052
|
{
|
|
1837
|
-
"name": "
|
|
1838
|
-
"annotation": {
|
|
1839
|
-
"type": "keyword",
|
|
1840
|
-
"value": "number"
|
|
1841
|
-
}
|
|
1842
|
-
},
|
|
1843
|
-
{
|
|
1844
|
-
"name": "maxLength",
|
|
1845
|
-
"annotation": {
|
|
1846
|
-
"type": "keyword",
|
|
1847
|
-
"value": "number"
|
|
1848
|
-
}
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"name": "autoSize",
|
|
1852
|
-
"annotation": {
|
|
1853
|
-
"type": "reference",
|
|
1854
|
-
"typeName": {
|
|
1855
|
-
"type": "identifier",
|
|
1856
|
-
"name": "AutoSize"
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
"name": "required",
|
|
1862
|
-
"annotation": {
|
|
1863
|
-
"type": "keyword",
|
|
1864
|
-
"value": "boolean"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"name": "max",
|
|
1869
|
-
"annotation": {
|
|
1870
|
-
"type": "keyword",
|
|
1871
|
-
"value": "number"
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
"name": "min",
|
|
1876
|
-
"annotation": {
|
|
1877
|
-
"type": "keyword",
|
|
1878
|
-
"value": "number"
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"name": "message",
|
|
1883
|
-
"annotation": {
|
|
1884
|
-
"type": "reference",
|
|
1885
|
-
"typeName": {
|
|
1886
|
-
"type": "identifier",
|
|
1887
|
-
"name": "Record"
|
|
1888
|
-
},
|
|
1889
|
-
"typeParameters": {
|
|
1890
|
-
"type": "typeParameterInstantiation",
|
|
1891
|
-
"params": [
|
|
1892
|
-
{
|
|
1893
|
-
"type": "keyword",
|
|
1894
|
-
"value": "string"
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"type": "keyword",
|
|
1898
|
-
"value": "string"
|
|
1899
|
-
}
|
|
1900
|
-
]
|
|
1901
|
-
}
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"name": "textareaStyle",
|
|
1906
|
-
"annotation": {
|
|
1907
|
-
"type": "reference",
|
|
1908
|
-
"typeName": {
|
|
1909
|
-
"type": "qualifiedName",
|
|
1910
|
-
"left": {
|
|
1911
|
-
"type": "identifier",
|
|
1912
|
-
"name": "React"
|
|
1913
|
-
},
|
|
1914
|
-
"right": {
|
|
1915
|
-
"type": "identifier",
|
|
1916
|
-
"name": "CSSProperties"
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1919
|
-
}
|
|
1920
|
-
}
|
|
1921
|
-
],
|
|
1922
|
-
"events": [
|
|
1923
|
-
{
|
|
1924
|
-
"name": "change",
|
|
1925
|
-
"detail": {
|
|
1926
|
-
"annotation": {
|
|
1927
|
-
"type": "keyword",
|
|
1928
|
-
"value": "string"
|
|
1929
|
-
}
|
|
1930
|
-
}
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1933
|
-
"methods": [
|
|
1934
|
-
{
|
|
1935
|
-
"name": "focusTextarea",
|
|
1936
|
-
"params": [],
|
|
1937
|
-
"returns": {}
|
|
1938
|
-
}
|
|
1939
|
-
],
|
|
1940
|
-
"types": [
|
|
1941
|
-
{
|
|
1942
|
-
"type": "typeAlias",
|
|
1943
|
-
"name": "AutoSize",
|
|
1944
|
-
"annotation": {
|
|
1945
|
-
"type": "union",
|
|
1946
|
-
"types": [
|
|
1947
|
-
{
|
|
1948
|
-
"type": "keyword",
|
|
1949
|
-
"value": "boolean"
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"type": "typeLiteral",
|
|
1953
|
-
"members": [
|
|
1954
|
-
{
|
|
1955
|
-
"type": "propertySignature",
|
|
1956
|
-
"key": {
|
|
1957
|
-
"type": "identifier",
|
|
1958
|
-
"name": "minRows"
|
|
1959
|
-
},
|
|
1960
|
-
"annotation": {
|
|
1961
|
-
"type": "keyword",
|
|
1962
|
-
"value": "number"
|
|
1963
|
-
},
|
|
1964
|
-
"optional": true,
|
|
1965
|
-
"computed": false
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"type": "propertySignature",
|
|
1969
|
-
"key": {
|
|
1970
|
-
"type": "identifier",
|
|
1971
|
-
"name": "maxRows"
|
|
1972
|
-
},
|
|
1973
|
-
"annotation": {
|
|
1974
|
-
"type": "keyword",
|
|
1975
|
-
"value": "number"
|
|
1976
|
-
},
|
|
1977
|
-
"optional": true,
|
|
1978
|
-
"computed": false
|
|
1979
|
-
}
|
|
1980
|
-
]
|
|
1981
|
-
}
|
|
1982
|
-
]
|
|
1983
|
-
}
|
|
1984
|
-
}
|
|
1985
|
-
]
|
|
1986
|
-
},
|
|
1987
|
-
"eo-form": {
|
|
1988
|
-
"properties": [
|
|
1989
|
-
{
|
|
1990
|
-
"name": "staticValues",
|
|
1991
|
-
"annotation": {
|
|
1992
|
-
"type": "reference",
|
|
1993
|
-
"typeName": {
|
|
1994
|
-
"type": "identifier",
|
|
1995
|
-
"name": "Record"
|
|
1996
|
-
},
|
|
1997
|
-
"typeParameters": {
|
|
1998
|
-
"type": "typeParameterInstantiation",
|
|
1999
|
-
"params": [
|
|
2000
|
-
{
|
|
2001
|
-
"type": "keyword",
|
|
2002
|
-
"value": "string"
|
|
2003
|
-
},
|
|
2004
|
-
{
|
|
2005
|
-
"type": "keyword",
|
|
2006
|
-
"value": "unknown"
|
|
2007
|
-
}
|
|
2008
|
-
]
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
|
-
{
|
|
2013
|
-
"name": "layout",
|
|
2014
|
-
"annotation": {
|
|
2015
|
-
"type": "reference",
|
|
2016
|
-
"typeName": {
|
|
2017
|
-
"type": "identifier",
|
|
2018
|
-
"name": "Layout"
|
|
2019
|
-
}
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "size",
|
|
2024
|
-
"annotation": {
|
|
2025
|
-
"type": "reference",
|
|
2026
|
-
"typeName": {
|
|
2027
|
-
"type": "identifier",
|
|
2028
|
-
"name": "ComponentSize"
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
"name": "labelCol",
|
|
2034
|
-
"annotation": {
|
|
2035
|
-
"type": "reference",
|
|
2036
|
-
"typeName": {
|
|
2037
|
-
"type": "identifier",
|
|
2038
|
-
"name": "ColProps"
|
|
2039
|
-
}
|
|
2040
|
-
}
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
"name": "wrapperCol",
|
|
2044
|
-
"annotation": {
|
|
2045
|
-
"type": "reference",
|
|
2046
|
-
"typeName": {
|
|
2047
|
-
"type": "identifier",
|
|
2048
|
-
"name": "ColProps"
|
|
2049
|
-
}
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"name": "formStyle",
|
|
2053
|
+
"name": "formStyle",
|
|
2054
2054
|
"annotation": {
|
|
2055
2055
|
"type": "reference",
|
|
2056
2056
|
"typeName": {
|
|
@@ -3578,7 +3578,7 @@
|
|
|
3578
3578
|
}
|
|
3579
3579
|
]
|
|
3580
3580
|
},
|
|
3581
|
-
"eo-
|
|
3581
|
+
"eo-input": {
|
|
3582
3582
|
"properties": [
|
|
3583
3583
|
{
|
|
3584
3584
|
"name": "name",
|
|
@@ -3595,30 +3595,31 @@
|
|
|
3595
3595
|
}
|
|
3596
3596
|
},
|
|
3597
3597
|
{
|
|
3598
|
-
"name": "
|
|
3598
|
+
"name": "required",
|
|
3599
3599
|
"annotation": {
|
|
3600
|
-
"type": "
|
|
3601
|
-
"
|
|
3602
|
-
"type": "reference",
|
|
3603
|
-
"typeName": {
|
|
3604
|
-
"type": "identifier",
|
|
3605
|
-
"name": "GeneralOption"
|
|
3606
|
-
}
|
|
3607
|
-
}
|
|
3600
|
+
"type": "keyword",
|
|
3601
|
+
"value": "boolean"
|
|
3608
3602
|
}
|
|
3609
3603
|
},
|
|
3610
3604
|
{
|
|
3611
|
-
"name": "
|
|
3605
|
+
"name": "pattern",
|
|
3612
3606
|
"annotation": {
|
|
3613
3607
|
"type": "keyword",
|
|
3614
|
-
"value": "
|
|
3608
|
+
"value": "string"
|
|
3615
3609
|
}
|
|
3616
3610
|
},
|
|
3617
3611
|
{
|
|
3618
|
-
"name": "
|
|
3612
|
+
"name": "max",
|
|
3619
3613
|
"annotation": {
|
|
3620
3614
|
"type": "keyword",
|
|
3621
|
-
"value": "
|
|
3615
|
+
"value": "number"
|
|
3616
|
+
}
|
|
3617
|
+
},
|
|
3618
|
+
{
|
|
3619
|
+
"name": "min",
|
|
3620
|
+
"annotation": {
|
|
3621
|
+
"type": "keyword",
|
|
3622
|
+
"value": "number"
|
|
3622
3623
|
}
|
|
3623
3624
|
},
|
|
3624
3625
|
{
|
|
@@ -3645,29 +3646,54 @@
|
|
|
3645
3646
|
}
|
|
3646
3647
|
},
|
|
3647
3648
|
{
|
|
3648
|
-
"name": "
|
|
3649
|
+
"name": "value",
|
|
3649
3650
|
"annotation": {
|
|
3650
3651
|
"type": "keyword",
|
|
3651
|
-
"value": "
|
|
3652
|
+
"value": "string"
|
|
3652
3653
|
}
|
|
3653
3654
|
},
|
|
3654
3655
|
{
|
|
3655
|
-
"name": "
|
|
3656
|
+
"name": "placeholder",
|
|
3656
3657
|
"annotation": {
|
|
3657
|
-
"type": "
|
|
3658
|
-
"
|
|
3659
|
-
"type": "identifier",
|
|
3660
|
-
"name": "RadioType"
|
|
3661
|
-
}
|
|
3658
|
+
"type": "keyword",
|
|
3659
|
+
"value": "string"
|
|
3662
3660
|
}
|
|
3663
3661
|
},
|
|
3664
3662
|
{
|
|
3665
|
-
"name": "
|
|
3663
|
+
"name": "disabled",
|
|
3666
3664
|
"annotation": {
|
|
3667
|
-
"type": "
|
|
3668
|
-
"
|
|
3665
|
+
"type": "keyword",
|
|
3666
|
+
"value": "boolean"
|
|
3667
|
+
}
|
|
3668
|
+
},
|
|
3669
|
+
{
|
|
3670
|
+
"name": "readonly",
|
|
3671
|
+
"annotation": {
|
|
3672
|
+
"type": "keyword",
|
|
3673
|
+
"value": "boolean"
|
|
3674
|
+
}
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "clearable",
|
|
3678
|
+
"annotation": {
|
|
3679
|
+
"type": "keyword",
|
|
3680
|
+
"value": "boolean"
|
|
3681
|
+
}
|
|
3682
|
+
},
|
|
3683
|
+
{
|
|
3684
|
+
"name": "autoFocus",
|
|
3685
|
+
"annotation": {
|
|
3686
|
+
"type": "keyword",
|
|
3687
|
+
"value": "boolean"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "type",
|
|
3692
|
+
"annotation": {
|
|
3693
|
+
"type": "reference",
|
|
3694
|
+
"typeName": {
|
|
3669
3695
|
"type": "identifier",
|
|
3670
|
-
"name": "
|
|
3696
|
+
"name": "InputType"
|
|
3671
3697
|
}
|
|
3672
3698
|
}
|
|
3673
3699
|
},
|
|
@@ -3682,7 +3708,21 @@
|
|
|
3682
3708
|
}
|
|
3683
3709
|
},
|
|
3684
3710
|
{
|
|
3685
|
-
"name": "
|
|
3711
|
+
"name": "minLength",
|
|
3712
|
+
"annotation": {
|
|
3713
|
+
"type": "keyword",
|
|
3714
|
+
"value": "number"
|
|
3715
|
+
}
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "maxLength",
|
|
3719
|
+
"annotation": {
|
|
3720
|
+
"type": "keyword",
|
|
3721
|
+
"value": "number"
|
|
3722
|
+
}
|
|
3723
|
+
},
|
|
3724
|
+
{
|
|
3725
|
+
"name": "inputStyle",
|
|
3686
3726
|
"annotation": {
|
|
3687
3727
|
"type": "reference",
|
|
3688
3728
|
"typeName": {
|
|
@@ -3699,12 +3739,28 @@
|
|
|
3699
3739
|
}
|
|
3700
3740
|
},
|
|
3701
3741
|
{
|
|
3702
|
-
"name": "
|
|
3742
|
+
"name": "validator",
|
|
3703
3743
|
"annotation": {
|
|
3704
|
-
"type": "
|
|
3705
|
-
"
|
|
3706
|
-
"type": "
|
|
3707
|
-
"
|
|
3744
|
+
"type": "parenthesizedType",
|
|
3745
|
+
"annotation": {
|
|
3746
|
+
"type": "function",
|
|
3747
|
+
"parameters": [
|
|
3748
|
+
{
|
|
3749
|
+
"type": "identifier",
|
|
3750
|
+
"name": "value",
|
|
3751
|
+
"annotation": {
|
|
3752
|
+
"type": "keyword",
|
|
3753
|
+
"value": "any"
|
|
3754
|
+
}
|
|
3755
|
+
}
|
|
3756
|
+
],
|
|
3757
|
+
"annotation": {
|
|
3758
|
+
"type": "reference",
|
|
3759
|
+
"typeName": {
|
|
3760
|
+
"type": "identifier",
|
|
3761
|
+
"name": "MessageBody"
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3708
3764
|
}
|
|
3709
3765
|
}
|
|
3710
3766
|
}
|
|
@@ -3714,281 +3770,118 @@
|
|
|
3714
3770
|
"name": "change",
|
|
3715
3771
|
"detail": {
|
|
3716
3772
|
"annotation": {
|
|
3717
|
-
"type": "
|
|
3718
|
-
"
|
|
3719
|
-
{
|
|
3720
|
-
"type": "reference",
|
|
3721
|
-
"typeName": {
|
|
3722
|
-
"type": "identifier",
|
|
3723
|
-
"name": "GeneralComplexOption"
|
|
3724
|
-
}
|
|
3725
|
-
},
|
|
3726
|
-
{
|
|
3727
|
-
"type": "keyword",
|
|
3728
|
-
"value": "undefined"
|
|
3729
|
-
}
|
|
3730
|
-
]
|
|
3773
|
+
"type": "keyword",
|
|
3774
|
+
"value": "string"
|
|
3731
3775
|
}
|
|
3732
3776
|
}
|
|
3777
|
+
}
|
|
3778
|
+
],
|
|
3779
|
+
"methods": [
|
|
3780
|
+
{
|
|
3781
|
+
"name": "focusInput",
|
|
3782
|
+
"params": [],
|
|
3783
|
+
"returns": {}
|
|
3733
3784
|
},
|
|
3734
3785
|
{
|
|
3735
|
-
"name": "
|
|
3736
|
-
"
|
|
3737
|
-
|
|
3738
|
-
"type": "typeLiteral",
|
|
3739
|
-
"members": [
|
|
3740
|
-
{
|
|
3741
|
-
"type": "propertySignature",
|
|
3742
|
-
"key": {
|
|
3743
|
-
"type": "identifier",
|
|
3744
|
-
"name": "options"
|
|
3745
|
-
},
|
|
3746
|
-
"annotation": {
|
|
3747
|
-
"type": "typeLiteral",
|
|
3748
|
-
"members": [
|
|
3749
|
-
{
|
|
3750
|
-
"type": "propertySignature",
|
|
3751
|
-
"key": {
|
|
3752
|
-
"type": "identifier",
|
|
3753
|
-
"name": "label"
|
|
3754
|
-
},
|
|
3755
|
-
"annotation": {
|
|
3756
|
-
"type": "keyword",
|
|
3757
|
-
"value": "string"
|
|
3758
|
-
},
|
|
3759
|
-
"computed": false
|
|
3760
|
-
},
|
|
3761
|
-
{
|
|
3762
|
-
"type": "propertySignature",
|
|
3763
|
-
"key": {
|
|
3764
|
-
"type": "identifier",
|
|
3765
|
-
"name": "value"
|
|
3766
|
-
},
|
|
3767
|
-
"annotation": {
|
|
3768
|
-
"type": "keyword",
|
|
3769
|
-
"value": "any"
|
|
3770
|
-
},
|
|
3771
|
-
"computed": false
|
|
3772
|
-
},
|
|
3773
|
-
{
|
|
3774
|
-
"type": "indexSignature",
|
|
3775
|
-
"parameter": {
|
|
3776
|
-
"type": "identifier",
|
|
3777
|
-
"name": "key",
|
|
3778
|
-
"annotation": {
|
|
3779
|
-
"type": "keyword",
|
|
3780
|
-
"value": "string"
|
|
3781
|
-
}
|
|
3782
|
-
},
|
|
3783
|
-
"annotation": {
|
|
3784
|
-
"type": "keyword",
|
|
3785
|
-
"value": "any"
|
|
3786
|
-
}
|
|
3787
|
-
}
|
|
3788
|
-
]
|
|
3789
|
-
},
|
|
3790
|
-
"computed": false
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"type": "propertySignature",
|
|
3794
|
-
"key": {
|
|
3795
|
-
"type": "identifier",
|
|
3796
|
-
"name": "name"
|
|
3797
|
-
},
|
|
3798
|
-
"annotation": {
|
|
3799
|
-
"type": "keyword",
|
|
3800
|
-
"value": "string"
|
|
3801
|
-
},
|
|
3802
|
-
"computed": false
|
|
3803
|
-
}
|
|
3804
|
-
]
|
|
3805
|
-
}
|
|
3806
|
-
}
|
|
3786
|
+
"name": "blurInput",
|
|
3787
|
+
"params": [],
|
|
3788
|
+
"returns": {}
|
|
3807
3789
|
}
|
|
3808
3790
|
],
|
|
3809
|
-
"methods": [],
|
|
3810
3791
|
"types": [
|
|
3811
3792
|
{
|
|
3812
3793
|
"type": "typeAlias",
|
|
3813
|
-
"name": "
|
|
3794
|
+
"name": "InputType",
|
|
3814
3795
|
"annotation": {
|
|
3815
3796
|
"type": "union",
|
|
3816
3797
|
"types": [
|
|
3817
3798
|
{
|
|
3818
|
-
"type": "
|
|
3819
|
-
"value": "
|
|
3799
|
+
"type": "jsLiteral",
|
|
3800
|
+
"value": "button"
|
|
3820
3801
|
},
|
|
3821
3802
|
{
|
|
3822
|
-
"type": "
|
|
3823
|
-
"value": "
|
|
3803
|
+
"type": "jsLiteral",
|
|
3804
|
+
"value": "checkbox"
|
|
3824
3805
|
},
|
|
3825
3806
|
{
|
|
3826
|
-
"type": "
|
|
3827
|
-
"value": "
|
|
3807
|
+
"type": "jsLiteral",
|
|
3808
|
+
"value": "color"
|
|
3828
3809
|
},
|
|
3829
3810
|
{
|
|
3830
|
-
"type": "
|
|
3831
|
-
"
|
|
3832
|
-
"type": "identifier",
|
|
3833
|
-
"name": "GeneralComplexOption"
|
|
3834
|
-
}
|
|
3811
|
+
"type": "jsLiteral",
|
|
3812
|
+
"value": "date"
|
|
3835
3813
|
},
|
|
3836
3814
|
{
|
|
3837
|
-
"type": "
|
|
3838
|
-
"
|
|
3839
|
-
|
|
3840
|
-
"name": "Record"
|
|
3841
|
-
},
|
|
3842
|
-
"typeParameters": {
|
|
3843
|
-
"type": "typeParameterInstantiation",
|
|
3844
|
-
"params": [
|
|
3845
|
-
{
|
|
3846
|
-
"type": "keyword",
|
|
3847
|
-
"value": "string"
|
|
3848
|
-
},
|
|
3849
|
-
{
|
|
3850
|
-
"type": "keyword",
|
|
3851
|
-
"value": "any"
|
|
3852
|
-
}
|
|
3853
|
-
]
|
|
3854
|
-
}
|
|
3855
|
-
}
|
|
3856
|
-
]
|
|
3857
|
-
}
|
|
3858
|
-
},
|
|
3859
|
-
{
|
|
3860
|
-
"type": "interface",
|
|
3861
|
-
"name": "GeneralComplexOption",
|
|
3862
|
-
"typeParameters": {
|
|
3863
|
-
"type": "typeParameterDeclaration",
|
|
3864
|
-
"params": [
|
|
3815
|
+
"type": "jsLiteral",
|
|
3816
|
+
"value": "datetime-local"
|
|
3817
|
+
},
|
|
3865
3818
|
{
|
|
3866
|
-
"type": "
|
|
3867
|
-
"
|
|
3868
|
-
"default": {
|
|
3869
|
-
"type": "union",
|
|
3870
|
-
"types": [
|
|
3871
|
-
{
|
|
3872
|
-
"type": "keyword",
|
|
3873
|
-
"value": "string"
|
|
3874
|
-
},
|
|
3875
|
-
{
|
|
3876
|
-
"type": "keyword",
|
|
3877
|
-
"value": "number"
|
|
3878
|
-
},
|
|
3879
|
-
{
|
|
3880
|
-
"type": "keyword",
|
|
3881
|
-
"value": "boolean"
|
|
3882
|
-
}
|
|
3883
|
-
]
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
]
|
|
3887
|
-
},
|
|
3888
|
-
"body": [
|
|
3889
|
-
{
|
|
3890
|
-
"type": "propertySignature",
|
|
3891
|
-
"key": {
|
|
3892
|
-
"type": "identifier",
|
|
3893
|
-
"name": "label"
|
|
3819
|
+
"type": "jsLiteral",
|
|
3820
|
+
"value": "email"
|
|
3894
3821
|
},
|
|
3895
|
-
|
|
3896
|
-
"type": "
|
|
3897
|
-
"value": "
|
|
3822
|
+
{
|
|
3823
|
+
"type": "jsLiteral",
|
|
3824
|
+
"value": "file"
|
|
3898
3825
|
},
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
"type": "propertySignature",
|
|
3903
|
-
"key": {
|
|
3904
|
-
"type": "identifier",
|
|
3905
|
-
"name": "value"
|
|
3826
|
+
{
|
|
3827
|
+
"type": "jsLiteral",
|
|
3828
|
+
"value": "hidden"
|
|
3906
3829
|
},
|
|
3907
|
-
|
|
3908
|
-
"type": "
|
|
3909
|
-
"
|
|
3910
|
-
"type": "identifier",
|
|
3911
|
-
"name": "T"
|
|
3912
|
-
}
|
|
3830
|
+
{
|
|
3831
|
+
"type": "jsLiteral",
|
|
3832
|
+
"value": "image"
|
|
3913
3833
|
},
|
|
3914
|
-
|
|
3915
|
-
|
|
3916
|
-
|
|
3917
|
-
"type": "propertySignature",
|
|
3918
|
-
"key": {
|
|
3919
|
-
"type": "identifier",
|
|
3920
|
-
"name": "caption"
|
|
3834
|
+
{
|
|
3835
|
+
"type": "jsLiteral",
|
|
3836
|
+
"value": "month"
|
|
3921
3837
|
},
|
|
3922
|
-
|
|
3923
|
-
"type": "
|
|
3924
|
-
"value": "
|
|
3838
|
+
{
|
|
3839
|
+
"type": "jsLiteral",
|
|
3840
|
+
"value": "number"
|
|
3925
3841
|
},
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
|
|
3929
|
-
{
|
|
3930
|
-
"type": "indexSignature",
|
|
3931
|
-
"parameter": {
|
|
3932
|
-
"type": "identifier",
|
|
3933
|
-
"name": "key",
|
|
3934
|
-
"annotation": {
|
|
3935
|
-
"type": "keyword",
|
|
3936
|
-
"value": "string"
|
|
3937
|
-
}
|
|
3842
|
+
{
|
|
3843
|
+
"type": "jsLiteral",
|
|
3844
|
+
"value": "password"
|
|
3938
3845
|
},
|
|
3939
|
-
"annotation": {
|
|
3940
|
-
"type": "keyword",
|
|
3941
|
-
"value": "any"
|
|
3942
|
-
}
|
|
3943
|
-
}
|
|
3944
|
-
]
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"type": "typeAlias",
|
|
3948
|
-
"name": "RadioType",
|
|
3949
|
-
"annotation": {
|
|
3950
|
-
"type": "union",
|
|
3951
|
-
"types": [
|
|
3952
3846
|
{
|
|
3953
3847
|
"type": "jsLiteral",
|
|
3954
|
-
"value": "
|
|
3848
|
+
"value": "radio"
|
|
3955
3849
|
},
|
|
3956
3850
|
{
|
|
3957
3851
|
"type": "jsLiteral",
|
|
3958
|
-
"value": "
|
|
3852
|
+
"value": "range"
|
|
3959
3853
|
},
|
|
3960
3854
|
{
|
|
3961
3855
|
"type": "jsLiteral",
|
|
3962
|
-
"value": "
|
|
3856
|
+
"value": "reset"
|
|
3963
3857
|
},
|
|
3964
3858
|
{
|
|
3965
3859
|
"type": "jsLiteral",
|
|
3966
|
-
"value": "
|
|
3860
|
+
"value": "search"
|
|
3967
3861
|
},
|
|
3968
3862
|
{
|
|
3969
3863
|
"type": "jsLiteral",
|
|
3970
|
-
"value": "
|
|
3864
|
+
"value": "submit"
|
|
3971
3865
|
},
|
|
3972
3866
|
{
|
|
3973
3867
|
"type": "jsLiteral",
|
|
3974
|
-
"value": "
|
|
3975
|
-
}
|
|
3976
|
-
]
|
|
3977
|
-
}
|
|
3978
|
-
},
|
|
3979
|
-
{
|
|
3980
|
-
"type": "typeAlias",
|
|
3981
|
-
"name": "UIType",
|
|
3982
|
-
"annotation": {
|
|
3983
|
-
"type": "union",
|
|
3984
|
-
"types": [
|
|
3868
|
+
"value": "tel"
|
|
3869
|
+
},
|
|
3985
3870
|
{
|
|
3986
3871
|
"type": "jsLiteral",
|
|
3987
|
-
"value": "
|
|
3872
|
+
"value": "text"
|
|
3988
3873
|
},
|
|
3989
3874
|
{
|
|
3990
3875
|
"type": "jsLiteral",
|
|
3991
|
-
"value": "
|
|
3876
|
+
"value": "time"
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"type": "jsLiteral",
|
|
3880
|
+
"value": "url"
|
|
3881
|
+
},
|
|
3882
|
+
{
|
|
3883
|
+
"type": "jsLiteral",
|
|
3884
|
+
"value": "week"
|
|
3992
3885
|
}
|
|
3993
3886
|
]
|
|
3994
3887
|
}
|
|
@@ -4020,7 +3913,7 @@
|
|
|
4020
3913
|
}
|
|
4021
3914
|
]
|
|
4022
3915
|
},
|
|
4023
|
-
"eo-
|
|
3916
|
+
"eo-radio": {
|
|
4024
3917
|
"properties": [
|
|
4025
3918
|
{
|
|
4026
3919
|
"name": "name",
|
|
@@ -4037,31 +3930,30 @@
|
|
|
4037
3930
|
}
|
|
4038
3931
|
},
|
|
4039
3932
|
{
|
|
4040
|
-
"name": "
|
|
4041
|
-
"annotation": {
|
|
4042
|
-
"type": "keyword",
|
|
4043
|
-
"value": "boolean"
|
|
4044
|
-
}
|
|
4045
|
-
},
|
|
4046
|
-
{
|
|
4047
|
-
"name": "pattern",
|
|
3933
|
+
"name": "options",
|
|
4048
3934
|
"annotation": {
|
|
4049
|
-
"type": "
|
|
4050
|
-
"
|
|
3935
|
+
"type": "array",
|
|
3936
|
+
"elementType": {
|
|
3937
|
+
"type": "reference",
|
|
3938
|
+
"typeName": {
|
|
3939
|
+
"type": "identifier",
|
|
3940
|
+
"name": "GeneralOption"
|
|
3941
|
+
}
|
|
3942
|
+
}
|
|
4051
3943
|
}
|
|
4052
3944
|
},
|
|
4053
3945
|
{
|
|
4054
|
-
"name": "
|
|
3946
|
+
"name": "value",
|
|
4055
3947
|
"annotation": {
|
|
4056
3948
|
"type": "keyword",
|
|
4057
|
-
"value": "
|
|
3949
|
+
"value": "any"
|
|
4058
3950
|
}
|
|
4059
3951
|
},
|
|
4060
3952
|
{
|
|
4061
|
-
"name": "
|
|
3953
|
+
"name": "required",
|
|
4062
3954
|
"annotation": {
|
|
4063
3955
|
"type": "keyword",
|
|
4064
|
-
"value": "
|
|
3956
|
+
"value": "boolean"
|
|
4065
3957
|
}
|
|
4066
3958
|
},
|
|
4067
3959
|
{
|
|
@@ -4087,20 +3979,6 @@
|
|
|
4087
3979
|
}
|
|
4088
3980
|
}
|
|
4089
3981
|
},
|
|
4090
|
-
{
|
|
4091
|
-
"name": "value",
|
|
4092
|
-
"annotation": {
|
|
4093
|
-
"type": "keyword",
|
|
4094
|
-
"value": "string"
|
|
4095
|
-
}
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"name": "placeholder",
|
|
4099
|
-
"annotation": {
|
|
4100
|
-
"type": "keyword",
|
|
4101
|
-
"value": "string"
|
|
4102
|
-
}
|
|
4103
|
-
},
|
|
4104
3982
|
{
|
|
4105
3983
|
"name": "disabled",
|
|
4106
3984
|
"annotation": {
|
|
@@ -4109,33 +3987,22 @@
|
|
|
4109
3987
|
}
|
|
4110
3988
|
},
|
|
4111
3989
|
{
|
|
4112
|
-
"name": "
|
|
4113
|
-
"annotation": {
|
|
4114
|
-
"type": "keyword",
|
|
4115
|
-
"value": "boolean"
|
|
4116
|
-
}
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"name": "clearable",
|
|
4120
|
-
"annotation": {
|
|
4121
|
-
"type": "keyword",
|
|
4122
|
-
"value": "boolean"
|
|
4123
|
-
}
|
|
4124
|
-
},
|
|
4125
|
-
{
|
|
4126
|
-
"name": "autoFocus",
|
|
3990
|
+
"name": "type",
|
|
4127
3991
|
"annotation": {
|
|
4128
|
-
"type": "
|
|
4129
|
-
"
|
|
3992
|
+
"type": "reference",
|
|
3993
|
+
"typeName": {
|
|
3994
|
+
"type": "identifier",
|
|
3995
|
+
"name": "RadioType"
|
|
3996
|
+
}
|
|
4130
3997
|
}
|
|
4131
3998
|
},
|
|
4132
3999
|
{
|
|
4133
|
-
"name": "
|
|
4000
|
+
"name": "ui",
|
|
4134
4001
|
"annotation": {
|
|
4135
4002
|
"type": "reference",
|
|
4136
4003
|
"typeName": {
|
|
4137
4004
|
"type": "identifier",
|
|
4138
|
-
"name": "
|
|
4005
|
+
"name": "UIType"
|
|
4139
4006
|
}
|
|
4140
4007
|
}
|
|
4141
4008
|
},
|
|
@@ -4150,21 +4017,7 @@
|
|
|
4150
4017
|
}
|
|
4151
4018
|
},
|
|
4152
4019
|
{
|
|
4153
|
-
"name": "
|
|
4154
|
-
"annotation": {
|
|
4155
|
-
"type": "keyword",
|
|
4156
|
-
"value": "number"
|
|
4157
|
-
}
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"name": "maxLength",
|
|
4161
|
-
"annotation": {
|
|
4162
|
-
"type": "keyword",
|
|
4163
|
-
"value": "number"
|
|
4164
|
-
}
|
|
4165
|
-
},
|
|
4166
|
-
{
|
|
4167
|
-
"name": "inputStyle",
|
|
4020
|
+
"name": "customStyle",
|
|
4168
4021
|
"annotation": {
|
|
4169
4022
|
"type": "reference",
|
|
4170
4023
|
"typeName": {
|
|
@@ -4181,28 +4034,12 @@
|
|
|
4181
4034
|
}
|
|
4182
4035
|
},
|
|
4183
4036
|
{
|
|
4184
|
-
"name": "
|
|
4037
|
+
"name": "useBrick",
|
|
4185
4038
|
"annotation": {
|
|
4186
|
-
"type": "
|
|
4187
|
-
"
|
|
4188
|
-
"type": "
|
|
4189
|
-
"
|
|
4190
|
-
{
|
|
4191
|
-
"type": "identifier",
|
|
4192
|
-
"name": "value",
|
|
4193
|
-
"annotation": {
|
|
4194
|
-
"type": "keyword",
|
|
4195
|
-
"value": "any"
|
|
4196
|
-
}
|
|
4197
|
-
}
|
|
4198
|
-
],
|
|
4199
|
-
"annotation": {
|
|
4200
|
-
"type": "reference",
|
|
4201
|
-
"typeName": {
|
|
4202
|
-
"type": "identifier",
|
|
4203
|
-
"name": "MessageBody"
|
|
4204
|
-
}
|
|
4205
|
-
}
|
|
4039
|
+
"type": "reference",
|
|
4040
|
+
"typeName": {
|
|
4041
|
+
"type": "identifier",
|
|
4042
|
+
"name": "UseSingleBrickConf"
|
|
4206
4043
|
}
|
|
4207
4044
|
}
|
|
4208
4045
|
}
|
|
@@ -4212,118 +4049,281 @@
|
|
|
4212
4049
|
"name": "change",
|
|
4213
4050
|
"detail": {
|
|
4214
4051
|
"annotation": {
|
|
4215
|
-
"type": "
|
|
4216
|
-
"
|
|
4052
|
+
"type": "union",
|
|
4053
|
+
"types": [
|
|
4054
|
+
{
|
|
4055
|
+
"type": "reference",
|
|
4056
|
+
"typeName": {
|
|
4057
|
+
"type": "identifier",
|
|
4058
|
+
"name": "GeneralComplexOption"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
{
|
|
4062
|
+
"type": "keyword",
|
|
4063
|
+
"value": "undefined"
|
|
4064
|
+
}
|
|
4065
|
+
]
|
|
4217
4066
|
}
|
|
4218
4067
|
}
|
|
4219
|
-
}
|
|
4220
|
-
],
|
|
4221
|
-
"methods": [
|
|
4222
|
-
{
|
|
4223
|
-
"name": "focusInput",
|
|
4224
|
-
"params": [],
|
|
4225
|
-
"returns": {}
|
|
4226
4068
|
},
|
|
4227
4069
|
{
|
|
4228
|
-
"name": "
|
|
4229
|
-
"
|
|
4230
|
-
|
|
4070
|
+
"name": "options.change",
|
|
4071
|
+
"detail": {
|
|
4072
|
+
"annotation": {
|
|
4073
|
+
"type": "typeLiteral",
|
|
4074
|
+
"members": [
|
|
4075
|
+
{
|
|
4076
|
+
"type": "propertySignature",
|
|
4077
|
+
"key": {
|
|
4078
|
+
"type": "identifier",
|
|
4079
|
+
"name": "options"
|
|
4080
|
+
},
|
|
4081
|
+
"annotation": {
|
|
4082
|
+
"type": "typeLiteral",
|
|
4083
|
+
"members": [
|
|
4084
|
+
{
|
|
4085
|
+
"type": "propertySignature",
|
|
4086
|
+
"key": {
|
|
4087
|
+
"type": "identifier",
|
|
4088
|
+
"name": "label"
|
|
4089
|
+
},
|
|
4090
|
+
"annotation": {
|
|
4091
|
+
"type": "keyword",
|
|
4092
|
+
"value": "string"
|
|
4093
|
+
},
|
|
4094
|
+
"computed": false
|
|
4095
|
+
},
|
|
4096
|
+
{
|
|
4097
|
+
"type": "propertySignature",
|
|
4098
|
+
"key": {
|
|
4099
|
+
"type": "identifier",
|
|
4100
|
+
"name": "value"
|
|
4101
|
+
},
|
|
4102
|
+
"annotation": {
|
|
4103
|
+
"type": "keyword",
|
|
4104
|
+
"value": "any"
|
|
4105
|
+
},
|
|
4106
|
+
"computed": false
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"type": "indexSignature",
|
|
4110
|
+
"parameter": {
|
|
4111
|
+
"type": "identifier",
|
|
4112
|
+
"name": "key",
|
|
4113
|
+
"annotation": {
|
|
4114
|
+
"type": "keyword",
|
|
4115
|
+
"value": "string"
|
|
4116
|
+
}
|
|
4117
|
+
},
|
|
4118
|
+
"annotation": {
|
|
4119
|
+
"type": "keyword",
|
|
4120
|
+
"value": "any"
|
|
4121
|
+
}
|
|
4122
|
+
}
|
|
4123
|
+
]
|
|
4124
|
+
},
|
|
4125
|
+
"computed": false
|
|
4126
|
+
},
|
|
4127
|
+
{
|
|
4128
|
+
"type": "propertySignature",
|
|
4129
|
+
"key": {
|
|
4130
|
+
"type": "identifier",
|
|
4131
|
+
"name": "name"
|
|
4132
|
+
},
|
|
4133
|
+
"annotation": {
|
|
4134
|
+
"type": "keyword",
|
|
4135
|
+
"value": "string"
|
|
4136
|
+
},
|
|
4137
|
+
"computed": false
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
}
|
|
4141
|
+
}
|
|
4231
4142
|
}
|
|
4232
4143
|
],
|
|
4144
|
+
"methods": [],
|
|
4233
4145
|
"types": [
|
|
4234
4146
|
{
|
|
4235
4147
|
"type": "typeAlias",
|
|
4236
|
-
"name": "
|
|
4148
|
+
"name": "GeneralOption",
|
|
4237
4149
|
"annotation": {
|
|
4238
4150
|
"type": "union",
|
|
4239
4151
|
"types": [
|
|
4240
4152
|
{
|
|
4241
|
-
"type": "
|
|
4242
|
-
"value": "
|
|
4243
|
-
},
|
|
4244
|
-
{
|
|
4245
|
-
"type": "jsLiteral",
|
|
4246
|
-
"value": "checkbox"
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"type": "jsLiteral",
|
|
4250
|
-
"value": "color"
|
|
4153
|
+
"type": "keyword",
|
|
4154
|
+
"value": "string"
|
|
4251
4155
|
},
|
|
4252
4156
|
{
|
|
4253
|
-
"type": "
|
|
4254
|
-
"value": "
|
|
4157
|
+
"type": "keyword",
|
|
4158
|
+
"value": "number"
|
|
4255
4159
|
},
|
|
4256
4160
|
{
|
|
4257
|
-
"type": "
|
|
4258
|
-
"value": "
|
|
4161
|
+
"type": "keyword",
|
|
4162
|
+
"value": "boolean"
|
|
4259
4163
|
},
|
|
4260
4164
|
{
|
|
4261
|
-
"type": "
|
|
4262
|
-
"
|
|
4165
|
+
"type": "reference",
|
|
4166
|
+
"typeName": {
|
|
4167
|
+
"type": "identifier",
|
|
4168
|
+
"name": "GeneralComplexOption"
|
|
4169
|
+
}
|
|
4263
4170
|
},
|
|
4264
4171
|
{
|
|
4265
|
-
"type": "
|
|
4266
|
-
"
|
|
4267
|
-
|
|
4172
|
+
"type": "reference",
|
|
4173
|
+
"typeName": {
|
|
4174
|
+
"type": "identifier",
|
|
4175
|
+
"name": "Record"
|
|
4176
|
+
},
|
|
4177
|
+
"typeParameters": {
|
|
4178
|
+
"type": "typeParameterInstantiation",
|
|
4179
|
+
"params": [
|
|
4180
|
+
{
|
|
4181
|
+
"type": "keyword",
|
|
4182
|
+
"value": "string"
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"type": "keyword",
|
|
4186
|
+
"value": "any"
|
|
4187
|
+
}
|
|
4188
|
+
]
|
|
4189
|
+
}
|
|
4190
|
+
}
|
|
4191
|
+
]
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"type": "interface",
|
|
4196
|
+
"name": "GeneralComplexOption",
|
|
4197
|
+
"typeParameters": {
|
|
4198
|
+
"type": "typeParameterDeclaration",
|
|
4199
|
+
"params": [
|
|
4268
4200
|
{
|
|
4269
|
-
"type": "
|
|
4270
|
-
"
|
|
4201
|
+
"type": "typeParameter",
|
|
4202
|
+
"name": "T",
|
|
4203
|
+
"default": {
|
|
4204
|
+
"type": "union",
|
|
4205
|
+
"types": [
|
|
4206
|
+
{
|
|
4207
|
+
"type": "keyword",
|
|
4208
|
+
"value": "string"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"type": "keyword",
|
|
4212
|
+
"value": "number"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"type": "keyword",
|
|
4216
|
+
"value": "boolean"
|
|
4217
|
+
}
|
|
4218
|
+
]
|
|
4219
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
]
|
|
4222
|
+
},
|
|
4223
|
+
"body": [
|
|
4224
|
+
{
|
|
4225
|
+
"type": "propertySignature",
|
|
4226
|
+
"key": {
|
|
4227
|
+
"type": "identifier",
|
|
4228
|
+
"name": "label"
|
|
4271
4229
|
},
|
|
4272
|
-
{
|
|
4273
|
-
"type": "
|
|
4274
|
-
"value": "
|
|
4230
|
+
"annotation": {
|
|
4231
|
+
"type": "keyword",
|
|
4232
|
+
"value": "string"
|
|
4275
4233
|
},
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4234
|
+
"computed": false
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"type": "propertySignature",
|
|
4238
|
+
"key": {
|
|
4239
|
+
"type": "identifier",
|
|
4240
|
+
"name": "value"
|
|
4279
4241
|
},
|
|
4280
|
-
{
|
|
4281
|
-
"type": "
|
|
4282
|
-
"
|
|
4242
|
+
"annotation": {
|
|
4243
|
+
"type": "reference",
|
|
4244
|
+
"typeName": {
|
|
4245
|
+
"type": "identifier",
|
|
4246
|
+
"name": "T"
|
|
4247
|
+
}
|
|
4283
4248
|
},
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4249
|
+
"computed": false
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"type": "propertySignature",
|
|
4253
|
+
"key": {
|
|
4254
|
+
"type": "identifier",
|
|
4255
|
+
"name": "caption"
|
|
4287
4256
|
},
|
|
4288
|
-
{
|
|
4289
|
-
"type": "
|
|
4290
|
-
"value": "
|
|
4257
|
+
"annotation": {
|
|
4258
|
+
"type": "keyword",
|
|
4259
|
+
"value": "string"
|
|
4291
4260
|
},
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4261
|
+
"optional": true,
|
|
4262
|
+
"computed": false
|
|
4263
|
+
},
|
|
4264
|
+
{
|
|
4265
|
+
"type": "indexSignature",
|
|
4266
|
+
"parameter": {
|
|
4267
|
+
"type": "identifier",
|
|
4268
|
+
"name": "key",
|
|
4269
|
+
"annotation": {
|
|
4270
|
+
"type": "keyword",
|
|
4271
|
+
"value": "string"
|
|
4272
|
+
}
|
|
4295
4273
|
},
|
|
4274
|
+
"annotation": {
|
|
4275
|
+
"type": "keyword",
|
|
4276
|
+
"value": "any"
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
]
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"type": "typeAlias",
|
|
4283
|
+
"name": "RadioType",
|
|
4284
|
+
"annotation": {
|
|
4285
|
+
"type": "union",
|
|
4286
|
+
"types": [
|
|
4296
4287
|
{
|
|
4297
4288
|
"type": "jsLiteral",
|
|
4298
|
-
"value": "
|
|
4289
|
+
"value": "button"
|
|
4299
4290
|
},
|
|
4300
4291
|
{
|
|
4301
4292
|
"type": "jsLiteral",
|
|
4302
|
-
"value": "
|
|
4293
|
+
"value": "default"
|
|
4303
4294
|
},
|
|
4304
4295
|
{
|
|
4305
4296
|
"type": "jsLiteral",
|
|
4306
|
-
"value": "
|
|
4297
|
+
"value": "icon"
|
|
4307
4298
|
},
|
|
4308
4299
|
{
|
|
4309
4300
|
"type": "jsLiteral",
|
|
4310
|
-
"value": "
|
|
4301
|
+
"value": "icon-circle"
|
|
4311
4302
|
},
|
|
4312
4303
|
{
|
|
4313
4304
|
"type": "jsLiteral",
|
|
4314
|
-
"value": "
|
|
4305
|
+
"value": "icon-square"
|
|
4315
4306
|
},
|
|
4316
4307
|
{
|
|
4317
4308
|
"type": "jsLiteral",
|
|
4318
|
-
"value": "
|
|
4319
|
-
}
|
|
4309
|
+
"value": "custom"
|
|
4310
|
+
}
|
|
4311
|
+
]
|
|
4312
|
+
}
|
|
4313
|
+
},
|
|
4314
|
+
{
|
|
4315
|
+
"type": "typeAlias",
|
|
4316
|
+
"name": "UIType",
|
|
4317
|
+
"annotation": {
|
|
4318
|
+
"type": "union",
|
|
4319
|
+
"types": [
|
|
4320
4320
|
{
|
|
4321
4321
|
"type": "jsLiteral",
|
|
4322
|
-
"value": "
|
|
4322
|
+
"value": "default"
|
|
4323
4323
|
},
|
|
4324
4324
|
{
|
|
4325
4325
|
"type": "jsLiteral",
|
|
4326
|
-
"value": "
|
|
4326
|
+
"value": "dashboard"
|
|
4327
4327
|
}
|
|
4328
4328
|
]
|
|
4329
4329
|
}
|