@eui/mobile-core 14.0.0-beta.2 → 14.0.0-beta.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/classes/EuimMenuItem.html +12 -1
- package/docs/classes/EuimStepperChangeEvent.html +12 -1
- package/docs/components/EuiMUserProfileActionComponent.html +13 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +13 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +13 -2
- package/docs/components/EuimAppComponent.html +14 -3
- package/docs/components/EuimAppSidebarComponent.html +13 -2
- package/docs/components/EuimAppSidebarFooterComponent.html +13 -2
- package/docs/components/EuimAppSidebarHeaderComponent.html +13 -2
- package/docs/components/EuimAppSidebarMenuComponent.html +13 -2
- package/docs/components/EuimAvatarComponent.html +13 -2
- package/docs/components/EuimControlFeedbackComponent.html +13 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +13 -2
- package/docs/components/EuimFieldSetComponent.html +13 -2
- package/docs/components/EuimFieldsetActionsComponent.html +13 -2
- package/docs/components/EuimFieldsetLegendComponent.html +13 -2
- package/docs/components/EuimLabelComponent.html +13 -2
- package/docs/components/EuimLanguageListComponent.html +13 -2
- package/docs/components/EuimLanguageSelectorComponent.html +13 -2
- package/docs/components/EuimMenuComponent.html +14 -3
- package/docs/components/EuimMessageComponent.html +13 -2
- package/docs/components/EuimMessageTitleComponent.html +13 -2
- package/docs/components/EuimStepperComponent.html +13 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +13 -2
- package/docs/components/EuimToolbarComponent.html +13 -2
- package/docs/components/EuimToolbarTitleComponent.html +13 -2
- package/docs/components/EuimUserProfileComponent.html +13 -2
- package/docs/dependencies.html +17 -6
- package/docs/directives/EuimBaseDirective.html +14 -2
- package/docs/directives/EuimListHeaderDirective.html +14 -2
- package/docs/index.html +12 -1
- package/docs/injectables/EuimAppService.html +12 -1
- package/docs/interfaces/UIState.html +12 -1
- package/docs/js/menu-wc.js +50 -45
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules/EuimAllModule.html +12 -1
- package/docs/modules/EuimAppModule.html +12 -1
- package/docs/modules/EuimAppSidebarModule.html +12 -1
- package/docs/modules/EuimAvatarModule.html +12 -1
- package/docs/modules/EuimControlFeedbackModule.html +12 -1
- package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -1
- package/docs/modules/EuimFieldsetModule.html +12 -1
- package/docs/modules/EuimLabelModule.html +12 -1
- package/docs/modules/EuimLanguageSelectorModule.html +12 -1
- package/docs/modules/EuimListHeaderModule.html +12 -1
- package/docs/modules/EuimMenuModule.html +12 -1
- package/docs/modules/EuimMessageModule.html +12 -1
- package/docs/modules/EuimStepperComponentModule.html +12 -1
- package/docs/modules/EuimToolbarComponentModule.html +12 -1
- package/docs/modules/EuimUserProfileModule.html +12 -1
- package/docs/modules.html +27 -16
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +5 -7
- package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
- package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +5 -7
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -3
- package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +5 -7
- package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
- package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +5 -7
- package/esm2020/lib/components/euim-base.directive.mjs +3 -3
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +7 -7
- package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +6 -8
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +3 -3
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
- package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +5 -7
- package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +18 -16
- package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +6 -8
- package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +3 -3
- package/esm2020/lib/components/euim-message/euim-message.component.mjs +5 -5
- package/esm2020/lib/components/euim-message/euim-message.module.mjs +5 -7
- package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +6 -8
- package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +6 -8
- package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +5 -7
- package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -6
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -11
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -8
- package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +7 -9
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +3 -3
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
- package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -7
- package/esm2020/lib/euim-all.module.mjs +4 -6
- package/esm2020/lib/services/euim-app.service.mjs +3 -3
- package/fesm2015/eui-mobile-core.mjs +258 -287
- package/fesm2015/eui-mobile-core.mjs.map +1 -1
- package/fesm2020/eui-mobile-core.mjs +253 -282
- package/fesm2020/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +1 -1
- package/lib/components/euim-base.directive.d.ts +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +1 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
- package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
- package/package.json +5 -5
- package/eui-mobile-core.d.ts +0 -5
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.