@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.
Files changed (146) hide show
  1. package/docs/classes/EuimMenuItem.html +12 -1
  2. package/docs/classes/EuimStepperChangeEvent.html +12 -1
  3. package/docs/components/EuiMUserProfileActionComponent.html +13 -2
  4. package/docs/components/EuiMUserProfileAvatarComponent.html +13 -2
  5. package/docs/components/EuiMUserProfileInfosComponent.html +13 -2
  6. package/docs/components/EuiMUserProfileInfosItemComponent.html +13 -2
  7. package/docs/components/EuimAppComponent.html +14 -3
  8. package/docs/components/EuimAppSidebarComponent.html +13 -2
  9. package/docs/components/EuimAppSidebarFooterComponent.html +13 -2
  10. package/docs/components/EuimAppSidebarHeaderComponent.html +13 -2
  11. package/docs/components/EuimAppSidebarMenuComponent.html +13 -2
  12. package/docs/components/EuimAvatarComponent.html +13 -2
  13. package/docs/components/EuimControlFeedbackComponent.html +13 -2
  14. package/docs/components/EuimEmptyListPlaceholderComponent.html +13 -2
  15. package/docs/components/EuimFieldSetComponent.html +13 -2
  16. package/docs/components/EuimFieldsetActionsComponent.html +13 -2
  17. package/docs/components/EuimFieldsetLegendComponent.html +13 -2
  18. package/docs/components/EuimLabelComponent.html +13 -2
  19. package/docs/components/EuimLanguageListComponent.html +13 -2
  20. package/docs/components/EuimLanguageSelectorComponent.html +13 -2
  21. package/docs/components/EuimMenuComponent.html +14 -3
  22. package/docs/components/EuimMessageComponent.html +13 -2
  23. package/docs/components/EuimMessageTitleComponent.html +13 -2
  24. package/docs/components/EuimStepperComponent.html +13 -2
  25. package/docs/components/EuimToolbarActionItemsComponent.html +13 -2
  26. package/docs/components/EuimToolbarComponent.html +13 -2
  27. package/docs/components/EuimToolbarTitleComponent.html +13 -2
  28. package/docs/components/EuimUserProfileComponent.html +13 -2
  29. package/docs/dependencies.html +17 -6
  30. package/docs/directives/EuimBaseDirective.html +14 -2
  31. package/docs/directives/EuimListHeaderDirective.html +14 -2
  32. package/docs/index.html +12 -1
  33. package/docs/injectables/EuimAppService.html +12 -1
  34. package/docs/interfaces/UIState.html +12 -1
  35. package/docs/js/menu-wc.js +50 -45
  36. package/docs/js/menu-wc_es5.js +4 -4
  37. package/docs/js/menu.js +62 -6
  38. package/docs/js/search/search_index.js +2 -2
  39. package/docs/license.html +12 -1
  40. package/docs/miscellaneous/typealiases.html +12 -1
  41. package/docs/miscellaneous/variables.html +12 -1
  42. package/docs/modules/EuimAllModule.html +12 -1
  43. package/docs/modules/EuimAppModule.html +12 -1
  44. package/docs/modules/EuimAppSidebarModule.html +12 -1
  45. package/docs/modules/EuimAvatarModule.html +12 -1
  46. package/docs/modules/EuimControlFeedbackModule.html +12 -1
  47. package/docs/modules/EuimEmptyListPlaceholderModule.html +12 -1
  48. package/docs/modules/EuimFieldsetModule.html +12 -1
  49. package/docs/modules/EuimLabelModule.html +12 -1
  50. package/docs/modules/EuimLanguageSelectorModule.html +12 -1
  51. package/docs/modules/EuimListHeaderModule.html +12 -1
  52. package/docs/modules/EuimMenuModule.html +12 -1
  53. package/docs/modules/EuimMessageModule.html +12 -1
  54. package/docs/modules/EuimStepperComponentModule.html +12 -1
  55. package/docs/modules/EuimToolbarComponentModule.html +12 -1
  56. package/docs/modules/EuimUserProfileModule.html +12 -1
  57. package/docs/modules.html +27 -16
  58. package/docs/properties.html +124 -0
  59. package/docs/styles/compodoc.css +79 -1
  60. package/docs/styles/dark.css +37 -33
  61. package/docs/styles/laravel.css +33 -35
  62. package/docs/styles/material.css +15 -17
  63. package/docs/styles/original.css +2 -4
  64. package/docs/styles/postmark.css +12 -14
  65. package/docs/styles/readthedocs.css +6 -8
  66. package/docs/styles/reset.css +115 -34
  67. package/docs/styles/stripe.css +33 -35
  68. package/docs/styles/vagrant.css +26 -28
  69. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +5 -5
  70. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +5 -7
  71. package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +5 -5
  72. package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +5 -7
  73. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -3
  74. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +5 -7
  75. package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
  76. package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +5 -7
  77. package/esm2020/lib/components/euim-base.directive.mjs +3 -3
  78. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +7 -7
  79. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +6 -8
  80. package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +3 -3
  81. package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +3 -3
  82. package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +5 -5
  83. package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +5 -7
  84. package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +18 -16
  85. package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +6 -8
  86. package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +3 -3
  87. package/esm2020/lib/components/euim-message/euim-message.component.mjs +5 -5
  88. package/esm2020/lib/components/euim-message/euim-message.module.mjs +5 -7
  89. package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +6 -8
  90. package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +4 -4
  91. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +5 -5
  92. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +3 -3
  93. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +4 -4
  94. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -4
  95. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +6 -8
  96. package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +5 -7
  97. package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +7 -9
  98. package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -6
  99. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +5 -5
  100. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +9 -11
  101. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +3 -3
  102. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +3 -3
  103. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -8
  104. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +7 -9
  105. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
  106. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +3 -3
  107. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +3 -3
  108. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +3 -3
  109. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
  110. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -7
  111. package/esm2020/lib/euim-all.module.mjs +4 -6
  112. package/esm2020/lib/services/euim-app.service.mjs +3 -3
  113. package/fesm2015/eui-mobile-core.mjs +258 -287
  114. package/fesm2015/eui-mobile-core.mjs.map +1 -1
  115. package/fesm2020/eui-mobile-core.mjs +253 -282
  116. package/fesm2020/eui-mobile-core.mjs.map +1 -1
  117. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +1 -1
  118. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  119. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
  120. package/lib/components/euim-avatar/euim-avatar.component.d.ts +1 -1
  121. package/lib/components/euim-base.directive.d.ts +1 -1
  122. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -1
  123. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -1
  124. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -1
  125. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -1
  126. package/lib/components/euim-menu/euim-menu.component.d.ts +1 -1
  127. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -1
  128. package/lib/components/euim-message/euim-message.component.d.ts +1 -1
  129. package/lib/components/euim-stepper/euim-stepper.component.d.ts +1 -1
  130. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +1 -1
  131. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +1 -1
  132. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +1 -1
  133. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -1
  134. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -1
  135. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -1
  136. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -1
  137. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +1 -1
  138. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +1 -1
  139. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +1 -1
  140. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -1
  141. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -1
  142. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -1
  143. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -1
  144. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
  145. package/package.json +5 -5
  146. 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.