@vonage/vivid 5.27.0 → 5.28.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/bundled/calendar-picker.template.cjs +1 -1
- package/bundled/calendar-picker.template.js +3 -3
- package/bundled/decorate.js +1 -1
- package/bundled/definition10.cjs +5 -1
- package/bundled/definition10.js +5 -1
- package/bundled/definition2.cjs +1 -1
- package/bundled/definition2.js +1 -1
- package/bundled/definition23.cjs +8 -4
- package/bundled/definition23.js +8 -4
- package/bundled/definition4.cjs +1 -1
- package/bundled/definition4.js +1 -1
- package/bundled/definition5.cjs +1 -1
- package/bundled/definition5.js +2 -1
- package/bundled/definition8.cjs +9 -7
- package/bundled/definition8.js +11 -9
- package/bundled/definition9.cjs +3 -3
- package/bundled/definition9.js +4 -4
- package/bundled/feedback-message.cjs +1 -1
- package/bundled/feedback-message.js +1 -1
- package/bundled/localized.cjs +1 -1
- package/bundled/localized.js +12 -0
- package/bundled/render-in-light-dom.js +3 -3
- package/bundled/text-field.cjs +1 -1
- package/bundled/text-field.js +1 -1
- package/bundled/vivid-element.cjs +1 -1
- package/bundled/vivid-element.js +1 -1
- package/custom-elements.json +198 -144
- package/data-grid/index.cjs +1 -1
- package/data-grid/index.js +1 -1
- package/lib/badge/badge.d.ts +1 -0
- package/lib/badge/badge.template.d.ts +2 -1
- package/lib/icon/icon.d.ts +1 -1
- package/lib/popover/popover.d.ts +2 -1
- package/lib/progress-ring/progress-ring.d.ts +1 -1
- package/lib/rich-text-editor/rich-text-editor.d.ts +427 -0
- package/lib/rich-text-editor/rte/__tests__/async-generator.d.ts +1 -0
- package/lib/rich-text-editor/rte/features/atom.d.ts +6 -2
- package/lib/rich-text-editor/rte/instance.d.ts +2 -1
- package/lib/table/locale.d.ts +10 -0
- package/lib/table/table-sorting-button.d.ts +425 -0
- package/locales/de-DE.cjs +12 -0
- package/locales/de-DE.js +12 -0
- package/locales/en-GB.cjs +12 -0
- package/locales/en-GB.js +12 -0
- package/locales/ja-JP.cjs +12 -0
- package/locales/ja-JP.js +12 -0
- package/locales/zh-CN.cjs +12 -0
- package/locales/zh-CN.js +12 -0
- package/number-field/index.cjs +1 -1
- package/number-field/index.js +1 -1
- package/package.json +16 -16
- package/popover/index.cjs +2 -2
- package/popover/index.js +70 -37
- package/rich-text-editor/index.cjs +23 -17
- package/rich-text-editor/index.js +1655 -1590
- package/shared/localization/Locale.d.ts +2 -0
- package/table/index.cjs +17 -17
- package/table/index.js +50 -40
- package/unbundled/decorate.cjs +1 -1
- package/unbundled/decorate.js +1 -1
- package/unbundled/definition.cjs +1 -1
- package/unbundled/definition.js +1 -1
- package/unbundled/definition14.cjs +1 -1
- package/unbundled/definition14.js +1 -1
- package/unbundled/definition15.cjs +8 -3
- package/unbundled/definition15.js +8 -3
- package/unbundled/definition2.cjs +1 -1
- package/unbundled/definition2.js +1 -1
- package/unbundled/definition24.cjs +4 -4
- package/unbundled/definition24.js +4 -4
- package/unbundled/definition25.cjs +5 -1
- package/unbundled/definition25.js +5 -1
- package/unbundled/definition27.cjs +8 -5
- package/unbundled/definition27.js +8 -5
- package/unbundled/definition35.cjs +1 -1
- package/unbundled/definition35.js +1 -1
- package/unbundled/definition5.cjs +1 -1
- package/unbundled/definition5.js +1 -1
- package/unbundled/definition55.cjs +1 -1
- package/unbundled/definition55.js +1 -1
- package/unbundled/definition58.cjs +69 -4
- package/unbundled/definition58.js +69 -4
- package/unbundled/definition6.cjs +2 -1
- package/unbundled/definition6.js +2 -1
- package/unbundled/definition63.cjs +82 -22
- package/unbundled/definition63.js +82 -22
- package/unbundled/definition75.cjs +19 -6
- package/unbundled/definition75.js +20 -7
- package/unbundled/definition8.cjs +2 -2
- package/unbundled/definition8.js +2 -2
- package/unbundled/definition83.cjs +1 -1
- package/unbundled/definition83.js +1 -1
- package/unbundled/en-US.cjs +12 -0
- package/unbundled/en-US.js +12 -0
- package/unbundled/feedback-message.cjs +1 -1
- package/unbundled/feedback-message.js +1 -1
- package/unbundled/linkable.cjs +1 -1
- package/unbundled/linkable.js +1 -1
- package/unbundled/text-field.cjs +1 -1
- package/unbundled/text-field.js +1 -1
- package/unbundled/vivid-element.cjs +1 -1
- package/unbundled/vivid-element.js +1 -1
- package/video-player/index.cjs +26 -26
- package/video-player/index.js +2438 -2413
- package/vivid.api.json +64 -3
package/custom-elements.json
CHANGED
|
@@ -407,7 +407,7 @@
|
|
|
407
407
|
"type": {
|
|
408
408
|
"text": "AccordionItemAppearance | undefined"
|
|
409
409
|
},
|
|
410
|
-
"description": "The appearance the
|
|
410
|
+
"description": "The appearance the Accordion Item should have."
|
|
411
411
|
},
|
|
412
412
|
{
|
|
413
413
|
"kind": "field",
|
|
@@ -456,7 +456,7 @@
|
|
|
456
456
|
"text": "boolean"
|
|
457
457
|
},
|
|
458
458
|
"default": "false",
|
|
459
|
-
"description": "
|
|
459
|
+
"description": "Whether to hide the indicator on the Accordion Item."
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
462
|
"kind": "field",
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
"type": {
|
|
537
537
|
"text": "CustomEvent<undefined>"
|
|
538
538
|
},
|
|
539
|
-
"description": "Fires a custom 'change' event when the
|
|
539
|
+
"description": "Fires a custom 'change' event when the Accordion Item is toggled by the user.",
|
|
540
540
|
"name": "change"
|
|
541
541
|
}
|
|
542
542
|
],
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"type": {
|
|
556
556
|
"text": "AccordionItemAppearance | undefined"
|
|
557
557
|
},
|
|
558
|
-
"description": "The appearance the
|
|
558
|
+
"description": "The appearance the Accordion Item should have.",
|
|
559
559
|
"fieldName": "appearance"
|
|
560
560
|
},
|
|
561
561
|
{
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"text": "boolean"
|
|
605
605
|
},
|
|
606
606
|
"default": "false",
|
|
607
|
-
"description": "
|
|
607
|
+
"description": "Whether to hide the indicator on the Accordion Item.",
|
|
608
608
|
"fieldName": "noIndicator"
|
|
609
609
|
},
|
|
610
610
|
{
|
|
@@ -1049,7 +1049,7 @@
|
|
|
1049
1049
|
"kind": "field",
|
|
1050
1050
|
"name": "dismissButtonAriaLabel",
|
|
1051
1051
|
"type": {
|
|
1052
|
-
"text": "
|
|
1052
|
+
"text": "string | null"
|
|
1053
1053
|
},
|
|
1054
1054
|
"default": "null",
|
|
1055
1055
|
"description": "Allows setting a custom aria-label for the dismiss button."
|
|
@@ -1194,14 +1194,14 @@
|
|
|
1194
1194
|
"type": {
|
|
1195
1195
|
"text": "CustomEvent<undefined>"
|
|
1196
1196
|
},
|
|
1197
|
-
"description": "Fired when the Alert is opened",
|
|
1197
|
+
"description": "Fired when the Alert is opened.",
|
|
1198
1198
|
"name": "open"
|
|
1199
1199
|
},
|
|
1200
1200
|
{
|
|
1201
1201
|
"type": {
|
|
1202
1202
|
"text": "CustomEvent<undefined>"
|
|
1203
1203
|
},
|
|
1204
|
-
"description": "Fired when the Alert is closed",
|
|
1204
|
+
"description": "Fired when the Alert is closed.",
|
|
1205
1205
|
"name": "close"
|
|
1206
1206
|
}
|
|
1207
1207
|
],
|
|
@@ -1209,7 +1209,7 @@
|
|
|
1209
1209
|
{
|
|
1210
1210
|
"name": "dismiss-button-aria-label",
|
|
1211
1211
|
"type": {
|
|
1212
|
-
"text": "
|
|
1212
|
+
"text": "string | null"
|
|
1213
1213
|
},
|
|
1214
1214
|
"default": "null",
|
|
1215
1215
|
"description": "Allows setting a custom aria-label for the dismiss button.",
|
|
@@ -1481,7 +1481,7 @@
|
|
|
1481
1481
|
"kind": "field",
|
|
1482
1482
|
"name": "playButtonAriaLabel",
|
|
1483
1483
|
"type": {
|
|
1484
|
-
"text": "
|
|
1484
|
+
"text": "string | null"
|
|
1485
1485
|
},
|
|
1486
1486
|
"default": "null"
|
|
1487
1487
|
},
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
"kind": "field",
|
|
1490
1490
|
"name": "pauseButtonAriaLabel",
|
|
1491
1491
|
"type": {
|
|
1492
|
-
"text": "
|
|
1492
|
+
"text": "string | null"
|
|
1493
1493
|
},
|
|
1494
1494
|
"default": "null"
|
|
1495
1495
|
},
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"kind": "field",
|
|
1506
1506
|
"name": "skipForwardButtonAriaLabel",
|
|
1507
1507
|
"type": {
|
|
1508
|
-
"text": "
|
|
1508
|
+
"text": "string | null"
|
|
1509
1509
|
},
|
|
1510
1510
|
"default": "null"
|
|
1511
1511
|
},
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
"kind": "field",
|
|
1514
1514
|
"name": "skipBackwardButtonAriaLabel",
|
|
1515
1515
|
"type": {
|
|
1516
|
-
"text": "
|
|
1516
|
+
"text": "string | null"
|
|
1517
1517
|
},
|
|
1518
1518
|
"default": "null"
|
|
1519
1519
|
},
|
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
{
|
|
1804
1804
|
"name": "play-button-aria-label",
|
|
1805
1805
|
"type": {
|
|
1806
|
-
"text": "
|
|
1806
|
+
"text": "string | null"
|
|
1807
1807
|
},
|
|
1808
1808
|
"default": "null",
|
|
1809
1809
|
"fieldName": "playButtonAriaLabel"
|
|
@@ -1811,7 +1811,7 @@
|
|
|
1811
1811
|
{
|
|
1812
1812
|
"name": "pause-button-aria-label",
|
|
1813
1813
|
"type": {
|
|
1814
|
-
"text": "
|
|
1814
|
+
"text": "string | null"
|
|
1815
1815
|
},
|
|
1816
1816
|
"default": "null",
|
|
1817
1817
|
"fieldName": "pauseButtonAriaLabel"
|
|
@@ -1827,7 +1827,7 @@
|
|
|
1827
1827
|
{
|
|
1828
1828
|
"name": "skip-forward-aria-label",
|
|
1829
1829
|
"type": {
|
|
1830
|
-
"text": "
|
|
1830
|
+
"text": "string | null"
|
|
1831
1831
|
},
|
|
1832
1832
|
"default": "null",
|
|
1833
1833
|
"fieldName": "skipForwardButtonAriaLabel"
|
|
@@ -1835,7 +1835,7 @@
|
|
|
1835
1835
|
{
|
|
1836
1836
|
"name": "skip-backward-aria-label",
|
|
1837
1837
|
"type": {
|
|
1838
|
-
"text": "
|
|
1838
|
+
"text": "string | null"
|
|
1839
1839
|
},
|
|
1840
1840
|
"default": "null",
|
|
1841
1841
|
"fieldName": "skipBackwardButtonAriaLabel"
|
|
@@ -2039,7 +2039,7 @@
|
|
|
2039
2039
|
"name": "Avatar",
|
|
2040
2040
|
"slots": [
|
|
2041
2041
|
{
|
|
2042
|
-
"description": "Assign nodes to the graphic slot to set a graphic media of any kind (e.g
|
|
2042
|
+
"description": "Assign nodes to the graphic slot to set a graphic media of any kind (e.g., image, illustration, etc.).",
|
|
2043
2043
|
"name": "graphic"
|
|
2044
2044
|
},
|
|
2045
2045
|
{
|
|
@@ -2103,7 +2103,7 @@
|
|
|
2103
2103
|
"text": "boolean"
|
|
2104
2104
|
},
|
|
2105
2105
|
"default": "false",
|
|
2106
|
-
"description": "Indicates whether avatar should be a clickable
|
|
2106
|
+
"description": "Indicates whether the avatar should be a clickable button element."
|
|
2107
2107
|
},
|
|
2108
2108
|
{
|
|
2109
2109
|
"kind": "field",
|
|
@@ -2111,7 +2111,7 @@
|
|
|
2111
2111
|
"type": {
|
|
2112
2112
|
"text": "string | undefined"
|
|
2113
2113
|
},
|
|
2114
|
-
"description": "Prompts the user to save the linked URL. See
|
|
2114
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2115
2115
|
"inheritedFrom": {
|
|
2116
2116
|
"name": "Linkable",
|
|
2117
2117
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2123,7 +2123,7 @@
|
|
|
2123
2123
|
"type": {
|
|
2124
2124
|
"text": "string | undefined"
|
|
2125
2125
|
},
|
|
2126
|
-
"description": "The URL the hyperlink references. See
|
|
2126
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2127
2127
|
"inheritedFrom": {
|
|
2128
2128
|
"name": "Linkable",
|
|
2129
2129
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2135,7 +2135,7 @@
|
|
|
2135
2135
|
"type": {
|
|
2136
2136
|
"text": "string | undefined"
|
|
2137
2137
|
},
|
|
2138
|
-
"description": "Hints at the language of the referenced resource. See
|
|
2138
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2139
2139
|
"inheritedFrom": {
|
|
2140
2140
|
"name": "Linkable",
|
|
2141
2141
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2147,7 +2147,7 @@
|
|
|
2147
2147
|
"type": {
|
|
2148
2148
|
"text": "string | undefined"
|
|
2149
2149
|
},
|
|
2150
|
-
"description": "See
|
|
2150
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2151
2151
|
"inheritedFrom": {
|
|
2152
2152
|
"name": "Linkable",
|
|
2153
2153
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2159,7 +2159,7 @@
|
|
|
2159
2159
|
"type": {
|
|
2160
2160
|
"text": "string | undefined"
|
|
2161
2161
|
},
|
|
2162
|
-
"description": "See
|
|
2162
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2163
2163
|
"inheritedFrom": {
|
|
2164
2164
|
"name": "Linkable",
|
|
2165
2165
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2171,7 +2171,7 @@
|
|
|
2171
2171
|
"type": {
|
|
2172
2172
|
"text": "string | undefined"
|
|
2173
2173
|
},
|
|
2174
|
-
"description": "See
|
|
2174
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2175
2175
|
"inheritedFrom": {
|
|
2176
2176
|
"name": "Linkable",
|
|
2177
2177
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"type": {
|
|
2184
2184
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
2185
2185
|
},
|
|
2186
|
-
"description": "See
|
|
2186
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2187
2187
|
"inheritedFrom": {
|
|
2188
2188
|
"name": "Linkable",
|
|
2189
2189
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2195,7 +2195,7 @@
|
|
|
2195
2195
|
"type": {
|
|
2196
2196
|
"text": "string | undefined"
|
|
2197
2197
|
},
|
|
2198
|
-
"description": "See
|
|
2198
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2199
2199
|
"inheritedFrom": {
|
|
2200
2200
|
"name": "Linkable",
|
|
2201
2201
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
"text": "boolean"
|
|
2297
2297
|
},
|
|
2298
2298
|
"default": "false",
|
|
2299
|
-
"description": "Indicates whether avatar should be a clickable
|
|
2299
|
+
"description": "Indicates whether the avatar should be a clickable button element.",
|
|
2300
2300
|
"fieldName": "clickable"
|
|
2301
2301
|
},
|
|
2302
2302
|
{
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
"type": {
|
|
2305
2305
|
"text": "string | undefined"
|
|
2306
2306
|
},
|
|
2307
|
-
"description": "Prompts the user to save the linked URL. See
|
|
2307
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2308
2308
|
"fieldName": "download",
|
|
2309
2309
|
"inheritedFrom": {
|
|
2310
2310
|
"name": "Linkable",
|
|
@@ -2316,7 +2316,7 @@
|
|
|
2316
2316
|
"type": {
|
|
2317
2317
|
"text": "string | undefined"
|
|
2318
2318
|
},
|
|
2319
|
-
"description": "The URL the hyperlink references. See
|
|
2319
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2320
2320
|
"fieldName": "href",
|
|
2321
2321
|
"inheritedFrom": {
|
|
2322
2322
|
"name": "Linkable",
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
"type": {
|
|
2329
2329
|
"text": "string | undefined"
|
|
2330
2330
|
},
|
|
2331
|
-
"description": "Hints at the language of the referenced resource. See
|
|
2331
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2332
2332
|
"fieldName": "hreflang",
|
|
2333
2333
|
"inheritedFrom": {
|
|
2334
2334
|
"name": "Linkable",
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"type": {
|
|
2341
2341
|
"text": "string | undefined"
|
|
2342
2342
|
},
|
|
2343
|
-
"description": "See
|
|
2343
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2344
2344
|
"fieldName": "ping",
|
|
2345
2345
|
"inheritedFrom": {
|
|
2346
2346
|
"name": "Linkable",
|
|
@@ -2352,7 +2352,7 @@
|
|
|
2352
2352
|
"type": {
|
|
2353
2353
|
"text": "string | undefined"
|
|
2354
2354
|
},
|
|
2355
|
-
"description": "See
|
|
2355
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2356
2356
|
"fieldName": "referrerpolicy",
|
|
2357
2357
|
"inheritedFrom": {
|
|
2358
2358
|
"name": "Linkable",
|
|
@@ -2364,7 +2364,7 @@
|
|
|
2364
2364
|
"type": {
|
|
2365
2365
|
"text": "string | undefined"
|
|
2366
2366
|
},
|
|
2367
|
-
"description": "See
|
|
2367
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2368
2368
|
"fieldName": "rel",
|
|
2369
2369
|
"inheritedFrom": {
|
|
2370
2370
|
"name": "Linkable",
|
|
@@ -2376,7 +2376,7 @@
|
|
|
2376
2376
|
"type": {
|
|
2377
2377
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
2378
2378
|
},
|
|
2379
|
-
"description": "See
|
|
2379
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2380
2380
|
"fieldName": "target",
|
|
2381
2381
|
"inheritedFrom": {
|
|
2382
2382
|
"name": "Linkable",
|
|
@@ -2388,7 +2388,7 @@
|
|
|
2388
2388
|
"type": {
|
|
2389
2389
|
"text": "string | undefined"
|
|
2390
2390
|
},
|
|
2391
|
-
"description": "See
|
|
2391
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
2392
2392
|
"fieldName": "type",
|
|
2393
2393
|
"inheritedFrom": {
|
|
2394
2394
|
"name": "Linkable",
|
|
@@ -2604,7 +2604,15 @@
|
|
|
2604
2604
|
"type": {
|
|
2605
2605
|
"text": "string | undefined"
|
|
2606
2606
|
},
|
|
2607
|
-
"description": "Sets
|
|
2607
|
+
"description": "Sets the text on the badge."
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"kind": "field",
|
|
2611
|
+
"name": "textSecondary",
|
|
2612
|
+
"type": {
|
|
2613
|
+
"text": "string | undefined"
|
|
2614
|
+
},
|
|
2615
|
+
"description": "Sets secondary text on the badge, displayed with less emphasis after the text."
|
|
2608
2616
|
},
|
|
2609
2617
|
{
|
|
2610
2618
|
"kind": "field",
|
|
@@ -2706,9 +2714,17 @@
|
|
|
2706
2714
|
"type": {
|
|
2707
2715
|
"text": "string | undefined"
|
|
2708
2716
|
},
|
|
2709
|
-
"description": "Sets
|
|
2717
|
+
"description": "Sets the text on the badge.",
|
|
2710
2718
|
"fieldName": "text"
|
|
2711
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
"name": "text-secondary",
|
|
2722
|
+
"type": {
|
|
2723
|
+
"text": "string | undefined"
|
|
2724
|
+
},
|
|
2725
|
+
"description": "Sets secondary text on the badge, displayed with less emphasis after the text.",
|
|
2726
|
+
"fieldName": "textSecondary"
|
|
2727
|
+
},
|
|
2712
2728
|
{
|
|
2713
2729
|
"name": "icon-trailing",
|
|
2714
2730
|
"type": {
|
|
@@ -2900,7 +2916,7 @@
|
|
|
2900
2916
|
"kind": "field",
|
|
2901
2917
|
"name": "dismissButtonAriaLabel",
|
|
2902
2918
|
"type": {
|
|
2903
|
-
"text": "
|
|
2919
|
+
"text": "string | null"
|
|
2904
2920
|
},
|
|
2905
2921
|
"default": "null"
|
|
2906
2922
|
},
|
|
@@ -2994,7 +3010,7 @@
|
|
|
2994
3010
|
{
|
|
2995
3011
|
"name": "dismiss-aria-label",
|
|
2996
3012
|
"type": {
|
|
2997
|
-
"text": "
|
|
3013
|
+
"text": "string | null"
|
|
2998
3014
|
},
|
|
2999
3015
|
"default": "null",
|
|
3000
3016
|
"fieldName": "dismissButtonAriaLabel"
|
|
@@ -3404,7 +3420,7 @@
|
|
|
3404
3420
|
"type": {
|
|
3405
3421
|
"text": "string | undefined"
|
|
3406
3422
|
},
|
|
3407
|
-
"description": "Prompts the user to save the linked URL. See
|
|
3423
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3408
3424
|
"inheritedFrom": {
|
|
3409
3425
|
"name": "Linkable",
|
|
3410
3426
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3416,7 +3432,7 @@
|
|
|
3416
3432
|
"type": {
|
|
3417
3433
|
"text": "string | undefined"
|
|
3418
3434
|
},
|
|
3419
|
-
"description": "The URL the hyperlink references. See
|
|
3435
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3420
3436
|
"inheritedFrom": {
|
|
3421
3437
|
"name": "Linkable",
|
|
3422
3438
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3428,7 +3444,7 @@
|
|
|
3428
3444
|
"type": {
|
|
3429
3445
|
"text": "string | undefined"
|
|
3430
3446
|
},
|
|
3431
|
-
"description": "Hints at the language of the referenced resource. See
|
|
3447
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3432
3448
|
"inheritedFrom": {
|
|
3433
3449
|
"name": "Linkable",
|
|
3434
3450
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3440,7 +3456,7 @@
|
|
|
3440
3456
|
"type": {
|
|
3441
3457
|
"text": "string | undefined"
|
|
3442
3458
|
},
|
|
3443
|
-
"description": "See
|
|
3459
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3444
3460
|
"inheritedFrom": {
|
|
3445
3461
|
"name": "Linkable",
|
|
3446
3462
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3452,7 +3468,7 @@
|
|
|
3452
3468
|
"type": {
|
|
3453
3469
|
"text": "string | undefined"
|
|
3454
3470
|
},
|
|
3455
|
-
"description": "See
|
|
3471
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3456
3472
|
"inheritedFrom": {
|
|
3457
3473
|
"name": "Linkable",
|
|
3458
3474
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3464,7 +3480,7 @@
|
|
|
3464
3480
|
"type": {
|
|
3465
3481
|
"text": "string | undefined"
|
|
3466
3482
|
},
|
|
3467
|
-
"description": "See
|
|
3483
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3468
3484
|
"inheritedFrom": {
|
|
3469
3485
|
"name": "Linkable",
|
|
3470
3486
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3476,7 +3492,7 @@
|
|
|
3476
3492
|
"type": {
|
|
3477
3493
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
3478
3494
|
},
|
|
3479
|
-
"description": "See
|
|
3495
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3480
3496
|
"inheritedFrom": {
|
|
3481
3497
|
"name": "Linkable",
|
|
3482
3498
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3488,7 +3504,7 @@
|
|
|
3488
3504
|
"type": {
|
|
3489
3505
|
"text": "string | undefined"
|
|
3490
3506
|
},
|
|
3491
|
-
"description": "See
|
|
3507
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3492
3508
|
"inheritedFrom": {
|
|
3493
3509
|
"name": "Linkable",
|
|
3494
3510
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3547,7 +3563,7 @@
|
|
|
3547
3563
|
"type": {
|
|
3548
3564
|
"text": "string | undefined"
|
|
3549
3565
|
},
|
|
3550
|
-
"description": "Prompts the user to save the linked URL. See
|
|
3566
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3551
3567
|
"fieldName": "download",
|
|
3552
3568
|
"inheritedFrom": {
|
|
3553
3569
|
"name": "Linkable",
|
|
@@ -3559,7 +3575,7 @@
|
|
|
3559
3575
|
"type": {
|
|
3560
3576
|
"text": "string | undefined"
|
|
3561
3577
|
},
|
|
3562
|
-
"description": "The URL the hyperlink references. See
|
|
3578
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3563
3579
|
"fieldName": "href",
|
|
3564
3580
|
"inheritedFrom": {
|
|
3565
3581
|
"name": "Linkable",
|
|
@@ -3571,7 +3587,7 @@
|
|
|
3571
3587
|
"type": {
|
|
3572
3588
|
"text": "string | undefined"
|
|
3573
3589
|
},
|
|
3574
|
-
"description": "Hints at the language of the referenced resource. See
|
|
3590
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3575
3591
|
"fieldName": "hreflang",
|
|
3576
3592
|
"inheritedFrom": {
|
|
3577
3593
|
"name": "Linkable",
|
|
@@ -3583,7 +3599,7 @@
|
|
|
3583
3599
|
"type": {
|
|
3584
3600
|
"text": "string | undefined"
|
|
3585
3601
|
},
|
|
3586
|
-
"description": "See
|
|
3602
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3587
3603
|
"fieldName": "ping",
|
|
3588
3604
|
"inheritedFrom": {
|
|
3589
3605
|
"name": "Linkable",
|
|
@@ -3595,7 +3611,7 @@
|
|
|
3595
3611
|
"type": {
|
|
3596
3612
|
"text": "string | undefined"
|
|
3597
3613
|
},
|
|
3598
|
-
"description": "See
|
|
3614
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3599
3615
|
"fieldName": "referrerpolicy",
|
|
3600
3616
|
"inheritedFrom": {
|
|
3601
3617
|
"name": "Linkable",
|
|
@@ -3607,7 +3623,7 @@
|
|
|
3607
3623
|
"type": {
|
|
3608
3624
|
"text": "string | undefined"
|
|
3609
3625
|
},
|
|
3610
|
-
"description": "See
|
|
3626
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3611
3627
|
"fieldName": "rel",
|
|
3612
3628
|
"inheritedFrom": {
|
|
3613
3629
|
"name": "Linkable",
|
|
@@ -3619,7 +3635,7 @@
|
|
|
3619
3635
|
"type": {
|
|
3620
3636
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
3621
3637
|
},
|
|
3622
|
-
"description": "See
|
|
3638
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3623
3639
|
"fieldName": "target",
|
|
3624
3640
|
"inheritedFrom": {
|
|
3625
3641
|
"name": "Linkable",
|
|
@@ -3631,7 +3647,7 @@
|
|
|
3631
3647
|
"type": {
|
|
3632
3648
|
"text": "string | undefined"
|
|
3633
3649
|
},
|
|
3634
|
-
"description": "See
|
|
3650
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3635
3651
|
"fieldName": "type",
|
|
3636
3652
|
"inheritedFrom": {
|
|
3637
3653
|
"name": "Linkable",
|
|
@@ -3877,7 +3893,7 @@
|
|
|
3877
3893
|
"type": {
|
|
3878
3894
|
"text": "string | undefined"
|
|
3879
3895
|
},
|
|
3880
|
-
"description": "Prompts the user to save the linked URL. See
|
|
3896
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3881
3897
|
"inheritedFrom": {
|
|
3882
3898
|
"name": "Linkable",
|
|
3883
3899
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3889,7 +3905,7 @@
|
|
|
3889
3905
|
"type": {
|
|
3890
3906
|
"text": "string | undefined"
|
|
3891
3907
|
},
|
|
3892
|
-
"description": "The URL the hyperlink references. See
|
|
3908
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3893
3909
|
"inheritedFrom": {
|
|
3894
3910
|
"name": "Linkable",
|
|
3895
3911
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3901,7 +3917,7 @@
|
|
|
3901
3917
|
"type": {
|
|
3902
3918
|
"text": "string | undefined"
|
|
3903
3919
|
},
|
|
3904
|
-
"description": "Hints at the language of the referenced resource. See
|
|
3920
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3905
3921
|
"inheritedFrom": {
|
|
3906
3922
|
"name": "Linkable",
|
|
3907
3923
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3913,7 +3929,7 @@
|
|
|
3913
3929
|
"type": {
|
|
3914
3930
|
"text": "string | undefined"
|
|
3915
3931
|
},
|
|
3916
|
-
"description": "See
|
|
3932
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3917
3933
|
"inheritedFrom": {
|
|
3918
3934
|
"name": "Linkable",
|
|
3919
3935
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3925,7 +3941,7 @@
|
|
|
3925
3941
|
"type": {
|
|
3926
3942
|
"text": "string | undefined"
|
|
3927
3943
|
},
|
|
3928
|
-
"description": "See
|
|
3944
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3929
3945
|
"inheritedFrom": {
|
|
3930
3946
|
"name": "Linkable",
|
|
3931
3947
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3937,7 +3953,7 @@
|
|
|
3937
3953
|
"type": {
|
|
3938
3954
|
"text": "string | undefined"
|
|
3939
3955
|
},
|
|
3940
|
-
"description": "See
|
|
3956
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3941
3957
|
"inheritedFrom": {
|
|
3942
3958
|
"name": "Linkable",
|
|
3943
3959
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3949,7 +3965,7 @@
|
|
|
3949
3965
|
"type": {
|
|
3950
3966
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
3951
3967
|
},
|
|
3952
|
-
"description": "See
|
|
3968
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3953
3969
|
"inheritedFrom": {
|
|
3954
3970
|
"name": "Linkable",
|
|
3955
3971
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -3961,7 +3977,7 @@
|
|
|
3961
3977
|
"type": {
|
|
3962
3978
|
"text": "'submit' | 'reset' | 'button'"
|
|
3963
3979
|
},
|
|
3964
|
-
"description": "See
|
|
3980
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
3965
3981
|
"inheritedFrom": {
|
|
3966
3982
|
"name": "VividFoundationButton",
|
|
3967
3983
|
"module": "src/shared/foundation/button/button.ts"
|
|
@@ -4521,7 +4537,7 @@
|
|
|
4521
4537
|
"type": {
|
|
4522
4538
|
"text": "string | undefined"
|
|
4523
4539
|
},
|
|
4524
|
-
"description": "Prompts the user to save the linked URL. See
|
|
4540
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4525
4541
|
"fieldName": "download",
|
|
4526
4542
|
"inheritedFrom": {
|
|
4527
4543
|
"name": "Linkable",
|
|
@@ -4533,7 +4549,7 @@
|
|
|
4533
4549
|
"type": {
|
|
4534
4550
|
"text": "string | undefined"
|
|
4535
4551
|
},
|
|
4536
|
-
"description": "The URL the hyperlink references. See
|
|
4552
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4537
4553
|
"fieldName": "href",
|
|
4538
4554
|
"inheritedFrom": {
|
|
4539
4555
|
"name": "Linkable",
|
|
@@ -4545,7 +4561,7 @@
|
|
|
4545
4561
|
"type": {
|
|
4546
4562
|
"text": "string | undefined"
|
|
4547
4563
|
},
|
|
4548
|
-
"description": "Hints at the language of the referenced resource. See
|
|
4564
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4549
4565
|
"fieldName": "hreflang",
|
|
4550
4566
|
"inheritedFrom": {
|
|
4551
4567
|
"name": "Linkable",
|
|
@@ -4557,7 +4573,7 @@
|
|
|
4557
4573
|
"type": {
|
|
4558
4574
|
"text": "string | undefined"
|
|
4559
4575
|
},
|
|
4560
|
-
"description": "See
|
|
4576
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4561
4577
|
"fieldName": "ping",
|
|
4562
4578
|
"inheritedFrom": {
|
|
4563
4579
|
"name": "Linkable",
|
|
@@ -4569,7 +4585,7 @@
|
|
|
4569
4585
|
"type": {
|
|
4570
4586
|
"text": "string | undefined"
|
|
4571
4587
|
},
|
|
4572
|
-
"description": "See
|
|
4588
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4573
4589
|
"fieldName": "referrerpolicy",
|
|
4574
4590
|
"inheritedFrom": {
|
|
4575
4591
|
"name": "Linkable",
|
|
@@ -4581,7 +4597,7 @@
|
|
|
4581
4597
|
"type": {
|
|
4582
4598
|
"text": "string | undefined"
|
|
4583
4599
|
},
|
|
4584
|
-
"description": "See
|
|
4600
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4585
4601
|
"fieldName": "rel",
|
|
4586
4602
|
"inheritedFrom": {
|
|
4587
4603
|
"name": "Linkable",
|
|
@@ -4593,7 +4609,7 @@
|
|
|
4593
4609
|
"type": {
|
|
4594
4610
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
4595
4611
|
},
|
|
4596
|
-
"description": "See
|
|
4612
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4597
4613
|
"fieldName": "target",
|
|
4598
4614
|
"inheritedFrom": {
|
|
4599
4615
|
"name": "Linkable",
|
|
@@ -4605,7 +4621,7 @@
|
|
|
4605
4621
|
"type": {
|
|
4606
4622
|
"text": "'submit' | 'reset' | 'button'"
|
|
4607
4623
|
},
|
|
4608
|
-
"description": "See
|
|
4624
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
4609
4625
|
"fieldName": "type",
|
|
4610
4626
|
"inheritedFrom": {
|
|
4611
4627
|
"name": "VividFoundationButton",
|
|
@@ -5630,7 +5646,7 @@
|
|
|
5630
5646
|
"type": {
|
|
5631
5647
|
"text": "string | undefined"
|
|
5632
5648
|
},
|
|
5633
|
-
"description": "Prompts the user to save the linked URL. See
|
|
5649
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5634
5650
|
"inheritedFrom": {
|
|
5635
5651
|
"name": "Linkable",
|
|
5636
5652
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5642,7 +5658,7 @@
|
|
|
5642
5658
|
"type": {
|
|
5643
5659
|
"text": "string | undefined"
|
|
5644
5660
|
},
|
|
5645
|
-
"description": "The URL the hyperlink references. See
|
|
5661
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5646
5662
|
"inheritedFrom": {
|
|
5647
5663
|
"name": "Linkable",
|
|
5648
5664
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5654,7 +5670,7 @@
|
|
|
5654
5670
|
"type": {
|
|
5655
5671
|
"text": "string | undefined"
|
|
5656
5672
|
},
|
|
5657
|
-
"description": "Hints at the language of the referenced resource. See
|
|
5673
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5658
5674
|
"inheritedFrom": {
|
|
5659
5675
|
"name": "Linkable",
|
|
5660
5676
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5666,7 +5682,7 @@
|
|
|
5666
5682
|
"type": {
|
|
5667
5683
|
"text": "string | undefined"
|
|
5668
5684
|
},
|
|
5669
|
-
"description": "See
|
|
5685
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5670
5686
|
"inheritedFrom": {
|
|
5671
5687
|
"name": "Linkable",
|
|
5672
5688
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5678,7 +5694,7 @@
|
|
|
5678
5694
|
"type": {
|
|
5679
5695
|
"text": "string | undefined"
|
|
5680
5696
|
},
|
|
5681
|
-
"description": "See
|
|
5697
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5682
5698
|
"inheritedFrom": {
|
|
5683
5699
|
"name": "Linkable",
|
|
5684
5700
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5690,7 +5706,7 @@
|
|
|
5690
5706
|
"type": {
|
|
5691
5707
|
"text": "string | undefined"
|
|
5692
5708
|
},
|
|
5693
|
-
"description": "See
|
|
5709
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5694
5710
|
"inheritedFrom": {
|
|
5695
5711
|
"name": "Linkable",
|
|
5696
5712
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5702,7 +5718,7 @@
|
|
|
5702
5718
|
"type": {
|
|
5703
5719
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
5704
5720
|
},
|
|
5705
|
-
"description": "See
|
|
5721
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5706
5722
|
"inheritedFrom": {
|
|
5707
5723
|
"name": "Linkable",
|
|
5708
5724
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5714,7 +5730,7 @@
|
|
|
5714
5730
|
"type": {
|
|
5715
5731
|
"text": "string | undefined"
|
|
5716
5732
|
},
|
|
5717
|
-
"description": "See
|
|
5733
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5718
5734
|
"inheritedFrom": {
|
|
5719
5735
|
"name": "Linkable",
|
|
5720
5736
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -5823,7 +5839,7 @@
|
|
|
5823
5839
|
"type": {
|
|
5824
5840
|
"text": "string | undefined"
|
|
5825
5841
|
},
|
|
5826
|
-
"description": "Prompts the user to save the linked URL. See
|
|
5842
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5827
5843
|
"fieldName": "download",
|
|
5828
5844
|
"inheritedFrom": {
|
|
5829
5845
|
"name": "Linkable",
|
|
@@ -5835,7 +5851,7 @@
|
|
|
5835
5851
|
"type": {
|
|
5836
5852
|
"text": "string | undefined"
|
|
5837
5853
|
},
|
|
5838
|
-
"description": "The URL the hyperlink references. See
|
|
5854
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5839
5855
|
"fieldName": "href",
|
|
5840
5856
|
"inheritedFrom": {
|
|
5841
5857
|
"name": "Linkable",
|
|
@@ -5847,7 +5863,7 @@
|
|
|
5847
5863
|
"type": {
|
|
5848
5864
|
"text": "string | undefined"
|
|
5849
5865
|
},
|
|
5850
|
-
"description": "Hints at the language of the referenced resource. See
|
|
5866
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5851
5867
|
"fieldName": "hreflang",
|
|
5852
5868
|
"inheritedFrom": {
|
|
5853
5869
|
"name": "Linkable",
|
|
@@ -5859,7 +5875,7 @@
|
|
|
5859
5875
|
"type": {
|
|
5860
5876
|
"text": "string | undefined"
|
|
5861
5877
|
},
|
|
5862
|
-
"description": "See
|
|
5878
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5863
5879
|
"fieldName": "ping",
|
|
5864
5880
|
"inheritedFrom": {
|
|
5865
5881
|
"name": "Linkable",
|
|
@@ -5871,7 +5887,7 @@
|
|
|
5871
5887
|
"type": {
|
|
5872
5888
|
"text": "string | undefined"
|
|
5873
5889
|
},
|
|
5874
|
-
"description": "See
|
|
5890
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5875
5891
|
"fieldName": "referrerpolicy",
|
|
5876
5892
|
"inheritedFrom": {
|
|
5877
5893
|
"name": "Linkable",
|
|
@@ -5883,7 +5899,7 @@
|
|
|
5883
5899
|
"type": {
|
|
5884
5900
|
"text": "string | undefined"
|
|
5885
5901
|
},
|
|
5886
|
-
"description": "See
|
|
5902
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5887
5903
|
"fieldName": "rel",
|
|
5888
5904
|
"inheritedFrom": {
|
|
5889
5905
|
"name": "Linkable",
|
|
@@ -5895,7 +5911,7 @@
|
|
|
5895
5911
|
"type": {
|
|
5896
5912
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
5897
5913
|
},
|
|
5898
|
-
"description": "See
|
|
5914
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5899
5915
|
"fieldName": "target",
|
|
5900
5916
|
"inheritedFrom": {
|
|
5901
5917
|
"name": "Linkable",
|
|
@@ -5907,7 +5923,7 @@
|
|
|
5907
5923
|
"type": {
|
|
5908
5924
|
"text": "string | undefined"
|
|
5909
5925
|
},
|
|
5910
|
-
"description": "See
|
|
5926
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
5911
5927
|
"fieldName": "type",
|
|
5912
5928
|
"inheritedFrom": {
|
|
5913
5929
|
"name": "Linkable",
|
|
@@ -13360,7 +13376,7 @@
|
|
|
13360
13376
|
"kind": "field",
|
|
13361
13377
|
"name": "endCallButtonLabel",
|
|
13362
13378
|
"type": {
|
|
13363
|
-
"text": "
|
|
13379
|
+
"text": "string | null"
|
|
13364
13380
|
},
|
|
13365
13381
|
"default": "null",
|
|
13366
13382
|
"description": "Controls the end call button label"
|
|
@@ -13588,7 +13604,7 @@
|
|
|
13588
13604
|
{
|
|
13589
13605
|
"name": "end-call-button-label",
|
|
13590
13606
|
"type": {
|
|
13591
|
-
"text": "
|
|
13607
|
+
"text": "string | null"
|
|
13592
13608
|
},
|
|
13593
13609
|
"default": "null",
|
|
13594
13610
|
"description": "Controls the end call button label",
|
|
@@ -13822,7 +13838,7 @@
|
|
|
13822
13838
|
"kind": "field",
|
|
13823
13839
|
"name": "dismissButtonAriaLabel",
|
|
13824
13840
|
"type": {
|
|
13825
|
-
"text": "
|
|
13841
|
+
"text": "string | null"
|
|
13826
13842
|
},
|
|
13827
13843
|
"default": "null",
|
|
13828
13844
|
"description": "Overrides the dismiss button's accessible name. Defaults to a localized version of \"close\"."
|
|
@@ -14053,7 +14069,7 @@
|
|
|
14053
14069
|
{
|
|
14054
14070
|
"name": "dismiss-button-aria-label",
|
|
14055
14071
|
"type": {
|
|
14056
|
-
"text": "
|
|
14072
|
+
"text": "string | null"
|
|
14057
14073
|
},
|
|
14058
14074
|
"default": "null",
|
|
14059
14075
|
"description": "Overrides the dismiss button's accessible name. Defaults to a localized version of \"close\".",
|
|
@@ -16598,7 +16614,7 @@
|
|
|
16598
16614
|
"kind": "field",
|
|
16599
16615
|
"name": "size",
|
|
16600
16616
|
"type": {
|
|
16601
|
-
"text": "
|
|
16617
|
+
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
16602
16618
|
},
|
|
16603
16619
|
"description": "Controls the rendered size. Uses the same scale and behavior as the [Icon](/components/icon/) component's `size`."
|
|
16604
16620
|
},
|
|
@@ -16668,7 +16684,7 @@
|
|
|
16668
16684
|
{
|
|
16669
16685
|
"name": "size",
|
|
16670
16686
|
"type": {
|
|
16671
|
-
"text": "
|
|
16687
|
+
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
16672
16688
|
},
|
|
16673
16689
|
"description": "Controls the rendered size. Uses the same scale and behavior as the [Icon](/components/icon/) component's `size`.",
|
|
16674
16690
|
"fieldName": "size"
|
|
@@ -17134,7 +17150,7 @@
|
|
|
17134
17150
|
"kind": "field",
|
|
17135
17151
|
"name": "size",
|
|
17136
17152
|
"type": {
|
|
17137
|
-
"text": "| -6
|
|
17153
|
+
"text": "-7 | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
17138
17154
|
},
|
|
17139
17155
|
"description": "The size the Icon should have."
|
|
17140
17156
|
},
|
|
@@ -17212,7 +17228,7 @@
|
|
|
17212
17228
|
{
|
|
17213
17229
|
"name": "size",
|
|
17214
17230
|
"type": {
|
|
17215
|
-
"text": "| -6
|
|
17231
|
+
"text": "-7 | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
17216
17232
|
},
|
|
17217
17233
|
"description": "The size the Icon should have.",
|
|
17218
17234
|
"fieldName": "size"
|
|
@@ -18933,7 +18949,7 @@
|
|
|
18933
18949
|
"kind": "field",
|
|
18934
18950
|
"name": "checkedAppearance",
|
|
18935
18951
|
"type": {
|
|
18936
|
-
"text": "
|
|
18952
|
+
"text": "'normal' | 'tick-only' | undefined"
|
|
18937
18953
|
},
|
|
18938
18954
|
"description": "Controls the appearance of the check indicator."
|
|
18939
18955
|
},
|
|
@@ -19081,7 +19097,7 @@
|
|
|
19081
19097
|
{
|
|
19082
19098
|
"name": "check-appearance",
|
|
19083
19099
|
"type": {
|
|
19084
|
-
"text": "
|
|
19100
|
+
"text": "'normal' | 'tick-only' | undefined"
|
|
19085
19101
|
},
|
|
19086
19102
|
"description": "Controls the appearance of the check indicator.",
|
|
19087
19103
|
"fieldName": "checkedAppearance"
|
|
@@ -19843,7 +19859,7 @@
|
|
|
19843
19859
|
"type": {
|
|
19844
19860
|
"text": "string | undefined"
|
|
19845
19861
|
},
|
|
19846
|
-
"description": "Prompts the user to save the linked URL. See
|
|
19862
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19847
19863
|
"inheritedFrom": {
|
|
19848
19864
|
"name": "Linkable",
|
|
19849
19865
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19855,7 +19871,7 @@
|
|
|
19855
19871
|
"type": {
|
|
19856
19872
|
"text": "string | undefined"
|
|
19857
19873
|
},
|
|
19858
|
-
"description": "The URL the hyperlink references. See
|
|
19874
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19859
19875
|
"inheritedFrom": {
|
|
19860
19876
|
"name": "Linkable",
|
|
19861
19877
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19867,7 +19883,7 @@
|
|
|
19867
19883
|
"type": {
|
|
19868
19884
|
"text": "string | undefined"
|
|
19869
19885
|
},
|
|
19870
|
-
"description": "Hints at the language of the referenced resource. See
|
|
19886
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19871
19887
|
"inheritedFrom": {
|
|
19872
19888
|
"name": "Linkable",
|
|
19873
19889
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19879,7 +19895,7 @@
|
|
|
19879
19895
|
"type": {
|
|
19880
19896
|
"text": "string | undefined"
|
|
19881
19897
|
},
|
|
19882
|
-
"description": "See
|
|
19898
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19883
19899
|
"inheritedFrom": {
|
|
19884
19900
|
"name": "Linkable",
|
|
19885
19901
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19891,7 +19907,7 @@
|
|
|
19891
19907
|
"type": {
|
|
19892
19908
|
"text": "string | undefined"
|
|
19893
19909
|
},
|
|
19894
|
-
"description": "See
|
|
19910
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19895
19911
|
"inheritedFrom": {
|
|
19896
19912
|
"name": "Linkable",
|
|
19897
19913
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19903,7 +19919,7 @@
|
|
|
19903
19919
|
"type": {
|
|
19904
19920
|
"text": "string | undefined"
|
|
19905
19921
|
},
|
|
19906
|
-
"description": "See
|
|
19922
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19907
19923
|
"inheritedFrom": {
|
|
19908
19924
|
"name": "Linkable",
|
|
19909
19925
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19915,7 +19931,7 @@
|
|
|
19915
19931
|
"type": {
|
|
19916
19932
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
19917
19933
|
},
|
|
19918
|
-
"description": "See
|
|
19934
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19919
19935
|
"inheritedFrom": {
|
|
19920
19936
|
"name": "Linkable",
|
|
19921
19937
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -19927,7 +19943,7 @@
|
|
|
19927
19943
|
"type": {
|
|
19928
19944
|
"text": "string | undefined"
|
|
19929
19945
|
},
|
|
19930
|
-
"description": "See
|
|
19946
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
19931
19947
|
"inheritedFrom": {
|
|
19932
19948
|
"name": "Linkable",
|
|
19933
19949
|
"module": "src/shared/patterns/linkable.ts"
|
|
@@ -20024,7 +20040,7 @@
|
|
|
20024
20040
|
"type": {
|
|
20025
20041
|
"text": "string | undefined"
|
|
20026
20042
|
},
|
|
20027
|
-
"description": "Prompts the user to save the linked URL. See
|
|
20043
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20028
20044
|
"fieldName": "download",
|
|
20029
20045
|
"inheritedFrom": {
|
|
20030
20046
|
"name": "Linkable",
|
|
@@ -20036,7 +20052,7 @@
|
|
|
20036
20052
|
"type": {
|
|
20037
20053
|
"text": "string | undefined"
|
|
20038
20054
|
},
|
|
20039
|
-
"description": "The URL the hyperlink references. See
|
|
20055
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20040
20056
|
"fieldName": "href",
|
|
20041
20057
|
"inheritedFrom": {
|
|
20042
20058
|
"name": "Linkable",
|
|
@@ -20048,7 +20064,7 @@
|
|
|
20048
20064
|
"type": {
|
|
20049
20065
|
"text": "string | undefined"
|
|
20050
20066
|
},
|
|
20051
|
-
"description": "Hints at the language of the referenced resource. See
|
|
20067
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20052
20068
|
"fieldName": "hreflang",
|
|
20053
20069
|
"inheritedFrom": {
|
|
20054
20070
|
"name": "Linkable",
|
|
@@ -20060,7 +20076,7 @@
|
|
|
20060
20076
|
"type": {
|
|
20061
20077
|
"text": "string | undefined"
|
|
20062
20078
|
},
|
|
20063
|
-
"description": "See
|
|
20079
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20064
20080
|
"fieldName": "ping",
|
|
20065
20081
|
"inheritedFrom": {
|
|
20066
20082
|
"name": "Linkable",
|
|
@@ -20072,7 +20088,7 @@
|
|
|
20072
20088
|
"type": {
|
|
20073
20089
|
"text": "string | undefined"
|
|
20074
20090
|
},
|
|
20075
|
-
"description": "See
|
|
20091
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20076
20092
|
"fieldName": "referrerpolicy",
|
|
20077
20093
|
"inheritedFrom": {
|
|
20078
20094
|
"name": "Linkable",
|
|
@@ -20084,7 +20100,7 @@
|
|
|
20084
20100
|
"type": {
|
|
20085
20101
|
"text": "string | undefined"
|
|
20086
20102
|
},
|
|
20087
|
-
"description": "See
|
|
20103
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20088
20104
|
"fieldName": "rel",
|
|
20089
20105
|
"inheritedFrom": {
|
|
20090
20106
|
"name": "Linkable",
|
|
@@ -20096,7 +20112,7 @@
|
|
|
20096
20112
|
"type": {
|
|
20097
20113
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
20098
20114
|
},
|
|
20099
|
-
"description": "See
|
|
20115
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20100
20116
|
"fieldName": "target",
|
|
20101
20117
|
"inheritedFrom": {
|
|
20102
20118
|
"name": "Linkable",
|
|
@@ -20108,7 +20124,7 @@
|
|
|
20108
20124
|
"type": {
|
|
20109
20125
|
"text": "string | undefined"
|
|
20110
20126
|
},
|
|
20111
|
-
"description": "See
|
|
20127
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
20112
20128
|
"fieldName": "type",
|
|
20113
20129
|
"inheritedFrom": {
|
|
20114
20130
|
"name": "Linkable",
|
|
@@ -20704,7 +20720,7 @@
|
|
|
20704
20720
|
"kind": "field",
|
|
20705
20721
|
"name": "incrementButtonAriaLabel",
|
|
20706
20722
|
"type": {
|
|
20707
|
-
"text": "
|
|
20723
|
+
"text": "string | null"
|
|
20708
20724
|
},
|
|
20709
20725
|
"default": "null",
|
|
20710
20726
|
"description": "Overrides the default \"Increment\" aria-label of the increment button."
|
|
@@ -20713,7 +20729,7 @@
|
|
|
20713
20729
|
"kind": "field",
|
|
20714
20730
|
"name": "decrementButtonAriaLabel",
|
|
20715
20731
|
"type": {
|
|
20716
|
-
"text": "
|
|
20732
|
+
"text": "string | null"
|
|
20717
20733
|
},
|
|
20718
20734
|
"default": "null",
|
|
20719
20735
|
"description": "Overrides the default \"Decrement\" aria-label of the decrement button."
|
|
@@ -21162,7 +21178,7 @@
|
|
|
21162
21178
|
{
|
|
21163
21179
|
"name": "increment-button-aria-label",
|
|
21164
21180
|
"type": {
|
|
21165
|
-
"text": "
|
|
21181
|
+
"text": "string | null"
|
|
21166
21182
|
},
|
|
21167
21183
|
"default": "null",
|
|
21168
21184
|
"description": "Overrides the default \"Increment\" aria-label of the increment button.",
|
|
@@ -21171,7 +21187,7 @@
|
|
|
21171
21187
|
{
|
|
21172
21188
|
"name": "decrement-button-aria-label",
|
|
21173
21189
|
"type": {
|
|
21174
|
-
"text": "
|
|
21190
|
+
"text": "string | null"
|
|
21175
21191
|
},
|
|
21176
21192
|
"default": "null",
|
|
21177
21193
|
"description": "Overrides the default \"Decrement\" aria-label of the decrement button.",
|
|
@@ -22769,7 +22785,7 @@
|
|
|
22769
22785
|
"kind": "field",
|
|
22770
22786
|
"name": "dismissButtonAriaLabel",
|
|
22771
22787
|
"type": {
|
|
22772
|
-
"text": "
|
|
22788
|
+
"text": "string | null"
|
|
22773
22789
|
},
|
|
22774
22790
|
"default": "null",
|
|
22775
22791
|
"description": "Overrides the default \"Close\" aria-label of the dismiss button shown when manual mode is enabled."
|
|
@@ -22929,7 +22945,7 @@
|
|
|
22929
22945
|
{
|
|
22930
22946
|
"name": "dismiss-button-aria-label",
|
|
22931
22947
|
"type": {
|
|
22932
|
-
"text": "
|
|
22948
|
+
"text": "string | null"
|
|
22933
22949
|
},
|
|
22934
22950
|
"default": "null",
|
|
22935
22951
|
"description": "Overrides the default \"Close\" aria-label of the dismiss button shown when manual mode is enabled.",
|
|
@@ -23873,7 +23889,7 @@
|
|
|
23873
23889
|
"kind": "field",
|
|
23874
23890
|
"name": "size",
|
|
23875
23891
|
"type": {
|
|
23876
|
-
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
23892
|
+
"text": "-7 | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
23877
23893
|
},
|
|
23878
23894
|
"description": "Sets the size of the Progress Ring."
|
|
23879
23895
|
},
|
|
@@ -23984,7 +24000,7 @@
|
|
|
23984
24000
|
{
|
|
23985
24001
|
"name": "size",
|
|
23986
24002
|
"type": {
|
|
23987
|
-
"text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
24003
|
+
"text": "-7 | -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
|
|
23988
24004
|
},
|
|
23989
24005
|
"description": "Sets the size of the Progress Ring.",
|
|
23990
24006
|
"fieldName": "size"
|
|
@@ -25259,7 +25275,7 @@
|
|
|
25259
25275
|
"kind": "field",
|
|
25260
25276
|
"name": "initialStart",
|
|
25261
25277
|
"type": {
|
|
25262
|
-
"text": "
|
|
25278
|
+
"text": "string | undefined"
|
|
25263
25279
|
},
|
|
25264
25280
|
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
|
|
25265
25281
|
},
|
|
@@ -25859,7 +25875,7 @@
|
|
|
25859
25875
|
{
|
|
25860
25876
|
"name": "start",
|
|
25861
25877
|
"type": {
|
|
25862
|
-
"text": "
|
|
25878
|
+
"text": "string | undefined"
|
|
25863
25879
|
},
|
|
25864
25880
|
"description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
|
|
25865
25881
|
"fieldName": "initialStart"
|
|
@@ -26510,6 +26526,14 @@
|
|
|
26510
26526
|
},
|
|
26511
26527
|
"description": "The appearance of the editor. Set to `fieldset` to match the appearance of Text Field and Text Area."
|
|
26512
26528
|
},
|
|
26529
|
+
{
|
|
26530
|
+
"kind": "field",
|
|
26531
|
+
"name": "state",
|
|
26532
|
+
"type": {
|
|
26533
|
+
"text": "RichTextEditorState | undefined"
|
|
26534
|
+
},
|
|
26535
|
+
"description": "The validation state of the editor, displayed by the `fieldset` appearance."
|
|
26536
|
+
},
|
|
26513
26537
|
{
|
|
26514
26538
|
"kind": "field",
|
|
26515
26539
|
"name": "editorViewportElement",
|
|
@@ -26610,9 +26634,21 @@
|
|
|
26610
26634
|
},
|
|
26611
26635
|
"description": "The appearance of the editor. Set to `fieldset` to match the appearance of Text Field and Text Area.",
|
|
26612
26636
|
"fieldName": "appearance"
|
|
26637
|
+
},
|
|
26638
|
+
{
|
|
26639
|
+
"name": "state",
|
|
26640
|
+
"type": {
|
|
26641
|
+
"text": "RichTextEditorState | undefined"
|
|
26642
|
+
},
|
|
26643
|
+
"description": "The validation state of the editor, displayed by the `fieldset` appearance.",
|
|
26644
|
+
"fieldName": "state"
|
|
26613
26645
|
}
|
|
26614
26646
|
],
|
|
26615
26647
|
"mixins": [
|
|
26648
|
+
{
|
|
26649
|
+
"name": "DelegatesAria",
|
|
26650
|
+
"module": "/src/shared/aria/delegates-aria"
|
|
26651
|
+
},
|
|
26616
26652
|
{
|
|
26617
26653
|
"name": "WithObservableLocale",
|
|
26618
26654
|
"module": "/src/shared/patterns/localized"
|
|
@@ -31570,7 +31606,7 @@
|
|
|
31570
31606
|
"kind": "field",
|
|
31571
31607
|
"name": "indicatorAriaLabel",
|
|
31572
31608
|
"type": {
|
|
31573
|
-
"text": "
|
|
31609
|
+
"text": "string | null"
|
|
31574
31610
|
},
|
|
31575
31611
|
"default": "null",
|
|
31576
31612
|
"description": "Accessible label for the secondary action"
|
|
@@ -31693,7 +31729,7 @@
|
|
|
31693
31729
|
{
|
|
31694
31730
|
"name": "indicator-aria-label",
|
|
31695
31731
|
"type": {
|
|
31696
|
-
"text": "
|
|
31732
|
+
"text": "string | null"
|
|
31697
31733
|
},
|
|
31698
31734
|
"default": "null",
|
|
31699
31735
|
"description": "Accessible label for the secondary action",
|
|
@@ -33179,6 +33215,12 @@
|
|
|
33179
33215
|
}
|
|
33180
33216
|
]
|
|
33181
33217
|
},
|
|
33218
|
+
{
|
|
33219
|
+
"kind": "javascript-module",
|
|
33220
|
+
"path": "src/lib/table/locale.ts",
|
|
33221
|
+
"declarations": [],
|
|
33222
|
+
"exports": []
|
|
33223
|
+
},
|
|
33182
33224
|
{
|
|
33183
33225
|
"kind": "javascript-module",
|
|
33184
33226
|
"path": "src/lib/table/table-body.ts",
|
|
@@ -33644,6 +33686,10 @@
|
|
|
33644
33686
|
}
|
|
33645
33687
|
],
|
|
33646
33688
|
"mixins": [
|
|
33689
|
+
{
|
|
33690
|
+
"name": "Localized",
|
|
33691
|
+
"module": "/src/shared/patterns/localized"
|
|
33692
|
+
},
|
|
33647
33693
|
{
|
|
33648
33694
|
"name": "DelegatesAria",
|
|
33649
33695
|
"module": "/src/shared/aria/delegates-aria"
|
|
@@ -40954,12 +41000,20 @@
|
|
|
40954
41000
|
},
|
|
40955
41001
|
"default": "null"
|
|
40956
41002
|
},
|
|
41003
|
+
{
|
|
41004
|
+
"kind": "field",
|
|
41005
|
+
"name": "onDisabledChanged",
|
|
41006
|
+
"type": {
|
|
41007
|
+
"text": "((disabled: boolean) => void) | null"
|
|
41008
|
+
},
|
|
41009
|
+
"default": "null"
|
|
41010
|
+
},
|
|
40957
41011
|
{
|
|
40958
41012
|
"kind": "method",
|
|
40959
41013
|
"name": "createView",
|
|
40960
41014
|
"parameters": [
|
|
40961
41015
|
{
|
|
40962
|
-
"name": "
|
|
41016
|
+
"name": "mountTarget",
|
|
40963
41017
|
"type": {
|
|
40964
41018
|
"text": "HTMLElement"
|
|
40965
41019
|
}
|
|
@@ -51680,7 +51734,7 @@
|
|
|
51680
51734
|
"declarations": [
|
|
51681
51735
|
{
|
|
51682
51736
|
"kind": "mixin",
|
|
51683
|
-
"description": "Mixin for components that can be links, inherits attributes from
|
|
51737
|
+
"description": "Mixin for components that can be links, inherits attributes from the <a> element.",
|
|
51684
51738
|
"name": "Linkable",
|
|
51685
51739
|
"members": [
|
|
51686
51740
|
{
|
|
@@ -51689,7 +51743,7 @@
|
|
|
51689
51743
|
"type": {
|
|
51690
51744
|
"text": "string | undefined"
|
|
51691
51745
|
},
|
|
51692
|
-
"description": "Prompts the user to save the linked URL. See
|
|
51746
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51693
51747
|
},
|
|
51694
51748
|
{
|
|
51695
51749
|
"kind": "field",
|
|
@@ -51697,7 +51751,7 @@
|
|
|
51697
51751
|
"type": {
|
|
51698
51752
|
"text": "string | undefined"
|
|
51699
51753
|
},
|
|
51700
|
-
"description": "The URL the hyperlink references. See
|
|
51754
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51701
51755
|
},
|
|
51702
51756
|
{
|
|
51703
51757
|
"kind": "field",
|
|
@@ -51705,7 +51759,7 @@
|
|
|
51705
51759
|
"type": {
|
|
51706
51760
|
"text": "string | undefined"
|
|
51707
51761
|
},
|
|
51708
|
-
"description": "Hints at the language of the referenced resource. See
|
|
51762
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51709
51763
|
},
|
|
51710
51764
|
{
|
|
51711
51765
|
"kind": "field",
|
|
@@ -51713,7 +51767,7 @@
|
|
|
51713
51767
|
"type": {
|
|
51714
51768
|
"text": "string | undefined"
|
|
51715
51769
|
},
|
|
51716
|
-
"description": "See
|
|
51770
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51717
51771
|
},
|
|
51718
51772
|
{
|
|
51719
51773
|
"kind": "field",
|
|
@@ -51721,7 +51775,7 @@
|
|
|
51721
51775
|
"type": {
|
|
51722
51776
|
"text": "string | undefined"
|
|
51723
51777
|
},
|
|
51724
|
-
"description": "See
|
|
51778
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51725
51779
|
},
|
|
51726
51780
|
{
|
|
51727
51781
|
"kind": "field",
|
|
@@ -51729,7 +51783,7 @@
|
|
|
51729
51783
|
"type": {
|
|
51730
51784
|
"text": "string | undefined"
|
|
51731
51785
|
},
|
|
51732
|
-
"description": "See
|
|
51786
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51733
51787
|
},
|
|
51734
51788
|
{
|
|
51735
51789
|
"kind": "field",
|
|
@@ -51737,7 +51791,7 @@
|
|
|
51737
51791
|
"type": {
|
|
51738
51792
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
51739
51793
|
},
|
|
51740
|
-
"description": "See
|
|
51794
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51741
51795
|
},
|
|
51742
51796
|
{
|
|
51743
51797
|
"kind": "field",
|
|
@@ -51745,7 +51799,7 @@
|
|
|
51745
51799
|
"type": {
|
|
51746
51800
|
"text": "string | undefined"
|
|
51747
51801
|
},
|
|
51748
|
-
"description": "See
|
|
51802
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information."
|
|
51749
51803
|
},
|
|
51750
51804
|
{
|
|
51751
51805
|
"kind": "field",
|
|
@@ -51776,7 +51830,7 @@
|
|
|
51776
51830
|
"type": {
|
|
51777
51831
|
"text": "string | undefined"
|
|
51778
51832
|
},
|
|
51779
|
-
"description": "Prompts the user to save the linked URL. See
|
|
51833
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51780
51834
|
"fieldName": "download"
|
|
51781
51835
|
},
|
|
51782
51836
|
{
|
|
@@ -51784,7 +51838,7 @@
|
|
|
51784
51838
|
"type": {
|
|
51785
51839
|
"text": "string | undefined"
|
|
51786
51840
|
},
|
|
51787
|
-
"description": "The URL the hyperlink references. See
|
|
51841
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51788
51842
|
"fieldName": "href"
|
|
51789
51843
|
},
|
|
51790
51844
|
{
|
|
@@ -51792,7 +51846,7 @@
|
|
|
51792
51846
|
"type": {
|
|
51793
51847
|
"text": "string | undefined"
|
|
51794
51848
|
},
|
|
51795
|
-
"description": "Hints at the language of the referenced resource. See
|
|
51849
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51796
51850
|
"fieldName": "hreflang"
|
|
51797
51851
|
},
|
|
51798
51852
|
{
|
|
@@ -51800,7 +51854,7 @@
|
|
|
51800
51854
|
"type": {
|
|
51801
51855
|
"text": "string | undefined"
|
|
51802
51856
|
},
|
|
51803
|
-
"description": "See
|
|
51857
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51804
51858
|
"fieldName": "ping"
|
|
51805
51859
|
},
|
|
51806
51860
|
{
|
|
@@ -51808,7 +51862,7 @@
|
|
|
51808
51862
|
"type": {
|
|
51809
51863
|
"text": "string | undefined"
|
|
51810
51864
|
},
|
|
51811
|
-
"description": "See
|
|
51865
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51812
51866
|
"fieldName": "referrerpolicy"
|
|
51813
51867
|
},
|
|
51814
51868
|
{
|
|
@@ -51816,7 +51870,7 @@
|
|
|
51816
51870
|
"type": {
|
|
51817
51871
|
"text": "string | undefined"
|
|
51818
51872
|
},
|
|
51819
|
-
"description": "See
|
|
51873
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51820
51874
|
"fieldName": "rel"
|
|
51821
51875
|
},
|
|
51822
51876
|
{
|
|
@@ -51824,7 +51878,7 @@
|
|
|
51824
51878
|
"type": {
|
|
51825
51879
|
"text": "'_self' | '_blank' | '_parent' | '_top' | undefined"
|
|
51826
51880
|
},
|
|
51827
|
-
"description": "See
|
|
51881
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51828
51882
|
"fieldName": "target"
|
|
51829
51883
|
},
|
|
51830
51884
|
{
|
|
@@ -51832,7 +51886,7 @@
|
|
|
51832
51886
|
"type": {
|
|
51833
51887
|
"text": "string | undefined"
|
|
51834
51888
|
},
|
|
51835
|
-
"description": "See
|
|
51889
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a for more information.",
|
|
51836
51890
|
"fieldName": "type"
|
|
51837
51891
|
}
|
|
51838
51892
|
]
|