@scania/tegel 1.53.0-var-pre-beta.0 → 1.54.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-card.cjs.entry.js +3 -2
- package/dist/cjs/tds-folder-tab.cjs.entry.js +2 -2
- package/dist/cjs/tds-folder-tabs.cjs.entry.js +3 -4
- package/dist/cjs/tds-header-cell.cjs.entry.js +2 -2
- package/dist/cjs/tds-inline-tab.cjs.entry.js +2 -2
- package/dist/cjs/tds-inline-tabs.cjs.entry.js +3 -4
- package/dist/cjs/tds-navigation-tab.cjs.entry.js +2 -2
- package/dist/cjs/tds-navigation-tabs.cjs.entry.js +5 -6
- package/dist/cjs/tds-table-footer.cjs.entry.js +17 -3
- package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +1 -1
- package/dist/cjs/tds-table-header.cjs.entry.js +2 -2
- package/dist/cjs/tds-table-toolbar.cjs.entry.js +2 -2
- package/dist/cjs/tds-tag.cjs.entry.js +1 -1
- package/dist/cjs/tds-text-field.cjs.entry.js +5 -5
- package/dist/cjs/tds-textarea.cjs.entry.js +3 -3
- package/dist/cjs/tds-toast.cjs.entry.js +3 -3
- package/dist/cjs/tds-toggle.cjs.entry.js +3 -3
- package/dist/cjs/tds-tooltip.cjs.entry.js +2 -2
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/collection/components/card/card.css +9 -0
- package/dist/collection/components/card/card.js +3 -2
- package/dist/collection/components/table/table-footer/table-footer.js +77 -3
- package/dist/collection/components/table/table-header/table-header.js +2 -2
- package/dist/collection/components/table/table-header-cell/table-header-cell.js +2 -2
- 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 +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
- package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +3 -4
- package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
- package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +3 -4
- package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
- package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +5 -6
- package/dist/collection/components/tag/tag.js +1 -1
- package/dist/collection/components/text-field/text-field.js +5 -5
- package/dist/collection/components/textarea/textarea.js +3 -3
- package/dist/collection/components/toast/toast.js +3 -3
- package/dist/collection/components/toggle/toggle.js +3 -3
- package/dist/collection/components/tooltip/tooltip.js +2 -2
- package/dist/components/{p-CC6Uebx6.js → p-BcKywCnz.js} +1 -1
- package/dist/components/{p-D5lq9Lw6.js → p-Dlj2h0pg.js} +1 -1
- package/dist/components/tds-card.js +1 -1
- package/dist/components/tds-folder-tab.js +1 -1
- package/dist/components/tds-folder-tabs.js +1 -1
- package/dist/components/tds-header-cell.js +1 -1
- package/dist/components/tds-inline-tab.js +1 -1
- package/dist/components/tds-inline-tabs.js +1 -1
- package/dist/components/tds-navigation-tab.js +1 -1
- package/dist/components/tds-navigation-tabs.js +1 -1
- package/dist/components/tds-slider.js +1 -1
- package/dist/components/tds-table-footer.js +1 -1
- package/dist/components/tds-table-header-input-wrapper.js +1 -1
- package/dist/components/tds-table-header.js +1 -1
- package/dist/components/tds-table-toolbar.js +1 -1
- package/dist/components/tds-tag.js +1 -1
- package/dist/components/tds-text-field.js +1 -1
- package/dist/components/tds-textarea.js +1 -1
- package/dist/components/tds-toast.js +1 -1
- package/dist/components/tds-toggle.js +1 -1
- package/dist/components/tds-tooltip.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tds-card.entry.js +3 -2
- package/dist/esm/tds-folder-tab.entry.js +2 -2
- package/dist/esm/tds-folder-tabs.entry.js +3 -4
- package/dist/esm/tds-header-cell.entry.js +2 -2
- package/dist/esm/tds-inline-tab.entry.js +2 -2
- package/dist/esm/tds-inline-tabs.entry.js +3 -4
- package/dist/esm/tds-navigation-tab.entry.js +2 -2
- package/dist/esm/tds-navigation-tabs.entry.js +5 -6
- package/dist/esm/tds-table-footer.entry.js +17 -3
- package/dist/esm/tds-table-header-input-wrapper.entry.js +1 -1
- package/dist/esm/tds-table-header.entry.js +2 -2
- package/dist/esm/tds-table-toolbar.entry.js +2 -2
- package/dist/esm/tds-tag.entry.js +1 -1
- package/dist/esm/tds-text-field.entry.js +5 -5
- package/dist/esm/tds-textarea.entry.js +3 -3
- package/dist/esm/tds-toast.entry.js +3 -3
- package/dist/esm/tds-toggle.entry.js +3 -3
- package/dist/esm/tds-tooltip.entry.js +2 -2
- package/dist/esm/tegel.js +1 -1
- package/dist/tegel/{p-77e2573f.entry.js → p-07d68bce.entry.js} +1 -1
- package/dist/tegel/{p-2459d81a.entry.js → p-15e36d6d.entry.js} +1 -1
- package/dist/tegel/{p-6770cf5c.entry.js → p-17c11413.entry.js} +1 -1
- package/dist/tegel/p-21bf17ff.entry.js +1 -0
- package/dist/tegel/{p-d7403082.entry.js → p-22d03dc3.entry.js} +1 -1
- package/dist/tegel/p-5b4607fb.entry.js +1 -0
- package/dist/tegel/p-5e309655.entry.js +1 -0
- package/dist/tegel/{p-2f4478a3.entry.js → p-663c5494.entry.js} +1 -1
- package/dist/tegel/{p-5ef60e9c.entry.js → p-75c1520d.entry.js} +1 -1
- package/dist/tegel/{p-a99dbee8.entry.js → p-802e2119.entry.js} +1 -1
- package/dist/tegel/{p-72d3760f.entry.js → p-8521649a.entry.js} +1 -1
- package/dist/tegel/{p-e4959418.entry.js → p-8bf8546d.entry.js} +1 -1
- package/dist/tegel/{p-f646048c.entry.js → p-a11961fd.entry.js} +1 -1
- package/dist/tegel/{p-bce581dc.entry.js → p-b17da00c.entry.js} +1 -1
- package/dist/tegel/p-b19125cc.entry.js +1 -0
- package/dist/tegel/p-e2fb88e5.entry.js +1 -0
- package/dist/tegel/{p-c5a11e20.entry.js → p-f75b0006.entry.js} +1 -1
- package/dist/tegel/p-fcd1c8f3.entry.js +1 -0
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/card/card.d.ts +1 -0
- package/dist/types/components/table/table-footer/table-footer.d.ts +7 -0
- package/dist/types/components.d.ts +35 -0
- package/package.json +1 -1
- package/dist/collection/utils/accessibility.js +0 -30
- package/dist/tegel/p-0794f97d.entry.js +0 -1
- package/dist/tegel/p-135f584c.entry.js +0 -1
- package/dist/tegel/p-4077e539.entry.js +0 -1
- package/dist/tegel/p-4c828539.entry.js +0 -1
- package/dist/tegel/p-5ce6cb8e.entry.js +0 -1
- package/dist/tegel/p-de3873e1.entry.js +0 -1
- package/dist/types/utils/accessibility.d.ts +0 -14
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -5,7 +5,7 @@ var index = require('./index-DPzF1h3L.js');
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
7
7
|
await index.globalScripts();
|
|
8
|
-
return index.bootstrapLazy(JSON.parse("[[\"tds-header-launcher.cjs\",[[257,\"tds-header-launcher\",{\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"open\":[32],\"buttonEl\":[32],\"hasListTypeMenu\":[32]},[[8,\"click\",\"onAnyClick\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-header-dropdown.cjs\",[[257,\"tds-header-dropdown\",{\"label\":[513],\"noDropdownIcon\":[516,\"no-dropdown-icon\"],\"selected\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"open\":[32],\"buttonEl\":[32]},[[4,\"click\",\"onAnyClick\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-slider.cjs\",[[0,\"tds-slider\",{\"label\":[513],\"value\":[1537],\"min\":[513],\"max\":[513],\"ticks\":[513],\"showTickNumbers\":[516,\"show-tick-numbers\"],\"tooltip\":[516],\"disabled\":[516],\"readOnly\":[516,\"read-only\"],\"controls\":[516],\"input\":[516],\"step\":[513],\"name\":[513],\"thumbSize\":[513,\"thumb-size\"],\"snap\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"sliderId\":[513,\"slider-id\"],\"tdsReadOnlyAriaLabel\":[513,\"tds-read-only-aria-label\"],\"reset\":[64]},[[0,\"keydown\",\"handleKeydown\"],[9,\"mouseup\",\"handleRelease\"],[9,\"touchend\",\"handleRelease\"],[9,\"mousemove\",\"handleMove\"],[9,\"touchmove\",\"handleMove\"]],{\"value\":[{\"handleValueUpdate\":0}]}]]],[\"tds-table-footer.cjs\",[[1,\"tds-table-footer\",{\"pagination\":[516],\"paginationValue\":[1538,\"pagination-value\"],\"rowsperpage\":[516],\"rowsPerPageValues\":[16],\"rowsPerPageDropdownOpenDirection\":[1,\"rows-per-page-dropdown-open-direction\"],\"pages\":[514],\"cols\":[514],\"rowsPerPageValue\":[1026,\"rows-per-page-value\"],\"columnsNumber\":[32],\"compactDesign\":[32],\"multiselect\":[32],\"expandableRows\":[32],\"lastCorrectValue\":[32],\"tableId\":[32],\"horizontalScrollWidth\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]],{\"cols\":[{\"colsChanged\":0}],\"multiselect\":[{\"updateColumnsNumber\":0}],\"expandableRows\":[{\"updateColumnsNumber\":0}],\"pages\":[{\"pagesChange\":0}]}]]],[\"tds-card.cjs\",[[257,\"tds-card\",{\"modeVariant\":[513,\"mode-variant\"],\"imagePlacement\":[513,\"image-placement\"],\"header\":[513],\"subheader\":[513],\"bodyImg\":[513,\"body-img\"],\"bodyImgAlt\":[513,\"body-img-alt\"],\"bodyDivider\":[516,\"body-divider\"],\"clickable\":[516],\"stretch\":[516],\"cardId\":[513,\"card-id\"],\"expandable\":[516],\"expanded\":[1540]}]]],[\"tds-header-hamburger.cjs\",[[1,\"tds-header-hamburger\",{\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-textarea.cjs\",[[2,\"tds-textarea\",{\"label\":[513],\"name\":[513],\"helper\":[513],\"cols\":[514],\"rows\":[514],\"labelPosition\":[513,\"label-position\"],\"placeholder\":[513],\"value\":[513],\"disabled\":[516],\"readOnly\":[516,\"read-only\"],\"hideReadOnlyIcon\":[516,\"hide-read-only-icon\"],\"state\":[513],\"maxLength\":[514,\"max-length\"],\"modeVariant\":[513,\"mode-variant\"],\"autofocus\":[516],\"noMinWidth\":[516,\"no-min-width\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"focusInput\":[32],\"focusElement\":[64]}]]],[\"tds-header-brand-symbol.cjs\",[[257,\"tds-header-brand-symbol\"]]],[\"tds-side-menu-dropdown.cjs\",[[257,\"tds-side-menu-dropdown\",{\"defaultOpen\":[516,\"default-open\"],\"buttonLabel\":[513,\"button-label\"],\"selected\":[516],\"open\":[516],\"hoverState\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"],[1,\"pointerenter\",\"onEventPointerEnter\"],[0,\"focusin\",\"onEventFocus\"],[1,\"pointerleave\",\"onEventPointerLeave\"],[0,\"focusout\",\"onEventBlur\"],[0,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-side-menu-user.cjs\",[[257,\"tds-side-menu-user\",{\"heading\":[513],\"subheading\":[513],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"]}]]],[\"tds-accordion-item.cjs\",[[257,\"tds-accordion-item\",{\"header\":[513],\"expandIconPosition\":[513,\"expand-icon-position\"],\"disabled\":[516],\"expanded\":[516],\"paddingReset\":[516,\"padding-reset\"],\"ariaLevelValue\":[1,\"aria-level-value\"],\"toggleAccordionItem\":[64],\"expand\":[64],\"collapse\":[64],\"isExpanded\":[64]}]]],[\"tds-banner.cjs\",[[257,\"tds-banner\",{\"icon\":[513],\"header\":[513],\"subheader\":[513],\"variant\":[513],\"bannerId\":[513,\"banner-id\"],\"hidden\":[516],\"roleType\":[513,\"role-type\"],\"hideBanner\":[64],\"showBanner\":[64]}]]],[\"tds-datetime.cjs\",[[2,\"tds-datetime\",{\"type\":[513],\"value\":[1537],\"min\":[513],\"max\":[513],\"defaultValue\":[513,\"default-value\"],\"disabled\":[516],\"size\":[513],\"noMinWidth\":[516,\"no-min-width\"],\"modeVariant\":[513,\"mode-variant\"],\"name\":[513],\"state\":[1537],\"autofocus\":[516],\"label\":[513],\"labelPosition\":[513,\"label-position\"],\"helper\":[513],\"helperError\":[513,\"helper-error\"],\"helperErrorInvalid\":[513,\"helper-error-invalid\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"customValidator\":[16],\"focusInput\":[32],\"reset\":[64],\"setValue\":[64],\"focusElement\":[64]},[[0,\"focusin\",\"handleFocusIn\"],[0,\"focusout\",\"handleFocusOut\"]],{\"value\":[{\"onValueChanged\":0}]}]]],[\"tds-folder-tabs.cjs\",[[257,\"tds-folder-tabs\",{\"modeVariant\":[513,\"mode-variant\"],\"defaultSelectedIndex\":[514,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"tdsScrollLeftAriaLabel\":[513,\"tds-scroll-left-aria-label\"],\"tdsScrollRightAriaLabel\":[513,\"tds-scroll-right-aria-label\"],\"buttonWidth\":[32],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64],\"reinitialize\":[64]},null,{\"selectedIndex\":[{\"handleSelectedIndexUpdate\":0}]}]]],[\"tds-footer-group.cjs\",[[257,\"tds-footer-group\",{\"titleText\":[513,\"title-text\"],\"tdsListAriaLabel\":[513,\"tds-list-aria-label\"],\"open\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"tds-header-cell.cjs\",[[257,\"tds-header-cell\",{\"cellKey\":[513,\"cell-key\"],\"cellValue\":[513,\"cell-value\"],\"customWidth\":[513,\"custom-width\"],\"sortable\":[516],\"textAlign\":[513,\"text-align\"],\"disablePadding\":[516,\"disable-padding\"],\"tdsAriaLabelSortButton\":[513,\"tds-aria-label-sort-button\"],\"colSpan\":[514,\"col-span\"],\"rowSpan\":[514,\"row-span\"],\"textAlignState\":[32],\"sortingDirection\":[32],\"sortedByMyKey\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"multiselect\":[32],\"enableToolbarDesign\":[32],\"tableId\":[32],\"expandableRows\":[32],\"sortColumnKey\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalSortButtonClicked\",\"updateOptionsContent\"]]]]],[\"tds-header-launcher-list.cjs\",[[260,\"tds-header-launcher-list\"]]],[\"tds-header-launcher-list-item.cjs\",[[257,\"tds-header-launcher-list-item\"]]],[\"tds-inline-tabs.cjs\",[[257,\"tds-inline-tabs\",{\"modeVariant\":[513,\"mode-variant\"],\"defaultSelectedIndex\":[514,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"tdsScrollLeftAriaLabel\":[513,\"tds-scroll-left-aria-label\"],\"tdsScrollRightAriaLabel\":[513,\"tds-scroll-right-aria-label\"],\"leftPadding\":[514,\"left-padding\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64],\"reinitialize\":[64]},null,{\"selectedIndex\":[{\"handleSelectedIndexUpdate\":0}]}]]],[\"tds-message.cjs\",[[257,\"tds-message\",{\"header\":[513],\"modeVariant\":[513,\"mode-variant\"],\"variant\":[513],\"noIcon\":[516,\"no-icon\"],\"minimal\":[516],\"tdsAlertDialog\":[513,\"tds-alert-dialog\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-modal.cjs\",[[257,\"tds-modal\",{\"header\":[513],\"prevent\":[516],\"size\":[513],\"actionsPosition\":[513,\"actions-position\"],\"selector\":[513],\"referenceEl\":[16],\"show\":[516],\"closable\":[516],\"tdsAlertDialog\":[513,\"tds-alert-dialog\"],\"isShown\":[32],\"activeElementIndex\":[32],\"showModal\":[64],\"closeModal\":[64],\"isOpen\":[64],\"initializeModal\":[64],\"cleanupModal\":[64]},[[10,\"keydown\",\"handleFocusTrap\"]],{\"show\":[{\"handleShowPropChange\":0}]}]]],[\"tds-navigation-tabs.cjs\",[[257,\"tds-navigation-tabs\",{\"modeVariant\":[513,\"mode-variant\"],\"defaultSelectedIndex\":[514,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"leftPadding\":[514,\"left-padding\"],\"tdsScrollLeftAriaLabel\":[513,\"tds-scroll-left-aria-label\"],\"tdsScrollRightAriaLabel\":[513,\"tds-scroll-right-aria-label\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64],\"reinitialize\":[64]},null,{\"selectedIndex\":[{\"handleSelectedIndexUpdate\":0}]}]]],[\"tds-popover-menu.cjs\",[[262,\"tds-popover-menu\",{\"selector\":[513],\"referenceEl\":[16],\"show\":[516],\"defaultShow\":[516,\"default-show\"],\"placement\":[513],\"animation\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"offsetDistance\":[514,\"offset-distance\"],\"fluidWidth\":[516,\"fluid-width\"],\"modeVariant\":[513,\"mode-variant\"],\"childRef\":[32],\"close\":[64]}]]],[\"tds-side-menu-close-button.cjs\",[[1,\"tds-side-menu-close-button\"]]],[\"tds-side-menu-collapse-button.cjs\",[[257,\"tds-side-menu-collapse-button\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-step.cjs\",[[257,\"tds-step\",{\"index\":[513],\"state\":[513],\"tdsAriaCurrent\":[513,\"tds-aria-current\"],\"hideLabels\":[32],\"size\":[32],\"orientation\":[32],\"labelPosition\":[32]},[[16,\"internalTdsPropsChange\",\"handlePropsChange\"]]]]],[\"tds-table-body-input-wrapper.cjs\",[[257,\"tds-table-body-input-wrapper\",{\"showIcon\":[516,\"show-icon\"],\"renderSlot\":[32],\"inputFocused\":[32],\"compactDesign\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-body-row.cjs\",[[257,\"tds-table-body-row\",{\"selected\":[516],\"disabled\":[516],\"clickable\":[516],\"multiselect\":[32],\"mainCheckBoxStatus\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-body-row-expandable.cjs\",[[257,\"tds-table-body-row-expandable\",{\"colSpan\":[514,\"col-span\"],\"rowId\":[513,\"row-id\"],\"expanded\":[516],\"overflow\":[513],\"autoCollapse\":[516,\"auto-collapse\"],\"tdsAriaLabelExpandButton\":[513,\"tds-aria-label-expand-button\"],\"selected\":[516],\"disabled\":[516],\"isExpanded\":[32],\"tableId\":[32],\"columnsNumber\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"modeVariant\":[32],\"multiselect\":[32],\"expand\":[64],\"collapse\":[64]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"tdsChange\",\"handleRowExpand\"]],{\"expanded\":[{\"watchExpanded\":0}]}]]],[\"tds-table-header.cjs\",[[257,\"tds-table-header\",{\"allSelected\":[1540,\"all-selected\"],\"selected\":[1540],\"disabled\":[1540],\"indeterminate\":[516],\"multiselect\":[32],\"expandableRows\":[32],\"mainCheckboxSelected\":[32],\"mainExpendSelected\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"enableToolbarDesign\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsRowExpanded\",\"internalTdsRowExpandedListener\"]]]]],[\"tds-table-header-input-wrapper.cjs\",[[257,\"tds-table-header-input-wrapper\",{\"showIcon\":[516,\"show-icon\"],\"compactDesign\":[516,\"compact-design\"],\"renderSlot\":[32],\"inputFocused\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-toolbar.cjs\",[[257,\"tds-table-toolbar\",{\"tableTitle\":[513,\"table-title\"],\"filter\":[516],\"tdsSearchAriaLabel\":[513,\"tds-search-aria-label\"],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"tableId\":[32],\"horizontalScrollWidth\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-toast.cjs\",[[257,\"tds-toast\",{\"toastId\":[513,\"toast-id\"],\"header\":[513],\"subheader\":[513],\"variant\":[513],\"hidden\":[516],\"closable\":[516],\"toastRole\":[513,\"toast-role\"],\"tdsCloseAriaLabel\":[513,\"tds-close-aria-label\"],\"tdsAriaLive\":[513,\"tds-aria-live\"],\"hideToast\":[64],\"showToast\":[64]}]]],[\"tds-accordion.cjs\",[[257,\"tds-accordion\",{\"modeVariant\":[513,\"mode-variant\"],\"hideLastBorder\":[516,\"hide-last-border\"]}]]],[\"tds-badge.cjs\",[[1,\"tds-badge\",{\"value\":[513],\"hidden\":[516],\"size\":[513],\"tdsAriaLive\":[513,\"tds-aria-live\"],\"tdsAriaLabel\":[32],\"shape\":[32],\"text\":[32]},null,{\"value\":[{\"watchProps\":0}],\"size\":[{\"watchProps\":0}]}]]],[\"tds-block.cjs\",[[257,\"tds-block\",{\"modeVariant\":[513,\"mode-variant\"],\"componentTag\":[513,\"component-tag\"]}]]],[\"tds-body-cell.cjs\",[[257,\"tds-body-cell\",{\"cellValue\":[520,\"cell-value\"],\"cellKey\":[513,\"cell-key\"],\"disablePadding\":[516,\"disable-padding\"],\"textAlign\":[513,\"text-align\"],\"colSpan\":[514,\"col-span\"],\"rowSpan\":[514,\"row-span\"],\"textAlignState\":[32],\"activeSorting\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsHover\",\"internalTdsHoverListener\"],[16,\"internalTdsTextAlign\",\"internalTdsTextAlignListener\"]]]]],[\"tds-breadcrumb.cjs\",[[257,\"tds-breadcrumb\",{\"current\":[516]}]]],[\"tds-breadcrumbs.cjs\",[[257,\"tds-breadcrumbs\",{\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-chip.cjs\",[[262,\"tds-chip\",{\"type\":[513],\"size\":[513],\"chipId\":[513,\"chip-id\"],\"checked\":[1540],\"name\":[513],\"value\":[513],\"disabled\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"]},[[16,\"internalRadioOnChange\",\"handleInternaRadioChange\"]]]]],[\"tds-folder-tab.cjs\",[[257,\"tds-folder-tab\",{\"disabled\":[516],\"selected\":[32],\"tabWidth\":[32],\"setTabWidth\":[64],\"setSelected\":[64]}]]],[\"tds-footer.cjs\",[[257,\"tds-footer\",{\"modeVariant\":[513,\"mode-variant\"]}]]],[\"tds-footer-item.cjs\",[[257,\"tds-footer-item\"]]],[\"tds-header.cjs\",[[260,\"tds-header\"]]],[\"tds-header-dropdown-list-user.cjs\",[[257,\"tds-header-dropdown-list-user\",{\"imgUrl\":[513,\"img-url\"],\"imgAlt\":[513,\"img-alt\"],\"header\":[513],\"subheader\":[513]}]]],[\"tds-header-launcher-grid.cjs\",[[260,\"tds-header-launcher-grid\",{\"headingElement\":[32]}]]],[\"tds-header-launcher-grid-item.cjs\",[[257,\"tds-header-launcher-grid-item\"]]],[\"tds-header-launcher-grid-title.cjs\",[[260,\"tds-header-launcher-grid-title\"]]],[\"tds-header-launcher-list-title.cjs\",[[260,\"tds-header-launcher-list-title\"]]],[\"tds-header-title.cjs\",[[257,\"tds-header-title\"]]],[\"tds-inline-tab.cjs\",[[257,\"tds-inline-tab\",{\"disabled\":[516],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-link.cjs\",[[257,\"tds-link\",{\"disabled\":[516],\"underline\":[516],\"standalone\":[516]}]]],[\"tds-navigation-tab.cjs\",[[257,\"tds-navigation-tab\",{\"disabled\":[516],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-popover-menu-item.cjs\",[[257,\"tds-popover-menu-item\",{\"disabled\":[516]}]]],[\"tds-radio-button.cjs\",[[262,\"tds-radio-button\",{\"name\":[513],\"value\":[513],\"radioId\":[513,\"radio-id\"],\"checked\":[516],\"required\":[516],\"disabled\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"tdsTabIndex\":[514,\"tds-tab-index\"],\"focusElement\":[64]}]]],[\"tds-side-menu.cjs\",[[257,\"tds-side-menu\",{\"open\":[1540],\"persistent\":[516],\"collapsed\":[1540],\"isMobile\":[32],\"isUpperSlotEmpty\":[32],\"isCollapsed\":[32],\"initialCollapsedState\":[32],\"activeElementIndex\":[32]},[[8,\"keydown\",\"handleKeyDown\"],[10,\"keydown\",\"handleFocusTrap\"],[16,\"internalTdsCollapse\",\"collapsedSideMenuEventHandler\"]],{\"collapsed\":[{\"onCollapsedChange\":0}],\"open\":[{\"onOpenChange\":0}]}]]],[\"tds-side-menu-dropdown-list.cjs\",[[257,\"tds-side-menu-dropdown-list\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"]]]]],[\"tds-side-menu-dropdown-list-item.cjs\",[[257,\"tds-side-menu-dropdown-list-item\",{\"selected\":[516],\"dropdownHasIcon\":[32],\"dropdownHasUser\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-side-menu-overlay.cjs\",[[1,\"tds-side-menu-overlay\"]]],[\"tds-spinner.cjs\",[[0,\"tds-spinner\",{\"size\":[513],\"variant\":[513]}]]],[\"tds-stepper.cjs\",[[257,\"tds-stepper\",{\"orientation\":[513],\"labelPosition\":[513,\"label-position\"],\"size\":[513],\"hideLabels\":[516,\"hide-labels\"],\"stepperId\":[513,\"stepper-id\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"]},null,{\"orientation\":[{\"handleDirectionChange\":0}],\"labelPosition\":[{\"handleLabelPositionChange\":0}],\"size\":[{\"handleSizeChange\":0}],\"hideLabels\":[{\"handleHideLabelsChange\":0}]}]]],[\"tds-table.cjs\",[[257,\"tds-table\",{\"verticalDividers\":[516,\"vertical-dividers\"],\"compactDesign\":[516,\"compact-design\"],\"noMinWidth\":[516,\"no-min-width\"],\"multiselect\":[516],\"expandableRows\":[516,\"expandable-rows\"],\"responsive\":[516],\"modeVariant\":[513,\"mode-variant\"],\"zebraMode\":[513,\"zebra-mode\"],\"horizontalScrollWidth\":[513,\"horizontal-scroll-width\"],\"sortColumnKey\":[513,\"sort-column-key\"],\"sortDirection\":[513,\"sort-direction\"],\"tableId\":[513,\"table-id\"],\"enableHorizontalScrollToolbarDesign\":[32],\"enableHorizontalScrollFooterDesign\":[32],\"getSelectedRows\":[64]},null,{\"multiselect\":[{\"multiselectChanged\":0}],\"expandableRows\":[{\"enableExpandableRowsChanged\":0}],\"compactDesign\":[{\"compactDesignChanged\":0}],\"verticalDividers\":[{\"verticalDividersChanged\":0}],\"noMinWidth\":[{\"noMinWidthChanged\":0}],\"zebraMode\":[{\"zebraModeChanged\":0}],\"modeVariant\":[{\"modeVariantChanged\":0}],\"horizontalScrollWidth\":[{\"widthChanged\":0}],\"sortColumnKey\":[{\"sortColumnKeyChanged\":0}],\"sortDirection\":[{\"sortDirectionChanged\":0}]}]]],[\"tds-table-body.cjs\",[[260,\"tds-table-body\",{\"multiselect\":[32],\"enablePaginationTableBody\":[32],\"expandableRows\":[32],\"multiselectArray\":[32],\"multiselectArrayJSON\":[32],\"mainCheckboxStatus\":[32],\"columnsNumber\":[32],\"zebraMode\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsRowChange\",\"bodyCheckboxListener\"]]]]],[\"tds-tag.cjs\",[[262,\"tds-tag\",{\"text\":[513],\"size\":[513],\"variant\":[513]}]]],[\"tds-toggle.cjs\",[[262,\"tds-toggle\",{\"checked\":[516],\"required\":[516],\"size\":[513],\"name\":[513],\"headline\":[513],\"disabled\":[516],\"toggleId\":[513,\"toggle-id\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"toggle\":[64],\"focusElement\":[64]}]]],[\"tds-icon.cjs\",[[1,\"tds-icon\",{\"name\":[513],\"size\":[513],\"svgTitle\":[513,\"svg-title\"],\"tdsAriaHidden\":[516,\"tds-aria-hidden\"],\"svgDescription\":[513,\"svg-description\"]},null,{\"name\":[{\"nameChanged\":0}]}]]],[\"tds-header-launcher-button.cjs\",[[1,\"tds-header-launcher-button\",{\"active\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-text-field.cjs\",[[262,\"tds-text-field\",{\"type\":[513],\"labelPosition\":[513,\"label-position\"],\"label\":[513],\"min\":[520],\"max\":[520],\"step\":[520],\"helper\":[513],\"placeholder\":[513],\"value\":[513],\"disabled\":[516],\"readOnly\":[516,\"read-only\"],\"hideReadOnlyIcon\":[516,\"hide-read-only-icon\"],\"size\":[513],\"modeVariant\":[513,\"mode-variant\"],\"noMinWidth\":[516,\"no-min-width\"],\"name\":[513],\"state\":[513],\"maxLength\":[514,\"max-length\"],\"autofocus\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"required\":[516],\"autocomplete\":[513],\"hideNumberArrows\":[516,\"hide-number-arrows\"],\"focusInput\":[32],\"focusElement\":[64]}]]],[\"tds-header-dropdown-list.cjs\",[[257,\"tds-header-dropdown-list\",{\"size\":[513],\"headingElement\":[32]}]]],[\"tds-header-dropdown-list-item.cjs\",[[257,\"tds-header-dropdown-list-item\",{\"selected\":[516],\"size\":[513]}]]],[\"tds-dropdown_2.cjs\",[[273,\"tds-dropdown-option\",{\"value\":[520],\"disabled\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"internalValue\":[32],\"selected\":[32],\"multiselect\":[32],\"size\":[32],\"setSelected\":[64]},null,{\"value\":[{\"valueWatcher\":0}]}],[257,\"tds-dropdown\",{\"name\":[513],\"disabled\":[516],\"helper\":[513],\"label\":[513],\"labelPosition\":[513,\"label-position\"],\"modeVariant\":[513,\"mode-variant\"],\"openDirection\":[513,\"open-direction\"],\"placeholder\":[513],\"size\":[513],\"animation\":[513],\"error\":[516],\"multiselect\":[516],\"filter\":[516],\"normalizeText\":[516,\"normalize-text\"],\"noResultText\":[513,\"no-result-text\"],\"defaultValue\":[520,\"default-value\"],\"value\":[1032],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"open\":[32],\"internalValue\":[32],\"filterResult\":[32],\"filterFocus\":[32],\"internalDefaultValue\":[32],\"selectedOptions\":[32],\"filterQuery\":[32],\"setValue\":[64],\"reset\":[64],\"removeValue\":[64],\"focusElement\":[64],\"close\":[64],\"updateDisplay\":[64],\"appendValue\":[64]},[[9,\"mousedown\",\"onAnyClick\"],[0,\"focusin\",\"onFocusIn\"],[0,\"focusout\",\"onFocusOut\"],[0,\"keydown\",\"onKeyDown\"]],{\"value\":[{\"handleValueChange\":0}],\"open\":[{\"handleOpenState\":0}],\"defaultValue\":[{\"handleDefaultValueChange\":0}]}]]],[\"tds-popover-canvas.cjs\",[[262,\"tds-popover-canvas\",{\"selector\":[513],\"referenceEl\":[16],\"defaultShow\":[516,\"default-show\"],\"show\":[516],\"placement\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"animation\":[513],\"offsetDistance\":[514,\"offset-distance\"],\"modifiers\":[16],\"tdsAlertDialog\":[513,\"tds-alert-dialog\"],\"modeVariant\":[513,\"mode-variant\"],\"childRef\":[32],\"close\":[64]}]]],[\"tds-button_2.cjs\",[[262,\"tds-button\",{\"text\":[513],\"type\":[513],\"variant\":[513],\"size\":[513],\"disabled\":[516],\"fullbleed\":[516],\"modeVariant\":[513,\"mode-variant\"],\"animation\":[513],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"name\":[513],\"value\":[513],\"onlyIcon\":[32]},[[0,\"keydown\",\"handleKeyDown\"],[0,\"keyup\",\"handleKeyUp\"]]],[1,\"tds-divider\",{\"orientation\":[513],\"variant\":[513]}]]],[\"tds-side-menu-user-image_2.cjs\",[[257,\"tds-side-menu-user-image\",{\"src\":[513],\"alt\":[513]}],[1,\"tds-side-menu-user-label\",{\"heading\":[513],\"subheading\":[513]}]]],[\"tds-side-menu-item.cjs\",[[257,\"tds-side-menu-item\",{\"selected\":[516],\"active\":[516],\"collapsed\":[32],\"hasUserComponent\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-tooltip.cjs\",[[262,\"tds-tooltip\",{\"text\":[513],\"selector\":[513],\"referenceEl\":[16],\"defaultShow\":[516,\"default-show\"],\"mouseOverTooltip\":[516,\"mouse-over-tooltip\"],\"trigger\":[513],\"show\":[1540],\"placement\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"offsetDistance\":[514,\"offset-distance\"],\"tdsAriaDescribedby\":[513,\"tds-aria-describedby\"]},[[8,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-checkbox.cjs\",[[262,\"tds-checkbox\",{\"name\":[513],\"checkboxId\":[513,\"checkbox-id\"],\"disabled\":[516],\"required\":[516],\"checked\":[1540],\"indeterminate\":[1540],\"value\":[513],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"tdsAriaDescribedby\":[513,\"tds-aria-describedby\"],\"toggleCheckbox\":[64],\"focusElement\":[64]},[[4,\"reset\",\"handleFormReset\"]],{\"indeterminate\":[{\"handleIndeterminateState\":0}]}]]],[\"tds-popover-core.cjs\",[[262,\"tds-popover-core\",{\"selector\":[513],\"referenceEl\":[16],\"defaultShow\":[516,\"default-show\"],\"animation\":[513],\"show\":[516],\"placement\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"offsetDistance\":[514,\"offset-distance\"],\"modifiers\":[16],\"trigger\":[513],\"autoHide\":[516,\"auto-hide\"],\"renderedShowValue\":[32],\"popperInstance\":[32],\"target\":[32],\"isShown\":[32],\"disableLogic\":[32],\"hasShownAtLeastOnce\":[32],\"openedByKeyboard\":[32],\"close\":[64]},[[8,\"click\",\"onAnyClick\"],[8,\"internalTdsShow\",\"onTdsShow\"],[8,\"keydown\",\"handleKeydown\"]],{\"show\":[{\"onShowChange\":0}],\"referenceEl\":[{\"onReferenceElChanged\":0}],\"trigger\":[{\"onTriggerChanged\":0}],\"isShown\":[{\"onIsShownChange\":0}]}]]],[\"tds-core-header-item_2.cjs\",[[257,\"tds-header-item\",{\"active\":[516],\"selected\":[516]}],[257,\"tds-core-header-item\"]]]]"), options);
|
|
8
|
+
return index.bootstrapLazy(JSON.parse("[[\"tds-header-launcher.cjs\",[[257,\"tds-header-launcher\",{\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"open\":[32],\"buttonEl\":[32],\"hasListTypeMenu\":[32]},[[8,\"click\",\"onAnyClick\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-header-dropdown.cjs\",[[257,\"tds-header-dropdown\",{\"label\":[513],\"noDropdownIcon\":[516,\"no-dropdown-icon\"],\"selected\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"open\":[32],\"buttonEl\":[32]},[[4,\"click\",\"onAnyClick\"],[8,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-slider.cjs\",[[0,\"tds-slider\",{\"label\":[513],\"value\":[1537],\"min\":[513],\"max\":[513],\"ticks\":[513],\"showTickNumbers\":[516,\"show-tick-numbers\"],\"tooltip\":[516],\"disabled\":[516],\"readOnly\":[516,\"read-only\"],\"controls\":[516],\"input\":[516],\"step\":[513],\"name\":[513],\"thumbSize\":[513,\"thumb-size\"],\"snap\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"sliderId\":[513,\"slider-id\"],\"tdsReadOnlyAriaLabel\":[513,\"tds-read-only-aria-label\"],\"reset\":[64]},[[0,\"keydown\",\"handleKeydown\"],[9,\"mouseup\",\"handleRelease\"],[9,\"touchend\",\"handleRelease\"],[9,\"mousemove\",\"handleMove\"],[9,\"touchmove\",\"handleMove\"]],{\"value\":[{\"handleValueUpdate\":0}]}]]],[\"tds-table-footer.cjs\",[[1,\"tds-table-footer\",{\"pagination\":[516],\"paginationValue\":[1538,\"pagination-value\"],\"paginationLabel\":[513,\"pagination-label\"],\"rowsperpage\":[516],\"rowsPerPageLabel\":[513,\"rows-per-page-label\"],\"rowsPerPageValues\":[16],\"rowsPerPageDropdownOpenDirection\":[1,\"rows-per-page-dropdown-open-direction\"],\"rowsPerPageDropdownAriaLabel\":[513,\"rows-per-page-dropdown-aria-label\"],\"pages\":[514],\"cols\":[514],\"rowsPerPageValue\":[1026,\"rows-per-page-value\"],\"columnsNumber\":[32],\"compactDesign\":[32],\"multiselect\":[32],\"expandableRows\":[32],\"lastCorrectValue\":[32],\"tableId\":[32],\"horizontalScrollWidth\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]],{\"cols\":[{\"colsChanged\":0}],\"multiselect\":[{\"updateColumnsNumber\":0}],\"expandableRows\":[{\"updateColumnsNumber\":0}],\"pages\":[{\"pagesChange\":0}]}]]],[\"tds-card.cjs\",[[257,\"tds-card\",{\"modeVariant\":[513,\"mode-variant\"],\"imagePlacement\":[513,\"image-placement\"],\"header\":[513],\"subheader\":[513],\"bodyImg\":[513,\"body-img\"],\"bodyImgAlt\":[513,\"body-img-alt\"],\"bodyDivider\":[516,\"body-divider\"],\"clickable\":[516],\"stretch\":[516],\"cardId\":[513,\"card-id\"],\"expandable\":[516],\"expanded\":[1540]}]]],[\"tds-header-hamburger.cjs\",[[1,\"tds-header-hamburger\",{\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-textarea.cjs\",[[2,\"tds-textarea\",{\"label\":[513],\"name\":[513],\"helper\":[513],\"cols\":[514],\"rows\":[514],\"labelPosition\":[513,\"label-position\"],\"placeholder\":[513],\"value\":[513],\"disabled\":[516],\"readOnly\":[516,\"read-only\"],\"hideReadOnlyIcon\":[516,\"hide-read-only-icon\"],\"state\":[513],\"maxLength\":[514,\"max-length\"],\"modeVariant\":[513,\"mode-variant\"],\"autofocus\":[516],\"noMinWidth\":[516,\"no-min-width\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"focusInput\":[32],\"focusElement\":[64]}]]],[\"tds-header-brand-symbol.cjs\",[[257,\"tds-header-brand-symbol\"]]],[\"tds-side-menu-dropdown.cjs\",[[257,\"tds-side-menu-dropdown\",{\"defaultOpen\":[516,\"default-open\"],\"buttonLabel\":[513,\"button-label\"],\"selected\":[516],\"open\":[516],\"hoverState\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"],[1,\"pointerenter\",\"onEventPointerEnter\"],[0,\"focusin\",\"onEventFocus\"],[1,\"pointerleave\",\"onEventPointerLeave\"],[0,\"focusout\",\"onEventBlur\"],[0,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-side-menu-user.cjs\",[[257,\"tds-side-menu-user\",{\"heading\":[513],\"subheading\":[513],\"imgSrc\":[513,\"img-src\"],\"imgAlt\":[513,\"img-alt\"]}]]],[\"tds-accordion-item.cjs\",[[257,\"tds-accordion-item\",{\"header\":[513],\"expandIconPosition\":[513,\"expand-icon-position\"],\"disabled\":[516],\"expanded\":[516],\"paddingReset\":[516,\"padding-reset\"],\"ariaLevelValue\":[1,\"aria-level-value\"],\"toggleAccordionItem\":[64],\"expand\":[64],\"collapse\":[64],\"isExpanded\":[64]}]]],[\"tds-banner.cjs\",[[257,\"tds-banner\",{\"icon\":[513],\"header\":[513],\"subheader\":[513],\"variant\":[513],\"bannerId\":[513,\"banner-id\"],\"hidden\":[516],\"roleType\":[513,\"role-type\"],\"hideBanner\":[64],\"showBanner\":[64]}]]],[\"tds-datetime.cjs\",[[2,\"tds-datetime\",{\"type\":[513],\"value\":[1537],\"min\":[513],\"max\":[513],\"defaultValue\":[513,\"default-value\"],\"disabled\":[516],\"size\":[513],\"noMinWidth\":[516,\"no-min-width\"],\"modeVariant\":[513,\"mode-variant\"],\"name\":[513],\"state\":[1537],\"autofocus\":[516],\"label\":[513],\"labelPosition\":[513,\"label-position\"],\"helper\":[513],\"helperError\":[513,\"helper-error\"],\"helperErrorInvalid\":[513,\"helper-error-invalid\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"customValidator\":[16],\"focusInput\":[32],\"reset\":[64],\"setValue\":[64],\"focusElement\":[64]},[[0,\"focusin\",\"handleFocusIn\"],[0,\"focusout\",\"handleFocusOut\"]],{\"value\":[{\"onValueChanged\":0}]}]]],[\"tds-folder-tabs.cjs\",[[257,\"tds-folder-tabs\",{\"modeVariant\":[513,\"mode-variant\"],\"defaultSelectedIndex\":[514,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"tdsScrollLeftAriaLabel\":[513,\"tds-scroll-left-aria-label\"],\"tdsScrollRightAriaLabel\":[513,\"tds-scroll-right-aria-label\"],\"buttonWidth\":[32],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64],\"reinitialize\":[64]},null,{\"selectedIndex\":[{\"handleSelectedIndexUpdate\":0}]}]]],[\"tds-footer-group.cjs\",[[257,\"tds-footer-group\",{\"titleText\":[513,\"title-text\"],\"tdsListAriaLabel\":[513,\"tds-list-aria-label\"],\"open\":[32],\"isMobile\":[32]},[[9,\"resize\",\"handleResize\"]]]]],[\"tds-header-cell.cjs\",[[257,\"tds-header-cell\",{\"cellKey\":[513,\"cell-key\"],\"cellValue\":[513,\"cell-value\"],\"customWidth\":[513,\"custom-width\"],\"sortable\":[516],\"textAlign\":[513,\"text-align\"],\"disablePadding\":[516,\"disable-padding\"],\"tdsAriaLabelSortButton\":[513,\"tds-aria-label-sort-button\"],\"colSpan\":[514,\"col-span\"],\"rowSpan\":[514,\"row-span\"],\"textAlignState\":[32],\"sortingDirection\":[32],\"sortedByMyKey\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"multiselect\":[32],\"enableToolbarDesign\":[32],\"tableId\":[32],\"expandableRows\":[32],\"sortColumnKey\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalSortButtonClicked\",\"updateOptionsContent\"]]]]],[\"tds-header-launcher-list.cjs\",[[260,\"tds-header-launcher-list\"]]],[\"tds-header-launcher-list-item.cjs\",[[257,\"tds-header-launcher-list-item\"]]],[\"tds-inline-tabs.cjs\",[[257,\"tds-inline-tabs\",{\"modeVariant\":[513,\"mode-variant\"],\"defaultSelectedIndex\":[514,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"tdsScrollLeftAriaLabel\":[513,\"tds-scroll-left-aria-label\"],\"tdsScrollRightAriaLabel\":[513,\"tds-scroll-right-aria-label\"],\"leftPadding\":[514,\"left-padding\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64],\"reinitialize\":[64]},null,{\"selectedIndex\":[{\"handleSelectedIndexUpdate\":0}]}]]],[\"tds-message.cjs\",[[257,\"tds-message\",{\"header\":[513],\"modeVariant\":[513,\"mode-variant\"],\"variant\":[513],\"noIcon\":[516,\"no-icon\"],\"minimal\":[516],\"tdsAlertDialog\":[513,\"tds-alert-dialog\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-modal.cjs\",[[257,\"tds-modal\",{\"header\":[513],\"prevent\":[516],\"size\":[513],\"actionsPosition\":[513,\"actions-position\"],\"selector\":[513],\"referenceEl\":[16],\"show\":[516],\"closable\":[516],\"tdsAlertDialog\":[513,\"tds-alert-dialog\"],\"isShown\":[32],\"activeElementIndex\":[32],\"showModal\":[64],\"closeModal\":[64],\"isOpen\":[64],\"initializeModal\":[64],\"cleanupModal\":[64]},[[10,\"keydown\",\"handleFocusTrap\"]],{\"show\":[{\"handleShowPropChange\":0}]}]]],[\"tds-navigation-tabs.cjs\",[[257,\"tds-navigation-tabs\",{\"modeVariant\":[513,\"mode-variant\"],\"defaultSelectedIndex\":[514,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"leftPadding\":[514,\"left-padding\"],\"tdsScrollLeftAriaLabel\":[513,\"tds-scroll-left-aria-label\"],\"tdsScrollRightAriaLabel\":[513,\"tds-scroll-right-aria-label\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64],\"reinitialize\":[64]},null,{\"selectedIndex\":[{\"handleSelectedIndexUpdate\":0}]}]]],[\"tds-popover-menu.cjs\",[[262,\"tds-popover-menu\",{\"selector\":[513],\"referenceEl\":[16],\"show\":[516],\"defaultShow\":[516,\"default-show\"],\"placement\":[513],\"animation\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"offsetDistance\":[514,\"offset-distance\"],\"fluidWidth\":[516,\"fluid-width\"],\"modeVariant\":[513,\"mode-variant\"],\"childRef\":[32],\"close\":[64]}]]],[\"tds-side-menu-close-button.cjs\",[[1,\"tds-side-menu-close-button\"]]],[\"tds-side-menu-collapse-button.cjs\",[[257,\"tds-side-menu-collapse-button\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-step.cjs\",[[257,\"tds-step\",{\"index\":[513],\"state\":[513],\"tdsAriaCurrent\":[513,\"tds-aria-current\"],\"hideLabels\":[32],\"size\":[32],\"orientation\":[32],\"labelPosition\":[32]},[[16,\"internalTdsPropsChange\",\"handlePropsChange\"]]]]],[\"tds-table-body-input-wrapper.cjs\",[[257,\"tds-table-body-input-wrapper\",{\"showIcon\":[516,\"show-icon\"],\"renderSlot\":[32],\"inputFocused\":[32],\"compactDesign\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-body-row.cjs\",[[257,\"tds-table-body-row\",{\"selected\":[516],\"disabled\":[516],\"clickable\":[516],\"multiselect\":[32],\"mainCheckBoxStatus\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-body-row-expandable.cjs\",[[257,\"tds-table-body-row-expandable\",{\"colSpan\":[514,\"col-span\"],\"rowId\":[513,\"row-id\"],\"expanded\":[516],\"overflow\":[513],\"autoCollapse\":[516,\"auto-collapse\"],\"tdsAriaLabelExpandButton\":[513,\"tds-aria-label-expand-button\"],\"selected\":[516],\"disabled\":[516],\"isExpanded\":[32],\"tableId\":[32],\"columnsNumber\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"modeVariant\":[32],\"multiselect\":[32],\"expand\":[64],\"collapse\":[64]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"tdsChange\",\"handleRowExpand\"]],{\"expanded\":[{\"watchExpanded\":0}]}]]],[\"tds-table-header.cjs\",[[257,\"tds-table-header\",{\"allSelected\":[1540,\"all-selected\"],\"selected\":[1540],\"disabled\":[1540],\"indeterminate\":[516],\"multiselect\":[32],\"expandableRows\":[32],\"mainCheckboxSelected\":[32],\"mainExpendSelected\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"enableToolbarDesign\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsRowExpanded\",\"internalTdsRowExpandedListener\"]]]]],[\"tds-table-header-input-wrapper.cjs\",[[257,\"tds-table-header-input-wrapper\",{\"showIcon\":[516,\"show-icon\"],\"compactDesign\":[516,\"compact-design\"],\"renderSlot\":[32],\"inputFocused\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-toolbar.cjs\",[[257,\"tds-table-toolbar\",{\"tableTitle\":[513,\"table-title\"],\"filter\":[516],\"tdsSearchAriaLabel\":[513,\"tds-search-aria-label\"],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"tableId\":[32],\"horizontalScrollWidth\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-toast.cjs\",[[257,\"tds-toast\",{\"toastId\":[513,\"toast-id\"],\"header\":[513],\"subheader\":[513],\"variant\":[513],\"hidden\":[516],\"closable\":[516],\"toastRole\":[513,\"toast-role\"],\"tdsCloseAriaLabel\":[513,\"tds-close-aria-label\"],\"tdsAriaLive\":[513,\"tds-aria-live\"],\"hideToast\":[64],\"showToast\":[64]}]]],[\"tds-accordion.cjs\",[[257,\"tds-accordion\",{\"modeVariant\":[513,\"mode-variant\"],\"hideLastBorder\":[516,\"hide-last-border\"]}]]],[\"tds-badge.cjs\",[[1,\"tds-badge\",{\"value\":[513],\"hidden\":[516],\"size\":[513],\"tdsAriaLive\":[513,\"tds-aria-live\"],\"tdsAriaLabel\":[32],\"shape\":[32],\"text\":[32]},null,{\"value\":[{\"watchProps\":0}],\"size\":[{\"watchProps\":0}]}]]],[\"tds-block.cjs\",[[257,\"tds-block\",{\"modeVariant\":[513,\"mode-variant\"],\"componentTag\":[513,\"component-tag\"]}]]],[\"tds-body-cell.cjs\",[[257,\"tds-body-cell\",{\"cellValue\":[520,\"cell-value\"],\"cellKey\":[513,\"cell-key\"],\"disablePadding\":[516,\"disable-padding\"],\"textAlign\":[513,\"text-align\"],\"colSpan\":[514,\"col-span\"],\"rowSpan\":[514,\"row-span\"],\"textAlignState\":[32],\"activeSorting\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsHover\",\"internalTdsHoverListener\"],[16,\"internalTdsTextAlign\",\"internalTdsTextAlignListener\"]]]]],[\"tds-breadcrumb.cjs\",[[257,\"tds-breadcrumb\",{\"current\":[516]}]]],[\"tds-breadcrumbs.cjs\",[[257,\"tds-breadcrumbs\",{\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-chip.cjs\",[[262,\"tds-chip\",{\"type\":[513],\"size\":[513],\"chipId\":[513,\"chip-id\"],\"checked\":[1540],\"name\":[513],\"value\":[513],\"disabled\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"]},[[16,\"internalRadioOnChange\",\"handleInternaRadioChange\"]]]]],[\"tds-folder-tab.cjs\",[[257,\"tds-folder-tab\",{\"disabled\":[516],\"selected\":[32],\"tabWidth\":[32],\"setTabWidth\":[64],\"setSelected\":[64]}]]],[\"tds-footer.cjs\",[[257,\"tds-footer\",{\"modeVariant\":[513,\"mode-variant\"]}]]],[\"tds-footer-item.cjs\",[[257,\"tds-footer-item\"]]],[\"tds-header.cjs\",[[260,\"tds-header\"]]],[\"tds-header-dropdown-list-user.cjs\",[[257,\"tds-header-dropdown-list-user\",{\"imgUrl\":[513,\"img-url\"],\"imgAlt\":[513,\"img-alt\"],\"header\":[513],\"subheader\":[513]}]]],[\"tds-header-launcher-grid.cjs\",[[260,\"tds-header-launcher-grid\",{\"headingElement\":[32]}]]],[\"tds-header-launcher-grid-item.cjs\",[[257,\"tds-header-launcher-grid-item\"]]],[\"tds-header-launcher-grid-title.cjs\",[[260,\"tds-header-launcher-grid-title\"]]],[\"tds-header-launcher-list-title.cjs\",[[260,\"tds-header-launcher-list-title\"]]],[\"tds-header-title.cjs\",[[257,\"tds-header-title\"]]],[\"tds-inline-tab.cjs\",[[257,\"tds-inline-tab\",{\"disabled\":[516],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-link.cjs\",[[257,\"tds-link\",{\"disabled\":[516],\"underline\":[516],\"standalone\":[516]}]]],[\"tds-navigation-tab.cjs\",[[257,\"tds-navigation-tab\",{\"disabled\":[516],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-popover-menu-item.cjs\",[[257,\"tds-popover-menu-item\",{\"disabled\":[516]}]]],[\"tds-radio-button.cjs\",[[262,\"tds-radio-button\",{\"name\":[513],\"value\":[513],\"radioId\":[513,\"radio-id\"],\"checked\":[516],\"required\":[516],\"disabled\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"tdsTabIndex\":[514,\"tds-tab-index\"],\"focusElement\":[64]}]]],[\"tds-side-menu.cjs\",[[257,\"tds-side-menu\",{\"open\":[1540],\"persistent\":[516],\"collapsed\":[1540],\"isMobile\":[32],\"isUpperSlotEmpty\":[32],\"isCollapsed\":[32],\"initialCollapsedState\":[32],\"activeElementIndex\":[32]},[[8,\"keydown\",\"handleKeyDown\"],[10,\"keydown\",\"handleFocusTrap\"],[16,\"internalTdsCollapse\",\"collapsedSideMenuEventHandler\"]],{\"collapsed\":[{\"onCollapsedChange\":0}],\"open\":[{\"onOpenChange\":0}]}]]],[\"tds-side-menu-dropdown-list.cjs\",[[257,\"tds-side-menu-dropdown-list\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"]]]]],[\"tds-side-menu-dropdown-list-item.cjs\",[[257,\"tds-side-menu-dropdown-list-item\",{\"selected\":[516],\"dropdownHasIcon\":[32],\"dropdownHasUser\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-side-menu-overlay.cjs\",[[1,\"tds-side-menu-overlay\"]]],[\"tds-spinner.cjs\",[[0,\"tds-spinner\",{\"size\":[513],\"variant\":[513]}]]],[\"tds-stepper.cjs\",[[257,\"tds-stepper\",{\"orientation\":[513],\"labelPosition\":[513,\"label-position\"],\"size\":[513],\"hideLabels\":[516,\"hide-labels\"],\"stepperId\":[513,\"stepper-id\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"]},null,{\"orientation\":[{\"handleDirectionChange\":0}],\"labelPosition\":[{\"handleLabelPositionChange\":0}],\"size\":[{\"handleSizeChange\":0}],\"hideLabels\":[{\"handleHideLabelsChange\":0}]}]]],[\"tds-table.cjs\",[[257,\"tds-table\",{\"verticalDividers\":[516,\"vertical-dividers\"],\"compactDesign\":[516,\"compact-design\"],\"noMinWidth\":[516,\"no-min-width\"],\"multiselect\":[516],\"expandableRows\":[516,\"expandable-rows\"],\"responsive\":[516],\"modeVariant\":[513,\"mode-variant\"],\"zebraMode\":[513,\"zebra-mode\"],\"horizontalScrollWidth\":[513,\"horizontal-scroll-width\"],\"sortColumnKey\":[513,\"sort-column-key\"],\"sortDirection\":[513,\"sort-direction\"],\"tableId\":[513,\"table-id\"],\"enableHorizontalScrollToolbarDesign\":[32],\"enableHorizontalScrollFooterDesign\":[32],\"getSelectedRows\":[64]},null,{\"multiselect\":[{\"multiselectChanged\":0}],\"expandableRows\":[{\"enableExpandableRowsChanged\":0}],\"compactDesign\":[{\"compactDesignChanged\":0}],\"verticalDividers\":[{\"verticalDividersChanged\":0}],\"noMinWidth\":[{\"noMinWidthChanged\":0}],\"zebraMode\":[{\"zebraModeChanged\":0}],\"modeVariant\":[{\"modeVariantChanged\":0}],\"horizontalScrollWidth\":[{\"widthChanged\":0}],\"sortColumnKey\":[{\"sortColumnKeyChanged\":0}],\"sortDirection\":[{\"sortDirectionChanged\":0}]}]]],[\"tds-table-body.cjs\",[[260,\"tds-table-body\",{\"multiselect\":[32],\"enablePaginationTableBody\":[32],\"expandableRows\":[32],\"multiselectArray\":[32],\"multiselectArrayJSON\":[32],\"mainCheckboxStatus\":[32],\"columnsNumber\":[32],\"zebraMode\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsRowChange\",\"bodyCheckboxListener\"]]]]],[\"tds-tag.cjs\",[[262,\"tds-tag\",{\"text\":[513],\"size\":[513],\"variant\":[513]}]]],[\"tds-toggle.cjs\",[[262,\"tds-toggle\",{\"checked\":[516],\"required\":[516],\"size\":[513],\"name\":[513],\"headline\":[513],\"disabled\":[516],\"toggleId\":[513,\"toggle-id\"],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"toggle\":[64],\"focusElement\":[64]}]]],[\"tds-icon.cjs\",[[1,\"tds-icon\",{\"name\":[513],\"size\":[513],\"svgTitle\":[513,\"svg-title\"],\"tdsAriaHidden\":[516,\"tds-aria-hidden\"],\"svgDescription\":[513,\"svg-description\"]},null,{\"name\":[{\"nameChanged\":0}]}]]],[\"tds-header-launcher-button.cjs\",[[1,\"tds-header-launcher-button\",{\"active\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"]}]]],[\"tds-text-field.cjs\",[[262,\"tds-text-field\",{\"type\":[513],\"labelPosition\":[513,\"label-position\"],\"label\":[513],\"min\":[520],\"max\":[520],\"step\":[520],\"helper\":[513],\"placeholder\":[513],\"value\":[513],\"disabled\":[516],\"readOnly\":[516,\"read-only\"],\"hideReadOnlyIcon\":[516,\"hide-read-only-icon\"],\"size\":[513],\"modeVariant\":[513,\"mode-variant\"],\"noMinWidth\":[516,\"no-min-width\"],\"name\":[513],\"state\":[513],\"maxLength\":[514,\"max-length\"],\"autofocus\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"required\":[516],\"autocomplete\":[513],\"hideNumberArrows\":[516,\"hide-number-arrows\"],\"focusInput\":[32],\"focusElement\":[64]}]]],[\"tds-header-dropdown-list.cjs\",[[257,\"tds-header-dropdown-list\",{\"size\":[513],\"headingElement\":[32]}]]],[\"tds-header-dropdown-list-item.cjs\",[[257,\"tds-header-dropdown-list-item\",{\"selected\":[516],\"size\":[513]}]]],[\"tds-dropdown_2.cjs\",[[273,\"tds-dropdown-option\",{\"value\":[520],\"disabled\":[516],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"internalValue\":[32],\"selected\":[32],\"multiselect\":[32],\"size\":[32],\"setSelected\":[64]},null,{\"value\":[{\"valueWatcher\":0}]}],[257,\"tds-dropdown\",{\"name\":[513],\"disabled\":[516],\"helper\":[513],\"label\":[513],\"labelPosition\":[513,\"label-position\"],\"modeVariant\":[513,\"mode-variant\"],\"openDirection\":[513,\"open-direction\"],\"placeholder\":[513],\"size\":[513],\"animation\":[513],\"error\":[516],\"multiselect\":[516],\"filter\":[516],\"normalizeText\":[516,\"normalize-text\"],\"noResultText\":[513,\"no-result-text\"],\"defaultValue\":[520,\"default-value\"],\"value\":[1032],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"open\":[32],\"internalValue\":[32],\"filterResult\":[32],\"filterFocus\":[32],\"internalDefaultValue\":[32],\"selectedOptions\":[32],\"filterQuery\":[32],\"setValue\":[64],\"reset\":[64],\"removeValue\":[64],\"focusElement\":[64],\"close\":[64],\"updateDisplay\":[64],\"appendValue\":[64]},[[9,\"mousedown\",\"onAnyClick\"],[0,\"focusin\",\"onFocusIn\"],[0,\"focusout\",\"onFocusOut\"],[0,\"keydown\",\"onKeyDown\"]],{\"value\":[{\"handleValueChange\":0}],\"open\":[{\"handleOpenState\":0}],\"defaultValue\":[{\"handleDefaultValueChange\":0}]}]]],[\"tds-popover-canvas.cjs\",[[262,\"tds-popover-canvas\",{\"selector\":[513],\"referenceEl\":[16],\"defaultShow\":[516,\"default-show\"],\"show\":[516],\"placement\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"animation\":[513],\"offsetDistance\":[514,\"offset-distance\"],\"modifiers\":[16],\"tdsAlertDialog\":[513,\"tds-alert-dialog\"],\"modeVariant\":[513,\"mode-variant\"],\"childRef\":[32],\"close\":[64]}]]],[\"tds-button_2.cjs\",[[262,\"tds-button\",{\"text\":[513],\"type\":[513],\"variant\":[513],\"size\":[513],\"disabled\":[516],\"fullbleed\":[516],\"modeVariant\":[513,\"mode-variant\"],\"animation\":[513],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"name\":[513],\"value\":[513],\"onlyIcon\":[32]},[[0,\"keydown\",\"handleKeyDown\"],[0,\"keyup\",\"handleKeyUp\"]]],[1,\"tds-divider\",{\"orientation\":[513],\"variant\":[513]}]]],[\"tds-side-menu-user-image_2.cjs\",[[257,\"tds-side-menu-user-image\",{\"src\":[513],\"alt\":[513]}],[1,\"tds-side-menu-user-label\",{\"heading\":[513],\"subheading\":[513]}]]],[\"tds-side-menu-item.cjs\",[[257,\"tds-side-menu-item\",{\"selected\":[516],\"active\":[516],\"collapsed\":[32],\"hasUserComponent\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-tooltip.cjs\",[[262,\"tds-tooltip\",{\"text\":[513],\"selector\":[513],\"referenceEl\":[16],\"defaultShow\":[516,\"default-show\"],\"mouseOverTooltip\":[516,\"mouse-over-tooltip\"],\"trigger\":[513],\"show\":[1540],\"placement\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"offsetDistance\":[514,\"offset-distance\"],\"tdsAriaDescribedby\":[513,\"tds-aria-describedby\"]},[[8,\"keydown\",\"handleKeyDown\"]]]]],[\"tds-checkbox.cjs\",[[262,\"tds-checkbox\",{\"name\":[513],\"checkboxId\":[513,\"checkbox-id\"],\"disabled\":[516],\"required\":[516],\"checked\":[1540],\"indeterminate\":[1540],\"value\":[513],\"tdsAriaLabel\":[513,\"tds-aria-label\"],\"tdsAriaDescribedby\":[513,\"tds-aria-describedby\"],\"toggleCheckbox\":[64],\"focusElement\":[64]},[[4,\"reset\",\"handleFormReset\"]],{\"indeterminate\":[{\"handleIndeterminateState\":0}]}]]],[\"tds-popover-core.cjs\",[[262,\"tds-popover-core\",{\"selector\":[513],\"referenceEl\":[16],\"defaultShow\":[516,\"default-show\"],\"animation\":[513],\"show\":[516],\"placement\":[513],\"offsetSkidding\":[514,\"offset-skidding\"],\"offsetDistance\":[514,\"offset-distance\"],\"modifiers\":[16],\"trigger\":[513],\"autoHide\":[516,\"auto-hide\"],\"renderedShowValue\":[32],\"popperInstance\":[32],\"target\":[32],\"isShown\":[32],\"disableLogic\":[32],\"hasShownAtLeastOnce\":[32],\"openedByKeyboard\":[32],\"close\":[64]},[[8,\"click\",\"onAnyClick\"],[8,\"internalTdsShow\",\"onTdsShow\"],[8,\"keydown\",\"handleKeydown\"]],{\"show\":[{\"onShowChange\":0}],\"referenceEl\":[{\"onReferenceElChanged\":0}],\"trigger\":[{\"onTriggerChanged\":0}],\"isShown\":[{\"onIsShownChange\":0}]}]]],[\"tds-core-header-item_2.cjs\",[[257,\"tds-header-item\",{\"active\":[516],\"selected\":[516]}],[257,\"tds-core-header-item\"]]]]"), options);
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.setNonce = index.setNonce;
|
|
@@ -4,7 +4,7 @@ var index = require('./index-DPzF1h3L.js');
|
|
|
4
4
|
var generateUniqueId = require('./generateUniqueId-ComXTAM_.js');
|
|
5
5
|
var hasSlot = require('./hasSlot-D-DVNhGg.js');
|
|
6
6
|
|
|
7
|
-
const cardCss = () =>
|
|
7
|
+
const cardCss = () => `:host{display:block}.card{box-sizing:border-box;box-shadow:var(--tds-card-box);background-color:var(--tds-card-background);display:block;width:100%;border-radius:var(--tds-card-border-radius);overflow:hidden}.card *{box-sizing:border-box}.card.clickable:hover{box-shadow:var(--tds-card-box-hover);cursor:pointer}.card .card-header{font-family:var(--headline-06-font-family);font-size:var(--headline-06-font-size);line-height:var(--headline-06-line-height);font-weight:var(--headline-06-font-weight);letter-spacing:var(--headline-06-letter-spacing);text-transform:var(--headline-06-text-transform);padding:16px;display:flex;align-items:center}.card .card-header slot[name=thumbnail]::slotted(*){width:36px;height:36px;border-radius:100%;margin-right:16px;background-color:var(--color-background-layer-03)}.card .card-header .card-top-header{padding-left:16px;display:flex;flex-direction:column}.card .card-header .card-top-header.no-header-img{padding-left:0}.card .card-header.below{padding-top:16px}.card .card-header.expandable tds-icon{cursor:pointer;margin-left:auto;transition:transform 160ms ease-in-out, opacity 120ms ease-in-out}.card .card-header.expandable tds-icon.rotated{transform:rotate(180deg)}.card .header-subheader{display:flex;flex-direction:column;width:100%;gap:4px}.card .header-subheader .header,.card .header-subheader slot[name=header]{color:var(--tds-card-headline)}.card .header-subheader .subheader,.card .header-subheader slot[name=subheader]{color:var(--tds-card-sub-headline)}.card .card-body-img{width:100%}.card .tds-divider{margin:16px 16px 0;background-color:var(--tds-card-divider);height:1px}.card .card-body{display:block;word-wrap:break-word}.card slot[name=body]::slotted(*){font-family:var(--detail-03-font-family);font-size:var(--detail-03-font-size);line-height:var(--detail-03-line-height);font-weight:var(--detail-03-font-weight);letter-spacing:var(--detail-03-letter-spacing);text-transform:var(--detail-03-text-transform);color:var(--tds-card-body-color);padding:0 16px;margin-bottom:16px;margin-top:16px;max-width:336px}.card slot[name=actions]::slotted(*){display:flex;padding:16px;color:var(--tds-card-icon-color)}:host([stretch]) .card{height:100%}button{width:100%;border:none;text-align:left;padding:0}button:focus-visible{outline:2px solid var(--tds-blue-400);outline-offset:-2px}button:active{box-shadow:var(--tds-card-box-pressed)}.below-header-stretch,.above-header-stretch{display:flex;flex-direction:column}.below-header-stretch .stretch,.above-header-stretch .stretch{display:flex;flex-direction:column;flex-grow:1;width:100%}.below-header-stretch .card-body,.above-header-stretch .card-body{display:flex;flex-direction:column;flex-grow:1}.below-header-stretch .card-body slot[name=body]::slotted(*),.above-header-stretch .card-body slot[name=body]::slotted(*){max-width:unset;flex-grow:1}:host([expandable]:not([expanded])) .card-body slot[name=body]{display:none}`;
|
|
8
8
|
|
|
9
9
|
const TdsCard = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -18,6 +18,7 @@ const TdsCard = class {
|
|
|
18
18
|
this.bodyDivider = false;
|
|
19
19
|
/** Makes the Card clickable. */
|
|
20
20
|
this.clickable = false;
|
|
21
|
+
/** Makes the Card fill the available height in stretching layouts and lets the body section grow. */
|
|
21
22
|
this.stretch = false;
|
|
22
23
|
/** ID for the Card, must be unique.
|
|
23
24
|
*
|
|
@@ -66,7 +67,7 @@ const TdsCard = class {
|
|
|
66
67
|
[`${this.imagePlacement}-stretch`]: this.stretch,
|
|
67
68
|
};
|
|
68
69
|
const ariaLabel = this.header ? this.header : `Card ${this.cardId}`;
|
|
69
|
-
return (index.h(index.Host, { key: '
|
|
70
|
+
return (index.h(index.Host, { key: 'b80a87682ca93e2812db50e5aa47865127e195e6', class: { [`tds-mode-variant-${this.modeVariant}`]: !!this.modeVariant } }, this.clickable ? (index.h("button", { class: cardStyle, onClick: this.handleClick, "aria-label": ariaLabel, "aria-describedby": `header-${this.cardId}` }, this.getCardContent())) : (index.h("div", { class: cardStyle }, this.getCardContent()))));
|
|
70
71
|
}
|
|
71
72
|
get host() { return index.getElement(this); }
|
|
72
73
|
};
|
|
@@ -38,10 +38,10 @@ const TdsFolderTab = class {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
render() {
|
|
41
|
-
return (index.h(index.Host, { key: '
|
|
41
|
+
return (index.h(index.Host, { key: '5b4c8d2ab085c9be43403c2330ffb1dfd187cd08', "aria-selected": this.selected }, index.h("div", { key: 'dadda798fcce1cc0dc47ebbf50ce1c9b439052ab', class: {
|
|
42
42
|
selected: this.selected,
|
|
43
43
|
disabled: this.disabled,
|
|
44
|
-
}, style: { width: `${this.tabWidth}px` } }, index.h("slot", { key: '
|
|
44
|
+
}, style: { width: `${this.tabWidth}px` } }, index.h("slot", { key: '4b4a1ee2671fb5b298588a74c44b056bb58081d5' }))));
|
|
45
45
|
}
|
|
46
46
|
get host() { return index.getElement(this); }
|
|
47
47
|
};
|
|
@@ -49,7 +49,7 @@ const TdsFolderTabs = class {
|
|
|
49
49
|
};
|
|
50
50
|
this.addEventListenerToTabs = () => {
|
|
51
51
|
this.tabElements = Array.from(this.host.children);
|
|
52
|
-
this.tabElements.
|
|
52
|
+
this.tabElements.forEach((item, index) => {
|
|
53
53
|
const clickHandler = () => {
|
|
54
54
|
if (!item.disabled) {
|
|
55
55
|
const tdsChangeEvent = this.tdsChange.emit({
|
|
@@ -64,7 +64,6 @@ const TdsFolderTabs = class {
|
|
|
64
64
|
};
|
|
65
65
|
item.addEventListener('click', clickHandler);
|
|
66
66
|
this.clickHandlers.set(item, clickHandler); // Store the handler in WeakMap
|
|
67
|
-
return item;
|
|
68
67
|
});
|
|
69
68
|
};
|
|
70
69
|
this.removeEventListenerFromTabs = () => {
|
|
@@ -182,9 +181,9 @@ const TdsFolderTabs = class {
|
|
|
182
181
|
this.removeEventListenerFromTabs();
|
|
183
182
|
}
|
|
184
183
|
render() {
|
|
185
|
-
return (index.h(index.Host, { key: '
|
|
184
|
+
return (index.h(index.Host, { key: '5a514ad6fbd392b08496a09a20598ef5475094c8', role: "tablist", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, index.h("div", { key: 'fa544277ee2adb5b4cda82972e4027cf411fa9d1', class: "wrapper", ref: (el) => {
|
|
186
185
|
this.navWrapperElement = el;
|
|
187
|
-
} }, index.h("button", { key: '
|
|
186
|
+
} }, index.h("button", { key: 'cb2b3bb4d4bc420c4a916e6731c226bc3ebd8c6b', "aria-label": this.tdsScrollLeftAriaLabel, class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, disabled: !this.showLeftScroll, onClick: () => this.scrollLeft() }, index.h("tds-icon", { key: '2cfece96b48343b5caa87952457439932e178eda', name: "chevron_left", size: "20px" })), index.h("slot", { key: '2813c0254fd9a8fbce52e4c1d27b8eb344314137', onSlotchange: () => this.handleSlotChange() }), index.h("button", { key: '08e2612873a7311ff35a0fecc1e72bb020a30cf3', "aria-label": this.tdsScrollRightAriaLabel, class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, disabled: !this.showRightScroll, onClick: () => this.scrollRight() }, index.h("tds-icon", { key: 'd90995179f38202e249a889ce9e909d9218184e0', name: "chevron_right", size: "20px" })))));
|
|
188
187
|
}
|
|
189
188
|
get host() { return index.getElement(this); }
|
|
190
189
|
static get watchers() { return {
|
|
@@ -144,7 +144,7 @@ const TdsTableHeaderCell = class {
|
|
|
144
144
|
return 'none';
|
|
145
145
|
}
|
|
146
146
|
render() {
|
|
147
|
-
return (index.h(index.Host, { key: '
|
|
147
|
+
return (index.h(index.Host, { key: 'fa26adb6bbc2221337613d4e0cdbd9d356c97a36', class: {
|
|
148
148
|
'tds-table__header-cell': true,
|
|
149
149
|
'tds-table__header-cell--sortable': this.sortable,
|
|
150
150
|
'tds-table__header-cell--is-sorted': this.sortedByMyKey,
|
|
@@ -155,7 +155,7 @@ const TdsTableHeaderCell = class {
|
|
|
155
155
|
'tds-table--extra-column': this.multiselect || this.expandableRows,
|
|
156
156
|
'tds-table--toolbar-available': this.enableToolbarDesign,
|
|
157
157
|
'tds-table--no-padding': this.disablePadding,
|
|
158
|
-
} }, index.h("th", { key: '
|
|
158
|
+
} }, index.h("th", { key: '93d822a9b0c7fb7ef5a45a2440057afc8a8bd962', style: { minWidth: this.customWidth }, onMouseOver: () => this.onHeadCellHover(this.cellKey), onFocus: () => this.onHeadCellHover(this.cellKey), onMouseLeave: () => this.onHeadCellHover(''), onBlur: () => this.onHeadCellHover(''), "aria-sort": this.getAriaSort(), colSpan: this.colSpan, rowSpan: this.rowSpan }, this.headerCellContent())));
|
|
159
159
|
}
|
|
160
160
|
get host() { return index.getElement(this); }
|
|
161
161
|
};
|
|
@@ -34,11 +34,11 @@ const TdsInlineTab = class {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (index.h(index.Host, { key: '
|
|
37
|
+
return (index.h(index.Host, { key: 'cddeb55abe1eca0ffeb7bbd3e8b773868aacea9a', "aria-selected": this.selected }, index.h("div", { key: 'e53a5dd3857c24301858678735f18e398f3e44c4', class: {
|
|
38
38
|
'inline-tab-item': true,
|
|
39
39
|
'selected': this.selected,
|
|
40
40
|
'disabled': this.disabled,
|
|
41
|
-
} }, index.h("slot", { key: '
|
|
41
|
+
} }, index.h("slot", { key: 'bebb2c7a36479a9f2139420c7b6aafa89b1d03e7' }))));
|
|
42
42
|
}
|
|
43
43
|
get host() { return index.getElement(this); }
|
|
44
44
|
};
|
|
@@ -50,7 +50,7 @@ const TdsInlineTabs = class {
|
|
|
50
50
|
};
|
|
51
51
|
this.addEventListenerToTabs = () => {
|
|
52
52
|
this.tabElements = Array.from(this.host.children);
|
|
53
|
-
this.tabElements.
|
|
53
|
+
this.tabElements.forEach((item, index) => {
|
|
54
54
|
const clickHandler = () => {
|
|
55
55
|
if (!item.disabled) {
|
|
56
56
|
const tdsChangeEvent = this.tdsChange.emit({
|
|
@@ -65,7 +65,6 @@ const TdsInlineTabs = class {
|
|
|
65
65
|
};
|
|
66
66
|
item.addEventListener('click', clickHandler);
|
|
67
67
|
this.clickHandlers.set(item, clickHandler); // Store the handler in WeakMap
|
|
68
|
-
return item;
|
|
69
68
|
});
|
|
70
69
|
};
|
|
71
70
|
this.removeEventListenerFromTabs = () => {
|
|
@@ -183,9 +182,9 @@ const TdsInlineTabs = class {
|
|
|
183
182
|
this.removeEventListenerFromTabs();
|
|
184
183
|
}
|
|
185
184
|
render() {
|
|
186
|
-
return (index.h(index.Host, { key: '
|
|
185
|
+
return (index.h(index.Host, { key: '38532db9803b29ef6de96f338c14c35b4205b5d7', role: "tablist", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}`, style: { '--padding-left': `${this.leftPadding}px` } }, index.h("div", { key: 'd093194a98d9c92223bd5db6419ad90a984d9238', class: "wrapper", ref: (el) => {
|
|
187
186
|
this.navWrapperElement = el;
|
|
188
|
-
} }, index.h("button", { key: '
|
|
187
|
+
} }, index.h("button", { key: '24a52205d7b5bd708397a26ad9749cfd8b121262', "aria-label": this.tdsScrollLeftAriaLabel, class: `scroll-left-button ${this.showLeftScroll ? 'show' : ''}`, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, index.h("tds-icon", { key: '28006de41f8488e74711b6dfd82ebb29507d78c8', name: "chevron_left", size: "20px" })), index.h("slot", { key: '7f8cea1755acf76a987d716fe293585f936c4bfa', onSlotchange: () => this.handleSlotChange() }), index.h("button", { key: 'bacebe334ce63ff55cdb38ef5ab32b88fef72151', "aria-label": this.tdsScrollRightAriaLabel, class: `scroll-right-button ${this.showRightScroll ? 'show' : ''}`, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, index.h("tds-icon", { key: 'c0f5a5ed3ad7c2ebcb059d01542a7b6c69ac6529', name: "chevron_right", size: "20px" })))));
|
|
189
188
|
}
|
|
190
189
|
get host() { return index.getElement(this); }
|
|
191
190
|
static get watchers() { return {
|
|
@@ -34,8 +34,8 @@ const TdsNavigationTab = class {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
render() {
|
|
37
|
-
return (index.h(index.Host, { key: '
|
|
38
|
-
${this.disabled ? 'disabled' : ''}` }, index.h("slot", { key: '
|
|
37
|
+
return (index.h(index.Host, { key: '7a5504183a5719b59900c52e6193755245e6caf9' }, index.h("div", { key: '5c514ced6f952df12067c414396ce2b8398c6cb9', class: `navigation-tab-item ${this.selected ? 'selected' : ''}
|
|
38
|
+
${this.disabled ? 'disabled' : ''}` }, index.h("slot", { key: '382acd34bdd7a3a7be15fb539978be51c5040482' }))));
|
|
39
39
|
}
|
|
40
40
|
get host() { return index.getElement(this); }
|
|
41
41
|
};
|
|
@@ -50,7 +50,7 @@ const TdsNavigationTabs = class {
|
|
|
50
50
|
};
|
|
51
51
|
this.addEventListenerToTabs = () => {
|
|
52
52
|
this.tabElements = Array.from(this.host.children);
|
|
53
|
-
this.tabElements.
|
|
53
|
+
this.tabElements.forEach((item, index) => {
|
|
54
54
|
const clickHandler = () => {
|
|
55
55
|
if (!item.disabled) {
|
|
56
56
|
const tdsChangeEvent = this.tdsChange.emit({
|
|
@@ -65,7 +65,6 @@ const TdsNavigationTabs = class {
|
|
|
65
65
|
};
|
|
66
66
|
item.addEventListener('click', clickHandler);
|
|
67
67
|
this.clickHandlers.set(item, clickHandler); // Store the handler in WeakMap
|
|
68
|
-
return item;
|
|
69
68
|
});
|
|
70
69
|
};
|
|
71
70
|
this.removeEventListenerFromTabs = () => {
|
|
@@ -183,15 +182,15 @@ const TdsNavigationTabs = class {
|
|
|
183
182
|
this.removeEventListenerFromTabs();
|
|
184
183
|
}
|
|
185
184
|
render() {
|
|
186
|
-
return (index.h(index.Host, { key: '
|
|
185
|
+
return (index.h(index.Host, { key: '51abe74f3232ae4a5d6c72b812e0aa635add4b14', role: "tablist", class: { [`tds-mode-variant-${this.modeVariant}`]: this.modeVariant !== null }, style: { '--padding-left': `${this.leftPadding}px` } }, index.h("div", { key: '451ad11eef8ce9ce0995d28ea26dcb58bf9614c8', class: "wrapper", ref: (el) => {
|
|
187
186
|
this.navWrapperElement = el;
|
|
188
|
-
} }, index.h("button", { key: '
|
|
187
|
+
} }, index.h("button", { key: '7a9e4b4843596a0ca08df81020cbbe1f74378709', "aria-label": this.tdsScrollLeftAriaLabel, class: {
|
|
189
188
|
'scroll-left-button': true,
|
|
190
189
|
'show': this.showLeftScroll,
|
|
191
|
-
}, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, index.h("tds-icon", { key: '
|
|
190
|
+
}, onClick: () => this.scrollLeft(), disabled: !this.showLeftScroll }, index.h("tds-icon", { key: 'b186b2aeeef040c89a250778b644b7f19b330629', name: "chevron_left", size: "20px" })), index.h("slot", { key: 'fc4dbf7ab2742e9ff6c53ee744236263ba7b4545', onSlotchange: () => this.handleSlotChange() }), index.h("button", { key: '8c6861920474f0159f3dee041fd4d6da60675e29', "aria-label": this.tdsScrollRightAriaLabel, class: {
|
|
192
191
|
'scroll-right-button': true,
|
|
193
192
|
'show': this.showRightScroll,
|
|
194
|
-
}, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, index.h("tds-icon", { key: '
|
|
193
|
+
}, onClick: () => this.scrollRight(), disabled: !this.showRightScroll }, index.h("tds-icon", { key: '0d7e9b2ec1cf42ed65abf6d9db65a0b6e3be67a1', name: "chevron_right", size: "20px" })))));
|
|
195
194
|
}
|
|
196
195
|
get host() { return index.getElement(this); }
|
|
197
196
|
static get watchers() { return {
|
|
@@ -21,12 +21,18 @@ const TdsTableFooter = class {
|
|
|
21
21
|
this.pagination = false;
|
|
22
22
|
/** Sets the pagination number. */
|
|
23
23
|
this.paginationValue = 1;
|
|
24
|
+
/** Set pagination label. Use {pages} as placeholder for the total number of pages. */
|
|
25
|
+
this.paginationLabel = 'of {pages} pages';
|
|
24
26
|
/** Enable rows per page dropdown */
|
|
25
27
|
this.rowsperpage = true;
|
|
28
|
+
/** Set rows per page label. */
|
|
29
|
+
this.rowsPerPageLabel = 'Rows per page';
|
|
26
30
|
/** Set available rows per page values. <br/> If pagination is enabled, this array must be defined and controlled by the consumer of Tegel */
|
|
27
31
|
this.rowsPerPageValues = [10, 25, 50];
|
|
28
32
|
/** Set rows per page dropdown open direction */
|
|
29
33
|
this.rowsPerPageDropdownOpenDirection = 'auto';
|
|
34
|
+
/** Set rows per page dropdown aria label. */
|
|
35
|
+
this.rowsPerPageDropdownAriaLabel = 'Select rows per page';
|
|
30
36
|
/** Sets the number of pages. <br/> If pagination is enabled, this value must be defined and controlled by the consumer of Tegel. */
|
|
31
37
|
this.pages = 0;
|
|
32
38
|
/** <b>Client override</b> Used to set the column span of the footer. Use as fallback if the automatic count of columns fails. */
|
|
@@ -191,16 +197,24 @@ const TdsTableFooter = class {
|
|
|
191
197
|
}
|
|
192
198
|
return styles;
|
|
193
199
|
}
|
|
200
|
+
renderPaginationLabel() {
|
|
201
|
+
const pagesPlaceholder = '{pages}';
|
|
202
|
+
const paginationLabelParts = this.paginationLabel.split(pagesPlaceholder);
|
|
203
|
+
if (paginationLabelParts.length === 1) {
|
|
204
|
+
return this.paginationLabel;
|
|
205
|
+
}
|
|
206
|
+
return paginationLabelParts.flatMap((part, index$1) => index$1 === paginationLabelParts.length - 1 ? [part] : [part, index.h("span", null, this.pages)]);
|
|
207
|
+
}
|
|
194
208
|
render() {
|
|
195
209
|
var _a;
|
|
196
|
-
return (index.h(index.Host, { key: '
|
|
210
|
+
return (index.h(index.Host, { key: '8dc06e9c565e608dd02bf74a0328b515aaea31c2', class: {
|
|
197
211
|
'tds-table--compact': this.compactDesign,
|
|
198
212
|
'footer__horizontal-scroll': !!this.horizontalScrollWidth,
|
|
199
|
-
}, style: this.getStyles() }, index.h("tr", { key: '
|
|
213
|
+
}, style: this.getStyles() }, index.h("tr", { key: '1a64b9023acc03204ad4219fd986b106334ff6e6', class: "tds-table__footer-row" }, index.h("td", { key: '815d2a7aaf4c98035fc0b1bdb4b7b7668f4a5e83', class: "tds-table__footer-cell", colSpan: this.columnsNumber }, this.pagination && (index.h("div", { key: '65dbb8f0ffd41242553775c6e42fff5c626d0017', class: "tds-table__pagination" }, index.h("div", { key: 'de880d869b550d94ab543dcb3182b354ce09cc45', class: "tds-table__row-selector" }, this.rowsperpage && ((_a = this.rowsPerPageValues) === null || _a === void 0 ? void 0 : _a.length) > 0 && (index.h("div", { key: '481589d46734bed1e77037003169d12373e6e169', class: "rows-per-page" }, index.h("p", { key: 'f054474b89ddb6cd3245b215c9095f445582f6a9' }, this.rowsPerPageLabel), index.h("tds-dropdown", { key: '066a6f324de1a0c83f9e15350b133e8de14f8259', modeVariant: "secondary", id: "rows-dropdown", class: "page-dropdown", size: "xs", tdsAriaLabel: this.rowsPerPageDropdownAriaLabel, defaultValue: `${this.rowsPerPageValue}`, onTdsChange: (event) => this.rowsPerPageChange(event), openDirection: this.rowsPerPageDropdownOpenDirection }, this.rowsPerPageValues.map((value) => (index.h("tds-dropdown-option", { value: `${value}` }, value))))))), index.h("div", { key: '598f908e641e97a7d02681e57534817a063b1bd8', class: "tds-table__page-selector" }, index.h("input", { key: '5cca773b5720451a74716aaa4be370285d9b34a5', ref: (element) => {
|
|
200
214
|
if (element) {
|
|
201
215
|
this.inputElement = element;
|
|
202
216
|
}
|
|
203
|
-
}, class: "tds-table__page-selector-input", type: "number", min: "1", max: this.pages, value: this.paginationValue, pattern: "[0-9]+", dir: "ltr", onChange: (event) => this.paginationInputChange(event), onAnimationEnd: removeShakeAnimation }), index.h("p", { key: '
|
|
217
|
+
}, class: "tds-table__page-selector-input", type: "number", min: "1", max: this.pages, value: this.paginationValue, pattern: "[0-9]+", dir: "ltr", onChange: (event) => this.paginationInputChange(event), onAnimationEnd: removeShakeAnimation }), index.h("p", { key: '2fc916ca072a1f109408025f34e55efec40aa661', class: "tds-table__footer-text" }, this.renderPaginationLabel()), index.h("button", { key: '843fbd54ec2f77f4b4a494ed93ba6fa82ba169e7', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue <= 1, onClick: () => this.firstPage() }, index.h("tds-icon", { key: '1f79a5af16a33b6635cd1533ac9852852bd6e6d6', name: "skip_backwards", size: "20px" })), index.h("button", { key: '3b7c30d4f1c167001bc42bde4523436aa807e501', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue <= 1, onClick: () => this.previousPage() }, index.h("tds-icon", { key: '79cbe3606b633611e63cffc674f2552c496479ef', name: "chevron_left", size: "20px" })), index.h("button", { key: '7251a8abc9628336696267c8a7c9296f078c3304', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue >= this.pages, onClick: () => this.nextPage() }, index.h("tds-icon", { key: 'e06b07d0aca6cfb3a053391ac92f0950b6d9dc30', name: "chevron_right", size: "20px" })), index.h("button", { key: 'f843cd3597e7419c174919254e28f5b94b9d184f', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue >= this.pages, onClick: () => this.lastPage() }, index.h("tds-icon", { key: '5d217d4ff8ae825e1ac5cd31416b56dc04a323b3', name: "skip_forward", size: "20px" })))))))));
|
|
204
218
|
}
|
|
205
219
|
get host() { return index.getElement(this); }
|
|
206
220
|
static get watchers() { return {
|
|
@@ -70,7 +70,7 @@ const TdsTableHeaderInputWrapper = class {
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
render() {
|
|
73
|
-
return (index.h(index.Host, { key: '
|
|
73
|
+
return (index.h(index.Host, { key: '524d664d605a1cefb1fc700cf62a31976e85de2c', class: {
|
|
74
74
|
'focused-input-wrapper': this.inputFocused,
|
|
75
75
|
'show-icon': this.showIcon,
|
|
76
76
|
'tds-table__compact': this.compactDesign,
|
|
@@ -94,11 +94,11 @@ const TdsTableHeaderRow = class {
|
|
|
94
94
|
});
|
|
95
95
|
}
|
|
96
96
|
render() {
|
|
97
|
-
return (index.h(index.Host, { key: '
|
|
97
|
+
return (index.h(index.Host, { key: '3fd3b267495c342977831ff9733b1ac671e605c5', class: {
|
|
98
98
|
'tds-table--compact': this.compactDesign,
|
|
99
99
|
'tds-table--divider': this.verticalDividers,
|
|
100
100
|
'tds-table--toolbar-available': this.enableToolbarDesign,
|
|
101
|
-
} }, index.h("tr", { key: '
|
|
101
|
+
} }, index.h("tr", { key: 'f4ee401353ff0882aa3f9785721a44845c13ea2e' }, this.multiselect && (index.h("th", { key: '1a72135d5fbcc84c73aee71f6d6cf563dcef00a8', class: "tds-table__header-cell tds-table__header-cell--checkbox" }, index.h("div", { key: 'beff818341bb016234d1b2ce312c950f8be7938d', class: "tds-form-label tds-form-label--table" }, index.h("tds-checkbox", { key: '796c809f3238345667e724c9a416fd807cf8b218', checked: this.allSelected || this.selected, disabled: this.disabled, indeterminate: this.indeterminate, onTdsChange: (event) => this.handleCheckboxChange(event) })))), this.expandableRows && (index.h("th", { key: 'd22a9cf5c6d23de55c184c7bec8972732ab32d49', class: "tds-table__header-cell tds-table__header-cell--checkbox" })), index.h("slot", { key: '8e4ff0efe17956fb9ef8bf0a21e18bcd660515da' }))));
|
|
102
102
|
}
|
|
103
103
|
get host() { return index.getElement(this); }
|
|
104
104
|
};
|
|
@@ -76,10 +76,10 @@ const TdsTableToolbar = class {
|
|
|
76
76
|
return styles;
|
|
77
77
|
}
|
|
78
78
|
render() {
|
|
79
|
-
return (index.h(index.Host, { key: '
|
|
79
|
+
return (index.h(index.Host, { key: '82de92eb66d3592648321ec69f571a7f8562870d', class: {
|
|
80
80
|
'tds-table--compact': this.compactDesign,
|
|
81
81
|
'toolbar__horizontal-scroll': !!this.horizontalScrollWidth,
|
|
82
|
-
}, style: this.getStyles(), "aria-labelledby": "table-toolbar-title" }, index.h("div", { key: '
|
|
82
|
+
}, style: this.getStyles(), "aria-labelledby": "table-toolbar-title" }, index.h("div", { key: '87aff8f8230e0289217e9b4ba276fd90adeed20d', class: "tds-table__upper-bar-flex" }, index.h("div", { key: 'c4cd83ece587f591ac7532580cd6d52f82be3cf6', class: "tds-table__actionbar-left" }, this.tableTitle && (index.h("caption", { key: '5305f59a0e6c97dded2cf07fe78738d829ea862e', id: "table-toolbar-title", class: "tds-table__title" }, this.tableTitle)), index.h("slot", { key: 'c76b2d1bd6dcc3ae00cbe8ebc217e3de2b77a16e', name: "start" })), index.h("div", { key: 'f06062c8f1c11ff05d41aa6b2a5811899036b240', class: "tds-table__actionbar" }, this.filter && (index.h("div", { key: '0b59c9b54861d4c02a5ec0861d52120f834f1208', class: "tds-table__searchbar" }, index.h("input", { key: '6b06fb4aa86958c44c7fc8d1eeaa5bd895e52b82', class: "tds-table__searchbar-input", type: "text", onKeyUp: (event) => this.handleSearch(event), "aria-label": this.tdsSearchAriaLabel }), index.h("span", { key: '3ee299d71b855f904b8b478d8d58e058aefd66b8', class: "tds-table__searchbar-icon" }, index.h("tds-icon", { key: '7beaa148dfa57c227534c5015a2c6ccd924bb921', name: "search", size: "20px" })))), index.h("slot", { key: '0d88dc478526afcfe25dc56b9d3b8426c48ba8a7', name: "end" })))));
|
|
83
83
|
}
|
|
84
84
|
get host() { return index.getElement(this); }
|
|
85
85
|
};
|
|
@@ -19,7 +19,7 @@ const TdsTag = class {
|
|
|
19
19
|
[`${this.size.toLowerCase()}`]: true,
|
|
20
20
|
[this.variant.toLowerCase()]: true,
|
|
21
21
|
});
|
|
22
|
-
return (index.h(index.Host, { key: '
|
|
22
|
+
return (index.h(index.Host, { key: '7abe67c0e7383f526a6f673e6729b69e7984068c', class: getTagClasses() }, index.h("div", { key: '86a6e76cbc01841eb729cf08e6a6c2154f13ab2c', class: "tds-tag__content" }, hasPrefixSlot && index.h("slot", { key: '8b0c1673b882ce4a292f800ff54c12f3028a0351', name: "prefix" }), index.h("span", { key: '04cb612d4977abd42c8e6bf99daf85cc19db041d' }, this.text))));
|
|
23
23
|
}
|
|
24
24
|
get host() { return index.getElement(this); }
|
|
25
25
|
};
|
|
@@ -117,7 +117,7 @@ const TdsTextField = class {
|
|
|
117
117
|
var _a, _b, _c, _d;
|
|
118
118
|
const usesPrefixSlot = hasSlot.hasSlot('prefix', this.host);
|
|
119
119
|
const usesSuffixSlot = hasSlot.hasSlot('suffix', this.host);
|
|
120
|
-
return (index.h("div", { key: '
|
|
120
|
+
return (index.h("div", { key: 'dd9defb9a38b4cf10e8c7f57035ab8dbce251a46', class: {
|
|
121
121
|
'form-text-field': true,
|
|
122
122
|
'form-text-field-nomin': this.noMinWidth,
|
|
123
123
|
'text-field-focus': this.focusInput && !this.disabled,
|
|
@@ -135,12 +135,12 @@ const TdsTextField = class {
|
|
|
135
135
|
'form-text-field-sm': this.size === 'sm',
|
|
136
136
|
'form-text-field-error': this.state === 'error',
|
|
137
137
|
'form-text-field-success': this.state === 'success',
|
|
138
|
-
} }, this.labelPosition === 'outside' && (index.h("div", { key: '
|
|
138
|
+
} }, this.labelPosition === 'outside' && (index.h("div", { key: '6b93d807bfbb8bbd3c82d8335bca55ec9c78ed4a', class: "text-field-label-outside" }, index.h("label", { key: 'c625e090dfb2515f886f5b9d1ce2213e0c0fd3d4', htmlFor: `text-field-input-element-${this.uuid}` }, this.label))), index.h("div", { key: 'cb96dce1a1004b7951b3fb03d3841e27e79cc5a5', onClick: () => { var _a; return (_a = this.textInput) === null || _a === void 0 ? void 0 : _a.focus(); }, class: "text-field-container" }, usesPrefixSlot && (index.h("div", { key: '2019699ebaa2e065e7dce91c3e0c819c4e14dd60', class: {
|
|
139
139
|
'text-field-slot-wrap-prefix': true,
|
|
140
140
|
'text-field-error': this.state === 'error',
|
|
141
141
|
'text-field-success': this.state === 'success',
|
|
142
142
|
'text-field-default': this.state === 'default',
|
|
143
|
-
} }, index.h("slot", { key: '
|
|
143
|
+
} }, index.h("slot", { key: '157b5ac2ab057d033030ef52e4a1ff0bb54793fe', name: "prefix" }))), index.h("div", { key: '92fc14cf021d3f0ec436b441d428186c0e9debb5', class: "text-field-input-container" }, index.h("input", { key: '18d7207722fdd7107b492d9f2ac504da8daf4c14', ref: (inputEl) => {
|
|
144
144
|
this.textInput = inputEl;
|
|
145
145
|
}, class: {
|
|
146
146
|
'text-field-input': true,
|
|
@@ -156,13 +156,13 @@ const TdsTextField = class {
|
|
|
156
156
|
if (!this.readOnly) {
|
|
157
157
|
this.handleBlur(event);
|
|
158
158
|
}
|
|
159
|
-
}, "aria-invalid": getAriaInvalid.getAriaInvalid(this.host, this.state), "aria-label": this.tdsAriaLabel ? this.tdsAriaLabel : this.label, "aria-describedby": `text-field-helper-element-${this.uuid}`, "aria-readonly": this.readOnly, id: `text-field-input-element-${this.uuid}`, required: this.required, autocomplete: this.autocomplete }), this.labelPosition === 'inside' && this.size !== 'sm' && (index.h("label", { key: '
|
|
159
|
+
}, "aria-invalid": getAriaInvalid.getAriaInvalid(this.host, this.state), "aria-label": this.tdsAriaLabel ? this.tdsAriaLabel : this.label, "aria-describedby": `text-field-helper-element-${this.uuid}`, "aria-readonly": this.readOnly, id: `text-field-input-element-${this.uuid}`, required: this.required, autocomplete: this.autocomplete }), this.labelPosition === 'inside' && this.size !== 'sm' && (index.h("label", { key: 'af177c81ba112bc0070257922119204317593249', class: "text-field-label-inside", htmlFor: `text-field-input-element-${this.uuid}` }, this.label))), usesSuffixSlot && (index.h("div", { key: '363104da68171eeca7fd37e5aaff4d21dd95c54a', class: {
|
|
160
160
|
'text-field-slot-wrap-suffix': true,
|
|
161
161
|
'text-field-error': this.state === 'error',
|
|
162
162
|
'text-field-success': this.state === 'success',
|
|
163
163
|
'text-field-default': this.state === 'default',
|
|
164
164
|
'tds-u-display-none': this.readOnly,
|
|
165
|
-
} }, index.h("slot", { key: '
|
|
165
|
+
} }, index.h("slot", { key: '75b9836c7f556240471edba25233c00203d8bf55', name: "suffix" }))), this.readOnly && !this.hideReadOnlyIcon && (index.h("span", { key: '21e1dd37091b377c67d59b63275e12fb73b6b216', class: "text-field-icon__readonly" }, index.h("tds-tooltip", { key: 'eec43023c93207cdf31a5c1f69fc32ab53b62929', placement: "top-end", text: "This field is non-editable", selector: "#readonly-tooltip" }), index.h("tds-icon", { key: '060587e75f891223fa622e7434b59fd253216438', id: "readonly-tooltip", name: "edit_inactive", size: "20px" })))), index.h("div", { key: 'ff1daddf3ce6df74855ab07c75697db48ff2a13e', "aria-live": "assertive" }, (this.helper || ((_a = this.maxLength) !== null && _a !== void 0 ? _a : 0) > 0) && (index.h("div", { key: '7232bd2259686766672c09218f3b56b739ea78a8', class: "text-field-helper", id: `text-field-helper-element-${this.uuid}` }, this.state === 'error' && (index.h("div", { key: 'f37a5292ee69c54244bc829c5b96220e0450dd08', class: "text-field-helper-error-state" }, !this.readOnly && index.h("tds-icon", { key: 'deddd774aadb77e171d81c368dbac8ebeebd7864', name: "error", size: "16px" }), this.helper)), this.state !== 'error' && this.helper, !this.readOnly && ((_b = this.maxLength) !== null && _b !== void 0 ? _b : 0) > 0 && (index.h("span", { key: 'a2a9f9ee206868eb12d6ff96fc8d6e32c0bad865', class: {
|
|
166
166
|
'text-field-textcounter-divider': true,
|
|
167
167
|
'text-field-textcounter-disabled': this.disabled,
|
|
168
168
|
} }, this.value === null ? 0 : (_c = this.value) === null || _c === void 0 ? void 0 : _c.length, " / ", (_d = this.maxLength) !== null && _d !== void 0 ? _d : 0)))))));
|
|
@@ -80,7 +80,7 @@ const TdsTextarea = class {
|
|
|
80
80
|
}
|
|
81
81
|
render() {
|
|
82
82
|
var _a, _b;
|
|
83
|
-
return (index.h("div", { key: '
|
|
83
|
+
return (index.h("div", { key: '17e5f048546531899316fb6941dd56c4c0eec86b', class: {
|
|
84
84
|
'textarea-container': true,
|
|
85
85
|
'textarea-label-inside': this.labelPosition === 'inside',
|
|
86
86
|
'textarea-focus': this.focusInput,
|
|
@@ -90,7 +90,7 @@ const TdsTextarea = class {
|
|
|
90
90
|
'textarea-data': this.value !== '',
|
|
91
91
|
[`textarea-${this.state}`]: this.state === 'error' || this.state === 'success',
|
|
92
92
|
'no-min-width': this.noMinWidth,
|
|
93
|
-
} }, this.labelPosition !== 'no-label' && (index.h("label", { key: '
|
|
93
|
+
} }, this.labelPosition !== 'no-label' && (index.h("label", { key: '7acbaff8c9b834537667a2f00fd43bd207ec4a94', htmlFor: `textarea-element-${this.uuid}`, class: 'textarea-label' }, this.label)), index.h("div", { key: '9e1a35a149e87ef132544bccee4ef68708a043b5', class: "textarea-wrapper" }, index.h("textarea", { key: '1ac5b68781eb3678b286217d4be05db6b3fed343', id: `textarea-element-${this.uuid}`, class: 'textarea-input', ref: (inputEl) => {
|
|
94
94
|
this.textEl = inputEl;
|
|
95
95
|
}, disabled: this.disabled, readonly: !this.disabled && this.readOnly, placeholder: this.placeholder, value: this.value, name: this.name, autofocus: this.autofocus, maxlength: this.maxLength, cols: this.cols, rows: this.rows, onFocus: (event) => {
|
|
96
96
|
if (!this.readOnly) {
|
|
@@ -100,7 +100,7 @@ const TdsTextarea = class {
|
|
|
100
100
|
if (!this.readOnly) {
|
|
101
101
|
this.handleBlur(event);
|
|
102
102
|
}
|
|
103
|
-
}, onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), "aria-invalid": getAriaInvalid.getAriaInvalid(this.host, this.state), "aria-readonly": this.readOnly ? 'true' : 'false', "aria-label": this.tdsAriaLabel ? this.tdsAriaLabel : this.label, "aria-describedby": `textarea-helper-element-${this.uuid}` }), index.h("span", { key: '
|
|
103
|
+
}, onInput: (event) => this.handleInput(event), onChange: (event) => this.handleChange(event), "aria-invalid": getAriaInvalid.getAriaInvalid(this.host, this.state), "aria-readonly": this.readOnly ? 'true' : 'false', "aria-label": this.tdsAriaLabel ? this.tdsAriaLabel : this.label, "aria-describedby": `textarea-helper-element-${this.uuid}` }), index.h("span", { key: 'bdb08af97c50672145daf0f2aebca2b3dc0b6f8f', class: "textarea-resizer-icon" }, index.h("svg", { key: '7239c0246d6d3b9d83cddcfeba33929c52306c46', width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, index.h("path", { key: 'eb4d0058060a9e023d664b0e4ead6932b4d0fb7c', "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.8536 0.853553C12.0488 0.658291 12.0488 0.341709 11.8536 0.146447C11.6583 -0.0488155 11.3417 -0.0488155 11.1464 0.146447L0.146447 11.1464C-0.0488155 11.3417 -0.0488155 11.6583 0.146447 11.8536C0.341709 12.0488 0.658291 12.0488 0.853553 11.8536L11.8536 0.853553ZM11.8536 4.64645C12.0488 4.84171 12.0488 5.15829 11.8536 5.35355L5.35355 11.8536C5.15829 12.0488 4.84171 12.0488 4.64645 11.8536C4.45118 11.6583 4.45118 11.3417 4.64645 11.1464L11.1464 4.64645C11.3417 4.45118 11.6583 4.45118 11.8536 4.64645ZM11.8536 8.64645C12.0488 8.84171 12.0488 9.15829 11.8536 9.35355L9.35355 11.8536C9.15829 12.0488 8.84171 12.0488 8.64645 11.8536C8.45118 11.6583 8.45118 11.3417 8.64645 11.1464L11.1464 8.64645C11.3417 8.45118 11.6583 8.45118 11.8536 8.64645Z", fill: "currentColor" }))), !this.disabled && !this.hideReadOnlyIcon && this.readOnly && (index.h("span", { key: 'a961358d976093ef4fcab24bd59822a19f121110', class: "textarea-icon__readonly" }, index.h("tds-tooltip", { key: '41b20bd51f8d597d38eff89f696f9b89a1be3c5e', placement: "top-end", text: "This field is non-editable", selector: "#readonly-tooltip" }), index.h("tds-icon", { key: '05bb88941fb674e6d636eff3e036ded3d91b8f76', id: "readonly-tooltip", name: "edit_inactive", svgTitle: "inactive" })))), index.h("span", { key: 'e380047364c71512ec6290ddc3acce7ccf0c4a92', class: 'textarea-helper', "aria-live": "assertive", id: `textarea-helper-element-${this.uuid}` }, this.state === 'error' && this.helper && !this.readOnly && (index.h("tds-icon", { key: 'ab76d1518a9bda2251eb2c9e0ea765c2039da5aa', name: "error", size: "16px" })), this.helper), ((_a = this.maxLength) !== null && _a !== void 0 ? _a : 0) > 0 && (index.h("div", { key: '96ec8a42970fcacc3c9a8bca8c5be24530880888', class: 'textarea-textcounter' }, this.value === null ? 0 : (_b = this.value) === null || _b === void 0 ? void 0 : _b.length, index.h("span", { key: '8c6d15477056e04403a611c99db97da4d3c27e6b', class: "textfield-textcounter-divider" }, " / "), " ", this.maxLength))));
|
|
104
104
|
}
|
|
105
105
|
get host() { return index.getElement(this); }
|
|
106
106
|
};
|