@eui/mobile-core 16.1.0 → 16.2.0-snapshot-1701338256451

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 (70) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  3. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  5. package/docs/components/EuimAppComponent.html +1 -1
  6. package/docs/components/EuimAppSidebarComponent.html +1 -1
  7. package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
  8. package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
  9. package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
  10. package/docs/components/EuimAvatarComponent.html +1 -1
  11. package/docs/components/EuimAvatarIconComponent.html +1 -1
  12. package/docs/components/EuimBadgeComponent.html +1 -1
  13. package/docs/components/EuimChipSelectorComponent.html +1 -1
  14. package/docs/components/EuimControlFeedbackComponent.html +1 -1
  15. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  16. package/docs/components/EuimDataSummaryComponent.html +1 -1
  17. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  18. package/docs/components/EuimFieldSetComponent.html +1 -1
  19. package/docs/components/EuimFieldsetActionsComponent.html +1 -1
  20. package/docs/components/EuimFieldsetLegendComponent.html +1 -1
  21. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  22. package/docs/components/EuimInfoScreenComponent.html +1 -1
  23. package/docs/components/EuimLabelComponent.html +1 -1
  24. package/docs/components/EuimLanguageListComponent.html +1 -1
  25. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  26. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  27. package/docs/components/EuimMenuComponent.html +1 -1
  28. package/docs/components/EuimMessageComponent.html +1 -1
  29. package/docs/components/EuimMessageTitleComponent.html +1 -1
  30. package/docs/components/EuimNotificationItemComponent.html +1 -1
  31. package/docs/components/EuimScrollerXComponent.html +1 -1
  32. package/docs/components/EuimSidebarComponent.html +1 -1
  33. package/docs/components/EuimSidebarContentComponent.html +1 -1
  34. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  35. package/docs/components/EuimSlideComponent.html +1 -1
  36. package/docs/components/EuimSliderComponent.html +402 -66
  37. package/docs/components/EuimSpinnerComponent.html +1 -1
  38. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  39. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  40. package/docs/components/EuimStepperComponent.html +1 -1
  41. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  42. package/docs/components/EuimToolbarComponent.html +1 -1
  43. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  44. package/docs/components/EuimUserProfileComponent.html +1 -1
  45. package/docs/dependencies.html +1 -1
  46. package/docs/directives/{EuimInfoScreenMetaDirective.html → EuimInfoScreenContentDirective.html} +6 -6
  47. package/docs/interfaces/ActionBtnNames.html +51 -12
  48. package/docs/js/menu-wc.js +7 -7
  49. package/docs/js/menu-wc_es5.js +1 -1
  50. package/docs/js/search/search_index.js +2 -2
  51. package/docs/miscellaneous/variables.html +1 -1
  52. package/esm2022/lib/components/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +19 -0
  53. package/esm2022/lib/components/euim-info-screen/euim-info-screen.component.mjs +2 -2
  54. package/esm2022/lib/components/euim-info-screen/euim-info-screen.module.mjs +5 -5
  55. package/esm2022/lib/components/euim-info-screen/index.mjs +2 -2
  56. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  57. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +88 -28
  58. package/fesm2022/eui-mobile-core.mjs +99 -41
  59. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  60. package/lib/components/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +7 -0
  61. package/lib/components/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +1 -0
  62. package/lib/components/euim-info-screen/euim-info-screen.module.d.ts +2 -2
  63. package/lib/components/euim-info-screen/index.d.ts +1 -1
  64. package/lib/components/euim-info-screen/index.d.ts.map +1 -1
  65. package/lib/components/euim-slider/euim-slider.component.d.ts +17 -8
  66. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  67. package/package.json +2 -2
  68. package/esm2022/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.directive.mjs +0 -19
  69. package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.directive.d.ts +0 -7
  70. package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.directive.d.ts.map +0 -1
@@ -1335,7 +1335,7 @@
1335
1335
  <script>
1336
1336
  var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
1337
1337
  var COMPONENTS = [{'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': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'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'}];
1338
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenMetaDirective', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1338
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1339
1339
  var ACTUAL_COMPONENT = {'name': 'EuimSpinnerMessageComponent'};
1340
1340
  </script>
1341
1341
  <script src="../js/tree.js"></script>
@@ -1499,7 +1499,7 @@
1499
1499
  <script>
1500
1500
  var COMPONENT_TEMPLATE = '<div><ion-footer> <ion-footer fill="clear"> <ion-toolbar color="light"> <ion-row class="ion-align-items-center"> <ion-col class="ion-text-start"> <ion-button (click)="onPrevious()" [disabled]="isPreviousDisabled" fill="clear" size="small"> <ion-icon name="chevron-back-outline" slot="start"></ion-icon> <ion-label>{{ \'euim.stepper.previous\' | translate }}</ion-label> </ion-button> </ion-col> <ion-col class="ion-text-center"> <ion-label color="primary"> {{ currentStep }} {{ \'euim.stepper.of\' | translate }} {{stepsCount }} </ion-label> </ion-col> <ion-col class="ion-text-end"> <ion-button (click)="onNext()" [disabled]="isNextDisabled" fill="clear" size="small"> <ion-label>{{ \'euim.stepper.next\' | translate }}</ion-label> <ion-icon name="chevron-forward-outline" slot="end"></ion-icon> </ion-button> </ion-col> </ion-row> </ion-toolbar> </ion-footer></ion-footer></div>'
1501
1501
  var COMPONENTS = [{'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': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'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'}];
1502
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenMetaDirective', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1502
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1503
1503
  var ACTUAL_COMPONENT = {'name': 'EuimStepperComponent'};
1504
1504
  </script>
1505
1505
  <script src="../js/tree.js"></script>
@@ -1357,7 +1357,7 @@
1357
1357
  <script>
1358
1358
  var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
1359
1359
  var COMPONENTS = [{'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': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'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'}];
1360
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenMetaDirective', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1360
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1361
1361
  var ACTUAL_COMPONENT = {'name': 'EuimToolbarActionItemsComponent'};
1362
1362
  </script>
1363
1363
  <script src="../js/tree.js"></script>
@@ -1563,7 +1563,7 @@
1563
1563
  <script>
1564
1564
  var COMPONENT_TEMPLATE = '<div><ion-buttons slot="start"> <ion-menu-button *ngIf="hasSidebarTrigger"></ion-menu-button> <ion-back-button (pointerdown)="onBackButtonClick($event)" *ngIf="hasBackButton" defaultHref="{{backButtonDefaultHref}}"></ion-back-button> <ng-content></ng-content></ion-buttons><ion-title class="euim-toolbar__title-container"> <ng-content select="euim-toolbar-title"></ng-content></ion-title><ion-buttons slot="primary"> <ng-content select="euim-toolbar-action-items"></ng-content> <ng-container *ngIf="hasLanguageSelector"> <euim-language-selector></euim-language-selector> </ng-container></ion-buttons></div>'
1565
1565
  var COMPONENTS = [{'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': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'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'}];
1566
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenMetaDirective', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1566
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1567
1567
  var ACTUAL_COMPONENT = {'name': 'EuimToolbarComponent'};
1568
1568
  </script>
1569
1569
  <script src="../js/tree.js"></script>
@@ -1357,7 +1357,7 @@
1357
1357
  <script>
1358
1358
  var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
1359
1359
  var COMPONENTS = [{'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': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'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'}];
1360
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenMetaDirective', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1360
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1361
1361
  var ACTUAL_COMPONENT = {'name': 'EuimToolbarTitleComponent'};
1362
1362
  </script>
1363
1363
  <script src="../js/tree.js"></script>
@@ -1378,7 +1378,7 @@
1378
1378
  <script>
1379
1379
  var COMPONENT_TEMPLATE = '<div><ng-content select="euim-user-profile-avatar"></ng-content><ng-content select="euim-user-profile-infos"></ng-content><ng-content select="euim-user-profile-action"></ng-content></div>'
1380
1380
  var COMPONENTS = [{'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': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'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'}];
1381
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenMetaDirective', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1381
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'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': 'EuimMediaHeaderMetaDirective', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'}];
1382
1382
  var ACTUAL_COMPONENT = {'name': 'EuimUserProfileComponent'};
1383
1383
  </script>
1384
1384
  <script src="../js/tree.js"></script>
@@ -51,7 +51,7 @@
51
51
  </ol>
52
52
  <ul class="dependencies-list">
53
53
  <li>
54
- <b>@eui/deps-base</b> : 16.2.6</li>
54
+ <b>@eui/deps-base</b> : 16.2.8-snapshot-1701314048651</li>
55
55
  <li>
56
56
  <b>@eui/styles-base</b> : ^16.0.0</li>
57
57
  <li>
@@ -40,7 +40,7 @@
40
40
 
41
41
  <ol class="breadcrumb">
42
42
  <li class="breadcrumb-item">Directives</li>
43
- <li class="breadcrumb-item" >EuimInfoScreenMetaDirective</li>
43
+ <li class="breadcrumb-item" >EuimInfoScreenContentDirective</li>
44
44
  </ol>
45
45
 
46
46
  <ul class="nav nav-tabs" role="tablist">
@@ -58,7 +58,7 @@
58
58
  <h3>File</h3>
59
59
  </p>
60
60
  <p class="comment">
61
- <code>packages/eui-mobile/packages/core/src/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.directive.ts</code>
61
+ <code>packages/eui-mobile/packages/core/src/lib/components/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.ts</code>
62
62
  </p>
63
63
 
64
64
 
@@ -73,7 +73,7 @@
73
73
 
74
74
  <tr>
75
75
  <td class="col-md-3">Selector</td>
76
- <td class="col-md-9"><code>[euimInfoScreenMeta]</code></td>
76
+ <td class="col-md-9"><code>[euimInfoScreenContent]</code></td>
77
77
  </tr>
78
78
 
79
79
 
@@ -149,7 +149,7 @@
149
149
  </tr>
150
150
  <tr>
151
151
  <td class="col-md-4">
152
- <i>Default value : </i><code>&#x27;euim-info-screen__meta&#x27;</code>
152
+ <i>Default value : </i><code>&#x27;euim-info-screen__content&#x27;</code>
153
153
  </td>
154
154
  </tr>
155
155
 
@@ -185,7 +185,7 @@
185
185
  </tr>
186
186
  <tr>
187
187
  <td class="col-md-4">
188
- <i>Default value : </i><code>&#x27;euim-info-screen__meta&#x27;</code>
188
+ <i>Default value : </i><code>&#x27;euim-info-screen__content&#x27;</code>
189
189
  </td>
190
190
  </tr>
191
191
  <tr>
@@ -249,7 +249,7 @@
249
249
  <script>
250
250
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
251
251
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'directive';
252
- var COMPODOC_CURRENT_PAGE_URL = 'EuimInfoScreenMetaDirective.html';
252
+ var COMPODOC_CURRENT_PAGE_URL = 'EuimInfoScreenContentDirective.html';
253
253
  var MAX_SEARCH_RESULTS = 15;
254
254
  </script>
255
255
 
@@ -85,15 +85,21 @@
85
85
  <td class="col-md-4">
86
86
  <ul class="index-list">
87
87
  <li>
88
- <a href="#action_btn_name"
88
+ <a href="#actionBtnName"
89
89
  >
90
- action_btn_name
90
+ actionBtnName
91
91
  </a>
92
92
  </li>
93
93
  <li>
94
- <a href="#last_step_action_btn_name"
94
+ <a href="#lastStepActionBtnName"
95
95
  >
96
- last_step_action_btn_name
96
+ lastStepActionBtnName
97
+ </a>
98
+ </li>
99
+ <li>
100
+ <a href="#leftActionBtnName"
101
+ >
102
+ leftActionBtnName
97
103
  </a>
98
104
  </li>
99
105
  </ul>
@@ -111,9 +117,42 @@
111
117
  <tbody>
112
118
  <tr>
113
119
  <td class="col-md-4">
114
- <a name="action_btn_name"></a>
115
- <span class="name "><b>action_btn_name</b>
116
- <a href="#action_btn_name">
120
+ <a name="actionBtnName"></a>
121
+ <span class="name "><b>actionBtnName</b>
122
+ <a href="#actionBtnName">
123
+ <span class="icon ion-ios-link"></span>
124
+ </a>
125
+ </span>
126
+ </td>
127
+ </tr>
128
+ <tr>
129
+ <td class="col-md-4">
130
+ <code>actionBtnName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
131
+ </code>
132
+ </td>
133
+ </tr>
134
+
135
+
136
+ <tr>
137
+ <td class="col-md-4">
138
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
139
+
140
+ </td>
141
+ </tr>
142
+
143
+
144
+
145
+
146
+
147
+ </tbody>
148
+ </table>
149
+ <table class="table table-sm table-bordered">
150
+ <tbody>
151
+ <tr>
152
+ <td class="col-md-4">
153
+ <a name="lastStepActionBtnName"></a>
154
+ <span class="name "><b>lastStepActionBtnName</b>
155
+ <a href="#lastStepActionBtnName">
117
156
  <span class="icon ion-ios-link"></span>
118
157
  </a>
119
158
  </span>
@@ -121,7 +160,7 @@
121
160
  </tr>
122
161
  <tr>
123
162
  <td class="col-md-4">
124
- <code>action_btn_name: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
163
+ <code>lastStepActionBtnName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
125
164
  </code>
126
165
  </td>
127
166
  </tr>
@@ -144,9 +183,9 @@
144
183
  <tbody>
145
184
  <tr>
146
185
  <td class="col-md-4">
147
- <a name="last_step_action_btn_name"></a>
148
- <span class="name "><b>last_step_action_btn_name</b>
149
- <a href="#last_step_action_btn_name">
186
+ <a name="leftActionBtnName"></a>
187
+ <span class="name "><b>leftActionBtnName</b>
188
+ <a href="#leftActionBtnName">
150
189
  <span class="icon ion-ios-link"></span>
151
190
  </a>
152
191
  </span>
@@ -154,7 +193,7 @@
154
193
  </tr>
155
194
  <tr>
156
195
  <td class="col-md-4">
157
- <code>last_step_action_btn_name: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
196
+ <code>leftActionBtnName: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
158
197
  </code>
159
198
  </td>
160
199
  </tr>
@@ -360,13 +360,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
360
360
  <a href="modules/EuimInfoScreenModule.html" data-type="entity-link" >EuimInfoScreenModule</a>
361
361
  <li class="chapter inner">
362
362
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
363
- 'data-bs-target="#components-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' : 'data-bs-target="#xs-components-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' }>
363
+ 'data-bs-target="#components-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' : 'data-bs-target="#xs-components-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' }>
364
364
  <span class="icon ion-md-cog"></span>
365
365
  <span>Components</span>
366
366
  <span class="icon ion-ios-arrow-down"></span>
367
367
  </div>
368
- <ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' :
369
- 'id="xs-components-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' }>
368
+ <ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' :
369
+ 'id="xs-components-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' }>
370
370
  <li class="link">
371
371
  <a href="components/EuimAvatarComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAvatarComponent</a>
372
372
  </li>
@@ -374,13 +374,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
374
374
  </li>
375
375
  <li class="chapter inner">
376
376
  <div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
377
- 'data-bs-target="#directives-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' : 'data-bs-target="#xs-directives-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' }>
377
+ 'data-bs-target="#directives-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' : 'data-bs-target="#xs-directives-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' }>
378
378
  <span class="icon ion-md-code-working"></span>
379
379
  <span>Directives</span>
380
380
  <span class="icon ion-ios-arrow-down"></span>
381
381
  </div>
382
- <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' :
383
- 'id="xs-directives-links-module-EuimInfoScreenModule-a63807dbcc4c3b13e5fccc7c2152076bc424a98832db3e1b0a642007eab156b9706fa3a2d72f07b89b276788c76810caae8befa4faed90a34aebea333ce88a07"' }>
382
+ <ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' :
383
+ 'id="xs-directives-links-module-EuimInfoScreenModule-bbb400068498f9d2aa3c7097c9d8c8b5ea7c8816645ee50f08f78c15221302498d5b4a4b07bbaf86c56dcafed04d205c7daa4323a43140ad73c5a7520823c10f"' }>
384
384
  <li class="link">
385
385
  <a href="directives/EuimAvatarMainIconDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAvatarMainIconDirective</a>
386
386
  </li>
@@ -890,7 +890,7 @@ customElements.define('compodoc-menu', class extends HTMLElement {
890
890
  <a href="directives/EuimHeaderDetailsTitleDirective.html" data-type="entity-link" >EuimHeaderDetailsTitleDirective</a>
891
891
  </li>
892
892
  <li class="link">
893
- <a href="directives/EuimInfoScreenMetaDirective.html" data-type="entity-link" >EuimInfoScreenMetaDirective</a>
893
+ <a href="directives/EuimInfoScreenContentDirective.html" data-type="entity-link" >EuimInfoScreenContentDirective</a>
894
894
  </li>
895
895
  <li class="link">
896
896
  <a href="directives/EuimInfoScreenSubTitleDirective.html" data-type="entity-link" >EuimInfoScreenSubTitleDirective</a>