@eui/mobile-core 18.0.0-next.10 → 18.0.0-next.12

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 (84) hide show
  1. package/docs/components/EuimAboutComponent.html +1 -1
  2. package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
  3. package/docs/components/EuimAvatarComponent.html +3 -3
  4. package/docs/components/EuimBadgeComponent.html +1 -1
  5. package/docs/components/EuimChangelogComponent.html +1 -1
  6. package/docs/components/EuimChipSelectorComponent.html +2 -2
  7. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  8. package/docs/components/EuimHelpSupportComponent.html +1 -1
  9. package/docs/components/EuimLabelComponent.html +1 -1
  10. package/docs/components/EuimLanguageListComponent.html +1 -1
  11. package/docs/components/EuimLanguageSelectorComponent.html +24 -1
  12. package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
  13. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  14. package/docs/dependencies.html +4 -4
  15. package/docs/directives/EuimDividerDirective.html +4 -0
  16. package/docs/directives/EuimListHeaderDirective.html +4 -0
  17. package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
  18. package/docs/js/menu-wc.js +21 -12
  19. package/docs/js/menu-wc_es5.js +1 -1
  20. package/docs/js/search/search_index.js +2 -2
  21. package/docs/modules/EuimDividerModule.html +13 -4
  22. package/docs/modules/EuimListHeaderModule.html +13 -4
  23. package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
  24. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -4
  25. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -2
  26. package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +3 -2
  27. package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +9 -6
  28. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -2
  29. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +9 -6
  30. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +3 -2
  31. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +9 -6
  32. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +3 -3
  33. package/esm2022/lib/components/euim-about/euim-about.component.mjs +3 -3
  34. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +3 -3
  35. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +3 -3
  36. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +3 -3
  37. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -3
  38. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +3 -3
  39. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -3
  40. package/esm2022/lib/components/euim-card/euim-card.component.mjs +2 -2
  41. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +2 -2
  42. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +4 -4
  43. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -5
  44. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +3 -3
  45. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  46. package/esm2022/lib/components/euim-message/euim-message.component.mjs +2 -2
  47. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +2 -2
  48. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +2 -2
  49. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
  50. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +2 -2
  51. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +2 -2
  52. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
  53. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +3 -3
  54. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
  55. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +8 -7
  56. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +4 -3
  57. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
  58. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +2 -2
  59. package/fesm2022/eui-mobile-core.mjs +135 -120
  60. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  61. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  62. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  63. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
  64. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
  65. package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
  66. package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
  67. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
  68. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -1
  69. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +7 -4
  70. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -1
  71. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
  72. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
  73. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
  74. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
  75. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  76. package/lib/components/euim-avatar/euim-avatar.component.d.ts +3 -3
  77. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  78. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  79. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  80. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
  81. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  82. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -0
  83. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  84. package/package.json +1 -1
@@ -355,16 +355,16 @@ customElements.define('compodoc-menu', class extends HTMLElement {
355
355
  </li>
356
356
  </li>
357
357
  <li class="link">
358
- <a href="modules/EuimDividerModule.html" data-type="entity-link" >EuimDividerModule</a>
358
+ <a href="modules/EuimDividerModule.html" data-type="entity-link" class="deprecated-name">EuimDividerModule</a>
359
359
  <li class="chapter inner">
360
360
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
361
- 'data-bs-target="#directives-links-module-EuimDividerModule-c73c5d5a7db9f3599afa0c5dadc53fa2b9ae8d951588109a1885a6d3934671651d0609b2dc6d8b27ebcb184b8592fd75c843969d68f331d76303668e0c87c5df"' : 'data-bs-target="#xs-directives-links-module-EuimDividerModule-c73c5d5a7db9f3599afa0c5dadc53fa2b9ae8d951588109a1885a6d3934671651d0609b2dc6d8b27ebcb184b8592fd75c843969d68f331d76303668e0c87c5df"' }>
361
+ 'data-bs-target="#directives-links-module-EuimDividerModule-368080b4f22ad0fb55d566fe5c7f0c87ea046d82f57ad3403c914d39b95b64ed465adb0257d1c952cf9e5e5d79d85c05f4d47f7471a13141a99a5f0b7df1ecf3"' : 'data-bs-target="#xs-directives-links-module-EuimDividerModule-368080b4f22ad0fb55d566fe5c7f0c87ea046d82f57ad3403c914d39b95b64ed465adb0257d1c952cf9e5e5d79d85c05f4d47f7471a13141a99a5f0b7df1ecf3"' }>
362
362
  <span class="icon ion-md-code-working"></span>
363
363
  <span>Directives</span>
364
364
  <span class="icon ion-ios-arrow-down"></span>
365
365
  </div>
366
- <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimDividerModule-c73c5d5a7db9f3599afa0c5dadc53fa2b9ae8d951588109a1885a6d3934671651d0609b2dc6d8b27ebcb184b8592fd75c843969d68f331d76303668e0c87c5df"' :
367
- 'id="xs-directives-links-module-EuimDividerModule-c73c5d5a7db9f3599afa0c5dadc53fa2b9ae8d951588109a1885a6d3934671651d0609b2dc6d8b27ebcb184b8592fd75c843969d68f331d76303668e0c87c5df"' }>
366
+ <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimDividerModule-368080b4f22ad0fb55d566fe5c7f0c87ea046d82f57ad3403c914d39b95b64ed465adb0257d1c952cf9e5e5d79d85c05f4d47f7471a13141a99a5f0b7df1ecf3"' :
367
+ 'id="xs-directives-links-module-EuimDividerModule-368080b4f22ad0fb55d566fe5c7f0c87ea046d82f57ad3403c914d39b95b64ed465adb0257d1c952cf9e5e5d79d85c05f4d47f7471a13141a99a5f0b7df1ecf3"' }>
368
368
  <li class="link">
369
369
  <a href="directives/EuimDividerDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimDividerDirective</a>
370
370
  </li>
@@ -455,16 +455,16 @@ customElements.define('compodoc-menu', class extends HTMLElement {
455
455
  </li>
456
456
  </li>
457
457
  <li class="link">
458
- <a href="modules/EuimListHeaderModule.html" data-type="entity-link" >EuimListHeaderModule</a>
458
+ <a href="modules/EuimListHeaderModule.html" data-type="entity-link" class="deprecated-name">EuimListHeaderModule</a>
459
459
  <li class="chapter inner">
460
460
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
461
- 'data-bs-target="#directives-links-module-EuimListHeaderModule-b7973ceca6f71b3d42a7696ca74c6a101d6ed9f07bc388b4acde3922a9956967151d5c9b49486442941564c4eb06214a8d868b607bf6027b869f3ba44aa08f71"' : 'data-bs-target="#xs-directives-links-module-EuimListHeaderModule-b7973ceca6f71b3d42a7696ca74c6a101d6ed9f07bc388b4acde3922a9956967151d5c9b49486442941564c4eb06214a8d868b607bf6027b869f3ba44aa08f71"' }>
461
+ 'data-bs-target="#directives-links-module-EuimListHeaderModule-94947c03e07cfa4d58d8e1362595ff8344504b07e31b9a0d189d9a3b61b21dd725ea2273cb0b7380808f30435527c048ade32a4026ba157c36794be9b6bc1020"' : 'data-bs-target="#xs-directives-links-module-EuimListHeaderModule-94947c03e07cfa4d58d8e1362595ff8344504b07e31b9a0d189d9a3b61b21dd725ea2273cb0b7380808f30435527c048ade32a4026ba157c36794be9b6bc1020"' }>
462
462
  <span class="icon ion-md-code-working"></span>
463
463
  <span>Directives</span>
464
464
  <span class="icon ion-ios-arrow-down"></span>
465
465
  </div>
466
- <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimListHeaderModule-b7973ceca6f71b3d42a7696ca74c6a101d6ed9f07bc388b4acde3922a9956967151d5c9b49486442941564c4eb06214a8d868b607bf6027b869f3ba44aa08f71"' :
467
- 'id="xs-directives-links-module-EuimListHeaderModule-b7973ceca6f71b3d42a7696ca74c6a101d6ed9f07bc388b4acde3922a9956967151d5c9b49486442941564c4eb06214a8d868b607bf6027b869f3ba44aa08f71"' }>
466
+ <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimListHeaderModule-94947c03e07cfa4d58d8e1362595ff8344504b07e31b9a0d189d9a3b61b21dd725ea2273cb0b7380808f30435527c048ade32a4026ba157c36794be9b6bc1020"' :
467
+ 'id="xs-directives-links-module-EuimListHeaderModule-94947c03e07cfa4d58d8e1362595ff8344504b07e31b9a0d189d9a3b61b21dd725ea2273cb0b7380808f30435527c048ade32a4026ba157c36794be9b6bc1020"' }>
468
468
  <li class="link">
469
469
  <a href="directives/EuimListHeaderDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimListHeaderDirective</a>
470
470
  </li>
@@ -714,16 +714,16 @@ customElements.define('compodoc-menu', class extends HTMLElement {
714
714
  </li>
715
715
  </li>
716
716
  <li class="link">
717
- <a href="modules/EuimSkeletonTextAvatarModule.html" data-type="entity-link" >EuimSkeletonTextAvatarModule</a>
717
+ <a href="modules/EuimSkeletonTextAvatarModule.html" data-type="entity-link" class="deprecated-name">EuimSkeletonTextAvatarModule</a>
718
718
  <li class="chapter inner">
719
719
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
720
- 'data-bs-target="#directives-links-module-EuimSkeletonTextAvatarModule-f4ee155e3cfef4131c82e154a9810004a870c1724f1091e5a737da24c12c11d733dd20c6fc39ba3b1cc2a09cc17749b390546522bf6297bd7a6539a5b0711562"' : 'data-bs-target="#xs-directives-links-module-EuimSkeletonTextAvatarModule-f4ee155e3cfef4131c82e154a9810004a870c1724f1091e5a737da24c12c11d733dd20c6fc39ba3b1cc2a09cc17749b390546522bf6297bd7a6539a5b0711562"' }>
720
+ 'data-bs-target="#directives-links-module-EuimSkeletonTextAvatarModule-0696c742721d6203bc613236b26f20bba7a2d4ae9e8c6b72453b6e454f7301539811d18061c325a128e1f41f0a186645f3702b1cc4a74cb95b4c553135990adb"' : 'data-bs-target="#xs-directives-links-module-EuimSkeletonTextAvatarModule-0696c742721d6203bc613236b26f20bba7a2d4ae9e8c6b72453b6e454f7301539811d18061c325a128e1f41f0a186645f3702b1cc4a74cb95b4c553135990adb"' }>
721
721
  <span class="icon ion-md-code-working"></span>
722
722
  <span>Directives</span>
723
723
  <span class="icon ion-ios-arrow-down"></span>
724
724
  </div>
725
- <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimSkeletonTextAvatarModule-f4ee155e3cfef4131c82e154a9810004a870c1724f1091e5a737da24c12c11d733dd20c6fc39ba3b1cc2a09cc17749b390546522bf6297bd7a6539a5b0711562"' :
726
- 'id="xs-directives-links-module-EuimSkeletonTextAvatarModule-f4ee155e3cfef4131c82e154a9810004a870c1724f1091e5a737da24c12c11d733dd20c6fc39ba3b1cc2a09cc17749b390546522bf6297bd7a6539a5b0711562"' }>
725
+ <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimSkeletonTextAvatarModule-0696c742721d6203bc613236b26f20bba7a2d4ae9e8c6b72453b6e454f7301539811d18061c325a128e1f41f0a186645f3702b1cc4a74cb95b4c553135990adb"' :
726
+ 'id="xs-directives-links-module-EuimSkeletonTextAvatarModule-0696c742721d6203bc613236b26f20bba7a2d4ae9e8c6b72453b6e454f7301539811d18061c325a128e1f41f0a186645f3702b1cc4a74cb95b4c553135990adb"' }>
727
727
  <li class="link">
728
728
  <a href="directives/EuimSkeletonTextAvatarDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimSkeletonTextAvatarDirective</a>
729
729
  </li>
@@ -972,6 +972,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
972
972
  <li class="link">
973
973
  <a href="directives/EuimDataSummaryColValueDirective.html" data-type="entity-link" >EuimDataSummaryColValueDirective</a>
974
974
  </li>
975
+ <li class="link">
976
+ <a href="directives/EuimDividerDirective.html" data-type="entity-link" >EuimDividerDirective</a>
977
+ </li>
975
978
  <li class="link">
976
979
  <a href="directives/EuimHeaderDetailsIconDirective.html" data-type="entity-link" >EuimHeaderDetailsIconDirective</a>
977
980
  </li>
@@ -981,6 +984,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
981
984
  <li class="link">
982
985
  <a href="directives/EuimHeaderDetailsTitleDirective.html" data-type="entity-link" >EuimHeaderDetailsTitleDirective</a>
983
986
  </li>
987
+ <li class="link">
988
+ <a href="directives/EuimListHeaderDirective.html" data-type="entity-link" >EuimListHeaderDirective</a>
989
+ </li>
984
990
  <li class="link">
985
991
  <a href="directives/EuimListItemNoPaddingsDirective.html" data-type="entity-link" >EuimListItemNoPaddingsDirective</a>
986
992
  </li>
@@ -1017,6 +1023,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
1017
1023
  <li class="link">
1018
1024
  <a href="directives/EuimSidebarFooterNoBordersDirective.html" data-type="entity-link" >EuimSidebarFooterNoBordersDirective</a>
1019
1025
  </li>
1026
+ <li class="link">
1027
+ <a href="directives/EuimSkeletonTextAvatarDirective.html" data-type="entity-link" >EuimSkeletonTextAvatarDirective</a>
1028
+ </li>
1020
1029
  <li class="link">
1021
1030
  <a href="directives/EuimSliderInfoScreenContentDirective.html" data-type="entity-link" >EuimSliderInfoScreenContentDirective</a>
1022
1031
  </li>