@eui/mobile-core 16.7.0-snapshot-1709025354856 → 16.7.0-snapshot-1709121320092

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 (189) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +33 -1243
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +33 -1243
  3. package/docs/components/EuiMUserProfileInfosComponent.html +33 -1243
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +33 -1243
  5. package/docs/components/EuimAlertMessageComponent.html +113 -1264
  6. package/docs/components/EuimAppComponent.html +20 -1217
  7. package/docs/components/EuimAppSidebarComponent.html +2 -1216
  8. package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
  9. package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
  10. package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
  11. package/docs/components/EuimAvatarComponent.html +51 -1218
  12. package/docs/components/EuimAvatarIconComponent.html +46 -1176
  13. package/docs/components/EuimBadgeComponent.html +5 -1
  14. package/docs/components/EuimChipSelectorComponent.html +247 -1360
  15. package/docs/components/EuimControlFeedbackComponent.html +85 -1530
  16. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  17. package/docs/components/EuimDataSummaryComponent.html +173 -1281
  18. package/docs/components/EuimEmptyListPlaceholderComponent.html +46 -1176
  19. package/docs/components/EuimFieldSetComponent.html +33 -1243
  20. package/docs/components/EuimFieldsetActionsComponent.html +33 -1243
  21. package/docs/components/EuimFieldsetLegendComponent.html +33 -1243
  22. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  23. package/docs/components/EuimInfoScreenComponent.html +33 -57
  24. package/docs/components/EuimLabelComponent.html +101 -1470
  25. package/docs/components/EuimLanguageListComponent.html +133 -1323
  26. package/docs/components/EuimLanguageSelectorComponent.html +133 -1312
  27. package/docs/components/EuimMediaHeaderComponent.html +69 -1109
  28. package/docs/components/EuimMenuComponent.html +146 -1403
  29. package/docs/components/EuimMessageComponent.html +80 -1529
  30. package/docs/components/EuimMessageTitleComponent.html +33 -1243
  31. package/docs/components/EuimMultiselectComponent.html +1 -1
  32. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  33. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  34. package/docs/components/EuimMultiselectListComponent.html +1 -1
  35. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  36. package/docs/components/EuimNotificationItemComponent.html +66 -1115
  37. package/docs/components/EuimScrollerXComponent.html +51 -1248
  38. package/docs/components/EuimSidebarComponent.html +1 -1
  39. package/docs/components/EuimSidebarContentComponent.html +1 -1
  40. package/docs/components/EuimSkeletonListComponent.html +5 -1
  41. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  42. package/docs/components/EuimSlideComponent.html +1 -1
  43. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  44. package/docs/components/EuimSliderComponent.html +50 -71
  45. package/docs/components/EuimSliderInfoScreenComponent.html +50 -71
  46. package/docs/components/EuimSpinnerComponent.html +35 -1206
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +51 -1218
  48. package/docs/components/EuimSpinnerMessageComponent.html +51 -1218
  49. package/docs/components/EuimStepperComponent.html +50 -1244
  50. package/docs/components/EuimToolbarActionItemsComponent.html +52 -1249
  51. package/docs/components/EuimToolbarComponent.html +128 -1296
  52. package/docs/components/EuimToolbarTitleComponent.html +52 -1249
  53. package/docs/components/EuimUserProfileComponent.html +33 -1243
  54. package/docs/dependencies.html +2 -2
  55. package/docs/directives/EuimChipSelectorItemDirective.html +88 -1381
  56. package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
  57. package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
  58. package/docs/index.html +1 -1
  59. package/docs/js/menu-wc.js +0 -3
  60. package/docs/js/menu-wc_es5.js +1 -1
  61. package/docs/js/search/search_index.js +2 -2
  62. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +24 -89
  63. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +55 -42
  64. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +27 -10
  65. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -18
  66. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
  67. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
  68. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +4 -4
  69. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
  70. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +6 -8
  71. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
  72. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
  73. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +26 -17
  74. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
  75. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
  76. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
  77. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
  78. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
  79. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
  80. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
  81. package/esm2022/lib/components/euim-message/euim-message.component.mjs +37 -98
  82. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
  83. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  84. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
  85. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
  86. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
  87. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
  88. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
  89. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
  90. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
  91. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
  92. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
  93. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
  94. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
  95. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
  96. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
  97. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
  98. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
  99. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
  100. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
  101. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
  102. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
  103. package/fesm2022/eui-mobile-core.mjs +665 -1088
  104. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  105. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
  106. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  107. package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
  108. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  109. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
  110. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  111. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
  112. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  113. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
  114. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  115. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
  116. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  117. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  118. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
  119. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  120. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +3 -4
  121. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  122. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
  123. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
  124. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
  125. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
  126. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
  127. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  128. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
  129. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  130. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
  131. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
  132. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
  133. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
  134. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
  135. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
  136. package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
  137. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  138. package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
  139. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  140. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
  141. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
  142. package/lib/components/euim-message/euim-message.component.d.ts +6 -20
  143. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  144. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
  145. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
  146. package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
  147. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
  148. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  149. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
  150. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  151. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
  152. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
  153. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
  154. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
  155. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
  156. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  157. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
  158. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  159. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
  160. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
  161. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
  162. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
  163. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
  164. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
  165. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
  166. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
  167. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
  168. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  169. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
  170. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
  171. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
  172. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  173. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
  174. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  175. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
  176. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
  177. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
  178. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  179. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -2
  180. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  181. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
  182. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
  183. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
  184. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  185. package/package.json +1 -1
  186. package/docs/directives/EuimBaseDirective.html +0 -2930
  187. package/esm2022/lib/components/euim-base.directive.mjs +0 -286
  188. package/lib/components/euim-base.directive.d.ts +0 -86
  189. package/lib/components/euim-base.directive.d.ts.map +0 -1
@@ -370,7 +370,7 @@
370
370
  <script>
371
371
  var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
372
372
  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'}];
373
- 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': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'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]'}];
373
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'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]'}];
374
374
  var ACTUAL_COMPONENT = {'name': 'EuimHeaderDetailsComponent'};
375
375
  </script>
376
376
  <script src="../js/tree.js"></script>
@@ -120,17 +120,17 @@
120
120
  <h3 id="index">Index</h3>
121
121
  <table class="table table-sm table-bordered index-table">
122
122
  <tbody>
123
-
124
123
  <tr>
125
124
  <td class="col-md-4">
126
- <h6><b>Methods</b></h6>
125
+ <h6><b>Properties</b></h6>
127
126
  </td>
128
127
  </tr>
129
128
  <tr>
130
129
  <td class="col-md-4">
131
130
  <ul class="index-list">
132
131
  <li>
133
- <a href="#getCssClasses" >getCssClasses</a>
132
+ <span class="modifier"></span>
133
+ <a href="#className" >className</a>
134
134
  </li>
135
135
  </ul>
136
136
  </td>
@@ -138,6 +138,7 @@
138
138
 
139
139
 
140
140
 
141
+
141
142
  <tr>
142
143
  <td class="col-md-4">
143
144
  <h6><b>HostBindings</b></h6>
@@ -154,20 +155,6 @@
154
155
  </tr>
155
156
 
156
157
 
157
- <tr>
158
- <td class="col-md-4">
159
- <h6><b>Accessors</b></h6>
160
- </td>
161
- </tr>
162
- <tr>
163
- <td class="col-md-4">
164
- <ul class="index-list">
165
- <li>
166
- <a href="#cssClasses" >cssClasses</a>
167
- </li>
168
- </ul>
169
- </td>
170
- </tr>
171
158
  </tbody>
172
159
  </table>
173
160
  </section>
@@ -193,6 +180,11 @@
193
180
 
194
181
  </td>
195
182
  </tr>
183
+ <tr>
184
+ <td class="col-md-4">
185
+ <i>Default value : </i><code>&#x27;euim-info-screen&#x27;</code>
186
+ </td>
187
+ </tr>
196
188
 
197
189
 
198
190
  </tbody>
@@ -200,66 +192,50 @@
200
192
  </section>
201
193
 
202
194
 
203
- <section data-compodoc="block-methods">
195
+
196
+ <section data-compodoc="block-properties">
204
197
 
205
- <h3 id="methods">
206
- Methods
198
+ <h3 id="inputs">
199
+ Properties
207
200
  </h3>
208
201
  <table class="table table-sm table-bordered">
209
202
  <tbody>
210
203
  <tr>
211
204
  <td class="col-md-4">
212
- <a name="getCssClasses"></a>
205
+ <a name="className"></a>
213
206
  <span class="name">
214
- <span ><b>getCssClasses</b></span>
215
- <a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
207
+ <span class="modifier"></span>
208
+ <span ><b>className</b></span>
209
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
216
210
  </span>
217
211
  </td>
218
212
  </tr>
219
- <tr>
220
- <td class="col-md-4">
221
- <code>getCssClasses()</code>
222
- </td>
223
- </tr>
224
-
225
-
226
-
227
-
228
- <tr>
229
- <td class="col-md-4">
230
-
231
- <div class="io-description">
232
- <b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
233
-
234
- </div>
235
- </td>
236
- </tr>
237
- </tbody>
238
- </table>
239
- </section>
213
+ <tr>
214
+ <td class="col-md-4">
215
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
240
216
 
241
- <section data-compodoc="block-accessors">
242
- <h3 id="accessors">
243
- Accessors
244
- </h3>
245
- <table class="table table-sm table-bordered">
246
- <tbody>
217
+ </td>
218
+ </tr>
247
219
  <tr>
248
220
  <td class="col-md-4">
249
- <a name="cssClasses"></a>
250
- <span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
221
+ <i>Default value : </i><code>&#x27;euim-info-screen&#x27;</code>
251
222
  </td>
252
223
  </tr>
253
-
254
224
  <tr>
255
225
  <td class="col-md-4">
256
- <span class="accessor"><b>get</b><code>cssClasses()</code></span>
226
+ <b>Decorators : </b>
227
+ <br />
228
+ <code>
229
+ @HostBinding(&#x27;class&#x27;)<br />
230
+ </code>
257
231
  </td>
258
232
  </tr>
259
233
 
260
- </tbody>
261
- </table>
234
+
235
+ </tbody>
236
+ </table>
262
237
  </section>
238
+
263
239
  </div>
264
240
 
265
241
 
@@ -276,7 +252,7 @@
276
252
  <script>
277
253
  var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
278
254
  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'}];
279
- 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': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'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]'}];
255
+ var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'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]'}];
280
256
  var ACTUAL_COMPONENT = {'name': 'EuimInfoScreenComponent'};
281
257
  </script>
282
258
  <script src="../js/tree.js"></script>