@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
|
@@ -78,85 +78,85 @@
|
|
|
78
78
|
<compodoc-menu mode="normal"></compodoc-menu>
|
|
79
79
|
</div>
|
|
80
80
|
<!-- START CONTENT -->
|
|
81
|
-
<div class="content
|
|
81
|
+
<div class="content component">
|
|
82
82
|
<div class="content-data">
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
87
|
<ol class="breadcrumb">
|
|
91
|
-
<li class="breadcrumb-item">
|
|
92
|
-
<li class="breadcrumb-item"
|
|
88
|
+
<li class="breadcrumb-item">Components</li>
|
|
89
|
+
<li class="breadcrumb-item"
|
|
90
|
+
>
|
|
91
|
+
EuimAvatarIconSubComponent</li>
|
|
93
92
|
</ol>
|
|
94
93
|
|
|
95
94
|
<ul class="nav nav-tabs" role="tablist">
|
|
96
95
|
<li class="nav-item">
|
|
97
|
-
<a href="#info"
|
|
98
|
-
class="nav-link"
|
|
99
|
-
class="nav-link active"
|
|
96
|
+
<a href="#info" class="nav-link active"
|
|
100
97
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
101
98
|
</li>
|
|
102
99
|
</ul>
|
|
103
100
|
|
|
104
101
|
<div class="tab-content">
|
|
105
|
-
<div class="tab-pane fade active in" id="info">
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
</p>
|
|
102
|
+
<div class="tab-pane fade active in" id="info"><p class="comment">
|
|
103
|
+
<h3>File</h3>
|
|
104
|
+
</p>
|
|
105
|
+
<p class="comment">
|
|
106
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.ts</code>
|
|
107
|
+
</p>
|
|
112
108
|
|
|
113
109
|
|
|
114
110
|
|
|
115
111
|
|
|
116
|
-
<p class="comment">
|
|
117
|
-
<h3>Implements</h3>
|
|
118
|
-
</p>
|
|
119
|
-
<p class="comment">
|
|
120
|
-
<code>OnInit</code>
|
|
121
|
-
</p>
|
|
122
112
|
|
|
123
113
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
114
|
+
<section data-compodoc="block-metadata">
|
|
115
|
+
<h3>Metadata</h3>
|
|
116
|
+
<table class="table table-sm table-hover metadata">
|
|
117
|
+
<tbody>
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
<tr>
|
|
131
|
+
<td class="col-md-3">selector</td>
|
|
132
|
+
<td class="col-md-9"><code>euim-avatar-icon-sub</code></td>
|
|
133
|
+
</tr>
|
|
128
134
|
|
|
129
|
-
<tr>
|
|
130
|
-
<td class="col-md-3">Selector</td>
|
|
131
|
-
<td class="col-md-9"><code>[euimToolbarDatepickerDatetime]</code></td>
|
|
132
|
-
</tr>
|
|
133
135
|
|
|
134
136
|
|
|
135
137
|
|
|
136
138
|
|
|
137
|
-
</tbody>
|
|
138
|
-
</table>
|
|
139
|
-
</section>
|
|
140
139
|
|
|
141
|
-
<
|
|
140
|
+
<tr>
|
|
141
|
+
<td class="col-md-3">templateUrl</td>
|
|
142
|
+
<td class="col-md-9"><code>./euim-avatar-icon-sub.component.html</code></td>
|
|
143
|
+
</tr>
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
</tbody>
|
|
153
|
+
</table>
|
|
154
|
+
</section>
|
|
155
|
+
|
|
156
|
+
<section data-compodoc="block-index">
|
|
142
157
|
<h3 id="index">Index</h3>
|
|
143
158
|
<table class="table table-sm table-bordered index-table">
|
|
144
159
|
<tbody>
|
|
145
|
-
<tr>
|
|
146
|
-
<td class="col-md-4">
|
|
147
|
-
<h6><b>Properties</b></h6>
|
|
148
|
-
</td>
|
|
149
|
-
</tr>
|
|
150
|
-
<tr>
|
|
151
|
-
<td class="col-md-4">
|
|
152
|
-
<ul class="index-list">
|
|
153
|
-
<li>
|
|
154
|
-
<span class="modifier"></span>
|
|
155
|
-
<a href="#className" >className</a>
|
|
156
|
-
</li>
|
|
157
|
-
</ul>
|
|
158
|
-
</td>
|
|
159
|
-
</tr>
|
|
160
160
|
|
|
161
161
|
<tr>
|
|
162
162
|
<td class="col-md-4">
|
|
@@ -167,8 +167,7 @@
|
|
|
167
167
|
<td class="col-md-4">
|
|
168
168
|
<ul class="index-list">
|
|
169
169
|
<li>
|
|
170
|
-
|
|
171
|
-
<a href="#onIonChange" >onIonChange</a>
|
|
170
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
172
171
|
</li>
|
|
173
172
|
</ul>
|
|
174
173
|
</td>
|
|
@@ -183,22 +182,19 @@
|
|
|
183
182
|
<td class="col-md-4">
|
|
184
183
|
<ul class="index-list">
|
|
185
184
|
<li>
|
|
186
|
-
<a href="#
|
|
187
|
-
</li>
|
|
188
|
-
<li>
|
|
189
|
-
<a href="#id" >id</a>
|
|
185
|
+
<a href="#borderColor" >borderColor</a>
|
|
190
186
|
</li>
|
|
191
187
|
<li>
|
|
192
|
-
<a href="#
|
|
188
|
+
<a href="#color" >color</a>
|
|
193
189
|
</li>
|
|
194
190
|
<li>
|
|
195
|
-
<a href="#
|
|
191
|
+
<a href="#fill" >fill</a>
|
|
196
192
|
</li>
|
|
197
193
|
<li>
|
|
198
194
|
<a href="#size" >size</a>
|
|
199
195
|
</li>
|
|
200
196
|
<li>
|
|
201
|
-
<a href="#
|
|
197
|
+
<a href="#variant" >variant</a>
|
|
202
198
|
</li>
|
|
203
199
|
</ul>
|
|
204
200
|
</td>
|
|
@@ -220,88 +216,45 @@
|
|
|
220
216
|
</td>
|
|
221
217
|
</tr>
|
|
222
218
|
|
|
223
|
-
<tr>
|
|
224
|
-
<td class="col-md-4">
|
|
225
|
-
<h6><b>HostListeners</b></h6>
|
|
226
|
-
</td>
|
|
227
|
-
</tr>
|
|
228
|
-
<tr>
|
|
229
|
-
<td class="col-md-4">
|
|
230
|
-
<ul class="index-list">
|
|
231
|
-
<li>
|
|
232
|
-
<a href="#ionChange" >ionChange</a>
|
|
233
|
-
</li>
|
|
234
|
-
</ul>
|
|
235
|
-
</td>
|
|
236
|
-
</tr>
|
|
237
219
|
|
|
220
|
+
<tr>
|
|
221
|
+
<td class="col-md-4">
|
|
222
|
+
<h6><b>Accessors</b></h6>
|
|
223
|
+
</td>
|
|
224
|
+
</tr>
|
|
225
|
+
<tr>
|
|
226
|
+
<td class="col-md-4">
|
|
227
|
+
<ul class="index-list">
|
|
228
|
+
<li>
|
|
229
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
230
|
+
</li>
|
|
231
|
+
</ul>
|
|
232
|
+
</td>
|
|
233
|
+
</tr>
|
|
238
234
|
</tbody>
|
|
239
235
|
</table>
|
|
240
236
|
</section>
|
|
241
237
|
|
|
242
|
-
<section data-compodoc="block-constructor">
|
|
243
|
-
<h3 id="constructor">Constructor</h3>
|
|
244
|
-
<table class="table table-sm table-bordered">
|
|
245
|
-
<tbody>
|
|
246
|
-
<tr>
|
|
247
|
-
<td class="col-md-4">
|
|
248
|
-
<code>constructor(euimToolbarDatepickerComponent: <a href="../components/EuimToolbarDatepickerComponent.html" target="_self">EuimToolbarDatepickerComponent</a>)</code>
|
|
249
|
-
</td>
|
|
250
|
-
</tr>
|
|
251
238
|
|
|
252
|
-
|
|
253
|
-
<td class="col-md-4">
|
|
254
|
-
<div>
|
|
255
|
-
<b>Parameters :</b>
|
|
256
|
-
<table class="params">
|
|
257
|
-
<thead>
|
|
258
|
-
<tr>
|
|
259
|
-
<td>Name</td>
|
|
260
|
-
<td>Type</td>
|
|
261
|
-
<td>Optional</td>
|
|
262
|
-
</tr>
|
|
263
|
-
</thead>
|
|
264
|
-
<tbody>
|
|
265
|
-
<tr>
|
|
266
|
-
<td>euimToolbarDatepickerComponent</td>
|
|
267
|
-
|
|
268
|
-
<td>
|
|
269
|
-
<code><a href="../components/EuimToolbarDatepickerComponent.html" target="_self" >EuimToolbarDatepickerComponent</a></code>
|
|
270
|
-
</td>
|
|
271
|
-
|
|
272
|
-
<td>
|
|
273
|
-
No
|
|
274
|
-
</td>
|
|
275
|
-
|
|
276
|
-
</tr>
|
|
277
|
-
</tbody>
|
|
278
|
-
</table>
|
|
279
|
-
</div>
|
|
280
|
-
</td>
|
|
281
|
-
</tr>
|
|
282
|
-
</tbody>
|
|
283
|
-
</table>
|
|
284
|
-
</section>
|
|
285
|
-
|
|
286
|
-
<section data-compodoc="block-inputs">
|
|
239
|
+
<section data-compodoc="block-inputs">
|
|
287
240
|
<h3 id="inputs">Inputs</h3>
|
|
288
241
|
<table class="table table-sm table-bordered">
|
|
289
242
|
<tbody>
|
|
290
243
|
<tr>
|
|
291
244
|
<td class="col-md-4">
|
|
292
|
-
<a name="
|
|
293
|
-
<b>
|
|
245
|
+
<a name="borderColor"></a>
|
|
246
|
+
<b>borderColor</b>
|
|
294
247
|
</td>
|
|
295
248
|
</tr>
|
|
296
249
|
<tr>
|
|
297
250
|
<td class="col-md-4">
|
|
298
|
-
<i>Type : </i>
|
|
251
|
+
<i>Type : </i> <code>"default" | "primary" | "info" | "success" | "danger" | "white"</code>
|
|
299
252
|
|
|
300
253
|
</td>
|
|
301
254
|
</tr>
|
|
302
255
|
<tr>
|
|
303
256
|
<td class="col-md-4">
|
|
304
|
-
<i>Default value : </i><code>'
|
|
257
|
+
<i>Default value : </i><code>'default'</code>
|
|
305
258
|
</td>
|
|
306
259
|
</tr>
|
|
307
260
|
</tbody>
|
|
@@ -310,35 +263,19 @@
|
|
|
310
263
|
<tbody>
|
|
311
264
|
<tr>
|
|
312
265
|
<td class="col-md-4">
|
|
313
|
-
<a name="
|
|
314
|
-
<b>
|
|
266
|
+
<a name="color"></a>
|
|
267
|
+
<b>color</b>
|
|
315
268
|
</td>
|
|
316
269
|
</tr>
|
|
317
270
|
<tr>
|
|
318
271
|
<td class="col-md-4">
|
|
319
|
-
<i>Type : </i>
|
|
320
|
-
|
|
321
|
-
</td>
|
|
322
|
-
</tr>
|
|
323
|
-
</tbody>
|
|
324
|
-
</table>
|
|
325
|
-
<table class="table table-sm table-bordered">
|
|
326
|
-
<tbody>
|
|
327
|
-
<tr>
|
|
328
|
-
<td class="col-md-4">
|
|
329
|
-
<a name="presentation"></a>
|
|
330
|
-
<b>presentation</b>
|
|
331
|
-
</td>
|
|
332
|
-
</tr>
|
|
333
|
-
<tr>
|
|
334
|
-
<td class="col-md-4">
|
|
335
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
272
|
+
<i>Type : </i> <code>"default" | "dark" | "branding" | "white" | "primary" | "info" | "success" | "accent" | "secondary" | "warning" | "danger"</code>
|
|
336
273
|
|
|
337
274
|
</td>
|
|
338
275
|
</tr>
|
|
339
276
|
<tr>
|
|
340
277
|
<td class="col-md-4">
|
|
341
|
-
<i>Default value : </i><code>'
|
|
278
|
+
<i>Default value : </i><code>'default'</code>
|
|
342
279
|
</td>
|
|
343
280
|
</tr>
|
|
344
281
|
</tbody>
|
|
@@ -347,19 +284,19 @@
|
|
|
347
284
|
<tbody>
|
|
348
285
|
<tr>
|
|
349
286
|
<td class="col-md-4">
|
|
350
|
-
<a name="
|
|
351
|
-
<b>
|
|
287
|
+
<a name="fill"></a>
|
|
288
|
+
<b>fill</b>
|
|
352
289
|
</td>
|
|
353
290
|
</tr>
|
|
354
291
|
<tr>
|
|
355
292
|
<td class="col-md-4">
|
|
356
|
-
<i>Type : </i>
|
|
293
|
+
<i>Type : </i> <code>"default" | "clear" | "outline" | "solid" | "outline-solid"</code>
|
|
357
294
|
|
|
358
295
|
</td>
|
|
359
296
|
</tr>
|
|
360
297
|
<tr>
|
|
361
298
|
<td class="col-md-4">
|
|
362
|
-
<i>Default value : </i><code
|
|
299
|
+
<i>Default value : </i><code>'default'</code>
|
|
363
300
|
</td>
|
|
364
301
|
</tr>
|
|
365
302
|
</tbody>
|
|
@@ -374,13 +311,13 @@
|
|
|
374
311
|
</tr>
|
|
375
312
|
<tr>
|
|
376
313
|
<td class="col-md-4">
|
|
377
|
-
<i>Type : </i>
|
|
314
|
+
<i>Type : </i> <code>"default" | "auto" | "l" | "m" | "s"</code>
|
|
378
315
|
|
|
379
316
|
</td>
|
|
380
317
|
</tr>
|
|
381
318
|
<tr>
|
|
382
319
|
<td class="col-md-4">
|
|
383
|
-
<i>Default value : </i><code>'
|
|
320
|
+
<i>Default value : </i><code>'default'</code>
|
|
384
321
|
</td>
|
|
385
322
|
</tr>
|
|
386
323
|
</tbody>
|
|
@@ -389,21 +326,26 @@
|
|
|
389
326
|
<tbody>
|
|
390
327
|
<tr>
|
|
391
328
|
<td class="col-md-4">
|
|
392
|
-
<a name="
|
|
393
|
-
<b>
|
|
329
|
+
<a name="variant"></a>
|
|
330
|
+
<b>variant</b>
|
|
394
331
|
</td>
|
|
395
332
|
</tr>
|
|
396
333
|
<tr>
|
|
397
334
|
<td class="col-md-4">
|
|
398
|
-
<i>Type : </i>
|
|
335
|
+
<i>Type : </i> <code>"default" | "rounded" | "rectangle"</code>
|
|
399
336
|
|
|
400
337
|
</td>
|
|
401
338
|
</tr>
|
|
339
|
+
<tr>
|
|
340
|
+
<td class="col-md-4">
|
|
341
|
+
<i>Default value : </i><code>'default'</code>
|
|
342
|
+
</td>
|
|
343
|
+
</tr>
|
|
402
344
|
</tbody>
|
|
403
345
|
</table>
|
|
404
346
|
</section>
|
|
405
347
|
|
|
406
|
-
|
|
348
|
+
<section data-compodoc="block-properties">
|
|
407
349
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
408
350
|
<tbody>
|
|
409
351
|
<tr>
|
|
@@ -421,44 +363,14 @@
|
|
|
421
363
|
|
|
422
364
|
</td>
|
|
423
365
|
</tr>
|
|
424
|
-
<tr>
|
|
425
|
-
<td class="col-md-4">
|
|
426
|
-
<i>Default value : </i><code>'euim-toolbar-datepicker'</code>
|
|
427
|
-
</td>
|
|
428
|
-
</tr>
|
|
429
366
|
|
|
430
367
|
|
|
431
368
|
</tbody>
|
|
432
369
|
</table>
|
|
433
370
|
</section>
|
|
434
371
|
|
|
435
|
-
<section data-compodoc="block-host-listener">
|
|
436
|
-
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
|
437
|
-
<tbody>
|
|
438
|
-
<tr>
|
|
439
|
-
<td class="col-md-4">
|
|
440
|
-
<a name="ionChange"></a>
|
|
441
|
-
<span class="name">
|
|
442
|
-
<b>
|
|
443
|
-
ionChange
|
|
444
|
-
</b>
|
|
445
|
-
<a href="#ionChange"><span class="icon ion-ios-link"></span></a>
|
|
446
|
-
</span>
|
|
447
|
-
</td>
|
|
448
|
-
</tr>
|
|
449
|
-
<tr>
|
|
450
|
-
<td class="col-md-4">
|
|
451
|
-
<i>Arguments : </i><code>'$event' </code>
|
|
452
|
-
</td>
|
|
453
|
-
</tr>
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
372
|
|
|
458
|
-
|
|
459
|
-
</table>
|
|
460
|
-
</section>
|
|
461
|
-
<section data-compodoc="block-methods">
|
|
373
|
+
<section data-compodoc="block-methods">
|
|
462
374
|
|
|
463
375
|
<h3 id="methods">
|
|
464
376
|
Methods
|
|
@@ -467,123 +379,81 @@
|
|
|
467
379
|
<tbody>
|
|
468
380
|
<tr>
|
|
469
381
|
<td class="col-md-4">
|
|
470
|
-
<a name="
|
|
382
|
+
<a name="getCssClasses"></a>
|
|
471
383
|
<span class="name">
|
|
472
|
-
|
|
473
|
-
<span
|
|
474
|
-
<a href="#onIonChange"><span class="icon ion-ios-link"></span></a>
|
|
384
|
+
<span ><b>getCssClasses</b></span>
|
|
385
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
475
386
|
</span>
|
|
476
387
|
</td>
|
|
477
388
|
</tr>
|
|
478
389
|
<tr>
|
|
479
390
|
<td class="col-md-4">
|
|
480
|
-
|
|
481
|
-
<code>onIonChange(event: CustomEvent)</code>
|
|
391
|
+
<code>getCssClasses()</code>
|
|
482
392
|
</td>
|
|
483
393
|
</tr>
|
|
484
394
|
|
|
485
|
-
<tr>
|
|
486
|
-
<td class="col-md-4">
|
|
487
|
-
<b>Decorators : </b>
|
|
488
|
-
<br />
|
|
489
|
-
<code>@HostListener('ionChange', ['$event'])<br /></code>
|
|
490
|
-
</td>
|
|
491
|
-
</tr>
|
|
492
395
|
|
|
493
396
|
|
|
494
397
|
|
|
495
398
|
<tr>
|
|
496
399
|
<td class="col-md-4">
|
|
497
400
|
|
|
498
|
-
<div class="io-description">
|
|
499
|
-
<b>Parameters :</b>
|
|
500
|
-
|
|
501
|
-
<table class="params">
|
|
502
|
-
<thead>
|
|
503
|
-
<tr>
|
|
504
|
-
<td>Name</td>
|
|
505
|
-
<td>Type</td>
|
|
506
|
-
<td>Optional</td>
|
|
507
|
-
</tr>
|
|
508
|
-
</thead>
|
|
509
|
-
<tbody>
|
|
510
|
-
<tr>
|
|
511
|
-
<td>event</td>
|
|
512
|
-
<td>
|
|
513
|
-
<code>CustomEvent</code>
|
|
514
|
-
</td>
|
|
515
|
-
|
|
516
|
-
<td>
|
|
517
|
-
No
|
|
518
|
-
</td>
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
</tr>
|
|
522
|
-
</tbody>
|
|
523
|
-
</table>
|
|
524
|
-
</div>
|
|
525
401
|
<div class="io-description">
|
|
526
|
-
<b>Returns : </b> <code><a href="https://
|
|
402
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
527
403
|
|
|
528
404
|
</div>
|
|
529
|
-
<div class="io-description">
|
|
530
|
-
|
|
531
|
-
</div>
|
|
532
405
|
</td>
|
|
533
406
|
</tr>
|
|
534
407
|
</tbody>
|
|
535
408
|
</table>
|
|
536
409
|
</section>
|
|
537
|
-
<section data-compodoc="block-properties">
|
|
538
|
-
|
|
539
|
-
<h3 id="inputs">
|
|
540
|
-
Properties
|
|
541
|
-
</h3>
|
|
542
|
-
<table class="table table-sm table-bordered">
|
|
543
|
-
<tbody>
|
|
544
|
-
<tr>
|
|
545
|
-
<td class="col-md-4">
|
|
546
|
-
<a name="className"></a>
|
|
547
|
-
<span class="name">
|
|
548
|
-
<span class="modifier"></span>
|
|
549
|
-
<span ><b>className</b></span>
|
|
550
|
-
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
551
|
-
</span>
|
|
552
|
-
</td>
|
|
553
|
-
</tr>
|
|
554
|
-
<tr>
|
|
555
|
-
<td class="col-md-4">
|
|
556
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
557
410
|
|
|
558
|
-
|
|
559
|
-
|
|
411
|
+
<section data-compodoc="block-accessors">
|
|
412
|
+
<h3 id="accessors">
|
|
413
|
+
Accessors
|
|
414
|
+
</h3>
|
|
415
|
+
<table class="table table-sm table-bordered">
|
|
416
|
+
<tbody>
|
|
560
417
|
<tr>
|
|
561
418
|
<td class="col-md-4">
|
|
562
|
-
<
|
|
419
|
+
<a name="cssClasses"></a>
|
|
420
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
563
421
|
</td>
|
|
564
422
|
</tr>
|
|
423
|
+
|
|
565
424
|
<tr>
|
|
566
425
|
<td class="col-md-4">
|
|
567
|
-
<b>
|
|
568
|
-
<br />
|
|
569
|
-
<code>
|
|
570
|
-
@HostBinding('class')<br />
|
|
571
|
-
</code>
|
|
426
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
572
427
|
</td>
|
|
573
428
|
</tr>
|
|
574
429
|
|
|
575
|
-
|
|
576
|
-
</
|
|
577
|
-
</table>
|
|
430
|
+
</tbody>
|
|
431
|
+
</table>
|
|
578
432
|
</section>
|
|
433
|
+
</div>
|
|
579
434
|
|
|
580
435
|
|
|
581
|
-
</div>
|
|
582
436
|
|
|
583
437
|
|
|
584
438
|
|
|
439
|
+
|
|
440
|
+
|
|
585
441
|
</div>
|
|
586
442
|
|
|
443
|
+
<script src="../js/libs/vis.min.js"></script>
|
|
444
|
+
<script src="../js/libs/htmlparser.js"></script>
|
|
445
|
+
<script src="../js/libs/deep-iterator.js"></script>
|
|
446
|
+
<script>
|
|
447
|
+
var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
|
|
448
|
+
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAboutContentLoadingComponent', 'selector': 'euim-about-content-loading'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarBadgeComponent', 'selector': 'euim-avatar-badge'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimAvatarIconSubComponent', 'selector': 'euim-avatar-icon-sub'},{'name': 'EuimAvatarImageComponent', 'selector': 'euim-avatar-image'},{'name': 'EuimAvatarTextComponent', 'selector': 'euim-avatar-text'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimCardComponent', 'selector': 'euim-card'},{'name': 'EuimCardListComponent', 'selector': 'euim-card-list'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfViewerComponent', 'selector': 'euim-pdf-viewer'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSearchBarComponent', 'selector': 'euim-search-bar'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'name': 'EuimToolbarQrcodeComponent', 'selector': 'euim-toolbar-qrcode'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
449
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAlignCenterDirective', 'selector': '[euimAlignCenter]'},{'name': 'EuimAlignTopDirective', 'selector': '[euimAlignTop]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimCardImageDirective', 'selector': '[euimCardImage]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimListItemNoPaddingsDirective', 'selector': '[euimListItemNoPaddings]'},{'name': 'EuimMediaHeaderCustomContentDirective', 'selector': '[euimMediaHeaderCustomContent]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMinWidthDirective', 'selector': '[euimMinWidth]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimReadOnlyFormDirective', 'selector': '[euimReadOnlyForm]'},{'name': 'EuimReadOnlyFormLabelDirective', 'selector': '[euimReadOnlyFormLabel]'},{'name': 'EuimReadOnlyFormValueDirective', 'selector': '[euimReadOnlyFormValue]'},{'name': 'EuimSidebarFooterNoBordersDirective', 'selector': '[euimSidebarFooterNoBorders]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarTransparentDirective', 'selector': '[euimToolbarTransparent]'}];
|
|
450
|
+
var ACTUAL_COMPONENT = {'name': 'EuimAvatarIconSubComponent'};
|
|
451
|
+
</script>
|
|
452
|
+
<script src="../js/tree.js"></script>
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
587
457
|
|
|
588
458
|
|
|
589
459
|
|
|
@@ -622,8 +492,8 @@
|
|
|
622
492
|
|
|
623
493
|
<script>
|
|
624
494
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
625
|
-
var COMPODOC_CURRENT_PAGE_CONTEXT = '
|
|
626
|
-
var COMPODOC_CURRENT_PAGE_URL = '
|
|
495
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
|
|
496
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimAvatarIconSubComponent.html';
|
|
627
497
|
var MAX_SEARCH_RESULTS = 15;
|
|
628
498
|
</script>
|
|
629
499
|
|