@eui/mobile-core 14.2.0 → 15.0.0-rc.1
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 +8 -8
- package/docs/components/EuiMUserProfileInfosComponent.html +8 -8
- package/docs/components/EuimAppSidebarComponent.html +1 -1
- package/docs/components/EuimAppSidebarFooterComponent.html +4 -10
- package/docs/components/EuimAppSidebarMenuComponent.html +3 -3
- package/docs/components/EuimAvatarMainIconComponent.html +4 -4
- package/docs/components/EuimAvatarSubIconComponent.html +4 -4
- package/docs/components/EuimDataSummaryColComponent.html +4 -4
- package/docs/components/EuimDataSummaryColLabelComponent.html +4 -4
- package/docs/components/EuimDataSummaryColValueComponent.html +4 -4
- package/docs/components/EuimFieldSetComponent.html +4 -4
- package/docs/components/EuimFieldsetActionsComponent.html +4 -4
- package/docs/components/EuimFieldsetLegendComponent.html +4 -4
- package/docs/components/EuimHeaderDetailsIconComponent.html +4 -4
- package/docs/components/EuimHeaderDetailsMetaComponent.html +4 -4
- package/docs/components/EuimHeaderDetailsTitleComponent.html +4 -4
- package/docs/components/EuimInfoScreenMetaComponent.html +4 -4
- package/docs/components/EuimInfoScreenSubTitleComponent.html +4 -4
- package/docs/components/EuimInfoScreenTitleComponent.html +4 -4
- package/docs/components/EuimLanguageSelectorComponent.html +2 -30
- package/docs/components/EuimMediaHeaderComponent.html +0 -24
- package/docs/components/EuimMediaHeaderImageComponent.html +4 -4
- package/docs/components/EuimMediaHeaderMetaComponent.html +4 -4
- package/docs/components/EuimMediaHeaderTitleComponent.html +4 -4
- package/docs/components/EuimMenuComponent.html +4 -4
- package/docs/components/EuimMessageComponent.html +0 -6
- package/docs/components/EuimMessageTitleComponent.html +8 -8
- package/docs/components/EuimSlideComponent.html +4 -4
- package/docs/components/EuimSliderComponent.html +6 -37
- package/docs/components/EuimStepperComponent.html +3 -67
- package/docs/components/EuimUserProfileComponent.html +4 -4
- package/docs/dependencies.html +4 -6
- package/docs/directives/EuimListHeaderDirective.html +4 -4
- package/docs/index.html +2 -2
- package/docs/interfaces/EuimMenuItem.html +571 -0
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +50 -0
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +35 -33
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +20 -21
- package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +17 -23
- package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +20 -21
- package/esm2020/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +10 -14
- package/esm2020/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +20 -21
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +13 -15
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +20 -21
- package/esm2020/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.mjs +15 -21
- package/esm2020/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.mjs +15 -21
- package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +10 -16
- package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +21 -22
- package/esm2020/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +20 -26
- package/esm2020/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +20 -21
- package/esm2020/lib/components/euim-base.directive.mjs +58 -60
- package/esm2020/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +14 -20
- package/esm2020/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.mjs +15 -21
- package/esm2020/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.mjs +15 -21
- package/esm2020/lib/components/euim-data-summary/euim-data-summary.component.mjs +10 -16
- package/esm2020/lib/components/euim-data-summary/euim-data-summary.module.mjs +21 -22
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +13 -53
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +22 -23
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +11 -17
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +11 -17
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +11 -23
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +21 -22
- package/esm2020/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.mjs +15 -21
- package/esm2020/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.mjs +15 -21
- package/esm2020/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.mjs +15 -21
- package/esm2020/lib/components/euim-header-details/euim-header-details.component.mjs +10 -16
- package/esm2020/lib/components/euim-header-details/euim-header-details.module.mjs +21 -22
- package/esm2020/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.mjs +15 -21
- package/esm2020/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.mjs +15 -21
- package/esm2020/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.mjs +15 -21
- package/esm2020/lib/components/euim-info-screen/euim-info-screen.component.mjs +10 -16
- package/esm2020/lib/components/euim-info-screen/euim-info-screen.module.mjs +21 -22
- package/esm2020/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.mjs +15 -21
- package/esm2020/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.mjs +15 -21
- package/esm2020/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.mjs +15 -21
- package/esm2020/lib/components/euim-media-header/euim-media-header.component.mjs +30 -39
- package/esm2020/lib/components/euim-media-header/euim-media-header.module.mjs +21 -22
- package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +11 -78
- package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +22 -23
- package/esm2020/lib/components/euim-menu/models/eui-menu-item.model.mjs +2 -7
- package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +10 -16
- package/esm2020/lib/components/euim-message/euim-message.component.mjs +35 -43
- package/esm2020/lib/components/euim-message/euim-message.module.mjs +21 -22
- package/esm2020/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +16 -22
- package/esm2020/lib/components/euim-slider/euim-slider.component.mjs +26 -84
- package/esm2020/lib/components/euim-slider/euim-slider.module.mjs +21 -22
- package/esm2020/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +11 -17
- package/esm2020/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +11 -17
- package/esm2020/lib/components/euim-spinner/euim-spinner.component.mjs +11 -17
- package/esm2020/lib/components/euim-spinner/euim-spinner.module.mjs +27 -28
- package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +22 -23
- package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +21 -52
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +11 -19
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +7 -11
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +11 -17
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +11 -27
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +23 -24
- package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +9 -21
- package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +23 -24
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +12 -30
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +19 -35
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +34 -35
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -16
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -16
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -62
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +29 -30
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +10 -18
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +9 -15
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +10 -16
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +9 -15
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +11 -20
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +21 -22
- package/esm2020/lib/euim-all.module.mjs +20 -21
- package/esm2020/lib/services/euim-app.service.mjs +8 -7
- package/eui-mobile-core.d.ts.map +1 -0
- package/fesm2015/eui-mobile-core.mjs +648 -1682
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +1320 -1905
- package/fesm2020/eui-mobile-core.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -0
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +2 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -0
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +1 -0
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +1 -0
- package/lib/components/atoms/euim-control-feedback/index.d.ts +1 -0
- package/lib/components/atoms/euim-control-feedback/index.d.ts.map +1 -0
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +2 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -0
- package/lib/components/atoms/euim-label/euim-label.module.d.ts +1 -0
- package/lib/components/atoms/euim-label/euim-label.module.d.ts.map +1 -0
- package/lib/components/atoms/euim-label/index.d.ts +1 -0
- package/lib/components/atoms/euim-label/index.d.ts.map +1 -0
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +2 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -0
- package/lib/components/atoms/euim-notification-item/euim-notification-item.module.d.ts +1 -0
- package/lib/components/atoms/euim-notification-item/euim-notification-item.module.d.ts.map +1 -0
- package/lib/components/atoms/euim-notification-item/index.d.ts +1 -0
- package/lib/components/atoms/euim-notification-item/index.d.ts.map +1 -0
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +3 -2
- 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 +1 -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 +1 -0
- package/lib/components/directives/euim-list-header/index.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.d.ts +3 -2
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.d.ts +3 -2
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar.module.d.ts +1 -0
- package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -0
- package/lib/components/euim-avatar/index.d.ts +1 -0
- package/lib/components/euim-avatar/index.d.ts.map +1 -0
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +2 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +1 -0
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +1 -0
- package/lib/components/euim-avatar-icon/index.d.ts +1 -0
- package/lib/components/euim-avatar-icon/index.d.ts.map +1 -0
- package/lib/components/euim-base.directive.d.ts +2 -1
- package/lib/components/euim-base.directive.d.ts.map +1 -0
- package/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.d.ts +3 -2
- package/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.d.ts.map +1 -0
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.d.ts +3 -2
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.d.ts.map +1 -0
- package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.d.ts +3 -2
- package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.d.ts.map +1 -0
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +2 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -0
- package/lib/components/euim-data-summary/euim-data-summary.module.d.ts +1 -0
- package/lib/components/euim-data-summary/euim-data-summary.module.d.ts.map +1 -0
- package/lib/components/euim-data-summary/index.d.ts +1 -0
- package/lib/components/euim-data-summary/index.d.ts.map +1 -0
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +2 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -0
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts +1 -0
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts.map +1 -0
- package/lib/components/euim-empty-list-placeholder/index.d.ts +1 -0
- package/lib/components/euim-empty-list-placeholder/index.d.ts.map +1 -0
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +3 -2
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -0
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +3 -2
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -0
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +3 -2
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -0
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +1 -0
- package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +1 -0
- package/lib/components/euim-fieldset/index.d.ts +1 -0
- package/lib/components/euim-fieldset/index.d.ts.map +1 -0
- package/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.d.ts +3 -2
- package/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.d.ts.map +1 -0
- package/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.d.ts +3 -2
- package/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.d.ts.map +1 -0
- package/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.d.ts +3 -2
- package/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.d.ts.map +1 -0
- package/lib/components/euim-header-details/euim-header-details.component.d.ts +2 -1
- package/lib/components/euim-header-details/euim-header-details.component.d.ts.map +1 -0
- package/lib/components/euim-header-details/euim-header-details.module.d.ts +1 -0
- package/lib/components/euim-header-details/euim-header-details.module.d.ts.map +1 -0
- package/lib/components/euim-header-details/index.d.ts +1 -0
- package/lib/components/euim-header-details/index.d.ts.map +1 -0
- package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.d.ts +3 -2
- package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.d.ts.map +1 -0
- package/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.d.ts +3 -2
- package/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.d.ts.map +1 -0
- package/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.d.ts +3 -2
- package/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.d.ts.map +1 -0
- package/lib/components/euim-info-screen/euim-info-screen.component.d.ts +2 -1
- package/lib/components/euim-info-screen/euim-info-screen.component.d.ts.map +1 -0
- package/lib/components/euim-info-screen/euim-info-screen.module.d.ts +1 -0
- package/lib/components/euim-info-screen/euim-info-screen.module.d.ts.map +1 -0
- package/lib/components/euim-info-screen/index.d.ts +1 -0
- package/lib/components/euim-info-screen/index.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.d.ts +3 -2
- package/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.d.ts +3 -2
- package/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.d.ts +3 -2
- package/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -0
- package/lib/components/euim-media-header/euim-media-header.module.d.ts +1 -0
- package/lib/components/euim-media-header/euim-media-header.module.d.ts.map +1 -0
- package/lib/components/euim-media-header/index.d.ts +1 -0
- package/lib/components/euim-media-header/index.d.ts.map +1 -0
- package/lib/components/euim-menu/euim-menu.component.d.ts +2 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -0
- package/lib/components/euim-menu/euim-menu.module.d.ts +1 -0
- package/lib/components/euim-menu/euim-menu.module.d.ts.map +1 -0
- package/lib/components/euim-menu/index.d.ts +1 -0
- package/lib/components/euim-menu/index.d.ts.map +1 -0
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +2 -2
- package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +1 -0
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +3 -2
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -0
- package/lib/components/euim-message/euim-message.component.d.ts +3 -4
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -0
- package/lib/components/euim-message/euim-message.module.d.ts +1 -0
- package/lib/components/euim-message/euim-message.module.d.ts.map +1 -0
- package/lib/components/euim-message/index.d.ts +1 -0
- package/lib/components/euim-message/index.d.ts.map +1 -0
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +3 -2
- package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +1 -0
- package/lib/components/euim-slider/euim-slider.component.d.ts +15 -5
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -0
- package/lib/components/euim-slider/euim-slider.module.d.ts +1 -0
- package/lib/components/euim-slider/euim-slider.module.d.ts.map +1 -0
- package/lib/components/euim-slider/index.d.ts +1 -0
- package/lib/components/euim-slider/index.d.ts.map +1 -0
- package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -1
- package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -0
- package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -1
- package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -0
- package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -1
- package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -0
- package/lib/components/euim-spinner/euim-spinner.module.d.ts +1 -0
- package/lib/components/euim-spinner/euim-spinner.module.d.ts.map +1 -0
- package/lib/components/euim-spinner/index.d.ts +1 -0
- package/lib/components/euim-spinner/index.d.ts.map +1 -0
- package/lib/components/euim-stepper/euim-steper.module.d.ts +1 -0
- package/lib/components/euim-stepper/euim-steper.module.d.ts.map +1 -0
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -3
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -0
- package/lib/components/euim-stepper/index.d.ts +1 -0
- package/lib/components/euim-stepper/index.d.ts.map +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/index.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +4 -5
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +2 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +2 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +2 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +1 -0
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app.component.d.ts +2 -1
- package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -0
- package/lib/components/layout/euim-app/euim-app.module.d.ts +1 -0
- package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -0
- package/lib/components/layout/euim-app/index.d.ts +1 -0
- package/lib/components/layout/euim-app/index.d.ts.map +1 -0
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +3 -2
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -0
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +5 -4
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -0
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +2 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -0
- package/lib/components/layout/euim-language-selector/index.d.ts +1 -0
- package/lib/components/layout/euim-language-selector/index.d.ts.map +1 -0
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -0
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -0
- 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 -0
- package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts +1 -0
- package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts.map +1 -0
- package/lib/components/layout/euim-toolbar/index.d.ts +1 -0
- package/lib/components/layout/euim-toolbar/index.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +3 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +2 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +3 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +2 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +3 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile.module.d.ts +1 -0
- package/lib/components/layout/euim-user-profile/euim-user-profile.module.d.ts.map +1 -0
- package/lib/components/layout/euim-user-profile/index.d.ts +1 -0
- package/lib/components/layout/euim-user-profile/index.d.ts.map +1 -0
- package/lib/euim-all.module.d.ts +1 -0
- package/lib/euim-all.module.d.ts.map +1 -0
- package/lib/services/euim-app.service.d.ts +1 -0
- package/lib/services/euim-app.service.d.ts.map +1 -0
- package/lib/services/index.d.ts +1 -0
- package/lib/services/index.d.ts.map +1 -0
- package/package.json +5 -7
- package/docs/classes/EuimMenuItem.html +0 -463
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.