@fundamental-ngx/ui5-webcomponents 0.58.4 → 0.58.6

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 (319) hide show
  1. package/avatar/index.d.ts +136 -0
  2. package/avatar-group/index.d.ts +97 -0
  3. package/bar/index.d.ts +61 -0
  4. package/breadcrumbs/index.d.ts +58 -0
  5. package/breadcrumbs-item/index.d.ts +63 -0
  6. package/busy-indicator/index.d.ts +57 -0
  7. package/button/index.d.ts +149 -0
  8. package/button-badge/index.d.ts +29 -0
  9. package/calendar/index.d.ts +112 -0
  10. package/calendar-date/index.d.ts +19 -0
  11. package/calendar-date-range/index.d.ts +24 -0
  12. package/calendar-legend/index.d.ts +53 -0
  13. package/calendar-legend-item/index.d.ts +22 -0
  14. package/card/index.d.ts +63 -0
  15. package/card-header/index.d.ts +62 -0
  16. package/carousel/index.d.ts +114 -0
  17. package/check-box/index.d.ts +108 -0
  18. package/color-palette/index.d.ts +42 -0
  19. package/color-palette-item/index.d.ts +27 -0
  20. package/color-palette-popover/index.d.ts +74 -0
  21. package/color-picker/index.d.ts +35 -0
  22. package/combo-box/index.d.ts +138 -0
  23. package/combo-box-item/index.d.ts +22 -0
  24. package/combo-box-item-group/index.d.ts +75 -0
  25. package/date-picker/index.d.ts +172 -0
  26. package/date-range-picker/index.d.ts +192 -0
  27. package/date-time-picker/index.d.ts +172 -0
  28. package/dialog/index.d.ts +144 -0
  29. package/dynamic-date-range/index.d.ts +29 -0
  30. package/expandable-text/index.d.ts +30 -0
  31. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs +161 -0
  32. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs.map +1 -0
  33. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs +207 -0
  34. package/fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs.map +1 -0
  35. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs +116 -0
  36. package/fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs.map +1 -0
  37. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs +109 -0
  38. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs.map +1 -0
  39. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs +117 -0
  40. package/fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs.map +1 -0
  41. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs +105 -0
  42. package/fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs.map +1 -0
  43. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs +72 -0
  44. package/fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs.map +1 -0
  45. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs +219 -0
  46. package/fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs.map +1 -0
  47. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs +67 -0
  48. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs.map +1 -0
  49. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs +61 -0
  50. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs.map +1 -0
  51. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs +65 -0
  52. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs.map +1 -0
  53. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs +100 -0
  54. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map +1 -0
  55. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs +189 -0
  56. package/fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs.map +1 -0
  57. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs +127 -0
  58. package/fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs.map +1 -0
  59. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs +110 -0
  60. package/fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs.map +1 -0
  61. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs +184 -0
  62. package/fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs.map +1 -0
  63. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs +178 -0
  64. package/fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs.map +1 -0
  65. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs +70 -0
  66. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs.map +1 -0
  67. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs +138 -0
  68. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs.map +1 -0
  69. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs +80 -0
  70. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs.map +1 -0
  71. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs +93 -0
  72. package/fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs.map +1 -0
  73. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs +140 -0
  74. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs.map +1 -0
  75. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs +65 -0
  76. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs.map +1 -0
  77. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs +220 -0
  78. package/fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs.map +1 -0
  79. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs +258 -0
  80. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs.map +1 -0
  81. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs +285 -0
  82. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map +1 -0
  83. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs +258 -0
  84. package/fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map +1 -0
  85. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs +226 -0
  86. package/fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs.map +1 -0
  87. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs +85 -0
  88. package/fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs.map +1 -0
  89. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs +75 -0
  90. package/fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs.map +1 -0
  91. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs +231 -0
  92. package/fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs.map +1 -0
  93. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs +107 -0
  94. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs.map +1 -0
  95. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs +96 -0
  96. package/fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs.map +1 -0
  97. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs +169 -0
  98. package/fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs.map +1 -0
  99. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs +127 -0
  100. package/fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs.map +1 -0
  101. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs +260 -0
  102. package/fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs.map +1 -0
  103. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs +112 -0
  104. package/fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs.map +1 -0
  105. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs +219 -0
  106. package/fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs.map +1 -0
  107. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs +163 -0
  108. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs.map +1 -0
  109. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs +140 -0
  110. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs.map +1 -0
  111. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs +230 -0
  112. package/fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs.map +1 -0
  113. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs +275 -0
  114. package/fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs.map +1 -0
  115. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs +86 -0
  116. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs.map +1 -0
  117. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs +263 -0
  118. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs.map +1 -0
  119. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs +36 -0
  120. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs.map +1 -0
  121. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs +162 -0
  122. package/fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs.map +1 -0
  123. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs +137 -0
  124. package/fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs.map +1 -0
  125. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs +140 -0
  126. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs.map +1 -0
  127. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs +70 -0
  128. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs.map +1 -0
  129. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs +227 -0
  130. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs.map +1 -0
  131. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs +284 -0
  132. package/fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs.map +1 -0
  133. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs +102 -0
  134. package/fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs.map +1 -0
  135. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs +112 -0
  136. package/fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs.map +1 -0
  137. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs +156 -0
  138. package/fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs.map +1 -0
  139. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs +220 -0
  140. package/fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs.map +1 -0
  141. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs +88 -0
  142. package/fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs.map +1 -0
  143. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs +156 -0
  144. package/fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs.map +1 -0
  145. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs +156 -0
  146. package/fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs.map +1 -0
  147. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs +130 -0
  148. package/fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs.map +1 -0
  149. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs +220 -0
  150. package/fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs.map +1 -0
  151. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs +130 -0
  152. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs.map +1 -0
  153. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs +164 -0
  154. package/fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs.map +1 -0
  155. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs +260 -0
  156. package/fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs.map +1 -0
  157. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs +151 -0
  158. package/fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs.map +1 -0
  159. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs +66 -0
  160. package/fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs.map +1 -0
  161. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs +159 -0
  162. package/fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs.map +1 -0
  163. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs +187 -0
  164. package/fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs.map +1 -0
  165. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs +86 -0
  166. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs.map +1 -0
  167. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs +140 -0
  168. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs.map +1 -0
  169. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs +65 -0
  170. package/fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs.map +1 -0
  171. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs +154 -0
  172. package/fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs.map +1 -0
  173. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs +179 -0
  174. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs.map +1 -0
  175. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs +36 -0
  176. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs.map +1 -0
  177. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs +134 -0
  178. package/fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs.map +1 -0
  179. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs +85 -0
  180. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs.map +1 -0
  181. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs +101 -0
  182. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs.map +1 -0
  183. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs +55 -0
  184. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs.map +1 -0
  185. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs +145 -0
  186. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs.map +1 -0
  187. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs +89 -0
  188. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs.map +1 -0
  189. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs +86 -0
  190. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs.map +1 -0
  191. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs +98 -0
  192. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs.map +1 -0
  193. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs +117 -0
  194. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs.map +1 -0
  195. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs +89 -0
  196. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs.map +1 -0
  197. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs +84 -0
  198. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs.map +1 -0
  199. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs +84 -0
  200. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs.map +1 -0
  201. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs +95 -0
  202. package/fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs.map +1 -0
  203. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs +197 -0
  204. package/fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs.map +1 -0
  205. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs +143 -0
  206. package/fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs.map +1 -0
  207. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs +228 -0
  208. package/fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs.map +1 -0
  209. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs +90 -0
  210. package/fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs.map +1 -0
  211. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs +23 -0
  212. package/fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs.map +1 -0
  213. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs +207 -0
  214. package/fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs.map +1 -0
  215. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs +104 -0
  216. package/fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs.map +1 -0
  217. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs +120 -0
  218. package/fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs.map +1 -0
  219. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs +224 -0
  220. package/fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs.map +1 -0
  221. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs +92 -0
  222. package/fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs.map +1 -0
  223. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs +152 -0
  224. package/fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs.map +1 -0
  225. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs +178 -0
  226. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs.map +1 -0
  227. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs +87 -0
  228. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs.map +1 -0
  229. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs +167 -0
  230. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs.map +1 -0
  231. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs +67 -0
  232. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs.map +1 -0
  233. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs +74 -0
  234. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs.map +1 -0
  235. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs +102 -0
  236. package/fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs.map +1 -0
  237. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs +224 -0
  238. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs.map +1 -0
  239. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs +224 -0
  240. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs.map +1 -0
  241. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs +199 -0
  242. package/fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs.map +1 -0
  243. package/file-uploader/index.d.ts +136 -0
  244. package/form/index.d.ts +113 -0
  245. package/form-group/index.d.ts +59 -0
  246. package/form-item/index.d.ts +48 -0
  247. package/icon/index.d.ts +67 -0
  248. package/input/index.d.ts +175 -0
  249. package/label/index.d.ts +65 -0
  250. package/link/index.d.ts +149 -0
  251. package/list/index.d.ts +191 -0
  252. package/list-item-custom/index.d.ts +99 -0
  253. package/list-item-group/index.d.ts +75 -0
  254. package/list-item-standard/index.d.ts +154 -0
  255. package/menu/index.d.ts +94 -0
  256. package/menu-item/index.d.ts +183 -0
  257. package/menu-item-group/index.d.ts +42 -0
  258. package/menu-separator/index.d.ts +14 -0
  259. package/message-strip/index.d.ts +72 -0
  260. package/multi-combo-box/index.d.ts +144 -0
  261. package/multi-combo-box-item/index.d.ts +26 -0
  262. package/multi-combo-box-item-group/index.d.ts +75 -0
  263. package/multi-input/index.d.ts +192 -0
  264. package/option/index.d.ts +64 -0
  265. package/option-custom/index.d.ts +55 -0
  266. package/package.json +425 -1
  267. package/panel/index.d.ts +87 -0
  268. package/popover/index.d.ts +135 -0
  269. package/progress-indicator/index.d.ts +42 -0
  270. package/radio-button/index.d.ts +88 -0
  271. package/range-slider/index.d.ts +86 -0
  272. package/rating-indicator/index.d.ts +66 -0
  273. package/responsive-popover/index.d.ts +135 -0
  274. package/segmented-button/index.d.ts +81 -0
  275. package/segmented-button-item/index.d.ts +79 -0
  276. package/select/index.d.ts +155 -0
  277. package/slider/index.d.ts +82 -0
  278. package/special-calendar-date/index.d.ts +23 -0
  279. package/split-button/index.d.ts +96 -0
  280. package/step-input/index.d.ts +115 -0
  281. package/suggestion-item/index.d.ts +22 -0
  282. package/suggestion-item-custom/index.d.ts +42 -0
  283. package/suggestion-item-group/index.d.ts +75 -0
  284. package/switch/index.d.ts +86 -0
  285. package/tab/index.d.ts +80 -0
  286. package/tab-container/index.d.ts +108 -0
  287. package/tab-separator/index.d.ts +14 -0
  288. package/table/index.d.ts +117 -0
  289. package/table-cell/index.d.ts +41 -0
  290. package/table-growing/index.d.ts +43 -0
  291. package/table-header-cell/index.d.ts +95 -0
  292. package/table-header-cell-action-a-i/index.d.ts +19 -0
  293. package/table-header-row/index.d.ts +45 -0
  294. package/table-row/index.d.ts +69 -0
  295. package/table-row-action/index.d.ts +40 -0
  296. package/table-row-action-navigation/index.d.ts +29 -0
  297. package/table-selection/index.d.ts +27 -0
  298. package/table-selection-multi/index.d.ts +31 -0
  299. package/table-selection-single/index.d.ts +27 -0
  300. package/table-virtualizer/index.d.ts +37 -0
  301. package/tag/index.d.ts +76 -0
  302. package/text/index.d.ts +45 -0
  303. package/text-area/index.d.ts +150 -0
  304. package/theming/index.d.ts +11 -0
  305. package/time-picker/index.d.ts +130 -0
  306. package/title/index.d.ts +58 -0
  307. package/toast/index.d.ts +60 -0
  308. package/toggle-button/index.d.ts +153 -0
  309. package/token/index.d.ts +47 -0
  310. package/tokenizer/index.d.ts +87 -0
  311. package/toolbar/index.d.ts +55 -0
  312. package/toolbar-button/index.d.ts +112 -0
  313. package/toolbar-select/index.d.ts +100 -0
  314. package/toolbar-select-option/index.d.ts +43 -0
  315. package/toolbar-separator/index.d.ts +24 -0
  316. package/toolbar-spacer/index.d.ts +30 -0
  317. package/tree/index.d.ts +123 -0
  318. package/tree-item/index.d.ts +148 -0
  319. package/tree-item-custom/index.d.ts +145 -0
@@ -0,0 +1,136 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Avatar, { AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
4
+ export { AvatarAccessibilityAttributes } from '@ui5/webcomponents/dist/Avatar.js';
5
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
6
+
7
+ declare class Avatar implements AfterViewInit {
8
+ /**
9
+ * Defines whether the component is disabled.
10
+ A disabled component can't be pressed or
11
+ focused, and it is not in the tab chain.
12
+ */
13
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Defines if the avatar is interactive (focusable and pressable).
16
+
17
+ **Note:** This property won't have effect if the `disabled`
18
+ property is set to `true`.
19
+ */
20
+ interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
21
+ /**
22
+ * Defines the name of the UI5 Icon, that will be displayed.
23
+
24
+ **Note:** If `image` slot is provided, the property will be ignored.
25
+
26
+ **Note:** You should import the desired icon first, then use its name as "icon".
27
+
28
+ `import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
29
+
30
+ `<ui5-avatar icon="employee">`
31
+
32
+ **Note:** If no icon or an empty one is provided, by default the "employee" icon should be displayed.
33
+
34
+ See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
35
+ */
36
+ icon: _angular_core.InputSignal<string | undefined>;
37
+ /**
38
+ * Defines the name of the fallback icon, which should be displayed in the following cases:
39
+
40
+ - If the initials are not valid (more than 3 letters, unsupported languages or empty initials).
41
+ - If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).
42
+ - If the image src is wrong.
43
+
44
+ **Note:** If not set, a default fallback icon "employee" is displayed.
45
+
46
+ **Note:** You should import the desired icon first, then use its name as "fallback-icon".
47
+
48
+ `import "@ui5/webcomponents-icons/dist/{icon_name}.js"`
49
+
50
+ `<ui5-avatar fallback-icon="alert">`
51
+
52
+ See all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
53
+ */
54
+ fallbackIcon: _angular_core.InputSignal<string | undefined>;
55
+ /**
56
+ * Defines the displayed initials.
57
+
58
+ Up to three Latin letters can be displayed as initials.
59
+ */
60
+ initials: _angular_core.InputSignal<string | undefined>;
61
+ /**
62
+ * Defines the shape of the component.
63
+ */
64
+ shape: _angular_core.InputSignal<"Circle" | "Square" | undefined>;
65
+ /**
66
+ * Defines predefined size of the component.
67
+ */
68
+ size: _angular_core.InputSignal<"XS" | "S" | "M" | "L" | "XL" | undefined>;
69
+ /**
70
+ * Defines the background color of the desired image.
71
+ If `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.
72
+ */
73
+ colorScheme: _angular_core.InputSignal<"Auto" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Accent7" | "Accent8" | "Accent9" | "Accent10" | "Placeholder" | "Transparent" | undefined>;
74
+ /**
75
+ * Defines the text alternative of the component.
76
+ If not provided a default text alternative will be set, if present.
77
+ */
78
+ accessibleName: _angular_core.InputSignal<string | undefined>;
79
+ /**
80
+ * Defines the additional accessibility attributes that will be applied to the component.
81
+ The following field is supported:
82
+
83
+ - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
84
+ Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
85
+ */
86
+ accessibilityAttributes: _angular_core.InputSignal<AvatarAccessibilityAttributes | undefined>;
87
+ /**
88
+ * Fired on mouseup, space and enter if avatar is interactive
89
+
90
+ **Note:** The event will not be fired if the `disabled`
91
+ property is set to `true`.
92
+ */
93
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Avatar, "click">>;
94
+ /**
95
+ * Available slots for content projection in this component.
96
+ *
97
+ * Slots allow you to insert custom content into predefined areas of the web component.
98
+ * Use the `slot` attribute on child elements to target specific slots.
99
+ *
100
+ * - **(default)**: Receives the desired `<img>` tag
101
+
102
+ **Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>
103
+ `ui5-avatar:not(:defined) {`<br/>
104
+ &nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>
105
+ `}`
106
+ * - **badge**: Defines the optional badge that will be used for visual affordance.
107
+
108
+ **Note:** While the slot allows for custom badges, to achieve
109
+ the Fiori design, you can use the `ui5-tag` with `ui5-icon`
110
+ in the corresponding `icon` slot, without text nodes.
111
+ *
112
+ * @example
113
+ * ```html
114
+ * <ui5-avatar>
115
+ * <div slot="header">Custom header content</div>
116
+ * <p>Default slot content</p>
117
+ * </ui5-avatar>
118
+ * ```
119
+ *
120
+ * @readonly
121
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
122
+ */
123
+ readonly slots: {
124
+ name: string;
125
+ description: string;
126
+ since: string;
127
+ }[];
128
+ elementRef: ElementRef<_Avatar>;
129
+ injector: Injector;
130
+ get element(): _Avatar;
131
+ ngAfterViewInit(): void;
132
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Avatar, never>;
133
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Avatar, "ui5-avatar, [ui5-avatar]", ["ui5Avatar"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "fallbackIcon": { "alias": "fallbackIcon"; "required": false; "isSignal": true; }; "initials": { "alias": "initials"; "required": false; "isSignal": true; }; "shape": { "alias": "shape"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "colorScheme": { "alias": "colorScheme"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
134
+ }
135
+
136
+ export { Avatar };
@@ -0,0 +1,97 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _AvatarGroup, { AvatarGroupAccessibilityAttributes, IAvatarGroupItem } from '@ui5/webcomponents/dist/AvatarGroup.js';
4
+ export { AvatarGroupAccessibilityAttributes, IAvatarGroupItem } from '@ui5/webcomponents/dist/AvatarGroup.js';
5
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
6
+ import AvatarColorScheme from '@ui5/webcomponents/dist/types/AvatarColorScheme.js';
7
+
8
+ declare class AvatarGroup implements AfterViewInit {
9
+ /**
10
+ * Defines the mode of the `AvatarGroup`.
11
+ */
12
+ type: _angular_core.InputSignal<"Group" | "Individual" | undefined>;
13
+ /**
14
+ * Defines the additional accessibility attributes that will be applied to the component.
15
+ The following field is supported:
16
+
17
+ - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
18
+ Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
19
+ */
20
+ accessibilityAttributes: _angular_core.InputSignal<AvatarGroupAccessibilityAttributes | undefined>;
21
+ /**
22
+ * Defines the accessible name of the AvatarGroup.
23
+ When provided, this will override the default aria-label text.
24
+ */
25
+ accessibleName: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Receives id(s) of the elements that describe the AvatarGroup.
28
+ When provided, this will be used as aria-labelledby instead of aria-label.
29
+ */
30
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
31
+ /**
32
+ * Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.
33
+ * @readonly This property is managed by the web component.
34
+ */
35
+ get hiddenItems(): Array<IAvatarGroupItem>;
36
+ /**
37
+ * Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.
38
+ * @readonly This property is managed by the web component.
39
+ */
40
+ get colorScheme(): Array<AvatarColorScheme>;
41
+ /**
42
+ * Fired when the component is activated either with a
43
+ click/tap or by using the Enter or Space key.
44
+ */
45
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_AvatarGroup, "click">>;
46
+ /**
47
+ * Fired when the count of visible `ui5-avatar` elements in the
48
+ component has changed
49
+ */
50
+ ui5Overflow: _angular_core.OutputEmitterRef<UI5CustomEvent<_AvatarGroup, "overflow">>;
51
+ /**
52
+ * Available slots for content projection in this component.
53
+ *
54
+ * Slots allow you to insert custom content into predefined areas of the web component.
55
+ * Use the `slot` attribute on child elements to target specific slots.
56
+ *
57
+ * - **(default)**: Defines the items of the component. Use the `ui5-avatar` component as an item.
58
+
59
+ **Note:** The UX guidelines recommends using avatars with "Circle" shape.
60
+
61
+ Moreover, if you use avatars with "Square" shape, there will be visual inconsistency
62
+ as the built-in overflow action has "Circle" shape.
63
+ * - **overflowButton**: Defines the overflow button of the component.
64
+
65
+ **Note:** We recommend using the `ui5-button` component.
66
+
67
+ **Note:** If this slot is not used, the component will display the built-in overflow button.
68
+ *
69
+ * @example
70
+ * ```html
71
+ * <ui5-avatar-group>
72
+ * <div slot="header">Custom header content</div>
73
+ * <p>Default slot content</p>
74
+ * </ui5-avatar-group>
75
+ * ```
76
+ *
77
+ * @readonly
78
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
79
+ */
80
+ readonly slots: ({
81
+ name: string;
82
+ description: string;
83
+ since?: undefined;
84
+ } | {
85
+ name: string;
86
+ description: string;
87
+ since: string;
88
+ })[];
89
+ elementRef: ElementRef<_AvatarGroup>;
90
+ injector: Injector;
91
+ get element(): _AvatarGroup;
92
+ ngAfterViewInit(): void;
93
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<AvatarGroup, never>;
94
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<AvatarGroup, "ui5-avatar-group, [ui5-avatar-group]", ["ui5AvatarGroup"], { "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; "ui5Overflow": "ui5Overflow"; }, never, ["*"], true, never>;
95
+ }
96
+
97
+ export { AvatarGroup };
package/bar/index.d.ts ADDED
@@ -0,0 +1,61 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Bar from '@ui5/webcomponents/dist/Bar.js';
4
+
5
+ declare class Bar implements AfterViewInit {
6
+ /**
7
+ * Defines the component's design.
8
+ */
9
+ design: _angular_core.InputSignal<"Header" | "Subheader" | "Footer" | "FloatingFooter" | undefined>;
10
+ /**
11
+ * Specifies the ARIA role applied to the component for accessibility purposes.
12
+
13
+ **Note:**
14
+
15
+ - Set accessibleRole to "toolbar" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.
16
+
17
+ - If there is only one or no active element, it is recommended to avoid using the "toolbar" role, as it implies a grouping of multiple interactive controls.
18
+ */
19
+ accessibleRole: _angular_core.InputSignal<"Toolbar" | "None" | undefined>;
20
+ /**
21
+ * Defines the accessible ARIA name of the component.
22
+ */
23
+ accessibleName: _angular_core.InputSignal<string | undefined>;
24
+ /**
25
+ * Receives id(or many ids) of the elements that label the bar.
26
+ */
27
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
28
+ /**
29
+ * Available slots for content projection in this component.
30
+ *
31
+ * Slots allow you to insert custom content into predefined areas of the web component.
32
+ * Use the `slot` attribute on child elements to target specific slots.
33
+ *
34
+ * - **startContent**: Defines the content at the start of the bar.
35
+ * - **(default)**: Defines the content in the middle of the bar.
36
+ * - **endContent**: Defines the content at the end of the bar.
37
+ *
38
+ * @example
39
+ * ```html
40
+ * <ui5-bar>
41
+ * <div slot="header">Custom header content</div>
42
+ * <p>Default slot content</p>
43
+ * </ui5-bar>
44
+ * ```
45
+ *
46
+ * @readonly
47
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
48
+ */
49
+ readonly slots: {
50
+ name: string;
51
+ description: string;
52
+ }[];
53
+ elementRef: ElementRef<_Bar>;
54
+ injector: Injector;
55
+ get element(): _Bar;
56
+ ngAfterViewInit(): void;
57
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Bar, never>;
58
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Bar, "ui5-bar, [ui5-bar]", ["ui5Bar"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
59
+ }
60
+
61
+ export { Bar };
@@ -0,0 +1,58 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Breadcrumbs from '@ui5/webcomponents/dist/Breadcrumbs.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Breadcrumbs implements AfterViewInit {
7
+ /**
8
+ * Defines the visual appearance of the last BreadcrumbsItem.
9
+
10
+ The Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:
11
+ - "Standard" - displaying the last item as "current page" (bold and without separator)
12
+ - "NoCurrentPage" - displaying the last item as a regular BreadcrumbsItem, followed by separator
13
+ */
14
+ design: _angular_core.InputSignal<"Standard" | "NoCurrentPage" | undefined>;
15
+ /**
16
+ * Determines the visual style of the separator between the breadcrumb items.
17
+ */
18
+ separators: _angular_core.InputSignal<"Slash" | "BackSlash" | "DoubleBackSlash" | "DoubleGreaterThan" | "DoubleSlash" | "GreaterThan" | undefined>;
19
+ /**
20
+ * Fires when a `BreadcrumbsItem` is clicked.
21
+
22
+ **Note:** You can prevent browser location change by calling `event.preventDefault()`.
23
+ */
24
+ ui5ItemClick: _angular_core.OutputEmitterRef<UI5CustomEvent<_Breadcrumbs, "item-click">>;
25
+ /**
26
+ * Available slots for content projection in this component.
27
+ *
28
+ * Slots allow you to insert custom content into predefined areas of the web component.
29
+ * Use the `slot` attribute on child elements to target specific slots.
30
+ *
31
+ * - **(default)**: Defines the component items.
32
+
33
+ **Note:** Use the `ui5-breadcrumbs-item` component to define the desired items.
34
+ *
35
+ * @example
36
+ * ```html
37
+ * <ui5-breadcrumbs>
38
+ * <div slot="header">Custom header content</div>
39
+ * <p>Default slot content</p>
40
+ * </ui5-breadcrumbs>
41
+ * ```
42
+ *
43
+ * @readonly
44
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
45
+ */
46
+ readonly slots: {
47
+ name: string;
48
+ description: string;
49
+ }[];
50
+ elementRef: ElementRef<_Breadcrumbs>;
51
+ injector: Injector;
52
+ get element(): _Breadcrumbs;
53
+ ngAfterViewInit(): void;
54
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Breadcrumbs, never>;
55
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Breadcrumbs, "ui5-breadcrumbs, [ui5-breadcrumbs]", ["ui5Breadcrumbs"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "separators": { "alias": "separators"; "required": false; "isSignal": true; }; }, { "ui5ItemClick": "ui5ItemClick"; }, never, ["*"], true, never>;
56
+ }
57
+
58
+ export { Breadcrumbs };
@@ -0,0 +1,63 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _BreadcrumbsItem from '@ui5/webcomponents/dist/BreadcrumbsItem.js';
4
+
5
+ declare class BreadcrumbsItem implements AfterViewInit {
6
+ /**
7
+ * Defines the link href.
8
+
9
+ **Note:** Standard hyperlink behavior is supported.
10
+ */
11
+ href: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines the link target.
14
+
15
+ Available options are:
16
+
17
+ - `_self`
18
+ - `_top`
19
+ - `_blank`
20
+ - `_parent`
21
+ - `_search`
22
+
23
+ **Note:** This property must only be used when the `href` property is set.
24
+ */
25
+ target: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Defines the accessible ARIA name of the item.
28
+ */
29
+ accessibleName: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Available slots for content projection in this component.
32
+ *
33
+ * Slots allow you to insert custom content into predefined areas of the web component.
34
+ * Use the `slot` attribute on child elements to target specific slots.
35
+ *
36
+ * - **(default)**: Defines the text of the component.
37
+
38
+ **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
39
+ *
40
+ * @example
41
+ * ```html
42
+ * <ui5-breadcrumbs-item>
43
+ * <div slot="header">Custom header content</div>
44
+ * <p>Default slot content</p>
45
+ * </ui5-breadcrumbs-item>
46
+ * ```
47
+ *
48
+ * @readonly
49
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
50
+ */
51
+ readonly slots: {
52
+ name: string;
53
+ description: string;
54
+ }[];
55
+ elementRef: ElementRef<_BreadcrumbsItem>;
56
+ injector: Injector;
57
+ get element(): _BreadcrumbsItem;
58
+ ngAfterViewInit(): void;
59
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BreadcrumbsItem, never>;
60
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BreadcrumbsItem, "ui5-breadcrumbs-item, [ui5-breadcrumbs-item]", ["ui5BreadcrumbsItem"], { "href": { "alias": "href"; "required": false; "isSignal": true; }; "target": { "alias": "target"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
61
+ }
62
+
63
+ export { BreadcrumbsItem };
@@ -0,0 +1,57 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _BusyIndicator from '@ui5/webcomponents/dist/BusyIndicator.js';
4
+
5
+ declare class BusyIndicator implements AfterViewInit {
6
+ /**
7
+ * Defines text to be displayed below the component. It can be used to inform the user of the current operation.
8
+ */
9
+ text: _angular_core.InputSignal<string | undefined>;
10
+ /**
11
+ * Defines the size of the component.
12
+ */
13
+ size: _angular_core.InputSignal<"S" | "M" | "L" | undefined>;
14
+ /**
15
+ * Defines if the busy indicator is visible on the screen. By default it is not.
16
+ */
17
+ active: _angular_core.InputSignalWithTransform<boolean, unknown>;
18
+ /**
19
+ * Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.
20
+ */
21
+ delay: _angular_core.InputSignal<number | undefined>;
22
+ /**
23
+ * Defines the placement of the text.
24
+ */
25
+ textPlacement: _angular_core.InputSignal<"Top" | "Bottom" | undefined>;
26
+ /**
27
+ * Available slots for content projection in this component.
28
+ *
29
+ * Slots allow you to insert custom content into predefined areas of the web component.
30
+ * Use the `slot` attribute on child elements to target specific slots.
31
+ *
32
+ * - **(default)**: Determines the content over which the component will appear.
33
+ *
34
+ * @example
35
+ * ```html
36
+ * <ui5-busy-indicator>
37
+ * <div slot="header">Custom header content</div>
38
+ * <p>Default slot content</p>
39
+ * </ui5-busy-indicator>
40
+ * ```
41
+ *
42
+ * @readonly
43
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
44
+ */
45
+ readonly slots: {
46
+ name: string;
47
+ description: string;
48
+ }[];
49
+ elementRef: ElementRef<_BusyIndicator>;
50
+ injector: Injector;
51
+ get element(): _BusyIndicator;
52
+ ngAfterViewInit(): void;
53
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<BusyIndicator, never>;
54
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<BusyIndicator, "ui5-busy-indicator, [ui5-busy-indicator]", ["ui5BusyIndicator"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "active": { "alias": "active"; "required": false; "isSignal": true; }; "delay": { "alias": "delay"; "required": false; "isSignal": true; }; "textPlacement": { "alias": "textPlacement"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
55
+ }
56
+
57
+ export { BusyIndicator };
@@ -0,0 +1,149 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Button, { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
4
+ export { ButtonAccessibilityAttributes } from '@ui5/webcomponents/dist/Button.js';
5
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
6
+
7
+ declare class Button implements AfterViewInit {
8
+ /**
9
+ * Defines the component design.
10
+ */
11
+ design: _angular_core.InputSignal<"Default" | "Positive" | "Negative" | "Transparent" | "Emphasized" | "Attention" | undefined>;
12
+ /**
13
+ * Defines whether the component is disabled.
14
+ A disabled component can't be pressed or
15
+ focused, and it is not in the tab chain.
16
+ */
17
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
18
+ /**
19
+ * Defines the icon, displayed as graphical element within the component.
20
+ The SAP-icons font provides numerous options.
21
+
22
+ Example:
23
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
24
+ */
25
+ icon: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Defines the icon, displayed as graphical element within the component after the button text.
28
+
29
+ **Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.
30
+ Usage of `endIcon` only should be avoided.
31
+
32
+ The SAP-icons font provides numerous options.
33
+
34
+ Example:
35
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
36
+ */
37
+ endIcon: _angular_core.InputSignal<string | undefined>;
38
+ /**
39
+ * When set to `true`, the component will
40
+ automatically submit the nearest HTML form element on `press`.
41
+
42
+ **Note:** This property is only applicable within the context of an HTML Form element.`
43
+ */
44
+ submits: _angular_core.InputSignalWithTransform<boolean, unknown>;
45
+ /**
46
+ * Defines the tooltip of the component.
47
+
48
+ **Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
49
+ */
50
+ tooltip: _angular_core.InputSignal<string | undefined>;
51
+ /**
52
+ * Defines the accessible ARIA name of the component.
53
+ */
54
+ accessibleName: _angular_core.InputSignal<string | undefined>;
55
+ /**
56
+ * Receives id(or many ids) of the elements that label the component.
57
+ */
58
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
59
+ /**
60
+ * Defines the additional accessibility attributes that will be applied to the component.
61
+ The following fields are supported:
62
+
63
+ - **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.
64
+ Accepts the following string values: `true` or `false`
65
+
66
+ - **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.
67
+ Accepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.
68
+
69
+ - **ariaLabel**: Defines the accessible ARIA name of the component.
70
+ Accepts any string value.
71
+
72
+ - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.
73
+
74
+ - **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.
75
+ Accepts a lowercase string value.
76
+ */
77
+ accessibilityAttributes: _angular_core.InputSignal<ButtonAccessibilityAttributes | undefined>;
78
+ /**
79
+ * Defines the accessible description of the component.
80
+ */
81
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
82
+ /**
83
+ * Defines whether the button has special form-related functionality.
84
+
85
+ **Note:** This property is only applicable within the context of an HTML Form element.
86
+ */
87
+ type: _angular_core.InputSignal<"Button" | "Submit" | "Reset" | undefined>;
88
+ /**
89
+ * Describes the accessibility role of the button.
90
+
91
+ **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.
92
+ */
93
+ accessibleRole: _angular_core.InputSignal<"Button" | "Link" | undefined>;
94
+ /**
95
+ * Defines whether the button shows a loading indicator.
96
+
97
+ **Note:** If set to `true`, a busy indicator component will be displayed on the related button.
98
+ */
99
+ loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
100
+ /**
101
+ * Specifies the delay in milliseconds before the loading indicator appears within the associated button.
102
+ */
103
+ loadingDelay: _angular_core.InputSignal<number | undefined>;
104
+ /**
105
+ * Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.
106
+
107
+ **Note:** The event will not be fired if the `disabled` property is set to `true`.
108
+ */
109
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_Button, "click">>;
110
+ /**
111
+ * Available slots for content projection in this component.
112
+ *
113
+ * Slots allow you to insert custom content into predefined areas of the web component.
114
+ * Use the `slot` attribute on child elements to target specific slots.
115
+ *
116
+ * - **(default)**: Defines the text of the component.
117
+
118
+ **Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.
119
+ * - **badge**: Adds a badge to the button.
120
+ *
121
+ * @example
122
+ * ```html
123
+ * <ui5-button>
124
+ * <div slot="header">Custom header content</div>
125
+ * <p>Default slot content</p>
126
+ * </ui5-button>
127
+ * ```
128
+ *
129
+ * @readonly
130
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
131
+ */
132
+ readonly slots: ({
133
+ name: string;
134
+ description: string;
135
+ since?: undefined;
136
+ } | {
137
+ name: string;
138
+ description: string;
139
+ since: string;
140
+ })[];
141
+ elementRef: ElementRef<_Button>;
142
+ injector: Injector;
143
+ get element(): _Button;
144
+ ngAfterViewInit(): void;
145
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Button, never>;
146
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Button, "ui5-button, [ui5-button]", ["ui5Button"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "endIcon": { "alias": "endIcon"; "required": false; "isSignal": true; }; "submits": { "alias": "submits"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibilityAttributes": { "alias": "accessibilityAttributes"; "required": false; "isSignal": true; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "accessibleRole": { "alias": "accessibleRole"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
147
+ }
148
+
149
+ export { Button };
@@ -0,0 +1,29 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ButtonBadge from '@ui5/webcomponents/dist/ButtonBadge.js';
4
+
5
+ declare class ButtonBadge implements AfterViewInit {
6
+ /**
7
+ * Defines the badge placement and appearance.
8
+ - **InlineText** - displayed inside the button after its text, and recommended for **compact** density.
9
+ - **OverlayText** - displayed at the top-end corner of the button, and recommended for **cozy** density.
10
+ - **AttentionDot** - displayed at the top-end corner of the button as a dot, and suitable for both **cozy** and **compact** densities.
11
+ */
12
+ design: _angular_core.InputSignal<"InlineText" | "OverlayText" | "AttentionDot" | undefined>;
13
+ /**
14
+ * Defines the text of the component.
15
+
16
+ **Note:** Text is not applied when the `design` property is set to `AttentionDot`.
17
+
18
+ **Note:** The badge component only accepts numeric values and the "+" symbol. Using other characters or formats may result in unpredictable behavior, which is not guaranteed or supported.
19
+ */
20
+ text: _angular_core.InputSignal<string | undefined>;
21
+ elementRef: ElementRef<_ButtonBadge>;
22
+ injector: Injector;
23
+ get element(): _ButtonBadge;
24
+ ngAfterViewInit(): void;
25
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonBadge, never>;
26
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonBadge, "ui5-button-badge, [ui5-button-badge]", ["ui5ButtonBadge"], { "design": { "alias": "design"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
27
+ }
28
+
29
+ export { ButtonBadge };