@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
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
<tr>
|
|
111
111
|
<td class="col-md-4">
|
|
112
112
|
<ul class="index-list">
|
|
113
|
+
<li>
|
|
114
|
+
<a href="#IconColor" title="packages/eui-mobile/packages/core/src/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.ts" ><b>IconColor</b> (packages/.../euim-sidebar-content.component.ts)</a>
|
|
115
|
+
</li>
|
|
113
116
|
<li>
|
|
114
117
|
<a href="#SkeletonItemInputs" title="packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list/euim-skeleton-list.component.ts" ><b>SkeletonItemInputs</b> (packages/.../euim-skeleton-list.component.ts)</a>
|
|
115
118
|
</li>
|
|
@@ -123,7 +126,25 @@
|
|
|
123
126
|
</table>
|
|
124
127
|
</section>
|
|
125
128
|
|
|
126
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-
|
|
129
|
+
<h3>packages/eui-mobile/packages/core/src/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.ts</h3>
|
|
130
|
+
<section data-compodoc="block-typealias">
|
|
131
|
+
<table class="table table-sm table-bordered">
|
|
132
|
+
<tbody>
|
|
133
|
+
<tr>
|
|
134
|
+
<td class="col-md-4">
|
|
135
|
+
<a name="IconColor"></a>
|
|
136
|
+
<span class="name "><b>IconColor</b><a href="#IconColor"><span class="icon ion-ios-link"></span></a></span>
|
|
137
|
+
</td>
|
|
138
|
+
</tr>
|
|
139
|
+
<tr>
|
|
140
|
+
<td class="col-md-4">
|
|
141
|
+
<code> <code>"primary" | "default" | "info" | "success" | "warning" | "danger" | "dark" | "white" | "accent" | "secondary"</code>
|
|
142
|
+
</code>
|
|
143
|
+
</td>
|
|
144
|
+
</tr>
|
|
145
|
+
</tbody>
|
|
146
|
+
</table>
|
|
147
|
+
</section> <h3>packages/eui-mobile/packages/core/src/lib/components/euim-skeleton-list/euim-skeleton-list.component.ts</h3>
|
|
127
148
|
<section data-compodoc="block-typealias">
|
|
128
149
|
<table class="table table-sm table-bordered">
|
|
129
150
|
<tbody>
|
|
@@ -116,9 +116,6 @@
|
|
|
116
116
|
<li>
|
|
117
117
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-alert-message/euim-alert-message.module.ts" ><b>COMPONENTS</b> (packages/.../euim-alert-message.module.ts)</a>
|
|
118
118
|
</li>
|
|
119
|
-
<li>
|
|
120
|
-
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-avatar/euim-avatar.module.ts" ><b>COMPONENTS</b> (packages/.../euim-avatar.module.ts)</a>
|
|
121
|
-
</li>
|
|
122
119
|
<li>
|
|
123
120
|
<a href="#COMPONENTS" title="packages/eui-mobile/packages/core/src/lib/components/euim-data-summary/euim-data-summary.module.ts" ><b>COMPONENTS</b> (packages/.../euim-data-summary.module.ts)</a>
|
|
124
121
|
</li>
|
|
@@ -231,39 +228,6 @@
|
|
|
231
228
|
</tr>
|
|
232
229
|
|
|
233
230
|
|
|
234
|
-
</tbody>
|
|
235
|
-
</table>
|
|
236
|
-
</section>
|
|
237
|
-
<h3>packages/eui-mobile/packages/core/src/lib/components/euim-avatar/euim-avatar.module.ts</h3>
|
|
238
|
-
<section data-compodoc="block-properties">
|
|
239
|
-
<h3></h3> <table class="table table-sm table-bordered">
|
|
240
|
-
<tbody>
|
|
241
|
-
<tr>
|
|
242
|
-
<td class="col-md-4">
|
|
243
|
-
<a name="COMPONENTS"></a>
|
|
244
|
-
<span class="name">
|
|
245
|
-
<span ><b>COMPONENTS</b></span>
|
|
246
|
-
<a href="#COMPONENTS"><span class="icon ion-ios-link"></span></a>
|
|
247
|
-
</span>
|
|
248
|
-
</td>
|
|
249
|
-
</tr>
|
|
250
|
-
<tr>
|
|
251
|
-
<td class="col-md-4">
|
|
252
|
-
<i>Type : </i> <code>[]</code>
|
|
253
|
-
|
|
254
|
-
</td>
|
|
255
|
-
</tr>
|
|
256
|
-
<tr>
|
|
257
|
-
<td class="col-md-4">
|
|
258
|
-
<i>Default value : </i><code>[
|
|
259
|
-
EuimAvatarComponent,
|
|
260
|
-
EuimAvatarSubIconDirective,
|
|
261
|
-
EuimAvatarMainIconDirective,
|
|
262
|
-
]</code>
|
|
263
|
-
</td>
|
|
264
|
-
</tr>
|
|
265
|
-
|
|
266
|
-
|
|
267
231
|
</tbody>
|
|
268
232
|
</table>
|
|
269
233
|
</section>
|
|
@@ -706,11 +670,9 @@
|
|
|
706
670
|
EuimLanguageSelectorModule,
|
|
707
671
|
EuimUserProfileModule,
|
|
708
672
|
EuimMessageModule,
|
|
709
|
-
EuimCardModule,
|
|
710
|
-
EuimCardListModule,
|
|
711
673
|
EuimSkeletonListItemModule,
|
|
712
674
|
EuimSkeletonListModule,
|
|
713
|
-
|
|
675
|
+
|
|
714
676
|
EuimLabelModule,
|
|
715
677
|
EuimAlertMessageModule,
|
|
716
678
|
EuimAboutModule,
|
|
@@ -728,12 +690,24 @@
|
|
|
728
690
|
EuimPdfViewerModule,
|
|
729
691
|
EuimMultiselectModule,
|
|
730
692
|
EuimToolbarDatepickerModule,
|
|
693
|
+
EuimCardModule,
|
|
694
|
+
EuimCardListModule,
|
|
695
|
+
EuimToolbarQrcodeModule,
|
|
731
696
|
|
|
732
697
|
// Directives
|
|
733
698
|
EuimSpinnerComponentModule,
|
|
734
699
|
EuimDividerModule,
|
|
700
|
+
EuimListHeaderModule,
|
|
701
|
+
EuimMinWidthDirective,
|
|
702
|
+
EuimAlignCenterDirective,
|
|
703
|
+
EuimAlignTopDirective,
|
|
735
704
|
EuimToolbarTransparentDirective,
|
|
736
705
|
EuimSidebarFooterNoBordersDirective,
|
|
706
|
+
EuimListItemNoPaddingsDirective,
|
|
707
|
+
EuimReadOnlyFormDirective,
|
|
708
|
+
EuimReadOnlyFormValueDirective,
|
|
709
|
+
EuimReadOnlyFormLabelDirective,
|
|
710
|
+
EuimMediaHeaderCustomContentDirective,
|
|
737
711
|
EuimSkeletonTextAvatarModule,
|
|
738
712
|
]</code>
|
|
739
713
|
</td>
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
<a href="../modules/EuimAlertMessageModule.html">EuimAlertMessageModule</a>
|
|
145
145
|
</li>
|
|
146
146
|
<li class="list-group-item">
|
|
147
|
-
<a href="../modules/
|
|
147
|
+
<a href="../modules/EuimAvatarModule.html">EuimAvatarModule</a>
|
|
148
148
|
</li>
|
|
149
149
|
<li class="list-group-item">
|
|
150
150
|
<a href="../modules/EuimHeaderDetailsModule.html">EuimHeaderDetailsModule</a>
|
|
@@ -126,10 +126,13 @@
|
|
|
126
126
|
<a href="../modules/EuimAlertMessageModule.html">EuimAlertMessageModule</a>
|
|
127
127
|
</li>
|
|
128
128
|
<li class="list-group-item">
|
|
129
|
-
<a href="../modules/
|
|
129
|
+
<a href="../modules/EuimAlignCenterDirective.html">EuimAlignCenterDirective</a>
|
|
130
130
|
</li>
|
|
131
131
|
<li class="list-group-item">
|
|
132
|
-
<a href="../modules/
|
|
132
|
+
<a href="../modules/EuimAlignTopDirective.html">EuimAlignTopDirective</a>
|
|
133
|
+
</li>
|
|
134
|
+
<li class="list-group-item">
|
|
135
|
+
<a href="../modules/EuimAppModule.html">EuimAppModule</a>
|
|
133
136
|
</li>
|
|
134
137
|
<li class="list-group-item">
|
|
135
138
|
<a href="../modules/EuimAvatarModule.html">EuimAvatarModule</a>
|
|
@@ -164,12 +167,24 @@
|
|
|
164
167
|
<li class="list-group-item">
|
|
165
168
|
<a href="../modules/EuimLanguageSelectorModule.html">EuimLanguageSelectorModule</a>
|
|
166
169
|
</li>
|
|
170
|
+
<li class="list-group-item">
|
|
171
|
+
<a href="../modules/EuimListHeaderModule.html">EuimListHeaderModule</a>
|
|
172
|
+
</li>
|
|
173
|
+
<li class="list-group-item">
|
|
174
|
+
<a href="../modules/EuimListItemNoPaddingsDirective.html">EuimListItemNoPaddingsDirective</a>
|
|
175
|
+
</li>
|
|
176
|
+
<li class="list-group-item">
|
|
177
|
+
<a href="../modules/EuimMediaHeaderCustomContentDirective.html">EuimMediaHeaderCustomContentDirective</a>
|
|
178
|
+
</li>
|
|
167
179
|
<li class="list-group-item">
|
|
168
180
|
<a href="../modules/EuimMediaHeaderModule.html">EuimMediaHeaderModule</a>
|
|
169
181
|
</li>
|
|
170
182
|
<li class="list-group-item">
|
|
171
183
|
<a href="../modules/EuimMessageModule.html">EuimMessageModule</a>
|
|
172
184
|
</li>
|
|
185
|
+
<li class="list-group-item">
|
|
186
|
+
<a href="../modules/EuimMinWidthDirective.html">EuimMinWidthDirective</a>
|
|
187
|
+
</li>
|
|
173
188
|
<li class="list-group-item">
|
|
174
189
|
<a href="../modules/EuimMultiselectModule.html">EuimMultiselectModule</a>
|
|
175
190
|
</li>
|
|
@@ -179,6 +194,15 @@
|
|
|
179
194
|
<li class="list-group-item">
|
|
180
195
|
<a href="../modules/EuimPdfViewerModule.html">EuimPdfViewerModule</a>
|
|
181
196
|
</li>
|
|
197
|
+
<li class="list-group-item">
|
|
198
|
+
<a href="../modules/EuimReadOnlyFormDirective.html">EuimReadOnlyFormDirective</a>
|
|
199
|
+
</li>
|
|
200
|
+
<li class="list-group-item">
|
|
201
|
+
<a href="../modules/EuimReadOnlyFormLabelDirective.html">EuimReadOnlyFormLabelDirective</a>
|
|
202
|
+
</li>
|
|
203
|
+
<li class="list-group-item">
|
|
204
|
+
<a href="../modules/EuimReadOnlyFormValueDirective.html">EuimReadOnlyFormValueDirective</a>
|
|
205
|
+
</li>
|
|
182
206
|
<li class="list-group-item">
|
|
183
207
|
<a href="../modules/EuimScrollerXComponentModule.html">EuimScrollerXComponentModule</a>
|
|
184
208
|
</li>
|
|
@@ -209,6 +233,9 @@
|
|
|
209
233
|
<li class="list-group-item">
|
|
210
234
|
<a href="../modules/EuimToolbarDatepickerModule.html">EuimToolbarDatepickerModule</a>
|
|
211
235
|
</li>
|
|
236
|
+
<li class="list-group-item">
|
|
237
|
+
<a href="../modules/EuimToolbarQrcodeModule.html">EuimToolbarQrcodeModule</a>
|
|
238
|
+
</li>
|
|
212
239
|
<li class="list-group-item">
|
|
213
240
|
<a href="../modules/EuimToolbarTransparentDirective.html">EuimToolbarTransparentDirective</a>
|
|
214
241
|
</li>
|
|
@@ -229,10 +256,13 @@
|
|
|
229
256
|
<a href="../modules/EuimAlertMessageModule.html">EuimAlertMessageModule</a>
|
|
230
257
|
</li>
|
|
231
258
|
<li class="list-group-item">
|
|
232
|
-
<a href="../
|
|
259
|
+
<a href="../directives/EuimAlignCenterDirective.html">EuimAlignCenterDirective</a>
|
|
233
260
|
</li>
|
|
234
261
|
<li class="list-group-item">
|
|
235
|
-
<a href="../
|
|
262
|
+
<a href="../directives/EuimAlignTopDirective.html">EuimAlignTopDirective</a>
|
|
263
|
+
</li>
|
|
264
|
+
<li class="list-group-item">
|
|
265
|
+
<a href="../modules/EuimAppModule.html">EuimAppModule</a>
|
|
236
266
|
</li>
|
|
237
267
|
<li class="list-group-item">
|
|
238
268
|
<a href="../modules/EuimAvatarModule.html">EuimAvatarModule</a>
|
|
@@ -267,12 +297,24 @@
|
|
|
267
297
|
<li class="list-group-item">
|
|
268
298
|
<a href="../modules/EuimLanguageSelectorModule.html">EuimLanguageSelectorModule</a>
|
|
269
299
|
</li>
|
|
300
|
+
<li class="list-group-item">
|
|
301
|
+
<a href="../modules/EuimListHeaderModule.html">EuimListHeaderModule</a>
|
|
302
|
+
</li>
|
|
303
|
+
<li class="list-group-item">
|
|
304
|
+
<a href="../directives/EuimListItemNoPaddingsDirective.html">EuimListItemNoPaddingsDirective</a>
|
|
305
|
+
</li>
|
|
306
|
+
<li class="list-group-item">
|
|
307
|
+
<a href="../directives/EuimMediaHeaderCustomContentDirective.html">EuimMediaHeaderCustomContentDirective</a>
|
|
308
|
+
</li>
|
|
270
309
|
<li class="list-group-item">
|
|
271
310
|
<a href="../modules/EuimMediaHeaderModule.html">EuimMediaHeaderModule</a>
|
|
272
311
|
</li>
|
|
273
312
|
<li class="list-group-item">
|
|
274
313
|
<a href="../modules/EuimMessageModule.html">EuimMessageModule</a>
|
|
275
314
|
</li>
|
|
315
|
+
<li class="list-group-item">
|
|
316
|
+
<a href="../directives/EuimMinWidthDirective.html">EuimMinWidthDirective</a>
|
|
317
|
+
</li>
|
|
276
318
|
<li class="list-group-item">
|
|
277
319
|
<a href="../modules/EuimMultiselectModule.html">EuimMultiselectModule</a>
|
|
278
320
|
</li>
|
|
@@ -282,6 +324,15 @@
|
|
|
282
324
|
<li class="list-group-item">
|
|
283
325
|
<a href="../modules/EuimPdfViewerModule.html">EuimPdfViewerModule</a>
|
|
284
326
|
</li>
|
|
327
|
+
<li class="list-group-item">
|
|
328
|
+
<a href="../directives/EuimReadOnlyFormDirective.html">EuimReadOnlyFormDirective</a>
|
|
329
|
+
</li>
|
|
330
|
+
<li class="list-group-item">
|
|
331
|
+
<a href="../directives/EuimReadOnlyFormLabelDirective.html">EuimReadOnlyFormLabelDirective</a>
|
|
332
|
+
</li>
|
|
333
|
+
<li class="list-group-item">
|
|
334
|
+
<a href="../directives/EuimReadOnlyFormValueDirective.html">EuimReadOnlyFormValueDirective</a>
|
|
335
|
+
</li>
|
|
285
336
|
<li class="list-group-item">
|
|
286
337
|
<a href="../components/EuimScrollerXComponentModule.html">EuimScrollerXComponentModule</a>
|
|
287
338
|
</li>
|
|
@@ -312,6 +363,9 @@
|
|
|
312
363
|
<li class="list-group-item">
|
|
313
364
|
<a href="../modules/EuimToolbarDatepickerModule.html">EuimToolbarDatepickerModule</a>
|
|
314
365
|
</li>
|
|
366
|
+
<li class="list-group-item">
|
|
367
|
+
<a href="../modules/EuimToolbarQrcodeModule.html">EuimToolbarQrcodeModule</a>
|
|
368
|
+
</li>
|
|
315
369
|
<li class="list-group-item">
|
|
316
370
|
<a href="../directives/EuimToolbarTransparentDirective.html">EuimToolbarTransparentDirective</a>
|
|
317
371
|
</li>
|
|
@@ -119,19 +119,22 @@
|
|
|
119
119
|
title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
|
|
120
120
|
<ul class="list-group">
|
|
121
121
|
<li class="list-group-item">
|
|
122
|
-
<a href="../components/
|
|
122
|
+
<a href="../components/EuimAvatarBadgeComponent.html">EuimAvatarBadgeComponent</a>
|
|
123
123
|
</li>
|
|
124
124
|
<li class="list-group-item">
|
|
125
|
-
<a href="../components/
|
|
125
|
+
<a href="../components/EuimAvatarComponent.html">EuimAvatarComponent</a>
|
|
126
126
|
</li>
|
|
127
127
|
<li class="list-group-item">
|
|
128
|
-
<a href="../components/
|
|
128
|
+
<a href="../components/EuimAvatarIconComponent.html">EuimAvatarIconComponent</a>
|
|
129
129
|
</li>
|
|
130
130
|
<li class="list-group-item">
|
|
131
|
-
<a href="../components/
|
|
131
|
+
<a href="../components/EuimAvatarIconSubComponent.html">EuimAvatarIconSubComponent</a>
|
|
132
132
|
</li>
|
|
133
133
|
<li class="list-group-item">
|
|
134
|
-
<a href="../components/
|
|
134
|
+
<a href="../components/EuimAvatarImageComponent.html">EuimAvatarImageComponent</a>
|
|
135
|
+
</li>
|
|
136
|
+
<li class="list-group-item">
|
|
137
|
+
<a href="../components/EuimAvatarTextComponent.html">EuimAvatarTextComponent</a>
|
|
135
138
|
</li>
|
|
136
139
|
</ul>
|
|
137
140
|
</div>
|
|
@@ -141,19 +144,22 @@
|
|
|
141
144
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
142
145
|
<ul class="list-group">
|
|
143
146
|
<li class="list-group-item">
|
|
144
|
-
<a href="../components/
|
|
147
|
+
<a href="../components/EuimAvatarBadgeComponent.html">EuimAvatarBadgeComponent</a>
|
|
148
|
+
</li>
|
|
149
|
+
<li class="list-group-item">
|
|
150
|
+
<a href="../components/EuimAvatarComponent.html">EuimAvatarComponent</a>
|
|
145
151
|
</li>
|
|
146
152
|
<li class="list-group-item">
|
|
147
|
-
<a href="../components/
|
|
153
|
+
<a href="../components/EuimAvatarIconComponent.html">EuimAvatarIconComponent</a>
|
|
148
154
|
</li>
|
|
149
155
|
<li class="list-group-item">
|
|
150
|
-
<a href="../components/
|
|
156
|
+
<a href="../components/EuimAvatarIconSubComponent.html">EuimAvatarIconSubComponent</a>
|
|
151
157
|
</li>
|
|
152
158
|
<li class="list-group-item">
|
|
153
|
-
<a href="../components/
|
|
159
|
+
<a href="../components/EuimAvatarImageComponent.html">EuimAvatarImageComponent</a>
|
|
154
160
|
</li>
|
|
155
161
|
<li class="list-group-item">
|
|
156
|
-
<a href="../components/
|
|
162
|
+
<a href="../components/EuimAvatarTextComponent.html">EuimAvatarTextComponent</a>
|
|
157
163
|
</li>
|
|
158
164
|
</ul>
|
|
159
165
|
</div>
|
|
@@ -85,7 +85,9 @@
|
|
|
85
85
|
|
|
86
86
|
<ol class="breadcrumb">
|
|
87
87
|
<li class="breadcrumb-item">Modules</li>
|
|
88
|
-
<li class="breadcrumb-item"
|
|
88
|
+
<li class="breadcrumb-item"
|
|
89
|
+
class="breadcrumb-item deprecated-name"
|
|
90
|
+
>EuimDividerModule</li>
|
|
89
91
|
</ol>
|
|
90
92
|
|
|
91
93
|
|
|
@@ -109,17 +111,24 @@
|
|
|
109
111
|
</p>
|
|
110
112
|
|
|
111
113
|
|
|
114
|
+
<p class="comment">
|
|
115
|
+
<h3 class="deprecated">Deprecated</h3>
|
|
116
|
+
</p>
|
|
117
|
+
<p class="comment">
|
|
118
|
+
will be removed in the next version of eUI Mobile.
|
|
119
|
+
</p>
|
|
112
120
|
|
|
113
121
|
|
|
114
122
|
|
|
115
123
|
<div class="container-fluid module">
|
|
116
124
|
<div class="row">
|
|
117
125
|
<div class="col-sm-3">
|
|
118
|
-
<h3>
|
|
119
|
-
title="Official documentation about module
|
|
126
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
|
127
|
+
title="Official documentation about module imports"><span
|
|
128
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
120
129
|
<ul class="list-group">
|
|
121
130
|
<li class="list-group-item">
|
|
122
|
-
<a href="../
|
|
131
|
+
<a href="../modules/EuimDividerDirective.html">EuimDividerDirective</a>
|
|
123
132
|
</li>
|
|
124
133
|
</ul>
|
|
125
134
|
</div>
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
133
133
|
<ul class="list-group">
|
|
134
134
|
<li class="list-group-item">
|
|
135
|
-
<a href="../modules/
|
|
135
|
+
<a href="../modules/EuimAvatarModule.html">EuimAvatarModule</a>
|
|
136
136
|
</li>
|
|
137
137
|
<li class="list-group-item">
|
|
138
138
|
<a href="../modules/EuimEmptyListPlaceholderModule.html">EuimEmptyListPlaceholderModule</a>
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<title>csdr documentation</title>
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
|
|
11
|
+
<link rel="stylesheet" href="../styles/style.css">
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
|
+
<link rel="stylesheet" href="../styles/material.css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
<script>
|
|
17
|
+
// Blocking script to avaoid flickering dark mode
|
|
18
|
+
// Dark mode toggle button
|
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
+
var darkModeState = useDark.matches;
|
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
+
|
|
25
|
+
function checkToggle(check) {
|
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function toggleDarkMode(state) {
|
|
32
|
+
if (window.localStorage) {
|
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
checkToggle(state);
|
|
37
|
+
|
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
|
39
|
+
|
|
40
|
+
if (state) {
|
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
|
43
|
+
}
|
|
44
|
+
if (!hasClass) {
|
|
45
|
+
document.body.classList.add('dark');
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
+
}
|
|
51
|
+
if (hasClass) {
|
|
52
|
+
document.body.classList.remove('dark');
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
|
58
|
+
toggleDarkMode(evt.matches);
|
|
59
|
+
});
|
|
60
|
+
if (darkModeStateLocal) {
|
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
+
}
|
|
63
|
+
toggleDarkMode(darkModeState);
|
|
64
|
+
</script>
|
|
65
|
+
|
|
66
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
67
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
68
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
69
|
+
</div>
|
|
70
|
+
|
|
71
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
72
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
73
|
+
</div>
|
|
74
|
+
|
|
75
|
+
<div class="container-fluid main">
|
|
76
|
+
<div class="row main">
|
|
77
|
+
<div class="hidden-xs menu">
|
|
78
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
79
|
+
</div>
|
|
80
|
+
<!-- START CONTENT -->
|
|
81
|
+
<div class="content module">
|
|
82
|
+
<div class="content-data">
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
<ol class="breadcrumb">
|
|
87
|
+
<li class="breadcrumb-item">Modules</li>
|
|
88
|
+
<li class="breadcrumb-item"
|
|
89
|
+
class="breadcrumb-item deprecated-name"
|
|
90
|
+
>EuimListHeaderModule</li>
|
|
91
|
+
</ol>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
95
|
+
<li class="nav-item">
|
|
96
|
+
<a href="#info"
|
|
97
|
+
class="nav-link"
|
|
98
|
+
class="nav-link active"
|
|
99
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
100
|
+
</li>
|
|
101
|
+
</ul>
|
|
102
|
+
|
|
103
|
+
<div class="tab-content">
|
|
104
|
+
<div class="tab-pane fade active in" id="info">
|
|
105
|
+
|
|
106
|
+
<p class="comment">
|
|
107
|
+
<h3>File</h3>
|
|
108
|
+
</p>
|
|
109
|
+
<p class="comment">
|
|
110
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/directives/euim-list-header/euim-list-header.module.ts</code>
|
|
111
|
+
</p>
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
<p class="comment">
|
|
115
|
+
<h3 class="deprecated">Deprecated</h3>
|
|
116
|
+
</p>
|
|
117
|
+
<p class="comment">
|
|
118
|
+
will be removed in the next version of eUI Mobile.
|
|
119
|
+
</p>
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
<div class="container-fluid module">
|
|
124
|
+
<div class="row">
|
|
125
|
+
<div class="col-sm-3">
|
|
126
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
|
127
|
+
title="Official documentation about module imports"><span
|
|
128
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
129
|
+
<ul class="list-group">
|
|
130
|
+
<li class="list-group-item">
|
|
131
|
+
<a href="../modules/EuimListHeaderDirective.html">EuimListHeaderDirective</a>
|
|
132
|
+
</li>
|
|
133
|
+
</ul>
|
|
134
|
+
</div>
|
|
135
|
+
<div class="col-sm-3">
|
|
136
|
+
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
137
|
+
title="Official documentation about module exports"><span
|
|
138
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
139
|
+
<ul class="list-group">
|
|
140
|
+
<li class="list-group-item">
|
|
141
|
+
<a href="../directives/EuimListHeaderDirective.html">EuimListHeaderDirective</a>
|
|
142
|
+
</li>
|
|
143
|
+
</ul>
|
|
144
|
+
</div>
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
</div>
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
</div>
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
</div><div class="search-results">
|
|
171
|
+
<div class="has-results">
|
|
172
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
173
|
+
<ul class="search-results-list"></ul>
|
|
174
|
+
</div>
|
|
175
|
+
<div class="no-results">
|
|
176
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
177
|
+
</div>
|
|
178
|
+
</div>
|
|
179
|
+
</div>
|
|
180
|
+
<!-- END CONTENT -->
|
|
181
|
+
</div>
|
|
182
|
+
</div>
|
|
183
|
+
|
|
184
|
+
<label class="dark-mode-switch">
|
|
185
|
+
<input type="checkbox">
|
|
186
|
+
<span class="slider">
|
|
187
|
+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
|
|
188
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
189
|
+
</svg>
|
|
190
|
+
</span>
|
|
191
|
+
</label>
|
|
192
|
+
|
|
193
|
+
<script>
|
|
194
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
195
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
|
|
196
|
+
var COMPODOC_CURRENT_PAGE_URL = 'EuimListHeaderModule.html';
|
|
197
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
198
|
+
</script>
|
|
199
|
+
|
|
200
|
+
<script>
|
|
201
|
+
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
202
|
+
checkToggle(darkModeState);
|
|
203
|
+
if ($darkModeToggleSwitchers.length > 0) {
|
|
204
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
205
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
206
|
+
darkModeState = !darkModeState;
|
|
207
|
+
toggleDarkMode(darkModeState);
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
</script>
|
|
212
|
+
|
|
213
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
214
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
215
|
+
|
|
216
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
217
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
218
|
+
|
|
219
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
220
|
+
|
|
221
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
222
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
223
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
224
|
+
<script src="../js/libs/zepto.min.js"></script>
|
|
225
|
+
|
|
226
|
+
<script src="../js/compodoc.js"></script>
|
|
227
|
+
|
|
228
|
+
<script src="../js/tabs.js"></script>
|
|
229
|
+
<script src="../js/menu.js"></script>
|
|
230
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
231
|
+
<script src="../js/libs/prism.js"></script>
|
|
232
|
+
<script src="../js/sourceCode.js"></script>
|
|
233
|
+
<script src="../js/search/search.js"></script>
|
|
234
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
235
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
236
|
+
<script src="../js/search/search_index.js"></script>
|
|
237
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
</body>
|
|
241
|
+
</html>
|
|
@@ -135,6 +135,16 @@
|
|
|
135
135
|
</li>
|
|
136
136
|
</ul>
|
|
137
137
|
</div>
|
|
138
|
+
<div class="col-sm-3">
|
|
139
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
|
140
|
+
title="Official documentation about module imports"><span
|
|
141
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
142
|
+
<ul class="list-group">
|
|
143
|
+
<li class="list-group-item">
|
|
144
|
+
<a href="../modules/EuimMediaHeaderCustomContentDirective.html">EuimMediaHeaderCustomContentDirective</a>
|
|
145
|
+
</li>
|
|
146
|
+
</ul>
|
|
147
|
+
</div>
|
|
138
148
|
<div class="col-sm-3">
|
|
139
149
|
<h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
|
|
140
150
|
title="Official documentation about module exports"><span
|
|
@@ -152,6 +162,9 @@
|
|
|
152
162
|
<li class="list-group-item">
|
|
153
163
|
<a href="../components/EuimHelpSupportComponent.html">EuimHelpSupportComponent</a>
|
|
154
164
|
</li>
|
|
165
|
+
<li class="list-group-item">
|
|
166
|
+
<a href="../directives/EuimMediaHeaderCustomContentDirective.html">EuimMediaHeaderCustomContentDirective</a>
|
|
167
|
+
</li>
|
|
155
168
|
<li class="list-group-item">
|
|
156
169
|
<a href="../components/EuimOpenSourceLicencesComponent.html">EuimOpenSourceLicencesComponent</a>
|
|
157
170
|
</li>
|