@eui/mobile-core 17.0.0-next.8 → 17.0.1-snapshot-1713964827540
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.
- package/docs/components/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +770 -0
- package/docs/components/EuimAlertMessageComponent.html +3 -3
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarComponent.html +2 -2
- package/docs/components/EuimAvatarIconComponent.html +2 -2
- package/docs/components/EuimBadgeComponent.html +3 -3
- package/docs/components/{EuimAppSidebarComponent.html → EuimChangelogComponent.html} +22 -33
- package/docs/components/EuimChipSelectorComponent.html +2 -26
- package/docs/components/EuimContactSupportComponent.html +276 -0
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +3 -3
- package/docs/components/EuimEmptyListPlaceholderComponent.html +2 -2
- package/docs/components/EuimHeaderDetailsComponent.html +3 -3
- package/docs/components/EuimLabelComponent.html +3 -3
- package/docs/components/EuimLanguageListComponent.html +2 -2
- package/docs/components/EuimLanguageSelectorComponent.html +4 -4
- package/docs/components/EuimLegalNoticeComponent.html +276 -0
- package/docs/components/EuimMediaHeaderComponent.html +2 -2
- package/docs/components/EuimMessageComponent.html +3 -3
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +2 -2
- package/docs/components/EuimMultiselectFilterComponent.html +2 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
- package/docs/components/EuimNotificationItemComponent.html +3 -3
- package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
- package/docs/components/EuimPdfWrapperComponent.html +2 -2
- package/docs/components/{EuimAppSidebarHeaderComponent.html → EuimPrivacyStatementComponent.html} +8 -8
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +2 -2
- package/docs/components/EuimSkeletonListComponent.html +2 -2
- package/docs/components/EuimSkeletonListItemComponent.html +2 -2
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
- package/docs/components/EuimSpinnerComponent.html +2 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
- package/docs/components/EuimSpinnerMessageComponent.html +2 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +2 -2
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +7 -5
- package/docs/directives/BaseStatesDirective.html +0 -474
- package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
- package/docs/index.html +4 -12
- package/docs/js/menu-wc.js +225 -233
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +0 -21
- package/docs/miscellaneous/variables.html +22 -138
- package/docs/modules/{EuimMenuModule.html → EuimAboutModule.html} +37 -7
- package/docs/modules/EuimAlertMessageModule.html +32 -2
- package/docs/modules/EuimAllModule.html +6 -54
- package/docs/modules/EuimAppModule.html +0 -3
- package/docs/modules/EuimAvatarModule.html +32 -2
- package/docs/modules/EuimDataSummaryModule.html +32 -2
- package/docs/modules/EuimHeaderDetailsModule.html +32 -2
- package/docs/modules/EuimLanguageSelectorModule.html +0 -3
- package/docs/modules/EuimMediaHeaderModule.html +32 -2
- package/docs/modules/EuimMessageModule.html +32 -2
- package/docs/modules/EuimMultiselectModule.html +32 -2
- package/docs/modules/EuimPdfWrapperModule.html +32 -2
- package/docs/modules/EuimSkeletonListItemModule.html +32 -2
- package/docs/modules/EuimSkeletonListModule.html +32 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
- package/docs/modules/EuimUserProfileModule.html +32 -2
- package/docs/modules.html +8 -104
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -12
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
- package/esm2022/lib/components/base-states.directive.mjs +5 -171
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
- package/esm2022/lib/components/euim-about/index.mjs +8 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +4 -34
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +3 -8
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +3 -20
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -6
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +1 -1
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +3 -3
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +1 -1
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +1 -1
- package/esm2022/lib/components/index.mjs +2 -9
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +1 -5
- package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -3
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -4
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +1 -5
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +1 -1
- package/esm2022/lib/euim-all.module.mjs +6 -38
- package/fesm2022/eui-mobile-core.mjs +386 -1283
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
- package/lib/components/base-states.directive.d.ts +1 -86
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +30 -0
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +20 -0
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
- package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
- package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +8 -0
- package/lib/components/euim-about/index.d.ts.map +1 -0
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -6
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/lib/components/index.d.ts +1 -8
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/euim-app/euim-app.module.d.ts +2 -3
- package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -1
- package/lib/components/layout/euim-app/index.d.ts +0 -1
- package/lib/components/layout/euim-app/index.d.ts.map +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +3 -4
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +26 -34
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +3 -2
- package/docs/classes/EuimStepperChangeEvent.html +0 -311
- package/docs/components/EuimAppSidebarFooterComponent.html +0 -392
- package/docs/components/EuimAppSidebarMenuComponent.html +0 -433
- package/docs/components/EuimControlFeedbackComponent.html +0 -510
- package/docs/components/EuimFieldSetComponent.html +0 -392
- package/docs/components/EuimFieldsetActionsComponent.html +0 -388
- package/docs/components/EuimFieldsetLegendComponent.html +0 -388
- package/docs/components/EuimInfoScreenComponent.html +0 -392
- package/docs/components/EuimMenuComponent.html +0 -631
- package/docs/components/EuimSlideComponent.html +0 -382
- package/docs/components/EuimSliderComponent.html +0 -1447
- package/docs/components/EuimStepperComponent.html +0 -529
- package/docs/directives/EuimInfoScreenContentDirective.html +0 -342
- package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -342
- package/docs/directives/EuimInfoScreenTitleDirective.html +0 -342
- package/docs/directives/EuimItemDividerDirective.html +0 -342
- package/docs/directives/EuimListHeaderDirective.html +0 -342
- package/docs/interfaces/ActionBtnNames.html +0 -344
- package/docs/interfaces/Badge.html +0 -317
- package/docs/interfaces/EuimMenuItem.html +0 -857
- package/docs/interfaces/EuimMenuSection.html +0 -362
- package/docs/interfaces/Notification.html +0 -317
- package/docs/modules/EuimAppSidebarModule.html +0 -238
- package/docs/modules/EuimControlFeedbackModule.html +0 -228
- package/docs/modules/EuimFieldsetModule.html +0 -228
- package/docs/modules/EuimInfoScreenModule.html +0 -228
- package/docs/modules/EuimItemDividerModule.html +0 -228
- package/docs/modules/EuimListHeaderModule.html +0 -228
- package/docs/modules/EuimSliderModule.html +0 -228
- package/docs/modules/EuimStepperComponentModule.html +0 -228
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
- package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
- package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
- package/esm2022/lib/components/directives/index.mjs +0 -5
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
- package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
- package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -42
- package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
- package/esm2022/lib/components/euim-menu/index.mjs +0 -4
- package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
- package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -160
- package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
- package/esm2022/lib/components/euim-slider/index.mjs +0 -4
- package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
- package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -58
- package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
- package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
- package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
- package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
- package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
- package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
- package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
- package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
- package/lib/components/directives/euim-list-header/index.d.ts +0 -3
- package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
- package/lib/components/directives/index.d.ts +0 -5
- package/lib/components/directives/index.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
- package/lib/components/euim-fieldset/index.d.ts +0 -5
- package/lib/components/euim-fieldset/index.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
- package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
- package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
- package/lib/components/euim-menu/index.d.ts +0 -4
- package/lib/components/euim-menu/index.d.ts.map +0 -1
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts +0 -49
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
- package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
- package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
- package/lib/components/euim-slider/index.d.ts +0 -4
- package/lib/components/euim-slider/index.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
- package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -22
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
- package/lib/components/euim-stepper/index.d.ts +0 -3
- package/lib/components/euim-stepper/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
- package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
- package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
- package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { coerceBoolean } from '@eui/base';
|
|
1
2
|
export * from '@eui/base';
|
|
2
3
|
import * as i0 from '@angular/core';
|
|
3
4
|
import { Injectable, booleanAttribute, Directive, Input, Component, ViewEncapsulation, ChangeDetectionStrategy, HostBinding, NgModule, EventEmitter, Output, ContentChildren, ViewChild, HostListener, ContentChild } from '@angular/core';
|
|
@@ -6,18 +7,21 @@ import * as i2$1 from '@angular/common';
|
|
|
6
7
|
import { CommonModule } from '@angular/common';
|
|
7
8
|
import * as i1 from '@ionic/angular';
|
|
8
9
|
import { IonicModule } from '@ionic/angular';
|
|
9
|
-
import * as i1$2 from '@angular/router';
|
|
10
|
-
import { RouterModule, NavigationEnd } from '@angular/router';
|
|
11
10
|
import { EclLanguageService, EclDefaultLanguageService } from '@eui/ecl';
|
|
12
11
|
import * as i2 from '@eui/core';
|
|
13
12
|
import { EuiEuLanguages } from '@eui/core';
|
|
14
13
|
import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
|
|
15
14
|
import * as i1$1 from '@ngx-translate/core';
|
|
16
15
|
import { TranslateModule } from '@ngx-translate/core';
|
|
16
|
+
import * as i1$2 from '@angular/router';
|
|
17
|
+
import { NavigationEnd, RouterModule } from '@angular/router';
|
|
17
18
|
import * as i2$2 from 'ng2-pdf-viewer';
|
|
18
19
|
import { PdfViewerModule } from 'ng2-pdf-viewer';
|
|
19
20
|
import * as i3 from '@meddv/ngx-pinch-zoom';
|
|
20
21
|
import { PinchZoomModule } from '@meddv/ngx-pinch-zoom';
|
|
22
|
+
import { __decorate } from 'tslib';
|
|
23
|
+
import * as i2$3 from 'angularx-qrcode';
|
|
24
|
+
import { QRCodeModule } from 'angularx-qrcode';
|
|
21
25
|
|
|
22
26
|
const initialState = {
|
|
23
27
|
isLanguageListVisible: false,
|
|
@@ -53,67 +57,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
53
57
|
|
|
54
58
|
class BaseStatesDirective {
|
|
55
59
|
constructor() {
|
|
56
|
-
// COLORS
|
|
57
|
-
/**
|
|
58
|
-
* @deprecated Will be removed in v17.
|
|
59
|
-
* Please use {@link color} property instead
|
|
60
|
-
*/
|
|
61
|
-
this.euimPrimary = false;
|
|
62
|
-
/**
|
|
63
|
-
* @deprecated Will be removed in v17.
|
|
64
|
-
* Please use {@link color} property instead
|
|
65
|
-
*/
|
|
66
|
-
this.euimSecondary = false;
|
|
67
|
-
/**
|
|
68
|
-
* @deprecated Will be removed in v17.
|
|
69
|
-
* Please use {@link color} property instead
|
|
70
|
-
*/
|
|
71
|
-
this.euimInfo = false;
|
|
72
|
-
/**
|
|
73
|
-
* @deprecated Will be removed in v17.
|
|
74
|
-
* Please use {@link color} property instead
|
|
75
|
-
*/
|
|
76
|
-
this.euimSuccess = false;
|
|
77
|
-
/**
|
|
78
|
-
* @deprecated Will be removed in v17.
|
|
79
|
-
* Please use {@link color} property instead
|
|
80
|
-
*/
|
|
81
|
-
this.euimWarning = false;
|
|
82
|
-
/**
|
|
83
|
-
* @deprecated Will be removed in v17.
|
|
84
|
-
* Please use {@link color} property instead
|
|
85
|
-
*/
|
|
86
|
-
this.euimDanger = false;
|
|
87
|
-
/**
|
|
88
|
-
* @deprecated Will be removed in v17.
|
|
89
|
-
* Please use {@link color} property instead
|
|
90
|
-
*/
|
|
91
|
-
this.euimAccent = false;
|
|
92
|
-
/**
|
|
93
|
-
* @deprecated Will be removed in v17.
|
|
94
|
-
* Please use {@link color} property instead
|
|
95
|
-
*/
|
|
96
|
-
this.euimDefault = false;
|
|
97
|
-
/**
|
|
98
|
-
* @deprecated Will be removed in v17.
|
|
99
|
-
* Please use {@link color} property instead
|
|
100
|
-
*/
|
|
101
|
-
this.euimDark = false;
|
|
102
|
-
/**
|
|
103
|
-
* @deprecated Will be removed in v17.
|
|
104
|
-
* Please use {@link color} property instead
|
|
105
|
-
*/
|
|
106
|
-
this.euimWhite = false;
|
|
107
|
-
/**
|
|
108
|
-
* @deprecated Will be removed in v17.
|
|
109
|
-
* Please use {@link color} property instead
|
|
110
|
-
*/
|
|
111
|
-
this.euimLight = false;
|
|
112
|
-
/**
|
|
113
|
-
* @deprecated Will be removed in v17.
|
|
114
|
-
* Please use {@link color} property instead
|
|
115
|
-
*/
|
|
116
|
-
this.euimClear = false;
|
|
117
60
|
// STATES
|
|
118
61
|
this.euimDisabled = false;
|
|
119
62
|
// POSITION
|
|
@@ -136,70 +79,14 @@ class BaseStatesDirective {
|
|
|
136
79
|
this.euimSize4XL = false;
|
|
137
80
|
this.euimSize5XL = false;
|
|
138
81
|
this._euimSizeVariant = '';
|
|
139
|
-
this._euimVariant = '';
|
|
140
|
-
this._variant = '';
|
|
141
82
|
this._color = '';
|
|
142
83
|
}
|
|
143
|
-
|
|
144
|
-
* @deprecated Will be removed in v17.
|
|
145
|
-
* Please use {@link color} property instead
|
|
146
|
-
*/
|
|
147
|
-
get euimVariant() {
|
|
148
|
-
return this._euimVariant;
|
|
149
|
-
}
|
|
150
|
-
set euimVariant(value) {
|
|
151
|
-
this.euimPrimary = value === 'primary';
|
|
152
|
-
this.euimSecondary = value === 'secondary';
|
|
153
|
-
this.euimWarning = value === 'warning';
|
|
154
|
-
this.euimInfo = value === 'info';
|
|
155
|
-
this.euimSuccess = value === 'success';
|
|
156
|
-
this.euimDanger = value === 'danger';
|
|
157
|
-
this.euimAccent = value === 'accent';
|
|
158
|
-
this.euimDefault = value === 'default';
|
|
159
|
-
this.euimDark = value === 'dark';
|
|
160
|
-
this.euimWhite = value === 'white';
|
|
161
|
-
this._euimVariant = value;
|
|
162
|
-
this.euimLight = value === 'light';
|
|
163
|
-
this.euimClear = value === 'clear';
|
|
164
|
-
}
|
|
165
|
-
/**
|
|
166
|
-
* @deprecated will be removed in eUIMobile17. Please use {@link euimVariant} instead
|
|
167
|
-
*/
|
|
168
|
-
get variant() {
|
|
169
|
-
return this._variant;
|
|
170
|
-
}
|
|
171
|
-
set variant(value) {
|
|
172
|
-
this.euimPrimary = value === 'primary';
|
|
173
|
-
this.euimSecondary = value === 'secondary';
|
|
174
|
-
this.euimWarning = value === 'warning';
|
|
175
|
-
this.euimInfo = value === 'info';
|
|
176
|
-
this.euimSuccess = value === 'success';
|
|
177
|
-
this.euimDanger = value === 'danger';
|
|
178
|
-
this.euimAccent = value === 'accent';
|
|
179
|
-
this.euimDefault = value === 'default';
|
|
180
|
-
this.euimDark = value === 'dark';
|
|
181
|
-
this.euimWhite = value === 'white';
|
|
182
|
-
this._variant = value;
|
|
183
|
-
this.euimLight = value === 'light';
|
|
184
|
-
this.euimClear = value === 'clear';
|
|
185
|
-
}
|
|
84
|
+
// COLORS
|
|
186
85
|
get color() {
|
|
187
86
|
return this._color;
|
|
188
87
|
}
|
|
189
88
|
set color(value) {
|
|
190
|
-
this.euimPrimary = value === 'primary';
|
|
191
|
-
this.euimSecondary = value === 'secondary';
|
|
192
|
-
this.euimWarning = value === 'warning';
|
|
193
|
-
this.euimInfo = value === 'info';
|
|
194
|
-
this.euimSuccess = value === 'success';
|
|
195
|
-
this.euimDanger = value === 'danger';
|
|
196
|
-
this.euimAccent = value === 'accent';
|
|
197
|
-
this.euimDefault = value === 'default';
|
|
198
|
-
this.euimDark = value === 'dark';
|
|
199
|
-
this.euimWhite = value === 'white';
|
|
200
89
|
this._color = value;
|
|
201
|
-
this.euimLight = value === 'light';
|
|
202
|
-
this.euimClear = value === 'clear';
|
|
203
90
|
}
|
|
204
91
|
get euimSizeVariant() {
|
|
205
92
|
return this._euimSizeVariant;
|
|
@@ -220,16 +107,7 @@ class BaseStatesDirective {
|
|
|
220
107
|
getCssClasses(rootClass) {
|
|
221
108
|
return [
|
|
222
109
|
rootClass,
|
|
223
|
-
this.
|
|
224
|
-
this.euimSecondary ? `${rootClass}--secondary` : '',
|
|
225
|
-
this.euimInfo ? `${rootClass}--info` : '',
|
|
226
|
-
this.euimSuccess ? `${rootClass}--success` : '',
|
|
227
|
-
this.euimWarning ? `${rootClass}--warning` : '',
|
|
228
|
-
this.euimDanger ? `${rootClass}--danger` : '',
|
|
229
|
-
this.euimAccent ? `${rootClass}--accent` : '',
|
|
230
|
-
this.euimDefault ? `${rootClass}--default` : '',
|
|
231
|
-
this.euimDark ? `${rootClass}--dark` : '',
|
|
232
|
-
this.euimWhite ? `${rootClass}--white` : '',
|
|
110
|
+
this.color ? `${rootClass}--${this.color}` : '',
|
|
233
111
|
this.euimSize2XS ? `${rootClass}--size-2xs` : '',
|
|
234
112
|
this.euimSizeXS ? `${rootClass}--size-xs` : '',
|
|
235
113
|
this.euimSizeS ? `${rootClass}--size-s` : '',
|
|
@@ -252,7 +130,7 @@ class BaseStatesDirective {
|
|
|
252
130
|
.trim();
|
|
253
131
|
}
|
|
254
132
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseStatesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
255
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: BaseStatesDirective, isStandalone: true, selector: "[euimBase]", inputs: {
|
|
133
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.0", type: BaseStatesDirective, isStandalone: true, selector: "[euimBase]", inputs: { color: "color", euimDisabled: ["euimDisabled", "euimDisabled", booleanAttribute], euimPositionTopEnd: ["euimPositionTopEnd", "euimPositionTopEnd", booleanAttribute], euimFontBold: ["euimFontBold", "euimFontBold", booleanAttribute], euimFontRegular: ["euimFontRegular", "euimFontRegular", booleanAttribute], euimFontBoldItalic: ["euimFontBoldItalic", "euimFontBoldItalic", booleanAttribute], euimFontItalic: ["euimFontItalic", "euimFontItalic", booleanAttribute], euimFontLight: ["euimFontLight", "euimFontLight", booleanAttribute], euimSize2XS: ["euimSize2XS", "euimSize2XS", booleanAttribute], euimSizeXS: ["euimSizeXS", "euimSizeXS", booleanAttribute], euimSizeS: ["euimSizeS", "euimSizeS", booleanAttribute], euimSizeM: ["euimSizeM", "euimSizeM", booleanAttribute], euimSizeL: ["euimSizeL", "euimSizeL", booleanAttribute], euimSizeXL: ["euimSizeXL", "euimSizeXL", booleanAttribute], euimSize2XL: ["euimSize2XL", "euimSize2XL", booleanAttribute], euimSize3XL: ["euimSize3XL", "euimSize3XL", booleanAttribute], euimSize4XL: ["euimSize4XL", "euimSize4XL", booleanAttribute], euimSize5XL: ["euimSize5XL", "euimSize5XL", booleanAttribute], euimSizeVariant: "euimSizeVariant" }, host: { properties: { "attr.aria-disabled": "this.euimDisabled.toString()" } }, ngImport: i0 }); }
|
|
256
134
|
}
|
|
257
135
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: BaseStatesDirective, decorators: [{
|
|
258
136
|
type: Directive,
|
|
@@ -265,47 +143,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
265
143
|
'[attr.aria-disabled]': 'this.euimDisabled.toString()',
|
|
266
144
|
},
|
|
267
145
|
}]
|
|
268
|
-
}], propDecorators: {
|
|
269
|
-
type: Input,
|
|
270
|
-
args: [{ transform: booleanAttribute }]
|
|
271
|
-
}], euimSecondary: [{
|
|
272
|
-
type: Input,
|
|
273
|
-
args: [{ transform: booleanAttribute }]
|
|
274
|
-
}], euimInfo: [{
|
|
275
|
-
type: Input,
|
|
276
|
-
args: [{ transform: booleanAttribute }]
|
|
277
|
-
}], euimSuccess: [{
|
|
278
|
-
type: Input,
|
|
279
|
-
args: [{ transform: booleanAttribute }]
|
|
280
|
-
}], euimWarning: [{
|
|
281
|
-
type: Input,
|
|
282
|
-
args: [{ transform: booleanAttribute }]
|
|
283
|
-
}], euimDanger: [{
|
|
284
|
-
type: Input,
|
|
285
|
-
args: [{ transform: booleanAttribute }]
|
|
286
|
-
}], euimAccent: [{
|
|
287
|
-
type: Input,
|
|
288
|
-
args: [{ transform: booleanAttribute }]
|
|
289
|
-
}], euimDefault: [{
|
|
290
|
-
type: Input,
|
|
291
|
-
args: [{ transform: booleanAttribute }]
|
|
292
|
-
}], euimDark: [{
|
|
293
|
-
type: Input,
|
|
294
|
-
args: [{ transform: booleanAttribute }]
|
|
295
|
-
}], euimWhite: [{
|
|
296
|
-
type: Input,
|
|
297
|
-
args: [{ transform: booleanAttribute }]
|
|
298
|
-
}], euimLight: [{
|
|
299
|
-
type: Input,
|
|
300
|
-
args: [{ transform: booleanAttribute }]
|
|
301
|
-
}], euimClear: [{
|
|
302
|
-
type: Input,
|
|
303
|
-
args: [{ transform: booleanAttribute }]
|
|
304
|
-
}], euimVariant: [{
|
|
305
|
-
type: Input
|
|
306
|
-
}], variant: [{
|
|
307
|
-
type: Input
|
|
308
|
-
}], color: [{
|
|
146
|
+
}], propDecorators: { color: [{
|
|
309
147
|
type: Input
|
|
310
148
|
}], euimDisabled: [{
|
|
311
149
|
type: Input,
|
|
@@ -384,7 +222,7 @@ class EuimLabelComponent {
|
|
|
384
222
|
].join(' ');
|
|
385
223
|
}
|
|
386
224
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
387
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
225
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;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:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.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__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.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-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.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"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
388
226
|
}
|
|
389
227
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, decorators: [{
|
|
390
228
|
type: Component,
|
|
@@ -392,15 +230,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
392
230
|
{
|
|
393
231
|
directive: BaseStatesDirective,
|
|
394
232
|
inputs: [
|
|
395
|
-
'euimInfo',
|
|
396
|
-
'euimSuccess',
|
|
397
|
-
'euimWarning',
|
|
398
|
-
'euimDanger',
|
|
399
|
-
'euimPrimary',
|
|
400
|
-
'euimSecondary',
|
|
401
|
-
'euimDefault',
|
|
402
|
-
'euimDark',
|
|
403
|
-
'euimAccent',
|
|
404
233
|
'euimSize2XS',
|
|
405
234
|
'euimSizeXS',
|
|
406
235
|
'euimSizeS',
|
|
@@ -413,7 +242,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
413
242
|
'color',
|
|
414
243
|
],
|
|
415
244
|
},
|
|
416
|
-
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;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:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.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__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.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-
|
|
245
|
+
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;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:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.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__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.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-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.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"] }]
|
|
417
246
|
}], ctorParameters: () => [{ type: BaseStatesDirective }], propDecorators: { euimLabelTruncateWithLines: [{
|
|
418
247
|
type: HostBinding,
|
|
419
248
|
args: ['style.--euimLabelTruncateWithLines']
|
|
@@ -459,64 +288,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
459
288
|
}]
|
|
460
289
|
}] });
|
|
461
290
|
|
|
462
|
-
class EuimControlFeedbackComponent {
|
|
463
|
-
get cssClasses() {
|
|
464
|
-
return this.getCssClasses();
|
|
465
|
-
}
|
|
466
|
-
constructor(baseStatesDirective) {
|
|
467
|
-
this.baseStatesDirective = baseStatesDirective;
|
|
468
|
-
}
|
|
469
|
-
getCssClasses() {
|
|
470
|
-
return [
|
|
471
|
-
this.baseStatesDirective.getCssClasses('euim-control-feedback'),
|
|
472
|
-
].join(' ');
|
|
473
|
-
}
|
|
474
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
475
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimControlFeedbackComponent, selector: "euim-control-feedback", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimVariant", "euimVariant", "color", "color"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-control-feedback{display:block;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"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
476
|
-
}
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackComponent, decorators: [{
|
|
478
|
-
type: Component,
|
|
479
|
-
args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
480
|
-
{
|
|
481
|
-
directive: BaseStatesDirective,
|
|
482
|
-
inputs: [
|
|
483
|
-
'euimInfo',
|
|
484
|
-
'euimSuccess',
|
|
485
|
-
'euimWarning',
|
|
486
|
-
'euimDanger',
|
|
487
|
-
'euimVariant',
|
|
488
|
-
'color',
|
|
489
|
-
],
|
|
490
|
-
},
|
|
491
|
-
], template: "<ng-content></ng-content>\n", styles: [".euim-control-feedback{display:block;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"] }]
|
|
492
|
-
}], ctorParameters: () => [{ type: BaseStatesDirective }], propDecorators: { cssClasses: [{
|
|
493
|
-
type: HostBinding,
|
|
494
|
-
args: ['class']
|
|
495
|
-
}] } });
|
|
496
|
-
|
|
497
|
-
class EuimControlFeedbackModule {
|
|
498
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
499
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, declarations: [EuimControlFeedbackComponent], imports: [CommonModule,
|
|
500
|
-
IonicModule], exports: [EuimControlFeedbackComponent] }); }
|
|
501
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, imports: [CommonModule,
|
|
502
|
-
IonicModule] }); }
|
|
503
|
-
}
|
|
504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimControlFeedbackModule, decorators: [{
|
|
505
|
-
type: NgModule,
|
|
506
|
-
args: [{
|
|
507
|
-
imports: [
|
|
508
|
-
CommonModule,
|
|
509
|
-
IonicModule,
|
|
510
|
-
],
|
|
511
|
-
exports: [
|
|
512
|
-
EuimControlFeedbackComponent,
|
|
513
|
-
],
|
|
514
|
-
declarations: [
|
|
515
|
-
EuimControlFeedbackComponent,
|
|
516
|
-
],
|
|
517
|
-
}]
|
|
518
|
-
}] });
|
|
519
|
-
|
|
520
291
|
class EuimNotificationItemComponent {
|
|
521
292
|
get cssClasses() {
|
|
522
293
|
return this.getCssClasses();
|
|
@@ -530,7 +301,7 @@ class EuimNotificationItemComponent {
|
|
|
530
301
|
].join(' ');
|
|
531
302
|
}
|
|
532
303
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimNotificationItemComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
533
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
304
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], ngImport: i0, template: "", styles: [".euim-notification-item{display:block;border-radius:50%;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{background:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{background:var(--eui-base-color-grey-50)}.euim-notification-item--info{background:var(--eui-base-color-info-100)}.euim-notification-item--success{background:var(--eui-base-color-success-100)}.euim-notification-item--warning{background:var(--eui-base-color-warning-100)}.euim-notification-item--danger{background:var(--eui-base-color-danger-100)}.euim-notification-item--accent{background:var(--eui-base-color-accent-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
534
305
|
}
|
|
535
306
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimNotificationItemComponent, decorators: [{
|
|
536
307
|
type: Component,
|
|
@@ -538,13 +309,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
538
309
|
{
|
|
539
310
|
directive: BaseStatesDirective,
|
|
540
311
|
inputs: [
|
|
541
|
-
'euimInfo',
|
|
542
|
-
'euimSuccess',
|
|
543
|
-
'euimWarning',
|
|
544
|
-
'euimDanger',
|
|
545
|
-
'euimPrimary',
|
|
546
|
-
'euimSecondary',
|
|
547
|
-
'euimAccent',
|
|
548
312
|
'color',
|
|
549
313
|
],
|
|
550
314
|
},
|
|
@@ -634,197 +398,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
634
398
|
args: ['class']
|
|
635
399
|
}] } });
|
|
636
400
|
|
|
637
|
-
/**
|
|
638
|
-
* @deprecated It is removed. Use {@link euim-sidebar} instead.
|
|
639
|
-
*/
|
|
640
|
-
class EuimMenuComponent {
|
|
641
|
-
constructor(navCtrl) {
|
|
642
|
-
this.navCtrl = navCtrl;
|
|
643
|
-
this.isChanged = false;
|
|
644
|
-
this.itemClick = new EventEmitter();
|
|
645
|
-
this.items = [];
|
|
646
|
-
}
|
|
647
|
-
onItemClick(event, idx, item) {
|
|
648
|
-
if (item && item.url) {
|
|
649
|
-
if (item.url.indexOf('http') > -1) {
|
|
650
|
-
window.open(item.url, '_blank');
|
|
651
|
-
}
|
|
652
|
-
else {
|
|
653
|
-
this.navCtrl.navigateRoot(item.url).then();
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
this.itemClick.emit(item);
|
|
657
|
-
}
|
|
658
|
-
isColorDirectiveShown(item, color) {
|
|
659
|
-
return item.notification?.color === color;
|
|
660
|
-
}
|
|
661
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMenuComponent, deps: [{ token: i1.NavController }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
662
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimMenuComponent, selector: "euim-menu", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<ion-list>\n @for (section of items; track section) {\n <li class=\"euim-menu__section\">\n @if (section.sectionName) {\n <ion-item-divider>\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{section.sectionName}}</p>\n </ion-item-divider>\n }\n @for (item of section.items; track item; let j = $index) {\n <ion-menu-toggle auto-hide=\"true\">\n @if (item.label) {\n <ion-item (click)=\"onItemClick($event, j, item)\"\n [lines]=\"item.lines ? item.lines : 'none'\" button [detail]=\"item.detailArrow\"\n class=\"euim-menu__section-item\">\n @if (item.avatarColor) {\n <euim-avatar-icon size=\"s\" variant=\"rounded\" [color]=\"item.avatarColor\">\n @if (item.icon) {\n <ion-icon\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n }\n </euim-avatar-icon>\n }\n @if (item.icon && !item.avatarColor) {\n <ion-icon\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n }\n <div>\n <p class=\"euim-menu__section-item-label\" euimLabel [euimSizeM]=\"true\" [euimDark]=\"true\">{{item.label}}</p>\n <p class=\"euim-menu__section-item-sublabel\" euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.sublabel}}</p>\n </div>\n @if (item.badge) {\n <ion-badge [color]=\"item.badge.color\" slot=\"end\">\n {{item.badge.value}}</ion-badge>\n }\n @if (item.notification && !item.notification.count) {\n <euim-notification-item\n slot=\"end\"\n [euimSuccess]=\"isColorDirectiveShown(item, 'success')\"\n [euimWarning]=\"isColorDirectiveShown(item, 'warning')\"\n [euimDanger]=\"isColorDirectiveShown(item, 'danger')\"\n [euimInfo]=\"isColorDirectiveShown(item, 'info')\"\n [euimPrimary]=\"isColorDirectiveShown(item, 'primary')\"\n [euimSecondary]=\"isColorDirectiveShown(item, 'secondary')\"\n [euimAccent]=\"isColorDirectiveShown(item, 'accent')\"\n ></euim-notification-item>\n }\n @if (item.metadata) {\n <ion-note class=\"euim-menu__metadata\" slot=\"end\">\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.metadata}}</p>\n </ion-note>\n }\n </ion-item>\n }\n </ion-menu-toggle>\n }\n </li>\n }\n</ion-list>\n", styles: [".euim-menu__section-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-m)}.euim-menu__section-item::part(detail-icon){color:var(--eui-base-color-grey-50);font-size:var(--eui-base-font-size-2xl);opacity:1;margin-left:var(--eui-base-spacing-xs)}.euim-menu__section-item-label,.euim-menu__section-item-sublabel{margin-left:var(--eui-base-spacing-m)}.euim-menu__metadata{margin:auto 0 auto var(--eui-base-spacing-s);padding:0}\n"], dependencies: [{ 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.IonItemDivider, selector: "ion-item-divider", inputs: ["color", "mode", "sticky"] }, { kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonMenuToggle, selector: "ion-menu-toggle", inputs: ["autoHide", "menu"] }, { kind: "component", type: i1.IonNote, selector: "ion-note", inputs: ["color", "mode"] }, { kind: "component", type: EuimAvatarIconComponent, selector: "euim-avatar-icon", inputs: ["color", "size", "fill", "variant", "borderColor"] }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }, { kind: "component", type: EuimNotificationItemComponent, selector: "euim-notification-item" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
663
|
-
}
|
|
664
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMenuComponent, decorators: [{
|
|
665
|
-
type: Component,
|
|
666
|
-
args: [{ selector: 'euim-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ion-list>\n @for (section of items; track section) {\n <li class=\"euim-menu__section\">\n @if (section.sectionName) {\n <ion-item-divider>\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{section.sectionName}}</p>\n </ion-item-divider>\n }\n @for (item of section.items; track item; let j = $index) {\n <ion-menu-toggle auto-hide=\"true\">\n @if (item.label) {\n <ion-item (click)=\"onItemClick($event, j, item)\"\n [lines]=\"item.lines ? item.lines : 'none'\" button [detail]=\"item.detailArrow\"\n class=\"euim-menu__section-item\">\n @if (item.avatarColor) {\n <euim-avatar-icon size=\"s\" variant=\"rounded\" [color]=\"item.avatarColor\">\n @if (item.icon) {\n <ion-icon\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n }\n </euim-avatar-icon>\n }\n @if (item.icon && !item.avatarColor) {\n <ion-icon\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n }\n <div>\n <p class=\"euim-menu__section-item-label\" euimLabel [euimSizeM]=\"true\" [euimDark]=\"true\">{{item.label}}</p>\n <p class=\"euim-menu__section-item-sublabel\" euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.sublabel}}</p>\n </div>\n @if (item.badge) {\n <ion-badge [color]=\"item.badge.color\" slot=\"end\">\n {{item.badge.value}}</ion-badge>\n }\n @if (item.notification && !item.notification.count) {\n <euim-notification-item\n slot=\"end\"\n [euimSuccess]=\"isColorDirectiveShown(item, 'success')\"\n [euimWarning]=\"isColorDirectiveShown(item, 'warning')\"\n [euimDanger]=\"isColorDirectiveShown(item, 'danger')\"\n [euimInfo]=\"isColorDirectiveShown(item, 'info')\"\n [euimPrimary]=\"isColorDirectiveShown(item, 'primary')\"\n [euimSecondary]=\"isColorDirectiveShown(item, 'secondary')\"\n [euimAccent]=\"isColorDirectiveShown(item, 'accent')\"\n ></euim-notification-item>\n }\n @if (item.metadata) {\n <ion-note class=\"euim-menu__metadata\" slot=\"end\">\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.metadata}}</p>\n </ion-note>\n }\n </ion-item>\n }\n </ion-menu-toggle>\n }\n </li>\n }\n</ion-list>\n", styles: [".euim-menu__section-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-m)}.euim-menu__section-item::part(detail-icon){color:var(--eui-base-color-grey-50);font-size:var(--eui-base-font-size-2xl);opacity:1;margin-left:var(--eui-base-spacing-xs)}.euim-menu__section-item-label,.euim-menu__section-item-sublabel{margin-left:var(--eui-base-spacing-m)}.euim-menu__metadata{margin:auto 0 auto var(--eui-base-spacing-s);padding:0}\n"] }]
|
|
667
|
-
}], ctorParameters: () => [{ type: i1.NavController }], propDecorators: { itemClick: [{
|
|
668
|
-
type: Output
|
|
669
|
-
}], items: [{
|
|
670
|
-
type: Input
|
|
671
|
-
}] } });
|
|
672
|
-
|
|
673
|
-
class EuimAvatarIconModule {
|
|
674
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
675
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, declarations: [EuimAvatarIconComponent], imports: [CommonModule,
|
|
676
|
-
IonicModule], exports: [EuimAvatarIconComponent] }); }
|
|
677
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, imports: [CommonModule,
|
|
678
|
-
IonicModule] }); }
|
|
679
|
-
}
|
|
680
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, decorators: [{
|
|
681
|
-
type: NgModule,
|
|
682
|
-
args: [{
|
|
683
|
-
imports: [
|
|
684
|
-
CommonModule,
|
|
685
|
-
IonicModule,
|
|
686
|
-
],
|
|
687
|
-
exports: [
|
|
688
|
-
EuimAvatarIconComponent,
|
|
689
|
-
],
|
|
690
|
-
declarations: [
|
|
691
|
-
EuimAvatarIconComponent,
|
|
692
|
-
],
|
|
693
|
-
}]
|
|
694
|
-
}] });
|
|
695
|
-
|
|
696
|
-
class EuimMenuModule {
|
|
697
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
698
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimMenuModule, declarations: [EuimMenuComponent], imports: [CommonModule,
|
|
699
|
-
RouterModule,
|
|
700
|
-
IonicModule,
|
|
701
|
-
EuimAvatarIconModule,
|
|
702
|
-
EuimLabelModule,
|
|
703
|
-
EuimNotificationItemModule], exports: [EuimMenuComponent] }); }
|
|
704
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMenuModule, imports: [CommonModule,
|
|
705
|
-
RouterModule,
|
|
706
|
-
IonicModule,
|
|
707
|
-
EuimAvatarIconModule,
|
|
708
|
-
EuimLabelModule,
|
|
709
|
-
EuimNotificationItemModule] }); }
|
|
710
|
-
}
|
|
711
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMenuModule, decorators: [{
|
|
712
|
-
type: NgModule,
|
|
713
|
-
args: [{
|
|
714
|
-
imports: [
|
|
715
|
-
CommonModule,
|
|
716
|
-
RouterModule,
|
|
717
|
-
IonicModule,
|
|
718
|
-
EuimAvatarIconModule,
|
|
719
|
-
EuimLabelModule,
|
|
720
|
-
EuimNotificationItemModule,
|
|
721
|
-
],
|
|
722
|
-
declarations: [
|
|
723
|
-
EuimMenuComponent,
|
|
724
|
-
],
|
|
725
|
-
exports: [
|
|
726
|
-
EuimMenuComponent,
|
|
727
|
-
],
|
|
728
|
-
}]
|
|
729
|
-
}] });
|
|
730
|
-
|
|
731
|
-
class EuimAppSidebarComponent {
|
|
732
|
-
constructor() {
|
|
733
|
-
this.ionMenuId = 'main';
|
|
734
|
-
}
|
|
735
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
736
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimAppSidebarComponent, selector: "euim-app-sidebar", inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" }, 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"] }] }); }
|
|
737
|
-
}
|
|
738
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarComponent, decorators: [{
|
|
739
|
-
type: Component,
|
|
740
|
-
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" }]
|
|
741
|
-
}], propDecorators: { ionMenuId: [{
|
|
742
|
-
type: Input
|
|
743
|
-
}], sidebarItems: [{
|
|
744
|
-
type: Input
|
|
745
|
-
}] } });
|
|
746
|
-
|
|
747
|
-
class EuimAppSidebarHeaderComponent {
|
|
748
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
749
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimAppSidebarHeaderComponent, selector: "euim-app-sidebar-header", ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
750
|
-
}
|
|
751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarHeaderComponent, decorators: [{
|
|
752
|
-
type: Component,
|
|
753
|
-
args: [{ selector: 'euim-app-sidebar-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
|
|
754
|
-
}] });
|
|
755
|
-
|
|
756
|
-
class EuimAppSidebarMenuComponent {
|
|
757
|
-
constructor() {
|
|
758
|
-
this.itemClick = new EventEmitter();
|
|
759
|
-
}
|
|
760
|
-
onItemClick(item) {
|
|
761
|
-
this.itemClick.emit(item);
|
|
762
|
-
}
|
|
763
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarMenuComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
764
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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 }); }
|
|
765
|
-
}
|
|
766
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarMenuComponent, decorators: [{
|
|
767
|
-
type: Component,
|
|
768
|
-
args: [{ selector: 'euim-app-sidebar-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<euim-menu (itemClick)=\"onItemClick($event)\"\n [items]=\"items\"></euim-menu>\n" }]
|
|
769
|
-
}], propDecorators: { items: [{
|
|
770
|
-
type: Input
|
|
771
|
-
}], itemClick: [{
|
|
772
|
-
type: Output
|
|
773
|
-
}] } });
|
|
774
|
-
|
|
775
|
-
class EuimAppSidebarFooterComponent {
|
|
776
|
-
constructor() {
|
|
777
|
-
this.className = 'euim-app-sidebar-footer';
|
|
778
|
-
}
|
|
779
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
780
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", 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 }); }
|
|
781
|
-
}
|
|
782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarFooterComponent, decorators: [{
|
|
783
|
-
type: Component,
|
|
784
|
-
args: [{ selector: 'euim-app-sidebar-footer', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
|
|
785
|
-
}], propDecorators: { className: [{
|
|
786
|
-
type: HostBinding,
|
|
787
|
-
args: ['class']
|
|
788
|
-
}] } });
|
|
789
|
-
|
|
790
|
-
const COMPONENTS$f = [
|
|
791
|
-
EuimAppSidebarComponent,
|
|
792
|
-
EuimAppSidebarHeaderComponent,
|
|
793
|
-
EuimAppSidebarFooterComponent,
|
|
794
|
-
EuimAppSidebarMenuComponent,
|
|
795
|
-
];
|
|
796
|
-
class EuimAppSidebarModule {
|
|
797
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
798
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarModule, declarations: [EuimAppSidebarComponent,
|
|
799
|
-
EuimAppSidebarHeaderComponent,
|
|
800
|
-
EuimAppSidebarFooterComponent,
|
|
801
|
-
EuimAppSidebarMenuComponent], imports: [CommonModule, RouterModule,
|
|
802
|
-
EuimMenuModule,
|
|
803
|
-
IonicModule], exports: [EuimAppSidebarComponent,
|
|
804
|
-
EuimAppSidebarHeaderComponent,
|
|
805
|
-
EuimAppSidebarFooterComponent,
|
|
806
|
-
EuimAppSidebarMenuComponent] }); }
|
|
807
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarModule, imports: [CommonModule, RouterModule,
|
|
808
|
-
EuimMenuModule,
|
|
809
|
-
IonicModule] }); }
|
|
810
|
-
}
|
|
811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppSidebarModule, decorators: [{
|
|
812
|
-
type: NgModule,
|
|
813
|
-
args: [{
|
|
814
|
-
imports: [
|
|
815
|
-
CommonModule, RouterModule,
|
|
816
|
-
EuimMenuModule,
|
|
817
|
-
IonicModule,
|
|
818
|
-
],
|
|
819
|
-
declarations: [
|
|
820
|
-
...COMPONENTS$f,
|
|
821
|
-
],
|
|
822
|
-
exports: [
|
|
823
|
-
...COMPONENTS$f,
|
|
824
|
-
],
|
|
825
|
-
}]
|
|
826
|
-
}] });
|
|
827
|
-
|
|
828
401
|
class EuimEmptyListPlaceholderComponent {
|
|
829
402
|
get cssClasses() {
|
|
830
403
|
return this.getCssClasses();
|
|
@@ -957,7 +530,7 @@ class EuimLanguageSelectorComponent {
|
|
|
957
530
|
this.appService = appService;
|
|
958
531
|
this.modalCtrl = modalCtrl;
|
|
959
532
|
this.baseStatesDirective = baseStatesDirective;
|
|
960
|
-
this._euimPrimary = this.baseStatesDirective.
|
|
533
|
+
this._euimPrimary = this.baseStatesDirective.color === 'primary';
|
|
961
534
|
this.destroy$ = new Subject();
|
|
962
535
|
}
|
|
963
536
|
get cssClasses() {
|
|
@@ -997,7 +570,7 @@ class EuimLanguageSelectorComponent {
|
|
|
997
570
|
return;
|
|
998
571
|
}
|
|
999
572
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }, { token: i2.EuiAppShellService }, { token: EuimAppService }, { token: i1.ModalController }, { token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1000
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimLanguageSelectorComponent, selector: "euim-language-selector", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
573
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimLanguageSelectorComponent, selector: "euim-language-selector", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], 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:normal normal 400 .75rem/1rem var(--eui-base-font-family);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)}.euim-language-selector__avatar{background-color:var(--eui-base-color-grey-15)}.euim-language-selector__internal-icon{color:var(--eui-base-color-grey-100)}.euim-language-selector__search{display:contents}.euim-language-selector__empty-placeholder{display:block;height:auto;margin-top:calc(9 * var(--eui-base-spacing-m))}\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"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1001
574
|
}
|
|
1002
575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorComponent, decorators: [{
|
|
1003
576
|
type: Component,
|
|
@@ -1005,7 +578,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1005
578
|
{
|
|
1006
579
|
directive: BaseStatesDirective,
|
|
1007
580
|
inputs: [
|
|
1008
|
-
'euimPrimary',
|
|
1009
581
|
'color',
|
|
1010
582
|
],
|
|
1011
583
|
},
|
|
@@ -1015,34 +587,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1015
587
|
args: ['class']
|
|
1016
588
|
}] } });
|
|
1017
589
|
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
*/
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
this.className = 'euim-list-divider';
|
|
1024
|
-
}
|
|
1025
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1026
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimListHeaderDirective, selector: "[euimListHeader]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
1027
|
-
}
|
|
1028
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderDirective, decorators: [{
|
|
1029
|
-
type: Directive,
|
|
1030
|
-
args: [{
|
|
1031
|
-
selector: '[euimListHeader]',
|
|
1032
|
-
}]
|
|
1033
|
-
}], propDecorators: { className: [{
|
|
1034
|
-
type: HostBinding,
|
|
1035
|
-
args: ['class']
|
|
1036
|
-
}] } });
|
|
1037
|
-
|
|
1038
|
-
class EuimListHeaderModule {
|
|
1039
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1040
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderModule, declarations: [EuimListHeaderDirective], imports: [CommonModule,
|
|
1041
|
-
IonicModule], exports: [EuimListHeaderDirective] }); }
|
|
1042
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimListHeaderModule, imports: [CommonModule,
|
|
590
|
+
class EuimAvatarIconModule {
|
|
591
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
592
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, declarations: [EuimAvatarIconComponent], imports: [CommonModule,
|
|
593
|
+
IonicModule], exports: [EuimAvatarIconComponent] }); }
|
|
594
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, imports: [CommonModule,
|
|
1043
595
|
IonicModule] }); }
|
|
1044
596
|
}
|
|
1045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type:
|
|
597
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAvatarIconModule, decorators: [{
|
|
1046
598
|
type: NgModule,
|
|
1047
599
|
args: [{
|
|
1048
600
|
imports: [
|
|
@@ -1050,191 +602,58 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1050
602
|
IonicModule,
|
|
1051
603
|
],
|
|
1052
604
|
exports: [
|
|
1053
|
-
|
|
605
|
+
EuimAvatarIconComponent,
|
|
1054
606
|
],
|
|
1055
607
|
declarations: [
|
|
1056
|
-
|
|
608
|
+
EuimAvatarIconComponent,
|
|
1057
609
|
],
|
|
1058
610
|
}]
|
|
1059
611
|
}] });
|
|
1060
612
|
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
*/
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimItemDividerDirective, selector: "[euimItemDivider]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
1070
|
-
}
|
|
1071
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerDirective, decorators: [{
|
|
1072
|
-
type: Directive,
|
|
1073
|
-
args: [{
|
|
1074
|
-
selector: '[euimItemDivider]',
|
|
1075
|
-
}]
|
|
1076
|
-
}], propDecorators: { className: [{
|
|
1077
|
-
type: HostBinding,
|
|
1078
|
-
args: ['class']
|
|
1079
|
-
}] } });
|
|
1080
|
-
|
|
1081
|
-
class EuimItemDividerModule {
|
|
1082
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1083
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, declarations: [EuimItemDividerDirective], imports: [CommonModule,
|
|
1084
|
-
IonicModule], exports: [EuimItemDividerDirective] }); }
|
|
1085
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimItemDividerModule, imports: [CommonModule,
|
|
1086
|
-
IonicModule] }); }
|
|
613
|
+
class EuimEmptyListPlaceholderModule {
|
|
614
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
615
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
|
|
616
|
+
IonicModule,
|
|
617
|
+
TranslateModule], exports: [EuimEmptyListPlaceholderComponent] }); }
|
|
618
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, imports: [CommonModule,
|
|
619
|
+
IonicModule,
|
|
620
|
+
TranslateModule] }); }
|
|
1087
621
|
}
|
|
1088
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type:
|
|
622
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, decorators: [{
|
|
1089
623
|
type: NgModule,
|
|
1090
624
|
args: [{
|
|
1091
625
|
imports: [
|
|
1092
626
|
CommonModule,
|
|
1093
627
|
IonicModule,
|
|
628
|
+
TranslateModule,
|
|
1094
629
|
],
|
|
1095
630
|
exports: [
|
|
1096
|
-
|
|
631
|
+
EuimEmptyListPlaceholderComponent,
|
|
1097
632
|
],
|
|
1098
633
|
declarations: [
|
|
1099
|
-
|
|
634
|
+
EuimEmptyListPlaceholderComponent,
|
|
1100
635
|
],
|
|
1101
636
|
}]
|
|
1102
637
|
}] });
|
|
1103
638
|
|
|
1104
|
-
class
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
/** @nocollapse */ static { this.ɵ
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
}], propDecorators: { lines: [{
|
|
1123
|
-
type: Input
|
|
1124
|
-
}], cssClasses: [{
|
|
1125
|
-
type: HostBinding,
|
|
1126
|
-
args: ['class']
|
|
1127
|
-
}] } });
|
|
1128
|
-
|
|
1129
|
-
class EuimDividerModule {
|
|
1130
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1131
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, declarations: [EuimDividerDirective], imports: [CommonModule,
|
|
1132
|
-
IonicModule], exports: [EuimDividerDirective] }); }
|
|
1133
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, imports: [CommonModule,
|
|
1134
|
-
IonicModule] }); }
|
|
1135
|
-
}
|
|
1136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, decorators: [{
|
|
1137
|
-
type: NgModule,
|
|
1138
|
-
args: [{
|
|
1139
|
-
imports: [
|
|
1140
|
-
CommonModule,
|
|
1141
|
-
IonicModule,
|
|
1142
|
-
],
|
|
1143
|
-
exports: [
|
|
1144
|
-
EuimDividerDirective,
|
|
1145
|
-
],
|
|
1146
|
-
declarations: [
|
|
1147
|
-
EuimDividerDirective,
|
|
1148
|
-
],
|
|
1149
|
-
}]
|
|
1150
|
-
}] });
|
|
1151
|
-
|
|
1152
|
-
class EuimSkeletonTextAvatarDirective {
|
|
1153
|
-
constructor() {
|
|
1154
|
-
this.className = 'euim-skeleton-text-avatar';
|
|
1155
|
-
}
|
|
1156
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1157
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimSkeletonTextAvatarDirective, selector: "[euimSkeletonTextAvatar]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
1158
|
-
}
|
|
1159
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarDirective, decorators: [{
|
|
1160
|
-
type: Directive,
|
|
1161
|
-
args: [{
|
|
1162
|
-
selector: '[euimSkeletonTextAvatar]',
|
|
1163
|
-
}]
|
|
1164
|
-
}], propDecorators: { className: [{
|
|
1165
|
-
type: HostBinding,
|
|
1166
|
-
args: ['class']
|
|
1167
|
-
}] } });
|
|
1168
|
-
|
|
1169
|
-
class EuimSkeletonTextAvatarModule {
|
|
1170
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1171
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, declarations: [EuimSkeletonTextAvatarDirective], imports: [CommonModule,
|
|
1172
|
-
IonicModule], exports: [EuimSkeletonTextAvatarDirective] }); }
|
|
1173
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, imports: [CommonModule,
|
|
1174
|
-
IonicModule] }); }
|
|
1175
|
-
}
|
|
1176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, decorators: [{
|
|
1177
|
-
type: NgModule,
|
|
1178
|
-
args: [{
|
|
1179
|
-
imports: [
|
|
1180
|
-
CommonModule,
|
|
1181
|
-
IonicModule,
|
|
1182
|
-
],
|
|
1183
|
-
exports: [
|
|
1184
|
-
EuimSkeletonTextAvatarDirective,
|
|
1185
|
-
],
|
|
1186
|
-
declarations: [
|
|
1187
|
-
EuimSkeletonTextAvatarDirective,
|
|
1188
|
-
],
|
|
1189
|
-
}]
|
|
1190
|
-
}] });
|
|
1191
|
-
|
|
1192
|
-
class EuimEmptyListPlaceholderModule {
|
|
1193
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1194
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, declarations: [EuimEmptyListPlaceholderComponent], imports: [CommonModule,
|
|
1195
|
-
IonicModule,
|
|
1196
|
-
TranslateModule], exports: [EuimEmptyListPlaceholderComponent] }); }
|
|
1197
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, imports: [CommonModule,
|
|
1198
|
-
IonicModule,
|
|
1199
|
-
TranslateModule] }); }
|
|
1200
|
-
}
|
|
1201
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimEmptyListPlaceholderModule, decorators: [{
|
|
1202
|
-
type: NgModule,
|
|
1203
|
-
args: [{
|
|
1204
|
-
imports: [
|
|
1205
|
-
CommonModule,
|
|
1206
|
-
IonicModule,
|
|
1207
|
-
TranslateModule,
|
|
1208
|
-
],
|
|
1209
|
-
exports: [
|
|
1210
|
-
EuimEmptyListPlaceholderComponent,
|
|
1211
|
-
],
|
|
1212
|
-
declarations: [
|
|
1213
|
-
EuimEmptyListPlaceholderComponent,
|
|
1214
|
-
],
|
|
1215
|
-
}]
|
|
1216
|
-
}] });
|
|
1217
|
-
|
|
1218
|
-
class EuimLanguageSelectorModule {
|
|
1219
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1220
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, declarations: [EuimLanguageSelectorComponent,
|
|
1221
|
-
EuimLanguageListComponent], imports: [CommonModule,
|
|
1222
|
-
IonicModule,
|
|
1223
|
-
EuimAvatarIconModule,
|
|
1224
|
-
EuimLabelModule,
|
|
1225
|
-
EuimItemDividerModule,
|
|
1226
|
-
EuimEmptyListPlaceholderModule,
|
|
1227
|
-
TranslateModule], exports: [EuimLanguageSelectorComponent,
|
|
1228
|
-
EuimLanguageListComponent] }); }
|
|
1229
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, providers: [
|
|
1230
|
-
{ provide: EclLanguageService, useClass: EclDefaultLanguageService },
|
|
1231
|
-
], imports: [CommonModule,
|
|
1232
|
-
IonicModule,
|
|
1233
|
-
EuimAvatarIconModule,
|
|
1234
|
-
EuimLabelModule,
|
|
1235
|
-
EuimItemDividerModule,
|
|
1236
|
-
EuimEmptyListPlaceholderModule,
|
|
1237
|
-
TranslateModule] }); }
|
|
639
|
+
class EuimLanguageSelectorModule {
|
|
640
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
641
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, declarations: [EuimLanguageSelectorComponent,
|
|
642
|
+
EuimLanguageListComponent], imports: [CommonModule,
|
|
643
|
+
IonicModule,
|
|
644
|
+
EuimAvatarIconModule,
|
|
645
|
+
EuimLabelModule,
|
|
646
|
+
EuimEmptyListPlaceholderModule,
|
|
647
|
+
TranslateModule], exports: [EuimLanguageSelectorComponent,
|
|
648
|
+
EuimLanguageListComponent] }); }
|
|
649
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, providers: [
|
|
650
|
+
{ provide: EclLanguageService, useClass: EclDefaultLanguageService },
|
|
651
|
+
], imports: [CommonModule,
|
|
652
|
+
IonicModule,
|
|
653
|
+
EuimAvatarIconModule,
|
|
654
|
+
EuimLabelModule,
|
|
655
|
+
EuimEmptyListPlaceholderModule,
|
|
656
|
+
TranslateModule] }); }
|
|
1238
657
|
}
|
|
1239
658
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLanguageSelectorModule, decorators: [{
|
|
1240
659
|
type: NgModule,
|
|
@@ -1244,7 +663,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1244
663
|
IonicModule,
|
|
1245
664
|
EuimAvatarIconModule,
|
|
1246
665
|
EuimLabelModule,
|
|
1247
|
-
EuimItemDividerModule,
|
|
1248
666
|
EuimEmptyListPlaceholderModule,
|
|
1249
667
|
TranslateModule,
|
|
1250
668
|
],
|
|
@@ -1266,11 +684,9 @@ class EuimAppModule {
|
|
|
1266
684
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1267
685
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAppModule, declarations: [EuimAppComponent], imports: [CommonModule,
|
|
1268
686
|
IonicModule,
|
|
1269
|
-
EuimAppSidebarModule,
|
|
1270
687
|
EuimLanguageSelectorModule], exports: [EuimAppComponent] }); }
|
|
1271
688
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppModule, imports: [CommonModule,
|
|
1272
689
|
IonicModule,
|
|
1273
|
-
EuimAppSidebarModule,
|
|
1274
690
|
EuimLanguageSelectorModule] }); }
|
|
1275
691
|
}
|
|
1276
692
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAppModule, decorators: [{
|
|
@@ -1279,7 +695,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1279
695
|
imports: [
|
|
1280
696
|
CommonModule,
|
|
1281
697
|
IonicModule,
|
|
1282
|
-
EuimAppSidebarModule,
|
|
1283
698
|
EuimLanguageSelectorModule,
|
|
1284
699
|
],
|
|
1285
700
|
exports: [
|
|
@@ -1362,7 +777,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1362
777
|
type: HostBinding
|
|
1363
778
|
}] } });
|
|
1364
779
|
|
|
1365
|
-
const COMPONENTS$
|
|
780
|
+
const COMPONENTS$c = [
|
|
1366
781
|
EuimUserProfileComponent,
|
|
1367
782
|
EuiMUserProfileAvatarComponent,
|
|
1368
783
|
EuiMUserProfileInfosComponent,
|
|
@@ -1392,10 +807,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1392
807
|
IonicModule,
|
|
1393
808
|
],
|
|
1394
809
|
exports: [
|
|
1395
|
-
...COMPONENTS$
|
|
810
|
+
...COMPONENTS$c,
|
|
1396
811
|
],
|
|
1397
812
|
declarations: [
|
|
1398
|
-
...COMPONENTS$
|
|
813
|
+
...COMPONENTS$c,
|
|
1399
814
|
],
|
|
1400
815
|
}]
|
|
1401
816
|
}] });
|
|
@@ -1626,7 +1041,7 @@ class EuimHeaderDetailsComponent {
|
|
|
1626
1041
|
].join(' ');
|
|
1627
1042
|
}
|
|
1628
1043
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimHeaderDetailsComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1629
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimHeaderDetailsComponent, selector: "euim-header-details", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
1044
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimHeaderDetailsComponent, selector: "euim-header-details", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], 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-5);border-bottom:1px solid var(--eui-base-color-grey-20)}.euim-header-details--primary{background-color:var(--eui-base-color-primary-100);border-bottom:none}.euim-header-details--primary .euim-header-details__title,.euim-header-details--primary .euim-header-details__meta{color:var(--eui-base-color-white)}.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 }); }
|
|
1630
1045
|
}
|
|
1631
1046
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimHeaderDetailsComponent, decorators: [{
|
|
1632
1047
|
type: Component,
|
|
@@ -1634,7 +1049,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1634
1049
|
{
|
|
1635
1050
|
directive: BaseStatesDirective,
|
|
1636
1051
|
inputs: [
|
|
1637
|
-
'euimPrimary',
|
|
1638
1052
|
'color',
|
|
1639
1053
|
],
|
|
1640
1054
|
},
|
|
@@ -1695,7 +1109,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1695
1109
|
args: ['class']
|
|
1696
1110
|
}] } });
|
|
1697
1111
|
|
|
1698
|
-
const COMPONENTS$
|
|
1112
|
+
const COMPONENTS$b = [
|
|
1699
1113
|
EuimHeaderDetailsComponent,
|
|
1700
1114
|
EuimHeaderDetailsTitleDirective,
|
|
1701
1115
|
EuimHeaderDetailsMetaDirective,
|
|
@@ -1722,114 +1136,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1722
1136
|
IonicModule,
|
|
1723
1137
|
],
|
|
1724
1138
|
exports: [
|
|
1725
|
-
...COMPONENTS$
|
|
1726
|
-
],
|
|
1727
|
-
declarations: [
|
|
1728
|
-
...COMPONENTS$d,
|
|
1729
|
-
],
|
|
1730
|
-
}]
|
|
1731
|
-
}] });
|
|
1732
|
-
|
|
1733
|
-
/**
|
|
1734
|
-
* @deprecated It was removed in v16. Use {@link euim-slider-info-screen} instead.
|
|
1735
|
-
*/
|
|
1736
|
-
class EuimInfoScreenComponent {
|
|
1737
|
-
constructor() {
|
|
1738
|
-
this.className = 'euim-info-screen';
|
|
1739
|
-
}
|
|
1740
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1741
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimInfoScreenComponent, selector: "euim-info-screen", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__content,title+.euim-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1742
|
-
}
|
|
1743
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenComponent, decorators: [{
|
|
1744
|
-
type: Component,
|
|
1745
|
-
args: [{ selector: 'euim-info-screen', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__content,title+.euim-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"] }]
|
|
1746
|
-
}], propDecorators: { className: [{
|
|
1747
|
-
type: HostBinding,
|
|
1748
|
-
args: ['class']
|
|
1749
|
-
}] } });
|
|
1750
|
-
|
|
1751
|
-
class EuimInfoScreenContentDirective {
|
|
1752
|
-
constructor() {
|
|
1753
|
-
this.className = 'euim-info-screen__content';
|
|
1754
|
-
}
|
|
1755
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenContentDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1756
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimInfoScreenContentDirective, selector: "[euimInfoScreenContent]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
1757
|
-
}
|
|
1758
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenContentDirective, decorators: [{
|
|
1759
|
-
type: Directive,
|
|
1760
|
-
args: [{
|
|
1761
|
-
selector: '[euimInfoScreenContent]',
|
|
1762
|
-
}]
|
|
1763
|
-
}], propDecorators: { className: [{
|
|
1764
|
-
type: HostBinding,
|
|
1765
|
-
args: ['class']
|
|
1766
|
-
}] } });
|
|
1767
|
-
|
|
1768
|
-
class EuimInfoScreenTitleDirective {
|
|
1769
|
-
constructor() {
|
|
1770
|
-
this.className = 'euim-info-screen__title';
|
|
1771
|
-
}
|
|
1772
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1773
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimInfoScreenTitleDirective, selector: "[euimInfoScreenTitle]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
1774
|
-
}
|
|
1775
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenTitleDirective, decorators: [{
|
|
1776
|
-
type: Directive,
|
|
1777
|
-
args: [{
|
|
1778
|
-
selector: '[euimInfoScreenTitle]',
|
|
1779
|
-
}]
|
|
1780
|
-
}], propDecorators: { className: [{
|
|
1781
|
-
type: HostBinding,
|
|
1782
|
-
args: ['class']
|
|
1783
|
-
}] } });
|
|
1784
|
-
|
|
1785
|
-
class EuimInfoScreenSubTitleDirective {
|
|
1786
|
-
constructor() {
|
|
1787
|
-
this.className = 'euim-info-screen__sub-title';
|
|
1788
|
-
}
|
|
1789
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenSubTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1790
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimInfoScreenSubTitleDirective, selector: "[euimInfoScreenSubTitle]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
1791
|
-
}
|
|
1792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenSubTitleDirective, decorators: [{
|
|
1793
|
-
type: Directive,
|
|
1794
|
-
args: [{
|
|
1795
|
-
selector: '[euimInfoScreenSubTitle]',
|
|
1796
|
-
}]
|
|
1797
|
-
}], propDecorators: { className: [{
|
|
1798
|
-
type: HostBinding,
|
|
1799
|
-
args: ['class']
|
|
1800
|
-
}] } });
|
|
1801
|
-
|
|
1802
|
-
const COMPONENTS$c = [
|
|
1803
|
-
EuimInfoScreenComponent,
|
|
1804
|
-
EuimInfoScreenTitleDirective,
|
|
1805
|
-
EuimInfoScreenContentDirective,
|
|
1806
|
-
EuimInfoScreenSubTitleDirective,
|
|
1807
|
-
];
|
|
1808
|
-
class EuimInfoScreenModule {
|
|
1809
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1810
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenModule, declarations: [EuimInfoScreenComponent,
|
|
1811
|
-
EuimInfoScreenTitleDirective,
|
|
1812
|
-
EuimInfoScreenContentDirective,
|
|
1813
|
-
EuimInfoScreenSubTitleDirective], imports: [CommonModule,
|
|
1814
|
-
IonicModule], exports: [EuimInfoScreenComponent,
|
|
1815
|
-
EuimInfoScreenTitleDirective,
|
|
1816
|
-
EuimInfoScreenContentDirective,
|
|
1817
|
-
EuimInfoScreenSubTitleDirective] }); }
|
|
1818
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenModule, imports: [CommonModule,
|
|
1819
|
-
IonicModule] }); }
|
|
1820
|
-
}
|
|
1821
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimInfoScreenModule, decorators: [{
|
|
1822
|
-
type: NgModule,
|
|
1823
|
-
args: [{
|
|
1824
|
-
imports: [
|
|
1825
|
-
CommonModule,
|
|
1826
|
-
IonicModule,
|
|
1827
|
-
],
|
|
1828
|
-
exports: [
|
|
1829
|
-
...COMPONENTS$c,
|
|
1139
|
+
...COMPONENTS$b,
|
|
1830
1140
|
],
|
|
1831
1141
|
declarations: [
|
|
1832
|
-
...COMPONENTS$
|
|
1142
|
+
...COMPONENTS$b,
|
|
1833
1143
|
],
|
|
1834
1144
|
}]
|
|
1835
1145
|
}] });
|
|
@@ -1847,7 +1157,7 @@ class EuimBadgeComponent {
|
|
|
1847
1157
|
].join(' ').trim();
|
|
1848
1158
|
}
|
|
1849
1159
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimBadgeComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1850
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimBadgeComponent, selector: "euim-badge", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
1160
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimBadgeComponent, selector: "euim-badge", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimPositionTopEnd", "euimPositionTopEnd", "euimSizeM", "euimSizeM", "euimSizeS", "euimSizeS", "euimSizeL", "euimSizeL", "color", "color"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);color:var(--eui-base-color-white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;box-sizing:border-box;letter-spacing:normal}.euim-avatar-icon{position:relative;overflow:visible}.euim-avatar-icon .euim-badge--position-top-end{position:absolute;right:-6px;top:-6px}ion-button .euim-badge--position-top-end,ion-tab-button span .euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-s));left:var(--eui-base-spacing-s)}ion-button .euim-badge--size-l.euim-badge--position-top-end,ion-tab-button span .euim-badge--size-l.euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-s));left:var(--eui-base-spacing-s)}ion-button .euim-badge--size-m.euim-badge--position-top-end,ion-tab-button span .euim-badge--size-m.euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-xs));left:var(--eui-base-spacing-s)}ion-button .euim-badge--size-s.euim-badge--position-top-end,ion-tab-button span .euim-badge--size-s.euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-2xs));left:var(--eui-base-spacing-s)}ion-button::part(native){overflow:visible}ion-tab-button span{position:relative}ion-tab-button span ion-icon{font-size:var(--eui-base-font-size-2xl)}.euim-badge--info{background:var(--eui-base-color-info-100)}.euim-badge--success{background:var(--eui-base-color-success-100)}.euim-badge--warning{background:var(--eui-base-color-warning-100)}.euim-badge--danger{background:var(--eui-base-color-danger-100)}.euim-badge--default{background:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-100)}.euim-badge--size-s{min-width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);padding:0 var(--eui-base-spacing-2xs);font-size:var(--eui-base-font-size-xs)!important;line-height:var(--eui-base-font-size-m)!important}.euim-badge--size-m{min-width:calc(var(--eui-base-spacing-m) + var(--eui-base-spacing-2xs));height:calc(var(--eui-base-spacing-m) + var(--eui-base-spacing-2xs));padding:calc(var(--eui-base-spacing-2xs) / 2) calc(var(--eui-base-spacing-s) / 2);font-size:var(--eui-base-font-size-xs)!important;line-height:var(--eui-base-font-size-m)!important}.euim-badge--size-l{height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1851
1161
|
}
|
|
1852
1162
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimBadgeComponent, decorators: [{
|
|
1853
1163
|
type: Component,
|
|
@@ -1855,11 +1165,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1855
1165
|
{
|
|
1856
1166
|
directive: BaseStatesDirective,
|
|
1857
1167
|
inputs: [
|
|
1858
|
-
'euimDanger',
|
|
1859
|
-
'euimWarning',
|
|
1860
|
-
'euimInfo',
|
|
1861
|
-
'euimSuccess',
|
|
1862
|
-
'euimDefault',
|
|
1863
1168
|
'euimPositionTopEnd',
|
|
1864
1169
|
'euimSizeM',
|
|
1865
1170
|
'euimSizeS',
|
|
@@ -1867,7 +1172,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1867
1172
|
'color',
|
|
1868
1173
|
],
|
|
1869
1174
|
},
|
|
1870
|
-
], template: "<ng-content></ng-content>\n", styles: [".euim-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);color:var(--eui-base-color-white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;box-sizing:border-box;letter-spacing:normal}.euim-avatar-icon{position:relative;overflow:visible}.euim-avatar-icon .euim-badge--position-top-end{position:absolute;right:-6px;top:-6px}ion-button .euim-badge--position-top-end,ion-tab-button span .euim-badge--position-top-end{position:absolute;
|
|
1175
|
+
], template: "<ng-content></ng-content>\n", styles: [".euim-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);color:var(--eui-base-color-white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;box-sizing:border-box;letter-spacing:normal}.euim-avatar-icon{position:relative;overflow:visible}.euim-avatar-icon .euim-badge--position-top-end{position:absolute;right:-6px;top:-6px}ion-button .euim-badge--position-top-end,ion-tab-button span .euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-s));left:var(--eui-base-spacing-s)}ion-button .euim-badge--size-l.euim-badge--position-top-end,ion-tab-button span .euim-badge--size-l.euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-s));left:var(--eui-base-spacing-s)}ion-button .euim-badge--size-m.euim-badge--position-top-end,ion-tab-button span .euim-badge--size-m.euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-xs));left:var(--eui-base-spacing-s)}ion-button .euim-badge--size-s.euim-badge--position-top-end,ion-tab-button span .euim-badge--size-s.euim-badge--position-top-end{position:absolute;top:calc(-1 * var(--eui-base-spacing-2xs));left:var(--eui-base-spacing-s)}ion-button::part(native){overflow:visible}ion-tab-button span{position:relative}ion-tab-button span ion-icon{font-size:var(--eui-base-font-size-2xl)}.euim-badge--info{background:var(--eui-base-color-info-100)}.euim-badge--success{background:var(--eui-base-color-success-100)}.euim-badge--warning{background:var(--eui-base-color-warning-100)}.euim-badge--danger{background:var(--eui-base-color-danger-100)}.euim-badge--default{background:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-100)}.euim-badge--size-s{min-width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);padding:0 var(--eui-base-spacing-2xs);font-size:var(--eui-base-font-size-xs)!important;line-height:var(--eui-base-font-size-m)!important}.euim-badge--size-m{min-width:calc(var(--eui-base-spacing-m) + var(--eui-base-spacing-2xs));height:calc(var(--eui-base-spacing-m) + var(--eui-base-spacing-2xs));padding:calc(var(--eui-base-spacing-2xs) / 2) calc(var(--eui-base-spacing-s) / 2);font-size:var(--eui-base-font-size-xs)!important;line-height:var(--eui-base-font-size-m)!important}.euim-badge--size-l{height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important}\n"] }]
|
|
1871
1176
|
}], ctorParameters: () => [{ type: BaseStatesDirective }], propDecorators: { cssClasses: [{
|
|
1872
1177
|
type: HostBinding,
|
|
1873
1178
|
args: ['class']
|
|
@@ -1898,16 +1203,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1898
1203
|
|
|
1899
1204
|
class EuimMessageComponent {
|
|
1900
1205
|
get icon() {
|
|
1901
|
-
if (this.baseStatesDirective.
|
|
1206
|
+
if (this.baseStatesDirective.color === 'warning') {
|
|
1902
1207
|
return 'alert-circle';
|
|
1903
1208
|
}
|
|
1904
|
-
if (this.baseStatesDirective.
|
|
1209
|
+
if (this.baseStatesDirective.color === 'danger') {
|
|
1905
1210
|
return 'close-circle';
|
|
1906
1211
|
}
|
|
1907
|
-
if (this.baseStatesDirective.
|
|
1212
|
+
if (this.baseStatesDirective.color === 'success') {
|
|
1908
1213
|
return 'checkmark-circle';
|
|
1909
1214
|
}
|
|
1910
|
-
if (this.baseStatesDirective.
|
|
1215
|
+
if (this.baseStatesDirective.color === 'info' || (this.baseStatesDirective.color !== 'warning' && this.baseStatesDirective.color !== 'danger' && this.baseStatesDirective.color !== 'success' && this.baseStatesDirective.color !== 'info')) {
|
|
1911
1216
|
return 'information-circle';
|
|
1912
1217
|
}
|
|
1913
1218
|
}
|
|
@@ -1920,14 +1225,14 @@ class EuimMessageComponent {
|
|
|
1920
1225
|
getCssClasses() {
|
|
1921
1226
|
return [
|
|
1922
1227
|
this.baseStatesDirective.getCssClasses('euim-message'),
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1228
|
+
this.baseStatesDirective.color !== 'warning' &&
|
|
1229
|
+
this.baseStatesDirective.color !== 'danger' &&
|
|
1230
|
+
this.baseStatesDirective.color !== 'success' &&
|
|
1231
|
+
this.baseStatesDirective.color !== 'info' ? 'euim-message--info' : '',
|
|
1927
1232
|
].join(' ');
|
|
1928
1233
|
}
|
|
1929
1234
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMessageComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1930
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimMessageComponent, selector: "euim-message", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
1235
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimMessageComponent, selector: "euim-message", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], 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{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:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;padding:0;margin:0 0 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 }); }
|
|
1931
1236
|
}
|
|
1932
1237
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMessageComponent, decorators: [{
|
|
1933
1238
|
type: Component,
|
|
@@ -1935,13 +1240,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1935
1240
|
{
|
|
1936
1241
|
directive: BaseStatesDirective,
|
|
1937
1242
|
inputs: [
|
|
1938
|
-
'euimInfo',
|
|
1939
|
-
'euimSuccess',
|
|
1940
|
-
'euimWarning',
|
|
1941
|
-
'euimDanger',
|
|
1942
|
-
'euimVariant',
|
|
1943
1243
|
'color',
|
|
1944
|
-
'variant',
|
|
1945
1244
|
],
|
|
1946
1245
|
},
|
|
1947
1246
|
], 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{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:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;padding:0;margin:0 0 var(--eui-base-spacing-xs)}\n"] }]
|
|
@@ -1964,7 +1263,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
1964
1263
|
type: HostBinding
|
|
1965
1264
|
}] } });
|
|
1966
1265
|
|
|
1967
|
-
const COMPONENTS$
|
|
1266
|
+
const COMPONENTS$a = [
|
|
1968
1267
|
EuimMessageComponent,
|
|
1969
1268
|
EuimMessageTitleComponent,
|
|
1970
1269
|
];
|
|
@@ -1978,163 +1277,6 @@ class EuimMessageModule {
|
|
|
1978
1277
|
IonicModule] }); }
|
|
1979
1278
|
}
|
|
1980
1279
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMessageModule, decorators: [{
|
|
1981
|
-
type: NgModule,
|
|
1982
|
-
args: [{
|
|
1983
|
-
imports: [
|
|
1984
|
-
CommonModule,
|
|
1985
|
-
IonicModule,
|
|
1986
|
-
],
|
|
1987
|
-
exports: [
|
|
1988
|
-
...COMPONENTS$b,
|
|
1989
|
-
],
|
|
1990
|
-
declarations: [
|
|
1991
|
-
...COMPONENTS$b,
|
|
1992
|
-
],
|
|
1993
|
-
}]
|
|
1994
|
-
}] });
|
|
1995
|
-
|
|
1996
|
-
class EuimStepperChangeEvent {
|
|
1997
|
-
constructor(currentStep) {
|
|
1998
|
-
this.currentStep = currentStep;
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
2001
|
-
class EuimStepperComponent {
|
|
2002
|
-
constructor() {
|
|
2003
|
-
this.currentStep = 1;
|
|
2004
|
-
this.stepsCount = 5;
|
|
2005
|
-
this.isPreviousDisabled = true;
|
|
2006
|
-
this.isNextDisabled = false;
|
|
2007
|
-
this.previous = new EventEmitter();
|
|
2008
|
-
this.next = new EventEmitter();
|
|
2009
|
-
}
|
|
2010
|
-
onPrevious() {
|
|
2011
|
-
if (this.currentStep > 1) {
|
|
2012
|
-
this.currentStep -= 1;
|
|
2013
|
-
}
|
|
2014
|
-
this.updateActionsState();
|
|
2015
|
-
this.previous.emit(new EuimStepperChangeEvent(this.currentStep));
|
|
2016
|
-
}
|
|
2017
|
-
onNext() {
|
|
2018
|
-
if (this.currentStep < this.stepsCount) {
|
|
2019
|
-
this.currentStep += 1;
|
|
2020
|
-
}
|
|
2021
|
-
this.updateActionsState();
|
|
2022
|
-
this.next.emit(new EuimStepperChangeEvent(this.currentStep));
|
|
2023
|
-
}
|
|
2024
|
-
updateActionsState() {
|
|
2025
|
-
this.isPreviousDisabled = this.currentStep <= 1;
|
|
2026
|
-
this.isNextDisabled = this.currentStep >= this.stepsCount;
|
|
2027
|
-
}
|
|
2028
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2029
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimStepperComponent, selector: "euim-stepper", inputs: { currentStep: "currentStep", stepsCount: "stepsCount", isPreviousDisabled: ["isPreviousDisabled", "isPreviousDisabled", booleanAttribute], isNextDisabled: ["isNextDisabled", "isNextDisabled", booleanAttribute] }, outputs: { previous: "previous", next: "next" }, 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" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2030
|
-
}
|
|
2031
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimStepperComponent, decorators: [{
|
|
2032
|
-
type: Component,
|
|
2033
|
-
args: [{ selector: 'euim-stepper', changeDetection: ChangeDetectionStrategy.OnPush, 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" }]
|
|
2034
|
-
}], propDecorators: { currentStep: [{
|
|
2035
|
-
type: Input
|
|
2036
|
-
}], stepsCount: [{
|
|
2037
|
-
type: Input
|
|
2038
|
-
}], isPreviousDisabled: [{
|
|
2039
|
-
type: Input,
|
|
2040
|
-
args: [{ transform: booleanAttribute }]
|
|
2041
|
-
}], isNextDisabled: [{
|
|
2042
|
-
type: Input,
|
|
2043
|
-
args: [{ transform: booleanAttribute }]
|
|
2044
|
-
}], previous: [{
|
|
2045
|
-
type: Output
|
|
2046
|
-
}], next: [{
|
|
2047
|
-
type: Output
|
|
2048
|
-
}] } });
|
|
2049
|
-
|
|
2050
|
-
class EuimStepperComponentModule {
|
|
2051
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimStepperComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2052
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimStepperComponentModule, declarations: [EuimStepperComponent], imports: [CommonModule,
|
|
2053
|
-
IonicModule,
|
|
2054
|
-
TranslateModule], exports: [EuimStepperComponent] }); }
|
|
2055
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimStepperComponentModule, imports: [CommonModule,
|
|
2056
|
-
IonicModule,
|
|
2057
|
-
TranslateModule] }); }
|
|
2058
|
-
}
|
|
2059
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimStepperComponentModule, decorators: [{
|
|
2060
|
-
type: NgModule,
|
|
2061
|
-
args: [{
|
|
2062
|
-
imports: [
|
|
2063
|
-
CommonModule,
|
|
2064
|
-
IonicModule,
|
|
2065
|
-
TranslateModule,
|
|
2066
|
-
],
|
|
2067
|
-
exports: [
|
|
2068
|
-
EuimStepperComponent,
|
|
2069
|
-
],
|
|
2070
|
-
declarations: [
|
|
2071
|
-
EuimStepperComponent,
|
|
2072
|
-
],
|
|
2073
|
-
}]
|
|
2074
|
-
}] });
|
|
2075
|
-
|
|
2076
|
-
class EuimFieldSetComponent {
|
|
2077
|
-
constructor() {
|
|
2078
|
-
this.className = 'euim-fieldset';
|
|
2079
|
-
}
|
|
2080
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2081
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimFieldSetComponent, selector: "euim-fieldset", host: { properties: { "class": "this.className" } }, 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:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);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 }); }
|
|
2082
|
-
}
|
|
2083
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldSetComponent, decorators: [{
|
|
2084
|
-
type: Component,
|
|
2085
|
-
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:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);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"] }]
|
|
2086
|
-
}], propDecorators: { className: [{
|
|
2087
|
-
type: HostBinding,
|
|
2088
|
-
args: ['class']
|
|
2089
|
-
}] } });
|
|
2090
|
-
|
|
2091
|
-
class EuimFieldsetLegendComponent {
|
|
2092
|
-
constructor() {
|
|
2093
|
-
this.className = 'euim-fieldset-legend';
|
|
2094
|
-
}
|
|
2095
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetLegendComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2096
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimFieldsetLegendComponent, selector: "euim-fieldset-legend", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2097
|
-
}
|
|
2098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetLegendComponent, decorators: [{
|
|
2099
|
-
type: Component,
|
|
2100
|
-
args: [{ selector: 'euim-fieldset-legend', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
|
|
2101
|
-
}], propDecorators: { className: [{
|
|
2102
|
-
type: HostBinding,
|
|
2103
|
-
args: ['class']
|
|
2104
|
-
}] } });
|
|
2105
|
-
|
|
2106
|
-
class EuimFieldsetActionsComponent {
|
|
2107
|
-
constructor() {
|
|
2108
|
-
this.className = 'euim-fieldset-actions';
|
|
2109
|
-
}
|
|
2110
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2111
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimFieldsetActionsComponent, selector: "euim-fieldset-actions", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2112
|
-
}
|
|
2113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetActionsComponent, decorators: [{
|
|
2114
|
-
type: Component,
|
|
2115
|
-
args: [{ selector: 'euim-fieldset-actions', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n" }]
|
|
2116
|
-
}], propDecorators: { className: [{
|
|
2117
|
-
type: HostBinding,
|
|
2118
|
-
args: ['class']
|
|
2119
|
-
}] } });
|
|
2120
|
-
|
|
2121
|
-
const COMPONENTS$a = [
|
|
2122
|
-
EuimFieldSetComponent,
|
|
2123
|
-
EuimFieldsetLegendComponent,
|
|
2124
|
-
EuimFieldsetActionsComponent,
|
|
2125
|
-
];
|
|
2126
|
-
class EuimFieldsetModule {
|
|
2127
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2128
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetModule, declarations: [EuimFieldSetComponent,
|
|
2129
|
-
EuimFieldsetLegendComponent,
|
|
2130
|
-
EuimFieldsetActionsComponent], imports: [CommonModule,
|
|
2131
|
-
IonicModule], exports: [EuimFieldSetComponent,
|
|
2132
|
-
EuimFieldsetLegendComponent,
|
|
2133
|
-
EuimFieldsetActionsComponent] }); }
|
|
2134
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetModule, imports: [CommonModule,
|
|
2135
|
-
IonicModule] }); }
|
|
2136
|
-
}
|
|
2137
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimFieldsetModule, decorators: [{
|
|
2138
1280
|
type: NgModule,
|
|
2139
1281
|
args: [{
|
|
2140
1282
|
imports: [
|
|
@@ -2256,7 +1398,7 @@ class EuimMediaHeaderComponent {
|
|
|
2256
1398
|
].join(' ').trim();
|
|
2257
1399
|
}
|
|
2258
1400
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMediaHeaderComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2259
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimMediaHeaderComponent, selector: "euim-media-header", inputs: { euimNoGradient: ["euimNoGradient", "euimNoGradient", booleanAttribute] }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimSizeM", "euimSizeM", "euimSizeS", "euimSizeS", "euimSizeL", "euimSizeL"] }], ngImport: i0, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n@if (!euimNoGradient) {\n <div class=\"euim-media-header__gradient\">\n </div>\n}\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;bottom:var(--eui-base-spacing-m);color:#fff;padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-media-header__text
|
|
1401
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimMediaHeaderComponent, selector: "euim-media-header", inputs: { euimNoGradient: ["euimNoGradient", "euimNoGradient", booleanAttribute] }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimSizeM", "euimSizeM", "euimSizeS", "euimSizeS", "euimSizeL", "euimSizeL"] }], ngImport: i0, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n@if (!euimNoGradient) {\n <div class=\"euim-media-header__gradient\">\n </div>\n}\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;bottom:var(--eui-base-spacing-m);color:#fff;padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-media-header__text .euim-media-header__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__text .euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(to bottom,#fff0,#000);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__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__title+.euim-media-header__sub-title{margin-top:var(--eui-base-spacing-2xs)}.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) * 25)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2260
1402
|
}
|
|
2261
1403
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimMediaHeaderComponent, decorators: [{
|
|
2262
1404
|
type: Component,
|
|
@@ -2269,7 +1411,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2269
1411
|
'euimSizeL',
|
|
2270
1412
|
],
|
|
2271
1413
|
},
|
|
2272
|
-
], template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n@if (!euimNoGradient) {\n <div class=\"euim-media-header__gradient\">\n </div>\n}\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;bottom:var(--eui-base-spacing-m);color:#fff;padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-media-header__text
|
|
1414
|
+
], template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n@if (!euimNoGradient) {\n <div class=\"euim-media-header__gradient\">\n </div>\n}\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;bottom:var(--eui-base-spacing-m);color:#fff;padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-media-header__text .euim-media-header__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__text .euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(to bottom,#fff0,#000);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__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__title+.euim-media-header__sub-title{margin-top:var(--eui-base-spacing-2xs)}.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) * 25)}\n"] }]
|
|
2273
1415
|
}], ctorParameters: () => [{ type: BaseStatesDirective }], propDecorators: { euimNoGradient: [{
|
|
2274
1416
|
type: Input,
|
|
2275
1417
|
args: [{ transform: booleanAttribute }]
|
|
@@ -2377,7 +1519,7 @@ class EuimDataSummaryColLabelDirective {
|
|
|
2377
1519
|
].join(' ').trim();
|
|
2378
1520
|
}
|
|
2379
1521
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDataSummaryColLabelDirective, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2380
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimDataSummaryColLabelDirective, selector: "[euimDataSummaryColLabel]", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
1522
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimDataSummaryColLabelDirective, selector: "[euimDataSummaryColLabel]", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], ngImport: i0 }); }
|
|
2381
1523
|
}
|
|
2382
1524
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDataSummaryColLabelDirective, decorators: [{
|
|
2383
1525
|
type: Directive,
|
|
@@ -2387,7 +1529,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2387
1529
|
{
|
|
2388
1530
|
directive: BaseStatesDirective,
|
|
2389
1531
|
inputs: [
|
|
2390
|
-
'
|
|
1532
|
+
'color',
|
|
2391
1533
|
],
|
|
2392
1534
|
},
|
|
2393
1535
|
],
|
|
@@ -2437,18 +1579,18 @@ class EuimDataSummaryComponent {
|
|
|
2437
1579
|
ngAfterContentInit() {
|
|
2438
1580
|
if (this.euimDataSummaryColLabelComponent
|
|
2439
1581
|
&& this.euimDataSummaryColValueComponent) {
|
|
2440
|
-
if (this.baseStatesDirective.
|
|
1582
|
+
if (this.baseStatesDirective.color) {
|
|
2441
1583
|
this.euimDataSummaryColLabelComponent.forEach(item => {
|
|
2442
|
-
item.baseStatesDirective.
|
|
1584
|
+
item.baseStatesDirective.color = 'primary';
|
|
2443
1585
|
});
|
|
2444
1586
|
this.euimDataSummaryColValueComponent.forEach(item => {
|
|
2445
|
-
item.baseStatesDirective.
|
|
1587
|
+
item.baseStatesDirective.color = 'primary';
|
|
2446
1588
|
});
|
|
2447
1589
|
}
|
|
2448
1590
|
}
|
|
2449
1591
|
}
|
|
2450
1592
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDataSummaryComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2451
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimDataSummaryComponent, selector: "euim-data-summary", host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimDataSummaryColLabelComponent", predicate: EuimDataSummaryColLabelDirective, descendants: true }, { propertyName: "euimDataSummaryColValueComponent", predicate: EuimDataSummaryColValueDirective, descendants: true }], hostDirectives: [{ directive: BaseStatesDirective, inputs: ["
|
|
1593
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimDataSummaryComponent, selector: "euim-data-summary", host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimDataSummaryColLabelComponent", predicate: EuimDataSummaryColLabelDirective, descendants: true }, { propertyName: "euimDataSummaryColValueComponent", predicate: EuimDataSummaryColValueDirective, descendants: true }], hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], 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--primary{background-color:var(--eui-base-color-primary-100);border-bottom:0;border-top:0}.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);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-label--primary{color:var(--eui-base-color-white)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-data-summary__col-value--primary{color:var(--eui-base-color-white)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2452
1594
|
}
|
|
2453
1595
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDataSummaryComponent, decorators: [{
|
|
2454
1596
|
type: Component,
|
|
@@ -2456,7 +1598,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
2456
1598
|
{
|
|
2457
1599
|
directive: BaseStatesDirective,
|
|
2458
1600
|
inputs: [
|
|
2459
|
-
'euimPrimary',
|
|
2460
1601
|
'color',
|
|
2461
1602
|
],
|
|
2462
1603
|
},
|
|
@@ -2622,29 +1763,8 @@ class EuimAlertMessageComponent {
|
|
|
2622
1763
|
}
|
|
2623
1764
|
}
|
|
2624
1765
|
setVariants() {
|
|
2625
|
-
if (this.baseStatesDirective.
|
|
2626
|
-
this._variant =
|
|
2627
|
-
}
|
|
2628
|
-
else if (this.baseStatesDirective.euimSuccess) {
|
|
2629
|
-
this._variant = 'success';
|
|
2630
|
-
}
|
|
2631
|
-
else if (this.baseStatesDirective.euimDanger) {
|
|
2632
|
-
this._variant = 'danger';
|
|
2633
|
-
}
|
|
2634
|
-
else if (this.baseStatesDirective.euimPrimary) {
|
|
2635
|
-
this._variant = 'primary';
|
|
2636
|
-
}
|
|
2637
|
-
else if (this.baseStatesDirective.euimDark) {
|
|
2638
|
-
this._variant = 'dark';
|
|
2639
|
-
}
|
|
2640
|
-
else if (this.baseStatesDirective.euimWarning) {
|
|
2641
|
-
this._variant = 'warning';
|
|
2642
|
-
}
|
|
2643
|
-
else if (this.baseStatesDirective.euimLight) {
|
|
2644
|
-
this._variant = 'light';
|
|
2645
|
-
}
|
|
2646
|
-
else if (this.baseStatesDirective.euimClear) {
|
|
2647
|
-
this._variant = 'clear';
|
|
1766
|
+
if (this.baseStatesDirective.color) {
|
|
1767
|
+
this._variant = this.baseStatesDirective.color;
|
|
2648
1768
|
}
|
|
2649
1769
|
}
|
|
2650
1770
|
get icon() {
|
|
@@ -2680,284 +1800,66 @@ class EuimAlertMessageComponent {
|
|
|
2680
1800
|
].join(' ');
|
|
2681
1801
|
}
|
|
2682
1802
|
onClose(event) {
|
|
2683
|
-
if (event) {
|
|
2684
|
-
event.preventDefault();
|
|
2685
|
-
}
|
|
2686
|
-
this.isVisible = false;
|
|
2687
|
-
this.euimClose.emit();
|
|
2688
|
-
}
|
|
2689
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2690
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimAlertMessageComponent, selector: "euim-alert-message", inputs: { euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute], hasIcon: ["hasIcon", "hasIcon", booleanAttribute], isCloseable: ["isCloseable", "isCloseable", booleanAttribute] }, outputs: { euimClose: "euimClose" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimPrimary", "euimPrimary", "euimDark", "euimDark", "euimLight", "euimLight", "euimClear", "euimClear", "euimVariant", "euimVariant", "color", "color"] }], ngImport: i0, template: "@if (hasIcon && isVisible) {\n <div class=\"euim-alert-message__wrappericon\">\n @if (hasIcon) {\n <ion-icon [name]=\"icon\" class=\"euim-alert-message__icon\"></ion-icon>\n }\n </div>\n}\n@if (isVisible) {\n <div class=\"euim-alert-message__wrapper\">\n <div class=\"slotStart\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n <div euimLabel [euimLabelTruncate]=\"euimLabelTruncate\">\n <ng-content></ng-content>\n </div>\n <div class=\"slotEnd\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n </div>\n}\n\n@if (isCloseable && isVisible) {\n <a role=\"button\" aria-label=\"Close Icon Button\" class=\"euim-alert-message__close\"\n (click)=\"onClose($event)\">\n <ion-icon name=\"close-sharp\" class=\"euim-alert-message__closeIcon\"></ion-icon>\n </a>\n}\n", styles: [".euim-alert-message{width:100%;display:flex;align-items:center;font:normal normal 400 .875rem/1rem var(--eui-base-font-family);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-xs);padding-top:var(--eui-base-spacing-xs);padding-bottom:var(--eui-base-spacing-xs)}.euim-alert-message__wrapper{padding:0;margin:0;min-width:1px;display:flex;align-items:center;position:relative;flex-grow:1}.euim-alert-message .slotEnd{display:flex;align-items:center;margin-inline-start:auto;padding-left:var(--eui-base-spacing-xs)}.euim-alert-message .slotEnd ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);display:flex}.euim-alert-message [slotStart]{display:flex;align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__icon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__closeIcon{align-items:center;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message__wrappericon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__close{padding:0;margin:0;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message a{cursor:pointer}.euim-alert-message ion-badge[slotEnd]{display:flex}.euim-alert-message--danger{color:var(--eui-base-color-danger-120);background:var(--eui-base-color-danger-25)}.euim-alert-message--danger .euim-label{color:var(--eui-base-color-danger-120)}.euim-alert-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--danger ion-badge[slotEnd],.euim-alert-message--danger ion-button[slotEnd],.euim-alert-message--danger ion-chip[slotEnd]{--background: var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.euim-alert-message--danger ion-badge[slotEnd] ion-icon,.euim-alert-message--danger ion-button[slotEnd] ion-icon,.euim-alert-message--danger ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--danger [slotEnd] ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--info{color:var(--eui-base-color-info-120);background:var(--eui-base-color-info-25)}.euim-alert-message--info .euim-label{color:var(--eui-base-color-info-120)}.euim-alert-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--info ion-badge[slotEnd],.euim-alert-message--info ion-button[slotEnd],.euim-alert-message--info ion-chip[slotEnd]{--background: var(--eui-base-color-info-100);color:var(--eui-base-color-white)}.euim-alert-message--info ion-badge[slotEnd] ion-icon,.euim-alert-message--info ion-button[slotEnd] ion-icon,.euim-alert-message--info ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--info [slotEnd] ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--success{color:var(--eui-base-color-success-120);background:var(--eui-base-color-success-25)}.euim-alert-message--success .euim-label{color:var(--eui-base-color-success-120)}.euim-alert-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--success ion-badge[slotEnd],.euim-alert-message--success ion-button[slotEnd],.euim-alert-message--success ion-chip[slotEnd]{--background: var(--eui-base-color-success-100);color:var(--eui-base-color-white)}.euim-alert-message--success ion-badge[slotEnd] ion-icon,.euim-alert-message--success ion-button[slotEnd] ion-icon,.euim-alert-message--success ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--success [slotEnd] ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--warning{color:var(--eui-base-color-warning-140);background:var(--eui-base-color-warning-25)}.euim-alert-message--warning .euim-label{color:var(--eui-base-color-warning-140)}.euim-alert-message--warning ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--warning ion-badge[slotEnd],.euim-alert-message--warning ion-button[slotEnd],.euim-alert-message--warning ion-chip[slotEnd]{--background: var(--eui-base-color-warning-120);color:var(--eui-base-color-white)}.euim-alert-message--warning ion-badge[slotEnd] ion-icon,.euim-alert-message--warning ion-button[slotEnd] ion-icon,.euim-alert-message--warning ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--warning [slotEnd] ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--dark{color:var(--eui-base-color-white);background:var(--eui-base-color-grey-100)}.euim-alert-message--dark ion-icon,.euim-alert-message--dark .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--dark [slotEnd]{--background: var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-alert-message--primary{color:var(--eui-base-color-white);background:var(--eui-base-color-primary-100)}.euim-alert-message--primary ion-icon,.euim-alert-message--primary .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--primary [slotEnd]{--background: none;--border-color: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-5)}.euim-alert-message--light{color:var(--eui-base-color-grey-100);background:var(--eui-base-color-grey-5)}.euim-alert-message--light ion-icon,.euim-alert-message--light .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--light [slotEnd]{--background: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-100)}.euim-alert-message--default{color:var(--eui-base-color-black);background:none}.euim-alert-message--default ion-icon,.euim-alert-message--default .euim-label{color:var(--eui-base-color-black)}.euim-alert-message--clear{color:var(--eui-base-color-grey-100);background:none}.euim-alert-message--clear ion-icon,.euim-alert-message--clear .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--hidden{display:none}.euim-alert-message [slotEnd]{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-alert-message ion-badge[slotEnd]{padding-right:var(--eui-base-spacing-xs);padding-left:var(--eui-base-spacing-xs)}.euim-alert-message ion-badge[slotEnd] ion-icon{padding-left:var(--eui-base-spacing-2xs)}\n"], dependencies: [{ kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2691
|
-
}
|
|
2692
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageComponent, decorators: [{
|
|
2693
|
-
type: Component,
|
|
2694
|
-
args: [{ selector: 'euim-alert-message', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, hostDirectives: [
|
|
2695
|
-
{
|
|
2696
|
-
directive: BaseStatesDirective,
|
|
2697
|
-
inputs: [
|
|
2698
|
-
'euimInfo',
|
|
2699
|
-
'euimSuccess',
|
|
2700
|
-
'euimWarning',
|
|
2701
|
-
'euimDanger',
|
|
2702
|
-
'euimPrimary',
|
|
2703
|
-
'euimDark',
|
|
2704
|
-
'euimLight',
|
|
2705
|
-
'euimClear',
|
|
2706
|
-
'euimVariant',
|
|
2707
|
-
'color',
|
|
2708
|
-
],
|
|
2709
|
-
},
|
|
2710
|
-
], template: "@if (hasIcon && isVisible) {\n <div class=\"euim-alert-message__wrappericon\">\n @if (hasIcon) {\n <ion-icon [name]=\"icon\" class=\"euim-alert-message__icon\"></ion-icon>\n }\n </div>\n}\n@if (isVisible) {\n <div class=\"euim-alert-message__wrapper\">\n <div class=\"slotStart\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n <div euimLabel [euimLabelTruncate]=\"euimLabelTruncate\">\n <ng-content></ng-content>\n </div>\n <div class=\"slotEnd\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n </div>\n}\n\n@if (isCloseable && isVisible) {\n <a role=\"button\" aria-label=\"Close Icon Button\" class=\"euim-alert-message__close\"\n (click)=\"onClose($event)\">\n <ion-icon name=\"close-sharp\" class=\"euim-alert-message__closeIcon\"></ion-icon>\n </a>\n}\n", styles: [".euim-alert-message{width:100%;display:flex;align-items:center;font:normal normal 400 .875rem/1rem var(--eui-base-font-family);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-xs);padding-top:var(--eui-base-spacing-xs);padding-bottom:var(--eui-base-spacing-xs)}.euim-alert-message__wrapper{padding:0;margin:0;min-width:1px;display:flex;align-items:center;position:relative;flex-grow:1}.euim-alert-message .slotEnd{display:flex;align-items:center;margin-inline-start:auto;padding-left:var(--eui-base-spacing-xs)}.euim-alert-message .slotEnd ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);display:flex}.euim-alert-message [slotStart]{display:flex;align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__icon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__closeIcon{align-items:center;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message__wrappericon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__close{padding:0;margin:0;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message a{cursor:pointer}.euim-alert-message ion-badge[slotEnd]{display:flex}.euim-alert-message--danger{color:var(--eui-base-color-danger-120);background:var(--eui-base-color-danger-25)}.euim-alert-message--danger .euim-label{color:var(--eui-base-color-danger-120)}.euim-alert-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--danger ion-badge[slotEnd],.euim-alert-message--danger ion-button[slotEnd],.euim-alert-message--danger ion-chip[slotEnd]{--background: var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.euim-alert-message--danger ion-badge[slotEnd] ion-icon,.euim-alert-message--danger ion-button[slotEnd] ion-icon,.euim-alert-message--danger ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--danger [slotEnd] ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--info{color:var(--eui-base-color-info-120);background:var(--eui-base-color-info-25)}.euim-alert-message--info .euim-label{color:var(--eui-base-color-info-120)}.euim-alert-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--info ion-badge[slotEnd],.euim-alert-message--info ion-button[slotEnd],.euim-alert-message--info ion-chip[slotEnd]{--background: var(--eui-base-color-info-100);color:var(--eui-base-color-white)}.euim-alert-message--info ion-badge[slotEnd] ion-icon,.euim-alert-message--info ion-button[slotEnd] ion-icon,.euim-alert-message--info ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--info [slotEnd] ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--success{color:var(--eui-base-color-success-120);background:var(--eui-base-color-success-25)}.euim-alert-message--success .euim-label{color:var(--eui-base-color-success-120)}.euim-alert-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--success ion-badge[slotEnd],.euim-alert-message--success ion-button[slotEnd],.euim-alert-message--success ion-chip[slotEnd]{--background: var(--eui-base-color-success-100);color:var(--eui-base-color-white)}.euim-alert-message--success ion-badge[slotEnd] ion-icon,.euim-alert-message--success ion-button[slotEnd] ion-icon,.euim-alert-message--success ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--success [slotEnd] ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--warning{color:var(--eui-base-color-warning-140);background:var(--eui-base-color-warning-25)}.euim-alert-message--warning .euim-label{color:var(--eui-base-color-warning-140)}.euim-alert-message--warning ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--warning ion-badge[slotEnd],.euim-alert-message--warning ion-button[slotEnd],.euim-alert-message--warning ion-chip[slotEnd]{--background: var(--eui-base-color-warning-120);color:var(--eui-base-color-white)}.euim-alert-message--warning ion-badge[slotEnd] ion-icon,.euim-alert-message--warning ion-button[slotEnd] ion-icon,.euim-alert-message--warning ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--warning [slotEnd] ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--dark{color:var(--eui-base-color-white);background:var(--eui-base-color-grey-100)}.euim-alert-message--dark ion-icon,.euim-alert-message--dark .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--dark [slotEnd]{--background: var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-alert-message--primary{color:var(--eui-base-color-white);background:var(--eui-base-color-primary-100)}.euim-alert-message--primary ion-icon,.euim-alert-message--primary .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--primary [slotEnd]{--background: none;--border-color: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-5)}.euim-alert-message--light{color:var(--eui-base-color-grey-100);background:var(--eui-base-color-grey-5)}.euim-alert-message--light ion-icon,.euim-alert-message--light .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--light [slotEnd]{--background: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-100)}.euim-alert-message--default{color:var(--eui-base-color-black);background:none}.euim-alert-message--default ion-icon,.euim-alert-message--default .euim-label{color:var(--eui-base-color-black)}.euim-alert-message--clear{color:var(--eui-base-color-grey-100);background:none}.euim-alert-message--clear ion-icon,.euim-alert-message--clear .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--hidden{display:none}.euim-alert-message [slotEnd]{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-alert-message ion-badge[slotEnd]{padding-right:var(--eui-base-spacing-xs);padding-left:var(--eui-base-spacing-xs)}.euim-alert-message ion-badge[slotEnd] ion-icon{padding-left:var(--eui-base-spacing-2xs)}\n"] }]
|
|
2711
|
-
}], ctorParameters: () => [{ type: BaseStatesDirective }], propDecorators: { euimClose: [{
|
|
2712
|
-
type: Output
|
|
2713
|
-
}], euimLabelTruncate: [{
|
|
2714
|
-
type: Input,
|
|
2715
|
-
args: [{ transform: booleanAttribute }]
|
|
2716
|
-
}], hasIcon: [{
|
|
2717
|
-
type: Input,
|
|
2718
|
-
args: [{ transform: booleanAttribute }]
|
|
2719
|
-
}], isCloseable: [{
|
|
2720
|
-
type: Input,
|
|
2721
|
-
args: [{ transform: booleanAttribute }]
|
|
2722
|
-
}], cssClasses: [{
|
|
2723
|
-
type: HostBinding,
|
|
2724
|
-
args: ['class']
|
|
2725
|
-
}] } });
|
|
2726
|
-
|
|
2727
|
-
const COMPONENTS$6 = [
|
|
2728
|
-
EuimAlertMessageComponent,
|
|
2729
|
-
];
|
|
2730
|
-
class EuimAlertMessageModule {
|
|
2731
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
2732
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, declarations: [EuimAlertMessageComponent], imports: [CommonModule,
|
|
2733
|
-
IonicModule,
|
|
2734
|
-
EuimLabelModule], exports: [EuimAlertMessageComponent] }); }
|
|
2735
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, imports: [CommonModule,
|
|
2736
|
-
IonicModule,
|
|
2737
|
-
EuimLabelModule] }); }
|
|
2738
|
-
}
|
|
2739
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, decorators: [{
|
|
2740
|
-
type: NgModule,
|
|
2741
|
-
args: [{
|
|
2742
|
-
imports: [
|
|
2743
|
-
CommonModule,
|
|
2744
|
-
IonicModule,
|
|
2745
|
-
EuimLabelModule,
|
|
2746
|
-
],
|
|
2747
|
-
exports: [
|
|
2748
|
-
...COMPONENTS$6,
|
|
2749
|
-
],
|
|
2750
|
-
declarations: [
|
|
2751
|
-
...COMPONENTS$6,
|
|
2752
|
-
],
|
|
2753
|
-
}]
|
|
2754
|
-
}] });
|
|
2755
|
-
|
|
2756
|
-
/**
|
|
2757
|
-
* @deprecated It was removed in v16. Use {@link euim-slider-info-screen} instead.
|
|
2758
|
-
*/
|
|
2759
|
-
class EuimSliderComponent {
|
|
2760
|
-
constructor(renderer, gestureCtrl, sliderElement, cdr) {
|
|
2761
|
-
this.renderer = renderer;
|
|
2762
|
-
this.gestureCtrl = gestureCtrl;
|
|
2763
|
-
this.sliderElement = sliderElement;
|
|
2764
|
-
this.cdr = cdr;
|
|
2765
|
-
this.actionClicked = new EventEmitter();
|
|
2766
|
-
this.lastStepActionClicked = new EventEmitter();
|
|
2767
|
-
this.leftBtnActionClicked = new EventEmitter();
|
|
2768
|
-
this.actionBtnNames = {
|
|
2769
|
-
actionBtnName: 'Skip',
|
|
2770
|
-
lastStepActionBtnName: 'Done',
|
|
2771
|
-
leftActionBtnName: 'Previous',
|
|
2772
|
-
};
|
|
2773
|
-
this.isLastItemReached = false;
|
|
2774
|
-
this.isLeftBtnVisible = false;
|
|
2775
|
-
this.isPreviousBtn = false;
|
|
2776
|
-
this.isNextBtn = false;
|
|
2777
|
-
this.isRightBtnVisible = true;
|
|
2778
|
-
this.className = 'euim-slider';
|
|
2779
|
-
this.slidesArray = [];
|
|
2780
|
-
this.currentSlide = 0;
|
|
2781
|
-
this.startX = 0;
|
|
2782
|
-
}
|
|
2783
|
-
onResize(event) {
|
|
2784
|
-
this.setSliderStyles();
|
|
2785
|
-
}
|
|
2786
|
-
ngAfterViewInit() {
|
|
2787
|
-
this.setSliderStyles();
|
|
2788
|
-
}
|
|
2789
|
-
ngOnInit() {
|
|
2790
|
-
const gesture = this.gestureCtrl.create({
|
|
2791
|
-
el: this.sliderElement.nativeElement,
|
|
2792
|
-
gestureName: 'on-gesture-end',
|
|
2793
|
-
onEnd: (event) => {
|
|
2794
|
-
this.handleTouchEnd(event);
|
|
2795
|
-
this.isPreviousButtonVisible();
|
|
2796
|
-
this.isNextButtonVisible();
|
|
2797
|
-
},
|
|
2798
|
-
});
|
|
2799
|
-
gesture.enable();
|
|
2800
|
-
this.isPreviousButtonVisible();
|
|
2801
|
-
this.isNextButtonVisible();
|
|
2802
|
-
}
|
|
2803
|
-
setSliderStyles() {
|
|
2804
|
-
const windowHeight = window.innerHeight;
|
|
2805
|
-
const paginationHeight = 60;
|
|
2806
|
-
const slideHeight = windowHeight - paginationHeight;
|
|
2807
|
-
this.slidesArray = this.slides.nativeElement.children;
|
|
2808
|
-
this.renderer.setStyle(this.slides.nativeElement, 'width', `${this.slidesArray.length * 100}%`);
|
|
2809
|
-
for (const slide of this.slidesArray) {
|
|
2810
|
-
this.renderer.setStyle(slide, 'width', `${100 / this.slidesArray.length}%`);
|
|
2811
|
-
this.renderer.setStyle(slide, 'maxHeight', `${slideHeight}px`);
|
|
2812
|
-
this.renderer.setStyle(slide, 'overflow', 'auto');
|
|
2813
|
-
}
|
|
2814
|
-
// to calculate the case when there is only one slide
|
|
2815
|
-
if (!this.isLastItemReached && this.slidesArray.length < 2) {
|
|
2816
|
-
this.isLastItemReached = true;
|
|
2817
|
-
}
|
|
2818
|
-
}
|
|
2819
|
-
isPreviousButtonVisible() {
|
|
2820
|
-
this.isLeftBtnVisible = this.currentSlide > 0 && this.isPreviousBtn;
|
|
2821
|
-
}
|
|
2822
|
-
isNextButtonVisible() {
|
|
2823
|
-
this.isRightBtnVisible = this.currentSlide !== this.slidesArray.length - 1 && this.isNextBtn;
|
|
2824
|
-
}
|
|
2825
|
-
handleTouchEnd(e) {
|
|
2826
|
-
const difference = -e.deltaX;
|
|
2827
|
-
if (difference > 0 && this.currentSlide < this.slidesArray.length - 1) {
|
|
2828
|
-
this.currentSlide++;
|
|
2829
|
-
this.isLastItemReached = false;
|
|
2830
|
-
}
|
|
2831
|
-
else if (difference < 0 && this.currentSlide > 0) {
|
|
2832
|
-
this.currentSlide--;
|
|
2833
|
-
this.isLastItemReached = false;
|
|
2834
|
-
}
|
|
2835
|
-
this.isLastItemReached = this.currentSlide === this.slidesArray.length - 1;
|
|
2836
|
-
this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
|
|
2837
|
-
this.cdr.detectChanges();
|
|
2838
|
-
}
|
|
2839
|
-
goToSlide(index) {
|
|
2840
|
-
this.currentSlide = index;
|
|
2841
|
-
this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
|
|
2842
|
-
this.isPreviousButtonVisible();
|
|
2843
|
-
this.isNextButtonVisible();
|
|
2844
|
-
}
|
|
2845
|
-
goToPreviousSlide() {
|
|
2846
|
-
if (this.currentSlide > 0) {
|
|
2847
|
-
this.currentSlide--;
|
|
2848
|
-
this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
|
|
2849
|
-
}
|
|
2850
|
-
this.isPreviousButtonVisible();
|
|
2851
|
-
this.isNextButtonVisible();
|
|
2852
|
-
}
|
|
2853
|
-
goToNextSlide() {
|
|
2854
|
-
if (this.currentSlide < this.slidesArray.length - 1) {
|
|
2855
|
-
this.currentSlide++;
|
|
2856
|
-
this.renderer.setStyle(this.slides.nativeElement, 'transform', `translateX(-${this.currentSlide * 100 / this.slidesArray.length}%)`);
|
|
2857
|
-
}
|
|
2858
|
-
this.isPreviousButtonVisible();
|
|
2859
|
-
this.isNextButtonVisible();
|
|
2860
|
-
}
|
|
2861
|
-
onAction(event) {
|
|
2862
|
-
if (this.isNextBtn) {
|
|
2863
|
-
this.goToNextSlide();
|
|
2864
|
-
return;
|
|
2865
|
-
}
|
|
2866
|
-
this.actionClicked.emit(event);
|
|
2867
|
-
}
|
|
2868
|
-
onLastStepAction(event) {
|
|
2869
|
-
this.lastStepActionClicked.emit(event);
|
|
2870
|
-
}
|
|
2871
|
-
onLeftBtnAction(event) {
|
|
2872
|
-
if (this.isPreviousBtn) {
|
|
2873
|
-
this.goToPreviousSlide();
|
|
2874
|
-
return;
|
|
1803
|
+
if (event) {
|
|
1804
|
+
event.preventDefault();
|
|
2875
1805
|
}
|
|
2876
|
-
this.
|
|
1806
|
+
this.isVisible = false;
|
|
1807
|
+
this.euimClose.emit();
|
|
2877
1808
|
}
|
|
2878
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type:
|
|
2879
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type:
|
|
1809
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1810
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimAlertMessageComponent, selector: "euim-alert-message", inputs: { euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute], hasIcon: ["hasIcon", "hasIcon", booleanAttribute], isCloseable: ["isCloseable", "isCloseable", booleanAttribute] }, outputs: { euimClose: "euimClose" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["color", "color"] }], ngImport: i0, template: "@if (hasIcon && isVisible) {\n <div class=\"euim-alert-message__wrappericon\">\n @if (hasIcon) {\n <ion-icon [name]=\"icon\" class=\"euim-alert-message__icon\"></ion-icon>\n }\n </div>\n}\n@if (isVisible) {\n <div class=\"euim-alert-message__wrapper\">\n <div class=\"slotStart\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n <div euimLabel [euimLabelTruncate]=\"euimLabelTruncate\">\n <ng-content></ng-content>\n </div>\n <div class=\"slotEnd\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n </div>\n}\n\n@if (isCloseable && isVisible) {\n <a role=\"button\" aria-label=\"Close Icon Button\" class=\"euim-alert-message__close\"\n (click)=\"onClose($event)\">\n <ion-icon name=\"close-sharp\" class=\"euim-alert-message__closeIcon\"></ion-icon>\n </a>\n}\n", styles: [".euim-alert-message{width:100%;display:flex;align-items:center;font:normal normal 400 .875rem/1rem var(--eui-base-font-family);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-xs);padding-top:var(--eui-base-spacing-xs);padding-bottom:var(--eui-base-spacing-xs)}.euim-alert-message__wrapper{padding:0;margin:0;min-width:1px;display:flex;align-items:center;position:relative;flex-grow:1}.euim-alert-message .slotEnd{display:flex;align-items:center;margin-inline-start:auto;padding-left:var(--eui-base-spacing-xs)}.euim-alert-message .slotEnd ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);display:flex}.euim-alert-message [slotStart]{display:flex;align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__icon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__closeIcon{align-items:center;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message__wrappericon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__close{padding:0;margin:0;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message a{cursor:pointer}.euim-alert-message ion-badge[slotEnd]{display:flex}.euim-alert-message--danger{color:var(--eui-base-color-danger-120);background:var(--eui-base-color-danger-25)}.euim-alert-message--danger .euim-label{color:var(--eui-base-color-danger-120)}.euim-alert-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--danger ion-badge[slotEnd],.euim-alert-message--danger ion-button[slotEnd],.euim-alert-message--danger ion-chip[slotEnd]{--background: var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.euim-alert-message--danger ion-badge[slotEnd] ion-icon,.euim-alert-message--danger ion-button[slotEnd] ion-icon,.euim-alert-message--danger ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--danger [slotEnd] ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--info{color:var(--eui-base-color-info-120);background:var(--eui-base-color-info-25)}.euim-alert-message--info .euim-label{color:var(--eui-base-color-info-120)}.euim-alert-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--info ion-badge[slotEnd],.euim-alert-message--info ion-button[slotEnd],.euim-alert-message--info ion-chip[slotEnd]{--background: var(--eui-base-color-info-100);color:var(--eui-base-color-white)}.euim-alert-message--info ion-badge[slotEnd] ion-icon,.euim-alert-message--info ion-button[slotEnd] ion-icon,.euim-alert-message--info ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--info [slotEnd] ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--success{color:var(--eui-base-color-success-120);background:var(--eui-base-color-success-25)}.euim-alert-message--success .euim-label{color:var(--eui-base-color-success-120)}.euim-alert-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--success ion-badge[slotEnd],.euim-alert-message--success ion-button[slotEnd],.euim-alert-message--success ion-chip[slotEnd]{--background: var(--eui-base-color-success-100);color:var(--eui-base-color-white)}.euim-alert-message--success ion-badge[slotEnd] ion-icon,.euim-alert-message--success ion-button[slotEnd] ion-icon,.euim-alert-message--success ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--success [slotEnd] ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--warning{color:var(--eui-base-color-warning-140);background:var(--eui-base-color-warning-25)}.euim-alert-message--warning .euim-label{color:var(--eui-base-color-warning-140)}.euim-alert-message--warning ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--warning ion-badge[slotEnd],.euim-alert-message--warning ion-button[slotEnd],.euim-alert-message--warning ion-chip[slotEnd]{--background: var(--eui-base-color-warning-120);color:var(--eui-base-color-white)}.euim-alert-message--warning ion-badge[slotEnd] ion-icon,.euim-alert-message--warning ion-button[slotEnd] ion-icon,.euim-alert-message--warning ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--warning [slotEnd] ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--dark{color:var(--eui-base-color-white);background:var(--eui-base-color-grey-100)}.euim-alert-message--dark ion-icon,.euim-alert-message--dark .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--dark [slotEnd]{--background: var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-alert-message--primary{color:var(--eui-base-color-white);background:var(--eui-base-color-primary-100)}.euim-alert-message--primary ion-icon,.euim-alert-message--primary .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--primary [slotEnd]{--background: none;--border-color: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-5)}.euim-alert-message--light{color:var(--eui-base-color-grey-100);background:var(--eui-base-color-grey-5)}.euim-alert-message--light ion-icon,.euim-alert-message--light .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--light [slotEnd]{--background: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-100)}.euim-alert-message--default{color:var(--eui-base-color-black);background:none}.euim-alert-message--default ion-icon,.euim-alert-message--default .euim-label{color:var(--eui-base-color-black)}.euim-alert-message--clear{color:var(--eui-base-color-grey-100);background:none}.euim-alert-message--clear ion-icon,.euim-alert-message--clear .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--hidden{display:none}.euim-alert-message [slotEnd]{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-alert-message ion-badge[slotEnd]{padding-right:var(--eui-base-spacing-xs);padding-left:var(--eui-base-spacing-xs)}.euim-alert-message ion-badge[slotEnd] ion-icon{padding-left:var(--eui-base-spacing-2xs)}\n"], dependencies: [{ kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2880
1811
|
}
|
|
2881
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type:
|
|
1812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageComponent, decorators: [{
|
|
2882
1813
|
type: Component,
|
|
2883
|
-
args: [{ selector: 'euim-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
1814
|
+
args: [{ selector: 'euim-alert-message', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, hostDirectives: [
|
|
1815
|
+
{
|
|
1816
|
+
directive: BaseStatesDirective,
|
|
1817
|
+
inputs: [
|
|
1818
|
+
'color',
|
|
1819
|
+
],
|
|
1820
|
+
},
|
|
1821
|
+
], template: "@if (hasIcon && isVisible) {\n <div class=\"euim-alert-message__wrappericon\">\n @if (hasIcon) {\n <ion-icon [name]=\"icon\" class=\"euim-alert-message__icon\"></ion-icon>\n }\n </div>\n}\n@if (isVisible) {\n <div class=\"euim-alert-message__wrapper\">\n <div class=\"slotStart\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n <div euimLabel [euimLabelTruncate]=\"euimLabelTruncate\">\n <ng-content></ng-content>\n </div>\n <div class=\"slotEnd\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n </div>\n}\n\n@if (isCloseable && isVisible) {\n <a role=\"button\" aria-label=\"Close Icon Button\" class=\"euim-alert-message__close\"\n (click)=\"onClose($event)\">\n <ion-icon name=\"close-sharp\" class=\"euim-alert-message__closeIcon\"></ion-icon>\n </a>\n}\n", styles: [".euim-alert-message{width:100%;display:flex;align-items:center;font:normal normal 400 .875rem/1rem var(--eui-base-font-family);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-xs);padding-top:var(--eui-base-spacing-xs);padding-bottom:var(--eui-base-spacing-xs)}.euim-alert-message__wrapper{padding:0;margin:0;min-width:1px;display:flex;align-items:center;position:relative;flex-grow:1}.euim-alert-message .slotEnd{display:flex;align-items:center;margin-inline-start:auto;padding-left:var(--eui-base-spacing-xs)}.euim-alert-message .slotEnd ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);display:flex}.euim-alert-message [slotStart]{display:flex;align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__icon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__closeIcon{align-items:center;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message__wrappericon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__close{padding:0;margin:0;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message a{cursor:pointer}.euim-alert-message ion-badge[slotEnd]{display:flex}.euim-alert-message--danger{color:var(--eui-base-color-danger-120);background:var(--eui-base-color-danger-25)}.euim-alert-message--danger .euim-label{color:var(--eui-base-color-danger-120)}.euim-alert-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--danger ion-badge[slotEnd],.euim-alert-message--danger ion-button[slotEnd],.euim-alert-message--danger ion-chip[slotEnd]{--background: var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.euim-alert-message--danger ion-badge[slotEnd] ion-icon,.euim-alert-message--danger ion-button[slotEnd] ion-icon,.euim-alert-message--danger ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--danger [slotEnd] ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--info{color:var(--eui-base-color-info-120);background:var(--eui-base-color-info-25)}.euim-alert-message--info .euim-label{color:var(--eui-base-color-info-120)}.euim-alert-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--info ion-badge[slotEnd],.euim-alert-message--info ion-button[slotEnd],.euim-alert-message--info ion-chip[slotEnd]{--background: var(--eui-base-color-info-100);color:var(--eui-base-color-white)}.euim-alert-message--info ion-badge[slotEnd] ion-icon,.euim-alert-message--info ion-button[slotEnd] ion-icon,.euim-alert-message--info ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--info [slotEnd] ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--success{color:var(--eui-base-color-success-120);background:var(--eui-base-color-success-25)}.euim-alert-message--success .euim-label{color:var(--eui-base-color-success-120)}.euim-alert-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--success ion-badge[slotEnd],.euim-alert-message--success ion-button[slotEnd],.euim-alert-message--success ion-chip[slotEnd]{--background: var(--eui-base-color-success-100);color:var(--eui-base-color-white)}.euim-alert-message--success ion-badge[slotEnd] ion-icon,.euim-alert-message--success ion-button[slotEnd] ion-icon,.euim-alert-message--success ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--success [slotEnd] ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--warning{color:var(--eui-base-color-warning-140);background:var(--eui-base-color-warning-25)}.euim-alert-message--warning .euim-label{color:var(--eui-base-color-warning-140)}.euim-alert-message--warning ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--warning ion-badge[slotEnd],.euim-alert-message--warning ion-button[slotEnd],.euim-alert-message--warning ion-chip[slotEnd]{--background: var(--eui-base-color-warning-120);color:var(--eui-base-color-white)}.euim-alert-message--warning ion-badge[slotEnd] ion-icon,.euim-alert-message--warning ion-button[slotEnd] ion-icon,.euim-alert-message--warning ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--warning [slotEnd] ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--dark{color:var(--eui-base-color-white);background:var(--eui-base-color-grey-100)}.euim-alert-message--dark ion-icon,.euim-alert-message--dark .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--dark [slotEnd]{--background: var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-alert-message--primary{color:var(--eui-base-color-white);background:var(--eui-base-color-primary-100)}.euim-alert-message--primary ion-icon,.euim-alert-message--primary .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--primary [slotEnd]{--background: none;--border-color: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-5)}.euim-alert-message--light{color:var(--eui-base-color-grey-100);background:var(--eui-base-color-grey-5)}.euim-alert-message--light ion-icon,.euim-alert-message--light .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--light [slotEnd]{--background: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-100)}.euim-alert-message--default{color:var(--eui-base-color-black);background:none}.euim-alert-message--default ion-icon,.euim-alert-message--default .euim-label{color:var(--eui-base-color-black)}.euim-alert-message--clear{color:var(--eui-base-color-grey-100);background:none}.euim-alert-message--clear ion-icon,.euim-alert-message--clear .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--hidden{display:none}.euim-alert-message [slotEnd]{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-alert-message ion-badge[slotEnd]{padding-right:var(--eui-base-spacing-xs);padding-left:var(--eui-base-spacing-xs)}.euim-alert-message ion-badge[slotEnd] ion-icon{padding-left:var(--eui-base-spacing-2xs)}\n"] }]
|
|
1822
|
+
}], ctorParameters: () => [{ type: BaseStatesDirective }], propDecorators: { euimClose: [{
|
|
2892
1823
|
type: Output
|
|
2893
|
-
}],
|
|
2894
|
-
type: Input
|
|
2895
|
-
}], isLeftBtnVisible: [{
|
|
1824
|
+
}], euimLabelTruncate: [{
|
|
2896
1825
|
type: Input,
|
|
2897
1826
|
args: [{ transform: booleanAttribute }]
|
|
2898
|
-
}],
|
|
1827
|
+
}], hasIcon: [{
|
|
2899
1828
|
type: Input,
|
|
2900
1829
|
args: [{ transform: booleanAttribute }]
|
|
2901
|
-
}],
|
|
1830
|
+
}], isCloseable: [{
|
|
2902
1831
|
type: Input,
|
|
2903
1832
|
args: [{ transform: booleanAttribute }]
|
|
2904
|
-
}],
|
|
2905
|
-
type: HostBinding,
|
|
2906
|
-
args: ['class']
|
|
2907
|
-
}], onResize: [{
|
|
2908
|
-
type: HostListener,
|
|
2909
|
-
args: ['window:resize', ['$event']]
|
|
2910
|
-
}] } });
|
|
2911
|
-
|
|
2912
|
-
class EuimSlideComponent {
|
|
2913
|
-
constructor() {
|
|
2914
|
-
this.className = 'euim-slider__slide';
|
|
2915
|
-
}
|
|
2916
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSlideComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2917
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimSlideComponent, selector: "euim-slide", host: { properties: { "class": "this.className" } }, ngImport: i0, template: `
|
|
2918
|
-
<div #slide>
|
|
2919
|
-
<ng-content></ng-content>
|
|
2920
|
-
</div>`, isInline: true }); }
|
|
2921
|
-
}
|
|
2922
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSlideComponent, decorators: [{
|
|
2923
|
-
type: Component,
|
|
2924
|
-
args: [{
|
|
2925
|
-
selector: 'euim-slide',
|
|
2926
|
-
template: `
|
|
2927
|
-
<div #slide>
|
|
2928
|
-
<ng-content></ng-content>
|
|
2929
|
-
</div>`,
|
|
2930
|
-
}]
|
|
2931
|
-
}], propDecorators: { className: [{
|
|
1833
|
+
}], cssClasses: [{
|
|
2932
1834
|
type: HostBinding,
|
|
2933
1835
|
args: ['class']
|
|
2934
1836
|
}] } });
|
|
2935
1837
|
|
|
2936
|
-
const COMPONENTS$
|
|
2937
|
-
|
|
2938
|
-
EuimSlideComponent,
|
|
1838
|
+
const COMPONENTS$6 = [
|
|
1839
|
+
EuimAlertMessageComponent,
|
|
2939
1840
|
];
|
|
2940
|
-
class
|
|
2941
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type:
|
|
2942
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type:
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
1841
|
+
class EuimAlertMessageModule {
|
|
1842
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1843
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, declarations: [EuimAlertMessageComponent], imports: [CommonModule,
|
|
1844
|
+
IonicModule,
|
|
1845
|
+
EuimLabelModule], exports: [EuimAlertMessageComponent] }); }
|
|
1846
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, imports: [CommonModule,
|
|
1847
|
+
IonicModule,
|
|
1848
|
+
EuimLabelModule] }); }
|
|
2948
1849
|
}
|
|
2949
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type:
|
|
1850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAlertMessageModule, decorators: [{
|
|
2950
1851
|
type: NgModule,
|
|
2951
1852
|
args: [{
|
|
2952
1853
|
imports: [
|
|
2953
1854
|
CommonModule,
|
|
2954
1855
|
IonicModule,
|
|
1856
|
+
EuimLabelModule,
|
|
2955
1857
|
],
|
|
2956
1858
|
exports: [
|
|
2957
|
-
...COMPONENTS$
|
|
1859
|
+
...COMPONENTS$6,
|
|
2958
1860
|
],
|
|
2959
1861
|
declarations: [
|
|
2960
|
-
...COMPONENTS$
|
|
1862
|
+
...COMPONENTS$6,
|
|
2961
1863
|
],
|
|
2962
1864
|
}]
|
|
2963
1865
|
}] });
|
|
@@ -3200,7 +2102,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3200
2102
|
args: ['class']
|
|
3201
2103
|
}] } });
|
|
3202
2104
|
|
|
3203
|
-
const COMPONENTS$
|
|
2105
|
+
const COMPONENTS$5 = [
|
|
3204
2106
|
EuimSliderInfoScreenComponent,
|
|
3205
2107
|
EuimSlideInfoScreenComponent,
|
|
3206
2108
|
EuimSliderInfoScreenContentDirective,
|
|
@@ -3230,10 +2132,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3230
2132
|
IonicModule,
|
|
3231
2133
|
],
|
|
3232
2134
|
exports: [
|
|
3233
|
-
...COMPONENTS$
|
|
2135
|
+
...COMPONENTS$5,
|
|
3234
2136
|
],
|
|
3235
2137
|
declarations: [
|
|
3236
|
-
...COMPONENTS$
|
|
2138
|
+
...COMPONENTS$5,
|
|
3237
2139
|
],
|
|
3238
2140
|
}]
|
|
3239
2141
|
}] });
|
|
@@ -3305,11 +2207,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3305
2207
|
class EuimChipSelectorComponent {
|
|
3306
2208
|
constructor() {
|
|
3307
2209
|
this.backgroundColor = 'primary';
|
|
3308
|
-
/**
|
|
3309
|
-
* @deprecated Will be removed in v17.
|
|
3310
|
-
* Please use {@link color} property instead
|
|
3311
|
-
*/
|
|
3312
|
-
this.chipColor = 'white';
|
|
3313
2210
|
this.color = 'white';
|
|
3314
2211
|
this.chipSelectedColor = 'white';
|
|
3315
2212
|
this.chipFill = 'default';
|
|
@@ -3380,19 +2277,9 @@ class EuimChipSelectorComponent {
|
|
|
3380
2277
|
});
|
|
3381
2278
|
}
|
|
3382
2279
|
getCssItemClasses() {
|
|
3383
|
-
let currentColor = 'white';
|
|
3384
|
-
// if color property is different from default one (white) than use chip color
|
|
3385
|
-
// means using the deprecated chipColor property,
|
|
3386
|
-
// needed as in V18 will be removed chipColor
|
|
3387
|
-
if (this.chipColor === 'white' && this.color != 'white') {
|
|
3388
|
-
currentColor = this.color;
|
|
3389
|
-
}
|
|
3390
|
-
else {
|
|
3391
|
-
currentColor = this.chipColor;
|
|
3392
|
-
}
|
|
3393
2280
|
return [
|
|
3394
2281
|
this.chipFill ? `euim-chip-selector__item--fill-${this.chipFill}` : '',
|
|
3395
|
-
|
|
2282
|
+
this.color ? `euim-chip-selector__item--color-${this.color}` : '',
|
|
3396
2283
|
].join(' ');
|
|
3397
2284
|
}
|
|
3398
2285
|
updateChipsAndFilters() {
|
|
@@ -3553,15 +2440,13 @@ class EuimChipSelectorComponent {
|
|
|
3553
2440
|
return data.filter(item => multipleFilterConditions.includes(item.filterId));
|
|
3554
2441
|
}
|
|
3555
2442
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimChipSelectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3556
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimChipSelectorComponent, selector: "euim-chip-selector", inputs: { backgroundColor: "backgroundColor",
|
|
2443
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimChipSelectorComponent, selector: "euim-chip-selector", inputs: { backgroundColor: "backgroundColor", color: "color", chipSelectedColor: "chipSelectedColor", chipFill: "chipFill", sourceData: "sourceData", selectedChips: "selectedChips", isMultiSelectionMode: ["isMultiSelectionMode", "isMultiSelectionMode", booleanAttribute], euimKeepSelection: ["euimKeepSelection", "euimKeepSelection", booleanAttribute], hasSearchbar: ["hasSearchbar", "hasSearchbar", booleanAttribute] }, outputs: { filterData: "filterData", clickItems: "clickItems" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimChipSelectorItemComponent", predicate: EuimChipSelectorItemDirective, descendants: true }], usesOnChanges: true, ngImport: i0, template: "@if (hasSearchbar) {\n <ion-searchbar (ionChange)=\"handleChange($event)\"\n class=\"euim-chip-selector__searchbar\"></ion-searchbar>\n}\n<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;justify-content:center;flex-direction:column}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector ion-searchbar{padding-inline-start:0;padding-top:0;padding-bottom:var(--eui-base-spacing-s)}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"], dependencies: [{ kind: "component", type: i1.IonSearchbar, selector: "ion-searchbar", inputs: ["animated", "autocomplete", "autocorrect", "cancelButtonIcon", "cancelButtonText", "clearIcon", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "mode", "placeholder", "searchIcon", "showCancelButton", "showClearButton", "spellcheck", "type", "value"] }, { kind: "directive", type: i1.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }, { kind: "component", type: EuimScrollerXComponent, selector: "euim-scroller-x" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3557
2444
|
}
|
|
3558
2445
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimChipSelectorComponent, decorators: [{
|
|
3559
2446
|
type: Component,
|
|
3560
2447
|
args: [{ selector: 'euim-chip-selector', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "@if (hasSearchbar) {\n <ion-searchbar (ionChange)=\"handleChange($event)\"\n class=\"euim-chip-selector__searchbar\"></ion-searchbar>\n}\n<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;justify-content:center;flex-direction:column}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector ion-searchbar{padding-inline-start:0;padding-top:0;padding-bottom:var(--eui-base-spacing-s)}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"] }]
|
|
3561
2448
|
}], propDecorators: { backgroundColor: [{
|
|
3562
2449
|
type: Input
|
|
3563
|
-
}], chipColor: [{
|
|
3564
|
-
type: Input
|
|
3565
2450
|
}], color: [{
|
|
3566
2451
|
type: Input
|
|
3567
2452
|
}], chipSelectedColor: [{
|
|
@@ -3690,7 +2575,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3690
2575
|
type: Input
|
|
3691
2576
|
}] } });
|
|
3692
2577
|
|
|
3693
|
-
const COMPONENTS$
|
|
2578
|
+
const COMPONENTS$4 = [
|
|
3694
2579
|
EuimSkeletonListItemComponent,
|
|
3695
2580
|
];
|
|
3696
2581
|
class EuimSkeletonListItemModule {
|
|
@@ -3708,10 +2593,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3708
2593
|
IonicModule,
|
|
3709
2594
|
],
|
|
3710
2595
|
exports: [
|
|
3711
|
-
...COMPONENTS$
|
|
2596
|
+
...COMPONENTS$4,
|
|
3712
2597
|
],
|
|
3713
2598
|
declarations: [
|
|
3714
|
-
...COMPONENTS$
|
|
2599
|
+
...COMPONENTS$4,
|
|
3715
2600
|
],
|
|
3716
2601
|
}]
|
|
3717
2602
|
}] });
|
|
@@ -3753,7 +2638,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3753
2638
|
args: [EuimSkeletonListItemComponent]
|
|
3754
2639
|
}] } });
|
|
3755
2640
|
|
|
3756
|
-
const COMPONENTS$
|
|
2641
|
+
const COMPONENTS$3 = [
|
|
3757
2642
|
EuimSkeletonListComponent,
|
|
3758
2643
|
];
|
|
3759
2644
|
class EuimSkeletonListModule {
|
|
@@ -3774,10 +2659,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
3774
2659
|
EuimSkeletonListItemModule,
|
|
3775
2660
|
],
|
|
3776
2661
|
exports: [
|
|
3777
|
-
...COMPONENTS$
|
|
2662
|
+
...COMPONENTS$3,
|
|
3778
2663
|
],
|
|
3779
2664
|
declarations: [
|
|
3780
|
-
...COMPONENTS$
|
|
2665
|
+
...COMPONENTS$3,
|
|
3781
2666
|
],
|
|
3782
2667
|
}]
|
|
3783
2668
|
}] });
|
|
@@ -4082,7 +2967,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4082
2967
|
type: Output
|
|
4083
2968
|
}] } });
|
|
4084
2969
|
|
|
4085
|
-
const COMPONENTS$
|
|
2970
|
+
const COMPONENTS$2 = [
|
|
4086
2971
|
EuimMultiselectComponent,
|
|
4087
2972
|
EuimMultiselectFilterComponent,
|
|
4088
2973
|
EuimMultiselectListComponent,
|
|
@@ -4133,10 +3018,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4133
3018
|
TranslateModule,
|
|
4134
3019
|
],
|
|
4135
3020
|
exports: [
|
|
4136
|
-
...COMPONENTS$
|
|
3021
|
+
...COMPONENTS$2,
|
|
4137
3022
|
],
|
|
4138
3023
|
declarations: [
|
|
4139
|
-
...COMPONENTS$
|
|
3024
|
+
...COMPONENTS$2,
|
|
4140
3025
|
],
|
|
4141
3026
|
}]
|
|
4142
3027
|
}] });
|
|
@@ -4220,7 +3105,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4220
3105
|
type: Input
|
|
4221
3106
|
}] } });
|
|
4222
3107
|
|
|
4223
|
-
const COMPONENTS = [
|
|
3108
|
+
const COMPONENTS$1 = [
|
|
4224
3109
|
EuimPdfWrapperComponent,
|
|
4225
3110
|
];
|
|
4226
3111
|
class EuimPdfWrapperModule {
|
|
@@ -4246,6 +3131,168 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4246
3131
|
PinchZoomModule,
|
|
4247
3132
|
EuimSpinnerComponentModule,
|
|
4248
3133
|
],
|
|
3134
|
+
exports: [
|
|
3135
|
+
...COMPONENTS$1,
|
|
3136
|
+
],
|
|
3137
|
+
declarations: [
|
|
3138
|
+
...COMPONENTS$1,
|
|
3139
|
+
],
|
|
3140
|
+
}]
|
|
3141
|
+
}] });
|
|
3142
|
+
|
|
3143
|
+
class EuimChangelogComponent {
|
|
3144
|
+
constructor() {
|
|
3145
|
+
this.changeLogs = [];
|
|
3146
|
+
}
|
|
3147
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimChangelogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3148
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimChangelogComponent, selector: "euim-changelog", inputs: { changeLogs: "changeLogs" }, ngImport: i0, template: "<div class=\"euim-changelog\">\n\n <ion-header>\n <ion-toolbar color=\"primary\">\n <euim-toolbar>\n <euim-toolbar-title>Change Log</euim-toolbar-title>\n </euim-toolbar>\n </ion-toolbar>\n </ion-header>\n\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\n <ion-list>\n <ion-accordion-group [multiple]=\"true\" value=\"about\">\n @for (logItem of changeLogs; track $index) {\n <ion-accordion [value]=\"$index === 0 ? 'about' : null\">\n <ion-item slot=\"header\" lines=\"full\" class=\"euim-changelog__expanded-border\">\n <ion-icon name=\"build-outline\"></ion-icon>\n <div class=\"euim-changelog__euimVersionTitle\" euimLabel euimLabelTitle><strong>{{logItem.version}}</strong></div>\n </ion-item>\n <ion-list slot=\"content\">\n <ion-item-divider>\n <ion-label class=\"euim-changelog__itemDivider\">New features</ion-label>\n </ion-item-divider>\n @for (feature of logItem.features; track feature) {\n <ion-item lines=\"none\" class=\"no-min-height\">\n <div class=\"euim-changelog__label\" euimLabel>\n <span class=\"euim-changelog__bullet-point\"></span>\n <div class=\"euim-changelog__content\">{{ feature }}</div>\n </div>\n </ion-item>\n }\n <ion-item-divider>\n <ion-label>Improvements</ion-label>\n </ion-item-divider>\n @for (improvement of logItem.improvements; track improvement) {\n <ion-item lines=\"none\" class=\"no-min-height\">\n <div class=\"euim-changelog__label\" euimLabel>\n <span class=\"euim-changelog__bullet-point\"></span>\n <div class=\"euim-changelog__content\">{{ improvement }}</div>\n </div>\n </ion-item>\n\n }\n <ion-item-divider>\n <ion-label>Bugfixes</ion-label>\n </ion-item-divider>\n @for (bugfix of logItem.bugfixes; track bugfix) {\n <ion-item lines=\"none\" class=\"no-min-height\">\n <div class=\"euim-changelog__label\" euimLabel>\n <span class=\"euim-changelog__bullet-point\"></span>\n <div class=\"euim-changelog__content\">{{ bugfix }}</div>\n </div>\n </ion-item>\n }\n </ion-list>\n </ion-accordion>\n }\n </ion-accordion-group>\n </ion-list>\n </ion-content>\n</div>", styles: [".euim-changelog__euimVersionTitle{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);justify-content:space-between;margin-left:var(--eui-base-spacing-m);color:var(--eui-base-color-grey-100)}.euim-changelog__bullet-point{display:inline-block;background-color:var(--eui-base-color-grey-100);width:var(--eui-base-spacing-2xs);height:var(--eui-base-spacing-2xs);border-radius:50%;margin-right:var(--eui-base-spacing-s)}.euim-changelog__label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);white-space:wrap;color:var(--eui-base-color-grey-120);display:flex;align-items:center}.euim-changelog__itemDivider{color:var(--eui-base-color-grey-75)}.euim-changelog__content{flex:1}.euim-changelog ion-list[slot=content] .no-min-height{--min-height: 0px !important}\n"], dependencies: [{ kind: "component", type: i1.IonAccordion, selector: "ion-accordion", inputs: ["disabled", "mode", "readonly", "toggleIcon", "toggleIconSlot", "value"] }, { kind: "component", type: i1.IonAccordionGroup, selector: "ion-accordion-group", inputs: ["animated", "disabled", "expand", "mode", "multiple", "readonly", "value"] }, { kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i1.IonHeader, selector: "ion-header", 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.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.IonItemDivider, selector: "ion-item-divider", inputs: ["color", "mode", "sticky"] }, { 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.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "component", type: EuimToolbarComponent, selector: "euim-toolbar", inputs: ["hasBackButton", "backButtonDefaultHref", "hasSidebarTrigger", "hasLanguageSelector"], outputs: ["backButtonClick"] }, { kind: "component", type: EuimToolbarTitleComponent, selector: "euim-toolbar-title" }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
3149
|
+
}
|
|
3150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimChangelogComponent, decorators: [{
|
|
3151
|
+
type: Component,
|
|
3152
|
+
args: [{ selector: 'euim-changelog', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-changelog\">\n\n <ion-header>\n <ion-toolbar color=\"primary\">\n <euim-toolbar>\n <euim-toolbar-title>Change Log</euim-toolbar-title>\n </euim-toolbar>\n </ion-toolbar>\n </ion-header>\n\n <ion-content [fullscreen]=\"true\" scroll-y=\"false\">\n <ion-list>\n <ion-accordion-group [multiple]=\"true\" value=\"about\">\n @for (logItem of changeLogs; track $index) {\n <ion-accordion [value]=\"$index === 0 ? 'about' : null\">\n <ion-item slot=\"header\" lines=\"full\" class=\"euim-changelog__expanded-border\">\n <ion-icon name=\"build-outline\"></ion-icon>\n <div class=\"euim-changelog__euimVersionTitle\" euimLabel euimLabelTitle><strong>{{logItem.version}}</strong></div>\n </ion-item>\n <ion-list slot=\"content\">\n <ion-item-divider>\n <ion-label class=\"euim-changelog__itemDivider\">New features</ion-label>\n </ion-item-divider>\n @for (feature of logItem.features; track feature) {\n <ion-item lines=\"none\" class=\"no-min-height\">\n <div class=\"euim-changelog__label\" euimLabel>\n <span class=\"euim-changelog__bullet-point\"></span>\n <div class=\"euim-changelog__content\">{{ feature }}</div>\n </div>\n </ion-item>\n }\n <ion-item-divider>\n <ion-label>Improvements</ion-label>\n </ion-item-divider>\n @for (improvement of logItem.improvements; track improvement) {\n <ion-item lines=\"none\" class=\"no-min-height\">\n <div class=\"euim-changelog__label\" euimLabel>\n <span class=\"euim-changelog__bullet-point\"></span>\n <div class=\"euim-changelog__content\">{{ improvement }}</div>\n </div>\n </ion-item>\n\n }\n <ion-item-divider>\n <ion-label>Bugfixes</ion-label>\n </ion-item-divider>\n @for (bugfix of logItem.bugfixes; track bugfix) {\n <ion-item lines=\"none\" class=\"no-min-height\">\n <div class=\"euim-changelog__label\" euimLabel>\n <span class=\"euim-changelog__bullet-point\"></span>\n <div class=\"euim-changelog__content\">{{ bugfix }}</div>\n </div>\n </ion-item>\n }\n </ion-list>\n </ion-accordion>\n }\n </ion-accordion-group>\n </ion-list>\n </ion-content>\n</div>", styles: [".euim-changelog__euimVersionTitle{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);justify-content:space-between;margin-left:var(--eui-base-spacing-m);color:var(--eui-base-color-grey-100)}.euim-changelog__bullet-point{display:inline-block;background-color:var(--eui-base-color-grey-100);width:var(--eui-base-spacing-2xs);height:var(--eui-base-spacing-2xs);border-radius:50%;margin-right:var(--eui-base-spacing-s)}.euim-changelog__label{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);white-space:wrap;color:var(--eui-base-color-grey-120);display:flex;align-items:center}.euim-changelog__itemDivider{color:var(--eui-base-color-grey-75)}.euim-changelog__content{flex:1}.euim-changelog ion-list[slot=content] .no-min-height{--min-height: 0px !important}\n"] }]
|
|
3153
|
+
}], propDecorators: { changeLogs: [{
|
|
3154
|
+
type: Input
|
|
3155
|
+
}] } });
|
|
3156
|
+
|
|
3157
|
+
class EuimPrivacyStatementComponent {
|
|
3158
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPrivacyStatementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3159
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimPrivacyStatementComponent, selector: "euim-privacy-statement", ngImport: i0, template: "<ng-content></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3160
|
+
}
|
|
3161
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimPrivacyStatementComponent, decorators: [{
|
|
3162
|
+
type: Component,
|
|
3163
|
+
args: [{ selector: 'euim-privacy-statement', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>" }]
|
|
3164
|
+
}] });
|
|
3165
|
+
|
|
3166
|
+
class EuimContactSupportComponent {
|
|
3167
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimContactSupportComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3168
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimContactSupportComponent, selector: "euim-contact-support", ngImport: i0, template: "<ng-content></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3169
|
+
}
|
|
3170
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimContactSupportComponent, decorators: [{
|
|
3171
|
+
type: Component,
|
|
3172
|
+
args: [{ selector: 'euim-contact-support', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>" }]
|
|
3173
|
+
}] });
|
|
3174
|
+
|
|
3175
|
+
class EuimLegalNoticeComponent {
|
|
3176
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLegalNoticeComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3177
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimLegalNoticeComponent, selector: "euim-legal-notice", ngImport: i0, template: "<ng-content></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3178
|
+
}
|
|
3179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLegalNoticeComponent, decorators: [{
|
|
3180
|
+
type: Component,
|
|
3181
|
+
args: [{ selector: 'euim-legal-notice', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>" }]
|
|
3182
|
+
}] });
|
|
3183
|
+
|
|
3184
|
+
class EuimOpenSourceLicencesComponent {
|
|
3185
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimOpenSourceLicencesComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3186
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimOpenSourceLicencesComponent, selector: "euim-opensource-licences", ngImport: i0, template: "<ng-content></ng-content>", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3187
|
+
}
|
|
3188
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimOpenSourceLicencesComponent, decorators: [{
|
|
3189
|
+
type: Component,
|
|
3190
|
+
args: [{ selector: 'euim-opensource-licences', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>" }]
|
|
3191
|
+
}] });
|
|
3192
|
+
|
|
3193
|
+
class EuimAboutComponent {
|
|
3194
|
+
constructor() {
|
|
3195
|
+
this.showCode = false;
|
|
3196
|
+
this.logoUrl = '';
|
|
3197
|
+
this.changelogExists = false;
|
|
3198
|
+
this.privacyStatementExists = false;
|
|
3199
|
+
this.contactSupportExists = false;
|
|
3200
|
+
this.legalNoticeExists = false;
|
|
3201
|
+
this.openSourceLicencesExists = false;
|
|
3202
|
+
}
|
|
3203
|
+
toggleQRCode() {
|
|
3204
|
+
this.showCode = !this.showCode;
|
|
3205
|
+
}
|
|
3206
|
+
ngAfterContentInit() {
|
|
3207
|
+
this.changelogExists = !!this.changelog;
|
|
3208
|
+
this.privacyStatementExists = !!this.privacyStatement;
|
|
3209
|
+
this.contactSupportExists = !!this.contactSupport;
|
|
3210
|
+
this.legalNoticeExists = !!this.legalNotice;
|
|
3211
|
+
this.openSourceLicencesExists = !!this.openSourceLicences;
|
|
3212
|
+
}
|
|
3213
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3214
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.3.0", type: EuimAboutComponent, selector: "euim-about", inputs: { showCode: "showCode", version: "version", releaseDate: "releaseDate", qrCodeUrl: "qrCodeUrl", logoUrl: "logoUrl" }, queries: [{ propertyName: "changelog", first: true, predicate: EuimChangelogComponent, descendants: true }, { propertyName: "privacyStatement", first: true, predicate: EuimPrivacyStatementComponent, descendants: true }, { propertyName: "contactSupport", first: true, predicate: EuimContactSupportComponent, descendants: true }, { propertyName: "legalNotice", first: true, predicate: EuimLegalNoticeComponent, descendants: true }, { propertyName: "openSourceLicences", first: true, predicate: EuimOpenSourceLicencesComponent, descendants: true }], ngImport: i0, template: "<div class=\"euim-about\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title><strong>About</strong></euim-toolbar-title>\r\n <euim-toolbar-action-items>\r\n <ion-label (click)=\"toggleQRCode()\" class=\"euim-about__toolbar-action-items\">\r\n <strong>{{ showCode ? 'HIDE QR CODE' : 'SHOW QR CODE' }}</strong>\r\n </ion-label>\r\n </euim-toolbar-action-items>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n\r\n <euim-header-details color=\"primary\">\r\n <div euimHeaderDetailsIcon>\r\n @if (showCode) {\r\n <qrcode [qrdata]=\"qrCodeUrl\" [allowEmptyString]=\"true\" [cssClass]=\"'center'\"\r\n [elementType]=\"'svg'\" [errorCorrectionLevel]=\"'M'\" [margin]=\"4\" [scale]=\"1\" [width]=\"160\"></qrcode> }\r\n @if (!showCode) {\r\n <img [src]=\"logoUrl\" alt=\"Image\" /> }\r\n </div>\r\n <div euimHeaderDetailsTitle><strong>eUI / mobile</strong></div>\r\n <div euimHeaderDetailsMeta>version {{version}}</div>\r\n <div euimHeaderDetailsMeta>Built on {{releaseDate}}</div>\r\n </euim-header-details>\r\n </ion-header>\r\n\r\n <ion-list>\r\n <ion-list-header class=\"euim-about__listHeader\">ABOUT THIS APP</ion-list-header>\r\n @if (changelogExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"build-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Change Log</div>\r\n </ion-item>\r\n }\r\n @if (privacyStatementExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"finger-print-sharp\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Privacy Statement</div>\r\n </ion-item>\r\n }\r\n @if (openSourceLicencesExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"ribbon-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Open source Licences</div>\r\n </ion-item> }\r\n @if (legalNoticeExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"library-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Legal Notice</div>\r\n </ion-item> }\r\n @if (contactSupportExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"mail-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Contact & Support</div>\r\n </ion-item> }\r\n </ion-list>\r\n</div>\r\n", styles: [".euim-about{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about euim-toolbar-title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family)}.euim-about euim-toolbar-action-items ion-label{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about ion-label{padding-inline-end:var(--eui-base-spacing-m);cursor:pointer}.euim-about__label{min-height:var(--eui-base-spacing-2xs);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-about__listHeader{color:var(--eui-base-color-grey-100)}\n"], dependencies: [{ kind: "component", type: i1.IonHeader, selector: "ion-header", 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.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.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "component", type: i2$3.QRCodeComponent, selector: "qrcode", inputs: ["allowEmptyString", "colorDark", "colorLight", "cssClass", "elementType", "errorCorrectionLevel", "margin", "qrdata", "scale", "version", "width"] }, { kind: "component", type: EuimToolbarComponent, selector: "euim-toolbar", inputs: ["hasBackButton", "backButtonDefaultHref", "hasSidebarTrigger", "hasLanguageSelector"], outputs: ["backButtonClick"] }, { kind: "component", type: EuimToolbarTitleComponent, selector: "euim-toolbar-title" }, { kind: "component", type: EuimToolbarActionItemsComponent, selector: "euim-toolbar-action-items" }, { kind: "component", type: EuimHeaderDetailsComponent, selector: "euim-header-details" }, { kind: "directive", type: EuimHeaderDetailsTitleDirective, selector: "[euimHeaderDetailsTitle]" }, { kind: "directive", type: EuimHeaderDetailsMetaDirective, selector: "[euimHeaderDetailsMeta]" }, { kind: "directive", type: EuimHeaderDetailsIconDirective, selector: "[euimHeaderDetailsIcon]" }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
3215
|
+
}
|
|
3216
|
+
__decorate([
|
|
3217
|
+
coerceBoolean
|
|
3218
|
+
], EuimAboutComponent.prototype, "showCode", void 0);
|
|
3219
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutComponent, decorators: [{
|
|
3220
|
+
type: Component,
|
|
3221
|
+
args: [{ selector: 'euim-about', encapsulation: ViewEncapsulation.None, template: "<div class=\"euim-about\">\r\n <ion-header>\r\n <ion-toolbar color=\"primary\">\r\n <euim-toolbar>\r\n <euim-toolbar-title><strong>About</strong></euim-toolbar-title>\r\n <euim-toolbar-action-items>\r\n <ion-label (click)=\"toggleQRCode()\" class=\"euim-about__toolbar-action-items\">\r\n <strong>{{ showCode ? 'HIDE QR CODE' : 'SHOW QR CODE' }}</strong>\r\n </ion-label>\r\n </euim-toolbar-action-items>\r\n </euim-toolbar>\r\n </ion-toolbar>\r\n\r\n <euim-header-details color=\"primary\">\r\n <div euimHeaderDetailsIcon>\r\n @if (showCode) {\r\n <qrcode [qrdata]=\"qrCodeUrl\" [allowEmptyString]=\"true\" [cssClass]=\"'center'\"\r\n [elementType]=\"'svg'\" [errorCorrectionLevel]=\"'M'\" [margin]=\"4\" [scale]=\"1\" [width]=\"160\"></qrcode> }\r\n @if (!showCode) {\r\n <img [src]=\"logoUrl\" alt=\"Image\" /> }\r\n </div>\r\n <div euimHeaderDetailsTitle><strong>eUI / mobile</strong></div>\r\n <div euimHeaderDetailsMeta>version {{version}}</div>\r\n <div euimHeaderDetailsMeta>Built on {{releaseDate}}</div>\r\n </euim-header-details>\r\n </ion-header>\r\n\r\n <ion-list>\r\n <ion-list-header class=\"euim-about__listHeader\">ABOUT THIS APP</ion-list-header>\r\n @if (changelogExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"build-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Change Log</div>\r\n </ion-item>\r\n }\r\n @if (privacyStatementExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"finger-print-sharp\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Privacy Statement</div>\r\n </ion-item>\r\n }\r\n @if (openSourceLicencesExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"ribbon-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Open source Licences</div>\r\n </ion-item> }\r\n @if (legalNoticeExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"library-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Legal Notice</div>\r\n </ion-item> }\r\n @if (contactSupportExists) {\r\n <ion-item class=\"euim-about__item\">\r\n <ion-icon name=\"mail-outline\" slot=\"start\"></ion-icon>\r\n <div euimLabel class=\"euim-about__label\">Contact & Support</div>\r\n </ion-item> }\r\n </ion-list>\r\n</div>\r\n", styles: [".euim-about{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about euim-toolbar-title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family)}.euim-about euim-toolbar-action-items ion-label{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-about ion-label{padding-inline-end:var(--eui-base-spacing-m);cursor:pointer}.euim-about__label{min-height:var(--eui-base-spacing-2xs);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-about__listHeader{color:var(--eui-base-color-grey-100)}\n"] }]
|
|
3222
|
+
}], propDecorators: { changelog: [{
|
|
3223
|
+
type: ContentChild,
|
|
3224
|
+
args: [EuimChangelogComponent]
|
|
3225
|
+
}], privacyStatement: [{
|
|
3226
|
+
type: ContentChild,
|
|
3227
|
+
args: [EuimPrivacyStatementComponent]
|
|
3228
|
+
}], contactSupport: [{
|
|
3229
|
+
type: ContentChild,
|
|
3230
|
+
args: [EuimContactSupportComponent]
|
|
3231
|
+
}], legalNotice: [{
|
|
3232
|
+
type: ContentChild,
|
|
3233
|
+
args: [EuimLegalNoticeComponent]
|
|
3234
|
+
}], openSourceLicences: [{
|
|
3235
|
+
type: ContentChild,
|
|
3236
|
+
args: [EuimOpenSourceLicencesComponent]
|
|
3237
|
+
}], showCode: [{
|
|
3238
|
+
type: Input
|
|
3239
|
+
}], version: [{
|
|
3240
|
+
type: Input
|
|
3241
|
+
}], releaseDate: [{
|
|
3242
|
+
type: Input
|
|
3243
|
+
}], qrCodeUrl: [{
|
|
3244
|
+
type: Input
|
|
3245
|
+
}], logoUrl: [{
|
|
3246
|
+
type: Input
|
|
3247
|
+
}] } });
|
|
3248
|
+
|
|
3249
|
+
const COMPONENTS = [
|
|
3250
|
+
EuimAboutComponent,
|
|
3251
|
+
EuimChangelogComponent,
|
|
3252
|
+
EuimPrivacyStatementComponent,
|
|
3253
|
+
EuimOpenSourceLicencesComponent,
|
|
3254
|
+
EuimLegalNoticeComponent,
|
|
3255
|
+
EuimContactSupportComponent,
|
|
3256
|
+
];
|
|
3257
|
+
class EuimAboutModule {
|
|
3258
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3259
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, declarations: [EuimAboutComponent,
|
|
3260
|
+
EuimChangelogComponent,
|
|
3261
|
+
EuimPrivacyStatementComponent,
|
|
3262
|
+
EuimOpenSourceLicencesComponent,
|
|
3263
|
+
EuimLegalNoticeComponent,
|
|
3264
|
+
EuimContactSupportComponent], imports: [CommonModule,
|
|
3265
|
+
IonicModule,
|
|
3266
|
+
QRCodeModule,
|
|
3267
|
+
EuimToolbarComponentModule,
|
|
3268
|
+
EuimHeaderDetailsModule,
|
|
3269
|
+
EuimLabelModule,
|
|
3270
|
+
EuimAvatarIconModule], exports: [EuimAboutComponent,
|
|
3271
|
+
EuimChangelogComponent,
|
|
3272
|
+
EuimPrivacyStatementComponent,
|
|
3273
|
+
EuimOpenSourceLicencesComponent,
|
|
3274
|
+
EuimLegalNoticeComponent,
|
|
3275
|
+
EuimContactSupportComponent] }); }
|
|
3276
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, imports: [CommonModule,
|
|
3277
|
+
IonicModule,
|
|
3278
|
+
QRCodeModule,
|
|
3279
|
+
EuimToolbarComponentModule,
|
|
3280
|
+
EuimHeaderDetailsModule,
|
|
3281
|
+
EuimLabelModule,
|
|
3282
|
+
EuimAvatarIconModule] }); }
|
|
3283
|
+
}
|
|
3284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAboutModule, decorators: [{
|
|
3285
|
+
type: NgModule,
|
|
3286
|
+
args: [{
|
|
3287
|
+
imports: [
|
|
3288
|
+
CommonModule,
|
|
3289
|
+
IonicModule,
|
|
3290
|
+
QRCodeModule,
|
|
3291
|
+
EuimToolbarComponentModule,
|
|
3292
|
+
EuimHeaderDetailsModule,
|
|
3293
|
+
EuimLabelModule,
|
|
3294
|
+
EuimAvatarIconModule,
|
|
3295
|
+
],
|
|
4249
3296
|
exports: [
|
|
4250
3297
|
...COMPONENTS,
|
|
4251
3298
|
],
|
|
@@ -4255,32 +3302,114 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4255
3302
|
}]
|
|
4256
3303
|
}] });
|
|
4257
3304
|
|
|
3305
|
+
class EuimDividerDirective {
|
|
3306
|
+
get cssClasses() {
|
|
3307
|
+
return this.getCssClasses('euim-divider');
|
|
3308
|
+
}
|
|
3309
|
+
getCssClasses(rootClass) {
|
|
3310
|
+
return [
|
|
3311
|
+
rootClass,
|
|
3312
|
+
this.lines ? `${rootClass}--lines-${this.lines}` : '',
|
|
3313
|
+
].join(' ').trim();
|
|
3314
|
+
}
|
|
3315
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3316
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimDividerDirective, selector: "[euimDivider]", inputs: { lines: "lines" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0 }); }
|
|
3317
|
+
}
|
|
3318
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerDirective, decorators: [{
|
|
3319
|
+
type: Directive,
|
|
3320
|
+
args: [{
|
|
3321
|
+
selector: '[euimDivider]',
|
|
3322
|
+
}]
|
|
3323
|
+
}], propDecorators: { lines: [{
|
|
3324
|
+
type: Input
|
|
3325
|
+
}], cssClasses: [{
|
|
3326
|
+
type: HostBinding,
|
|
3327
|
+
args: ['class']
|
|
3328
|
+
}] } });
|
|
3329
|
+
|
|
3330
|
+
class EuimDividerModule {
|
|
3331
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3332
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, declarations: [EuimDividerDirective], imports: [CommonModule,
|
|
3333
|
+
IonicModule], exports: [EuimDividerDirective] }); }
|
|
3334
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, imports: [CommonModule,
|
|
3335
|
+
IonicModule] }); }
|
|
3336
|
+
}
|
|
3337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimDividerModule, decorators: [{
|
|
3338
|
+
type: NgModule,
|
|
3339
|
+
args: [{
|
|
3340
|
+
imports: [
|
|
3341
|
+
CommonModule,
|
|
3342
|
+
IonicModule,
|
|
3343
|
+
],
|
|
3344
|
+
exports: [
|
|
3345
|
+
EuimDividerDirective,
|
|
3346
|
+
],
|
|
3347
|
+
declarations: [
|
|
3348
|
+
EuimDividerDirective,
|
|
3349
|
+
],
|
|
3350
|
+
}]
|
|
3351
|
+
}] });
|
|
3352
|
+
|
|
3353
|
+
class EuimSkeletonTextAvatarDirective {
|
|
3354
|
+
constructor() {
|
|
3355
|
+
this.className = 'euim-skeleton-text-avatar';
|
|
3356
|
+
}
|
|
3357
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3358
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.0", type: EuimSkeletonTextAvatarDirective, selector: "[euimSkeletonTextAvatar]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
3359
|
+
}
|
|
3360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarDirective, decorators: [{
|
|
3361
|
+
type: Directive,
|
|
3362
|
+
args: [{
|
|
3363
|
+
selector: '[euimSkeletonTextAvatar]',
|
|
3364
|
+
}]
|
|
3365
|
+
}], propDecorators: { className: [{
|
|
3366
|
+
type: HostBinding,
|
|
3367
|
+
args: ['class']
|
|
3368
|
+
}] } });
|
|
3369
|
+
|
|
3370
|
+
class EuimSkeletonTextAvatarModule {
|
|
3371
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3372
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, declarations: [EuimSkeletonTextAvatarDirective], imports: [CommonModule,
|
|
3373
|
+
IonicModule], exports: [EuimSkeletonTextAvatarDirective] }); }
|
|
3374
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, imports: [CommonModule,
|
|
3375
|
+
IonicModule] }); }
|
|
3376
|
+
}
|
|
3377
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimSkeletonTextAvatarModule, decorators: [{
|
|
3378
|
+
type: NgModule,
|
|
3379
|
+
args: [{
|
|
3380
|
+
imports: [
|
|
3381
|
+
CommonModule,
|
|
3382
|
+
IonicModule,
|
|
3383
|
+
],
|
|
3384
|
+
exports: [
|
|
3385
|
+
EuimSkeletonTextAvatarDirective,
|
|
3386
|
+
],
|
|
3387
|
+
declarations: [
|
|
3388
|
+
EuimSkeletonTextAvatarDirective,
|
|
3389
|
+
],
|
|
3390
|
+
}]
|
|
3391
|
+
}] });
|
|
3392
|
+
|
|
4258
3393
|
const MODULES = [
|
|
4259
3394
|
// Layout
|
|
4260
3395
|
EuimAppModule,
|
|
4261
|
-
EuimAppSidebarModule,
|
|
4262
3396
|
// Components
|
|
4263
3397
|
EuimEmptyListPlaceholderModule,
|
|
4264
3398
|
EuimLanguageSelectorModule,
|
|
4265
|
-
EuimStepperComponentModule,
|
|
4266
3399
|
EuimUserProfileModule,
|
|
4267
3400
|
EuimMessageModule,
|
|
4268
3401
|
EuimSkeletonListItemModule,
|
|
4269
3402
|
EuimSkeletonListModule,
|
|
4270
3403
|
EuimAvatarIconModule,
|
|
4271
3404
|
EuimLabelModule,
|
|
4272
|
-
EuimMenuModule,
|
|
4273
3405
|
EuimAlertMessageModule,
|
|
4274
|
-
|
|
4275
|
-
EuimFieldsetModule,
|
|
3406
|
+
EuimAboutModule,
|
|
4276
3407
|
EuimToolbarComponentModule,
|
|
4277
3408
|
EuimNotificationItemModule,
|
|
4278
3409
|
EuimMediaHeaderModule,
|
|
4279
3410
|
EuimDataSummaryModule,
|
|
4280
3411
|
EuimHeaderDetailsModule,
|
|
4281
3412
|
EuimAvatarModule,
|
|
4282
|
-
EuimInfoScreenModule,
|
|
4283
|
-
EuimSliderModule,
|
|
4284
3413
|
EuimSliderInfoScreenModule,
|
|
4285
3414
|
EuimScrollerXComponentModule,
|
|
4286
3415
|
EuimChipSelectorComponentModule,
|
|
@@ -4288,9 +3417,7 @@ const MODULES = [
|
|
|
4288
3417
|
EuimSidebarModule,
|
|
4289
3418
|
EuimMultiselectModule,
|
|
4290
3419
|
// Directives
|
|
4291
|
-
EuimListHeaderModule,
|
|
4292
3420
|
EuimSpinnerComponentModule,
|
|
4293
|
-
EuimItemDividerModule,
|
|
4294
3421
|
EuimDividerModule,
|
|
4295
3422
|
EuimSkeletonTextAvatarModule,
|
|
4296
3423
|
];
|
|
@@ -4299,29 +3426,23 @@ class EuimAllModule {
|
|
|
4299
3426
|
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.0", ngImport: i0, type: EuimAllModule, imports: [
|
|
4300
3427
|
// Layout
|
|
4301
3428
|
EuimAppModule,
|
|
4302
|
-
EuimAppSidebarModule,
|
|
4303
3429
|
// Components
|
|
4304
3430
|
EuimEmptyListPlaceholderModule,
|
|
4305
3431
|
EuimLanguageSelectorModule,
|
|
4306
|
-
EuimStepperComponentModule,
|
|
4307
3432
|
EuimUserProfileModule,
|
|
4308
3433
|
EuimMessageModule,
|
|
4309
3434
|
EuimSkeletonListItemModule,
|
|
4310
3435
|
EuimSkeletonListModule,
|
|
4311
3436
|
EuimAvatarIconModule,
|
|
4312
3437
|
EuimLabelModule,
|
|
4313
|
-
EuimMenuModule,
|
|
4314
3438
|
EuimAlertMessageModule,
|
|
4315
|
-
|
|
4316
|
-
EuimFieldsetModule,
|
|
3439
|
+
EuimAboutModule,
|
|
4317
3440
|
EuimToolbarComponentModule,
|
|
4318
3441
|
EuimNotificationItemModule,
|
|
4319
3442
|
EuimMediaHeaderModule,
|
|
4320
3443
|
EuimDataSummaryModule,
|
|
4321
3444
|
EuimHeaderDetailsModule,
|
|
4322
3445
|
EuimAvatarModule,
|
|
4323
|
-
EuimInfoScreenModule,
|
|
4324
|
-
EuimSliderModule,
|
|
4325
3446
|
EuimSliderInfoScreenModule,
|
|
4326
3447
|
EuimScrollerXComponentModule,
|
|
4327
3448
|
EuimChipSelectorComponentModule,
|
|
@@ -4329,36 +3450,28 @@ class EuimAllModule {
|
|
|
4329
3450
|
EuimSidebarModule,
|
|
4330
3451
|
EuimMultiselectModule,
|
|
4331
3452
|
// Directives
|
|
4332
|
-
EuimListHeaderModule,
|
|
4333
3453
|
EuimSpinnerComponentModule,
|
|
4334
|
-
EuimItemDividerModule,
|
|
4335
3454
|
EuimDividerModule,
|
|
4336
3455
|
EuimSkeletonTextAvatarModule], exports: [
|
|
4337
3456
|
// Layout
|
|
4338
3457
|
EuimAppModule,
|
|
4339
|
-
EuimAppSidebarModule,
|
|
4340
3458
|
// Components
|
|
4341
3459
|
EuimEmptyListPlaceholderModule,
|
|
4342
3460
|
EuimLanguageSelectorModule,
|
|
4343
|
-
EuimStepperComponentModule,
|
|
4344
3461
|
EuimUserProfileModule,
|
|
4345
3462
|
EuimMessageModule,
|
|
4346
3463
|
EuimSkeletonListItemModule,
|
|
4347
3464
|
EuimSkeletonListModule,
|
|
4348
3465
|
EuimAvatarIconModule,
|
|
4349
3466
|
EuimLabelModule,
|
|
4350
|
-
EuimMenuModule,
|
|
4351
3467
|
EuimAlertMessageModule,
|
|
4352
|
-
|
|
4353
|
-
EuimFieldsetModule,
|
|
3468
|
+
EuimAboutModule,
|
|
4354
3469
|
EuimToolbarComponentModule,
|
|
4355
3470
|
EuimNotificationItemModule,
|
|
4356
3471
|
EuimMediaHeaderModule,
|
|
4357
3472
|
EuimDataSummaryModule,
|
|
4358
3473
|
EuimHeaderDetailsModule,
|
|
4359
3474
|
EuimAvatarModule,
|
|
4360
|
-
EuimInfoScreenModule,
|
|
4361
|
-
EuimSliderModule,
|
|
4362
3475
|
EuimSliderInfoScreenModule,
|
|
4363
3476
|
EuimScrollerXComponentModule,
|
|
4364
3477
|
EuimChipSelectorComponentModule,
|
|
@@ -4366,37 +3479,29 @@ class EuimAllModule {
|
|
|
4366
3479
|
EuimSidebarModule,
|
|
4367
3480
|
EuimMultiselectModule,
|
|
4368
3481
|
// Directives
|
|
4369
|
-
EuimListHeaderModule,
|
|
4370
3482
|
EuimSpinnerComponentModule,
|
|
4371
|
-
EuimItemDividerModule,
|
|
4372
3483
|
EuimDividerModule,
|
|
4373
3484
|
EuimSkeletonTextAvatarModule] }); }
|
|
4374
3485
|
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimAllModule, imports: [MODULES,
|
|
4375
3486
|
// Layout
|
|
4376
3487
|
EuimAppModule,
|
|
4377
|
-
EuimAppSidebarModule,
|
|
4378
3488
|
// Components
|
|
4379
3489
|
EuimEmptyListPlaceholderModule,
|
|
4380
3490
|
EuimLanguageSelectorModule,
|
|
4381
|
-
EuimStepperComponentModule,
|
|
4382
3491
|
EuimUserProfileModule,
|
|
4383
3492
|
EuimMessageModule,
|
|
4384
3493
|
EuimSkeletonListItemModule,
|
|
4385
3494
|
EuimSkeletonListModule,
|
|
4386
3495
|
EuimAvatarIconModule,
|
|
4387
3496
|
EuimLabelModule,
|
|
4388
|
-
EuimMenuModule,
|
|
4389
3497
|
EuimAlertMessageModule,
|
|
4390
|
-
|
|
4391
|
-
EuimFieldsetModule,
|
|
3498
|
+
EuimAboutModule,
|
|
4392
3499
|
EuimToolbarComponentModule,
|
|
4393
3500
|
EuimNotificationItemModule,
|
|
4394
3501
|
EuimMediaHeaderModule,
|
|
4395
3502
|
EuimDataSummaryModule,
|
|
4396
3503
|
EuimHeaderDetailsModule,
|
|
4397
3504
|
EuimAvatarModule,
|
|
4398
|
-
EuimInfoScreenModule,
|
|
4399
|
-
EuimSliderModule,
|
|
4400
3505
|
EuimSliderInfoScreenModule,
|
|
4401
3506
|
EuimScrollerXComponentModule,
|
|
4402
3507
|
EuimChipSelectorComponentModule,
|
|
@@ -4404,9 +3509,7 @@ class EuimAllModule {
|
|
|
4404
3509
|
EuimSidebarModule,
|
|
4405
3510
|
EuimMultiselectModule,
|
|
4406
3511
|
// Directives
|
|
4407
|
-
EuimListHeaderModule,
|
|
4408
3512
|
EuimSpinnerComponentModule,
|
|
4409
|
-
EuimItemDividerModule,
|
|
4410
3513
|
EuimDividerModule,
|
|
4411
3514
|
EuimSkeletonTextAvatarModule] }); }
|
|
4412
3515
|
}
|
|
@@ -4428,5 +3531,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
|
|
|
4428
3531
|
* Generated bundle index. Do not edit.
|
|
4429
3532
|
*/
|
|
4430
3533
|
|
|
4431
|
-
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService,
|
|
3534
|
+
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAboutComponent, EuimAboutModule, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconModule, EuimAvatarMainIconDirective, EuimAvatarModule, EuimAvatarSubIconDirective, EuimBadgeComponent, EuimBadgeModule, EuimChangelogComponent, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimContactSupportComponent, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimDividerDirective, EuimDividerModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimLegalNoticeComponent, EuimMediaHeaderComponent, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimOpenSourceLicencesComponent, EuimPdfWrapperComponent, EuimPdfWrapperModule, EuimPrivacyStatementComponent, EuimScrollerXComponent, EuimScrollerXComponentModule, EuimSidebarComponent, EuimSidebarContentComponent, EuimSidebarModule, EuimSkeletonListComponent, EuimSkeletonListItemComponent, EuimSkeletonListItemModule, EuimSkeletonListModule, EuimSkeletonTextAvatarDirective, EuimSkeletonTextAvatarModule, EuimSlideInfoScreenComponent, EuimSliderInfoScreenComponent, EuimSliderInfoScreenContentDirective, EuimSliderInfoScreenModule, EuimSliderInfoScreenSubTitleDirective, EuimSliderInfoScreenTitleDirective, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarTitleComponent, EuimUserProfileComponent, EuimUserProfileModule };
|
|
4432
3535
|
//# sourceMappingURL=eui-mobile-core.mjs.map
|