@xplortech/apollo-core 2.6.0 → 2.7.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 +737 -63
- package/build/style.css +5415 -1805
- package/dist/apollo-core/apollo-core.css +62 -22
- package/dist/apollo-core/apollo-core.esm.js +1 -1
- package/dist/apollo-core/{p-8a1affce.entry.js → p-084d26ed.entry.js} +1 -1
- package/dist/apollo-core/p-146d5d55.entry.js +1 -0
- package/dist/apollo-core/p-16742606.entry.js +1 -0
- package/dist/apollo-core/{p-42016063.entry.js → p-28d12fd3.entry.js} +1 -1
- package/dist/apollo-core/p-3eb5eb7c.entry.js +1 -0
- package/dist/apollo-core/p-4882f0bd.entry.js +1 -0
- package/dist/apollo-core/p-64b34268.entry.js +1 -0
- package/dist/apollo-core/p-6c956d4e.entry.js +1 -0
- package/dist/apollo-core/p-71b75f36.entry.js +1 -0
- package/dist/apollo-core/{p-02167464.entry.js → p-7eb86c63.entry.js} +1 -1
- package/dist/apollo-core/{p-1fd3dc87.entry.js → p-84254a24.entry.js} +1 -1
- package/dist/apollo-core/p-9f2a0321.entry.js +1 -0
- package/dist/apollo-core/{p-C_Z2nG0p.js → p-C7bgJs6C.js} +2 -2
- package/dist/apollo-core/p-cde83ab0.entry.js +1 -0
- package/dist/apollo-core/p-e7363036.entry.js +1 -0
- package/dist/cjs/apollo-core.cjs.js +3 -3
- package/dist/cjs/{index-DH6pgWru.js → index-BQ97-AWw.js} +18 -15
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/xpl-accordion.cjs.entry.js +3 -3
- package/dist/cjs/xpl-application-shell.cjs.entry.js +2 -2
- package/dist/cjs/{xpl-avatar_47.cjs.entry.js → xpl-avatar_61.cjs.entry.js} +6096 -1461
- package/dist/cjs/xpl-button-row.cjs.entry.js +2 -2
- package/dist/cjs/xpl-calendar.cjs.entry.js +2 -2
- package/dist/cjs/xpl-dynamic-table-cell.cjs.entry.js +3 -3
- package/dist/cjs/xpl-dynamic-table-row.cjs.entry.js +3 -3
- package/dist/cjs/xpl-dynamic-table.cjs.entry.js +2 -2
- package/dist/cjs/xpl-grid-item.cjs.entry.js +2 -2
- package/dist/cjs/xpl-grid.cjs.entry.js +2 -2
- package/dist/cjs/xpl-large-card.cjs.entry.js +2 -2
- package/dist/cjs/xpl-main-nav.cjs.entry.js +2 -2
- package/dist/cjs/xpl-toggle.cjs.entry.js +4 -4
- package/dist/cjs/xpl-toolbar.cjs.entry.js +3 -3
- package/dist/collection/collection-manifest.json +18 -7
- 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-avatar/avatar.stories.js +122 -107
- package/dist/collection/components/xpl-avatar/xpl-avatar.js +249 -15
- package/dist/collection/components/xpl-backdrop/xpl-backdrop.js +1 -1
- package/dist/collection/components/xpl-badge/badge.stories.js +1 -33
- package/dist/collection/components/xpl-badge/xpl-badge.js +1 -1
- package/dist/collection/components/xpl-banner/xpl-banner.js +4 -3
- 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 +21 -3
- 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 +47 -25
- 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 +2 -2
- 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 +46 -53
- package/dist/collection/components/xpl-icon/xpl-icon.js +2 -2
- package/dist/collection/components/xpl-input/input.stories.js +96 -1
- 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 +485 -0
- package/dist/collection/components/xpl-input/xpl-input-time/xpl-input-time.js +2 -2
- package/dist/collection/components/xpl-input/xpl-input.js +130 -18
- package/dist/collection/components/xpl-large-card/xpl-large-card.js +1 -1
- package/dist/collection/components/xpl-list/list.stories.js +300 -63
- package/dist/collection/components/xpl-list/xpl-list-item/xpl-list-item.js +818 -0
- package/dist/collection/components/xpl-list/xpl-list.js +579 -21
- 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 +3 -3
- package/dist/collection/components/xpl-panel/panel.stories.js +5 -3
- package/dist/collection/components/xpl-panel/xpl-panel.js +3 -3
- 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/progress-indicator.stories.js +118 -0
- package/dist/collection/components/xpl-progress-indicator/xpl-progress-indicator.js +171 -0
- 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-spotlight/spotlight.stories.js +385 -0
- package/dist/collection/components/xpl-spotlight/xpl-spotlight.js +1085 -0
- package/dist/collection/components/xpl-tab/xpl-tab.js +261 -8
- package/dist/collection/components/xpl-tab-panel/xpl-tab-panel.js +22 -15
- package/dist/collection/components/xpl-table/table.stories.js +319 -67
- package/dist/collection/components/xpl-table/utils/move-row-dom.js +50 -0
- package/dist/collection/components/xpl-table/utils/table-internal.js +58 -0
- package/dist/collection/components/xpl-table/xpl-table-body/xpl-table-body.js +7 -0
- package/dist/collection/components/xpl-table/xpl-table-cell/xpl-table-cell.js +155 -0
- package/dist/collection/components/xpl-table/xpl-table-footer/xpl-table-footer.js +7 -0
- package/dist/collection/components/xpl-table/xpl-table-footer-cell/xpl-table-footer-cell.js +37 -0
- package/dist/collection/components/xpl-table/xpl-table-header/table-header.stories.js +131 -0
- package/dist/collection/components/xpl-table/xpl-table-header/xpl-table-header.js +7 -0
- package/dist/collection/components/xpl-table/xpl-table-header-cell/table-header-cell.stories.js +105 -0
- package/dist/collection/components/xpl-table/xpl-table-header-cell/xpl-table-header-cell.js +402 -0
- package/dist/collection/components/xpl-table/xpl-table-row/xpl-table-row.js +121 -0
- package/dist/collection/components/xpl-table/xpl-table.js +1448 -143
- package/dist/collection/components/xpl-tabs/segment-control.stories.js +31 -0
- package/dist/collection/components/xpl-tabs/tabs.shared.js +156 -0
- package/dist/collection/components/xpl-tabs/tabs.stories.js +10 -60
- package/dist/collection/components/xpl-tabs/xpl-tabs.js +338 -62
- package/dist/collection/components/xpl-tag/tag.stories.js +153 -0
- package/dist/collection/components/xpl-tag/xpl-tag.js +312 -9
- 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.stories.js +625 -0
- package/dist/collection/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.js +122 -0
- package/dist/collection/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.js +481 -0
- package/dist/collection/components/xpl-top-nav/xpl-top-nav.js +433 -0
- package/dist/collection/components/xpl-utility-bar/xpl-utility-bar.js +1 -1
- package/dist/collection/utils/lifecycle.js +79 -0
- package/dist/collection/utils/tab-a11y-ids.js +22 -0
- package/dist/components/floating-ui.dom.js +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/lifecycle.js +1 -0
- package/dist/components/tab-a11y-ids.js +1 -0
- package/dist/components/xpl-accordion.js +1 -1
- package/dist/components/xpl-application-shell.js +1 -1
- package/dist/components/xpl-avatar2.js +1 -1
- package/dist/components/xpl-backdrop2.js +1 -1
- package/dist/components/xpl-badge2.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-button2.js +1 -1
- package/dist/components/xpl-calendar.js +1 -1
- package/dist/components/xpl-checkbox2.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-divider2.js +1 -1
- package/dist/components/xpl-dropdown-group2.js +1 -1
- package/dist/components/xpl-dropdown-heading2.js +1 -1
- package/dist/components/xpl-dropdown-option2.js +1 -1
- package/dist/components/xpl-dropdown2.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-icon2.js +1 -1
- package/dist/components/xpl-input-date2.js +1 -1
- package/dist/components/xpl-input-file2.js +1 -1
- package/dist/components/xpl-input-search.d.ts +11 -0
- package/dist/components/xpl-input-search.js +1 -0
- package/dist/components/xpl-input-search2.js +1 -0
- package/dist/components/xpl-input2.js +1 -1
- package/dist/components/xpl-large-card.js +1 -1
- package/dist/components/{xpl-progress.d.ts → xpl-list-item.d.ts} +4 -4
- package/dist/components/xpl-list-item.js +1 -0
- package/dist/components/xpl-list-item2.js +1 -0
- 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.d.ts +11 -0
- package/dist/components/xpl-nav-header-menu.js +1 -0
- 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-popover2.js +1 -1
- package/dist/components/xpl-progress-bar.js +1 -1
- package/dist/components/xpl-progress-indicator.d.ts +11 -0
- package/dist/components/xpl-progress-indicator.js +1 -0
- package/dist/components/xpl-radio2.js +1 -1
- package/dist/components/xpl-secondary-nav.js +1 -1
- package/dist/components/xpl-select2.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.d.ts +11 -0
- package/dist/components/xpl-spotlight.js +1 -0
- package/dist/components/xpl-tab-panel.js +1 -1
- package/dist/components/xpl-tab.js +1 -1
- package/dist/components/xpl-table-body.d.ts +11 -0
- package/dist/components/xpl-table-body.js +1 -0
- package/dist/components/xpl-table-cell.d.ts +11 -0
- package/dist/components/xpl-table-cell.js +1 -0
- package/dist/components/xpl-table-cell2.js +1 -0
- package/dist/components/xpl-table-footer-cell.d.ts +11 -0
- package/dist/components/xpl-table-footer-cell.js +1 -0
- package/dist/components/xpl-table-footer-cell2.js +1 -0
- package/dist/components/xpl-table-footer.d.ts +11 -0
- package/dist/components/xpl-table-footer.js +1 -0
- package/dist/components/xpl-table-header-cell.js +1 -1
- package/dist/components/xpl-table-header-cell2.js +1 -0
- package/dist/components/xpl-table-header.js +1 -1
- package/dist/components/xpl-table-row.d.ts +11 -0
- package/dist/components/xpl-table-row.js +1 -0
- package/dist/components/xpl-table.js +1 -1
- package/dist/components/xpl-tabs.js +1 -1
- package/dist/components/xpl-tag2.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-tooltip2.js +1 -1
- package/dist/components/xpl-top-nav-item.d.ts +11 -0
- package/dist/components/xpl-top-nav-item.js +1 -0
- package/dist/components/xpl-top-nav-item2.js +1 -0
- package/dist/components/xpl-top-nav.d.ts +11 -0
- package/dist/components/xpl-top-nav.js +1 -0
- package/dist/components/xpl-utility-bar.js +1 -1
- package/dist/docs/xpl-avatar/readme.md +289 -15
- package/dist/docs/xpl-badge/readme.md +14 -9
- package/dist/docs/xpl-banner/readme.md +48 -11
- package/dist/docs/xpl-button/readme.md +28 -18
- package/dist/docs/xpl-calendar/readme.md +1 -1
- package/dist/docs/xpl-checkbox/readme.md +19 -16
- package/dist/docs/xpl-divider/readme.md +6 -4
- package/dist/docs/xpl-dropdown/readme.md +1 -1
- package/dist/docs/xpl-dynamic-table/readme.md +22 -19
- package/dist/docs/xpl-dynamic-table-cell/readme.md +20 -18
- package/dist/docs/xpl-dynamic-table-row/readme.md +21 -19
- package/dist/docs/xpl-icon/readme.md +15 -3
- package/dist/docs/xpl-input/readme.md +66 -41
- package/dist/docs/xpl-input/xpl-input-color/readme.md +1 -0
- package/dist/docs/xpl-input/xpl-input-phone/readme.md +1 -0
- package/dist/docs/xpl-input/xpl-input-search/readme.md +175 -0
- package/dist/docs/xpl-input/xpl-input-time/readme.md +1 -0
- package/dist/docs/xpl-list/readme.md +320 -10
- package/dist/docs/xpl-list/xpl-list-item/readme.md +99 -0
- package/dist/docs/xpl-pagination/readme.md +1 -0
- package/dist/docs/xpl-panel/readme.md +108 -17
- package/dist/docs/xpl-popover/readme.md +2 -0
- package/dist/docs/xpl-progress-indicator/readme.md +234 -0
- package/dist/docs/xpl-radio/readme.md +6 -4
- package/dist/docs/xpl-select/readme.md +2 -1
- package/dist/docs/xpl-side-nav/readme.md +2 -2
- package/dist/docs/xpl-slideout/readme.md +1 -1
- package/dist/docs/xpl-spotlight/readme.md +235 -0
- package/dist/docs/xpl-tab/readme.md +43 -7
- package/dist/docs/xpl-tab-panel/readme.md +42 -0
- package/dist/docs/xpl-table/readme.md +110 -46
- package/dist/docs/xpl-table/xpl-table-body/readme.md +10 -0
- package/dist/docs/xpl-table/xpl-table-cell/readme.md +33 -0
- package/dist/docs/xpl-table/xpl-table-footer/readme.md +10 -0
- package/dist/docs/xpl-table/xpl-table-footer-cell/readme.md +30 -0
- package/dist/docs/{xpl-table-header → xpl-table/xpl-table-header}/readme.md +13 -13
- package/dist/docs/xpl-table/xpl-table-header-cell/readme.md +66 -0
- package/dist/docs/xpl-table/xpl-table-row/readme.md +19 -0
- package/dist/docs/xpl-tabs/readme.md +62 -8
- package/dist/docs/xpl-tag/readme.md +379 -4
- package/dist/docs/xpl-toast/readme.md +1 -1
- package/dist/docs/xpl-top-nav/readme.md +179 -0
- package/dist/docs/xpl-top-nav/xpl-nav-header-menu/readme.md +81 -0
- package/dist/docs/xpl-top-nav/xpl-top-nav-item/readme.md +87 -0
- package/dist/esm/apollo-core.js +4 -4
- package/dist/esm/{index-C_Z2nG0p.js → index-C7bgJs6C.js} +18 -16
- package/dist/esm/loader.js +3 -3
- package/dist/esm/xpl-accordion.entry.js +3 -3
- package/dist/esm/xpl-application-shell.entry.js +2 -2
- package/dist/esm/{xpl-avatar_47.entry.js → xpl-avatar_61.entry.js} +6082 -1461
- package/dist/esm/xpl-button-row.entry.js +2 -2
- package/dist/esm/xpl-calendar.entry.js +2 -2
- package/dist/esm/xpl-dynamic-table-cell.entry.js +3 -3
- package/dist/esm/xpl-dynamic-table-row.entry.js +3 -3
- package/dist/esm/xpl-dynamic-table.entry.js +2 -2
- package/dist/esm/xpl-grid-item.entry.js +2 -2
- package/dist/esm/xpl-grid.entry.js +2 -2
- package/dist/esm/xpl-large-card.entry.js +2 -2
- package/dist/esm/xpl-main-nav.entry.js +2 -2
- package/dist/esm/xpl-toggle.entry.js +4 -4
- package/dist/esm/xpl-toolbar.entry.js +3 -3
- package/dist/types/components/xpl-avatar/avatar.stories.d.ts +88 -29
- package/dist/types/components/xpl-avatar/xpl-avatar.d.ts +29 -2
- package/dist/types/components/xpl-badge/badge.stories.d.ts +0 -19
- package/dist/types/components/xpl-button/xpl-button.d.ts +7 -0
- package/dist/types/components/xpl-checkbox/xpl-checkbox.d.ts +4 -3
- package/dist/types/components/xpl-header-accordion/xpl-header-accordion.d.ts +9 -10
- package/dist/types/components/xpl-input/input.stories.d.ts +1 -0
- package/dist/types/components/xpl-input/xpl-input-search/xpl-input-search.d.ts +39 -0
- package/dist/types/components/xpl-input/xpl-input.d.ts +13 -5
- package/dist/types/components/xpl-list/list.stories.d.ts +299 -13
- package/dist/types/components/xpl-list/listitem.d.ts +13 -0
- package/dist/types/components/xpl-list/xpl-list-item/xpl-list-item.d.ts +71 -0
- package/dist/types/components/xpl-list/xpl-list.d.ts +55 -2
- package/dist/types/components/xpl-panel/panel.stories.d.ts +2 -0
- package/dist/types/components/xpl-progress-indicator/progress-indicator.stories.d.ts +62 -0
- package/dist/types/components/xpl-progress-indicator/xpl-progress-indicator.d.ts +11 -0
- package/dist/types/components/xpl-spotlight/spotlight.stories.d.ts +197 -0
- package/dist/types/components/xpl-spotlight/xpl-spotlight.d.ts +101 -0
- package/dist/types/components/xpl-tab/xpl-tab.d.ts +14 -1
- package/dist/types/components/xpl-tab-panel/xpl-tab-panel.d.ts +2 -1
- package/dist/types/components/xpl-table/table.stories.d.ts +161 -19
- package/dist/types/components/xpl-table/utils/move-row-dom.d.ts +3 -0
- package/dist/types/components/xpl-table/utils/table-internal.d.ts +8 -0
- package/dist/types/components/xpl-table/xpl-table-body/xpl-table-body.d.ts +3 -0
- package/dist/types/components/xpl-table/xpl-table-cell/xpl-table-cell.d.ts +11 -0
- package/dist/types/components/xpl-table/xpl-table-footer/xpl-table-footer.d.ts +3 -0
- package/dist/types/components/xpl-table/xpl-table-footer-cell/xpl-table-footer-cell.d.ts +4 -0
- package/dist/types/components/{xpl-table-header → xpl-table/xpl-table-header}/table-header.stories.d.ts +13 -16
- package/dist/types/components/{xpl-table-header-cell → xpl-table/xpl-table-header-cell}/table-header-cell.stories.d.ts +24 -20
- package/dist/types/components/xpl-table/xpl-table-header-cell/xpl-table-header-cell.d.ts +32 -0
- package/dist/types/components/xpl-table/xpl-table-row/xpl-table-row.d.ts +13 -0
- package/dist/types/components/xpl-table/xpl-table.d.ts +123 -21
- package/dist/types/components/xpl-tabs/segment-control.stories.d.ts +112 -0
- package/dist/types/components/xpl-tabs/tabs.shared.d.ts +156 -0
- package/dist/types/components/xpl-tabs/tabs.stories.d.ts +65 -12
- package/dist/types/components/xpl-tabs/xpl-tabs.d.ts +37 -18
- package/dist/types/components/xpl-tag/tag.stories.d.ts +65 -0
- package/dist/types/components/xpl-tag/xpl-tag.d.ts +36 -1
- package/dist/types/components/xpl-top-nav/top-nav.stories.d.ts +471 -0
- package/dist/types/components/xpl-top-nav/xpl-nav-header-menu/xpl-nav-header-menu.d.ts +18 -0
- package/dist/types/components/xpl-top-nav/xpl-top-nav-item/xpl-top-nav-item.d.ts +48 -0
- package/dist/types/components/xpl-top-nav/xpl-top-nav.d.ts +51 -0
- package/dist/types/components.d.ts +1888 -148
- package/dist/types/utils/lifecycle.d.ts +16 -0
- package/dist/types/utils/tab-a11y-ids.d.ts +4 -0
- package/package.json +3 -3
- package/dist/apollo-core/p-0bce3874.entry.js +0 -1
- package/dist/apollo-core/p-5549756c.entry.js +0 -1
- package/dist/apollo-core/p-56fa4941.entry.js +0 -1
- package/dist/apollo-core/p-76c324da.entry.js +0 -1
- package/dist/apollo-core/p-7a3224b4.entry.js +0 -1
- package/dist/apollo-core/p-7e924697.entry.js +0 -1
- package/dist/apollo-core/p-9efca9e1.entry.js +0 -1
- package/dist/apollo-core/p-b252b380.entry.js +0 -1
- package/dist/apollo-core/p-c91daac1.entry.js +0 -1
- package/dist/apollo-core/p-d9b62508.entry.js +0 -1
- package/dist/apollo-core/p-eaea16d1.entry.js +0 -1
- package/dist/apollo-core/p-eed13bca.entry.js +0 -1
- package/dist/apollo-core/p-f5af9539.entry.js +0 -1
- package/dist/cjs/xpl-list.cjs.entry.js +0 -32
- package/dist/cjs/xpl-table-header-cell.cjs.entry.js +0 -57
- package/dist/cjs/xpl-table-header.cjs.entry.js +0 -14
- package/dist/collection/components/xpl-progress/progress.stories.js +0 -106
- package/dist/collection/components/xpl-progress/xpl-progress.js +0 -60
- package/dist/collection/components/xpl-table-header/table-header.stories.js +0 -126
- package/dist/collection/components/xpl-table-header/xpl-table-header.js +0 -7
- package/dist/collection/components/xpl-table-header-cell/table-header-cell.stories.js +0 -75
- package/dist/collection/components/xpl-table-header-cell/xpl-table-header-cell.js +0 -188
- package/dist/components/xpl-progress.js +0 -1
- package/dist/docs/xpl-progress/readme.md +0 -22
- package/dist/docs/xpl-table-header-cell/readme.md +0 -47
- package/dist/esm/xpl-list.entry.js +0 -30
- package/dist/esm/xpl-table-header-cell.entry.js +0 -55
- package/dist/esm/xpl-table-header.entry.js +0 -12
- package/dist/types/components/xpl-progress/progress.stories.d.ts +0 -38
- package/dist/types/components/xpl-progress/xpl-progress.d.ts +0 -6
- package/dist/types/components/xpl-table-header-cell/xpl-table-header-cell.d.ts +0 -13
- /package/dist/types/components/{xpl-table-header → xpl-table/xpl-table-header}/xpl-table-header.d.ts +0 -0
|
@@ -1,28 +1,47 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
2
|
export declare class Tabs {
|
|
3
|
-
value: string;
|
|
4
|
-
fullWidth: boolean;
|
|
5
|
-
tabChange: EventEmitter<string>;
|
|
6
|
-
el: HTMLElement;
|
|
7
|
-
selectedValue: string;
|
|
8
|
-
activeBarPosition: {
|
|
9
|
-
left: number;
|
|
10
|
-
width: number;
|
|
11
|
-
};
|
|
12
|
-
isMobileSelectChange: boolean;
|
|
13
|
-
onWindowResize(): void;
|
|
14
3
|
private headingsContainerRef;
|
|
4
|
+
private observer;
|
|
5
|
+
private rafId;
|
|
15
6
|
private tabHeadings;
|
|
16
7
|
private tabPanels;
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
private
|
|
20
|
-
private
|
|
21
|
-
private
|
|
22
|
-
private
|
|
23
|
-
|
|
8
|
+
private tablistKeydownBound;
|
|
9
|
+
el: HTMLElement;
|
|
10
|
+
private activeBarPosition;
|
|
11
|
+
private choicesTick;
|
|
12
|
+
private isMobileSelectChange;
|
|
13
|
+
private selectedValue;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
onDisabledChanged(): void;
|
|
16
|
+
fullWidth: boolean;
|
|
17
|
+
onFullWidthChanged(): void;
|
|
18
|
+
type: 'tabs' | 'segment';
|
|
19
|
+
onTypeChanged(): void;
|
|
20
|
+
value: string;
|
|
21
|
+
onValueChanged(newValue: string): void;
|
|
22
|
+
tabChange: EventEmitter<string>;
|
|
24
23
|
connectedCallback(): void;
|
|
25
24
|
disconnectedCallback(): void;
|
|
25
|
+
componentWillLoad(): void;
|
|
26
26
|
componentDidLoad(): void;
|
|
27
|
+
componentDidUpdate(): void;
|
|
28
|
+
componentDidRender(): void;
|
|
29
|
+
onWindowResize(): void;
|
|
30
|
+
private syncGroupDisabledOnTabs;
|
|
31
|
+
private applySelection;
|
|
32
|
+
private isOwnedTabOrPanel;
|
|
33
|
+
private collectTabs;
|
|
34
|
+
private syncVariantOnTabs;
|
|
35
|
+
private syncFullWidthOnTabs;
|
|
36
|
+
private getDefaultValue;
|
|
37
|
+
private handleTabChange;
|
|
38
|
+
private syncRovingTabindex;
|
|
39
|
+
private getEnabledTabHeadingsSync;
|
|
40
|
+
private attachTablistKeydown;
|
|
41
|
+
private isTablistRtl;
|
|
42
|
+
private onTablistKeydown;
|
|
43
|
+
private renderChoices;
|
|
44
|
+
private updateActiveBarPosition;
|
|
45
|
+
private mobileSelectClassNames;
|
|
27
46
|
render(): any;
|
|
28
47
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
interface TagStoryArgs {
|
|
2
|
+
disabled: boolean;
|
|
3
|
+
dismissible: boolean;
|
|
4
|
+
isDraggable: boolean;
|
|
5
|
+
size: 'default' | 'sm';
|
|
6
|
+
slot: string;
|
|
7
|
+
tagId: string;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: {
|
|
10
|
+
title: string;
|
|
11
|
+
component: string;
|
|
12
|
+
argTypes: {
|
|
13
|
+
size: {
|
|
14
|
+
options: string[];
|
|
15
|
+
control: {
|
|
16
|
+
type: "select";
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
disabled: {
|
|
20
|
+
control: "boolean";
|
|
21
|
+
};
|
|
22
|
+
dismissible: {
|
|
23
|
+
control: "boolean";
|
|
24
|
+
};
|
|
25
|
+
isDraggable: {
|
|
26
|
+
control: "boolean";
|
|
27
|
+
};
|
|
28
|
+
slot: {
|
|
29
|
+
control: "text";
|
|
30
|
+
};
|
|
31
|
+
tagId: {
|
|
32
|
+
control: "text";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export default _default;
|
|
37
|
+
export declare const Tag: {
|
|
38
|
+
(args: TagStoryArgs): string;
|
|
39
|
+
args: {
|
|
40
|
+
disabled: false;
|
|
41
|
+
dismissible: true;
|
|
42
|
+
isDraggable: false;
|
|
43
|
+
size: "default";
|
|
44
|
+
slot: string;
|
|
45
|
+
tagId: string;
|
|
46
|
+
};
|
|
47
|
+
parameters: {
|
|
48
|
+
layout: string;
|
|
49
|
+
docs: {
|
|
50
|
+
description: {
|
|
51
|
+
story: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
'web-component': {
|
|
55
|
+
render: string;
|
|
56
|
+
};
|
|
57
|
+
html: {
|
|
58
|
+
render: string;
|
|
59
|
+
};
|
|
60
|
+
design: {
|
|
61
|
+
type: string;
|
|
62
|
+
url: string;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
};
|
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
export interface TagDragStartDetail {
|
|
3
|
+
tagId?: string;
|
|
4
|
+
content: string;
|
|
5
|
+
originalEvent: DragEvent;
|
|
6
|
+
}
|
|
7
|
+
export interface TagDragEndDetail {
|
|
8
|
+
tagId?: string;
|
|
9
|
+
dropped: boolean;
|
|
10
|
+
originalEvent: DragEvent;
|
|
11
|
+
}
|
|
2
12
|
export declare class Tag {
|
|
3
|
-
|
|
13
|
+
el: HTMLElement;
|
|
14
|
+
private dismissAriaLabelSuffix;
|
|
15
|
+
private isDragging;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
onDisabledChange(newValue: boolean): void;
|
|
18
|
+
dismissible: boolean;
|
|
19
|
+
isDraggable: boolean;
|
|
20
|
+
onIsDraggableChange(newValue: boolean): void;
|
|
21
|
+
size: 'default' | 'sm';
|
|
22
|
+
tagId?: string;
|
|
23
|
+
close: EventEmitter<void>;
|
|
24
|
+
tagDragEnd: EventEmitter<TagDragEndDetail>;
|
|
25
|
+
tagDragStart: EventEmitter<TagDragStartDetail>;
|
|
26
|
+
tagRemove: EventEmitter<void>;
|
|
27
|
+
componentDidRender(): void;
|
|
28
|
+
private getContentLabelText;
|
|
29
|
+
private syncDismissAriaLabelSuffix;
|
|
30
|
+
private handleTagClick;
|
|
31
|
+
private setDragPreviewToHost;
|
|
32
|
+
private handleContentKeyDown;
|
|
33
|
+
private handleDismissClick;
|
|
34
|
+
private handleDragStart;
|
|
35
|
+
private handleDragEnd;
|
|
36
|
+
private handleDragOver;
|
|
37
|
+
private handleDragEnter;
|
|
38
|
+
private handleHostDragStart;
|
|
4
39
|
render(): any;
|
|
5
40
|
}
|
|
@@ -0,0 +1,471 @@
|
|
|
1
|
+
export type TopNavPreviewViewportArg = 'responsive' | 'iphone12';
|
|
2
|
+
declare function topNavPreviewViewportDecorator(story: () => unknown, context: {
|
|
3
|
+
args: TopNavArgs;
|
|
4
|
+
globals?: Record<string, unknown>;
|
|
5
|
+
}): unknown;
|
|
6
|
+
declare function topNavDarkStoryDecorator(story: () => unknown): HTMLDivElement;
|
|
7
|
+
declare const meta: {
|
|
8
|
+
title: string;
|
|
9
|
+
component: string;
|
|
10
|
+
decorators: (typeof topNavDarkStoryDecorator)[];
|
|
11
|
+
parameters: {
|
|
12
|
+
design: {
|
|
13
|
+
type: "figma";
|
|
14
|
+
url: string;
|
|
15
|
+
};
|
|
16
|
+
darkMode: {
|
|
17
|
+
current: string;
|
|
18
|
+
};
|
|
19
|
+
actions: {
|
|
20
|
+
handles: string[];
|
|
21
|
+
};
|
|
22
|
+
docs: {
|
|
23
|
+
description: {
|
|
24
|
+
component: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default meta;
|
|
30
|
+
export interface TopNavArgs {
|
|
31
|
+
previewViewport?: TopNavPreviewViewportArg;
|
|
32
|
+
label?: string;
|
|
33
|
+
navControl?: boolean;
|
|
34
|
+
childAccountLabel?: string;
|
|
35
|
+
brandName?: string;
|
|
36
|
+
brandHref?: string;
|
|
37
|
+
brandLogo?: string;
|
|
38
|
+
menuUsername?: string;
|
|
39
|
+
menuEmail?: string;
|
|
40
|
+
}
|
|
41
|
+
export declare const TopNavigation: {
|
|
42
|
+
(args: TopNavArgs): string;
|
|
43
|
+
args: {
|
|
44
|
+
previewViewport: "responsive";
|
|
45
|
+
navControl: true;
|
|
46
|
+
label: string;
|
|
47
|
+
childAccountLabel: string;
|
|
48
|
+
brandName: string;
|
|
49
|
+
brandHref: string;
|
|
50
|
+
brandLogo: string;
|
|
51
|
+
menuUsername: string;
|
|
52
|
+
menuEmail: string;
|
|
53
|
+
};
|
|
54
|
+
decorators: (typeof topNavPreviewViewportDecorator)[];
|
|
55
|
+
argTypes: {
|
|
56
|
+
previewViewport: {
|
|
57
|
+
control: string;
|
|
58
|
+
options: ("responsive" | "iphone12")[];
|
|
59
|
+
description: string;
|
|
60
|
+
table: {
|
|
61
|
+
category: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
brandName: {
|
|
65
|
+
control: string;
|
|
66
|
+
description: string;
|
|
67
|
+
};
|
|
68
|
+
brandHref: {
|
|
69
|
+
control: string;
|
|
70
|
+
description: string;
|
|
71
|
+
};
|
|
72
|
+
brandLogo: {
|
|
73
|
+
control: string;
|
|
74
|
+
description: string;
|
|
75
|
+
table: {
|
|
76
|
+
category: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
childAccountLabel: {
|
|
80
|
+
control: string;
|
|
81
|
+
description: string;
|
|
82
|
+
};
|
|
83
|
+
navControl: {
|
|
84
|
+
control: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
label: {
|
|
88
|
+
control: string;
|
|
89
|
+
description: string;
|
|
90
|
+
};
|
|
91
|
+
menuUsername: {
|
|
92
|
+
control: string;
|
|
93
|
+
description: string;
|
|
94
|
+
table: {
|
|
95
|
+
category: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
menuEmail: {
|
|
99
|
+
control: string;
|
|
100
|
+
description: string;
|
|
101
|
+
table: {
|
|
102
|
+
category: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
navOpen: {
|
|
106
|
+
control: boolean;
|
|
107
|
+
description: string;
|
|
108
|
+
table: {
|
|
109
|
+
category: string;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
112
|
+
brandClick: {
|
|
113
|
+
control: boolean;
|
|
114
|
+
description: string;
|
|
115
|
+
table: {
|
|
116
|
+
category: string;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
parameters: {
|
|
121
|
+
layout: string;
|
|
122
|
+
design: {
|
|
123
|
+
type: "figma";
|
|
124
|
+
url: string;
|
|
125
|
+
};
|
|
126
|
+
viewport: {
|
|
127
|
+
viewports: {
|
|
128
|
+
mobile600: {
|
|
129
|
+
name: string;
|
|
130
|
+
styles: {
|
|
131
|
+
width: string;
|
|
132
|
+
height: string;
|
|
133
|
+
};
|
|
134
|
+
type: "mobile";
|
|
135
|
+
};
|
|
136
|
+
iphone5: {
|
|
137
|
+
readonly name: "iPhone 5";
|
|
138
|
+
readonly styles: {
|
|
139
|
+
readonly height: "568px";
|
|
140
|
+
readonly width: "320px";
|
|
141
|
+
};
|
|
142
|
+
readonly type: "mobile";
|
|
143
|
+
};
|
|
144
|
+
iphone6: {
|
|
145
|
+
readonly name: "iPhone 6";
|
|
146
|
+
readonly styles: {
|
|
147
|
+
readonly height: "667px";
|
|
148
|
+
readonly width: "375px";
|
|
149
|
+
};
|
|
150
|
+
readonly type: "mobile";
|
|
151
|
+
};
|
|
152
|
+
iphone6p: {
|
|
153
|
+
readonly name: "iPhone 6 Plus";
|
|
154
|
+
readonly styles: {
|
|
155
|
+
readonly height: "736px";
|
|
156
|
+
readonly width: "414px";
|
|
157
|
+
};
|
|
158
|
+
readonly type: "mobile";
|
|
159
|
+
};
|
|
160
|
+
iphone8p: {
|
|
161
|
+
readonly name: "iPhone 8 Plus";
|
|
162
|
+
readonly styles: {
|
|
163
|
+
readonly height: "736px";
|
|
164
|
+
readonly width: "414px";
|
|
165
|
+
};
|
|
166
|
+
readonly type: "mobile";
|
|
167
|
+
};
|
|
168
|
+
iphonex: {
|
|
169
|
+
readonly name: "iPhone X";
|
|
170
|
+
readonly styles: {
|
|
171
|
+
readonly height: "812px";
|
|
172
|
+
readonly width: "375px";
|
|
173
|
+
};
|
|
174
|
+
readonly type: "mobile";
|
|
175
|
+
};
|
|
176
|
+
iphonexr: {
|
|
177
|
+
readonly name: "iPhone XR";
|
|
178
|
+
readonly styles: {
|
|
179
|
+
readonly height: "896px";
|
|
180
|
+
readonly width: "414px";
|
|
181
|
+
};
|
|
182
|
+
readonly type: "mobile";
|
|
183
|
+
};
|
|
184
|
+
iphonexsmax: {
|
|
185
|
+
readonly name: "iPhone XS Max";
|
|
186
|
+
readonly styles: {
|
|
187
|
+
readonly height: "896px";
|
|
188
|
+
readonly width: "414px";
|
|
189
|
+
};
|
|
190
|
+
readonly type: "mobile";
|
|
191
|
+
};
|
|
192
|
+
iphonese2: {
|
|
193
|
+
readonly name: "iPhone SE (2nd generation)";
|
|
194
|
+
readonly styles: {
|
|
195
|
+
readonly height: "667px";
|
|
196
|
+
readonly width: "375px";
|
|
197
|
+
};
|
|
198
|
+
readonly type: "mobile";
|
|
199
|
+
};
|
|
200
|
+
iphone12mini: {
|
|
201
|
+
readonly name: "iPhone 12 mini";
|
|
202
|
+
readonly styles: {
|
|
203
|
+
readonly height: "812px";
|
|
204
|
+
readonly width: "375px";
|
|
205
|
+
};
|
|
206
|
+
readonly type: "mobile";
|
|
207
|
+
};
|
|
208
|
+
iphone12: {
|
|
209
|
+
readonly name: "iPhone 12";
|
|
210
|
+
readonly styles: {
|
|
211
|
+
readonly height: "844px";
|
|
212
|
+
readonly width: "390px";
|
|
213
|
+
};
|
|
214
|
+
readonly type: "mobile";
|
|
215
|
+
};
|
|
216
|
+
iphone12promax: {
|
|
217
|
+
readonly name: "iPhone 12 Pro Max";
|
|
218
|
+
readonly styles: {
|
|
219
|
+
readonly height: "926px";
|
|
220
|
+
readonly width: "428px";
|
|
221
|
+
};
|
|
222
|
+
readonly type: "mobile";
|
|
223
|
+
};
|
|
224
|
+
iphoneSE3: {
|
|
225
|
+
readonly name: "iPhone SE 3rd generation";
|
|
226
|
+
readonly styles: {
|
|
227
|
+
readonly height: "667px";
|
|
228
|
+
readonly width: "375px";
|
|
229
|
+
};
|
|
230
|
+
readonly type: "mobile";
|
|
231
|
+
};
|
|
232
|
+
iphone13: {
|
|
233
|
+
readonly name: "iPhone 13";
|
|
234
|
+
readonly styles: {
|
|
235
|
+
readonly height: "844px";
|
|
236
|
+
readonly width: "390px";
|
|
237
|
+
};
|
|
238
|
+
readonly type: "mobile";
|
|
239
|
+
};
|
|
240
|
+
iphone13pro: {
|
|
241
|
+
readonly name: "iPhone 13 Pro";
|
|
242
|
+
readonly styles: {
|
|
243
|
+
readonly height: "844px";
|
|
244
|
+
readonly width: "390px";
|
|
245
|
+
};
|
|
246
|
+
readonly type: "mobile";
|
|
247
|
+
};
|
|
248
|
+
iphone13promax: {
|
|
249
|
+
readonly name: "iPhone 13 Pro Max";
|
|
250
|
+
readonly styles: {
|
|
251
|
+
readonly height: "926px";
|
|
252
|
+
readonly width: "428px";
|
|
253
|
+
};
|
|
254
|
+
readonly type: "mobile";
|
|
255
|
+
};
|
|
256
|
+
iphone14: {
|
|
257
|
+
readonly name: "iPhone 14";
|
|
258
|
+
readonly styles: {
|
|
259
|
+
readonly height: "844px";
|
|
260
|
+
readonly width: "390px";
|
|
261
|
+
};
|
|
262
|
+
readonly type: "mobile";
|
|
263
|
+
};
|
|
264
|
+
iphone14pro: {
|
|
265
|
+
readonly name: "iPhone 14 Pro";
|
|
266
|
+
readonly styles: {
|
|
267
|
+
readonly height: "852px";
|
|
268
|
+
readonly width: "393px";
|
|
269
|
+
};
|
|
270
|
+
readonly type: "mobile";
|
|
271
|
+
};
|
|
272
|
+
iphone14promax: {
|
|
273
|
+
readonly name: "iPhone 14 Pro Max";
|
|
274
|
+
readonly styles: {
|
|
275
|
+
readonly height: "932px";
|
|
276
|
+
readonly width: "430px";
|
|
277
|
+
};
|
|
278
|
+
readonly type: "mobile";
|
|
279
|
+
};
|
|
280
|
+
ipad: {
|
|
281
|
+
readonly name: "iPad";
|
|
282
|
+
readonly styles: {
|
|
283
|
+
readonly height: "1024px";
|
|
284
|
+
readonly width: "768px";
|
|
285
|
+
};
|
|
286
|
+
readonly type: "tablet";
|
|
287
|
+
};
|
|
288
|
+
ipad10p: {
|
|
289
|
+
readonly name: "iPad Pro 10.5-in";
|
|
290
|
+
readonly styles: {
|
|
291
|
+
readonly height: "1112px";
|
|
292
|
+
readonly width: "834px";
|
|
293
|
+
};
|
|
294
|
+
readonly type: "tablet";
|
|
295
|
+
};
|
|
296
|
+
ipad11p: {
|
|
297
|
+
readonly name: "iPad Pro 11-in";
|
|
298
|
+
readonly styles: {
|
|
299
|
+
readonly height: "1194px";
|
|
300
|
+
readonly width: "834px";
|
|
301
|
+
};
|
|
302
|
+
readonly type: "tablet";
|
|
303
|
+
};
|
|
304
|
+
ipad12p: {
|
|
305
|
+
readonly name: "iPad Pro 12.9-in";
|
|
306
|
+
readonly styles: {
|
|
307
|
+
readonly height: "1366px";
|
|
308
|
+
readonly width: "1024px";
|
|
309
|
+
};
|
|
310
|
+
readonly type: "tablet";
|
|
311
|
+
};
|
|
312
|
+
galaxys5: {
|
|
313
|
+
readonly name: "Galaxy S5";
|
|
314
|
+
readonly styles: {
|
|
315
|
+
readonly height: "640px";
|
|
316
|
+
readonly width: "360px";
|
|
317
|
+
};
|
|
318
|
+
readonly type: "mobile";
|
|
319
|
+
};
|
|
320
|
+
galaxys9: {
|
|
321
|
+
readonly name: "Galaxy S9";
|
|
322
|
+
readonly styles: {
|
|
323
|
+
readonly height: "740px";
|
|
324
|
+
readonly width: "360px";
|
|
325
|
+
};
|
|
326
|
+
readonly type: "mobile";
|
|
327
|
+
};
|
|
328
|
+
nexus5x: {
|
|
329
|
+
readonly name: "Nexus 5X";
|
|
330
|
+
readonly styles: {
|
|
331
|
+
readonly height: "660px";
|
|
332
|
+
readonly width: "412px";
|
|
333
|
+
};
|
|
334
|
+
readonly type: "mobile";
|
|
335
|
+
};
|
|
336
|
+
nexus6p: {
|
|
337
|
+
readonly name: "Nexus 6P";
|
|
338
|
+
readonly styles: {
|
|
339
|
+
readonly height: "732px";
|
|
340
|
+
readonly width: "412px";
|
|
341
|
+
};
|
|
342
|
+
readonly type: "mobile";
|
|
343
|
+
};
|
|
344
|
+
pixel: {
|
|
345
|
+
readonly name: "Pixel";
|
|
346
|
+
readonly styles: {
|
|
347
|
+
readonly height: "960px";
|
|
348
|
+
readonly width: "540px";
|
|
349
|
+
};
|
|
350
|
+
readonly type: "mobile";
|
|
351
|
+
};
|
|
352
|
+
pixelxl: {
|
|
353
|
+
readonly name: "Pixel XL";
|
|
354
|
+
readonly styles: {
|
|
355
|
+
readonly height: "1280px";
|
|
356
|
+
readonly width: "720px";
|
|
357
|
+
};
|
|
358
|
+
readonly type: "mobile";
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
'web-component': {
|
|
363
|
+
render: string;
|
|
364
|
+
};
|
|
365
|
+
html: {
|
|
366
|
+
render: string;
|
|
367
|
+
};
|
|
368
|
+
};
|
|
369
|
+
};
|
|
370
|
+
interface TopNavItemArgs {
|
|
371
|
+
active?: boolean;
|
|
372
|
+
href?: string;
|
|
373
|
+
icon?: string;
|
|
374
|
+
itemAriaLabel?: string;
|
|
375
|
+
label?: string;
|
|
376
|
+
selected?: boolean;
|
|
377
|
+
}
|
|
378
|
+
export declare const TopNavItem: {
|
|
379
|
+
(args: TopNavItemArgs): string;
|
|
380
|
+
args: {
|
|
381
|
+
href: string;
|
|
382
|
+
label: string;
|
|
383
|
+
selected: boolean;
|
|
384
|
+
};
|
|
385
|
+
argTypes: {
|
|
386
|
+
active: {
|
|
387
|
+
control: string;
|
|
388
|
+
description: string;
|
|
389
|
+
};
|
|
390
|
+
href: {
|
|
391
|
+
control: string;
|
|
392
|
+
description: string;
|
|
393
|
+
};
|
|
394
|
+
label: {
|
|
395
|
+
control: string;
|
|
396
|
+
description: string;
|
|
397
|
+
};
|
|
398
|
+
icon: {
|
|
399
|
+
control: string;
|
|
400
|
+
description: string;
|
|
401
|
+
};
|
|
402
|
+
itemAriaLabel: {
|
|
403
|
+
control: string;
|
|
404
|
+
description: string;
|
|
405
|
+
};
|
|
406
|
+
selected: {
|
|
407
|
+
control: string;
|
|
408
|
+
description: string;
|
|
409
|
+
};
|
|
410
|
+
navItemClick: {
|
|
411
|
+
control: boolean;
|
|
412
|
+
description: string;
|
|
413
|
+
table: {
|
|
414
|
+
category: string;
|
|
415
|
+
};
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
parameters: {
|
|
419
|
+
layout: string;
|
|
420
|
+
design: {
|
|
421
|
+
type: "figma";
|
|
422
|
+
url: string;
|
|
423
|
+
};
|
|
424
|
+
'web-component': {
|
|
425
|
+
render: string;
|
|
426
|
+
};
|
|
427
|
+
html: {
|
|
428
|
+
render: string;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
interface TopNavMenuArgs {
|
|
433
|
+
username?: string;
|
|
434
|
+
email?: string;
|
|
435
|
+
showRightAsideMobile?: boolean;
|
|
436
|
+
}
|
|
437
|
+
export declare const TopNavMenu: {
|
|
438
|
+
(args: TopNavMenuArgs): string;
|
|
439
|
+
args: {
|
|
440
|
+
username: string;
|
|
441
|
+
email: string;
|
|
442
|
+
showRightAsideMobile: boolean;
|
|
443
|
+
};
|
|
444
|
+
argTypes: {
|
|
445
|
+
username: {
|
|
446
|
+
control: string;
|
|
447
|
+
description: string;
|
|
448
|
+
};
|
|
449
|
+
email: {
|
|
450
|
+
control: string;
|
|
451
|
+
description: string;
|
|
452
|
+
};
|
|
453
|
+
showRightAsideMobile: {
|
|
454
|
+
control: string;
|
|
455
|
+
description: string;
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
parameters: {
|
|
459
|
+
layout: string;
|
|
460
|
+
design: {
|
|
461
|
+
type: "figma";
|
|
462
|
+
url: string;
|
|
463
|
+
};
|
|
464
|
+
'web-component': {
|
|
465
|
+
render: string;
|
|
466
|
+
};
|
|
467
|
+
html: {
|
|
468
|
+
render: string;
|
|
469
|
+
};
|
|
470
|
+
};
|
|
471
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class NavHeaderMenu {
|
|
2
|
+
private deferredRightAsideSlotWorkTimeoutId?;
|
|
3
|
+
private rightAsideMobileSlotObserver?;
|
|
4
|
+
el: HTMLElement;
|
|
5
|
+
private rightAsideMobilePresent;
|
|
6
|
+
email?: string;
|
|
7
|
+
username?: string;
|
|
8
|
+
connectedCallback(): void;
|
|
9
|
+
disconnectedCallback(): void;
|
|
10
|
+
componentWillLoad(): void;
|
|
11
|
+
componentWillRender(): void;
|
|
12
|
+
componentDidRender(): void;
|
|
13
|
+
private scheduleDeferredRightAsideSlotWork;
|
|
14
|
+
private connectRightAsideMobileSlotObserver;
|
|
15
|
+
private disconnectRightAsideMobileSlotObserver;
|
|
16
|
+
private syncRightAsideMobileSlotPresent;
|
|
17
|
+
render(): any;
|
|
18
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
export declare class TopNavItem {
|
|
3
|
+
private deferredHasDropdownObserverSyncTimeoutId?;
|
|
4
|
+
private deferredPostRenderTopNavItemTimeoutId?;
|
|
5
|
+
private dropdownSlotObserver?;
|
|
6
|
+
private parentListitemContextObserver?;
|
|
7
|
+
private selfListitemContextObserver?;
|
|
8
|
+
el: HTMLElement;
|
|
9
|
+
hasDropdown: boolean;
|
|
10
|
+
onHasDropdownChanged(): void;
|
|
11
|
+
private hostListitemRole;
|
|
12
|
+
open: boolean;
|
|
13
|
+
active: boolean;
|
|
14
|
+
href?: string;
|
|
15
|
+
icon: string;
|
|
16
|
+
itemAriaLabel?: string;
|
|
17
|
+
label?: string;
|
|
18
|
+
selected: boolean;
|
|
19
|
+
navItemClick: EventEmitter<MouseEvent>;
|
|
20
|
+
connectedCallback(): void;
|
|
21
|
+
disconnectedCallback(): void;
|
|
22
|
+
componentWillLoad(): void;
|
|
23
|
+
componentWillRender(): void;
|
|
24
|
+
componentDidRender(): void;
|
|
25
|
+
handleCloseNavDropdownRequest(): void;
|
|
26
|
+
private scheduleHasDropdownSyncFromObserver;
|
|
27
|
+
private connectDropdownSlotObserver;
|
|
28
|
+
private disconnectDropdownSlotObserver;
|
|
29
|
+
private disconnectListitemContextObservers;
|
|
30
|
+
private connectListitemContextObservers;
|
|
31
|
+
private schedulePostRenderTopNavItemWork;
|
|
32
|
+
private syncDropdownDocListeners;
|
|
33
|
+
private syncHasDropdownFromDom;
|
|
34
|
+
private onDocClickCapture;
|
|
35
|
+
private onDocKeyDownCapture;
|
|
36
|
+
private getNavDropdownBroadcastRoot;
|
|
37
|
+
private broadcastCloseOtherDropdownHosts;
|
|
38
|
+
private syntheticActivationClickFromKeyboard;
|
|
39
|
+
private handleClick;
|
|
40
|
+
private handleKeyDown;
|
|
41
|
+
private static isInternalRenderedHostChild;
|
|
42
|
+
private hasNonDropdownLightDomChild;
|
|
43
|
+
private getInnerAriaLabel;
|
|
44
|
+
private computeHostListitemRole;
|
|
45
|
+
private syncHostListitemRole;
|
|
46
|
+
private renderInner;
|
|
47
|
+
render(): any;
|
|
48
|
+
}
|