@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,254 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/DateRangePicker.js';
4
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
5
+ import { GenericControlValueAccessor } from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ class DateRangePicker {
8
+ constructor() {
9
+ /**
10
+ * Determines the symbol which separates the dates.
11
+ If not supplied, the default time interval delimiter for the current locale will be used.
12
+ */
13
+ this.delimiter = input("-", ...(ngDevMode ? [{ debugName: "delimiter" }] : []));
14
+ /**
15
+ * Defines a formatted date value.
16
+ */
17
+ this.value = input("", ...(ngDevMode ? [{ debugName: "value" }] : []));
18
+ /**
19
+ * Defines the value state of the component.
20
+ */
21
+ this.valueState = input("None", ...(ngDevMode ? [{ debugName: "valueState" }] : []));
22
+ /**
23
+ * Defines whether the component is required.
24
+ */
25
+ this.required = input(false, ...(ngDevMode ? [{ debugName: "required", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
26
+ /**
27
+ * Determines whether the component is displayed as disabled.
28
+ */
29
+ this.disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
30
+ /**
31
+ * Determines whether the component is displayed as read-only.
32
+ */
33
+ this.readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
34
+ /**
35
+ * Defines a short hint, intended to aid the user with data entry when the
36
+ component has no value.
37
+
38
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
39
+ Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
40
+ */
41
+ this.placeholder = input(...(ngDevMode ? [undefined, { debugName: "placeholder" }] : []));
42
+ /**
43
+ * Determines the name by which the component will be identified upon submission in an HTML form.
44
+
45
+ **Note:** This property is only applicable within the context of an HTML Form element.
46
+ */
47
+ this.name = input(...(ngDevMode ? [undefined, { debugName: "name" }] : []));
48
+ /**
49
+ * Defines the visibility of the week numbers column.
50
+
51
+ **Note:** For calendars other than Gregorian,
52
+ the week numbers are not displayed regardless of what is set.
53
+ */
54
+ this.hideWeekNumbers = input(false, ...(ngDevMode ? [{ debugName: "hideWeekNumbers", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
55
+ /**
56
+ * Defines the open or closed state of the popover.
57
+ */
58
+ this.open = input(false, ...(ngDevMode ? [{ debugName: "open", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
59
+ /**
60
+ * Defines the aria-label attribute for the component.
61
+ */
62
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
63
+ /**
64
+ * Receives id(or many ids) of the elements that label the component.
65
+ */
66
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
67
+ /**
68
+ * Defines the accessible description of the component.
69
+ */
70
+ this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
71
+ /**
72
+ * Receives id(or many ids) of the elements that describe the input.
73
+ */
74
+ this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
75
+ /**
76
+ * Sets a calendar type used for display.
77
+ If not set, the calendar type of the global configuration is used.
78
+ */
79
+ this.primaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "primaryCalendarType" }] : []));
80
+ /**
81
+ * Defines the secondary calendar type.
82
+ If not set, the calendar will only show the primary calendar type.
83
+ */
84
+ this.secondaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "secondaryCalendarType" }] : []));
85
+ /**
86
+ * Determines the format, displayed in the input field.
87
+ */
88
+ this.formatPattern = input(...(ngDevMode ? [undefined, { debugName: "formatPattern" }] : []));
89
+ /**
90
+ * Determines the format, displayed in the input field.
91
+ */
92
+ this.displayFormat = input(...(ngDevMode ? [undefined, { debugName: "displayFormat" }] : []));
93
+ /**
94
+ * Determines the format, used for the value attribute.
95
+ */
96
+ this.valueFormat = input(...(ngDevMode ? [undefined, { debugName: "valueFormat" }] : []));
97
+ /**
98
+ * Determines the minimum date available for selection.
99
+
100
+ **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
101
+ */
102
+ this.minDate = input("", ...(ngDevMode ? [{ debugName: "minDate" }] : []));
103
+ /**
104
+ * Determines the maximum date available for selection.
105
+
106
+ **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
107
+ */
108
+ this.maxDate = input("", ...(ngDevMode ? [{ debugName: "maxDate" }] : []));
109
+ /**
110
+ * Defines how to calculate calendar weeks and first day of the week.
111
+ If not set, the calendar will be displayed according to the currently set global configuration.
112
+ */
113
+ this.calendarWeekNumbering = input("Default", ...(ngDevMode ? [{ debugName: "calendarWeekNumbering" }] : [])); // className is now passed
114
+ /**
115
+ * Fired when the input operation has finished by pressing Enter or on focusout.
116
+ */
117
+ this.ui5Change = output();
118
+ /**
119
+ * Fired when the value of the component is changed at each key stroke.
120
+ */
121
+ this.ui5Input = output();
122
+ /**
123
+ * Fired before the value state of the component is updated internally.
124
+ The event is preventable, meaning that if it's default action is
125
+ prevented, the component will not update the value state.
126
+ */
127
+ this.ui5ValueStateChange = output();
128
+ /**
129
+ * Fired after the component's picker is opened.
130
+ */
131
+ this.ui5Open = output();
132
+ /**
133
+ * Fired after the component's picker is closed.
134
+ */
135
+ this.ui5Close = output();
136
+ this.elementRef = inject(ElementRef);
137
+ this.injector = inject(Injector);
138
+ }
139
+ /**
140
+ * **Note:** The getter method is inherited and not supported. If called it will return an empty value.
141
+ * @readonly This property is managed by the web component.
142
+ */
143
+ get dateValue() {
144
+ return this.element?.dateValue ?? null;
145
+ }
146
+ /**
147
+ * **Note:** The getter method is inherited and not supported. If called it will return an empty value.
148
+ * @readonly This property is managed by the web component.
149
+ */
150
+ get dateValueUTC() {
151
+ return this.element?.dateValueUTC ?? null;
152
+ }
153
+ /**
154
+ * Returns the start date of the currently selected range as JavaScript Date instance.
155
+ * @readonly This property is managed by the web component.
156
+ */
157
+ get startDateValue() {
158
+ return this.element?.startDateValue ?? null;
159
+ }
160
+ /**
161
+ * Returns the end date of the currently selected range as JavaScript Date instance.
162
+ * @readonly This property is managed by the web component.
163
+ */
164
+ get endDateValue() {
165
+ return this.element?.endDateValue ?? null;
166
+ }
167
+ get element() {
168
+ return this.elementRef.nativeElement;
169
+ }
170
+ ngAfterViewInit() {
171
+ const wcElement = this.element;
172
+ const inputsToSync = [
173
+ 'delimiter',
174
+ 'value',
175
+ 'valueState',
176
+ 'required',
177
+ 'disabled',
178
+ 'readonly',
179
+ 'placeholder',
180
+ 'name',
181
+ 'hideWeekNumbers',
182
+ 'open',
183
+ 'accessibleName',
184
+ 'accessibleNameRef',
185
+ 'accessibleDescription',
186
+ 'accessibleDescriptionRef',
187
+ 'primaryCalendarType',
188
+ 'secondaryCalendarType',
189
+ 'formatPattern',
190
+ 'displayFormat',
191
+ 'valueFormat',
192
+ 'minDate',
193
+ 'maxDate',
194
+ 'calendarWeekNumbering',
195
+ ];
196
+ // Synchronize inputs (properties)
197
+ for (const inputName of inputsToSync) {
198
+ // Find the corresponding camelCase signal property on the Angular component
199
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
200
+ // Use the Injector to run the effect in the correct context
201
+ if (this[signalName] && typeof this[signalName] === 'function') {
202
+ runInInjectionContext(this.injector, () => {
203
+ effect(() => {
204
+ // Read the signal value
205
+ const value = this[signalName]();
206
+ if (wcElement) {
207
+ // Write the value to the Web Component's property
208
+ wcElement[inputName] = value;
209
+ }
210
+ });
211
+ });
212
+ }
213
+ }
214
+ const outputsToSync = [
215
+ 'ui5Change',
216
+ 'ui5Input',
217
+ 'ui5ValueStateChange',
218
+ 'ui5Open',
219
+ 'ui5Close',
220
+ ];
221
+ // Synchronize outputs (events)
222
+ for (const outputName of outputsToSync) {
223
+ // Map Angular output name to UI5 web component event name
224
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
225
+ // Ensure the output property exists and has an emit function before adding listener
226
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
227
+ // Cast the listener to the correct type to satisfy TypeScript
228
+ wcElement.addEventListener(eventName, (e) => {
229
+ this[outputName].emit(e);
230
+ });
231
+ }
232
+ }
233
+ }
234
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DateRangePicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
235
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: DateRangePicker, isStandalone: true, selector: "ui5-daterange-picker, [ui5-daterange-picker]", inputs: { delimiter: { classPropertyName: "delimiter", publicName: "delimiter", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, valueState: { classPropertyName: "valueState", publicName: "valueState", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: "hideWeekNumbers", publicName: "hideWeekNumbers", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, primaryCalendarType: { classPropertyName: "primaryCalendarType", publicName: "primaryCalendarType", isSignal: true, isRequired: false, transformFunction: null }, secondaryCalendarType: { classPropertyName: "secondaryCalendarType", publicName: "secondaryCalendarType", isSignal: true, isRequired: false, transformFunction: null }, formatPattern: { classPropertyName: "formatPattern", publicName: "formatPattern", isSignal: true, isRequired: false, transformFunction: null }, displayFormat: { classPropertyName: "displayFormat", publicName: "displayFormat", isSignal: true, isRequired: false, transformFunction: null }, valueFormat: { classPropertyName: "valueFormat", publicName: "valueFormat", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, calendarWeekNumbering: { classPropertyName: "calendarWeekNumbering", publicName: "calendarWeekNumbering", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5ValueStateChange: "ui5ValueStateChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, exportAs: ["ui5DateRangePicker"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
236
+ }
237
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DateRangePicker, decorators: [{
238
+ type: Component,
239
+ args: [{
240
+ standalone: true,
241
+ selector: 'ui5-daterange-picker, [ui5-daterange-picker]',
242
+ template: '<ng-content></ng-content>',
243
+ exportAs: 'ui5DateRangePicker',
244
+ hostDirectives: [GenericControlValueAccessor],
245
+ changeDetection: ChangeDetectionStrategy.OnPush,
246
+ }]
247
+ }] });
248
+
249
+ /**
250
+ * Generated bundle index. Do not edit.
251
+ */
252
+
253
+ export { DateRangePicker };
254
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-date-range-picker.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-date-range-picker.mjs","sources":["../tmp-esm2022/date-range-picker/index.js","../tmp-esm2022/date-range-picker/fundamental-ngx-ui5-webcomponents-date-range-picker.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/DateRangePicker.js';\nimport { GenericControlValueAccessor } from '@fundamental-ngx/ui5-webcomponents/utils';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@fundamental-ngx/ui5-webcomponents/utils\";\nexport class DateRangePicker {\n constructor() {\n /**\n * Determines the symbol which separates the dates.\n If not supplied, the default time interval delimiter for the current locale will be used.\n */\n this.delimiter = input(\"-\", ...(ngDevMode ? [{ debugName: \"delimiter\" }] : []));\n /**\n * Defines a formatted date value.\n */\n this.value = input(\"\", ...(ngDevMode ? [{ debugName: \"value\" }] : []));\n /**\n * Defines the value state of the component.\n */\n this.valueState = input(\"None\", ...(ngDevMode ? [{ debugName: \"valueState\" }] : []));\n /**\n * Defines whether the component is required.\n */\n this.required = input(false, ...(ngDevMode ? [{ debugName: \"required\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as disabled.\n */\n this.disabled = input(false, ...(ngDevMode ? [{ debugName: \"disabled\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Determines whether the component is displayed as read-only.\n */\n this.readonly = input(false, ...(ngDevMode ? [{ debugName: \"readonly\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines a short hint, intended to aid the user with data entry when the\n component has no value.\n \n **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\n Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.\n */\n this.placeholder = input(...(ngDevMode ? [undefined, { debugName: \"placeholder\" }] : []));\n /**\n * Determines the name by which the component will be identified upon submission in an HTML form.\n \n **Note:** This property is only applicable within the context of an HTML Form element.\n */\n this.name = input(...(ngDevMode ? [undefined, { debugName: \"name\" }] : []));\n /**\n * Defines the visibility of the week numbers column.\n \n **Note:** For calendars other than Gregorian,\n the week numbers are not displayed regardless of what is set.\n */\n this.hideWeekNumbers = input(false, ...(ngDevMode ? [{ debugName: \"hideWeekNumbers\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the open or closed state of the popover.\n */\n this.open = input(false, ...(ngDevMode ? [{ debugName: \"open\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Defines the aria-label attribute for the component.\n */\n this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: \"accessibleName\" }] : []));\n /**\n * Receives id(or many ids) of the elements that label the component.\n */\n this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleNameRef\" }] : []));\n /**\n * Defines the accessible description of the component.\n */\n this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescription\" }] : []));\n /**\n * Receives id(or many ids) of the elements that describe the input.\n */\n this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: \"accessibleDescriptionRef\" }] : []));\n /**\n * Sets a calendar type used for display.\n If not set, the calendar type of the global configuration is used.\n */\n this.primaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: \"primaryCalendarType\" }] : []));\n /**\n * Defines the secondary calendar type.\n If not set, the calendar will only show the primary calendar type.\n */\n this.secondaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: \"secondaryCalendarType\" }] : []));\n /**\n * Determines the format, displayed in the input field.\n */\n this.formatPattern = input(...(ngDevMode ? [undefined, { debugName: \"formatPattern\" }] : []));\n /**\n * Determines the format, displayed in the input field.\n */\n this.displayFormat = input(...(ngDevMode ? [undefined, { debugName: \"displayFormat\" }] : []));\n /**\n * Determines the format, used for the value attribute.\n */\n this.valueFormat = input(...(ngDevMode ? [undefined, { debugName: \"valueFormat\" }] : []));\n /**\n * Determines the minimum date available for selection.\n \n **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).\n */\n this.minDate = input(\"\", ...(ngDevMode ? [{ debugName: \"minDate\" }] : []));\n /**\n * Determines the maximum date available for selection.\n \n **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).\n */\n this.maxDate = input(\"\", ...(ngDevMode ? [{ debugName: \"maxDate\" }] : []));\n /**\n * Defines how to calculate calendar weeks and first day of the week.\n If not set, the calendar will be displayed according to the currently set global configuration.\n */\n this.calendarWeekNumbering = input(\"Default\", ...(ngDevMode ? [{ debugName: \"calendarWeekNumbering\" }] : [])); // className is now passed\n /**\n * Fired when the input operation has finished by pressing Enter or on focusout.\n */\n this.ui5Change = output();\n /**\n * Fired when the value of the component is changed at each key stroke.\n */\n this.ui5Input = output();\n /**\n * Fired before the value state of the component is updated internally.\n The event is preventable, meaning that if it's default action is\n prevented, the component will not update the value state.\n */\n this.ui5ValueStateChange = output();\n /**\n * Fired after the component's picker is opened.\n */\n this.ui5Open = output();\n /**\n * Fired after the component's picker is closed.\n */\n this.ui5Close = output();\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n /**\n * **Note:** The getter method is inherited and not supported. If called it will return an empty value.\n * @readonly This property is managed by the web component.\n */\n get dateValue() {\n return this.element?.dateValue ?? null;\n }\n /**\n * **Note:** The getter method is inherited and not supported. If called it will return an empty value.\n * @readonly This property is managed by the web component.\n */\n get dateValueUTC() {\n return this.element?.dateValueUTC ?? null;\n }\n /**\n * Returns the start date of the currently selected range as JavaScript Date instance.\n * @readonly This property is managed by the web component.\n */\n get startDateValue() {\n return this.element?.startDateValue ?? null;\n }\n /**\n * Returns the end date of the currently selected range as JavaScript Date instance.\n * @readonly This property is managed by the web component.\n */\n get endDateValue() {\n return this.element?.endDateValue ?? null;\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'delimiter',\n 'value',\n 'valueState',\n 'required',\n 'disabled',\n 'readonly',\n 'placeholder',\n 'name',\n 'hideWeekNumbers',\n 'open',\n 'accessibleName',\n 'accessibleNameRef',\n 'accessibleDescription',\n 'accessibleDescriptionRef',\n 'primaryCalendarType',\n 'secondaryCalendarType',\n 'formatPattern',\n 'displayFormat',\n 'valueFormat',\n 'minDate',\n 'maxDate',\n 'calendarWeekNumbering',\n ];\n // Synchronize inputs (properties)\n for (const inputName of inputsToSync) {\n // Find the corresponding camelCase signal property on the Angular component\n const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());\n // Use the Injector to run the effect in the correct context\n if (this[signalName] && typeof this[signalName] === 'function') {\n runInInjectionContext(this.injector, () => {\n effect(() => {\n // Read the signal value\n const value = this[signalName]();\n if (wcElement) {\n // Write the value to the Web Component's property\n wcElement[inputName] = value;\n }\n });\n });\n }\n }\n const outputsToSync = [\n 'ui5Change',\n 'ui5Input',\n 'ui5ValueStateChange',\n 'ui5Open',\n 'ui5Close',\n ];\n // Synchronize outputs (events)\n for (const outputName of outputsToSync) {\n // Map Angular output name to UI5 web component event name\n const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);\n // Ensure the output property exists and has an emit function before adding listener\n if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {\n // Cast the listener to the correct type to satisfy TypeScript\n wcElement.addEventListener(eventName, (e) => {\n this[outputName].emit(e);\n });\n }\n }\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: DateRangePicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: DateRangePicker, isStandalone: true, selector: \"ui5-daterange-picker, [ui5-daterange-picker]\", inputs: { delimiter: { classPropertyName: \"delimiter\", publicName: \"delimiter\", isSignal: true, isRequired: false, transformFunction: null }, value: { classPropertyName: \"value\", publicName: \"value\", isSignal: true, isRequired: false, transformFunction: null }, valueState: { classPropertyName: \"valueState\", publicName: \"valueState\", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: \"required\", publicName: \"required\", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: \"disabled\", publicName: \"disabled\", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: \"readonly\", publicName: \"readonly\", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: \"placeholder\", publicName: \"placeholder\", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: \"name\", publicName: \"name\", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: \"hideWeekNumbers\", publicName: \"hideWeekNumbers\", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: \"open\", publicName: \"open\", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: \"accessibleName\", publicName: \"accessibleName\", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: \"accessibleNameRef\", publicName: \"accessibleNameRef\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: \"accessibleDescription\", publicName: \"accessibleDescription\", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: \"accessibleDescriptionRef\", publicName: \"accessibleDescriptionRef\", isSignal: true, isRequired: false, transformFunction: null }, primaryCalendarType: { classPropertyName: \"primaryCalendarType\", publicName: \"primaryCalendarType\", isSignal: true, isRequired: false, transformFunction: null }, secondaryCalendarType: { classPropertyName: \"secondaryCalendarType\", publicName: \"secondaryCalendarType\", isSignal: true, isRequired: false, transformFunction: null }, formatPattern: { classPropertyName: \"formatPattern\", publicName: \"formatPattern\", isSignal: true, isRequired: false, transformFunction: null }, displayFormat: { classPropertyName: \"displayFormat\", publicName: \"displayFormat\", isSignal: true, isRequired: false, transformFunction: null }, valueFormat: { classPropertyName: \"valueFormat\", publicName: \"valueFormat\", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: \"minDate\", publicName: \"minDate\", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: \"maxDate\", publicName: \"maxDate\", isSignal: true, isRequired: false, transformFunction: null }, calendarWeekNumbering: { classPropertyName: \"calendarWeekNumbering\", publicName: \"calendarWeekNumbering\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: \"ui5Change\", ui5Input: \"ui5Input\", ui5ValueStateChange: \"ui5ValueStateChange\", ui5Open: \"ui5Open\", ui5Close: \"ui5Close\" }, exportAs: [\"ui5DateRangePicker\"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: DateRangePicker, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-daterange-picker, [ui5-daterange-picker]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5DateRangePicker',\n hostDirectives: [GenericControlValueAccessor],\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2RhdGUtcmFuZ2UtcGlja2VyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUVOLE1BQU0sRUFDTixxQkFBcUIsRUFDckIsTUFBTSxFQUNOLFFBQVEsRUFDUixnQkFBZ0IsRUFHakIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyw0Q0FBNEMsQ0FBQztBQUdwRCxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSwwQ0FBMEMsQ0FBQzs7O0FBY3ZGLE1BQU0sT0FBTyxlQUFlO0lBVDVCO1FBV0U7OztXQUdHO1FBQ0gsY0FBUyxHQUFHLEtBQUssQ0FBMEQsR0FBRyxxREFBQyxDQUFDO1FBRWhGOztXQUVHO1FBQ0gsVUFBSyxHQUFHLEtBQUssQ0FBc0QsRUFBRSxpREFBQyxDQUFDO1FBRXZFOztXQUVHO1FBQ0gsZUFBVSxHQUFHLEtBQUssQ0FBMkQsTUFBTSxzREFBQyxDQUFDO1FBRXJGOztXQUVHO1FBQ0gsYUFBUSxHQUFHLEtBQUssQ0FBQyxLQUFLLDRDQUFJLFNBQVMsRUFBRSxnQkFBZ0IsT0FBN0IsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsR0FBQyxDQUFDO1FBRXpEOztXQUVHO1FBQ0gsYUFBUSxHQUFHLEtBQUssQ0FBQyxLQUFLLDRDQUFJLFNBQVMsRUFBRSxnQkFBZ0IsT0FBN0IsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsR0FBQyxDQUFDO1FBRXpEOztXQUVHO1FBQ0gsYUFBUSxHQUFHLEtBQUssQ0FBQyxLQUFLLDRDQUFJLFNBQVMsRUFBRSxnQkFBZ0IsT0FBN0IsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsR0FBQyxDQUFDO1FBRXpEOzs7Ozs7V0FNRztRQUNILGdCQUFXLEdB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Q0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUMsT0FBTyxDQUFDLFVBQVUsRUFBRSxLQUFLLENBQUMsQ0FBQyxXQUFXLEVBQUUsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDdEcsb0ZBQW9GO1lBQ3BGLElBQUksSUFBSSxDQUFDLFVBQVUsQ0FBQyxJQUFJLE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLElBQUksS0FBSyxVQUFVLElBQUksU0FBUyxDQUFDLGdCQUFnQixFQUFFLENBQUM7Z0JBQ2xHLDhEQUE4RDtnQkFDOUQsU0FBUyxDQUFDLGdCQUFnQixDQUFDLFNBQVMsRUFBRSxDQUFDLENBQUMsRUFBRSxFQUFFO29CQUUxQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxDQUFDLENBQXFCLENBQUMsQ0FBQztnQkFDL0MsQ0FBQyxDQUFDLENBQUM7WUFDTCxDQUFDO1FBQ0gsQ0FBQztJQUdILENBQUM7OEdBNVFVLGVBQWU7a0dBQWYsZUFBZSx3NUdBTmhCLDJCQUEyQjs7MkZBTTFCLGVBQWU7a0JBVDNCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSw4Q0FBOEM7b0JBQ3hELFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxvQkFBb0I7b0JBQzlCLGNBQWMsRUFBRSxDQUFDLDJCQUEyQixDQUFDO29CQUU3QyxlQUFlLEVBQUUsdUJBQXVCLENBQUMsTUFBTTtpQkFDaEQiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCB7XG4gIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICBDb21wb25lbnQsXG4gIEVsZW1lbnRSZWYsXG4gIGlucHV0LFxuICBvdXRwdXQsXG4gIEFmdGVyVmlld0luaXQsXG4gIGVmZmVjdCxcbiAgcnVuSW5JbmplY3Rpb25Db250ZXh0LFxuICBpbmplY3QsXG4gIEluamVjdG9yLFxuICBib29sZWFuQXR0cmlidXRlLFxuICBjb21wdXRlZCxcbiAgc2lnbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0ICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9EYXRlUmFuZ2VQaWNrZXIuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfRGF0ZVJhbmdlUGlja2VyIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvRGF0ZVJhbmdlUGlja2VyLmpzJztcbmltcG9ydCB7IFVJNUN1c3RvbUV2ZW50IH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzLWJhc2UnO1xuaW1wb3J0IHsgR2VuZXJpY0NvbnRyb2xWYWx1ZUFjY2Vzc29yIH0gZnJvbSAnQGZ1bmRhbWVudGFsLW5neC91aTUtd2ViY29tcG9uZW50cy91dGlscyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIFZhbHVlU3RhdGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL1ZhbHVlU3RhdGUuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBDYWxlbmRhclR5cGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL0NhbGVuZGFyVHlwZS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIENhbGVuZGFyV2Vla051bWJlcmluZyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L3R5cGVzL0NhbGVuZGFyV2Vla051bWJlcmluZy5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS1kYXRlcmFuZ2UtcGlja2VyLCBbdWk1LWRhdGVyYW5nZS1waWNrZXJdJyxcbiAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgZXhwb3J0QXM6ICd1aTVEYXRlUmFuZ2VQaWNrZXInLFxuICBob3N0RGlyZWN0aXZlczogW0dlbmVyaWNDb250cm9sVmFsdWVBY2Nlc3Nvcl0sXG5cbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIERhdGVSYW5nZVBpY2tlciBpbXBsZW1lbnRzIEFmdGVyVmlld0luaXQge1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBzeW1ib2wgd2hpY2ggc2VwYXJhdGVzIHRoZSBkYXRlcy5cbklmIG5vdCBzdXBwbGllZCwgdGhlIGRlZmF1bHQgdGltZSBpbnRlcnZhbCBkZWxpbWl0ZXIgZm9yIHRoZSBjdXJyZW50IGxvY2FsZSB3aWxsIGJlIHVzZWQuXG4gICAqL1xuICBkZWxpbWl0ZXIgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUuZGVsaW1pdGVyIHwgdW5kZWZpbmVkPihcIi1cIik7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgYSBmb3JtYXR0ZWQgZGF0ZSB2YWx1ZS5cbiAgICovXG4gIHZhbHVlID0gaW5wdXQ8dHlwZW9mIF9EYXRlUmFuZ2VQaWNrZXIucHJvdG90eXBlLnZhbHVlIHwgdW5kZWZpbmVkPihcIlwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdmFsdWUgc3RhdGUgb2YgdGhlIGNvbXBvbmVudC5cbiAgICovXG4gIHZhbHVlU3RhdGUgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUudmFsdWVTdGF0ZSB8IHVuZGVmaW5lZD4oXCJOb25lXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHdoZXRoZXIgdGhlIGNvbXBvbmVudCBpcyByZXF1aXJlZC5cbiAgICovXG4gIHJlcXVpcmVkID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHdoZXRoZXIgdGhlIGNvbXBvbmVudCBpcyBkaXNwbGF5ZWQgYXMgZGlzYWJsZWQuXG4gICAqL1xuICBkaXNhYmxlZCA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB3aGV0aGVyIHRoZSBjb21wb25lbnQgaXMgZGlzcGxheWVkIGFzIHJlYWQtb25seS5cbiAgICovXG4gIHJlYWRvbmx5ID0gaW5wdXQoZmFsc2UsIHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGEgc2hvcnQgaGludCwgaW50ZW5kZWQgdG8gYWlkIHRoZSB1c2VyIHdpdGggZGF0YSBlbnRyeSB3aGVuIHRoZVxuY29tcG9uZW50IGhhcyBubyB2YWx1ZS5cblxuKipOb3RlOioqIFdoZW4gbm8gcGxhY2Vob2xkZXIgaXMgc2V0LCB0aGUgZm9ybWF0IHBhdHRlcm4gaXMgZGlzcGxheWVkIGFzIGEgcGxhY2Vob2xkZXIuXG5QYXNzaW5nIGFuIGVtcHR5IHN0cmluZyBhcyB0aGUgdmFsdWUgb2YgdGhpcyBwcm9wZXJ0eSB3aWxsIG1ha2UgdGhlIGNvbXBvbmVudCBhcHBlYXIgZW1wdHkgLSB3aXRob3V0IHBsYWNlaG9sZGVyIG9yIGZvcm1hdCBwYXR0ZXJuLlxuICAgKi9cbiAgcGxhY2Vob2xkZXIgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUucGxhY2Vob2xkZXIgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIG5hbWUgYnkgd2hpY2ggdGhlIGNvbXBvbmVudCB3aWxsIGJlIGlkZW50aWZpZWQgdXBvbiBzdWJtaXNzaW9uIGluIGFuIEhUTUwgZm9ybS5cblxuKipOb3RlOioqIFRoaXMgcHJvcGVydHkgaXMgb25seSBhcHBsaWNhYmxlIHdpdGhpbiB0aGUgY29udGV4dCBvZiBhbiBIVE1MIEZvcm0gZWxlbWVudC5cbiAgICovXG4gIG5hbWUgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUubmFtZSB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdmlzaWJpbGl0eSBvZiB0aGUgd2VlayBudW1iZXJzIGNvbHVtbi5cblxuKipOb3RlOioqIEZvciBjYWxlbmRhcnMgb3RoZXIgdGhhbiBHcmVnb3JpYW4sXG50aGUgd2VlayBudW1iZXJzIGFyZSBub3QgZGlzcGxheWVkIHJlZ2FyZGxlc3Mgb2Ygd2hhdCBpcyBzZXQuXG4gICAqL1xuICBoaWRlV2Vla051bWJlcnMgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIG9wZW4gb3IgY2xvc2VkIHN0YXRlIG9mIHRoZSBwb3BvdmVyLlxuICAgKi9cbiAgb3BlbiA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYXJpYS1sYWJlbCBhdHRyaWJ1dGUgZm9yIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlTmFtZSA9IGlucHV0PHR5cGVvZiBfRGF0ZVJhbmdlUGlja2VyLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZSB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogUmVjZWl2ZXMgaWQob3IgbWFueSBpZHMpIG9mIHRoZSBlbGVtZW50cyB0aGF0IGxhYmVsIHRoZSBjb21wb25lbnQuXG4gICAqL1xuICBhY2Nlc3NpYmxlTmFtZVJlZiA9IGlucHV0PHR5cGVvZiBfRGF0ZVJhbmdlUGlja2VyLnByb3RvdHlwZS5hY2Nlc3NpYmxlTmFtZVJlZiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgYWNjZXNzaWJsZSBkZXNjcmlwdGlvbiBvZiB0aGUgY29tcG9uZW50LlxuICAgKi9cbiAgYWNjZXNzaWJsZURlc2NyaXB0aW9uID0gaW5wdXQ8dHlwZW9mIF9EYXRlUmFuZ2VQaWNrZXIucHJvdG90eXBlLmFjY2Vzc2libGVEZXNjcmlwdGlvbiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogUmVjZWl2ZXMgaWQob3IgbWFueSBpZHMpIG9mIHRoZSBlbGVtZW50cyB0aGF0IGRlc2NyaWJlIHRoZSBpbnB1dC5cbiAgICovXG4gIGFjY2Vzc2libGVEZXNjcmlwdGlvblJlZiA9IGlucHV0PHR5cGVvZiBfRGF0ZVJhbmdlUGlja2VyLnByb3RvdHlwZS5hY2Nlc3NpYmxlRGVzY3JpcHRpb25SZWYgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIFNldHMgYSBjYWxlbmRhciB0eXBlIHVzZWQgZm9yIGRpc3BsYXkuXG5JZiBub3Qgc2V0LCB0aGUgY2FsZW5kYXIgdHlwZSBvZiB0aGUgZ2xvYmFsIGNvbmZpZ3VyYXRpb24gaXMgdXNlZC5cbiAgICovXG4gIHByaW1hcnlDYWxlbmRhclR5cGUgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUucHJpbWFyeUNhbGVuZGFyVHlwZSB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgc2Vjb25kYXJ5IGNhbGVuZGFyIHR5cGUuXG5JZiBub3Qgc2V0LCB0aGUgY2FsZW5kYXIgd2lsbCBvbmx5IHNob3cgdGhlIHByaW1hcnkgY2FsZW5kYXIgdHlwZS5cbiAgICovXG4gIHNlY29uZGFyeUNhbGVuZGFyVHlwZSA9IGlucHV0PHR5cGVvZiBfRGF0ZVJhbmdlUGlja2VyLnByb3RvdHlwZS5zZWNvbmRhcnlDYWxlbmRhclR5cGUgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIGZvcm1hdCwgZGlzcGxheWVkIGluIHRoZSBpbnB1dCBmaWVsZC5cbiAgICovXG4gIGZvcm1hdFBhdHRlcm4gPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUuZm9ybWF0UGF0dGVybiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB0aGUgZm9ybWF0LCBkaXNwbGF5ZWQgaW4gdGhlIGlucHV0IGZpZWxkLlxuICAgKi9cbiAgZGlzcGxheUZvcm1hdCA9IGlucHV0PHR5cGVvZiBfRGF0ZVJhbmdlUGlja2VyLnByb3RvdHlwZS5kaXNwbGF5Rm9ybWF0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBmb3JtYXQsIHVzZWQgZm9yIHRoZSB2YWx1ZSBhdHRyaWJ1dGUuXG4gICAqL1xuICB2YWx1ZUZvcm1hdCA9IGlucHV0PHR5cGVvZiBfRGF0ZVJhbmdlUGlja2VyLnByb3RvdHlwZS52YWx1ZUZvcm1hdCB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB0aGUgbWluaW11bSBkYXRlIGF2YWlsYWJsZSBmb3Igc2VsZWN0aW9uLlxuXG4qKk5vdGU6KiogSWYgdGhlIGZvcm1hdFBhdHRlcm4gcHJvcGVydHkgaXMgbm90IHNldCwgdGhlIG1pbkRhdGUgdmFsdWUgbXVzdCBiZSBwcm92aWRlZCBpbiB0aGUgSVNPIGRhdGUgZm9ybWF0ICh5eXl5LU1NLWRkKS5cbiAgICovXG4gIG1pbkRhdGUgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUubWluRGF0ZSB8IHVuZGVmaW5lZD4oXCJcIik7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIG1heGltdW0gZGF0ZSBhdmFpbGFibGUgZm9yIHNlbGVjdGlvbi5cblxuKipOb3RlOioqIElmIHRoZSBmb3JtYXRQYXR0ZXJuIHByb3BlcnR5IGlzIG5vdCBzZXQsIHRoZSBtYXhEYXRlIHZhbHVlIG11c3QgYmUgcHJvdmlkZWQgaW4gdGhlIElTTyBkYXRlIGZvcm1hdCAoeXl5eS1NTS1kZCkuXG4gICAqL1xuICBtYXhEYXRlID0gaW5wdXQ8dHlwZW9mIF9EYXRlUmFuZ2VQaWNrZXIucHJvdG90eXBlLm1heERhdGUgfCB1bmRlZmluZWQ+KFwiXCIpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIGhvdyB0byBjYWxjdWxhdGUgY2FsZW5kYXIgd2Vla3MgYW5kIGZpcnN0IGRheSBvZiB0aGUgd2Vlay5cbklmIG5vdCBzZXQsIHRoZSBjYWxlbmRhciB3aWxsIGJlIGRpc3BsYXllZCBhY2NvcmRpbmcgdG8gdGhlIGN1cnJlbnRseSBzZXQgZ2xvYmFsIGNvbmZpZ3VyYXRpb24uXG4gICAqL1xuICBjYWxlbmRhcldlZWtOdW1iZXJpbmcgPSBpbnB1dDx0eXBlb2YgX0RhdGVSYW5nZVBpY2tlci5wcm90b3R5cGUuY2FsZW5kYXJXZWVrTnVtYmVyaW5nIHwgdW5kZWZpbmVkPihcIkRlZmF1bHRcIik7IC8vIGNsYXNzTmFtZSBpcyBub3cgcGFzc2VkXG5cbiAgLyoqXG4gICAqICoqTm90ZToqKiBUaGUgZ2V0dGVyIG1ldGhvZCBpcyBpbmhlcml0ZWQgYW5kIG5vdCBzdXBwb3J0ZWQuIElmIGNhbGxlZCBpdCB3aWxsIHJldHVybiBhbiBlbXB0eSB2YWx1ZS5cbiAgICogQHJlYWRvbmx5IFRoaXMgcHJvcGVydHkgaXMgbWFuYWdlZCBieSB0aGUgd2ViIGNvbXBvbmVudC5cbiAgICovXG4gIGdldCBkYXRlVmFsdWUoKTogRGF0ZSB8IG51bGwge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnQ/LmRhdGVWYWx1ZSA/PyBudWxsO1xuICB9XG5cbiAgLyoqXG4gICAqICoqTm90ZToqKiBUaGUgZ2V0dGVyIG1ldGhvZCBpcyBpbmhlcml0ZWQgYW5kIG5vdCBzdXBwb3J0ZWQuIElmIGNhbGxlZCBpdCB3aWxsIHJldHVybiBhbiBlbXB0eSB2YWx1ZS5cbiAgICogQHJlYWRvbmx5IFRoaXMgcHJvcGVydHkgaXMgbWFuYWdlZCBieSB0aGUgd2ViIGNvbXBvbmVudC5cbiAgICovXG4gIGdldCBkYXRlVmFsdWVVVEMoKTogRGF0ZSB8IG51bGwge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnQ/LmRhdGVWYWx1ZVVUQyA/PyBudWxsO1xuICB9XG5cbiAgLyoqXG4gICAqIFJldHVybnMgdGhlIHN0YXJ0IGRhdGUgb2YgdGhlIGN1cnJlbnRseSBzZWxlY3RlZCByYW5nZSBhcyBKYXZhU2NyaXB0IERhdGUgaW5zdGFuY2UuXG4gICAqIEByZWFkb25seSBUaGlzIHByb3BlcnR5IGlzIG1hbmFnZWQgYnkgdGhlIHdlYiBjb21wb25lbnQuXG4gICAqL1xuICBnZXQgc3RhcnREYXRlVmFsdWUoKTogRGF0ZSB8IG51bGwge1xuICAgIHJldHVybiB0aGlzLmVsZW1lbnQ/LnN0YXJ0RGF0ZVZhbHVlID8/IG51bGw7XG4gIH1cblxuICAvKipcbiAgICogUmV0dXJucyB0aGUgZW5kIGRhdGUgb2YgdGhlIGN1cnJlbnRseSBzZWxlY3RlZCByYW5nZSBhcyBKYXZhU2NyaXB0IERhdGUgaW5zdGFuY2UuXG4gICAqIEByZWFkb25seSBUaGlzIHByb3BlcnR5IGlzIG1hbmFnZWQgYnkgdGhlIHdlYiBjb21wb25lbnQuXG4gICAqL1xuICBnZXQgZW5kRGF0ZVZhbHVlKCk6IERhdGUgfCBudWxsIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50Py5lbmREYXRlVmFsdWUgPz8gbnVsbDtcbiAgfVxuXG5cbiAgLyoqXG4gICAqIEZpcmVkIHdoZW4gdGhlIGlucHV0IG9wZXJhdGlvbiBoYXMgZmluaXNoZWQgYnkgcHJlc3NpbmcgRW50ZXIgb3Igb24gZm9jdXNvdXQuXG4gICAqL1xuICB1aTVDaGFuZ2UgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0RhdGVSYW5nZVBpY2tlciwgJ2NoYW5nZSc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIHRoZSB2YWx1ZSBvZiB0aGUgY29tcG9uZW50IGlzIGNoYW5nZWQgYXQgZWFjaCBrZXkgc3Ryb2tlLlxuICAgKi9cbiAgdWk1SW5wdXQgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0RhdGVSYW5nZVBpY2tlciwgJ2lucHV0Jz4+KCk7XG5cbiAgLyoqXG4gICAqIEZpcmVkIGJlZm9yZSB0aGUgdmFsdWUgc3RhdGUgb2YgdGhlIGNvbXBvbmVudCBpcyB1cGRhdGVkIGludGVybmFsbHkuXG5UaGUgZXZlbnQgaXMgcHJldmVudGFibGUsIG1lYW5pbmcgdGhhdCBpZiBpdCdzIGRlZmF1bHQgYWN0aW9uIGlzXG5wcmV2ZW50ZWQsIHRoZSBjb21wb25lbnQgd2lsbCBub3QgdXBkYXRlIHRoZSB2YWx1ZSBzdGF0ZS5cbiAgICovXG4gIHVpNVZhbHVlU3RhdGVDaGFuZ2UgPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0RhdGVSYW5nZVBpY2tlciwgJ3ZhbHVlLXN0YXRlLWNoYW5nZSc+PigpO1xuXG4gIC8qKlxuICAgKiBGaXJlZCBhZnRlciB0aGUgY29tcG9uZW50J3MgcGlja2VyIGlzIG9wZW5lZC5cbiAgICovXG4gIHVpNU9wZW4gPSBvdXRwdXQ8VUk1Q3VzdG9tRXZlbnQ8X0RhdGVSYW5nZVBpY2tlciwgJ29wZW4nPj4oKTtcblxuICAvKipcbiAgICogRmlyZWQgYWZ0ZXIgdGhlIGNvbXBvbmVudCdzIHBpY2tlciBpcyBjbG9zZWQuXG4gICAqL1xuICB1aTVDbG9zZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfRGF0ZVJhbmdlUGlja2VyLCAnY2xvc2UnPj4oKTtcblxuICBwdWJsaWMgZWxlbWVudFJlZjogRWxlbWVudFJlZjxfRGF0ZVJhbmdlUGlja2VyPiA9IGluamVjdChFbGVtZW50UmVmKTtcbiAgcHVibGljIGluamVjdG9yID0gaW5qZWN0KEluamVjdG9yKTtcblxuICBnZXQgZWxlbWVudCgpOiBfRGF0ZVJhbmdlUGlja2VyIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICdkZWxpbWl0ZXInLFxuICAgICAgJ3ZhbHVlJyxcbiAgICAgICd2YWx1ZVN0YXRlJyxcbiAgICAgICdyZXF1aXJlZCcsXG4gICAgICAnZGlzYWJsZWQnLFxuICAgICAgJ3JlYWRvbmx5JyxcbiAgICAgICdwbGFjZWhvbGRlcicsXG4gICAgICAnbmFtZScsXG4gICAgICAnaGlkZVdlZWtOdW1iZXJzJyxcbiAgICAgICdvcGVuJyxcbiAgICAgICdhY2Nlc3NpYmxlTmFtZScsXG4gICAgICAnYWNjZXNzaWJsZU5hbWVSZWYnLFxuICAgICAgJ2FjY2Vzc2libGVEZXNjcmlwdGlvbicsXG4gICAgICAnYWNjZXNzaWJsZURlc2NyaXB0aW9uUmVmJyxcbiAgICAgICdwcmltYXJ5Q2FsZW5kYXJUeXBlJyxcbiAgICAgICdzZWNvbmRhcnlDYWxlbmRhclR5cGUnLFxuICAgICAgJ2Zvcm1hdFBhdHRlcm4nLFxuICAgICAgJ2Rpc3BsYXlGb3JtYXQnLFxuICAgICAgJ3ZhbHVlRm9ybWF0JyxcbiAgICAgICdtaW5EYXRlJyxcbiAgICAgICdtYXhEYXRlJyxcbiAgICAgICdjYWxlbmRhcldlZWtOdW1iZXJpbmcnLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgaW5wdXRzIChwcm9wZXJ0aWVzKVxuICAgIGZvciAoY29uc3QgaW5wdXROYW1lIG9mIGlucHV0c1RvU3luYykge1xuICAgICAgLy8gRmluZCB0aGUgY29ycmVzcG9uZGluZyBjYW1lbENhc2Ugc2lnbmFsIHByb3BlcnR5IG9uIHRoZSBBbmd1bGFyIGNvbXBvbmVudFxuICAgICAgY29uc3Qgc2lnbmFsTmFtZSA9IGlucHV0TmFtZS5yZXBsYWNlKC8tLi9nLCAoeDogc3RyaW5nKSA9PiB4WzFdLnRvVXBwZXJDYXNlKCkpO1xuXG4gICAgICAvLyBVc2UgdGhlIEluamVjdG9yIHRvIHJ1biB0aGUgZWZmZWN0IGluIHRoZSBjb3JyZWN0IGNvbnRleHRcbiAgICAgIGlmICh0aGlzW3NpZ25hbE5hbWVdICYmIHR5cGVvZiB0aGlzW3NpZ25hbE5hbWVdID09PSAnZnVuY3Rpb24nKSB7XG4gICAgICAgIHJ1bkluSW5qZWN0aW9uQ29udGV4dCh0aGlzLmluamVjdG9yLCAoKSA9PiB7XG4gICAgICAgICAgZWZmZWN0KCgpID0+IHtcbiAgICAgICAgICAgIC8vIFJlYWQgdGhlIHNpZ25hbCB2YWx1ZVxuICAgICAgICAgICAgY29uc3QgdmFsdWUgPSB0aGlzW3NpZ25hbE5hbWVdKCk7XG4gICAgICAgICAgICBpZiAod2NFbGVtZW50KSB7XG4gICAgICAgICAgICAgIC8vIFdyaXRlIHRoZSB2YWx1ZSB0byB0aGUgV2ViIENvbXBvbmVudCdzIHByb3BlcnR5XG4gICAgICAgICAgICAgIHdjRWxlbWVudFtpbnB1dE5hbWVdID0gdmFsdWU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfSk7XG4gICAgICAgIH0pO1xuICAgICAgfVxuICAgIH1cbiAgXG4gICAgXG4gICAgY29uc3Qgb3V0cHV0c1RvU3luYyA9IFtcbiAgICAgICd1aTVDaGFuZ2UnLFxuICAgICAgJ3VpNUlucHV0JyxcbiAgICAgICd1aTVWYWx1ZVN0YXRlQ2hhbmdlJyxcbiAgICAgICd1aTVPcGVuJyxcbiAgICAgICd1aTVDbG9zZScsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBvdXRwdXRzIChldmVudHMpXG4gICAgZm9yIChjb25zdCBvdXRwdXROYW1lIG9mIG91dHB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIE1hcCBBbmd1bGFyIG91dHB1dCBuYW1lIHRvIFVJNSB3ZWIgY29tcG9uZW50IGV2ZW50IG5hbWVcbiAgICAgIGNvbnN0IGV2ZW50TmFtZSA9IG91dHB1dE5hbWUucmVwbGFjZSgndWk1JywgJycpLnJlcGxhY2UoLyhbQS1aXSkvZywgJy0kMScpLnRvTG93ZXJDYXNlKCkuc3Vic3RyaW5nKDEpO1xuICAgICAgLy8gRW5zdXJlIHRoZSBvdXRwdXQgcHJvcGVydHkgZXhpc3RzIGFuZCBoYXMgYW4gZW1pdCBmdW5jdGlvbiBiZWZvcmUgYWRkaW5nIGxpc3RlbmVyXG4gICAgICBpZiAodGhpc1tvdXRwdXROYW1lXSAmJiB0eXBlb2YgdGhpc1tvdXRwdXROYW1lXS5lbWl0ID09PSAnZnVuY3Rpb24nICYmIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgIC8vIENhc3QgdGhlIGxpc3RlbmVyIHRvIHRoZSBjb3JyZWN0IHR5cGUgdG8gc2F0aXNmeSBUeXBlU2NyaXB0XG4gICAgICAgIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKGV2ZW50TmFtZSwgKGUpID0+IHtcblxuICAgICAgICAgIHRoaXNbb3V0cHV0TmFtZV0uZW1pdChlIGFzIEN1c3RvbUV2ZW50PGFueT4pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuXG4gIH1cbn1cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWRhdGUtcmFuZ2UtcGlja2VyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtd2ViY29tcG9uZW50cy9kYXRlLXJhbmdlLXBpY2tlci9mdW5kYW1lbnRhbC1uZ3gtdWk1LXdlYmNvbXBvbmVudHMtZGF0ZS1yYW5nZS1waWNrZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,227 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, output, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/DateTimePicker.js';
4
+ import * as i1 from '@fundamental-ngx/ui5-webcomponents/utils';
5
+ import { GenericControlValueAccessor } from '@fundamental-ngx/ui5-webcomponents/utils';
6
+
7
+ class DateTimePicker {
8
+ constructor() {
9
+ /**
10
+ * Defines a formatted date value.
11
+ */
12
+ this.value = input("", ...(ngDevMode ? [{ debugName: "value" }] : []));
13
+ /**
14
+ * Defines the value state of the component.
15
+ */
16
+ this.valueState = input("None", ...(ngDevMode ? [{ debugName: "valueState" }] : []));
17
+ /**
18
+ * Defines whether the component is required.
19
+ */
20
+ this.required = input(false, ...(ngDevMode ? [{ debugName: "required", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
21
+ /**
22
+ * Determines whether the component is displayed as disabled.
23
+ */
24
+ this.disabled = input(false, ...(ngDevMode ? [{ debugName: "disabled", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
25
+ /**
26
+ * Determines whether the component is displayed as read-only.
27
+ */
28
+ this.readonly = input(false, ...(ngDevMode ? [{ debugName: "readonly", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
29
+ /**
30
+ * Defines a short hint, intended to aid the user with data entry when the
31
+ component has no value.
32
+
33
+ **Note:** When no placeholder is set, the format pattern is displayed as a placeholder.
34
+ Passing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.
35
+ */
36
+ this.placeholder = input(...(ngDevMode ? [undefined, { debugName: "placeholder" }] : []));
37
+ /**
38
+ * Determines the name by which the component will be identified upon submission in an HTML form.
39
+
40
+ **Note:** This property is only applicable within the context of an HTML Form element.
41
+ */
42
+ this.name = input(...(ngDevMode ? [undefined, { debugName: "name" }] : []));
43
+ /**
44
+ * Defines the visibility of the week numbers column.
45
+
46
+ **Note:** For calendars other than Gregorian,
47
+ the week numbers are not displayed regardless of what is set.
48
+ */
49
+ this.hideWeekNumbers = input(false, ...(ngDevMode ? [{ debugName: "hideWeekNumbers", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
50
+ /**
51
+ * Defines the open or closed state of the popover.
52
+ */
53
+ this.open = input(false, ...(ngDevMode ? [{ debugName: "open", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
54
+ /**
55
+ * Defines the aria-label attribute for the component.
56
+ */
57
+ this.accessibleName = input(...(ngDevMode ? [undefined, { debugName: "accessibleName" }] : []));
58
+ /**
59
+ * Receives id(or many ids) of the elements that label the component.
60
+ */
61
+ this.accessibleNameRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleNameRef" }] : []));
62
+ /**
63
+ * Defines the accessible description of the component.
64
+ */
65
+ this.accessibleDescription = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescription" }] : []));
66
+ /**
67
+ * Receives id(or many ids) of the elements that describe the input.
68
+ */
69
+ this.accessibleDescriptionRef = input(...(ngDevMode ? [undefined, { debugName: "accessibleDescriptionRef" }] : []));
70
+ /**
71
+ * Sets a calendar type used for display.
72
+ If not set, the calendar type of the global configuration is used.
73
+ */
74
+ this.primaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "primaryCalendarType" }] : []));
75
+ /**
76
+ * Defines the secondary calendar type.
77
+ If not set, the calendar will only show the primary calendar type.
78
+ */
79
+ this.secondaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "secondaryCalendarType" }] : []));
80
+ /**
81
+ * Determines the format, displayed in the input field.
82
+ */
83
+ this.formatPattern = input(...(ngDevMode ? [undefined, { debugName: "formatPattern" }] : []));
84
+ /**
85
+ * Determines the format, displayed in the input field.
86
+ */
87
+ this.displayFormat = input(...(ngDevMode ? [undefined, { debugName: "displayFormat" }] : []));
88
+ /**
89
+ * Determines the format, used for the value attribute.
90
+ */
91
+ this.valueFormat = input(...(ngDevMode ? [undefined, { debugName: "valueFormat" }] : []));
92
+ /**
93
+ * Determines the minimum date available for selection.
94
+
95
+ **Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).
96
+ */
97
+ this.minDate = input("", ...(ngDevMode ? [{ debugName: "minDate" }] : []));
98
+ /**
99
+ * Determines the maximum date available for selection.
100
+
101
+ **Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).
102
+ */
103
+ this.maxDate = input("", ...(ngDevMode ? [{ debugName: "maxDate" }] : []));
104
+ /**
105
+ * Defines how to calculate calendar weeks and first day of the week.
106
+ If not set, the calendar will be displayed according to the currently set global configuration.
107
+ */
108
+ this.calendarWeekNumbering = input("Default", ...(ngDevMode ? [{ debugName: "calendarWeekNumbering" }] : [])); // className is now passed
109
+ /**
110
+ * Fired when the input operation has finished by pressing Enter or on focusout.
111
+ */
112
+ this.ui5Change = output();
113
+ /**
114
+ * Fired when the value of the component is changed at each key stroke.
115
+ */
116
+ this.ui5Input = output();
117
+ /**
118
+ * Fired before the value state of the component is updated internally.
119
+ The event is preventable, meaning that if it's default action is
120
+ prevented, the component will not update the value state.
121
+ */
122
+ this.ui5ValueStateChange = output();
123
+ /**
124
+ * Fired after the component's picker is opened.
125
+ */
126
+ this.ui5Open = output();
127
+ /**
128
+ * Fired after the component's picker is closed.
129
+ */
130
+ this.ui5Close = output();
131
+ this.elementRef = inject(ElementRef);
132
+ this.injector = inject(Injector);
133
+ }
134
+ /**
135
+ * Currently selected date represented as a Local JavaScript Date instance.
136
+ * @readonly This property is managed by the web component.
137
+ */
138
+ get dateValue() {
139
+ return this.element?.dateValue ?? null;
140
+ }
141
+ get element() {
142
+ return this.elementRef.nativeElement;
143
+ }
144
+ ngAfterViewInit() {
145
+ const wcElement = this.element;
146
+ const inputsToSync = [
147
+ 'value',
148
+ 'valueState',
149
+ 'required',
150
+ 'disabled',
151
+ 'readonly',
152
+ 'placeholder',
153
+ 'name',
154
+ 'hideWeekNumbers',
155
+ 'open',
156
+ 'accessibleName',
157
+ 'accessibleNameRef',
158
+ 'accessibleDescription',
159
+ 'accessibleDescriptionRef',
160
+ 'primaryCalendarType',
161
+ 'secondaryCalendarType',
162
+ 'formatPattern',
163
+ 'displayFormat',
164
+ 'valueFormat',
165
+ 'minDate',
166
+ 'maxDate',
167
+ 'calendarWeekNumbering',
168
+ ];
169
+ // Synchronize inputs (properties)
170
+ for (const inputName of inputsToSync) {
171
+ // Find the corresponding camelCase signal property on the Angular component
172
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
173
+ // Use the Injector to run the effect in the correct context
174
+ if (this[signalName] && typeof this[signalName] === 'function') {
175
+ runInInjectionContext(this.injector, () => {
176
+ effect(() => {
177
+ // Read the signal value
178
+ const value = this[signalName]();
179
+ if (wcElement) {
180
+ // Write the value to the Web Component's property
181
+ wcElement[inputName] = value;
182
+ }
183
+ });
184
+ });
185
+ }
186
+ }
187
+ const outputsToSync = [
188
+ 'ui5Change',
189
+ 'ui5Input',
190
+ 'ui5ValueStateChange',
191
+ 'ui5Open',
192
+ 'ui5Close',
193
+ ];
194
+ // Synchronize outputs (events)
195
+ for (const outputName of outputsToSync) {
196
+ // Map Angular output name to UI5 web component event name
197
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
198
+ // Ensure the output property exists and has an emit function before adding listener
199
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
200
+ // Cast the listener to the correct type to satisfy TypeScript
201
+ wcElement.addEventListener(eventName, (e) => {
202
+ this[outputName].emit(e);
203
+ });
204
+ }
205
+ }
206
+ }
207
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DateTimePicker, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
208
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: DateTimePicker, isStandalone: true, selector: "ui5-datetime-picker, [ui5-datetime-picker]", inputs: { value: { classPropertyName: "value", publicName: "value", isSignal: true, isRequired: false, transformFunction: null }, valueState: { classPropertyName: "valueState", publicName: "valueState", isSignal: true, isRequired: false, transformFunction: null }, required: { classPropertyName: "required", publicName: "required", isSignal: true, isRequired: false, transformFunction: null }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: true, isRequired: false, transformFunction: null }, readonly: { classPropertyName: "readonly", publicName: "readonly", isSignal: true, isRequired: false, transformFunction: null }, placeholder: { classPropertyName: "placeholder", publicName: "placeholder", isSignal: true, isRequired: false, transformFunction: null }, name: { classPropertyName: "name", publicName: "name", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: "hideWeekNumbers", publicName: "hideWeekNumbers", isSignal: true, isRequired: false, transformFunction: null }, open: { classPropertyName: "open", publicName: "open", isSignal: true, isRequired: false, transformFunction: null }, accessibleName: { classPropertyName: "accessibleName", publicName: "accessibleName", isSignal: true, isRequired: false, transformFunction: null }, accessibleNameRef: { classPropertyName: "accessibleNameRef", publicName: "accessibleNameRef", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescription: { classPropertyName: "accessibleDescription", publicName: "accessibleDescription", isSignal: true, isRequired: false, transformFunction: null }, accessibleDescriptionRef: { classPropertyName: "accessibleDescriptionRef", publicName: "accessibleDescriptionRef", isSignal: true, isRequired: false, transformFunction: null }, primaryCalendarType: { classPropertyName: "primaryCalendarType", publicName: "primaryCalendarType", isSignal: true, isRequired: false, transformFunction: null }, secondaryCalendarType: { classPropertyName: "secondaryCalendarType", publicName: "secondaryCalendarType", isSignal: true, isRequired: false, transformFunction: null }, formatPattern: { classPropertyName: "formatPattern", publicName: "formatPattern", isSignal: true, isRequired: false, transformFunction: null }, displayFormat: { classPropertyName: "displayFormat", publicName: "displayFormat", isSignal: true, isRequired: false, transformFunction: null }, valueFormat: { classPropertyName: "valueFormat", publicName: "valueFormat", isSignal: true, isRequired: false, transformFunction: null }, minDate: { classPropertyName: "minDate", publicName: "minDate", isSignal: true, isRequired: false, transformFunction: null }, maxDate: { classPropertyName: "maxDate", publicName: "maxDate", isSignal: true, isRequired: false, transformFunction: null }, calendarWeekNumbering: { classPropertyName: "calendarWeekNumbering", publicName: "calendarWeekNumbering", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Change: "ui5Change", ui5Input: "ui5Input", ui5ValueStateChange: "ui5ValueStateChange", ui5Open: "ui5Open", ui5Close: "ui5Close" }, exportAs: ["ui5DateTimePicker"], hostDirectives: [{ directive: i1.GenericControlValueAccessor }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
209
+ }
210
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: DateTimePicker, decorators: [{
211
+ type: Component,
212
+ args: [{
213
+ standalone: true,
214
+ selector: 'ui5-datetime-picker, [ui5-datetime-picker]',
215
+ template: '<ng-content></ng-content>',
216
+ exportAs: 'ui5DateTimePicker',
217
+ hostDirectives: [GenericControlValueAccessor],
218
+ changeDetection: ChangeDetectionStrategy.OnPush,
219
+ }]
220
+ }] });
221
+
222
+ /**
223
+ * Generated bundle index. Do not edit.
224
+ */
225
+
226
+ export { DateTimePicker };
227
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-date-time-picker.mjs.map