@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
@@ -12,8 +12,8 @@ import { UxEuLanguages } from '@eui/core';
12
12
  import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
13
13
  import * as i1$1 from '@ngx-translate/core';
14
14
  import { TranslateModule } from '@ngx-translate/core';
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 = {
@@ -36,14 +36,12 @@ class EuimAppService {
36
36
  this.setState(Object.assign(Object.assign({}, this.state), { isLanguageListVisible: isVisible }));
37
37
  }
38
38
  }
39
- /** @nocollapse */ EuimAppService.ɵfac = function EuimAppService_Factory(t) { return new (t || EuimAppService)(); };
40
- /** @nocollapse */ EuimAppService.ɵprov = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjectable({ token: EuimAppService, factory: EuimAppService.ɵfac, providedIn: 'root' });
41
- (function () {
42
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppService, [{
39
+ /** @nocollapse */ EuimAppService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
40
+ /** @nocollapse */ EuimAppService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppService, providedIn: 'root' });
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppService, decorators: [{
43
42
  type: Injectable,
44
43
  args: [{ providedIn: 'root' }]
45
- }], function () { return []; }, null);
46
- })();
44
+ }], ctorParameters: function () { return []; } });
47
45
 
48
46
  class EuimBaseDirective {
49
47
  constructor() {
@@ -231,19 +229,14 @@ class EuimBaseDirective {
231
229
  ].join(' ').trim();
232
230
  }
233
231
  }
234
- /** @nocollapse */ EuimBaseDirective.ɵfac = function EuimBaseDirective_Factory(t) { return new (t || EuimBaseDirective)(); };
235
- /** @nocollapse */ EuimBaseDirective.ɵdir = /** @pureOrBreakMyCode */ i0.ɵɵdefineDirective({ type: EuimBaseDirective, selectors: [["", "euimBase", ""]], hostVars: 1, hostBindings: function EuimBaseDirective_HostBindings(rf, ctx) {
236
- if (rf & 2) {
237
- i0.ɵɵattribute("data-e2e", ctx.e2eAttr);
238
- }
239
- }, 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" } });
240
- (function () {
241
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimBaseDirective, [{
232
+ /** @nocollapse */ EuimBaseDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimBaseDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
233
+ /** @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 });
234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimBaseDirective, decorators: [{
242
235
  type: Directive,
243
236
  args: [{
244
237
  selector: '[euimBase]',
245
238
  }]
246
- }], null, { e2eAttr: [{
239
+ }], propDecorators: { e2eAttr: [{
247
240
  type: HostBinding,
248
241
  args: ['attr.data-e2e']
249
242
  }, {
@@ -292,11 +285,9 @@ class EuimBaseDirective {
292
285
  type: Input
293
286
  }], euiFontLight: [{
294
287
  type: Input
295
- }] });
296
- })();
288
+ }] } });
297
289
 
298
- const _c0$I = ["euimLabel", ""];
299
- const _c1$m = ["*"];
290
+ /* eslint-disable @angular-eslint/component-selector */
300
291
  class EuimLabelComponent extends EuimBaseDirective {
301
292
  constructor() {
302
293
  super(...arguments);
@@ -334,22 +325,12 @@ class EuimLabelComponent extends EuimBaseDirective {
334
325
  ].join(' ').trim();
335
326
  }
336
327
  }
337
- /** @nocollapse */ EuimLabelComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimLabelComponent_BaseFactory; return function EuimLabelComponent_Factory(t) { return (ɵEuimLabelComponent_BaseFactory || (ɵEuimLabelComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimLabelComponent)))(t || EuimLabelComponent); }; }();
338
- /** @nocollapse */ EuimLabelComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimLabelComponent, selectors: [["", "euimLabel", ""]], hostVars: 2, hostBindings: function EuimLabelComponent_HostBindings(rf, ctx) {
339
- if (rf & 2) {
340
- i0.ɵɵclassMap(ctx.cssClasses);
341
- }
342
- }, 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) {
343
- if (rf & 1) {
344
- i0.ɵɵprojectionDef();
345
- i0.ɵɵprojection(0);
346
- }
347
- }, 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 });
348
- (function () {
349
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLabelComponent, [{
328
+ /** @nocollapse */ EuimLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
329
+ /** @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 });
330
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelComponent, decorators: [{
350
331
  type: Component,
351
332
  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"] }]
352
- }], null, { euimLabelTitle: [{
333
+ }], propDecorators: { euimLabelTitle: [{
353
334
  type: Input
354
335
  }], euimLabelSubTitle: [{
355
336
  type: Input
@@ -358,17 +339,16 @@ class EuimLabelComponent extends EuimBaseDirective {
358
339
  }], cssClasses: [{
359
340
  type: HostBinding,
360
341
  args: ['class']
361
- }] });
362
- })();
342
+ }] } });
363
343
 
364
344
  class EuimLabelModule {
365
345
  }
366
- /** @nocollapse */ EuimLabelModule.ɵfac = function EuimLabelModule_Factory(t) { return new (t || EuimLabelModule)(); };
367
- /** @nocollapse */ EuimLabelModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimLabelModule });
368
- /** @nocollapse */ EuimLabelModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
346
+ /** @nocollapse */ EuimLabelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
347
+ /** @nocollapse */ EuimLabelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, declarations: [EuimLabelComponent], imports: [CommonModule,
348
+ IonicModule], exports: [EuimLabelComponent] });
349
+ /** @nocollapse */ EuimLabelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, imports: [CommonModule,
369
350
  IonicModule] });
370
- (function () {
371
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLabelModule, [{
351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, decorators: [{
372
352
  type: NgModule,
373
353
  args: [{
374
354
  imports: [
@@ -382,14 +362,8 @@ class EuimLabelModule {
382
362
  EuimLabelComponent,
383
363
  ],
384
364
  }]
385
- }], null, null);
386
- })();
387
- (function () {
388
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimLabelModule, { declarations: [EuimLabelComponent], imports: [CommonModule,
389
- IonicModule], exports: [EuimLabelComponent] });
390
- })();
391
-
392
- const _c0$H = ["*"];
365
+ }] });
366
+
393
367
  class EuimControlFeedbackComponent extends EuimBaseDirective {
394
368
  constructor() {
395
369
  super(...arguments);
@@ -399,7 +373,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
399
373
  this._euiDanger = false;
400
374
  this._variant = 'info';
401
375
  }
402
- get euiInfo() { return this._euiInfo; }
376
+ get euiInfo() {
377
+ return this._euiInfo;
378
+ }
403
379
  set euiInfo(value) {
404
380
  this.resetVariantType();
405
381
  this._euiInfo = coerceBooleanProperty(value);
@@ -407,7 +383,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
407
383
  this._variant = 'info';
408
384
  }
409
385
  }
410
- get euiSuccess() { return this._euiSuccess; }
386
+ get euiSuccess() {
387
+ return this._euiSuccess;
388
+ }
411
389
  set euiSuccess(value) {
412
390
  this.resetVariantType();
413
391
  this._euiSuccess = coerceBooleanProperty(value);
@@ -415,7 +393,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
415
393
  this._variant = 'success';
416
394
  }
417
395
  }
418
- get euiWarning() { return this._euiWarning; }
396
+ get euiWarning() {
397
+ return this._euiWarning;
398
+ }
419
399
  set euiWarning(value) {
420
400
  this.resetVariantType();
421
401
  this._euiWarning = coerceBooleanProperty(value);
@@ -423,7 +403,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
423
403
  this._variant = 'warning';
424
404
  }
425
405
  }
426
- get euiDanger() { return this._euiDanger; }
406
+ get euiDanger() {
407
+ return this._euiDanger;
408
+ }
427
409
  set euiDanger(value) {
428
410
  this.resetVariantType();
429
411
  this._euiDanger = coerceBooleanProperty(value);
@@ -431,7 +413,9 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
431
413
  this._variant = 'danger';
432
414
  }
433
415
  }
434
- get variant() { return this._variant; }
416
+ get variant() {
417
+ return this._variant;
418
+ }
435
419
  set variant(value) {
436
420
  this._euiWarning = (value === 'warning');
437
421
  this._euiInfo = (value === 'info');
@@ -459,24 +443,12 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
459
443
  ].join(' ');
460
444
  }
461
445
  }
462
- /** @nocollapse */ EuimControlFeedbackComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimControlFeedbackComponent_BaseFactory; return function EuimControlFeedbackComponent_Factory(t) { return (ɵEuimControlFeedbackComponent_BaseFactory || (ɵEuimControlFeedbackComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimControlFeedbackComponent)))(t || EuimControlFeedbackComponent); }; }();
463
- /** @nocollapse */ EuimControlFeedbackComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimControlFeedbackComponent, selectors: [["euim-control-feedback"]], hostVars: 2, hostBindings: function EuimControlFeedbackComponent_HostBindings(rf, ctx) {
464
- if (rf & 2) {
465
- i0.ɵɵclassMap(ctx.cssClasses);
466
- }
467
- }, 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) {
468
- if (rf & 1) {
469
- i0.ɵɵprojectionDef();
470
- i0.ɵɵelementStart(0, "div", 0);
471
- i0.ɵɵprojection(1);
472
- i0.ɵɵelementEnd();
473
- }
474
- }, 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 });
475
- (function () {
476
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimControlFeedbackComponent, [{
446
+ /** @nocollapse */ EuimControlFeedbackComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
447
+ /** @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 });
448
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackComponent, decorators: [{
477
449
  type: Component,
478
450
  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"] }]
479
- }], null, { euiInfo: [{
451
+ }], propDecorators: { euiInfo: [{
480
452
  type: Input
481
453
  }], euiSuccess: [{
482
454
  type: Input
@@ -489,17 +461,16 @@ class EuimControlFeedbackComponent extends EuimBaseDirective {
489
461
  }], cssClasses: [{
490
462
  type: HostBinding,
491
463
  args: ['class']
492
- }] });
493
- })();
464
+ }] } });
494
465
 
495
466
  class EuimControlFeedbackModule {
496
467
  }
497
- /** @nocollapse */ EuimControlFeedbackModule.ɵfac = function EuimControlFeedbackModule_Factory(t) { return new (t || EuimControlFeedbackModule)(); };
498
- /** @nocollapse */ EuimControlFeedbackModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimControlFeedbackModule });
499
- /** @nocollapse */ EuimControlFeedbackModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
468
+ /** @nocollapse */ EuimControlFeedbackModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
469
+ /** @nocollapse */ EuimControlFeedbackModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, declarations: [EuimControlFeedbackComponent], imports: [CommonModule,
470
+ IonicModule], exports: [EuimControlFeedbackComponent] });
471
+ /** @nocollapse */ EuimControlFeedbackModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, imports: [CommonModule,
500
472
  IonicModule] });
501
- (function () {
502
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimControlFeedbackModule, [{
473
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, decorators: [{
503
474
  type: NgModule,
504
475
  args: [{
505
476
  imports: [
@@ -513,12 +484,7 @@ class EuimControlFeedbackModule {
513
484
  EuimControlFeedbackComponent,
514
485
  ],
515
486
  }]
516
- }], null, null);
517
- })();
518
- (function () {
519
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimControlFeedbackModule, { declarations: [EuimControlFeedbackComponent], imports: [CommonModule,
520
- IonicModule], exports: [EuimControlFeedbackComponent] });
521
- })();
487
+ }] });
522
488
 
523
489
  class EuimNotificationItemComponent extends EuimBaseDirective {
524
490
  get cssClasses() {
@@ -530,34 +496,24 @@ class EuimNotificationItemComponent extends EuimBaseDirective {
530
496
  ].join(' ').trim();
531
497
  }
532
498
  }
533
- /** @nocollapse */ EuimNotificationItemComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimNotificationItemComponent_BaseFactory; return function EuimNotificationItemComponent_Factory(t) { return (ɵEuimNotificationItemComponent_BaseFactory || (ɵEuimNotificationItemComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimNotificationItemComponent)))(t || EuimNotificationItemComponent); }; }();
534
- /** @nocollapse */ EuimNotificationItemComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimNotificationItemComponent, selectors: [["euim-notification-item"]], hostVars: 2, hostBindings: function EuimNotificationItemComponent_HostBindings(rf, ctx) {
535
- if (rf & 2) {
536
- i0.ɵɵclassMap(ctx.cssClasses);
537
- }
538
- }, features: [i0.ɵɵInheritDefinitionFeature], decls: 1, vars: 0, consts: [["name", "ellipse"]], template: function EuimNotificationItemComponent_Template(rf, ctx) {
539
- if (rf & 1) {
540
- i0.ɵɵelement(0, "ion-icon", 0);
541
- }
542
- }, 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 });
543
- (function () {
544
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimNotificationItemComponent, [{
499
+ /** @nocollapse */ EuimNotificationItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
500
+ /** @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 });
501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemComponent, decorators: [{
545
502
  type: Component,
546
503
  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"] }]
547
- }], null, { cssClasses: [{
504
+ }], propDecorators: { cssClasses: [{
548
505
  type: HostBinding,
549
506
  args: ['class']
550
- }] });
551
- })();
507
+ }] } });
552
508
 
553
509
  class EuimNotificationItemModule {
554
510
  }
555
- /** @nocollapse */ EuimNotificationItemModule.ɵfac = function EuimNotificationItemModule_Factory(t) { return new (t || EuimNotificationItemModule)(); };
556
- /** @nocollapse */ EuimNotificationItemModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimNotificationItemModule });
557
- /** @nocollapse */ EuimNotificationItemModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
511
+ /** @nocollapse */ EuimNotificationItemModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
512
+ /** @nocollapse */ EuimNotificationItemModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, declarations: [EuimNotificationItemComponent], imports: [CommonModule,
513
+ IonicModule], exports: [EuimNotificationItemComponent] });
514
+ /** @nocollapse */ EuimNotificationItemModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, imports: [CommonModule,
558
515
  IonicModule] });
559
- (function () {
560
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimNotificationItemModule, [{
516
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, decorators: [{
561
517
  type: NgModule,
562
518
  args: [{
563
519
  imports: [
@@ -571,22 +527,8 @@ class EuimNotificationItemModule {
571
527
  EuimNotificationItemComponent,
572
528
  ],
573
529
  }]
574
- }], null, null);
575
- })();
576
- (function () {
577
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimNotificationItemModule, { declarations: [EuimNotificationItemComponent], imports: [CommonModule,
578
- IonicModule], exports: [EuimNotificationItemComponent] });
579
- })();
530
+ }] });
580
531
 
581
- function EuimLanguageListComponent_ecl_language_list_item_2_Template(rf, ctx) {
582
- if (rf & 1) {
583
- i0.ɵɵelement(0, "ecl-language-list-item", 2);
584
- }
585
- if (rf & 2) {
586
- const language_r1 = ctx.$implicit;
587
- i0.ɵɵproperty("languageCode", language_r1.code)("languageLabel", language_r1.label);
588
- }
589
- }
590
532
  class EuimLanguageListComponent extends EuimBaseDirective {
591
533
  constructor(cd, translateService, appShellService, appService) {
592
534
  super();
@@ -633,31 +575,15 @@ class EuimLanguageListComponent extends EuimBaseDirective {
633
575
  return;
634
576
  }
635
577
  }
636
- /** @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)); };
637
- /** @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) {
638
- if (rf & 1) {
639
- i0.ɵɵelementStart(0, "ecl-language-list", 0);
640
- 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(); });
641
- i0.ɵɵpipe(1, "async");
642
- i0.ɵɵtemplate(2, EuimLanguageListComponent_ecl_language_list_item_2_Template, 1, 2, "ecl-language-list-item", 1);
643
- i0.ɵɵelementEnd();
644
- }
645
- if (rf & 2) {
646
- i0.ɵɵproperty("selectedLanguageCode", ctx.selectedLanguage == null ? null : ctx.selectedLanguage.code)("isOverlay", true)("isHidden", !i0.ɵɵpipeBind1(1, 4, ctx.appService.state$).isLanguageListVisible);
647
- i0.ɵɵadvance(2);
648
- i0.ɵɵproperty("ngForOf", ctx.languages);
649
- }
650
- }, dependencies: [i2$1.NgForOf, i5.EclLanguageListComponent, i5.EclLanguageListItemComponent, i2$1.AsyncPipe], encapsulation: 2 });
651
- (function () {
652
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLanguageListComponent, [{
578
+ /** @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 });
579
+ /** @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" }] });
580
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageListComponent, decorators: [{
653
581
  type: Component,
654
582
  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" }]
655
- }], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, { languageSelected: [{
583
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, propDecorators: { languageSelected: [{
656
584
  type: Output
657
- }] });
658
- })();
585
+ }] } });
659
586
 
660
- const _c0$G = ["*"];
661
587
  class EuimAppComponent extends EuimBaseDirective {
662
588
  constructor(asService) {
663
589
  super();
@@ -665,104 +591,15 @@ class EuimAppComponent extends EuimBaseDirective {
665
591
  this.ionMenuId = 'main';
666
592
  }
667
593
  }
668
- /** @nocollapse */ EuimAppComponent.ɵfac = function EuimAppComponent_Factory(t) { return new (t || EuimAppComponent)(i0.ɵɵdirectiveInject(EuimAppService)); };
669
- /** @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) {
670
- if (rf & 1) {
671
- i0.ɵɵprojectionDef();
672
- i0.ɵɵelementStart(0, "ion-app");
673
- i0.ɵɵprojection(1);
674
- i0.ɵɵelement(2, "ion-router-outlet", 0);
675
- i0.ɵɵelementEnd();
676
- i0.ɵɵelement(3, "euim-language-list");
677
- }
678
- if (rf & 2) {
679
- i0.ɵɵadvance(2);
680
- i0.ɵɵpropertyInterpolate("id", ctx.ionMenuId);
681
- }
682
- }, dependencies: [i1.IonApp, i1.IonRouterOutlet, EuimLanguageListComponent], encapsulation: 2 });
683
- (function () {
684
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppComponent, [{
594
+ /** @nocollapse */ EuimAppComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppComponent, deps: [{ token: EuimAppService }], target: i0.ɵɵFactoryTarget.Component });
595
+ /** @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"] }] });
596
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppComponent, decorators: [{
685
597
  type: Component,
686
598
  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" }]
687
- }], function () { return [{ type: EuimAppService }]; }, { ionMenuId: [{
599
+ }], ctorParameters: function () { return [{ type: EuimAppService }]; }, propDecorators: { ionMenuId: [{
688
600
  type: Input
689
- }] });
690
- })();
691
-
692
- function EuimMenuComponent_ng_container_1_ion_list_header_2_Template(rf, ctx) {
693
- if (rf & 1) {
694
- i0.ɵɵelementStart(0, "ion-list-header");
695
- i0.ɵɵtext(1);
696
- i0.ɵɵelementEnd();
697
- }
698
- if (rf & 2) {
699
- const item_r1 = i0.ɵɵnextContext().$implicit;
700
- i0.ɵɵadvance(1);
701
- i0.ɵɵtextInterpolate1(" ", item_r1.subtitle, " ");
702
- }
703
- }
704
- function EuimMenuComponent_ng_container_1_ion_item_3_ion_icon_1_Template(rf, ctx) {
705
- if (rf & 1) {
706
- i0.ɵɵelement(0, "ion-icon", 7);
707
- }
708
- if (rf & 2) {
709
- const item_r1 = i0.ɵɵnextContext(2).$implicit;
710
- i0.ɵɵproperty("name", item_r1.icon)("color", item_r1.iconColor);
711
- }
712
- }
713
- function EuimMenuComponent_ng_container_1_ion_item_3_ion_badge_4_Template(rf, ctx) {
714
- if (rf & 1) {
715
- i0.ɵɵelementStart(0, "ion-badge", 8);
716
- i0.ɵɵtext(1);
717
- i0.ɵɵelementEnd();
718
- }
719
- if (rf & 2) {
720
- const item_r1 = i0.ɵɵnextContext(2).$implicit;
721
- i0.ɵɵproperty("color", item_r1.badge.color);
722
- i0.ɵɵadvance(1);
723
- i0.ɵɵtextInterpolate1(" ", item_r1.badge.value, "");
724
- }
725
- }
726
- function EuimMenuComponent_ng_container_1_ion_item_3_Template(rf, ctx) {
727
- if (rf & 1) {
728
- const _r12 = i0.ɵɵgetCurrentView();
729
- i0.ɵɵelementStart(0, "ion-item", 4);
730
- 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)); });
731
- i0.ɵɵtemplate(1, EuimMenuComponent_ng_container_1_ion_item_3_ion_icon_1_Template, 1, 2, "ion-icon", 5);
732
- i0.ɵɵelementStart(2, "ion-label");
733
- i0.ɵɵtext(3);
734
- i0.ɵɵelementEnd();
735
- i0.ɵɵtemplate(4, EuimMenuComponent_ng_container_1_ion_item_3_ion_badge_4_Template, 2, 2, "ion-badge", 6);
736
- i0.ɵɵelementEnd();
737
- }
738
- if (rf & 2) {
739
- const item_r1 = i0.ɵɵnextContext().$implicit;
740
- i0.ɵɵproperty("lines", item_r1.lines ? item_r1.lines : "none");
741
- i0.ɵɵadvance(1);
742
- i0.ɵɵproperty("ngIf", item_r1.icon);
743
- i0.ɵɵadvance(2);
744
- i0.ɵɵtextInterpolate(item_r1.label);
745
- i0.ɵɵadvance(1);
746
- i0.ɵɵproperty("ngIf", item_r1.badge && !item_r1.badge.hidden);
747
- }
748
- }
749
- function EuimMenuComponent_ng_container_1_Template(rf, ctx) {
750
- if (rf & 1) {
751
- i0.ɵɵelementContainerStart(0);
752
- i0.ɵɵelementStart(1, "ion-menu-toggle", 1);
753
- i0.ɵɵtemplate(2, EuimMenuComponent_ng_container_1_ion_list_header_2_Template, 2, 1, "ion-list-header", 2);
754
- i0.ɵɵtemplate(3, EuimMenuComponent_ng_container_1_ion_item_3_Template, 5, 4, "ion-item", 3);
755
- i0.ɵɵelementEnd();
756
- i0.ɵɵelementContainerEnd();
757
- }
758
- if (rf & 2) {
759
- const item_r1 = ctx.$implicit;
760
- i0.ɵɵadvance(2);
761
- i0.ɵɵproperty("ngIf", item_r1.subtitle);
762
- i0.ɵɵadvance(1);
763
- i0.ɵɵproperty("ngIf", item_r1.label);
764
- }
765
- }
601
+ }] } });
602
+
766
603
  class EuimMenuComponent extends EuimBaseDirective {
767
604
  constructor(navCtrl) {
768
605
  super();
@@ -788,38 +625,27 @@ class EuimMenuComponent extends EuimBaseDirective {
788
625
  this.itemClick.emit(item);
789
626
  }
790
627
  }
791
- /** @nocollapse */ EuimMenuComponent.ɵfac = function EuimMenuComponent_Factory(t) { return new (t || EuimMenuComponent)(i0.ɵɵdirectiveInject(i1.NavController)); };
792
- /** @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) {
793
- if (rf & 1) {
794
- i0.ɵɵelementStart(0, "ion-list");
795
- i0.ɵɵtemplate(1, EuimMenuComponent_ng_container_1_Template, 4, 2, "ng-container", 0);
796
- i0.ɵɵelementEnd();
797
- }
798
- if (rf & 2) {
799
- i0.ɵɵadvance(1);
800
- i0.ɵɵproperty("ngForOf", ctx.items);
801
- }
802
- }, 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 });
803
- (function () {
804
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMenuComponent, [{
628
+ /** @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 });
629
+ /** @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 });
630
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuComponent, decorators: [{
805
631
  type: Component,
806
632
  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"] }]
807
- }], function () { return [{ type: i1.NavController }]; }, { items: [{
633
+ }], ctorParameters: function () { return [{ type: i1.NavController }]; }, propDecorators: { items: [{
808
634
  type: Input
809
635
  }], itemClick: [{
810
636
  type: Output
811
- }] });
812
- })();
637
+ }] } });
813
638
 
814
639
  class EuimMenuModule {
815
640
  }
816
- /** @nocollapse */ EuimMenuModule.ɵfac = function EuimMenuModule_Factory(t) { return new (t || EuimMenuModule)(); };
817
- /** @nocollapse */ EuimMenuModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMenuModule });
818
- /** @nocollapse */ EuimMenuModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
641
+ /** @nocollapse */ EuimMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
642
+ /** @nocollapse */ EuimMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, declarations: [EuimMenuComponent], imports: [CommonModule,
643
+ RouterModule,
644
+ IonicModule], exports: [EuimMenuComponent] });
645
+ /** @nocollapse */ EuimMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, imports: [CommonModule,
819
646
  RouterModule,
820
647
  IonicModule] });
821
- (function () {
822
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMenuModule, [{
648
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, decorators: [{
823
649
  type: NgModule,
824
650
  args: [{
825
651
  imports: [
@@ -834,75 +660,33 @@ class EuimMenuModule {
834
660
  EuimMenuComponent,
835
661
  ],
836
662
  }]
837
- }], null, null);
838
- })();
839
- (function () {
840
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMenuModule, { declarations: [EuimMenuComponent], imports: [CommonModule,
841
- RouterModule,
842
- IonicModule], exports: [EuimMenuComponent] });
843
- })();
844
-
845
- class EuimMenuItem {
846
- constructor(values = {}) {
847
- this.lines = 'none';
848
- Object.assign(this, values);
849
- }
850
- }
663
+ }] });
851
664
 
852
- const _c0$F = [[["euim-app-sidebar-header"]], [["euim-app-sidebar-menu"]], [["euim-app-sidebar-footer"]]];
853
- const _c1$l = ["euim-app-sidebar-header", "euim-app-sidebar-menu", "euim-app-sidebar-footer"];
854
665
  class EuimAppSidebarComponent extends EuimBaseDirective {
855
666
  constructor() {
856
667
  super(...arguments);
857
668
  this.ionMenuId = 'main';
858
669
  }
859
670
  }
860
- /** @nocollapse */ EuimAppSidebarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimAppSidebarComponent_BaseFactory; return function EuimAppSidebarComponent_Factory(t) { return (ɵEuimAppSidebarComponent_BaseFactory || (ɵEuimAppSidebarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimAppSidebarComponent)))(t || EuimAppSidebarComponent); }; }();
861
- /** @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) {
862
- if (rf & 1) {
863
- i0.ɵɵprojectionDef(_c0$F);
864
- i0.ɵɵelementStart(0, "ion-menu", 0)(1, "ion-toolbar");
865
- i0.ɵɵprojection(2);
866
- i0.ɵɵelementEnd();
867
- i0.ɵɵelementStart(3, "ion-content");
868
- i0.ɵɵprojection(4, 1);
869
- i0.ɵɵelementEnd();
870
- i0.ɵɵelementStart(5, "ion-footer");
871
- i0.ɵɵprojection(6, 2);
872
- i0.ɵɵelementEnd()();
873
- }
874
- if (rf & 2) {
875
- i0.ɵɵpropertyInterpolate("contentId", ctx.ionMenuId);
876
- i0.ɵɵpropertyInterpolate("menuId", ctx.ionMenuId);
877
- }
878
- }, dependencies: [i1.IonContent, i1.IonFooter, i1.IonMenu, i1.IonToolbar], encapsulation: 2 });
879
- (function () {
880
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarComponent, [{
671
+ /** @nocollapse */ EuimAppSidebarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
672
+ /** @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"] }] });
673
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarComponent, decorators: [{
881
674
  type: Component,
882
675
  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" }]
883
- }], null, { ionMenuId: [{
676
+ }], propDecorators: { ionMenuId: [{
884
677
  type: Input
885
678
  }], sidebarItems: [{
886
679
  type: Input
887
- }] });
888
- })();
680
+ }] } });
889
681
 
890
- const _c0$E = ["*"];
891
682
  class EuimAppSidebarHeaderComponent {
892
683
  }
893
- /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵfac = function EuimAppSidebarHeaderComponent_Factory(t) { return new (t || EuimAppSidebarHeaderComponent)(); };
894
- /** @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) {
895
- if (rf & 1) {
896
- i0.ɵɵprojectionDef();
897
- i0.ɵɵprojection(0);
898
- }
899
- }, encapsulation: 2, changeDetection: 0 });
900
- (function () {
901
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarHeaderComponent, [{
684
+ /** @nocollapse */ EuimAppSidebarHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
685
+ /** @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 });
686
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarHeaderComponent, decorators: [{
902
687
  type: Component,
903
688
  args: [{ selector: 'euim-app-sidebar-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
904
- }], null, null);
905
- })();
689
+ }] });
906
690
 
907
691
  class EuimAppSidebarMenuComponent {
908
692
  constructor() {
@@ -912,56 +696,31 @@ class EuimAppSidebarMenuComponent {
912
696
  this.itemClick.emit(item);
913
697
  }
914
698
  }
915
- /** @nocollapse */ EuimAppSidebarMenuComponent.ɵfac = function EuimAppSidebarMenuComponent_Factory(t) { return new (t || EuimAppSidebarMenuComponent)(); };
916
- /** @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) {
917
- if (rf & 1) {
918
- i0.ɵɵelementStart(0, "euim-menu", 0);
919
- i0.ɵɵlistener("itemClick", function EuimAppSidebarMenuComponent_Template_euim_menu_itemClick_0_listener($event) { return ctx.onItemClick($event); });
920
- i0.ɵɵelementEnd();
921
- }
922
- if (rf & 2) {
923
- i0.ɵɵproperty("items", ctx.items);
924
- }
925
- }, dependencies: [EuimMenuComponent], encapsulation: 2, changeDetection: 0 });
926
- (function () {
927
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarMenuComponent, [{
699
+ /** @nocollapse */ EuimAppSidebarMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
700
+ /** @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 });
701
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarMenuComponent, decorators: [{
928
702
  type: Component,
929
703
  args: [{ selector: 'euim-app-sidebar-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<euim-menu [items]=\"items\" (itemClick)=\"onItemClick($event)\"></euim-menu>\n" }]
930
- }], function () { return []; }, { items: [{
704
+ }], ctorParameters: function () { return []; }, propDecorators: { items: [{
931
705
  type: Input
932
706
  }], itemClick: [{
933
707
  type: Output
934
- }] });
935
- })();
708
+ }] } });
936
709
 
937
- const _c0$D = ["*"];
938
710
  class EuimAppSidebarFooterComponent {
939
711
  constructor() {
940
- this.string = 'euim-app-sidebar-footer';
941
- }
942
- ngOnInit() {
712
+ this.className = 'euim-app-sidebar-footer';
943
713
  }
944
714
  }
945
- /** @nocollapse */ EuimAppSidebarFooterComponent.ɵfac = function EuimAppSidebarFooterComponent_Factory(t) { return new (t || EuimAppSidebarFooterComponent)(); };
946
- /** @nocollapse */ EuimAppSidebarFooterComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAppSidebarFooterComponent, selectors: [["euim-app-sidebar-footer"]], hostVars: 2, hostBindings: function EuimAppSidebarFooterComponent_HostBindings(rf, ctx) {
947
- if (rf & 2) {
948
- i0.ɵɵclassMap(ctx.string);
949
- }
950
- }, ngContentSelectors: _c0$D, decls: 1, vars: 0, template: function EuimAppSidebarFooterComponent_Template(rf, ctx) {
951
- if (rf & 1) {
952
- i0.ɵɵprojectionDef();
953
- i0.ɵɵprojection(0);
954
- }
955
- }, encapsulation: 2, changeDetection: 0 });
956
- (function () {
957
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarFooterComponent, [{
715
+ /** @nocollapse */ EuimAppSidebarFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
716
+ /** @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 });
717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarFooterComponent, decorators: [{
958
718
  type: Component,
959
719
  args: [{ selector: 'euim-app-sidebar-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
960
- }], function () { return []; }, { string: [{
720
+ }], ctorParameters: function () { return []; }, propDecorators: { className: [{
961
721
  type: HostBinding,
962
722
  args: ['class']
963
- }] });
964
- })();
723
+ }] } });
965
724
 
966
725
  const COMPONENTS$9 = [
967
726
  EuimAppSidebarComponent,
@@ -971,13 +730,20 @@ const COMPONENTS$9 = [
971
730
  ];
972
731
  class EuimAppSidebarModule {
973
732
  }
974
- /** @nocollapse */ EuimAppSidebarModule.ɵfac = function EuimAppSidebarModule_Factory(t) { return new (t || EuimAppSidebarModule)(); };
975
- /** @nocollapse */ EuimAppSidebarModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAppSidebarModule });
976
- /** @nocollapse */ EuimAppSidebarModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule, RouterModule,
733
+ /** @nocollapse */ EuimAppSidebarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
734
+ /** @nocollapse */ EuimAppSidebarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, declarations: [EuimAppSidebarComponent,
735
+ EuimAppSidebarHeaderComponent,
736
+ EuimAppSidebarFooterComponent,
737
+ EuimAppSidebarMenuComponent], imports: [CommonModule, RouterModule,
738
+ EuimMenuModule,
739
+ IonicModule], exports: [EuimAppSidebarComponent,
740
+ EuimAppSidebarHeaderComponent,
741
+ EuimAppSidebarFooterComponent,
742
+ EuimAppSidebarMenuComponent] });
743
+ /** @nocollapse */ EuimAppSidebarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, imports: [CommonModule, RouterModule,
977
744
  EuimMenuModule,
978
745
  IonicModule] });
979
- (function () {
980
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppSidebarModule, [{
746
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, decorators: [{
981
747
  type: NgModule,
982
748
  args: [{
983
749
  imports: [
@@ -992,19 +758,7 @@ class EuimAppSidebarModule {
992
758
  ...COMPONENTS$9,
993
759
  ],
994
760
  }]
995
- }], null, null);
996
- })();
997
- (function () {
998
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAppSidebarModule, { declarations: [EuimAppSidebarComponent,
999
- EuimAppSidebarHeaderComponent,
1000
- EuimAppSidebarFooterComponent,
1001
- EuimAppSidebarMenuComponent], imports: [CommonModule, RouterModule,
1002
- EuimMenuModule,
1003
- IonicModule], exports: [EuimAppSidebarComponent,
1004
- EuimAppSidebarHeaderComponent,
1005
- EuimAppSidebarFooterComponent,
1006
- EuimAppSidebarMenuComponent] });
1007
- })();
761
+ }] });
1008
762
 
1009
763
  class EuimLanguageSelectorComponent extends EuimBaseDirective {
1010
764
  constructor(cd, translateService, appShellService, appService) {
@@ -1013,8 +767,8 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
1013
767
  this.translateService = translateService;
1014
768
  this.appShellService = appShellService;
1015
769
  this.appService = appService;
1016
- this.destroy$ = new Subject();
1017
770
  this._euimPrimary = false;
771
+ this.destroy$ = new Subject();
1018
772
  }
1019
773
  ngOnInit() {
1020
774
  this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('languages')).subscribe((state) => {
@@ -1039,7 +793,7 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
1039
793
  this.translateService.use(evt.language.code);
1040
794
  this.appShellService.setState(Object.assign(Object.assign({}, this.appShellService.state), { activeLanguage: evt.language.code }));
1041
795
  }
1042
- onShowLanguageList(event) {
796
+ onShowLanguageList() {
1043
797
  this.appService.isLanguageListVisible = true;
1044
798
  }
1045
799
  getLanguageLabel(languageCode) {
@@ -1050,7 +804,9 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
1050
804
  }
1051
805
  return;
1052
806
  }
1053
- get euimPrimary() { return this._euimPrimary; }
807
+ get euimPrimary() {
808
+ return this._euimPrimary;
809
+ }
1054
810
  set euimPrimary(value) {
1055
811
  this._euimPrimary = coerceBooleanProperty(value);
1056
812
  }
@@ -1058,54 +814,36 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
1058
814
  return super.getCssClasses('euim-language-selector');
1059
815
  }
1060
816
  }
1061
- /** @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)); };
1062
- /** @nocollapse */ EuimLanguageSelectorComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimLanguageSelectorComponent, selectors: [["euim-language-selector"]], hostVars: 2, hostBindings: function EuimLanguageSelectorComponent_HostBindings(rf, ctx) {
1063
- if (rf & 2) {
1064
- i0.ɵɵclassMap(ctx.cssClasses);
1065
- }
1066
- }, 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) {
1067
- if (rf & 1) {
1068
- i0.ɵɵelementStart(0, "ion-button", 0);
1069
- i0.ɵɵlistener("click", function EuimLanguageSelectorComponent_Template_ion_button_click_0_listener($event) { return ctx.onShowLanguageList($event); });
1070
- i0.ɵɵelement(1, "ion-icon", 1);
1071
- i0.ɵɵelementStart(2, "span");
1072
- i0.ɵɵtext(3);
1073
- i0.ɵɵelementEnd()();
1074
- }
1075
- if (rf & 2) {
1076
- i0.ɵɵadvance(1);
1077
- i0.ɵɵclassMapInterpolate1("euim-language-selector__icon ", ctx.euimPrimary ? "euim-language-selector__icon--primary" : "", "");
1078
- i0.ɵɵadvance(1);
1079
- i0.ɵɵclassMapInterpolate1("euim-language-selector__text ", ctx.euimPrimary ? "euim-language-selector__text--primary" : "", "");
1080
- i0.ɵɵadvance(1);
1081
- i0.ɵɵtextInterpolate1(" ", ctx.selectedLanguage == null ? null : ctx.selectedLanguage.code == null ? null : ctx.selectedLanguage.code.toUpperCase(), " ");
1082
- }
1083
- }, 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 });
1084
- (function () {
1085
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLanguageSelectorComponent, [{
817
+ /** @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 });
818
+ /** @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 });
819
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorComponent, decorators: [{
1086
820
  type: Component,
1087
- 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"] }]
1088
- }], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, { euimPrimary: [{
821
+ 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"] }]
822
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, propDecorators: { euimPrimary: [{
1089
823
  type: Input
1090
824
  }], cssClasses: [{
1091
825
  type: HostBinding,
1092
826
  args: ['class']
1093
- }] });
1094
- })();
827
+ }] } });
1095
828
 
1096
829
  class EuimLanguageSelectorModule {
1097
830
  }
1098
- /** @nocollapse */ EuimLanguageSelectorModule.ɵfac = function EuimLanguageSelectorModule_Factory(t) { return new (t || EuimLanguageSelectorModule)(); };
1099
- /** @nocollapse */ EuimLanguageSelectorModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimLanguageSelectorModule });
1100
- /** @nocollapse */ EuimLanguageSelectorModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ providers: [
831
+ /** @nocollapse */ EuimLanguageSelectorModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
832
+ /** @nocollapse */ EuimLanguageSelectorModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, declarations: [EuimLanguageSelectorComponent,
833
+ EuimLanguageListComponent], imports: [CommonModule,
834
+ IonicModule,
835
+ EclLanguageListComponentModule,
836
+ EclLinkDirectiveModule,
837
+ EclIconComponentModule], exports: [EuimLanguageSelectorComponent,
838
+ EuimLanguageListComponent] });
839
+ /** @nocollapse */ EuimLanguageSelectorModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, providers: [
1101
840
  { provide: EclLanguageService, useClass: EclDefaultLanguageService },
1102
841
  ], imports: [CommonModule,
1103
842
  IonicModule,
1104
843
  EclLanguageListComponentModule,
1105
844
  EclLinkDirectiveModule,
1106
845
  EclIconComponentModule] });
1107
- (function () {
1108
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimLanguageSelectorModule, [{
846
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, decorators: [{
1109
847
  type: NgModule,
1110
848
  args: [{
1111
849
  imports: [
@@ -1127,28 +865,20 @@ class EuimLanguageSelectorModule {
1127
865
  { provide: EclLanguageService, useClass: EclDefaultLanguageService },
1128
866
  ]
1129
867
  }]
1130
- }], null, null);
1131
- })();
1132
- (function () {
1133
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimLanguageSelectorModule, { declarations: [EuimLanguageSelectorComponent,
1134
- EuimLanguageListComponent], imports: [CommonModule,
1135
- IonicModule,
1136
- EclLanguageListComponentModule,
1137
- EclLinkDirectiveModule,
1138
- EclIconComponentModule], exports: [EuimLanguageSelectorComponent,
1139
- EuimLanguageListComponent] });
1140
- })();
868
+ }] });
1141
869
 
1142
870
  class EuimAppModule {
1143
871
  }
1144
- /** @nocollapse */ EuimAppModule.ɵfac = function EuimAppModule_Factory(t) { return new (t || EuimAppModule)(); };
1145
- /** @nocollapse */ EuimAppModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAppModule });
1146
- /** @nocollapse */ EuimAppModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
872
+ /** @nocollapse */ EuimAppModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
873
+ /** @nocollapse */ EuimAppModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, declarations: [EuimAppComponent], imports: [CommonModule,
874
+ IonicModule,
875
+ EuimAppSidebarModule,
876
+ EuimLanguageSelectorModule], exports: [EuimAppComponent] });
877
+ /** @nocollapse */ EuimAppModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, imports: [CommonModule,
1147
878
  IonicModule,
1148
879
  EuimAppSidebarModule,
1149
880
  EuimLanguageSelectorModule] });
1150
- (function () {
1151
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAppModule, [{
881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, decorators: [{
1152
882
  type: NgModule,
1153
883
  args: [{
1154
884
  imports: [
@@ -1164,155 +894,83 @@ class EuimAppModule {
1164
894
  EuimAppComponent,
1165
895
  ],
1166
896
  }]
1167
- }], null, null);
1168
- })();
1169
- (function () {
1170
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAppModule, { declarations: [EuimAppComponent], imports: [CommonModule,
1171
- IonicModule,
1172
- EuimAppSidebarModule,
1173
- EuimLanguageSelectorModule], exports: [EuimAppComponent] });
1174
- })();
1175
-
1176
- const _c0$C = [[["euim-user-profile-avatar"]], [["euim-user-profile-infos"]], [["euim-user-profile-action"]]];
1177
- const _c1$k = ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"];
897
+ }] });
898
+
1178
899
  class EuimUserProfileComponent extends EuimBaseDirective {
1179
900
  constructor() {
1180
901
  super(...arguments);
1181
- this.string = 'euim-user-profile';
902
+ this.className = 'euim-user-profile';
1182
903
  }
1183
904
  }
1184
- /** @nocollapse */ EuimUserProfileComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimUserProfileComponent_BaseFactory; return function EuimUserProfileComponent_Factory(t) { return (ɵEuimUserProfileComponent_BaseFactory || (ɵEuimUserProfileComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimUserProfileComponent)))(t || EuimUserProfileComponent); }; }();
1185
- /** @nocollapse */ EuimUserProfileComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimUserProfileComponent, selectors: [["euim-user-profile"]], hostVars: 2, hostBindings: function EuimUserProfileComponent_HostBindings(rf, ctx) {
1186
- if (rf & 2) {
1187
- i0.ɵɵclassMap(ctx.string);
1188
- }
1189
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$k, decls: 3, vars: 0, template: function EuimUserProfileComponent_Template(rf, ctx) {
1190
- if (rf & 1) {
1191
- i0.ɵɵprojectionDef(_c0$C);
1192
- i0.ɵɵprojection(0);
1193
- i0.ɵɵprojection(1, 1);
1194
- i0.ɵɵprojection(2, 2);
1195
- }
1196
- }, 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 });
1197
- (function () {
1198
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimUserProfileComponent, [{
905
+ /** @nocollapse */ EuimUserProfileComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
906
+ /** @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 });
907
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileComponent, decorators: [{
1199
908
  type: Component,
1200
909
  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"] }]
1201
- }], null, { string: [{
910
+ }], propDecorators: { className: [{
1202
911
  type: HostBinding,
1203
912
  args: ['class']
1204
- }] });
1205
- })();
913
+ }] } });
1206
914
 
1207
- const _c0$B = ["*"];
1208
915
  class EuiMUserProfileAvatarComponent extends EuimBaseDirective {
1209
916
  constructor() {
1210
917
  super(...arguments);
1211
918
  this.class = 'euim-user-profile-avatar';
1212
919
  }
1213
920
  }
1214
- /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileAvatarComponent_BaseFactory; return function EuiMUserProfileAvatarComponent_Factory(t) { return (ɵEuiMUserProfileAvatarComponent_BaseFactory || (ɵEuiMUserProfileAvatarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileAvatarComponent)))(t || EuiMUserProfileAvatarComponent); }; }();
1215
- /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileAvatarComponent, selectors: [["euim-user-profile-avatar"]], hostVars: 2, hostBindings: function EuiMUserProfileAvatarComponent_HostBindings(rf, ctx) {
1216
- if (rf & 2) {
1217
- i0.ɵɵclassMap(ctx.class);
1218
- }
1219
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$B, decls: 1, vars: 0, template: function EuiMUserProfileAvatarComponent_Template(rf, ctx) {
1220
- if (rf & 1) {
1221
- i0.ɵɵprojectionDef();
1222
- i0.ɵɵprojection(0);
1223
- }
1224
- }, encapsulation: 2, changeDetection: 0 });
1225
- (function () {
1226
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileAvatarComponent, [{
921
+ /** @nocollapse */ EuiMUserProfileAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileAvatarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
922
+ /** @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 });
923
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileAvatarComponent, decorators: [{
1227
924
  type: Component,
1228
925
  args: [{ selector: 'euim-user-profile-avatar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
1229
- }], null, { class: [{
926
+ }], propDecorators: { class: [{
1230
927
  type: HostBinding
1231
- }] });
1232
- })();
928
+ }] } });
1233
929
 
1234
- const _c0$A = ["*"];
1235
930
  class EuiMUserProfileInfosComponent extends EuimBaseDirective {
1236
931
  constructor() {
1237
932
  super(...arguments);
1238
- this.class = 'euim-user-profile-infos';
933
+ this.className = 'euim-user-profile-infos';
1239
934
  }
1240
935
  }
1241
- /** @nocollapse */ EuiMUserProfileInfosComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileInfosComponent_BaseFactory; return function EuiMUserProfileInfosComponent_Factory(t) { return (ɵEuiMUserProfileInfosComponent_BaseFactory || (ɵEuiMUserProfileInfosComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileInfosComponent)))(t || EuiMUserProfileInfosComponent); }; }();
1242
- /** @nocollapse */ EuiMUserProfileInfosComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileInfosComponent, selectors: [["euim-user-profile-infos"]], hostVars: 2, hostBindings: function EuiMUserProfileInfosComponent_HostBindings(rf, ctx) {
1243
- if (rf & 2) {
1244
- i0.ɵɵclassMap(ctx.class);
1245
- }
1246
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$A, decls: 1, vars: 0, template: function EuiMUserProfileInfosComponent_Template(rf, ctx) {
1247
- if (rf & 1) {
1248
- i0.ɵɵprojectionDef();
1249
- i0.ɵɵprojection(0);
1250
- }
1251
- }, encapsulation: 2, changeDetection: 0 });
1252
- (function () {
1253
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileInfosComponent, [{
936
+ /** @nocollapse */ EuiMUserProfileInfosComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
937
+ /** @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 });
938
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosComponent, decorators: [{
1254
939
  type: Component,
1255
940
  args: [{ selector: 'euim-user-profile-infos', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
1256
- }], null, { class: [{
941
+ }], propDecorators: { className: [{
1257
942
  type: HostBinding
1258
- }] });
1259
- })();
943
+ }] } });
1260
944
 
1261
- const _c0$z = ["*"];
1262
945
  class EuiMUserProfileInfosItemComponent extends EuimBaseDirective {
1263
946
  constructor() {
1264
947
  super(...arguments);
1265
948
  this.class = 'euim-user-profile-infos-item';
1266
949
  }
1267
950
  }
1268
- /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileInfosItemComponent_BaseFactory; return function EuiMUserProfileInfosItemComponent_Factory(t) { return (ɵEuiMUserProfileInfosItemComponent_BaseFactory || (ɵEuiMUserProfileInfosItemComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileInfosItemComponent)))(t || EuiMUserProfileInfosItemComponent); }; }();
1269
- /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileInfosItemComponent, selectors: [["euim-user-profile-infos-item"]], hostVars: 2, hostBindings: function EuiMUserProfileInfosItemComponent_HostBindings(rf, ctx) {
1270
- if (rf & 2) {
1271
- i0.ɵɵclassMap(ctx.class);
1272
- }
1273
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$z, decls: 1, vars: 0, template: function EuiMUserProfileInfosItemComponent_Template(rf, ctx) {
1274
- if (rf & 1) {
1275
- i0.ɵɵprojectionDef();
1276
- i0.ɵɵprojection(0);
1277
- }
1278
- }, encapsulation: 2, changeDetection: 0 });
1279
- (function () {
1280
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileInfosItemComponent, [{
951
+ /** @nocollapse */ EuiMUserProfileInfosItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
952
+ /** @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 });
953
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileInfosItemComponent, decorators: [{
1281
954
  type: Component,
1282
955
  args: [{ selector: 'euim-user-profile-infos-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1283
- }], null, { class: [{
956
+ }], propDecorators: { class: [{
1284
957
  type: HostBinding
1285
- }] });
1286
- })();
958
+ }] } });
1287
959
 
1288
- const _c0$y = ["*"];
1289
960
  class EuiMUserProfileActionComponent extends EuimBaseDirective {
1290
961
  constructor() {
1291
962
  super(...arguments);
1292
- this.class = 'euim-user-profile-action';
963
+ this.className = 'euim-user-profile-action';
1293
964
  }
1294
965
  }
1295
- /** @nocollapse */ EuiMUserProfileActionComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuiMUserProfileActionComponent_BaseFactory; return function EuiMUserProfileActionComponent_Factory(t) { return (ɵEuiMUserProfileActionComponent_BaseFactory || (ɵEuiMUserProfileActionComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuiMUserProfileActionComponent)))(t || EuiMUserProfileActionComponent); }; }();
1296
- /** @nocollapse */ EuiMUserProfileActionComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuiMUserProfileActionComponent, selectors: [["euim-user-profile-action"]], hostVars: 2, hostBindings: function EuiMUserProfileActionComponent_HostBindings(rf, ctx) {
1297
- if (rf & 2) {
1298
- i0.ɵɵclassMap(ctx.class);
1299
- }
1300
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$y, decls: 2, vars: 0, template: function EuiMUserProfileActionComponent_Template(rf, ctx) {
1301
- if (rf & 1) {
1302
- i0.ɵɵprojectionDef();
1303
- i0.ɵɵelementStart(0, "ion-buttons");
1304
- i0.ɵɵprojection(1);
1305
- i0.ɵɵelementEnd();
1306
- }
1307
- }, dependencies: [i1.IonButtons], encapsulation: 2, changeDetection: 0 });
1308
- (function () {
1309
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuiMUserProfileActionComponent, [{
966
+ /** @nocollapse */ EuiMUserProfileActionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileActionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
967
+ /** @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 });
968
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuiMUserProfileActionComponent, decorators: [{
1310
969
  type: Component,
1311
970
  args: [{ selector: 'euim-user-profile-action', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-buttons>\n <ng-content></ng-content>\n</ion-buttons>\n\n" }]
1312
- }], null, { class: [{
971
+ }], propDecorators: { className: [{
1313
972
  type: HostBinding
1314
- }] });
1315
- })();
973
+ }] } });
1316
974
 
1317
975
  const COMPONENTS$8 = [
1318
976
  EuimUserProfileComponent,
@@ -1323,12 +981,20 @@ const COMPONENTS$8 = [
1323
981
  ];
1324
982
  class EuimUserProfileModule {
1325
983
  }
1326
- /** @nocollapse */ EuimUserProfileModule.ɵfac = function EuimUserProfileModule_Factory(t) { return new (t || EuimUserProfileModule)(); };
1327
- /** @nocollapse */ EuimUserProfileModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimUserProfileModule });
1328
- /** @nocollapse */ EuimUserProfileModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
984
+ /** @nocollapse */ EuimUserProfileModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
985
+ /** @nocollapse */ EuimUserProfileModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, declarations: [EuimUserProfileComponent,
986
+ EuiMUserProfileAvatarComponent,
987
+ EuiMUserProfileInfosComponent,
988
+ EuiMUserProfileInfosItemComponent,
989
+ EuiMUserProfileActionComponent], imports: [CommonModule,
990
+ IonicModule], exports: [EuimUserProfileComponent,
991
+ EuiMUserProfileAvatarComponent,
992
+ EuiMUserProfileInfosComponent,
993
+ EuiMUserProfileInfosItemComponent,
994
+ EuiMUserProfileActionComponent] });
995
+ /** @nocollapse */ EuimUserProfileModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, imports: [CommonModule,
1329
996
  IonicModule] });
1330
- (function () {
1331
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimUserProfileModule, [{
997
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, decorators: [{
1332
998
  type: NgModule,
1333
999
  args: [{
1334
1000
  imports: [
@@ -1342,47 +1008,8 @@ class EuimUserProfileModule {
1342
1008
  ...COMPONENTS$8,
1343
1009
  ],
1344
1010
  }]
1345
- }], null, null);
1346
- })();
1347
- (function () {
1348
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimUserProfileModule, { declarations: [EuimUserProfileComponent,
1349
- EuiMUserProfileAvatarComponent,
1350
- EuiMUserProfileInfosComponent,
1351
- EuiMUserProfileInfosItemComponent,
1352
- EuiMUserProfileActionComponent], imports: [CommonModule,
1353
- IonicModule], exports: [EuimUserProfileComponent,
1354
- EuiMUserProfileAvatarComponent,
1355
- EuiMUserProfileInfosComponent,
1356
- EuiMUserProfileInfosItemComponent,
1357
- EuiMUserProfileActionComponent] });
1358
- })();
1359
-
1360
- function EuimToolbarComponent_ion_menu_button_1_Template(rf, ctx) {
1361
- if (rf & 1) {
1362
- i0.ɵɵelement(0, "ion-menu-button");
1363
- }
1364
- }
1365
- function EuimToolbarComponent_ion_back_button_2_Template(rf, ctx) {
1366
- if (rf & 1) {
1367
- const _r4 = i0.ɵɵgetCurrentView();
1368
- i0.ɵɵelementStart(0, "ion-back-button", 4);
1369
- 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)); });
1370
- i0.ɵɵelementEnd();
1371
- }
1372
- if (rf & 2) {
1373
- const ctx_r1 = i0.ɵɵnextContext();
1374
- i0.ɵɵpropertyInterpolate("defaultHref", ctx_r1.backButtonDefaultHref);
1375
- }
1376
- }
1377
- function EuimToolbarComponent_ng_container_8_Template(rf, ctx) {
1378
- if (rf & 1) {
1379
- i0.ɵɵelementContainerStart(0);
1380
- i0.ɵɵelement(1, "euim-language-selector");
1381
- i0.ɵɵelementContainerEnd();
1382
- }
1383
- }
1384
- const _c0$x = ["*", [["euim-toolbar-title"]], [["euim-toolbar-action-items"]]];
1385
- const _c1$j = ["*", "euim-toolbar-title", "euim-toolbar-action-items"];
1011
+ }] });
1012
+
1386
1013
  class EuimToolbarComponent extends EuimBaseDirective {
1387
1014
  constructor() {
1388
1015
  super(...arguments);
@@ -1404,41 +1031,12 @@ class EuimToolbarComponent extends EuimBaseDirective {
1404
1031
  return super.getCssClasses('euim-toolbar');
1405
1032
  }
1406
1033
  }
1407
- /** @nocollapse */ EuimToolbarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimToolbarComponent_BaseFactory; return function EuimToolbarComponent_Factory(t) { return (ɵEuimToolbarComponent_BaseFactory || (ɵEuimToolbarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimToolbarComponent)))(t || EuimToolbarComponent); }; }();
1408
- /** @nocollapse */ EuimToolbarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimToolbarComponent, selectors: [["euim-toolbar"]], hostVars: 2, hostBindings: function EuimToolbarComponent_HostBindings(rf, ctx) {
1409
- if (rf & 2) {
1410
- i0.ɵɵclassMap(ctx.cssClasses);
1411
- }
1412
- }, 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) {
1413
- if (rf & 1) {
1414
- i0.ɵɵprojectionDef(_c0$x);
1415
- i0.ɵɵelementStart(0, "ion-buttons", 0);
1416
- i0.ɵɵtemplate(1, EuimToolbarComponent_ion_menu_button_1_Template, 1, 0, "ion-menu-button", 1);
1417
- i0.ɵɵtemplate(2, EuimToolbarComponent_ion_back_button_2_Template, 1, 1, "ion-back-button", 2);
1418
- i0.ɵɵprojection(3);
1419
- i0.ɵɵelementEnd();
1420
- i0.ɵɵelementStart(4, "ion-title");
1421
- i0.ɵɵprojection(5, 1);
1422
- i0.ɵɵelementEnd();
1423
- i0.ɵɵelementStart(6, "ion-buttons", 3);
1424
- i0.ɵɵprojection(7, 2);
1425
- i0.ɵɵtemplate(8, EuimToolbarComponent_ng_container_8_Template, 2, 0, "ng-container", 1);
1426
- i0.ɵɵelementEnd();
1427
- }
1428
- if (rf & 2) {
1429
- i0.ɵɵadvance(1);
1430
- i0.ɵɵproperty("ngIf", ctx.hasSidebarTrigger);
1431
- i0.ɵɵadvance(1);
1432
- i0.ɵɵproperty("ngIf", ctx.hasBackButton);
1433
- i0.ɵɵadvance(6);
1434
- i0.ɵɵproperty("ngIf", ctx.hasLanguageSelector);
1435
- }
1436
- }, dependencies: [i2$1.NgIf, i1.IonBackButton, i1.IonButtons, i1.IonMenuButton, i1.IonTitle, i1.IonBackButtonDelegate, EuimLanguageSelectorComponent], styles: [".euim-toolbar{display:flex}\n"], encapsulation: 2 });
1437
- (function () {
1438
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarComponent, [{
1034
+ /** @nocollapse */ EuimToolbarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1035
+ /** @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 });
1036
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponent, decorators: [{
1439
1037
  type: Component,
1440
1038
  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"] }]
1441
- }], null, { hasBackButton: [{
1039
+ }], propDecorators: { hasBackButton: [{
1442
1040
  type: Input
1443
1041
  }], backButtonDefaultHref: [{
1444
1042
  type: Input
@@ -1451,73 +1049,54 @@ class EuimToolbarComponent extends EuimBaseDirective {
1451
1049
  }], cssClasses: [{
1452
1050
  type: HostBinding,
1453
1051
  args: ['class']
1454
- }] });
1455
- })();
1052
+ }] } });
1456
1053
 
1457
- const _c0$w = ["*"];
1458
1054
  class EuimToolbarTitleComponent extends EuimBaseDirective {
1459
1055
  get cssClasses() {
1460
1056
  return super.getCssClasses('euim-toolbar-title');
1461
1057
  }
1462
1058
  }
1463
- /** @nocollapse */ EuimToolbarTitleComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimToolbarTitleComponent_BaseFactory; return function EuimToolbarTitleComponent_Factory(t) { return (ɵEuimToolbarTitleComponent_BaseFactory || (ɵEuimToolbarTitleComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimToolbarTitleComponent)))(t || EuimToolbarTitleComponent); }; }();
1464
- /** @nocollapse */ EuimToolbarTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimToolbarTitleComponent, selectors: [["euim-toolbar-title"]], hostVars: 2, hostBindings: function EuimToolbarTitleComponent_HostBindings(rf, ctx) {
1465
- if (rf & 2) {
1466
- i0.ɵɵclassMap(ctx.cssClasses);
1467
- }
1468
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$w, decls: 1, vars: 0, template: function EuimToolbarTitleComponent_Template(rf, ctx) {
1469
- if (rf & 1) {
1470
- i0.ɵɵprojectionDef();
1471
- i0.ɵɵprojection(0);
1472
- }
1473
- }, encapsulation: 2 });
1474
- (function () {
1475
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarTitleComponent, [{
1059
+ /** @nocollapse */ EuimToolbarTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarTitleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1060
+ /** @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" });
1061
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarTitleComponent, decorators: [{
1476
1062
  type: Component,
1477
1063
  args: [{ selector: 'euim-toolbar-title', template: "<ng-content></ng-content>\n" }]
1478
- }], null, { cssClasses: [{
1064
+ }], propDecorators: { cssClasses: [{
1479
1065
  type: HostBinding,
1480
1066
  args: ['class']
1481
- }] });
1482
- })();
1067
+ }] } });
1483
1068
 
1484
- const _c0$v = ["*"];
1485
1069
  class EuimToolbarActionItemsComponent extends EuimBaseDirective {
1486
1070
  get cssClasses() {
1487
1071
  return super.getCssClasses('euim-toolbar-action-items');
1488
1072
  }
1489
1073
  }
1490
- /** @nocollapse */ EuimToolbarActionItemsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimToolbarActionItemsComponent_BaseFactory; return function EuimToolbarActionItemsComponent_Factory(t) { return (ɵEuimToolbarActionItemsComponent_BaseFactory || (ɵEuimToolbarActionItemsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimToolbarActionItemsComponent)))(t || EuimToolbarActionItemsComponent); }; }();
1491
- /** @nocollapse */ EuimToolbarActionItemsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimToolbarActionItemsComponent, selectors: [["euim-toolbar-action-items"]], hostVars: 2, hostBindings: function EuimToolbarActionItemsComponent_HostBindings(rf, ctx) {
1492
- if (rf & 2) {
1493
- i0.ɵɵclassMap(ctx.cssClasses);
1494
- }
1495
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$v, decls: 1, vars: 0, template: function EuimToolbarActionItemsComponent_Template(rf, ctx) {
1496
- if (rf & 1) {
1497
- i0.ɵɵprojectionDef();
1498
- i0.ɵɵprojection(0);
1499
- }
1500
- }, encapsulation: 2 });
1501
- (function () {
1502
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarActionItemsComponent, [{
1074
+ /** @nocollapse */ EuimToolbarActionItemsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarActionItemsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1075
+ /** @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" });
1076
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarActionItemsComponent, decorators: [{
1503
1077
  type: Component,
1504
1078
  args: [{ selector: 'euim-toolbar-action-items', template: "<ng-content></ng-content>\n" }]
1505
- }], null, { cssClasses: [{
1079
+ }], propDecorators: { cssClasses: [{
1506
1080
  type: HostBinding,
1507
1081
  args: ['class']
1508
- }] });
1509
- })();
1082
+ }] } });
1510
1083
 
1511
1084
  class EuimToolbarComponentModule {
1512
1085
  }
1513
- /** @nocollapse */ EuimToolbarComponentModule.ɵfac = function EuimToolbarComponentModule_Factory(t) { return new (t || EuimToolbarComponentModule)(); };
1514
- /** @nocollapse */ EuimToolbarComponentModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimToolbarComponentModule });
1515
- /** @nocollapse */ EuimToolbarComponentModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1086
+ /** @nocollapse */ EuimToolbarComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1087
+ /** @nocollapse */ EuimToolbarComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, declarations: [EuimToolbarComponent,
1088
+ EuimToolbarTitleComponent,
1089
+ EuimToolbarActionItemsComponent], imports: [CommonModule,
1090
+ IonicModule,
1091
+ TranslateModule,
1092
+ EuimLanguageSelectorModule], exports: [EuimToolbarComponent,
1093
+ EuimToolbarTitleComponent,
1094
+ EuimToolbarActionItemsComponent] });
1095
+ /** @nocollapse */ EuimToolbarComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, imports: [CommonModule,
1516
1096
  IonicModule,
1517
1097
  TranslateModule,
1518
1098
  EuimLanguageSelectorModule] });
1519
- (function () {
1520
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimToolbarComponentModule, [{
1099
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, decorators: [{
1521
1100
  type: NgModule,
1522
1101
  args: [{
1523
1102
  imports: [
@@ -1537,20 +1116,8 @@ class EuimToolbarComponentModule {
1537
1116
  EuimToolbarActionItemsComponent,
1538
1117
  ],
1539
1118
  }]
1540
- }], null, null);
1541
- })();
1542
- (function () {
1543
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimToolbarComponentModule, { declarations: [EuimToolbarComponent,
1544
- EuimToolbarTitleComponent,
1545
- EuimToolbarActionItemsComponent], imports: [CommonModule,
1546
- IonicModule,
1547
- TranslateModule,
1548
- EuimLanguageSelectorModule], exports: [EuimToolbarComponent,
1549
- EuimToolbarTitleComponent,
1550
- EuimToolbarActionItemsComponent] });
1551
- })();
1552
-
1553
- const _c0$u = ["*"];
1119
+ }] });
1120
+
1554
1121
  class EuimAvatarIconComponent extends EuimBaseDirective {
1555
1122
  constructor() {
1556
1123
  super(...arguments);
@@ -1574,22 +1141,12 @@ class EuimAvatarIconComponent extends EuimBaseDirective {
1574
1141
  ].join(' ');
1575
1142
  }
1576
1143
  }
1577
- /** @nocollapse */ EuimAvatarIconComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimAvatarIconComponent_BaseFactory; return function EuimAvatarIconComponent_Factory(t) { return (ɵEuimAvatarIconComponent_BaseFactory || (ɵEuimAvatarIconComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimAvatarIconComponent)))(t || EuimAvatarIconComponent); }; }();
1578
- /** @nocollapse */ EuimAvatarIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarIconComponent, selectors: [["euim-avatar-icon"]], hostVars: 2, hostBindings: function EuimAvatarIconComponent_HostBindings(rf, ctx) {
1579
- if (rf & 2) {
1580
- i0.ɵɵclassMap(ctx.cssClasses);
1581
- }
1582
- }, 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) {
1583
- if (rf & 1) {
1584
- i0.ɵɵprojectionDef();
1585
- i0.ɵɵprojection(0);
1586
- }
1587
- }, 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 });
1588
- (function () {
1589
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarIconComponent, [{
1144
+ /** @nocollapse */ EuimAvatarIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1145
+ /** @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 });
1146
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconComponent, decorators: [{
1590
1147
  type: Component,
1591
1148
  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"] }]
1592
- }], null, { color: [{
1149
+ }], propDecorators: { color: [{
1593
1150
  type: Input
1594
1151
  }], size: [{
1595
1152
  type: Input
@@ -1602,17 +1159,16 @@ class EuimAvatarIconComponent extends EuimBaseDirective {
1602
1159
  }], cssClasses: [{
1603
1160
  type: HostBinding,
1604
1161
  args: ['class']
1605
- }] });
1606
- })();
1162
+ }] } });
1607
1163
 
1608
1164
  class EuimAvatarIconModule {
1609
1165
  }
1610
- /** @nocollapse */ EuimAvatarIconModule.ɵfac = function EuimAvatarIconModule_Factory(t) { return new (t || EuimAvatarIconModule)(); };
1611
- /** @nocollapse */ EuimAvatarIconModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAvatarIconModule });
1612
- /** @nocollapse */ EuimAvatarIconModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1166
+ /** @nocollapse */ EuimAvatarIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1167
+ /** @nocollapse */ EuimAvatarIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, declarations: [EuimAvatarIconComponent], imports: [CommonModule,
1168
+ IonicModule], exports: [EuimAvatarIconComponent] });
1169
+ /** @nocollapse */ EuimAvatarIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, imports: [CommonModule,
1613
1170
  IonicModule] });
1614
- (function () {
1615
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarIconModule, [{
1171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, decorators: [{
1616
1172
  type: NgModule,
1617
1173
  args: [{
1618
1174
  imports: [
@@ -1626,91 +1182,36 @@ class EuimAvatarIconModule {
1626
1182
  EuimAvatarIconComponent,
1627
1183
  ],
1628
1184
  }]
1629
- }], null, null);
1630
- })();
1631
- (function () {
1632
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAvatarIconModule, { declarations: [EuimAvatarIconComponent], imports: [CommonModule,
1633
- IonicModule], exports: [EuimAvatarIconComponent] });
1634
- })();
1635
-
1636
- function EuimEmptyListPlaceholderComponent_ion_grid_2_ion_row_1_Template(rf, ctx) {
1637
- if (rf & 1) {
1638
- i0.ɵɵelementStart(0, "ion-row")(1, "ion-col", 4);
1639
- i0.ɵɵelement(2, "ion-icon", 5);
1640
- i0.ɵɵelementEnd()();
1641
- }
1642
- if (rf & 2) {
1643
- const ctx_r2 = i0.ɵɵnextContext(2);
1644
- i0.ɵɵadvance(2);
1645
- i0.ɵɵproperty("name", ctx_r2.icon);
1646
- }
1647
- }
1648
- function EuimEmptyListPlaceholderComponent_ion_grid_2_Template(rf, ctx) {
1649
- if (rf & 1) {
1650
- i0.ɵɵelementStart(0, "ion-grid");
1651
- i0.ɵɵtemplate(1, EuimEmptyListPlaceholderComponent_ion_grid_2_ion_row_1_Template, 3, 1, "ion-row", 0);
1652
- i0.ɵɵelementStart(2, "ion-row")(3, "ion-col", 2);
1653
- i0.ɵɵtext(4);
1654
- i0.ɵɵpipe(5, "translate");
1655
- i0.ɵɵelementEnd()();
1656
- i0.ɵɵelementStart(6, "ion-row")(7, "ion-col", 3);
1657
- i0.ɵɵtext(8);
1658
- i0.ɵɵelementEnd()()();
1659
- }
1660
- if (rf & 2) {
1661
- const ctx_r0 = i0.ɵɵnextContext();
1662
- i0.ɵɵadvance(1);
1663
- i0.ɵɵproperty("ngIf", ctx_r0.icon);
1664
- i0.ɵɵadvance(3);
1665
- i0.ɵɵtextInterpolate1(" ", i0.ɵɵpipeBind1(5, 3, ctx_r0.message || "euim.empty-list-placeholder.text"), " ");
1666
- i0.ɵɵadvance(4);
1667
- i0.ɵɵtextInterpolate1(" ", ctx_r0.description, " ");
1668
- }
1669
- }
1670
- const _c0$t = ["*"];
1185
+ }] });
1186
+
1671
1187
  class EuimEmptyListPlaceholderComponent extends EuimBaseDirective {
1672
1188
  hasCustomContent(contentElement) {
1673
1189
  return contentElement && contentElement.childNodes.length > 0;
1674
1190
  }
1675
1191
  }
1676
- /** @nocollapse */ EuimEmptyListPlaceholderComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimEmptyListPlaceholderComponent_BaseFactory; return function EuimEmptyListPlaceholderComponent_Factory(t) { return (ɵEuimEmptyListPlaceholderComponent_BaseFactory || (ɵEuimEmptyListPlaceholderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimEmptyListPlaceholderComponent)))(t || EuimEmptyListPlaceholderComponent); }; }();
1677
- /** @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) {
1678
- if (rf & 1) {
1679
- i0.ɵɵprojectionDef();
1680
- i0.ɵɵelementStart(0, "ion-slide")(1, "h4");
1681
- i0.ɵɵtemplate(2, EuimEmptyListPlaceholderComponent_ion_grid_2_Template, 9, 5, "ion-grid", 0);
1682
- i0.ɵɵelementStart(3, "span", null, 1);
1683
- i0.ɵɵprojection(5);
1684
- i0.ɵɵelementEnd()()();
1685
- }
1686
- if (rf & 2) {
1687
- const _r1 = i0.ɵɵreference(4);
1688
- i0.ɵɵadvance(2);
1689
- i0.ɵɵproperty("ngIf", !ctx.hasCustomContent(_r1));
1690
- }
1691
- }, 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}"] });
1692
- (function () {
1693
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimEmptyListPlaceholderComponent, [{
1192
+ /** @nocollapse */ EuimEmptyListPlaceholderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1193
+ /** @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" }] });
1194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderComponent, decorators: [{
1694
1195
  type: Component,
1695
1196
  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"] }]
1696
- }], null, { message: [{
1197
+ }], propDecorators: { message: [{
1697
1198
  type: Input
1698
1199
  }], icon: [{
1699
1200
  type: Input
1700
1201
  }], description: [{
1701
1202
  type: Input
1702
- }] });
1703
- })();
1203
+ }] } });
1704
1204
 
1705
1205
  class EuimEmptyListPlaceholderModule {
1706
1206
  }
1707
- /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵfac = function EuimEmptyListPlaceholderModule_Factory(t) { return new (t || EuimEmptyListPlaceholderModule)(); };
1708
- /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimEmptyListPlaceholderModule });
1709
- /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1207
+ /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1208
+ /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
1209
+ IonicModule,
1210
+ TranslateModule], exports: [EuimEmptyListPlaceholderComponent] });
1211
+ /** @nocollapse */ EuimEmptyListPlaceholderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, imports: [CommonModule,
1710
1212
  IonicModule,
1711
1213
  TranslateModule] });
1712
- (function () {
1713
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimEmptyListPlaceholderModule, [{
1214
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, decorators: [{
1714
1215
  type: NgModule,
1715
1216
  args: [{
1716
1217
  imports: [
@@ -1725,16 +1226,8 @@ class EuimEmptyListPlaceholderModule {
1725
1226
  EuimEmptyListPlaceholderComponent,
1726
1227
  ],
1727
1228
  }]
1728
- }], null, null);
1729
- })();
1730
- (function () {
1731
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimEmptyListPlaceholderModule, { declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
1732
- IonicModule,
1733
- TranslateModule], exports: [EuimEmptyListPlaceholderComponent] });
1734
- })();
1735
-
1736
- const _c0$s = [[["euim-message-title"]], "*"];
1737
- const _c1$i = ["euim-message-title", "*"];
1229
+ }] });
1230
+
1738
1231
  class EuimMessageComponent extends EuimBaseDirective {
1739
1232
  constructor() {
1740
1233
  super(...arguments);
@@ -1744,7 +1237,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1744
1237
  this._euiDanger = false;
1745
1238
  this._variant = 'info';
1746
1239
  }
1747
- get euiInfo() { return this._euiInfo; }
1240
+ get euiInfo() {
1241
+ return this._euiInfo;
1242
+ }
1748
1243
  set euiInfo(value) {
1749
1244
  this.resetVariantType();
1750
1245
  this._euiInfo = coerceBooleanProperty(value);
@@ -1752,7 +1247,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1752
1247
  this._variant = 'info';
1753
1248
  }
1754
1249
  }
1755
- get euiSuccess() { return this._euiSuccess; }
1250
+ get euiSuccess() {
1251
+ return this._euiSuccess;
1252
+ }
1756
1253
  set euiSuccess(value) {
1757
1254
  this.resetVariantType();
1758
1255
  this._euiSuccess = coerceBooleanProperty(value);
@@ -1760,7 +1257,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1760
1257
  this._variant = 'success';
1761
1258
  }
1762
1259
  }
1763
- get euiWarning() { return this._euiWarning; }
1260
+ get euiWarning() {
1261
+ return this._euiWarning;
1262
+ }
1764
1263
  set euiWarning(value) {
1765
1264
  this.resetVariantType();
1766
1265
  this._euiWarning = coerceBooleanProperty(value);
@@ -1768,7 +1267,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1768
1267
  this._variant = 'warning';
1769
1268
  }
1770
1269
  }
1771
- get euiDanger() { return this._euiDanger; }
1270
+ get euiDanger() {
1271
+ return this._euiDanger;
1272
+ }
1772
1273
  set euiDanger(value) {
1773
1274
  this.resetVariantType();
1774
1275
  this._euiDanger = coerceBooleanProperty(value);
@@ -1776,7 +1277,9 @@ class EuimMessageComponent extends EuimBaseDirective {
1776
1277
  this._variant = 'danger';
1777
1278
  }
1778
1279
  }
1779
- get variant() { return this._variant; }
1280
+ get variant() {
1281
+ return this._variant;
1282
+ }
1780
1283
  set variant(value) {
1781
1284
  this._euiWarning = (value === 'warning');
1782
1285
  this._euiInfo = (value === 'info');
@@ -1808,8 +1311,6 @@ class EuimMessageComponent extends EuimBaseDirective {
1808
1311
  return '';
1809
1312
  }
1810
1313
  }
1811
- ngOnInit() {
1812
- }
1813
1314
  get cssClasses() {
1814
1315
  return this.getCssClasses();
1815
1316
  }
@@ -1820,32 +1321,12 @@ class EuimMessageComponent extends EuimBaseDirective {
1820
1321
  ].join(' ');
1821
1322
  }
1822
1323
  }
1823
- /** @nocollapse */ EuimMessageComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMessageComponent_BaseFactory; return function EuimMessageComponent_Factory(t) { return (ɵEuimMessageComponent_BaseFactory || (ɵEuimMessageComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMessageComponent)))(t || EuimMessageComponent); }; }();
1824
- /** @nocollapse */ EuimMessageComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMessageComponent, selectors: [["euim-message"]], hostVars: 2, hostBindings: function EuimMessageComponent_HostBindings(rf, ctx) {
1825
- if (rf & 2) {
1826
- i0.ɵɵclassMap(ctx.cssClasses);
1827
- }
1828
- }, 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) {
1829
- if (rf & 1) {
1830
- i0.ɵɵprojectionDef(_c0$s);
1831
- i0.ɵɵelementStart(0, "div", 0);
1832
- i0.ɵɵelement(1, "ion-icon", 1);
1833
- i0.ɵɵelementEnd();
1834
- i0.ɵɵelementStart(2, "div", 2);
1835
- i0.ɵɵprojection(3);
1836
- i0.ɵɵprojection(4, 1);
1837
- i0.ɵɵelementEnd();
1838
- }
1839
- if (rf & 2) {
1840
- i0.ɵɵadvance(1);
1841
- i0.ɵɵproperty("name", ctx.icon);
1842
- }
1843
- }, 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 });
1844
- (function () {
1845
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMessageComponent, [{
1324
+ /** @nocollapse */ EuimMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1325
+ /** @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 });
1326
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageComponent, decorators: [{
1846
1327
  type: Component,
1847
1328
  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"] }]
1848
- }], null, { euiInfo: [{
1329
+ }], propDecorators: { euiInfo: [{
1849
1330
  type: Input
1850
1331
  }], euiSuccess: [{
1851
1332
  type: Input
@@ -1858,35 +1339,22 @@ class EuimMessageComponent extends EuimBaseDirective {
1858
1339
  }], cssClasses: [{
1859
1340
  type: HostBinding,
1860
1341
  args: ['class']
1861
- }] });
1862
- })();
1342
+ }] } });
1863
1343
 
1864
- const _c0$r = ["*"];
1865
1344
  class EuimMessageTitleComponent extends EuimBaseDirective {
1866
1345
  constructor() {
1867
1346
  super(...arguments);
1868
- this.class = 'euim-message-title';
1347
+ this.className = 'euim-message-title';
1869
1348
  }
1870
1349
  }
1871
- /** @nocollapse */ EuimMessageTitleComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMessageTitleComponent_BaseFactory; return function EuimMessageTitleComponent_Factory(t) { return (ɵEuimMessageTitleComponent_BaseFactory || (ɵEuimMessageTitleComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMessageTitleComponent)))(t || EuimMessageTitleComponent); }; }();
1872
- /** @nocollapse */ EuimMessageTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMessageTitleComponent, selectors: [["euim-message-title"]], hostVars: 2, hostBindings: function EuimMessageTitleComponent_HostBindings(rf, ctx) {
1873
- if (rf & 2) {
1874
- i0.ɵɵclassMap(ctx.class);
1875
- }
1876
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$r, decls: 1, vars: 0, template: function EuimMessageTitleComponent_Template(rf, ctx) {
1877
- if (rf & 1) {
1878
- i0.ɵɵprojectionDef();
1879
- i0.ɵɵprojection(0);
1880
- }
1881
- }, encapsulation: 2, changeDetection: 0 });
1882
- (function () {
1883
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMessageTitleComponent, [{
1350
+ /** @nocollapse */ EuimMessageTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageTitleComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1351
+ /** @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 });
1352
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageTitleComponent, decorators: [{
1884
1353
  type: Component,
1885
1354
  args: [{ selector: 'euim-message-title', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1886
- }], null, { class: [{
1355
+ }], propDecorators: { className: [{
1887
1356
  type: HostBinding
1888
- }] });
1889
- })();
1357
+ }] } });
1890
1358
 
1891
1359
  const COMPONENTS$7 = [
1892
1360
  EuimMessageComponent,
@@ -1894,12 +1362,14 @@ const COMPONENTS$7 = [
1894
1362
  ];
1895
1363
  class EuimMessageModule {
1896
1364
  }
1897
- /** @nocollapse */ EuimMessageModule.ɵfac = function EuimMessageModule_Factory(t) { return new (t || EuimMessageModule)(); };
1898
- /** @nocollapse */ EuimMessageModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMessageModule });
1899
- /** @nocollapse */ EuimMessageModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1365
+ /** @nocollapse */ EuimMessageModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1366
+ /** @nocollapse */ EuimMessageModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, declarations: [EuimMessageComponent,
1367
+ EuimMessageTitleComponent], imports: [CommonModule,
1368
+ IonicModule], exports: [EuimMessageComponent,
1369
+ EuimMessageTitleComponent] });
1370
+ /** @nocollapse */ EuimMessageModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, imports: [CommonModule,
1900
1371
  IonicModule] });
1901
- (function () {
1902
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMessageModule, [{
1372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, decorators: [{
1903
1373
  type: NgModule,
1904
1374
  args: [{
1905
1375
  imports: [
@@ -1913,14 +1383,7 @@ class EuimMessageModule {
1913
1383
  ...COMPONENTS$7,
1914
1384
  ],
1915
1385
  }]
1916
- }], null, null);
1917
- })();
1918
- (function () {
1919
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMessageModule, { declarations: [EuimMessageComponent,
1920
- EuimMessageTitleComponent], imports: [CommonModule,
1921
- IonicModule], exports: [EuimMessageComponent,
1922
- EuimMessageTitleComponent] });
1923
- })();
1386
+ }] });
1924
1387
 
1925
1388
  class EuimStepperChangeEvent {
1926
1389
  constructor(currentStep) {
@@ -1937,14 +1400,14 @@ class EuimStepperComponent extends EuimBaseDirective {
1937
1400
  this.previous = new EventEmitter();
1938
1401
  this.next = new EventEmitter();
1939
1402
  }
1940
- onPrevious(evt) {
1403
+ onPrevious() {
1941
1404
  if (this.currentStep > 1) {
1942
1405
  this.currentStep -= 1;
1943
1406
  }
1944
1407
  this.updateActionsState();
1945
1408
  this.previous.emit(new EuimStepperChangeEvent(this.currentStep));
1946
1409
  }
1947
- onNext(evt) {
1410
+ onNext() {
1948
1411
  if (this.currentStep < this.stepsCount) {
1949
1412
  this.currentStep += 1;
1950
1413
  }
@@ -1966,47 +1429,12 @@ class EuimStepperComponent extends EuimBaseDirective {
1966
1429
  }
1967
1430
  }
1968
1431
  }
1969
- /** @nocollapse */ EuimStepperComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimStepperComponent_BaseFactory; return function EuimStepperComponent_Factory(t) { return (ɵEuimStepperComponent_BaseFactory || (ɵEuimStepperComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimStepperComponent)))(t || EuimStepperComponent); }; }();
1970
- /** @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) {
1971
- if (rf & 1) {
1972
- 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);
1973
- i0.ɵɵlistener("click", function EuimStepperComponent_Template_ion_button_click_5_listener($event) { return ctx.onPrevious($event); });
1974
- i0.ɵɵelement(6, "ion-icon", 5);
1975
- i0.ɵɵelementStart(7, "ion-label");
1976
- i0.ɵɵtext(8);
1977
- i0.ɵɵpipe(9, "translate");
1978
- i0.ɵɵelementEnd()()();
1979
- i0.ɵɵelementStart(10, "ion-col", 6)(11, "ion-label", 7);
1980
- i0.ɵɵtext(12);
1981
- i0.ɵɵpipe(13, "translate");
1982
- i0.ɵɵelementEnd()();
1983
- i0.ɵɵelementStart(14, "ion-col", 8)(15, "ion-button", 4);
1984
- i0.ɵɵlistener("click", function EuimStepperComponent_Template_ion_button_click_15_listener($event) { return ctx.onNext($event); });
1985
- i0.ɵɵelementStart(16, "ion-label");
1986
- i0.ɵɵtext(17);
1987
- i0.ɵɵpipe(18, "translate");
1988
- i0.ɵɵelementEnd();
1989
- i0.ɵɵelement(19, "ion-icon", 9);
1990
- i0.ɵɵelementEnd()()()()()();
1991
- }
1992
- if (rf & 2) {
1993
- i0.ɵɵadvance(5);
1994
- i0.ɵɵproperty("disabled", ctx.isPreviousDisabled);
1995
- i0.ɵɵadvance(3);
1996
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(9, 7, "euim.stepper.previous"));
1997
- i0.ɵɵadvance(4);
1998
- i0.ɵɵtextInterpolate3(" ", ctx.currentStep, " ", i0.ɵɵpipeBind1(13, 9, "euim.stepper.of"), " ", ctx.stepsCount, " ");
1999
- i0.ɵɵadvance(3);
2000
- i0.ɵɵproperty("disabled", ctx.isNextDisabled);
2001
- i0.ɵɵadvance(2);
2002
- i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(18, 11, "euim.stepper.next"));
2003
- }
2004
- }, dependencies: [i1.IonButton, i1.IonCol, i1.IonFooter, i1.IonIcon, i1.IonLabel, i1.IonRow, i1.IonToolbar, i1$1.TranslatePipe], encapsulation: 2 });
2005
- (function () {
2006
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimStepperComponent, [{
1432
+ /** @nocollapse */ EuimStepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1433
+ /** @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" }] });
1434
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponent, decorators: [{
2007
1435
  type: Component,
2008
- 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" }]
2009
- }], null, { currentStep: [{
1436
+ 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" }]
1437
+ }], propDecorators: { currentStep: [{
2010
1438
  type: Input
2011
1439
  }], stepsCount: [{
2012
1440
  type: Input
@@ -2018,18 +1446,18 @@ class EuimStepperComponent extends EuimBaseDirective {
2018
1446
  type: Output
2019
1447
  }], next: [{
2020
1448
  type: Output
2021
- }] });
2022
- })();
1449
+ }] } });
2023
1450
 
2024
1451
  class EuimStepperComponentModule {
2025
1452
  }
2026
- /** @nocollapse */ EuimStepperComponentModule.ɵfac = function EuimStepperComponentModule_Factory(t) { return new (t || EuimStepperComponentModule)(); };
2027
- /** @nocollapse */ EuimStepperComponentModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimStepperComponentModule });
2028
- /** @nocollapse */ EuimStepperComponentModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1453
+ /** @nocollapse */ EuimStepperComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1454
+ /** @nocollapse */ EuimStepperComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, declarations: [EuimStepperComponent], imports: [CommonModule,
1455
+ IonicModule,
1456
+ TranslateModule], exports: [EuimStepperComponent] });
1457
+ /** @nocollapse */ EuimStepperComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, imports: [CommonModule,
2029
1458
  IonicModule,
2030
1459
  TranslateModule] });
2031
- (function () {
2032
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimStepperComponentModule, [{
1460
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, decorators: [{
2033
1461
  type: NgModule,
2034
1462
  args: [{
2035
1463
  imports: [
@@ -2044,103 +1472,55 @@ class EuimStepperComponentModule {
2044
1472
  EuimStepperComponent,
2045
1473
  ],
2046
1474
  }]
2047
- }], null, null);
2048
- })();
2049
- (function () {
2050
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimStepperComponentModule, { declarations: [EuimStepperComponent], imports: [CommonModule,
2051
- IonicModule,
2052
- TranslateModule], exports: [EuimStepperComponent] });
2053
- })();
2054
-
2055
- const _c0$q = [[["euim-fieldset-legend"]], [["euim-fieldset-actions"]], "*"];
2056
- const _c1$h = ["euim-fieldset-legend", "euim-fieldset-actions", "*"];
1475
+ }] });
1476
+
2057
1477
  class EuimFieldSetComponent extends EuimBaseDirective {
2058
1478
  constructor() {
2059
1479
  super(...arguments);
2060
- this.string = 'euim-fieldset';
1480
+ this.className = 'euim-fieldset';
2061
1481
  }
2062
1482
  }
2063
- /** @nocollapse */ EuimFieldSetComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldSetComponent_BaseFactory; return function EuimFieldSetComponent_Factory(t) { return (ɵEuimFieldSetComponent_BaseFactory || (ɵEuimFieldSetComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldSetComponent)))(t || EuimFieldSetComponent); }; }();
2064
- /** @nocollapse */ EuimFieldSetComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldSetComponent, selectors: [["euim-fieldset"]], hostVars: 2, hostBindings: function EuimFieldSetComponent_HostBindings(rf, ctx) {
2065
- if (rf & 2) {
2066
- i0.ɵɵclassMap(ctx.string);
2067
- }
2068
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c1$h, decls: 5, vars: 0, consts: [[1, "euim-fieldset__header"]], template: function EuimFieldSetComponent_Template(rf, ctx) {
2069
- if (rf & 1) {
2070
- i0.ɵɵprojectionDef(_c0$q);
2071
- i0.ɵɵelementStart(0, "div")(1, "div", 0);
2072
- i0.ɵɵprojection(2);
2073
- i0.ɵɵprojection(3, 1);
2074
- i0.ɵɵelementEnd();
2075
- i0.ɵɵprojection(4, 2);
2076
- i0.ɵɵelementEnd();
2077
- }
2078
- }, 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 });
2079
- (function () {
2080
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldSetComponent, [{
1483
+ /** @nocollapse */ EuimFieldSetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldSetComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1484
+ /** @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 });
1485
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldSetComponent, decorators: [{
2081
1486
  type: Component,
2082
1487
  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"] }]
2083
- }], null, { string: [{
1488
+ }], propDecorators: { className: [{
2084
1489
  type: HostBinding,
2085
1490
  args: ['class']
2086
- }] });
2087
- })();
1491
+ }] } });
2088
1492
 
2089
- const _c0$p = ["*"];
2090
1493
  class EuimFieldsetLegendComponent extends EuimBaseDirective {
2091
1494
  constructor() {
2092
1495
  super(...arguments);
2093
- this.string = 'euim-fieldset-legend';
1496
+ this.className = 'euim-fieldset-legend';
2094
1497
  }
2095
1498
  }
2096
- /** @nocollapse */ EuimFieldsetLegendComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldsetLegendComponent_BaseFactory; return function EuimFieldsetLegendComponent_Factory(t) { return (ɵEuimFieldsetLegendComponent_BaseFactory || (ɵEuimFieldsetLegendComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldsetLegendComponent)))(t || EuimFieldsetLegendComponent); }; }();
2097
- /** @nocollapse */ EuimFieldsetLegendComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldsetLegendComponent, selectors: [["euim-fieldset-legend"]], hostVars: 2, hostBindings: function EuimFieldsetLegendComponent_HostBindings(rf, ctx) {
2098
- if (rf & 2) {
2099
- i0.ɵɵclassMap(ctx.string);
2100
- }
2101
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$p, decls: 1, vars: 0, template: function EuimFieldsetLegendComponent_Template(rf, ctx) {
2102
- if (rf & 1) {
2103
- i0.ɵɵprojectionDef();
2104
- i0.ɵɵprojection(0);
2105
- }
2106
- }, encapsulation: 2, changeDetection: 0 });
2107
- (function () {
2108
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldsetLegendComponent, [{
1499
+ /** @nocollapse */ EuimFieldsetLegendComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetLegendComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1500
+ /** @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 });
1501
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetLegendComponent, decorators: [{
2109
1502
  type: Component,
2110
1503
  args: [{ selector: 'euim-fieldset-legend', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
2111
- }], null, { string: [{
1504
+ }], propDecorators: { className: [{
2112
1505
  type: HostBinding,
2113
1506
  args: ['class']
2114
- }] });
2115
- })();
1507
+ }] } });
2116
1508
 
2117
- const _c0$o = ["*"];
2118
1509
  class EuimFieldsetActionsComponent extends EuimBaseDirective {
2119
1510
  constructor() {
2120
1511
  super(...arguments);
2121
- this.string = 'euim-fieldset-actions';
1512
+ this.className = 'euim-fieldset-actions';
2122
1513
  }
2123
1514
  }
2124
- /** @nocollapse */ EuimFieldsetActionsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimFieldsetActionsComponent_BaseFactory; return function EuimFieldsetActionsComponent_Factory(t) { return (ɵEuimFieldsetActionsComponent_BaseFactory || (ɵEuimFieldsetActionsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimFieldsetActionsComponent)))(t || EuimFieldsetActionsComponent); }; }();
2125
- /** @nocollapse */ EuimFieldsetActionsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimFieldsetActionsComponent, selectors: [["euim-fieldset-actions"]], hostVars: 2, hostBindings: function EuimFieldsetActionsComponent_HostBindings(rf, ctx) {
2126
- if (rf & 2) {
2127
- i0.ɵɵclassMap(ctx.string);
2128
- }
2129
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$o, decls: 1, vars: 0, template: function EuimFieldsetActionsComponent_Template(rf, ctx) {
2130
- if (rf & 1) {
2131
- i0.ɵɵprojectionDef();
2132
- i0.ɵɵprojection(0);
2133
- }
2134
- }, encapsulation: 2, changeDetection: 0 });
2135
- (function () {
2136
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldsetActionsComponent, [{
1515
+ /** @nocollapse */ EuimFieldsetActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetActionsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1516
+ /** @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 });
1517
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetActionsComponent, decorators: [{
2137
1518
  type: Component,
2138
1519
  args: [{ selector: 'euim-fieldset-actions', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
2139
- }], null, { string: [{
1520
+ }], propDecorators: { className: [{
2140
1521
  type: HostBinding,
2141
1522
  args: ['class']
2142
- }] });
2143
- })();
1523
+ }] } });
2144
1524
 
2145
1525
  const COMPONENTS$6 = [
2146
1526
  EuimFieldSetComponent,
@@ -2149,12 +1529,16 @@ const COMPONENTS$6 = [
2149
1529
  ];
2150
1530
  class EuimFieldsetModule {
2151
1531
  }
2152
- /** @nocollapse */ EuimFieldsetModule.ɵfac = function EuimFieldsetModule_Factory(t) { return new (t || EuimFieldsetModule)(); };
2153
- /** @nocollapse */ EuimFieldsetModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimFieldsetModule });
2154
- /** @nocollapse */ EuimFieldsetModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1532
+ /** @nocollapse */ EuimFieldsetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1533
+ /** @nocollapse */ EuimFieldsetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, declarations: [EuimFieldSetComponent,
1534
+ EuimFieldsetLegendComponent,
1535
+ EuimFieldsetActionsComponent], imports: [CommonModule,
1536
+ IonicModule], exports: [EuimFieldSetComponent,
1537
+ EuimFieldsetLegendComponent,
1538
+ EuimFieldsetActionsComponent] });
1539
+ /** @nocollapse */ EuimFieldsetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, imports: [CommonModule,
2155
1540
  IonicModule] });
2156
- (function () {
2157
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimFieldsetModule, [{
1541
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, decorators: [{
2158
1542
  type: NgModule,
2159
1543
  args: [{
2160
1544
  imports: [
@@ -2168,18 +1552,9 @@ class EuimFieldsetModule {
2168
1552
  ...COMPONENTS$6,
2169
1553
  ],
2170
1554
  }]
2171
- }], null, null);
2172
- })();
2173
- (function () {
2174
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimFieldsetModule, { declarations: [EuimFieldSetComponent,
2175
- EuimFieldsetLegendComponent,
2176
- EuimFieldsetActionsComponent], imports: [CommonModule,
2177
- IonicModule], exports: [EuimFieldSetComponent,
2178
- EuimFieldsetLegendComponent,
2179
- EuimFieldsetActionsComponent] });
2180
- })();
2181
-
2182
- const _c0$n = ["*"];
1555
+ }] });
1556
+
1557
+ /* eslint-disable @angular-eslint/component-selector */
2183
1558
  class EuimSpinnerComponent extends EuimBaseDirective {
2184
1559
  get cssClasses() {
2185
1560
  return this.getCssClasses();
@@ -2190,30 +1565,17 @@ class EuimSpinnerComponent extends EuimBaseDirective {
2190
1565
  ].join(' ');
2191
1566
  }
2192
1567
  }
2193
- /** @nocollapse */ EuimSpinnerComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimSpinnerComponent_BaseFactory; return function EuimSpinnerComponent_Factory(t) { return (ɵEuimSpinnerComponent_BaseFactory || (ɵEuimSpinnerComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimSpinnerComponent)))(t || EuimSpinnerComponent); }; }();
2194
- /** @nocollapse */ EuimSpinnerComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSpinnerComponent, selectors: [["euim-spinner"]], hostVars: 2, hostBindings: function EuimSpinnerComponent_HostBindings(rf, ctx) {
2195
- if (rf & 2) {
2196
- i0.ɵɵclassMap(ctx.cssClasses);
2197
- }
2198
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$n, decls: 2, vars: 0, consts: [[1, "euim-spinner__icon"]], template: function EuimSpinnerComponent_Template(rf, ctx) {
2199
- if (rf & 1) {
2200
- i0.ɵɵprojectionDef();
2201
- i0.ɵɵelement(0, "ion-spinner", 0);
2202
- i0.ɵɵprojection(1);
2203
- }
2204
- }, 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 });
2205
- (function () {
2206
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerComponent, [{
1568
+ /** @nocollapse */ EuimSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1569
+ /** @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 });
1570
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponent, decorators: [{
2207
1571
  type: Component,
2208
1572
  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"] }]
2209
- }], null, { cssClasses: [{
1573
+ }], propDecorators: { cssClasses: [{
2210
1574
  type: HostBinding,
2211
1575
  args: ['class']
2212
- }] });
2213
- })();
1576
+ }] } });
2214
1577
 
2215
- const _c0$m = ["euimSpinnerMessage", ""];
2216
- const _c1$g = ["*"];
1578
+ /* eslint-disable @angular-eslint/component-selector */
2217
1579
  class EuimSpinnerMessageComponent extends EuimBaseDirective {
2218
1580
  get cssClasses() {
2219
1581
  return this.getCssClasses();
@@ -2224,29 +1586,17 @@ class EuimSpinnerMessageComponent extends EuimBaseDirective {
2224
1586
  ].join(' ');
2225
1587
  }
2226
1588
  }
2227
- /** @nocollapse */ EuimSpinnerMessageComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimSpinnerMessageComponent_BaseFactory; return function EuimSpinnerMessageComponent_Factory(t) { return (ɵEuimSpinnerMessageComponent_BaseFactory || (ɵEuimSpinnerMessageComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimSpinnerMessageComponent)))(t || EuimSpinnerMessageComponent); }; }();
2228
- /** @nocollapse */ EuimSpinnerMessageComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSpinnerMessageComponent, selectors: [["", "euimSpinnerMessage", ""]], hostVars: 2, hostBindings: function EuimSpinnerMessageComponent_HostBindings(rf, ctx) {
2229
- if (rf & 2) {
2230
- i0.ɵɵclassMap(ctx.cssClasses);
2231
- }
2232
- }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$m, ngContentSelectors: _c1$g, decls: 1, vars: 0, template: function EuimSpinnerMessageComponent_Template(rf, ctx) {
2233
- if (rf & 1) {
2234
- i0.ɵɵprojectionDef();
2235
- i0.ɵɵprojection(0);
2236
- }
2237
- }, 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 });
2238
- (function () {
2239
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerMessageComponent, [{
1589
+ /** @nocollapse */ EuimSpinnerMessageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerMessageComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1590
+ /** @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 });
1591
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerMessageComponent, decorators: [{
2240
1592
  type: Component,
2241
1593
  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"] }]
2242
- }], null, { cssClasses: [{
1594
+ }], propDecorators: { cssClasses: [{
2243
1595
  type: HostBinding,
2244
1596
  args: ['class']
2245
- }] });
2246
- })();
1597
+ }] } });
2247
1598
 
2248
- const _c0$l = ["euimSpinnerDescription", ""];
2249
- const _c1$f = ["*"];
1599
+ /* eslint-disable @angular-eslint/component-selector */
2250
1600
  class EuimSpinnerDescriptionComponent extends EuimBaseDirective {
2251
1601
  get cssClasses() {
2252
1602
  return this.getCssClasses();
@@ -2257,36 +1607,30 @@ class EuimSpinnerDescriptionComponent extends EuimBaseDirective {
2257
1607
  ].join(' ');
2258
1608
  }
2259
1609
  }
2260
- /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimSpinnerDescriptionComponent_BaseFactory; return function EuimSpinnerDescriptionComponent_Factory(t) { return (ɵEuimSpinnerDescriptionComponent_BaseFactory || (ɵEuimSpinnerDescriptionComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimSpinnerDescriptionComponent)))(t || EuimSpinnerDescriptionComponent); }; }();
2261
- /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSpinnerDescriptionComponent, selectors: [["", "euimSpinnerDescription", ""]], hostVars: 2, hostBindings: function EuimSpinnerDescriptionComponent_HostBindings(rf, ctx) {
2262
- if (rf & 2) {
2263
- i0.ɵɵclassMap(ctx.cssClasses);
2264
- }
2265
- }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c0$l, ngContentSelectors: _c1$f, decls: 1, vars: 0, template: function EuimSpinnerDescriptionComponent_Template(rf, ctx) {
2266
- if (rf & 1) {
2267
- i0.ɵɵprojectionDef();
2268
- i0.ɵɵprojection(0);
2269
- }
2270
- }, 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 });
2271
- (function () {
2272
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerDescriptionComponent, [{
1610
+ /** @nocollapse */ EuimSpinnerDescriptionComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerDescriptionComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1611
+ /** @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 });
1612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerDescriptionComponent, decorators: [{
2273
1613
  type: Component,
2274
1614
  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"] }]
2275
- }], null, { cssClasses: [{
1615
+ }], propDecorators: { cssClasses: [{
2276
1616
  type: HostBinding,
2277
1617
  args: ['class']
2278
- }] });
2279
- })();
1618
+ }] } });
2280
1619
 
2281
1620
  class EuimSpinnerComponentModule {
2282
1621
  }
2283
- /** @nocollapse */ EuimSpinnerComponentModule.ɵfac = function EuimSpinnerComponentModule_Factory(t) { return new (t || EuimSpinnerComponentModule)(); };
2284
- /** @nocollapse */ EuimSpinnerComponentModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimSpinnerComponentModule });
2285
- /** @nocollapse */ EuimSpinnerComponentModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1622
+ /** @nocollapse */ EuimSpinnerComponentModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1623
+ /** @nocollapse */ EuimSpinnerComponentModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, declarations: [EuimSpinnerComponent,
1624
+ EuimSpinnerMessageComponent,
1625
+ EuimSpinnerDescriptionComponent], imports: [CommonModule,
1626
+ IonicModule,
1627
+ TranslateModule], exports: [EuimSpinnerComponent,
1628
+ EuimSpinnerMessageComponent,
1629
+ EuimSpinnerDescriptionComponent] });
1630
+ /** @nocollapse */ EuimSpinnerComponentModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, imports: [CommonModule,
2286
1631
  IonicModule,
2287
1632
  TranslateModule] });
2288
- (function () {
2289
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSpinnerComponentModule, [{
1633
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, decorators: [{
2290
1634
  type: NgModule,
2291
1635
  args: [{
2292
1636
  imports: [
@@ -2305,25 +1649,8 @@ class EuimSpinnerComponentModule {
2305
1649
  EuimSpinnerDescriptionComponent
2306
1650
  ],
2307
1651
  }]
2308
- }], null, null);
2309
- })();
2310
- (function () {
2311
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimSpinnerComponentModule, { declarations: [EuimSpinnerComponent,
2312
- EuimSpinnerMessageComponent,
2313
- EuimSpinnerDescriptionComponent], imports: [CommonModule,
2314
- IonicModule,
2315
- TranslateModule], exports: [EuimSpinnerComponent,
2316
- EuimSpinnerMessageComponent,
2317
- EuimSpinnerDescriptionComponent] });
2318
- })();
2319
-
2320
- function EuimMediaHeaderComponent_div_1_Template(rf, ctx) {
2321
- if (rf & 1) {
2322
- i0.ɵɵelement(0, "div", 2);
2323
- }
2324
- }
2325
- const _c0$k = [[["", "euimMediaHeaderImage", ""]], "*"];
2326
- const _c1$e = ["[euimMediaHeaderImage]", "*"];
1652
+ }] });
1653
+
2327
1654
  class EuimMediaHeaderComponent extends EuimBaseDirective {
2328
1655
  constructor() {
2329
1656
  super(...arguments);
@@ -2332,19 +1659,27 @@ class EuimMediaHeaderComponent extends EuimBaseDirective {
2332
1659
  this._euimSizeM = true;
2333
1660
  this._euimSizeL = false;
2334
1661
  }
2335
- get euimNoGradient() { return this._euimNoGradient; }
1662
+ get euimNoGradient() {
1663
+ return this._euimNoGradient;
1664
+ }
2336
1665
  set euimNoGradient(value) {
2337
1666
  this._euimNoGradient = coerceBooleanProperty(value);
2338
1667
  }
2339
- get euimSizeS() { return this._euimSizeS; }
1668
+ get euimSizeS() {
1669
+ return this._euimSizeS;
1670
+ }
2340
1671
  set euimSizeS(value) {
2341
1672
  this._euimSizeS = coerceBooleanProperty(value);
2342
1673
  }
2343
- get euimSizeM() { return this._euimSizeM; }
1674
+ get euimSizeM() {
1675
+ return this._euimSizeM;
1676
+ }
2344
1677
  set euimSizeM(value) {
2345
1678
  this._euimSizeM = coerceBooleanProperty(value);
2346
1679
  }
2347
- get euimSizeL() { return this._euimSizeL; }
1680
+ get euimSizeL() {
1681
+ return this._euimSizeL;
1682
+ }
2348
1683
  set euimSizeL(value) {
2349
1684
  this._euimSizeL = coerceBooleanProperty(value);
2350
1685
  }
@@ -2368,30 +1703,12 @@ class EuimMediaHeaderComponent extends EuimBaseDirective {
2368
1703
  ].join(' ');
2369
1704
  }
2370
1705
  }
2371
- /** @nocollapse */ EuimMediaHeaderComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimMediaHeaderComponent_BaseFactory; return function EuimMediaHeaderComponent_Factory(t) { return (ɵEuimMediaHeaderComponent_BaseFactory || (ɵEuimMediaHeaderComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimMediaHeaderComponent)))(t || EuimMediaHeaderComponent); }; }();
2372
- /** @nocollapse */ EuimMediaHeaderComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderComponent, selectors: [["euim-media-header"]], hostVars: 2, hostBindings: function EuimMediaHeaderComponent_HostBindings(rf, ctx) {
2373
- if (rf & 2) {
2374
- i0.ɵɵclassMap(ctx.cssClasses);
2375
- }
2376
- }, 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) {
2377
- if (rf & 1) {
2378
- i0.ɵɵprojectionDef(_c0$k);
2379
- i0.ɵɵprojection(0);
2380
- i0.ɵɵtemplate(1, EuimMediaHeaderComponent_div_1_Template, 1, 0, "div", 0);
2381
- i0.ɵɵelementStart(2, "div", 1);
2382
- i0.ɵɵprojection(3, 1);
2383
- i0.ɵɵelementEnd();
2384
- }
2385
- if (rf & 2) {
2386
- i0.ɵɵadvance(1);
2387
- i0.ɵɵproperty("ngIf", !ctx.euimNoGradient);
2388
- }
2389
- }, 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 });
2390
- (function () {
2391
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderComponent, [{
1706
+ /** @nocollapse */ EuimMediaHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1707
+ /** @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 });
1708
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderComponent, decorators: [{
2392
1709
  type: Component,
2393
1710
  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"] }]
2394
- }], null, { euimNoGradient: [{
1711
+ }], propDecorators: { euimNoGradient: [{
2395
1712
  type: Input
2396
1713
  }], euimSizeS: [{
2397
1714
  type: Input
@@ -2402,101 +1719,64 @@ class EuimMediaHeaderComponent extends EuimBaseDirective {
2402
1719
  }], cssClasses: [{
2403
1720
  type: HostBinding,
2404
1721
  args: ['class']
2405
- }] });
2406
- })();
1722
+ }] } });
2407
1723
 
2408
- const _c0$j = ["euimMediaHeaderMeta", ""];
2409
- const _c1$d = ["*"];
1724
+ /* eslint-disable @angular-eslint/component-selector */
2410
1725
  class EuimMediaHeaderMetaComponent {
2411
1726
  constructor() {
2412
- this.string = 'euim-media-header__meta';
1727
+ this.className = 'euim-media-header__meta';
2413
1728
  }
2414
1729
  }
2415
- /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵfac = function EuimMediaHeaderMetaComponent_Factory(t) { return new (t || EuimMediaHeaderMetaComponent)(); };
2416
- /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderMetaComponent, selectors: [["", "euimMediaHeaderMeta", ""]], hostVars: 2, hostBindings: function EuimMediaHeaderMetaComponent_HostBindings(rf, ctx) {
2417
- if (rf & 2) {
2418
- i0.ɵɵclassMap(ctx.string);
2419
- }
2420
- }, attrs: _c0$j, ngContentSelectors: _c1$d, decls: 1, vars: 0, template: function EuimMediaHeaderMetaComponent_Template(rf, ctx) {
2421
- if (rf & 1) {
2422
- i0.ɵɵprojectionDef();
2423
- i0.ɵɵprojection(0);
2424
- }
2425
- }, encapsulation: 2 });
2426
- (function () {
2427
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderMetaComponent, [{
1730
+ /** @nocollapse */ EuimMediaHeaderMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1731
+ /** @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 });
1732
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderMetaComponent, decorators: [{
2428
1733
  type: Component,
2429
1734
  args: [{
2430
1735
  selector: '[euimMediaHeaderMeta]',
2431
1736
  template: '<ng-content></ng-content>',
2432
1737
  }]
2433
- }], null, { string: [{
1738
+ }], propDecorators: { className: [{
2434
1739
  type: HostBinding,
2435
1740
  args: ['class']
2436
- }] });
2437
- })();
1741
+ }] } });
2438
1742
 
2439
- const _c0$i = ["euimMediaHeaderTitle", ""];
2440
- const _c1$c = ["*"];
1743
+ /* eslint-disable @angular-eslint/component-selector */
2441
1744
  class EuimMediaHeaderTitleComponent {
2442
1745
  constructor() {
2443
- this.string = 'euim-media-header__title';
1746
+ this.className = 'euim-media-header__title';
2444
1747
  }
2445
1748
  }
2446
- /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵfac = function EuimMediaHeaderTitleComponent_Factory(t) { return new (t || EuimMediaHeaderTitleComponent)(); };
2447
- /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderTitleComponent, selectors: [["", "euimMediaHeaderTitle", ""]], hostVars: 2, hostBindings: function EuimMediaHeaderTitleComponent_HostBindings(rf, ctx) {
2448
- if (rf & 2) {
2449
- i0.ɵɵclassMap(ctx.string);
2450
- }
2451
- }, attrs: _c0$i, ngContentSelectors: _c1$c, decls: 1, vars: 0, template: function EuimMediaHeaderTitleComponent_Template(rf, ctx) {
2452
- if (rf & 1) {
2453
- i0.ɵɵprojectionDef();
2454
- i0.ɵɵprojection(0);
2455
- }
2456
- }, encapsulation: 2 });
2457
- (function () {
2458
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderTitleComponent, [{
1749
+ /** @nocollapse */ EuimMediaHeaderTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1750
+ /** @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 });
1751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderTitleComponent, decorators: [{
2459
1752
  type: Component,
2460
1753
  args: [{
2461
1754
  selector: '[euimMediaHeaderTitle]',
2462
1755
  template: '<ng-content></ng-content>',
2463
1756
  }]
2464
- }], null, { string: [{
1757
+ }], propDecorators: { className: [{
2465
1758
  type: HostBinding,
2466
1759
  args: ['class']
2467
- }] });
2468
- })();
1760
+ }] } });
2469
1761
 
2470
- const _c0$h = ["euimMediaHeaderImage", ""];
2471
- const _c1$b = ["*"];
1762
+ /* eslint-disable @angular-eslint/component-selector */
2472
1763
  class EuimMediaHeaderImageComponent {
2473
1764
  constructor() {
2474
- this.string = 'euim-media-header__image';
1765
+ this.className = 'euim-media-header__image';
2475
1766
  }
2476
1767
  }
2477
- /** @nocollapse */ EuimMediaHeaderImageComponent.ɵfac = function EuimMediaHeaderImageComponent_Factory(t) { return new (t || EuimMediaHeaderImageComponent)(); };
2478
- /** @nocollapse */ EuimMediaHeaderImageComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimMediaHeaderImageComponent, selectors: [["", "euimMediaHeaderImage", ""]], hostVars: 2, hostBindings: function EuimMediaHeaderImageComponent_HostBindings(rf, ctx) {
2479
- if (rf & 2) {
2480
- i0.ɵɵclassMap(ctx.string);
2481
- }
2482
- }, attrs: _c0$h, ngContentSelectors: _c1$b, decls: 1, vars: 0, template: function EuimMediaHeaderImageComponent_Template(rf, ctx) {
2483
- if (rf & 1) {
2484
- i0.ɵɵprojectionDef();
2485
- i0.ɵɵprojection(0);
2486
- }
2487
- }, encapsulation: 2 });
2488
- (function () {
2489
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderImageComponent, [{
1768
+ /** @nocollapse */ EuimMediaHeaderImageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderImageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1769
+ /** @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 });
1770
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderImageComponent, decorators: [{
2490
1771
  type: Component,
2491
1772
  args: [{
2492
1773
  selector: '[euimMediaHeaderImage]',
2493
1774
  template: '<ng-content></ng-content>',
2494
1775
  }]
2495
- }], null, { string: [{
1776
+ }], propDecorators: { className: [{
2496
1777
  type: HostBinding,
2497
1778
  args: ['class']
2498
- }] });
2499
- })();
1779
+ }] } });
2500
1780
 
2501
1781
  const COMPONENTS$5 = [
2502
1782
  EuimMediaHeaderComponent,
@@ -2506,12 +1786,18 @@ const COMPONENTS$5 = [
2506
1786
  ];
2507
1787
  class EuimMediaHeaderModule {
2508
1788
  }
2509
- /** @nocollapse */ EuimMediaHeaderModule.ɵfac = function EuimMediaHeaderModule_Factory(t) { return new (t || EuimMediaHeaderModule)(); };
2510
- /** @nocollapse */ EuimMediaHeaderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimMediaHeaderModule });
2511
- /** @nocollapse */ EuimMediaHeaderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1789
+ /** @nocollapse */ EuimMediaHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1790
+ /** @nocollapse */ EuimMediaHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, declarations: [EuimMediaHeaderComponent,
1791
+ EuimMediaHeaderTitleComponent,
1792
+ EuimMediaHeaderMetaComponent,
1793
+ EuimMediaHeaderImageComponent], imports: [CommonModule,
1794
+ IonicModule], exports: [EuimMediaHeaderComponent,
1795
+ EuimMediaHeaderTitleComponent,
1796
+ EuimMediaHeaderMetaComponent,
1797
+ EuimMediaHeaderImageComponent] });
1798
+ /** @nocollapse */ EuimMediaHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, imports: [CommonModule,
2512
1799
  IonicModule] });
2513
- (function () {
2514
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimMediaHeaderModule, [{
1800
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, decorators: [{
2515
1801
  type: NgModule,
2516
1802
  args: [{
2517
1803
  imports: [
@@ -2525,20 +1811,8 @@ class EuimMediaHeaderModule {
2525
1811
  ...COMPONENTS$5,
2526
1812
  ],
2527
1813
  }]
2528
- }], null, null);
2529
- })();
2530
- (function () {
2531
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimMediaHeaderModule, { declarations: [EuimMediaHeaderComponent,
2532
- EuimMediaHeaderTitleComponent,
2533
- EuimMediaHeaderMetaComponent,
2534
- EuimMediaHeaderImageComponent], imports: [CommonModule,
2535
- IonicModule], exports: [EuimMediaHeaderComponent,
2536
- EuimMediaHeaderTitleComponent,
2537
- EuimMediaHeaderMetaComponent,
2538
- EuimMediaHeaderImageComponent] });
2539
- })();
2540
-
2541
- const _c0$g = ["*"];
1814
+ }] });
1815
+
2542
1816
  class EuimDataSummaryComponent extends EuimBaseDirective {
2543
1817
  get cssClasses() {
2544
1818
  return this.getCssClasses();
@@ -2549,118 +1823,71 @@ class EuimDataSummaryComponent extends EuimBaseDirective {
2549
1823
  ].join(' ');
2550
1824
  }
2551
1825
  }
2552
- /** @nocollapse */ EuimDataSummaryComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimDataSummaryComponent_BaseFactory; return function EuimDataSummaryComponent_Factory(t) { return (ɵEuimDataSummaryComponent_BaseFactory || (ɵEuimDataSummaryComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimDataSummaryComponent)))(t || EuimDataSummaryComponent); }; }();
2553
- /** @nocollapse */ EuimDataSummaryComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryComponent, selectors: [["euim-data-summary"]], hostVars: 2, hostBindings: function EuimDataSummaryComponent_HostBindings(rf, ctx) {
2554
- if (rf & 2) {
2555
- i0.ɵɵclassMap(ctx.cssClasses);
2556
- }
2557
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$g, decls: 1, vars: 0, template: function EuimDataSummaryComponent_Template(rf, ctx) {
2558
- if (rf & 1) {
2559
- i0.ɵɵprojectionDef();
2560
- i0.ɵɵprojection(0);
2561
- }
2562
- }, 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 });
2563
- (function () {
2564
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryComponent, [{
1826
+ /** @nocollapse */ EuimDataSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1827
+ /** @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 });
1828
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryComponent, decorators: [{
2565
1829
  type: Component,
2566
1830
  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"] }]
2567
- }], null, { cssClasses: [{
1831
+ }], propDecorators: { cssClasses: [{
2568
1832
  type: HostBinding,
2569
1833
  args: ['class']
2570
- }] });
2571
- })();
1834
+ }] } });
2572
1835
 
2573
- const _c0$f = ["*"];
2574
1836
  class EuimDataSummaryColComponent {
2575
1837
  constructor() {
2576
- this.string = 'euim-data-summary__col';
1838
+ this.className = 'euim-data-summary__col';
2577
1839
  }
2578
1840
  }
2579
- /** @nocollapse */ EuimDataSummaryColComponent.ɵfac = function EuimDataSummaryColComponent_Factory(t) { return new (t || EuimDataSummaryColComponent)(); };
2580
- /** @nocollapse */ EuimDataSummaryColComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryColComponent, selectors: [["euim-data-summary-col"]], hostVars: 2, hostBindings: function EuimDataSummaryColComponent_HostBindings(rf, ctx) {
2581
- if (rf & 2) {
2582
- i0.ɵɵclassMap(ctx.string);
2583
- }
2584
- }, ngContentSelectors: _c0$f, decls: 1, vars: 0, template: function EuimDataSummaryColComponent_Template(rf, ctx) {
2585
- if (rf & 1) {
2586
- i0.ɵɵprojectionDef();
2587
- i0.ɵɵprojection(0);
2588
- }
2589
- }, encapsulation: 2 });
2590
- (function () {
2591
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryColComponent, [{
1841
+ /** @nocollapse */ EuimDataSummaryColComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1842
+ /** @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 });
1843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColComponent, decorators: [{
2592
1844
  type: Component,
2593
1845
  args: [{
2594
1846
  selector: 'euim-data-summary-col',
2595
1847
  template: '<ng-content></ng-content>',
2596
1848
  }]
2597
- }], null, { string: [{
1849
+ }], propDecorators: { className: [{
2598
1850
  type: HostBinding,
2599
1851
  args: ['class']
2600
- }] });
2601
- })();
1852
+ }] } });
2602
1853
 
2603
- const _c0$e = ["euimDataSummaryColLabel", ""];
2604
- const _c1$a = ["*"];
1854
+ /* eslint-disable @angular-eslint/component-selector */
2605
1855
  class EuimDataSummaryColLabelComponent {
2606
1856
  constructor() {
2607
- this.string = 'euim-data-summary__col-label';
1857
+ this.className = 'euim-data-summary__col-label';
2608
1858
  }
2609
1859
  }
2610
- /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵfac = function EuimDataSummaryColLabelComponent_Factory(t) { return new (t || EuimDataSummaryColLabelComponent)(); };
2611
- /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryColLabelComponent, selectors: [["", "euimDataSummaryColLabel", ""]], hostVars: 2, hostBindings: function EuimDataSummaryColLabelComponent_HostBindings(rf, ctx) {
2612
- if (rf & 2) {
2613
- i0.ɵɵclassMap(ctx.string);
2614
- }
2615
- }, attrs: _c0$e, ngContentSelectors: _c1$a, decls: 1, vars: 0, template: function EuimDataSummaryColLabelComponent_Template(rf, ctx) {
2616
- if (rf & 1) {
2617
- i0.ɵɵprojectionDef();
2618
- i0.ɵɵprojection(0);
2619
- }
2620
- }, encapsulation: 2 });
2621
- (function () {
2622
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryColLabelComponent, [{
1860
+ /** @nocollapse */ EuimDataSummaryColLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1861
+ /** @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 });
1862
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColLabelComponent, decorators: [{
2623
1863
  type: Component,
2624
1864
  args: [{
2625
1865
  selector: '[euimDataSummaryColLabel]',
2626
1866
  template: '<ng-content></ng-content>'
2627
1867
  }]
2628
- }], null, { string: [{
1868
+ }], propDecorators: { className: [{
2629
1869
  type: HostBinding,
2630
1870
  args: ['class']
2631
- }] });
2632
- })();
1871
+ }] } });
2633
1872
 
2634
- const _c0$d = ["euimDataSummaryColValue", ""];
2635
- const _c1$9 = ["*"];
1873
+ /* eslint-disable @angular-eslint/component-selector */
2636
1874
  class EuimDataSummaryColValueComponent {
2637
1875
  constructor() {
2638
- this.string = 'euim-data-summary__col-value';
1876
+ this.className = 'euim-data-summary__col-value';
2639
1877
  }
2640
1878
  }
2641
- /** @nocollapse */ EuimDataSummaryColValueComponent.ɵfac = function EuimDataSummaryColValueComponent_Factory(t) { return new (t || EuimDataSummaryColValueComponent)(); };
2642
- /** @nocollapse */ EuimDataSummaryColValueComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimDataSummaryColValueComponent, selectors: [["", "euimDataSummaryColValue", ""]], hostVars: 2, hostBindings: function EuimDataSummaryColValueComponent_HostBindings(rf, ctx) {
2643
- if (rf & 2) {
2644
- i0.ɵɵclassMap(ctx.string);
2645
- }
2646
- }, attrs: _c0$d, ngContentSelectors: _c1$9, decls: 1, vars: 0, template: function EuimDataSummaryColValueComponent_Template(rf, ctx) {
2647
- if (rf & 1) {
2648
- i0.ɵɵprojectionDef();
2649
- i0.ɵɵprojection(0);
2650
- }
2651
- }, encapsulation: 2 });
2652
- (function () {
2653
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryColValueComponent, [{
1879
+ /** @nocollapse */ EuimDataSummaryColValueComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColValueComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1880
+ /** @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 });
1881
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryColValueComponent, decorators: [{
2654
1882
  type: Component,
2655
1883
  args: [{
2656
1884
  selector: '[euimDataSummaryColValue]',
2657
1885
  template: '<ng-content></ng-content>',
2658
1886
  }]
2659
- }], null, { string: [{
1887
+ }], propDecorators: { className: [{
2660
1888
  type: HostBinding,
2661
1889
  args: ['class']
2662
- }] });
2663
- })();
1890
+ }] } });
2664
1891
 
2665
1892
  const COMPONENTS$4 = [
2666
1893
  EuimDataSummaryComponent,
@@ -2670,12 +1897,18 @@ const COMPONENTS$4 = [
2670
1897
  ];
2671
1898
  class EuimDataSummaryModule {
2672
1899
  }
2673
- /** @nocollapse */ EuimDataSummaryModule.ɵfac = function EuimDataSummaryModule_Factory(t) { return new (t || EuimDataSummaryModule)(); };
2674
- /** @nocollapse */ EuimDataSummaryModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimDataSummaryModule });
2675
- /** @nocollapse */ EuimDataSummaryModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
1900
+ /** @nocollapse */ EuimDataSummaryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1901
+ /** @nocollapse */ EuimDataSummaryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, declarations: [EuimDataSummaryComponent,
1902
+ EuimDataSummaryColComponent,
1903
+ EuimDataSummaryColLabelComponent,
1904
+ EuimDataSummaryColValueComponent], imports: [CommonModule,
1905
+ IonicModule], exports: [EuimDataSummaryComponent,
1906
+ EuimDataSummaryColComponent,
1907
+ EuimDataSummaryColLabelComponent,
1908
+ EuimDataSummaryColValueComponent] });
1909
+ /** @nocollapse */ EuimDataSummaryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, imports: [CommonModule,
2676
1910
  IonicModule] });
2677
- (function () {
2678
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimDataSummaryModule, [{
1911
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, decorators: [{
2679
1912
  type: NgModule,
2680
1913
  args: [{
2681
1914
  imports: [
@@ -2689,20 +1922,8 @@ class EuimDataSummaryModule {
2689
1922
  ...COMPONENTS$4,
2690
1923
  ],
2691
1924
  }]
2692
- }], null, null);
2693
- })();
2694
- (function () {
2695
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimDataSummaryModule, { declarations: [EuimDataSummaryComponent,
2696
- EuimDataSummaryColComponent,
2697
- EuimDataSummaryColLabelComponent,
2698
- EuimDataSummaryColValueComponent], imports: [CommonModule,
2699
- IonicModule], exports: [EuimDataSummaryComponent,
2700
- EuimDataSummaryColComponent,
2701
- EuimDataSummaryColLabelComponent,
2702
- EuimDataSummaryColValueComponent] });
2703
- })();
2704
-
2705
- const _c0$c = ["*"];
1925
+ }] });
1926
+
2706
1927
  class EuimHeaderDetailsComponent extends EuimBaseDirective {
2707
1928
  get cssClasses() {
2708
1929
  return this.getCssClasses();
@@ -2713,119 +1934,72 @@ class EuimHeaderDetailsComponent extends EuimBaseDirective {
2713
1934
  ].join(' ');
2714
1935
  }
2715
1936
  }
2716
- /** @nocollapse */ EuimHeaderDetailsComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimHeaderDetailsComponent_BaseFactory; return function EuimHeaderDetailsComponent_Factory(t) { return (ɵEuimHeaderDetailsComponent_BaseFactory || (ɵEuimHeaderDetailsComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimHeaderDetailsComponent)))(t || EuimHeaderDetailsComponent); }; }();
2717
- /** @nocollapse */ EuimHeaderDetailsComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsComponent, selectors: [["euim-header-details"]], hostVars: 2, hostBindings: function EuimHeaderDetailsComponent_HostBindings(rf, ctx) {
2718
- if (rf & 2) {
2719
- i0.ɵɵclassMap(ctx.cssClasses);
2720
- }
2721
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$c, decls: 1, vars: 0, template: function EuimHeaderDetailsComponent_Template(rf, ctx) {
2722
- if (rf & 1) {
2723
- i0.ɵɵprojectionDef();
2724
- i0.ɵɵprojection(0);
2725
- }
2726
- }, 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 });
2727
- (function () {
2728
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsComponent, [{
1937
+ /** @nocollapse */ EuimHeaderDetailsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
1938
+ /** @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 });
1939
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsComponent, decorators: [{
2729
1940
  type: Component,
2730
1941
  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"] }]
2731
- }], null, { cssClasses: [{
1942
+ }], propDecorators: { cssClasses: [{
2732
1943
  type: HostBinding,
2733
1944
  args: ['class']
2734
- }] });
2735
- })();
1945
+ }] } });
2736
1946
 
2737
- const _c0$b = ["euimHeaderDetailsMeta", ""];
2738
- const _c1$8 = ["*"];
1947
+ /* eslint-disable @angular-eslint/component-selector */
2739
1948
  class EuimHeaderDetailsMetaComponent {
2740
1949
  constructor() {
2741
- this.string = 'euim-header-details__meta';
1950
+ this.className = 'euim-header-details__meta';
2742
1951
  }
2743
1952
  }
2744
- /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵfac = function EuimHeaderDetailsMetaComponent_Factory(t) { return new (t || EuimHeaderDetailsMetaComponent)(); };
2745
- /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsMetaComponent, selectors: [["", "euimHeaderDetailsMeta", ""]], hostVars: 2, hostBindings: function EuimHeaderDetailsMetaComponent_HostBindings(rf, ctx) {
2746
- if (rf & 2) {
2747
- i0.ɵɵclassMap(ctx.string);
2748
- }
2749
- }, attrs: _c0$b, ngContentSelectors: _c1$8, decls: 1, vars: 0, template: function EuimHeaderDetailsMetaComponent_Template(rf, ctx) {
2750
- if (rf & 1) {
2751
- i0.ɵɵprojectionDef();
2752
- i0.ɵɵprojection(0);
2753
- }
2754
- }, encapsulation: 2 });
2755
- (function () {
2756
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsMetaComponent, [{
1953
+ /** @nocollapse */ EuimHeaderDetailsMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1954
+ /** @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 });
1955
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsMetaComponent, decorators: [{
2757
1956
  type: Component,
2758
1957
  args: [{
2759
1958
  selector: '[euimHeaderDetailsMeta]',
2760
1959
  template: '<ng-content></ng-content>',
2761
1960
  }]
2762
- }], null, { string: [{
1961
+ }], propDecorators: { className: [{
2763
1962
  type: HostBinding,
2764
1963
  args: ['class']
2765
- }] });
2766
- })();
1964
+ }] } });
2767
1965
 
2768
- const _c0$a = ["euimHeaderDetailsTitle", ""];
2769
- const _c1$7 = ["*"];
1966
+ /* eslint-disable @angular-eslint/component-selector */
2770
1967
  class EuimHeaderDetailsTitleComponent {
2771
1968
  constructor() {
2772
- this.string = 'euim-header-details__title';
1969
+ this.className = 'euim-header-details__title';
2773
1970
  }
2774
1971
  }
2775
- /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵfac = function EuimHeaderDetailsTitleComponent_Factory(t) { return new (t || EuimHeaderDetailsTitleComponent)(); };
2776
- /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsTitleComponent, selectors: [["", "euimHeaderDetailsTitle", ""]], hostVars: 2, hostBindings: function EuimHeaderDetailsTitleComponent_HostBindings(rf, ctx) {
2777
- if (rf & 2) {
2778
- i0.ɵɵclassMap(ctx.string);
2779
- }
2780
- }, attrs: _c0$a, ngContentSelectors: _c1$7, decls: 1, vars: 0, template: function EuimHeaderDetailsTitleComponent_Template(rf, ctx) {
2781
- if (rf & 1) {
2782
- i0.ɵɵprojectionDef();
2783
- i0.ɵɵprojection(0);
2784
- }
2785
- }, encapsulation: 2 });
2786
- (function () {
2787
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsTitleComponent, [{
1972
+ /** @nocollapse */ EuimHeaderDetailsTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1973
+ /** @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 });
1974
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsTitleComponent, decorators: [{
2788
1975
  type: Component,
2789
1976
  args: [{
2790
1977
  selector: '[euimHeaderDetailsTitle]',
2791
1978
  template: '<ng-content></ng-content>',
2792
1979
  }]
2793
- }], null, { string: [{
1980
+ }], propDecorators: { className: [{
2794
1981
  type: HostBinding,
2795
1982
  args: ['class']
2796
- }] });
2797
- })();
1983
+ }] } });
2798
1984
 
2799
- const _c0$9 = ["euimHeaderDetailsIcon", ""];
2800
- const _c1$6 = ["*"];
1985
+ /* eslint-disable @angular-eslint/component-selector */
2801
1986
  class EuimHeaderDetailsIconComponent {
2802
1987
  constructor() {
2803
- this.string = 'euim-header-details__icon';
1988
+ this.className = 'euim-header-details__icon';
2804
1989
  }
2805
1990
  }
2806
- /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵfac = function EuimHeaderDetailsIconComponent_Factory(t) { return new (t || EuimHeaderDetailsIconComponent)(); };
2807
- /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimHeaderDetailsIconComponent, selectors: [["", "euimHeaderDetailsIcon", ""]], hostVars: 2, hostBindings: function EuimHeaderDetailsIconComponent_HostBindings(rf, ctx) {
2808
- if (rf & 2) {
2809
- i0.ɵɵclassMap(ctx.string);
2810
- }
2811
- }, attrs: _c0$9, ngContentSelectors: _c1$6, decls: 1, vars: 0, template: function EuimHeaderDetailsIconComponent_Template(rf, ctx) {
2812
- if (rf & 1) {
2813
- i0.ɵɵprojectionDef();
2814
- i0.ɵɵprojection(0);
2815
- }
2816
- }, encapsulation: 2 });
2817
- (function () {
2818
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsIconComponent, [{
1991
+ /** @nocollapse */ EuimHeaderDetailsIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
1992
+ /** @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 });
1993
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsIconComponent, decorators: [{
2819
1994
  type: Component,
2820
1995
  args: [{
2821
1996
  selector: '[euimHeaderDetailsIcon]',
2822
1997
  template: '<ng-content></ng-content>',
2823
1998
  }]
2824
- }], null, { string: [{
1999
+ }], propDecorators: { className: [{
2825
2000
  type: HostBinding,
2826
2001
  args: ['class']
2827
- }] });
2828
- })();
2002
+ }] } });
2829
2003
 
2830
2004
  const COMPONENTS$3 = [
2831
2005
  EuimHeaderDetailsComponent,
@@ -2835,12 +2009,18 @@ const COMPONENTS$3 = [
2835
2009
  ];
2836
2010
  class EuimHeaderDetailsModule {
2837
2011
  }
2838
- /** @nocollapse */ EuimHeaderDetailsModule.ɵfac = function EuimHeaderDetailsModule_Factory(t) { return new (t || EuimHeaderDetailsModule)(); };
2839
- /** @nocollapse */ EuimHeaderDetailsModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimHeaderDetailsModule });
2840
- /** @nocollapse */ EuimHeaderDetailsModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2012
+ /** @nocollapse */ EuimHeaderDetailsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2013
+ /** @nocollapse */ EuimHeaderDetailsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, declarations: [EuimHeaderDetailsComponent,
2014
+ EuimHeaderDetailsTitleComponent,
2015
+ EuimHeaderDetailsMetaComponent,
2016
+ EuimHeaderDetailsIconComponent], imports: [CommonModule,
2017
+ IonicModule], exports: [EuimHeaderDetailsComponent,
2018
+ EuimHeaderDetailsTitleComponent,
2019
+ EuimHeaderDetailsMetaComponent,
2020
+ EuimHeaderDetailsIconComponent] });
2021
+ /** @nocollapse */ EuimHeaderDetailsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, imports: [CommonModule,
2841
2022
  IonicModule] });
2842
- (function () {
2843
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimHeaderDetailsModule, [{
2023
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, decorators: [{
2844
2024
  type: NgModule,
2845
2025
  args: [{
2846
2026
  imports: [
@@ -2854,20 +2034,8 @@ class EuimHeaderDetailsModule {
2854
2034
  ...COMPONENTS$3,
2855
2035
  ],
2856
2036
  }]
2857
- }], null, null);
2858
- })();
2859
- (function () {
2860
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimHeaderDetailsModule, { declarations: [EuimHeaderDetailsComponent,
2861
- EuimHeaderDetailsTitleComponent,
2862
- EuimHeaderDetailsMetaComponent,
2863
- EuimHeaderDetailsIconComponent], imports: [CommonModule,
2864
- IonicModule], exports: [EuimHeaderDetailsComponent,
2865
- EuimHeaderDetailsTitleComponent,
2866
- EuimHeaderDetailsMetaComponent,
2867
- EuimHeaderDetailsIconComponent] });
2868
- })();
2869
-
2870
- const _c0$8 = ["*"];
2037
+ }] });
2038
+
2871
2039
  class EuimAvatarComponent extends EuimBaseDirective {
2872
2040
  get cssClasses() {
2873
2041
  return this.getCssClasses();
@@ -2878,88 +2046,53 @@ class EuimAvatarComponent extends EuimBaseDirective {
2878
2046
  ].join(' ');
2879
2047
  }
2880
2048
  }
2881
- /** @nocollapse */ EuimAvatarComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimAvatarComponent_BaseFactory; return function EuimAvatarComponent_Factory(t) { return (ɵEuimAvatarComponent_BaseFactory || (ɵEuimAvatarComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimAvatarComponent)))(t || EuimAvatarComponent); }; }();
2882
- /** @nocollapse */ EuimAvatarComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarComponent, selectors: [["euim-avatar"]], hostVars: 2, hostBindings: function EuimAvatarComponent_HostBindings(rf, ctx) {
2883
- if (rf & 2) {
2884
- i0.ɵɵclassMap(ctx.cssClasses);
2885
- }
2886
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$8, decls: 1, vars: 0, template: function EuimAvatarComponent_Template(rf, ctx) {
2887
- if (rf & 1) {
2888
- i0.ɵɵprojectionDef();
2889
- i0.ɵɵprojection(0);
2890
- }
2891
- }, 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 });
2892
- (function () {
2893
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarComponent, [{
2049
+ /** @nocollapse */ EuimAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
2050
+ /** @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 });
2051
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarComponent, decorators: [{
2894
2052
  type: Component,
2895
2053
  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"] }]
2896
- }], null, { cssClasses: [{
2054
+ }], propDecorators: { cssClasses: [{
2897
2055
  type: HostBinding,
2898
2056
  args: ['class']
2899
- }] });
2900
- })();
2057
+ }] } });
2901
2058
 
2902
- const _c0$7 = ["euimAvatarMainIcon", ""];
2903
- const _c1$5 = ["*"];
2059
+ /* eslint-disable @angular-eslint/component-selector */
2904
2060
  class EuimAvatarMainIconComponent {
2905
2061
  constructor() {
2906
- this.string = 'euim-avatar__main-icon';
2062
+ this.className = 'euim-avatar__main-icon';
2907
2063
  }
2908
2064
  }
2909
- /** @nocollapse */ EuimAvatarMainIconComponent.ɵfac = function EuimAvatarMainIconComponent_Factory(t) { return new (t || EuimAvatarMainIconComponent)(); };
2910
- /** @nocollapse */ EuimAvatarMainIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarMainIconComponent, selectors: [["", "euimAvatarMainIcon", ""]], hostVars: 2, hostBindings: function EuimAvatarMainIconComponent_HostBindings(rf, ctx) {
2911
- if (rf & 2) {
2912
- i0.ɵɵclassMap(ctx.string);
2913
- }
2914
- }, attrs: _c0$7, ngContentSelectors: _c1$5, decls: 1, vars: 0, template: function EuimAvatarMainIconComponent_Template(rf, ctx) {
2915
- if (rf & 1) {
2916
- i0.ɵɵprojectionDef();
2917
- i0.ɵɵprojection(0);
2918
- }
2919
- }, encapsulation: 2 });
2920
- (function () {
2921
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarMainIconComponent, [{
2065
+ /** @nocollapse */ EuimAvatarMainIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarMainIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2066
+ /** @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 });
2067
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarMainIconComponent, decorators: [{
2922
2068
  type: Component,
2923
2069
  args: [{
2924
2070
  selector: '[euimAvatarMainIcon]',
2925
2071
  template: '<ng-content></ng-content>',
2926
2072
  }]
2927
- }], null, { string: [{
2073
+ }], propDecorators: { className: [{
2928
2074
  type: HostBinding,
2929
2075
  args: ['class']
2930
- }] });
2931
- })();
2076
+ }] } });
2932
2077
 
2933
- const _c0$6 = ["euimAvatarSubIcon", ""];
2934
- const _c1$4 = ["*"];
2078
+ /* eslint-disable @angular-eslint/component-selector */
2935
2079
  class EuimAvatarSubIconComponent {
2936
2080
  constructor() {
2937
- this.string = 'euim-avatar__sub-icon';
2081
+ this.className = 'euim-avatar__sub-icon';
2938
2082
  }
2939
2083
  }
2940
- /** @nocollapse */ EuimAvatarSubIconComponent.ɵfac = function EuimAvatarSubIconComponent_Factory(t) { return new (t || EuimAvatarSubIconComponent)(); };
2941
- /** @nocollapse */ EuimAvatarSubIconComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimAvatarSubIconComponent, selectors: [["", "euimAvatarSubIcon", ""]], hostVars: 2, hostBindings: function EuimAvatarSubIconComponent_HostBindings(rf, ctx) {
2942
- if (rf & 2) {
2943
- i0.ɵɵclassMap(ctx.string);
2944
- }
2945
- }, attrs: _c0$6, ngContentSelectors: _c1$4, decls: 1, vars: 0, template: function EuimAvatarSubIconComponent_Template(rf, ctx) {
2946
- if (rf & 1) {
2947
- i0.ɵɵprojectionDef();
2948
- i0.ɵɵprojection(0);
2949
- }
2950
- }, encapsulation: 2 });
2951
- (function () {
2952
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarSubIconComponent, [{
2084
+ /** @nocollapse */ EuimAvatarSubIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarSubIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2085
+ /** @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 });
2086
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarSubIconComponent, decorators: [{
2953
2087
  type: Component,
2954
2088
  args: [{
2955
2089
  selector: '[euimAvatarSubIcon]',
2956
2090
  template: '<ng-content></ng-content>',
2957
2091
  }]
2958
- }], null, { string: [{
2092
+ }], propDecorators: { className: [{
2959
2093
  type: HostBinding,
2960
2094
  args: ['class']
2961
- }] });
2962
- })();
2095
+ }] } });
2963
2096
 
2964
2097
  const COMPONENTS$2 = [
2965
2098
  EuimAvatarComponent,
@@ -2968,12 +2101,16 @@ const COMPONENTS$2 = [
2968
2101
  ];
2969
2102
  class EuimAvatarModule {
2970
2103
  }
2971
- /** @nocollapse */ EuimAvatarModule.ɵfac = function EuimAvatarModule_Factory(t) { return new (t || EuimAvatarModule)(); };
2972
- /** @nocollapse */ EuimAvatarModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAvatarModule });
2973
- /** @nocollapse */ EuimAvatarModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2104
+ /** @nocollapse */ EuimAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2105
+ /** @nocollapse */ EuimAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, declarations: [EuimAvatarComponent,
2106
+ EuimAvatarSubIconComponent,
2107
+ EuimAvatarMainIconComponent], imports: [CommonModule,
2108
+ IonicModule], exports: [EuimAvatarComponent,
2109
+ EuimAvatarSubIconComponent,
2110
+ EuimAvatarMainIconComponent] });
2111
+ /** @nocollapse */ EuimAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, imports: [CommonModule,
2974
2112
  IonicModule] });
2975
- (function () {
2976
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAvatarModule, [{
2113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, decorators: [{
2977
2114
  type: NgModule,
2978
2115
  args: [{
2979
2116
  imports: [
@@ -2987,18 +2124,8 @@ class EuimAvatarModule {
2987
2124
  ...COMPONENTS$2,
2988
2125
  ],
2989
2126
  }]
2990
- }], null, null);
2991
- })();
2992
- (function () {
2993
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAvatarModule, { declarations: [EuimAvatarComponent,
2994
- EuimAvatarSubIconComponent,
2995
- EuimAvatarMainIconComponent], imports: [CommonModule,
2996
- IonicModule], exports: [EuimAvatarComponent,
2997
- EuimAvatarSubIconComponent,
2998
- EuimAvatarMainIconComponent] });
2999
- })();
3000
-
3001
- const _c0$5 = ["*"];
2127
+ }] });
2128
+
3002
2129
  class EuimInfoScreenComponent extends EuimBaseDirective {
3003
2130
  get cssClasses() {
3004
2131
  return this.getCssClasses();
@@ -3009,119 +2136,72 @@ class EuimInfoScreenComponent extends EuimBaseDirective {
3009
2136
  ].join(' ');
3010
2137
  }
3011
2138
  }
3012
- /** @nocollapse */ EuimInfoScreenComponent.ɵfac = /** @pureOrBreakMyCode */ function () { let ɵEuimInfoScreenComponent_BaseFactory; return function EuimInfoScreenComponent_Factory(t) { return (ɵEuimInfoScreenComponent_BaseFactory || (ɵEuimInfoScreenComponent_BaseFactory = i0.ɵɵgetInheritedFactory(EuimInfoScreenComponent)))(t || EuimInfoScreenComponent); }; }();
3013
- /** @nocollapse */ EuimInfoScreenComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenComponent, selectors: [["euim-info-screen"]], hostVars: 2, hostBindings: function EuimInfoScreenComponent_HostBindings(rf, ctx) {
3014
- if (rf & 2) {
3015
- i0.ɵɵclassMap(ctx.cssClasses);
3016
- }
3017
- }, features: [i0.ɵɵInheritDefinitionFeature], ngContentSelectors: _c0$5, decls: 1, vars: 0, template: function EuimInfoScreenComponent_Template(rf, ctx) {
3018
- if (rf & 1) {
3019
- i0.ɵɵprojectionDef();
3020
- i0.ɵɵprojection(0);
3021
- }
3022
- }, 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 });
3023
- (function () {
3024
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenComponent, [{
2139
+ /** @nocollapse */ EuimInfoScreenComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
2140
+ /** @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 });
2141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenComponent, decorators: [{
3025
2142
  type: Component,
3026
2143
  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"] }]
3027
- }], null, { cssClasses: [{
2144
+ }], propDecorators: { cssClasses: [{
3028
2145
  type: HostBinding,
3029
2146
  args: ['class']
3030
- }] });
3031
- })();
2147
+ }] } });
3032
2148
 
3033
- const _c0$4 = ["euimInfoScreenMeta", ""];
3034
- const _c1$3 = ["*"];
2149
+ /* eslint-disable @angular-eslint/component-selector */
3035
2150
  class EuimInfoScreenMetaComponent {
3036
2151
  constructor() {
3037
- this.string = 'euim-info-screen__meta';
2152
+ this.className = 'euim-info-screen__meta';
3038
2153
  }
3039
2154
  }
3040
- /** @nocollapse */ EuimInfoScreenMetaComponent.ɵfac = function EuimInfoScreenMetaComponent_Factory(t) { return new (t || EuimInfoScreenMetaComponent)(); };
3041
- /** @nocollapse */ EuimInfoScreenMetaComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenMetaComponent, selectors: [["", "euimInfoScreenMeta", ""]], hostVars: 2, hostBindings: function EuimInfoScreenMetaComponent_HostBindings(rf, ctx) {
3042
- if (rf & 2) {
3043
- i0.ɵɵclassMap(ctx.string);
3044
- }
3045
- }, attrs: _c0$4, ngContentSelectors: _c1$3, decls: 1, vars: 0, template: function EuimInfoScreenMetaComponent_Template(rf, ctx) {
3046
- if (rf & 1) {
3047
- i0.ɵɵprojectionDef();
3048
- i0.ɵɵprojection(0);
3049
- }
3050
- }, encapsulation: 2 });
3051
- (function () {
3052
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenMetaComponent, [{
2155
+ /** @nocollapse */ EuimInfoScreenMetaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenMetaComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2156
+ /** @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 });
2157
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenMetaComponent, decorators: [{
3053
2158
  type: Component,
3054
2159
  args: [{
3055
2160
  selector: '[euimInfoScreenMeta]',
3056
2161
  template: '<ng-content></ng-content>',
3057
2162
  }]
3058
- }], null, { string: [{
2163
+ }], propDecorators: { className: [{
3059
2164
  type: HostBinding,
3060
2165
  args: ['class']
3061
- }] });
3062
- })();
2166
+ }] } });
3063
2167
 
3064
- const _c0$3 = ["euimInfoScreenTitle", ""];
3065
- const _c1$2 = ["*"];
2168
+ /* eslint-disable @angular-eslint/component-selector */
3066
2169
  class EuimInfoScreenTitleComponent {
3067
2170
  constructor() {
3068
- this.string = 'euim-info-screen__title';
2171
+ this.className = 'euim-info-screen__title';
3069
2172
  }
3070
2173
  }
3071
- /** @nocollapse */ EuimInfoScreenTitleComponent.ɵfac = function EuimInfoScreenTitleComponent_Factory(t) { return new (t || EuimInfoScreenTitleComponent)(); };
3072
- /** @nocollapse */ EuimInfoScreenTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenTitleComponent, selectors: [["", "euimInfoScreenTitle", ""]], hostVars: 2, hostBindings: function EuimInfoScreenTitleComponent_HostBindings(rf, ctx) {
3073
- if (rf & 2) {
3074
- i0.ɵɵclassMap(ctx.string);
3075
- }
3076
- }, attrs: _c0$3, ngContentSelectors: _c1$2, decls: 1, vars: 0, template: function EuimInfoScreenTitleComponent_Template(rf, ctx) {
3077
- if (rf & 1) {
3078
- i0.ɵɵprojectionDef();
3079
- i0.ɵɵprojection(0);
3080
- }
3081
- }, encapsulation: 2 });
3082
- (function () {
3083
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenTitleComponent, [{
2174
+ /** @nocollapse */ EuimInfoScreenTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2175
+ /** @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 });
2176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenTitleComponent, decorators: [{
3084
2177
  type: Component,
3085
2178
  args: [{
3086
2179
  selector: '[euimInfoScreenTitle]',
3087
2180
  template: '<ng-content></ng-content>',
3088
2181
  }]
3089
- }], null, { string: [{
2182
+ }], propDecorators: { className: [{
3090
2183
  type: HostBinding,
3091
2184
  args: ['class']
3092
- }] });
3093
- })();
2185
+ }] } });
3094
2186
 
3095
- const _c0$2 = ["euimInfoScreenSubTitle", ""];
3096
- const _c1$1 = ["*"];
2187
+ /* eslint-disable @angular-eslint/component-selector */
3097
2188
  class EuimInfoScreenSubTitleComponent {
3098
2189
  constructor() {
3099
- this.string = 'euim-info-screen__sub-title';
2190
+ this.className = 'euim-info-screen__sub-title';
3100
2191
  }
3101
2192
  }
3102
- /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵfac = function EuimInfoScreenSubTitleComponent_Factory(t) { return new (t || EuimInfoScreenSubTitleComponent)(); };
3103
- /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimInfoScreenSubTitleComponent, selectors: [["", "euimInfoScreenSubTitle", ""]], hostVars: 2, hostBindings: function EuimInfoScreenSubTitleComponent_HostBindings(rf, ctx) {
3104
- if (rf & 2) {
3105
- i0.ɵɵclassMap(ctx.string);
3106
- }
3107
- }, attrs: _c0$2, ngContentSelectors: _c1$1, decls: 1, vars: 0, template: function EuimInfoScreenSubTitleComponent_Template(rf, ctx) {
3108
- if (rf & 1) {
3109
- i0.ɵɵprojectionDef();
3110
- i0.ɵɵprojection(0);
3111
- }
3112
- }, encapsulation: 2 });
3113
- (function () {
3114
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenSubTitleComponent, [{
2193
+ /** @nocollapse */ EuimInfoScreenSubTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenSubTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2194
+ /** @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 });
2195
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenSubTitleComponent, decorators: [{
3115
2196
  type: Component,
3116
2197
  args: [{
3117
2198
  selector: '[euimInfoScreenSubTitle]',
3118
2199
  template: '<ng-content></ng-content>',
3119
2200
  }]
3120
- }], null, { string: [{
2201
+ }], propDecorators: { className: [{
3121
2202
  type: HostBinding,
3122
2203
  args: ['class']
3123
- }] });
3124
- })();
2204
+ }] } });
3125
2205
 
3126
2206
  const COMPONENTS$1 = [
3127
2207
  EuimInfoScreenComponent,
@@ -3131,12 +2211,18 @@ const COMPONENTS$1 = [
3131
2211
  ];
3132
2212
  class EuimInfoScreenModule {
3133
2213
  }
3134
- /** @nocollapse */ EuimInfoScreenModule.ɵfac = function EuimInfoScreenModule_Factory(t) { return new (t || EuimInfoScreenModule)(); };
3135
- /** @nocollapse */ EuimInfoScreenModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimInfoScreenModule });
3136
- /** @nocollapse */ EuimInfoScreenModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2214
+ /** @nocollapse */ EuimInfoScreenModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2215
+ /** @nocollapse */ EuimInfoScreenModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, declarations: [EuimInfoScreenComponent,
2216
+ EuimInfoScreenTitleComponent,
2217
+ EuimInfoScreenMetaComponent,
2218
+ EuimInfoScreenSubTitleComponent], imports: [CommonModule,
2219
+ IonicModule], exports: [EuimInfoScreenComponent,
2220
+ EuimInfoScreenTitleComponent,
2221
+ EuimInfoScreenMetaComponent,
2222
+ EuimInfoScreenSubTitleComponent] });
2223
+ /** @nocollapse */ EuimInfoScreenModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, imports: [CommonModule,
3137
2224
  IonicModule] });
3138
- (function () {
3139
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimInfoScreenModule, [{
2225
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, decorators: [{
3140
2226
  type: NgModule,
3141
2227
  args: [{
3142
2228
  imports: [
@@ -3150,70 +2236,16 @@ class EuimInfoScreenModule {
3150
2236
  ...COMPONENTS$1,
3151
2237
  ],
3152
2238
  }]
3153
- }], null, null);
3154
- })();
3155
- (function () {
3156
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimInfoScreenModule, { declarations: [EuimInfoScreenComponent,
3157
- EuimInfoScreenTitleComponent,
3158
- EuimInfoScreenMetaComponent,
3159
- EuimInfoScreenSubTitleComponent], imports: [CommonModule,
3160
- IonicModule], exports: [EuimInfoScreenComponent,
3161
- EuimInfoScreenTitleComponent,
3162
- EuimInfoScreenMetaComponent,
3163
- EuimInfoScreenSubTitleComponent] });
3164
- })();
3165
-
3166
- const _c0$1 = ["slides"];
3167
- const _c1 = function (a0) { return { "active": a0 }; };
3168
- function EuimSliderComponent_span_7_Template(rf, ctx) {
3169
- if (rf & 1) {
3170
- const _r8 = i0.ɵɵgetCurrentView();
3171
- i0.ɵɵelementStart(0, "span", 8);
3172
- 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)); });
3173
- i0.ɵɵelementEnd();
3174
- }
3175
- if (rf & 2) {
3176
- const i_r6 = ctx.index;
3177
- const ctx_r2 = i0.ɵɵnextContext();
3178
- i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c1, ctx_r2.currentSlide === i_r6));
3179
- }
3180
- }
3181
- function EuimSliderComponent_ion_button_8_Template(rf, ctx) {
3182
- if (rf & 1) {
3183
- const _r10 = i0.ɵɵgetCurrentView();
3184
- i0.ɵɵelementStart(0, "ion-button", 9);
3185
- 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)); });
3186
- i0.ɵɵtext(1);
3187
- i0.ɵɵelementEnd();
3188
- }
3189
- if (rf & 2) {
3190
- const ctx_r3 = i0.ɵɵnextContext();
3191
- i0.ɵɵadvance(1);
3192
- i0.ɵɵtextInterpolate(ctx_r3.actionBtnNames.action_btn_name);
3193
- }
3194
- }
3195
- function EuimSliderComponent_ion_button_9_Template(rf, ctx) {
3196
- if (rf & 1) {
3197
- const _r12 = i0.ɵɵgetCurrentView();
3198
- i0.ɵɵelementStart(0, "ion-button", 9);
3199
- 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)); });
3200
- i0.ɵɵtext(1);
3201
- i0.ɵɵelementEnd();
3202
- }
3203
- if (rf & 2) {
3204
- const ctx_r4 = i0.ɵɵnextContext();
3205
- i0.ɵɵadvance(1);
3206
- i0.ɵɵtextInterpolate(ctx_r4.actionBtnNames.last_step_action_btn_name);
3207
- }
3208
- }
3209
- const _c2 = ["*"];
2239
+ }] });
2240
+
3210
2241
  class EuimSliderComponent {
3211
2242
  constructor(renderer, gestureCtrl, sliderElement, cdr) {
3212
2243
  this.renderer = renderer;
3213
2244
  this.gestureCtrl = gestureCtrl;
3214
2245
  this.sliderElement = sliderElement;
3215
2246
  this.cdr = cdr;
3216
- this._actionBtnNames = { 'action_btn_name': 'Skip', 'last_step_action_btn_name': 'Done' };
2247
+ this._actionBtnNames = { action_btn_name: 'Skip',
2248
+ last_step_action_btn_name: 'Done' };
3217
2249
  this.actionClicked = new EventEmitter();
3218
2250
  this.lastStepActionClicked = new EventEmitter();
3219
2251
  this.slidesArray = [];
@@ -3254,7 +2286,9 @@ class EuimSliderComponent {
3254
2286
  const gesture = this.gestureCtrl.create({
3255
2287
  el: this.sliderElement.nativeElement,
3256
2288
  gestureName: 'on-gesture-end',
3257
- onEnd: (event) => { this.handleTouchEnd(event); },
2289
+ onEnd: (event) => {
2290
+ this.handleTouchEnd(event);
2291
+ },
3258
2292
  });
3259
2293
  gesture.enable();
3260
2294
  }
@@ -3277,11 +2311,9 @@ class EuimSliderComponent {
3277
2311
  this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
3278
2312
  this.cdr.detectChanges();
3279
2313
  }
3280
- // for future implementation
3281
2314
  goToSlide(index) {
3282
- // this.currentSlide = index;
3283
- // this.renderer.setStyle(this.slides.nativeElement,
3284
- // 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
2315
+ this.currentSlide = index;
2316
+ this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
3285
2317
  }
3286
2318
  onAction(event) {
3287
2319
  this.actionClicked.emit(event);
@@ -3290,46 +2322,12 @@ class EuimSliderComponent {
3290
2322
  this.lastStepActionClicked.emit(event);
3291
2323
  }
3292
2324
  }
3293
- /** @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)); };
3294
- /** @nocollapse */ EuimSliderComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSliderComponent, selectors: [["euim-slider"]], viewQuery: function EuimSliderComponent_Query(rf, ctx) {
3295
- if (rf & 1) {
3296
- i0.ɵɵviewQuery(_c0$1, 7);
3297
- }
3298
- if (rf & 2) {
3299
- let _t;
3300
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.slides = _t.first);
3301
- }
3302
- }, hostVars: 2, hostBindings: function EuimSliderComponent_HostBindings(rf, ctx) {
3303
- if (rf & 2) {
3304
- i0.ɵɵclassMap(ctx.cssClasses);
3305
- }
3306
- }, 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) {
3307
- if (rf & 1) {
3308
- i0.ɵɵprojectionDef();
3309
- i0.ɵɵelementStart(0, "div", 0, 1)(2, "div", 2, 3);
3310
- i0.ɵɵprojection(4);
3311
- i0.ɵɵelementEnd();
3312
- i0.ɵɵelementStart(5, "div", 4)(6, "div", 5);
3313
- i0.ɵɵtemplate(7, EuimSliderComponent_span_7_Template, 1, 3, "span", 6);
3314
- i0.ɵɵelementEnd();
3315
- i0.ɵɵtemplate(8, EuimSliderComponent_ion_button_8_Template, 2, 1, "ion-button", 7);
3316
- i0.ɵɵtemplate(9, EuimSliderComponent_ion_button_9_Template, 2, 1, "ion-button", 7);
3317
- i0.ɵɵelementEnd()();
3318
- }
3319
- if (rf & 2) {
3320
- i0.ɵɵadvance(7);
3321
- i0.ɵɵproperty("ngForOf", ctx.slidesArray);
3322
- i0.ɵɵadvance(1);
3323
- i0.ɵɵproperty("ngIf", !ctx.isLastItemReached);
3324
- i0.ɵɵadvance(1);
3325
- i0.ɵɵproperty("ngIf", ctx.isLastItemReached);
3326
- }
3327
- }, 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}"] });
3328
- (function () {
3329
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSliderComponent, [{
2325
+ /** @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 });
2326
+ /** @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"] }] });
2327
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderComponent, decorators: [{
3330
2328
  type: Component,
3331
2329
  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"] }]
3332
- }], function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, { slides: [{
2330
+ }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { slides: [{
3333
2331
  type: ViewChild,
3334
2332
  args: ['slides', { static: true }]
3335
2333
  }], actionBtnNames: [{
@@ -3341,30 +2339,18 @@ class EuimSliderComponent {
3341
2339
  }], cssClasses: [{
3342
2340
  type: HostBinding,
3343
2341
  args: ['class']
3344
- }] });
3345
- })();
2342
+ }] } });
3346
2343
 
3347
- const _c0 = ["*"];
3348
2344
  class EuimSlideComponent {
3349
2345
  constructor() {
3350
- this.string = 'euim-slider__slide';
2346
+ this.className = 'euim-slider__slide';
3351
2347
  }
3352
2348
  }
3353
- /** @nocollapse */ EuimSlideComponent.ɵfac = function EuimSlideComponent_Factory(t) { return new (t || EuimSlideComponent)(); };
3354
- /** @nocollapse */ EuimSlideComponent.ɵcmp = /** @pureOrBreakMyCode */ i0.ɵɵdefineComponent({ type: EuimSlideComponent, selectors: [["euim-slide"]], hostVars: 2, hostBindings: function EuimSlideComponent_HostBindings(rf, ctx) {
3355
- if (rf & 2) {
3356
- i0.ɵɵclassMap(ctx.string);
3357
- }
3358
- }, ngContentSelectors: _c0, decls: 3, vars: 0, consts: [["slide", ""]], template: function EuimSlideComponent_Template(rf, ctx) {
3359
- if (rf & 1) {
3360
- i0.ɵɵprojectionDef();
3361
- i0.ɵɵelementStart(0, "div", null, 0);
3362
- i0.ɵɵprojection(2);
3363
- i0.ɵɵelementEnd();
3364
- }
3365
- }, encapsulation: 2 });
3366
- (function () {
3367
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSlideComponent, [{
2349
+ /** @nocollapse */ EuimSlideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSlideComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2350
+ /** @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>
2351
+ <ng-content></ng-content>
2352
+ </div>`, isInline: true });
2353
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSlideComponent, decorators: [{
3368
2354
  type: Component,
3369
2355
  args: [{
3370
2356
  selector: 'euim-slide',
@@ -3372,11 +2358,10 @@ class EuimSlideComponent {
3372
2358
  <ng-content></ng-content>
3373
2359
  </div>`,
3374
2360
  }]
3375
- }], null, { string: [{
2361
+ }], propDecorators: { className: [{
3376
2362
  type: HostBinding,
3377
2363
  args: ['class']
3378
- }] });
3379
- })();
2364
+ }] } });
3380
2365
 
3381
2366
  const COMPONENTS = [
3382
2367
  EuimSliderComponent,
@@ -3384,12 +2369,14 @@ const COMPONENTS = [
3384
2369
  ];
3385
2370
  class EuimSliderModule {
3386
2371
  }
3387
- /** @nocollapse */ EuimSliderModule.ɵfac = function EuimSliderModule_Factory(t) { return new (t || EuimSliderModule)(); };
3388
- /** @nocollapse */ EuimSliderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimSliderModule });
3389
- /** @nocollapse */ EuimSliderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2372
+ /** @nocollapse */ EuimSliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2373
+ /** @nocollapse */ EuimSliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, declarations: [EuimSliderComponent,
2374
+ EuimSlideComponent], imports: [CommonModule,
2375
+ IonicModule], exports: [EuimSliderComponent,
2376
+ EuimSlideComponent] });
2377
+ /** @nocollapse */ EuimSliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, imports: [CommonModule,
3390
2378
  IonicModule] });
3391
- (function () {
3392
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimSliderModule, [{
2379
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, decorators: [{
3393
2380
  type: NgModule,
3394
2381
  args: [{
3395
2382
  imports: [
@@ -3403,46 +2390,33 @@ class EuimSliderModule {
3403
2390
  ...COMPONENTS,
3404
2391
  ],
3405
2392
  }]
3406
- }], null, null);
3407
- })();
3408
- (function () {
3409
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimSliderModule, { declarations: [EuimSliderComponent,
3410
- EuimSlideComponent], imports: [CommonModule,
3411
- IonicModule], exports: [EuimSliderComponent,
3412
- EuimSlideComponent] });
3413
- })();
2393
+ }] });
3414
2394
 
3415
2395
  class EuimListHeaderDirective {
3416
2396
  constructor() {
3417
- this.string = 'euim-list-divider';
2397
+ this.className = 'euim-list-divider';
3418
2398
  }
3419
2399
  }
3420
- /** @nocollapse */ EuimListHeaderDirective.ɵfac = function EuimListHeaderDirective_Factory(t) { return new (t || EuimListHeaderDirective)(); };
3421
- /** @nocollapse */ EuimListHeaderDirective.ɵdir = /** @pureOrBreakMyCode */ i0.ɵɵdefineDirective({ type: EuimListHeaderDirective, selectors: [["", "euimListHeader", ""]], hostVars: 2, hostBindings: function EuimListHeaderDirective_HostBindings(rf, ctx) {
3422
- if (rf & 2) {
3423
- i0.ɵɵclassMap(ctx.string);
3424
- }
3425
- } });
3426
- (function () {
3427
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimListHeaderDirective, [{
2400
+ /** @nocollapse */ EuimListHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2401
+ /** @nocollapse */ EuimListHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.2", type: EuimListHeaderDirective, selector: "[euimListHeader]", host: { properties: { "class": "this.className" } }, ngImport: i0 });
2402
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderDirective, decorators: [{
3428
2403
  type: Directive,
3429
2404
  args: [{
3430
2405
  selector: '[euimListHeader]'
3431
2406
  }]
3432
- }], null, { string: [{
2407
+ }], propDecorators: { className: [{
3433
2408
  type: HostBinding,
3434
2409
  args: ['class']
3435
- }] });
3436
- })();
2410
+ }] } });
3437
2411
 
3438
2412
  class EuimListHeaderModule {
3439
2413
  }
3440
- /** @nocollapse */ EuimListHeaderModule.ɵfac = function EuimListHeaderModule_Factory(t) { return new (t || EuimListHeaderModule)(); };
3441
- /** @nocollapse */ EuimListHeaderModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimListHeaderModule });
3442
- /** @nocollapse */ EuimListHeaderModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [CommonModule,
2414
+ /** @nocollapse */ EuimListHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2415
+ /** @nocollapse */ EuimListHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, declarations: [EuimListHeaderDirective], imports: [CommonModule,
2416
+ IonicModule], exports: [EuimListHeaderDirective] });
2417
+ /** @nocollapse */ EuimListHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, imports: [CommonModule,
3443
2418
  IonicModule] });
3444
- (function () {
3445
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimListHeaderModule, [{
2419
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, decorators: [{
3446
2420
  type: NgModule,
3447
2421
  args: [{
3448
2422
  imports: [
@@ -3456,12 +2430,7 @@ class EuimListHeaderModule {
3456
2430
  EuimListHeaderDirective,
3457
2431
  ],
3458
2432
  }]
3459
- }], null, null);
3460
- })();
3461
- (function () {
3462
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimListHeaderModule, { declarations: [EuimListHeaderDirective], imports: [CommonModule,
3463
- IonicModule], exports: [EuimListHeaderDirective] });
3464
- })();
2433
+ }] });
3465
2434
 
3466
2435
  const MODULES = [
3467
2436
  // Layout
@@ -3492,9 +2461,61 @@ const MODULES = [
3492
2461
  ];
3493
2462
  class EuimAllModule {
3494
2463
  }
3495
- /** @nocollapse */ EuimAllModule.ɵfac = function EuimAllModule_Factory(t) { return new (t || EuimAllModule)(); };
3496
- /** @nocollapse */ EuimAllModule.ɵmod = /** @pureOrBreakMyCode */ i0.ɵɵdefineNgModule({ type: EuimAllModule });
3497
- /** @nocollapse */ EuimAllModule.ɵinj = /** @pureOrBreakMyCode */ i0.ɵɵdefineInjector({ imports: [MODULES,
2464
+ /** @nocollapse */ EuimAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2465
+ /** @nocollapse */ EuimAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, imports: [
2466
+ // Layout
2467
+ EuimAppModule,
2468
+ EuimAppSidebarModule,
2469
+ // Components
2470
+ EuimEmptyListPlaceholderModule,
2471
+ EuimLanguageSelectorModule,
2472
+ EuimStepperComponentModule,
2473
+ EuimUserProfileModule,
2474
+ EuimMessageModule,
2475
+ EuimAvatarIconModule,
2476
+ EuimLabelModule,
2477
+ EuimMenuModule,
2478
+ EuimControlFeedbackModule,
2479
+ EuimFieldsetModule,
2480
+ EuimToolbarComponentModule,
2481
+ EuimNotificationItemModule,
2482
+ EuimMediaHeaderModule,
2483
+ EuimDataSummaryModule,
2484
+ EuimHeaderDetailsModule,
2485
+ EuimAvatarModule,
2486
+ EuimInfoScreenModule,
2487
+ EuimSliderModule,
2488
+ // Directives
2489
+ EuimListHeaderModule,
2490
+ EuimSpinnerComponentModule
2491
+ ], exports: [
2492
+ // Layout
2493
+ EuimAppModule,
2494
+ EuimAppSidebarModule,
2495
+ // Components
2496
+ EuimEmptyListPlaceholderModule,
2497
+ EuimLanguageSelectorModule,
2498
+ EuimStepperComponentModule,
2499
+ EuimUserProfileModule,
2500
+ EuimMessageModule,
2501
+ EuimAvatarIconModule,
2502
+ EuimLabelModule,
2503
+ EuimMenuModule,
2504
+ EuimControlFeedbackModule,
2505
+ EuimFieldsetModule,
2506
+ EuimToolbarComponentModule,
2507
+ EuimNotificationItemModule,
2508
+ EuimMediaHeaderModule,
2509
+ EuimDataSummaryModule,
2510
+ EuimHeaderDetailsModule,
2511
+ EuimAvatarModule,
2512
+ EuimInfoScreenModule,
2513
+ EuimSliderModule,
2514
+ // Directives
2515
+ EuimListHeaderModule,
2516
+ EuimSpinnerComponentModule
2517
+ ] });
2518
+ /** @nocollapse */ EuimAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, imports: [MODULES,
3498
2519
  // Layout
3499
2520
  EuimAppModule,
3500
2521
  EuimAppSidebarModule,
@@ -3520,8 +2541,7 @@ class EuimAllModule {
3520
2541
  // Directives
3521
2542
  EuimListHeaderModule,
3522
2543
  EuimSpinnerComponentModule] });
3523
- (function () {
3524
- (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EuimAllModule, [{
2544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, decorators: [{
3525
2545
  type: NgModule,
3526
2546
  args: [{
3527
2547
  imports: [
@@ -3533,67 +2553,11 @@ class EuimAllModule {
3533
2553
  providers: [],
3534
2554
  declarations: [],
3535
2555
  }]
3536
- }], null, null);
3537
- })();
3538
- (function () {
3539
- (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EuimAllModule, { imports: [
3540
- // Layout
3541
- EuimAppModule,
3542
- EuimAppSidebarModule,
3543
- // Components
3544
- EuimEmptyListPlaceholderModule,
3545
- EuimLanguageSelectorModule,
3546
- EuimStepperComponentModule,
3547
- EuimUserProfileModule,
3548
- EuimMessageModule,
3549
- EuimAvatarIconModule,
3550
- EuimLabelModule,
3551
- EuimMenuModule,
3552
- EuimControlFeedbackModule,
3553
- EuimFieldsetModule,
3554
- EuimToolbarComponentModule,
3555
- EuimNotificationItemModule,
3556
- EuimMediaHeaderModule,
3557
- EuimDataSummaryModule,
3558
- EuimHeaderDetailsModule,
3559
- EuimAvatarModule,
3560
- EuimInfoScreenModule,
3561
- EuimSliderModule,
3562
- // Directives
3563
- EuimListHeaderModule,
3564
- EuimSpinnerComponentModule
3565
- ], exports: [
3566
- // Layout
3567
- EuimAppModule,
3568
- EuimAppSidebarModule,
3569
- // Components
3570
- EuimEmptyListPlaceholderModule,
3571
- EuimLanguageSelectorModule,
3572
- EuimStepperComponentModule,
3573
- EuimUserProfileModule,
3574
- EuimMessageModule,
3575
- EuimAvatarIconModule,
3576
- EuimLabelModule,
3577
- EuimMenuModule,
3578
- EuimControlFeedbackModule,
3579
- EuimFieldsetModule,
3580
- EuimToolbarComponentModule,
3581
- EuimNotificationItemModule,
3582
- EuimMediaHeaderModule,
3583
- EuimDataSummaryModule,
3584
- EuimHeaderDetailsModule,
3585
- EuimAvatarModule,
3586
- EuimInfoScreenModule,
3587
- EuimSliderModule,
3588
- // Directives
3589
- EuimListHeaderModule,
3590
- EuimSpinnerComponentModule
3591
- ] });
3592
- })();
2556
+ }] });
3593
2557
 
3594
2558
  /**
3595
2559
  * Generated bundle index. Do not edit.
3596
2560
  */
3597
2561
 
3598
- 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 };
2562
+ 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 };
3599
2563
  //# sourceMappingURL=eui-mobile-core.mjs.map