@umbraco-ui/uui 1.5.0-rc.0 → 1.5.0-rc.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/custom-elements.json +400 -355
- package/dist/uui.min.js +33 -33
- package/dist/uui.min.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/package.json +81 -81
- package/vscode-html-custom-data.json +103 -78
package/custom-elements.json
CHANGED
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
33
|
"properties": [
|
|
34
|
-
{
|
|
35
|
-
"name": "styles",
|
|
36
|
-
"type": "CSSResult[]",
|
|
37
|
-
"default": "[null]"
|
|
38
|
-
},
|
|
39
34
|
{
|
|
40
35
|
"name": "limit",
|
|
41
36
|
"attribute": "limit",
|
|
42
37
|
"description": "This sets a limit of how many avatars can be shown. It will ad a +{number} after the avatars to show the number of hidden avatars.",
|
|
43
38
|
"type": "number",
|
|
44
39
|
"default": "\"0\""
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "styles",
|
|
43
|
+
"type": "CSSResult[]",
|
|
44
|
+
"default": "[null]"
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"slots": [
|
|
@@ -82,11 +82,6 @@
|
|
|
82
82
|
}
|
|
83
83
|
],
|
|
84
84
|
"properties": [
|
|
85
|
-
{
|
|
86
|
-
"name": "styles",
|
|
87
|
-
"type": "CSSResult[]",
|
|
88
|
-
"default": "[null]"
|
|
89
|
-
},
|
|
90
85
|
{
|
|
91
86
|
"name": "overflow",
|
|
92
87
|
"attribute": "overflow",
|
|
@@ -114,6 +109,11 @@
|
|
|
114
109
|
"description": "Provide the name used for labels and to generate the initials.",
|
|
115
110
|
"type": "string",
|
|
116
111
|
"default": "\"''\""
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "styles",
|
|
115
|
+
"type": "CSSResult[]",
|
|
116
|
+
"default": "[null]"
|
|
117
117
|
}
|
|
118
118
|
],
|
|
119
119
|
"slots": [
|
|
@@ -148,11 +148,6 @@
|
|
|
148
148
|
}
|
|
149
149
|
],
|
|
150
150
|
"properties": [
|
|
151
|
-
{
|
|
152
|
-
"name": "styles",
|
|
153
|
-
"type": "CSSResult[]",
|
|
154
|
-
"default": "[null]"
|
|
155
|
-
},
|
|
156
151
|
{
|
|
157
152
|
"name": "color",
|
|
158
153
|
"attribute": "color",
|
|
@@ -173,6 +168,11 @@
|
|
|
173
168
|
"description": "Bring attention to this badge by applying a bounce animation.",
|
|
174
169
|
"type": "boolean",
|
|
175
170
|
"default": "\"false\""
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "styles",
|
|
174
|
+
"type": "CSSResult[]",
|
|
175
|
+
"default": "[null]"
|
|
176
176
|
}
|
|
177
177
|
],
|
|
178
178
|
"slots": [
|
|
@@ -201,11 +201,6 @@
|
|
|
201
201
|
}
|
|
202
202
|
],
|
|
203
203
|
"properties": [
|
|
204
|
-
{
|
|
205
|
-
"name": "styles",
|
|
206
|
-
"type": "CSSResult[]",
|
|
207
|
-
"default": "[\"UUITextStyles\",null]"
|
|
208
|
-
},
|
|
209
204
|
{
|
|
210
205
|
"name": "headline",
|
|
211
206
|
"attribute": "headline",
|
|
@@ -219,6 +214,11 @@
|
|
|
219
214
|
"description": "Changes the headline variant for accessibility for this box.\nNotice this does not change the visual representation of the headline. (Umbraco does only recommend displaying a h5 sizes headline in the UUI-BOX)",
|
|
220
215
|
"type": "\"h1\" | \"h2\" | \"h3\" | \"h4\" | \"h5\" | \"h6\"",
|
|
221
216
|
"default": "\"\\\"h5\\\"\""
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"name": "styles",
|
|
220
|
+
"type": "CSSResult[]",
|
|
221
|
+
"default": "[\"UUITextStyles\",null]"
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
224
|
"slots": [
|
|
@@ -261,11 +261,6 @@
|
|
|
261
261
|
}
|
|
262
262
|
],
|
|
263
263
|
"properties": [
|
|
264
|
-
{
|
|
265
|
-
"name": "styles",
|
|
266
|
-
"type": "CSSResult[]",
|
|
267
|
-
"default": "[null]"
|
|
268
|
-
},
|
|
269
264
|
{
|
|
270
265
|
"name": "href",
|
|
271
266
|
"attribute": "href",
|
|
@@ -279,6 +274,11 @@
|
|
|
279
274
|
"description": "Specifies if the element is the last item in the uui-breadcrumbs. Last item will not render as a link",
|
|
280
275
|
"type": "Boolean",
|
|
281
276
|
"default": "\"'false'\""
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "styles",
|
|
280
|
+
"type": "CSSResult[]",
|
|
281
|
+
"default": "[null]"
|
|
282
282
|
}
|
|
283
283
|
],
|
|
284
284
|
"slots": [
|
|
@@ -347,17 +347,17 @@
|
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
349
|
"properties": [
|
|
350
|
-
{
|
|
351
|
-
"name": "styles",
|
|
352
|
-
"type": "CSSResult[]",
|
|
353
|
-
"default": "[\"UUIBlinkKeyframes\",null]"
|
|
354
|
-
},
|
|
355
350
|
{
|
|
356
351
|
"name": "label",
|
|
357
352
|
"attribute": "label",
|
|
358
353
|
"description": "Label to be used for aria-label and eventually as visual label",
|
|
359
354
|
"type": "string"
|
|
360
355
|
},
|
|
356
|
+
{
|
|
357
|
+
"name": "styles",
|
|
358
|
+
"type": "CSSResult[]",
|
|
359
|
+
"default": "[\"UUIBlinkKeyframes\",null]"
|
|
360
|
+
},
|
|
361
361
|
{
|
|
362
362
|
"name": "vertical",
|
|
363
363
|
"attribute": "vertical",
|
|
@@ -480,11 +480,6 @@
|
|
|
480
480
|
}
|
|
481
481
|
],
|
|
482
482
|
"properties": [
|
|
483
|
-
{
|
|
484
|
-
"name": "styles",
|
|
485
|
-
"type": "CSSResult[]",
|
|
486
|
-
"default": "[\"UUIHorizontalShakeKeyframes\",null]"
|
|
487
|
-
},
|
|
488
483
|
{
|
|
489
484
|
"name": "type",
|
|
490
485
|
"attribute": "type",
|
|
@@ -541,6 +536,11 @@
|
|
|
541
536
|
"type": "string",
|
|
542
537
|
"default": "\"undefined\""
|
|
543
538
|
},
|
|
539
|
+
{
|
|
540
|
+
"name": "styles",
|
|
541
|
+
"type": "CSSResult[]",
|
|
542
|
+
"default": "[\"UUIHorizontalShakeKeyframes\",null]"
|
|
543
|
+
},
|
|
544
544
|
{
|
|
545
545
|
"name": "formAssociated",
|
|
546
546
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -759,11 +759,6 @@
|
|
|
759
759
|
"type": "string",
|
|
760
760
|
"default": "\"''\""
|
|
761
761
|
},
|
|
762
|
-
{
|
|
763
|
-
"name": "styles",
|
|
764
|
-
"type": "CSSResult[]",
|
|
765
|
-
"default": "[null,null]"
|
|
766
|
-
},
|
|
767
762
|
{
|
|
768
763
|
"name": "disabled",
|
|
769
764
|
"attribute": "disabled",
|
|
@@ -792,6 +787,11 @@
|
|
|
792
787
|
"type": "string",
|
|
793
788
|
"default": "\"undefined\""
|
|
794
789
|
},
|
|
790
|
+
{
|
|
791
|
+
"name": "styles",
|
|
792
|
+
"type": "CSSResult[]",
|
|
793
|
+
"default": "[null,null]"
|
|
794
|
+
},
|
|
795
795
|
{
|
|
796
796
|
"name": "selectOnly",
|
|
797
797
|
"attribute": "select-only",
|
|
@@ -917,11 +917,6 @@
|
|
|
917
917
|
"type": "string",
|
|
918
918
|
"default": "\"''\""
|
|
919
919
|
},
|
|
920
|
-
{
|
|
921
|
-
"name": "styles",
|
|
922
|
-
"type": "CSSResult[]",
|
|
923
|
-
"default": "[null,null]"
|
|
924
|
-
},
|
|
925
920
|
{
|
|
926
921
|
"name": "disabled",
|
|
927
922
|
"attribute": "disabled",
|
|
@@ -950,6 +945,11 @@
|
|
|
950
945
|
"type": "string",
|
|
951
946
|
"default": "\"undefined\""
|
|
952
947
|
},
|
|
948
|
+
{
|
|
949
|
+
"name": "styles",
|
|
950
|
+
"type": "CSSResult[]",
|
|
951
|
+
"default": "[null,null]"
|
|
952
|
+
},
|
|
953
953
|
{
|
|
954
954
|
"name": "selectOnly",
|
|
955
955
|
"attribute": "select-only",
|
|
@@ -1058,11 +1058,6 @@
|
|
|
1058
1058
|
"type": "string",
|
|
1059
1059
|
"default": "\"''\""
|
|
1060
1060
|
},
|
|
1061
|
-
{
|
|
1062
|
-
"name": "styles",
|
|
1063
|
-
"type": "CSSResult[]",
|
|
1064
|
-
"default": "[null,null]"
|
|
1065
|
-
},
|
|
1066
1061
|
{
|
|
1067
1062
|
"name": "disabled",
|
|
1068
1063
|
"attribute": "disabled",
|
|
@@ -1091,6 +1086,11 @@
|
|
|
1091
1086
|
"type": "string",
|
|
1092
1087
|
"default": "\"undefined\""
|
|
1093
1088
|
},
|
|
1089
|
+
{
|
|
1090
|
+
"name": "styles",
|
|
1091
|
+
"type": "CSSResult[]",
|
|
1092
|
+
"default": "[null,null]"
|
|
1093
|
+
},
|
|
1094
1094
|
{
|
|
1095
1095
|
"name": "selectOnly",
|
|
1096
1096
|
"attribute": "select-only",
|
|
@@ -1186,11 +1186,6 @@
|
|
|
1186
1186
|
}
|
|
1187
1187
|
],
|
|
1188
1188
|
"properties": [
|
|
1189
|
-
{
|
|
1190
|
-
"name": "styles",
|
|
1191
|
-
"type": "CSSResult[]",
|
|
1192
|
-
"default": "[null]"
|
|
1193
|
-
},
|
|
1194
1189
|
{
|
|
1195
1190
|
"name": "disabled",
|
|
1196
1191
|
"attribute": "disabled",
|
|
@@ -1219,6 +1214,11 @@
|
|
|
1219
1214
|
"type": "string",
|
|
1220
1215
|
"default": "\"undefined\""
|
|
1221
1216
|
},
|
|
1217
|
+
{
|
|
1218
|
+
"name": "styles",
|
|
1219
|
+
"type": "CSSResult[]",
|
|
1220
|
+
"default": "[null]"
|
|
1221
|
+
},
|
|
1222
1222
|
{
|
|
1223
1223
|
"name": "selectOnly",
|
|
1224
1224
|
"attribute": "select-only",
|
|
@@ -1273,17 +1273,17 @@
|
|
|
1273
1273
|
}
|
|
1274
1274
|
],
|
|
1275
1275
|
"properties": [
|
|
1276
|
-
{
|
|
1277
|
-
"name": "styles",
|
|
1278
|
-
"type": "CSSResult[]",
|
|
1279
|
-
"default": "[null]"
|
|
1280
|
-
},
|
|
1281
1276
|
{
|
|
1282
1277
|
"name": "open",
|
|
1283
1278
|
"attribute": "open",
|
|
1284
1279
|
"description": "Turns the arrow around.",
|
|
1285
1280
|
"type": "boolean",
|
|
1286
1281
|
"default": "\"false\""
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"name": "styles",
|
|
1285
|
+
"type": "CSSResult[]",
|
|
1286
|
+
"default": "[null]"
|
|
1287
1287
|
}
|
|
1288
1288
|
],
|
|
1289
1289
|
"deprecated": true,
|
|
@@ -1361,11 +1361,6 @@
|
|
|
1361
1361
|
}
|
|
1362
1362
|
],
|
|
1363
1363
|
"properties": [
|
|
1364
|
-
{
|
|
1365
|
-
"name": "styles",
|
|
1366
|
-
"type": "CSSResult[]",
|
|
1367
|
-
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
|
|
1368
|
-
},
|
|
1369
1364
|
{
|
|
1370
1365
|
"name": "labelPosition",
|
|
1371
1366
|
"attribute": "label-position",
|
|
@@ -1387,6 +1382,11 @@
|
|
|
1387
1382
|
"type": "boolean",
|
|
1388
1383
|
"default": "\"false\""
|
|
1389
1384
|
},
|
|
1385
|
+
{
|
|
1386
|
+
"name": "styles",
|
|
1387
|
+
"type": "CSSResult[]",
|
|
1388
|
+
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
|
|
1389
|
+
},
|
|
1390
1390
|
{
|
|
1391
1391
|
"name": "formAssociated",
|
|
1392
1392
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -1516,11 +1516,6 @@
|
|
|
1516
1516
|
}
|
|
1517
1517
|
],
|
|
1518
1518
|
"properties": [
|
|
1519
|
-
{
|
|
1520
|
-
"name": "styles",
|
|
1521
|
-
"type": "CSSResult[]",
|
|
1522
|
-
"default": "[null]"
|
|
1523
|
-
},
|
|
1524
1519
|
{
|
|
1525
1520
|
"name": "hue",
|
|
1526
1521
|
"attribute": "hue",
|
|
@@ -1568,6 +1563,11 @@
|
|
|
1568
1563
|
"description": "Disables the color area.",
|
|
1569
1564
|
"type": "boolean",
|
|
1570
1565
|
"default": "false"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"name": "styles",
|
|
1569
|
+
"type": "CSSResult[]",
|
|
1570
|
+
"default": "[null]"
|
|
1571
1571
|
}
|
|
1572
1572
|
],
|
|
1573
1573
|
"cssProperties": [
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
},
|
|
1590
1590
|
{
|
|
1591
1591
|
"name": "format",
|
|
1592
|
-
"description": "The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, and
|
|
1592
|
+
"description": "The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA\nrespectively. The color picker will always accept user input in any format (including CSS color names) and convert\nit to the desired format.",
|
|
1593
1593
|
"type": "UUIColorPickerFormat",
|
|
1594
1594
|
"default": "\"'hex'\""
|
|
1595
1595
|
},
|
|
@@ -1642,11 +1642,6 @@
|
|
|
1642
1642
|
}
|
|
1643
1643
|
],
|
|
1644
1644
|
"properties": [
|
|
1645
|
-
{
|
|
1646
|
-
"name": "styles",
|
|
1647
|
-
"type": "CSSResult[]",
|
|
1648
|
-
"default": "[null]"
|
|
1649
|
-
},
|
|
1650
1645
|
{
|
|
1651
1646
|
"name": "value",
|
|
1652
1647
|
"attribute": "value",
|
|
@@ -1657,7 +1652,7 @@
|
|
|
1657
1652
|
{
|
|
1658
1653
|
"name": "format",
|
|
1659
1654
|
"attribute": "format",
|
|
1660
|
-
"description": "The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, and
|
|
1655
|
+
"description": "The format to use for the display value. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA\nrespectively. The color picker will always accept user input in any format (including CSS color names) and convert\nit to the desired format.",
|
|
1661
1656
|
"type": "UUIColorPickerFormat",
|
|
1662
1657
|
"default": "\"'hex'\""
|
|
1663
1658
|
},
|
|
@@ -1712,10 +1707,15 @@
|
|
|
1712
1707
|
},
|
|
1713
1708
|
{
|
|
1714
1709
|
"name": "swatches",
|
|
1715
|
-
"description": "An array of predefined color swatches to display. Can include any format the color picker can parse, including\nHEX(A), RGB(A), HSL(A), and CSS color names.",
|
|
1710
|
+
"description": "An array of predefined color swatches to display. Can include any format the color picker can parse, including\nHEX(A), RGB(A), HSL(A), HSV(A), and CSS color names.",
|
|
1716
1711
|
"type": "string[]",
|
|
1717
1712
|
"default": "[\"#d0021b\",\"#f5a623\",\"#f8e71c\",\"#8b572a\",\"#7ed321\",\"#417505\",\"#bd10e0\",\"#9013fe\",\"#4a90e2\",\"#50e3c2\",\"#b8e986\",\"#000\",\"#444\",\"#888\",\"#ccc\",\"#fff\"]"
|
|
1718
1713
|
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "styles",
|
|
1716
|
+
"type": "CSSResult[]",
|
|
1717
|
+
"default": "[null]"
|
|
1718
|
+
},
|
|
1719
1719
|
{
|
|
1720
1720
|
"name": "label",
|
|
1721
1721
|
"attribute": "label",
|
|
@@ -1795,11 +1795,6 @@
|
|
|
1795
1795
|
}
|
|
1796
1796
|
],
|
|
1797
1797
|
"properties": [
|
|
1798
|
-
{
|
|
1799
|
-
"name": "styles",
|
|
1800
|
-
"type": "CSSResult[]",
|
|
1801
|
-
"default": "[null]"
|
|
1802
|
-
},
|
|
1803
1798
|
{
|
|
1804
1799
|
"name": "type",
|
|
1805
1800
|
"attribute": "type",
|
|
@@ -1860,6 +1855,11 @@
|
|
|
1860
1855
|
"name": "ccsPropCurrentValue",
|
|
1861
1856
|
"type": "number"
|
|
1862
1857
|
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "styles",
|
|
1860
|
+
"type": "CSSResult[]",
|
|
1861
|
+
"default": "[null]"
|
|
1862
|
+
},
|
|
1863
1863
|
{
|
|
1864
1864
|
"name": "label",
|
|
1865
1865
|
"attribute": "label",
|
|
@@ -1942,11 +1942,6 @@
|
|
|
1942
1942
|
}
|
|
1943
1943
|
],
|
|
1944
1944
|
"properties": [
|
|
1945
|
-
{
|
|
1946
|
-
"name": "styles",
|
|
1947
|
-
"type": "CSSResult[]",
|
|
1948
|
-
"default": "[null]"
|
|
1949
|
-
},
|
|
1950
1945
|
{
|
|
1951
1946
|
"name": "value",
|
|
1952
1947
|
"attribute": "value",
|
|
@@ -1977,6 +1972,11 @@
|
|
|
1977
1972
|
"description": "Returns true if the color brightness is >= 0.5",
|
|
1978
1973
|
"type": "boolean"
|
|
1979
1974
|
},
|
|
1975
|
+
{
|
|
1976
|
+
"name": "styles",
|
|
1977
|
+
"type": "CSSResult[]",
|
|
1978
|
+
"default": "[null]"
|
|
1979
|
+
},
|
|
1980
1980
|
{
|
|
1981
1981
|
"name": "label",
|
|
1982
1982
|
"attribute": "label",
|
|
@@ -2042,6 +2042,12 @@
|
|
|
2042
2042
|
"type": "string",
|
|
2043
2043
|
"default": "\"\""
|
|
2044
2044
|
},
|
|
2045
|
+
{
|
|
2046
|
+
"name": "disabled",
|
|
2047
|
+
"description": "Disables the color swatches.",
|
|
2048
|
+
"type": "boolean",
|
|
2049
|
+
"default": "\"false\""
|
|
2050
|
+
},
|
|
2045
2051
|
{
|
|
2046
2052
|
"name": "label",
|
|
2047
2053
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -2049,11 +2055,6 @@
|
|
|
2049
2055
|
}
|
|
2050
2056
|
],
|
|
2051
2057
|
"properties": [
|
|
2052
|
-
{
|
|
2053
|
-
"name": "styles",
|
|
2054
|
-
"type": "CSSResult[]",
|
|
2055
|
-
"default": "[null]"
|
|
2056
|
-
},
|
|
2057
2058
|
{
|
|
2058
2059
|
"name": "value",
|
|
2059
2060
|
"attribute": "value",
|
|
@@ -2061,10 +2062,22 @@
|
|
|
2061
2062
|
"type": "string",
|
|
2062
2063
|
"default": "\"\""
|
|
2063
2064
|
},
|
|
2065
|
+
{
|
|
2066
|
+
"name": "disabled",
|
|
2067
|
+
"attribute": "disabled",
|
|
2068
|
+
"description": "Disables the color swatches.",
|
|
2069
|
+
"type": "boolean",
|
|
2070
|
+
"default": "\"false\""
|
|
2071
|
+
},
|
|
2064
2072
|
{
|
|
2065
2073
|
"name": "swatches",
|
|
2066
2074
|
"type": "UUIColorSwatchElement[]"
|
|
2067
2075
|
},
|
|
2076
|
+
{
|
|
2077
|
+
"name": "styles",
|
|
2078
|
+
"type": "CSSResult[]",
|
|
2079
|
+
"default": "[null]"
|
|
2080
|
+
},
|
|
2068
2081
|
{
|
|
2069
2082
|
"name": "label",
|
|
2070
2083
|
"attribute": "label",
|
|
@@ -2127,11 +2140,6 @@
|
|
|
2127
2140
|
}
|
|
2128
2141
|
],
|
|
2129
2142
|
"properties": [
|
|
2130
|
-
{
|
|
2131
|
-
"name": "styles",
|
|
2132
|
-
"type": "CSSResult[]",
|
|
2133
|
-
"default": "[null]"
|
|
2134
|
-
},
|
|
2135
2143
|
{
|
|
2136
2144
|
"name": "value",
|
|
2137
2145
|
"attribute": "value",
|
|
@@ -2153,6 +2161,11 @@
|
|
|
2153
2161
|
"type": " boolean ",
|
|
2154
2162
|
"default": "\"false\""
|
|
2155
2163
|
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "styles",
|
|
2166
|
+
"type": "CSSResult[]",
|
|
2167
|
+
"default": "[null]"
|
|
2168
|
+
},
|
|
2156
2169
|
{
|
|
2157
2170
|
"name": "selectable",
|
|
2158
2171
|
"attribute": "selectable",
|
|
@@ -2216,11 +2229,6 @@
|
|
|
2216
2229
|
}
|
|
2217
2230
|
],
|
|
2218
2231
|
"properties": [
|
|
2219
|
-
{
|
|
2220
|
-
"name": "styles",
|
|
2221
|
-
"type": "CSSResult[]",
|
|
2222
|
-
"default": "[null]"
|
|
2223
|
-
},
|
|
2224
2232
|
{
|
|
2225
2233
|
"name": "value",
|
|
2226
2234
|
"attribute": "value",
|
|
@@ -2241,6 +2249,11 @@
|
|
|
2241
2249
|
"description": "provide another element of which keyboard navigation",
|
|
2242
2250
|
"type": " HTMLElement ",
|
|
2243
2251
|
"default": "\"this\""
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
"name": "styles",
|
|
2255
|
+
"type": "CSSResult[]",
|
|
2256
|
+
"default": "[null]"
|
|
2244
2257
|
}
|
|
2245
2258
|
],
|
|
2246
2259
|
"events": [
|
|
@@ -2328,11 +2341,6 @@
|
|
|
2328
2341
|
}
|
|
2329
2342
|
],
|
|
2330
2343
|
"properties": [
|
|
2331
|
-
{
|
|
2332
|
-
"name": "styles",
|
|
2333
|
-
"type": "CSSResult[]",
|
|
2334
|
-
"default": "[null]"
|
|
2335
|
-
},
|
|
2336
2344
|
{
|
|
2337
2345
|
"name": "search",
|
|
2338
2346
|
"attribute": "search",
|
|
@@ -2361,6 +2369,11 @@
|
|
|
2361
2369
|
"type": "boolean",
|
|
2362
2370
|
"default": "\"false\""
|
|
2363
2371
|
},
|
|
2372
|
+
{
|
|
2373
|
+
"name": "styles",
|
|
2374
|
+
"type": "CSSResult[]",
|
|
2375
|
+
"default": "[null]"
|
|
2376
|
+
},
|
|
2364
2377
|
{
|
|
2365
2378
|
"name": "formAssociated",
|
|
2366
2379
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -2461,17 +2474,17 @@
|
|
|
2461
2474
|
}
|
|
2462
2475
|
],
|
|
2463
2476
|
"properties": [
|
|
2464
|
-
{
|
|
2465
|
-
"name": "styles",
|
|
2466
|
-
"type": "CSSResult[]",
|
|
2467
|
-
"default": "[null]"
|
|
2468
|
-
},
|
|
2469
2477
|
{
|
|
2470
2478
|
"name": "headline",
|
|
2471
2479
|
"attribute": "headline",
|
|
2472
2480
|
"description": "Headline for this notification, can also be set via the 'headline' slot.",
|
|
2473
2481
|
"type": "string | null",
|
|
2474
2482
|
"default": "\"null\""
|
|
2483
|
+
},
|
|
2484
|
+
{
|
|
2485
|
+
"name": "styles",
|
|
2486
|
+
"type": "CSSResult[]",
|
|
2487
|
+
"default": "[null]"
|
|
2475
2488
|
}
|
|
2476
2489
|
],
|
|
2477
2490
|
"slots": [
|
|
@@ -2528,11 +2541,6 @@
|
|
|
2528
2541
|
}
|
|
2529
2542
|
],
|
|
2530
2543
|
"properties": [
|
|
2531
|
-
{
|
|
2532
|
-
"name": "styles",
|
|
2533
|
-
"type": "CSSResult[]",
|
|
2534
|
-
"default": "[null]"
|
|
2535
|
-
},
|
|
2536
2544
|
{
|
|
2537
2545
|
"name": "accept",
|
|
2538
2546
|
"attribute": "accept",
|
|
@@ -2546,6 +2554,11 @@
|
|
|
2546
2554
|
"type": "boolean",
|
|
2547
2555
|
"default": "\"false\""
|
|
2548
2556
|
},
|
|
2557
|
+
{
|
|
2558
|
+
"name": "styles",
|
|
2559
|
+
"type": "CSSResult[]",
|
|
2560
|
+
"default": "[null]"
|
|
2561
|
+
},
|
|
2549
2562
|
{
|
|
2550
2563
|
"name": "label",
|
|
2551
2564
|
"attribute": "label",
|
|
@@ -2570,14 +2583,14 @@
|
|
|
2570
2583
|
"name": "uui-file-preview",
|
|
2571
2584
|
"path": "./../uui-file-preview/lib/uui-file-preview.element.ts",
|
|
2572
2585
|
"properties": [
|
|
2586
|
+
{
|
|
2587
|
+
"name": "file",
|
|
2588
|
+
"type": "File | undefined"
|
|
2589
|
+
},
|
|
2573
2590
|
{
|
|
2574
2591
|
"name": "styles",
|
|
2575
2592
|
"type": "CSSResult[]",
|
|
2576
2593
|
"default": "[null]"
|
|
2577
|
-
},
|
|
2578
|
-
{
|
|
2579
|
-
"name": "file",
|
|
2580
|
-
"type": "File | undefined"
|
|
2581
2594
|
}
|
|
2582
2595
|
],
|
|
2583
2596
|
"slots": [
|
|
@@ -2597,17 +2610,17 @@
|
|
|
2597
2610
|
}
|
|
2598
2611
|
],
|
|
2599
2612
|
"properties": [
|
|
2600
|
-
{
|
|
2601
|
-
"name": "styles",
|
|
2602
|
-
"type": "CSSResult[]",
|
|
2603
|
-
"default": "[null]"
|
|
2604
|
-
},
|
|
2605
2613
|
{
|
|
2606
2614
|
"name": "description",
|
|
2607
2615
|
"attribute": "description",
|
|
2608
2616
|
"type": "string | null"
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"name": "styles",
|
|
2620
|
+
"type": "CSSResult[]",
|
|
2621
|
+
"default": "[null]"
|
|
2622
|
+
}
|
|
2623
|
+
],
|
|
2611
2624
|
"slots": [
|
|
2612
2625
|
{
|
|
2613
2626
|
"name": "",
|
|
@@ -2639,17 +2652,17 @@
|
|
|
2639
2652
|
}
|
|
2640
2653
|
],
|
|
2641
2654
|
"properties": [
|
|
2642
|
-
{
|
|
2643
|
-
"name": "styles",
|
|
2644
|
-
"type": "CSSResult[]",
|
|
2645
|
-
"default": "[null]"
|
|
2646
|
-
},
|
|
2647
2655
|
{
|
|
2648
2656
|
"name": "for",
|
|
2649
2657
|
"attribute": "for",
|
|
2650
2658
|
"description": "Set the element containing Form Controls of interest.",
|
|
2651
2659
|
"type": "string",
|
|
2652
2660
|
"default": "\"this\""
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"name": "styles",
|
|
2664
|
+
"type": "CSSResult[]",
|
|
2665
|
+
"default": "[null]"
|
|
2653
2666
|
}
|
|
2654
2667
|
],
|
|
2655
2668
|
"slots": [
|
|
@@ -2698,6 +2711,11 @@
|
|
|
2698
2711
|
"name": "uui-icon",
|
|
2699
2712
|
"path": "./../uui-icon/lib/uui-icon.element.ts",
|
|
2700
2713
|
"attributes": [
|
|
2714
|
+
{
|
|
2715
|
+
"name": "label",
|
|
2716
|
+
"description": "An alternate description to use for assistive devices.\nIf omitted, the icon will be considered presentational and ignored by assistive devices.",
|
|
2717
|
+
"type": "string"
|
|
2718
|
+
},
|
|
2701
2719
|
{
|
|
2702
2720
|
"name": "name",
|
|
2703
2721
|
"description": "Icon name is used to retrieve the icon from a parent Icon Registry.\nIf no Icon Registry responds to the given name, the fallback svg will be used.",
|
|
@@ -2719,9 +2737,10 @@
|
|
|
2719
2737
|
],
|
|
2720
2738
|
"properties": [
|
|
2721
2739
|
{
|
|
2722
|
-
"name": "
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2740
|
+
"name": "label",
|
|
2741
|
+
"attribute": "label",
|
|
2742
|
+
"description": "An alternate description to use for assistive devices.\nIf omitted, the icon will be considered presentational and ignored by assistive devices.",
|
|
2743
|
+
"type": "string"
|
|
2725
2744
|
},
|
|
2726
2745
|
{
|
|
2727
2746
|
"name": "name",
|
|
@@ -2743,6 +2762,11 @@
|
|
|
2743
2762
|
"description": "Fallback SVG is a raw SVG string, this is used then 'name' hasn't been accepted by any parent Icon Registry.",
|
|
2744
2763
|
"type": "string",
|
|
2745
2764
|
"default": "\"null\""
|
|
2765
|
+
},
|
|
2766
|
+
{
|
|
2767
|
+
"name": "styles",
|
|
2768
|
+
"type": "CSSResult[]",
|
|
2769
|
+
"default": "[null]"
|
|
2746
2770
|
}
|
|
2747
2771
|
],
|
|
2748
2772
|
"events": [
|
|
@@ -2818,11 +2842,6 @@
|
|
|
2818
2842
|
}
|
|
2819
2843
|
],
|
|
2820
2844
|
"properties": [
|
|
2821
|
-
{
|
|
2822
|
-
"name": "styles",
|
|
2823
|
-
"type": "CSSResult[]",
|
|
2824
|
-
"default": "[null]"
|
|
2825
|
-
},
|
|
2826
2845
|
{
|
|
2827
2846
|
"name": "accept",
|
|
2828
2847
|
"attribute": "accept",
|
|
@@ -2837,6 +2856,11 @@
|
|
|
2837
2856
|
"type": "boolean",
|
|
2838
2857
|
"default": "\"false\""
|
|
2839
2858
|
},
|
|
2859
|
+
{
|
|
2860
|
+
"name": "styles",
|
|
2861
|
+
"type": "CSSResult[]",
|
|
2862
|
+
"default": "[null]"
|
|
2863
|
+
},
|
|
2840
2864
|
{
|
|
2841
2865
|
"name": "formAssociated",
|
|
2842
2866
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -3059,11 +3083,6 @@
|
|
|
3059
3083
|
"type": "boolean",
|
|
3060
3084
|
"default": "\"true\""
|
|
3061
3085
|
},
|
|
3062
|
-
{
|
|
3063
|
-
"name": "styles",
|
|
3064
|
-
"type": "CSSResult[]",
|
|
3065
|
-
"default": "[null,null]"
|
|
3066
|
-
},
|
|
3067
3086
|
{
|
|
3068
3087
|
"name": "min",
|
|
3069
3088
|
"attribute": "min",
|
|
@@ -3166,6 +3185,11 @@
|
|
|
3166
3185
|
"type": "string",
|
|
3167
3186
|
"default": "\"\""
|
|
3168
3187
|
},
|
|
3188
|
+
{
|
|
3189
|
+
"name": "styles",
|
|
3190
|
+
"type": "CSSResult[]",
|
|
3191
|
+
"default": "[null,null]"
|
|
3192
|
+
},
|
|
3169
3193
|
{
|
|
3170
3194
|
"name": "spellcheck",
|
|
3171
3195
|
"attribute": "spellcheck",
|
|
@@ -3411,11 +3435,6 @@
|
|
|
3411
3435
|
}
|
|
3412
3436
|
],
|
|
3413
3437
|
"properties": [
|
|
3414
|
-
{
|
|
3415
|
-
"name": "styles",
|
|
3416
|
-
"type": "CSSResult[]",
|
|
3417
|
-
"default": "[null,null]"
|
|
3418
|
-
},
|
|
3419
3438
|
{
|
|
3420
3439
|
"name": "min",
|
|
3421
3440
|
"attribute": "min",
|
|
@@ -3518,6 +3537,11 @@
|
|
|
3518
3537
|
"type": "string",
|
|
3519
3538
|
"default": "\"\""
|
|
3520
3539
|
},
|
|
3540
|
+
{
|
|
3541
|
+
"name": "styles",
|
|
3542
|
+
"type": "CSSResult[]",
|
|
3543
|
+
"default": "[null,null]"
|
|
3544
|
+
},
|
|
3521
3545
|
{
|
|
3522
3546
|
"name": "spellcheck",
|
|
3523
3547
|
"attribute": "spellcheck",
|
|
@@ -3764,11 +3788,6 @@
|
|
|
3764
3788
|
}
|
|
3765
3789
|
],
|
|
3766
3790
|
"properties": [
|
|
3767
|
-
{
|
|
3768
|
-
"name": "styles",
|
|
3769
|
-
"type": "CSSResult[]",
|
|
3770
|
-
"default": "[null]"
|
|
3771
|
-
},
|
|
3772
3791
|
{
|
|
3773
3792
|
"name": "min",
|
|
3774
3793
|
"attribute": "min",
|
|
@@ -3871,6 +3890,11 @@
|
|
|
3871
3890
|
"type": "string",
|
|
3872
3891
|
"default": "\"\""
|
|
3873
3892
|
},
|
|
3893
|
+
{
|
|
3894
|
+
"name": "styles",
|
|
3895
|
+
"type": "CSSResult[]",
|
|
3896
|
+
"default": "[null]"
|
|
3897
|
+
},
|
|
3874
3898
|
{
|
|
3875
3899
|
"name": "spellcheck",
|
|
3876
3900
|
"attribute": "spellcheck",
|
|
@@ -4032,11 +4056,6 @@
|
|
|
4032
4056
|
}
|
|
4033
4057
|
],
|
|
4034
4058
|
"properties": [
|
|
4035
|
-
{
|
|
4036
|
-
"name": "styles",
|
|
4037
|
-
"type": "CSSResult[]",
|
|
4038
|
-
"default": "[null]"
|
|
4039
|
-
},
|
|
4040
4059
|
{
|
|
4041
4060
|
"name": "disabled",
|
|
4042
4061
|
"attribute": "disabled",
|
|
@@ -4057,6 +4076,11 @@
|
|
|
4057
4076
|
"description": "Highlight that the related element is required.",
|
|
4058
4077
|
"type": "boolean",
|
|
4059
4078
|
"default": "\"false\""
|
|
4079
|
+
},
|
|
4080
|
+
{
|
|
4081
|
+
"name": "styles",
|
|
4082
|
+
"type": "CSSResult[]",
|
|
4083
|
+
"default": "[null]"
|
|
4060
4084
|
}
|
|
4061
4085
|
],
|
|
4062
4086
|
"slots": [
|
|
@@ -4084,11 +4108,6 @@
|
|
|
4084
4108
|
}
|
|
4085
4109
|
],
|
|
4086
4110
|
"properties": [
|
|
4087
|
-
{
|
|
4088
|
-
"name": "styles",
|
|
4089
|
-
"type": "CSSResult[]",
|
|
4090
|
-
"default": "[null]"
|
|
4091
|
-
},
|
|
4092
4111
|
{
|
|
4093
4112
|
"name": "progress",
|
|
4094
4113
|
"attribute": "progress",
|
|
@@ -4102,6 +4121,11 @@
|
|
|
4102
4121
|
"description": "Set this to a number greater then 0 to define the length of loader animation in seconds. Passing 0 or a negative number as a value will set it to 1 second. This is because negative values are illegal in the `animation-duration` css property, and value of 0 just stops the animation.",
|
|
4103
4122
|
"type": "number",
|
|
4104
4123
|
"default": "\"1\""
|
|
4124
|
+
},
|
|
4125
|
+
{
|
|
4126
|
+
"name": "styles",
|
|
4127
|
+
"type": "CSSResult[]",
|
|
4128
|
+
"default": "[null]"
|
|
4105
4129
|
}
|
|
4106
4130
|
]
|
|
4107
4131
|
},
|
|
@@ -4123,11 +4147,6 @@
|
|
|
4123
4147
|
}
|
|
4124
4148
|
],
|
|
4125
4149
|
"properties": [
|
|
4126
|
-
{
|
|
4127
|
-
"name": "styles",
|
|
4128
|
-
"type": "CSSResult[]",
|
|
4129
|
-
"default": "[null]"
|
|
4130
|
-
},
|
|
4131
4150
|
{
|
|
4132
4151
|
"name": "progress",
|
|
4133
4152
|
"attribute": "progress",
|
|
@@ -4141,6 +4160,11 @@
|
|
|
4141
4160
|
"description": "If true then element displays progress number at bigger sizes",
|
|
4142
4161
|
"type": "boolean",
|
|
4143
4162
|
"default": "\"false\""
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "styles",
|
|
4166
|
+
"type": "CSSResult[]",
|
|
4167
|
+
"default": "[null]"
|
|
4144
4168
|
}
|
|
4145
4169
|
]
|
|
4146
4170
|
},
|
|
@@ -4231,11 +4255,6 @@
|
|
|
4231
4255
|
}
|
|
4232
4256
|
],
|
|
4233
4257
|
"properties": [
|
|
4234
|
-
{
|
|
4235
|
-
"name": "styles",
|
|
4236
|
-
"type": "CSSResult[]",
|
|
4237
|
-
"default": "[null]"
|
|
4238
|
-
},
|
|
4239
4258
|
{
|
|
4240
4259
|
"name": "disabled",
|
|
4241
4260
|
"attribute": "disabled",
|
|
@@ -4285,6 +4304,11 @@
|
|
|
4285
4304
|
"type": "string",
|
|
4286
4305
|
"default": "\"undefined\""
|
|
4287
4306
|
},
|
|
4307
|
+
{
|
|
4308
|
+
"name": "styles",
|
|
4309
|
+
"type": "CSSResult[]",
|
|
4310
|
+
"default": "[null]"
|
|
4311
|
+
},
|
|
4288
4312
|
{
|
|
4289
4313
|
"name": "selectOnly",
|
|
4290
4314
|
"attribute": "select-only",
|
|
@@ -4401,7 +4425,7 @@
|
|
|
4401
4425
|
"default": "0"
|
|
4402
4426
|
},
|
|
4403
4427
|
{
|
|
4404
|
-
"name": "
|
|
4428
|
+
"name": "transition-duration",
|
|
4405
4429
|
"type": "number"
|
|
4406
4430
|
}
|
|
4407
4431
|
],
|
|
@@ -4432,18 +4456,18 @@
|
|
|
4432
4456
|
},
|
|
4433
4457
|
{
|
|
4434
4458
|
"name": "transitionDuration",
|
|
4435
|
-
"attribute": "
|
|
4459
|
+
"attribute": "transition-duration",
|
|
4436
4460
|
"type": "number"
|
|
4437
4461
|
},
|
|
4438
4462
|
{
|
|
4439
4463
|
"name": "open",
|
|
4440
4464
|
"type": "(event?: Event | undefined) => void",
|
|
4441
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n
|
|
4465
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n if (openEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
4442
4466
|
},
|
|
4443
4467
|
{
|
|
4444
4468
|
"name": "close",
|
|
4445
4469
|
"type": "(event?: Event | undefined) => void",
|
|
4446
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent('close', {\\n
|
|
4470
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent('close', {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this._closeModal();\\n }\""
|
|
4447
4471
|
},
|
|
4448
4472
|
{
|
|
4449
4473
|
"name": "styles",
|
|
@@ -4457,6 +4481,9 @@
|
|
|
4457
4481
|
},
|
|
4458
4482
|
{
|
|
4459
4483
|
"name": "close"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"name": "close-end"
|
|
4460
4487
|
}
|
|
4461
4488
|
]
|
|
4462
4489
|
},
|
|
@@ -4490,7 +4517,7 @@
|
|
|
4490
4517
|
"default": "0"
|
|
4491
4518
|
},
|
|
4492
4519
|
{
|
|
4493
|
-
"name": "
|
|
4520
|
+
"name": "transition-duration",
|
|
4494
4521
|
"type": "number"
|
|
4495
4522
|
}
|
|
4496
4523
|
],
|
|
@@ -4527,18 +4554,18 @@
|
|
|
4527
4554
|
},
|
|
4528
4555
|
{
|
|
4529
4556
|
"name": "transitionDuration",
|
|
4530
|
-
"attribute": "
|
|
4557
|
+
"attribute": "transition-duration",
|
|
4531
4558
|
"type": "number"
|
|
4532
4559
|
},
|
|
4533
4560
|
{
|
|
4534
4561
|
"name": "open",
|
|
4535
4562
|
"type": "(event?: Event | undefined) => void",
|
|
4536
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n
|
|
4563
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n if (openEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
4537
4564
|
},
|
|
4538
4565
|
{
|
|
4539
4566
|
"name": "close",
|
|
4540
4567
|
"type": "(event?: Event | undefined) => void",
|
|
4541
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent('close', {\\n
|
|
4568
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent('close', {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this._closeModal();\\n }\""
|
|
4542
4569
|
},
|
|
4543
4570
|
{
|
|
4544
4571
|
"name": "styles",
|
|
@@ -4552,6 +4579,9 @@
|
|
|
4552
4579
|
},
|
|
4553
4580
|
{
|
|
4554
4581
|
"name": "close"
|
|
4582
|
+
},
|
|
4583
|
+
{
|
|
4584
|
+
"name": "close-end"
|
|
4555
4585
|
}
|
|
4556
4586
|
]
|
|
4557
4587
|
},
|
|
@@ -4584,11 +4614,6 @@
|
|
|
4584
4614
|
}
|
|
4585
4615
|
],
|
|
4586
4616
|
"properties": [
|
|
4587
|
-
{
|
|
4588
|
-
"name": "styles",
|
|
4589
|
-
"type": "CSSResult[]",
|
|
4590
|
-
"default": "[null]"
|
|
4591
|
-
},
|
|
4592
4617
|
{
|
|
4593
4618
|
"name": "label",
|
|
4594
4619
|
"attribute": "label",
|
|
@@ -4615,6 +4640,11 @@
|
|
|
4615
4640
|
"attribute": "current",
|
|
4616
4641
|
"description": "Define the current active page.",
|
|
4617
4642
|
"type": "number"
|
|
4643
|
+
},
|
|
4644
|
+
{
|
|
4645
|
+
"name": "styles",
|
|
4646
|
+
"type": "CSSResult[]",
|
|
4647
|
+
"default": "[null]"
|
|
4618
4648
|
}
|
|
4619
4649
|
],
|
|
4620
4650
|
"events": [
|
|
@@ -4705,11 +4735,6 @@
|
|
|
4705
4735
|
}
|
|
4706
4736
|
],
|
|
4707
4737
|
"properties": [
|
|
4708
|
-
{
|
|
4709
|
-
"name": "styles",
|
|
4710
|
-
"type": "CSSResult[]",
|
|
4711
|
-
"default": "[null]"
|
|
4712
|
-
},
|
|
4713
4738
|
{
|
|
4714
4739
|
"name": "margin",
|
|
4715
4740
|
"attribute": "margin",
|
|
@@ -4730,6 +4755,11 @@
|
|
|
4730
4755
|
"description": "Opens the popover-modal.",
|
|
4731
4756
|
"type": "boolean",
|
|
4732
4757
|
"default": "\"false\""
|
|
4758
|
+
},
|
|
4759
|
+
{
|
|
4760
|
+
"name": "styles",
|
|
4761
|
+
"type": "CSSResult[]",
|
|
4762
|
+
"default": "[null]"
|
|
4733
4763
|
}
|
|
4734
4764
|
],
|
|
4735
4765
|
"events": [
|
|
@@ -4767,17 +4797,17 @@
|
|
|
4767
4797
|
}
|
|
4768
4798
|
],
|
|
4769
4799
|
"properties": [
|
|
4770
|
-
{
|
|
4771
|
-
"name": "styles",
|
|
4772
|
-
"type": "CSSResult[]",
|
|
4773
|
-
"default": "[null]"
|
|
4774
|
-
},
|
|
4775
4800
|
{
|
|
4776
4801
|
"name": "progress",
|
|
4777
4802
|
"attribute": "progress",
|
|
4778
4803
|
"description": "Set this to a number between 0 and 100 to reflect the progress of some operation.",
|
|
4779
4804
|
"type": "number",
|
|
4780
4805
|
"default": "\"0\""
|
|
4806
|
+
},
|
|
4807
|
+
{
|
|
4808
|
+
"name": "styles",
|
|
4809
|
+
"type": "CSSResult[]",
|
|
4810
|
+
"default": "[null]"
|
|
4781
4811
|
}
|
|
4782
4812
|
]
|
|
4783
4813
|
},
|
|
@@ -4835,11 +4865,6 @@
|
|
|
4835
4865
|
}
|
|
4836
4866
|
],
|
|
4837
4867
|
"properties": [
|
|
4838
|
-
{
|
|
4839
|
-
"name": "styles",
|
|
4840
|
-
"type": "CSSResult[]",
|
|
4841
|
-
"default": "[null]"
|
|
4842
|
-
},
|
|
4843
4868
|
{
|
|
4844
4869
|
"name": "disabled",
|
|
4845
4870
|
"attribute": "disabled",
|
|
@@ -4847,6 +4872,11 @@
|
|
|
4847
4872
|
"type": "boolean",
|
|
4848
4873
|
"default": "\"false\""
|
|
4849
4874
|
},
|
|
4875
|
+
{
|
|
4876
|
+
"name": "styles",
|
|
4877
|
+
"type": "CSSResult[]",
|
|
4878
|
+
"default": "[null]"
|
|
4879
|
+
},
|
|
4850
4880
|
{
|
|
4851
4881
|
"name": "formAssociated",
|
|
4852
4882
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -4950,11 +4980,6 @@
|
|
|
4950
4980
|
}
|
|
4951
4981
|
],
|
|
4952
4982
|
"properties": [
|
|
4953
|
-
{
|
|
4954
|
-
"name": "styles",
|
|
4955
|
-
"type": "CSSResult[]",
|
|
4956
|
-
"default": "[\"UUIHorizontalShakeKeyframes\",null]"
|
|
4957
|
-
},
|
|
4958
4983
|
{
|
|
4959
4984
|
"name": "name",
|
|
4960
4985
|
"attribute": "name",
|
|
@@ -4986,6 +5011,11 @@
|
|
|
4986
5011
|
"description": "Disables the input.",
|
|
4987
5012
|
"type": "boolean",
|
|
4988
5013
|
"default": "\"false\""
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "styles",
|
|
5017
|
+
"type": "CSSResult[]",
|
|
5018
|
+
"default": "[\"UUIHorizontalShakeKeyframes\",null]"
|
|
4989
5019
|
}
|
|
4990
5020
|
],
|
|
4991
5021
|
"events": [
|
|
@@ -5114,11 +5144,6 @@
|
|
|
5114
5144
|
}
|
|
5115
5145
|
],
|
|
5116
5146
|
"properties": [
|
|
5117
|
-
{
|
|
5118
|
-
"name": "styles",
|
|
5119
|
-
"type": "CSSResult[]",
|
|
5120
|
-
"default": "[\"UUIHorizontalPulseKeyframes\",null]"
|
|
5121
|
-
},
|
|
5122
5147
|
{
|
|
5123
5148
|
"name": "disabled",
|
|
5124
5149
|
"attribute": "disabled",
|
|
@@ -5188,6 +5213,11 @@
|
|
|
5188
5213
|
"type": "number",
|
|
5189
5214
|
"default": "\"100\""
|
|
5190
5215
|
},
|
|
5216
|
+
{
|
|
5217
|
+
"name": "styles",
|
|
5218
|
+
"type": "CSSResult[]",
|
|
5219
|
+
"default": "[\"UUIHorizontalPulseKeyframes\",null]"
|
|
5220
|
+
},
|
|
5191
5221
|
{
|
|
5192
5222
|
"name": "formAssociated",
|
|
5193
5223
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -5346,11 +5376,6 @@
|
|
|
5346
5376
|
"type": "string",
|
|
5347
5377
|
"default": "\"''\""
|
|
5348
5378
|
},
|
|
5349
|
-
{
|
|
5350
|
-
"name": "styles",
|
|
5351
|
-
"type": "CSSResult[]",
|
|
5352
|
-
"default": "[null]"
|
|
5353
|
-
},
|
|
5354
5379
|
{
|
|
5355
5380
|
"name": "disabled",
|
|
5356
5381
|
"attribute": "disabled",
|
|
@@ -5365,6 +5390,11 @@
|
|
|
5365
5390
|
"type": "boolean",
|
|
5366
5391
|
"default": "\"false\""
|
|
5367
5392
|
},
|
|
5393
|
+
{
|
|
5394
|
+
"name": "styles",
|
|
5395
|
+
"type": "CSSResult[]",
|
|
5396
|
+
"default": "[null]"
|
|
5397
|
+
},
|
|
5368
5398
|
{
|
|
5369
5399
|
"name": "selectOnly",
|
|
5370
5400
|
"attribute": "select-only",
|
|
@@ -5491,11 +5521,6 @@
|
|
|
5491
5521
|
"type": "string",
|
|
5492
5522
|
"default": "\"''\""
|
|
5493
5523
|
},
|
|
5494
|
-
{
|
|
5495
|
-
"name": "styles",
|
|
5496
|
-
"type": "CSSResult[]",
|
|
5497
|
-
"default": "[null]"
|
|
5498
|
-
},
|
|
5499
5524
|
{
|
|
5500
5525
|
"name": "disabled",
|
|
5501
5526
|
"attribute": "disabled",
|
|
@@ -5510,6 +5535,11 @@
|
|
|
5510
5535
|
"type": "boolean",
|
|
5511
5536
|
"default": "\"false\""
|
|
5512
5537
|
},
|
|
5538
|
+
{
|
|
5539
|
+
"name": "styles",
|
|
5540
|
+
"type": "CSSResult[]",
|
|
5541
|
+
"default": "[null]"
|
|
5542
|
+
},
|
|
5513
5543
|
{
|
|
5514
5544
|
"name": "selectOnly",
|
|
5515
5545
|
"attribute": "select-only",
|
|
@@ -5623,11 +5653,6 @@
|
|
|
5623
5653
|
"type": "string",
|
|
5624
5654
|
"default": "\"''\""
|
|
5625
5655
|
},
|
|
5626
|
-
{
|
|
5627
|
-
"name": "styles",
|
|
5628
|
-
"type": "CSSResult[]",
|
|
5629
|
-
"default": "[null]"
|
|
5630
|
-
},
|
|
5631
5656
|
{
|
|
5632
5657
|
"name": "disabled",
|
|
5633
5658
|
"attribute": "disabled",
|
|
@@ -5642,6 +5667,11 @@
|
|
|
5642
5667
|
"type": "boolean",
|
|
5643
5668
|
"default": "\"false\""
|
|
5644
5669
|
},
|
|
5670
|
+
{
|
|
5671
|
+
"name": "styles",
|
|
5672
|
+
"type": "CSSResult[]",
|
|
5673
|
+
"default": "[null]"
|
|
5674
|
+
},
|
|
5645
5675
|
{
|
|
5646
5676
|
"name": "selectOnly",
|
|
5647
5677
|
"attribute": "select-only",
|
|
@@ -5768,11 +5798,6 @@
|
|
|
5768
5798
|
"type": "string",
|
|
5769
5799
|
"default": "\"''\""
|
|
5770
5800
|
},
|
|
5771
|
-
{
|
|
5772
|
-
"name": "styles",
|
|
5773
|
-
"type": "CSSResult[]",
|
|
5774
|
-
"default": "[null]"
|
|
5775
|
-
},
|
|
5776
5801
|
{
|
|
5777
5802
|
"name": "disabled",
|
|
5778
5803
|
"attribute": "disabled",
|
|
@@ -5787,6 +5812,11 @@
|
|
|
5787
5812
|
"type": "boolean",
|
|
5788
5813
|
"default": "\"false\""
|
|
5789
5814
|
},
|
|
5815
|
+
{
|
|
5816
|
+
"name": "styles",
|
|
5817
|
+
"type": "CSSResult[]",
|
|
5818
|
+
"default": "[null]"
|
|
5819
|
+
},
|
|
5790
5820
|
{
|
|
5791
5821
|
"name": "selectOnly",
|
|
5792
5822
|
"attribute": "select-only",
|
|
@@ -5926,11 +5956,6 @@
|
|
|
5926
5956
|
"type": "string",
|
|
5927
5957
|
"default": "\"''\""
|
|
5928
5958
|
},
|
|
5929
|
-
{
|
|
5930
|
-
"name": "styles",
|
|
5931
|
-
"type": "CSSResult[]",
|
|
5932
|
-
"default": "[null]"
|
|
5933
|
-
},
|
|
5934
5959
|
{
|
|
5935
5960
|
"name": "disabled",
|
|
5936
5961
|
"attribute": "disabled",
|
|
@@ -5945,6 +5970,11 @@
|
|
|
5945
5970
|
"type": "boolean",
|
|
5946
5971
|
"default": "\"false\""
|
|
5947
5972
|
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "styles",
|
|
5975
|
+
"type": "CSSResult[]",
|
|
5976
|
+
"default": "[null]"
|
|
5977
|
+
},
|
|
5948
5978
|
{
|
|
5949
5979
|
"name": "selectOnly",
|
|
5950
5980
|
"attribute": "select-only",
|
|
@@ -6071,11 +6101,6 @@
|
|
|
6071
6101
|
"type": "string",
|
|
6072
6102
|
"default": "\"''\""
|
|
6073
6103
|
},
|
|
6074
|
-
{
|
|
6075
|
-
"name": "styles",
|
|
6076
|
-
"type": "CSSResult[]",
|
|
6077
|
-
"default": "[null]"
|
|
6078
|
-
},
|
|
6079
6104
|
{
|
|
6080
6105
|
"name": "disabled",
|
|
6081
6106
|
"attribute": "disabled",
|
|
@@ -6090,6 +6115,11 @@
|
|
|
6090
6115
|
"type": "boolean",
|
|
6091
6116
|
"default": "\"false\""
|
|
6092
6117
|
},
|
|
6118
|
+
{
|
|
6119
|
+
"name": "styles",
|
|
6120
|
+
"type": "CSSResult[]",
|
|
6121
|
+
"default": "[null]"
|
|
6122
|
+
},
|
|
6093
6123
|
{
|
|
6094
6124
|
"name": "selectOnly",
|
|
6095
6125
|
"attribute": "select-only",
|
|
@@ -6203,11 +6233,6 @@
|
|
|
6203
6233
|
"type": "string",
|
|
6204
6234
|
"default": "\"''\""
|
|
6205
6235
|
},
|
|
6206
|
-
{
|
|
6207
|
-
"name": "styles",
|
|
6208
|
-
"type": "CSSResult[]",
|
|
6209
|
-
"default": "[null,null]"
|
|
6210
|
-
},
|
|
6211
6236
|
{
|
|
6212
6237
|
"name": "disabled",
|
|
6213
6238
|
"attribute": "disabled",
|
|
@@ -6222,6 +6247,11 @@
|
|
|
6222
6247
|
"type": "boolean",
|
|
6223
6248
|
"default": "\"false\""
|
|
6224
6249
|
},
|
|
6250
|
+
{
|
|
6251
|
+
"name": "styles",
|
|
6252
|
+
"type": "CSSResult[]",
|
|
6253
|
+
"default": "[null,null]"
|
|
6254
|
+
},
|
|
6225
6255
|
{
|
|
6226
6256
|
"name": "selectOnly",
|
|
6227
6257
|
"attribute": "select-only",
|
|
@@ -6309,11 +6339,6 @@
|
|
|
6309
6339
|
}
|
|
6310
6340
|
],
|
|
6311
6341
|
"properties": [
|
|
6312
|
-
{
|
|
6313
|
-
"name": "styles",
|
|
6314
|
-
"type": "CSSResult[]",
|
|
6315
|
-
"default": "[null]"
|
|
6316
|
-
},
|
|
6317
6342
|
{
|
|
6318
6343
|
"name": "disabled",
|
|
6319
6344
|
"attribute": "disabled",
|
|
@@ -6328,6 +6353,11 @@
|
|
|
6328
6353
|
"type": "boolean",
|
|
6329
6354
|
"default": "\"false\""
|
|
6330
6355
|
},
|
|
6356
|
+
{
|
|
6357
|
+
"name": "styles",
|
|
6358
|
+
"type": "CSSResult[]",
|
|
6359
|
+
"default": "[null]"
|
|
6360
|
+
},
|
|
6331
6361
|
{
|
|
6332
6362
|
"name": "selectOnly",
|
|
6333
6363
|
"attribute": "select-only",
|
|
@@ -6467,11 +6497,6 @@
|
|
|
6467
6497
|
}
|
|
6468
6498
|
],
|
|
6469
6499
|
"properties": [
|
|
6470
|
-
{
|
|
6471
|
-
"name": "styles",
|
|
6472
|
-
"type": "CSSResult[]",
|
|
6473
|
-
"default": "[null]"
|
|
6474
|
-
},
|
|
6475
6500
|
{
|
|
6476
6501
|
"name": "label",
|
|
6477
6502
|
"attribute": "label",
|
|
@@ -6505,6 +6530,11 @@
|
|
|
6505
6530
|
"type": "string",
|
|
6506
6531
|
"default": "\"\""
|
|
6507
6532
|
},
|
|
6533
|
+
{
|
|
6534
|
+
"name": "styles",
|
|
6535
|
+
"type": "CSSResult[]",
|
|
6536
|
+
"default": "[null]"
|
|
6537
|
+
},
|
|
6508
6538
|
{
|
|
6509
6539
|
"name": "formAssociated",
|
|
6510
6540
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events.\nIt may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals.\nRead more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -6658,11 +6688,6 @@
|
|
|
6658
6688
|
}
|
|
6659
6689
|
],
|
|
6660
6690
|
"properties": [
|
|
6661
|
-
{
|
|
6662
|
-
"name": "styles",
|
|
6663
|
-
"type": "CSSResult[]",
|
|
6664
|
-
"default": "[\"UUIHorizontalPulseKeyframes\",\"nativeInputStyles\",null]"
|
|
6665
|
-
},
|
|
6666
6691
|
{
|
|
6667
6692
|
"name": "hideStepValues",
|
|
6668
6693
|
"attribute": "hide-step-values",
|
|
@@ -6704,6 +6729,11 @@
|
|
|
6704
6729
|
"description": "Label to be used for aria-label and eventually as visual label",
|
|
6705
6730
|
"type": "string"
|
|
6706
6731
|
},
|
|
6732
|
+
{
|
|
6733
|
+
"name": "styles",
|
|
6734
|
+
"type": "CSSResult[]",
|
|
6735
|
+
"default": "[\"UUIHorizontalPulseKeyframes\",\"nativeInputStyles\",null]"
|
|
6736
|
+
},
|
|
6707
6737
|
{
|
|
6708
6738
|
"name": "formAssociated",
|
|
6709
6739
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -6787,17 +6817,17 @@
|
|
|
6787
6817
|
}
|
|
6788
6818
|
],
|
|
6789
6819
|
"properties": [
|
|
6790
|
-
{
|
|
6791
|
-
"name": "styles",
|
|
6792
|
-
"type": "CSSResult[]",
|
|
6793
|
-
"default": "[null]"
|
|
6794
|
-
},
|
|
6795
6820
|
{
|
|
6796
6821
|
"name": "open",
|
|
6797
6822
|
"attribute": "open",
|
|
6798
6823
|
"description": "Set this boolean to true for a open/expanded look.",
|
|
6799
6824
|
"type": "boolean",
|
|
6800
6825
|
"default": "\"false\""
|
|
6826
|
+
},
|
|
6827
|
+
{
|
|
6828
|
+
"name": "styles",
|
|
6829
|
+
"type": "CSSResult[]",
|
|
6830
|
+
"default": "[null]"
|
|
6801
6831
|
}
|
|
6802
6832
|
]
|
|
6803
6833
|
},
|
|
@@ -6813,17 +6843,17 @@
|
|
|
6813
6843
|
}
|
|
6814
6844
|
],
|
|
6815
6845
|
"properties": [
|
|
6816
|
-
{
|
|
6817
|
-
"name": "styles",
|
|
6818
|
-
"type": "CSSResult[]",
|
|
6819
|
-
"default": "[null]"
|
|
6820
|
-
},
|
|
6821
6846
|
{
|
|
6822
6847
|
"name": "error",
|
|
6823
6848
|
"attribute": "error",
|
|
6824
6849
|
"description": "Renders a error symbol instead of the upload symbol",
|
|
6825
6850
|
"type": "boolean",
|
|
6826
6851
|
"default": "\"false\""
|
|
6852
|
+
},
|
|
6853
|
+
{
|
|
6854
|
+
"name": "styles",
|
|
6855
|
+
"type": "CSSResult[]",
|
|
6856
|
+
"default": "[null]"
|
|
6827
6857
|
}
|
|
6828
6858
|
]
|
|
6829
6859
|
},
|
|
@@ -6845,11 +6875,6 @@
|
|
|
6845
6875
|
}
|
|
6846
6876
|
],
|
|
6847
6877
|
"properties": [
|
|
6848
|
-
{
|
|
6849
|
-
"name": "styles",
|
|
6850
|
-
"type": "CSSResult[]",
|
|
6851
|
-
"default": "[null]"
|
|
6852
|
-
},
|
|
6853
6878
|
{
|
|
6854
6879
|
"name": "src",
|
|
6855
6880
|
"attribute": "src",
|
|
@@ -6863,6 +6888,11 @@
|
|
|
6863
6888
|
"description": "Alt of the thumbnail.",
|
|
6864
6889
|
"type": "string",
|
|
6865
6890
|
"default": "\"''\""
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"name": "styles",
|
|
6894
|
+
"type": "CSSResult[]",
|
|
6895
|
+
"default": "[null]"
|
|
6866
6896
|
}
|
|
6867
6897
|
]
|
|
6868
6898
|
},
|
|
@@ -6878,17 +6908,17 @@
|
|
|
6878
6908
|
}
|
|
6879
6909
|
],
|
|
6880
6910
|
"properties": [
|
|
6881
|
-
{
|
|
6882
|
-
"name": "styles",
|
|
6883
|
-
"type": "CSSResult[]",
|
|
6884
|
-
"default": "[null]"
|
|
6885
|
-
},
|
|
6886
6911
|
{
|
|
6887
6912
|
"name": "type",
|
|
6888
6913
|
"attribute": "type",
|
|
6889
6914
|
"description": "The text that will appear on the file icon",
|
|
6890
6915
|
"type": "string",
|
|
6891
6916
|
"default": "\"\""
|
|
6917
|
+
},
|
|
6918
|
+
{
|
|
6919
|
+
"name": "styles",
|
|
6920
|
+
"type": "CSSResult[]",
|
|
6921
|
+
"default": "[null]"
|
|
6892
6922
|
}
|
|
6893
6923
|
]
|
|
6894
6924
|
},
|
|
@@ -6904,17 +6934,17 @@
|
|
|
6904
6934
|
}
|
|
6905
6935
|
],
|
|
6906
6936
|
"properties": [
|
|
6907
|
-
{
|
|
6908
|
-
"name": "styles",
|
|
6909
|
-
"type": "CSSResult[]",
|
|
6910
|
-
"default": "[null]"
|
|
6911
|
-
},
|
|
6912
6937
|
{
|
|
6913
6938
|
"name": "type",
|
|
6914
6939
|
"attribute": "type",
|
|
6915
6940
|
"description": "The text that will appear on the file icon",
|
|
6916
6941
|
"type": "string",
|
|
6917
6942
|
"default": "\"\""
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
"name": "styles",
|
|
6946
|
+
"type": "CSSResult[]",
|
|
6947
|
+
"default": "[null]"
|
|
6918
6948
|
}
|
|
6919
6949
|
]
|
|
6920
6950
|
},
|
|
@@ -6951,16 +6981,16 @@
|
|
|
6951
6981
|
}
|
|
6952
6982
|
],
|
|
6953
6983
|
"properties": [
|
|
6954
|
-
{
|
|
6955
|
-
"name": "styles",
|
|
6956
|
-
"type": "CSSResult[]",
|
|
6957
|
-
"default": "[null]"
|
|
6958
|
-
},
|
|
6959
6984
|
{
|
|
6960
6985
|
"name": "open",
|
|
6961
6986
|
"attribute": "open",
|
|
6962
6987
|
"type": "boolean",
|
|
6963
6988
|
"default": "false"
|
|
6989
|
+
},
|
|
6990
|
+
{
|
|
6991
|
+
"name": "styles",
|
|
6992
|
+
"type": "CSSResult[]",
|
|
6993
|
+
"default": "[null]"
|
|
6964
6994
|
}
|
|
6965
6995
|
]
|
|
6966
6996
|
},
|
|
@@ -6993,11 +7023,6 @@
|
|
|
6993
7023
|
}
|
|
6994
7024
|
],
|
|
6995
7025
|
"properties": [
|
|
6996
|
-
{
|
|
6997
|
-
"name": "styles",
|
|
6998
|
-
"type": "CSSResult[]",
|
|
6999
|
-
"default": "[null]"
|
|
7000
|
-
},
|
|
7001
7026
|
{
|
|
7002
7027
|
"name": "descending",
|
|
7003
7028
|
"attribute": "descending",
|
|
@@ -7005,6 +7030,11 @@
|
|
|
7005
7030
|
"type": "boolean",
|
|
7006
7031
|
"default": "\"false\""
|
|
7007
7032
|
},
|
|
7033
|
+
{
|
|
7034
|
+
"name": "styles",
|
|
7035
|
+
"type": "CSSResult[]",
|
|
7036
|
+
"default": "[null]"
|
|
7037
|
+
},
|
|
7008
7038
|
{
|
|
7009
7039
|
"name": "active",
|
|
7010
7040
|
"attribute": "active",
|
|
@@ -7039,11 +7069,6 @@
|
|
|
7039
7069
|
}
|
|
7040
7070
|
],
|
|
7041
7071
|
"properties": [
|
|
7042
|
-
{
|
|
7043
|
-
"name": "styles",
|
|
7044
|
-
"type": "CSSResult[]",
|
|
7045
|
-
"default": "[null]"
|
|
7046
|
-
},
|
|
7047
7072
|
{
|
|
7048
7073
|
"name": "disableChildInteraction",
|
|
7049
7074
|
"attribute": "disable-child-interaction",
|
|
@@ -7064,6 +7089,11 @@
|
|
|
7064
7089
|
"description": "Enable overflow ellipsis",
|
|
7065
7090
|
"type": "boolean",
|
|
7066
7091
|
"default": "\"false\""
|
|
7092
|
+
},
|
|
7093
|
+
{
|
|
7094
|
+
"name": "styles",
|
|
7095
|
+
"type": "CSSResult[]",
|
|
7096
|
+
"default": "[null]"
|
|
7067
7097
|
}
|
|
7068
7098
|
],
|
|
7069
7099
|
"slots": [
|
|
@@ -7120,11 +7150,6 @@
|
|
|
7120
7150
|
}
|
|
7121
7151
|
],
|
|
7122
7152
|
"properties": [
|
|
7123
|
-
{
|
|
7124
|
-
"name": "styles",
|
|
7125
|
-
"type": "CSSResult[]",
|
|
7126
|
-
"default": "[null,null]"
|
|
7127
|
-
},
|
|
7128
7153
|
{
|
|
7129
7154
|
"name": "disableChildInteraction",
|
|
7130
7155
|
"attribute": "disable-child-interaction",
|
|
@@ -7145,6 +7170,11 @@
|
|
|
7145
7170
|
"description": "Enable overflow ellipsis",
|
|
7146
7171
|
"type": "boolean",
|
|
7147
7172
|
"default": "\"false\""
|
|
7173
|
+
},
|
|
7174
|
+
{
|
|
7175
|
+
"name": "styles",
|
|
7176
|
+
"type": "CSSResult[]",
|
|
7177
|
+
"default": "[null,null]"
|
|
7148
7178
|
}
|
|
7149
7179
|
],
|
|
7150
7180
|
"slots": [
|
|
@@ -7283,17 +7313,17 @@
|
|
|
7283
7313
|
}
|
|
7284
7314
|
],
|
|
7285
7315
|
"properties": [
|
|
7286
|
-
{
|
|
7287
|
-
"name": "styles",
|
|
7288
|
-
"type": "CSSResult[]",
|
|
7289
|
-
"default": "[null]"
|
|
7290
|
-
},
|
|
7291
7316
|
{
|
|
7292
7317
|
"name": "dropdownContentDirection",
|
|
7293
7318
|
"attribute": "dropdown-content-direction",
|
|
7294
7319
|
"description": "Set the flex direction of the content of the dropdown.",
|
|
7295
7320
|
"type": "string",
|
|
7296
7321
|
"default": "\"vertical\""
|
|
7322
|
+
},
|
|
7323
|
+
{
|
|
7324
|
+
"name": "styles",
|
|
7325
|
+
"type": "CSSResult[]",
|
|
7326
|
+
"default": "[null]"
|
|
7297
7327
|
}
|
|
7298
7328
|
],
|
|
7299
7329
|
"slots": [
|
|
@@ -7345,11 +7375,6 @@
|
|
|
7345
7375
|
}
|
|
7346
7376
|
],
|
|
7347
7377
|
"properties": [
|
|
7348
|
-
{
|
|
7349
|
-
"name": "styles",
|
|
7350
|
-
"type": "CSSResult[]",
|
|
7351
|
-
"default": "[null]"
|
|
7352
|
-
},
|
|
7353
7378
|
{
|
|
7354
7379
|
"name": "disabled",
|
|
7355
7380
|
"attribute": "disabled",
|
|
@@ -7378,6 +7403,11 @@
|
|
|
7378
7403
|
"type": "string",
|
|
7379
7404
|
"default": "\"horizontal\""
|
|
7380
7405
|
},
|
|
7406
|
+
{
|
|
7407
|
+
"name": "styles",
|
|
7408
|
+
"type": "CSSResult[]",
|
|
7409
|
+
"default": "[null]"
|
|
7410
|
+
},
|
|
7381
7411
|
{
|
|
7382
7412
|
"name": "active",
|
|
7383
7413
|
"attribute": "active",
|
|
@@ -7475,11 +7505,6 @@
|
|
|
7475
7505
|
}
|
|
7476
7506
|
],
|
|
7477
7507
|
"properties": [
|
|
7478
|
-
{
|
|
7479
|
-
"name": "styles",
|
|
7480
|
-
"type": "CSSResult[]",
|
|
7481
|
-
"default": "[null]"
|
|
7482
|
-
},
|
|
7483
7508
|
{
|
|
7484
7509
|
"name": "disabled",
|
|
7485
7510
|
"attribute": "disabled",
|
|
@@ -7508,6 +7533,11 @@
|
|
|
7508
7533
|
"type": "string",
|
|
7509
7534
|
"default": "\"horizontal\""
|
|
7510
7535
|
},
|
|
7536
|
+
{
|
|
7537
|
+
"name": "styles",
|
|
7538
|
+
"type": "CSSResult[]",
|
|
7539
|
+
"default": "[null]"
|
|
7540
|
+
},
|
|
7511
7541
|
{
|
|
7512
7542
|
"name": "active",
|
|
7513
7543
|
"attribute": "active",
|
|
@@ -7581,11 +7611,6 @@
|
|
|
7581
7611
|
}
|
|
7582
7612
|
],
|
|
7583
7613
|
"properties": [
|
|
7584
|
-
{
|
|
7585
|
-
"name": "styles",
|
|
7586
|
-
"type": "CSSResult[]",
|
|
7587
|
-
"default": "[null]"
|
|
7588
|
-
},
|
|
7589
7614
|
{
|
|
7590
7615
|
"name": "color",
|
|
7591
7616
|
"attribute": "color",
|
|
@@ -7599,6 +7624,11 @@
|
|
|
7599
7624
|
"description": "Changes the look of the button to one of the predefined, symbolic looks. For example - set this to positive if you want nice, green \"confirm\" button.",
|
|
7600
7625
|
"type": "\"default\" | \"primary\" | \"secondary\" | \"outline\" | \"placeholder\"",
|
|
7601
7626
|
"default": "\"\\\"default\\\"\""
|
|
7627
|
+
},
|
|
7628
|
+
{
|
|
7629
|
+
"name": "styles",
|
|
7630
|
+
"type": "CSSResult[]",
|
|
7631
|
+
"default": "[null]"
|
|
7602
7632
|
}
|
|
7603
7633
|
],
|
|
7604
7634
|
"slots": [
|
|
@@ -7729,11 +7759,6 @@
|
|
|
7729
7759
|
}
|
|
7730
7760
|
],
|
|
7731
7761
|
"properties": [
|
|
7732
|
-
{
|
|
7733
|
-
"name": "styles",
|
|
7734
|
-
"type": "CSSResult[]",
|
|
7735
|
-
"default": "[null]"
|
|
7736
|
-
},
|
|
7737
7762
|
{
|
|
7738
7763
|
"name": "placeholder",
|
|
7739
7764
|
"attribute": "placeholder",
|
|
@@ -7813,6 +7838,11 @@
|
|
|
7813
7838
|
"type": "'soft' | 'hard' | 'off'",
|
|
7814
7839
|
"default": "\"undefined\""
|
|
7815
7840
|
},
|
|
7841
|
+
{
|
|
7842
|
+
"name": "styles",
|
|
7843
|
+
"type": "CSSResult[]",
|
|
7844
|
+
"default": "[null]"
|
|
7845
|
+
},
|
|
7816
7846
|
{
|
|
7817
7847
|
"name": "formAssociated",
|
|
7818
7848
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -7903,6 +7933,10 @@
|
|
|
7903
7933
|
"name": "--uui-textarea-background-color",
|
|
7904
7934
|
"description": "Sets the background color of the textarea",
|
|
7905
7935
|
"type": "color"
|
|
7936
|
+
},
|
|
7937
|
+
{
|
|
7938
|
+
"name": "--uui-textarea-font-size",
|
|
7939
|
+
"description": "Overwrites the default font size"
|
|
7906
7940
|
}
|
|
7907
7941
|
]
|
|
7908
7942
|
},
|
|
@@ -7922,11 +7956,6 @@
|
|
|
7922
7956
|
}
|
|
7923
7957
|
],
|
|
7924
7958
|
"properties": [
|
|
7925
|
-
{
|
|
7926
|
-
"name": "styles",
|
|
7927
|
-
"type": "CSSResult[]",
|
|
7928
|
-
"default": "[null]"
|
|
7929
|
-
},
|
|
7930
7959
|
{
|
|
7931
7960
|
"name": "autoClose",
|
|
7932
7961
|
"type": "number | null"
|
|
@@ -7942,6 +7971,11 @@
|
|
|
7942
7971
|
"description": "resume the auto close timers.",
|
|
7943
7972
|
"type": "() => void",
|
|
7944
7973
|
"default": "\"() => {\\n // Only reset autoClose if we have it and if one of the children does not have focus.\\n if (this.matches(':focus-within:not(:focus)') === false) {\\n this._autoClosePause = false;\\n this._toasts?.forEach(el => el.resumeAutoClose());\\n }\\n }\""
|
|
7974
|
+
},
|
|
7975
|
+
{
|
|
7976
|
+
"name": "styles",
|
|
7977
|
+
"type": "CSSResult[]",
|
|
7978
|
+
"default": "[null]"
|
|
7945
7979
|
}
|
|
7946
7980
|
],
|
|
7947
7981
|
"slots": [
|
|
@@ -7962,16 +7996,16 @@
|
|
|
7962
7996
|
}
|
|
7963
7997
|
],
|
|
7964
7998
|
"properties": [
|
|
7965
|
-
{
|
|
7966
|
-
"name": "styles",
|
|
7967
|
-
"type": "CSSResult[]",
|
|
7968
|
-
"default": "[\"UUITextStyles\",null]"
|
|
7969
|
-
},
|
|
7970
7999
|
{
|
|
7971
8000
|
"name": "headline",
|
|
7972
8001
|
"attribute": "headline",
|
|
7973
8002
|
"description": "Headline for this notification, can also be set via the 'headline' slot.",
|
|
7974
8003
|
"type": "string"
|
|
8004
|
+
},
|
|
8005
|
+
{
|
|
8006
|
+
"name": "styles",
|
|
8007
|
+
"type": "CSSResult[]",
|
|
8008
|
+
"default": "[\"UUITextStyles\",null]"
|
|
7975
8009
|
}
|
|
7976
8010
|
],
|
|
7977
8011
|
"slots": [
|
|
@@ -8013,11 +8047,6 @@
|
|
|
8013
8047
|
}
|
|
8014
8048
|
],
|
|
8015
8049
|
"properties": [
|
|
8016
|
-
{
|
|
8017
|
-
"name": "styles",
|
|
8018
|
-
"type": "CSSResult[]",
|
|
8019
|
-
"default": "[\"UUITextStyles\",null]"
|
|
8020
|
-
},
|
|
8021
8050
|
{
|
|
8022
8051
|
"name": "color",
|
|
8023
8052
|
"attribute": "color",
|
|
@@ -8038,6 +8067,11 @@
|
|
|
8038
8067
|
"description": "define if this toast should open or close.",
|
|
8039
8068
|
"type": "boolean",
|
|
8040
8069
|
"default": "\"false\""
|
|
8070
|
+
},
|
|
8071
|
+
{
|
|
8072
|
+
"name": "styles",
|
|
8073
|
+
"type": "CSSResult[]",
|
|
8074
|
+
"default": "[\"UUITextStyles\",null]"
|
|
8041
8075
|
}
|
|
8042
8076
|
],
|
|
8043
8077
|
"events": [
|
|
@@ -8137,11 +8171,6 @@
|
|
|
8137
8171
|
}
|
|
8138
8172
|
],
|
|
8139
8173
|
"properties": [
|
|
8140
|
-
{
|
|
8141
|
-
"name": "styles",
|
|
8142
|
-
"type": "CSSResult[]",
|
|
8143
|
-
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
|
|
8144
|
-
},
|
|
8145
8174
|
{
|
|
8146
8175
|
"name": "labelPosition",
|
|
8147
8176
|
"attribute": "label-position",
|
|
@@ -8163,6 +8192,11 @@
|
|
|
8163
8192
|
"type": "boolean",
|
|
8164
8193
|
"default": "\"false\""
|
|
8165
8194
|
},
|
|
8195
|
+
{
|
|
8196
|
+
"name": "styles",
|
|
8197
|
+
"type": "CSSResult[]",
|
|
8198
|
+
"default": "[null,\"UUIHorizontalShakeKeyframes\",null]"
|
|
8199
|
+
},
|
|
8166
8200
|
{
|
|
8167
8201
|
"name": "formAssociated",
|
|
8168
8202
|
"description": "This is a static class field indicating that the element is can be used inside a native form and participate in its events. It may require a polyfill, check support here https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals. Read more about form controls here https://web.dev/more-capable-form-controls/",
|
|
@@ -8276,6 +8310,17 @@
|
|
|
8276
8310
|
"description": "Set the toggle background color when focused"
|
|
8277
8311
|
}
|
|
8278
8312
|
]
|
|
8313
|
+
},
|
|
8314
|
+
{
|
|
8315
|
+
"name": "uui-visually-hidden",
|
|
8316
|
+
"path": "./../uui-visually-hidden/lib/uui-visually-hidden.element.ts",
|
|
8317
|
+
"properties": [
|
|
8318
|
+
{
|
|
8319
|
+
"name": "styles",
|
|
8320
|
+
"type": "CSSResult[]",
|
|
8321
|
+
"default": "[null]"
|
|
8322
|
+
}
|
|
8323
|
+
]
|
|
8279
8324
|
}
|
|
8280
8325
|
]
|
|
8281
8326
|
}
|