@skyux/flyout 7.6.1 → 7.6.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/documentation.json
CHANGED
|
@@ -1195,12 +1195,12 @@
|
|
|
1195
1195
|
"isOptional": true
|
|
1196
1196
|
},
|
|
1197
1197
|
"comment": {
|
|
1198
|
-
"shortText": "The HTML element ID
|
|
1198
|
+
"shortText": "The HTML element ID of the element that describes\nthe flyout. This sets the flyout's `aria-describedby` attribute\nto provide a text equivalent for screen readers [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nThe description typically includes text on the flyout but not on items that users\ninteract with, such as buttons and forms.\nFor more information about the `aria-describedby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby)."
|
|
1199
1199
|
},
|
|
1200
1200
|
"sources": [
|
|
1201
1201
|
{
|
|
1202
1202
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1203
|
-
"line":
|
|
1203
|
+
"line": 16,
|
|
1204
1204
|
"character": 2
|
|
1205
1205
|
}
|
|
1206
1206
|
],
|
|
@@ -1218,12 +1218,12 @@
|
|
|
1218
1218
|
"isOptional": true
|
|
1219
1219
|
},
|
|
1220
1220
|
"comment": {
|
|
1221
|
-
"shortText": "The ARIA label for the flyout. This sets the flyouts's `aria-label` attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use `ariaLabelledBy` instead."
|
|
1221
|
+
"shortText": "The ARIA label for the flyout. This sets the flyouts's `aria-label` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout includes a visible label, use `ariaLabelledBy` instead.\nFor more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label)."
|
|
1222
1222
|
},
|
|
1223
1223
|
"sources": [
|
|
1224
1224
|
{
|
|
1225
1225
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1226
|
-
"line":
|
|
1226
|
+
"line": 24,
|
|
1227
1227
|
"character": 2
|
|
1228
1228
|
}
|
|
1229
1229
|
],
|
|
@@ -1241,12 +1241,12 @@
|
|
|
1241
1241
|
"isOptional": true
|
|
1242
1242
|
},
|
|
1243
1243
|
"comment": {
|
|
1244
|
-
"shortText": "The HTML element ID
|
|
1244
|
+
"shortText": "The HTML element ID of the element that labels\nthe flyout. This sets the flyout's `aria-labelledby` attribute to provide a text equivalent for screen readers\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).\nIf the flyout does not include a visible label, use `ariaLabel` instead.\nFor more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby)."
|
|
1245
1245
|
},
|
|
1246
1246
|
"sources": [
|
|
1247
1247
|
{
|
|
1248
1248
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1249
|
-
"line":
|
|
1249
|
+
"line": 33,
|
|
1250
1250
|
"character": 2
|
|
1251
1251
|
}
|
|
1252
1252
|
],
|
|
@@ -1264,7 +1264,7 @@
|
|
|
1264
1264
|
"isOptional": true
|
|
1265
1265
|
},
|
|
1266
1266
|
"comment": {
|
|
1267
|
-
"shortText": "The ARIA role for the flyout\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the flyout functions and what it controls. For information about how\nan ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria
|
|
1267
|
+
"shortText": "The ARIA role for the flyout\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)\nby indicating how the flyout functions and what it controls. For information about how\nan ARIA role indicates what an item represents on a web page,\nsee the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).",
|
|
1268
1268
|
"tags": [
|
|
1269
1269
|
{
|
|
1270
1270
|
"tag": "default",
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
"sources": [
|
|
1280
1280
|
{
|
|
1281
1281
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1282
|
-
"line":
|
|
1282
|
+
"line": 45,
|
|
1283
1283
|
"character": 2
|
|
1284
1284
|
}
|
|
1285
1285
|
],
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
"sources": [
|
|
1303
1303
|
{
|
|
1304
1304
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1305
|
-
"line":
|
|
1305
|
+
"line": 51,
|
|
1306
1306
|
"character": 2
|
|
1307
1307
|
}
|
|
1308
1308
|
],
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"sources": [
|
|
1332
1332
|
{
|
|
1333
1333
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1334
|
-
"line":
|
|
1334
|
+
"line": 100,
|
|
1335
1335
|
"character": 2
|
|
1336
1336
|
}
|
|
1337
1337
|
],
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"sources": [
|
|
1361
1361
|
{
|
|
1362
1362
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1363
|
-
"line":
|
|
1363
|
+
"line": 93,
|
|
1364
1364
|
"character": 2
|
|
1365
1365
|
}
|
|
1366
1366
|
],
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
"sources": [
|
|
1390
1390
|
{
|
|
1391
1391
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1392
|
-
"line":
|
|
1392
|
+
"line": 63,
|
|
1393
1393
|
"character": 2
|
|
1394
1394
|
}
|
|
1395
1395
|
],
|
|
@@ -1418,7 +1418,7 @@
|
|
|
1418
1418
|
"sources": [
|
|
1419
1419
|
{
|
|
1420
1420
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1421
|
-
"line":
|
|
1421
|
+
"line": 57,
|
|
1422
1422
|
"character": 2
|
|
1423
1423
|
}
|
|
1424
1424
|
],
|
|
@@ -1441,7 +1441,7 @@
|
|
|
1441
1441
|
"sources": [
|
|
1442
1442
|
{
|
|
1443
1443
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1444
|
-
"line":
|
|
1444
|
+
"line": 69,
|
|
1445
1445
|
"character": 2
|
|
1446
1446
|
}
|
|
1447
1447
|
],
|
|
@@ -1465,7 +1465,7 @@
|
|
|
1465
1465
|
"sources": [
|
|
1466
1466
|
{
|
|
1467
1467
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1468
|
-
"line":
|
|
1468
|
+
"line": 74,
|
|
1469
1469
|
"character": 2
|
|
1470
1470
|
}
|
|
1471
1471
|
],
|
|
@@ -1489,7 +1489,7 @@
|
|
|
1489
1489
|
"sources": [
|
|
1490
1490
|
{
|
|
1491
1491
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1492
|
-
"line":
|
|
1492
|
+
"line": 79,
|
|
1493
1493
|
"character": 2
|
|
1494
1494
|
}
|
|
1495
1495
|
],
|
|
@@ -1515,7 +1515,7 @@
|
|
|
1515
1515
|
"sources": [
|
|
1516
1516
|
{
|
|
1517
1517
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1518
|
-
"line":
|
|
1518
|
+
"line": 108,
|
|
1519
1519
|
"character": 2
|
|
1520
1520
|
}
|
|
1521
1521
|
],
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
"sources": [
|
|
1545
1545
|
{
|
|
1546
1546
|
"fileName": "projects/flyout/src/modules/flyout/types/flyout-config.ts",
|
|
1547
|
-
"line":
|
|
1547
|
+
"line": 86,
|
|
1548
1548
|
"character": 2
|
|
1549
1549
|
}
|
|
1550
1550
|
],
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmx5b3V0LWNvbmZpZy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvY29tcG9uZW50cy9mbHlvdXQvc3JjL2xpYi9tb2R1bGVzL2ZseW91dC90eXBlcy9mbHlvdXQtY29uZmlnLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBTa3lGbHlvdXRBY3Rpb24gfSBmcm9tICcuL2ZseW91dC1hY3Rpb24nO1xuaW1wb3J0IHsgU2t5Rmx5b3V0UGVybWFsaW5rIH0gZnJvbSAnLi9mbHlvdXQtcGVybWFsaW5rJztcblxuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIGNvbmZpZ3VyYXRpb24gb3B0aW9ucyB0byBzZXQgdXAgYSBmbHlvdXQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgU2t5Rmx5b3V0Q29uZmlnIHtcbiAgLyoqXG4gICAqIFRoZSBIVE1MIGVsZW1lbnQgSUQgb2YgdGhlIGVsZW1lbnQgdGhhdCBkZXNjcmliZXNcbiAgICogdGhlIGZseW91dC4gVGhpcyBzZXRzIHRoZSBmbHlvdXQncyBgYXJpYS1kZXNjcmliZWRieWAgYXR0cmlidXRlXG4gICAqIHRvIHByb3ZpZGUgYSB0ZXh0IGVxdWl2YWxlbnQgZm9yIHNjcmVlbiByZWFkZXJzIFt0byBzdXBwb3J0IGFjY2Vzc2liaWxpdHldKGh0dHBzOi8vZGV2ZWxvcGVyLmJsYWNrYmF1ZC5jb20vc2t5dXgvbGVhcm4vYWNjZXNzaWJpbGl0eSkuXG4gICAqIFRoZSBkZXNjcmlwdGlvbiB0eXBpY2FsbHkgaW5jbHVkZXMgdGV4dCBvbiB0aGUgZmx5b3V0IGJ1dCBub3Qgb24gaXRlbXMgdGhhdCB1c2Vyc1xuICAgKiBpbnRlcmFjdCB3aXRoLCBzdWNoIGFzIGJ1dHRvbnMgYW5kIGZvcm1zLlxuICAgKiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBhYm91dCB0aGUgYGFyaWEtZGVzY3JpYmVkYnlgIGF0dHJpYnV0ZSwgc2VlIHRoZSBbV0FJLUFSSUEgZGVmaW5pdGlvbl0oaHR0cHM6Ly93d3cudzMub3JnL1RSL3dhaS1hcmlhLyNhcmlhLWRlc2NyaWJlZGJ5KS5cbiAgICovXG4gIGFyaWFEZXNjcmliZWRCeT86IHN0cmluZztcblxuICAvKipcbiAgICogVGhlIEFSSUEgbGFiZWwgZm9yIHRoZSBmbHlvdXQuIFRoaXMgc2V0cyB0aGUgZmx5b3V0cydzIGBhcmlhLWxhYmVsYCBhdHRyaWJ1dGUgdG8gcHJvdmlkZSBhIHRleHQgZXF1aXZhbGVudCBmb3Igc2NyZWVuIHJlYWRlcnNcbiAgICogW3RvIHN1cHBvcnQgYWNjZXNzaWJpbGl0eV0oaHR0cHM6Ly9kZXZlbG9wZXIuYmxhY2tiYXVkLmNvbS9za3l1eC9sZWFybi9hY2Nlc3NpYmlsaXR5KS5cbiAgICogSWYgdGhlIGZseW91dCBpbmNsdWRlcyBhIHZpc2libGUgbGFiZWwsIHVzZSBgYXJpYUxhYmVsbGVkQnlgIGluc3RlYWQuXG4gICAqIEZvciBtb3JlIGluZm9ybWF0aW9uIGFib3V0IHRoZSBgYXJpYS1sYWJlbGAgYXR0cmlidXRlLCBzZWUgdGhlIFtXQUktQVJJQSBkZWZpbml0aW9uXShodHRwczovL3d3dy53My5vcmcvVFIvd2FpLWFyaWEvI2FyaWEtbGFiZWwpLlxuICAgKi9cbiAgYXJpYUxhYmVsPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBUaGUgSFRNTCBlbGVtZW50IElEIG9mIHRoZSBlbGVtZW50IHRoYXQgbGFiZWxzXG4gICAqIHRoZSBmbHlvdXQuIFRoaXMgc2V0cyB0aGUgZmx5b3V0J3MgYGFyaWEtbGFiZWxsZWRieWAgYXR0cmlidXRlIHRvIHByb3ZpZGUgYSB0ZXh0IGVxdWl2YWxlbnQgZm9yIHNjcmVlbiByZWFkZXJzXG4gICAqIFt0byBzdXBwb3J0IGFjY2Vzc2liaWxpdHldKGh0dHBzOi8vZGV2ZWxvcGVyLmJsYWNrYmF1ZC5jb20vc2t5dXgvbGVhcm4vYWNjZXNzaWJpbGl0eSkuXG4gICAqIElmIHRoZSBmbHlvdXQgZG9lcyBub3QgaW5jbHVkZSBhIHZpc2libGUgbGFiZWwsIHVzZSBgYXJpYUxhYmVsYCBpbnN0ZWFkLlxuICAgKiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBhYm91dCB0aGUgYGFyaWEtbGFiZWxsZWRieWAgYXR0cmlidXRlLCBzZWUgdGhlIFtXQUktQVJJQSBkZWZpbml0aW9uXShodHRwczovL3d3dy53My5vcmcvVFIvd2FpLWFyaWEvI2FyaWEtbGFiZWxsZWRieSkuXG4gICAqL1xuICBhcmlhTGFiZWxsZWRCeT86IHN0cmluZztcblxuICAvKipcbiAgICogVGhlIEFSSUEgcm9sZSBmb3IgdGhlIGZseW91dFxuICAgKiBbdG8gc3VwcG9ydCBhY2Nlc3NpYmlsaXR5XShodHRwczovL2RldmVsb3Blci5ibGFja2JhdWQuY29tL3NreXV4L2xlYXJuL2FjY2Vzc2liaWxpdHkpXG4gICAqIGJ5IGluZGljYXRpbmcgaG93IHRoZSBmbHlvdXQgZnVuY3Rpb25zIGFuZCB3aGF0IGl0IGNvbnRyb2xzLiBGb3IgaW5mb3JtYXRpb24gYWJvdXQgaG93XG4gICAqIGFuIEFSSUEgcm9sZSBpbmRpY2F0ZXMgd2hhdCBhbiBpdGVtIHJlcHJlc2VudHMgb24gYSB3ZWIgcGFnZSxcbiAgICogc2VlIHRoZSBbV0FJLUFSSUEgcm9sZXMgbW9kZWxdKGh0dHBzOi8vd3d3LnczLm9yZy9XQUkvUEYvYXJpYS8jcm9sZXMpLlxuICAgKiBAZGVmYXVsdCBkaWFsb2dcbiAgICogQGRlcHJlY2F0ZWQgU2luY2UgdmVyc2lvbiBgNS4xLjBgLiBDb25zdW1lcnMgc2hvdWxkIHVzZSB0aGUgZGVmYXVsdCBgZGlhbG9nYCByb2xlIHRvIGVuc3VyZSBhXG4gICAqIHByb3BlciBhY2Nlc3NpYmlsaXR5IGltcGxlbWVudGF0aW9uLlxuICAgKi9cbiAgYXJpYVJvbGU/OiBzdHJpbmc7XG5cbiAgLyoqXG4gICAqIFRoZSBkZWZhdWx0IHdpZHRoIG9mIHRoZSBmbHlvdXQgY29udGFpbmVyLiBJZiB5b3UgZG8gbm90IHByb3ZpZGUgYSB3aWR0aCxcbiAgICogdGhlIGZseW91dCBkZWZhdWx0cyB0byBoYWxmIHRoZSB3aWR0aCBvZiBpdHMgY29udGFpbmVyLlxuICAgKi9cbiAgZGVmYXVsdFdpZHRoPzogbnVtYmVyO1xuXG4gIC8qKlxuICAgKiBUaGUgbWluaW11bSByZXNpemUgd2lkdGggb2YgdGhlIGZseW91dCBjb250YWluZXIuXG4gICAqIEBkZWZhdWx0IDMyMFxuICAgKi9cbiAgbWluV2lkdGg/OiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIFRoZSBtYXhpbXVtIHJlc2l6ZSB3aWR0aCBvZiB0aGUgZmx5b3V0IGNvbnRhaW5lci5cbiAgICogQGRlZmF1bHQgZGVmYXVsdFdpZHRoXG4gICAqL1xuICBtYXhXaWR0aD86IG51bWJlcjtcblxuICAvKipcbiAgICogRGlzcGxheXMgYSBwZXJtYWxpbmsgYnV0dG9uIGluIHRoZSBmbHlvdXQgaGVhZGVyIHRoYXQgbmF2aWdhdGVzIHVzZXJzIHRvIHRoZSBVUkxcbiAgICogKG9yIGFwcGxpY2F0aW9uIHJvdXRlKSByZXByZXNlbnRhdGl2ZSBvZiB0aGUgZmx5b3V0J3MgY29udGVudHMuXG4gICAqL1xuICBwZXJtYWxpbms/OiBTa3lGbHlvdXRQZXJtYWxpbms7XG5cbiAgLyoqXG4gICAqIERpc3BsYXlzIGEgY29uZmlndXJhYmxlIGJ1dHRvbiBpbiB0aGUgZmx5b3V0IGhlYWRlci5cbiAgICovXG4gIHByaW1hcnlBY3Rpb24/OiBTa3lGbHlvdXRBY3Rpb247XG5cbiAgLyoqXG4gICAqIFRoZSBhcnJheSBvZiBjdXN0b20gcHJvdmlkZXJzIHRvIHBhc3MgdG8gdGhlIGNvbXBvbmVudCdzIGNvbnN0cnVjdG9yLlxuICAgKi9cbiAgcHJvdmlkZXJzPzogYW55W107XG5cbiAgLyoqXG4gICAqIFdoZXRoZXIgdG8gZGlzcGxheSBpdGVyYXRvciBidXR0b25zIGluIHRoZSBmbHlvdXQgaGVhZGVyXG4gICAqIHRvIGFjY2VzcyB0aGUgbmV4dCBhbmQgcHJldmlvdXMgcmVjb3JkcyBpbiBhIHJlY29yZCBzZXQuXG4gICAqIEBkZWZhdWx0IGZhbHNlXG4gICAqL1xuICBzaG93SXRlcmF0b3I/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBEaXNhYmxlcyB0aGUgcHJldmlvdXMgaXRlcmF0b3IgYnV0dG9uIGluIHRoZSBmbHlvdXQgaGVhZGVyIHRoYXQgYWNjZXNzZXNcbiAgICogdGhlIHByZXZpb3VzIHJlY29yZCBpbiBhIHJlY29yZCBzZXQuXG4gICAqIEBkZWZhdWx0IGZhbHNlXG4gICAqL1xuICBpdGVyYXRvclByZXZpb3VzQnV0dG9uRGlzYWJsZWQ/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBEaXNhYmxlcyB0aGUgbmV4dCBpdGVyYXRvciBidXR0b24gaW4gdGhlIGZseW91dCBoZWFkZXIgdGhhdCBhY2Nlc3NlcyB0aGUgbmV4dCByZWNvcmRcbiAgICogaW4gYSByZWNvcmQgc2V0LlxuICAgKiBAZGVmYXVsdCBmYWxzZVxuICAgKi9cbiAgaXRlcmF0b3JOZXh0QnV0dG9uRGlzYWJsZWQ/OiBib29sZWFuO1xuXG4gIC8qKlxuICAgKiBUaGUgdW5pcXVlIGtleSBmb3IgdGhlIFVJIENvbmZpZyBTZXJ2aWNlIHRvIHJldHJpZXZlIHN0b3JlZCBzZXR0aW5ncyBmcm9tIGEgZGF0YWJhc2UuXG4gICAqIFRoZSBVSSBDb25maWcgU2VydmljZSBzYXZlcyBjb25maWd1cmF0aW9uIHNldHRpbmdzIGZvciB1c2VycyB0byBwcmVzZXJ2ZSB0aGUgd2lkdGggb2ZcbiAgICogdGhlIGZseW91dC4gRm9yIG1vcmUgaW5mb3JtYXRpb24gYWJvdXQgdGhlIFVJIENvbmZpZyBTZXJ2aWNlLFxuICAgKiBzZWUgW3RoZSBzdGlja3kgc2V0dGluZ3MgZG9jdW1lbnRhdGlvbl0oaHR0cHM6Ly9kZXZlbG9wZXIuYmxhY2tiYXVkLmNvbS9za3l1eC9sZWFybi9nZXQtc3RhcnRlZC9zdGlja3ktc2V0dGluZ3MpLlxuICAgKi9cbiAgc2V0dGluZ3NLZXk/OiBzdHJpbmc7XG59XG4iXX0=
|
|
@@ -5,24 +5,27 @@ import { SkyFlyoutPermalink } from './flyout-permalink';
|
|
|
5
5
|
*/
|
|
6
6
|
export interface SkyFlyoutConfig {
|
|
7
7
|
/**
|
|
8
|
-
* The HTML element ID
|
|
8
|
+
* The HTML element ID of the element that describes
|
|
9
9
|
* the flyout. This sets the flyout's `aria-describedby` attribute
|
|
10
|
-
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
10
|
+
* to provide a text equivalent for screen readers [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
11
11
|
* The description typically includes text on the flyout but not on items that users
|
|
12
12
|
* interact with, such as buttons and forms.
|
|
13
|
+
* For more information about the `aria-describedby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-describedby).
|
|
13
14
|
*/
|
|
14
15
|
ariaDescribedBy?: string;
|
|
15
16
|
/**
|
|
16
|
-
* The ARIA label for the flyout. This sets the flyouts's `aria-label` attribute
|
|
17
|
+
* The ARIA label for the flyout. This sets the flyouts's `aria-label` attribute to provide a text equivalent for screen readers
|
|
17
18
|
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
18
19
|
* If the flyout includes a visible label, use `ariaLabelledBy` instead.
|
|
20
|
+
* For more information about the `aria-label` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-label).
|
|
19
21
|
*/
|
|
20
22
|
ariaLabel?: string;
|
|
21
23
|
/**
|
|
22
|
-
* The HTML element ID
|
|
23
|
-
* the flyout. This sets the flyout's `aria-labelledby` attribute
|
|
24
|
+
* The HTML element ID of the element that labels
|
|
25
|
+
* the flyout. This sets the flyout's `aria-labelledby` attribute to provide a text equivalent for screen readers
|
|
24
26
|
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility).
|
|
25
27
|
* If the flyout does not include a visible label, use `ariaLabel` instead.
|
|
28
|
+
* For more information about the `aria-labelledby` attribute, see the [WAI-ARIA definition](https://www.w3.org/TR/wai-aria/#aria-labelledby).
|
|
26
29
|
*/
|
|
27
30
|
ariaLabelledBy?: string;
|
|
28
31
|
/**
|
|
@@ -30,7 +33,7 @@ export interface SkyFlyoutConfig {
|
|
|
30
33
|
* [to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)
|
|
31
34
|
* by indicating how the flyout functions and what it controls. For information about how
|
|
32
35
|
* an ARIA role indicates what an item represents on a web page,
|
|
33
|
-
* see the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria
|
|
36
|
+
* see the [WAI-ARIA roles model](https://www.w3.org/WAI/PF/aria/#roles).
|
|
34
37
|
* @default dialog
|
|
35
38
|
* @deprecated Since version `5.1.0`. Consumers should use the default `dialog` role to ensure a
|
|
36
39
|
* proper accessibility implementation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/flyout",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@angular/core": "^14.2.11",
|
|
39
39
|
"@angular/forms": "^14.2.11",
|
|
40
40
|
"@angular/router": "^14.2.11",
|
|
41
|
-
"@skyux/core": "7.6.
|
|
42
|
-
"@skyux/i18n": "7.6.
|
|
43
|
-
"@skyux/indicators": "7.6.
|
|
44
|
-
"@skyux/router": "7.6.
|
|
45
|
-
"@skyux/theme": "7.6.
|
|
41
|
+
"@skyux/core": "7.6.2",
|
|
42
|
+
"@skyux/i18n": "7.6.2",
|
|
43
|
+
"@skyux/indicators": "7.6.2",
|
|
44
|
+
"@skyux/router": "7.6.2",
|
|
45
|
+
"@skyux/theme": "7.6.2"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"tslib": "^2.3.1"
|