@scania/tegel 1.40.0-table-pagination-rowsperpage-reset-bug-beta.0 → 1.40.0-ts-strict-mode-beta.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/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/tds-accordion.cjs.entry.js +2 -2
- package/dist/cjs/tds-block.cjs.entry.js +1 -1
- package/dist/cjs/tds-body-cell.cjs.entry.js +4 -3
- package/dist/cjs/tds-button_2.cjs.entry.js +7 -5
- package/dist/cjs/tds-card.cjs.entry.js +2 -2
- package/dist/cjs/tds-checkbox.cjs.entry.js +6 -3
- package/dist/cjs/tds-core-header-item_2.cjs.entry.js +9 -5
- package/dist/cjs/tds-datetime.cjs.entry.js +8 -5
- package/dist/cjs/tds-dropdown_2.cjs.entry.js +49 -31
- package/dist/cjs/tds-folder-tabs.cjs.entry.js +10 -3
- package/dist/cjs/tds-footer-group.cjs.entry.js +7 -6
- package/dist/cjs/tds-footer-item.cjs.entry.js +7 -3
- package/dist/cjs/tds-footer.cjs.entry.js +2 -2
- package/dist/cjs/tds-header-brand-symbol.cjs.entry.js +2 -2
- package/dist/cjs/tds-header-cell.cjs.entry.js +10 -5
- package/dist/cjs/tds-header-dropdown-list.cjs.entry.js +5 -3
- package/dist/cjs/tds-header-dropdown.cjs.entry.js +7 -5
- package/dist/cjs/tds-header-launcher.cjs.entry.js +8 -4
- package/dist/cjs/tds-header.cjs.entry.js +8 -6
- package/dist/cjs/tds-icon.cjs.entry.js +1 -2
- package/dist/cjs/tds-inline-tabs.cjs.entry.js +10 -3
- package/dist/cjs/tds-message.cjs.entry.js +2 -2
- package/dist/cjs/tds-modal.cjs.entry.js +5 -4
- package/dist/cjs/tds-navigation-tabs.cjs.entry.js +12 -5
- package/dist/cjs/tds-popover-canvas.cjs.entry.js +4 -4
- package/dist/cjs/tds-popover-core.cjs.entry.js +10 -8
- package/dist/cjs/tds-popover-menu.cjs.entry.js +4 -4
- package/dist/cjs/tds-radio-button.cjs.entry.js +4 -1
- package/dist/cjs/tds-side-menu-collapse-button.cjs.entry.js +5 -4
- package/dist/cjs/tds-side-menu-dropdown-list-item.cjs.entry.js +13 -9
- package/dist/cjs/tds-side-menu-dropdown-list.cjs.entry.js +3 -3
- package/dist/cjs/tds-side-menu-dropdown.cjs.entry.js +5 -4
- package/dist/cjs/tds-side-menu-item.cjs.entry.js +15 -9
- package/dist/cjs/tds-side-menu.cjs.entry.js +12 -9
- package/dist/cjs/tds-slider.cjs.entry.js +26 -16
- package/dist/cjs/tds-step.cjs.entry.js +3 -1
- package/dist/cjs/tds-table-body-input-wrapper.cjs.entry.js +1 -1
- package/dist/cjs/tds-table-body-row-expandable.cjs.entry.js +17 -10
- package/dist/cjs/tds-table-body-row.cjs.entry.js +8 -5
- package/dist/cjs/tds-table-body.cjs.entry.js +9 -5
- package/dist/cjs/tds-table-footer.cjs.entry.js +17 -26
- package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +1 -1
- package/dist/cjs/tds-table-header.cjs.entry.js +24 -18
- package/dist/cjs/tds-table-toolbar.cjs.entry.js +6 -4
- package/dist/cjs/tds-table.cjs.entry.js +14 -12
- package/dist/cjs/tds-text-field.cjs.entry.js +7 -6
- package/dist/cjs/tds-textarea.cjs.entry.js +5 -4
- package/dist/cjs/tds-toggle.cjs.entry.js +5 -4
- package/dist/cjs/tds-tooltip.cjs.entry.js +6 -10
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/collection/components/accordion/accordion.js +4 -4
- package/dist/collection/components/block/block.js +3 -3
- package/dist/collection/components/button/button.js +9 -7
- package/dist/collection/components/card/card.js +4 -4
- package/dist/collection/components/checkbox/checkbox.js +7 -4
- package/dist/collection/components/chip/chip.js +1 -1
- package/dist/collection/components/datetime/datetime.js +10 -7
- package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +9 -6
- package/dist/collection/components/dropdown/dropdown.js +44 -31
- package/dist/collection/components/footer/footer-group/footer-group.css +1 -4
- package/dist/collection/components/footer/footer-group/footer-group.js +6 -5
- package/dist/collection/components/footer/footer-item/footer-item.css +3 -3
- package/dist/collection/components/footer/footer-item/footer-item.js +6 -2
- package/dist/collection/components/footer/footer.js +4 -4
- package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.js +2 -2
- package/dist/collection/components/header/header-dropdown/header-dropdown.js +7 -5
- package/dist/collection/components/header/header-dropdown-list/header-dropdown-list.js +5 -3
- package/dist/collection/components/header/header-item/header-item.js +9 -5
- package/dist/collection/components/header/header-launcher/header-launcher.js +8 -4
- package/dist/collection/components/header/header.js +8 -6
- package/dist/collection/components/icon/icon.js +3 -4
- package/dist/collection/components/message/message.js +4 -4
- package/dist/collection/components/modal/modal.js +8 -7
- package/dist/collection/components/popover-canvas/popover-canvas.js +9 -9
- package/dist/collection/components/popover-core/popover-core.js +20 -23
- package/dist/collection/components/popover-menu/popover-menu.js +9 -9
- package/dist/collection/components/radio-button/radio-button.js +4 -1
- package/dist/collection/components/side-menu/side-menu-collapse-button/side-menu-collapse-button.js +5 -4
- package/dist/collection/components/side-menu/side-menu-dropdown/side-menu-dropdown.js +5 -4
- package/dist/collection/components/side-menu/side-menu-dropdown-list/side-menu-dropdown-list.js +3 -3
- package/dist/collection/components/side-menu/side-menu-dropdown-list-item/side-menu-dropdown-list-item.js +13 -9
- package/dist/collection/components/side-menu/side-menu-item/side-menu-item.js +15 -9
- package/dist/collection/components/side-menu/side-menu.js +12 -9
- package/dist/collection/components/slider/slider.js +26 -16
- package/dist/collection/components/stepper/step/step.js +3 -1
- package/dist/collection/components/table/table/table.js +36 -18
- package/dist/collection/components/table/table-body/table-body.js +9 -5
- package/dist/collection/components/table/table-body-cell/table-body-cell.js +7 -6
- package/dist/collection/components/table/table-body-input-wrapper/table-body-input-wrapper.js +1 -1
- package/dist/collection/components/table/table-body-row/table-body-row.js +13 -10
- package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +23 -16
- package/dist/collection/components/table/table-footer/table-footer.js +22 -34
- package/dist/collection/components/table/table-header/table-header.js +27 -21
- package/dist/collection/components/table/table-header-cell/table-header-cell.js +22 -17
- package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.js +1 -1
- package/dist/collection/components/table/table-toolbar/table-toolbar.js +8 -6
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +12 -5
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +10 -3
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +12 -5
- package/dist/collection/components/text-field/text-field.js +9 -8
- package/dist/collection/components/textarea/textarea.js +7 -6
- package/dist/collection/components/toggle/toggle.js +5 -4
- package/dist/collection/components/tooltip/tooltip.js +9 -13
- package/dist/collection/utils/appendHiddenInput.js +6 -4
- package/dist/components/{p-d10d21bd.js → p-0d286c19.js} +2 -2
- package/dist/components/{p-63552d0e.js → p-415fafb3.js} +5 -5
- package/dist/components/{p-3308d5fa.js → p-6fd2b339.js} +10 -8
- package/dist/components/{p-c62b61fe.js → p-799470b1.js} +7 -5
- package/dist/components/{p-2a2d66fe.js → p-7e02ea3e.js} +41 -26
- package/dist/components/{p-6ef207b2.js → p-98d082f9.js} +11 -8
- package/dist/components/{p-3a7e4d0d.js → p-a64cbc40.js} +10 -9
- package/dist/components/{p-04a014cf.js → p-ad376f70.js} +7 -11
- package/dist/components/{p-9336db16.js → p-da11a695.js} +5 -3
- package/dist/components/{p-1dafdc8c.js → p-e0ccf8e6.js} +15 -9
- package/dist/components/{p-44f5b5e1.js → p-e627f11b.js} +6 -3
- package/dist/components/{p-7c3348eb.js → p-ead6727f.js} +9 -5
- package/dist/components/{p-f7d94947.js → p-edc838a0.js} +1 -2
- package/dist/components/tds-accordion-item.js +1 -1
- package/dist/components/tds-accordion.js +2 -2
- package/dist/components/tds-banner.js +1 -1
- package/dist/components/tds-block.js +1 -1
- package/dist/components/tds-body-cell.js +5 -4
- package/dist/components/tds-button.js +1 -1
- package/dist/components/tds-card.js +4 -4
- package/dist/components/tds-checkbox.js +1 -1
- package/dist/components/tds-datetime.js +9 -6
- package/dist/components/tds-dropdown-option.js +1 -1
- package/dist/components/tds-dropdown.js +1 -1
- package/dist/components/tds-folder-tabs.js +11 -4
- package/dist/components/tds-footer-group.js +8 -7
- package/dist/components/tds-footer-item.js +7 -3
- package/dist/components/tds-footer.js +2 -2
- package/dist/components/tds-header-brand-symbol.js +3 -3
- package/dist/components/tds-header-cell.js +11 -6
- package/dist/components/tds-header-dropdown-list.js +1 -1
- package/dist/components/tds-header-dropdown.js +11 -9
- package/dist/components/tds-header-hamburger.js +2 -2
- package/dist/components/tds-header-item.js +1 -1
- package/dist/components/tds-header-launcher-button.js +1 -1
- package/dist/components/tds-header-launcher-list.js +1 -1
- package/dist/components/tds-header-launcher.js +13 -9
- package/dist/components/tds-header.js +8 -6
- package/dist/components/tds-icon.js +1 -1
- package/dist/components/tds-inline-tabs.js +11 -4
- package/dist/components/tds-message.js +3 -3
- package/dist/components/tds-modal.js +6 -5
- package/dist/components/tds-navigation-tabs.js +13 -6
- package/dist/components/tds-popover-canvas.js +1 -1
- package/dist/components/tds-popover-core.js +1 -1
- package/dist/components/tds-popover-menu.js +5 -5
- package/dist/components/tds-radio-button.js +4 -1
- package/dist/components/tds-side-menu-close-button.js +1 -1
- package/dist/components/tds-side-menu-collapse-button.js +6 -5
- package/dist/components/tds-side-menu-dropdown-list-item.js +13 -9
- package/dist/components/tds-side-menu-dropdown-list.js +3 -3
- package/dist/components/tds-side-menu-dropdown.js +7 -6
- package/dist/components/tds-side-menu-item.js +1 -1
- package/dist/components/tds-side-menu.js +12 -9
- package/dist/components/tds-slider.js +30 -20
- package/dist/components/tds-step.js +4 -2
- package/dist/components/tds-table-body-input-wrapper.js +2 -2
- package/dist/components/tds-table-body-row-expandable.js +17 -10
- package/dist/components/tds-table-body-row.js +9 -6
- package/dist/components/tds-table-body.js +9 -5
- package/dist/components/tds-table-footer.js +22 -33
- package/dist/components/tds-table-header-input-wrapper.js +2 -2
- package/dist/components/tds-table-header.js +25 -19
- package/dist/components/tds-table-toolbar.js +7 -5
- package/dist/components/tds-table.js +14 -12
- package/dist/components/tds-text-field.js +1 -1
- package/dist/components/tds-textarea.js +8 -7
- package/dist/components/tds-toast.js +1 -1
- package/dist/components/tds-toggle.js +5 -4
- package/dist/components/tds-tooltip.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tds-accordion.entry.js +2 -2
- package/dist/esm/tds-block.entry.js +1 -1
- package/dist/esm/tds-body-cell.entry.js +4 -3
- package/dist/esm/tds-button_2.entry.js +7 -5
- package/dist/esm/tds-card.entry.js +2 -2
- package/dist/esm/tds-checkbox.entry.js +6 -3
- package/dist/esm/tds-core-header-item_2.entry.js +9 -5
- package/dist/esm/tds-datetime.entry.js +8 -5
- package/dist/esm/tds-dropdown_2.entry.js +49 -31
- package/dist/esm/tds-folder-tabs.entry.js +10 -3
- package/dist/esm/tds-footer-group.entry.js +7 -6
- package/dist/esm/tds-footer-item.entry.js +7 -3
- package/dist/esm/tds-footer.entry.js +2 -2
- package/dist/esm/tds-header-brand-symbol.entry.js +2 -2
- package/dist/esm/tds-header-cell.entry.js +10 -5
- package/dist/esm/tds-header-dropdown-list.entry.js +5 -3
- package/dist/esm/tds-header-dropdown.entry.js +7 -5
- package/dist/esm/tds-header-launcher.entry.js +8 -4
- package/dist/esm/tds-header.entry.js +8 -6
- package/dist/esm/tds-icon.entry.js +1 -2
- package/dist/esm/tds-inline-tabs.entry.js +10 -3
- package/dist/esm/tds-message.entry.js +2 -2
- package/dist/esm/tds-modal.entry.js +5 -4
- package/dist/esm/tds-navigation-tabs.entry.js +12 -5
- package/dist/esm/tds-popover-canvas.entry.js +4 -4
- package/dist/esm/tds-popover-core.entry.js +10 -8
- package/dist/esm/tds-popover-menu.entry.js +4 -4
- package/dist/esm/tds-radio-button.entry.js +4 -1
- package/dist/esm/tds-side-menu-collapse-button.entry.js +5 -4
- package/dist/esm/tds-side-menu-dropdown-list-item.entry.js +13 -9
- package/dist/esm/tds-side-menu-dropdown-list.entry.js +3 -3
- package/dist/esm/tds-side-menu-dropdown.entry.js +5 -4
- package/dist/esm/tds-side-menu-item.entry.js +15 -9
- package/dist/esm/tds-side-menu.entry.js +12 -9
- package/dist/esm/tds-slider.entry.js +26 -16
- package/dist/esm/tds-step.entry.js +3 -1
- package/dist/esm/tds-table-body-input-wrapper.entry.js +1 -1
- package/dist/esm/tds-table-body-row-expandable.entry.js +17 -10
- package/dist/esm/tds-table-body-row.entry.js +8 -5
- package/dist/esm/tds-table-body.entry.js +9 -5
- package/dist/esm/tds-table-footer.entry.js +17 -26
- package/dist/esm/tds-table-header-input-wrapper.entry.js +1 -1
- package/dist/esm/tds-table-header.entry.js +24 -18
- package/dist/esm/tds-table-toolbar.entry.js +6 -4
- package/dist/esm/tds-table.entry.js +14 -12
- package/dist/esm/tds-text-field.entry.js +7 -6
- package/dist/esm/tds-textarea.entry.js +5 -4
- package/dist/esm/tds-toggle.entry.js +5 -4
- package/dist/esm/tds-tooltip.entry.js +6 -10
- package/dist/esm/tegel.js +1 -1
- package/dist/tegel/p-08c16b2f.entry.js +1 -0
- package/dist/tegel/p-0b37e91a.entry.js +1 -0
- package/dist/tegel/p-1e1a87c1.entry.js +1 -0
- package/dist/tegel/p-2268af7f.entry.js +1 -0
- package/dist/tegel/p-252a7d3f.entry.js +1 -0
- package/dist/tegel/p-25473962.entry.js +1 -0
- package/dist/tegel/{p-650b98bf.entry.js → p-27369d6a.entry.js} +1 -1
- package/dist/tegel/p-27d39882.entry.js +1 -0
- package/dist/tegel/p-3ef04672.entry.js +1 -0
- package/dist/tegel/p-40d99d7d.entry.js +1 -0
- package/dist/tegel/{p-28f85555.entry.js → p-40fa0f5b.entry.js} +1 -1
- package/dist/tegel/p-48a3e489.entry.js +1 -0
- package/dist/tegel/p-4e15f31d.entry.js +1 -0
- package/dist/tegel/p-57c08d0d.entry.js +1 -0
- package/dist/tegel/p-58ac68f3.entry.js +1 -0
- package/dist/tegel/p-6a472310.entry.js +1 -0
- package/dist/tegel/p-7104b955.entry.js +1 -0
- package/dist/tegel/p-781b2939.entry.js +1 -0
- package/dist/tegel/p-894e7e11.entry.js +1 -0
- package/dist/tegel/p-942f8c6f.entry.js +1 -0
- package/dist/tegel/p-98eff725.entry.js +1 -0
- package/dist/tegel/p-9b06bd5f.entry.js +1 -0
- package/dist/tegel/p-9c56b031.entry.js +1 -0
- package/dist/tegel/p-a20a54ef.entry.js +1 -0
- package/dist/tegel/p-a2b2092a.entry.js +1 -0
- package/dist/tegel/p-a334b517.entry.js +1 -0
- package/dist/tegel/p-a4e4c450.entry.js +1 -0
- package/dist/tegel/p-a60ed3de.entry.js +1 -0
- package/dist/tegel/p-a6dca188.entry.js +1 -0
- package/dist/tegel/{p-464469fe.entry.js → p-a912035b.entry.js} +1 -1
- package/dist/tegel/p-b218db70.entry.js +1 -0
- package/dist/tegel/p-b3b13975.entry.js +1 -0
- package/dist/tegel/{p-987f8f0f.entry.js → p-b9afb39e.entry.js} +1 -1
- package/dist/tegel/p-bb8c2a36.entry.js +1 -0
- package/dist/tegel/p-bee9e9d1.entry.js +1 -0
- package/dist/tegel/{p-f31f56fe.entry.js → p-c5694dd6.entry.js} +1 -1
- package/dist/tegel/{p-57a28f62.entry.js → p-ca068263.entry.js} +1 -1
- package/dist/tegel/p-d501a665.entry.js +1 -0
- package/dist/tegel/{p-f2318c88.entry.js → p-da38aa9a.entry.js} +1 -1
- package/dist/tegel/p-dda1ac69.entry.js +1 -0
- package/dist/tegel/{p-55f9c79a.entry.js → p-e0dc09f9.entry.js} +1 -1
- package/dist/tegel/p-e29fa563.entry.js +1 -0
- package/dist/tegel/p-ed66ef30.entry.js +1 -0
- package/dist/tegel/p-f5ca4fbf.entry.js +1 -0
- package/dist/tegel/p-f602b3a1.entry.js +1 -0
- package/dist/tegel/p-f922308f.entry.js +1 -0
- package/dist/tegel/p-fb300776.entry.js +1 -0
- package/dist/tegel/p-fd22d1ca.entry.js +1 -0
- package/dist/tegel/{p-c6968db1.entry.js → p-fe4335ca.entry.js} +1 -1
- package/dist/tegel/tegel.css +1 -1
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/accordion/accordion.d.ts +1 -1
- package/dist/types/components/block/block.d.ts +1 -1
- package/dist/types/components/button/button.d.ts +1 -1
- package/dist/types/components/card/card.d.ts +1 -1
- package/dist/types/components/datetime/datetime.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown.d.ts +5 -5
- package/dist/types/components/footer/footer.d.ts +1 -1
- package/dist/types/components/icon/icon.d.ts +1 -1
- package/dist/types/components/message/message.d.ts +1 -1
- package/dist/types/components/modal/modal.d.ts +1 -1
- package/dist/types/components/popover-canvas/popover-canvas.d.ts +2 -2
- package/dist/types/components/popover-core/popover-core.d.ts +4 -4
- package/dist/types/components/popover-menu/popover-menu.d.ts +2 -2
- package/dist/types/components/slider/slider-stories-setup.d.ts +1 -1
- package/dist/types/components/table/table/table.d.ts +6 -3
- package/dist/types/components/table/table-body/table-body.d.ts +3 -3
- package/dist/types/components/table/table-body-cell/table-body-cell.d.ts +8 -5
- package/dist/types/components/table/table-body-input-wrapper/table-body-input-wrapper.d.ts +1 -1
- package/dist/types/components/table/table-body-row/table-body-row.d.ts +5 -5
- package/dist/types/components/table/table-body-row-expandable/table-body-row-expandable.d.ts +7 -7
- package/dist/types/components/table/table-footer/table-footer.d.ts +4 -5
- package/dist/types/components/table/table-header/table-header.d.ts +5 -5
- package/dist/types/components/table/table-header-cell/table-header-cell.d.ts +8 -8
- package/dist/types/components/table/table-header-input-wrapper/table-header-input-wrapper.d.ts +1 -1
- package/dist/types/components/table/table-toolbar/table-toolbar.d.ts +4 -4
- package/dist/types/components/tabs/folder-tabs/folder-tabs.d.ts +1 -1
- package/dist/types/components/text-field/text-field.d.ts +1 -1
- package/dist/types/components/textarea/textarea.d.ts +2 -2
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/components.d.ts +81 -81
- package/dist/types/types/Attributes.d.ts +1 -1
- package/dist/types/utils/findNextFocusableElement.d.ts +1 -1
- package/dist/types/utils/findPreviousFocusableElement.d.ts +1 -1
- package/dist/types/utils/getNextNestedChildOfSiblingsMatching.d.ts +1 -1
- package/dist/types/utils/getPreviousNestedChildOfSiblingsMatching.d.ts +1 -1
- package/package.json +1 -1
- package/dist/tegel/p-08ad6a21.entry.js +0 -1
- package/dist/tegel/p-08f63e5d.entry.js +0 -1
- package/dist/tegel/p-09cd056c.entry.js +0 -1
- package/dist/tegel/p-0c9a51d9.entry.js +0 -1
- package/dist/tegel/p-0cfe8671.entry.js +0 -1
- package/dist/tegel/p-0e772ad7.entry.js +0 -1
- package/dist/tegel/p-17bc1e49.entry.js +0 -1
- package/dist/tegel/p-1859156f.entry.js +0 -1
- package/dist/tegel/p-1f4267a8.entry.js +0 -1
- package/dist/tegel/p-24a76927.entry.js +0 -1
- package/dist/tegel/p-3450dd6c.entry.js +0 -1
- package/dist/tegel/p-3462a7cc.entry.js +0 -1
- package/dist/tegel/p-354d3986.entry.js +0 -1
- package/dist/tegel/p-3c97cb45.entry.js +0 -1
- package/dist/tegel/p-3e6d65ee.entry.js +0 -1
- package/dist/tegel/p-445fa788.entry.js +0 -1
- package/dist/tegel/p-51a17707.entry.js +0 -1
- package/dist/tegel/p-52689019.entry.js +0 -1
- package/dist/tegel/p-6b340718.entry.js +0 -1
- package/dist/tegel/p-72006dd7.entry.js +0 -1
- package/dist/tegel/p-743d4f07.entry.js +0 -1
- package/dist/tegel/p-77cfb0ef.entry.js +0 -1
- package/dist/tegel/p-7887bdbb.entry.js +0 -1
- package/dist/tegel/p-7b598e60.entry.js +0 -1
- package/dist/tegel/p-7ef50e7f.entry.js +0 -1
- package/dist/tegel/p-8c2695af.entry.js +0 -1
- package/dist/tegel/p-9f187848.entry.js +0 -1
- package/dist/tegel/p-9fdc8fa5.entry.js +0 -1
- package/dist/tegel/p-a090bd2f.entry.js +0 -1
- package/dist/tegel/p-a472f649.entry.js +0 -1
- package/dist/tegel/p-a4cbb541.entry.js +0 -1
- package/dist/tegel/p-a56436c8.entry.js +0 -1
- package/dist/tegel/p-a8abc8d9.entry.js +0 -1
- package/dist/tegel/p-b210d23c.entry.js +0 -1
- package/dist/tegel/p-c0cbc9f5.entry.js +0 -1
- package/dist/tegel/p-cf717912.entry.js +0 -1
- package/dist/tegel/p-d1d45942.entry.js +0 -1
- package/dist/tegel/p-d7cdbc4e.entry.js +0 -1
- package/dist/tegel/p-f3c32d4d.entry.js +0 -1
- package/dist/tegel/p-fd15ced7.entry.js +0 -1
|
@@ -50,13 +50,15 @@ const appendHiddenInput = (element, name, value, disabled, additionalAttributes)
|
|
|
50
50
|
input = element.ownerDocument.createElement('input');
|
|
51
51
|
input.type = 'hidden';
|
|
52
52
|
if (additionalAttributes) {
|
|
53
|
-
additionalAttributes.forEach((attr) => input.setAttribute(attr.key, attr.value));
|
|
53
|
+
additionalAttributes.forEach((attr) => input === null || input === void 0 ? void 0 : input.setAttribute(attr.key, attr.value));
|
|
54
54
|
}
|
|
55
55
|
element.appendChild(input);
|
|
56
56
|
}
|
|
57
|
-
input
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
if (input) {
|
|
58
|
+
input.disabled = disabled;
|
|
59
|
+
input.name = name;
|
|
60
|
+
input.value = value || '';
|
|
61
|
+
}
|
|
60
62
|
};
|
|
61
63
|
|
|
62
64
|
/**
|
|
@@ -119,7 +121,7 @@ const TdsDropdown = class {
|
|
|
119
121
|
};
|
|
120
122
|
this.getSelectedChildrenLabels = () => {
|
|
121
123
|
var _a;
|
|
122
|
-
return (_a = this.getSelectedChildren()) === null || _a === void 0 ? void 0 : _a.map((element) => element.textContent.trim());
|
|
124
|
+
return (_a = this.getSelectedChildren()) === null || _a === void 0 ? void 0 : _a.map((element) => { var _a; return (_a = element.textContent) === null || _a === void 0 ? void 0 : _a.trim(); });
|
|
123
125
|
};
|
|
124
126
|
this.getValue = () => {
|
|
125
127
|
const labels = this.getSelectedChildrenLabels();
|
|
@@ -150,6 +152,7 @@ const TdsDropdown = class {
|
|
|
150
152
|
return this.openDirection;
|
|
151
153
|
};
|
|
152
154
|
this.handleToggleOpen = () => {
|
|
155
|
+
var _a;
|
|
153
156
|
if (!this.disabled) {
|
|
154
157
|
this.open = !this.open;
|
|
155
158
|
if (this.open) {
|
|
@@ -157,7 +160,7 @@ const TdsDropdown = class {
|
|
|
157
160
|
this.focusInputElement();
|
|
158
161
|
}
|
|
159
162
|
else {
|
|
160
|
-
const button = this.host.shadowRoot.querySelector('button');
|
|
163
|
+
const button = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('button');
|
|
161
164
|
if (button) {
|
|
162
165
|
button.focus();
|
|
163
166
|
}
|
|
@@ -185,7 +188,8 @@ const TdsDropdown = class {
|
|
|
185
188
|
}
|
|
186
189
|
else {
|
|
187
190
|
this.filterResult = children.filter((element) => {
|
|
188
|
-
|
|
191
|
+
var _a;
|
|
192
|
+
if (!this.normalizeString((_a = element === null || element === void 0 ? void 0 : element.textContent) !== null && _a !== void 0 ? _a : '')
|
|
189
193
|
.toLowerCase()
|
|
190
194
|
.includes(this.normalizeString(query).toLowerCase())) {
|
|
191
195
|
element.setAttribute('hidden', '');
|
|
@@ -374,10 +378,13 @@ const TdsDropdown = class {
|
|
|
374
378
|
normalizedValue = [convertToString(value)];
|
|
375
379
|
}
|
|
376
380
|
this.updateDropdownStateFromUser(normalizedValue);
|
|
377
|
-
return this.getSelectedChildren().map((element) =>
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
+
return this.getSelectedChildren().map((element) => {
|
|
382
|
+
var _a;
|
|
383
|
+
return ({
|
|
384
|
+
value: element.value,
|
|
385
|
+
label: (_a = element.textContent) === null || _a === void 0 ? void 0 : _a.trim(),
|
|
386
|
+
});
|
|
387
|
+
});
|
|
381
388
|
}
|
|
382
389
|
async reset() {
|
|
383
390
|
this.updateDropdownStateFromUser([]);
|
|
@@ -388,13 +395,14 @@ const TdsDropdown = class {
|
|
|
388
395
|
}
|
|
389
396
|
/** Method that forces focus on the input element. */
|
|
390
397
|
async focusElement() {
|
|
398
|
+
var _a;
|
|
391
399
|
if (this.filter) {
|
|
392
400
|
// For filter mode, focus the input element
|
|
393
401
|
this.focusInputElement();
|
|
394
402
|
}
|
|
395
403
|
else {
|
|
396
404
|
// For non-filter mode, focus the button element
|
|
397
|
-
const button = this.host.shadowRoot.querySelector('button');
|
|
405
|
+
const button = (_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('button');
|
|
398
406
|
if (button) {
|
|
399
407
|
button.focus();
|
|
400
408
|
}
|
|
@@ -442,7 +450,7 @@ const TdsDropdown = class {
|
|
|
442
450
|
}
|
|
443
451
|
}
|
|
444
452
|
async onKeyDown(event) {
|
|
445
|
-
var _a;
|
|
453
|
+
var _a, _b;
|
|
446
454
|
// Get the active element
|
|
447
455
|
const { activeElement } = document;
|
|
448
456
|
if (!activeElement) {
|
|
@@ -455,8 +463,11 @@ const TdsDropdown = class {
|
|
|
455
463
|
const startingIndex = activeElement.nextElementSibling
|
|
456
464
|
? children.findIndex((element) => element === activeElement.nextElementSibling)
|
|
457
465
|
: 0;
|
|
458
|
-
|
|
459
|
-
|
|
466
|
+
if (children.length > 0) {
|
|
467
|
+
const elementIndex = findNextFocusableElement(children, startingIndex);
|
|
468
|
+
const target = typeof elementIndex === 'number' ? children[elementIndex] : children[0];
|
|
469
|
+
target === null || target === void 0 ? void 0 : target.focus();
|
|
470
|
+
}
|
|
460
471
|
}
|
|
461
472
|
else if (event.key === 'ArrowUp') {
|
|
462
473
|
/* Get the index of the current focus index, if there is no
|
|
@@ -464,8 +475,11 @@ const TdsDropdown = class {
|
|
|
464
475
|
const startingIndex = activeElement.nextElementSibling
|
|
465
476
|
? this.getChildren().findIndex((element) => element === activeElement.previousElementSibling)
|
|
466
477
|
: 0;
|
|
467
|
-
|
|
468
|
-
|
|
478
|
+
if (children.length > 0) {
|
|
479
|
+
const elementIndex = findPreviousFocusableElement(children, startingIndex);
|
|
480
|
+
const target = typeof elementIndex === 'number' ? children[elementIndex] : children[children.length - 1];
|
|
481
|
+
target === null || target === void 0 ? void 0 : target.focus();
|
|
482
|
+
}
|
|
469
483
|
}
|
|
470
484
|
else if (event.key === 'Escape') {
|
|
471
485
|
this.open = false;
|
|
@@ -474,7 +488,7 @@ const TdsDropdown = class {
|
|
|
474
488
|
(_a = this.inputElement) === null || _a === void 0 ? void 0 : _a.focus();
|
|
475
489
|
}
|
|
476
490
|
else {
|
|
477
|
-
const button = this.host.shadowRoot.querySelector('button');
|
|
491
|
+
const button = (_b = this.host.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('button');
|
|
478
492
|
button === null || button === void 0 ? void 0 : button.focus();
|
|
479
493
|
}
|
|
480
494
|
}
|
|
@@ -560,9 +574,9 @@ const TdsDropdown = class {
|
|
|
560
574
|
// Generate unique IDs for associating labels and helpers with the input/button
|
|
561
575
|
const labelId = this.label ? `dropdown-label-${this.name || generateUniqueId()}` : undefined;
|
|
562
576
|
const helperId = this.helper ? `dropdown-helper-${this.name || generateUniqueId()}` : undefined;
|
|
563
|
-
return (h(Host, { key: '
|
|
577
|
+
return (h(Host, { key: '20b2b8e16e86f66e735870c142caae96094e8a67', class: {
|
|
564
578
|
[`tds-mode-variant-${this.modeVariant}`]: Boolean(this.modeVariant),
|
|
565
|
-
} }, this.label && this.labelPosition === 'outside' && (h("div", { key: '
|
|
579
|
+
} }, this.label && this.labelPosition === 'outside' && (h("div", { key: '151a7528da2411eb549ba55b00234609524d21ef', id: labelId, class: `label-outside ${this.disabled ? 'disabled' : ''}` }, this.label)), h("div", { key: 'b74809f85659d8b59fda7e26cc6ce7d25c1683c9', class: {
|
|
566
580
|
'dropdown-select': true,
|
|
567
581
|
[this.size]: true,
|
|
568
582
|
'disabled': this.disabled,
|
|
@@ -606,22 +620,23 @@ const TdsDropdown = class {
|
|
|
606
620
|
label-inside-as-placeholder
|
|
607
621
|
${this.size}
|
|
608
622
|
${this.selectedOptions.length ? 'selected' : ''}
|
|
609
|
-
` }, this.label)), h("div", { class: `placeholder ${this.size}` }, this.selectedOptions.length ? this.getValue() : this.placeholder), h("tds-icon", { "aria-label": "Open/Close dropdown", svgTitle: "Open/Close dropdown", class: `menu-icon ${this.open ? 'open' : 'closed'}`, name: "chevron_down", size: "16px" }))))), h("div", { key: '
|
|
610
|
-
|
|
623
|
+
` }, this.label)), h("div", { class: `placeholder ${this.size}` }, this.selectedOptions.length ? this.getValue() : this.placeholder), h("tds-icon", { "aria-label": "Open/Close dropdown", svgTitle: "Open/Close dropdown", class: `menu-icon ${this.open ? 'open' : 'closed'}`, name: "chevron_down", size: "16px" }))))), h("div", { key: '47278e9797420ea5f5c9c5ea4ef327386b087b53', role: "listbox", "aria-label": this.tdsAriaLabel, inert: !this.open, "aria-orientation": "vertical", "aria-multiselectable": this.multiselect, ref: (element) => {
|
|
624
|
+
if (element)
|
|
625
|
+
this.dropdownList = element;
|
|
611
626
|
}, class: {
|
|
612
627
|
'dropdown-list': true,
|
|
613
628
|
[this.size]: true,
|
|
614
629
|
[this.getOpenDirection()]: true,
|
|
615
|
-
'label-outside': this.label && this.labelPosition === 'outside',
|
|
630
|
+
'label-outside': !!(this.label && this.labelPosition === 'outside'),
|
|
616
631
|
'open': this.open,
|
|
617
632
|
'closed': !this.open,
|
|
618
633
|
[`animation-enter-${this.animation}`]: this.animation !== 'none' && this.open,
|
|
619
634
|
[`animation-exit-${this.animation}`]: this.animation !== 'none' && !this.open,
|
|
620
|
-
} }, h("slot", { key: '
|
|
635
|
+
} }, h("slot", { key: 'b50453420be7803742bde1a3bc5ac3274bf61478', onSlotchange: () => this.handleSlotChange() }), this.filterResult === 0 && this.noResultText !== '' && (h("div", { key: '979d8b7224f9d845a3aa6364f913fdf22bf5ddf9', class: `no-result ${this.size}` }, this.noResultText))), this.helper && (h("div", { key: 'a471701f913ef80a5d7d0875e270c32ebaf236c8', id: helperId, class: {
|
|
621
636
|
helper: true,
|
|
622
637
|
error: this.error,
|
|
623
638
|
disabled: this.disabled,
|
|
624
|
-
} }, this.error && h("tds-icon", { key: '
|
|
639
|
+
} }, this.error && h("tds-icon", { key: '294692745fec61636576c1f8256050abf1f57913', name: "error", size: "16px" }), this.helper))));
|
|
625
640
|
}
|
|
626
641
|
get host() { return getElement(this); }
|
|
627
642
|
static get watchers() { return {
|
|
@@ -661,10 +676,11 @@ const TdsDropdownOption = class {
|
|
|
661
676
|
this.label = ((_c = this.host.textContent) === null || _c === void 0 ? void 0 : _c.trim()) || '';
|
|
662
677
|
};
|
|
663
678
|
this.handleSingleSelect = () => {
|
|
679
|
+
var _a, _b;
|
|
664
680
|
if (!this.disabled) {
|
|
665
681
|
this.selected = true;
|
|
666
|
-
this.parentElement.appendValue(this.internalValue);
|
|
667
|
-
this.parentElement.close();
|
|
682
|
+
(_a = this.parentElement) === null || _a === void 0 ? void 0 : _a.appendValue(this.internalValue);
|
|
683
|
+
(_b = this.parentElement) === null || _b === void 0 ? void 0 : _b.close();
|
|
668
684
|
this.tdsSelect.emit({
|
|
669
685
|
value: this.internalValue,
|
|
670
686
|
selected: this.selected,
|
|
@@ -672,9 +688,10 @@ const TdsDropdownOption = class {
|
|
|
672
688
|
}
|
|
673
689
|
};
|
|
674
690
|
this.handleMultiselect = (event) => {
|
|
691
|
+
var _a, _b;
|
|
675
692
|
if (!this.disabled) {
|
|
676
693
|
if (event.detail.checked) {
|
|
677
|
-
this.parentElement.appendValue(this.internalValue);
|
|
694
|
+
(_a = this.parentElement) === null || _a === void 0 ? void 0 : _a.appendValue(this.internalValue);
|
|
678
695
|
this.selected = true;
|
|
679
696
|
this.tdsSelect.emit({
|
|
680
697
|
value: this.internalValue,
|
|
@@ -682,7 +699,7 @@ const TdsDropdownOption = class {
|
|
|
682
699
|
});
|
|
683
700
|
}
|
|
684
701
|
else {
|
|
685
|
-
this.parentElement.removeValue(this.internalValue);
|
|
702
|
+
(_b = this.parentElement) === null || _b === void 0 ? void 0 : _b.removeValue(this.internalValue);
|
|
686
703
|
this.selected = false;
|
|
687
704
|
this.tdsSelect.emit({
|
|
688
705
|
value: this.internalValue,
|
|
@@ -725,13 +742,14 @@ const TdsDropdownOption = class {
|
|
|
725
742
|
this.internalValue = convertToString(this.value);
|
|
726
743
|
}
|
|
727
744
|
render() {
|
|
728
|
-
return (h(Host, { key: '
|
|
745
|
+
return (h(Host, { key: 'c073be0f228d93964e103da392ef7609878f9d0c' }, h("div", { key: 'bb4349fa2c32884bfafc80cd3c58a0e9fe738e53', class: `dropdown-option
|
|
729
746
|
${this.size}
|
|
730
747
|
${this.selected ? 'selected' : ''}
|
|
731
748
|
${this.disabled ? 'disabled' : ''}
|
|
732
749
|
` }, this.multiselect ? (h("div", { class: "multiselect", onKeyDown: (event) => {
|
|
750
|
+
var _a;
|
|
733
751
|
if (event.key === 'Escape') {
|
|
734
|
-
this.parentElement.close();
|
|
752
|
+
(_a = this.parentElement) === null || _a === void 0 ? void 0 : _a.close();
|
|
735
753
|
}
|
|
736
754
|
} }, h("tds-checkbox", { onTdsChange: (event) => {
|
|
737
755
|
this.handleMultiselect(event);
|
|
@@ -29,7 +29,8 @@ const TdsFolderTabs = class {
|
|
|
29
29
|
this.updateScrollButtons();
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
|
-
|
|
32
|
+
if (this.navWrapperElement)
|
|
33
|
+
resizeObserver.observe(this.navWrapperElement);
|
|
33
34
|
};
|
|
34
35
|
this.addEventListenerToTabs = () => {
|
|
35
36
|
this.children = Array.from(this.host.children);
|
|
@@ -98,16 +99,22 @@ const TdsFolderTabs = class {
|
|
|
98
99
|
this.children[this.selectedIndex].setSelected(true);
|
|
99
100
|
}
|
|
100
101
|
scrollRight() {
|
|
102
|
+
if (!this.navWrapperElement)
|
|
103
|
+
return;
|
|
101
104
|
const scroll = this.navWrapperElement.scrollLeft;
|
|
102
105
|
this.navWrapperElement.scrollLeft = scroll + this.buttonsWidth;
|
|
103
106
|
this.evaluateScrollButtons();
|
|
104
107
|
}
|
|
105
108
|
scrollLeft() {
|
|
109
|
+
if (!this.navWrapperElement)
|
|
110
|
+
return;
|
|
106
111
|
const scroll = this.navWrapperElement.scrollLeft;
|
|
107
112
|
this.navWrapperElement.scrollLeft = scroll - this.buttonsWidth;
|
|
108
113
|
this.evaluateScrollButtons();
|
|
109
114
|
}
|
|
110
115
|
evaluateScrollButtons() {
|
|
116
|
+
if (!this.navWrapperElement)
|
|
117
|
+
return;
|
|
111
118
|
const scroll = this.navWrapperElement.scrollLeft;
|
|
112
119
|
this.showRightScroll = scroll <= this.scrollWidth;
|
|
113
120
|
this.showLeftScroll = scroll > 0;
|
|
@@ -165,9 +172,9 @@ const TdsFolderTabs = class {
|
|
|
165
172
|
this.removeEventListenerFromTabs();
|
|
166
173
|
}
|
|
167
174
|
render() {
|
|
168
|
-
return (h(Host, { key: '
|
|
175
|
+
return (h(Host, { key: '306e3cdd4c692c55c76c219b9103be7f9e5a479c', role: "tablist", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("div", { key: 'f830e2fd7972564b5f340b443b982d8feae44fd8', class: "wrapper", ref: (el) => {
|
|
169
176
|
this.navWrapperElement = el;
|
|
170
|
-
} }, h("button", { key: '
|
|
177
|
+
} }, h("button", { key: 'e5d1dd48c99588f66ef6525809dd4b6f5e3af6ad', "aria-label": this.tdsScrollLeftAriaLabel, class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, disabled: !this.showLeftScroll, onClick: () => this.scrollLeft() }, h("tds-icon", { key: 'dc873eb0a1ebddf4c15382bfdd6b07b20904233e', name: "chevron_left", size: "20px" })), h("slot", { key: '5485e73e2b54f94c7fdde910f479b402c082cbc8', onSlotchange: () => this.handleSlotChange() }), h("button", { key: '42271e07b78aff4750be45162d132b6103993d9a', "aria-label": this.tdsScrollRightAriaLabel, class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, disabled: !this.showRightScroll, onClick: () => this.scrollRight() }, h("tds-icon", { key: 'dbb99a44c0afbd0a8b59ecf10592d991294da9fa', name: "chevron_right", size: "20px" })))));
|
|
171
178
|
}
|
|
172
179
|
get host() { return getElement(this); }
|
|
173
180
|
static get watchers() { return {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
|
|
2
2
|
import { h as hasSlot } from './hasSlot-d52114d0.js';
|
|
3
3
|
|
|
4
|
-
const footerGroupCss = ":host{display:block}:host .footer-top-title{font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links-header);padding-bottom:8px}:host .footer-top-title *,:host .footer-top-title ::slotted(*){margin:0}:host button.footer-top-title-button{border:none;width:100%;font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links);background-color:transparent;text-align:left;padding:19px 24px;justify-content:space-between;border-bottom:1px solid var(--tds-footer-top-divider)}:host button.footer-top-title-button *,:host button.footer-top-title-button ::slotted(*){margin:0}:host button.footer-top-title-button.expanded
|
|
4
|
+
const footerGroupCss = ":host{display:block}:host .footer-top-title{font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links-header);padding-bottom:8px}:host .footer-top-title *,:host .footer-top-title ::slotted(*){margin:0}:host button.footer-top-title-button{border:none;width:100%;font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links);background-color:transparent;text-align:left;padding:19px 24px;justify-content:space-between;border-bottom:1px solid var(--tds-footer-top-divider)}:host button.footer-top-title-button *,:host button.footer-top-title-button ::slotted(*){margin:0}:host button.footer-top-title-button.expanded tds-icon{transform:rotateZ(180deg)}:host button.footer-top-title-button:hover{cursor:pointer}:host button.footer-top-title-button:active{background-color:var(--tds-footer-top-button-active)}:host button.footer-top-title-button:focus-visible{outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}:host button.footer-top-title-button tds-icon{transition:transform 0.2s ease-in-out}:host [role=list]{list-style:none;padding:0;margin:0;display:flex;gap:12px}:host [role=list].start,:host [role=list].end{gap:24px}:host [role=list].top-part-child{flex-direction:column}:host .mobile-view [role=list].start:not(.top-part-child){flex-direction:column}:host .mobile-view [role=list].start:not(.top-part-child).start,:host .mobile-view [role=list].start:not(.top-part-child).end{gap:8px}:host .mobile-view [role=list].top-part-child.closed{display:none}:host .mobile-view [role=list].top-part-child{gap:0}:host .mobile-view button.footer-top-title-button{display:flex;align-items:center}";
|
|
5
5
|
const TdsFooterGroupStyle0 = footerGroupCss;
|
|
6
6
|
|
|
7
7
|
const TdsFooterGroup = class {
|
|
@@ -21,10 +21,11 @@ const TdsFooterGroup = class {
|
|
|
21
21
|
this.isMobile = window.innerWidth <= 992;
|
|
22
22
|
}
|
|
23
23
|
connectedCallback() {
|
|
24
|
+
var _a, _b;
|
|
24
25
|
this.updateIsMobile();
|
|
25
|
-
this.topPartGroup = this.host.parentElement.slot === 'top';
|
|
26
|
+
this.topPartGroup = ((_a = this.host.parentElement) === null || _a === void 0 ? void 0 : _a.slot) === 'top';
|
|
26
27
|
if (!this.topPartGroup) {
|
|
27
|
-
this.slotPosition = this.host.parentElement.slot === 'end' ? 'end' : 'start';
|
|
28
|
+
this.slotPosition = ((_b = this.host.parentElement) === null || _b === void 0 ? void 0 : _b.slot) === 'end' ? 'end' : 'start';
|
|
28
29
|
}
|
|
29
30
|
if (!this.tdsListAriaLabel) {
|
|
30
31
|
console.warn('Tegel Footer Group component: missing tdsListAriaLabel prop');
|
|
@@ -42,12 +43,12 @@ const TdsFooterGroup = class {
|
|
|
42
43
|
}
|
|
43
44
|
render() {
|
|
44
45
|
const hasTitleSlot = hasSlot('title', this.host);
|
|
45
|
-
return (h(Host, { key: '
|
|
46
|
+
return (h(Host, { key: '03334686d168738c5f4c8e24af3683e667fab531', "aria-expanded": this.open ? 'true' : 'false' }, h("div", { key: '106158a95e6c699615280250d60d629bed56d442', class: this.isMobile ? 'mobile-view' : '' }, this.topPartGroup &&
|
|
46
47
|
(this.isMobile ? (h("button", { onClick: () => {
|
|
47
48
|
this.open = !this.open;
|
|
48
|
-
}, class: `footer-top-title-button ${this.open ? 'expanded' : 'closed'}` }, hasTitleSlot ? h("slot", { name: "title" }) : this.titleText, h("tds-icon", { name: "chevron_down", size: "20px", "aria-hidden": "true" }))) : (h("div", { class: "footer-top-title" }, hasTitleSlot ? h("slot", { name: "title" }) : this.titleText))), h("nav", { key: '
|
|
49
|
+
}, class: `footer-top-title-button ${this.open ? 'expanded' : 'closed'}` }, hasTitleSlot ? h("slot", { name: "title" }) : this.titleText, h("tds-icon", { name: "chevron_down", size: "20px", "aria-hidden": "true" }))) : (h("div", { class: "footer-top-title" }, hasTitleSlot ? h("slot", { name: "title" }) : this.titleText))), h("nav", { key: 'ee127c2b7951a4e5f4f541b10de603db4554c0d0', "aria-label": this.tdsListAriaLabel }, h("div", { key: 'f513ab58811b6f2f7ae9c9ed4986367c9169e030', role: "list", class: `${this.slotPosition ? this.slotPosition : ''}
|
|
49
50
|
${this.topPartGroup ? 'top-part-child' : ''}
|
|
50
|
-
${this.open ? 'expanded' : 'closed'}` }, h("slot", { key: '
|
|
51
|
+
${this.open ? 'expanded' : 'closed'}` }, h("slot", { key: 'bc584cbb0542907628ebf05c316f53372bfde08a' }))))));
|
|
51
52
|
}
|
|
52
53
|
get host() { return getElement(this); }
|
|
53
54
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host, g as getElement } from './index-51d04e39.js';
|
|
2
2
|
|
|
3
|
-
const footerItemCss = ":host([role=listitem]) div ::slotted(a),:host([role=listitem]) div ::slotted(button){font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-main-links);text-decoration:none}:host([role=listitem]) div ::slotted(a:focus-visible),:host([role=listitem]) div ::slotted(button:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}:host([role=listitem]) div ::slotted(a:hover),:host([role=listitem]) div ::slotted(button:hover){text-decoration:underline}:host([role=listitem]) div.top-part-child ::slotted(a),:host([role=listitem]) div.top-part-child ::slotted(button){font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links)}:host([role=listitem]) div.top-part-child ::slotted(a:focus-visible),:host([role=listitem]) div.top-part-child ::slotted(button:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}@media all and (max-width: 992px){:host([role=listitem]) div.top-part-child{border-bottom:1px solid var(--tds-footer-top-divider)}:host([role=listitem]) div.top-part-child ::slotted(a),:host([role=listitem]) div.top-part-child ::slotted(button){display:block;height:100%;padding:19px 40px;font-weight:normal}:host([role=listitem]) div.top-part-child ::slotted(a:
|
|
3
|
+
const footerItemCss = ":host([role=listitem]) div ::slotted(a),:host([role=listitem]) div ::slotted(button){font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-main-links);text-decoration:none}:host([role=listitem]) div ::slotted(a:focus-visible),:host([role=listitem]) div ::slotted(button:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}:host([role=listitem]) div ::slotted(a:hover),:host([role=listitem]) div ::slotted(button:hover){text-decoration:underline}:host([role=listitem]) div.top-part-child ::slotted(a),:host([role=listitem]) div.top-part-child ::slotted(button){font:var(--tds-headline-07);letter-spacing:var(--tds-headline-07-ls);color:var(--tds-footer-top-links)}:host([role=listitem]) div.top-part-child ::slotted(a:focus-visible),:host([role=listitem]) div.top-part-child ::slotted(button:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}@media all and (max-width: 992px){:host([role=listitem]) div.top-part-child{border-bottom:1px solid var(--tds-footer-top-divider)}:host([role=listitem]) div.top-part-child ::slotted(a),:host([role=listitem]) div.top-part-child ::slotted(button){display:block;height:100%;padding:19px 40px;font-weight:normal}:host([role=listitem]) div.top-part-child ::slotted(a:active),:host([role=listitem]) div.top-part-child ::slotted(button:active){text-decoration:underline;background-color:var(--tds-footer-top-links-background-active)}:host([role=listitem]) div.top-part-child ::slotted(a:focus-visible),:host([role=listitem]) div.top-part-child ::slotted(button:focus-visible){outline:2px solid var(--tds-focus-outline-color);box-shadow:0 0 0 1px var(--tds-white);outline-offset:1px;z-index:1}}";
|
|
4
4
|
const TdsFooterItemStyle0 = footerItemCss;
|
|
5
5
|
|
|
6
6
|
const TdsFooterItem = class {
|
|
@@ -9,10 +9,14 @@ const TdsFooterItem = class {
|
|
|
9
9
|
this.parentIsTopPart = false;
|
|
10
10
|
}
|
|
11
11
|
connectedCallback() {
|
|
12
|
-
|
|
12
|
+
var _a;
|
|
13
|
+
const closestGroup = this.host.closest('tds-footer-group');
|
|
14
|
+
if (closestGroup) {
|
|
15
|
+
this.parentIsTopPart = ((_a = closestGroup.parentElement) === null || _a === void 0 ? void 0 : _a.slot) === 'top';
|
|
16
|
+
}
|
|
13
17
|
}
|
|
14
18
|
render() {
|
|
15
|
-
return (h(Host, { key: '
|
|
19
|
+
return (h(Host, { key: 'fe1aff1acd336f2d1b66b87a9666c1ea4e3f0016', role: "listitem" }, h("div", { key: 'c180f66951842e69f6b51e83151f5962ff410794', class: `${this.parentIsTopPart ? 'top-part-child' : ''}` }, h("slot", { key: '160d1d6054ed399f8597bcdf98524a65f77c6310' }))));
|
|
16
20
|
}
|
|
17
21
|
get host() { return getElement(this); }
|
|
18
22
|
};
|
|
@@ -15,9 +15,9 @@ const TdsFooter = class {
|
|
|
15
15
|
const usesStartSlot = hasSlot('start', this.host);
|
|
16
16
|
const usesEndSlot = hasSlot('end', this.host);
|
|
17
17
|
const usesCopyrightSlot = hasSlot('copyright', this.host);
|
|
18
|
-
return (h(Host, { key: '
|
|
18
|
+
return (h(Host, { key: '1970dca286e8a105a4155f1d72ff8abeee8dda12', class: {
|
|
19
19
|
[`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null,
|
|
20
|
-
} }, h("footer", { key: '
|
|
20
|
+
} }, h("footer", { key: 'ba1b73a9e3cda8b856560ee09e84a8f54d432e5f' }, usesTopSlot && h("slot", { key: 'd656a404027d1fe57cf89673316d47a80cc0d494', name: "top" }), h("div", { key: 'ad0f0e1c7f34c8e2a71916a6f6715d3dc3ad0a07', class: "footer-main" }, (usesStartSlot || usesEndSlot) && (h("div", { key: '473888e3515a48364f07a2c7a30b518a4e13ab4f', class: "footer-main-top" }, usesStartSlot && h("slot", { key: 'dff42968e4cbfadc88ab70bd753d612b4f172769', name: "start" }), usesEndSlot && h("slot", { key: '2015c7102206c9023324e3f4b4ac8a86422003e4', name: "end" }))), h("div", { key: '0af4fd04d0643dcffc07a4f55d88220691bf72a1', class: "footer-main-bottom" }, h("small", { key: 'e11f206cc48f54547c62eaf25f7ab1a98e521424', class: "copyright" }, usesCopyrightSlot ? h("slot", { name: "copyright" }) : this.copyrightText), h("div", { key: 'a933b570ae2778b2034fc61e8efcfa3f04bcb1e0', class: "brand" }, h("p", { key: 'cc6d2913da4c97ebc757534b2167d9544c909902' }, "Scania")))))));
|
|
21
21
|
}
|
|
22
22
|
get host() { return getElement(this); }
|
|
23
23
|
};
|
|
@@ -9,10 +9,10 @@ const TdsHeaderBrandSymbol = class {
|
|
|
9
9
|
}
|
|
10
10
|
render() {
|
|
11
11
|
const aTag = this.host.querySelector('a');
|
|
12
|
-
if (!aTag.hasAttribute('aria-label')) {
|
|
12
|
+
if (!(aTag === null || aTag === void 0 ? void 0 : aTag.hasAttribute('aria-label'))) {
|
|
13
13
|
console.warn('Tegel Header Brand Symbol component: missing aria-label attribute for <a> tag inside slot');
|
|
14
14
|
}
|
|
15
|
-
return (h(Host, { key: '
|
|
15
|
+
return (h(Host, { key: '9cbe4978dccfdeb1b11ea0a8ba7c0e5e7fe991ba' }, h("tds-header-item", { key: 'a2ff9dc657366d73042b51717ad9447ec0f7dca1' }, h("slot", { key: '9a7ded8445811b59cd858f86bb2aa640c1af91d3' }))));
|
|
16
16
|
}
|
|
17
17
|
get host() { return getElement(this); }
|
|
18
18
|
};
|
|
@@ -93,12 +93,14 @@ const TdsTableHeaderCell = class {
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
connectedCallback() {
|
|
96
|
+
var _a;
|
|
96
97
|
this.tableEl = this.host.closest('tds-table');
|
|
97
|
-
this.tableId = this.tableEl.tableId;
|
|
98
|
+
this.tableId = (_a = this.tableEl) === null || _a === void 0 ? void 0 : _a.tableId;
|
|
98
99
|
}
|
|
99
100
|
componentWillLoad() {
|
|
100
101
|
relevantTableProps.forEach((tablePropName) => {
|
|
101
|
-
|
|
102
|
+
var _a;
|
|
103
|
+
this[tablePropName] = (_a = this.tableEl) === null || _a === void 0 ? void 0 : _a[tablePropName];
|
|
102
104
|
});
|
|
103
105
|
}
|
|
104
106
|
componentWillRender() {
|
|
@@ -108,8 +110,11 @@ const TdsTableHeaderCell = class {
|
|
|
108
110
|
: 'left';
|
|
109
111
|
// To enable body cells text align per rules set in head cell
|
|
110
112
|
this.internalTdsTextAlign.emit([this.tableId, this.cellKey, this.textAlignState]);
|
|
111
|
-
this.
|
|
112
|
-
|
|
113
|
+
const closesetTable = this.host.closest('tds-table');
|
|
114
|
+
if (closesetTable) {
|
|
115
|
+
this.enableToolbarDesign =
|
|
116
|
+
closesetTable.getElementsByTagName('tds-table-toolbar').length >= 1;
|
|
117
|
+
}
|
|
113
118
|
}
|
|
114
119
|
getAriaSort() {
|
|
115
120
|
if (this.sortingDirection === 'asc')
|
|
@@ -119,7 +124,7 @@ const TdsTableHeaderCell = class {
|
|
|
119
124
|
return 'none';
|
|
120
125
|
}
|
|
121
126
|
render() {
|
|
122
|
-
return (h(Host, { key: '
|
|
127
|
+
return (h(Host, { key: '13dbec19fb1678656b968265add6b87cb97355d7', class: {
|
|
123
128
|
'tds-table__header-cell': true,
|
|
124
129
|
'tds-table__header-cell--sortable': this.sortable,
|
|
125
130
|
'tds-table__header-cell--is-sorted': this.sortedByMyKey,
|
|
@@ -14,6 +14,7 @@ const TdsHeaderDropdownList = class {
|
|
|
14
14
|
this.headingElement = undefined;
|
|
15
15
|
}
|
|
16
16
|
componentWillLoad() {
|
|
17
|
+
var _a, _b;
|
|
17
18
|
const { children } = this.host;
|
|
18
19
|
// Set the size prop for each child, if they have such a property
|
|
19
20
|
for (let i = 0; i < children.length; i++) {
|
|
@@ -23,7 +24,7 @@ const TdsHeaderDropdownList = class {
|
|
|
23
24
|
}
|
|
24
25
|
}
|
|
25
26
|
let listRoot = this.host;
|
|
26
|
-
if (this.host.parentElement.tagName.toLowerCase() === 'tds-header-launcher-list') {
|
|
27
|
+
if (((_b = (_a = this.host) === null || _a === void 0 ? void 0 : _a.parentElement) === null || _b === void 0 ? void 0 : _b.tagName.toLowerCase()) === 'tds-header-launcher-list') {
|
|
27
28
|
listRoot = this.host.parentElement;
|
|
28
29
|
}
|
|
29
30
|
const headingEl = getPreviousNestedChildOfSiblingsMatching(listRoot, isHeadingElement);
|
|
@@ -35,7 +36,8 @@ const TdsHeaderDropdownList = class {
|
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
componentDidLoad() {
|
|
38
|
-
|
|
39
|
+
var _a;
|
|
40
|
+
(_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelectorAll('slot').forEach((slot) => {
|
|
39
41
|
// Add the slotchange event listener.
|
|
40
42
|
const onSlotChange = (e) => {
|
|
41
43
|
this.processAssignedElements(e.target);
|
|
@@ -74,7 +76,7 @@ const TdsHeaderDropdownList = class {
|
|
|
74
76
|
'role': 'list',
|
|
75
77
|
'aria-labelledby': (_a = this.headingElement) === null || _a === void 0 ? void 0 : _a.id,
|
|
76
78
|
};
|
|
77
|
-
return (h(Host, Object.assign({ key: '
|
|
79
|
+
return (h(Host, Object.assign({ key: 'b24073590faf2ae5363a7c685b0933d6f1559eb1' }, attributes), h("slot", { key: 'e7c7fb66a65511de06b0c83f67312de0408decdd' })));
|
|
78
80
|
}
|
|
79
81
|
get host() { return getElement(this); }
|
|
80
82
|
};
|
|
@@ -29,17 +29,19 @@ const TdsHeaderDropdown = class {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
handleKeyDown(event) {
|
|
32
|
+
var _a;
|
|
32
33
|
if (event.key === 'Escape' && this.open) {
|
|
33
34
|
this.open = false;
|
|
34
|
-
this.buttonEl.focus();
|
|
35
|
+
(_a = this.buttonEl) === null || _a === void 0 ? void 0 : _a.focus();
|
|
35
36
|
}
|
|
36
37
|
}
|
|
37
38
|
toggleDropdown() {
|
|
38
39
|
this.open = !this.open;
|
|
39
40
|
if (this.open) {
|
|
40
41
|
requestAnimationFrame(() => {
|
|
42
|
+
var _a;
|
|
41
43
|
const selectors = "a, [tabindex='0']";
|
|
42
|
-
const firstFocusableElement = this.host.shadowRoot.querySelector(selectors) || this.host.querySelector(selectors);
|
|
44
|
+
const firstFocusableElement = ((_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(selectors)) || this.host.querySelector(selectors);
|
|
43
45
|
if (firstFocusableElement instanceof HTMLElement) {
|
|
44
46
|
firstFocusableElement.focus();
|
|
45
47
|
}
|
|
@@ -47,13 +49,13 @@ const TdsHeaderDropdown = class {
|
|
|
47
49
|
}
|
|
48
50
|
}
|
|
49
51
|
render() {
|
|
50
|
-
return (h(Host, { key: '
|
|
52
|
+
return (h(Host, { key: 'c3e84fbcdab1a9c2530f7a5e16c195858f6daa15' }, h("div", { key: '640ad175e59d7e3f958a17fa1358c5c1ec405346', class: {
|
|
51
53
|
'state-open': this.open,
|
|
52
|
-
} }, h("tds-header-item", { key: '
|
|
54
|
+
} }, h("tds-header-item", { key: 'f424e4e9a77c8fd6dfbde8b292e002aad8ecd307', class: "button", active: this.open, selected: this.selected }, h("button", { key: 'e22605109e904183690d58fbc18954ea9e9816f4', ref: (el) => {
|
|
53
55
|
this.buttonEl = el;
|
|
54
56
|
}, "aria-expanded": `${this.open}`, "aria-controls": `launcher-${this.uuid}`, "aria-current": this.selected ? 'location' : 'false', onClick: () => {
|
|
55
57
|
this.toggleDropdown();
|
|
56
|
-
}, "aria-label": this.tdsAriaLabel }, h("slot", { key: '
|
|
58
|
+
}, "aria-label": this.tdsAriaLabel }, h("slot", { key: '832f54445aad4cf77afee64d5ab955acbd10ade3', name: "icon" }), this.label, h("slot", { key: '757537697a1340aeb22df2d09f7891269e4c1156', name: "label" }), !this.noDropdownIcon && (h("tds-icon", { key: '76560ef770762fe61f32f06c9803ea815bf07ed0', class: "dropdown-icon", name: "chevron_down", size: "16px", svgTitle: "Dropdown icon" })))), this.buttonEl && (h("tds-popover-canvas", { key: '873d5cccc6569d0291c3ed1474ffe623ec49a24e', id: `tds-dropdown-${this.uuid}`, class: "menu", referenceEl: this.buttonEl, placement: "bottom-start", show: this.open, offsetDistance: 0, modifiers: [
|
|
57
59
|
{
|
|
58
60
|
name: 'flip',
|
|
59
61
|
options: {
|
|
@@ -23,9 +23,12 @@ const TdsHeaderLauncher = class {
|
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
handleKeyDown(event) {
|
|
26
|
+
var _a, _b;
|
|
26
27
|
if (event.key === 'Escape' && this.open) {
|
|
27
28
|
this.open = false;
|
|
28
|
-
this.buttonEl.shadowRoot.querySelector('button')
|
|
29
|
+
const btnShadow = (_b = (_a = this.buttonEl) === null || _a === void 0 ? void 0 : _a.shadowRoot) === null || _b === void 0 ? void 0 : _b.querySelector('button');
|
|
30
|
+
if (btnShadow)
|
|
31
|
+
btnShadow.focus();
|
|
29
32
|
}
|
|
30
33
|
}
|
|
31
34
|
componentDidLoad() {
|
|
@@ -36,8 +39,9 @@ const TdsHeaderLauncher = class {
|
|
|
36
39
|
this.open = !this.open;
|
|
37
40
|
if (this.open) {
|
|
38
41
|
requestAnimationFrame(() => {
|
|
42
|
+
var _a;
|
|
39
43
|
const selectors = "a, [tabindex='0']";
|
|
40
|
-
const firstFocusableElement = this.host.shadowRoot.querySelector(selectors) || this.host.querySelector(selectors);
|
|
44
|
+
const firstFocusableElement = ((_a = this.host.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector(selectors)) || this.host.querySelector(selectors);
|
|
41
45
|
if (firstFocusableElement instanceof HTMLElement) {
|
|
42
46
|
firstFocusableElement.focus();
|
|
43
47
|
}
|
|
@@ -51,11 +55,11 @@ const TdsHeaderLauncher = class {
|
|
|
51
55
|
}, 'ref': (el) => {
|
|
52
56
|
this.buttonEl = el;
|
|
53
57
|
} });
|
|
54
|
-
return (h(Host, { key: '
|
|
58
|
+
return (h(Host, { key: '13631a42a002d81b250fc26438b96f93ae991ab6' }, h("div", { key: '24fca288a843c0c9459f8ad9ce015cec36c815c6', class: {
|
|
55
59
|
'wrapper': true,
|
|
56
60
|
'state-open': this.open,
|
|
57
61
|
'state-list-type-menu': this.hasListTypeMenu,
|
|
58
|
-
} }, h("tds-header-launcher-button", Object.assign({ key: '
|
|
62
|
+
} }, h("tds-header-launcher-button", Object.assign({ key: '3883841e41d1acb50f75d78a894c7844305c1cbd' }, buttonAttributes, { "tds-aria-label": this.tdsAriaLabel })), this.buttonEl && (h("tds-popover-canvas", { key: '20b4cc82c6eed3e2ba60038d4ab37afd49de6357', id: `tds-launcher-${this.uuid}`, class: "menu", referenceEl: this.buttonEl, placement: "bottom-start", show: this.open, offsetDistance: 0, modifiers: [
|
|
59
63
|
{
|
|
60
64
|
name: 'flip',
|
|
61
65
|
options: {
|
|
@@ -35,18 +35,20 @@ const TdsHeader = class {
|
|
|
35
35
|
componentDidLoad() {
|
|
36
36
|
const hostElement = this.host;
|
|
37
37
|
const navElement = hostElement.querySelector('.tds-header-component-list');
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
if (navElement) {
|
|
39
|
+
this.observer.observe(navElement, {
|
|
40
|
+
childList: true,
|
|
41
|
+
subtree: false,
|
|
42
|
+
});
|
|
43
|
+
updateListChildrenRoles(navElement);
|
|
44
|
+
}
|
|
43
45
|
}
|
|
44
46
|
disconnectedCallback() {
|
|
45
47
|
this.observer.disconnect();
|
|
46
48
|
}
|
|
47
49
|
render() {
|
|
48
50
|
const navAttributes = Object.assign({}, inheritAriaAttributes(this.host));
|
|
49
|
-
return (h(Host, { key: '
|
|
51
|
+
return (h(Host, { key: '30e29defd97ee2a473198d2c403dd23191e02856' }, h("slot", { key: '5905d6acb62da9d4d5de82fe148f709ccd08b3e9', name: "hamburger" }), h("slot", { key: '23f834040a108c9300ac07643518dc9194eb1542', name: "title" }), h("nav", Object.assign({ key: 'ba4803dfde17c977e06a9a76a472a79fd94ddfaa' }, navAttributes), h("ul", { key: '818e664fc808ce9b0b9cc90c188c69a782c36aba', class: "tds-header-component-list" }, h("slot", { key: '920409e9cedc7035a8cd1c149163603fd61d50e6' }), h("li", { key: '36d6627c38241f2fb2d34e0402eeed1befe04696', class: "tds-header-middle-spacer" }), h("slot", { key: '5f14324ddbe295e821b6983f0b6b84f72c981643', name: "end" })))));
|
|
50
52
|
}
|
|
51
53
|
get host() { return getElement(this); }
|
|
52
54
|
};
|
|
@@ -9,7 +9,6 @@ const iconsCollection =
|
|
|
9
9
|
const iconCss = ":host{display:inline-block;vertical-align:middle;line-height:0}:host,:host *,:host *::before,:host *::after{box-sizing:border-box}:host svg{fill:currentcolor}";
|
|
10
10
|
const TdsIconStyle0 = iconCss;
|
|
11
11
|
|
|
12
|
-
// Map of brand classes to their respective icon collections
|
|
13
12
|
const brandIconMap = {
|
|
14
13
|
scania: iconsCollection$1,
|
|
15
14
|
traton: iconsCollection,
|
|
@@ -52,7 +51,7 @@ const Icon = class {
|
|
|
52
51
|
this.arrayOfIcons = [...this.arrayOfIcons];
|
|
53
52
|
}
|
|
54
53
|
render() {
|
|
55
|
-
return h(Host, { key: '
|
|
54
|
+
return h(Host, { key: '0edcbb69b7531041d1f0f97e06babd33316090ef' }, this.setIcons());
|
|
56
55
|
}
|
|
57
56
|
get host() { return getElement(this); }
|
|
58
57
|
};
|