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

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.3.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
@@ -0,0 +1,52 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import '@ui5/webcomponents/dist/Tag.js';
3
+ import Tag from '@ui5/webcomponents/dist/Tag.js';
4
+ import * as i0 from "@angular/core";
5
+ declare class TagComponent {
6
+ /**
7
+ Defines the design type of the component.
8
+ */
9
+ design: 'Set1' | 'Set2' | 'Set3' | 'Neutral' | 'Information' | 'Positive' | 'Negative' | 'Critical';
10
+ /**
11
+ Defines the color scheme of the component.
12
+ There are 10 predefined schemes.
13
+ To use one you can set a number from `"1"` to `"10"`. The `colorScheme` `"1"` will be set by default.
14
+ */
15
+ colorScheme: string;
16
+ /**
17
+ Defines if the default state icon is shown.
18
+ */
19
+ hideStateIcon: boolean;
20
+ /**
21
+ Defines if the component is interactive (focusable and pressable).
22
+
23
+ **Note:** The tag cannot be `interactive`
24
+ when `design` property is `TagDesign.Set3`
25
+ */
26
+ interactive: boolean;
27
+ /**
28
+ Defines how the text of a component will be displayed when there is not enough space.
29
+
30
+ **Note:** For option "Normal" the text will wrap and the
31
+ words will not be broken based on hyphenation.
32
+ */
33
+ wrappingType: 'None' | 'Normal';
34
+ /**
35
+ Defines predefined size of the component.
36
+ */
37
+ size: 'S' | 'L';
38
+ /**
39
+ Fired when the user clicks on an interactive tag.
40
+
41
+ **Note:** The event will be fired if the `interactive` property is `true`
42
+ */
43
+ ui5Click: EventEmitter<void>;
44
+ private elementRef;
45
+ private zone;
46
+ private cdr;
47
+ get element(): Tag;
48
+ constructor();
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ui5-tag", ["ui5Tag"], { "design": { "alias": "design"; "required": false; }; "colorScheme": { "alias": "colorScheme"; "required": false; }; "hideStateIcon": { "alias": "hideStateIcon"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "wrappingType": { "alias": "wrappingType"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
51
+ }
52
+ export { TagComponent };
@@ -0,0 +1,17 @@
1
+ import '@ui5/webcomponents/dist/Text.js';
2
+ import Text from '@ui5/webcomponents/dist/Text.js';
3
+ import * as i0 from "@angular/core";
4
+ declare class TextComponent {
5
+ /**
6
+ Defines the number of lines the text should wrap before it truncates.
7
+ */
8
+ maxLines: number;
9
+ private elementRef;
10
+ private zone;
11
+ private cdr;
12
+ get element(): Text;
13
+ constructor();
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<TextComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextComponent, "ui5-text", ["ui5Text"], { "maxLines": { "alias": "maxLines"; "required": false; }; }, {}, never, ["*"], true, never>;
16
+ }
17
+ export { TextComponent };
@@ -11,14 +11,14 @@ declare class TextAreaComponent {
11
11
  value: string;
12
12
  /**
13
13
  Indicates whether the user can interact with the component or not.
14
- <br><br>
15
- <b>Note:</b> A disabled component is completely noninteractive.
14
+
15
+ **Note:** A disabled component is completely noninteractive.
16
16
  */
17
17
  disabled: boolean;
18
18
  /**
19
19
  Defines whether the component is read-only.
20
- <br><br>
21
- <b>Note:</b> A read-only component is not editable,
20
+
21
+ **Note:** A read-only component is not editable,
22
22
  but still provides visual feedback upon user interaction.
23
23
  */
24
24
  readonly: boolean;
@@ -32,58 +32,48 @@ declare class TextAreaComponent {
32
32
  placeholder: string;
33
33
  /**
34
34
  Defines the value state of the component.
35
- <br><br>
36
35
 
37
- <b>Note:</b> If <code>maxlength</code> property is set,
36
+ **Note:** If `maxlength` property is set,
38
37
  the component turns into "Warning" state once the characters exceeds the limit.
39
38
  In this case, only the "Error" state is considered and can be applied.
40
39
  */
41
- valueState: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';
40
+ valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
42
41
  /**
43
- Defines the number of visible text lines for the component.
44
- <br><br>
45
- <b>Notes:</b>
46
- <ul>
47
- <li>If the <code>growing</code> property is enabled, this property defines the minimum rows to be displayed
48
- in the textarea.</li>
49
- <li>The CSS <code>height</code> property wins over the <code>rows</code> property, if both are set.</li>
50
- </ul>
42
+ Defines the number of visible text rows for the component.
43
+
44
+ **Notes:**
45
+
46
+ - If the `growing` property is enabled, this property defines the minimum rows to be displayed
47
+ in the textarea.
48
+ - The CSS `height` property wins over the `rows` property, if both are set.
51
49
  */
52
50
  rows: number;
53
51
  /**
54
- Defines the maximum number of characters that the <code>value</code> can have.
52
+ Defines the maximum number of characters that the `value` can have.
55
53
  */
56
54
  maxlength: number | undefined;
57
55
  /**
58
56
  Determines whether the characters exceeding the maximum allowed character count are visible
59
57
  in the component.
60
- <br><br>
61
- If set to <code>false</code>, the user is not allowed to enter more characters than what is set in the
62
- <code>maxlength</code> property.
63
- If set to <code>true</code> the characters exceeding the <code>maxlength</code> value are selected on
58
+
59
+ If set to `false`, the user is not allowed to enter more characters than what is set in the
60
+ `maxlength` property.
61
+ If set to `true` the characters exceeding the `maxlength` value are selected on
64
62
  paste and the counter below the component displays their number.
65
63
  */
66
64
  showExceededText: boolean;
67
65
  /**
68
66
  Enables the component to automatically grow and shrink dynamically with its content.
69
- <br><br>
70
67
  */
71
68
  growing: boolean;
72
69
  /**
73
- Defines the maximum number of lines that the component can grow.
70
+ Defines the maximum number of rows that the component can grow.
74
71
  */
75
- growingMaxLines: number;
72
+ growingMaxRows: number;
76
73
  /**
77
- Determines the name with which the component will be submitted in an HTML form.
74
+ Determines the name by which the component will be identified upon submission in an HTML form.
78
75
 
79
- <br><br>
80
- <b>Important:</b> For the <code>name</code> property to have effect, you must add the following import to your project:
81
- <code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
82
-
83
- <br><br>
84
- <b>Note:</b> When set, a native <code>input</code> HTML element
85
- will be created inside the component so that it can be submitted as
86
- part of an HTML form. Do not use this property unless you need to submit a form.
76
+ **Note:** This property is only applicable within the context of an HTML Form element.
87
77
  */
88
78
  name: string;
89
79
  /**
@@ -103,6 +93,14 @@ declare class TextAreaComponent {
103
93
  something is pasted.
104
94
  */
105
95
  ui5Input: EventEmitter<void>;
96
+ /**
97
+ Fired when some text has been selected.
98
+ */
99
+ ui5Select: EventEmitter<void>;
100
+ /**
101
+ Fired when textarea is scrolled.
102
+ */
103
+ ui5Scroll: EventEmitter<void>;
106
104
  private elementRef;
107
105
  private zone;
108
106
  private cdr;
@@ -112,6 +110,6 @@ declare class TextAreaComponent {
112
110
  get cvaValue(): string;
113
111
  constructor();
114
112
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
115
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ui5-textarea", never, { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showExceededText": { "alias": "showExceededText"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "growingMaxLines": { "alias": "growingMaxLines"; "required": false; }; "name": { "alias": "name"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
113
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ui5-textarea", ["ui5Textarea"], { "value": { "alias": "value"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "maxlength": { "alias": "maxlength"; "required": false; }; "showExceededText": { "alias": "showExceededText"; "required": false; }; "growing": { "alias": "growing"; "required": false; }; "growingMaxRows": { "alias": "growingMaxRows"; "required": false; }; "name": { "alias": "name"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5Scroll": "ui5Scroll"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
116
114
  }
117
115
  export { TextAreaComponent };
@@ -1,8 +1,7 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { GenericControlValueAccessor } from '@ui5/webcomponents-ngx/generic-cva';
3
3
  import '@ui5/webcomponents/dist/TimePicker.js';
4
- import TimePicker from '@ui5/webcomponents/dist/TimePicker.js';
5
- import { TimePickerBaseChangeEventDetail, TimePickerBaseInputEventDetail } from '@ui5/webcomponents/dist/TimePickerBase.js';
4
+ import { default as TimePicker, TimePickerChangeEventDetail, TimePickerInputEventDetail } from '@ui5/webcomponents/dist/TimePicker.js';
6
5
  import * as i0 from "@angular/core";
7
6
  import * as i1 from "@ui5/webcomponents-ngx/generic-cva";
8
7
  declare class TimePickerComponent {
@@ -11,32 +10,28 @@ declare class TimePickerComponent {
11
10
  */
12
11
  value: string | undefined;
13
12
  /**
14
- Defines the value state of the <code>ui5-time-picker</code>.
15
- <br><br>
16
- Available options are:
17
- <ul>
18
- <li><code>None</code></li>
19
- <li><code>Error</code></li>
20
- <li><code>Warning</code></li>
21
- <li><code>Success</code></li>
22
- <li><code>Information</code></li>
23
- </ul>
13
+ Determines the name by which the component will be identified upon submission in an HTML form.
14
+
15
+ **Note:** This property is only applicable within the context of an HTML Form element.
16
+ */
17
+ name: string;
18
+ /**
19
+ Defines the value state of the component.
24
20
  */
25
- valueState: 'None' | 'Success' | 'Warning' | 'Error' | 'Information';
21
+ valueState: 'None' | 'Positive' | 'Critical' | 'Negative' | 'Information';
26
22
  /**
27
- Determines whether the <code>ui5-time-picker</code> is displayed as disabled.
23
+ Defines the disabled state of the comonent.
28
24
  */
29
25
  disabled: boolean;
30
26
  /**
31
- Determines whether the <code>ui5-time-picker</code> is displayed as readonly.
27
+ Defines the readonly state of the comonent.
32
28
  */
33
29
  readonly: boolean;
34
30
  /**
35
31
  Defines a short hint, intended to aid the user with data entry when the
36
32
  component has no value.
37
33
 
38
- <br><br>
39
- <b>Note:</b> When no placeholder is set, the format pattern is displayed as a placeholder.
34
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
40
35
  Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
41
36
  */
42
37
  placeholder: string | undefined;
@@ -49,15 +44,27 @@ declare class TimePickerComponent {
49
44
  mm:ss -> 12:04 (only minutes and seconds)
50
45
  */
51
46
  formatPattern: string;
47
+ /**
48
+ Defines the open or closed state of the popover.
49
+ */
50
+ open: boolean;
52
51
  /**
53
52
  Fired when the input operation has finished by clicking the "OK" button or
54
53
  when the text in the input field has changed and the focus leaves the input field.
55
54
  */
56
- ui5Change: EventEmitter<TimePickerBaseChangeEventDetail>;
55
+ ui5Change: EventEmitter<TimePickerChangeEventDetail>;
56
+ /**
57
+ Fired when the value of the `ui5-time-picker` is changed at each key stroke.
58
+ */
59
+ ui5Input: EventEmitter<TimePickerInputEventDetail>;
60
+ /**
61
+ Fired after the value-help dialog of the component is opened.
62
+ */
63
+ ui5Open: EventEmitter<void>;
57
64
  /**
58
- Fired when the value of the <code>ui5-time-picker</code> is changed at each key stroke.
65
+ Fired after the value-help dialog of the component is closed.
59
66
  */
60
- ui5Input: EventEmitter<TimePickerBaseInputEventDetail>;
67
+ ui5Close: EventEmitter<void>;
61
68
  private elementRef;
62
69
  private zone;
63
70
  private cdr;
@@ -67,6 +74,6 @@ declare class TimePickerComponent {
67
74
  get cvaValue(): string | undefined;
68
75
  constructor();
69
76
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerComponent, never>;
70
- static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ui5-time-picker", never, { "value": { "alias": "value"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<TimePickerComponent, "ui5-time-picker", ["ui5TimePicker"], { "value": { "alias": "value"; "required": false; }; "name": { "alias": "name"; "required": false; }; "valueState": { "alias": "valueState"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "formatPattern": { "alias": "formatPattern"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
71
78
  }
72
79
  export { TimePickerComponent };
@@ -4,12 +4,13 @@ import * as i0 from "@angular/core";
4
4
  declare class TitleComponent {
5
5
  /**
6
6
  Defines how the text of a component will be displayed when there is not enough space.
7
- <br><b>Note:</b> for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
7
+
8
+ **Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
8
9
  */
9
10
  wrappingType: 'None' | 'Normal';
10
11
  /**
11
12
  Defines the component level.
12
- Available options are: <code>"H6"</code> to <code>"H1"</code>.
13
+ Available options are: `"H6"` to `"H1"`.
13
14
  */
14
15
  level: 'H1' | 'H2' | 'H3' | 'H4' | 'H5' | 'H6';
15
16
  private elementRef;
@@ -18,6 +19,6 @@ declare class TitleComponent {
18
19
  get element(): Title;
19
20
  constructor();
20
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TitleComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "ui5-title", never, { "wrappingType": { "alias": "wrappingType"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, {}, never, ["*"], true, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<TitleComponent, "ui5-title", ["ui5Title"], { "wrappingType": { "alias": "wrappingType"; "required": false; }; "level": { "alias": "level"; "required": false; }; }, {}, never, ["*"], true, never>;
22
23
  }
23
24
  export { TitleComponent };
@@ -1,3 +1,4 @@
1
+ import { EventEmitter } from '@angular/core';
1
2
  import '@ui5/webcomponents/dist/Toast.js';
2
3
  import Toast from '@ui5/webcomponents/dist/Toast.js';
3
4
  import * as i0 from "@angular/core";
@@ -5,22 +6,29 @@ declare class ToastComponent {
5
6
  /**
6
7
  Defines the duration in milliseconds for which component
7
8
  remains on the screen before it's automatically closed.
8
- <br><br>
9
- <b>Note:</b> The minimum supported value is <code>500</code> ms
10
- and even if a lower value is set, the duration would remain <code>500</code> ms.
9
+
10
+ **Note:** The minimum supported value is `500` ms
11
+ and even if a lower value is set, the duration would remain `500` ms.
11
12
  */
12
13
  duration: number;
13
14
  /**
14
15
  Defines the placement of the component.
15
- <br><br>
16
16
  */
17
17
  placement: 'TopStart' | 'TopCenter' | 'TopEnd' | 'MiddleStart' | 'MiddleCenter' | 'MiddleEnd' | 'BottomStart' | 'BottomCenter' | 'BottomEnd';
18
+ /**
19
+ Indicates whether the component is open (visible).
20
+ */
21
+ open: boolean;
22
+ /**
23
+ Fired after the component is auto closed.
24
+ */
25
+ ui5Close: EventEmitter<void>;
18
26
  private elementRef;
19
27
  private zone;
20
28
  private cdr;
21
29
  get element(): Toast;
22
30
  constructor();
23
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ui5-toast", never, { "duration": { "alias": "duration"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; }, {}, never, ["*"], true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ui5-toast", ["ui5Toast"], { "duration": { "alias": "duration"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, { "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
25
33
  }
26
34
  export { ToastComponent };
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { AccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
2
+ import { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
3
3
  import '@ui5/webcomponents/dist/ToggleButton.js';
4
4
  import ToggleButton from '@ui5/webcomponents/dist/ToggleButton.js';
5
5
  import * as i0 from "@angular/core";
@@ -17,28 +17,34 @@ declare class ToggleButtonComponent {
17
17
  /**
18
18
  Defines the icon, displayed as graphical element within the component.
19
19
  The SAP-icons font provides numerous options.
20
- <br><br>
21
- Example:
22
20
 
23
- See all the available icons within the <ui5-link target="_blank" href="https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html">Icon Explorer</ui5-link>.
21
+ Example:
22
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
24
23
  */
25
24
  icon: string;
26
25
  /**
27
- Defines whether the icon should be displayed after the component text.
26
+ Defines the icon, displayed as graphical element within the component after the button text.
27
+
28
+ **Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
29
+ Usage of `endIcon` only should be avoided.
30
+
31
+ The SAP-icons font provides numerous options.
32
+
33
+ Example:
34
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
28
35
  */
29
- iconEnd: boolean;
36
+ endIcon: string;
30
37
  /**
31
- When set to <code>true</code>, the component will
32
- automatically submit the nearest HTML form element on <code>press</code>.
33
- <br><br>
34
- <b>Note:</b> For the <code>submits</code> property to have effect, you must add the following import to your project:
35
- <code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
38
+ When set to `true`, the component will
39
+ automatically submit the nearest HTML form element on `press`.
40
+
41
+ **Note:** This property is only applicable within the context of an HTML Form element.`
36
42
  */
37
43
  submits: boolean;
38
44
  /**
39
45
  Defines the tooltip of the component.
40
- <br>
41
- <b>Note:</b> A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
46
+
47
+ **Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
42
48
  */
43
49
  tooltip: string;
44
50
  /**
@@ -50,39 +56,31 @@ declare class ToggleButtonComponent {
50
56
  */
51
57
  accessibleNameRef: string;
52
58
  /**
53
- An object of strings that defines several additional accessibility attribute values
54
- for customization depending on the use case.
59
+ Defines the additional accessibility attributes that will be applied to the component.
60
+ The following fields are supported:
55
61
 
56
- It supports the following fields:
62
+ - **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
63
+ Accepts the following string values: `true` or `false`
57
64
 
58
- <ul>
59
- <li><code>expanded</code>: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values:
60
- <ul>
61
- <li><code>true</code></li>
62
- <li><code>false</code></li>
63
- </ul>
64
- </li>
65
- <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values:
66
- <ul>
67
- <li><code>Dialog</code></li>
68
- <li><code>Grid</code></li>
69
- <li><code>Listbox</code></li>
70
- <li><code>Menu</code></li>
71
- <li><code>Tree</code></li>
72
- </ul>
73
- </li>
74
- <li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
75
- </ul>
65
+ - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
66
+ Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
67
+
68
+ - **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
69
+ Accepts a lowercase string value.
76
70
  */
77
- accessibilityAttributes: AccessibilityAttributes;
71
+ accessibilityAttributes: ButtonAccessibilityAttributes;
78
72
  /**
79
73
  Defines whether the button has special form-related functionality.
80
74
 
81
- <br><br>
82
- <b>Note:</b> For the <code>type</code> property to have effect, you must add the following import to your project:
83
- <code>import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";</code>
75
+ **Note:** This property is only applicable within the context of an HTML Form element.
84
76
  */
85
77
  type: 'Button' | 'Submit' | 'Reset';
78
+ /**
79
+ Describes the accessibility role of the button.
80
+
81
+ **Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.
82
+ */
83
+ accessibleRole: 'Button' | 'Link';
86
84
  /**
87
85
  Determines whether the component is displayed as pressed.
88
86
  */
@@ -90,9 +88,9 @@ declare class ToggleButtonComponent {
90
88
  /**
91
89
  Fired when the component is activated either with a
92
90
  mouse/tap or by using the Enter or Space key.
93
- <br><br>
94
- <b>Note:</b> The event will not be fired if the <code>disabled</code>
95
- property is set to <code>true</code>.
91
+
92
+ **Note:** The event will not be fired if the `disabled`
93
+ property is set to `true`.
96
94
  */
97
95
  ui5Click: EventEmitter<Event>;
98
96
  private elementRef;
@@ -101,6 +99,6 @@ declare class ToggleButtonComponent {
101
99
  get element(): ToggleButton;
102
100
  constructor();
103
101
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent, never>;
104
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "ui5-toggle-button", never, { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconEnd": { "alias": "iconEnd"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
102
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "ui5-toggle-button", ["ui5ToggleButton"], { "design": { "alias": "design"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "endIcon": { "alias": "endIcon"; "required": false; }; "submits": { "alias": "submits"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; }; "type": { "alias": "type"; "required": false; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; }; "pressed": { "alias": "pressed"; "required": false; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
105
103
  }
106
104
  export { ToggleButtonComponent };
@@ -1,4 +1,3 @@
1
- import { EventEmitter } from '@angular/core';
2
1
  import '@ui5/webcomponents/dist/Token.js';
3
2
  import Token from '@ui5/webcomponents/dist/Token.js';
4
3
  import * as i0 from "@angular/core";
@@ -7,27 +6,16 @@ declare class TokenComponent {
7
6
  Defines the text of the token.
8
7
  */
9
8
  text: string;
10
- /**
11
- Defines whether the component is read-only.
12
- <br><br>
13
- <b>Note:</b> A read-only component can not be deleted or selected,
14
- but still provides visual feedback upon user interaction.
15
- */
16
- readonly: boolean;
17
9
  /**
18
10
  Defines whether the component is selected or not.
19
11
  */
20
12
  selected: boolean;
21
- /**
22
- Fired when the the component is selected by user interaction with mouse or by clicking space.
23
- */
24
- ui5Select: EventEmitter<void>;
25
13
  private elementRef;
26
14
  private zone;
27
15
  private cdr;
28
16
  get element(): Token;
29
17
  constructor();
30
18
  static ɵfac: i0.ɵɵFactoryDeclaration<TokenComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<TokenComponent, "ui5-token", never, { "text": { "alias": "text"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "ui5Select": "ui5Select"; }, never, ["*"], true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<TokenComponent, "ui5-token", ["ui5Token"], { "text": { "alias": "text"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, {}, never, ["*"], true, never>;
32
20
  }
33
21
  export { TokenComponent };
@@ -0,0 +1,43 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import '@ui5/webcomponents/dist/Tokenizer.js';
3
+ import { default as Tokenizer, TokenizerSelectionChangeEventDetail, TokenizerTokenDeleteEventDetail } from '@ui5/webcomponents/dist/Tokenizer.js';
4
+ import * as i0 from "@angular/core";
5
+ declare class TokenizerComponent {
6
+ /**
7
+ Defines whether the component is read-only.
8
+
9
+ **Note:** A read-only component is not editable,
10
+ but still provides visual feedback upon user interaction.
11
+ */
12
+ readonly: boolean;
13
+ /**
14
+ Defines whether the component is disabled.
15
+
16
+ **Note:** A disabled component is completely noninteractive.
17
+ */
18
+ disabled: boolean;
19
+ /**
20
+ Defines the accessible ARIA name of the component.
21
+ */
22
+ accessibleName: string | undefined;
23
+ /**
24
+ Receives id(or many ids) of the elements that label the component.
25
+ */
26
+ accessibleNameRef: string | undefined;
27
+ /**
28
+ Fired when tokens are being deleted (delete icon, delete or backspace is pressed)
29
+ */
30
+ ui5TokenDelete: EventEmitter<TokenizerTokenDeleteEventDetail>;
31
+ /**
32
+ Fired when token selection is changed by user interaction
33
+ */
34
+ ui5SelectionChange: EventEmitter<TokenizerSelectionChangeEventDetail>;
35
+ private elementRef;
36
+ private zone;
37
+ private cdr;
38
+ get element(): Tokenizer;
39
+ constructor();
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<TokenizerComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<TokenizerComponent, "ui5-tokenizer", ["ui5Tokenizer"], { "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, { "ui5TokenDelete": "ui5TokenDelete"; "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
42
+ }
43
+ export { TokenizerComponent };
@@ -20,6 +20,6 @@ declare class ToolbarComponent {
20
20
  get element(): Toolbar;
21
21
  constructor();
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ui5-toolbar", never, { "alignContent": { "alias": "alignContent"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, {}, never, ["*"], true, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "ui5-toolbar", ["ui5Toolbar"], { "alignContent": { "alias": "alignContent"; "required": false; }; "accessibleName": { "alias": "accessibleName"; "required": false; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; }; }, {}, never, ["*"], true, never>;
24
24
  }
25
25
  export { ToolbarComponent };