@eui/mobile-core 14.2.0 → 15.0.0-rc.2

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 (331) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +8 -8
  2. package/docs/components/EuiMUserProfileInfosComponent.html +8 -8
  3. package/docs/components/EuimAppSidebarComponent.html +1 -1
  4. package/docs/components/EuimAppSidebarFooterComponent.html +4 -10
  5. package/docs/components/EuimAppSidebarMenuComponent.html +3 -3
  6. package/docs/components/EuimAvatarMainIconComponent.html +4 -4
  7. package/docs/components/EuimAvatarSubIconComponent.html +4 -4
  8. package/docs/components/EuimDataSummaryColComponent.html +4 -4
  9. package/docs/components/EuimDataSummaryColLabelComponent.html +4 -4
  10. package/docs/components/EuimDataSummaryColValueComponent.html +4 -4
  11. package/docs/components/EuimFieldSetComponent.html +4 -4
  12. package/docs/components/EuimFieldsetActionsComponent.html +4 -4
  13. package/docs/components/EuimFieldsetLegendComponent.html +4 -4
  14. package/docs/components/EuimHeaderDetailsIconComponent.html +4 -4
  15. package/docs/components/EuimHeaderDetailsMetaComponent.html +4 -4
  16. package/docs/components/EuimHeaderDetailsTitleComponent.html +4 -4
  17. package/docs/components/EuimInfoScreenMetaComponent.html +4 -4
  18. package/docs/components/EuimInfoScreenSubTitleComponent.html +4 -4
  19. package/docs/components/EuimInfoScreenTitleComponent.html +4 -4
  20. package/docs/components/EuimLanguageSelectorComponent.html +2 -30
  21. package/docs/components/EuimMediaHeaderComponent.html +0 -24
  22. package/docs/components/EuimMediaHeaderImageComponent.html +4 -4
  23. package/docs/components/EuimMediaHeaderMetaComponent.html +4 -4
  24. package/docs/components/EuimMediaHeaderTitleComponent.html +4 -4
  25. package/docs/components/EuimMenuComponent.html +4 -4
  26. package/docs/components/EuimMessageComponent.html +0 -6
  27. package/docs/components/EuimMessageTitleComponent.html +8 -8
  28. package/docs/components/EuimSlideComponent.html +4 -4
  29. package/docs/components/EuimSliderComponent.html +5 -8
  30. package/docs/components/EuimStepperComponent.html +3 -67
  31. package/docs/components/EuimUserProfileComponent.html +4 -4
  32. package/docs/dependencies.html +4 -6
  33. package/docs/directives/EuimListHeaderDirective.html +4 -4
  34. package/docs/index.html +2 -2
  35. package/docs/interfaces/EuimMenuItem.html +571 -0
  36. package/docs/js/menu-wc.js +6 -6
  37. package/docs/js/menu-wc_es5.js +1 -1
  38. package/docs/js/search/search_index.js +2 -2
  39. package/docs/miscellaneous/variables.html +50 -0
  40. package/docs/properties.html +1 -1
  41. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +35 -33
  42. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +20 -21
  43. package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +17 -23
  44. package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +20 -21
  45. package/esm2020/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +10 -14
  46. package/esm2020/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +20 -21
  47. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +13 -15
  48. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +20 -21
  49. package/esm2020/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.mjs +15 -21
  50. package/esm2020/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.mjs +15 -21
  51. package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +10 -16
  52. package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +21 -22
  53. package/esm2020/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +20 -26
  54. package/esm2020/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +20 -21
  55. package/esm2020/lib/components/euim-base.directive.mjs +58 -60
  56. package/esm2020/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +14 -20
  57. package/esm2020/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.mjs +15 -21
  58. package/esm2020/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.mjs +15 -21
  59. package/esm2020/lib/components/euim-data-summary/euim-data-summary.component.mjs +10 -16
  60. package/esm2020/lib/components/euim-data-summary/euim-data-summary.module.mjs +21 -22
  61. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +13 -53
  62. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +22 -23
  63. package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +11 -17
  64. package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +11 -17
  65. package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +11 -23
  66. package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +21 -22
  67. package/esm2020/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.mjs +15 -21
  68. package/esm2020/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.mjs +15 -21
  69. package/esm2020/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.mjs +15 -21
  70. package/esm2020/lib/components/euim-header-details/euim-header-details.component.mjs +10 -16
  71. package/esm2020/lib/components/euim-header-details/euim-header-details.module.mjs +21 -22
  72. package/esm2020/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.mjs +15 -21
  73. package/esm2020/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.mjs +15 -21
  74. package/esm2020/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.mjs +15 -21
  75. package/esm2020/lib/components/euim-info-screen/euim-info-screen.component.mjs +10 -16
  76. package/esm2020/lib/components/euim-info-screen/euim-info-screen.module.mjs +21 -22
  77. package/esm2020/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.mjs +15 -21
  78. package/esm2020/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.mjs +15 -21
  79. package/esm2020/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.mjs +15 -21
  80. package/esm2020/lib/components/euim-media-header/euim-media-header.component.mjs +30 -39
  81. package/esm2020/lib/components/euim-media-header/euim-media-header.module.mjs +21 -22
  82. package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +11 -78
  83. package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +22 -23
  84. package/esm2020/lib/components/euim-menu/models/eui-menu-item.model.mjs +2 -7
  85. package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +10 -16
  86. package/esm2020/lib/components/euim-message/euim-message.component.mjs +35 -43
  87. package/esm2020/lib/components/euim-message/euim-message.module.mjs +21 -22
  88. package/esm2020/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +16 -22
  89. package/esm2020/lib/components/euim-slider/euim-slider.component.mjs +27 -87
  90. package/esm2020/lib/components/euim-slider/euim-slider.module.mjs +21 -22
  91. package/esm2020/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +11 -17
  92. package/esm2020/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +11 -17
  93. package/esm2020/lib/components/euim-spinner/euim-spinner.component.mjs +11 -17
  94. package/esm2020/lib/components/euim-spinner/euim-spinner.module.mjs +27 -28
  95. package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +22 -23
  96. package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +21 -52
  97. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +11 -19
  98. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +7 -11
  99. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +11 -17
  100. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +11 -27
  101. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +23 -24
  102. package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +9 -21
  103. package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +23 -24
  104. package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +12 -30
  105. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +19 -35
  106. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +34 -35
  107. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -16
  108. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -16
  109. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -62
  110. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +29 -30
  111. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +10 -18
  112. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +9 -15
  113. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +10 -16
  114. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +9 -15
  115. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +11 -20
  116. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +21 -22
  117. package/esm2020/lib/euim-all.module.mjs +20 -21
  118. package/esm2020/lib/services/euim-app.service.mjs +8 -7
  119. package/eui-mobile-core.d.ts.map +1 -0
  120. package/fesm2015/eui-mobile-core.mjs +648 -1684
  121. package/fesm2015/eui-mobile-core.mjs.map +1 -1
  122. package/fesm2020/eui-mobile-core.mjs +1321 -1908
  123. package/fesm2020/eui-mobile-core.mjs.map +1 -1
  124. package/index.d.ts +1 -0
  125. package/index.d.ts.map +1 -0
  126. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +2 -1
  127. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -0
  128. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +1 -0
  129. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +1 -0
  130. package/lib/components/atoms/euim-control-feedback/index.d.ts +1 -0
  131. package/lib/components/atoms/euim-control-feedback/index.d.ts.map +1 -0
  132. package/lib/components/atoms/euim-label/euim-label.component.d.ts +2 -1
  133. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -0
  134. package/lib/components/atoms/euim-label/euim-label.module.d.ts +1 -0
  135. package/lib/components/atoms/euim-label/euim-label.module.d.ts.map +1 -0
  136. package/lib/components/atoms/euim-label/index.d.ts +1 -0
  137. package/lib/components/atoms/euim-label/index.d.ts.map +1 -0
  138. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +2 -1
  139. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -0
  140. package/lib/components/atoms/euim-notification-item/euim-notification-item.module.d.ts +1 -0
  141. package/lib/components/atoms/euim-notification-item/euim-notification-item.module.d.ts.map +1 -0
  142. package/lib/components/atoms/euim-notification-item/index.d.ts +1 -0
  143. package/lib/components/atoms/euim-notification-item/index.d.ts.map +1 -0
  144. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +3 -2
  145. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -0
  146. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +1 -0
  147. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -0
  148. package/lib/components/directives/euim-list-header/index.d.ts +1 -0
  149. package/lib/components/directives/euim-list-header/index.d.ts.map +1 -0
  150. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.d.ts +3 -2
  151. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.d.ts.map +1 -0
  152. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.d.ts +3 -2
  153. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.d.ts.map +1 -0
  154. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -1
  155. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -0
  156. package/lib/components/euim-avatar/euim-avatar.module.d.ts +1 -0
  157. package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -0
  158. package/lib/components/euim-avatar/index.d.ts +1 -0
  159. package/lib/components/euim-avatar/index.d.ts.map +1 -0
  160. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +2 -1
  161. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
  162. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +1 -0
  163. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +1 -0
  164. package/lib/components/euim-avatar-icon/index.d.ts +1 -0
  165. package/lib/components/euim-avatar-icon/index.d.ts.map +1 -0
  166. package/lib/components/euim-base.directive.d.ts +2 -1
  167. package/lib/components/euim-base.directive.d.ts.map +1 -0
  168. package/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.d.ts +3 -2
  169. package/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.d.ts.map +1 -0
  170. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.d.ts +3 -2
  171. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.d.ts.map +1 -0
  172. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.d.ts +3 -2
  173. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.d.ts.map +1 -0
  174. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +2 -1
  175. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -0
  176. package/lib/components/euim-data-summary/euim-data-summary.module.d.ts +1 -0
  177. package/lib/components/euim-data-summary/euim-data-summary.module.d.ts.map +1 -0
  178. package/lib/components/euim-data-summary/index.d.ts +1 -0
  179. package/lib/components/euim-data-summary/index.d.ts.map +1 -0
  180. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +2 -1
  181. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -0
  182. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts +1 -0
  183. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts.map +1 -0
  184. package/lib/components/euim-empty-list-placeholder/index.d.ts +1 -0
  185. package/lib/components/euim-empty-list-placeholder/index.d.ts.map +1 -0
  186. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +3 -2
  187. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -0
  188. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +3 -2
  189. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -0
  190. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +3 -2
  191. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -0
  192. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +1 -0
  193. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +1 -0
  194. package/lib/components/euim-fieldset/index.d.ts +1 -0
  195. package/lib/components/euim-fieldset/index.d.ts.map +1 -0
  196. package/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.d.ts +3 -2
  197. package/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.d.ts.map +1 -0
  198. package/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.d.ts +3 -2
  199. package/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.d.ts.map +1 -0
  200. package/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.d.ts +3 -2
  201. package/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.d.ts.map +1 -0
  202. package/lib/components/euim-header-details/euim-header-details.component.d.ts +2 -1
  203. package/lib/components/euim-header-details/euim-header-details.component.d.ts.map +1 -0
  204. package/lib/components/euim-header-details/euim-header-details.module.d.ts +1 -0
  205. package/lib/components/euim-header-details/euim-header-details.module.d.ts.map +1 -0
  206. package/lib/components/euim-header-details/index.d.ts +1 -0
  207. package/lib/components/euim-header-details/index.d.ts.map +1 -0
  208. package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.d.ts +3 -2
  209. package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.d.ts.map +1 -0
  210. package/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.d.ts +3 -2
  211. package/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.d.ts.map +1 -0
  212. package/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.d.ts +3 -2
  213. package/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.d.ts.map +1 -0
  214. package/lib/components/euim-info-screen/euim-info-screen.component.d.ts +2 -1
  215. package/lib/components/euim-info-screen/euim-info-screen.component.d.ts.map +1 -0
  216. package/lib/components/euim-info-screen/euim-info-screen.module.d.ts +1 -0
  217. package/lib/components/euim-info-screen/euim-info-screen.module.d.ts.map +1 -0
  218. package/lib/components/euim-info-screen/index.d.ts +1 -0
  219. package/lib/components/euim-info-screen/index.d.ts.map +1 -0
  220. package/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.d.ts +3 -2
  221. package/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.d.ts.map +1 -0
  222. package/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.d.ts +3 -2
  223. package/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.d.ts.map +1 -0
  224. package/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.d.ts +3 -2
  225. package/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.d.ts.map +1 -0
  226. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -1
  227. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -0
  228. package/lib/components/euim-media-header/euim-media-header.module.d.ts +1 -0
  229. package/lib/components/euim-media-header/euim-media-header.module.d.ts.map +1 -0
  230. package/lib/components/euim-media-header/index.d.ts +1 -0
  231. package/lib/components/euim-media-header/index.d.ts.map +1 -0
  232. package/lib/components/euim-menu/euim-menu.component.d.ts +2 -1
  233. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -0
  234. package/lib/components/euim-menu/euim-menu.module.d.ts +1 -0
  235. package/lib/components/euim-menu/euim-menu.module.d.ts.map +1 -0
  236. package/lib/components/euim-menu/index.d.ts +1 -0
  237. package/lib/components/euim-menu/index.d.ts.map +1 -0
  238. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +2 -2
  239. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +1 -0
  240. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +3 -2
  241. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -0
  242. package/lib/components/euim-message/euim-message.component.d.ts +3 -4
  243. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -0
  244. package/lib/components/euim-message/euim-message.module.d.ts +1 -0
  245. package/lib/components/euim-message/euim-message.module.d.ts.map +1 -0
  246. package/lib/components/euim-message/index.d.ts +1 -0
  247. package/lib/components/euim-message/index.d.ts.map +1 -0
  248. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +3 -2
  249. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +1 -0
  250. package/lib/components/euim-slider/euim-slider.component.d.ts +15 -5
  251. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -0
  252. package/lib/components/euim-slider/euim-slider.module.d.ts +1 -0
  253. package/lib/components/euim-slider/euim-slider.module.d.ts.map +1 -0
  254. package/lib/components/euim-slider/index.d.ts +1 -0
  255. package/lib/components/euim-slider/index.d.ts.map +1 -0
  256. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -1
  257. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -0
  258. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -1
  259. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -0
  260. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -1
  261. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -0
  262. package/lib/components/euim-spinner/euim-spinner.module.d.ts +1 -0
  263. package/lib/components/euim-spinner/euim-spinner.module.d.ts.map +1 -0
  264. package/lib/components/euim-spinner/index.d.ts +1 -0
  265. package/lib/components/euim-spinner/index.d.ts.map +1 -0
  266. package/lib/components/euim-stepper/euim-steper.module.d.ts +1 -0
  267. package/lib/components/euim-stepper/euim-steper.module.d.ts.map +1 -0
  268. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -3
  269. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -0
  270. package/lib/components/euim-stepper/index.d.ts +1 -0
  271. package/lib/components/euim-stepper/index.d.ts.map +1 -0
  272. package/lib/components/index.d.ts +1 -0
  273. package/lib/components/index.d.ts.map +1 -0
  274. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +1 -0
  275. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +1 -0
  276. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +4 -5
  277. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +1 -0
  278. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +2 -1
  279. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +1 -0
  280. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +2 -1
  281. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -0
  282. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +2 -1
  283. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -0
  284. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +1 -0
  285. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +1 -0
  286. package/lib/components/layout/euim-app/euim-app.component.d.ts +2 -1
  287. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -0
  288. package/lib/components/layout/euim-app/euim-app.module.d.ts +1 -0
  289. package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -0
  290. package/lib/components/layout/euim-app/index.d.ts +1 -0
  291. package/lib/components/layout/euim-app/index.d.ts.map +1 -0
  292. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +3 -2
  293. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -0
  294. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +5 -4
  295. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -0
  296. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +2 -1
  297. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -0
  298. package/lib/components/layout/euim-language-selector/index.d.ts +1 -0
  299. package/lib/components/layout/euim-language-selector/index.d.ts.map +1 -0
  300. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -1
  301. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -0
  302. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -1
  303. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -0
  304. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +2 -1
  305. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -0
  306. package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts +1 -0
  307. package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts.map +1 -0
  308. package/lib/components/layout/euim-toolbar/index.d.ts +1 -0
  309. package/lib/components/layout/euim-toolbar/index.d.ts.map +1 -0
  310. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +3 -2
  311. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -0
  312. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +2 -1
  313. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -0
  314. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +3 -2
  315. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -0
  316. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +2 -1
  317. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -0
  318. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +3 -2
  319. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -0
  320. package/lib/components/layout/euim-user-profile/euim-user-profile.module.d.ts +1 -0
  321. package/lib/components/layout/euim-user-profile/euim-user-profile.module.d.ts.map +1 -0
  322. package/lib/components/layout/euim-user-profile/index.d.ts +1 -0
  323. package/lib/components/layout/euim-user-profile/index.d.ts.map +1 -0
  324. package/lib/euim-all.module.d.ts +1 -0
  325. package/lib/euim-all.module.d.ts.map +1 -0
  326. package/lib/services/euim-app.service.d.ts +1 -0
  327. package/lib/services/euim-app.service.d.ts.map +1 -0
  328. package/lib/services/index.d.ts +1 -0
  329. package/lib/services/index.d.ts.map +1 -0
  330. package/package.json +5 -7
  331. package/docs/classes/EuimMenuItem.html +0 -463
@@ -9,11 +9,11 @@ import * as i1 from '@ionic/angular';
9
9
  import { IonicModule } from '@ionic/angular';
10
10
  import * as i2 from '@eui/core';
11
11
  import { UxEuLanguages } from '@eui/core';
12
+ import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
12
13
  import * as i1$1 from '@ngx-translate/core';
13
14
  import { TranslateModule } from '@ngx-translate/core';
14
- import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
15
- import * as i5 from '@eui/ecl-core';
16
- import { EclLanguageService, EclDefaultLanguageService, EclLanguageListComponentModule, EclLinkDirectiveModule, EclIconComponentModule } from '@eui/ecl-core';
15
+ import * as i5 from '@eui/ecl';
16
+ import { EclLanguageListComponentModule, EclLinkDirectiveModule, EclIconComponentModule, EclLanguageService, EclDefaultLanguageService } from '@eui/ecl';
17
17
  import { RouterModule } from '@angular/router';
18
18
 
19
19
  const initialState = {
@@ -41,12 +41,12 @@ class EuimAppService {
41
41
  });
42
42
  }
43
43
  }
44
- /** @nocollapse */ EuimAppService.ɵfac = function EuimAppService_Factory(t) { return new (t || EuimAppService)(); };
45
- /** @nocollapse */ EuimAppService.ɵprov = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjectable({ token: EuimAppService, factory: EuimAppService.ɵfac, providedIn: 'root' });
46
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppService, [{
47
- type: Injectable,
48
- args: [{ providedIn: 'root' }]
49
- }], function () { return []; }, null); })();
44
+ /** @nocollapse */ EuimAppService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
45
+ /** @nocollapse */ EuimAppService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppService, providedIn: 'root' });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppService, decorators: [{
47
+ type: Injectable,
48
+ args: [{ providedIn: 'root' }]
49
+ }], ctorParameters: function () { return []; } });
50
50
 
51
51
  class EuimBaseDirective {
52
52
  constructor() {
@@ -234,68 +234,65 @@ class EuimBaseDirective {
234
234
  ].join(' ').trim();
235
235
  }
236
236
  }
237
- /** @nocollapse */ EuimBaseDirective.ɵfac = function EuimBaseDirective_Factory(t) { return new (t || EuimBaseDirective)(); };
238
- /** @nocollapse */ EuimBaseDirective.ɵdir = /** @pureOrBreakMyCode */ i0.ɵɵdefineDirective({ type: EuimBaseDirective, selectors: [["", "euimBase", ""]], hostVars: 1, hostBindings: function EuimBaseDirective_HostBindings(rf, ctx) { if (rf & 2) {
239
- i0.ɵɵattribute("data-e2e", ctx.e2eAttr);
240
- } }, inputs: { e2eAttr: "e2eAttr", euiPrimary: "euiPrimary", euiSecondary: "euiSecondary", euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", euiAccent: "euiAccent", euiInverted: "euiInverted", euiSize2XS: "euiSize2XS", euiSizeXS: "euiSizeXS", euiSizeS: "euiSizeS", euiSizeM: "euiSizeM", euiSizeL: "euiSizeL", euiSizeXL: "euiSizeXL", euiSize2XL: "euiSize2XL", euiSize3XL: "euiSize3XL", euiSize4XL: "euiSize4XL", euiFontBold: "euiFontBold", euiFontRegular: "euiFontRegular", euiFontBoldItalic: "euiFontBoldItalic", euiFontItalic: "euiFontItalic", euiFontLight: "euiFontLight" } });
241
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimBaseDirective, [{
242
- type: Directive,
243
- args: [{
244
- selector: '[euimBase]',
245
- }]
246
- }], null, { e2eAttr: [{
247
- type: HostBinding,
248
- args: ['attr.data-e2e']
249
- }, {
250
- type: Input
251
- }], euiPrimary: [{
252
- type: Input
253
- }], euiSecondary: [{
254
- type: Input
255
- }], euiInfo: [{
256
- type: Input
257
- }], euiSuccess: [{
258
- type: Input
259
- }], euiWarning: [{
260
- type: Input
261
- }], euiDanger: [{
262
- type: Input
263
- }], euiAccent: [{
264
- type: Input
265
- }], euiInverted: [{
266
- type: Input
267
- }], euiSize2XS: [{
268
- type: Input
269
- }], euiSizeXS: [{
270
- type: Input
271
- }], euiSizeS: [{
272
- type: Input
273
- }], euiSizeM: [{
274
- type: Input
275
- }], euiSizeL: [{
276
- type: Input
277
- }], euiSizeXL: [{
278
- type: Input
279
- }], euiSize2XL: [{
280
- type: Input
281
- }], euiSize3XL: [{
282
- type: Input
283
- }], euiSize4XL: [{
284
- type: Input
285
- }], euiFontBold: [{
286
- type: Input
287
- }], euiFontRegular: [{
288
- type: Input
289
- }], euiFontBoldItalic: [{
290
- type: Input
291
- }], euiFontItalic: [{
292
- type: Input
293
- }], euiFontLight: [{
294
- type: Input
295
- }] }); })();
296
-
297
- const _c0$I = ["euimLabel", ""];
298
- const _c1$m = ["*"];
237
+ /** @nocollapse */ EuimBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimBaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
238
+ /** @nocollapse */ EuimBaseDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.2", type: EuimBaseDirective, selector: "[euimBase]", inputs: { e2eAttr: "e2eAttr", euiPrimary: "euiPrimary", euiSecondary: "euiSecondary", euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", euiAccent: "euiAccent", euiInverted: "euiInverted", euiSize2XS: "euiSize2XS", euiSizeXS: "euiSizeXS", euiSizeS: "euiSizeS", euiSizeM: "euiSizeM", euiSizeL: "euiSizeL", euiSizeXL: "euiSizeXL", euiSize2XL: "euiSize2XL", euiSize3XL: "euiSize3XL", euiSize4XL: "euiSize4XL", euiFontBold: "euiFontBold", euiFontRegular: "euiFontRegular", euiFontBoldItalic: "euiFontBoldItalic", euiFontItalic: "euiFontItalic", euiFontLight: "euiFontLight" }, host: { properties: { "attr.data-e2e": "this.e2eAttr" } }, ngImport: i0 });
239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimBaseDirective, decorators: [{
240
+ type: Directive,
241
+ args: [{
242
+ selector: '[euimBase]',
243
+ }]
244
+ }], propDecorators: { e2eAttr: [{
245
+ type: HostBinding,
246
+ args: ['attr.data-e2e']
247
+ }, {
248
+ type: Input
249
+ }], euiPrimary: [{
250
+ type: Input
251
+ }], euiSecondary: [{
252
+ type: Input
253
+ }], euiInfo: [{
254
+ type: Input
255
+ }], euiSuccess: [{
256
+ type: Input
257
+ }], euiWarning: [{
258
+ type: Input
259
+ }], euiDanger: [{
260
+ type: Input
261
+ }], euiAccent: [{
262
+ type: Input
263
+ }], euiInverted: [{
264
+ type: Input
265
+ }], euiSize2XS: [{
266
+ type: Input
267
+ }], euiSizeXS: [{
268
+ type: Input
269
+ }], euiSizeS: [{
270
+ type: Input
271
+ }], euiSizeM: [{
272
+ type: Input
273
+ }], euiSizeL: [{
274
+ type: Input
275
+ }], euiSizeXL: [{
276
+ type: Input
277
+ }], euiSize2XL: [{
278
+ type: Input
279
+ }], euiSize3XL: [{
280
+ type: Input
281
+ }], euiSize4XL: [{
282
+ type: Input
283
+ }], euiFontBold: [{
284
+ type: Input
285
+ }], euiFontRegular: [{
286
+ type: Input
287
+ }], euiFontBoldItalic: [{
288
+ type: Input
289
+ }], euiFontItalic: [{
290
+ type: Input
291
+ }], euiFontLight: [{
292
+ type: Input
293
+ }] } });
294
+
295
+ /* eslint-disable @angular-eslint/component-selector */
299
296
  class EuimLabelComponent extends EuimBaseDirective {
300
297
  constructor() {
301
298
  super(...arguments);
@@ -333,52 +330,45 @@ class EuimLabelComponent extends EuimBaseDirective {
333
330
  ].join(' ').trim();
334
331
  }
335
332
  }
336
- /** @nocollapse */ EuimLabelComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimLabelComponent_BaseFactory; return function EuimLabelComponent_Factory(t) { return (ɵEuimLabelComponent_BaseFactory || (ɵEuimLabelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimLabelComponent)))(t || EuimLabelComponent); }; }();
337
- /** @nocollapse */ EuimLabelComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimLabelComponent, selectors: [["", "euimLabel", ""]], hostVars: 2, hostBindings: function EuimLabelComponent_HostBindings(rf, ctx) { if (rf & 2) {
338
- i0.ɵɵclassMap(ctx.cssClasses);
339
- } }, inputs: { euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$I, ngContentSelectors: _c1$m, decls: 1, vars: 0, template: function EuimLabelComponent_Template(rf, ctx) { if (rf & 1) {
340
- i0.ɵɵprojectionDef();
341
- i0.ɵɵprojection(0);
342
- } }, styles: [".euim-label{display:flex;align-items:center;margin:0;padding:0}.euim-label ion-icon{margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__sub-title,.euim-label__meta{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], encapsulation: 2 });
343
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLabelComponent, [{
344
- type: Component,
345
- args: [{ selector: '[euimLabel]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-label{display:flex;align-items:center;margin:0;padding:0}.euim-label ion-icon{margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__sub-title,.euim-label__meta{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
346
- }], null, { euimLabelTitle: [{
347
- type: Input
348
- }], euimLabelSubTitle: [{
349
- type: Input
350
- }], euimLabelMeta: [{
351
- type: Input
352
- }], cssClasses: [{
353
- type: HostBinding,
354
- args: ['class']
355
- }] }); })();
333
+ /** @nocollapse */ EuimLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
334
+ /** @nocollapse */ EuimLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimLabelComponent, selector: "[euimLabel]", inputs: { euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:flex;align-items:center;margin:0;padding:0}.euim-label ion-icon{margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__sub-title,.euim-label__meta{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], encapsulation: i0.ViewEncapsulation.None });
335
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelComponent, decorators: [{
336
+ type: Component,
337
+ args: [{ selector: '[euimLabel]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-label{display:flex;align-items:center;margin:0;padding:0}.euim-label ion-icon{margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__sub-title,.euim-label__meta{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font: 400 1rem/1.25rem arial,sans-serif}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
338
+ }], propDecorators: { euimLabelTitle: [{
339
+ type: Input
340
+ }], euimLabelSubTitle: [{
341
+ type: Input
342
+ }], euimLabelMeta: [{
343
+ type: Input
344
+ }], cssClasses: [{
345
+ type: HostBinding,
346
+ args: ['class']
347
+ }] } });
356
348
 
357
349
  class EuimLabelModule {
358
350
  }
359
- /** @nocollapse */ EuimLabelModule.ɵfac = function EuimLabelModule_Factory(t) { return new (t || EuimLabelModule)(); };
360
- /** @nocollapse */ EuimLabelModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimLabelModule });
361
- /** @nocollapse */ EuimLabelModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
351
+ /** @nocollapse */ EuimLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
352
+ /** @nocollapse */ EuimLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, declarations: [EuimLabelComponent], imports: [CommonModule,
353
+ IonicModule], exports: [EuimLabelComponent] });
354
+ /** @nocollapse */ EuimLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, imports: [CommonModule,
362
355
  IonicModule] });
363
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLabelModule, [{
364
- type: NgModule,
365
- args: [{
366
- imports: [
367
- CommonModule,
368
- IonicModule,
369
- ],
370
- exports: [
371
- EuimLabelComponent,
372
- ],
373
- declarations: [
374
- EuimLabelComponent,
375
- ],
376
- }]
377
- }], null, null); })();
378
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimLabelModule, { declarations: [EuimLabelComponent], imports: [CommonModule,
379
- IonicModule], exports: [EuimLabelComponent] }); })();
380
-
381
- const _c0$H = ["*"];
356
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, decorators: [{
357
+ type: NgModule,
358
+ args: [{
359
+ imports: [
360
+ CommonModule,
361
+ IonicModule,
362
+ ],
363
+ exports: [
364
+ EuimLabelComponent,
365
+ ],
366
+ declarations: [
367
+ EuimLabelComponent,
368
+ ],
369
+ }]
370
+ }] });
371
+
382
372
  class EuimControlFeedbackComponent extends EuimBaseDirective {
383
373
  constructor() {
384
374
  super(...arguments);
@@ -388,7 +378,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
388
378
  this._euiDanger = false;
389
379
  this._variant = 'info';
390
380
  }
391
- get euiInfo() { return this._euiInfo; }
381
+ get euiInfo() {
382
+ return this._euiInfo;
383
+ }
392
384
  set euiInfo(value) {
393
385
  this.resetVariantType();
394
386
  this._euiInfo = coerceBooleanProperty(value);
@@ -396,7 +388,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
396
388
  this._variant = 'info';
397
389
  }
398
390
  }
399
- get euiSuccess() { return this._euiSuccess; }
391
+ get euiSuccess() {
392
+ return this._euiSuccess;
393
+ }
400
394
  set euiSuccess(value) {
401
395
  this.resetVariantType();
402
396
  this._euiSuccess = coerceBooleanProperty(value);
@@ -404,7 +398,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
404
398
  this._variant = 'success';
405
399
  }
406
400
  }
407
- get euiWarning() { return this._euiWarning; }
401
+ get euiWarning() {
402
+ return this._euiWarning;
403
+ }
408
404
  set euiWarning(value) {
409
405
  this.resetVariantType();
410
406
  this._euiWarning = coerceBooleanProperty(value);
@@ -412,7 +408,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
412
408
  this._variant = 'warning';
413
409
  }
414
410
  }
415
- get euiDanger() { return this._euiDanger; }
411
+ get euiDanger() {
412
+ return this._euiDanger;
413
+ }
416
414
  set euiDanger(value) {
417
415
  this.resetVariantType();
418
416
  this._euiDanger = coerceBooleanProperty(value);
@@ -420,7 +418,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
420
418
  this._variant = 'danger';
421
419
  }
422
420
  }
423
- get variant() { return this._variant; }
421
+ get variant() {
422
+ return this._variant;
423
+ }
424
424
  set variant(value) {
425
425
  this._euiWarning = (value === 'warning');
426
426
  this._euiInfo = (value === 'info');
@@ -448,56 +448,48 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
448
448
  ].join(' ');
449
449
  }
450
450
  }
451
- /** @nocollapse */ EuimControlFeedbackComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimControlFeedbackComponent_BaseFactory; return function EuimControlFeedbackComponent_Factory(t) { return (ɵEuimControlFeedbackComponent_BaseFactory || (ɵEuimControlFeedbackComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimControlFeedbackComponent)))(t || EuimControlFeedbackComponent); }; }();
452
- /** @nocollapse */ EuimControlFeedbackComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimControlFeedbackComponent, selectors: [["euim-control-feedback"]], hostVars: 2, hostBindings: function EuimControlFeedbackComponent_HostBindings(rf, ctx) { if (rf & 2) {
453
- i0.ɵɵclassMap(ctx.cssClasses);
454
- } }, inputs: { euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", variant: "variant" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$H, decls: 2, vars: 0, consts: [[1, "euim-control-feedback"]], template: function EuimControlFeedbackComponent_Template(rf, ctx) { if (rf & 1) {
455
- i0.ɵɵprojectionDef();
456
- i0.ɵɵelementStart(0, "div", 0);
457
- i0.ɵɵprojection(1);
458
- i0.ɵɵelementEnd();
459
- } }, styles: [".euim-control-feedback{font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"], encapsulation: 2 });
460
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimControlFeedbackComponent, [{
461
- type: Component,
462
- args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-control-feedback\">\n <ng-content></ng-content>\n</div>\n\n\n\n\n", styles: [".euim-control-feedback{font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"] }]
463
- }], null, { euiInfo: [{
464
- type: Input
465
- }], euiSuccess: [{
466
- type: Input
467
- }], euiWarning: [{
468
- type: Input
469
- }], euiDanger: [{
470
- type: Input
471
- }], variant: [{
472
- type: Input
473
- }], cssClasses: [{
474
- type: HostBinding,
475
- args: ['class']
476
- }] }); })();
451
+ /** @nocollapse */ EuimControlFeedbackComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
452
+ /** @nocollapse */ EuimControlFeedbackComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimControlFeedbackComponent, selector: "euim-control-feedback", inputs: { euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", variant: "variant" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"euim-control-feedback\">\n <ng-content></ng-content>\n</div>\n\n\n\n\n", styles: [".euim-control-feedback{font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"], encapsulation: i0.ViewEncapsulation.None });
453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackComponent, decorators: [{
454
+ type: Component,
455
+ args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-control-feedback\">\n <ng-content></ng-content>\n</div>\n\n\n\n\n", styles: [".euim-control-feedback{font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"] }]
456
+ }], propDecorators: { euiInfo: [{
457
+ type: Input
458
+ }], euiSuccess: [{
459
+ type: Input
460
+ }], euiWarning: [{
461
+ type: Input
462
+ }], euiDanger: [{
463
+ type: Input
464
+ }], variant: [{
465
+ type: Input
466
+ }], cssClasses: [{
467
+ type: HostBinding,
468
+ args: ['class']
469
+ }] } });
477
470
 
478
471
  class EuimControlFeedbackModule {
479
472
  }
480
- /** @nocollapse */ EuimControlFeedbackModule.ɵfac = function EuimControlFeedbackModule_Factory(t) { return new (t || EuimControlFeedbackModule)(); };
481
- /** @nocollapse */ EuimControlFeedbackModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimControlFeedbackModule });
482
- /** @nocollapse */ EuimControlFeedbackModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
473
+ /** @nocollapse */ EuimControlFeedbackModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
474
+ /** @nocollapse */ EuimControlFeedbackModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, declarations: [EuimControlFeedbackComponent], imports: [CommonModule,
475
+ IonicModule], exports: [EuimControlFeedbackComponent] });
476
+ /** @nocollapse */ EuimControlFeedbackModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, imports: [CommonModule,
483
477
  IonicModule] });
484
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimControlFeedbackModule, [{
485
- type: NgModule,
486
- args: [{
487
- imports: [
488
- CommonModule,
489
- IonicModule,
490
- ],
491
- exports: [
492
- EuimControlFeedbackComponent,
493
- ],
494
- declarations: [
495
- EuimControlFeedbackComponent,
496
- ],
497
- }]
498
- }], null, null); })();
499
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimControlFeedbackModule, { declarations: [EuimControlFeedbackComponent], imports: [CommonModule,
500
- IonicModule], exports: [EuimControlFeedbackComponent] }); })();
478
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, decorators: [{
479
+ type: NgModule,
480
+ args: [{
481
+ imports: [
482
+ CommonModule,
483
+ IonicModule,
484
+ ],
485
+ exports: [
486
+ EuimControlFeedbackComponent,
487
+ ],
488
+ declarations: [
489
+ EuimControlFeedbackComponent,
490
+ ],
491
+ }]
492
+ }] });
501
493
 
502
494
  class EuimNotificationItemComponent extends EuimBaseDirective {
503
495
  get cssClasses() {
@@ -509,50 +501,39 @@ class EuimNotificationItemComponent extends EuimBaseDirective {
509
501
  ].join(' ').trim();
510
502
  }
511
503
  }
512
- /** @nocollapse */ EuimNotificationItemComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimNotificationItemComponent_BaseFactory; return function EuimNotificationItemComponent_Factory(t) { return (ɵEuimNotificationItemComponent_BaseFactory || (ɵEuimNotificationItemComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimNotificationItemComponent)))(t || EuimNotificationItemComponent); }; }();
513
- /** @nocollapse */ EuimNotificationItemComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimNotificationItemComponent, selectors: [["euim-notification-item"]], hostVars: 2, hostBindings: function EuimNotificationItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
514
- i0.ɵɵclassMap(ctx.cssClasses);
515
- } }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 0, consts: [["name", "ellipse"]], template: function EuimNotificationItemComponent_Template(rf, ctx) { if (rf & 1) {
516
- i0.ɵɵelement(0, "ion-icon", 0);
517
- } }, dependencies: [i1.IonIcon], styles: [".euim-notification-item{display:flex;align-items:center;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{color:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{color:var(--eui-base-color-grey-50)}.euim-notification-item--info{color:var(--eui-base-color-info-100)}.euim-notification-item--success{color:var(--eui-base-color-success-100)}.euim-notification-item--warning{color:var(--eui-base-color-warning-100)}.euim-notification-item--danger{color:var(--eui-base-color-danger-100)}.euim-notification-item--accent{color:var(--eui-base-color-accent-100)}\n"], encapsulation: 2 });
518
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimNotificationItemComponent, [{
519
- type: Component,
520
- args: [{ selector: 'euim-notification-item', encapsulation: ViewEncapsulation.None, template: "<ion-icon name=\"ellipse\"></ion-icon>\n", styles: [".euim-notification-item{display:flex;align-items:center;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{color:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{color:var(--eui-base-color-grey-50)}.euim-notification-item--info{color:var(--eui-base-color-info-100)}.euim-notification-item--success{color:var(--eui-base-color-success-100)}.euim-notification-item--warning{color:var(--eui-base-color-warning-100)}.euim-notification-item--danger{color:var(--eui-base-color-danger-100)}.euim-notification-item--accent{color:var(--eui-base-color-accent-100)}\n"] }]
521
- }], null, { cssClasses: [{
522
- type: HostBinding,
523
- args: ['class']
524
- }] }); })();
504
+ /** @nocollapse */ EuimNotificationItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
505
+ /** @nocollapse */ EuimNotificationItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ion-icon name=\"ellipse\"></ion-icon>\n", styles: [".euim-notification-item{display:flex;align-items:center;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{color:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{color:var(--eui-base-color-grey-50)}.euim-notification-item--info{color:var(--eui-base-color-info-100)}.euim-notification-item--success{color:var(--eui-base-color-success-100)}.euim-notification-item--warning{color:var(--eui-base-color-warning-100)}.euim-notification-item--danger{color:var(--eui-base-color-danger-100)}.euim-notification-item--accent{color:var(--eui-base-color-accent-100)}\n"], dependencies: [{ kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }], encapsulation: i0.ViewEncapsulation.None });
506
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemComponent, decorators: [{
507
+ type: Component,
508
+ args: [{ selector: 'euim-notification-item', encapsulation: ViewEncapsulation.None, template: "<ion-icon name=\"ellipse\"></ion-icon>\n", styles: [".euim-notification-item{display:flex;align-items:center;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{color:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{color:var(--eui-base-color-grey-50)}.euim-notification-item--info{color:var(--eui-base-color-info-100)}.euim-notification-item--success{color:var(--eui-base-color-success-100)}.euim-notification-item--warning{color:var(--eui-base-color-warning-100)}.euim-notification-item--danger{color:var(--eui-base-color-danger-100)}.euim-notification-item--accent{color:var(--eui-base-color-accent-100)}\n"] }]
509
+ }], propDecorators: { cssClasses: [{
510
+ type: HostBinding,
511
+ args: ['class']
512
+ }] } });
525
513
 
526
514
  class EuimNotificationItemModule {
527
515
  }
528
- /** @nocollapse */ EuimNotificationItemModule.ɵfac = function EuimNotificationItemModule_Factory(t) { return new (t || EuimNotificationItemModule)(); };
529
- /** @nocollapse */ EuimNotificationItemModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimNotificationItemModule });
530
- /** @nocollapse */ EuimNotificationItemModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
516
+ /** @nocollapse */ EuimNotificationItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
517
+ /** @nocollapse */ EuimNotificationItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, declarations: [EuimNotificationItemComponent], imports: [CommonModule,
518
+ IonicModule], exports: [EuimNotificationItemComponent] });
519
+ /** @nocollapse */ EuimNotificationItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, imports: [CommonModule,
531
520
  IonicModule] });
532
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimNotificationItemModule, [{
533
- type: NgModule,
534
- args: [{
535
- imports: [
536
- CommonModule,
537
- IonicModule,
538
- ],
539
- exports: [
540
- EuimNotificationItemComponent,
541
- ],
542
- declarations: [
543
- EuimNotificationItemComponent,
544
- ],
545
- }]
546
- }], null, null); })();
547
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimNotificationItemModule, { declarations: [EuimNotificationItemComponent], imports: [CommonModule,
548
- IonicModule], exports: [EuimNotificationItemComponent] }); })();
549
-
550
- function EuimLanguageListComponent_ecl_language_list_item_2_Template(rf, ctx) { if (rf & 1) {
551
- i0.ɵɵelement(0, "ecl-language-list-item", 2);
552
- } if (rf & 2) {
553
- const language_r1 = ctx.$implicit;
554
- i0.ɵɵproperty("languageCode", language_r1.code)("languageLabel", language_r1.label);
555
- } }
521
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, decorators: [{
522
+ type: NgModule,
523
+ args: [{
524
+ imports: [
525
+ CommonModule,
526
+ IonicModule,
527
+ ],
528
+ exports: [
529
+ EuimNotificationItemComponent,
530
+ ],
531
+ declarations: [
532
+ EuimNotificationItemComponent,
533
+ ],
534
+ }]
535
+ }] });
536
+
556
537
  class EuimLanguageListComponent extends EuimBaseDirective {
557
538
  constructor(cd, translateService, appShellService, appService) {
558
539
  super();
@@ -602,26 +583,15 @@ class EuimLanguageListComponent extends EuimBaseDirective {
602
583
  return;
603
584
  }
604
585
  }
605
- /** @nocollapse */ EuimLanguageListComponent.ɵfac = function EuimLanguageListComponent_Factory(t) { return new (t || EuimLanguageListComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$1.TranslateService), i0.ɵɵdirectiveInject(i2.UxAppShellService), i0.ɵɵdirectiveInject(EuimAppService)); };
606
- /** @nocollapse */ EuimLanguageListComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimLanguageListComponent, selectors: [["euim-language-list"]], outputs: { languageSelected: "languageSelected" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 3, vars: 6, consts: [[3, "selectedLanguageCode", "isOverlay", "isHidden", "languageSelected", "close"], [3, "languageCode", "languageLabel", 4, "ngFor", "ngForOf"], [3, "languageCode", "languageLabel"]], template: function EuimLanguageListComponent_Template(rf, ctx) { if (rf & 1) {
607
- i0.ɵɵelementStart(0, "ecl-language-list", 0);
608
- i0.ɵɵlistener("languageSelected", function EuimLanguageListComponent_Template_ecl_language_list_languageSelected_0_listener($event) { return ctx.onLanguageSelected($event); })("close", function EuimLanguageListComponent_Template_ecl_language_list_close_0_listener() { return ctx.onLanguageListClose(); });
609
- i0.ɵɵpipe(1, "async");
610
- i0.ɵɵtemplate(2, EuimLanguageListComponent_ecl_language_list_item_2_Template, 1, 2, "ecl-language-list-item", 1);
611
- i0.ɵɵelementEnd();
612
- } if (rf & 2) {
613
- i0.ɵɵproperty("selectedLanguageCode", ctx.selectedLanguage == null ? null : ctx.selectedLanguage.code)("isOverlay", true)("isHidden", !i0.ɵɵpipeBind1(1, 4, ctx.appService.state$).isLanguageListVisible);
614
- i0.ɵɵadvance(2);
615
- i0.ɵɵproperty("ngForOf", ctx.languages);
616
- } }, dependencies: [i2$1.NgForOf, i5.EclLanguageListComponent, i5.EclLanguageListItemComponent, i2$1.AsyncPipe], encapsulation: 2 });
617
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLanguageListComponent, [{
618
- type: Component,
619
- args: [{ selector: 'euim-language-list', template: "<ecl-language-list\n [selectedLanguageCode]=\"selectedLanguage?.code\"\n [isOverlay]=\"true\"\n [isHidden]=\"!(appService.state$ | async).isLanguageListVisible\"\n (languageSelected)=\"onLanguageSelected($event)\"\n (close)=\"onLanguageListClose()\">\n <ecl-language-list-item\n *ngFor=\"let language of languages\"\n [languageCode]=\"language.code\"\n [languageLabel]=\"language.label\">\n </ecl-language-list-item>\n</ecl-language-list>\n" }]
620
- }], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, { languageSelected: [{
621
- type: Output
622
- }] }); })();
623
-
624
- const _c0$G = ["*"];
586
+ /** @nocollapse */ EuimLanguageListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageListComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }, { token: i2.UxAppShellService }, { token: EuimAppService }], target: i0.ɵɵFactoryTarget.Component });
587
+ /** @nocollapse */ EuimLanguageListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimLanguageListComponent, selector: "euim-language-list", outputs: { languageSelected: "languageSelected" }, usesInheritance: true, ngImport: i0, template: "<ecl-language-list\n [selectedLanguageCode]=\"selectedLanguage?.code\"\n [isOverlay]=\"true\"\n [isHidden]=\"!(appService.state$ | async).isLanguageListVisible\"\n (languageSelected)=\"onLanguageSelected($event)\"\n (close)=\"onLanguageListClose()\">\n <ecl-language-list-item\n *ngFor=\"let language of languages\"\n [languageCode]=\"language.code\"\n [languageLabel]=\"language.label\">\n </ecl-language-list-item>\n</ecl-language-list>\n", dependencies: [{ kind: "directive", type: i2$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: i5.EclLanguageListComponent, selector: "ecl-language-list", inputs: ["isOverlay", "selectedLanguageCode", "isHidden"], outputs: ["languageSelected", "close"] }, { kind: "component", type: i5.EclLanguageListItemComponent, selector: "ecl-language-list-item", inputs: ["isActive", "languageCode", "languageLabel"], outputs: ["itemClick"] }, { kind: "pipe", type: i2$1.AsyncPipe, name: "async" }] });
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageListComponent, decorators: [{
589
+ type: Component,
590
+ args: [{ selector: 'euim-language-list', template: "<ecl-language-list\n [selectedLanguageCode]=\"selectedLanguage?.code\"\n [isOverlay]=\"true\"\n [isHidden]=\"!(appService.state$ | async).isLanguageListVisible\"\n (languageSelected)=\"onLanguageSelected($event)\"\n (close)=\"onLanguageListClose()\">\n <ecl-language-list-item\n *ngFor=\"let language of languages\"\n [languageCode]=\"language.code\"\n [languageLabel]=\"language.label\">\n </ecl-language-list-item>\n</ecl-language-list>\n" }]
591
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, propDecorators: { languageSelected: [{
592
+ type: Output
593
+ }] } });
594
+
625
595
  class EuimAppComponent extends EuimBaseDirective {
626
596
  constructor(asService) {
627
597
  super();
@@ -629,84 +599,15 @@ class EuimAppComponent extends EuimBaseDirective {
629
599
  this.ionMenuId = 'main';
630
600
  }
631
601
  }
632
- /** @nocollapse */ EuimAppComponent.ɵfac = function EuimAppComponent_Factory(t) { return new (t || EuimAppComponent)(i0.ɵɵdirectiveInject(EuimAppService)); };
633
- /** @nocollapse */ EuimAppComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAppComponent, selectors: [["euim-app"]], inputs: { ionMenuId: "ionMenuId" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$G, decls: 4, vars: 1, consts: [[3, "id"]], template: function EuimAppComponent_Template(rf, ctx) { if (rf & 1) {
634
- i0.ɵɵprojectionDef();
635
- i0.ɵɵelementStart(0, "ion-app");
636
- i0.ɵɵprojection(1);
637
- i0.ɵɵelement(2, "ion-router-outlet", 0);
638
- i0.ɵɵelementEnd();
639
- i0.ɵɵelement(3, "euim-language-list");
640
- } if (rf & 2) {
641
- i0.ɵɵadvance(2);
642
- i0.ɵɵpropertyInterpolate("id", ctx.ionMenuId);
643
- } }, dependencies: [i1.IonApp, i1.IonRouterOutlet, EuimLanguageListComponent], encapsulation: 2 });
644
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppComponent, [{
645
- type: Component,
646
- args: [{ selector: 'euim-app', template: "<ion-app>\n <ng-content></ng-content>\n <ion-router-outlet id=\"{{ionMenuId}}\"></ion-router-outlet>\n</ion-app>\n\n<euim-language-list></euim-language-list>\n" }]
647
- }], function () { return [{ type: EuimAppService }]; }, { ionMenuId: [{
648
- type: Input
649
- }] }); })();
650
-
651
- function EuimMenuComponent_ng_container_1_ion_list_header_2_Template(rf, ctx) { if (rf & 1) {
652
- i0.ɵɵelementStart(0, "ion-list-header");
653
- i0.ɵɵtext(1);
654
- i0.ɵɵelementEnd();
655
- } if (rf & 2) {
656
- const item_r1 = i0.ɵɵnextContext().$implicit;
657
- i0.ɵɵadvance(1);
658
- i0.ɵɵtextInterpolate1(" ", item_r1.subtitle, " ");
659
- } }
660
- function EuimMenuComponent_ng_container_1_ion_item_3_ion_icon_1_Template(rf, ctx) { if (rf & 1) {
661
- i0.ɵɵelement(0, "ion-icon", 7);
662
- } if (rf & 2) {
663
- const item_r1 = i0.ɵɵnextContext(2).$implicit;
664
- i0.ɵɵproperty("name", item_r1.icon)("color", item_r1.iconColor);
665
- } }
666
- function EuimMenuComponent_ng_container_1_ion_item_3_ion_badge_4_Template(rf, ctx) { if (rf & 1) {
667
- i0.ɵɵelementStart(0, "ion-badge", 8);
668
- i0.ɵɵtext(1);
669
- i0.ɵɵelementEnd();
670
- } if (rf & 2) {
671
- const item_r1 = i0.ɵɵnextContext(2).$implicit;
672
- i0.ɵɵproperty("color", item_r1.badge.color);
673
- i0.ɵɵadvance(1);
674
- i0.ɵɵtextInterpolate1(" ", item_r1.badge.value, "");
675
- } }
676
- function EuimMenuComponent_ng_container_1_ion_item_3_Template(rf, ctx) { if (rf & 1) {
677
- const _r12 = i0.ɵɵgetCurrentView();
678
- i0.ɵɵelementStart(0, "ion-item", 4);
679
- i0.ɵɵlistener("click", function EuimMenuComponent_ng_container_1_ion_item_3_Template_ion_item_click_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(); const item_r1 = ctx_r11.$implicit; const i_r2 = ctx_r11.index; const ctx_r10 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r10.onItemClick($event, item_r1.url, i_r2, item_r1)); });
680
- i0.ɵɵtemplate(1, EuimMenuComponent_ng_container_1_ion_item_3_ion_icon_1_Template, 1, 2, "ion-icon", 5);
681
- i0.ɵɵelementStart(2, "ion-label");
682
- i0.ɵɵtext(3);
683
- i0.ɵɵelementEnd();
684
- i0.ɵɵtemplate(4, EuimMenuComponent_ng_container_1_ion_item_3_ion_badge_4_Template, 2, 2, "ion-badge", 6);
685
- i0.ɵɵelementEnd();
686
- } if (rf & 2) {
687
- const item_r1 = i0.ɵɵnextContext().$implicit;
688
- i0.ɵɵproperty("lines", item_r1.lines ? item_r1.lines : "none");
689
- i0.ɵɵadvance(1);
690
- i0.ɵɵproperty("ngIf", item_r1.icon);
691
- i0.ɵɵadvance(2);
692
- i0.ɵɵtextInterpolate(item_r1.label);
693
- i0.ɵɵadvance(1);
694
- i0.ɵɵproperty("ngIf", item_r1.badge && !item_r1.badge.hidden);
695
- } }
696
- function EuimMenuComponent_ng_container_1_Template(rf, ctx) { if (rf & 1) {
697
- i0.ɵɵelementContainerStart(0);
698
- i0.ɵɵelementStart(1, "ion-menu-toggle", 1);
699
- i0.ɵɵtemplate(2, EuimMenuComponent_ng_container_1_ion_list_header_2_Template, 2, 1, "ion-list-header", 2);
700
- i0.ɵɵtemplate(3, EuimMenuComponent_ng_container_1_ion_item_3_Template, 5, 4, "ion-item", 3);
701
- i0.ɵɵelementEnd();
702
- i0.ɵɵelementContainerEnd();
703
- } if (rf & 2) {
704
- const item_r1 = ctx.$implicit;
705
- i0.ɵɵadvance(2);
706
- i0.ɵɵproperty("ngIf", item_r1.subtitle);
707
- i0.ɵɵadvance(1);
708
- i0.ɵɵproperty("ngIf", item_r1.label);
709
- } }
602
+ /** @nocollapse */ EuimAppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppComponent, deps: [{ token: EuimAppService }], target: i0.ɵɵFactoryTarget.Component });
603
+ /** @nocollapse */ EuimAppComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAppComponent, selector: "euim-app", inputs: { ionMenuId: "ionMenuId" }, usesInheritance: true, ngImport: i0, template: "<ion-app>\n <ng-content></ng-content>\n <ion-router-outlet id=\"{{ionMenuId}}\"></ion-router-outlet>\n</ion-app>\n\n<euim-language-list></euim-language-list>\n", dependencies: [{ kind: "component", type: i1.IonApp, selector: "ion-app" }, { kind: "directive", type: i1.IonRouterOutlet, selector: "ion-router-outlet", inputs: ["animated", "animation", "mode", "swipeGesture", "environmentInjector"], outputs: ["stackEvents", "activate", "deactivate"], exportAs: ["outlet"] }, { kind: "component", type: EuimLanguageListComponent, selector: "euim-language-list", outputs: ["languageSelected"] }] });
604
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppComponent, decorators: [{
605
+ type: Component,
606
+ args: [{ selector: 'euim-app', template: "<ion-app>\n <ng-content></ng-content>\n <ion-router-outlet id=\"{{ionMenuId}}\"></ion-router-outlet>\n</ion-app>\n\n<euim-language-list></euim-language-list>\n" }]
607
+ }], ctorParameters: function () { return [{ type: EuimAppService }]; }, propDecorators: { ionMenuId: [{
608
+ type: Input
609
+ }] } });
610
+
710
611
  class EuimMenuComponent extends EuimBaseDirective {
711
612
  constructor(navCtrl) {
712
613
  super();
@@ -732,103 +633,68 @@ class EuimMenuComponent extends EuimBaseDirective {
732
633
  this.itemClick.emit(item);
733
634
  }
734
635
  }
735
- /** @nocollapse */ EuimMenuComponent.ɵfac = function EuimMenuComponent_Factory(t) { return new (t || EuimMenuComponent)(i0.ɵɵdirectiveInject(i1.NavController)); };
736
- /** @nocollapse */ EuimMenuComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMenuComponent, selectors: [["euim-menu"]], inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 2, vars: 1, consts: [[4, "ngFor", "ngForOf"], ["auto-hide", "true"], [4, "ngIf"], ["button", "", "class", "euim-menu__ion-item", 3, "lines", "click", 4, "ngIf"], ["button", "", 1, "euim-menu__ion-item", 3, "lines", "click"], [3, "name", "color", 4, "ngIf"], [3, "color", 4, "ngIf"], [3, "name", "color"], [3, "color"]], template: function EuimMenuComponent_Template(rf, ctx) { if (rf & 1) {
737
- i0.ɵɵelementStart(0, "ion-list");
738
- i0.ɵɵtemplate(1, EuimMenuComponent_ng_container_1_Template, 4, 2, "ng-container", 0);
739
- i0.ɵɵelementEnd();
740
- } if (rf & 2) {
741
- i0.ɵɵadvance(1);
742
- i0.ɵɵproperty("ngForOf", ctx.items);
743
- } }, dependencies: [i2$1.NgForOf, i2$1.NgIf, i1.IonBadge, i1.IonIcon, i1.IonItem, i1.IonLabel, i1.IonList, i1.IonListHeader, i1.IonMenuToggle], styles: [".euim-menu__ion-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-icon{margin-left:var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-label{margin-left:var(--eui-base-spacing-xs)}\n"], encapsulation: 2, changeDetection: 0 });
744
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMenuComponent, [{
745
- type: Component,
746
- args: [{ selector: 'euim-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ion-list >\n <ng-container *ngFor=\"let item of items; let i = index\">\n <ion-menu-toggle auto-hide=\"true\">\n <ion-list-header *ngIf=\"item.subtitle\"> {{item.subtitle}} </ion-list-header>\n <ion-item *ngIf=\"item.label\" button class=\"euim-menu__ion-item\" [lines]=\"item.lines ? item.lines : 'none'\"\n (click)=\"onItemClick($event, (item.url), i, item)\">\n <ion-icon *ngIf=\"item.icon\"\n [name]=\"item.icon\"\n [color]=\"item.iconColor\"></ion-icon>\n <ion-label>{{item.label}}</ion-label>\n <ion-badge *ngIf=\"item.badge && !item.badge.hidden\" [color]=\"item.badge.color\">\n {{item.badge.value}}</ion-badge>\n </ion-item>\n </ion-menu-toggle>\n </ng-container>\n</ion-list>\n", styles: [".euim-menu__ion-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-icon{margin-left:var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-label{margin-left:var(--eui-base-spacing-xs)}\n"] }]
747
- }], function () { return [{ type: i1.NavController }]; }, { items: [{
748
- type: Input
749
- }], itemClick: [{
750
- type: Output
751
- }] }); })();
636
+ /** @nocollapse */ EuimMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuComponent, deps: [{ token: i1.NavController }], target: i0.ɵɵFactoryTarget.Component });
637
+ /** @nocollapse */ EuimMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMenuComponent, selector: "euim-menu", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, usesInheritance: true, ngImport: i0, template: "<ion-list >\n <ng-container *ngFor=\"let item of items; let i = index\">\n <ion-menu-toggle auto-hide=\"true\">\n <ion-list-header *ngIf=\"item.subtitle\"> {{item.subtitle}} </ion-list-header>\n <ion-item *ngIf=\"item.label\" button class=\"euim-menu__ion-item\" [lines]=\"item.lines ? item.lines : 'none'\"\n (click)=\"onItemClick($event, (item.url), i, item)\">\n <ion-icon *ngIf=\"item.icon\"\n [name]=\"item.icon\"\n [color]=\"item.iconColor\"></ion-icon>\n <ion-label>{{item.label}}</ion-label>\n <ion-badge *ngIf=\"item.badge && !item.badge.hidden\" [color]=\"item.badge.color\">\n {{item.badge.value}}</ion-badge>\n </ion-item>\n </ion-menu-toggle>\n </ng-container>\n</ion-list>\n", styles: [".euim-menu__ion-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-icon{margin-left:var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-label{margin-left:var(--eui-base-spacing-xs)}\n"], dependencies: [{ kind: "directive", type: i2$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonBadge, selector: "ion-badge", inputs: ["color", "mode"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "counterFormatter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { kind: "component", type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonListHeader, selector: "ion-list-header", inputs: ["color", "lines", "mode"] }, { kind: "component", type: i1.IonMenuToggle, selector: "ion-menu-toggle", inputs: ["autoHide", "menu"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
638
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuComponent, decorators: [{
639
+ type: Component,
640
+ args: [{ selector: 'euim-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ion-list >\n <ng-container *ngFor=\"let item of items; let i = index\">\n <ion-menu-toggle auto-hide=\"true\">\n <ion-list-header *ngIf=\"item.subtitle\"> {{item.subtitle}} </ion-list-header>\n <ion-item *ngIf=\"item.label\" button class=\"euim-menu__ion-item\" [lines]=\"item.lines ? item.lines : 'none'\"\n (click)=\"onItemClick($event, (item.url), i, item)\">\n <ion-icon *ngIf=\"item.icon\"\n [name]=\"item.icon\"\n [color]=\"item.iconColor\"></ion-icon>\n <ion-label>{{item.label}}</ion-label>\n <ion-badge *ngIf=\"item.badge && !item.badge.hidden\" [color]=\"item.badge.color\">\n {{item.badge.value}}</ion-badge>\n </ion-item>\n </ion-menu-toggle>\n </ng-container>\n</ion-list>\n", styles: [".euim-menu__ion-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-icon{margin-left:var(--eui-base-spacing-xs)}.euim-menu__ion-item ion-label{margin-left:var(--eui-base-spacing-xs)}\n"] }]
641
+ }], ctorParameters: function () { return [{ type: i1.NavController }]; }, propDecorators: { items: [{
642
+ type: Input
643
+ }], itemClick: [{
644
+ type: Output
645
+ }] } });
752
646
 
753
647
  class EuimMenuModule {
754
648
  }
755
- /** @nocollapse */ EuimMenuModule.ɵfac = function EuimMenuModule_Factory(t) { return new (t || EuimMenuModule)(); };
756
- /** @nocollapse */ EuimMenuModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMenuModule });
757
- /** @nocollapse */ EuimMenuModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
649
+ /** @nocollapse */ EuimMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
650
+ /** @nocollapse */ EuimMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, declarations: [EuimMenuComponent], imports: [CommonModule,
758
651
  RouterModule,
759
- IonicModule] });
760
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMenuModule, [{
761
- type: NgModule,
762
- args: [{
763
- imports: [
764
- CommonModule,
765
- RouterModule,
766
- IonicModule,
767
- ],
768
- declarations: [
769
- EuimMenuComponent,
770
- ],
771
- exports: [
772
- EuimMenuComponent,
773
- ],
774
- }]
775
- }], null, null); })();
776
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMenuModule, { declarations: [EuimMenuComponent], imports: [CommonModule,
652
+ IonicModule], exports: [EuimMenuComponent] });
653
+ /** @nocollapse */ EuimMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, imports: [CommonModule,
777
654
  RouterModule,
778
- IonicModule], exports: [EuimMenuComponent] }); })();
779
-
780
- class EuimMenuItem {
781
- constructor(values = {}) {
782
- this.lines = 'none';
783
- Object.assign(this, values);
784
- }
785
- }
655
+ IonicModule] });
656
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, decorators: [{
657
+ type: NgModule,
658
+ args: [{
659
+ imports: [
660
+ CommonModule,
661
+ RouterModule,
662
+ IonicModule,
663
+ ],
664
+ declarations: [
665
+ EuimMenuComponent,
666
+ ],
667
+ exports: [
668
+ EuimMenuComponent,
669
+ ],
670
+ }]
671
+ }] });
786
672
 
787
- const _c0$F = [[["euim-app-sidebar-header"]], [["euim-app-sidebar-menu"]], [["euim-app-sidebar-footer"]]];
788
- const _c1$l = ["euim-app-sidebar-header", "euim-app-sidebar-menu", "euim-app-sidebar-footer"];
789
673
  class EuimAppSidebarComponent extends EuimBaseDirective {
790
674
  constructor() {
791
675
  super(...arguments);
792
676
  this.ionMenuId = 'main';
793
677
  }
794
678
  }
795
- /** @nocollapse */ EuimAppSidebarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimAppSidebarComponent_BaseFactory; return function EuimAppSidebarComponent_Factory(t) { return (ɵEuimAppSidebarComponent_BaseFactory || (ɵEuimAppSidebarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimAppSidebarComponent)))(t || EuimAppSidebarComponent); }; }();
796
- /** @nocollapse */ EuimAppSidebarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAppSidebarComponent, selectors: [["euim-app-sidebar"]], inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$l, decls: 7, vars: 2, consts: [["side", "start", 3, "contentId", "menuId"]], template: function EuimAppSidebarComponent_Template(rf, ctx) { if (rf & 1) {
797
- i0.ɵɵprojectionDef(_c0$F);
798
- i0.ɵɵelementStart(0, "ion-menu", 0)(1, "ion-toolbar");
799
- i0.ɵɵprojection(2);
800
- i0.ɵɵelementEnd();
801
- i0.ɵɵelementStart(3, "ion-content");
802
- i0.ɵɵprojection(4, 1);
803
- i0.ɵɵelementEnd();
804
- i0.ɵɵelementStart(5, "ion-footer");
805
- i0.ɵɵprojection(6, 2);
806
- i0.ɵɵelementEnd()();
807
- } if (rf & 2) {
808
- i0.ɵɵpropertyInterpolate("contentId", ctx.ionMenuId);
809
- i0.ɵɵpropertyInterpolate("menuId", ctx.ionMenuId);
810
- } }, dependencies: [i1.IonContent, i1.IonFooter, i1.IonMenu, i1.IonToolbar], encapsulation: 2 });
811
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarComponent, [{
812
- type: Component,
813
- args: [{ selector: 'euim-app-sidebar', template: "<ion-menu side=\"start\" contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\">\n <ion-toolbar>\n <ng-content select=\"euim-app-sidebar-header\"></ng-content>\n </ion-toolbar>\n <ion-content>\n <ng-content select=\"euim-app-sidebar-menu\"></ng-content>\n </ion-content>\n <ion-footer >\n <ng-content select=\"euim-app-sidebar-footer\"></ng-content>\n </ion-footer>\n</ion-menu>\n" }]
814
- }], null, { ionMenuId: [{
815
- type: Input
816
- }], sidebarItems: [{
817
- type: Input
818
- }] }); })();
819
-
820
- const _c0$E = ["*"];
679
+ /** @nocollapse */ EuimAppSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
680
+ /** @nocollapse */ EuimAppSidebarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAppSidebarComponent, selector: "euim-app-sidebar", inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" }, usesInheritance: true, ngImport: i0, template: "<ion-menu side=\"start\" contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\">\n <ion-toolbar>\n <ng-content select=\"euim-app-sidebar-header\"></ng-content>\n </ion-toolbar>\n <ion-content>\n <ng-content select=\"euim-app-sidebar-menu\"></ng-content>\n </ion-content>\n <ion-footer >\n <ng-content select=\"euim-app-sidebar-footer\"></ng-content>\n </ion-footer>\n</ion-menu>\n", dependencies: [{ kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i1.IonFooter, selector: "ion-footer", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonMenu, selector: "ion-menu", inputs: ["contentId", "disabled", "maxEdgeStart", "menuId", "side", "swipeGesture", "type"] }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }] });
681
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarComponent, decorators: [{
682
+ type: Component,
683
+ args: [{ selector: 'euim-app-sidebar', template: "<ion-menu side=\"start\" contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\">\n <ion-toolbar>\n <ng-content select=\"euim-app-sidebar-header\"></ng-content>\n </ion-toolbar>\n <ion-content>\n <ng-content select=\"euim-app-sidebar-menu\"></ng-content>\n </ion-content>\n <ion-footer >\n <ng-content select=\"euim-app-sidebar-footer\"></ng-content>\n </ion-footer>\n</ion-menu>\n" }]
684
+ }], propDecorators: { ionMenuId: [{
685
+ type: Input
686
+ }], sidebarItems: [{
687
+ type: Input
688
+ }] } });
689
+
821
690
  class EuimAppSidebarHeaderComponent {
822
691
  }
823
- /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵfac = function EuimAppSidebarHeaderComponent_Factory(t) { return new (t || EuimAppSidebarHeaderComponent)(); };
824
- /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAppSidebarHeaderComponent, selectors: [["euim-app-sidebar-header"]], ngContentSelectors: _c0$E, decls: 1, vars: 0, template: function EuimAppSidebarHeaderComponent_Template(rf, ctx) { if (rf & 1) {
825
- i0.ɵɵprojectionDef();
826
- i0.ɵɵprojection(0);
827
- } }, encapsulation: 2, changeDetection: 0 });
828
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarHeaderComponent, [{
829
- type: Component,
830
- args: [{ selector: 'euim-app-sidebar-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
831
- }], null, null); })();
692
+ /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
693
+ /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAppSidebarHeaderComponent, selector: "euim-app-sidebar-header", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
694
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarHeaderComponent, decorators: [{
695
+ type: Component,
696
+ args: [{ selector: 'euim-app-sidebar-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
697
+ }] });
832
698
 
833
699
  class EuimAppSidebarMenuComponent {
834
700
  constructor() {
@@ -838,45 +704,31 @@ class EuimAppSidebarMenuComponent {
838
704
  this.itemClick.emit(item);
839
705
  }
840
706
  }
841
- /** @nocollapse */ EuimAppSidebarMenuComponent.ɵfac = function EuimAppSidebarMenuComponent_Factory(t) { return new (t || EuimAppSidebarMenuComponent)(); };
842
- /** @nocollapse */ EuimAppSidebarMenuComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAppSidebarMenuComponent, selectors: [["euim-app-sidebar-menu"]], inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, decls: 1, vars: 1, consts: [[3, "items", "itemClick"]], template: function EuimAppSidebarMenuComponent_Template(rf, ctx) { if (rf & 1) {
843
- i0.ɵɵelementStart(0, "euim-menu", 0);
844
- i0.ɵɵlistener("itemClick", function EuimAppSidebarMenuComponent_Template_euim_menu_itemClick_0_listener($event) { return ctx.onItemClick($event); });
845
- i0.ɵɵelementEnd();
846
- } if (rf & 2) {
847
- i0.ɵɵproperty("items", ctx.items);
848
- } }, dependencies: [EuimMenuComponent], encapsulation: 2, changeDetection: 0 });
849
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarMenuComponent, [{
850
- type: Component,
851
- args: [{ selector: 'euim-app-sidebar-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<euim-menu [items]=\"items\" (itemClick)=\"onItemClick($event)\"></euim-menu>\n" }]
852
- }], function () { return []; }, { items: [{
853
- type: Input
854
- }], itemClick: [{
855
- type: Output
856
- }] }); })();
857
-
858
- const _c0$D = ["*"];
707
+ /** @nocollapse */ EuimAppSidebarMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
708
+ /** @nocollapse */ EuimAppSidebarMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAppSidebarMenuComponent, selector: "euim-app-sidebar-menu", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<euim-menu [items]=\"items\" (itemClick)=\"onItemClick($event)\"></euim-menu>\n", dependencies: [{ kind: "component", type: EuimMenuComponent, selector: "euim-menu", inputs: ["items"], outputs: ["itemClick"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
709
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarMenuComponent, decorators: [{
710
+ type: Component,
711
+ args: [{ selector: 'euim-app-sidebar-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<euim-menu [items]=\"items\" (itemClick)=\"onItemClick($event)\"></euim-menu>\n" }]
712
+ }], ctorParameters: function () { return []; }, propDecorators: { items: [{
713
+ type: Input
714
+ }], itemClick: [{
715
+ type: Output
716
+ }] } });
717
+
859
718
  class EuimAppSidebarFooterComponent {
860
719
  constructor() {
861
- this.string = 'euim-app-sidebar-footer';
862
- }
863
- ngOnInit() {
720
+ this.className = 'euim-app-sidebar-footer';
864
721
  }
865
722
  }
866
- /** @nocollapse */ EuimAppSidebarFooterComponent.ɵfac = function EuimAppSidebarFooterComponent_Factory(t) { return new (t || EuimAppSidebarFooterComponent)(); };
867
- /** @nocollapse */ EuimAppSidebarFooterComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAppSidebarFooterComponent, selectors: [["euim-app-sidebar-footer"]], hostVars: 2, hostBindings: function EuimAppSidebarFooterComponent_HostBindings(rf, ctx) { if (rf & 2) {
868
- i0.ɵɵclassMap(ctx.string);
869
- } }, ngContentSelectors: _c0$D, decls: 1, vars: 0, template: function EuimAppSidebarFooterComponent_Template(rf, ctx) { if (rf & 1) {
870
- i0.ɵɵprojectionDef();
871
- i0.ɵɵprojection(0);
872
- } }, encapsulation: 2, changeDetection: 0 });
873
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarFooterComponent, [{
874
- type: Component,
875
- args: [{ selector: 'euim-app-sidebar-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
876
- }], function () { return []; }, { string: [{
877
- type: HostBinding,
878
- args: ['class']
879
- }] }); })();
723
+ /** @nocollapse */ EuimAppSidebarFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
724
+ /** @nocollapse */ EuimAppSidebarFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAppSidebarFooterComponent, selector: "euim-app-sidebar-footer", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [""], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
725
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarFooterComponent, decorators: [{
726
+ type: Component,
727
+ args: [{ selector: 'euim-app-sidebar-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
728
+ }], ctorParameters: function () { return []; }, propDecorators: { className: [{
729
+ type: HostBinding,
730
+ args: ['class']
731
+ }] } });
880
732
 
881
733
  const COMPONENTS$9 = [
882
734
  EuimAppSidebarComponent,
@@ -886,28 +738,8 @@ const COMPONENTS$9 = [
886
738
  ];
887
739
  class EuimAppSidebarModule {
888
740
  }
889
- /** @nocollapse */ EuimAppSidebarModule.ɵfac = function EuimAppSidebarModule_Factory(t) { return new (t || EuimAppSidebarModule)(); };
890
- /** @nocollapse */ EuimAppSidebarModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAppSidebarModule });
891
- /** @nocollapse */ EuimAppSidebarModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule, RouterModule,
892
- EuimMenuModule,
893
- IonicModule] });
894
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarModule, [{
895
- type: NgModule,
896
- args: [{
897
- imports: [
898
- CommonModule, RouterModule,
899
- EuimMenuModule,
900
- IonicModule,
901
- ],
902
- declarations: [
903
- ...COMPONENTS$9,
904
- ],
905
- exports: [
906
- ...COMPONENTS$9,
907
- ],
908
- }]
909
- }], null, null); })();
910
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAppSidebarModule, { declarations: [EuimAppSidebarComponent,
741
+ /** @nocollapse */ EuimAppSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
742
+ /** @nocollapse */ EuimAppSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, declarations: [EuimAppSidebarComponent,
911
743
  EuimAppSidebarHeaderComponent,
912
744
  EuimAppSidebarFooterComponent,
913
745
  EuimAppSidebarMenuComponent], imports: [CommonModule, RouterModule,
@@ -915,7 +747,26 @@ class EuimAppSidebarModule {
915
747
  IonicModule], exports: [EuimAppSidebarComponent,
916
748
  EuimAppSidebarHeaderComponent,
917
749
  EuimAppSidebarFooterComponent,
918
- EuimAppSidebarMenuComponent] }); })();
750
+ EuimAppSidebarMenuComponent] });
751
+ /** @nocollapse */ EuimAppSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, imports: [CommonModule, RouterModule,
752
+ EuimMenuModule,
753
+ IonicModule] });
754
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, decorators: [{
755
+ type: NgModule,
756
+ args: [{
757
+ imports: [
758
+ CommonModule, RouterModule,
759
+ EuimMenuModule,
760
+ IonicModule,
761
+ ],
762
+ declarations: [
763
+ ...COMPONENTS$9,
764
+ ],
765
+ exports: [
766
+ ...COMPONENTS$9,
767
+ ],
768
+ }]
769
+ }] });
919
770
 
920
771
  class EuimLanguageSelectorComponent extends EuimBaseDirective {
921
772
  constructor(cd, translateService, appShellService, appService) {
@@ -924,8 +775,8 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
924
775
  this.translateService = translateService;
925
776
  this.appShellService = appShellService;
926
777
  this.appService = appService;
927
- this.destroy$ = new Subject();
928
778
  this._euimPrimary = false;
779
+ this.destroy$ = new Subject();
929
780
  }
930
781
  ngOnInit() {
931
782
  this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('languages')).subscribe((state) => {
@@ -953,7 +804,7 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
953
804
  activeLanguage: evt.language.code,
954
805
  });
955
806
  }
956
- onShowLanguageList(event) {
807
+ onShowLanguageList() {
957
808
  this.appService.isLanguageListVisible = true;
958
809
  }
959
810
  getLanguageLabel(languageCode) {
@@ -964,7 +815,9 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
964
815
  }
965
816
  return;
966
817
  }
967
- get euimPrimary() { return this._euimPrimary; }
818
+ get euimPrimary() {
819
+ return this._euimPrimary;
820
+ }
968
821
  set euimPrimary(value) {
969
822
  this._euimPrimary = coerceBooleanProperty(value);
970
823
  }
@@ -972,216 +825,163 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
972
825
  return super.getCssClasses('euim-language-selector');
973
826
  }
974
827
  }
975
- /** @nocollapse */ EuimLanguageSelectorComponent.ɵfac = function EuimLanguageSelectorComponent_Factory(t) { return new (t || EuimLanguageSelectorComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$1.TranslateService), i0.ɵɵdirectiveInject(i2.UxAppShellService), i0.ɵɵdirectiveInject(EuimAppService)); };
976
- /** @nocollapse */ EuimLanguageSelectorComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimLanguageSelectorComponent, selectors: [["euim-language-selector"]], hostVars: 2, hostBindings: function EuimLanguageSelectorComponent_HostBindings(rf, ctx) { if (rf & 2) {
977
- i0.ɵɵclassMap(ctx.cssClasses);
978
- } }, inputs: { euimPrimary: "euimPrimary" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 4, vars: 7, consts: [[3, "click"], ["src", "data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 24 24\">\n <path\n d=\"M 21.00,0.00\n C 22.66,-0.00 24.00,1.34 24.00,3.00\n 24.00,3.00 24.00,17.00 24.00,17.00\n 24.00,18.66 22.66,20.00 21.00,20.00\n 21.00,20.00 3.00,20.00 3.00,20.00\n 1.34,20.00 0.00,18.66 0.00,17.00\n 0.00,17.00 0.00,3.00 0.00,3.00\n 0.00,1.34 1.34,0.00 3.00,0.00\n 3.00,0.00 21.00,0.00 21.00,0.00 Z\n M 9.66,12.34\n C 9.66,12.34 15.31,18.00 15.31,18.00\n 15.31,18.00 9.66,23.66 9.66,23.66\n 9.66,23.66 4.00,18.00 4.00,18.00\n 4.00,18.00 9.66,12.34 9.66,12.34 Z\" />\n </svg>", "slot", "icon-only"]], template: function EuimLanguageSelectorComponent_Template(rf, ctx) { if (rf & 1) {
979
- i0.ɵɵelementStart(0, "ion-button", 0);
980
- i0.ɵɵlistener("click", function EuimLanguageSelectorComponent_Template_ion_button_click_0_listener($event) { return ctx.onShowLanguageList($event); });
981
- i0.ɵɵelement(1, "ion-icon", 1);
982
- i0.ɵɵelementStart(2, "span");
983
- i0.ɵɵtext(3);
984
- i0.ɵɵelementEnd()();
985
- } if (rf & 2) {
986
- i0.ɵɵadvance(1);
987
- i0.ɵɵclassMapInterpolate1("euim-language-selector__icon ", ctx.euimPrimary ? "euim-language-selector__icon--primary" : "", "");
988
- i0.ɵɵadvance(1);
989
- i0.ɵɵclassMapInterpolate1("euim-language-selector__text ", ctx.euimPrimary ? "euim-language-selector__text--primary" : "", "");
990
- i0.ɵɵadvance(1);
991
- i0.ɵɵtextInterpolate1(" ", ctx.selectedLanguage == null ? null : ctx.selectedLanguage.code == null ? null : ctx.selectedLanguage.code.toUpperCase(), " ");
992
- } }, dependencies: [i1.IonButton, i1.IonIcon], styles: [".euim-language-selector__text{font: 400 .75rem/1rem arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:var(--eui-base-spacing-2xs);position:absolute;color:var(--eui-base-color-primary-100)}.euim-language-selector__text--primary,.euim-language-selector__icon{color:#fff}.euim-language-selector__icon--primary{color:var(--eui-base-color-primary-100)}\n"], encapsulation: 2 });
993
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLanguageSelectorComponent, [{
994
- type: Component,
995
- args: [{ selector: 'euim-language-selector', encapsulation: ViewEncapsulation.None, template: "<ion-button (click)=\"onShowLanguageList($event)\">\n <ion-icon class=\"euim-language-selector__icon {{euimPrimary ? 'euim-language-selector__icon--primary' : ''}}\"\n src='data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 24 24\">\n <path\n d=\"M 21.00,0.00\n C 22.66,-0.00 24.00,1.34 24.00,3.00\n 24.00,3.00 24.00,17.00 24.00,17.00\n 24.00,18.66 22.66,20.00 21.00,20.00\n 21.00,20.00 3.00,20.00 3.00,20.00\n 1.34,20.00 0.00,18.66 0.00,17.00\n 0.00,17.00 0.00,3.00 0.00,3.00\n 0.00,1.34 1.34,0.00 3.00,0.00\n 3.00,0.00 21.00,0.00 21.00,0.00 Z\n M 9.66,12.34\n C 9.66,12.34 15.31,18.00 15.31,18.00\n 15.31,18.00 9.66,23.66 9.66,23.66\n 9.66,23.66 4.00,18.00 4.00,18.00\n 4.00,18.00 9.66,12.34 9.66,12.34 Z\" />\n </svg>'\n slot=\"icon-only\">\n </ion-icon>\n\n <span class=\"euim-language-selector__text {{euimPrimary ? 'euim-language-selector__text--primary' : ''}}\">\n {{ selectedLanguage?.code?.toUpperCase() }}\n </span>\n</ion-button>\n", styles: [".euim-language-selector__text{font: 400 .75rem/1rem arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:var(--eui-base-spacing-2xs);position:absolute;color:var(--eui-base-color-primary-100)}.euim-language-selector__text--primary,.euim-language-selector__icon{color:#fff}.euim-language-selector__icon--primary{color:var(--eui-base-color-primary-100)}\n"] }]
996
- }], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, { euimPrimary: [{
997
- type: Input
998
- }], cssClasses: [{
999
- type: HostBinding,
1000
- args: ['class']
1001
- }] }); })();
828
+ /** @nocollapse */ EuimLanguageSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }, { token: i2.UxAppShellService }, { token: EuimAppService }], target: i0.ɵɵFactoryTarget.Component });
829
+ /** @nocollapse */ EuimLanguageSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimLanguageSelectorComponent, selector: "euim-language-selector", inputs: { euimPrimary: "euimPrimary" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ion-button (click)=\"onShowLanguageList()\">\n <ion-icon class=\"euim-language-selector__icon {{euimPrimary ? 'euim-language-selector__icon--primary' : ''}}\"\n src='data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 24 24\">\n <path\n d=\"M 21.00,0.00\n C 22.66,-0.00 24.00,1.34 24.00,3.00\n 24.00,3.00 24.00,17.00 24.00,17.00\n 24.00,18.66 22.66,20.00 21.00,20.00\n 21.00,20.00 3.00,20.00 3.00,20.00\n 1.34,20.00 0.00,18.66 0.00,17.00\n 0.00,17.00 0.00,3.00 0.00,3.00\n 0.00,1.34 1.34,0.00 3.00,0.00\n 3.00,0.00 21.00,0.00 21.00,0.00 Z\n M 9.66,12.34\n C 9.66,12.34 15.31,18.00 15.31,18.00\n 15.31,18.00 9.66,23.66 9.66,23.66\n 9.66,23.66 4.00,18.00 4.00,18.00\n 4.00,18.00 9.66,12.34 9.66,12.34 Z\" />\n </svg>'\n slot=\"icon-only\">\n </ion-icon>\n\n <span class=\"euim-language-selector__text {{euimPrimary ? 'euim-language-selector__text--primary' : ''}}\">\n {{ selectedLanguage?.code?.toUpperCase() }}\n </span>\n</ion-button>\n", styles: [".euim-language-selector__text{font: 400 .75rem/1rem arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:var(--eui-base-spacing-2xs);position:absolute;color:var(--eui-base-color-primary-100)}.euim-language-selector__text--primary,.euim-language-selector__icon{color:#fff}.euim-language-selector__icon--primary{color:var(--eui-base-color-primary-100)}\n"], dependencies: [{ kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }], encapsulation: i0.ViewEncapsulation.None });
830
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorComponent, decorators: [{
831
+ type: Component,
832
+ args: [{ selector: 'euim-language-selector', encapsulation: ViewEncapsulation.None, template: "<ion-button (click)=\"onShowLanguageList()\">\n <ion-icon class=\"euim-language-selector__icon {{euimPrimary ? 'euim-language-selector__icon--primary' : ''}}\"\n src='data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 24 24\">\n <path\n d=\"M 21.00,0.00\n C 22.66,-0.00 24.00,1.34 24.00,3.00\n 24.00,3.00 24.00,17.00 24.00,17.00\n 24.00,18.66 22.66,20.00 21.00,20.00\n 21.00,20.00 3.00,20.00 3.00,20.00\n 1.34,20.00 0.00,18.66 0.00,17.00\n 0.00,17.00 0.00,3.00 0.00,3.00\n 0.00,1.34 1.34,0.00 3.00,0.00\n 3.00,0.00 21.00,0.00 21.00,0.00 Z\n M 9.66,12.34\n C 9.66,12.34 15.31,18.00 15.31,18.00\n 15.31,18.00 9.66,23.66 9.66,23.66\n 9.66,23.66 4.00,18.00 4.00,18.00\n 4.00,18.00 9.66,12.34 9.66,12.34 Z\" />\n </svg>'\n slot=\"icon-only\">\n </ion-icon>\n\n <span class=\"euim-language-selector__text {{euimPrimary ? 'euim-language-selector__text--primary' : ''}}\">\n {{ selectedLanguage?.code?.toUpperCase() }}\n </span>\n</ion-button>\n", styles: [".euim-language-selector__text{font: 400 .75rem/1rem arial,sans-serif;font-style:normal;font-weight:700;margin-bottom:var(--eui-base-spacing-2xs);position:absolute;color:var(--eui-base-color-primary-100)}.euim-language-selector__text--primary,.euim-language-selector__icon{color:#fff}.euim-language-selector__icon--primary{color:var(--eui-base-color-primary-100)}\n"] }]
833
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, propDecorators: { euimPrimary: [{
834
+ type: Input
835
+ }], cssClasses: [{
836
+ type: HostBinding,
837
+ args: ['class']
838
+ }] } });
1002
839
 
1003
840
  class EuimLanguageSelectorModule {
1004
841
  }
1005
- /** @nocollapse */ EuimLanguageSelectorModule.ɵfac = function EuimLanguageSelectorModule_Factory(t) { return new (t || EuimLanguageSelectorModule)(); };
1006
- /** @nocollapse */ EuimLanguageSelectorModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimLanguageSelectorModule });
1007
- /** @nocollapse */ EuimLanguageSelectorModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ providers: [
1008
- { provide: EclLanguageService, useClass: EclDefaultLanguageService },
1009
- ], imports: [CommonModule,
842
+ /** @nocollapse */ EuimLanguageSelectorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
843
+ /** @nocollapse */ EuimLanguageSelectorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, declarations: [EuimLanguageSelectorComponent,
844
+ EuimLanguageListComponent], imports: [CommonModule,
1010
845
  IonicModule,
1011
846
  EclLanguageListComponentModule,
1012
847
  EclLinkDirectiveModule,
1013
- EclIconComponentModule] });
1014
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLanguageSelectorModule, [{
1015
- type: NgModule,
1016
- args: [{
1017
- imports: [
1018
- CommonModule,
1019
- IonicModule,
1020
- EclLanguageListComponentModule,
1021
- EclLinkDirectiveModule,
1022
- EclIconComponentModule
1023
- ],
1024
- exports: [
1025
- EuimLanguageSelectorComponent,
1026
- EuimLanguageListComponent,
1027
- ],
1028
- declarations: [
1029
- EuimLanguageSelectorComponent,
1030
- EuimLanguageListComponent,
1031
- ],
1032
- providers: [
1033
- { provide: EclLanguageService, useClass: EclDefaultLanguageService },
1034
- ]
1035
- }]
1036
- }], null, null); })();
1037
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimLanguageSelectorModule, { declarations: [EuimLanguageSelectorComponent,
1038
- EuimLanguageListComponent], imports: [CommonModule,
848
+ EclIconComponentModule], exports: [EuimLanguageSelectorComponent,
849
+ EuimLanguageListComponent] });
850
+ /** @nocollapse */ EuimLanguageSelectorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, providers: [
851
+ { provide: EclLanguageService, useClass: EclDefaultLanguageService },
852
+ ], imports: [CommonModule,
1039
853
  IonicModule,
1040
854
  EclLanguageListComponentModule,
1041
855
  EclLinkDirectiveModule,
1042
- EclIconComponentModule], exports: [EuimLanguageSelectorComponent,
1043
- EuimLanguageListComponent] }); })();
856
+ EclIconComponentModule] });
857
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, decorators: [{
858
+ type: NgModule,
859
+ args: [{
860
+ imports: [
861
+ CommonModule,
862
+ IonicModule,
863
+ EclLanguageListComponentModule,
864
+ EclLinkDirectiveModule,
865
+ EclIconComponentModule
866
+ ],
867
+ exports: [
868
+ EuimLanguageSelectorComponent,
869
+ EuimLanguageListComponent,
870
+ ],
871
+ declarations: [
872
+ EuimLanguageSelectorComponent,
873
+ EuimLanguageListComponent,
874
+ ],
875
+ providers: [
876
+ { provide: EclLanguageService, useClass: EclDefaultLanguageService },
877
+ ]
878
+ }]
879
+ }] });
1044
880
 
1045
881
  class EuimAppModule {
1046
882
  }
1047
- /** @nocollapse */ EuimAppModule.ɵfac = function EuimAppModule_Factory(t) { return new (t || EuimAppModule)(); };
1048
- /** @nocollapse */ EuimAppModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAppModule });
1049
- /** @nocollapse */ EuimAppModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
883
+ /** @nocollapse */ EuimAppModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
884
+ /** @nocollapse */ EuimAppModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, declarations: [EuimAppComponent], imports: [CommonModule,
1050
885
  IonicModule,
1051
886
  EuimAppSidebarModule,
1052
- EuimLanguageSelectorModule] });
1053
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppModule, [{
1054
- type: NgModule,
1055
- args: [{
1056
- imports: [
1057
- CommonModule,
1058
- IonicModule,
1059
- EuimAppSidebarModule,
1060
- EuimLanguageSelectorModule,
1061
- ],
1062
- exports: [
1063
- EuimAppComponent,
1064
- ],
1065
- declarations: [
1066
- EuimAppComponent,
1067
- ],
1068
- }]
1069
- }], null, null); })();
1070
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAppModule, { declarations: [EuimAppComponent], imports: [CommonModule,
887
+ EuimLanguageSelectorModule], exports: [EuimAppComponent] });
888
+ /** @nocollapse */ EuimAppModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, imports: [CommonModule,
1071
889
  IonicModule,
1072
890
  EuimAppSidebarModule,
1073
- EuimLanguageSelectorModule], exports: [EuimAppComponent] }); })();
891
+ EuimLanguageSelectorModule] });
892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, decorators: [{
893
+ type: NgModule,
894
+ args: [{
895
+ imports: [
896
+ CommonModule,
897
+ IonicModule,
898
+ EuimAppSidebarModule,
899
+ EuimLanguageSelectorModule,
900
+ ],
901
+ exports: [
902
+ EuimAppComponent,
903
+ ],
904
+ declarations: [
905
+ EuimAppComponent,
906
+ ],
907
+ }]
908
+ }] });
1074
909
 
1075
- const _c0$C = [[["euim-user-profile-avatar"]], [["euim-user-profile-infos"]], [["euim-user-profile-action"]]];
1076
- const _c1$k = ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"];
1077
910
  class EuimUserProfileComponent extends EuimBaseDirective {
1078
911
  constructor() {
1079
912
  super(...arguments);
1080
- this.string = 'euim-user-profile';
1081
- }
1082
- }
1083
- /** @nocollapse */ EuimUserProfileComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimUserProfileComponent_BaseFactory; return function EuimUserProfileComponent_Factory(t) { return (ɵEuimUserProfileComponent_BaseFactory || (ɵEuimUserProfileComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimUserProfileComponent)))(t || EuimUserProfileComponent); }; }();
1084
- /** @nocollapse */ EuimUserProfileComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimUserProfileComponent, selectors: [["euim-user-profile"]], hostVars: 2, hostBindings: function EuimUserProfileComponent_HostBindings(rf, ctx) { if (rf & 2) {
1085
- i0.ɵɵclassMap(ctx.string);
1086
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$k, decls: 3, vars: 0, template: function EuimUserProfileComponent_Template(rf, ctx) { if (rf & 1) {
1087
- i0.ɵɵprojectionDef(_c0$C);
1088
- i0.ɵɵprojection(0);
1089
- i0.ɵɵprojection(1, 1);
1090
- i0.ɵɵprojection(2, 2);
1091
- } }, styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-100)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"], encapsulation: 2, changeDetection: 0 });
1092
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimUserProfileComponent, [{
1093
- type: Component,
1094
- args: [{ selector: 'euim-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-100)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"] }]
1095
- }], null, { string: [{
1096
- type: HostBinding,
1097
- args: ['class']
1098
- }] }); })();
1099
-
1100
- const _c0$B = ["*"];
913
+ this.className = 'euim-user-profile';
914
+ }
915
+ }
916
+ /** @nocollapse */ EuimUserProfileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
917
+ /** @nocollapse */ EuimUserProfileComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-100)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
918
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileComponent, decorators: [{
919
+ type: Component,
920
+ args: [{ selector: 'euim-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-100)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"] }]
921
+ }], propDecorators: { className: [{
922
+ type: HostBinding,
923
+ args: ['class']
924
+ }] } });
925
+
1101
926
  class EuiMUserProfileAvatarComponent extends EuimBaseDirective {
1102
927
  constructor() {
1103
928
  super(...arguments);
1104
929
  this.class = 'euim-user-profile-avatar';
1105
930
  }
1106
931
  }
1107
- /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileAvatarComponent_BaseFactory; return function EuiMUserProfileAvatarComponent_Factory(t) { return (ɵEuiMUserProfileAvatarComponent_BaseFactory || (ɵEuiMUserProfileAvatarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileAvatarComponent)))(t || EuiMUserProfileAvatarComponent); }; }();
1108
- /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileAvatarComponent, selectors: [["euim-user-profile-avatar"]], hostVars: 2, hostBindings: function EuiMUserProfileAvatarComponent_HostBindings(rf, ctx) { if (rf & 2) {
1109
- i0.ɵɵclassMap(ctx.class);
1110
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$B, decls: 1, vars: 0, template: function EuiMUserProfileAvatarComponent_Template(rf, ctx) { if (rf & 1) {
1111
- i0.ɵɵprojectionDef();
1112
- i0.ɵɵprojection(0);
1113
- } }, encapsulation: 2, changeDetection: 0 });
1114
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileAvatarComponent, [{
1115
- type: Component,
1116
- args: [{ selector: 'euim-user-profile-avatar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
1117
- }], null, { class: [{
1118
- type: HostBinding
1119
- }] }); })();
1120
-
1121
- const _c0$A = ["*"];
932
+ /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileAvatarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
933
+ /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuiMUserProfileAvatarComponent, selector: "euim-user-profile-avatar", host: { properties: { "class": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
934
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileAvatarComponent, decorators: [{
935
+ type: Component,
936
+ args: [{ selector: 'euim-user-profile-avatar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
937
+ }], propDecorators: { class: [{
938
+ type: HostBinding
939
+ }] } });
940
+
1122
941
  class EuiMUserProfileInfosComponent extends EuimBaseDirective {
1123
942
  constructor() {
1124
943
  super(...arguments);
1125
- this.class = 'euim-user-profile-infos';
1126
- }
1127
- }
1128
- /** @nocollapse */ EuiMUserProfileInfosComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileInfosComponent_BaseFactory; return function EuiMUserProfileInfosComponent_Factory(t) { return (ɵEuiMUserProfileInfosComponent_BaseFactory || (ɵEuiMUserProfileInfosComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileInfosComponent)))(t || EuiMUserProfileInfosComponent); }; }();
1129
- /** @nocollapse */ EuiMUserProfileInfosComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileInfosComponent, selectors: [["euim-user-profile-infos"]], hostVars: 2, hostBindings: function EuiMUserProfileInfosComponent_HostBindings(rf, ctx) { if (rf & 2) {
1130
- i0.ɵɵclassMap(ctx.class);
1131
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$A, decls: 1, vars: 0, template: function EuiMUserProfileInfosComponent_Template(rf, ctx) { if (rf & 1) {
1132
- i0.ɵɵprojectionDef();
1133
- i0.ɵɵprojection(0);
1134
- } }, encapsulation: 2, changeDetection: 0 });
1135
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileInfosComponent, [{
1136
- type: Component,
1137
- args: [{ selector: 'euim-user-profile-infos', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
1138
- }], null, { class: [{
1139
- type: HostBinding
1140
- }] }); })();
1141
-
1142
- const _c0$z = ["*"];
944
+ this.className = 'euim-user-profile-infos';
945
+ }
946
+ }
947
+ /** @nocollapse */ EuiMUserProfileInfosComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
948
+ /** @nocollapse */ EuiMUserProfileInfosComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuiMUserProfileInfosComponent, selector: "euim-user-profile-infos", host: { properties: { "className": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush });
949
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosComponent, decorators: [{
950
+ type: Component,
951
+ args: [{ selector: 'euim-user-profile-infos', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
952
+ }], propDecorators: { className: [{
953
+ type: HostBinding
954
+ }] } });
955
+
1143
956
  class EuiMUserProfileInfosItemComponent extends EuimBaseDirective {
1144
957
  constructor() {
1145
958
  super(...arguments);
1146
959
  this.class = 'euim-user-profile-infos-item';
1147
960
  }
1148
961
  }
1149
- /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileInfosItemComponent_BaseFactory; return function EuiMUserProfileInfosItemComponent_Factory(t) { return (ɵEuiMUserProfileInfosItemComponent_BaseFactory || (ɵEuiMUserProfileInfosItemComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileInfosItemComponent)))(t || EuiMUserProfileInfosItemComponent); }; }();
1150
- /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileInfosItemComponent, selectors: [["euim-user-profile-infos-item"]], hostVars: 2, hostBindings: function EuiMUserProfileInfosItemComponent_HostBindings(rf, ctx) { if (rf & 2) {
1151
- i0.ɵɵclassMap(ctx.class);
1152
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$z, decls: 1, vars: 0, template: function EuiMUserProfileInfosItemComponent_Template(rf, ctx) { if (rf & 1) {
1153
- i0.ɵɵprojectionDef();
1154
- i0.ɵɵprojection(0);
1155
- } }, encapsulation: 2, changeDetection: 0 });
1156
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileInfosItemComponent, [{
1157
- type: Component,
1158
- args: [{ selector: 'euim-user-profile-infos-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1159
- }], null, { class: [{
1160
- type: HostBinding
1161
- }] }); })();
1162
-
1163
- const _c0$y = ["*"];
962
+ /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
963
+ /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuiMUserProfileInfosItemComponent, selector: "euim-user-profile-infos-item", host: { properties: { "class": "this.class" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
964
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosItemComponent, decorators: [{
965
+ type: Component,
966
+ args: [{ selector: 'euim-user-profile-infos-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
967
+ }], propDecorators: { class: [{
968
+ type: HostBinding
969
+ }] } });
970
+
1164
971
  class EuiMUserProfileActionComponent extends EuimBaseDirective {
1165
972
  constructor() {
1166
973
  super(...arguments);
1167
- this.class = 'euim-user-profile-action';
1168
- }
1169
- }
1170
- /** @nocollapse */ EuiMUserProfileActionComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileActionComponent_BaseFactory; return function EuiMUserProfileActionComponent_Factory(t) { return (ɵEuiMUserProfileActionComponent_BaseFactory || (ɵEuiMUserProfileActionComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileActionComponent)))(t || EuiMUserProfileActionComponent); }; }();
1171
- /** @nocollapse */ EuiMUserProfileActionComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileActionComponent, selectors: [["euim-user-profile-action"]], hostVars: 2, hostBindings: function EuiMUserProfileActionComponent_HostBindings(rf, ctx) { if (rf & 2) {
1172
- i0.ɵɵclassMap(ctx.class);
1173
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$y, decls: 2, vars: 0, template: function EuiMUserProfileActionComponent_Template(rf, ctx) { if (rf & 1) {
1174
- i0.ɵɵprojectionDef();
1175
- i0.ɵɵelementStart(0, "ion-buttons");
1176
- i0.ɵɵprojection(1);
1177
- i0.ɵɵelementEnd();
1178
- } }, dependencies: [i1.IonButtons], encapsulation: 2, changeDetection: 0 });
1179
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileActionComponent, [{
1180
- type: Component,
1181
- args: [{ selector: 'euim-user-profile-action', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-buttons>\n <ng-content></ng-content>\n</ion-buttons>\n\n" }]
1182
- }], null, { class: [{
1183
- type: HostBinding
1184
- }] }); })();
974
+ this.className = 'euim-user-profile-action';
975
+ }
976
+ }
977
+ /** @nocollapse */ EuiMUserProfileActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileActionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
978
+ /** @nocollapse */ EuiMUserProfileActionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuiMUserProfileActionComponent, selector: "euim-user-profile-action", host: { properties: { "className": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ion-buttons>\n <ng-content></ng-content>\n</ion-buttons>\n\n", dependencies: [{ kind: "component", type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
979
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileActionComponent, decorators: [{
980
+ type: Component,
981
+ args: [{ selector: 'euim-user-profile-action', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-buttons>\n <ng-content></ng-content>\n</ion-buttons>\n\n" }]
982
+ }], propDecorators: { className: [{
983
+ type: HostBinding
984
+ }] } });
1185
985
 
1186
986
  const COMPONENTS$8 = [
1187
987
  EuimUserProfileComponent,
@@ -1192,26 +992,8 @@ const COMPONENTS$8 = [
1192
992
  ];
1193
993
  class EuimUserProfileModule {
1194
994
  }
1195
- /** @nocollapse */ EuimUserProfileModule.ɵfac = function EuimUserProfileModule_Factory(t) { return new (t || EuimUserProfileModule)(); };
1196
- /** @nocollapse */ EuimUserProfileModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimUserProfileModule });
1197
- /** @nocollapse */ EuimUserProfileModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1198
- IonicModule] });
1199
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimUserProfileModule, [{
1200
- type: NgModule,
1201
- args: [{
1202
- imports: [
1203
- CommonModule,
1204
- IonicModule,
1205
- ],
1206
- exports: [
1207
- ...COMPONENTS$8,
1208
- ],
1209
- declarations: [
1210
- ...COMPONENTS$8,
1211
- ],
1212
- }]
1213
- }], null, null); })();
1214
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimUserProfileModule, { declarations: [EuimUserProfileComponent,
995
+ /** @nocollapse */ EuimUserProfileModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
996
+ /** @nocollapse */ EuimUserProfileModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, declarations: [EuimUserProfileComponent,
1215
997
  EuiMUserProfileAvatarComponent,
1216
998
  EuiMUserProfileInfosComponent,
1217
999
  EuiMUserProfileInfosItemComponent,
@@ -1220,27 +1002,25 @@ class EuimUserProfileModule {
1220
1002
  EuiMUserProfileAvatarComponent,
1221
1003
  EuiMUserProfileInfosComponent,
1222
1004
  EuiMUserProfileInfosItemComponent,
1223
- EuiMUserProfileActionComponent] }); })();
1224
-
1225
- function EuimToolbarComponent_ion_menu_button_1_Template(rf, ctx) { if (rf & 1) {
1226
- i0.ɵɵelement(0, "ion-menu-button");
1227
- } }
1228
- function EuimToolbarComponent_ion_back_button_2_Template(rf, ctx) { if (rf & 1) {
1229
- const _r4 = i0.ɵɵgetCurrentView();
1230
- i0.ɵɵelementStart(0, "ion-back-button", 4);
1231
- i0.ɵɵlistener("pointerdown", function EuimToolbarComponent_ion_back_button_2_Template_ion_back_button_pointerdown_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r3 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r3.onBackButtonClick($event)); });
1232
- i0.ɵɵelementEnd();
1233
- } if (rf & 2) {
1234
- const ctx_r1 = i0.ɵɵnextContext();
1235
- i0.ɵɵpropertyInterpolate("defaultHref", ctx_r1.backButtonDefaultHref);
1236
- } }
1237
- function EuimToolbarComponent_ng_container_8_Template(rf, ctx) { if (rf & 1) {
1238
- i0.ɵɵelementContainerStart(0);
1239
- i0.ɵɵelement(1, "euim-language-selector");
1240
- i0.ɵɵelementContainerEnd();
1241
- } }
1242
- const _c0$x = ["*", [["euim-toolbar-title"]], [["euim-toolbar-action-items"]]];
1243
- const _c1$j = ["*", "euim-toolbar-title", "euim-toolbar-action-items"];
1005
+ EuiMUserProfileActionComponent] });
1006
+ /** @nocollapse */ EuimUserProfileModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, imports: [CommonModule,
1007
+ IonicModule] });
1008
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, decorators: [{
1009
+ type: NgModule,
1010
+ args: [{
1011
+ imports: [
1012
+ CommonModule,
1013
+ IonicModule,
1014
+ ],
1015
+ exports: [
1016
+ ...COMPONENTS$8,
1017
+ ],
1018
+ declarations: [
1019
+ ...COMPONENTS$8,
1020
+ ],
1021
+ }]
1022
+ }] });
1023
+
1244
1024
  class EuimToolbarComponent extends EuimBaseDirective {
1245
1025
  constructor() {
1246
1026
  super(...arguments);
@@ -1262,130 +1042,93 @@ class EuimToolbarComponent extends EuimBaseDirective {
1262
1042
  return super.getCssClasses('euim-toolbar');
1263
1043
  }
1264
1044
  }
1265
- /** @nocollapse */ EuimToolbarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimToolbarComponent_BaseFactory; return function EuimToolbarComponent_Factory(t) { return (ɵEuimToolbarComponent_BaseFactory || (ɵEuimToolbarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimToolbarComponent)))(t || EuimToolbarComponent); }; }();
1266
- /** @nocollapse */ EuimToolbarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimToolbarComponent, selectors: [["euim-toolbar"]], hostVars: 2, hostBindings: function EuimToolbarComponent_HostBindings(rf, ctx) { if (rf & 2) {
1267
- i0.ɵɵclassMap(ctx.cssClasses);
1268
- } }, inputs: { hasBackButton: "hasBackButton", backButtonDefaultHref: "backButtonDefaultHref", hasSidebarTrigger: "hasSidebarTrigger", hasLanguageSelector: "hasLanguageSelector" }, outputs: { backButtonClick: "backButtonClick" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$j, decls: 9, vars: 3, consts: [["slot", "start"], [4, "ngIf"], [3, "defaultHref", "pointerdown", 4, "ngIf"], ["slot", "primary"], [3, "defaultHref", "pointerdown"]], template: function EuimToolbarComponent_Template(rf, ctx) { if (rf & 1) {
1269
- i0.ɵɵprojectionDef(_c0$x);
1270
- i0.ɵɵelementStart(0, "ion-buttons", 0);
1271
- i0.ɵɵtemplate(1, EuimToolbarComponent_ion_menu_button_1_Template, 1, 0, "ion-menu-button", 1);
1272
- i0.ɵɵtemplate(2, EuimToolbarComponent_ion_back_button_2_Template, 1, 1, "ion-back-button", 2);
1273
- i0.ɵɵprojection(3);
1274
- i0.ɵɵelementEnd();
1275
- i0.ɵɵelementStart(4, "ion-title");
1276
- i0.ɵɵprojection(5, 1);
1277
- i0.ɵɵelementEnd();
1278
- i0.ɵɵelementStart(6, "ion-buttons", 3);
1279
- i0.ɵɵprojection(7, 2);
1280
- i0.ɵɵtemplate(8, EuimToolbarComponent_ng_container_8_Template, 2, 0, "ng-container", 1);
1281
- i0.ɵɵelementEnd();
1282
- } if (rf & 2) {
1283
- i0.ɵɵadvance(1);
1284
- i0.ɵɵproperty("ngIf", ctx.hasSidebarTrigger);
1285
- i0.ɵɵadvance(1);
1286
- i0.ɵɵproperty("ngIf", ctx.hasBackButton);
1287
- i0.ɵɵadvance(6);
1288
- i0.ɵɵproperty("ngIf", ctx.hasLanguageSelector);
1289
- } }, dependencies: [i2$1.NgIf, i1.IonBackButton, i1.IonButtons, i1.IonMenuButton, i1.IonTitle, i1.IonBackButtonDelegate, EuimLanguageSelectorComponent], styles: [".euim-toolbar{display:flex}\n"], encapsulation: 2 });
1290
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarComponent, [{
1291
- type: Component,
1292
- args: [{ selector: 'euim-toolbar', encapsulation: ViewEncapsulation.None, template: "<ion-buttons slot=\"start\">\n <ion-menu-button *ngIf=\"hasSidebarTrigger\"></ion-menu-button>\n <ion-back-button *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"\n (pointerdown)=\"onBackButtonClick($event)\"></ion-back-button>\n <ng-content></ng-content>\n</ion-buttons>\n<ion-title>\n <ng-content select=\"euim-toolbar-title\"></ng-content>\n</ion-title>\n<ion-buttons slot=\"primary\">\n <ng-content select=\"euim-toolbar-action-items\"></ng-content>\n <ng-container *ngIf=\"hasLanguageSelector\">\n <euim-language-selector></euim-language-selector>\n </ng-container>\n</ion-buttons>\n", styles: [".euim-toolbar{display:flex}\n"] }]
1293
- }], null, { hasBackButton: [{
1294
- type: Input
1295
- }], backButtonDefaultHref: [{
1296
- type: Input
1297
- }], hasSidebarTrigger: [{
1298
- type: Input
1299
- }], hasLanguageSelector: [{
1300
- type: Input
1301
- }], backButtonClick: [{
1302
- type: Output
1303
- }], cssClasses: [{
1304
- type: HostBinding,
1305
- args: ['class']
1306
- }] }); })();
1307
-
1308
- const _c0$w = ["*"];
1045
+ /** @nocollapse */ EuimToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1046
+ /** @nocollapse */ EuimToolbarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimToolbarComponent, selector: "euim-toolbar", inputs: { hasBackButton: "hasBackButton", backButtonDefaultHref: "backButtonDefaultHref", hasSidebarTrigger: "hasSidebarTrigger", hasLanguageSelector: "hasLanguageSelector" }, outputs: { backButtonClick: "backButtonClick" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ion-buttons slot=\"start\">\n <ion-menu-button *ngIf=\"hasSidebarTrigger\"></ion-menu-button>\n <ion-back-button *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"\n (pointerdown)=\"onBackButtonClick($event)\"></ion-back-button>\n <ng-content></ng-content>\n</ion-buttons>\n<ion-title>\n <ng-content select=\"euim-toolbar-title\"></ng-content>\n</ion-title>\n<ion-buttons slot=\"primary\">\n <ng-content select=\"euim-toolbar-action-items\"></ng-content>\n <ng-container *ngIf=\"hasLanguageSelector\">\n <euim-language-selector></euim-language-selector>\n </ng-container>\n</ion-buttons>\n", styles: [".euim-toolbar{display:flex}\n"], dependencies: [{ kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { kind: "component", type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { kind: "component", type: i1.IonMenuButton, selector: "ion-menu-button", inputs: ["autoHide", "color", "disabled", "menu", "mode", "type"] }, { kind: "component", type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { kind: "directive", type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }, { kind: "component", type: EuimLanguageSelectorComponent, selector: "euim-language-selector", inputs: ["euimPrimary"] }], encapsulation: i0.ViewEncapsulation.None });
1047
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponent, decorators: [{
1048
+ type: Component,
1049
+ args: [{ selector: 'euim-toolbar', encapsulation: ViewEncapsulation.None, template: "<ion-buttons slot=\"start\">\n <ion-menu-button *ngIf=\"hasSidebarTrigger\"></ion-menu-button>\n <ion-back-button *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"\n (pointerdown)=\"onBackButtonClick($event)\"></ion-back-button>\n <ng-content></ng-content>\n</ion-buttons>\n<ion-title>\n <ng-content select=\"euim-toolbar-title\"></ng-content>\n</ion-title>\n<ion-buttons slot=\"primary\">\n <ng-content select=\"euim-toolbar-action-items\"></ng-content>\n <ng-container *ngIf=\"hasLanguageSelector\">\n <euim-language-selector></euim-language-selector>\n </ng-container>\n</ion-buttons>\n", styles: [".euim-toolbar{display:flex}\n"] }]
1050
+ }], propDecorators: { hasBackButton: [{
1051
+ type: Input
1052
+ }], backButtonDefaultHref: [{
1053
+ type: Input
1054
+ }], hasSidebarTrigger: [{
1055
+ type: Input
1056
+ }], hasLanguageSelector: [{
1057
+ type: Input
1058
+ }], backButtonClick: [{
1059
+ type: Output
1060
+ }], cssClasses: [{
1061
+ type: HostBinding,
1062
+ args: ['class']
1063
+ }] } });
1064
+
1309
1065
  class EuimToolbarTitleComponent extends EuimBaseDirective {
1310
1066
  get cssClasses() {
1311
1067
  return super.getCssClasses('euim-toolbar-title');
1312
1068
  }
1313
1069
  }
1314
- /** @nocollapse */ EuimToolbarTitleComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimToolbarTitleComponent_BaseFactory; return function EuimToolbarTitleComponent_Factory(t) { return (ɵEuimToolbarTitleComponent_BaseFactory || (ɵEuimToolbarTitleComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimToolbarTitleComponent)))(t || EuimToolbarTitleComponent); }; }();
1315
- /** @nocollapse */ EuimToolbarTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimToolbarTitleComponent, selectors: [["euim-toolbar-title"]], hostVars: 2, hostBindings: function EuimToolbarTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
1316
- i0.ɵɵclassMap(ctx.cssClasses);
1317
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$w, decls: 1, vars: 0, template: function EuimToolbarTitleComponent_Template(rf, ctx) { if (rf & 1) {
1318
- i0.ɵɵprojectionDef();
1319
- i0.ɵɵprojection(0);
1320
- } }, encapsulation: 2 });
1321
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarTitleComponent, [{
1322
- type: Component,
1323
- args: [{ selector: 'euim-toolbar-title', template: "<ng-content></ng-content>\n" }]
1324
- }], null, { cssClasses: [{
1325
- type: HostBinding,
1326
- args: ['class']
1327
- }] }); })();
1328
-
1329
- const _c0$v = ["*"];
1070
+ /** @nocollapse */ EuimToolbarTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarTitleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1071
+ /** @nocollapse */ EuimToolbarTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimToolbarTitleComponent, selector: "euim-toolbar-title", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n" });
1072
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarTitleComponent, decorators: [{
1073
+ type: Component,
1074
+ args: [{ selector: 'euim-toolbar-title', template: "<ng-content></ng-content>\n" }]
1075
+ }], propDecorators: { cssClasses: [{
1076
+ type: HostBinding,
1077
+ args: ['class']
1078
+ }] } });
1079
+
1330
1080
  class EuimToolbarActionItemsComponent extends EuimBaseDirective {
1331
1081
  get cssClasses() {
1332
1082
  return super.getCssClasses('euim-toolbar-action-items');
1333
1083
  }
1334
1084
  }
1335
- /** @nocollapse */ EuimToolbarActionItemsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimToolbarActionItemsComponent_BaseFactory; return function EuimToolbarActionItemsComponent_Factory(t) { return (ɵEuimToolbarActionItemsComponent_BaseFactory || (ɵEuimToolbarActionItemsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimToolbarActionItemsComponent)))(t || EuimToolbarActionItemsComponent); }; }();
1336
- /** @nocollapse */ EuimToolbarActionItemsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimToolbarActionItemsComponent, selectors: [["euim-toolbar-action-items"]], hostVars: 2, hostBindings: function EuimToolbarActionItemsComponent_HostBindings(rf, ctx) { if (rf & 2) {
1337
- i0.ɵɵclassMap(ctx.cssClasses);
1338
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$v, decls: 1, vars: 0, template: function EuimToolbarActionItemsComponent_Template(rf, ctx) { if (rf & 1) {
1339
- i0.ɵɵprojectionDef();
1340
- i0.ɵɵprojection(0);
1341
- } }, encapsulation: 2 });
1342
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarActionItemsComponent, [{
1343
- type: Component,
1344
- args: [{ selector: 'euim-toolbar-action-items', template: "<ng-content></ng-content>\n" }]
1345
- }], null, { cssClasses: [{
1346
- type: HostBinding,
1347
- args: ['class']
1348
- }] }); })();
1085
+ /** @nocollapse */ EuimToolbarActionItemsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarActionItemsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1086
+ /** @nocollapse */ EuimToolbarActionItemsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimToolbarActionItemsComponent, selector: "euim-toolbar-action-items", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n" });
1087
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarActionItemsComponent, decorators: [{
1088
+ type: Component,
1089
+ args: [{ selector: 'euim-toolbar-action-items', template: "<ng-content></ng-content>\n" }]
1090
+ }], propDecorators: { cssClasses: [{
1091
+ type: HostBinding,
1092
+ args: ['class']
1093
+ }] } });
1349
1094
 
1350
1095
  class EuimToolbarComponentModule {
1351
1096
  }
1352
- /** @nocollapse */ EuimToolbarComponentModule.ɵfac = function EuimToolbarComponentModule_Factory(t) { return new (t || EuimToolbarComponentModule)(); };
1353
- /** @nocollapse */ EuimToolbarComponentModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimToolbarComponentModule });
1354
- /** @nocollapse */ EuimToolbarComponentModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1355
- IonicModule,
1356
- TranslateModule,
1357
- EuimLanguageSelectorModule] });
1358
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarComponentModule, [{
1359
- type: NgModule,
1360
- args: [{
1361
- imports: [
1362
- CommonModule,
1363
- IonicModule,
1364
- TranslateModule,
1365
- EuimLanguageSelectorModule,
1366
- ],
1367
- exports: [
1368
- EuimToolbarComponent,
1369
- EuimToolbarTitleComponent,
1370
- EuimToolbarActionItemsComponent,
1371
- ],
1372
- declarations: [
1373
- EuimToolbarComponent,
1374
- EuimToolbarTitleComponent,
1375
- EuimToolbarActionItemsComponent,
1376
- ],
1377
- }]
1378
- }], null, null); })();
1379
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimToolbarComponentModule, { declarations: [EuimToolbarComponent,
1097
+ /** @nocollapse */ EuimToolbarComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1098
+ /** @nocollapse */ EuimToolbarComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, declarations: [EuimToolbarComponent,
1380
1099
  EuimToolbarTitleComponent,
1381
1100
  EuimToolbarActionItemsComponent], imports: [CommonModule,
1382
1101
  IonicModule,
1383
1102
  TranslateModule,
1384
1103
  EuimLanguageSelectorModule], exports: [EuimToolbarComponent,
1385
1104
  EuimToolbarTitleComponent,
1386
- EuimToolbarActionItemsComponent] }); })();
1105
+ EuimToolbarActionItemsComponent] });
1106
+ /** @nocollapse */ EuimToolbarComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, imports: [CommonModule,
1107
+ IonicModule,
1108
+ TranslateModule,
1109
+ EuimLanguageSelectorModule] });
1110
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, decorators: [{
1111
+ type: NgModule,
1112
+ args: [{
1113
+ imports: [
1114
+ CommonModule,
1115
+ IonicModule,
1116
+ TranslateModule,
1117
+ EuimLanguageSelectorModule,
1118
+ ],
1119
+ exports: [
1120
+ EuimToolbarComponent,
1121
+ EuimToolbarTitleComponent,
1122
+ EuimToolbarActionItemsComponent,
1123
+ ],
1124
+ declarations: [
1125
+ EuimToolbarComponent,
1126
+ EuimToolbarTitleComponent,
1127
+ EuimToolbarActionItemsComponent,
1128
+ ],
1129
+ }]
1130
+ }] });
1387
1131
 
1388
- const _c0$u = ["*"];
1389
1132
  class EuimAvatarIconComponent extends EuimBaseDirective {
1390
1133
  constructor() {
1391
1134
  super(...arguments);
@@ -1409,142 +1152,93 @@ class EuimAvatarIconComponent extends EuimBaseDirective {
1409
1152
  ].join(' ');
1410
1153
  }
1411
1154
  }
1412
- /** @nocollapse */ EuimAvatarIconComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimAvatarIconComponent_BaseFactory; return function EuimAvatarIconComponent_Factory(t) { return (ɵEuimAvatarIconComponent_BaseFactory || (ɵEuimAvatarIconComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimAvatarIconComponent)))(t || EuimAvatarIconComponent); }; }();
1413
- /** @nocollapse */ EuimAvatarIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarIconComponent, selectors: [["euim-avatar-icon"]], hostVars: 2, hostBindings: function EuimAvatarIconComponent_HostBindings(rf, ctx) { if (rf & 2) {
1414
- i0.ɵɵclassMap(ctx.cssClasses);
1415
- } }, inputs: { color: "color", size: "size", fill: "fill", variant: "variant", borderColor: "borderColor" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$u, decls: 1, vars: 0, template: function EuimAvatarIconComponent_Template(rf, ctx) { if (rf & 1) {
1416
- i0.ɵɵprojectionDef();
1417
- i0.ɵɵprojection(0);
1418
- } }, styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:#fff;border:none}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-75);border-color:var(--eui-base-color-grey-75)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon--border-color-default{border-color:#fff}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);color:var(--eui-base-color-white)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"], encapsulation: 2 });
1419
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarIconComponent, [{
1420
- type: Component,
1421
- args: [{ selector: 'euim-avatar-icon', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:#fff;border:none}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-75);border-color:var(--eui-base-color-grey-75)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon--border-color-default{border-color:#fff}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);color:var(--eui-base-color-white)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"] }]
1422
- }], null, { color: [{
1423
- type: Input
1424
- }], size: [{
1425
- type: Input
1426
- }], fill: [{
1427
- type: Input
1428
- }], variant: [{
1429
- type: Input
1430
- }], borderColor: [{
1431
- type: Input
1432
- }], cssClasses: [{
1433
- type: HostBinding,
1434
- args: ['class']
1435
- }] }); })();
1155
+ /** @nocollapse */ EuimAvatarIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1156
+ /** @nocollapse */ EuimAvatarIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAvatarIconComponent, selector: "euim-avatar-icon", inputs: { color: "color", size: "size", fill: "fill", variant: "variant", borderColor: "borderColor" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:#fff;border:none}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-75);border-color:var(--eui-base-color-grey-75)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon--border-color-default{border-color:#fff}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);color:var(--eui-base-color-white)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"], encapsulation: i0.ViewEncapsulation.None });
1157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconComponent, decorators: [{
1158
+ type: Component,
1159
+ args: [{ selector: 'euim-avatar-icon', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:#fff;border:none}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-75);border-color:var(--eui-base-color-grey-75)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon--border-color-default{border-color:#fff}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);color:var(--eui-base-color-white)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"] }]
1160
+ }], propDecorators: { color: [{
1161
+ type: Input
1162
+ }], size: [{
1163
+ type: Input
1164
+ }], fill: [{
1165
+ type: Input
1166
+ }], variant: [{
1167
+ type: Input
1168
+ }], borderColor: [{
1169
+ type: Input
1170
+ }], cssClasses: [{
1171
+ type: HostBinding,
1172
+ args: ['class']
1173
+ }] } });
1436
1174
 
1437
1175
  class EuimAvatarIconModule {
1438
1176
  }
1439
- /** @nocollapse */ EuimAvatarIconModule.ɵfac = function EuimAvatarIconModule_Factory(t) { return new (t || EuimAvatarIconModule)(); };
1440
- /** @nocollapse */ EuimAvatarIconModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAvatarIconModule });
1441
- /** @nocollapse */ EuimAvatarIconModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1177
+ /** @nocollapse */ EuimAvatarIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1178
+ /** @nocollapse */ EuimAvatarIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, declarations: [EuimAvatarIconComponent], imports: [CommonModule,
1179
+ IonicModule], exports: [EuimAvatarIconComponent] });
1180
+ /** @nocollapse */ EuimAvatarIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, imports: [CommonModule,
1442
1181
  IonicModule] });
1443
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarIconModule, [{
1444
- type: NgModule,
1445
- args: [{
1446
- imports: [
1447
- CommonModule,
1448
- IonicModule,
1449
- ],
1450
- exports: [
1451
- EuimAvatarIconComponent,
1452
- ],
1453
- declarations: [
1454
- EuimAvatarIconComponent,
1455
- ],
1456
- }]
1457
- }], null, null); })();
1458
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAvatarIconModule, { declarations: [EuimAvatarIconComponent], imports: [CommonModule,
1459
- IonicModule], exports: [EuimAvatarIconComponent] }); })();
1460
-
1461
- function EuimEmptyListPlaceholderComponent_ion_grid_2_ion_row_1_Template(rf, ctx) { if (rf & 1) {
1462
- i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 4);
1463
- i0.ɵɵelement(2, "ion-icon", 5);
1464
- i0.ɵɵelementEnd()();
1465
- } if (rf & 2) {
1466
- const ctx_r2 = i0.ɵɵnextContext(2);
1467
- i0.ɵɵadvance(2);
1468
- i0.ɵɵproperty("name", ctx_r2.icon);
1469
- } }
1470
- function EuimEmptyListPlaceholderComponent_ion_grid_2_Template(rf, ctx) { if (rf & 1) {
1471
- i0.ɵɵelementStart(0, "ion-grid");
1472
- i0.ɵɵtemplate(1, EuimEmptyListPlaceholderComponent_ion_grid_2_ion_row_1_Template, 3, 1, "ion-row", 0);
1473
- i0.ɵɵelementStart(2, "ion-row")(3, "ion-col", 2);
1474
- i0.ɵɵtext(4);
1475
- i0.ɵɵpipe(5, "translate");
1476
- i0.ɵɵelementEnd()();
1477
- i0.ɵɵelementStart(6, "ion-row")(7, "ion-col", 3);
1478
- i0.ɵɵtext(8);
1479
- i0.ɵɵelementEnd()()();
1480
- } if (rf & 2) {
1481
- const ctx_r0 = i0.ɵɵnextContext();
1482
- i0.ɵɵadvance(1);
1483
- i0.ɵɵproperty("ngIf", ctx_r0.icon);
1484
- i0.ɵɵadvance(3);
1485
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 3, ctx_r0.message || "euim.empty-list-placeholder.text"), " ");
1486
- i0.ɵɵadvance(4);
1487
- i0.ɵɵtextInterpolate1(" ", ctx_r0.description, " ");
1488
- } }
1489
- const _c0$t = ["*"];
1182
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, decorators: [{
1183
+ type: NgModule,
1184
+ args: [{
1185
+ imports: [
1186
+ CommonModule,
1187
+ IonicModule,
1188
+ ],
1189
+ exports: [
1190
+ EuimAvatarIconComponent,
1191
+ ],
1192
+ declarations: [
1193
+ EuimAvatarIconComponent,
1194
+ ],
1195
+ }]
1196
+ }] });
1197
+
1490
1198
  class EuimEmptyListPlaceholderComponent extends EuimBaseDirective {
1491
1199
  hasCustomContent(contentElement) {
1492
1200
  return contentElement && contentElement.childNodes.length > 0;
1493
1201
  }
1494
1202
  }
1495
- /** @nocollapse */ EuimEmptyListPlaceholderComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimEmptyListPlaceholderComponent_BaseFactory; return function EuimEmptyListPlaceholderComponent_Factory(t) { return (ɵEuimEmptyListPlaceholderComponent_BaseFactory || (ɵEuimEmptyListPlaceholderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimEmptyListPlaceholderComponent)))(t || EuimEmptyListPlaceholderComponent); }; }();
1496
- /** @nocollapse */ EuimEmptyListPlaceholderComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimEmptyListPlaceholderComponent, selectors: [["euim-empty-list-placeholder"]], inputs: { message: "message", icon: "icon", description: "description" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$t, decls: 6, vars: 1, consts: [[4, "ngIf"], ["content", ""], [1, "euim-empty-list-placeholder__message"], [1, "euim-empty-list-placeholder__description"], [1, "euim-empty-list-placeholder__icon"], ["size", "large", 3, "name"]], template: function EuimEmptyListPlaceholderComponent_Template(rf, ctx) { if (rf & 1) {
1497
- i0.ɵɵprojectionDef();
1498
- i0.ɵɵelementStart(0, "ion-slide")(1, "h4");
1499
- i0.ɵɵtemplate(2, EuimEmptyListPlaceholderComponent_ion_grid_2_Template, 9, 5, "ion-grid", 0);
1500
- i0.ɵɵelementStart(3, "span", null, 1);
1501
- i0.ɵɵprojection(5);
1502
- i0.ɵɵelementEnd()()();
1503
- } if (rf & 2) {
1504
- const _r1 = i0.ɵɵreference(4);
1505
- i0.ɵɵadvance(2);
1506
- i0.ɵɵproperty("ngIf", !ctx.hasCustomContent(_r1));
1507
- } }, dependencies: [i2$1.NgIf, i1.IonCol, i1.IonGrid, i1.IonIcon, i1.IonRow, i1.IonSlide, i1$1.TranslatePipe], styles: [".euim-empty-list-placeholder__icon[_ngcontent-%COMP%]{color:var(--eui-base-color-grey-75);width:var(--eui-base-spacing-xl);height:var(--eui-base-spacing-xl);margin-bottom:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__message[_ngcontent-%COMP%]{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-grey-75);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__description[_ngcontent-%COMP%]{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}"] });
1508
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimEmptyListPlaceholderComponent, [{
1509
- type: Component,
1510
- args: [{ selector: 'euim-empty-list-placeholder', template: "<ion-slide>\n <h4 >\n <ion-grid *ngIf=\"!hasCustomContent(content)\">\n <ion-row *ngIf=\"icon\" >\n <ion-col class=\"euim-empty-list-placeholder__icon\">\n <ion-icon size=\"large\" [name]=\"icon\"></ion-icon>\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col class=\"euim-empty-list-placeholder__message\">\n {{ message || 'euim.empty-list-placeholder.text' | translate }}\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col class=\"euim-empty-list-placeholder__description\">\n {{ description }}\n </ion-col>\n </ion-row>\n </ion-grid>\n\n <span #content><ng-content></ng-content></span>\n </h4>\n\n</ion-slide>\n", styles: [".euim-empty-list-placeholder__icon{color:var(--eui-base-color-grey-75);width:var(--eui-base-spacing-xl);height:var(--eui-base-spacing-xl);margin-bottom:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-grey-75);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__description{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}\n"] }]
1511
- }], null, { message: [{
1512
- type: Input
1513
- }], icon: [{
1514
- type: Input
1515
- }], description: [{
1516
- type: Input
1517
- }] }); })();
1203
+ /** @nocollapse */ EuimEmptyListPlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1204
+ /** @nocollapse */ EuimEmptyListPlaceholderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimEmptyListPlaceholderComponent, selector: "euim-empty-list-placeholder", inputs: { message: "message", icon: "icon", description: "description" }, usesInheritance: true, ngImport: i0, template: "<ion-slide>\n <h4 >\n <ion-grid *ngIf=\"!hasCustomContent(content)\">\n <ion-row *ngIf=\"icon\" >\n <ion-col class=\"euim-empty-list-placeholder__icon\">\n <ion-icon size=\"large\" [name]=\"icon\"></ion-icon>\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col class=\"euim-empty-list-placeholder__message\">\n {{ message || 'euim.empty-list-placeholder.text' | translate }}\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col class=\"euim-empty-list-placeholder__description\">\n {{ description }}\n </ion-col>\n </ion-row>\n </ion-grid>\n\n <span #content><ng-content></ng-content></span>\n </h4>\n\n</ion-slide>\n", styles: [".euim-empty-list-placeholder__icon{color:var(--eui-base-color-grey-75);width:var(--eui-base-spacing-xl);height:var(--eui-base-spacing-xl);margin-bottom:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-grey-75);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__description{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}\n"], dependencies: [{ kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonCol, selector: "ion-col", inputs: ["offset", "offsetLg", "offsetMd", "offsetSm", "offsetXl", "offsetXs", "pull", "pullLg", "pullMd", "pullSm", "pullXl", "pullXs", "push", "pushLg", "pushMd", "pushSm", "pushXl", "pushXs", "size", "sizeLg", "sizeMd", "sizeSm", "sizeXl", "sizeXs"] }, { kind: "component", type: i1.IonGrid, selector: "ion-grid", inputs: ["fixed"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonRow, selector: "ion-row" }, { kind: "component", type: i1.IonSlide, selector: "ion-slide" }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }] });
1205
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderComponent, decorators: [{
1206
+ type: Component,
1207
+ args: [{ selector: 'euim-empty-list-placeholder', template: "<ion-slide>\n <h4 >\n <ion-grid *ngIf=\"!hasCustomContent(content)\">\n <ion-row *ngIf=\"icon\" >\n <ion-col class=\"euim-empty-list-placeholder__icon\">\n <ion-icon size=\"large\" [name]=\"icon\"></ion-icon>\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col class=\"euim-empty-list-placeholder__message\">\n {{ message || 'euim.empty-list-placeholder.text' | translate }}\n </ion-col>\n </ion-row>\n <ion-row>\n <ion-col class=\"euim-empty-list-placeholder__description\">\n {{ description }}\n </ion-col>\n </ion-row>\n </ion-grid>\n\n <span #content><ng-content></ng-content></span>\n </h4>\n\n</ion-slide>\n", styles: [".euim-empty-list-placeholder__icon{color:var(--eui-base-color-grey-75);width:var(--eui-base-spacing-xl);height:var(--eui-base-spacing-xl);margin-bottom:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;color:var(--eui-base-color-grey-75);padding-top:0;padding-bottom:0}.euim-empty-list-placeholder__description{font: 400 .875rem/1rem arial,sans-serif;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs);padding-top:0;padding-bottom:0}\n"] }]
1208
+ }], propDecorators: { message: [{
1209
+ type: Input
1210
+ }], icon: [{
1211
+ type: Input
1212
+ }], description: [{
1213
+ type: Input
1214
+ }] } });
1518
1215
 
1519
1216
  class EuimEmptyListPlaceholderModule {
1520
1217
  }
1521
- /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵfac = function EuimEmptyListPlaceholderModule_Factory(t) { return new (t || EuimEmptyListPlaceholderModule)(); };
1522
- /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimEmptyListPlaceholderModule });
1523
- /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1218
+ /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1219
+ /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
1524
1220
  IonicModule,
1525
- TranslateModule] });
1526
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimEmptyListPlaceholderModule, [{
1527
- type: NgModule,
1528
- args: [{
1529
- imports: [
1530
- CommonModule,
1531
- IonicModule,
1532
- TranslateModule
1533
- ],
1534
- exports: [
1535
- EuimEmptyListPlaceholderComponent,
1536
- ],
1537
- declarations: [
1538
- EuimEmptyListPlaceholderComponent,
1539
- ],
1540
- }]
1541
- }], null, null); })();
1542
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimEmptyListPlaceholderModule, { declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
1221
+ TranslateModule], exports: [EuimEmptyListPlaceholderComponent] });
1222
+ /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, imports: [CommonModule,
1543
1223
  IonicModule,
1544
- TranslateModule], exports: [EuimEmptyListPlaceholderComponent] }); })();
1224
+ TranslateModule] });
1225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, decorators: [{
1226
+ type: NgModule,
1227
+ args: [{
1228
+ imports: [
1229
+ CommonModule,
1230
+ IonicModule,
1231
+ TranslateModule
1232
+ ],
1233
+ exports: [
1234
+ EuimEmptyListPlaceholderComponent,
1235
+ ],
1236
+ declarations: [
1237
+ EuimEmptyListPlaceholderComponent,
1238
+ ],
1239
+ }]
1240
+ }] });
1545
1241
 
1546
- const _c0$s = [[["euim-message-title"]], "*"];
1547
- const _c1$i = ["euim-message-title", "*"];
1548
1242
  class EuimMessageComponent extends EuimBaseDirective {
1549
1243
  constructor() {
1550
1244
  super(...arguments);
@@ -1554,7 +1248,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1554
1248
  this._euiDanger = false;
1555
1249
  this._variant = 'info';
1556
1250
  }
1557
- get euiInfo() { return this._euiInfo; }
1251
+ get euiInfo() {
1252
+ return this._euiInfo;
1253
+ }
1558
1254
  set euiInfo(value) {
1559
1255
  this.resetVariantType();
1560
1256
  this._euiInfo = coerceBooleanProperty(value);
@@ -1562,7 +1258,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1562
1258
  this._variant = 'info';
1563
1259
  }
1564
1260
  }
1565
- get euiSuccess() { return this._euiSuccess; }
1261
+ get euiSuccess() {
1262
+ return this._euiSuccess;
1263
+ }
1566
1264
  set euiSuccess(value) {
1567
1265
  this.resetVariantType();
1568
1266
  this._euiSuccess = coerceBooleanProperty(value);
@@ -1570,7 +1268,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1570
1268
  this._variant = 'success';
1571
1269
  }
1572
1270
  }
1573
- get euiWarning() { return this._euiWarning; }
1271
+ get euiWarning() {
1272
+ return this._euiWarning;
1273
+ }
1574
1274
  set euiWarning(value) {
1575
1275
  this.resetVariantType();
1576
1276
  this._euiWarning = coerceBooleanProperty(value);
@@ -1578,7 +1278,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1578
1278
  this._variant = 'warning';
1579
1279
  }
1580
1280
  }
1581
- get euiDanger() { return this._euiDanger; }
1281
+ get euiDanger() {
1282
+ return this._euiDanger;
1283
+ }
1582
1284
  set euiDanger(value) {
1583
1285
  this.resetVariantType();
1584
1286
  this._euiDanger = coerceBooleanProperty(value);
@@ -1586,7 +1288,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1586
1288
  this._variant = 'danger';
1587
1289
  }
1588
1290
  }
1589
- get variant() { return this._variant; }
1291
+ get variant() {
1292
+ return this._variant;
1293
+ }
1590
1294
  set variant(value) {
1591
1295
  this._euiWarning = (value === 'warning');
1592
1296
  this._euiInfo = (value === 'info');
@@ -1618,8 +1322,6 @@ class EuimMessageComponent extends EuimBaseDirective {
1618
1322
  return '';
1619
1323
  }
1620
1324
  }
1621
- ngOnInit() {
1622
- }
1623
1325
  get cssClasses() {
1624
1326
  return this.getCssClasses();
1625
1327
  }
@@ -1630,60 +1332,40 @@ class EuimMessageComponent extends EuimBaseDirective {
1630
1332
  ].join(' ');
1631
1333
  }
1632
1334
  }
1633
- /** @nocollapse */ EuimMessageComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMessageComponent_BaseFactory; return function EuimMessageComponent_Factory(t) { return (ɵEuimMessageComponent_BaseFactory || (ɵEuimMessageComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMessageComponent)))(t || EuimMessageComponent); }; }();
1634
- /** @nocollapse */ EuimMessageComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMessageComponent, selectors: [["euim-message"]], hostVars: 2, hostBindings: function EuimMessageComponent_HostBindings(rf, ctx) { if (rf & 2) {
1635
- i0.ɵɵclassMap(ctx.cssClasses);
1636
- } }, inputs: { euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", variant: "variant" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$i, decls: 5, vars: 1, consts: [[1, "euim-message__wrappericon"], [1, "euim-message__icon", 3, "name"], [1, "euim-message__wrapper"]], template: function EuimMessageComponent_Template(rf, ctx) { if (rf & 1) {
1637
- i0.ɵɵprojectionDef(_c0$s);
1638
- i0.ɵɵelementStart(0, "div", 0);
1639
- i0.ɵɵelement(1, "ion-icon", 1);
1640
- i0.ɵɵelementEnd();
1641
- i0.ɵɵelementStart(2, "div", 2);
1642
- i0.ɵɵprojection(3);
1643
- i0.ɵɵprojection(4, 1);
1644
- i0.ɵɵelementEnd();
1645
- } if (rf & 2) {
1646
- i0.ɵɵadvance(1);
1647
- i0.ɵɵproperty("name", ctx.icon);
1648
- } }, dependencies: [i1.IonIcon], styles: [".euim-message{display:block;border-width:2px;border-style:solid;display:flex;padding:var(--eui-base-spacing-m)}.euim-message__wrappericon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);padding:0;margin:0}.euim-message__icon{padding:0;margin:0;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-message__wrapper{margin-left:var(--eui-base-spacing-xs)}.euim-message--danger{border-color:var(--eui-base-color-danger-100)}.euim-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-message--info{border-color:var(--eui-base-color-info-100)}.euim-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-message--success{border-color:var(--eui-base-color-success-100)}.euim-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-message--warning{border-color:var(--eui-base-color-warning-100)}.euim-message--warning ion-icon{color:var(--eui-base-color-warning-100)}.euim-message-title{display:flex;align-items:center;font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;padding:0;margin:0;margin-bottom:var(--eui-base-spacing-xs)}\n"], encapsulation: 2, changeDetection: 0 });
1649
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMessageComponent, [{
1650
- type: Component,
1651
- args: [{ selector: 'euim-message', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-message__wrappericon\">\n <ion-icon [name]=\"icon\" class=\"euim-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-message__wrapper\">\n <ng-content select=\"euim-message-title\"></ng-content>\n <ng-content></ng-content>\n</div>\n", styles: [".euim-message{display:block;border-width:2px;border-style:solid;display:flex;padding:var(--eui-base-spacing-m)}.euim-message__wrappericon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);padding:0;margin:0}.euim-message__icon{padding:0;margin:0;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-message__wrapper{margin-left:var(--eui-base-spacing-xs)}.euim-message--danger{border-color:var(--eui-base-color-danger-100)}.euim-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-message--info{border-color:var(--eui-base-color-info-100)}.euim-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-message--success{border-color:var(--eui-base-color-success-100)}.euim-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-message--warning{border-color:var(--eui-base-color-warning-100)}.euim-message--warning ion-icon{color:var(--eui-base-color-warning-100)}.euim-message-title{display:flex;align-items:center;font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;padding:0;margin:0;margin-bottom:var(--eui-base-spacing-xs)}\n"] }]
1652
- }], null, { euiInfo: [{
1653
- type: Input
1654
- }], euiSuccess: [{
1655
- type: Input
1656
- }], euiWarning: [{
1657
- type: Input
1658
- }], euiDanger: [{
1659
- type: Input
1660
- }], variant: [{
1661
- type: Input
1662
- }], cssClasses: [{
1663
- type: HostBinding,
1664
- args: ['class']
1665
- }] }); })();
1666
-
1667
- const _c0$r = ["*"];
1335
+ /** @nocollapse */ EuimMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1336
+ /** @nocollapse */ EuimMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMessageComponent, selector: "euim-message", inputs: { euiInfo: "euiInfo", euiSuccess: "euiSuccess", euiWarning: "euiWarning", euiDanger: "euiDanger", variant: "variant" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<div class=\"euim-message__wrappericon\">\n <ion-icon [name]=\"icon\" class=\"euim-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-message__wrapper\">\n <ng-content select=\"euim-message-title\"></ng-content>\n <ng-content></ng-content>\n</div>\n", styles: [".euim-message{display:block;border-width:2px;border-style:solid;display:flex;padding:var(--eui-base-spacing-m)}.euim-message__wrappericon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);padding:0;margin:0}.euim-message__icon{padding:0;margin:0;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-message__wrapper{margin-left:var(--eui-base-spacing-xs)}.euim-message--danger{border-color:var(--eui-base-color-danger-100)}.euim-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-message--info{border-color:var(--eui-base-color-info-100)}.euim-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-message--success{border-color:var(--eui-base-color-success-100)}.euim-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-message--warning{border-color:var(--eui-base-color-warning-100)}.euim-message--warning ion-icon{color:var(--eui-base-color-warning-100)}.euim-message-title{display:flex;align-items:center;font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;padding:0;margin:0;margin-bottom:var(--eui-base-spacing-xs)}\n"], dependencies: [{ kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1337
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageComponent, decorators: [{
1338
+ type: Component,
1339
+ args: [{ selector: 'euim-message', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-message__wrappericon\">\n <ion-icon [name]=\"icon\" class=\"euim-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-message__wrapper\">\n <ng-content select=\"euim-message-title\"></ng-content>\n <ng-content></ng-content>\n</div>\n", styles: [".euim-message{display:block;border-width:2px;border-style:solid;display:flex;padding:var(--eui-base-spacing-m)}.euim-message__wrappericon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);padding:0;margin:0}.euim-message__icon{padding:0;margin:0;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-message__wrapper{margin-left:var(--eui-base-spacing-xs)}.euim-message--danger{border-color:var(--eui-base-color-danger-100)}.euim-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-message--info{border-color:var(--eui-base-color-info-100)}.euim-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-message--success{border-color:var(--eui-base-color-success-100)}.euim-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-message--warning{border-color:var(--eui-base-color-warning-100)}.euim-message--warning ion-icon{color:var(--eui-base-color-warning-100)}.euim-message-title{display:flex;align-items:center;font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;padding:0;margin:0;margin-bottom:var(--eui-base-spacing-xs)}\n"] }]
1340
+ }], propDecorators: { euiInfo: [{
1341
+ type: Input
1342
+ }], euiSuccess: [{
1343
+ type: Input
1344
+ }], euiWarning: [{
1345
+ type: Input
1346
+ }], euiDanger: [{
1347
+ type: Input
1348
+ }], variant: [{
1349
+ type: Input
1350
+ }], cssClasses: [{
1351
+ type: HostBinding,
1352
+ args: ['class']
1353
+ }] } });
1354
+
1668
1355
  class EuimMessageTitleComponent extends EuimBaseDirective {
1669
1356
  constructor() {
1670
1357
  super(...arguments);
1671
- this.class = 'euim-message-title';
1672
- }
1673
- }
1674
- /** @nocollapse */ EuimMessageTitleComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMessageTitleComponent_BaseFactory; return function EuimMessageTitleComponent_Factory(t) { return (ɵEuimMessageTitleComponent_BaseFactory || (ɵEuimMessageTitleComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMessageTitleComponent)))(t || EuimMessageTitleComponent); }; }();
1675
- /** @nocollapse */ EuimMessageTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMessageTitleComponent, selectors: [["euim-message-title"]], hostVars: 2, hostBindings: function EuimMessageTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
1676
- i0.ɵɵclassMap(ctx.class);
1677
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$r, decls: 1, vars: 0, template: function EuimMessageTitleComponent_Template(rf, ctx) { if (rf & 1) {
1678
- i0.ɵɵprojectionDef();
1679
- i0.ɵɵprojection(0);
1680
- } }, encapsulation: 2, changeDetection: 0 });
1681
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMessageTitleComponent, [{
1682
- type: Component,
1683
- args: [{ selector: 'euim-message-title', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1684
- }], null, { class: [{
1685
- type: HostBinding
1686
- }] }); })();
1358
+ this.className = 'euim-message-title';
1359
+ }
1360
+ }
1361
+ /** @nocollapse */ EuimMessageTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageTitleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1362
+ /** @nocollapse */ EuimMessageTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMessageTitleComponent, selector: "euim-message-title", host: { properties: { "className": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1363
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageTitleComponent, decorators: [{
1364
+ type: Component,
1365
+ args: [{ selector: 'euim-message-title', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1366
+ }], propDecorators: { className: [{
1367
+ type: HostBinding
1368
+ }] } });
1687
1369
 
1688
1370
  const COMPONENTS$7 = [
1689
1371
  EuimMessageComponent,
@@ -1691,29 +1373,28 @@ const COMPONENTS$7 = [
1691
1373
  ];
1692
1374
  class EuimMessageModule {
1693
1375
  }
1694
- /** @nocollapse */ EuimMessageModule.ɵfac = function EuimMessageModule_Factory(t) { return new (t || EuimMessageModule)(); };
1695
- /** @nocollapse */ EuimMessageModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMessageModule });
1696
- /** @nocollapse */ EuimMessageModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1697
- IonicModule] });
1698
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMessageModule, [{
1699
- type: NgModule,
1700
- args: [{
1701
- imports: [
1702
- CommonModule,
1703
- IonicModule,
1704
- ],
1705
- exports: [
1706
- ...COMPONENTS$7,
1707
- ],
1708
- declarations: [
1709
- ...COMPONENTS$7,
1710
- ],
1711
- }]
1712
- }], null, null); })();
1713
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMessageModule, { declarations: [EuimMessageComponent,
1376
+ /** @nocollapse */ EuimMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1377
+ /** @nocollapse */ EuimMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, declarations: [EuimMessageComponent,
1714
1378
  EuimMessageTitleComponent], imports: [CommonModule,
1715
1379
  IonicModule], exports: [EuimMessageComponent,
1716
- EuimMessageTitleComponent] }); })();
1380
+ EuimMessageTitleComponent] });
1381
+ /** @nocollapse */ EuimMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, imports: [CommonModule,
1382
+ IonicModule] });
1383
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, decorators: [{
1384
+ type: NgModule,
1385
+ args: [{
1386
+ imports: [
1387
+ CommonModule,
1388
+ IonicModule,
1389
+ ],
1390
+ exports: [
1391
+ ...COMPONENTS$7,
1392
+ ],
1393
+ declarations: [
1394
+ ...COMPONENTS$7,
1395
+ ],
1396
+ }]
1397
+ }] });
1717
1398
 
1718
1399
  class EuimStepperChangeEvent {
1719
1400
  constructor(currentStep) {
@@ -1730,14 +1411,14 @@ class EuimStepperComponent extends EuimBaseDirective {
1730
1411
  this.previous = new EventEmitter();
1731
1412
  this.next = new EventEmitter();
1732
1413
  }
1733
- onPrevious(evt) {
1414
+ onPrevious() {
1734
1415
  if (this.currentStep > 1) {
1735
1416
  this.currentStep -= 1;
1736
1417
  }
1737
1418
  this.updateActionsState();
1738
1419
  this.previous.emit(new EuimStepperChangeEvent(this.currentStep));
1739
1420
  }
1740
- onNext(evt) {
1421
+ onNext() {
1741
1422
  if (this.currentStep < this.stepsCount) {
1742
1423
  this.currentStep += 1;
1743
1424
  }
@@ -1759,154 +1440,98 @@ class EuimStepperComponent extends EuimBaseDirective {
1759
1440
  }
1760
1441
  }
1761
1442
  }
1762
- /** @nocollapse */ EuimStepperComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimStepperComponent_BaseFactory; return function EuimStepperComponent_Factory(t) { return (ɵEuimStepperComponent_BaseFactory || (ɵEuimStepperComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimStepperComponent)))(t || EuimStepperComponent); }; }();
1763
- /** @nocollapse */ EuimStepperComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimStepperComponent, selectors: [["euim-stepper"]], inputs: { currentStep: "currentStep", stepsCount: "stepsCount", isPreviousDisabled: "isPreviousDisabled", isNextDisabled: "isNextDisabled" }, outputs: { previous: "previous", next: "next" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 20, vars: 13, consts: [["fill", "clear"], ["color", "light"], [1, "ion-align-items-center"], [1, "ion-text-start"], ["fill", "clear", "size", "small", 3, "disabled", "click"], ["name", "chevron-back-outline", "slot", "start"], [1, "ion-text-center"], ["color", "primary"], [1, "ion-text-end"], ["slot", "end", "name", "chevron-forward-outline"]], template: function EuimStepperComponent_Template(rf, ctx) { if (rf & 1) {
1764
- i0.ɵɵelementStart(0, "ion-footer")(1, "ion-footer", 0)(2, "ion-toolbar", 1)(3, "ion-row", 2)(4, "ion-col", 3)(5, "ion-button", 4);
1765
- i0.ɵɵlistener("click", function EuimStepperComponent_Template_ion_button_click_5_listener($event) { return ctx.onPrevious($event); });
1766
- i0.ɵɵelement(6, "ion-icon", 5);
1767
- i0.ɵɵelementStart(7, "ion-label");
1768
- i0.ɵɵtext(8);
1769
- i0.ɵɵpipe(9, "translate");
1770
- i0.ɵɵelementEnd()()();
1771
- i0.ɵɵelementStart(10, "ion-col", 6)(11, "ion-label", 7);
1772
- i0.ɵɵtext(12);
1773
- i0.ɵɵpipe(13, "translate");
1774
- i0.ɵɵelementEnd()();
1775
- i0.ɵɵelementStart(14, "ion-col", 8)(15, "ion-button", 4);
1776
- i0.ɵɵlistener("click", function EuimStepperComponent_Template_ion_button_click_15_listener($event) { return ctx.onNext($event); });
1777
- i0.ɵɵelementStart(16, "ion-label");
1778
- i0.ɵɵtext(17);
1779
- i0.ɵɵpipe(18, "translate");
1780
- i0.ɵɵelementEnd();
1781
- i0.ɵɵelement(19, "ion-icon", 9);
1782
- i0.ɵɵelementEnd()()()()()();
1783
- } if (rf & 2) {
1784
- i0.ɵɵadvance(5);
1785
- i0.ɵɵproperty("disabled", ctx.isPreviousDisabled);
1786
- i0.ɵɵadvance(3);
1787
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 7, "euim.stepper.previous"));
1788
- i0.ɵɵadvance(4);
1789
- i0.ɵɵtextInterpolate3(" ", ctx.currentStep, " ", i0.ɵɵpipeBind1(13, 9, "euim.stepper.of"), " ", ctx.stepsCount, " ");
1790
- i0.ɵɵadvance(3);
1791
- i0.ɵɵproperty("disabled", ctx.isNextDisabled);
1792
- i0.ɵɵadvance(2);
1793
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 11, "euim.stepper.next"));
1794
- } }, dependencies: [i1.IonButton, i1.IonCol, i1.IonFooter, i1.IonIcon, i1.IonLabel, i1.IonRow, i1.IonToolbar, i1$1.TranslatePipe], encapsulation: 2 });
1795
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimStepperComponent, [{
1796
- type: Component,
1797
- args: [{ selector: 'euim-stepper', template: "<ion-footer>\n <ion-footer fill=\"clear\" >\n <ion-toolbar color=\"light\">\n <ion-row class=\"ion-align-items-center\">\n <ion-col class=\"ion-text-start\">\n <ion-button\n (click)=\"onPrevious($event)\"\n fill=\"clear\"\n size=\"small\"\n [disabled]=\"isPreviousDisabled\">\n <ion-icon name=\"chevron-back-outline\" slot=\"start\"></ion-icon>\n <ion-label>{{ 'euim.stepper.previous' | translate }}</ion-label>\n </ion-button>\n </ion-col>\n\n <ion-col class=\"ion-text-center\">\n <ion-label color=\"primary\">\n {{ currentStep }} {{ 'euim.stepper.of' | translate }} {{stepsCount }}\n </ion-label>\n </ion-col>\n\n <ion-col class=\"ion-text-end\">\n <ion-button\n (click)=\"onNext($event)\"\n fill=\"clear\"\n size=\"small\"\n [disabled]=\"isNextDisabled\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon slot=\"end\" name=\"chevron-forward-outline\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n" }]
1798
- }], null, { currentStep: [{
1799
- type: Input
1800
- }], stepsCount: [{
1801
- type: Input
1802
- }], isPreviousDisabled: [{
1803
- type: Input
1804
- }], isNextDisabled: [{
1805
- type: Input
1806
- }], previous: [{
1807
- type: Output
1808
- }], next: [{
1809
- type: Output
1810
- }] }); })();
1443
+ /** @nocollapse */ EuimStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1444
+ /** @nocollapse */ EuimStepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimStepperComponent, selector: "euim-stepper", inputs: { currentStep: "currentStep", stepsCount: "stepsCount", isPreviousDisabled: "isPreviousDisabled", isNextDisabled: "isNextDisabled" }, outputs: { previous: "previous", next: "next" }, usesInheritance: true, ngImport: i0, template: "<ion-footer>\n <ion-footer fill=\"clear\" >\n <ion-toolbar color=\"light\">\n <ion-row class=\"ion-align-items-center\">\n <ion-col class=\"ion-text-start\">\n <ion-button\n (click)=\"onPrevious()\"\n fill=\"clear\"\n size=\"small\"\n [disabled]=\"isPreviousDisabled\">\n <ion-icon name=\"chevron-back-outline\" slot=\"start\"></ion-icon>\n <ion-label>{{ 'euim.stepper.previous' | translate }}</ion-label>\n </ion-button>\n </ion-col>\n\n <ion-col class=\"ion-text-center\">\n <ion-label color=\"primary\">\n {{ currentStep }} {{ 'euim.stepper.of' | translate }} {{stepsCount }}\n </ion-label>\n </ion-col>\n\n <ion-col class=\"ion-text-end\">\n <ion-button\n (click)=\"onNext()\"\n fill=\"clear\"\n size=\"small\"\n [disabled]=\"isNextDisabled\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon slot=\"end\" name=\"chevron-forward-outline\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n", dependencies: [{ kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: i1.IonCol, selector: "ion-col", inputs: ["offset", "offsetLg", "offsetMd", "offsetSm", "offsetXl", "offsetXs", "pull", "pullLg", "pullMd", "pullSm", "pullXl", "pullXs", "push", "pushLg", "pushMd", "pushSm", "pushXl", "pushXs", "size", "sizeLg", "sizeMd", "sizeSm", "sizeXl", "sizeXs"] }, { kind: "component", type: i1.IonFooter, selector: "ion-footer", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { kind: "component", type: i1.IonRow, selector: "ion-row" }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }] });
1445
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponent, decorators: [{
1446
+ type: Component,
1447
+ args: [{ selector: 'euim-stepper', template: "<ion-footer>\n <ion-footer fill=\"clear\" >\n <ion-toolbar color=\"light\">\n <ion-row class=\"ion-align-items-center\">\n <ion-col class=\"ion-text-start\">\n <ion-button\n (click)=\"onPrevious()\"\n fill=\"clear\"\n size=\"small\"\n [disabled]=\"isPreviousDisabled\">\n <ion-icon name=\"chevron-back-outline\" slot=\"start\"></ion-icon>\n <ion-label>{{ 'euim.stepper.previous' | translate }}</ion-label>\n </ion-button>\n </ion-col>\n\n <ion-col class=\"ion-text-center\">\n <ion-label color=\"primary\">\n {{ currentStep }} {{ 'euim.stepper.of' | translate }} {{stepsCount }}\n </ion-label>\n </ion-col>\n\n <ion-col class=\"ion-text-end\">\n <ion-button\n (click)=\"onNext()\"\n fill=\"clear\"\n size=\"small\"\n [disabled]=\"isNextDisabled\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon slot=\"end\" name=\"chevron-forward-outline\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n" }]
1448
+ }], propDecorators: { currentStep: [{
1449
+ type: Input
1450
+ }], stepsCount: [{
1451
+ type: Input
1452
+ }], isPreviousDisabled: [{
1453
+ type: Input
1454
+ }], isNextDisabled: [{
1455
+ type: Input
1456
+ }], previous: [{
1457
+ type: Output
1458
+ }], next: [{
1459
+ type: Output
1460
+ }] } });
1811
1461
 
1812
1462
  class EuimStepperComponentModule {
1813
1463
  }
1814
- /** @nocollapse */ EuimStepperComponentModule.ɵfac = function EuimStepperComponentModule_Factory(t) { return new (t || EuimStepperComponentModule)(); };
1815
- /** @nocollapse */ EuimStepperComponentModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimStepperComponentModule });
1816
- /** @nocollapse */ EuimStepperComponentModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1464
+ /** @nocollapse */ EuimStepperComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1465
+ /** @nocollapse */ EuimStepperComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, declarations: [EuimStepperComponent], imports: [CommonModule,
1817
1466
  IonicModule,
1818
- TranslateModule] });
1819
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimStepperComponentModule, [{
1820
- type: NgModule,
1821
- args: [{
1822
- imports: [
1823
- CommonModule,
1824
- IonicModule,
1825
- TranslateModule
1826
- ],
1827
- exports: [
1828
- EuimStepperComponent,
1829
- ],
1830
- declarations: [
1831
- EuimStepperComponent,
1832
- ],
1833
- }]
1834
- }], null, null); })();
1835
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimStepperComponentModule, { declarations: [EuimStepperComponent], imports: [CommonModule,
1467
+ TranslateModule], exports: [EuimStepperComponent] });
1468
+ /** @nocollapse */ EuimStepperComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, imports: [CommonModule,
1836
1469
  IonicModule,
1837
- TranslateModule], exports: [EuimStepperComponent] }); })();
1470
+ TranslateModule] });
1471
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, decorators: [{
1472
+ type: NgModule,
1473
+ args: [{
1474
+ imports: [
1475
+ CommonModule,
1476
+ IonicModule,
1477
+ TranslateModule
1478
+ ],
1479
+ exports: [
1480
+ EuimStepperComponent,
1481
+ ],
1482
+ declarations: [
1483
+ EuimStepperComponent,
1484
+ ],
1485
+ }]
1486
+ }] });
1838
1487
 
1839
- const _c0$q = [[["euim-fieldset-legend"]], [["euim-fieldset-actions"]], "*"];
1840
- const _c1$h = ["euim-fieldset-legend", "euim-fieldset-actions", "*"];
1841
1488
  class EuimFieldSetComponent extends EuimBaseDirective {
1842
1489
  constructor() {
1843
1490
  super(...arguments);
1844
- this.string = 'euim-fieldset';
1845
- }
1846
- }
1847
- /** @nocollapse */ EuimFieldSetComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldSetComponent_BaseFactory; return function EuimFieldSetComponent_Factory(t) { return (ɵEuimFieldSetComponent_BaseFactory || (ɵEuimFieldSetComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldSetComponent)))(t || EuimFieldSetComponent); }; }();
1848
- /** @nocollapse */ EuimFieldSetComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldSetComponent, selectors: [["euim-fieldset"]], hostVars: 2, hostBindings: function EuimFieldSetComponent_HostBindings(rf, ctx) { if (rf & 2) {
1849
- i0.ɵɵclassMap(ctx.string);
1850
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$h, decls: 5, vars: 0, consts: [[1, "euim-fieldset__header"]], template: function EuimFieldSetComponent_Template(rf, ctx) { if (rf & 1) {
1851
- i0.ɵɵprojectionDef(_c0$q);
1852
- i0.ɵɵelementStart(0, "div")(1, "div", 0);
1853
- i0.ɵɵprojection(2);
1854
- i0.ɵɵprojection(3, 1);
1855
- i0.ɵɵelementEnd();
1856
- i0.ɵɵprojection(4, 2);
1857
- i0.ɵɵelementEnd();
1858
- } }, styles: [".euim-fieldset{display:block}.euim-fieldset__header{display:flex;align-items:center;justify-content:space-between;padding-top:var(--eui-base-spacing-m);border-bottom:1px solid var(--eui-base-color-grey-20);width:100%}.euim-fieldset-legend{display:flex;align-items:center;font: 400 1.25rem/1.5rem arial,sans-serif;margin-bottom:var(--eui-base-spacing-xs)}.euim-fieldset-legend ion-icon{margin-right:var(--eui-base-spacing-xs)}.euim-fieldset-actions{display:flex;align-items:center}\n"], encapsulation: 2, changeDetection: 0 });
1859
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldSetComponent, [{
1860
- type: Component,
1861
- args: [{ selector: 'euim-fieldset', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div>\n <div class=\"euim-fieldset__header\">\n <ng-content select=\"euim-fieldset-legend\"></ng-content>\n <ng-content select=\"euim-fieldset-actions\"></ng-content>\n </div>\n <ng-content></ng-content>\n</div>\n\n\n\n", styles: [".euim-fieldset{display:block}.euim-fieldset__header{display:flex;align-items:center;justify-content:space-between;padding-top:var(--eui-base-spacing-m);border-bottom:1px solid var(--eui-base-color-grey-20);width:100%}.euim-fieldset-legend{display:flex;align-items:center;font: 400 1.25rem/1.5rem arial,sans-serif;margin-bottom:var(--eui-base-spacing-xs)}.euim-fieldset-legend ion-icon{margin-right:var(--eui-base-spacing-xs)}.euim-fieldset-actions{display:flex;align-items:center}\n"] }]
1862
- }], null, { string: [{
1863
- type: HostBinding,
1864
- args: ['class']
1865
- }] }); })();
1866
-
1867
- const _c0$p = ["*"];
1491
+ this.className = 'euim-fieldset';
1492
+ }
1493
+ }
1494
+ /** @nocollapse */ EuimFieldSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldSetComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1495
+ /** @nocollapse */ EuimFieldSetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimFieldSetComponent, selector: "euim-fieldset", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<div>\n <div class=\"euim-fieldset__header\">\n <ng-content select=\"euim-fieldset-legend\"></ng-content>\n <ng-content select=\"euim-fieldset-actions\"></ng-content>\n </div>\n <ng-content></ng-content>\n</div>\n\n\n\n", styles: [".euim-fieldset{display:block}.euim-fieldset__header{display:flex;align-items:center;justify-content:space-between;padding-top:var(--eui-base-spacing-m);border-bottom:1px solid var(--eui-base-color-grey-20);width:100%}.euim-fieldset-legend{display:flex;align-items:center;font: 400 1.25rem/1.5rem arial,sans-serif;margin-bottom:var(--eui-base-spacing-xs)}.euim-fieldset-legend ion-icon{margin-right:var(--eui-base-spacing-xs)}.euim-fieldset-actions{display:flex;align-items:center}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldSetComponent, decorators: [{
1497
+ type: Component,
1498
+ args: [{ selector: 'euim-fieldset', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<div>\n <div class=\"euim-fieldset__header\">\n <ng-content select=\"euim-fieldset-legend\"></ng-content>\n <ng-content select=\"euim-fieldset-actions\"></ng-content>\n </div>\n <ng-content></ng-content>\n</div>\n\n\n\n", styles: [".euim-fieldset{display:block}.euim-fieldset__header{display:flex;align-items:center;justify-content:space-between;padding-top:var(--eui-base-spacing-m);border-bottom:1px solid var(--eui-base-color-grey-20);width:100%}.euim-fieldset-legend{display:flex;align-items:center;font: 400 1.25rem/1.5rem arial,sans-serif;margin-bottom:var(--eui-base-spacing-xs)}.euim-fieldset-legend ion-icon{margin-right:var(--eui-base-spacing-xs)}.euim-fieldset-actions{display:flex;align-items:center}\n"] }]
1499
+ }], propDecorators: { className: [{
1500
+ type: HostBinding,
1501
+ args: ['class']
1502
+ }] } });
1503
+
1868
1504
  class EuimFieldsetLegendComponent extends EuimBaseDirective {
1869
1505
  constructor() {
1870
1506
  super(...arguments);
1871
- this.string = 'euim-fieldset-legend';
1872
- }
1873
- }
1874
- /** @nocollapse */ EuimFieldsetLegendComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldsetLegendComponent_BaseFactory; return function EuimFieldsetLegendComponent_Factory(t) { return (ɵEuimFieldsetLegendComponent_BaseFactory || (ɵEuimFieldsetLegendComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldsetLegendComponent)))(t || EuimFieldsetLegendComponent); }; }();
1875
- /** @nocollapse */ EuimFieldsetLegendComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldsetLegendComponent, selectors: [["euim-fieldset-legend"]], hostVars: 2, hostBindings: function EuimFieldsetLegendComponent_HostBindings(rf, ctx) { if (rf & 2) {
1876
- i0.ɵɵclassMap(ctx.string);
1877
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$p, decls: 1, vars: 0, template: function EuimFieldsetLegendComponent_Template(rf, ctx) { if (rf & 1) {
1878
- i0.ɵɵprojectionDef();
1879
- i0.ɵɵprojection(0);
1880
- } }, encapsulation: 2, changeDetection: 0 });
1881
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldsetLegendComponent, [{
1882
- type: Component,
1883
- args: [{ selector: 'euim-fieldset-legend', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1884
- }], null, { string: [{
1885
- type: HostBinding,
1886
- args: ['class']
1887
- }] }); })();
1888
-
1889
- const _c0$o = ["*"];
1507
+ this.className = 'euim-fieldset-legend';
1508
+ }
1509
+ }
1510
+ /** @nocollapse */ EuimFieldsetLegendComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetLegendComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1511
+ /** @nocollapse */ EuimFieldsetLegendComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimFieldsetLegendComponent, selector: "euim-fieldset-legend", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1512
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetLegendComponent, decorators: [{
1513
+ type: Component,
1514
+ args: [{ selector: 'euim-fieldset-legend', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1515
+ }], propDecorators: { className: [{
1516
+ type: HostBinding,
1517
+ args: ['class']
1518
+ }] } });
1519
+
1890
1520
  class EuimFieldsetActionsComponent extends EuimBaseDirective {
1891
1521
  constructor() {
1892
1522
  super(...arguments);
1893
- this.string = 'euim-fieldset-actions';
1894
- }
1895
- }
1896
- /** @nocollapse */ EuimFieldsetActionsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldsetActionsComponent_BaseFactory; return function EuimFieldsetActionsComponent_Factory(t) { return (ɵEuimFieldsetActionsComponent_BaseFactory || (ɵEuimFieldsetActionsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldsetActionsComponent)))(t || EuimFieldsetActionsComponent); }; }();
1897
- /** @nocollapse */ EuimFieldsetActionsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldsetActionsComponent, selectors: [["euim-fieldset-actions"]], hostVars: 2, hostBindings: function EuimFieldsetActionsComponent_HostBindings(rf, ctx) { if (rf & 2) {
1898
- i0.ɵɵclassMap(ctx.string);
1899
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$o, decls: 1, vars: 0, template: function EuimFieldsetActionsComponent_Template(rf, ctx) { if (rf & 1) {
1900
- i0.ɵɵprojectionDef();
1901
- i0.ɵɵprojection(0);
1902
- } }, encapsulation: 2, changeDetection: 0 });
1903
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldsetActionsComponent, [{
1904
- type: Component,
1905
- args: [{ selector: 'euim-fieldset-actions', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1906
- }], null, { string: [{
1907
- type: HostBinding,
1908
- args: ['class']
1909
- }] }); })();
1523
+ this.className = 'euim-fieldset-actions';
1524
+ }
1525
+ }
1526
+ /** @nocollapse */ EuimFieldsetActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetActionsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1527
+ /** @nocollapse */ EuimFieldsetActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimFieldsetActionsComponent, selector: "euim-fieldset-actions", host: { properties: { "class": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1528
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetActionsComponent, decorators: [{
1529
+ type: Component,
1530
+ args: [{ selector: 'euim-fieldset-actions', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1531
+ }], propDecorators: { className: [{
1532
+ type: HostBinding,
1533
+ args: ['class']
1534
+ }] } });
1910
1535
 
1911
1536
  const COMPONENTS$6 = [
1912
1537
  EuimFieldSetComponent,
@@ -1915,33 +1540,32 @@ const COMPONENTS$6 = [
1915
1540
  ];
1916
1541
  class EuimFieldsetModule {
1917
1542
  }
1918
- /** @nocollapse */ EuimFieldsetModule.ɵfac = function EuimFieldsetModule_Factory(t) { return new (t || EuimFieldsetModule)(); };
1919
- /** @nocollapse */ EuimFieldsetModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimFieldsetModule });
1920
- /** @nocollapse */ EuimFieldsetModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1921
- IonicModule] });
1922
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldsetModule, [{
1923
- type: NgModule,
1924
- args: [{
1925
- imports: [
1926
- CommonModule,
1927
- IonicModule,
1928
- ],
1929
- exports: [
1930
- ...COMPONENTS$6,
1931
- ],
1932
- declarations: [
1933
- ...COMPONENTS$6,
1934
- ],
1935
- }]
1936
- }], null, null); })();
1937
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimFieldsetModule, { declarations: [EuimFieldSetComponent,
1543
+ /** @nocollapse */ EuimFieldsetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1544
+ /** @nocollapse */ EuimFieldsetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, declarations: [EuimFieldSetComponent,
1938
1545
  EuimFieldsetLegendComponent,
1939
1546
  EuimFieldsetActionsComponent], imports: [CommonModule,
1940
1547
  IonicModule], exports: [EuimFieldSetComponent,
1941
1548
  EuimFieldsetLegendComponent,
1942
- EuimFieldsetActionsComponent] }); })();
1943
-
1944
- const _c0$n = ["*"];
1549
+ EuimFieldsetActionsComponent] });
1550
+ /** @nocollapse */ EuimFieldsetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, imports: [CommonModule,
1551
+ IonicModule] });
1552
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, decorators: [{
1553
+ type: NgModule,
1554
+ args: [{
1555
+ imports: [
1556
+ CommonModule,
1557
+ IonicModule,
1558
+ ],
1559
+ exports: [
1560
+ ...COMPONENTS$6,
1561
+ ],
1562
+ declarations: [
1563
+ ...COMPONENTS$6,
1564
+ ],
1565
+ }]
1566
+ }] });
1567
+
1568
+ /* eslint-disable @angular-eslint/component-selector */
1945
1569
  class EuimSpinnerComponent extends EuimBaseDirective {
1946
1570
  get cssClasses() {
1947
1571
  return this.getCssClasses();
@@ -1952,24 +1576,17 @@ class EuimSpinnerComponent extends EuimBaseDirective {
1952
1576
  ].join(' ');
1953
1577
  }
1954
1578
  }
1955
- /** @nocollapse */ EuimSpinnerComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimSpinnerComponent_BaseFactory; return function EuimSpinnerComponent_Factory(t) { return (ɵEuimSpinnerComponent_BaseFactory || (ɵEuimSpinnerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimSpinnerComponent)))(t || EuimSpinnerComponent); }; }();
1956
- /** @nocollapse */ EuimSpinnerComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSpinnerComponent, selectors: [["euim-spinner"]], hostVars: 2, hostBindings: function EuimSpinnerComponent_HostBindings(rf, ctx) { if (rf & 2) {
1957
- i0.ɵɵclassMap(ctx.cssClasses);
1958
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$n, decls: 2, vars: 0, consts: [[1, "euim-spinner__icon"]], template: function EuimSpinnerComponent_Template(rf, ctx) { if (rf & 1) {
1959
- i0.ɵɵprojectionDef();
1960
- i0.ɵɵelement(0, "ion-spinner", 0);
1961
- i0.ɵɵprojection(1);
1962
- } }, dependencies: [i1.IonSpinner], styles: [".euim-spinner{width:100%;margin:0;padding:0}.euim-spinner__icon{width:100%;height:var(--eui-base-spacing-2xl);color:var(--eui-base-color-primary)}.euim-spinner--size-2xs{font-size:var(--eui-base-font-size-2xs)}.euim-spinner--size-xs{font-size:var(--eui-base-font-size-xs)}.euim-spinner--size-s{font-size:var(--eui-base-font-size-s)}.euim-spinner--size-m{font-size:var(--eui-base-font-size-m)}.euim-spinner--size-l{font-size:var(--eui-base-font-size-l)}.euim-spinner--size-xl{font-size:var(--eui-base-font-size-xl)}.euim-spinner--size-2xl{font-size:var(--eui-base-font-size-2xl)}.euim-spinner--size-3xl{font-size:var(--eui-base-font-size-3xl)}.euim-spinner--size-4xl{font-size:var(--eui-base-font-size-4xl)}.euim-spinner--primary{color:var(--eui-base-color-primary-100)}.euim-spinner--secondary{color:var(--eui-base-color-grey-50)}.euim-spinner--info{color:var(--eui-base-color-info-100)}.euim-spinner--success{color:var(--eui-base-color-success-100)}.euim-spinner--warning{color:var(--eui-base-color-warning-100)}.euim-spinner--danger{color:var(--eui-base-color-danger-100)}.euim-spinner--accent{color:var(--eui-base-color-accent-100)}.euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}.euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"], encapsulation: 2 });
1963
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerComponent, [{
1964
- type: Component,
1965
- args: [{ selector: 'euim-spinner', encapsulation: ViewEncapsulation.None, template: "<ion-spinner class=\"euim-spinner__icon\">\n</ion-spinner>\n<ng-content>\n</ng-content>\n\n\n", styles: [".euim-spinner{width:100%;margin:0;padding:0}.euim-spinner__icon{width:100%;height:var(--eui-base-spacing-2xl);color:var(--eui-base-color-primary)}.euim-spinner--size-2xs{font-size:var(--eui-base-font-size-2xs)}.euim-spinner--size-xs{font-size:var(--eui-base-font-size-xs)}.euim-spinner--size-s{font-size:var(--eui-base-font-size-s)}.euim-spinner--size-m{font-size:var(--eui-base-font-size-m)}.euim-spinner--size-l{font-size:var(--eui-base-font-size-l)}.euim-spinner--size-xl{font-size:var(--eui-base-font-size-xl)}.euim-spinner--size-2xl{font-size:var(--eui-base-font-size-2xl)}.euim-spinner--size-3xl{font-size:var(--eui-base-font-size-3xl)}.euim-spinner--size-4xl{font-size:var(--eui-base-font-size-4xl)}.euim-spinner--primary{color:var(--eui-base-color-primary-100)}.euim-spinner--secondary{color:var(--eui-base-color-grey-50)}.euim-spinner--info{color:var(--eui-base-color-info-100)}.euim-spinner--success{color:var(--eui-base-color-success-100)}.euim-spinner--warning{color:var(--eui-base-color-warning-100)}.euim-spinner--danger{color:var(--eui-base-color-danger-100)}.euim-spinner--accent{color:var(--eui-base-color-accent-100)}.euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}.euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
1966
- }], null, { cssClasses: [{
1967
- type: HostBinding,
1968
- args: ['class']
1969
- }] }); })();
1970
-
1971
- const _c0$m = ["euimSpinnerMessage", ""];
1972
- const _c1$g = ["*"];
1579
+ /** @nocollapse */ EuimSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1580
+ /** @nocollapse */ EuimSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimSpinnerComponent, selector: "euim-spinner", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ion-spinner class=\"euim-spinner__icon\">\n</ion-spinner>\n<ng-content>\n</ng-content>\n\n\n", styles: [".euim-spinner{width:100%;margin:0;padding:0}.euim-spinner__icon{width:100%;height:var(--eui-base-spacing-2xl);color:var(--eui-base-color-primary)}.euim-spinner--size-2xs{font-size:var(--eui-base-font-size-2xs)}.euim-spinner--size-xs{font-size:var(--eui-base-font-size-xs)}.euim-spinner--size-s{font-size:var(--eui-base-font-size-s)}.euim-spinner--size-m{font-size:var(--eui-base-font-size-m)}.euim-spinner--size-l{font-size:var(--eui-base-font-size-l)}.euim-spinner--size-xl{font-size:var(--eui-base-font-size-xl)}.euim-spinner--size-2xl{font-size:var(--eui-base-font-size-2xl)}.euim-spinner--size-3xl{font-size:var(--eui-base-font-size-3xl)}.euim-spinner--size-4xl{font-size:var(--eui-base-font-size-4xl)}.euim-spinner--primary{color:var(--eui-base-color-primary-100)}.euim-spinner--secondary{color:var(--eui-base-color-grey-50)}.euim-spinner--info{color:var(--eui-base-color-info-100)}.euim-spinner--success{color:var(--eui-base-color-success-100)}.euim-spinner--warning{color:var(--eui-base-color-warning-100)}.euim-spinner--danger{color:var(--eui-base-color-danger-100)}.euim-spinner--accent{color:var(--eui-base-color-accent-100)}.euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}.euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"], dependencies: [{ kind: "component", type: i1.IonSpinner, selector: "ion-spinner", inputs: ["color", "duration", "name", "paused"] }], encapsulation: i0.ViewEncapsulation.None });
1581
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponent, decorators: [{
1582
+ type: Component,
1583
+ args: [{ selector: 'euim-spinner', encapsulation: ViewEncapsulation.None, template: "<ion-spinner class=\"euim-spinner__icon\">\n</ion-spinner>\n<ng-content>\n</ng-content>\n\n\n", styles: [".euim-spinner{width:100%;margin:0;padding:0}.euim-spinner__icon{width:100%;height:var(--eui-base-spacing-2xl);color:var(--eui-base-color-primary)}.euim-spinner--size-2xs{font-size:var(--eui-base-font-size-2xs)}.euim-spinner--size-xs{font-size:var(--eui-base-font-size-xs)}.euim-spinner--size-s{font-size:var(--eui-base-font-size-s)}.euim-spinner--size-m{font-size:var(--eui-base-font-size-m)}.euim-spinner--size-l{font-size:var(--eui-base-font-size-l)}.euim-spinner--size-xl{font-size:var(--eui-base-font-size-xl)}.euim-spinner--size-2xl{font-size:var(--eui-base-font-size-2xl)}.euim-spinner--size-3xl{font-size:var(--eui-base-font-size-3xl)}.euim-spinner--size-4xl{font-size:var(--eui-base-font-size-4xl)}.euim-spinner--primary{color:var(--eui-base-color-primary-100)}.euim-spinner--secondary{color:var(--eui-base-color-grey-50)}.euim-spinner--info{color:var(--eui-base-color-info-100)}.euim-spinner--success{color:var(--eui-base-color-success-100)}.euim-spinner--warning{color:var(--eui-base-color-warning-100)}.euim-spinner--danger{color:var(--eui-base-color-danger-100)}.euim-spinner--accent{color:var(--eui-base-color-accent-100)}.euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}.euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
1584
+ }], propDecorators: { cssClasses: [{
1585
+ type: HostBinding,
1586
+ args: ['class']
1587
+ }] } });
1588
+
1589
+ /* eslint-disable @angular-eslint/component-selector */
1973
1590
  class EuimSpinnerMessageComponent extends EuimBaseDirective {
1974
1591
  get cssClasses() {
1975
1592
  return this.getCssClasses();
@@ -1980,23 +1597,17 @@ class EuimSpinnerMessageComponent extends EuimBaseDirective {
1980
1597
  ].join(' ');
1981
1598
  }
1982
1599
  }
1983
- /** @nocollapse */ EuimSpinnerMessageComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimSpinnerMessageComponent_BaseFactory; return function EuimSpinnerMessageComponent_Factory(t) { return (ɵEuimSpinnerMessageComponent_BaseFactory || (ɵEuimSpinnerMessageComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimSpinnerMessageComponent)))(t || EuimSpinnerMessageComponent); }; }();
1984
- /** @nocollapse */ EuimSpinnerMessageComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSpinnerMessageComponent, selectors: [["", "euimSpinnerMessage", ""]], hostVars: 2, hostBindings: function EuimSpinnerMessageComponent_HostBindings(rf, ctx) { if (rf & 2) {
1985
- i0.ɵɵclassMap(ctx.cssClasses);
1986
- } }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$m, ngContentSelectors: _c1$g, decls: 1, vars: 0, template: function EuimSpinnerMessageComponent_Template(rf, ctx) { if (rf & 1) {
1987
- i0.ɵɵprojectionDef();
1988
- i0.ɵɵprojection(0);
1989
- } }, styles: [".euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"], encapsulation: 2 });
1990
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerMessageComponent, [{
1991
- type: Component,
1992
- args: [{ selector: '[euimSpinnerMessage]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"] }]
1993
- }], null, { cssClasses: [{
1994
- type: HostBinding,
1995
- args: ['class']
1996
- }] }); })();
1997
-
1998
- const _c0$l = ["euimSpinnerDescription", ""];
1999
- const _c1$f = ["*"];
1600
+ /** @nocollapse */ EuimSpinnerMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1601
+ /** @nocollapse */ EuimSpinnerMessageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimSpinnerMessageComponent, selector: "[euimSpinnerMessage]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"], encapsulation: i0.ViewEncapsulation.None });
1602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerMessageComponent, decorators: [{
1603
+ type: Component,
1604
+ args: [{ selector: '[euimSpinnerMessage]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-spinner-message{font: 400 1rem/1.25rem arial,sans-serif;font-style:normal;font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"] }]
1605
+ }], propDecorators: { cssClasses: [{
1606
+ type: HostBinding,
1607
+ args: ['class']
1608
+ }] } });
1609
+
1610
+ /* eslint-disable @angular-eslint/component-selector */
2000
1611
  class EuimSpinnerDescriptionComponent extends EuimBaseDirective {
2001
1612
  get cssClasses() {
2002
1613
  return this.getCssClasses();
@@ -2007,61 +1618,50 @@ class EuimSpinnerDescriptionComponent extends EuimBaseDirective {
2007
1618
  ].join(' ');
2008
1619
  }
2009
1620
  }
2010
- /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimSpinnerDescriptionComponent_BaseFactory; return function EuimSpinnerDescriptionComponent_Factory(t) { return (ɵEuimSpinnerDescriptionComponent_BaseFactory || (ɵEuimSpinnerDescriptionComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimSpinnerDescriptionComponent)))(t || EuimSpinnerDescriptionComponent); }; }();
2011
- /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSpinnerDescriptionComponent, selectors: [["", "euimSpinnerDescription", ""]], hostVars: 2, hostBindings: function EuimSpinnerDescriptionComponent_HostBindings(rf, ctx) { if (rf & 2) {
2012
- i0.ɵɵclassMap(ctx.cssClasses);
2013
- } }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$l, ngContentSelectors: _c1$f, decls: 1, vars: 0, template: function EuimSpinnerDescriptionComponent_Template(rf, ctx) { if (rf & 1) {
2014
- i0.ɵɵprojectionDef();
2015
- i0.ɵɵprojection(0);
2016
- } }, styles: [".euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"], encapsulation: 2 });
2017
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerDescriptionComponent, [{
2018
- type: Component,
2019
- args: [{ selector: '[euimSpinnerDescription]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
2020
- }], null, { cssClasses: [{
2021
- type: HostBinding,
2022
- args: ['class']
2023
- }] }); })();
1621
+ /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerDescriptionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1622
+ /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimSpinnerDescriptionComponent, selector: "[euimSpinnerDescription]", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"], encapsulation: i0.ViewEncapsulation.None });
1623
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerDescriptionComponent, decorators: [{
1624
+ type: Component,
1625
+ args: [{ selector: '[euimSpinnerDescription]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-spinner-description{font: 400 .875rem/1rem arial,sans-serif;display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
1626
+ }], propDecorators: { cssClasses: [{
1627
+ type: HostBinding,
1628
+ args: ['class']
1629
+ }] } });
2024
1630
 
2025
1631
  class EuimSpinnerComponentModule {
2026
1632
  }
2027
- /** @nocollapse */ EuimSpinnerComponentModule.ɵfac = function EuimSpinnerComponentModule_Factory(t) { return new (t || EuimSpinnerComponentModule)(); };
2028
- /** @nocollapse */ EuimSpinnerComponentModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimSpinnerComponentModule });
2029
- /** @nocollapse */ EuimSpinnerComponentModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2030
- IonicModule,
2031
- TranslateModule] });
2032
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerComponentModule, [{
2033
- type: NgModule,
2034
- args: [{
2035
- imports: [
2036
- CommonModule,
2037
- IonicModule,
2038
- TranslateModule
2039
- ],
2040
- exports: [
2041
- EuimSpinnerComponent,
2042
- EuimSpinnerMessageComponent,
2043
- EuimSpinnerDescriptionComponent,
2044
- ],
2045
- declarations: [
2046
- EuimSpinnerComponent,
2047
- EuimSpinnerMessageComponent,
2048
- EuimSpinnerDescriptionComponent
2049
- ],
2050
- }]
2051
- }], null, null); })();
2052
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimSpinnerComponentModule, { declarations: [EuimSpinnerComponent,
1633
+ /** @nocollapse */ EuimSpinnerComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1634
+ /** @nocollapse */ EuimSpinnerComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, declarations: [EuimSpinnerComponent,
2053
1635
  EuimSpinnerMessageComponent,
2054
1636
  EuimSpinnerDescriptionComponent], imports: [CommonModule,
2055
1637
  IonicModule,
2056
1638
  TranslateModule], exports: [EuimSpinnerComponent,
2057
1639
  EuimSpinnerMessageComponent,
2058
- EuimSpinnerDescriptionComponent] }); })();
1640
+ EuimSpinnerDescriptionComponent] });
1641
+ /** @nocollapse */ EuimSpinnerComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, imports: [CommonModule,
1642
+ IonicModule,
1643
+ TranslateModule] });
1644
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, decorators: [{
1645
+ type: NgModule,
1646
+ args: [{
1647
+ imports: [
1648
+ CommonModule,
1649
+ IonicModule,
1650
+ TranslateModule
1651
+ ],
1652
+ exports: [
1653
+ EuimSpinnerComponent,
1654
+ EuimSpinnerMessageComponent,
1655
+ EuimSpinnerDescriptionComponent,
1656
+ ],
1657
+ declarations: [
1658
+ EuimSpinnerComponent,
1659
+ EuimSpinnerMessageComponent,
1660
+ EuimSpinnerDescriptionComponent
1661
+ ],
1662
+ }]
1663
+ }] });
2059
1664
 
2060
- function EuimMediaHeaderComponent_div_1_Template(rf, ctx) { if (rf & 1) {
2061
- i0.ɵɵelement(0, "div", 2);
2062
- } }
2063
- const _c0$k = [[["", "euimMediaHeaderImage", ""]], "*"];
2064
- const _c1$e = ["[euimMediaHeaderImage]", "*"];
2065
1665
  class EuimMediaHeaderComponent extends EuimBaseDirective {
2066
1666
  constructor() {
2067
1667
  super(...arguments);
@@ -2070,19 +1670,27 @@ class EuimMediaHeaderComponent extends EuimBaseDirective {
2070
1670
  this._euimSizeM = true;
2071
1671
  this._euimSizeL = false;
2072
1672
  }
2073
- get euimNoGradient() { return this._euimNoGradient; }
1673
+ get euimNoGradient() {
1674
+ return this._euimNoGradient;
1675
+ }
2074
1676
  set euimNoGradient(value) {
2075
1677
  this._euimNoGradient = coerceBooleanProperty(value);
2076
1678
  }
2077
- get euimSizeS() { return this._euimSizeS; }
1679
+ get euimSizeS() {
1680
+ return this._euimSizeS;
1681
+ }
2078
1682
  set euimSizeS(value) {
2079
1683
  this._euimSizeS = coerceBooleanProperty(value);
2080
1684
  }
2081
- get euimSizeM() { return this._euimSizeM; }
1685
+ get euimSizeM() {
1686
+ return this._euimSizeM;
1687
+ }
2082
1688
  set euimSizeM(value) {
2083
1689
  this._euimSizeM = coerceBooleanProperty(value);
2084
1690
  }
2085
- get euimSizeL() { return this._euimSizeL; }
1691
+ get euimSizeL() {
1692
+ return this._euimSizeL;
1693
+ }
2086
1694
  set euimSizeL(value) {
2087
1695
  this._euimSizeL = coerceBooleanProperty(value);
2088
1696
  }
@@ -2106,110 +1714,80 @@ class EuimMediaHeaderComponent extends EuimBaseDirective {
2106
1714
  ].join(' ');
2107
1715
  }
2108
1716
  }
2109
- /** @nocollapse */ EuimMediaHeaderComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMediaHeaderComponent_BaseFactory; return function EuimMediaHeaderComponent_Factory(t) { return (ɵEuimMediaHeaderComponent_BaseFactory || (ɵEuimMediaHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMediaHeaderComponent)))(t || EuimMediaHeaderComponent); }; }();
2110
- /** @nocollapse */ EuimMediaHeaderComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderComponent, selectors: [["euim-media-header"]], hostVars: 2, hostBindings: function EuimMediaHeaderComponent_HostBindings(rf, ctx) { if (rf & 2) {
2111
- i0.ɵɵclassMap(ctx.cssClasses);
2112
- } }, inputs: { euimNoGradient: "euimNoGradient", euimSizeS: "euimSizeS", euimSizeM: "euimSizeM", euimSizeL: "euimSizeL" }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$e, decls: 4, vars: 1, consts: [["class", "euim-media-header__gradient", 4, "ngIf"], [1, "euim-media-header__text"], [1, "euim-media-header__gradient"]], template: function EuimMediaHeaderComponent_Template(rf, ctx) { if (rf & 1) {
2113
- i0.ɵɵprojectionDef(_c0$k);
2114
- i0.ɵɵprojection(0);
2115
- i0.ɵɵtemplate(1, EuimMediaHeaderComponent_div_1_Template, 1, 0, "div", 0);
2116
- i0.ɵɵelementStart(2, "div", 1);
2117
- i0.ɵɵprojection(3, 1);
2118
- i0.ɵɵelementEnd();
2119
- } if (rf & 2) {
2120
- i0.ɵɵadvance(1);
2121
- i0.ɵɵproperty("ngIf", !ctx.euimNoGradient);
2122
- } }, dependencies: [i2$1.NgIf], styles: [".euim-media-header{position:relative;display:flex}.euim-media-header__text{position:absolute;z-index:99;bottom:var(--eui-base-spacing-m);left:var(--eui-base-spacing-m);color:#fff}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#000 130%);background-blend-mode:multiply;background-size:100%;position:absolute;inset:0}.euim-media-header__image{width:100%;height:100%;object-fit:cover}.euim-media-header__size-s{height:calc(var(--eui-base-spacing-m) * 8)}.euim-media-header__size-m{height:calc(var(--eui-base-spacing-m) * 16)}.euim-media-header__size-l{height:calc(var(--eui-base-spacing-m) * 24)}\n"], encapsulation: 2, changeDetection: 0 });
2123
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderComponent, [{
2124
- type: Component,
2125
- args: [{ selector: 'euim-media-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n<div class=\"euim-media-header__gradient\" *ngIf=\"!euimNoGradient\">\n</div>\n<div class=\"euim-media-header__text\">\n <ng-content></ng-content>\n</div>\n", styles: [".euim-media-header{position:relative;display:flex}.euim-media-header__text{position:absolute;z-index:99;bottom:var(--eui-base-spacing-m);left:var(--eui-base-spacing-m);color:#fff}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#000 130%);background-blend-mode:multiply;background-size:100%;position:absolute;inset:0}.euim-media-header__image{width:100%;height:100%;object-fit:cover}.euim-media-header__size-s{height:calc(var(--eui-base-spacing-m) * 8)}.euim-media-header__size-m{height:calc(var(--eui-base-spacing-m) * 16)}.euim-media-header__size-l{height:calc(var(--eui-base-spacing-m) * 24)}\n"] }]
2126
- }], null, { euimNoGradient: [{
2127
- type: Input
2128
- }], euimSizeS: [{
2129
- type: Input
2130
- }], euimSizeM: [{
2131
- type: Input
2132
- }], euimSizeL: [{
2133
- type: Input
2134
- }], cssClasses: [{
2135
- type: HostBinding,
2136
- args: ['class']
2137
- }] }); })();
2138
-
2139
- const _c0$j = ["euimMediaHeaderMeta", ""];
2140
- const _c1$d = ["*"];
1717
+ /** @nocollapse */ EuimMediaHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1718
+ /** @nocollapse */ EuimMediaHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMediaHeaderComponent, selector: "euim-media-header", inputs: { euimNoGradient: "euimNoGradient", euimSizeS: "euimSizeS", euimSizeM: "euimSizeM", euimSizeL: "euimSizeL" }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n<div class=\"euim-media-header__gradient\" *ngIf=\"!euimNoGradient\">\n</div>\n<div class=\"euim-media-header__text\">\n <ng-content></ng-content>\n</div>\n", styles: [".euim-media-header{position:relative;display:flex}.euim-media-header__text{position:absolute;z-index:99;bottom:var(--eui-base-spacing-m);left:var(--eui-base-spacing-m);color:#fff}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#000 130%);background-blend-mode:multiply;background-size:100%;position:absolute;inset:0}.euim-media-header__image{width:100%;height:100%;object-fit:cover}.euim-media-header__size-s{height:calc(var(--eui-base-spacing-m) * 8)}.euim-media-header__size-m{height:calc(var(--eui-base-spacing-m) * 16)}.euim-media-header__size-l{height:calc(var(--eui-base-spacing-m) * 24)}\n"], dependencies: [{ kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1719
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderComponent, decorators: [{
1720
+ type: Component,
1721
+ args: [{ selector: 'euim-media-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n<div class=\"euim-media-header__gradient\" *ngIf=\"!euimNoGradient\">\n</div>\n<div class=\"euim-media-header__text\">\n <ng-content></ng-content>\n</div>\n", styles: [".euim-media-header{position:relative;display:flex}.euim-media-header__text{position:absolute;z-index:99;bottom:var(--eui-base-spacing-m);left:var(--eui-base-spacing-m);color:#fff}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#000 130%);background-blend-mode:multiply;background-size:100%;position:absolute;inset:0}.euim-media-header__image{width:100%;height:100%;object-fit:cover}.euim-media-header__size-s{height:calc(var(--eui-base-spacing-m) * 8)}.euim-media-header__size-m{height:calc(var(--eui-base-spacing-m) * 16)}.euim-media-header__size-l{height:calc(var(--eui-base-spacing-m) * 24)}\n"] }]
1722
+ }], propDecorators: { euimNoGradient: [{
1723
+ type: Input
1724
+ }], euimSizeS: [{
1725
+ type: Input
1726
+ }], euimSizeM: [{
1727
+ type: Input
1728
+ }], euimSizeL: [{
1729
+ type: Input
1730
+ }], cssClasses: [{
1731
+ type: HostBinding,
1732
+ args: ['class']
1733
+ }] } });
1734
+
1735
+ /* eslint-disable @angular-eslint/component-selector */
2141
1736
  class EuimMediaHeaderMetaComponent {
2142
1737
  constructor() {
2143
- this.string = 'euim-media-header__meta';
2144
- }
2145
- }
2146
- /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵfac = function EuimMediaHeaderMetaComponent_Factory(t) { return new (t || EuimMediaHeaderMetaComponent)(); };
2147
- /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderMetaComponent, selectors: [["", "euimMediaHeaderMeta", ""]], hostVars: 2, hostBindings: function EuimMediaHeaderMetaComponent_HostBindings(rf, ctx) { if (rf & 2) {
2148
- i0.ɵɵclassMap(ctx.string);
2149
- } }, attrs: _c0$j, ngContentSelectors: _c1$d, decls: 1, vars: 0, template: function EuimMediaHeaderMetaComponent_Template(rf, ctx) { if (rf & 1) {
2150
- i0.ɵɵprojectionDef();
2151
- i0.ɵɵprojection(0);
2152
- } }, encapsulation: 2 });
2153
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderMetaComponent, [{
2154
- type: Component,
2155
- args: [{
2156
- selector: '[euimMediaHeaderMeta]',
2157
- template: '<ng-content></ng-content>',
2158
- }]
2159
- }], null, { string: [{
2160
- type: HostBinding,
2161
- args: ['class']
2162
- }] }); })();
2163
-
2164
- const _c0$i = ["euimMediaHeaderTitle", ""];
2165
- const _c1$c = ["*"];
1738
+ this.className = 'euim-media-header__meta';
1739
+ }
1740
+ }
1741
+ /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1742
+ /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMediaHeaderMetaComponent, selector: "[euimMediaHeaderMeta]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1743
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderMetaComponent, decorators: [{
1744
+ type: Component,
1745
+ args: [{
1746
+ selector: '[euimMediaHeaderMeta]',
1747
+ template: '<ng-content></ng-content>',
1748
+ }]
1749
+ }], propDecorators: { className: [{
1750
+ type: HostBinding,
1751
+ args: ['class']
1752
+ }] } });
1753
+
1754
+ /* eslint-disable @angular-eslint/component-selector */
2166
1755
  class EuimMediaHeaderTitleComponent {
2167
1756
  constructor() {
2168
- this.string = 'euim-media-header__title';
2169
- }
2170
- }
2171
- /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵfac = function EuimMediaHeaderTitleComponent_Factory(t) { return new (t || EuimMediaHeaderTitleComponent)(); };
2172
- /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderTitleComponent, selectors: [["", "euimMediaHeaderTitle", ""]], hostVars: 2, hostBindings: function EuimMediaHeaderTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
2173
- i0.ɵɵclassMap(ctx.string);
2174
- } }, attrs: _c0$i, ngContentSelectors: _c1$c, decls: 1, vars: 0, template: function EuimMediaHeaderTitleComponent_Template(rf, ctx) { if (rf & 1) {
2175
- i0.ɵɵprojectionDef();
2176
- i0.ɵɵprojection(0);
2177
- } }, encapsulation: 2 });
2178
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderTitleComponent, [{
2179
- type: Component,
2180
- args: [{
2181
- selector: '[euimMediaHeaderTitle]',
2182
- template: '<ng-content></ng-content>',
2183
- }]
2184
- }], null, { string: [{
2185
- type: HostBinding,
2186
- args: ['class']
2187
- }] }); })();
2188
-
2189
- const _c0$h = ["euimMediaHeaderImage", ""];
2190
- const _c1$b = ["*"];
1757
+ this.className = 'euim-media-header__title';
1758
+ }
1759
+ }
1760
+ /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1761
+ /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMediaHeaderTitleComponent, selector: "[euimMediaHeaderTitle]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1762
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderTitleComponent, decorators: [{
1763
+ type: Component,
1764
+ args: [{
1765
+ selector: '[euimMediaHeaderTitle]',
1766
+ template: '<ng-content></ng-content>',
1767
+ }]
1768
+ }], propDecorators: { className: [{
1769
+ type: HostBinding,
1770
+ args: ['class']
1771
+ }] } });
1772
+
1773
+ /* eslint-disable @angular-eslint/component-selector */
2191
1774
  class EuimMediaHeaderImageComponent {
2192
1775
  constructor() {
2193
- this.string = 'euim-media-header__image';
2194
- }
2195
- }
2196
- /** @nocollapse */ EuimMediaHeaderImageComponent.ɵfac = function EuimMediaHeaderImageComponent_Factory(t) { return new (t || EuimMediaHeaderImageComponent)(); };
2197
- /** @nocollapse */ EuimMediaHeaderImageComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderImageComponent, selectors: [["", "euimMediaHeaderImage", ""]], hostVars: 2, hostBindings: function EuimMediaHeaderImageComponent_HostBindings(rf, ctx) { if (rf & 2) {
2198
- i0.ɵɵclassMap(ctx.string);
2199
- } }, attrs: _c0$h, ngContentSelectors: _c1$b, decls: 1, vars: 0, template: function EuimMediaHeaderImageComponent_Template(rf, ctx) { if (rf & 1) {
2200
- i0.ɵɵprojectionDef();
2201
- i0.ɵɵprojection(0);
2202
- } }, encapsulation: 2 });
2203
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderImageComponent, [{
2204
- type: Component,
2205
- args: [{
2206
- selector: '[euimMediaHeaderImage]',
2207
- template: '<ng-content></ng-content>',
2208
- }]
2209
- }], null, { string: [{
2210
- type: HostBinding,
2211
- args: ['class']
2212
- }] }); })();
1776
+ this.className = 'euim-media-header__image';
1777
+ }
1778
+ }
1779
+ /** @nocollapse */ EuimMediaHeaderImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1780
+ /** @nocollapse */ EuimMediaHeaderImageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimMediaHeaderImageComponent, selector: "[euimMediaHeaderImage]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderImageComponent, decorators: [{
1782
+ type: Component,
1783
+ args: [{
1784
+ selector: '[euimMediaHeaderImage]',
1785
+ template: '<ng-content></ng-content>',
1786
+ }]
1787
+ }], propDecorators: { className: [{
1788
+ type: HostBinding,
1789
+ args: ['class']
1790
+ }] } });
2213
1791
 
2214
1792
  const COMPONENTS$5 = [
2215
1793
  EuimMediaHeaderComponent,
@@ -2219,35 +1797,33 @@ const COMPONENTS$5 = [
2219
1797
  ];
2220
1798
  class EuimMediaHeaderModule {
2221
1799
  }
2222
- /** @nocollapse */ EuimMediaHeaderModule.ɵfac = function EuimMediaHeaderModule_Factory(t) { return new (t || EuimMediaHeaderModule)(); };
2223
- /** @nocollapse */ EuimMediaHeaderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMediaHeaderModule });
2224
- /** @nocollapse */ EuimMediaHeaderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2225
- IonicModule] });
2226
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderModule, [{
2227
- type: NgModule,
2228
- args: [{
2229
- imports: [
2230
- CommonModule,
2231
- IonicModule,
2232
- ],
2233
- exports: [
2234
- ...COMPONENTS$5,
2235
- ],
2236
- declarations: [
2237
- ...COMPONENTS$5,
2238
- ],
2239
- }]
2240
- }], null, null); })();
2241
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMediaHeaderModule, { declarations: [EuimMediaHeaderComponent,
1800
+ /** @nocollapse */ EuimMediaHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1801
+ /** @nocollapse */ EuimMediaHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, declarations: [EuimMediaHeaderComponent,
2242
1802
  EuimMediaHeaderTitleComponent,
2243
1803
  EuimMediaHeaderMetaComponent,
2244
1804
  EuimMediaHeaderImageComponent], imports: [CommonModule,
2245
1805
  IonicModule], exports: [EuimMediaHeaderComponent,
2246
1806
  EuimMediaHeaderTitleComponent,
2247
1807
  EuimMediaHeaderMetaComponent,
2248
- EuimMediaHeaderImageComponent] }); })();
1808
+ EuimMediaHeaderImageComponent] });
1809
+ /** @nocollapse */ EuimMediaHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, imports: [CommonModule,
1810
+ IonicModule] });
1811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, decorators: [{
1812
+ type: NgModule,
1813
+ args: [{
1814
+ imports: [
1815
+ CommonModule,
1816
+ IonicModule,
1817
+ ],
1818
+ exports: [
1819
+ ...COMPONENTS$5,
1820
+ ],
1821
+ declarations: [
1822
+ ...COMPONENTS$5,
1823
+ ],
1824
+ }]
1825
+ }] });
2249
1826
 
2250
- const _c0$g = ["*"];
2251
1827
  class EuimDataSummaryComponent extends EuimBaseDirective {
2252
1828
  get cssClasses() {
2253
1829
  return this.getCssClasses();
@@ -2258,94 +1834,71 @@ class EuimDataSummaryComponent extends EuimBaseDirective {
2258
1834
  ].join(' ');
2259
1835
  }
2260
1836
  }
2261
- /** @nocollapse */ EuimDataSummaryComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimDataSummaryComponent_BaseFactory; return function EuimDataSummaryComponent_Factory(t) { return (ɵEuimDataSummaryComponent_BaseFactory || (ɵEuimDataSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimDataSummaryComponent)))(t || EuimDataSummaryComponent); }; }();
2262
- /** @nocollapse */ EuimDataSummaryComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryComponent, selectors: [["euim-data-summary"]], hostVars: 2, hostBindings: function EuimDataSummaryComponent_HostBindings(rf, ctx) { if (rf & 2) {
2263
- i0.ɵɵclassMap(ctx.cssClasses);
2264
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$g, decls: 1, vars: 0, template: function EuimDataSummaryComponent_Template(rf, ctx) { if (rf & 1) {
2265
- i0.ɵɵprojectionDef();
2266
- i0.ɵɵprojection(0);
2267
- } }, styles: [".euim-data-summary{display:flex;width:100%;padding:var(--eui-base-spacing-s);border-bottom:1px solid var(--eui-base-color-grey-20);border-top:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col{width:100%;text-align:center}.euim-data-summary__col+.euim-data-summary__col{border-left:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col-label{color:var(--eui-base-color-grey-100);font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}\n"], encapsulation: 2, changeDetection: 0 });
2268
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryComponent, [{
2269
- type: Component,
2270
- args: [{ selector: 'euim-data-summary', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-data-summary{display:flex;width:100%;padding:var(--eui-base-spacing-s);border-bottom:1px solid var(--eui-base-color-grey-20);border-top:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col{width:100%;text-align:center}.euim-data-summary__col+.euim-data-summary__col{border-left:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col-label{color:var(--eui-base-color-grey-100);font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}\n"] }]
2271
- }], null, { cssClasses: [{
2272
- type: HostBinding,
2273
- args: ['class']
2274
- }] }); })();
2275
-
2276
- const _c0$f = ["*"];
1837
+ /** @nocollapse */ EuimDataSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1838
+ /** @nocollapse */ EuimDataSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimDataSummaryComponent, selector: "euim-data-summary", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-data-summary{display:flex;width:100%;padding:var(--eui-base-spacing-s);border-bottom:1px solid var(--eui-base-color-grey-20);border-top:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col{width:100%;text-align:center}.euim-data-summary__col+.euim-data-summary__col{border-left:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col-label{color:var(--eui-base-color-grey-100);font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1839
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryComponent, decorators: [{
1840
+ type: Component,
1841
+ args: [{ selector: 'euim-data-summary', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-data-summary{display:flex;width:100%;padding:var(--eui-base-spacing-s);border-bottom:1px solid var(--eui-base-color-grey-20);border-top:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col{width:100%;text-align:center}.euim-data-summary__col+.euim-data-summary__col{border-left:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col-label{color:var(--eui-base-color-grey-100);font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}\n"] }]
1842
+ }], propDecorators: { cssClasses: [{
1843
+ type: HostBinding,
1844
+ args: ['class']
1845
+ }] } });
1846
+
2277
1847
  class EuimDataSummaryColComponent {
2278
1848
  constructor() {
2279
- this.string = 'euim-data-summary__col';
2280
- }
2281
- }
2282
- /** @nocollapse */ EuimDataSummaryColComponent.ɵfac = function EuimDataSummaryColComponent_Factory(t) { return new (t || EuimDataSummaryColComponent)(); };
2283
- /** @nocollapse */ EuimDataSummaryColComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryColComponent, selectors: [["euim-data-summary-col"]], hostVars: 2, hostBindings: function EuimDataSummaryColComponent_HostBindings(rf, ctx) { if (rf & 2) {
2284
- i0.ɵɵclassMap(ctx.string);
2285
- } }, ngContentSelectors: _c0$f, decls: 1, vars: 0, template: function EuimDataSummaryColComponent_Template(rf, ctx) { if (rf & 1) {
2286
- i0.ɵɵprojectionDef();
2287
- i0.ɵɵprojection(0);
2288
- } }, encapsulation: 2 });
2289
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryColComponent, [{
2290
- type: Component,
2291
- args: [{
2292
- selector: 'euim-data-summary-col',
2293
- template: '<ng-content></ng-content>',
2294
- }]
2295
- }], null, { string: [{
2296
- type: HostBinding,
2297
- args: ['class']
2298
- }] }); })();
2299
-
2300
- const _c0$e = ["euimDataSummaryColLabel", ""];
2301
- const _c1$a = ["*"];
1849
+ this.className = 'euim-data-summary__col';
1850
+ }
1851
+ }
1852
+ /** @nocollapse */ EuimDataSummaryColComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1853
+ /** @nocollapse */ EuimDataSummaryColComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimDataSummaryColComponent, selector: "euim-data-summary-col", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColComponent, decorators: [{
1855
+ type: Component,
1856
+ args: [{
1857
+ selector: 'euim-data-summary-col',
1858
+ template: '<ng-content></ng-content>',
1859
+ }]
1860
+ }], propDecorators: { className: [{
1861
+ type: HostBinding,
1862
+ args: ['class']
1863
+ }] } });
1864
+
1865
+ /* eslint-disable @angular-eslint/component-selector */
2302
1866
  class EuimDataSummaryColLabelComponent {
2303
1867
  constructor() {
2304
- this.string = 'euim-data-summary__col-label';
2305
- }
2306
- }
2307
- /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵfac = function EuimDataSummaryColLabelComponent_Factory(t) { return new (t || EuimDataSummaryColLabelComponent)(); };
2308
- /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryColLabelComponent, selectors: [["", "euimDataSummaryColLabel", ""]], hostVars: 2, hostBindings: function EuimDataSummaryColLabelComponent_HostBindings(rf, ctx) { if (rf & 2) {
2309
- i0.ɵɵclassMap(ctx.string);
2310
- } }, attrs: _c0$e, ngContentSelectors: _c1$a, decls: 1, vars: 0, template: function EuimDataSummaryColLabelComponent_Template(rf, ctx) { if (rf & 1) {
2311
- i0.ɵɵprojectionDef();
2312
- i0.ɵɵprojection(0);
2313
- } }, encapsulation: 2 });
2314
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryColLabelComponent, [{
2315
- type: Component,
2316
- args: [{
2317
- selector: '[euimDataSummaryColLabel]',
2318
- template: '<ng-content></ng-content>'
2319
- }]
2320
- }], null, { string: [{
2321
- type: HostBinding,
2322
- args: ['class']
2323
- }] }); })();
2324
-
2325
- const _c0$d = ["euimDataSummaryColValue", ""];
2326
- const _c1$9 = ["*"];
1868
+ this.className = 'euim-data-summary__col-label';
1869
+ }
1870
+ }
1871
+ /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1872
+ /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimDataSummaryColLabelComponent, selector: "[euimDataSummaryColLabel]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1873
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColLabelComponent, decorators: [{
1874
+ type: Component,
1875
+ args: [{
1876
+ selector: '[euimDataSummaryColLabel]',
1877
+ template: '<ng-content></ng-content>'
1878
+ }]
1879
+ }], propDecorators: { className: [{
1880
+ type: HostBinding,
1881
+ args: ['class']
1882
+ }] } });
1883
+
1884
+ /* eslint-disable @angular-eslint/component-selector */
2327
1885
  class EuimDataSummaryColValueComponent {
2328
1886
  constructor() {
2329
- this.string = 'euim-data-summary__col-value';
2330
- }
2331
- }
2332
- /** @nocollapse */ EuimDataSummaryColValueComponent.ɵfac = function EuimDataSummaryColValueComponent_Factory(t) { return new (t || EuimDataSummaryColValueComponent)(); };
2333
- /** @nocollapse */ EuimDataSummaryColValueComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryColValueComponent, selectors: [["", "euimDataSummaryColValue", ""]], hostVars: 2, hostBindings: function EuimDataSummaryColValueComponent_HostBindings(rf, ctx) { if (rf & 2) {
2334
- i0.ɵɵclassMap(ctx.string);
2335
- } }, attrs: _c0$d, ngContentSelectors: _c1$9, decls: 1, vars: 0, template: function EuimDataSummaryColValueComponent_Template(rf, ctx) { if (rf & 1) {
2336
- i0.ɵɵprojectionDef();
2337
- i0.ɵɵprojection(0);
2338
- } }, encapsulation: 2 });
2339
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryColValueComponent, [{
2340
- type: Component,
2341
- args: [{
2342
- selector: '[euimDataSummaryColValue]',
2343
- template: '<ng-content></ng-content>',
2344
- }]
2345
- }], null, { string: [{
2346
- type: HostBinding,
2347
- args: ['class']
2348
- }] }); })();
1887
+ this.className = 'euim-data-summary__col-value';
1888
+ }
1889
+ }
1890
+ /** @nocollapse */ EuimDataSummaryColValueComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColValueComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1891
+ /** @nocollapse */ EuimDataSummaryColValueComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimDataSummaryColValueComponent, selector: "[euimDataSummaryColValue]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1892
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColValueComponent, decorators: [{
1893
+ type: Component,
1894
+ args: [{
1895
+ selector: '[euimDataSummaryColValue]',
1896
+ template: '<ng-content></ng-content>',
1897
+ }]
1898
+ }], propDecorators: { className: [{
1899
+ type: HostBinding,
1900
+ args: ['class']
1901
+ }] } });
2349
1902
 
2350
1903
  const COMPONENTS$4 = [
2351
1904
  EuimDataSummaryComponent,
@@ -2355,35 +1908,33 @@ const COMPONENTS$4 = [
2355
1908
  ];
2356
1909
  class EuimDataSummaryModule {
2357
1910
  }
2358
- /** @nocollapse */ EuimDataSummaryModule.ɵfac = function EuimDataSummaryModule_Factory(t) { return new (t || EuimDataSummaryModule)(); };
2359
- /** @nocollapse */ EuimDataSummaryModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimDataSummaryModule });
2360
- /** @nocollapse */ EuimDataSummaryModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2361
- IonicModule] });
2362
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryModule, [{
2363
- type: NgModule,
2364
- args: [{
2365
- imports: [
2366
- CommonModule,
2367
- IonicModule,
2368
- ],
2369
- exports: [
2370
- ...COMPONENTS$4,
2371
- ],
2372
- declarations: [
2373
- ...COMPONENTS$4,
2374
- ],
2375
- }]
2376
- }], null, null); })();
2377
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimDataSummaryModule, { declarations: [EuimDataSummaryComponent,
1911
+ /** @nocollapse */ EuimDataSummaryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1912
+ /** @nocollapse */ EuimDataSummaryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, declarations: [EuimDataSummaryComponent,
2378
1913
  EuimDataSummaryColComponent,
2379
1914
  EuimDataSummaryColLabelComponent,
2380
1915
  EuimDataSummaryColValueComponent], imports: [CommonModule,
2381
1916
  IonicModule], exports: [EuimDataSummaryComponent,
2382
1917
  EuimDataSummaryColComponent,
2383
1918
  EuimDataSummaryColLabelComponent,
2384
- EuimDataSummaryColValueComponent] }); })();
1919
+ EuimDataSummaryColValueComponent] });
1920
+ /** @nocollapse */ EuimDataSummaryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, imports: [CommonModule,
1921
+ IonicModule] });
1922
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, decorators: [{
1923
+ type: NgModule,
1924
+ args: [{
1925
+ imports: [
1926
+ CommonModule,
1927
+ IonicModule,
1928
+ ],
1929
+ exports: [
1930
+ ...COMPONENTS$4,
1931
+ ],
1932
+ declarations: [
1933
+ ...COMPONENTS$4,
1934
+ ],
1935
+ }]
1936
+ }] });
2385
1937
 
2386
- const _c0$c = ["*"];
2387
1938
  class EuimHeaderDetailsComponent extends EuimBaseDirective {
2388
1939
  get cssClasses() {
2389
1940
  return this.getCssClasses();
@@ -2394,95 +1945,72 @@ class EuimHeaderDetailsComponent extends EuimBaseDirective {
2394
1945
  ].join(' ');
2395
1946
  }
2396
1947
  }
2397
- /** @nocollapse */ EuimHeaderDetailsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimHeaderDetailsComponent_BaseFactory; return function EuimHeaderDetailsComponent_Factory(t) { return (ɵEuimHeaderDetailsComponent_BaseFactory || (ɵEuimHeaderDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimHeaderDetailsComponent)))(t || EuimHeaderDetailsComponent); }; }();
2398
- /** @nocollapse */ EuimHeaderDetailsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsComponent, selectors: [["euim-header-details"]], hostVars: 2, hostBindings: function EuimHeaderDetailsComponent_HostBindings(rf, ctx) { if (rf & 2) {
2399
- i0.ɵɵclassMap(ctx.cssClasses);
2400
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 1, vars: 0, template: function EuimHeaderDetailsComponent_Template(rf, ctx) { if (rf & 1) {
2401
- i0.ɵɵprojectionDef();
2402
- i0.ɵɵprojection(0);
2403
- } }, styles: [".euim-header-details{padding:var(--eui-base-spacing-m);display:block;text-align:center;background-color:var(--eui-base-color-grey-2);border-bottom:1px solid var(--eui-base-color-grey-20)}.euim-header-details__title{font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs);color:var(--eui-base-color-grey-100)}.euim-header-details__meta{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-header-details__icon{display:inline-block;margin-bottom:var(--eui-base-spacing-xs)}\n"], encapsulation: 2, changeDetection: 0 });
2404
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsComponent, [{
2405
- type: Component,
2406
- args: [{ selector: 'euim-header-details', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-header-details{padding:var(--eui-base-spacing-m);display:block;text-align:center;background-color:var(--eui-base-color-grey-2);border-bottom:1px solid var(--eui-base-color-grey-20)}.euim-header-details__title{font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs);color:var(--eui-base-color-grey-100)}.euim-header-details__meta{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-header-details__icon{display:inline-block;margin-bottom:var(--eui-base-spacing-xs)}\n"] }]
2407
- }], null, { cssClasses: [{
2408
- type: HostBinding,
2409
- args: ['class']
2410
- }] }); })();
2411
-
2412
- const _c0$b = ["euimHeaderDetailsMeta", ""];
2413
- const _c1$8 = ["*"];
1948
+ /** @nocollapse */ EuimHeaderDetailsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1949
+ /** @nocollapse */ EuimHeaderDetailsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimHeaderDetailsComponent, selector: "euim-header-details", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-header-details{padding:var(--eui-base-spacing-m);display:block;text-align:center;background-color:var(--eui-base-color-grey-2);border-bottom:1px solid var(--eui-base-color-grey-20)}.euim-header-details__title{font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs);color:var(--eui-base-color-grey-100)}.euim-header-details__meta{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-header-details__icon{display:inline-block;margin-bottom:var(--eui-base-spacing-xs)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
1950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsComponent, decorators: [{
1951
+ type: Component,
1952
+ args: [{ selector: 'euim-header-details', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-header-details{padding:var(--eui-base-spacing-m);display:block;text-align:center;background-color:var(--eui-base-color-grey-2);border-bottom:1px solid var(--eui-base-color-grey-20)}.euim-header-details__title{font:var(--eui-base-font-m);margin-bottom:var(--eui-base-spacing-2xs);color:var(--eui-base-color-grey-100)}.euim-header-details__meta{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-header-details__icon{display:inline-block;margin-bottom:var(--eui-base-spacing-xs)}\n"] }]
1953
+ }], propDecorators: { cssClasses: [{
1954
+ type: HostBinding,
1955
+ args: ['class']
1956
+ }] } });
1957
+
1958
+ /* eslint-disable @angular-eslint/component-selector */
2414
1959
  class EuimHeaderDetailsMetaComponent {
2415
1960
  constructor() {
2416
- this.string = 'euim-header-details__meta';
2417
- }
2418
- }
2419
- /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵfac = function EuimHeaderDetailsMetaComponent_Factory(t) { return new (t || EuimHeaderDetailsMetaComponent)(); };
2420
- /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsMetaComponent, selectors: [["", "euimHeaderDetailsMeta", ""]], hostVars: 2, hostBindings: function EuimHeaderDetailsMetaComponent_HostBindings(rf, ctx) { if (rf & 2) {
2421
- i0.ɵɵclassMap(ctx.string);
2422
- } }, attrs: _c0$b, ngContentSelectors: _c1$8, decls: 1, vars: 0, template: function EuimHeaderDetailsMetaComponent_Template(rf, ctx) { if (rf & 1) {
2423
- i0.ɵɵprojectionDef();
2424
- i0.ɵɵprojection(0);
2425
- } }, encapsulation: 2 });
2426
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsMetaComponent, [{
2427
- type: Component,
2428
- args: [{
2429
- selector: '[euimHeaderDetailsMeta]',
2430
- template: '<ng-content></ng-content>',
2431
- }]
2432
- }], null, { string: [{
2433
- type: HostBinding,
2434
- args: ['class']
2435
- }] }); })();
2436
-
2437
- const _c0$a = ["euimHeaderDetailsTitle", ""];
2438
- const _c1$7 = ["*"];
1961
+ this.className = 'euim-header-details__meta';
1962
+ }
1963
+ }
1964
+ /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1965
+ /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimHeaderDetailsMetaComponent, selector: "[euimHeaderDetailsMeta]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1966
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsMetaComponent, decorators: [{
1967
+ type: Component,
1968
+ args: [{
1969
+ selector: '[euimHeaderDetailsMeta]',
1970
+ template: '<ng-content></ng-content>',
1971
+ }]
1972
+ }], propDecorators: { className: [{
1973
+ type: HostBinding,
1974
+ args: ['class']
1975
+ }] } });
1976
+
1977
+ /* eslint-disable @angular-eslint/component-selector */
2439
1978
  class EuimHeaderDetailsTitleComponent {
2440
1979
  constructor() {
2441
- this.string = 'euim-header-details__title';
2442
- }
2443
- }
2444
- /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵfac = function EuimHeaderDetailsTitleComponent_Factory(t) { return new (t || EuimHeaderDetailsTitleComponent)(); };
2445
- /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsTitleComponent, selectors: [["", "euimHeaderDetailsTitle", ""]], hostVars: 2, hostBindings: function EuimHeaderDetailsTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
2446
- i0.ɵɵclassMap(ctx.string);
2447
- } }, attrs: _c0$a, ngContentSelectors: _c1$7, decls: 1, vars: 0, template: function EuimHeaderDetailsTitleComponent_Template(rf, ctx) { if (rf & 1) {
2448
- i0.ɵɵprojectionDef();
2449
- i0.ɵɵprojection(0);
2450
- } }, encapsulation: 2 });
2451
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsTitleComponent, [{
2452
- type: Component,
2453
- args: [{
2454
- selector: '[euimHeaderDetailsTitle]',
2455
- template: '<ng-content></ng-content>',
2456
- }]
2457
- }], null, { string: [{
2458
- type: HostBinding,
2459
- args: ['class']
2460
- }] }); })();
2461
-
2462
- const _c0$9 = ["euimHeaderDetailsIcon", ""];
2463
- const _c1$6 = ["*"];
1980
+ this.className = 'euim-header-details__title';
1981
+ }
1982
+ }
1983
+ /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1984
+ /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimHeaderDetailsTitleComponent, selector: "[euimHeaderDetailsTitle]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
1985
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsTitleComponent, decorators: [{
1986
+ type: Component,
1987
+ args: [{
1988
+ selector: '[euimHeaderDetailsTitle]',
1989
+ template: '<ng-content></ng-content>',
1990
+ }]
1991
+ }], propDecorators: { className: [{
1992
+ type: HostBinding,
1993
+ args: ['class']
1994
+ }] } });
1995
+
1996
+ /* eslint-disable @angular-eslint/component-selector */
2464
1997
  class EuimHeaderDetailsIconComponent {
2465
1998
  constructor() {
2466
- this.string = 'euim-header-details__icon';
2467
- }
2468
- }
2469
- /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵfac = function EuimHeaderDetailsIconComponent_Factory(t) { return new (t || EuimHeaderDetailsIconComponent)(); };
2470
- /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsIconComponent, selectors: [["", "euimHeaderDetailsIcon", ""]], hostVars: 2, hostBindings: function EuimHeaderDetailsIconComponent_HostBindings(rf, ctx) { if (rf & 2) {
2471
- i0.ɵɵclassMap(ctx.string);
2472
- } }, attrs: _c0$9, ngContentSelectors: _c1$6, decls: 1, vars: 0, template: function EuimHeaderDetailsIconComponent_Template(rf, ctx) { if (rf & 1) {
2473
- i0.ɵɵprojectionDef();
2474
- i0.ɵɵprojection(0);
2475
- } }, encapsulation: 2 });
2476
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsIconComponent, [{
2477
- type: Component,
2478
- args: [{
2479
- selector: '[euimHeaderDetailsIcon]',
2480
- template: '<ng-content></ng-content>',
2481
- }]
2482
- }], null, { string: [{
2483
- type: HostBinding,
2484
- args: ['class']
2485
- }] }); })();
1999
+ this.className = 'euim-header-details__icon';
2000
+ }
2001
+ }
2002
+ /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2003
+ /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimHeaderDetailsIconComponent, selector: "[euimHeaderDetailsIcon]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2004
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsIconComponent, decorators: [{
2005
+ type: Component,
2006
+ args: [{
2007
+ selector: '[euimHeaderDetailsIcon]',
2008
+ template: '<ng-content></ng-content>',
2009
+ }]
2010
+ }], propDecorators: { className: [{
2011
+ type: HostBinding,
2012
+ args: ['class']
2013
+ }] } });
2486
2014
 
2487
2015
  const COMPONENTS$3 = [
2488
2016
  EuimHeaderDetailsComponent,
@@ -2492,35 +2020,33 @@ const COMPONENTS$3 = [
2492
2020
  ];
2493
2021
  class EuimHeaderDetailsModule {
2494
2022
  }
2495
- /** @nocollapse */ EuimHeaderDetailsModule.ɵfac = function EuimHeaderDetailsModule_Factory(t) { return new (t || EuimHeaderDetailsModule)(); };
2496
- /** @nocollapse */ EuimHeaderDetailsModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimHeaderDetailsModule });
2497
- /** @nocollapse */ EuimHeaderDetailsModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2498
- IonicModule] });
2499
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsModule, [{
2500
- type: NgModule,
2501
- args: [{
2502
- imports: [
2503
- CommonModule,
2504
- IonicModule,
2505
- ],
2506
- exports: [
2507
- ...COMPONENTS$3,
2508
- ],
2509
- declarations: [
2510
- ...COMPONENTS$3,
2511
- ],
2512
- }]
2513
- }], null, null); })();
2514
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimHeaderDetailsModule, { declarations: [EuimHeaderDetailsComponent,
2023
+ /** @nocollapse */ EuimHeaderDetailsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2024
+ /** @nocollapse */ EuimHeaderDetailsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, declarations: [EuimHeaderDetailsComponent,
2515
2025
  EuimHeaderDetailsTitleComponent,
2516
2026
  EuimHeaderDetailsMetaComponent,
2517
2027
  EuimHeaderDetailsIconComponent], imports: [CommonModule,
2518
2028
  IonicModule], exports: [EuimHeaderDetailsComponent,
2519
2029
  EuimHeaderDetailsTitleComponent,
2520
2030
  EuimHeaderDetailsMetaComponent,
2521
- EuimHeaderDetailsIconComponent] }); })();
2031
+ EuimHeaderDetailsIconComponent] });
2032
+ /** @nocollapse */ EuimHeaderDetailsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, imports: [CommonModule,
2033
+ IonicModule] });
2034
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, decorators: [{
2035
+ type: NgModule,
2036
+ args: [{
2037
+ imports: [
2038
+ CommonModule,
2039
+ IonicModule,
2040
+ ],
2041
+ exports: [
2042
+ ...COMPONENTS$3,
2043
+ ],
2044
+ declarations: [
2045
+ ...COMPONENTS$3,
2046
+ ],
2047
+ }]
2048
+ }] });
2522
2049
 
2523
- const _c0$8 = ["*"];
2524
2050
  class EuimAvatarComponent extends EuimBaseDirective {
2525
2051
  get cssClasses() {
2526
2052
  return this.getCssClasses();
@@ -2531,70 +2057,53 @@ class EuimAvatarComponent extends EuimBaseDirective {
2531
2057
  ].join(' ');
2532
2058
  }
2533
2059
  }
2534
- /** @nocollapse */ EuimAvatarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimAvatarComponent_BaseFactory; return function EuimAvatarComponent_Factory(t) { return (ɵEuimAvatarComponent_BaseFactory || (ɵEuimAvatarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimAvatarComponent)))(t || EuimAvatarComponent); }; }();
2535
- /** @nocollapse */ EuimAvatarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarComponent, selectors: [["euim-avatar"]], hostVars: 2, hostBindings: function EuimAvatarComponent_HostBindings(rf, ctx) { if (rf & 2) {
2536
- i0.ɵɵclassMap(ctx.cssClasses);
2537
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$8, decls: 1, vars: 0, template: function EuimAvatarComponent_Template(rf, ctx) { if (rf & 1) {
2538
- i0.ɵɵprojectionDef();
2539
- i0.ɵɵprojection(0);
2540
- } }, styles: [".euim-avatar{display:inline-flex}.euim-avatar__sub-icon{z-index:99;display:inline-flex;margin-top:35%;margin-left:-25%;color:red}\n"], encapsulation: 2 });
2541
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarComponent, [{
2542
- type: Component,
2543
- args: [{ selector: 'euim-avatar', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-avatar{display:inline-flex}.euim-avatar__sub-icon{z-index:99;display:inline-flex;margin-top:35%;margin-left:-25%;color:red}\n"] }]
2544
- }], null, { cssClasses: [{
2545
- type: HostBinding,
2546
- args: ['class']
2547
- }] }); })();
2548
-
2549
- const _c0$7 = ["euimAvatarMainIcon", ""];
2550
- const _c1$5 = ["*"];
2060
+ /** @nocollapse */ EuimAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
2061
+ /** @nocollapse */ EuimAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAvatarComponent, selector: "euim-avatar", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-avatar{display:inline-flex}.euim-avatar__sub-icon{z-index:99;display:inline-flex;margin-top:35%;margin-left:-25%;color:red}\n"], encapsulation: i0.ViewEncapsulation.None });
2062
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarComponent, decorators: [{
2063
+ type: Component,
2064
+ args: [{ selector: 'euim-avatar', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-avatar{display:inline-flex}.euim-avatar__sub-icon{z-index:99;display:inline-flex;margin-top:35%;margin-left:-25%;color:red}\n"] }]
2065
+ }], propDecorators: { cssClasses: [{
2066
+ type: HostBinding,
2067
+ args: ['class']
2068
+ }] } });
2069
+
2070
+ /* eslint-disable @angular-eslint/component-selector */
2551
2071
  class EuimAvatarMainIconComponent {
2552
2072
  constructor() {
2553
- this.string = 'euim-avatar__main-icon';
2554
- }
2555
- }
2556
- /** @nocollapse */ EuimAvatarMainIconComponent.ɵfac = function EuimAvatarMainIconComponent_Factory(t) { return new (t || EuimAvatarMainIconComponent)(); };
2557
- /** @nocollapse */ EuimAvatarMainIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarMainIconComponent, selectors: [["", "euimAvatarMainIcon", ""]], hostVars: 2, hostBindings: function EuimAvatarMainIconComponent_HostBindings(rf, ctx) { if (rf & 2) {
2558
- i0.ɵɵclassMap(ctx.string);
2559
- } }, attrs: _c0$7, ngContentSelectors: _c1$5, decls: 1, vars: 0, template: function EuimAvatarMainIconComponent_Template(rf, ctx) { if (rf & 1) {
2560
- i0.ɵɵprojectionDef();
2561
- i0.ɵɵprojection(0);
2562
- } }, encapsulation: 2 });
2563
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarMainIconComponent, [{
2564
- type: Component,
2565
- args: [{
2566
- selector: '[euimAvatarMainIcon]',
2567
- template: '<ng-content></ng-content>',
2568
- }]
2569
- }], null, { string: [{
2570
- type: HostBinding,
2571
- args: ['class']
2572
- }] }); })();
2573
-
2574
- const _c0$6 = ["euimAvatarSubIcon", ""];
2575
- const _c1$4 = ["*"];
2073
+ this.className = 'euim-avatar__main-icon';
2074
+ }
2075
+ }
2076
+ /** @nocollapse */ EuimAvatarMainIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarMainIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2077
+ /** @nocollapse */ EuimAvatarMainIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAvatarMainIconComponent, selector: "[euimAvatarMainIcon]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2078
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarMainIconComponent, decorators: [{
2079
+ type: Component,
2080
+ args: [{
2081
+ selector: '[euimAvatarMainIcon]',
2082
+ template: '<ng-content></ng-content>',
2083
+ }]
2084
+ }], propDecorators: { className: [{
2085
+ type: HostBinding,
2086
+ args: ['class']
2087
+ }] } });
2088
+
2089
+ /* eslint-disable @angular-eslint/component-selector */
2576
2090
  class EuimAvatarSubIconComponent {
2577
2091
  constructor() {
2578
- this.string = 'euim-avatar__sub-icon';
2579
- }
2580
- }
2581
- /** @nocollapse */ EuimAvatarSubIconComponent.ɵfac = function EuimAvatarSubIconComponent_Factory(t) { return new (t || EuimAvatarSubIconComponent)(); };
2582
- /** @nocollapse */ EuimAvatarSubIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarSubIconComponent, selectors: [["", "euimAvatarSubIcon", ""]], hostVars: 2, hostBindings: function EuimAvatarSubIconComponent_HostBindings(rf, ctx) { if (rf & 2) {
2583
- i0.ɵɵclassMap(ctx.string);
2584
- } }, attrs: _c0$6, ngContentSelectors: _c1$4, decls: 1, vars: 0, template: function EuimAvatarSubIconComponent_Template(rf, ctx) { if (rf & 1) {
2585
- i0.ɵɵprojectionDef();
2586
- i0.ɵɵprojection(0);
2587
- } }, encapsulation: 2 });
2588
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarSubIconComponent, [{
2589
- type: Component,
2590
- args: [{
2591
- selector: '[euimAvatarSubIcon]',
2592
- template: '<ng-content></ng-content>',
2593
- }]
2594
- }], null, { string: [{
2595
- type: HostBinding,
2596
- args: ['class']
2597
- }] }); })();
2092
+ this.className = 'euim-avatar__sub-icon';
2093
+ }
2094
+ }
2095
+ /** @nocollapse */ EuimAvatarSubIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarSubIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2096
+ /** @nocollapse */ EuimAvatarSubIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimAvatarSubIconComponent, selector: "[euimAvatarSubIcon]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2097
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarSubIconComponent, decorators: [{
2098
+ type: Component,
2099
+ args: [{
2100
+ selector: '[euimAvatarSubIcon]',
2101
+ template: '<ng-content></ng-content>',
2102
+ }]
2103
+ }], propDecorators: { className: [{
2104
+ type: HostBinding,
2105
+ args: ['class']
2106
+ }] } });
2598
2107
 
2599
2108
  const COMPONENTS$2 = [
2600
2109
  EuimAvatarComponent,
@@ -2603,33 +2112,31 @@ const COMPONENTS$2 = [
2603
2112
  ];
2604
2113
  class EuimAvatarModule {
2605
2114
  }
2606
- /** @nocollapse */ EuimAvatarModule.ɵfac = function EuimAvatarModule_Factory(t) { return new (t || EuimAvatarModule)(); };
2607
- /** @nocollapse */ EuimAvatarModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAvatarModule });
2608
- /** @nocollapse */ EuimAvatarModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2609
- IonicModule] });
2610
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarModule, [{
2611
- type: NgModule,
2612
- args: [{
2613
- imports: [
2614
- CommonModule,
2615
- IonicModule,
2616
- ],
2617
- exports: [
2618
- ...COMPONENTS$2,
2619
- ],
2620
- declarations: [
2621
- ...COMPONENTS$2,
2622
- ],
2623
- }]
2624
- }], null, null); })();
2625
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAvatarModule, { declarations: [EuimAvatarComponent,
2115
+ /** @nocollapse */ EuimAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2116
+ /** @nocollapse */ EuimAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, declarations: [EuimAvatarComponent,
2626
2117
  EuimAvatarSubIconComponent,
2627
2118
  EuimAvatarMainIconComponent], imports: [CommonModule,
2628
2119
  IonicModule], exports: [EuimAvatarComponent,
2629
2120
  EuimAvatarSubIconComponent,
2630
- EuimAvatarMainIconComponent] }); })();
2121
+ EuimAvatarMainIconComponent] });
2122
+ /** @nocollapse */ EuimAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, imports: [CommonModule,
2123
+ IonicModule] });
2124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, decorators: [{
2125
+ type: NgModule,
2126
+ args: [{
2127
+ imports: [
2128
+ CommonModule,
2129
+ IonicModule,
2130
+ ],
2131
+ exports: [
2132
+ ...COMPONENTS$2,
2133
+ ],
2134
+ declarations: [
2135
+ ...COMPONENTS$2,
2136
+ ],
2137
+ }]
2138
+ }] });
2631
2139
 
2632
- const _c0$5 = ["*"];
2633
2140
  class EuimInfoScreenComponent extends EuimBaseDirective {
2634
2141
  get cssClasses() {
2635
2142
  return this.getCssClasses();
@@ -2640,95 +2147,72 @@ class EuimInfoScreenComponent extends EuimBaseDirective {
2640
2147
  ].join(' ');
2641
2148
  }
2642
2149
  }
2643
- /** @nocollapse */ EuimInfoScreenComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimInfoScreenComponent_BaseFactory; return function EuimInfoScreenComponent_Factory(t) { return (ɵEuimInfoScreenComponent_BaseFactory || (ɵEuimInfoScreenComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimInfoScreenComponent)))(t || EuimInfoScreenComponent); }; }();
2644
- /** @nocollapse */ EuimInfoScreenComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenComponent, selectors: [["euim-info-screen"]], hostVars: 2, hostBindings: function EuimInfoScreenComponent_HostBindings(rf, ctx) { if (rf & 2) {
2645
- i0.ɵɵclassMap(ctx.cssClasses);
2646
- } }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$5, decls: 1, vars: 0, template: function EuimInfoScreenComponent_Template(rf, ctx) { if (rf & 1) {
2647
- i0.ɵɵprojectionDef();
2648
- i0.ɵɵprojection(0);
2649
- } }, styles: [".euim-info-screen__title{font-size:var(--eui-base-font-size-3xl);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-xl);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__meta{font-size:var(--eui-base-font-size-l);color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__meta,title+.euim-info-screen__meta{margin-top:var(--eui-base-spacing-m)}\n"], encapsulation: 2, changeDetection: 0 });
2650
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenComponent, [{
2651
- type: Component,
2652
- args: [{ selector: 'euim-info-screen', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font-size:var(--eui-base-font-size-3xl);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-xl);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__meta{font-size:var(--eui-base-font-size-l);color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__meta,title+.euim-info-screen__meta{margin-top:var(--eui-base-spacing-m)}\n"] }]
2653
- }], null, { cssClasses: [{
2654
- type: HostBinding,
2655
- args: ['class']
2656
- }] }); })();
2657
-
2658
- const _c0$4 = ["euimInfoScreenMeta", ""];
2659
- const _c1$3 = ["*"];
2150
+ /** @nocollapse */ EuimInfoScreenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
2151
+ /** @nocollapse */ EuimInfoScreenComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimInfoScreenComponent, selector: "euim-info-screen", host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font-size:var(--eui-base-font-size-3xl);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-xl);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__meta{font-size:var(--eui-base-font-size-l);color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__meta,title+.euim-info-screen__meta{margin-top:var(--eui-base-spacing-m)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2152
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenComponent, decorators: [{
2153
+ type: Component,
2154
+ args: [{ selector: 'euim-info-screen', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font-size:var(--eui-base-font-size-3xl);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-xl);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__meta{font-size:var(--eui-base-font-size-l);color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__meta,title+.euim-info-screen__meta{margin-top:var(--eui-base-spacing-m)}\n"] }]
2155
+ }], propDecorators: { cssClasses: [{
2156
+ type: HostBinding,
2157
+ args: ['class']
2158
+ }] } });
2159
+
2160
+ /* eslint-disable @angular-eslint/component-selector */
2660
2161
  class EuimInfoScreenMetaComponent {
2661
2162
  constructor() {
2662
- this.string = 'euim-info-screen__meta';
2663
- }
2664
- }
2665
- /** @nocollapse */ EuimInfoScreenMetaComponent.ɵfac = function EuimInfoScreenMetaComponent_Factory(t) { return new (t || EuimInfoScreenMetaComponent)(); };
2666
- /** @nocollapse */ EuimInfoScreenMetaComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenMetaComponent, selectors: [["", "euimInfoScreenMeta", ""]], hostVars: 2, hostBindings: function EuimInfoScreenMetaComponent_HostBindings(rf, ctx) { if (rf & 2) {
2667
- i0.ɵɵclassMap(ctx.string);
2668
- } }, attrs: _c0$4, ngContentSelectors: _c1$3, decls: 1, vars: 0, template: function EuimInfoScreenMetaComponent_Template(rf, ctx) { if (rf & 1) {
2669
- i0.ɵɵprojectionDef();
2670
- i0.ɵɵprojection(0);
2671
- } }, encapsulation: 2 });
2672
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenMetaComponent, [{
2673
- type: Component,
2674
- args: [{
2675
- selector: '[euimInfoScreenMeta]',
2676
- template: '<ng-content></ng-content>',
2677
- }]
2678
- }], null, { string: [{
2679
- type: HostBinding,
2680
- args: ['class']
2681
- }] }); })();
2682
-
2683
- const _c0$3 = ["euimInfoScreenTitle", ""];
2684
- const _c1$2 = ["*"];
2163
+ this.className = 'euim-info-screen__meta';
2164
+ }
2165
+ }
2166
+ /** @nocollapse */ EuimInfoScreenMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2167
+ /** @nocollapse */ EuimInfoScreenMetaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimInfoScreenMetaComponent, selector: "[euimInfoScreenMeta]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenMetaComponent, decorators: [{
2169
+ type: Component,
2170
+ args: [{
2171
+ selector: '[euimInfoScreenMeta]',
2172
+ template: '<ng-content></ng-content>',
2173
+ }]
2174
+ }], propDecorators: { className: [{
2175
+ type: HostBinding,
2176
+ args: ['class']
2177
+ }] } });
2178
+
2179
+ /* eslint-disable @angular-eslint/component-selector */
2685
2180
  class EuimInfoScreenTitleComponent {
2686
2181
  constructor() {
2687
- this.string = 'euim-info-screen__title';
2688
- }
2689
- }
2690
- /** @nocollapse */ EuimInfoScreenTitleComponent.ɵfac = function EuimInfoScreenTitleComponent_Factory(t) { return new (t || EuimInfoScreenTitleComponent)(); };
2691
- /** @nocollapse */ EuimInfoScreenTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenTitleComponent, selectors: [["", "euimInfoScreenTitle", ""]], hostVars: 2, hostBindings: function EuimInfoScreenTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
2692
- i0.ɵɵclassMap(ctx.string);
2693
- } }, attrs: _c0$3, ngContentSelectors: _c1$2, decls: 1, vars: 0, template: function EuimInfoScreenTitleComponent_Template(rf, ctx) { if (rf & 1) {
2694
- i0.ɵɵprojectionDef();
2695
- i0.ɵɵprojection(0);
2696
- } }, encapsulation: 2 });
2697
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenTitleComponent, [{
2698
- type: Component,
2699
- args: [{
2700
- selector: '[euimInfoScreenTitle]',
2701
- template: '<ng-content></ng-content>',
2702
- }]
2703
- }], null, { string: [{
2704
- type: HostBinding,
2705
- args: ['class']
2706
- }] }); })();
2707
-
2708
- const _c0$2 = ["euimInfoScreenSubTitle", ""];
2709
- const _c1$1 = ["*"];
2182
+ this.className = 'euim-info-screen__title';
2183
+ }
2184
+ }
2185
+ /** @nocollapse */ EuimInfoScreenTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2186
+ /** @nocollapse */ EuimInfoScreenTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimInfoScreenTitleComponent, selector: "[euimInfoScreenTitle]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2187
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenTitleComponent, decorators: [{
2188
+ type: Component,
2189
+ args: [{
2190
+ selector: '[euimInfoScreenTitle]',
2191
+ template: '<ng-content></ng-content>',
2192
+ }]
2193
+ }], propDecorators: { className: [{
2194
+ type: HostBinding,
2195
+ args: ['class']
2196
+ }] } });
2197
+
2198
+ /* eslint-disable @angular-eslint/component-selector */
2710
2199
  class EuimInfoScreenSubTitleComponent {
2711
2200
  constructor() {
2712
- this.string = 'euim-info-screen__sub-title';
2713
- }
2714
- }
2715
- /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵfac = function EuimInfoScreenSubTitleComponent_Factory(t) { return new (t || EuimInfoScreenSubTitleComponent)(); };
2716
- /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenSubTitleComponent, selectors: [["", "euimInfoScreenSubTitle", ""]], hostVars: 2, hostBindings: function EuimInfoScreenSubTitleComponent_HostBindings(rf, ctx) { if (rf & 2) {
2717
- i0.ɵɵclassMap(ctx.string);
2718
- } }, attrs: _c0$2, ngContentSelectors: _c1$1, decls: 1, vars: 0, template: function EuimInfoScreenSubTitleComponent_Template(rf, ctx) { if (rf & 1) {
2719
- i0.ɵɵprojectionDef();
2720
- i0.ɵɵprojection(0);
2721
- } }, encapsulation: 2 });
2722
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenSubTitleComponent, [{
2723
- type: Component,
2724
- args: [{
2725
- selector: '[euimInfoScreenSubTitle]',
2726
- template: '<ng-content></ng-content>',
2727
- }]
2728
- }], null, { string: [{
2729
- type: HostBinding,
2730
- args: ['class']
2731
- }] }); })();
2201
+ this.className = 'euim-info-screen__sub-title';
2202
+ }
2203
+ }
2204
+ /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenSubTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2205
+ /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimInfoScreenSubTitleComponent, selector: "[euimInfoScreenSubTitle]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true });
2206
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenSubTitleComponent, decorators: [{
2207
+ type: Component,
2208
+ args: [{
2209
+ selector: '[euimInfoScreenSubTitle]',
2210
+ template: '<ng-content></ng-content>',
2211
+ }]
2212
+ }], propDecorators: { className: [{
2213
+ type: HostBinding,
2214
+ args: ['class']
2215
+ }] } });
2732
2216
 
2733
2217
  const COMPONENTS$1 = [
2734
2218
  EuimInfoScreenComponent,
@@ -2738,76 +2222,41 @@ const COMPONENTS$1 = [
2738
2222
  ];
2739
2223
  class EuimInfoScreenModule {
2740
2224
  }
2741
- /** @nocollapse */ EuimInfoScreenModule.ɵfac = function EuimInfoScreenModule_Factory(t) { return new (t || EuimInfoScreenModule)(); };
2742
- /** @nocollapse */ EuimInfoScreenModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimInfoScreenModule });
2743
- /** @nocollapse */ EuimInfoScreenModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2744
- IonicModule] });
2745
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenModule, [{
2746
- type: NgModule,
2747
- args: [{
2748
- imports: [
2749
- CommonModule,
2750
- IonicModule,
2751
- ],
2752
- exports: [
2753
- ...COMPONENTS$1,
2754
- ],
2755
- declarations: [
2756
- ...COMPONENTS$1,
2757
- ],
2758
- }]
2759
- }], null, null); })();
2760
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimInfoScreenModule, { declarations: [EuimInfoScreenComponent,
2225
+ /** @nocollapse */ EuimInfoScreenModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2226
+ /** @nocollapse */ EuimInfoScreenModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, declarations: [EuimInfoScreenComponent,
2761
2227
  EuimInfoScreenTitleComponent,
2762
2228
  EuimInfoScreenMetaComponent,
2763
2229
  EuimInfoScreenSubTitleComponent], imports: [CommonModule,
2764
2230
  IonicModule], exports: [EuimInfoScreenComponent,
2765
2231
  EuimInfoScreenTitleComponent,
2766
2232
  EuimInfoScreenMetaComponent,
2767
- EuimInfoScreenSubTitleComponent] }); })();
2768
-
2769
- const _c0$1 = ["slides"];
2770
- const _c1 = function (a0) { return { "active": a0 }; };
2771
- function EuimSliderComponent_span_7_Template(rf, ctx) { if (rf & 1) {
2772
- const _r8 = i0.ɵɵgetCurrentView();
2773
- i0.ɵɵelementStart(0, "span", 8);
2774
- i0.ɵɵlistener("click", function EuimSliderComponent_span_7_Template_span_click_0_listener() { const restoredCtx = i0.ɵɵrestoreView(_r8); const i_r6 = restoredCtx.index; const ctx_r7 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r7.goToSlide(i_r6)); });
2775
- i0.ɵɵelementEnd();
2776
- } if (rf & 2) {
2777
- const i_r6 = ctx.index;
2778
- const ctx_r2 = i0.ɵɵnextContext();
2779
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c1, ctx_r2.currentSlide === i_r6));
2780
- } }
2781
- function EuimSliderComponent_ion_button_8_Template(rf, ctx) { if (rf & 1) {
2782
- const _r10 = i0.ɵɵgetCurrentView();
2783
- i0.ɵɵelementStart(0, "ion-button", 9);
2784
- i0.ɵɵlistener("click", function EuimSliderComponent_ion_button_8_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r10); const ctx_r9 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r9.onAction($event)); });
2785
- i0.ɵɵtext(1);
2786
- i0.ɵɵelementEnd();
2787
- } if (rf & 2) {
2788
- const ctx_r3 = i0.ɵɵnextContext();
2789
- i0.ɵɵadvance(1);
2790
- i0.ɵɵtextInterpolate(ctx_r3.actionBtnNames.action_btn_name);
2791
- } }
2792
- function EuimSliderComponent_ion_button_9_Template(rf, ctx) { if (rf & 1) {
2793
- const _r12 = i0.ɵɵgetCurrentView();
2794
- i0.ɵɵelementStart(0, "ion-button", 9);
2795
- i0.ɵɵlistener("click", function EuimSliderComponent_ion_button_9_Template_ion_button_click_0_listener($event) { i0.ɵɵrestoreView(_r12); const ctx_r11 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r11.onLastStepAction($event)); });
2796
- i0.ɵɵtext(1);
2797
- i0.ɵɵelementEnd();
2798
- } if (rf & 2) {
2799
- const ctx_r4 = i0.ɵɵnextContext();
2800
- i0.ɵɵadvance(1);
2801
- i0.ɵɵtextInterpolate(ctx_r4.actionBtnNames.last_step_action_btn_name);
2802
- } }
2803
- const _c2 = ["*"];
2233
+ EuimInfoScreenSubTitleComponent] });
2234
+ /** @nocollapse */ EuimInfoScreenModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, imports: [CommonModule,
2235
+ IonicModule] });
2236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, decorators: [{
2237
+ type: NgModule,
2238
+ args: [{
2239
+ imports: [
2240
+ CommonModule,
2241
+ IonicModule,
2242
+ ],
2243
+ exports: [
2244
+ ...COMPONENTS$1,
2245
+ ],
2246
+ declarations: [
2247
+ ...COMPONENTS$1,
2248
+ ],
2249
+ }]
2250
+ }] });
2251
+
2804
2252
  class EuimSliderComponent {
2805
2253
  constructor(renderer, gestureCtrl, sliderElement, cdr) {
2806
2254
  this.renderer = renderer;
2807
2255
  this.gestureCtrl = gestureCtrl;
2808
2256
  this.sliderElement = sliderElement;
2809
2257
  this.cdr = cdr;
2810
- this._actionBtnNames = { 'action_btn_name': 'Skip', 'last_step_action_btn_name': 'Done' };
2258
+ this._actionBtnNames = { action_btn_name: 'Skip',
2259
+ last_step_action_btn_name: 'Done' };
2811
2260
  this.actionClicked = new EventEmitter();
2812
2261
  this.lastStepActionClicked = new EventEmitter();
2813
2262
  this.slidesArray = [];
@@ -2848,7 +2297,9 @@ class EuimSliderComponent {
2848
2297
  const gesture = this.gestureCtrl.create({
2849
2298
  el: this.sliderElement.nativeElement,
2850
2299
  gestureName: 'on-gesture-end',
2851
- onEnd: (event) => { this.handleTouchEnd(event); },
2300
+ onEnd: (event) => {
2301
+ this.handleTouchEnd(event);
2302
+ },
2852
2303
  });
2853
2304
  gesture.enable();
2854
2305
  }
@@ -2871,11 +2322,9 @@ class EuimSliderComponent {
2871
2322
  this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
2872
2323
  this.cdr.detectChanges();
2873
2324
  }
2874
- // for future implementation
2875
2325
  goToSlide(index) {
2876
- // this.currentSlide = index;
2877
- // this.renderer.setStyle(this.slides.nativeElement,
2878
- // 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
2326
+ this.currentSlide = index;
2327
+ this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
2879
2328
  }
2880
2329
  onAction(event) {
2881
2330
  this.actionClicked.emit(event);
@@ -2884,77 +2333,46 @@ class EuimSliderComponent {
2884
2333
  this.lastStepActionClicked.emit(event);
2885
2334
  }
2886
2335
  }
2887
- /** @nocollapse */ EuimSliderComponent.ɵfac = function EuimSliderComponent_Factory(t) { return new (t || EuimSliderComponent)(i0.ɵɵdirectiveInject(i0.Renderer2), i0.ɵɵdirectiveInject(i1.GestureController), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
2888
- /** @nocollapse */ EuimSliderComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSliderComponent, selectors: [["euim-slider"]], viewQuery: function EuimSliderComponent_Query(rf, ctx) { if (rf & 1) {
2889
- i0.ɵɵviewQuery(_c0$1, 7);
2890
- } if (rf & 2) {
2891
- let _t;
2892
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.slides = _t.first);
2893
- } }, hostVars: 2, hostBindings: function EuimSliderComponent_HostBindings(rf, ctx) { if (rf & 2) {
2894
- i0.ɵɵclassMap(ctx.cssClasses);
2895
- } }, inputs: { actionBtnNames: "actionBtnNames" }, outputs: { actionClicked: "actionClicked", lastStepActionClicked: "lastStepActionClicked" }, ngContentSelectors: _c2, decls: 10, vars: 3, consts: [[1, "euim-slider__slider-container"], ["sliderElement", ""], [1, "euim-slider__slides"], ["slides", ""], [1, "euim-slider__pagination-container"], [1, "euim-slider__pagination"], ["class", "euim-slider__span", 3, "ngClass", "click", 4, "ngFor", "ngForOf"], ["fill", "clear", "class", "euim-slider__action-button", 3, "click", 4, "ngIf"], [1, "euim-slider__span", 3, "ngClass", "click"], ["fill", "clear", 1, "euim-slider__action-button", 3, "click"]], template: function EuimSliderComponent_Template(rf, ctx) { if (rf & 1) {
2896
- i0.ɵɵprojectionDef();
2897
- i0.ɵɵelementStart(0, "div", 0, 1)(2, "div", 2, 3);
2898
- i0.ɵɵprojection(4);
2899
- i0.ɵɵelementEnd();
2900
- i0.ɵɵelementStart(5, "div", 4)(6, "div", 5);
2901
- i0.ɵɵtemplate(7, EuimSliderComponent_span_7_Template, 1, 3, "span", 6);
2902
- i0.ɵɵelementEnd();
2903
- i0.ɵɵtemplate(8, EuimSliderComponent_ion_button_8_Template, 2, 1, "ion-button", 7);
2904
- i0.ɵɵtemplate(9, EuimSliderComponent_ion_button_9_Template, 2, 1, "ion-button", 7);
2905
- i0.ɵɵelementEnd()();
2906
- } if (rf & 2) {
2907
- i0.ɵɵadvance(7);
2908
- i0.ɵɵproperty("ngForOf", ctx.slidesArray);
2909
- i0.ɵɵadvance(1);
2910
- i0.ɵɵproperty("ngIf", !ctx.isLastItemReached);
2911
- i0.ɵɵadvance(1);
2912
- i0.ɵɵproperty("ngIf", ctx.isLastItemReached);
2913
- } }, dependencies: [i2$1.NgClass, i2$1.NgForOf, i2$1.NgIf, i1.IonButton], styles: [".euim-slider__slider-container[_ngcontent-%COMP%]{overflow:hidden;position:relative;height:100vh}.euim-slider__slides[_ngcontent-%COMP%]{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider__slide[_ngcontent-%COMP%]{width:100%;height:100%}.euim-slider__pagination-container[_ngcontent-%COMP%]{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:50px}.euim-slider__pagination[_ngcontent-%COMP%]{display:flex}.euim-slider__span[_ngcontent-%COMP%]{width:var(--eui-base-spacing-s);height:var(--eui-base-spacing-s);border-radius:50%;margin:0 var(--eui-base-spacing-xs);background-color:var(--eui-base-color-grey-20);cursor:pointer}.euim-slider__span.active[_ngcontent-%COMP%]{background-color:var(--eui-base-color-primary)}.euim-slider__action-button[_ngcontent-%COMP%]{margin-left:var(--eui-base-spacing-m);position:absolute;right:0}"] });
2914
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSliderComponent, [{
2915
- type: Component,
2916
- args: [{ selector: 'euim-slider', template: "<div class=\"euim-slider__slider-container\" #sliderElement>\n <div class=\"euim-slider__slides\" #slides>\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <div class=\"euim-slider__pagination\">\n <span class=\"euim-slider__span\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n (click)=\"goToSlide(i)\"></span>\n </div>\n <ion-button *ngIf=!isLastItemReached fill=\"clear\" class=\"euim-slider__action-button\"\n (click)=\"onAction($event)\">{{actionBtnNames.action_btn_name}}</ion-button>\n <ion-button *ngIf=isLastItemReached fill=\"clear\" class=\"euim-slider__action-button\"\n (click)=\"onLastStepAction($event)\">{{actionBtnNames.last_step_action_btn_name}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider__slides{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider__slide{width:100%;height:100%}.euim-slider__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:50px}.euim-slider__pagination{display:flex}.euim-slider__span{width:var(--eui-base-spacing-s);height:var(--eui-base-spacing-s);border-radius:50%;margin:0 var(--eui-base-spacing-xs);background-color:var(--eui-base-color-grey-20);cursor:pointer}.euim-slider__span.active{background-color:var(--eui-base-color-primary)}.euim-slider__action-button{margin-left:var(--eui-base-spacing-m);position:absolute;right:0}\n"] }]
2917
- }], function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, { slides: [{
2918
- type: ViewChild,
2919
- args: ['slides', { static: true }]
2920
- }], actionBtnNames: [{
2921
- type: Input
2922
- }], actionClicked: [{
2923
- type: Output
2924
- }], lastStepActionClicked: [{
2925
- type: Output
2926
- }], cssClasses: [{
2927
- type: HostBinding,
2928
- args: ['class']
2929
- }] }); })();
2930
-
2931
- const _c0 = ["*"];
2336
+ /** @nocollapse */ EuimSliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderComponent, deps: [{ token: i0.Renderer2 }, { token: i1.GestureController }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2337
+ /** @nocollapse */ EuimSliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimSliderComponent, selector: "euim-slider", inputs: { actionBtnNames: "actionBtnNames" }, outputs: { actionClicked: "actionClicked", lastStepActionClicked: "lastStepActionClicked" }, host: { properties: { "class": "this.cssClasses" } }, viewQueries: [{ propertyName: "slides", first: true, predicate: ["slides"], descendants: true, static: true }], ngImport: i0, template: "<div class=\"euim-slider__slider-container\" #sliderElement>\n <div class=\"euim-slider__slides\" #slides>\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <div class=\"euim-slider__pagination\">\n <span class=\"euim-slider__span\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n (click)=\"goToSlide(i)\"></span>\n </div>\n <ion-button *ngIf=!isLastItemReached fill=\"clear\" class=\"euim-slider__action-button\"\n (click)=\"onAction($event)\">{{actionBtnNames.action_btn_name}}</ion-button>\n <ion-button *ngIf=isLastItemReached fill=\"clear\" class=\"euim-slider__action-button\"\n (click)=\"onLastStepAction($event)\">{{actionBtnNames.last_step_action_btn_name}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider__slides{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider__slide{width:100%;height:100%}.euim-slider__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:50px}.euim-slider__pagination{display:flex}.euim-slider__span{width:var(--eui-base-spacing-s);height:var(--eui-base-spacing-s);border-radius:50%;margin:0 var(--eui-base-spacing-xs);background-color:var(--eui-base-color-grey-20);cursor:pointer}.euim-slider__span.active{background-color:var(--eui-base-color-primary)}.euim-slider__action-button{margin-left:var(--eui-base-spacing-m);position:absolute;right:0}\n"], dependencies: [{ kind: "directive", type: i2$1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2$1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }] });
2338
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderComponent, decorators: [{
2339
+ type: Component,
2340
+ args: [{ selector: 'euim-slider', template: "<div class=\"euim-slider__slider-container\" #sliderElement>\n <div class=\"euim-slider__slides\" #slides>\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <div class=\"euim-slider__pagination\">\n <span class=\"euim-slider__span\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n (click)=\"goToSlide(i)\"></span>\n </div>\n <ion-button *ngIf=!isLastItemReached fill=\"clear\" class=\"euim-slider__action-button\"\n (click)=\"onAction($event)\">{{actionBtnNames.action_btn_name}}</ion-button>\n <ion-button *ngIf=isLastItemReached fill=\"clear\" class=\"euim-slider__action-button\"\n (click)=\"onLastStepAction($event)\">{{actionBtnNames.last_step_action_btn_name}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider__slides{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider__slide{width:100%;height:100%}.euim-slider__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:50px}.euim-slider__pagination{display:flex}.euim-slider__span{width:var(--eui-base-spacing-s);height:var(--eui-base-spacing-s);border-radius:50%;margin:0 var(--eui-base-spacing-xs);background-color:var(--eui-base-color-grey-20);cursor:pointer}.euim-slider__span.active{background-color:var(--eui-base-color-primary)}.euim-slider__action-button{margin-left:var(--eui-base-spacing-m);position:absolute;right:0}\n"] }]
2341
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { slides: [{
2342
+ type: ViewChild,
2343
+ args: ['slides', { static: true }]
2344
+ }], actionBtnNames: [{
2345
+ type: Input
2346
+ }], actionClicked: [{
2347
+ type: Output
2348
+ }], lastStepActionClicked: [{
2349
+ type: Output
2350
+ }], cssClasses: [{
2351
+ type: HostBinding,
2352
+ args: ['class']
2353
+ }] } });
2354
+
2932
2355
  class EuimSlideComponent {
2933
2356
  constructor() {
2934
- this.string = 'euim-slider__slide';
2935
- }
2936
- }
2937
- /** @nocollapse */ EuimSlideComponent.ɵfac = function EuimSlideComponent_Factory(t) { return new (t || EuimSlideComponent)(); };
2938
- /** @nocollapse */ EuimSlideComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSlideComponent, selectors: [["euim-slide"]], hostVars: 2, hostBindings: function EuimSlideComponent_HostBindings(rf, ctx) { if (rf & 2) {
2939
- i0.ɵɵclassMap(ctx.string);
2940
- } }, ngContentSelectors: _c0, decls: 3, vars: 0, consts: [["slide", ""]], template: function EuimSlideComponent_Template(rf, ctx) { if (rf & 1) {
2941
- i0.ɵɵprojectionDef();
2942
- i0.ɵɵelementStart(0, "div", null, 0);
2943
- i0.ɵɵprojection(2);
2944
- i0.ɵɵelementEnd();
2945
- } }, encapsulation: 2 });
2946
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSlideComponent, [{
2947
- type: Component,
2948
- args: [{
2949
- selector: 'euim-slide',
2950
- template: `<div #slide>
2357
+ this.className = 'euim-slider__slide';
2358
+ }
2359
+ }
2360
+ /** @nocollapse */ EuimSlideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSlideComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2361
+ /** @nocollapse */ EuimSlideComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.2", type: EuimSlideComponent, selector: "euim-slide", host: { properties: { "class": "this.className" } }, ngImport: i0, template: `<div #slide>
2362
+ <ng-content></ng-content>
2363
+ </div>`, isInline: true });
2364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSlideComponent, decorators: [{
2365
+ type: Component,
2366
+ args: [{
2367
+ selector: 'euim-slide',
2368
+ template: `<div #slide>
2951
2369
  <ng-content></ng-content>
2952
2370
  </div>`,
2953
- }]
2954
- }], null, { string: [{
2955
- type: HostBinding,
2956
- args: ['class']
2957
- }] }); })();
2371
+ }]
2372
+ }], propDecorators: { className: [{
2373
+ type: HostBinding,
2374
+ args: ['class']
2375
+ }] } });
2958
2376
 
2959
2377
  const COMPONENTS = [
2960
2378
  EuimSliderComponent,
@@ -2962,72 +2380,68 @@ const COMPONENTS = [
2962
2380
  ];
2963
2381
  class EuimSliderModule {
2964
2382
  }
2965
- /** @nocollapse */ EuimSliderModule.ɵfac = function EuimSliderModule_Factory(t) { return new (t || EuimSliderModule)(); };
2966
- /** @nocollapse */ EuimSliderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimSliderModule });
2967
- /** @nocollapse */ EuimSliderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2968
- IonicModule] });
2969
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSliderModule, [{
2970
- type: NgModule,
2971
- args: [{
2972
- imports: [
2973
- CommonModule,
2974
- IonicModule,
2975
- ],
2976
- exports: [
2977
- ...COMPONENTS,
2978
- ],
2979
- declarations: [
2980
- ...COMPONENTS,
2981
- ],
2982
- }]
2983
- }], null, null); })();
2984
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimSliderModule, { declarations: [EuimSliderComponent,
2383
+ /** @nocollapse */ EuimSliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2384
+ /** @nocollapse */ EuimSliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, declarations: [EuimSliderComponent,
2985
2385
  EuimSlideComponent], imports: [CommonModule,
2986
2386
  IonicModule], exports: [EuimSliderComponent,
2987
- EuimSlideComponent] }); })();
2387
+ EuimSlideComponent] });
2388
+ /** @nocollapse */ EuimSliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, imports: [CommonModule,
2389
+ IonicModule] });
2390
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, decorators: [{
2391
+ type: NgModule,
2392
+ args: [{
2393
+ imports: [
2394
+ CommonModule,
2395
+ IonicModule,
2396
+ ],
2397
+ exports: [
2398
+ ...COMPONENTS,
2399
+ ],
2400
+ declarations: [
2401
+ ...COMPONENTS,
2402
+ ],
2403
+ }]
2404
+ }] });
2988
2405
 
2989
2406
  class EuimListHeaderDirective {
2990
2407
  constructor() {
2991
- this.string = 'euim-list-divider';
2992
- }
2993
- }
2994
- /** @nocollapse */ EuimListHeaderDirective.ɵfac = function EuimListHeaderDirective_Factory(t) { return new (t || EuimListHeaderDirective)(); };
2995
- /** @nocollapse */ EuimListHeaderDirective.ɵdir = /** @pureOrBreakMyCode */ i0.ɵɵdefineDirective({ type: EuimListHeaderDirective, selectors: [["", "euimListHeader", ""]], hostVars: 2, hostBindings: function EuimListHeaderDirective_HostBindings(rf, ctx) { if (rf & 2) {
2996
- i0.ɵɵclassMap(ctx.string);
2997
- } } });
2998
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimListHeaderDirective, [{
2999
- type: Directive,
3000
- args: [{
3001
- selector: '[euimListHeader]'
3002
- }]
3003
- }], null, { string: [{
3004
- type: HostBinding,
3005
- args: ['class']
3006
- }] }); })();
2408
+ this.className = 'euim-list-divider';
2409
+ }
2410
+ }
2411
+ /** @nocollapse */ EuimListHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2412
+ /** @nocollapse */ EuimListHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.2", type: EuimListHeaderDirective, selector: "[euimListHeader]", host: { properties: { "class": "this.className" } }, ngImport: i0 });
2413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderDirective, decorators: [{
2414
+ type: Directive,
2415
+ args: [{
2416
+ selector: '[euimListHeader]'
2417
+ }]
2418
+ }], propDecorators: { className: [{
2419
+ type: HostBinding,
2420
+ args: ['class']
2421
+ }] } });
3007
2422
 
3008
2423
  class EuimListHeaderModule {
3009
2424
  }
3010
- /** @nocollapse */ EuimListHeaderModule.ɵfac = function EuimListHeaderModule_Factory(t) { return new (t || EuimListHeaderModule)(); };
3011
- /** @nocollapse */ EuimListHeaderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimListHeaderModule });
3012
- /** @nocollapse */ EuimListHeaderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2425
+ /** @nocollapse */ EuimListHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2426
+ /** @nocollapse */ EuimListHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, declarations: [EuimListHeaderDirective], imports: [CommonModule,
2427
+ IonicModule], exports: [EuimListHeaderDirective] });
2428
+ /** @nocollapse */ EuimListHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, imports: [CommonModule,
3013
2429
  IonicModule] });
3014
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimListHeaderModule, [{
3015
- type: NgModule,
3016
- args: [{
3017
- imports: [
3018
- CommonModule,
3019
- IonicModule,
3020
- ],
3021
- exports: [
3022
- EuimListHeaderDirective
3023
- ],
3024
- declarations: [
3025
- EuimListHeaderDirective,
3026
- ],
3027
- }]
3028
- }], null, null); })();
3029
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimListHeaderModule, { declarations: [EuimListHeaderDirective], imports: [CommonModule,
3030
- IonicModule], exports: [EuimListHeaderDirective] }); })();
2430
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, decorators: [{
2431
+ type: NgModule,
2432
+ args: [{
2433
+ imports: [
2434
+ CommonModule,
2435
+ IonicModule,
2436
+ ],
2437
+ exports: [
2438
+ EuimListHeaderDirective
2439
+ ],
2440
+ declarations: [
2441
+ EuimListHeaderDirective,
2442
+ ],
2443
+ }]
2444
+ }] });
3031
2445
 
3032
2446
  const MODULES = [
3033
2447
  // Layout
@@ -3058,9 +2472,8 @@ const MODULES = [
3058
2472
  ];
3059
2473
  class EuimAllModule {
3060
2474
  }
3061
- /** @nocollapse */ EuimAllModule.ɵfac = function EuimAllModule_Factory(t) { return new (t || EuimAllModule)(); };
3062
- /** @nocollapse */ EuimAllModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAllModule });
3063
- /** @nocollapse */ EuimAllModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [MODULES,
2475
+ /** @nocollapse */ EuimAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2476
+ /** @nocollapse */ EuimAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, imports: [
3064
2477
  // Layout
3065
2478
  EuimAppModule,
3066
2479
  EuimAppSidebarModule,
@@ -3085,21 +2498,7 @@ class EuimAllModule {
3085
2498
  EuimSliderModule,
3086
2499
  // Directives
3087
2500
  EuimListHeaderModule,
3088
- EuimSpinnerComponentModule] });
3089
- (function () { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAllModule, [{
3090
- type: NgModule,
3091
- args: [{
3092
- imports: [
3093
- ...MODULES,
3094
- ],
3095
- exports: [
3096
- ...MODULES,
3097
- ],
3098
- providers: [],
3099
- declarations: [],
3100
- }]
3101
- }], null, null); })();
3102
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAllModule, { imports: [
2501
+ EuimSpinnerComponentModule], exports: [
3103
2502
  // Layout
3104
2503
  EuimAppModule,
3105
2504
  EuimAppSidebarModule,
@@ -3124,7 +2523,8 @@ class EuimAllModule {
3124
2523
  EuimSliderModule,
3125
2524
  // Directives
3126
2525
  EuimListHeaderModule,
3127
- EuimSpinnerComponentModule], exports: [
2526
+ EuimSpinnerComponentModule] });
2527
+ /** @nocollapse */ EuimAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, imports: [MODULES,
3128
2528
  // Layout
3129
2529
  EuimAppModule,
3130
2530
  EuimAppSidebarModule,
@@ -3149,11 +2549,24 @@ class EuimAllModule {
3149
2549
  EuimSliderModule,
3150
2550
  // Directives
3151
2551
  EuimListHeaderModule,
3152
- EuimSpinnerComponentModule] }); })();
2552
+ EuimSpinnerComponentModule] });
2553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, decorators: [{
2554
+ type: NgModule,
2555
+ args: [{
2556
+ imports: [
2557
+ ...MODULES,
2558
+ ],
2559
+ exports: [
2560
+ ...MODULES,
2561
+ ],
2562
+ providers: [],
2563
+ declarations: [],
2564
+ }]
2565
+ }] });
3153
2566
 
3154
2567
  /**
3155
2568
  * Generated bundle index. Do not edit.
3156
2569
  */
3157
2570
 
3158
- export { EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAppSidebarComponent, EuimAppSidebarFooterComponent, EuimAppSidebarHeaderComponent, EuimAppSidebarMenuComponent, EuimAppSidebarModule, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconComponent, EuimAvatarModule, EuimAvatarSubIconComponent, EuimControlFeedbackComponent, EuimControlFeedbackModule, EuimDataSummaryColComponent, EuimDataSummaryColLabelComponent, EuimDataSummaryColValueComponent, EuimDataSummaryComponent, EuimDataSummaryModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimFieldSetComponent, EuimFieldsetActionsComponent, EuimFieldsetLegendComponent, EuimFieldsetModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconComponent, EuimHeaderDetailsMetaComponent, EuimHeaderDetailsModule, EuimHeaderDetailsTitleComponent, EuimInfoScreenComponent, EuimInfoScreenMetaComponent, EuimInfoScreenModule, EuimInfoScreenSubTitleComponent, EuimInfoScreenTitleComponent, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimMediaHeaderComponent, EuimMediaHeaderImageComponent, EuimMediaHeaderMetaComponent, EuimMediaHeaderModule, EuimMediaHeaderTitleComponent, EuimMenuComponent, EuimMenuItem, EuimMenuModule, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimSlideComponent, EuimSliderComponent, EuimSliderModule, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimStepperChangeEvent, EuimStepperComponent, EuimStepperComponentModule, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
2571
+ export { EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAppSidebarComponent, EuimAppSidebarFooterComponent, EuimAppSidebarHeaderComponent, EuimAppSidebarMenuComponent, EuimAppSidebarModule, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconComponent, EuimAvatarModule, EuimAvatarSubIconComponent, EuimControlFeedbackComponent, EuimControlFeedbackModule, EuimDataSummaryColComponent, EuimDataSummaryColLabelComponent, EuimDataSummaryColValueComponent, EuimDataSummaryComponent, EuimDataSummaryModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimFieldSetComponent, EuimFieldsetActionsComponent, EuimFieldsetLegendComponent, EuimFieldsetModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconComponent, EuimHeaderDetailsMetaComponent, EuimHeaderDetailsModule, EuimHeaderDetailsTitleComponent, EuimInfoScreenComponent, EuimInfoScreenMetaComponent, EuimInfoScreenModule, EuimInfoScreenSubTitleComponent, EuimInfoScreenTitleComponent, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimMediaHeaderComponent, EuimMediaHeaderImageComponent, EuimMediaHeaderMetaComponent, EuimMediaHeaderModule, EuimMediaHeaderTitleComponent, EuimMenuComponent, EuimMenuModule, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimSlideComponent, EuimSliderComponent, EuimSliderModule, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimStepperChangeEvent, EuimStepperComponent, EuimStepperComponentModule, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
3159
2572
  //# sourceMappingURL=eui-mobile-core.mjs.map