@fundamental-ngx/core 0.44.1-rc.3 → 0.45.0

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 (500) hide show
  1. package/action-sheet/action-sheet.module.d.ts +5 -6
  2. package/action-sheet/index.d.ts +0 -1
  3. package/avatar/avatar.component.d.ts +1 -6
  4. package/bar/bar.module.d.ts +4 -6
  5. package/bar/directives/bar-element.directive.d.ts +1 -6
  6. package/bar/index.d.ts +0 -2
  7. package/breadcrumb/breadcrumb.component.d.ts +1 -9
  8. package/breadcrumb/breadcrumb.module.d.ts +12 -13
  9. package/breadcrumb/index.d.ts +0 -1
  10. package/button/button.module.d.ts +4 -5
  11. package/button/index.d.ts +0 -1
  12. package/calendar/calendar.module.d.ts +5 -6
  13. package/calendar/index.d.ts +0 -1
  14. package/card/card.module.d.ts +6 -7
  15. package/card/index.d.ts +0 -1
  16. package/carousel/carousel.component.d.ts +1 -13
  17. package/checkbox/checkbox.module.d.ts +4 -5
  18. package/checkbox/index.d.ts +0 -1
  19. package/combobox/combobox.module.d.ts +12 -13
  20. package/combobox/index.d.ts +0 -1
  21. package/content-density/index.d.ts +0 -4
  22. package/date-picker/date-picker.component.d.ts +1 -62
  23. package/date-picker/date-picker.module.d.ts +12 -13
  24. package/date-picker/index.d.ts +0 -1
  25. package/datetime-picker/datetime-picker.component.d.ts +1 -49
  26. package/datetime-picker/datetime-picker.module.d.ts +14 -15
  27. package/datetime-picker/index.d.ts +0 -1
  28. package/dialog/dialog.module.d.ts +14 -16
  29. package/dialog/index.d.ts +0 -2
  30. package/dialog/utils/dialog-config.class.d.ts +0 -2
  31. package/dynamic-page/dynamic-page.module.d.ts +10 -11
  32. package/dynamic-page/index.d.ts +0 -1
  33. package/esm2022/action-sheet/action-sheet.module.mjs +3 -8
  34. package/esm2022/action-sheet/index.mjs +1 -2
  35. package/esm2022/avatar/avatar.component.mjs +3 -13
  36. package/esm2022/bar/bar.module.mjs +3 -13
  37. package/esm2022/bar/directives/bar-element.directive.mjs +3 -16
  38. package/esm2022/bar/index.mjs +1 -3
  39. package/esm2022/breadcrumb/breadcrumb.component.mjs +5 -19
  40. package/esm2022/breadcrumb/breadcrumb.module.mjs +6 -18
  41. package/esm2022/breadcrumb/index.mjs +1 -2
  42. package/esm2022/button/button.module.mjs +4 -5
  43. package/esm2022/button/index.mjs +1 -2
  44. package/esm2022/calendar/calendar.module.mjs +3 -8
  45. package/esm2022/calendar/index.mjs +1 -2
  46. package/esm2022/card/card.module.mjs +4 -8
  47. package/esm2022/card/index.mjs +1 -2
  48. package/esm2022/carousel/carousel.component.mjs +4 -30
  49. package/esm2022/checkbox/checkbox.module.mjs +4 -5
  50. package/esm2022/checkbox/index.mjs +1 -2
  51. package/esm2022/combobox/combobox-mobile/combobox-mobile.component.mjs +1 -1
  52. package/esm2022/combobox/combobox.component.mjs +1 -1
  53. package/esm2022/combobox/combobox.module.mjs +6 -8
  54. package/esm2022/combobox/index.mjs +1 -2
  55. package/esm2022/content-density/index.mjs +1 -5
  56. package/esm2022/date-picker/date-picker.component.mjs +4 -104
  57. package/esm2022/date-picker/date-picker.module.mjs +5 -6
  58. package/esm2022/date-picker/index.mjs +1 -2
  59. package/esm2022/datetime-picker/datetime-picker.component.mjs +4 -83
  60. package/esm2022/datetime-picker/datetime-picker.module.mjs +5 -6
  61. package/esm2022/datetime-picker/index.mjs +1 -2
  62. package/esm2022/dialog/dialog-default/dialog-default.component.mjs +1 -1
  63. package/esm2022/dialog/dialog-header/dialog-header.component.mjs +1 -1
  64. package/esm2022/dialog/dialog.component.mjs +3 -3
  65. package/esm2022/dialog/dialog.module.mjs +1 -9
  66. package/esm2022/dialog/index.mjs +1 -3
  67. package/esm2022/dialog/utils/dialog-config.class.mjs +1 -1
  68. package/esm2022/dynamic-page/dynamic-page-header/actions/dynamic-page-title-content.component.mjs +1 -1
  69. package/esm2022/dynamic-page/dynamic-page-header/header/dynamic-page-header.component.mjs +1 -1
  70. package/esm2022/dynamic-page/dynamic-page.module.mjs +3 -8
  71. package/esm2022/dynamic-page/index.mjs +1 -2
  72. package/esm2022/facets/facet/facet.component.mjs +1 -1
  73. package/esm2022/feed-list-item/components/item/feed-list-item.component.mjs +14 -40
  74. package/esm2022/file-uploader/file-uploader.module.mjs +4 -23
  75. package/esm2022/file-uploader/index.mjs +1 -2
  76. package/esm2022/form/form-control/form-control.module.mjs +4 -23
  77. package/esm2022/form/form-label/form-label.component.mjs +3 -40
  78. package/esm2022/form/form-message/form-message.component.mjs +1 -1
  79. package/esm2022/form/form-message/popover-form-message.service.mjs +1 -1
  80. package/esm2022/form/index.mjs +1 -2
  81. package/esm2022/fundamental-ngx.module.mjs +1 -5
  82. package/esm2022/grid-list/components/grid-list-filter-bar/grid-list-filter-bar.component.mjs +1 -1
  83. package/esm2022/grid-list/components/grid-list-title-bar/grid-list-title-bar.component.mjs +1 -1
  84. package/esm2022/index.mjs +1 -2
  85. package/esm2022/inline-help/inline-help.directive.mjs +3 -18
  86. package/esm2022/input-group/index.mjs +1 -2
  87. package/esm2022/input-group/input-group.component.mjs +6 -28
  88. package/esm2022/input-group/input-group.module.mjs +1 -6
  89. package/esm2022/link/link.component.mjs +5 -8
  90. package/esm2022/list/index.mjs +1 -2
  91. package/esm2022/list/list-item/list-item.component.mjs +3 -46
  92. package/esm2022/list/list-message.directive.mjs +1 -1
  93. package/esm2022/list/list.module.mjs +3 -8
  94. package/esm2022/menu/index.mjs +1 -2
  95. package/esm2022/menu/menu-mobile/menu-mobile.component.mjs +1 -1
  96. package/esm2022/menu/menu.module.mjs +3 -8
  97. package/esm2022/message-box/index.mjs +1 -3
  98. package/esm2022/message-box/message-box-default/message-box-default.component.mjs +1 -1
  99. package/esm2022/message-box/message-box-header/message-box-header.component.mjs +1 -1
  100. package/esm2022/message-box/message-box.module.mjs +3 -11
  101. package/esm2022/message-strip/alert/message-strip-alert/message-strip-alert.component.mjs +3 -3
  102. package/esm2022/message-strip/alert/message-strip-alert.service.mjs +8 -2
  103. package/esm2022/message-strip/message-strip.component.mjs +3 -16
  104. package/esm2022/micro-process-flow/index.mjs +1 -2
  105. package/esm2022/micro-process-flow/micro-process-flow.module.mjs +5 -10
  106. package/esm2022/multi-combobox/mobile/mobile-multi-combobox.component.mjs +1 -1
  107. package/esm2022/multi-combobox/multi-combobox.component.mjs +1 -1
  108. package/esm2022/multi-combobox/select-all-toggler/select-all-toggler.component.mjs +1 -1
  109. package/esm2022/multi-input/index.mjs +1 -2
  110. package/esm2022/multi-input/multi-input-mobile/multi-input-mobile.component.mjs +1 -1
  111. package/esm2022/multi-input/multi-input.component.mjs +1 -1
  112. package/esm2022/multi-input/multi-input.module.mjs +6 -8
  113. package/esm2022/nested-list/index.mjs +1 -2
  114. package/esm2022/nested-list/nested-list.module.mjs +3 -8
  115. package/esm2022/object-number/object-number.component.mjs +3 -3
  116. package/esm2022/overflow-layout/overflow-layout.component.mjs +3 -3
  117. package/esm2022/pagination/index.mjs +1 -2
  118. package/esm2022/pagination/pagination.component.mjs +8 -186
  119. package/esm2022/pagination/pagination.module.mjs +6 -7
  120. package/esm2022/panel/index.mjs +1 -2
  121. package/esm2022/panel/panel.module.mjs +4 -15
  122. package/esm2022/popover/base/base-popover.class.mjs +2 -33
  123. package/esm2022/popover/popover.component.mjs +1 -19
  124. package/esm2022/product-switch/product-switch/product-switch.component.mjs +4 -17
  125. package/esm2022/product-switch/product-switch-body/product-switch-body.component.mjs +1 -1
  126. package/esm2022/product-switch/product-switch-body/product-switch.item.mjs +1 -1
  127. package/esm2022/quick-view/quick-view-group-item-label/quick-view-group-item-label.component.mjs +1 -1
  128. package/esm2022/quick-view/quick-view-title/quick-view-title.component.mjs +1 -1
  129. package/esm2022/radio/index.mjs +1 -2
  130. package/esm2022/radio/radio.module.mjs +4 -5
  131. package/esm2022/rating-indicator/components/rating-indicator.component.mjs +3 -3
  132. package/esm2022/select/index.mjs +1 -2
  133. package/esm2022/select/select.component.mjs +1 -1
  134. package/esm2022/select/select.module.mjs +5 -6
  135. package/esm2022/shellbar/index.mjs +1 -2
  136. package/esm2022/shellbar/shellbar-actions/shellbar-actions.component.mjs +3 -17
  137. package/esm2022/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.mjs +3 -5
  138. package/esm2022/shellbar/shellbar.module.mjs +3 -8
  139. package/esm2022/shellbar/user-menu/shellbar-user-menu.component.mjs +1 -1
  140. package/esm2022/slider/index.mjs +1 -2
  141. package/esm2022/slider/slider.component.mjs +3 -49
  142. package/esm2022/slider/slider.module.mjs +4 -5
  143. package/esm2022/split-button/index.mjs +1 -2
  144. package/esm2022/split-button/split-button.component.mjs +3 -27
  145. package/esm2022/split-button/split-button.module.mjs +4 -5
  146. package/esm2022/splitter/splitter-pagination/splitter-pagination.component.mjs +3 -10
  147. package/esm2022/splitter/splitter.component.mjs +2 -16
  148. package/esm2022/step-input/index.mjs +1 -2
  149. package/esm2022/step-input/step-input.component.mjs +5 -31
  150. package/esm2022/step-input/step-input.module.mjs +5 -6
  151. package/esm2022/switch/index.mjs +1 -2
  152. package/esm2022/switch/switch.component.mjs +5 -43
  153. package/esm2022/switch/switch.module.mjs +4 -5
  154. package/esm2022/table/index.mjs +1 -3
  155. package/esm2022/table/table.module.mjs +3 -13
  156. package/esm2022/tabs/index.mjs +1 -2
  157. package/esm2022/tabs/tab-item-expand/tab-item-expand.component.mjs +8 -22
  158. package/esm2022/tabs/tab-list.component.mjs +5 -18
  159. package/esm2022/tabs/tabs.module.mjs +3 -8
  160. package/esm2022/text/text.component.mjs +3 -29
  161. package/esm2022/time/index.mjs +1 -3
  162. package/esm2022/time/time.component.mjs +8 -65
  163. package/esm2022/time/time.module.mjs +5 -6
  164. package/esm2022/time-picker/index.mjs +1 -2
  165. package/esm2022/time-picker/time-picker.component.mjs +1 -1
  166. package/esm2022/time-picker/time-picker.module.mjs +6 -22
  167. package/esm2022/timeline/components/timeline-node-body/timeline-node-body.component.mjs +1 -1
  168. package/esm2022/timeline/timeline.component.mjs +1 -1
  169. package/esm2022/token/index.mjs +1 -2
  170. package/esm2022/token/token.component.mjs +4 -30
  171. package/esm2022/token/token.module.mjs +5 -24
  172. package/esm2022/token/tokenizer.component.mjs +3 -3
  173. package/esm2022/toolbar/toolbar.component.mjs +8 -24
  174. package/esm2022/tree/tree.component.mjs +1 -1
  175. package/esm2022/upload-collection/upload-collection-button-group/upload-collection-button-group.component.mjs +9 -87
  176. package/esm2022/upload-collection/upload-collection-form-item/upload-collection-form-item.component.mjs +9 -21
  177. package/esm2022/upload-collection/upload-collection-item.directive.mjs +4 -3
  178. package/esm2022/upload-collection/upload-collection-simple.directives.mjs +22 -15
  179. package/esm2022/upload-collection/upload-collection.component.mjs +5 -4
  180. package/esm2022/upload-collection/upload-collection.module.mjs +7 -13
  181. package/esm2022/wizard/index.mjs +1 -2
  182. package/esm2022/wizard/wizard.module.mjs +3 -8
  183. package/feed-list-item/components/item/feed-list-item.component.d.ts +9 -25
  184. package/fesm2022/fundamental-ngx-core-action-sheet.mjs +5 -36
  185. package/fesm2022/fundamental-ngx-core-action-sheet.mjs.map +1 -1
  186. package/fesm2022/fundamental-ngx-core-avatar.mjs +2 -12
  187. package/fesm2022/fundamental-ngx-core-avatar.mjs.map +1 -1
  188. package/fesm2022/fundamental-ngx-core-bar.mjs +7 -81
  189. package/fesm2022/fundamental-ngx-core-bar.mjs.map +1 -1
  190. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs +11 -63
  191. package/fesm2022/fundamental-ngx-core-breadcrumb.mjs.map +1 -1
  192. package/fesm2022/fundamental-ngx-core-button.mjs +6 -33
  193. package/fesm2022/fundamental-ngx-core-button.mjs.map +1 -1
  194. package/fesm2022/fundamental-ngx-core-calendar.mjs +4 -35
  195. package/fesm2022/fundamental-ngx-core-calendar.mjs.map +1 -1
  196. package/fesm2022/fundamental-ngx-core-card.mjs +6 -36
  197. package/fesm2022/fundamental-ngx-core-card.mjs.map +1 -1
  198. package/fesm2022/fundamental-ngx-core-carousel.mjs +3 -29
  199. package/fesm2022/fundamental-ngx-core-carousel.mjs.map +1 -1
  200. package/fesm2022/fundamental-ngx-core-checkbox.mjs +6 -33
  201. package/fesm2022/fundamental-ngx-core-checkbox.mjs.map +1 -1
  202. package/fesm2022/fundamental-ngx-core-combobox.mjs +9 -37
  203. package/fesm2022/fundamental-ngx-core-combobox.mjs.map +1 -1
  204. package/fesm2022/fundamental-ngx-core-content-density.mjs +1 -148
  205. package/fesm2022/fundamental-ngx-core-content-density.mjs.map +1 -1
  206. package/fesm2022/fundamental-ngx-core-date-picker.mjs +10 -137
  207. package/fesm2022/fundamental-ngx-core-date-picker.mjs.map +1 -1
  208. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs +10 -116
  209. package/fesm2022/fundamental-ngx-core-datetime-picker.mjs.map +1 -1
  210. package/fesm2022/fundamental-ngx-core-dialog.mjs +6 -57
  211. package/fesm2022/fundamental-ngx-core-dialog.mjs.map +1 -1
  212. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs +7 -38
  213. package/fesm2022/fundamental-ngx-core-dynamic-page.mjs.map +1 -1
  214. package/fesm2022/fundamental-ngx-core-facets.mjs +1 -1
  215. package/fesm2022/fundamental-ngx-core-facets.mjs.map +1 -1
  216. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs +13 -39
  217. package/fesm2022/fundamental-ngx-core-feed-list-item.mjs.map +1 -1
  218. package/fesm2022/fundamental-ngx-core-file-uploader.mjs +5 -50
  219. package/fesm2022/fundamental-ngx-core-file-uploader.mjs.map +1 -1
  220. package/fesm2022/fundamental-ngx-core-form.mjs +7 -88
  221. package/fesm2022/fundamental-ngx-core-form.mjs.map +1 -1
  222. package/fesm2022/fundamental-ngx-core-grid-list.mjs +2 -2
  223. package/fesm2022/fundamental-ngx-core-grid-list.mjs.map +1 -1
  224. package/fesm2022/fundamental-ngx-core-inline-help.mjs +2 -17
  225. package/fesm2022/fundamental-ngx-core-inline-help.mjs.map +1 -1
  226. package/fesm2022/fundamental-ngx-core-input-group.mjs +8 -60
  227. package/fesm2022/fundamental-ngx-core-input-group.mjs.map +1 -1
  228. package/fesm2022/fundamental-ngx-core-link.mjs +4 -7
  229. package/fesm2022/fundamental-ngx-core-link.mjs.map +1 -1
  230. package/fesm2022/fundamental-ngx-core-list.mjs +6 -80
  231. package/fesm2022/fundamental-ngx-core-list.mjs.map +1 -1
  232. package/fesm2022/fundamental-ngx-core-menu.mjs +7 -38
  233. package/fesm2022/fundamental-ngx-core-menu.mjs.map +1 -1
  234. package/fesm2022/fundamental-ngx-core-message-box.mjs +7 -59
  235. package/fesm2022/fundamental-ngx-core-message-box.mjs.map +1 -1
  236. package/fesm2022/fundamental-ngx-core-message-strip.mjs +11 -19
  237. package/fesm2022/fundamental-ngx-core-message-strip.mjs.map +1 -1
  238. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs +7 -38
  239. package/fesm2022/fundamental-ngx-core-micro-process-flow.mjs.map +1 -1
  240. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs +3 -3
  241. package/fesm2022/fundamental-ngx-core-multi-combobox.mjs.map +1 -1
  242. package/fesm2022/fundamental-ngx-core-multi-input.mjs +9 -36
  243. package/fesm2022/fundamental-ngx-core-multi-input.mjs.map +1 -1
  244. package/fesm2022/fundamental-ngx-core-nested-list.mjs +4 -34
  245. package/fesm2022/fundamental-ngx-core-nested-list.mjs.map +1 -1
  246. package/fesm2022/fundamental-ngx-core-object-number.mjs +2 -2
  247. package/fesm2022/fundamental-ngx-core-object-number.mjs.map +1 -1
  248. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs +2 -2
  249. package/fesm2022/fundamental-ngx-core-overflow-layout.mjs.map +1 -1
  250. package/fesm2022/fundamental-ngx-core-pagination.mjs +14 -219
  251. package/fesm2022/fundamental-ngx-core-pagination.mjs.map +1 -1
  252. package/fesm2022/fundamental-ngx-core-panel.mjs +6 -43
  253. package/fesm2022/fundamental-ngx-core-panel.mjs.map +1 -1
  254. package/fesm2022/fundamental-ngx-core-popover.mjs +2 -50
  255. package/fesm2022/fundamental-ngx-core-popover.mjs.map +1 -1
  256. package/fesm2022/fundamental-ngx-core-product-switch.mjs +6 -18
  257. package/fesm2022/fundamental-ngx-core-product-switch.mjs.map +1 -1
  258. package/fesm2022/fundamental-ngx-core-quick-view.mjs +2 -2
  259. package/fesm2022/fundamental-ngx-core-quick-view.mjs.map +1 -1
  260. package/fesm2022/fundamental-ngx-core-radio.mjs +6 -33
  261. package/fesm2022/fundamental-ngx-core-radio.mjs.map +1 -1
  262. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs +2 -2
  263. package/fesm2022/fundamental-ngx-core-rating-indicator.mjs.map +1 -1
  264. package/fesm2022/fundamental-ngx-core-select.mjs +7 -34
  265. package/fesm2022/fundamental-ngx-core-select.mjs.map +1 -1
  266. package/fesm2022/fundamental-ngx-core-shellbar.mjs +11 -57
  267. package/fesm2022/fundamental-ngx-core-shellbar.mjs.map +1 -1
  268. package/fesm2022/fundamental-ngx-core-slider.mjs +8 -70
  269. package/fesm2022/fundamental-ngx-core-slider.mjs.map +1 -1
  270. package/fesm2022/fundamental-ngx-core-split-button.mjs +8 -59
  271. package/fesm2022/fundamental-ngx-core-split-button.mjs.map +1 -1
  272. package/fesm2022/fundamental-ngx-core-splitter.mjs +4 -24
  273. package/fesm2022/fundamental-ngx-core-splitter.mjs.map +1 -1
  274. package/fesm2022/fundamental-ngx-core-step-input.mjs +11 -64
  275. package/fesm2022/fundamental-ngx-core-step-input.mjs.map +1 -1
  276. package/fesm2022/fundamental-ngx-core-switch.mjs +9 -74
  277. package/fesm2022/fundamental-ngx-core-switch.mjs.map +1 -1
  278. package/fesm2022/fundamental-ngx-core-table.mjs +5 -65
  279. package/fesm2022/fundamental-ngx-core-table.mjs.map +1 -1
  280. package/fesm2022/fundamental-ngx-core-tabs.mjs +14 -69
  281. package/fesm2022/fundamental-ngx-core-tabs.mjs.map +1 -1
  282. package/fesm2022/fundamental-ngx-core-text.mjs +2 -28
  283. package/fesm2022/fundamental-ngx-core-text.mjs.map +1 -1
  284. package/fesm2022/fundamental-ngx-core-time-picker.mjs +9 -51
  285. package/fesm2022/fundamental-ngx-core-time-picker.mjs.map +1 -1
  286. package/fesm2022/fundamental-ngx-core-time.mjs +12 -143
  287. package/fesm2022/fundamental-ngx-core-time.mjs.map +1 -1
  288. package/fesm2022/fundamental-ngx-core-timeline.mjs +2 -2
  289. package/fesm2022/fundamental-ngx-core-timeline.mjs.map +1 -1
  290. package/fesm2022/fundamental-ngx-core-token.mjs +11 -82
  291. package/fesm2022/fundamental-ngx-core-token.mjs.map +1 -1
  292. package/fesm2022/fundamental-ngx-core-toolbar.mjs +6 -22
  293. package/fesm2022/fundamental-ngx-core-toolbar.mjs.map +1 -1
  294. package/fesm2022/fundamental-ngx-core-tree.mjs +1 -1
  295. package/fesm2022/fundamental-ngx-core-tree.mjs.map +1 -1
  296. package/fesm2022/fundamental-ngx-core-upload-collection.mjs +46 -131
  297. package/fesm2022/fundamental-ngx-core-upload-collection.mjs.map +1 -1
  298. package/fesm2022/fundamental-ngx-core-wizard.mjs +5 -36
  299. package/fesm2022/fundamental-ngx-core-wizard.mjs.map +1 -1
  300. package/fesm2022/fundamental-ngx-core.mjs +0 -5
  301. package/fesm2022/fundamental-ngx-core.mjs.map +1 -1
  302. package/file-uploader/file-uploader.module.d.ts +6 -7
  303. package/file-uploader/index.d.ts +0 -1
  304. package/form/form-control/form-control.module.d.ts +3 -4
  305. package/form/form-label/form-label.component.d.ts +1 -16
  306. package/form/form-message/form-message.component.d.ts +0 -2
  307. package/form/form-message/popover-form-message.service.d.ts +2 -2
  308. package/form/index.d.ts +0 -1
  309. package/fundamental-ngx-core-v0.45.0.tgz +0 -0
  310. package/fundamental-ngx.module.d.ts +89 -90
  311. package/index.d.ts +0 -1
  312. package/inline-help/inline-help.directive.d.ts +1 -7
  313. package/input-group/index.d.ts +0 -1
  314. package/input-group/input-group.component.d.ts +6 -13
  315. package/input-group/input-group.module.d.ts +6 -7
  316. package/link/link.component.d.ts +1 -1
  317. package/list/index.d.ts +0 -1
  318. package/list/list-item/list-item.component.d.ts +1 -25
  319. package/list/list-message.directive.d.ts +2 -2
  320. package/list/list.module.d.ts +5 -6
  321. package/menu/index.d.ts +0 -1
  322. package/menu/menu.module.d.ts +6 -7
  323. package/message-box/index.d.ts +0 -2
  324. package/message-box/message-box.module.d.ts +15 -17
  325. package/message-strip/message-strip.component.d.ts +1 -9
  326. package/micro-process-flow/index.d.ts +0 -1
  327. package/micro-process-flow/micro-process-flow.module.d.ts +4 -5
  328. package/multi-input/index.d.ts +0 -1
  329. package/multi-input/multi-input.module.d.ts +12 -13
  330. package/nested-list/index.d.ts +0 -1
  331. package/nested-list/nested-list.module.d.ts +6 -7
  332. package/package.json +3 -9
  333. package/pagination/index.d.ts +0 -1
  334. package/pagination/pagination.component.d.ts +2 -111
  335. package/pagination/pagination.module.d.ts +10 -11
  336. package/panel/index.d.ts +0 -1
  337. package/panel/panel.module.d.ts +4 -5
  338. package/popover/base/base-popover.class.d.ts +1 -16
  339. package/popover/popover.component.d.ts +0 -11
  340. package/product-switch/product-switch/product-switch.component.d.ts +1 -8
  341. package/product-switch/product-switch-body/product-switch.item.d.ts +0 -4
  342. package/radio/index.d.ts +0 -1
  343. package/radio/radio.module.d.ts +4 -5
  344. package/schematics/add-dependencies/index.js +4 -4
  345. package/select/index.d.ts +0 -1
  346. package/select/select.component.d.ts +0 -2
  347. package/select/select.module.d.ts +9 -10
  348. package/shellbar/index.d.ts +0 -1
  349. package/shellbar/shellbar-actions/shellbar-actions.component.d.ts +1 -9
  350. package/shellbar/shellbar-actions-mobile/shellbar-actions-mobile.component.d.ts +3 -5
  351. package/shellbar/shellbar.module.d.ts +14 -15
  352. package/slider/index.d.ts +0 -1
  353. package/slider/slider.component.d.ts +1 -31
  354. package/slider/slider.module.d.ts +7 -8
  355. package/split-button/index.d.ts +0 -1
  356. package/split-button/split-button.component.d.ts +3 -12
  357. package/split-button/split-button.module.d.ts +6 -7
  358. package/splitter/splitter-pagination/splitter-pagination.component.d.ts +0 -5
  359. package/splitter/splitter.component.d.ts +1 -9
  360. package/step-input/index.d.ts +0 -1
  361. package/step-input/step-input.component.d.ts +1 -17
  362. package/step-input/step-input.module.d.ts +7 -8
  363. package/switch/index.d.ts +0 -1
  364. package/switch/switch.component.d.ts +1 -19
  365. package/switch/switch.module.d.ts +5 -6
  366. package/table/index.d.ts +0 -2
  367. package/table/table.module.d.ts +4 -6
  368. package/tabs/index.d.ts +0 -1
  369. package/tabs/tab-item-expand/tab-item-expand.component.d.ts +1 -8
  370. package/tabs/tab-list.component.d.ts +1 -9
  371. package/tabs/tabs.module.d.ts +12 -13
  372. package/text/text.component.d.ts +1 -17
  373. package/time/index.d.ts +0 -2
  374. package/time/time.component.d.ts +2 -15
  375. package/time/time.module.d.ts +9 -10
  376. package/time-picker/index.d.ts +0 -1
  377. package/time-picker/time-picker.module.d.ts +9 -10
  378. package/token/index.d.ts +0 -1
  379. package/token/token.component.d.ts +1 -17
  380. package/token/token.module.d.ts +8 -9
  381. package/toolbar/toolbar.component.d.ts +4 -12
  382. package/upload-collection/upload-collection-button-group/upload-collection-button-group.component.d.ts +2 -50
  383. package/upload-collection/upload-collection-form-item/upload-collection-form-item.component.d.ts +1 -9
  384. package/upload-collection/upload-collection-item.directive.d.ts +1 -1
  385. package/upload-collection/upload-collection-simple.directives.d.ts +7 -7
  386. package/upload-collection/upload-collection.component.d.ts +1 -1
  387. package/upload-collection/upload-collection.module.d.ts +1 -8
  388. package/wizard/index.d.ts +0 -1
  389. package/wizard/wizard.module.d.ts +8 -9
  390. package/action-sheet/deprecated-action-sheet-compact.directive.d.ts +0 -8
  391. package/alert/README.md +0 -25
  392. package/alert/alert-service/alert.service.d.ts +0 -41
  393. package/alert/alert-utils/alert-animations.d.ts +0 -8
  394. package/alert/alert-utils/alert-config.d.ts +0 -34
  395. package/alert/alert-utils/alert-container.component.d.ts +0 -14
  396. package/alert/alert-utils/alert-ref.d.ts +0 -26
  397. package/alert/alert.component.d.ts +0 -87
  398. package/alert/alert.module.d.ts +0 -18
  399. package/alert/index.d.ts +0 -7
  400. package/bar/deprecated-bar-button-content-density.directive.d.ts +0 -8
  401. package/bar/deprecated-bar-content-density.directive.d.ts +0 -8
  402. package/breadcrumb/deprecated-breadcrumbs-compact.directive.d.ts +0 -8
  403. package/button/deprecated-button-content-density.directive.d.ts +0 -8
  404. package/calendar/deprecated-calendar-content-density.directive.d.ts +0 -8
  405. package/card/deprecated-card-content-density.directive.d.ts +0 -8
  406. package/checkbox/deprecated-checkbox-content-density.directive.d.ts +0 -8
  407. package/combobox/deprecated-combobox-content-density.directive.d.ts +0 -10
  408. package/content-density/classes/deprecated-compact.directive.d.ts +0 -26
  409. package/content-density/classes/deprecated-condensed.directive.d.ts +0 -26
  410. package/content-density/classes/deprecated-content-density.directive.d.ts +0 -26
  411. package/content-density/classes/deprecated-cozy.directive.d.ts +0 -26
  412. package/date-picker/deprecated-date-picker-compact.directive.d.ts +0 -8
  413. package/datetime-picker/deprecated-date-time-picker-content-density.directive.d.ts +0 -8
  414. package/dialog/dialog-footer-button/dialog-footer-button.component.d.ts +0 -12
  415. package/dialog/directives/dialog-decisive-button.directive.d.ts +0 -11
  416. package/dynamic-page/deprecated-dynamic-page-compact.directive.d.ts +0 -8
  417. package/esm2022/action-sheet/deprecated-action-sheet-compact.directive.mjs +0 -30
  418. package/esm2022/alert/alert-service/alert.service.mjs +0 -85
  419. package/esm2022/alert/alert-utils/alert-animations.mjs +0 -38
  420. package/esm2022/alert/alert-utils/alert-config.mjs +0 -27
  421. package/esm2022/alert/alert-utils/alert-container.component.mjs +0 -29
  422. package/esm2022/alert/alert-utils/alert-ref.mjs +0 -29
  423. package/esm2022/alert/alert.component.mjs +0 -212
  424. package/esm2022/alert/alert.module.mjs +0 -33
  425. package/esm2022/alert/fundamental-ngx-core-alert.mjs +0 -5
  426. package/esm2022/alert/index.mjs +0 -8
  427. package/esm2022/bar/deprecated-bar-button-content-density.directive.mjs +0 -30
  428. package/esm2022/bar/deprecated-bar-content-density.directive.mjs +0 -29
  429. package/esm2022/breadcrumb/deprecated-breadcrumbs-compact.directive.mjs +0 -30
  430. package/esm2022/button/deprecated-button-content-density.directive.mjs +0 -30
  431. package/esm2022/calendar/deprecated-calendar-content-density.directive.mjs +0 -30
  432. package/esm2022/card/deprecated-card-content-density.directive.mjs +0 -30
  433. package/esm2022/checkbox/deprecated-checkbox-content-density.directive.mjs +0 -30
  434. package/esm2022/combobox/deprecated-combobox-content-density.directive.mjs +0 -31
  435. package/esm2022/content-density/classes/deprecated-compact.directive.mjs +0 -39
  436. package/esm2022/content-density/classes/deprecated-condensed.directive.mjs +0 -39
  437. package/esm2022/content-density/classes/deprecated-content-density.directive.mjs +0 -49
  438. package/esm2022/content-density/classes/deprecated-cozy.directive.mjs +0 -39
  439. package/esm2022/date-picker/deprecated-date-picker-compact.directive.mjs +0 -30
  440. package/esm2022/datetime-picker/deprecated-date-time-picker-content-density.directive.mjs +0 -30
  441. package/esm2022/dialog/dialog-footer-button/dialog-footer-button.component.mjs +0 -25
  442. package/esm2022/dialog/directives/dialog-decisive-button.directive.mjs +0 -26
  443. package/esm2022/dynamic-page/deprecated-dynamic-page-compact.directive.mjs +0 -30
  444. package/esm2022/file-uploader/deprecated-file-uploader-content-density.directive.mjs +0 -30
  445. package/esm2022/form/form-control/deprecated-form-control-content-density.directive.mjs +0 -29
  446. package/esm2022/input-group/deprecated-input-group-compact.directive.mjs +0 -30
  447. package/esm2022/list/deprecated-list-content-density,directive.mjs +0 -30
  448. package/esm2022/menu/directives/deprecated-menu-compact.directive.mjs +0 -30
  449. package/esm2022/message-box/directives/message-box-decisive-button.directive.mjs +0 -27
  450. package/esm2022/message-box/message-box-footer-button/message-box-footer-button.component.mjs +0 -25
  451. package/esm2022/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.mjs +0 -30
  452. package/esm2022/multi-input/deprecated-multi-input-compact.directive.mjs +0 -30
  453. package/esm2022/nested-list/deprecated-nested-list-compact.directive.mjs +0 -29
  454. package/esm2022/pagination/deprecated-pagination-compact.directive.mjs +0 -30
  455. package/esm2022/panel/deprecated-panel-compact.directive.mjs +0 -30
  456. package/esm2022/radio/deprecated-radio-button-compact.directive.mjs +0 -30
  457. package/esm2022/select/deprecated-select-compact.directive.mjs +0 -30
  458. package/esm2022/shellbar/deprecated-shellbar-compact.directive.mjs +0 -30
  459. package/esm2022/slider/deprecated-slider-cozy.directive.mjs +0 -20
  460. package/esm2022/split-button/deprecated-split-button-compact.directive.mjs +0 -30
  461. package/esm2022/step-input/deprecated-step-input-compact.directive.mjs +0 -30
  462. package/esm2022/switch/deprecated-switch-compact.directive.mjs +0 -30
  463. package/esm2022/table/deprecated-table-compact.directive.mjs +0 -29
  464. package/esm2022/table/deprecated-table-condensed.directive.mjs +0 -29
  465. package/esm2022/tabs/deprecated-tabs-compact.directive.mjs +0 -29
  466. package/esm2022/time/deprecated-time-content-density.directive.mjs +0 -30
  467. package/esm2022/time/i18n/time-i18n.mjs +0 -52
  468. package/esm2022/time-picker/deprecated-timepicker-compact.directive.mjs +0 -30
  469. package/esm2022/token/deprecated-tokenizer-content-density.directive.mjs +0 -30
  470. package/esm2022/wizard/deprecated-wizard-compact.directive.mjs +0 -30
  471. package/fesm2022/fundamental-ngx-core-alert.mjs +0 -437
  472. package/fesm2022/fundamental-ngx-core-alert.mjs.map +0 -1
  473. package/file-uploader/deprecated-file-uploader-content-density.directive.d.ts +0 -8
  474. package/form/form-control/deprecated-form-control-content-density.directive.d.ts +0 -8
  475. package/fundamental-ngx-core-v0.44.1-rc.3.tgz +0 -0
  476. package/input-group/deprecated-input-group-compact.directive.d.ts +0 -8
  477. package/list/deprecated-list-content-density,directive.d.ts +0 -8
  478. package/menu/directives/deprecated-menu-compact.directive.d.ts +0 -8
  479. package/message-box/directives/message-box-decisive-button.directive.d.ts +0 -11
  480. package/message-box/message-box-footer-button/message-box-footer-button.component.d.ts +0 -12
  481. package/micro-process-flow/components/micro-process-flow/deprecated-micro-process-flow-content-density.directive.d.ts +0 -8
  482. package/multi-input/deprecated-multi-input-compact.directive.d.ts +0 -8
  483. package/nested-list/deprecated-nested-list-compact.directive.d.ts +0 -8
  484. package/pagination/deprecated-pagination-compact.directive.d.ts +0 -8
  485. package/panel/deprecated-panel-compact.directive.d.ts +0 -8
  486. package/radio/deprecated-radio-button-compact.directive.d.ts +0 -8
  487. package/select/deprecated-select-compact.directive.d.ts +0 -8
  488. package/shellbar/deprecated-shellbar-compact.directive.d.ts +0 -8
  489. package/slider/deprecated-slider-cozy.directive.d.ts +0 -8
  490. package/split-button/deprecated-split-button-compact.directive.d.ts +0 -8
  491. package/step-input/deprecated-step-input-compact.directive.d.ts +0 -8
  492. package/switch/deprecated-switch-compact.directive.d.ts +0 -8
  493. package/table/deprecated-table-compact.directive.d.ts +0 -8
  494. package/table/deprecated-table-condensed.directive.d.ts +0 -8
  495. package/tabs/deprecated-tabs-compact.directive.d.ts +0 -8
  496. package/time/deprecated-time-content-density.directive.d.ts +0 -8
  497. package/time/i18n/time-i18n.d.ts +0 -42
  498. package/time-picker/deprecated-timepicker-compact.directive.d.ts +0 -8
  499. package/token/deprecated-tokenizer-content-density.directive.d.ts +0 -8
  500. package/wizard/deprecated-wizard-compact.directive.d.ts +0 -8
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { InjectionToken, Injectable, Component, ViewEncapsulation, Optional, Input, ViewChild, ChangeDetectionStrategy, ContentChild, TemplateRef, ComponentRef, EmbeddedViewRef, Type, HostBinding, HostListener, Injector, Inject, Directive, NgModule } from '@angular/core';
2
+ import { InjectionToken, Injectable, Component, ViewEncapsulation, Optional, Input, ViewChild, ChangeDetectionStrategy, ContentChild, TemplateRef, ComponentRef, EmbeddedViewRef, Type, HostBinding, HostListener, Injector, Inject, NgModule } from '@angular/core';
3
3
  import * as i2 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
5
  import { __decorate, __metadata } from 'tslib';
@@ -8,7 +8,7 @@ import * as i4 from '@fundamental-ngx/cdk/utils';
8
8
  import { applyCssClass, DynamicComponentContainer, RtlService, InitialFocusModule, TemplateModule, DynamicComponentService } from '@fundamental-ngx/cdk/utils';
9
9
  import { DialogConfigBase, DialogRefBase, DialogBase, DialogFooterBase, DialogHeaderBase, dialogFade, DialogBaseService, DialogContentBase } from '@fundamental-ngx/core/dialog';
10
10
  import * as i3$1 from '@fundamental-ngx/core/bar';
11
- import { BarElementDirective, BarModule } from '@fundamental-ngx/core/bar';
11
+ import { BarModule } from '@fundamental-ngx/core/bar';
12
12
  import * as i4$1 from '@fundamental-ngx/core/content-density';
13
13
  import * as i6 from '@fundamental-ngx/core/title';
14
14
  import { TitleModule } from '@fundamental-ngx/core/title';
@@ -18,7 +18,6 @@ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
18
18
  import { takeUntil } from 'rxjs';
19
19
  import * as i2$1 from '@angular/cdk/overlay';
20
20
  import { OverlayConfig } from '@angular/cdk/overlay';
21
- import { warnOnce } from '@fundamental-ngx/core/utils';
22
21
  import { ButtonModule } from '@fundamental-ngx/core/button';
23
22
  import { IconModule } from '@fundamental-ngx/core/icon';
24
23
 
@@ -318,7 +317,7 @@ class MessageBoxHeaderComponent extends DialogHeaderBase {
318
317
  Promise.resolve().then(() => this._cdr.markForCheck());
319
318
  }
320
319
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxHeaderComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: MessageBoxHost, optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
321
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageBoxHeaderComponent, selector: "fd-message-box-header", queries: [{ propertyName: "_projectedSemanticIcon", first: true, predicate: MessageBoxSemanticIconComponent, descendants: true }], viewQueries: [{ propertyName: "defaultTemplateHeaderBar", first: true, predicate: ["defaultTemplateHeaderBar"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div\n fd-bar\n class=\"fd-message-box__header\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n [barDesign]=\"subHeaderTemplate ? 'header-with-subheader' : 'header'\"\n>\n <ng-container *ngTemplateOutlet=\"headerTemplate ? headerTemplate : defaultTemplate\"></ng-container>\n\n <ng-template #defaultTemplate>\n <div fd-bar-left>\n <fd-bar-element #defaultTemplateHeaderBar>\n <fd-message-box-semantic-icon\n class=\"fd-message-box__internal-semantic-icon\"\n *ngIf=\"_showSemanticIcon\"\n ></fd-message-box-semantic-icon>\n <ng-content select=\"fd-message-box-semantic-icon\"></ng-content>\n <ng-content select=\"[fd-title]\"></ng-content>\n </fd-bar-element>\n </div>\n </ng-template>\n</div>\n\n<div\n fd-bar\n *ngIf=\"subHeaderTemplate\"\n class=\"fd-message-box__subheader\"\n barDesign=\"subheader\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n>\n <ng-container *ngTemplateOutlet=\"subHeaderTemplate\"></ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3$1.BarComponent, selector: "[fd-bar]", inputs: ["class", "barDesign", "inPage", "inHomePage", "size"] }, { kind: "directive", type: i3$1.BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: i3$1.BarElementDirective, selector: "fd-bar-element", inputs: ["isTitle", "fullWidth"] }, { kind: "directive", type: i4$1.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "component", type: MessageBoxSemanticIconComponent, selector: "fd-message-box-semantic-icon", inputs: ["glyph"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
320
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageBoxHeaderComponent, selector: "fd-message-box-header", queries: [{ propertyName: "_projectedSemanticIcon", first: true, predicate: MessageBoxSemanticIconComponent, descendants: true }], viewQueries: [{ propertyName: "defaultTemplateHeaderBar", first: true, predicate: ["defaultTemplateHeaderBar"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<div\n fd-bar\n class=\"fd-message-box__header\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n [barDesign]=\"subHeaderTemplate ? 'header-with-subheader' : 'header'\"\n>\n <ng-container *ngTemplateOutlet=\"headerTemplate ? headerTemplate : defaultTemplate\"></ng-container>\n\n <ng-template #defaultTemplate>\n <div fd-bar-left>\n <fd-bar-element #defaultTemplateHeaderBar>\n <fd-message-box-semantic-icon\n class=\"fd-message-box__internal-semantic-icon\"\n *ngIf=\"_showSemanticIcon\"\n ></fd-message-box-semantic-icon>\n <ng-content select=\"fd-message-box-semantic-icon\"></ng-content>\n <ng-content select=\"[fd-title]\"></ng-content>\n </fd-bar-element>\n </div>\n </ng-template>\n</div>\n\n<div\n fd-bar\n *ngIf=\"subHeaderTemplate\"\n class=\"fd-message-box__subheader\"\n barDesign=\"subheader\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n>\n <ng-container *ngTemplateOutlet=\"subHeaderTemplate\"></ng-container>\n</div>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i3$1.BarComponent, selector: "[fd-bar]", inputs: ["class", "barDesign", "inPage", "inHomePage", "size"] }, { kind: "directive", type: i3$1.BarLeftDirective, selector: "[fd-bar-left]" }, { kind: "directive", type: i3$1.BarElementDirective, selector: "fd-bar-element", inputs: ["fullWidth"] }, { kind: "directive", type: i4$1.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "component", type: MessageBoxSemanticIconComponent, selector: "fd-message-box-semantic-icon", inputs: ["glyph"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
322
321
  }
323
322
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxHeaderComponent, decorators: [{
324
323
  type: Component,
@@ -402,7 +401,7 @@ class MessageBoxDefaultComponent {
402
401
  this._changeDetectorRef.detectChanges();
403
402
  }
404
403
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxDefaultComponent, deps: [{ token: MessageBoxConfig }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
405
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageBoxDefaultComponent, selector: "fd-message-box-default", viewQueries: [{ propertyName: "_textContentTemplate", first: true, predicate: ["textContent"], descendants: true }], ngImport: i0, template: "<fd-message-box *ngIf=\"_messageBoxContent\">\n <fd-message-box-header>\n <h1 fd-title>{{ _messageBoxContent.title }}</h1>\n </fd-message-box-header>\n <fd-message-box-body>\n <ng-container *ngTemplateOutlet=\"_contentTemplate\"></ng-container>\n </fd-message-box-body>\n <fd-message-box-footer *ngIf=\"_footerVisible\">\n <fd-button-bar\n *ngIf=\"_messageBoxContent.approveButton\"\n fdkInitialFocus\n fdType=\"emphasized\"\n [label]=\"_messageBoxContent.approveButton\"\n [ariaLabel]=\"_messageBoxContent.approveButtonAriaLabel\"\n [id]=\"_messageBoxContent.approveButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onApproveButton()\"\n >\n </fd-button-bar>\n <fd-button-bar\n *ngIf=\"_messageBoxContent.cancelButton\"\n [label]=\"_messageBoxContent.cancelButton\"\n [ariaLabel]=\"_messageBoxContent.closeButtonAriaLabel\"\n [id]=\"_messageBoxContent.cancelButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onCancelButton()\"\n >\n </fd-button-bar>\n </fd-message-box-footer>\n</fd-message-box>\n\n<ng-template #textContent>\n {{ _messageBoxContent?.content }}\n</ng-template>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.InitialFocusDirective, selector: "[fdkInitialFocus], [fdInitialFocus], [fd-initial-focus]", inputs: ["fdkInitialFocus", "enabled", "focusLastElement"] }, { kind: "component", type: i3$1.ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabel", "ariaLabelledby", "id"] }, { kind: "directive", type: i4$1.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "component", type: i6.TitleComponent, selector: "h1[fd-title], h2[fd-title], h3[fd-title], h4[fd-title], h5[fd-title], h6[fd-title]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "component", type: MessageBoxFooterComponent, selector: "fd-message-box-footer" }, { kind: "component", type: MessageBoxHeaderComponent, selector: "fd-message-box-header" }, { kind: "component", type: MessageBoxBodyComponent, selector: "fd-message-box-body" }, { kind: "component", type: MessageBoxComponent, selector: "fd-message-box", inputs: ["class", "messageBoxRef", "messageBoxConfig"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
404
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageBoxDefaultComponent, selector: "fd-message-box-default", viewQueries: [{ propertyName: "_textContentTemplate", first: true, predicate: ["textContent"], descendants: true }], ngImport: i0, template: "<fd-message-box *ngIf=\"_messageBoxContent\">\n <fd-message-box-header>\n <h1 fd-title>{{ _messageBoxContent.title }}</h1>\n </fd-message-box-header>\n <fd-message-box-body>\n <ng-container *ngTemplateOutlet=\"_contentTemplate\"></ng-container>\n </fd-message-box-body>\n <fd-message-box-footer *ngIf=\"_footerVisible\">\n <fd-button-bar\n *ngIf=\"_messageBoxContent.approveButton\"\n fdkInitialFocus\n fdType=\"emphasized\"\n [label]=\"_messageBoxContent.approveButton\"\n [ariaLabel]=\"_messageBoxContent.approveButtonAriaLabel\"\n [id]=\"_messageBoxContent.approveButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onApproveButton()\"\n >\n </fd-button-bar>\n <fd-button-bar\n *ngIf=\"_messageBoxContent.cancelButton\"\n [label]=\"_messageBoxContent.cancelButton\"\n [ariaLabel]=\"_messageBoxContent.closeButtonAriaLabel\"\n [id]=\"_messageBoxContent.cancelButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onCancelButton()\"\n >\n </fd-button-bar>\n </fd-message-box-footer>\n</fd-message-box>\n\n<ng-template #textContent>\n {{ _messageBoxContent?.content }}\n</ng-template>\n", dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i4.InitialFocusDirective, selector: "[fdkInitialFocus]", inputs: ["fdkInitialFocus", "enabled", "focusLastElement"] }, { kind: "component", type: i3$1.ButtonBarComponent, selector: "fd-button-bar", inputs: ["fullWidth", "fdType", "title", "ariaLabel", "ariaLabelledby", "id"] }, { kind: "directive", type: i4$1.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "component", type: i6.TitleComponent, selector: "h1[fd-title], h2[fd-title], h3[fd-title], h4[fd-title], h5[fd-title], h6[fd-title]", inputs: ["headerSize", "wrap"], exportAs: ["fd-title"] }, { kind: "component", type: MessageBoxFooterComponent, selector: "fd-message-box-footer" }, { kind: "component", type: MessageBoxHeaderComponent, selector: "fd-message-box-header" }, { kind: "component", type: MessageBoxBodyComponent, selector: "fd-message-box-body" }, { kind: "component", type: MessageBoxComponent, selector: "fd-message-box", inputs: ["class", "messageBoxRef", "messageBoxConfig"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
406
405
  }
407
406
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxDefaultComponent, decorators: [{
408
407
  type: Component,
@@ -578,71 +577,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImpor
578
577
  type: Optional
579
578
  }] }, { type: i2$1.Overlay }]; } });
580
579
 
581
- /**
582
- * @deprecated
583
- * Consider using `fd-button-bar`
584
- */
585
- // eslint-disable-next-line @angular-eslint/directive-class-suffix
586
- class MessageBoxDecisiveButton {
587
- /** @hidden */
588
- constructor() {
589
- warnOnce('`[fd-message-box-decisive-button]` is deprecated. Consider using `fd-button-bar`');
590
- }
591
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxDecisiveButton, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
592
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.1.0", type: MessageBoxDecisiveButton, selector: "[fd-message-box-decisive-button]", host: { properties: { "class.fd-message-box__decisive-button": "true" } }, ngImport: i0 }); }
593
- }
594
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxDecisiveButton, decorators: [{
595
- type: Directive,
596
- args: [{
597
- // eslint-disable-next-line @angular-eslint/directive-selector
598
- selector: '[fd-message-box-decisive-button]',
599
- host: {
600
- '[class.fd-message-box__decisive-button]': 'true'
601
- }
602
- }]
603
- }], ctorParameters: function () { return []; } });
604
-
605
- /**
606
- * @deprecated
607
- * Consider using `fd-button-bar`
608
- */
609
- class MessageBoxFooterButtonComponent extends BarElementDirective {
610
- /** @hidden */
611
- constructor() {
612
- super();
613
- warnOnce('`fd-message-box-footer-button` is deprecated. Consider using `fd-button-bar`');
614
- }
615
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxFooterButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
616
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageBoxFooterButtonComponent, selector: "fd-message-box-footer-button", usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true }); }
617
- }
618
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxFooterButtonComponent, decorators: [{
619
- type: Component,
620
- args: [{
621
- selector: 'fd-message-box-footer-button',
622
- template: '<ng-content></ng-content>'
623
- }]
624
- }], ctorParameters: function () { return []; } });
625
-
626
580
  const declarations = [
627
- MessageBoxFooterButtonComponent,
628
581
  MessageBoxSemanticIconComponent,
629
582
  MessageBoxContainerComponent,
630
583
  MessageBoxDefaultComponent,
631
584
  MessageBoxFooterComponent,
632
585
  MessageBoxHeaderComponent,
633
- MessageBoxDecisiveButton,
634
586
  MessageBoxBodyComponent,
635
587
  MessageBoxComponent
636
588
  ];
637
589
  class MessageBoxModule {
638
590
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
639
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxModule, declarations: [MessageBoxFooterButtonComponent,
640
- MessageBoxSemanticIconComponent,
591
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxModule, declarations: [MessageBoxSemanticIconComponent,
641
592
  MessageBoxContainerComponent,
642
593
  MessageBoxDefaultComponent,
643
594
  MessageBoxFooterComponent,
644
595
  MessageBoxHeaderComponent,
645
- MessageBoxDecisiveButton,
646
596
  MessageBoxBodyComponent,
647
597
  MessageBoxComponent], imports: [CommonModule,
648
598
  IconModule,
@@ -651,13 +601,11 @@ class MessageBoxModule {
651
601
  BarModule,
652
602
  TitleModule,
653
603
  ButtonModule,
654
- PortalModule], exports: [MessageBoxFooterButtonComponent,
655
- MessageBoxSemanticIconComponent,
604
+ PortalModule], exports: [MessageBoxSemanticIconComponent,
656
605
  MessageBoxContainerComponent,
657
606
  MessageBoxDefaultComponent,
658
607
  MessageBoxFooterComponent,
659
608
  MessageBoxHeaderComponent,
660
- MessageBoxDecisiveButton,
661
609
  MessageBoxBodyComponent,
662
610
  MessageBoxComponent, TemplateModule, InitialFocusModule, TitleModule] }); }
663
611
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageBoxModule, providers: [MessageBoxService, DynamicComponentService], imports: [CommonModule,
@@ -695,5 +643,5 @@ class MessageBoxContent extends DialogContentBase {
695
643
  * Generated bundle index. Do not edit.
696
644
  */
697
645
 
698
- export { MESSAGE_BOX_DEFAULT_CONFIG, MessageBoxBodyComponent, MessageBoxButtonClass, MessageBoxComponent, MessageBoxConfig, MessageBoxContainerComponent, MessageBoxContent, MessageBoxDecisiveButton, MessageBoxDefaultComponent, MessageBoxFooterButtonComponent, MessageBoxFooterComponent, MessageBoxHeaderComponent, MessageBoxHost, MessageBoxModule, MessageBoxRef, MessageBoxSemanticIconComponent, MessageBoxService };
646
+ export { MESSAGE_BOX_DEFAULT_CONFIG, MessageBoxBodyComponent, MessageBoxButtonClass, MessageBoxComponent, MessageBoxConfig, MessageBoxContainerComponent, MessageBoxContent, MessageBoxDefaultComponent, MessageBoxFooterComponent, MessageBoxHeaderComponent, MessageBoxHost, MessageBoxModule, MessageBoxRef, MessageBoxSemanticIconComponent, MessageBoxService };
699
647
  //# sourceMappingURL=fundamental-ngx-core-message-box.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"fundamental-ngx-core-message-box.mjs","sources":["../../../../libs/core/src/lib/message-box/utils/message-box-config.class.ts","../../../../libs/core/src/lib/message-box/utils/message-box-ref.class.ts","../../../../libs/core/src/lib/message-box/utils/const.ts","../../../../libs/core/src/lib/message-box/message-box.component.ts","../../../../libs/core/src/lib/message-box/message-box.component.html","../../../../libs/core/src/lib/message-box/message-box-footer/message-box-footer.component.ts","../../../../libs/core/src/lib/message-box/message-box-footer/message-box-footer.component.html","../../../../libs/core/src/lib/message-box/message-box-semantic-icon/message-box-semantic-icon.component.ts","../../../../libs/core/src/lib/message-box/message-box-header/message-box-header.component.ts","../../../../libs/core/src/lib/message-box/message-box-header/message-box-header.component.html","../../../../libs/core/src/lib/message-box/message-box-body/message-box-body.component.ts","../../../../libs/core/src/lib/message-box/message-box-default/message-box-default.component.ts","../../../../libs/core/src/lib/message-box/message-box-default/message-box-default.component.html","../../../../libs/core/src/lib/message-box/message-box-container/message-box-container.component.ts","../../../../libs/core/src/lib/message-box/services/message-box.service.ts","../../../../libs/core/src/lib/message-box/directives/message-box-decisive-button.directive.ts","../../../../libs/core/src/lib/message-box/message-box-footer-button/message-box-footer-button.component.ts","../../../../libs/core/src/lib/message-box/message-box.module.ts","../../../../libs/core/src/lib/message-box/utils/message-box-content.class.ts","../../../../libs/core/src/lib/message-box/fundamental-ngx-core-message-box.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-inferrable-types */\n\nimport { Injectable, InjectionToken, Injector } from '@angular/core';\nimport { DialogConfigBase } from '@fundamental-ngx/core/dialog';\n\nexport const MESSAGE_BOX_DEFAULT_CONFIG = new InjectionToken<MessageBoxConfig>('Default MessageBoxConfig');\n\nexport type MessageBoxType = 'error' | 'success' | 'warning' | 'information' | 'confirmation';\n\n/** @hidden */\nexport abstract class MessageBoxHost {\n /** @hidden */\n _messageBoxConfig: MessageBoxConfig | undefined;\n}\n\n@Injectable()\nexport class MessageBoxConfig<T = any> extends DialogConfigBase<T> {\n /** Message box type */\n type?: MessageBoxType;\n /** Whether to show the semantic icon */\n showSemanticIcon?: boolean = false;\n /** Custom semantic icon name */\n customSemanticIcon?: string;\n /** Injector */\n injector?: Injector;\n}\n","import { DialogRefBase } from '@fundamental-ngx/core/dialog';\nimport { Injectable } from '@angular/core';\n\n@Injectable()\nexport class MessageBoxRef<T = any> extends DialogRefBase<T> {}\n","export const CSS_CLASS_NAME = {\n messageBox: 'fd-message-box',\n messageBoxActive: 'fd-message-box--active',\n\n messageBoxTypeError: 'fd-message-box--error',\n messageBoxTypeWarning: 'fd-message-box--warning',\n messageBoxTypeSuccess: 'fd-message-box--success',\n messageBoxTypeInformation: 'fd-message-box--information',\n messageBoxTypeConfirmation: 'fd-message-box--confirmation'\n};\n","import {\n AfterViewInit,\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input,\n OnChanges,\n OnDestroy,\n OnInit,\n Optional,\n ViewChild,\n ViewEncapsulation\n} from '@angular/core';\nimport { Router } from '@angular/router';\n\nimport { applyCssClass, CssClassBuilder, FocusTrapService, RtlService } from '@fundamental-ngx/cdk/utils';\nimport { DialogBase } from '@fundamental-ngx/core/dialog';\n\nimport { MessageBoxHost, MessageBoxConfig } from './utils/message-box-config.class';\nimport { MessageBoxRef } from './utils/message-box-ref.class';\nimport { CSS_CLASS_NAME } from './utils/const';\n\n/**\n * Message box component.\n *\n * ```html\n * <fd-message-box>\n * <fd-message-box-header></fd-message-box-header>\n * <fd-message-box-body></fd-message-box-body>\n * <fd-message-box-footer></fd-message-box-footer>\n * </fd-message-box>\n * ```\n */\n@Component({\n selector: 'fd-message-box',\n templateUrl: './message-box.component.html',\n styleUrls: ['./message-box.component.scss'],\n host: {\n tabindex: '-1',\n role: 'dialog'\n },\n encapsulation: ViewEncapsulation.None,\n providers: [{ provide: MessageBoxHost, useExisting: MessageBoxComponent }]\n})\nexport class MessageBoxComponent\n extends DialogBase\n implements OnInit, OnChanges, AfterViewInit, OnDestroy, CssClassBuilder, MessageBoxHost\n{\n /** Custom classes */\n @Input()\n set class(userClass: string) {\n this._class = userClass;\n }\n\n /** MessageBoxRef - should be used for Template based Dialog implementation */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('messageBoxRef')\n set embeddedMessageBoxRef(value: MessageBoxRef) {\n this._messageBoxRef = value;\n }\n\n /** MessageBoxConfig - should be used for Template based Dialog implementation */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('messageBoxConfig')\n set embeddedMessageBoxConfig(value: MessageBoxConfig) {\n this._messageBoxConfig = value;\n }\n\n /** @hidden */\n @ViewChild('dialogWindow')\n dialogWindow: ElementRef;\n\n /** @hidden */\n private _class = '';\n\n /** @hidden */\n constructor(\n @Optional() public _messageBoxConfig: MessageBoxConfig,\n @Optional() private _messageBoxRef: MessageBoxRef,\n @Optional() router: Router,\n @Optional() rtlService: RtlService,\n focusTrapService: FocusTrapService,\n changeDetectorRef: ChangeDetectorRef,\n elementRef: ElementRef\n ) {\n super(router, elementRef, changeDetectorRef, rtlService, focusTrapService);\n }\n\n /** @hidden */\n get _config(): MessageBoxConfig {\n return this._messageBoxConfig;\n }\n\n /** @hidden */\n get _ref(): MessageBoxRef {\n return this._messageBoxRef;\n }\n\n /** @hidden */\n ngOnInit(): void {\n super.ngOnInit();\n this.buildComponentCssClass();\n }\n\n /** @hidden */\n ngOnChanges(): void {\n this.buildComponentCssClass();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n super.ngAfterViewInit();\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n super.ngOnDestroy();\n }\n\n /** @hidden */\n @applyCssClass\n buildComponentCssClass(): string[] {\n return [\n CSS_CLASS_NAME.messageBoxActive,\n this._messageBoxTypeClass,\n this._messageBoxConfig.hasBackdrop ? CSS_CLASS_NAME.messageBox : '',\n this._messageBoxConfig.backdropClass ? this._messageBoxConfig.backdropClass : '',\n this._class\n ];\n }\n\n /** @hidden */\n private get _messageBoxTypeClass(): string {\n switch (this._config.type) {\n case 'error':\n return CSS_CLASS_NAME.messageBoxTypeError;\n case 'success':\n return CSS_CLASS_NAME.messageBoxTypeSuccess;\n case 'warning':\n return CSS_CLASS_NAME.messageBoxTypeWarning;\n case 'information':\n return CSS_CLASS_NAME.messageBoxTypeInformation;\n case 'confirmation':\n return CSS_CLASS_NAME.messageBoxTypeConfirmation;\n default:\n return '';\n }\n }\n}\n","<div\n #dialogWindow\n role=\"dialog\"\n tabindex=\"-1\"\n aria-modal=\"true\"\n [class]=\"_messageBoxConfig.dialogPanelClass\"\n [class.fd-message-box__content]=\"true\"\n [class.fd-message-box__content--s]=\"dialogPaddingSize === 'sm'\"\n [class.fd-message-box__content--m]=\"dialogPaddingSize === 'md'\"\n [class.fd-message-box__content--l]=\"dialogPaddingSize === 'lg'\"\n [class.fd-message-box__content--xl]=\"dialogPaddingSize === 'xl'\"\n [class.fd-message-box__content--mobile]=\"_messageBoxConfig.mobile\"\n [class.fd-message-box__content--no-mobile-stretch]=\"_messageBoxConfig.mobileOuterSpacing\"\n [attr.id]=\"_messageBoxConfig.id\"\n [attr.aria-label]=\"_messageBoxConfig.ariaLabel\"\n [attr.aria-labelledby]=\"_messageBoxConfig.ariaLabelledBy\"\n [attr.aria-describedby]=\"_messageBoxConfig.ariaDescribedBy\"\n>\n <ng-content select=\"fd-message-box-header\"></ng-content>\n <ng-content select=\"fd-message-box-body\"></ng-content>\n <ng-content select=\"fd-message-box-footer\"></ng-content>\n</div>\n","import { AfterContentInit, AfterViewInit, Component, Optional } from '@angular/core';\nimport { MessageBoxConfig, MessageBoxHost } from '../utils/message-box-config.class';\nimport { DialogFooterBase } from '@fundamental-ngx/core/dialog';\n\nexport const MessageBoxButtonClass = 'fd-message-box__decisive-button';\n\n/**\n * Building block of the message box used to create message box header.\n *\n * ```html\n * <fd-message-box-footer><!--Content--></fd-message-box-footer>\n *\n * Complex footer:\n * <fd-message-box-footer>\n * <ng-template fdkTemplate=\"footer\"><!--Content--></ng-template>\n * </fd-message-box-footer>\n * ```\n * */\n@Component({\n selector: 'fd-message-box-footer',\n templateUrl: './message-box-footer.component.html'\n})\nexport class MessageBoxFooterComponent extends DialogFooterBase implements AfterContentInit, AfterViewInit {\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n\n /** @hidden */\n constructor(@Optional() private messageBox?: MessageBoxHost) {\n super();\n }\n\n /** @hidden */\n ngAfterContentInit(): void {\n super.ngAfterContentInit();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n this._listenForButtonChanges(MessageBoxButtonClass);\n }\n}\n","<footer fd-bar class=\"fd-message-box__footer\" barDesign=\"footer\" [fdCozy]=\"messageBoxConfig.mobile\">\n <ng-container *ngTemplateOutlet=\"footerTemplate ? footerTemplate : defaultTemplate\"></ng-container>\n <ng-template #defaultTemplate>\n <div fd-bar-right>\n <ng-content></ng-content>\n </div>\n </ng-template>\n</footer>\n","import { ChangeDetectionStrategy, Component, Input, Optional } from '@angular/core';\nimport { MessageBoxConfig, MessageBoxHost } from '../utils/message-box-config.class';\n\n/**\n * Message box element representing the semantic icon in the message box header.\n *\n * ```html\n * <fd-message-box-semantic-icon></fd-message-box-semantic-icon>\n * ```\n */\n@Component({\n selector: 'fd-message-box-semantic-icon',\n template: `<i [class]=\"'sap-icon--' + _getIcon\" role=\"presentation\"></i>`,\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class MessageBoxSemanticIconComponent {\n /** Custom semantic icon */\n @Input()\n glyph: string;\n\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n\n /** @hidden */\n constructor(@Optional() private messageBox?: MessageBoxHost) {}\n\n /** @hidden */\n get _showSemanticIcon(): boolean {\n return !!this.messageBoxConfig.showSemanticIcon;\n }\n\n /** @hidden */\n get _getIcon(): string {\n return this.glyph || this.messageBoxConfig.customSemanticIcon || this._semanticIcon;\n }\n\n /** @hidden */\n get _semanticIcon(): string {\n switch (this.messageBoxConfig.type) {\n case 'error':\n return 'message-error';\n case 'success':\n return 'message-success';\n case 'warning':\n return 'message-warning';\n case 'information':\n return 'message-information';\n case 'confirmation':\n return 'question-mark';\n default:\n return '';\n }\n }\n}\n","import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChild,\n ElementRef,\n Optional,\n ViewChild\n} from '@angular/core';\nimport { DialogHeaderBase } from '@fundamental-ngx/core/dialog';\nimport { MessageBoxSemanticIconComponent } from '../message-box-semantic-icon/message-box-semantic-icon.component';\nimport { MessageBoxConfig, MessageBoxHost } from '../utils/message-box-config.class';\n\n/**\n * Building block of the message box used to create message box header.\n *\n * ```html\n * <fd-message-box-header>\n * <fd-message-box-semantic-icon></fd-message-box-semantic-icon>\n * <h1 fd-title><!-- Content --></h1>\n * </fd-message-box-header>\n *\n * Complex header:\n * <fd-message-box-header>\n * <ng-template fdkTemplate=\"header\"><!--Content--></ng-template>\n * <ng-template fdkTemplate=\"subheader\"><!--Content--></ng-template>\n * </fd-message-box-header>\n * ```\n */\n@Component({\n selector: 'fd-message-box-header',\n templateUrl: './message-box-header.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class MessageBoxHeaderComponent extends DialogHeaderBase implements AfterViewInit {\n /** @hidden */\n @ViewChild('defaultTemplateHeaderBar')\n defaultTemplateHeaderBar?: ElementRef<Element>;\n\n /** @hidden */\n @ContentChild(MessageBoxSemanticIconComponent)\n _projectedSemanticIcon: MessageBoxSemanticIconComponent;\n\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n\n /** @hidden */\n constructor(private _cdr: ChangeDetectorRef, @Optional() private messageBox?: MessageBoxHost) {\n super(_cdr);\n }\n\n /** @hidden */\n get _showSemanticIcon(): boolean {\n return (\n !this._projectedSemanticIcon &&\n ((this.messageBoxConfig.type && this.messageBoxConfig.showSemanticIcon) ||\n !!this.messageBoxConfig.customSemanticIcon)\n );\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n // need to re-check bindings after initialisation in order to reflect the proper state of \"_showSemanticIcon\" getter\n // running this in next microtask to avoid \"ExpressionChangedAfterItHasBeenCheckedError\"\n Promise.resolve().then(() => this._cdr.markForCheck());\n }\n}\n","<div\n fd-bar\n class=\"fd-message-box__header\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n [barDesign]=\"subHeaderTemplate ? 'header-with-subheader' : 'header'\"\n>\n <ng-container *ngTemplateOutlet=\"headerTemplate ? headerTemplate : defaultTemplate\"></ng-container>\n\n <ng-template #defaultTemplate>\n <div fd-bar-left>\n <fd-bar-element #defaultTemplateHeaderBar>\n <fd-message-box-semantic-icon\n class=\"fd-message-box__internal-semantic-icon\"\n *ngIf=\"_showSemanticIcon\"\n ></fd-message-box-semantic-icon>\n <ng-content select=\"fd-message-box-semantic-icon\"></ng-content>\n <ng-content select=\"[fd-title]\"></ng-content>\n </fd-bar-element>\n </div>\n </ng-template>\n</div>\n\n<div\n fd-bar\n *ngIf=\"subHeaderTemplate\"\n class=\"fd-message-box__subheader\"\n barDesign=\"subheader\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n>\n <ng-container *ngTemplateOutlet=\"subHeaderTemplate\"></ng-container>\n</div>\n","import { Component, Optional } from '@angular/core';\nimport { MessageBoxHost, MessageBoxConfig } from '../utils/message-box-config.class';\n\n/**\n * Building block of the message box used to create message box body.\n *\n * ```html\n * <fd-message-box-body></fd-message-box-body>\n * ```\n */\n@Component({\n selector: 'fd-message-box-body',\n template: '<ng-content></ng-content>',\n host: {\n '[class.fd-message-box__body]': 'true',\n '[class.fd-message-box__body--no-vertical-padding]': '!messageBoxConfig.verticalPadding'\n }\n})\nexport class MessageBoxBodyComponent {\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n /** @hidden */\n constructor(@Optional() private messageBox?: MessageBoxHost) {}\n}\n","import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnInit,\n TemplateRef,\n ViewChild\n} from '@angular/core';\nimport { MessageBoxContent } from '../utils/message-box-content.class';\nimport { MessageBoxConfig } from '../utils/message-box-config.class';\n\n/** Message box component used to create the message box in object based approach */\n@Component({\n selector: 'fd-message-box-default',\n templateUrl: './message-box-default.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class MessageBoxDefaultComponent implements OnInit, AfterViewInit {\n /** @hidden */\n @ViewChild('textContent')\n _textContentTemplate: TemplateRef<any>;\n\n /** @hidden */\n _contentTemplate: TemplateRef<any>;\n\n /** @hidden */\n _messageBoxContent: MessageBoxContent | null;\n\n /** @hidden */\n _footerVisible: boolean;\n\n /** @hidden */\n constructor(public _messageBoxConfig: MessageBoxConfig, private _changeDetectorRef: ChangeDetectorRef) {}\n\n /** @hidden */\n ngOnInit(): void {\n this._footerVisible = !!(this._messageBoxContent?.cancelButton || this._messageBoxContent?.approveButton);\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n this._setContentTemplate();\n }\n\n /** @hidden */\n _onCloseButton(): void {\n this._messageBoxContent?.closeButtonCallback?.();\n }\n\n /** @hidden */\n _onApproveButton(): void {\n this._messageBoxContent?.approveButtonCallback?.();\n }\n\n /** @hidden */\n _onCancelButton(): void {\n this._messageBoxContent?.cancelButtonCallback?.();\n }\n\n /** @hidden */\n private _setContentTemplate(): void {\n this._contentTemplate =\n this._messageBoxContent?.content instanceof TemplateRef\n ? this._messageBoxContent.content\n : this._textContentTemplate;\n\n this._changeDetectorRef.detectChanges();\n }\n}\n","<fd-message-box *ngIf=\"_messageBoxContent\">\n <fd-message-box-header>\n <h1 fd-title>{{ _messageBoxContent.title }}</h1>\n </fd-message-box-header>\n <fd-message-box-body>\n <ng-container *ngTemplateOutlet=\"_contentTemplate\"></ng-container>\n </fd-message-box-body>\n <fd-message-box-footer *ngIf=\"_footerVisible\">\n <fd-button-bar\n *ngIf=\"_messageBoxContent.approveButton\"\n fdkInitialFocus\n fdType=\"emphasized\"\n [label]=\"_messageBoxContent.approveButton\"\n [ariaLabel]=\"_messageBoxContent.approveButtonAriaLabel\"\n [id]=\"_messageBoxContent.approveButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onApproveButton()\"\n >\n </fd-button-bar>\n <fd-button-bar\n *ngIf=\"_messageBoxContent.cancelButton\"\n [label]=\"_messageBoxContent.cancelButton\"\n [ariaLabel]=\"_messageBoxContent.closeButtonAriaLabel\"\n [id]=\"_messageBoxContent.cancelButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onCancelButton()\"\n >\n </fd-button-bar>\n </fd-message-box-footer>\n</fd-message-box>\n\n<ng-template #textContent>\n {{ _messageBoxContent?.content }}\n</ng-template>\n","import {\n AfterViewInit,\n ChangeDetectorRef,\n Component,\n ComponentRef,\n DestroyRef,\n ElementRef,\n EmbeddedViewRef,\n HostBinding,\n HostListener,\n Injector,\n Input,\n TemplateRef,\n Type,\n ViewChild\n} from '@angular/core';\nimport { AnimationEvent } from '@angular/animations';\nimport { applyCssClass, CssClassBuilder, DynamicComponentContainer } from '@fundamental-ngx/cdk/utils';\nimport { MessageBoxConfig } from '../utils/message-box-config.class';\nimport { MessageBoxRef } from '../utils/message-box-ref.class';\nimport { MessageBoxContent } from '../utils/message-box-content.class';\nimport { MessageBoxDefaultComponent } from '../message-box-default/message-box-default.component';\nimport { MessageBoxContentType } from '../message-box-content.type';\nimport { CdkPortalOutlet, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';\nimport { dialogFade } from '@fundamental-ngx/core/dialog';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\n\n/** Message box container where the message box content is embedded. */\n@Component({\n selector: 'fd-message-box-container',\n template: '<ng-template (attached)=\"_attached($event)\" cdkPortalOutlet></ng-template>',\n animations: [dialogFade]\n})\nexport class MessageBoxContainerComponent\n extends DynamicComponentContainer<MessageBoxContentType>\n implements AfterViewInit, CssClassBuilder\n{\n /** Custom classes */\n @Input()\n set class(userClass: string) {\n this._class = userClass;\n this.buildComponentCssClass();\n }\n\n /** The state of the Dialog animations. */\n @HostBinding('@state')\n _animationState = 'void';\n\n /** @hidden */\n @ViewChild(CdkPortalOutlet)\n portalOutlet: CdkPortalOutlet;\n\n /** @hidden */\n private _class = '';\n\n /** @hidden */\n constructor(\n public messageBoxConfig: MessageBoxConfig,\n private _messageBoxRef: MessageBoxRef,\n private _destroyRef: DestroyRef,\n elementRef: ElementRef,\n changeDetectorRef: ChangeDetectorRef,\n injector: Injector\n ) {\n super(elementRef, injector, changeDetectorRef);\n }\n\n /** @hidden */\n @applyCssClass\n buildComponentCssClass(): string[] {\n return [this.messageBoxConfig.containerClass ? this.messageBoxConfig.containerClass : '', this._class];\n }\n\n /** Handle end of animations, updating the state of the Message Toast. */\n @HostListener('@state.done', ['$event'])\n onAnimationEnd(event: AnimationEvent): void {\n const { toState } = event;\n\n if (toState === 'hidden') {\n this._messageBoxRef._endClose$.next();\n this._messageBoxRef._endClose$.complete();\n }\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n setTimeout(() => {\n this._loadContent();\n this._listenOnClose();\n });\n }\n\n /** @hidden */\n protected _attached(event: CdkPortalOutletAttachedRef): void {\n if (event instanceof ComponentRef) {\n event.changeDetectorRef.markForCheck();\n } else if (event instanceof EmbeddedViewRef) {\n event.markForCheck();\n }\n }\n\n /** @hidden Load received content */\n protected _loadContent(): void {\n if (this.childContent instanceof Type) {\n this._createFromComponent(this.childContent);\n } else if (this.childContent instanceof TemplateRef) {\n this._createFromTemplate(this.childContent, this._templateContext());\n } else {\n this._createFromDefaultMessageBox(this.childContent ?? null);\n }\n this._animationState = 'visible';\n this._cdr.detectChanges();\n }\n\n /** @hidden Returns context for embedded template*/\n private _templateContext(): { $implicit: MessageBoxRef; messageBoxConfig: MessageBoxConfig } {\n return { $implicit: this._messageBoxRef, messageBoxConfig: this.messageBoxConfig };\n }\n\n /** @hidden Load Dialog component from passed object */\n private _createFromDefaultMessageBox(content: MessageBoxContent | null): void {\n this._createFromComponent(MessageBoxDefaultComponent);\n const instance = (this._componentRef as ComponentRef<MessageBoxDefaultComponent>).instance;\n instance._messageBoxContent = content;\n }\n\n /**\n * @hidden\n * We need to wait until animation plays, and then send signal to the service to destroy the component.\n */\n private _listenOnClose(): void {\n const callback: () => void = () => {\n this._animationState = 'hidden';\n this._cdr.detectChanges();\n };\n this._messageBoxRef.afterClosed.pipe(takeUntilDestroyed(this._destroyRef)).subscribe({\n next: () => callback(),\n error: () => callback()\n });\n }\n}\n","import { Inject, Injectable, Injector, Optional } from '@angular/core';\n\nimport { RtlService } from '@fundamental-ngx/cdk/utils';\nimport { DialogBaseService } from '@fundamental-ngx/core/dialog';\nimport { takeUntil } from 'rxjs';\n\nimport { MESSAGE_BOX_DEFAULT_CONFIG, MessageBoxConfig } from '../utils/message-box-config.class';\nimport { MessageBoxRef } from '../utils/message-box-ref.class';\nimport { MessageBoxContainerComponent } from '../message-box-container/message-box-container.component';\nimport { MessageBoxContentType } from '../message-box-content.type';\nimport { Overlay, OverlayConfig } from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\n\n/** Service used to create a message box. */\n@Injectable()\nexport class MessageBoxService extends DialogBaseService<MessageBoxContainerComponent> {\n /** @hidden */\n constructor(\n @Optional() @Inject(MESSAGE_BOX_DEFAULT_CONFIG) private _defaultConfig: MessageBoxConfig,\n @Optional() private _rtlService: RtlService,\n private readonly _overlay: Overlay\n ) {\n super();\n }\n\n /**\n * Opens a message box component with provided content.\n * @param content Content of the message box component.\n * @param config Configuration of the message box component.\n */\n public open<T = any>(content: MessageBoxContentType, config?: MessageBoxConfig<T>): MessageBoxRef<T> {\n const messageBoxRef = new MessageBoxRef();\n\n config = this._applyDefaultConfig(config || {}, this._defaultConfig || new MessageBoxConfig());\n messageBoxRef.data = config.data;\n\n const injector = Injector.create({\n providers: [\n { provide: MessageBoxConfig, useValue: config },\n { provide: MessageBoxRef, useValue: messageBoxRef },\n { provide: RtlService, useValue: this._rtlService }\n ],\n parent: config.injector\n });\n\n const overlayRef = this._overlay.create(new OverlayConfig());\n\n const portal = new ComponentPortal(MessageBoxContainerComponent, null, injector);\n\n const componentRef = overlayRef.attach(portal);\n\n componentRef.instance.childContent = content;\n componentRef.instance.messageBoxConfig = config;\n\n this._dialogs.push(componentRef);\n\n messageBoxRef._endClose$.pipe(takeUntil(this._destroy$)).subscribe(() => {\n this._destroyDialog(componentRef);\n componentRef.destroy();\n overlayRef.dispose();\n });\n\n return messageBoxRef;\n }\n}\n","import { Directive } from '@angular/core';\nimport { warnOnce } from '@fundamental-ngx/core/utils';\n\n/**\n * @deprecated\n * Consider using `fd-button-bar`\n */\n@Directive({\n // eslint-disable-next-line @angular-eslint/directive-selector\n selector: '[fd-message-box-decisive-button]',\n host: {\n '[class.fd-message-box__decisive-button]': 'true'\n }\n})\n// eslint-disable-next-line @angular-eslint/directive-class-suffix\nexport class MessageBoxDecisiveButton {\n /** @hidden */\n constructor() {\n warnOnce('`[fd-message-box-decisive-button]` is deprecated. Consider using `fd-button-bar`');\n }\n}\n","import { Component } from '@angular/core';\nimport { BarElementDirective } from '@fundamental-ngx/core/bar';\nimport { warnOnce } from '@fundamental-ngx/core/utils';\n/**\n * @deprecated\n * Consider using `fd-button-bar`\n */\n@Component({\n selector: 'fd-message-box-footer-button',\n template: '<ng-content></ng-content>'\n})\nexport class MessageBoxFooterButtonComponent extends BarElementDirective {\n /** @hidden */\n constructor() {\n super();\n warnOnce('`fd-message-box-footer-button` is deprecated. Consider using `fd-button-bar`');\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MessageBoxComponent } from './message-box.component';\nimport { MessageBoxContainerComponent } from './message-box-container/message-box-container.component';\nimport { DynamicComponentService } from '@fundamental-ngx/cdk/utils';\nimport { MessageBoxService } from './services/message-box.service';\nimport { MessageBoxBodyComponent } from './message-box-body/message-box-body.component';\nimport { MessageBoxFooterComponent } from './message-box-footer/message-box-footer.component';\nimport { MessageBoxHeaderComponent } from './message-box-header/message-box-header.component';\nimport { MessageBoxDecisiveButton } from './directives/message-box-decisive-button.directive';\nimport { BarModule } from '@fundamental-ngx/core/bar';\nimport { ButtonModule } from '@fundamental-ngx/core/button';\nimport { IconModule } from '@fundamental-ngx/core/icon';\nimport { TitleModule } from '@fundamental-ngx/core/title';\nimport { MessageBoxDefaultComponent } from './message-box-default/message-box-default.component';\nimport { TemplateModule } from '@fundamental-ngx/cdk/utils';\nimport { InitialFocusModule } from '@fundamental-ngx/cdk/utils';\nimport { MessageBoxFooterButtonComponent } from './message-box-footer-button/message-box-footer-button.component';\nimport { MessageBoxSemanticIconComponent } from './message-box-semantic-icon/message-box-semantic-icon.component';\nimport { PortalModule } from '@angular/cdk/portal';\n\nconst declarations = [\n MessageBoxFooterButtonComponent,\n MessageBoxSemanticIconComponent,\n MessageBoxContainerComponent,\n MessageBoxDefaultComponent,\n MessageBoxFooterComponent,\n MessageBoxHeaderComponent,\n MessageBoxDecisiveButton,\n MessageBoxBodyComponent,\n MessageBoxComponent\n];\n\n@NgModule({\n declarations: [declarations],\n imports: [\n CommonModule,\n IconModule,\n InitialFocusModule,\n TemplateModule,\n BarModule,\n TitleModule,\n ButtonModule,\n PortalModule\n ],\n exports: [declarations, TemplateModule, InitialFocusModule, TitleModule],\n providers: [MessageBoxService, DynamicComponentService]\n})\nexport class MessageBoxModule {}\n","import { DialogContentBase } from '@fundamental-ngx/core/dialog';\nimport { TemplateRef } from '@angular/core';\n\nexport class MessageBoxContent extends DialogContentBase {\n /** @hidden */\n content?: TemplateRef<any> | string;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.MessageBoxConfig","i2.MessageBoxRef","i1.MessageBoxHost","i3","i4","i5.MessageBoxSemanticIconComponent","i5","i7.MessageBoxFooterComponent","i8.MessageBoxHeaderComponent","i9.MessageBoxBodyComponent","i10.MessageBoxComponent","i1","i2"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA;MAKa,0BAA0B,GAAG,IAAI,cAAc,CAAmB,0BAA0B,EAAE;AAI3G;MACsB,cAAc,CAAA;AAGnC,CAAA;AAGK,MAAO,gBAA0B,SAAQ,gBAAmB,CAAA;AADlE,IAAA,WAAA,GAAA;;;QAKI,IAAgB,CAAA,gBAAA,GAAa,KAAK,CAAC;AAKtC,KAAA;8GATY,gBAAgB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;kHAAhB,gBAAgB,EAAA,CAAA,CAAA,EAAA;;2FAAhB,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAD5B,UAAU;;;ACXL,MAAO,aAAuB,SAAQ,aAAgB,CAAA;8GAA/C,aAAa,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;kHAAb,aAAa,EAAA,CAAA,CAAA,EAAA;;2FAAb,aAAa,EAAA,UAAA,EAAA,CAAA;kBADzB,UAAU;;;ACHJ,MAAM,cAAc,GAAG;AAC1B,IAAA,UAAU,EAAE,gBAAgB;AAC5B,IAAA,gBAAgB,EAAE,wBAAwB;AAE1C,IAAA,mBAAmB,EAAE,uBAAuB;AAC5C,IAAA,qBAAqB,EAAE,yBAAyB;AAChD,IAAA,qBAAqB,EAAE,yBAAyB;AAChD,IAAA,yBAAyB,EAAE,6BAA6B;AACxD,IAAA,0BAA0B,EAAE,8BAA8B;CAC7D;;ACaD;;;;;;;;;;AAUG;AAYG,MAAO,mBACT,SAAQ,UAAU,CAAA;;IAIlB,IACI,KAAK,CAAC,SAAiB,EAAA;AACvB,QAAA,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;KAC3B;;;IAID,IACI,qBAAqB,CAAC,KAAoB,EAAA;AAC1C,QAAA,IAAI,CAAC,cAAc,GAAG,KAAK,CAAC;KAC/B;;;IAID,IACI,wBAAwB,CAAC,KAAuB,EAAA;AAChD,QAAA,IAAI,CAAC,iBAAiB,GAAG,KAAK,CAAC;KAClC;;AAUD,IAAA,WAAA,CACuB,iBAAmC,EAClC,cAA6B,EACrC,MAAc,EACd,UAAsB,EAClC,gBAAkC,EAClC,iBAAoC,EACpC,UAAsB,EAAA;QAEtB,KAAK,CAAC,MAAM,EAAE,UAAU,EAAE,iBAAiB,EAAE,UAAU,EAAE,gBAAgB,CAAC,CAAC;QARxD,IAAiB,CAAA,iBAAA,GAAjB,iBAAiB,CAAkB;QAClC,IAAc,CAAA,cAAA,GAAd,cAAc,CAAe;;QAL7C,IAAM,CAAA,MAAA,GAAG,EAAE,CAAC;KAanB;;AAGD,IAAA,IAAI,OAAO,GAAA;QACP,OAAO,IAAI,CAAC,iBAAiB,CAAC;KACjC;;AAGD,IAAA,IAAI,IAAI,GAAA;QACJ,OAAO,IAAI,CAAC,cAAc,CAAC;KAC9B;;IAGD,QAAQ,GAAA;QACJ,KAAK,CAAC,QAAQ,EAAE,CAAC;QACjB,IAAI,CAAC,sBAAsB,EAAE,CAAC;KACjC;;IAGD,WAAW,GAAA;QACP,IAAI,CAAC,sBAAsB,EAAE,CAAC;KACjC;;IAGD,eAAe,GAAA;QACX,KAAK,CAAC,eAAe,EAAE,CAAC;KAC3B;;IAGD,WAAW,GAAA;QACP,KAAK,CAAC,WAAW,EAAE,CAAC;KACvB;;IAID,sBAAsB,GAAA;QAClB,OAAO;AACH,YAAA,cAAc,CAAC,gBAAgB;AAC/B,YAAA,IAAI,CAAC,oBAAoB;AACzB,YAAA,IAAI,CAAC,iBAAiB,CAAC,WAAW,GAAG,cAAc,CAAC,UAAU,GAAG,EAAE;AACnE,YAAA,IAAI,CAAC,iBAAiB,CAAC,aAAa,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,GAAG,EAAE;AAChF,YAAA,IAAI,CAAC,MAAM;SACd,CAAC;KACL;;AAGD,IAAA,IAAY,oBAAoB,GAAA;AAC5B,QAAA,QAAQ,IAAI,CAAC,OAAO,CAAC,IAAI;AACrB,YAAA,KAAK,OAAO;gBACR,OAAO,cAAc,CAAC,mBAAmB,CAAC;AAC9C,YAAA,KAAK,SAAS;gBACV,OAAO,cAAc,CAAC,qBAAqB,CAAC;AAChD,YAAA,KAAK,SAAS;gBACV,OAAO,cAAc,CAAC,qBAAqB,CAAC;AAChD,YAAA,KAAK,aAAa;gBACd,OAAO,cAAc,CAAC,yBAAyB,CAAC;AACpD,YAAA,KAAK,cAAc;gBACf,OAAO,cAAc,CAAC,0BAA0B,CAAC;AACrD,YAAA;AACI,gBAAA,OAAO,EAAE,CAAC;AACjB,SAAA;KACJ;8GAvGQ,mBAAmB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAA,gBAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAAC,aAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,MAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAnB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,mBAAmB,EAFjB,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,qBAAA,EAAA,CAAA,eAAA,EAAA,uBAAA,CAAA,EAAA,wBAAA,EAAA,CAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,UAAA,EAAA,IAAA,EAAA,MAAA,EAAA,QAAA,EAAA,EAAA,EAAA,SAAA,EAAA,CAAC,EAAE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,mBAAmB,EAAE,CAAC,oLC1C9E,ojCAsBA,EAAA,MAAA,EAAA,CAAA,8+MAAA,CAAA,EAAA,aAAA,EAAA,EAAA,CAAA,iBAAA,CAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;ADmGI,UAAA,CAAA;IADC,aAAa;;;;AASb,CAAA,EAAA,mBAAA,CAAA,SAAA,EAAA,wBAAA,EAAA,IAAA,CAAA,CAAA;2FArFQ,mBAAmB,EAAA,UAAA,EAAA,CAAA;kBAX/B,SAAS;AACI,YAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,gBAAgB,EAGpB,IAAA,EAAA;AACF,wBAAA,QAAQ,EAAE,IAAI;AACd,wBAAA,IAAI,EAAE,QAAQ;AACjB,qBAAA,EAAA,aAAA,EACc,iBAAiB,CAAC,IAAI,EAAA,SAAA,EAC1B,CAAC,EAAE,OAAO,EAAE,cAAc,EAAE,WAAW,EAAA,mBAAqB,EAAE,CAAC,EAAA,QAAA,EAAA,ojCAAA,EAAA,MAAA,EAAA,CAAA,8+MAAA,CAAA,EAAA,CAAA;;0BAmCrE,QAAQ;;0BACR,QAAQ;;0BACR,QAAQ;;0BACR,QAAQ;oIA9BT,KAAK,EAAA,CAAA;sBADR,KAAK;gBAQF,qBAAqB,EAAA,CAAA;sBADxB,KAAK;uBAAC,eAAe,CAAA;gBAQlB,wBAAwB,EAAA,CAAA;sBAD3B,KAAK;uBAAC,kBAAkB,CAAA;gBAOzB,YAAY,EAAA,CAAA;sBADX,SAAS;uBAAC,cAAc,CAAA;gBAoDzB,sBAAsB,EAAA,EAAA,EAAA,EAAA,CAAA;;AErHnB,MAAM,qBAAqB,GAAG,kCAAkC;AAEvE;;;;;;;;;;;AAWK;AAKC,MAAO,yBAA0B,SAAQ,gBAAgB,CAAA;;AAE3D,IAAA,IAAI,gBAAgB,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,UAAU,EAAE,iBAAiB,IAAI,EAAE,CAAC;KACnD;;AAGD,IAAA,WAAA,CAAgC,UAA2B,EAAA;AACvD,QAAA,KAAK,EAAE,CAAC;QADoB,IAAU,CAAA,UAAA,GAAV,UAAU,CAAiB;KAE1D;;IAGD,kBAAkB,GAAA;QACd,KAAK,CAAC,kBAAkB,EAAE,CAAC;KAC9B;;IAGD,eAAe,GAAA;AACX,QAAA,IAAI,CAAC,uBAAuB,CAAC,qBAAqB,CAAC,CAAC;KACvD;8GAnBQ,yBAAyB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAC,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAzB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,yBAAyB,oFCtBtC,+WAQA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,YAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,WAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,iBAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,uBAAA,EAAA,QAAA,EAAA,qUAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,CAAA,EAAA,QAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;2FDca,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBAJrC,SAAS;+BACI,uBAAuB,EAAA,QAAA,EAAA,+WAAA,EAAA,CAAA;;0BAUpB,QAAQ;;;AE1BzB;;;;;;AAMG;MAMU,+BAA+B,CAAA;;AAMxC,IAAA,IAAI,gBAAgB,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,UAAU,EAAE,iBAAiB,IAAI,EAAE,CAAC;KACnD;;AAGD,IAAA,WAAA,CAAgC,UAA2B,EAAA;QAA3B,IAAU,CAAA,UAAA,GAAV,UAAU,CAAiB;KAAI;;AAG/D,IAAA,IAAI,iBAAiB,GAAA;AACjB,QAAA,OAAO,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC;KACnD;;AAGD,IAAA,IAAI,QAAQ,GAAA;AACR,QAAA,OAAO,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,IAAI,IAAI,CAAC,aAAa,CAAC;KACvF;;AAGD,IAAA,IAAI,aAAa,GAAA;AACb,QAAA,QAAQ,IAAI,CAAC,gBAAgB,CAAC,IAAI;AAC9B,YAAA,KAAK,OAAO;AACR,gBAAA,OAAO,eAAe,CAAC;AAC3B,YAAA,KAAK,SAAS;AACV,gBAAA,OAAO,iBAAiB,CAAC;AAC7B,YAAA,KAAK,SAAS;AACV,gBAAA,OAAO,iBAAiB,CAAC;AAC7B,YAAA,KAAK,aAAa;AACd,gBAAA,OAAO,qBAAqB,CAAC;AACjC,YAAA,KAAK,cAAc;AACf,gBAAA,OAAO,eAAe,CAAC;AAC3B,YAAA;AACI,gBAAA,OAAO,EAAE,CAAC;AACjB,SAAA;KACJ;8GAvCQ,+BAA+B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAF,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,+BAA+B,gGAH9B,CAA+D,6DAAA,CAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FAGhE,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAL3C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,QAAQ,EAAE,CAA+D,6DAAA,CAAA;oBACzE,eAAe,EAAE,uBAAuB,CAAC,MAAM;AAClD,iBAAA,CAAA;;0BAYgB,QAAQ;4CARrB,KAAK,EAAA,CAAA;sBADJ,KAAK;;;ACHV;;;;;;;;;;;;;;;AAeG;AAMG,MAAO,yBAA0B,SAAQ,gBAAgB,CAAA;;AAU3D,IAAA,IAAI,gBAAgB,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,UAAU,EAAE,iBAAiB,IAAI,EAAE,CAAC;KACnD;;IAGD,WAAoB,CAAA,IAAuB,EAAsB,UAA2B,EAAA;QACxF,KAAK,CAAC,IAAI,CAAC,CAAC;QADI,IAAI,CAAA,IAAA,GAAJ,IAAI,CAAmB;QAAsB,IAAU,CAAA,UAAA,GAAV,UAAU,CAAiB;KAE3F;;AAGD,IAAA,IAAI,iBAAiB,GAAA;AACjB,QAAA,QACI,CAAC,IAAI,CAAC,sBAAsB;AAC5B,aAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,IAAI,CAAC,gBAAgB,CAAC,gBAAgB;gBAClE,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,kBAAkB,CAAC,EACjD;KACL;;IAGD,eAAe,GAAA;;;AAGX,QAAA,OAAO,CAAC,OAAO,EAAE,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,CAAC,CAAC;KAC1D;8GAjCQ,yBAAyB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAAA,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAzB,yBAAyB,EAAA,QAAA,EAAA,uBAAA,EAAA,OAAA,EAAA,CAAA,EAAA,YAAA,EAAA,wBAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAMpB,+BAA+B,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,WAAA,EAAA,CAAA,EAAA,YAAA,EAAA,0BAAA,EAAA,KAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA,0BAAA,CAAA,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,ECzCjD,ykCA+BA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,YAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,WAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,mBAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,WAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,uBAAA,EAAA,QAAA,EAAA,qUAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,CAAA,EAAA,QAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,+BAAA,EAAA,QAAA,EAAA,8BAAA,EAAA,MAAA,EAAA,CAAA,OAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FDIa,yBAAyB,EAAA,UAAA,EAAA,CAAA;kBALrC,SAAS;+BACI,uBAAuB,EAAA,eAAA,EAEhB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,ykCAAA,EAAA,CAAA;;0BAiBD,QAAQ;4CAZtD,wBAAwB,EAAA,CAAA;sBADvB,SAAS;uBAAC,0BAA0B,CAAA;gBAKrC,sBAAsB,EAAA,CAAA;sBADrB,YAAY;uBAAC,+BAA+B,CAAA;;;AEtCjD;;;;;;AAMG;MASU,uBAAuB,CAAA;;AAEhC,IAAA,IAAI,gBAAgB,GAAA;AAChB,QAAA,OAAO,IAAI,CAAC,UAAU,EAAE,iBAAiB,IAAI,EAAE,CAAC;KACnD;;AAED,IAAA,WAAA,CAAgC,UAA2B,EAAA;QAA3B,IAAU,CAAA,UAAA,GAAV,UAAU,CAAiB;KAAI;8GANtD,uBAAuB,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAH,cAAA,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAAvB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,uBAAuB,mNANtB,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;2FAM5B,uBAAuB,EAAA,UAAA,EAAA,CAAA;kBARnC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,qBAAqB;AAC/B,oBAAA,QAAQ,EAAE,2BAA2B;AACrC,oBAAA,IAAI,EAAE;AACF,wBAAA,8BAA8B,EAAE,MAAM;AACtC,wBAAA,mDAAmD,EAAE,mCAAmC;AAC3F,qBAAA;AACJ,iBAAA,CAAA;;0BAOgB,QAAQ;;;ACZzB;MAMa,0BAA0B,CAAA;;IAenC,WAAmB,CAAA,iBAAmC,EAAU,kBAAqC,EAAA;QAAlF,IAAiB,CAAA,iBAAA,GAAjB,iBAAiB,CAAkB;QAAU,IAAkB,CAAA,kBAAA,GAAlB,kBAAkB,CAAmB;KAAI;;IAGzG,QAAQ,GAAA;AACJ,QAAA,IAAI,CAAC,cAAc,GAAG,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,YAAY,IAAI,IAAI,CAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;KAC7G;;IAGD,eAAe,GAAA;QACX,IAAI,CAAC,mBAAmB,EAAE,CAAC;KAC9B;;IAGD,cAAc,GAAA;AACV,QAAA,IAAI,CAAC,kBAAkB,EAAE,mBAAmB,IAAI,CAAC;KACpD;;IAGD,gBAAgB,GAAA;AACZ,QAAA,IAAI,CAAC,kBAAkB,EAAE,qBAAqB,IAAI,CAAC;KACtD;;IAGD,eAAe,GAAA;AACX,QAAA,IAAI,CAAC,kBAAkB,EAAE,oBAAoB,IAAI,CAAC;KACrD;;IAGO,mBAAmB,GAAA;AACvB,QAAA,IAAI,CAAC,gBAAgB;AACjB,YAAA,IAAI,CAAC,kBAAkB,EAAE,OAAO,YAAY,WAAW;AACnD,kBAAE,IAAI,CAAC,kBAAkB,CAAC,OAAO;AACjC,kBAAE,IAAI,CAAC,oBAAoB,CAAC;AAEpC,QAAA,IAAI,CAAC,kBAAkB,CAAC,aAAa,EAAE,CAAC;KAC3C;8GAlDQ,0BAA0B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAF,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA1B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,0BAA0B,mLClBvC,q0CAkCA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,oBAAA,EAAA,MAAA,EAAA,CAAA,yBAAA,EAAA,kBAAA,EAAA,0BAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAG,EAAA,CAAA,qBAAA,EAAA,QAAA,EAAA,yDAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,EAAA,SAAA,EAAA,kBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,kBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,WAAA,EAAA,QAAA,EAAA,OAAA,EAAA,WAAA,EAAA,gBAAA,EAAA,IAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAE,IAAA,CAAA,uBAAA,EAAA,QAAA,EAAA,qUAAA,EAAA,MAAA,EAAA,CAAA,kBAAA,EAAA,WAAA,EAAA,aAAA,EAAA,QAAA,CAAA,EAAA,QAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,cAAA,EAAA,QAAA,EAAA,oFAAA,EAAA,MAAA,EAAA,CAAA,YAAA,EAAA,MAAA,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,yBAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,yBAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,uBAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,mBAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,eAAA,EAAA,kBAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA,EAAA;;2FDhBa,0BAA0B,EAAA,UAAA,EAAA,CAAA;kBALtC,SAAS;+BACI,wBAAwB,EAAA,eAAA,EAEjB,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,q0CAAA,EAAA,CAAA;oIAK/C,oBAAoB,EAAA,CAAA;sBADnB,SAAS;uBAAC,aAAa,CAAA;;;AEO5B;AAMM,MAAO,4BACT,SAAQ,yBAAgD,CAAA;;IAIxD,IACI,KAAK,CAAC,SAAiB,EAAA;AACvB,QAAA,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,sBAAsB,EAAE,CAAC;KACjC;;IAcD,WACW,CAAA,gBAAkC,EACjC,cAA6B,EAC7B,WAAuB,EAC/B,UAAsB,EACtB,iBAAoC,EACpC,QAAkB,EAAA;AAElB,QAAA,KAAK,CAAC,UAAU,EAAE,QAAQ,EAAE,iBAAiB,CAAC,CAAC;QAPxC,IAAgB,CAAA,gBAAA,GAAhB,gBAAgB,CAAkB;QACjC,IAAc,CAAA,cAAA,GAAd,cAAc,CAAe;QAC7B,IAAW,CAAA,WAAA,GAAX,WAAW,CAAY;;QAbnC,IAAe,CAAA,eAAA,GAAG,MAAM,CAAC;;QAOjB,IAAM,CAAA,MAAA,GAAG,EAAE,CAAC;KAYnB;;IAID,sBAAsB,GAAA;QAClB,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,GAAG,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1G;;AAID,IAAA,cAAc,CAAC,KAAqB,EAAA;AAChC,QAAA,MAAM,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;QAE1B,IAAI,OAAO,KAAK,QAAQ,EAAE;AACtB,YAAA,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE,CAAC;AACtC,YAAA,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC;AAC7C,SAAA;KACJ;;IAGD,eAAe,GAAA;QACX,UAAU,CAAC,MAAK;YACZ,IAAI,CAAC,YAAY,EAAE,CAAC;YACpB,IAAI,CAAC,cAAc,EAAE,CAAC;AAC1B,SAAC,CAAC,CAAC;KACN;;AAGS,IAAA,SAAS,CAAC,KAAiC,EAAA;QACjD,IAAI,KAAK,YAAY,YAAY,EAAE;AAC/B,YAAA,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,CAAC;AAC1C,SAAA;aAAM,IAAI,KAAK,YAAY,eAAe,EAAE;YACzC,KAAK,CAAC,YAAY,EAAE,CAAC;AACxB,SAAA;KACJ;;IAGS,YAAY,GAAA;AAClB,QAAA,IAAI,IAAI,CAAC,YAAY,YAAY,IAAI,EAAE;AACnC,YAAA,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AAChD,SAAA;AAAM,aAAA,IAAI,IAAI,CAAC,YAAY,YAAY,WAAW,EAAE;AACjD,YAAA,IAAI,CAAC,mBAAmB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,CAAC,gBAAgB,EAAE,CAAC,CAAC;AACxE,SAAA;AAAM,aAAA;YACH,IAAI,CAAC,4BAA4B,CAAC,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,CAAC;AAChE,SAAA;AACD,QAAA,IAAI,CAAC,eAAe,GAAG,SAAS,CAAC;AACjC,QAAA,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;KAC7B;;IAGO,gBAAgB,GAAA;AACpB,QAAA,OAAO,EAAE,SAAS,EAAE,IAAI,CAAC,cAAc,EAAE,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,EAAE,CAAC;KACtF;;AAGO,IAAA,4BAA4B,CAAC,OAAiC,EAAA;AAClE,QAAA,IAAI,CAAC,oBAAoB,CAAC,0BAA0B,CAAC,CAAC;AACtD,QAAA,MAAM,QAAQ,GAAI,IAAI,CAAC,aAA0D,CAAC,QAAQ,CAAC;AAC3F,QAAA,QAAQ,CAAC,kBAAkB,GAAG,OAAO,CAAC;KACzC;AAED;;;AAGG;IACK,cAAc,GAAA;QAClB,MAAM,QAAQ,GAAe,MAAK;AAC9B,YAAA,IAAI,CAAC,eAAe,GAAG,QAAQ,CAAC;AAChC,YAAA,IAAI,CAAC,IAAI,CAAC,aAAa,EAAE,CAAC;AAC9B,SAAC,CAAC;AACF,QAAA,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;AACjF,YAAA,IAAI,EAAE,MAAM,QAAQ,EAAE;AACtB,YAAA,KAAK,EAAE,MAAM,QAAQ,EAAE;AAC1B,SAAA,CAAC,CAAC;KACN;8GA1GQ,4BAA4B,EAAA,IAAA,EAAA,CAAA,EAAA,KAAA,EAAAV,gBAAA,EAAA,EAAA,EAAA,KAAA,EAAAC,aAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,UAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,KAAA,EAAA,EAAA,CAAA,QAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA5B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,4BAA4B,8PAgB1B,eAAe,EAAA,WAAA,EAAA,IAAA,EAAA,CAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAnBhB,4EAA4E,EAC1E,QAAA,EAAA,IAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAE,IAAA,CAAA,eAAA,EAAA,QAAA,EAAA,mBAAA,EAAA,MAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,OAAA,EAAA,CAAA,UAAA,CAAA,EAAA,QAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,CAAA,EAAA,UAAA,EAAA,CAAC,UAAU,CAAC,EAAA,CAAA,CAAA,EAAA;;AAsCxB,UAAA,CAAA;IADC,aAAa;;;;AAGb,CAAA,EAAA,4BAAA,CAAA,SAAA,EAAA,wBAAA,EAAA,IAAA,CAAA,CAAA;2FAtCQ,4BAA4B,EAAA,UAAA,EAAA,CAAA;kBALxC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,0BAA0B;AACpC,oBAAA,QAAQ,EAAE,4EAA4E;oBACtF,UAAU,EAAE,CAAC,UAAU,CAAC;AAC3B,iBAAA,CAAA;sOAOO,KAAK,EAAA,CAAA;sBADR,KAAK;gBAQN,eAAe,EAAA,CAAA;sBADd,WAAW;uBAAC,QAAQ,CAAA;gBAKrB,YAAY,EAAA,CAAA;sBADX,SAAS;uBAAC,eAAe,CAAA;AAoB1B,aAAA,CAAA,EAAA,sBAAsB,MAMtB,cAAc,EAAA,CAAA;sBADb,YAAY;uBAAC,aAAa,EAAE,CAAC,QAAQ,CAAC,CAAA;;;AC7D3C;AAEM,MAAO,iBAAkB,SAAQ,iBAA+C,CAAA;;AAElF,IAAA,WAAA,CAC4D,cAAgC,EACpE,WAAuB,EAC1B,QAAiB,EAAA;AAElC,QAAA,KAAK,EAAE,CAAC;QAJgD,IAAc,CAAA,cAAA,GAAd,cAAc,CAAkB;QACpE,IAAW,CAAA,WAAA,GAAX,WAAW,CAAY;QAC1B,IAAQ,CAAA,QAAA,GAAR,QAAQ,CAAS;KAGrC;AAED;;;;AAIG;IACI,IAAI,CAAU,OAA8B,EAAE,MAA4B,EAAA;AAC7E,QAAA,MAAM,aAAa,GAAG,IAAI,aAAa,EAAE,CAAC;AAE1C,QAAA,MAAM,GAAG,IAAI,CAAC,mBAAmB,CAAC,MAAM,IAAI,EAAE,EAAE,IAAI,CAAC,cAAc,IAAI,IAAI,gBAAgB,EAAE,CAAC,CAAC;AAC/F,QAAA,aAAa,CAAC,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC;AAEjC,QAAA,MAAM,QAAQ,GAAG,QAAQ,CAAC,MAAM,CAAC;AAC7B,YAAA,SAAS,EAAE;AACP,gBAAA,EAAE,OAAO,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,EAAE;AAC/C,gBAAA,EAAE,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,aAAa,EAAE;gBACnD,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,CAAC,WAAW,EAAE;AACtD,aAAA;YACD,MAAM,EAAE,MAAM,CAAC,QAAQ;AAC1B,SAAA,CAAC,CAAC;AAEH,QAAA,MAAM,UAAU,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,IAAI,aAAa,EAAE,CAAC,CAAC;QAE7D,MAAM,MAAM,GAAG,IAAI,eAAe,CAAC,4BAA4B,EAAE,IAAI,EAAE,QAAQ,CAAC,CAAC;QAEjF,MAAM,YAAY,GAAG,UAAU,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;AAE/C,QAAA,YAAY,CAAC,QAAQ,CAAC,YAAY,GAAG,OAAO,CAAC;AAC7C,QAAA,YAAY,CAAC,QAAQ,CAAC,gBAAgB,GAAG,MAAM,CAAC;AAEhD,QAAA,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;AAEjC,QAAA,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,MAAK;AACpE,YAAA,IAAI,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC;YAClC,YAAY,CAAC,OAAO,EAAE,CAAC;YACvB,UAAU,CAAC,OAAO,EAAE,CAAC;AACzB,SAAC,CAAC,CAAC;AAEH,QAAA,OAAO,aAAa,CAAC;KACxB;AAhDQ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,iBAAiB,kBAGF,0BAA0B,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAAQ,EAAA,CAAA,UAAA,EAAA,QAAA,EAAA,IAAA,EAAA,EAAA,EAAA,KAAA,EAAAC,IAAA,CAAA,OAAA,EAAA,CAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA,EAAA;kHAHzC,iBAAiB,EAAA,CAAA,CAAA,EAAA;;2FAAjB,iBAAiB,EAAA,UAAA,EAAA,CAAA;kBAD7B,UAAU;;0BAIF,QAAQ;;0BAAI,MAAM;2BAAC,0BAA0B,CAAA;;0BAC7C,QAAQ;;;AChBjB;;;AAGG;AAQH;MACa,wBAAwB,CAAA;;AAEjC,IAAA,WAAA,GAAA;QACI,QAAQ,CAAC,kFAAkF,CAAC,CAAC;KAChG;8GAJQ,wBAAwB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;kGAAxB,wBAAwB,EAAA,QAAA,EAAA,kCAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,uCAAA,EAAA,MAAA,EAAA,EAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA;;2FAAxB,wBAAwB,EAAA,UAAA,EAAA,CAAA;kBARpC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;;AAEP,oBAAA,QAAQ,EAAE,kCAAkC;AAC5C,oBAAA,IAAI,EAAE;AACF,wBAAA,yCAAyC,EAAE,MAAM;AACpD,qBAAA;AACJ,iBAAA,CAAA;;;ACVD;;;AAGG;AAKG,MAAO,+BAAgC,SAAQ,mBAAmB,CAAA;;AAEpE,IAAA,WAAA,GAAA;AACI,QAAA,KAAK,EAAE,CAAC;QACR,QAAQ,CAAC,8EAA8E,CAAC,CAAC;KAC5F;8GALQ,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA,EAAA;AAA/B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,+BAA+B,2FAF9B,2BAA2B,EAAA,QAAA,EAAA,IAAA,EAAA,CAAA,CAAA,EAAA;;2FAE5B,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAJ3C,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,8BAA8B;AACxC,oBAAA,QAAQ,EAAE,2BAA2B;AACxC,iBAAA,CAAA;;;ACWD,MAAM,YAAY,GAAG;IACjB,+BAA+B;IAC/B,+BAA+B;IAC/B,4BAA4B;IAC5B,0BAA0B;IAC1B,yBAAyB;IACzB,yBAAyB;IACzB,wBAAwB;IACxB,uBAAuB;IACvB,mBAAmB;CACtB,CAAC;MAiBW,gBAAgB,CAAA;8GAAhB,gBAAgB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAhB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,iBA1BzB,+BAA+B;YAC/B,+BAA+B;YAC/B,4BAA4B;YAC5B,0BAA0B;YAC1B,yBAAyB;YACzB,yBAAyB;YACzB,wBAAwB;YACxB,uBAAuB;AACvB,YAAA,mBAAmB,aAMf,YAAY;YACZ,UAAU;YACV,kBAAkB;YAClB,cAAc;YACd,SAAS;YACT,WAAW;YACX,YAAY;AACZ,YAAA,YAAY,aArBhB,+BAA+B;YAC/B,+BAA+B;YAC/B,4BAA4B;YAC5B,0BAA0B;YAC1B,yBAAyB;YACzB,yBAAyB;YACzB,wBAAwB;YACxB,uBAAuB;AACvB,YAAA,mBAAmB,EAeK,cAAc,EAAE,kBAAkB,EAAE,WAAW,CAAA,EAAA,CAAA,CAAA,EAAA;AAG9D,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,gBAAgB,aAFd,CAAC,iBAAiB,EAAE,uBAAuB,CAAC,YAVnD,YAAY;YACZ,UAAU;YACV,kBAAkB;YAClB,cAAc;YACd,SAAS;YACT,WAAW;YACX,YAAY;AACZ,YAAA,YAAY,EAEQ,cAAc,EAAE,kBAAkB,EAAE,WAAW,CAAA,EAAA,CAAA,CAAA,EAAA;;2FAG9D,gBAAgB,EAAA,UAAA,EAAA,CAAA;kBAf5B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,YAAY,EAAE,CAAC,YAAY,CAAC;AAC5B,oBAAA,OAAO,EAAE;wBACL,YAAY;wBACZ,UAAU;wBACV,kBAAkB;wBAClB,cAAc;wBACd,SAAS;wBACT,WAAW;wBACX,YAAY;wBACZ,YAAY;AACf,qBAAA;oBACD,OAAO,EAAE,CAAC,YAAY,EAAE,cAAc,EAAE,kBAAkB,EAAE,WAAW,CAAC;AACxE,oBAAA,SAAS,EAAE,CAAC,iBAAiB,EAAE,uBAAuB,CAAC;AAC1D,iBAAA,CAAA;;;AC5CK,MAAO,iBAAkB,SAAQ,iBAAiB,CAAA;AAGvD;;ACND;;AAEG;;;;"}
1
+ {"version":3,"file":"fundamental-ngx-core-message-box.mjs","sources":["../../../../libs/core/src/lib/message-box/utils/message-box-config.class.ts","../../../../libs/core/src/lib/message-box/utils/message-box-ref.class.ts","../../../../libs/core/src/lib/message-box/utils/const.ts","../../../../libs/core/src/lib/message-box/message-box.component.ts","../../../../libs/core/src/lib/message-box/message-box.component.html","../../../../libs/core/src/lib/message-box/message-box-footer/message-box-footer.component.ts","../../../../libs/core/src/lib/message-box/message-box-footer/message-box-footer.component.html","../../../../libs/core/src/lib/message-box/message-box-semantic-icon/message-box-semantic-icon.component.ts","../../../../libs/core/src/lib/message-box/message-box-header/message-box-header.component.ts","../../../../libs/core/src/lib/message-box/message-box-header/message-box-header.component.html","../../../../libs/core/src/lib/message-box/message-box-body/message-box-body.component.ts","../../../../libs/core/src/lib/message-box/message-box-default/message-box-default.component.ts","../../../../libs/core/src/lib/message-box/message-box-default/message-box-default.component.html","../../../../libs/core/src/lib/message-box/message-box-container/message-box-container.component.ts","../../../../libs/core/src/lib/message-box/services/message-box.service.ts","../../../../libs/core/src/lib/message-box/message-box.module.ts","../../../../libs/core/src/lib/message-box/utils/message-box-content.class.ts","../../../../libs/core/src/lib/message-box/fundamental-ngx-core-message-box.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-inferrable-types */\n\nimport { Injectable, InjectionToken, Injector } from '@angular/core';\nimport { DialogConfigBase } from '@fundamental-ngx/core/dialog';\n\nexport const MESSAGE_BOX_DEFAULT_CONFIG = new InjectionToken<MessageBoxConfig>('Default MessageBoxConfig');\n\nexport type MessageBoxType = 'error' | 'success' | 'warning' | 'information' | 'confirmation';\n\n/** @hidden */\nexport abstract class MessageBoxHost {\n /** @hidden */\n _messageBoxConfig: MessageBoxConfig | undefined;\n}\n\n@Injectable()\nexport class MessageBoxConfig<T = any> extends DialogConfigBase<T> {\n /** Message box type */\n type?: MessageBoxType;\n /** Whether to show the semantic icon */\n showSemanticIcon?: boolean = false;\n /** Custom semantic icon name */\n customSemanticIcon?: string;\n /** Injector */\n injector?: Injector;\n}\n","import { DialogRefBase } from '@fundamental-ngx/core/dialog';\nimport { Injectable } from '@angular/core';\n\n@Injectable()\nexport class MessageBoxRef<T = any> extends DialogRefBase<T> {}\n","export const CSS_CLASS_NAME = {\n messageBox: 'fd-message-box',\n messageBoxActive: 'fd-message-box--active',\n\n messageBoxTypeError: 'fd-message-box--error',\n messageBoxTypeWarning: 'fd-message-box--warning',\n messageBoxTypeSuccess: 'fd-message-box--success',\n messageBoxTypeInformation: 'fd-message-box--information',\n messageBoxTypeConfirmation: 'fd-message-box--confirmation'\n};\n","import {\n AfterViewInit,\n ChangeDetectorRef,\n Component,\n ElementRef,\n Input,\n OnChanges,\n OnDestroy,\n OnInit,\n Optional,\n ViewChild,\n ViewEncapsulation\n} from '@angular/core';\nimport { Router } from '@angular/router';\n\nimport { applyCssClass, CssClassBuilder, FocusTrapService, RtlService } from '@fundamental-ngx/cdk/utils';\nimport { DialogBase } from '@fundamental-ngx/core/dialog';\n\nimport { MessageBoxHost, MessageBoxConfig } from './utils/message-box-config.class';\nimport { MessageBoxRef } from './utils/message-box-ref.class';\nimport { CSS_CLASS_NAME } from './utils/const';\n\n/**\n * Message box component.\n *\n * ```html\n * <fd-message-box>\n * <fd-message-box-header></fd-message-box-header>\n * <fd-message-box-body></fd-message-box-body>\n * <fd-message-box-footer></fd-message-box-footer>\n * </fd-message-box>\n * ```\n */\n@Component({\n selector: 'fd-message-box',\n templateUrl: './message-box.component.html',\n styleUrls: ['./message-box.component.scss'],\n host: {\n tabindex: '-1',\n role: 'dialog'\n },\n encapsulation: ViewEncapsulation.None,\n providers: [{ provide: MessageBoxHost, useExisting: MessageBoxComponent }]\n})\nexport class MessageBoxComponent\n extends DialogBase\n implements OnInit, OnChanges, AfterViewInit, OnDestroy, CssClassBuilder, MessageBoxHost\n{\n /** Custom classes */\n @Input()\n set class(userClass: string) {\n this._class = userClass;\n }\n\n /** MessageBoxRef - should be used for Template based Dialog implementation */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('messageBoxRef')\n set embeddedMessageBoxRef(value: MessageBoxRef) {\n this._messageBoxRef = value;\n }\n\n /** MessageBoxConfig - should be used for Template based Dialog implementation */\n // eslint-disable-next-line @angular-eslint/no-input-rename\n @Input('messageBoxConfig')\n set embeddedMessageBoxConfig(value: MessageBoxConfig) {\n this._messageBoxConfig = value;\n }\n\n /** @hidden */\n @ViewChild('dialogWindow')\n dialogWindow: ElementRef;\n\n /** @hidden */\n private _class = '';\n\n /** @hidden */\n constructor(\n @Optional() public _messageBoxConfig: MessageBoxConfig,\n @Optional() private _messageBoxRef: MessageBoxRef,\n @Optional() router: Router,\n @Optional() rtlService: RtlService,\n focusTrapService: FocusTrapService,\n changeDetectorRef: ChangeDetectorRef,\n elementRef: ElementRef\n ) {\n super(router, elementRef, changeDetectorRef, rtlService, focusTrapService);\n }\n\n /** @hidden */\n get _config(): MessageBoxConfig {\n return this._messageBoxConfig;\n }\n\n /** @hidden */\n get _ref(): MessageBoxRef {\n return this._messageBoxRef;\n }\n\n /** @hidden */\n ngOnInit(): void {\n super.ngOnInit();\n this.buildComponentCssClass();\n }\n\n /** @hidden */\n ngOnChanges(): void {\n this.buildComponentCssClass();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n super.ngAfterViewInit();\n }\n\n /** @hidden */\n ngOnDestroy(): void {\n super.ngOnDestroy();\n }\n\n /** @hidden */\n @applyCssClass\n buildComponentCssClass(): string[] {\n return [\n CSS_CLASS_NAME.messageBoxActive,\n this._messageBoxTypeClass,\n this._messageBoxConfig.hasBackdrop ? CSS_CLASS_NAME.messageBox : '',\n this._messageBoxConfig.backdropClass ? this._messageBoxConfig.backdropClass : '',\n this._class\n ];\n }\n\n /** @hidden */\n private get _messageBoxTypeClass(): string {\n switch (this._config.type) {\n case 'error':\n return CSS_CLASS_NAME.messageBoxTypeError;\n case 'success':\n return CSS_CLASS_NAME.messageBoxTypeSuccess;\n case 'warning':\n return CSS_CLASS_NAME.messageBoxTypeWarning;\n case 'information':\n return CSS_CLASS_NAME.messageBoxTypeInformation;\n case 'confirmation':\n return CSS_CLASS_NAME.messageBoxTypeConfirmation;\n default:\n return '';\n }\n }\n}\n","<div\n #dialogWindow\n role=\"dialog\"\n tabindex=\"-1\"\n aria-modal=\"true\"\n [class]=\"_messageBoxConfig.dialogPanelClass\"\n [class.fd-message-box__content]=\"true\"\n [class.fd-message-box__content--s]=\"dialogPaddingSize === 'sm'\"\n [class.fd-message-box__content--m]=\"dialogPaddingSize === 'md'\"\n [class.fd-message-box__content--l]=\"dialogPaddingSize === 'lg'\"\n [class.fd-message-box__content--xl]=\"dialogPaddingSize === 'xl'\"\n [class.fd-message-box__content--mobile]=\"_messageBoxConfig.mobile\"\n [class.fd-message-box__content--no-mobile-stretch]=\"_messageBoxConfig.mobileOuterSpacing\"\n [attr.id]=\"_messageBoxConfig.id\"\n [attr.aria-label]=\"_messageBoxConfig.ariaLabel\"\n [attr.aria-labelledby]=\"_messageBoxConfig.ariaLabelledBy\"\n [attr.aria-describedby]=\"_messageBoxConfig.ariaDescribedBy\"\n>\n <ng-content select=\"fd-message-box-header\"></ng-content>\n <ng-content select=\"fd-message-box-body\"></ng-content>\n <ng-content select=\"fd-message-box-footer\"></ng-content>\n</div>\n","import { AfterContentInit, AfterViewInit, Component, Optional } from '@angular/core';\nimport { MessageBoxConfig, MessageBoxHost } from '../utils/message-box-config.class';\nimport { DialogFooterBase } from '@fundamental-ngx/core/dialog';\n\nexport const MessageBoxButtonClass = 'fd-message-box__decisive-button';\n\n/**\n * Building block of the message box used to create message box header.\n *\n * ```html\n * <fd-message-box-footer><!--Content--></fd-message-box-footer>\n *\n * Complex footer:\n * <fd-message-box-footer>\n * <ng-template fdkTemplate=\"footer\"><!--Content--></ng-template>\n * </fd-message-box-footer>\n * ```\n * */\n@Component({\n selector: 'fd-message-box-footer',\n templateUrl: './message-box-footer.component.html'\n})\nexport class MessageBoxFooterComponent extends DialogFooterBase implements AfterContentInit, AfterViewInit {\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n\n /** @hidden */\n constructor(@Optional() private messageBox?: MessageBoxHost) {\n super();\n }\n\n /** @hidden */\n ngAfterContentInit(): void {\n super.ngAfterContentInit();\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n this._listenForButtonChanges(MessageBoxButtonClass);\n }\n}\n","<footer fd-bar class=\"fd-message-box__footer\" barDesign=\"footer\" [fdCozy]=\"messageBoxConfig.mobile\">\n <ng-container *ngTemplateOutlet=\"footerTemplate ? footerTemplate : defaultTemplate\"></ng-container>\n <ng-template #defaultTemplate>\n <div fd-bar-right>\n <ng-content></ng-content>\n </div>\n </ng-template>\n</footer>\n","import { ChangeDetectionStrategy, Component, Input, Optional } from '@angular/core';\nimport { MessageBoxConfig, MessageBoxHost } from '../utils/message-box-config.class';\n\n/**\n * Message box element representing the semantic icon in the message box header.\n *\n * ```html\n * <fd-message-box-semantic-icon></fd-message-box-semantic-icon>\n * ```\n */\n@Component({\n selector: 'fd-message-box-semantic-icon',\n template: `<i [class]=\"'sap-icon--' + _getIcon\" role=\"presentation\"></i>`,\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class MessageBoxSemanticIconComponent {\n /** Custom semantic icon */\n @Input()\n glyph: string;\n\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n\n /** @hidden */\n constructor(@Optional() private messageBox?: MessageBoxHost) {}\n\n /** @hidden */\n get _showSemanticIcon(): boolean {\n return !!this.messageBoxConfig.showSemanticIcon;\n }\n\n /** @hidden */\n get _getIcon(): string {\n return this.glyph || this.messageBoxConfig.customSemanticIcon || this._semanticIcon;\n }\n\n /** @hidden */\n get _semanticIcon(): string {\n switch (this.messageBoxConfig.type) {\n case 'error':\n return 'message-error';\n case 'success':\n return 'message-success';\n case 'warning':\n return 'message-warning';\n case 'information':\n return 'message-information';\n case 'confirmation':\n return 'question-mark';\n default:\n return '';\n }\n }\n}\n","import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ContentChild,\n ElementRef,\n Optional,\n ViewChild\n} from '@angular/core';\nimport { DialogHeaderBase } from '@fundamental-ngx/core/dialog';\nimport { MessageBoxSemanticIconComponent } from '../message-box-semantic-icon/message-box-semantic-icon.component';\nimport { MessageBoxConfig, MessageBoxHost } from '../utils/message-box-config.class';\n\n/**\n * Building block of the message box used to create message box header.\n *\n * ```html\n * <fd-message-box-header>\n * <fd-message-box-semantic-icon></fd-message-box-semantic-icon>\n * <h1 fd-title><!-- Content --></h1>\n * </fd-message-box-header>\n *\n * Complex header:\n * <fd-message-box-header>\n * <ng-template fdkTemplate=\"header\"><!--Content--></ng-template>\n * <ng-template fdkTemplate=\"subheader\"><!--Content--></ng-template>\n * </fd-message-box-header>\n * ```\n */\n@Component({\n selector: 'fd-message-box-header',\n templateUrl: './message-box-header.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class MessageBoxHeaderComponent extends DialogHeaderBase implements AfterViewInit {\n /** @hidden */\n @ViewChild('defaultTemplateHeaderBar')\n defaultTemplateHeaderBar?: ElementRef<Element>;\n\n /** @hidden */\n @ContentChild(MessageBoxSemanticIconComponent)\n _projectedSemanticIcon: MessageBoxSemanticIconComponent;\n\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n\n /** @hidden */\n constructor(private _cdr: ChangeDetectorRef, @Optional() private messageBox?: MessageBoxHost) {\n super(_cdr);\n }\n\n /** @hidden */\n get _showSemanticIcon(): boolean {\n return (\n !this._projectedSemanticIcon &&\n ((this.messageBoxConfig.type && this.messageBoxConfig.showSemanticIcon) ||\n !!this.messageBoxConfig.customSemanticIcon)\n );\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n // need to re-check bindings after initialisation in order to reflect the proper state of \"_showSemanticIcon\" getter\n // running this in next microtask to avoid \"ExpressionChangedAfterItHasBeenCheckedError\"\n Promise.resolve().then(() => this._cdr.markForCheck());\n }\n}\n","<div\n fd-bar\n class=\"fd-message-box__header\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n [barDesign]=\"subHeaderTemplate ? 'header-with-subheader' : 'header'\"\n>\n <ng-container *ngTemplateOutlet=\"headerTemplate ? headerTemplate : defaultTemplate\"></ng-container>\n\n <ng-template #defaultTemplate>\n <div fd-bar-left>\n <fd-bar-element #defaultTemplateHeaderBar>\n <fd-message-box-semantic-icon\n class=\"fd-message-box__internal-semantic-icon\"\n *ngIf=\"_showSemanticIcon\"\n ></fd-message-box-semantic-icon>\n <ng-content select=\"fd-message-box-semantic-icon\"></ng-content>\n <ng-content select=\"[fd-title]\"></ng-content>\n </fd-bar-element>\n </div>\n </ng-template>\n</div>\n\n<div\n fd-bar\n *ngIf=\"subHeaderTemplate\"\n class=\"fd-message-box__subheader\"\n barDesign=\"subheader\"\n [fdCozy]=\"messageBoxConfig.mobile\"\n>\n <ng-container *ngTemplateOutlet=\"subHeaderTemplate\"></ng-container>\n</div>\n","import { Component, Optional } from '@angular/core';\nimport { MessageBoxHost, MessageBoxConfig } from '../utils/message-box-config.class';\n\n/**\n * Building block of the message box used to create message box body.\n *\n * ```html\n * <fd-message-box-body></fd-message-box-body>\n * ```\n */\n@Component({\n selector: 'fd-message-box-body',\n template: '<ng-content></ng-content>',\n host: {\n '[class.fd-message-box__body]': 'true',\n '[class.fd-message-box__body--no-vertical-padding]': '!messageBoxConfig.verticalPadding'\n }\n})\nexport class MessageBoxBodyComponent {\n /** @hidden */\n get messageBoxConfig(): MessageBoxConfig {\n return this.messageBox?._messageBoxConfig || {};\n }\n /** @hidden */\n constructor(@Optional() private messageBox?: MessageBoxHost) {}\n}\n","import {\n AfterViewInit,\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n OnInit,\n TemplateRef,\n ViewChild\n} from '@angular/core';\nimport { MessageBoxContent } from '../utils/message-box-content.class';\nimport { MessageBoxConfig } from '../utils/message-box-config.class';\n\n/** Message box component used to create the message box in object based approach */\n@Component({\n selector: 'fd-message-box-default',\n templateUrl: './message-box-default.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush\n})\nexport class MessageBoxDefaultComponent implements OnInit, AfterViewInit {\n /** @hidden */\n @ViewChild('textContent')\n _textContentTemplate: TemplateRef<any>;\n\n /** @hidden */\n _contentTemplate: TemplateRef<any>;\n\n /** @hidden */\n _messageBoxContent: MessageBoxContent | null;\n\n /** @hidden */\n _footerVisible: boolean;\n\n /** @hidden */\n constructor(public _messageBoxConfig: MessageBoxConfig, private _changeDetectorRef: ChangeDetectorRef) {}\n\n /** @hidden */\n ngOnInit(): void {\n this._footerVisible = !!(this._messageBoxContent?.cancelButton || this._messageBoxContent?.approveButton);\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n this._setContentTemplate();\n }\n\n /** @hidden */\n _onCloseButton(): void {\n this._messageBoxContent?.closeButtonCallback?.();\n }\n\n /** @hidden */\n _onApproveButton(): void {\n this._messageBoxContent?.approveButtonCallback?.();\n }\n\n /** @hidden */\n _onCancelButton(): void {\n this._messageBoxContent?.cancelButtonCallback?.();\n }\n\n /** @hidden */\n private _setContentTemplate(): void {\n this._contentTemplate =\n this._messageBoxContent?.content instanceof TemplateRef\n ? this._messageBoxContent.content\n : this._textContentTemplate;\n\n this._changeDetectorRef.detectChanges();\n }\n}\n","<fd-message-box *ngIf=\"_messageBoxContent\">\n <fd-message-box-header>\n <h1 fd-title>{{ _messageBoxContent.title }}</h1>\n </fd-message-box-header>\n <fd-message-box-body>\n <ng-container *ngTemplateOutlet=\"_contentTemplate\"></ng-container>\n </fd-message-box-body>\n <fd-message-box-footer *ngIf=\"_footerVisible\">\n <fd-button-bar\n *ngIf=\"_messageBoxContent.approveButton\"\n fdkInitialFocus\n fdType=\"emphasized\"\n [label]=\"_messageBoxContent.approveButton\"\n [ariaLabel]=\"_messageBoxContent.approveButtonAriaLabel\"\n [id]=\"_messageBoxContent.approveButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onApproveButton()\"\n >\n </fd-button-bar>\n <fd-button-bar\n *ngIf=\"_messageBoxContent.cancelButton\"\n [label]=\"_messageBoxContent.cancelButton\"\n [ariaLabel]=\"_messageBoxContent.closeButtonAriaLabel\"\n [id]=\"_messageBoxContent.cancelButtonId\"\n [fdCompact]=\"!_messageBoxConfig.mobile\"\n (click)=\"_onCancelButton()\"\n >\n </fd-button-bar>\n </fd-message-box-footer>\n</fd-message-box>\n\n<ng-template #textContent>\n {{ _messageBoxContent?.content }}\n</ng-template>\n","import {\n AfterViewInit,\n ChangeDetectorRef,\n Component,\n ComponentRef,\n DestroyRef,\n ElementRef,\n EmbeddedViewRef,\n HostBinding,\n HostListener,\n Injector,\n Input,\n TemplateRef,\n Type,\n ViewChild\n} from '@angular/core';\nimport { AnimationEvent } from '@angular/animations';\nimport { applyCssClass, CssClassBuilder, DynamicComponentContainer } from '@fundamental-ngx/cdk/utils';\nimport { MessageBoxConfig } from '../utils/message-box-config.class';\nimport { MessageBoxRef } from '../utils/message-box-ref.class';\nimport { MessageBoxContent } from '../utils/message-box-content.class';\nimport { MessageBoxDefaultComponent } from '../message-box-default/message-box-default.component';\nimport { MessageBoxContentType } from '../message-box-content.type';\nimport { CdkPortalOutlet, CdkPortalOutletAttachedRef } from '@angular/cdk/portal';\nimport { dialogFade } from '@fundamental-ngx/core/dialog';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\n\n/** Message box container where the message box content is embedded. */\n@Component({\n selector: 'fd-message-box-container',\n template: '<ng-template (attached)=\"_attached($event)\" cdkPortalOutlet></ng-template>',\n animations: [dialogFade]\n})\nexport class MessageBoxContainerComponent\n extends DynamicComponentContainer<MessageBoxContentType>\n implements AfterViewInit, CssClassBuilder\n{\n /** Custom classes */\n @Input()\n set class(userClass: string) {\n this._class = userClass;\n this.buildComponentCssClass();\n }\n\n /** The state of the Dialog animations. */\n @HostBinding('@state')\n _animationState = 'void';\n\n /** @hidden */\n @ViewChild(CdkPortalOutlet)\n portalOutlet: CdkPortalOutlet;\n\n /** @hidden */\n private _class = '';\n\n /** @hidden */\n constructor(\n public messageBoxConfig: MessageBoxConfig,\n private _messageBoxRef: MessageBoxRef,\n private _destroyRef: DestroyRef,\n elementRef: ElementRef,\n changeDetectorRef: ChangeDetectorRef,\n injector: Injector\n ) {\n super(elementRef, injector, changeDetectorRef);\n }\n\n /** @hidden */\n @applyCssClass\n buildComponentCssClass(): string[] {\n return [this.messageBoxConfig.containerClass ? this.messageBoxConfig.containerClass : '', this._class];\n }\n\n /** Handle end of animations, updating the state of the Message Toast. */\n @HostListener('@state.done', ['$event'])\n onAnimationEnd(event: AnimationEvent): void {\n const { toState } = event;\n\n if (toState === 'hidden') {\n this._messageBoxRef._endClose$.next();\n this._messageBoxRef._endClose$.complete();\n }\n }\n\n /** @hidden */\n ngAfterViewInit(): void {\n setTimeout(() => {\n this._loadContent();\n this._listenOnClose();\n });\n }\n\n /** @hidden */\n protected _attached(event: CdkPortalOutletAttachedRef): void {\n if (event instanceof ComponentRef) {\n event.changeDetectorRef.markForCheck();\n } else if (event instanceof EmbeddedViewRef) {\n event.markForCheck();\n }\n }\n\n /** @hidden Load received content */\n protected _loadContent(): void {\n if (this.childContent instanceof Type) {\n this._createFromComponent(this.childContent);\n } else if (this.childContent instanceof TemplateRef) {\n this._createFromTemplate(this.childContent, this._templateContext());\n } else {\n this._createFromDefaultMessageBox(this.childContent ?? null);\n }\n this._animationState = 'visible';\n this._cdr.detectChanges();\n }\n\n /** @hidden Returns context for embedded template*/\n private _templateContext(): { $implicit: MessageBoxRef; messageBoxConfig: MessageBoxConfig } {\n return { $implicit: this._messageBoxRef, messageBoxConfig: this.messageBoxConfig };\n }\n\n /** @hidden Load Dialog component from passed object */\n private _createFromDefaultMessageBox(content: MessageBoxContent | null): void {\n this._createFromComponent(MessageBoxDefaultComponent);\n const instance = (this._componentRef as ComponentRef<MessageBoxDefaultComponent>).instance;\n instance._messageBoxContent = content;\n }\n\n /**\n * @hidden\n * We need to wait until animation plays, and then send signal to the service to destroy the component.\n */\n private _listenOnClose(): void {\n const callback: () => void = () => {\n this._animationState = 'hidden';\n this._cdr.detectChanges();\n };\n this._messageBoxRef.afterClosed.pipe(takeUntilDestroyed(this._destroyRef)).subscribe({\n next: () => callback(),\n error: () => callback()\n });\n }\n}\n","import { Inject, Injectable, Injector, Optional } from '@angular/core';\n\nimport { RtlService } from '@fundamental-ngx/cdk/utils';\nimport { DialogBaseService } from '@fundamental-ngx/core/dialog';\nimport { takeUntil } from 'rxjs';\n\nimport { MESSAGE_BOX_DEFAULT_CONFIG, MessageBoxConfig } from '../utils/message-box-config.class';\nimport { MessageBoxRef } from '../utils/message-box-ref.class';\nimport { MessageBoxContainerComponent } from '../message-box-container/message-box-container.component';\nimport { MessageBoxContentType } from '../message-box-content.type';\nimport { Overlay, OverlayConfig } from '@angular/cdk/overlay';\nimport { ComponentPortal } from '@angular/cdk/portal';\n\n/** Service used to create a message box. */\n@Injectable()\nexport class MessageBoxService extends DialogBaseService<MessageBoxContainerComponent> {\n /** @hidden */\n constructor(\n @Optional() @Inject(MESSAGE_BOX_DEFAULT_CONFIG) private _defaultConfig: MessageBoxConfig,\n @Optional() private _rtlService: RtlService,\n private readonly _overlay: Overlay\n ) {\n super();\n }\n\n /**\n * Opens a message box component with provided content.\n * @param content Content of the message box component.\n * @param config Configuration of the message box component.\n */\n public open<T = any>(content: MessageBoxContentType, config?: MessageBoxConfig<T>): MessageBoxRef<T> {\n const messageBoxRef = new MessageBoxRef();\n\n config = this._applyDefaultConfig(config || {}, this._defaultConfig || new MessageBoxConfig());\n messageBoxRef.data = config.data;\n\n const injector = Injector.create({\n providers: [\n { provide: MessageBoxConfig, useValue: config },\n { provide: MessageBoxRef, useValue: messageBoxRef },\n { provide: RtlService, useValue: this._rtlService }\n ],\n parent: config.injector\n });\n\n const overlayRef = this._overlay.create(new OverlayConfig());\n\n const portal = new ComponentPortal(MessageBoxContainerComponent, null, injector);\n\n const componentRef = overlayRef.attach(portal);\n\n componentRef.instance.childContent = content;\n componentRef.instance.messageBoxConfig = config;\n\n this._dialogs.push(componentRef);\n\n messageBoxRef._endClose$.pipe(takeUntil(this._destroy$)).subscribe(() => {\n this._destroyDialog(componentRef);\n componentRef.destroy();\n overlayRef.dispose();\n });\n\n return messageBoxRef;\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { MessageBoxComponent } from './message-box.component';\nimport { MessageBoxContainerComponent } from './message-box-container/message-box-container.component';\nimport { DynamicComponentService } from '@fundamental-ngx/cdk/utils';\nimport { MessageBoxService } from './services/message-box.service';\nimport { MessageBoxBodyComponent } from './message-box-body/message-box-body.component';\nimport { MessageBoxFooterComponent } from './message-box-footer/message-box-footer.component';\nimport { MessageBoxHeaderComponent } from './message-box-header/message-box-header.component';\nimport { BarModule } from '@fundamental-ngx/core/bar';\nimport { ButtonModule } from '@fundamental-ngx/core/button';\nimport { IconModule } from '@fundamental-ngx/core/icon';\nimport { TitleModule } from '@fundamental-ngx/core/title';\nimport { MessageBoxDefaultComponent } from './message-box-default/message-box-default.component';\nimport { TemplateModule } from '@fundamental-ngx/cdk/utils';\nimport { InitialFocusModule } from '@fundamental-ngx/cdk/utils';\nimport { MessageBoxSemanticIconComponent } from './message-box-semantic-icon/message-box-semantic-icon.component';\nimport { PortalModule } from '@angular/cdk/portal';\n\nconst declarations = [\n MessageBoxSemanticIconComponent,\n MessageBoxContainerComponent,\n MessageBoxDefaultComponent,\n MessageBoxFooterComponent,\n MessageBoxHeaderComponent,\n MessageBoxBodyComponent,\n MessageBoxComponent\n];\n\n@NgModule({\n declarations: [declarations],\n imports: [\n CommonModule,\n IconModule,\n InitialFocusModule,\n TemplateModule,\n BarModule,\n TitleModule,\n ButtonModule,\n PortalModule\n ],\n exports: [declarations, TemplateModule, InitialFocusModule, TitleModule],\n providers: [MessageBoxService, DynamicComponentService]\n})\nexport class MessageBoxModule {}\n","import { DialogContentBase } from '@fundamental-ngx/core/dialog';\nimport { TemplateRef } from '@angular/core';\n\nexport class MessageBoxContent extends DialogContentBase {\n /** @hidden */\n content?: TemplateRef<any> | string;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1.MessageBoxConfig","i2.MessageBoxRef","i1.MessageBoxHost","i3","i4","i5.MessageBoxSemanticIconComponent","i5","i7.MessageBoxFooterComponent","i8.MessageBoxHeaderComponent","i9.MessageBoxBodyComponent","i10.MessageBoxComponent","i1","i2"],"mappings":"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"}
@@ -3,7 +3,7 @@ import { EventEmitter, Component, ViewEncapsulation, ChangeDetectionStrategy, In
3
3
  import { __decorate, __metadata } from 'tslib';
4
4
  import { applyCssClass, destroyObservable, ViewportSizeObservable, ResponsiveBreakpoints } from '@fundamental-ngx/cdk/utils';
5
5
  import * as i3 from '@fundamental-ngx/i18n';
6
- import { I18nModule } from '@fundamental-ngx/i18n';
6
+ import { I18nModule, patchLanguage } from '@fundamental-ngx/i18n';
7
7
  import * as i2 from '@fundamental-ngx/core/content-density';
8
8
  import { ContentDensityDirective } from '@fundamental-ngx/core/content-density';
9
9
  import * as i1 from '@fundamental-ngx/core/button';
@@ -22,17 +22,6 @@ let messageStripUniqueId = 0;
22
22
  * The component that represents a message-strip. It can only be used inline.
23
23
  */
24
24
  class MessageStripComponent {
25
- /**
26
- * @deprecated use i18n capabilities instead
27
- * Aria label for the dismiss button.
28
- */
29
- set dismissLabel(value) {
30
- console.warn("dismissLabel is deprecated. Use i18n capabilities 'coreMessageStrip.dismissLabel' key instead.");
31
- this._dismissLabel = value;
32
- }
33
- get dismissLabel() {
34
- return this._dismissLabel;
35
- }
36
25
  /** @hidden */
37
26
  constructor(elementRef) {
38
27
  this.elementRef = elementRef;
@@ -81,7 +70,7 @@ class MessageStripComponent {
81
70
  ];
82
71
  }
83
72
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageStripComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
84
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageStripComponent, isStandalone: true, selector: "fd-message-strip", inputs: { class: "class", dismissible: "dismissible", noIcon: "noIcon", type: "type", id: "id", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", dismissLabel: "dismissLabel", width: "width", minWidth: "minWidth", marginBottom: "marginBottom" }, outputs: { onDismiss: "onDismiss" }, host: { attributes: { "role": "alert" }, properties: { "attr.aria-labelledby": "ariaLabelledBy", "attr.aria-label": "ariaLabel", "style.width": "width", "style.min-width": "minWidth", "style.margin-bottom": "marginBottom", "attr.id": "id" } }, usesOnChanges: true, ngImport: i0, template: "<button\n class=\"fd-message-strip__close\"\n fd-button\n glyph=\"decline\"\n fdType=\"transparent\"\n fdCompact\n *ngIf=\"dismissible\"\n (click)=\"dismiss()\"\n [attr.aria-controls]=\"id\"\n [attr.aria-label]=\"dismissLabel || ('coreMessageStrip.dismissLabel' | fdTranslate)\"\n [attr.title]=\"dismissLabel || ('coreMessageStrip.dismissLabel' | fdTranslate)\"\n></button>\n<p class=\"fd-message-strip__text\">\n <ng-content></ng-content>\n</p>\n", styles: ["/*!\n * Fundamental Library Styles v0.28.3\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *//*!\n.fd-message-strip+(--information, --success, --warning, --error, --no-icon)\n .fd-message__close\n*/.fd-message-strip{-webkit-box-sizing:border-box;align-items:center;background-color:var(--sapNeutralBackground);border:0;border-color:var(--fdMessageStrip_Border_Color_Neutral);border-radius:var(--fdMessageStrip_Border_Radius);border-style:solid;border-width:var(--fdMessageStrip_Border_Width);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;min-height:2rem;padding:.4375rem 1rem;position:relative}.fd-message-strip:after,.fd-message-strip:before{box-sizing:inherit;font-size:inherit}.fd-message-strip .fd-message-strip__close{position:absolute;right:.125rem;top:.125rem}.fd-message-strip .fd-message-strip__close[dir=rtl],[dir=rtl] .fd-message-strip .fd-message-strip__close{left:.125rem;right:auto}.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--dismissible{padding-left:2.5rem;padding-right:1rem}.fd-message-strip--error,.fd-message-strip--information,.fd-message-strip--success,.fd-message-strip--warning{padding-left:2.5rem}.fd-message-strip--error:after,.fd-message-strip--error:before,.fd-message-strip--information:after,.fd-message-strip--information:before,.fd-message-strip--success:after,.fd-message-strip--success:before,.fd-message-strip--warning:after,.fd-message-strip--warning:before{left:0;line-height:1;position:absolute;top:.5rem;width:2.5rem}.fd-message-strip--error[dir=rtl],.fd-message-strip--information[dir=rtl],.fd-message-strip--success[dir=rtl],.fd-message-strip--warning[dir=rtl],[dir=rtl] .fd-message-strip--error,[dir=rtl] .fd-message-strip--information,[dir=rtl] .fd-message-strip--success,[dir=rtl] .fd-message-strip--warning{padding-left:1rem;padding-right:2.5rem}.fd-message-strip--error[dir=rtl]:before,.fd-message-strip--information[dir=rtl]:before,.fd-message-strip--success[dir=rtl]:before,.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--error:before,[dir=rtl] .fd-message-strip--information:before,[dir=rtl] .fd-message-strip--success:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--error.fd-message-strip--dismissible,.fd-message-strip--information.fd-message-strip--dismissible,.fd-message-strip--success.fd-message-strip--dismissible,.fd-message-strip--warning.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--error.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--information.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--success.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--warning.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--error.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--information.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--success.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--warning.fd-message-strip--dismissible{padding-left:2.5rem}.fd-message-strip--error[dir=rtl]:after,.fd-message-strip--information[dir=rtl]:after,.fd-message-strip--success[dir=rtl]:after,.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after,[dir=rtl] .fd-message-strip--information:after,[dir=rtl] .fd-message-strip--success:after,[dir=rtl] .fd-message-strip--warning:after{font-family:SAP-icons;position:absolute;right:0;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning{background-color:var(--sapWarningBackground);border-color:var(--fdMessageStrip_Border_Color_Warning)}.fd-message-strip--warning:after,.fd-message-strip--warning:before{color:var(--fdMessageStrip_Icon_Color_Warning)}.fd-message-strip--warning:before{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--warning:after{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error{background-color:var(--sapErrorBackground);border-color:var(--fdMessageStrip_Border_Color_Error)}.fd-message-strip--error:after,.fd-message-strip--error:before{color:var(--fdMessageStrip_Icon_Color_Error)}.fd-message-strip--error:before{content:\"\\e1ec\"}.fd-message-strip--error:before,.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{content:\"\\e1ec\"}.fd-message-strip--success{background-color:var(--sapSuccessBackground);border-color:var(--fdMessageStrip_Border_Color_Success)}.fd-message-strip--success:after,.fd-message-strip--success:before{color:var(--fdMessageStrip_Icon_Color_Success)}.fd-message-strip--success:before{content:\"\\e1c1\"}.fd-message-strip--success:before,.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{content:\"\\e1c1\"}.fd-message-strip--information{background-color:var(--sapInformationBackground);border-color:var(--fdMessageStrip_Border_Color_Informative)}.fd-message-strip--information:after,.fd-message-strip--information:before{color:var(--fdMessageStrip_Icon_Color_Information)}.fd-message-strip--information:before{content:\"\\e289\"}.fd-message-strip--information:before,.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{content:\"\\e289\"}.fd-message-strip--no-icon{padding-left:1rem}.fd-message-strip--no-icon:before{display:none}.fd-message-strip--no-icon[dir=rtl],[dir=rtl] .fd-message-strip--no-icon{padding-right:1rem}.fd-message-strip--no-icon[dir=rtl]:after,[dir=rtl] .fd-message-strip--no-icon:after{display:none}.fd-message-strip__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);line-height:1rem;margin:0;padding:0}.fd-message-strip__text:after,.fd-message-strip__text:before{box-sizing:inherit;font-size:inherit}.fd-message-strip,.fd-has-display-block{display:block}.fd-has-display-none{display:none}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i1.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "directive", type: i2.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "ngmodule", type: I18nModule }, { kind: "pipe", type: i3.FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
73
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageStripComponent, isStandalone: true, selector: "fd-message-strip", inputs: { class: "class", dismissible: "dismissible", noIcon: "noIcon", type: "type", id: "id", ariaLabelledBy: "ariaLabelledBy", ariaLabel: "ariaLabel", width: "width", minWidth: "minWidth", marginBottom: "marginBottom" }, outputs: { onDismiss: "onDismiss" }, host: { attributes: { "role": "alert" }, properties: { "attr.aria-labelledby": "ariaLabelledBy", "attr.aria-label": "ariaLabel", "style.width": "width", "style.min-width": "minWidth", "style.margin-bottom": "marginBottom", "attr.id": "id" } }, usesOnChanges: true, ngImport: i0, template: "<button\n class=\"fd-message-strip__close\"\n fd-button\n glyph=\"decline\"\n fdType=\"transparent\"\n fdCompact\n *ngIf=\"dismissible\"\n (click)=\"dismiss()\"\n [attr.aria-controls]=\"id\"\n [attr.aria-label]=\"'coreMessageStrip.dismissLabel' | fdTranslate\"\n [attr.title]=\"'coreMessageStrip.dismissLabel' | fdTranslate\"\n></button>\n<p class=\"fd-message-strip__text\">\n <ng-content></ng-content>\n</p>\n", styles: ["/*!\n * Fundamental Library Styles v0.28.3\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *//*!\n.fd-message-strip+(--information, --success, --warning, --error, --no-icon)\n .fd-message__close\n*/.fd-message-strip{-webkit-box-sizing:border-box;align-items:center;background-color:var(--sapNeutralBackground);border:0;border-color:var(--fdMessageStrip_Border_Color_Neutral);border-radius:var(--fdMessageStrip_Border_Radius);border-style:solid;border-width:var(--fdMessageStrip_Border_Width);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;min-height:2rem;padding:.4375rem 1rem;position:relative}.fd-message-strip:after,.fd-message-strip:before{box-sizing:inherit;font-size:inherit}.fd-message-strip .fd-message-strip__close{position:absolute;right:.125rem;top:.125rem}.fd-message-strip .fd-message-strip__close[dir=rtl],[dir=rtl] .fd-message-strip .fd-message-strip__close{left:.125rem;right:auto}.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--dismissible{padding-left:2.5rem;padding-right:1rem}.fd-message-strip--error,.fd-message-strip--information,.fd-message-strip--success,.fd-message-strip--warning{padding-left:2.5rem}.fd-message-strip--error:after,.fd-message-strip--error:before,.fd-message-strip--information:after,.fd-message-strip--information:before,.fd-message-strip--success:after,.fd-message-strip--success:before,.fd-message-strip--warning:after,.fd-message-strip--warning:before{left:0;line-height:1;position:absolute;top:.5rem;width:2.5rem}.fd-message-strip--error[dir=rtl],.fd-message-strip--information[dir=rtl],.fd-message-strip--success[dir=rtl],.fd-message-strip--warning[dir=rtl],[dir=rtl] .fd-message-strip--error,[dir=rtl] .fd-message-strip--information,[dir=rtl] .fd-message-strip--success,[dir=rtl] .fd-message-strip--warning{padding-left:1rem;padding-right:2.5rem}.fd-message-strip--error[dir=rtl]:before,.fd-message-strip--information[dir=rtl]:before,.fd-message-strip--success[dir=rtl]:before,.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--error:before,[dir=rtl] .fd-message-strip--information:before,[dir=rtl] .fd-message-strip--success:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--error.fd-message-strip--dismissible,.fd-message-strip--information.fd-message-strip--dismissible,.fd-message-strip--success.fd-message-strip--dismissible,.fd-message-strip--warning.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--error.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--information.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--success.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--warning.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--error.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--information.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--success.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--warning.fd-message-strip--dismissible{padding-left:2.5rem}.fd-message-strip--error[dir=rtl]:after,.fd-message-strip--information[dir=rtl]:after,.fd-message-strip--success[dir=rtl]:after,.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after,[dir=rtl] .fd-message-strip--information:after,[dir=rtl] .fd-message-strip--success:after,[dir=rtl] .fd-message-strip--warning:after{font-family:SAP-icons;position:absolute;right:0;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning{background-color:var(--sapWarningBackground);border-color:var(--fdMessageStrip_Border_Color_Warning)}.fd-message-strip--warning:after,.fd-message-strip--warning:before{color:var(--fdMessageStrip_Icon_Color_Warning)}.fd-message-strip--warning:before{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--warning:after{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error{background-color:var(--sapErrorBackground);border-color:var(--fdMessageStrip_Border_Color_Error)}.fd-message-strip--error:after,.fd-message-strip--error:before{color:var(--fdMessageStrip_Icon_Color_Error)}.fd-message-strip--error:before{content:\"\\e1ec\"}.fd-message-strip--error:before,.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{content:\"\\e1ec\"}.fd-message-strip--success{background-color:var(--sapSuccessBackground);border-color:var(--fdMessageStrip_Border_Color_Success)}.fd-message-strip--success:after,.fd-message-strip--success:before{color:var(--fdMessageStrip_Icon_Color_Success)}.fd-message-strip--success:before{content:\"\\e1c1\"}.fd-message-strip--success:before,.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{content:\"\\e1c1\"}.fd-message-strip--information{background-color:var(--sapInformationBackground);border-color:var(--fdMessageStrip_Border_Color_Informative)}.fd-message-strip--information:after,.fd-message-strip--information:before{color:var(--fdMessageStrip_Icon_Color_Information)}.fd-message-strip--information:before{content:\"\\e289\"}.fd-message-strip--information:before,.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{content:\"\\e289\"}.fd-message-strip--no-icon{padding-left:1rem}.fd-message-strip--no-icon:before{display:none}.fd-message-strip--no-icon[dir=rtl],[dir=rtl] .fd-message-strip--no-icon{padding-right:1rem}.fd-message-strip--no-icon[dir=rtl]:after,[dir=rtl] .fd-message-strip--no-icon:after{display:none}.fd-message-strip__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);line-height:1rem;margin:0;padding:0}.fd-message-strip__text:after,.fd-message-strip__text:before{box-sizing:inherit;font-size:inherit}.fd-message-strip,.fd-has-display-block{display:block}.fd-has-display-none{display:none}\n"], dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: ButtonModule }, { kind: "component", type: i1.ButtonComponent, selector: "button[fd-button], a[fd-button]", inputs: ["class"], exportAs: ["fd-button"] }, { kind: "directive", type: i2.ContentDensityDirective, selector: "[fdContentDensity]:not([fdCompact]):not([fdCondensed]):not([fdCozy]), [fdCompact]:not([fdContentDensity]):not([fdCondensed]):not([fdCozy]), [fdCondensed]:not([fdContentDensity]):not([fdCompact]):not([fdCozy]), [fdCozy]:not([fdContentDensity]):not([fdCompact]):not([fdCondensed])", inputs: ["fdContentDensity", "fdCompact", "fdCondensed", "fdCozy"], exportAs: ["fdContentDensity"] }, { kind: "ngmodule", type: I18nModule }, { kind: "pipe", type: i3.FdTranslatePipe, name: "fdTranslate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
85
74
  }
86
75
  __decorate([
87
76
  applyCssClass,
@@ -99,7 +88,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImpor
99
88
  '[style.margin-bottom]': 'marginBottom',
100
89
  role: 'alert',
101
90
  '[attr.id]': 'id'
102
- }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgIf, ButtonModule, ContentDensityDirective, I18nModule], template: "<button\n class=\"fd-message-strip__close\"\n fd-button\n glyph=\"decline\"\n fdType=\"transparent\"\n fdCompact\n *ngIf=\"dismissible\"\n (click)=\"dismiss()\"\n [attr.aria-controls]=\"id\"\n [attr.aria-label]=\"dismissLabel || ('coreMessageStrip.dismissLabel' | fdTranslate)\"\n [attr.title]=\"dismissLabel || ('coreMessageStrip.dismissLabel' | fdTranslate)\"\n></button>\n<p class=\"fd-message-strip__text\">\n <ng-content></ng-content>\n</p>\n", styles: ["/*!\n * Fundamental Library Styles v0.28.3\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *//*!\n.fd-message-strip+(--information, --success, --warning, --error, --no-icon)\n .fd-message__close\n*/.fd-message-strip{-webkit-box-sizing:border-box;align-items:center;background-color:var(--sapNeutralBackground);border:0;border-color:var(--fdMessageStrip_Border_Color_Neutral);border-radius:var(--fdMessageStrip_Border_Radius);border-style:solid;border-width:var(--fdMessageStrip_Border_Width);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;min-height:2rem;padding:.4375rem 1rem;position:relative}.fd-message-strip:after,.fd-message-strip:before{box-sizing:inherit;font-size:inherit}.fd-message-strip .fd-message-strip__close{position:absolute;right:.125rem;top:.125rem}.fd-message-strip .fd-message-strip__close[dir=rtl],[dir=rtl] .fd-message-strip .fd-message-strip__close{left:.125rem;right:auto}.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--dismissible{padding-left:2.5rem;padding-right:1rem}.fd-message-strip--error,.fd-message-strip--information,.fd-message-strip--success,.fd-message-strip--warning{padding-left:2.5rem}.fd-message-strip--error:after,.fd-message-strip--error:before,.fd-message-strip--information:after,.fd-message-strip--information:before,.fd-message-strip--success:after,.fd-message-strip--success:before,.fd-message-strip--warning:after,.fd-message-strip--warning:before{left:0;line-height:1;position:absolute;top:.5rem;width:2.5rem}.fd-message-strip--error[dir=rtl],.fd-message-strip--information[dir=rtl],.fd-message-strip--success[dir=rtl],.fd-message-strip--warning[dir=rtl],[dir=rtl] .fd-message-strip--error,[dir=rtl] .fd-message-strip--information,[dir=rtl] .fd-message-strip--success,[dir=rtl] .fd-message-strip--warning{padding-left:1rem;padding-right:2.5rem}.fd-message-strip--error[dir=rtl]:before,.fd-message-strip--information[dir=rtl]:before,.fd-message-strip--success[dir=rtl]:before,.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--error:before,[dir=rtl] .fd-message-strip--information:before,[dir=rtl] .fd-message-strip--success:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--error.fd-message-strip--dismissible,.fd-message-strip--information.fd-message-strip--dismissible,.fd-message-strip--success.fd-message-strip--dismissible,.fd-message-strip--warning.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--error.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--information.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--success.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--warning.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--error.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--information.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--success.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--warning.fd-message-strip--dismissible{padding-left:2.5rem}.fd-message-strip--error[dir=rtl]:after,.fd-message-strip--information[dir=rtl]:after,.fd-message-strip--success[dir=rtl]:after,.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after,[dir=rtl] .fd-message-strip--information:after,[dir=rtl] .fd-message-strip--success:after,[dir=rtl] .fd-message-strip--warning:after{font-family:SAP-icons;position:absolute;right:0;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning{background-color:var(--sapWarningBackground);border-color:var(--fdMessageStrip_Border_Color_Warning)}.fd-message-strip--warning:after,.fd-message-strip--warning:before{color:var(--fdMessageStrip_Icon_Color_Warning)}.fd-message-strip--warning:before{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--warning:after{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error{background-color:var(--sapErrorBackground);border-color:var(--fdMessageStrip_Border_Color_Error)}.fd-message-strip--error:after,.fd-message-strip--error:before{color:var(--fdMessageStrip_Icon_Color_Error)}.fd-message-strip--error:before{content:\"\\e1ec\"}.fd-message-strip--error:before,.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{content:\"\\e1ec\"}.fd-message-strip--success{background-color:var(--sapSuccessBackground);border-color:var(--fdMessageStrip_Border_Color_Success)}.fd-message-strip--success:after,.fd-message-strip--success:before{color:var(--fdMessageStrip_Icon_Color_Success)}.fd-message-strip--success:before{content:\"\\e1c1\"}.fd-message-strip--success:before,.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{content:\"\\e1c1\"}.fd-message-strip--information{background-color:var(--sapInformationBackground);border-color:var(--fdMessageStrip_Border_Color_Informative)}.fd-message-strip--information:after,.fd-message-strip--information:before{color:var(--fdMessageStrip_Icon_Color_Information)}.fd-message-strip--information:before{content:\"\\e289\"}.fd-message-strip--information:before,.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{content:\"\\e289\"}.fd-message-strip--no-icon{padding-left:1rem}.fd-message-strip--no-icon:before{display:none}.fd-message-strip--no-icon[dir=rtl],[dir=rtl] .fd-message-strip--no-icon{padding-right:1rem}.fd-message-strip--no-icon[dir=rtl]:after,[dir=rtl] .fd-message-strip--no-icon:after{display:none}.fd-message-strip__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);line-height:1rem;margin:0;padding:0}.fd-message-strip__text:after,.fd-message-strip__text:before{box-sizing:inherit;font-size:inherit}.fd-message-strip,.fd-has-display-block{display:block}.fd-has-display-none{display:none}\n"] }]
91
+ }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [NgIf, ButtonModule, ContentDensityDirective, I18nModule], template: "<button\n class=\"fd-message-strip__close\"\n fd-button\n glyph=\"decline\"\n fdType=\"transparent\"\n fdCompact\n *ngIf=\"dismissible\"\n (click)=\"dismiss()\"\n [attr.aria-controls]=\"id\"\n [attr.aria-label]=\"'coreMessageStrip.dismissLabel' | fdTranslate\"\n [attr.title]=\"'coreMessageStrip.dismissLabel' | fdTranslate\"\n></button>\n<p class=\"fd-message-strip__text\">\n <ng-content></ng-content>\n</p>\n", styles: ["/*!\n * Fundamental Library Styles v0.28.3\n * Copyright (c) 2023 SAP SE or an SAP affiliate company.\n * Licensed under Apache License 2.0 (https://github.com/SAP/fundamental-styles/blob/main/LICENSE)\n *//*!\n.fd-message-strip+(--information, --success, --warning, --error, --no-icon)\n .fd-message__close\n*/.fd-message-strip{-webkit-box-sizing:border-box;align-items:center;background-color:var(--sapNeutralBackground);border:0;border-color:var(--fdMessageStrip_Border_Color_Neutral);border-radius:var(--fdMessageStrip_Border_Radius);border-style:solid;border-width:var(--fdMessageStrip_Border_Width);box-sizing:border-box;color:var(--sapTextColor);display:flex;font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);margin:0;min-height:2rem;padding:.4375rem 1rem;position:relative}.fd-message-strip:after,.fd-message-strip:before{box-sizing:inherit;font-size:inherit}.fd-message-strip .fd-message-strip__close{position:absolute;right:.125rem;top:.125rem}.fd-message-strip .fd-message-strip__close[dir=rtl],[dir=rtl] .fd-message-strip .fd-message-strip__close{left:.125rem;right:auto}.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--dismissible{padding-left:2.5rem;padding-right:1rem}.fd-message-strip--error,.fd-message-strip--information,.fd-message-strip--success,.fd-message-strip--warning{padding-left:2.5rem}.fd-message-strip--error:after,.fd-message-strip--error:before,.fd-message-strip--information:after,.fd-message-strip--information:before,.fd-message-strip--success:after,.fd-message-strip--success:before,.fd-message-strip--warning:after,.fd-message-strip--warning:before{left:0;line-height:1;position:absolute;top:.5rem;width:2.5rem}.fd-message-strip--error[dir=rtl],.fd-message-strip--information[dir=rtl],.fd-message-strip--success[dir=rtl],.fd-message-strip--warning[dir=rtl],[dir=rtl] .fd-message-strip--error,[dir=rtl] .fd-message-strip--information,[dir=rtl] .fd-message-strip--success,[dir=rtl] .fd-message-strip--warning{padding-left:1rem;padding-right:2.5rem}.fd-message-strip--error[dir=rtl]:before,.fd-message-strip--information[dir=rtl]:before,.fd-message-strip--success[dir=rtl]:before,.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--error:before,[dir=rtl] .fd-message-strip--information:before,[dir=rtl] .fd-message-strip--success:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--error.fd-message-strip--dismissible,.fd-message-strip--information.fd-message-strip--dismissible,.fd-message-strip--success.fd-message-strip--dismissible,.fd-message-strip--warning.fd-message-strip--dismissible{padding-right:2.5rem}.fd-message-strip--error.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--information.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--success.fd-message-strip--dismissible[dir=rtl],.fd-message-strip--warning.fd-message-strip--dismissible[dir=rtl],[dir=rtl] .fd-message-strip--error.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--information.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--success.fd-message-strip--dismissible,[dir=rtl] .fd-message-strip--warning.fd-message-strip--dismissible{padding-left:2.5rem}.fd-message-strip--error[dir=rtl]:after,.fd-message-strip--information[dir=rtl]:after,.fd-message-strip--success[dir=rtl]:after,.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after,[dir=rtl] .fd-message-strip--information:after,[dir=rtl] .fd-message-strip--success:after,[dir=rtl] .fd-message-strip--warning:after{font-family:SAP-icons;position:absolute;right:0;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning{background-color:var(--sapWarningBackground);border-color:var(--fdMessageStrip_Border_Color_Warning)}.fd-message-strip--warning:after,.fd-message-strip--warning:before{color:var(--fdMessageStrip_Icon_Color_Warning)}.fd-message-strip--warning:before{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--warning[dir=rtl]:before,[dir=rtl] .fd-message-strip--warning:before{display:none}.fd-message-strip--warning[dir=rtl]:after,[dir=rtl] .fd-message-strip--warning:after{content:\"\\e053\";font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error{background-color:var(--sapErrorBackground);border-color:var(--fdMessageStrip_Border_Color_Error)}.fd-message-strip--error:after,.fd-message-strip--error:before{color:var(--fdMessageStrip_Icon_Color_Error)}.fd-message-strip--error:before{content:\"\\e1ec\"}.fd-message-strip--error:before,.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--error[dir=rtl]:after,[dir=rtl] .fd-message-strip--error:after{content:\"\\e1ec\"}.fd-message-strip--success{background-color:var(--sapSuccessBackground);border-color:var(--fdMessageStrip_Border_Color_Success)}.fd-message-strip--success:after,.fd-message-strip--success:before{color:var(--fdMessageStrip_Icon_Color_Success)}.fd-message-strip--success:before{content:\"\\e1c1\"}.fd-message-strip--success:before,.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--success[dir=rtl]:after,[dir=rtl] .fd-message-strip--success:after{content:\"\\e1c1\"}.fd-message-strip--information{background-color:var(--sapInformationBackground);border-color:var(--fdMessageStrip_Border_Color_Informative)}.fd-message-strip--information:after,.fd-message-strip--information:before{color:var(--fdMessageStrip_Icon_Color_Information)}.fd-message-strip--information:before{content:\"\\e289\"}.fd-message-strip--information:before,.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{font-family:SAP-icons;text-align:center;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none}.fd-message-strip--information[dir=rtl]:after,[dir=rtl] .fd-message-strip--information:after{content:\"\\e289\"}.fd-message-strip--no-icon{padding-left:1rem}.fd-message-strip--no-icon:before{display:none}.fd-message-strip--no-icon[dir=rtl],[dir=rtl] .fd-message-strip--no-icon{padding-right:1rem}.fd-message-strip--no-icon[dir=rtl]:after,[dir=rtl] .fd-message-strip--no-icon:after{display:none}.fd-message-strip__text{-webkit-box-sizing:border-box;border:0;box-sizing:border-box;color:var(--sapTextColor);font-family:var(--sapFontFamily);font-size:var(--sapFontSize);font-weight:400;forced-color-adjust:none;line-height:var(--sapContent_LineHeight);line-height:1rem;margin:0;padding:0}.fd-message-strip__text:after,.fd-message-strip__text:before{box-sizing:inherit;font-size:inherit}.fd-message-strip,.fd-has-display-block{display:block}.fd-has-display-none{display:none}\n"] }]
103
92
  }], ctorParameters: function () { return [{ type: i0.ElementRef }]; }, propDecorators: { class: [{
104
93
  type: Input
105
94
  }], dismissible: [{
@@ -114,8 +103,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImpor
114
103
  type: Input
115
104
  }], ariaLabel: [{
116
105
  type: Input
117
- }], dismissLabel: [{
118
- type: Input
119
106
  }], width: [{
120
107
  type: Input
121
108
  }], minWidth: [{
@@ -298,11 +285,11 @@ class MessageStripAlertComponent {
298
285
  return new ComponentPortal(content);
299
286
  }
300
287
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageStripAlertComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
301
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageStripAlertComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "autoDismissMessageStripDirective", first: true, predicate: AutoDismissMessageStripDirective, descendants: true }], ngImport: i0, template: "<fd-message-strip\n [class]=\"messageStripConfig.class\"\n [dismissible]=\"messageStripConfig.dismissible\"\n [autoDismiss]=\"messageStripConfig.duration > 0\"\n [mousePersist]=\"messageStripConfig.mousePersist\"\n [duration]=\"messageStripConfig.duration\"\n [noIcon]=\"messageStripConfig.noIcon\"\n [type]=\"messageStripConfig.type\"\n [id]=\"messageStripConfig.id\"\n [ariaLabelledBy]=\"messageStripConfig.ariaLabelledBy\"\n [ariaLabel]=\"messageStripConfig.ariaLabel\"\n [dismissLabel]=\"messageStripConfig.dismissLabel\"\n (onDismiss)=\"onDismissHandler()\"\n>\n <ng-template [cdkPortalOutlet]=\"contentPortal\"></ng-template>\n</fd-message-strip>\n", dependencies: [{ kind: "component", type: MessageStripComponent, selector: "fd-message-strip", inputs: ["class", "dismissible", "noIcon", "type", "id", "ariaLabelledBy", "ariaLabel", "dismissLabel", "width", "minWidth", "marginBottom"], outputs: ["onDismiss"] }, { kind: "ngmodule", type: PortalModule }, { kind: "directive", type: i1$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: AutoDismissMessageStripDirective, selector: "fd-message-strip[mousePersist], fd-message-strip[duration], fd-message-strip[autoDismiss]", inputs: ["dismissible", "autoDismiss", "duration", "mousePersist"], exportAs: ["fdAutoDismissMessageStrip"] }] }); }
288
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.0", type: MessageStripAlertComponent, isStandalone: true, selector: "ng-component", viewQueries: [{ propertyName: "autoDismissMessageStripDirective", first: true, predicate: AutoDismissMessageStripDirective, descendants: true }], ngImport: i0, template: "<fd-message-strip\n [class]=\"messageStripConfig.class\"\n [dismissible]=\"messageStripConfig.dismissible\"\n [autoDismiss]=\"messageStripConfig.duration > 0\"\n [mousePersist]=\"messageStripConfig.mousePersist\"\n [duration]=\"messageStripConfig.duration\"\n [noIcon]=\"messageStripConfig.noIcon\"\n [type]=\"messageStripConfig.type\"\n [id]=\"messageStripConfig.id\"\n [ariaLabelledBy]=\"messageStripConfig.ariaLabelledBy\"\n [ariaLabel]=\"messageStripConfig.ariaLabel\"\n (onDismiss)=\"onDismissHandler()\"\n>\n <ng-template [cdkPortalOutlet]=\"contentPortal\"></ng-template>\n</fd-message-strip>\n", dependencies: [{ kind: "component", type: MessageStripComponent, selector: "fd-message-strip", inputs: ["class", "dismissible", "noIcon", "type", "id", "ariaLabelledBy", "ariaLabel", "width", "minWidth", "marginBottom"], outputs: ["onDismiss"] }, { kind: "ngmodule", type: PortalModule }, { kind: "directive", type: i1$1.CdkPortalOutlet, selector: "[cdkPortalOutlet]", inputs: ["cdkPortalOutlet"], outputs: ["attached"], exportAs: ["cdkPortalOutlet"] }, { kind: "directive", type: AutoDismissMessageStripDirective, selector: "fd-message-strip[mousePersist], fd-message-strip[duration], fd-message-strip[autoDismiss]", inputs: ["dismissible", "autoDismiss", "duration", "mousePersist"], exportAs: ["fdAutoDismissMessageStrip"] }] }); }
302
289
  }
303
290
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.0", ngImport: i0, type: MessageStripAlertComponent, decorators: [{
304
291
  type: Component,
305
- args: [{ standalone: true, imports: [MessageStripComponent, PortalModule, AutoDismissMessageStripDirective], template: "<fd-message-strip\n [class]=\"messageStripConfig.class\"\n [dismissible]=\"messageStripConfig.dismissible\"\n [autoDismiss]=\"messageStripConfig.duration > 0\"\n [mousePersist]=\"messageStripConfig.mousePersist\"\n [duration]=\"messageStripConfig.duration\"\n [noIcon]=\"messageStripConfig.noIcon\"\n [type]=\"messageStripConfig.type\"\n [id]=\"messageStripConfig.id\"\n [ariaLabelledBy]=\"messageStripConfig.ariaLabelledBy\"\n [ariaLabel]=\"messageStripConfig.ariaLabel\"\n [dismissLabel]=\"messageStripConfig.dismissLabel\"\n (onDismiss)=\"onDismissHandler()\"\n>\n <ng-template [cdkPortalOutlet]=\"contentPortal\"></ng-template>\n</fd-message-strip>\n" }]
292
+ args: [{ standalone: true, imports: [MessageStripComponent, PortalModule, AutoDismissMessageStripDirective], template: "<fd-message-strip\n [class]=\"messageStripConfig.class\"\n [dismissible]=\"messageStripConfig.dismissible\"\n [autoDismiss]=\"messageStripConfig.duration > 0\"\n [mousePersist]=\"messageStripConfig.mousePersist\"\n [duration]=\"messageStripConfig.duration\"\n [noIcon]=\"messageStripConfig.noIcon\"\n [type]=\"messageStripConfig.type\"\n [id]=\"messageStripConfig.id\"\n [ariaLabelledBy]=\"messageStripConfig.ariaLabelledBy\"\n [ariaLabel]=\"messageStripConfig.ariaLabel\"\n (onDismiss)=\"onDismissHandler()\"\n>\n <ng-template [cdkPortalOutlet]=\"contentPortal\"></ng-template>\n</fd-message-strip>\n" }]
306
293
  }], ctorParameters: function () { return []; }, propDecorators: { autoDismissMessageStripDirective: [{
307
294
  type: ViewChild,
308
295
  args: [AutoDismissMessageStripDirective]
@@ -497,7 +484,12 @@ class MessageStripAlertService {
497
484
  {
498
485
  provide: MessageStripAlertRef,
499
486
  useFactory: () => alertRef
500
- }
487
+ },
488
+ patchLanguage((lang) => ({
489
+ coreMessageStrip: {
490
+ dismissLabel: config.messageStrip.dismissLabel || lang.coreMessageStrip.dismissLabel
491
+ }
492
+ }))
501
493
  ],
502
494
  parent: this.injector
503
495
  })),