@fundamental-ngx/ui5-webcomponents 0.58.5 → 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,100 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, booleanAttribute, inject, ElementRef, Injector, runInInjectionContext, effect, ChangeDetectionStrategy, Component } from '@angular/core';
3
+ import '@ui5/webcomponents/dist/CalendarLegend.js';
4
+
5
+ class CalendarLegend {
6
+ constructor() {
7
+ /**
8
+ * Hides the Today item in the legend.
9
+ */
10
+ this.hideToday = input(false, ...(ngDevMode ? [{ debugName: "hideToday", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
11
+ /**
12
+ * Hides the Selected day item in the legend.
13
+ */
14
+ this.hideSelectedDay = input(false, ...(ngDevMode ? [{ debugName: "hideSelectedDay", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
15
+ /**
16
+ * Hides the Non-Working day item in the legend.
17
+ */
18
+ this.hideNonWorkingDay = input(false, ...(ngDevMode ? [{ debugName: "hideNonWorkingDay", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
19
+ /**
20
+ * Hides the Working day item in the legend.
21
+ */
22
+ this.hideWorkingDay = input(false, ...(ngDevMode ? [{ debugName: "hideWorkingDay", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed
23
+ /**
24
+ * Available slots for content projection in this component.
25
+ *
26
+ * Slots allow you to insert custom content into predefined areas of the web component.
27
+ * Use the `slot` attribute on child elements to target specific slots.
28
+ *
29
+ * - **(default)**: Defines the items of the component.
30
+ *
31
+ * @example
32
+ * ```html
33
+ * <ui5-calendar-legend>
34
+ * <div slot="header">Custom header content</div>
35
+ * <p>Default slot content</p>
36
+ * </ui5-calendar-legend>
37
+ * ```
38
+ *
39
+ * @readonly
40
+ * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}
41
+ */
42
+ this.slots = [
43
+ {
44
+ "name": "default",
45
+ "description": "Defines the items of the component."
46
+ }
47
+ ];
48
+ this.elementRef = inject(ElementRef);
49
+ this.injector = inject(Injector);
50
+ }
51
+ get element() {
52
+ return this.elementRef.nativeElement;
53
+ }
54
+ ngAfterViewInit() {
55
+ const wcElement = this.element;
56
+ const inputsToSync = [
57
+ 'hideToday',
58
+ 'hideSelectedDay',
59
+ 'hideNonWorkingDay',
60
+ 'hideWorkingDay',
61
+ ];
62
+ // Synchronize inputs (properties)
63
+ for (const inputName of inputsToSync) {
64
+ // Find the corresponding camelCase signal property on the Angular component
65
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
66
+ // Use the Injector to run the effect in the correct context
67
+ if (this[signalName] && typeof this[signalName] === 'function') {
68
+ runInInjectionContext(this.injector, () => {
69
+ effect(() => {
70
+ // Read the signal value
71
+ const value = this[signalName]();
72
+ if (wcElement) {
73
+ // Write the value to the Web Component's property
74
+ wcElement[inputName] = value;
75
+ }
76
+ });
77
+ });
78
+ }
79
+ }
80
+ }
81
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CalendarLegend, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
82
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: CalendarLegend, isStandalone: true, selector: "ui5-calendar-legend, [ui5-calendar-legend]", inputs: { hideToday: { classPropertyName: "hideToday", publicName: "hideToday", isSignal: true, isRequired: false, transformFunction: null }, hideSelectedDay: { classPropertyName: "hideSelectedDay", publicName: "hideSelectedDay", isSignal: true, isRequired: false, transformFunction: null }, hideNonWorkingDay: { classPropertyName: "hideNonWorkingDay", publicName: "hideNonWorkingDay", isSignal: true, isRequired: false, transformFunction: null }, hideWorkingDay: { classPropertyName: "hideWorkingDay", publicName: "hideWorkingDay", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["ui5CalendarLegend"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
83
+ }
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CalendarLegend, decorators: [{
85
+ type: Component,
86
+ args: [{
87
+ standalone: true,
88
+ selector: 'ui5-calendar-legend, [ui5-calendar-legend]',
89
+ template: '<ng-content></ng-content>',
90
+ exportAs: 'ui5CalendarLegend',
91
+ changeDetection: ChangeDetectionStrategy.OnPush,
92
+ }]
93
+ }] });
94
+
95
+ /**
96
+ * Generated bundle index. Do not edit.
97
+ */
98
+
99
+ export { CalendarLegend };
100
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-calendar-legend.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-calendar-legend.mjs","sources":["../tmp-esm2022/calendar-legend/index.js","../tmp-esm2022/calendar-legend/fundamental-ngx-ui5-webcomponents-calendar-legend.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/CalendarLegend.js';\nimport * as i0 from \"@angular/core\";\nexport class CalendarLegend {\n constructor() {\n /**\n * Hides the Today item in the legend.\n */\n this.hideToday = input(false, ...(ngDevMode ? [{ debugName: \"hideToday\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Hides the Selected day item in the legend.\n */\n this.hideSelectedDay = input(false, ...(ngDevMode ? [{ debugName: \"hideSelectedDay\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Hides the Non-Working day item in the legend.\n */\n this.hideNonWorkingDay = input(false, ...(ngDevMode ? [{ debugName: \"hideNonWorkingDay\", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));\n /**\n * Hides the Working day item in the legend.\n */\n this.hideWorkingDay = input(false, ...(ngDevMode ? [{ debugName: \"hideWorkingDay\", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed\n /**\n * Available slots for content projection in this component.\n *\n * Slots allow you to insert custom content into predefined areas of the web component.\n * Use the `slot` attribute on child elements to target specific slots.\n *\n * - **(default)**: Defines the items of the component.\n *\n * @example\n * ```html\n * <ui5-calendar-legend>\n * <div slot=\"header\">Custom header content</div>\n * <p>Default slot content</p>\n * </ui5-calendar-legend>\n * ```\n *\n * @readonly\n * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}\n */\n this.slots = [\n {\n \"name\": \"default\",\n \"description\": \"Defines the items of the component.\"\n }\n ];\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'hideToday',\n 'hideSelectedDay',\n 'hideNonWorkingDay',\n 'hideWorkingDay',\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 }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.4\", ngImport: i0, type: CalendarLegend, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: CalendarLegend, isStandalone: true, selector: \"ui5-calendar-legend, [ui5-calendar-legend]\", inputs: { hideToday: { classPropertyName: \"hideToday\", publicName: \"hideToday\", isSignal: true, isRequired: false, transformFunction: null }, hideSelectedDay: { classPropertyName: \"hideSelectedDay\", publicName: \"hideSelectedDay\", isSignal: true, isRequired: false, transformFunction: null }, hideNonWorkingDay: { classPropertyName: \"hideNonWorkingDay\", publicName: \"hideNonWorkingDay\", isSignal: true, isRequired: false, transformFunction: null }, hideWorkingDay: { classPropertyName: \"hideWorkingDay\", publicName: \"hideWorkingDay\", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: [\"ui5CalendarLegend\"], 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: CalendarLegend, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-calendar-legend, [ui5-calendar-legend]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5CalendarLegend',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2NhbGVuZGFyLWxlZ2VuZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFDQSxPQUFPLEVBQ0wsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsS0FBSyxFQUdMLE1BQU0sRUFDTixxQkFBcUIsRUFDckIsTUFBTSxFQUNOLFFBQVEsRUFDUixnQkFBZ0IsRUFHakIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTywyQ0FBMkMsQ0FBQzs7QUFjbkQsTUFBTSxPQUFPLGNBQWM7SUFSM0I7UUFVRTs7V0FFRztRQUNILGNBQVMsR0FBRyxLQUFLLENBQUMsS0FBSyw2Q0FBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUUxRDs7V0FFRztRQUNILG9CQUFlLEdBQUcsS0FBSyxDQUFDLEtBQUssbURBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxHQUFDLENBQUM7UUFFaEU7O1dBRUc7UUFDSCxzQkFBaUIsR0FBRyxLQUFLLENBQUMsS0FBSyxxREFBSSxTQUFTLEVBQUUsZ0JBQWdCLE9BQTdCLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFLEdBQUMsQ0FBQztRQUVsRTs7V0FFRztRQUNILG1CQUFjLEdBQUcsS0FBSyxDQUFDLEtBQUssa0RBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxHQUFDLENBQUMsQ0FBQywwQkFBMEI7UUFLMUY7Ozs7Ozs7Ozs7Ozs7Ozs7OztXQWtCRztRQUNNLFVBQUssR0FBRztZQUNiO2dCQUNJLE1BQU0sRUFBRSxTQUFTO2dCQUNqQixhQUFhLEVBQUUscUNBQXFDO2FBQ3ZEO1NBQ0osQ0FBQztRQUdLLGVBQVUsR0FBZ0MsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQzdELGFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7S0F3Q3BDO0lBdENDLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVELGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBRS9CLE1BQU0sWUFBWSxHQUFHO1lBQ25CLFdBQVc7WUFDWCxpQkFBaUI7WUFDakIsbUJBQW1CO1lBQ25CLGdCQUFnQjtTQUNqQixDQUFDO1FBRUYsa0NBQWtDO1FBQ2xDLEtBQUssTUFBTSxTQUFTLElBQUksWUFBWSxFQUFFLENBQUM7WUFDckMsNEVBQTRFO1lBQzVFLE1BQU0sVUFBVSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztZQUUvRSw0REFBNEQ7WUFDNUQsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssVUFBVSxFQUFFLENBQUM7Z0JBQy9ELHFCQUFxQixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxFQUFFO29CQUN4QyxNQUFNLENBQUMsR0FBRyxFQUFFO3dCQUNWLHdCQUF3Qjt3QkFDeEIsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7d0JBQ2pDLElBQUksU0FBUyxFQUFFLENBQUM7NEJBQ2Qsa0RBQWtEOzRCQUNsRCxTQUFTLENBQUMsU0FBUyxDQUFDLEdBQUcsS0FBSyxDQUFDO3dCQUMvQixDQUFDO29CQUNILENBQUMsQ0FBQyxDQUFDO2dCQUNMLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7SUFLSCxDQUFDOzhHQTVGVSxjQUFjO2tHQUFkLGNBQWMsNHRCQUxmLDJCQUEyQjs7MkZBSzFCLGNBQWM7a0JBUjFCLFNBQVM7bUJBQUM7b0JBQ1QsVUFBVSxFQUFFLElBQUk7b0JBQ2hCLFFBQVEsRUFBRSw0Q0FBNEM7b0JBQ3RELFFBQVEsRUFBRSwyQkFBMkI7b0JBQ3JDLFFBQVEsRUFBRSxtQkFBbUI7b0JBRTdCLGVBQWUsRUFBRSx1QkFBdUIsQ0FBQyxNQUFNO2lCQUNoRCIsInNvdXJjZXNDb250ZW50IjpbIlxuaW1wb3J0IHtcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgaW5wdXQsXG4gIG91dHB1dCxcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgZWZmZWN0LFxuICBydW5JbkluamVjdGlvbkNvbnRleHQsXG4gIGluamVjdCxcbiAgSW5qZWN0b3IsXG4gIGJvb2xlYW5BdHRyaWJ1dGUsXG4gIGNvbXB1dGVkLFxuICBzaWduYWxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L0NhbGVuZGFyTGVnZW5kLmpzJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgX0NhbGVuZGFyTGVnZW5kIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvQ2FsZW5kYXJMZWdlbmQuanMnO1xuaW1wb3J0IHsgVUk1Q3VzdG9tRXZlbnQgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZSc7XG5cblxuXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgc2VsZWN0b3I6ICd1aTUtY2FsZW5kYXItbGVnZW5kLCBbdWk1LWNhbGVuZGFyLWxlZ2VuZF0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNUNhbGVuZGFyTGVnZW5kJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQ2FsZW5kYXJMZWdlbmQgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICAvKipcbiAgICogSGlkZXMgdGhlIFRvZGF5IGl0ZW0gaW4gdGhlIGxlZ2VuZC5cbiAgICovXG4gIGhpZGVUb2RheSA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTtcblxuICAvKipcbiAgICogSGlkZXMgdGhlIFNlbGVjdGVkIGRheSBpdGVtIGluIHRoZSBsZWdlbmQuXG4gICAqL1xuICBoaWRlU2VsZWN0ZWREYXkgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIEhpZGVzIHRoZSBOb24tV29ya2luZyBkYXkgaXRlbSBpbiB0aGUgbGVnZW5kLlxuICAgKi9cbiAgaGlkZU5vbldvcmtpbmdEYXkgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIEhpZGVzIHRoZSBXb3JraW5nIGRheSBpdGVtIGluIHRoZSBsZWdlbmQuXG4gICAqL1xuICBoaWRlV29ya2luZ0RheSA9IGlucHV0KGZhbHNlLCB7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KTsgLy8gY2xhc3NOYW1lIGlzIG5vdyBwYXNzZWRcblxuXG5cblxuICAvKipcbiAgICogQXZhaWxhYmxlIHNsb3RzIGZvciBjb250ZW50IHByb2plY3Rpb24gaW4gdGhpcyBjb21wb25lbnQuXG4gICAqIFxuICAgKiBTbG90cyBhbGxvdyB5b3UgdG8gaW5zZXJ0IGN1c3RvbSBjb250ZW50IGludG8gcHJlZGVmaW5lZCBhcmVhcyBvZiB0aGUgd2ViIGNvbXBvbmVudC5cbiAgICogVXNlIHRoZSBgc2xvdGAgYXR0cmlidXRlIG9uIGNoaWxkIGVsZW1lbnRzIHRvIHRhcmdldCBzcGVjaWZpYyBzbG90cy5cbiAgICogXG4gICAqIC0gKiooZGVmYXVsdCkqKjogRGVmaW5lcyB0aGUgaXRlbXMgb2YgdGhlIGNvbXBvbmVudC5cbiAgICogXG4gICAqIEBleGFtcGxlXG4gICAqIGBgYGh0bWxcbiAgICogPHVpNS1jYWxlbmRhci1sZWdlbmQ+XG4gICAqICAgPGRpdiBzbG90PVwiaGVhZGVyXCI+Q3VzdG9tIGhlYWRlciBjb250ZW50PC9kaXY+XG4gICAqICAgPHA+RGVmYXVsdCBzbG90IGNvbnRlbnQ8L3A+XG4gICAqIDwvdWk1LWNhbGVuZGFyLWxlZ2VuZD5cbiAgICogYGBgXG4gICAqIFxuICAgKiBAcmVhZG9ubHlcbiAgICogQHNlZSB7QGxpbmsgaHR0cHM6Ly9kZXZlbG9wZXIubW96aWxsYS5vcmcvZW4tVVMvZG9jcy9XZWIvQVBJL1dlYl9jb21wb25lbnRzL1VzaW5nX3RlbXBsYXRlc19hbmRfc2xvdHMgfCBNRE4gV2ViIENvbXBvbmVudHMgU2xvdHN9XG4gICAqL1xuICByZWFkb25seSBzbG90cyA9IFtcbiAgICAgIHtcbiAgICAgICAgICBcIm5hbWVcIjogXCJkZWZhdWx0XCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIGl0ZW1zIG9mIHRoZSBjb21wb25lbnQuXCJcbiAgICAgIH1cbiAgXTtcblxuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9DYWxlbmRhckxlZ2VuZD4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHB1YmxpYyBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogX0NhbGVuZGFyTGVnZW5kIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICdoaWRlVG9kYXknLFxuICAgICAgJ2hpZGVTZWxlY3RlZERheScsXG4gICAgICAnaGlkZU5vbldvcmtpbmdEYXknLFxuICAgICAgJ2hpZGVXb3JraW5nRGF5JyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIFxuXG4gIH1cbn1cblxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWNhbGVuZGFyLWxlZ2VuZC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvdWk1LXdlYmNvbXBvbmVudHMvY2FsZW5kYXItbGVnZW5kL2Z1bmRhbWVudGFsLW5neC11aTUtd2ViY29tcG9uZW50cy1jYWxlbmRhci1sZWdlbmQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,189 @@
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/Calendar.js';
4
+
5
+ class Calendar {
6
+ constructor() {
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
+ this.selectionMode = input("Single", ...(ngDevMode ? [{ debugName: "selectionMode" }] : []));
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
+ this.hideWeekNumbers = input(false, ...(ngDevMode ? [{ debugName: "hideWeekNumbers", transform: booleanAttribute }] : [{ transform: booleanAttribute }]));
23
+ /**
24
+ * Sets a calendar type used for display.
25
+ If not set, the calendar type of the global configuration is used.
26
+ */
27
+ this.primaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "primaryCalendarType" }] : []));
28
+ /**
29
+ * Defines the secondary calendar type.
30
+ If not set, the calendar will only show the primary calendar type.
31
+ */
32
+ this.secondaryCalendarType = input(...(ngDevMode ? [undefined, { debugName: "secondaryCalendarType" }] : []));
33
+ /**
34
+ * Determines the format, displayed in the input field.
35
+ */
36
+ this.formatPattern = input(...(ngDevMode ? [undefined, { debugName: "formatPattern" }] : []));
37
+ /**
38
+ * Determines the format, displayed in the input field.
39
+ */
40
+ this.displayFormat = input(...(ngDevMode ? [undefined, { debugName: "displayFormat" }] : []));
41
+ /**
42
+ * Determines the format, used for the value attribute.
43
+ */
44
+ this.valueFormat = input(...(ngDevMode ? [undefined, { debugName: "valueFormat" }] : []));
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
+ this.minDate = input("", ...(ngDevMode ? [{ debugName: "minDate" }] : []));
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
+ this.maxDate = input("", ...(ngDevMode ? [{ debugName: "maxDate" }] : []));
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
+ this.calendarWeekNumbering = input("Default", ...(ngDevMode ? [{ debugName: "calendarWeekNumbering" }] : [])); // className is now passed
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
+ this.ui5SelectionChange = output();
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
+ this.slots = [
96
+ {
97
+ "name": "calendarLegend",
98
+ "description": "Defines the calendar legend of the component.",
99
+ "since": "1.23.0"
100
+ },
101
+ {
102
+ "name": "default",
103
+ "description": "Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection."
104
+ },
105
+ {
106
+ "name": "specialDates",
107
+ "description": "Defines the special dates, visually emphasized in the calendar.",
108
+ "since": "1.23.0"
109
+ },
110
+ {
111
+ "name": "disabledDates",
112
+ "description": "Defines the disabled date ranges that cannot be selected in the calendar.\nUse `ui5-date-range` elements to specify ranges of disabled dates.\nEach range can define a start date, an end date, or both.",
113
+ "since": "2.16.0"
114
+ }
115
+ ];
116
+ this.elementRef = inject(ElementRef);
117
+ this.injector = inject(Injector);
118
+ }
119
+ get element() {
120
+ return this.elementRef.nativeElement;
121
+ }
122
+ ngAfterViewInit() {
123
+ const wcElement = this.element;
124
+ const inputsToSync = [
125
+ 'selectionMode',
126
+ 'hideWeekNumbers',
127
+ 'primaryCalendarType',
128
+ 'secondaryCalendarType',
129
+ 'formatPattern',
130
+ 'displayFormat',
131
+ 'valueFormat',
132
+ 'minDate',
133
+ 'maxDate',
134
+ 'calendarWeekNumbering',
135
+ ];
136
+ // Synchronize inputs (properties)
137
+ for (const inputName of inputsToSync) {
138
+ // Find the corresponding camelCase signal property on the Angular component
139
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
140
+ // Use the Injector to run the effect in the correct context
141
+ if (this[signalName] && typeof this[signalName] === 'function') {
142
+ runInInjectionContext(this.injector, () => {
143
+ effect(() => {
144
+ // Read the signal value
145
+ const value = this[signalName]();
146
+ if (wcElement) {
147
+ // Write the value to the Web Component's property
148
+ wcElement[inputName] = value;
149
+ }
150
+ });
151
+ });
152
+ }
153
+ }
154
+ const outputsToSync = [
155
+ 'ui5SelectionChange',
156
+ ];
157
+ // Synchronize outputs (events)
158
+ for (const outputName of outputsToSync) {
159
+ // Map Angular output name to UI5 web component event name
160
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
161
+ // Ensure the output property exists and has an emit function before adding listener
162
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
163
+ // Cast the listener to the correct type to satisfy TypeScript
164
+ wcElement.addEventListener(eventName, (e) => {
165
+ this[outputName].emit(e);
166
+ });
167
+ }
168
+ }
169
+ }
170
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Calendar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
171
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: Calendar, isStandalone: true, selector: "ui5-calendar, [ui5-calendar]", inputs: { selectionMode: { classPropertyName: "selectionMode", publicName: "selectionMode", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: "hideWeekNumbers", publicName: "hideWeekNumbers", 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: { ui5SelectionChange: "ui5SelectionChange" }, exportAs: ["ui5Calendar"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
172
+ }
173
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: Calendar, decorators: [{
174
+ type: Component,
175
+ args: [{
176
+ standalone: true,
177
+ selector: 'ui5-calendar, [ui5-calendar]',
178
+ template: '<ng-content></ng-content>',
179
+ exportAs: 'ui5Calendar',
180
+ changeDetection: ChangeDetectionStrategy.OnPush,
181
+ }]
182
+ }] });
183
+
184
+ /**
185
+ * Generated bundle index. Do not edit.
186
+ */
187
+
188
+ export { Calendar };
189
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-calendar.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-calendar.mjs","sources":["../tmp-esm2022/calendar/index.js","../tmp-esm2022/calendar/fundamental-ngx-ui5-webcomponents-calendar.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/Calendar.js';\nimport * as i0 from \"@angular/core\";\nexport class Calendar {\n constructor() {\n /**\n * Defines the type of selection used in the calendar component.\n Accepted property values are:\n \n - `CalendarSelectionMode.Single` - enables a single date selection.(default value)\n - `CalendarSelectionMode.Range` - enables selection of a date range.\n - `CalendarSelectionMode.Multiple` - enables selection of multiple dates.\n */\n this.selectionMode = input(\"Single\", ...(ngDevMode ? [{ debugName: \"selectionMode\" }] : []));\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 * 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 selected dates change.\n \n **Note:** If you call `preventDefault()` for this event, the component will not\n create instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n */\n this.ui5SelectionChange = output();\n /**\n * Available slots for content projection in this component.\n *\n * Slots allow you to insert custom content into predefined areas of the web component.\n * Use the `slot` attribute on child elements to target specific slots.\n *\n * - **calendarLegend**: Defines the calendar legend of the component.\n * - **(default)**: Defines the selected date or dates (depending on the `selectionMode` property)\n for this calendar as instances of `ui5-date` or `ui5-date-range`.\n Use `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n * - **specialDates**: Defines the special dates, visually emphasized in the calendar.\n * - **disabledDates**: Defines the disabled date ranges that cannot be selected in the calendar.\n Use `ui5-date-range` elements to specify ranges of disabled dates.\n Each range can define a start date, an end date, or both.\n *\n * @example\n * ```html\n * <ui5-calendar>\n * <div slot=\"header\">Custom header content</div>\n * <p>Default slot content</p>\n * </ui5-calendar>\n * ```\n *\n * @readonly\n * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}\n */\n this.slots = [\n {\n \"name\": \"calendarLegend\",\n \"description\": \"Defines the calendar legend of the component.\",\n \"since\": \"1.23.0\"\n },\n {\n \"name\": \"default\",\n \"description\": \"Defines the selected date or dates (depending on the `selectionMode` property)\\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\"\n },\n {\n \"name\": \"specialDates\",\n \"description\": \"Defines the special dates, visually emphasized in the calendar.\",\n \"since\": \"1.23.0\"\n },\n {\n \"name\": \"disabledDates\",\n \"description\": \"Defines the disabled date ranges that cannot be selected in the calendar.\\nUse `ui5-date-range` elements to specify ranges of disabled dates.\\nEach range can define a start date, an end date, or both.\",\n \"since\": \"2.16.0\"\n }\n ];\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'selectionMode',\n 'hideWeekNumbers',\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 'ui5SelectionChange',\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: Calendar, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: Calendar, isStandalone: true, selector: \"ui5-calendar, [ui5-calendar]\", inputs: { selectionMode: { classPropertyName: \"selectionMode\", publicName: \"selectionMode\", isSignal: true, isRequired: false, transformFunction: null }, hideWeekNumbers: { classPropertyName: \"hideWeekNumbers\", publicName: \"hideWeekNumbers\", 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: { ui5SelectionChange: \"ui5SelectionChange\" }, exportAs: [\"ui5Calendar\"], 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: Calendar, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-calendar, [ui5-calendar]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5Calendar',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2NhbGVuZGFyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUVOLE1BQU0sRUFDTixxQkFBcUIsRUFDckIsTUFBTSxFQUNOLFFBQVEsRUFDUixnQkFBZ0IsRUFHakIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxxQ0FBcUMsQ0FBQzs7QUFnQjdDLE1BQU0sT0FBTyxRQUFRO0lBUnJCO1FBVUU7Ozs7Ozs7V0FPRztRQUNILGtCQUFhLEdBQUcsS0FBSyxDQUF1RCxRQUFRLHlEQUFDLENBQUM7UUFFdEY7Ozs7O1dBS0c7UUFDSCxvQkFBZSxHQUFHLEtBQUssQ0FBQyxLQUFLLG1EQUFJLFNBQVMsRUFBRSxnQkFBZ0IsT0FBN0IsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUUsR0FBQyxDQUFDO1FBRWhFOzs7V0FHRztRQUNILHdCQUFtQixHQUFHLEtBQUsseUVBQThELENBQUM7UUFFMUY7OztXQUdHO1FBQ0gsMEJBQXFCLEdBQUcsS0FBSywyRUFBZ0UsQ0FBQztRQUU5Rjs7V0FFRztRQUNILGtCQUFhLEdBQUcsS0FBSyxtRUFBd0QsQ0FBQztRQUU5RTs7V0FFRztRQUNILGtCQUFhLEdBQUcsS0FBSyxtRUFBd0QsQ0FBQztRQUU5RTs7V0FFRztRQUNILGdCQUFXLEdBQUcsS0FBSyxpRUFBc0QsQ0FBQztRQUUxRTs7OztXQUlHO1FBQ0gsWUFBTyxHQUFHLEtBQUssQ0FBaUQsRUFBRSxtREFBQyxDQUFDO1FBRXBFOzs7O1dBSUc7UUFDSCxZQUFPLEdBQUcsS0FBSyxDQUFpRCxFQUFFLG1EQUFDLENBQUM7UUFFcEU7OztXQUdHO1FBQ0gsMEJBQXFCLEdBQUcsS0FBSyxDQUErRCxTQUFTLGlFQUFDLENBQUMs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QUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBcUIsQ0FBQyxDQUFDO2dCQUMvQyxDQUFDLENBQUMsQ0FBQztZQUNMLENBQUM7UUFDSCxDQUFDO0lBR0gsQ0FBQzs4R0E3TFUsUUFBUTtrR0FBUixRQUFRLG9uREFMVCwyQkFBMkI7OzJGQUsxQixRQUFRO2tCQVJwQixTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsOEJBQThCO29CQUN4QyxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUsYUFBYTtvQkFFdkIsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBBZnRlclZpZXdJbml0LFxuICBlZmZlY3QsXG4gIHJ1bkluSW5qZWN0aW9uQ29udGV4dCxcbiAgaW5qZWN0LFxuICBJbmplY3RvcixcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgY29tcHV0ZWQsXG4gIHNpZ25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvQ2FsZW5kYXIuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBfQ2FsZW5kYXIgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC9DYWxlbmRhci5qcyc7XG5pbXBvcnQgeyBVSTVDdXN0b21FdmVudCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1iYXNlJztcblxuaW1wb3J0IHsgZGVmYXVsdCBhcyBDYWxlbmRhclNlbGVjdGlvbk1vZGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMvZGlzdC90eXBlcy9DYWxlbmRhclNlbGVjdGlvbk1vZGUuanMnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBDYWxlbmRhclR5cGUgfSBmcm9tICdAdWk1L3dlYmNvbXBvbmVudHMtYmFzZS9kaXN0L3R5cGVzL0NhbGVuZGFyVHlwZS5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIENhbGVuZGFyV2Vla051bWJlcmluZyB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy9kaXN0L3R5cGVzL0NhbGVuZGFyV2Vla051bWJlcmluZy5qcyc7XG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS1jYWxlbmRhciwgW3VpNS1jYWxlbmRhcl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNUNhbGVuZGFyJyxcblxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbn0pXG5leHBvcnQgY2xhc3MgQ2FsZW5kYXIgaW1wbGVtZW50cyBBZnRlclZpZXdJbml0IHtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdHlwZSBvZiBzZWxlY3Rpb24gdXNlZCBpbiB0aGUgY2FsZW5kYXIgY29tcG9uZW50LlxuQWNjZXB0ZWQgcHJvcGVydHkgdmFsdWVzIGFyZTpcblxuLSBgQ2FsZW5kYXJTZWxlY3Rpb25Nb2RlLlNpbmdsZWAgLSBlbmFibGVzIGEgc2luZ2xlIGRhdGUgc2VsZWN0aW9uLihkZWZhdWx0IHZhbHVlKVxuLSBgQ2FsZW5kYXJTZWxlY3Rpb25Nb2RlLlJhbmdlYCAtIGVuYWJsZXMgc2VsZWN0aW9uIG9mIGEgZGF0ZSByYW5nZS5cbi0gYENhbGVuZGFyU2VsZWN0aW9uTW9kZS5NdWx0aXBsZWAgLSBlbmFibGVzIHNlbGVjdGlvbiBvZiBtdWx0aXBsZSBkYXRlcy5cbiAgICovXG4gIHNlbGVjdGlvbk1vZGUgPSBpbnB1dDx0eXBlb2YgX0NhbGVuZGFyLnByb3RvdHlwZS5zZWxlY3Rpb25Nb2RlIHwgdW5kZWZpbmVkPihcIlNpbmdsZVwiKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgdmlzaWJpbGl0eSBvZiB0aGUgd2VlayBudW1iZXJzIGNvbHVtbi5cblxuKipOb3RlOioqIEZvciBjYWxlbmRhcnMgb3RoZXIgdGhhbiBHcmVnb3JpYW4sXG50aGUgd2VlayBudW1iZXJzIGFyZSBub3QgZGlzcGxheWVkIHJlZ2FyZGxlc3Mgb2Ygd2hhdCBpcyBzZXQuXG4gICAqL1xuICBoaWRlV2Vla051bWJlcnMgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7XG5cbiAgLyoqXG4gICAqIFNldHMgYSBjYWxlbmRhciB0eXBlIHVzZWQgZm9yIGRpc3BsYXkuXG5JZiBub3Qgc2V0LCB0aGUgY2FsZW5kYXIgdHlwZSBvZiB0aGUgZ2xvYmFsIGNvbmZpZ3VyYXRpb24gaXMgdXNlZC5cbiAgICovXG4gIHByaW1hcnlDYWxlbmRhclR5cGUgPSBpbnB1dDx0eXBlb2YgX0NhbGVuZGFyLnByb3RvdHlwZS5wcmltYXJ5Q2FsZW5kYXJUeXBlIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBzZWNvbmRhcnkgY2FsZW5kYXIgdHlwZS5cbklmIG5vdCBzZXQsIHRoZSBjYWxlbmRhciB3aWxsIG9ubHkgc2hvdyB0aGUgcHJpbWFyeSBjYWxlbmRhciB0eXBlLlxuICAgKi9cbiAgc2Vjb25kYXJ5Q2FsZW5kYXJUeXBlID0gaW5wdXQ8dHlwZW9mIF9DYWxlbmRhci5wcm90b3R5cGUuc2Vjb25kYXJ5Q2FsZW5kYXJUeXBlIHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZXRlcm1pbmVzIHRoZSBmb3JtYXQsIGRpc3BsYXllZCBpbiB0aGUgaW5wdXQgZmllbGQuXG4gICAqL1xuICBmb3JtYXRQYXR0ZXJuID0gaW5wdXQ8dHlwZW9mIF9DYWxlbmRhci5wcm90b3R5cGUuZm9ybWF0UGF0dGVybiB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGV0ZXJtaW5lcyB0aGUgZm9ybWF0LCBkaXNwbGF5ZWQgaW4gdGhlIGlucHV0IGZpZWxkLlxuICAgKi9cbiAgZGlzcGxheUZvcm1hdCA9IGlucHV0PHR5cGVvZiBfQ2FsZW5kYXIucHJvdG90eXBlLmRpc3BsYXlGb3JtYXQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIGZvcm1hdCwgdXNlZCBmb3IgdGhlIHZhbHVlIGF0dHJpYnV0ZS5cbiAgICovXG4gIHZhbHVlRm9ybWF0ID0gaW5wdXQ8dHlwZW9mIF9DYWxlbmRhci5wcm90b3R5cGUudmFsdWVGb3JtYXQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIG1pbmltdW0gZGF0ZSBhdmFpbGFibGUgZm9yIHNlbGVjdGlvbi5cblxuKipOb3RlOioqIElmIHRoZSBmb3JtYXRQYXR0ZXJuIHByb3BlcnR5IGlzIG5vdCBzZXQsIHRoZSBtaW5EYXRlIHZhbHVlIG11c3QgYmUgcHJvdmlkZWQgaW4gdGhlIElTTyBkYXRlIGZvcm1hdCAoeXl5eS1NTS1kZCkuXG4gICAqL1xuICBtaW5EYXRlID0gaW5wdXQ8dHlwZW9mIF9DYWxlbmRhci5wcm90b3R5cGUubWluRGF0ZSB8IHVuZGVmaW5lZD4oXCJcIik7XG5cbiAgLyoqXG4gICAqIERldGVybWluZXMgdGhlIG1heGltdW0gZGF0ZSBhdmFpbGFibGUgZm9yIHNlbGVjdGlvbi5cblxuKipOb3RlOioqIElmIHRoZSBmb3JtYXRQYXR0ZXJuIHByb3BlcnR5IGlzIG5vdCBzZXQsIHRoZSBtYXhEYXRlIHZhbHVlIG11c3QgYmUgcHJvdmlkZWQgaW4gdGhlIElTTyBkYXRlIGZvcm1hdCAoeXl5eS1NTS1kZCkuXG4gICAqL1xuICBtYXhEYXRlID0gaW5wdXQ8dHlwZW9mIF9DYWxlbmRhci5wcm90b3R5cGUubWF4RGF0ZSB8IHVuZGVmaW5lZD4oXCJcIik7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgaG93IHRvIGNhbGN1bGF0ZSBjYWxlbmRhciB3ZWVrcyBhbmQgZmlyc3QgZGF5IG9mIHRoZSB3ZWVrLlxuSWYgbm90IHNldCwgdGhlIGNhbGVuZGFyIHdpbGwgYmUgZGlzcGxheWVkIGFjY29yZGluZyB0byB0aGUgY3VycmVudGx5IHNldCBnbG9iYWwgY29uZmlndXJhdGlvbi5cbiAgICovXG4gIGNhbGVuZGFyV2Vla051bWJlcmluZyA9IGlucHV0PHR5cGVvZiBfQ2FsZW5kYXIucHJvdG90eXBlLmNhbGVuZGFyV2Vla051bWJlcmluZyB8IHVuZGVmaW5lZD4oXCJEZWZhdWx0XCIpOyAvLyBjbGFzc05hbWUgaXMgbm93IHBhc3NlZFxuXG5cblxuICAvKipcbiAgICogRmlyZWQgd2hlbiB0aGUgc2VsZWN0ZWQgZGF0ZXMgY2hhbmdlLlxuXG4qKk5vdGU6KiogSWYgeW91IGNhbGwgYHByZXZlbnREZWZhdWx0KClgIGZvciB0aGlzIGV2ZW50LCB0aGUgY29tcG9uZW50IHdpbGwgbm90XG5jcmVhdGUgaW5zdGFuY2VzIG9mIGB1aTUtZGF0ZWAgZm9yIHRoZSBuZXdseSBzZWxlY3RlZCBkYXRlcy4gSW4gdGhhdCBjYXNlIHlvdSBzaG91bGQgZG8gdGhpcyBtYW51YWxseS5cbiAgICovXG4gIHVpNVNlbGVjdGlvbkNoYW5nZSA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfQ2FsZW5kYXIsICdzZWxlY3Rpb24tY2hhbmdlJz4+KCk7XG5cbiAgLyoqXG4gICAqIEF2YWlsYWJsZSBzbG90cyBmb3IgY29udGVudCBwcm9qZWN0aW9uIGluIHRoaXMgY29tcG9uZW50LlxuICAgKiBcbiAgICogU2xvdHMgYWxsb3cgeW91IHRvIGluc2VydCBjdXN0b20gY29udGVudCBpbnRvIHByZWRlZmluZWQgYXJlYXMgb2YgdGhlIHdlYiBjb21wb25lbnQuXG4gICAqIFVzZSB0aGUgYHNsb3RgIGF0dHJpYnV0ZSBvbiBjaGlsZCBlbGVtZW50cyB0byB0YXJnZXQgc3BlY2lmaWMgc2xvdHMuXG4gICAqIFxuICAgKiAtICoqY2FsZW5kYXJMZWdlbmQqKjogRGVmaW5lcyB0aGUgY2FsZW5kYXIgbGVnZW5kIG9mIHRoZSBjb21wb25lbnQuXG4gICAqIC0gKiooZGVmYXVsdCkqKjogRGVmaW5lcyB0aGUgc2VsZWN0ZWQgZGF0ZSBvciBkYXRlcyAoZGVwZW5kaW5nIG9uIHRoZSBgc2VsZWN0aW9uTW9kZWAgcHJvcGVydHkpXG5mb3IgdGhpcyBjYWxlbmRhciBhcyBpbnN0YW5jZXMgb2YgYHVpNS1kYXRlYCBvciBgdWk1LWRhdGUtcmFuZ2VgLlxuVXNlIGB1aTUtZGF0ZWAgZm9yIHNpbmdsZSBvciBtdWx0aXBsZSBzZWxlY3Rpb24sIGFuZCBgdWk1LWRhdGUtcmFuZ2VgIGZvciByYW5nZSBzZWxlY3Rpb24uXG4gICAqIC0gKipzcGVjaWFsRGF0ZXMqKjogRGVmaW5lcyB0aGUgc3BlY2lhbCBkYXRlcywgdmlzdWFsbHkgZW1waGFzaXplZCBpbiB0aGUgY2FsZW5kYXIuXG4gICAqIC0gKipkaXNhYmxlZERhdGVzKio6IERlZmluZXMgdGhlIGRpc2FibGVkIGRhdGUgcmFuZ2VzIHRoYXQgY2Fubm90IGJlIHNlbGVjdGVkIGluIHRoZSBjYWxlbmRhci5cblVzZSBgdWk1LWRhdGUtcmFuZ2VgIGVsZW1lbnRzIHRvIHNwZWNpZnkgcmFuZ2VzIG9mIGRpc2FibGVkIGRhdGVzLlxuRWFjaCByYW5nZSBjYW4gZGVmaW5lIGEgc3RhcnQgZGF0ZSwgYW4gZW5kIGRhdGUsIG9yIGJvdGguXG4gICAqIFxuICAgKiBAZXhhbXBsZVxuICAgKiBgYGBodG1sXG4gICAqIDx1aTUtY2FsZW5kYXI+XG4gICAqICAgPGRpdiBzbG90PVwiaGVhZGVyXCI+Q3VzdG9tIGhlYWRlciBjb250ZW50PC9kaXY+XG4gICAqICAgPHA+RGVmYXVsdCBzbG90IGNvbnRlbnQ8L3A+XG4gICAqIDwvdWk1LWNhbGVuZGFyPlxuICAgKiBgYGBcbiAgICogXG4gICAqIEByZWFkb25seVxuICAgKiBAc2VlIHtAbGluayBodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZy9lbi1VUy9kb2NzL1dlYi9BUEkvV2ViX2NvbXBvbmVudHMvVXNpbmdfdGVtcGxhdGVzX2FuZF9zbG90cyB8IE1ETiBXZWIgQ29tcG9uZW50cyBTbG90c31cbiAgICovXG4gIHJlYWRvbmx5IHNsb3RzID0gW1xuICAgICAge1xuICAgICAgICAgIFwibmFtZVwiOiBcImNhbGVuZGFyTGVnZW5kXCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIGNhbGVuZGFyIGxlZ2VuZCBvZiB0aGUgY29tcG9uZW50LlwiLFxuICAgICAgICAgIFwic2luY2VcIjogXCIxLjIzLjBcIlxuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgICBcIm5hbWVcIjogXCJkZWZhdWx0XCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIHNlbGVjdGVkIGRhdGUgb3IgZGF0ZXMgKGRlcGVuZGluZyBvbiB0aGUgYHNlbGVjdGlvbk1vZGVgIHByb3BlcnR5KVxcbmZvciB0aGlzIGNhbGVuZGFyIGFzIGluc3RhbmNlcyBvZiBgdWk1LWRhdGVgIG9yIGB1aTUtZGF0ZS1yYW5nZWAuXFxuVXNlIGB1aTUtZGF0ZWAgZm9yIHNpbmdsZSBvciBtdWx0aXBsZSBzZWxlY3Rpb24sIGFuZCBgdWk1LWRhdGUtcmFuZ2VgIGZvciByYW5nZSBzZWxlY3Rpb24uXCJcbiAgICAgIH0sXG4gICAgICB7XG4gICAgICAgICAgXCJuYW1lXCI6IFwic3BlY2lhbERhdGVzXCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIHNwZWNpYWwgZGF0ZXMsIHZpc3VhbGx5IGVtcGhhc2l6ZWQgaW4gdGhlIGNhbGVuZGFyLlwiLFxuICAgICAgICAgIFwic2luY2VcIjogXCIxLjIzLjBcIlxuICAgICAgfSxcbiAgICAgIHtcbiAgICAgICAgICBcIm5hbWVcIjogXCJkaXNhYmxlZERhdGVzXCIsXG4gICAgICAgICAgXCJkZXNjcmlwdGlvblwiOiBcIkRlZmluZXMgdGhlIGRpc2FibGVkIGRhdGUgcmFuZ2VzIHRoYXQgY2Fubm90IGJlIHNlbGVjdGVkIGluIHRoZSBjYWxlbmRhci5cXG5Vc2UgYHVpNS1kYXRlLXJhbmdlYCBlbGVtZW50cyB0byBzcGVjaWZ5IHJhbmdlcyBvZiBkaXNhYmxlZCBkYXRlcy5cXG5FYWNoIHJhbmdlIGNhbiBkZWZpbmUgYSBzdGFydCBkYXRlLCBhbiBlbmQgZGF0ZSwgb3IgYm90aC5cIixcbiAgICAgICAgICBcInNpbmNlXCI6IFwiMi4xNi4wXCJcbiAgICAgIH1cbiAgXTtcblxuXG4gIHB1YmxpYyBlbGVtZW50UmVmOiBFbGVtZW50UmVmPF9DYWxlbmRhcj4gPSBpbmplY3QoRWxlbWVudFJlZik7XG4gIHB1YmxpYyBpbmplY3RvciA9IGluamVjdChJbmplY3Rvcik7XG5cbiAgZ2V0IGVsZW1lbnQoKTogX0NhbGVuZGFyIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICdzZWxlY3Rpb25Nb2RlJyxcbiAgICAgICdoaWRlV2Vla051bWJlcnMnLFxuICAgICAgJ3ByaW1hcnlDYWxlbmRhclR5cGUnLFxuICAgICAgJ3NlY29uZGFyeUNhbGVuZGFyVHlwZScsXG4gICAgICAnZm9ybWF0UGF0dGVybicsXG4gICAgICAnZGlzcGxheUZvcm1hdCcsXG4gICAgICAndmFsdWVGb3JtYXQnLFxuICAgICAgJ21pbkRhdGUnLFxuICAgICAgJ21heERhdGUnLFxuICAgICAgJ2NhbGVuZGFyV2Vla051bWJlcmluZycsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBpbnB1dHMgKHByb3BlcnRpZXMpXG4gICAgZm9yIChjb25zdCBpbnB1dE5hbWUgb2YgaW5wdXRzVG9TeW5jKSB7XG4gICAgICAvLyBGaW5kIHRoZSBjb3JyZXNwb25kaW5nIGNhbWVsQ2FzZSBzaWduYWwgcHJvcGVydHkgb24gdGhlIEFuZ3VsYXIgY29tcG9uZW50XG4gICAgICBjb25zdCBzaWduYWxOYW1lID0gaW5wdXROYW1lLnJlcGxhY2UoLy0uL2csICh4OiBzdHJpbmcpID0+IHhbMV0udG9VcHBlckNhc2UoKSk7XG5cbiAgICAgIC8vIFVzZSB0aGUgSW5qZWN0b3IgdG8gcnVuIHRoZSBlZmZlY3QgaW4gdGhlIGNvcnJlY3QgY29udGV4dFxuICAgICAgaWYgKHRoaXNbc2lnbmFsTmFtZV0gJiYgdHlwZW9mIHRoaXNbc2lnbmFsTmFtZV0gPT09ICdmdW5jdGlvbicpIHtcbiAgICAgICAgcnVuSW5JbmplY3Rpb25Db250ZXh0KHRoaXMuaW5qZWN0b3IsICgpID0+IHtcbiAgICAgICAgICBlZmZlY3QoKCkgPT4ge1xuICAgICAgICAgICAgLy8gUmVhZCB0aGUgc2lnbmFsIHZhbHVlXG4gICAgICAgICAgICBjb25zdCB2YWx1ZSA9IHRoaXNbc2lnbmFsTmFtZV0oKTtcbiAgICAgICAgICAgIGlmICh3Y0VsZW1lbnQpIHtcbiAgICAgICAgICAgICAgLy8gV3JpdGUgdGhlIHZhbHVlIHRvIHRoZSBXZWIgQ29tcG9uZW50J3MgcHJvcGVydHlcbiAgICAgICAgICAgICAgd2NFbGVtZW50W2lucHV0TmFtZV0gPSB2YWx1ZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcbiAgICBcbiAgICBjb25zdCBvdXRwdXRzVG9TeW5jID0gW1xuICAgICAgJ3VpNVNlbGVjdGlvbkNoYW5nZScsXG4gICAgXTtcbiAgICBcbiAgICAvLyBTeW5jaHJvbml6ZSBvdXRwdXRzIChldmVudHMpXG4gICAgZm9yIChjb25zdCBvdXRwdXROYW1lIG9mIG91dHB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIE1hcCBBbmd1bGFyIG91dHB1dCBuYW1lIHRvIFVJNSB3ZWIgY29tcG9uZW50IGV2ZW50IG5hbWVcbiAgICAgIGNvbnN0IGV2ZW50TmFtZSA9IG91dHB1dE5hbWUucmVwbGFjZSgndWk1JywgJycpLnJlcGxhY2UoLyhbQS1aXSkvZywgJy0kMScpLnRvTG93ZXJDYXNlKCkuc3Vic3RyaW5nKDEpO1xuICAgICAgLy8gRW5zdXJlIHRoZSBvdXRwdXQgcHJvcGVydHkgZXhpc3RzIGFuZCBoYXMgYW4gZW1pdCBmdW5jdGlvbiBiZWZvcmUgYWRkaW5nIGxpc3RlbmVyXG4gICAgICBpZiAodGhpc1tvdXRwdXROYW1lXSAmJiB0eXBlb2YgdGhpc1tvdXRwdXROYW1lXS5lbWl0ID09PSAnZnVuY3Rpb24nICYmIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKSB7XG4gICAgICAgIC8vIENhc3QgdGhlIGxpc3RlbmVyIHRvIHRoZSBjb3JyZWN0IHR5cGUgdG8gc2F0aXNmeSBUeXBlU2NyaXB0XG4gICAgICAgIHdjRWxlbWVudC5hZGRFdmVudExpc3RlbmVyKGV2ZW50TmFtZSwgKGUpID0+IHtcblxuICAgICAgICAgIHRoaXNbb3V0cHV0TmFtZV0uZW1pdChlIGFzIEN1c3RvbUV2ZW50PGFueT4pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuXG4gIH1cbn1cblxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWNhbGVuZGFyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtd2ViY29tcG9uZW50cy9jYWxlbmRhci9mdW5kYW1lbnRhbC1uZ3gtdWk1LXdlYmNvbXBvbmVudHMtY2FsZW5kYXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}
@@ -0,0 +1,127 @@
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/CardHeader.js';
4
+
5
+ class CardHeader {
6
+ constructor() {
7
+ /**
8
+ * Defines the title text.
9
+ */
10
+ this.titleText = input(...(ngDevMode ? [undefined, { debugName: "titleText" }] : []));
11
+ /**
12
+ * Defines the subtitle text.
13
+ */
14
+ this.subtitleText = input(...(ngDevMode ? [undefined, { debugName: "subtitleText" }] : []));
15
+ /**
16
+ * Defines the additional text.
17
+ */
18
+ this.additionalText = input(...(ngDevMode ? [undefined, { debugName: "additionalText" }] : []));
19
+ /**
20
+ * Defines if the component would be interactive,
21
+ e.g gets hover effect and `click` event is fired, when pressed.
22
+ */
23
+ this.interactive = input(false, ...(ngDevMode ? [{ debugName: "interactive", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed
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
+ this.ui5Click = output();
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
+ this.slots = [
51
+ {
52
+ "name": "avatar",
53
+ "description": "Defines an avatar image, displayed in the left most part of the header."
54
+ },
55
+ {
56
+ "name": "action",
57
+ "description": "Defines an action, displayed in the right most part of the header."
58
+ }
59
+ ];
60
+ this.elementRef = inject(ElementRef);
61
+ this.injector = inject(Injector);
62
+ }
63
+ get element() {
64
+ return this.elementRef.nativeElement;
65
+ }
66
+ ngAfterViewInit() {
67
+ const wcElement = this.element;
68
+ const inputsToSync = [
69
+ 'titleText',
70
+ 'subtitleText',
71
+ 'additionalText',
72
+ 'interactive',
73
+ ];
74
+ // Synchronize inputs (properties)
75
+ for (const inputName of inputsToSync) {
76
+ // Find the corresponding camelCase signal property on the Angular component
77
+ const signalName = inputName.replace(/-./g, (x) => x[1].toUpperCase());
78
+ // Use the Injector to run the effect in the correct context
79
+ if (this[signalName] && typeof this[signalName] === 'function') {
80
+ runInInjectionContext(this.injector, () => {
81
+ effect(() => {
82
+ // Read the signal value
83
+ const value = this[signalName]();
84
+ if (wcElement) {
85
+ // Write the value to the Web Component's property
86
+ wcElement[inputName] = value;
87
+ }
88
+ });
89
+ });
90
+ }
91
+ }
92
+ const outputsToSync = [
93
+ 'ui5Click',
94
+ ];
95
+ // Synchronize outputs (events)
96
+ for (const outputName of outputsToSync) {
97
+ // Map Angular output name to UI5 web component event name
98
+ const eventName = outputName.replace('ui5', '').replace(/([A-Z])/g, '-$1').toLowerCase().substring(1);
99
+ // Ensure the output property exists and has an emit function before adding listener
100
+ if (this[outputName] && typeof this[outputName].emit === 'function' && wcElement.addEventListener) {
101
+ // Cast the listener to the correct type to satisfy TypeScript
102
+ wcElement.addEventListener(eventName, (e) => {
103
+ this[outputName].emit(e);
104
+ });
105
+ }
106
+ }
107
+ }
108
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CardHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
109
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "20.1.4", type: CardHeader, isStandalone: true, selector: "ui5-card-header, [ui5-card-header]", inputs: { titleText: { classPropertyName: "titleText", publicName: "titleText", isSignal: true, isRequired: false, transformFunction: null }, subtitleText: { classPropertyName: "subtitleText", publicName: "subtitleText", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: "additionalText", publicName: "additionalText", isSignal: true, isRequired: false, transformFunction: null }, interactive: { classPropertyName: "interactive", publicName: "interactive", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: "ui5Click" }, exportAs: ["ui5CardHeader"], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
110
+ }
111
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.4", ngImport: i0, type: CardHeader, decorators: [{
112
+ type: Component,
113
+ args: [{
114
+ standalone: true,
115
+ selector: 'ui5-card-header, [ui5-card-header]',
116
+ template: '<ng-content></ng-content>',
117
+ exportAs: 'ui5CardHeader',
118
+ changeDetection: ChangeDetectionStrategy.OnPush,
119
+ }]
120
+ }] });
121
+
122
+ /**
123
+ * Generated bundle index. Do not edit.
124
+ */
125
+
126
+ export { CardHeader };
127
+ //# sourceMappingURL=fundamental-ngx-ui5-webcomponents-card-header.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fundamental-ngx-ui5-webcomponents-card-header.mjs","sources":["../tmp-esm2022/card-header/index.js","../tmp-esm2022/card-header/fundamental-ngx-ui5-webcomponents-card-header.js"],"sourcesContent":["import { ChangeDetectionStrategy, Component, ElementRef, input, output, effect, runInInjectionContext, inject, Injector, booleanAttribute } from '@angular/core';\nimport '@ui5/webcomponents/dist/CardHeader.js';\nimport * as i0 from \"@angular/core\";\nexport class CardHeader {\n constructor() {\n /**\n * Defines the title text.\n */\n this.titleText = input(...(ngDevMode ? [undefined, { debugName: \"titleText\" }] : []));\n /**\n * Defines the subtitle text.\n */\n this.subtitleText = input(...(ngDevMode ? [undefined, { debugName: \"subtitleText\" }] : []));\n /**\n * Defines the additional text.\n */\n this.additionalText = input(...(ngDevMode ? [undefined, { debugName: \"additionalText\" }] : []));\n /**\n * Defines if the component would be interactive,\n e.g gets hover effect and `click` event is fired, when pressed.\n */\n this.interactive = input(false, ...(ngDevMode ? [{ debugName: \"interactive\", transform: booleanAttribute }] : [{ transform: booleanAttribute }])); // className is now passed\n /**\n * Fired when the component is activated by mouse/tap or by using the Enter or Space key.\n \n **Note:** The event would be fired only if the `interactive` property is set to true.\n */\n this.ui5Click = output();\n /**\n * Available slots for content projection in this component.\n *\n * Slots allow you to insert custom content into predefined areas of the web component.\n * Use the `slot` attribute on child elements to target specific slots.\n *\n * - **avatar**: Defines an avatar image, displayed in the left most part of the header.\n * - **action**: Defines an action, displayed in the right most part of the header.\n *\n * @example\n * ```html\n * <ui5-card-header>\n * <div slot=\"header\">Custom header content</div>\n * <p>Default slot content</p>\n * </ui5-card-header>\n * ```\n *\n * @readonly\n * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_templates_and_slots | MDN Web Components Slots}\n */\n this.slots = [\n {\n \"name\": \"avatar\",\n \"description\": \"Defines an avatar image, displayed in the left most part of the header.\"\n },\n {\n \"name\": \"action\",\n \"description\": \"Defines an action, displayed in the right most part of the header.\"\n }\n ];\n this.elementRef = inject(ElementRef);\n this.injector = inject(Injector);\n }\n get element() {\n return this.elementRef.nativeElement;\n }\n ngAfterViewInit() {\n const wcElement = this.element;\n const inputsToSync = [\n 'titleText',\n 'subtitleText',\n 'additionalText',\n 'interactive',\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 'ui5Click',\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: CardHeader, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.1.0\", version: \"20.1.4\", type: CardHeader, isStandalone: true, selector: \"ui5-card-header, [ui5-card-header]\", inputs: { titleText: { classPropertyName: \"titleText\", publicName: \"titleText\", isSignal: true, isRequired: false, transformFunction: null }, subtitleText: { classPropertyName: \"subtitleText\", publicName: \"subtitleText\", isSignal: true, isRequired: false, transformFunction: null }, additionalText: { classPropertyName: \"additionalText\", publicName: \"additionalText\", isSignal: true, isRequired: false, transformFunction: null }, interactive: { classPropertyName: \"interactive\", publicName: \"interactive\", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { ui5Click: \"ui5Click\" }, exportAs: [\"ui5CardHeader\"], 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: CardHeader, decorators: [{\n type: Component,\n args: [{\n standalone: true,\n selector: 'ui5-card-header, [ui5-card-header]',\n template: '<ng-content></ng-content>',\n exportAs: 'ui5CardHeader',\n changeDetection: ChangeDetectionStrategy.OnPush,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL3VpNS13ZWJjb21wb25lbnRzL2NhcmQtaGVhZGVyL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFDTCx1QkFBdUIsRUFDdkIsU0FBUyxFQUNULFVBQVUsRUFDVixLQUFLLEVBQ0wsTUFBTSxFQUVOLE1BQU0sRUFDTixxQkFBcUIsRUFDckIsTUFBTSxFQUNOLFFBQVEsRUFDUixnQkFBZ0IsRUFHakIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyx1Q0FBdUMsQ0FBQzs7QUFjL0MsTUFBTSxPQUFPLFVBQVU7SUFSdkI7UUFVRTs7V0FFRztRQUNILGNBQVMsR0FBRyxLQUFLLCtEQUFzRCxDQUFDO1FBRXhFOztXQUVHO1FBQ0gsaUJBQVksR0FBRyxLQUFLLGtFQUF5RCxDQUFDO1FBRTlFOztXQUVHO1FBQ0gsbUJBQWMsR0FBRyxLQUFLLG9FQUEyRCxDQUFDO1FBRWxGOzs7V0FHRztRQUNILGdCQUFXLEdBQUcsS0FBSyxDQUFDLEtBQUssK0NBQUksU0FBUyxFQUFFLGdCQUFnQixPQUE3QixFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRSxHQUFDLENBQUMsQ0FBQywwQkFBMEI7UUFJdkY7Ozs7V0FJRztRQUNILGFBQVEsR0FBRyxNQUFNLEVBQXdDLENBQUM7UUFFMUQ7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7V0FtQkc7UUFDTSxVQUFLLEdBQUc7WUFDYjtnQkFDSSxNQUFNLEVBQUUsUUFBUTtnQkFDaEIsYUFBYSxFQUFFLHlFQUF5RTthQUMzRjtZQUNEO2dCQUNJLE1BQU0sRUFBRSxRQUFRO2dCQUNoQixhQUFhLEVBQUUsb0VBQW9FO2FBQ3RGO1NBQ0osQ0FBQztRQUdLLGVBQVUsR0FBNEIsTUFBTSxDQUFDLFVBQVUsQ0FBQyxDQUFDO1FBQ3pELGFBQVEsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUM7S0F5RHBDO0lBdkRDLElBQUksT0FBTztRQUNULE9BQU8sSUFBSSxDQUFDLFVBQVUsQ0FBQyxhQUFhLENBQUM7SUFDdkMsQ0FBQztJQUVELGVBQWU7UUFDYixNQUFNLFNBQVMsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDO1FBRS9CLE1BQU0sWUFBWSxHQUFHO1lBQ25CLFdBQVc7WUFDWCxjQUFjO1lBQ2QsZ0JBQWdCO1lBQ2hCLGFBQWE7U0FDZCxDQUFDO1FBRUYsa0NBQWtDO1FBQ2xDLEtBQUssTUFBTSxTQUFTLElBQUksWUFBWSxFQUFFLENBQUM7WUFDckMsNEVBQTRFO1lBQzVFLE1BQU0sVUFBVSxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBUyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLENBQUMsQ0FBQztZQUUvRSw0REFBNEQ7WUFDNUQsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssVUFBVSxFQUFFLENBQUM7Z0JBQy9ELHFCQUFxQixDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsR0FBRyxFQUFFO29CQUN4QyxNQUFNLENBQUMsR0FBRyxFQUFFO3dCQUNWLHdCQUF3Qjt3QkFDeEIsTUFBTSxLQUFLLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxFQUFFLENBQUM7d0JBQ2pDLElBQUksU0FBUyxFQUFFLENBQUM7NEJBQ2Qsa0RBQWtEOzRCQUNsRCxTQUFTLENBQUMsU0FBUyxDQUFDLEdBQUcsS0FBSyxDQUFDO3dCQUMvQixDQUFDO29CQUNILENBQUMsQ0FBQyxDQUFDO2dCQUNMLENBQUMsQ0FBQyxDQUFDO1lBQ0wsQ0FBQztRQUNILENBQUM7UUFHRCxNQUFNLGFBQWEsR0FBRztZQUNwQixVQUFVO1NBQ1gsQ0FBQztRQUVGLCtCQUErQjtRQUMvQixLQUFLLE1BQU0sVUFBVSxJQUFJLGFBQWEsRUFBRSxDQUFDO1lBQ3ZDLDBEQUEwRDtZQUMxRCxNQUFNLFNBQVMsR0FBRyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQyxPQUFPLENBQUMsVUFBVSxFQUFFLEtBQUssQ0FBQyxDQUFDLFdBQVcsRUFBRSxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQztZQUN0RyxvRkFBb0Y7WUFDcEYsSUFBSSxJQUFJLENBQUMsVUFBVSxDQUFDLElBQUksT0FBTyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsSUFBSSxLQUFLLFVBQVUsSUFBSSxTQUFTLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztnQkFDbEcsOERBQThEO2dCQUM5RCxTQUFTLENBQUMsZ0JBQWdCLENBQUMsU0FBUyxFQUFFLENBQUMsQ0FBQyxFQUFFLEVBQUU7b0JBRTFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxJQUFJLENBQUMsQ0FBcUIsQ0FBQyxDQUFDO2dCQUMvQyxDQUFDLENBQUMsQ0FBQztZQUNMLENBQUM7UUFDSCxDQUFDO0lBR0gsQ0FBQzs4R0F6SFUsVUFBVTtrR0FBVixVQUFVLHd0QkFMWCwyQkFBMkI7OzJGQUsxQixVQUFVO2tCQVJ0QixTQUFTO21CQUFDO29CQUNULFVBQVUsRUFBRSxJQUFJO29CQUNoQixRQUFRLEVBQUUsb0NBQW9DO29CQUM5QyxRQUFRLEVBQUUsMkJBQTJCO29CQUNyQyxRQUFRLEVBQUUsZUFBZTtvQkFFekIsZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07aUJBQ2hEIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFbGVtZW50UmVmLFxuICBpbnB1dCxcbiAgb3V0cHV0LFxuICBBZnRlclZpZXdJbml0LFxuICBlZmZlY3QsXG4gIHJ1bkluSW5qZWN0aW9uQ29udGV4dCxcbiAgaW5qZWN0LFxuICBJbmplY3RvcixcbiAgYm9vbGVhbkF0dHJpYnV0ZSxcbiAgY29tcHV0ZWQsXG4gIHNpZ25hbFxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvQ2FyZEhlYWRlci5qcyc7XG5pbXBvcnQgeyBkZWZhdWx0IGFzIF9DYXJkSGVhZGVyIH0gZnJvbSAnQHVpNS93ZWJjb21wb25lbnRzL2Rpc3QvQ2FyZEhlYWRlci5qcyc7XG5pbXBvcnQgeyBVSTVDdXN0b21FdmVudCB9IGZyb20gJ0B1aTUvd2ViY29tcG9uZW50cy1iYXNlJztcblxuXG5cbkBDb21wb25lbnQoe1xuICBzdGFuZGFsb25lOiB0cnVlLFxuICBzZWxlY3RvcjogJ3VpNS1jYXJkLWhlYWRlciwgW3VpNS1jYXJkLWhlYWRlcl0nLFxuICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICBleHBvcnRBczogJ3VpNUNhcmRIZWFkZXInLFxuXG4gIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBDYXJkSGVhZGVyIGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgdGhlIHRpdGxlIHRleHQuXG4gICAqL1xuICB0aXRsZVRleHQgPSBpbnB1dDx0eXBlb2YgX0NhcmRIZWFkZXIucHJvdG90eXBlLnRpdGxlVGV4dCB8IHVuZGVmaW5lZD4oKTtcblxuICAvKipcbiAgICogRGVmaW5lcyB0aGUgc3VidGl0bGUgdGV4dC5cbiAgICovXG4gIHN1YnRpdGxlVGV4dCA9IGlucHV0PHR5cGVvZiBfQ2FyZEhlYWRlci5wcm90b3R5cGUuc3VidGl0bGVUZXh0IHwgdW5kZWZpbmVkPigpO1xuXG4gIC8qKlxuICAgKiBEZWZpbmVzIHRoZSBhZGRpdGlvbmFsIHRleHQuXG4gICAqL1xuICBhZGRpdGlvbmFsVGV4dCA9IGlucHV0PHR5cGVvZiBfQ2FyZEhlYWRlci5wcm90b3R5cGUuYWRkaXRpb25hbFRleHQgfCB1bmRlZmluZWQ+KCk7XG5cbiAgLyoqXG4gICAqIERlZmluZXMgaWYgdGhlIGNvbXBvbmVudCB3b3VsZCBiZSBpbnRlcmFjdGl2ZSxcbmUuZyBnZXRzIGhvdmVyIGVmZmVjdCBhbmQgYGNsaWNrYCBldmVudCBpcyBmaXJlZCwgd2hlbiBwcmVzc2VkLlxuICAgKi9cbiAgaW50ZXJhY3RpdmUgPSBpbnB1dChmYWxzZSwgeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSk7IC8vIGNsYXNzTmFtZSBpcyBub3cgcGFzc2VkXG5cblxuXG4gIC8qKlxuICAgKiBGaXJlZCB3aGVuIHRoZSBjb21wb25lbnQgaXMgYWN0aXZhdGVkIGJ5IG1vdXNlL3RhcCBvciBieSB1c2luZyB0aGUgRW50ZXIgb3IgU3BhY2Uga2V5LlxuXG4qKk5vdGU6KiogVGhlIGV2ZW50IHdvdWxkIGJlIGZpcmVkIG9ubHkgaWYgdGhlIGBpbnRlcmFjdGl2ZWAgcHJvcGVydHkgaXMgc2V0IHRvIHRydWUuXG4gICAqL1xuICB1aTVDbGljayA9IG91dHB1dDxVSTVDdXN0b21FdmVudDxfQ2FyZEhlYWRlciwgJ2NsaWNrJz4+KCk7XG5cbiAgLyoqXG4gICAqIEF2YWlsYWJsZSBzbG90cyBmb3IgY29udGVudCBwcm9qZWN0aW9uIGluIHRoaXMgY29tcG9uZW50LlxuICAgKiBcbiAgICogU2xvdHMgYWxsb3cgeW91IHRvIGluc2VydCBjdXN0b20gY29udGVudCBpbnRvIHByZWRlZmluZWQgYXJlYXMgb2YgdGhlIHdlYiBjb21wb25lbnQuXG4gICAqIFVzZSB0aGUgYHNsb3RgIGF0dHJpYnV0ZSBvbiBjaGlsZCBlbGVtZW50cyB0byB0YXJnZXQgc3BlY2lmaWMgc2xvdHMuXG4gICAqIFxuICAgKiAtICoqYXZhdGFyKio6IERlZmluZXMgYW4gYXZhdGFyIGltYWdlLCBkaXNwbGF5ZWQgaW4gdGhlIGxlZnQgbW9zdCBwYXJ0IG9mIHRoZSBoZWFkZXIuXG4gICAqIC0gKiphY3Rpb24qKjogRGVmaW5lcyBhbiBhY3Rpb24sIGRpc3BsYXllZCBpbiB0aGUgcmlnaHQgbW9zdCBwYXJ0IG9mIHRoZSBoZWFkZXIuXG4gICAqIFxuICAgKiBAZXhhbXBsZVxuICAgKiBgYGBodG1sXG4gICAqIDx1aTUtY2FyZC1oZWFkZXI+XG4gICAqICAgPGRpdiBzbG90PVwiaGVhZGVyXCI+Q3VzdG9tIGhlYWRlciBjb250ZW50PC9kaXY+XG4gICAqICAgPHA+RGVmYXVsdCBzbG90IGNvbnRlbnQ8L3A+XG4gICAqIDwvdWk1LWNhcmQtaGVhZGVyPlxuICAgKiBgYGBcbiAgICogXG4gICAqIEByZWFkb25seVxuICAgKiBAc2VlIHtAbGluayBodHRwczovL2RldmVsb3Blci5tb3ppbGxhLm9yZy9lbi1VUy9kb2NzL1dlYi9BUEkvV2ViX2NvbXBvbmVudHMvVXNpbmdfdGVtcGxhdGVzX2FuZF9zbG90cyB8IE1ETiBXZWIgQ29tcG9uZW50cyBTbG90c31cbiAgICovXG4gIHJlYWRvbmx5IHNsb3RzID0gW1xuICAgICAge1xuICAgICAgICAgIFwibmFtZVwiOiBcImF2YXRhclwiLFxuICAgICAgICAgIFwiZGVzY3JpcHRpb25cIjogXCJEZWZpbmVzIGFuIGF2YXRhciBpbWFnZSwgZGlzcGxheWVkIGluIHRoZSBsZWZ0IG1vc3QgcGFydCBvZiB0aGUgaGVhZGVyLlwiXG4gICAgICB9LFxuICAgICAge1xuICAgICAgICAgIFwibmFtZVwiOiBcImFjdGlvblwiLFxuICAgICAgICAgIFwiZGVzY3JpcHRpb25cIjogXCJEZWZpbmVzIGFuIGFjdGlvbiwgZGlzcGxheWVkIGluIHRoZSByaWdodCBtb3N0IHBhcnQgb2YgdGhlIGhlYWRlci5cIlxuICAgICAgfVxuICBdO1xuXG5cbiAgcHVibGljIGVsZW1lbnRSZWY6IEVsZW1lbnRSZWY8X0NhcmRIZWFkZXI+ID0gaW5qZWN0KEVsZW1lbnRSZWYpO1xuICBwdWJsaWMgaW5qZWN0b3IgPSBpbmplY3QoSW5qZWN0b3IpO1xuXG4gIGdldCBlbGVtZW50KCk6IF9DYXJkSGVhZGVyIHtcbiAgICByZXR1cm4gdGhpcy5lbGVtZW50UmVmLm5hdGl2ZUVsZW1lbnQ7XG4gIH1cblxuICBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgY29uc3Qgd2NFbGVtZW50ID0gdGhpcy5lbGVtZW50O1xuICAgIFxuICAgIGNvbnN0IGlucHV0c1RvU3luYyA9IFtcbiAgICAgICd0aXRsZVRleHQnLFxuICAgICAgJ3N1YnRpdGxlVGV4dCcsXG4gICAgICAnYWRkaXRpb25hbFRleHQnLFxuICAgICAgJ2ludGVyYWN0aXZlJyxcbiAgICBdO1xuICAgIFxuICAgIC8vIFN5bmNocm9uaXplIGlucHV0cyAocHJvcGVydGllcylcbiAgICBmb3IgKGNvbnN0IGlucHV0TmFtZSBvZiBpbnB1dHNUb1N5bmMpIHtcbiAgICAgIC8vIEZpbmQgdGhlIGNvcnJlc3BvbmRpbmcgY2FtZWxDYXNlIHNpZ25hbCBwcm9wZXJ0eSBvbiB0aGUgQW5ndWxhciBjb21wb25lbnRcbiAgICAgIGNvbnN0IHNpZ25hbE5hbWUgPSBpbnB1dE5hbWUucmVwbGFjZSgvLS4vZywgKHg6IHN0cmluZykgPT4geFsxXS50b1VwcGVyQ2FzZSgpKTtcblxuICAgICAgLy8gVXNlIHRoZSBJbmplY3RvciB0byBydW4gdGhlIGVmZmVjdCBpbiB0aGUgY29ycmVjdCBjb250ZXh0XG4gICAgICBpZiAodGhpc1tzaWduYWxOYW1lXSAmJiB0eXBlb2YgdGhpc1tzaWduYWxOYW1lXSA9PT0gJ2Z1bmN0aW9uJykge1xuICAgICAgICBydW5JbkluamVjdGlvbkNvbnRleHQodGhpcy5pbmplY3RvciwgKCkgPT4ge1xuICAgICAgICAgIGVmZmVjdCgoKSA9PiB7XG4gICAgICAgICAgICAvLyBSZWFkIHRoZSBzaWduYWwgdmFsdWVcbiAgICAgICAgICAgIGNvbnN0IHZhbHVlID0gdGhpc1tzaWduYWxOYW1lXSgpO1xuICAgICAgICAgICAgaWYgKHdjRWxlbWVudCkge1xuICAgICAgICAgICAgICAvLyBXcml0ZSB0aGUgdmFsdWUgdG8gdGhlIFdlYiBDb21wb25lbnQncyBwcm9wZXJ0eVxuICAgICAgICAgICAgICB3Y0VsZW1lbnRbaW5wdXROYW1lXSA9IHZhbHVlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgIH0pO1xuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9XG4gIFxuICAgIFxuICAgIGNvbnN0IG91dHB1dHNUb1N5bmMgPSBbXG4gICAgICAndWk1Q2xpY2snLFxuICAgIF07XG4gICAgXG4gICAgLy8gU3luY2hyb25pemUgb3V0cHV0cyAoZXZlbnRzKVxuICAgIGZvciAoY29uc3Qgb3V0cHV0TmFtZSBvZiBvdXRwdXRzVG9TeW5jKSB7XG4gICAgICAvLyBNYXAgQW5ndWxhciBvdXRwdXQgbmFtZSB0byBVSTUgd2ViIGNvbXBvbmVudCBldmVudCBuYW1lXG4gICAgICBjb25zdCBldmVudE5hbWUgPSBvdXRwdXROYW1lLnJlcGxhY2UoJ3VpNScsICcnKS5yZXBsYWNlKC8oW0EtWl0pL2csICctJDEnKS50b0xvd2VyQ2FzZSgpLnN1YnN0cmluZygxKTtcbiAgICAgIC8vIEVuc3VyZSB0aGUgb3V0cHV0IHByb3BlcnR5IGV4aXN0cyBhbmQgaGFzIGFuIGVtaXQgZnVuY3Rpb24gYmVmb3JlIGFkZGluZyBsaXN0ZW5lclxuICAgICAgaWYgKHRoaXNbb3V0cHV0TmFtZV0gJiYgdHlwZW9mIHRoaXNbb3V0cHV0TmFtZV0uZW1pdCA9PT0gJ2Z1bmN0aW9uJyAmJiB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcikge1xuICAgICAgICAvLyBDYXN0IHRoZSBsaXN0ZW5lciB0byB0aGUgY29ycmVjdCB0eXBlIHRvIHNhdGlzZnkgVHlwZVNjcmlwdFxuICAgICAgICB3Y0VsZW1lbnQuYWRkRXZlbnRMaXN0ZW5lcihldmVudE5hbWUsIChlKSA9PiB7XG5cbiAgICAgICAgICB0aGlzW291dHB1dE5hbWVdLmVtaXQoZSBhcyBDdXN0b21FdmVudDxhbnk+KTtcbiAgICAgICAgfSk7XG4gICAgICB9XG4gICAgfVxuICBcblxuICB9XG59XG5cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZnVuZGFtZW50YWwtbmd4LXVpNS13ZWJjb21wb25lbnRzLWNhcmQtaGVhZGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy91aTUtd2ViY29tcG9uZW50cy9jYXJkLWhlYWRlci9mdW5kYW1lbnRhbC1uZ3gtdWk1LXdlYmNvbXBvbmVudHMtY2FyZC1oZWFkZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0="],"names":[],"mappings":"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"}