@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
@@ -23,13 +23,13 @@ declare class DateRangePickerComponent {
23
23
  /**
24
24
  Determines the minimum date available for selection.
25
25
 
26
- <b>Note:</b> If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
26
+ **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
27
27
  */
28
28
  minDate: string;
29
29
  /**
30
30
  Determines the maximum date available for selection.
31
31
 
32
- <b>Note:</b> If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
32
+ **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
33
33
  */
34
34
  maxDate: string;
35
35
  /**
@@ -39,7 +39,7 @@ declare class DateRangePickerComponent {
39
39
  /**
40
40
  Defines the value state of the component.
41
41
  */
42
- valueState: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';
42
+ valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
43
43
  /**
44
44
  Defines whether the component is required.
45
45
  */
@@ -56,32 +56,27 @@ declare class DateRangePickerComponent {
56
56
  Defines a short hint, intended to aid the user with data entry when the
57
57
  component has no value.
58
58
 
59
- <br><br>
60
- <b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
59
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
61
60
  Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
62
61
  */
63
62
  placeholder: string | undefined;
64
63
  /**
65
- Determines the name with which the component will be submitted in an HTML form.
64
+ Determines the name by which the component will be identified upon submission in an HTML form.
66
65
 
67
- <br><br>
68
- <b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
69
- <code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
70
-
71
- <br><br>
72
- <b>Note:</b> When set, a native <code>input</code> HTML element
73
- will be created inside the component so that it can be submitted as
74
- part of an HTML form. Do not use this property unless you need to submit a form.
66
+ **Note:** This property is only applicable within the context of an HTML Form element.
75
67
  */
76
68
  name: string;
77
69
  /**
78
70
  Defines the visibility of the week numbers column.
79
- <br><br>
80
71
 
81
- <b>Note:</b> For calendars other than Gregorian,
72
+ **Note:** For calendars other than Gregorian,
82
73
  the week numbers are not displayed regardless of what is set.
83
74
  */
84
75
  hideWeekNumbers: boolean;
76
+ /**
77
+ Defines the open or closed state of the popover.
78
+ */
79
+ open: boolean;
85
80
  /**
86
81
  Defines the aria-label attribute for the component.
87
82
  */
@@ -118,6 +113,6 @@ declare class DateRangePickerComponent {
118
113
  get cvaValue(): string;
119
114
  constructor();
120
115
  static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
121
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "ui5-daterange-picker", never, { "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
116
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "ui5-daterange-picker", ["ui5DaterangePicker"], { "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; "open": { "alias": "open"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
122
117
  }
123
118
  export { DateRangePickerComponent };
@@ -23,13 +23,13 @@ declare class DateTimePickerComponent {
23
23
  /**
24
24
  Determines the minimum date available for selection.
25
25
 
26
- <b>Note:</b> If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
26
+ **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).
27
27
  */
28
28
  minDate: string;
29
29
  /**
30
30
  Determines the maximum date available for selection.
31
31
 
32
- <b>Note:</b> If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
32
+ **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).
33
33
  */
34
34
  maxDate: string;
35
35
  /**
@@ -39,7 +39,7 @@ declare class DateTimePickerComponent {
39
39
  /**
40
40
  Defines the value state of the component.
41
41
  */
42
- valueState: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';
42
+ valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
43
43
  /**
44
44
  Defines whether the component is required.
45
45
  */
@@ -56,32 +56,27 @@ declare class DateTimePickerComponent {
56
56
  Defines a short hint, intended to aid the user with data entry when the
57
57
  component has no value.
58
58
 
59
- <br><br>
60
- <b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
59
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
61
60
  Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
62
61
  */
63
62
  placeholder: string | undefined;
64
63
  /**
65
- Determines the name with which the component will be submitted in an HTML form.
64
+ Determines the name by which the component will be identified upon submission in an HTML form.
66
65
 
67
- <br><br>
68
- <b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
69
- <code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
70
-
71
- <br><br>
72
- <b>Note:</b> When set, a native <code>input</code> HTML element
73
- will be created inside the component so that it can be submitted as
74
- part of an HTML form. Do not use this property unless you need to submit a form.
66
+ **Note:** This property is only applicable within the context of an HTML Form element.
75
67
  */
76
68
  name: string;
77
69
  /**
78
70
  Defines the visibility of the week numbers column.
79
- <br><br>
80
71
 
81
- <b>Note:</b> For calendars other than Gregorian,
72
+ **Note:** For calendars other than Gregorian,
82
73
  the week numbers are not displayed regardless of what is set.
83
74
  */
84
75
  hideWeekNumbers: boolean;
76
+ /**
77
+ Defines the open or closed state of the popover.
78
+ */
79
+ open: boolean;
85
80
  /**
86
81
  Defines the aria-label attribute for the component.
87
82
  */
@@ -113,6 +108,6 @@ declare class DateTimePickerComponent {
113
108
  get cvaValue(): string;
114
109
  constructor();
115
110
  static ɵfac: i0.ɵɵFactoryDeclaration<DateTimePickerComponent, never>;
116
- static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "ui5-datetime-picker", never, { "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
111
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateTimePickerComponent, "ui5-datetime-picker", ["ui5DatetimePicker"], { "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "name": { "alias": "name"; "required": false; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; }; "open": { "alias": "open"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5ValueStateChange": "ui5ValueStateChange"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
117
112
  }
118
113
  export { DateTimePickerComponent };
@@ -6,6 +6,9 @@ import * as i0 from "@angular/core";
6
6
  declare class DialogComponent {
7
7
  /**
8
8
  Defines the ID of the HTML Element, which will get the initial focus.
9
+
10
+ **Note:** If an element with `autofocus` attribute is added inside the component,
11
+ `initialFocus` won't take effect.
9
12
  */
10
13
  initialFocus: string;
11
14
  /**
@@ -13,10 +16,6 @@ declare class DialogComponent {
13
16
  when the popup closes.
14
17
  */
15
18
  preventFocusRestore: boolean;
16
- /**
17
- Indicates if the element is open
18
- */
19
- open: boolean;
20
19
  /**
21
20
  Defines the accessible name of the component.
22
21
  */
@@ -29,26 +28,34 @@ declare class DialogComponent {
29
28
  Allows setting a custom role.
30
29
  */
31
30
  accessibleRole: 'None' | 'Dialog' | 'AlertDialog';
31
+ /**
32
+ Indicates whether initial focus should be prevented.
33
+ */
34
+ preventInitialFocus: boolean;
35
+ /**
36
+ Indicates if the element is open
37
+ */
38
+ open: boolean;
32
39
  /**
33
40
  Defines the header text.
34
- <br><br>
35
- <b>Note:</b> If <code>header</code> slot is provided, the <code>headerText</code> is ignored.
41
+
42
+ **Note:** If `header` slot is provided, the `headerText` is ignored.
36
43
  */
37
44
  headerText: string;
38
45
  /**
39
46
  Determines whether the component should be stretched to fullscreen.
40
- <br><br>
41
- <b>Note:</b> The component will be stretched to approximately
47
+
48
+ **Note:** The component will be stretched to approximately
42
49
  90% of the viewport.
43
50
  */
44
51
  stretch: boolean;
45
52
  /**
46
53
  Determines whether the component is draggable.
47
54
  If this property is set to true, the Dialog will be draggable by its header.
48
- <br><br>
49
- <b>Note:</b> The component can be draggable only in desktop mode.
50
- <br><br>
51
- <b>Note:</b> This property overrides the default HTML "draggable" attribute native behavior.
55
+
56
+ **Note:** The component can be draggable only in desktop mode.
57
+
58
+ **Note:** This property overrides the default HTML "draggable" attribute native behavior.
52
59
  When "draggable" is set to true, the native browser "draggable"
53
60
  behavior is prevented and only the Dialog custom logic ("draggable by its header") works.
54
61
  */
@@ -57,40 +64,41 @@ declare class DialogComponent {
57
64
  Configures the component to be resizable.
58
65
  If this property is set to true, the Dialog will have a resize handle in its bottom right corner in LTR languages.
59
66
  In RTL languages, the resize handle will be placed in the bottom left corner.
60
- <br><br>
61
- <b>Note:</b> The component can be resizable only in desktop mode.
62
- <br>
63
- <b>Note:</b> Upon resizing, externally defined height and width styling will be ignored.
67
+
68
+ **Note:** The component can be resizable only in desktop mode.
69
+
70
+ **Note:** Upon resizing, externally defined height and width styling will be ignored.
64
71
  */
65
72
  resizable: boolean;
66
73
  /**
67
- Defines the state of the <code>Dialog</code>.
68
- <br><b>Note:</b> If <code>"Error"</code> and <code>"Warning"</code> state is set, it will change the
69
- accessibility role to "alertdialog", if the accessibleRole property is set to <code>"Dialog"</code>.
74
+ Defines the state of the `Dialog`.
75
+
76
+ **Note:** If `"Negative"` and `"Critical"` states is set, it will change the
77
+ accessibility role to "alertdialog", if the accessibleRole property is set to `"Dialog"`.
70
78
  */
71
- state: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';
79
+ state: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
72
80
  /**
73
- Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. <b>This event does not bubble.</b>
81
+ Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**
74
82
  */
75
83
  ui5BeforeOpen: EventEmitter<void>;
76
84
  /**
77
- Fired after the component is opened. <b>This event does not bubble.</b>
85
+ Fired after the component is opened. **This event does not bubble.**
78
86
  */
79
- ui5AfterOpen: EventEmitter<void>;
87
+ ui5Open: EventEmitter<void>;
80
88
  /**
81
- Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. <b>This event does not bubble.</b>
89
+ Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**
82
90
  */
83
91
  ui5BeforeClose: EventEmitter<PopupBeforeCloseEventDetail>;
84
92
  /**
85
- Fired after the component is closed. <b>This event does not bubble.</b>
93
+ Fired after the component is closed. **This event does not bubble.**
86
94
  */
87
- ui5AfterClose: EventEmitter<void>;
95
+ ui5Close: EventEmitter<void>;
88
96
  private elementRef;
89
97
  private zone;
90
98
  private cdr;
91
99
  get element(): Dialog;
92
100
  constructor();
93
101
  static ɵfac: i0.ɵɵFactoryDeclaration<DialogComponent, never>;
94
- static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui5-dialog", never, { "initialFocus": { "alias": "initialFocus"; "required": false; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; }; "open": { "alias": "open"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5AfterOpen": "ui5AfterOpen"; "ui5BeforeClose": "ui5BeforeClose"; "ui5AfterClose": "ui5AfterClose"; }, never, ["*"], true, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<DialogComponent, "ui5-dialog", ["ui5Dialog"], { "initialFocus": { "alias": "initialFocus"; "required": false; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; }; "open": { "alias": "open"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "stretch": { "alias": "stretch"; "required": false; }; "draggable": { "alias": "draggable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
95
103
  }
96
104
  export { DialogComponent };
@@ -7,8 +7,8 @@ import * as i1 from "@ui5/webcomponents-ngx/generic-cva";
7
7
  declare class FileUploaderComponent {
8
8
  /**
9
9
  Comma-separated list of file types that the component should accept.
10
- <br><br>
11
- <b>Note:</b> Please make sure you are adding the <code>.</code> in front on the file type, e.g. <code>.png</code> in case you want to accept png's only.
10
+
11
+ **Note:** Please make sure you are adding the `.` in front on the file type, e.g. `.png` in case you want to accept png's only.
12
12
  */
13
13
  accept: string;
14
14
  /**
@@ -17,8 +17,8 @@ declare class FileUploaderComponent {
17
17
  hideInput: boolean;
18
18
  /**
19
19
  Defines whether the component is in disabled state.
20
- <br><br>
21
- <b>Note:</b> A disabled component is completely noninteractive.
20
+
21
+ **Note:** A disabled component is completely noninteractive.
22
22
  */
23
23
  disabled: boolean;
24
24
  /**
@@ -26,16 +26,9 @@ declare class FileUploaderComponent {
26
26
  */
27
27
  multiple: boolean;
28
28
  /**
29
- Determines the name with which the component will be submitted in an HTML form.
29
+ Determines the name by which the component will be identified upon submission in an HTML form.
30
30
 
31
- <br><br>
32
- <b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
33
- <code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
34
-
35
- <br><br>
36
- <b>Note:</b> When set, a native <code>input</code> HTML element
37
- will be created inside the component so that it can be submitted as
38
- part of an HTML form. Do not use this property unless you need to submit a form.
31
+ **Note:** This property is only applicable within the context of an HTML Form element.
39
32
  */
40
33
  name: string;
41
34
  /**
@@ -49,10 +42,11 @@ declare class FileUploaderComponent {
49
42
  /**
50
43
  Defines the value state of the component.
51
44
  */
52
- valueState: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';
45
+ valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
53
46
  /**
54
47
  Event is fired when the value of the file path has been changed.
55
- <b>Note:</b> Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.
48
+
49
+ **Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.
56
50
  */
57
51
  ui5Change: EventEmitter<FileUploaderChangeEventDetail>;
58
52
  private elementRef;
@@ -64,6 +58,6 @@ declare class FileUploaderComponent {
64
58
  get cvaValue(): string;
65
59
  constructor();
66
60
  static ɵfac: i0.ɵɵFactoryDeclaration<FileUploaderComponent, never>;
67
- static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "ui5-file-uploader", never, { "accept": { "alias": "accept"; "required": false; }; "hideInput": { "alias": "hideInput"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
61
+ static ɵcmp: i0.ɵɵComponentDeclaration<FileUploaderComponent, "ui5-file-uploader", ["ui5FileUploader"], { "accept": { "alias": "accept"; "required": false; }; "hideInput": { "alias": "hideInput"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "name": { "alias": "name"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
68
62
  }
69
63
  export { FileUploaderComponent };
@@ -0,0 +1,48 @@
1
+ import '@ui5/webcomponents/dist/Form.js';
2
+ import Form from '@ui5/webcomponents/dist/Form.js';
3
+ import * as i0 from "@angular/core";
4
+ declare class FormComponent {
5
+ /**
6
+ Defines the number of columns to distribute the form content by breakpoint.
7
+
8
+ Supported values:
9
+ - `S` - 1 column by default (1 column is recommended)
10
+ - `M` - 1 column by default (up to 2 columns are recommended)
11
+ - `L` - 2 columns by default (up to 3 columns are recommended)
12
+ - `XL` - 2 columns by default (up to 6 columns are recommended)
13
+ */
14
+ layout: string;
15
+ /**
16
+ Defines the width proportion of the labels and fields of a FormItem by breakpoint.
17
+
18
+ By default, the labels take 4/12 (or 1/3) of the form item in M,L and XL sizes,
19
+ and 12/12 in S size, e.g in S the label is on top of its associated field.
20
+
21
+ The supported values are between 1 and 12. Greater the number, more space the label will use.
22
+
23
+ **Note:** If "12" is set, the label will be displayed on top of its assosiated field.
24
+ */
25
+ labelSpan: string;
26
+ /**
27
+ Defines the header text of the component.
28
+
29
+ **Note:** The property gets overridden by the `header` slot.
30
+ */
31
+ headerText: string;
32
+ /**
33
+ Defines the vertical spacing between form items.
34
+
35
+ **Note:** If the Form is meant to be switched between "non-edit" and "edit" modes,
36
+ we recommend using "Large" item spacing in "non-edit" mode, and "Normal" - for "edit" mode,
37
+ to avoid "jumping" effect, caused by the hight difference between texts in "non-edit" mode and the input fields in "edit" mode.
38
+ */
39
+ itemSpacing: 'Normal' | 'Large';
40
+ private elementRef;
41
+ private zone;
42
+ private cdr;
43
+ get element(): Form;
44
+ constructor();
45
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormComponent, never>;
46
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormComponent, "ui5-form", ["ui5Form"], { "layout": { "alias": "layout"; "required": false; }; "labelSpan": { "alias": "labelSpan"; "required": false; }; "headerText": { "alias": "headerText"; "required": false; }; "itemSpacing": { "alias": "itemSpacing"; "required": false; }; }, {}, never, ["*"], true, never>;
47
+ }
48
+ export { FormComponent };
@@ -0,0 +1,22 @@
1
+ import '@ui5/webcomponents/dist/FormGroup.js';
2
+ import FormGroup from '@ui5/webcomponents/dist/FormGroup.js';
3
+ import * as i0 from "@angular/core";
4
+ declare class FormGroupComponent {
5
+ /**
6
+ Defines header text of the component.
7
+ */
8
+ headerText: string;
9
+ /**
10
+ Defines column span of the component,
11
+ e.g how many columns the group should span to.
12
+ */
13
+ columnSpan: number | undefined;
14
+ private elementRef;
15
+ private zone;
16
+ private cdr;
17
+ get element(): FormGroup;
18
+ constructor();
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormGroupComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormGroupComponent, "ui5-form-group", ["ui5FormGroup"], { "headerText": { "alias": "headerText"; "required": false; }; "columnSpan": { "alias": "columnSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
21
+ }
22
+ export { FormGroupComponent };
@@ -0,0 +1,22 @@
1
+ import '@ui5/webcomponents/dist/FormItem.js';
2
+ import FormItem from '@ui5/webcomponents/dist/FormItem.js';
3
+ import * as i0 from "@angular/core";
4
+ declare class FormItemComponent {
5
+ /**
6
+ Defines the column span of the component,
7
+ e.g how many columns the component should span to.
8
+
9
+ **Note:** The column span should be a number between 1 and the available columns of the FormGroup (when items are placed in a group)
10
+ or the Form. The available columns can be affected by the FormGroup#columnSpan and/or the Form#layout.
11
+ A number bigger than the available columns won't take effect.
12
+ */
13
+ columnSpan: number | undefined;
14
+ private elementRef;
15
+ private zone;
16
+ private cdr;
17
+ get element(): FormItem;
18
+ constructor();
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormItemComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormItemComponent, "ui5-form-item", ["ui5FormItem"], { "columnSpan": { "alias": "columnSpan"; "required": false; }; }, {}, never, ["*"], true, never>;
21
+ }
22
+ export { FormItemComponent };
@@ -6,67 +6,54 @@ declare class IconComponent {
6
6
  Defines the component semantic design.
7
7
  */
8
8
  design: 'Contrast' | 'Critical' | 'Default' | 'Information' | 'Negative' | 'Neutral' | 'NonInteractive' | 'Positive';
9
- /**
10
- Defines if the icon is interactive (focusable and pressable)
11
- */
12
- interactive: boolean;
13
9
  /**
14
10
  Defines the unique identifier (icon name) of the component.
15
- <br>
16
11
 
17
12
  To browse all available icons, see the
18
- <ui5-link target="_blank" href="https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html">SAP Icons</ui5-link>,
19
- <ui5-link target="_blank" href="https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT">SAP Fiori Tools</ui5-link> and
20
- <ui5-link target="_blank" href="https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html">SAP Business Suite</ui5-link> collections.
21
- <br>
13
+ [SAP Icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html),
14
+ [SAP Fiori Tools](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT) and
15
+ [SAP Business Suite](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html)
22
16
 
23
17
  Example:
24
- <br>
25
- <code>name='add'</code>, <code>name='delete'</code>, <code>name='employee'</code>.
26
- <br><br>
18
+ `name='add'`, `name='delete'`, `name='employee'`.
27
19
 
28
- <b>Note:</b> To use the SAP Fiori Tools icons,
29
- you need to set the <code>tnt</code> prefix in front of the icon's name.
30
- <br>
20
+ **Note:** To use the SAP Fiori Tools icons,
21
+ you need to set the `tnt` prefix in front of the icon's name.
31
22
 
32
23
  Example:
33
- <br>
34
- <code>name='tnt/antenna'</code>, <code>name='tnt/actor'</code>, <code>name='tnt/api'</code>.
35
- <br><br>
24
+ `name='tnt/antenna'`, `name='tnt/actor'`, `name='tnt/api'`.
36
25
 
37
- <b>Note:</b> To use the SAP Business Suite icons,
38
- you need to set the <code>business-suite</code> prefix in front of the icon's name.
39
- <br>
26
+ **Note:** To use the SAP Business Suite icons,
27
+ you need to set the `business-suite` prefix in front of the icon's name.
40
28
 
41
29
  Example:
42
- <br>
43
- <code>name='business-suite/3d'</code>, <code>name='business-suite/1x2-grid-layout'</code>, <code>name='business-suite/4x4-grid-layout'</code>.
30
+ `name='business-suite/3d'`, `name='business-suite/1x2-grid-layout'`, `name='business-suite/4x4-grid-layout'`.
44
31
  */
45
32
  name: string;
46
33
  /**
47
34
  Defines the text alternative of the component.
48
35
  If not provided a default text alternative will be set, if present.
49
- <br><br>
50
- <b>Note:</b> Every icon should have a text alternative in order to
36
+
37
+ **Note:** Every icon should have a text alternative in order to
51
38
  calculate its accessible name.
52
39
  */
53
40
  accessibleName: string;
54
41
  /**
55
42
  Defines whether the component should have a tooltip.
56
- <br><br>
57
- <b>Note:</b> The tooltip text should be provided via the <code>accessible-name</code> property.
43
+
44
+ **Note:** The tooltip text should be provided via the `accessible-name` property.
58
45
  */
59
46
  showTooltip: boolean;
60
47
  /**
61
- Defines the accessibility role of the component.
48
+ Defines the mode of the component.
62
49
  */
63
- accessibleRole: string;
50
+ mode: 'Image' | 'Decorative' | 'Interactive';
64
51
  private elementRef;
65
52
  private zone;
66
53
  private cdr;
67
54
  get element(): Icon;
68
55
  constructor();
69
56
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui5-icon", never, { "design": { "alias": "design"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "name": { "alias": "name"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; }, {}, never, ["*"], true, never>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "ui5-icon", ["ui5Icon"], { "design": { "alias": "design"; "required": false; }; "name": { "alias": "name"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, {}, never, ["*"], true, never>;
71
58
  }
72
59
  export { IconComponent };