@scania/tegel 1.15.0 → 1.16.0-tdsheaderitem-beta.2

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 (147) hide show
  1. package/dist/cjs/index-ca8040ad.js +4 -8
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/tds-body-cell.cjs.entry.js +2 -3
  4. package/dist/cjs/{tds-dropdown.cjs.entry.js → tds-dropdown_2.cjs.entry.js} +93 -4
  5. package/dist/cjs/tds-folder-tab.cjs.entry.js +2 -2
  6. package/dist/cjs/tds-folder-tabs.cjs.entry.js +2 -2
  7. package/dist/cjs/tds-header-cell.cjs.entry.js +1 -1
  8. package/dist/cjs/tds-header.cjs.entry.js +11 -1
  9. package/dist/cjs/tds-inline-tab.cjs.entry.js +2 -2
  10. package/dist/cjs/tds-inline-tabs.cjs.entry.js +2 -2
  11. package/dist/cjs/tds-navigation-tab.cjs.entry.js +2 -2
  12. package/dist/cjs/tds-navigation-tabs.cjs.entry.js +2 -2
  13. package/dist/cjs/tds-table-body-row-expandable.cjs.entry.js +10 -7
  14. package/dist/cjs/tds-table-body.cjs.entry.js +13 -3
  15. package/dist/cjs/tds-table-footer.cjs.entry.js +41 -16
  16. package/dist/cjs/tds-table-header-input-wrapper.cjs.entry.js +1 -1
  17. package/dist/cjs/tds-table-header.cjs.entry.js +2 -2
  18. package/dist/cjs/tds-table-toolbar.cjs.entry.js +2 -2
  19. package/dist/cjs/tds-table.cjs.entry.js +8 -3
  20. package/dist/cjs/tds-text-field.cjs.entry.js +5 -5
  21. package/dist/cjs/tds-textarea.cjs.entry.js +3 -3
  22. package/dist/cjs/tds-toast.cjs.entry.js +3 -3
  23. package/dist/cjs/tds-toggle.cjs.entry.js +1 -1
  24. package/dist/cjs/tds-tooltip.cjs.entry.js +2 -2
  25. package/dist/cjs/tegel.cjs.js +1 -1
  26. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.css +6 -0
  27. package/dist/collection/components/dropdown/dropdown-option/dropdown-option.js +1 -1
  28. package/dist/collection/components/dropdown/dropdown.css +13 -0
  29. package/dist/collection/components/dropdown/dropdown.js +5 -5
  30. package/dist/collection/components/header/header.js +11 -1
  31. package/dist/collection/components/side-menu/side-menu.js +3 -3
  32. package/dist/collection/components/stepper/stepper.js +1 -1
  33. package/dist/collection/components/table/table/table.js +29 -4
  34. package/dist/collection/components/table/table-body/table-body.css +28 -0
  35. package/dist/collection/components/table/table-body/table-body.js +13 -2
  36. package/dist/collection/components/table/table-body-cell/table-body-cell.js +2 -4
  37. package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.css +1 -1
  38. package/dist/collection/components/table/table-body-row-expandable/table-body-row-expandable.js +29 -8
  39. package/dist/collection/components/table/table-footer/table-footer.css +10 -0
  40. package/dist/collection/components/table/table-footer/table-footer.js +78 -18
  41. package/dist/collection/components/table/table-header/table-header.js +2 -2
  42. package/dist/collection/components/table/table-header-cell/table-header-cell.js +1 -1
  43. package/dist/collection/components/table/table-header-input-wrapper/table-header-input-wrapper.js +1 -1
  44. package/dist/collection/components/table/table-toolbar/table-toolbar.js +2 -2
  45. package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
  46. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +2 -2
  47. package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
  48. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +2 -2
  49. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
  50. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +2 -2
  51. package/dist/collection/components/text-field/text-field.js +5 -5
  52. package/dist/collection/components/textarea/textarea.js +3 -3
  53. package/dist/collection/components/toast/toast.js +3 -3
  54. package/dist/collection/components/toggle/toggle.js +1 -1
  55. package/dist/collection/components/tooltip/tooltip.js +2 -2
  56. package/dist/{esm/tds-dropdown-option.entry.js → components/p-1c256b8d.js} +45 -10
  57. package/dist/{esm/tds-dropdown.entry.js → components/p-e7eab204.js} +61 -12
  58. package/dist/components/tds-body-cell.js +2 -4
  59. package/dist/components/tds-dropdown-option.js +1 -124
  60. package/dist/components/tds-dropdown.js +1 -509
  61. package/dist/components/tds-folder-tab.js +2 -2
  62. package/dist/components/tds-folder-tabs.js +2 -2
  63. package/dist/components/tds-header-cell.js +1 -1
  64. package/dist/components/tds-header.js +11 -1
  65. package/dist/components/tds-inline-tab.js +2 -2
  66. package/dist/components/tds-inline-tabs.js +2 -2
  67. package/dist/components/tds-navigation-tab.js +2 -2
  68. package/dist/components/tds-navigation-tabs.js +2 -2
  69. package/dist/components/tds-table-body-row-expandable.js +11 -7
  70. package/dist/components/tds-table-body.js +14 -3
  71. package/dist/components/tds-table-footer.js +64 -18
  72. package/dist/components/tds-table-header-input-wrapper.js +1 -1
  73. package/dist/components/tds-table-header.js +2 -2
  74. package/dist/components/tds-table-toolbar.js +2 -2
  75. package/dist/components/tds-table.js +10 -3
  76. package/dist/components/tds-text-field.js +5 -5
  77. package/dist/components/tds-textarea.js +3 -3
  78. package/dist/components/tds-toast.js +3 -3
  79. package/dist/components/tds-toggle.js +1 -1
  80. package/dist/components/tds-tooltip.js +2 -2
  81. package/dist/esm/index-51d04e39.js +4 -8
  82. package/dist/esm/loader.js +1 -1
  83. package/dist/esm/tds-body-cell.entry.js +2 -3
  84. package/dist/esm/tds-dropdown_2.entry.js +550 -0
  85. package/dist/esm/tds-folder-tab.entry.js +2 -2
  86. package/dist/esm/tds-folder-tabs.entry.js +2 -2
  87. package/dist/esm/tds-header-cell.entry.js +1 -1
  88. package/dist/esm/tds-header.entry.js +11 -1
  89. package/dist/esm/tds-inline-tab.entry.js +2 -2
  90. package/dist/esm/tds-inline-tabs.entry.js +2 -2
  91. package/dist/esm/tds-navigation-tab.entry.js +2 -2
  92. package/dist/esm/tds-navigation-tabs.entry.js +2 -2
  93. package/dist/esm/tds-table-body-row-expandable.entry.js +10 -7
  94. package/dist/esm/tds-table-body.entry.js +13 -3
  95. package/dist/esm/tds-table-footer.entry.js +41 -16
  96. package/dist/esm/tds-table-header-input-wrapper.entry.js +1 -1
  97. package/dist/esm/tds-table-header.entry.js +2 -2
  98. package/dist/esm/tds-table-toolbar.entry.js +2 -2
  99. package/dist/esm/tds-table.entry.js +8 -3
  100. package/dist/esm/tds-text-field.entry.js +5 -5
  101. package/dist/esm/tds-textarea.entry.js +3 -3
  102. package/dist/esm/tds-toast.entry.js +3 -3
  103. package/dist/esm/tds-toggle.entry.js +1 -1
  104. package/dist/esm/tds-tooltip.entry.js +2 -2
  105. package/dist/esm/tegel.js +1 -1
  106. package/dist/tegel/{p-480c6c28.entry.js → p-088bfcd4.entry.js} +1 -1
  107. package/dist/tegel/{p-a97dd06a.entry.js → p-1634247e.entry.js} +1 -1
  108. package/dist/tegel/{p-5c0bb8e1.entry.js → p-19571a64.entry.js} +1 -1
  109. package/dist/tegel/p-51e49417.entry.js +1 -0
  110. package/dist/tegel/{p-b34cf70d.entry.js → p-52be41ce.entry.js} +1 -1
  111. package/dist/tegel/{p-e237cdcc.entry.js → p-73dd2dbb.entry.js} +1 -1
  112. package/dist/tegel/p-7a83cf55.entry.js +1 -0
  113. package/dist/tegel/{p-c12eaac3.entry.js → p-831111e9.entry.js} +1 -1
  114. package/dist/tegel/{p-08642415.entry.js → p-91dcddd5.entry.js} +1 -1
  115. package/dist/tegel/{p-f823777e.entry.js → p-987084a5.entry.js} +1 -1
  116. package/dist/tegel/{p-c1f8f523.entry.js → p-a642c800.entry.js} +1 -1
  117. package/dist/tegel/p-aed1c5cf.entry.js +1 -0
  118. package/dist/tegel/{p-7c75d8d3.entry.js → p-b00bcf39.entry.js} +1 -1
  119. package/dist/tegel/{p-6b04a919.entry.js → p-bb129d43.entry.js} +1 -1
  120. package/dist/tegel/{p-578f6d73.entry.js → p-c790ef93.entry.js} +1 -1
  121. package/dist/tegel/p-d3541e17.entry.js +1 -0
  122. package/dist/tegel/p-dc22ae73.entry.js +1 -0
  123. package/dist/tegel/{p-98f5b520.entry.js → p-e4343e51.entry.js} +1 -1
  124. package/dist/tegel/{p-1ba22b41.entry.js → p-e86f2d31.entry.js} +1 -1
  125. package/dist/tegel/p-f4b640af.entry.js +1 -0
  126. package/dist/tegel/{p-0a4fe3db.entry.js → p-ff5cd75f.entry.js} +1 -1
  127. package/dist/tegel/{p-f3f1f357.entry.js → p-ff7ae8a3.entry.js} +1 -1
  128. package/dist/tegel/tegel.css +2 -2
  129. package/dist/tegel/tegel.esm.js +1 -1
  130. package/dist/types/components/dropdown/dropdown-option/dropdown-option.d.ts +1 -1
  131. package/dist/types/components/dropdown/dropdown.d.ts +1 -1
  132. package/dist/types/components/header/header.d.ts +2 -0
  133. package/dist/types/components/table/table/table.d.ts +4 -0
  134. package/dist/types/components/table/table-body/table-body.d.ts +1 -0
  135. package/dist/types/components/table/table-body-cell/table-body-cell.d.ts +0 -1
  136. package/dist/types/components/table/table-body-row-expandable/table-body-row-expandable.d.ts +5 -4
  137. package/dist/types/components/table/table-footer/table-footer.d.ts +10 -0
  138. package/dist/types/components.d.ts +46 -4
  139. package/package.json +1 -1
  140. package/dist/cjs/tds-dropdown-option.cjs.entry.js +0 -95
  141. package/dist/tegel/p-36e88ce8.entry.js +0 -1
  142. package/dist/tegel/p-3e859e33.entry.js +0 -1
  143. package/dist/tegel/p-7cb43ebe.entry.js +0 -1
  144. package/dist/tegel/p-957c8b27.entry.js +0 -1
  145. package/dist/tegel/p-a2548553.entry.js +0 -1
  146. package/dist/tegel/p-e1842d99.entry.js +0 -1
  147. package/dist/tegel/p-e7fac8ad.entry.js +0 -1
@@ -9,6 +9,7 @@ type Props = {
9
9
  modeVariant: 'primary' | 'secondary' | null;
10
10
  textAlign: string;
11
11
  horizontalScrollWidth?: string;
12
+ zebraMode: 'rows-odd' | 'rows-even' | 'columns-odd' | 'columns-even' | 'none';
12
13
  };
13
14
  export type InternalTdsTablePropChange = {
14
15
  tableId: string;
@@ -32,6 +33,8 @@ export declare class TdsTable {
32
33
  responsive: boolean;
33
34
  /** Variant of the component, based on current mode. */
34
35
  modeVariant: 'primary' | 'secondary';
36
+ /** Enables zebra stripe mode on the table rows or columns. */
37
+ zebraMode: 'rows-odd' | 'rows-even' | 'columns-odd' | 'columns-even' | 'none';
35
38
  /** Width of the table, used as the constraint for horizontal scrolling.
36
39
  * **NOTE**: this will disable usage of the responsive flag
37
40
  * */
@@ -56,6 +59,7 @@ export declare class TdsTable {
56
59
  compactDesignChanged(newValue: boolean): void;
57
60
  verticalDividersChanged(newValue: boolean): void;
58
61
  noMinWidthChanged(newValue: boolean): void;
62
+ zebraModeChanged(newValue: 'rows-odd' | 'rows-even' | 'columns-odd' | 'columns-even' | 'none'): void;
59
63
  modeVariantChanged(newValue: 'primary' | 'secondary' | null): void;
60
64
  widthChanged(newValue: string): void;
61
65
  componentWillRender(): void;
@@ -11,6 +11,7 @@ export declare class TdsTableBody {
11
11
  multiselectArrayJSON: string;
12
12
  mainCheckboxStatus: boolean;
13
13
  columnsNumber: number;
14
+ zebraMode: 'rows-odd' | 'rows-even' | 'columns-odd' | 'columns-even' | 'none';
14
15
  tableId: string;
15
16
  tableEl: HTMLTdsTableElement;
16
17
  internalTdsPropChangeListener(event: CustomEvent<InternalTdsTablePropChange>): void;
@@ -16,7 +16,6 @@ export declare class TdsTableBodyCell {
16
16
  verticalDividers: boolean;
17
17
  compactDesign: boolean;
18
18
  noMinWidth: boolean;
19
- whiteBackground: boolean;
20
19
  tableId: string;
21
20
  host: HTMLElement;
22
21
  tableEl: HTMLTdsTableElement;
@@ -11,12 +11,13 @@ export declare class TdsTableBodyRowExpandable {
11
11
  /** In case that automatic count of columns does not work, user can manually set this one.
12
12
  * Take in mind that expandable control is column too */
13
13
  colSpan: number;
14
- /** Sets default expanded value of row */
15
14
  /** ID for the table row. Randomly generated if not specified. */
16
15
  rowId: string;
17
16
  /** Sets isExpanded state to true or false externally */
18
17
  expanded: boolean;
19
- /** Sets isExpanded state to true or fals internally */
18
+ /** Controls the overflow behavior of the expandable row content */
19
+ overflow: 'auto' | 'hidden';
20
+ /** Sets isExpanded state to true or false internally */
20
21
  isExpanded: boolean;
21
22
  tableId: string;
22
23
  columnsNumber: number;
@@ -35,9 +36,9 @@ export declare class TdsTableBodyRowExpandable {
35
36
  }>;
36
37
  internalTdsPropChangeListener(event: CustomEvent<InternalTdsTablePropChange>): void;
37
38
  watchExpanded(newValue: boolean): void;
38
- /** method to expand table row */
39
+ /** Method to expand table row */
39
40
  expand(): Promise<void>;
40
- /** method to collapse table row */
41
+ /** Method to collapse table row */
41
42
  collapse(): Promise<void>;
42
43
  connectedCallback(): void;
43
44
  componentWillLoad(): void;
@@ -5,6 +5,10 @@ export declare class TdsTableFooter {
5
5
  pagination: boolean;
6
6
  /** Sets the pagination number. */
7
7
  paginationValue: number;
8
+ /** Enable rows per page dropdown */
9
+ rowsperpage: boolean;
10
+ /** Set available rows per page values */
11
+ rowsPerPageValues: number[];
8
12
  /** Sets the number of pages. */
9
13
  pages: number;
10
14
  /** <b>Client override</b> Used to set the column span of the footer. Use as fallback if the automatic count of columns fails. */
@@ -15,6 +19,7 @@ export declare class TdsTableFooter {
15
19
  lastCorrectValue: number;
16
20
  tableId: string;
17
21
  horizontalScrollWidth: string;
22
+ rowsPerPageValue: number;
18
23
  host: HTMLElement;
19
24
  private inputElement;
20
25
  private tableEl;
@@ -22,14 +27,19 @@ export declare class TdsTableFooter {
22
27
  tdsPagination: EventEmitter<{
23
28
  tableId: string;
24
29
  paginationValue: number;
30
+ rowsPerPage?: number;
25
31
  }>;
26
32
  internalTdsPropChangeListener(event: CustomEvent<InternalTdsTablePropChange>): void;
27
33
  connectedCallback(): void;
28
34
  componentWillLoad(): void;
35
+ private emitTdsPagination;
29
36
  private storeLastCorrectValue;
30
37
  private previousPage;
31
38
  private nextPage;
39
+ private lastPage;
40
+ private firstPage;
32
41
  private paginationInputChange;
42
+ private rowsPerPageChange;
33
43
  private getStyles;
34
44
  render(): any;
35
45
  }
@@ -414,7 +414,7 @@ export namespace Components {
414
414
  /**
415
415
  * The size of the Dropdown.
416
416
  */
417
- "size": 'sm' | 'md' | 'lg';
417
+ "size": 'xs' | 'sm' | 'md' | 'lg';
418
418
  }
419
419
  interface TdsDropdownOption {
420
420
  /**
@@ -1141,6 +1141,14 @@ export namespace Components {
1141
1141
  * Enables style with vertical dividers between columns
1142
1142
  */
1143
1143
  "verticalDividers": boolean;
1144
+ /**
1145
+ * Enables zebra stripe mode on the table rows or columns.
1146
+ */
1147
+ "zebraMode": | 'rows-odd'
1148
+ | 'rows-even'
1149
+ | 'columns-odd'
1150
+ | 'columns-even'
1151
+ | 'none';
1144
1152
  }
1145
1153
  interface TdsTableBody {
1146
1154
  }
@@ -1166,17 +1174,21 @@ export namespace Components {
1166
1174
  */
1167
1175
  "colSpan": number;
1168
1176
  /**
1169
- * method to collapse table row
1177
+ * Method to collapse table row
1170
1178
  */
1171
1179
  "collapse": () => Promise<void>;
1172
1180
  /**
1173
- * method to expand table row
1181
+ * Method to expand table row
1174
1182
  */
1175
1183
  "expand": () => Promise<void>;
1176
1184
  /**
1177
1185
  * Sets isExpanded state to true or false externally
1178
1186
  */
1179
1187
  "expanded": boolean;
1188
+ /**
1189
+ * Controls the overflow behavior of the expandable row content
1190
+ */
1191
+ "overflow": 'auto' | 'hidden';
1180
1192
  /**
1181
1193
  * ID for the table row. Randomly generated if not specified.
1182
1194
  */
@@ -1199,6 +1211,14 @@ export namespace Components {
1199
1211
  * Sets the pagination number.
1200
1212
  */
1201
1213
  "paginationValue": number;
1214
+ /**
1215
+ * Set available rows per page values
1216
+ */
1217
+ "rowsPerPageValues": number[];
1218
+ /**
1219
+ * Enable rows per page dropdown
1220
+ */
1221
+ "rowsperpage": boolean;
1202
1222
  }
1203
1223
  interface TdsTableHeader {
1204
1224
  /**
@@ -2352,6 +2372,7 @@ declare global {
2352
2372
  "tdsPagination": {
2353
2373
  tableId: string;
2354
2374
  paginationValue: number;
2375
+ rowsPerPage?: number;
2355
2376
  };
2356
2377
  }
2357
2378
  interface HTMLTdsTableFooterElement extends Components.TdsTableFooter, HTMLStencilElement {
@@ -3029,7 +3050,7 @@ declare namespace LocalJSX {
3029
3050
  /**
3030
3051
  * The size of the Dropdown.
3031
3052
  */
3032
- "size"?: 'sm' | 'md' | 'lg';
3053
+ "size"?: 'xs' | 'sm' | 'md' | 'lg';
3033
3054
  }
3034
3055
  interface TdsDropdownOption {
3035
3056
  /**
@@ -3760,6 +3781,14 @@ declare namespace LocalJSX {
3760
3781
  * Enables style with vertical dividers between columns
3761
3782
  */
3762
3783
  "verticalDividers"?: boolean;
3784
+ /**
3785
+ * Enables zebra stripe mode on the table rows or columns.
3786
+ */
3787
+ "zebraMode"?: | 'rows-odd'
3788
+ | 'rows-even'
3789
+ | 'columns-odd'
3790
+ | 'columns-even'
3791
+ | 'none';
3763
3792
  }
3764
3793
  interface TdsTableBody {
3765
3794
  }
@@ -3803,6 +3832,10 @@ declare namespace LocalJSX {
3803
3832
  rowId: string;
3804
3833
  isExpanded: boolean;
3805
3834
  }>) => void;
3835
+ /**
3836
+ * Controls the overflow behavior of the expandable row content
3837
+ */
3838
+ "overflow"?: 'auto' | 'hidden';
3806
3839
  /**
3807
3840
  * ID for the table row. Randomly generated if not specified.
3808
3841
  */
@@ -3819,6 +3852,7 @@ declare namespace LocalJSX {
3819
3852
  "onTdsPagination"?: (event: TdsTableFooterCustomEvent<{
3820
3853
  tableId: string;
3821
3854
  paginationValue: number;
3855
+ rowsPerPage?: number;
3822
3856
  }>) => void;
3823
3857
  /**
3824
3858
  * Sets the number of pages.
@@ -3832,6 +3866,14 @@ declare namespace LocalJSX {
3832
3866
  * Sets the pagination number.
3833
3867
  */
3834
3868
  "paginationValue"?: number;
3869
+ /**
3870
+ * Set available rows per page values
3871
+ */
3872
+ "rowsPerPageValues"?: number[];
3873
+ /**
3874
+ * Enable rows per page dropdown
3875
+ */
3876
+ "rowsperpage"?: boolean;
3835
3877
  }
3836
3878
  interface TdsTableHeader {
3837
3879
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scania/tegel",
3
- "version": "1.15.0",
3
+ "version": "1.16.0-tdsheaderitem-beta.2",
4
4
  "description": "Tegel Design System",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -1,95 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- const index = require('./index-ca8040ad.js');
6
-
7
- const dropdownOptionCss = ":host{box-sizing:border-box;display:block;background-color:var(--tds-dropdown-option-background)}:host *{box-sizing:border-box}:host .dropdown-option{color:var(--tds-dropdown-option-color);border-bottom:1px solid var(--tds-dropdown-option-border);font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);overflow-wrap:anywhere}:host .dropdown-option.selected{background-color:var(--tds-dropdown-option-background-selected)}:host .dropdown-option.disabled{color:var(--tds-dropdown-option-color-disabled)}:host .dropdown-option button:focus{outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .dropdown-option button{all:unset;width:100%}:host .dropdown-option button.lg{padding:19px 0 20px}:host .dropdown-option button.md{padding:15px 0 16px}:host .dropdown-option button.sm{padding:11px 0 12px}:host .dropdown-option button .single-select{display:flex;align-items:center;justify-content:space-between;padding:0 16px}:host .dropdown-option .multiselect{width:100%;height:100%}:host .dropdown-option .multiselect tds-checkbox{display:flex;height:100%;width:100%}:host .dropdown-option .multiselect tds-checkbox.lg{padding:15px 16px 16px}:host .dropdown-option .multiselect tds-checkbox.md{padding:11px 16px 12px}:host .dropdown-option .multiselect tds-checkbox.sm{padding:7px 16px 8px}:host .dropdown-option:hover{background-color:var(--tds-dropdown-option-background-hover);cursor:pointer}:host .dropdown-option:hover.disabled{background-color:var(--tds-dropdown-option-background);cursor:not-allowed}:host([hidden]){display:none}";
8
- const TdsDropdownOptionStyle0 = dropdownOptionCss;
9
-
10
- const TdsDropdownOption = class {
11
- constructor(hostRef) {
12
- index.registerInstance(this, hostRef);
13
- this.tdsSelect = index.createEvent(this, "tdsSelect", 6);
14
- this.tdsFocus = index.createEvent(this, "tdsFocus", 6);
15
- this.tdsBlur = index.createEvent(this, "tdsBlur", 6);
16
- this.componentWillRender = () => {
17
- this.parentElement =
18
- this.host.parentElement.tagName === 'TDS-DROPDOWN'
19
- ? this.host.parentElement
20
- : this.host.getRootNode().host;
21
- this.multiselect = this.parentElement.multiselect;
22
- this.size = this.parentElement.size;
23
- this.label = this.host.textContent.trim();
24
- };
25
- this.handleSingleSelect = () => {
26
- if (!this.disabled) {
27
- this.selected = true;
28
- this.parentElement.appendValue(this.value);
29
- this.parentElement.close();
30
- this.tdsSelect.emit({
31
- value: this.value,
32
- selected: this.selected,
33
- });
34
- }
35
- };
36
- this.handleMultiselect = (event) => {
37
- if (!this.disabled) {
38
- if (event.detail.checked) {
39
- this.parentElement.appendValue(this.value);
40
- this.selected = true;
41
- this.tdsSelect.emit({
42
- value: this.value,
43
- selected: this.selected,
44
- });
45
- }
46
- else {
47
- this.parentElement.removeValue(this.value);
48
- this.selected = false;
49
- this.tdsSelect.emit({
50
- value: this.value,
51
- selected: this.selected,
52
- });
53
- }
54
- event.stopPropagation();
55
- }
56
- };
57
- this.handleFocus = (event) => {
58
- this.tdsFocus.emit(event);
59
- };
60
- this.handleBlur = (event) => {
61
- this.tdsBlur.emit(event);
62
- };
63
- this.value = undefined;
64
- this.disabled = false;
65
- this.selected = false;
66
- this.multiselect = undefined;
67
- this.size = 'lg';
68
- }
69
- /** Method to select/deselect an option. */
70
- async setSelected(selected) {
71
- this.selected = selected;
72
- }
73
- render() {
74
- return (index.h(index.Host, { key: '0c0253f02e12d0eb7924969b2d347ab2005d0772', role: "option", "aria-disabled": this.disabled, "aria-selected": this.selected }, index.h("div", { key: 'ad79763807bb52a3e242989f676a03e85804fc62', class: `dropdown-option
75
- ${this.size}
76
- ${this.selected ? 'selected' : ''}
77
- ${this.disabled ? 'disabled' : ''}
78
- ` }, this.multiselect ? (index.h("div", { class: "multiselect", onKeyDown: (event) => {
79
- if (event.key === 'Escape') {
80
- this.parentElement.close();
81
- }
82
- } }, index.h("tds-checkbox", { onTdsChange: (event) => {
83
- this.handleMultiselect(event);
84
- }, disabled: this.disabled, checked: this.selected, class: {
85
- [this.size]: true,
86
- } }, index.h("div", { slot: "label" }, index.h("slot", null))))) : (index.h("button", { onClick: () => {
87
- this.handleSingleSelect();
88
- }, onFocus: (event) => this.handleFocus(event), onBlur: (event) => this.handleBlur(event), disabled: this.disabled, class: this.size }, index.h("div", { class: "single-select" }, index.h("slot", null), this.selected && index.h("tds-icon", { name: "tick", size: "16px" })))))));
89
- }
90
- static get delegatesFocus() { return true; }
91
- get host() { return index.getElement(this); }
92
- };
93
- TdsDropdownOption.style = TdsDropdownOptionStyle0;
94
-
95
- exports.tds_dropdown_option = TdsDropdownOption;
@@ -1 +0,0 @@
1
- import{r as t,c as o,h as s,H as i,g as d}from"./p-2049fab2.js";const e=class{constructor(s){t(this,s),this.tdsSelect=o(this,"tdsSelect",6),this.tdsFocus=o(this,"tdsFocus",6),this.tdsBlur=o(this,"tdsBlur",6),this.componentWillRender=()=>{this.parentElement="TDS-DROPDOWN"===this.host.parentElement.tagName?this.host.parentElement:this.host.getRootNode().host,this.multiselect=this.parentElement.multiselect,this.size=this.parentElement.size,this.label=this.host.textContent.trim()},this.handleSingleSelect=()=>{this.disabled||(this.selected=!0,this.parentElement.appendValue(this.value),this.parentElement.close(),this.tdsSelect.emit({value:this.value,selected:this.selected}))},this.handleMultiselect=t=>{this.disabled||(t.detail.checked?(this.parentElement.appendValue(this.value),this.selected=!0,this.tdsSelect.emit({value:this.value,selected:this.selected})):(this.parentElement.removeValue(this.value),this.selected=!1,this.tdsSelect.emit({value:this.value,selected:this.selected})),t.stopPropagation())},this.handleFocus=t=>{this.tdsFocus.emit(t)},this.handleBlur=t=>{this.tdsBlur.emit(t)},this.value=void 0,this.disabled=!1,this.selected=!1,this.multiselect=void 0,this.size="lg"}async setSelected(t){this.selected=t}render(){return s(i,{key:"0c0253f02e12d0eb7924969b2d347ab2005d0772",role:"option","aria-disabled":this.disabled,"aria-selected":this.selected},s("div",{key:"ad79763807bb52a3e242989f676a03e85804fc62",class:`dropdown-option \n ${this.size}\n ${this.selected?"selected":""}\n ${this.disabled?"disabled":""}\n `},this.multiselect?s("div",{class:"multiselect",onKeyDown:t=>{"Escape"===t.key&&this.parentElement.close()}},s("tds-checkbox",{onTdsChange:t=>{this.handleMultiselect(t)},disabled:this.disabled,checked:this.selected,class:{[this.size]:!0}},s("div",{slot:"label"},s("slot",null)))):s("button",{onClick:()=>{this.handleSingleSelect()},onFocus:t=>this.handleFocus(t),onBlur:t=>this.handleBlur(t),disabled:this.disabled,class:this.size},s("div",{class:"single-select"},s("slot",null),this.selected&&s("tds-icon",{name:"tick",size:"16px"})))))}static get delegatesFocus(){return!0}get host(){return d(this)}};e.style=":host{box-sizing:border-box;display:block;background-color:var(--tds-dropdown-option-background)}:host *{box-sizing:border-box}:host .dropdown-option{color:var(--tds-dropdown-option-color);border-bottom:1px solid var(--tds-dropdown-option-border);font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);overflow-wrap:anywhere}:host .dropdown-option.selected{background-color:var(--tds-dropdown-option-background-selected)}:host .dropdown-option.disabled{color:var(--tds-dropdown-option-color-disabled)}:host .dropdown-option button:focus{outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .dropdown-option button{all:unset;width:100%}:host .dropdown-option button.lg{padding:19px 0 20px}:host .dropdown-option button.md{padding:15px 0 16px}:host .dropdown-option button.sm{padding:11px 0 12px}:host .dropdown-option button .single-select{display:flex;align-items:center;justify-content:space-between;padding:0 16px}:host .dropdown-option .multiselect{width:100%;height:100%}:host .dropdown-option .multiselect tds-checkbox{display:flex;height:100%;width:100%}:host .dropdown-option .multiselect tds-checkbox.lg{padding:15px 16px 16px}:host .dropdown-option .multiselect tds-checkbox.md{padding:11px 16px 12px}:host .dropdown-option .multiselect tds-checkbox.sm{padding:7px 16px 8px}:host .dropdown-option:hover{background-color:var(--tds-dropdown-option-background-hover);cursor:pointer}:host .dropdown-option:hover.disabled{background-color:var(--tds-dropdown-option-background);cursor:not-allowed}:host([hidden]){display:none}";export{e as tds_dropdown_option}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as a,H as d,g as s}from"./p-2049fab2.js";import{g as o}from"./p-11648030.js";const r=["verticalDividers","compactDesign","noMinWidth","modeVariant"],n=class{constructor(a){t(this,a),this.internalTdsRowExpanded=e(this,"internalTdsRowExpanded",6),this.tdsChange=e(this,"tdsChange",6),this.colSpan=null,this.rowId=o(),this.expanded=void 0,this.isExpanded=!1,this.tableId="",this.columnsNumber=null,this.verticalDividers=!1,this.compactDesign=!1,this.noMinWidth=!1,this.modeVariant=null}internalTdsPropChangeListener(t){this.tableId===t.detail.tableId&&t.detail.changed.filter((t=>r.includes(t))).forEach((e=>{if(void 0===this[e])throw new Error(`Table prop is not supported: ${e}`);this[e]=t.detail[e]}))}watchExpanded(t){t!==this.isExpanded&&(this.isExpanded=t,this.tdsChange.emit({rowId:this.rowId,isExpanded:this.isExpanded}))}async expand(){this.isExpanded=!0,this.tdsChange.emit({rowId:this.rowId,isExpanded:this.isExpanded})}async collapse(){this.isExpanded=!1,this.tdsChange.emit({rowId:this.rowId,isExpanded:this.isExpanded})}connectedCallback(){void 0!==this.expanded&&(this.isExpanded=this.expanded),this.tableEl=this.host.closest("tds-table"),this.tableId=this.tableEl.tableId}componentWillLoad(){r.forEach((t=>{this[t]=this.tableEl[t]}))}componentWillRender(){this.columnsNumber=null!==this.colSpan?this.colSpan:this.tableEl.querySelector("tds-table-header").childElementCount+1}sendValue(){this.internalTdsRowExpanded.emit([this.tableId,this.isExpanded]),this.tdsChange.emit({rowId:this.rowId,isExpanded:this.isExpanded})}onChangeHandler(t){this.isExpanded=!0===t.currentTarget.checked,this.sendValue()}render(){return a(d,{key:"cd23997b2d0b659691199b0f6a7be6aa51689ee4",class:{"tds-table__row":!0,"tds-table__row-expand--active":this.isExpanded,"tds-table__compact":this.compactDesign,"tds-table--divider":this.verticalDividers}},a("tr",{key:"a3fec49a0b97a35f61db7c31dfc023ba3acebd86",class:{"tds-table__row":!0,"tds-table__row--expanded":this.isExpanded},part:"row"},a("td",{key:"d995074fc578640544f59df3426762ff6595dd0b",class:"tds-table__cell tds-table__cell--expand"},a("label",{key:"0f905bda5651a8c9dc30094dbc402e5e618e4030",class:"tds-table__expand-control-container"},a("input",{key:"9b316a0e3a44cfa21851a1ac2ec0980d53d3aa54",class:"tds-table__expand-input",type:"checkbox",onChange:t=>this.onChangeHandler(t),checked:this.isExpanded}),a("span",{key:"022d891384b907d3ebce4b2138fef4f5c6f7d44f",class:"tds-expendable-row-icon"},a("svg",{key:"fb7ccb4d599e72a9d7a56808f59226779ffe611b",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},a("path",{key:"1e2c766463813a4b1edc32093abbbf501b99974b","fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.273 9.783a1 1 0 0 1 1.415 0l9.888 9.888a.6.6 0 0 0 .848 0l9.888-9.888a1 1 0 1 1 1.415 1.414l-9.889 9.889a2.6 2.6 0 0 1-3.677 0l-9.888-9.889a1 1 0 0 1 0-1.414Z",fill:"currentColor"}))))),a("slot",{key:"7f0e3d93df3da8eeff969daa9aba8eecaa1e6e23"})),a("tr",{key:"89766434b64dd9bf0aecf805fdd494aab68f8af9",class:{"tds-table__row-expand":!0,"tds-table__row-expand--expanded":this.isExpanded},part:"expand-row"},a("td",{key:"f0c746d12fae92eae3e6bf9651c826fb3aacbefe",class:"tds-table__cell-expand",colSpan:this.columnsNumber},a("slot",{key:"0a9e454379a7a6a72b3d6ea33a66a4aaaac09e8f",name:"expand-row"}))))}get host(){return s(this)}static get watchers(){return{expanded:["watchExpanded"]}}};n.style=":host{box-sizing:border-box;display:contents}:host *{box-sizing:border-box}:host .tds-table__row,:host .tds-table__row-extend{display:table-row;border-bottom:1px solid var(--tds-table-divider);background-color:var(--tds-table-body-row-background);transition:background-color 200ms ease;color:var(--tds-table-color)}:host .tds-table__row--expanded{border-bottom:none}:host .tds-table__row:hover,:host .tds-table__row-extend:hover{background-color:var(--tds-table-body-row-background-hover)}:host .tds-table__expand-control-container{display:flex;justify-content:center;align-items:center;height:46px;cursor:pointer;padding:0 16px;position:relative}:host .tds-table__expand-control-container .tds-table__expand-input{all:unset;top:0;left:0;width:100%;height:100%;position:absolute;cursor:pointer}:host .tds-table__expand-control-container .tds-table__expand-input:focus{outline:2px solid var(--tds-blue-400);outline-offset:-2px}:host .tds-table__expand-control-container .tds-expendable-row-icon{height:16px;width:16px;transition:transform 200ms ease;transform:rotate(0)}:host .tds-table__row-expand{display:none;transition:background-color 200ms ease}:host .tds-table__row-expand--expanded{border-bottom:1px solid var(--tds-table-divider)}:host .tds-table__row-expand .tds-table__cell-expand{max-width:1px;overflow:scroll;padding:16px 16px 16px 66px;color:var(--tds-table-color)}:host(.tds-table__row-expand--active) .tds-table__row{background-color:var(--tds-table-body-row-background-selected)}:host(.tds-table__row-expand--active) .tds-table__expand-control-container .tds-expendable-row-icon{transform:rotate(180deg)}:host(.tds-table__row-expand--active) .tds-table__row-expand{background-color:var(--tds-table-body-row-background-selected);display:table-row}:host(.tds-table__compact) .tds-table__expand-control-container{height:30px}:host(.tds-table__compact) .tds-table__row-expand .tds-table__cell-expand{padding:8px 16px 8px 66px}:host(.tds-table__row--hidden){display:none}:host(.tds-table--divider) .tds-table__cell--expand{border-right:1px solid var(--tds-table-divider)}";export{n as tds_table_body_row_expandable}
@@ -1 +0,0 @@
1
- import{r as e,h as d,H as t,g as a}from"./p-2049fab2.js";import{i as r}from"./p-0bd4c19c.js";import"./p-3fe9cbbf.js";const s=e=>{e.childNodes.forEach((e=>{if(e.nodeType===Node.ELEMENT_NODE){const d=e;"li"!==d.tagName.toLowerCase()&&"listitem"!==d.getAttribute("role")&&d.setAttribute("role","listitem")}}))},o=class{constructor(d){e(this,d),this.observer=new MutationObserver((e=>{e.forEach((e=>{"childList"===e.type&&s(e.target)}))}))}componentDidLoad(){const e=this.host.querySelector(".tds-header-component-list");this.observer.observe(e,{childList:!0,subtree:!1}),s(e)}disconnectedCallback(){this.observer.disconnect()}render(){const e=Object.assign({},r(this.host));return d(t,{key:"7f42725db4686769f46fb327bc7baeb3b83f2d15"},d("slot",{key:"26b4ab152030e56733efdb29c5ef11e3e8df1bdb",name:"hamburger"}),d("slot",{key:"7783ecdec32b28baab698ea379e7497a66da6a11",name:"title"}),d("nav",Object.assign({key:"66a2d848b6ceed22d57080641652392dc2357405"},e),d("ul",{key:"5b47c9a9e2210ca4c944ef6323bd5378437d8237",class:"tds-header-component-list"},d("slot",{key:"14aaafb9b73a5f7d7fd48d0e0cfe4f4907183f27"}),d("li",{key:"d3e6db876946d322dc14ef22ada0c92414941d2f",class:"tds-header-middle-spacer"}),d("slot",{key:"833f75ce887181221118a0dfe32ca96cf149a3ff",name:"end"}))))}get host(){return a(this)}};o.style=':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}html,:root{--tds-nav-dropdown-menu-box:0 3px 3px rgb(0 0 0 / 15%), 0 -1px 1px rgb(0 0 0 / 1%);--tds-nav-dropdown-item-border-radius:0 0 4px 4px;--tds-font-family-headline:"Scania Sans Headline", arial, helvetica, sans-serif}tds-header{display:block;height:var(--tds-header-height);background-color:var(--tds-header-background);width:100%;z-index:300}nav{box-sizing:border-box;background-color:var(--tds-header-background);width:100%;display:block}nav *{box-sizing:border-box}nav .tds-header-component-list{height:var(--tds-header-height);all:unset;display:flex;justify-content:center;align-items:center}nav tds-header-dropdown,nav tds-header-item{display:none}nav .tds-header-middle-spacer{all:unset;display:block;flex-grow:1;height:var(--tds-header-height);border-right:1px solid var(--tds-header--basic-element-border)}@media screen and (min-width: 992px){nav tds-header-dropdown,nav tds-header-item{display:block}}nav tds-header-item:nth-child(3),nav tds-header-dropdown:nth-child(3){border-left:1px solid var(--tds-header--basic-element-border)}';export{o as tds_header}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as e,g as i}from"./p-2049fab2.js";const d=["verticalDividers","compactDesign","noMinWidth"],o=class{constructor(s){t(this,s),this.cellValue=void 0,this.cellKey=void 0,this.disablePadding=!1,this.textAlign=void 0,this.textAlignState=void 0,this.activeSorting=!1,this.verticalDividers=!1,this.compactDesign=!1,this.noMinWidth=!1,this.whiteBackground=!1,this.tableId=""}internalTdsPropChangeListener(t){this.tableId===t.detail.tableId&&t.detail.changed.filter((t=>d.includes(t))).forEach((s=>{if(void 0===this[s])throw new Error(`Table prop is not supported: ${s}`);this[s]=t.detail[s]}))}internalTdsHoverListener(t){const{tableId:s,key:e}=t.detail;s===this.tableId&&(this.activeSorting=this.cellKey===e)}internalTdsTextAlignListener(t){const[s,e,i]=t.detail;this.tableId===s&&this.cellKey===e&&(this.textAlignState=this.textAlign?this.textAlign:["left","start","center","right","end"].includes(i)?i:"left")}connectedCallback(){this.tableEl=this.host.closest("tds-table"),this.tableId=this.tableEl.tableId}componentWillLoad(){d.forEach((t=>{this[t]=this.tableEl[t]})),this.textAlign&&(this.textAlignState=this.textAlign)}render(){let t="var(--tds-spacing-element-16)";return this.disablePadding?t="0":this.compactDesign&&(t="var(--tds-spacing-element-8) var(--tds-spacing-element-16)"),s(e,{key:"11e448416f213f9fdf6dea7bd5ccff4512c7a8dd",class:{"tds-table__body-cell":!0,"tds-table__body-cell--hover":this.activeSorting,"tds-table__compact":this.compactDesign,"tds-table--divider":this.verticalDividers,"tds-table--no-min-width":this.noMinWidth},style:{textAlign:this.textAlignState,padding:t}},this.cellValue,s("slot",{key:"5c7052d46ee8351e2710cf72fc4db07ff84bd843"}))}get host(){return i(this)}};o.style=":host(.tds-table__body-cell){box-sizing:border-box;font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);display:table-cell;box-sizing:border-box;color:var(--tds-table-color);padding:var(--tds-spacing-element-16);min-width:192px;vertical-align:top;background-color:transparent;transition:background-color 200ms ease}:host(.tds-table__body-cell) *{box-sizing:border-box}:host(.tds-table__body-cell--hover){background-color:var(--tds-table-body-cell-background-hover)}:host(.tds-table__compact){padding:var(--tds-spacing-element-8) var(--tds-spacing-element-16)}:host(.tds-table--divider){border-right:1px solid var(--tds-table-divider)}:host(.tds-table--divider:last-of-type){border-right:none}:host(.tds-table--no-min-width){min-width:unset}";export{o as tds_body_cell}
@@ -1 +0,0 @@
1
- import{r as t,h as s,H as e,g as o}from"./p-2049fab2.js";const i=["multiselect","expandableRows"],a=class{constructor(s){t(this,s),this.bodyCheckBoxClicked=()=>{const t=this.host.getElementsByClassName("tds-table__row").length,s=this.host.getElementsByClassName("tds-table__row--selected").length;this.mainCheckboxStatus=t===s},this.multiselect=!1,this.enablePaginationTableBody=!1,this.expandableRows=!1,this.multiselectArray=[],this.multiselectArrayJSON=void 0,this.mainCheckboxStatus=!1,this.columnsNumber=0,this.tableId=""}internalTdsPropChangeListener(t){this.tableId===t.detail.tableId&&t.detail.changed.filter((t=>i.includes(t))).forEach((s=>{if(void 0===this[s])throw new Error(`Table prop is not supported: ${s}`);this[s]=t.detail[s]}))}bodyCheckboxListener(){this.bodyCheckBoxClicked()}connectedCallback(){this.tableEl=this.host.closest("tds-table"),this.tableId=this.tableEl.tableId}componentWillLoad(){i.forEach((t=>{this[t]=this.tableEl[t]}))}componentWillRender(){const t=this.host.parentElement.querySelector("tds-table-header").children.length;this.columnsNumber=this.multiselect||this.expandableRows?t+1:t}render(){return s(e,{key:"891bbd417703b240531383d54d5644cf39462573","data-selected-rows":this.multiselectArrayJSON},s("slot",{key:"409bc90e7c6d49588a7ec1796cfbad734c333c40"}))}get host(){return o(this)}};a.style=":host,tds-table-body{box-sizing:border-box;display:table-row-group}:host *,tds-table-body *{box-sizing:border-box}:host .tds-table__info-message,tds-table-body .tds-table__info-message{font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);display:table-cell;box-sizing:border-box;color:var(--tds-table-color);padding:var(--tds-spacing-element-16);min-width:192px;vertical-align:top;background-color:transparent;transition:background-color 200ms ease}";export{a as tds_table_body}
@@ -1 +0,0 @@
1
- import{r as t,c as e,h as a,H as s,g as o}from"./p-2049fab2.js";const i=["compactDesign","horizontalScrollWidth"];function l(t){t.target.classList.remove("tds-table__page-selector-input--shake")}const r=class{constructor(a){t(this,a),this.tdsPagination=e(this,"tdsPagination",7),this.previousPage=()=>{this.paginationValue>=2&&this.paginationValue--,this.tdsPagination.emit({tableId:this.tableId,paginationValue:Number(this.paginationValue)}),this.storeLastCorrectValue(this.paginationValue)},this.nextPage=()=>{this.paginationValue<=this.pages&&this.paginationValue++,this.tdsPagination.emit({tableId:this.tableId,paginationValue:Number(this.paginationValue)}),this.storeLastCorrectValue(this.paginationValue)},this.pagination=!1,this.paginationValue=1,this.pages=null,this.cols=null,this.columnsNumber=0,this.compactDesign=!1,this.lastCorrectValue=void 0,this.tableId="",this.horizontalScrollWidth=null}internalTdsPropChangeListener(t){this.tableId===t.detail.tableId&&t.detail.changed.filter((t=>i.includes(t))).forEach((e=>{if(void 0===this[e])throw new Error(`Table prop is not supported: ${e}`);this[e]=t.detail[e]}))}connectedCallback(){this.tableEl=this.host.closest("tds-table"),this.tableId=this.tableEl.tableId}componentWillLoad(){i.forEach((t=>{this[t]=this.tableEl[t]})),this.storeLastCorrectValue(this.paginationValue);const t=this.host.parentElement.querySelector("tds-table-header").childElementCount;this.columnsNumber=this.cols?this.cols:t}storeLastCorrectValue(t){this.lastCorrectValue=t}paginationInputChange(t){const e=Number(t.target.value);e>t.target.max||e<t.target.min?(t.target.classList.add("tds-table__page-selector-input--shake"),this.inputElement.value=String(this.lastCorrectValue),this.paginationValue=Number(this.inputElement.value)):this.paginationValue=e,this.tdsPagination.emit({tableId:this.tableId,paginationValue:Number(this.paginationValue)}),this.storeLastCorrectValue(this.paginationValue)}getStyles(){const t={};return this.horizontalScrollWidth&&(t.width=`${this.horizontalScrollWidth}px`),t}render(){return a(s,{key:"0d611bd3d31ce4dd1a7238784aa6aa6ab29d2abd",class:{"tds-table--compact":this.compactDesign,"footer__horizontal-scroll":!!this.horizontalScrollWidth},style:this.getStyles()},a("tr",{key:"cb4fc7ffecfa791f08a3da4a167459ccfb32e782",class:"tds-table__footer-row"},a("td",{key:"bf7388bc8aa26313cadba5333dc587d431a29867",class:"tds-table__footer-cell",colSpan:this.columnsNumber},this.pagination&&a("div",{key:"ace766078c85f047034ac614712dc58b6dc7b540",class:"tds-table__pagination"},a("div",{key:"0ef2c3c300bab7595773b65aa40da1399af4b7b8",class:"tds-table__row-selector"}),a("div",{key:"3fe2283dcbfd64fb54bd8faa9bd269dac22e81d8",class:"tds-table__page-selector"},a("input",{key:"84295a91900f676742795c975f1706d4fbe196f6",ref:t=>this.inputElement=t,class:"tds-table__page-selector-input",type:"number",min:"1",max:this.pages,value:this.paginationValue,pattern:"[0-9]+",dir:"ltr",onChange:t=>this.paginationInputChange(t),onAnimationEnd:l}),a("p",{key:"88c7d7d7cfe66f2431b44c9ed38ebee5771f54b7",class:"tds-table__footer-text"},"of ",a("span",{key:"42cf669a05c6e0e86a56aa568f2623c562bf83f6"},this.pages)," pages"),a("button",{key:"3f022e45c6ca31ce542854c5e659349ab54b372a",type:"button",class:"tds-table__footer-btn",disabled:this.paginationValue<=1,onClick:()=>this.previousPage()},a("tds-icon",{key:"253b1cb33d4038ce03ff8fdb0bad30ba46ab0c13",name:"chevron_left",size:"20px"})),a("button",{key:"ad21b63c30fc638372c89bb366be77df419bf532",type:"button",class:"tds-table__footer-btn",disabled:this.paginationValue>=this.pages,onClick:()=>this.nextPage()},a("tds-icon",{key:"58a640745984554b8c7cba3ce07130063299223e",name:"chevron_right",size:"20px"})))))))}get host(){return o(this)}};r.style=":host{box-sizing:border-box;display:table-footer-group;height:48px}:host *{box-sizing:border-box}:host .tds-table__footer-row{background-color:var(--tds-table-footer-background);color:var(--tds-table-color)}:host .tds-table__footer-cell{padding:0 16px}:host .tds-table__footer-cell .tds-table__pagination{height:48px;display:flex;align-items:center;justify-content:space-between}:host .tds-table__footer-cell .tds-table__pagination .tds-table__row-selector,:host .tds-table__footer-cell .tds-table__pagination .tds-table__page-selector{display:flex;align-items:center}:host .tds-table__footer-cell .tds-table__pagination .tds-table__page-selector-input{font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);background-color:var(--tds-table-footer-page-selector-input-background);color:var(--tds-table-color);width:54px;height:30px;border:none;border-radius:4px;transition:background-color 250ms ease;margin-right:4px;padding-left:16px}:host .tds-table__footer-cell .tds-table__pagination .tds-table__page-selector-input:hover{background-color:var(--tds-table-footer-page-selector-input-background-hover)}:host .tds-table__footer-cell .tds-table__pagination .tds-table__page-selector-input:disabled{color:var(--tds-table-footer-page-selector-input-color-disabled)}:host .tds-table__footer-cell .tds-table__pagination .tds-table__page-selector-input--shake{animation:tds-shake-animation 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;transform:translate3d(0, 0, 0);backface-visibility:hidden;perspective:1000px}:host .tds-table__footer-cell .tds-table__pagination .tds-table__footer-text{font:var(--tds-detail-02);letter-spacing:var(--tds-detail-02-ls);padding:1px 8px 0 0}:host .tds-table__footer-cell .tds-table__pagination .tds-table__footer-btn{display:flex;justify-content:center;align-items:center;border:none;background-color:transparent;cursor:pointer;height:32px;width:32px;border-radius:4px;transition:background-color 250ms ease;color:var(--tds-table-footer-page-selector-icon)}:host .tds-table__footer-cell .tds-table__pagination .tds-table__footer-btn:hover{background-color:var(--tds-table-footer-btn-hover)}:host .tds-table__footer-cell .tds-table__pagination .tds-table__footer-btn:disabled{cursor:default;color:var(--tds-table-footer-page-selector-icon-disabled)}:host .tds-table__footer-cell .tds-table__pagination .tds-table__footer-btn:disabled:hover{background-color:transparent}:host .tds-table__footer-cell .tds-table__pagination .tds-table__footer-btn-svg{height:20px;width:20px;fill:var(--tds-table-color)}:host(.tds-table--compact){height:32px}:host(.tds-table--compact) .tds-table__footer-cell .tds-table__pagination{height:32px}:host(.tds-table--compact) .tds-table__footer-cell .tds-table__pagination .tds-table__page-selector-input{height:24px}:host(.tds-table--compact) .tds-table__footer-cell .tds-table__pagination .tds-table__footer-btn{height:28px;width:28px}:host(.footer__horizontal-scroll){display:inline-table;position:absolute;margin-top:10px}@keyframes tds-shake-animation{10%,90%{transform:translate3d(-1px, 0, 0)}20%,80%{transform:translate3d(2px, 0, 0)}30%,50%,70%{transform:translate3d(-4px, 0, 0)}40%,60%{transform:translate3d(4px, 0, 0)}}";export{r as tds_table_footer}
@@ -1 +0,0 @@
1
- import{r as t,c as s,h as o,H as r,g as l}from"./p-2049fab2.js";import{g as a}from"./p-11648030.js";const e=class{constructor(o){t(this,o),this.internalTdsTablePropChange=s(this,"internalTdsTablePropChange",6),this.verticalDividers=!1,this.compactDesign=!1,this.noMinWidth=void 0,this.multiselect=!1,this.expandableRows=!1,this.responsive=!1,this.modeVariant=null,this.horizontalScrollWidth=null,this.tableId=a(),this.enableHorizontalScrollToolbarDesign=!1,this.enableHorizontalScrollFooterDesign=!1}emitInternalTdsPropChange(t,s){this.internalTdsTablePropChange.emit({tableId:this.tableId,changed:[t],[t]:s})}async getSelectedRows(){let t=[];const s=this.host.querySelector("tds-table-body");return Array.from(s.querySelectorAll("tds-table-body-row")).filter((t=>t.selected)).forEach((s=>{let o=[];Array.from(s.getElementsByTagName("tds-body-cell")).forEach((t=>{var s;const r={cellKey:null,cellValue:null};r.cellKey=t.cellKey,r.cellValue=null!==(s=t.cellValue)&&void 0!==s?s:t.innerText,o=[...o,r]})),t=[...t,o]})),t}getStyles(){const t={};return this.horizontalScrollWidth&&(t.width=`${this.horizontalScrollWidth}px`),t}multiselectChanged(t){this.emitInternalTdsPropChange("multiselect",t)}enableExpandableRowsChanged(t){this.emitInternalTdsPropChange("expandableRows",t)}compactDesignChanged(t){this.emitInternalTdsPropChange("compactDesign",t)}verticalDividersChanged(t){this.emitInternalTdsPropChange("verticalDividers",t)}noMinWidthChanged(t){this.emitInternalTdsPropChange("noMinWidth",t)}modeVariantChanged(t){this.emitInternalTdsPropChange("modeVariant",t)}widthChanged(t){this.emitInternalTdsPropChange("horizontalScrollWidth",t)}componentWillRender(){this.horizontalScrollWidth&&(this.enableHorizontalScrollToolbarDesign=this.host.closest("tds-table").getElementsByTagName("tds-table-toolbar").length>=1,this.enableHorizontalScrollFooterDesign=this.host.closest("tds-table").getElementsByTagName("tds-table-footer").length>=1)}render(){return o(r,{key:"580c1c90c9f4556b16037c3200ae739a891bea88",class:{"tds-table--responsive":this.responsive,"tds-mode-variant-primary":"primary"===this.modeVariant,"tds-mode-variant-secondary":"secondary"===this.modeVariant}},o("table",{key:"f2e9d248c5e93e6d83cfcd74408f99ed54c1ae95",style:this.getStyles(),class:{"tds-table":!0,"tds-table--compact":this.compactDesign,"tds-table--divider":this.verticalDividers,"tds-table--no-min-width":this.noMinWidth,"tds-table--responsive":this.responsive,"tds-table--horizontal-scroll":!!this.horizontalScrollWidth,"tds-table--horizontal-scroll-toolbar":this.enableHorizontalScrollToolbarDesign&&!this.compactDesign,"tds-table--horizontal-scroll-toolbar-compact":this.enableHorizontalScrollToolbarDesign&&this.compactDesign,"tds-table--horizontal-scroll-footer":this.enableHorizontalScrollFooterDesign&&!this.compactDesign,"tds-table--horizontal-scroll-footer-compact":this.enableHorizontalScrollFooterDesign&&this.compactDesign}},o("slot",{key:"74edfe5bc755d4a7880b1368452f2906ebc5346a"})))}get host(){return l(this)}static get watchers(){return{multiselect:["multiselectChanged"],expandableRows:["enableExpandableRowsChanged"],compactDesign:["compactDesignChanged"],verticalDividers:["verticalDividersChanged"],noMinWidth:["noMinWidthChanged"],modeVariant:["modeVariantChanged"],horizontalScrollWidth:["widthChanged"]}}};e.style=":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:var(--tds-scrollbar-track-color)}.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}";export{e as tds_table}