@ui5/webcomponents 2.20.0-rc.2 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +4 -0
  4. package/dist/Avatar.js.map +1 -1
  5. package/dist/Breadcrumbs.d.ts +3 -3
  6. package/dist/Breadcrumbs.js +1 -1
  7. package/dist/Breadcrumbs.js.map +1 -1
  8. package/dist/Carousel.d.ts +2 -2
  9. package/dist/Carousel.js +1 -1
  10. package/dist/Carousel.js.map +1 -1
  11. package/dist/ComboBox.d.ts +37 -8
  12. package/dist/ComboBox.js +39 -10
  13. package/dist/ComboBox.js.map +1 -1
  14. package/dist/ComboBoxItem.d.ts +5 -1
  15. package/dist/ComboBoxItem.js.map +1 -1
  16. package/dist/DatePicker.d.ts +7 -0
  17. package/dist/DatePicker.js +10 -0
  18. package/dist/DatePicker.js.map +1 -1
  19. package/dist/DatePickerInputTemplate.js +1 -1
  20. package/dist/DatePickerInputTemplate.js.map +1 -1
  21. package/dist/DateTimeInput.d.ts +1 -0
  22. package/dist/DateTimeInput.js +1 -0
  23. package/dist/DateTimeInput.js.map +1 -1
  24. package/dist/DayPicker.js +6 -6
  25. package/dist/DayPicker.js.map +1 -1
  26. package/dist/Icon.js +1 -1
  27. package/dist/Icon.js.map +1 -1
  28. package/dist/Input.js +1 -1
  29. package/dist/Input.js.map +1 -1
  30. package/dist/Link.js +1 -1
  31. package/dist/Link.js.map +1 -1
  32. package/dist/List.d.ts +1 -0
  33. package/dist/List.js +17 -2
  34. package/dist/List.js.map +1 -1
  35. package/dist/ListItemCustom.d.ts +2 -2
  36. package/dist/ListItemCustom.js +2 -2
  37. package/dist/ListItemCustom.js.map +1 -1
  38. package/dist/MonthPicker.js +2 -2
  39. package/dist/MonthPicker.js.map +1 -1
  40. package/dist/MultiComboBox.d.ts +19 -1
  41. package/dist/MultiComboBox.js +52 -7
  42. package/dist/MultiComboBox.js.map +1 -1
  43. package/dist/MultiComboBoxItem.d.ts +12 -0
  44. package/dist/MultiComboBoxItem.js +3 -0
  45. package/dist/MultiComboBoxItem.js.map +1 -1
  46. package/dist/Option.d.ts +2 -0
  47. package/dist/Option.js.map +1 -1
  48. package/dist/RatingIndicator.d.ts +2 -4
  49. package/dist/RatingIndicator.js +18 -9
  50. package/dist/RatingIndicator.js.map +1 -1
  51. package/dist/RatingIndicatorTemplate.js +6 -6
  52. package/dist/RatingIndicatorTemplate.js.map +1 -1
  53. package/dist/TabContainer.js +1 -1
  54. package/dist/TabContainer.js.map +1 -1
  55. package/dist/Table.js +2 -2
  56. package/dist/Table.js.map +1 -1
  57. package/dist/TableCell.js +2 -0
  58. package/dist/TableCell.js.map +1 -1
  59. package/dist/TableHeaderCell.js +1 -0
  60. package/dist/TableHeaderCell.js.map +1 -1
  61. package/dist/TableRow.d.ts +2 -2
  62. package/dist/TableRow.js +19 -7
  63. package/dist/TableRow.js.map +1 -1
  64. package/dist/TableRowActionBase.d.ts +2 -2
  65. package/dist/TableRowActionBase.js.map +1 -1
  66. package/dist/TableRowActionNavigation.d.ts +4 -0
  67. package/dist/TableRowActionNavigation.js +4 -0
  68. package/dist/TableRowActionNavigation.js.map +1 -1
  69. package/dist/TableRowTemplate.js +1 -1
  70. package/dist/TableRowTemplate.js.map +1 -1
  71. package/dist/TextArea.js +1 -1
  72. package/dist/TextArea.js.map +1 -1
  73. package/dist/TimePickerClock.js +1 -1
  74. package/dist/TimePickerClock.js.map +1 -1
  75. package/dist/TimePickerInternals.js +2 -2
  76. package/dist/TimePickerInternals.js.map +1 -1
  77. package/dist/Toolbar.d.ts +11 -11
  78. package/dist/Toolbar.js +3 -3
  79. package/dist/Toolbar.js.map +1 -1
  80. package/dist/ToolbarButton.d.ts +22 -3
  81. package/dist/ToolbarButton.js +23 -3
  82. package/dist/ToolbarButton.js.map +1 -1
  83. package/dist/ToolbarItem.d.ts +37 -73
  84. package/dist/ToolbarItem.js +25 -108
  85. package/dist/ToolbarItem.js.map +1 -1
  86. package/dist/ToolbarItemBase.d.ts +69 -0
  87. package/dist/ToolbarItemBase.js +142 -0
  88. package/dist/ToolbarItemBase.js.map +1 -0
  89. package/dist/ToolbarSelect.d.ts +6 -5
  90. package/dist/ToolbarSelect.js +3 -3
  91. package/dist/ToolbarSelect.js.map +1 -1
  92. package/dist/ToolbarSeparator.d.ts +3 -3
  93. package/dist/ToolbarSeparator.js +3 -3
  94. package/dist/ToolbarSeparator.js.map +1 -1
  95. package/dist/ToolbarSpacer.d.ts +3 -3
  96. package/dist/ToolbarSpacer.js +3 -5
  97. package/dist/ToolbarSpacer.js.map +1 -1
  98. package/dist/ToolbarTemplate.js +2 -1
  99. package/dist/ToolbarTemplate.js.map +1 -1
  100. package/dist/YearPicker.js +2 -2
  101. package/dist/YearPicker.js.map +1 -1
  102. package/dist/YearRangePicker.js +2 -2
  103. package/dist/YearRangePicker.js.map +1 -1
  104. package/dist/css/themes/DatePicker.css +1 -1
  105. package/dist/css/themes/DateTimePicker.css +1 -1
  106. package/dist/css/themes/TableCellBase.css +1 -1
  107. package/dist/css/themes/TableRow.css +1 -1
  108. package/dist/css/themes/Toolbar.css +1 -1
  109. package/dist/custom-elements-internal.json +18783 -18252
  110. package/dist/custom-elements.json +15659 -15394
  111. package/dist/dynamic-date-range-options/DateRange.d.ts +1 -0
  112. package/dist/dynamic-date-range-options/DateRange.js +1 -0
  113. package/dist/dynamic-date-range-options/DateRange.js.map +1 -1
  114. package/dist/dynamic-date-range-options/DateTimeRange.d.ts +1 -0
  115. package/dist/dynamic-date-range-options/DateTimeRange.js +1 -0
  116. package/dist/dynamic-date-range-options/DateTimeRange.js.map +1 -1
  117. package/dist/dynamic-date-range-options/FromDateTime.d.ts +1 -0
  118. package/dist/dynamic-date-range-options/FromDateTime.js +1 -0
  119. package/dist/dynamic-date-range-options/FromDateTime.js.map +1 -1
  120. package/dist/dynamic-date-range-options/LastOptions.d.ts +1 -0
  121. package/dist/dynamic-date-range-options/LastOptions.js +1 -0
  122. package/dist/dynamic-date-range-options/LastOptions.js.map +1 -1
  123. package/dist/dynamic-date-range-options/NextOptions.d.ts +1 -0
  124. package/dist/dynamic-date-range-options/NextOptions.js +1 -0
  125. package/dist/dynamic-date-range-options/NextOptions.js.map +1 -1
  126. package/dist/dynamic-date-range-options/SingleDate.d.ts +1 -0
  127. package/dist/dynamic-date-range-options/SingleDate.js +1 -0
  128. package/dist/dynamic-date-range-options/SingleDate.js.map +1 -1
  129. package/dist/dynamic-date-range-options/ToDateTime.d.ts +1 -0
  130. package/dist/dynamic-date-range-options/ToDateTime.js +1 -0
  131. package/dist/dynamic-date-range-options/ToDateTime.js.map +1 -1
  132. package/dist/dynamic-date-range-options/Today.d.ts +1 -0
  133. package/dist/dynamic-date-range-options/Today.js +1 -0
  134. package/dist/dynamic-date-range-options/Today.js.map +1 -1
  135. package/dist/dynamic-date-range-options/Tomorrow.d.ts +1 -0
  136. package/dist/dynamic-date-range-options/Tomorrow.js +1 -0
  137. package/dist/dynamic-date-range-options/Tomorrow.js.map +1 -1
  138. package/dist/dynamic-date-range-options/Yesterday.d.ts +1 -0
  139. package/dist/dynamic-date-range-options/Yesterday.js +1 -0
  140. package/dist/dynamic-date-range-options/Yesterday.js.map +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  144. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  145. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  156. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  157. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  158. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  159. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  160. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  161. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  162. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  163. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  164. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  165. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  166. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  167. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  168. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  169. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  170. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  180. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  181. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  182. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  183. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  184. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  185. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  186. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  187. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  188. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  189. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  190. package/dist/generated/i18n/i18n-defaults.js +3 -2
  191. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  192. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  193. package/dist/generated/themes/DatePicker.css.js +1 -1
  194. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  195. package/dist/generated/themes/DateTimePicker.css.d.ts +1 -1
  196. package/dist/generated/themes/DateTimePicker.css.js +1 -1
  197. package/dist/generated/themes/DateTimePicker.css.js.map +1 -1
  198. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  199. package/dist/generated/themes/TableCellBase.css.js +1 -1
  200. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  201. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  202. package/dist/generated/themes/TableRow.css.js +1 -1
  203. package/dist/generated/themes/TableRow.css.js.map +1 -1
  204. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  205. package/dist/generated/themes/Toolbar.css.js +1 -1
  206. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  207. package/dist/types/AvatarMode.d.ts +1 -3
  208. package/dist/types/AvatarMode.js +1 -3
  209. package/dist/types/AvatarMode.js.map +1 -1
  210. package/dist/types/TableOverflowMode.d.ts +1 -2
  211. package/dist/types/TableOverflowMode.js +1 -2
  212. package/dist/types/TableOverflowMode.js.map +1 -1
  213. package/dist/vscode.html-custom-data.json +2725 -1977
  214. package/dist/web-types.json +5793 -4396
  215. package/package.json +12 -10
  216. package/src/DatePickerInputTemplate.tsx +1 -0
  217. package/src/RatingIndicatorTemplate.tsx +6 -6
  218. package/src/TableRowTemplate.tsx +0 -1
  219. package/src/ToolbarTemplate.tsx +2 -1
  220. package/src/i18n/messagebundle.properties +3 -0
  221. package/src/i18n/messagebundle_ar.properties +3 -3
  222. package/src/i18n/messagebundle_bg.properties +3 -3
  223. package/src/i18n/messagebundle_ca.properties +3 -3
  224. package/src/i18n/messagebundle_cnr.properties +3 -3
  225. package/src/i18n/messagebundle_cs.properties +3 -3
  226. package/src/i18n/messagebundle_cy.properties +3 -3
  227. package/src/i18n/messagebundle_da.properties +3 -3
  228. package/src/i18n/messagebundle_de.properties +3 -3
  229. package/src/i18n/messagebundle_el.properties +3 -3
  230. package/src/i18n/messagebundle_en.properties +3 -3
  231. package/src/i18n/messagebundle_en_GB.properties +3 -3
  232. package/src/i18n/messagebundle_es.properties +3 -3
  233. package/src/i18n/messagebundle_es_MX.properties +3 -3
  234. package/src/i18n/messagebundle_et.properties +3 -3
  235. package/src/i18n/messagebundle_fi.properties +3 -3
  236. package/src/i18n/messagebundle_fr.properties +3 -3
  237. package/src/i18n/messagebundle_fr_CA.properties +3 -3
  238. package/src/i18n/messagebundle_hi.properties +3 -3
  239. package/src/i18n/messagebundle_hr.properties +3 -3
  240. package/src/i18n/messagebundle_hu.properties +3 -3
  241. package/src/i18n/messagebundle_id.properties +3 -3
  242. package/src/i18n/messagebundle_it.properties +3 -3
  243. package/src/i18n/messagebundle_iw.properties +3 -3
  244. package/src/i18n/messagebundle_ja.properties +3 -3
  245. package/src/i18n/messagebundle_kk.properties +4 -4
  246. package/src/i18n/messagebundle_ko.properties +3 -3
  247. package/src/i18n/messagebundle_lt.properties +3 -3
  248. package/src/i18n/messagebundle_lv.properties +3 -3
  249. package/src/i18n/messagebundle_mk.properties +3 -3
  250. package/src/i18n/messagebundle_ms.properties +3 -3
  251. package/src/i18n/messagebundle_nl.properties +3 -3
  252. package/src/i18n/messagebundle_no.properties +3 -3
  253. package/src/i18n/messagebundle_pl.properties +3 -3
  254. package/src/i18n/messagebundle_pt.properties +3 -3
  255. package/src/i18n/messagebundle_pt_PT.properties +3 -3
  256. package/src/i18n/messagebundle_ro.properties +3 -3
  257. package/src/i18n/messagebundle_ru.properties +3 -3
  258. package/src/i18n/messagebundle_sh.properties +3 -3
  259. package/src/i18n/messagebundle_sk.properties +3 -3
  260. package/src/i18n/messagebundle_sl.properties +3 -3
  261. package/src/i18n/messagebundle_sr.properties +3 -3
  262. package/src/i18n/messagebundle_sv.properties +8 -8
  263. package/src/i18n/messagebundle_th.properties +3 -3
  264. package/src/i18n/messagebundle_tr.properties +3 -3
  265. package/src/i18n/messagebundle_uk.properties +3 -3
  266. package/src/i18n/messagebundle_vi.properties +3 -3
  267. package/src/i18n/messagebundle_zh_CN.properties +3 -3
  268. package/src/i18n/messagebundle_zh_TW.properties +3 -3
  269. package/src/themes/DatePicker.css +2 -2
  270. package/src/themes/DateTimePicker.css +2 -0
  271. package/src/themes/TableCellBase.css +2 -1
  272. package/src/themes/TableRow.css +4 -6
  273. package/src/themes/Toolbar.css +6 -0
@@ -1,2 +1,2 @@
1
- declare const _default: ":host{min-width:15rem;color:var(--sapField_TextColor);background-color:var(--sapField_Background)}:host .ui5-date-picker-input{min-width:inherit;color:inherit;background-color:inherit}\n";
1
+ declare const _default: ":host{min-width:15rem;color:var(--sapField_TextColor);background-color:var(--sapField_Background)}:host .ui5-date-picker-input{width:100%;min-width:inherit;color:inherit;background-color:inherit}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme, "host");
6
- export default `:host{min-width:15rem;color:var(--sapField_TextColor);background-color:var(--sapField_Background)}:host .ui5-date-picker-input{min-width:inherit;color:inherit;background-color:inherit}
6
+ export default `:host{min-width:15rem;color:var(--sapField_TextColor);background-color:var(--sapField_Background)}:host .ui5-date-picker-input{width:100%;min-width:inherit;color:inherit;background-color:inherit}
7
7
  `;
8
8
  //# sourceMappingURL=DateTimePicker.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"DateTimePicker.css.js","sourceRoot":"","sources":["../../../src/generated/themes/DateTimePicker.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host{min-width:15rem;color:var(--sapField_TextColor);background-color:var(--sapField_Background)}:host .ui5-date-picker-input{min-width:inherit;color:inherit;background-color:inherit}\n`"]}
1
+ {"version":3,"file":"DateTimePicker.css.js","sourceRoot":"","sources":["../../../src/generated/themes/DateTimePicker.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host{min-width:15rem;color:var(--sapField_TextColor);background-color:var(--sapField_Background)}:host .ui5-date-picker-input{width:100%;min-width:inherit;color:inherit;background-color:inherit}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host{display:flex;flex-wrap:wrap;align-content:var(--_ui5_table_cell_valign);min-width:var(--_ui5_table_cell_min_width);max-width:100%;overflow:clip;overflow-clip-margin:content-box;padding:var(--_ui5_table_cell_vertical_padding) var(--_ui5_table_cell_horizontal_padding);box-sizing:border-box}:host([_popin]){justify-content:normal!important}:host([tabindex]:focus){outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth))}:host(#selection-cell){width:auto;min-width:auto;background-color:inherit}:host([data-ui5-table-cell-fixed]){position:sticky;z-index:1}\n";
1
+ declare const _default: ":host{display:flex;flex-wrap:wrap;align-content:var(--_ui5_table_cell_valign);min-width:var(--_ui5_table_cell_min_width);max-width:100%;overflow:clip;overflow-clip-margin:content-box;padding:var(--_ui5_table_cell_vertical_padding) var(--_ui5_table_cell_horizontal_padding);box-sizing:border-box}:host([_popin]){justify-content:initial!important;text-align:initial!important}:host([tabindex]:focus){outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth))}:host(#selection-cell){width:auto;min-width:auto;background-color:inherit}:host([data-ui5-table-cell-fixed]){position:sticky;z-index:1}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme, "host");
6
- export default `:host{display:flex;flex-wrap:wrap;align-content:var(--_ui5_table_cell_valign);min-width:var(--_ui5_table_cell_min_width);max-width:100%;overflow:clip;overflow-clip-margin:content-box;padding:var(--_ui5_table_cell_vertical_padding) var(--_ui5_table_cell_horizontal_padding);box-sizing:border-box}:host([_popin]){justify-content:normal!important}:host([tabindex]:focus){outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth))}:host(#selection-cell){width:auto;min-width:auto;background-color:inherit}:host([data-ui5-table-cell-fixed]){position:sticky;z-index:1}
6
+ export default `:host{display:flex;flex-wrap:wrap;align-content:var(--_ui5_table_cell_valign);min-width:var(--_ui5_table_cell_min_width);max-width:100%;overflow:clip;overflow-clip-margin:content-box;padding:var(--_ui5_table_cell_vertical_padding) var(--_ui5_table_cell_horizontal_padding);box-sizing:border-box}:host([_popin]){justify-content:initial!important;text-align:initial!important}:host([tabindex]:focus){outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth))}:host(#selection-cell){width:auto;min-width:auto;background-color:inherit}:host([data-ui5-table-cell-fixed]){position:sticky;z-index:1}
7
7
  `;
8
8
  //# sourceMappingURL=TableCellBase.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableCellBase.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TableCellBase.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host{display:flex;flex-wrap:wrap;align-content:var(--_ui5_table_cell_valign);min-width:var(--_ui5_table_cell_min_width);max-width:100%;overflow:clip;overflow-clip-margin:content-box;padding:var(--_ui5_table_cell_vertical_padding) var(--_ui5_table_cell_horizontal_padding);box-sizing:border-box}:host([_popin]){justify-content:normal!important}:host([tabindex]:focus){outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth))}:host(#selection-cell){width:auto;min-width:auto;background-color:inherit}:host([data-ui5-table-cell-fixed]){position:sticky;z-index:1}\n`"]}
1
+ {"version":3,"file":"TableCellBase.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TableCellBase.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host{display:flex;flex-wrap:wrap;align-content:var(--_ui5_table_cell_valign);min-width:var(--_ui5_table_cell_min_width);max-width:100%;overflow:clip;overflow-clip-margin:content-box;padding:var(--_ui5_table_cell_vertical_padding) var(--_ui5_table_cell_horizontal_padding);box-sizing:border-box}:host([_popin]){justify-content:initial!important;text-align:initial!important}:host([tabindex]:focus){outline:var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);outline-offset:calc(-1 * var(--sapContent_FocusWidth))}:host(#selection-cell){width:auto;min-width:auto;background-color:inherit}:host([data-ui5-table-cell-fixed]){position:sticky;z-index:1}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host{background:var(--sapList_Background)}:host([_alternate]){background:var(--_ui5_table_row_alternating_background)}:host([aria-selected=true]){background:var(--sapList_SelectionBackgroundColor);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}@media (hover: hover){:host([_interactive]:hover){background:var(--sapList_Hover_Background)}:host([_interactive][aria-selected=true]:hover){background:var(--sapList_Hover_SelectionBackground)}}:host([_interactive]:active),:host([_interactive][_active]),:host([_interactive][aria-selected=true]:active),:host([_interactive][aria-selected=true][_active]){background:var(--sapList_Active_Background)}:host([position]){height:var(--row-height)}:host([_interactive]){cursor:pointer}#popin-cell{align-content:initial;flex-direction:column;grid-column:1 / -1}#navigated-cell{position:sticky;right:0;overflow:visible;grid-row:span 2;min-width:0;padding:0;background:inherit}:dir(rtl)#navigated-cell{left:0}:host([navigated]) #navigated{position:absolute;inset:0;background:var(--sapList_SelectionBorderColor)}:host([tabindex]:focus) #navigated{transform:translate(calc(var(--_ui5_table_navigated_cell_width) * -1));bottom:2px;top:3px}:host([tabindex]:focus) #navigated:dir(rtl){transform:translate(var(--_ui5_table_navigated_cell_width))}:host([tabindex]:focus) #navigated-cell{clip-path:inset(var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1))}:host([tabindex]:focus) #navigated-cell:dir(rtl){clip-path:inset(var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth))}:host([navigated]) #popin-cell{grid-column:1 / -2}#selection-cell~#popin-cell{grid-column-start:2}#actions-cell{display:flex;align-items:center;gap:var(--_ui5_table_row_actions_gap)}#actions-cell:has(+#navigated-cell){right:var(--_ui5_table_navigated_cell_width);overflow:auto}:dir(rtl)#actions-cell:has(+#navigated-cell){left:var(--_ui5_table_navigated_cell_width)}\n";
1
+ declare const _default: ":host{background:var(--sapList_Background)}:host([_alternate]){background:var(--_ui5_table_row_alternating_background)}:host([aria-selected=true]){background:var(--sapList_SelectionBackgroundColor);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}@media (hover: hover){:host([_interactive]:hover){background:var(--sapList_Hover_Background)}:host([_interactive][aria-selected=true]:hover){background:var(--sapList_Hover_SelectionBackground)}}:host([_interactive][_active]),:host([_interactive][aria-selected=true][_active]){background:var(--sapList_Active_Background)}:host([_interactive]){cursor:pointer}:host([position]){height:var(--row-height)}#popin-cell{align-content:initial;flex-direction:column;grid-column:1 / -1}#navigated-cell{position:sticky;right:0;overflow:visible;grid-row:span 2;min-width:0;padding:0;background:inherit}:dir(rtl)#navigated-cell{left:0}:host([navigated]) #navigated{position:absolute;inset:0;background:var(--sapList_SelectionBorderColor)}:host([tabindex]:focus) #navigated{transform:translate(calc(var(--_ui5_table_navigated_cell_width) * -1));bottom:2px;top:3px}:host([tabindex]:focus) #navigated:dir(rtl){transform:translate(var(--_ui5_table_navigated_cell_width))}:host([tabindex]:focus) #navigated-cell{clip-path:inset(var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1))}:host([tabindex]:focus) #navigated-cell:dir(rtl){clip-path:inset(var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth))}:host([navigated]) #popin-cell{grid-column:1 / -2}#selection-cell~#popin-cell{grid-column-start:2}#actions-cell{display:flex;align-items:center;gap:var(--_ui5_table_row_actions_gap)}#actions-cell:has(+#navigated-cell){right:var(--_ui5_table_navigated_cell_width);overflow:auto}:dir(rtl)#actions-cell:has(+#navigated-cell){left:var(--_ui5_table_navigated_cell_width)}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme, "host");
6
- export default `:host{background:var(--sapList_Background)}:host([_alternate]){background:var(--_ui5_table_row_alternating_background)}:host([aria-selected=true]){background:var(--sapList_SelectionBackgroundColor);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}@media (hover: hover){:host([_interactive]:hover){background:var(--sapList_Hover_Background)}:host([_interactive][aria-selected=true]:hover){background:var(--sapList_Hover_SelectionBackground)}}:host([_interactive]:active),:host([_interactive][_active]),:host([_interactive][aria-selected=true]:active),:host([_interactive][aria-selected=true][_active]){background:var(--sapList_Active_Background)}:host([position]){height:var(--row-height)}:host([_interactive]){cursor:pointer}#popin-cell{align-content:initial;flex-direction:column;grid-column:1 / -1}#navigated-cell{position:sticky;right:0;overflow:visible;grid-row:span 2;min-width:0;padding:0;background:inherit}:dir(rtl)#navigated-cell{left:0}:host([navigated]) #navigated{position:absolute;inset:0;background:var(--sapList_SelectionBorderColor)}:host([tabindex]:focus) #navigated{transform:translate(calc(var(--_ui5_table_navigated_cell_width) * -1));bottom:2px;top:3px}:host([tabindex]:focus) #navigated:dir(rtl){transform:translate(var(--_ui5_table_navigated_cell_width))}:host([tabindex]:focus) #navigated-cell{clip-path:inset(var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1))}:host([tabindex]:focus) #navigated-cell:dir(rtl){clip-path:inset(var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth))}:host([navigated]) #popin-cell{grid-column:1 / -2}#selection-cell~#popin-cell{grid-column-start:2}#actions-cell{display:flex;align-items:center;gap:var(--_ui5_table_row_actions_gap)}#actions-cell:has(+#navigated-cell){right:var(--_ui5_table_navigated_cell_width);overflow:auto}:dir(rtl)#actions-cell:has(+#navigated-cell){left:var(--_ui5_table_navigated_cell_width)}
6
+ export default `:host{background:var(--sapList_Background)}:host([_alternate]){background:var(--_ui5_table_row_alternating_background)}:host([aria-selected=true]){background:var(--sapList_SelectionBackgroundColor);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}@media (hover: hover){:host([_interactive]:hover){background:var(--sapList_Hover_Background)}:host([_interactive][aria-selected=true]:hover){background:var(--sapList_Hover_SelectionBackground)}}:host([_interactive][_active]),:host([_interactive][aria-selected=true][_active]){background:var(--sapList_Active_Background)}:host([_interactive]){cursor:pointer}:host([position]){height:var(--row-height)}#popin-cell{align-content:initial;flex-direction:column;grid-column:1 / -1}#navigated-cell{position:sticky;right:0;overflow:visible;grid-row:span 2;min-width:0;padding:0;background:inherit}:dir(rtl)#navigated-cell{left:0}:host([navigated]) #navigated{position:absolute;inset:0;background:var(--sapList_SelectionBorderColor)}:host([tabindex]:focus) #navigated{transform:translate(calc(var(--_ui5_table_navigated_cell_width) * -1));bottom:2px;top:3px}:host([tabindex]:focus) #navigated:dir(rtl){transform:translate(var(--_ui5_table_navigated_cell_width))}:host([tabindex]:focus) #navigated-cell{clip-path:inset(var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1))}:host([tabindex]:focus) #navigated-cell:dir(rtl){clip-path:inset(var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth))}:host([navigated]) #popin-cell{grid-column:1 / -2}#selection-cell~#popin-cell{grid-column-start:2}#actions-cell{display:flex;align-items:center;gap:var(--_ui5_table_row_actions_gap)}#actions-cell:has(+#navigated-cell){right:var(--_ui5_table_navigated_cell_width);overflow:auto}:dir(rtl)#actions-cell:has(+#navigated-cell){left:var(--_ui5_table_navigated_cell_width)}
7
7
  `;
8
8
  //# sourceMappingURL=TableRow.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TableRow.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TableRow.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host{background:var(--sapList_Background)}:host([_alternate]){background:var(--_ui5_table_row_alternating_background)}:host([aria-selected=true]){background:var(--sapList_SelectionBackgroundColor);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}@media (hover: hover){:host([_interactive]:hover){background:var(--sapList_Hover_Background)}:host([_interactive][aria-selected=true]:hover){background:var(--sapList_Hover_SelectionBackground)}}:host([_interactive]:active),:host([_interactive][_active]),:host([_interactive][aria-selected=true]:active),:host([_interactive][aria-selected=true][_active]){background:var(--sapList_Active_Background)}:host([position]){height:var(--row-height)}:host([_interactive]){cursor:pointer}#popin-cell{align-content:initial;flex-direction:column;grid-column:1 / -1}#navigated-cell{position:sticky;right:0;overflow:visible;grid-row:span 2;min-width:0;padding:0;background:inherit}:dir(rtl)#navigated-cell{left:0}:host([navigated]) #navigated{position:absolute;inset:0;background:var(--sapList_SelectionBorderColor)}:host([tabindex]:focus) #navigated{transform:translate(calc(var(--_ui5_table_navigated_cell_width) * -1));bottom:2px;top:3px}:host([tabindex]:focus) #navigated:dir(rtl){transform:translate(var(--_ui5_table_navigated_cell_width))}:host([tabindex]:focus) #navigated-cell{clip-path:inset(var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1))}:host([tabindex]:focus) #navigated-cell:dir(rtl){clip-path:inset(var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth))}:host([navigated]) #popin-cell{grid-column:1 / -2}#selection-cell~#popin-cell{grid-column-start:2}#actions-cell{display:flex;align-items:center;gap:var(--_ui5_table_row_actions_gap)}#actions-cell:has(+#navigated-cell){right:var(--_ui5_table_navigated_cell_width);overflow:auto}:dir(rtl)#actions-cell:has(+#navigated-cell){left:var(--_ui5_table_navigated_cell_width)}\n`"]}
1
+ {"version":3,"file":"TableRow.css.js","sourceRoot":"","sources":["../../../src/generated/themes/TableRow.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host{background:var(--sapList_Background)}:host([_alternate]){background:var(--_ui5_table_row_alternating_background)}:host([aria-selected=true]){background:var(--sapList_SelectionBackgroundColor);border-bottom:var(--sapList_BorderWidth) solid var(--sapList_SelectionBorderColor)}@media (hover: hover){:host([_interactive]:hover){background:var(--sapList_Hover_Background)}:host([_interactive][aria-selected=true]:hover){background:var(--sapList_Hover_SelectionBackground)}}:host([_interactive][_active]),:host([_interactive][aria-selected=true][_active]){background:var(--sapList_Active_Background)}:host([_interactive]){cursor:pointer}:host([position]){height:var(--row-height)}#popin-cell{align-content:initial;flex-direction:column;grid-column:1 / -1}#navigated-cell{position:sticky;right:0;overflow:visible;grid-row:span 2;min-width:0;padding:0;background:inherit}:dir(rtl)#navigated-cell{left:0}:host([navigated]) #navigated{position:absolute;inset:0;background:var(--sapList_SelectionBorderColor)}:host([tabindex]:focus) #navigated{transform:translate(calc(var(--_ui5_table_navigated_cell_width) * -1));bottom:2px;top:3px}:host([tabindex]:focus) #navigated:dir(rtl){transform:translate(var(--_ui5_table_navigated_cell_width))}:host([tabindex]:focus) #navigated-cell{clip-path:inset(var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1))}:host([tabindex]:focus) #navigated-cell:dir(rtl){clip-path:inset(var(--sapContent_FocusWidth) calc(var(--_ui5_table_navigated_cell_width) * -1) var(--sapContent_FocusWidth) var(--sapContent_FocusWidth))}:host([navigated]) #popin-cell{grid-column:1 / -2}#selection-cell~#popin-cell{grid-column-start:2}#actions-cell{display:flex;align-items:center;gap:var(--_ui5_table_row_actions_gap)}#actions-cell:has(+#navigated-cell){right:var(--_ui5_table_navigated_cell_width);overflow:auto}:dir(rtl)#actions-cell:has(+#navigated-cell){left:var(--_ui5_table_navigated_cell_width)}\n`"]}
@@ -1,2 +1,2 @@
1
- declare const _default: ":host(:not([hidden])){width:100%;height:var(--_ui5-toolbar-height);display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;border-bottom:.0625rem solid var(--sapGroup_ContentBorderColor);padding:0 var(--_ui5-toolbar-padding-left) 0 var(--_ui5-toolbar-padding-right);background-color:var(--sapList_HeaderBackground)}:host([align-content=\"Start\"]){justify-content:flex-start}.ui5-tb-items{width:100%;height:100%;display:inherit;align-items:inherit;justify-content:inherit}.ui5-tb-items-full-width{width:100%}.ui5-tb-item{flex-shrink:0;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-self-overflow{min-width:2.5rem;flex-shrink:1;flex-grow:1}.ui5-tb-self-overflow-grow{position:absolute}.ui5-tb-overflow-btn,.ui5-tb-items:has(.ui5-tb-overflow-btn-hidden) .ui5-tb-item:nth-last-child(2){margin-inline-end:0;margin-inline-start:0}.ui5-tb-overflow-btn-hidden{visibility:hidden;position:absolute}:host([design=\"Transparent\"]){background-color:transparent}\n";
1
+ declare const _default: ":host(:not([hidden])){width:100%;height:var(--_ui5-toolbar-height);display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;border-bottom:.0625rem solid var(--sapGroup_ContentBorderColor);padding:0 var(--_ui5-toolbar-padding-left) 0 var(--_ui5-toolbar-padding-right);background-color:var(--sapList_HeaderBackground)}:host([align-content=\"Start\"]){justify-content:flex-start}.ui5-tb-items{width:100%;height:100%;display:inherit;align-items:inherit;justify-content:inherit}.ui5-tb-items-full-width{width:100%}.ui5-tb-item{flex-shrink:0;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-spacer{flex:1 1 auto;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-self-overflow{min-width:2.5rem;flex-shrink:1;flex-grow:1}.ui5-tb-self-overflow-grow{position:absolute}.ui5-tb-overflow-btn,.ui5-tb-items:has(.ui5-tb-overflow-btn-hidden) .ui5-tb-item:nth-last-child(2){margin-inline-end:0;margin-inline-start:0}.ui5-tb-overflow-btn-hidden{visibility:hidden;position:absolute}:host([design=\"Transparent\"]){background-color:transparent}\n";
2
2
  export default _default;
@@ -3,6 +3,6 @@ import defaultThemeBase from "@ui5/webcomponents-theming/dist/generated/themes/s
3
3
  import defaultTheme from "./sap_horizon/parameters-bundle.css.js";
4
4
  registerThemePropertiesLoader("@" + "ui5" + "/" + "webcomponents-theming", "sap_horizon", async () => defaultThemeBase);
5
5
  registerThemePropertiesLoader("@" + "u" + "i" + "5" + "/" + "w" + "e" + "b" + "c" + "o" + "m" + "p" + "o" + "n" + "e" + "n" + "t" + "s", "sap_horizon", async () => defaultTheme, "host");
6
- export default `:host(:not([hidden])){width:100%;height:var(--_ui5-toolbar-height);display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;border-bottom:.0625rem solid var(--sapGroup_ContentBorderColor);padding:0 var(--_ui5-toolbar-padding-left) 0 var(--_ui5-toolbar-padding-right);background-color:var(--sapList_HeaderBackground)}:host([align-content="Start"]){justify-content:flex-start}.ui5-tb-items{width:100%;height:100%;display:inherit;align-items:inherit;justify-content:inherit}.ui5-tb-items-full-width{width:100%}.ui5-tb-item{flex-shrink:0;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-self-overflow{min-width:2.5rem;flex-shrink:1;flex-grow:1}.ui5-tb-self-overflow-grow{position:absolute}.ui5-tb-overflow-btn,.ui5-tb-items:has(.ui5-tb-overflow-btn-hidden) .ui5-tb-item:nth-last-child(2){margin-inline-end:0;margin-inline-start:0}.ui5-tb-overflow-btn-hidden{visibility:hidden;position:absolute}:host([design="Transparent"]){background-color:transparent}
6
+ export default `:host(:not([hidden])){width:100%;height:var(--_ui5-toolbar-height);display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;border-bottom:.0625rem solid var(--sapGroup_ContentBorderColor);padding:0 var(--_ui5-toolbar-padding-left) 0 var(--_ui5-toolbar-padding-right);background-color:var(--sapList_HeaderBackground)}:host([align-content="Start"]){justify-content:flex-start}.ui5-tb-items{width:100%;height:100%;display:inherit;align-items:inherit;justify-content:inherit}.ui5-tb-items-full-width{width:100%}.ui5-tb-item{flex-shrink:0;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-spacer{flex:1 1 auto;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-self-overflow{min-width:2.5rem;flex-shrink:1;flex-grow:1}.ui5-tb-self-overflow-grow{position:absolute}.ui5-tb-overflow-btn,.ui5-tb-items:has(.ui5-tb-overflow-btn-hidden) .ui5-tb-item:nth-last-child(2){margin-inline-end:0;margin-inline-start:0}.ui5-tb-overflow-btn-hidden{visibility:hidden;position:absolute}:host([design="Transparent"]){background-color:transparent}
7
7
  `;
8
8
  //# sourceMappingURL=Toolbar.css.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toolbar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Toolbar.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host(:not([hidden])){width:100%;height:var(--_ui5-toolbar-height);display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;border-bottom:.0625rem solid var(--sapGroup_ContentBorderColor);padding:0 var(--_ui5-toolbar-padding-left) 0 var(--_ui5-toolbar-padding-right);background-color:var(--sapList_HeaderBackground)}:host([align-content=\"Start\"]){justify-content:flex-start}.ui5-tb-items{width:100%;height:100%;display:inherit;align-items:inherit;justify-content:inherit}.ui5-tb-items-full-width{width:100%}.ui5-tb-item{flex-shrink:0;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-self-overflow{min-width:2.5rem;flex-shrink:1;flex-grow:1}.ui5-tb-self-overflow-grow{position:absolute}.ui5-tb-overflow-btn,.ui5-tb-items:has(.ui5-tb-overflow-btn-hidden) .ui5-tb-item:nth-last-child(2){margin-inline-end:0;margin-inline-start:0}.ui5-tb-overflow-btn-hidden{visibility:hidden;position:absolute}:host([design=\"Transparent\"]){background-color:transparent}\n`"]}
1
+ {"version":3,"file":"Toolbar.css.js","sourceRoot":"","sources":["../../../src/generated/themes/Toolbar.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yDAAyD,CAAC;AAExG,OAAO,gBAAgB,MAAM,uFAAuF,CAAC;AACrH,OAAO,YAAY,MAAM,wCAAwC,CAAC;AAElE,6BAA6B,CAAC,GAAG,GAAG,KAAK,GAAG,GAAG,GAAG,uBAAuB,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,gBAAgB,CAAC,CAAC;AACxH,6BAA6B,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,EAAE,aAAa,EAAE,KAAK,IAAI,EAAE,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;AAC1L,eAAe;CACd,CAAA","sourcesContent":["import { registerThemePropertiesLoader } from \"@ui5/webcomponents-base/dist/asset-registries/Themes.js\";\n\nimport defaultThemeBase from \"@ui5/webcomponents-theming/dist/generated/themes/sap_horizon/parameters-bundle.css.js\";\nimport defaultTheme from \"./sap_horizon/parameters-bundle.css.js\";\n\nregisterThemePropertiesLoader(\"@\" + \"ui5\" + \"/\" + \"webcomponents-theming\", \"sap_horizon\", async () => defaultThemeBase);\nregisterThemePropertiesLoader(\"@\" + \"u\" + \"i\" + \"5\" + \"/\" + \"w\" + \"e\" + \"b\" + \"c\" + \"o\" + \"m\" + \"p\" + \"o\" + \"n\" + \"e\" + \"n\" + \"t\" + \"s\", \"sap_horizon\", async () => defaultTheme, \"host\");\nexport default `:host(:not([hidden])){width:100%;height:var(--_ui5-toolbar-height);display:flex;align-items:center;justify-content:flex-end;box-sizing:border-box;border-bottom:.0625rem solid var(--sapGroup_ContentBorderColor);padding:0 var(--_ui5-toolbar-padding-left) 0 var(--_ui5-toolbar-padding-right);background-color:var(--sapList_HeaderBackground)}:host([align-content=\"Start\"]){justify-content:flex-start}.ui5-tb-items{width:100%;height:100%;display:inherit;align-items:inherit;justify-content:inherit}.ui5-tb-items-full-width{width:100%}.ui5-tb-item{flex-shrink:0;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-spacer{flex:1 1 auto;margin-inline-end:var(--_ui5-toolbar-item-margin-right);margin-inline-start:var(--_ui5-toolbar-item-margin-left)}.ui5-tb-self-overflow{min-width:2.5rem;flex-shrink:1;flex-grow:1}.ui5-tb-self-overflow-grow{position:absolute}.ui5-tb-overflow-btn,.ui5-tb-items:has(.ui5-tb-overflow-btn-hidden) .ui5-tb-item:nth-last-child(2){margin-inline-end:0;margin-inline-start:0}.ui5-tb-overflow-btn-hidden{visibility:hidden;position:absolute}:host([design=\"Transparent\"]){background-color:transparent}\n`"]}
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Different Avatar modes.
3
3
  * @public
4
+ * @since 2.20.0
4
5
  */
5
6
  declare enum AvatarMode {
6
7
  /**
7
8
  * Image mode (by default).
8
9
  * Configures the component to internally render role="img".
9
10
  * @public
10
- * @since 2.20
11
11
  */
12
12
  Image = "Image",
13
13
  /**
@@ -15,7 +15,6 @@ declare enum AvatarMode {
15
15
  * Configures the component to internally render role="presentation" and aria-hidden="true",
16
16
  * making it purely decorative without semantic content or interactivity.
17
17
  * @public
18
- * @since 2.20
19
18
  */
20
19
  Decorative = "Decorative",
21
20
  /**
@@ -23,7 +22,6 @@ declare enum AvatarMode {
23
22
  * Configures the component to internally render role="button".
24
23
  * This mode also supports focus and enables keyboard interaction.
25
24
  * @public
26
- * @since 2.20
27
25
  */
28
26
  Interactive = "Interactive"
29
27
  }
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * Different Avatar modes.
3
3
  * @public
4
+ * @since 2.20.0
4
5
  */
5
6
  var AvatarMode;
6
7
  (function (AvatarMode) {
@@ -8,7 +9,6 @@ var AvatarMode;
8
9
  * Image mode (by default).
9
10
  * Configures the component to internally render role="img".
10
11
  * @public
11
- * @since 2.20
12
12
  */
13
13
  AvatarMode["Image"] = "Image";
14
14
  /**
@@ -16,7 +16,6 @@ var AvatarMode;
16
16
  * Configures the component to internally render role="presentation" and aria-hidden="true",
17
17
  * making it purely decorative without semantic content or interactivity.
18
18
  * @public
19
- * @since 2.20
20
19
  */
21
20
  AvatarMode["Decorative"] = "Decorative";
22
21
  /**
@@ -24,7 +23,6 @@ var AvatarMode;
24
23
  * Configures the component to internally render role="button".
25
24
  * This mode also supports focus and enables keyboard interaction.
26
25
  * @public
27
- * @since 2.20
28
26
  */
29
27
  AvatarMode["Interactive"] = "Interactive";
30
28
  })(AvatarMode || (AvatarMode = {}));
@@ -1 +1 @@
1
- {"version":3,"file":"AvatarMode.js","sourceRoot":"","sources":["../../src/types/AvatarMode.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,IAAK,UA0BJ;AA1BD,WAAK,UAAU;IACd;;;;;OAKG;IACH,6BAAe,CAAA;IAEf;;;;;;OAMG;IACH,uCAAyB,CAAA;IAEzB;;;;;;OAMG;IACH,yCAA2B,CAAA;AAC5B,CAAC,EA1BI,UAAU,KAAV,UAAU,QA0Bd;AAED,eAAe,UAAU,CAAC","sourcesContent":["/**\n * Different Avatar modes.\n * @public\n */\nenum AvatarMode {\n\t/**\n\t * Image mode (by default).\n\t * Configures the component to internally render role=\"img\".\n\t * @public\n\t * @since 2.20\n\t */\n\tImage = \"Image\",\n\n\t/**\n\t * Decorative mode.\n\t * Configures the component to internally render role=\"presentation\" and aria-hidden=\"true\",\n\t * making it purely decorative without semantic content or interactivity.\n\t * @public\n\t * @since 2.20\n\t */\n\tDecorative = \"Decorative\",\n\n\t/**\n\t * Interactive mode.\n\t * Configures the component to internally render role=\"button\".\n\t * This mode also supports focus and enables keyboard interaction.\n\t * @public\n\t * @since 2.20\n\t */\n\tInteractive = \"Interactive\",\n}\n\nexport default AvatarMode;\n"]}
1
+ {"version":3,"file":"AvatarMode.js","sourceRoot":"","sources":["../../src/types/AvatarMode.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,UAuBJ;AAvBD,WAAK,UAAU;IACd;;;;OAIG;IACH,6BAAe,CAAA;IAEf;;;;;OAKG;IACH,uCAAyB,CAAA;IAEzB;;;;;OAKG;IACH,yCAA2B,CAAA;AAC5B,CAAC,EAvBI,UAAU,KAAV,UAAU,QAuBd;AAED,eAAe,UAAU,CAAC","sourcesContent":["/**\n * Different Avatar modes.\n * @public\n * @since 2.20.0\n */\nenum AvatarMode {\n\t/**\n\t * Image mode (by default).\n\t * Configures the component to internally render role=\"img\".\n\t * @public\n\t */\n\tImage = \"Image\",\n\n\t/**\n\t * Decorative mode.\n\t * Configures the component to internally render role=\"presentation\" and aria-hidden=\"true\",\n\t * making it purely decorative without semantic content or interactivity.\n\t * @public\n\t */\n\tDecorative = \"Decorative\",\n\n\t/**\n\t * Interactive mode.\n\t * Configures the component to internally render role=\"button\".\n\t * This mode also supports focus and enables keyboard interaction.\n\t * @public\n\t */\n\tInteractive = \"Interactive\",\n}\n\nexport default AvatarMode;\n"]}
@@ -1,8 +1,7 @@
1
1
  /**
2
- * Overflow mode of the <ui5-table> component.
2
+ * Overflow mode of the `ui5-table` component.
3
3
  *
4
4
  * @public
5
- * @experimental
6
5
  */
7
6
  declare enum TableOverflowMode {
8
7
  /**
@@ -1,8 +1,7 @@
1
1
  /**
2
- * Overflow mode of the <ui5-table> component.
2
+ * Overflow mode of the `ui5-table` component.
3
3
  *
4
4
  * @public
5
- * @experimental
6
5
  */
7
6
  var TableOverflowMode;
8
7
  (function (TableOverflowMode) {
@@ -1 +1 @@
1
- {"version":3,"file":"TableOverflowMode.js","sourceRoot":"","sources":["../../src/types/TableOverflowMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,IAAK,iBAYJ;AAZD,WAAK,iBAAiB;IACrB;;;OAGG;IACH,sCAAiB,CAAA;IAEjB;;;OAGG;IACH,oCAAe,CAAA;AAChB,CAAC,EAZI,iBAAiB,KAAjB,iBAAiB,QAYrB;AAED,eAAe,iBAAiB,CAAC","sourcesContent":["/**\n * Overflow mode of the <ui5-table> component.\n *\n * @public\n * @experimental\n */\nenum TableOverflowMode {\n\t/**\n\t * Shows a scrollbar, when the table cannot fit all columns.\n\t * @public\n\t */\n\tScroll = \"Scroll\",\n\n\t/**\n\t * Pops in columns, that do not fit into the table anymore.\n\t * @public\n\t */\n\tPopin = \"Popin\"\n}\n\nexport default TableOverflowMode;\n"]}
1
+ {"version":3,"file":"TableOverflowMode.js","sourceRoot":"","sources":["../../src/types/TableOverflowMode.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,iBAYJ;AAZD,WAAK,iBAAiB;IACrB;;;OAGG;IACH,sCAAiB,CAAA;IAEjB;;;OAGG;IACH,oCAAe,CAAA;AAChB,CAAC,EAZI,iBAAiB,KAAjB,iBAAiB,QAYrB;AAED,eAAe,iBAAiB,CAAC","sourcesContent":["/**\n * Overflow mode of the `ui5-table` component.\n *\n * @public\n */\nenum TableOverflowMode {\n\t/**\n\t * Shows a scrollbar, when the table cannot fit all columns.\n\t * @public\n\t */\n\tScroll = \"Scroll\",\n\n\t/**\n\t * Pops in columns, that do not fit into the table anymore.\n\t * @public\n\t */\n\tPopin = \"Popin\"\n}\n\nexport default TableOverflowMode;\n"]}