@eui/mobile-core 14.2.0 → 15.0.0-rc.1

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 (330) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +8 -8
  2. package/docs/components/EuiMUserProfileInfosComponent.html +8 -8
  3. package/docs/components/EuimAppSidebarComponent.html +1 -1
  4. package/docs/components/EuimAppSidebarFooterComponent.html +4 -10
  5. package/docs/components/EuimAppSidebarMenuComponent.html +3 -3
  6. package/docs/components/EuimAvatarMainIconComponent.html +4 -4
  7. package/docs/components/EuimAvatarSubIconComponent.html +4 -4
  8. package/docs/components/EuimDataSummaryColComponent.html +4 -4
  9. package/docs/components/EuimDataSummaryColLabelComponent.html +4 -4
  10. package/docs/components/EuimDataSummaryColValueComponent.html +4 -4
  11. package/docs/components/EuimFieldSetComponent.html +4 -4
  12. package/docs/components/EuimFieldsetActionsComponent.html +4 -4
  13. package/docs/components/EuimFieldsetLegendComponent.html +4 -4
  14. package/docs/components/EuimHeaderDetailsIconComponent.html +4 -4
  15. package/docs/components/EuimHeaderDetailsMetaComponent.html +4 -4
  16. package/docs/components/EuimHeaderDetailsTitleComponent.html +4 -4
  17. package/docs/components/EuimInfoScreenMetaComponent.html +4 -4
  18. package/docs/components/EuimInfoScreenSubTitleComponent.html +4 -4
  19. package/docs/components/EuimInfoScreenTitleComponent.html +4 -4
  20. package/docs/components/EuimLanguageSelectorComponent.html +2 -30
  21. package/docs/components/EuimMediaHeaderComponent.html +0 -24
  22. package/docs/components/EuimMediaHeaderImageComponent.html +4 -4
  23. package/docs/components/EuimMediaHeaderMetaComponent.html +4 -4
  24. package/docs/components/EuimMediaHeaderTitleComponent.html +4 -4
  25. package/docs/components/EuimMenuComponent.html +4 -4
  26. package/docs/components/EuimMessageComponent.html +0 -6
  27. package/docs/components/EuimMessageTitleComponent.html +8 -8
  28. package/docs/components/EuimSlideComponent.html +4 -4
  29. package/docs/components/EuimSliderComponent.html +6 -37
  30. package/docs/components/EuimStepperComponent.html +3 -67
  31. package/docs/components/EuimUserProfileComponent.html +4 -4
  32. package/docs/dependencies.html +4 -6
  33. package/docs/directives/EuimListHeaderDirective.html +4 -4
  34. package/docs/index.html +2 -2
  35. package/docs/interfaces/EuimMenuItem.html +571 -0
  36. package/docs/js/menu-wc.js +6 -6
  37. package/docs/js/menu-wc_es5.js +1 -1
  38. package/docs/js/search/search_index.js +2 -2
  39. package/docs/miscellaneous/variables.html +50 -0
  40. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +35 -33
  41. package/esm2020/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +20 -21
  42. package/esm2020/lib/components/atoms/euim-label/euim-label.component.mjs +17 -23
  43. package/esm2020/lib/components/atoms/euim-label/euim-label.module.mjs +20 -21
  44. package/esm2020/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +10 -14
  45. package/esm2020/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +20 -21
  46. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +13 -15
  47. package/esm2020/lib/components/directives/euim-list-header/euim-list-header.module.mjs +20 -21
  48. package/esm2020/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.mjs +15 -21
  49. package/esm2020/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.mjs +15 -21
  50. package/esm2020/lib/components/euim-avatar/euim-avatar.component.mjs +10 -16
  51. package/esm2020/lib/components/euim-avatar/euim-avatar.module.mjs +21 -22
  52. package/esm2020/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +20 -26
  53. package/esm2020/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +20 -21
  54. package/esm2020/lib/components/euim-base.directive.mjs +58 -60
  55. package/esm2020/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +14 -20
  56. package/esm2020/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.mjs +15 -21
  57. package/esm2020/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.mjs +15 -21
  58. package/esm2020/lib/components/euim-data-summary/euim-data-summary.component.mjs +10 -16
  59. package/esm2020/lib/components/euim-data-summary/euim-data-summary.module.mjs +21 -22
  60. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +13 -53
  61. package/esm2020/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +22 -23
  62. package/esm2020/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +11 -17
  63. package/esm2020/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +11 -17
  64. package/esm2020/lib/components/euim-fieldset/euim-fieldset.component.mjs +11 -23
  65. package/esm2020/lib/components/euim-fieldset/euim-fieldset.module.mjs +21 -22
  66. package/esm2020/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.mjs +15 -21
  67. package/esm2020/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.mjs +15 -21
  68. package/esm2020/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.mjs +15 -21
  69. package/esm2020/lib/components/euim-header-details/euim-header-details.component.mjs +10 -16
  70. package/esm2020/lib/components/euim-header-details/euim-header-details.module.mjs +21 -22
  71. package/esm2020/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.mjs +15 -21
  72. package/esm2020/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.mjs +15 -21
  73. package/esm2020/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.mjs +15 -21
  74. package/esm2020/lib/components/euim-info-screen/euim-info-screen.component.mjs +10 -16
  75. package/esm2020/lib/components/euim-info-screen/euim-info-screen.module.mjs +21 -22
  76. package/esm2020/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.mjs +15 -21
  77. package/esm2020/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.mjs +15 -21
  78. package/esm2020/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.mjs +15 -21
  79. package/esm2020/lib/components/euim-media-header/euim-media-header.component.mjs +30 -39
  80. package/esm2020/lib/components/euim-media-header/euim-media-header.module.mjs +21 -22
  81. package/esm2020/lib/components/euim-menu/euim-menu.component.mjs +11 -78
  82. package/esm2020/lib/components/euim-menu/euim-menu.module.mjs +22 -23
  83. package/esm2020/lib/components/euim-menu/models/eui-menu-item.model.mjs +2 -7
  84. package/esm2020/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +10 -16
  85. package/esm2020/lib/components/euim-message/euim-message.component.mjs +35 -43
  86. package/esm2020/lib/components/euim-message/euim-message.module.mjs +21 -22
  87. package/esm2020/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +16 -22
  88. package/esm2020/lib/components/euim-slider/euim-slider.component.mjs +26 -84
  89. package/esm2020/lib/components/euim-slider/euim-slider.module.mjs +21 -22
  90. package/esm2020/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +11 -17
  91. package/esm2020/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +11 -17
  92. package/esm2020/lib/components/euim-spinner/euim-spinner.component.mjs +11 -17
  93. package/esm2020/lib/components/euim-spinner/euim-spinner.module.mjs +27 -28
  94. package/esm2020/lib/components/euim-stepper/euim-steper.module.mjs +22 -23
  95. package/esm2020/lib/components/euim-stepper/euim-stepper.component.mjs +21 -52
  96. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +11 -19
  97. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +7 -11
  98. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +11 -17
  99. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +11 -27
  100. package/esm2020/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +23 -24
  101. package/esm2020/lib/components/layout/euim-app/euim-app.component.mjs +9 -21
  102. package/esm2020/lib/components/layout/euim-app/euim-app.module.mjs +23 -24
  103. package/esm2020/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +12 -30
  104. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +19 -35
  105. package/esm2020/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +34 -35
  106. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -16
  107. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -16
  108. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -62
  109. package/esm2020/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +29 -30
  110. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +10 -18
  111. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +9 -15
  112. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +10 -16
  113. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +9 -15
  114. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +11 -20
  115. package/esm2020/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +21 -22
  116. package/esm2020/lib/euim-all.module.mjs +20 -21
  117. package/esm2020/lib/services/euim-app.service.mjs +8 -7
  118. package/eui-mobile-core.d.ts.map +1 -0
  119. package/fesm2015/eui-mobile-core.mjs +648 -1682
  120. package/fesm2015/eui-mobile-core.mjs.map +1 -1
  121. package/fesm2020/eui-mobile-core.mjs +1320 -1905
  122. package/fesm2020/eui-mobile-core.mjs.map +1 -1
  123. package/index.d.ts +1 -0
  124. package/index.d.ts.map +1 -0
  125. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +2 -1
  126. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -0
  127. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +1 -0
  128. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +1 -0
  129. package/lib/components/atoms/euim-control-feedback/index.d.ts +1 -0
  130. package/lib/components/atoms/euim-control-feedback/index.d.ts.map +1 -0
  131. package/lib/components/atoms/euim-label/euim-label.component.d.ts +2 -1
  132. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -0
  133. package/lib/components/atoms/euim-label/euim-label.module.d.ts +1 -0
  134. package/lib/components/atoms/euim-label/euim-label.module.d.ts.map +1 -0
  135. package/lib/components/atoms/euim-label/index.d.ts +1 -0
  136. package/lib/components/atoms/euim-label/index.d.ts.map +1 -0
  137. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +2 -1
  138. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -0
  139. package/lib/components/atoms/euim-notification-item/euim-notification-item.module.d.ts +1 -0
  140. package/lib/components/atoms/euim-notification-item/euim-notification-item.module.d.ts.map +1 -0
  141. package/lib/components/atoms/euim-notification-item/index.d.ts +1 -0
  142. package/lib/components/atoms/euim-notification-item/index.d.ts.map +1 -0
  143. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +3 -2
  144. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -0
  145. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +1 -0
  146. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -0
  147. package/lib/components/directives/euim-list-header/index.d.ts +1 -0
  148. package/lib/components/directives/euim-list-header/index.d.ts.map +1 -0
  149. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.d.ts +3 -2
  150. package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.component.d.ts.map +1 -0
  151. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.d.ts +3 -2
  152. package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.component.d.ts.map +1 -0
  153. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -1
  154. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -0
  155. package/lib/components/euim-avatar/euim-avatar.module.d.ts +1 -0
  156. package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -0
  157. package/lib/components/euim-avatar/index.d.ts +1 -0
  158. package/lib/components/euim-avatar/index.d.ts.map +1 -0
  159. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +2 -1
  160. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
  161. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +1 -0
  162. package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +1 -0
  163. package/lib/components/euim-avatar-icon/index.d.ts +1 -0
  164. package/lib/components/euim-avatar-icon/index.d.ts.map +1 -0
  165. package/lib/components/euim-base.directive.d.ts +2 -1
  166. package/lib/components/euim-base.directive.d.ts.map +1 -0
  167. package/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.d.ts +3 -2
  168. package/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.d.ts.map +1 -0
  169. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.d.ts +3 -2
  170. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.component.d.ts.map +1 -0
  171. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.d.ts +3 -2
  172. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.component.d.ts.map +1 -0
  173. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +2 -1
  174. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -0
  175. package/lib/components/euim-data-summary/euim-data-summary.module.d.ts +1 -0
  176. package/lib/components/euim-data-summary/euim-data-summary.module.d.ts.map +1 -0
  177. package/lib/components/euim-data-summary/index.d.ts +1 -0
  178. package/lib/components/euim-data-summary/index.d.ts.map +1 -0
  179. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +2 -1
  180. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -0
  181. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts +1 -0
  182. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts.map +1 -0
  183. package/lib/components/euim-empty-list-placeholder/index.d.ts +1 -0
  184. package/lib/components/euim-empty-list-placeholder/index.d.ts.map +1 -0
  185. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +3 -2
  186. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -0
  187. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +3 -2
  188. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -0
  189. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +3 -2
  190. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -0
  191. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +1 -0
  192. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +1 -0
  193. package/lib/components/euim-fieldset/index.d.ts +1 -0
  194. package/lib/components/euim-fieldset/index.d.ts.map +1 -0
  195. package/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.d.ts +3 -2
  196. package/lib/components/euim-header-details/euim-header-details-icon/euim-header-details-icon.component.d.ts.map +1 -0
  197. package/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.d.ts +3 -2
  198. package/lib/components/euim-header-details/euim-header-details-meta/euim-header-details-meta.component.d.ts.map +1 -0
  199. package/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.d.ts +3 -2
  200. package/lib/components/euim-header-details/euim-header-details-title/euim-header-details-title.component.d.ts.map +1 -0
  201. package/lib/components/euim-header-details/euim-header-details.component.d.ts +2 -1
  202. package/lib/components/euim-header-details/euim-header-details.component.d.ts.map +1 -0
  203. package/lib/components/euim-header-details/euim-header-details.module.d.ts +1 -0
  204. package/lib/components/euim-header-details/euim-header-details.module.d.ts.map +1 -0
  205. package/lib/components/euim-header-details/index.d.ts +1 -0
  206. package/lib/components/euim-header-details/index.d.ts.map +1 -0
  207. package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.d.ts +3 -2
  208. package/lib/components/euim-info-screen/euim-info-screen-meta/euim-info-screen-meta.component.d.ts.map +1 -0
  209. package/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.d.ts +3 -2
  210. package/lib/components/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.component.d.ts.map +1 -0
  211. package/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.d.ts +3 -2
  212. package/lib/components/euim-info-screen/euim-info-screen-title/euim-info-screen-title.component.d.ts.map +1 -0
  213. package/lib/components/euim-info-screen/euim-info-screen.component.d.ts +2 -1
  214. package/lib/components/euim-info-screen/euim-info-screen.component.d.ts.map +1 -0
  215. package/lib/components/euim-info-screen/euim-info-screen.module.d.ts +1 -0
  216. package/lib/components/euim-info-screen/euim-info-screen.module.d.ts.map +1 -0
  217. package/lib/components/euim-info-screen/index.d.ts +1 -0
  218. package/lib/components/euim-info-screen/index.d.ts.map +1 -0
  219. package/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.d.ts +3 -2
  220. package/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.component.d.ts.map +1 -0
  221. package/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.d.ts +3 -2
  222. package/lib/components/euim-media-header/euim-media-header-meta/euim-media-header-meta.component.d.ts.map +1 -0
  223. package/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.d.ts +3 -2
  224. package/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.component.d.ts.map +1 -0
  225. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -1
  226. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -0
  227. package/lib/components/euim-media-header/euim-media-header.module.d.ts +1 -0
  228. package/lib/components/euim-media-header/euim-media-header.module.d.ts.map +1 -0
  229. package/lib/components/euim-media-header/index.d.ts +1 -0
  230. package/lib/components/euim-media-header/index.d.ts.map +1 -0
  231. package/lib/components/euim-menu/euim-menu.component.d.ts +2 -1
  232. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -0
  233. package/lib/components/euim-menu/euim-menu.module.d.ts +1 -0
  234. package/lib/components/euim-menu/euim-menu.module.d.ts.map +1 -0
  235. package/lib/components/euim-menu/index.d.ts +1 -0
  236. package/lib/components/euim-menu/index.d.ts.map +1 -0
  237. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +2 -2
  238. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +1 -0
  239. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +3 -2
  240. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -0
  241. package/lib/components/euim-message/euim-message.component.d.ts +3 -4
  242. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -0
  243. package/lib/components/euim-message/euim-message.module.d.ts +1 -0
  244. package/lib/components/euim-message/euim-message.module.d.ts.map +1 -0
  245. package/lib/components/euim-message/index.d.ts +1 -0
  246. package/lib/components/euim-message/index.d.ts.map +1 -0
  247. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +3 -2
  248. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +1 -0
  249. package/lib/components/euim-slider/euim-slider.component.d.ts +15 -5
  250. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -0
  251. package/lib/components/euim-slider/euim-slider.module.d.ts +1 -0
  252. package/lib/components/euim-slider/euim-slider.module.d.ts.map +1 -0
  253. package/lib/components/euim-slider/index.d.ts +1 -0
  254. package/lib/components/euim-slider/index.d.ts.map +1 -0
  255. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -1
  256. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -0
  257. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -1
  258. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -0
  259. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -1
  260. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -0
  261. package/lib/components/euim-spinner/euim-spinner.module.d.ts +1 -0
  262. package/lib/components/euim-spinner/euim-spinner.module.d.ts.map +1 -0
  263. package/lib/components/euim-spinner/index.d.ts +1 -0
  264. package/lib/components/euim-spinner/index.d.ts.map +1 -0
  265. package/lib/components/euim-stepper/euim-steper.module.d.ts +1 -0
  266. package/lib/components/euim-stepper/euim-steper.module.d.ts.map +1 -0
  267. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -3
  268. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -0
  269. package/lib/components/euim-stepper/index.d.ts +1 -0
  270. package/lib/components/euim-stepper/index.d.ts.map +1 -0
  271. package/lib/components/index.d.ts +1 -0
  272. package/lib/components/index.d.ts.map +1 -0
  273. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +1 -0
  274. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +1 -0
  275. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +4 -5
  276. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +1 -0
  277. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +2 -1
  278. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +1 -0
  279. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +2 -1
  280. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +1 -0
  281. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +2 -1
  282. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -0
  283. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +1 -0
  284. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +1 -0
  285. package/lib/components/layout/euim-app/euim-app.component.d.ts +2 -1
  286. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -0
  287. package/lib/components/layout/euim-app/euim-app.module.d.ts +1 -0
  288. package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -0
  289. package/lib/components/layout/euim-app/index.d.ts +1 -0
  290. package/lib/components/layout/euim-app/index.d.ts.map +1 -0
  291. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +3 -2
  292. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -0
  293. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +5 -4
  294. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -0
  295. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +2 -1
  296. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -0
  297. package/lib/components/layout/euim-language-selector/index.d.ts +1 -0
  298. package/lib/components/layout/euim-language-selector/index.d.ts.map +1 -0
  299. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -1
  300. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -0
  301. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -1
  302. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -0
  303. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +2 -1
  304. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -0
  305. package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts +1 -0
  306. package/lib/components/layout/euim-toolbar/euim-toolbar.module.d.ts.map +1 -0
  307. package/lib/components/layout/euim-toolbar/index.d.ts +1 -0
  308. package/lib/components/layout/euim-toolbar/index.d.ts.map +1 -0
  309. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +3 -2
  310. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -0
  311. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +2 -1
  312. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -0
  313. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +3 -2
  314. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -0
  315. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +2 -1
  316. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -0
  317. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +3 -2
  318. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -0
  319. package/lib/components/layout/euim-user-profile/euim-user-profile.module.d.ts +1 -0
  320. package/lib/components/layout/euim-user-profile/euim-user-profile.module.d.ts.map +1 -0
  321. package/lib/components/layout/euim-user-profile/index.d.ts +1 -0
  322. package/lib/components/layout/euim-user-profile/index.d.ts.map +1 -0
  323. package/lib/euim-all.module.d.ts +1 -0
  324. package/lib/euim-all.module.d.ts.map +1 -0
  325. package/lib/services/euim-app.service.d.ts +1 -0
  326. package/lib/services/euim-app.service.d.ts.map +1 -0
  327. package/lib/services/index.d.ts +1 -0
  328. package/lib/services/index.d.ts.map +1 -0
  329. package/package.json +5 -7
  330. package/docs/classes/EuimMenuItem.html +0 -463
@@ -113,7 +113,7 @@
113
113
  <td class="col-md-4">
114
114
  <ul class="index-list">
115
115
  <li>
116
- <a href="#string" >string</a>
116
+ <a href="#className" >className</a>
117
117
  </li>
118
118
  </ul>
119
119
  </td>
@@ -185,10 +185,10 @@
185
185
  <tbody>
186
186
  <tr>
187
187
  <td class="col-md-4">
188
- <a name="string"></a>
188
+ <a name="className"></a>
189
189
  <span class="name">
190
- <span ><b>string</b></span>
191
- <a href="#string"><span class="icon ion-ios-link"></span></a>
190
+ <span ><b>className</b></span>
191
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
192
192
  </span>
193
193
  </td>
194
194
  </tr>
@@ -113,7 +113,7 @@
113
113
  <td class="col-md-4">
114
114
  <ul class="index-list">
115
115
  <li>
116
- <a href="#string" >string</a>
116
+ <a href="#className" >className</a>
117
117
  </li>
118
118
  </ul>
119
119
  </td>
@@ -185,10 +185,10 @@
185
185
  <tbody>
186
186
  <tr>
187
187
  <td class="col-md-4">
188
- <a name="string"></a>
188
+ <a name="className"></a>
189
189
  <span class="name">
190
- <span ><b>string</b></span>
191
- <a href="#string"><span class="icon ion-ios-link"></span></a>
190
+ <span ><b>className</b></span>
191
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
192
192
  </span>
193
193
  </td>
194
194
  </tr>
@@ -113,7 +113,7 @@
113
113
  <td class="col-md-4">
114
114
  <ul class="index-list">
115
115
  <li>
116
- <a href="#string" >string</a>
116
+ <a href="#className" >className</a>
117
117
  </li>
118
118
  </ul>
119
119
  </td>
@@ -185,10 +185,10 @@
185
185
  <tbody>
186
186
  <tr>
187
187
  <td class="col-md-4">
188
- <a name="string"></a>
188
+ <a name="className"></a>
189
189
  <span class="name">
190
- <span ><b>string</b></span>
191
- <a href="#string"><span class="icon ion-ios-link"></span></a>
190
+ <span ><b>className</b></span>
191
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
192
192
  </span>
193
193
  </td>
194
194
  </tr>
@@ -786,7 +786,7 @@
786
786
  </tr>
787
787
  <tr>
788
788
  <td class="col-md-4">
789
- <i>Type : </i> <code><a href="../classes/EuimMenuItem.html" target="_self" >EventEmitter&lt;EuimMenuItem&gt;</a></code>
789
+ <i>Type : </i> <code><a href="../interfaces/EuimMenuItem.html" target="_self" >EventEmitter&lt;EuimMenuItem&gt;</a></code>
790
790
 
791
791
  </td>
792
792
  </tr>
@@ -813,7 +813,7 @@
813
813
  </tr>
814
814
  <tr>
815
815
  <td class="col-md-4">
816
- <code>onItemClick(event: <a href="https://angular.io/api/router/Event" target="_blank">Event</a>, url?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, idx?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>, item?: <a href="../classes/EuimMenuItem.html" target="_self">EuimMenuItem</a>)</code>
816
+ <code>onItemClick(event: <a href="https://angular.io/api/router/Event" target="_blank">Event</a>, url?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>, idx?: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>, item?: <a href="../interfaces/EuimMenuItem.html" target="_self">EuimMenuItem</a>)</code>
817
817
  </td>
818
818
  </tr>
819
819
 
@@ -874,7 +874,7 @@
874
874
  <tr>
875
875
  <td>item</td>
876
876
  <td>
877
- <code><a href="../classes/EuimMenuItem.html" target="_self" >EuimMenuItem</a></code>
877
+ <code><a href="../interfaces/EuimMenuItem.html" target="_self" >EuimMenuItem</a></code>
878
878
  </td>
879
879
 
880
880
  <td>
@@ -981,7 +981,7 @@
981
981
  </tr>
982
982
  <tr>
983
983
  <td class="col-md-4">
984
- <i>Type : </i> <code><a href="../classes/EuimMenuItem.html" target="_self" >EuimMenuItem[]</a></code>
984
+ <i>Type : </i> <code><a href="../interfaces/EuimMenuItem.html" target="_self" >EuimMenuItem[]</a></code>
985
985
 
986
986
  </td>
987
987
  </tr>
@@ -65,12 +65,6 @@
65
65
  <code><a href="../directives/EuimBaseDirective.html" target="_self" >EuimBaseDirective</a></code>
66
66
  </p>
67
67
 
68
- <p class="comment">
69
- <h3>Implements</h3>
70
- </p>
71
- <p class="comment">
72
- <code><a href="https://angular.io/api/core/OnInit" target="_blank" >OnInit</a></code>
73
- </p>
74
68
 
75
69
 
76
70
  <section>
@@ -127,7 +127,7 @@
127
127
  <td class="col-md-4">
128
128
  <ul class="index-list">
129
129
  <li>
130
- <a href="#class" >class</a>
130
+ <a href="#className" >className</a>
131
131
  </li>
132
132
  <li>
133
133
  <a href="#_euiAccent" >_euiAccent</a>
@@ -305,7 +305,7 @@
305
305
  <td class="col-md-4">
306
306
  <ul class="index-list">
307
307
  <li>
308
- <a href="#class" >class</a>
308
+ <a href="#className" >className</a>
309
309
  </li>
310
310
  </ul>
311
311
  </td>
@@ -694,10 +694,10 @@
694
694
  <tbody>
695
695
  <tr>
696
696
  <td class="col-md-4">
697
- <a name="class"></a>
697
+ <a name="className"></a>
698
698
  <span class="name">
699
- <span ><b>class</b></span>
700
- <a href="#class"><span class="icon ion-ios-link"></span></a>
699
+ <span ><b>className</b></span>
700
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
701
701
  </span>
702
702
  </td>
703
703
  </tr>
@@ -797,10 +797,10 @@
797
797
  <tbody>
798
798
  <tr>
799
799
  <td class="col-md-4">
800
- <a name="class"></a>
800
+ <a name="className"></a>
801
801
  <span class="name">
802
- <span ><b>class</b></span>
803
- <a href="#class"><span class="icon ion-ios-link"></span></a>
802
+ <span ><b>className</b></span>
803
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
804
804
  </span>
805
805
  </td>
806
806
  </tr>
@@ -114,7 +114,7 @@
114
114
  <td class="col-md-4">
115
115
  <ul class="index-list">
116
116
  <li>
117
- <a href="#string" >string</a>
117
+ <a href="#className" >className</a>
118
118
  </li>
119
119
  </ul>
120
120
  </td>
@@ -186,10 +186,10 @@
186
186
  <tbody>
187
187
  <tr>
188
188
  <td class="col-md-4">
189
- <a name="string"></a>
189
+ <a name="className"></a>
190
190
  <span class="name">
191
- <span ><b>string</b></span>
192
- <a href="#string"><span class="icon ion-ios-link"></span></a>
191
+ <span ><b>className</b></span>
192
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
193
193
  </span>
194
194
  </td>
195
195
  </tr>
@@ -334,7 +334,7 @@
334
334
  </tr>
335
335
  <tr>
336
336
  <td class="col-md-4">
337
- <i>Type : </i> <code><a href="../interfaces/ActionBtnNames.html" target="_self" >ActionBtnNames</a></code>
337
+ <i>Type : </i> <code>{ action_btn_name: string; last_step_action_btn_name: string; }</code>
338
338
 
339
339
  </td>
340
340
  </tr>
@@ -450,7 +450,7 @@
450
450
  </tr>
451
451
  <tr>
452
452
  <td class="col-md-4">
453
- <code>goToSlide(index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank">number</a>)</code>
453
+ <code>goToSlide()</code>
454
454
  </td>
455
455
  </tr>
456
456
 
@@ -460,41 +460,9 @@
460
460
  <tr>
461
461
  <td class="col-md-4">
462
462
 
463
- <div class="io-description">
464
- <b>Parameters :</b>
465
-
466
- <table class="params">
467
- <thead>
468
- <tr>
469
- <td>Name</td>
470
- <td>Type</td>
471
- <td>Optional</td>
472
- </tr>
473
- </thead>
474
- <tbody>
475
- <tr>
476
- <td>index</td>
477
- <td>
478
- <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
479
- </td>
480
-
481
- <td>
482
- No
483
- </td>
484
-
485
-
486
- </tr>
487
- </tbody>
488
- </table>
489
- </div>
490
- <div>
491
- </div>
492
463
  <div class="io-description">
493
464
  <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
494
465
 
495
- </div>
496
- <div class="io-description">
497
-
498
466
  </div>
499
467
  </td>
500
468
  </tr>
@@ -704,13 +672,14 @@
704
672
  </tr>
705
673
  <tr>
706
674
  <td class="col-md-4">
707
- <i>Type : </i> <code><a href="../interfaces/ActionBtnNames.html" target="_self" >ActionBtnNames</a></code>
675
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/object" target="_blank" >object</a></code>
708
676
 
709
677
  </td>
710
678
  </tr>
711
679
  <tr>
712
680
  <td class="col-md-4">
713
- <i>Default value : </i><code>{&#x27;action_btn_name&#x27;: &#x27;Skip&#x27;, &#x27;last_step_action_btn_name&#x27;: &#x27;Done&#x27;}</code>
681
+ <i>Default value : </i><code>{action_btn_name: &#x27;Skip&#x27;,
682
+ last_step_action_btn_name: &#x27;Done&#x27;}</code>
714
683
  </td>
715
684
  </tr>
716
685
 
@@ -977,7 +946,7 @@
977
946
  <script src="../js/libs/htmlparser.js"></script>
978
947
  <script src="../js/libs/deep-iterator.js"></script>
979
948
  <script>
980
- var COMPONENT_TEMPLATE = '<div><div class="euim-slider__slider-container" #sliderElement> <div class="euim-slider__slides" #slides> <ng-content></ng-content> </div> <div class="euim-slider__pagination-container"> <div class="euim-slider__pagination"> <span class="euim-slider__span" *ngFor="let slide of slidesArray; let i = index" [ngClass]="{ \'active\': currentSlide === i }" (click)="goToSlide(i)"></span> </div> <ion-button *ngIf=!isLastItemReached fill="clear" class="euim-slider__action-button" (click)="onAction($event)">{{actionBtnNames.action_btn_name}}</ion-button> <ion-button *ngIf=isLastItemReached fill="clear" class="euim-slider__action-button" (click)="onLastStepAction($event)">{{actionBtnNames.last_step_action_btn_name}}</ion-button> </div></div></div>'
949
+ var COMPONENT_TEMPLATE = '<div><div class="euim-slider__slider-container" #sliderElement> <div class="euim-slider__slides" #slides> <ng-content></ng-content> </div> <div class="euim-slider__pagination-container"> <div class="euim-slider__pagination"> <span class="euim-slider__span" *ngFor="let slide of slidesArray; let i = index" [ngClass]="{ \'active\': currentSlide === i }" (click)="goToSlide()"></span> </div> <ion-button *ngIf=!isLastItemReached fill="clear" class="euim-slider__action-button" (click)="onAction($event)">{{actionBtnNames.action_btn_name}}</ion-button> <ion-button *ngIf=isLastItemReached fill="clear" class="euim-slider__action-button" (click)="onLastStepAction($event)">{{actionBtnNames.last_step_action_btn_name}}</ion-button> </div></div></div>'
981
950
  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': 'EuimAvatarMainIconComponent', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconComponent', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryColLabelComponent', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueComponent', 'selector': '[euimDataSummaryColValue]'},{'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': 'EuimHeaderDetailsIconComponent', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaComponent', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleComponent', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimInfoScreenMetaComponent', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleComponent', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleComponent', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimLabelComponent', 'selector': '[euimLabel]'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMediaHeaderImageComponent', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaComponent', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleComponent', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-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'}];
982
951
  var DIRECTIVES = [{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'}];
983
952
  var ACTUAL_COMPONENT = {'name': 'EuimSliderComponent'};
@@ -837,7 +837,7 @@
837
837
  </tr>
838
838
  <tr>
839
839
  <td class="col-md-4">
840
- <code>onNext(evt: MouseEvent)</code>
840
+ <code>onNext()</code>
841
841
  </td>
842
842
  </tr>
843
843
 
@@ -847,41 +847,9 @@
847
847
  <tr>
848
848
  <td class="col-md-4">
849
849
 
850
- <div class="io-description">
851
- <b>Parameters :</b>
852
-
853
- <table class="params">
854
- <thead>
855
- <tr>
856
- <td>Name</td>
857
- <td>Type</td>
858
- <td>Optional</td>
859
- </tr>
860
- </thead>
861
- <tbody>
862
- <tr>
863
- <td>evt</td>
864
- <td>
865
- <code>MouseEvent</code>
866
- </td>
867
-
868
- <td>
869
- No
870
- </td>
871
-
872
-
873
- </tr>
874
- </tbody>
875
- </table>
876
- </div>
877
- <div>
878
- </div>
879
850
  <div class="io-description">
880
851
  <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
881
852
 
882
- </div>
883
- <div class="io-description">
884
-
885
853
  </div>
886
854
  </td>
887
855
  </tr>
@@ -900,7 +868,7 @@
900
868
  </tr>
901
869
  <tr>
902
870
  <td class="col-md-4">
903
- <code>onPrevious(evt: MouseEvent)</code>
871
+ <code>onPrevious()</code>
904
872
  </td>
905
873
  </tr>
906
874
 
@@ -910,41 +878,9 @@
910
878
  <tr>
911
879
  <td class="col-md-4">
912
880
 
913
- <div class="io-description">
914
- <b>Parameters :</b>
915
-
916
- <table class="params">
917
- <thead>
918
- <tr>
919
- <td>Name</td>
920
- <td>Type</td>
921
- <td>Optional</td>
922
- </tr>
923
- </thead>
924
- <tbody>
925
- <tr>
926
- <td>evt</td>
927
- <td>
928
- <code>MouseEvent</code>
929
- </td>
930
-
931
- <td>
932
- No
933
- </td>
934
-
935
-
936
- </tr>
937
- </tbody>
938
- </table>
939
- </div>
940
- <div>
941
- </div>
942
881
  <div class="io-description">
943
882
  <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
944
883
 
945
- </div>
946
- <div class="io-description">
947
-
948
884
  </div>
949
885
  </td>
950
886
  </tr>
@@ -1475,7 +1411,7 @@
1475
1411
  <script src="../js/libs/htmlparser.js"></script>
1476
1412
  <script src="../js/libs/deep-iterator.js"></script>
1477
1413
  <script>
1478
- 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($event)" fill="clear" size="small" [disabled]="isPreviousDisabled"> <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($event)" fill="clear" size="small" [disabled]="isNextDisabled"> <ion-label>{{ \'euim.stepper.next\' | translate }}</ion-label> <ion-icon slot="end" name="chevron-forward-outline"></ion-icon> </ion-button> </ion-col> </ion-row> </ion-toolbar> </ion-footer></ion-footer></div>'
1414
+ 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()" fill="clear" size="small" [disabled]="isPreviousDisabled"> <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()" fill="clear" size="small" [disabled]="isNextDisabled"> <ion-label>{{ \'euim.stepper.next\' | translate }}</ion-label> <ion-icon slot="end" name="chevron-forward-outline"></ion-icon> </ion-button> </ion-col> </ion-row> </ion-toolbar> </ion-footer></ion-footer></div>'
1479
1415
  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': 'EuimAvatarMainIconComponent', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconComponent', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryColLabelComponent', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueComponent', 'selector': '[euimDataSummaryColValue]'},{'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': 'EuimHeaderDetailsIconComponent', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaComponent', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleComponent', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimInfoScreenMetaComponent', 'selector': '[euimInfoScreenMeta]'},{'name': 'EuimInfoScreenSubTitleComponent', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleComponent', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimLabelComponent', 'selector': '[euimLabel]'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMediaHeaderImageComponent', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderMetaComponent', 'selector': '[euimMediaHeaderMeta]'},{'name': 'EuimMediaHeaderTitleComponent', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-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'}];
1480
1416
  var DIRECTIVES = [{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'}];
1481
1417
  var ACTUAL_COMPONENT = {'name': 'EuimStepperComponent'};
@@ -131,7 +131,7 @@
131
131
  <td class="col-md-4">
132
132
  <ul class="index-list">
133
133
  <li>
134
- <a href="#string" >string</a>
134
+ <a href="#className" >className</a>
135
135
  </li>
136
136
  <li>
137
137
  <a href="#_euiAccent" >_euiAccent</a>
@@ -801,10 +801,10 @@
801
801
  <tbody>
802
802
  <tr>
803
803
  <td class="col-md-4">
804
- <a name="string"></a>
804
+ <a name="className"></a>
805
805
  <span class="name">
806
- <span ><b>string</b></span>
807
- <a href="#string"><span class="icon ion-ios-link"></span></a>
806
+ <span ><b>className</b></span>
807
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
808
808
  </span>
809
809
  </td>
810
810
  </tr>
@@ -51,17 +51,15 @@
51
51
  </ol>
52
52
  <ul class="dependencies-list">
53
53
  <li>
54
- <b>@eui/deps-base</b> : 14.0.15</li>
55
- <li>
56
- <b>@eui/ecl-core</b> : 14.1.6</li>
57
- <li>
58
- <b>@eui/styles-base</b> : 14.0.5</li>
54
+ <b>@eui/deps-base</b> : 15.2.2-snapshot-1676554866106</li>
59
55
  <li>
60
56
  <b>@ionic/angular-toolkit</b> : 7.0.0</li>
61
57
  <li>
62
- <b>@ionic/angular</b> : 6.2.5</li>
58
+ <b>@ionic/angular</b> : 6.5.3</li>
63
59
  <li>
64
60
  <b>@ionic/storage</b> : 3.0.6</li>
61
+ <li>
62
+ <b>ngx-moment</b> : 6.0.2</li>
65
63
  <li>
66
64
  <b>@eui/tools</b> : ^6.0.0</li>
67
65
  </ul>
@@ -90,7 +90,7 @@
90
90
  <td class="col-md-4">
91
91
  <ul class="index-list">
92
92
  <li>
93
- <a href="#string" >string</a>
93
+ <a href="#className" >className</a>
94
94
  </li>
95
95
  </ul>
96
96
  </td>
@@ -162,10 +162,10 @@
162
162
  <tbody>
163
163
  <tr>
164
164
  <td class="col-md-4">
165
- <a name="string"></a>
165
+ <a name="className"></a>
166
166
  <span class="name">
167
- <span ><b>string</b></span>
168
- <a href="#string"><span class="icon ion-ios-link"></span></a>
167
+ <span ><b>className</b></span>
168
+ <a href="#className"><span class="icon ion-ios-link"></span></a>
169
169
  </span>
170
170
  </td>
171
171
  </tr>
package/docs/index.html CHANGED
@@ -77,7 +77,7 @@
77
77
  <div class="card text-center">
78
78
  <div class="card-block">
79
79
  <h4 class="card-title"><span class="icon ion-ios-paper"></span></h4>
80
- <p class="card-text">2 Classes</p>
80
+ <p class="card-text">1 Class</p>
81
81
  </div>
82
82
  </div>
83
83
  </div>
@@ -85,7 +85,7 @@
85
85
  <div class="card text-center">
86
86
  <div class="card-block">
87
87
  <h4 class="card-title"><span class="icon ion-md-information-circle-outline"></span></h4>
88
- <p class="card-text">4 Interfaces</p>
88
+ <p class="card-text">5 Interfaces</p>
89
89
  </div>
90
90
  </div>
91
91
  </div>