@eui/mobile-core 16.5.0-snapshot-1707302936722 → 16.5.0

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.
@@ -252,7 +252,7 @@
252
252
  <a href="#getCssClasses" >getCssClasses</a>
253
253
  </li>
254
254
  <li>
255
- <a href="#onCloseClick" >onCloseClick</a>
255
+ <a href="#onClose" >onClose</a>
256
256
  </li>
257
257
  <li>
258
258
  <a href="#resetVariantType" >resetVariantType</a>
@@ -372,7 +372,7 @@
372
372
  <td class="col-md-4">
373
373
  <ul class="index-list">
374
374
  <li>
375
- <a href="#closeAlert" >closeAlert</a>
375
+ <a href="#euimClose" >euimClose</a>
376
376
  </li>
377
377
  </ul>
378
378
  </td>
@@ -942,8 +942,8 @@
942
942
  <tbody>
943
943
  <tr>
944
944
  <td class="col-md-4">
945
- <a name="closeAlert"></a>
946
- <b>closeAlert</b>
945
+ <a name="euimClose"></a>
946
+ <b>euimClose</b>
947
947
  </td>
948
948
  </tr>
949
949
  <tr>
@@ -1020,16 +1020,16 @@
1020
1020
  <tbody>
1021
1021
  <tr>
1022
1022
  <td class="col-md-4">
1023
- <a name="onCloseClick"></a>
1023
+ <a name="onClose"></a>
1024
1024
  <span class="name">
1025
- <span ><b>onCloseClick</b></span>
1026
- <a href="#onCloseClick"><span class="icon ion-ios-link"></span></a>
1025
+ <span ><b>onClose</b></span>
1026
+ <a href="#onClose"><span class="icon ion-ios-link"></span></a>
1027
1027
  </span>
1028
1028
  </td>
1029
1029
  </tr>
1030
1030
  <tr>
1031
1031
  <td class="col-md-4">
1032
- <code>onCloseClick(event: Event)</code>
1032
+ <code>onClose(event: Event)</code>
1033
1033
  </td>
1034
1034
  </tr>
1035
1035
 
@@ -1788,7 +1788,7 @@
1788
1788
  <script src="../js/libs/htmlparser.js"></script>
1789
1789
  <script src="../js/libs/deep-iterator.js"></script>
1790
1790
  <script>
1791
- var COMPONENT_TEMPLATE = '<div><div class="euim-alert-message__wrappericon" *ngIf="hasIcon && isVisible"> <ion-icon *ngIf="hasIcon" [name]="icon" class="euim-alert-message__icon"></ion-icon></div><div class="euim-alert-message__wrapper" *ngIf="isVisible"> <div class="slotStart"> <ng-content select="[slotStart]"></ng-content> </div> <div> <ng-content></ng-content> </div> <div class="slotEnd"> <ng-content select="[slotEnd]"></ng-content> </div></div><a *ngIf="isCloseable && isVisible" role="button" aria-label="Close Icon Button" class="euim-alert-message__close" (click)="onCloseClick($event)"> <ion-icon name="close-sharp" class="euim-alert-message__closeIcon"></ion-icon></a></div>'
1791
+ var COMPONENT_TEMPLATE = '<div><div class="euim-alert-message__wrappericon" *ngIf="hasIcon && isVisible"> <ion-icon *ngIf="hasIcon" [name]="icon" class="euim-alert-message__icon"></ion-icon></div><div class="euim-alert-message__wrapper" *ngIf="isVisible"> <div class="slotStart"> <ng-content select="[slotStart]"></ng-content> </div> <div> <ng-content></ng-content> </div> <div class="slotEnd"> <ng-content select="[slotEnd]"></ng-content> </div></div><a *ngIf="isCloseable && isVisible" role="button" aria-label="Close Icon Button" class="euim-alert-message__close" (click)="onClose($event)"> <ion-icon name="close-sharp" class="euim-alert-message__closeIcon"></ion-icon></a></div>'
1792
1792
  var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'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': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'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': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'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'}];
1793
1793
  var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
1794
1794
  var ACTUAL_COMPONENT = {'name': 'EuimAlertMessageComponent'};
@@ -51,9 +51,9 @@
51
51
  </ol>
52
52
  <ul class="dependencies-list">
53
53
  <li>
54
- <b>@eui/deps-base</b> : 16.2.11-snapshot-1707189079261</li>
54
+ <b>@eui/deps-base</b> : 16.2.10</li>
55
55
  <li>
56
- <b>@eui/styles-base</b> : 16.2.11-snapshot-1707189079261</li>
56
+ <b>@eui/styles-base</b> : 16.2.10</li>
57
57
  <li>
58
58
  <b>@ionic/angular-toolkit</b> : 7.0.0</li>
59
59
  <li>