@watermarkinsights/ripple 5.23.0-alpha.0 → 5.23.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{app-globals-d75466f5.js → app-globals-b4f32f90.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/priv-calendar.cjs.entry.js +25 -12
- package/dist/cjs/priv-chart-popover_2.cjs.entry.js +2 -2
- package/dist/cjs/priv-navigator-button.cjs.entry.js +1 -1
- package/dist/cjs/priv-navigator-item.cjs.entry.js +1 -1
- package/dist/cjs/priv-option-list.cjs.entry.js +1 -1
- package/dist/cjs/ripple.cjs.js +2 -2
- package/dist/cjs/wm-action-menu_2.cjs.entry.js +2 -2
- package/dist/cjs/wm-button.cjs.entry.js +1 -1
- package/dist/cjs/wm-chart-bar.cjs.entry.js +7 -7
- package/dist/cjs/wm-file-list.cjs.entry.js +1 -1
- package/dist/cjs/wm-file.cjs.entry.js +1 -1
- package/dist/cjs/wm-flyout.cjs.entry.js +1 -1
- package/dist/cjs/wm-input.cjs.entry.js +1 -1
- package/dist/cjs/wm-modal-pss_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-modal_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-navigation_3.cjs.entry.js +4 -4
- package/dist/cjs/wm-nested-select.cjs.entry.js +3 -3
- package/dist/cjs/wm-optgroup.cjs.entry.js +1 -1
- package/dist/cjs/wm-option_2.cjs.entry.js +51 -32
- package/dist/cjs/wm-pagination.cjs.entry.js +1 -1
- package/dist/cjs/wm-search.cjs.entry.js +2 -2
- package/dist/cjs/wm-snackbar.cjs.entry.js +2 -2
- package/dist/cjs/wm-tab-item_3.cjs.entry.js +6 -6
- package/dist/cjs/wm-tag-input.cjs.entry.js +2 -2
- package/dist/cjs/wm-textarea.cjs.entry.js +1 -1
- package/dist/cjs/wm-timepicker.cjs.entry.js +2 -2
- package/dist/cjs/wm-toggletip.cjs.entry.js +3 -3
- package/dist/cjs/wm-uploader.cjs.entry.js +2 -2
- package/dist/collection/components/charts/priv-chart-popover/priv-chart-popover.js +2 -2
- package/dist/collection/components/charts/wm-chart-bar/wm-chart-bar.css +5 -3
- package/dist/collection/components/charts/wm-chart-bar/wm-chart-bar.js +7 -7
- package/dist/collection/components/charts/wm-chart-legend/wm-chart-legend.js +2 -2
- package/dist/collection/components/datepickers/priv-calendar/priv-calendar.js +30 -12
- package/dist/collection/components/selects/priv-option-list/priv-option-list.js +1 -1
- package/dist/collection/components/selects/wm-nested-select/wm-nested-select.js +3 -3
- package/dist/collection/components/selects/wm-optgroup/wm-optgroup.js +1 -1
- package/dist/collection/components/selects/wm-option/wm-option.js +1 -1
- package/dist/collection/components/selects/wm-select/wm-select.js +50 -31
- package/dist/collection/components/wm-action-menu/wm-action-menu.js +1 -1
- package/dist/collection/components/wm-button/wm-button.js +1 -1
- package/dist/collection/components/wm-file/wm-file.js +1 -1
- package/dist/collection/components/wm-file-list/wm-file-list.js +1 -1
- package/dist/collection/components/wm-flyout/wm-flyout.js +1 -1
- package/dist/collection/components/wm-input/wm-input.js +1 -1
- package/dist/collection/components/wm-menuitem/wm-menuitem.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-footer.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal-header.js +1 -1
- package/dist/collection/components/wm-modal/wm-modal.js +2 -2
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-footer.js +1 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss-header.js +1 -1
- package/dist/collection/components/wm-modal-pss/wm-modal-pss.js +2 -2
- package/dist/collection/components/wm-navigation/wm-navigation-hamburger.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation-item.js +1 -1
- package/dist/collection/components/wm-navigation/wm-navigation.js +2 -2
- package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.js +1 -1
- package/dist/collection/components/wm-navigator/priv-navigator-item/priv-navigator-item.js +1 -1
- package/dist/collection/components/wm-pagination/wm-pagination.js +1 -1
- package/dist/collection/components/wm-search/wm-search.js +2 -2
- package/dist/collection/components/wm-snackbar/wm-snackbar.js +2 -2
- package/dist/collection/components/wm-tabs/wm-tab-item/wm-tab-item.js +2 -2
- package/dist/collection/components/wm-tabs/wm-tab-list/wm-tab-list.js +3 -3
- package/dist/collection/components/wm-tabs/wm-tab-panel/wm-tab-panel.js +1 -1
- package/dist/collection/components/wm-tag-input/wm-tag-input.js +2 -2
- package/dist/collection/components/wm-textarea/wm-textarea.js +1 -1
- package/dist/collection/components/wm-timepicker/wm-timepicker.js +2 -2
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +3 -3
- package/dist/collection/components/wm-uploader/wm-uploader.js +2 -2
- package/dist/collection/dev/chart-bar.js +8 -8
- package/dist/esm/{app-globals-be942f12.js → app-globals-fc98aff2.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/priv-calendar.entry.js +26 -13
- package/dist/esm/priv-chart-popover_2.entry.js +2 -2
- package/dist/esm/priv-navigator-button.entry.js +1 -1
- package/dist/esm/priv-navigator-item.entry.js +1 -1
- package/dist/esm/priv-option-list.entry.js +1 -1
- package/dist/esm/ripple.js +2 -2
- package/dist/esm/wm-action-menu_2.entry.js +2 -2
- package/dist/esm/wm-button.entry.js +1 -1
- package/dist/esm/wm-chart-bar.entry.js +7 -7
- package/dist/esm/wm-file-list.entry.js +1 -1
- package/dist/esm/wm-file.entry.js +1 -1
- package/dist/esm/wm-flyout.entry.js +1 -1
- package/dist/esm/wm-input.entry.js +1 -1
- package/dist/esm/wm-modal-pss_3.entry.js +4 -4
- package/dist/esm/wm-modal_3.entry.js +4 -4
- package/dist/esm/wm-navigation_3.entry.js +4 -4
- package/dist/esm/wm-nested-select.entry.js +3 -3
- package/dist/esm/wm-optgroup.entry.js +1 -1
- package/dist/esm/wm-option_2.entry.js +51 -32
- package/dist/esm/wm-pagination.entry.js +1 -1
- package/dist/esm/wm-search.entry.js +2 -2
- package/dist/esm/wm-snackbar.entry.js +2 -2
- package/dist/esm/wm-tab-item_3.entry.js +6 -6
- package/dist/esm/wm-tag-input.entry.js +2 -2
- package/dist/esm/wm-textarea.entry.js +1 -1
- package/dist/esm/wm-timepicker.entry.js +2 -2
- package/dist/esm/wm-toggletip.entry.js +3 -3
- package/dist/esm/wm-uploader.entry.js +2 -2
- package/dist/esm-es5/{app-globals-be942f12.js → app-globals-fc98aff2.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/priv-calendar.entry.js +1 -1
- package/dist/esm-es5/priv-chart-popover_2.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-button.entry.js +1 -1
- package/dist/esm-es5/priv-navigator-item.entry.js +1 -1
- package/dist/esm-es5/priv-option-list.entry.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
- package/dist/esm-es5/wm-button.entry.js +1 -1
- package/dist/esm-es5/wm-chart-bar.entry.js +1 -1
- package/dist/esm-es5/wm-file-list.entry.js +1 -1
- package/dist/esm-es5/wm-file.entry.js +1 -1
- package/dist/esm-es5/wm-flyout.entry.js +1 -1
- package/dist/esm-es5/wm-input.entry.js +1 -1
- package/dist/esm-es5/wm-modal-pss_3.entry.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/esm-es5/wm-navigation_3.entry.js +1 -1
- package/dist/esm-es5/wm-nested-select.entry.js +1 -1
- package/dist/esm-es5/wm-optgroup.entry.js +1 -1
- package/dist/esm-es5/wm-option_2.entry.js +1 -1
- package/dist/esm-es5/wm-pagination.entry.js +1 -1
- package/dist/esm-es5/wm-search.entry.js +1 -1
- package/dist/esm-es5/wm-snackbar.entry.js +1 -1
- package/dist/esm-es5/wm-tab-item_3.entry.js +1 -1
- package/dist/esm-es5/wm-tag-input.entry.js +1 -1
- package/dist/esm-es5/wm-textarea.entry.js +1 -1
- package/dist/esm-es5/wm-timepicker.entry.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/esm-es5/wm-uploader.entry.js +1 -1
- package/dist/ripple/{p-9dc0fcd6.system.entry.js → p-00a9e425.system.entry.js} +1 -1
- package/dist/ripple/{p-377cf709.entry.js → p-0a226179.entry.js} +1 -1
- package/dist/ripple/{p-909f8797.entry.js → p-1641d37f.entry.js} +1 -1
- package/dist/ripple/p-1720b84f.entry.js +1 -0
- package/dist/ripple/p-1eae5841.entry.js +1 -0
- package/dist/ripple/{p-575f24e8.system.entry.js → p-1feb49af.system.entry.js} +1 -1
- package/dist/ripple/{p-8c20ccd2.entry.js → p-23ca86c6.entry.js} +1 -1
- package/dist/ripple/{p-2e71fe42.entry.js → p-25c56231.entry.js} +1 -1
- package/dist/ripple/{p-15ab0cf9.system.entry.js → p-278accdb.system.entry.js} +1 -1
- package/dist/ripple/{p-77de2d9e.system.entry.js → p-2f925b25.system.entry.js} +1 -1
- package/dist/ripple/{p-78edd963.entry.js → p-30f1afd4.entry.js} +1 -1
- package/dist/ripple/{p-bc271e17.system.entry.js → p-366f3ff0.system.entry.js} +1 -1
- package/dist/ripple/{p-7ee3f5ab.system.entry.js → p-3b505b32.system.entry.js} +1 -1
- package/dist/ripple/{p-8d858325.system.entry.js → p-4934d53f.system.entry.js} +1 -1
- package/dist/ripple/{p-1c9c0cf2.system.entry.js → p-4eb3a4a9.system.entry.js} +1 -1
- package/dist/ripple/{p-1124978e.system.entry.js → p-55cdf672.system.entry.js} +1 -1
- package/dist/ripple/{p-84d88288.entry.js → p-5b0fe876.entry.js} +1 -1
- package/dist/ripple/{p-1802aedc.system.entry.js → p-5c658003.system.entry.js} +1 -1
- package/dist/ripple/{p-32f95573.system.entry.js → p-5f822c17.system.entry.js} +1 -1
- package/dist/ripple/{p-bd4a3dd8.system.entry.js → p-62cdc8c6.system.entry.js} +1 -1
- package/dist/ripple/{p-dcb1935c.entry.js → p-6646191c.entry.js} +1 -1
- package/dist/ripple/{p-34574dc8.system.entry.js → p-6a6e4645.system.entry.js} +1 -1
- package/dist/ripple/{p-576f4d06.system.entry.js → p-6c01961b.system.entry.js} +1 -1
- package/dist/ripple/{p-d4877cbc.system.entry.js → p-7457705b.system.entry.js} +1 -1
- package/dist/ripple/{p-0b2a0825.system.entry.js → p-74b5624a.system.entry.js} +1 -1
- package/dist/ripple/{p-bf83369d.system.entry.js → p-79e2e6f0.system.entry.js} +1 -1
- package/dist/ripple/{p-1430f504.entry.js → p-7c0e1ef6.entry.js} +1 -1
- package/dist/ripple/{p-cf845266.entry.js → p-7e56aca4.entry.js} +1 -1
- package/dist/ripple/{p-c4e4a44c.entry.js → p-7f333b52.entry.js} +1 -1
- package/dist/ripple/{p-0ef91339.entry.js → p-842dcfd6.entry.js} +1 -1
- package/dist/ripple/{p-f2a1f116.entry.js → p-84d41f0e.entry.js} +1 -1
- package/dist/ripple/{p-7e0efb95.entry.js → p-8c0ba5b7.entry.js} +1 -1
- package/dist/ripple/{p-26d92a96.system.entry.js → p-8dd40c17.system.entry.js} +1 -1
- package/dist/ripple/{p-b313c3d3.system.entry.js → p-8f4fcdf4.system.entry.js} +1 -1
- package/dist/ripple/{p-d62f5fd3.entry.js → p-95677d9b.entry.js} +1 -1
- package/dist/ripple/{p-966f2c9e.entry.js → p-9bcdb6ae.entry.js} +1 -1
- package/dist/ripple/{p-3e10eb3d.entry.js → p-9bf3d4f1.entry.js} +1 -1
- package/dist/ripple/{p-f6d60ed8.system.entry.js → p-acdfbdb8.system.entry.js} +1 -1
- package/dist/ripple/{p-21114d99.entry.js → p-aecb621d.entry.js} +1 -1
- package/dist/ripple/{p-4c727f0f.system.js → p-b3cd31d2.system.js} +1 -1
- package/dist/ripple/{p-d6ca433c.entry.js → p-b9a55887.entry.js} +1 -1
- package/dist/ripple/{p-b4ce79cd.entry.js → p-bb3d887c.entry.js} +1 -1
- package/dist/ripple/{p-0ad87064.system.entry.js → p-bf42cf44.system.entry.js} +1 -1
- package/dist/ripple/{p-3989274d.system.entry.js → p-c40d4678.system.entry.js} +1 -1
- package/dist/ripple/{p-1806bab8.system.js → p-cea257ee.system.js} +1 -1
- package/dist/ripple/{p-cab65a05.system.entry.js → p-d404695d.system.entry.js} +1 -1
- package/dist/ripple/{p-efe93044.entry.js → p-d4fe10ec.entry.js} +1 -1
- package/dist/ripple/{p-0abc1b51.system.entry.js → p-d5e5c55a.system.entry.js} +1 -1
- package/dist/ripple/{p-5a5456e8.js → p-d7accb51.js} +1 -1
- package/dist/ripple/{p-6394d25d.entry.js → p-dddeb54c.entry.js} +1 -1
- package/dist/ripple/{p-6d375c14.system.entry.js → p-e2a2f3ca.system.entry.js} +1 -1
- package/dist/ripple/{p-6ea645ee.system.entry.js → p-e7988695.system.entry.js} +1 -1
- package/dist/ripple/{p-35ef7bba.entry.js → p-f41341a0.entry.js} +1 -1
- package/dist/ripple/{p-b089276a.entry.js → p-f55de899.entry.js} +1 -1
- package/dist/ripple/{p-ad8132aa.entry.js → p-f63ef9c1.entry.js} +1 -1
- package/dist/ripple/{p-8888e7f0.system.entry.js → p-fab7195d.system.entry.js} +1 -1
- package/dist/ripple/{p-51cd1c0f.entry.js → p-ff70ddd9.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/datepickers/priv-calendar/priv-calendar.d.ts +5 -1
- package/dist/types/components/selects/wm-select/wm-select.d.ts +4 -2
- package/dist/types/global/interfaces.d.ts +2 -3
- package/package.json +3 -3
- package/dist/ripple/p-157468c5.entry.js +0 -1
- package/dist/ripple/p-a68d6bed.entry.js +0 -1
|
@@ -131,11 +131,11 @@ const Modal = class {
|
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
render() {
|
|
134
|
-
return (index.h("dialog", { key: '
|
|
134
|
+
return (index.h("dialog", { key: '7e79523b945c00909991a3dcfecfda79e92c882b', class: `${"wm-" + this.modalType}`, "aria-labelledby": `wm-modal-heading-text-${this.uid}`, ref: (el) => (this.dialogEl = el), onKeyDown: (ev) => this.handleKeyDown(ev) }, index.h("div", { key: 'c032006260d0c083a5b796e20705cb99f6fa44b9', class: "tabtrap sr-only", tabindex: "0", onFocus: (ev) => {
|
|
135
135
|
const focusedFromCloseButton = ev.relatedTarget && ev.relatedTarget == this.closeButtonEl;
|
|
136
136
|
// no related target means we're coming from outside the page (browser chrome), and first element should be focused instead
|
|
137
137
|
focusedFromCloseButton ? this.focusLastElement.emit() : this.focusFirstElement.emit();
|
|
138
|
-
} }), !this.hasBrowserPopoverSupport && index.h("div", { key: '
|
|
138
|
+
} }), !this.hasBrowserPopoverSupport && index.h("div", { key: '384ed4e4fa347e50d1f9c78a3c1d84d6dab9f34a', class: "wm-tooltip" }), index.h("slot", { key: '6ec6ba8b0b90db721ff1e29db8f259d2f1cff6d0' }), index.h("div", { key: '3795b7025286e5d4f542cfccad9c6851d2f22a8d', class: "tabtrap sr-only", tabindex: "0", onFocus: () => {
|
|
139
139
|
this.focusFirstElement.emit();
|
|
140
140
|
} })));
|
|
141
141
|
}
|
|
@@ -182,7 +182,7 @@ const ModalFooter = class {
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
render() {
|
|
185
|
-
return (index.h("div", { key: '
|
|
185
|
+
return (index.h("div", { key: '09a767c503fd0c29d548b626ce5d4e9f2dc05fab', class: `wm-wrapper ${this.infoText ? " footer-text" : ""}` }, index.h("div", { key: '2fb279caa8ab8d71959d218dbae28c614acce8e5', class: "wm-info", "aria-live": "polite" }, this.infoText), index.h("div", { key: '5f182514fc8bfa243ff630f6638ae27500f89c21', class: "wm-button-collection" }, this.secondaryText && (index.h("wm-button", { key: 'b27dc355a2794a0ca63774a80132aee49809762a', onClick: () => this.emitParentSecondaryEvent(), id: `wm-secondary-${this.uid}`, ref: (el) => (this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.secondaryText)), index.h("wm-button", { key: 'd03404a339209bae2fbd181227ac18c547667570', "button-type": this.deleteStyle ? "secondary" : "primary", "permanently-delete": this.deleteStyle, onClick: () => this.emitParentPrimaryEvent(), disabled: this.primaryActionDisabled, id: `wm-primary-${this.uid}`, ref: (el) => (!this.primaryActionDisabled ? (this.lastElement = el) : undefined) }, this.primaryText))));
|
|
186
186
|
}
|
|
187
187
|
get el() { return index.getElement(this); }
|
|
188
188
|
};
|
|
@@ -214,7 +214,7 @@ const ModalHeader = class {
|
|
|
214
214
|
parentModal.emitCloseEvent();
|
|
215
215
|
}
|
|
216
216
|
render() {
|
|
217
|
-
return (index.h(index.Host, { key: '
|
|
217
|
+
return (index.h(index.Host, { key: 'fdd199695b2ceb94f64a277ceae16c596b406071' }, index.h("div", { key: '40e435da7701bf5a174028a153b5a040338ec0ed', class: "wm-wrapper" }, index.h("div", { key: '51f7b66ec56a8e977bdc75e84734a63b869ba53b' }, index.h("h2", { key: '23abdc0aba1d5ee84a66c6cf9facaf6c61f8ccc2', class: "title", id: `wm-modal-heading-text-${this.uid}` }, this.heading, index.h("span", { key: 'bcbb5454236dc3e51f66e08ce156a28a13335eb7', class: "subtitle" }, this.subheading))), index.h("wm-button", { key: '9390af056a9a0ce8da6d8387409c73d6b5535942', "button-type": "navigational", icon: "#close", tooltip: intl.globalMessages.close, "tooltip-position": "left", id: `wm-modal-close-${this.uid}`, ref: (el) => (this.closeButtonEl = el), onClick: () => this.emitParentCloseEvent() }))));
|
|
218
218
|
}
|
|
219
219
|
get el() { return index.getElement(this); }
|
|
220
220
|
};
|
|
@@ -106,9 +106,9 @@ const Navigation = class {
|
|
|
106
106
|
} }));
|
|
107
107
|
}
|
|
108
108
|
render() {
|
|
109
|
-
return (index.h(index.Host, { key: '
|
|
109
|
+
return (index.h(index.Host, { key: '40e8ea08dd4de4b325b8157563b2053448ca90f5', role: "navigation", "aria-expanded": this.ariaExpanded, "aria-label": this.mainNavigationMessage }, this.open ? this.renderOverlay() : "", this.isCollapsible && (index.h("div", { key: '906975fbaad775dde78cf94e7ace20caa32027f6', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.focusLastItem() })), index.h("div", { key: '29a269e61ef8ca8bcccf1d4bbfe7d3c6f8ba2758', class: "tray" }, index.h("div", { key: '38b207f710cc26163b7eff2ad3eca963f5bdab3c', class: "toggle-wrapper" }, index.h("wm-button", { key: 'f5bae797529433205ec8abd0f025db335277e3df', ref: (el) => (this.toggleEl = el), class: "toggle", "button-type": "navigational", icon: this.open ? "#close" : "#menu", "icon-size": "2rem", tooltip: this.open ? intl.globalMessages.close : intl.globalMessages.open, "tooltip-position": "right", tabIndex: this.open ? undefined : -1, onClick: () => {
|
|
110
110
|
this.open = !this.open;
|
|
111
|
-
} })), index.h("ul", { key: '
|
|
111
|
+
} })), index.h("ul", { key: '956f80bb6f1f873186e9787836c0748fbd6de708', class: "navlist" }, index.h("slot", { key: '4846ab62c5a8cd2d76b3b74f6fa9370ea12ff7de' }))), this.isCollapsible && (index.h("div", { key: '9639e7b704cc88fd8227aa4a30cd88d21951c015', class: "trapfocus", tabindex: this.open ? 0 : undefined, onFocus: () => this.toggleEl.focus() }))));
|
|
112
112
|
}
|
|
113
113
|
static get delegatesFocus() { return true; }
|
|
114
114
|
get el() { return index.getElement(this); }
|
|
@@ -157,7 +157,7 @@ const NavigationHamburger = class {
|
|
|
157
157
|
this.wmNavigationHamburgerClicked.emit();
|
|
158
158
|
}
|
|
159
159
|
render() {
|
|
160
|
-
return (index.h(index.Host, { key: '
|
|
160
|
+
return (index.h(index.Host, { key: '37f512ffa18761c2a10204012171d5ba352c28ef', class: `hamburger ${this.open ? "nav-open" : "nav-closed"}` }, index.h("button", { key: '755bce6170da2475c2bf6ef648cf16498ab60eeb', "aria-expanded": this.open, "aria-label": this.showNavMessage, onMouseEnter: () => functions.showTooltip("right", this.el, this.showNavMessage), onMouseLeave: () => functions.hideTooltip(), onFocus: () => this.isTabbing && functions.showTooltip("right", this.el, this.showNavMessage), onBlur: () => functions.hideTooltip(), onClick: () => this.handleClick() }, index.h("span", { key: 'e66062eb9341bad68269b6e446a7b07478e9221a', class: "svg-icon svg-menu" }))));
|
|
161
161
|
}
|
|
162
162
|
static get delegatesFocus() { return true; }
|
|
163
163
|
get el() { return index.getElement(this); }
|
|
@@ -176,7 +176,7 @@ const NavigationItem = class {
|
|
|
176
176
|
this.active = undefined;
|
|
177
177
|
}
|
|
178
178
|
render() {
|
|
179
|
-
return (index.h(index.Host, { key: '
|
|
179
|
+
return (index.h(index.Host, { key: '4e606df3119b6f8ccaed56affc38852ceaea8c41', role: "listitem" }, index.h("a", { key: '7a29df7fc9f86c11322f05aef0640bd734074b36', class: `link ${this.active ? "active" : ""}`, href: this.href, onClick: () => this.wmNavigationItemClicked.emit() }, index.h("div", { key: 'd3d72b08a32e41f4fb27122d5dda1ca1a456e822', class: "icon", "aria-hidden": "true" }, index.h("slot", { key: 'a92895fc556c0013348b5053c5eb53f18f70a8d5' })), index.h("div", { key: '341345b952f853c45253f61debed8cbff5bd5bdd', class: "text" }, this.text))));
|
|
180
180
|
}
|
|
181
181
|
static get delegatesFocus() { return true; }
|
|
182
182
|
get el() { return index.getElement(this); }
|
|
@@ -301,16 +301,16 @@ const NestedSelect = class {
|
|
|
301
301
|
this.isExpanded ? this.close() : this.open();
|
|
302
302
|
},
|
|
303
303
|
};
|
|
304
|
-
return (index.h(index.Host, { key: '
|
|
304
|
+
return (index.h(index.Host, { key: 'f9d5f5938c7616ca8a21830e26fa97389bedce0e', onBlur: (ev) => this.handleComponentBlur(ev) }, index.h("div", { key: '101141bb02e455b57b0fc7a32cd14767281de1fe', class: `wrapper ${functions.getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: 'deb21859c85dfdae5e9449785417142463fa653d', class: "label-wrapper" }, index.h("label", { key: 'ec765e72aac1232a99585c65d4187a390f675235', class: "label", id: "label", htmlFor: "selectbtn", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label),
|
|
305
305
|
// we can't use aria-required because the listbox is in a sub-component and it is not announced
|
|
306
|
-
this.requiredField ? (index.h("span", { class: "required" }, index.h("span", { class: "sr-only" }, intl.globalMessages.requiredField), index.h("span", { "aria-hidden": "true" }, "*"))) : ("")), index.h("div", { key: '
|
|
306
|
+
this.requiredField ? (index.h("span", { class: "required" }, index.h("span", { class: "sr-only" }, intl.globalMessages.requiredField), index.h("span", { "aria-hidden": "true" }, "*"))) : ("")), index.h("div", { key: '0735159dcea1c3cdf9145e18b224fedf90cd3ed7', class: "button-wrapper" }, index.h("button", Object.assign({ key: '4326702188583f9c210257f7e95dcee3d501825e' }, buttonProps, { class: "displayedoption", ref: (el) => (this.buttonEl = el), onBlur: (ev) => this.handleButtonBlur(ev) }), index.h("span", { key: 'f3fb5f069b0ec70419c0ade0a1c520e8da79c453', class: "overflowcontrol" }, index.h("span", { key: '4da352b8a0312287ae27205731c7d46ff2cac88e', class: "button-text" }, this.renderButtonText())), index.h("div", { key: 'f85e648f0da497df4d906a262bba62b2fbe3c5db', class: `expand-icon svg-icon ${this.isExpanded ? "svg-expand-less" : "svg-expand-more"}` }), this.renderOverflowCount(), index.h("div", { key: '7ab45a7201b3375d59ddef5ac86a2c0fea438662', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), index.h("div", { key: 'a3153d330243404ed4c4dd931a182cc47f2a5672', class: `dropdown ${this.openUp ? "upwards" : ""}`, ref: (el) => (this.dropdownEl = el) }, this.renderClearSelectionButton(), index.h("div", { key: 'e106169ebfbe226b886d972f41e3a93d88ed8f26', ref: (el) => (this.menuEl = el), id: "menu", role: "menu", class: this.isGroupExpanded ? "hidden" : "", style: { "--max-height": this.constrainedMaxHeight }, tabIndex: -1 }, this.optgroupEls.map((optgroupEl) => {
|
|
307
307
|
return (index.h("button", { class: `menuitem group-btn ${optgroupEl.disabled ? "disabled" : ""}`, role: "menuitem", "data-label": optgroupEl.label, tabindex: -1, "aria-disabled": optgroupEl.disabled, onClick: () => {
|
|
308
308
|
if (!optgroupEl.disabled) {
|
|
309
309
|
optgroupEl.isExpanded = !optgroupEl.isExpanded;
|
|
310
310
|
index.forceUpdate(this.el);
|
|
311
311
|
}
|
|
312
312
|
}, onKeyDown: (ev) => this.handleMenuitemKeydown(ev) }, index.h("div", { class: "option-text" }, index.h("span", null, optgroupEl.label), this.renderSelectionCount(optgroupEl), optgroupEl.disabled && index.h("div", { class: "disabled-indication" }, "Disabled")), index.h("div", { class: "svg-icon svg-next" })));
|
|
313
|
-
})), index.h("div", { key: '
|
|
313
|
+
})), index.h("div", { key: 'ba3ad38b66537f365379921ebcec8f630c934a93', class: `option-list-wrapper ${this.isGroupExpanded ? "" : "hidden"}` }, index.h("slot", { key: 'b0083c7e49ba59f7a36459b599f79a89121c09e5' }))), index.h("div", { key: '4ccb451822e5ace5e34a96f2560d936b6c02b9ad', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage))), index.h("div", { key: 'cdca96e717a912c022096a9c781199fabc040a43', id: "nestedselect-announcement", "aria-live": "assertive", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
314
314
|
}
|
|
315
315
|
static get delegatesFocus() { return true; }
|
|
316
316
|
get el() { return index.getElement(this); }
|
|
@@ -61,7 +61,7 @@ const Optgroup = class {
|
|
|
61
61
|
functions.handleDisabledAttribute(this.el, this.isDisabled);
|
|
62
62
|
}
|
|
63
63
|
render() {
|
|
64
|
-
return (index.h(index.Host, { key: '
|
|
64
|
+
return (index.h(index.Host, { key: 'f26edb066ca14bbad62dc07198651d180be2ed3b' }, index.h("div", { key: '202a27a0d33c34b861e28cfe08407225589905e9', class: `list-wrapper` }, index.h("priv-option-list", { key: '68a0f5992c24ee62ca7539ba900afeda25f313e5', ref: (el) => (this.optionListEl = el), multiple: this.parentNestedSelect.multiple, search: this.parentNestedSelect.search, maxHeight: this.parentNestedSelect.constrainedMaxHeight, searchPlaceholder: this.parentNestedSelect.searchPlaceholder, optgroupLabel: this.label, selectAll: this.parentNestedSelect.selectAll, onOptionListAllSelected: () => this.wmOptgroupAllSelected.emit(), onOptionListAllDeselected: () => this.wmOptgroupAllDeselected.emit() }, index.h("slot", { key: '8f445e06b048ccd6e49627beb989be9b6c55d651' })))));
|
|
65
65
|
}
|
|
66
66
|
static get delegatesFocus() { return true; }
|
|
67
67
|
get el() { return index.getElement(this); }
|
|
@@ -166,7 +166,7 @@ const Option = class {
|
|
|
166
166
|
this.parentOptionList.addEventListener("optionListSearchChanged", (ev) => this.handleSearch(ev));
|
|
167
167
|
}
|
|
168
168
|
render() {
|
|
169
|
-
return (index.h(index.Host, { key: '
|
|
169
|
+
return (index.h(index.Host, { key: '0a31affb1b8ed02ba38fce11d11b4b0919b97d5c', role: "option", tabindex: this.focused ? 0 : -1, class: this.hostClasses }, index.h("div", { key: 'b7ad9eef86983ba3ace177522f3a42a55a71bfdc', class: `option-wrapper ${this.parentOptionList.multiple ? "checkbox" : ""}` }, this.parentOptionList.multiple && (index.h("div", { key: '5876611c20af1169794db93b30577e48a6ce63df', class: `checkbox svg-icon ${this.selected ? "svg-checkbox-selected" : "svg-checkbox-blank"}` })), index.h("span", { key: 'aef00aca54b33552892d73c51f70c273d9ad4088', class: "option-text", "aria-hidden": "true", ref: (el) => (this.textEl = el) }, this.el.textContent), index.h("span", { key: 'fb6306f9014205ce6f1d2a39ecdbd3f36141584d', class: "sr-only" }, this.el.textContent)), index.h("div", { key: 'af1894e912632a93255b5f90412990f6c0f0924b', class: "subinfo" }, this.subinfo)));
|
|
170
170
|
}
|
|
171
171
|
get el() { return index.getElement(this); }
|
|
172
172
|
static get watchers() { return {
|
|
@@ -455,55 +455,74 @@ const Select = class {
|
|
|
455
455
|
}
|
|
456
456
|
this.announcement = message;
|
|
457
457
|
}
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
458
|
+
handleOverflow() {
|
|
459
|
+
// handle overflow + counter for multiselect
|
|
460
|
+
// this is a fixed measurement accounting for the max width of a 3 character overflow counter
|
|
461
|
+
const overflowCounterWidth = 38;
|
|
462
|
+
const computedStyle = window.getComputedStyle(this.buttonEl);
|
|
463
|
+
// there seems to be no quick way to get an elements width without padding, except for subtracting padding manually
|
|
464
|
+
const paddingLeft = parseInt(computedStyle.getPropertyValue("padding-left").slice(0, -2));
|
|
465
|
+
const paddingRight = parseInt(computedStyle.getPropertyValue("padding-right").slice(0, -2));
|
|
466
|
+
const availableSpace = this.buttonEl.clientWidth - paddingLeft - paddingRight - overflowCounterWidth;
|
|
467
|
+
this.overflowCount = 0;
|
|
468
|
+
this.measurementAreaEl.textContent = this.displayedOptions.map((x) => x.textContent).join(", ");
|
|
469
|
+
let optionsTotalWidth = this.measurementAreaEl.clientWidth;
|
|
470
|
+
while (optionsTotalWidth > availableSpace && this.displayedOptions.length > 1) {
|
|
471
|
+
this.overflowCount++;
|
|
472
|
+
this.displayedOptions.pop();
|
|
473
|
+
this.measurementAreaEl.textContent = this.displayedOptions.map((x) => x.textContent).join(", ");
|
|
474
|
+
optionsTotalWidth = this.measurementAreaEl.clientWidth;
|
|
462
475
|
}
|
|
463
|
-
|
|
464
|
-
|
|
476
|
+
}
|
|
477
|
+
setButtonText() {
|
|
478
|
+
if (!this.multiple) {
|
|
479
|
+
const selEl = this.childOptions.filter((x) => x.selected)[0];
|
|
480
|
+
return selEl ? selEl.textContent : "";
|
|
465
481
|
}
|
|
466
482
|
else {
|
|
467
|
-
|
|
468
|
-
// only bother if things have changed
|
|
483
|
+
this.displayedOptions = this.childOptions.filter((x) => x.selected);
|
|
469
484
|
const hasChanged = this.displayedOptions !== this.previousDisplayedOptions;
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
this.
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
this.
|
|
484
|
-
this.
|
|
485
|
-
|
|
485
|
+
const noDisplayedOptions = this.displayedOptions.length < 1;
|
|
486
|
+
if (noDisplayedOptions) {
|
|
487
|
+
return this.placeholder;
|
|
488
|
+
}
|
|
489
|
+
else if (!this.buttonEl) {
|
|
490
|
+
index.forceUpdate(this.el);
|
|
491
|
+
return "";
|
|
492
|
+
}
|
|
493
|
+
else if (hasChanged) {
|
|
494
|
+
this.handleOverflow();
|
|
495
|
+
// we need to calc overflowcount as we only want to display allSelected message if there is an overflow...
|
|
496
|
+
if (this.overflowCount > 0 && this.allSelected) {
|
|
497
|
+
// ...but it should be reset so it isn't displayed in that case
|
|
498
|
+
this.overflowCount = 0;
|
|
499
|
+
this.buttonText = this.allSelectedMessage;
|
|
500
|
+
}
|
|
501
|
+
else {
|
|
502
|
+
this.buttonText = this.displayedOptions.map((x) => x.textContent).join(", ");
|
|
486
503
|
}
|
|
487
|
-
this.previousDisplayedOptions = this.displayedOptions;
|
|
488
504
|
}
|
|
489
|
-
|
|
505
|
+
this.previousDisplayedOptions = this.displayedOptions;
|
|
506
|
+
// the reason for setting a global variable and returning it
|
|
507
|
+
// is that we need the stored value when displayedOptions haven't changed.
|
|
508
|
+
return this.buttonText; // multiselect value
|
|
490
509
|
}
|
|
491
510
|
}
|
|
492
511
|
renderOverflowCount() {
|
|
493
|
-
if (this.overflowCount > 0
|
|
512
|
+
if (this.overflowCount > 0) {
|
|
494
513
|
return (index.h("span", null, index.h("span", { class: "overflow-counter" }, "+", this.overflowCount)));
|
|
495
514
|
}
|
|
496
515
|
}
|
|
497
516
|
render() {
|
|
498
517
|
const showSubinfo = !this.multiple && this.selectedOptions.length > 0 && this.selectedOptions[0].subinfo;
|
|
499
|
-
return (index.h(index.Host, { key: '
|
|
518
|
+
return (index.h(index.Host, { key: '32eda81294981e2d46b283c469f7373f9984dbdd', onBlur: (ev) => this.handleComponentBlur(ev) }, index.h("div", { key: 'dc3e7f782326beda2517cf8878516d4d23576bf3', class: `wrapper ${functions.getTextDir()} label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: '0ddf3269d861b1d252876b587346739e978117fe', class: "label-wrapper" }, index.h("label", { key: '78493121ecada1718c1f0de42cdc09289d000bc9', class: "label", id: "label", htmlFor: "selectbtn", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label),
|
|
500
519
|
// we can't use aria-required because the listbox is in a sub-component and it is not announced
|
|
501
|
-
this.requiredField && (index.h("span", { key: '
|
|
520
|
+
this.requiredField && (index.h("span", { key: 'dfa3603962893e5fe6542924561fbe31828b694b', class: "required" }, index.h("span", { key: '478a6d2c7e9bb56dea7165a1e762bc3a136c7c1d', class: "sr-only" }, intl.globalMessages.requiredField), index.h("span", { key: '8f3115f4a09dc109ed4580be49e3a704bd643ca0', "aria-hidden": "true" }, "*")))), index.h("div", { key: 'cbe6cc0600f11352dfc81a5a991805e757256906', class: "button-wrapper" }, index.h("button", { key: 'e943b99068a8822a65d8cc8ae6ab61999ac8a511', id: "selectbtn", disabled: this.isDisabled, "aria-labelledby": "label selectbtn", "aria-describedby": "error", popoverTarget: "dropdown", popoverTargetAction: "toggle", class: "displayedoption", ref: (el) => (this.buttonEl = el) }, index.h("span", { key: 'e914e5cc9eabfe311e4ed57ee92744b14e3828e4', class: `overflowcontrol ${showSubinfo ? "hassubinfo" : ""}` }, index.h("span", { key: '095981a63cea28e0dbcdc269401eb511694739f6', class: "button-text" }, this.setButtonText()), showSubinfo && index.h("span", { key: 'd006aadc9c414abf0dfefc05d8fbff9c0fc1c370', class: "subinfo" }, this.selectedOptions[0].subinfo)), index.h("div", { key: '77054ec91448bc021ce4a4bacfa5a1a8130e34d3', class: `expand-icon svg-icon ${this.isExpanded ? "svg-expand-less" : "svg-expand-more"}` }), this.renderOverflowCount(), index.h("div", { key: '1719132ac678c1a8a530e3b7f2fc3c67cd7c73ae', ref: (el) => (this.measurementAreaEl = el), class: "measurement-area", "aria-hidden": "true" })), index.h("div", { key: 'dc968de113b89cdf848d7a231b097a4d2308b357',
|
|
502
521
|
// is-open is for the CSS transition in modern browsers
|
|
503
522
|
// hidden is to wait for position calculations in Firefox
|
|
504
523
|
class: `dropdown ${this.isExpanded ? "is-open" : ""} ${this.isHidden ? "hidden" : ""} ${this.openUp ? "upward" : ""}`, id: "dropdown", popover: "auto", ref: (el) => (this.dropdownEl = el),
|
|
505
524
|
// @ts-ignore -- don't tell typescript but we're in the future
|
|
506
|
-
onToggle: (ev) => this.handleToggle(ev) }, index.h("priv-option-list", { key: '
|
|
525
|
+
onToggle: (ev) => this.handleToggle(ev) }, index.h("priv-option-list", { key: '64518e2aa66f3373417506a4126fcec27de552f5', ref: (el) => (this.optionListEl = el), multiple: this.multiple, search: this.search, selectAll: this.selectAll, maxHeight: this.maxHeight, searchPlaceholder: this.searchPlaceholder, onOptionListCloseRequested: () => {
|
|
507
526
|
this.dropdownEl.hidePopover();
|
|
508
527
|
}, onOptionListAllSelected: () => {
|
|
509
528
|
this.returnFocus = true;
|
|
@@ -511,7 +530,7 @@ const Select = class {
|
|
|
511
530
|
}, onOptionListAllDeselected: () => {
|
|
512
531
|
this.returnFocus = true;
|
|
513
532
|
this.wmSelectAllDeselected.emit();
|
|
514
|
-
} }, index.h("slot", { key: '
|
|
533
|
+
} }, index.h("slot", { key: '138d16484638a094fd0664982e30149888cc3270' }))), index.h("div", { key: 'fc644fe425fc73337558af6dc809893e0574ba9a', id: "error", class: this.errorMessage ? "error-message" : "" }, this.errorMessage), index.h("div", { key: 'a6f373b32a1dc83a788bfd17ee410e23a6d53001', id: "announcement", "aria-live": "polite", "aria-atomic": "true", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement)))));
|
|
515
534
|
}
|
|
516
535
|
static get delegatesFocus() { return true; }
|
|
517
536
|
get el() { return index.getElement(this); }
|
|
@@ -214,7 +214,7 @@ const Pagination = class {
|
|
|
214
214
|
render() {
|
|
215
215
|
return (
|
|
216
216
|
// do not render the component if there's only one page
|
|
217
|
-
this.totalItems > this.itemsPerPage && (index.h("nav", { key: '
|
|
217
|
+
this.totalItems > this.itemsPerPage && (index.h("nav", { key: '0dd1e2de8fe412fcdb1e9dd55ae0aa50182bdc5f', "aria-label": `${this.navigationLabel} ${this.getCurrentPagesInView()}. ${this.currentPageAnnouncement(this.currentPage)}` }, this.isLargeSize ? this.renderLarge() : this.renderSmall(), index.h("div", { key: 'a2b34da3b059df6b42522d19ee4841fc02553fcf', id: "status", class: "sr-only", "aria-live": "polite", "aria-relevant": "text", "aria-atomic": "true" }, this.srAnnouncement))));
|
|
218
218
|
}
|
|
219
219
|
static get delegatesFocus() { return true; }
|
|
220
220
|
get el() { return index.getElement(this); }
|
|
@@ -179,10 +179,10 @@ const Search = class {
|
|
|
179
179
|
* End search and find render helpers
|
|
180
180
|
*/
|
|
181
181
|
render() {
|
|
182
|
-
return (index.h(index.Host, { key: '
|
|
182
|
+
return (index.h(index.Host, { key: '0badc426e30ae7a816fb78fd187060c615adf238' }, index.h("div", { key: '66fe953f705a2c90c628855c0864477e62b3ebf3', id: "wm-search-wrapper", class: `wm-search-wrapper ${this.searchType}` }, index.h("input", { key: '52c205e6873386f5cb270666eb0e6f86aa635549', disabled: this.isDisabled, id: "wm-search-input", placeholder: this.placeholder, "aria-label": `${this.label ? this.label + ". " : ""}${functions.intl.formatMessage({
|
|
183
183
|
id: "search.typeToFilterResults",
|
|
184
184
|
defaultMessage: "Type to filter the results",
|
|
185
|
-
})}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), index.h("span", { key: '
|
|
185
|
+
})}`, onInput: (ev) => this.updateValue(ev.target.value), onBlur: () => this.handleBlur(), "aria-autocomplete": "none", autocomplete: "off", value: this.value }), index.h("span", { key: '71dbaea311e49a6a576787232a10a66da287eb09', class: "svg-icon svg-search" }), this.searchType === "find" && this.renderResultsAndBrowseButtons(), index.h("div", { key: '3e0ede8efc35452092bd42e684a4be6287118e44', id: "wm-search-live", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.resultsLiveRegion = el) }, this.announcement)), this.searchType === "find" && this.renderJumpToLink()));
|
|
186
186
|
}
|
|
187
187
|
static get delegatesFocus() { return true; }
|
|
188
188
|
get el() { return index.getElement(this); }
|
|
@@ -156,11 +156,11 @@ const Snackbar = class {
|
|
|
156
156
|
}, onKeyDown: (ev) => ev.key === "Enter" && this.snackLinkClicked(notification) }, index.h("span", { "aria-hidden": "true" }, notification.link), notification.newWindow && index.h("div", { class: "svg-icon svg-open-in-new" })))), index.h("button", { id: `close-button-${notification.id}`, "aria-label": this.closeSnackMessage, class: "closesnack", tabindex: notification.link ? 0 : -1, onClick: () => this.snackDismissed(notification), onMouseEnter: (ev) => functions.showTooltip("bottom", ev.target, intl.globalMessages.close), onMouseLeave: () => functions.hideTooltip(), onFocus: (ev) => this.isTabbing && functions.showTooltip("bottom", ev.target, intl.globalMessages.close), onBlur: () => functions.hideTooltip() }, index.h("div", { class: "svg-icon svg-close" }))), index.h("div", { class: "sr-only", tabindex: notification.link ? 0 : -1, onFocus: () => notification.link && this.snackDismissed(notification) })))));
|
|
157
157
|
}
|
|
158
158
|
render() {
|
|
159
|
-
return (index.h(index.Host, { key: '
|
|
159
|
+
return (index.h(index.Host, { key: '84273f446de24a6f61ae4e057e49d3da182149ce' }, index.h("div", { key: '7adcbc01ac51d68ccdc6e5c1e6876adb9fdb956d', ref: (el) => (this.snackAreaEl = el), class: {
|
|
160
160
|
"list-wrapper": true,
|
|
161
161
|
"user-is-tabbing": this.isTabbing,
|
|
162
162
|
empty: this.parsedNotifications.length == 0,
|
|
163
|
-
} }, this.renderSnackbars()), index.h("div", { key: '
|
|
163
|
+
} }, this.renderSnackbars()), index.h("div", { key: '3314ee4b261b884600ff98ae8e9a1087f66b7d12', class: "sr-only", "aria-live": "polite", "aria-atomic": "false", id: `wm-live-region-${this.uid}`, ref: (el) => (this.liveRegionEl = el) }, this.announcement)));
|
|
164
164
|
}
|
|
165
165
|
get el() { return index.getElement(this); }
|
|
166
166
|
static get watchers() { return {
|
|
@@ -41,9 +41,9 @@ const TabItem = class {
|
|
|
41
41
|
}
|
|
42
42
|
render() {
|
|
43
43
|
const isDark = this.parentTabList && this.parentTabList.customBackground == "dark";
|
|
44
|
-
return (index.h(index.Host, { key: '
|
|
44
|
+
return (index.h(index.Host, { key: 'a3428f7215247e174dd989f31df553ec7c2e76bf', role: "presentation" }, index.h("li", { key: '351d39f9a6fe217ca4d43d7421d20979e5c6a5df', class: `tab-item ${isDark ? "dark" : ""}`, role: "presentation" }, index.h("a", { key: 'b0934afc00da6283016f2245840f7c98eba023e0', class: `tab`, role: "tab", ref: (el) => (this.linkEl = el), id: `tab-link-${this.tabId}`, onKeyDown: (ev) => this.tabPressed(ev), "aria-selected": this.selected ? "true" : "false", tabindex: this.selected ? 0 : -1, onClick: this.tabClicked, onFocus: () => {
|
|
45
45
|
this.wmIntTabFocused.emit({ tabItem: this.el });
|
|
46
|
-
} }, index.h("slot", { key: '
|
|
46
|
+
} }, index.h("slot", { key: 'b1f7659a3f4d34d3ba80acaf04bd7403765c120f' })))));
|
|
47
47
|
}
|
|
48
48
|
static get delegatesFocus() { return true; }
|
|
49
49
|
get el() { return index.getElement(this); }
|
|
@@ -311,15 +311,15 @@ const TabList = class {
|
|
|
311
311
|
this.announcement = message;
|
|
312
312
|
}
|
|
313
313
|
render() {
|
|
314
|
-
return (index.h(index.Host, { key: '
|
|
314
|
+
return (index.h(index.Host, { key: '4d96241689596a458d8d51e03e4c68c503fbde32' }, index.h("div", { key: '97c6656543c22d7970403f3dc4233a78ef63b74d', class: "component-wrapper" }, index.h("wm-button", { key: '713d8219abec2f3743d95022302ae6083c538446', class: `left-arrow ${this.scrollArrowsVisible ? "visible" : ""}`, "aria-controls": "tablist", customBackground: this.customBackground, buttonType: "navigational", icon: "#previous", tooltip: functions.intl.formatMessage({
|
|
315
315
|
id: "tabs.showPreviousTabs",
|
|
316
316
|
defaultMessage: "Show previous tabs",
|
|
317
317
|
description: "Tooltip for button scrolling tab group.",
|
|
318
|
-
}), onClick: (ev) => this.handleLeftArrowClick(ev) }), index.h("ul", { key: '
|
|
318
|
+
}), onClick: (ev) => this.handleLeftArrowClick(ev) }), index.h("ul", { key: 'fe8e2e2ae3d7b13f0f55167da243a60c35df3144', id: "tablist", ref: (el) => (this.tabContainerEl = el), class: `tabcontainer ${this.customBackground || ""} ${this.containerFadeLeft ? "fade-left" : ""} ${this.containerFadeRight ? "fade-right" : ""}`, role: "tablist", tabIndex: -1 }, index.h("slot", { key: 'ec32591d2a5668df5088be59b13846f5fd356b42' })), index.h("wm-button", { key: '3918f7e86164e23294c48b209fea2ce91103f76f', class: `right-arrow ${this.scrollArrowsVisible ? "visible" : ""}`, "aria-controls": "tablist", customBackground: this.customBackground, buttonType: "navigational", icon: "#next", tooltip: functions.intl.formatMessage({
|
|
319
319
|
id: "tabs.showNextTabs",
|
|
320
320
|
defaultMessage: "Show next tabs",
|
|
321
321
|
description: "Tooltip for button scrolling tab group.",
|
|
322
|
-
}), onClick: (ev) => this.handleRightArrowClick(ev) }), index.h("span", { key: '
|
|
322
|
+
}), onClick: (ev) => this.handleRightArrowClick(ev) }), index.h("span", { key: '96fb1196fcddd7b3454bce22f4febe0d57e9a40a', "aria-live": "assertive", class: "sr-only", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
|
|
323
323
|
}
|
|
324
324
|
static get delegatesFocus() { return true; }
|
|
325
325
|
get el() { return index.getElement(this); }
|
|
@@ -346,7 +346,7 @@ const TabPanel = class {
|
|
|
346
346
|
this.tabPanelLoaded.emit({ tabId: this.tabId });
|
|
347
347
|
}
|
|
348
348
|
render() {
|
|
349
|
-
return index.h(index.Host, { key: '
|
|
349
|
+
return index.h(index.Host, { key: '385e332f10a9fc6221353fb83be59b0037ffefc2', role: "tabpanel", tabIndex: "-1", class: { "tab-hidden": !this.active } });
|
|
350
350
|
}
|
|
351
351
|
get el() { return index.getElement(this); }
|
|
352
352
|
};
|
|
@@ -937,10 +937,10 @@ const TagInput = class {
|
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
render() {
|
|
940
|
-
return (index.h("div", { key: '
|
|
940
|
+
return (index.h("div", { key: 'bc7ceb341af4255f65128f6a525a3e20e12167c5', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: 'f6fdfac85220dfd3b631243fca8cadb4597d6bc8', class: "label-wrapper" }, index.h("label", { key: 'f9e85609dd7073deed0387a7a067d3d5d4a758ee', class: "label", htmlFor: "input", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label), this.requiredField && (index.h("div", { key: '43019cbc3f96e62f9777747ef549453cad428b84', class: "required", "aria-hidden": "true" }, "*"))), index.h("div", { key: 'be53d57e66fafb2c8d6e8df43a37f494a35083d4', class: `field-wrapper ${this.el.shadowRoot.activeElement === this.inputEl ? "focused" : ""} ${this.errorMessage ? "invalid" : ""}`, ref: (el) => (this.fieldWrapperEl = el) }, index.h("div", { key: 'a61a1bd233e6fcc89aaa0487931c2c451ebaf98b', class: "upper-row" }, index.h("div", { key: 'fb86580cf7cbaf89d7cad4410d619ef1e73aa9b0', class: "svg-icon svg-search" }), index.h("div", { key: 'b4e1479be2e46d37be3fddbc165a48730beabaad', class: `tags-and-input-wrapper` }, index.h("ul", { key: 'a650280f8c311c0b8ce2e5fca09fd943583eabec', ref: (el) => (this.tagAreaEl = el), class: `tag-area ${this.taggedOptions.length === 0 && "empty"} ${this.isKeying ? "user-is-keying" : ""}`, role: "listbox", "aria-activedescendant": this.focusedTag ? this.focusedTag.id : null, "aria-orientation": "horizontal", "aria-label": `${this.label} ${this.tagAreaInstructions}`, tabindex: this._tagEls.length > 0 ? 0 : -1, "aria-describedby": `info max-tags`, onFocus: (ev) => this.handleTagAreaFocus(ev), onBlur: (ev) => {
|
|
941
941
|
this.focusedTagIndex = undefined;
|
|
942
942
|
this.handleBlur(ev);
|
|
943
|
-
}, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), this.isDropdown && this.renderDropdownInput(), this.isTable && this.renderTableInput()), this.isDropdown && (index.h("div", { key: '
|
|
943
|
+
}, onKeyDown: (ev) => this.handleTagAreaKeyDown(ev) }, this.renderTags()), this.isDropdown && this.renderDropdownInput(), this.isTable && this.renderTableInput()), this.isDropdown && (index.h("div", { key: 'c76ccb17e08ff237a00fc56e592cd8453582f654', class: "character-count" }, this.charCount, "/", this.characterLimit))), this.renderTagCounter(), this.isDropdown && this.renderDropdown()), this.info && (index.h("div", { key: '329efa16d0e5cbb0d7d9c527675340493baf2bca', id: "info", class: "info-text" }, this.info)), index.h("div", { key: '650c06b1b0380ef7cc5fd32eb91159754ac7da38', id: "error" }, this.errorMessage), index.h("div", { key: 'd4dcdd58f76c5a81e7480973a366e80fb6be51cd', class: "sr-only", "aria-live": "polite", ref: (el) => (this.liveRegionEl = el), "aria-atomic": "true" }, this.liveRegionMessage), this.isTable && this.renderTable()));
|
|
944
944
|
}
|
|
945
945
|
static get delegatesFocus() { return true; }
|
|
946
946
|
get el() { return index.getElement(this); }
|
|
@@ -81,7 +81,7 @@ const Textarea = class {
|
|
|
81
81
|
this.announcement = message;
|
|
82
82
|
}
|
|
83
83
|
render() {
|
|
84
|
-
return (index.h("div", { key: '
|
|
84
|
+
return (index.h("div", { key: '98a1bc4a7b2d670703dda7312b3f54e243a42ca4', class: `wrapper label-${this.labelPosition} ${this.errorMessage ? "invalid" : ""}` }, index.h("div", { key: 'cd0bb8321d1986dc0c0289fed28b6edca0106a9b', class: "label-wrapper" }, index.h("label", { key: '26ea0c3c4f0d337ce17a94994bc9c84e7260a931', htmlFor: "inputfield", class: "label", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label, this.characterLimit && (index.h("span", { key: '3771ee7ef88d6a067fd27e7ab19d946ab5284044', class: "sr-only" }, " ", intl.globalMessages.getCharacterLimit(this.characterLimit)))), this.requiredField && (index.h("span", { key: 'a7d6d49787677a5adbf3280ade5a40b5480c26a1', class: "required", "aria-hidden": "true" }, "*"))), index.h("div", { key: '73318c22acbc096af93935b9ffd4907ccd978e3f', class: "inner-wrapper" }, index.h("div", { key: 'dc51d20aa1ac358c7c4b4b75f007a37e7f557bab', class: `inputfield-wrapper ${this.errorMessage ? "invalid" : ""}`, style: this.inputWidth ? { width: this.inputWidth } : {} }, index.h("textarea", { key: '4515ea10856ef034f4aca1d71ec82a11b3db75c5', id: "inputfield", disabled: this.isDisabled, "aria-describedby": "info error", onInput: (ev) => this.handleInput(ev), onBlur: () => this.handleBlur(), placeholder: this.placeholder, autocomplete: "off", "aria-required": this.requiredField ? "true" : null, value: this.value, rows: 3, style: { height: this.inputHeight } }), this.characterLimit && typeof this.characterLimit === "number" ? (index.h("div", { class: `character-count ${this.value.length > this.characterLimit ? "exceeded" : ""}` }, this.charCount, "/", this.characterLimit)) : ("")), this.info && (index.h("div", { key: 'c7fe059676f069e8fcdfe9cb3140261857da96c7', id: "info", class: "info" }, this.info)), index.h("div", { key: 'ef21da1faba7f0f7441baa2023c9de9a63c91d22', id: "error", class: "error-message" }, this.errorMessage), index.h("div", { key: 'c4cbc2ffd6efa2456618d97974ca14a51a970223', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }, this.announcement))));
|
|
85
85
|
}
|
|
86
86
|
get el() { return index.getElement(this); }
|
|
87
87
|
static get watchers() { return {
|
|
@@ -292,13 +292,13 @@ const Timepicker = class {
|
|
|
292
292
|
return this.times.map((time, index$1) => (index.h("li", { id: `option${index$1 + 1}`, "data-time": time, role: "option", onClick: () => this.handleOptionClick(time) }, this.reformatTimeInternal("12", time))));
|
|
293
293
|
}
|
|
294
294
|
render() {
|
|
295
|
-
return (index.h(index.Host, { key: '
|
|
295
|
+
return (index.h(index.Host, { key: 'f98804829acffe149895961cd4886b3474f6faf5', onBlur: () => this.close(false) }, index.h("div", { key: '8cf42648463b6a583a80a1aea2c0557d05b212bb', class: `wrapper label-${this.labelPosition} ${!!this.errorMessage ? "invalid" : ""}`, ref: (t) => (this.tpWrapper = t) }, index.h("div", { key: 'e95387c48dfaa41cfae939a34a491ab2f6068252', class: "label-wrapper" }, this.labelPosition !== "none" && (index.h("label", { key: 'b2320f7692e4f53ef8650496b4ace2c0f895133e', id: "label", class: "label", htmlFor: "time-input", onMouseEnter: (ev) => this.handleLabelMouseEnter(ev), onMouseLeave: () => functions.hideTooltip() }, this.label)), this.labelPosition !== "none" && this.requiredField && (index.h("div", { key: 'f203eda85f04e464b6ebbf4d083ab2a57c38e552', "aria-hidden": "true", class: "required" }, "*"))), index.h("div", { key: 'e111ce9e656608013a06e35d03c2a94b0a131c20' }, index.h("div", { key: '5247aef8ff1ea9b8852d7a5f37e279832bc97396', class: "inner-wrapper" }, index.h("input", { key: 'bd9d8ed36234a3e27fdc4e13a52e94a9939f6327', id: "time-input", "aria-label": this.label, "aria-describedby": "error", ref: (el) => (this.inputEl = el), onBlur: () => this.handleInputBlur(), onInput: () => (this.value = this.inputEl.value), disabled: this.isDisabled, "aria-required": this.requiredField ? "true" : null, placeholder: this.timeFormat, autocomplete: "off", value: this.value, onFocus: () => this.tpWrapper.classList.add("focus") }), index.h("button", { key: 'a9b02c4853528bb5175f6002ac2f5acf6f7b132e', id: "btn", ref: (el) => (this.buttonEl = el), disabled: this.isDisabled, "aria-controls": "list", "aria-expanded": this.isExpanded ? "true" : "false", "aria-label": this.buttonAriaLabel, "aria-describedby": "time-input", onClick: () => (this.isExpanded ? this.close() : this.open()),
|
|
296
296
|
// This addresses an issue in Safari, where clicking buttons does not focus them
|
|
297
297
|
// if the button does not receive focus when clicked, Timepicker incorrectly emits a blur event
|
|
298
298
|
onMouseDown: (ev) => {
|
|
299
299
|
ev.preventDefault();
|
|
300
300
|
this.buttonEl.focus();
|
|
301
|
-
} }, index.h("span", { key: '
|
|
301
|
+
} }, index.h("span", { key: '5a056cfb78d1cbe04dcb406a193ef4805ad307da', class: "svg-icon svg-time" })), index.h("ul", { key: '5dea217b8288309b4928f5ac796770f35980c57a', class: `options ${this.isExpanded ? "open" : ""} ${this.openUp ? "upwards" : ""}`, id: "list", role: "listbox", "aria-labelledby": "label", "aria-describedby": this.isExpanded ? "collapsed" : null, tabindex: -1, ref: (el) => (this.optionsEl = el) }, this.renderOptions())), index.h("div", { key: 'aef93e8dab933cdfa73fa63fd223c76f8b739285', id: "error", class: "error" }, this.errorMessage)), index.h("div", { key: '03be6148df4a4b474c91b03dbd1764b01b841e18', id: "live-polite", class: "sr-only", "aria-live": "polite", "aria-atomic": "true", ref: (el) => (this.liveRegionEl = el) }))));
|
|
302
302
|
}
|
|
303
303
|
static get delegatesFocus() { return true; }
|
|
304
304
|
get el() { return index.getElement(this); }
|
|
@@ -238,11 +238,11 @@ const Toggletip = class {
|
|
|
238
238
|
}
|
|
239
239
|
}
|
|
240
240
|
render() {
|
|
241
|
-
return (index.h(index.Host, { key: '
|
|
241
|
+
return (index.h(index.Host, { key: '56260e54c520a577c7aea91ab8bc96f17c289a31', class: `size-${this.targetSize}` }, index.h("button", { key: '6607e14bc37144ca2fe0e8d2625772510faa9ea0', ref: (el) => (this.buttonEl = el), class: "button", type: "button", "aria-label": this.label, popoverTarget: "toggletip", popoverTargetAction: "toggle", onClick: () => this.open(),
|
|
242
242
|
// In order to position the tooltip identically to the toggletip, its presence is determined by these four events
|
|
243
|
-
onMouseEnter: () => !this.isOpen && functions.showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => functions.hideTooltip(), onFocus: () => !this.isOpen && functions.showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, this.renderIcon()), index.h("div", { key: '
|
|
243
|
+
onMouseEnter: () => !this.isOpen && functions.showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => functions.hideTooltip(), onFocus: () => !this.isOpen && functions.showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, this.renderIcon()), index.h("div", { key: '8771bfc3780775227334f2fb23df98fe8df6f191', popover: "", ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.targetSize} ${this.isHidden ? "hidden" : ""}`, id: "toggletip",
|
|
244
244
|
// @ts-ignore - despite what Typescript says, this is a valid event for popover elements
|
|
245
|
-
onToggle: (ev) => this.handlePopoverToggle(ev) }, this.tooltip), index.h("div", { key: '
|
|
245
|
+
onToggle: (ev) => this.handlePopoverToggle(ev) }, this.tooltip), index.h("div", { key: 'cc3081f4a2446a79f05a057cb42bf4057c1a3047', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
|
|
246
246
|
}
|
|
247
247
|
static get delegatesFocus() { return true; }
|
|
248
248
|
get el() { return index.getElement(this); }
|
|
@@ -326,9 +326,9 @@ const Uploader = class {
|
|
|
326
326
|
return (index.h("div", { class: `drop-area -${this.dropArea}`, ref: (el) => (this.dropAreaEl = el), onDragEnter: (ev) => this.handleDragEnter(ev), onDragOver: (ev) => this.handleDragOver(ev), onDragLeave: (ev) => this.handleDragLeave(ev), onDrop: (ev) => this.handleDrop(ev) }, this.dropArea == "page" && (index.h("div", { ref: (el) => (this.dropOverlayEl = el), class: "drop-overlay", popover: "manual" }, index.h("span", { class: "upload-arrow" }), index.h("span", null, "Drop to Upload")))));
|
|
327
327
|
}
|
|
328
328
|
render() {
|
|
329
|
-
return (index.h(index.Host, { key: '
|
|
329
|
+
return (index.h(index.Host, { key: '2845280b1c6de75ac92b5ca4c331c5ab7d783e66', class: `-${this.dropArea}` }, this.uploaderType == "drop" && this.renderDropArea(), this.label && this.renderLabel(), this.renderHeader(), this.renderListContainer(), index.h("div", { key: '23f86b3cd9edf9123c5c0f8a625cf04649a863bc', ref: (el) => (this.assertiveLiveRegionEl = el), class: "live-region sr-only", "aria-live": "assertive" // since it's directly linked to the action the user took, it should be read in priority. With polite, some messages get dismissed in favor of the page title
|
|
330
330
|
,
|
|
331
|
-
"aria-atomic": "true" }), index.h("div", { key: '
|
|
331
|
+
"aria-atomic": "true" }), index.h("div", { key: '7f42eefcc7e94e67ec3821d6b2c2db61e901b571', ref: (el) => (this.politeLiveRegionEl = el), class: "live-region sr-only", "aria-live": "polite", "aria-atomic": "true" })));
|
|
332
332
|
}
|
|
333
333
|
static get delegatesFocus() { return true; }
|
|
334
334
|
get el() { return index.getElement(this); }
|
|
@@ -128,7 +128,7 @@ export class ChartPopover {
|
|
|
128
128
|
"mutable": false,
|
|
129
129
|
"complexType": {
|
|
130
130
|
"original": "ChartData",
|
|
131
|
-
"resolved": "undefined | { [key: string]: any;
|
|
131
|
+
"resolved": "undefined | { [key: string]: any; barLegend: string; amount: number; color?: string | undefined; popoverTitle?: string | undefined; popoverText?: string | undefined; popoverButtonText?: string | undefined; }",
|
|
132
132
|
"references": {
|
|
133
133
|
"ChartData": {
|
|
134
134
|
"location": "import",
|
|
@@ -253,7 +253,7 @@ export class ChartPopover {
|
|
|
253
253
|
},
|
|
254
254
|
"complexType": {
|
|
255
255
|
"original": "ChartData",
|
|
256
|
-
"resolved": "{ [key: string]: any;
|
|
256
|
+
"resolved": "{ [key: string]: any; barLegend: string; amount: number; color?: string | undefined; popoverTitle?: string | undefined; popoverText?: string | undefined; popoverButtonText?: string | undefined; }",
|
|
257
257
|
"references": {
|
|
258
258
|
"ChartData": {
|
|
259
259
|
"location": "import",
|
|
@@ -886,6 +886,7 @@
|
|
|
886
886
|
.chart-wrapper {
|
|
887
887
|
display: flex;
|
|
888
888
|
container: chart-measure/inline-size;
|
|
889
|
+
gap: 0.75rem;
|
|
889
890
|
}
|
|
890
891
|
|
|
891
892
|
.legend.--top {
|
|
@@ -935,19 +936,22 @@
|
|
|
935
936
|
grid-template-columns: minmax(0, max-content) auto 1fr;
|
|
936
937
|
grid-template-rows: 1fr;
|
|
937
938
|
margin-right: 3rem;
|
|
939
|
+
row-gap: 0.75rem;
|
|
938
940
|
}
|
|
939
941
|
|
|
940
942
|
.chart-right-side {
|
|
941
943
|
grid-column: 4;
|
|
942
944
|
grid-row: 1/-1;
|
|
943
945
|
}
|
|
946
|
+
.chart-right-side:empty {
|
|
947
|
+
display: none;
|
|
948
|
+
}
|
|
944
949
|
|
|
945
950
|
.category-axis-label {
|
|
946
951
|
max-width: 9.375rem;
|
|
947
952
|
display: flex;
|
|
948
953
|
align-items: center;
|
|
949
954
|
justify-content: center;
|
|
950
|
-
margin-inline-end: 0.75rem;
|
|
951
955
|
}
|
|
952
956
|
@container chart-measure (max-width: 414px) {
|
|
953
957
|
.category-axis-label {
|
|
@@ -976,7 +980,6 @@
|
|
|
976
980
|
grid-column: 2/-1;
|
|
977
981
|
row-gap: 0.75rem;
|
|
978
982
|
align-items: center;
|
|
979
|
-
margin-block-end: 0.75rem;
|
|
980
983
|
grid-template-rows: repeat(var(--row-count), minmax(1.5rem, 1fr)) 0;
|
|
981
984
|
}
|
|
982
985
|
|
|
@@ -1062,7 +1065,6 @@
|
|
|
1062
1065
|
display: flex;
|
|
1063
1066
|
justify-content: space-between;
|
|
1064
1067
|
font-size: 0.75rem;
|
|
1065
|
-
margin-block-end: 0.75rem;
|
|
1066
1068
|
}
|
|
1067
1069
|
@container chart-measure (max-width: 414px) {
|
|
1068
1070
|
.x-axis .tick:not(:first-of-type):not(:last-of-type) {
|