@ui5/webcomponents-ngx 0.3.0-rc.2 → 0.3.0-rc.4

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 (589) hide show
  1. package/README.md +1 -0
  2. package/compat/index.d.ts +1 -0
  3. package/compat/table/index.d.ts +115 -0
  4. package/{main → compat}/table-cell/index.d.ts +3 -3
  5. package/compat/table-column/index.d.ts +42 -0
  6. package/{main → compat}/table-group-row/index.d.ts +3 -3
  7. package/{main → compat}/table-row/index.d.ts +5 -5
  8. package/compat/theming/index.d.ts +9 -0
  9. package/compat/ui5-compat.module.d.ts +15 -0
  10. package/esm2022/compat/index.mjs +2 -0
  11. package/esm2022/compat/table/index.mjs +70 -0
  12. package/esm2022/compat/table/ui5-webcomponents-ngx-compat-table.mjs +5 -0
  13. package/esm2022/compat/table-cell/index.mjs +27 -0
  14. package/esm2022/{main/table-column/ui5-webcomponents-ngx-main-table-column.mjs → compat/table-cell/ui5-webcomponents-ngx-compat-table-cell.mjs} +1 -1
  15. package/esm2022/compat/table-column/index.mjs +34 -0
  16. package/esm2022/compat/table-column/ui5-webcomponents-ngx-compat-table-column.mjs +5 -0
  17. package/esm2022/compat/table-group-row/index.mjs +27 -0
  18. package/esm2022/compat/table-group-row/ui5-webcomponents-ngx-compat-table-group-row.mjs +5 -0
  19. package/esm2022/compat/table-row/index.mjs +34 -0
  20. package/esm2022/compat/table-row/ui5-webcomponents-ngx-compat-table-row.mjs +5 -0
  21. package/esm2022/compat/theming/index.mjs +17 -0
  22. package/esm2022/{main/table-row/ui5-webcomponents-ngx-main-table-row.mjs → compat/theming/ui5-webcomponents-ngx-compat-theming.mjs} +1 -1
  23. package/esm2022/compat/ui5-compat.module.mjs +41 -0
  24. package/esm2022/compat/ui5-webcomponents-ngx-compat.mjs +5 -0
  25. package/esm2022/fiori/barcode-scanner-dialog/index.mjs +12 -5
  26. package/esm2022/fiori/dynamic-page/index.mjs +39 -0
  27. package/esm2022/fiori/dynamic-page/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +5 -0
  28. package/esm2022/fiori/dynamic-page-header/index.mjs +27 -0
  29. package/esm2022/fiori/dynamic-page-header/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +5 -0
  30. package/esm2022/fiori/dynamic-page-title/index.mjs +27 -0
  31. package/esm2022/fiori/dynamic-page-title/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs +5 -0
  32. package/esm2022/fiori/dynamic-side-content/index.mjs +3 -2
  33. package/esm2022/fiori/filter-item/index.mjs +3 -2
  34. package/esm2022/fiori/filter-item-option/index.mjs +3 -2
  35. package/esm2022/fiori/flexible-column-layout/index.mjs +5 -9
  36. package/esm2022/fiori/illustrated-message/index.mjs +5 -12
  37. package/esm2022/fiori/media-gallery/index.mjs +3 -2
  38. package/esm2022/fiori/media-gallery-item/index.mjs +3 -2
  39. package/esm2022/fiori/notification-list/index.mjs +40 -0
  40. package/esm2022/fiori/notification-list/ui5-webcomponents-ngx-fiori-notification-list.mjs +5 -0
  41. package/esm2022/fiori/notification-list-group-item/index.mjs +9 -14
  42. package/esm2022/fiori/notification-list-item/index.mjs +13 -10
  43. package/esm2022/fiori/page/index.mjs +5 -14
  44. package/esm2022/fiori/product-switch/index.mjs +3 -2
  45. package/esm2022/fiori/product-switch-item/index.mjs +3 -2
  46. package/esm2022/fiori/shell-bar/index.mjs +3 -10
  47. package/esm2022/fiori/shell-bar-item/index.mjs +3 -2
  48. package/esm2022/fiori/side-navigation/index.mjs +3 -2
  49. package/esm2022/fiori/side-navigation-group/index.mjs +34 -0
  50. package/esm2022/fiori/side-navigation-group/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +5 -0
  51. package/esm2022/fiori/side-navigation-item/index.mjs +3 -6
  52. package/esm2022/fiori/side-navigation-sub-item/index.mjs +5 -4
  53. package/esm2022/fiori/sort-item/index.mjs +3 -2
  54. package/esm2022/fiori/timeline/index.mjs +3 -2
  55. package/esm2022/fiori/timeline-item/index.mjs +3 -2
  56. package/esm2022/fiori/ui5-fiori.module.mjs +23 -11
  57. package/esm2022/fiori/upload-collection/index.mjs +5 -4
  58. package/esm2022/fiori/upload-collection-item/index.mjs +7 -2
  59. package/esm2022/fiori/view-settings-dialog/index.mjs +3 -2
  60. package/esm2022/fiori/wizard/index.mjs +3 -2
  61. package/esm2022/fiori/wizard-step/index.mjs +3 -2
  62. package/esm2022/generic-cva/index.mjs +3 -4
  63. package/esm2022/index.mjs +27 -13
  64. package/esm2022/main/avatar/index.mjs +5 -2
  65. package/esm2022/main/avatar-group/index.mjs +5 -4
  66. package/esm2022/main/bar/index.mjs +34 -0
  67. package/esm2022/main/bar/ui5-webcomponents-ngx-main-bar.mjs +5 -0
  68. package/esm2022/main/breadcrumbs/index.mjs +5 -4
  69. package/esm2022/main/breadcrumbs-item/index.mjs +3 -2
  70. package/esm2022/main/busy-indicator/index.mjs +5 -4
  71. package/esm2022/main/button/index.mjs +7 -4
  72. package/esm2022/main/calendar/index.mjs +5 -4
  73. package/esm2022/main/calendar-date/index.mjs +3 -2
  74. package/esm2022/main/calendar-date-range/index.mjs +34 -0
  75. package/esm2022/main/calendar-date-range/ui5-webcomponents-ngx-main-calendar-date-range.mjs +5 -0
  76. package/esm2022/main/calendar-legend/index.mjs +44 -0
  77. package/esm2022/main/{table-group-row/ui5-webcomponents-ngx-main-table-group-row.mjs → calendar-legend/ui5-webcomponents-ngx-main-calendar-legend.mjs} +1 -1
  78. package/esm2022/main/calendar-legend-item/index.mjs +34 -0
  79. package/esm2022/main/calendar-legend-item/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +5 -0
  80. package/esm2022/main/card/index.mjs +3 -2
  81. package/esm2022/main/card-header/index.mjs +5 -4
  82. package/esm2022/main/carousel/index.mjs +11 -10
  83. package/esm2022/main/check-box/index.mjs +4 -3
  84. package/esm2022/main/color-palette/index.mjs +3 -2
  85. package/esm2022/main/color-palette-item/index.mjs +5 -4
  86. package/esm2022/main/color-palette-popover/index.mjs +3 -2
  87. package/esm2022/main/color-picker/index.mjs +5 -4
  88. package/esm2022/main/combo-box/index.mjs +7 -4
  89. package/esm2022/main/combo-box-item/index.mjs +3 -2
  90. package/esm2022/main/combo-box-item-group/index.mjs +34 -0
  91. package/esm2022/main/{combo-box-group-item/ui5-webcomponents-ngx-main-combo-box-group-item.mjs → combo-box-item-group/ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +1 -1
  92. package/esm2022/main/custom-list-item/index.mjs +9 -2
  93. package/esm2022/main/date-picker/index.mjs +7 -4
  94. package/esm2022/main/date-range-picker/index.mjs +7 -4
  95. package/esm2022/main/date-time-picker/index.mjs +7 -4
  96. package/esm2022/main/dialog/index.mjs +10 -7
  97. package/esm2022/main/file-uploader/index.mjs +4 -3
  98. package/esm2022/main/form/index.mjs +34 -0
  99. package/esm2022/{fiori/bar/ui5-webcomponents-ngx-fiori-bar.mjs → main/form/ui5-webcomponents-ngx-main-form.mjs} +1 -1
  100. package/esm2022/main/form-group/index.mjs +34 -0
  101. package/esm2022/main/{table-cell/ui5-webcomponents-ngx-main-table-cell.mjs → form-group/ui5-webcomponents-ngx-main-form-group.mjs} +1 -1
  102. package/esm2022/main/form-item/index.mjs +34 -0
  103. package/esm2022/main/form-item/ui5-webcomponents-ngx-main-form-item.mjs +5 -0
  104. package/esm2022/main/icon/index.mjs +5 -18
  105. package/esm2022/main/input/index.mjs +13 -8
  106. package/esm2022/main/label/index.mjs +3 -2
  107. package/esm2022/main/link/index.mjs +5 -2
  108. package/esm2022/main/list/index.mjs +15 -8
  109. package/esm2022/main/list-item-group/index.mjs +34 -0
  110. package/esm2022/main/list-item-group/ui5-webcomponents-ngx-main-list-item-group.mjs +5 -0
  111. package/esm2022/main/menu/index.mjs +9 -8
  112. package/esm2022/main/menu-item/index.mjs +22 -7
  113. package/esm2022/main/message-strip/index.mjs +5 -4
  114. package/esm2022/main/multi-combo-box/index.mjs +9 -6
  115. package/esm2022/main/multi-combo-box-group-item/index.mjs +3 -2
  116. package/esm2022/main/multi-combo-box-item/index.mjs +3 -2
  117. package/esm2022/main/multi-input/index.mjs +13 -8
  118. package/esm2022/main/option/index.mjs +5 -4
  119. package/esm2022/main/option-custom/index.mjs +34 -0
  120. package/esm2022/main/option-custom/ui5-webcomponents-ngx-main-option-custom.mjs +5 -0
  121. package/esm2022/main/panel/index.mjs +3 -2
  122. package/esm2022/main/popover/index.mjs +12 -11
  123. package/esm2022/main/progress-indicator/index.mjs +3 -4
  124. package/esm2022/main/radio-button/index.mjs +4 -3
  125. package/esm2022/main/range-slider/index.mjs +7 -4
  126. package/esm2022/main/rating-indicator/index.mjs +3 -2
  127. package/esm2022/main/responsive-popover/index.mjs +12 -11
  128. package/esm2022/main/segmented-button/index.mjs +5 -4
  129. package/esm2022/main/segmented-button-item/index.mjs +8 -19
  130. package/esm2022/main/select/index.mjs +4 -5
  131. package/esm2022/main/slider/index.mjs +7 -4
  132. package/esm2022/main/special-calendar-date/index.mjs +34 -0
  133. package/esm2022/main/special-calendar-date/ui5-webcomponents-ngx-main-special-calendar-date.mjs +5 -0
  134. package/esm2022/main/split-button/index.mjs +4 -11
  135. package/esm2022/main/standard-list-item/index.mjs +9 -2
  136. package/esm2022/main/step-input/index.mjs +5 -4
  137. package/esm2022/main/suggestion-group-item/index.mjs +3 -2
  138. package/esm2022/main/suggestion-item/index.mjs +3 -2
  139. package/esm2022/main/switch/index.mjs +4 -3
  140. package/esm2022/main/tab/index.mjs +3 -2
  141. package/esm2022/main/tab-container/index.mjs +11 -10
  142. package/esm2022/main/tab-separator/index.mjs +3 -2
  143. package/esm2022/main/tag/index.mjs +50 -0
  144. package/esm2022/main/tag/ui5-webcomponents-ngx-main-tag.mjs +5 -0
  145. package/esm2022/main/text/index.mjs +34 -0
  146. package/esm2022/main/text/ui5-webcomponents-ngx-main-text.mjs +5 -0
  147. package/esm2022/main/text-area/index.mjs +14 -8
  148. package/esm2022/main/time-picker/index.mjs +16 -6
  149. package/esm2022/main/title/index.mjs +3 -2
  150. package/esm2022/main/toast/index.mjs +8 -5
  151. package/esm2022/main/toggle-button/index.mjs +7 -4
  152. package/esm2022/main/token/index.mjs +6 -7
  153. package/esm2022/main/tokenizer/index.mjs +39 -0
  154. package/esm2022/main/tokenizer/ui5-webcomponents-ngx-main-tokenizer.mjs +5 -0
  155. package/esm2022/main/toolbar/index.mjs +3 -2
  156. package/esm2022/main/toolbar-button/index.mjs +5 -4
  157. package/esm2022/main/toolbar-select/index.mjs +3 -2
  158. package/esm2022/main/toolbar-select-option/index.mjs +3 -2
  159. package/esm2022/main/toolbar-separator/index.mjs +3 -2
  160. package/esm2022/main/toolbar-spacer/index.mjs +3 -2
  161. package/esm2022/main/tree/index.mjs +5 -4
  162. package/esm2022/main/tree-item/index.mjs +9 -2
  163. package/esm2022/main/tree-item-custom/index.mjs +9 -2
  164. package/esm2022/main/ui5-main.module.mjs +57 -41
  165. package/esm2022/theming/supported-themes.mjs +2 -2
  166. package/esm2022/ui5-webcomponents.module.mjs +5 -4
  167. package/fesm2022/{ui5-webcomponents-ngx-main-table-cell.mjs → ui5-webcomponents-ngx-compat-table-cell.mjs} +4 -3
  168. package/fesm2022/ui5-webcomponents-ngx-compat-table-cell.mjs.map +1 -0
  169. package/fesm2022/{ui5-webcomponents-ngx-main-table-column.mjs → ui5-webcomponents-ngx-compat-table-column.mjs} +4 -3
  170. package/fesm2022/ui5-webcomponents-ngx-compat-table-column.mjs.map +1 -0
  171. package/fesm2022/{ui5-webcomponents-ngx-main-table-group-row.mjs → ui5-webcomponents-ngx-compat-table-group-row.mjs} +4 -3
  172. package/fesm2022/ui5-webcomponents-ngx-compat-table-group-row.mjs.map +1 -0
  173. package/fesm2022/{ui5-webcomponents-ngx-main-table-row.mjs → ui5-webcomponents-ngx-compat-table-row.mjs} +4 -3
  174. package/fesm2022/ui5-webcomponents-ngx-compat-table-row.mjs.map +1 -0
  175. package/fesm2022/{ui5-webcomponents-ngx-main-table.mjs → ui5-webcomponents-ngx-compat-table.mjs} +4 -3
  176. package/fesm2022/ui5-webcomponents-ngx-compat-table.mjs.map +1 -0
  177. package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs +23 -0
  178. package/fesm2022/ui5-webcomponents-ngx-compat-theming.mjs.map +1 -0
  179. package/fesm2022/ui5-webcomponents-ngx-compat.mjs +46 -0
  180. package/fesm2022/ui5-webcomponents-ngx-compat.mjs.map +1 -0
  181. package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs +11 -4
  182. package/fesm2022/ui5-webcomponents-ngx-fiori-barcode-scanner-dialog.mjs.map +1 -1
  183. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs +33 -0
  184. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-header.mjs.map +1 -0
  185. package/fesm2022/{ui5-webcomponents-ngx-main-select-menu.mjs → ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs} +9 -8
  186. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page-title.mjs.map +1 -0
  187. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs +45 -0
  188. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-page.mjs.map +1 -0
  189. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs +2 -1
  190. package/fesm2022/ui5-webcomponents-ngx-fiori-dynamic-side-content.mjs.map +1 -1
  191. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs +2 -1
  192. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs.map +1 -1
  193. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs +2 -1
  194. package/fesm2022/ui5-webcomponents-ngx-fiori-filter-item.mjs.map +1 -1
  195. package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs +4 -8
  196. package/fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs.map +1 -1
  197. package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs +4 -11
  198. package/fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs.map +1 -1
  199. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs +2 -1
  200. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery-item.mjs.map +1 -1
  201. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs +2 -1
  202. package/fesm2022/ui5-webcomponents-ngx-fiori-media-gallery.mjs.map +1 -1
  203. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs +8 -13
  204. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-group-item.mjs.map +1 -1
  205. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs +12 -9
  206. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list-item.mjs.map +1 -1
  207. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs +46 -0
  208. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-list.mjs.map +1 -0
  209. package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs +4 -13
  210. package/fesm2022/ui5-webcomponents-ngx-fiori-page.mjs.map +1 -1
  211. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs +2 -1
  212. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch-item.mjs.map +1 -1
  213. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs +2 -1
  214. package/fesm2022/ui5-webcomponents-ngx-fiori-product-switch.mjs.map +1 -1
  215. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs +2 -1
  216. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar-item.mjs.map +1 -1
  217. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs +2 -9
  218. package/fesm2022/ui5-webcomponents-ngx-fiori-shell-bar.mjs.map +1 -1
  219. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs +40 -0
  220. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-group.mjs.map +1 -0
  221. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs +2 -5
  222. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-item.mjs.map +1 -1
  223. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs +4 -3
  224. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation-sub-item.mjs.map +1 -1
  225. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs +2 -1
  226. package/fesm2022/ui5-webcomponents-ngx-fiori-side-navigation.mjs.map +1 -1
  227. package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs +2 -1
  228. package/fesm2022/ui5-webcomponents-ngx-fiori-sort-item.mjs.map +1 -1
  229. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs +2 -1
  230. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs.map +1 -1
  231. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs +2 -1
  232. package/fesm2022/ui5-webcomponents-ngx-fiori-timeline.mjs.map +1 -1
  233. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs +6 -1
  234. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs.map +1 -1
  235. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs +4 -3
  236. package/fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs.map +1 -1
  237. package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs +2 -1
  238. package/fesm2022/ui5-webcomponents-ngx-fiori-view-settings-dialog.mjs.map +1 -1
  239. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs +2 -1
  240. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard-step.mjs.map +1 -1
  241. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs +2 -1
  242. package/fesm2022/ui5-webcomponents-ngx-fiori-wizard.mjs.map +1 -1
  243. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs +22 -10
  244. package/fesm2022/ui5-webcomponents-ngx-fiori.mjs.map +1 -1
  245. package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs +2 -3
  246. package/fesm2022/ui5-webcomponents-ngx-generic-cva.mjs.map +1 -1
  247. package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs +4 -3
  248. package/fesm2022/ui5-webcomponents-ngx-main-avatar-group.mjs.map +1 -1
  249. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs +4 -1
  250. package/fesm2022/ui5-webcomponents-ngx-main-avatar.mjs.map +1 -1
  251. package/fesm2022/{ui5-webcomponents-ngx-fiori-bar.mjs → ui5-webcomponents-ngx-main-bar.mjs} +4 -3
  252. package/fesm2022/ui5-webcomponents-ngx-main-bar.mjs.map +1 -0
  253. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs +2 -1
  254. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs-item.mjs.map +1 -1
  255. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs +4 -3
  256. package/fesm2022/ui5-webcomponents-ngx-main-breadcrumbs.mjs.map +1 -1
  257. package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs +4 -3
  258. package/fesm2022/ui5-webcomponents-ngx-main-busy-indicator.mjs.map +1 -1
  259. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs +6 -3
  260. package/fesm2022/ui5-webcomponents-ngx-main-button.mjs.map +1 -1
  261. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs +40 -0
  262. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date-range.mjs.map +1 -0
  263. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs +2 -1
  264. package/fesm2022/ui5-webcomponents-ngx-main-calendar-date.mjs.map +1 -1
  265. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs +40 -0
  266. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend-item.mjs.map +1 -0
  267. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs +50 -0
  268. package/fesm2022/ui5-webcomponents-ngx-main-calendar-legend.mjs.map +1 -0
  269. package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs +4 -3
  270. package/fesm2022/ui5-webcomponents-ngx-main-calendar.mjs.map +1 -1
  271. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs +4 -3
  272. package/fesm2022/ui5-webcomponents-ngx-main-card-header.mjs.map +1 -1
  273. package/fesm2022/ui5-webcomponents-ngx-main-card.mjs +2 -1
  274. package/fesm2022/ui5-webcomponents-ngx-main-card.mjs.map +1 -1
  275. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs +10 -9
  276. package/fesm2022/ui5-webcomponents-ngx-main-carousel.mjs.map +1 -1
  277. package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs +3 -2
  278. package/fesm2022/ui5-webcomponents-ngx-main-check-box.mjs.map +1 -1
  279. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs +4 -3
  280. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-item.mjs.map +1 -1
  281. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs +2 -1
  282. package/fesm2022/ui5-webcomponents-ngx-main-color-palette-popover.mjs.map +1 -1
  283. package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs +2 -1
  284. package/fesm2022/ui5-webcomponents-ngx-main-color-palette.mjs.map +1 -1
  285. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs +4 -3
  286. package/fesm2022/ui5-webcomponents-ngx-main-color-picker.mjs.map +1 -1
  287. package/fesm2022/{ui5-webcomponents-ngx-main-combo-box-group-item.mjs → ui5-webcomponents-ngx-main-combo-box-item-group.mjs} +11 -10
  288. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item-group.mjs.map +1 -0
  289. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs +2 -1
  290. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-item.mjs.map +1 -1
  291. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs +6 -3
  292. package/fesm2022/ui5-webcomponents-ngx-main-combo-box.mjs.map +1 -1
  293. package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs +8 -1
  294. package/fesm2022/ui5-webcomponents-ngx-main-custom-list-item.mjs.map +1 -1
  295. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs +6 -3
  296. package/fesm2022/ui5-webcomponents-ngx-main-date-picker.mjs.map +1 -1
  297. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs +6 -3
  298. package/fesm2022/ui5-webcomponents-ngx-main-date-range-picker.mjs.map +1 -1
  299. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs +6 -3
  300. package/fesm2022/ui5-webcomponents-ngx-main-date-time-picker.mjs.map +1 -1
  301. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs +9 -6
  302. package/fesm2022/ui5-webcomponents-ngx-main-dialog.mjs.map +1 -1
  303. package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs +3 -2
  304. package/fesm2022/ui5-webcomponents-ngx-main-file-uploader.mjs.map +1 -1
  305. package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs +40 -0
  306. package/fesm2022/ui5-webcomponents-ngx-main-form-group.mjs.map +1 -0
  307. package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs +40 -0
  308. package/fesm2022/ui5-webcomponents-ngx-main-form-item.mjs.map +1 -0
  309. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs +40 -0
  310. package/fesm2022/ui5-webcomponents-ngx-main-form.mjs.map +1 -0
  311. package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs +4 -17
  312. package/fesm2022/ui5-webcomponents-ngx-main-icon.mjs.map +1 -1
  313. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs +12 -7
  314. package/fesm2022/ui5-webcomponents-ngx-main-input.mjs.map +1 -1
  315. package/fesm2022/ui5-webcomponents-ngx-main-label.mjs +2 -1
  316. package/fesm2022/ui5-webcomponents-ngx-main-label.mjs.map +1 -1
  317. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs +4 -1
  318. package/fesm2022/ui5-webcomponents-ngx-main-link.mjs.map +1 -1
  319. package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs +40 -0
  320. package/fesm2022/ui5-webcomponents-ngx-main-list-item-group.mjs.map +1 -0
  321. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs +14 -7
  322. package/fesm2022/ui5-webcomponents-ngx-main-list.mjs.map +1 -1
  323. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs +21 -6
  324. package/fesm2022/ui5-webcomponents-ngx-main-menu-item.mjs.map +1 -1
  325. package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs +8 -7
  326. package/fesm2022/ui5-webcomponents-ngx-main-menu.mjs.map +1 -1
  327. package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs +4 -3
  328. package/fesm2022/ui5-webcomponents-ngx-main-message-strip.mjs.map +1 -1
  329. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs +2 -1
  330. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-group-item.mjs.map +1 -1
  331. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs +2 -1
  332. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box-item.mjs.map +1 -1
  333. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs +8 -5
  334. package/fesm2022/ui5-webcomponents-ngx-main-multi-combo-box.mjs.map +1 -1
  335. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs +12 -7
  336. package/fesm2022/ui5-webcomponents-ngx-main-multi-input.mjs.map +1 -1
  337. package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs +40 -0
  338. package/fesm2022/ui5-webcomponents-ngx-main-option-custom.mjs.map +1 -0
  339. package/fesm2022/ui5-webcomponents-ngx-main-option.mjs +4 -3
  340. package/fesm2022/ui5-webcomponents-ngx-main-option.mjs.map +1 -1
  341. package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs +2 -1
  342. package/fesm2022/ui5-webcomponents-ngx-main-panel.mjs.map +1 -1
  343. package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs +11 -10
  344. package/fesm2022/ui5-webcomponents-ngx-main-popover.mjs.map +1 -1
  345. package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs +2 -3
  346. package/fesm2022/ui5-webcomponents-ngx-main-progress-indicator.mjs.map +1 -1
  347. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs +3 -2
  348. package/fesm2022/ui5-webcomponents-ngx-main-radio-button.mjs.map +1 -1
  349. package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs +6 -3
  350. package/fesm2022/ui5-webcomponents-ngx-main-range-slider.mjs.map +1 -1
  351. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs +2 -1
  352. package/fesm2022/ui5-webcomponents-ngx-main-rating-indicator.mjs.map +1 -1
  353. package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs +11 -10
  354. package/fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs.map +1 -1
  355. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs +7 -18
  356. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs.map +1 -1
  357. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs +4 -3
  358. package/fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs.map +1 -1
  359. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs +3 -4
  360. package/fesm2022/ui5-webcomponents-ngx-main-select.mjs.map +1 -1
  361. package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs +6 -3
  362. package/fesm2022/ui5-webcomponents-ngx-main-slider.mjs.map +1 -1
  363. package/fesm2022/{ui5-webcomponents-ngx-main-group-header-list-item.mjs → ui5-webcomponents-ngx-main-special-calendar-date.mjs} +13 -12
  364. package/fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs.map +1 -0
  365. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs +3 -10
  366. package/fesm2022/ui5-webcomponents-ngx-main-split-button.mjs.map +1 -1
  367. package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs +8 -1
  368. package/fesm2022/ui5-webcomponents-ngx-main-standard-list-item.mjs.map +1 -1
  369. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs +4 -3
  370. package/fesm2022/ui5-webcomponents-ngx-main-step-input.mjs.map +1 -1
  371. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs +2 -1
  372. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-group-item.mjs.map +1 -1
  373. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs +2 -1
  374. package/fesm2022/ui5-webcomponents-ngx-main-suggestion-item.mjs.map +1 -1
  375. package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs +3 -2
  376. package/fesm2022/ui5-webcomponents-ngx-main-switch.mjs.map +1 -1
  377. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs +10 -9
  378. package/fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs.map +1 -1
  379. package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs +2 -1
  380. package/fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs.map +1 -1
  381. package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs +2 -1
  382. package/fesm2022/ui5-webcomponents-ngx-main-tab.mjs.map +1 -1
  383. package/fesm2022/{ui5-webcomponents-ngx-main-badge.mjs → ui5-webcomponents-ngx-main-tag.mjs} +13 -10
  384. package/fesm2022/ui5-webcomponents-ngx-main-tag.mjs.map +1 -0
  385. package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs +13 -7
  386. package/fesm2022/ui5-webcomponents-ngx-main-text-area.mjs.map +1 -1
  387. package/fesm2022/ui5-webcomponents-ngx-main-text.mjs +40 -0
  388. package/fesm2022/ui5-webcomponents-ngx-main-text.mjs.map +1 -0
  389. package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs +15 -5
  390. package/fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs.map +1 -1
  391. package/fesm2022/ui5-webcomponents-ngx-main-title.mjs +2 -1
  392. package/fesm2022/ui5-webcomponents-ngx-main-title.mjs.map +1 -1
  393. package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs +7 -4
  394. package/fesm2022/ui5-webcomponents-ngx-main-toast.mjs.map +1 -1
  395. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs +6 -3
  396. package/fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs.map +1 -1
  397. package/fesm2022/ui5-webcomponents-ngx-main-token.mjs +5 -6
  398. package/fesm2022/ui5-webcomponents-ngx-main-token.mjs.map +1 -1
  399. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs +45 -0
  400. package/fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs.map +1 -0
  401. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs +4 -3
  402. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs.map +1 -1
  403. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs +2 -1
  404. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs.map +1 -1
  405. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs +2 -1
  406. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs.map +1 -1
  407. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs +2 -1
  408. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs.map +1 -1
  409. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs +2 -1
  410. package/fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs.map +1 -1
  411. package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs +2 -1
  412. package/fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs.map +1 -1
  413. package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs +8 -1
  414. package/fesm2022/ui5-webcomponents-ngx-main-tree-item-custom.mjs.map +1 -1
  415. package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs +8 -1
  416. package/fesm2022/ui5-webcomponents-ngx-main-tree-item.mjs.map +1 -1
  417. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs +4 -3
  418. package/fesm2022/ui5-webcomponents-ngx-main-tree.mjs.map +1 -1
  419. package/fesm2022/ui5-webcomponents-ngx-main.mjs +56 -40
  420. package/fesm2022/ui5-webcomponents-ngx-main.mjs.map +1 -1
  421. package/fesm2022/ui5-webcomponents-ngx-theming.mjs +1 -1
  422. package/fesm2022/ui5-webcomponents-ngx-theming.mjs.map +1 -1
  423. package/fesm2022/ui5-webcomponents-ngx.mjs +30 -15
  424. package/fesm2022/ui5-webcomponents-ngx.mjs.map +1 -1
  425. package/fiori/barcode-scanner-dialog/index.d.ts +9 -1
  426. package/fiori/dynamic-page/index.d.ts +38 -0
  427. package/fiori/dynamic-page-header/index.d.ts +13 -0
  428. package/fiori/dynamic-page-title/index.d.ts +13 -0
  429. package/fiori/dynamic-side-content/index.d.ts +1 -30
  430. package/fiori/filter-item/index.d.ts +1 -1
  431. package/fiori/filter-item-option/index.d.ts +1 -1
  432. package/fiori/flexible-column-layout/index.d.ts +27 -28
  433. package/fiori/illustrated-message/index.d.ts +26 -36
  434. package/fiori/media-gallery/index.d.ts +6 -6
  435. package/fiori/media-gallery-item/index.d.ts +1 -7
  436. package/fiori/notification-list/index.d.ts +30 -0
  437. package/fiori/notification-list-group-item/index.d.ts +9 -26
  438. package/fiori/notification-list-item/index.d.ts +26 -24
  439. package/fiori/page/index.d.ts +9 -10
  440. package/fiori/product-switch/index.d.ts +1 -1
  441. package/fiori/product-switch-item/index.d.ts +14 -15
  442. package/fiori/shell-bar/index.d.ts +41 -58
  443. package/fiori/shell-bar-item/index.d.ts +3 -3
  444. package/fiori/side-navigation/index.d.ts +2 -2
  445. package/fiori/side-navigation-group/index.d.ts +33 -0
  446. package/fiori/side-navigation-item/index.d.ts +14 -27
  447. package/fiori/side-navigation-sub-item/index.d.ts +13 -26
  448. package/fiori/sort-item/index.d.ts +1 -1
  449. package/fiori/timeline/index.d.ts +1 -9
  450. package/fiori/timeline-item/index.d.ts +7 -8
  451. package/fiori/ui5-fiori.module.d.ts +32 -29
  452. package/fiori/upload-collection/index.d.ts +10 -13
  453. package/fiori/upload-collection-item/index.d.ts +51 -44
  454. package/fiori/view-settings-dialog/index.d.ts +2 -2
  455. package/fiori/wizard/index.d.ts +2 -2
  456. package/fiori/wizard-step/index.d.ts +16 -23
  457. package/generic-cva/index.d.ts +0 -1
  458. package/index.d.ts +26 -12
  459. package/main/avatar/index.d.ts +37 -31
  460. package/main/avatar-group/index.d.ts +12 -4
  461. package/{fiori → main}/bar/index.d.ts +3 -3
  462. package/main/breadcrumbs/index.d.ts +10 -8
  463. package/main/breadcrumbs-item/index.d.ts +12 -13
  464. package/main/busy-indicator/index.d.ts +6 -2
  465. package/main/button/index.d.ts +40 -42
  466. package/main/calendar/index.d.ts +14 -15
  467. package/main/calendar-date/index.d.ts +3 -3
  468. package/main/calendar-date-range/index.d.ts +23 -0
  469. package/main/calendar-legend/index.d.ts +29 -0
  470. package/main/calendar-legend-item/index.d.ts +21 -0
  471. package/main/card/index.d.ts +3 -2
  472. package/main/card-header/index.d.ts +6 -6
  473. package/main/carousel/index.d.ts +27 -22
  474. package/main/check-box/index.d.ts +23 -30
  475. package/main/color-palette/index.d.ts +1 -1
  476. package/main/color-palette-item/index.d.ts +10 -3
  477. package/main/color-palette-popover/index.d.ts +8 -4
  478. package/main/color-picker/index.d.ts +10 -4
  479. package/main/combo-box/index.d.ts +14 -8
  480. package/main/combo-box-item/index.d.ts +1 -1
  481. package/main/combo-box-item-group/index.d.ts +17 -0
  482. package/main/custom-list-item/index.d.ts +32 -24
  483. package/main/date-picker/index.d.ts +12 -17
  484. package/main/date-range-picker/index.d.ts +12 -17
  485. package/main/date-time-picker/index.d.ts +12 -17
  486. package/main/dialog/index.d.ts +35 -27
  487. package/main/file-uploader/index.d.ts +10 -16
  488. package/main/form/index.d.ts +48 -0
  489. package/main/form-group/index.d.ts +22 -0
  490. package/main/form-item/index.d.ts +22 -0
  491. package/main/icon/index.d.ts +17 -30
  492. package/main/input/index.d.ts +39 -37
  493. package/main/label/index.d.ts +10 -9
  494. package/main/link/index.d.ts +31 -42
  495. package/main/list/index.d.ts +50 -31
  496. package/main/list-item-group/index.d.ts +21 -0
  497. package/main/menu/index.d.ts +17 -15
  498. package/main/menu-item/index.d.ts +63 -15
  499. package/main/message-strip/index.d.ts +11 -3
  500. package/main/multi-combo-box/index.d.ts +17 -9
  501. package/main/multi-combo-box-group-item/index.d.ts +1 -1
  502. package/main/multi-combo-box-item/index.d.ts +1 -1
  503. package/main/multi-input/index.d.ts +43 -39
  504. package/main/option/index.d.ts +13 -15
  505. package/main/option-custom/index.d.ts +31 -0
  506. package/main/panel/index.d.ts +6 -6
  507. package/main/popover/index.d.ts +25 -20
  508. package/main/progress-indicator/index.d.ts +7 -12
  509. package/main/radio-button/index.d.ts +15 -27
  510. package/main/range-slider/index.d.ts +13 -9
  511. package/main/rating-indicator/index.d.ts +10 -12
  512. package/main/responsive-popover/index.d.ts +25 -20
  513. package/main/segmented-button/index.d.ts +2 -10
  514. package/main/segmented-button-item/index.d.ts +11 -68
  515. package/main/select/index.d.ts +14 -29
  516. package/main/slider/index.d.ts +13 -7
  517. package/main/special-calendar-date/index.d.ts +22 -0
  518. package/main/split-button/index.d.ts +3 -7
  519. package/main/standard-list-item/index.d.ts +44 -37
  520. package/main/step-input/index.d.ts +12 -14
  521. package/main/suggestion-group-item/index.d.ts +2 -2
  522. package/main/suggestion-item/index.d.ts +18 -18
  523. package/main/switch/index.d.ts +20 -28
  524. package/main/tab/index.d.ts +9 -12
  525. package/main/tab-container/index.d.ts +23 -25
  526. package/main/tab-separator/index.d.ts +1 -1
  527. package/main/tag/index.d.ts +52 -0
  528. package/main/text/index.d.ts +17 -0
  529. package/main/text-area/index.d.ts +31 -33
  530. package/main/time-picker/index.d.ts +28 -21
  531. package/main/title/index.d.ts +4 -3
  532. package/main/toast/index.d.ts +13 -5
  533. package/main/toggle-button/index.d.ts +40 -42
  534. package/main/token/index.d.ts +1 -13
  535. package/main/tokenizer/index.d.ts +43 -0
  536. package/main/toolbar/index.d.ts +1 -1
  537. package/main/toolbar-button/index.d.ts +35 -56
  538. package/main/toolbar-select/index.d.ts +5 -13
  539. package/main/toolbar-select-option/index.d.ts +1 -1
  540. package/main/toolbar-separator/index.d.ts +1 -7
  541. package/main/toolbar-spacer/index.d.ts +2 -9
  542. package/main/tree/index.d.ts +12 -11
  543. package/main/tree-item/index.d.ts +48 -42
  544. package/main/tree-item-custom/index.d.ts +46 -40
  545. package/main/ui5-main.module.d.ts +79 -75
  546. package/package.json +160 -75
  547. package/ui5-webcomponents-ngx-0.3.0-rc.4.tgz +0 -0
  548. package/ui5-webcomponents.module.d.ts +2 -1
  549. package/esm2022/fiori/bar/index.mjs +0 -33
  550. package/esm2022/fiori/notification-action/index.mjs +0 -35
  551. package/esm2022/fiori/notification-action/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -5
  552. package/esm2022/main/badge/index.mjs +0 -47
  553. package/esm2022/main/badge/ui5-webcomponents-ngx-main-badge.mjs +0 -5
  554. package/esm2022/main/combo-box-group-item/index.mjs +0 -33
  555. package/esm2022/main/group-header-list-item/index.mjs +0 -33
  556. package/esm2022/main/group-header-list-item/ui5-webcomponents-ngx-main-group-header-list-item.mjs +0 -5
  557. package/esm2022/main/select-menu/index.mjs +0 -26
  558. package/esm2022/main/select-menu/ui5-webcomponents-ngx-main-select-menu.mjs +0 -5
  559. package/esm2022/main/select-menu-option/index.mjs +0 -53
  560. package/esm2022/main/select-menu-option/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -5
  561. package/esm2022/main/table/index.mjs +0 -69
  562. package/esm2022/main/table/ui5-webcomponents-ngx-main-table.mjs +0 -5
  563. package/esm2022/main/table-cell/index.mjs +0 -26
  564. package/esm2022/main/table-column/index.mjs +0 -33
  565. package/esm2022/main/table-group-row/index.mjs +0 -26
  566. package/esm2022/main/table-row/index.mjs +0 -33
  567. package/fesm2022/ui5-webcomponents-ngx-fiori-bar.mjs.map +0 -1
  568. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs +0 -41
  569. package/fesm2022/ui5-webcomponents-ngx-fiori-notification-action.mjs.map +0 -1
  570. package/fesm2022/ui5-webcomponents-ngx-main-badge.mjs.map +0 -1
  571. package/fesm2022/ui5-webcomponents-ngx-main-combo-box-group-item.mjs.map +0 -1
  572. package/fesm2022/ui5-webcomponents-ngx-main-group-header-list-item.mjs.map +0 -1
  573. package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs +0 -59
  574. package/fesm2022/ui5-webcomponents-ngx-main-select-menu-option.mjs.map +0 -1
  575. package/fesm2022/ui5-webcomponents-ngx-main-select-menu.mjs.map +0 -1
  576. package/fesm2022/ui5-webcomponents-ngx-main-table-cell.mjs.map +0 -1
  577. package/fesm2022/ui5-webcomponents-ngx-main-table-column.mjs.map +0 -1
  578. package/fesm2022/ui5-webcomponents-ngx-main-table-group-row.mjs.map +0 -1
  579. package/fesm2022/ui5-webcomponents-ngx-main-table-row.mjs.map +0 -1
  580. package/fesm2022/ui5-webcomponents-ngx-main-table.mjs.map +0 -1
  581. package/fiori/notification-action/index.d.ts +0 -40
  582. package/main/badge/index.d.ts +0 -47
  583. package/main/combo-box-group-item/index.d.ts +0 -17
  584. package/main/group-header-list-item/index.d.ts +0 -22
  585. package/main/select-menu/index.d.ts +0 -13
  586. package/main/select-menu-option/index.d.ts +0 -56
  587. package/main/table/index.d.ts +0 -125
  588. package/main/table-column/index.d.ts +0 -45
  589. package/ui5-webcomponents-ngx-0.3.0-rc.2.tgz +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard-step.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard-step/index.ts","../../../../libs/ui5-angular/fiori/wizard-step/ui5-webcomponents-ngx-fiori-wizard-step.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport WizardStep from '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n])\n@Component({\n standalone: true,\n selector: 'ui5-wizard-step',\n template: '<ng-content></ng-content>',\n inputs: [\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n ],\n})\nclass WizardStepComponent {\n /**\n Defines the <code>titleText</code> of the step.\n<br><br>\n\n<b>Note:</b> The text is displayed in the <code>ui5-wizard</code> navigation header.\n */\n titleText!: string;\n\n /**\n Defines the <code>subtitleText</code> of the step.\n<br><br>\n\n<b>Note:</b> the text is displayed in the <code>ui5-wizard</code> navigation header.\n */\n subtitleText!: string;\n\n /**\n Defines the <code>icon</code> of the step.\n<br><br>\n\n<b>Note:</b> The icon is displayed in the <code>ui5-wizard</code> navigation header.\n<br><br>\n\nThe SAP-icons font provides numerous options.\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.\n */\n icon!: string;\n\n /**\n Defines if the step is <code>disabled</code>. When disabled the step is displayed,\nbut the user can't select the step by clicking or navigate to it with scrolling.\n<br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time.\nIn this case the <code>selected</code> property would take precedence.\n */\n disabled!: boolean;\n\n /**\n Defines the step's <code>selected</code> state - the step that is currently active.\n<br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time.\nIn this case the <code>selected</code> property would take precedence.\n */\n selected!: boolean;\n\n /**\n When <code>branching</code> is enabled a dashed line would be displayed after the step,\nmeant to indicate that the next step is not yet known and depends on user choice in the current step.\n<br><br>\n\n<b>Note:</b> It is recommended to use <code>branching</code> on the last known step\nand later add new steps when it becomes clear how the wizard flow should continue.\n */\n branching!: boolean;\n\n private elementRef: ElementRef<WizardStep> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): WizardStep {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardStepComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA+BM,IAAA,mBAAmB,GArBzB,MAqBM,mBAAmB,CAAA;AA8DvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApEG,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,+NAVb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAUjC,mBAAmB,GAAA,UAAA,CAAA;AArBxB,IAAA,WAAW,CAAC;QACX,WAAW;QACX,cAAc;QACd,MAAM;QACN,UAAU;QACV,UAAU;QACV,WAAW;KACZ,CAAC;;AAcI,CAAA,EAAA,mBAAmB,CAqExB,CAAA;2FArEK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAbxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,WAAW;wBACX,cAAc;wBACd,MAAM;wBACN,UAAU;wBACV,UAAU;wBACV,WAAW;AACZ,qBAAA;AACF,iBAAA,CAAA;;;AC9BD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard-step.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard-step/index.ts","../../../../libs/ui5-angular/fiori/wizard-step/ui5-webcomponents-ngx-fiori-wizard-step.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport WizardStep from '@ui5/webcomponents-fiori/dist/WizardStep.js';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs([\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n])\n@Component({\n standalone: true,\n selector: 'ui5-wizard-step',\n template: '<ng-content></ng-content>',\n inputs: [\n 'titleText',\n 'subtitleText',\n 'icon',\n 'disabled',\n 'selected',\n 'branching',\n ],\n exportAs: 'ui5WizardStep',\n})\nclass WizardStepComponent {\n /**\n Defines the `titleText` of the step.\n\n**Note:** The text is displayed in the `ui5-wizard` navigation header.\n */\n titleText!: string;\n\n /**\n Defines the `subtitleText` of the step.\n\n**Note:** the text is displayed in the `ui5-wizard` navigation header.\n */\n subtitleText!: string;\n\n /**\n Defines the `icon` of the step.\n\n**Note:** The icon is displayed in the `ui5-wizard` navigation header.\n\nThe SAP-icons font provides numerous options.\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines if the step is `disabled`. When disabled the step is displayed,\nbut the user can't select the step by clicking or navigate to it with scrolling.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n disabled!: boolean;\n\n /**\n Defines the step's `selected` state - the step that is currently active.\n\n**Note:** Step can't be `selected` and `disabled` at the same time.\nIn this case the `selected` property would take precedence.\n */\n selected!: boolean;\n\n /**\n When `branching` is enabled a dashed line would be displayed after the step,\nmeant to indicate that the next step is not yet known and depends on user choice in the current step.\n\n**Note:** It is recommended to use `branching` on the last known step\nand later add new steps when it becomes clear how the wizard flow should continue.\n */\n branching!: boolean;\n\n private elementRef: ElementRef<WizardStep> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): WizardStep {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardStepComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAgCM,IAAA,mBAAmB,GAtBzB,MAsBM,mBAAmB,CAAA;AAuDvB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA2B,MAAM,CAAC,UAAU,CAAC,CAAC;AACxD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA7DG,mBAAmB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,4PAXb,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAWjC,mBAAmB,GAAA,UAAA,CAAA;AAtBxB,IAAA,WAAW,CAAC;QACX,WAAW;QACX,cAAc;QACd,MAAM;QACN,UAAU;QACV,UAAU;QACV,WAAW;KACZ,CAAC;;AAeI,CAAA,EAAA,mBAAmB,CA8DxB,CAAA;2FA9DK,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAdxB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,WAAW;wBACX,cAAc;wBACd,MAAM;wBACN,UAAU;wBACV,UAAU;wBACV,WAAW;AACZ,qBAAA;AACD,oBAAA,QAAQ,EAAE,eAAe;AAC1B,iBAAA,CAAA;;;AC/BD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let WizardComponent = class WizardComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: WizardComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: WizardComponent, isStandalone: true, selector: "ui5-wizard", inputs: { contentLayout: "contentLayout" }, outputs: { ui5StepChange: "ui5StepChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: WizardComponent, isStandalone: true, selector: "ui5-wizard", inputs: { contentLayout: "contentLayout" }, outputs: { ui5StepChange: "ui5StepChange" }, exportAs: ["ui5Wizard"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  WizardComponent = __decorate([
21
21
  ProxyInputs(['contentLayout']),
@@ -30,6 +30,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
30
30
  template: '<ng-content></ng-content>',
31
31
  inputs: ['contentLayout'],
32
32
  outputs: ['ui5StepChange'],
33
+ exportAs: 'ui5Wizard',
33
34
  }]
34
35
  }], ctorParameters: () => [] });
35
36
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard/index.ts","../../../../libs/ui5-angular/fiori/wizard/ui5-webcomponents-ngx-fiori-wizard.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport {\n default as Wizard,\n WizardStepChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['contentLayout'])\n@ProxyOutputs(['step-change: ui5StepChange'])\n@Component({\n standalone: true,\n selector: 'ui5-wizard',\n template: '<ng-content></ng-content>',\n inputs: ['contentLayout'],\n outputs: ['ui5StepChange'],\n})\nclass WizardComponent {\n /**\n Defines how the content of the <code>ui5-wizard</code> would be visualized.\n */\n contentLayout!: 'MultipleSteps' | 'SingleStep';\n\n /**\n Fired when the step is changed by user interaction - either with scrolling,\nor by clicking on the steps within the component header.\n */\n ui5StepChange!: EventEmitter<WizardStepChangeEventDetail>;\n\n private elementRef: ElementRef<Wizard> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Wizard {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuBM,IAAA,eAAe,GATrB,MASM,eAAe,CAAA;AAgBnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtBG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,+JAJT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,eAAe,GAAA,UAAA,CAAA;AATpB,IAAA,WAAW,CAAC,CAAC,eAAe,CAAC,CAAC;AAC9B,IAAA,YAAY,CAAC,CAAC,4BAA4B,CAAC,CAAC;;AAQvC,CAAA,EAAA,eAAe,CAuBpB,CAAA;2FAvBK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAPpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,eAAe,CAAC;oBACzB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC3B,iBAAA,CAAA;;;ACtBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori-wizard.mjs","sources":["../../../../libs/ui5-angular/fiori/wizard/index.ts","../../../../libs/ui5-angular/fiori/wizard/ui5-webcomponents-ngx-fiori-wizard.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport {\n default as Wizard,\n WizardStepChangeEventDetail,\n} from '@ui5/webcomponents-fiori/dist/Wizard.js';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\n@ProxyInputs(['contentLayout'])\n@ProxyOutputs(['step-change: ui5StepChange'])\n@Component({\n standalone: true,\n selector: 'ui5-wizard',\n template: '<ng-content></ng-content>',\n inputs: ['contentLayout'],\n outputs: ['ui5StepChange'],\n exportAs: 'ui5Wizard',\n})\nclass WizardComponent {\n /**\n Defines how the content of the `ui5-wizard` would be visualized.\n */\n contentLayout!: 'MultipleSteps' | 'SingleStep';\n\n /**\n Fired when the step is changed by user interaction - either with scrolling,\nor by clicking on the steps within the component header.\n */\n ui5StepChange!: EventEmitter<WizardStepChangeEventDetail>;\n\n private elementRef: ElementRef<Wizard> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Wizard {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { WizardComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,eAAe,GAVrB,MAUM,eAAe,CAAA;AAgBnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtBG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,wLALT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,eAAe,GAAA,UAAA,CAAA;AAVpB,IAAA,WAAW,CAAC,CAAC,eAAe,CAAC,CAAC;AAC9B,IAAA,YAAY,CAAC,CAAC,4BAA4B,CAAC,CAAC;;AASvC,CAAA,EAAA,eAAe,CAuBpB,CAAA;2FAvBK,eAAe,EAAA,UAAA,EAAA,CAAA;kBARpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,eAAe,CAAC;oBACzB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC1B,oBAAA,QAAQ,EAAE,WAAW;AACtB,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
@@ -2,8 +2,10 @@ import * as i0 from '@angular/core';
2
2
  import { NgModule } from '@angular/core';
3
3
  import * as i1 from '@ui5/webcomponents-ngx/fiori/theming';
4
4
  import '@ui5/webcomponents-fiori/dist/Assets.js';
5
- import { BarComponent } from '@ui5/webcomponents-ngx/fiori/bar';
6
5
  import { BarcodeScannerDialogComponent } from '@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog';
6
+ import { DynamicPageComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-page';
7
+ import { DynamicPageHeaderComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-page-header';
8
+ import { DynamicPageTitleComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-page-title';
7
9
  import { DynamicSideContentComponent } from '@ui5/webcomponents-ngx/fiori/dynamic-side-content';
8
10
  import { FilterItemComponent } from '@ui5/webcomponents-ngx/fiori/filter-item';
9
11
  import { FilterItemOptionComponent } from '@ui5/webcomponents-ngx/fiori/filter-item-option';
@@ -11,7 +13,7 @@ import { FlexibleColumnLayoutComponent } from '@ui5/webcomponents-ngx/fiori/flex
11
13
  import { IllustratedMessageComponent } from '@ui5/webcomponents-ngx/fiori/illustrated-message';
12
14
  import { MediaGalleryComponent } from '@ui5/webcomponents-ngx/fiori/media-gallery';
13
15
  import { MediaGalleryItemComponent } from '@ui5/webcomponents-ngx/fiori/media-gallery-item';
14
- import { NotificationActionComponent } from '@ui5/webcomponents-ngx/fiori/notification-action';
16
+ import { NotificationListComponent } from '@ui5/webcomponents-ngx/fiori/notification-list';
15
17
  import { NotificationListGroupItemComponent } from '@ui5/webcomponents-ngx/fiori/notification-list-group-item';
16
18
  import { NotificationListItemComponent } from '@ui5/webcomponents-ngx/fiori/notification-list-item';
17
19
  import { PageComponent } from '@ui5/webcomponents-ngx/fiori/page';
@@ -20,6 +22,7 @@ import { ProductSwitchItemComponent } from '@ui5/webcomponents-ngx/fiori/product
20
22
  import { ShellBarComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar';
21
23
  import { ShellBarItemComponent } from '@ui5/webcomponents-ngx/fiori/shell-bar-item';
22
24
  import { SideNavigationComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation';
25
+ import { SideNavigationGroupComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-group';
23
26
  import { SideNavigationItemComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-item';
24
27
  import { SideNavigationSubItemComponent } from '@ui5/webcomponents-ngx/fiori/side-navigation-sub-item';
25
28
  import { SortItemComponent } from '@ui5/webcomponents-ngx/fiori/sort-item';
@@ -32,8 +35,10 @@ import { WizardComponent } from '@ui5/webcomponents-ngx/fiori/wizard';
32
35
  import { WizardStepComponent } from '@ui5/webcomponents-ngx/fiori/wizard-step';
33
36
 
34
37
  const imports = [
35
- BarComponent,
36
38
  BarcodeScannerDialogComponent,
39
+ DynamicPageComponent,
40
+ DynamicPageHeaderComponent,
41
+ DynamicPageTitleComponent,
37
42
  DynamicSideContentComponent,
38
43
  FilterItemComponent,
39
44
  FilterItemOptionComponent,
@@ -41,7 +46,7 @@ const imports = [
41
46
  IllustratedMessageComponent,
42
47
  MediaGalleryComponent,
43
48
  MediaGalleryItemComponent,
44
- NotificationActionComponent,
49
+ NotificationListComponent,
45
50
  NotificationListGroupItemComponent,
46
51
  NotificationListItemComponent,
47
52
  PageComponent,
@@ -50,6 +55,7 @@ const imports = [
50
55
  ShellBarComponent,
51
56
  ShellBarItemComponent,
52
57
  SideNavigationComponent,
58
+ SideNavigationGroupComponent,
53
59
  SideNavigationItemComponent,
54
60
  SideNavigationSubItemComponent,
55
61
  SortItemComponent,
@@ -65,8 +71,10 @@ const exports = [...imports];
65
71
  class Ui5FioriModule {
66
72
  constructor(ui5WebcomponentsFioriThemingService) { }
67
73
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: Ui5FioriModule, deps: [{ token: i1.Ui5WebcomponentsFioriThemingService }], target: i0.ɵɵFactoryTarget.NgModule }); }
68
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5FioriModule, imports: [BarComponent,
69
- BarcodeScannerDialogComponent,
74
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.9", ngImport: i0, type: Ui5FioriModule, imports: [BarcodeScannerDialogComponent,
75
+ DynamicPageComponent,
76
+ DynamicPageHeaderComponent,
77
+ DynamicPageTitleComponent,
70
78
  DynamicSideContentComponent,
71
79
  FilterItemComponent,
72
80
  FilterItemOptionComponent,
@@ -74,7 +82,7 @@ class Ui5FioriModule {
74
82
  IllustratedMessageComponent,
75
83
  MediaGalleryComponent,
76
84
  MediaGalleryItemComponent,
77
- NotificationActionComponent,
85
+ NotificationListComponent,
78
86
  NotificationListGroupItemComponent,
79
87
  NotificationListItemComponent,
80
88
  PageComponent,
@@ -83,6 +91,7 @@ class Ui5FioriModule {
83
91
  ShellBarComponent,
84
92
  ShellBarItemComponent,
85
93
  SideNavigationComponent,
94
+ SideNavigationGroupComponent,
86
95
  SideNavigationItemComponent,
87
96
  SideNavigationSubItemComponent,
88
97
  SortItemComponent,
@@ -92,8 +101,10 @@ class Ui5FioriModule {
92
101
  UploadCollectionItemComponent,
93
102
  ViewSettingsDialogComponent,
94
103
  WizardComponent,
95
- WizardStepComponent], exports: [BarComponent,
96
- BarcodeScannerDialogComponent,
104
+ WizardStepComponent], exports: [BarcodeScannerDialogComponent,
105
+ DynamicPageComponent,
106
+ DynamicPageHeaderComponent,
107
+ DynamicPageTitleComponent,
97
108
  DynamicSideContentComponent,
98
109
  FilterItemComponent,
99
110
  FilterItemOptionComponent,
@@ -101,7 +112,7 @@ class Ui5FioriModule {
101
112
  IllustratedMessageComponent,
102
113
  MediaGalleryComponent,
103
114
  MediaGalleryItemComponent,
104
- NotificationActionComponent,
115
+ NotificationListComponent,
105
116
  NotificationListGroupItemComponent,
106
117
  NotificationListItemComponent,
107
118
  PageComponent,
@@ -110,6 +121,7 @@ class Ui5FioriModule {
110
121
  ShellBarComponent,
111
122
  ShellBarItemComponent,
112
123
  SideNavigationComponent,
124
+ SideNavigationGroupComponent,
113
125
  SideNavigationItemComponent,
114
126
  SideNavigationSubItemComponent,
115
127
  SortItemComponent,
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport { BarComponent } from \"@ui5/webcomponents-ngx/fiori/bar\";\nimport { BarcodeScannerDialogComponent } from \"@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog\";\nimport { DynamicSideContentComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-side-content\";\nimport { FilterItemComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item\";\nimport { FilterItemOptionComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item-option\";\nimport { FlexibleColumnLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/flexible-column-layout\";\nimport { IllustratedMessageComponent } from \"@ui5/webcomponents-ngx/fiori/illustrated-message\";\nimport { MediaGalleryComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery\";\nimport { MediaGalleryItemComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery-item\";\nimport { NotificationActionComponent } from \"@ui5/webcomponents-ngx/fiori/notification-action\";\nimport { NotificationListGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-group-item\";\nimport { NotificationListItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-item\";\nimport { PageComponent } from \"@ui5/webcomponents-ngx/fiori/page\";\nimport { ProductSwitchComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch\";\nimport { ProductSwitchItemComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch-item\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarComponent,\n BarcodeScannerDialogComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NotificationActionComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n SideNavigationComponent,\n SideNavigationItemComponent,\n SideNavigationSubItemComponent,\n SortItemComponent,\n TimelineComponent,\n TimelineItemComponent,\n UploadCollectionComponent,\n UploadCollectionItemComponent,\n ViewSettingsDialogComponent,\n WizardComponent,\n WizardStepComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5FioriModule {\n constructor(\n ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService,\n ) {}\n}\nexport { Ui5FioriModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCA,MAAM,OAAO,GAAG;IACd,YAAY;IACZ,6BAA6B;IAC7B,2BAA2B;IAC3B,mBAAmB;IACnB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,qBAAqB;IACrB,yBAAyB;IACzB,2BAA2B;IAC3B,kCAAkC;IAClC,6BAA6B;IAC7B,aAAa;IACb,sBAAsB;IACtB,0BAA0B;IAC1B,iBAAiB;IACjB,qBAAqB;IACrB,uBAAuB;IACvB,2BAA2B;IAC3B,8BAA8B;IAC9B,iBAAiB;IACjB,iBAAiB;IACjB,qBAAqB;IACrB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,eAAe;IACf,mBAAmB;CACpB,CAAC;AACF,MAAM,OAAO,GAAG,CAAC,GAAG,OAAO,CAAC,CAAC;AAE7B,MAIM,cAAc,CAAA;IAClB,WACE,CAAA,mCAAwE,KACtE;8GAHA,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,mCAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAnClB,YAAY;YACZ,6BAA6B;YAC7B,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,2BAA2B;YAC3B,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,eAAe;AACf,YAAA,mBAAmB,aA3BnB,YAAY;YACZ,6BAA6B;YAC7B,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,2BAA2B;YAC3B,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,eAAe;YACf,mBAAmB,CAAA,EAAA,CAAA,CAAA,EAAA;AAQf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAHL,OAAO,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGhB,cAAc,EAAA,UAAA,EAAA,CAAA;kBAJnB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACrB,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACtB,iBAAA,CAAA;;;ACnED;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-fiori.mjs","sources":["../../../../libs/ui5-angular/fiori/ui5-fiori.module.ts","../../../../libs/ui5-angular/fiori/ui5-webcomponents-ngx-fiori.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\nimport { Ui5WebcomponentsFioriThemingService } from \"@ui5/webcomponents-ngx/fiori/theming\";\nimport \"@ui5/webcomponents-fiori/dist/Assets.js\";\nimport { BarcodeScannerDialogComponent } from \"@ui5/webcomponents-ngx/fiori/barcode-scanner-dialog\";\nimport { DynamicPageComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page\";\nimport { DynamicPageHeaderComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-header\";\nimport { DynamicPageTitleComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-page-title\";\nimport { DynamicSideContentComponent } from \"@ui5/webcomponents-ngx/fiori/dynamic-side-content\";\nimport { FilterItemComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item\";\nimport { FilterItemOptionComponent } from \"@ui5/webcomponents-ngx/fiori/filter-item-option\";\nimport { FlexibleColumnLayoutComponent } from \"@ui5/webcomponents-ngx/fiori/flexible-column-layout\";\nimport { IllustratedMessageComponent } from \"@ui5/webcomponents-ngx/fiori/illustrated-message\";\nimport { MediaGalleryComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery\";\nimport { MediaGalleryItemComponent } from \"@ui5/webcomponents-ngx/fiori/media-gallery-item\";\nimport { NotificationListComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list\";\nimport { NotificationListGroupItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-group-item\";\nimport { NotificationListItemComponent } from \"@ui5/webcomponents-ngx/fiori/notification-list-item\";\nimport { PageComponent } from \"@ui5/webcomponents-ngx/fiori/page\";\nimport { ProductSwitchComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch\";\nimport { ProductSwitchItemComponent } from \"@ui5/webcomponents-ngx/fiori/product-switch-item\";\nimport { ShellBarComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar\";\nimport { ShellBarItemComponent } from \"@ui5/webcomponents-ngx/fiori/shell-bar-item\";\nimport { SideNavigationComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation\";\nimport { SideNavigationGroupComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-group\";\nimport { SideNavigationItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-item\";\nimport { SideNavigationSubItemComponent } from \"@ui5/webcomponents-ngx/fiori/side-navigation-sub-item\";\nimport { SortItemComponent } from \"@ui5/webcomponents-ngx/fiori/sort-item\";\nimport { TimelineComponent } from \"@ui5/webcomponents-ngx/fiori/timeline\";\nimport { TimelineItemComponent } from \"@ui5/webcomponents-ngx/fiori/timeline-item\";\nimport { UploadCollectionComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection\";\nimport { UploadCollectionItemComponent } from \"@ui5/webcomponents-ngx/fiori/upload-collection-item\";\nimport { ViewSettingsDialogComponent } from \"@ui5/webcomponents-ngx/fiori/view-settings-dialog\";\nimport { WizardComponent } from \"@ui5/webcomponents-ngx/fiori/wizard\";\nimport { WizardStepComponent } from \"@ui5/webcomponents-ngx/fiori/wizard-step\";\n\nconst imports = [\n BarcodeScannerDialogComponent,\n DynamicPageComponent,\n DynamicPageHeaderComponent,\n DynamicPageTitleComponent,\n DynamicSideContentComponent,\n FilterItemComponent,\n FilterItemOptionComponent,\n FlexibleColumnLayoutComponent,\n IllustratedMessageComponent,\n MediaGalleryComponent,\n MediaGalleryItemComponent,\n NotificationListComponent,\n NotificationListGroupItemComponent,\n NotificationListItemComponent,\n PageComponent,\n ProductSwitchComponent,\n ProductSwitchItemComponent,\n ShellBarComponent,\n ShellBarItemComponent,\n SideNavigationComponent,\n SideNavigationGroupComponent,\n SideNavigationItemComponent,\n SideNavigationSubItemComponent,\n SortItemComponent,\n TimelineComponent,\n TimelineItemComponent,\n UploadCollectionComponent,\n UploadCollectionItemComponent,\n ViewSettingsDialogComponent,\n WizardComponent,\n WizardStepComponent,\n];\nconst exports = [...imports];\n\n@NgModule({\n imports: [...imports],\n exports: [...exports],\n})\nclass Ui5FioriModule {\n constructor(\n ui5WebcomponentsFioriThemingService: Ui5WebcomponentsFioriThemingService,\n ) {}\n}\nexport { Ui5FioriModule };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmCA,MAAM,OAAO,GAAG;IACd,6BAA6B;IAC7B,oBAAoB;IACpB,0BAA0B;IAC1B,yBAAyB;IACzB,2BAA2B;IAC3B,mBAAmB;IACnB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,qBAAqB;IACrB,yBAAyB;IACzB,yBAAyB;IACzB,kCAAkC;IAClC,6BAA6B;IAC7B,aAAa;IACb,sBAAsB;IACtB,0BAA0B;IAC1B,iBAAiB;IACjB,qBAAqB;IACrB,uBAAuB;IACvB,4BAA4B;IAC5B,2BAA2B;IAC3B,8BAA8B;IAC9B,iBAAiB;IACjB,iBAAiB;IACjB,qBAAqB;IACrB,yBAAyB;IACzB,6BAA6B;IAC7B,2BAA2B;IAC3B,eAAe;IACf,mBAAmB;CACpB,CAAC;AACF,MAAM,OAAO,GAAG,CAAC,GAAG,OAAO,CAAC,CAAC;AAE7B,MAIM,cAAc,CAAA;IAClB,WACE,CAAA,mCAAwE,KACtE;8GAHA,cAAc,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,mCAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAd,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAtClB,6BAA6B;YAC7B,oBAAoB;YACpB,0BAA0B;YAC1B,yBAAyB;YACzB,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,yBAAyB;YACzB,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,4BAA4B;YAC5B,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,eAAe;AACf,YAAA,mBAAmB,aA9BnB,6BAA6B;YAC7B,oBAAoB;YACpB,0BAA0B;YAC1B,yBAAyB;YACzB,2BAA2B;YAC3B,mBAAmB;YACnB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,qBAAqB;YACrB,yBAAyB;YACzB,yBAAyB;YACzB,kCAAkC;YAClC,6BAA6B;YAC7B,aAAa;YACb,sBAAsB;YACtB,0BAA0B;YAC1B,iBAAiB;YACjB,qBAAqB;YACrB,uBAAuB;YACvB,4BAA4B;YAC5B,2BAA2B;YAC3B,8BAA8B;YAC9B,iBAAiB;YACjB,iBAAiB;YACjB,qBAAqB;YACrB,yBAAyB;YACzB,6BAA6B;YAC7B,2BAA2B;YAC3B,eAAe;YACf,mBAAmB,CAAA,EAAA,CAAA,CAAA,EAAA;AAQf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,cAAc,YAHL,OAAO,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAGhB,cAAc,EAAA,UAAA,EAAA,CAAA;kBAJnB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACrB,oBAAA,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC;AACtB,iBAAA,CAAA;;;ACzED;;AAEG;;;;"}
@@ -1,7 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Directive } from '@angular/core';
3
3
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
4
- import '@ui5/webcomponents/dist/features/InputElementsFormSupport.js';
5
4
 
6
5
  class GenericControlValueAccessor {
7
6
  constructor() {
@@ -19,7 +18,7 @@ class GenericControlValueAccessor {
19
18
  this.host.cvaValue = val;
20
19
  }
21
20
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: GenericControlValueAccessor, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
22
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: GenericControlValueAccessor, isStandalone: true, selector: "[noop]", host: { listeners: { "focusout": "onTouched()" } }, providers: [
21
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.9", type: GenericControlValueAccessor, isStandalone: true, selector: "[noop]", host: { listeners: { "focusout": "onTouched?.()" } }, providers: [
23
22
  {
24
23
  provide: NG_VALUE_ACCESSOR,
25
24
  useExisting: GenericControlValueAccessor,
@@ -40,7 +39,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
40
39
  },
41
40
  ],
42
41
  host: {
43
- '(focusout)': 'onTouched()',
42
+ '(focusout)': 'onTouched?.()',
44
43
  },
45
44
  }]
46
45
  }] });
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-generic-cva.mjs","sources":["../../../../libs/ui5-angular/generic-cva/index.ts","../../../../libs/ui5-angular/generic-cva/ui5-webcomponents-ngx-generic-cva.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\nimport '@ui5/webcomponents/dist/features/InputElementsFormSupport.js';\n\ninterface CvaComponent<ValueType = any> {\n element: Element;\n cvaValue: ValueType;\n}\n\n@Directive({\n selector: '[noop]',\n standalone: true,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: GenericControlValueAccessor,\n multi: true,\n },\n ],\n host: {\n '(focusout)': 'onTouched()',\n },\n})\nclass GenericControlValueAccessor<ValueType = any>\n implements ControlValueAccessor\n{\n onChange!: (val: ValueType) => void;\n onTouched!: () => void;\n\n host!: CvaComponent<ValueType>;\n\n setDisabledState = (isDisabled: boolean): void => {\n this.host.element['disabled'] = isDisabled;\n };\n\n registerOnChange(fn: (newVal: ValueType) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n writeValue(val: ValueType): void {\n this.host.cvaValue = val;\n }\n}\n\nexport { GenericControlValueAccessor };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;AASA,MAcM,2BAA2B,CAAA;AAdjC,IAAA,WAAA,GAAA;AAsBE,QAAA,IAAA,CAAA,gBAAgB,GAAG,CAAC,UAAmB,KAAU;YAC/C,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;AAC7C,SAAC,CAAC;AAaH,KAAA;AAXC,IAAA,gBAAgB,CAAC,EAA+B,EAAA;AAC9C,QAAA,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;KACpB;AAED,IAAA,iBAAiB,CAAC,EAAc,EAAA;AAC9B,QAAA,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;KACrB;AAED,IAAA,UAAU,CAAC,GAAc,EAAA;AACvB,QAAA,IAAI,CAAC,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;KAC1B;8GAtBG,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,EAXpB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,UAAA,EAAA,aAAA,EAAA,EAAA,EAAA,SAAA,EAAA;AACT,YAAA;AACE,gBAAA,OAAO,EAAE,iBAAiB;AAC1B,gBAAA,WAAW,EAAE,2BAA2B;AACxC,gBAAA,KAAK,EAAE,IAAI;AACZ,aAAA;AACF,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAKG,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAdhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,QAAQ;AAClB,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,SAAS,EAAE;AACT,wBAAA;AACE,4BAAA,OAAO,EAAE,iBAAiB;AAC1B,4BAAA,WAAW,EAA6B,2BAAA;AACxC,4BAAA,KAAK,EAAE,IAAI;AACZ,yBAAA;AACF,qBAAA;AACD,oBAAA,IAAI,EAAE;AACJ,wBAAA,YAAY,EAAE,aAAa;AAC5B,qBAAA;AACF,iBAAA,CAAA;;;ACtBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-generic-cva.mjs","sources":["../../../../libs/ui5-angular/generic-cva/index.ts","../../../../libs/ui5-angular/generic-cva/ui5-webcomponents-ngx-generic-cva.ts"],"sourcesContent":["import { Directive } from '@angular/core';\nimport { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';\n\ninterface CvaComponent<ValueType = any> {\n element: Element;\n cvaValue: ValueType;\n}\n\n@Directive({\n selector: '[noop]',\n standalone: true,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: GenericControlValueAccessor,\n multi: true,\n },\n ],\n host: {\n '(focusout)': 'onTouched?.()',\n },\n})\nclass GenericControlValueAccessor<ValueType = any>\n implements ControlValueAccessor\n{\n onChange!: (val: ValueType) => void;\n onTouched!: () => void;\n\n host!: CvaComponent<ValueType>;\n\n setDisabledState = (isDisabled: boolean): void => {\n this.host.element['disabled'] = isDisabled;\n };\n\n registerOnChange(fn: (newVal: ValueType) => void): void {\n this.onChange = fn;\n }\n\n registerOnTouched(fn: () => void): void {\n this.onTouched = fn;\n }\n\n writeValue(val: ValueType): void {\n this.host.cvaValue = val;\n }\n}\n\nexport { GenericControlValueAccessor };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAQA,MAcM,2BAA2B,CAAA;AAdjC,IAAA,WAAA,GAAA;AAsBE,QAAA,IAAA,CAAA,gBAAgB,GAAG,CAAC,UAAmB,KAAU;YAC/C,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,GAAG,UAAU,CAAC;AAC7C,SAAC,CAAC;AAaH,KAAA;AAXC,IAAA,gBAAgB,CAAC,EAA+B,EAAA;AAC9C,QAAA,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;KACpB;AAED,IAAA,iBAAiB,CAAC,EAAc,EAAA;AAC9B,QAAA,IAAI,CAAC,SAAS,GAAG,EAAE,CAAC;KACrB;AAED,IAAA,UAAU,CAAC,GAAc,EAAA;AACvB,QAAA,IAAI,CAAC,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC;KAC1B;8GAtBG,2BAA2B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,2BAA2B,EAXpB,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,SAAA,EAAA,EAAA,UAAA,EAAA,eAAA,EAAA,EAAA,EAAA,SAAA,EAAA;AACT,YAAA;AACE,gBAAA,OAAO,EAAE,iBAAiB;AAC1B,gBAAA,WAAW,EAAE,2BAA2B;AACxC,gBAAA,KAAK,EAAE,IAAI;AACZ,aAAA;AACF,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAKG,2BAA2B,EAAA,UAAA,EAAA,CAAA;kBAdhC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,QAAQ,EAAE,QAAQ;AAClB,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,SAAS,EAAE;AACT,wBAAA;AACE,4BAAA,OAAO,EAAE,iBAAiB;AAC1B,4BAAA,WAAW,EAA6B,2BAAA;AACxC,4BAAA,KAAK,EAAE,IAAI;AACZ,yBAAA;AACF,qBAAA;AACD,oBAAA,IAAI,EAAE;AACJ,wBAAA,YAAY,EAAE,eAAe;AAC9B,qBAAA;AACF,iBAAA,CAAA;;;ACrBD;;AAEG;;;;"}
@@ -15,10 +15,10 @@ let AvatarGroupComponent = class AvatarGroupComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AvatarGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarGroupComponent, isStandalone: true, selector: "ui5-avatar-group", inputs: { type: "type" }, outputs: { ui5Click: "ui5Click", ui5Overflow: "ui5Overflow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarGroupComponent, isStandalone: true, selector: "ui5-avatar-group", inputs: { type: "type", accessibilityAttributes: "accessibilityAttributes" }, outputs: { ui5Click: "ui5Click", ui5Overflow: "ui5Overflow" }, exportAs: ["ui5AvatarGroup"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  AvatarGroupComponent = __decorate([
21
- ProxyInputs(['type']),
21
+ ProxyInputs(['type', 'accessibilityAttributes']),
22
22
  ProxyOutputs(['click: ui5Click', 'overflow: ui5Overflow']),
23
23
  __metadata("design:paramtypes", [])
24
24
  ], AvatarGroupComponent);
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
28
28
  standalone: true,
29
29
  selector: 'ui5-avatar-group',
30
30
  template: '<ng-content></ng-content>',
31
- inputs: ['type'],
31
+ inputs: ['type', 'accessibilityAttributes'],
32
32
  outputs: ['ui5Click', 'ui5Overflow'],
33
+ exportAs: 'ui5AvatarGroup',
33
34
  }]
34
35
  }], ctorParameters: () => [] });
35
36
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-avatar-group.mjs","sources":["../../../../libs/ui5-angular/main/avatar-group/index.ts","../../../../libs/ui5-angular/main/avatar-group/ui5-webcomponents-ngx-main-avatar-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/AvatarGroup.js';\nimport {\n default as AvatarGroup,\n AvatarGroupClickEventDetail,\n} from '@ui5/webcomponents/dist/AvatarGroup.js';\n@ProxyInputs(['type'])\n@ProxyOutputs(['click: ui5Click', 'overflow: ui5Overflow'])\n@Component({\n standalone: true,\n selector: 'ui5-avatar-group',\n template: '<ng-content></ng-content>',\n inputs: ['type'],\n outputs: ['ui5Click', 'ui5Overflow'],\n})\nclass AvatarGroupComponent {\n /**\n Defines the mode of the <code>AvatarGroup</code>.\n */\n type!: 'Group' | 'Individual';\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key.\n */\n ui5Click!: EventEmitter<AvatarGroupClickEventDetail>;\n /**\n Fired when the count of visible <code>ui5-avatar</code> elements in the\ncomponent has changed\n */\n ui5Overflow!: EventEmitter<void>;\n\n private elementRef: ElementRef<AvatarGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): AvatarGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { AvatarGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuBM,IAAA,oBAAoB,GAT1B,MASM,oBAAoB,CAAA;AAqBxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA3BG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,qKAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,oBAAoB,GAAA,UAAA,CAAA;AATzB,IAAA,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC;AACrB,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC;;AAQrD,CAAA,EAAA,oBAAoB,CA4BzB,CAAA;2FA5BK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,CAAC;AAChB,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;AACrC,iBAAA,CAAA;;;ACtBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-avatar-group.mjs","sources":["../../../../libs/ui5-angular/main/avatar-group/index.ts","../../../../libs/ui5-angular/main/avatar-group/ui5-webcomponents-ngx-main-avatar-group.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/AvatarGroup.js';\nimport {\n default as AvatarGroup,\n AvatarGroupAccessibilityAttributes,\n AvatarGroupClickEventDetail,\n} from '@ui5/webcomponents/dist/AvatarGroup.js';\n@ProxyInputs(['type', 'accessibilityAttributes'])\n@ProxyOutputs(['click: ui5Click', 'overflow: ui5Overflow'])\n@Component({\n standalone: true,\n selector: 'ui5-avatar-group',\n template: '<ng-content></ng-content>',\n inputs: ['type', 'accessibilityAttributes'],\n outputs: ['ui5Click', 'ui5Overflow'],\n exportAs: 'ui5AvatarGroup',\n})\nclass AvatarGroupComponent {\n /**\n Defines the mode of the `AvatarGroup`.\n */\n type!: 'Group' | 'Individual';\n\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n */\n accessibilityAttributes!: AvatarGroupAccessibilityAttributes;\n\n /**\n Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key.\n */\n ui5Click!: EventEmitter<AvatarGroupClickEventDetail>;\n /**\n Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed\n */\n ui5Overflow!: EventEmitter<void>;\n\n private elementRef: ElementRef<AvatarGroup> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): AvatarGroup {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { AvatarGroupComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAyBM,IAAA,oBAAoB,GAV1B,MAUM,oBAAoB,CAAA;AA8BxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApCG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,uPALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAVzB,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,yBAAyB,CAAC,CAAC;AAChD,IAAA,YAAY,CAAC,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,CAAC;;AASrD,CAAA,EAAA,oBAAoB,CAqCzB,CAAA;2FArCK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,kBAAkB;AAC5B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,yBAAyB,CAAC;AAC3C,oBAAA,OAAO,EAAE,CAAC,UAAU,EAAE,aAAa,CAAC;AACpC,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;ACxBD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let AvatarComponent = class AvatarComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarComponent, isStandalone: true, selector: "ui5-avatar", inputs: { disabled: "disabled", interactive: "interactive", icon: "icon", fallbackIcon: "fallbackIcon", initials: "initials", shape: "shape", size: "size", colorScheme: "colorScheme", accessibleName: "accessibleName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: AvatarComponent, isStandalone: true, selector: "ui5-avatar", inputs: { disabled: "disabled", interactive: "interactive", icon: "icon", fallbackIcon: "fallbackIcon", initials: "initials", shape: "shape", size: "size", colorScheme: "colorScheme", accessibleName: "accessibleName", accessibilityAttributes: "accessibilityAttributes" }, exportAs: ["ui5Avatar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  AvatarComponent = __decorate([
21
21
  ProxyInputs([
@@ -28,6 +28,7 @@ AvatarComponent = __decorate([
28
28
  'size',
29
29
  'colorScheme',
30
30
  'accessibleName',
31
+ 'accessibilityAttributes',
31
32
  ]),
32
33
  __metadata("design:paramtypes", [])
33
34
  ], AvatarComponent);
@@ -47,7 +48,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
47
48
  'size',
48
49
  'colorScheme',
49
50
  'accessibleName',
51
+ 'accessibilityAttributes',
50
52
  ],
53
+ exportAs: 'ui5Avatar',
51
54
  }]
52
55
  }], ctorParameters: () => [] });
53
56
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-avatar.mjs","sources":["../../../../libs/ui5-angular/main/avatar/index.ts","../../../../libs/ui5-angular/main/avatar/ui5-webcomponents-ngx-main-avatar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Avatar.js';\nimport Avatar from '@ui5/webcomponents/dist/Avatar.js';\n@ProxyInputs([\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n])\n@Component({\n standalone: true,\n selector: 'ui5-avatar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n ],\n})\nclass AvatarComponent {\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines if the avatar is interactive (focusable and pressable).\n<b>Note:</b> This property won't have effect if the <code>disabled</code>\nproperty is set to <code>true</code>.\n */\n interactive!: boolean;\n\n /**\n Defines the name of the UI5 Icon, that will be displayed.\n<br>\n<b>Note:</b> If <code>image</code> slot is provided, the property will be ignored.\n<br>\n<b>Note:</b> You should import the desired icon first, then use its name as \"icon\".\n<br><br>\nimport \"@ui5/webcomponents-icons/dist/{icon_name}.js\"\n<br>\n<pre>&lt;ui5-avatar icon=\"employee\"></pre>\n<br>\n<b>Note:</b> If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.\n */\n icon!: string;\n\n /**\n Defines the name of the fallback icon, which should be displayed in the following cases:\n<ul>\n\t<li>If the initials are not valid (more than 3 letters, unsupported languages or empty initials).</li>\n\t<li>If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).</li>\n\t<li>If the image src is wrong.</li>\n</ul>\n\n<br>\n<b>Note:</b> If not set, a default fallback icon \"employee\" is displayed.\n<br>\n<b>Note:</b> You should import the desired icon first, then use its name as \"fallback-icon\".\n<br><br>\nimport \"@ui5/webcomponents-icons/dist/{icon_name}.js\"\n<br>\n<pre>&lt;ui5-avatar fallback-icon=\"alert\"></pre>\n<br>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.\n */\n fallbackIcon!: string;\n\n /**\n Defines the displayed initials.\n<br>\nUp to three Latin letters can be displayed as initials.\n */\n initials!: string;\n\n /**\n Defines the shape of the component.\n */\n shape!: 'Circle' | 'Square';\n\n /**\n Defines predefined size of the component.\n */\n size!: 'XS' | 'S' | 'M' | 'L' | 'XL';\n\n /**\n Defines the background color of the desired image.\n */\n colorScheme!:\n | 'Accent1'\n | 'Accent2'\n | 'Accent3'\n | 'Accent4'\n | 'Accent5'\n | 'Accent6'\n | 'Accent7'\n | 'Accent8'\n | 'Accent9'\n | 'Accent10'\n | 'Placeholder';\n\n /**\n Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.\n */\n accessibleName!: string;\n\n private elementRef: ElementRef<Avatar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Avatar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { AvatarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAqCM,IAAA,eAAe,GA3BrB,MA2BM,eAAe,CAAA;AAiGnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAvGG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,kSAbT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAajC,eAAe,GAAA,UAAA,CAAA;AA3BpB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,aAAa;QACb,MAAM;QACN,cAAc;QACd,UAAU;QACV,OAAO;QACP,MAAM;QACN,aAAa;QACb,gBAAgB;KACjB,CAAC;;AAiBI,CAAA,EAAA,eAAe,CAwGpB,CAAA;2FAxGK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAhBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,cAAc;wBACd,UAAU;wBACV,OAAO;wBACP,MAAM;wBACN,aAAa;wBACb,gBAAgB;AACjB,qBAAA;AACF,iBAAA,CAAA;;;ACpCD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-avatar.mjs","sources":["../../../../libs/ui5-angular/main/avatar/index.ts","../../../../libs/ui5-angular/main/avatar/ui5-webcomponents-ngx-main-avatar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Avatar.js';\nimport {\n default as Avatar,\n AvatarAccessibilityAttributes,\n} from '@ui5/webcomponents/dist/Avatar.js';\n@ProxyInputs([\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n 'accessibilityAttributes',\n])\n@Component({\n standalone: true,\n selector: 'ui5-avatar',\n template: '<ng-content></ng-content>',\n inputs: [\n 'disabled',\n 'interactive',\n 'icon',\n 'fallbackIcon',\n 'initials',\n 'shape',\n 'size',\n 'colorScheme',\n 'accessibleName',\n 'accessibilityAttributes',\n ],\n exportAs: 'ui5Avatar',\n})\nclass AvatarComponent {\n /**\n Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.\n */\n disabled!: boolean;\n\n /**\n Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.\n */\n interactive!: boolean;\n\n /**\n Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n icon!: string;\n\n /**\n Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n */\n fallbackIcon!: string;\n\n /**\n Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.\n */\n initials!: string;\n\n /**\n Defines the shape of the component.\n */\n shape!: 'Circle' | 'Square';\n\n /**\n Defines predefined size of the component.\n */\n size!: 'XS' | 'S' | 'M' | 'L' | 'XL';\n\n /**\n Defines the background color of the desired image.\n */\n colorScheme!:\n | 'Accent1'\n | 'Accent2'\n | 'Accent3'\n | 'Accent4'\n | 'Accent5'\n | 'Accent6'\n | 'Accent7'\n | 'Accent8'\n | 'Accent9'\n | 'Accent10'\n | 'Placeholder';\n\n /**\n Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.\n */\n accessibleName!: string;\n\n /**\n Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n */\n accessibilityAttributes!: AvatarAccessibilityAttributes;\n\n private elementRef: ElementRef<Avatar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Avatar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { AvatarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AA2CM,IAAA,eAAe,GA9BrB,MA8BM,eAAe,CAAA;AAwGnB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAuB,MAAM,CAAC,UAAU,CAAC,CAAC;AACpD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA9GG,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAf,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,+WAfT,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAejC,eAAe,GAAA,UAAA,CAAA;AA9BpB,IAAA,WAAW,CAAC;QACX,UAAU;QACV,aAAa;QACb,MAAM;QACN,cAAc;QACd,UAAU;QACV,OAAO;QACP,MAAM;QACN,aAAa;QACb,gBAAgB;QAChB,yBAAyB;KAC1B,CAAC;;AAmBI,CAAA,EAAA,eAAe,CA+GpB,CAAA;2FA/GK,eAAe,EAAA,UAAA,EAAA,CAAA;kBAlBpB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,YAAY;AACtB,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE;wBACN,UAAU;wBACV,aAAa;wBACb,MAAM;wBACN,cAAc;wBACd,UAAU;wBACV,OAAO;wBACP,MAAM;wBACN,aAAa;wBACb,gBAAgB;wBAChB,yBAAyB;AAC1B,qBAAA;AACD,oBAAA,QAAQ,EAAE,WAAW;AACtB,iBAAA,CAAA;;;AC1CD;;AAEG;;;;"}
@@ -1,8 +1,8 @@
1
1
  import { __metadata, __decorate } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { ElementRef, inject, NgZone, ChangeDetectorRef, Component } from '@angular/core';
4
- import '@ui5/webcomponents-fiori/dist/Bar.js';
5
4
  import { ProxyInputs } from '@ui5/webcomponents-ngx/utils';
5
+ import '@ui5/webcomponents/dist/Bar.js';
6
6
 
7
7
  let BarComponent = class BarComponent {
8
8
  get element() {
@@ -15,7 +15,7 @@ let BarComponent = class BarComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BarComponent, isStandalone: true, selector: "ui5-bar", inputs: { design: "design" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BarComponent, isStandalone: true, selector: "ui5-bar", inputs: { design: "design" }, exportAs: ["ui5Bar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  BarComponent = __decorate([
21
21
  ProxyInputs(['design']),
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
28
28
  selector: 'ui5-bar',
29
29
  template: '<ng-content></ng-content>',
30
30
  inputs: ['design'],
31
+ exportAs: 'ui5Bar',
31
32
  }]
32
33
  }], ctorParameters: () => [] });
33
34
 
@@ -36,4 +37,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
36
37
  */
37
38
 
38
39
  export { BarComponent };
39
- //# sourceMappingURL=ui5-webcomponents-ngx-fiori-bar.mjs.map
40
+ //# sourceMappingURL=ui5-webcomponents-ngx-main-bar.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-bar.mjs","sources":["../../../../libs/ui5-angular/main/bar/index.ts","../../../../libs/ui5-angular/main/bar/ui5-webcomponents-ngx-main-bar.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Bar.js';\nimport Bar from '@ui5/webcomponents/dist/Bar.js';\n@ProxyInputs(['design'])\n@Component({\n standalone: true,\n selector: 'ui5-bar',\n template: '<ng-content></ng-content>',\n inputs: ['design'],\n exportAs: 'ui5Bar',\n})\nclass BarComponent {\n /**\n Defines the component's design.\n */\n design!: 'Header' | 'Subheader' | 'Footer' | 'FloatingFooter';\n\n private elementRef: ElementRef<Bar> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Bar {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BarComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,YAAY,GARlB,MAQM,YAAY,CAAA;AAUhB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAoB,MAAM,CAAC,UAAU,CAAC,CAAC;AACjD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAhBG,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAZ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,YAAY,uHAJN,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,YAAY,GAAA,UAAA,CAAA;AARjB,IAAA,WAAW,CAAC,CAAC,QAAQ,CAAC,CAAC;;AAQlB,CAAA,EAAA,YAAY,CAiBjB,CAAA;2FAjBK,YAAY,EAAA,UAAA,EAAA,CAAA;kBAPjB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,SAAS;AACnB,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,QAAQ,CAAC;AAClB,oBAAA,QAAQ,EAAE,QAAQ;AACnB,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,7 +15,7 @@ let BreadcrumbsItemComponent = class BreadcrumbsItemComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BreadcrumbsItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsItemComponent, isStandalone: true, selector: "ui5-breadcrumbs-item", inputs: { href: "href", target: "target", accessibleName: "accessibleName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsItemComponent, isStandalone: true, selector: "ui5-breadcrumbs-item", inputs: { href: "href", target: "target", accessibleName: "accessibleName" }, exportAs: ["ui5BreadcrumbsItem"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  BreadcrumbsItemComponent = __decorate([
21
21
  ProxyInputs(['href', 'target', 'accessibleName']),
@@ -28,6 +28,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
28
28
  selector: 'ui5-breadcrumbs-item',
29
29
  template: '<ng-content></ng-content>',
30
30
  inputs: ['href', 'target', 'accessibleName'],
31
+ exportAs: 'ui5BreadcrumbsItem',
31
32
  }]
32
33
  }], ctorParameters: () => [] });
33
34
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs-item.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs-item/index.ts","../../../../libs/ui5-angular/main/breadcrumbs-item/ui5-webcomponents-ngx-main-breadcrumbs-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BreadcrumbsItem.js';\nimport BreadcrumbsItem from '@ui5/webcomponents/dist/BreadcrumbsItem.js';\n@ProxyInputs(['href', 'target', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs-item',\n template: '<ng-content></ng-content>',\n inputs: ['href', 'target', 'accessibleName'],\n})\nclass BreadcrumbsItemComponent {\n /**\n Defines the link href.\n<br><br>\n<b>Note:</b> Standard hyperlink behavior is supported.\n */\n href!: string;\n\n /**\n Defines the link target.\n<br><br>\nAvailable options are:\n<ul>\n<li><code>_self</code></li>\n<li><code>_top</code></li>\n<li><code>_blank</code></li>\n<li><code>_parent</code></li>\n<li><code>_search</code></li>\n</ul>\n<br><br>\n<b>Note:<b> This property must only be used when the <code>href</code> property is set.\n */\n target!: string | undefined;\n\n /**\n Defines the accessible ARIA name of the item.\n */\n accessibleName!: string;\n\n private elementRef: ElementRef<BreadcrumbsItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): BreadcrumbsItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BreadcrumbsItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAiBM,IAAA,wBAAwB,GAP9B,MAOM,wBAAwB,CAAA;AAiC5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAvCG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,8JAHlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAGjC,wBAAwB,GAAA,UAAA,CAAA;IAP7B,WAAW,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC;;AAO5C,CAAA,EAAA,wBAAwB,CAwC7B,CAAA;2FAxCK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAN7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC;AAC7C,iBAAA,CAAA;;;AChBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs-item.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs-item/index.ts","../../../../libs/ui5-angular/main/breadcrumbs-item/ui5-webcomponents-ngx-main-breadcrumbs-item.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BreadcrumbsItem.js';\nimport BreadcrumbsItem from '@ui5/webcomponents/dist/BreadcrumbsItem.js';\n@ProxyInputs(['href', 'target', 'accessibleName'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs-item',\n template: '<ng-content></ng-content>',\n inputs: ['href', 'target', 'accessibleName'],\n exportAs: 'ui5BreadcrumbsItem',\n})\nclass BreadcrumbsItemComponent {\n /**\n Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.\n */\n href!: string;\n\n /**\n Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.\n */\n target!: string | undefined;\n\n /**\n Defines the accessible ARIA name of the item.\n */\n accessibleName!: string;\n\n private elementRef: ElementRef<BreadcrumbsItem> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): BreadcrumbsItem {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BreadcrumbsItemComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,wBAAwB,GAR9B,MAQM,wBAAwB,CAAA;AAgC5B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAAgC,MAAM,CAAC,UAAU,CAAC,CAAC;AAC7D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtCG,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAxB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,wBAAwB,gMAJlB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,wBAAwB,GAAA,UAAA,CAAA;IAR7B,WAAW,CAAC,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC;;AAQ5C,CAAA,EAAA,wBAAwB,CAuC7B,CAAA;2FAvCK,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBAP7B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,sBAAsB;AAChC,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,MAAM,EAAE,QAAQ,EAAE,gBAAgB,CAAC;AAC5C,oBAAA,QAAQ,EAAE,oBAAoB;AAC/B,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,10 +15,10 @@ let BreadcrumbsComponent = class BreadcrumbsComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BreadcrumbsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsComponent, isStandalone: true, selector: "ui5-breadcrumbs", inputs: { design: "design", separatorStyle: "separatorStyle" }, outputs: { ui5ItemClick: "ui5ItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BreadcrumbsComponent, isStandalone: true, selector: "ui5-breadcrumbs", inputs: { design: "design", separators: "separators" }, outputs: { ui5ItemClick: "ui5ItemClick" }, exportAs: ["ui5Breadcrumbs"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  BreadcrumbsComponent = __decorate([
21
- ProxyInputs(['design', 'separatorStyle']),
21
+ ProxyInputs(['design', 'separators']),
22
22
  ProxyOutputs(['item-click: ui5ItemClick']),
23
23
  __metadata("design:paramtypes", [])
24
24
  ], BreadcrumbsComponent);
@@ -28,8 +28,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
28
28
  standalone: true,
29
29
  selector: 'ui5-breadcrumbs',
30
30
  template: '<ng-content></ng-content>',
31
- inputs: ['design', 'separatorStyle'],
31
+ inputs: ['design', 'separators'],
32
32
  outputs: ['ui5ItemClick'],
33
+ exportAs: 'ui5Breadcrumbs',
33
34
  }]
34
35
  }], ctorParameters: () => [] });
35
36
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs/index.ts","../../../../libs/ui5-angular/main/breadcrumbs/ui5-webcomponents-ngx-main-breadcrumbs.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Breadcrumbs.js';\nimport {\n default as Breadcrumbs,\n BreadcrumbsItemClickEventDetail,\n} from '@ui5/webcomponents/dist/Breadcrumbs.js';\n@ProxyInputs(['design', 'separatorStyle'])\n@ProxyOutputs(['item-click: ui5ItemClick'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs',\n template: '<ng-content></ng-content>',\n inputs: ['design', 'separatorStyle'],\n outputs: ['ui5ItemClick'],\n})\nclass BreadcrumbsComponent {\n /**\n Defines the visual indication and behavior of the breadcrumbs.\n<br><br>\n<b>Note:</b> The <code>Standard</code> breadcrumbs show the current page as the last item in the trail.\nThe last item contains only plain text and is not a link.\n */\n design!: 'Standard' | 'NoCurrentPage';\n\n /**\n Determines the visual style of the separator between the breadcrumb items.\n */\n separatorStyle!:\n | 'Slash'\n | 'BackSlash'\n | 'DoubleBackSlash'\n | 'DoubleGreaterThan'\n | 'DoubleSlash'\n | 'GreaterThan';\n\n /**\n Fires when a <code>BreadcrumbsItem</code> is clicked.\n<b>Note:</b> You can prevent browser location change by calling <code>event.preventDefault()</code>.\n */\n ui5ItemClick!: EventEmitter<BreadcrumbsItemClickEventDetail>;\n\n private elementRef: ElementRef<Breadcrumbs> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Breadcrumbs {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BreadcrumbsComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAuBM,IAAA,oBAAoB,GAT1B,MASM,oBAAoB,CAAA;AA8BxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApCG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,sLAJd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,oBAAoB,GAAA,UAAA,CAAA;AATzB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,gBAAgB,CAAC,CAAC;AACzC,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AAQrC,CAAA,EAAA,oBAAoB,CAqCzB,CAAA;2FArCK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBAPzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,gBAAgB,CAAC;oBACpC,OAAO,EAAE,CAAC,cAAc,CAAC;AAC1B,iBAAA,CAAA;;;ACtBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-breadcrumbs.mjs","sources":["../../../../libs/ui5-angular/main/breadcrumbs/index.ts","../../../../libs/ui5-angular/main/breadcrumbs/ui5-webcomponents-ngx-main-breadcrumbs.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n EventEmitter,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs, ProxyOutputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/Breadcrumbs.js';\nimport {\n default as Breadcrumbs,\n BreadcrumbsItemClickEventDetail,\n} from '@ui5/webcomponents/dist/Breadcrumbs.js';\n@ProxyInputs(['design', 'separators'])\n@ProxyOutputs(['item-click: ui5ItemClick'])\n@Component({\n standalone: true,\n selector: 'ui5-breadcrumbs',\n template: '<ng-content></ng-content>',\n inputs: ['design', 'separators'],\n outputs: ['ui5ItemClick'],\n exportAs: 'ui5Breadcrumbs',\n})\nclass BreadcrumbsComponent {\n /**\n Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator\n */\n design!: 'Standard' | 'NoCurrentPage';\n\n /**\n Determines the visual style of the separator between the breadcrumb items.\n */\n separators!:\n | 'Slash'\n | 'BackSlash'\n | 'DoubleBackSlash'\n | 'DoubleGreaterThan'\n | 'DoubleSlash'\n | 'GreaterThan';\n\n /**\n Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`.\n */\n ui5ItemClick!: EventEmitter<BreadcrumbsItemClickEventDetail>;\n\n private elementRef: ElementRef<Breadcrumbs> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): Breadcrumbs {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BreadcrumbsComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAwBM,IAAA,oBAAoB,GAV1B,MAUM,oBAAoB,CAAA;AAgCxB,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA4B,MAAM,CAAC,UAAU,CAAC,CAAC;AACzD,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GAtCG,oBAAoB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAApB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,oBAAoB,4MALd,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAKjC,oBAAoB,GAAA,UAAA,CAAA;AAVzB,IAAA,WAAW,CAAC,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;AACrC,IAAA,YAAY,CAAC,CAAC,0BAA0B,CAAC,CAAC;;AASrC,CAAA,EAAA,oBAAoB,CAuCzB,CAAA;2FAvCK,oBAAoB,EAAA,UAAA,EAAA,CAAA;kBARzB,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,iBAAiB;AAC3B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,MAAM,EAAE,CAAC,QAAQ,EAAE,YAAY,CAAC;oBAChC,OAAO,EAAE,CAAC,cAAc,CAAC;AACzB,oBAAA,QAAQ,EAAE,gBAAgB;AAC3B,iBAAA,CAAA;;;ACvBD;;AAEG;;;;"}
@@ -15,10 +15,10 @@ let BusyIndicatorComponent = class BusyIndicatorComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BusyIndicatorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BusyIndicatorComponent, isStandalone: true, selector: "ui5-busy-indicator", inputs: { text: "text", size: "size", active: "active", delay: "delay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: BusyIndicatorComponent, isStandalone: true, selector: "ui5-busy-indicator", inputs: { text: "text", size: "size", active: "active", delay: "delay", textPlacement: "textPlacement" }, exportAs: ["ui5BusyIndicator"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  BusyIndicatorComponent = __decorate([
21
- ProxyInputs(['text', 'size', 'active', 'delay']),
21
+ ProxyInputs(['text', 'size', 'active', 'delay', 'textPlacement']),
22
22
  __metadata("design:paramtypes", [])
23
23
  ], BusyIndicatorComponent);
24
24
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: BusyIndicatorComponent, decorators: [{
@@ -27,7 +27,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
27
27
  standalone: true,
28
28
  selector: 'ui5-busy-indicator',
29
29
  template: '<ng-content></ng-content>',
30
- inputs: ['text', 'size', 'active', 'delay'],
30
+ inputs: ['text', 'size', 'active', 'delay', 'textPlacement'],
31
+ exportAs: 'ui5BusyIndicator',
31
32
  }]
32
33
  }], ctorParameters: () => [] });
33
34
 
@@ -1 +1 @@
1
- {"version":3,"file":"ui5-webcomponents-ngx-main-busy-indicator.mjs","sources":["../../../../libs/ui5-angular/main/busy-indicator/index.ts","../../../../libs/ui5-angular/main/busy-indicator/ui5-webcomponents-ngx-main-busy-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BusyIndicator.js';\nimport BusyIndicator from '@ui5/webcomponents/dist/BusyIndicator.js';\n@ProxyInputs(['text', 'size', 'active', 'delay'])\n@Component({\n standalone: true,\n selector: 'ui5-busy-indicator',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'size', 'active', 'delay'],\n})\nclass BusyIndicatorComponent {\n /**\n Defines text to be displayed below the component. It can be used to inform the user of the current operation.\n */\n text!: string;\n\n /**\n Defines the size of the component.\n */\n size!: 'Small' | 'Medium' | 'Large';\n\n /**\n Defines if the busy indicator is visible on the screen. By default it is not.\n */\n active!: boolean;\n\n /**\n Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.\n */\n delay!: number;\n\n private elementRef: ElementRef<BusyIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): BusyIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BusyIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAiBM,IAAA,sBAAsB,GAP5B,MAOM,sBAAsB,CAAA;AAyB1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GA/BG,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,wJAHhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAGjC,sBAAsB,GAAA,UAAA,CAAA;IAP3B,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;;AAO3C,CAAA,EAAA,sBAAsB,CAgC3B,CAAA;2FAhCK,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAN3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,CAAC;AAC5C,iBAAA,CAAA;;;AChBD;;AAEG;;;;"}
1
+ {"version":3,"file":"ui5-webcomponents-ngx-main-busy-indicator.mjs","sources":["../../../../libs/ui5-angular/main/busy-indicator/index.ts","../../../../libs/ui5-angular/main/busy-indicator/ui5-webcomponents-ngx-main-busy-indicator.ts"],"sourcesContent":["import {\n ChangeDetectorRef,\n Component,\n ElementRef,\n NgZone,\n inject,\n} from '@angular/core';\nimport { ProxyInputs } from '@ui5/webcomponents-ngx/utils';\nimport '@ui5/webcomponents/dist/BusyIndicator.js';\nimport BusyIndicator from '@ui5/webcomponents/dist/BusyIndicator.js';\n@ProxyInputs(['text', 'size', 'active', 'delay', 'textPlacement'])\n@Component({\n standalone: true,\n selector: 'ui5-busy-indicator',\n template: '<ng-content></ng-content>',\n inputs: ['text', 'size', 'active', 'delay', 'textPlacement'],\n exportAs: 'ui5BusyIndicator',\n})\nclass BusyIndicatorComponent {\n /**\n Defines text to be displayed below the component. It can be used to inform the user of the current operation.\n */\n text!: string;\n\n /**\n Defines the size of the component.\n */\n size!: 'S' | 'M' | 'L';\n\n /**\n Defines if the busy indicator is visible on the screen. By default it is not.\n */\n active!: boolean;\n\n /**\n Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.\n */\n delay!: number;\n\n /**\n Defines the placement of the text.\n */\n textPlacement!: 'Top' | 'Bottom';\n\n private elementRef: ElementRef<BusyIndicator> = inject(ElementRef);\n private zone = inject(NgZone);\n private cdr = inject(ChangeDetectorRef);\n\n get element(): BusyIndicator {\n return this.elementRef.nativeElement;\n }\n\n constructor() {\n this.cdr.detach();\n }\n}\nexport { BusyIndicatorComponent };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAkBM,IAAA,sBAAsB,GAR5B,MAQM,sBAAsB,CAAA;AA8B1B,IAAA,IAAI,OAAO,GAAA;AACT,QAAA,OAAO,IAAI,CAAC,UAAU,CAAC,aAAa,CAAC;KACtC;AAED,IAAA,WAAA,GAAA;AARQ,QAAA,IAAA,CAAA,UAAU,GAA8B,MAAM,CAAC,UAAU,CAAC,CAAC;AAC3D,QAAA,IAAA,CAAA,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;AACtB,QAAA,IAAA,CAAA,GAAG,GAAG,MAAM,CAAC,iBAAiB,CAAC,CAAC;AAOtC,QAAA,IAAI,CAAC,GAAG,CAAC,MAAM,EAAE,CAAC;KACnB;8GApCG,sBAAsB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAtB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,sBAAsB,wNAJhB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;AAIjC,sBAAsB,GAAA,UAAA,CAAA;AAR3B,IAAA,WAAW,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,CAAC,CAAC;;AAQ5D,CAAA,EAAA,sBAAsB,CAqC3B,CAAA;2FArCK,sBAAsB,EAAA,UAAA,EAAA,CAAA;kBAP3B,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACT,oBAAA,UAAU,EAAE,IAAI;AAChB,oBAAA,QAAQ,EAAE,oBAAoB;AAC9B,oBAAA,QAAQ,EAAE,2BAA2B;oBACrC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,eAAe,CAAC;AAC5D,oBAAA,QAAQ,EAAE,kBAAkB;AAC7B,iBAAA,CAAA;;;ACjBD;;AAEG;;;;"}
@@ -15,20 +15,21 @@ let ButtonComponent = class ButtonComponent {
15
15
  this.cdr.detach();
16
16
  }
17
17
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.9", ngImport: i0, type: ButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
18
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ButtonComponent, isStandalone: true, selector: "ui5-button", inputs: { design: "design", disabled: "disabled", icon: "icon", iconEnd: "iconEnd", submits: "submits", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", type: "type" }, outputs: { ui5Click: "ui5Click" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
18
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.9", type: ButtonComponent, isStandalone: true, selector: "ui5-button", inputs: { design: "design", disabled: "disabled", icon: "icon", endIcon: "endIcon", submits: "submits", tooltip: "tooltip", accessibleName: "accessibleName", accessibleNameRef: "accessibleNameRef", accessibilityAttributes: "accessibilityAttributes", type: "type", accessibleRole: "accessibleRole" }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5Button"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
19
19
  };
20
20
  ButtonComponent = __decorate([
21
21
  ProxyInputs([
22
22
  'design',
23
23
  'disabled',
24
24
  'icon',
25
- 'iconEnd',
25
+ 'endIcon',
26
26
  'submits',
27
27
  'tooltip',
28
28
  'accessibleName',
29
29
  'accessibleNameRef',
30
30
  'accessibilityAttributes',
31
31
  'type',
32
+ 'accessibleRole',
32
33
  ]),
33
34
  ProxyOutputs(['click: ui5Click']),
34
35
  __metadata("design:paramtypes", [])
@@ -43,15 +44,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.9", ngImpor
43
44
  'design',
44
45
  'disabled',
45
46
  'icon',
46
- 'iconEnd',
47
+ 'endIcon',
47
48
  'submits',
48
49
  'tooltip',
49
50
  'accessibleName',
50
51
  'accessibleNameRef',
51
52
  'accessibilityAttributes',
52
53
  'type',
54
+ 'accessibleRole',
53
55
  ],
54
56
  outputs: ['ui5Click'],
57
+ exportAs: 'ui5Button',
55
58
  }]
56
59
  }], ctorParameters: () => [] });
57
60