@eui/mobile-core 18.0.0-next.3 → 18.0.0-next.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/components/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +97 -37
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +1 -1
- package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarBadgeComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimAvatarIconSubComponent.html +1 -1
- package/docs/components/EuimAvatarImageComponent.html +1 -1
- package/docs/components/EuimAvatarTextComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimCardComponent.html +67 -2
- package/docs/components/EuimCardListComponent.html +94 -33
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +94 -3
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +38 -1
- package/docs/components/EuimHelpSupportComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +26 -2
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimPdfViewerComponent.html +57 -3
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +153 -47
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarDatepickerComponent.html +116 -3
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +89 -33
- package/docs/dependencies.html +6 -4
- package/docs/directives/EuimAlignCenterDirective.html +350 -0
- package/docs/directives/EuimAlignTopDirective.html +350 -0
- package/docs/directives/EuimCardImageDirective.html +51 -0
- package/docs/directives/EuimListHeaderDirective.html +432 -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/index.html +3 -3
- package/docs/interfaces/ActionBtnsIconsNames.html +348 -0
- package/docs/js/menu-wc.js +94 -12
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +9 -0
- package/docs/modules/EuimAllModule.html +54 -0
- package/docs/modules/EuimListHeaderModule.html +232 -0
- package/docs/modules/EuimMediaHeaderModule.html +13 -0
- package/docs/modules.html +12 -0
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +4 -4
- package/esm2022/lib/components/atoms/euim-label/euim-label.module.mjs +4 -4
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +4 -4
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +4 -4
- package/esm2022/lib/components/base-states.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +4 -4
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +27 -0
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +28 -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 +3 -3
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +3 -3
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +4 -4
- package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +4 -4
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +4 -4
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +3 -3
- package/esm2022/lib/components/euim-alert-message/euim-alert-message.module.mjs +4 -4
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +4 -4
- package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +3 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +3 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +3 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +3 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +3 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +4 -4
- package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +4 -4
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -4
- package/esm2022/lib/components/euim-badge/euim-badge.module.mjs +4 -4
- 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 +4 -4
- 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 +4 -4
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +3 -3
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +41 -9
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.module.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +3 -3
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +3 -3
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.module.mjs +4 -4
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +3 -3
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +4 -4
- 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 +3 -3
- package/esm2022/lib/components/euim-media-header/euim-media-header-sub-title/euim-media-header-sub-title.directive.mjs +3 -3
- package/esm2022/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.directive.mjs +3 -3
- 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 +3 -3
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +4 -4
- package/esm2022/lib/components/euim-message/euim-message.module.mjs +4 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-info/euim-multiselect-info.component.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-list/euim-multiselect-list.component.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +3 -3
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.module.mjs +4 -4
- 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 +3 -3
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.module.mjs +4 -4
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +4 -4
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +3 -3
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.mjs +4 -4
- package/esm2022/lib/components/euim-slider-info-screen/euim-slide-info-screen/euim-slide-info-screen.component.mjs +3 -3
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +3 -3
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-sub-title/euim-slider-info-screen-sub-title.directive.mjs +3 -3
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-title/euim-slider-info-screen-title.directive.mjs +3 -3
- 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 +4 -4
- package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +3 -3
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +3 -3
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +3 -3
- package/esm2022/lib/components/euim-spinner/euim-spinner.module.mjs +4 -4
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.mjs +3 -3
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +32 -10
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +4 -4
- package/esm2022/lib/components/index.mjs +12 -3
- package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +4 -4
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive.mjs +3 -3
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive.mjs +3 -3
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive.mjs +3 -3
- 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 +4 -4
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +4 -4
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +4 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +4 -4
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
- 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 +3 -3
- 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 +4 -4
- package/esm2022/lib/euim-all.module.mjs +35 -6
- package/esm2022/lib/services/euim-app.service.mjs +3 -3
- package/fesm2022/eui-mobile-core.mjs +857 -485
- package/fesm2022/eui-mobile-core.mjs.map +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-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 +10 -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/euim-alert-message/euim-alert-messsage.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 +9 -2
- 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-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 -2
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts.map +1 -1
- package/lib/components/index.d.ts +11 -2
- 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-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 +13 -4
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +2 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.