@eui/mobile-core 18.0.0-next.2 → 18.0.0-next.20
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/assets/i18n-mobile/es.json +4 -4
- package/docs/components/EuiMUserProfileActionComponent.html +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +98 -38
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +57 -161
- package/docs/components/EuimAboutContentLoadingComponent.html +98 -18
- package/docs/components/EuimAlertMessageComponent.html +3 -3
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarBadgeComponent.html +395 -0
- package/docs/components/EuimAvatarComponent.html +192 -35
- package/docs/components/EuimAvatarIconComponent.html +36 -205
- package/docs/{directives/EuimToolbarDatepickerDatetimeDirective.html → components/EuimAvatarIconSubComponent.html} +129 -259
- package/docs/components/EuimAvatarImageComponent.html +416 -0
- package/docs/components/EuimAvatarTextComponent.html +445 -0
- package/docs/components/EuimBadgeComponent.html +3 -3
- package/docs/components/EuimCardComponent.html +68 -3
- package/docs/components/EuimCardListComponent.html +95 -34
- package/docs/components/EuimChangelogComponent.html +102 -3
- package/docs/components/EuimChipSelectorComponent.html +98 -7
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +3 -3
- package/docs/components/EuimHeaderDetailsComponent.html +39 -2
- package/docs/components/EuimHelpSupportComponent.html +8 -80
- package/docs/components/EuimLabelComponent.html +3 -3
- package/docs/components/EuimLanguageListComponent.html +124 -53
- package/docs/components/EuimLanguageSelectorComponent.html +72 -16
- package/docs/components/EuimMediaHeaderComponent.html +27 -3
- package/docs/components/EuimMessageComponent.html +2 -2
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +2 -2
- package/docs/components/EuimMultiselectFilterComponent.html +3 -3
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +3 -3
- package/docs/components/EuimNotificationItemComponent.html +2 -2
- package/docs/components/EuimOpenSourceLicencesComponent.html +102 -3
- package/docs/components/EuimPdfViewerComponent.html +58 -4
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSearchBarComponent.html +723 -0
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +222 -5
- 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 +154 -48
- 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 +27 -3
- package/docs/components/EuimToolbarDatepickerComponent.html +118 -12
- package/docs/components/EuimToolbarQrcodeComponent.html +364 -0
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +90 -34
- package/docs/dependencies.html +6 -4
- package/docs/{interfaces/HelpContacts.html → directives/EuimAlignCenterDirective.html} +145 -110
- package/docs/directives/EuimAlignTopDirective.html +350 -0
- package/docs/directives/EuimCardImageDirective.html +51 -0
- package/docs/directives/EuimDividerDirective.html +4 -0
- package/docs/directives/EuimListHeaderDirective.html +436 -0
- package/docs/directives/EuimListItemNoPaddingsDirective.html +350 -0
- package/docs/directives/EuimMediaHeaderCustomContentDirective.html +350 -0
- package/docs/directives/EuimMinWidthDirective.html +383 -0
- package/docs/directives/EuimReadOnlyFormDirective.html +350 -0
- package/docs/directives/EuimReadOnlyFormLabelDirective.html +350 -0
- package/docs/directives/EuimReadOnlyFormValueDirective.html +350 -0
- package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
- package/docs/index.html +4 -4
- package/docs/interfaces/{SupportMaterials.html → ActionBtnsIconsNames.html} +51 -18
- package/docs/interfaces/{Contact.html → MenuItem.html} +92 -47
- package/docs/js/menu-wc.js +153 -85
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +22 -1
- package/docs/miscellaneous/variables.html +13 -39
- package/docs/modules/EuimAboutModule.html +1 -1
- package/docs/modules/EuimAllModule.html +58 -4
- package/docs/modules/EuimAvatarModule.html +16 -10
- package/docs/modules/EuimDividerModule.html +13 -4
- package/docs/modules/EuimLanguageSelectorModule.html +1 -1
- package/docs/modules/EuimListHeaderModule.html +241 -0
- package/docs/modules/EuimMediaHeaderModule.html +13 -0
- package/docs/modules/EuimSidebarModule.html +1 -1
- package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
- package/docs/modules/EuimToolbarDatepickerModule.html +1 -7
- package/docs/modules/{EuimAvatarIconModule.html → EuimToolbarQrcodeModule.html} +5 -5
- package/docs/modules.html +24 -12
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +5 -6
- package/esm2022/lib/components/atoms/euim-label/euim-label.module.mjs +5 -5
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +5 -5
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +5 -5
- package/esm2022/lib/components/base-states.directive.mjs +4 -4
- package/esm2022/lib/components/directives/euim-align-center/euim-align-center.directive.mjs +20 -0
- package/esm2022/lib/components/directives/euim-align-top/euim-align-top.directive.mjs +20 -0
- package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +5 -4
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +12 -9
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +28 -0
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +31 -0
- package/esm2022/lib/components/directives/euim-list-header/index.mjs +3 -0
- package/esm2022/lib/components/directives/euim-list-item/euim-list-item.directive.mjs +20 -0
- package/esm2022/lib/components/directives/euim-min-width/euim-min-width.directive.mjs +25 -0
- package/esm2022/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.mjs +4 -4
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +5 -4
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +12 -9
- package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +4 -4
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +11 -12
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +10 -31
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +9 -13
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +12 -11
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +12 -33
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +12 -11
- package/esm2022/lib/components/euim-alert-message/euim-alert-message.module.mjs +5 -5
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +15 -13
- package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +25 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +17 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +44 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +19 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +28 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +35 -8
- package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +32 -18
- package/esm2022/lib/components/euim-avatar/index.mjs +6 -3
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -5
- package/esm2022/lib/components/euim-badge/euim-badge.module.mjs +5 -5
- package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +16 -6
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +16 -7
- package/esm2022/lib/components/euim-card/euim-card.module.mjs +5 -5
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +19 -8
- package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +5 -5
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +4 -4
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +44 -11
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.module.mjs +5 -5
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +7 -7
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.module.mjs +5 -5
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +5 -5
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +5 -5
- package/esm2022/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.mjs +20 -0
- package/esm2022/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.directive.mjs +4 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header-sub-title/euim-media-header-sub-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +9 -5
- package/esm2022/lib/components/euim-media-header/euim-media-header.module.mjs +11 -7
- package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -4
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +5 -5
- package/esm2022/lib/components/euim-message/euim-message.module.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-info/euim-multiselect-info.component.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-list/euim-multiselect-list.component.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +5 -5
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.module.mjs +5 -5
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +21 -20
- package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +9 -5
- package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.mjs +20 -0
- package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.mjs +20 -0
- package/esm2022/lib/components/euim-read-only-form/euim-read-only-form.directive.mjs +20 -0
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +4 -4
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.module.mjs +5 -5
- package/esm2022/lib/components/euim-search-bar/euim-search-bar.component.mjs +56 -0
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +5 -5
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +5 -5
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.mjs +5 -5
- package/esm2022/lib/components/euim-slider-info-screen/euim-slide-info-screen/euim-slide-info-screen.component.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-sub-title/euim-slider-info-screen-sub-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-title/euim-slider-info-screen-title.directive.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +39 -10
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.module.mjs +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +5 -5
- package/esm2022/lib/components/euim-spinner/euim-spinner.module.mjs +5 -5
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +37 -18
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +10 -15
- package/esm2022/lib/components/euim-toolbar-datepicker/index.mjs +1 -2
- package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.mjs +21 -0
- package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.mjs +36 -0
- package/esm2022/lib/components/euim-toolbar-qrcode/index.mjs +3 -0
- package/esm2022/lib/components/index.mjs +14 -4
- package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +12 -7
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +37 -66
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +45 -25
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -15
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +48 -8
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +5 -5
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +9 -9
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -5
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +19 -10
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +17 -9
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -5
- package/esm2022/lib/euim-all.module.mjs +50 -21
- package/esm2022/lib/services/euim-app.service.mjs +4 -4
- package/fesm2022/eui-mobile-core.mjs +1317 -842
- 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/base-states.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-align-center/euim-align-center.directive.d.ts +7 -0
- package/lib/components/directives/euim-align-center/euim-align-center.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-align-top/euim-align-top.directive.d.ts +7 -0
- package/lib/components/directives/euim-align-top/euim-align-top.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +9 -0
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +13 -0
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -0
- package/lib/components/directives/euim-list-header/index.d.ts +3 -0
- package/lib/components/directives/euim-list-header/index.d.ts.map +1 -0
- package/lib/components/directives/euim-list-item/euim-list-item.directive.d.ts +7 -0
- package/lib/components/directives/euim-list-item/euim-list-item.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-min-width/euim-min-width.directive.d.ts +10 -0
- package/lib/components/directives/euim-min-width/euim-min-width.directive.d.ts.map +1 -0
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +2 -2
- package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +2 -8
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.module.d.ts +9 -10
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +1 -0
- package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +2 -45
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +2 -1
- package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts +8 -0
- package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts +7 -0
- package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +13 -0
- package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts +8 -0
- package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts +9 -0
- package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +8 -2
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar.module.d.ts +8 -5
- package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -1
- package/lib/components/euim-avatar/index.d.ts +5 -2
- package/lib/components/euim-avatar/index.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-card/euim-card-image/euim-card-image.directive.d.ts +3 -1
- package/lib/components/euim-card/euim-card-image/euim-card-image.directive.d.ts.map +1 -1
- package/lib/components/euim-card/euim-card.component.d.ts +7 -2
- package/lib/components/euim-card/euim-card.component.d.ts.map +1 -1
- package/lib/components/euim-card-list/euim-card-list.component.d.ts +4 -2
- package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +11 -4
- package/lib/components/euim-chip-selector/euim-chip-selector.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-custom-content/euim-media-header-content.directive.d.ts +7 -0
- package/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +3 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.module.d.ts +2 -1
- package/lib/components/euim-media-header/euim-media-header.module.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +3 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts +6 -5
- package/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.d.ts.map +1 -1
- package/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.d.ts +7 -0
- package/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.d.ts.map +1 -0
- package/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.d.ts +7 -0
- package/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.d.ts.map +1 -0
- package/lib/components/euim-read-only-form/euim-read-only-form.directive.d.ts +7 -0
- package/lib/components/euim-read-only-form/euim-read-only-form.directive.d.ts.map +1 -0
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts +19 -0
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts.map +1 -0
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +11 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts +6 -6
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +7 -8
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/index.d.ts +0 -1
- package/lib/components/euim-toolbar-datepicker/index.d.ts.map +1 -1
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts +9 -0
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts.map +1 -0
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts +12 -0
- package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts.map +1 -0
- package/lib/components/euim-toolbar-qrcode/index.d.ts +3 -0
- package/lib/components/euim-toolbar-qrcode/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +13 -3
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +4 -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-list.component.d.ts +44 -17
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +26 -5
- 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 +2 -2
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
- package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts +28 -5
- package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts.map +1 -1
- package/lib/components/layout/euim-sidebar/euim-sidebar.module.d.ts +2 -2
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +2 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +4 -2
- 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 +4 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/lib/euim-all.module.d.ts +35 -26
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +2 -1
- package/docs/interfaces/AlertInfos.html +0 -411
- package/docs/interfaces/Material.html +0 -495
- package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs +0 -19
- package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs +0 -19
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +0 -44
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +0 -28
- package/esm2022/lib/components/euim-avatar-icon/index.mjs +0 -3
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.mjs +0 -73
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts +0 -7
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts.map +0 -1
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts +0 -7
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +0 -13
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +0 -10
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/index.d.ts +0 -3
- package/lib/components/euim-avatar-icon/index.d.ts.map +0 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts +0 -19
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,0FAA0F,CAAC;AACzG,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,6CAA6C,CAAC;AAC5D,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qFAAqF,CAAC;AACpG,cAAc,qFAAqF,CAAC;AACpG,cAAc,qDAAqD,CAAC;AAEpE,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4DAA4D,CAAC;AAC3E,cAAc,sDAAsD,CAAC;AACrE,cAAc,0EAA0E,CAAC;AACzF,cAAc,sDAAsD,CAAC;AACrE,cAAc,sDAAsD,CAAC;AACrE,cAAc,gEAAgE,CAAC;AAC/E,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { BaseStatesDirective } from '../../base-states.directive';
|
|
2
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
3
|
import * as i0 from "@angular/core";
|
|
3
4
|
import * as i1 from "../../base-states.directive";
|
|
4
5
|
export declare class EuimHeaderDetailsComponent {
|
|
5
6
|
baseStatesDirective: BaseStatesDirective;
|
|
7
|
+
hasBorderBottom: BooleanInput;
|
|
6
8
|
get cssClasses(): string;
|
|
7
9
|
constructor(baseStatesDirective: BaseStatesDirective);
|
|
8
10
|
getCssClasses(): string;
|
|
9
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimHeaderDetailsComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, { "hasBorderBottom": { "alias": "hasBorderBottom"; "required": false; }; }, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
|
13
|
+
static ngAcceptInputType_hasBorderBottom: unknown;
|
|
11
14
|
}
|
|
12
15
|
//# sourceMappingURL=euim-header-details.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;
|
|
1
|
+
{"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;AAErD,qBAea,0BAA0B;IAOhB,mBAAmB,EAAE,mBAAmB;IAL3D,eAAe,EAAE,YAAY,CAAQ;IACrC,IACW,UAAU,IAAI,MAAM,CAE9B;gBACkB,mBAAmB,EAAE,mBAAmB;IAC3D,aAAa,IAAI,MAAM;yCARd,0BAA0B;2CAA1B,0BAA0B;8CAeotqC,OAAQ;CADlwqC"}
|
|
@@ -1,35 +1,62 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EuiAppShellService } from '@eui/core';
|
|
3
|
-
import { EuiLanguage } from '@eui/base';
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { EuiAppShellService, EuiLanguage, I18nService } from '@eui/core';
|
|
5
3
|
import { EuimAppService } from '../../../services';
|
|
6
|
-
import { ModalController
|
|
4
|
+
import { ModalController } from '@ionic/angular';
|
|
7
5
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class EuimLanguageListComponent implements OnInit
|
|
9
|
-
|
|
10
|
-
|
|
6
|
+
export declare class EuimLanguageListComponent implements OnInit {
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
9
|
+
*/
|
|
11
10
|
appShellService: EuiAppShellService;
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
13
|
+
*/
|
|
12
14
|
appService: EuimAppService;
|
|
13
15
|
private modalCtrl;
|
|
14
|
-
private
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
private i18nService;
|
|
17
|
+
/**
|
|
18
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
19
|
+
*/
|
|
17
20
|
name: string;
|
|
18
|
-
|
|
21
|
+
/**
|
|
22
|
+
* @deprecated will be removed in eUI Mobile v19. Use nonEULanguageList[0] instead.
|
|
23
|
+
*/
|
|
19
24
|
firstElementFromNonEUList: EuiLanguage;
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated will be removed in eUI Mobile v19. Use euLanguageList[0] instead.
|
|
27
|
+
*/
|
|
20
28
|
firstElementFromEUList: EuiLanguage;
|
|
29
|
+
/**
|
|
30
|
+
* @deprecated will be removed in eUI Mobile v19. Use isLastElementOfArray() function instead.
|
|
31
|
+
*/
|
|
21
32
|
lastElementFromEUList: EuiLanguage;
|
|
33
|
+
languages: EuiLanguage[];
|
|
34
|
+
selectedLanguage: EuiLanguage;
|
|
22
35
|
euLanguageList: EuiLanguage[];
|
|
23
36
|
nonEULanguageList: EuiLanguage[];
|
|
37
|
+
/**
|
|
38
|
+
* @deprecated
|
|
39
|
+
* will become private in eUI Mobile v19.
|
|
40
|
+
*/
|
|
41
|
+
languagesSortedByEUAndNonEU: EuiLanguage[];
|
|
24
42
|
results: EuiLanguage[];
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
45
|
+
*/
|
|
25
46
|
isKeyboardShown: boolean;
|
|
26
|
-
|
|
27
|
-
|
|
47
|
+
constructor(
|
|
48
|
+
/**
|
|
49
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
50
|
+
*/
|
|
51
|
+
appShellService: EuiAppShellService,
|
|
52
|
+
/**
|
|
53
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
54
|
+
*/
|
|
55
|
+
appService: EuimAppService, modalCtrl: ModalController, i18nService: I18nService);
|
|
28
56
|
ngOnInit(): void;
|
|
29
|
-
ngOnDestroy(): void;
|
|
30
57
|
onLanguageSelected(language: EuiLanguage): void;
|
|
31
|
-
|
|
32
|
-
protected
|
|
58
|
+
isLastElementOfArray<T>(array: T[], element: T): boolean;
|
|
59
|
+
protected setLanguages(): void;
|
|
33
60
|
protected onClose(): Promise<boolean>;
|
|
34
61
|
protected handleChange(event: any): void;
|
|
35
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageListComponent, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"euim-language-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAA2B,MAAM,eAAe,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AACzF,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAEjD,qBAKa,yBAA0B,YAAW,MAAM;IAmChD;;OAEG;IACI,eAAe,EAAE,kBAAkB;IAC1C;;OAEG;IACI,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,WAAW;IA1CvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,yBAAyB,EAAE,WAAW,CAAC;IACvC;;OAEG;IACH,sBAAsB,EAAE,WAAW,CAAC;IACpC;;OAEG;IACH,qBAAqB,EAAE,WAAW,CAAC;IACnC,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,cAAc,EAAE,WAAW,EAAE,CAAC;IAC9B,iBAAiB,EAAE,WAAW,EAAE,CAAC;IACjC;;;OAGG;IACH,2BAA2B,EAAE,WAAW,EAAE,CAAC;IAC3C,OAAO,EAAE,WAAW,EAAE,CAAC;IAEvB;;OAEG;IACH,eAAe,EAAG,OAAO,CAAC;;IAGtB;;OAEG;IACI,eAAe,EAAE,kBAAkB;IAC1C;;OAEG;IACI,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC1B,WAAW,EAAE,WAAW;IAGpC,QAAQ,IAAI,IAAI;IAIhB,kBAAkB,CAAC,QAAQ,EAAE,WAAW,GAAG,IAAI;IAK/C,oBAAoB,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,EAAE,OAAO,EAAE,CAAC,GAAG,OAAO;IAOxD,SAAS,CAAC,YAAY,IAAI,IAAI;IAa9B,SAAS,CAAC,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC;IAIrC,SAAS,CAAC,YAAY,CAAC,KAAK,KAAA,GAAG,IAAI;yCAhF1B,yBAAyB;2CAAzB,yBAAyB;CAyFrC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import { EuiLanguage } from '@eui/
|
|
4
|
-
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { I18nServiceConfig, GlobalConfig } from '@eui/base';
|
|
3
|
+
import { EuiAppShellService, EuiLanguage, I18nService } from '@eui/core';
|
|
5
4
|
import { EuimAppService } from '../../../services';
|
|
6
5
|
import { ModalController } from '@ionic/angular';
|
|
7
6
|
import { BaseStatesDirective } from '../../base-states.directive';
|
|
@@ -9,20 +8,42 @@ import * as i0 from "@angular/core";
|
|
|
9
8
|
import * as i1 from "../../base-states.directive";
|
|
10
9
|
export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy {
|
|
11
10
|
private cd;
|
|
12
|
-
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
13
|
+
*/
|
|
13
14
|
appShellService: EuiAppShellService;
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
17
|
+
*/
|
|
14
18
|
appService: EuimAppService;
|
|
19
|
+
private i18nService;
|
|
15
20
|
private modalCtrl;
|
|
16
21
|
baseStatesDirective: BaseStatesDirective;
|
|
22
|
+
protected baseGlobalConfig: GlobalConfig;
|
|
17
23
|
_euimPrimary: boolean;
|
|
24
|
+
_euimBranding: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @deprecated
|
|
27
|
+
* will become private in eUI Mobile v19.
|
|
28
|
+
*/
|
|
18
29
|
languages: EuiLanguage[];
|
|
30
|
+
protected config: I18nServiceConfig;
|
|
19
31
|
selectedLanguage: EuiLanguage;
|
|
20
32
|
private destroy$;
|
|
21
|
-
constructor(cd: ChangeDetectorRef,
|
|
33
|
+
constructor(cd: ChangeDetectorRef,
|
|
34
|
+
/**
|
|
35
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
36
|
+
*/
|
|
37
|
+
appShellService: EuiAppShellService,
|
|
38
|
+
/**
|
|
39
|
+
* @deprecated will be removed in eUI Mobile v19.
|
|
40
|
+
*/
|
|
41
|
+
appService: EuimAppService, i18nService: I18nService, modalCtrl: ModalController, baseStatesDirective: BaseStatesDirective, baseGlobalConfig: GlobalConfig);
|
|
22
42
|
get cssClasses(): string;
|
|
23
43
|
ngOnInit(): void;
|
|
24
44
|
ngOnDestroy(): void;
|
|
25
45
|
onShowLanguageList(): Promise<void>;
|
|
46
|
+
protected getAllLanguages(): void;
|
|
26
47
|
protected getLanguageLabel(languageCode: string): string;
|
|
27
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorComponent, never>;
|
|
28
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
|
package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA2D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACjJ,OAAO,EAAwB,iBAAiB,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,WAAW,EAAuB,MAAM,WAAW,CAAC;AAG9G,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAc/D,OAAO,CAAC,EAAE;IACV;;OAEG;IACI,eAAe,EAAE,kBAAkB;IAC1C;;OAEG;IACI,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAClB,SAAS,CAAC,gBAAgB,EAAE,YAAY;IAxBzE,YAAY,UAAgD;IAC5D,aAAa,UAAiD;IAC9D;;;OAGG;IACH,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,SAAS,CAAC,MAAM,EAAE,iBAAiB,CAAC;IACpC,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB;IAC7B;;OAEG;IACI,eAAe,EAAE,kBAAkB;IAC1C;;OAEG;IACI,UAAU,EAAE,cAAc,EACzB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB,EACR,gBAAgB,EAAE,YAAY;IAKzE,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAahB,WAAW,IAAI,IAAI;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAYxC,SAAS,CAAC,eAAe,IAAI,IAAI;IAOjC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAzE/C,6BAA6B;2CAA7B,6BAA6B;CAiFzC"}
|
|
@@ -3,13 +3,13 @@ import * as i1 from "./euim-language-selector.component";
|
|
|
3
3
|
import * as i2 from "./euim-language-list.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@ionic/angular";
|
|
6
|
-
import * as i5 from "../../euim-avatar
|
|
6
|
+
import * as i5 from "../../euim-avatar/euim-avatar.module";
|
|
7
7
|
import * as i6 from "../../atoms/euim-label/euim-label.module";
|
|
8
8
|
import * as i7 from "../../euim-empty-list-placeholder/euim-empty-list-placeholder.module";
|
|
9
9
|
import * as i8 from "@ngx-translate/core";
|
|
10
10
|
export declare class EuimLanguageSelectorModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.EuimAvatarModule, typeof i6.EuimLabelModule, typeof i7.EuimEmptyListPlaceholderModule, typeof i8.TranslateModule], [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimLanguageSelectorModule>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=euim-language-selector.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-language-selector.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.module.ts"],"names":[],"mappings":";;;;;;;;;
|
|
1
|
+
{"version":3,"file":"euim-language-selector.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAkBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CACtC"}
|
package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts
CHANGED
|
@@ -1,17 +1,40 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { I18nService, EuiAppShellService } from '@eui/core';
|
|
3
|
-
import { NavController } from '@ionic/angular';
|
|
3
|
+
import { NavController, MenuController, IonSearchbar } from '@ionic/angular';
|
|
4
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
export type IconColor = 'primary' | 'default' | 'info' | 'success' | 'warning' | 'danger' | 'dark' | 'white' | 'accent' | 'secondary';
|
|
5
7
|
export declare class EuimSidebarContentComponent implements OnInit {
|
|
6
8
|
private i18nService;
|
|
7
9
|
asService: EuiAppShellService;
|
|
10
|
+
private menuCtrl;
|
|
8
11
|
private navCtrl;
|
|
9
12
|
className: string;
|
|
10
|
-
sidebarItems:
|
|
11
|
-
|
|
13
|
+
sidebarItems: MenuItem[];
|
|
14
|
+
hasSearchbar: BooleanInput;
|
|
15
|
+
sidebarItemsFilter: EventEmitter<MenuItem[]>;
|
|
16
|
+
searchbar: IonSearchbar;
|
|
17
|
+
protected filteredItems: MenuItem[];
|
|
18
|
+
protected query: string;
|
|
19
|
+
constructor(i18nService: I18nService, asService: EuiAppShellService, menuCtrl: MenuController, navCtrl: NavController);
|
|
12
20
|
ngOnInit(): void;
|
|
21
|
+
handleInput(event: CustomEvent): void;
|
|
22
|
+
closeMenu(): void;
|
|
13
23
|
protected sortSidebarItems(): void;
|
|
24
|
+
protected filterMenuItems(items: any, searchPhrase: string): MenuItem[];
|
|
14
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSidebarContentComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSidebarContentComponent, "euim-sidebar-content", never, { "sidebarItems": { "alias": "sidebarItems"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimSidebarContentComponent, "euim-sidebar-content", never, { "sidebarItems": { "alias": "sidebarItems"; "required": false; }; "hasSearchbar": { "alias": "hasSearchbar"; "required": false; }; }, { "sidebarItemsFilter": "sidebarItemsFilter"; }, never, ["*"], false, never>;
|
|
27
|
+
static ngAcceptInputType_hasSearchbar: unknown;
|
|
16
28
|
}
|
|
29
|
+
interface MenuItem {
|
|
30
|
+
icon?: string;
|
|
31
|
+
iconColor?: IconColor;
|
|
32
|
+
label: string;
|
|
33
|
+
url?: string;
|
|
34
|
+
isSection?: boolean;
|
|
35
|
+
section?: string;
|
|
36
|
+
group?: number;
|
|
37
|
+
groupHeader?: string;
|
|
38
|
+
}
|
|
39
|
+
export {};
|
|
17
40
|
//# sourceMappingURL=euim-sidebar-content.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-sidebar-content.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"euim-sidebar-content.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8C,YAAY,EAAiC,MAAM,EAAoB,MAAM,eAAe,CAAC;AAClJ,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,MAAM,MAAM,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,WAAW,CAAC;AACtI,qBAKa,2BAA4B,YAAW,MAAM;IAW1C,OAAO,CAAC,WAAW;IACpB,SAAS,EAAE,kBAAkB;IACpC,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,OAAO;IAbJ,SAAS,SAA0B;IACzC,YAAY,EAAE,QAAQ,EAAE,CAAM;IAEvC,YAAY,EAAE,YAAY,CAAS;IACzB,kBAAkB,2BAAkC;IAClB,SAAS,EAAE,YAAY,CAAC;IAEpE,SAAS,CAAC,aAAa,EAAE,QAAQ,EAAE,CAAM;IACzC,SAAS,CAAC,KAAK,SAAK;gBAEA,WAAW,EAAE,WAAW,EACjC,SAAS,EAAE,kBAAkB,EAC5B,QAAQ,EAAE,cAAc,EACxB,OAAO,EAAE,aAAa;IAIlC,QAAQ,IAAI,IAAI;IAShB,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAUrC,SAAS,IAAI,IAAI;IAUjB,SAAS,CAAC,gBAAgB,IAAI,IAAI;IAQlC,SAAS,CAAC,eAAe,CAAC,KAAK,KAAA,EAAE,YAAY,EAAE,MAAM,GAAG,QAAQ,EAAE;yCAvDzD,2BAA2B;2CAA3B,2BAA2B;2CAyE0lnC,OAAQ;CAbzonC;AAED,UAAU,QAAQ;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB"}
|
|
@@ -4,12 +4,12 @@ import * as i2 from "./euim-sidebar-content/euim-sidebar-content.component";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
6
|
import * as i5 from "@ionic/angular";
|
|
7
|
-
import * as i6 from "../../euim-avatar
|
|
7
|
+
import * as i6 from "../../euim-avatar/euim-avatar.module";
|
|
8
8
|
import * as i7 from "../../atoms/euim-label/euim-label.module";
|
|
9
9
|
import * as i8 from "../../atoms/euim-notification-item/euim-notification-item.module";
|
|
10
10
|
export declare class EuimSidebarModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSidebarModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimSidebarModule, [typeof i1.EuimSidebarComponent, typeof i2.EuimSidebarContentComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.IonicModule, typeof i6.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimSidebarModule, [typeof i1.EuimSidebarComponent, typeof i2.EuimSidebarContentComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.IonicModule, typeof i6.EuimAvatarModule, typeof i7.EuimLabelModule, typeof i8.EuimNotificationItemModule], [typeof i1.EuimSidebarComponent, typeof i2.EuimSidebarContentComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimSidebarModule>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=euim-sidebar.module.d.ts.map
|
|
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class EuimToolbarComponent implements OnInit {
|
|
4
4
|
hasBackButton: boolean;
|
|
5
5
|
backButtonDefaultHref: string;
|
|
6
|
+
ionMenuId: string;
|
|
6
7
|
hasSidebarTrigger: boolean;
|
|
7
8
|
hasLanguageSelector: boolean;
|
|
8
9
|
backButtonClick: EventEmitter<Event>;
|
|
@@ -10,7 +11,7 @@ export declare class EuimToolbarComponent implements OnInit {
|
|
|
10
11
|
ngOnInit(): void;
|
|
11
12
|
onBackButtonClick(event: Event): void;
|
|
12
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": { "alias": "hasBackButton"; "required": false; }; "backButtonDefaultHref": { "alias": "backButtonDefaultHref"; "required": false; }; "hasSidebarTrigger": { "alias": "hasSidebarTrigger"; "required": false; }; "hasLanguageSelector": { "alias": "hasLanguageSelector"; "required": false; }; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": { "alias": "hasBackButton"; "required": false; }; "backButtonDefaultHref": { "alias": "backButtonDefaultHref"; "required": false; }; "ionMenuId": { "alias": "ionMenuId"; "required": false; }; "hasSidebarTrigger": { "alias": "hasSidebarTrigger"; "required": false; }; "hasLanguageSelector": { "alias": "hasLanguageSelector"; "required": false; }; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false, never>;
|
|
14
15
|
static ngAcceptInputType_hasBackButton: unknown;
|
|
15
16
|
static ngAcceptInputType_hasSidebarTrigger: unknown;
|
|
16
17
|
static ngAcceptInputType_hasLanguageSelector: unknown;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAIT,MAAM,eAAe,CAAC;;AAEvB,qBAOa,oBAAqB,YAAW,MAAM;IAG/C,aAAa,UAAQ;IACZ,qBAAqB,SAAO;
|
|
1
|
+
{"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAIT,MAAM,eAAe,CAAC;;AAEvB,qBAOa,oBAAqB,YAAW,MAAM;IAG/C,aAAa,UAAQ;IACZ,qBAAqB,SAAO;IAC5B,SAAS,SAAU;IAE5B,iBAAiB,UAAS;IAE1B,mBAAmB,UAAS;IAElB,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCArB5B,oBAAoB;2CAApB,oBAAoB;4CAyBqyqC,OAAQ;gDAAR,OAAQ;kDAAR,OAAQ;CAD70qC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuiMUserProfileInfosComponent {
|
|
3
|
-
|
|
3
|
+
color: 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
4
|
+
get cssClasses(): string;
|
|
5
|
+
getCssClasses(): string;
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileInfosComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, {}, {}, never, ["*"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
6
8
|
}
|
|
7
9
|
//# sourceMappingURL=euim-user-profile-infos.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";AACA,
|
|
1
|
+
{"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";AACA,qBAOa,6BAA6B;IAC7B,KAAK,EAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE1F,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,aAAa,IAAI,MAAM;yCARd,6BAA6B;2CAA7B,6BAA6B;CAczC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuimUserProfileComponent {
|
|
3
|
-
|
|
3
|
+
color: 'dark' | 'white' | 'primary' | 'info' | 'success' | 'warning' | 'danger';
|
|
4
|
+
get cssClasses(): string;
|
|
5
|
+
getCssClasses(): string;
|
|
4
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimUserProfileComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, {}, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"], false, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"], false, never>;
|
|
6
8
|
}
|
|
7
9
|
//# sourceMappingURL=euim-user-profile.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";AACA,qBAQa,wBAAwB;
|
|
1
|
+
{"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";AACA,qBAQa,wBAAwB;IACxB,KAAK,EAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;IAE1F,IACI,UAAU,IAAI,MAAM,CAEvB;IAED,aAAa,IAAI,MAAM;yCARd,wBAAwB;2CAAxB,wBAAwB;CAcpC"}
|
package/lib/euim-all.module.d.ts
CHANGED
|
@@ -4,36 +4,45 @@ import * as i2 from "./components/euim-empty-list-placeholder/euim-empty-list-pl
|
|
|
4
4
|
import * as i3 from "./components/layout/euim-language-selector/euim-language-selector.module";
|
|
5
5
|
import * as i4 from "./components/layout/euim-user-profile/euim-user-profile.module";
|
|
6
6
|
import * as i5 from "./components/euim-message/euim-message.module";
|
|
7
|
-
import * as i6 from "./components/euim-
|
|
8
|
-
import * as i7 from "./components/euim-
|
|
9
|
-
import * as i8 from "./components/euim-
|
|
10
|
-
import * as i9 from "./components/euim-
|
|
11
|
-
import * as i10 from "./components/euim-
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/euim-
|
|
14
|
-
import * as i13 from "./components/euim-
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/euim-
|
|
18
|
-
import * as i17 from "./components/euim-
|
|
19
|
-
import * as i18 from "./components/
|
|
20
|
-
import * as i19 from "./components/euim-
|
|
21
|
-
import * as i20 from "./components/euim-
|
|
22
|
-
import * as i21 from "./components/euim-
|
|
23
|
-
import * as i22 from "./components/euim-
|
|
24
|
-
import * as i23 from "./components/euim-
|
|
25
|
-
import * as i24 from "./components/
|
|
26
|
-
import * as i25 from "./components/euim-
|
|
27
|
-
import * as i26 from "./components/euim-
|
|
28
|
-
import * as i27 from "./components/euim-toolbar-
|
|
7
|
+
import * as i6 from "./components/euim-skeleton-list-item/euim-skeleton-list-item.module";
|
|
8
|
+
import * as i7 from "./components/euim-skeleton-list/euim-skeleton-list.module";
|
|
9
|
+
import * as i8 from "./components/atoms/euim-label/euim-label.module";
|
|
10
|
+
import * as i9 from "./components/euim-alert-message/euim-alert-message.module";
|
|
11
|
+
import * as i10 from "./components/euim-about/euim-about.module";
|
|
12
|
+
import * as i11 from "./components/layout/euim-toolbar/euim-toolbar.module";
|
|
13
|
+
import * as i12 from "./components/atoms/euim-notification-item/euim-notification-item.module";
|
|
14
|
+
import * as i13 from "./components/euim-media-header/euim-media-header.module";
|
|
15
|
+
import * as i14 from "./components/euim-data-summary/euim-data-summary.module";
|
|
16
|
+
import * as i15 from "./components/layout/euim-header-details/euim-header-details.module";
|
|
17
|
+
import * as i16 from "./components/euim-avatar/euim-avatar.module";
|
|
18
|
+
import * as i17 from "./components/euim-slider-info-screen/euim-slider-info-screen.module";
|
|
19
|
+
import * as i18 from "./components/euim-scroller-x/euim-scroller-x.module";
|
|
20
|
+
import * as i19 from "./components/euim-chip-selector/euim-chip-selector.module";
|
|
21
|
+
import * as i20 from "./components/euim-badge/euim-badge.module";
|
|
22
|
+
import * as i21 from "./components/layout/euim-sidebar/euim-sidebar.module";
|
|
23
|
+
import * as i22 from "./components/euim-pdf-viewer/euim-pdf-viewer.module";
|
|
24
|
+
import * as i23 from "./components/euim-multiselect/euim-multiselect.module";
|
|
25
|
+
import * as i24 from "./components/euim-toolbar-datepicker/euim-toolbar-datepicker.module";
|
|
26
|
+
import * as i25 from "./components/euim-card/euim-card.module";
|
|
27
|
+
import * as i26 from "./components/euim-card-list/euim-card-list.module";
|
|
28
|
+
import * as i27 from "./components/euim-toolbar-qrcode/euim-toolbar-qrcode.module";
|
|
29
29
|
import * as i28 from "./components/euim-spinner/euim-spinner.module";
|
|
30
30
|
import * as i29 from "./components/directives/euim-divider/euim-divider.module";
|
|
31
|
-
import * as i30 from "./components/directives/euim-
|
|
32
|
-
import * as i31 from "./components/directives/euim-
|
|
33
|
-
import * as i32 from "./components/directives/euim-
|
|
31
|
+
import * as i30 from "./components/directives/euim-list-header/euim-list-header.module";
|
|
32
|
+
import * as i31 from "./components/directives/euim-min-width/euim-min-width.directive";
|
|
33
|
+
import * as i32 from "./components/directives/euim-align-center/euim-align-center.directive";
|
|
34
|
+
import * as i33 from "./components/directives/euim-align-top/euim-align-top.directive";
|
|
35
|
+
import * as i34 from "./components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive";
|
|
36
|
+
import * as i35 from "./components/directives/euim-sidebar-footer/euim-sidebar-footer.directive";
|
|
37
|
+
import * as i36 from "./components/directives/euim-list-item/euim-list-item.directive";
|
|
38
|
+
import * as i37 from "./components/euim-read-only-form/euim-read-only-form.directive";
|
|
39
|
+
import * as i38 from "./components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive";
|
|
40
|
+
import * as i39 from "./components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive";
|
|
41
|
+
import * as i40 from "./components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive";
|
|
42
|
+
import * as i41 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
|
|
34
43
|
export declare class EuimAllModule {
|
|
35
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAllModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.
|
|
45
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimLabelModule, typeof i9.EuimAlertMessageModule, typeof i10.EuimAboutModule, typeof i11.EuimToolbarComponentModule, typeof i12.EuimNotificationItemModule, typeof i13.EuimMediaHeaderModule, typeof i14.EuimDataSummaryModule, typeof i15.EuimHeaderDetailsModule, typeof i16.EuimAvatarModule, typeof i17.EuimSliderInfoScreenModule, typeof i18.EuimScrollerXComponentModule, typeof i19.EuimChipSelectorComponentModule, typeof i20.EuimBadgeModule, typeof i21.EuimSidebarModule, typeof i22.EuimPdfViewerModule, typeof i23.EuimMultiselectModule, typeof i24.EuimToolbarDatepickerModule, typeof i25.EuimCardModule, typeof i26.EuimCardListModule, typeof i27.EuimToolbarQrcodeModule, typeof i28.EuimSpinnerComponentModule, typeof i29.EuimDividerModule, typeof i30.EuimListHeaderModule, typeof i31.EuimMinWidthDirective, typeof i32.EuimAlignCenterDirective, typeof i33.EuimAlignTopDirective, typeof i34.EuimToolbarTransparentDirective, typeof i35.EuimSidebarFooterNoBordersDirective, typeof i36.EuimListItemNoPaddingsDirective, typeof i37.EuimReadOnlyFormDirective, typeof i38.EuimReadOnlyFormValueDirective, typeof i39.EuimReadOnlyFormLabelDirective, typeof i40.EuimMediaHeaderCustomContentDirective, typeof i41.EuimSkeletonTextAvatarModule], [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimLabelModule, typeof i9.EuimAlertMessageModule, typeof i10.EuimAboutModule, typeof i11.EuimToolbarComponentModule, typeof i12.EuimNotificationItemModule, typeof i13.EuimMediaHeaderModule, typeof i14.EuimDataSummaryModule, typeof i15.EuimHeaderDetailsModule, typeof i16.EuimAvatarModule, typeof i17.EuimSliderInfoScreenModule, typeof i18.EuimScrollerXComponentModule, typeof i19.EuimChipSelectorComponentModule, typeof i20.EuimBadgeModule, typeof i21.EuimSidebarModule, typeof i22.EuimPdfViewerModule, typeof i23.EuimMultiselectModule, typeof i24.EuimToolbarDatepickerModule, typeof i25.EuimCardModule, typeof i26.EuimCardListModule, typeof i27.EuimToolbarQrcodeModule, typeof i28.EuimSpinnerComponentModule, typeof i29.EuimDividerModule, typeof i30.EuimListHeaderModule, typeof i31.EuimMinWidthDirective, typeof i32.EuimAlignCenterDirective, typeof i33.EuimAlignTopDirective, typeof i34.EuimToolbarTransparentDirective, typeof i35.EuimSidebarFooterNoBordersDirective, typeof i36.EuimListItemNoPaddingsDirective, typeof i37.EuimReadOnlyFormDirective, typeof i38.EuimReadOnlyFormValueDirective, typeof i39.EuimReadOnlyFormLabelDirective, typeof i40.EuimMediaHeaderCustomContentDirective, typeof i41.EuimSkeletonTextAvatarModule]>;
|
|
37
46
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAllModule>;
|
|
38
47
|
}
|
|
39
48
|
//# sourceMappingURL=euim-all.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgGA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/mobile-core",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.20",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"@ionic/storage": "^4.0.0",
|
|
10
10
|
"ngx-moment": "^6.0.2",
|
|
11
11
|
"@mapaxe/ngx-pinch-zoom": "^16.0.5",
|
|
12
|
+
"ng2-pdf-viewer": "^10.0.0",
|
|
12
13
|
"angularx-qrcode": "^12.0.0",
|
|
13
14
|
"tslib": "^2.3.0"
|
|
14
15
|
},
|