@scania/tegel 0.0.9 → 0.0.11
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/README.md +3 -0
- package/dist/cjs/index-ee36ffa1.js +10 -14
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/tds-accordion-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-badge.cjs.entry.js +3 -3
- package/dist/cjs/tds-banner.cjs.entry.js +13 -13
- package/dist/cjs/tds-breadcrumb.cjs.entry.js +2 -4
- package/dist/cjs/tds-breadcrumbs.cjs.entry.js +0 -3
- package/dist/cjs/tds-button.cjs.entry.js +20 -18
- package/dist/cjs/tds-card.cjs.entry.js +19 -23
- package/dist/cjs/tds-checkbox.cjs.entry.js +2 -1
- package/dist/cjs/tds-chip.cjs.entry.js +14 -3
- package/dist/cjs/tds-core-header-item_2.cjs.entry.js +1 -1
- package/dist/cjs/{tds-dropdown-option-v2.cjs.entry.js → tds-dropdown-option.cjs.entry.js} +5 -5
- package/dist/cjs/{tds-dropdown-v2.cjs.entry.js → tds-dropdown.cjs.entry.js} +31 -26
- package/dist/cjs/tds-folder-tab.cjs.entry.js +2 -3
- package/dist/cjs/tds-folder-tabs.cjs.entry.js +5 -5
- package/dist/cjs/tds-footer-group.cjs.entry.js +3 -3
- package/dist/cjs/tds-footer-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-footer.cjs.entry.js +6 -6
- package/dist/cjs/tds-header-cell.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-dropdown-list-item.cjs.entry.js +2 -2
- package/dist/cjs/tds-header-dropdown-list-user.cjs.entry.js +4 -4
- package/dist/cjs/tds-header-dropdown-list.cjs.entry.js +6 -6
- package/dist/cjs/tds-header-dropdown.cjs.entry.js +4 -3
- package/dist/cjs/tds-header-hamburger.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher-button.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher-grid-title.cjs.entry.js +3 -2
- package/dist/cjs/tds-header-launcher-grid.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher-list-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-header-launcher-list-title.cjs.entry.js +3 -2
- package/dist/cjs/tds-header-launcher-list.cjs.entry.js +3 -2
- package/dist/cjs/tds-header-launcher.cjs.entry.js +2 -2
- package/dist/cjs/tds-header.cjs.entry.js +1 -1
- package/dist/cjs/tds-inline-tab.cjs.entry.js +1 -1
- package/dist/cjs/tds-inline-tabs.cjs.entry.js +5 -5
- package/dist/cjs/tds-link.cjs.entry.js +2 -2
- package/dist/cjs/tds-message.cjs.entry.js +6 -6
- package/dist/cjs/tds-modal.cjs.entry.js +13 -5
- package/dist/cjs/tds-navigation-tab.cjs.entry.js +1 -1
- package/dist/cjs/tds-navigation-tabs.cjs.entry.js +5 -5
- package/dist/cjs/tds-popover-canvas.cjs.entry.js +10 -80
- package/dist/{components/popper.js → cjs/tds-popover-core.cjs.entry.js} +166 -13
- package/dist/cjs/tds-popover-menu.cjs.entry.js +12 -62
- package/dist/cjs/tds-radio-button.cjs.entry.js +3 -2
- package/dist/cjs/tds-side-menu-close-button.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu-item.cjs.entry.js +1 -1
- package/dist/cjs/tds-side-menu.cjs.entry.js +2 -2
- package/dist/cjs/tds-slider.cjs.entry.js +16 -15
- package/dist/cjs/tds-stepper.cjs.entry.js +3 -2
- package/dist/cjs/tds-table-body.cjs.entry.js +4 -51
- package/dist/cjs/tds-table-footer.cjs.entry.js +47 -39
- package/dist/cjs/tds-table-toolbar.cjs.entry.js +2 -2
- package/dist/cjs/tds-table.cjs.entry.js +2 -1
- package/dist/cjs/tds-text-field.cjs.entry.js +6 -2
- package/dist/cjs/tds-toast.cjs.entry.js +13 -28
- package/dist/cjs/tds-toggle.cjs.entry.js +2 -1
- package/dist/cjs/tds-tooltip.cjs.entry.js +41 -78
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/cjs/{utils-2beb1aa0.js → utils-a908536d.js} +33 -12
- package/dist/collection/collection-manifest.json +1 -3
- package/dist/collection/components/accordion/accordion-item/accordion-item.js +5 -1
- package/dist/collection/components/accordion/accordion.js +3 -0
- package/dist/collection/components/accordion/accordion.stories.js +100 -0
- package/dist/collection/components/badge/badge.js +4 -4
- package/dist/collection/components/badge/badge.stories.js +106 -0
- package/dist/collection/components/banner/banner.css +12 -9
- package/dist/collection/components/banner/banner.js +40 -24
- package/dist/collection/components/banner/banner.stories.js +107 -0
- package/dist/collection/components/block/block.js +3 -0
- package/dist/collection/components/block/block.stories.js +49 -0
- package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.css +4 -4
- package/dist/collection/components/breadcrumbs/breadcrumb/breadcrumb.js +4 -21
- package/dist/collection/components/breadcrumbs/breadcrumbs.js +3 -3
- package/dist/collection/components/breadcrumbs/breadcrumbs.stories.js +36 -0
- package/dist/collection/components/button/button.css +20 -14
- package/dist/collection/components/button/button.js +46 -23
- package/dist/collection/components/button/button.stories.js +185 -0
- package/dist/collection/components/card/card.css +18 -14
- package/dist/collection/components/card/card.js +32 -68
- package/dist/collection/components/card/card.stories.js +163 -0
- package/dist/collection/components/checkbox/checkbox.js +6 -2
- package/dist/collection/components/checkbox/checkbox.stories.js +80 -0
- package/dist/collection/components/chip/chip.css +23 -8
- package/dist/collection/components/chip/chip.js +19 -3
- package/dist/collection/components/chip/chip.stories.js +230 -0
- package/dist/collection/components/datetime/datetime.stories.js +195 -0
- package/dist/collection/components/divider/divider.stories.js +62 -0
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +145 -116
- package/dist/collection/components/dropdown/dropdown.css +212 -386
- package/dist/collection/components/dropdown/dropdown.js +480 -329
- package/dist/collection/components/dropdown/dropdown.stories.js +268 -0
- package/dist/collection/components/footer/footer-group/footer-group.css +3 -3
- package/dist/collection/components/footer/footer-group/footer-group.js +5 -2
- package/dist/collection/components/footer/footer-item/footer-item.css +16 -8
- package/dist/collection/components/footer/footer-item/footer-item.js +3 -0
- package/dist/collection/components/footer/footer.css +9 -12
- package/dist/collection/components/footer/footer.js +10 -10
- package/dist/collection/components/footer/footer.stories.js +145 -0
- package/dist/collection/components/header/core-header-item/core-header-item.js +3 -0
- package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.js +3 -0
- package/dist/collection/components/header/header-dropdown/header-dropdown.js +11 -5
- package/dist/collection/components/header/header-dropdown-list/header-dropdown-list.css +2 -2
- package/dist/collection/components/header/header-dropdown-list/header-dropdown-list.js +10 -7
- package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.css +3 -3
- package/dist/collection/components/header/header-dropdown-list-item/header-dropdown-list-item.js +7 -4
- package/dist/collection/components/header/header-dropdown-list-user/header-dropdown-list-user.css +1 -1
- package/dist/collection/components/header/header-dropdown-list-user/header-dropdown-list-user.js +13 -9
- package/dist/collection/components/header/header-hamburger/header-hamburger.css +0 -1
- package/dist/collection/components/header/header-item/header-item.js +3 -0
- package/dist/collection/components/header/header-launcher/header-launcher.js +5 -2
- package/dist/collection/components/header/header-launcher-grid/header-launcher-grid.js +3 -0
- package/dist/collection/components/header/header-launcher-grid-item/header-launcher-grid-item.js +3 -0
- package/dist/collection/components/header/header-launcher-grid-title/header-launcher-grid-title.js +6 -2
- package/dist/collection/components/header/header-launcher-list/header-launcher-list.js +6 -2
- package/dist/collection/components/header/header-launcher-list-item/header-launcher-list-item.js +4 -1
- package/dist/collection/components/header/header-launcher-list-title/header-launcher-list-title.js +6 -2
- package/dist/collection/components/header/header-title/header-title.js +3 -0
- package/dist/collection/components/header/header.css +1 -1
- package/dist/collection/components/header/header.js +6 -0
- package/dist/collection/components/header/header.stories.js +82 -0
- package/dist/collection/components/icon/icon.stories.js +48 -0
- package/dist/collection/components/link/link.css +16 -13
- package/dist/collection/components/link/link.js +5 -1
- package/dist/collection/components/link/link.stories.js +59 -0
- package/dist/collection/components/message/message.css +16 -16
- package/dist/collection/components/message/message.js +11 -8
- package/dist/collection/components/message/message.stories.js +110 -0
- package/dist/collection/components/modal/modal.css +19 -33
- package/dist/collection/components/modal/modal.js +36 -6
- package/dist/collection/components/modal/modal.stories.js +109 -0
- package/dist/collection/components/popover-canvas/popover-canvas.css +3 -7
- package/dist/collection/components/popover-canvas/popover-canvas.js +15 -104
- package/dist/collection/components/popover-canvas/popover-canvas.stories.js +92 -0
- package/dist/collection/components/popover-core/popover-core.js +390 -0
- package/dist/collection/components/popover-menu/popover-menu.css +2 -8
- package/dist/collection/components/popover-menu/popover-menu.js +18 -81
- package/dist/collection/components/popover-menu/popover-menu.stories.js +140 -0
- package/dist/collection/components/radio-button/radio-button.css +1 -1
- package/dist/collection/components/radio-button/radio-button.js +6 -2
- package/dist/collection/components/radio-button/radio-button.stories.js +91 -0
- package/dist/collection/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.js +3 -0
- package/dist/collection/components/side-menu/side-menu-dropdown/side-menu-dropdown.css +1 -1
- package/dist/collection/components/side-menu/side-menu-dropdown/side-menu-dropdown.js +5 -0
- package/dist/collection/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.js +3 -0
- package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.js +3 -0
- package/dist/collection/components/side-menu/side-menu-item/side-menu-item.css +1 -1
- package/dist/collection/components/side-menu/side-menu-item/side-menu-item.js +3 -0
- package/dist/collection/components/side-menu/side-menu-user/side-menu-user.js +3 -0
- package/dist/collection/components/side-menu/side-menu-user-image/side-menu-user-image.js +5 -0
- package/dist/collection/components/side-menu/side-menu.css +6 -5
- package/dist/collection/components/side-menu/side-menu.js +11 -3
- package/dist/collection/components/side-menu/side-menu.stories.js +215 -0
- package/dist/collection/components/slider/slider.js +17 -16
- package/dist/collection/components/slider/slider.stories.js +243 -0
- package/dist/collection/components/spinner/spinner.stories.js +61 -0
- package/dist/collection/components/stepper/step/step.js +3 -0
- package/dist/collection/components/stepper/stepper.css +3 -0
- package/dist/collection/components/stepper/stepper.js +7 -3
- package/dist/collection/components/stepper/stepper.stories.js +95 -0
- package/dist/collection/components/table/table/table.js +7 -3
- package/dist/collection/components/table/table-body/table-body.js +15 -60
- package/dist/collection/components/table/table-body-cell/table-body-cell.js +3 -0
- package/dist/collection/components/table/table-body-row/table-body-row.js +3 -0
- package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +4 -0
- package/dist/collection/components/table/table-component-basic.stories.js +184 -0
- package/dist/collection/components/table/table-component-batch-actions.stories.js +201 -0
- package/dist/collection/components/table/table-component-bodydata.stories.js +101 -0
- package/dist/collection/components/table/table-component-custom-width.stories.js +174 -0
- package/dist/collection/components/table/table-component-event-listeners.stories.js +193 -0
- package/dist/collection/components/table/table-component-expandable-rows.stories.js +160 -0
- package/dist/collection/components/table/table-component-filtering.stories.js +210 -0
- package/dist/collection/components/table/table-component-multiselect.stories.js +230 -0
- package/dist/collection/components/table/table-component-pagination.stories.js +215 -0
- package/dist/collection/components/table/table-component-sorting.stories.js +238 -0
- package/dist/collection/components/table/table-footer/table-footer.js +65 -54
- package/dist/collection/components/table/table-header/table-header.js +3 -0
- package/dist/collection/components/table/table-header-cell/table-header-cell.css +1 -0
- package/dist/collection/components/table/table-toolbar/table-toolbar.css +2 -1
- package/dist/collection/components/table/table-toolbar/table-toolbar.js +4 -1
- package/dist/collection/components/table/table.filtering.spec.js +0 -6
- package/dist/collection/components/table/table.spec.js +0 -6
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.css +10 -11
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +4 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +8 -5
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.stories.js +105 -0
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.css +13 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +3 -0
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +8 -5
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.stories.js +99 -0
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.css +13 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +3 -0
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +8 -5
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.stories.js +101 -0
- package/dist/collection/components/text-field/text-field.js +10 -2
- package/dist/collection/components/text-field/text-field.stories.js +247 -0
- package/dist/collection/components/textarea/textarea.stories.js +188 -0
- package/dist/collection/components/toast/toast.css +32 -25
- package/dist/collection/components/toast/toast.js +21 -37
- package/dist/collection/components/toast/toast.stories.js +79 -0
- package/dist/collection/components/toggle/toggle.js +6 -2
- package/dist/collection/components/toggle/toggle.stories.js +95 -0
- package/dist/collection/components/tooltip/tooltip.js +47 -87
- package/dist/collection/components/tooltip/tooltip.stories.js +136 -0
- package/dist/collection/stories/Installation/installation.stories.js +222 -0
- package/dist/collection/stories/announcements/announce-tegel.stories.js +262 -0
- package/dist/collection/stories/announcements/prefix-change.stories.js +93 -0
- package/dist/collection/stories/foundations/color/color-brand.stories.js +38 -0
- package/dist/collection/stories/foundations/color/color-scales.stories.js +71 -0
- package/dist/collection/stories/foundations/color/color-semantic.stories.js +40 -0
- package/dist/collection/stories/foundations/grid/grid.stories.js +386 -0
- package/dist/collection/stories/foundations/spacing/spacing-element.stories.js +100 -0
- package/dist/collection/stories/foundations/spacing/spacing-layout.stories.js +94 -0
- package/dist/collection/stories/foundations/typography/typography-body.stories.js +16 -0
- package/dist/collection/stories/foundations/typography/typography-detail.stories.js +17 -0
- package/dist/collection/stories/foundations/typography/typography-headline.stories.js +39 -0
- package/dist/collection/stories/foundations/typography/typography-paragraph.stories.js +12 -0
- package/dist/collection/stories/patterns/navigation/navigation-basic.stories.js +85 -0
- package/dist/collection/stories/patterns/navigation/navigation-fewitems.stories.js +259 -0
- package/dist/collection/stories/patterns/navigation/navigation-manyitems.stories.js +246 -0
- package/dist/collection/stories/patterns/navigation/navigation-user-menu.stories.js +140 -0
- package/dist/collection/stories/tegel.stories.js +293 -0
- package/dist/collection/stories/utility/color/background-color.stories.js +96 -0
- package/dist/collection/stories/utility/color/text-color.stories.js +94 -0
- package/dist/collection/utils/utils.js +30 -11
- package/dist/components/checkbox.js +2 -1
- package/dist/components/header-dropdown-list-item.js +3 -3
- package/dist/components/header-dropdown-list.js +7 -7
- package/dist/components/header-item.js +1 -1
- package/dist/components/popover-canvas.js +20 -89
- package/dist/{esm/popper-bfa25c7f.js → components/popover-core.js} +190 -13
- package/dist/components/side-menu-item.js +1 -1
- package/dist/components/tds-accordion-item.js +1 -1
- package/dist/components/tds-badge.js +4 -4
- package/dist/components/tds-banner.js +16 -17
- package/dist/components/tds-breadcrumb.js +3 -6
- package/dist/components/tds-breadcrumbs.js +0 -3
- package/dist/components/tds-button.js +23 -22
- package/dist/components/tds-card.js +21 -29
- package/dist/components/tds-chip.js +14 -3
- package/dist/components/tds-dropdown-option.js +121 -1
- package/dist/components/tds-dropdown.js +323 -1
- package/dist/components/tds-folder-tab.js +2 -3
- package/dist/components/tds-folder-tabs.js +5 -5
- package/dist/components/tds-footer-group.js +3 -3
- package/dist/components/tds-footer-item.js +1 -1
- package/dist/components/tds-footer.js +7 -8
- package/dist/components/tds-header-cell.js +1 -1
- package/dist/components/tds-header-dropdown-list-user.js +6 -6
- package/dist/components/tds-header-dropdown.js +19 -12
- package/dist/components/tds-header-launcher-grid-title.js +3 -2
- package/dist/components/tds-header-launcher-grid.js +1 -1
- package/dist/components/tds-header-launcher-list-item.js +1 -1
- package/dist/components/tds-header-launcher-list-title.js +3 -2
- package/dist/components/tds-header-launcher-list.js +3 -2
- package/dist/components/tds-header-launcher.js +18 -12
- package/dist/components/tds-inline-tab.js +1 -1
- package/dist/components/tds-inline-tabs.js +5 -5
- package/dist/components/tds-link.js +4 -3
- package/dist/components/tds-message.js +7 -7
- package/dist/components/tds-modal.js +14 -5
- package/dist/components/tds-navigation-tab.js +1 -1
- package/dist/components/tds-navigation-tabs.js +5 -5
- package/dist/components/{tds-dropdown-v2.d.ts → tds-popover-core.d.ts} +4 -4
- package/dist/components/tds-popover-core.js +6 -0
- package/dist/components/tds-popover-menu.js +22 -70
- package/dist/components/tds-radio-button.js +3 -2
- package/dist/components/tds-side-menu-dropdown.js +1 -1
- package/dist/components/tds-side-menu.js +2 -2
- package/dist/components/tds-slider.js +16 -15
- package/dist/components/tds-stepper.js +3 -2
- package/dist/components/tds-table-body.js +5 -53
- package/dist/components/tds-table-footer.js +50 -42
- package/dist/components/tds-table-toolbar.js +9 -3
- package/dist/components/tds-table.js +2 -1
- package/dist/components/tds-text-field.js +6 -2
- package/dist/components/tds-toast.js +15 -32
- package/dist/components/tds-toggle.js +2 -1
- package/dist/components/tds-tooltip.js +51 -85
- package/dist/components/utils.js +31 -12
- package/dist/esm/index-23ee700b.js +10 -14
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tds-accordion-item.entry.js +1 -1
- package/dist/esm/tds-badge.entry.js +3 -3
- package/dist/esm/tds-banner.entry.js +13 -13
- package/dist/esm/tds-breadcrumb.entry.js +2 -4
- package/dist/esm/tds-breadcrumbs.entry.js +0 -3
- package/dist/esm/tds-button.entry.js +20 -18
- package/dist/esm/tds-card.entry.js +19 -23
- package/dist/esm/tds-checkbox.entry.js +2 -1
- package/dist/esm/tds-chip.entry.js +15 -4
- package/dist/esm/tds-core-header-item_2.entry.js +1 -1
- package/dist/esm/{tds-dropdown-option-v2.entry.js → tds-dropdown-option.entry.js} +5 -5
- package/dist/esm/{tds-dropdown-v2.entry.js → tds-dropdown.entry.js} +31 -26
- package/dist/esm/tds-folder-tab.entry.js +2 -3
- package/dist/esm/tds-folder-tabs.entry.js +5 -5
- package/dist/esm/tds-footer-group.entry.js +3 -3
- package/dist/esm/tds-footer-item.entry.js +1 -1
- package/dist/esm/tds-footer.entry.js +6 -6
- package/dist/esm/tds-header-cell.entry.js +1 -1
- package/dist/esm/tds-header-dropdown-list-item.entry.js +2 -2
- package/dist/esm/tds-header-dropdown-list-user.entry.js +4 -4
- package/dist/esm/tds-header-dropdown-list.entry.js +6 -6
- package/dist/esm/tds-header-dropdown.entry.js +4 -3
- package/dist/esm/tds-header-hamburger.entry.js +1 -1
- package/dist/esm/tds-header-launcher-button.entry.js +1 -1
- package/dist/esm/tds-header-launcher-grid-title.entry.js +3 -2
- package/dist/esm/tds-header-launcher-grid.entry.js +1 -1
- package/dist/esm/tds-header-launcher-list-item.entry.js +1 -1
- package/dist/esm/tds-header-launcher-list-title.entry.js +3 -2
- package/dist/esm/tds-header-launcher-list.entry.js +3 -2
- package/dist/esm/tds-header-launcher.entry.js +2 -2
- package/dist/esm/tds-header.entry.js +1 -1
- package/dist/esm/tds-inline-tab.entry.js +1 -1
- package/dist/esm/tds-inline-tabs.entry.js +5 -5
- package/dist/esm/tds-link.entry.js +2 -2
- package/dist/esm/tds-message.entry.js +6 -6
- package/dist/esm/tds-modal.entry.js +13 -5
- package/dist/esm/tds-navigation-tab.entry.js +1 -1
- package/dist/esm/tds-navigation-tabs.entry.js +5 -5
- package/dist/esm/tds-popover-canvas.entry.js +10 -80
- package/dist/{cjs/popper-9def2535.js → esm/tds-popover-core.entry.js} +161 -14
- package/dist/esm/tds-popover-menu.entry.js +12 -62
- package/dist/esm/tds-radio-button.entry.js +3 -2
- package/dist/esm/tds-side-menu-close-button.entry.js +1 -1
- package/dist/esm/tds-side-menu-dropdown.entry.js +1 -1
- package/dist/esm/tds-side-menu-item.entry.js +1 -1
- package/dist/esm/tds-side-menu.entry.js +2 -2
- package/dist/esm/tds-slider.entry.js +16 -15
- package/dist/esm/tds-stepper.entry.js +3 -2
- package/dist/esm/tds-table-body.entry.js +4 -51
- package/dist/esm/tds-table-footer.entry.js +47 -39
- package/dist/esm/tds-table-toolbar.entry.js +2 -2
- package/dist/esm/tds-table.entry.js +2 -1
- package/dist/esm/tds-text-field.entry.js +7 -3
- package/dist/esm/tds-toast.entry.js +13 -28
- package/dist/esm/tds-toggle.entry.js +2 -1
- package/dist/esm/tds-tooltip.entry.js +42 -79
- package/dist/esm/tegel.js +1 -1
- package/dist/esm/{utils-9ac24735.js → utils-8544b156.js} +31 -12
- package/dist/tegel/p-000d60e5.entry.js +1 -0
- package/dist/tegel/p-04bff255.entry.js +1 -0
- package/dist/tegel/p-0641ac24.entry.js +1 -0
- package/dist/tegel/p-099025f0.entry.js +1 -0
- package/dist/tegel/p-0ae649c3.entry.js +1 -0
- package/dist/tegel/p-1a907ae9.entry.js +1 -0
- package/dist/tegel/p-1c82ccf0.entry.js +1 -0
- package/dist/tegel/{p-1acb8407.entry.js → p-1f43d4f0.entry.js} +1 -1
- package/dist/tegel/p-2e5f6086.entry.js +1 -0
- package/dist/tegel/{p-89283891.entry.js → p-31848a92.entry.js} +1 -1
- package/dist/tegel/{p-fb3f4a14.entry.js → p-3d28689e.entry.js} +1 -1
- package/dist/tegel/p-400282e5.entry.js +1 -0
- package/dist/tegel/p-4163997b.entry.js +1 -0
- package/dist/tegel/{p-bcb2fad3.entry.js → p-42990ec0.entry.js} +1 -1
- package/dist/tegel/p-43320d81.entry.js +1 -0
- package/dist/tegel/p-49a084db.entry.js +1 -0
- package/dist/tegel/{p-e8fccebc.entry.js → p-56189659.entry.js} +1 -1
- package/dist/tegel/{p-b6a16219.entry.js → p-656add37.entry.js} +1 -1
- package/dist/tegel/p-65ab407b.entry.js +1 -0
- package/dist/tegel/p-6654e59d.entry.js +1 -0
- package/dist/tegel/p-6f0072cc.entry.js +1 -0
- package/dist/tegel/{p-39227588.js → p-72fced16.js} +1 -1
- package/dist/tegel/p-79b1bb29.entry.js +1 -0
- package/dist/tegel/p-7ccff0a5.entry.js +1 -0
- package/dist/tegel/p-81915088.entry.js +1 -0
- package/dist/tegel/{p-232f5889.entry.js → p-823399ef.entry.js} +1 -1
- package/dist/tegel/p-84d231a5.entry.js +1 -0
- package/dist/tegel/{p-7b34156b.entry.js → p-88807dac.entry.js} +1 -1
- package/dist/tegel/p-88d7c4c1.entry.js +1 -0
- package/dist/tegel/p-8bd0a233.entry.js +1 -0
- package/dist/tegel/{p-e0ee20ee.entry.js → p-8c194dd8.entry.js} +1 -1
- package/dist/tegel/p-8e745d73.entry.js +1 -0
- package/dist/tegel/p-9991a816.entry.js +1 -0
- package/dist/tegel/{p-135575ae.entry.js → p-a08be1c3.entry.js} +1 -1
- package/dist/tegel/{p-3aa634ed.entry.js → p-a1ad46d2.entry.js} +1 -1
- package/dist/tegel/p-a8cc3901.entry.js +1 -0
- package/dist/tegel/{p-7d3a66ae.entry.js → p-aa7e2f79.entry.js} +1 -1
- package/dist/tegel/{p-cd2a74d7.entry.js → p-b0d313cd.entry.js} +1 -1
- package/dist/tegel/p-b1067b50.entry.js +1 -0
- package/dist/tegel/p-c411f254.entry.js +1 -0
- package/dist/tegel/p-cacdd03f.entry.js +1 -0
- package/dist/tegel/p-cb5a4d7d.entry.js +1 -0
- package/dist/tegel/p-d0f15f73.entry.js +1 -0
- package/dist/tegel/p-d2ca7f58.entry.js +1 -0
- package/dist/tegel/p-d4c25eb6.entry.js +1 -0
- package/dist/tegel/p-d5bd9b2e.entry.js +1 -0
- package/dist/tegel/{p-de799b9a.entry.js → p-d60cb9e5.entry.js} +1 -1
- package/dist/tegel/p-da6f310c.entry.js +1 -0
- package/dist/tegel/p-df318a85.entry.js +1 -0
- package/dist/tegel/p-df95f0ae.entry.js +1 -0
- package/dist/tegel/p-e36ceefe.entry.js +1 -0
- package/dist/tegel/p-e4d6a4c5.entry.js +1 -0
- package/dist/tegel/p-f36ec03b.entry.js +1 -0
- package/dist/tegel/p-f64ff692.entry.js +1 -0
- package/dist/tegel/p-f682dd0b.entry.js +1 -0
- package/dist/tegel/p-fa30061f.entry.js +1 -0
- package/dist/tegel/tegel.css +2 -2
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/accordion/accordion-item/accordion-item.d.ts +4 -0
- package/dist/types/components/accordion/accordion.d.ts +3 -0
- package/dist/types/components/accordion/accordion.stories.d.ts +77 -0
- package/dist/types/components/badge/badge.stories.d.ts +73 -0
- package/dist/types/components/banner/banner.d.ts +10 -5
- package/dist/types/components/banner/banner.stories.d.ts +82 -0
- package/dist/types/components/block/block.d.ts +3 -0
- package/dist/types/components/block/block.stories.d.ts +32 -0
- package/dist/types/components/breadcrumbs/breadcrumb/breadcrumb.d.ts +3 -2
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +3 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.stories.d.ts +16 -0
- package/dist/types/components/button/button.d.ts +9 -3
- package/dist/types/components/button/button.stories.d.ts +147 -0
- package/dist/types/components/card/card.d.ts +11 -9
- package/dist/types/components/card/card.stories.d.ts +128 -0
- package/dist/types/components/checkbox/checkbox.d.ts +3 -0
- package/dist/types/components/checkbox/checkbox.stories.d.ts +52 -0
- package/dist/types/components/chip/chip.d.ts +6 -0
- package/dist/types/components/chip/chip.stories.d.ts +99 -0
- package/dist/types/components/datetime/datetime.stories.d.ts +125 -0
- package/dist/types/components/divider/divider.stories.d.ts +58 -0
- package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +31 -17
- package/dist/types/components/dropdown/dropdown.d.ts +82 -54
- package/dist/types/components/dropdown/dropdown.stories.d.ts +183 -0
- package/dist/types/components/footer/footer-group/footer-group.d.ts +4 -1
- package/dist/types/components/footer/footer-item/footer-item.d.ts +3 -0
- package/dist/types/components/footer/footer.d.ts +5 -3
- package/dist/types/components/footer/footer.stories.d.ts +44 -0
- package/dist/types/components/header/core-header-item/core-header-item.d.ts +3 -0
- package/dist/types/components/header/header-brand-symbol/header-brand-symbol.d.ts +3 -0
- package/dist/types/components/header/header-dropdown/header-dropdown.d.ts +6 -1
- package/dist/types/components/header/header-dropdown-list/header-dropdown-list.d.ts +5 -1
- package/dist/types/components/header/header-dropdown-list-item/header-dropdown-list-item.d.ts +5 -2
- package/dist/types/components/header/header-dropdown-list-user/header-dropdown-list-user.d.ts +8 -4
- package/dist/types/components/header/header-item/header-item.d.ts +3 -0
- package/dist/types/components/header/header-launcher/header-launcher.d.ts +3 -0
- package/dist/types/components/header/header-launcher-grid/header-launcher-grid.d.ts +3 -0
- package/dist/types/components/header/header-launcher-grid-item/header-launcher-grid-item.d.ts +3 -0
- package/dist/types/components/header/header-launcher-grid-title/header-launcher-grid-title.d.ts +3 -0
- package/dist/types/components/header/header-launcher-list/header-launcher-list.d.ts +3 -0
- package/dist/types/components/header/header-launcher-list-item/header-launcher-list-item.d.ts +3 -0
- package/dist/types/components/header/header-launcher-list-title/header-launcher-list-title.d.ts +3 -0
- package/dist/types/components/header/header-title/header-title.d.ts +3 -0
- package/dist/types/components/header/header.d.ts +6 -0
- package/dist/types/components/header/header.stories.d.ts +32 -0
- package/dist/types/components/icon/icon.stories.d.ts +36 -0
- package/dist/types/components/link/link.d.ts +3 -0
- package/dist/types/components/link/link.stories.d.ts +44 -0
- package/dist/types/components/message/message.d.ts +5 -2
- package/dist/types/components/message/message.stories.d.ts +88 -0
- package/dist/types/components/modal/modal.d.ts +9 -3
- package/dist/types/components/modal/modal.stories.d.ts +70 -0
- package/dist/types/components/popover-canvas/popover-canvas.d.ts +8 -14
- package/dist/types/components/popover-canvas/popover-canvas.stories.d.ts +27 -0
- package/dist/types/components/popover-core/popover-core.d.ts +46 -0
- package/dist/types/components/popover-menu/popover-menu.d.ts +9 -10
- package/dist/types/components/popover-menu/popover-menu.stories.d.ts +40 -0
- package/dist/types/components/radio-button/radio-button.d.ts +3 -0
- package/dist/types/components/radio-button/radio-button.stories.d.ts +39 -0
- package/dist/types/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.d.ts +3 -0
- package/dist/types/components/side-menu/side-menu-dropdown/side-menu-dropdown.d.ts +5 -0
- package/dist/types/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.d.ts +3 -0
- package/dist/types/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.d.ts +3 -0
- package/dist/types/components/side-menu/side-menu-item/side-menu-item.d.ts +3 -0
- package/dist/types/components/side-menu/side-menu-user/side-menu-user.d.ts +3 -0
- package/dist/types/components/side-menu/side-menu-user-image/side-menu-user-image.d.ts +4 -0
- package/dist/types/components/side-menu/side-menu.d.ts +8 -0
- package/dist/types/components/side-menu/side-menu.stories.d.ts +53 -0
- package/dist/types/components/slider/slider.d.ts +0 -1
- package/dist/types/components/slider/slider.stories.d.ts +235 -0
- package/dist/types/components/spinner/spinner.stories.d.ts +46 -0
- package/dist/types/components/stepper/step/step.d.ts +3 -0
- package/dist/types/components/stepper/stepper.d.ts +3 -0
- package/dist/types/components/stepper/stepper.stories.d.ts +80 -0
- package/dist/types/components/table/table/table.d.ts +3 -0
- package/dist/types/components/table/table-body/table-body.d.ts +6 -3
- package/dist/types/components/table/table-body-cell/table-body-cell.d.ts +3 -0
- package/dist/types/components/table/table-body-row/table-body-row.d.ts +3 -0
- package/dist/types/components/table/table-body-row-expandable/table-body-row-expandable.d.ts +4 -0
- package/dist/types/components/table/table-component-basic.stories.d.ts +144 -0
- package/dist/types/components/table/table-component-batch-actions.stories.d.ts +139 -0
- package/dist/types/components/table/table-component-bodydata.stories.d.ts +35 -0
- package/dist/types/components/table/table-component-custom-width.stories.d.ts +131 -0
- package/dist/types/components/table/table-component-event-listeners.stories.d.ts +131 -0
- package/dist/types/components/table/table-component-expandable-rows.stories.d.ts +131 -0
- package/dist/types/components/table/table-component-filtering.stories.d.ts +139 -0
- package/dist/types/components/table/table-component-multiselect.stories.d.ts +144 -0
- package/dist/types/components/table/table-component-pagination.stories.d.ts +131 -0
- package/dist/types/components/table/table-component-sorting.stories.d.ts +183 -0
- package/dist/types/components/table/table-footer/table-footer.d.ts +7 -7
- package/dist/types/components/table/table-header/table-header.d.ts +3 -0
- package/dist/types/components/table/table-toolbar/table-toolbar.d.ts +3 -0
- package/dist/types/components/tabs/folder-tabs/folder-tab/folder-tab.d.ts +3 -0
- package/dist/types/components/tabs/folder-tabs/folder-tabs.d.ts +3 -0
- package/dist/types/components/tabs/folder-tabs/folder-tabs.stories.d.ts +69 -0
- package/dist/types/components/tabs/inline-tabs/inline-tab/inline-tab.d.ts +3 -0
- package/dist/types/components/tabs/inline-tabs/inline-tabs.d.ts +3 -0
- package/dist/types/components/tabs/inline-tabs/inline-tabs.stories.d.ts +61 -0
- package/dist/types/components/tabs/navigation-tabs/navigation-tab/navigation-tab.d.ts +3 -0
- package/dist/types/components/tabs/navigation-tabs/navigation-tabs.d.ts +3 -0
- package/dist/types/components/tabs/navigation-tabs/navigation-tabs.stories.d.ts +61 -0
- package/dist/types/components/text-field/text-field.d.ts +5 -0
- package/dist/types/components/text-field/text-field.stories.d.ts +201 -0
- package/dist/types/components/textarea/textarea.stories.d.ts +139 -0
- package/dist/types/components/toast/toast.d.ts +6 -5
- package/dist/types/components/toast/toast.stories.d.ts +56 -0
- package/dist/types/components/toggle/toggle.d.ts +3 -0
- package/dist/types/components/toggle/toggle.stories.d.ts +74 -0
- package/dist/types/components/tooltip/tooltip.d.ts +17 -7
- package/dist/types/components/tooltip/tooltip.stories.d.ts +66 -0
- package/dist/types/components.d.ts +232 -415
- package/dist/types/stories/Installation/installation.stories.d.ts +7 -0
- package/dist/types/stories/announcements/announce-tegel.stories.d.ts +6 -0
- package/dist/types/stories/announcements/prefix-change.stories.d.ts +6 -0
- package/dist/types/stories/foundations/color/color-brand.stories.d.ts +13 -0
- package/dist/types/stories/foundations/color/color-scales.stories.d.ts +30 -0
- package/dist/types/stories/foundations/color/color-semantic.stories.d.ts +13 -0
- package/dist/types/stories/foundations/grid/grid.stories.d.ts +35 -0
- package/dist/types/stories/foundations/spacing/spacing-element.stories.d.ts +8 -0
- package/dist/types/stories/foundations/spacing/spacing-layout.stories.d.ts +8 -0
- package/dist/types/stories/foundations/typography/typography-body.stories.d.ts +8 -0
- package/dist/types/stories/foundations/typography/typography-detail.stories.d.ts +8 -0
- package/dist/types/stories/foundations/typography/typography-headline.stories.d.ts +21 -0
- package/dist/types/stories/foundations/typography/typography-paragraph.stories.d.ts +8 -0
- package/dist/types/stories/patterns/navigation/navigation-basic.stories.d.ts +23 -0
- package/dist/types/stories/patterns/navigation/navigation-fewitems.stories.d.ts +23 -0
- package/dist/types/stories/patterns/navigation/navigation-manyitems.stories.d.ts +38 -0
- package/dist/types/stories/patterns/navigation/navigation-user-menu.stories.d.ts +33 -0
- package/dist/types/stories/tegel.stories.d.ts +6 -0
- package/dist/types/stories/utility/color/background-color.stories.d.ts +64 -0
- package/dist/types/stories/utility/color/text-color.stories.d.ts +64 -0
- package/dist/types/utils/utils.d.ts +20 -6
- package/package.json +22 -24
- package/dist/cjs/tds-dropdown-filter.cjs.entry.js +0 -96
- package/dist/cjs/tds-dropdown_2.cjs.entry.js +0 -339
- package/dist/collection/components/dropdown/dropdown-filter/dropdown-filter.js +0 -380
- package/dist/collection/components/dropdown-v2/dropdown-option-v2/dropdown-option-v2.js +0 -216
- package/dist/collection/components/dropdown-v2/dropdown-v2.css +0 -286
- package/dist/collection/components/dropdown-v2/dropdown-v2.js +0 -726
- package/dist/components/dropdown-option.js +0 -104
- package/dist/components/dropdown.js +0 -304
- package/dist/components/tds-dropdown-filter.d.ts +0 -11
- package/dist/components/tds-dropdown-filter.js +0 -150
- package/dist/components/tds-dropdown-option-v2.d.ts +0 -11
- package/dist/components/tds-dropdown-option-v2.js +0 -126
- package/dist/components/tds-dropdown-v2.js +0 -323
- package/dist/esm/tds-dropdown-filter.entry.js +0 -92
- package/dist/esm/tds-dropdown_2.entry.js +0 -334
- package/dist/tegel/p-07e5df94.entry.js +0 -1
- package/dist/tegel/p-0a3e7512.entry.js +0 -1
- package/dist/tegel/p-0e55d72f.entry.js +0 -1
- package/dist/tegel/p-107d3da8.entry.js +0 -1
- package/dist/tegel/p-13b02a4f.entry.js +0 -1
- package/dist/tegel/p-19e9addd.entry.js +0 -1
- package/dist/tegel/p-1fb5c5d4.entry.js +0 -1
- package/dist/tegel/p-2bee16f6.entry.js +0 -1
- package/dist/tegel/p-2e2c91c4.entry.js +0 -1
- package/dist/tegel/p-330ed982.entry.js +0 -1
- package/dist/tegel/p-3604b5d3.entry.js +0 -1
- package/dist/tegel/p-375e361b.entry.js +0 -1
- package/dist/tegel/p-55dc4711.entry.js +0 -1
- package/dist/tegel/p-59f1cb9b.entry.js +0 -1
- package/dist/tegel/p-5a6aba01.entry.js +0 -1
- package/dist/tegel/p-60733f89.entry.js +0 -1
- package/dist/tegel/p-6a530c2f.entry.js +0 -1
- package/dist/tegel/p-732256e0.entry.js +0 -1
- package/dist/tegel/p-7331ec7b.entry.js +0 -1
- package/dist/tegel/p-76f941e8.entry.js +0 -1
- package/dist/tegel/p-7b0853e6.entry.js +0 -1
- package/dist/tegel/p-90686bc7.entry.js +0 -1
- package/dist/tegel/p-95da9b7f.entry.js +0 -1
- package/dist/tegel/p-99f540db.entry.js +0 -1
- package/dist/tegel/p-9bcc42cf.entry.js +0 -1
- package/dist/tegel/p-9d707f6e.js +0 -1
- package/dist/tegel/p-9f57d275.entry.js +0 -1
- package/dist/tegel/p-9fe384ad.entry.js +0 -1
- package/dist/tegel/p-a5604352.entry.js +0 -1
- package/dist/tegel/p-acb62b52.entry.js +0 -1
- package/dist/tegel/p-aeffa257.entry.js +0 -1
- package/dist/tegel/p-b8d88873.entry.js +0 -1
- package/dist/tegel/p-beb8a6bd.entry.js +0 -1
- package/dist/tegel/p-c8d4af09.entry.js +0 -1
- package/dist/tegel/p-c90a247c.entry.js +0 -1
- package/dist/tegel/p-ca4527de.entry.js +0 -1
- package/dist/tegel/p-cf4cfc54.entry.js +0 -1
- package/dist/tegel/p-d3f5cf74.entry.js +0 -1
- package/dist/tegel/p-d67d67be.entry.js +0 -1
- package/dist/tegel/p-da4c92b9.entry.js +0 -1
- package/dist/tegel/p-e95059e9.entry.js +0 -1
- package/dist/tegel/p-f6206d3c.entry.js +0 -1
- package/dist/tegel/p-fc47d911.entry.js +0 -1
- package/dist/types/components/dropdown/dropdown-filter/dropdown-filter.d.ts +0 -47
- package/dist/types/components/dropdown-v2/dropdown-option-v2/dropdown-option-v2.d.ts +0 -35
- package/dist/types/components/dropdown-v2/dropdown-v2.d.ts +0 -86
- /package/dist/collection/components/{dropdown-v2/dropdown-option-v2/dropdown-option-v2.css → dropdown/dropdown-option/dropdown-option.css} +0 -0
|
@@ -80,7 +80,7 @@ export namespace Components {
|
|
|
80
80
|
*/
|
|
81
81
|
"hideBanner": () => Promise<void>;
|
|
82
82
|
/**
|
|
83
|
-
* Name of the icon for the component. For error and information
|
|
83
|
+
* Name of the icon for the component. For error and information variant, the icon is predefined.
|
|
84
84
|
*/
|
|
85
85
|
"icon": string;
|
|
86
86
|
/**
|
|
@@ -92,9 +92,13 @@ export namespace Components {
|
|
|
92
92
|
*/
|
|
93
93
|
"showBanner": () => Promise<void>;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* Subheader text.
|
|
96
96
|
*/
|
|
97
|
-
"
|
|
97
|
+
"subheader": string;
|
|
98
|
+
/**
|
|
99
|
+
* Variant of Banner
|
|
100
|
+
*/
|
|
101
|
+
"variant": 'error' | 'information' | 'none';
|
|
98
102
|
}
|
|
99
103
|
interface TdsBlock {
|
|
100
104
|
/**
|
|
@@ -121,10 +125,6 @@ export namespace Components {
|
|
|
121
125
|
* Boolean for the current link
|
|
122
126
|
*/
|
|
123
127
|
"current": boolean;
|
|
124
|
-
/**
|
|
125
|
-
* Toggle the disabled state for the Breadcrumb
|
|
126
|
-
*/
|
|
127
|
-
"disabled": boolean;
|
|
128
128
|
}
|
|
129
129
|
interface TdsBreadcrumbs {
|
|
130
130
|
}
|
|
@@ -141,15 +141,22 @@ export namespace Components {
|
|
|
141
141
|
* Set the mode variant of the Button.
|
|
142
142
|
*/
|
|
143
143
|
"modeVariant": 'primary' | 'secondary';
|
|
144
|
+
/**
|
|
145
|
+
* Size of a Button
|
|
146
|
+
*/
|
|
144
147
|
"size": 'xs' | 'sm' | 'md' | 'lg';
|
|
145
148
|
/**
|
|
146
149
|
* Text displayed inside the Button
|
|
147
150
|
*/
|
|
148
151
|
"text": string;
|
|
149
152
|
/**
|
|
150
|
-
*
|
|
153
|
+
* Button's type
|
|
154
|
+
*/
|
|
155
|
+
"type": 'button' | 'submit' | 'reset';
|
|
156
|
+
/**
|
|
157
|
+
* Variation of Button's design
|
|
151
158
|
*/
|
|
152
|
-
"
|
|
159
|
+
"variant": 'primary' | 'secondary' | 'ghost' | 'danger';
|
|
153
160
|
}
|
|
154
161
|
interface TdsCard {
|
|
155
162
|
/**
|
|
@@ -176,18 +183,10 @@ export namespace Components {
|
|
|
176
183
|
* Text in the header
|
|
177
184
|
*/
|
|
178
185
|
"header": string;
|
|
179
|
-
/**
|
|
180
|
-
* Header image src
|
|
181
|
-
*/
|
|
182
|
-
"headerImg": string;
|
|
183
|
-
/**
|
|
184
|
-
* Alt text for the header image
|
|
185
|
-
*/
|
|
186
|
-
"headerImgAlt": string;
|
|
187
186
|
/**
|
|
188
187
|
* Placement of the header
|
|
189
188
|
*/
|
|
190
|
-
"
|
|
189
|
+
"imagePlacement": 'above-header' | 'below-header';
|
|
191
190
|
/**
|
|
192
191
|
* Variant of the Card based on the theme used.
|
|
193
192
|
*/
|
|
@@ -312,147 +311,6 @@ export namespace Components {
|
|
|
312
311
|
"orientation": 'horizontal' | 'vertical';
|
|
313
312
|
}
|
|
314
313
|
interface TdsDropdown {
|
|
315
|
-
/**
|
|
316
|
-
* Add the value of the option as string to set it as default
|
|
317
|
-
*/
|
|
318
|
-
"defaultOption": string;
|
|
319
|
-
/**
|
|
320
|
-
* Set to true for disabled states
|
|
321
|
-
*/
|
|
322
|
-
"disabled": boolean;
|
|
323
|
-
/**
|
|
324
|
-
* Add helper text in the bottom of Dropdown
|
|
325
|
-
*/
|
|
326
|
-
"helper": string;
|
|
327
|
-
/**
|
|
328
|
-
* Set to true to make the width following the label text length
|
|
329
|
-
*/
|
|
330
|
-
"inline": boolean;
|
|
331
|
-
/**
|
|
332
|
-
* Label text for label inside & outside
|
|
333
|
-
*/
|
|
334
|
-
"label": string;
|
|
335
|
-
/**
|
|
336
|
-
* Controls position of label
|
|
337
|
-
*/
|
|
338
|
-
"labelPosition": 'no-label' | 'inside' | 'outside';
|
|
339
|
-
/**
|
|
340
|
-
* Set the variant of the Dropdown.
|
|
341
|
-
*/
|
|
342
|
-
"modeVariant": 'primary' | 'secondary';
|
|
343
|
-
/**
|
|
344
|
-
* Direction that the Dropdown will open. Default is auto.
|
|
345
|
-
*/
|
|
346
|
-
"openDirection": 'down' | 'up' | 'auto';
|
|
347
|
-
/**
|
|
348
|
-
* Placeholder text for Dropdown with no selectedLabel item
|
|
349
|
-
*/
|
|
350
|
-
"placeholder": string;
|
|
351
|
-
"resetOption": () => Promise<void>;
|
|
352
|
-
/**
|
|
353
|
-
* Add the value of the option as string to set it as new selected value
|
|
354
|
-
*/
|
|
355
|
-
"selectedOption": string;
|
|
356
|
-
/**
|
|
357
|
-
* Controls the size of the Dropdown. 'sm', 'md' and 'lg' correct values and 'small', 'medium' and 'large' are deprecated
|
|
358
|
-
*/
|
|
359
|
-
"size": 'sm' | 'md' | 'lg' | 'small' | 'medium' | 'large';
|
|
360
|
-
/**
|
|
361
|
-
* Support `error` state
|
|
362
|
-
*/
|
|
363
|
-
"state": boolean;
|
|
364
|
-
/**
|
|
365
|
-
* `Controls type of Dropdown.
|
|
366
|
-
*/
|
|
367
|
-
"type": 'default' | 'multiselect' | 'filter';
|
|
368
|
-
}
|
|
369
|
-
interface TdsDropdownFilter {
|
|
370
|
-
/**
|
|
371
|
-
* Data is an array of objects that contains label and value `data = [{label:'Option 1', value:'opt-1'},{label:'Option 2', value:'opt-2'}]`
|
|
372
|
-
*/
|
|
373
|
-
"data": string;
|
|
374
|
-
/**
|
|
375
|
-
* Add the value of the option to set it as default
|
|
376
|
-
*/
|
|
377
|
-
"defaultOption": string;
|
|
378
|
-
/**
|
|
379
|
-
* Add the value of the option to set it as default
|
|
380
|
-
*/
|
|
381
|
-
"disabled": boolean;
|
|
382
|
-
/**
|
|
383
|
-
* Add helper text in the bottom of Dropdown
|
|
384
|
-
*/
|
|
385
|
-
"helper": string;
|
|
386
|
-
/**
|
|
387
|
-
* Set to true to make the width following the label text length
|
|
388
|
-
*/
|
|
389
|
-
"inline": boolean;
|
|
390
|
-
/**
|
|
391
|
-
* Label for Dropdown with no selected item
|
|
392
|
-
*/
|
|
393
|
-
"label": string;
|
|
394
|
-
/**
|
|
395
|
-
* Position of label
|
|
396
|
-
*/
|
|
397
|
-
"labelPosition": 'no-label' | 'outside';
|
|
398
|
-
/**
|
|
399
|
-
* Set the variant of the Dropdown.
|
|
400
|
-
*/
|
|
401
|
-
"modeVariant": 'primary' | 'secondary';
|
|
402
|
-
/**
|
|
403
|
-
* Direction that the Dropdown will open. Default is auto.
|
|
404
|
-
*/
|
|
405
|
-
"openDirection": 'down' | 'up' | 'auto';
|
|
406
|
-
/**
|
|
407
|
-
* Placeholder text for Dropdown with no selected item
|
|
408
|
-
*/
|
|
409
|
-
"placeholder": string;
|
|
410
|
-
/**
|
|
411
|
-
* Use this method to reset the Dropdown. Then it will go back to its initial state.
|
|
412
|
-
*/
|
|
413
|
-
"resetOption": () => Promise<void>;
|
|
414
|
-
/**
|
|
415
|
-
* Add the value of the option as string to set it as new selected value
|
|
416
|
-
*/
|
|
417
|
-
"selectedOption": string;
|
|
418
|
-
/**
|
|
419
|
-
* Controls the size of the Dropdown. 'sm', 'md' and 'lg' correct values and 'small', 'medium' and 'large' are deprecated
|
|
420
|
-
*/
|
|
421
|
-
"size": 'sm' | 'md' | 'lg' | 'small' | 'medium' | 'large';
|
|
422
|
-
/**
|
|
423
|
-
* Support `error` state
|
|
424
|
-
*/
|
|
425
|
-
"state": boolean;
|
|
426
|
-
}
|
|
427
|
-
interface TdsDropdownOption {
|
|
428
|
-
/**
|
|
429
|
-
* Sets option to disabled state if true
|
|
430
|
-
*/
|
|
431
|
-
"disabled": boolean;
|
|
432
|
-
/**
|
|
433
|
-
* Set to true if selected
|
|
434
|
-
*/
|
|
435
|
-
"selected": boolean;
|
|
436
|
-
/**
|
|
437
|
-
* Value is a unique string that will be used for application logic
|
|
438
|
-
*/
|
|
439
|
-
"value": string;
|
|
440
|
-
}
|
|
441
|
-
interface TdsDropdownOptionV2 {
|
|
442
|
-
/**
|
|
443
|
-
* Sets the option as disabled.
|
|
444
|
-
*/
|
|
445
|
-
"disabled": boolean;
|
|
446
|
-
/**
|
|
447
|
-
* Method to select/deselect an option if the option is not disabled.
|
|
448
|
-
*/
|
|
449
|
-
"setSelected": (selected: boolean) => Promise<void>;
|
|
450
|
-
/**
|
|
451
|
-
* Value for the Dropdown option.
|
|
452
|
-
*/
|
|
453
|
-
"value": string;
|
|
454
|
-
}
|
|
455
|
-
interface TdsDropdownV2 {
|
|
456
314
|
/**
|
|
457
315
|
* Method for closing the Dropdown.
|
|
458
316
|
*/
|
|
@@ -530,6 +388,20 @@ export namespace Components {
|
|
|
530
388
|
*/
|
|
531
389
|
"size": 'sm' | 'md' | 'lg';
|
|
532
390
|
}
|
|
391
|
+
interface TdsDropdownOption {
|
|
392
|
+
/**
|
|
393
|
+
* Sets the option as disabled.
|
|
394
|
+
*/
|
|
395
|
+
"disabled": boolean;
|
|
396
|
+
/**
|
|
397
|
+
* Method to select/deselect an option if the option is not disabled.
|
|
398
|
+
*/
|
|
399
|
+
"setSelected": (selected: boolean) => Promise<void>;
|
|
400
|
+
/**
|
|
401
|
+
* Value for the Dropdown option.
|
|
402
|
+
*/
|
|
403
|
+
"value": string;
|
|
404
|
+
}
|
|
533
405
|
interface TdsFolderTab {
|
|
534
406
|
/**
|
|
535
407
|
* Disables the Tab.
|
|
@@ -600,7 +472,7 @@ export namespace Components {
|
|
|
600
472
|
/**
|
|
601
473
|
* The label of the button that opens the dropdown. This is an alternative to the button-label slot.
|
|
602
474
|
*/
|
|
603
|
-
"
|
|
475
|
+
"label": string;
|
|
604
476
|
/**
|
|
605
477
|
* If the dropdown icon (downwards chevron) should be hidden.
|
|
606
478
|
*/
|
|
@@ -611,7 +483,10 @@ export namespace Components {
|
|
|
611
483
|
"selected": boolean;
|
|
612
484
|
}
|
|
613
485
|
interface TdsHeaderDropdownList {
|
|
614
|
-
|
|
486
|
+
/**
|
|
487
|
+
* The size of the component.
|
|
488
|
+
*/
|
|
489
|
+
"size": 'lg' | 'md';
|
|
615
490
|
}
|
|
616
491
|
interface TdsHeaderDropdownListItem {
|
|
617
492
|
/**
|
|
@@ -619,15 +494,15 @@ export namespace Components {
|
|
|
619
494
|
*/
|
|
620
495
|
"selected": boolean;
|
|
621
496
|
/**
|
|
622
|
-
* The
|
|
497
|
+
* The size of the component.
|
|
623
498
|
*/
|
|
624
|
-
"
|
|
499
|
+
"size": 'md' | 'lg';
|
|
625
500
|
}
|
|
626
501
|
interface TdsHeaderDropdownListUser {
|
|
627
502
|
/**
|
|
628
|
-
*
|
|
503
|
+
* Header text, usually the users first name and last name.
|
|
629
504
|
*/
|
|
630
|
-
"
|
|
505
|
+
"header": string;
|
|
631
506
|
/**
|
|
632
507
|
* Image alt text.
|
|
633
508
|
*/
|
|
@@ -637,9 +512,9 @@ export namespace Components {
|
|
|
637
512
|
*/
|
|
638
513
|
"imgUrl": string;
|
|
639
514
|
/**
|
|
640
|
-
*
|
|
515
|
+
* Subheader text.
|
|
641
516
|
*/
|
|
642
|
-
"
|
|
517
|
+
"subheader": string;
|
|
643
518
|
}
|
|
644
519
|
interface TdsHeaderHamburger {
|
|
645
520
|
}
|
|
@@ -738,9 +613,9 @@ export namespace Components {
|
|
|
738
613
|
*/
|
|
739
614
|
"noIcon": boolean;
|
|
740
615
|
/**
|
|
741
|
-
*
|
|
616
|
+
* Variant of Message.
|
|
742
617
|
*/
|
|
743
|
-
"
|
|
618
|
+
"variant": 'information' | 'error' | 'warning' | 'success';
|
|
744
619
|
}
|
|
745
620
|
interface TdsModal {
|
|
746
621
|
/**
|
|
@@ -751,6 +626,10 @@ export namespace Components {
|
|
|
751
626
|
* Closes the Modal.
|
|
752
627
|
*/
|
|
753
628
|
"closeModal": () => Promise<void>;
|
|
629
|
+
/**
|
|
630
|
+
* Sets the header of the Modal.
|
|
631
|
+
*/
|
|
632
|
+
"header": string;
|
|
754
633
|
/**
|
|
755
634
|
* Disables closing Modal on clicking on overlay area.
|
|
756
635
|
*/
|
|
@@ -758,7 +637,7 @@ export namespace Components {
|
|
|
758
637
|
/**
|
|
759
638
|
* Element that will show the Modal (takes priority over selector)
|
|
760
639
|
*/
|
|
761
|
-
"referenceEl"
|
|
640
|
+
"referenceEl"?: HTMLElement | null;
|
|
762
641
|
/**
|
|
763
642
|
* CSS selector for the element that will show the Modal.
|
|
764
643
|
*/
|
|
@@ -821,7 +700,7 @@ export namespace Components {
|
|
|
821
700
|
/**
|
|
822
701
|
* Element that will trigger the Popover (takes priority over selector)
|
|
823
702
|
*/
|
|
824
|
-
"referenceEl"
|
|
703
|
+
"referenceEl"?: HTMLElement | null;
|
|
825
704
|
/**
|
|
826
705
|
* The CSS-selector for an element that will trigger the Popover
|
|
827
706
|
*/
|
|
@@ -831,6 +710,44 @@ export namespace Components {
|
|
|
831
710
|
*/
|
|
832
711
|
"show": boolean;
|
|
833
712
|
}
|
|
713
|
+
interface TdsPopoverCore {
|
|
714
|
+
/**
|
|
715
|
+
* Decides if the popover should hide automatically. Alternatevly it can be hidden externally based on emitted events.
|
|
716
|
+
*/
|
|
717
|
+
"autoHide": boolean;
|
|
718
|
+
/**
|
|
719
|
+
* Array of modifier objects to pass to popper.js. See https://popper.js.org/docs/v2/modifiers/
|
|
720
|
+
*/
|
|
721
|
+
"modifiers": Object[];
|
|
722
|
+
/**
|
|
723
|
+
* Sets the offset distance
|
|
724
|
+
*/
|
|
725
|
+
"offsetDistance": number;
|
|
726
|
+
/**
|
|
727
|
+
* Sets the offset skidding
|
|
728
|
+
*/
|
|
729
|
+
"offsetSkidding": number;
|
|
730
|
+
/**
|
|
731
|
+
* Decides the placement of the Popover Menu
|
|
732
|
+
*/
|
|
733
|
+
"placement": Placement;
|
|
734
|
+
/**
|
|
735
|
+
* Element that will trigger the pop-over (takes priority over selector)
|
|
736
|
+
*/
|
|
737
|
+
"referenceEl"?: HTMLElement | null;
|
|
738
|
+
/**
|
|
739
|
+
* The CSS-selector for an element that will trigger the pop-over
|
|
740
|
+
*/
|
|
741
|
+
"selector": string;
|
|
742
|
+
/**
|
|
743
|
+
* Decides if the Popover Menu should be visible from the start
|
|
744
|
+
*/
|
|
745
|
+
"show": boolean;
|
|
746
|
+
/**
|
|
747
|
+
* What triggers the popover to show
|
|
748
|
+
*/
|
|
749
|
+
"trigger": 'click' | 'hover' | 'hover-popover';
|
|
750
|
+
}
|
|
834
751
|
interface TdsPopoverMenu {
|
|
835
752
|
/**
|
|
836
753
|
* Sets the offset distance
|
|
@@ -847,7 +764,7 @@ export namespace Components {
|
|
|
847
764
|
/**
|
|
848
765
|
* Element that will trigger the pop-over (takes priority over selector)
|
|
849
766
|
*/
|
|
850
|
-
"referenceEl"
|
|
767
|
+
"referenceEl"?: HTMLElement | null;
|
|
851
768
|
/**
|
|
852
769
|
* The CSS-selector for an element that will trigger the pop-over
|
|
853
770
|
*/
|
|
@@ -1125,9 +1042,9 @@ export namespace Components {
|
|
|
1125
1042
|
*/
|
|
1126
1043
|
"bodyData": any;
|
|
1127
1044
|
/**
|
|
1128
|
-
* Prop for
|
|
1045
|
+
* Prop for no result message when using filtering
|
|
1129
1046
|
*/
|
|
1130
|
-
"
|
|
1047
|
+
"noResultMessage": string;
|
|
1131
1048
|
}
|
|
1132
1049
|
interface TdsTableBodyRow {
|
|
1133
1050
|
}
|
|
@@ -1139,23 +1056,23 @@ export namespace Components {
|
|
|
1139
1056
|
}
|
|
1140
1057
|
interface TdsTableFooter {
|
|
1141
1058
|
/**
|
|
1142
|
-
*
|
|
1059
|
+
* <b>Client override</b> Used to set the number of columns, use as fallback if the automatic count of columns fail.
|
|
1143
1060
|
*/
|
|
1144
|
-
"
|
|
1061
|
+
"cols": number;
|
|
1145
1062
|
/**
|
|
1146
|
-
*
|
|
1063
|
+
* Sets the default page number.
|
|
1147
1064
|
*/
|
|
1148
|
-
"
|
|
1065
|
+
"defaultPage": number;
|
|
1149
1066
|
/**
|
|
1150
|
-
*
|
|
1067
|
+
* Sets the number of pages.
|
|
1151
1068
|
*/
|
|
1152
|
-
"
|
|
1069
|
+
"pages": number;
|
|
1153
1070
|
/**
|
|
1154
|
-
*
|
|
1071
|
+
* Enable pagination and show pagination controls
|
|
1155
1072
|
*/
|
|
1156
|
-
"
|
|
1073
|
+
"pagination": boolean;
|
|
1157
1074
|
/**
|
|
1158
|
-
*
|
|
1075
|
+
* @deprecated Used to set rows per page, this also enabled automatic pagination of the table.
|
|
1159
1076
|
*/
|
|
1160
1077
|
"rowsPerPage": number;
|
|
1161
1078
|
}
|
|
@@ -1327,7 +1244,7 @@ export namespace Components {
|
|
|
1327
1244
|
/**
|
|
1328
1245
|
* Type of Toast.
|
|
1329
1246
|
*/
|
|
1330
|
-
"
|
|
1247
|
+
"variant": 'information' | 'error' | 'warning' | 'success';
|
|
1331
1248
|
}
|
|
1332
1249
|
interface TdsToggle {
|
|
1333
1250
|
/**
|
|
@@ -1375,7 +1292,7 @@ export namespace Components {
|
|
|
1375
1292
|
/**
|
|
1376
1293
|
* Element that will trigger the Tooltip (takes priority over selector)
|
|
1377
1294
|
*/
|
|
1378
|
-
"referenceEl"
|
|
1295
|
+
"referenceEl"?: HTMLElement | null;
|
|
1379
1296
|
/**
|
|
1380
1297
|
* The CSS-selector for an element that will trigger the Tooltip
|
|
1381
1298
|
*/
|
|
@@ -1422,14 +1339,6 @@ export interface TdsDropdownOptionCustomEvent<T> extends CustomEvent<T> {
|
|
|
1422
1339
|
detail: T;
|
|
1423
1340
|
target: HTMLTdsDropdownOptionElement;
|
|
1424
1341
|
}
|
|
1425
|
-
export interface TdsDropdownOptionV2CustomEvent<T> extends CustomEvent<T> {
|
|
1426
|
-
detail: T;
|
|
1427
|
-
target: HTMLTdsDropdownOptionV2Element;
|
|
1428
|
-
}
|
|
1429
|
-
export interface TdsDropdownV2CustomEvent<T> extends CustomEvent<T> {
|
|
1430
|
-
detail: T;
|
|
1431
|
-
target: HTMLTdsDropdownV2Element;
|
|
1432
|
-
}
|
|
1433
1342
|
export interface TdsFolderTabsCustomEvent<T> extends CustomEvent<T> {
|
|
1434
1343
|
detail: T;
|
|
1435
1344
|
target: HTMLTdsFolderTabsElement;
|
|
@@ -1450,6 +1359,10 @@ export interface TdsNavigationTabsCustomEvent<T> extends CustomEvent<T> {
|
|
|
1450
1359
|
detail: T;
|
|
1451
1360
|
target: HTMLTdsNavigationTabsElement;
|
|
1452
1361
|
}
|
|
1362
|
+
export interface TdsPopoverCoreCustomEvent<T> extends CustomEvent<T> {
|
|
1363
|
+
detail: T;
|
|
1364
|
+
target: HTMLTdsPopoverCoreElement;
|
|
1365
|
+
}
|
|
1453
1366
|
export interface TdsRadioButtonCustomEvent<T> extends CustomEvent<T> {
|
|
1454
1367
|
detail: T;
|
|
1455
1368
|
target: HTMLTdsRadioButtonElement;
|
|
@@ -1611,30 +1524,12 @@ declare global {
|
|
|
1611
1524
|
prototype: HTMLTdsDropdownElement;
|
|
1612
1525
|
new (): HTMLTdsDropdownElement;
|
|
1613
1526
|
};
|
|
1614
|
-
interface HTMLTdsDropdownFilterElement extends Components.TdsDropdownFilter, HTMLStencilElement {
|
|
1615
|
-
}
|
|
1616
|
-
var HTMLTdsDropdownFilterElement: {
|
|
1617
|
-
prototype: HTMLTdsDropdownFilterElement;
|
|
1618
|
-
new (): HTMLTdsDropdownFilterElement;
|
|
1619
|
-
};
|
|
1620
1527
|
interface HTMLTdsDropdownOptionElement extends Components.TdsDropdownOption, HTMLStencilElement {
|
|
1621
1528
|
}
|
|
1622
1529
|
var HTMLTdsDropdownOptionElement: {
|
|
1623
1530
|
prototype: HTMLTdsDropdownOptionElement;
|
|
1624
1531
|
new (): HTMLTdsDropdownOptionElement;
|
|
1625
1532
|
};
|
|
1626
|
-
interface HTMLTdsDropdownOptionV2Element extends Components.TdsDropdownOptionV2, HTMLStencilElement {
|
|
1627
|
-
}
|
|
1628
|
-
var HTMLTdsDropdownOptionV2Element: {
|
|
1629
|
-
prototype: HTMLTdsDropdownOptionV2Element;
|
|
1630
|
-
new (): HTMLTdsDropdownOptionV2Element;
|
|
1631
|
-
};
|
|
1632
|
-
interface HTMLTdsDropdownV2Element extends Components.TdsDropdownV2, HTMLStencilElement {
|
|
1633
|
-
}
|
|
1634
|
-
var HTMLTdsDropdownV2Element: {
|
|
1635
|
-
prototype: HTMLTdsDropdownV2Element;
|
|
1636
|
-
new (): HTMLTdsDropdownV2Element;
|
|
1637
|
-
};
|
|
1638
1533
|
interface HTMLTdsFolderTabElement extends Components.TdsFolderTab, HTMLStencilElement {
|
|
1639
1534
|
}
|
|
1640
1535
|
var HTMLTdsFolderTabElement: {
|
|
@@ -1827,6 +1722,12 @@ declare global {
|
|
|
1827
1722
|
prototype: HTMLTdsPopoverCanvasElement;
|
|
1828
1723
|
new (): HTMLTdsPopoverCanvasElement;
|
|
1829
1724
|
};
|
|
1725
|
+
interface HTMLTdsPopoverCoreElement extends Components.TdsPopoverCore, HTMLStencilElement {
|
|
1726
|
+
}
|
|
1727
|
+
var HTMLTdsPopoverCoreElement: {
|
|
1728
|
+
prototype: HTMLTdsPopoverCoreElement;
|
|
1729
|
+
new (): HTMLTdsPopoverCoreElement;
|
|
1730
|
+
};
|
|
1830
1731
|
interface HTMLTdsPopoverMenuElement extends Components.TdsPopoverMenu, HTMLStencilElement {
|
|
1831
1732
|
}
|
|
1832
1733
|
var HTMLTdsPopoverMenuElement: {
|
|
@@ -2018,10 +1919,7 @@ declare global {
|
|
|
2018
1919
|
"tds-datetime": HTMLTdsDatetimeElement;
|
|
2019
1920
|
"tds-divider": HTMLTdsDividerElement;
|
|
2020
1921
|
"tds-dropdown": HTMLTdsDropdownElement;
|
|
2021
|
-
"tds-dropdown-filter": HTMLTdsDropdownFilterElement;
|
|
2022
1922
|
"tds-dropdown-option": HTMLTdsDropdownOptionElement;
|
|
2023
|
-
"tds-dropdown-option-v2": HTMLTdsDropdownOptionV2Element;
|
|
2024
|
-
"tds-dropdown-v2": HTMLTdsDropdownV2Element;
|
|
2025
1923
|
"tds-folder-tab": HTMLTdsFolderTabElement;
|
|
2026
1924
|
"tds-folder-tabs": HTMLTdsFolderTabsElement;
|
|
2027
1925
|
"tds-footer": HTMLTdsFooterElement;
|
|
@@ -2054,6 +1952,7 @@ declare global {
|
|
|
2054
1952
|
"tds-navigation-tab": HTMLTdsNavigationTabElement;
|
|
2055
1953
|
"tds-navigation-tabs": HTMLTdsNavigationTabsElement;
|
|
2056
1954
|
"tds-popover-canvas": HTMLTdsPopoverCanvasElement;
|
|
1955
|
+
"tds-popover-core": HTMLTdsPopoverCoreElement;
|
|
2057
1956
|
"tds-popover-menu": HTMLTdsPopoverMenuElement;
|
|
2058
1957
|
"tds-radio-button": HTMLTdsRadioButtonElement;
|
|
2059
1958
|
"tds-side-menu": HTMLTdsSideMenuElement;
|
|
@@ -2148,7 +2047,7 @@ declare namespace LocalJSX {
|
|
|
2148
2047
|
*/
|
|
2149
2048
|
"hidden"?: boolean;
|
|
2150
2049
|
/**
|
|
2151
|
-
* Name of the icon for the component. For error and information
|
|
2050
|
+
* Name of the icon for the component. For error and information variant, the icon is predefined.
|
|
2152
2051
|
*/
|
|
2153
2052
|
"icon"?: string;
|
|
2154
2053
|
/**
|
|
@@ -2168,9 +2067,13 @@ declare namespace LocalJSX {
|
|
|
2168
2067
|
*/
|
|
2169
2068
|
"persistent"?: boolean;
|
|
2170
2069
|
/**
|
|
2171
|
-
*
|
|
2070
|
+
* Subheader text.
|
|
2172
2071
|
*/
|
|
2173
|
-
"
|
|
2072
|
+
"subheader"?: string;
|
|
2073
|
+
/**
|
|
2074
|
+
* Variant of Banner
|
|
2075
|
+
*/
|
|
2076
|
+
"variant"?: 'error' | 'information' | 'none';
|
|
2174
2077
|
}
|
|
2175
2078
|
interface TdsBlock {
|
|
2176
2079
|
/**
|
|
@@ -2197,10 +2100,6 @@ declare namespace LocalJSX {
|
|
|
2197
2100
|
* Boolean for the current link
|
|
2198
2101
|
*/
|
|
2199
2102
|
"current"?: boolean;
|
|
2200
|
-
/**
|
|
2201
|
-
* Toggle the disabled state for the Breadcrumb
|
|
2202
|
-
*/
|
|
2203
|
-
"disabled"?: boolean;
|
|
2204
2103
|
}
|
|
2205
2104
|
interface TdsBreadcrumbs {
|
|
2206
2105
|
}
|
|
@@ -2217,15 +2116,22 @@ declare namespace LocalJSX {
|
|
|
2217
2116
|
* Set the mode variant of the Button.
|
|
2218
2117
|
*/
|
|
2219
2118
|
"modeVariant"?: 'primary' | 'secondary';
|
|
2119
|
+
/**
|
|
2120
|
+
* Size of a Button
|
|
2121
|
+
*/
|
|
2220
2122
|
"size"?: 'xs' | 'sm' | 'md' | 'lg';
|
|
2221
2123
|
/**
|
|
2222
2124
|
* Text displayed inside the Button
|
|
2223
2125
|
*/
|
|
2224
2126
|
"text"?: string;
|
|
2225
2127
|
/**
|
|
2226
|
-
*
|
|
2128
|
+
* Button's type
|
|
2129
|
+
*/
|
|
2130
|
+
"type"?: 'button' | 'submit' | 'reset';
|
|
2131
|
+
/**
|
|
2132
|
+
* Variation of Button's design
|
|
2227
2133
|
*/
|
|
2228
|
-
"
|
|
2134
|
+
"variant"?: 'primary' | 'secondary' | 'ghost' | 'danger';
|
|
2229
2135
|
}
|
|
2230
2136
|
interface TdsCard {
|
|
2231
2137
|
/**
|
|
@@ -2252,18 +2158,10 @@ declare namespace LocalJSX {
|
|
|
2252
2158
|
* Text in the header
|
|
2253
2159
|
*/
|
|
2254
2160
|
"header"?: string;
|
|
2255
|
-
/**
|
|
2256
|
-
* Header image src
|
|
2257
|
-
*/
|
|
2258
|
-
"headerImg"?: string;
|
|
2259
|
-
/**
|
|
2260
|
-
* Alt text for the header image
|
|
2261
|
-
*/
|
|
2262
|
-
"headerImgAlt"?: string;
|
|
2263
2161
|
/**
|
|
2264
2162
|
* Placement of the header
|
|
2265
2163
|
*/
|
|
2266
|
-
"
|
|
2164
|
+
"imagePlacement"?: 'above-header' | 'below-header';
|
|
2267
2165
|
/**
|
|
2268
2166
|
* Variant of the Card based on the theme used.
|
|
2269
2167
|
*/
|
|
@@ -2431,153 +2329,6 @@ declare namespace LocalJSX {
|
|
|
2431
2329
|
"orientation"?: 'horizontal' | 'vertical';
|
|
2432
2330
|
}
|
|
2433
2331
|
interface TdsDropdown {
|
|
2434
|
-
/**
|
|
2435
|
-
* Add the value of the option as string to set it as default
|
|
2436
|
-
*/
|
|
2437
|
-
"defaultOption"?: string;
|
|
2438
|
-
/**
|
|
2439
|
-
* Set to true for disabled states
|
|
2440
|
-
*/
|
|
2441
|
-
"disabled"?: boolean;
|
|
2442
|
-
/**
|
|
2443
|
-
* Add helper text in the bottom of Dropdown
|
|
2444
|
-
*/
|
|
2445
|
-
"helper"?: string;
|
|
2446
|
-
/**
|
|
2447
|
-
* Set to true to make the width following the label text length
|
|
2448
|
-
*/
|
|
2449
|
-
"inline"?: boolean;
|
|
2450
|
-
/**
|
|
2451
|
-
* Label text for label inside & outside
|
|
2452
|
-
*/
|
|
2453
|
-
"label"?: string;
|
|
2454
|
-
/**
|
|
2455
|
-
* Controls position of label
|
|
2456
|
-
*/
|
|
2457
|
-
"labelPosition"?: 'no-label' | 'inside' | 'outside';
|
|
2458
|
-
/**
|
|
2459
|
-
* Set the variant of the Dropdown.
|
|
2460
|
-
*/
|
|
2461
|
-
"modeVariant"?: 'primary' | 'secondary';
|
|
2462
|
-
/**
|
|
2463
|
-
* Direction that the Dropdown will open. Default is auto.
|
|
2464
|
-
*/
|
|
2465
|
-
"openDirection"?: 'down' | 'up' | 'auto';
|
|
2466
|
-
/**
|
|
2467
|
-
* Placeholder text for Dropdown with no selectedLabel item
|
|
2468
|
-
*/
|
|
2469
|
-
"placeholder"?: string;
|
|
2470
|
-
/**
|
|
2471
|
-
* Add the value of the option as string to set it as new selected value
|
|
2472
|
-
*/
|
|
2473
|
-
"selectedOption"?: string;
|
|
2474
|
-
/**
|
|
2475
|
-
* Controls the size of the Dropdown. 'sm', 'md' and 'lg' correct values and 'small', 'medium' and 'large' are deprecated
|
|
2476
|
-
*/
|
|
2477
|
-
"size"?: 'sm' | 'md' | 'lg' | 'small' | 'medium' | 'large';
|
|
2478
|
-
/**
|
|
2479
|
-
* Support `error` state
|
|
2480
|
-
*/
|
|
2481
|
-
"state"?: boolean;
|
|
2482
|
-
/**
|
|
2483
|
-
* `Controls type of Dropdown.
|
|
2484
|
-
*/
|
|
2485
|
-
"type"?: 'default' | 'multiselect' | 'filter';
|
|
2486
|
-
}
|
|
2487
|
-
interface TdsDropdownFilter {
|
|
2488
|
-
/**
|
|
2489
|
-
* Data is an array of objects that contains label and value `data = [{label:'Option 1', value:'opt-1'},{label:'Option 2', value:'opt-2'}]`
|
|
2490
|
-
*/
|
|
2491
|
-
"data"?: string;
|
|
2492
|
-
/**
|
|
2493
|
-
* Add the value of the option to set it as default
|
|
2494
|
-
*/
|
|
2495
|
-
"defaultOption"?: string;
|
|
2496
|
-
/**
|
|
2497
|
-
* Add the value of the option to set it as default
|
|
2498
|
-
*/
|
|
2499
|
-
"disabled"?: boolean;
|
|
2500
|
-
/**
|
|
2501
|
-
* Add helper text in the bottom of Dropdown
|
|
2502
|
-
*/
|
|
2503
|
-
"helper"?: string;
|
|
2504
|
-
/**
|
|
2505
|
-
* Set to true to make the width following the label text length
|
|
2506
|
-
*/
|
|
2507
|
-
"inline"?: boolean;
|
|
2508
|
-
/**
|
|
2509
|
-
* Label for Dropdown with no selected item
|
|
2510
|
-
*/
|
|
2511
|
-
"label"?: string;
|
|
2512
|
-
/**
|
|
2513
|
-
* Position of label
|
|
2514
|
-
*/
|
|
2515
|
-
"labelPosition"?: 'no-label' | 'outside';
|
|
2516
|
-
/**
|
|
2517
|
-
* Set the variant of the Dropdown.
|
|
2518
|
-
*/
|
|
2519
|
-
"modeVariant"?: 'primary' | 'secondary';
|
|
2520
|
-
/**
|
|
2521
|
-
* Direction that the Dropdown will open. Default is auto.
|
|
2522
|
-
*/
|
|
2523
|
-
"openDirection"?: 'down' | 'up' | 'auto';
|
|
2524
|
-
/**
|
|
2525
|
-
* Placeholder text for Dropdown with no selected item
|
|
2526
|
-
*/
|
|
2527
|
-
"placeholder"?: string;
|
|
2528
|
-
/**
|
|
2529
|
-
* Add the value of the option as string to set it as new selected value
|
|
2530
|
-
*/
|
|
2531
|
-
"selectedOption"?: string;
|
|
2532
|
-
/**
|
|
2533
|
-
* Controls the size of the Dropdown. 'sm', 'md' and 'lg' correct values and 'small', 'medium' and 'large' are deprecated
|
|
2534
|
-
*/
|
|
2535
|
-
"size"?: 'sm' | 'md' | 'lg' | 'small' | 'medium' | 'large';
|
|
2536
|
-
/**
|
|
2537
|
-
* Support `error` state
|
|
2538
|
-
*/
|
|
2539
|
-
"state"?: boolean;
|
|
2540
|
-
}
|
|
2541
|
-
interface TdsDropdownOption {
|
|
2542
|
-
/**
|
|
2543
|
-
* Sets option to disabled state if true
|
|
2544
|
-
*/
|
|
2545
|
-
"disabled"?: boolean;
|
|
2546
|
-
/**
|
|
2547
|
-
* Set to true if selected
|
|
2548
|
-
*/
|
|
2549
|
-
"selected"?: boolean;
|
|
2550
|
-
/**
|
|
2551
|
-
* Value is a unique string that will be used for application logic
|
|
2552
|
-
*/
|
|
2553
|
-
"value"?: string;
|
|
2554
|
-
}
|
|
2555
|
-
interface TdsDropdownOptionV2 {
|
|
2556
|
-
/**
|
|
2557
|
-
* Sets the option as disabled.
|
|
2558
|
-
*/
|
|
2559
|
-
"disabled"?: boolean;
|
|
2560
|
-
/**
|
|
2561
|
-
* Blur event for the Dropdown option.
|
|
2562
|
-
*/
|
|
2563
|
-
"onTdsBlur"?: (event: TdsDropdownOptionV2CustomEvent<FocusEvent>) => void;
|
|
2564
|
-
/**
|
|
2565
|
-
* Focus event for the Dropdown option.
|
|
2566
|
-
*/
|
|
2567
|
-
"onTdsFocus"?: (event: TdsDropdownOptionV2CustomEvent<FocusEvent>) => void;
|
|
2568
|
-
/**
|
|
2569
|
-
* Click event for the Dropdown option.
|
|
2570
|
-
*/
|
|
2571
|
-
"onTdsSelect"?: (event: TdsDropdownOptionV2CustomEvent<{
|
|
2572
|
-
selected: boolean;
|
|
2573
|
-
value: string;
|
|
2574
|
-
}>) => void;
|
|
2575
|
-
/**
|
|
2576
|
-
* Value for the Dropdown option.
|
|
2577
|
-
*/
|
|
2578
|
-
"value"?: string;
|
|
2579
|
-
}
|
|
2580
|
-
interface TdsDropdownV2 {
|
|
2581
2332
|
/**
|
|
2582
2333
|
* Default value selected in the Dropdown.
|
|
2583
2334
|
*/
|
|
@@ -2625,22 +2376,22 @@ declare namespace LocalJSX {
|
|
|
2625
2376
|
/**
|
|
2626
2377
|
* Blur event for the Dropdown.
|
|
2627
2378
|
*/
|
|
2628
|
-
"onTdsBlur"?: (event:
|
|
2379
|
+
"onTdsBlur"?: (event: TdsDropdownCustomEvent<FocusEvent>) => void;
|
|
2629
2380
|
/**
|
|
2630
2381
|
* Change event for the Dropdown.
|
|
2631
2382
|
*/
|
|
2632
|
-
"onTdsChange"?: (event:
|
|
2383
|
+
"onTdsChange"?: (event: TdsDropdownCustomEvent<{
|
|
2633
2384
|
name: string;
|
|
2634
2385
|
value: string;
|
|
2635
2386
|
}>) => void;
|
|
2636
2387
|
/**
|
|
2637
2388
|
* Focus event for the Dropdown.
|
|
2638
2389
|
*/
|
|
2639
|
-
"onTdsFocus"?: (event:
|
|
2390
|
+
"onTdsFocus"?: (event: TdsDropdownCustomEvent<FocusEvent>) => void;
|
|
2640
2391
|
/**
|
|
2641
2392
|
* Input event for the Dropdown.
|
|
2642
2393
|
*/
|
|
2643
|
-
"onTdsInput"?: (event:
|
|
2394
|
+
"onTdsInput"?: (event: TdsDropdownCustomEvent<InputEvent>) => void;
|
|
2644
2395
|
/**
|
|
2645
2396
|
* The direction the Dropdown should open, auto if not specified.
|
|
2646
2397
|
*/
|
|
@@ -2658,6 +2409,31 @@ declare namespace LocalJSX {
|
|
|
2658
2409
|
*/
|
|
2659
2410
|
"size"?: 'sm' | 'md' | 'lg';
|
|
2660
2411
|
}
|
|
2412
|
+
interface TdsDropdownOption {
|
|
2413
|
+
/**
|
|
2414
|
+
* Sets the option as disabled.
|
|
2415
|
+
*/
|
|
2416
|
+
"disabled"?: boolean;
|
|
2417
|
+
/**
|
|
2418
|
+
* Blur event for the Dropdown option.
|
|
2419
|
+
*/
|
|
2420
|
+
"onTdsBlur"?: (event: TdsDropdownOptionCustomEvent<FocusEvent>) => void;
|
|
2421
|
+
/**
|
|
2422
|
+
* Focus event for the Dropdown option.
|
|
2423
|
+
*/
|
|
2424
|
+
"onTdsFocus"?: (event: TdsDropdownOptionCustomEvent<FocusEvent>) => void;
|
|
2425
|
+
/**
|
|
2426
|
+
* Click event for the Dropdown option.
|
|
2427
|
+
*/
|
|
2428
|
+
"onTdsSelect"?: (event: TdsDropdownOptionCustomEvent<{
|
|
2429
|
+
selected: boolean;
|
|
2430
|
+
value: string;
|
|
2431
|
+
}>) => void;
|
|
2432
|
+
/**
|
|
2433
|
+
* Value for the Dropdown option.
|
|
2434
|
+
*/
|
|
2435
|
+
"value"?: string;
|
|
2436
|
+
}
|
|
2661
2437
|
interface TdsFolderTab {
|
|
2662
2438
|
/**
|
|
2663
2439
|
* Disables the Tab.
|
|
@@ -2736,7 +2512,7 @@ declare namespace LocalJSX {
|
|
|
2736
2512
|
/**
|
|
2737
2513
|
* The label of the button that opens the dropdown. This is an alternative to the button-label slot.
|
|
2738
2514
|
*/
|
|
2739
|
-
"
|
|
2515
|
+
"label"?: string;
|
|
2740
2516
|
/**
|
|
2741
2517
|
* If the dropdown icon (downwards chevron) should be hidden.
|
|
2742
2518
|
*/
|
|
@@ -2747,7 +2523,10 @@ declare namespace LocalJSX {
|
|
|
2747
2523
|
"selected"?: boolean;
|
|
2748
2524
|
}
|
|
2749
2525
|
interface TdsHeaderDropdownList {
|
|
2750
|
-
|
|
2526
|
+
/**
|
|
2527
|
+
* The size of the component.
|
|
2528
|
+
*/
|
|
2529
|
+
"size"?: 'lg' | 'md';
|
|
2751
2530
|
}
|
|
2752
2531
|
interface TdsHeaderDropdownListItem {
|
|
2753
2532
|
/**
|
|
@@ -2755,15 +2534,15 @@ declare namespace LocalJSX {
|
|
|
2755
2534
|
*/
|
|
2756
2535
|
"selected"?: boolean;
|
|
2757
2536
|
/**
|
|
2758
|
-
* The
|
|
2537
|
+
* The size of the component.
|
|
2759
2538
|
*/
|
|
2760
|
-
"
|
|
2539
|
+
"size"?: 'md' | 'lg';
|
|
2761
2540
|
}
|
|
2762
2541
|
interface TdsHeaderDropdownListUser {
|
|
2763
2542
|
/**
|
|
2764
|
-
*
|
|
2543
|
+
* Header text, usually the users first name and last name.
|
|
2765
2544
|
*/
|
|
2766
|
-
"
|
|
2545
|
+
"header"?: string;
|
|
2767
2546
|
/**
|
|
2768
2547
|
* Image alt text.
|
|
2769
2548
|
*/
|
|
@@ -2773,9 +2552,9 @@ declare namespace LocalJSX {
|
|
|
2773
2552
|
*/
|
|
2774
2553
|
"imgUrl"?: string;
|
|
2775
2554
|
/**
|
|
2776
|
-
*
|
|
2555
|
+
* Subheader text.
|
|
2777
2556
|
*/
|
|
2778
|
-
"
|
|
2557
|
+
"subheader"?: string;
|
|
2779
2558
|
}
|
|
2780
2559
|
interface TdsHeaderHamburger {
|
|
2781
2560
|
}
|
|
@@ -2872,15 +2651,19 @@ declare namespace LocalJSX {
|
|
|
2872
2651
|
*/
|
|
2873
2652
|
"noIcon"?: boolean;
|
|
2874
2653
|
/**
|
|
2875
|
-
*
|
|
2654
|
+
* Variant of Message.
|
|
2876
2655
|
*/
|
|
2877
|
-
"
|
|
2656
|
+
"variant"?: 'information' | 'error' | 'warning' | 'success';
|
|
2878
2657
|
}
|
|
2879
2658
|
interface TdsModal {
|
|
2880
2659
|
/**
|
|
2881
2660
|
* Sticky or Static Actions
|
|
2882
2661
|
*/
|
|
2883
2662
|
"actions"?: 'sticky' | 'static';
|
|
2663
|
+
/**
|
|
2664
|
+
* Sets the header of the Modal.
|
|
2665
|
+
*/
|
|
2666
|
+
"header"?: string;
|
|
2884
2667
|
/**
|
|
2885
2668
|
* Emits when the Modal is closed.
|
|
2886
2669
|
*/
|
|
@@ -2892,7 +2675,7 @@ declare namespace LocalJSX {
|
|
|
2892
2675
|
/**
|
|
2893
2676
|
* Element that will show the Modal (takes priority over selector)
|
|
2894
2677
|
*/
|
|
2895
|
-
"referenceEl"?: HTMLElement;
|
|
2678
|
+
"referenceEl"?: HTMLElement | null;
|
|
2896
2679
|
/**
|
|
2897
2680
|
* CSS selector for the element that will show the Modal.
|
|
2898
2681
|
*/
|
|
@@ -2952,7 +2735,7 @@ declare namespace LocalJSX {
|
|
|
2952
2735
|
/**
|
|
2953
2736
|
* Element that will trigger the Popover (takes priority over selector)
|
|
2954
2737
|
*/
|
|
2955
|
-
"referenceEl"?: HTMLElement;
|
|
2738
|
+
"referenceEl"?: HTMLElement | null;
|
|
2956
2739
|
/**
|
|
2957
2740
|
* The CSS-selector for an element that will trigger the Popover
|
|
2958
2741
|
*/
|
|
@@ -2962,6 +2745,44 @@ declare namespace LocalJSX {
|
|
|
2962
2745
|
*/
|
|
2963
2746
|
"show"?: boolean;
|
|
2964
2747
|
}
|
|
2748
|
+
interface TdsPopoverCore {
|
|
2749
|
+
/**
|
|
2750
|
+
* Decides if the popover should hide automatically. Alternatevly it can be hidden externally based on emitted events.
|
|
2751
|
+
*/
|
|
2752
|
+
"autoHide"?: boolean;
|
|
2753
|
+
/**
|
|
2754
|
+
* Array of modifier objects to pass to popper.js. See https://popper.js.org/docs/v2/modifiers/
|
|
2755
|
+
*/
|
|
2756
|
+
"modifiers"?: Object[];
|
|
2757
|
+
/**
|
|
2758
|
+
* Sets the offset distance
|
|
2759
|
+
*/
|
|
2760
|
+
"offsetDistance"?: number;
|
|
2761
|
+
/**
|
|
2762
|
+
* Sets the offset skidding
|
|
2763
|
+
*/
|
|
2764
|
+
"offsetSkidding"?: number;
|
|
2765
|
+
/**
|
|
2766
|
+
* Decides the placement of the Popover Menu
|
|
2767
|
+
*/
|
|
2768
|
+
"placement"?: Placement;
|
|
2769
|
+
/**
|
|
2770
|
+
* Element that will trigger the pop-over (takes priority over selector)
|
|
2771
|
+
*/
|
|
2772
|
+
"referenceEl"?: HTMLElement | null;
|
|
2773
|
+
/**
|
|
2774
|
+
* The CSS-selector for an element that will trigger the pop-over
|
|
2775
|
+
*/
|
|
2776
|
+
"selector"?: string;
|
|
2777
|
+
/**
|
|
2778
|
+
* Decides if the Popover Menu should be visible from the start
|
|
2779
|
+
*/
|
|
2780
|
+
"show"?: boolean;
|
|
2781
|
+
/**
|
|
2782
|
+
* What triggers the popover to show
|
|
2783
|
+
*/
|
|
2784
|
+
"trigger"?: 'click' | 'hover' | 'hover-popover';
|
|
2785
|
+
}
|
|
2965
2786
|
interface TdsPopoverMenu {
|
|
2966
2787
|
/**
|
|
2967
2788
|
* Sets the offset distance
|
|
@@ -2978,7 +2799,7 @@ declare namespace LocalJSX {
|
|
|
2978
2799
|
/**
|
|
2979
2800
|
* Element that will trigger the pop-over (takes priority over selector)
|
|
2980
2801
|
*/
|
|
2981
|
-
"referenceEl"?: HTMLElement;
|
|
2802
|
+
"referenceEl"?: HTMLElement | null;
|
|
2982
2803
|
/**
|
|
2983
2804
|
* The CSS-selector for an element that will trigger the pop-over
|
|
2984
2805
|
*/
|
|
@@ -3274,9 +3095,9 @@ declare namespace LocalJSX {
|
|
|
3274
3095
|
*/
|
|
3275
3096
|
"bodyData"?: any;
|
|
3276
3097
|
/**
|
|
3277
|
-
* Prop for
|
|
3098
|
+
* Prop for no result message when using filtering
|
|
3278
3099
|
*/
|
|
3279
|
-
"
|
|
3100
|
+
"noResultMessage"?: string;
|
|
3280
3101
|
}
|
|
3281
3102
|
interface TdsTableBodyRow {
|
|
3282
3103
|
}
|
|
@@ -3288,13 +3109,13 @@ declare namespace LocalJSX {
|
|
|
3288
3109
|
}
|
|
3289
3110
|
interface TdsTableFooter {
|
|
3290
3111
|
/**
|
|
3291
|
-
*
|
|
3112
|
+
* <b>Client override</b> Used to set the number of columns, use as fallback if the automatic count of columns fail.
|
|
3292
3113
|
*/
|
|
3293
|
-
"
|
|
3114
|
+
"cols"?: number;
|
|
3294
3115
|
/**
|
|
3295
|
-
*
|
|
3116
|
+
* Sets the default page number.
|
|
3296
3117
|
*/
|
|
3297
|
-
"
|
|
3118
|
+
"defaultPage"?: number;
|
|
3298
3119
|
/**
|
|
3299
3120
|
* Event to send current page value to tds-table-body component, can also be listened to in order to implement custom pagination logic.
|
|
3300
3121
|
*/
|
|
@@ -3303,15 +3124,15 @@ declare namespace LocalJSX {
|
|
|
3303
3124
|
paginationValue: number;
|
|
3304
3125
|
}>) => void;
|
|
3305
3126
|
/**
|
|
3306
|
-
*
|
|
3127
|
+
* Sets the number of pages.
|
|
3307
3128
|
*/
|
|
3308
|
-
"
|
|
3129
|
+
"pages"?: number;
|
|
3309
3130
|
/**
|
|
3310
|
-
*
|
|
3131
|
+
* Enable pagination and show pagination controls
|
|
3311
3132
|
*/
|
|
3312
|
-
"
|
|
3133
|
+
"pagination"?: boolean;
|
|
3313
3134
|
/**
|
|
3314
|
-
*
|
|
3135
|
+
* @deprecated Used to set rows per page, this also enabled automatic pagination of the table.
|
|
3315
3136
|
*/
|
|
3316
3137
|
"rowsPerPage"?: number;
|
|
3317
3138
|
}
|
|
@@ -3520,7 +3341,7 @@ declare namespace LocalJSX {
|
|
|
3520
3341
|
/**
|
|
3521
3342
|
* Type of Toast.
|
|
3522
3343
|
*/
|
|
3523
|
-
"
|
|
3344
|
+
"variant"?: 'information' | 'error' | 'warning' | 'success';
|
|
3524
3345
|
}
|
|
3525
3346
|
interface TdsToggle {
|
|
3526
3347
|
/**
|
|
@@ -3571,7 +3392,7 @@ declare namespace LocalJSX {
|
|
|
3571
3392
|
/**
|
|
3572
3393
|
* Element that will trigger the Tooltip (takes priority over selector)
|
|
3573
3394
|
*/
|
|
3574
|
-
"referenceEl"?: HTMLElement;
|
|
3395
|
+
"referenceEl"?: HTMLElement | null;
|
|
3575
3396
|
/**
|
|
3576
3397
|
* The CSS-selector for an element that will trigger the Tooltip
|
|
3577
3398
|
*/
|
|
@@ -3602,10 +3423,7 @@ declare namespace LocalJSX {
|
|
|
3602
3423
|
"tds-datetime": TdsDatetime;
|
|
3603
3424
|
"tds-divider": TdsDivider;
|
|
3604
3425
|
"tds-dropdown": TdsDropdown;
|
|
3605
|
-
"tds-dropdown-filter": TdsDropdownFilter;
|
|
3606
3426
|
"tds-dropdown-option": TdsDropdownOption;
|
|
3607
|
-
"tds-dropdown-option-v2": TdsDropdownOptionV2;
|
|
3608
|
-
"tds-dropdown-v2": TdsDropdownV2;
|
|
3609
3427
|
"tds-folder-tab": TdsFolderTab;
|
|
3610
3428
|
"tds-folder-tabs": TdsFolderTabs;
|
|
3611
3429
|
"tds-footer": TdsFooter;
|
|
@@ -3638,6 +3456,7 @@ declare namespace LocalJSX {
|
|
|
3638
3456
|
"tds-navigation-tab": TdsNavigationTab;
|
|
3639
3457
|
"tds-navigation-tabs": TdsNavigationTabs;
|
|
3640
3458
|
"tds-popover-canvas": TdsPopoverCanvas;
|
|
3459
|
+
"tds-popover-core": TdsPopoverCore;
|
|
3641
3460
|
"tds-popover-menu": TdsPopoverMenu;
|
|
3642
3461
|
"tds-radio-button": TdsRadioButton;
|
|
3643
3462
|
"tds-side-menu": TdsSideMenu;
|
|
@@ -3689,10 +3508,7 @@ declare module "@stencil/core" {
|
|
|
3689
3508
|
"tds-datetime": LocalJSX.TdsDatetime & JSXBase.HTMLAttributes<HTMLTdsDatetimeElement>;
|
|
3690
3509
|
"tds-divider": LocalJSX.TdsDivider & JSXBase.HTMLAttributes<HTMLTdsDividerElement>;
|
|
3691
3510
|
"tds-dropdown": LocalJSX.TdsDropdown & JSXBase.HTMLAttributes<HTMLTdsDropdownElement>;
|
|
3692
|
-
"tds-dropdown-filter": LocalJSX.TdsDropdownFilter & JSXBase.HTMLAttributes<HTMLTdsDropdownFilterElement>;
|
|
3693
3511
|
"tds-dropdown-option": LocalJSX.TdsDropdownOption & JSXBase.HTMLAttributes<HTMLTdsDropdownOptionElement>;
|
|
3694
|
-
"tds-dropdown-option-v2": LocalJSX.TdsDropdownOptionV2 & JSXBase.HTMLAttributes<HTMLTdsDropdownOptionV2Element>;
|
|
3695
|
-
"tds-dropdown-v2": LocalJSX.TdsDropdownV2 & JSXBase.HTMLAttributes<HTMLTdsDropdownV2Element>;
|
|
3696
3512
|
"tds-folder-tab": LocalJSX.TdsFolderTab & JSXBase.HTMLAttributes<HTMLTdsFolderTabElement>;
|
|
3697
3513
|
"tds-folder-tabs": LocalJSX.TdsFolderTabs & JSXBase.HTMLAttributes<HTMLTdsFolderTabsElement>;
|
|
3698
3514
|
"tds-footer": LocalJSX.TdsFooter & JSXBase.HTMLAttributes<HTMLTdsFooterElement>;
|
|
@@ -3725,6 +3541,7 @@ declare module "@stencil/core" {
|
|
|
3725
3541
|
"tds-navigation-tab": LocalJSX.TdsNavigationTab & JSXBase.HTMLAttributes<HTMLTdsNavigationTabElement>;
|
|
3726
3542
|
"tds-navigation-tabs": LocalJSX.TdsNavigationTabs & JSXBase.HTMLAttributes<HTMLTdsNavigationTabsElement>;
|
|
3727
3543
|
"tds-popover-canvas": LocalJSX.TdsPopoverCanvas & JSXBase.HTMLAttributes<HTMLTdsPopoverCanvasElement>;
|
|
3544
|
+
"tds-popover-core": LocalJSX.TdsPopoverCore & JSXBase.HTMLAttributes<HTMLTdsPopoverCoreElement>;
|
|
3728
3545
|
"tds-popover-menu": LocalJSX.TdsPopoverMenu & JSXBase.HTMLAttributes<HTMLTdsPopoverMenuElement>;
|
|
3729
3546
|
"tds-radio-button": LocalJSX.TdsRadioButton & JSXBase.HTMLAttributes<HTMLTdsRadioButtonElement>;
|
|
3730
3547
|
"tds-side-menu": LocalJSX.TdsSideMenu & JSXBase.HTMLAttributes<HTMLTdsSideMenuElement>;
|