@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.
- package/docs/components/EuimAboutComponent.html +1 -1
- package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +3 -3
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +24 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
- package/docs/dependencies.html +4 -4
- package/docs/directives/EuimDividerDirective.html +4 -0
- package/docs/directives/EuimListHeaderDirective.html +4 -0
- package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
- package/docs/js/menu-wc.js +21 -12
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuimDividerModule.html +13 -4
- package/docs/modules/EuimListHeaderModule.html +13 -4
- package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +3 -4
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -2
- package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +3 -2
- package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +9 -6
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +3 -2
- package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +9 -6
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +3 -2
- package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +9 -6
- package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +3 -3
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -3
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +3 -3
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -3
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +2 -2
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +2 -2
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +4 -4
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -5
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +3 -3
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +2 -2
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +2 -2
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +2 -2
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +2 -2
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +3 -3
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +8 -7
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +4 -3
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +135 -120
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
- package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
- package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +7 -4
- package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
- package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +3 -3
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -0
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/package.json +1 -1
package/docs/js/menu-wc.js
CHANGED
|
@@ -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-
|
|
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-
|
|
367
|
-
'id="xs-directives-links-module-EuimDividerModule-
|
|
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-
|
|
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-
|
|
467
|
-
'id="xs-directives-links-module-EuimListHeaderModule-
|
|
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-
|
|
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-
|
|
726
|
-
'id="xs-directives-links-module-EuimSkeletonTextAvatarModule-
|
|
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>
|