@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,42 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ProgressIndicator from '@ui5/webcomponents/dist/ProgressIndicator.js';
4
+
5
+ declare class ProgressIndicator implements AfterViewInit {
6
+ /**
7
+ * Defines the accessible ARIA name of the component.
8
+ */
9
+ accessibleName: _angular_core.InputSignal<string | undefined>;
10
+ /**
11
+ * Defines whether the component value is shown.
12
+ */
13
+ hideValue: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Specifies the numerical value in percent for the length of the component.
16
+
17
+ **Note:**
18
+ If a value greater than 100 is provided, the percentValue is set to 100. In other cases of invalid value, percentValue is set to its default of 0.
19
+ */
20
+ value: _angular_core.InputSignal<number | undefined>;
21
+ /**
22
+ * Specifies the text value to be displayed in the bar.
23
+
24
+ **Note:**
25
+
26
+ - If there is no value provided or the value is empty, the default percentage value is shown.
27
+ - If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.
28
+ */
29
+ displayValue: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Defines the value state of the component.
32
+ */
33
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
34
+ elementRef: ElementRef<_ProgressIndicator>;
35
+ injector: Injector;
36
+ get element(): _ProgressIndicator;
37
+ ngAfterViewInit(): void;
38
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ProgressIndicator, never>;
39
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ProgressIndicator, "ui5-progress-indicator, [ui5-progress-indicator]", ["ui5ProgressIndicator"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "hideValue": { "alias": "hideValue"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "displayValue": { "alias": "displayValue"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
40
+ }
41
+
42
+ export { ProgressIndicator };
@@ -0,0 +1,88 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _RadioButton from '@ui5/webcomponents/dist/RadioButton.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class RadioButton implements AfterViewInit {
8
+ /**
9
+ * Defines whether the component is disabled.
10
+
11
+ **Note:** A disabled component is completely noninteractive.
12
+ */
13
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Defines whether the component is read-only.
16
+
17
+ **Note:** A read-only component isn't editable or selectable.
18
+ However, because it's focusable, it still provides visual feedback upon user interaction.
19
+ */
20
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
21
+ /**
22
+ * Defines whether the component is required.
23
+ */
24
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
25
+ /**
26
+ * Defines whether the component is checked or not.
27
+
28
+ **Note:** The property value can be changed with user interaction,
29
+ either by clicking/tapping on the component,
30
+ or by using the Space or Enter key.
31
+
32
+ **Note:** Only enabled radio buttons can be checked.
33
+ Read-only radio buttons are not selectable, and therefore are always unchecked.
34
+ */
35
+ checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
36
+ /**
37
+ * Defines the text of the component.
38
+ */
39
+ text: _angular_core.InputSignal<string | undefined>;
40
+ /**
41
+ * Defines the value state of the component.
42
+ */
43
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
44
+ /**
45
+ * Determines the name by which the component will be identified upon submission in an HTML form.
46
+
47
+ Radio buttons with the same `name` will form a radio button group.
48
+
49
+ **Note:** By this name the component will be identified upon submission in an HTML form.
50
+
51
+ **Note:** The selection can be changed with `ARROW_UP/DOWN` and `ARROW_LEFT/RIGHT` keys between radio buttons in same group.
52
+
53
+ **Note:** Only one radio button can be selected per group.
54
+ */
55
+ name: _angular_core.InputSignal<string | undefined>;
56
+ /**
57
+ * Defines the form value of the component.
58
+ When a form with a radio button group is submitted, the group's value
59
+ will be the value of the currently selected radio button.
60
+ */
61
+ value: _angular_core.InputSignal<string | undefined>;
62
+ /**
63
+ * Defines whether the component text wraps when there is not enough space.
64
+
65
+ **Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
66
+ */
67
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
68
+ /**
69
+ * Defines the accessible ARIA name of the component.
70
+ */
71
+ accessibleName: _angular_core.InputSignal<string | undefined>;
72
+ /**
73
+ * Defines the IDs of the elements that label the component.
74
+ */
75
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
76
+ /**
77
+ * Fired when the component checked state changes.
78
+ */
79
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_RadioButton, "change">>;
80
+ elementRef: ElementRef<_RadioButton>;
81
+ injector: Injector;
82
+ get element(): _RadioButton;
83
+ ngAfterViewInit(): void;
84
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RadioButton, never>;
85
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RadioButton, "ui5-radio-button, [ui5-radio-button]", ["ui5RadioButton"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "checked": { "alias": "checked"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "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; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
86
+ }
87
+
88
+ export { RadioButton };
@@ -0,0 +1,86 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _RangeSlider from '@ui5/webcomponents/dist/RangeSlider.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class RangeSlider implements AfterViewInit {
8
+ /**
9
+ * Defines start point of a selection - position of a first handle on the slider.
10
+ */
11
+ startValue: _angular_core.InputSignal<number | undefined>;
12
+ /**
13
+ * Defines end point of a selection - position of a second handle on the slider.
14
+ */
15
+ endValue: _angular_core.InputSignal<number | undefined>;
16
+ /**
17
+ * Defines the minimum value of the slider.
18
+ */
19
+ min: _angular_core.InputSignal<number | undefined>;
20
+ /**
21
+ * Defines the maximum value of the slider.
22
+ */
23
+ max: _angular_core.InputSignal<number | undefined>;
24
+ /**
25
+ * Determines the name by which the component will be identified upon submission in an HTML form.
26
+
27
+ **Note:** This property is only applicable within the context of an HTML Form element.
28
+ */
29
+ name: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).
32
+
33
+ **Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.
34
+ */
35
+ step: _angular_core.InputSignal<number | undefined>;
36
+ /**
37
+ * Displays a label with a value on every N-th step.
38
+
39
+ **Note:** The step and tickmarks properties must be enabled.
40
+ Example - if the step value is set to 2 and the label interval is also specified to 2 - then every second
41
+ tickmark will be labelled, which means every 4th value number.
42
+ */
43
+ labelInterval: _angular_core.InputSignal<number | undefined>;
44
+ /**
45
+ * Enables tickmarks visualization for each step.
46
+
47
+ **Note:** The step must be a positive number.
48
+ */
49
+ showTickmarks: _angular_core.InputSignalWithTransform<boolean, unknown>;
50
+ /**
51
+ * Enables handle tooltip displaying the current value.
52
+ */
53
+ showTooltip: _angular_core.InputSignalWithTransform<boolean, unknown>;
54
+ /**
55
+ *
56
+ Indicates whether input fields should be used as tooltips for the handles.
57
+
58
+ **Note:** Setting this option to true will only work if showTooltip is set to true.
59
+ **Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.
60
+ */
61
+ editableTooltip: _angular_core.InputSignalWithTransform<boolean, unknown>;
62
+ /**
63
+ * Defines whether the slider is in disabled state.
64
+ */
65
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
66
+ /**
67
+ * Defines the accessible ARIA name of the component.
68
+ */
69
+ accessibleName: _angular_core.InputSignal<string | undefined>;
70
+ /**
71
+ * Fired when the value changes and the user has finished interacting with the slider.
72
+ */
73
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_RangeSlider, "change">>;
74
+ /**
75
+ * Fired when the value changes due to user interaction that is not yet finished - during mouse/touch dragging.
76
+ */
77
+ ui5Input: _angular_core.OutputEmitterRef<UI5CustomEvent<_RangeSlider, "input">>;
78
+ elementRef: ElementRef<_RangeSlider>;
79
+ injector: Injector;
80
+ get element(): _RangeSlider;
81
+ ngAfterViewInit(): void;
82
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RangeSlider, never>;
83
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RangeSlider, "ui5-range-slider, [ui5-range-slider]", ["ui5RangeSlider"], { "startValue": { "alias": "startValue"; "required": false; "isSignal": true; }; "endValue": { "alias": "endValue"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "labelInterval": { "alias": "labelInterval"; "required": false; "isSignal": true; }; "showTickmarks": { "alias": "showTickmarks"; "required": false; "isSignal": true; }; "showTooltip": { "alias": "showTooltip"; "required": false; "isSignal": true; }; "editableTooltip": { "alias": "editableTooltip"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5Input": "ui5Input"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
84
+ }
85
+
86
+ export { RangeSlider };
@@ -0,0 +1,66 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _RatingIndicator from '@ui5/webcomponents/dist/RatingIndicator.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class RatingIndicator implements AfterViewInit {
7
+ /**
8
+ * The indicated value of the rating.
9
+
10
+ **Note:** If you set a number which is not round, it would be shown as follows:
11
+
12
+ - 1.0 - 1.2 -> 1
13
+ - 1.3 - 1.7 -> 1.5
14
+ - 1.8 - 1.9 -> 2
15
+ */
16
+ value: _angular_core.InputSignal<number | undefined>;
17
+ /**
18
+ * The number of displayed rating symbols.
19
+ */
20
+ max: _angular_core.InputSignal<number | undefined>;
21
+ /**
22
+ * Defines the size of the component.
23
+ */
24
+ size: _angular_core.InputSignal<"S" | "M" | "L" | undefined>;
25
+ /**
26
+ * Defines whether the component is disabled.
27
+
28
+ **Note:** A disabled component is completely noninteractive.
29
+ */
30
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
31
+ /**
32
+ * Defines whether the component is read-only.
33
+
34
+ **Note:** A read-only component is not editable,
35
+ but still provides visual feedback upon user interaction.
36
+ */
37
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
38
+ /**
39
+ * Defines the accessible ARIA name of the component.
40
+ */
41
+ accessibleName: _angular_core.InputSignal<string | undefined>;
42
+ /**
43
+ * Receives id(or many ids) of the elements that label the component.
44
+ */
45
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
46
+ /**
47
+ * Defines whether the component is required.
48
+ */
49
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
50
+ /**
51
+ * Defines the tooltip of the component.
52
+ */
53
+ tooltip: _angular_core.InputSignal<string | undefined>;
54
+ /**
55
+ * The event is fired when the value changes.
56
+ */
57
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_RatingIndicator, "change">>;
58
+ elementRef: ElementRef<_RatingIndicator>;
59
+ injector: Injector;
60
+ get element(): _RatingIndicator;
61
+ ngAfterViewInit(): void;
62
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<RatingIndicator, never>;
63
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<RatingIndicator, "ui5-rating-indicator, [ui5-rating-indicator]", ["ui5RatingIndicator"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, never>;
64
+ }
65
+
66
+ export { RatingIndicator };
@@ -0,0 +1,110 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ResponsivePopover from '@ui5/webcomponents/dist/ResponsivePopover.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class ResponsivePopover implements AfterViewInit {
7
+ /**
8
+ * Defines the header text.
9
+
10
+ **Note:** If `header` slot is provided, the `headerText` is ignored.
11
+ */
12
+ headerText: _angular_core.InputSignal<string | undefined>;
13
+ /**
14
+ * Determines on which side the component is placed at.
15
+ */
16
+ placement: _angular_core.InputSignal<"Start" | "End" | "Top" | "Bottom" | undefined>;
17
+ /**
18
+ * Determines the horizontal alignment of the component.
19
+ */
20
+ horizontalAlign: _angular_core.InputSignal<"Start" | "End" | "Center" | "Stretch" | undefined>;
21
+ /**
22
+ * Determines the vertical alignment of the component.
23
+ */
24
+ verticalAlign: _angular_core.InputSignal<"Top" | "Bottom" | "Center" | "Stretch" | undefined>;
25
+ /**
26
+ * Defines whether the component should close when
27
+ clicking/tapping outside of the popover.
28
+ If enabled, it blocks any interaction with the background.
29
+ */
30
+ modal: _angular_core.InputSignalWithTransform<boolean, unknown>;
31
+ /**
32
+ * Determines whether the component arrow is hidden.
33
+ */
34
+ hideArrow: _angular_core.InputSignalWithTransform<boolean, unknown>;
35
+ /**
36
+ * Determines if there is no enough space, the component can be placed
37
+ over the target.
38
+ */
39
+ allowTargetOverlap: _angular_core.InputSignalWithTransform<boolean, unknown>;
40
+ /**
41
+ * Defines the ID or DOM Reference of the element at which the popover is shown.
42
+ When using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.
43
+ You can only set the `opener` attribute to a DOM Reference when using JavaScript.
44
+ */
45
+ opener: _angular_core.InputSignal<string | HTMLElement | null | undefined>;
46
+ /**
47
+ * Defines the ID of the HTML Element, which will get the initial focus.
48
+
49
+ **Note:** If an element with `autofocus` attribute is added inside the component,
50
+ `initialFocus` won't take effect.
51
+ */
52
+ initialFocus: _angular_core.InputSignal<string | undefined>;
53
+ /**
54
+ * Defines if the focus should be returned to the previously focused element,
55
+ when the popup closes.
56
+ */
57
+ preventFocusRestore: _angular_core.InputSignalWithTransform<boolean, unknown>;
58
+ /**
59
+ * Defines the accessible name of the component.
60
+ */
61
+ accessibleName: _angular_core.InputSignal<string | undefined>;
62
+ /**
63
+ * Defines the IDs of the elements that label the component.
64
+ */
65
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
66
+ /**
67
+ * Allows setting a custom role.
68
+ */
69
+ accessibleRole: _angular_core.InputSignal<"None" | "Dialog" | "AlertDialog" | undefined>;
70
+ /**
71
+ * Defines the accessible description of the component.
72
+ */
73
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
74
+ /**
75
+ * Receives id(or many ids) of the elements that describe the component.
76
+ */
77
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
78
+ /**
79
+ * Indicates whether initial focus should be prevented.
80
+ */
81
+ preventInitialFocus: _angular_core.InputSignalWithTransform<boolean, unknown>;
82
+ /**
83
+ * Indicates if the element is open
84
+ */
85
+ open: _angular_core.InputSignalWithTransform<boolean, unknown>;
86
+ /**
87
+ * Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.
88
+ */
89
+ ui5BeforeOpen: _angular_core.OutputEmitterRef<UI5CustomEvent<_ResponsivePopover, "before-open">>;
90
+ /**
91
+ * Fired after the component is opened.
92
+ */
93
+ ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_ResponsivePopover, "open">>;
94
+ /**
95
+ * Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.
96
+ */
97
+ ui5BeforeClose: _angular_core.OutputEmitterRef<UI5CustomEvent<_ResponsivePopover, "before-close">>;
98
+ /**
99
+ * Fired after the component is closed.
100
+ */
101
+ ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_ResponsivePopover, "close">>;
102
+ elementRef: ElementRef<_ResponsivePopover>;
103
+ injector: Injector;
104
+ get element(): _ResponsivePopover;
105
+ ngAfterViewInit(): void;
106
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ResponsivePopover, never>;
107
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ResponsivePopover, "ui5-responsive-popover, [ui5-responsive-popover]", ["ui5ResponsivePopover"], { "headerText": { "alias": "headerText"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; "horizontalAlign": { "alias": "horizontalAlign"; "required": false; "isSignal": true; }; "verticalAlign": { "alias": "verticalAlign"; "required": false; "isSignal": true; }; "modal": { "alias": "modal"; "required": false; "isSignal": true; }; "hideArrow": { "alias": "hideArrow"; "required": false; "isSignal": true; }; "allowTargetOverlap": { "alias": "allowTargetOverlap"; "required": false; "isSignal": true; }; "opener": { "alias": "opener"; "required": false; "isSignal": true; }; "initialFocus": { "alias": "initialFocus"; "required": false; "isSignal": true; }; "preventFocusRestore": { "alias": "preventFocusRestore"; "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; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "preventInitialFocus": { "alias": "preventInitialFocus"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "ui5BeforeOpen": "ui5BeforeOpen"; "ui5Open": "ui5Open"; "ui5BeforeClose": "ui5BeforeClose"; "ui5Close": "ui5Close"; }, never, ["*"], true, never>;
108
+ }
109
+
110
+ export { ResponsivePopover };
@@ -0,0 +1,53 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SegmentedButton, { ISegmentedButtonItem } from '@ui5/webcomponents/dist/SegmentedButton.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class SegmentedButton implements AfterViewInit {
7
+ /**
8
+ * Defines the accessible ARIA name of the component.
9
+ */
10
+ accessibleName: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the IDs of the HTML Elements that label the component.
13
+ */
14
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Defines the accessible description of the component.
17
+ */
18
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
19
+ /**
20
+ * Defines the IDs of the HTML Elements that describe the component.
21
+ */
22
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
23
+ /**
24
+ * Defines the component selection mode.
25
+ */
26
+ selectionMode: _angular_core.InputSignal<"Single" | "Multiple" | undefined>;
27
+ /**
28
+ * Determines whether the segmented button items should be sized to fit their content.
29
+
30
+ If set to `true`, each item will be sized to fit its content, with any extra space distributed after the last item.
31
+ If set to `false` (the default), all items will be equally sized to fill the available space.
32
+ */
33
+ itemsFitContent: _angular_core.InputSignalWithTransform<boolean, unknown>;
34
+ /**
35
+ * Returns an array of the currently selected items.
36
+ * @readonly This property is managed by the web component and updates reactively.
37
+ * Based on schema: readonly field that updates via selection-change event parameters.
38
+ */
39
+ selectedItems: _angular_core.Signal<ISegmentedButtonItem[]>;
40
+ /**
41
+ * Fired when the selected item changes.
42
+ */
43
+ ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_SegmentedButton, "selection-change">>;
44
+ elementRef: ElementRef<_SegmentedButton>;
45
+ injector: Injector;
46
+ private _selectedItemsSignal;
47
+ get element(): _SegmentedButton;
48
+ ngAfterViewInit(): void;
49
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedButton, never>;
50
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedButton, "ui5-segmented-button, [ui5-segmented-button]", ["ui5SegmentedButton"], { "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; }; "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "itemsFitContent": { "alias": "itemsFitContent"; "required": false; "isSignal": true; }; }, { "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
51
+ }
52
+
53
+ export { SegmentedButton };
@@ -0,0 +1,54 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _SegmentedButtonItem from '@ui5/webcomponents/dist/SegmentedButtonItem.js';
4
+
5
+ declare class SegmentedButtonItem implements AfterViewInit {
6
+ /**
7
+ * Defines whether the component is disabled.
8
+ A disabled component can't be selected or
9
+ focused, and it is not in the tab chain.
10
+ */
11
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
12
+ /**
13
+ * Determines whether the component is displayed as selected.
14
+ */
15
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
16
+ /**
17
+ * Defines the tooltip of the component.
18
+
19
+ **Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.
20
+ */
21
+ tooltip: _angular_core.InputSignal<string | undefined>;
22
+ /**
23
+ * Defines the accessible ARIA name of the component.
24
+ */
25
+ accessibleName: _angular_core.InputSignal<string | undefined>;
26
+ /**
27
+ * Receives id(or many ids) of the elements that label the component.
28
+ */
29
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Defines the accessible description of the component.
32
+ */
33
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
34
+ /**
35
+ * Defines the IDs of the HTML Elements that describe the component.
36
+ */
37
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
38
+ /**
39
+ * Defines the icon, displayed as graphical element within the component.
40
+ The SAP-icons font provides numerous options.
41
+
42
+ Example:
43
+ See all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).
44
+ */
45
+ icon: _angular_core.InputSignal<string | undefined>;
46
+ elementRef: ElementRef<_SegmentedButtonItem>;
47
+ injector: Injector;
48
+ get element(): _SegmentedButtonItem;
49
+ ngAfterViewInit(): void;
50
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<SegmentedButtonItem, never>;
51
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<SegmentedButtonItem, "ui5-segmented-button-item, [ui5-segmented-button-item]", ["ui5SegmentedButtonItem"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "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; }; "accessibleDescription": { "alias": "accessibleDescription"; "required": false; "isSignal": true; }; "accessibleDescriptionRef": { "alias": "accessibleDescriptionRef"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
52
+ }
53
+
54
+ export { SegmentedButtonItem };
@@ -0,0 +1,104 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Select, { IOption } from '@ui5/webcomponents/dist/Select.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class Select implements AfterViewInit {
8
+ /**
9
+ * Defines whether the component is in disabled state.
10
+
11
+ **Note:** A disabled component is noninteractive.
12
+ */
13
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Determines the name by which the component will be identified upon submission in an HTML form.
16
+
17
+ **Note:** This property is only applicable within the context of an HTML Form element.
18
+ */
19
+ name: _angular_core.InputSignal<string | undefined>;
20
+ /**
21
+ * Defines the value state of the component.
22
+ */
23
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
24
+ /**
25
+ * Defines whether the component is required.
26
+ */
27
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
28
+ /**
29
+ * Defines whether the component is read-only.
30
+
31
+ **Note:** A read-only component is not editable,
32
+ but still provides visual feedback upon user interaction.
33
+ */
34
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
35
+ /**
36
+ * Defines the accessible ARIA name of the component.
37
+ */
38
+ accessibleName: _angular_core.InputSignal<string | undefined>;
39
+ /**
40
+ * Receives id(or many ids) of the elements that label the select.
41
+ */
42
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
43
+ /**
44
+ * Defines the accessible description of the component.
45
+ */
46
+ accessibleDescription: _angular_core.InputSignal<string | undefined>;
47
+ /**
48
+ * Receives id(or many ids) of the elements that describe the select.
49
+ */
50
+ accessibleDescriptionRef: _angular_core.InputSignal<string | undefined>;
51
+ /**
52
+ * Defines the tooltip of the select.
53
+ */
54
+ tooltip: _angular_core.InputSignal<string | undefined>;
55
+ /**
56
+ * Defines the separator type for the two columns layout when Select is in read-only mode.
57
+ */
58
+ textSeparator: _angular_core.InputSignal<"Bullet" | "Dash" | "VerticalLine" | undefined>;
59
+ /**
60
+ * Defines the value of the component:
61
+
62
+ - when get - returns the value of the component or the value/text content of the selected option.
63
+ - when set - selects the option with matching `value` property or text content.
64
+
65
+ **Note:** Use either the Select's value or the Options' selected property.
66
+ Mixed usage could result in unexpected behavior.
67
+
68
+ **Note:** If the given value does not match any existing option,
69
+ no option will be selected and the Select component will be displayed as empty.
70
+ */
71
+ value: _angular_core.InputSignal<string | undefined>;
72
+ /**
73
+ * Currently selected `ui5-option` element.
74
+ * @readonly This property is managed by the web component and updates reactively.
75
+ * Based on schema: readonly field that updates via change event parameters.
76
+ */
77
+ selectedOption: _angular_core.Signal<IOption | undefined>;
78
+ /**
79
+ * Fired when the selected option changes.
80
+ */
81
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_Select, "change">>;
82
+ /**
83
+ * Fired when the user navigates through the options, but the selection is not finalized,
84
+ or when pressing the ESC key to revert the current selection.
85
+ */
86
+ ui5LiveChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Select, "live-change">>;
87
+ /**
88
+ * Fired after the component's dropdown menu opens.
89
+ */
90
+ ui5Open: _angular_core.OutputEmitterRef<UI5CustomEvent<_Select, "open">>;
91
+ /**
92
+ * Fired after the component's dropdown menu closes.
93
+ */
94
+ ui5Close: _angular_core.OutputEmitterRef<UI5CustomEvent<_Select, "close">>;
95
+ elementRef: ElementRef<_Select>;
96
+ injector: Injector;
97
+ private _selectedOptionSignal;
98
+ get element(): _Select;
99
+ ngAfterViewInit(): void;
100
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Select, never>;
101
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Select, "ui5-select, [ui5-select]", ["ui5Select"], { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "valueState": { "alias": "valueState"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "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; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; "textSeparator": { "alias": "textSeparator"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; "ui5LiveChange": "ui5LiveChange"; "ui5Open": "ui5Open"; "ui5Close": "ui5Close"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
102
+ }
103
+
104
+ export { Select };