@next-bricks/presentational 1.21.0 → 1.21.1
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 +32 -32
- package/dist/chunks/{3900.9b093658.js → 3900.47f48f41.js} +2 -2
- package/dist/chunks/{3900.9b093658.js.map → 3900.47f48f41.js.map} +1 -1
- package/dist/chunks/948.e1790690.js.map +1 -1
- package/dist/chunks/{eo-card-item.225ef485.js → eo-card-item.da90013a.js} +3 -3
- package/dist/chunks/{eo-card-item.225ef485.js.map → eo-card-item.da90013a.js.map} +1 -1
- package/dist/chunks/{eo-code-block.8853f77b.js → eo-code-block.f5ffef62.js} +2 -2
- package/dist/chunks/{eo-code-block.8853f77b.js.map → eo-code-block.f5ffef62.js.map} +1 -1
- package/dist/chunks/{eo-descriptions.9da014f3.js → eo-descriptions.84bd1dfe.js} +3 -3
- package/dist/chunks/{eo-descriptions.9da014f3.js.map → eo-descriptions.84bd1dfe.js.map} +1 -1
- package/dist/chunks/{eo-info-card-item.9c7a6579.js → eo-info-card-item.554cba4f.js} +3 -3
- package/dist/chunks/{eo-info-card-item.9c7a6579.js.map → eo-info-card-item.554cba4f.js.map} +1 -1
- package/dist/chunks/{eo-loading-step.7c1cfe82.js → eo-loading-step.604d6e34.js} +3 -3
- package/dist/chunks/{eo-loading-step.7c1cfe82.js.map → eo-loading-step.604d6e34.js.map} +1 -1
- package/dist/chunks/{main.96df5002.js → main.e70d2fce.js} +2 -2
- package/dist/chunks/{main.96df5002.js.map → main.e70d2fce.js.map} +1 -1
- package/dist/examples.json +12 -9
- package/dist/{index.5a0be08d.js → index.0205acd1.js} +2 -2
- package/dist/{index.5a0be08d.js.map → index.0205acd1.js.map} +1 -1
- package/dist/manifest.json +187 -187
- package/dist/types.json +352 -352
- package/docs/{code-block.md → eo-code-block.md} +2 -2
- package/package.json +2 -2
- /package/dist/chunks/{eo-card-item.225ef485.js.LICENSE.txt → eo-card-item.da90013a.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-descriptions.9da014f3.js.LICENSE.txt → eo-descriptions.84bd1dfe.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-info-card-item.9c7a6579.js.LICENSE.txt → eo-info-card-item.554cba4f.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{eo-loading-step.7c1cfe82.js.LICENSE.txt → eo-loading-step.604d6e34.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,240 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"eo-descriptions": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "descriptionTitle",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "list",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "array",
|
|
15
|
-
"elementType": {
|
|
16
|
-
"type": "reference",
|
|
17
|
-
"typeName": {
|
|
18
|
-
"type": "identifier",
|
|
19
|
-
"name": "DescriptionItem"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "showCard",
|
|
26
|
-
"annotation": {
|
|
27
|
-
"type": "keyword",
|
|
28
|
-
"value": "boolean"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "column",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "keyword",
|
|
35
|
-
"value": "number"
|
|
36
|
-
}
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "templateColumns",
|
|
40
|
-
"annotation": {
|
|
41
|
-
"type": "keyword",
|
|
42
|
-
"value": "string"
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "layout",
|
|
47
|
-
"annotation": {
|
|
48
|
-
"type": "reference",
|
|
49
|
-
"typeName": {
|
|
50
|
-
"type": "identifier",
|
|
51
|
-
"name": "Layout"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "bordered",
|
|
57
|
-
"annotation": {
|
|
58
|
-
"type": "keyword",
|
|
59
|
-
"value": "boolean"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "hideGroups",
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "union",
|
|
66
|
-
"types": [
|
|
67
|
-
{
|
|
68
|
-
"type": "keyword",
|
|
69
|
-
"value": "string"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"type": "array",
|
|
73
|
-
"elementType": {
|
|
74
|
-
"type": "keyword",
|
|
75
|
-
"value": "string"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"name": "dataSource",
|
|
83
|
-
"annotation": {
|
|
84
|
-
"type": "reference",
|
|
85
|
-
"typeName": {
|
|
86
|
-
"type": "identifier",
|
|
87
|
-
"name": "Record"
|
|
88
|
-
},
|
|
89
|
-
"typeParameters": {
|
|
90
|
-
"type": "typeParameterInstantiation",
|
|
91
|
-
"params": [
|
|
92
|
-
{
|
|
93
|
-
"type": "keyword",
|
|
94
|
-
"value": "string"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"type": "keyword",
|
|
98
|
-
"value": "unknown"
|
|
99
|
-
}
|
|
100
|
-
]
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"name": "themeVariant",
|
|
106
|
-
"annotation": {
|
|
107
|
-
"type": "union",
|
|
108
|
-
"types": [
|
|
109
|
-
{
|
|
110
|
-
"type": "jsLiteral",
|
|
111
|
-
"value": "default"
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"type": "jsLiteral",
|
|
115
|
-
"value": "elevo"
|
|
116
|
-
}
|
|
117
|
-
]
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
],
|
|
121
|
-
"events": [],
|
|
122
|
-
"methods": [],
|
|
123
|
-
"types": [
|
|
124
|
-
{
|
|
125
|
-
"type": "interface",
|
|
126
|
-
"name": "DescriptionItem",
|
|
127
|
-
"body": [
|
|
128
|
-
{
|
|
129
|
-
"type": "propertySignature",
|
|
130
|
-
"key": {
|
|
131
|
-
"type": "identifier",
|
|
132
|
-
"name": "label"
|
|
133
|
-
},
|
|
134
|
-
"annotation": {
|
|
135
|
-
"type": "keyword",
|
|
136
|
-
"value": "string"
|
|
137
|
-
},
|
|
138
|
-
"computed": false
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"type": "propertySignature",
|
|
142
|
-
"key": {
|
|
143
|
-
"type": "identifier",
|
|
144
|
-
"name": "field"
|
|
145
|
-
},
|
|
146
|
-
"annotation": {
|
|
147
|
-
"type": "keyword",
|
|
148
|
-
"value": "string"
|
|
149
|
-
},
|
|
150
|
-
"optional": true,
|
|
151
|
-
"computed": false
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"type": "propertySignature",
|
|
155
|
-
"key": {
|
|
156
|
-
"type": "identifier",
|
|
157
|
-
"name": "group"
|
|
158
|
-
},
|
|
159
|
-
"annotation": {
|
|
160
|
-
"type": "keyword",
|
|
161
|
-
"value": "string"
|
|
162
|
-
},
|
|
163
|
-
"optional": true,
|
|
164
|
-
"computed": false
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"type": "propertySignature",
|
|
168
|
-
"key": {
|
|
169
|
-
"type": "identifier",
|
|
170
|
-
"name": "text"
|
|
171
|
-
},
|
|
172
|
-
"annotation": {
|
|
173
|
-
"type": "union",
|
|
174
|
-
"types": [
|
|
175
|
-
{
|
|
176
|
-
"type": "keyword",
|
|
177
|
-
"value": "string"
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"type": "keyword",
|
|
181
|
-
"value": "number"
|
|
182
|
-
}
|
|
183
|
-
]
|
|
184
|
-
},
|
|
185
|
-
"optional": true,
|
|
186
|
-
"computed": false
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"type": "propertySignature",
|
|
190
|
-
"key": {
|
|
191
|
-
"type": "identifier",
|
|
192
|
-
"name": "useBrick"
|
|
193
|
-
},
|
|
194
|
-
"annotation": {
|
|
195
|
-
"type": "reference",
|
|
196
|
-
"typeName": {
|
|
197
|
-
"type": "identifier",
|
|
198
|
-
"name": "UseBrickConf"
|
|
199
|
-
}
|
|
200
|
-
},
|
|
201
|
-
"optional": true,
|
|
202
|
-
"computed": false
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"type": "propertySignature",
|
|
206
|
-
"key": {
|
|
207
|
-
"type": "identifier",
|
|
208
|
-
"name": "gridColumn"
|
|
209
|
-
},
|
|
210
|
-
"annotation": {
|
|
211
|
-
"type": "keyword",
|
|
212
|
-
"value": "string"
|
|
213
|
-
},
|
|
214
|
-
"optional": true,
|
|
215
|
-
"computed": false
|
|
216
|
-
}
|
|
217
|
-
]
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"type": "typeAlias",
|
|
221
|
-
"name": "Layout",
|
|
222
|
-
"annotation": {
|
|
223
|
-
"type": "union",
|
|
224
|
-
"types": [
|
|
225
|
-
{
|
|
226
|
-
"type": "jsLiteral",
|
|
227
|
-
"value": "horizontal"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"type": "jsLiteral",
|
|
231
|
-
"value": "vertical"
|
|
232
|
-
}
|
|
233
|
-
]
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
},
|
|
238
2
|
"eo-card-item": {
|
|
239
3
|
"properties": [
|
|
240
4
|
{
|
|
@@ -1811,58 +1575,122 @@
|
|
|
1811
1575
|
"events": [],
|
|
1812
1576
|
"methods": []
|
|
1813
1577
|
},
|
|
1814
|
-
"eo-
|
|
1578
|
+
"eo-descriptions": {
|
|
1815
1579
|
"properties": [
|
|
1816
1580
|
{
|
|
1817
|
-
"name": "
|
|
1818
|
-
"annotation": {
|
|
1819
|
-
"type": "reference",
|
|
1820
|
-
"typeName": {
|
|
1821
|
-
"type": "identifier",
|
|
1822
|
-
"name": "AlertType"
|
|
1823
|
-
}
|
|
1824
|
-
}
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "hasTitle",
|
|
1581
|
+
"name": "descriptionTitle",
|
|
1828
1582
|
"annotation": {
|
|
1829
1583
|
"type": "keyword",
|
|
1830
|
-
"value": "
|
|
1584
|
+
"value": "string"
|
|
1831
1585
|
}
|
|
1832
1586
|
},
|
|
1833
1587
|
{
|
|
1834
|
-
"name": "
|
|
1588
|
+
"name": "list",
|
|
1835
1589
|
"annotation": {
|
|
1836
|
-
"type": "
|
|
1837
|
-
"
|
|
1590
|
+
"type": "array",
|
|
1591
|
+
"elementType": {
|
|
1592
|
+
"type": "reference",
|
|
1593
|
+
"typeName": {
|
|
1594
|
+
"type": "identifier",
|
|
1595
|
+
"name": "DescriptionItem"
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1838
1598
|
}
|
|
1839
1599
|
},
|
|
1840
1600
|
{
|
|
1841
|
-
"name": "
|
|
1601
|
+
"name": "showCard",
|
|
1842
1602
|
"annotation": {
|
|
1843
1603
|
"type": "keyword",
|
|
1844
1604
|
"value": "boolean"
|
|
1845
1605
|
}
|
|
1846
1606
|
},
|
|
1847
1607
|
{
|
|
1848
|
-
"name": "
|
|
1608
|
+
"name": "column",
|
|
1609
|
+
"annotation": {
|
|
1610
|
+
"type": "keyword",
|
|
1611
|
+
"value": "number"
|
|
1612
|
+
}
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "templateColumns",
|
|
1849
1616
|
"annotation": {
|
|
1850
1617
|
"type": "keyword",
|
|
1851
1618
|
"value": "string"
|
|
1852
1619
|
}
|
|
1853
1620
|
},
|
|
1854
1621
|
{
|
|
1855
|
-
"name": "
|
|
1622
|
+
"name": "layout",
|
|
1623
|
+
"annotation": {
|
|
1624
|
+
"type": "reference",
|
|
1625
|
+
"typeName": {
|
|
1626
|
+
"type": "identifier",
|
|
1627
|
+
"name": "Layout"
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
{
|
|
1632
|
+
"name": "bordered",
|
|
1856
1633
|
"annotation": {
|
|
1857
1634
|
"type": "keyword",
|
|
1858
1635
|
"value": "boolean"
|
|
1859
1636
|
}
|
|
1860
1637
|
},
|
|
1861
1638
|
{
|
|
1862
|
-
"name": "
|
|
1639
|
+
"name": "hideGroups",
|
|
1863
1640
|
"annotation": {
|
|
1864
|
-
"type": "
|
|
1865
|
-
"
|
|
1641
|
+
"type": "union",
|
|
1642
|
+
"types": [
|
|
1643
|
+
{
|
|
1644
|
+
"type": "keyword",
|
|
1645
|
+
"value": "string"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"type": "array",
|
|
1649
|
+
"elementType": {
|
|
1650
|
+
"type": "keyword",
|
|
1651
|
+
"value": "string"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
]
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "dataSource",
|
|
1659
|
+
"annotation": {
|
|
1660
|
+
"type": "reference",
|
|
1661
|
+
"typeName": {
|
|
1662
|
+
"type": "identifier",
|
|
1663
|
+
"name": "Record"
|
|
1664
|
+
},
|
|
1665
|
+
"typeParameters": {
|
|
1666
|
+
"type": "typeParameterInstantiation",
|
|
1667
|
+
"params": [
|
|
1668
|
+
{
|
|
1669
|
+
"type": "keyword",
|
|
1670
|
+
"value": "string"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"type": "keyword",
|
|
1674
|
+
"value": "unknown"
|
|
1675
|
+
}
|
|
1676
|
+
]
|
|
1677
|
+
}
|
|
1678
|
+
}
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
"name": "themeVariant",
|
|
1682
|
+
"annotation": {
|
|
1683
|
+
"type": "union",
|
|
1684
|
+
"types": [
|
|
1685
|
+
{
|
|
1686
|
+
"type": "jsLiteral",
|
|
1687
|
+
"value": "default"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"type": "jsLiteral",
|
|
1691
|
+
"value": "elevo"
|
|
1692
|
+
}
|
|
1693
|
+
]
|
|
1866
1694
|
}
|
|
1867
1695
|
}
|
|
1868
1696
|
],
|
|
@@ -1870,118 +1698,118 @@
|
|
|
1870
1698
|
"methods": [],
|
|
1871
1699
|
"types": [
|
|
1872
1700
|
{
|
|
1873
|
-
"type": "
|
|
1874
|
-
"name": "
|
|
1875
|
-
"
|
|
1701
|
+
"type": "interface",
|
|
1702
|
+
"name": "DescriptionItem",
|
|
1703
|
+
"body": [
|
|
1876
1704
|
{
|
|
1877
|
-
"type": "
|
|
1878
|
-
"
|
|
1879
|
-
"type": "
|
|
1880
|
-
"
|
|
1705
|
+
"type": "propertySignature",
|
|
1706
|
+
"key": {
|
|
1707
|
+
"type": "identifier",
|
|
1708
|
+
"name": "label"
|
|
1881
1709
|
},
|
|
1882
|
-
"
|
|
1883
|
-
"type": "
|
|
1884
|
-
"value": "
|
|
1885
|
-
}
|
|
1710
|
+
"annotation": {
|
|
1711
|
+
"type": "keyword",
|
|
1712
|
+
"value": "string"
|
|
1713
|
+
},
|
|
1714
|
+
"computed": false
|
|
1886
1715
|
},
|
|
1887
1716
|
{
|
|
1888
|
-
"type": "
|
|
1889
|
-
"
|
|
1890
|
-
"type": "
|
|
1891
|
-
"
|
|
1717
|
+
"type": "propertySignature",
|
|
1718
|
+
"key": {
|
|
1719
|
+
"type": "identifier",
|
|
1720
|
+
"name": "field"
|
|
1892
1721
|
},
|
|
1893
|
-
"
|
|
1894
|
-
"type": "
|
|
1895
|
-
"value": "
|
|
1896
|
-
}
|
|
1722
|
+
"annotation": {
|
|
1723
|
+
"type": "keyword",
|
|
1724
|
+
"value": "string"
|
|
1725
|
+
},
|
|
1726
|
+
"optional": true,
|
|
1727
|
+
"computed": false
|
|
1897
1728
|
},
|
|
1898
1729
|
{
|
|
1899
|
-
"type": "
|
|
1900
|
-
"
|
|
1901
|
-
"type": "
|
|
1902
|
-
"
|
|
1730
|
+
"type": "propertySignature",
|
|
1731
|
+
"key": {
|
|
1732
|
+
"type": "identifier",
|
|
1733
|
+
"name": "group"
|
|
1903
1734
|
},
|
|
1904
|
-
"
|
|
1905
|
-
"type": "
|
|
1906
|
-
"value": "
|
|
1907
|
-
}
|
|
1735
|
+
"annotation": {
|
|
1736
|
+
"type": "keyword",
|
|
1737
|
+
"value": "string"
|
|
1738
|
+
},
|
|
1739
|
+
"optional": true,
|
|
1740
|
+
"computed": false
|
|
1908
1741
|
},
|
|
1909
1742
|
{
|
|
1910
|
-
"type": "
|
|
1911
|
-
"
|
|
1912
|
-
"type": "
|
|
1913
|
-
"
|
|
1743
|
+
"type": "propertySignature",
|
|
1744
|
+
"key": {
|
|
1745
|
+
"type": "identifier",
|
|
1746
|
+
"name": "text"
|
|
1914
1747
|
},
|
|
1915
|
-
"
|
|
1916
|
-
"type": "
|
|
1917
|
-
"
|
|
1918
|
-
|
|
1748
|
+
"annotation": {
|
|
1749
|
+
"type": "union",
|
|
1750
|
+
"types": [
|
|
1751
|
+
{
|
|
1752
|
+
"type": "keyword",
|
|
1753
|
+
"value": "string"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"type": "keyword",
|
|
1757
|
+
"value": "number"
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
"optional": true,
|
|
1762
|
+
"computed": false
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"type": "propertySignature",
|
|
1766
|
+
"key": {
|
|
1767
|
+
"type": "identifier",
|
|
1768
|
+
"name": "useBrick"
|
|
1769
|
+
},
|
|
1770
|
+
"annotation": {
|
|
1771
|
+
"type": "reference",
|
|
1772
|
+
"typeName": {
|
|
1773
|
+
"type": "identifier",
|
|
1774
|
+
"name": "UseBrickConf"
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
"optional": true,
|
|
1778
|
+
"computed": false
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"type": "propertySignature",
|
|
1782
|
+
"key": {
|
|
1783
|
+
"type": "identifier",
|
|
1784
|
+
"name": "gridColumn"
|
|
1785
|
+
},
|
|
1786
|
+
"annotation": {
|
|
1787
|
+
"type": "keyword",
|
|
1788
|
+
"value": "string"
|
|
1789
|
+
},
|
|
1790
|
+
"optional": true,
|
|
1791
|
+
"computed": false
|
|
1919
1792
|
}
|
|
1920
1793
|
]
|
|
1921
|
-
}
|
|
1922
|
-
]
|
|
1923
|
-
},
|
|
1924
|
-
"eo-code-display": {
|
|
1925
|
-
"properties": [
|
|
1926
|
-
{
|
|
1927
|
-
"name": "value",
|
|
1928
|
-
"annotation": {
|
|
1929
|
-
"type": "keyword",
|
|
1930
|
-
"value": "string"
|
|
1931
|
-
}
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"name": "language",
|
|
1935
|
-
"annotation": {
|
|
1936
|
-
"type": "keyword",
|
|
1937
|
-
"value": "string"
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"name": "hideLineNumber",
|
|
1942
|
-
"annotation": {
|
|
1943
|
-
"type": "keyword",
|
|
1944
|
-
"value": "boolean"
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"name": "maxLines",
|
|
1949
|
-
"annotation": {
|
|
1950
|
-
"type": "keyword",
|
|
1951
|
-
"value": "number"
|
|
1952
|
-
}
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"name": "minLines",
|
|
1956
|
-
"annotation": {
|
|
1957
|
-
"type": "keyword",
|
|
1958
|
-
"value": "number"
|
|
1959
|
-
}
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"name": "showCopyButton",
|
|
1963
|
-
"annotation": {
|
|
1964
|
-
"type": "keyword",
|
|
1965
|
-
"value": "boolean"
|
|
1966
|
-
}
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"name": "showExportButton",
|
|
1970
|
-
"annotation": {
|
|
1971
|
-
"type": "keyword",
|
|
1972
|
-
"value": "boolean"
|
|
1973
|
-
}
|
|
1974
1794
|
},
|
|
1975
1795
|
{
|
|
1976
|
-
"
|
|
1796
|
+
"type": "typeAlias",
|
|
1797
|
+
"name": "Layout",
|
|
1977
1798
|
"annotation": {
|
|
1978
|
-
"type": "
|
|
1979
|
-
"
|
|
1799
|
+
"type": "union",
|
|
1800
|
+
"types": [
|
|
1801
|
+
{
|
|
1802
|
+
"type": "jsLiteral",
|
|
1803
|
+
"value": "horizontal"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
"type": "jsLiteral",
|
|
1807
|
+
"value": "vertical"
|
|
1808
|
+
}
|
|
1809
|
+
]
|
|
1980
1810
|
}
|
|
1981
1811
|
}
|
|
1982
|
-
]
|
|
1983
|
-
"events": [],
|
|
1984
|
-
"methods": []
|
|
1812
|
+
]
|
|
1985
1813
|
},
|
|
1986
1814
|
"eo-pagination": {
|
|
1987
1815
|
"properties": [
|
|
@@ -2176,6 +2004,68 @@
|
|
|
2176
2004
|
}
|
|
2177
2005
|
]
|
|
2178
2006
|
},
|
|
2007
|
+
"eo-code-display": {
|
|
2008
|
+
"properties": [
|
|
2009
|
+
{
|
|
2010
|
+
"name": "value",
|
|
2011
|
+
"annotation": {
|
|
2012
|
+
"type": "keyword",
|
|
2013
|
+
"value": "string"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"name": "language",
|
|
2018
|
+
"annotation": {
|
|
2019
|
+
"type": "keyword",
|
|
2020
|
+
"value": "string"
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"name": "hideLineNumber",
|
|
2025
|
+
"annotation": {
|
|
2026
|
+
"type": "keyword",
|
|
2027
|
+
"value": "boolean"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"name": "maxLines",
|
|
2032
|
+
"annotation": {
|
|
2033
|
+
"type": "keyword",
|
|
2034
|
+
"value": "number"
|
|
2035
|
+
}
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"name": "minLines",
|
|
2039
|
+
"annotation": {
|
|
2040
|
+
"type": "keyword",
|
|
2041
|
+
"value": "number"
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "showCopyButton",
|
|
2046
|
+
"annotation": {
|
|
2047
|
+
"type": "keyword",
|
|
2048
|
+
"value": "boolean"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"name": "showExportButton",
|
|
2053
|
+
"annotation": {
|
|
2054
|
+
"type": "keyword",
|
|
2055
|
+
"value": "boolean"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"name": "exportFileName",
|
|
2060
|
+
"annotation": {
|
|
2061
|
+
"type": "keyword",
|
|
2062
|
+
"value": "string"
|
|
2063
|
+
}
|
|
2064
|
+
}
|
|
2065
|
+
],
|
|
2066
|
+
"events": [],
|
|
2067
|
+
"methods": []
|
|
2068
|
+
},
|
|
2179
2069
|
"eo-humanize-time": {
|
|
2180
2070
|
"properties": [
|
|
2181
2071
|
{
|
|
@@ -2304,5 +2194,115 @@
|
|
|
2304
2194
|
]
|
|
2305
2195
|
}
|
|
2306
2196
|
]
|
|
2197
|
+
},
|
|
2198
|
+
"eo-alert": {
|
|
2199
|
+
"properties": [
|
|
2200
|
+
{
|
|
2201
|
+
"name": "type",
|
|
2202
|
+
"annotation": {
|
|
2203
|
+
"type": "reference",
|
|
2204
|
+
"typeName": {
|
|
2205
|
+
"type": "identifier",
|
|
2206
|
+
"name": "AlertType"
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"name": "hasTitle",
|
|
2212
|
+
"annotation": {
|
|
2213
|
+
"type": "keyword",
|
|
2214
|
+
"value": "boolean"
|
|
2215
|
+
}
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"name": "showIcon",
|
|
2219
|
+
"annotation": {
|
|
2220
|
+
"type": "keyword",
|
|
2221
|
+
"value": "boolean"
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "closable",
|
|
2226
|
+
"annotation": {
|
|
2227
|
+
"type": "keyword",
|
|
2228
|
+
"value": "boolean"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"name": "localStorageKey",
|
|
2233
|
+
"annotation": {
|
|
2234
|
+
"type": "keyword",
|
|
2235
|
+
"value": "string"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"name": "disableUrlNamespace",
|
|
2240
|
+
"annotation": {
|
|
2241
|
+
"type": "keyword",
|
|
2242
|
+
"value": "boolean"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"name": "textContent",
|
|
2247
|
+
"annotation": {
|
|
2248
|
+
"type": "keyword",
|
|
2249
|
+
"value": "string"
|
|
2250
|
+
}
|
|
2251
|
+
}
|
|
2252
|
+
],
|
|
2253
|
+
"events": [],
|
|
2254
|
+
"methods": [],
|
|
2255
|
+
"types": [
|
|
2256
|
+
{
|
|
2257
|
+
"type": "enum",
|
|
2258
|
+
"name": "AlertType",
|
|
2259
|
+
"members": [
|
|
2260
|
+
{
|
|
2261
|
+
"type": "enumMember",
|
|
2262
|
+
"id": {
|
|
2263
|
+
"type": "jsLiteral",
|
|
2264
|
+
"value": "SUCCESS"
|
|
2265
|
+
},
|
|
2266
|
+
"initializer": {
|
|
2267
|
+
"type": "jsLiteral",
|
|
2268
|
+
"value": "success"
|
|
2269
|
+
}
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"type": "enumMember",
|
|
2273
|
+
"id": {
|
|
2274
|
+
"type": "jsLiteral",
|
|
2275
|
+
"value": "INFO"
|
|
2276
|
+
},
|
|
2277
|
+
"initializer": {
|
|
2278
|
+
"type": "jsLiteral",
|
|
2279
|
+
"value": "info"
|
|
2280
|
+
}
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"type": "enumMember",
|
|
2284
|
+
"id": {
|
|
2285
|
+
"type": "jsLiteral",
|
|
2286
|
+
"value": "WARNING"
|
|
2287
|
+
},
|
|
2288
|
+
"initializer": {
|
|
2289
|
+
"type": "jsLiteral",
|
|
2290
|
+
"value": "warning"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"type": "enumMember",
|
|
2295
|
+
"id": {
|
|
2296
|
+
"type": "jsLiteral",
|
|
2297
|
+
"value": "ERROR"
|
|
2298
|
+
},
|
|
2299
|
+
"initializer": {
|
|
2300
|
+
"type": "jsLiteral",
|
|
2301
|
+
"value": "error"
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
]
|
|
2305
|
+
}
|
|
2306
|
+
]
|
|
2307
2307
|
}
|
|
2308
2308
|
}
|