@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,40 +1,307 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
title: string;
|
|
3
|
+
parameters: {
|
|
4
|
+
controls: {
|
|
5
|
+
sort: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
3
8
|
argTypes: {
|
|
9
|
+
type: {
|
|
10
|
+
name: string;
|
|
11
|
+
control: {
|
|
12
|
+
type: "select";
|
|
13
|
+
};
|
|
14
|
+
options: string[];
|
|
15
|
+
table: {
|
|
16
|
+
category: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
4
19
|
avatar: {
|
|
5
20
|
options: string[];
|
|
6
21
|
control: {
|
|
7
22
|
type: "select";
|
|
8
23
|
};
|
|
24
|
+
if: {
|
|
25
|
+
arg: string;
|
|
26
|
+
eq: string;
|
|
27
|
+
};
|
|
28
|
+
table: {
|
|
29
|
+
category: string;
|
|
30
|
+
};
|
|
9
31
|
};
|
|
10
32
|
avatars: {
|
|
11
|
-
|
|
12
|
-
|
|
33
|
+
control: {
|
|
34
|
+
type: "boolean";
|
|
35
|
+
};
|
|
36
|
+
if: {
|
|
37
|
+
arg: string;
|
|
38
|
+
eq: string;
|
|
39
|
+
};
|
|
40
|
+
table: {
|
|
41
|
+
category: string;
|
|
13
42
|
};
|
|
14
43
|
};
|
|
15
44
|
badges: {
|
|
16
|
-
|
|
17
|
-
|
|
45
|
+
control: {
|
|
46
|
+
type: "boolean";
|
|
47
|
+
};
|
|
48
|
+
if: {
|
|
49
|
+
arg: string;
|
|
50
|
+
eq: string;
|
|
51
|
+
};
|
|
52
|
+
table: {
|
|
53
|
+
category: string;
|
|
18
54
|
};
|
|
19
55
|
};
|
|
20
56
|
link: {
|
|
21
|
-
|
|
22
|
-
|
|
57
|
+
control: {
|
|
58
|
+
type: "boolean";
|
|
59
|
+
};
|
|
60
|
+
if: {
|
|
61
|
+
arg: string;
|
|
62
|
+
eq: string;
|
|
63
|
+
};
|
|
64
|
+
table: {
|
|
65
|
+
category: string;
|
|
23
66
|
};
|
|
24
67
|
};
|
|
25
68
|
metadata: {
|
|
26
|
-
|
|
27
|
-
|
|
69
|
+
control: {
|
|
70
|
+
type: "boolean";
|
|
71
|
+
};
|
|
72
|
+
if: {
|
|
73
|
+
arg: string;
|
|
74
|
+
eq: string;
|
|
75
|
+
};
|
|
76
|
+
table: {
|
|
77
|
+
category: string;
|
|
28
78
|
};
|
|
29
79
|
};
|
|
30
80
|
title: {
|
|
31
|
-
|
|
32
|
-
|
|
81
|
+
control: {
|
|
82
|
+
type: "text";
|
|
83
|
+
};
|
|
84
|
+
if: {
|
|
85
|
+
arg: string;
|
|
86
|
+
eq: string;
|
|
87
|
+
};
|
|
88
|
+
table: {
|
|
89
|
+
category: string;
|
|
33
90
|
};
|
|
34
91
|
};
|
|
35
92
|
subtext: {
|
|
36
|
-
|
|
37
|
-
|
|
93
|
+
control: {
|
|
94
|
+
type: "text";
|
|
95
|
+
};
|
|
96
|
+
if: {
|
|
97
|
+
arg: string;
|
|
98
|
+
eq: string;
|
|
99
|
+
};
|
|
100
|
+
table: {
|
|
101
|
+
category: string;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
listLabel: {
|
|
105
|
+
control: "text";
|
|
106
|
+
if: {
|
|
107
|
+
arg: string;
|
|
108
|
+
eq: string;
|
|
109
|
+
};
|
|
110
|
+
description: string;
|
|
111
|
+
table: {
|
|
112
|
+
category: string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
listLabelledBy: {
|
|
116
|
+
name: string;
|
|
117
|
+
control: "text";
|
|
118
|
+
if: {
|
|
119
|
+
arg: string;
|
|
120
|
+
eq: string;
|
|
121
|
+
};
|
|
122
|
+
description: string;
|
|
123
|
+
table: {
|
|
124
|
+
category: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
showSelectable: {
|
|
128
|
+
control: "boolean";
|
|
129
|
+
if: {
|
|
130
|
+
arg: string;
|
|
131
|
+
eq: string;
|
|
132
|
+
};
|
|
133
|
+
table: {
|
|
134
|
+
category: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
showReorderable: {
|
|
138
|
+
control: "boolean";
|
|
139
|
+
if: {
|
|
140
|
+
arg: string;
|
|
141
|
+
eq: string;
|
|
142
|
+
};
|
|
143
|
+
description: string;
|
|
144
|
+
table: {
|
|
145
|
+
category: string;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
showAsLink: {
|
|
149
|
+
control: "boolean";
|
|
150
|
+
if: {
|
|
151
|
+
arg: string;
|
|
152
|
+
eq: string;
|
|
153
|
+
};
|
|
154
|
+
table: {
|
|
155
|
+
category: string;
|
|
156
|
+
};
|
|
157
|
+
};
|
|
158
|
+
showTitle: {
|
|
159
|
+
control: "boolean";
|
|
160
|
+
if: {
|
|
161
|
+
arg: string;
|
|
162
|
+
eq: string;
|
|
163
|
+
};
|
|
164
|
+
table: {
|
|
165
|
+
category: string;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
slotTitle: {
|
|
169
|
+
control: "text";
|
|
170
|
+
if: {
|
|
171
|
+
arg: string;
|
|
172
|
+
eq: boolean;
|
|
173
|
+
};
|
|
174
|
+
table: {
|
|
175
|
+
category: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
showDivider: {
|
|
179
|
+
control: "boolean";
|
|
180
|
+
if: {
|
|
181
|
+
arg: string;
|
|
182
|
+
eq: string;
|
|
183
|
+
};
|
|
184
|
+
description: string;
|
|
185
|
+
table: {
|
|
186
|
+
category: string;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
189
|
+
titleBadgeVariant: {
|
|
190
|
+
control: {
|
|
191
|
+
type: "select";
|
|
192
|
+
};
|
|
193
|
+
options: string[];
|
|
194
|
+
if: {
|
|
195
|
+
arg: string;
|
|
196
|
+
eq: string;
|
|
197
|
+
};
|
|
198
|
+
table: {
|
|
199
|
+
category: string;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
showMetadata: {
|
|
203
|
+
control: "boolean";
|
|
204
|
+
if: {
|
|
205
|
+
arg: string;
|
|
206
|
+
eq: string;
|
|
207
|
+
};
|
|
208
|
+
table: {
|
|
209
|
+
category: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
showAvatar: {
|
|
213
|
+
control: "boolean";
|
|
214
|
+
if: {
|
|
215
|
+
arg: string;
|
|
216
|
+
eq: string;
|
|
217
|
+
};
|
|
218
|
+
table: {
|
|
219
|
+
category: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
slotAvatar: {
|
|
223
|
+
options: string[];
|
|
224
|
+
control: {
|
|
225
|
+
type: "select";
|
|
226
|
+
};
|
|
227
|
+
if: {
|
|
228
|
+
arg: string;
|
|
229
|
+
eq: boolean;
|
|
230
|
+
};
|
|
231
|
+
table: {
|
|
232
|
+
category: string;
|
|
233
|
+
};
|
|
234
|
+
};
|
|
235
|
+
showDetails: {
|
|
236
|
+
control: "boolean";
|
|
237
|
+
if: {
|
|
238
|
+
arg: string;
|
|
239
|
+
eq: string;
|
|
240
|
+
};
|
|
241
|
+
table: {
|
|
242
|
+
category: string;
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
slotDetails: {
|
|
246
|
+
control: "text";
|
|
247
|
+
if: {
|
|
248
|
+
arg: string;
|
|
249
|
+
eq: boolean;
|
|
250
|
+
};
|
|
251
|
+
table: {
|
|
252
|
+
category: string;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
showBadges: {
|
|
256
|
+
control: "boolean";
|
|
257
|
+
if: {
|
|
258
|
+
arg: string;
|
|
259
|
+
eq: string;
|
|
260
|
+
};
|
|
261
|
+
table: {
|
|
262
|
+
category: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
showActions: {
|
|
266
|
+
control: "boolean";
|
|
267
|
+
if: {
|
|
268
|
+
arg: string;
|
|
269
|
+
eq: string;
|
|
270
|
+
};
|
|
271
|
+
table: {
|
|
272
|
+
category: string;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
showExtras: {
|
|
276
|
+
control: "boolean";
|
|
277
|
+
if: {
|
|
278
|
+
arg: string;
|
|
279
|
+
eq: string;
|
|
280
|
+
};
|
|
281
|
+
table: {
|
|
282
|
+
category: string;
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
showError: {
|
|
286
|
+
control: "boolean";
|
|
287
|
+
if: {
|
|
288
|
+
arg: string;
|
|
289
|
+
eq: string;
|
|
290
|
+
};
|
|
291
|
+
description: string;
|
|
292
|
+
table: {
|
|
293
|
+
category: string;
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
errorBorderOnly: {
|
|
297
|
+
control: "boolean";
|
|
298
|
+
if: {
|
|
299
|
+
arg: string;
|
|
300
|
+
eq: string;
|
|
301
|
+
};
|
|
302
|
+
description: string;
|
|
303
|
+
table: {
|
|
304
|
+
category: string;
|
|
38
305
|
};
|
|
39
306
|
};
|
|
40
307
|
};
|
|
@@ -43,6 +310,7 @@ export default _default;
|
|
|
43
310
|
export declare const List: {
|
|
44
311
|
(props: any): string;
|
|
45
312
|
args: {
|
|
313
|
+
type: string;
|
|
46
314
|
avatar: string;
|
|
47
315
|
avatars: boolean;
|
|
48
316
|
badges: boolean;
|
|
@@ -50,6 +318,24 @@ export declare const List: {
|
|
|
50
318
|
metadata: boolean;
|
|
51
319
|
title: string;
|
|
52
320
|
subtext: string;
|
|
321
|
+
listLabel: string;
|
|
322
|
+
listLabelledBy: string;
|
|
323
|
+
showAvatar: boolean;
|
|
324
|
+
showTitle: boolean;
|
|
325
|
+
showDivider: boolean;
|
|
326
|
+
titleBadgeVariant: string;
|
|
327
|
+
showMetadata: boolean;
|
|
328
|
+
showDetails: boolean;
|
|
329
|
+
showBadges: boolean;
|
|
330
|
+
showActions: boolean;
|
|
331
|
+
showExtras: boolean;
|
|
332
|
+
showError: boolean;
|
|
333
|
+
errorBorderOnly: boolean;
|
|
334
|
+
showSelectable: boolean;
|
|
335
|
+
showReorderable: boolean;
|
|
336
|
+
showAsLink: boolean;
|
|
337
|
+
slotTitle: string;
|
|
338
|
+
slotDetails: string;
|
|
53
339
|
};
|
|
54
340
|
parameters: {
|
|
55
341
|
layout: string;
|
|
@@ -57,7 +343,7 @@ export declare const List: {
|
|
|
57
343
|
render: string[];
|
|
58
344
|
};
|
|
59
345
|
html: {
|
|
60
|
-
render:
|
|
346
|
+
render: string;
|
|
61
347
|
};
|
|
62
348
|
design: {
|
|
63
349
|
type: string;
|
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
export interface XplListOrderChangeDetail {
|
|
2
|
+
itemId?: string;
|
|
3
|
+
direction: 'up' | 'down';
|
|
4
|
+
orderedItemIds: string[];
|
|
5
|
+
}
|
|
6
|
+
export interface XplListItemReorderDetail {
|
|
7
|
+
itemId?: string;
|
|
8
|
+
item?: HTMLElement;
|
|
9
|
+
direction?: 'up' | 'down';
|
|
10
|
+
keyboardMode?: boolean;
|
|
11
|
+
exitKeyboardMode?: boolean;
|
|
12
|
+
}
|
|
1
13
|
export interface ListItem {
|
|
14
|
+
id?: string;
|
|
2
15
|
avatar?: string;
|
|
3
16
|
avatars?: string[];
|
|
4
17
|
badges?: string[] | {
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import type { BadgeVariantProp } from '../../xpl-badge/xpl-badge';
|
|
3
|
+
import type { ListItem } from '../listitem';
|
|
4
|
+
export declare class XplListItem {
|
|
5
|
+
private dragFromHandle;
|
|
6
|
+
private dragHandlePointerReleaseCleanup;
|
|
7
|
+
el: HTMLElement;
|
|
8
|
+
private slotPresence;
|
|
9
|
+
private isKeyboardMode;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
error?: boolean;
|
|
12
|
+
hidden: boolean;
|
|
13
|
+
href?: string;
|
|
14
|
+
item?: ListItem;
|
|
15
|
+
handleItemChange(): void;
|
|
16
|
+
itemId?: string;
|
|
17
|
+
keyboardActive?: boolean;
|
|
18
|
+
handleKeyboardActiveChange(newValue: boolean): void;
|
|
19
|
+
radioName?: string;
|
|
20
|
+
reorderable?: boolean;
|
|
21
|
+
selectable?: boolean;
|
|
22
|
+
selected?: boolean;
|
|
23
|
+
handleSelectedChange(newValue: boolean): void;
|
|
24
|
+
showDivider?: boolean;
|
|
25
|
+
titleBadgeVariant?: BadgeVariantProp;
|
|
26
|
+
handleTitleBadgeVariantChange(): void;
|
|
27
|
+
itemDragEnd: EventEmitter<{
|
|
28
|
+
itemId?: string;
|
|
29
|
+
item: HTMLElement;
|
|
30
|
+
}>;
|
|
31
|
+
itemDragStart: EventEmitter<{
|
|
32
|
+
itemId?: string;
|
|
33
|
+
item: HTMLElement;
|
|
34
|
+
}>;
|
|
35
|
+
itemDrop: EventEmitter<{
|
|
36
|
+
itemId?: string;
|
|
37
|
+
item: HTMLElement;
|
|
38
|
+
}>;
|
|
39
|
+
itemSelect: EventEmitter<{
|
|
40
|
+
itemId?: string;
|
|
41
|
+
}>;
|
|
42
|
+
connectedCallback(): void;
|
|
43
|
+
disconnectedCallback(): void;
|
|
44
|
+
componentWillLoad(): void;
|
|
45
|
+
componentDidRender(): void;
|
|
46
|
+
handleSlotChange(): void;
|
|
47
|
+
private updateSlotPresence;
|
|
48
|
+
private detachDragHandlePointerReleaseListeners;
|
|
49
|
+
private handleDragStart;
|
|
50
|
+
private handleDrop;
|
|
51
|
+
private handleDragOver;
|
|
52
|
+
private handleDragEnter;
|
|
53
|
+
private handleDragLeave;
|
|
54
|
+
private handleDragEnd;
|
|
55
|
+
private handleDragHandleMouseDown;
|
|
56
|
+
private preventRowLinkNavigation;
|
|
57
|
+
private handleMouseDown;
|
|
58
|
+
private handleDragHandleKeyDown;
|
|
59
|
+
private handleRadioChange;
|
|
60
|
+
private hasSlot;
|
|
61
|
+
private getTitleSlotAccessibleText;
|
|
62
|
+
private getRowIdForAccessibleLabel;
|
|
63
|
+
private getSelectableRadioLabel;
|
|
64
|
+
private renderLegacyAvatarCell;
|
|
65
|
+
private handleRadioClick;
|
|
66
|
+
private renderPropBasedItem;
|
|
67
|
+
private renderTitleBadge;
|
|
68
|
+
private renderSlotBasedItem;
|
|
69
|
+
private syncReorderDragHandleA11y;
|
|
70
|
+
render(): any;
|
|
71
|
+
}
|
|
@@ -1,5 +1,58 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { EventEmitter } from '../../stencil-public-runtime';
|
|
2
|
+
import type { ListItem, XplListItemReorderDetail, XplListOrderChangeDetail } from './listitem';
|
|
2
3
|
export declare class List {
|
|
3
|
-
|
|
4
|
+
private draggedItem;
|
|
5
|
+
private listItems;
|
|
6
|
+
private nextAutoItemIdSeq;
|
|
7
|
+
private radioName;
|
|
8
|
+
private timers;
|
|
9
|
+
el: HTMLElement;
|
|
10
|
+
private keyboardReorderItemId;
|
|
11
|
+
private reorderLiveMessage;
|
|
12
|
+
handleKeyboardReorderItemIdChange(): void;
|
|
13
|
+
items: ListItem[];
|
|
14
|
+
handleItemsChange(): void;
|
|
15
|
+
label?: string;
|
|
16
|
+
labelledBy?: string;
|
|
17
|
+
reorderable: boolean;
|
|
18
|
+
handleReorderableChange(): void;
|
|
19
|
+
selectable: boolean;
|
|
20
|
+
handleSelectableChange(): void;
|
|
21
|
+
itemSelect: EventEmitter<{
|
|
22
|
+
itemId?: string;
|
|
23
|
+
}>;
|
|
24
|
+
orderChange: EventEmitter<XplListOrderChangeDetail>;
|
|
25
|
+
componentWillLoad(): void;
|
|
26
|
+
componentDidLoad(): void;
|
|
27
|
+
disconnectedCallback(): void;
|
|
28
|
+
handleKeyDown(ev: KeyboardEvent): void;
|
|
29
|
+
handleChildItemSelect(event: CustomEvent<{
|
|
30
|
+
itemId?: string;
|
|
31
|
+
}>): void;
|
|
32
|
+
handleSlotChange(): void;
|
|
33
|
+
handleItemDragStart(event: CustomEvent<{
|
|
34
|
+
itemId?: string;
|
|
35
|
+
item: HTMLElement;
|
|
36
|
+
}>): void;
|
|
37
|
+
handleItemDragEnd(event: CustomEvent<{
|
|
38
|
+
itemId?: string;
|
|
39
|
+
item: HTMLElement;
|
|
40
|
+
}>): void;
|
|
41
|
+
handleItemDrop(event: CustomEvent<{
|
|
42
|
+
itemId?: string;
|
|
43
|
+
item: HTMLElement;
|
|
44
|
+
}>): void;
|
|
45
|
+
handleItemReorder(event: CustomEvent<XplListItemReorderDetail>): void;
|
|
46
|
+
clearSelection(): Promise<void>;
|
|
47
|
+
private syncSelectionFromChildDetail;
|
|
48
|
+
private performReorder;
|
|
49
|
+
private getOrderedItemIds;
|
|
50
|
+
private announceReorder;
|
|
51
|
+
private getDirectChildListItems;
|
|
52
|
+
private getVisibleListItemElements;
|
|
53
|
+
private isLegacyPropBasedRow;
|
|
54
|
+
private getNextVisibleListItemAfter;
|
|
55
|
+
private collectListItems;
|
|
56
|
+
private getItemRowId;
|
|
4
57
|
render(): any;
|
|
5
58
|
}
|
|
@@ -3,12 +3,14 @@ declare const _default: {
|
|
|
3
3
|
component: string;
|
|
4
4
|
argTypes: {
|
|
5
5
|
accent: {
|
|
6
|
+
description: string;
|
|
6
7
|
options: string[];
|
|
7
8
|
control: {
|
|
8
9
|
type: "select";
|
|
9
10
|
};
|
|
10
11
|
};
|
|
11
12
|
padding: {
|
|
13
|
+
description: string;
|
|
12
14
|
options: string[];
|
|
13
15
|
control: {
|
|
14
16
|
type: "select";
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: string;
|
|
4
|
+
argTypes: {
|
|
5
|
+
steps: {
|
|
6
|
+
control: {
|
|
7
|
+
type: "object";
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
currentStep: {
|
|
11
|
+
control: {
|
|
12
|
+
type: "number";
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
layout: {
|
|
16
|
+
control: {
|
|
17
|
+
type: "select";
|
|
18
|
+
};
|
|
19
|
+
options: string[];
|
|
20
|
+
};
|
|
21
|
+
showNumbers: {
|
|
22
|
+
control: {
|
|
23
|
+
type: "boolean";
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
showLabels: {
|
|
27
|
+
control: {
|
|
28
|
+
type: "boolean";
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
tags: string[];
|
|
33
|
+
};
|
|
34
|
+
export default _default;
|
|
35
|
+
export declare const ProgressIndicator: {
|
|
36
|
+
({ steps, currentStep, layout, showNumbers, showLabels, }: {
|
|
37
|
+
steps?: string[];
|
|
38
|
+
currentStep?: number;
|
|
39
|
+
layout?: string;
|
|
40
|
+
showNumbers?: boolean;
|
|
41
|
+
showLabels?: boolean;
|
|
42
|
+
}): string;
|
|
43
|
+
args: {
|
|
44
|
+
steps: string[];
|
|
45
|
+
currentStep: number;
|
|
46
|
+
layout: string;
|
|
47
|
+
showNumbers: boolean;
|
|
48
|
+
showLabels: boolean;
|
|
49
|
+
};
|
|
50
|
+
parameters: {
|
|
51
|
+
'web-component': {
|
|
52
|
+
render: string;
|
|
53
|
+
};
|
|
54
|
+
html: {
|
|
55
|
+
render: string;
|
|
56
|
+
};
|
|
57
|
+
design: {
|
|
58
|
+
type: string;
|
|
59
|
+
url: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class ProgressIndicator {
|
|
2
|
+
currentStep: number;
|
|
3
|
+
layout: 'horizontal' | 'vertical';
|
|
4
|
+
showLabels: boolean;
|
|
5
|
+
showNumbers: boolean;
|
|
6
|
+
steps?: string[];
|
|
7
|
+
private validateCurrentStep;
|
|
8
|
+
private renderStepContent;
|
|
9
|
+
private renderStep;
|
|
10
|
+
render(): any;
|
|
11
|
+
}
|