@next-bricks/form 1.15.8 → 1.15.10
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 +39 -39
- package/dist/chunks/5347.f37b5799.js +3 -0
- package/dist/chunks/5347.f37b5799.js.map +1 -0
- package/dist/chunks/{eo-date-picker.740508ba.js → eo-date-picker.79d82882.js} +2 -2
- package/dist/chunks/{eo-date-picker.740508ba.js.map → eo-date-picker.79d82882.js.map} +1 -1
- package/dist/chunks/eo-radio.3b5b1a87.js +3 -0
- package/dist/chunks/eo-radio.3b5b1a87.js.map +1 -0
- package/dist/chunks/eo-select.2cfc0a5e.js +3 -0
- package/dist/chunks/eo-select.2cfc0a5e.js.map +1 -0
- package/dist/chunks/{input.eb21f7c8.js → input.4e2e5b20.js} +3 -3
- package/dist/chunks/{input.eb21f7c8.js.map → input.4e2e5b20.js.map} +1 -1
- package/dist/chunks/main.34d81990.js +2 -0
- package/dist/chunks/main.34d81990.js.map +1 -0
- package/dist/examples.json +15 -15
- package/dist/index.c03af876.js +2 -0
- package/dist/index.c03af876.js.map +1 -0
- package/dist/manifest.json +534 -534
- package/dist/types.json +1143 -1143
- package/dist-types/input.d.ts +1 -1
- package/dist-types/radio/index.d.ts +1 -1
- package/dist-types/select/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/2853.13a2154a.js +0 -2
- package/dist/chunks/2853.13a2154a.js.map +0 -1
- package/dist/chunks/7138.32feb41d.js +0 -3
- package/dist/chunks/7138.32feb41d.js.map +0 -1
- package/dist/chunks/eo-radio.f7ea3494.js +0 -3
- package/dist/chunks/eo-radio.f7ea3494.js.map +0 -1
- package/dist/chunks/eo-select.a43cdd6b.js +0 -3
- package/dist/chunks/eo-select.a43cdd6b.js.map +0 -1
- package/dist/chunks/main.363d8234.js +0 -2
- package/dist/chunks/main.363d8234.js.map +0 -1
- package/dist/index.fa015fd4.js +0 -2
- package/dist/index.fa015fd4.js.map +0 -1
- /package/dist/chunks/{7138.32feb41d.js.LICENSE.txt → 5347.f37b5799.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-radio.f7ea3494.js.LICENSE.txt → eo-radio.3b5b1a87.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-select.a43cdd6b.js.LICENSE.txt → eo-select.2cfc0a5e.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{input.eb21f7c8.js.LICENSE.txt → input.4e2e5b20.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1766,7 +1766,7 @@
|
|
|
1766
1766
|
}
|
|
1767
1767
|
]
|
|
1768
1768
|
},
|
|
1769
|
-
"eo-
|
|
1769
|
+
"eo-dynamic-form-item": {
|
|
1770
1770
|
"properties": [
|
|
1771
1771
|
{
|
|
1772
1772
|
"name": "name",
|
|
@@ -1782,51 +1782,6 @@
|
|
|
1782
1782
|
"value": "string"
|
|
1783
1783
|
}
|
|
1784
1784
|
},
|
|
1785
|
-
{
|
|
1786
|
-
"name": "value",
|
|
1787
|
-
"annotation": {
|
|
1788
|
-
"type": "keyword",
|
|
1789
|
-
"value": "string"
|
|
1790
|
-
}
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"name": "placeholder",
|
|
1794
|
-
"annotation": {
|
|
1795
|
-
"type": "keyword",
|
|
1796
|
-
"value": "string"
|
|
1797
|
-
}
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"name": "disabled",
|
|
1801
|
-
"annotation": {
|
|
1802
|
-
"type": "keyword",
|
|
1803
|
-
"value": "boolean"
|
|
1804
|
-
}
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "minLength",
|
|
1808
|
-
"annotation": {
|
|
1809
|
-
"type": "keyword",
|
|
1810
|
-
"value": "number"
|
|
1811
|
-
}
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"name": "maxLength",
|
|
1815
|
-
"annotation": {
|
|
1816
|
-
"type": "keyword",
|
|
1817
|
-
"value": "number"
|
|
1818
|
-
}
|
|
1819
|
-
},
|
|
1820
|
-
{
|
|
1821
|
-
"name": "autoSize",
|
|
1822
|
-
"annotation": {
|
|
1823
|
-
"type": "reference",
|
|
1824
|
-
"typeName": {
|
|
1825
|
-
"type": "identifier",
|
|
1826
|
-
"name": "AutoSize"
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1829
|
-
},
|
|
1830
1785
|
{
|
|
1831
1786
|
"name": "required",
|
|
1832
1787
|
"annotation": {
|
|
@@ -1835,17 +1790,16 @@
|
|
|
1835
1790
|
}
|
|
1836
1791
|
},
|
|
1837
1792
|
{
|
|
1838
|
-
"name": "
|
|
1839
|
-
"annotation": {
|
|
1840
|
-
"type": "keyword",
|
|
1841
|
-
"value": "number"
|
|
1842
|
-
}
|
|
1843
|
-
},
|
|
1844
|
-
{
|
|
1845
|
-
"name": "min",
|
|
1793
|
+
"name": "value",
|
|
1846
1794
|
"annotation": {
|
|
1847
|
-
"type": "
|
|
1848
|
-
"
|
|
1795
|
+
"type": "array",
|
|
1796
|
+
"elementType": {
|
|
1797
|
+
"type": "reference",
|
|
1798
|
+
"typeName": {
|
|
1799
|
+
"type": "identifier",
|
|
1800
|
+
"name": "DynamicFormValuesItem"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1849
1803
|
}
|
|
1850
1804
|
},
|
|
1851
1805
|
{
|
|
@@ -1872,45 +1826,63 @@
|
|
|
1872
1826
|
}
|
|
1873
1827
|
},
|
|
1874
1828
|
{
|
|
1875
|
-
"name": "
|
|
1829
|
+
"name": "hideRemoveButton",
|
|
1876
1830
|
"annotation": {
|
|
1877
|
-
"type": "
|
|
1878
|
-
"
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
"
|
|
1882
|
-
"name": "React"
|
|
1831
|
+
"type": "union",
|
|
1832
|
+
"types": [
|
|
1833
|
+
{
|
|
1834
|
+
"type": "keyword",
|
|
1835
|
+
"value": "boolean"
|
|
1883
1836
|
},
|
|
1884
|
-
|
|
1885
|
-
"type": "
|
|
1886
|
-
"
|
|
1837
|
+
{
|
|
1838
|
+
"type": "parenthesizedType",
|
|
1839
|
+
"annotation": {
|
|
1840
|
+
"type": "function",
|
|
1841
|
+
"parameters": [
|
|
1842
|
+
{
|
|
1843
|
+
"type": "identifier",
|
|
1844
|
+
"name": "row",
|
|
1845
|
+
"annotation": {
|
|
1846
|
+
"type": "reference",
|
|
1847
|
+
"typeName": {
|
|
1848
|
+
"type": "identifier",
|
|
1849
|
+
"name": "Record"
|
|
1850
|
+
},
|
|
1851
|
+
"typeParameters": {
|
|
1852
|
+
"type": "typeParameterInstantiation",
|
|
1853
|
+
"params": [
|
|
1854
|
+
{
|
|
1855
|
+
"type": "keyword",
|
|
1856
|
+
"value": "string"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"type": "keyword",
|
|
1860
|
+
"value": "any"
|
|
1861
|
+
}
|
|
1862
|
+
]
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"type": "identifier",
|
|
1868
|
+
"name": "index",
|
|
1869
|
+
"annotation": {
|
|
1870
|
+
"type": "keyword",
|
|
1871
|
+
"value": "number"
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
],
|
|
1875
|
+
"annotation": {
|
|
1876
|
+
"type": "keyword",
|
|
1877
|
+
"value": "boolean"
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1887
1880
|
}
|
|
1888
|
-
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
],
|
|
1892
|
-
"events": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "change",
|
|
1895
|
-
"detail": {
|
|
1896
|
-
"annotation": {
|
|
1897
|
-
"type": "keyword",
|
|
1898
|
-
"value": "string"
|
|
1899
|
-
}
|
|
1881
|
+
]
|
|
1900
1882
|
}
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
|
-
"methods": [
|
|
1904
|
-
{
|
|
1905
|
-
"name": "focusTextarea",
|
|
1906
|
-
"params": [],
|
|
1907
|
-
"returns": {}
|
|
1908
|
-
}
|
|
1909
|
-
],
|
|
1910
|
-
"types": [
|
|
1883
|
+
},
|
|
1911
1884
|
{
|
|
1912
|
-
"
|
|
1913
|
-
"name": "AutoSize",
|
|
1885
|
+
"name": "disabledRemoveButton",
|
|
1914
1886
|
"annotation": {
|
|
1915
1887
|
"type": "union",
|
|
1916
1888
|
"types": [
|
|
@@ -1919,264 +1891,242 @@
|
|
|
1919
1891
|
"value": "boolean"
|
|
1920
1892
|
},
|
|
1921
1893
|
{
|
|
1922
|
-
"type": "
|
|
1923
|
-
"
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1894
|
+
"type": "parenthesizedType",
|
|
1895
|
+
"annotation": {
|
|
1896
|
+
"type": "function",
|
|
1897
|
+
"parameters": [
|
|
1898
|
+
{
|
|
1927
1899
|
"type": "identifier",
|
|
1928
|
-
"name": "
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1900
|
+
"name": "row",
|
|
1901
|
+
"annotation": {
|
|
1902
|
+
"type": "reference",
|
|
1903
|
+
"typeName": {
|
|
1904
|
+
"type": "identifier",
|
|
1905
|
+
"name": "Record"
|
|
1906
|
+
},
|
|
1907
|
+
"typeParameters": {
|
|
1908
|
+
"type": "typeParameterInstantiation",
|
|
1909
|
+
"params": [
|
|
1910
|
+
{
|
|
1911
|
+
"type": "keyword",
|
|
1912
|
+
"value": "string"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"type": "keyword",
|
|
1916
|
+
"value": "any"
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1933
1921
|
},
|
|
1934
|
-
|
|
1935
|
-
"computed": false
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
"type": "propertySignature",
|
|
1939
|
-
"key": {
|
|
1922
|
+
{
|
|
1940
1923
|
"type": "identifier",
|
|
1941
|
-
"name": "
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
|
|
1924
|
+
"name": "index",
|
|
1925
|
+
"annotation": {
|
|
1926
|
+
"type": "keyword",
|
|
1927
|
+
"value": "number"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"annotation": {
|
|
1932
|
+
"type": "keyword",
|
|
1933
|
+
"value": "boolean"
|
|
1949
1934
|
}
|
|
1950
|
-
|
|
1935
|
+
}
|
|
1951
1936
|
}
|
|
1952
1937
|
]
|
|
1953
1938
|
}
|
|
1954
|
-
}
|
|
1955
|
-
]
|
|
1956
|
-
},
|
|
1957
|
-
"eo-form": {
|
|
1958
|
-
"properties": [
|
|
1959
|
-
{
|
|
1960
|
-
"name": "staticValues",
|
|
1961
|
-
"annotation": {
|
|
1962
|
-
"type": "reference",
|
|
1963
|
-
"typeName": {
|
|
1964
|
-
"type": "identifier",
|
|
1965
|
-
"name": "Record"
|
|
1966
|
-
},
|
|
1967
|
-
"typeParameters": {
|
|
1968
|
-
"type": "typeParameterInstantiation",
|
|
1969
|
-
"params": [
|
|
1970
|
-
{
|
|
1971
|
-
"type": "keyword",
|
|
1972
|
-
"value": "string"
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"type": "keyword",
|
|
1976
|
-
"value": "unknown"
|
|
1977
|
-
}
|
|
1978
|
-
]
|
|
1979
|
-
}
|
|
1980
|
-
}
|
|
1981
|
-
},
|
|
1982
|
-
{
|
|
1983
|
-
"name": "layout",
|
|
1984
|
-
"annotation": {
|
|
1985
|
-
"type": "reference",
|
|
1986
|
-
"typeName": {
|
|
1987
|
-
"type": "identifier",
|
|
1988
|
-
"name": "Layout"
|
|
1989
|
-
}
|
|
1990
|
-
}
|
|
1991
1939
|
},
|
|
1992
1940
|
{
|
|
1993
|
-
"name": "
|
|
1941
|
+
"name": "hideAddButton",
|
|
1994
1942
|
"annotation": {
|
|
1995
|
-
"type": "
|
|
1996
|
-
"
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
1943
|
+
"type": "union",
|
|
1944
|
+
"types": [
|
|
1945
|
+
{
|
|
1946
|
+
"type": "keyword",
|
|
1947
|
+
"value": "boolean"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"type": "parenthesizedType",
|
|
1951
|
+
"annotation": {
|
|
1952
|
+
"type": "function",
|
|
1953
|
+
"parameters": [
|
|
1954
|
+
{
|
|
1955
|
+
"type": "identifier",
|
|
1956
|
+
"name": "value",
|
|
1957
|
+
"annotation": {
|
|
1958
|
+
"type": "array",
|
|
1959
|
+
"elementType": {
|
|
1960
|
+
"type": "reference",
|
|
1961
|
+
"typeName": {
|
|
1962
|
+
"type": "identifier",
|
|
1963
|
+
"name": "Record"
|
|
1964
|
+
},
|
|
1965
|
+
"typeParameters": {
|
|
1966
|
+
"type": "typeParameterInstantiation",
|
|
1967
|
+
"params": [
|
|
1968
|
+
{
|
|
1969
|
+
"type": "keyword",
|
|
1970
|
+
"value": "string"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"type": "keyword",
|
|
1974
|
+
"value": "any"
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1977
|
+
}
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
}
|
|
1981
|
+
],
|
|
1982
|
+
"annotation": {
|
|
1983
|
+
"type": "keyword",
|
|
1984
|
+
"value": "boolean"
|
|
1985
|
+
}
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
2000
1989
|
}
|
|
2001
1990
|
},
|
|
2002
1991
|
{
|
|
2003
|
-
"name": "
|
|
1992
|
+
"name": "disabledAddButton",
|
|
2004
1993
|
"annotation": {
|
|
2005
|
-
"type": "
|
|
2006
|
-
"
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
1994
|
+
"type": "union",
|
|
1995
|
+
"types": [
|
|
1996
|
+
{
|
|
1997
|
+
"type": "keyword",
|
|
1998
|
+
"value": "boolean"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"type": "parenthesizedType",
|
|
2002
|
+
"annotation": {
|
|
2003
|
+
"type": "function",
|
|
2004
|
+
"parameters": [
|
|
2005
|
+
{
|
|
2006
|
+
"type": "identifier",
|
|
2007
|
+
"name": "value",
|
|
2008
|
+
"annotation": {
|
|
2009
|
+
"type": "array",
|
|
2010
|
+
"elementType": {
|
|
2011
|
+
"type": "reference",
|
|
2012
|
+
"typeName": {
|
|
2013
|
+
"type": "identifier",
|
|
2014
|
+
"name": "Record"
|
|
2015
|
+
},
|
|
2016
|
+
"typeParameters": {
|
|
2017
|
+
"type": "typeParameterInstantiation",
|
|
2018
|
+
"params": [
|
|
2019
|
+
{
|
|
2020
|
+
"type": "keyword",
|
|
2021
|
+
"value": "string"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "keyword",
|
|
2025
|
+
"value": "any"
|
|
2026
|
+
}
|
|
2027
|
+
]
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
],
|
|
2033
|
+
"annotation": {
|
|
2034
|
+
"type": "keyword",
|
|
2035
|
+
"value": "boolean"
|
|
2036
|
+
}
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2039
|
+
]
|
|
2010
2040
|
}
|
|
2011
2041
|
},
|
|
2012
2042
|
{
|
|
2013
|
-
"name": "
|
|
2043
|
+
"name": "useBrick",
|
|
2014
2044
|
"annotation": {
|
|
2015
2045
|
"type": "reference",
|
|
2016
2046
|
"typeName": {
|
|
2017
2047
|
"type": "identifier",
|
|
2018
|
-
"name": "
|
|
2019
|
-
}
|
|
2020
|
-
}
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "formStyle",
|
|
2024
|
-
"annotation": {
|
|
2025
|
-
"type": "reference",
|
|
2026
|
-
"typeName": {
|
|
2027
|
-
"type": "qualifiedName",
|
|
2028
|
-
"left": {
|
|
2029
|
-
"type": "identifier",
|
|
2030
|
-
"name": "React"
|
|
2031
|
-
},
|
|
2032
|
-
"right": {
|
|
2033
|
-
"type": "identifier",
|
|
2034
|
-
"name": "CSSProperties"
|
|
2035
|
-
}
|
|
2048
|
+
"name": "UseBrickConf"
|
|
2036
2049
|
}
|
|
2037
2050
|
}
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"name": "textContent",
|
|
2041
|
-
"annotation": {
|
|
2042
|
-
"type": "keyword",
|
|
2043
|
-
"value": "string"
|
|
2044
|
-
}
|
|
2045
2051
|
}
|
|
2046
2052
|
],
|
|
2047
2053
|
"events": [
|
|
2048
2054
|
{
|
|
2049
|
-
"name": "
|
|
2055
|
+
"name": "change",
|
|
2050
2056
|
"detail": {
|
|
2051
2057
|
"annotation": {
|
|
2052
|
-
"type": "
|
|
2053
|
-
"
|
|
2054
|
-
"type": "
|
|
2055
|
-
"
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
"params": [
|
|
2060
|
-
{
|
|
2061
|
-
"type": "keyword",
|
|
2062
|
-
"value": "string"
|
|
2063
|
-
},
|
|
2064
|
-
{
|
|
2065
|
-
"type": "keyword",
|
|
2066
|
-
"value": "unknown"
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2058
|
+
"type": "array",
|
|
2059
|
+
"elementType": {
|
|
2060
|
+
"type": "reference",
|
|
2061
|
+
"typeName": {
|
|
2062
|
+
"type": "identifier",
|
|
2063
|
+
"name": "DynamicFormValuesItem"
|
|
2064
|
+
}
|
|
2069
2065
|
}
|
|
2070
2066
|
}
|
|
2071
2067
|
}
|
|
2072
2068
|
},
|
|
2073
2069
|
{
|
|
2074
|
-
"name": "
|
|
2070
|
+
"name": "row.add",
|
|
2075
2071
|
"detail": {
|
|
2076
2072
|
"annotation": {
|
|
2077
2073
|
"type": "reference",
|
|
2078
2074
|
"typeName": {
|
|
2079
2075
|
"type": "identifier",
|
|
2080
|
-
"name": "
|
|
2081
|
-
},
|
|
2082
|
-
"typeParameters": {
|
|
2083
|
-
"type": "typeParameterInstantiation",
|
|
2084
|
-
"params": [
|
|
2085
|
-
{
|
|
2086
|
-
"type": "keyword",
|
|
2087
|
-
"value": "string"
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"type": "keyword",
|
|
2091
|
-
"value": "unknown"
|
|
2092
|
-
}
|
|
2093
|
-
]
|
|
2076
|
+
"name": "rowDataType"
|
|
2094
2077
|
}
|
|
2095
2078
|
}
|
|
2096
2079
|
}
|
|
2097
2080
|
},
|
|
2098
2081
|
{
|
|
2099
|
-
"name": "
|
|
2082
|
+
"name": "row.remove",
|
|
2100
2083
|
"detail": {
|
|
2101
2084
|
"annotation": {
|
|
2102
|
-
"type": "
|
|
2103
|
-
"
|
|
2104
|
-
"type": "
|
|
2105
|
-
"
|
|
2106
|
-
"type": "intersection",
|
|
2107
|
-
"types": [
|
|
2108
|
-
{
|
|
2109
|
-
"type": "reference",
|
|
2110
|
-
"typeName": {
|
|
2111
|
-
"type": "identifier",
|
|
2112
|
-
"name": "MessageBody"
|
|
2113
|
-
}
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"type": "typeLiteral",
|
|
2117
|
-
"members": [
|
|
2118
|
-
{
|
|
2119
|
-
"type": "propertySignature",
|
|
2120
|
-
"key": {
|
|
2121
|
-
"type": "identifier",
|
|
2122
|
-
"name": "name"
|
|
2123
|
-
},
|
|
2124
|
-
"annotation": {
|
|
2125
|
-
"type": "keyword",
|
|
2126
|
-
"value": "string"
|
|
2127
|
-
},
|
|
2128
|
-
"computed": false
|
|
2129
|
-
}
|
|
2130
|
-
]
|
|
2131
|
-
}
|
|
2132
|
-
]
|
|
2133
|
-
}
|
|
2085
|
+
"type": "reference",
|
|
2086
|
+
"typeName": {
|
|
2087
|
+
"type": "identifier",
|
|
2088
|
+
"name": "rowDataType"
|
|
2134
2089
|
}
|
|
2135
2090
|
}
|
|
2136
2091
|
}
|
|
2137
2092
|
}
|
|
2138
2093
|
],
|
|
2139
|
-
"methods": [
|
|
2094
|
+
"methods": [],
|
|
2095
|
+
"types": [
|
|
2140
2096
|
{
|
|
2141
|
-
"
|
|
2142
|
-
"
|
|
2143
|
-
"
|
|
2144
|
-
"
|
|
2145
|
-
|
|
2146
|
-
"
|
|
2097
|
+
"type": "typeAlias",
|
|
2098
|
+
"name": "DynamicFormValuesItem",
|
|
2099
|
+
"annotation": {
|
|
2100
|
+
"type": "reference",
|
|
2101
|
+
"typeName": {
|
|
2102
|
+
"type": "identifier",
|
|
2103
|
+
"name": "Record"
|
|
2104
|
+
},
|
|
2105
|
+
"typeParameters": {
|
|
2106
|
+
"type": "typeParameterInstantiation",
|
|
2107
|
+
"params": [
|
|
2147
2108
|
{
|
|
2148
2109
|
"type": "keyword",
|
|
2149
|
-
"value": "
|
|
2110
|
+
"value": "string"
|
|
2150
2111
|
},
|
|
2151
2112
|
{
|
|
2152
|
-
"type": "
|
|
2153
|
-
"
|
|
2154
|
-
"type": "identifier",
|
|
2155
|
-
"name": "Record"
|
|
2156
|
-
},
|
|
2157
|
-
"typeParameters": {
|
|
2158
|
-
"type": "typeParameterInstantiation",
|
|
2159
|
-
"params": [
|
|
2160
|
-
{
|
|
2161
|
-
"type": "keyword",
|
|
2162
|
-
"value": "string"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"type": "keyword",
|
|
2166
|
-
"value": "unknown"
|
|
2167
|
-
}
|
|
2168
|
-
]
|
|
2169
|
-
}
|
|
2113
|
+
"type": "keyword",
|
|
2114
|
+
"value": "any"
|
|
2170
2115
|
}
|
|
2171
2116
|
]
|
|
2172
2117
|
}
|
|
2173
2118
|
}
|
|
2174
2119
|
},
|
|
2175
2120
|
{
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
2178
|
-
|
|
2179
|
-
|
|
2121
|
+
"type": "interface",
|
|
2122
|
+
"name": "rowDataType",
|
|
2123
|
+
"body": [
|
|
2124
|
+
{
|
|
2125
|
+
"type": "propertySignature",
|
|
2126
|
+
"key": {
|
|
2127
|
+
"type": "identifier",
|
|
2128
|
+
"name": "detail"
|
|
2129
|
+
},
|
|
2180
2130
|
"annotation": {
|
|
2181
2131
|
"type": "reference",
|
|
2182
2132
|
"typeName": {
|
|
@@ -2192,473 +2142,446 @@
|
|
|
2192
2142
|
},
|
|
2193
2143
|
{
|
|
2194
2144
|
"type": "keyword",
|
|
2195
|
-
"value": "
|
|
2145
|
+
"value": "any"
|
|
2196
2146
|
}
|
|
2197
2147
|
]
|
|
2198
2148
|
}
|
|
2199
|
-
}
|
|
2149
|
+
},
|
|
2150
|
+
"computed": false
|
|
2200
2151
|
},
|
|
2201
2152
|
{
|
|
2202
|
-
"
|
|
2203
|
-
"
|
|
2204
|
-
"type": "
|
|
2205
|
-
"
|
|
2206
|
-
|
|
2207
|
-
"type": "propertySignature",
|
|
2208
|
-
"key": {
|
|
2209
|
-
"type": "identifier",
|
|
2210
|
-
"name": "runInMacrotask"
|
|
2211
|
-
},
|
|
2212
|
-
"annotation": {
|
|
2213
|
-
"type": "keyword",
|
|
2214
|
-
"value": "boolean"
|
|
2215
|
-
},
|
|
2216
|
-
"optional": true,
|
|
2217
|
-
"computed": false
|
|
2218
|
-
},
|
|
2219
|
-
{
|
|
2220
|
-
"type": "propertySignature",
|
|
2221
|
-
"key": {
|
|
2222
|
-
"type": "identifier",
|
|
2223
|
-
"name": "runInMicrotask"
|
|
2224
|
-
},
|
|
2225
|
-
"annotation": {
|
|
2226
|
-
"type": "keyword",
|
|
2227
|
-
"value": "boolean"
|
|
2228
|
-
},
|
|
2229
|
-
"optional": true,
|
|
2230
|
-
"computed": false
|
|
2231
|
-
}
|
|
2232
|
-
]
|
|
2233
|
-
}
|
|
2234
|
-
}
|
|
2235
|
-
],
|
|
2236
|
-
"returns": {}
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
"name": "resetFields",
|
|
2240
|
-
"params": [
|
|
2241
|
-
{
|
|
2242
|
-
"name": "name",
|
|
2153
|
+
"type": "propertySignature",
|
|
2154
|
+
"key": {
|
|
2155
|
+
"type": "identifier",
|
|
2156
|
+
"name": "index"
|
|
2157
|
+
},
|
|
2243
2158
|
"annotation": {
|
|
2244
2159
|
"type": "keyword",
|
|
2245
|
-
"value": "
|
|
2246
|
-
}
|
|
2160
|
+
"value": "number"
|
|
2161
|
+
},
|
|
2162
|
+
"computed": false
|
|
2247
2163
|
}
|
|
2248
|
-
]
|
|
2249
|
-
|
|
2250
|
-
|
|
2164
|
+
]
|
|
2165
|
+
}
|
|
2166
|
+
]
|
|
2167
|
+
},
|
|
2168
|
+
"eo-form": {
|
|
2169
|
+
"properties": [
|
|
2251
2170
|
{
|
|
2252
|
-
"name": "
|
|
2253
|
-
"
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
"
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2171
|
+
"name": "staticValues",
|
|
2172
|
+
"annotation": {
|
|
2173
|
+
"type": "reference",
|
|
2174
|
+
"typeName": {
|
|
2175
|
+
"type": "identifier",
|
|
2176
|
+
"name": "Record"
|
|
2177
|
+
},
|
|
2178
|
+
"typeParameters": {
|
|
2179
|
+
"type": "typeParameterInstantiation",
|
|
2180
|
+
"params": [
|
|
2181
|
+
{
|
|
2182
|
+
"type": "keyword",
|
|
2183
|
+
"value": "string"
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"type": "keyword",
|
|
2187
|
+
"value": "unknown"
|
|
2188
|
+
}
|
|
2189
|
+
]
|
|
2260
2190
|
}
|
|
2261
|
-
|
|
2262
|
-
"returns": {}
|
|
2191
|
+
}
|
|
2263
2192
|
},
|
|
2264
2193
|
{
|
|
2265
|
-
"name": "
|
|
2266
|
-
"
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
"
|
|
2270
|
-
|
|
2271
|
-
"value": "string"
|
|
2272
|
-
}
|
|
2194
|
+
"name": "layout",
|
|
2195
|
+
"annotation": {
|
|
2196
|
+
"type": "reference",
|
|
2197
|
+
"typeName": {
|
|
2198
|
+
"type": "identifier",
|
|
2199
|
+
"name": "Layout"
|
|
2273
2200
|
}
|
|
2274
|
-
|
|
2275
|
-
"returns": {}
|
|
2201
|
+
}
|
|
2276
2202
|
},
|
|
2277
2203
|
{
|
|
2278
|
-
"name": "
|
|
2279
|
-
"params": [],
|
|
2280
|
-
"returns": {}
|
|
2281
|
-
}
|
|
2282
|
-
],
|
|
2283
|
-
"types": [
|
|
2284
|
-
{
|
|
2285
|
-
"type": "typeAlias",
|
|
2286
|
-
"name": "Layout",
|
|
2204
|
+
"name": "size",
|
|
2287
2205
|
"annotation": {
|
|
2288
|
-
"type": "
|
|
2289
|
-
"
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
},
|
|
2294
|
-
{
|
|
2295
|
-
"type": "jsLiteral",
|
|
2296
|
-
"value": "vertical"
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"type": "jsLiteral",
|
|
2300
|
-
"value": "inline"
|
|
2301
|
-
}
|
|
2302
|
-
]
|
|
2206
|
+
"type": "reference",
|
|
2207
|
+
"typeName": {
|
|
2208
|
+
"type": "identifier",
|
|
2209
|
+
"name": "ComponentSize"
|
|
2210
|
+
}
|
|
2303
2211
|
}
|
|
2304
2212
|
},
|
|
2305
2213
|
{
|
|
2306
|
-
"
|
|
2307
|
-
"name": "ComponentSize",
|
|
2214
|
+
"name": "labelCol",
|
|
2308
2215
|
"annotation": {
|
|
2309
|
-
"type": "
|
|
2310
|
-
"
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
"type": "jsLiteral",
|
|
2317
|
-
"value": "medium"
|
|
2318
|
-
},
|
|
2319
|
-
{
|
|
2320
|
-
"type": "jsLiteral",
|
|
2321
|
-
"value": "small"
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
"type": "jsLiteral",
|
|
2325
|
-
"value": "xs"
|
|
2326
|
-
}
|
|
2327
|
-
]
|
|
2216
|
+
"type": "reference",
|
|
2217
|
+
"typeName": {
|
|
2218
|
+
"type": "identifier",
|
|
2219
|
+
"name": "ColProps"
|
|
2220
|
+
}
|
|
2328
2221
|
}
|
|
2329
|
-
}
|
|
2330
|
-
]
|
|
2331
|
-
},
|
|
2332
|
-
"eo-dynamic-form-item": {
|
|
2333
|
-
"properties": [
|
|
2222
|
+
},
|
|
2334
2223
|
{
|
|
2335
|
-
"name": "
|
|
2224
|
+
"name": "wrapperCol",
|
|
2336
2225
|
"annotation": {
|
|
2337
|
-
"type": "
|
|
2338
|
-
"
|
|
2226
|
+
"type": "reference",
|
|
2227
|
+
"typeName": {
|
|
2228
|
+
"type": "identifier",
|
|
2229
|
+
"name": "ColProps"
|
|
2230
|
+
}
|
|
2339
2231
|
}
|
|
2340
2232
|
},
|
|
2341
2233
|
{
|
|
2342
|
-
"name": "
|
|
2234
|
+
"name": "formStyle",
|
|
2343
2235
|
"annotation": {
|
|
2344
|
-
"type": "
|
|
2345
|
-
"
|
|
2236
|
+
"type": "reference",
|
|
2237
|
+
"typeName": {
|
|
2238
|
+
"type": "qualifiedName",
|
|
2239
|
+
"left": {
|
|
2240
|
+
"type": "identifier",
|
|
2241
|
+
"name": "React"
|
|
2242
|
+
},
|
|
2243
|
+
"right": {
|
|
2244
|
+
"type": "identifier",
|
|
2245
|
+
"name": "CSSProperties"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2346
2248
|
}
|
|
2347
2249
|
},
|
|
2348
2250
|
{
|
|
2349
|
-
"name": "
|
|
2251
|
+
"name": "textContent",
|
|
2350
2252
|
"annotation": {
|
|
2351
2253
|
"type": "keyword",
|
|
2352
|
-
"value": "
|
|
2254
|
+
"value": "string"
|
|
2353
2255
|
}
|
|
2354
|
-
}
|
|
2256
|
+
}
|
|
2257
|
+
],
|
|
2258
|
+
"events": [
|
|
2355
2259
|
{
|
|
2356
|
-
"name": "
|
|
2357
|
-
"
|
|
2358
|
-
"
|
|
2359
|
-
"elementType": {
|
|
2260
|
+
"name": "values.change",
|
|
2261
|
+
"detail": {
|
|
2262
|
+
"annotation": {
|
|
2360
2263
|
"type": "reference",
|
|
2361
2264
|
"typeName": {
|
|
2362
2265
|
"type": "identifier",
|
|
2363
|
-
"name": "
|
|
2266
|
+
"name": "Record"
|
|
2267
|
+
},
|
|
2268
|
+
"typeParameters": {
|
|
2269
|
+
"type": "typeParameterInstantiation",
|
|
2270
|
+
"params": [
|
|
2271
|
+
{
|
|
2272
|
+
"type": "keyword",
|
|
2273
|
+
"value": "string"
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"type": "keyword",
|
|
2277
|
+
"value": "unknown"
|
|
2278
|
+
}
|
|
2279
|
+
]
|
|
2364
2280
|
}
|
|
2365
2281
|
}
|
|
2366
2282
|
}
|
|
2367
2283
|
},
|
|
2368
2284
|
{
|
|
2369
|
-
"name": "
|
|
2370
|
-
"
|
|
2371
|
-
"
|
|
2372
|
-
|
|
2373
|
-
"
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
"
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2285
|
+
"name": "validate.success",
|
|
2286
|
+
"detail": {
|
|
2287
|
+
"annotation": {
|
|
2288
|
+
"type": "reference",
|
|
2289
|
+
"typeName": {
|
|
2290
|
+
"type": "identifier",
|
|
2291
|
+
"name": "Record"
|
|
2292
|
+
},
|
|
2293
|
+
"typeParameters": {
|
|
2294
|
+
"type": "typeParameterInstantiation",
|
|
2295
|
+
"params": [
|
|
2296
|
+
{
|
|
2297
|
+
"type": "keyword",
|
|
2298
|
+
"value": "string"
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"type": "keyword",
|
|
2302
|
+
"value": "unknown"
|
|
2303
|
+
}
|
|
2304
|
+
]
|
|
2305
|
+
}
|
|
2388
2306
|
}
|
|
2389
2307
|
}
|
|
2390
2308
|
},
|
|
2391
2309
|
{
|
|
2392
|
-
"name": "
|
|
2393
|
-
"
|
|
2394
|
-
"
|
|
2395
|
-
|
|
2396
|
-
{
|
|
2397
|
-
"type": "keyword",
|
|
2398
|
-
"value": "boolean"
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2310
|
+
"name": "validate.error",
|
|
2311
|
+
"detail": {
|
|
2312
|
+
"annotation": {
|
|
2313
|
+
"type": "array",
|
|
2314
|
+
"elementType": {
|
|
2401
2315
|
"type": "parenthesizedType",
|
|
2402
2316
|
"annotation": {
|
|
2403
|
-
"type": "
|
|
2404
|
-
"
|
|
2317
|
+
"type": "intersection",
|
|
2318
|
+
"types": [
|
|
2405
2319
|
{
|
|
2406
|
-
"type": "
|
|
2407
|
-
"
|
|
2408
|
-
|
|
2409
|
-
"
|
|
2410
|
-
"typeName": {
|
|
2411
|
-
"type": "identifier",
|
|
2412
|
-
"name": "Record"
|
|
2413
|
-
},
|
|
2414
|
-
"typeParameters": {
|
|
2415
|
-
"type": "typeParameterInstantiation",
|
|
2416
|
-
"params": [
|
|
2417
|
-
{
|
|
2418
|
-
"type": "keyword",
|
|
2419
|
-
"value": "string"
|
|
2420
|
-
},
|
|
2421
|
-
{
|
|
2422
|
-
"type": "keyword",
|
|
2423
|
-
"value": "any"
|
|
2424
|
-
}
|
|
2425
|
-
]
|
|
2426
|
-
}
|
|
2320
|
+
"type": "reference",
|
|
2321
|
+
"typeName": {
|
|
2322
|
+
"type": "identifier",
|
|
2323
|
+
"name": "MessageBody"
|
|
2427
2324
|
}
|
|
2428
2325
|
},
|
|
2429
2326
|
{
|
|
2430
|
-
"type": "
|
|
2431
|
-
"
|
|
2432
|
-
|
|
2327
|
+
"type": "typeLiteral",
|
|
2328
|
+
"members": [
|
|
2329
|
+
{
|
|
2330
|
+
"type": "propertySignature",
|
|
2331
|
+
"key": {
|
|
2332
|
+
"type": "identifier",
|
|
2333
|
+
"name": "name"
|
|
2334
|
+
},
|
|
2335
|
+
"annotation": {
|
|
2336
|
+
"type": "keyword",
|
|
2337
|
+
"value": "string"
|
|
2338
|
+
},
|
|
2339
|
+
"computed": false
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
2342
|
+
}
|
|
2343
|
+
]
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
}
|
|
2348
|
+
}
|
|
2349
|
+
],
|
|
2350
|
+
"methods": [
|
|
2351
|
+
{
|
|
2352
|
+
"name": "validate",
|
|
2353
|
+
"params": [],
|
|
2354
|
+
"returns": {
|
|
2355
|
+
"annotation": {
|
|
2356
|
+
"type": "union",
|
|
2357
|
+
"types": [
|
|
2358
|
+
{
|
|
2359
|
+
"type": "keyword",
|
|
2360
|
+
"value": "boolean"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"type": "reference",
|
|
2364
|
+
"typeName": {
|
|
2365
|
+
"type": "identifier",
|
|
2366
|
+
"name": "Record"
|
|
2367
|
+
},
|
|
2368
|
+
"typeParameters": {
|
|
2369
|
+
"type": "typeParameterInstantiation",
|
|
2370
|
+
"params": [
|
|
2371
|
+
{
|
|
2433
2372
|
"type": "keyword",
|
|
2434
|
-
"value": "
|
|
2373
|
+
"value": "string"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"type": "keyword",
|
|
2377
|
+
"value": "unknown"
|
|
2435
2378
|
}
|
|
2436
|
-
|
|
2437
|
-
],
|
|
2438
|
-
"annotation": {
|
|
2439
|
-
"type": "keyword",
|
|
2440
|
-
"value": "boolean"
|
|
2379
|
+
]
|
|
2441
2380
|
}
|
|
2442
2381
|
}
|
|
2443
|
-
|
|
2444
|
-
|
|
2382
|
+
]
|
|
2383
|
+
}
|
|
2445
2384
|
}
|
|
2446
2385
|
},
|
|
2447
2386
|
{
|
|
2448
|
-
"name": "
|
|
2449
|
-
"
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
{
|
|
2453
|
-
"type": "
|
|
2454
|
-
"
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
"
|
|
2459
|
-
"type": "
|
|
2460
|
-
"
|
|
2387
|
+
"name": "setInitValue",
|
|
2388
|
+
"params": [
|
|
2389
|
+
{
|
|
2390
|
+
"name": "values",
|
|
2391
|
+
"annotation": {
|
|
2392
|
+
"type": "reference",
|
|
2393
|
+
"typeName": {
|
|
2394
|
+
"type": "identifier",
|
|
2395
|
+
"name": "Record"
|
|
2396
|
+
},
|
|
2397
|
+
"typeParameters": {
|
|
2398
|
+
"type": "typeParameterInstantiation",
|
|
2399
|
+
"params": [
|
|
2461
2400
|
{
|
|
2462
|
-
"type": "
|
|
2463
|
-
"
|
|
2464
|
-
"annotation": {
|
|
2465
|
-
"type": "reference",
|
|
2466
|
-
"typeName": {
|
|
2467
|
-
"type": "identifier",
|
|
2468
|
-
"name": "Record"
|
|
2469
|
-
},
|
|
2470
|
-
"typeParameters": {
|
|
2471
|
-
"type": "typeParameterInstantiation",
|
|
2472
|
-
"params": [
|
|
2473
|
-
{
|
|
2474
|
-
"type": "keyword",
|
|
2475
|
-
"value": "string"
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
"type": "keyword",
|
|
2479
|
-
"value": "any"
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2482
|
-
}
|
|
2483
|
-
}
|
|
2401
|
+
"type": "keyword",
|
|
2402
|
+
"value": "string"
|
|
2484
2403
|
},
|
|
2485
2404
|
{
|
|
2486
|
-
"type": "
|
|
2487
|
-
"
|
|
2488
|
-
"annotation": {
|
|
2489
|
-
"type": "keyword",
|
|
2490
|
-
"value": "number"
|
|
2491
|
-
}
|
|
2405
|
+
"type": "keyword",
|
|
2406
|
+
"value": "unknown"
|
|
2492
2407
|
}
|
|
2493
|
-
]
|
|
2494
|
-
"annotation": {
|
|
2495
|
-
"type": "keyword",
|
|
2496
|
-
"value": "boolean"
|
|
2497
|
-
}
|
|
2408
|
+
]
|
|
2498
2409
|
}
|
|
2499
2410
|
}
|
|
2500
|
-
|
|
2501
|
-
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"name": "options",
|
|
2414
|
+
"annotation": {
|
|
2415
|
+
"type": "typeLiteral",
|
|
2416
|
+
"members": [
|
|
2417
|
+
{
|
|
2418
|
+
"type": "propertySignature",
|
|
2419
|
+
"key": {
|
|
2420
|
+
"type": "identifier",
|
|
2421
|
+
"name": "runInMacrotask"
|
|
2422
|
+
},
|
|
2423
|
+
"annotation": {
|
|
2424
|
+
"type": "keyword",
|
|
2425
|
+
"value": "boolean"
|
|
2426
|
+
},
|
|
2427
|
+
"optional": true,
|
|
2428
|
+
"computed": false
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2431
|
+
"type": "propertySignature",
|
|
2432
|
+
"key": {
|
|
2433
|
+
"type": "identifier",
|
|
2434
|
+
"name": "runInMicrotask"
|
|
2435
|
+
},
|
|
2436
|
+
"annotation": {
|
|
2437
|
+
"type": "keyword",
|
|
2438
|
+
"value": "boolean"
|
|
2439
|
+
},
|
|
2440
|
+
"optional": true,
|
|
2441
|
+
"computed": false
|
|
2442
|
+
}
|
|
2443
|
+
]
|
|
2444
|
+
}
|
|
2445
|
+
}
|
|
2446
|
+
],
|
|
2447
|
+
"returns": {}
|
|
2502
2448
|
},
|
|
2503
2449
|
{
|
|
2504
|
-
"name": "
|
|
2450
|
+
"name": "resetFields",
|
|
2451
|
+
"params": [
|
|
2452
|
+
{
|
|
2453
|
+
"name": "name",
|
|
2454
|
+
"annotation": {
|
|
2455
|
+
"type": "keyword",
|
|
2456
|
+
"value": "string"
|
|
2457
|
+
}
|
|
2458
|
+
}
|
|
2459
|
+
],
|
|
2460
|
+
"returns": {}
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"name": "getFieldsValue",
|
|
2464
|
+
"params": [
|
|
2465
|
+
{
|
|
2466
|
+
"name": "name",
|
|
2467
|
+
"annotation": {
|
|
2468
|
+
"type": "keyword",
|
|
2469
|
+
"value": "string"
|
|
2470
|
+
}
|
|
2471
|
+
}
|
|
2472
|
+
],
|
|
2473
|
+
"returns": {}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"name": "validateField",
|
|
2477
|
+
"params": [
|
|
2478
|
+
{
|
|
2479
|
+
"name": "name",
|
|
2480
|
+
"annotation": {
|
|
2481
|
+
"type": "keyword",
|
|
2482
|
+
"value": "string"
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
],
|
|
2486
|
+
"returns": {}
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"name": "resetValidateState",
|
|
2490
|
+
"params": [],
|
|
2491
|
+
"returns": {}
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"types": [
|
|
2495
|
+
{
|
|
2496
|
+
"type": "typeAlias",
|
|
2497
|
+
"name": "Layout",
|
|
2505
2498
|
"annotation": {
|
|
2506
2499
|
"type": "union",
|
|
2507
2500
|
"types": [
|
|
2508
2501
|
{
|
|
2509
|
-
"type": "
|
|
2510
|
-
"value": "
|
|
2502
|
+
"type": "jsLiteral",
|
|
2503
|
+
"value": "horizontal"
|
|
2511
2504
|
},
|
|
2512
2505
|
{
|
|
2513
|
-
"type": "
|
|
2514
|
-
"
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
"name": "value",
|
|
2520
|
-
"annotation": {
|
|
2521
|
-
"type": "array",
|
|
2522
|
-
"elementType": {
|
|
2523
|
-
"type": "reference",
|
|
2524
|
-
"typeName": {
|
|
2525
|
-
"type": "identifier",
|
|
2526
|
-
"name": "Record"
|
|
2527
|
-
},
|
|
2528
|
-
"typeParameters": {
|
|
2529
|
-
"type": "typeParameterInstantiation",
|
|
2530
|
-
"params": [
|
|
2531
|
-
{
|
|
2532
|
-
"type": "keyword",
|
|
2533
|
-
"value": "string"
|
|
2534
|
-
},
|
|
2535
|
-
{
|
|
2536
|
-
"type": "keyword",
|
|
2537
|
-
"value": "any"
|
|
2538
|
-
}
|
|
2539
|
-
]
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
}
|
|
2543
|
-
}
|
|
2544
|
-
],
|
|
2545
|
-
"annotation": {
|
|
2546
|
-
"type": "keyword",
|
|
2547
|
-
"value": "boolean"
|
|
2548
|
-
}
|
|
2549
|
-
}
|
|
2506
|
+
"type": "jsLiteral",
|
|
2507
|
+
"value": "vertical"
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"type": "jsLiteral",
|
|
2511
|
+
"value": "inline"
|
|
2550
2512
|
}
|
|
2551
2513
|
]
|
|
2552
2514
|
}
|
|
2553
2515
|
},
|
|
2554
2516
|
{
|
|
2555
|
-
"
|
|
2517
|
+
"type": "typeAlias",
|
|
2518
|
+
"name": "ComponentSize",
|
|
2556
2519
|
"annotation": {
|
|
2557
2520
|
"type": "union",
|
|
2558
2521
|
"types": [
|
|
2559
2522
|
{
|
|
2560
|
-
"type": "
|
|
2561
|
-
"value": "
|
|
2523
|
+
"type": "jsLiteral",
|
|
2524
|
+
"value": "large"
|
|
2562
2525
|
},
|
|
2563
2526
|
{
|
|
2564
|
-
"type": "
|
|
2565
|
-
"
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
"type": "reference",
|
|
2575
|
-
"typeName": {
|
|
2576
|
-
"type": "identifier",
|
|
2577
|
-
"name": "Record"
|
|
2578
|
-
},
|
|
2579
|
-
"typeParameters": {
|
|
2580
|
-
"type": "typeParameterInstantiation",
|
|
2581
|
-
"params": [
|
|
2582
|
-
{
|
|
2583
|
-
"type": "keyword",
|
|
2584
|
-
"value": "string"
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"type": "keyword",
|
|
2588
|
-
"value": "any"
|
|
2589
|
-
}
|
|
2590
|
-
]
|
|
2591
|
-
}
|
|
2592
|
-
}
|
|
2593
|
-
}
|
|
2594
|
-
}
|
|
2595
|
-
],
|
|
2596
|
-
"annotation": {
|
|
2597
|
-
"type": "keyword",
|
|
2598
|
-
"value": "boolean"
|
|
2599
|
-
}
|
|
2600
|
-
}
|
|
2527
|
+
"type": "jsLiteral",
|
|
2528
|
+
"value": "medium"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"type": "jsLiteral",
|
|
2532
|
+
"value": "small"
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"type": "jsLiteral",
|
|
2536
|
+
"value": "xs"
|
|
2601
2537
|
}
|
|
2602
2538
|
]
|
|
2603
2539
|
}
|
|
2540
|
+
}
|
|
2541
|
+
]
|
|
2542
|
+
},
|
|
2543
|
+
"eo-icon-select": {
|
|
2544
|
+
"properties": [
|
|
2545
|
+
{
|
|
2546
|
+
"name": "name",
|
|
2547
|
+
"annotation": {
|
|
2548
|
+
"type": "keyword",
|
|
2549
|
+
"value": "string"
|
|
2550
|
+
}
|
|
2604
2551
|
},
|
|
2605
2552
|
{
|
|
2606
|
-
"name": "
|
|
2553
|
+
"name": "label",
|
|
2554
|
+
"annotation": {
|
|
2555
|
+
"type": "keyword",
|
|
2556
|
+
"value": "string"
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2559
|
+
{
|
|
2560
|
+
"name": "value",
|
|
2607
2561
|
"annotation": {
|
|
2608
2562
|
"type": "reference",
|
|
2609
2563
|
"typeName": {
|
|
2610
2564
|
"type": "identifier",
|
|
2611
|
-
"name": "
|
|
2612
|
-
}
|
|
2613
|
-
}
|
|
2614
|
-
}
|
|
2615
|
-
],
|
|
2616
|
-
"events": [
|
|
2617
|
-
{
|
|
2618
|
-
"name": "change",
|
|
2619
|
-
"detail": {
|
|
2620
|
-
"annotation": {
|
|
2621
|
-
"type": "array",
|
|
2622
|
-
"elementType": {
|
|
2623
|
-
"type": "reference",
|
|
2624
|
-
"typeName": {
|
|
2625
|
-
"type": "identifier",
|
|
2626
|
-
"name": "DynamicFormValuesItem"
|
|
2627
|
-
}
|
|
2628
|
-
}
|
|
2565
|
+
"name": "Icon"
|
|
2629
2566
|
}
|
|
2630
2567
|
}
|
|
2631
2568
|
},
|
|
2632
2569
|
{
|
|
2633
|
-
"name": "
|
|
2634
|
-
"
|
|
2635
|
-
"
|
|
2636
|
-
|
|
2637
|
-
"typeName": {
|
|
2638
|
-
"type": "identifier",
|
|
2639
|
-
"name": "rowDataType"
|
|
2640
|
-
}
|
|
2641
|
-
}
|
|
2570
|
+
"name": "disabled",
|
|
2571
|
+
"annotation": {
|
|
2572
|
+
"type": "keyword",
|
|
2573
|
+
"value": "boolean"
|
|
2642
2574
|
}
|
|
2643
2575
|
},
|
|
2644
2576
|
{
|
|
2645
|
-
"name": "
|
|
2646
|
-
"
|
|
2647
|
-
"
|
|
2648
|
-
|
|
2649
|
-
"typeName": {
|
|
2650
|
-
"type": "identifier",
|
|
2651
|
-
"name": "rowDataType"
|
|
2652
|
-
}
|
|
2653
|
-
}
|
|
2577
|
+
"name": "required",
|
|
2578
|
+
"annotation": {
|
|
2579
|
+
"type": "keyword",
|
|
2580
|
+
"value": "boolean"
|
|
2654
2581
|
}
|
|
2655
|
-
}
|
|
2656
|
-
],
|
|
2657
|
-
"methods": [],
|
|
2658
|
-
"types": [
|
|
2582
|
+
},
|
|
2659
2583
|
{
|
|
2660
|
-
"
|
|
2661
|
-
"name": "DynamicFormValuesItem",
|
|
2584
|
+
"name": "message",
|
|
2662
2585
|
"annotation": {
|
|
2663
2586
|
"type": "reference",
|
|
2664
2587
|
"typeName": {
|
|
@@ -2674,61 +2597,75 @@
|
|
|
2674
2597
|
},
|
|
2675
2598
|
{
|
|
2676
2599
|
"type": "keyword",
|
|
2677
|
-
"value": "
|
|
2600
|
+
"value": "string"
|
|
2678
2601
|
}
|
|
2679
2602
|
]
|
|
2680
2603
|
}
|
|
2681
2604
|
}
|
|
2682
|
-
}
|
|
2605
|
+
}
|
|
2606
|
+
],
|
|
2607
|
+
"events": [
|
|
2683
2608
|
{
|
|
2684
|
-
"
|
|
2685
|
-
"
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
"
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2609
|
+
"name": "change",
|
|
2610
|
+
"detail": {
|
|
2611
|
+
"annotation": {
|
|
2612
|
+
"type": "union",
|
|
2613
|
+
"types": [
|
|
2614
|
+
{
|
|
2615
|
+
"type": "reference",
|
|
2616
|
+
"typeName": {
|
|
2617
|
+
"type": "identifier",
|
|
2618
|
+
"name": "Icon"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"type": "keyword",
|
|
2623
|
+
"value": "undefined"
|
|
2624
|
+
}
|
|
2625
|
+
]
|
|
2626
|
+
}
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
2630
|
+
"methods": [],
|
|
2631
|
+
"types": [
|
|
2632
|
+
{
|
|
2633
|
+
"type": "typeAlias",
|
|
2634
|
+
"name": "Icon",
|
|
2635
|
+
"annotation": {
|
|
2636
|
+
"type": "intersection",
|
|
2637
|
+
"types": [
|
|
2638
|
+
{
|
|
2694
2639
|
"type": "reference",
|
|
2695
2640
|
"typeName": {
|
|
2696
2641
|
"type": "identifier",
|
|
2697
|
-
"name": "
|
|
2698
|
-
}
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2642
|
+
"name": "LibIconProps"
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"type": "typeLiteral",
|
|
2647
|
+
"members": [
|
|
2648
|
+
{
|
|
2649
|
+
"type": "propertySignature",
|
|
2650
|
+
"key": {
|
|
2651
|
+
"type": "identifier",
|
|
2652
|
+
"name": "color"
|
|
2653
|
+
},
|
|
2654
|
+
"annotation": {
|
|
2703
2655
|
"type": "keyword",
|
|
2704
2656
|
"value": "string"
|
|
2705
2657
|
},
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
"computed": false
|
|
2714
|
-
},
|
|
2715
|
-
{
|
|
2716
|
-
"type": "propertySignature",
|
|
2717
|
-
"key": {
|
|
2718
|
-
"type": "identifier",
|
|
2719
|
-
"name": "index"
|
|
2720
|
-
},
|
|
2721
|
-
"annotation": {
|
|
2722
|
-
"type": "keyword",
|
|
2723
|
-
"value": "number"
|
|
2724
|
-
},
|
|
2725
|
-
"computed": false
|
|
2726
|
-
}
|
|
2727
|
-
]
|
|
2658
|
+
"optional": true,
|
|
2659
|
+
"computed": false
|
|
2660
|
+
}
|
|
2661
|
+
]
|
|
2662
|
+
}
|
|
2663
|
+
]
|
|
2664
|
+
}
|
|
2728
2665
|
}
|
|
2729
2666
|
]
|
|
2730
2667
|
},
|
|
2731
|
-
"eo-
|
|
2668
|
+
"eo-textarea": {
|
|
2732
2669
|
"properties": [
|
|
2733
2670
|
{
|
|
2734
2671
|
"name": "name",
|
|
@@ -2746,26 +2683,68 @@
|
|
|
2746
2683
|
},
|
|
2747
2684
|
{
|
|
2748
2685
|
"name": "value",
|
|
2686
|
+
"annotation": {
|
|
2687
|
+
"type": "keyword",
|
|
2688
|
+
"value": "string"
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"name": "placeholder",
|
|
2693
|
+
"annotation": {
|
|
2694
|
+
"type": "keyword",
|
|
2695
|
+
"value": "string"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"name": "disabled",
|
|
2700
|
+
"annotation": {
|
|
2701
|
+
"type": "keyword",
|
|
2702
|
+
"value": "boolean"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "minLength",
|
|
2707
|
+
"annotation": {
|
|
2708
|
+
"type": "keyword",
|
|
2709
|
+
"value": "number"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "maxLength",
|
|
2714
|
+
"annotation": {
|
|
2715
|
+
"type": "keyword",
|
|
2716
|
+
"value": "number"
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "autoSize",
|
|
2749
2721
|
"annotation": {
|
|
2750
2722
|
"type": "reference",
|
|
2751
2723
|
"typeName": {
|
|
2752
2724
|
"type": "identifier",
|
|
2753
|
-
"name": "
|
|
2725
|
+
"name": "AutoSize"
|
|
2754
2726
|
}
|
|
2755
2727
|
}
|
|
2756
2728
|
},
|
|
2757
2729
|
{
|
|
2758
|
-
"name": "
|
|
2730
|
+
"name": "required",
|
|
2759
2731
|
"annotation": {
|
|
2760
2732
|
"type": "keyword",
|
|
2761
2733
|
"value": "boolean"
|
|
2762
2734
|
}
|
|
2763
2735
|
},
|
|
2764
2736
|
{
|
|
2765
|
-
"name": "
|
|
2737
|
+
"name": "max",
|
|
2766
2738
|
"annotation": {
|
|
2767
2739
|
"type": "keyword",
|
|
2768
|
-
"value": "
|
|
2740
|
+
"value": "number"
|
|
2741
|
+
}
|
|
2742
|
+
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "min",
|
|
2745
|
+
"annotation": {
|
|
2746
|
+
"type": "keyword",
|
|
2747
|
+
"value": "number"
|
|
2769
2748
|
}
|
|
2770
2749
|
},
|
|
2771
2750
|
{
|
|
@@ -2790,6 +2769,23 @@
|
|
|
2790
2769
|
]
|
|
2791
2770
|
}
|
|
2792
2771
|
}
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
"name": "textareaStyle",
|
|
2775
|
+
"annotation": {
|
|
2776
|
+
"type": "reference",
|
|
2777
|
+
"typeName": {
|
|
2778
|
+
"type": "qualifiedName",
|
|
2779
|
+
"left": {
|
|
2780
|
+
"type": "identifier",
|
|
2781
|
+
"name": "React"
|
|
2782
|
+
},
|
|
2783
|
+
"right": {
|
|
2784
|
+
"type": "identifier",
|
|
2785
|
+
"name": "CSSProperties"
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2793
2789
|
}
|
|
2794
2790
|
],
|
|
2795
2791
|
"events": [
|
|
@@ -2797,38 +2793,29 @@
|
|
|
2797
2793
|
"name": "change",
|
|
2798
2794
|
"detail": {
|
|
2799
2795
|
"annotation": {
|
|
2800
|
-
"type": "
|
|
2801
|
-
"
|
|
2802
|
-
{
|
|
2803
|
-
"type": "reference",
|
|
2804
|
-
"typeName": {
|
|
2805
|
-
"type": "identifier",
|
|
2806
|
-
"name": "Icon"
|
|
2807
|
-
}
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"type": "keyword",
|
|
2811
|
-
"value": "undefined"
|
|
2812
|
-
}
|
|
2813
|
-
]
|
|
2796
|
+
"type": "keyword",
|
|
2797
|
+
"value": "string"
|
|
2814
2798
|
}
|
|
2815
2799
|
}
|
|
2816
2800
|
}
|
|
2817
2801
|
],
|
|
2818
|
-
"methods": [
|
|
2802
|
+
"methods": [
|
|
2803
|
+
{
|
|
2804
|
+
"name": "focusTextarea",
|
|
2805
|
+
"params": [],
|
|
2806
|
+
"returns": {}
|
|
2807
|
+
}
|
|
2808
|
+
],
|
|
2819
2809
|
"types": [
|
|
2820
2810
|
{
|
|
2821
2811
|
"type": "typeAlias",
|
|
2822
|
-
"name": "
|
|
2812
|
+
"name": "AutoSize",
|
|
2823
2813
|
"annotation": {
|
|
2824
|
-
"type": "
|
|
2814
|
+
"type": "union",
|
|
2825
2815
|
"types": [
|
|
2826
2816
|
{
|
|
2827
|
-
"type": "
|
|
2828
|
-
"
|
|
2829
|
-
"type": "identifier",
|
|
2830
|
-
"name": "LibIconProps"
|
|
2831
|
-
}
|
|
2817
|
+
"type": "keyword",
|
|
2818
|
+
"value": "boolean"
|
|
2832
2819
|
},
|
|
2833
2820
|
{
|
|
2834
2821
|
"type": "typeLiteral",
|
|
@@ -2837,11 +2824,24 @@
|
|
|
2837
2824
|
"type": "propertySignature",
|
|
2838
2825
|
"key": {
|
|
2839
2826
|
"type": "identifier",
|
|
2840
|
-
"name": "
|
|
2827
|
+
"name": "minRows"
|
|
2841
2828
|
},
|
|
2842
2829
|
"annotation": {
|
|
2843
2830
|
"type": "keyword",
|
|
2844
|
-
"value": "
|
|
2831
|
+
"value": "number"
|
|
2832
|
+
},
|
|
2833
|
+
"optional": true,
|
|
2834
|
+
"computed": false
|
|
2835
|
+
},
|
|
2836
|
+
{
|
|
2837
|
+
"type": "propertySignature",
|
|
2838
|
+
"key": {
|
|
2839
|
+
"type": "identifier",
|
|
2840
|
+
"name": "maxRows"
|
|
2841
|
+
},
|
|
2842
|
+
"annotation": {
|
|
2843
|
+
"type": "keyword",
|
|
2844
|
+
"value": "number"
|
|
2845
2845
|
},
|
|
2846
2846
|
"optional": true,
|
|
2847
2847
|
"computed": false
|
|
@@ -3548,7 +3548,7 @@
|
|
|
3548
3548
|
}
|
|
3549
3549
|
]
|
|
3550
3550
|
},
|
|
3551
|
-
"eo-
|
|
3551
|
+
"eo-radio": {
|
|
3552
3552
|
"properties": [
|
|
3553
3553
|
{
|
|
3554
3554
|
"name": "name",
|
|
@@ -3565,31 +3565,30 @@
|
|
|
3565
3565
|
}
|
|
3566
3566
|
},
|
|
3567
3567
|
{
|
|
3568
|
-
"name": "
|
|
3569
|
-
"annotation": {
|
|
3570
|
-
"type": "keyword",
|
|
3571
|
-
"value": "boolean"
|
|
3572
|
-
}
|
|
3573
|
-
},
|
|
3574
|
-
{
|
|
3575
|
-
"name": "pattern",
|
|
3568
|
+
"name": "options",
|
|
3576
3569
|
"annotation": {
|
|
3577
|
-
"type": "
|
|
3578
|
-
"
|
|
3570
|
+
"type": "array",
|
|
3571
|
+
"elementType": {
|
|
3572
|
+
"type": "reference",
|
|
3573
|
+
"typeName": {
|
|
3574
|
+
"type": "identifier",
|
|
3575
|
+
"name": "GeneralOption"
|
|
3576
|
+
}
|
|
3577
|
+
}
|
|
3579
3578
|
}
|
|
3580
3579
|
},
|
|
3581
3580
|
{
|
|
3582
|
-
"name": "
|
|
3581
|
+
"name": "value",
|
|
3583
3582
|
"annotation": {
|
|
3584
3583
|
"type": "keyword",
|
|
3585
|
-
"value": "
|
|
3584
|
+
"value": "any"
|
|
3586
3585
|
}
|
|
3587
3586
|
},
|
|
3588
3587
|
{
|
|
3589
|
-
"name": "
|
|
3588
|
+
"name": "required",
|
|
3590
3589
|
"annotation": {
|
|
3591
3590
|
"type": "keyword",
|
|
3592
|
-
"value": "
|
|
3591
|
+
"value": "boolean"
|
|
3593
3592
|
}
|
|
3594
3593
|
},
|
|
3595
3594
|
{
|
|
@@ -3615,20 +3614,6 @@
|
|
|
3615
3614
|
}
|
|
3616
3615
|
}
|
|
3617
3616
|
},
|
|
3618
|
-
{
|
|
3619
|
-
"name": "value",
|
|
3620
|
-
"annotation": {
|
|
3621
|
-
"type": "keyword",
|
|
3622
|
-
"value": "string"
|
|
3623
|
-
}
|
|
3624
|
-
},
|
|
3625
|
-
{
|
|
3626
|
-
"name": "placeholder",
|
|
3627
|
-
"annotation": {
|
|
3628
|
-
"type": "keyword",
|
|
3629
|
-
"value": "string"
|
|
3630
|
-
}
|
|
3631
|
-
},
|
|
3632
3617
|
{
|
|
3633
3618
|
"name": "disabled",
|
|
3634
3619
|
"annotation": {
|
|
@@ -3636,63 +3621,38 @@
|
|
|
3636
3621
|
"value": "boolean"
|
|
3637
3622
|
}
|
|
3638
3623
|
},
|
|
3639
|
-
{
|
|
3640
|
-
"name": "readonly",
|
|
3641
|
-
"annotation": {
|
|
3642
|
-
"type": "keyword",
|
|
3643
|
-
"value": "boolean"
|
|
3644
|
-
}
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"name": "clearable",
|
|
3648
|
-
"annotation": {
|
|
3649
|
-
"type": "keyword",
|
|
3650
|
-
"value": "boolean"
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"name": "autoFocus",
|
|
3655
|
-
"annotation": {
|
|
3656
|
-
"type": "keyword",
|
|
3657
|
-
"value": "boolean"
|
|
3658
|
-
}
|
|
3659
|
-
},
|
|
3660
3624
|
{
|
|
3661
3625
|
"name": "type",
|
|
3662
3626
|
"annotation": {
|
|
3663
3627
|
"type": "reference",
|
|
3664
3628
|
"typeName": {
|
|
3665
3629
|
"type": "identifier",
|
|
3666
|
-
"name": "
|
|
3630
|
+
"name": "RadioType"
|
|
3667
3631
|
}
|
|
3668
3632
|
}
|
|
3669
3633
|
},
|
|
3670
3634
|
{
|
|
3671
|
-
"name": "
|
|
3635
|
+
"name": "ui",
|
|
3672
3636
|
"annotation": {
|
|
3673
3637
|
"type": "reference",
|
|
3674
3638
|
"typeName": {
|
|
3675
3639
|
"type": "identifier",
|
|
3676
|
-
"name": "
|
|
3677
|
-
}
|
|
3678
|
-
}
|
|
3679
|
-
},
|
|
3680
|
-
{
|
|
3681
|
-
"name": "minLength",
|
|
3682
|
-
"annotation": {
|
|
3683
|
-
"type": "keyword",
|
|
3684
|
-
"value": "number"
|
|
3640
|
+
"name": "UIType"
|
|
3641
|
+
}
|
|
3685
3642
|
}
|
|
3686
3643
|
},
|
|
3687
3644
|
{
|
|
3688
|
-
"name": "
|
|
3645
|
+
"name": "size",
|
|
3689
3646
|
"annotation": {
|
|
3690
|
-
"type": "
|
|
3691
|
-
"
|
|
3647
|
+
"type": "reference",
|
|
3648
|
+
"typeName": {
|
|
3649
|
+
"type": "identifier",
|
|
3650
|
+
"name": "ComponentSize"
|
|
3651
|
+
}
|
|
3692
3652
|
}
|
|
3693
3653
|
},
|
|
3694
3654
|
{
|
|
3695
|
-
"name": "
|
|
3655
|
+
"name": "customStyle",
|
|
3696
3656
|
"annotation": {
|
|
3697
3657
|
"type": "reference",
|
|
3698
3658
|
"typeName": {
|
|
@@ -3709,28 +3669,12 @@
|
|
|
3709
3669
|
}
|
|
3710
3670
|
},
|
|
3711
3671
|
{
|
|
3712
|
-
"name": "
|
|
3672
|
+
"name": "useBrick",
|
|
3713
3673
|
"annotation": {
|
|
3714
|
-
"type": "
|
|
3715
|
-
"
|
|
3716
|
-
"type": "
|
|
3717
|
-
"
|
|
3718
|
-
{
|
|
3719
|
-
"type": "identifier",
|
|
3720
|
-
"name": "value",
|
|
3721
|
-
"annotation": {
|
|
3722
|
-
"type": "keyword",
|
|
3723
|
-
"value": "any"
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
],
|
|
3727
|
-
"annotation": {
|
|
3728
|
-
"type": "reference",
|
|
3729
|
-
"typeName": {
|
|
3730
|
-
"type": "identifier",
|
|
3731
|
-
"name": "MessageBody"
|
|
3732
|
-
}
|
|
3733
|
-
}
|
|
3674
|
+
"type": "reference",
|
|
3675
|
+
"typeName": {
|
|
3676
|
+
"type": "identifier",
|
|
3677
|
+
"name": "UseSingleBrickConf"
|
|
3734
3678
|
}
|
|
3735
3679
|
}
|
|
3736
3680
|
}
|
|
@@ -3740,28 +3684,225 @@
|
|
|
3740
3684
|
"name": "change",
|
|
3741
3685
|
"detail": {
|
|
3742
3686
|
"annotation": {
|
|
3743
|
-
"type": "
|
|
3744
|
-
"
|
|
3687
|
+
"type": "union",
|
|
3688
|
+
"types": [
|
|
3689
|
+
{
|
|
3690
|
+
"type": "reference",
|
|
3691
|
+
"typeName": {
|
|
3692
|
+
"type": "identifier",
|
|
3693
|
+
"name": "GeneralComplexOption"
|
|
3694
|
+
}
|
|
3695
|
+
},
|
|
3696
|
+
{
|
|
3697
|
+
"type": "keyword",
|
|
3698
|
+
"value": "undefined"
|
|
3699
|
+
}
|
|
3700
|
+
]
|
|
3745
3701
|
}
|
|
3746
3702
|
}
|
|
3747
|
-
}
|
|
3748
|
-
],
|
|
3749
|
-
"methods": [
|
|
3750
|
-
{
|
|
3751
|
-
"name": "focusInput",
|
|
3752
|
-
"params": [],
|
|
3753
|
-
"returns": {}
|
|
3754
3703
|
},
|
|
3755
3704
|
{
|
|
3756
|
-
"name": "
|
|
3757
|
-
"
|
|
3758
|
-
|
|
3705
|
+
"name": "options.change",
|
|
3706
|
+
"detail": {
|
|
3707
|
+
"annotation": {
|
|
3708
|
+
"type": "typeLiteral",
|
|
3709
|
+
"members": [
|
|
3710
|
+
{
|
|
3711
|
+
"type": "propertySignature",
|
|
3712
|
+
"key": {
|
|
3713
|
+
"type": "identifier",
|
|
3714
|
+
"name": "options"
|
|
3715
|
+
},
|
|
3716
|
+
"annotation": {
|
|
3717
|
+
"type": "typeLiteral",
|
|
3718
|
+
"members": [
|
|
3719
|
+
{
|
|
3720
|
+
"type": "propertySignature",
|
|
3721
|
+
"key": {
|
|
3722
|
+
"type": "identifier",
|
|
3723
|
+
"name": "label"
|
|
3724
|
+
},
|
|
3725
|
+
"annotation": {
|
|
3726
|
+
"type": "keyword",
|
|
3727
|
+
"value": "string"
|
|
3728
|
+
},
|
|
3729
|
+
"computed": false
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"type": "propertySignature",
|
|
3733
|
+
"key": {
|
|
3734
|
+
"type": "identifier",
|
|
3735
|
+
"name": "value"
|
|
3736
|
+
},
|
|
3737
|
+
"annotation": {
|
|
3738
|
+
"type": "keyword",
|
|
3739
|
+
"value": "any"
|
|
3740
|
+
},
|
|
3741
|
+
"computed": false
|
|
3742
|
+
},
|
|
3743
|
+
{
|
|
3744
|
+
"type": "indexSignature",
|
|
3745
|
+
"parameter": {
|
|
3746
|
+
"type": "identifier",
|
|
3747
|
+
"name": "key",
|
|
3748
|
+
"annotation": {
|
|
3749
|
+
"type": "keyword",
|
|
3750
|
+
"value": "string"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"annotation": {
|
|
3754
|
+
"type": "keyword",
|
|
3755
|
+
"value": "any"
|
|
3756
|
+
}
|
|
3757
|
+
}
|
|
3758
|
+
]
|
|
3759
|
+
},
|
|
3760
|
+
"computed": false
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"type": "propertySignature",
|
|
3764
|
+
"key": {
|
|
3765
|
+
"type": "identifier",
|
|
3766
|
+
"name": "name"
|
|
3767
|
+
},
|
|
3768
|
+
"annotation": {
|
|
3769
|
+
"type": "keyword",
|
|
3770
|
+
"value": "string"
|
|
3771
|
+
},
|
|
3772
|
+
"computed": false
|
|
3773
|
+
}
|
|
3774
|
+
]
|
|
3775
|
+
}
|
|
3776
|
+
}
|
|
3759
3777
|
}
|
|
3760
3778
|
],
|
|
3779
|
+
"methods": [],
|
|
3761
3780
|
"types": [
|
|
3762
3781
|
{
|
|
3763
3782
|
"type": "typeAlias",
|
|
3764
|
-
"name": "
|
|
3783
|
+
"name": "GeneralOption",
|
|
3784
|
+
"annotation": {
|
|
3785
|
+
"type": "union",
|
|
3786
|
+
"types": [
|
|
3787
|
+
{
|
|
3788
|
+
"type": "keyword",
|
|
3789
|
+
"value": "string"
|
|
3790
|
+
},
|
|
3791
|
+
{
|
|
3792
|
+
"type": "keyword",
|
|
3793
|
+
"value": "number"
|
|
3794
|
+
},
|
|
3795
|
+
{
|
|
3796
|
+
"type": "keyword",
|
|
3797
|
+
"value": "boolean"
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"type": "reference",
|
|
3801
|
+
"typeName": {
|
|
3802
|
+
"type": "identifier",
|
|
3803
|
+
"name": "GeneralComplexOption"
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
{
|
|
3807
|
+
"type": "reference",
|
|
3808
|
+
"typeName": {
|
|
3809
|
+
"type": "identifier",
|
|
3810
|
+
"name": "Record"
|
|
3811
|
+
},
|
|
3812
|
+
"typeParameters": {
|
|
3813
|
+
"type": "typeParameterInstantiation",
|
|
3814
|
+
"params": [
|
|
3815
|
+
{
|
|
3816
|
+
"type": "keyword",
|
|
3817
|
+
"value": "string"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"type": "keyword",
|
|
3821
|
+
"value": "any"
|
|
3822
|
+
}
|
|
3823
|
+
]
|
|
3824
|
+
}
|
|
3825
|
+
}
|
|
3826
|
+
]
|
|
3827
|
+
}
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"type": "interface",
|
|
3831
|
+
"name": "GeneralComplexOption",
|
|
3832
|
+
"typeParameters": {
|
|
3833
|
+
"type": "typeParameterDeclaration",
|
|
3834
|
+
"params": [
|
|
3835
|
+
{
|
|
3836
|
+
"type": "typeParameter",
|
|
3837
|
+
"name": "T",
|
|
3838
|
+
"default": {
|
|
3839
|
+
"type": "union",
|
|
3840
|
+
"types": [
|
|
3841
|
+
{
|
|
3842
|
+
"type": "keyword",
|
|
3843
|
+
"value": "string"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"type": "keyword",
|
|
3847
|
+
"value": "number"
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"type": "keyword",
|
|
3851
|
+
"value": "boolean"
|
|
3852
|
+
}
|
|
3853
|
+
]
|
|
3854
|
+
}
|
|
3855
|
+
}
|
|
3856
|
+
]
|
|
3857
|
+
},
|
|
3858
|
+
"body": [
|
|
3859
|
+
{
|
|
3860
|
+
"type": "propertySignature",
|
|
3861
|
+
"key": {
|
|
3862
|
+
"type": "identifier",
|
|
3863
|
+
"name": "label"
|
|
3864
|
+
},
|
|
3865
|
+
"annotation": {
|
|
3866
|
+
"type": "keyword",
|
|
3867
|
+
"value": "string"
|
|
3868
|
+
},
|
|
3869
|
+
"computed": false
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"type": "propertySignature",
|
|
3873
|
+
"key": {
|
|
3874
|
+
"type": "identifier",
|
|
3875
|
+
"name": "value"
|
|
3876
|
+
},
|
|
3877
|
+
"annotation": {
|
|
3878
|
+
"type": "reference",
|
|
3879
|
+
"typeName": {
|
|
3880
|
+
"type": "identifier",
|
|
3881
|
+
"name": "T"
|
|
3882
|
+
}
|
|
3883
|
+
},
|
|
3884
|
+
"computed": false
|
|
3885
|
+
},
|
|
3886
|
+
{
|
|
3887
|
+
"type": "indexSignature",
|
|
3888
|
+
"parameter": {
|
|
3889
|
+
"type": "identifier",
|
|
3890
|
+
"name": "key",
|
|
3891
|
+
"annotation": {
|
|
3892
|
+
"type": "keyword",
|
|
3893
|
+
"value": "string"
|
|
3894
|
+
}
|
|
3895
|
+
},
|
|
3896
|
+
"annotation": {
|
|
3897
|
+
"type": "keyword",
|
|
3898
|
+
"value": "any"
|
|
3899
|
+
}
|
|
3900
|
+
}
|
|
3901
|
+
]
|
|
3902
|
+
},
|
|
3903
|
+
{
|
|
3904
|
+
"type": "typeAlias",
|
|
3905
|
+
"name": "RadioType",
|
|
3765
3906
|
"annotation": {
|
|
3766
3907
|
"type": "union",
|
|
3767
3908
|
"types": [
|
|
@@ -3771,87 +3912,40 @@
|
|
|
3771
3912
|
},
|
|
3772
3913
|
{
|
|
3773
3914
|
"type": "jsLiteral",
|
|
3774
|
-
"value": "
|
|
3775
|
-
},
|
|
3776
|
-
{
|
|
3777
|
-
"type": "jsLiteral",
|
|
3778
|
-
"value": "color"
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"type": "jsLiteral",
|
|
3782
|
-
"value": "date"
|
|
3783
|
-
},
|
|
3784
|
-
{
|
|
3785
|
-
"type": "jsLiteral",
|
|
3786
|
-
"value": "datetime-local"
|
|
3787
|
-
},
|
|
3788
|
-
{
|
|
3789
|
-
"type": "jsLiteral",
|
|
3790
|
-
"value": "email"
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"type": "jsLiteral",
|
|
3794
|
-
"value": "file"
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"type": "jsLiteral",
|
|
3798
|
-
"value": "hidden"
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"type": "jsLiteral",
|
|
3802
|
-
"value": "image"
|
|
3803
|
-
},
|
|
3804
|
-
{
|
|
3805
|
-
"type": "jsLiteral",
|
|
3806
|
-
"value": "month"
|
|
3807
|
-
},
|
|
3808
|
-
{
|
|
3809
|
-
"type": "jsLiteral",
|
|
3810
|
-
"value": "number"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"type": "jsLiteral",
|
|
3814
|
-
"value": "password"
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"type": "jsLiteral",
|
|
3818
|
-
"value": "radio"
|
|
3819
|
-
},
|
|
3820
|
-
{
|
|
3821
|
-
"type": "jsLiteral",
|
|
3822
|
-
"value": "range"
|
|
3823
|
-
},
|
|
3824
|
-
{
|
|
3825
|
-
"type": "jsLiteral",
|
|
3826
|
-
"value": "reset"
|
|
3827
|
-
},
|
|
3828
|
-
{
|
|
3829
|
-
"type": "jsLiteral",
|
|
3830
|
-
"value": "search"
|
|
3915
|
+
"value": "default"
|
|
3831
3916
|
},
|
|
3832
3917
|
{
|
|
3833
3918
|
"type": "jsLiteral",
|
|
3834
|
-
"value": "
|
|
3919
|
+
"value": "icon"
|
|
3835
3920
|
},
|
|
3836
3921
|
{
|
|
3837
3922
|
"type": "jsLiteral",
|
|
3838
|
-
"value": "
|
|
3923
|
+
"value": "icon-circle"
|
|
3839
3924
|
},
|
|
3840
3925
|
{
|
|
3841
3926
|
"type": "jsLiteral",
|
|
3842
|
-
"value": "
|
|
3927
|
+
"value": "icon-square"
|
|
3843
3928
|
},
|
|
3844
3929
|
{
|
|
3845
3930
|
"type": "jsLiteral",
|
|
3846
|
-
"value": "
|
|
3847
|
-
}
|
|
3931
|
+
"value": "custom"
|
|
3932
|
+
}
|
|
3933
|
+
]
|
|
3934
|
+
}
|
|
3935
|
+
},
|
|
3936
|
+
{
|
|
3937
|
+
"type": "typeAlias",
|
|
3938
|
+
"name": "UIType",
|
|
3939
|
+
"annotation": {
|
|
3940
|
+
"type": "union",
|
|
3941
|
+
"types": [
|
|
3848
3942
|
{
|
|
3849
3943
|
"type": "jsLiteral",
|
|
3850
|
-
"value": "
|
|
3944
|
+
"value": "default"
|
|
3851
3945
|
},
|
|
3852
3946
|
{
|
|
3853
3947
|
"type": "jsLiteral",
|
|
3854
|
-
"value": "
|
|
3948
|
+
"value": "dashboard"
|
|
3855
3949
|
}
|
|
3856
3950
|
]
|
|
3857
3951
|
}
|
|
@@ -3883,7 +3977,7 @@
|
|
|
3883
3977
|
}
|
|
3884
3978
|
]
|
|
3885
3979
|
},
|
|
3886
|
-
"eo-
|
|
3980
|
+
"eo-input": {
|
|
3887
3981
|
"properties": [
|
|
3888
3982
|
{
|
|
3889
3983
|
"name": "name",
|
|
@@ -3900,30 +3994,31 @@
|
|
|
3900
3994
|
}
|
|
3901
3995
|
},
|
|
3902
3996
|
{
|
|
3903
|
-
"name": "
|
|
3997
|
+
"name": "required",
|
|
3904
3998
|
"annotation": {
|
|
3905
|
-
"type": "
|
|
3906
|
-
"
|
|
3907
|
-
"type": "reference",
|
|
3908
|
-
"typeName": {
|
|
3909
|
-
"type": "identifier",
|
|
3910
|
-
"name": "GeneralOption"
|
|
3911
|
-
}
|
|
3912
|
-
}
|
|
3999
|
+
"type": "keyword",
|
|
4000
|
+
"value": "boolean"
|
|
3913
4001
|
}
|
|
3914
4002
|
},
|
|
3915
4003
|
{
|
|
3916
|
-
"name": "
|
|
4004
|
+
"name": "pattern",
|
|
3917
4005
|
"annotation": {
|
|
3918
4006
|
"type": "keyword",
|
|
3919
|
-
"value": "
|
|
4007
|
+
"value": "string"
|
|
3920
4008
|
}
|
|
3921
4009
|
},
|
|
3922
4010
|
{
|
|
3923
|
-
"name": "
|
|
4011
|
+
"name": "max",
|
|
3924
4012
|
"annotation": {
|
|
3925
4013
|
"type": "keyword",
|
|
3926
|
-
"value": "
|
|
4014
|
+
"value": "number"
|
|
4015
|
+
}
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "min",
|
|
4019
|
+
"annotation": {
|
|
4020
|
+
"type": "keyword",
|
|
4021
|
+
"value": "number"
|
|
3927
4022
|
}
|
|
3928
4023
|
},
|
|
3929
4024
|
{
|
|
@@ -3949,6 +4044,20 @@
|
|
|
3949
4044
|
}
|
|
3950
4045
|
}
|
|
3951
4046
|
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "value",
|
|
4049
|
+
"annotation": {
|
|
4050
|
+
"type": "keyword",
|
|
4051
|
+
"value": "string"
|
|
4052
|
+
}
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"name": "placeholder",
|
|
4056
|
+
"annotation": {
|
|
4057
|
+
"type": "keyword",
|
|
4058
|
+
"value": "string"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
3952
4061
|
{
|
|
3953
4062
|
"name": "disabled",
|
|
3954
4063
|
"annotation": {
|
|
@@ -3957,330 +4066,221 @@
|
|
|
3957
4066
|
}
|
|
3958
4067
|
},
|
|
3959
4068
|
{
|
|
3960
|
-
"name": "
|
|
4069
|
+
"name": "readonly",
|
|
3961
4070
|
"annotation": {
|
|
3962
|
-
"type": "
|
|
3963
|
-
"
|
|
3964
|
-
"type": "identifier",
|
|
3965
|
-
"name": "RadioType"
|
|
3966
|
-
}
|
|
4071
|
+
"type": "keyword",
|
|
4072
|
+
"value": "boolean"
|
|
3967
4073
|
}
|
|
3968
4074
|
},
|
|
3969
4075
|
{
|
|
3970
|
-
"name": "
|
|
4076
|
+
"name": "clearable",
|
|
3971
4077
|
"annotation": {
|
|
3972
|
-
"type": "
|
|
3973
|
-
"
|
|
3974
|
-
"type": "identifier",
|
|
3975
|
-
"name": "UIType"
|
|
3976
|
-
}
|
|
4078
|
+
"type": "keyword",
|
|
4079
|
+
"value": "boolean"
|
|
3977
4080
|
}
|
|
3978
4081
|
},
|
|
3979
4082
|
{
|
|
3980
|
-
"name": "
|
|
4083
|
+
"name": "autoFocus",
|
|
3981
4084
|
"annotation": {
|
|
3982
|
-
"type": "
|
|
3983
|
-
"
|
|
3984
|
-
"type": "identifier",
|
|
3985
|
-
"name": "ComponentSize"
|
|
3986
|
-
}
|
|
4085
|
+
"type": "keyword",
|
|
4086
|
+
"value": "boolean"
|
|
3987
4087
|
}
|
|
3988
4088
|
},
|
|
3989
4089
|
{
|
|
3990
|
-
"name": "
|
|
4090
|
+
"name": "type",
|
|
3991
4091
|
"annotation": {
|
|
3992
4092
|
"type": "reference",
|
|
3993
4093
|
"typeName": {
|
|
3994
|
-
"type": "
|
|
3995
|
-
"
|
|
3996
|
-
"type": "identifier",
|
|
3997
|
-
"name": "React"
|
|
3998
|
-
},
|
|
3999
|
-
"right": {
|
|
4000
|
-
"type": "identifier",
|
|
4001
|
-
"name": "CSSProperties"
|
|
4002
|
-
}
|
|
4094
|
+
"type": "identifier",
|
|
4095
|
+
"name": "InputType"
|
|
4003
4096
|
}
|
|
4004
4097
|
}
|
|
4005
4098
|
},
|
|
4006
4099
|
{
|
|
4007
|
-
"name": "
|
|
4100
|
+
"name": "size",
|
|
4008
4101
|
"annotation": {
|
|
4009
4102
|
"type": "reference",
|
|
4010
4103
|
"typeName": {
|
|
4011
4104
|
"type": "identifier",
|
|
4012
|
-
"name": "
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
|
-
}
|
|
4016
|
-
],
|
|
4017
|
-
"events": [
|
|
4018
|
-
{
|
|
4019
|
-
"name": "change",
|
|
4020
|
-
"detail": {
|
|
4021
|
-
"annotation": {
|
|
4022
|
-
"type": "union",
|
|
4023
|
-
"types": [
|
|
4024
|
-
{
|
|
4025
|
-
"type": "reference",
|
|
4026
|
-
"typeName": {
|
|
4027
|
-
"type": "identifier",
|
|
4028
|
-
"name": "GeneralComplexOption"
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
{
|
|
4032
|
-
"type": "keyword",
|
|
4033
|
-
"value": "undefined"
|
|
4034
|
-
}
|
|
4035
|
-
]
|
|
4105
|
+
"name": "ComponentSize"
|
|
4036
4106
|
}
|
|
4037
4107
|
}
|
|
4038
4108
|
},
|
|
4039
4109
|
{
|
|
4040
|
-
"name": "
|
|
4041
|
-
"
|
|
4042
|
-
"
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"type": "indexSignature",
|
|
4080
|
-
"parameter": {
|
|
4081
|
-
"type": "identifier",
|
|
4082
|
-
"name": "key",
|
|
4083
|
-
"annotation": {
|
|
4084
|
-
"type": "keyword",
|
|
4085
|
-
"value": "string"
|
|
4086
|
-
}
|
|
4087
|
-
},
|
|
4088
|
-
"annotation": {
|
|
4089
|
-
"type": "keyword",
|
|
4090
|
-
"value": "any"
|
|
4091
|
-
}
|
|
4092
|
-
}
|
|
4093
|
-
]
|
|
4094
|
-
},
|
|
4095
|
-
"computed": false
|
|
4096
|
-
},
|
|
4110
|
+
"name": "minLength",
|
|
4111
|
+
"annotation": {
|
|
4112
|
+
"type": "keyword",
|
|
4113
|
+
"value": "number"
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"name": "maxLength",
|
|
4118
|
+
"annotation": {
|
|
4119
|
+
"type": "keyword",
|
|
4120
|
+
"value": "number"
|
|
4121
|
+
}
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"name": "inputStyle",
|
|
4125
|
+
"annotation": {
|
|
4126
|
+
"type": "reference",
|
|
4127
|
+
"typeName": {
|
|
4128
|
+
"type": "qualifiedName",
|
|
4129
|
+
"left": {
|
|
4130
|
+
"type": "identifier",
|
|
4131
|
+
"name": "React"
|
|
4132
|
+
},
|
|
4133
|
+
"right": {
|
|
4134
|
+
"type": "identifier",
|
|
4135
|
+
"name": "CSSProperties"
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"name": "validator",
|
|
4142
|
+
"annotation": {
|
|
4143
|
+
"type": "parenthesizedType",
|
|
4144
|
+
"annotation": {
|
|
4145
|
+
"type": "function",
|
|
4146
|
+
"parameters": [
|
|
4097
4147
|
{
|
|
4098
|
-
"type": "
|
|
4099
|
-
"
|
|
4100
|
-
"type": "identifier",
|
|
4101
|
-
"name": "name"
|
|
4102
|
-
},
|
|
4148
|
+
"type": "identifier",
|
|
4149
|
+
"name": "value",
|
|
4103
4150
|
"annotation": {
|
|
4104
4151
|
"type": "keyword",
|
|
4105
|
-
"value": "
|
|
4106
|
-
}
|
|
4107
|
-
"computed": false
|
|
4152
|
+
"value": "any"
|
|
4153
|
+
}
|
|
4108
4154
|
}
|
|
4109
|
-
]
|
|
4155
|
+
],
|
|
4156
|
+
"annotation": {
|
|
4157
|
+
"type": "reference",
|
|
4158
|
+
"typeName": {
|
|
4159
|
+
"type": "identifier",
|
|
4160
|
+
"name": "MessageBody"
|
|
4161
|
+
}
|
|
4162
|
+
}
|
|
4110
4163
|
}
|
|
4111
4164
|
}
|
|
4112
4165
|
}
|
|
4113
4166
|
],
|
|
4114
|
-
"
|
|
4167
|
+
"events": [
|
|
4168
|
+
{
|
|
4169
|
+
"name": "change",
|
|
4170
|
+
"detail": {
|
|
4171
|
+
"annotation": {
|
|
4172
|
+
"type": "keyword",
|
|
4173
|
+
"value": "string"
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
}
|
|
4177
|
+
],
|
|
4178
|
+
"methods": [
|
|
4179
|
+
{
|
|
4180
|
+
"name": "focusInput",
|
|
4181
|
+
"params": [],
|
|
4182
|
+
"returns": {}
|
|
4183
|
+
},
|
|
4184
|
+
{
|
|
4185
|
+
"name": "blurInput",
|
|
4186
|
+
"params": [],
|
|
4187
|
+
"returns": {}
|
|
4188
|
+
}
|
|
4189
|
+
],
|
|
4115
4190
|
"types": [
|
|
4116
4191
|
{
|
|
4117
4192
|
"type": "typeAlias",
|
|
4118
|
-
"name": "
|
|
4193
|
+
"name": "InputType",
|
|
4119
4194
|
"annotation": {
|
|
4120
4195
|
"type": "union",
|
|
4121
4196
|
"types": [
|
|
4122
4197
|
{
|
|
4123
|
-
"type": "
|
|
4124
|
-
"value": "
|
|
4198
|
+
"type": "jsLiteral",
|
|
4199
|
+
"value": "button"
|
|
4125
4200
|
},
|
|
4126
4201
|
{
|
|
4127
|
-
"type": "
|
|
4128
|
-
"value": "
|
|
4202
|
+
"type": "jsLiteral",
|
|
4203
|
+
"value": "checkbox"
|
|
4129
4204
|
},
|
|
4130
4205
|
{
|
|
4131
|
-
"type": "
|
|
4132
|
-
"value": "
|
|
4206
|
+
"type": "jsLiteral",
|
|
4207
|
+
"value": "color"
|
|
4133
4208
|
},
|
|
4134
4209
|
{
|
|
4135
|
-
"type": "
|
|
4136
|
-
"
|
|
4137
|
-
"type": "identifier",
|
|
4138
|
-
"name": "GeneralComplexOption"
|
|
4139
|
-
}
|
|
4210
|
+
"type": "jsLiteral",
|
|
4211
|
+
"value": "date"
|
|
4140
4212
|
},
|
|
4141
4213
|
{
|
|
4142
|
-
"type": "
|
|
4143
|
-
"
|
|
4144
|
-
|
|
4145
|
-
"name": "Record"
|
|
4146
|
-
},
|
|
4147
|
-
"typeParameters": {
|
|
4148
|
-
"type": "typeParameterInstantiation",
|
|
4149
|
-
"params": [
|
|
4150
|
-
{
|
|
4151
|
-
"type": "keyword",
|
|
4152
|
-
"value": "string"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"type": "keyword",
|
|
4156
|
-
"value": "any"
|
|
4157
|
-
}
|
|
4158
|
-
]
|
|
4159
|
-
}
|
|
4160
|
-
}
|
|
4161
|
-
]
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
{
|
|
4165
|
-
"type": "interface",
|
|
4166
|
-
"name": "GeneralComplexOption",
|
|
4167
|
-
"typeParameters": {
|
|
4168
|
-
"type": "typeParameterDeclaration",
|
|
4169
|
-
"params": [
|
|
4214
|
+
"type": "jsLiteral",
|
|
4215
|
+
"value": "datetime-local"
|
|
4216
|
+
},
|
|
4170
4217
|
{
|
|
4171
|
-
"type": "
|
|
4172
|
-
"
|
|
4173
|
-
"default": {
|
|
4174
|
-
"type": "union",
|
|
4175
|
-
"types": [
|
|
4176
|
-
{
|
|
4177
|
-
"type": "keyword",
|
|
4178
|
-
"value": "string"
|
|
4179
|
-
},
|
|
4180
|
-
{
|
|
4181
|
-
"type": "keyword",
|
|
4182
|
-
"value": "number"
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"type": "keyword",
|
|
4186
|
-
"value": "boolean"
|
|
4187
|
-
}
|
|
4188
|
-
]
|
|
4189
|
-
}
|
|
4190
|
-
}
|
|
4191
|
-
]
|
|
4192
|
-
},
|
|
4193
|
-
"body": [
|
|
4194
|
-
{
|
|
4195
|
-
"type": "propertySignature",
|
|
4196
|
-
"key": {
|
|
4197
|
-
"type": "identifier",
|
|
4198
|
-
"name": "label"
|
|
4218
|
+
"type": "jsLiteral",
|
|
4219
|
+
"value": "email"
|
|
4199
4220
|
},
|
|
4200
|
-
|
|
4201
|
-
"type": "
|
|
4202
|
-
"value": "
|
|
4221
|
+
{
|
|
4222
|
+
"type": "jsLiteral",
|
|
4223
|
+
"value": "file"
|
|
4203
4224
|
},
|
|
4204
|
-
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
"type": "propertySignature",
|
|
4208
|
-
"key": {
|
|
4209
|
-
"type": "identifier",
|
|
4210
|
-
"name": "value"
|
|
4225
|
+
{
|
|
4226
|
+
"type": "jsLiteral",
|
|
4227
|
+
"value": "hidden"
|
|
4211
4228
|
},
|
|
4212
|
-
|
|
4213
|
-
"type": "
|
|
4214
|
-
"
|
|
4215
|
-
"type": "identifier",
|
|
4216
|
-
"name": "T"
|
|
4217
|
-
}
|
|
4229
|
+
{
|
|
4230
|
+
"type": "jsLiteral",
|
|
4231
|
+
"value": "image"
|
|
4218
4232
|
},
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
"type": "indexSignature",
|
|
4223
|
-
"parameter": {
|
|
4224
|
-
"type": "identifier",
|
|
4225
|
-
"name": "key",
|
|
4226
|
-
"annotation": {
|
|
4227
|
-
"type": "keyword",
|
|
4228
|
-
"value": "string"
|
|
4229
|
-
}
|
|
4233
|
+
{
|
|
4234
|
+
"type": "jsLiteral",
|
|
4235
|
+
"value": "month"
|
|
4230
4236
|
},
|
|
4231
|
-
"annotation": {
|
|
4232
|
-
"type": "keyword",
|
|
4233
|
-
"value": "any"
|
|
4234
|
-
}
|
|
4235
|
-
}
|
|
4236
|
-
]
|
|
4237
|
-
},
|
|
4238
|
-
{
|
|
4239
|
-
"type": "typeAlias",
|
|
4240
|
-
"name": "RadioType",
|
|
4241
|
-
"annotation": {
|
|
4242
|
-
"type": "union",
|
|
4243
|
-
"types": [
|
|
4244
4237
|
{
|
|
4245
4238
|
"type": "jsLiteral",
|
|
4246
|
-
"value": "
|
|
4239
|
+
"value": "number"
|
|
4247
4240
|
},
|
|
4248
4241
|
{
|
|
4249
4242
|
"type": "jsLiteral",
|
|
4250
|
-
"value": "
|
|
4243
|
+
"value": "password"
|
|
4251
4244
|
},
|
|
4252
4245
|
{
|
|
4253
4246
|
"type": "jsLiteral",
|
|
4254
|
-
"value": "
|
|
4247
|
+
"value": "radio"
|
|
4255
4248
|
},
|
|
4256
4249
|
{
|
|
4257
4250
|
"type": "jsLiteral",
|
|
4258
|
-
"value": "
|
|
4251
|
+
"value": "range"
|
|
4259
4252
|
},
|
|
4260
4253
|
{
|
|
4261
4254
|
"type": "jsLiteral",
|
|
4262
|
-
"value": "
|
|
4255
|
+
"value": "reset"
|
|
4263
4256
|
},
|
|
4264
4257
|
{
|
|
4265
4258
|
"type": "jsLiteral",
|
|
4266
|
-
"value": "
|
|
4267
|
-
}
|
|
4268
|
-
]
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"type": "typeAlias",
|
|
4273
|
-
"name": "UIType",
|
|
4274
|
-
"annotation": {
|
|
4275
|
-
"type": "union",
|
|
4276
|
-
"types": [
|
|
4259
|
+
"value": "search"
|
|
4260
|
+
},
|
|
4277
4261
|
{
|
|
4278
4262
|
"type": "jsLiteral",
|
|
4279
|
-
"value": "
|
|
4263
|
+
"value": "submit"
|
|
4280
4264
|
},
|
|
4281
4265
|
{
|
|
4282
4266
|
"type": "jsLiteral",
|
|
4283
|
-
"value": "
|
|
4267
|
+
"value": "tel"
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"type": "jsLiteral",
|
|
4271
|
+
"value": "text"
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
"type": "jsLiteral",
|
|
4275
|
+
"value": "time"
|
|
4276
|
+
},
|
|
4277
|
+
{
|
|
4278
|
+
"type": "jsLiteral",
|
|
4279
|
+
"value": "url"
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"type": "jsLiteral",
|
|
4283
|
+
"value": "week"
|
|
4284
4284
|
}
|
|
4285
4285
|
]
|
|
4286
4286
|
}
|