@xplortech/apollo-core 2.10.0 → 2.11.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/.typings/apollo-components.html-data.json +35 -2
- package/build/style.css +259 -34
- package/dist/apollo-core/apollo-core.css +12 -12
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-728341d2.entry.js → p-048fdde0.entry.js} +1 -1
- package/dist/apollo-core/p-0abc496e.entry.js +1 -0
- package/dist/apollo-core/{p-23870463.entry.js → p-1442c052.entry.js} +1 -1
- package/dist/apollo-core/p-1e498763.entry.js +1 -0
- package/dist/apollo-core/p-26c3a508.entry.js +1 -0
- package/dist/apollo-core/p-4ce52107.entry.js +1 -0
- package/dist/apollo-core/p-6710fb29.entry.js +1 -0
- package/dist/apollo-core/p-7e622809.entry.js +1 -0
- package/dist/apollo-core/{p-c17b6351.entry.js → p-87068144.entry.js} +1 -1
- package/dist/apollo-core/p-BUgtURvw.js +1 -0
- package/dist/apollo-core/p-a3b4820a.entry.js +1 -0
- package/dist/apollo-core/p-b2d6dd0e.entry.js +1 -0
- package/dist/apollo-core/{p-e9e7577f.entry.js → p-bd2249ef.entry.js} +1 -1
- package/dist/apollo-core/p-c96b7957.entry.js +1 -0
- package/dist/apollo-core/p-d6be63cd.entry.js +1 -0
- package/dist/apollo-core/{p-9adf3694.entry.js → p-ddf76cee.entry.js} +1 -1
- package/dist/apollo-core/p-f0554edd.entry.js +1 -0
- package/dist/cjs/apollo-core.cjs.js +1 -1
- package/dist/cjs/index-BaXVr8ux.js +4 -0
- package/dist/cjs/lifecycle-Bf3QwiVa.js +70 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/xpl-accordion.cjs.entry.js +2 -2
- package/dist/cjs/xpl-application-shell.cjs.entry.js +1 -1
- package/dist/cjs/xpl-avatar_54.cjs.entry.js +292 -243
- package/dist/cjs/xpl-button-row.cjs.entry.js +1 -1
- package/dist/cjs/xpl-calendar.cjs.entry.js +1 -1
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid-item.cjs.entry.js +1 -1
- package/dist/cjs/xpl-grid.cjs.entry.js +1 -1
- package/dist/cjs/xpl-large-card.cjs.entry.js +1 -1
- package/dist/cjs/xpl-main-nav.cjs.entry.js +1 -1
- package/dist/cjs/xpl-table-header.cjs.entry.js +1 -1
- package/dist/cjs/xpl-toggle.cjs.entry.js +3 -3
- package/dist/cjs/xpl-toolbar.cjs.entry.js +2 -2
- package/dist/cjs/xpl-top-nav-menu.cjs.entry.js +97 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/xpl-accordion/xpl-accordion.js +2 -2
- package/dist/collection/components/xpl-application-shell/xpl-application-shell.js +1 -1
- package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
- package/dist/collection/components/xpl-badge/xpl-badge.js +1 -1
- package/dist/collection/components/xpl-banner/xpl-banner.js +2 -2
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumb-item/xpl-breadcrumb-item.js +1 -1
- package/dist/collection/components/xpl-breadcrumbs/xpl-breadcrumbs/xpl-breadcrumbs.js +1 -1
- package/dist/collection/components/xpl-button/xpl-button.js +1 -1
- package/dist/collection/components/xpl-button-row/xpl-button-row.js +1 -1
- package/dist/collection/components/xpl-calendar/xpl-calendar.js +1 -1
- package/dist/collection/components/xpl-checkbox/xpl-checkbox.js +3 -3
- package/dist/collection/components/xpl-choicelist/xpl-choicelist.js +1 -1
- package/dist/collection/components/xpl-content-area/xpl-content-area.js +1 -1
- package/dist/collection/components/xpl-dashboard/xpl-dashboard.js +1 -1
- package/dist/collection/components/xpl-data-card/xpl-data-card.js +2 -2
- package/dist/collection/components/xpl-divider/xpl-divider.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-group/xpl-dropdown-group.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-heading/xpl-dropdown-heading.js +1 -1
- package/dist/collection/components/xpl-dropdown/xpl-dropdown-option/xpl-dropdown-option.js +2 -2
- package/dist/collection/components/xpl-dropdown/xpl-dropdown.js +4 -4
- package/dist/collection/components/xpl-dynamic-table/xpl-dynamic-table.js +1 -1
- package/dist/collection/components/xpl-dynamic-table-cell/xpl-dynamic-table-cell.js +2 -2
- package/dist/collection/components/xpl-dynamic-table-row/xpl-dynamic-table-row.js +2 -2
- package/dist/collection/components/xpl-grid/xpl-grid.js +1 -1
- package/dist/collection/components/xpl-grid-item/xpl-grid-item.js +1 -1
- package/dist/collection/components/xpl-header-accordion/xpl-header-accordion.js +1 -1
- package/dist/collection/components/xpl-icon/xpl-icon.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input-color/xpl-input-color.js +8 -8
- package/dist/collection/components/xpl-input/xpl-input-date/xpl-input-date.js +3 -3
- package/dist/collection/components/xpl-input/xpl-input-file/xpl-input-file.js +4 -4
- package/dist/collection/components/xpl-input/xpl-input-phone/xpl-input-phone.js +5 -5
- package/dist/collection/components/xpl-input/xpl-input-search/xpl-input-search.js +1 -1
- package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input.js +2 -2
- package/dist/collection/components/xpl-large-card/xpl-large-card.js +1 -1
- package/dist/collection/components/xpl-list/xpl-list.js +2 -2
- package/dist/collection/components/xpl-main-nav/xpl-main-nav.js +1 -1
- package/dist/collection/components/xpl-modal/xpl-modal.js +1 -1
- package/dist/collection/components/xpl-nav-item/xpl-nav-item.js +2 -2
- package/dist/collection/components/xpl-pagination/xpl-pagination.js +4 -4
- package/dist/collection/components/xpl-panel/xpl-panel.js +2 -2
- package/dist/collection/components/xpl-popover/xpl-popover.js +4 -4
- package/dist/collection/components/xpl-progress-bar/xpl-progress-bar.js +2 -2
- package/dist/collection/components/xpl-progress-indicator/xpl-progress-indicator.js +1 -1
- package/dist/collection/components/xpl-radio/xpl-radio.js +3 -3
- package/dist/collection/components/xpl-secondary-nav/xpl-secondary-nav.js +1 -1
- package/dist/collection/components/xpl-select/xpl-select.js +6 -6
- package/dist/collection/components/xpl-side-nav/xpl-side-nav-item/xpl-side-nav-item.js +2 -2
- package/dist/collection/components/xpl-side-nav/xpl-side-nav.js +2 -2
- package/dist/collection/components/xpl-skeleton/xpl-skeleton.js +1 -1
- package/dist/collection/components/xpl-slideout/xpl-slideout.js +1 -1
- package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +2 -2
- package/dist/collection/components/xpl-table/xpl-table.js +5 -5
- package/dist/collection/components/xpl-table-header/xpl-table-header.js +1 -1
- package/dist/collection/components/xpl-tabs/xpl-tabs.js +5 -5
- package/dist/collection/components/xpl-tag/xpl-tag.js +2 -2
- package/dist/collection/components/xpl-toast/xpl-toast.js +2 -2
- package/dist/collection/components/xpl-toggle/xpl-toggle.js +3 -3
- package/dist/collection/components/xpl-toolbar/xpl-toolbar.js +2 -2
- package/dist/collection/components/xpl-tooltip/xpl-tooltip.js +1 -1
- package/dist/collection/components/xpl-top-nav/top-nav-constants.js +1 -0
- package/dist/collection/components/xpl-top-nav/top-nav.stories.js +131 -11
- package/dist/collection/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.js +2 -2
- package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/top-nav-item-constants.js +2 -0
- package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.js +305 -85
- package/dist/collection/components/xpl-top-nav/xpl-top-nav-menu/xpl-top-nav-menu.js +119 -0
- package/dist/collection/components/xpl-top-nav/xpl-top-nav.js +11 -5
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +1 -1
- package/dist/collection/utils/lifecycle.js +18 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +1 -1
- package/dist/components/p-2xGSxBGa.js +1 -0
- package/dist/components/p-B8RYNiz-.js +1 -0
- package/dist/components/p-BDWXBWGE.js +1 -0
- package/dist/components/{p-Bn-27-xj.js → p-BJqNuBZr.js} +1 -1
- package/dist/components/p-BUgtURvw.js +1 -0
- package/dist/components/{p-DllC7F-H.js → p-B_sq_SAX.js} +1 -1
- package/dist/components/{p-hPUzON4O.js → p-Bsy-VVS5.js} +1 -1
- package/dist/components/p-BxHFEnPN.js +1 -0
- package/dist/components/{p-B1PBAEzg.js → p-ByJRw26d.js} +1 -1
- package/dist/components/{p-DPTHmitJ.js → p-C5_Yo0ZP.js} +1 -1
- package/dist/components/p-C8rmEAx6.js +1 -0
- package/dist/components/p-CF_YTx16.js +1 -0
- package/dist/components/{p-BG0-6Xek.js → p-CUYkG-PB.js} +1 -1
- package/dist/components/{p-kPHfCq1d.js → p-CaW0fL0P.js} +1 -1
- package/dist/components/{p-B_Wi--Ov.js → p-CuisR8WP.js} +1 -1
- package/dist/components/{p-D97c0GjM.js → p-D2SFagIb.js} +1 -1
- package/dist/components/{p-3qMYyqTe.js → p-DKUNbsb0.js} +1 -1
- package/dist/components/p-DcXL24UI.js +1 -0
- package/dist/components/{p-CVqbA9op.js → p-Dp3H99Yc.js} +1 -1
- package/dist/components/p-M900WO1C.js +1 -0
- package/dist/components/{p-DEl4Rvzs.js → p-ZTFt9sBy.js} +1 -1
- package/dist/components/{p-CFW_w5Wj.js → p-gfb3l9Pr.js} +1 -1
- package/dist/components/{p-C9BO2vL-.js → p-h1Gbk5lO.js} +1 -1
- package/dist/components/xpl-accordion.js +1 -1
- package/dist/components/xpl-application-shell.js +1 -1
- package/dist/components/xpl-avatar.js +1 -1
- package/dist/components/xpl-backdrop.js +1 -1
- package/dist/components/xpl-badge.js +1 -1
- package/dist/components/xpl-banner.js +1 -1
- package/dist/components/xpl-breadcrumb-item.js +1 -1
- package/dist/components/xpl-breadcrumbs.js +1 -1
- package/dist/components/xpl-button-row.js +1 -1
- package/dist/components/xpl-button.js +1 -1
- package/dist/components/xpl-calendar.js +1 -1
- package/dist/components/xpl-checkbox.js +1 -1
- package/dist/components/xpl-choicelist.js +1 -1
- package/dist/components/xpl-content-area.js +1 -1
- package/dist/components/xpl-dashboard.js +1 -1
- package/dist/components/xpl-data-card.js +1 -1
- package/dist/components/xpl-divider.js +1 -1
- package/dist/components/xpl-dropdown-group.js +1 -1
- package/dist/components/xpl-dropdown-heading.js +1 -1
- package/dist/components/xpl-dropdown-option.js +1 -1
- package/dist/components/xpl-dropdown.js +1 -1
- package/dist/components/xpl-dynamic-table-cell.js +1 -1
- package/dist/components/xpl-dynamic-table-row.js +1 -1
- package/dist/components/xpl-dynamic-table.js +1 -1
- package/dist/components/xpl-grid-item.js +1 -1
- package/dist/components/xpl-grid.js +1 -1
- package/dist/components/xpl-header-accordion.js +1 -1
- package/dist/components/xpl-icon.js +1 -1
- package/dist/components/xpl-input-color.js +1 -1
- package/dist/components/xpl-input-date.js +1 -1
- package/dist/components/xpl-input-file.js +1 -1
- package/dist/components/xpl-input-phone.js +1 -1
- package/dist/components/xpl-input-search.js +1 -1
- package/dist/components/xpl-input-time.js +1 -1
- package/dist/components/xpl-input.js +1 -1
- package/dist/components/xpl-large-card.js +1 -1
- package/dist/components/xpl-list-item.js +1 -1
- package/dist/components/xpl-list.js +1 -1
- package/dist/components/xpl-main-nav.js +1 -1
- package/dist/components/xpl-modal.js +1 -1
- package/dist/components/xpl-nav-header-menu.js +1 -1
- package/dist/components/xpl-nav-item.js +1 -1
- package/dist/components/xpl-pagination.js +1 -1
- package/dist/components/xpl-panel.js +1 -1
- package/dist/components/xpl-popover.js +1 -1
- package/dist/components/xpl-progress-bar.js +1 -1
- package/dist/components/xpl-progress-indicator.js +1 -1
- package/dist/components/xpl-radio.js +1 -1
- package/dist/components/xpl-secondary-nav.js +1 -1
- package/dist/components/xpl-select.js +1 -1
- package/dist/components/xpl-side-nav-item.js +1 -1
- package/dist/components/xpl-side-nav.js +1 -1
- package/dist/components/xpl-skeleton.js +1 -1
- package/dist/components/xpl-slideout.js +1 -1
- package/dist/components/xpl-spotlight.js +1 -1
- package/dist/components/xpl-tab-panel.js +1 -1
- package/dist/components/xpl-tab.js +1 -1
- package/dist/components/xpl-table-header-cell.js +1 -1
- package/dist/components/xpl-table-header.js +1 -1
- package/dist/components/xpl-table.js +1 -1
- package/dist/components/xpl-tabs.js +1 -1
- package/dist/components/xpl-tag.js +1 -1
- package/dist/components/xpl-toast.js +1 -1
- package/dist/components/xpl-toggle.js +1 -1
- package/dist/components/xpl-toolbar.js +1 -1
- package/dist/components/xpl-tooltip.js +1 -1
- package/dist/components/xpl-top-nav-item.js +1 -1
- package/dist/components/xpl-top-nav-menu.d.ts +11 -0
- package/dist/components/xpl-top-nav-menu.js +1 -0
- package/dist/components/xpl-top-nav.js +1 -1
- package/dist/components/xpl-utility-bar.js +1 -1
- package/dist/docs/xpl-icon/readme.md +2 -0
- package/dist/docs/xpl-top-nav/readme.md +3 -0
- package/dist/docs/xpl-top-nav/xpl-top-nav-item/readme.md +79 -20
- package/dist/docs/xpl-top-nav/xpl-top-nav-menu/readme.md +96 -0
- package/dist/esm/apollo-core.js +1 -1
- package/dist/esm/index-CXkZUm1c.js +4 -0
- package/dist/esm/lifecycle-BUgtURvw.js +68 -0
- package/dist/esm/loader.js +1 -1
- package/dist/esm/xpl-accordion.entry.js +2 -2
- package/dist/esm/xpl-application-shell.entry.js +1 -1
- package/dist/esm/xpl-avatar_54.entry.js +291 -242
- package/dist/esm/xpl-button-row.entry.js +1 -1
- package/dist/esm/xpl-calendar.entry.js +1 -1
- package/dist/esm/xpl-dynamic-table-cell.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table-row.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table.entry.js +1 -1
- package/dist/esm/xpl-grid-item.entry.js +1 -1
- package/dist/esm/xpl-grid.entry.js +1 -1
- package/dist/esm/xpl-large-card.entry.js +1 -1
- package/dist/esm/xpl-main-nav.entry.js +1 -1
- package/dist/esm/xpl-table-header.entry.js +1 -1
- package/dist/esm/xpl-toggle.entry.js +3 -3
- package/dist/esm/xpl-toolbar.entry.js +2 -2
- package/dist/esm/xpl-top-nav-menu.entry.js +95 -0
- package/dist/types/components/xpl-top-nav/top-nav-constants.d.ts +1 -0
- package/dist/types/components/xpl-top-nav/top-nav.stories.d.ts +70 -1
- package/dist/types/components/xpl-top-nav/xpl-top-nav-item/top-nav-item-constants.d.ts +2 -0
- package/dist/types/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.d.ts +23 -4
- package/dist/types/components/xpl-top-nav/xpl-top-nav-menu/xpl-top-nav-menu.d.ts +18 -0
- package/dist/types/components/xpl-top-nav/xpl-top-nav.d.ts +1 -0
- package/dist/types/components.d.ts +179 -19
- package/dist/types/utils/lifecycle.d.ts +3 -0
- package/package.json +21 -11
- package/dist/apollo-core/p-0e45f332.entry.js +0 -1
- package/dist/apollo-core/p-0f251f98.entry.js +0 -1
- package/dist/apollo-core/p-1691c4f3.entry.js +0 -1
- package/dist/apollo-core/p-172ac720.entry.js +0 -1
- package/dist/apollo-core/p-44a16751.entry.js +0 -1
- package/dist/apollo-core/p-4efecab2.entry.js +0 -1
- package/dist/apollo-core/p-5094dd97.entry.js +0 -1
- package/dist/apollo-core/p-70e7facc.entry.js +0 -1
- package/dist/apollo-core/p-910be81f.entry.js +0 -1
- package/dist/apollo-core/p-e08b434c.entry.js +0 -1
- package/dist/components/p-BWyAzrwu.js +0 -1
- package/dist/components/p-Bd6JweBt.js +0 -1
- package/dist/components/p-Bs6vq0C6.js +0 -1
- package/dist/components/p-CGNq3DyC.js +0 -1
- package/dist/components/p-CtIUusUL.js +0 -1
- package/dist/components/p-DBWV65V-.js +0 -1
- package/dist/components/p-Ds28UyUR.js +0 -1
- package/dist/components/p-U5dPMCXE.js +0 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement, c as createEvent, F as Fragment, f as forceUpdate } from './index-CXkZUm1c.js';
|
|
2
2
|
import { v as v4 } from './v4-CK3_k8jD.js';
|
|
3
3
|
import { f as flatpickr } from './index-CH4yJ6Qx.js';
|
|
4
|
+
import { T as TimerManager } from './lifecycle-BUgtURvw.js';
|
|
4
5
|
|
|
5
6
|
const LEGACY_STATUS_TO_BADGE = {
|
|
6
7
|
active: 'green',
|
|
@@ -167,7 +168,7 @@ const Backdrop = class {
|
|
|
167
168
|
this.relative = false;
|
|
168
169
|
}
|
|
169
170
|
render() {
|
|
170
|
-
return (h(Host, { key: '
|
|
171
|
+
return (h(Host, { key: '7d5a73e7d7927828e0cb1a7cdca6648c4512cc5a', class: {
|
|
171
172
|
'xpl-backdrop': true,
|
|
172
173
|
'xpl-backdrop--fixed': !this.relative,
|
|
173
174
|
'xpl-backdrop--relative': this.relative,
|
|
@@ -204,7 +205,7 @@ const Badge = class {
|
|
|
204
205
|
[`xpl-badge--size-${this.size}`]: !!this.size,
|
|
205
206
|
[`xpl-badge--shape-${this.shape}`]: !this.dotOnly && !!this.shape,
|
|
206
207
|
};
|
|
207
|
-
return (h(Host, { key: '
|
|
208
|
+
return (h(Host, { key: '3a2ab519bb627a1e46bc7686c6aafdcb3c789822' }, h("div", { key: 'e9ebf0d6a9a6a6f516065ceb969aca5f68cbb3ee', class: className }, h("span", { key: '1bd6735a1a67a9720424833a213fcde9e5e6db46', class: "xpl-badge__label" }, h("slot", { key: '397cb4768204c4b4a2dd7cd85534270a165776d8' })))));
|
|
208
209
|
}
|
|
209
210
|
};
|
|
210
211
|
|
|
@@ -269,13 +270,13 @@ const Banner = class {
|
|
|
269
270
|
const actionState = this.getActionButtonState();
|
|
270
271
|
const isHeadingPresent = !!((_c = this.heading) === null || _c === void 0 ? void 0 : _c.trim());
|
|
271
272
|
const isDescPresent = !!((_d = this.description) === null || _d === void 0 ? void 0 : _d.trim());
|
|
272
|
-
return (h(Host, { key: '
|
|
273
|
+
return (h(Host, { key: '6d137a4577f93942bcb41b3b2f67f3d851bee454', class: {
|
|
273
274
|
'xpl-banner': true,
|
|
274
275
|
'xpl-banner--section': this.isSection,
|
|
275
276
|
[`xpl-banner--${this.appearance}`]: true,
|
|
276
277
|
'xpl-banner--truncate-desc': this.truncateDesc,
|
|
277
278
|
'xpl-banner--no-icon': this.isSection && !this.hasIcon,
|
|
278
|
-
}, role: "region", "aria-label": this.getAriaLabel() }, (!this.isSection || this.hasIcon) && (h("div", { key: '
|
|
279
|
+
}, role: "region", "aria-label": this.getAriaLabel() }, (!this.isSection || this.hasIcon) && (h("div", { key: 'e854bc2ca363a23e3e6cb9eb512886c325e09362', class: "xpl-banner__icon", "aria-hidden": "true" }, h("xpl-icon", { key: '14a0916310e6e0b68f9a36b4e1714cee015ad22f', icon: this.getIcon(), size: 24 }))), h("div", { key: 'bea8f5cafe66e649926aa0ee634b71ffa0f1b73e', class: "xpl-banner__body" }, isHeadingPresent && h("p", { key: 'f18ae9e7d4014211eea3a160fb05945149705832', class: "xpl-banner__heading" }, this.heading), isDescPresent && (h("p", { key: 'e36c00dadf6bd0d35b88c9a091d140573e6b6677', class: "xpl-banner__description", title: this.truncateDesc ? this.description : undefined }, this.description))), (hasAction || hasSecondaryAction) && (h("div", { key: 'dda19df805050c93d5c5ea8214f97084a5b0c0eb', class: "xpl-banner__actions" }, hasAction && (h("xpl-button", { key: '5bd3047d1b8250ed28a7720fb09f316a3b45bae1', size: "xs", variant: actionVariant, state: actionState, onClick: () => this.action.emit() }, this.actionText)), hasSecondaryAction && (h("xpl-button", { key: 'c0f0a32b69384194e4033ae85eebc788e005a8af', size: "xs", variant: actionVariant, state: actionState, onClick: () => this.secondaryAction.emit() }, this.secondaryActionText)))), this.isDismissible && (h("button", { key: '721faa946e9fc896a6bafafd8450d81f50e982ed', class: "xpl-banner__dismiss", type: "button", "aria-label": `Dismiss ${this.isSection ? 'section ' : ''}banner`, onClick: () => this.dismiss.emit() }, h("xpl-icon", { key: '4c27dbd8b394839ed98f5b4e2d4720eba1b0184f', icon: "xmark", size: 24, "aria-hidden": "true" })))));
|
|
279
280
|
}
|
|
280
281
|
};
|
|
281
282
|
|
|
@@ -288,7 +289,7 @@ const BreadcrumbItem = class {
|
|
|
288
289
|
`;
|
|
289
290
|
}
|
|
290
291
|
render() {
|
|
291
|
-
return (h(Host, { key: '
|
|
292
|
+
return (h(Host, { key: 'dd246c29fcb1afca4007299380a59b47c0a10c9d', class: "xpl-breadcrumb-item", role: "listitem" }, h("li", { key: 'b6df20888b3891241e52f0f2be14f1eedee2cac6', role: "none" }, h("slot", { key: 'f2f64effe0f58bb33bc983abfaa8b2996714e3b4' })), h("span", { key: '31c15dd296e6dab1d207a84179a4803b7366c1a2', innerHTML: this.chevron })));
|
|
292
293
|
}
|
|
293
294
|
};
|
|
294
295
|
|
|
@@ -297,7 +298,7 @@ const Breadcrumbs = class {
|
|
|
297
298
|
registerInstance(this, hostRef);
|
|
298
299
|
}
|
|
299
300
|
render() {
|
|
300
|
-
return (h(Host, { key: '
|
|
301
|
+
return (h(Host, { key: 'd4a4ae7bbf7f8eafc8a44b56c66983303e039d7e' }, h("nav", { key: '8e5decbdce778c1768e3412a59663cd37938f361', class: "xpl-breadcrumbs", "aria-label": "Breadcrumb" }, h("ol", { key: '612620c37a84ad022b9da5cdb884410a4df4dd29', role: "list" }, h("slot", { key: 'ae6cfc4f4e65ba7ca755fa7d9eb3751aae8905ff' })))));
|
|
301
302
|
}
|
|
302
303
|
};
|
|
303
304
|
|
|
@@ -354,7 +355,7 @@ const Button = class {
|
|
|
354
355
|
}
|
|
355
356
|
render() {
|
|
356
357
|
var _a;
|
|
357
|
-
return (h(Host, { key: '
|
|
358
|
+
return (h(Host, { key: '4fa90ae10b235af3fbfadb40097c5cc238e40dc6', class: {
|
|
358
359
|
'xpl-button': true,
|
|
359
360
|
[`xpl-button--${this.size}`]: true,
|
|
360
361
|
[`xpl-button--${this.variant}`]: true,
|
|
@@ -387,14 +388,14 @@ const Checkbox = class {
|
|
|
387
388
|
}
|
|
388
389
|
render() {
|
|
389
390
|
var _a;
|
|
390
|
-
return (h(Host, { key: '
|
|
391
|
+
return (h(Host, { key: 'd173bab038a25f785864e5614b29ec2fde832786', class: {
|
|
391
392
|
'xpl-checkbox-radio-container': true,
|
|
392
393
|
styled: this.styled,
|
|
393
394
|
disabled: this.disabled,
|
|
394
|
-
} }, h("input", { key: '
|
|
395
|
+
} }, h("input", { key: 'badfc1e403ba5b51b757823354c4cec86f678116', class: "xpl-checkbox", type: "checkbox", "aria-label": ((_a = this.ariaLabel) !== null && _a !== void 0 ? _a : '').trim() || undefined, checked: this.checked, "data-id": this.dataId, disabled: this.disabled, id: this.id, indeterminate: this.indeterminate, onChange: this.onChange, name: this.name, required: this.required, value: this.value }), h("label", { key: 'b56888525a7b3d9544d8595b71d1ffe36f00e7b8', class: {
|
|
395
396
|
'xpl-label': true,
|
|
396
397
|
'xpl-label--disabled': this.disabled,
|
|
397
|
-
}, htmlFor: this.id }, h("slot", { key: '
|
|
398
|
+
}, htmlFor: this.id }, h("slot", { key: 'a5f06411725e10f5e5fafc33ff5e8f4adfec9e5b' }), this.description && (h("small", { key: '16ac47d9316e4a78f732cb3c0851efd8eaf903f2', class: {
|
|
398
399
|
'xpl-description': true,
|
|
399
400
|
'xpl-description--disabled': this.disabled,
|
|
400
401
|
} }, this.description)))));
|
|
@@ -440,7 +441,7 @@ const Choicelist = class {
|
|
|
440
441
|
this.onChoicesPropChange(this.choices);
|
|
441
442
|
}
|
|
442
443
|
render() {
|
|
443
|
-
return (h(Host, { key: '
|
|
444
|
+
return (h(Host, { key: 'a5ced1a4f1e3e5323dbc247c66ddf5ad489edc5f', class: "xpl-choicelist-container" }, this.heading !== undefined || this.description !== undefined ? (h("div", { class: "xpl-choicelist-heading" }, this.heading && h("h3", null, this.heading), this.description && h("p", null, this.description))) : null, this.choices && (h("ul", { key: '70f4738e8f5d1e1a72858d139eb4a3b531973449', class: {
|
|
444
445
|
'xpl-choicelist': true,
|
|
445
446
|
'xpl-choicelist--styled': this.styled,
|
|
446
447
|
} }, this.choices.map((choice, i) => {
|
|
@@ -469,7 +470,7 @@ const ContentArea = class {
|
|
|
469
470
|
this.size = 'wide';
|
|
470
471
|
}
|
|
471
472
|
render() {
|
|
472
|
-
return (h(Host, { key: '
|
|
473
|
+
return (h(Host, { key: '926cdfb1b6e52baabfb46bac6d837c5f1ba45183' }, h("main", { key: '71dacea3a70c90ae0471a1ec3c39add237faa119', class: `xpl-content-area-wrapper xpl-content-area-wrapper__${this.size}` }, h("div", { key: '5e53fe46cf9dc459d4a9d1f0540464b8bd695d8a', class: "xpl-content-area" }, h("slot", { key: '2f74936219cf75dccd583ee01a173807f0f80079' })))));
|
|
473
474
|
}
|
|
474
475
|
};
|
|
475
476
|
|
|
@@ -478,7 +479,7 @@ const Dashboard = class {
|
|
|
478
479
|
registerInstance(this, hostRef);
|
|
479
480
|
}
|
|
480
481
|
render() {
|
|
481
|
-
return (h(Host, { key: '
|
|
482
|
+
return (h(Host, { key: '1eb93f83a05cfe198aed91b0d8771bdbe6e7aaee' }, h("dl", { key: 'bdb8f39b30d318ae25a203ac75966f12a9299b35', class: "xpl-dashboard" }, h("slot", { key: 'caf043e38777ac0a397782957f0936bb34436f63' }))));
|
|
482
483
|
}
|
|
483
484
|
};
|
|
484
485
|
|
|
@@ -515,8 +516,8 @@ const DataCard = class {
|
|
|
515
516
|
: this.smallStatVariant === 'negative'
|
|
516
517
|
? 'arrow-down-right'
|
|
517
518
|
: 'dash';
|
|
518
|
-
return (h(Host, { key: '
|
|
519
|
-
(this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat)))), !!this.detail && h("span", { key: '
|
|
519
|
+
return (h(Host, { key: 'cbf0c9eb79fbd3e66c683e821e9b992d46d5ec1a', role: "group", class: `xpl-data-card ${this.link ? 'xpl-data-card__link' : ''}`, tabindex: "0" }, h("dt", { key: '92bc8a02b1acfa3c080a2a975d43118be54f10d5', class: headerClasses }, h("header", { key: 'f6a0baa73ab0e9d3a6eb9252acba54677a1083dc' }, !!this.leadingIcon && this.icon && (h("span", { key: 'dad99548c0ded82140b345e9887747c31ee9f6c7', class: `xpl-data-card__icon--${this.variant}` }, h("xpl-icon", { key: 'd591758d2ce1647ea67f03a27e4ae2efd29e4652', icon: this.icon, "background-color": bgColorHue, size: 20 }))), h("slot", { key: '07760d38b11971d96d7841c9897aa13481ea234c', name: "title" }, this.name)), this.link && (h("span", { key: '6ac3587f2ab1375cee605b22fe515e2c9a489e72', class: "xpl-data-card__header-arrow" }, h("xpl-icon", { key: '160ebeeedc59a31e0ea3480dd393ec4623afb831', icon: "chevron-right", size: 16 })))), h("dd", { key: 'dcf0703823e9f58f71a112a83de3d65cd43e1ae1', class: "xpl-data-card__body" }, h("div", { key: 'd7551579d17cfebed3dac59d32b56eb166afb530', class: "xpl-data-card__left" }, h("span", { key: 'c5c412c76f9785de5ff8686db3dcb71540b79b1f', class: "xpl-data-card-stat xpl-data-card-stat--long" }, this.stat), this.tooltipTextStat ? (h("xpl-tooltip", { text: this.tooltipTextStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--short" }, this.shortStat ? this.shortStat : this.stat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--short" }, h("abbr", { title: this.stat }, this.shortStat ? this.shortStat : this.stat))), this.smallStatVariant ? (this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: `xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}` }, h("xpl-icon", { icon: smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: `xpl-data-card-stat xpl-data-card-stat--small ${this.smallStatVariant}` }, h("xpl-icon", { icon: smallStatIcon, size: 16 }), this.smallStat))) : (this.smallStatIcon &&
|
|
520
|
+
(this.tooltipTextSmallStat ? (h("xpl-tooltip", { text: this.tooltipTextSmallStat }, h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat))) : (h("div", { class: "xpl-data-card-stat xpl-data-card-stat--small" }, h("xpl-icon", { icon: this.smallStatIcon, size: 16 }), this.smallStat)))), !!this.detail && h("span", { key: 'b33a9a133cf0a18deaccf6e3772ab1a797f9fa1f', class: "xpl-data-card__detail" }, this.detail)), hasContentSlot && (h("div", { key: 'e9dc031341b49ebf121cbe8cc081df6978aa13ad', class: "xpl-data-card__right" }, h("slot", { key: '37c8414e9dc60052f1d5a69d86ece17b7cdbc1da', name: contentSlot }))))));
|
|
520
521
|
}
|
|
521
522
|
get el() { return getElement(this); }
|
|
522
523
|
static get watchers() { return {
|
|
@@ -536,7 +537,7 @@ const Divider = class {
|
|
|
536
537
|
render() {
|
|
537
538
|
let className = 'xpl-divider';
|
|
538
539
|
className += ` xpl-divider--${this.tier}`;
|
|
539
|
-
return (h(Host, { key: '
|
|
540
|
+
return (h(Host, { key: '1926b1e92a89dc5039042d29491f246cf3900efa', class: className }, h("span", { key: '492651208216149bfd4d2ed7cc8610b2bc8b05ea' }, h("slot", { key: '1e8b9e121ab1cb946b7a13d2bacbeea9a490a289' }))));
|
|
540
541
|
}
|
|
541
542
|
};
|
|
542
543
|
|
|
@@ -2634,7 +2635,7 @@ const Dropdown = class {
|
|
|
2634
2635
|
const shouldVirtualize = this.isVirtualized;
|
|
2635
2636
|
let listContent;
|
|
2636
2637
|
if (!hasOptions) {
|
|
2637
|
-
listContent = h("slot", { key: '
|
|
2638
|
+
listContent = h("slot", { key: '7a604ed002d4c412eb709aa7c3ef1a9e80f614ed', name: "options" });
|
|
2638
2639
|
}
|
|
2639
2640
|
else if (shouldVirtualize) {
|
|
2640
2641
|
const { rowHeight, overscan } = VIRTUAL_LIST;
|
|
@@ -2642,18 +2643,18 @@ const Dropdown = class {
|
|
|
2642
2643
|
const start = Math.min(this.virtualStart, total);
|
|
2643
2644
|
const fallbackEnd = Math.min(total, Math.ceil(300 / rowHeight) + overscan * 2);
|
|
2644
2645
|
const end = this.virtualEnd > start ? this.virtualEnd : fallbackEnd;
|
|
2645
|
-
listContent = (h("li", { key: '
|
|
2646
|
+
listContent = (h("li", { key: 'd7730538dfae58a6efc6a8971e0078b28fc5b9de', class: "xpl-dropdown__virtual-sizer", style: { height: `${total * rowHeight}px` } }, options.slice(start, end).map((option, i) => renderOption(option, start + i))));
|
|
2646
2647
|
}
|
|
2647
2648
|
else {
|
|
2648
2649
|
listContent = options.map((option) => renderOption(option));
|
|
2649
2650
|
}
|
|
2650
|
-
return (h(Host, { key: '
|
|
2651
|
+
return (h(Host, { key: '282d3bc09a8ce0e63d55bbc9707936afe0efae01', "aria-expanded": isOpen ? 'true' : 'false', class: {
|
|
2651
2652
|
'xpl-dropdown': true,
|
|
2652
2653
|
'xpl-dropdown--multi': mode === 'multi',
|
|
2653
2654
|
'xpl-dropdown--open': isOpen,
|
|
2654
2655
|
'xpl-dropdown--anchor-to-trigger': this.anchorToTrigger,
|
|
2655
2656
|
'xpl-dropdown--virtualized': shouldVirtualize,
|
|
2656
|
-
}, role: "listbox" }, h("slot", { key: '
|
|
2657
|
+
}, role: "listbox" }, h("slot", { key: '977cfb27b24bcecaf22587bd2e6350ad52743cad', name: "header" }), h("ul", { key: '46274999327ffdb9749a012b839ef124df4d72d2', class: "xpl-dropdown-list", ref: (el) => {
|
|
2657
2658
|
this.setListEl(el);
|
|
2658
2659
|
}, onScroll: shouldVirtualize ? this.handleVirtualScroll : undefined }, listContent)));
|
|
2659
2660
|
}
|
|
@@ -2707,7 +2708,7 @@ const DropdownGroup = class {
|
|
|
2707
2708
|
var { groupName: optsGroupName } = _a, properties = __rest(_a, ["groupName"]);
|
|
2708
2709
|
return optsGroupName ? (h("xpl-dropdown-group", Object.assign({ label: optsGroupName }, properties))) : (h("xpl-dropdown-option", Object.assign({}, properties)));
|
|
2709
2710
|
});
|
|
2710
|
-
return (h(Host, { key: '
|
|
2711
|
+
return (h(Host, { key: 'e6326e88bf725b9f3f9c2701dbb6e62a185ad2e7', role: "group", "aria-label": groupName }, h("li", { key: '92b0a065e228bf368fc8a6214d7d3d86c986f4dd', class: "xpl-dropdown-list-item" }, h("xpl-dropdown-heading", { key: '60cda98e80262dfd23b5fe0b18370d8b6245d39a', label: groupName }), h("ul", { key: '7a7c186e05a04286650d7292e156deb41638f703', class: "xpl-dropdown-list" }, mappedOptions || h("slot", { key: 'da798e46d297ec28a0880cf04e4f0e20220ab28a', name: "options" })))));
|
|
2711
2712
|
}
|
|
2712
2713
|
};
|
|
2713
2714
|
|
|
@@ -2716,7 +2717,7 @@ const DropdownHeading = class {
|
|
|
2716
2717
|
registerInstance(this, hostRef);
|
|
2717
2718
|
}
|
|
2718
2719
|
render() {
|
|
2719
|
-
return (h(Host, { key: '
|
|
2720
|
+
return (h(Host, { key: 'e4444b617fe160dbf259f4ecc2aafd6166859dce', class: { 'xpl-dropdown-heading': true }, role: "presentation" }, h("span", { key: '1e1e37499c0add5b53fcd0a836f97fa5b9e1a9bd' }, this.label || h("slot", { key: 'c310120a37646452e989db2ead01d77a89b96f0d', name: "heading" }))));
|
|
2720
2721
|
}
|
|
2721
2722
|
};
|
|
2722
2723
|
|
|
@@ -2773,11 +2774,11 @@ const DropdownOptionCpnt = class {
|
|
|
2773
2774
|
}
|
|
2774
2775
|
render() {
|
|
2775
2776
|
const { label, isSelected, isDisabled, value, subtitle, icon } = this;
|
|
2776
|
-
return (h(Host, { key: '
|
|
2777
|
+
return (h(Host, { key: '66ffacb152e80f270877a189488048ef6b36b7af', class: {
|
|
2777
2778
|
'xpl-dropdown-option': true,
|
|
2778
2779
|
'xpl-dropdown-option--disabled': isDisabled,
|
|
2779
2780
|
'xpl-dropdown-option--selected': isSelected,
|
|
2780
|
-
}, role: "option", "aria-checked": isSelected, "aria-disabled": isDisabled, "aria-selected": isSelected, value: value }, h("li", { key: '
|
|
2781
|
+
}, role: "option", "aria-checked": isSelected, "aria-disabled": isDisabled, "aria-selected": isSelected, value: value }, h("li", { key: '274fa639d506ef3feb5bafc3f0b21ed8bf80e95a', class: "xpl-dropdown-list-item" }, icon && (h("xpl-icon", { key: 'e7f63ede84adca57d99baa06dc1555d3afacd02c', class: "xpl-dropdown-list-item__icon", icon: icon, size: 20 })), label || h("slot", { key: 'cc0874abba079616e8516d366981a38ddef550b1', name: "option" }), subtitle && h("span", { key: '37cd186edb0de3f4c33b9faa2dfa983424a011bd', class: "xpl-dropdown-list-item__subtitle" }, subtitle))));
|
|
2781
2782
|
}
|
|
2782
2783
|
get hostElement() { return getElement(this); }
|
|
2783
2784
|
};
|
|
@@ -2852,7 +2853,7 @@ const HeaderAccordion = class {
|
|
|
2852
2853
|
this.applyBorderRadiusToLastRow();
|
|
2853
2854
|
}
|
|
2854
2855
|
render() {
|
|
2855
|
-
return (h(Host, { key: '
|
|
2856
|
+
return (h(Host, { key: '5a1f1085ff8351162fc87a30e939035ec81795fc', class: "xpl-header-accordion" }, h("div", { key: 'dd3e3b0a441b380e28fb898283e93d53d7347866', class: `header-accordion header-accordion--${this.expanded ? 'expanded' : 'collapsed'}` }, this.hasCheckbox && (h("xpl-checkbox", { key: '6550eb878d0f55262beb1ee114ea54801037ad16', class: "xpl-header-accordion__parent-checkbox", checked: this.parentChecked, disabled: this.disabled, indeterminate: this.parentIndeterminate, onCheckboxChange: (event) => this.handleParentCheckboxChange(event.detail) })), h("button", { key: '80e0b49c5d52866293eac2aef91bbe97d4a8ad96', "aria-expanded": this.expanded, "aria-controls": this.contentId, class: "toggle-area", onClick: this.toggleAccordion, type: "button" }, h("slot", { key: '9a29e3496f29f6179aae2c122e17db09943e2067', name: "title" }), h("xpl-icon", { key: 'c3fddf66a6c41353240adb706da7faf6231caa57', size: 16, icon: "chevron-down", class: this.expanded && 'rotate' }))), h("div", { key: 'e1ffea5a3a456b5556d67f42326ec17eb80fe305', id: this.contentId, role: "region", class: !this.expanded ? 'content--hidden' : 'content--shown' }, h("slot", { key: '7c4e2677463ad9bbd1adcafc95692bdd95a09c0b', name: "content" }))));
|
|
2856
2857
|
}
|
|
2857
2858
|
get el() { return getElement(this); }
|
|
2858
2859
|
static get watchers() { return {
|
|
@@ -16851,10 +16852,10 @@ const Icon = class {
|
|
|
16851
16852
|
let wrapperClasses = 'xpl-icon__wrapper ';
|
|
16852
16853
|
if (this.backgroundColor)
|
|
16853
16854
|
wrapperClasses += `xpl-icon__wrapper--with-background xpl-icon__wrapper--with-background--${this.backgroundColor}`;
|
|
16854
|
-
return (h(Host, { key: '
|
|
16855
|
+
return (h(Host, { key: '81c2fcdfacbdb3cc34b1bd870a13041a3b3720c8' }, h("figure", { key: 'd8bc04651492fb705fdc6a10cc44a19013da078b', class: wrapperClasses }, h("span", { key: '8c9d18ade708bbf3caf4e1fce9779680ee9f6892', "aria-label": this.icon, role: "img", class: "xpl-icon", style: {
|
|
16855
16856
|
width: `${options.width}px`,
|
|
16856
16857
|
height: `${options.height}px`,
|
|
16857
|
-
}, innerHTML: (_a = apolloIcons.getIcon(this.icon)) === null || _a === void 0 ? void 0 : _a.toSVG(options) }), h("figcaption", { key: '
|
|
16858
|
+
}, innerHTML: (_a = apolloIcons.getIcon(this.icon)) === null || _a === void 0 ? void 0 : _a.toSVG(options) }), h("figcaption", { key: 'd26da1d1df59a9aa414c50bcfb9861d860a6ae65' }, this.icon, " icon"))));
|
|
16858
16859
|
}
|
|
16859
16860
|
};
|
|
16860
16861
|
Icon.style = xplIconCss();
|
|
@@ -17012,13 +17013,13 @@ const Input = class {
|
|
|
17012
17013
|
this.characterCount > this.maxCharacterCount) {
|
|
17013
17014
|
hasError = true;
|
|
17014
17015
|
}
|
|
17015
|
-
return (h(Host, { key: '
|
|
17016
|
+
return (h(Host, { key: '909cf5bbf56456a5bc27e5a3cb6a662ada8df1a7', class: {
|
|
17016
17017
|
'xpl-input': true,
|
|
17017
17018
|
'xpl-input--disabled': this.disabled,
|
|
17018
17019
|
'xpl-input--error': hasError,
|
|
17019
17020
|
'xpl-input--readonly': this.readonly,
|
|
17020
17021
|
[`xpl-input--${this.type}`]: true,
|
|
17021
|
-
} }, this.label && (h("label", { key: '
|
|
17022
|
+
} }, this.label && (h("label", { key: '0391385b4f19a7a4e36e0a42f4bac9e0400fd7df', class: "xpl-input-label", htmlFor: this._id }, this.label, this.description && h("small", { key: '5724a1710c660297a31cbc37b46b68a0e837e583' }, this.description))), this.renderInput(), ((_a = this.error) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("label", { key: 'ea1f4fe026d00c4119df392df786648f46e21e4b', class: "xpl-input-error", htmlFor: this._id, id: `${this._id}-error` }, h("xpl-icon", { key: '42c279d5e037da8178c4db4e4b934150ddc43a42', icon: "alert-circle", size: 16 }), h("span", { key: '461f9c09aaa8642df9645e856fa10a312572054c' }, this.error)))));
|
|
17022
17023
|
}
|
|
17023
17024
|
get el() { return getElement(this); }
|
|
17024
17025
|
};
|
|
@@ -17388,16 +17389,16 @@ const InputColor = class {
|
|
|
17388
17389
|
top: `${y}px`,
|
|
17389
17390
|
background: `rgb(${r}, ${g}, ${b})`,
|
|
17390
17391
|
};
|
|
17391
|
-
return (h(Host, { key: '
|
|
17392
|
+
return (h(Host, { key: '9700bba0a5c9b7cd11135a21167e5e06463483b5', class: "xpl-input-color" }, h("xpl-popover", { key: '486c2fc5660d7e7c60b7922fa4363174baa7892e', disabled: this.disabled, display: "menu" }, h("div", { key: 'c51bd4c77381c46726bf32c319f69611eba845d1', slot: "trigger" }, h("div", { key: '9a78cf317854ce56532d49c551d1e1041daf1484', class: {
|
|
17392
17393
|
'xpl-input-color__display': true,
|
|
17393
17394
|
'xpl-input-color__display--disabled': this.disabled,
|
|
17394
17395
|
'xpl-input-color__display--error': !!this.hasErrorState,
|
|
17395
|
-
} }, h("span", { key: '
|
|
17396
|
+
} }, h("span", { key: 'a78d2b771ad17897820805f1f5d1e265cdd6cbfa', class: "xpl-input-color__color", style: {
|
|
17396
17397
|
background: objectToStringColor(this.colorValues),
|
|
17397
|
-
} }), this.colorValues.hex ? (h("span", { class: "xpl-input-color__value" }, objectToStringColor(this.colorValues))) : (h("span", { class: "xpl-input-color__placeholder" }, this.placeholder)), this.eyeDropperSupported && !this.hideEyeDropper && (h("xpl-icon", { key: '
|
|
17398
|
+
} }), this.colorValues.hex ? (h("span", { class: "xpl-input-color__value" }, objectToStringColor(this.colorValues))) : (h("span", { class: "xpl-input-color__placeholder" }, this.placeholder)), this.eyeDropperSupported && !this.hideEyeDropper && (h("xpl-icon", { key: '2a176659e06f5f971b1de14c9e6f2978a766dd35', size: 20, icon: "eye-dropper", class: "xpl-input-color__icon", onClick: (e) => {
|
|
17398
17399
|
e.stopPropagation();
|
|
17399
17400
|
this.openEyeDropper();
|
|
17400
|
-
} })))), h("div", { key: '
|
|
17401
|
+
} })))), h("div", { key: '4cfadf2209a0d453f8a1ecc74a343d63b48c5b36', class: "xpl-input-color__menu" }, h("div", { key: '5acdd216cf4e1714ec493a53c0a974d6d25e0c49', class: "xpl-input-color__sl-grid", ref: (el) => {
|
|
17401
17402
|
this.colorInputElements.slGrid = el;
|
|
17402
17403
|
}, style: {
|
|
17403
17404
|
background: [
|
|
@@ -17405,9 +17406,9 @@ const InputColor = class {
|
|
|
17405
17406
|
`linear-gradient(to right, #fff, #fff0)`,
|
|
17406
17407
|
`rgb(${hueBaseColor.r} ${hueBaseColor.g} ${hueBaseColor.b})`,
|
|
17407
17408
|
].join(', '),
|
|
17408
|
-
}, onMouseDown: this.startDrag, onTouchStart: this.startDrag }, h("div", { key: '
|
|
17409
|
+
}, onMouseDown: this.startDrag, onTouchStart: this.startDrag }, h("div", { key: '519a19802a049f1c47fe9acd8ca074c9679cb667', class: "xpl-input-color__sl-thumb", style: slThumbStyle })), h("div", { key: '4c6cc466a3ba89897f0b59cce99835f9a2bc842a', class: "xpl-input-color__grid" }, h("input", { key: 'e32fa17e45e231c5d3492c8900feb643ab36f206', type: "range", min: "0", max: "360", value: this.hue, class: "xpl-input-color__slider xpl-input-color__hue", name: "color-hue-slider", ref: (el) => {
|
|
17409
17410
|
this.colorInputElements.hue = el;
|
|
17410
|
-
} }), h("input", { key: '
|
|
17411
|
+
} }), h("input", { key: '52ca6f9ae33a4129b0b050b7c2c2b8f74616fe5d', type: "range", min: "0", max: "1", step: "0.01", value: a, class: "xpl-input-color__slider xpl-input-color__alpha", name: "color-alpha-slider", ref: (el) => {
|
|
17411
17412
|
this.colorInputElements.alpha = el;
|
|
17412
17413
|
}, style: {
|
|
17413
17414
|
backgroundImage: [
|
|
@@ -17417,9 +17418,9 @@ const InputColor = class {
|
|
|
17417
17418
|
`linear-gradient(45deg, transparent 75%, #ccc 75%)`,
|
|
17418
17419
|
`linear-gradient(-45deg, transparent 75%, #ccc 75%)`,
|
|
17419
17420
|
].join(', '),
|
|
17420
|
-
} }), h("div", { key: '
|
|
17421
|
+
} }), h("div", { key: 'a1cf7bde4bd0d2fc7b19b60cff878f56aeb70e2e', class: "xpl-input-color__preview", style: {
|
|
17421
17422
|
background: `rgba(${r}, ${g}, ${b}, ${a})`,
|
|
17422
|
-
} })), h("div", { key: '
|
|
17423
|
+
} })), h("div", { key: '3a82739b45a8ac2be0e732ea27cff2a583503eaf', class: "xpl-input-color__inputs" }, Object.entries(this.colorInputElements)
|
|
17423
17424
|
.filter(([key]) => ['hex', 'r', 'g', 'b', 'a'].includes(key))
|
|
17424
17425
|
.map(([key]) => (h("xpl-input", { key: key, label: key.toLocaleUpperCase(), name: `color-${key}-input`, placeholder: key === 'hex' ? '793EF7' : '0', value: this.colorValues[key], ref: (elRef) => {
|
|
17425
17426
|
this.colorInputElements[key] = elRef;
|
|
@@ -17542,16 +17543,16 @@ const InputDate = class {
|
|
|
17542
17543
|
parent.removeChild(wrapper);
|
|
17543
17544
|
}
|
|
17544
17545
|
render() {
|
|
17545
|
-
return (h(Host, { key: '
|
|
17546
|
+
return (h(Host, { key: 'c038443e47f6b246c2c91ff27a5eb6afcf1c1967', class: {
|
|
17546
17547
|
'xpl-input-date': true,
|
|
17547
17548
|
[`xpl-input-date--mode-${this.mode}`]: true,
|
|
17548
17549
|
'xpl-input-date--error': !!this.hasErrorState,
|
|
17549
17550
|
'xpl-input-date--flatpickr-static': this.flatpickrStaticLayout,
|
|
17550
|
-
} }, h("div", { key: '
|
|
17551
|
+
} }, h("div", { key: '45b9b4ebc53293dcc4c0d527df6d2ef234ac2509', class: "xpl-input-wrapper" }, this.pre && (h("label", { key: 'b112ce85a056e1090391ee9e626c66da47cac750', class: "xpl-input-pre", htmlFor: this.inputId }, this.pre)), h("input", { key: 'e3f218c1b205660ec7eb153396aa358e0769e829', type: "date", id: this.inputId, disabled: this.disabled, name: this.name, required: this.required, readonly: this.readonly, placeholder: this.placeholder, max: this.max, min: this.min, ref: (el) => {
|
|
17551
17552
|
this.input = el;
|
|
17552
17553
|
}, onChange: (event) => {
|
|
17553
17554
|
this.valueChanged(event);
|
|
17554
|
-
} }), h("xpl-icon", { key: '
|
|
17555
|
+
} }), h("xpl-icon", { key: 'f20a83ef7b788aae76ebb6f76ba786eff4c71aeb', class: "xpl-input-calendar", icon: "calendar", size: 24 }), this.post && (h("label", { key: '0aad7e2ec12c88b27e94de978580f6b35b318fce', class: "xpl-input-post", htmlFor: this.inputId }, this.post)))));
|
|
17555
17556
|
}
|
|
17556
17557
|
get el() { return getElement(this); }
|
|
17557
17558
|
static get watchers() { return {
|
|
@@ -17600,18 +17601,18 @@ const InputFile = class {
|
|
|
17600
17601
|
}
|
|
17601
17602
|
render() {
|
|
17602
17603
|
var _a, _b;
|
|
17603
|
-
return (h(Host, { key: '
|
|
17604
|
+
return (h(Host, { key: '42d8f9897e024eb89dc7568f3b99f5a395131294', class: {
|
|
17604
17605
|
'xpl-input-file': true,
|
|
17605
17606
|
'xpl-input-file--hide-trigger-on-select': this.hideTriggerOnSelect,
|
|
17606
17607
|
'xpl-input-file--disabled': this.disabled,
|
|
17607
|
-
} }, h("span", { key: '
|
|
17608
|
+
} }, h("span", { key: '90d5962d5c72ed675cfb18444d814d26a231e4a6', class: {
|
|
17608
17609
|
'xpl-input-file__trigger-wrapper': true,
|
|
17609
17610
|
'xpl-input-file__trigger-wrapper--hidden': this.hideTriggerOnSelect && ((_a = this.files) === null || _a === void 0 ? void 0 : _a.length) > 0,
|
|
17610
|
-
}, role: "button", tabIndex: 0, onClick: this.openFileDialog }, h("slot", { key: '
|
|
17611
|
+
}, role: "button", tabIndex: 0, onClick: this.openFileDialog }, h("slot", { key: 'ad648187fbd71bdccd99db542460e85715507f76', name: "trigger" })), ((_b = this.files) === null || _b === void 0 ? void 0 : _b.length) > 0 && !this.hideFileNames && (h("ul", { key: 'edf302f553f738ecc35e0ce64f73e4b6713b76e7', class: "xpl-input-file__file-list" }, this.files.map((file, fileIndex) => (h("li", { class: "xpl-input-file__file-item" }, h("span", { class: "xpl-text-callout" }, file.name), h("xpl-icon", { icon: "x-circle", size: 24, onClick: (e) => {
|
|
17611
17612
|
e.preventDefault();
|
|
17612
17613
|
e.stopPropagation();
|
|
17613
17614
|
this.onRemoveFileByIndex(fileIndex);
|
|
17614
|
-
}, class: "xpl-input-file__remove-icon" })))))), this.accept && !this.hideAcceptText && (h("span", { key: '
|
|
17615
|
+
}, class: "xpl-input-file__remove-icon" })))))), this.accept && !this.hideAcceptText && (h("span", { key: '56f627241c314b9018cd963ea55a997364b63abf', class: "xpl-input-file__accept xpl-text-caption" }, "Accepted file types: ", this.accept)), h("input", { key: '47180dbed43ab7f3291faeadbe0ddce261d75f25', onChange: this.handleFileChange, type: "file", ref: (el) => {
|
|
17615
17616
|
this.fileInput = el;
|
|
17616
17617
|
}, hidden: true, accept: this.accept, multiple: this.multiple, name: this.name })));
|
|
17617
17618
|
}
|
|
@@ -18099,21 +18100,21 @@ const InputPhone = class {
|
|
|
18099
18100
|
}
|
|
18100
18101
|
render() {
|
|
18101
18102
|
var _a;
|
|
18102
|
-
return (h(Host, { key: '
|
|
18103
|
+
return (h(Host, { key: '1b29d31aca23d7047c36a910bfce85aa54784377', class: {
|
|
18103
18104
|
'xpl-input-phone': true,
|
|
18104
18105
|
'xpl-input-phone--error': !!this.hasErrorState || !!this.error,
|
|
18105
18106
|
'xpl-input-phone--open': this.dropdownOpen,
|
|
18106
18107
|
'xpl-input-phone--domestic': !this.isInternational,
|
|
18107
|
-
} }, h("div", { key: '
|
|
18108
|
+
} }, h("div", { key: '6b7fa8dab343d6236a5de65b73cb731da1997695', class: "xpl-input-wrapper" }, this.isInternational && (h("button", { key: 'cb785ee5ad4da9ea7ee316b7895bf2ca3992a6ae', type: "button", id: this.triggerId, class: "xpl-input-phone__trigger", disabled: this.disabled, "aria-haspopup": "listbox", "aria-expanded": this.dropdownOpen ? 'true' : 'false', "aria-label": "Select country", onClick: this.handleTriggerClick }, ((_a = this.selectedCountry) === null || _a === void 0 ? void 0 : _a.name) && (h("xpl-icon", { key: '0edbeee2da23758c9335f30b01b2a5f24ece73a3', class: "xpl-input-phone__flag", icon: getCountryIconName(this.selectedCountry.name), size: 24, "aria-hidden": "true" })), h("xpl-icon", { key: '310ae67c8eb2fc30c550782011921051492fae54', class: "xpl-input-phone__trigger-icon", icon: "chevron-down", size: 20, "aria-hidden": "true" }))), h("div", { key: '84abb24d097c61bfd76be3e5bbe1ea7bd9718d30', class: "xpl-input-phone__input-wrap" }, this.isInternational && (h("span", { key: '29975e649c40580f7e126bfc2f72be2a07f6c813', class: "xpl-input-phone__dial-code" }, this.effectiveDialCode)), h("input", { key: '55c85bc4fd439a9913b5b58a8fbbc3f1a328cac9', ref: (el) => {
|
|
18108
18109
|
this.inputEl = el;
|
|
18109
|
-
}, type: "tel", id: this.inputId, class: "xpl-input-phone__input", name: this.name, disabled: this.disabled, readonly: this.readonly, required: this.required, "aria-invalid": this.hasErrorState || this.error ? 'true' : 'false', placeholder: this.effectivePlaceholder, autocomplete: this.isInternational ? 'tel-national' : 'tel', inputmode: "numeric", maxlength: this.maxInputLength, value: this.displayValue, onInput: this.handleNumberInput }), this.nationalNumber && this.isEditable && (h("button", { key: '
|
|
18110
|
+
}, type: "tel", id: this.inputId, class: "xpl-input-phone__input", name: this.name, disabled: this.disabled, readonly: this.readonly, required: this.required, "aria-invalid": this.hasErrorState || this.error ? 'true' : 'false', placeholder: this.effectivePlaceholder, autocomplete: this.isInternational ? 'tel-national' : 'tel', inputmode: "numeric", maxlength: this.maxInputLength, value: this.displayValue, onInput: this.handleNumberInput }), this.nationalNumber && this.isEditable && (h("button", { key: '2b05b045d36937e3c85ff93308a75bededd56f4e', type: "button", class: "xpl-input-phone__clear", "aria-label": "Clear phone number", onClick: this.handleClear }, h("xpl-icon", { key: '0834f75780e6cba9e5fef6e4f8613d89dad42216', icon: "x-circle", size: 16 }))))), this.isInternational && this.isEditable && (h("xpl-dropdown", { key: '1e19c6663b14de3f5fd9f740417fc6f342a47177', ref: (el) => {
|
|
18110
18111
|
this.dropdownRef = el;
|
|
18111
18112
|
}, isOpen: this.dropdownOpen, triggerId: this.triggerId, anchorToTrigger: true, closeOnSelect: true, mode: "single", options: this.dropdownOptions, update: this.handleDropdownUpdate, onIsOpenChange: (e) => {
|
|
18112
18113
|
this.dropdownOpen = e.detail;
|
|
18113
|
-
}, "aria-label": "Country" }, h("div", { key: '
|
|
18114
|
+
}, "aria-label": "Country" }, h("div", { key: '910ee42b45fcfea4b5670ca300c6cd7d9a15c709', slot: "header", class: "xpl-input-phone__search-wrap" }, h("xpl-input", { key: 'd7b79cd82d6f1dcd4ed57938f7c4389925426b0c', class: "xpl-input-phone__search", type: "text", label: "", placeholder: "Search", value: this.searchQuery, autocomplete: "off", onInputEvent: (e) => {
|
|
18114
18115
|
var _a;
|
|
18115
18116
|
this.searchQuery = (_a = e.detail) !== null && _a !== void 0 ? _a : '';
|
|
18116
|
-
} }, h("xpl-icon", { key: '
|
|
18117
|
+
} }, h("xpl-icon", { key: '7e8a462d8c0949421d0668b3b289a7c7e7169dbe', slot: "pre", class: "xpl-input-phone__search-icon", icon: "magnifier", size: 20 })))))));
|
|
18117
18118
|
}
|
|
18118
18119
|
get el() { return getElement(this); }
|
|
18119
18120
|
static get watchers() { return {
|
|
@@ -18232,7 +18233,7 @@ const InputSearch = class {
|
|
|
18232
18233
|
return shell;
|
|
18233
18234
|
}
|
|
18234
18235
|
render() {
|
|
18235
|
-
return (h(Host, { key: '
|
|
18236
|
+
return (h(Host, { key: 'bbbcb91c290fec3f0ad0f7df9cb9e43c699f3ab2', class: {
|
|
18236
18237
|
'xpl-input-search': true,
|
|
18237
18238
|
'xpl-input-search--disabled': this.disabled,
|
|
18238
18239
|
'xpl-input-search--error': this.hasError,
|
|
@@ -18416,11 +18417,11 @@ const InputTime = class {
|
|
|
18416
18417
|
}));
|
|
18417
18418
|
}
|
|
18418
18419
|
render() {
|
|
18419
|
-
return (h(Host, { key: '
|
|
18420
|
+
return (h(Host, { key: 'aef2e65955381ed89dd800e889bd20469a201172', class: {
|
|
18420
18421
|
'xpl-input-time': true,
|
|
18421
18422
|
[`xpl-input-time--mode-${this.mode}`]: true,
|
|
18422
18423
|
'xpl-input-time--error': !!this.hasErrorState,
|
|
18423
|
-
} }, h("xpl-input", { key: '
|
|
18424
|
+
} }, h("xpl-input", { key: '90f85f631d876714e65134e964ec521bce1d7948', pre: h("xpl-icon", { class: "xpl-input-time__clock-icon", icon: "clock", size: 24 }), post: this.timeFormat === '12h' ? this.amPm || 'AM' : null, type: "text", _id: this.inputId, disabled: this.disabled, name: this.name, required: this.required, readonly: this.readonly, placeholder: this.placeholder, max: this.max, min: this.min, onInput: this.handleInput, value: this.formattedValue, onFocusEvent: this.handleFocus, onBlurEvent: this.handleBlur, onClick: this.handleClick }), !this.readonly && !this.disabled && (h("xpl-dropdown", { key: 'f42c653946921b15cb0c1b24db01d299c22406c1', options: this.options, isOpen: this.showOptions, ref: (el) => {
|
|
18424
18425
|
this.dropdown = el;
|
|
18425
18426
|
}, class: "xpl-input-time__dropdown" }))));
|
|
18426
18427
|
}
|
|
@@ -18434,55 +18435,6 @@ const InputTime = class {
|
|
|
18434
18435
|
}; }
|
|
18435
18436
|
};
|
|
18436
18437
|
|
|
18437
|
-
class TimerManager {
|
|
18438
|
-
constructor() {
|
|
18439
|
-
this.timeouts = new Set();
|
|
18440
|
-
this.intervals = new Set();
|
|
18441
|
-
this.rafs = new Set();
|
|
18442
|
-
}
|
|
18443
|
-
setTimeout(callback, delay) {
|
|
18444
|
-
const id = setTimeout(() => {
|
|
18445
|
-
this.timeouts.delete(id);
|
|
18446
|
-
callback();
|
|
18447
|
-
}, delay);
|
|
18448
|
-
this.timeouts.add(id);
|
|
18449
|
-
return id;
|
|
18450
|
-
}
|
|
18451
|
-
clearTimeout(id) {
|
|
18452
|
-
clearTimeout(id);
|
|
18453
|
-
this.timeouts.delete(id);
|
|
18454
|
-
}
|
|
18455
|
-
setInterval(callback, delay) {
|
|
18456
|
-
const id = setInterval(callback, delay);
|
|
18457
|
-
this.intervals.add(id);
|
|
18458
|
-
return id;
|
|
18459
|
-
}
|
|
18460
|
-
clearInterval(id) {
|
|
18461
|
-
clearInterval(id);
|
|
18462
|
-
this.intervals.delete(id);
|
|
18463
|
-
}
|
|
18464
|
-
requestAnimationFrame(callback) {
|
|
18465
|
-
const id = requestAnimationFrame((time) => {
|
|
18466
|
-
this.rafs.delete(id);
|
|
18467
|
-
callback(time);
|
|
18468
|
-
});
|
|
18469
|
-
this.rafs.add(id);
|
|
18470
|
-
return id;
|
|
18471
|
-
}
|
|
18472
|
-
cancelAnimationFrame(id) {
|
|
18473
|
-
cancelAnimationFrame(id);
|
|
18474
|
-
this.rafs.delete(id);
|
|
18475
|
-
}
|
|
18476
|
-
dispose() {
|
|
18477
|
-
this.timeouts.forEach((id) => clearTimeout(id));
|
|
18478
|
-
this.timeouts.clear();
|
|
18479
|
-
this.intervals.forEach((id) => clearInterval(id));
|
|
18480
|
-
this.intervals.clear();
|
|
18481
|
-
this.rafs.forEach((id) => cancelAnimationFrame(id));
|
|
18482
|
-
this.rafs.clear();
|
|
18483
|
-
}
|
|
18484
|
-
}
|
|
18485
|
-
|
|
18486
18438
|
let xplListItemsPropDeprecationWarned = false;
|
|
18487
18439
|
function getListItemFromComposedPath(e) {
|
|
18488
18440
|
var _a, _b;
|
|
@@ -18854,12 +18806,12 @@ const List = class {
|
|
|
18854
18806
|
var _a, _b, _c;
|
|
18855
18807
|
const ariaLabelledBy = ((_a = this.labelledBy) === null || _a === void 0 ? void 0 : _a.trim()) ? this.labelledBy.trim() : undefined;
|
|
18856
18808
|
const ariaLabel = !ariaLabelledBy && ((_b = this.label) === null || _b === void 0 ? void 0 : _b.trim()) ? this.label.trim() : undefined;
|
|
18857
|
-
return (h(Host, { key: '
|
|
18809
|
+
return (h(Host, { key: '66c41bf0c252a6ae1e61aea6d8c1c40fc594d8c7', role: "list", class: { 'xpl-list': true }, "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy }, (_c = this.items) === null || _c === void 0 ? void 0 :
|
|
18858
18810
|
_c.map((item, index) => {
|
|
18859
18811
|
var _a;
|
|
18860
18812
|
const legacyRowId = (_a = item.id) !== null && _a !== void 0 ? _a : `item-${index}`;
|
|
18861
18813
|
return (h("xpl-list-item", { key: `legacy-item-${legacyRowId}`, item: item, href: item.href, itemId: legacyRowId }));
|
|
18862
|
-
}), h("slot", { key: '
|
|
18814
|
+
}), h("slot", { key: '922088a7fe36e8bb2ee905ac79ac845eff101707' }), this.reorderable ? (h("div", { class: "xpl-list__reorder-live", "aria-live": "assertive", "aria-atomic": "true" }, this.reorderLiveMessage)) : null));
|
|
18863
18815
|
}
|
|
18864
18816
|
get el() { return getElement(this); }
|
|
18865
18817
|
static get watchers() { return {
|
|
@@ -19385,7 +19337,7 @@ const Modal = class {
|
|
|
19385
19337
|
}
|
|
19386
19338
|
}
|
|
19387
19339
|
render() {
|
|
19388
|
-
return (h(Host, { key: '
|
|
19340
|
+
return (h(Host, { key: 'd1457065d1448b866f21a5a7a903fbc8504567a5', class: "xpl-modal" }, this.isOpen && h("xpl-backdrop", { key: '05807b08500c1ba557c9dabe04ca059f3638f36c' }), h("dialog", { key: '14f78e63f6e19f83fd159604175381b054848ad6', class: `xpl-modal__dialog xpl-modal-size--${this.size} xpl-modal--${this.isOpen ? 'is-open' : 'is-closed'}` }, h("div", { key: '54cbd855c642bad93f74d8f6f875c32728d8539a', class: "xpl-modal__header" }, h("div", { key: 'd0ae962e9ddb8df05eeefd2cd083c0aaf6253814', class: "xpl-modal__title" }, this.variant === 'warning' && (h("xpl-icon", { key: '896dbc9e4c614b456f2b22626c294f86e655f811', size: 20, icon: "alert-triangle", class: "xpl-modal__alert-icon" })), h("slot", { key: '859b27499e4ae644c06d376225f56d47b0081dc2', name: "title" }), h("xpl-button", { key: '288822a0310d17b13360acb7d358e7b5711fa79f', type: "button", class: "xpl-modal__close-button", "icon-only": true, size: "sm", variant: "tertiary", onClick: this.handleDialogClose }, h("xpl-icon", { key: '14181eec31afd43bf07a21f6ae65664ea12f789a', icon: "x" }))), h("div", { key: '4d23417d83bdb3312f1c883a367687e1d4fdfa7c', class: "xpl-modal__subtitle" }, h("slot", { key: '5db4d5c7997a4a27f7195cdd0ff56d81238835e1', name: "subtitle" }))), h("div", { key: 'e17d7805f75d00422d6eaa8148a1f0f3297369df', class: "xpl-modal__body" }, h("slot", { key: 'f1f43ce5fce6c1567bf856071b5d283c28a64bbe', name: "body" })), h("div", { key: 'c7757cabc4d718a19ee8c91020f20e4437b73d6d', class: "xpl-modal__footer" }, h("slot", { key: 'bdcf1d5ca962025e7cdd2368b1dd6117b5dc190a', name: "tertiary" }), h("slot", { key: '483ce3eb24f84d4c08a84e97e6e6a9af9829b007', name: "secondary" }), h("slot", { key: '7c7ec707d80fecb81a21c997c84a1622370285b0', name: "primary" })))));
|
|
19389
19341
|
}
|
|
19390
19342
|
get element() { return getElement(this); }
|
|
19391
19343
|
static get watchers() { return {
|
|
@@ -19461,11 +19413,11 @@ const NavHeaderMenu = class {
|
|
|
19461
19413
|
}
|
|
19462
19414
|
render() {
|
|
19463
19415
|
const hasProfile = !!this.username || !!this.email;
|
|
19464
|
-
return (h(Host, { key: '
|
|
19416
|
+
return (h(Host, { key: 'c2a9e2904ae2cd06462f7e2d4407ac3e34ded34e', class: {
|
|
19465
19417
|
'xpl-nav-header-menu': true,
|
|
19466
19418
|
'xpl-nav-header-menu--has-right-aside-mobile': this.rightAsideMobilePresent,
|
|
19467
19419
|
dark: true,
|
|
19468
|
-
} }, hasProfile && (h("div", { key: '
|
|
19420
|
+
} }, hasProfile && (h("div", { key: '0b7c1b081ac1e73b95bf36724e83511c27e522be', class: "xpl-nav-header-menu__profile" }, h("div", { key: '77ac13de474f5508b5bae03aba09f782a0a05cbc', class: "xpl-nav-header-menu__info" }, this.username && (h("div", { key: '58722b17d64c8cffe7a38b81f30f885a26b0b19e', class: "xpl-nav-header-menu__username" }, this.username)), this.email && (h("div", { key: 'ad7aa885518ee8c205cc3f0e1c84a24b3e486335', class: "xpl-nav-header-menu__email" }, this.email))))), h("div", { key: 'e8c6cdb4e57b02d8b9591eef07a9f0458b73acaa', class: "xpl-nav-header-menu__right-aside-mobile" }, h("slot", { key: 'bb884eeb89b4de9d45cb4a7466cc2d7aac90cf6f', name: "right-aside-mobile" })), h("div", { key: '4fa5347923a9f9db10e8875e9ec00407b843263c', class: "xpl-nav-header-menu__slot", role: "list" }, h("slot", { key: '694d33b2fe8b1cfa302de845a15aa24fdb33fc62' }))));
|
|
19469
19421
|
}
|
|
19470
19422
|
get el() { return getElement(this); }
|
|
19471
19423
|
};
|
|
@@ -19482,11 +19434,11 @@ const NavItem = class {
|
|
|
19482
19434
|
}
|
|
19483
19435
|
}
|
|
19484
19436
|
render() {
|
|
19485
|
-
return (h(Host, { key: '
|
|
19437
|
+
return (h(Host, { key: 'f7494edb113b4eccf244c312447e69248af495ba', class: "xpl-nav-item", role: "listitem", onClick: () => {
|
|
19486
19438
|
if (this.navControl) {
|
|
19487
19439
|
this.onNavToggle();
|
|
19488
19440
|
}
|
|
19489
|
-
} }, h("slot", { key: '
|
|
19441
|
+
} }, h("slot", { key: 'acde5d80edbead75a558b964954caa18e1cc0c5f', name: "link" }, h("slot", { key: '66838cf7e6610e48d7102475cc6463aa65f4651b', name: "icon" }), h("slot", { key: 'de185eaab42a425cf82eaaf6883b1472fecb9754' }))));
|
|
19490
19442
|
}
|
|
19491
19443
|
};
|
|
19492
19444
|
|
|
@@ -19572,19 +19524,19 @@ const Pagination = class {
|
|
|
19572
19524
|
render() {
|
|
19573
19525
|
const disablePrev = this.currentPage <= 1;
|
|
19574
19526
|
const disableNext = this.currentPage >= this.totalPages;
|
|
19575
|
-
return (h(Host, { key: '
|
|
19527
|
+
return (h(Host, { key: '7ee32b9506487555cf9c96b8204bc06acff20614', class: {
|
|
19576
19528
|
'xpl-pagination': true,
|
|
19577
19529
|
'xpl-pagination__with-page-control': this.withPageControl,
|
|
19578
19530
|
'xpl-pagination__no-page-control': !this.withPageControl,
|
|
19579
|
-
} }, this.withPageControl && (h("div", { key: '
|
|
19531
|
+
} }, this.withPageControl && (h("div", { key: 'd0b77c50e30c046df37e806912d9d144066ce8ea', class: "xpl-pagination__rows-per-page" }, h("label", { key: '5a596a7f2e440f007cc51ffb965f8c6da057bd11', class: "xpl-pagination__rows-label" }, "Rows per page:"), h("xpl-select", { key: '3592c6c2b8efa704536e64bf6ae085f228921573', class: "xpl-pagination__rows-per-page-select", dropdownFlipFallbackPlacements: ['bottom-start'], dropdownPlacement: "top-start", choices: this.rowsPerPageOptionsArray.map((option) => ({
|
|
19580
19532
|
label: option.toString(),
|
|
19581
19533
|
value: option.toString(),
|
|
19582
19534
|
isSelected: option === this.selectedRowsPerPage,
|
|
19583
19535
|
})), ref: (el) => {
|
|
19584
19536
|
this.rowsPerPageSelectRef = el;
|
|
19585
|
-
} }))), h("div", { key: '
|
|
19537
|
+
} }))), h("div", { key: '0c4e020f133b9bff31e185fb3ea11d3e98f0ac00', class: "xpl-pagination__pager" }, h("button", { key: 'add5b2b91bb1c1d08637bc7e8cf907274126765c', class: "xpl-pagination__pager-button xpl-pagination__pager-button-prev", disabled: disablePrev, onClick: this.handlePrevPage, "aria-label": "Previous Page", tabindex: "0" }, h("xpl-icon", { key: 'ca29bdc9acb1f220afb7cbb5a2f1bfc8602c07c9', icon: "arrow-left", size: 20 })), h("xpl-select", { key: '89244ec17d7e8f10188a6b7b25dde30f9885aef2', class: "xpl-pagination__page-select", dropdownFlipFallbackPlacements: ['bottom-start'], dropdownPlacement: "top-start", choices: this.pageChoices, "custom-display-value": true, ref: (el) => {
|
|
19586
19538
|
this.pageSelectRef = el;
|
|
19587
|
-
} }, h("div", { key: '
|
|
19539
|
+
} }, h("div", { key: '916de27d7e201ba0920c265109edf2a6e9bd0620', slot: "custom-display-value" }, `${this.currentPage} of ${this.totalPages}`)), h("button", { key: '7ddaf9be0ab94e8e0e1fdbdca20e76294d7d2706', class: "xpl-pagination__pager-button xpl-pagination__pager-button-next", disabled: disableNext, onClick: this.handleNextPage, "aria-label": "Next Page", tabindex: "0" }, h("xpl-icon", { key: '37703d9e35a8288bf24c8675e4e973a400f7a0e9', icon: "arrow-right", size: 20 })))));
|
|
19588
19540
|
}
|
|
19589
19541
|
static get watchers() { return {
|
|
19590
19542
|
"currentPage": [{
|
|
@@ -19607,11 +19559,11 @@ const XplPanel = class {
|
|
|
19607
19559
|
}
|
|
19608
19560
|
render() {
|
|
19609
19561
|
const hasAccent = this.accent !== 'none';
|
|
19610
|
-
return (h(Host, { key: '
|
|
19562
|
+
return (h(Host, { key: 'f7216acfba4419e26d171a24aa64153991841701', class: {
|
|
19611
19563
|
'xpl-panel': true,
|
|
19612
19564
|
[`xpl-panel--accent-${this.accent}`]: hasAccent,
|
|
19613
19565
|
[`xpl-panel--padding-${this.padding}`]: true,
|
|
19614
|
-
} }, hasAccent && h("div", { key: '
|
|
19566
|
+
} }, hasAccent && h("div", { key: '18f1ed385cb4d29dbe18e7272e779a40a2ead05e', "aria-hidden": "true", class: "xpl-panel__accent" }), h("div", { key: 'd0a13066c9c4b472b505ffd7592f882bb886b9a2', class: "xpl-panel__content" }, h("slot", { key: '0c8c6495afcbd3a897a6f118e17df75dc7328363' }))));
|
|
19615
19567
|
}
|
|
19616
19568
|
};
|
|
19617
19569
|
|
|
@@ -20274,16 +20226,16 @@ const Popover = class {
|
|
|
20274
20226
|
});
|
|
20275
20227
|
}
|
|
20276
20228
|
render() {
|
|
20277
|
-
return (h(Host, { key: '
|
|
20229
|
+
return (h(Host, { key: 'fd4ba66077f4909fe71a47b719fc76e8b0970bcc' }, h("div", { key: 'f54d27275be2e332ae72e225197eb76350803db3', class: {
|
|
20278
20230
|
'xpl-popover': true,
|
|
20279
20231
|
[`xpl-popover--${this.actualPosition}`]: true,
|
|
20280
20232
|
'xpl-popover--is-open': this.isOpenState,
|
|
20281
|
-
} }, h("span", { key: '
|
|
20233
|
+
} }, h("span", { key: 'a45378d297636bcb6eddd0ea2927703291f27571', role: "button", tabindex: "0", "aria-haspopup": "dialog", "aria-expanded": this.isOpenState ? 'true' : 'false', onClick: this.togglePopover, ref: (el) => {
|
|
20282
20234
|
this.triggerRef = el;
|
|
20283
|
-
} }, h("slot", { key: '
|
|
20235
|
+
} }, h("slot", { key: 'e40f33425dede71e45fefca68eed6231f569b6f4', name: "trigger" })), this.display === 'arrow' && (h("div", { key: '4c6dbd56d3b6c782bdd25c9674df29b92866e55c', class: "xpl-popover__arrow" }, h("svg", { key: '6492c5f9ffd7609ed0fb334f515bf5448db9b837', width: "17", height: "14", xmlns: "http://www.w3.org/2000/svg" }, h("path", { key: 'e1e92c7c65caece9b89b9b23f6031409cd67312c', d: "M0 5h15l-7.5 7.5L0 5Z", fill: "white", stroke: "none", class: "arrow-fill" }), h("path", { key: '496097d86300cdd3a09732e3fb5492e8b3e4a292', d: "M0 5 L7.5 12.5 L15 5", fill: "none", stroke: "black", "stroke-width": "1", class: "arrow-stroke" })))), h("div", { key: 'ed12d8116e9c230dbe166b4479b19d640849b873', class: {
|
|
20284
20236
|
'xpl-popover__content': true,
|
|
20285
20237
|
[`xpl-popover__content--display-${this.display}`]: true,
|
|
20286
|
-
}, ref: (el) => (this.contentRef = el) }, h("slot", { key: '
|
|
20238
|
+
}, ref: (el) => (this.contentRef = el) }, h("slot", { key: 'ad827a2a95546d4e3c975cd410ba4067fd69ad04' })))));
|
|
20287
20239
|
}
|
|
20288
20240
|
get el() { return getElement(this); }
|
|
20289
20241
|
static get watchers() { return {
|
|
@@ -20323,12 +20275,12 @@ const ProgressBar = class {
|
|
|
20323
20275
|
return this.variant === 'indeterminate';
|
|
20324
20276
|
}
|
|
20325
20277
|
render() {
|
|
20326
|
-
return (h(Host, { key: '
|
|
20278
|
+
return (h(Host, { key: 'bae4b080ca10ce596b7f889fc50b41199bcee67b', class: {
|
|
20327
20279
|
'xpl-progress-bar': true,
|
|
20328
20280
|
[`xpl-progress-bar--${this.size}`]: true,
|
|
20329
20281
|
[`xpl-progress-bar--${this.variant}`]: true,
|
|
20330
20282
|
'xpl-progress-bar--complete': this.isComplete,
|
|
20331
|
-
} }, h("div", { key: '
|
|
20283
|
+
} }, h("div", { key: '3e13c35002888a7ea5b4710ec96ea72ab6e8811c', class: "xpl-progress-bar__wrapper" }, (this.label || this.showStatusIcon) && (h("div", { key: 'c41d0c11ef55fc3be48b8007716439a0791245c5', class: "xpl-progress-bar__header" }, this.label && h("div", { key: 'c680eb355e174bfa3a17b29e64d5d9e8d3699718', class: "xpl-progress-bar__label" }, this.label), this.showStatusIcon && (h("div", { key: 'a4d541ee3fa68549dbfa8f371b8d3e5a5d9dcfd0', class: "xpl-progress-bar__icon" }, this.isError ? (h("xpl-icon", { icon: "circle-xmark-1" })) : (h("xpl-icon", { icon: "circle-check-1" })))))), h("div", { key: '24aa03523c672a1604b91da88dae9a58895a412b', class: "xpl-progress-bar__row" }, this.isIndeterminate ? (h("div", { class: "xpl-progress-bar__track xpl-progress-bar__track--indeterminate", role: "progressbar", "aria-label": this.label || 'Progress' }, h("div", { class: "xpl-progress-bar__indeterminate" }))) : (h("progress", { class: "xpl-progress-bar__progress", value: this.clampedValue, max: this.max, "aria-label": this.label || 'Progress' }))), this.helperText && (h("div", { key: '67a687ba35eb5208286833834b1a4e75d64ca47d', class: "xpl-progress-bar__helper" }, this.helperText)))));
|
|
20332
20284
|
}
|
|
20333
20285
|
};
|
|
20334
20286
|
|
|
@@ -20389,7 +20341,7 @@ const ProgressIndicator = class {
|
|
|
20389
20341
|
? `Progress: all ${totalSteps} ${totalSteps === 1 ? 'step' : 'steps'} complete`
|
|
20390
20342
|
: `Progress: step ${currentStepNumber} of ${totalSteps}`
|
|
20391
20343
|
: 'Progress';
|
|
20392
|
-
return (h(Host, { key: '
|
|
20344
|
+
return (h(Host, { key: '267a70a3c6ceffe23390abb57a524d5ddb2b53a6', class: hostClasses, role: "group", "aria-label": ariaLabel }, h("div", { key: 'd34a875d04fb035cc5cda9c8194135d173f7ebae', class: "xpl-progress-indicator-container", role: "list" }, steps.map((step, index) => this.renderStep(step, index)))));
|
|
20393
20345
|
}
|
|
20394
20346
|
static get watchers() { return {
|
|
20395
20347
|
"steps": [{
|
|
@@ -20423,14 +20375,14 @@ const Radio = class {
|
|
|
20423
20375
|
return Boolean(this.checked);
|
|
20424
20376
|
}
|
|
20425
20377
|
render() {
|
|
20426
|
-
return (h(Host, { key: '
|
|
20378
|
+
return (h(Host, { key: 'b25d59aa55a08aa7264e1dadc670b540d3740dfc', class: {
|
|
20427
20379
|
'xpl-checkbox-radio-container': true,
|
|
20428
20380
|
styled: this.styled,
|
|
20429
20381
|
disabled: this.disabled,
|
|
20430
|
-
} }, h("input", { key: '
|
|
20382
|
+
} }, h("input", { key: 'df724428d276baf063679829f2b1ffcdcbfbf2b2', class: "xpl-radio", type: "radio", checked: this.isChecked, disabled: this.disabled, id: this.id, name: this.name, required: this.required, onChange: this.onChange, value: this.value }), h("label", { key: 'd521ca252872494ed28826721dde6270e441a3a3', class: {
|
|
20431
20383
|
'xpl-label': true,
|
|
20432
20384
|
'xpl-label--disabled': this.disabled,
|
|
20433
|
-
}, htmlFor: this.id }, h("slot", { key: '
|
|
20385
|
+
}, htmlFor: this.id }, h("slot", { key: '5093a78e1fb18908b700cb90cf932de06a3ce76d' }), this.description && (h("small", { key: '8806e9374a812df4db6fa8a9a9e1672abd282299', class: {
|
|
20434
20386
|
'xpl-description': true,
|
|
20435
20387
|
'xpl-description--disabled': this.disabled,
|
|
20436
20388
|
} }, this.description)))));
|
|
@@ -20442,7 +20394,7 @@ const SecondaryNav = class {
|
|
|
20442
20394
|
registerInstance(this, hostRef);
|
|
20443
20395
|
}
|
|
20444
20396
|
render() {
|
|
20445
|
-
return (h(Host, { key: '
|
|
20397
|
+
return (h(Host, { key: '8137a8f7ecc1682f1b7e64d41f12c70b9030dd4d', class: "xpl-secondary-nav" }, h("nav", { key: 'f2f65911a356c4265ee583f37ffeb9f78f12d9b4', "aria-label": "Secondary Nav" }, h("slot", { key: '972a51f6d4d59f17a88681f1fbd537ff0dc9fe0b' }))));
|
|
20446
20398
|
}
|
|
20447
20399
|
};
|
|
20448
20400
|
|
|
@@ -20678,21 +20630,21 @@ const Select = class {
|
|
|
20678
20630
|
this.truncate &&
|
|
20679
20631
|
!this.customDisplayValue;
|
|
20680
20632
|
const truncatedText = `+ ${Math.abs(this.choicesState.filter((a) => a.isSelected).length - this.visibleChoices)} more`;
|
|
20681
|
-
return (h(Host, { key: '
|
|
20633
|
+
return (h(Host, { key: '1428590871e33aa2b506904114caa4b36d08e9f9', class: {
|
|
20682
20634
|
'xpl-select': true,
|
|
20683
20635
|
'xpl-select--disabled': this.disabled,
|
|
20684
20636
|
'xpl-select--no-truncate': !this.truncate,
|
|
20685
20637
|
[(_c = this.classNames) !== null && _c !== void 0 ? _c : '']: !!this.classNames,
|
|
20686
20638
|
}, onKeyDown: this.handleTabKeyDown, ref: (el) => {
|
|
20687
20639
|
this.container = el;
|
|
20688
|
-
} }, this.renderLabel(), h("div", { key: '
|
|
20640
|
+
} }, this.renderLabel(), h("div", { key: '02766a897e7e1152fc7e0a65c561ac8b25cd2ce4', class: {
|
|
20689
20641
|
'xpl-input': true,
|
|
20690
20642
|
'xpl-input--disabled': this.disabled,
|
|
20691
20643
|
'xpl-input--error': ((_d = this.error) === null || _d === void 0 ? void 0 : _d.length) >= 0,
|
|
20692
|
-
} }, h("div", { key: '
|
|
20644
|
+
} }, h("div", { key: 'd18740165a8c8a3334603500ad4b633783274935', class: "xpl-input-wrapper" }, h("button", { key: 'a54e65c565ace5276a72d1f1cb6ac9cccbcf3f2e', class: "xpl-select__trigger", disabled: this.disabled, id: this.id, onKeyDown: this.handleTabKeyDown, onClick: (e) => {
|
|
20693
20645
|
e.preventDefault();
|
|
20694
20646
|
this.handleDropdownTrigger();
|
|
20695
|
-
}, type: "button" }, h("div", { key: '
|
|
20647
|
+
}, type: "button" }, h("div", { key: 'fca29be85e2655a50f9ed0e1619c7de9b7220321', class: {
|
|
20696
20648
|
'xpl-select-value': true,
|
|
20697
20649
|
'xpl-select-value--active': this.mode === 'multi' && this.value.length > 0,
|
|
20698
20650
|
'has-value': this.value.length > 0,
|
|
@@ -20712,7 +20664,7 @@ const Select = class {
|
|
|
20712
20664
|
return this.renderSelectedTags();
|
|
20713
20665
|
}
|
|
20714
20666
|
return this.placeholder;
|
|
20715
|
-
})(), isTextTruncated && truncatedText), h("xpl-icon", { key: '
|
|
20667
|
+
})(), isTextTruncated && truncatedText), h("xpl-icon", { key: 'c58b026d3e2831c832c3bc54489525119af70e8f', class: "xpl-select__chevron-down", icon: this.selectIcon }))), !this.disabled && (h("xpl-dropdown", { key: 'c0f1a6e4be933f05c5ba88ed20a3ccebeaf895c5', ref: (el) => {
|
|
20716
20668
|
this.dropdown = el;
|
|
20717
20669
|
}, isOpen: this.dropdownOpenState, options: this.choicesState, selectedValues: this.selectedValues, mode: this.mode, triggerId: this.id, update: (_e, { component }) => {
|
|
20718
20670
|
const { options } = component;
|
|
@@ -20721,7 +20673,7 @@ const Select = class {
|
|
|
20721
20673
|
}
|
|
20722
20674
|
}, onIsOpenChange: (e) => {
|
|
20723
20675
|
this.dropdownOpenState = e.detail;
|
|
20724
|
-
}, onWheel: this.handleDropdownScroll, anchorToTrigger: true, flipFallbackPlacements: this.dropdownFlipFallbackPlacements, placement: this.dropdownPlacement })), this.renderError()), h("input", { key: '
|
|
20676
|
+
}, onWheel: this.handleDropdownScroll, anchorToTrigger: true, flipFallbackPlacements: this.dropdownFlipFallbackPlacements, placement: this.dropdownPlacement })), this.renderError()), h("input", { key: '48958ae33322efe0e3de08eb9da2baac981e58a2', type: "hidden", name: this.name, value: this.value })));
|
|
20725
20677
|
}
|
|
20726
20678
|
static get watchers() { return {
|
|
20727
20679
|
"choices": [{
|
|
@@ -20938,10 +20890,10 @@ const SideNav = class {
|
|
|
20938
20890
|
}
|
|
20939
20891
|
}
|
|
20940
20892
|
render() {
|
|
20941
|
-
return (h(Host, { key: '
|
|
20893
|
+
return (h(Host, { key: 'a007b689281cf2d2f5c24d7517a478c165c992bf', class: {
|
|
20942
20894
|
'xpl-side-nav': true,
|
|
20943
20895
|
'xpl-side-nav--open': this.open,
|
|
20944
|
-
} }, h("xpl-button", { key: '
|
|
20896
|
+
} }, h("xpl-button", { key: '4828b88c0e14e4202535e19e406def9558533892', class: "xpl-side-nav__toggle", variant: "tertiary", iconOnly: true, icon: this.open ? 'sidebar-left-hide' : 'sidebar-left-show', "aria-expanded": this.open ? 'true' : 'false', "aria-label": this.open ? 'Close navigation menu' : 'Open navigation menu', onClick: this.onToggleClick }), h("div", { key: '193bf28ee1b495f3352e46d255e0488d38f59a03', class: "xpl-side-nav__wrapper" }, h("nav", { key: '36461f0c57dbe069381aed7d8cad57a484bdc5c6', class: "xpl-side-nav__content", "aria-label": this.label }, h("div", { key: '7e88ee25d63a9489894e54030ec5e943be803bde', class: "xpl-side-nav__section" }, h("slot", { key: '2fb0b53cd888824afcd73d1c08f35939e7729b88', name: "section" })), h("div", { key: 'ee3beba191a7633a98312f225013db4f05891388', class: "xpl-side-nav__footer" }, h("slot", { key: 'e876c45f33e5fd200cbe4a6c5ef6fcd85c43eccd', name: "nav-footer" })))), h("xpl-backdrop", { key: '74bef30e9ffb2c3d640e2cab2b2fe328b7f37c52', class: "xpl-side-nav__backdrop", onClick: this.onBackdropClick })));
|
|
20945
20897
|
}
|
|
20946
20898
|
get el() { return getElement(this); }
|
|
20947
20899
|
static get watchers() { return {
|
|
@@ -21057,14 +21009,14 @@ const SideNavItem = class {
|
|
|
21057
21009
|
expanded: this.expanded,
|
|
21058
21010
|
selected: this.selected,
|
|
21059
21011
|
};
|
|
21060
|
-
return (h(Host, { key: '
|
|
21012
|
+
return (h(Host, { key: '9aa4038c1fd52b62a0ea393b4cd60f94dc299beb', class: {
|
|
21061
21013
|
'xpl-side-nav-item': true,
|
|
21062
21014
|
'xpl-side-nav-item--link-disabled': this.link && this.disabled,
|
|
21063
21015
|
} }, this.link ? (h("slot", null)) : (h("button", { type: "button", class: buttonClass, "aria-current": this.selected ? 'page' : undefined, "aria-expanded": this.hasChildren ? (this.expanded ? 'true' : 'false') : undefined, onClick: this.handleClick, disabled: this.disabled }, h("span", { class: "xpl-side-nav-item__leading" }, h("slot", { name: "leading" }, this.icon ? (h("xpl-icon", { icon: this.icon, size: 16 })) : null)), h("span", { class: "xpl-side-nav-item__label" }, (_a = this.label) !== null && _a !== void 0 ? _a : ''), (this.hasTrailingSlot || this.hasChildren) && (h("span", { class: {
|
|
21064
21016
|
'xpl-side-nav-item__trailing': true,
|
|
21065
21017
|
'xpl-side-nav-item__trailing--chevron': showAutoChevron,
|
|
21066
21018
|
expanded: showAutoChevron && this.expanded,
|
|
21067
|
-
}, "aria-hidden": showAutoChevron ? 'true' : undefined }, h("slot", { name: "trailing" }, showAutoChevron ? (h("xpl-icon", { icon: this.expanded ? 'chevron-up' : 'chevron-down', size: 16 })) : null))))), this.hasChildren && !this.link && (h("div", { key: '
|
|
21019
|
+
}, "aria-hidden": showAutoChevron ? 'true' : undefined }, h("slot", { name: "trailing" }, showAutoChevron ? (h("xpl-icon", { icon: this.expanded ? 'chevron-up' : 'chevron-down', size: 16 })) : null))))), this.hasChildren && !this.link && (h("div", { key: '3e8f5a31a9d65ba35b699cee901795f733a915d9', class: `xpl-side-nav-item__children ${this.expanded ? 'expanded' : ''}`, inert: !this.expanded ? true : undefined }, h("div", { key: '30d431f2d0cc3286421815e1fe0b43b59cbb56a2', class: "xpl-side-nav-item__children-inner" }, h("slot", { key: 'b5e24e70a35121b27a853d5178017927ebbf4baf' }))))));
|
|
21068
21020
|
}
|
|
21069
21021
|
get el() { return getElement(this); }
|
|
21070
21022
|
static get watchers() { return {
|
|
@@ -21084,7 +21036,7 @@ const Skeleton = class {
|
|
|
21084
21036
|
this.size = 'custom';
|
|
21085
21037
|
}
|
|
21086
21038
|
render() {
|
|
21087
|
-
return (h(Host, { key: '
|
|
21039
|
+
return (h(Host, { key: '6d2a1a9164bb1568663b944f3f4ea66517256528', class: {
|
|
21088
21040
|
'xpl-skeleton': true,
|
|
21089
21041
|
[`xpl-skeleton--shape-${this.shape}`]: true,
|
|
21090
21042
|
[`xpl-skeleton--size-${this.size}`]: true,
|
|
@@ -21127,7 +21079,7 @@ const Slideout = class {
|
|
|
21127
21079
|
this.handleScroll();
|
|
21128
21080
|
}
|
|
21129
21081
|
render() {
|
|
21130
|
-
return (h(Host, { key: '
|
|
21082
|
+
return (h(Host, { key: '2784d3da5b726f04552fa93289f34ff0347d3e70', class: "xpl-slideout" }, this.backdrop && this.isOpen && (h("xpl-backdrop", { key: 'b8978c6811b9d1c175bfaee2296fbcb433c048d4', onClick: this.handleClose })), h("aside", { key: '0e4357253aa004531aa86fc2f93fb1332cec089b', class: `slideout slideout--${!this.isOpen && 'closed'}` }, h("header", { key: '132170bf2c8ff6c23e6bc85bce4dc8a2aec0c5d5', class: "header" }, h("div", { key: 'a38f7f2a2da8c622a9d2ef53c370560761b87b51', class: "title" }, h("slot", { key: 'ba7b485b02bd472a4f64e067cabf5cf6ae0ad1b0', name: "title" }), h("xpl-button", { key: '9538bc33599840f7756e747c63d9717cf14a0c58', class: "close-button", "icon-only": true, size: "sm", variant: "tertiary", onClick: this.handleClose }, h("xpl-icon", { key: '6d6846794afea4053736bc67b3c0c90fb822ca96', icon: "x" }))), h("div", { key: 'da9630c9cdc8d9c3e57242c58993f5815052e684', class: "subtitle" }, h("slot", { key: 'c923c0cdae7e6f09713592e31216ec10accce39f', name: "subtitle" })), h("div", { key: 'c9fc409c7e2c14987b4df6be17d7d2c9a5906100', class: "search" }, h("slot", { key: 'b963bc05b745e55bbdc27cc4bb224af97feccdda', name: "search" }))), h("xpl-divider", { key: 'e5f9201e96ac5d6b202e3e88edfa07dacfbb3786', tier: 0, class: "divider top" }), h("article", { key: '41b424ea94bdc2577b56166f45de2b1addc3a8b4', class: "content", tabIndex: 0 }, h("slot", { key: '5d316d1981d44536af9cc5d67ef7fd20f6375ec8', name: "content" })), this.showFooter && (h("footer", { key: '3d9c2b22153b6a9057d3c40b98af97d345b9e9c1' }, h("xpl-divider", { key: '77e87834d203624cc03ff2b0cf894300c2749094', tier: 0, class: "divider bottom" }), h("div", { key: '44737714daf25a087ad2c0d8938f94ec4668b071', class: "footer" }, h("slot", { key: '2c0c7b62872fa826ef117a730c92369ba7e340f1', name: "tertiary" }), h("slot", { key: '31ac0e95189487b668b3e5c0bd8d414ab7d73f30', name: "secondary" }), h("slot", { key: 'a0dd4999caac29b546cd0526e652596937dff83b', name: "primary" })))))));
|
|
21131
21083
|
}
|
|
21132
21084
|
get el() { return getElement(this); }
|
|
21133
21085
|
static get watchers() { return {
|
|
@@ -21964,10 +21916,10 @@ const TabPanel = class {
|
|
|
21964
21916
|
const t = (_a = this.target) !== null && _a !== void 0 ? _a : '';
|
|
21965
21917
|
const panelId = tabPanelDomId(groupId, t);
|
|
21966
21918
|
const labelledBy = tabTriggerId(groupId, t);
|
|
21967
|
-
return (h(Host, { key: '
|
|
21919
|
+
return (h(Host, { key: 'd1d6b910b84ee0aa483d605d10aaabf662d2efcf', "aria-labelledby": labelledBy, class: {
|
|
21968
21920
|
'xpl-tab-panel': true,
|
|
21969
21921
|
'xpl-tab-panel--selected': this.selected,
|
|
21970
|
-
}, id: panelId, role: "tabpanel" }, h("slot", { key: '
|
|
21922
|
+
}, id: panelId, role: "tabpanel" }, h("slot", { key: '1fe282e7372fb0353cf1c32db841269aaa3c44a9' })));
|
|
21971
21923
|
}
|
|
21972
21924
|
get el() { return getElement(this); }
|
|
21973
21925
|
};
|
|
@@ -22102,24 +22054,24 @@ const Table = class {
|
|
|
22102
22054
|
(!this.sortTypeArray || this.sortTypeArray.length !== this.columns.length)) {
|
|
22103
22055
|
this.sortTypeArray = this.columns.map(() => null);
|
|
22104
22056
|
}
|
|
22105
|
-
return (h(Host, { key: '
|
|
22057
|
+
return (h(Host, { key: 'feca62966731c111adc18988af07bd269dd63868' }, h("div", { key: 'b585fe5b3161eb7763e4292a7015fb3209a3fa90', class: "xpl-table-container", onScroll: this.onScroll, ref: (el) => {
|
|
22106
22058
|
this.container = el;
|
|
22107
|
-
} }, h("table", { key: '
|
|
22059
|
+
} }, h("table", { key: '37930d45de6739b43ff6d541d46d7f960d922716', class: {
|
|
22108
22060
|
'xpl-table': true,
|
|
22109
22061
|
'xpl-table--striped': this.striped,
|
|
22110
22062
|
'xpl-table--freeze': this.freeze,
|
|
22111
22063
|
'xpl-table--has-scrolled': this.hasScrolled,
|
|
22112
|
-
} }, this.columns && (h("thead", { key: '
|
|
22064
|
+
} }, this.columns && (h("thead", { key: '40e9b8bb9cb641a2f89a63a707ecaa3a286fc99d' }, this.columns.map((column, i) => {
|
|
22113
22065
|
var _a;
|
|
22114
22066
|
const iconType = getIconType((_a = this.sortTypeArray) === null || _a === void 0 ? void 0 : _a[i]);
|
|
22115
22067
|
const isColumnSortable = !!(this.isSortable && this.sortableColumns[i]);
|
|
22116
22068
|
return (h("th", null, h("label", { onClick: (e) => this.handleSort(e, isColumnSortable, i, column.replace(/ /g, '-').toLowerCase()), class: isColumnSortable ? 'cursor-pointer' : '' }, this.multiselect && i === 0 && (h("xpl-checkbox", { checked: this.areAllSelected, indeterminate: !this.areAllSelected &&
|
|
22117
22069
|
this.selected.some((a) => a), onClick: (e) => e.stopPropagation(), onCheckboxChange: (e) => this.selectAll(e), value: `select-all-${this.selectAllValue}`, "aria-label": "Select all rows" })), column, isColumnSortable && !!this.sortTypeArray[i] && (h("xpl-icon", { icon: iconType, size: 16 })))));
|
|
22118
|
-
}))), h("tbody", { key: '
|
|
22070
|
+
}))), h("tbody", { key: '99bc5a0fd8b91d040483cc5749490b5319097ab9' }, this.rowData.map((row, rowNum) => (h("tr", { class: this.selected && this.selected[rowNum]
|
|
22119
22071
|
? 'xpl-table-row-selected'
|
|
22120
22072
|
: '' }, row.map((cell, i) => (h("td", null, this.multiselect && i === 0 ? (h("label", null, h("xpl-checkbox", { checked: !!this.selected[rowNum], onCheckboxChange: (e) => this.selectOne(e, rowNum), value: this.selectedValues.length > 0
|
|
22121
22073
|
? this.selectedValues[rowNum]
|
|
22122
|
-
: `xpl-table-checkbox-${rowNum}`, "aria-label": `Select row ${rowNum + 1}` }), h("div", { innerHTML: cell }))) : (h("div", { innerHTML: cell }))))))))), ((_a = this.rowFooterData) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("tfoot", { key: '
|
|
22074
|
+
: `xpl-table-checkbox-${rowNum}`, "aria-label": `Select row ${rowNum + 1}` }), h("div", { innerHTML: cell }))) : (h("div", { innerHTML: cell }))))))))), ((_a = this.rowFooterData) === null || _a === void 0 ? void 0 : _a.length) > 0 && (h("tfoot", { key: '404659d5846461f017e974786ec359473be0a7b6' }, this.rowFooterData.map((row) => (h("tr", null, row.map((cell) => (h("td", null, h("div", { innerHTML: cell })))))))))))));
|
|
22123
22075
|
}
|
|
22124
22076
|
get el() { return getElement(this); }
|
|
22125
22077
|
static get watchers() { return {
|
|
@@ -22455,11 +22407,11 @@ const Tabs = class {
|
|
|
22455
22407
|
}
|
|
22456
22408
|
render() {
|
|
22457
22409
|
const isSegment = this.type === 'segment';
|
|
22458
|
-
return (h(Host, { key: '
|
|
22410
|
+
return (h(Host, { key: '712b11ca22e287b8e981c327d1793fbc627c8508', class: {
|
|
22459
22411
|
'xpl-tabs': true,
|
|
22460
22412
|
'xpl-tabs--full-width': this.fullWidth,
|
|
22461
22413
|
'xpl-tabs--segment': isSegment,
|
|
22462
|
-
}, "data-choices-tick": this.choicesTick }, h("xpl-select", { key: '
|
|
22414
|
+
}, "data-choices-tick": this.choicesTick }, h("xpl-select", { key: 'ca013d1c4848a13e3210e3e010f90969a70b609f', classNames: this.mobileSelectClassNames(), choices: this.renderChoices(), disabled: this.disabled, selectedValues: this.selectedValue, onDropdownStateChange: (event) => {
|
|
22463
22415
|
if (event.detail) {
|
|
22464
22416
|
this.isMobileSelectChange = true;
|
|
22465
22417
|
}
|
|
@@ -22470,17 +22422,17 @@ const Tabs = class {
|
|
|
22470
22422
|
this.tabChange.emit(selectedValue);
|
|
22471
22423
|
this.isMobileSelectChange = false;
|
|
22472
22424
|
}
|
|
22473
|
-
} }), h("nav", { key: '
|
|
22425
|
+
} }), h("nav", { key: 'bbabd600ae5e210b7a3e9cfa9c5938f12ee14e1d', "aria-orientation": "horizontal", class: "xpl-tabs__headings", role: "tablist", ref: (el) => {
|
|
22474
22426
|
this.headingsContainerRef = el;
|
|
22475
22427
|
}, onTabChange: (event) => {
|
|
22476
22428
|
event.stopPropagation();
|
|
22477
22429
|
this.isMobileSelectChange = false;
|
|
22478
22430
|
this.handleTabChange(event.detail);
|
|
22479
22431
|
this.tabChange.emit(event.detail);
|
|
22480
|
-
} }, !isSegment && (h("div", { key: '
|
|
22432
|
+
} }, !isSegment && (h("div", { key: 'fe8c53716bd0fe10b02a22ac3df643aa6627303d', class: "xpl-tabs__active-bar", style: {
|
|
22481
22433
|
transform: `translateX(${this.activeBarPosition.left}px)`,
|
|
22482
22434
|
width: `${this.activeBarPosition.width}px`,
|
|
22483
|
-
} })), h("slot", { key: '
|
|
22435
|
+
} })), h("slot", { key: '8a1232936ec72a91e4fcd57f1f35f598a337dd99', name: "heading" })), h("div", { key: '2ef4b61b894a326bc370a1c7631308b8b13261b5', class: "xpl-tabs__panels" }, h("slot", { key: '28c9ccce6482c7cbe9ee46960c65bd59aaacb4b9', name: "panel" }))));
|
|
22484
22436
|
}
|
|
22485
22437
|
get el() { return getElement(this); }
|
|
22486
22438
|
static get watchers() { return {
|
|
@@ -22626,7 +22578,7 @@ const Tag = class {
|
|
|
22626
22578
|
}
|
|
22627
22579
|
render() {
|
|
22628
22580
|
const dragEnabled = this.isDraggable && !this.disabled;
|
|
22629
|
-
return (h(Host, { key: '
|
|
22581
|
+
return (h(Host, { key: '4b8228da443d411561306e790333d676fc3907e3', class: {
|
|
22630
22582
|
'xpl-tag': true,
|
|
22631
22583
|
'xpl-tag-container': true,
|
|
22632
22584
|
'xpl-tag--disabled': this.disabled,
|
|
@@ -22634,7 +22586,7 @@ const Tag = class {
|
|
|
22634
22586
|
'xpl-tag--dragging': this.isDragging,
|
|
22635
22587
|
'xpl-tag--draggable': dragEnabled,
|
|
22636
22588
|
'xpl-tag--sm': this.size === 'sm',
|
|
22637
|
-
}, onDragOver: dragEnabled ? this.handleDragOver : undefined, onDragEnter: dragEnabled ? this.handleDragEnter : undefined, onDragStart: this.isDraggable ? this.handleHostDragStart : undefined }, dragEnabled ? (h("div", { class: "xpl-tag__content xpl-tag", role: "button", tabIndex: 0, draggable: true, "aria-grabbed": String(this.isDragging), onClick: this.handleTagClick, onKeyDown: this.handleContentKeyDown, onDragStart: this.handleDragStart, onDragEnd: this.handleDragEnd }, h("slot", null))) : (h("button", { class: "xpl-tag__content xpl-tag", type: "button", disabled: this.disabled, onClick: this.handleTagClick }, h("slot", null))), this.dismissible && (h("button", { key: '
|
|
22589
|
+
}, onDragOver: dragEnabled ? this.handleDragOver : undefined, onDragEnter: dragEnabled ? this.handleDragEnter : undefined, onDragStart: this.isDraggable ? this.handleHostDragStart : undefined }, dragEnabled ? (h("div", { class: "xpl-tag__content xpl-tag", role: "button", tabIndex: 0, draggable: true, "aria-grabbed": String(this.isDragging), onClick: this.handleTagClick, onKeyDown: this.handleContentKeyDown, onDragStart: this.handleDragStart, onDragEnd: this.handleDragEnd }, h("slot", null))) : (h("button", { class: "xpl-tag__content xpl-tag", type: "button", disabled: this.disabled, onClick: this.handleTagClick }, h("slot", null))), this.dismissible && (h("button", { key: 'bf634c6b75d1cd2eaadff8e4459b74a097e3f221', class: "xpl-tag__dismiss xpl-tag__close", type: "button", draggable: false, disabled: this.disabled, "aria-label": `Dismiss ${this.dismissAriaLabelSuffix}`, onClick: this.handleDismissClick }, h("xpl-icon", { key: 'fb37896890c9afb56c02a3ff4e62f096c416a569', icon: "xmark", size: 10 })))));
|
|
22638
22590
|
}
|
|
22639
22591
|
get el() { return getElement(this); }
|
|
22640
22592
|
static get watchers() { return {
|
|
@@ -22684,9 +22636,9 @@ const Toast = class {
|
|
|
22684
22636
|
}
|
|
22685
22637
|
render() {
|
|
22686
22638
|
var _a;
|
|
22687
|
-
return (h(Host, { key: '
|
|
22639
|
+
return (h(Host, { key: 'c9abdb6db66a9dad0d6ed3d2e6d178ea34852c86', class: `xpl-toast xpl-toast--${this.variant}`, onAnimationEnd: this.handleAnimationEnd }, h("div", { key: '7057e31e0f25dab1ba8b093f1dca15e6f08c44e4', class: "xpl-toast__left" }, this.showIcon && (h("div", { key: '7875c518753729ae39a7bb9f2051751924a0d558', class: `xpl-toast__icon xpl-toast__icon--${this.variant}` }, this.getIcon())), h("div", { key: 'e38c7d0593c16f3dfa83bc4e521f89ee644b46d4', class: "xpl-toast__notification" }, h("p", { key: '8186437158381780554d2509a806704c52450f8c', class: "xpl-toast__title" }, h("slot", { key: '0aa8df0520c33b4576acfb1ad4750a72928b94d5', name: "title" })), this.caption !== '' && (h("p", { key: '3a4ce8f73e498373344b8b692e624f177212a70a', class: "xpl-toast__caption" }, (_a = this.caption) === null || _a === void 0 ? void 0 : _a.substring(0, 85))))), h("div", { key: '636ff5b9476cea09d21b97f3e1b78860a6f10669', class: "xpl-toast__action", ref: (el) => {
|
|
22688
22640
|
this.actionSlot = el;
|
|
22689
|
-
} }, h("slot", { key: '
|
|
22641
|
+
} }, h("slot", { key: '733bc27fba998cdbb97cc1124d8449b539a0fc21', name: "action" })), this.dismissable && (h("div", { key: '8f555e8a02c8aed5095ab659a792e19c242dae98', class: "xpl-toast__close" }, h("button", { key: 'ca64c6cb98c4cda5d2dab208afef54db4832e103', tabIndex: 0, onClick: this.dismiss }, h("xpl-icon", { key: 'bf00f852ecffd16504a8ec95f3f6630b1aa569c9', icon: "x" }))))));
|
|
22690
22642
|
}
|
|
22691
22643
|
get el() { return getElement(this); }
|
|
22692
22644
|
};
|
|
@@ -22700,7 +22652,7 @@ const Tooltip = class {
|
|
|
22700
22652
|
this.hideArrow = false;
|
|
22701
22653
|
}
|
|
22702
22654
|
render() {
|
|
22703
|
-
return (h(Host, { key: '
|
|
22655
|
+
return (h(Host, { key: '9890dea245d2fbd24c67fea6e39ce3430ffc8d81' }, h("div", { key: '0930c7ee1f0e1f6a625f41e34f31d2432fdff7eb', class: "xpl-tooltip-container" }, h("slot", { key: '3b9a8aebce020a13f3d7ef624b59c06e55398907' }), h("div", { key: '50fe33b8bef96df08899b449065558ea8f2ed820', class: `xpl-tooltip xpl-tooltip--${this.position}` }, this.text, !this.hideArrow && (h("div", { key: '53668e28af956a2293c36eb4991782aee8542378', class: "xpl-tooltip-arrow" }, h(TooltipArrow, { key: 'ebbbf0e6b2a848af99d14ddecdb70723bff5181b' })))))));
|
|
22704
22656
|
}
|
|
22705
22657
|
};
|
|
22706
22658
|
|
|
@@ -22757,6 +22709,7 @@ const TopNav = class {
|
|
|
22757
22709
|
this.open = !this.open;
|
|
22758
22710
|
this.navOpen.emit(this.open);
|
|
22759
22711
|
if (wasOpen && !this.open) {
|
|
22712
|
+
this.resetMobileCascade();
|
|
22760
22713
|
this.focusNavControlAfterClose();
|
|
22761
22714
|
}
|
|
22762
22715
|
};
|
|
@@ -22916,6 +22869,10 @@ const TopNav = class {
|
|
|
22916
22869
|
removeDocEscapeListener() {
|
|
22917
22870
|
this.el.ownerDocument.removeEventListener('keydown', this.onDocKeyDownEscape, false);
|
|
22918
22871
|
}
|
|
22872
|
+
resetMobileCascade() {
|
|
22873
|
+
const openItem = this.el.querySelector('.xpl-top-nav__left-primary > xpl-top-nav-item.xpl-top-nav-item--dropdown-open');
|
|
22874
|
+
openItem === null || openItem === void 0 ? void 0 : openItem.closeMenu().catch(() => undefined);
|
|
22875
|
+
}
|
|
22919
22876
|
scheduleSlotContentSyncFromObserver() {
|
|
22920
22877
|
if (this.deferredSlotContentObserverSyncTimeoutId !== undefined) {
|
|
22921
22878
|
clearTimeout(this.deferredSlotContentObserverSyncTimeoutId);
|
|
@@ -22939,12 +22896,13 @@ const TopNav = class {
|
|
|
22939
22896
|
const wasOpen = this.open;
|
|
22940
22897
|
this.open = false;
|
|
22941
22898
|
if (wasOpen && !this.navControl) {
|
|
22899
|
+
this.resetMobileCascade();
|
|
22942
22900
|
this.navOpen.emit(false);
|
|
22943
22901
|
}
|
|
22944
22902
|
}
|
|
22945
22903
|
render() {
|
|
22946
22904
|
var _a, _b, _c, _d;
|
|
22947
|
-
return (h(Host, { key: '
|
|
22905
|
+
return (h(Host, { key: 'a1556bcc2dfc2d35b9b9540a3f0e0d162d547923', class: {
|
|
22948
22906
|
'xpl-top-nav': true,
|
|
22949
22907
|
'xpl-top-nav--nav-control': Boolean(this.navControl),
|
|
22950
22908
|
'xpl-top-nav--open': this.open,
|
|
@@ -22952,15 +22910,15 @@ const TopNav = class {
|
|
|
22952
22910
|
'xpl-top-nav--has-brand': this.hasBrand,
|
|
22953
22911
|
'xpl-top-nav--has-user-menu': this.hasUserMenu,
|
|
22954
22912
|
dark: true,
|
|
22955
|
-
} }, h("nav", { key: '
|
|
22913
|
+
} }, h("nav", { key: '5531a9157af00cbd8b8d5459801ae00337c5e4ec', "aria-label": (_a = this.label) !== null && _a !== void 0 ? _a : 'top-navigation-bar', class: "xpl-top-nav__bar" }, h("div", { key: '5257bb97f7c388358820ae85e872644666538304', class: "xpl-top-nav__inner-left" }, this.navControl && (h("button", { key: '8e8acb60ee8cac9bf84bb559444fbdcfcee13a10', type: "button", class: "xpl-top-nav__nav-control", "aria-expanded": this.open ? 'true' : 'false', "aria-label": this.open ? 'Close navigation menu' : 'Open navigation menu', onClick: this.onNavToggle }, h("xpl-icon", { key: '7bafdf086e9df7d4a2333ea9d2fed86de8466912', class: "xpl-top-nav__control-icon", icon: "menu", size: 32 }))), this.hasBrand && (h("div", { key: '39fc108bfb4b30a98bc06ca8d12331527708d3ef', class: "xpl-top-nav__brand-bar" }, h("xpl-top-nav-item", { key: '7c951eb3c0e349170bb017f6e1d375f3b328653f', class: "xpl-top-nav__brand", href: this.brandHref, onNavItemClick: this.onBrandNavItemClick }, ((_b = this.brandLogo) === null || _b === void 0 ? void 0 : _b.trim()) ? (h("img", { class: "xpl-top-nav__brand-logo", src: this.brandLogo, alt: ((_c = this.brandName) === null || _c === void 0 ? void 0 : _c.trim())
|
|
22956
22914
|
? this.brandName.trim()
|
|
22957
|
-
: 'Brand' })) : this.brandLogoSlotPresent ? (h("span", { class: "xpl-top-nav__brand-logo-slot" }, h("slot", { name: "brand-logo" }))) : null, ((_d = this.brandName) === null || _d === void 0 ? void 0 : _d.trim()) ? (h("span", { class: "xpl-top-nav__brand-name" }, this.brandName.trim())) : null))), h("div", { key: '
|
|
22915
|
+
: 'Brand' })) : this.brandLogoSlotPresent ? (h("span", { class: "xpl-top-nav__brand-logo-slot" }, h("slot", { name: "brand-logo" }))) : null, ((_d = this.brandName) === null || _d === void 0 ? void 0 : _d.trim()) ? (h("span", { class: "xpl-top-nav__brand-name" }, this.brandName.trim())) : null))), h("div", { key: '16fa404db5c59741ec4a4c8c92c6f43f7502e906', class: {
|
|
22958
22916
|
'xpl-top-nav__aside': true,
|
|
22959
22917
|
'xpl-nav-left': true,
|
|
22960
|
-
} }, h("div", { key: '
|
|
22918
|
+
} }, h("div", { key: 'd5421d83454aadb4252cc244b24c9d3bf9881c69', class: "xpl-top-nav__left-primary", role: "list" }, h("slot", { key: 'c95fcd2f6365dbc03ee4e4e99db15e3460fd5358', name: "left-aside" })))), h("div", { key: 'fa5afd226b5eed1468ef066fba956852f7f0d65d', class: {
|
|
22961
22919
|
'xpl-top-nav__aside': true,
|
|
22962
22920
|
'xpl-nav-right': true,
|
|
22963
|
-
} }, h("div", { key: '
|
|
22921
|
+
} }, h("div", { key: 'd84a6fc492147429d725b49681637a203fc36c35', class: "xpl-nav-right__list" }, h("div", { key: '63ef2b0eddef28da05d172bb05b2edd64ad173dd', class: "xpl-top-nav__right-rail" }, h("div", { key: '3ead1c8076e1ed51283ec6251c4ed252835457e3', class: "xpl-top-nav__right-lead" }, h("slot", { key: '8076be6d9d726a2b380f41077d114b37cdfe15e9', name: "right-aside" })), this.hasUserMenu ? (h("div", { class: "xpl-top-nav__right-user" }, h("xpl-popover", { class: "xpl-top-nav__user-popover dark", position: "bottom-end", display: "menu" }, this.userMenuTriggerSlotPresent ? (h("slot", { name: "user-menu-trigger", slot: "trigger" })) : this.usesBuiltInChildAccountTrigger ? (h("xpl-button", { slot: "trigger", class: "xpl-top-nav__child-account-trigger", type: "button", variant: "tertiary", icon: "chevron-down", iconPosition: "end", iconOnly: this.childAccountLabelText.length === 0, "aria-haspopup": "dialog", "aria-label": this.childAccountLabelText.length > 0
|
|
22964
22922
|
? undefined
|
|
22965
22923
|
: 'Open account menu' }, this.childAccountLabelText.length > 0
|
|
22966
22924
|
? this.childAccountLabelText
|
|
@@ -22974,40 +22932,60 @@ const TopNav = class {
|
|
|
22974
22932
|
}; }
|
|
22975
22933
|
};
|
|
22976
22934
|
|
|
22935
|
+
const TOP_NAV_ITEM_HOVER_OPEN_MQ = '(hover: hover) and (pointer: fine) and (min-width: 768px)';
|
|
22936
|
+
const TOP_NAV_ITEM_HOVER_CLOSE_DELAY_MS = 150;
|
|
22937
|
+
|
|
22938
|
+
const TIMER = {
|
|
22939
|
+
hasDropdownSync: 'hasDropdownSync',
|
|
22940
|
+
postRender: 'postRender',
|
|
22941
|
+
focusTriggerAfterEscape: 'focusTriggerAfterEscape',
|
|
22942
|
+
hoverClose: 'hoverClose',
|
|
22943
|
+
};
|
|
22977
22944
|
const TopNavItem = class {
|
|
22978
22945
|
constructor(hostRef) {
|
|
22979
22946
|
registerInstance(this, hostRef);
|
|
22980
22947
|
this.navItemClick = createEvent(this, "navItemClick", 7);
|
|
22948
|
+
this.openChange = createEvent(this, "openChange", 7);
|
|
22949
|
+
this.dropdownPanelId = `xpl-top-nav-item-dropdown-${Math.random().toString(36).slice(2, 11)}`;
|
|
22950
|
+
this.hoverOpened = false;
|
|
22951
|
+
this.timers = new TimerManager();
|
|
22952
|
+
this.hasActiveDescendant = false;
|
|
22981
22953
|
this.hasDropdown = false;
|
|
22954
|
+
this.isLeadingIconSlotPresent = false;
|
|
22982
22955
|
this.hostListitemRole = false;
|
|
22983
|
-
this.
|
|
22956
|
+
this.isTrailingIconSlotPresent = false;
|
|
22984
22957
|
this.active = false;
|
|
22985
22958
|
this.icon = '';
|
|
22959
|
+
this.open = false;
|
|
22960
|
+
this.openMode = 'click';
|
|
22986
22961
|
this.selected = false;
|
|
22987
22962
|
this.onDocClickCapture = (e) => {
|
|
22988
|
-
if (!this.hasDropdown || !this.open)
|
|
22963
|
+
if (!this.hasDropdown || !this.open)
|
|
22989
22964
|
return;
|
|
22990
|
-
}
|
|
22991
22965
|
const target = e.target;
|
|
22992
22966
|
if (target && !this.el.contains(target)) {
|
|
22993
22967
|
this.open = false;
|
|
22994
22968
|
}
|
|
22995
22969
|
};
|
|
22996
22970
|
this.onDocKeyDownCapture = (e) => {
|
|
22997
|
-
if (!this.hasDropdown || !this.open)
|
|
22971
|
+
if (!this.hasDropdown || !this.open)
|
|
22998
22972
|
return;
|
|
22999
|
-
}
|
|
23000
22973
|
if (e.key === 'Escape') {
|
|
23001
22974
|
e.preventDefault();
|
|
23002
22975
|
e.stopPropagation();
|
|
23003
22976
|
this.open = false;
|
|
22977
|
+
this.focusTriggerAfterEscape();
|
|
23004
22978
|
}
|
|
23005
22979
|
};
|
|
23006
22980
|
this.handleClick = (e) => {
|
|
23007
22981
|
if (this.hasDropdown) {
|
|
23008
22982
|
e.preventDefault();
|
|
23009
22983
|
e.stopPropagation();
|
|
23010
|
-
this.
|
|
22984
|
+
this.timers.clearCoalesced(TIMER.hoverClose);
|
|
22985
|
+
if (this.open && this.hoverOpened && this.hoverModeActive() && e.detail > 0) {
|
|
22986
|
+
return;
|
|
22987
|
+
}
|
|
22988
|
+
this.hoverOpened = false;
|
|
23011
22989
|
this.open = !this.open;
|
|
23012
22990
|
return;
|
|
23013
22991
|
}
|
|
@@ -23015,44 +22993,58 @@ const TopNavItem = class {
|
|
|
23015
22993
|
};
|
|
23016
22994
|
this.handleKeyDown = (e) => {
|
|
23017
22995
|
const isLinkMode = this.href != null && !this.hasDropdown;
|
|
23018
|
-
if (isLinkMode) {
|
|
23019
|
-
|
|
23020
|
-
|
|
23021
|
-
|
|
23022
|
-
if (e.key === ' ') {
|
|
23023
|
-
e.preventDefault();
|
|
23024
|
-
const anchor = this.el.querySelector('.xpl-top-nav-item__inner');
|
|
23025
|
-
anchor === null || anchor === void 0 ? void 0 : anchor.click();
|
|
23026
|
-
return;
|
|
23027
|
-
}
|
|
22996
|
+
if (isLinkMode && e.key === ' ') {
|
|
22997
|
+
e.preventDefault();
|
|
22998
|
+
const anchor = this.el.querySelector('.xpl-top-nav-item__inner');
|
|
22999
|
+
anchor === null || anchor === void 0 ? void 0 : anchor.click();
|
|
23028
23000
|
}
|
|
23029
|
-
|
|
23001
|
+
};
|
|
23002
|
+
this.handleMouseEnter = () => {
|
|
23003
|
+
if (!this.hasDropdown || !this.hoverModeActive()) {
|
|
23030
23004
|
return;
|
|
23031
|
-
|
|
23032
|
-
this.
|
|
23005
|
+
}
|
|
23006
|
+
this.timers.clearCoalesced(TIMER.hoverClose);
|
|
23007
|
+
if (!this.open) {
|
|
23008
|
+
this.hoverOpened = true;
|
|
23009
|
+
this.open = true;
|
|
23010
|
+
}
|
|
23011
|
+
};
|
|
23012
|
+
this.handleMouseLeave = () => {
|
|
23013
|
+
if (!this.hasDropdown || !this.open || !this.hoverOpened) {
|
|
23014
|
+
return;
|
|
23015
|
+
}
|
|
23016
|
+
this.timers.scheduleCoalesced(TIMER.hoverClose, () => {
|
|
23017
|
+
if (!this.hoverOpened || this.el.contains(this.el.ownerDocument.activeElement)) {
|
|
23018
|
+
return;
|
|
23019
|
+
}
|
|
23020
|
+
this.open = false;
|
|
23021
|
+
}, TOP_NAV_ITEM_HOVER_CLOSE_DELAY_MS);
|
|
23033
23022
|
};
|
|
23034
23023
|
}
|
|
23035
23024
|
onHasDropdownChanged() {
|
|
23036
|
-
if (!this.hasDropdown)
|
|
23025
|
+
if (!this.hasDropdown)
|
|
23037
23026
|
this.open = false;
|
|
23038
|
-
}
|
|
23039
23027
|
this.syncDropdownDocListeners();
|
|
23040
23028
|
}
|
|
23029
|
+
onOpenChanged(next) {
|
|
23030
|
+
this.openChange.emit(next);
|
|
23031
|
+
if (!next)
|
|
23032
|
+
this.hoverOpened = false;
|
|
23033
|
+
if (next && this.hasDropdown)
|
|
23034
|
+
this.broadcastCloseOtherDropdownHosts();
|
|
23035
|
+
}
|
|
23041
23036
|
connectedCallback() {
|
|
23037
|
+
if (typeof window !== 'undefined' && typeof window.matchMedia === 'function') {
|
|
23038
|
+
this.hoverOpenMq = window.matchMedia(TOP_NAV_ITEM_HOVER_OPEN_MQ);
|
|
23039
|
+
}
|
|
23042
23040
|
this.syncHostListitemRole();
|
|
23043
23041
|
this.syncHasDropdownFromDom();
|
|
23044
23042
|
this.syncDropdownDocListeners();
|
|
23045
23043
|
this.connectDropdownSlotObserver();
|
|
23046
23044
|
}
|
|
23047
23045
|
disconnectedCallback() {
|
|
23048
|
-
|
|
23049
|
-
|
|
23050
|
-
this.deferredHasDropdownObserverSyncTimeoutId = undefined;
|
|
23051
|
-
}
|
|
23052
|
-
if (this.deferredPostRenderTopNavItemTimeoutId !== undefined) {
|
|
23053
|
-
clearTimeout(this.deferredPostRenderTopNavItemTimeoutId);
|
|
23054
|
-
this.deferredPostRenderTopNavItemTimeoutId = undefined;
|
|
23055
|
-
}
|
|
23046
|
+
this.timers.dispose();
|
|
23047
|
+
this.hoverOpenMq = undefined;
|
|
23056
23048
|
this.disconnectDropdownSlotObserver();
|
|
23057
23049
|
this.disconnectListitemContextObservers();
|
|
23058
23050
|
const doc = this.el.ownerDocument;
|
|
@@ -23076,23 +23068,35 @@ const TopNavItem = class {
|
|
|
23076
23068
|
this.open = false;
|
|
23077
23069
|
}
|
|
23078
23070
|
}
|
|
23071
|
+
async closeMenu() {
|
|
23072
|
+
if (!this.hasDropdown)
|
|
23073
|
+
return;
|
|
23074
|
+
this.open = false;
|
|
23075
|
+
}
|
|
23076
|
+
async openMenu() {
|
|
23077
|
+
if (!this.hasDropdown)
|
|
23078
|
+
return;
|
|
23079
|
+
this.timers.clearCoalesced(TIMER.hoverClose);
|
|
23080
|
+
this.hoverOpened = false;
|
|
23081
|
+
this.open = true;
|
|
23082
|
+
}
|
|
23083
|
+
async toggleMenu() {
|
|
23084
|
+
if (!this.hasDropdown)
|
|
23085
|
+
return;
|
|
23086
|
+
this.open = !this.open;
|
|
23087
|
+
}
|
|
23079
23088
|
scheduleHasDropdownSyncFromObserver() {
|
|
23080
|
-
|
|
23081
|
-
clearTimeout(this.deferredHasDropdownObserverSyncTimeoutId);
|
|
23082
|
-
}
|
|
23083
|
-
this.deferredHasDropdownObserverSyncTimeoutId = setTimeout(() => {
|
|
23084
|
-
this.deferredHasDropdownObserverSyncTimeoutId = undefined;
|
|
23089
|
+
this.timers.scheduleCoalesced(TIMER.hasDropdownSync, () => {
|
|
23085
23090
|
if (!this.el.isConnected) {
|
|
23086
23091
|
return;
|
|
23087
23092
|
}
|
|
23088
23093
|
this.syncHasDropdownFromDom();
|
|
23089
|
-
}
|
|
23094
|
+
});
|
|
23090
23095
|
}
|
|
23091
23096
|
connectDropdownSlotObserver() {
|
|
23092
23097
|
this.disconnectDropdownSlotObserver();
|
|
23093
|
-
if (typeof MutationObserver === 'undefined')
|
|
23098
|
+
if (typeof MutationObserver === 'undefined')
|
|
23094
23099
|
return;
|
|
23095
|
-
}
|
|
23096
23100
|
this.dropdownSlotObserver = new MutationObserver(() => {
|
|
23097
23101
|
this.scheduleHasDropdownSyncFromObserver();
|
|
23098
23102
|
});
|
|
@@ -23146,18 +23150,15 @@ const TopNavItem = class {
|
|
|
23146
23150
|
}
|
|
23147
23151
|
}
|
|
23148
23152
|
schedulePostRenderTopNavItemWork() {
|
|
23149
|
-
|
|
23150
|
-
clearTimeout(this.deferredPostRenderTopNavItemTimeoutId);
|
|
23151
|
-
}
|
|
23152
|
-
this.deferredPostRenderTopNavItemTimeoutId = setTimeout(() => {
|
|
23153
|
-
this.deferredPostRenderTopNavItemTimeoutId = undefined;
|
|
23153
|
+
this.timers.scheduleCoalesced(TIMER.postRender, () => {
|
|
23154
23154
|
if (!this.el.isConnected) {
|
|
23155
23155
|
return;
|
|
23156
23156
|
}
|
|
23157
23157
|
this.syncHostListitemRole();
|
|
23158
|
+
this.syncHasDropdownFromDom();
|
|
23158
23159
|
this.connectListitemContextObservers();
|
|
23159
23160
|
this.connectDropdownSlotObserver();
|
|
23160
|
-
}
|
|
23161
|
+
});
|
|
23161
23162
|
}
|
|
23162
23163
|
syncDropdownDocListeners() {
|
|
23163
23164
|
const doc = this.el.ownerDocument;
|
|
@@ -23169,35 +23170,54 @@ const TopNavItem = class {
|
|
|
23169
23170
|
doc.addEventListener('click', this.onDocClickCapture, true);
|
|
23170
23171
|
doc.addEventListener('keydown', this.onDocKeyDownCapture, true);
|
|
23171
23172
|
}
|
|
23173
|
+
hasSlottedChildOwnedByThisHost(slotName) {
|
|
23174
|
+
return Array.from(this.el.querySelectorAll(`[slot="${slotName}"]`)).some((node) => node.closest('xpl-top-nav-item') === this.el);
|
|
23175
|
+
}
|
|
23172
23176
|
syncHasDropdownFromDom() {
|
|
23173
|
-
|
|
23177
|
+
const nextHasDropdown = this.el.querySelector('[slot="dropdown"]') != null;
|
|
23178
|
+
if (nextHasDropdown !== this.hasDropdown) {
|
|
23179
|
+
this.hasDropdown = nextHasDropdown;
|
|
23180
|
+
}
|
|
23181
|
+
const nextLeading = this.hasSlottedChildOwnedByThisHost('leading-icon');
|
|
23182
|
+
if (nextLeading !== this.isLeadingIconSlotPresent) {
|
|
23183
|
+
this.isLeadingIconSlotPresent = nextLeading;
|
|
23184
|
+
}
|
|
23185
|
+
const nextTrailing = this.hasSlottedChildOwnedByThisHost('trailing-icon');
|
|
23186
|
+
if (nextTrailing !== this.isTrailingIconSlotPresent) {
|
|
23187
|
+
this.isTrailingIconSlotPresent = nextTrailing;
|
|
23188
|
+
}
|
|
23189
|
+
const nextActiveDescendant = nextHasDropdown
|
|
23190
|
+
? this.el.querySelector('[slot="dropdown"] .xpl-top-nav-item--active') !== null ||
|
|
23191
|
+
this.el.querySelector('[slot="dropdown"] .xpl-top-nav-item--selected') !== null
|
|
23192
|
+
: false;
|
|
23193
|
+
if (nextActiveDescendant !== this.hasActiveDescendant) {
|
|
23194
|
+
this.hasActiveDescendant = nextActiveDescendant;
|
|
23195
|
+
}
|
|
23174
23196
|
}
|
|
23175
23197
|
getNavDropdownBroadcastRoot() {
|
|
23176
|
-
var _a, _b;
|
|
23177
|
-
return ((_b = (_a = this.el.closest('xpl-top-nav')) !== null && _a !== void 0 ? _a : this.el.closest('xpl-nav-header-menu')) !== null && _b !== void 0 ? _b : this.el.ownerDocument);
|
|
23198
|
+
var _a, _b, _c;
|
|
23199
|
+
return ((_c = (_b = (_a = this.el.closest('xpl-top-nav-menu')) !== null && _a !== void 0 ? _a : this.el.closest('xpl-nav-header-menu')) !== null && _b !== void 0 ? _b : this.el.closest('xpl-top-nav')) !== null && _c !== void 0 ? _c : this.el.ownerDocument);
|
|
23178
23200
|
}
|
|
23179
23201
|
broadcastCloseOtherDropdownHosts() {
|
|
23180
23202
|
const root = this.getNavDropdownBroadcastRoot();
|
|
23181
23203
|
root.querySelectorAll('xpl-top-nav-item').forEach((host) => {
|
|
23182
|
-
if (host === this.el) {
|
|
23204
|
+
if (host === this.el || host.parentElement !== this.el.parentElement) {
|
|
23183
23205
|
return;
|
|
23184
23206
|
}
|
|
23185
23207
|
host.dispatchEvent(new CustomEvent('_xplCloseNavDropdown', { bubbles: false }));
|
|
23186
23208
|
});
|
|
23187
23209
|
}
|
|
23188
|
-
|
|
23189
|
-
var _a;
|
|
23190
|
-
|
|
23191
|
-
|
|
23192
|
-
|
|
23193
|
-
|
|
23194
|
-
|
|
23195
|
-
|
|
23196
|
-
|
|
23197
|
-
|
|
23198
|
-
|
|
23199
|
-
clientY: cy,
|
|
23200
|
-
view: (_a = e.view) !== null && _a !== void 0 ? _a : undefined,
|
|
23210
|
+
hoverModeActive() {
|
|
23211
|
+
var _a, _b;
|
|
23212
|
+
return this.openMode === 'hover' && ((_b = (_a = this.hoverOpenMq) === null || _a === void 0 ? void 0 : _a.matches) !== null && _b !== void 0 ? _b : false);
|
|
23213
|
+
}
|
|
23214
|
+
focusTriggerAfterEscape() {
|
|
23215
|
+
this.timers.scheduleCoalesced(TIMER.focusTriggerAfterEscape, () => {
|
|
23216
|
+
var _a;
|
|
23217
|
+
if (!this.el.isConnected) {
|
|
23218
|
+
return;
|
|
23219
|
+
}
|
|
23220
|
+
(_a = this.el.querySelector('.xpl-top-nav-item__inner')) === null || _a === void 0 ? void 0 : _a.focus();
|
|
23201
23221
|
});
|
|
23202
23222
|
}
|
|
23203
23223
|
static isInternalRenderedHostChild(el) {
|
|
@@ -23215,43 +23235,40 @@ const TopNavItem = class {
|
|
|
23215
23235
|
if (TopNavItem.isInternalRenderedHostChild(child)) {
|
|
23216
23236
|
return false;
|
|
23217
23237
|
}
|
|
23218
|
-
|
|
23238
|
+
const slotName = child.getAttribute('slot');
|
|
23239
|
+
return slotName == null || slotName === '';
|
|
23219
23240
|
}
|
|
23220
23241
|
return false;
|
|
23221
23242
|
});
|
|
23222
23243
|
}
|
|
23223
23244
|
getInnerAriaLabel() {
|
|
23224
23245
|
var _a, _b, _c;
|
|
23225
|
-
if ((_a = this.label) === null || _a === void 0 ? void 0 : _a.trim())
|
|
23246
|
+
if ((_a = this.label) === null || _a === void 0 ? void 0 : _a.trim())
|
|
23226
23247
|
return undefined;
|
|
23227
|
-
|
|
23228
|
-
if (this.hasNonDropdownLightDomChild()) {
|
|
23248
|
+
if (this.hasNonDropdownLightDomChild())
|
|
23229
23249
|
return undefined;
|
|
23230
|
-
}
|
|
23231
23250
|
const custom = (_b = this.itemAriaLabel) === null || _b === void 0 ? void 0 : _b.trim();
|
|
23232
|
-
if (custom)
|
|
23251
|
+
if (custom)
|
|
23233
23252
|
return custom;
|
|
23234
|
-
|
|
23235
|
-
if ((_c = this.icon) === null || _c === void 0 ? void 0 : _c.trim()) {
|
|
23253
|
+
if (((_c = this.icon) === null || _c === void 0 ? void 0 : _c.trim()) || this.isLeadingIconSlotPresent)
|
|
23236
23254
|
return 'Navigation item';
|
|
23237
|
-
}
|
|
23238
23255
|
return undefined;
|
|
23239
23256
|
}
|
|
23240
23257
|
computeHostListitemRole() {
|
|
23241
23258
|
const { el } = this;
|
|
23242
|
-
if (el.classList.contains('xpl-top-nav__brand'))
|
|
23259
|
+
if (el.classList.contains('xpl-top-nav__brand'))
|
|
23243
23260
|
return false;
|
|
23244
|
-
|
|
23245
|
-
if (el.getAttribute('slot') === 'right-aside-mobile') {
|
|
23261
|
+
if (el.getAttribute('slot') === 'right-aside-mobile')
|
|
23246
23262
|
return false;
|
|
23247
|
-
}
|
|
23248
23263
|
const parent = el.parentElement;
|
|
23249
|
-
if ((parent === null || parent === void 0 ? void 0 : parent.getAttribute('role')) === 'list')
|
|
23264
|
+
if ((parent === null || parent === void 0 ? void 0 : parent.getAttribute('role')) === 'list')
|
|
23250
23265
|
return true;
|
|
23251
|
-
}
|
|
23252
23266
|
if (parent != null && parent.tagName.toLowerCase() === 'xpl-nav-header-menu') {
|
|
23253
23267
|
return true;
|
|
23254
23268
|
}
|
|
23269
|
+
if (parent != null && parent.tagName.toLowerCase() === 'xpl-top-nav-menu') {
|
|
23270
|
+
return true;
|
|
23271
|
+
}
|
|
23255
23272
|
if (el.getAttribute('slot') === 'left-aside' &&
|
|
23256
23273
|
(parent === null || parent === void 0 ? void 0 : parent.tagName.toLowerCase()) === 'xpl-top-nav' &&
|
|
23257
23274
|
parent.querySelector('.xpl-top-nav__left-primary[role="list"]') != null) {
|
|
@@ -23261,36 +23278,68 @@ const TopNavItem = class {
|
|
|
23261
23278
|
}
|
|
23262
23279
|
syncHostListitemRole() {
|
|
23263
23280
|
const next = this.computeHostListitemRole();
|
|
23264
|
-
if (this.hostListitemRole !== next)
|
|
23281
|
+
if (this.hostListitemRole !== next)
|
|
23265
23282
|
this.hostListitemRole = next;
|
|
23283
|
+
}
|
|
23284
|
+
renderLabelContent() {
|
|
23285
|
+
var _a;
|
|
23286
|
+
if (!this.label) {
|
|
23287
|
+
return h("slot", null);
|
|
23288
|
+
}
|
|
23289
|
+
const description = (_a = this.description) === null || _a === void 0 ? void 0 : _a.trim();
|
|
23290
|
+
if (!description) {
|
|
23291
|
+
return (h("span", { class: "xpl-top-nav-item__label", title: this.label }, this.label));
|
|
23266
23292
|
}
|
|
23293
|
+
return (h("span", { class: "xpl-top-nav-item__label-group" }, h("span", { class: "xpl-top-nav-item__label", title: this.label }, this.label), h("span", { class: "xpl-top-nav-item__description" }, description)));
|
|
23294
|
+
}
|
|
23295
|
+
renderLeading() {
|
|
23296
|
+
if (this.isLeadingIconSlotPresent) {
|
|
23297
|
+
return (h("span", { class: "xpl-top-nav-item__leading" }, h("slot", { name: "leading-icon" })));
|
|
23298
|
+
}
|
|
23299
|
+
if (this.icon) {
|
|
23300
|
+
return (h("span", { class: "xpl-top-nav-item__leading" }, h("xpl-icon", { size: 16, icon: this.icon })));
|
|
23301
|
+
}
|
|
23302
|
+
return null;
|
|
23303
|
+
}
|
|
23304
|
+
renderTrailing() {
|
|
23305
|
+
if (this.isTrailingIconSlotPresent) {
|
|
23306
|
+
return (h("span", { class: "xpl-top-nav-item__trailing" }, h("slot", { name: "trailing-icon" })));
|
|
23307
|
+
}
|
|
23308
|
+
if (this.hasDropdown) {
|
|
23309
|
+
return (h("span", { class: "xpl-top-nav-item__trailing" }, h("xpl-icon", { icon: "chevron-down" })));
|
|
23310
|
+
}
|
|
23311
|
+
return null;
|
|
23267
23312
|
}
|
|
23268
23313
|
renderInner() {
|
|
23269
23314
|
const tabIndex = 0;
|
|
23270
23315
|
const ariaCurrent = this.selected ? 'page' : undefined;
|
|
23271
23316
|
const ariaExpanded = this.hasDropdown ? (this.open ? 'true' : 'false') : undefined;
|
|
23272
23317
|
const ariaLabel = this.getInnerAriaLabel();
|
|
23273
|
-
const shared = Object.assign(Object.assign({ class: 'xpl-top-nav-item__inner', tabIndex, 'aria-current': ariaCurrent, 'aria-expanded': ariaExpanded }, (ariaLabel ? { 'aria-label': ariaLabel } : {})), { onClick: this.handleClick, onKeyDown: this.handleKeyDown });
|
|
23318
|
+
const shared = Object.assign(Object.assign({ class: 'xpl-top-nav-item__inner', tabIndex, 'aria-current': ariaCurrent, 'aria-expanded': ariaExpanded, 'aria-haspopup': this.hasDropdown ? 'true' : undefined, 'aria-controls': this.hasDropdown ? this.dropdownPanelId : undefined }, (ariaLabel ? { 'aria-label': ariaLabel } : {})), { onClick: this.handleClick, onKeyDown: this.handleKeyDown });
|
|
23274
23319
|
const useAnchor = this.href != null && !this.hasDropdown;
|
|
23275
23320
|
if (useAnchor) {
|
|
23276
|
-
return (h("a", Object.assign({}, shared, { href: this.href }), this.
|
|
23321
|
+
return (h("a", Object.assign({}, shared, { href: this.href }), this.renderLeading(), this.renderLabelContent(), this.renderTrailing()));
|
|
23277
23322
|
}
|
|
23278
|
-
return (h("
|
|
23323
|
+
return (h("button", Object.assign({}, shared, { type: "button" }), this.renderLeading(), this.renderLabelContent(), this.renderTrailing()));
|
|
23279
23324
|
}
|
|
23280
23325
|
render() {
|
|
23281
|
-
return (h(Host, Object.assign({ key: '
|
|
23326
|
+
return (h(Host, Object.assign({ key: '5de7a361dd1f3e0aaa3f98ebb8013118cb5c1a22', class: {
|
|
23282
23327
|
'xpl-top-nav-item': true,
|
|
23283
23328
|
'xpl-top-nav-item--active': this.active,
|
|
23284
|
-
'xpl-top-nav-item--dropdown-open': this.open,
|
|
23329
|
+
'xpl-top-nav-item--dropdown-open': this.hasDropdown && this.open,
|
|
23330
|
+
'xpl-top-nav-item--has-active-descendant': this.hasActiveDescendant,
|
|
23285
23331
|
'xpl-top-nav-item--has-dropdown': this.hasDropdown,
|
|
23286
23332
|
'xpl-top-nav-item--selected': this.selected,
|
|
23287
23333
|
dark: true,
|
|
23288
|
-
} }, (this.hostListitemRole ? { role: 'listitem' } : {})), this.renderInner(), this.hasDropdown && (h("div", { key: '
|
|
23334
|
+
}, onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, (this.hostListitemRole ? { role: 'listitem' } : {})), this.renderInner(), this.hasDropdown && (h("div", { key: 'e076a46dab0d877fdac2eadf09c1fa1bdc97b9bd', id: this.dropdownPanelId, class: "xpl-top-nav-item__dropdown" }, h("slot", { key: '3a6c88fe606672b09b45bb5d8a22d05b26e84e30', name: "dropdown" })))));
|
|
23289
23335
|
}
|
|
23290
23336
|
get el() { return getElement(this); }
|
|
23291
23337
|
static get watchers() { return {
|
|
23292
23338
|
"hasDropdown": [{
|
|
23293
23339
|
"onHasDropdownChanged": 0
|
|
23340
|
+
}],
|
|
23341
|
+
"open": [{
|
|
23342
|
+
"onOpenChanged": 0
|
|
23294
23343
|
}]
|
|
23295
23344
|
}; }
|
|
23296
23345
|
};
|
|
@@ -23309,7 +23358,7 @@ const UtilityBar = class {
|
|
|
23309
23358
|
this.open = this.isNavOpenAtStartup !== undefined ? this.isNavOpenAtStartup : this.open;
|
|
23310
23359
|
}
|
|
23311
23360
|
render() {
|
|
23312
|
-
return (h(Host, { key: '
|
|
23361
|
+
return (h(Host, { key: 'e990b6a7176fdb1d48fd1859f359f217a6600015' }, h("nav", { key: '3b331ed5294f208dcededae078659d9b0d7b118f', "aria-label": "utility navigation bar", class: "xpl-utility-bar" }, this.navControl ? (h("div", null, h("button", { class: "xpl-utility-bar__nav-control", onClick: () => this.onNavToggle() }, h("xpl-icon", { class: "xpl-utility-nav__bars", icon: "three-bars" })), h("slot", { name: "aside" }))) : (h("slot", { name: "aside" })), h("slot", { key: '444363c10471bd6206d39d2da37bafdae6291137', name: "main" }))));
|
|
23313
23362
|
}
|
|
23314
23363
|
};
|
|
23315
23364
|
|