@eui/mobile-core 15.1.0 → 16.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 (229) hide show
  1. package/docs/classes/EuimStepperChangeEvent.html +12 -9
  2. package/docs/components/EuiMUserProfileActionComponent.html +18 -12
  3. package/docs/components/EuiMUserProfileAvatarComponent.html +18 -12
  4. package/docs/components/EuiMUserProfileInfosComponent.html +18 -12
  5. package/docs/components/EuiMUserProfileInfosItemComponent.html +18 -12
  6. package/docs/components/EuimAppComponent.html +16 -12
  7. package/docs/components/EuimAppSidebarComponent.html +15 -11
  8. package/docs/components/EuimAppSidebarFooterComponent.html +17 -11
  9. package/docs/components/EuimAppSidebarHeaderComponent.html +11 -7
  10. package/docs/components/EuimAppSidebarMenuComponent.html +17 -13
  11. package/docs/components/EuimAvatarComponent.html +17 -13
  12. package/docs/components/EuimAvatarIconComponent.html +17 -13
  13. package/docs/components/EuimAvatarMainIconComponent.html +16 -10
  14. package/docs/components/EuimAvatarSubIconComponent.html +16 -10
  15. package/docs/components/EuimControlFeedbackComponent.html +17 -13
  16. package/docs/components/EuimDataSummaryColComponent.html +16 -10
  17. package/docs/components/EuimDataSummaryColLabelComponent.html +16 -10
  18. package/docs/components/EuimDataSummaryColValueComponent.html +16 -10
  19. package/docs/components/EuimDataSummaryComponent.html +17 -13
  20. package/docs/components/EuimEmptyListPlaceholderComponent.html +15 -11
  21. package/docs/components/EuimFieldSetComponent.html +18 -12
  22. package/docs/components/EuimFieldsetActionsComponent.html +18 -12
  23. package/docs/components/EuimFieldsetLegendComponent.html +18 -12
  24. package/docs/components/EuimHeaderDetailsComponent.html +17 -13
  25. package/docs/components/EuimHeaderDetailsIconComponent.html +16 -10
  26. package/docs/components/EuimHeaderDetailsMetaComponent.html +16 -10
  27. package/docs/components/EuimHeaderDetailsTitleComponent.html +16 -10
  28. package/docs/components/EuimInfoScreenComponent.html +17 -13
  29. package/docs/components/EuimInfoScreenMetaComponent.html +16 -10
  30. package/docs/components/EuimInfoScreenSubTitleComponent.html +16 -10
  31. package/docs/components/EuimInfoScreenTitleComponent.html +16 -10
  32. package/docs/components/EuimLabelComponent.html +17 -13
  33. package/docs/components/EuimLanguageListComponent.html +22 -18
  34. package/docs/components/EuimLanguageSelectorComponent.html +22 -18
  35. package/docs/components/EuimMediaHeaderComponent.html +17 -13
  36. package/docs/components/EuimMediaHeaderImageComponent.html +16 -10
  37. package/docs/components/EuimMediaHeaderMetaComponent.html +16 -10
  38. package/docs/components/EuimMediaHeaderTitleComponent.html +16 -10
  39. package/docs/components/EuimMenuComponent.html +20 -16
  40. package/docs/components/EuimMessageComponent.html +17 -13
  41. package/docs/components/EuimMessageTitleComponent.html +18 -12
  42. package/docs/components/EuimNotificationItemComponent.html +17 -13
  43. package/docs/components/EuimSlideComponent.html +16 -10
  44. package/docs/components/EuimSliderComponent.html +28 -22
  45. package/docs/components/EuimSpinnerComponent.html +17 -13
  46. package/docs/components/EuimSpinnerDescriptionComponent.html +17 -13
  47. package/docs/components/EuimSpinnerMessageComponent.html +17 -13
  48. package/docs/components/EuimStepperComponent.html +16 -12
  49. package/docs/components/EuimToolbarActionItemsComponent.html +17 -13
  50. package/docs/components/EuimToolbarComponent.html +21 -17
  51. package/docs/components/EuimToolbarTitleComponent.html +17 -13
  52. package/docs/components/EuimUserProfileComponent.html +18 -12
  53. package/docs/dependencies.html +3 -3
  54. package/docs/directives/EuimBaseDirective.html +18 -12
  55. package/docs/directives/EuimListHeaderDirective.html +18 -10
  56. package/docs/index.html +2 -2
  57. package/docs/injectables/EuimAppService.html +13 -10
  58. package/docs/interfaces/ActionBtnNames.html +11 -8
  59. package/docs/interfaces/Badge-1.html +11 -8
  60. package/docs/interfaces/Badge.html +11 -8
  61. package/docs/interfaces/EuimMenuItem.html +11 -8
  62. package/docs/interfaces/UIState.html +11 -8
  63. package/docs/js/libs/bootstrap-native.js +1 -2
  64. package/docs/js/libs/prism.js +43 -43
  65. package/docs/js/libs/svg-pan-zoom.min.js +2 -2
  66. package/docs/js/libs/tablesort.min.js +3 -3
  67. package/docs/js/libs/vis.min.js +7 -6
  68. package/docs/js/menu-wc.js +60 -60
  69. package/docs/js/menu.js +6 -2
  70. package/docs/js/routes.js +188 -167
  71. package/docs/js/search/search_index.js +2 -2
  72. package/docs/license.html +1 -1
  73. package/docs/miscellaneous/typealiases.html +6 -6
  74. package/docs/miscellaneous/variables.html +17 -17
  75. package/docs/modules/EuimAllModule.html +13 -8
  76. package/docs/modules/EuimAppModule.html +14 -9
  77. package/docs/modules/EuimAppSidebarModule.html +14 -9
  78. package/docs/modules/EuimAvatarIconModule.html +12 -8
  79. package/docs/modules/EuimAvatarModule.html +12 -8
  80. package/docs/modules/EuimControlFeedbackModule.html +12 -8
  81. package/docs/modules/EuimDataSummaryModule.html +12 -8
  82. package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -8
  83. package/docs/modules/EuimFieldsetModule.html +12 -8
  84. package/docs/modules/EuimHeaderDetailsModule.html +12 -8
  85. package/docs/modules/EuimInfoScreenModule.html +12 -8
  86. package/docs/modules/EuimLabelModule.html +12 -8
  87. package/docs/modules/EuimLanguageSelectorModule.html +12 -8
  88. package/docs/modules/EuimListHeaderModule.html +12 -8
  89. package/docs/modules/EuimMediaHeaderModule.html +12 -8
  90. package/docs/modules/EuimMenuModule.html +12 -8
  91. package/docs/modules/EuimMessageModule.html +12 -8
  92. package/docs/modules/EuimNotificationItemModule.html +12 -8
  93. package/docs/modules/EuimSliderModule.html +12 -8
  94. package/docs/modules/EuimSpinnerComponentModule.html +12 -8
  95. package/docs/modules/EuimStepperComponentModule.html +12 -8
  96. package/docs/modules/EuimToolbarComponentModule.html +14 -9
  97. package/docs/modules/EuimUserProfileModule.html +12 -8
  98. package/docs/modules.html +2 -2
  99. package/docs/properties.html +3 -3
  100. package/docs/styles/bootstrap.min.css +6 -6
  101. package/docs/styles/compodoc.css +40 -1
  102. package/docs/styles/dark.css +4 -0
  103. package/{esm2020 → esm2022}/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +4 -4
  104. package/{esm2020 → esm2022}/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +7 -7
  105. package/{esm2020 → esm2022}/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
  106. package/{esm2020 → esm2022}/lib/components/atoms/euim-label/euim-label.module.mjs +7 -7
  107. package/{esm2020 → esm2022}/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +4 -4
  108. package/{esm2020 → esm2022}/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +7 -7
  109. package/{esm2020 → esm2022}/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +4 -4
  110. package/{esm2020 → esm2022}/lib/components/directives/euim-list-header/euim-list-header.module.mjs +7 -7
  111. package/{esm2020 → esm2022}/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.mjs +4 -4
  112. package/{esm2020 → esm2022}/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.mjs +4 -4
  113. package/{esm2020 → esm2022}/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
  114. package/{esm2020 → esm2022}/lib/components/euim-avatar/euim-avatar.module.mjs +11 -11
  115. package/{esm2020 → esm2022}/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +5 -5
  116. package/{esm2020 → esm2022}/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +7 -7
  117. package/{esm2020 → esm2022}/lib/components/euim-base.directive.mjs +4 -4
  118. package/{esm2020 → esm2022}/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +4 -4
  119. package/{esm2020 → esm2022}/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.mjs +4 -4
  120. package/{esm2020 → esm2022}/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.mjs +4 -4
  121. package/{esm2020 → esm2022}/lib/components/euim-data-summary/euim-data-summary.component.mjs +4 -4
  122. package/{esm2020 → esm2022}/lib/components/euim-data-summary/euim-data-summary.module.mjs +13 -13
  123. package/{esm2020 → esm2022}/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +5 -5
  124. package/{esm2020 → esm2022}/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +9 -9
  125. package/{esm2020 → esm2022}/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -4
  126. package/{esm2020 → esm2022}/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -4
  127. package/{esm2020 → esm2022}/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
  128. package/{esm2020 → esm2022}/lib/components/euim-fieldset/euim-fieldset.module.mjs +11 -11
  129. package/{esm2020 → esm2022}/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.mjs +4 -4
  130. package/{esm2020 → esm2022}/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.mjs +4 -4
  131. package/{esm2020 → esm2022}/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.mjs +4 -4
  132. package/{esm2020 → esm2022}/lib/components/euim-header-details/euim-header-details.component.mjs +4 -4
  133. package/{esm2020 → esm2022}/lib/components/euim-header-details/euim-header-details.module.mjs +13 -13
  134. package/{esm2020 → esm2022}/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.mjs +4 -4
  135. package/{esm2020 → esm2022}/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.mjs +4 -4
  136. package/{esm2020 → esm2022}/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.mjs +4 -4
  137. package/{esm2020 → esm2022}/lib/components/euim-info-screen/euim-info-screen.component.mjs +4 -4
  138. package/{esm2020 → esm2022}/lib/components/euim-info-screen/euim-info-screen.module.mjs +13 -13
  139. package/{esm2020 → esm2022}/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.mjs +4 -4
  140. package/{esm2020 → esm2022}/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.mjs +4 -4
  141. package/{esm2020 → esm2022}/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.mjs +4 -4
  142. package/{esm2020 → esm2022}/lib/components/euim-media-header/euim-media-header.component.mjs +4 -4
  143. package/{esm2020 → esm2022}/lib/components/euim-media-header/euim-media-header.module.mjs +13 -13
  144. package/{esm2020 → esm2022}/lib/components/euim-menu/euim-menu.component.mjs +4 -4
  145. package/{esm2020 → esm2022}/lib/components/euim-menu/euim-menu.module.mjs +9 -9
  146. package/{esm2020 → esm2022}/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -4
  147. package/{esm2020 → esm2022}/lib/components/euim-message/euim-message.component.mjs +5 -5
  148. package/{esm2020 → esm2022}/lib/components/euim-message/euim-message.module.mjs +9 -9
  149. package/{esm2020 → esm2022}/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +6 -6
  150. package/{esm2020 → esm2022}/lib/components/euim-slider/euim-slider.component.mjs +4 -4
  151. package/{esm2020 → esm2022}/lib/components/euim-slider/euim-slider.module.mjs +9 -9
  152. package/{esm2020 → esm2022}/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +5 -5
  153. package/{esm2020 → esm2022}/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +5 -5
  154. package/{esm2020 → esm2022}/lib/components/euim-spinner/euim-spinner.component.mjs +5 -5
  155. package/{esm2020 → esm2022}/lib/components/euim-spinner/euim-spinner.module.mjs +13 -13
  156. package/{esm2020 → esm2022}/lib/components/euim-stepper/euim-steper.module.mjs +9 -9
  157. package/{esm2020 → esm2022}/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
  158. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +4 -4
  159. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +4 -4
  160. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
  161. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
  162. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +15 -15
  163. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app.component.mjs +4 -4
  164. package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app.module.mjs +11 -11
  165. package/{esm2020 → esm2022}/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +4 -4
  166. package/{esm2020 → esm2022}/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
  167. package/{esm2020 → esm2022}/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +17 -17
  168. package/{esm2020 → esm2022}/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +4 -4
  169. package/{esm2020 → esm2022}/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +4 -4
  170. package/{esm2020 → esm2022}/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +4 -4
  171. package/{esm2020 → esm2022}/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +15 -15
  172. package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
  173. package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -4
  174. package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -4
  175. package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -4
  176. package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -4
  177. package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +15 -15
  178. package/{esm2020 → esm2022}/lib/euim-all.module.mjs +80 -80
  179. package/{esm2020 → esm2022}/lib/services/euim-app.service.mjs +4 -4
  180. package/{fesm2020 → fesm2022}/eui-mobile-core.mjs +489 -489
  181. package/{fesm2020 → fesm2022}/eui-mobile-core.mjs.map +1 -1
  182. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +2 -2
  183. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  184. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  185. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -1
  186. package/lib/components/euim-base.directive.d.ts +1 -1
  187. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
  188. package/lib/components/euim-media-header/euim-media-header.component.d.ts +1 -1
  189. package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
  190. package/lib/components/euim-message/euim-message.component.d.ts +2 -2
  191. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  192. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -1
  193. package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
  194. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
  195. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
  196. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
  197. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
  198. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
  199. package/package.json +6 -12
  200. package/docs/js/menu-wc_es5.js +0 -42
  201. package/fesm2015/eui-mobile-core.mjs +0 -2567
  202. package/fesm2015/eui-mobile-core.mjs.map +0 -1
  203. /package/{esm2020 → esm2022}/eui-mobile-core.mjs +0 -0
  204. /package/{esm2020 → esm2022}/index.mjs +0 -0
  205. /package/{esm2020 → esm2022}/lib/components/atoms/euim-control-feedback/index.mjs +0 -0
  206. /package/{esm2020 → esm2022}/lib/components/atoms/euim-label/index.mjs +0 -0
  207. /package/{esm2020 → esm2022}/lib/components/atoms/euim-notification-item/index.mjs +0 -0
  208. /package/{esm2020 → esm2022}/lib/components/directives/euim-list-header/index.mjs +0 -0
  209. /package/{esm2020 → esm2022}/lib/components/euim-avatar/index.mjs +0 -0
  210. /package/{esm2020 → esm2022}/lib/components/euim-avatar-icon/index.mjs +0 -0
  211. /package/{esm2020 → esm2022}/lib/components/euim-data-summary/index.mjs +0 -0
  212. /package/{esm2020 → esm2022}/lib/components/euim-empty-list-placeholder/index.mjs +0 -0
  213. /package/{esm2020 → esm2022}/lib/components/euim-fieldset/index.mjs +0 -0
  214. /package/{esm2020 → esm2022}/lib/components/euim-header-details/index.mjs +0 -0
  215. /package/{esm2020 → esm2022}/lib/components/euim-info-screen/index.mjs +0 -0
  216. /package/{esm2020 → esm2022}/lib/components/euim-media-header/index.mjs +0 -0
  217. /package/{esm2020 → esm2022}/lib/components/euim-menu/index.mjs +0 -0
  218. /package/{esm2020 → esm2022}/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -0
  219. /package/{esm2020 → esm2022}/lib/components/euim-message/index.mjs +0 -0
  220. /package/{esm2020 → esm2022}/lib/components/euim-slider/index.mjs +0 -0
  221. /package/{esm2020 → esm2022}/lib/components/euim-spinner/index.mjs +0 -0
  222. /package/{esm2020 → esm2022}/lib/components/euim-stepper/index.mjs +0 -0
  223. /package/{esm2020 → esm2022}/lib/components/index.mjs +0 -0
  224. /package/{esm2020 → esm2022}/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -0
  225. /package/{esm2020 → esm2022}/lib/components/layout/euim-app/index.mjs +0 -0
  226. /package/{esm2020 → esm2022}/lib/components/layout/euim-language-selector/index.mjs +0 -0
  227. /package/{esm2020 → esm2022}/lib/components/layout/euim-toolbar/index.mjs +0 -0
  228. /package/{esm2020 → esm2022}/lib/components/layout/euim-user-profile/index.mjs +0 -0
  229. /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
@@ -1,2567 +0,0 @@
1
- export * from '@eui/base';
2
- import * as i0 from '@angular/core';
3
- import { Injectable, Directive, HostBinding, Input, Component, ViewEncapsulation, NgModule, EventEmitter, Output, ChangeDetectionStrategy, ViewChild } from '@angular/core';
4
- import { BehaviorSubject, Subject } from 'rxjs';
5
- import { coerceBooleanProperty } from '@angular/cdk/coercion';
6
- import * as i2$1 from '@angular/common';
7
- import { CommonModule } from '@angular/common';
8
- import * as i1 from '@ionic/angular';
9
- import { IonicModule } from '@ionic/angular';
10
- import * as i2 from '@eui/core';
11
- import { UxEuLanguages } from '@eui/core';
12
- import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
13
- import * as i1$1 from '@ngx-translate/core';
14
- import { TranslateModule } from '@ngx-translate/core';
15
- import * as i5 from '@eui/ecl';
16
- import { EclLanguageListComponentModule, EclLinkDirectiveModule, EclIconComponentModule, EclLanguageService, EclDefaultLanguageService } from '@eui/ecl';
17
- import { RouterModule } from '@angular/router';
18
-
19
- const initialState = {
20
- isLanguageListVisible: false,
21
- };
22
- class EuimAppService {
23
- constructor() {
24
- this._state$ = new BehaviorSubject(initialState);
25
- }
26
- get state$() {
27
- return this._state$.asObservable();
28
- }
29
- get state() {
30
- return this._state$.getValue();
31
- }
32
- set isLanguageListVisible(isVisible) {
33
- this.setState(Object.assign(Object.assign({}, this.state), { isLanguageListVisible: isVisible }));
34
- }
35
- setState(nextState) {
36
- this._state$.next(Object.assign({}, nextState));
37
- }
38
- }
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: [{
42
- type: Injectable,
43
- args: [{ providedIn: 'root' }]
44
- }], ctorParameters: function () { return []; } });
45
-
46
- class EuimBaseDirective {
47
- constructor() {
48
- this._euiPrimary = false;
49
- this._euiSecondary = false;
50
- this._euiInfo = false;
51
- this._euiSuccess = false;
52
- this._euiWarning = false;
53
- this._euiDanger = false;
54
- this._euiAccent = false;
55
- this._euiInverted = false;
56
- this._euiSize2XS = false;
57
- this._euiSizeXS = false;
58
- this._euiSizeS = false;
59
- this._euiSizeM = false;
60
- this._euiSizeL = false;
61
- this._euiSizeXL = false;
62
- this._euiSize2XL = false;
63
- this._euiSize3XL = false;
64
- this._euiSize4XL = false;
65
- this._euiFontBold = false;
66
- this._euiFontRegular = false;
67
- this._euiFontBoldItalic = false;
68
- this._euiFontItalic = false;
69
- this._euiFontLight = false;
70
- }
71
- get euiPrimary() {
72
- return this._euiPrimary;
73
- }
74
- set euiPrimary(value) {
75
- this._euiPrimary = coerceBooleanProperty(value);
76
- }
77
- get euiSecondary() {
78
- return this._euiSecondary;
79
- }
80
- set euiSecondary(value) {
81
- this._euiSecondary = coerceBooleanProperty(value);
82
- }
83
- get euiInfo() {
84
- return this._euiInfo;
85
- }
86
- set euiInfo(value) {
87
- this._euiInfo = coerceBooleanProperty(value);
88
- }
89
- get euiSuccess() {
90
- return this._euiSuccess;
91
- }
92
- set euiSuccess(value) {
93
- this._euiSuccess = coerceBooleanProperty(value);
94
- }
95
- get euiWarning() {
96
- return this._euiWarning;
97
- }
98
- set euiWarning(value) {
99
- this._euiWarning = coerceBooleanProperty(value);
100
- }
101
- get euiDanger() {
102
- return this._euiDanger;
103
- }
104
- set euiDanger(value) {
105
- this._euiDanger = coerceBooleanProperty(value);
106
- }
107
- get euiAccent() {
108
- return this._euiAccent;
109
- }
110
- set euiAccent(value) {
111
- this._euiAccent = coerceBooleanProperty(value);
112
- }
113
- get euiInverted() {
114
- return this._euiInverted;
115
- }
116
- set euiInverted(value) {
117
- this._euiInverted = coerceBooleanProperty(value);
118
- }
119
- // SIZES
120
- get euiSize2XS() {
121
- return this._euiSize2XS;
122
- }
123
- set euiSize2XS(value) {
124
- this._euiSize2XS = coerceBooleanProperty(value);
125
- }
126
- get euiSizeXS() {
127
- return this._euiSizeXS;
128
- }
129
- set euiSizeXS(value) {
130
- this._euiSizeXS = coerceBooleanProperty(value);
131
- }
132
- get euiSizeS() {
133
- return this._euiSizeS;
134
- }
135
- set euiSizeS(value) {
136
- this._euiSizeS = coerceBooleanProperty(value);
137
- }
138
- get euiSizeM() {
139
- return this._euiSizeM;
140
- }
141
- set euiSizeM(value) {
142
- this._euiSizeM = coerceBooleanProperty(value);
143
- }
144
- get euiSizeL() {
145
- return this._euiSizeL;
146
- }
147
- set euiSizeL(value) {
148
- this._euiSizeL = coerceBooleanProperty(value);
149
- }
150
- get euiSizeXL() {
151
- return this._euiSizeXL;
152
- }
153
- set euiSizeXL(value) {
154
- this._euiSizeXL = coerceBooleanProperty(value);
155
- }
156
- get euiSize2XL() {
157
- return this._euiSize2XL;
158
- }
159
- set euiSize2XL(value) {
160
- this._euiSize2XL = coerceBooleanProperty(value);
161
- }
162
- get euiSize3XL() {
163
- return this._euiSize3XL;
164
- }
165
- set euiSize3XL(value) {
166
- this._euiSize3XL = coerceBooleanProperty(value);
167
- }
168
- get euiSize4XL() {
169
- return this._euiSize4XL;
170
- }
171
- set euiSize4XL(value) {
172
- this._euiSize4XL = coerceBooleanProperty(value);
173
- }
174
- get euiFontBold() {
175
- return this._euiFontBold;
176
- }
177
- set euiFontBold(value) {
178
- this._euiFontBold = coerceBooleanProperty(value);
179
- }
180
- get euiFontRegular() {
181
- return this._euiFontRegular;
182
- }
183
- set euiFontRegular(value) {
184
- this._euiFontRegular = coerceBooleanProperty(value);
185
- }
186
- get euiFontBoldItalic() {
187
- return this._euiFontBoldItalic;
188
- }
189
- set euiFontBoldItalic(value) {
190
- this._euiFontBoldItalic = coerceBooleanProperty(value);
191
- }
192
- get euiFontItalic() {
193
- return this._euiFontItalic;
194
- }
195
- set euiFontItalic(value) {
196
- this._euiFontItalic = coerceBooleanProperty(value);
197
- }
198
- get euiFontLight() {
199
- return this._euiFontLight;
200
- }
201
- set euiFontLight(value) {
202
- this._euiFontLight = coerceBooleanProperty(value);
203
- }
204
- getCssClasses(rootClass) {
205
- return [
206
- rootClass,
207
- this._euiPrimary ? `${rootClass}--primary` : '',
208
- this._euiSecondary ? `${rootClass}--secondary` : ``,
209
- this._euiInfo ? `${rootClass}--info` : ``,
210
- this._euiSuccess ? `${rootClass}--success` : ``,
211
- this._euiWarning ? `${rootClass}--warning` : ``,
212
- this._euiDanger ? `${rootClass}--danger` : ``,
213
- this._euiAccent ? `${rootClass}--accent` : ``,
214
- this._euiInverted ? `${rootClass}--inverted` : ``,
215
- this._euiSize2XS ? `${rootClass}--size-2xs` : ``,
216
- this._euiSizeXS ? `${rootClass}--size-xs` : ``,
217
- this._euiSizeS ? `${rootClass}--size-s` : ``,
218
- this._euiSizeM ? `${rootClass}--size-m` : ``,
219
- this._euiSizeL ? `${rootClass}--size-l` : ``,
220
- this._euiSizeXL ? `${rootClass}--size-xl` : ``,
221
- this._euiSize2XL ? `${rootClass}--size-2xl` : ``,
222
- this._euiSize3XL ? `${rootClass}--size-3xl` : ``,
223
- this._euiSize4XL ? `${rootClass}--size-4xl` : ``,
224
- this._euiFontBold ? `eui-u-font-bold` : ``,
225
- this._euiFontRegular ? `eui-u-font-regular` : ``,
226
- this._euiFontBoldItalic ? `eui-u-font-bold-italic` : ``,
227
- this._euiFontItalic ? `eui-u-font-italic` : ``,
228
- this._euiFontLight ? `eui-u-font-light` : ``,
229
- ].join(' ').trim();
230
- }
231
- }
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: [{
235
- type: Directive,
236
- args: [{
237
- selector: '[euimBase]',
238
- }]
239
- }], propDecorators: { e2eAttr: [{
240
- type: HostBinding,
241
- args: ['attr.data-e2e']
242
- }, {
243
- type: Input
244
- }], euiPrimary: [{
245
- type: Input
246
- }], euiSecondary: [{
247
- type: Input
248
- }], euiInfo: [{
249
- type: Input
250
- }], euiSuccess: [{
251
- type: Input
252
- }], euiWarning: [{
253
- type: Input
254
- }], euiDanger: [{
255
- type: Input
256
- }], euiAccent: [{
257
- type: Input
258
- }], euiInverted: [{
259
- type: Input
260
- }], euiSize2XS: [{
261
- type: Input
262
- }], euiSizeXS: [{
263
- type: Input
264
- }], euiSizeS: [{
265
- type: Input
266
- }], euiSizeM: [{
267
- type: Input
268
- }], euiSizeL: [{
269
- type: Input
270
- }], euiSizeXL: [{
271
- type: Input
272
- }], euiSize2XL: [{
273
- type: Input
274
- }], euiSize3XL: [{
275
- type: Input
276
- }], euiSize4XL: [{
277
- type: Input
278
- }], euiFontBold: [{
279
- type: Input
280
- }], euiFontRegular: [{
281
- type: Input
282
- }], euiFontBoldItalic: [{
283
- type: Input
284
- }], euiFontItalic: [{
285
- type: Input
286
- }], euiFontLight: [{
287
- type: Input
288
- }] } });
289
-
290
- /* eslint-disable @angular-eslint/component-selector */
291
- class EuimLabelComponent extends EuimBaseDirective {
292
- constructor() {
293
- super(...arguments);
294
- this._euimLabelTitle = false;
295
- this._euimLabelSubTitle = false;
296
- this._euimLabelMeta = false;
297
- }
298
- get euimLabelTitle() {
299
- return this._euimLabelTitle;
300
- }
301
- set euimLabelTitle(value) {
302
- this._euimLabelTitle = coerceBooleanProperty(value);
303
- }
304
- get euimLabelSubTitle() {
305
- return this._euimLabelSubTitle;
306
- }
307
- set euimLabelSubTitle(value) {
308
- this._euimLabelSubTitle = coerceBooleanProperty(value);
309
- }
310
- get euimLabelMeta() {
311
- return this._euimLabelMeta;
312
- }
313
- set euimLabelMeta(value) {
314
- this._euimLabelMeta = coerceBooleanProperty(value);
315
- }
316
- get cssClasses() {
317
- return this.getCssClasses();
318
- }
319
- getCssClasses() {
320
- return [
321
- this.euimLabelTitle ? `euim-label__title` : ``,
322
- this.euimLabelSubTitle ? `euim-label__sub-title` : ``,
323
- this.euimLabelMeta ? `euim-label__meta` : ``,
324
- super.getCssClasses('euim-label')
325
- ].join(' ').trim();
326
- }
327
- }
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: [{
331
- type: Component,
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"] }]
333
- }], propDecorators: { euimLabelTitle: [{
334
- type: Input
335
- }], euimLabelSubTitle: [{
336
- type: Input
337
- }], euimLabelMeta: [{
338
- type: Input
339
- }], cssClasses: [{
340
- type: HostBinding,
341
- args: ['class']
342
- }] } });
343
-
344
- class EuimLabelModule {
345
- }
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,
350
- IonicModule] });
351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLabelModule, decorators: [{
352
- type: NgModule,
353
- args: [{
354
- imports: [
355
- CommonModule,
356
- IonicModule,
357
- ],
358
- exports: [
359
- EuimLabelComponent,
360
- ],
361
- declarations: [
362
- EuimLabelComponent,
363
- ],
364
- }]
365
- }] });
366
-
367
- class EuimControlFeedbackComponent extends EuimBaseDirective {
368
- constructor() {
369
- super(...arguments);
370
- this._euiInfo = true;
371
- this._euiSuccess = false;
372
- this._euiWarning = false;
373
- this._euiDanger = false;
374
- this._variant = 'info';
375
- }
376
- get euiInfo() {
377
- return this._euiInfo;
378
- }
379
- set euiInfo(value) {
380
- this.resetVariantType();
381
- this._euiInfo = coerceBooleanProperty(value);
382
- if (this._euiInfo) {
383
- this._variant = 'info';
384
- }
385
- }
386
- get euiSuccess() {
387
- return this._euiSuccess;
388
- }
389
- set euiSuccess(value) {
390
- this.resetVariantType();
391
- this._euiSuccess = coerceBooleanProperty(value);
392
- if (this._euiSuccess) {
393
- this._variant = 'success';
394
- }
395
- }
396
- get euiWarning() {
397
- return this._euiWarning;
398
- }
399
- set euiWarning(value) {
400
- this.resetVariantType();
401
- this._euiWarning = coerceBooleanProperty(value);
402
- if (this._euiWarning) {
403
- this._variant = 'warning';
404
- }
405
- }
406
- get euiDanger() {
407
- return this._euiDanger;
408
- }
409
- set euiDanger(value) {
410
- this.resetVariantType();
411
- this._euiDanger = coerceBooleanProperty(value);
412
- if (this._euiDanger) {
413
- this._variant = 'danger';
414
- }
415
- }
416
- get variant() {
417
- return this._variant;
418
- }
419
- set variant(value) {
420
- this._euiWarning = (value === 'warning');
421
- this._euiInfo = (value === 'info');
422
- this._euiSuccess = (value === 'success');
423
- this._euiDanger = (value === 'danger');
424
- this._variant = value;
425
- }
426
- resetVariantType() {
427
- this._euiDanger = false;
428
- this._euiInfo = false;
429
- this._euiSuccess = false;
430
- this._euiInfo = false;
431
- this._variant = null;
432
- }
433
- get color() {
434
- return this.variant;
435
- }
436
- get cssClasses() {
437
- return this.getCssClasses();
438
- }
439
- getCssClasses() {
440
- return [
441
- 'euim-control-feedback',
442
- this.color ? `euim-control-feedback--${this.color}` : '',
443
- ].join(' ');
444
- }
445
- }
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", 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: [{
449
- type: Component,
450
- args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-control-feedback\">\n <ng-content></ng-content>\n</div>\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"] }]
451
- }], propDecorators: { euiInfo: [{
452
- type: Input
453
- }], euiSuccess: [{
454
- type: Input
455
- }], euiWarning: [{
456
- type: Input
457
- }], euiDanger: [{
458
- type: Input
459
- }], variant: [{
460
- type: Input
461
- }], cssClasses: [{
462
- type: HostBinding,
463
- args: ['class']
464
- }] } });
465
-
466
- class EuimControlFeedbackModule {
467
- }
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,
472
- IonicModule] });
473
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimControlFeedbackModule, decorators: [{
474
- type: NgModule,
475
- args: [{
476
- imports: [
477
- CommonModule,
478
- IonicModule,
479
- ],
480
- exports: [
481
- EuimControlFeedbackComponent,
482
- ],
483
- declarations: [
484
- EuimControlFeedbackComponent,
485
- ],
486
- }]
487
- }] });
488
-
489
- class EuimNotificationItemComponent extends EuimBaseDirective {
490
- get cssClasses() {
491
- return this.getCssClasses();
492
- }
493
- getCssClasses() {
494
- return [
495
- super.getCssClasses('euim-notification-item')
496
- ].join(' ').trim();
497
- }
498
- }
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: [{
502
- type: Component,
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"] }]
504
- }], propDecorators: { cssClasses: [{
505
- type: HostBinding,
506
- args: ['class']
507
- }] } });
508
-
509
- class EuimNotificationItemModule {
510
- }
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,
515
- IonicModule] });
516
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimNotificationItemModule, decorators: [{
517
- type: NgModule,
518
- args: [{
519
- imports: [
520
- CommonModule,
521
- IonicModule,
522
- ],
523
- exports: [
524
- EuimNotificationItemComponent,
525
- ],
526
- declarations: [
527
- EuimNotificationItemComponent,
528
- ],
529
- }]
530
- }] });
531
-
532
- class EuimLanguageListComponent extends EuimBaseDirective {
533
- constructor(cd, translateService, appShellService, appService) {
534
- super();
535
- this.cd = cd;
536
- this.translateService = translateService;
537
- this.appShellService = appShellService;
538
- this.appService = appService;
539
- this.languageSelected = new EventEmitter();
540
- this.destroy$ = new Subject();
541
- }
542
- ngOnInit() {
543
- this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('languages')).subscribe((state) => {
544
- this.languages = (state.languages) ?
545
- UxEuLanguages.getOrderedLanguages(state.languages) :
546
- UxEuLanguages.getLanguages();
547
- this.cd.detectChanges();
548
- });
549
- this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('activeLanguage')).subscribe((state) => {
550
- this.selectedLanguage = {
551
- code: state.activeLanguage,
552
- label: this.getLanguageLabel(state.activeLanguage),
553
- };
554
- this.cd.detectChanges();
555
- });
556
- }
557
- ngOnDestroy() {
558
- this.destroy$.next(true);
559
- this.destroy$.unsubscribe();
560
- }
561
- onLanguageSelected(evt) {
562
- this.translateService.use(evt.language.code);
563
- this.appService.isLanguageListVisible = false;
564
- this.appShellService.setState(Object.assign(Object.assign({}, this.appShellService.state), { activeLanguage: evt.language.code }));
565
- }
566
- onLanguageListClose() {
567
- this.appService.isLanguageListVisible = false;
568
- }
569
- getLanguageLabel(languageCode) {
570
- for (const language of this.languages) {
571
- if (language.code === languageCode) {
572
- return language.label;
573
- }
574
- }
575
- return;
576
- }
577
- }
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 (close)=\"onLanguageListClose()\"\n (languageSelected)=\"onLanguageSelected($event)\"\n [isHidden]=\"!(appService.state$ | async).isLanguageListVisible\"\n [isOverlay]=\"true\"\n [selectedLanguageCode]=\"selectedLanguage?.code\">\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: [{
581
- type: Component,
582
- args: [{ selector: 'euim-language-list', template: "<ecl-language-list\n (close)=\"onLanguageListClose()\"\n (languageSelected)=\"onLanguageSelected($event)\"\n [isHidden]=\"!(appService.state$ | async).isLanguageListVisible\"\n [isOverlay]=\"true\"\n [selectedLanguageCode]=\"selectedLanguage?.code\">\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" }]
583
- }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2.UxAppShellService }, { type: EuimAppService }]; }, propDecorators: { languageSelected: [{
584
- type: Output
585
- }] } });
586
-
587
- class EuimAppComponent extends EuimBaseDirective {
588
- constructor(asService) {
589
- super();
590
- this.asService = asService;
591
- this.ionMenuId = 'main';
592
- }
593
- }
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: [{
597
- type: Component,
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" }]
599
- }], ctorParameters: function () { return [{ type: EuimAppService }]; }, propDecorators: { ionMenuId: [{
600
- type: Input
601
- }] } });
602
-
603
- class EuimMenuComponent extends EuimBaseDirective {
604
- constructor(navCtrl) {
605
- super();
606
- this.navCtrl = navCtrl;
607
- this.isChanged = false;
608
- this.itemClick = new EventEmitter();
609
- }
610
- get items() {
611
- return this._items;
612
- }
613
- set items(value) {
614
- this._items = value;
615
- }
616
- onItemClick(event, url, idx, item) {
617
- if (url) {
618
- if (url.indexOf('http') > -1) {
619
- window.open(url, '_blank');
620
- }
621
- else {
622
- this.navCtrl.navigateRoot(url);
623
- }
624
- }
625
- this.itemClick.emit(item);
626
- }
627
- }
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 (click)=\"onItemClick($event, (item.url), i, item)\" *ngIf=\"item.label\" [lines]=\"item.lines ? item.lines : 'none'\" button\n class=\"euim-menu__ion-item\">\n <ion-icon *ngIf=\"item.icon\"\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></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: [{
631
- type: Component,
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 (click)=\"onItemClick($event, (item.url), i, item)\" *ngIf=\"item.label\" [lines]=\"item.lines ? item.lines : 'none'\" button\n class=\"euim-menu__ion-item\">\n <ion-icon *ngIf=\"item.icon\"\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></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"] }]
633
- }], ctorParameters: function () { return [{ type: i1.NavController }]; }, propDecorators: { itemClick: [{
634
- type: Output
635
- }], items: [{
636
- type: Input
637
- }] } });
638
-
639
- class EuimMenuModule {
640
- }
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,
646
- RouterModule,
647
- IonicModule] });
648
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMenuModule, decorators: [{
649
- type: NgModule,
650
- args: [{
651
- imports: [
652
- CommonModule,
653
- RouterModule,
654
- IonicModule,
655
- ],
656
- declarations: [
657
- EuimMenuComponent,
658
- ],
659
- exports: [
660
- EuimMenuComponent,
661
- ],
662
- }]
663
- }] });
664
-
665
- class EuimAppSidebarComponent extends EuimBaseDirective {
666
- constructor() {
667
- super(...arguments);
668
- this.ionMenuId = 'main';
669
- }
670
- }
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 contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" side=\"start\">\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: [{
674
- type: Component,
675
- args: [{ selector: 'euim-app-sidebar', template: "<ion-menu contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" side=\"start\">\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" }]
676
- }], propDecorators: { ionMenuId: [{
677
- type: Input
678
- }], sidebarItems: [{
679
- type: Input
680
- }] } });
681
-
682
- class EuimAppSidebarHeaderComponent {
683
- }
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: [{
687
- type: Component,
688
- args: [{ selector: 'euim-app-sidebar-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
689
- }] });
690
-
691
- class EuimAppSidebarMenuComponent {
692
- constructor() {
693
- this.itemClick = new EventEmitter();
694
- }
695
- onItemClick(item) {
696
- this.itemClick.emit(item);
697
- }
698
- }
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 (itemClick)=\"onItemClick($event)\"\n [items]=\"items\"></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: [{
702
- type: Component,
703
- args: [{ selector: 'euim-app-sidebar-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<euim-menu (itemClick)=\"onItemClick($event)\"\n [items]=\"items\"></euim-menu>\n" }]
704
- }], ctorParameters: function () { return []; }, propDecorators: { items: [{
705
- type: Input
706
- }], itemClick: [{
707
- type: Output
708
- }] } });
709
-
710
- class EuimAppSidebarFooterComponent {
711
- constructor() {
712
- this.className = 'euim-app-sidebar-footer';
713
- }
714
- }
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: [{
718
- type: Component,
719
- args: [{ selector: 'euim-app-sidebar-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
720
- }], ctorParameters: function () { return []; }, propDecorators: { className: [{
721
- type: HostBinding,
722
- args: ['class']
723
- }] } });
724
-
725
- const COMPONENTS$9 = [
726
- EuimAppSidebarComponent,
727
- EuimAppSidebarHeaderComponent,
728
- EuimAppSidebarFooterComponent,
729
- EuimAppSidebarMenuComponent,
730
- ];
731
- class EuimAppSidebarModule {
732
- }
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,
744
- EuimMenuModule,
745
- IonicModule] });
746
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppSidebarModule, decorators: [{
747
- type: NgModule,
748
- args: [{
749
- imports: [
750
- CommonModule, RouterModule,
751
- EuimMenuModule,
752
- IonicModule,
753
- ],
754
- declarations: [
755
- ...COMPONENTS$9,
756
- ],
757
- exports: [
758
- ...COMPONENTS$9,
759
- ],
760
- }]
761
- }] });
762
-
763
- class EuimLanguageSelectorComponent extends EuimBaseDirective {
764
- constructor(cd, translateService, appShellService, appService) {
765
- super();
766
- this.cd = cd;
767
- this.translateService = translateService;
768
- this.appShellService = appShellService;
769
- this.appService = appService;
770
- this._euimPrimary = false;
771
- this.destroy$ = new Subject();
772
- }
773
- get euimPrimary() {
774
- return this._euimPrimary;
775
- }
776
- set euimPrimary(value) {
777
- this._euimPrimary = coerceBooleanProperty(value);
778
- }
779
- get cssClasses() {
780
- return super.getCssClasses('euim-language-selector');
781
- }
782
- ngOnInit() {
783
- this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('languages')).subscribe((state) => {
784
- this.languages = (state.languages) ?
785
- UxEuLanguages.getOrderedLanguages(state.languages) :
786
- UxEuLanguages.getLanguages();
787
- this.cd.detectChanges();
788
- });
789
- this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('activeLanguage')).subscribe((state) => {
790
- this.selectedLanguage = {
791
- code: state.activeLanguage,
792
- label: this.getLanguageLabel(state.activeLanguage),
793
- };
794
- this.cd.detectChanges();
795
- });
796
- }
797
- ngOnDestroy() {
798
- this.destroy$.next(true);
799
- this.destroy$.unsubscribe();
800
- }
801
- onLanguageSelected(evt) {
802
- this.translateService.use(evt.language.code);
803
- this.appShellService.setState(Object.assign(Object.assign({}, this.appShellService.state), { activeLanguage: evt.language.code }));
804
- }
805
- onShowLanguageList() {
806
- this.appService.isLanguageListVisible = true;
807
- }
808
- getLanguageLabel(languageCode) {
809
- for (const language of this.languages) {
810
- if (language.code === languageCode) {
811
- return language.label;
812
- }
813
- }
814
- return;
815
- }
816
- }
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 slot=\"icon-only\"\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 </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: [{
820
- type: Component,
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 slot=\"icon-only\"\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 </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: [{
823
- type: Input
824
- }], cssClasses: [{
825
- type: HostBinding,
826
- args: ['class']
827
- }] } });
828
-
829
- class EuimLanguageSelectorModule {
830
- }
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: [
840
- { provide: EclLanguageService, useClass: EclDefaultLanguageService },
841
- ], imports: [CommonModule,
842
- IonicModule,
843
- EclLanguageListComponentModule,
844
- EclLinkDirectiveModule,
845
- EclIconComponentModule] });
846
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimLanguageSelectorModule, decorators: [{
847
- type: NgModule,
848
- args: [{
849
- imports: [
850
- CommonModule,
851
- IonicModule,
852
- EclLanguageListComponentModule,
853
- EclLinkDirectiveModule,
854
- EclIconComponentModule
855
- ],
856
- exports: [
857
- EuimLanguageSelectorComponent,
858
- EuimLanguageListComponent,
859
- ],
860
- declarations: [
861
- EuimLanguageSelectorComponent,
862
- EuimLanguageListComponent,
863
- ],
864
- providers: [
865
- { provide: EclLanguageService, useClass: EclDefaultLanguageService },
866
- ]
867
- }]
868
- }] });
869
-
870
- class EuimAppModule {
871
- }
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,
878
- IonicModule,
879
- EuimAppSidebarModule,
880
- EuimLanguageSelectorModule] });
881
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAppModule, decorators: [{
882
- type: NgModule,
883
- args: [{
884
- imports: [
885
- CommonModule,
886
- IonicModule,
887
- EuimAppSidebarModule,
888
- EuimLanguageSelectorModule,
889
- ],
890
- exports: [
891
- EuimAppComponent,
892
- ],
893
- declarations: [
894
- EuimAppComponent,
895
- ],
896
- }]
897
- }] });
898
-
899
- class EuimUserProfileComponent extends EuimBaseDirective {
900
- constructor() {
901
- super(...arguments);
902
- this.className = 'euim-user-profile';
903
- }
904
- }
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: [{
908
- type: Component,
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"] }]
910
- }], propDecorators: { className: [{
911
- type: HostBinding,
912
- args: ['class']
913
- }] } });
914
-
915
- class EuiMUserProfileAvatarComponent extends EuimBaseDirective {
916
- constructor() {
917
- super(...arguments);
918
- this.class = 'euim-user-profile-avatar';
919
- }
920
- }
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: [{
924
- type: Component,
925
- args: [{ selector: 'euim-user-profile-avatar', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
926
- }], propDecorators: { class: [{
927
- type: HostBinding
928
- }] } });
929
-
930
- class EuiMUserProfileInfosComponent extends EuimBaseDirective {
931
- constructor() {
932
- super(...arguments);
933
- this.className = 'euim-user-profile-infos';
934
- }
935
- }
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: [{
939
- type: Component,
940
- args: [{ selector: 'euim-user-profile-infos', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
941
- }], propDecorators: { className: [{
942
- type: HostBinding
943
- }] } });
944
-
945
- class EuiMUserProfileInfosItemComponent extends EuimBaseDirective {
946
- constructor() {
947
- super(...arguments);
948
- this.class = 'euim-user-profile-infos-item';
949
- }
950
- }
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: [{
954
- type: Component,
955
- args: [{ selector: 'euim-user-profile-infos-item', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
956
- }], propDecorators: { class: [{
957
- type: HostBinding
958
- }] } });
959
-
960
- class EuiMUserProfileActionComponent extends EuimBaseDirective {
961
- constructor() {
962
- super(...arguments);
963
- this.className = 'euim-user-profile-action';
964
- }
965
- }
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", 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: [{
969
- type: Component,
970
- args: [{ selector: 'euim-user-profile-action', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-buttons>\n <ng-content></ng-content>\n</ion-buttons>\n" }]
971
- }], propDecorators: { className: [{
972
- type: HostBinding
973
- }] } });
974
-
975
- const COMPONENTS$8 = [
976
- EuimUserProfileComponent,
977
- EuiMUserProfileAvatarComponent,
978
- EuiMUserProfileInfosComponent,
979
- EuiMUserProfileInfosItemComponent,
980
- EuiMUserProfileActionComponent,
981
- ];
982
- class EuimUserProfileModule {
983
- }
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,
996
- IonicModule] });
997
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimUserProfileModule, decorators: [{
998
- type: NgModule,
999
- args: [{
1000
- imports: [
1001
- CommonModule,
1002
- IonicModule,
1003
- ],
1004
- exports: [
1005
- ...COMPONENTS$8,
1006
- ],
1007
- declarations: [
1008
- ...COMPONENTS$8,
1009
- ],
1010
- }]
1011
- }] });
1012
-
1013
- class EuimToolbarComponent extends EuimBaseDirective {
1014
- constructor() {
1015
- super(...arguments);
1016
- this.hasBackButton = true;
1017
- this.backButtonDefaultHref = '/';
1018
- this.hasSidebarTrigger = false;
1019
- this.hasLanguageSelector = false;
1020
- this.backButtonClick = new EventEmitter();
1021
- }
1022
- get cssClasses() {
1023
- return super.getCssClasses('euim-toolbar');
1024
- }
1025
- ngOnInit() {
1026
- if (this.hasSidebarTrigger) {
1027
- this.hasBackButton = false;
1028
- }
1029
- }
1030
- onBackButtonClick(event) {
1031
- this.backButtonClick.emit(event);
1032
- }
1033
- }
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 (pointerdown)=\"onBackButtonClick($event)\"\n *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"></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: [{
1037
- type: Component,
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 (pointerdown)=\"onBackButtonClick($event)\"\n *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"></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"] }]
1039
- }], propDecorators: { hasBackButton: [{
1040
- type: Input
1041
- }], backButtonDefaultHref: [{
1042
- type: Input
1043
- }], hasSidebarTrigger: [{
1044
- type: Input
1045
- }], hasLanguageSelector: [{
1046
- type: Input
1047
- }], backButtonClick: [{
1048
- type: Output
1049
- }], cssClasses: [{
1050
- type: HostBinding,
1051
- args: ['class']
1052
- }] } });
1053
-
1054
- class EuimToolbarTitleComponent extends EuimBaseDirective {
1055
- get cssClasses() {
1056
- return super.getCssClasses('euim-toolbar-title');
1057
- }
1058
- }
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: [{
1062
- type: Component,
1063
- args: [{ selector: 'euim-toolbar-title', template: "<ng-content></ng-content>\n" }]
1064
- }], propDecorators: { cssClasses: [{
1065
- type: HostBinding,
1066
- args: ['class']
1067
- }] } });
1068
-
1069
- class EuimToolbarActionItemsComponent extends EuimBaseDirective {
1070
- get cssClasses() {
1071
- return super.getCssClasses('euim-toolbar-action-items');
1072
- }
1073
- }
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: [{
1077
- type: Component,
1078
- args: [{ selector: 'euim-toolbar-action-items', template: "<ng-content></ng-content>\n" }]
1079
- }], propDecorators: { cssClasses: [{
1080
- type: HostBinding,
1081
- args: ['class']
1082
- }] } });
1083
-
1084
- class EuimToolbarComponentModule {
1085
- }
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,
1096
- IonicModule,
1097
- TranslateModule,
1098
- EuimLanguageSelectorModule] });
1099
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimToolbarComponentModule, decorators: [{
1100
- type: NgModule,
1101
- args: [{
1102
- imports: [
1103
- CommonModule,
1104
- IonicModule,
1105
- TranslateModule,
1106
- EuimLanguageSelectorModule,
1107
- ],
1108
- exports: [
1109
- EuimToolbarComponent,
1110
- EuimToolbarTitleComponent,
1111
- EuimToolbarActionItemsComponent,
1112
- ],
1113
- declarations: [
1114
- EuimToolbarComponent,
1115
- EuimToolbarTitleComponent,
1116
- EuimToolbarActionItemsComponent,
1117
- ],
1118
- }]
1119
- }] });
1120
-
1121
- class EuimAvatarIconComponent extends EuimBaseDirective {
1122
- constructor() {
1123
- super(...arguments);
1124
- this.color = 'default';
1125
- this.size = 'default';
1126
- this.fill = 'default';
1127
- this.variant = 'default';
1128
- this.borderColor = 'default';
1129
- }
1130
- get cssClasses() {
1131
- return this.getCssClasses();
1132
- }
1133
- getCssClasses() {
1134
- return [
1135
- 'euim-avatar-icon',
1136
- this.size ? `euim-avatar-icon--size-${this.size}` : '',
1137
- this.fill ? `euim-avatar-icon--fill-${this.fill}` : '',
1138
- this.color ? `euim-avatar-icon--color-${this.color}` : '',
1139
- this.variant ? `euim-avatar-icon--variant-${this.variant}` : '',
1140
- this.borderColor ? `euim-avatar-icon--border-color-${this.borderColor}` : '',
1141
- ].join(' ');
1142
- }
1143
- }
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: [{
1147
- type: Component,
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"] }]
1149
- }], propDecorators: { color: [{
1150
- type: Input
1151
- }], size: [{
1152
- type: Input
1153
- }], fill: [{
1154
- type: Input
1155
- }], variant: [{
1156
- type: Input
1157
- }], borderColor: [{
1158
- type: Input
1159
- }], cssClasses: [{
1160
- type: HostBinding,
1161
- args: ['class']
1162
- }] } });
1163
-
1164
- class EuimAvatarIconModule {
1165
- }
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,
1170
- IonicModule] });
1171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarIconModule, decorators: [{
1172
- type: NgModule,
1173
- args: [{
1174
- imports: [
1175
- CommonModule,
1176
- IonicModule,
1177
- ],
1178
- exports: [
1179
- EuimAvatarIconComponent,
1180
- ],
1181
- declarations: [
1182
- EuimAvatarIconComponent,
1183
- ],
1184
- }]
1185
- }] });
1186
-
1187
- class EuimEmptyListPlaceholderComponent extends EuimBaseDirective {
1188
- hasCustomContent(contentElement) {
1189
- return contentElement && contentElement.childNodes.length > 0;
1190
- }
1191
- }
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 [name]=\"icon\" size=\"large\"></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: [{
1195
- type: Component,
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 [name]=\"icon\" size=\"large\"></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"] }]
1197
- }], propDecorators: { message: [{
1198
- type: Input
1199
- }], icon: [{
1200
- type: Input
1201
- }], description: [{
1202
- type: Input
1203
- }] } });
1204
-
1205
- class EuimEmptyListPlaceholderModule {
1206
- }
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,
1212
- IonicModule,
1213
- TranslateModule] });
1214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimEmptyListPlaceholderModule, decorators: [{
1215
- type: NgModule,
1216
- args: [{
1217
- imports: [
1218
- CommonModule,
1219
- IonicModule,
1220
- TranslateModule
1221
- ],
1222
- exports: [
1223
- EuimEmptyListPlaceholderComponent,
1224
- ],
1225
- declarations: [
1226
- EuimEmptyListPlaceholderComponent,
1227
- ],
1228
- }]
1229
- }] });
1230
-
1231
- class EuimMessageComponent extends EuimBaseDirective {
1232
- constructor() {
1233
- super(...arguments);
1234
- this._euiInfo = true;
1235
- this._euiSuccess = false;
1236
- this._euiWarning = false;
1237
- this._euiDanger = false;
1238
- this._variant = 'info';
1239
- }
1240
- get euiInfo() {
1241
- return this._euiInfo;
1242
- }
1243
- set euiInfo(value) {
1244
- this.resetVariantType();
1245
- this._euiInfo = coerceBooleanProperty(value);
1246
- if (this._euiInfo) {
1247
- this._variant = 'info';
1248
- }
1249
- }
1250
- get euiSuccess() {
1251
- return this._euiSuccess;
1252
- }
1253
- set euiSuccess(value) {
1254
- this.resetVariantType();
1255
- this._euiSuccess = coerceBooleanProperty(value);
1256
- if (this._euiSuccess) {
1257
- this._variant = 'success';
1258
- }
1259
- }
1260
- get euiWarning() {
1261
- return this._euiWarning;
1262
- }
1263
- set euiWarning(value) {
1264
- this.resetVariantType();
1265
- this._euiWarning = coerceBooleanProperty(value);
1266
- if (this._euiWarning) {
1267
- this._variant = 'warning';
1268
- }
1269
- }
1270
- get euiDanger() {
1271
- return this._euiDanger;
1272
- }
1273
- set euiDanger(value) {
1274
- this.resetVariantType();
1275
- this._euiDanger = coerceBooleanProperty(value);
1276
- if (this._euiDanger) {
1277
- this._variant = 'danger';
1278
- }
1279
- }
1280
- get variant() {
1281
- return this._variant;
1282
- }
1283
- set variant(value) {
1284
- this._euiWarning = (value === 'warning');
1285
- this._euiInfo = (value === 'info');
1286
- this._euiSuccess = (value === 'success');
1287
- this._euiDanger = (value === 'danger');
1288
- this._variant = value;
1289
- }
1290
- get color() {
1291
- return this.variant;
1292
- }
1293
- get icon() {
1294
- switch (this.variant) {
1295
- case 'warning':
1296
- return 'alert-circle';
1297
- case 'danger':
1298
- return 'close-circle';
1299
- case 'success':
1300
- return 'checkmark-circle';
1301
- case 'info':
1302
- return 'information-circle';
1303
- default:
1304
- return '';
1305
- }
1306
- }
1307
- get cssClasses() {
1308
- return this.getCssClasses();
1309
- }
1310
- resetVariantType() {
1311
- this._euiDanger = false;
1312
- this._euiInfo = false;
1313
- this._euiSuccess = false;
1314
- this._euiInfo = false;
1315
- this._variant = null;
1316
- }
1317
- getCssClasses() {
1318
- return [
1319
- 'euim-message',
1320
- this.color ? `euim-message--${this.color}` : '',
1321
- ].join(' ');
1322
- }
1323
- }
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: [{
1327
- type: Component,
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"] }]
1329
- }], propDecorators: { euiInfo: [{
1330
- type: Input
1331
- }], euiSuccess: [{
1332
- type: Input
1333
- }], euiWarning: [{
1334
- type: Input
1335
- }], euiDanger: [{
1336
- type: Input
1337
- }], variant: [{
1338
- type: Input
1339
- }], cssClasses: [{
1340
- type: HostBinding,
1341
- args: ['class']
1342
- }] } });
1343
-
1344
- class EuimMessageTitleComponent extends EuimBaseDirective {
1345
- constructor() {
1346
- super(...arguments);
1347
- this.className = 'euim-message-title';
1348
- }
1349
- }
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: [{
1353
- type: Component,
1354
- args: [{ selector: 'euim-message-title', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1355
- }], propDecorators: { className: [{
1356
- type: HostBinding
1357
- }] } });
1358
-
1359
- const COMPONENTS$7 = [
1360
- EuimMessageComponent,
1361
- EuimMessageTitleComponent,
1362
- ];
1363
- class EuimMessageModule {
1364
- }
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,
1371
- IonicModule] });
1372
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMessageModule, decorators: [{
1373
- type: NgModule,
1374
- args: [{
1375
- imports: [
1376
- CommonModule,
1377
- IonicModule,
1378
- ],
1379
- exports: [
1380
- ...COMPONENTS$7,
1381
- ],
1382
- declarations: [
1383
- ...COMPONENTS$7,
1384
- ],
1385
- }]
1386
- }] });
1387
-
1388
- class EuimStepperChangeEvent {
1389
- constructor(currentStep) {
1390
- this.currentStep = currentStep;
1391
- }
1392
- }
1393
- class EuimStepperComponent extends EuimBaseDirective {
1394
- constructor() {
1395
- super(...arguments);
1396
- this.currentStep = 1;
1397
- this.stepsCount = 5;
1398
- this.isPreviousDisabled = true;
1399
- this.isNextDisabled = false;
1400
- this.previous = new EventEmitter();
1401
- this.next = new EventEmitter();
1402
- }
1403
- onPrevious() {
1404
- if (this.currentStep > 1) {
1405
- this.currentStep -= 1;
1406
- }
1407
- this.updateActionsState();
1408
- this.previous.emit(new EuimStepperChangeEvent(this.currentStep));
1409
- }
1410
- onNext() {
1411
- if (this.currentStep < this.stepsCount) {
1412
- this.currentStep += 1;
1413
- }
1414
- this.updateActionsState();
1415
- this.next.emit(new EuimStepperChangeEvent(this.currentStep));
1416
- }
1417
- updateActionsState() {
1418
- if (this.currentStep > 1) {
1419
- this.isPreviousDisabled = false;
1420
- }
1421
- else {
1422
- this.isPreviousDisabled = true;
1423
- }
1424
- if (this.currentStep < this.stepsCount) {
1425
- this.isNextDisabled = false;
1426
- }
1427
- else {
1428
- this.isNextDisabled = true;
1429
- }
1430
- }
1431
- }
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 [disabled]=\"isPreviousDisabled\"\n fill=\"clear\"\n size=\"small\">\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 [disabled]=\"isNextDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon name=\"chevron-forward-outline\" slot=\"end\"></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: [{
1435
- type: Component,
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 [disabled]=\"isPreviousDisabled\"\n fill=\"clear\"\n size=\"small\">\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 [disabled]=\"isNextDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon name=\"chevron-forward-outline\" slot=\"end\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n" }]
1437
- }], propDecorators: { currentStep: [{
1438
- type: Input
1439
- }], stepsCount: [{
1440
- type: Input
1441
- }], isPreviousDisabled: [{
1442
- type: Input
1443
- }], isNextDisabled: [{
1444
- type: Input
1445
- }], previous: [{
1446
- type: Output
1447
- }], next: [{
1448
- type: Output
1449
- }] } });
1450
-
1451
- class EuimStepperComponentModule {
1452
- }
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,
1458
- IonicModule,
1459
- TranslateModule] });
1460
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimStepperComponentModule, decorators: [{
1461
- type: NgModule,
1462
- args: [{
1463
- imports: [
1464
- CommonModule,
1465
- IonicModule,
1466
- TranslateModule
1467
- ],
1468
- exports: [
1469
- EuimStepperComponent,
1470
- ],
1471
- declarations: [
1472
- EuimStepperComponent,
1473
- ],
1474
- }]
1475
- }] });
1476
-
1477
- class EuimFieldSetComponent extends EuimBaseDirective {
1478
- constructor() {
1479
- super(...arguments);
1480
- this.className = 'euim-fieldset';
1481
- }
1482
- }
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", 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: [{
1486
- type: Component,
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", 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"] }]
1488
- }], propDecorators: { className: [{
1489
- type: HostBinding,
1490
- args: ['class']
1491
- }] } });
1492
-
1493
- class EuimFieldsetLegendComponent extends EuimBaseDirective {
1494
- constructor() {
1495
- super(...arguments);
1496
- this.className = 'euim-fieldset-legend';
1497
- }
1498
- }
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: [{
1502
- type: Component,
1503
- args: [{ selector: 'euim-fieldset-legend', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1504
- }], propDecorators: { className: [{
1505
- type: HostBinding,
1506
- args: ['class']
1507
- }] } });
1508
-
1509
- class EuimFieldsetActionsComponent extends EuimBaseDirective {
1510
- constructor() {
1511
- super(...arguments);
1512
- this.className = 'euim-fieldset-actions';
1513
- }
1514
- }
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: [{
1518
- type: Component,
1519
- args: [{ selector: 'euim-fieldset-actions', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
1520
- }], propDecorators: { className: [{
1521
- type: HostBinding,
1522
- args: ['class']
1523
- }] } });
1524
-
1525
- const COMPONENTS$6 = [
1526
- EuimFieldSetComponent,
1527
- EuimFieldsetLegendComponent,
1528
- EuimFieldsetActionsComponent,
1529
- ];
1530
- class EuimFieldsetModule {
1531
- }
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,
1540
- IonicModule] });
1541
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimFieldsetModule, decorators: [{
1542
- type: NgModule,
1543
- args: [{
1544
- imports: [
1545
- CommonModule,
1546
- IonicModule,
1547
- ],
1548
- exports: [
1549
- ...COMPONENTS$6,
1550
- ],
1551
- declarations: [
1552
- ...COMPONENTS$6,
1553
- ],
1554
- }]
1555
- }] });
1556
-
1557
- /* eslint-disable @angular-eslint/component-selector */
1558
- class EuimSpinnerComponent extends EuimBaseDirective {
1559
- get cssClasses() {
1560
- return this.getCssClasses();
1561
- }
1562
- getCssClasses() {
1563
- return [
1564
- 'euim-spinner',
1565
- ].join(' ');
1566
- }
1567
- }
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: [{
1571
- type: Component,
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"] }]
1573
- }], propDecorators: { cssClasses: [{
1574
- type: HostBinding,
1575
- args: ['class']
1576
- }] } });
1577
-
1578
- /* eslint-disable @angular-eslint/component-selector */
1579
- class EuimSpinnerMessageComponent extends EuimBaseDirective {
1580
- get cssClasses() {
1581
- return this.getCssClasses();
1582
- }
1583
- getCssClasses() {
1584
- return [
1585
- 'euim-spinner-message',
1586
- ].join(' ');
1587
- }
1588
- }
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: [{
1592
- type: Component,
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"] }]
1594
- }], propDecorators: { cssClasses: [{
1595
- type: HostBinding,
1596
- args: ['class']
1597
- }] } });
1598
-
1599
- /* eslint-disable @angular-eslint/component-selector */
1600
- class EuimSpinnerDescriptionComponent extends EuimBaseDirective {
1601
- get cssClasses() {
1602
- return this.getCssClasses();
1603
- }
1604
- getCssClasses() {
1605
- return [
1606
- 'euim-spinner-description',
1607
- ].join(' ');
1608
- }
1609
- }
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: [{
1613
- type: Component,
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"] }]
1615
- }], propDecorators: { cssClasses: [{
1616
- type: HostBinding,
1617
- args: ['class']
1618
- }] } });
1619
-
1620
- class EuimSpinnerComponentModule {
1621
- }
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,
1631
- IonicModule,
1632
- TranslateModule] });
1633
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSpinnerComponentModule, decorators: [{
1634
- type: NgModule,
1635
- args: [{
1636
- imports: [
1637
- CommonModule,
1638
- IonicModule,
1639
- TranslateModule
1640
- ],
1641
- exports: [
1642
- EuimSpinnerComponent,
1643
- EuimSpinnerMessageComponent,
1644
- EuimSpinnerDescriptionComponent,
1645
- ],
1646
- declarations: [
1647
- EuimSpinnerComponent,
1648
- EuimSpinnerMessageComponent,
1649
- EuimSpinnerDescriptionComponent
1650
- ],
1651
- }]
1652
- }] });
1653
-
1654
- class EuimMediaHeaderComponent extends EuimBaseDirective {
1655
- constructor() {
1656
- super(...arguments);
1657
- this._euimNoGradient = false;
1658
- this._euimSizeS = false;
1659
- this._euimSizeM = true;
1660
- this._euimSizeL = false;
1661
- }
1662
- get euimNoGradient() {
1663
- return this._euimNoGradient;
1664
- }
1665
- set euimNoGradient(value) {
1666
- this._euimNoGradient = coerceBooleanProperty(value);
1667
- }
1668
- get euimSizeS() {
1669
- return this._euimSizeS;
1670
- }
1671
- set euimSizeS(value) {
1672
- this._euimSizeS = coerceBooleanProperty(value);
1673
- }
1674
- get euimSizeM() {
1675
- return this._euimSizeM;
1676
- }
1677
- set euimSizeM(value) {
1678
- this._euimSizeM = coerceBooleanProperty(value);
1679
- }
1680
- get euimSizeL() {
1681
- return this._euimSizeL;
1682
- }
1683
- set euimSizeL(value) {
1684
- this._euimSizeL = coerceBooleanProperty(value);
1685
- }
1686
- get cssClasses() {
1687
- return this.getCssClasses();
1688
- }
1689
- getCssClasses() {
1690
- let size;
1691
- if (this._euimSizeM) {
1692
- size = 'm';
1693
- }
1694
- if (this._euimSizeS) {
1695
- size = 's';
1696
- }
1697
- if (this._euimSizeL) {
1698
- size = 'l';
1699
- }
1700
- return [
1701
- 'euim-media-header',
1702
- size ? `euim-media-header__size-${size}` : ''
1703
- ].join(' ');
1704
- }
1705
- }
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 *ngIf=\"!euimNoGradient\" class=\"euim-media-header__gradient\">\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: [{
1709
- type: Component,
1710
- args: [{ selector: 'euim-media-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n<div *ngIf=\"!euimNoGradient\" class=\"euim-media-header__gradient\">\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"] }]
1711
- }], propDecorators: { euimNoGradient: [{
1712
- type: Input
1713
- }], euimSizeS: [{
1714
- type: Input
1715
- }], euimSizeM: [{
1716
- type: Input
1717
- }], euimSizeL: [{
1718
- type: Input
1719
- }], cssClasses: [{
1720
- type: HostBinding,
1721
- args: ['class']
1722
- }] } });
1723
-
1724
- /* eslint-disable @angular-eslint/component-selector */
1725
- class EuimMediaHeaderMetaComponent {
1726
- constructor() {
1727
- this.className = 'euim-media-header__meta';
1728
- }
1729
- }
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: [{
1733
- type: Component,
1734
- args: [{
1735
- selector: '[euimMediaHeaderMeta]',
1736
- template: '<ng-content></ng-content>',
1737
- }]
1738
- }], propDecorators: { className: [{
1739
- type: HostBinding,
1740
- args: ['class']
1741
- }] } });
1742
-
1743
- /* eslint-disable @angular-eslint/component-selector */
1744
- class EuimMediaHeaderTitleComponent {
1745
- constructor() {
1746
- this.className = 'euim-media-header__title';
1747
- }
1748
- }
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: [{
1752
- type: Component,
1753
- args: [{
1754
- selector: '[euimMediaHeaderTitle]',
1755
- template: '<ng-content></ng-content>',
1756
- }]
1757
- }], propDecorators: { className: [{
1758
- type: HostBinding,
1759
- args: ['class']
1760
- }] } });
1761
-
1762
- /* eslint-disable @angular-eslint/component-selector */
1763
- class EuimMediaHeaderImageComponent {
1764
- constructor() {
1765
- this.className = 'euim-media-header__image';
1766
- }
1767
- }
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: [{
1771
- type: Component,
1772
- args: [{
1773
- selector: '[euimMediaHeaderImage]',
1774
- template: '<ng-content></ng-content>',
1775
- }]
1776
- }], propDecorators: { className: [{
1777
- type: HostBinding,
1778
- args: ['class']
1779
- }] } });
1780
-
1781
- const COMPONENTS$5 = [
1782
- EuimMediaHeaderComponent,
1783
- EuimMediaHeaderTitleComponent,
1784
- EuimMediaHeaderMetaComponent,
1785
- EuimMediaHeaderImageComponent,
1786
- ];
1787
- class EuimMediaHeaderModule {
1788
- }
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,
1799
- IonicModule] });
1800
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimMediaHeaderModule, decorators: [{
1801
- type: NgModule,
1802
- args: [{
1803
- imports: [
1804
- CommonModule,
1805
- IonicModule,
1806
- ],
1807
- exports: [
1808
- ...COMPONENTS$5,
1809
- ],
1810
- declarations: [
1811
- ...COMPONENTS$5,
1812
- ],
1813
- }]
1814
- }] });
1815
-
1816
- class EuimDataSummaryComponent extends EuimBaseDirective {
1817
- get cssClasses() {
1818
- return this.getCssClasses();
1819
- }
1820
- getCssClasses() {
1821
- return [
1822
- 'euim-data-summary',
1823
- ].join(' ');
1824
- }
1825
- }
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: [{
1829
- type: Component,
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"] }]
1831
- }], propDecorators: { cssClasses: [{
1832
- type: HostBinding,
1833
- args: ['class']
1834
- }] } });
1835
-
1836
- class EuimDataSummaryColComponent {
1837
- constructor() {
1838
- this.className = 'euim-data-summary__col';
1839
- }
1840
- }
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: [{
1844
- type: Component,
1845
- args: [{
1846
- selector: 'euim-data-summary-col',
1847
- template: '<ng-content></ng-content>',
1848
- }]
1849
- }], propDecorators: { className: [{
1850
- type: HostBinding,
1851
- args: ['class']
1852
- }] } });
1853
-
1854
- /* eslint-disable @angular-eslint/component-selector */
1855
- class EuimDataSummaryColLabelComponent {
1856
- constructor() {
1857
- this.className = 'euim-data-summary__col-label';
1858
- }
1859
- }
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: [{
1863
- type: Component,
1864
- args: [{
1865
- selector: '[euimDataSummaryColLabel]',
1866
- template: '<ng-content></ng-content>'
1867
- }]
1868
- }], propDecorators: { className: [{
1869
- type: HostBinding,
1870
- args: ['class']
1871
- }] } });
1872
-
1873
- /* eslint-disable @angular-eslint/component-selector */
1874
- class EuimDataSummaryColValueComponent {
1875
- constructor() {
1876
- this.className = 'euim-data-summary__col-value';
1877
- }
1878
- }
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: [{
1882
- type: Component,
1883
- args: [{
1884
- selector: '[euimDataSummaryColValue]',
1885
- template: '<ng-content></ng-content>',
1886
- }]
1887
- }], propDecorators: { className: [{
1888
- type: HostBinding,
1889
- args: ['class']
1890
- }] } });
1891
-
1892
- const COMPONENTS$4 = [
1893
- EuimDataSummaryComponent,
1894
- EuimDataSummaryColComponent,
1895
- EuimDataSummaryColLabelComponent,
1896
- EuimDataSummaryColValueComponent,
1897
- ];
1898
- class EuimDataSummaryModule {
1899
- }
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,
1910
- IonicModule] });
1911
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimDataSummaryModule, decorators: [{
1912
- type: NgModule,
1913
- args: [{
1914
- imports: [
1915
- CommonModule,
1916
- IonicModule,
1917
- ],
1918
- exports: [
1919
- ...COMPONENTS$4,
1920
- ],
1921
- declarations: [
1922
- ...COMPONENTS$4,
1923
- ],
1924
- }]
1925
- }] });
1926
-
1927
- class EuimHeaderDetailsComponent extends EuimBaseDirective {
1928
- get cssClasses() {
1929
- return this.getCssClasses();
1930
- }
1931
- getCssClasses() {
1932
- return [
1933
- 'euim-header-details',
1934
- ].join(' ');
1935
- }
1936
- }
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: [{
1940
- type: Component,
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"] }]
1942
- }], propDecorators: { cssClasses: [{
1943
- type: HostBinding,
1944
- args: ['class']
1945
- }] } });
1946
-
1947
- /* eslint-disable @angular-eslint/component-selector */
1948
- class EuimHeaderDetailsMetaComponent {
1949
- constructor() {
1950
- this.className = 'euim-header-details__meta';
1951
- }
1952
- }
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: [{
1956
- type: Component,
1957
- args: [{
1958
- selector: '[euimHeaderDetailsMeta]',
1959
- template: '<ng-content></ng-content>',
1960
- }]
1961
- }], propDecorators: { className: [{
1962
- type: HostBinding,
1963
- args: ['class']
1964
- }] } });
1965
-
1966
- /* eslint-disable @angular-eslint/component-selector */
1967
- class EuimHeaderDetailsTitleComponent {
1968
- constructor() {
1969
- this.className = 'euim-header-details__title';
1970
- }
1971
- }
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: [{
1975
- type: Component,
1976
- args: [{
1977
- selector: '[euimHeaderDetailsTitle]',
1978
- template: '<ng-content></ng-content>',
1979
- }]
1980
- }], propDecorators: { className: [{
1981
- type: HostBinding,
1982
- args: ['class']
1983
- }] } });
1984
-
1985
- /* eslint-disable @angular-eslint/component-selector */
1986
- class EuimHeaderDetailsIconComponent {
1987
- constructor() {
1988
- this.className = 'euim-header-details__icon';
1989
- }
1990
- }
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: [{
1994
- type: Component,
1995
- args: [{
1996
- selector: '[euimHeaderDetailsIcon]',
1997
- template: '<ng-content></ng-content>',
1998
- }]
1999
- }], propDecorators: { className: [{
2000
- type: HostBinding,
2001
- args: ['class']
2002
- }] } });
2003
-
2004
- const COMPONENTS$3 = [
2005
- EuimHeaderDetailsComponent,
2006
- EuimHeaderDetailsTitleComponent,
2007
- EuimHeaderDetailsMetaComponent,
2008
- EuimHeaderDetailsIconComponent
2009
- ];
2010
- class EuimHeaderDetailsModule {
2011
- }
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,
2022
- IonicModule] });
2023
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimHeaderDetailsModule, decorators: [{
2024
- type: NgModule,
2025
- args: [{
2026
- imports: [
2027
- CommonModule,
2028
- IonicModule,
2029
- ],
2030
- exports: [
2031
- ...COMPONENTS$3,
2032
- ],
2033
- declarations: [
2034
- ...COMPONENTS$3,
2035
- ],
2036
- }]
2037
- }] });
2038
-
2039
- class EuimAvatarComponent extends EuimBaseDirective {
2040
- get cssClasses() {
2041
- return this.getCssClasses();
2042
- }
2043
- getCssClasses() {
2044
- return [
2045
- 'euim-avatar',
2046
- ].join(' ');
2047
- }
2048
- }
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: [{
2052
- type: Component,
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"] }]
2054
- }], propDecorators: { cssClasses: [{
2055
- type: HostBinding,
2056
- args: ['class']
2057
- }] } });
2058
-
2059
- /* eslint-disable @angular-eslint/component-selector */
2060
- class EuimAvatarMainIconComponent {
2061
- constructor() {
2062
- this.className = 'euim-avatar__main-icon';
2063
- }
2064
- }
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: [{
2068
- type: Component,
2069
- args: [{
2070
- selector: '[euimAvatarMainIcon]',
2071
- template: '<ng-content></ng-content>',
2072
- }]
2073
- }], propDecorators: { className: [{
2074
- type: HostBinding,
2075
- args: ['class']
2076
- }] } });
2077
-
2078
- /* eslint-disable @angular-eslint/component-selector */
2079
- class EuimAvatarSubIconComponent {
2080
- constructor() {
2081
- this.className = 'euim-avatar__sub-icon';
2082
- }
2083
- }
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: [{
2087
- type: Component,
2088
- args: [{
2089
- selector: '[euimAvatarSubIcon]',
2090
- template: '<ng-content></ng-content>',
2091
- }]
2092
- }], propDecorators: { className: [{
2093
- type: HostBinding,
2094
- args: ['class']
2095
- }] } });
2096
-
2097
- const COMPONENTS$2 = [
2098
- EuimAvatarComponent,
2099
- EuimAvatarSubIconComponent,
2100
- EuimAvatarMainIconComponent,
2101
- ];
2102
- class EuimAvatarModule {
2103
- }
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,
2112
- IonicModule] });
2113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAvatarModule, decorators: [{
2114
- type: NgModule,
2115
- args: [{
2116
- imports: [
2117
- CommonModule,
2118
- IonicModule,
2119
- ],
2120
- exports: [
2121
- ...COMPONENTS$2,
2122
- ],
2123
- declarations: [
2124
- ...COMPONENTS$2,
2125
- ],
2126
- }]
2127
- }] });
2128
-
2129
- class EuimInfoScreenComponent extends EuimBaseDirective {
2130
- get cssClasses() {
2131
- return this.getCssClasses();
2132
- }
2133
- getCssClasses() {
2134
- return [
2135
- 'euim-info-screen'
2136
- ].join(' ');
2137
- }
2138
- }
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: [{
2142
- type: Component,
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"] }]
2144
- }], propDecorators: { cssClasses: [{
2145
- type: HostBinding,
2146
- args: ['class']
2147
- }] } });
2148
-
2149
- /* eslint-disable @angular-eslint/component-selector */
2150
- class EuimInfoScreenMetaComponent {
2151
- constructor() {
2152
- this.className = 'euim-info-screen__meta';
2153
- }
2154
- }
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: [{
2158
- type: Component,
2159
- args: [{
2160
- selector: '[euimInfoScreenMeta]',
2161
- template: '<ng-content></ng-content>',
2162
- }]
2163
- }], propDecorators: { className: [{
2164
- type: HostBinding,
2165
- args: ['class']
2166
- }] } });
2167
-
2168
- /* eslint-disable @angular-eslint/component-selector */
2169
- class EuimInfoScreenTitleComponent {
2170
- constructor() {
2171
- this.className = 'euim-info-screen__title';
2172
- }
2173
- }
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: [{
2177
- type: Component,
2178
- args: [{
2179
- selector: '[euimInfoScreenTitle]',
2180
- template: '<ng-content></ng-content>',
2181
- }]
2182
- }], propDecorators: { className: [{
2183
- type: HostBinding,
2184
- args: ['class']
2185
- }] } });
2186
-
2187
- /* eslint-disable @angular-eslint/component-selector */
2188
- class EuimInfoScreenSubTitleComponent {
2189
- constructor() {
2190
- this.className = 'euim-info-screen__sub-title';
2191
- }
2192
- }
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: [{
2196
- type: Component,
2197
- args: [{
2198
- selector: '[euimInfoScreenSubTitle]',
2199
- template: '<ng-content></ng-content>',
2200
- }]
2201
- }], propDecorators: { className: [{
2202
- type: HostBinding,
2203
- args: ['class']
2204
- }] } });
2205
-
2206
- const COMPONENTS$1 = [
2207
- EuimInfoScreenComponent,
2208
- EuimInfoScreenTitleComponent,
2209
- EuimInfoScreenMetaComponent,
2210
- EuimInfoScreenSubTitleComponent,
2211
- ];
2212
- class EuimInfoScreenModule {
2213
- }
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,
2224
- IonicModule] });
2225
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimInfoScreenModule, decorators: [{
2226
- type: NgModule,
2227
- args: [{
2228
- imports: [
2229
- CommonModule,
2230
- IonicModule,
2231
- ],
2232
- exports: [
2233
- ...COMPONENTS$1,
2234
- ],
2235
- declarations: [
2236
- ...COMPONENTS$1,
2237
- ],
2238
- }]
2239
- }] });
2240
-
2241
- class EuimSliderComponent {
2242
- constructor(renderer, gestureCtrl, sliderElement, cdr) {
2243
- this.renderer = renderer;
2244
- this.gestureCtrl = gestureCtrl;
2245
- this.sliderElement = sliderElement;
2246
- this.cdr = cdr;
2247
- this.actionClicked = new EventEmitter();
2248
- this.lastStepActionClicked = new EventEmitter();
2249
- this.slidesArray = [];
2250
- this.currentSlide = 0;
2251
- this.startX = 0;
2252
- this._actionBtnNames = {
2253
- action_btn_name: 'Skip',
2254
- last_step_action_btn_name: 'Done'
2255
- };
2256
- this._isLastItemReached = false;
2257
- }
2258
- get actionBtnNames() {
2259
- return this._actionBtnNames;
2260
- }
2261
- set actionBtnNames(value) {
2262
- this._actionBtnNames = value;
2263
- }
2264
- get isLastItemReached() {
2265
- return this._isLastItemReached;
2266
- }
2267
- set isLastItemReached(value) {
2268
- this._isLastItemReached = value;
2269
- }
2270
- get cssClasses() {
2271
- return this.getCssClasses();
2272
- }
2273
- getCssClasses() {
2274
- return ['euim-slider'].join(' ');
2275
- }
2276
- ngAfterViewInit() {
2277
- this.slidesArray = this.slides.nativeElement.children;
2278
- this.renderer.setStyle(this.slides.nativeElement, 'width', `${this.slidesArray.length * 100}%`);
2279
- for (const slide of this.slidesArray) {
2280
- this.renderer.setStyle(slide, 'width', `${100 / this.slidesArray.length}%`);
2281
- }
2282
- // to calculate the case when there is only one slide
2283
- if (!this._isLastItemReached && this.slidesArray.length < 2) {
2284
- this._isLastItemReached = true;
2285
- }
2286
- }
2287
- ngOnInit() {
2288
- const gesture = this.gestureCtrl.create({
2289
- el: this.sliderElement.nativeElement,
2290
- gestureName: 'on-gesture-end',
2291
- onEnd: (event) => {
2292
- this.handleTouchEnd(event);
2293
- },
2294
- });
2295
- gesture.enable();
2296
- }
2297
- handleTouchEnd(e) {
2298
- const difference = -e.deltaX;
2299
- if (difference > 0 && this.currentSlide < this.slidesArray.length - 1) {
2300
- this.currentSlide++;
2301
- this.isLastItemReached = false;
2302
- }
2303
- else if (difference < 0 && this.currentSlide > 0) {
2304
- this.currentSlide--;
2305
- this.isLastItemReached = false;
2306
- }
2307
- if (this.currentSlide === this.slidesArray.length - 1) {
2308
- this.isLastItemReached = true;
2309
- }
2310
- else {
2311
- this.isLastItemReached = false;
2312
- }
2313
- this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
2314
- this.cdr.detectChanges();
2315
- }
2316
- goToSlide(index) {
2317
- this.currentSlide = index;
2318
- this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
2319
- }
2320
- onAction(event) {
2321
- this.actionClicked.emit(event);
2322
- }
2323
- onLastStepAction(event) {
2324
- this.lastStepActionClicked.emit(event);
2325
- }
2326
- }
2327
- /** @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 });
2328
- /** @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 #sliderElement class=\"euim-slider__slider-container\">\n <div #slides class=\"euim-slider__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <div class=\"euim-slider__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider__span\"></span>\n </div>\n <ion-button (click)=\"onAction($event)\" *ngIf=!isLastItemReached class=\"euim-slider__action-button\"\n fill=\"clear\">{{actionBtnNames.action_btn_name}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider__action-button\"\n fill=\"clear\">{{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"] }] });
2329
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderComponent, decorators: [{
2330
- type: Component,
2331
- args: [{ selector: 'euim-slider', template: "<div #sliderElement class=\"euim-slider__slider-container\">\n <div #slides class=\"euim-slider__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <div class=\"euim-slider__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider__span\"></span>\n </div>\n <ion-button (click)=\"onAction($event)\" *ngIf=!isLastItemReached class=\"euim-slider__action-button\"\n fill=\"clear\">{{actionBtnNames.action_btn_name}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider__action-button\"\n fill=\"clear\">{{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"] }]
2332
- }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { slides: [{
2333
- type: ViewChild,
2334
- args: ['slides', { static: true }]
2335
- }], actionClicked: [{
2336
- type: Output
2337
- }], lastStepActionClicked: [{
2338
- type: Output
2339
- }], actionBtnNames: [{
2340
- type: Input
2341
- }], cssClasses: [{
2342
- type: HostBinding,
2343
- args: ['class']
2344
- }] } });
2345
-
2346
- class EuimSlideComponent {
2347
- constructor() {
2348
- this.className = 'euim-slider__slide';
2349
- }
2350
- }
2351
- /** @nocollapse */ EuimSlideComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSlideComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2352
- /** @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: `
2353
- <div #slide>
2354
- <ng-content></ng-content>
2355
- </div>`, isInline: true });
2356
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSlideComponent, decorators: [{
2357
- type: Component,
2358
- args: [{
2359
- selector: 'euim-slide',
2360
- template: `
2361
- <div #slide>
2362
- <ng-content></ng-content>
2363
- </div>`,
2364
- }]
2365
- }], propDecorators: { className: [{
2366
- type: HostBinding,
2367
- args: ['class']
2368
- }] } });
2369
-
2370
- const COMPONENTS = [
2371
- EuimSliderComponent,
2372
- EuimSlideComponent,
2373
- ];
2374
- class EuimSliderModule {
2375
- }
2376
- /** @nocollapse */ EuimSliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2377
- /** @nocollapse */ EuimSliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, declarations: [EuimSliderComponent,
2378
- EuimSlideComponent], imports: [CommonModule,
2379
- IonicModule], exports: [EuimSliderComponent,
2380
- EuimSlideComponent] });
2381
- /** @nocollapse */ EuimSliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, imports: [CommonModule,
2382
- IonicModule] });
2383
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimSliderModule, decorators: [{
2384
- type: NgModule,
2385
- args: [{
2386
- imports: [
2387
- CommonModule,
2388
- IonicModule,
2389
- ],
2390
- exports: [
2391
- ...COMPONENTS,
2392
- ],
2393
- declarations: [
2394
- ...COMPONENTS,
2395
- ],
2396
- }]
2397
- }] });
2398
-
2399
- class EuimListHeaderDirective {
2400
- constructor() {
2401
- this.className = 'euim-list-divider';
2402
- }
2403
- }
2404
- /** @nocollapse */ EuimListHeaderDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
2405
- /** @nocollapse */ EuimListHeaderDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.1.2", type: EuimListHeaderDirective, selector: "[euimListHeader]", host: { properties: { "class": "this.className" } }, ngImport: i0 });
2406
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderDirective, decorators: [{
2407
- type: Directive,
2408
- args: [{
2409
- selector: '[euimListHeader]'
2410
- }]
2411
- }], propDecorators: { className: [{
2412
- type: HostBinding,
2413
- args: ['class']
2414
- }] } });
2415
-
2416
- class EuimListHeaderModule {
2417
- }
2418
- /** @nocollapse */ EuimListHeaderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2419
- /** @nocollapse */ EuimListHeaderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, declarations: [EuimListHeaderDirective], imports: [CommonModule,
2420
- IonicModule], exports: [EuimListHeaderDirective] });
2421
- /** @nocollapse */ EuimListHeaderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, imports: [CommonModule,
2422
- IonicModule] });
2423
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimListHeaderModule, decorators: [{
2424
- type: NgModule,
2425
- args: [{
2426
- imports: [
2427
- CommonModule,
2428
- IonicModule,
2429
- ],
2430
- exports: [
2431
- EuimListHeaderDirective
2432
- ],
2433
- declarations: [
2434
- EuimListHeaderDirective,
2435
- ],
2436
- }]
2437
- }] });
2438
-
2439
- const MODULES = [
2440
- // Layout
2441
- EuimAppModule,
2442
- EuimAppSidebarModule,
2443
- // Components
2444
- EuimEmptyListPlaceholderModule,
2445
- EuimLanguageSelectorModule,
2446
- EuimStepperComponentModule,
2447
- EuimUserProfileModule,
2448
- EuimMessageModule,
2449
- EuimAvatarIconModule,
2450
- EuimLabelModule,
2451
- EuimMenuModule,
2452
- EuimControlFeedbackModule,
2453
- EuimFieldsetModule,
2454
- EuimToolbarComponentModule,
2455
- EuimNotificationItemModule,
2456
- EuimMediaHeaderModule,
2457
- EuimDataSummaryModule,
2458
- EuimHeaderDetailsModule,
2459
- EuimAvatarModule,
2460
- EuimInfoScreenModule,
2461
- EuimSliderModule,
2462
- // Directives
2463
- EuimListHeaderModule,
2464
- EuimSpinnerComponentModule,
2465
- ];
2466
- class EuimAllModule {
2467
- }
2468
- /** @nocollapse */ EuimAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
2469
- /** @nocollapse */ EuimAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, imports: [
2470
- // Layout
2471
- EuimAppModule,
2472
- EuimAppSidebarModule,
2473
- // Components
2474
- EuimEmptyListPlaceholderModule,
2475
- EuimLanguageSelectorModule,
2476
- EuimStepperComponentModule,
2477
- EuimUserProfileModule,
2478
- EuimMessageModule,
2479
- EuimAvatarIconModule,
2480
- EuimLabelModule,
2481
- EuimMenuModule,
2482
- EuimControlFeedbackModule,
2483
- EuimFieldsetModule,
2484
- EuimToolbarComponentModule,
2485
- EuimNotificationItemModule,
2486
- EuimMediaHeaderModule,
2487
- EuimDataSummaryModule,
2488
- EuimHeaderDetailsModule,
2489
- EuimAvatarModule,
2490
- EuimInfoScreenModule,
2491
- EuimSliderModule,
2492
- // Directives
2493
- EuimListHeaderModule,
2494
- EuimSpinnerComponentModule
2495
- ], exports: [
2496
- // Layout
2497
- EuimAppModule,
2498
- EuimAppSidebarModule,
2499
- // Components
2500
- EuimEmptyListPlaceholderModule,
2501
- EuimLanguageSelectorModule,
2502
- EuimStepperComponentModule,
2503
- EuimUserProfileModule,
2504
- EuimMessageModule,
2505
- EuimAvatarIconModule,
2506
- EuimLabelModule,
2507
- EuimMenuModule,
2508
- EuimControlFeedbackModule,
2509
- EuimFieldsetModule,
2510
- EuimToolbarComponentModule,
2511
- EuimNotificationItemModule,
2512
- EuimMediaHeaderModule,
2513
- EuimDataSummaryModule,
2514
- EuimHeaderDetailsModule,
2515
- EuimAvatarModule,
2516
- EuimInfoScreenModule,
2517
- EuimSliderModule,
2518
- // Directives
2519
- EuimListHeaderModule,
2520
- EuimSpinnerComponentModule
2521
- ] });
2522
- /** @nocollapse */ EuimAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, imports: [MODULES,
2523
- // Layout
2524
- EuimAppModule,
2525
- EuimAppSidebarModule,
2526
- // Components
2527
- EuimEmptyListPlaceholderModule,
2528
- EuimLanguageSelectorModule,
2529
- EuimStepperComponentModule,
2530
- EuimUserProfileModule,
2531
- EuimMessageModule,
2532
- EuimAvatarIconModule,
2533
- EuimLabelModule,
2534
- EuimMenuModule,
2535
- EuimControlFeedbackModule,
2536
- EuimFieldsetModule,
2537
- EuimToolbarComponentModule,
2538
- EuimNotificationItemModule,
2539
- EuimMediaHeaderModule,
2540
- EuimDataSummaryModule,
2541
- EuimHeaderDetailsModule,
2542
- EuimAvatarModule,
2543
- EuimInfoScreenModule,
2544
- EuimSliderModule,
2545
- // Directives
2546
- EuimListHeaderModule,
2547
- EuimSpinnerComponentModule] });
2548
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.2", ngImport: i0, type: EuimAllModule, decorators: [{
2549
- type: NgModule,
2550
- args: [{
2551
- imports: [
2552
- ...MODULES,
2553
- ],
2554
- exports: [
2555
- ...MODULES,
2556
- ],
2557
- providers: [],
2558
- declarations: [],
2559
- }]
2560
- }] });
2561
-
2562
- /**
2563
- * Generated bundle index. Do not edit.
2564
- */
2565
-
2566
- 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 };
2567
- //# sourceMappingURL=eui-mobile-core.mjs.map