@scania/tegel 1.10.0 → 1.12.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.
Files changed (88) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tds-chip.cjs.entry.js +2 -2
  3. package/dist/cjs/tds-dropdown.cjs.entry.js +5 -4
  4. package/dist/cjs/tds-footer.cjs.entry.js +2 -2
  5. package/dist/cjs/tds-header-cell.cjs.entry.js +14 -18
  6. package/dist/cjs/tds-header-dropdown.cjs.entry.js +1 -1
  7. package/dist/cjs/tds-header-launcher.cjs.entry.js +1 -1
  8. package/dist/cjs/tds-header.cjs.entry.js +1 -1
  9. package/dist/cjs/tds-side-menu.cjs.entry.js +1 -1
  10. package/dist/cjs/tds-table-footer.cjs.entry.js +10 -3
  11. package/dist/cjs/tds-table-toolbar.cjs.entry.js +7 -2
  12. package/dist/cjs/tds-table.cjs.entry.js +25 -5
  13. package/dist/cjs/tds-tooltip.cjs.entry.js +11 -4
  14. package/dist/cjs/tegel.cjs.js +1 -1
  15. package/dist/collection/components/chip/chip.js +2 -2
  16. package/dist/collection/components/dropdown/dropdown.css +1 -0
  17. package/dist/collection/components/dropdown/dropdown.js +4 -3
  18. package/dist/collection/components/footer/footer.css +10 -0
  19. package/dist/collection/components/footer/footer.js +1 -1
  20. package/dist/collection/components/header/header-dropdown/header-dropdown.css +1 -0
  21. package/dist/collection/components/header/header-launcher/header-launcher.css +1 -0
  22. package/dist/collection/components/header/header.css +1 -0
  23. package/dist/collection/components/side-menu/side-menu.css +1 -0
  24. package/dist/collection/components/table/table/table.css +61 -0
  25. package/dist/collection/components/table/table/table.js +49 -3
  26. package/dist/collection/components/table/table-footer/table-footer.css +6 -0
  27. package/dist/collection/components/table/table-footer/table-footer.js +11 -3
  28. package/dist/collection/components/table/table-header-cell/table-header-cell.css +7 -0
  29. package/dist/collection/components/table/table-header-cell/table-header-cell.js +31 -17
  30. package/dist/collection/components/table/table-toolbar/table-toolbar.css +5 -0
  31. package/dist/collection/components/table/table-toolbar/table-toolbar.js +8 -2
  32. package/dist/collection/components/tooltip/tooltip.js +30 -5
  33. package/dist/components/tds-chip.js +2 -2
  34. package/dist/components/tds-dropdown.js +5 -4
  35. package/dist/components/tds-footer.js +2 -2
  36. package/dist/components/tds-header-cell.js +22 -19
  37. package/dist/components/tds-header-dropdown.js +1 -1
  38. package/dist/components/tds-header-launcher.js +1 -1
  39. package/dist/components/tds-header.js +1 -1
  40. package/dist/components/tds-side-menu.js +1 -1
  41. package/dist/components/tds-table-footer.js +12 -4
  42. package/dist/components/tds-table-toolbar.js +9 -3
  43. package/dist/components/tds-table.js +30 -6
  44. package/dist/components/tds-tooltip.js +12 -4
  45. package/dist/esm/loader.js +1 -1
  46. package/dist/esm/tds-chip.entry.js +2 -2
  47. package/dist/esm/tds-dropdown.entry.js +5 -4
  48. package/dist/esm/tds-footer.entry.js +2 -2
  49. package/dist/esm/tds-header-cell.entry.js +14 -18
  50. package/dist/esm/tds-header-dropdown.entry.js +1 -1
  51. package/dist/esm/tds-header-launcher.entry.js +1 -1
  52. package/dist/esm/tds-header.entry.js +1 -1
  53. package/dist/esm/tds-side-menu.entry.js +1 -1
  54. package/dist/esm/tds-table-footer.entry.js +10 -3
  55. package/dist/esm/tds-table-toolbar.entry.js +7 -2
  56. package/dist/esm/tds-table.entry.js +25 -5
  57. package/dist/esm/tds-tooltip.entry.js +11 -4
  58. package/dist/esm/tegel.js +1 -1
  59. package/dist/tegel/p-0fd4bd8f.entry.js +1 -0
  60. package/dist/tegel/p-3aadfd5a.entry.js +1 -0
  61. package/dist/tegel/p-3fc901d7.entry.js +1 -0
  62. package/dist/tegel/p-5bd414e4.entry.js +1 -0
  63. package/dist/tegel/p-67ae4ed2.entry.js +1 -0
  64. package/dist/tegel/p-84b40f5e.entry.js +1 -0
  65. package/dist/tegel/{p-6bd5c9f3.entry.js → p-88ea6805.entry.js} +1 -1
  66. package/dist/tegel/{p-069d929a.entry.js → p-8da2893f.entry.js} +1 -1
  67. package/dist/tegel/p-b9c8fc12.entry.js +1 -0
  68. package/dist/tegel/p-c622fd13.entry.js +1 -0
  69. package/dist/tegel/p-ce3d0556.entry.js +1 -0
  70. package/dist/tegel/{p-0a3f16c3.entry.js → p-f55f40f0.entry.js} +1 -1
  71. package/dist/tegel/tegel.css +2 -1
  72. package/dist/tegel/tegel.esm.js +1 -1
  73. package/dist/types/components/table/table/table.d.ts +9 -0
  74. package/dist/types/components/table/table-footer/table-footer.d.ts +1 -0
  75. package/dist/types/components/table/table-header-cell/table-header-cell.d.ts +3 -1
  76. package/dist/types/components/table/table-toolbar/table-toolbar.d.ts +1 -0
  77. package/dist/types/components/tooltip/tooltip.d.ts +3 -0
  78. package/dist/types/components.d.ts +24 -0
  79. package/package.json +4 -1
  80. package/dist/tegel/p-2581e064.entry.js +0 -1
  81. package/dist/tegel/p-53d3bfdb.entry.js +0 -1
  82. package/dist/tegel/p-7995afce.entry.js +0 -1
  83. package/dist/tegel/p-879e02ad.entry.js +0 -1
  84. package/dist/tegel/p-a34c65df.entry.js +0 -1
  85. package/dist/tegel/p-a557aec6.entry.js +0 -1
  86. package/dist/tegel/p-c652dddb.entry.js +0 -1
  87. package/dist/tegel/p-de3bf6c0.entry.js +0 -1
  88. package/dist/tegel/p-e0dd13b6.entry.js +0 -1
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-fd96d7bb.js');
6
6
  const generateUniqueId = require('./generateUniqueId-e3fc9863.js');
7
7
 
8
- const tableCss = ":host,.tds-table{border-collapse:collapse;display:table;box-sizing:border-box}:host *,.tds-table *{box-sizing:border-box}:host(.tds-table--responsive),.tds-table--responsive{width:100%}";
8
+ const tableCss = ":host{--tds-scrollbar-width-standard:thin;--tds-scrollbar-width:10px;--tds-scrollbar-height:10px;--tds-scrollbar-thumb-border-width:3px;--tds-scrollbar-thumb-border-hover-width:2px}body{scrollbar-width:thin}:host,.tds-table{border-collapse:collapse;display:table;box-sizing:border-box}:host *,.tds-table *{box-sizing:border-box}:host(.tds-table--responsive),.tds-table--responsive{width:100%}.tds-table--horizontal-scroll{display:block;overflow-x:scroll;white-space:nowrap}.tds-table--horizontal-scroll:hover::-webkit-scrollbar-thumb{border:var(--tds-scrollbar-thumb-border-hover-width) solid transparent;background:var(--tds-scrollbar-hover-thumb-color);background-clip:padding-box}.tds-table--horizontal-scroll::-webkit-scrollbar{height:var(--tds-scrollbar-height)}.tds-table--horizontal-scroll::-webkit-scrollbar-track{background:transparent}.tds-table--horizontal-scroll::-webkit-scrollbar-thumb{border-radius:40px;background:var(--tds-scrollbar-thumb-color);border:var(--tds-scrollbar-thumb-border-width) solid transparent;background-clip:padding-box}.tds-table--horizontal-scroll::-webkit-scrollbar-button{height:0;width:0}@supports not selector(::-webkit-scrollbar){.tds-table--horizontal-scroll{scrollbar-color:var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);scrollbar-width:var(--tds-scrollbar-width-standard)}}.tds-table--horizontal-scroll-toolbar{margin-top:64px}.tds-table--horizontal-scroll-toolbar-compact{margin-top:56px}.tds-table--horizontal-scroll-footer{margin-bottom:49px}.tds-table--horizontal-scroll-footer-compact{margin-bottom:33px}";
9
9
  const TdsTableStyle0 = tableCss;
10
10
 
11
11
  const TdsTable = class {
@@ -19,7 +19,10 @@ const TdsTable = class {
19
19
  this.expandableRows = false;
20
20
  this.responsive = false;
21
21
  this.modeVariant = null;
22
+ this.horizontalScrollWidth = null;
22
23
  this.tableId = generateUniqueId.generateUniqueId();
24
+ this.enableHorizontalScrollToolbarDesign = false;
25
+ this.enableHorizontalScrollFooterDesign = false;
23
26
  }
24
27
  emitInternalTdsPropChange(changedValueName, changedValue) {
25
28
  this.internalTdsTablePropChange.emit({
@@ -68,18 +71,34 @@ const TdsTable = class {
68
71
  modeVariantChanged(newValue) {
69
72
  this.emitInternalTdsPropChange('modeVariant', newValue);
70
73
  }
74
+ widthChanged(newValue) {
75
+ this.emitInternalTdsPropChange('horizontalScrollWidth', newValue);
76
+ }
77
+ componentWillRender() {
78
+ if (this.horizontalScrollWidth) {
79
+ this.enableHorizontalScrollToolbarDesign =
80
+ this.host.closest('tds-table').getElementsByTagName('tds-table-toolbar').length >= 1;
81
+ this.enableHorizontalScrollFooterDesign =
82
+ this.host.closest('tds-table').getElementsByTagName('tds-table-footer').length >= 1;
83
+ }
84
+ }
71
85
  render() {
72
- return (index.h(index.Host, { key: 'e90429bc887c2a3a24eaf3acf0bba7748fd291ed', class: {
86
+ return (index.h(index.Host, { key: 'da929268a984ca0e81843132b2fafd6c79bec3b3', class: {
73
87
  'tds-table--responsive': this.responsive,
74
88
  'tds-mode-variant-primary': this.modeVariant === 'primary',
75
89
  'tds-mode-variant-secondary': this.modeVariant === 'secondary',
76
- } }, index.h("table", { key: '0ab17fb64542a59745bf6b5a8dee0fc365adecf3', class: {
90
+ } }, index.h("table", { key: '2ba662d97bc834a7a0d6d71338fc7c322bc15741', style: this.horizontalScrollWidth ? { width: this.horizontalScrollWidth } : {}, class: {
77
91
  'tds-table': true,
78
92
  'tds-table--compact': this.compactDesign,
79
93
  'tds-table--divider': this.verticalDividers,
80
94
  'tds-table--no-min-width': this.noMinWidth,
81
95
  'tds-table--responsive': this.responsive,
82
- } }, index.h("slot", { key: '855c9d02a5564e5ac5cba37c92b87e19e6fba919' }))));
96
+ 'tds-table--horizontal-scroll': !!this.horizontalScrollWidth,
97
+ 'tds-table--horizontal-scroll-toolbar': this.enableHorizontalScrollToolbarDesign && !this.compactDesign,
98
+ 'tds-table--horizontal-scroll-toolbar-compact': this.enableHorizontalScrollToolbarDesign && this.compactDesign,
99
+ 'tds-table--horizontal-scroll-footer': this.enableHorizontalScrollFooterDesign && !this.compactDesign,
100
+ 'tds-table--horizontal-scroll-footer-compact': this.enableHorizontalScrollFooterDesign && this.compactDesign,
101
+ } }, index.h("slot", { key: 'c95e71aeaac2f4378d440bb23ff890c9c4a76fdf' }))));
83
102
  }
84
103
  get host() { return index.getElement(this); }
85
104
  static get watchers() { return {
@@ -88,7 +107,8 @@ const TdsTable = class {
88
107
  "compactDesign": ["compactDesignChanged"],
89
108
  "verticalDividers": ["verticalDividersChanged"],
90
109
  "noMinWidth": ["noMinWidthChanged"],
91
- "modeVariant": ["modeVariantChanged"]
110
+ "modeVariant": ["modeVariantChanged"],
111
+ "horizontalScrollWidth": ["widthChanged"]
92
112
  }; }
93
113
  };
94
114
  TdsTable.style = TdsTableStyle0;
@@ -40,7 +40,8 @@ const TdsTooltip = class {
40
40
  this.selector = '';
41
41
  this.referenceEl = undefined;
42
42
  this.mouseOverTooltip = false;
43
- this.show = false;
43
+ this.trigger = 'hover';
44
+ this.show = null;
44
45
  this.placement = 'bottom';
45
46
  this.offsetSkidding = 0;
46
47
  this.offsetDistance = 8;
@@ -48,18 +49,24 @@ const TdsTooltip = class {
48
49
  componentWillLoad() {
49
50
  this.inheritedAttributes = inheritAttributes.inheritAttributes(this.host, ['style', 'class']);
50
51
  }
52
+ determineTrigger() {
53
+ if (this.trigger === 'hover') {
54
+ return this.mouseOverTooltip ? 'hover-popover' : 'hover';
55
+ }
56
+ return this.trigger;
57
+ }
51
58
  render() {
52
59
  var _a;
53
- return (index.h(index.Host, { key: '7488d071020eaaf9adefe51346927e8fd824b631' }, index.h("tds-popover-core", Object.assign({ key: '9aa67d282897a5d98f63342e5baab9d09939407d' }, this.inheritedAttributes, { class: {
60
+ return (index.h(index.Host, { key: '09e3cbcc6df68b45aba5ea2a83a7498b333816d3' }, index.h("tds-popover-core", Object.assign({ key: '818391a146b316b9830989a772c0ab050203eb71' }, this.inheritedAttributes, { class: {
54
61
  'tds-tooltip': true,
55
62
  [`tds-tooltip-${this.border}`]: true,
56
63
  [(_a = this.inheritedAttributes.class) !== null && _a !== void 0 ? _a : '']: true,
57
64
  'tds-tooltip-show': this.show,
58
- }, selector: this.selector, referenceEl: this.referenceEl, trigger: this.mouseOverTooltip ? 'hover-popover' : 'hover', modifiers: this.popperjsExtraModifiers, offsetSkidding: this.offsetSkidding, offsetDistance: this.offsetDistance, show: this.show, placement: this.placement, autoHide: false, onInternalTdsShow: () => {
65
+ }, selector: this.selector, referenceEl: this.referenceEl, trigger: this.determineTrigger(), modifiers: this.popperjsExtraModifiers, offsetSkidding: this.offsetSkidding, offsetDistance: this.offsetDistance, show: this.show, placement: this.placement, autoHide: false, onInternalTdsShow: () => {
59
66
  this.show = true;
60
67
  }, onInternalTdsClose: () => {
61
68
  this.show = false;
62
- } }), this.text, index.h("slot", { key: '38d9665449796102773b74f272354ec3759be1f6' }))));
69
+ } }), this.text, index.h("slot", { key: 'd62923964dd2d9221349e01ef6403e3a83e53932' }))));
63
70
  }
64
71
  get host() { return index.getElement(this); }
65
72
  };
@@ -19,7 +19,7 @@ var patchBrowser = () => {
19
19
 
20
20
  patchBrowser().then(async (options) => {
21
21
  await appGlobals.globalScripts();
22
- return index.bootstrapLazy(JSON.parse("[[\"tds-header-launcher.cjs\",[[1,\"tds-header-launcher\",{\"open\":[32],\"buttonEl\":[32],\"hasListTypeMenu\":[32]},[[8,\"click\",\"onAnyClick\"]]]]],[\"tds-header-dropdown.cjs\",[[1,\"tds-header-dropdown\",{\"label\":[1],\"noDropdownIcon\":[4,\"no-dropdown-icon\"],\"selected\":[4],\"open\":[32],\"buttonEl\":[32]},[[4,\"click\",\"onAnyClick\"]]]]],[\"tds-header-hamburger.cjs\",[[1,\"tds-header-hamburger\"]]],[\"tds-dropdown-option.cjs\",[[17,\"tds-dropdown-option\",{\"value\":[1],\"disabled\":[4],\"selected\":[32],\"multiselect\":[32],\"size\":[32],\"setSelected\":[64]}]]],[\"tds-header-brand-symbol.cjs\",[[1,\"tds-header-brand-symbol\"]]],[\"tds-side-menu-dropdown.cjs\",[[1,\"tds-side-menu-dropdown\",{\"defaultOpen\":[4,\"default-open\"],\"buttonLabel\":[1,\"button-label\"],\"selected\":[4],\"open\":[4],\"hoverState\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"],[1,\"pointerenter\",\"onEventPointerEnter\"],[0,\"focusin\",\"onEventFocus\"],[1,\"pointerleave\",\"onEventPointerLeave\"],[0,\"focusout\",\"onEventBlur\"]]]]],[\"tds-side-menu-user.cjs\",[[1,\"tds-side-menu-user\",{\"heading\":[1],\"subheading\":[1],\"imgSrc\":[1,\"img-src\"],\"imgAlt\":[1,\"img-alt\"]}]]],[\"tds-accordion-item.cjs\",[[1,\"tds-accordion-item\",{\"header\":[1],\"expandIconPosition\":[1,\"expand-icon-position\"],\"disabled\":[4],\"expanded\":[4],\"paddingReset\":[4,\"padding-reset\"],\"toggleAccordionItem\":[64]}]]],[\"tds-banner.cjs\",[[1,\"tds-banner\",{\"icon\":[1],\"header\":[1],\"subheader\":[1],\"variant\":[1],\"bannerId\":[1,\"banner-id\"],\"hidden\":[516],\"hideBanner\":[64],\"showBanner\":[64]}]]],[\"tds-card.cjs\",[[1,\"tds-card\",{\"modeVariant\":[1,\"mode-variant\"],\"imagePlacement\":[1,\"image-placement\"],\"header\":[1],\"subheader\":[1],\"bodyImg\":[1,\"body-img\"],\"bodyImgAlt\":[1,\"body-img-alt\"],\"bodyDivider\":[4,\"body-divider\"],\"clickable\":[4],\"cardId\":[1,\"card-id\"]}]]],[\"tds-datetime.cjs\",[[2,\"tds-datetime\",{\"type\":[513],\"value\":[1537],\"min\":[1],\"max\":[1],\"defaultValue\":[1,\"default-value\"],\"disabled\":[4],\"size\":[1],\"noMinWidth\":[4,\"no-min-width\"],\"modeVariant\":[1,\"mode-variant\"],\"name\":[1],\"state\":[1],\"autofocus\":[4],\"label\":[1],\"helper\":[1],\"focusInput\":[32],\"setValue\":[64]},[[0,\"focus\",\"handleFocusIn\"],[0,\"focusout\",\"handleFocusOut\"]]]]],[\"tds-dropdown.cjs\",[[1,\"tds-dropdown\",{\"name\":[1],\"disabled\":[4],\"helper\":[1],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"modeVariant\":[1,\"mode-variant\"],\"openDirection\":[1,\"open-direction\"],\"placeholder\":[1],\"size\":[1],\"error\":[4],\"multiselect\":[4],\"filter\":[4],\"normalizeText\":[4,\"normalize-text\"],\"noResultText\":[1,\"no-result-text\"],\"defaultValue\":[1,\"default-value\"],\"open\":[32],\"value\":[32],\"filterResult\":[32],\"filterFocus\":[32],\"reset\":[64],\"setValue\":[64],\"appendValue\":[64],\"removeValue\":[64],\"close\":[64]},[[9,\"mousedown\",\"onAnyClick\"],[0,\"keydown\",\"onKeyDown\"]],{\"open\":[\"handleOpenState\"]}]]],[\"tds-folder-tabs.cjs\",[[1,\"tds-folder-tabs\",{\"modeVariant\":[1,\"mode-variant\"],\"defaultSelectedIndex\":[2,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"buttonWidth\":[32],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64]},null,{\"selectedIndex\":[\"handleSelectedIndexUpdate\"]}]]],[\"tds-footer-group.cjs\",[[1,\"tds-footer-group\",{\"titleText\":[1,\"title-text\"],\"open\":[32]}]]],[\"tds-header-launcher-list.cjs\",[[4,\"tds-header-launcher-list\"]]],[\"tds-header-launcher-list-item.cjs\",[[1,\"tds-header-launcher-list-item\"]]],[\"tds-inline-tabs.cjs\",[[1,\"tds-inline-tabs\",{\"modeVariant\":[1,\"mode-variant\"],\"defaultSelectedIndex\":[2,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"buttonWidth\":[32],\"selectTab\":[64]},null,{\"selectedIndex\":[\"handleSelectedIndexUpdate\"]}]]],[\"tds-message.cjs\",[[1,\"tds-message\",{\"header\":[1],\"modeVariant\":[1,\"mode-variant\"],\"variant\":[1],\"noIcon\":[4,\"no-icon\"],\"minimal\":[4]}]]],[\"tds-modal.cjs\",[[1,\"tds-modal\",{\"header\":[1],\"prevent\":[4],\"size\":[1],\"actionsPosition\":[1,\"actions-position\"],\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"closable\":[4],\"isShown\":[32],\"showModal\":[64],\"closeModal\":[64],\"initializeModal\":[64],\"cleanupModal\":[64]}]]],[\"tds-navigation-tabs.cjs\",[[1,\"tds-navigation-tabs\",{\"modeVariant\":[1,\"mode-variant\"],\"defaultSelectedIndex\":[2,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64]},null,{\"selectedIndex\":[\"handleSelectedIndexUpdate\"]}]]],[\"tds-popover-menu.cjs\",[[6,\"tds-popover-menu\",{\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"],\"fluidWidth\":[4,\"fluid-width\"]}]]],[\"tds-side-menu-close-button.cjs\",[[1,\"tds-side-menu-close-button\"]]],[\"tds-side-menu-collapse-button.cjs\",[[1,\"tds-side-menu-collapse-button\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-slider.cjs\",[[0,\"tds-slider\",{\"label\":[1],\"value\":[1025],\"min\":[1],\"max\":[1],\"ticks\":[1],\"showTickNumbers\":[4,\"show-tick-numbers\"],\"tooltip\":[4],\"disabled\":[4],\"readOnly\":[4,\"read-only\"],\"controls\":[4],\"input\":[4],\"step\":[1],\"name\":[1],\"thumbSize\":[1,\"thumb-size\"],\"snap\":[4],\"sliderId\":[1,\"slider-id\"],\"reset\":[64]},[[0,\"keydown\",\"handleKeydown\"],[9,\"mouseup\",\"handleRelease\"],[9,\"touchend\",\"handleRelease\"],[9,\"mousemove\",\"handleMove\"],[9,\"touchmove\",\"handleMove\"]],{\"value\":[\"handleValueUpdate\"]}]]],[\"tds-step.cjs\",[[1,\"tds-step\",{\"index\":[1],\"state\":[1],\"hideLabels\":[32],\"size\":[32],\"orientation\":[32],\"labelPosition\":[32]},[[16,\"internalTdsPropsChange\",\"handlePropsChange\"]]]]],[\"tds-table-body-row.cjs\",[[1,\"tds-table-body-row\",{\"selected\":[516],\"disabled\":[516],\"multiselect\":[32],\"mainCheckBoxStatus\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-footer.cjs\",[[1,\"tds-table-footer\",{\"pagination\":[516],\"paginationValue\":[1538,\"pagination-value\"],\"pages\":[514],\"cols\":[2],\"columnsNumber\":[32],\"compactDesign\":[32],\"lastCorrectValue\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-header.cjs\",[[1,\"tds-table-header\",{\"allSelected\":[1540,\"all-selected\"],\"selected\":[1540],\"disabled\":[1540],\"indeterminate\":[4],\"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-toolbar.cjs\",[[1,\"tds-table-toolbar\",{\"tableTitle\":[513,\"table-title\"],\"filter\":[516],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-text-field.cjs\",[[6,\"tds-text-field\",{\"type\":[513],\"labelPosition\":[1,\"label-position\"],\"label\":[1],\"min\":[8],\"max\":[8],\"helper\":[1],\"placeholder\":[1],\"value\":[513],\"disabled\":[4],\"readOnly\":[4,\"read-only\"],\"size\":[1],\"modeVariant\":[1,\"mode-variant\"],\"noMinWidth\":[4,\"no-min-width\"],\"name\":[1],\"state\":[1],\"maxLength\":[2,\"max-length\"],\"autofocus\":[4],\"focusInput\":[32]}]]],[\"tds-textarea.cjs\",[[2,\"tds-textarea\",{\"label\":[1],\"name\":[1],\"helper\":[1],\"cols\":[2],\"rows\":[2],\"labelPosition\":[1,\"label-position\"],\"placeholder\":[1],\"value\":[1],\"disabled\":[4],\"readOnly\":[4,\"read-only\"],\"state\":[1],\"maxLength\":[2,\"max-length\"],\"modeVariant\":[1,\"mode-variant\"],\"autofocus\":[4],\"noMinWidth\":[4,\"no-min-width\"],\"focusInput\":[32]}]]],[\"tds-toast.cjs\",[[1,\"tds-toast\",{\"toastId\":[1,\"toast-id\"],\"header\":[1],\"subheader\":[1],\"variant\":[1],\"hidden\":[516],\"closable\":[4],\"toastRole\":[1,\"toast-role\"],\"hideToast\":[64],\"showToast\":[64]}]]],[\"tds-tooltip.cjs\",[[6,\"tds-tooltip\",{\"text\":[1],\"selector\":[1],\"referenceEl\":[16],\"mouseOverTooltip\":[4,\"mouse-over-tooltip\"],\"show\":[1028],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"]}]]],[\"tds-accordion.cjs\",[[1,\"tds-accordion\",{\"modeVariant\":[1,\"mode-variant\"],\"hideLastBorder\":[4,\"hide-last-border\"]}]]],[\"tds-badge.cjs\",[[1,\"tds-badge\",{\"value\":[1],\"hidden\":[516],\"size\":[1],\"shape\":[32],\"text\":[32]},null,{\"value\":[\"watchProps\"],\"size\":[\"watchProps\"]}]]],[\"tds-block.cjs\",[[1,\"tds-block\",{\"modeVariant\":[1,\"mode-variant\"]}]]],[\"tds-body-cell.cjs\",[[1,\"tds-body-cell\",{\"cellValue\":[520,\"cell-value\"],\"cellKey\":[520,\"cell-key\"],\"disablePadding\":[516,\"disable-padding\"],\"textAlign\":[513,\"text-align\"],\"textAlignState\":[32],\"activeSorting\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"tableId\":[32]},[[16,\"internalTdsPropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsHover\",\"internalTdsHoverListener\"],[16,\"internalTdsTextAlign\",\"internalTdsTextAlignListener\"]]]]],[\"tds-breadcrumb.cjs\",[[1,\"tds-breadcrumb\",{\"current\":[4]}]]],[\"tds-breadcrumbs.cjs\",[[1,\"tds-breadcrumbs\"]]],[\"tds-button.cjs\",[[6,\"tds-button\",{\"text\":[1],\"type\":[1],\"variant\":[1],\"size\":[1],\"disabled\":[4],\"fullbleed\":[4],\"modeVariant\":[1,\"mode-variant\"],\"onlyIcon\":[32]}]]],[\"tds-chip.cjs\",[[6,\"tds-chip\",{\"type\":[1],\"size\":[1],\"chipId\":[1,\"chip-id\"],\"checked\":[1540],\"name\":[1],\"value\":[1],\"disabled\":[4]}]]],[\"tds-folder-tab.cjs\",[[1,\"tds-folder-tab\",{\"disabled\":[4],\"selected\":[32],\"tabWidth\":[32],\"setTabWidth\":[64],\"setSelected\":[64]}]]],[\"tds-footer.cjs\",[[1,\"tds-footer\",{\"modeVariant\":[1,\"mode-variant\"]}]]],[\"tds-footer-item.cjs\",[[1,\"tds-footer-item\"]]],[\"tds-header.cjs\",[[4,\"tds-header\"]]],[\"tds-header-cell.cjs\",[[1,\"tds-header-cell\",{\"cellKey\":[513,\"cell-key\"],\"cellValue\":[513,\"cell-value\"],\"customWidth\":[513,\"custom-width\"],\"sortable\":[4],\"textAlign\":[513,\"text-align\"],\"textAlignState\":[32],\"sortingDirection\":[32],\"sortedByMyKey\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"multiselect\":[32],\"enableToolbarDesign\":[32],\"tableId\":[32],\"expandableRows\":[32]},[[16,\"internalTdsPropChange\",\"internalTdsPropChangeListener\"],[16,\"internalSortButtonClicked\",\"updateOptionsContent\"]]]]],[\"tds-header-dropdown-list-user.cjs\",[[1,\"tds-header-dropdown-list-user\",{\"imgUrl\":[1,\"img-url\"],\"imgAlt\":[1,\"img-alt\"],\"header\":[1],\"subheader\":[1]}]]],[\"tds-header-launcher-grid.cjs\",[[4,\"tds-header-launcher-grid\",{\"headingElement\":[32]}]]],[\"tds-header-launcher-grid-item.cjs\",[[1,\"tds-header-launcher-grid-item\"]]],[\"tds-header-launcher-grid-title.cjs\",[[4,\"tds-header-launcher-grid-title\"]]],[\"tds-header-launcher-list-title.cjs\",[[4,\"tds-header-launcher-list-title\"]]],[\"tds-header-title.cjs\",[[1,\"tds-header-title\"]]],[\"tds-inline-tab.cjs\",[[1,\"tds-inline-tab\",{\"disabled\":[4],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-link.cjs\",[[1,\"tds-link\",{\"disabled\":[4],\"underline\":[4]}]]],[\"tds-navigation-tab.cjs\",[[1,\"tds-navigation-tab\",{\"disabled\":[4],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-popover-menu-item.cjs\",[[1,\"tds-popover-menu-item\",{\"disabled\":[4]}]]],[\"tds-radio-button.cjs\",[[6,\"tds-radio-button\",{\"name\":[1],\"value\":[1],\"radioId\":[1,\"radio-id\"],\"checked\":[516],\"required\":[4],\"disabled\":[4]}]]],[\"tds-side-menu.cjs\",[[1,\"tds-side-menu\",{\"open\":[4],\"persistent\":[4],\"collapsed\":[1028],\"isUpperSlotEmpty\":[32],\"isCollapsed\":[32],\"initialCollapsedState\":[32]},[[16,\"internalTdsCollapse\",\"collapsedSideMenuEventHandler\"]],{\"collapsed\":[\"onCollapsedChange\"]}]]],[\"tds-side-menu-dropdown-list.cjs\",[[1,\"tds-side-menu-dropdown-list\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"]]]]],[\"tds-side-menu-dropdown-list-item.cjs\",[[1,\"tds-side-menu-dropdown-list-item\",{\"selected\":[4],\"dropdownHasIcon\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-side-menu-overlay.cjs\",[[1,\"tds-side-menu-overlay\"]]],[\"tds-spinner.cjs\",[[0,\"tds-spinner\",{\"size\":[1],\"variant\":[1]}]]],[\"tds-stepper.cjs\",[[1,\"tds-stepper\",{\"orientation\":[1],\"labelPosition\":[1,\"label-position\"],\"size\":[1],\"hideLabels\":[4,\"hide-labels\"],\"stepperId\":[1,\"stepper-id\"]},null,{\"orientation\":[\"handleDirectionChange\"],\"labelPosition\":[\"handleLabelPositionChange\"],\"size\":[\"handleSizeChange\"],\"hideLabels\":[\"handleHideLabelsChange\"]}]]],[\"tds-table.cjs\",[[1,\"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\"],\"tableId\":[1,\"table-id\"],\"getSelectedRows\":[64]},null,{\"multiselect\":[\"multiselectChanged\"],\"expandableRows\":[\"enableExpandableRowsChanged\"],\"compactDesign\":[\"compactDesignChanged\"],\"verticalDividers\":[\"verticalDividersChanged\"],\"noMinWidth\":[\"noMinWidthChanged\"],\"modeVariant\":[\"modeVariantChanged\"]}]]],[\"tds-table-body.cjs\",[[4,\"tds-table-body\",{\"multiselect\":[32],\"enablePaginationTableBody\":[32],\"expandableRows\":[32],\"multiselectArray\":[32],\"multiselectArrayJSON\":[32],\"mainCheckboxStatus\":[32],\"columnsNumber\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsRowChange\",\"bodyCheckboxListener\"]]]]],[\"tds-table-body-row-expandable.cjs\",[[1,\"tds-table-body-row-expandable\",{\"colSpan\":[2,\"col-span\"],\"rowId\":[513,\"row-id\"],\"expanded\":[516],\"isExpanded\":[32],\"tableId\":[32],\"columnsNumber\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"modeVariant\":[32],\"expand\":[64],\"collapse\":[64]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]],{\"expanded\":[\"watchExpanded\"]}]]],[\"tds-toggle.cjs\",[[6,\"tds-toggle\",{\"checked\":[516],\"required\":[4],\"size\":[1],\"name\":[1],\"headline\":[1],\"disabled\":[4],\"toggleId\":[1,\"toggle-id\"],\"toggle\":[64]}]]],[\"tds-header-launcher-button.cjs\",[[1,\"tds-header-launcher-button\",{\"active\":[4]}]]],[\"tds-divider.cjs\",[[1,\"tds-divider\",{\"orientation\":[1]}]]],[\"tds-header-dropdown-list.cjs\",[[1,\"tds-header-dropdown-list\",{\"size\":[513],\"headingElement\":[32]}]]],[\"tds-header-dropdown-list-item.cjs\",[[1,\"tds-header-dropdown-list-item\",{\"selected\":[4],\"size\":[513]}]]],[\"tds-popover-canvas.cjs\",[[6,\"tds-popover-canvas\",{\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"],\"modifiers\":[16]}]]],[\"tds-side-menu-user-image_2.cjs\",[[1,\"tds-side-menu-user-image\",{\"src\":[1],\"alt\":[1]}],[1,\"tds-side-menu-user-label\",{\"heading\":[1],\"subheading\":[1]}]]],[\"tds-side-menu-item.cjs\",[[1,\"tds-side-menu-item\",{\"selected\":[4],\"active\":[4],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-checkbox.cjs\",[[6,\"tds-checkbox\",{\"name\":[1],\"checkboxId\":[1,\"checkbox-id\"],\"disabled\":[4],\"required\":[4],\"checked\":[1540],\"indeterminate\":[1028],\"value\":[1],\"toggleCheckbox\":[64]},null,{\"indeterminate\":[\"handleIndeterminateState\"]}]]],[\"tds-popover-core.cjs\",[[6,\"tds-popover-core\",{\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"],\"modifiers\":[16],\"trigger\":[1],\"autoHide\":[4,\"auto-hide\"],\"renderedShowValue\":[32],\"popperInstance\":[32],\"target\":[32],\"isShown\":[32]},[[8,\"click\",\"onAnyClick\"],[8,\"internalTdsShow\",\"onTdsShow\"]],{\"show\":[\"onShowChange\"],\"referenceEl\":[\"onReferenceElChanged\"],\"trigger\":[\"onTriggerChanged\"]}]]],[\"tds-core-header-item_2.cjs\",[[1,\"tds-header-item\",{\"active\":[4],\"selected\":[4]}],[1,\"tds-core-header-item\"]]],[\"tds-icon.cjs\",[[1,\"tds-icon\",{\"name\":[513],\"size\":[513],\"svgTitle\":[1,\"svg-title\"],\"svgDescription\":[1,\"svg-description\"],\"icons_object\":[32],\"arrayOfIcons\":[32]}]]]]"), options);
22
+ return index.bootstrapLazy(JSON.parse("[[\"tds-header-launcher.cjs\",[[1,\"tds-header-launcher\",{\"open\":[32],\"buttonEl\":[32],\"hasListTypeMenu\":[32]},[[8,\"click\",\"onAnyClick\"]]]]],[\"tds-header-dropdown.cjs\",[[1,\"tds-header-dropdown\",{\"label\":[1],\"noDropdownIcon\":[4,\"no-dropdown-icon\"],\"selected\":[4],\"open\":[32],\"buttonEl\":[32]},[[4,\"click\",\"onAnyClick\"]]]]],[\"tds-header-hamburger.cjs\",[[1,\"tds-header-hamburger\"]]],[\"tds-dropdown-option.cjs\",[[17,\"tds-dropdown-option\",{\"value\":[1],\"disabled\":[4],\"selected\":[32],\"multiselect\":[32],\"size\":[32],\"setSelected\":[64]}]]],[\"tds-header-brand-symbol.cjs\",[[1,\"tds-header-brand-symbol\"]]],[\"tds-side-menu-dropdown.cjs\",[[1,\"tds-side-menu-dropdown\",{\"defaultOpen\":[4,\"default-open\"],\"buttonLabel\":[1,\"button-label\"],\"selected\":[4],\"open\":[4],\"hoverState\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"],[1,\"pointerenter\",\"onEventPointerEnter\"],[0,\"focusin\",\"onEventFocus\"],[1,\"pointerleave\",\"onEventPointerLeave\"],[0,\"focusout\",\"onEventBlur\"]]]]],[\"tds-side-menu-user.cjs\",[[1,\"tds-side-menu-user\",{\"heading\":[1],\"subheading\":[1],\"imgSrc\":[1,\"img-src\"],\"imgAlt\":[1,\"img-alt\"]}]]],[\"tds-accordion-item.cjs\",[[1,\"tds-accordion-item\",{\"header\":[1],\"expandIconPosition\":[1,\"expand-icon-position\"],\"disabled\":[4],\"expanded\":[4],\"paddingReset\":[4,\"padding-reset\"],\"toggleAccordionItem\":[64]}]]],[\"tds-banner.cjs\",[[1,\"tds-banner\",{\"icon\":[1],\"header\":[1],\"subheader\":[1],\"variant\":[1],\"bannerId\":[1,\"banner-id\"],\"hidden\":[516],\"hideBanner\":[64],\"showBanner\":[64]}]]],[\"tds-card.cjs\",[[1,\"tds-card\",{\"modeVariant\":[1,\"mode-variant\"],\"imagePlacement\":[1,\"image-placement\"],\"header\":[1],\"subheader\":[1],\"bodyImg\":[1,\"body-img\"],\"bodyImgAlt\":[1,\"body-img-alt\"],\"bodyDivider\":[4,\"body-divider\"],\"clickable\":[4],\"cardId\":[1,\"card-id\"]}]]],[\"tds-datetime.cjs\",[[2,\"tds-datetime\",{\"type\":[513],\"value\":[1537],\"min\":[1],\"max\":[1],\"defaultValue\":[1,\"default-value\"],\"disabled\":[4],\"size\":[1],\"noMinWidth\":[4,\"no-min-width\"],\"modeVariant\":[1,\"mode-variant\"],\"name\":[1],\"state\":[1],\"autofocus\":[4],\"label\":[1],\"helper\":[1],\"focusInput\":[32],\"setValue\":[64]},[[0,\"focus\",\"handleFocusIn\"],[0,\"focusout\",\"handleFocusOut\"]]]]],[\"tds-dropdown.cjs\",[[1,\"tds-dropdown\",{\"name\":[1],\"disabled\":[4],\"helper\":[1],\"label\":[1],\"labelPosition\":[1,\"label-position\"],\"modeVariant\":[1,\"mode-variant\"],\"openDirection\":[1,\"open-direction\"],\"placeholder\":[1],\"size\":[1],\"error\":[4],\"multiselect\":[4],\"filter\":[4],\"normalizeText\":[4,\"normalize-text\"],\"noResultText\":[1,\"no-result-text\"],\"defaultValue\":[1,\"default-value\"],\"open\":[32],\"value\":[32],\"filterResult\":[32],\"filterFocus\":[32],\"reset\":[64],\"setValue\":[64],\"appendValue\":[64],\"removeValue\":[64],\"close\":[64]},[[9,\"mousedown\",\"onAnyClick\"],[0,\"keydown\",\"onKeyDown\"]],{\"open\":[\"handleOpenState\"]}]]],[\"tds-folder-tabs.cjs\",[[1,\"tds-folder-tabs\",{\"modeVariant\":[1,\"mode-variant\"],\"defaultSelectedIndex\":[2,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"buttonWidth\":[32],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64]},null,{\"selectedIndex\":[\"handleSelectedIndexUpdate\"]}]]],[\"tds-footer-group.cjs\",[[1,\"tds-footer-group\",{\"titleText\":[1,\"title-text\"],\"open\":[32]}]]],[\"tds-header-cell.cjs\",[[1,\"tds-header-cell\",{\"cellKey\":[513,\"cell-key\"],\"cellValue\":[513,\"cell-value\"],\"customWidth\":[513,\"custom-width\"],\"sortable\":[4],\"textAlign\":[513,\"text-align\"],\"disablePadding\":[516,\"disable-padding\"],\"textAlignState\":[32],\"sortingDirection\":[32],\"sortedByMyKey\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"multiselect\":[32],\"enableToolbarDesign\":[32],\"tableId\":[32],\"expandableRows\":[32]},[[16,\"internalTdsPropChange\",\"internalTdsPropChangeListener\"],[16,\"internalSortButtonClicked\",\"updateOptionsContent\"]]]]],[\"tds-header-launcher-list.cjs\",[[4,\"tds-header-launcher-list\"]]],[\"tds-header-launcher-list-item.cjs\",[[1,\"tds-header-launcher-list-item\"]]],[\"tds-inline-tabs.cjs\",[[1,\"tds-inline-tabs\",{\"modeVariant\":[1,\"mode-variant\"],\"defaultSelectedIndex\":[2,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"buttonWidth\":[32],\"selectTab\":[64]},null,{\"selectedIndex\":[\"handleSelectedIndexUpdate\"]}]]],[\"tds-message.cjs\",[[1,\"tds-message\",{\"header\":[1],\"modeVariant\":[1,\"mode-variant\"],\"variant\":[1],\"noIcon\":[4,\"no-icon\"],\"minimal\":[4]}]]],[\"tds-modal.cjs\",[[1,\"tds-modal\",{\"header\":[1],\"prevent\":[4],\"size\":[1],\"actionsPosition\":[1,\"actions-position\"],\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"closable\":[4],\"isShown\":[32],\"showModal\":[64],\"closeModal\":[64],\"initializeModal\":[64],\"cleanupModal\":[64]}]]],[\"tds-navigation-tabs.cjs\",[[1,\"tds-navigation-tabs\",{\"modeVariant\":[1,\"mode-variant\"],\"defaultSelectedIndex\":[2,\"default-selected-index\"],\"selectedIndex\":[514,\"selected-index\"],\"showLeftScroll\":[32],\"showRightScroll\":[32],\"selectTab\":[64]},null,{\"selectedIndex\":[\"handleSelectedIndexUpdate\"]}]]],[\"tds-popover-menu.cjs\",[[6,\"tds-popover-menu\",{\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"],\"fluidWidth\":[4,\"fluid-width\"]}]]],[\"tds-side-menu-close-button.cjs\",[[1,\"tds-side-menu-close-button\"]]],[\"tds-side-menu-collapse-button.cjs\",[[1,\"tds-side-menu-collapse-button\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-slider.cjs\",[[0,\"tds-slider\",{\"label\":[1],\"value\":[1025],\"min\":[1],\"max\":[1],\"ticks\":[1],\"showTickNumbers\":[4,\"show-tick-numbers\"],\"tooltip\":[4],\"disabled\":[4],\"readOnly\":[4,\"read-only\"],\"controls\":[4],\"input\":[4],\"step\":[1],\"name\":[1],\"thumbSize\":[1,\"thumb-size\"],\"snap\":[4],\"sliderId\":[1,\"slider-id\"],\"reset\":[64]},[[0,\"keydown\",\"handleKeydown\"],[9,\"mouseup\",\"handleRelease\"],[9,\"touchend\",\"handleRelease\"],[9,\"mousemove\",\"handleMove\"],[9,\"touchmove\",\"handleMove\"]],{\"value\":[\"handleValueUpdate\"]}]]],[\"tds-step.cjs\",[[1,\"tds-step\",{\"index\":[1],\"state\":[1],\"hideLabels\":[32],\"size\":[32],\"orientation\":[32],\"labelPosition\":[32]},[[16,\"internalTdsPropsChange\",\"handlePropsChange\"]]]]],[\"tds-table-body-row.cjs\",[[1,\"tds-table-body-row\",{\"selected\":[516],\"disabled\":[516],\"multiselect\":[32],\"mainCheckBoxStatus\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-footer.cjs\",[[1,\"tds-table-footer\",{\"pagination\":[516],\"paginationValue\":[1538,\"pagination-value\"],\"pages\":[514],\"cols\":[2],\"columnsNumber\":[32],\"compactDesign\":[32],\"lastCorrectValue\":[32],\"tableId\":[32],\"horizontalScrollWidth\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-table-header.cjs\",[[1,\"tds-table-header\",{\"allSelected\":[1540,\"all-selected\"],\"selected\":[1540],\"disabled\":[1540],\"indeterminate\":[4],\"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-toolbar.cjs\",[[1,\"tds-table-toolbar\",{\"tableTitle\":[513,\"table-title\"],\"filter\":[516],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"tableId\":[32],\"horizontalScrollWidth\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]]]]],[\"tds-text-field.cjs\",[[6,\"tds-text-field\",{\"type\":[513],\"labelPosition\":[1,\"label-position\"],\"label\":[1],\"min\":[8],\"max\":[8],\"helper\":[1],\"placeholder\":[1],\"value\":[513],\"disabled\":[4],\"readOnly\":[4,\"read-only\"],\"size\":[1],\"modeVariant\":[1,\"mode-variant\"],\"noMinWidth\":[4,\"no-min-width\"],\"name\":[1],\"state\":[1],\"maxLength\":[2,\"max-length\"],\"autofocus\":[4],\"focusInput\":[32]}]]],[\"tds-textarea.cjs\",[[2,\"tds-textarea\",{\"label\":[1],\"name\":[1],\"helper\":[1],\"cols\":[2],\"rows\":[2],\"labelPosition\":[1,\"label-position\"],\"placeholder\":[1],\"value\":[1],\"disabled\":[4],\"readOnly\":[4,\"read-only\"],\"state\":[1],\"maxLength\":[2,\"max-length\"],\"modeVariant\":[1,\"mode-variant\"],\"autofocus\":[4],\"noMinWidth\":[4,\"no-min-width\"],\"focusInput\":[32]}]]],[\"tds-toast.cjs\",[[1,\"tds-toast\",{\"toastId\":[1,\"toast-id\"],\"header\":[1],\"subheader\":[1],\"variant\":[1],\"hidden\":[516],\"closable\":[4],\"toastRole\":[1,\"toast-role\"],\"hideToast\":[64],\"showToast\":[64]}]]],[\"tds-tooltip.cjs\",[[6,\"tds-tooltip\",{\"text\":[1],\"selector\":[1],\"referenceEl\":[16],\"mouseOverTooltip\":[4,\"mouse-over-tooltip\"],\"trigger\":[1],\"show\":[1028],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"]}]]],[\"tds-accordion.cjs\",[[1,\"tds-accordion\",{\"modeVariant\":[1,\"mode-variant\"],\"hideLastBorder\":[4,\"hide-last-border\"]}]]],[\"tds-badge.cjs\",[[1,\"tds-badge\",{\"value\":[1],\"hidden\":[516],\"size\":[1],\"shape\":[32],\"text\":[32]},null,{\"value\":[\"watchProps\"],\"size\":[\"watchProps\"]}]]],[\"tds-block.cjs\",[[1,\"tds-block\",{\"modeVariant\":[1,\"mode-variant\"]}]]],[\"tds-body-cell.cjs\",[[1,\"tds-body-cell\",{\"cellValue\":[520,\"cell-value\"],\"cellKey\":[520,\"cell-key\"],\"disablePadding\":[516,\"disable-padding\"],\"textAlign\":[513,\"text-align\"],\"textAlignState\":[32],\"activeSorting\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"whiteBackground\":[32],\"tableId\":[32]},[[16,\"internalTdsPropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsHover\",\"internalTdsHoverListener\"],[16,\"internalTdsTextAlign\",\"internalTdsTextAlignListener\"]]]]],[\"tds-breadcrumb.cjs\",[[1,\"tds-breadcrumb\",{\"current\":[4]}]]],[\"tds-breadcrumbs.cjs\",[[1,\"tds-breadcrumbs\"]]],[\"tds-button.cjs\",[[6,\"tds-button\",{\"text\":[1],\"type\":[1],\"variant\":[1],\"size\":[1],\"disabled\":[4],\"fullbleed\":[4],\"modeVariant\":[1,\"mode-variant\"],\"onlyIcon\":[32]}]]],[\"tds-chip.cjs\",[[6,\"tds-chip\",{\"type\":[1],\"size\":[1],\"chipId\":[1,\"chip-id\"],\"checked\":[1540],\"name\":[1],\"value\":[1],\"disabled\":[4]}]]],[\"tds-folder-tab.cjs\",[[1,\"tds-folder-tab\",{\"disabled\":[4],\"selected\":[32],\"tabWidth\":[32],\"setTabWidth\":[64],\"setSelected\":[64]}]]],[\"tds-footer.cjs\",[[1,\"tds-footer\",{\"modeVariant\":[1,\"mode-variant\"]}]]],[\"tds-footer-item.cjs\",[[1,\"tds-footer-item\"]]],[\"tds-header.cjs\",[[4,\"tds-header\"]]],[\"tds-header-dropdown-list-user.cjs\",[[1,\"tds-header-dropdown-list-user\",{\"imgUrl\":[1,\"img-url\"],\"imgAlt\":[1,\"img-alt\"],\"header\":[1],\"subheader\":[1]}]]],[\"tds-header-launcher-grid.cjs\",[[4,\"tds-header-launcher-grid\",{\"headingElement\":[32]}]]],[\"tds-header-launcher-grid-item.cjs\",[[1,\"tds-header-launcher-grid-item\"]]],[\"tds-header-launcher-grid-title.cjs\",[[4,\"tds-header-launcher-grid-title\"]]],[\"tds-header-launcher-list-title.cjs\",[[4,\"tds-header-launcher-list-title\"]]],[\"tds-header-title.cjs\",[[1,\"tds-header-title\"]]],[\"tds-inline-tab.cjs\",[[1,\"tds-inline-tab\",{\"disabled\":[4],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-link.cjs\",[[1,\"tds-link\",{\"disabled\":[4],\"underline\":[4]}]]],[\"tds-navigation-tab.cjs\",[[1,\"tds-navigation-tab\",{\"disabled\":[4],\"selected\":[32],\"setSelected\":[64]}]]],[\"tds-popover-menu-item.cjs\",[[1,\"tds-popover-menu-item\",{\"disabled\":[4]}]]],[\"tds-radio-button.cjs\",[[6,\"tds-radio-button\",{\"name\":[1],\"value\":[1],\"radioId\":[1,\"radio-id\"],\"checked\":[516],\"required\":[4],\"disabled\":[4]}]]],[\"tds-side-menu.cjs\",[[1,\"tds-side-menu\",{\"open\":[4],\"persistent\":[4],\"collapsed\":[1028],\"isUpperSlotEmpty\":[32],\"isCollapsed\":[32],\"initialCollapsedState\":[32]},[[16,\"internalTdsCollapse\",\"collapsedSideMenuEventHandler\"]],{\"collapsed\":[\"onCollapsedChange\"]}]]],[\"tds-side-menu-dropdown-list.cjs\",[[1,\"tds-side-menu-dropdown-list\",{\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapsedSideMenuEventHandler\"]]]]],[\"tds-side-menu-dropdown-list-item.cjs\",[[1,\"tds-side-menu-dropdown-list-item\",{\"selected\":[4],\"dropdownHasIcon\":[32],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-side-menu-overlay.cjs\",[[1,\"tds-side-menu-overlay\"]]],[\"tds-spinner.cjs\",[[0,\"tds-spinner\",{\"size\":[1],\"variant\":[1]}]]],[\"tds-stepper.cjs\",[[1,\"tds-stepper\",{\"orientation\":[1],\"labelPosition\":[1,\"label-position\"],\"size\":[1],\"hideLabels\":[4,\"hide-labels\"],\"stepperId\":[1,\"stepper-id\"]},null,{\"orientation\":[\"handleDirectionChange\"],\"labelPosition\":[\"handleLabelPositionChange\"],\"size\":[\"handleSizeChange\"],\"hideLabels\":[\"handleHideLabelsChange\"]}]]],[\"tds-table.cjs\",[[1,\"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\"],\"horizontalScrollWidth\":[1,\"horizontal-scroll-width\"],\"tableId\":[1,\"table-id\"],\"enableHorizontalScrollToolbarDesign\":[32],\"enableHorizontalScrollFooterDesign\":[32],\"getSelectedRows\":[64]},null,{\"multiselect\":[\"multiselectChanged\"],\"expandableRows\":[\"enableExpandableRowsChanged\"],\"compactDesign\":[\"compactDesignChanged\"],\"verticalDividers\":[\"verticalDividersChanged\"],\"noMinWidth\":[\"noMinWidthChanged\"],\"modeVariant\":[\"modeVariantChanged\"],\"horizontalScrollWidth\":[\"widthChanged\"]}]]],[\"tds-table-body.cjs\",[[4,\"tds-table-body\",{\"multiselect\":[32],\"enablePaginationTableBody\":[32],\"expandableRows\":[32],\"multiselectArray\":[32],\"multiselectArrayJSON\":[32],\"mainCheckboxStatus\":[32],\"columnsNumber\":[32],\"tableId\":[32]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"],[16,\"internalTdsRowChange\",\"bodyCheckboxListener\"]]]]],[\"tds-table-body-row-expandable.cjs\",[[1,\"tds-table-body-row-expandable\",{\"colSpan\":[2,\"col-span\"],\"rowId\":[513,\"row-id\"],\"expanded\":[516],\"isExpanded\":[32],\"tableId\":[32],\"columnsNumber\":[32],\"verticalDividers\":[32],\"compactDesign\":[32],\"noMinWidth\":[32],\"modeVariant\":[32],\"expand\":[64],\"collapse\":[64]},[[16,\"internalTdsTablePropChange\",\"internalTdsPropChangeListener\"]],{\"expanded\":[\"watchExpanded\"]}]]],[\"tds-toggle.cjs\",[[6,\"tds-toggle\",{\"checked\":[516],\"required\":[4],\"size\":[1],\"name\":[1],\"headline\":[1],\"disabled\":[4],\"toggleId\":[1,\"toggle-id\"],\"toggle\":[64]}]]],[\"tds-header-launcher-button.cjs\",[[1,\"tds-header-launcher-button\",{\"active\":[4]}]]],[\"tds-divider.cjs\",[[1,\"tds-divider\",{\"orientation\":[1]}]]],[\"tds-header-dropdown-list.cjs\",[[1,\"tds-header-dropdown-list\",{\"size\":[513],\"headingElement\":[32]}]]],[\"tds-header-dropdown-list-item.cjs\",[[1,\"tds-header-dropdown-list-item\",{\"selected\":[4],\"size\":[513]}]]],[\"tds-popover-canvas.cjs\",[[6,\"tds-popover-canvas\",{\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"],\"modifiers\":[16]}]]],[\"tds-side-menu-user-image_2.cjs\",[[1,\"tds-side-menu-user-image\",{\"src\":[1],\"alt\":[1]}],[1,\"tds-side-menu-user-label\",{\"heading\":[1],\"subheading\":[1]}]]],[\"tds-side-menu-item.cjs\",[[1,\"tds-side-menu-item\",{\"selected\":[4],\"active\":[4],\"collapsed\":[32]},[[16,\"internalTdsSideMenuPropChange\",\"collapseSideMenuEventHandler\"]]]]],[\"tds-checkbox.cjs\",[[6,\"tds-checkbox\",{\"name\":[1],\"checkboxId\":[1,\"checkbox-id\"],\"disabled\":[4],\"required\":[4],\"checked\":[1540],\"indeterminate\":[1028],\"value\":[1],\"toggleCheckbox\":[64]},null,{\"indeterminate\":[\"handleIndeterminateState\"]}]]],[\"tds-popover-core.cjs\",[[6,\"tds-popover-core\",{\"selector\":[1],\"referenceEl\":[16],\"show\":[4],\"placement\":[1],\"offsetSkidding\":[2,\"offset-skidding\"],\"offsetDistance\":[2,\"offset-distance\"],\"modifiers\":[16],\"trigger\":[1],\"autoHide\":[4,\"auto-hide\"],\"renderedShowValue\":[32],\"popperInstance\":[32],\"target\":[32],\"isShown\":[32]},[[8,\"click\",\"onAnyClick\"],[8,\"internalTdsShow\",\"onTdsShow\"]],{\"show\":[\"onShowChange\"],\"referenceEl\":[\"onReferenceElChanged\"],\"trigger\":[\"onTriggerChanged\"]}]]],[\"tds-core-header-item_2.cjs\",[[1,\"tds-header-item\",{\"active\":[4],\"selected\":[4]}],[1,\"tds-core-header-item\"]]],[\"tds-icon.cjs\",[[1,\"tds-icon\",{\"name\":[513],\"size\":[513],\"svgTitle\":[1,\"svg-title\"],\"svgDescription\":[1,\"svg-description\"],\"icons_object\":[32],\"arrayOfIcons\":[32]}]]]]"), options);
23
23
  });
24
24
 
25
25
  exports.setNonce = index.setNonce;
@@ -45,7 +45,7 @@ export class TdsChip {
45
45
  }
46
46
  renderInputAttributes() {
47
47
  const commonAttributes = {
48
- disabled: this.disabled
48
+ disabled: this.disabled,
49
49
  };
50
50
  if (this.type !== 'button') {
51
51
  return Object.assign(Object.assign({}, commonAttributes), { value: this.value, checked: this.checked, name: this.name, onChange: () => this.handleChange() });
@@ -65,7 +65,7 @@ export class TdsChip {
65
65
  'suffix': hasSuffixSlot,
66
66
  'disabled': this.disabled,
67
67
  };
68
- return (h(Host, { key: '186c5136ae598f3d8c5ddda2332af327dd63c6e0' }, h("div", { key: '841b86f1535adfada34545b3bb49b5943e45d753', class: "component" }, h("div", { key: 'c823e31cc85885c1e05ff78eef646addba27698c', class: chipClasses }, h("input", Object.assign({ key: '3b41996aadf32dea09164dac25c7847b21c514ba', type: this.type, id: this.chipId }, inputAttributes)), h("label", { key: 'bac296c16fd863b3d0ff3ed6c7357d5e77e8b8e1', onClick: (event) => event.stopPropagation(), htmlFor: this.chipId }, hasPrefixSlot && h("slot", { key: '322cf977d507e3df85d63755f6b11af61c134228', name: "prefix" }), hasLabelSlot && h("slot", { key: 'd6e02737423348188f8715ea0dfd71878c6ee21e', name: "label" }), hasSuffixSlot && h("slot", { key: 'efe33e2c60dcd5dc1f141e97f3cd9c86da9388f8', name: "suffix" }))))));
68
+ return (h(Host, { key: '55b7fc609e99fb0fa5f5298306ca3aa0eed6a2f8' }, h("div", { key: '4b791c7f631c7dd60702148943bd6a8caa37d463', class: "component" }, h("div", { key: 'f119cfec2efac0f10e14b6af442ab420dbf4839a', class: chipClasses }, h("input", Object.assign({ key: 'f31ded36f63135c096ae85a8048bc195024b3347', type: this.type, id: this.chipId }, inputAttributes)), h("label", { key: '377c2a90bfbf870e1dafaf8f680ccad1a68ae91f', onClick: (event) => event.stopPropagation(), htmlFor: this.chipId }, hasPrefixSlot && h("slot", { key: 'ca26c5285118539e6ced83e8c2c3ae10618576e9', name: "prefix" }), hasLabelSlot && h("slot", { key: 'dee7bf1815cd513bf6531eb8b0d02ba20b738e9f', name: "label" }), hasSuffixSlot && h("slot", { key: '489d7d0ba260cb9ccacef37cb7f9125a1619e4d2', name: "suffix" }))))));
69
69
  }
70
70
  static get is() { return "tds-chip"; }
71
71
  static get encapsulation() { return "scoped"; }
@@ -180,6 +180,7 @@
180
180
  :host {
181
181
  --tds-scrollbar-width-standard: thin;
182
182
  --tds-scrollbar-width: 10px;
183
+ --tds-scrollbar-height: 10px;
183
184
  --tds-scrollbar-thumb-border-width: 3px;
184
185
  --tds-scrollbar-thumb-border-hover-width: 2px;
185
186
  }
@@ -172,6 +172,7 @@ export class TdsDropdown {
172
172
  }
173
173
  /** Method that resets the Dropdown, marks all children as non-selected and resets the value to null. */
174
174
  async reset() {
175
+ this.dropdownList.scrollTop = 0;
175
176
  this.internalReset();
176
177
  this.handleChange();
177
178
  }
@@ -349,7 +350,7 @@ export class TdsDropdown {
349
350
  render() {
350
351
  var _a, _b, _c, _d;
351
352
  appendHiddenInput(this.host, this.name, (_a = this.value) === null || _a === void 0 ? void 0 : _a.map((value) => value).toString(), this.disabled);
352
- return (h(Host, { key: '9fee6da0243cf7b74abce8387454b32caacba96e', role: "select", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, this.label && this.labelPosition === 'outside' && (h("div", { key: 'd338fdc28fdf1a6b24f7254e52f0d8581cc46293', class: `label-outside ${this.disabled ? 'disabled' : ''}` }, this.label)), h("div", { key: 'a6852251cdf06567f2cb2a7516adb71d9ae3295d', class: `dropdown-select ${this.size} ${this.disabled ? 'disabled' : ''}` }, this.filter ? (h("div", { class: {
353
+ return (h(Host, { key: 'b92a6543309f99f0ab56c9004afa282be660f883', role: "select", class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, this.label && this.labelPosition === 'outside' && (h("div", { key: '1ff22a81edb49138e27d2da9f331390f68c5bf6b', class: `label-outside ${this.disabled ? 'disabled' : ''}` }, this.label)), h("div", { key: 'd4f25ede84a1a89cf6d468861b67a4e300d4db8a', class: `dropdown-select ${this.size} ${this.disabled ? 'disabled' : ''}` }, this.filter ? (h("div", { class: {
353
354
  filter: true,
354
355
  focus: this.filterFocus,
355
356
  disabled: this.disabled,
@@ -392,11 +393,11 @@ export class TdsDropdown {
392
393
  label-inside-as-placeholder
393
394
  ${this.size}
394
395
  ${((_c = this.value) === null || _c === void 0 ? void 0 : _c.length) ? 'selected' : ''}
395
- ` }, this.label)), h("div", { class: `placeholder ${this.size}` }, ((_d = this.value) === null || _d === void 0 ? void 0 : _d.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: '4db23bfa5b43445f3f995e6624eb4cc41e3dbca1', ref: (element) => (this.dropdownList = element), class: `dropdown-list
396
+ ` }, this.label)), h("div", { class: `placeholder ${this.size}` }, ((_d = this.value) === null || _d === void 0 ? void 0 : _d.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: 'b7405cd74070923004c4a7c55fcaee497997f2e6', ref: (element) => (this.dropdownList = element), class: `dropdown-list
396
397
  ${this.size}
397
398
  ${this.open ? 'open' : 'closed'}
398
399
  ${this.getOpenDirection()}
399
- ${this.label && this.labelPosition === 'outside' ? 'label-outside' : ''}` }, h("slot", { key: '23a98af0ba0ec7457dd83f0542fad645ae63765a', onSlotchange: () => this.handleSlotChange() }), this.filterResult === 0 && this.noResultText !== '' && (h("div", { key: '43425685729146305b871cabef0f769748865d9a', class: `no-result ${this.size}` }, this.noResultText))), this.helper && (h("div", { key: 'a1988ef07e8bf4be2f15ed274e3a9e431127e0ce', class: `helper ${this.error ? 'error' : ''} ${this.disabled ? 'disabled' : ''}` }, this.error && h("tds-icon", { key: '2d2ccb11a76efbc7d67f663ca7a92a4f62563bf5', name: "error", size: "16px" }), this.helper))));
400
+ ${this.label && this.labelPosition === 'outside' ? 'label-outside' : ''}` }, h("slot", { key: '9d79d84051131b7bd3a22693c37a2f3c6d4ce7fd', onSlotchange: () => this.handleSlotChange() }), this.filterResult === 0 && this.noResultText !== '' && (h("div", { key: '23a08d35ba74ea637c0994d42c3b13f8f29cdb0b', class: `no-result ${this.size}` }, this.noResultText))), this.helper && (h("div", { key: '807779c00a1b2dfdac8283d40e9a6ad4011f3623', class: `helper ${this.error ? 'error' : ''} ${this.disabled ? 'disabled' : ''}` }, this.error && h("tds-icon", { key: '54a0bff1d0db7374ac39a1c696737cd8b0f001ba', name: "error", size: "16px" }), this.helper))));
400
401
  }
401
402
  static get is() { return "tds-dropdown"; }
402
403
  static get encapsulation() { return "shadow"; }
@@ -19,11 +19,18 @@
19
19
  display: flex;
20
20
  justify-content: space-between;
21
21
  }
22
+ :host slot[name=start],
23
+ :host slot[name=end] {
24
+ display: flex;
25
+ }
22
26
  :host slot[name=start]::slotted(*),
23
27
  :host slot[name=end]::slotted(*) {
24
28
  display: flex;
25
29
  column-gap: 24px;
26
30
  }
31
+ :host slot[name=end] {
32
+ margin-left: auto;
33
+ }
27
34
  :host .footer-main-bottom {
28
35
  padding: 40px 0;
29
36
  display: flex;
@@ -69,6 +76,9 @@
69
76
  flex-direction: row;
70
77
  gap: 8px;
71
78
  }
79
+ :host slot[name=end] {
80
+ margin-left: unset;
81
+ }
72
82
  :host .footer-main-bottom {
73
83
  flex-direction: column;
74
84
  padding-bottom: 32px;
@@ -16,7 +16,7 @@ export class TdsFooter {
16
16
  const usesStartSlot = hasSlot('start', this.host);
17
17
  const usesEndSlot = hasSlot('end', this.host);
18
18
  const usesCopyrightSlot = hasSlot('copyright', this.host);
19
- return (h(Host, { key: '454d913eea834fa60400c9714370d14425bc24b6', class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("footer", { key: '77ee89f78b3df1658a6c9e1f5b73273b447aca6d' }, usesTopSlot && h("slot", { key: '6a3c601f7fcd034d659848c3a568460489f874ca', name: "top" }), h("div", { key: '245560e49f1aa3ac1c0d9234f2b53c6c8be12a32', class: "footer-main" }, h("div", { key: '80e149cb97f9801bd46a3e8919ba0406cf0ee1aa', class: "footer-main-top" }, usesStartSlot && h("slot", { key: 'ee7202062d538c6259f272d48117fd61f4f043b6', name: "start" }), usesEndSlot && h("slot", { key: 'aea8a5c322a07f6fa77f0efb838d6487a658a446', name: "end" })), h("div", { key: '7a79c3a164d89ead9ece98d8e475aeb1eecd42af', class: "footer-main-bottom" }, h("small", { key: '13cd36f5dfda31addcf55e271dd398e2eb9083c6', class: "copyright" }, usesCopyrightSlot ? h("slot", { name: "copyright" }) : this.copyrightText), h("div", { key: 'd3b8bfd960a36bcc7a56fa972332e421e15a43c2', class: "brand" }, h("p", { key: 'c330b4649358ac3362118f64493dd68b9028e6ca' }, "Scania")))))));
19
+ return (h(Host, { key: '454d913eea834fa60400c9714370d14425bc24b6', class: `${this.modeVariant ? `tds-mode-variant-${this.modeVariant}` : ''}` }, h("footer", { key: '77ee89f78b3df1658a6c9e1f5b73273b447aca6d' }, usesTopSlot && h("slot", { key: '6a3c601f7fcd034d659848c3a568460489f874ca', name: "top" }), h("div", { key: '245560e49f1aa3ac1c0d9234f2b53c6c8be12a32', class: "footer-main" }, (usesStartSlot || usesEndSlot) && (h("div", { key: '2b3220a69f400b8b609fb423f4136b9fb3d1bf96', class: "footer-main-top" }, usesStartSlot && h("slot", { key: '952412fc57aef7abe5a195ac173a14a48a626c95', name: "start" }), usesEndSlot && h("slot", { key: 'a8b8f6d9c625b7da0ecee95e05a1cda4492b964a', name: "end" }))), h("div", { key: 'ca1e76bd613fa3662a5822882fc4ddc0e030c606', class: "footer-main-bottom" }, h("small", { key: '5c5c3803d71c51b8793993240f00912b89377985', class: "copyright" }, usesCopyrightSlot ? h("slot", { name: "copyright" }) : this.copyrightText), h("div", { key: '2ebada35ffde37a7824b100fe34dd947c525741e', class: "brand" }, h("p", { key: 'e6233b2ce0d5f36a54f9069a9feec687388bc795' }, "Scania")))))));
20
20
  }
21
21
  static get is() { return "tds-footer"; }
22
22
  static get encapsulation() { return "shadow"; }
@@ -1,6 +1,7 @@
1
1
  :host {
2
2
  --tds-scrollbar-width-standard: thin;
3
3
  --tds-scrollbar-width: 10px;
4
+ --tds-scrollbar-height: 10px;
4
5
  --tds-scrollbar-thumb-border-width: 3px;
5
6
  --tds-scrollbar-thumb-border-hover-width: 2px;
6
7
  }
@@ -1,6 +1,7 @@
1
1
  :host {
2
2
  --tds-scrollbar-width-standard: thin;
3
3
  --tds-scrollbar-width: 10px;
4
+ --tds-scrollbar-height: 10px;
4
5
  --tds-scrollbar-thumb-border-width: 3px;
5
6
  --tds-scrollbar-thumb-border-hover-width: 2px;
6
7
  }
@@ -4,6 +4,7 @@
4
4
  :host {
5
5
  --tds-scrollbar-width-standard: thin;
6
6
  --tds-scrollbar-width: 10px;
7
+ --tds-scrollbar-height: 10px;
7
8
  --tds-scrollbar-thumb-border-width: 3px;
8
9
  --tds-scrollbar-thumb-border-hover-width: 2px;
9
10
  }
@@ -4,6 +4,7 @@
4
4
  :host {
5
5
  --tds-scrollbar-width-standard: thin;
6
6
  --tds-scrollbar-width: 10px;
7
+ --tds-scrollbar-height: 10px;
7
8
  --tds-scrollbar-thumb-border-width: 3px;
8
9
  --tds-scrollbar-thumb-border-hover-width: 2px;
9
10
  }
@@ -1,3 +1,15 @@
1
+ :host {
2
+ --tds-scrollbar-width-standard: thin;
3
+ --tds-scrollbar-width: 10px;
4
+ --tds-scrollbar-height: 10px;
5
+ --tds-scrollbar-thumb-border-width: 3px;
6
+ --tds-scrollbar-thumb-border-hover-width: 2px;
7
+ }
8
+
9
+ body {
10
+ scrollbar-width: thin;
11
+ }
12
+
1
13
  :host,
2
14
  .tds-table {
3
15
  border-collapse: collapse;
@@ -12,4 +24,53 @@
12
24
  :host(.tds-table--responsive),
13
25
  .tds-table--responsive {
14
26
  width: 100%;
27
+ }
28
+
29
+ .tds-table--horizontal-scroll {
30
+ display: block;
31
+ overflow-x: scroll;
32
+ white-space: nowrap;
33
+ }
34
+ .tds-table--horizontal-scroll:hover::-webkit-scrollbar-thumb {
35
+ border: var(--tds-scrollbar-thumb-border-hover-width) solid transparent;
36
+ background: var(--tds-scrollbar-hover-thumb-color);
37
+ background-clip: padding-box;
38
+ }
39
+ .tds-table--horizontal-scroll::-webkit-scrollbar {
40
+ height: var(--tds-scrollbar-height);
41
+ }
42
+ .tds-table--horizontal-scroll::-webkit-scrollbar-track {
43
+ background: transparent;
44
+ }
45
+ .tds-table--horizontal-scroll::-webkit-scrollbar-thumb {
46
+ border-radius: 40px;
47
+ background: var(--tds-scrollbar-thumb-color);
48
+ border: var(--tds-scrollbar-thumb-border-width) solid transparent;
49
+ background-clip: padding-box;
50
+ }
51
+ .tds-table--horizontal-scroll::-webkit-scrollbar-button {
52
+ height: 0;
53
+ width: 0;
54
+ }
55
+ @supports not selector(::-webkit-scrollbar) {
56
+ .tds-table--horizontal-scroll {
57
+ scrollbar-color: var(--tds-scrollbar-thumb-color) var(--tds-scrollbar-track-color);
58
+ scrollbar-width: var(--tds-scrollbar-width-standard);
59
+ }
60
+ }
61
+
62
+ .tds-table--horizontal-scroll-toolbar {
63
+ margin-top: 64px;
64
+ }
65
+
66
+ .tds-table--horizontal-scroll-toolbar-compact {
67
+ margin-top: 56px;
68
+ }
69
+
70
+ .tds-table--horizontal-scroll-footer {
71
+ margin-bottom: 49px;
72
+ }
73
+
74
+ .tds-table--horizontal-scroll-footer-compact {
75
+ margin-bottom: 33px;
15
76
  }
@@ -14,7 +14,10 @@ export class TdsTable {
14
14
  this.expandableRows = false;
15
15
  this.responsive = false;
16
16
  this.modeVariant = null;
17
+ this.horizontalScrollWidth = null;
17
18
  this.tableId = generateUniqueId();
19
+ this.enableHorizontalScrollToolbarDesign = false;
20
+ this.enableHorizontalScrollFooterDesign = false;
18
21
  }
19
22
  emitInternalTdsPropChange(changedValueName, changedValue) {
20
23
  this.internalTdsTablePropChange.emit({
@@ -63,18 +66,34 @@ export class TdsTable {
63
66
  modeVariantChanged(newValue) {
64
67
  this.emitInternalTdsPropChange('modeVariant', newValue);
65
68
  }
69
+ widthChanged(newValue) {
70
+ this.emitInternalTdsPropChange('horizontalScrollWidth', newValue);
71
+ }
72
+ componentWillRender() {
73
+ if (this.horizontalScrollWidth) {
74
+ this.enableHorizontalScrollToolbarDesign =
75
+ this.host.closest('tds-table').getElementsByTagName('tds-table-toolbar').length >= 1;
76
+ this.enableHorizontalScrollFooterDesign =
77
+ this.host.closest('tds-table').getElementsByTagName('tds-table-footer').length >= 1;
78
+ }
79
+ }
66
80
  render() {
67
- return (h(Host, { key: 'e90429bc887c2a3a24eaf3acf0bba7748fd291ed', class: {
81
+ return (h(Host, { key: 'da929268a984ca0e81843132b2fafd6c79bec3b3', class: {
68
82
  'tds-table--responsive': this.responsive,
69
83
  'tds-mode-variant-primary': this.modeVariant === 'primary',
70
84
  'tds-mode-variant-secondary': this.modeVariant === 'secondary',
71
- } }, h("table", { key: '0ab17fb64542a59745bf6b5a8dee0fc365adecf3', class: {
85
+ } }, h("table", { key: '2ba662d97bc834a7a0d6d71338fc7c322bc15741', style: this.horizontalScrollWidth ? { width: this.horizontalScrollWidth } : {}, class: {
72
86
  'tds-table': true,
73
87
  'tds-table--compact': this.compactDesign,
74
88
  'tds-table--divider': this.verticalDividers,
75
89
  'tds-table--no-min-width': this.noMinWidth,
76
90
  'tds-table--responsive': this.responsive,
77
- } }, h("slot", { key: '855c9d02a5564e5ac5cba37c92b87e19e6fba919' }))));
91
+ 'tds-table--horizontal-scroll': !!this.horizontalScrollWidth,
92
+ 'tds-table--horizontal-scroll-toolbar': this.enableHorizontalScrollToolbarDesign && !this.compactDesign,
93
+ 'tds-table--horizontal-scroll-toolbar-compact': this.enableHorizontalScrollToolbarDesign && this.compactDesign,
94
+ 'tds-table--horizontal-scroll-footer': this.enableHorizontalScrollFooterDesign && !this.compactDesign,
95
+ 'tds-table--horizontal-scroll-footer-compact': this.enableHorizontalScrollFooterDesign && this.compactDesign,
96
+ } }, h("slot", { key: 'c95e71aeaac2f4378d440bb23ff890c9c4a76fdf' }))));
78
97
  }
79
98
  static get is() { return "tds-table"; }
80
99
  static get encapsulation() { return "shadow"; }
@@ -215,6 +234,24 @@ export class TdsTable {
215
234
  "reflect": true,
216
235
  "defaultValue": "null"
217
236
  },
237
+ "horizontalScrollWidth": {
238
+ "type": "string",
239
+ "mutable": false,
240
+ "complexType": {
241
+ "original": "string",
242
+ "resolved": "string",
243
+ "references": {}
244
+ },
245
+ "required": false,
246
+ "optional": true,
247
+ "docs": {
248
+ "tags": [],
249
+ "text": "Width of the table, used as the constraint for horizontal scrolling.\n**NOTE**: this will disable usage of the responsive flag"
250
+ },
251
+ "attribute": "horizontal-scroll-width",
252
+ "reflect": false,
253
+ "defaultValue": "null"
254
+ },
218
255
  "tableId": {
219
256
  "type": "string",
220
257
  "mutable": false,
@@ -235,6 +272,12 @@ export class TdsTable {
235
272
  }
236
273
  };
237
274
  }
275
+ static get states() {
276
+ return {
277
+ "enableHorizontalScrollToolbarDesign": {},
278
+ "enableHorizontalScrollFooterDesign": {}
279
+ };
280
+ }
238
281
  static get events() {
239
282
  return [{
240
283
  "method": "internalTdsTablePropChange",
@@ -303,6 +346,9 @@ export class TdsTable {
303
346
  }, {
304
347
  "propName": "modeVariant",
305
348
  "methodName": "modeVariantChanged"
349
+ }, {
350
+ "propName": "horizontalScrollWidth",
351
+ "methodName": "widthChanged"
306
352
  }];
307
353
  }
308
354
  }
@@ -97,6 +97,12 @@
97
97
  width: 28px;
98
98
  }
99
99
 
100
+ :host(.footer__horizontal-scroll) {
101
+ display: inline-table;
102
+ position: absolute;
103
+ margin-top: 10px;
104
+ }
105
+
100
106
  @keyframes tds-shake-animation {
101
107
  10%, 90% {
102
108
  transform: translate3d(-1px, 0, 0);
@@ -1,5 +1,8 @@
1
1
  import { h, Host, } from "@stencil/core";
2
- const relevantTableProps = ['compactDesign'];
2
+ const relevantTableProps = [
3
+ 'compactDesign',
4
+ 'horizontalScrollWidth',
5
+ ];
3
6
  function removeShakeAnimation(e) {
4
7
  e.target.classList.remove('tds-table__page-selector-input--shake');
5
8
  }
@@ -38,6 +41,7 @@ export class TdsTableFooter {
38
41
  this.compactDesign = false;
39
42
  this.lastCorrectValue = undefined;
40
43
  this.tableId = '';
44
+ this.horizontalScrollWidth = null;
41
45
  }
42
46
  internalTdsPropChangeListener(event) {
43
47
  if (this.tableId === event.detail.tableId) {
@@ -90,7 +94,10 @@ export class TdsTableFooter {
90
94
  this.storeLastCorrectValue(this.paginationValue);
91
95
  }
92
96
  render() {
93
- return (h(Host, { key: '8a128e443420d841b0e56303d4c533ced7fef56c', class: this.compactDesign ? 'tds-table--compact' : '' }, h("tr", { key: '6315f2fdf35c670a702cb7a298b29d53a636a639', class: "tds-table__footer-row" }, h("td", { key: '6d179522f5e379c8899d545c1cae1ebf868dc9dc', class: "tds-table__footer-cell", colSpan: this.columnsNumber }, this.pagination && (h("div", { key: 'd6b8f037c8a0b4ec05448a64ea3edc11b253289b', class: "tds-table__pagination" }, h("div", { key: '422d83996b22557dc9d31ab23e82b040a3106f62', class: "tds-table__row-selector" }), h("div", { key: 'a978da12ff6763049d9e75e9dea8d85e2786af07', class: "tds-table__page-selector" }, h("input", { key: '343d34c4c7edebd6a797e4bb5c59e20ea5b43fad', ref: (element) => (this.inputElement = element), 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 }), h("p", { key: '38d4a5c1897adeda83ea8faec711a4e32c1ef040', class: "tds-table__footer-text" }, "of ", h("span", { key: '0769b3a30cfe35dcfb13834625b60825ae087a60' }, this.pages), " pages"), h("button", { key: 'fa8af3c295fdbbeb5d965abd76ec71a7564f0a50', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue <= 1, onClick: () => this.previousPage() }, h("tds-icon", { key: '0011853f15bc9f0880a2bdf98d20952df2f49ba8', name: "chevron_left", size: "20px" })), h("button", { key: '36c2c94ec609f6e6d30dfd9fc698709f65f24a98', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue >= this.pages, onClick: () => this.nextPage() }, h("tds-icon", { key: 'e3affadd067d44e1f106be7a9334ffe14dae0f1f', name: "chevron_right", size: "20px" })))))))));
97
+ return (h(Host, { key: 'fe6221e5dd2ec57e63afefc5e45c0b3f5ad85d8f', class: {
98
+ 'tds-table--compact': this.compactDesign,
99
+ 'footer__horizontal-scroll': !!this.horizontalScrollWidth,
100
+ }, style: this.horizontalScrollWidth ? { width: this.horizontalScrollWidth } : {} }, h("tr", { key: '6f6bfca5e7719084b2c4564b86806f6eb7867601', class: "tds-table__footer-row" }, h("td", { key: '2c4389dfa2c028798246a5c4d8b9bdcc05a780f2', class: "tds-table__footer-cell", colSpan: this.columnsNumber }, this.pagination && (h("div", { key: '0831e596963e20222feee940fb7d7d489f832b5e', class: "tds-table__pagination" }, h("div", { key: '1129e67d9b69b06a1fadde589f9ad37a1bd9fcca', class: "tds-table__row-selector" }), h("div", { key: '81e685df813d615027470d4c84c468bb2c5fccca', class: "tds-table__page-selector" }, h("input", { key: '4b116837ae02fcbf6b51b940587ae6159d40f5cb', ref: (element) => (this.inputElement = element), 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 }), h("p", { key: '927af4715b33f50679aef3ec5eccc5fd4044add7', class: "tds-table__footer-text" }, "of ", h("span", { key: '2d89421fbbbb0828623465f39edc506b9bfa82da' }, this.pages), " pages"), h("button", { key: '37916d812b7b4510b088b382f48b2d9f04d212b2', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue <= 1, onClick: () => this.previousPage() }, h("tds-icon", { key: 'd89ac980f4c48fe6c14610f27ccc05e43994631e', name: "chevron_left", size: "20px" })), h("button", { key: '246b17fc6ff26e3830d5a359a4a5de844bc93a1b', type: "button", class: "tds-table__footer-btn", disabled: this.paginationValue >= this.pages, onClick: () => this.nextPage() }, h("tds-icon", { key: '6fa3441ed75b484974e50ee41ea1444bea7c30e2', name: "chevron_right", size: "20px" })))))))));
94
101
  }
95
102
  static get is() { return "tds-table-footer"; }
96
103
  static get encapsulation() { return "shadow"; }
@@ -185,7 +192,8 @@ export class TdsTableFooter {
185
192
  "columnsNumber": {},
186
193
  "compactDesign": {},
187
194
  "lastCorrectValue": {},
188
- "tableId": {}
195
+ "tableId": {},
196
+ "horizontalScrollWidth": {}
189
197
  };
190
198
  }
191
199
  static get events() {
@@ -22,6 +22,9 @@
22
22
  padding: 8px 16px;
23
23
  margin: 0;
24
24
  }
25
+ :host(.tds-table__header-cell) .tds-table__header-text-no-padding {
26
+ padding: 0;
27
+ }
25
28
 
26
29
  :host(.tds-table__header-cell--sortable) .tds-table__header-button {
27
30
  display: flex;
@@ -93,6 +96,10 @@
93
96
  min-width: unset;
94
97
  }
95
98
 
99
+ :host(.tds-table--no-padding) {
100
+ height: unset;
101
+ }
102
+
96
103
  :host(.tds-table__header-cell:first-of-type) {
97
104
  border-top-left-radius: 4px;
98
105
  }