@fundamental-ngx/ui5-webcomponents 0.58.0-rc.1

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 (329) hide show
  1. package/README.md +3 -0
  2. package/avatar/index.d.ts +101 -0
  3. package/avatar-group/index.d.ts +58 -0
  4. package/bar/index.d.ts +28 -0
  5. package/breadcrumbs/index.d.ts +33 -0
  6. package/breadcrumbs-item/index.d.ts +38 -0
  7. package/busy-indicator/index.d.ts +34 -0
  8. package/button/index.d.ts +117 -0
  9. package/button-badge/index.d.ts +29 -0
  10. package/calendar/index.d.ts +77 -0
  11. package/calendar-date/index.d.ts +19 -0
  12. package/calendar-date-range/index.d.ts +24 -0
  13. package/calendar-legend/index.d.ts +30 -0
  14. package/calendar-legend-item/index.d.ts +22 -0
  15. package/card/index.d.ts +32 -0
  16. package/card-header/index.d.ts +38 -0
  17. package/carousel/index.d.ts +88 -0
  18. package/check-box/index.d.ts +108 -0
  19. package/color-palette/index.d.ts +19 -0
  20. package/color-palette-item/index.d.ts +27 -0
  21. package/color-palette-popover/index.d.ts +51 -0
  22. package/color-picker/index.d.ts +35 -0
  23. package/combo-box/index.d.ts +102 -0
  24. package/combo-box-item/index.d.ts +22 -0
  25. package/combo-box-item-group/index.d.ts +49 -0
  26. package/date-picker/index.d.ts +143 -0
  27. package/date-range-picker/index.d.ts +163 -0
  28. package/date-time-picker/index.d.ts +143 -0
  29. package/dialog/index.d.ts +112 -0
  30. package/dynamic-date-range/index.d.ts +28 -0
  31. package/expandable-text/index.d.ts +30 -0
  32. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +121 -0
  33. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
  34. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +166 -0
  35. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
  36. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +71 -0
  37. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
  38. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +82 -0
  39. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
  40. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +90 -0
  41. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
  42. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +80 -0
  43. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
  44. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
  45. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
  46. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +186 -0
  47. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
  48. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
  49. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
  50. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
  51. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
  52. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
  53. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
  54. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +75 -0
  55. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
  56. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +142 -0
  57. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
  58. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +97 -0
  59. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
  60. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +77 -0
  61. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
  62. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +156 -0
  63. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
  64. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
  65. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
  66. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
  67. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
  68. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +113 -0
  69. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
  70. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +55 -0
  71. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
  72. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
  73. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
  74. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +108 -0
  75. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
  76. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
  77. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
  78. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +177 -0
  79. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
  80. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +227 -0
  81. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
  82. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +254 -0
  83. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
  84. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +227 -0
  85. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
  86. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +184 -0
  87. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
  88. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
  89. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
  90. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
  91. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
  92. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +190 -0
  93. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
  94. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +82 -0
  95. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
  96. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +65 -0
  97. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
  98. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +134 -0
  99. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
  100. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
  101. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
  102. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +210 -0
  103. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
  104. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +85 -0
  105. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
  106. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +192 -0
  107. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
  108. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +129 -0
  109. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
  110. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +108 -0
  111. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
  112. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +179 -0
  113. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
  114. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +240 -0
  115. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
  116. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +60 -0
  117. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
  118. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +202 -0
  119. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
  120. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
  121. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
  122. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +135 -0
  123. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
  124. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +100 -0
  125. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
  126. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +108 -0
  127. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
  128. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
  129. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
  130. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +184 -0
  131. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
  132. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +229 -0
  133. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
  134. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +77 -0
  135. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
  136. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +85 -0
  137. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
  138. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +124 -0
  139. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
  140. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +185 -0
  141. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
  142. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
  143. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
  144. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
  145. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
  146. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
  147. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
  148. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
  149. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
  150. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +185 -0
  151. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
  152. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +103 -0
  153. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
  154. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +135 -0
  155. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
  156. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +204 -0
  157. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
  158. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
  159. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
  160. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
  161. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
  162. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +132 -0
  163. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
  164. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +157 -0
  165. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
  166. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +61 -0
  167. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
  168. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +108 -0
  169. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
  170. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
  171. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
  172. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
  173. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
  174. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +138 -0
  175. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
  176. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
  177. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
  178. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +102 -0
  179. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
  180. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +60 -0
  181. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
  182. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
  183. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
  184. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
  185. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
  186. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +112 -0
  187. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
  188. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +62 -0
  189. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
  190. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
  191. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
  192. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
  193. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
  194. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +82 -0
  195. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
  196. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
  197. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
  198. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
  199. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
  200. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
  201. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
  202. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
  203. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
  204. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +153 -0
  205. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
  206. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +111 -0
  207. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
  208. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +196 -0
  209. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
  210. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +65 -0
  211. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
  212. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
  213. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
  214. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +176 -0
  215. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
  216. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +76 -0
  217. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
  218. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +93 -0
  219. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
  220. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +191 -0
  221. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
  222. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +65 -0
  223. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
  224. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +127 -0
  225. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
  226. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +168 -0
  227. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
  228. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +60 -0
  229. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
  230. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +130 -0
  231. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
  232. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
  233. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
  234. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
  235. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
  236. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +75 -0
  237. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
  238. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +173 -0
  239. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
  240. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +178 -0
  241. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
  242. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +164 -0
  243. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
  244. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs +74 -0
  245. package/fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs.map +1 -0
  246. package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs +108 -0
  247. package/fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs.map +1 -0
  248. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs +11748 -0
  249. package/fesm2022/fundamental-ngx-ui5-webcomponents.mjs.map +1 -0
  250. package/file-uploader/index.d.ts +97 -0
  251. package/form/index.d.ts +84 -0
  252. package/form-group/index.d.ts +36 -0
  253. package/form-item/index.d.ts +23 -0
  254. package/icon/index.d.ts +67 -0
  255. package/index.d.ts +6031 -0
  256. package/input/index.d.ts +131 -0
  257. package/label/index.d.ts +40 -0
  258. package/link/index.d.ts +123 -0
  259. package/list/index.d.ts +161 -0
  260. package/list-item-custom/index.d.ts +67 -0
  261. package/list-item-group/index.d.ts +49 -0
  262. package/list-item-standard/index.d.ts +110 -0
  263. package/menu/index.d.ts +69 -0
  264. package/menu-item/index.d.ts +128 -0
  265. package/menu-item-group/index.d.ts +18 -0
  266. package/menu-separator/index.d.ts +14 -0
  267. package/message-strip/index.d.ts +41 -0
  268. package/multi-combo-box/index.d.ts +108 -0
  269. package/multi-combo-box-item/index.d.ts +26 -0
  270. package/multi-combo-box-item-group/index.d.ts +49 -0
  271. package/multi-input/index.d.ts +147 -0
  272. package/option/index.d.ts +39 -0
  273. package/option-custom/index.d.ts +32 -0
  274. package/package.json +480 -0
  275. package/panel/index.d.ts +61 -0
  276. package/popover/index.d.ts +110 -0
  277. package/progress-indicator/index.d.ts +42 -0
  278. package/radio-button/index.d.ts +88 -0
  279. package/range-slider/index.d.ts +86 -0
  280. package/rating-indicator/index.d.ts +66 -0
  281. package/responsive-popover/index.d.ts +110 -0
  282. package/segmented-button/index.d.ts +53 -0
  283. package/segmented-button-item/index.d.ts +54 -0
  284. package/select/index.d.ts +104 -0
  285. package/slider/index.d.ts +82 -0
  286. package/special-calendar-date/index.d.ts +23 -0
  287. package/split-button/index.d.ts +70 -0
  288. package/step-input/index.d.ts +87 -0
  289. package/suggestion-item/index.d.ts +22 -0
  290. package/suggestion-item-custom/index.d.ts +19 -0
  291. package/suggestion-item-group/index.d.ts +49 -0
  292. package/switch/index.d.ts +86 -0
  293. package/tab/index.d.ts +54 -0
  294. package/tab-container/index.d.ts +73 -0
  295. package/tab-separator/index.d.ts +14 -0
  296. package/table/index.d.ts +87 -0
  297. package/table-cell/index.d.ts +18 -0
  298. package/table-growing/index.d.ts +43 -0
  299. package/table-header-cell/index.d.ts +64 -0
  300. package/table-header-cell-action-a-i/index.d.ts +19 -0
  301. package/table-header-row/index.d.ts +20 -0
  302. package/table-row/index.d.ts +36 -0
  303. package/table-row-action/index.d.ts +40 -0
  304. package/table-row-action-navigation/index.d.ts +29 -0
  305. package/table-selection/index.d.ts +27 -0
  306. package/table-selection-multi/index.d.ts +31 -0
  307. package/table-selection-single/index.d.ts +27 -0
  308. package/table-virtualizer/index.d.ts +37 -0
  309. package/tag/index.d.ts +50 -0
  310. package/text/index.d.ts +22 -0
  311. package/text-area/index.d.ts +120 -0
  312. package/theming/index.d.ts +11 -0
  313. package/time-picker/index.d.ts +101 -0
  314. package/title/index.d.ts +32 -0
  315. package/toast/index.d.ts +35 -0
  316. package/toggle-button/index.d.ts +122 -0
  317. package/token/index.d.ts +22 -0
  318. package/tokenizer/index.d.ts +64 -0
  319. package/toolbar/index.d.ts +30 -0
  320. package/toolbar-button/index.d.ts +102 -0
  321. package/toolbar-select/index.d.ts +65 -0
  322. package/toolbar-select-option/index.d.ts +18 -0
  323. package/toolbar-separator/index.d.ts +24 -0
  324. package/toolbar-spacer/index.d.ts +30 -0
  325. package/tree/index.d.ts +94 -0
  326. package/tree-item/index.d.ts +109 -0
  327. package/tree-item-custom/index.d.ts +105 -0
  328. package/types/index.d.ts +69 -0
  329. package/utils/index.d.ts +23 -0
@@ -0,0 +1,131 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Input from '@ui5/webcomponents/dist/Input.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class Input implements AfterViewInit {
8
+ /**
9
+ * Defines whether the component is in disabled state.
10
+
11
+ **Note:** A disabled component is completely noninteractive.
12
+ */
13
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Defines a short hint intended to aid the user with data entry when the
16
+ component has no value.
17
+ */
18
+ placeholder: _angular_core.InputSignal<string | undefined>;
19
+ /**
20
+ * Defines whether the component is read-only.
21
+
22
+ **Note:** A read-only component is not editable,
23
+ but still provides visual feedback upon user interaction.
24
+ */
25
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
26
+ /**
27
+ * Defines whether the component is required.
28
+ */
29
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
30
+ /**
31
+ * Defines whether the value will be autcompleted to match an item
32
+ */
33
+ noTypeahead: _angular_core.InputSignalWithTransform<boolean, unknown>;
34
+ /**
35
+ * Defines the HTML type of the component.
36
+
37
+ **Notes:**
38
+
39
+ - The particular effect of this property differs depending on the browser
40
+ and the current language settings, especially for type `Number`.
41
+ - The property is mostly intended to be used with touch devices
42
+ that use different soft keyboard layouts depending on the given input type.
43
+ */
44
+ type: _angular_core.InputSignal<"Text" | "Email" | "Number" | "Password" | "Tel" | "URL" | "Search" | undefined>;
45
+ /**
46
+ * Defines the value of the component.
47
+
48
+ **Note:** The property is updated upon typing.
49
+ */
50
+ value: _angular_core.InputSignal<string | undefined>;
51
+ /**
52
+ * Defines the value state of the component.
53
+ */
54
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
55
+ /**
56
+ * Determines the name by which the component will be identified upon submission in an HTML form.
57
+
58
+ **Note:** This property is only applicable within the context of an HTML Form element.
59
+ */
60
+ name: _angular_core.InputSignal<string | undefined>;
61
+ /**
62
+ * Defines whether the component should show suggestions, if such are present.
63
+ */
64
+ showSuggestions: _angular_core.InputSignalWithTransform<boolean, unknown>;
65
+ /**
66
+ * Sets the maximum number of characters available in the input field.
67
+
68
+ **Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.
69
+ */
70
+ maxlength: _angular_core.InputSignal<number | undefined>;
71
+ /**
72
+ * Defines the accessible ARIA name of the component.
73
+ */
74
+ accessibleName: _angular_core.InputSignal<string | undefined>;
75
+ /**
76
+ * Receives id(or many ids) of the elements that label the input.
77
+ */
78
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
79
+ /**
80
+ * Defines the accessible description of the component.
81
+ */
82
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
83
+ /**
84
+ * Receives id(or many ids) of the elements that describe the input.
85
+ */
86
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
87
+ /**
88
+ * Defines whether the clear icon of the input will be shown.
89
+ */
90
+ showClearIcon: _angular_core.InputSignalWithTransform<boolean, unknown>;
91
+ /**
92
+ * Defines whether the suggestions picker is open.
93
+ The picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.
94
+ The picker will close automatically and `close` event will be fired if the input is not in the viewport.
95
+ */
96
+ open: _angular_core.InputSignalWithTransform<boolean, unknown>;
97
+ /**
98
+ * Fired when the input operation has finished by pressing Enter or on focusout.
99
+ */
100
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_Input, "change">>;
101
+ /**
102
+ * Fired when the value of the component changes at each keystroke,
103
+ and when a suggestion item has been selected.
104
+ */
105
+ ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_Input, "input">>;
106
+ /**
107
+ * Fired when some text has been selected.
108
+ */
109
+ ui5Select: _angular_core.OutputEmitterRef<UI5CustomEvent<_Input, "select">>;
110
+ /**
111
+ * Fired when the user navigates to a suggestion item via the ARROW keys,
112
+ as a preview, before the final selection.
113
+ */
114
+ ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Input, "selection-change">>;
115
+ /**
116
+ * Fired when the suggestions picker is open.
117
+ */
118
+ ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_Input, "open">>;
119
+ /**
120
+ * Fired when the suggestions picker is closed.
121
+ */
122
+ ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_Input, "close">>;
123
+ elementRef: ElementRef<_Input>;
124
+ injector: Injector;
125
+ get element(): _Input;
126
+ ngAfterViewInit(): void;
127
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Input, never>;
128
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Input, "ui5-input, [ui5-input]", ["ui5Input"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "noTypeahead": { "alias": "noTypeahead"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "showSuggestions": { "alias": "showSuggestions"; "required": false; "isSignal": true; }; "maxlength": { "alias": "maxlength"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "showClearIcon": { "alias": "showClearIcon"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; "ui5Select": "ui5Select"; "ui5SelectionChange": "ui5SelectionChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
129
+ }
130
+
131
+ export { Input };
@@ -0,0 +1,40 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Label from '@ui5/webcomponents/dist/Label.js';
4
+
5
+ declare class Label implements AfterViewInit {
6
+ /**
7
+ * Defines the labeled input by providing its ID.
8
+
9
+ **Note:** Can be used with both `ui5-input` and native input.
10
+ */
11
+ for: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines whether colon is added to the component text.
14
+
15
+ **Note:** Usually used in forms.
16
+ */
17
+ showColon: _angular_core.InputSignalWithTransform<boolean, unknown>;
18
+ /**
19
+ * Defines whether an asterisk character is added to the component text.
20
+
21
+ **Note:** Usually indicates that user input (bound with the `for` property) is required.
22
+ In that case the `required` property of
23
+ the corresponding input should also be set.
24
+ */
25
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
26
+ /**
27
+ * Defines how the text of a component will be displayed when there is not enough space.
28
+
29
+ **Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
30
+ */
31
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
32
+ elementRef: ElementRef<_Label>;
33
+ injector: Injector;
34
+ get element(): _Label;
35
+ ngAfterViewInit(): void;
36
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Label, never>;
37
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Label, "ui5-label, [ui5-label]", ["ui5Label"], { "for": { "alias": "for"; "required": false; "isSignal": true; }; "showColon": { "alias": "showColon"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
38
+ }
39
+
40
+ export { Label };
@@ -0,0 +1,123 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Link, { LinkAccessibilityAttributes } from '@ui5/webcomponents/dist/Link.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Link implements AfterViewInit {
7
+ /**
8
+ * Defines whether the component is disabled.
9
+
10
+ **Note:** When disabled, the click event cannot be triggered by the user.
11
+ */
12
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
13
+ /**
14
+ * Defines the tooltip of the component.
15
+ */
16
+ tooltip: _angular_core.InputSignal<string | undefined>;
17
+ /**
18
+ * Defines the component href.
19
+
20
+ **Note:** Standard hyperlink behavior is supported.
21
+ */
22
+ href: _angular_core.InputSignal<string | undefined>;
23
+ /**
24
+ * Defines the component target.
25
+
26
+ **Notes:**
27
+
28
+ - `_self`
29
+ - `_top`
30
+ - `_blank`
31
+ - `_parent`
32
+ - `_search`
33
+
34
+ **This property must only be used when the `href` property is set.**
35
+ */
36
+ target: _angular_core.InputSignal<string | undefined>;
37
+ /**
38
+ * Defines the component design.
39
+
40
+ **Note:** Avaialble options are `Default`, `Subtle`, and `Emphasized`.
41
+ */
42
+ design: _angular_core.InputSignal<"Default" | "Subtle" | "Emphasized" | undefined>;
43
+ /**
44
+ * Defines the target area size of the link:
45
+ - **InteractiveAreaSize.Normal**: The default target area size.
46
+ - **InteractiveAreaSize.Large**: The target area size is enlarged to 24px in height.
47
+
48
+ **Note:**The property is designed to make links easier to activate and helps meet the WCAG 2.2 Target Size requirement. It is applicable only for the SAP Horizon themes.
49
+ **Note:**To improve <code>ui5-link</code>'s reliability and usability, it is recommended to use the <code>InteractiveAreaSize.Large</code> value in scenarios where the <code>ui5-link</code> component is placed inside another interactive component, such as a list item or a table cell.
50
+ Setting the <code>interactiveAreaSize</code> property to <code>InteractiveAreaSize.Large</code> increases the <code>ui5-link</code>'s invisible touch area. As a result, the user's intended one-time selection command is more likely to activate the desired <code>ui5-link</code>, with minimal chance of unintentionally activating the underlying component.
51
+ */
52
+ interactiveAreaSize: _angular_core.InputSignal<"Normal" | "Large" | undefined>;
53
+ /**
54
+ * Defines how the text of a component will be displayed when there is not enough space.
55
+
56
+ **Note:** By default the text will wrap. If "None" is set - the text will truncate.
57
+ */
58
+ wrappingType: _angular_core.InputSignal<"Normal" | "None" | undefined>;
59
+ /**
60
+ * Defines the accessible ARIA name of the component.
61
+ */
62
+ accessibleName: _angular_core.InputSignal<string | undefined>;
63
+ /**
64
+ * Receives id(or many ids) of the elements that label the input
65
+ */
66
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
67
+ /**
68
+ * Defines the ARIA role of the component.
69
+
70
+ **Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.
71
+ */
72
+ accessibleRole: _angular_core.InputSignal<"Link" | "Button" | undefined>;
73
+ /**
74
+ * Defines the additional accessibility attributes that will be applied to the component.
75
+ The following fields are supported:
76
+
77
+ - **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
78
+ Accepts the following string values: `true` or `false`.
79
+
80
+ - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
81
+ Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
82
+ */
83
+ accessibilityAttributes: _angular_core.InputSignal<LinkAccessibilityAttributes | undefined>;
84
+ /**
85
+ * Defines the accessible description of the component.
86
+ */
87
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
88
+ /**
89
+ * Defines the icon, displayed as graphical element within the component before the link's text.
90
+ The SAP-icons font provides numerous options.
91
+
92
+ **Note:** Usage of icon-only link is not supported, the link must always have a text.
93
+
94
+ **Note:** We recommend using аn icon in the beginning or the end only, and with text.
95
+
96
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
97
+ */
98
+ icon: _angular_core.InputSignal<string | undefined>;
99
+ /**
100
+ * Defines the icon, displayed as graphical element within the component after the link's text.
101
+ The SAP-icons font provides numerous options.
102
+
103
+ **Note:** Usage of icon-only link is not supported, the link must always have a text.
104
+
105
+ **Note:** We recommend using аn icon in the beginning or the end only, and with text.
106
+
107
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
108
+ */
109
+ endIcon: _angular_core.InputSignal<string | undefined>;
110
+ /**
111
+ * Fired when the component is triggered either with a mouse/tap
112
+ or by using the Enter key.
113
+ */
114
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Link, "click">>;
115
+ elementRef: ElementRef<_Link>;
116
+ injector: Injector;
117
+ get element(): _Link;
118
+ ngAfterViewInit(): void;
119
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Link, never>;
120
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Link, "ui5-link, [ui5-link]", ["ui5Link"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "href": { "alias": "href"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "design": { "alias": "design"; "required": false; "isSignal": true; }; "interactiveAreaSize": { "alias": "interactiveAreaSize"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
121
+ }
122
+
123
+ export { Link };
@@ -0,0 +1,161 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _List, { ListAccessibilityAttributes } from '@ui5/webcomponents/dist/List.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import ListItemBase from '@ui5/webcomponents/dist/ListItemBase.js';
6
+
7
+ declare class List implements AfterViewInit {
8
+ /**
9
+ * Defines the component header text.
10
+
11
+ **Note:** If `header` is set this property is ignored.
12
+ */
13
+ headerText: _angular_core.InputSignal<string | undefined>;
14
+ /**
15
+ * Defines the footer text.
16
+ */
17
+ footerText: _angular_core.InputSignal<string | undefined>;
18
+ /**
19
+ * Determines whether the component is indented.
20
+ */
21
+ indent: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ /**
23
+ * Defines the selection mode of the component.
24
+ */
25
+ selectionMode: _angular_core.InputSignal<"None" | "Single" | "SingleStart" | "SingleEnd" | "SingleAuto" | "Multiple" | "Delete" | undefined>;
26
+ /**
27
+ * Defines the text that is displayed when the component contains no items.
28
+ */
29
+ noDataText: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Defines the item separator style that is used.
32
+ */
33
+ separators: _angular_core.InputSignal<"None" | "All" | "Inner" | undefined>;
34
+ /**
35
+ * Defines whether the component will have growing capability either by pressing a `More` button,
36
+ or via user scroll. In both cases `load-more` event is fired.
37
+
38
+ **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer,
39
+ on IE the component will fallback to `growing="Button"`.
40
+ */
41
+ growing: _angular_core.InputSignal<"None" | "Button" | "Scroll" | undefined>;
42
+ /**
43
+ * Defines the text that will be displayed inside the growing button.
44
+
45
+ **Note:** If not specified a built-in text will be displayed.
46
+
47
+ **Note:** This property takes effect if the `growing` property is set to the `Button`.
48
+ */
49
+ growingButtonText: _angular_core.InputSignal<string | undefined>;
50
+ /**
51
+ * Defines if the component would display a loading indicator over the list.
52
+ */
53
+ loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
54
+ /**
55
+ * Defines the delay in milliseconds, after which the loading indicator will show up for this component.
56
+ */
57
+ loadingDelay: _angular_core.InputSignal<number | undefined>;
58
+ /**
59
+ * Defines the accessible name of the component.
60
+ */
61
+ accessibleName: _angular_core.InputSignal<string | undefined>;
62
+ /**
63
+ * Defines additional accessibility attributes on different areas of the component.
64
+
65
+ The accessibilityAttributes object has the following field:
66
+
67
+ - **growingButton**: `growingButton.name`, `growingButton.description`.
68
+
69
+ The accessibility attributes support the following values:
70
+
71
+ - **name**: Defines the accessible ARIA name of the growing button.
72
+ Accepts any string.
73
+
74
+ - **description**: Defines the accessible ARIA description of the growing button.
75
+ Accepts any string.
76
+
77
+ **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.
78
+ */
79
+ accessibilityAttributes: _angular_core.InputSignal<ListAccessibilityAttributes | undefined>;
80
+ /**
81
+ * Defines the IDs of the elements that label the component.
82
+ */
83
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
84
+ /**
85
+ * Defines the accessible description of the component.
86
+ */
87
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
88
+ /**
89
+ * Defines the IDs of the elements that describe the component.
90
+ */
91
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
92
+ /**
93
+ * Defines the accessible role of the component.
94
+ */
95
+ accessibleRole: _angular_core.InputSignal<"List" | "Menu" | "Tree" | "ListBox" | undefined>;
96
+ /**
97
+ * Returns an array containing the list item instances without the groups in a flat structure.
98
+ * @readonly This property is managed by the web component.
99
+ */
100
+ get listItems(): Array<ListItemBase>;
101
+ /**
102
+ * Fired when an item is activated, unless the item's `type` property
103
+ is set to `Inactive`.
104
+
105
+ **Note**: This event is not triggered by interactions with selection components such as the checkboxes and radio buttons,
106
+ associated with non-default `selectionMode` values, or if any other **interactive** component
107
+ (such as a button or input) within the list item is directly clicked.
108
+ */
109
+ ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-click">>;
110
+ /**
111
+ * Fired when the `Close` button of any item is clicked
112
+
113
+ **Note:** This event is only applicable to list items that can be closed (such as notification list items),
114
+ not to be confused with `item-delete`.
115
+ */
116
+ ui5ItemClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-close">>;
117
+ /**
118
+ * Fired when the `Toggle` button of any item is clicked.
119
+
120
+ **Note:** This event is only applicable to list items that can be toggled (such as notification group list items).
121
+ */
122
+ ui5ItemToggle: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-toggle">>;
123
+ /**
124
+ * Fired when the Delete button of any item is pressed.
125
+
126
+ **Note:** A Delete button is displayed on each item,
127
+ when the component `selectionMode` property is set to `Delete`.
128
+ */
129
+ ui5ItemDelete: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "item-delete">>;
130
+ /**
131
+ * Fired when selection is changed by user interaction
132
+ in `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.
133
+ */
134
+ ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "selection-change">>;
135
+ /**
136
+ * Fired when the user scrolls to the bottom of the list.
137
+
138
+ **Note:** The event is fired when the `growing='Scroll'` property is enabled.
139
+ */
140
+ ui5LoadMore: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "load-more">>;
141
+ /**
142
+ * Fired when a movable list item is moved over a potential drop target during a dragging operation.
143
+
144
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
145
+ */
146
+ ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "move-over">>;
147
+ /**
148
+ * Fired when a movable list item is dropped onto a drop target.
149
+
150
+ **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
151
+ */
152
+ ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_List, "move">>;
153
+ elementRef: ElementRef<_List>;
154
+ injector: Injector;
155
+ get element(): _List;
156
+ ngAfterViewInit(): void;
157
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<List, never>;
158
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<List, "ui5-list, [ui5-list]", ["ui5List"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "footerText": { "alias": "footerText"; "required": false; "isSignal": true; }; "indent": { "alias": "indent"; "required": false; "isSignal": true; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "noDataText": { "alias": "noDataText"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; "growing": { "alias": "growing"; "required": false; "isSignal": true; }; "growingButtonText": { "alias": "growingButtonText"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; "ui5ItemClose": "ui5ItemClose"; "ui5ItemToggle": "ui5ItemToggle"; "ui5ItemDelete": "ui5ItemDelete"; "ui5SelectionChange": "ui5SelectionChange"; "ui5LoadMore": "ui5LoadMore"; "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
159
+ }
160
+
161
+ export { List };
@@ -0,0 +1,67 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ListItemCustom from '@ui5/webcomponents/dist/ListItemCustom.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import { ListItemAccessibilityAttributes } from '@ui5/webcomponents/dist/ListItem.js';
6
+
7
+ declare class ListItemCustom implements AfterViewInit {
8
+ /**
9
+ * Defines whether the item is movable.
10
+ */
11
+ movable: _angular_core.InputSignalWithTransform<boolean, unknown>;
12
+ /**
13
+ * Defines the text alternative of the component.
14
+
15
+ **Note**: If not provided a default text alternative will be set, if present.
16
+ */
17
+ accessibleName: _angular_core.InputSignal<string | undefined>;
18
+ /**
19
+ * Defines the visual indication and behavior of the list items.
20
+ Available options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.
21
+
22
+ **Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,
23
+ while with type `Inactive` and `Detail` - will not.
24
+ */
25
+ type: _angular_core.InputSignal<"Inactive" | "Active" | "Detail" | "Navigation" | undefined>;
26
+ /**
27
+ * Defines the additional accessibility attributes that will be applied to the component.
28
+ The following fields are supported:
29
+
30
+ - **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.
31
+ **Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.
32
+
33
+ - **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.
34
+ **Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.
35
+ */
36
+ accessibilityAttributes: _angular_core.InputSignal<ListItemAccessibilityAttributes | undefined>;
37
+ /**
38
+ * The navigated state of the list item.
39
+ If set to `true`, a navigation indicator is displayed at the end of the list item.
40
+ */
41
+ navigated: _angular_core.InputSignalWithTransform<boolean, unknown>;
42
+ /**
43
+ * Defines the text of the tooltip that would be displayed for the list item.
44
+ */
45
+ tooltip: _angular_core.InputSignal<string | undefined>;
46
+ /**
47
+ * Defines the highlight state of the list items.
48
+ Available options are: `"None"` (by default), `"Positive"`, `"Critical"`, `"Information"` and `"Negative"`.
49
+ */
50
+ highlight: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
51
+ /**
52
+ * Defines the selected state of the component.
53
+ */
54
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
55
+ /**
56
+ * Fired when the user clicks on the detail button when type is `Detail`.
57
+ */
58
+ ui5DetailClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemCustom, "detail-click">>;
59
+ elementRef: ElementRef<_ListItemCustom>;
60
+ injector: Injector;
61
+ get element(): _ListItemCustom;
62
+ ngAfterViewInit(): void;
63
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemCustom, never>;
64
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemCustom, "ui5-li-custom, [ui5-li-custom]", ["ui5ListItemCustom"], { "movable": { "alias": "movable"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "navigated": { "alias": "navigated"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "highlight": { "alias": "highlight"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, { "ui5DetailClick": "ui5DetailClick"; }, never, ["*"], true, never>;
65
+ }
66
+
67
+ export { ListItemCustom };
@@ -0,0 +1,49 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ListItemGroup from '@ui5/webcomponents/dist/ListItemGroup.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class ListItemGroup implements AfterViewInit {
7
+ /**
8
+ * Defines the header text of the <code>ui5-li-group</code>.
9
+ */
10
+ headerText: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the accessible name of the header.
13
+ */
14
+ headerAccessibleName: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Defines if the text of the component should wrap when it's too long.
17
+ When set to "Normal", the content (title, description) will be wrapped
18
+ using the `ui5-expandable-text` component.<br/>
19
+
20
+ The text can wrap up to 100 characters on small screens (size S) and
21
+ up to 300 characters on larger screens (size M and above). When text exceeds
22
+ these limits, it truncates with an ellipsis followed by a text expansion trigger.
23
+
24
+ Available options are:
25
+ - `None` (default) - The text will truncate with an ellipsis.
26
+ - `Normal` - The text will wrap (without truncation).
27
+ */
28
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
29
+ /**
30
+ * Fired when a movable list item is moved over a potential drop target during a dragging operation.
31
+
32
+ If the new position is valid, prevent the default action of the event using `preventDefault()`.
33
+ */
34
+ ui5MoveOver: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemGroup, "move-over">>;
35
+ /**
36
+ * Fired when a movable list item is dropped onto a drop target.
37
+
38
+ **Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.
39
+ */
40
+ ui5Move: _angular_core.OutputEmitterRef<UI5CustomEvent<_ListItemGroup, "move">>;
41
+ elementRef: ElementRef<_ListItemGroup>;
42
+ injector: Injector;
43
+ get element(): _ListItemGroup;
44
+ ngAfterViewInit(): void;
45
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ListItemGroup, never>;
46
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ListItemGroup, "ui5-li-group, [ui5-li-group]", ["ui5ListItemGroup"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "headerAccessibleName": { "alias": "headerAccessibleName"; "required": false; "isSignal": true; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; }, { "ui5MoveOver": "ui5MoveOver"; "ui5Move": "ui5Move"; }, never, ["*"], true, never>;
47
+ }
48
+
49
+ export { ListItemGroup };