@watermarkinsights/ripple 5.31.0-alpha.6 → 5.31.0
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-090d85be.js → app-globals-768940fa.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-toggletip.cjs.entry.js +5 -5
- package/dist/collection/components/wm-toggletip/wm-toggletip.js +7 -6
- package/dist/docs/docs.json +2 -2
- package/dist/docs/skill/wm-action-menu.md +2 -3
- package/dist/docs/skill/wm-button.md +0 -1
- package/dist/docs/skill/wm-chart-bar.md +0 -1
- package/dist/docs/skill/wm-chart-column.md +0 -1
- package/dist/docs/skill/wm-chart-legend.md +4 -3
- package/dist/docs/skill/wm-chart-slice.md +0 -1
- package/dist/docs/skill/wm-chart-stack.md +0 -1
- package/dist/docs/skill/wm-chart.md +0 -1
- package/dist/docs/skill/wm-date-range.md +15 -6
- package/dist/docs/skill/wm-datepicker.md +19 -5
- package/dist/docs/skill/wm-file-list.md +0 -1
- package/dist/docs/skill/wm-file.md +4 -5
- package/dist/docs/skill/wm-flyout.md +8 -6
- package/dist/docs/skill/wm-input.md +2 -2
- package/dist/docs/skill/wm-line-chart.md +0 -1
- package/dist/docs/skill/wm-menuitem.md +2 -2
- package/dist/docs/skill/wm-modal-footer.md +0 -1
- package/dist/docs/skill/wm-modal-header.md +0 -1
- package/dist/docs/skill/wm-modal.md +14 -7
- package/dist/docs/skill/wm-navigation-hamburger.md +2 -2
- package/dist/docs/skill/wm-navigation-item.md +2 -2
- package/dist/docs/skill/wm-navigation.md +2 -2
- package/dist/docs/skill/wm-navigator.md +3 -2
- package/dist/docs/skill/wm-nested-select.md +2 -2
- package/dist/docs/skill/wm-optgroup.md +5 -4
- package/dist/docs/skill/wm-option.md +2 -3
- package/dist/docs/skill/wm-pagination.md +3 -2
- package/dist/docs/skill/wm-progress-indicator.md +0 -1
- package/dist/docs/skill/wm-progress-monitor.md +2 -2
- package/dist/docs/skill/wm-progress-slice.md +0 -1
- package/dist/docs/skill/wm-search.md +5 -3
- package/dist/docs/skill/wm-select.md +8 -5
- package/dist/docs/skill/wm-snackbar.md +7 -3
- package/dist/docs/skill/wm-tab-item.md +3 -2
- package/dist/docs/skill/wm-tab-list.md +0 -1
- package/dist/docs/skill/wm-tab-panel.md +0 -1
- package/dist/docs/skill/wm-tag-input.md +4 -2
- package/dist/docs/skill/wm-tag-option.md +6 -5
- package/dist/docs/skill/wm-textarea.md +2 -2
- package/dist/docs/skill/wm-timepicker.md +10 -5
- package/dist/docs/skill/wm-toggletip.md +2 -2
- package/dist/docs/skill/wm-uploader.md +3 -2
- package/dist/docs/skill/wm-wrapper.md +0 -1
- package/dist/esm/{app-globals-7bf0ccc7.js → app-globals-7156a0c2.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-toggletip.entry.js +5 -5
- package/dist/esm-es5/app-globals-7156a0c2.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-toggletip.entry.js +1 -1
- package/dist/ripple/p-2ed75238.system.js +1 -0
- package/dist/ripple/{p-3ca113f7.system.entry.js → p-57f45772.system.entry.js} +1 -1
- package/dist/ripple/{p-2e053253.system.js → p-a84bda6a.system.js} +1 -1
- package/dist/ripple/p-c55ad533.entry.js +1 -0
- package/dist/ripple/p-e5af32fd.js +1 -0
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/dist/types/components/wm-toggletip/wm-toggletip.d.ts +2 -1
- package/dist/types/components.d.ts +8 -4
- package/package.json +2 -2
- package/dist/esm-es5/app-globals-7bf0ccc7.js +0 -1
- package/dist/ripple/p-a3d106b2.system.js +0 -1
- package/dist/ripple/p-e2bb7798.js +0 -1
- package/dist/ripple/p-e7e4e532.entry.js +0 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Search
|
|
2
2
|
- **Element:** `<wm-search>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Search input for filtering data by query. Two variants: `'basic'` for simple text
|
|
6
5
|
filtering, and `'find'` which adds prev/next result navigation buttons, a result count
|
|
@@ -55,8 +54,11 @@ result count. `'find'` adds prev/next navigation buttons and a jump-to-result sk
|
|
|
55
54
|
- `value` -- The current text typed by the user. Readable by the application at any time. _(default: `""`)_
|
|
56
55
|
|
|
57
56
|
**Events:**
|
|
58
|
-
- `wmSearchBrowseResults`
|
|
59
|
-
|
|
57
|
+
- `wmSearchBrowseResults` -- Fires when the prev or next button is clicked in the `find` variant.
|
|
58
|
+
Update `highlighted-id` and `highlighted-name` in response to highlight the result in
|
|
59
|
+
your data. Detail: `{{ position: number }} position -- one-based index of the newly highlighted result.`
|
|
60
|
+
- `wmSearchValueChanged` -- Fires on blur when the input value has changed since the last blur. Use the
|
|
61
|
+
native `input` event for per-keystroke updates. Detail: `{{ value: string }} value -- the current input value at the time of blur.`
|
|
60
62
|
|
|
61
63
|
**Methods:**
|
|
62
64
|
- `updateValue(value: string) => Promise<void>`
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Select
|
|
2
2
|
- **Element:** `<wm-select>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Dropdown list of options that allows single or multi-select. Functionally similar to the
|
|
6
5
|
native HTML `<select>` element but with Ripple styling and richer features including
|
|
@@ -63,10 +62,14 @@ text. Compatible with both single and multiselect modes. Best with 50 or fewer o
|
|
|
63
62
|
Has no effect unless `multiple` is also set. _(default: `false`)_
|
|
64
63
|
|
|
65
64
|
**Events:**
|
|
66
|
-
- `wmSelectAllDeselected`
|
|
67
|
-
|
|
68
|
-
- `
|
|
69
|
-
|
|
65
|
+
- `wmSelectAllDeselected` -- Fires when the user clicks "Deselect All" in multiselect mode and all
|
|
66
|
+
options become deselected.
|
|
67
|
+
- `wmSelectAllSelected` -- Fires when the user clicks "Select All" in multiselect mode and all options
|
|
68
|
+
become selected.
|
|
69
|
+
- `wmSelectBlurred` -- Fires when focus leaves the component entirely (not when moving between
|
|
70
|
+
the trigger and an option within the dropdown).
|
|
71
|
+
- `wmSelectDidLoad` -- Fires after the component has finished loading and is ready for interaction.
|
|
72
|
+
Use this to read initial selection state or call methods.
|
|
70
73
|
|
|
71
74
|
**Accessibility:**
|
|
72
75
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Snackbar
|
|
2
2
|
- **Element:** `<wm-snackbar>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Toast notification stack that renders transient messages at the bottom of the page.
|
|
6
5
|
Notifications auto-dismiss after 6 seconds unless they include a `link` or `action`, in
|
|
@@ -47,8 +46,13 @@ a navigation anchor), `action` (string, renders a button), `newWindow` (boolean,
|
|
|
47
46
|
passing an array directly causes a "[object Object] is not valid JSON" error. _(default: `"[]"`)_
|
|
48
47
|
|
|
49
48
|
**Events:**
|
|
50
|
-
- `wmSnackbarActionTriggered`
|
|
51
|
-
|
|
49
|
+
- `wmSnackbarActionTriggered` -- Fires when the user clicks the `link` anchor or `action` button. The host
|
|
50
|
+
application should remove the notification and navigate (for links) or execute the action
|
|
51
|
+
(for buttons). Detail: `{{ id: string, message: string, link?: string, newWindow?: boolean, action?: string }}`
|
|
52
|
+
- `wmSnackbarSnackFinished` -- Fires when a notification should be removed -- after the 6-second
|
|
53
|
+
auto-dismiss timer expires or when the user clicks the close button. The host application
|
|
54
|
+
should remove the matching notification from its array. The timer is disabled for
|
|
55
|
+
notifications with a `link` or `action`. Detail: `{{ id: string, message: string, link?: string, newWindow?: boolean, action?: string }}`
|
|
52
56
|
|
|
53
57
|
**Accessibility:**
|
|
54
58
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Tab Item
|
|
2
2
|
- **Element:** `<wm-tab-item>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Individual tab button inside a wm-tab-list. Renders as a link with `role="tab"` and
|
|
6
5
|
manages selection state. Always used as a direct child of wm-tab-list.
|
|
@@ -21,7 +20,9 @@ match the `tab-id` on the corresponding wm-tab-panel. _(default: `""`)_
|
|
|
21
20
|
- _(default)_ -- The visible label text for the tab.
|
|
22
21
|
|
|
23
22
|
**Events:**
|
|
24
|
-
- `wmTabSelected`
|
|
23
|
+
- `wmTabSelected` -- Fires when this tab is clicked or activated by keyboard. Listen to this
|
|
24
|
+
event and update the `selected-tab` prop on the parent wm-tab-list to switch the active
|
|
25
|
+
tab. Detail: `{{ tabId: string }} tabId -- the `tab-id` of the activated tab.`
|
|
25
26
|
|
|
26
27
|
**Code example:**
|
|
27
28
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Tag Input
|
|
2
2
|
- **Element:** `<wm-tag-input>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Input for selecting or creating a list of tags. Two variants: `'dropdown'` (options in a
|
|
6
5
|
filterable list, supports creating new tags) and `'table'` (options in a filterable
|
|
@@ -73,7 +72,10 @@ on `add-new` and available options.
|
|
|
73
72
|
- _(default)_ -- One or more wm-tag-option children.
|
|
74
73
|
|
|
75
74
|
**Events:**
|
|
76
|
-
- `wmTagInputTagAdded`
|
|
75
|
+
- `wmTagInputTagAdded` -- Fires when the user adds a new tag by typing and pressing Enter or comma
|
|
76
|
+
(dropdown variant, `add-new` enabled). The event detail is the text string of the new
|
|
77
|
+
tag. Not fired when selecting an existing wm-tag-option -- listen to `wmTagOptionSelected`
|
|
78
|
+
on the wm-tag-option for that. Detail: `string -- the text of the newly created tag.`
|
|
77
79
|
|
|
78
80
|
**Accessibility:**
|
|
79
81
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Tag Option
|
|
2
2
|
- **Element:** `<wm-tag-option>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Option element for wm-tag-input. Represents a selectable tag in the dropdown list or
|
|
6
5
|
table. Always used as a direct child of wm-tag-input. For the dropdown variant, slotted
|
|
@@ -25,12 +24,14 @@ user. _(default: `false`)_
|
|
|
25
24
|
on load pre-selects the option. _(default: `false`)_
|
|
26
25
|
|
|
27
26
|
**Events:**
|
|
28
|
-
- `wmTagOptionDeselected`
|
|
29
|
-
- `wmTagOptionSelected`
|
|
27
|
+
- `wmTagOptionDeselected` -- Fires when this option's tag is removed.
|
|
28
|
+
- `wmTagOptionSelected` -- Fires when this option is selected as a tag.
|
|
30
29
|
|
|
31
30
|
**Methods:**
|
|
32
|
-
- `emitDeselectedEvent() => Promise<void>`
|
|
33
|
-
-
|
|
31
|
+
- `emitDeselectedEvent() => Promise<void>` -- Programmatically deselects this option, removing it as a tag.
|
|
32
|
+
- **Returns:** A promise that resolves once the event has been emitted.
|
|
33
|
+
- `emitSelectedEvent() => Promise<void>` -- Programmatically selects this option, adding it as a tag.
|
|
34
|
+
- **Returns:** A promise that resolves once the event has been emitted.
|
|
34
35
|
|
|
35
36
|
**Code example:**
|
|
36
37
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Textarea
|
|
2
2
|
- **Element:** `<wm-textarea>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Multi-line plain-text editing control with a drag handle for vertical resizing. Shares
|
|
6
5
|
most functionality with wm-input. Use instead of native `<textarea>` in all Watermark UI.
|
|
@@ -53,7 +52,8 @@ To set an initial value, use the element's text content instead:
|
|
|
53
52
|
`<wm-textarea>initial value</wm-textarea>`. _(default: `""`)_
|
|
54
53
|
|
|
55
54
|
**Events:**
|
|
56
|
-
- `wmTextareaValueChanged`
|
|
55
|
+
- `wmTextareaValueChanged` -- Fires on blur when the value has changed since load or the last blur. Use
|
|
56
|
+
the native `input` event for per-keystroke updates. Detail: `{{ value: string }} value -- the current textarea value at the time of blur.`
|
|
57
57
|
|
|
58
58
|
**Accessibility:**
|
|
59
59
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Timepicker
|
|
2
2
|
- **Element:** `<wm-timepicker>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Time input that lets users type a time or pick one from a dropdown list of 15-minute
|
|
6
5
|
intervals. Supports 12-hour and 24-hour display and provides `reformatTime` and
|
|
@@ -48,12 +47,18 @@ accessible. _(type: `"left" | "none" | "top"`; default: `"top"`)_
|
|
|
48
47
|
be set programmatically by the application. _(default: `""`)_
|
|
49
48
|
|
|
50
49
|
**Events:**
|
|
51
|
-
- `wmTimepickerInputBlurred`
|
|
52
|
-
- `wmTimepickerTimeSelected` Detail: `{{ time: string }} time -- the selected time in 24-hour `hh:mm` format.`
|
|
50
|
+
- `wmTimepickerInputBlurred` -- Fires when the input field loses focus.
|
|
51
|
+
- `wmTimepickerTimeSelected` -- Fires when the user selects a time from the dropdown list. Detail: `{{ time: string }} time -- the selected time in 24-hour `hh:mm` format.`
|
|
53
52
|
|
|
54
53
|
**Methods:**
|
|
55
|
-
- `isValidTime(input: string) => Promise<boolean>`
|
|
56
|
-
- `
|
|
54
|
+
- `isValidTime(input: string) => Promise<boolean>` -- Validates a time string against both 12-hour and 24-hour formats.
|
|
55
|
+
- `input` -- The time string to validate.
|
|
56
|
+
- **Returns:** `true` if the string is a valid time, `false` otherwise.
|
|
57
|
+
- `reformatTime(format: "12" | "24", time: TimeFormat12 | TimeFormat24) => Promise<string>` -- Converts a time string between 12-hour and 24-hour formats.
|
|
58
|
+
- `format` -- The target format: `"12"` for 12-hour (e.g. `"02:30 PM"`), `"24"` for
|
|
59
|
+
24-hour (e.g. `"14:30"`).
|
|
60
|
+
- `time` -- The time string to convert. Accepts both 12-hour and 24-hour input.
|
|
61
|
+
- **Returns:** The reformatted time string.
|
|
57
62
|
|
|
58
63
|
**Accessibility:**
|
|
59
64
|
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Toggletip
|
|
2
2
|
- **Element:** `<wm-toggletip>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** Toggletip button that shows a small informational panel when clicked. Two visual types:
|
|
6
5
|
`'info'` renders an info icon button; `'ai'` renders an animated AI sparkle icon. The
|
|
@@ -50,7 +49,8 @@ overflow the viewport. _(type: `"bottom" | "bottom-left" | "bottom-right" | "lef
|
|
|
50
49
|
|
|
51
50
|
- `label` sets the `aria-label` on the trigger button -- required even though the button
|
|
52
51
|
has a visual icon.
|
|
53
|
-
- The panel content is announced via `role="status"` / `aria-live="polite"` when opened
|
|
52
|
+
- The panel content is announced via `role="status"` / `aria-live="polite"` when opened,
|
|
53
|
+
and re-announced if the button is activated while the panel is already open.
|
|
54
54
|
- A hover/focus tooltip shows `"More information"` (info type) or `"Powered by AI"` (ai
|
|
55
55
|
type) while the panel is closed.
|
|
56
56
|
- **Keyboard:**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
### Uploader
|
|
2
2
|
- **Element:** `<wm-uploader>`
|
|
3
|
-
- **Status:** stable
|
|
4
3
|
|
|
5
4
|
**Purpose:** File upload component for attaching files. Composed of a trigger button and a list of
|
|
6
5
|
wm-file children. Two variants: `'select'` opens the browser file picker; `'drop'` adds a
|
|
@@ -66,7 +65,9 @@ adds a drag-and-drop area. _(type: `"drop" | "select"`; default: `"select"`)_
|
|
|
66
65
|
- _(default)_ -- One or more wm-file children representing the current file list.
|
|
67
66
|
|
|
68
67
|
**Events:**
|
|
69
|
-
- `wmUploaderFilesSelected`
|
|
68
|
+
- `wmUploaderFilesSelected` -- Fires when the user selects files via the file picker or drops them onto
|
|
69
|
+
the drop zone. The host application should validate the files (type, size, count) and
|
|
70
|
+
begin the upload process. Detail: `File[] -- array of browser `File` objects selected or dropped by the user.`
|
|
70
71
|
|
|
71
72
|
**Accessibility:**
|
|
72
73
|
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-3425d80d.js';
|
|
2
2
|
export { s as setNonce } from './index-3425d80d.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-7156a0c2.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
package/dist/esm/ripple.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as promiseResolve, b as bootstrapLazy } from './index-3425d80d.js';
|
|
2
2
|
export { s as setNonce } from './index-3425d80d.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-7156a0c2.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
6
|
Stencil Client Patch Browser v4.21.0 | MIT Licensed | https://stenciljs.com
|
|
@@ -173,8 +173,8 @@ const Toggletip = class {
|
|
|
173
173
|
handleClick(ev) {
|
|
174
174
|
if (this.isOpen) {
|
|
175
175
|
const isElOrChild = ev.composedPath().includes(this.el);
|
|
176
|
-
|
|
177
|
-
|
|
176
|
+
if (isElOrChild) {
|
|
177
|
+
// Re-announce if clicking any part of the component while open
|
|
178
178
|
this.announceToggletip();
|
|
179
179
|
}
|
|
180
180
|
}
|
|
@@ -234,11 +234,11 @@ const Toggletip = class {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
render() {
|
|
237
|
-
return (h(Host, { key: '
|
|
237
|
+
return (h(Host, { key: '4ec52955615c08a69684e5dc83eed0decc9fe73e', class: `size-${this.targetSize}` }, h("button", { key: '19e52e37cb2d712e47049f029d19ce7aaf03f111', ref: (el) => (this.buttonEl = el), class: "button", type: "button", "aria-label": this.label, popoverTarget: "toggletip", popoverTargetAction: "toggle", onClick: () => this.open(),
|
|
238
238
|
// In order to position the tooltip identically to the toggletip, its presence is determined by these four events
|
|
239
|
-
onMouseEnter: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, this.renderIcon()), h("div", { key: '
|
|
239
|
+
onMouseEnter: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onMouseLeave: () => hideTooltip(), onFocus: () => !this.isOpen && showTooltip(this.toggletipPosition, this.el, this.tooltipMessage), onBlur: () => this.handleBlur() }, this.renderIcon()), h("div", { key: '4cfdda63877a73b8f0ae74dc0f04f685f64a2c0a', popover: "", ref: (el) => (this.toggletipEl = el), class: `toggletip ${this.targetSize} ${this.isHidden ? "hidden" : ""}`, id: "toggletip",
|
|
240
240
|
// @ts-ignore - despite what Typescript says, this is a valid event for popover elements
|
|
241
|
-
onToggle: (ev) => this.handlePopoverToggle(ev) }, this.tooltip), h("div", { key: '
|
|
241
|
+
onToggle: (ev) => this.handlePopoverToggle(ev) }, this.tooltip), h("div", { key: 'a563859bd11374774b51890693ff4da6a3b9f8e9', ref: (el) => (this.liveRegionEl = el), class: "live-region sr-only", role: "status", "aria-live": "polite", "aria-atomic": "true" })));
|
|
242
242
|
}
|
|
243
243
|
static get delegatesFocus() { return true; }
|
|
244
244
|
get el() { return getElement(this); }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"./index-3425d80d.js";var version="5.31.0";if(window.navigator.plugins.length>0){console.log("%cRipple component library %c%s","color: #575195; font-weight: bold","font-weight: bold",version)}function wmComponentKeys(o){if(o.key=="Tab"){var n=new Event("wmUserIsTabbing");window.dispatchEvent(n);document.querySelector("body").classList.add("wmcl-user-is-tabbing")}if(o.key=="ArrowLeft"||o.key=="ArrowUp"||o.key=="ArrowRight"||o.key=="ArrowDown"){var n=new Event("wmUserIsKeying");window.dispatchEvent(n);document.querySelector("body").classList.add("wmcl-user-is-keying")}}function wmComponentMouseDownOnce(){var o=new Event("wmUserIsNotTabbing");window.dispatchEvent(o);document.querySelector("body").classList.remove("wmcl-user-is-tabbing");document.querySelector("body").classList.remove("wmcl-user-is-keying")}window.addEventListener("keydown",wmComponentKeys);window.addEventListener("mousedown",wmComponentMouseDownOnce);var tooltipContainer=document.createElement("div");tooltipContainer.id="wm-tooltip-container";var tooltipEl=document.createElement("div");tooltipEl.id="wm-tooltip";tooltipEl.classList.add("wm-tooltip");tooltipEl.setAttribute("popover","manual");tooltipEl.setAttribute("aria-hidden","true");var tooltipStyles=document.createElement("style");tooltipStyles.textContent="\n.wm-tooltip {\n position: fixed;\n overflow: hidden;\n pointer-events: none;\n line-height: normal;\n font-family: inherit;\n font-size: 0.875rem;\n text-transform: none;\n font-weight: normal;\n background: var(--wmcolor-tooltip-background);\n color: var(--wmcolor-tooltip-text);\n z-index: 999999;\n max-width: var(--wmTooltipMaxWidth, 13.75rem);\n margin-right: 1.5rem;\n padding: 0.375rem;\n transition-property: opacity;\n transition-delay: 0s;\n opacity: 0;\n inset: unset;\n top: 0;\n left: 0;\n transform: translateZ(0);\n will-change: transform;\n transform: translate(var(--wmTooltipLeft), var(--wmTooltipTop));\n border: none;\n}\n\n.wm-tooltip:popover-open {\n opacity: 0;\n}\n\n.wm-tooltip.show {\n transition-delay: 500ms;\n opacity: 1;\n}\n";var body=document.querySelector("body");if(body){document.head.appendChild(tooltipStyles);tooltipContainer.appendChild(tooltipEl);body.appendChild(tooltipContainer)}else{document.addEventListener("DOMContentLoaded",(function(){var o=document.querySelector("body");document.head.appendChild(tooltipStyles);tooltipContainer.appendChild(tooltipEl);o.appendChild(tooltipContainer)}))}var globalFn=function(){};var globalScripts=globalFn;export{globalScripts as g};
|
package/dist/esm-es5/loader.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var __awaiter=this&&this.__awaiter||function(e,a,t,n){function i(e){return e instanceof t?e:new t((function(a){a(e)}))}return new(t||(t=Promise))((function(t,o){function l(e){try{d(n.next(e))}catch(e){o(e)}}function r(e){try{d(n["throw"](e))}catch(e){o(e)}}function d(e){e.done?t(e.value):i(e.value).then(l,r)}d((n=n.apply(e,a||[])).next())}))};var __generator=this&&this.__generator||function(e,a){var t={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,l;return l={next:r(0),throw:r(1),return:r(2)},typeof Symbol==="function"&&(l[Symbol.iterator]=function(){return this}),l;function r(e){return function(a){return d([e,a])}}function d(r){if(n)throw new TypeError("Generator is already executing.");while(l&&(l=0,r[0]&&(t=0)),t)try{if(n=1,i&&(o=r[0]&2?i["return"]:r[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,r[1])).done)return o;if(i=0,o)r=[r[0]&2,o.value];switch(r[0]){case 0:case 1:o=r;break;case 4:t.label++;return{value:r[1],done:false};case 5:t.label++;i=r[1];r=[0];continue;case 7:r=t.ops.pop();t.trys.pop();continue;default:if(!(o=t.trys,o=o.length>0&&o[o.length-1])&&(r[0]===6||r[0]===2)){t=0;continue}if(r[0]===3&&(!o||r[1]>o[0]&&r[1]<o[3])){t.label=r[1];break}if(r[0]===6&&t.label<o[1]){t.label=o[1];o=r;break}if(o&&t.label<o[2]){t.label=o[2];t.ops.push(r);break}if(o[2])t.ops.pop();t.trys.pop();continue}r=a.call(e,t)}catch(e){r=[6,e];i=0}finally{n=o=0}if(r[0]&5)throw r[1];return{value:r[0]?r[1]:void 0,done:true}}};import{b as bootstrapLazy}from"./index-3425d80d.js";export{s as setNonce}from"./index-3425d80d.js";import{g as globalScripts}from"./app-globals-7bf0ccc7.js";var defineCustomElements=function(e,a){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(typeof window==="undefined")return[2,undefined];return[4,globalScripts()];case 1:e.sent();return[2,bootstrapLazy(JSON.parse('[["wm-file",[[17,"wm-file",{"name":[1],"type":[1],"fileActions":[1,"file-actions"],"lastUpdated":[1,"last-updated"],"progress":[514],"size":[1],"uploadedBy":[1,"uploaded-by"],"errorMessage":[1,"error-message"],"showInfo":[1025,"show-info"]}]]],["wm-modal-pss_3",[[0,"wm-modal-pss-footer",{"secondaryText":[1,"secondary-text"],"primaryText":[1,"primary-text"],"infoText":[1,"info-text"],"primaryActionDisabled":[4,"primary-action-disabled"],"deleteStyle":[4,"delete-style"]}],[0,"wm-modal-pss-header",{"heading":[1],"subheading":[1]}],[0,"wm-modal-pss",{"open":[1540],"elementToFocus":[1025,"element-to-focus"],"modalType":[513,"modal-type"],"uid":[1537],"emitCloseEvent":[64],"emitPrimaryEvent":[64],"emitSecondaryEvent":[64]},[[0,"click","handleClick"],[0,"keydown","closeModalOnEscape"]],{"open":["toggleModal"]}]]],["wm-modal_3",[[0,"wm-modal-footer",{"secondaryText":[1,"secondary-text"],"primaryText":[1,"primary-text"],"infoText":[1,"info-text"],"primaryActionDisabled":[4,"primary-action-disabled"],"deleteStyle":[4,"delete-style"]}],[0,"wm-modal-header",{"heading":[1],"subheading":[1]}],[4,"wm-modal",{"open":[1540],"elementToFocus":[1025,"element-to-focus"],"modalType":[513,"modal-type"],"uid":[1537],"returnFocusEl":[32],"emitCloseEvent":[64],"emitPrimaryEvent":[64],"emitSecondaryEvent":[64]},null,{"open":["toggleModal"]}]]],["wm-chart-bar",[[17,"wm-chart-bar",{"config":[16],"data":[16],"printMode":[4,"print-mode"],"patternMode":[4,"pattern-mode"],"subinfo":[1],"processedData":[32],"gridInfo":[32],"isKeying":[32]},[[4,"wmLegendItemClick","handleLegendItemClick"],[6,"click","handleDocumentClick"],[8,"wmUserIsKeying","handleUserIsKeying"],[8,"wmUserIsNotTabbing","handleUserIsNotKeying"]],{"config":["handleConfigDataChange"],"data":["handleConfigDataChange"]}]]],["wm-chart-column",[[17,"wm-chart-column",{"config":[16],"data":[16],"printWidth":[1,"print-width"],"printMode":[4,"print-mode"],"patternMode":[4,"pattern-mode"],"subinfo":[1],"processedData":[32],"gridInfo":[32],"isKeying":[32]},[[4,"wmLegendItemClick","handleLegendItemClick"],[4,"wmLegendItemHover","handleLegendItemHover"],[8,"beforeprint","handleBeforePrint"],[8,"afterprint","handleAfterPrint"],[6,"click","handleDocumentClick"],[8,"wmUserIsKeying","handleUserIsKeying"],[8,"wmUserIsNotTabbing","handleUserIsNotKeying"]],{"config":["handleConfigDataChange"],"data":["handleConfigDataChange"],"printWidth":["handleConfigDataChange"]}]]],["wm-chart-stack",[[17,"wm-chart-stack",{"config":[16],"data":[16],"printMode":[4,"print-mode"],"patternMode":[4,"pattern-mode"],"subinfo":[1],"processedStacks":[32],"isKeying":[32],"hasHiddenValues":[32],"userIsPrinting":[32]},[[4,"wmLegendItemClick","handleLegendItemClick"],[6,"click","handleDocumentClick"],[8,"wmUserIsKeying","handleUserIsKeying"],[8,"wmUserIsNotTabbing","handleUserIsNotKeying"],[8,"beforeprint","handleBeforePrint"],[8,"afterprint","handleAfterPrint"]],{"config":["handleConfigDataChange"],"data":["handleConfigDataChange"]}]]],["wm-navigator",[[17,"wm-navigator",{"userName":[1,"user-name"],"email":[1],"authType":[2,"auth-type"],"connectionName":[1,"connection-name"],"logoutUrl":[1,"logout-url"],"products":[1],"loadFromUserinfo":[4,"load-from-userinfo"],"isOpen":[32],"itemIndexToFocus":[32]},[[0,"keydown","handleKeys"],[0,"keydownOnNavItem","handleKeydown"],[4,"click","handleClick"],[0,"buttonActivated","handleButtonClick"]],{"products":["parseData"]}]]],["wm-optgroup",[[17,"wm-optgroup",{"label":[1],"isExpanded":[1028,"is-expanded"],"multiple":[1028],"disabled":[4],"emitDeselection":[64],"handleChildChange":[64]},[[0,"wmKeyLeftPressed","handleOptionKeyLeft"]],{"isExpanded":["isExpandedChanged"]}]]],["wm-navigation_3",[[17,"wm-navigation",{"open":[1540]},[[0,"keydown","closeOnEscape"],[9,"resize","handleWindowResize"],[8,"wmNavigationHamburgerClicked","handleHamburgerClicked"],[0,"wmNavigationItemClicked","handleClickOnItem"]],{"open":["handleStateChange"]}],[17,"wm-navigation-hamburger",{"navId":[1,"nav-id"],"isTabbing":[32],"open":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[4,"wmNavigationStateChanged","handleNavigationStateChanged"]]],[17,"wm-navigation-item",{"href":[1],"text":[1],"active":[4]}]]],["wm-progress-indicator_3",[[17,"wm-progress-indicator",{"label":[1],"subinfo":[1],"completionMessage":[1,"completion-message"],"showLegend":[4,"show-legend"],"printMode":[4,"print-mode"],"printModeFormat":[1,"print-mode-format"],"isTabbing":[32],"mode":[32],"userIsNavigating":[32],"focusedSliceId":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[0,"keydown","handleKeydown"],[0,"wmProgressSliceUpdated","handleSliceUpdate"]],{"mode":["handleModeUpdate"]}],[17,"wm-progress-monitor",{"breakpoint":[8],"groupLegend":[1,"group-legend"],"barLabelsWidth":[1,"bar-labels-width"]}],[1,"wm-progress-slice",{"legend":[1],"amount":[1],"popoverTitle":[1,"popover-title"],"popoverText":[1,"popover-text"],"popoverButtonText":[1,"popover-button-text"]}]]],["wm-tab-item_3",[[17,"wm-tab-list",{"customBackground":[1,"custom-background"],"selectedTab":[1,"selected-tab"],"announcement":[32],"containerFadeLeft":[32],"containerFadeRight":[32],"scrollArrowsVisible":[32]},[[0,"tabItemLoaded","tabItemLoaded"],[0,"wmIntTabFocused","wmTabFocused"],[0,"keydownOnTabItem","handleKeydown"]],{"selectedTab":["setSelected"]}],[17,"wm-tab-item",{"selected":[4],"tabId":[1,"tab-id"]}],[0,"wm-tab-panel",{"active":[1028],"tabId":[1025,"tab-id"]}]]],["wm-chart",[[17,"wm-chart",{"chartType":[1,"chart-type"],"label":[1],"labelWidth":[1,"label-width"],"subinfo":[1],"valueFormat":[1,"value-format"],"showGrid":[4,"show-grid"],"showLegend":[4,"show-legend"],"showBarLegend":[4,"show-bar-legend"],"notStartedColor":[4,"not-started-color"],"printMode":[4,"print-mode"],"printModeFormat":[1,"print-mode-format"],"labelPosition":[1,"label-position"],"isTabbing":[32],"userIsNavigating":[32],"focusedSliceId":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[0,"keydown","handleKeydown"],[0,"wmChartSliceUpdated","handleSliceUpdate"]]]]],["wm-date-range",[[17,"wm-date-range",{"dateFormat":[1,"date-format"],"disabled":[4],"errorMessage":[513,"error-message"],"invalidStart":[4,"invalid-start"],"invalidEnd":[4,"invalid-end"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"],"preselected":[1],"requiredField":[4,"required-field"],"valueStart":[1025,"value-start"],"valueEnd":[1025,"value-end"],"isExpanded":[32],"canOpen":[32],"reformatDate":[64],"isValidISO":[64]},[[11,"scroll","pf_reposition"],[9,"resize","pf_reposition"],[9,"resize","checkCanOpen"],[0,"popupBlurred","handlePopupBlurred"],[0,"keydown","handleKeydown"],[0,"cellTriggered","handleCellTriggered"],[0,"outOfCal","handleOutOfCal"],[0,"cellHovered","handleCellHovered"]],{"disabled":["handleDisabled"],"valueStart":["updateValueStart"],"valueEnd":["updateValueEnd"],"errorMessage":["handleErrorMessage"]}]]],["wm-datepicker",[[17,"wm-datepicker",{"value":[1025],"disabled":[4],"dateFormat":[1,"date-format"],"errorMessage":[513,"error-message"],"labelPosition":[1,"label-position"],"label":[1],"requiredField":[4,"required-field"],"preselected":[1],"isExpanded":[32],"canOpen":[32],"reformatDate":[64],"isValidIso":[64]},[[11,"scroll","pf_reposition"],[9,"resize","pf_reposition"],[9,"resize","checkCanOpen"],[0,"keydown","handleKeydown"],[0,"cellTriggered","handleCellTriggered"]],{"disabled":["handleDisabledChange"],"value":["updateValue"],"errorMessage":["announceError"]}]]],["wm-line-chart",[[1,"wm-line-chart",{"label":[1],"description":[1],"xAxisLabel":[1,"x-axis-label"],"yAxisLabel":[1,"y-axis-label"],"showGrid":[4,"show-grid"],"lineData":[1025,"line-data"],"units":[1],"labelWidth":[1,"label-width"],"highlightQualifier":[1,"highlight-qualifier"],"highlightStart":[1,"highlight-start"],"highlightEnd":[1,"highlight-end"],"visibilityToggles":[4,"visibility-toggles"],"showDeltas":[4,"show-deltas"],"yRange":[1,"y-range"],"spotlightData":[16],"decimalPlaces":[2,"decimal-places"],"parsedLineData":[32],"popoverIndex":[32],"focusedLine":[32],"hiddenLines":[32],"isTabbing":[32],"announcement":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"]],{"lineData":["parseData"]}]]],["wm-search",[[17,"wm-search",{"searchType":[1025,"search-type"],"disabled":[516],"placeholder":[1],"label":[1],"numResults":[1026,"num-results"],"value":[1537],"highlightedId":[1,"highlighted-id"],"highlightedName":[1,"highlighted-name"],"isTabbing":[32],"highlightedNum":[32],"previousBlurredValue":[32],"parentModal":[32],"announcement":[32],"updateValue":[64]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"]],{"numResults":["handleNumResultsUpdate"],"disabled":["handleDisabledChange"]}]]],["wm-chart-slice",[[0,"wm-chart-slice",{"legend":[1],"amount":[1],"popoverTitle":[1,"popover-title"],"popoverText":[1,"popover-text"],"popoverButtonText":[1,"popover-button-text"]}]]],["wm-file-list",[[17,"wm-file-list",{"showInfo":[1,"show-info"]}]]],["wm-input",[[17,"wm-input",{"label":[1],"labelPosition":[1,"label-position"],"value":[1025],"disabled":[4],"info":[1],"inputWidth":[1,"input-width"],"placeholder":[1],"requiredField":[4,"required-field"],"errorMessage":[1,"error-message"],"characterLimit":[2,"character-limit"],"symbolBefore":[1,"symbol-before"],"symbolAfter":[1,"symbol-after"],"textAfter":[1,"text-after"],"type":[1],"step":[2],"min":[2],"max":[2],"isSubmit":[4,"is-submit"],"announcement":[32]},null,{"disabled":["handleDisabledChange"],"errorMessage":["announceError"]}]]],["wm-nested-select",[[17,"wm-nested-select",{"disabled":[516],"maxHeight":[1,"max-height"],"label":[1025],"labelPosition":[1,"label-position"],"requiredField":[4,"required-field"],"errorMessage":[1025,"error-message"],"multiple":[4],"search":[4],"selectAll":[4,"select-all"],"placeholder":[1],"searchPlaceholder":[1,"search-placeholder"],"allSelectedMessage":[1,"all-selected-message"],"constrainedMaxHeight":[1025,"constrained-max-height"],"isExpanded":[32],"isGroupExpanded":[32],"showClearSelectionButton":[32],"announcement":[32]},[[0,"wmOptionSelected","handleOptionSelection"],[0,"wmEnterKeyPressed","handleChildEnter"],[0,"wmEscKeyPressed","closePopupOnEscape"],[0,"keydown","handleKeyDown"],[6,"click","handleClick"],[0,"optgroupExpanded","handleOptgroupExpanded"],[0,"optgroupHidden","handleOptgroupHidden"]]]]],["wm-pagination",[[17,"wm-pagination",{"label":[1],"currentPage":[2,"current-page"],"totalItems":[2,"total-items"],"itemsPerPage":[2,"items-per-page"],"value":[2],"isLargeSize":[4,"is-large-size"],"srAnnouncement":[32]},null,{"totalItems":["calculateTotalPages"],"itemsPerPage":["calculateTotalPages"]}]]],["wm-tag-input",[[17,"wm-tag-input",{"label":[1],"errorMessage":[1,"error-message"],"info":[1],"labelPosition":[1,"label-position"],"maxTags":[2,"max-tags"],"placeholder":[1025],"requiredField":[4,"required-field"],"tagInputType":[1,"tag-input-type"],"helpText":[1,"help-text"],"addNew":[4,"add-new"],"characterLimit":[2,"character-limit"],"colHeaders":[1,"col-headers"],"colWidths":[1,"col-widths"],"colWrap":[1,"col-wrap"],"isKeying":[32],"isExpanded":[32],"liveRegionMessage":[32],"focusedOption":[32],"focusedColumn":[32],"focusedTagIndex":[32],"tagsList":[32]},[[8,"wmUserIsKeying","toggleKeyingOn"],[8,"wmUserIsTabbing","toggleKeyingOn"],[8,"wmUserIsNotKeying","toggleKeyingOff"],[8,"wmUserIsNotTabbing","toggleKeyingOff"],[0,"privTagOptionSelected","handleTagOptionSelected"],[0,"privTagOptionDeselected","handleTagOptionDeselected"],[4,"click","handleClick"],[11,"scroll","dismissTooltip"],[0,"blur","handleBlur"]],{"tagsList":["handleTagsListChange"],"errorMessage":["announceError"]}]]],["wm-tag-option",[[0,"wm-tag-option",{"selected":[1540],"locked":[4],"col1":[1],"col2":[1],"col3":[1],"col4":[1],"emitSelectedEvent":[64],"emitDeselectedEvent":[64]},null,{"selected":["handleSelected"]}]]],["wm-textarea",[[1,"wm-textarea",{"label":[1],"labelPosition":[1,"label-position"],"value":[1025],"disabled":[4],"info":[1],"placeholder":[1],"requiredField":[4,"required-field"],"errorMessage":[1,"error-message"],"characterLimit":[2,"character-limit"],"inputWidth":[1,"input-width"],"inputHeight":[1,"input-height"],"announcement":[32]},null,{"disabled":["handleDisabledChange"],"errorMessage":["announceError"]}]]],["wm-timepicker",[[17,"wm-timepicker",{"disabled":[4],"value":[1025],"errorMessage":[1,"error-message"],"label":[1],"labelPosition":[1,"label-position"],"requiredField":[4,"required-field"],"preselected":[1],"isExpanded":[32],"isValidTime":[64],"reformatTime":[64]},[[0,"keydown","handleKey"]],{"disabled":["handleDisabledChange"],"value":["handleValueChange"],"errorMessage":["announceError"]}]]],["wm-toggletip",[[17,"wm-toggletip",{"label":[1],"tooltip":[1],"tooltipPosition":[1,"tooltip-position"],"targetSize":[1,"target-size"],"toggletipType":[1,"toggletip-type"],"isHidden":[32]},[[9,"resize","handleResize"],[0,"keydown","handleKeydown"],[4,"click","handleClick"]]]]],["wm-wrapper",[[0,"wm-wrapper"]]],["priv-chart-popover-old",[[0,"priv-chart-popover-old",{"open":[1028],"sliceDetails":[16]},[[4,"click","handleClickOnDocument"],[0,"click","handleClick"]],{"open":["handleOpenChange"],"sliceDetails":["handleDetailsChange"]}]]],["wm-option_2",[[17,"wm-select",{"disabled":[516],"maxHeight":[1,"max-height"],"label":[1025],"labelPosition":[1,"label-position"],"requiredField":[4,"required-field"],"errorMessage":[1025,"error-message"],"multiple":[4],"search":[4],"selectAll":[4,"select-all"],"placeholder":[1],"searchPlaceholder":[1,"search-placeholder"],"allSelectedMessage":[1,"all-selected-message"],"info":[1],"isExpanded":[32],"isHidden":[32],"openUp":[32],"announcement":[32]},[[0,"wmOptionSelected","handleOptionSelection"],[0,"wmEnterKeyPressed","handleChildEnter"],[0,"wmEscKeyPressed","closeDropdownOnEscape"],[0,"keydown","handleKey"],[9,"resize","handleResize"]],{"errorMessage":["announceError"],"disabled":["handleDisabledChange"]}],[1,"wm-option",{"value":[1],"subinfo":[1025],"disabled":[516],"selected":[516],"focused":[4],"searchTerm":[32]},[[0,"keydown","handleKeydown"],[0,"click","handleSelection"],[0,"blur","handleBlur"]],{"selected":["syncAriaSelected"],"disabled":["syncAriaDisabled","updateDisabledOnClick"]}]]],["priv-chart-popover_2",[[0,"priv-chart-popover",{"chartData":[16],"header":[1],"text":[1],"buttonText":[1,"button-text"],"coords":[16],"open":[1028],"announcement":[32],"isKeying":[32],"announceContents":[64]},[[8,"wmUserIsKeying","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[4,"click","handleClickOnDocument"],[0,"click","handleClick"]],{"open":["handleOpenChange"],"coords":["handleDetailsChange"]}],[17,"wm-chart-legend",{"chartIds":[513,"chart-ids"],"orientation":[1],"processedData":[1040],"printMode":[4,"print-mode"],"patternMode":[1,"pattern-mode"]},[[4,"wmChartBarHighlighted","handleChartBarHighlighted"],[4,"wmChartStackHighlighted","handleChartBarHighlighted"],[6,"click","handleDocumentClick"]]]]],["wm-button",[[17,"wm-button",{"disabled":[516],"buttonType":[1025,"button-type"],"icon":[1537],"iconSize":[1,"icon-size"],"iconRotate":[2,"icon-rotate"],"iconFlip":[1,"icon-flip"],"tooltip":[1537],"labelForIdenticalButtons":[1,"label-for-identical-buttons"],"tooltipPosition":[1,"tooltip-position"],"permanentlyDelete":[4,"permanently-delete"],"textWrap":[4,"text-wrap"],"customBackground":[1,"custom-background"],"isSubmit":[4,"is-submit"],"ariaLabelPassthrough":[1,"aria-label-passthrough"],"ariaExpandedPassthrough":[4,"aria-expanded-passthrough"],"isTabbing":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[11,"scroll","handleScroll"],[0,"keydown","handleKeydown"]],{"buttonType":["validateType"],"icon":["updateIcon"],"disabled":["handleDisabledChange"]}]]],["wm-flyout",[[1,"wm-flyout",{"eyebrow":[1],"heading":[1],"subheading":[1],"flyoutWidth":[1,"flyout-width"],"primaryText":[1,"primary-text"],"secondaryText":[1,"secondary-text"],"infoText":[1,"info-text"],"breadcrumb":[1],"elementToFocus":[1,"element-to-focus"],"open":[516],"returnFocusEl":[32],"isBreadcrumbsOverflowing":[32],"focusHeading":[64]},null,{"open":["handleOpenChange"],"flyoutWidth":["setFlyoutWidth"]}]]],["wm-snackbar",[[1,"wm-snackbar",{"notifications":[1537],"isTabbing":[32],"announcement":[32]},[[4,"keydown","checkForTabbing"],[5,"mouseover","handleMouse"]],{"notifications":["updateSnacks"]}]]],["wm-uploader",[[17,"wm-uploader",{"label":[1],"uploaderType":[1,"uploader-type"],"dropArea":[1,"drop-area"],"buttonText":[1,"button-text"],"icon":[1],"fileTypes":[1,"file-types"],"maxSize":[1,"max-size"],"maxFiles":[2,"max-files"],"errorMessage":[1,"error-message"],"requiredField":[4,"required-field"],"showInfo":[1,"show-info"],"isTabbing":[32],"notif":[32],"isCondensed":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[0,"wmFileErrorCleared","handleFileErrorCleared"],[0,"wmFileDelete","handleFileDelete"],[5,"dragenter","handleDocumentDragEnter"],[5,"mouseout","handleDocumentMouseOut"],[5,"dragleave","handleDocumentDragLeave"],[4,"visibilitychange","handleDocumentVisibilityChange"]],{"errorMessage":["announceError"]}]]],["priv-navigator-button",[[17,"priv-navigator-button",{"expanded":[1028],"altText":[1,"alt-text"]}]]],["priv-navigator-item",[[1,"priv-navigator-item",{"selected":[1028],"focused":[1028],"link":[1025]},[[0,"keydown","handleKeyDown"]]]]],["priv-option-list",[[4,"priv-option-list",{"multiple":[4],"search":[4],"selectAll":[4,"select-all"],"searchPlaceholder":[1,"search-placeholder"],"optgroupLabel":[1,"optgroup-label"],"maxHeight":[1,"max-height"],"upwardsHeightLimit":[2,"upwards-height-limit"],"announcement":[32],"searchTerm":[32],"handleChildChange":[64],"clearSearch":[64],"focusOption":[64],"handleInitialFocus":[64],"unfocusAll":[64],"updateOptionVisibility":[64]},[[0,"wmLetterPressed","findAndFocusOption"],[0,"wmOptionSelected","handleOptionSelection"],[0,"wmKeyUpPressed","handleChildUp"],[0,"wmKeyDownPressed","handleChildDown"],[0,"wmHomeKeyPressed","moveToFirstOption"],[0,"wmEndKeyPressed","moveToLastOption"],[0,"intCloneClicked","handleOptionCloneSelection"]]]]],["wm-action-menu_2",[[17,"wm-action-menu",{"tooltipPosition":[1,"tooltip-position"],"actionMenuType":[1,"action-menu-type"],"buttonText":[1,"button-text"],"disabled":[516],"tooltip":[1],"labelForIdenticalButtons":[1,"label-for-identical-buttons"],"darkMode":[4,"dark-mode"],"isExpanded":[32],"isTabbing":[32],"isHidden":[32]},[[8,"wmUserIsTabbing","handleTabbingOn"],[8,"wmUserIsNotTabbing","handleTabbingOff"],[11,"scroll","handleWindowScroll"],[0,"wmMenuitemClicked","handleClickedItem"],[0,"wmKeyUpPressed","handleKeyUp"],[0,"wmKeyDownPressed","handleKeyDown"],[0,"wmHomeKeyPressed","handleHomeKey"],[0,"wmEndKeyPressed","handleEndKey"],[0,"wmTabKeyPressed","handleTabKey"],[0,"wmEscKeyPressed","handleEscKey"],[0,"keydown","handleKey"],[0,"wmMenuitemBlurred","handleMenuitemBlur"],[0,"wmLetterPressed","findAndFocusItem"]]],[1,"wm-menuitem",{"disabled":[4],"icon":[1025],"description":[1]},[[0,"keydown","handleKeydown"],[0,"click","handleClick"],[0,"blur","handleBlur"]],{"disabled":["setOnClick"]}]]],["priv-calendar",[[0,"priv-calendar",{"disabled":[4],"view":[1025],"focusDate":[1025,"focus-date"],"startDate":[1,"start-date"],"endDate":[1,"end-date"],"hoverDate":[1,"hover-date"],"announcement":[32],"focusFirstFocusable":[64],"focusLastFocusable":[64],"focusCell":[64]},[[0,"keydown","handleKey"]],{"focusDate":["handleFocusDate"]}]]]]'),a)]}}))}))};export{defineCustomElements};
|
|
1
|
+
var __awaiter=this&&this.__awaiter||function(e,a,t,n){function i(e){return e instanceof t?e:new t((function(a){a(e)}))}return new(t||(t=Promise))((function(t,o){function l(e){try{d(n.next(e))}catch(e){o(e)}}function r(e){try{d(n["throw"](e))}catch(e){o(e)}}function d(e){e.done?t(e.value):i(e.value).then(l,r)}d((n=n.apply(e,a||[])).next())}))};var __generator=this&&this.__generator||function(e,a){var t={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,l;return l={next:r(0),throw:r(1),return:r(2)},typeof Symbol==="function"&&(l[Symbol.iterator]=function(){return this}),l;function r(e){return function(a){return d([e,a])}}function d(r){if(n)throw new TypeError("Generator is already executing.");while(l&&(l=0,r[0]&&(t=0)),t)try{if(n=1,i&&(o=r[0]&2?i["return"]:r[0]?i["throw"]||((o=i["return"])&&o.call(i),0):i.next)&&!(o=o.call(i,r[1])).done)return o;if(i=0,o)r=[r[0]&2,o.value];switch(r[0]){case 0:case 1:o=r;break;case 4:t.label++;return{value:r[1],done:false};case 5:t.label++;i=r[1];r=[0];continue;case 7:r=t.ops.pop();t.trys.pop();continue;default:if(!(o=t.trys,o=o.length>0&&o[o.length-1])&&(r[0]===6||r[0]===2)){t=0;continue}if(r[0]===3&&(!o||r[1]>o[0]&&r[1]<o[3])){t.label=r[1];break}if(r[0]===6&&t.label<o[1]){t.label=o[1];o=r;break}if(o&&t.label<o[2]){t.label=o[2];t.ops.push(r);break}if(o[2])t.ops.pop();t.trys.pop();continue}r=a.call(e,t)}catch(e){r=[6,e];i=0}finally{n=o=0}if(r[0]&5)throw r[1];return{value:r[0]?r[1]:void 0,done:true}}};import{b as bootstrapLazy}from"./index-3425d80d.js";export{s as setNonce}from"./index-3425d80d.js";import{g as globalScripts}from"./app-globals-7156a0c2.js";var defineCustomElements=function(e,a){return __awaiter(void 0,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(typeof window==="undefined")return[2,undefined];return[4,globalScripts()];case 1:e.sent();return[2,bootstrapLazy(JSON.parse('[["wm-file",[[17,"wm-file",{"name":[1],"type":[1],"fileActions":[1,"file-actions"],"lastUpdated":[1,"last-updated"],"progress":[514],"size":[1],"uploadedBy":[1,"uploaded-by"],"errorMessage":[1,"error-message"],"showInfo":[1025,"show-info"]}]]],["wm-modal-pss_3",[[0,"wm-modal-pss-footer",{"secondaryText":[1,"secondary-text"],"primaryText":[1,"primary-text"],"infoText":[1,"info-text"],"primaryActionDisabled":[4,"primary-action-disabled"],"deleteStyle":[4,"delete-style"]}],[0,"wm-modal-pss-header",{"heading":[1],"subheading":[1]}],[0,"wm-modal-pss",{"open":[1540],"elementToFocus":[1025,"element-to-focus"],"modalType":[513,"modal-type"],"uid":[1537],"emitCloseEvent":[64],"emitPrimaryEvent":[64],"emitSecondaryEvent":[64]},[[0,"click","handleClick"],[0,"keydown","closeModalOnEscape"]],{"open":["toggleModal"]}]]],["wm-modal_3",[[0,"wm-modal-footer",{"secondaryText":[1,"secondary-text"],"primaryText":[1,"primary-text"],"infoText":[1,"info-text"],"primaryActionDisabled":[4,"primary-action-disabled"],"deleteStyle":[4,"delete-style"]}],[0,"wm-modal-header",{"heading":[1],"subheading":[1]}],[4,"wm-modal",{"open":[1540],"elementToFocus":[1025,"element-to-focus"],"modalType":[513,"modal-type"],"uid":[1537],"returnFocusEl":[32],"emitCloseEvent":[64],"emitPrimaryEvent":[64],"emitSecondaryEvent":[64]},null,{"open":["toggleModal"]}]]],["wm-chart-bar",[[17,"wm-chart-bar",{"config":[16],"data":[16],"printMode":[4,"print-mode"],"patternMode":[4,"pattern-mode"],"subinfo":[1],"processedData":[32],"gridInfo":[32],"isKeying":[32]},[[4,"wmLegendItemClick","handleLegendItemClick"],[6,"click","handleDocumentClick"],[8,"wmUserIsKeying","handleUserIsKeying"],[8,"wmUserIsNotTabbing","handleUserIsNotKeying"]],{"config":["handleConfigDataChange"],"data":["handleConfigDataChange"]}]]],["wm-chart-column",[[17,"wm-chart-column",{"config":[16],"data":[16],"printWidth":[1,"print-width"],"printMode":[4,"print-mode"],"patternMode":[4,"pattern-mode"],"subinfo":[1],"processedData":[32],"gridInfo":[32],"isKeying":[32]},[[4,"wmLegendItemClick","handleLegendItemClick"],[4,"wmLegendItemHover","handleLegendItemHover"],[8,"beforeprint","handleBeforePrint"],[8,"afterprint","handleAfterPrint"],[6,"click","handleDocumentClick"],[8,"wmUserIsKeying","handleUserIsKeying"],[8,"wmUserIsNotTabbing","handleUserIsNotKeying"]],{"config":["handleConfigDataChange"],"data":["handleConfigDataChange"],"printWidth":["handleConfigDataChange"]}]]],["wm-chart-stack",[[17,"wm-chart-stack",{"config":[16],"data":[16],"printMode":[4,"print-mode"],"patternMode":[4,"pattern-mode"],"subinfo":[1],"processedStacks":[32],"isKeying":[32],"hasHiddenValues":[32],"userIsPrinting":[32]},[[4,"wmLegendItemClick","handleLegendItemClick"],[6,"click","handleDocumentClick"],[8,"wmUserIsKeying","handleUserIsKeying"],[8,"wmUserIsNotTabbing","handleUserIsNotKeying"],[8,"beforeprint","handleBeforePrint"],[8,"afterprint","handleAfterPrint"]],{"config":["handleConfigDataChange"],"data":["handleConfigDataChange"]}]]],["wm-navigator",[[17,"wm-navigator",{"userName":[1,"user-name"],"email":[1],"authType":[2,"auth-type"],"connectionName":[1,"connection-name"],"logoutUrl":[1,"logout-url"],"products":[1],"loadFromUserinfo":[4,"load-from-userinfo"],"isOpen":[32],"itemIndexToFocus":[32]},[[0,"keydown","handleKeys"],[0,"keydownOnNavItem","handleKeydown"],[4,"click","handleClick"],[0,"buttonActivated","handleButtonClick"]],{"products":["parseData"]}]]],["wm-optgroup",[[17,"wm-optgroup",{"label":[1],"isExpanded":[1028,"is-expanded"],"multiple":[1028],"disabled":[4],"emitDeselection":[64],"handleChildChange":[64]},[[0,"wmKeyLeftPressed","handleOptionKeyLeft"]],{"isExpanded":["isExpandedChanged"]}]]],["wm-navigation_3",[[17,"wm-navigation",{"open":[1540]},[[0,"keydown","closeOnEscape"],[9,"resize","handleWindowResize"],[8,"wmNavigationHamburgerClicked","handleHamburgerClicked"],[0,"wmNavigationItemClicked","handleClickOnItem"]],{"open":["handleStateChange"]}],[17,"wm-navigation-hamburger",{"navId":[1,"nav-id"],"isTabbing":[32],"open":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[4,"wmNavigationStateChanged","handleNavigationStateChanged"]]],[17,"wm-navigation-item",{"href":[1],"text":[1],"active":[4]}]]],["wm-progress-indicator_3",[[17,"wm-progress-indicator",{"label":[1],"subinfo":[1],"completionMessage":[1,"completion-message"],"showLegend":[4,"show-legend"],"printMode":[4,"print-mode"],"printModeFormat":[1,"print-mode-format"],"isTabbing":[32],"mode":[32],"userIsNavigating":[32],"focusedSliceId":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[0,"keydown","handleKeydown"],[0,"wmProgressSliceUpdated","handleSliceUpdate"]],{"mode":["handleModeUpdate"]}],[17,"wm-progress-monitor",{"breakpoint":[8],"groupLegend":[1,"group-legend"],"barLabelsWidth":[1,"bar-labels-width"]}],[1,"wm-progress-slice",{"legend":[1],"amount":[1],"popoverTitle":[1,"popover-title"],"popoverText":[1,"popover-text"],"popoverButtonText":[1,"popover-button-text"]}]]],["wm-tab-item_3",[[17,"wm-tab-list",{"customBackground":[1,"custom-background"],"selectedTab":[1,"selected-tab"],"announcement":[32],"containerFadeLeft":[32],"containerFadeRight":[32],"scrollArrowsVisible":[32]},[[0,"tabItemLoaded","tabItemLoaded"],[0,"wmIntTabFocused","wmTabFocused"],[0,"keydownOnTabItem","handleKeydown"]],{"selectedTab":["setSelected"]}],[17,"wm-tab-item",{"selected":[4],"tabId":[1,"tab-id"]}],[0,"wm-tab-panel",{"active":[1028],"tabId":[1025,"tab-id"]}]]],["wm-chart",[[17,"wm-chart",{"chartType":[1,"chart-type"],"label":[1],"labelWidth":[1,"label-width"],"subinfo":[1],"valueFormat":[1,"value-format"],"showGrid":[4,"show-grid"],"showLegend":[4,"show-legend"],"showBarLegend":[4,"show-bar-legend"],"notStartedColor":[4,"not-started-color"],"printMode":[4,"print-mode"],"printModeFormat":[1,"print-mode-format"],"labelPosition":[1,"label-position"],"isTabbing":[32],"userIsNavigating":[32],"focusedSliceId":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[0,"keydown","handleKeydown"],[0,"wmChartSliceUpdated","handleSliceUpdate"]]]]],["wm-date-range",[[17,"wm-date-range",{"dateFormat":[1,"date-format"],"disabled":[4],"errorMessage":[513,"error-message"],"invalidStart":[4,"invalid-start"],"invalidEnd":[4,"invalid-end"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"],"preselected":[1],"requiredField":[4,"required-field"],"valueStart":[1025,"value-start"],"valueEnd":[1025,"value-end"],"isExpanded":[32],"canOpen":[32],"reformatDate":[64],"isValidISO":[64]},[[11,"scroll","pf_reposition"],[9,"resize","pf_reposition"],[9,"resize","checkCanOpen"],[0,"popupBlurred","handlePopupBlurred"],[0,"keydown","handleKeydown"],[0,"cellTriggered","handleCellTriggered"],[0,"outOfCal","handleOutOfCal"],[0,"cellHovered","handleCellHovered"]],{"disabled":["handleDisabled"],"valueStart":["updateValueStart"],"valueEnd":["updateValueEnd"],"errorMessage":["handleErrorMessage"]}]]],["wm-datepicker",[[17,"wm-datepicker",{"value":[1025],"disabled":[4],"dateFormat":[1,"date-format"],"errorMessage":[513,"error-message"],"labelPosition":[1,"label-position"],"label":[1],"requiredField":[4,"required-field"],"preselected":[1],"isExpanded":[32],"canOpen":[32],"reformatDate":[64],"isValidIso":[64]},[[11,"scroll","pf_reposition"],[9,"resize","pf_reposition"],[9,"resize","checkCanOpen"],[0,"keydown","handleKeydown"],[0,"cellTriggered","handleCellTriggered"]],{"disabled":["handleDisabledChange"],"value":["updateValue"],"errorMessage":["announceError"]}]]],["wm-line-chart",[[1,"wm-line-chart",{"label":[1],"description":[1],"xAxisLabel":[1,"x-axis-label"],"yAxisLabel":[1,"y-axis-label"],"showGrid":[4,"show-grid"],"lineData":[1025,"line-data"],"units":[1],"labelWidth":[1,"label-width"],"highlightQualifier":[1,"highlight-qualifier"],"highlightStart":[1,"highlight-start"],"highlightEnd":[1,"highlight-end"],"visibilityToggles":[4,"visibility-toggles"],"showDeltas":[4,"show-deltas"],"yRange":[1,"y-range"],"spotlightData":[16],"decimalPlaces":[2,"decimal-places"],"parsedLineData":[32],"popoverIndex":[32],"focusedLine":[32],"hiddenLines":[32],"isTabbing":[32],"announcement":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"]],{"lineData":["parseData"]}]]],["wm-search",[[17,"wm-search",{"searchType":[1025,"search-type"],"disabled":[516],"placeholder":[1],"label":[1],"numResults":[1026,"num-results"],"value":[1537],"highlightedId":[1,"highlighted-id"],"highlightedName":[1,"highlighted-name"],"isTabbing":[32],"highlightedNum":[32],"previousBlurredValue":[32],"parentModal":[32],"announcement":[32],"updateValue":[64]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"]],{"numResults":["handleNumResultsUpdate"],"disabled":["handleDisabledChange"]}]]],["wm-chart-slice",[[0,"wm-chart-slice",{"legend":[1],"amount":[1],"popoverTitle":[1,"popover-title"],"popoverText":[1,"popover-text"],"popoverButtonText":[1,"popover-button-text"]}]]],["wm-file-list",[[17,"wm-file-list",{"showInfo":[1,"show-info"]}]]],["wm-input",[[17,"wm-input",{"label":[1],"labelPosition":[1,"label-position"],"value":[1025],"disabled":[4],"info":[1],"inputWidth":[1,"input-width"],"placeholder":[1],"requiredField":[4,"required-field"],"errorMessage":[1,"error-message"],"characterLimit":[2,"character-limit"],"symbolBefore":[1,"symbol-before"],"symbolAfter":[1,"symbol-after"],"textAfter":[1,"text-after"],"type":[1],"step":[2],"min":[2],"max":[2],"isSubmit":[4,"is-submit"],"announcement":[32]},null,{"disabled":["handleDisabledChange"],"errorMessage":["announceError"]}]]],["wm-nested-select",[[17,"wm-nested-select",{"disabled":[516],"maxHeight":[1,"max-height"],"label":[1025],"labelPosition":[1,"label-position"],"requiredField":[4,"required-field"],"errorMessage":[1025,"error-message"],"multiple":[4],"search":[4],"selectAll":[4,"select-all"],"placeholder":[1],"searchPlaceholder":[1,"search-placeholder"],"allSelectedMessage":[1,"all-selected-message"],"constrainedMaxHeight":[1025,"constrained-max-height"],"isExpanded":[32],"isGroupExpanded":[32],"showClearSelectionButton":[32],"announcement":[32]},[[0,"wmOptionSelected","handleOptionSelection"],[0,"wmEnterKeyPressed","handleChildEnter"],[0,"wmEscKeyPressed","closePopupOnEscape"],[0,"keydown","handleKeyDown"],[6,"click","handleClick"],[0,"optgroupExpanded","handleOptgroupExpanded"],[0,"optgroupHidden","handleOptgroupHidden"]]]]],["wm-pagination",[[17,"wm-pagination",{"label":[1],"currentPage":[2,"current-page"],"totalItems":[2,"total-items"],"itemsPerPage":[2,"items-per-page"],"value":[2],"isLargeSize":[4,"is-large-size"],"srAnnouncement":[32]},null,{"totalItems":["calculateTotalPages"],"itemsPerPage":["calculateTotalPages"]}]]],["wm-tag-input",[[17,"wm-tag-input",{"label":[1],"errorMessage":[1,"error-message"],"info":[1],"labelPosition":[1,"label-position"],"maxTags":[2,"max-tags"],"placeholder":[1025],"requiredField":[4,"required-field"],"tagInputType":[1,"tag-input-type"],"helpText":[1,"help-text"],"addNew":[4,"add-new"],"characterLimit":[2,"character-limit"],"colHeaders":[1,"col-headers"],"colWidths":[1,"col-widths"],"colWrap":[1,"col-wrap"],"isKeying":[32],"isExpanded":[32],"liveRegionMessage":[32],"focusedOption":[32],"focusedColumn":[32],"focusedTagIndex":[32],"tagsList":[32]},[[8,"wmUserIsKeying","toggleKeyingOn"],[8,"wmUserIsTabbing","toggleKeyingOn"],[8,"wmUserIsNotKeying","toggleKeyingOff"],[8,"wmUserIsNotTabbing","toggleKeyingOff"],[0,"privTagOptionSelected","handleTagOptionSelected"],[0,"privTagOptionDeselected","handleTagOptionDeselected"],[4,"click","handleClick"],[11,"scroll","dismissTooltip"],[0,"blur","handleBlur"]],{"tagsList":["handleTagsListChange"],"errorMessage":["announceError"]}]]],["wm-tag-option",[[0,"wm-tag-option",{"selected":[1540],"locked":[4],"col1":[1],"col2":[1],"col3":[1],"col4":[1],"emitSelectedEvent":[64],"emitDeselectedEvent":[64]},null,{"selected":["handleSelected"]}]]],["wm-textarea",[[1,"wm-textarea",{"label":[1],"labelPosition":[1,"label-position"],"value":[1025],"disabled":[4],"info":[1],"placeholder":[1],"requiredField":[4,"required-field"],"errorMessage":[1,"error-message"],"characterLimit":[2,"character-limit"],"inputWidth":[1,"input-width"],"inputHeight":[1,"input-height"],"announcement":[32]},null,{"disabled":["handleDisabledChange"],"errorMessage":["announceError"]}]]],["wm-timepicker",[[17,"wm-timepicker",{"disabled":[4],"value":[1025],"errorMessage":[1,"error-message"],"label":[1],"labelPosition":[1,"label-position"],"requiredField":[4,"required-field"],"preselected":[1],"isExpanded":[32],"isValidTime":[64],"reformatTime":[64]},[[0,"keydown","handleKey"]],{"disabled":["handleDisabledChange"],"value":["handleValueChange"],"errorMessage":["announceError"]}]]],["wm-toggletip",[[17,"wm-toggletip",{"label":[1],"tooltip":[1],"tooltipPosition":[1,"tooltip-position"],"targetSize":[1,"target-size"],"toggletipType":[1,"toggletip-type"],"isHidden":[32]},[[9,"resize","handleResize"],[0,"keydown","handleKeydown"],[4,"click","handleClick"]]]]],["wm-wrapper",[[0,"wm-wrapper"]]],["priv-chart-popover-old",[[0,"priv-chart-popover-old",{"open":[1028],"sliceDetails":[16]},[[4,"click","handleClickOnDocument"],[0,"click","handleClick"]],{"open":["handleOpenChange"],"sliceDetails":["handleDetailsChange"]}]]],["wm-option_2",[[17,"wm-select",{"disabled":[516],"maxHeight":[1,"max-height"],"label":[1025],"labelPosition":[1,"label-position"],"requiredField":[4,"required-field"],"errorMessage":[1025,"error-message"],"multiple":[4],"search":[4],"selectAll":[4,"select-all"],"placeholder":[1],"searchPlaceholder":[1,"search-placeholder"],"allSelectedMessage":[1,"all-selected-message"],"info":[1],"isExpanded":[32],"isHidden":[32],"openUp":[32],"announcement":[32]},[[0,"wmOptionSelected","handleOptionSelection"],[0,"wmEnterKeyPressed","handleChildEnter"],[0,"wmEscKeyPressed","closeDropdownOnEscape"],[0,"keydown","handleKey"],[9,"resize","handleResize"]],{"errorMessage":["announceError"],"disabled":["handleDisabledChange"]}],[1,"wm-option",{"value":[1],"subinfo":[1025],"disabled":[516],"selected":[516],"focused":[4],"searchTerm":[32]},[[0,"keydown","handleKeydown"],[0,"click","handleSelection"],[0,"blur","handleBlur"]],{"selected":["syncAriaSelected"],"disabled":["syncAriaDisabled","updateDisabledOnClick"]}]]],["priv-chart-popover_2",[[0,"priv-chart-popover",{"chartData":[16],"header":[1],"text":[1],"buttonText":[1,"button-text"],"coords":[16],"open":[1028],"announcement":[32],"isKeying":[32],"announceContents":[64]},[[8,"wmUserIsKeying","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[4,"click","handleClickOnDocument"],[0,"click","handleClick"]],{"open":["handleOpenChange"],"coords":["handleDetailsChange"]}],[17,"wm-chart-legend",{"chartIds":[513,"chart-ids"],"orientation":[1],"processedData":[1040],"printMode":[4,"print-mode"],"patternMode":[1,"pattern-mode"]},[[4,"wmChartBarHighlighted","handleChartBarHighlighted"],[4,"wmChartStackHighlighted","handleChartBarHighlighted"],[6,"click","handleDocumentClick"]]]]],["wm-button",[[17,"wm-button",{"disabled":[516],"buttonType":[1025,"button-type"],"icon":[1537],"iconSize":[1,"icon-size"],"iconRotate":[2,"icon-rotate"],"iconFlip":[1,"icon-flip"],"tooltip":[1537],"labelForIdenticalButtons":[1,"label-for-identical-buttons"],"tooltipPosition":[1,"tooltip-position"],"permanentlyDelete":[4,"permanently-delete"],"textWrap":[4,"text-wrap"],"customBackground":[1,"custom-background"],"isSubmit":[4,"is-submit"],"ariaLabelPassthrough":[1,"aria-label-passthrough"],"ariaExpandedPassthrough":[4,"aria-expanded-passthrough"],"isTabbing":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[11,"scroll","handleScroll"],[0,"keydown","handleKeydown"]],{"buttonType":["validateType"],"icon":["updateIcon"],"disabled":["handleDisabledChange"]}]]],["wm-flyout",[[1,"wm-flyout",{"eyebrow":[1],"heading":[1],"subheading":[1],"flyoutWidth":[1,"flyout-width"],"primaryText":[1,"primary-text"],"secondaryText":[1,"secondary-text"],"infoText":[1,"info-text"],"breadcrumb":[1],"elementToFocus":[1,"element-to-focus"],"open":[516],"returnFocusEl":[32],"isBreadcrumbsOverflowing":[32],"focusHeading":[64]},null,{"open":["handleOpenChange"],"flyoutWidth":["setFlyoutWidth"]}]]],["wm-snackbar",[[1,"wm-snackbar",{"notifications":[1537],"isTabbing":[32],"announcement":[32]},[[4,"keydown","checkForTabbing"],[5,"mouseover","handleMouse"]],{"notifications":["updateSnacks"]}]]],["wm-uploader",[[17,"wm-uploader",{"label":[1],"uploaderType":[1,"uploader-type"],"dropArea":[1,"drop-area"],"buttonText":[1,"button-text"],"icon":[1],"fileTypes":[1,"file-types"],"maxSize":[1,"max-size"],"maxFiles":[2,"max-files"],"errorMessage":[1,"error-message"],"requiredField":[4,"required-field"],"showInfo":[1,"show-info"],"isTabbing":[32],"notif":[32],"isCondensed":[32]},[[8,"wmUserIsTabbing","toggleTabbingOn"],[8,"wmUserIsNotTabbing","toggleTabbingOff"],[0,"wmFileErrorCleared","handleFileErrorCleared"],[0,"wmFileDelete","handleFileDelete"],[5,"dragenter","handleDocumentDragEnter"],[5,"mouseout","handleDocumentMouseOut"],[5,"dragleave","handleDocumentDragLeave"],[4,"visibilitychange","handleDocumentVisibilityChange"]],{"errorMessage":["announceError"]}]]],["priv-navigator-button",[[17,"priv-navigator-button",{"expanded":[1028],"altText":[1,"alt-text"]}]]],["priv-navigator-item",[[1,"priv-navigator-item",{"selected":[1028],"focused":[1028],"link":[1025]},[[0,"keydown","handleKeyDown"]]]]],["priv-option-list",[[4,"priv-option-list",{"multiple":[4],"search":[4],"selectAll":[4,"select-all"],"searchPlaceholder":[1,"search-placeholder"],"optgroupLabel":[1,"optgroup-label"],"maxHeight":[1,"max-height"],"upwardsHeightLimit":[2,"upwards-height-limit"],"announcement":[32],"searchTerm":[32],"handleChildChange":[64],"clearSearch":[64],"focusOption":[64],"handleInitialFocus":[64],"unfocusAll":[64],"updateOptionVisibility":[64]},[[0,"wmLetterPressed","findAndFocusOption"],[0,"wmOptionSelected","handleOptionSelection"],[0,"wmKeyUpPressed","handleChildUp"],[0,"wmKeyDownPressed","handleChildDown"],[0,"wmHomeKeyPressed","moveToFirstOption"],[0,"wmEndKeyPressed","moveToLastOption"],[0,"intCloneClicked","handleOptionCloneSelection"]]]]],["wm-action-menu_2",[[17,"wm-action-menu",{"tooltipPosition":[1,"tooltip-position"],"actionMenuType":[1,"action-menu-type"],"buttonText":[1,"button-text"],"disabled":[516],"tooltip":[1],"labelForIdenticalButtons":[1,"label-for-identical-buttons"],"darkMode":[4,"dark-mode"],"isExpanded":[32],"isTabbing":[32],"isHidden":[32]},[[8,"wmUserIsTabbing","handleTabbingOn"],[8,"wmUserIsNotTabbing","handleTabbingOff"],[11,"scroll","handleWindowScroll"],[0,"wmMenuitemClicked","handleClickedItem"],[0,"wmKeyUpPressed","handleKeyUp"],[0,"wmKeyDownPressed","handleKeyDown"],[0,"wmHomeKeyPressed","handleHomeKey"],[0,"wmEndKeyPressed","handleEndKey"],[0,"wmTabKeyPressed","handleTabKey"],[0,"wmEscKeyPressed","handleEscKey"],[0,"keydown","handleKey"],[0,"wmMenuitemBlurred","handleMenuitemBlur"],[0,"wmLetterPressed","findAndFocusItem"]]],[1,"wm-menuitem",{"disabled":[4],"icon":[1025],"description":[1]},[[0,"keydown","handleKeydown"],[0,"click","handleClick"],[0,"blur","handleBlur"]],{"disabled":["setOnClick"]}]]],["priv-calendar",[[0,"priv-calendar",{"disabled":[4],"view":[1025],"focusDate":[1025,"focus-date"],"startDate":[1,"start-date"],"endDate":[1,"end-date"],"hoverDate":[1,"hover-date"],"announcement":[32],"focusFirstFocusable":[64],"focusLastFocusable":[64],"focusCell":[64]},[[0,"keydown","handleKey"]],{"focusDate":["handleFocusDate"]}]]]]'),a)]}}))}))};export{defineCustomElements};
|