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