@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,112 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Calendar from '@ui5/webcomponents/dist/Calendar.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Calendar implements AfterViewInit {
7
+ /**
8
+ * Defines the type of selection used in the calendar component.
9
+ Accepted property values are:
10
+
11
+ - `CalendarSelectionMode.Single` - enables a single date selection.(default value)
12
+ - `CalendarSelectionMode.Range` - enables selection of a date range.
13
+ - `CalendarSelectionMode.Multiple` - enables selection of multiple dates.
14
+ */
15
+ selectionMode: _angular_core.InputSignal<"Single" | "Multiple" | "Range" | undefined>;
16
+ /**
17
+ * Defines the visibility of the week numbers column.
18
+
19
+ **Note:** For calendars other than Gregorian,
20
+ the week numbers are not displayed regardless of what is set.
21
+ */
22
+ hideWeekNumbers: _angular_core.InputSignalWithTransform<boolean, unknown>;
23
+ /**
24
+ * Sets a calendar type used for display.
25
+ If not set, the calendar type of the global configuration is used.
26
+ */
27
+ primaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
28
+ /**
29
+ * Defines the secondary calendar type.
30
+ If not set, the calendar will only show the primary calendar type.
31
+ */
32
+ secondaryCalendarType: _angular_core.InputSignal<"Gregorian" | "Islamic" | "Japanese" | "Buddhist" | "Persian" | undefined>;
33
+ /**
34
+ * Determines the format, displayed in the input field.
35
+ */
36
+ formatPattern: _angular_core.InputSignal<string | undefined>;
37
+ /**
38
+ * Determines the format, displayed in the input field.
39
+ */
40
+ displayFormat: _angular_core.InputSignal<string | undefined>;
41
+ /**
42
+ * Determines the format, used for the value attribute.
43
+ */
44
+ valueFormat: _angular_core.InputSignal<string | undefined>;
45
+ /**
46
+ * Determines the minimum date available for selection.
47
+
48
+ **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
49
+ */
50
+ minDate: _angular_core.InputSignal<string | undefined>;
51
+ /**
52
+ * Determines the maximum date available for selection.
53
+
54
+ **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
55
+ */
56
+ maxDate: _angular_core.InputSignal<string | undefined>;
57
+ /**
58
+ * Defines how to calculate calendar weeks and first day of the week.
59
+ If not set, the calendar will be displayed according to the currently set global configuration.
60
+ */
61
+ calendarWeekNumbering: _angular_core.InputSignal<"Default" | "ISO_8601" | "MiddleEastern" | "WesternTraditional" | undefined>;
62
+ /**
63
+ * Fired when the selected dates change.
64
+
65
+ **Note:** If you call `preventDefault()` for this event, the component will not
66
+ create instances of `ui5-date` for the newly selected dates. In that case you should do this manually.
67
+ */
68
+ ui5SelectionChange: _angular_core.OutputEmitterRef<UI5CustomEvent<_Calendar, "selection-change">>;
69
+ /**
70
+ * Available slots for content projection in this component.
71
+ *
72
+ * Slots allow you to insert custom content into predefined areas of the web component.
73
+ * Use the `slot` attribute on child elements to target specific slots.
74
+ *
75
+ * - **calendarLegend**: Defines the calendar legend of the component.
76
+ * - **(default)**: Defines the selected date or dates (depending on the `selectionMode` property)
77
+ for this calendar as instances of `ui5-date` or `ui5-date-range`.
78
+ Use `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.
79
+ * - **specialDates**: Defines the special dates, visually emphasized in the calendar.
80
+ * - **disabledDates**: Defines the disabled date ranges that cannot be selected in the calendar.
81
+ Use `ui5-date-range` elements to specify ranges of disabled dates.
82
+ Each range can define a start date, an end date, or both.
83
+ *
84
+ * @example
85
+ * ```html
86
+ * <ui5-calendar>
87
+ * <div slot="header">Custom header content</div>
88
+ * <p>Default slot content</p>
89
+ * </ui5-calendar>
90
+ * ```
91
+ *
92
+ * @readonly
93
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
94
+ */
95
+ readonly slots: ({
96
+ name: string;
97
+ description: string;
98
+ since: string;
99
+ } | {
100
+ name: string;
101
+ description: string;
102
+ since?: undefined;
103
+ })[];
104
+ elementRef: ElementRef<_Calendar>;
105
+ injector: Injector;
106
+ get element(): _Calendar;
107
+ ngAfterViewInit(): void;
108
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Calendar, never>;
109
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Calendar, "ui5-calendar, [ui5-calendar]", ["ui5Calendar"], { "selectionMode": { "alias": "selectionMode"; "required": false; "isSignal": true; }; "hideWeekNumbers": { "alias": "hideWeekNumbers"; "required": false; "isSignal": true; }; "primaryCalendarType": { "alias": "primaryCalendarType"; "required": false; "isSignal": true; }; "secondaryCalendarType": { "alias": "secondaryCalendarType"; "required": false; "isSignal": true; }; "formatPattern": { "alias": "formatPattern"; "required": false; "isSignal": true; }; "displayFormat": { "alias": "displayFormat"; "required": false; "isSignal": true; }; "valueFormat": { "alias": "valueFormat"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "calendarWeekNumbering": { "alias": "calendarWeekNumbering"; "required": false; "isSignal": true; }; }, { "ui5SelectionChange": "ui5SelectionChange"; }, never, ["*"], true, never>;
110
+ }
111
+
112
+ export { Calendar };
@@ -0,0 +1,19 @@
1
+ import * as i0 from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _CalendarDate from '@ui5/webcomponents/dist/CalendarDate.js';
4
+
5
+ declare class CalendarDate implements AfterViewInit {
6
+ /**
7
+ * The date formatted according to the `formatPattern` property
8
+ of the `ui5-calendar` that hosts the component.
9
+ */
10
+ value: i0.InputSignal<string | undefined>;
11
+ elementRef: ElementRef<_CalendarDate>;
12
+ injector: Injector;
13
+ get element(): _CalendarDate;
14
+ ngAfterViewInit(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDate, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<CalendarDate, "ui5-date, [ui5-date]", ["ui5CalendarDate"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
17
+ }
18
+
19
+ export { CalendarDate };
@@ -0,0 +1,24 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _CalendarDateRange from '@ui5/webcomponents/dist/CalendarDateRange.js';
4
+
5
+ declare class CalendarDateRange implements AfterViewInit {
6
+ /**
7
+ * Start of date range formatted according to the `formatPattern` property
8
+ of the `ui5-calendar` that hosts the component.
9
+ */
10
+ startValue: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * End of date range formatted according to the `formatPattern` property
13
+ of the `ui5-calendar` that hosts the component.
14
+ */
15
+ endValue: _angular_core.InputSignal<string | undefined>;
16
+ elementRef: ElementRef<_CalendarDateRange>;
17
+ injector: Injector;
18
+ get element(): _CalendarDateRange;
19
+ ngAfterViewInit(): void;
20
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarDateRange, never>;
21
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarDateRange, "ui5-date-range, [ui5-date-range]", ["ui5CalendarDateRange"], { "startValue": { "alias": "startValue"; "required": false; "isSignal": true; }; "endValue": { "alias": "endValue"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
22
+ }
23
+
24
+ export { CalendarDateRange };
@@ -0,0 +1,53 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _CalendarLegend from '@ui5/webcomponents/dist/CalendarLegend.js';
4
+
5
+ declare class CalendarLegend implements AfterViewInit {
6
+ /**
7
+ * Hides the Today item in the legend.
8
+ */
9
+ hideToday: _angular_core.InputSignalWithTransform<boolean, unknown>;
10
+ /**
11
+ * Hides the Selected day item in the legend.
12
+ */
13
+ hideSelectedDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
14
+ /**
15
+ * Hides the Non-Working day item in the legend.
16
+ */
17
+ hideNonWorkingDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
18
+ /**
19
+ * Hides the Working day item in the legend.
20
+ */
21
+ hideWorkingDay: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ /**
23
+ * Available slots for content projection in this component.
24
+ *
25
+ * Slots allow you to insert custom content into predefined areas of the web component.
26
+ * Use the `slot` attribute on child elements to target specific slots.
27
+ *
28
+ * - **(default)**: Defines the items of the component.
29
+ *
30
+ * @example
31
+ * ```html
32
+ * <ui5-calendar-legend>
33
+ * <div slot="header">Custom header content</div>
34
+ * <p>Default slot content</p>
35
+ * </ui5-calendar-legend>
36
+ * ```
37
+ *
38
+ * @readonly
39
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
40
+ */
41
+ readonly slots: {
42
+ name: string;
43
+ description: string;
44
+ }[];
45
+ elementRef: ElementRef<_CalendarLegend>;
46
+ injector: Injector;
47
+ get element(): _CalendarLegend;
48
+ ngAfterViewInit(): void;
49
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarLegend, never>;
50
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarLegend, "ui5-calendar-legend, [ui5-calendar-legend]", ["ui5CalendarLegend"], { "hideToday": { "alias": "hideToday"; "required": false; "isSignal": true; }; "hideSelectedDay": { "alias": "hideSelectedDay"; "required": false; "isSignal": true; }; "hideNonWorkingDay": { "alias": "hideNonWorkingDay"; "required": false; "isSignal": true; }; "hideWorkingDay": { "alias": "hideWorkingDay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
51
+ }
52
+
53
+ export { CalendarLegend };
@@ -0,0 +1,22 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _CalendarLegendItem from '@ui5/webcomponents/dist/CalendarLegendItem.js';
4
+
5
+ declare class CalendarLegendItem implements AfterViewInit {
6
+ /**
7
+ * Defines the text content of the Calendar Legend Item.
8
+ */
9
+ text: _angular_core.InputSignal<string | undefined>;
10
+ /**
11
+ * Defines the type of the Calendar Legend Item.
12
+ */
13
+ type: _angular_core.InputSignal<"Today" | "Selected" | "None" | "Working" | "NonWorking" | "Type01" | "Type02" | "Type03" | "Type04" | "Type05" | "Type06" | "Type07" | "Type08" | "Type09" | "Type10" | "Type11" | "Type12" | "Type13" | "Type14" | "Type15" | "Type16" | "Type17" | "Type18" | "Type19" | "Type20" | undefined>;
14
+ elementRef: ElementRef<_CalendarLegendItem>;
15
+ injector: Injector;
16
+ get element(): _CalendarLegendItem;
17
+ ngAfterViewInit(): void;
18
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarLegendItem, never>;
19
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarLegendItem, "ui5-calendar-legend-item, [ui5-calendar-legend-item]", ["ui5CalendarLegendItem"], { "text": { "alias": "text"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
20
+ }
21
+
22
+ export { CalendarLegendItem };
@@ -0,0 +1,63 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Card from '@ui5/webcomponents/dist/Card.js';
4
+
5
+ declare class Card implements AfterViewInit {
6
+ /**
7
+ * Defines the accessible name of the component, which is used as the name of the card region and should be unique per card.
8
+
9
+ **Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.
10
+ */
11
+ accessibleName: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines the IDs of the elements that label the component.
14
+ */
15
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
16
+ /**
17
+ * Defines if a loading indicator would be displayed over the card.
18
+ */
19
+ loading: _angular_core.InputSignalWithTransform<boolean, unknown>;
20
+ /**
21
+ * Defines the delay in milliseconds, after which the loading indicator will show up for this card.
22
+ */
23
+ loadingDelay: _angular_core.InputSignal<number | undefined>;
24
+ /**
25
+ * Available slots for content projection in this component.
26
+ *
27
+ * Slots allow you to insert custom content into predefined areas of the web component.
28
+ * Use the `slot` attribute on child elements to target specific slots.
29
+ *
30
+ * - **(default)**: Defines the content of the component.
31
+ * - **header**: Defines the header of the component.
32
+
33
+ **Note:** Use `ui5-card-header` for the intended design.
34
+ *
35
+ * @example
36
+ * ```html
37
+ * <ui5-card>
38
+ * <div slot="header">Custom header content</div>
39
+ * <p>Default slot content</p>
40
+ * </ui5-card>
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
+ since?: undefined;
50
+ } | {
51
+ name: string;
52
+ description: string;
53
+ since: string;
54
+ })[];
55
+ elementRef: ElementRef<_Card>;
56
+ injector: Injector;
57
+ get element(): _Card;
58
+ ngAfterViewInit(): void;
59
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Card, never>;
60
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Card, "ui5-card, [ui5-card]", ["ui5Card"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "loading": { "alias": "loading"; "required": false; "isSignal": true; }; "loadingDelay": { "alias": "loadingDelay"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
61
+ }
62
+
63
+ export { Card };
@@ -0,0 +1,62 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _CardHeader from '@ui5/webcomponents/dist/CardHeader.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class CardHeader implements AfterViewInit {
7
+ /**
8
+ * Defines the title text.
9
+ */
10
+ titleText: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the subtitle text.
13
+ */
14
+ subtitleText: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Defines the additional text.
17
+ */
18
+ additionalText: _angular_core.InputSignal<string | undefined>;
19
+ /**
20
+ * Defines if the component would be interactive,
21
+ e.g gets hover effect and `click` event is fired, when pressed.
22
+ */
23
+ interactive: _angular_core.InputSignalWithTransform<boolean, unknown>;
24
+ /**
25
+ * Fired when the component is activated by mouse/tap or by using the Enter or Space key.
26
+
27
+ **Note:** The event would be fired only if the `interactive` property is set to true.
28
+ */
29
+ ui5Click: _angular_core.OutputEmitterRef<UI5CustomEvent<_CardHeader, "click">>;
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
+ * - **avatar**: Defines an avatar image, displayed in the left most part of the header.
37
+ * - **action**: Defines an action, displayed in the right most part of the header.
38
+ *
39
+ * @example
40
+ * ```html
41
+ * <ui5-card-header>
42
+ * <div slot="header">Custom header content</div>
43
+ * <p>Default slot content</p>
44
+ * </ui5-card-header>
45
+ * ```
46
+ *
47
+ * @readonly
48
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
49
+ */
50
+ readonly slots: {
51
+ name: string;
52
+ description: string;
53
+ }[];
54
+ elementRef: ElementRef<_CardHeader>;
55
+ injector: Injector;
56
+ get element(): _CardHeader;
57
+ ngAfterViewInit(): void;
58
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CardHeader, never>;
59
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CardHeader, "ui5-card-header, [ui5-card-header]", ["ui5CardHeader"], { "titleText": { "alias": "titleText"; "required": false; "isSignal": true; }; "subtitleText": { "alias": "subtitleText"; "required": false; "isSignal": true; }; "additionalText": { "alias": "additionalText"; "required": false; "isSignal": true; }; "interactive": { "alias": "interactive"; "required": false; "isSignal": true; }; }, { "ui5Click": "ui5Click"; }, never, ["*"], true, never>;
60
+ }
61
+
62
+ export { CardHeader };
@@ -0,0 +1,114 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _Carousel from '@ui5/webcomponents/dist/Carousel.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class Carousel implements AfterViewInit {
7
+ /**
8
+ * Defines the accessible name of the component.
9
+ */
10
+ accessibleName: _angular_core.InputSignal<string | undefined>;
11
+ /**
12
+ * Defines the IDs of the elements that label the input.
13
+ */
14
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
15
+ /**
16
+ * Defines whether the carousel should loop, i.e show the first page after the last page is reached and vice versa.
17
+ */
18
+ cyclic: _angular_core.InputSignalWithTransform<boolean, unknown>;
19
+ /**
20
+ * Defines the number of items per page depending on the carousel width.
21
+
22
+ - 'S' for screens smaller than 600 pixels.
23
+ - 'M' for screens greater than or equal to 600 pixels and smaller than 1024 pixels.
24
+ - 'L' for screens greater than or equal to 1024 pixels and smaller than 1440 pixels.
25
+ - 'XL' for screens greater than or equal to 1440 pixels.
26
+
27
+ One item per page is shown by default.
28
+ */
29
+ itemsPerPage: _angular_core.InputSignal<string | undefined>;
30
+ /**
31
+ * Defines the visibility of the navigation arrows.
32
+ If set to true the navigation arrows will be hidden.
33
+ */
34
+ hideNavigationArrows: _angular_core.InputSignalWithTransform<boolean, unknown>;
35
+ /**
36
+ * Defines the visibility of the page indicator.
37
+ If set to true the page indicator will be hidden.
38
+ */
39
+ hidePageIndicator: _angular_core.InputSignalWithTransform<boolean, unknown>;
40
+ /**
41
+ * Defines the style of the page indicator.
42
+ Available options are:
43
+
44
+ - `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)
45
+ - `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)
46
+ */
47
+ pageIndicatorType: _angular_core.InputSignal<"Default" | "Numeric" | undefined>;
48
+ /**
49
+ * Defines the carousel's background design.
50
+ */
51
+ backgroundDesign: _angular_core.InputSignal<"Solid" | "Transparent" | "Translucent" | undefined>;
52
+ /**
53
+ * Defines the page indicator background design.
54
+ */
55
+ pageIndicatorBackgroundDesign: _angular_core.InputSignal<"Solid" | "Transparent" | "Translucent" | undefined>;
56
+ /**
57
+ * Defines the page indicator border design.
58
+ */
59
+ pageIndicatorBorderDesign: _angular_core.InputSignal<"Solid" | "None" | undefined>;
60
+ /**
61
+ * Defines the position of arrows.
62
+
63
+ Available options are:
64
+
65
+ - `Content` - the arrows are placed on the sides of the current page.
66
+ - `Navigation` - the arrows are placed on the sides of the page indicator.
67
+ */
68
+ arrowsPlacement: _angular_core.InputSignal<"Content" | "Navigation" | undefined>;
69
+ /**
70
+ * The indices of the currently visible items of the component.
71
+ * @readonly This property is managed by the web component.
72
+ */
73
+ get visibleItemsIndices(): Array<number>;
74
+ /**
75
+ * Fired whenever the page changes due to user interaction,
76
+ when the user clicks on the navigation arrows or while resizing,
77
+ based on the `items-per-page` property.
78
+ */
79
+ ui5Navigate: _angular_core.OutputEmitterRef<UI5CustomEvent<_Carousel, "navigate">>;
80
+ /**
81
+ * Available slots for content projection in this component.
82
+ *
83
+ * Slots allow you to insert custom content into predefined areas of the web component.
84
+ * Use the `slot` attribute on child elements to target specific slots.
85
+ *
86
+ * - **(default)**: Defines the content of the component.
87
+
88
+ **Note:** Items with the `hidden` attribute will be automatically excluded from carousel navigation and page calculations.
89
+ They will not be displayed or accessible via keyboard navigation. See [sample](./#carousel-with-hidden-items).
90
+ *
91
+ * @example
92
+ * ```html
93
+ * <ui5-carousel>
94
+ * <div slot="header">Custom header content</div>
95
+ * <p>Default slot content</p>
96
+ * </ui5-carousel>
97
+ * ```
98
+ *
99
+ * @readonly
100
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
101
+ */
102
+ readonly slots: {
103
+ name: string;
104
+ description: string;
105
+ }[];
106
+ elementRef: ElementRef<_Carousel>;
107
+ injector: Injector;
108
+ get element(): _Carousel;
109
+ ngAfterViewInit(): void;
110
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<Carousel, never>;
111
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<Carousel, "ui5-carousel, [ui5-carousel]", ["ui5Carousel"], { "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "cyclic": { "alias": "cyclic"; "required": false; "isSignal": true; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; "isSignal": true; }; "hideNavigationArrows": { "alias": "hideNavigationArrows"; "required": false; "isSignal": true; }; "hidePageIndicator": { "alias": "hidePageIndicator"; "required": false; "isSignal": true; }; "pageIndicatorType": { "alias": "pageIndicatorType"; "required": false; "isSignal": true; }; "backgroundDesign": { "alias": "backgroundDesign"; "required": false; "isSignal": true; }; "pageIndicatorBackgroundDesign": { "alias": "pageIndicatorBackgroundDesign"; "required": false; "isSignal": true; }; "pageIndicatorBorderDesign": { "alias": "pageIndicatorBorderDesign"; "required": false; "isSignal": true; }; "arrowsPlacement": { "alias": "arrowsPlacement"; "required": false; "isSignal": true; }; }, { "ui5Navigate": "ui5Navigate"; }, never, ["*"], true, never>;
112
+ }
113
+
114
+ export { Carousel };
@@ -0,0 +1,108 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _CheckBox from '@ui5/webcomponents/dist/CheckBox.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ declare class CheckBox implements AfterViewInit {
8
+ /**
9
+ * Receives id(or many ids) of the elements that label the component
10
+ */
11
+ accessibleNameRef: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines the accessible ARIA name of the component.
14
+ */
15
+ accessibleName: _angular_core.InputSignal<string | undefined>;
16
+ /**
17
+ * Defines whether the component is disabled.
18
+
19
+ **Note:** A disabled component is completely noninteractive.
20
+ */
21
+ disabled: _angular_core.InputSignalWithTransform<boolean, unknown>;
22
+ /**
23
+ * Defines whether the component is read-only.
24
+
25
+ **Note:** A read-only component is not editable,
26
+ but still provides visual feedback upon user interaction.
27
+ */
28
+ readonly: _angular_core.InputSignalWithTransform<boolean, unknown>;
29
+ /**
30
+ * Determines whether the `ui5-checkbox` is in display only state.
31
+
32
+ When set to `true`, the `ui5-checkbox` is not interactive, not editable, not focusable
33
+ and not in the tab chain. This setting is used for forms in review mode.
34
+
35
+ **Note:** When the property `disabled` is set to `true` this property has no effect.
36
+ */
37
+ displayOnly: _angular_core.InputSignalWithTransform<boolean, unknown>;
38
+ /**
39
+ * Defines whether the component is required.
40
+
41
+ **Note:** We advise against using the text property of the checkbox when there is a
42
+ label associated with it to avoid having two required asterisks.
43
+ */
44
+ required: _angular_core.InputSignalWithTransform<boolean, unknown>;
45
+ /**
46
+ * Defines whether the component is displayed as partially checked.
47
+
48
+ **Note:** The indeterminate state can be set only programmatically and can’t be achieved by user
49
+ interaction and the resulting visual state depends on the values of the `indeterminate`
50
+ and `checked` properties:
51
+
52
+ - If the component is checked and indeterminate, it will be displayed as partially checked
53
+ - If the component is checked and it is not indeterminate, it will be displayed as checked
54
+ - If the component is not checked, it will be displayed as not checked regardless value of the indeterminate attribute
55
+ */
56
+ indeterminate: _angular_core.InputSignalWithTransform<boolean, unknown>;
57
+ /**
58
+ * Defines if the component is checked.
59
+
60
+ **Note:** The property can be changed with user interaction,
61
+ either by cliking/tapping on the component, or by
62
+ pressing the Enter or Space key.
63
+ */
64
+ checked: _angular_core.InputSignalWithTransform<boolean, unknown>;
65
+ /**
66
+ * Defines the text of the component.
67
+ */
68
+ text: _angular_core.InputSignal<string | undefined>;
69
+ /**
70
+ * Defines the value state of the component.
71
+ */
72
+ valueState: _angular_core.InputSignal<"None" | "Positive" | "Critical" | "Negative" | "Information" | undefined>;
73
+ /**
74
+ * Defines whether the component text wraps when there is not enough space.
75
+
76
+ **Note:** for option "Normal" the text will wrap and the words will not be broken based on hyphenation.
77
+ **Note:** for option "None" the text will be truncated with an ellipsis.
78
+ */
79
+ wrappingType: _angular_core.InputSignal<"None" | "Normal" | undefined>;
80
+ /**
81
+ * Determines the name by which the component will be identified upon submission in an HTML form.
82
+
83
+ **Note:** This property is only applicable within the context of an HTML Form element.
84
+ */
85
+ name: _angular_core.InputSignal<string | undefined>;
86
+ /**
87
+ * Defines the form value of the component that is submitted when the checkbox is checked.
88
+
89
+ When a form containing `ui5-checkbox` elements is submitted, only the values of the
90
+ **checked** checkboxes are included in the form data sent to the server. Unchecked
91
+ checkboxes do not contribute any data to the form submission.
92
+
93
+ This property is particularly useful for **checkbox groups**, where multiple checkboxes with the same `name` but different `value` properties can be used to represent a set of related options.
94
+ */
95
+ value: _angular_core.InputSignal<string | undefined>;
96
+ /**
97
+ * Fired when the component checked state changes.
98
+ */
99
+ ui5Change: _angular_core.OutputEmitterRef<UI5CustomEvent<_CheckBox, "change">>;
100
+ elementRef: ElementRef<_CheckBox>;
101
+ injector: Injector;
102
+ get element(): _CheckBox;
103
+ ngAfterViewInit(): void;
104
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<CheckBox, never>;
105
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<CheckBox, "ui5-checkbox, [ui5-checkbox]", ["ui5CheckBox"], { "accessibleNameRef": { "alias": "accessibleNameRef"; "required": false; "isSignal": true; }; "accessibleName": { "alias": "accessibleName"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "readonly": { "alias": "readonly"; "required": false; "isSignal": true; }; "displayOnly": { "alias": "displayOnly"; "required": false; "isSignal": true; }; "required": { "alias": "required"; "required": false; "isSignal": true; }; "indeterminate": { "alias": "indeterminate"; "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; }; "wrappingType": { "alias": "wrappingType"; "required": false; "isSignal": true; }; "name": { "alias": "name"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, { "ui5Change": "ui5Change"; }, never, ["*"], true, [{ directive: typeof i1.GenericControlValueAccessor; inputs: {}; outputs: {}; }]>;
106
+ }
107
+
108
+ export { CheckBox };
@@ -0,0 +1,42 @@
1
+ import * as i0 from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ColorPalette from '@ui5/webcomponents/dist/ColorPalette.js';
4
+ import { UI5CustomEvent } from '@ui5/webcomponents-base';
5
+
6
+ declare class ColorPalette implements AfterViewInit {
7
+ /**
8
+ * Fired when the user selects a color.
9
+ */
10
+ ui5ItemClick: i0.OutputEmitterRef<UI5CustomEvent<_ColorPalette, "item-click">>;
11
+ /**
12
+ * Available slots for content projection in this component.
13
+ *
14
+ * Slots allow you to insert custom content into predefined areas of the web component.
15
+ * Use the `slot` attribute on child elements to target specific slots.
16
+ *
17
+ * - **(default)**: Defines the `ui5-color-palette-item` elements.
18
+ *
19
+ * @example
20
+ * ```html
21
+ * <ui5-color-palette>
22
+ * <div slot="header">Custom header content</div>
23
+ * <p>Default slot content</p>
24
+ * </ui5-color-palette>
25
+ * ```
26
+ *
27
+ * @readonly
28
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
29
+ */
30
+ readonly slots: {
31
+ name: string;
32
+ description: string;
33
+ }[];
34
+ elementRef: ElementRef<_ColorPalette>;
35
+ injector: Injector;
36
+ get element(): _ColorPalette;
37
+ ngAfterViewInit(): void;
38
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColorPalette, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColorPalette, "ui5-color-palette, [ui5-color-palette]", ["ui5ColorPalette"], {}, { "ui5ItemClick": "ui5ItemClick"; }, never, ["*"], true, never>;
40
+ }
41
+
42
+ export { ColorPalette };
@@ -0,0 +1,27 @@
1
+ import * as _angular_core from '@angular/core';
2
+ import { AfterViewInit, ElementRef, Injector } from '@angular/core';
3
+ import _ColorPaletteItem from '@ui5/webcomponents/dist/ColorPaletteItem.js';
4
+
5
+ declare class ColorPaletteItem implements AfterViewInit {
6
+ /**
7
+ * Defines the colour of the component.
8
+
9
+ **Note:** The value should be a valid CSS color.
10
+ */
11
+ value: _angular_core.InputSignal<string | undefined>;
12
+ /**
13
+ * Defines if the component is selected.
14
+
15
+ **Note:** Only one item must be selected per <code>ui5-color-palette</code>.
16
+ If more than one item is defined as selected, the last one would be considered as the selected one.
17
+ */
18
+ selected: _angular_core.InputSignalWithTransform<boolean, unknown>;
19
+ elementRef: ElementRef<_ColorPaletteItem>;
20
+ injector: Injector;
21
+ get element(): _ColorPaletteItem;
22
+ ngAfterViewInit(): void;
23
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<ColorPaletteItem, never>;
24
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<ColorPaletteItem, "ui5-color-palette-item, [ui5-color-palette-item]", ["ui5ColorPaletteItem"], { "value": { "alias": "value"; "required": false; "isSignal": true; }; "selected": { "alias": "selected"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
25
+ }
26
+
27
+ export { ColorPaletteItem };