@eui/mobile-core 14.2.0 → 15.0.0-rc.2
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 +5 -8
- 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/docs/properties.html +1 -1
- 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 +27 -87
- 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 -1684
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +1321 -1908
- 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
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
<td class="col-md-4">
|
|
124
124
|
<ul class="index-list">
|
|
125
125
|
<li>
|
|
126
|
-
<a href="#
|
|
126
|
+
<a href="#className" >className</a>
|
|
127
127
|
</li>
|
|
128
128
|
<li>
|
|
129
129
|
<a href="#_euiAccent" >_euiAccent</a>
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
<td class="col-md-4">
|
|
302
302
|
<ul class="index-list">
|
|
303
303
|
<li>
|
|
304
|
-
<a href="#
|
|
304
|
+
<a href="#className" >className</a>
|
|
305
305
|
</li>
|
|
306
306
|
</ul>
|
|
307
307
|
</td>
|
|
@@ -690,10 +690,10 @@
|
|
|
690
690
|
<tbody>
|
|
691
691
|
<tr>
|
|
692
692
|
<td class="col-md-4">
|
|
693
|
-
<a name="
|
|
693
|
+
<a name="className"></a>
|
|
694
694
|
<span class="name">
|
|
695
|
-
<span ><b>
|
|
696
|
-
<a href="#
|
|
695
|
+
<span ><b>className</b></span>
|
|
696
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
697
697
|
</span>
|
|
698
698
|
</td>
|
|
699
699
|
</tr>
|
|
@@ -793,10 +793,10 @@
|
|
|
793
793
|
<tbody>
|
|
794
794
|
<tr>
|
|
795
795
|
<td class="col-md-4">
|
|
796
|
-
<a name="
|
|
796
|
+
<a name="className"></a>
|
|
797
797
|
<span class="name">
|
|
798
|
-
<span ><b>
|
|
799
|
-
<a href="#
|
|
798
|
+
<span ><b>className</b></span>
|
|
799
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
800
800
|
</span>
|
|
801
801
|
</td>
|
|
802
802
|
</tr>
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
<td class="col-md-4">
|
|
124
124
|
<ul class="index-list">
|
|
125
125
|
<li>
|
|
126
|
-
<a href="#
|
|
126
|
+
<a href="#className" >className</a>
|
|
127
127
|
</li>
|
|
128
128
|
<li>
|
|
129
129
|
<a href="#_euiAccent" >_euiAccent</a>
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
<td class="col-md-4">
|
|
302
302
|
<ul class="index-list">
|
|
303
303
|
<li>
|
|
304
|
-
<a href="#
|
|
304
|
+
<a href="#className" >className</a>
|
|
305
305
|
</li>
|
|
306
306
|
</ul>
|
|
307
307
|
</td>
|
|
@@ -690,10 +690,10 @@
|
|
|
690
690
|
<tbody>
|
|
691
691
|
<tr>
|
|
692
692
|
<td class="col-md-4">
|
|
693
|
-
<a name="
|
|
693
|
+
<a name="className"></a>
|
|
694
694
|
<span class="name">
|
|
695
|
-
<span ><b>
|
|
696
|
-
<a href="#
|
|
695
|
+
<span ><b>className</b></span>
|
|
696
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
697
697
|
</span>
|
|
698
698
|
</td>
|
|
699
699
|
</tr>
|
|
@@ -793,10 +793,10 @@
|
|
|
793
793
|
<tbody>
|
|
794
794
|
<tr>
|
|
795
795
|
<td class="col-md-4">
|
|
796
|
-
<a name="
|
|
796
|
+
<a name="className"></a>
|
|
797
797
|
<span class="name">
|
|
798
|
-
<span ><b>
|
|
799
|
-
<a href="#
|
|
798
|
+
<span ><b>className</b></span>
|
|
799
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
800
800
|
</span>
|
|
801
801
|
</td>
|
|
802
802
|
</tr>
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
</tr>
|
|
332
332
|
<tr>
|
|
333
333
|
<td class="col-md-4">
|
|
334
|
-
<i>Type : </i> <code><a href="../
|
|
334
|
+
<i>Type : </i> <code><a href="../interfaces/EuimMenuItem.html" target="_self" >EuimMenuItem[]</a></code>
|
|
335
335
|
|
|
336
336
|
</td>
|
|
337
337
|
</tr>
|
|
@@ -59,12 +59,6 @@
|
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
<p class="comment">
|
|
63
|
-
<h3>Implements</h3>
|
|
64
|
-
</p>
|
|
65
|
-
<p class="comment">
|
|
66
|
-
<code><a href="https://angular.io/api/core/OnInit" target="_blank" >OnInit</a></code>
|
|
67
|
-
</p>
|
|
68
62
|
|
|
69
63
|
|
|
70
64
|
<section>
|
|
@@ -131,7 +125,7 @@
|
|
|
131
125
|
<td class="col-md-4">
|
|
132
126
|
<ul class="index-list">
|
|
133
127
|
<li>
|
|
134
|
-
<a href="#
|
|
128
|
+
<a href="#className" >className</a>
|
|
135
129
|
</li>
|
|
136
130
|
</ul>
|
|
137
131
|
</td>
|
|
@@ -216,10 +210,10 @@
|
|
|
216
210
|
<tbody>
|
|
217
211
|
<tr>
|
|
218
212
|
<td class="col-md-4">
|
|
219
|
-
<a name="
|
|
213
|
+
<a name="className"></a>
|
|
220
214
|
<span class="name">
|
|
221
|
-
<span ><b>
|
|
222
|
-
<a href="#
|
|
215
|
+
<span ><b>className</b></span>
|
|
216
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
223
217
|
</span>
|
|
224
218
|
</td>
|
|
225
219
|
</tr>
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
</tr>
|
|
191
191
|
<tr>
|
|
192
192
|
<td class="col-md-4">
|
|
193
|
-
<i>Type : </i> <code><a href="../
|
|
193
|
+
<i>Type : </i> <code><a href="../interfaces/EuimMenuItem.html" target="_self" >EuimMenuItem[]</a></code>
|
|
194
194
|
|
|
195
195
|
</td>
|
|
196
196
|
</tr>
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
</tr>
|
|
237
237
|
<tr>
|
|
238
238
|
<td class="col-md-4">
|
|
239
|
-
<code>onItemClick(item: <a href="../
|
|
239
|
+
<code>onItemClick(item: <a href="../interfaces/EuimMenuItem.html" target="_self">EuimMenuItem</a>)</code>
|
|
240
240
|
</td>
|
|
241
241
|
</tr>
|
|
242
242
|
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
<tr>
|
|
262
262
|
<td>item</td>
|
|
263
263
|
<td>
|
|
264
|
-
<code><a href="../
|
|
264
|
+
<code><a href="../interfaces/EuimMenuItem.html" target="_self" >EuimMenuItem</a></code>
|
|
265
265
|
</td>
|
|
266
266
|
|
|
267
267
|
<td>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<td class="col-md-4">
|
|
132
132
|
<ul class="index-list">
|
|
133
133
|
<li>
|
|
134
|
-
<a href="#
|
|
134
|
+
<a href="#className" >className</a>
|
|
135
135
|
</li>
|
|
136
136
|
<li>
|
|
137
137
|
<a href="#_euiAccent" >_euiAccent</a>
|
|
@@ -801,10 +801,10 @@
|
|
|
801
801
|
<tbody>
|
|
802
802
|
<tr>
|
|
803
803
|
<td class="col-md-4">
|
|
804
|
-
<a name="
|
|
804
|
+
<a name="className"></a>
|
|
805
805
|
<span class="name">
|
|
806
|
-
<span ><b>
|
|
807
|
-
<a href="#
|
|
806
|
+
<span ><b>className</b></span>
|
|
807
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
808
808
|
</span>
|
|
809
809
|
</td>
|
|
810
810
|
</tr>
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
<td class="col-md-4">
|
|
128
128
|
<ul class="index-list">
|
|
129
129
|
<li>
|
|
130
|
-
<a href="#
|
|
130
|
+
<a href="#className" >className</a>
|
|
131
131
|
</li>
|
|
132
132
|
<li>
|
|
133
133
|
<a href="#_euiAccent" >_euiAccent</a>
|
|
@@ -797,10 +797,10 @@
|
|
|
797
797
|
<tbody>
|
|
798
798
|
<tr>
|
|
799
799
|
<td class="col-md-4">
|
|
800
|
-
<a name="
|
|
800
|
+
<a name="className"></a>
|
|
801
801
|
<span class="name">
|
|
802
|
-
<span ><b>
|
|
803
|
-
<a href="#
|
|
802
|
+
<span ><b>className</b></span>
|
|
803
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
804
804
|
</span>
|
|
805
805
|
</td>
|
|
806
806
|
</tr>
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
<td class="col-md-4">
|
|
128
128
|
<ul class="index-list">
|
|
129
129
|
<li>
|
|
130
|
-
<a href="#
|
|
130
|
+
<a href="#className" >className</a>
|
|
131
131
|
</li>
|
|
132
132
|
<li>
|
|
133
133
|
<a href="#_euiAccent" >_euiAccent</a>
|
|
@@ -797,10 +797,10 @@
|
|
|
797
797
|
<tbody>
|
|
798
798
|
<tr>
|
|
799
799
|
<td class="col-md-4">
|
|
800
|
-
<a name="
|
|
800
|
+
<a name="className"></a>
|
|
801
801
|
<span class="name">
|
|
802
|
-
<span ><b>
|
|
803
|
-
<a href="#
|
|
802
|
+
<span ><b>className</b></span>
|
|
803
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
804
804
|
</span>
|
|
805
805
|
</td>
|
|
806
806
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
<td class="col-md-4">
|
|
114
114
|
<ul class="index-list">
|
|
115
115
|
<li>
|
|
116
|
-
<a href="#
|
|
116
|
+
<a href="#className" >className</a>
|
|
117
117
|
</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</td>
|
|
@@ -185,10 +185,10 @@
|
|
|
185
185
|
<tbody>
|
|
186
186
|
<tr>
|
|
187
187
|
<td class="col-md-4">
|
|
188
|
-
<a name="
|
|
188
|
+
<a name="className"></a>
|
|
189
189
|
<span class="name">
|
|
190
|
-
<span ><b>
|
|
191
|
-
<a href="#
|
|
190
|
+
<span ><b>className</b></span>
|
|
191
|
+
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
192
192
|
</span>
|
|
193
193
|
</td>
|
|
194
194
|
</tr>
|
|
@@ -937,7 +937,7 @@
|
|
|
937
937
|
</tr>
|
|
938
938
|
<tr>
|
|
939
939
|
<td class="col-md-4">
|
|
940
|
-
<code>onShowLanguageList(
|
|
940
|
+
<code>onShowLanguageList()</code>
|
|
941
941
|
</td>
|
|
942
942
|
</tr>
|
|
943
943
|
|
|
@@ -947,37 +947,9 @@
|
|
|
947
947
|
<tr>
|
|
948
948
|
<td class="col-md-4">
|
|
949
949
|
|
|
950
|
-
<div class="io-description">
|
|
951
|
-
<b>Parameters :</b>
|
|
952
|
-
|
|
953
|
-
<table class="params">
|
|
954
|
-
<thead>
|
|
955
|
-
<tr>
|
|
956
|
-
<td>Name</td>
|
|
957
|
-
<td>Optional</td>
|
|
958
|
-
</tr>
|
|
959
|
-
</thead>
|
|
960
|
-
<tbody>
|
|
961
|
-
<tr>
|
|
962
|
-
<td>event</td>
|
|
963
|
-
|
|
964
|
-
<td>
|
|
965
|
-
No
|
|
966
|
-
</td>
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
</tr>
|
|
970
|
-
</tbody>
|
|
971
|
-
</table>
|
|
972
|
-
</div>
|
|
973
|
-
<div>
|
|
974
|
-
</div>
|
|
975
950
|
<div class="io-description">
|
|
976
951
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
977
952
|
|
|
978
|
-
</div>
|
|
979
|
-
<div class="io-description">
|
|
980
|
-
|
|
981
953
|
</div>
|
|
982
954
|
</td>
|
|
983
955
|
</tr>
|
|
@@ -1691,7 +1663,7 @@
|
|
|
1691
1663
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1692
1664
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1693
1665
|
<script>
|
|
1694
|
-
var COMPONENT_TEMPLATE = '<div><ion-button (click)="onShowLanguageList(
|
|
1666
|
+
var COMPONENT_TEMPLATE = '<div><ion-button (click)="onShowLanguageList()"> <ion-icon class="euim-language-selector__icon {{euimPrimary ? \'euim-language-selector__icon--primary\' : \'\'}}" src=\'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M 21.00,0.00 C 22.66,-0.00 24.00,1.34 24.00,3.00 24.00,3.00 24.00,17.00 24.00,17.00 24.00,18.66 22.66,20.00 21.00,20.00 21.00,20.00 3.00,20.00 3.00,20.00 1.34,20.00 0.00,18.66 0.00,17.00 0.00,17.00 0.00,3.00 0.00,3.00 0.00,1.34 1.34,0.00 3.00,0.00 3.00,0.00 21.00,0.00 21.00,0.00 Z M 9.66,12.34 C 9.66,12.34 15.31,18.00 15.31,18.00 15.31,18.00 9.66,23.66 9.66,23.66 9.66,23.66 4.00,18.00 4.00,18.00 4.00,18.00 9.66,12.34 9.66,12.34 Z" /> </svg>\' slot="icon-only"> </ion-icon> <span class="euim-language-selector__text {{euimPrimary ? \'euim-language-selector__text--primary\' : \'\'}}"> {{ selectedLanguage?.code?.toUpperCase() }} </span></ion-button></div>'
|
|
1695
1667
|
var COMPONENTS = [{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimAvatarMainIconComponent', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconComponent', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryColLabelComponent', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueComponent', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHeaderDetailsIconComponent', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaComponent', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleComponent', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimInfoScreenMetaComponent', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleComponent', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleComponent', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimLabelComponent', 'selector': '[euimLabel]'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMediaHeaderImageComponent', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaComponent', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleComponent', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
1696
1668
|
var DIRECTIVES = [{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'}];
|
|
1697
1669
|
var ACTUAL_COMPONENT = {'name': 'EuimLanguageSelectorComponent'};
|
|
@@ -882,12 +882,6 @@
|
|
|
882
882
|
</span>
|
|
883
883
|
</td>
|
|
884
884
|
</tr>
|
|
885
|
-
<tr>
|
|
886
|
-
<td class="col-md-4">
|
|
887
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
888
|
-
|
|
889
|
-
</td>
|
|
890
|
-
</tr>
|
|
891
885
|
<tr>
|
|
892
886
|
<td class="col-md-4">
|
|
893
887
|
<i>Default value : </i><code>false</code>
|
|
@@ -908,12 +902,6 @@
|
|
|
908
902
|
</span>
|
|
909
903
|
</td>
|
|
910
904
|
</tr>
|
|
911
|
-
<tr>
|
|
912
|
-
<td class="col-md-4">
|
|
913
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
914
|
-
|
|
915
|
-
</td>
|
|
916
|
-
</tr>
|
|
917
905
|
<tr>
|
|
918
906
|
<td class="col-md-4">
|
|
919
907
|
<i>Default value : </i><code>false</code>
|
|
@@ -934,12 +922,6 @@
|
|
|
934
922
|
</span>
|
|
935
923
|
</td>
|
|
936
924
|
</tr>
|
|
937
|
-
<tr>
|
|
938
|
-
<td class="col-md-4">
|
|
939
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
940
|
-
|
|
941
|
-
</td>
|
|
942
|
-
</tr>
|
|
943
925
|
<tr>
|
|
944
926
|
<td class="col-md-4">
|
|
945
927
|
<i>Default value : </i><code>true</code>
|
|
@@ -960,12 +942,6 @@
|
|
|
960
942
|
</span>
|
|
961
943
|
</td>
|
|
962
944
|
</tr>
|
|
963
|
-
<tr>
|
|
964
|
-
<td class="col-md-4">
|
|
965
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
966
|
-
|
|
967
|
-
</td>
|
|
968
|
-
</tr>
|
|
969
945
|
<tr>
|
|
970
946
|
<td class="col-md-4">
|
|
971
947
|
<i>Default value : </i><code>false</code>
|