@cloudscape-design/components 3.0.799 → 3.0.800
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/attribute-editor/additional-info.js +2 -2
- package/attribute-editor/additional-info.js.map +1 -1
- package/attribute-editor/internal.d.ts.map +1 -1
- package/attribute-editor/internal.js +2 -2
- package/attribute-editor/internal.js.map +1 -1
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +3 -3
- package/button/internal.js.map +1 -1
- package/button-group/icon-button-item.d.ts.map +1 -1
- package/button-group/icon-button-item.js +3 -2
- package/button-group/icon-button-item.js.map +1 -1
- package/cards/index.js +3 -3
- package/cards/index.js.map +1 -1
- package/code-editor/index.d.ts.map +1 -1
- package/code-editor/index.js +2 -2
- package/code-editor/index.js.map +1 -1
- package/code-editor/status-bar.js +2 -2
- package/code-editor/status-bar.js.map +1 -1
- package/date-picker/index.js +2 -2
- package/date-picker/index.js.map +1 -1
- package/date-range-picker/calendar/header/index.js +2 -2
- package/date-range-picker/calendar/header/index.js.map +1 -1
- package/date-range-picker/calendar/index.d.ts.map +1 -1
- package/date-range-picker/calendar/index.js +2 -2
- package/date-range-picker/calendar/index.js.map +1 -1
- package/date-range-picker/dropdown.d.ts.map +1 -1
- package/date-range-picker/dropdown.js +2 -2
- package/date-range-picker/dropdown.js.map +1 -1
- package/drawer/implementation.d.ts.map +1 -1
- package/drawer/implementation.js +2 -2
- package/drawer/implementation.js.map +1 -1
- package/flashbar/flash.d.ts.map +1 -1
- package/flashbar/flash.js +2 -2
- package/flashbar/flash.js.map +1 -1
- package/form/internal.js +2 -2
- package/form/internal.js.map +1 -1
- package/form-field/internal.js +3 -3
- package/form-field/internal.js.map +1 -1
- package/help-panel/implementation.js +2 -2
- package/help-panel/implementation.js.map +1 -1
- package/internal/components/chart-plot/index.js +2 -2
- package/internal/components/chart-plot/index.js.map +1 -1
- package/internal/components/chart-status-container/index.d.ts.map +1 -1
- package/internal/components/chart-status-container/index.js +3 -1
- package/internal/components/chart-status-container/index.js.map +1 -1
- package/internal/components/dropdown-footer/index.d.ts.map +1 -1
- package/internal/components/dropdown-footer/index.js +2 -2
- package/internal/components/dropdown-footer/index.js.map +1 -1
- package/internal/components/live-region/controller.d.ts +35 -0
- package/internal/components/live-region/controller.d.ts.map +1 -0
- package/internal/components/live-region/controller.js +77 -0
- package/internal/components/live-region/controller.js.map +1 -0
- package/internal/components/live-region/index.d.ts +5 -64
- package/internal/components/live-region/index.d.ts.map +1 -1
- package/internal/components/live-region/index.js +11 -122
- package/internal/components/live-region/index.js.map +1 -1
- package/internal/components/live-region/interfaces.d.ts +34 -0
- package/internal/components/live-region/interfaces.d.ts.map +1 -0
- package/internal/components/live-region/interfaces.js +4 -0
- package/internal/components/live-region/interfaces.js.map +1 -0
- package/internal/components/live-region/internal.d.ts +31 -0
- package/internal/components/live-region/internal.d.ts.map +1 -0
- package/internal/components/live-region/internal.js +80 -0
- package/internal/components/live-region/internal.js.map +1 -0
- package/internal/components/live-region/styles.css.js +2 -2
- package/internal/components/live-region/styles.scoped.css +146 -4
- package/internal/components/live-region/styles.selectors.js +2 -2
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/pie-chart/pie-chart.js +2 -2
- package/pie-chart/pie-chart.js.map +1 -1
- package/progress-bar/index.js +2 -2
- package/progress-bar/index.js.map +1 -1
- package/s3-resource-selector/s3-in-context/index.d.ts.map +1 -1
- package/s3-resource-selector/s3-in-context/index.js +2 -3
- package/s3-resource-selector/s3-in-context/index.js.map +1 -1
- package/s3-resource-selector/s3-modal/basic-table.js +2 -2
- package/s3-resource-selector/s3-modal/basic-table.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/table/body-cell/disabled-inline-editor.d.ts.map +1 -1
- package/table/body-cell/disabled-inline-editor.js +2 -1
- package/table/body-cell/disabled-inline-editor.js.map +1 -1
- package/table/body-cell/index.d.ts.map +1 -1
- package/table/body-cell/index.js +2 -2
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/inline-editor.d.ts.map +1 -1
- package/table/body-cell/inline-editor.js +4 -4
- package/table/body-cell/inline-editor.js.map +1 -1
- package/table/internal.js +2 -2
- package/table/internal.js.map +1 -1
- package/table/no-data-cell.js +2 -2
- package/table/no-data-cell.js.map +1 -1
- package/table/progressive-loading/items-loader.js +3 -3
- package/table/progressive-loading/items-loader.js.map +1 -1
- package/tag-editor/index.js +2 -2
- package/tag-editor/index.js.map +1 -1
- package/test-utils/dom/internal/live-region.d.ts +4 -0
- package/test-utils/dom/internal/live-region.js +11 -0
- package/test-utils/dom/internal/live-region.js.map +1 -0
- package/test-utils/selectors/internal/live-region.d.ts +4 -0
- package/test-utils/selectors/internal/live-region.js +11 -0
- package/test-utils/selectors/internal/live-region.js.map +1 -0
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/text-filter/search-results.js +2 -2
- package/text-filter/search-results.js.map +1 -1
- package/tutorial-panel/components/tutorial-list/index.js +2 -2
- package/tutorial-panel/components/tutorial-list/index.js.map +1 -1
|
@@ -1,128 +1,17 @@
|
|
|
1
1
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
import { __rest } from "tslib";
|
|
4
|
-
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import styles from './styles.css.js';
|
|
9
|
-
/**
|
|
10
|
-
* The live region is hidden in the layout, but visible for screen readers.
|
|
11
|
-
* It's purpose it to announce changes e.g. when custom navigation logic is used.
|
|
12
|
-
*
|
|
13
|
-
* The way live region works differently in different browsers and screen readers and
|
|
14
|
-
* it is recommended to manually test every new implementation.
|
|
15
|
-
*
|
|
16
|
-
* If you notice there are different words being merged together,
|
|
17
|
-
* check if there are text nodes not being wrapped in elements, like:
|
|
18
|
-
* ```
|
|
19
|
-
* <LiveRegion>
|
|
20
|
-
* {title}
|
|
21
|
-
* <span><Details /></span>
|
|
22
|
-
* </LiveRegion>
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* To fix, wrap "title" in an element:
|
|
26
|
-
* ```
|
|
27
|
-
* <LiveRegion>
|
|
28
|
-
* <span>{title}</span>
|
|
29
|
-
* <span><Details /></span>
|
|
30
|
-
* </LiveRegion>
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
|
-
* Or create a single text node if possible:
|
|
34
|
-
* ```
|
|
35
|
-
* <LiveRegion>
|
|
36
|
-
* {`${title} ${details}`}
|
|
37
|
-
* </LiveRegion>
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* The live region is always atomic, because non-atomic regions can be treated by screen readers
|
|
41
|
-
* differently and produce unexpected results. To imitate non-atomic announcements simply use
|
|
42
|
-
* multiple live regions:
|
|
43
|
-
* ```
|
|
44
|
-
* <>
|
|
45
|
-
* <LiveRegion>{title}</LiveRegion>
|
|
46
|
-
* <LiveRegion><Details /></LiveRegion>
|
|
47
|
-
* </>
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
|
-
* If you place interactive content inside the LiveRegion, the content will still be
|
|
51
|
-
* interactive (e.g. as a tab stop). Consider using the `source` property instead.
|
|
52
|
-
*/
|
|
53
|
-
export default memo(LiveRegion);
|
|
4
|
+
import React from 'react';
|
|
5
|
+
// import useBaseComponent from '../../hooks/use-base-component';
|
|
6
|
+
import { applyDisplayName } from '../../utils/apply-display-name';
|
|
7
|
+
import InternalLiveRegion from './internal';
|
|
54
8
|
function LiveRegion(_a) {
|
|
55
|
-
var { assertive = false,
|
|
56
|
-
|
|
57
|
-
const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
issue many announcements for the same logical event (See https://github.com/nvaccess/nvda/issues/7996).
|
|
61
|
-
|
|
62
|
-
The code below imitates a debouncing, scheduling a callback every time new React state
|
|
63
|
-
update is detected. When a callback resolves, it copies content from a muted element
|
|
64
|
-
to the live region, which is recognized by screen readers as an update.
|
|
65
|
-
|
|
66
|
-
If the use case requires no announcement to be ignored, use delay = 0, but ensure it
|
|
67
|
-
does not impact the performance. If it does, prefer using a string as children prop.
|
|
68
|
-
*/
|
|
69
|
-
useEffect(() => {
|
|
70
|
-
function getSourceContent() {
|
|
71
|
-
if (source) {
|
|
72
|
-
return source
|
|
73
|
-
.map(item => {
|
|
74
|
-
if (!item) {
|
|
75
|
-
return undefined;
|
|
76
|
-
}
|
|
77
|
-
if (typeof item === 'string') {
|
|
78
|
-
return item;
|
|
79
|
-
}
|
|
80
|
-
if (item.current) {
|
|
81
|
-
return extractInnerText(item.current);
|
|
82
|
-
}
|
|
83
|
-
})
|
|
84
|
-
.filter(Boolean)
|
|
85
|
-
.join(' ');
|
|
86
|
-
}
|
|
87
|
-
if (sourceRef.current) {
|
|
88
|
-
return extractInnerText(sourceRef.current);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
function updateLiveRegion() {
|
|
92
|
-
const sourceContent = getSourceContent();
|
|
93
|
-
if (targetRef.current && sourceContent) {
|
|
94
|
-
const targetContent = extractInnerText(targetRef.current);
|
|
95
|
-
if (targetContent !== sourceContent) {
|
|
96
|
-
// The aria-atomic does not work properly in Voice Over, causing
|
|
97
|
-
// certain parts of the content to be ignored. To fix that,
|
|
98
|
-
// we assign the source text content as a single node.
|
|
99
|
-
targetRef.current.innerText = sourceContent;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
let timeoutId;
|
|
104
|
-
if (delay) {
|
|
105
|
-
timeoutId = setTimeout(updateLiveRegion, delay);
|
|
106
|
-
}
|
|
107
|
-
else {
|
|
108
|
-
updateLiveRegion();
|
|
109
|
-
}
|
|
110
|
-
return () => {
|
|
111
|
-
if (timeoutId) {
|
|
112
|
-
clearTimeout(timeoutId);
|
|
113
|
-
}
|
|
114
|
-
};
|
|
115
|
-
});
|
|
116
|
-
return (React.createElement(React.Fragment, null,
|
|
117
|
-
visible && !source && (React.createElement(TagName, { ref: sourceRef, id: id, className: styles.source }, children)),
|
|
118
|
-
React.createElement(ScreenreaderOnly, Object.assign({}, restProps, { className: clsx(styles.root, restProps.className) }),
|
|
119
|
-
!visible && !source && (React.createElement(TagName, { ref: sourceRef, "aria-hidden": "true", className: styles.source }, children)),
|
|
120
|
-
React.createElement("span", { ref: targetRef, "aria-atomic": "true", "aria-live": assertive ? 'assertive' : 'polite' }))));
|
|
121
|
-
}
|
|
122
|
-
// This only extracts text content from the node including all its children which is enough for now.
|
|
123
|
-
// To make it more powerful, it is possible to create a more sophisticated extractor with respect to
|
|
124
|
-
// ARIA properties to ignore aria-hidden nodes and read ARIA labels from the live content.
|
|
125
|
-
function extractInnerText(node) {
|
|
126
|
-
return (node.innerText || '').replace(/\s+/g, ' ').trim();
|
|
9
|
+
var { assertive = false, hidden = false, tagName = 'div' } = _a, restProps = __rest(_a, ["assertive", "hidden", "tagName"]);
|
|
10
|
+
// TODO: Switch this out when moving this component out of internal
|
|
11
|
+
// const baseComponentProps = useBaseComponent('LiveRegion');
|
|
12
|
+
const baseComponentProps = { __internalRootRef: React.useRef() };
|
|
13
|
+
return (React.createElement(InternalLiveRegion, Object.assign({ assertive: assertive, hidden: hidden, tagName: tagName }, baseComponentProps, restProps)));
|
|
127
14
|
}
|
|
15
|
+
applyDisplayName(LiveRegion, 'LiveRegion');
|
|
16
|
+
export default LiveRegion;
|
|
128
17
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/components/live-region/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/components/live-region/index.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;;AAEtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,iEAAiE;AACjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAElE,OAAO,kBAAkB,MAAM,YAAY,CAAC;AAI5C,SAAS,UAAU,CAAC,EAAqF;QAArF,EAAE,SAAS,GAAG,KAAK,EAAE,MAAM,GAAG,KAAK,EAAE,OAAO,GAAG,KAAK,OAAiC,EAA5B,SAAS,cAAlE,kCAAoE,CAAF;IACpF,mEAAmE;IACnE,6DAA6D;IAC7D,MAAM,kBAAkB,GAAG,EAAE,iBAAiB,EAAE,KAAK,CAAC,MAAM,EAAE,EAAE,CAAC;IAEjE,OAAO,CACL,oBAAC,kBAAkB,kBACjB,SAAS,EAAE,SAAS,EACpB,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,OAAO,IACZ,kBAAkB,EAClB,SAAS,EACb,CACH,CAAC;AACJ,CAAC;AAED,gBAAgB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;AAE3C,eAAe,UAAU,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport React from 'react';\n\n// import useBaseComponent from '../../hooks/use-base-component';\nimport { applyDisplayName } from '../../utils/apply-display-name';\nimport { LiveRegionProps } from './interfaces';\nimport InternalLiveRegion from './internal';\n\nexport { LiveRegionProps };\n\nfunction LiveRegion({ assertive = false, hidden = false, tagName = 'div', ...restProps }: LiveRegionProps) {\n // TODO: Switch this out when moving this component out of internal\n // const baseComponentProps = useBaseComponent('LiveRegion');\n const baseComponentProps = { __internalRootRef: React.useRef() };\n\n return (\n <InternalLiveRegion\n assertive={assertive}\n hidden={hidden}\n tagName={tagName}\n {...baseComponentProps}\n {...restProps}\n />\n );\n}\n\napplyDisplayName(LiveRegion, 'LiveRegion');\n\nexport default LiveRegion;\n"]}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BaseComponentProps } from '../../base-component';
|
|
3
|
+
export interface LiveRegionProps extends BaseComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The string for the aria-live announcement text. When this content
|
|
6
|
+
* changes, the text will be re-announced to assistive technologies. If this
|
|
7
|
+
* property is provided, it will be used for the live announcement instead of
|
|
8
|
+
* the `children` slot.
|
|
9
|
+
*/
|
|
10
|
+
message?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Whether the announcements should be made using assertive aria-live.
|
|
13
|
+
* Assertive announcements interrupt the user's action, so they should only
|
|
14
|
+
* be used when absolutely necessary.
|
|
15
|
+
*/
|
|
16
|
+
assertive?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* The tag name to use for the wrapper around the `children` slot.
|
|
19
|
+
*/
|
|
20
|
+
tagName?: LiveRegionProps.TagName;
|
|
21
|
+
/**
|
|
22
|
+
* Defines whether to visually hide the contents of the `children` slot.
|
|
23
|
+
*/
|
|
24
|
+
hidden?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Use the rendered content as the source for the announcement text.
|
|
27
|
+
* Prefer `message` if announcement text can be provided as a string.
|
|
28
|
+
*/
|
|
29
|
+
children?: React.ReactNode;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace LiveRegionProps {
|
|
32
|
+
type TagName = 'span' | 'div';
|
|
33
|
+
}
|
|
34
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/live-region/interfaces.ts"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;IACzD;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC;IAElC;;OAEG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IAEjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,yBAAiB,eAAe,CAAC;IAC/B,KAAY,OAAO,GAAG,MAAM,GAAG,KAAK,CAAC;CACtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../../../src/internal/components/live-region/interfaces.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { BaseComponentProps } from '../../base-component';\n\nexport interface LiveRegionProps extends BaseComponentProps {\n /**\n * The string for the aria-live announcement text. When this content\n * changes, the text will be re-announced to assistive technologies. If this\n * property is provided, it will be used for the live announcement instead of\n * the `children` slot.\n */\n message?: string;\n\n /**\n * Whether the announcements should be made using assertive aria-live.\n * Assertive announcements interrupt the user's action, so they should only\n * be used when absolutely necessary.\n */\n assertive?: boolean;\n\n /**\n * The tag name to use for the wrapper around the `children` slot.\n */\n tagName?: LiveRegionProps.TagName;\n\n /**\n * Defines whether to visually hide the contents of the `children` slot.\n */\n hidden?: boolean;\n\n /**\n * Use the rendered content as the source for the announcement text.\n * Prefer `message` if announcement text can be provided as a string.\n */\n children?: React.ReactNode;\n}\n\nexport namespace LiveRegionProps {\n export type TagName = 'span' | 'div';\n}\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InternalBaseComponentProps } from '../../hooks/use-base-component';
|
|
3
|
+
import { LiveRegionProps } from './interfaces';
|
|
4
|
+
export interface InternalLiveRegionProps extends InternalBaseComponentProps, LiveRegionProps {
|
|
5
|
+
/**
|
|
6
|
+
* The delay between each announcement from this live region. You should
|
|
7
|
+
* leave this set to the default unless this live region is commonly
|
|
8
|
+
* interrupted by other actions (like text entry in text filtering).
|
|
9
|
+
*/
|
|
10
|
+
delay?: number;
|
|
11
|
+
/**
|
|
12
|
+
* Use a list of strings and/or refs to existing elements for building the
|
|
13
|
+
* announcement text. If this property is set, `children` and `message` will
|
|
14
|
+
* be ignored.
|
|
15
|
+
*/
|
|
16
|
+
sources?: ReadonlyArray<string | React.RefObject<HTMLElement> | undefined>;
|
|
17
|
+
}
|
|
18
|
+
export interface InternalLiveRegionRef {
|
|
19
|
+
/**
|
|
20
|
+
* Force the live region to announce the message, even if it's the same as
|
|
21
|
+
* the previously announced message.
|
|
22
|
+
*
|
|
23
|
+
* This is useful when making status updates after a change (e.g. filtering)
|
|
24
|
+
* where the new message might be the same as the old one, but the announcement
|
|
25
|
+
* also serves to tell screen reader users that the action was performed.
|
|
26
|
+
*/
|
|
27
|
+
reannounce(): void;
|
|
28
|
+
}
|
|
29
|
+
declare const _default: React.ForwardRefExoticComponent<InternalLiveRegionProps & React.RefAttributes<InternalLiveRegionRef>>;
|
|
30
|
+
export default _default;
|
|
31
|
+
//# sourceMappingURL=internal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/live-region/internal.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAItE,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAG5E,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAI/C,MAAM,WAAW,uBAAwB,SAAQ,0BAA0B,EAAE,eAAe;IAC1F;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,CAAC;CAC5E;AAED,MAAM,WAAW,qBAAqB;IACpC;;;;;;;OAOG;IACH,UAAU,IAAI,IAAI,CAAC;CACpB;;AAED,wBAsEG"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
import { __rest } from "tslib";
|
|
4
|
+
import React, { useEffect, useImperativeHandle, useRef } from 'react';
|
|
5
|
+
import clsx from 'clsx';
|
|
6
|
+
import { getBaseProps } from '../../base-component';
|
|
7
|
+
import { useMergeRefs } from '../../hooks/use-merge-refs';
|
|
8
|
+
import { LiveRegionController } from './controller';
|
|
9
|
+
import styles from './styles.css.js';
|
|
10
|
+
export default React.forwardRef(function InternalLiveRegion(_a, ref) {
|
|
11
|
+
var { assertive = false, hidden = false, tagName: TagName = 'div', delay, sources, message, children, __internalRootRef, className } = _a, restProps = __rest(_a, ["assertive", "hidden", "tagName", "delay", "sources", "message", "children", "__internalRootRef", "className"]);
|
|
12
|
+
const baseProps = getBaseProps(restProps);
|
|
13
|
+
const childrenRef = useRef(null);
|
|
14
|
+
const mergedRef = useMergeRefs(childrenRef, __internalRootRef);
|
|
15
|
+
useEffect(() => {
|
|
16
|
+
// We have to do this because `inert` isn't properly supported until
|
|
17
|
+
// React 19 and this seems much more maintainable than version detection.
|
|
18
|
+
// `inert` is better than `hidden` because it also blocks pointer and
|
|
19
|
+
// focus events as well as hiding the contents from screen readers.
|
|
20
|
+
// https://github.com/facebook/react/issues/17157
|
|
21
|
+
if (childrenRef.current) {
|
|
22
|
+
childrenRef.current.inert = hidden;
|
|
23
|
+
}
|
|
24
|
+
}, [hidden]);
|
|
25
|
+
// Initialize the live region controller inside an effect. We have to do this
|
|
26
|
+
// because the controller depends on DOM elements, which aren't available on the
|
|
27
|
+
// server.
|
|
28
|
+
const liveRegionControllerRef = useRef();
|
|
29
|
+
useEffect(() => {
|
|
30
|
+
const liveRegionController = new LiveRegionController(assertive ? 'assertive' : 'polite');
|
|
31
|
+
liveRegionControllerRef.current = liveRegionController;
|
|
32
|
+
return () => {
|
|
33
|
+
liveRegionController.destroy();
|
|
34
|
+
liveRegionControllerRef.current = undefined;
|
|
35
|
+
};
|
|
36
|
+
}, [assertive]);
|
|
37
|
+
const getContent = () => {
|
|
38
|
+
return sources
|
|
39
|
+
? getSourceContent(sources)
|
|
40
|
+
: message
|
|
41
|
+
? message
|
|
42
|
+
: childrenRef.current
|
|
43
|
+
? extractTextContent(childrenRef.current)
|
|
44
|
+
: undefined;
|
|
45
|
+
};
|
|
46
|
+
// Call the controller on every render. The controller will deduplicate the
|
|
47
|
+
// message against the previous announcement internally.
|
|
48
|
+
useEffect(() => {
|
|
49
|
+
var _a;
|
|
50
|
+
(_a = liveRegionControllerRef.current) === null || _a === void 0 ? void 0 : _a.announce({ message: getContent(), delay });
|
|
51
|
+
});
|
|
52
|
+
useImperativeHandle(ref, () => ({
|
|
53
|
+
reannounce() {
|
|
54
|
+
var _a;
|
|
55
|
+
(_a = liveRegionControllerRef.current) === null || _a === void 0 ? void 0 : _a.announce({ message: getContent(), delay, forceReannounce: true });
|
|
56
|
+
},
|
|
57
|
+
}));
|
|
58
|
+
return (React.createElement(TagName, Object.assign({ ref: mergedRef }, baseProps, { className: clsx(styles.root, className), hidden: hidden }), children));
|
|
59
|
+
});
|
|
60
|
+
function extractTextContent(node) {
|
|
61
|
+
// We use the text content of the node as the announcement text.
|
|
62
|
+
// This only extracts text content from the node including all its children which is enough for now.
|
|
63
|
+
// To make it more powerful, it is possible to create a more sophisticated extractor with respect to
|
|
64
|
+
// ARIA properties to ignore aria-hidden nodes and read ARIA labels from the live content.
|
|
65
|
+
return (node.textContent || '').replace(/\s+/g, ' ').trim();
|
|
66
|
+
}
|
|
67
|
+
function getSourceContent(source) {
|
|
68
|
+
return source
|
|
69
|
+
.map(item => {
|
|
70
|
+
if (!item || typeof item === 'string') {
|
|
71
|
+
return item;
|
|
72
|
+
}
|
|
73
|
+
if (item.current) {
|
|
74
|
+
return extractTextContent(item.current);
|
|
75
|
+
}
|
|
76
|
+
})
|
|
77
|
+
.filter(Boolean)
|
|
78
|
+
.join(' ');
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=internal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../../../src/internal/components/live-region/internal.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport React, { useEffect, useImperativeHandle, useRef } from 'react';\nimport clsx from 'clsx';\n\nimport { getBaseProps } from '../../base-component';\nimport { InternalBaseComponentProps } from '../../hooks/use-base-component';\nimport { useMergeRefs } from '../../hooks/use-merge-refs';\nimport { LiveRegionController } from './controller';\nimport { LiveRegionProps } from './interfaces';\n\nimport styles from './styles.css.js';\n\nexport interface InternalLiveRegionProps extends InternalBaseComponentProps, LiveRegionProps {\n /**\n * The delay between each announcement from this live region. You should\n * leave this set to the default unless this live region is commonly\n * interrupted by other actions (like text entry in text filtering).\n */\n delay?: number;\n\n /**\n * Use a list of strings and/or refs to existing elements for building the\n * announcement text. If this property is set, `children` and `message` will\n * be ignored.\n */\n sources?: ReadonlyArray<string | React.RefObject<HTMLElement> | undefined>;\n}\n\nexport interface InternalLiveRegionRef {\n /**\n * Force the live region to announce the message, even if it's the same as\n * the previously announced message.\n *\n * This is useful when making status updates after a change (e.g. filtering)\n * where the new message might be the same as the old one, but the announcement\n * also serves to tell screen reader users that the action was performed.\n */\n reannounce(): void;\n}\n\nexport default React.forwardRef(function InternalLiveRegion(\n {\n assertive = false,\n hidden = false,\n tagName: TagName = 'div',\n delay,\n sources,\n message,\n children,\n __internalRootRef,\n className,\n ...restProps\n }: InternalLiveRegionProps,\n ref: React.Ref<InternalLiveRegionRef>\n) {\n const baseProps = getBaseProps(restProps);\n const childrenRef = useRef<HTMLSpanElement & HTMLDivElement>(null);\n const mergedRef = useMergeRefs(childrenRef, __internalRootRef);\n\n useEffect(() => {\n // We have to do this because `inert` isn't properly supported until\n // React 19 and this seems much more maintainable than version detection.\n // `inert` is better than `hidden` because it also blocks pointer and\n // focus events as well as hiding the contents from screen readers.\n // https://github.com/facebook/react/issues/17157\n if (childrenRef.current) {\n childrenRef.current.inert = hidden;\n }\n }, [hidden]);\n\n // Initialize the live region controller inside an effect. We have to do this\n // because the controller depends on DOM elements, which aren't available on the\n // server.\n const liveRegionControllerRef = useRef<LiveRegionController | undefined>();\n useEffect(() => {\n const liveRegionController = new LiveRegionController(assertive ? 'assertive' : 'polite');\n liveRegionControllerRef.current = liveRegionController;\n return () => {\n liveRegionController.destroy();\n liveRegionControllerRef.current = undefined;\n };\n }, [assertive]);\n\n const getContent = () => {\n return sources\n ? getSourceContent(sources)\n : message\n ? message\n : childrenRef.current\n ? extractTextContent(childrenRef.current)\n : undefined;\n };\n\n // Call the controller on every render. The controller will deduplicate the\n // message against the previous announcement internally.\n useEffect(() => {\n liveRegionControllerRef.current?.announce({ message: getContent(), delay });\n });\n\n useImperativeHandle(ref, () => ({\n reannounce() {\n liveRegionControllerRef.current?.announce({ message: getContent(), delay, forceReannounce: true });\n },\n }));\n\n return (\n <TagName ref={mergedRef} {...baseProps} className={clsx(styles.root, className)} hidden={hidden}>\n {children}\n </TagName>\n );\n});\n\nfunction extractTextContent(node: HTMLElement): string {\n // We use the text content of the node as the announcement text.\n // This only extracts text content from the node including all its children which is enough for now.\n // To make it more powerful, it is possible to create a more sophisticated extractor with respect to\n // ARIA properties to ignore aria-hidden nodes and read ARIA labels from the live content.\n return (node.textContent || '').replace(/\\s+/g, ' ').trim();\n}\n\nfunction getSourceContent(source: ReadonlyArray<string | React.RefObject<HTMLElement> | undefined>): string {\n return source\n .map(item => {\n if (!item || typeof item === 'string') {\n return item;\n }\n if (item.current) {\n return extractTextContent(item.current);\n }\n })\n .filter(Boolean)\n .join(' ');\n}\n"]}
|
|
@@ -2,10 +2,152 @@
|
|
|
2
2
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
3
|
SPDX-License-Identifier: Apache-2.0
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
/*
|
|
6
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
|
+
SPDX-License-Identifier: Apache-2.0
|
|
8
|
+
*/
|
|
9
|
+
/*
|
|
10
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
11
|
+
SPDX-License-Identifier: Apache-2.0
|
|
12
|
+
*/
|
|
13
|
+
/*
|
|
14
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
15
|
+
SPDX-License-Identifier: Apache-2.0
|
|
16
|
+
*/
|
|
17
|
+
/*
|
|
18
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
19
|
+
SPDX-License-Identifier: Apache-2.0
|
|
20
|
+
*/
|
|
21
|
+
/*
|
|
22
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
23
|
+
SPDX-License-Identifier: Apache-2.0
|
|
24
|
+
*/
|
|
25
|
+
/*
|
|
26
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
27
|
+
SPDX-License-Identifier: Apache-2.0
|
|
28
|
+
*/
|
|
29
|
+
/*
|
|
30
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
31
|
+
SPDX-License-Identifier: Apache-2.0
|
|
32
|
+
*/
|
|
33
|
+
/*
|
|
34
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
35
|
+
SPDX-License-Identifier: Apache-2.0
|
|
36
|
+
*/
|
|
37
|
+
/*
|
|
38
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
39
|
+
SPDX-License-Identifier: Apache-2.0
|
|
40
|
+
*/
|
|
41
|
+
/*
|
|
42
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
43
|
+
SPDX-License-Identifier: Apache-2.0
|
|
44
|
+
*/
|
|
45
|
+
/*
|
|
46
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
47
|
+
SPDX-License-Identifier: Apache-2.0
|
|
48
|
+
*/
|
|
49
|
+
/*
|
|
50
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
51
|
+
SPDX-License-Identifier: Apache-2.0
|
|
52
|
+
*/
|
|
53
|
+
/*
|
|
54
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
55
|
+
SPDX-License-Identifier: Apache-2.0
|
|
56
|
+
*/
|
|
57
|
+
/*
|
|
58
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
59
|
+
SPDX-License-Identifier: Apache-2.0
|
|
60
|
+
*/
|
|
61
|
+
/*
|
|
62
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
63
|
+
SPDX-License-Identifier: Apache-2.0
|
|
64
|
+
*/
|
|
65
|
+
/*
|
|
66
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
67
|
+
SPDX-License-Identifier: Apache-2.0
|
|
68
|
+
*/
|
|
69
|
+
/*
|
|
70
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
71
|
+
SPDX-License-Identifier: Apache-2.0
|
|
72
|
+
*/
|
|
73
|
+
/*
|
|
74
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
75
|
+
SPDX-License-Identifier: Apache-2.0
|
|
76
|
+
*/
|
|
77
|
+
/*
|
|
78
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
79
|
+
SPDX-License-Identifier: Apache-2.0
|
|
80
|
+
*/
|
|
81
|
+
/*
|
|
82
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
83
|
+
SPDX-License-Identifier: Apache-2.0
|
|
84
|
+
*/
|
|
85
|
+
/*
|
|
86
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
87
|
+
SPDX-License-Identifier: Apache-2.0
|
|
88
|
+
*/
|
|
89
|
+
/*
|
|
90
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
|
+
SPDX-License-Identifier: Apache-2.0
|
|
92
|
+
*/
|
|
93
|
+
/*
|
|
94
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
|
+
SPDX-License-Identifier: Apache-2.0
|
|
96
|
+
*/
|
|
97
|
+
/*
|
|
98
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
99
|
+
SPDX-License-Identifier: Apache-2.0
|
|
100
|
+
*/
|
|
101
|
+
/*
|
|
102
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
103
|
+
SPDX-License-Identifier: Apache-2.0
|
|
104
|
+
*/
|
|
105
|
+
/*
|
|
106
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
107
|
+
SPDX-License-Identifier: Apache-2.0
|
|
108
|
+
*/
|
|
109
|
+
/*
|
|
110
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
111
|
+
SPDX-License-Identifier: Apache-2.0
|
|
112
|
+
*/
|
|
113
|
+
/* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
114
|
+
/* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
|
|
115
|
+
/*
|
|
116
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
117
|
+
SPDX-License-Identifier: Apache-2.0
|
|
118
|
+
*/
|
|
119
|
+
/*
|
|
120
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
121
|
+
SPDX-License-Identifier: Apache-2.0
|
|
122
|
+
*/
|
|
123
|
+
/*
|
|
124
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
125
|
+
SPDX-License-Identifier: Apache-2.0
|
|
126
|
+
*/
|
|
127
|
+
/*
|
|
128
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
129
|
+
SPDX-License-Identifier: Apache-2.0
|
|
130
|
+
*/
|
|
131
|
+
/*
|
|
132
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
133
|
+
SPDX-License-Identifier: Apache-2.0
|
|
134
|
+
*/
|
|
135
|
+
/*
|
|
136
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
137
|
+
SPDX-License-Identifier: Apache-2.0
|
|
138
|
+
*/
|
|
139
|
+
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
140
|
+
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
141
|
+
.awsui_root_3bgfn_di2un_141:not(#\9) {
|
|
142
|
+
display: contents;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.awsui_root_3bgfn_di2un_141[hidden]:not(#\9) {
|
|
146
|
+
display: none;
|
|
7
147
|
}
|
|
8
148
|
|
|
9
|
-
.
|
|
10
|
-
|
|
149
|
+
.awsui_announcer_3bgfn_di2un_149:not(#\9) {
|
|
150
|
+
position: absolute !important;
|
|
151
|
+
inset-block-start: -9999px !important;
|
|
152
|
+
inset-inline-start: -9999px !important;
|
|
11
153
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"
|
|
5
|
+
"root": "awsui_root_3bgfn_di2un_141",
|
|
6
|
+
"announcer": "awsui_announcer_3bgfn_di2un_149"
|
|
7
7
|
};
|
|
8
8
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
package/pie-chart/pie-chart.js
CHANGED
|
@@ -10,7 +10,7 @@ import ChartPopover from '../internal/components/chart-popover';
|
|
|
10
10
|
import ChartPopoverFooter from '../internal/components/chart-popover-footer';
|
|
11
11
|
import SeriesDetails from '../internal/components/chart-series-details';
|
|
12
12
|
import SeriesMarker from '../internal/components/chart-series-marker';
|
|
13
|
-
import
|
|
13
|
+
import InternalLiveRegion from '../internal/components/live-region/internal';
|
|
14
14
|
import { useHeightMeasure } from '../internal/hooks/container-queries/use-height-measure';
|
|
15
15
|
import { useUniqueId } from '../internal/hooks/use-unique-id';
|
|
16
16
|
import { useVisualRefresh } from '../internal/hooks/use-visual-mode';
|
|
@@ -199,6 +199,6 @@ export default ({ fitHeight, height: explicitHeight, variant, size, width, i18nS
|
|
|
199
199
|
popoverData.series.label)), trackRef: popoverData.trackRef, trackKey: popoverData.series.index, dismissButton: pinnedSegment !== null, dismissAriaLabel: i18nStrings.detailPopoverDismissAriaLabel, onDismiss: onPopoverDismiss, container: ((_b = plotRef.current) === null || _b === void 0 ? void 0 : _b.svg) || null, size: detailPopoverSize, onMouseLeave: checkMouseLeave, onBlur: onApplicationBlur },
|
|
200
200
|
popoverContent,
|
|
201
201
|
detailPopoverFooterContent && React.createElement(ChartPopoverFooter, null, detailPopoverFooterContent))),
|
|
202
|
-
React.createElement(
|
|
202
|
+
React.createElement(InternalLiveRegion, { sources: [popoverContentRef] })));
|
|
203
203
|
};
|
|
204
204
|
//# sourceMappingURL=pie-chart.js.map
|