@ui5/webcomponents-compat 0.0.0-0dd36ca4b → 0.0.0-10f3c0dc7

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 (244) hide show
  1. package/.env.testing +4 -0
  2. package/CHANGELOG.md +1205 -0
  3. package/LICENSE.txt +201 -0
  4. package/README.md +12 -12
  5. package/cypress.config.js +3 -0
  6. package/dist/.tsbuildinfo +1 -0
  7. package/dist/Assets-fetch.d.ts +3 -0
  8. package/dist/Assets-fetch.js +6 -0
  9. package/dist/Assets-fetch.js.map +1 -0
  10. package/dist/Assets-node.d.ts +14 -0
  11. package/dist/Assets-node.js +17 -0
  12. package/dist/Assets-node.js.map +1 -0
  13. package/dist/Table.d.ts +25 -29
  14. package/dist/Table.js +132 -77
  15. package/dist/Table.js.map +1 -1
  16. package/dist/TableCell.d.ts +3 -2
  17. package/dist/TableCell.js +25 -7
  18. package/dist/TableCell.js.map +1 -1
  19. package/dist/TableCellTemplate.d.ts +2 -0
  20. package/dist/TableCellTemplate.js +5 -0
  21. package/dist/TableCellTemplate.js.map +1 -0
  22. package/dist/TableColumn.d.ts +4 -3
  23. package/dist/TableColumn.js +50 -7
  24. package/dist/TableColumn.js.map +1 -1
  25. package/dist/TableColumnTemplate.d.ts +2 -0
  26. package/dist/TableColumnTemplate.js +5 -0
  27. package/dist/TableColumnTemplate.js.map +1 -0
  28. package/dist/TableGroupRow.d.ts +7 -4
  29. package/dist/TableGroupRow.js +29 -21
  30. package/dist/TableGroupRow.js.map +1 -1
  31. package/dist/TableGroupRowTemplate.d.ts +2 -0
  32. package/dist/TableGroupRowTemplate.js +5 -0
  33. package/dist/TableGroupRowTemplate.js.map +1 -0
  34. package/dist/TableRow.d.ts +17 -10
  35. package/dist/TableRow.js +105 -44
  36. package/dist/TableRow.js.map +1 -1
  37. package/dist/TableRowTemplate.d.ts +2 -0
  38. package/dist/TableRowTemplate.js +15 -0
  39. package/dist/TableRowTemplate.js.map +1 -0
  40. package/dist/TableTemplate.d.ts +2 -0
  41. package/dist/TableTemplate.js +20 -0
  42. package/dist/TableTemplate.js.map +1 -0
  43. package/dist/bundle.esm.d.ts +1 -1
  44. package/dist/bundle.esm.js +14 -7
  45. package/dist/bundle.esm.js.map +1 -1
  46. package/dist/bundle.scoped.config.d.ts +1 -0
  47. package/dist/bundle.scoped.config.js +5 -0
  48. package/dist/bundle.scoped.config.js.map +1 -0
  49. package/dist/bundle.scoped.esm.d.ts +1 -0
  50. package/dist/bundle.scoped.esm.js +1 -4
  51. package/dist/bundle.scoped.esm.js.map +1 -1
  52. package/dist/css/themes/GrowingButton.css +1 -1
  53. package/dist/css/themes/Table.css +1 -1
  54. package/dist/css/themes/TableCell.css +1 -1
  55. package/dist/css/themes/TableColumn.css +1 -1
  56. package/dist/css/themes/TableGroupRow.css +1 -1
  57. package/dist/css/themes/TableRow.css +1 -1
  58. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +24 -1
  59. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +24 -1
  60. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +24 -1
  61. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +24 -1
  62. package/dist/css/themes/sap_horizon/parameters-bundle.css +25 -1
  63. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +26 -0
  64. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +25 -1
  65. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +25 -0
  66. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +24 -1
  67. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +24 -1
  68. package/dist/custom-elements-internal.json +417 -400
  69. package/dist/custom-elements.json +234 -211
  70. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  73. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  75. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  76. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  77. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  78. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  79. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  80. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  81. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  82. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  83. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  84. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  85. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  86. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  87. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -0
  88. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  89. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -0
  90. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  91. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  92. package/dist/generated/i18n/i18n-defaults.d.ts +1 -1
  93. package/dist/generated/i18n/i18n-defaults.js +2 -3
  94. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  95. package/dist/generated/json-imports/Themes-fetch.d.ts +1 -0
  96. package/dist/generated/json-imports/Themes-fetch.js +27 -0
  97. package/dist/generated/json-imports/Themes-fetch.js.map +1 -0
  98. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  99. package/dist/generated/json-imports/Themes-node.js +27 -0
  100. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  101. package/dist/generated/json-imports/Themes.js +4 -2
  102. package/dist/generated/json-imports/Themes.js.map +1 -1
  103. package/dist/generated/json-imports/i18n-fetch.d.ts +1 -0
  104. package/dist/generated/json-imports/i18n-fetch.js +120 -0
  105. package/dist/generated/json-imports/i18n-fetch.js.map +1 -0
  106. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  107. package/dist/generated/json-imports/i18n-node.js +120 -0
  108. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  109. package/dist/generated/json-imports/i18n.js +3 -3
  110. package/dist/generated/json-imports/i18n.js.map +1 -1
  111. package/dist/generated/themes/GrowingButton.css.d.ts +2 -3
  112. package/dist/generated/themes/GrowingButton.css.js +4 -5
  113. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  114. package/dist/generated/themes/Table.css.d.ts +2 -3
  115. package/dist/generated/themes/Table.css.js +4 -5
  116. package/dist/generated/themes/Table.css.js.map +1 -1
  117. package/dist/generated/themes/TableCell.css.d.ts +2 -3
  118. package/dist/generated/themes/TableCell.css.js +4 -5
  119. package/dist/generated/themes/TableCell.css.js.map +1 -1
  120. package/dist/generated/themes/TableColumn.css.d.ts +2 -3
  121. package/dist/generated/themes/TableColumn.css.js +4 -5
  122. package/dist/generated/themes/TableColumn.css.js.map +1 -1
  123. package/dist/generated/themes/TableGroupRow.css.d.ts +2 -3
  124. package/dist/generated/themes/TableGroupRow.css.js +4 -5
  125. package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
  126. package/dist/generated/themes/TableRow.css.d.ts +2 -3
  127. package/dist/generated/themes/TableRow.css.js +4 -5
  128. package/dist/generated/themes/TableRow.css.js.map +1 -1
  129. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +2 -3
  130. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +25 -3
  131. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  132. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +2 -3
  133. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +25 -3
  134. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  135. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +2 -3
  136. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +25 -3
  137. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  138. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +2 -3
  139. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +25 -3
  140. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  141. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +2 -3
  142. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +26 -3
  143. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  144. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +2 -0
  145. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +27 -0
  146. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -0
  147. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +2 -3
  148. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +26 -3
  149. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  150. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +2 -0
  151. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +26 -0
  152. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -0
  153. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +2 -3
  154. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +25 -3
  155. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  156. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +2 -3
  157. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +25 -3
  158. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  159. package/dist/utils/CompatCustomElementsScope.d.ts +5 -0
  160. package/dist/utils/CompatCustomElementsScope.js +38 -0
  161. package/dist/utils/CompatCustomElementsScope.js.map +1 -0
  162. package/dist/vscode.html-custom-data.json +35 -35
  163. package/dist/web-types.json +107 -107
  164. package/package-scripts.cjs +5 -0
  165. package/package.json +25 -18
  166. package/src/TableCellTemplate.tsx +15 -0
  167. package/src/TableColumnTemplate.tsx +13 -0
  168. package/src/TableGroupRowTemplate.tsx +17 -0
  169. package/src/TableRowTemplate.tsx +92 -0
  170. package/src/TableTemplate.tsx +129 -0
  171. package/src/i18n/messagebundle_ca.properties +1 -1
  172. package/src/i18n/messagebundle_cs.properties +1 -1
  173. package/src/i18n/messagebundle_cy.properties +1 -1
  174. package/src/i18n/messagebundle_en_US_sappsd.properties +5 -296
  175. package/src/i18n/messagebundle_en_US_saptrc.properties +10 -301
  176. package/src/i18n/messagebundle_fi.properties +2 -2
  177. package/src/i18n/messagebundle_fr.properties +3 -3
  178. package/src/i18n/messagebundle_fr_CA.properties +3 -3
  179. package/src/i18n/messagebundle_hr.properties +1 -1
  180. package/src/i18n/messagebundle_it.properties +1 -1
  181. package/src/i18n/messagebundle_lv.properties +1 -1
  182. package/src/themes/GrowingButton.css +13 -13
  183. package/src/themes/Table.css +30 -33
  184. package/src/themes/TableCell.css +9 -2
  185. package/src/themes/TableColumn.css +0 -1
  186. package/src/themes/TableGroupRow.css +2 -2
  187. package/src/themes/TableRow.css +41 -5
  188. package/src/themes/base/GrowingButton-parameters.css +1 -1
  189. package/src/themes/base/Table-parameters.css +2 -1
  190. package/src/themes/base/TableColumn-parameters.css +1 -1
  191. package/src/themes/base/TableGroupRow-parameters.css +1 -1
  192. package/src/themes/base/TableRow-parameters.css +1 -1
  193. package/src/themes/base/sizes-parameters.css +12 -13
  194. package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +1 -1
  195. package/src/themes/sap_fiori_3_hcb/Table-parameters.css +1 -1
  196. package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +1 -1
  197. package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +1 -1
  198. package/src/themes/sap_fiori_3_hcw/Table-parameters.css +1 -1
  199. package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +1 -1
  200. package/src/themes/sap_horizon/GrowingButton-parameters.css +1 -1
  201. package/src/themes/sap_horizon/Table-parameters.css +2 -4
  202. package/src/themes/sap_horizon/TableGroupRow-parameters.css +1 -1
  203. package/src/themes/sap_horizon/TableRow-parameters.css +1 -1
  204. package/src/themes/sap_horizon/parameters-bundle.css +0 -1
  205. package/src/themes/sap_horizon_auto/parameters-bundle.css +3 -0
  206. package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +1 -1
  207. package/src/themes/sap_horizon_dark/Table-parameters.css +2 -4
  208. package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +1 -1
  209. package/src/themes/sap_horizon_dark/TableRow-parameters.css +1 -1
  210. package/src/themes/sap_horizon_dark/parameters-bundle.css +0 -1
  211. package/src/themes/sap_horizon_hc_auto/parameters-bundle.css +3 -0
  212. package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +1 -1
  213. package/src/themes/sap_horizon_hcb/Table-parameters.css +2 -4
  214. package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +1 -1
  215. package/src/themes/sap_horizon_hcb/TableRow-parameters.css +1 -1
  216. package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +1 -1
  217. package/src/themes/sap_horizon_hcw/Table-parameters.css +2 -4
  218. package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +1 -1
  219. package/src/themes/sap_horizon_hcw/TableRow-parameters.css +1 -1
  220. package/tsconfig.json +61 -26
  221. package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
  222. package/dist/generated/templates/TableCellTemplate.lit.d.ts +0 -4
  223. package/dist/generated/templates/TableCellTemplate.lit.js +0 -5
  224. package/dist/generated/templates/TableCellTemplate.lit.js.map +0 -1
  225. package/dist/generated/templates/TableColumnTemplate.lit.d.ts +0 -4
  226. package/dist/generated/templates/TableColumnTemplate.lit.js +0 -5
  227. package/dist/generated/templates/TableColumnTemplate.lit.js.map +0 -1
  228. package/dist/generated/templates/TableGroupRowTemplate.lit.d.ts +0 -4
  229. package/dist/generated/templates/TableGroupRowTemplate.lit.js +0 -5
  230. package/dist/generated/templates/TableGroupRowTemplate.lit.js.map +0 -1
  231. package/dist/generated/templates/TableRowTemplate.lit.d.ts +0 -4
  232. package/dist/generated/templates/TableRowTemplate.lit.js +0 -16
  233. package/dist/generated/templates/TableRowTemplate.lit.js.map +0 -1
  234. package/dist/generated/templates/TableTemplate.lit.d.ts +0 -4
  235. package/dist/generated/templates/TableTemplate.lit.js +0 -15
  236. package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
  237. package/src/Table.hbs +0 -121
  238. package/src/TableCell.hbs +0 -7
  239. package/src/TableColumn.hbs +0 -7
  240. package/src/TableGroupRow.hbs +0 -11
  241. package/src/TableRow.hbs +0 -85
  242. package/src/i18n/messagebundle_in.properties +0 -172
  243. package/src/themes/sap_horizon/TableColumn-parameters.css +0 -5
  244. package/src/themes/sap_horizon_dark/TableColumn-parameters.css +0 -5
@@ -1,4 +1,5 @@
1
1
  :host {
2
+ --table-row-border-styles: var(--ui5_table_row_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
2
3
  display: contents;
3
4
  }
4
5
 
@@ -8,15 +9,50 @@
8
9
  }
9
10
 
10
11
  .ui5-table-row-root {
11
- background-color: var(--sapList_Background);
12
+ /* Workaround for known issue with Firefox where table row or cell has position: relative;
13
+ https://bugzilla.mozilla.org/show_bug.cgi?id=688556 */
14
+ background-image: linear-gradient(180deg, var(--sapList_BorderColor) 1px, var(--sapList_Background) 1px);
12
15
  color: var(--sapList_TextColor);
13
- border-top: 1px solid var(--sapList_BorderColor);
16
+ position: relative;
17
+ }
18
+
19
+ /* FOCUS START */
20
+ .ui5-table-row-root,
21
+ .ui5-table-popin-row {
22
+ position: relative;
14
23
  }
15
24
 
16
25
  .ui5-table-row-root:focus {
17
- outline: var(--ui5_table_row_outline_width) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
18
- outline-offset: var(--ui5_table_focus_outline_offset);
26
+ outline: none
27
+ }
28
+
29
+ .ui5-table-row-root:focus::after,
30
+ .ui5-table-row-root:focus ~ .ui5-table-popin-row::after {
31
+ pointer-events: none;
32
+ position: absolute;
33
+ content: "";
34
+ inset: var(--ui5_table_focus_outline_offset);
35
+ border: var(--table-row-border-styles);
36
+ }
37
+
38
+ .ui5-table-row-root:has(+ .ui5-table-popin-row):focus::after {
39
+ bottom: 0;
40
+ border-bottom: none;
41
+ }
42
+
43
+ .ui5-table-row-root:focus ~ .ui5-table-popin-row::after {
44
+ top: 0;
45
+ bottom: 0;
46
+ border-top: none;
47
+ border-bottom: none;
48
+ }
49
+
50
+
51
+ .ui5-table-row-root:focus ~ .ui5-table-popin-row:last-child:after {
52
+ top: 0;
53
+ border-bottom: var(--table-row-border-styles);
19
54
  }
55
+ /* FOCUS END */
20
56
 
21
57
  .ui5-table-popin-row {
22
58
  background-color: var(--sapList_Background);
@@ -41,7 +77,7 @@
41
77
 
42
78
  .ui5-table-row-popin-title {
43
79
  color: var(--sapContent_LabelColor);
44
- font-family: "72override", var(--sapFontFamily);
80
+ font-family: var(--sapFontFamily);
45
81
  font-size: var(--sapFontSize);
46
82
  }
47
83
 
@@ -1,4 +1,4 @@
1
- :root {
1
+ :host {
2
2
  --_ui5_load_more_padding: 0;
3
3
  --_ui5_load_more_border: 1px top solid transparent;
4
4
  --_ui5_load_more_border_radius: none;
@@ -1,4 +1,5 @@
1
- :root {
1
+ :host {
2
+ --ui5_table_focus_outline_offset: 0.125rem;
2
3
  --ui5_table_bottom_border: 1px solid var(--sapList_BorderColor);
3
4
  --ui5_table_header_row_outline_width: 1px;
4
5
  --ui5_table_multiselect_column_width: 2.75rem;
@@ -1,3 +1,3 @@
1
- :root {
1
+ :host {
2
2
  --ui5_table_header_row_font_weight: normal;
3
3
  }
@@ -1,4 +1,4 @@
1
- :root {
1
+ :host {
2
2
  --ui5_table_group_row_font-weight: normal;
3
3
  --ui5_table_border_width: 0 0 1px 0;
4
4
  }
@@ -1,4 +1,4 @@
1
- :root {
1
+ :host {
2
2
  --ui5_table_row_outline_width: 1px;
3
3
  --ui5_table_multiselect_popin_row_padding: 3.25rem;
4
4
  }
@@ -1,22 +1,21 @@
1
- :root {
1
+ :host {
2
2
  /* Table */
3
3
 
4
4
  --_ui5_load_more_text_height: 2.75rem;
5
5
  --_ui5_load_more_text_font_size: var(--sapFontMediumSize);
6
- --_ui5_load_more_desc_padding: 0.375rem 2rem 0.875rem 2rem;
6
+ --_ui5_load_more_desc_padding: 0.375rem 2rem 0.875rem 2rem;
7
7
  --ui5_table_header_row_height: 2.75rem;
8
8
  --ui5_table_row_height: 2.75rem;
9
- --ui5_table_focus_outline_offset: -0.125rem;
10
9
  --ui5_table_group_row_height: 2rem;
11
10
  }
12
11
 
13
- [data-ui5-compact-size],
14
- .ui5-content-density-compact,
15
- .sapUiSizeCompact {
16
- /* Table */
17
- --_ui5_load_more_text_height: 2.625rem;
18
- --_ui5_load_more_text_font_size: var(--sapFontSize);
19
- --_ui5_load_more_desc_padding: 0 2rem 0.875rem 2rem;
20
- --ui5_table_header_row_height: 2rem;
21
- --ui5_table_row_height: 2rem;
22
- }
12
+ @container style(--ui5_content_density: compact) {
13
+ :host {
14
+ /* Table */
15
+ --_ui5_load_more_text_height: 2.625rem;
16
+ --_ui5_load_more_text_font_size: var(--sapFontSize);
17
+ --_ui5_load_more_desc_padding: 0 2rem 0.875rem 2rem;
18
+ --ui5_table_header_row_height: 2rem;
19
+ --ui5_table_row_height: 2rem;
20
+ }
21
+ }
@@ -1,6 +1,6 @@
1
1
  @import "../base/GrowingButton-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --_ui5_load_more_padding: 0.25rem;
5
5
  --_ui5_load_more_border: 1px solid var(--sapButton_BorderColor);
6
6
  --_ui5_load_more_border_radius: 0.375rem;
@@ -1,5 +1,5 @@
1
1
  @import "../base/Table-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_header_row_outline_width: 0.125rem;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  @import "../base/TableRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_row_outline_width: 0.125rem;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/GrowingButton-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --_ui5_load_more_padding: 0.25rem;
5
5
  --_ui5_load_more_border: 1px solid var(--sapButton_BorderColor);
6
6
  --_ui5_load_more_border_radius: 0.375rem;
@@ -1,5 +1,5 @@
1
1
  @import "../base/Table-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_header_row_outline_width: 0.125rem;
5
5
  }
@@ -1,5 +1,5 @@
1
1
  @import "../base/TableRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_row_outline_width: 0.125rem;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/GrowingButton-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --_ui5_load_more_outline_width: var(--sapContent_FocusWidth);
5
5
  --_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);
6
6
  }
@@ -1,9 +1,7 @@
1
1
  @import "../base/Table-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_header_row_outline_width: var(--sapContent_FocusWidth);
5
- --ui5_table_header_row_font_weight: bold;
6
5
  --ui5_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);
7
- --ui5_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);
8
- --ui5_table_focus_outline_offset: -0.1875rem;
6
+ --ui5_table_focus_outline_offset: 0.1875rem;
9
7
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/TableGroupRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_group_row_font-weight: bold;
5
5
  --ui5_table_border_width: 1px 0 1px 0;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  @import "../base/TableRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_row_outline_width: var(--sapContent_FocusWidth);
5
5
  }
@@ -1,7 +1,6 @@
1
1
  @import "../base/Table-parameters.css";
2
2
  @import "../base/TableRow-parameters.css";
3
3
  @import "./Table-parameters.css";
4
- @import "./TableColumn-parameters.css";
5
4
  @import "./TableRow-parameters.css";
6
5
  @import "./TableGroupRow-parameters.css";
7
6
  @import "./GrowingButton-parameters.css";
@@ -0,0 +1,3 @@
1
+ /* Auto-generated at build time by merging sap_horizon (light) and sap_horizon_dark */
2
+ /* This placeholder enables directory detection by the theme loader generator */
3
+ @import "../sap_horizon/parameters-bundle.css";
@@ -1,6 +1,6 @@
1
1
  @import "../base/GrowingButton-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --_ui5_load_more_outline_width: var(--sapContent_FocusWidth);
5
5
  --_ui5_load_more_border-bottom: var(--sapList_BorderWidth) solid var(--sapList_BorderColor);
6
6
  }
@@ -1,9 +1,7 @@
1
1
  @import "../base/Table-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_header_row_outline_width: var(--sapContent_FocusWidth);
5
- --ui5_table_header_row_font_weight: bold;
6
5
  --ui5_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);
7
- --ui5_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);
8
- --ui5_table_focus_outline_offset: -0.1875rem;
6
+ --ui5_table_focus_outline_offset: 0.1875rem;
9
7
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/TableGroupRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_group_row_font-weight: bold;
5
5
  --ui5_table_border_width: 1px 0 1px 0;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  @import "../base/TableRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_row_outline_width: var(--sapContent_FocusWidth);
5
5
  }
@@ -1,7 +1,6 @@
1
1
  @import "../base/Table-parameters.css";
2
2
  @import "../base/TableRow-parameters.css";
3
3
  @import "./Table-parameters.css";
4
- @import "./TableColumn-parameters.css";
5
4
  @import "./TableRow-parameters.css";
6
5
  @import "./TableGroupRow-parameters.css";
7
6
  @import "./GrowingButton-parameters.css";
@@ -0,0 +1,3 @@
1
+ /* Auto-generated at build time by merging sap_horizon_hcw (light) and sap_horizon_hcb (dark) */
2
+ /* This placeholder enables directory detection by the theme loader generator */
3
+ @import "../sap_horizon_hcw/parameters-bundle.css";
@@ -1,6 +1,6 @@
1
1
  @import "../base/GrowingButton-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --_ui5_load_more_padding: 0.25rem;
5
5
  --_ui5_load_more_border: 1px solid var(--sapButton_BorderColor);
6
6
  --_ui5_load_more_border_radius: 0.375rem;
@@ -1,10 +1,8 @@
1
1
  @import "../base/Table-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_header_row_outline_width: 0.125rem;
5
- --ui5_table_header_row_font_weight: bold;
6
5
  --ui5_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);
7
- --ui5_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);
8
- --ui5_table_focus_outline_offset: -0.1875rem;
6
+ --ui5_table_focus_outline_offset: 0.25rem;
9
7
  --ui5_table_header_row_border_width: 0.1875rem;
10
8
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/TableGroupRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_group_row_font-weight: bold;
5
5
  --ui5_table_border_width: 1px 0 1px 0;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  @import "../base/TableRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_row_outline_width: 0.125rem;
5
5
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/GrowingButton-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --_ui5_load_more_padding: 0.25rem;
5
5
  --_ui5_load_more_border: 1px solid var(--sapButton_BorderColor);
6
6
  --_ui5_load_more_border_radius: 0.375rem;
@@ -1,10 +1,8 @@
1
1
  @import "../base/Table-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_header_row_outline_width: 0.125rem;
5
- --ui5_table_header_row_font_weight: bold;
6
5
  --ui5_table_header_row_font_family: var(--sapFontSemiboldDuplexFamily);
7
- --ui5_table_header_row_border_bottom_color: var(--sapList_HeaderBorderColor);
8
- --ui5_table_focus_outline_offset: -0.1875rem;
6
+ --ui5_table_focus_outline_offset: 0.25rem;
9
7
  --ui5_table_header_row_border_width: 0.1875rem;
10
8
  }
@@ -1,6 +1,6 @@
1
1
  @import "../base/TableGroupRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_group_row_font-weight: bold;
5
5
  --ui5_table_border_width: 1px 0 1px 0;
6
6
  }
@@ -1,5 +1,5 @@
1
1
  @import "../base/TableRow-parameters.css";
2
2
 
3
- :root {
3
+ :host {
4
4
  --ui5_table_row_outline_width: 0.125rem;
5
5
  }
package/tsconfig.json CHANGED
@@ -1,28 +1,63 @@
1
1
  {
2
- "include": ["src/**/*", "global.d.ts"],
3
- "compilerOptions": {
4
- "target": "ES2021",
5
- "lib": ["DOM", "DOM.Iterable", "ES2023"],
6
- // Generate d.ts files
7
- "declaration": true,
8
- "outDir": "dist",
9
- "skipLibCheck": true,
10
- "sourceMap": true,
11
- "inlineSources": true,
12
- "strict": true,
13
- "moduleResolution": "node",
14
- "experimentalDecorators": true,
15
- "importsNotUsedAsValues": "preserve",
16
- "ignoreDeprecations": "5.0",
17
- "paths": {
18
- "@ui5/webcomponents-base/dist/*": ["../base/src/*"],
19
- "@ui5/webcomponents/dist/*": ["../main/src/*"],
20
- "@ui5/webcomponents-theming/dist/*": ["../theming/src/*"],
21
- },
22
- },
23
- "references": [
24
- { "path": "../base" },
25
- { "path": "../main" },
26
- { "path": "../theming" },
27
- ]
2
+ "extends": "@ui5/webcomponents-tools/tsconfig.json",
3
+ "include": [
4
+ "src/**/*",
5
+ "global.d.ts"
6
+ ],
7
+ "compilerOptions": {
8
+ "outDir": "dist",
9
+ "experimentalDecorators": true,
10
+ "composite": true,
11
+ "rootDir": "src",
12
+ "tsBuildInfoFile": "dist/.tsbuildinfo",
13
+ "module": "NodeNext",
14
+ "moduleResolution": "NodeNext",
15
+ "verbatimModuleSyntax": true,
16
+ "paths": {
17
+ "@ui5/webcomponents-base/dist/*": [
18
+ "../base/src/*"
19
+ ],
20
+ "@ui5/webcomponents/dist/*": [
21
+ "../main/src/*"
22
+ ],
23
+ "@ui5/webcomponents-localization/dist/*": [
24
+ "../localization/src/*"
25
+ ],
26
+ "@ui5/webcomponents-theming/dist/*": [
27
+ "../theming/src/*"
28
+ ],
29
+ "@ui5/webcomponents-icons/dist/*": [
30
+ "../icons/src/*"
31
+ ],
32
+ "@ui5/webcomponents-icons-business-suite/dist/*": [
33
+ "../icons-business-suite/src/*"
34
+ ],
35
+ "@ui5/webcomponents-icons-tnt/dist/*": [
36
+ "../icons-tnt/src/*"
37
+ ]
38
+ }
39
+ },
40
+ "references": [
41
+ {
42
+ "path": "../base"
43
+ },
44
+ {
45
+ "path": "../main"
46
+ },
47
+ {
48
+ "path": "../localization"
49
+ },
50
+ {
51
+ "path": "../theming"
52
+ },
53
+ {
54
+ "path": "../icons"
55
+ },
56
+ {
57
+ "path": "../icons-business-suite"
58
+ },
59
+ {
60
+ "path": "../icons-tnt"
61
+ }
62
+ ]
28
63
  }
@@ -1 +0,0 @@
1
- {"ARIA_LABEL_CARD_CONTENT":"Konten Kartu","ARIA_ROLEDESCRIPTION_CARD":"Kartu","ARIA_ROLEDESCRIPTION_CARD_HEADER":"Header Kartu","ARIA_ROLEDESCRIPTION_INTERACTIVE_CARD_HEADER":"Header Kartu Interaktif","AVATAR_TOOLTIP":"Avatar","BADGE_DESCRIPTION":"Lencana","BUSY_INDICATOR_TITLE":"Mohon tunggu","BUTTON_ARIA_TYPE_ACCEPT":"Tindakan Positif","BUTTON_ARIA_TYPE_REJECT":"Tindakan Negatif","BUTTON_ARIA_TYPE_EMPHASIZED":"Ditekankan","CAROUSEL_OF_TEXT":"dari","CAROUSEL_DOT_TEXT":"Item {0} dari {1} ditampilkan","CAROUSEL_PREVIOUS_ARROW_TEXT":"Halaman Sebelumnya","CAROUSEL_NEXT_ARROW_TEXT":"Halaman Selanjutnya","COLORPALETTE_CONTAINER_LABEL":"Palet Warna - Warna yang Ditentukan Sebelumnya","COLORPALETTE_COLOR_LABEL":"Warna","COLOR_PALETTE_DIALOG_CANCEL_BUTTON":"Cancel","COLOR_PALETTE_DIALOG_OK_BUTTON":"OK","COLOR_PALETTE_DIALOG_TITLE":"Change Color","COLOR_PALETTE_MORE_COLORS_TEXT":"More Colors...","DATEPICKER_OPEN_ICON_TITLE":"Buka Pemilih","DATEPICKER_DATE_DESCRIPTION":"Input Tanggal","DELETE":"Hapus","FILEUPLOAD_BROWSE":"Telusuri...","FILEUPLOADER_TITLE":"Unggah File","GROUP_HEADER_TEXT":"Header Grup","SELECT_OPTIONS":"Pilih Opsi","INPUT_SUGGESTIONS":"Saran yang Tersedia","INPUT_SUGGESTIONS_TITLE":"Pilih","INPUT_SUGGESTIONS_ONE_HIT":"1 hasil tersedia","INPUT_SUGGESTIONS_MORE_HITS":"{0} hasil tersedia","INPUT_SUGGESTIONS_NO_HIT":"Tidak ada hasil","LINK_SUBTLE":"Halus","LINK_EMPHASIZED":"Ditekankan","LIST_ITEM_POSITION":"Cantumkan item {0} dari {1}","LIST_ITEM_SELECTED":"Dipilih","ARIA_LABEL_LIST_ITEM_CHECKBOX":"Mode Banyak Pilihan","MESSAGE_STRIP_CLOSE_BUTTON":"Strip Pesan Tutup","MULTICOMBOBOX_DIALOG_OK_BUTTON":"OKE","MULTIINPUT_ROLEDESCRIPTION_TEXT":"Input Banyak Nilai","MULTIINPUT_SHOW_MORE_TOKENS":"{0} Lebih Banyak","PANEL_ICON":"Perluas/Ciutkan","RANGE_SLIDER_ARIA_DESCRIPTION":"Rentang","RANGE_SLIDER_START_HANDLE_DESCRIPTION":"Pegangan kiri","RANGE_SLIDER_END_HANDLE_DESCRIPTION":"Pegangan kanan","RATING_INDICATOR_TOOLTIP_TEXT":"Peringkat","RATING_INDICATOR_TEXT":"Indikator Peringkat","RESPONSIVE_POPOVER_CLOSE_DIALOG_BUTTON":"Tolak","SEGMENTEDBUTTON_ARIA_DESCRIPTION":"Tombol Tersegmentasi","SLIDER_ARIA_DESCRIPTION":"Pegangan slider","SWITCH_ON":"Aktif","SWITCH_OFF":"Nonaktif","TABLE_LOAD_MORE_TEXT":"Lebih Banyak","TABCONTAINER_NEXT_ICON_ACC_NAME":"Selanjutnya","TABCONTAINER_PREVIOUS_ICON_ACC_NAME":"Sebelumnya","TABCONTAINER_OVERFLOW_MENU_TITLE":"Menu Tambahan","TEXTAREA_CHARACTERS_LEFT":"{0} karakter tersisa","TEXTAREA_CHARACTERS_EXCEEDED":"{0} karakter melebihi batas","TIMEPICKER_HOURS_LABEL":"Jam","TIMEPICKER_MINUTES_LABEL":"Menit","TIMEPICKER_SECONDS_LABEL":"Detik","TIMEPICKER_PERIODS_LABEL":"AM/PM","TIMEPICKER_SUBMIT_BUTTON":"OKE","TIMEPICKER_CANCEL_BUTTON":"Batalkan","DATETIME_PICKER_DATE_BUTTON":"Tanggal","DATETIME_PICKER_TIME_BUTTON":"Waktu","TOKEN_ARIA_DELETABLE":"Dapat Dihapus","TOKENIZER_ARIA_CONTAIN_TOKEN":"Tidak Ada Token","TOKENIZER_ARIA_CONTAIN_ONE_TOKEN":"Berisi 1 token","TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS":"Berisi {0} token","TOKENIZER_ARIA_LABEL":"Pembuat Token","TOKENIZER_POPOVER_REMOVE":"Hapus","TREE_ITEM_ARIA_LABEL":"Item Pohon","TREE_ITEM_EXPAND_NODE":"Perluas Node","TREE_ITEM_COLLAPSE_NODE":"Ciutkan Node","VALUE_STATE_ERROR":"Entri tidak valid","VALUE_STATE_WARNING":"Peringatan diterbitkan","VALUE_STATE_INFORMATION":"Entri informatif","VALUE_STATE_SUCCESS":"Entri berhasil divalidasi","CALENDAR_HEADER_NEXT_BUTTON":"Selanjutnya","CALENDAR_HEADER_PREVIOUS_BUTTON":"Sebelumnya","DAY_PICKER_WEEK_NUMBER_TEXT":"Jumlah Minggu","DAY_PICKER_NON_WORKING_DAY":"Non-Hari Kerja","DAY_PICKER_TODAY":"Hari Ini","STEPINPUT_DEC_ICON_TITLE":"Decrease","STEPINPUT_INC_ICON_TITLE":"Increase"}
@@ -1,4 +0,0 @@
1
- import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
- import type TableCell from "../../TableCell.js";
3
- declare function block0(this: TableCell, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
4
- export default block0;
@@ -1,5 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<td tabindex="-1" part="cell" role="cell"><slot></slot></td>`; }
4
- export default block0;
5
- //# sourceMappingURL=TableCellTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableCellTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableCellTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAoE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAmB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,8DAA8D,CAAC,CAAA,CAAC;AAGhL,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type TableCell from \"../../TableCell.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableCell, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<td tabindex=\"-1\" part=\"cell\" role=\"cell\"><slot></slot></td>`;}\n\n\nexport default block0;"]}
@@ -1,4 +0,0 @@
1
- import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
- import type TableColumn from "../../TableColumn.js";
3
- declare function block0(this: TableColumn, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
4
- export default block0;
@@ -1,5 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<th scope="col" part="column" role="columnheader"><slot></slot></th>`; }
4
- export default block0;
5
- //# sourceMappingURL=TableColumnTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableColumnTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableColumnTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAoE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAqB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,sEAAsE,CAAC,CAAA,CAAC;AAG1L,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type TableColumn from \"../../TableColumn.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableColumn, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<th scope=\"col\" part=\"column\" role=\"columnheader\"><slot></slot></th>`;}\n\n\nexport default block0;"]}
@@ -1,4 +0,0 @@
1
- import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
- import type TableGroupRow from "../../TableGroupRow.js";
3
- declare function block0(this: TableGroupRow, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
4
- export default block0;
@@ -1,5 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, ifDefined } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<tr class="ui5-table-group-row-root" part="group-row" aria-label=${ifDefined(this.ariaLabelText)} tabindex="${ifDefined(this.forcedTabIndex)}" @focusin="${this._onfocusin}"><td colspan=${ifDefined(this.colSpan)}><slot></slot></td></tr>`; }
4
- export default block0;
5
- //# sourceMappingURL=TableGroupRowTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableGroupRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableGroupRowTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAmC,SAAS,EAAwB,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAuB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,oEAAoE,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,cAAc,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,IAAI,CAAC,UAAU,iBAAiB,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,0BAA0B,CAAC,CAAA,CAAC;AAGnW,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type TableGroupRow from \"../../TableGroupRow.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableGroupRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr class=\"ui5-table-group-row-root\" part=\"group-row\" aria-label=${ifDefined(this.ariaLabelText)} tabindex=\"${ifDefined(this.forcedTabIndex)}\" @focusin=\"${this._onfocusin}\"><td colspan=${ifDefined(this.colSpan)}><slot></slot></td></tr>`;}\n\n\nexport default block0;"]}
@@ -1,4 +0,0 @@
1
- import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
- import type TableRow from "../../TableRow.js";
3
- declare function block0(this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
4
- export default block0;
@@ -1,16 +0,0 @@
1
- /* eslint no-unused-vars: 0 */
2
- import { html, repeat, ifDefined, scopeTag } from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- function block0(context, tags, suffix) { return html `<tr class="ui5-table-row-root" tabindex="${ifDefined(this.forcedTabIndex)}" @focusin="${this._onfocusin}" @focusout="${this._onfocusout}" @click="${this._onrowclick}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}" @mouseup="${this._onmouseup}" @touchstart="${this._ontouchstart}" @touchend="${this._ontouchend}" aria-label="${ifDefined(this.ariaLabelText)}" aria-selected="${ifDefined(this.selected)}" aria-current="${ifDefined(this._ariaCurrent)}" data-sap-focus-ref part="row">${this.isMultiSelect ? block1.call(this, context, tags, suffix) : undefined}${this.shouldPopin ? block2.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix)}<td class="ui5-table-row-navigated" aria-hidden="true"><div class="ui5-table-div-navigated"></div></td></tr>${this.shouldPopin ? block6.call(this, context, tags, suffix) : undefined} `; }
4
- function block1(context, tags, suffix) { return suffix ? html `<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><${scopeTag("ui5-checkbox", tags, suffix)} class="ui5-multi-select-checkbox" ?checked="${this.selected}" accessible-name="${ifDefined(this.ariaLabelRowSelection)}" @ui5-change="${ifDefined(this._handleSelection)}" tabindex="-1"></${scopeTag("ui5-checkbox", tags, suffix)}></td>` : html `<td class="ui5-table-multi-select-cell" aria-hidden="true" role="presentation"><ui5-checkbox class="ui5-multi-select-checkbox" ?checked="${this.selected}" accessible-name="${ifDefined(this.ariaLabelRowSelection)}" @ui5-change="${ifDefined(this._handleSelection)}" tabindex="-1"></ui5-checkbox></td>`; }
5
- function block2(context, tags, suffix) { return html `${repeat(this.visibleCells, (item, index) => item._id || index, (item, index) => block3.call(this, context, tags, suffix, item, index))}`; }
6
- function block3(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
7
- function block4(context, tags, suffix) { return html `${repeat(this.cells, (item, index) => item._id || index, (item, index) => block5.call(this, context, tags, suffix, item, index))}`; }
8
- function block5(context, tags, suffix, item, index) { return html `<slot name="${ifDefined(item._individualSlot)}"></slot>`; }
9
- function block6(context, tags, suffix) { return html `${repeat(this.popinCells, (item, index) => item._id || index, (item, index) => block7.call(this, context, tags, suffix, item, index))}`; }
10
- function block7(context, tags, suffix, item, index) { return html `<tr part="popin-row" class="${ifDefined(item.classes)}" @click="${this._onrowclick}" @keydown="${this._onkeydown}" @keyup="${this._onkeyup}"><td colspan="${ifDefined(this.visibleCellsCount)}" role="cell">${item.popinDisplayInline ? block8.call(this, context, tags, suffix, item, index) : block10.call(this, context, tags, suffix, item, index)}</td><td class="ui5-table-row-navigated" aria-hidden="true"><div class="ui5-table-div-navigated"></div></td></tr>`; }
11
- function block8(context, tags, suffix, item, index) { return html `<div class="ui5-table-display-inline-container">${item.popinText ? block9.call(this, context, tags, suffix, item, index) : undefined}<span class="ui5-table-cell-display-inline"><slot name="${ifDefined(item.cell._individualSlot)}"></slot></span></div>`; }
12
- function block9(context, tags, suffix, item, index) { return html `<span class="ui5-table-row-popin-title">${ifDefined(item.popinText)}:</span>`; }
13
- function block10(context, tags, suffix, item, index) { return html `${item.popinText ? block11.call(this, context, tags, suffix, item, index) : undefined}<div><slot name="${ifDefined(item.cell._individualSlot)}"></slot></div>`; }
14
- function block11(context, tags, suffix, item, index) { return html `<span class="ui5-table-row-popin-title">${ifDefined(item.popinText)}:</span>`; }
15
- export default block0;
16
- //# sourceMappingURL=TableRowTemplate.lit.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TableRowTemplate.lit.js","sourceRoot":"","sources":["../../../src/generated/templates/TableRowTemplate.lit.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,OAAO,EAAE,IAAI,EAAO,MAAM,EAAsB,SAAS,EAAc,QAAQ,EAAE,MAAM,sDAAsD,CAAC;AAK9I,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,4CAA4C,SAAS,CAAC,IAAI,CAAC,cAAc,CAAC,eAAe,IAAI,CAAC,UAAU,gBAAgB,IAAI,CAAC,WAAW,aAAa,IAAI,CAAC,WAAW,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,eAAe,IAAI,CAAC,UAAU,kBAAkB,IAAI,CAAC,aAAa,gBAAgB,IAAI,CAAC,WAAW,iBAAiB,SAAS,CAAC,IAAI,CAAC,aAAa,CAAC,oBAAoB,SAAS,CAAC,IAAI,CAAC,QAAQ,CAAC,mBAAmB,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,mCAAoC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAE,+GAAgH,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,SAAU,GAAG,CAAC,CAAA,CAAC;AAC78B,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA,mFAAmF,QAAQ,CAAC,cAAc,EAAE,IAAI,EAAE,MAAM,CAAC,gDAAgD,IAAI,CAAC,QAAQ,sBAAsB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,QAAQ,CAAC,cAAc,EAAE,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAA,4IAA4I,IAAI,CAAC,QAAQ,sBAAsB,SAAS,CAAC,IAAI,CAAC,qBAAqB,CAAC,kBAAkB,SAAS,CAAC,IAAI,CAAC,gBAAgB,CAAC,sCAAsC,CAAC,CAAA,CAAC;AACnxB,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,MAAM,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,EAAE,CAAC,CAAA,CAAC;AACpS,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,eAAe,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,CAAA,CAAC;AACpM,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,MAAM,CAAC,IAAI,CAAC,KAAK,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,EAAE,CAAC,CAAA,CAAC;AAC7R,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,eAAe,SAAS,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,CAAA,CAAC;AACpM,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,IAAI,OAAO,IAAI,CAAA,GAAI,MAAM,CAAC,IAAI,CAAC,UAAU,EAAE,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAE,IAAkC,CAAC,GAAG,IAAI,KAAK,EAAE,CAAC,IAAI,EAAE,KAAa,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAE,EAAE,CAAC,CAAA,CAAC;AAClS,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,+BAA+B,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,IAAI,CAAC,WAAW,eAAe,IAAI,CAAC,UAAU,aAAa,IAAI,CAAC,QAAQ,kBAAkB,SAAS,CAAC,IAAI,CAAC,iBAAiB,CAAC,iBAAkB,IAAI,CAAC,kBAAkB,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAE,mHAAmH,CAAC,CAAA,CAAC;AACvlB,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,mDAAoD,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,2DAA2D,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,wBAAwB,CAAC,CAAA,CAAC;AACzY,SAAS,MAAM,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,2CAA2C,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAA,CAAC;AACzN,SAAS,OAAO,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,GAAI,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,SAAU,oBAAoB,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,CAAC,iBAAiB,CAAC,CAAA,CAAC;AAC7S,SAAS,OAAO,CAAkB,OAAmB,EAAE,IAAc,EAAE,MAA0B,EAAE,IAAS,EAAE,KAAa,IAAI,OAAO,IAAI,CAAA,2CAA2C,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAA,CAAC;AAG1N,eAAe,MAAM,CAAC","sourcesContent":["/* eslint no-unused-vars: 0 */\nimport { html, svg, repeat, classMap, styleMap, ifDefined, unsafeHTML, scopeTag } from \"@ui5/webcomponents-base/dist/renderer/LitRenderer.js\";\nimport type UI5Element from \"@ui5/webcomponents-base/dist/UI5Element.js\";\n\timport type TableRow from \"../../TableRow.js\";\n\timport type { ClassMapValue } from \"@ui5/webcomponents-base/dist/types.js\";\n\t\nfunction block0 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`<tr class=\"ui5-table-row-root\" tabindex=\"${ifDefined(this.forcedTabIndex)}\" @focusin=\"${this._onfocusin}\" @focusout=\"${this._onfocusout}\" @click=\"${this._onrowclick}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\" @mouseup=\"${this._onmouseup}\" @touchstart=\"${this._ontouchstart}\" @touchend=\"${this._ontouchend}\" aria-label=\"${ifDefined(this.ariaLabelText)}\" aria-selected=\"${ifDefined(this.selected)}\" aria-current=\"${ifDefined(this._ariaCurrent)}\" data-sap-focus-ref part=\"row\">${ this.isMultiSelect ? block1.call(this, context, tags, suffix) : undefined }${ this.shouldPopin ? block2.call(this, context, tags, suffix) : block4.call(this, context, tags, suffix) }<td class=\"ui5-table-row-navigated\" aria-hidden=\"true\"><div class=\"ui5-table-div-navigated\"></div></td></tr>${ this.shouldPopin ? block6.call(this, context, tags, suffix) : undefined } `;}\nfunction block1 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return suffix ? html`<td class=\"ui5-table-multi-select-cell\" aria-hidden=\"true\" role=\"presentation\"><${scopeTag(\"ui5-checkbox\", tags, suffix)} class=\"ui5-multi-select-checkbox\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this.ariaLabelRowSelection)}\" @ui5-change=\"${ifDefined(this._handleSelection)}\" tabindex=\"-1\"></${scopeTag(\"ui5-checkbox\", tags, suffix)}></td>` : html`<td class=\"ui5-table-multi-select-cell\" aria-hidden=\"true\" role=\"presentation\"><ui5-checkbox class=\"ui5-multi-select-checkbox\" ?checked=\"${this.selected}\" accessible-name=\"${ifDefined(this.ariaLabelRowSelection)}\" @ui5-change=\"${ifDefined(this._handleSelection)}\" tabindex=\"-1\"></ui5-checkbox></td>`;}\nfunction block2 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.visibleCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block3.call(this, context, tags, suffix, item, index)) }`;}\nfunction block3 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block4 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.cells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block5.call(this, context, tags, suffix, item, index)) }`;}\nfunction block5 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<slot name=\"${ifDefined(item._individualSlot)}\"></slot>`;}\nfunction block6 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined) { return html`${ repeat(this.popinCells, (item, index) => (item as typeof item & {_id?: any})._id || index, (item, index: number) => block7.call(this, context, tags, suffix, item, index)) }`;}\nfunction block7 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<tr part=\"popin-row\" class=\"${ifDefined(item.classes)}\" @click=\"${this._onrowclick}\" @keydown=\"${this._onkeydown}\" @keyup=\"${this._onkeyup}\"><td colspan=\"${ifDefined(this.visibleCellsCount)}\" role=\"cell\">${ item.popinDisplayInline ? block8.call(this, context, tags, suffix, item, index) : block10.call(this, context, tags, suffix, item, index) }</td><td class=\"ui5-table-row-navigated\" aria-hidden=\"true\"><div class=\"ui5-table-div-navigated\"></div></td></tr>`;}\nfunction block8 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<div class=\"ui5-table-display-inline-container\">${ item.popinText ? block9.call(this, context, tags, suffix, item, index) : undefined }<span class=\"ui5-table-cell-display-inline\"><slot name=\"${ifDefined(item.cell._individualSlot)}\"></slot></span></div>`;}\nfunction block9 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span class=\"ui5-table-row-popin-title\">${ifDefined(item.popinText)}:</span>`;}\nfunction block10 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`${ item.popinText ? block11.call(this, context, tags, suffix, item, index) : undefined }<div><slot name=\"${ifDefined(item.cell._individualSlot)}\"></slot></div>`;}\nfunction block11 (this: TableRow, context: UI5Element, tags: string[], suffix: string | undefined, item: any, index: number) { return html`<span class=\"ui5-table-row-popin-title\">${ifDefined(item.popinText)}:</span>`;}\n\n\nexport default block0;"]}
@@ -1,4 +0,0 @@
1
- import type UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
- import type Table from "../../Table.js";
3
- declare function block0(this: Table, context: UI5Element, tags: string[], suffix: string | undefined): import("lit-html").TemplateResult;
4
- export default block0;