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

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 (194) 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 +6 -2
  14. package/docs/components/EuimChipSelectorComponent.html +244 -1333
  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/BaseStatesDirective.html +81 -0
  56. package/docs/directives/EuimChipSelectorItemDirective.html +88 -1381
  57. package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
  58. package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
  59. package/docs/index.html +1 -1
  60. package/docs/js/menu-wc.js +0 -3
  61. package/docs/js/menu-wc_es5.js +1 -1
  62. package/docs/js/search/search_index.js +2 -2
  63. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +25 -89
  64. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +56 -42
  65. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +28 -10
  66. package/esm2022/lib/components/base-states.directive.mjs +23 -2
  67. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +6 -18
  68. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
  69. package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
  70. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +5 -4
  71. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
  72. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +10 -8
  73. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
  74. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
  75. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +27 -17
  76. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
  77. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
  78. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
  79. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
  80. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
  81. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
  82. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
  83. package/esm2022/lib/components/euim-message/euim-message.component.mjs +38 -98
  84. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
  85. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  86. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
  87. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
  88. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
  89. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
  90. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
  91. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
  92. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
  93. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
  94. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
  95. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
  96. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
  97. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
  98. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
  99. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
  100. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
  101. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
  102. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
  103. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
  104. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
  105. package/fesm2022/eui-mobile-core.mjs +692 -1083
  106. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  107. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
  108. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
  109. package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
  110. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  111. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
  112. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  113. package/lib/components/base-states.directive.d.ts +4 -1
  114. package/lib/components/base-states.directive.d.ts.map +1 -1
  115. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
  116. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  117. package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
  118. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  119. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
  120. package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
  121. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  122. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  123. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
  124. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  125. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +5 -5
  126. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  127. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
  128. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
  129. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
  130. package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
  131. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
  132. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  133. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
  134. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  135. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
  136. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
  137. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
  138. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
  139. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
  140. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
  141. package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
  142. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  143. package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
  144. package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
  145. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
  146. package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
  147. package/lib/components/euim-message/euim-message.component.d.ts +6 -20
  148. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  149. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
  150. package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
  151. package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
  152. package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
  153. package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
  154. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
  155. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  156. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
  157. package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
  158. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
  159. package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
  160. package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
  161. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  162. package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
  163. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
  164. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
  165. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
  166. package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
  167. package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
  168. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
  169. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
  170. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
  171. package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
  172. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
  173. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  174. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
  175. package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
  176. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
  177. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  178. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
  179. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  180. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
  181. package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
  182. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
  183. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  184. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -2
  185. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  186. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
  187. package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
  188. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
  189. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  190. package/package.json +1 -1
  191. package/docs/directives/EuimBaseDirective.html +0 -2930
  192. package/esm2022/lib/components/euim-base.directive.mjs +0 -286
  193. package/lib/components/euim-base.directive.d.ts +0 -86
  194. package/lib/components/euim-base.directive.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"euim-message.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-message/euim-message.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;;AAE3D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1G,qBAOa,oBAAqB,SAAQ,iBAAiB;IAEvD,SAAS,UAAQ;IAEjB,IACI,QAAQ,IAAI,OAAO,CAEtB;IAED,IAAI,QAAQ,CAAC,KAAK,EAJF,OAIE,EAMjB;IAED,YAAY,UAAS;IAErB,IACI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,KAAK,EAJF,OAIE,EAMpB;IAED,YAAY,UAAS;IAErB,IACI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,KAAK,EAJF,OAIE,EAMpB;IAED,WAAW,UAAS;IAEpB,IACI,UAAU,IAAI,OAAO,CAExB;IAED,IAAI,UAAU,CAAC,KAAK,EAJF,OAIE,EAMnB;IAED,QAAQ,EAAE,YAAY,CAAU;IAEhC,IACI,OAAO,IAAI,YAAY,CAE1B;IAED,IAAI,OAAO,CAAC,KAAK,EAAE,YAAY,EAM9B;IAED,IAAI,KAAK,IAAI,MAAM,CAElB;IAED,IAAI,IAAI,IAAI,MAAM,CAajB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,gBAAgB,IAAI,IAAI;IAQxB,aAAa,IAAI,MAAM;yCA7Gd,oBAAoB;2CAApB,oBAAoB;CAoHhC"}
1
+ {"version":3,"file":"euim-message.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-message/euim-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,WAAW,CAAC;AAE1G,qBAoBa,oBAAoB;IAsBV,mBAAmB,EAAE,mBAAmB;IApB3D,IAAI,IAAI,IAAI,MAAM,CAajB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAxBd,oBAAoB;2CAApB,oBAAoB;CAiChC"}
@@ -1,7 +1,6 @@
1
- import { EuimBaseDirective } from '../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimScrollerXComponent extends EuimBaseDirective {
4
- get cssClasses(): string;
2
+ export declare class EuimScrollerXComponent {
3
+ className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimScrollerXComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimScrollerXComponent, "euim-scroller-x", never, {}, {}, never, ["*"], false, never>;
7
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-scroller-x.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-scroller-x/euim-scroller-x.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;;AAE3D,qBAOa,sBAAuB,SAAQ,iBAAiB;IACzD,IACW,UAAU,IAAI,MAAM,CAE9B;yCAJQ,sBAAsB;2CAAtB,sBAAsB;CAKlC"}
1
+ {"version":3,"file":"euim-scroller-x.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-scroller-x/euim-scroller-x.component.ts"],"names":[],"mappings":";AAEA,qBAQa,sBAAsB;IACT,SAAS,SAAqB;yCAD3C,sBAAsB;2CAAtB,sBAAsB;CAElC"}
@@ -1 +1 @@
1
- {"version":3,"file":"euim-skeleton-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list/euim-skeleton-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACjF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAIa,yBAA0B,YAAW,gBAAgB;IACvD,KAAK,SAAK;IAE0B,gBAAgB,EAAE,6BAA6B,CAAC;IAE7F,YAAY,MAAQ;IACpB,kBAAkB,EAAE,kBAAkB,CAAM;IAE5C,kBAAkB,IAAI,IAAI;IAiB1B,IAAI,UAAU,IAAI,MAAM,EAAE,CAEzB;yCA3BU,yBAAyB;2CAAzB,yBAAyB;CA4BrC;AAED,KAAK,kBAAkB,GAAG;IACtB,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA"}
1
+ {"version":3,"file":"euim-skeleton-list.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list/euim-skeleton-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkC,gBAAgB,EAA2B,MAAM,eAAe,CAAC;AAC1G,OAAO,EAAE,6BAA6B,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAKa,yBAA0B,YAAW,gBAAgB;IACvD,KAAK,SAAK;IAE0B,gBAAgB,EAAE,6BAA6B,CAAC;IAE7F,YAAY,MAAQ;IACpB,kBAAkB,EAAE,kBAAkB,CAAM;IAE5C,kBAAkB,IAAI,IAAI;IAiB1B,IAAI,UAAU,IAAI,MAAM,EAAE,CAEzB;yCA3BU,yBAAyB;2CAAzB,yBAAyB;CA4BrC;AAED,KAAK,kBAAkB,GAAG;IACtB,SAAS,CAAC,EAAE,YAAY,CAAC;IACzB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA"}
@@ -17,13 +17,12 @@ export declare class EuimSliderComponent implements OnInit, AfterViewInit {
17
17
  isPreviousBtn: BooleanInput;
18
18
  isNextBtn: BooleanInput;
19
19
  isRightBtnVisible: BooleanInput;
20
+ className: string;
20
21
  slidesArray: any[];
21
22
  currentSlide: number;
22
23
  startX: number;
23
24
  constructor(renderer: Renderer2, gestureCtrl: GestureController, sliderElement: ElementRef, cdr: ChangeDetectorRef);
24
- get cssClasses(): string;
25
25
  onResize(event: Event): void;
26
- getCssClasses(): string;
27
26
  ngAfterViewInit(): void;
28
27
  ngOnInit(): void;
29
28
  setSliderStyles(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-slider.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider/euim-slider.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAKa,mBAAoB,YAAW,MAAM,EAAE,aAAa;IAsCjD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAxCgB,MAAM,EAAE,UAAU,CAAC;IAEhD,aAAa,EAAE,YAAY,CAAC,UAAU,CAAC,CACd;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,oBAAoB,EAAE,YAAY,CAAC,UAAU,CAAC,CACrB;IAE1B,cAAc,EAAE,cAAc,CAIrC;IAGF,iBAAiB,EAAE,YAAY,CAAS;IAIxC,gBAAgB,EAAE,YAAY,CAAS;IAIvC,aAAa,EAAE,YAAY,CAAS;IAIpC,SAAS,EAAE,YAAY,CAAS;IAGhC,iBAAiB,EAAE,YAAY,CAAQ;IAEvC,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAI1C,IACW,UAAU,IAAI,MAAM,CAE9B;IAGD,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,aAAa,IAAI,MAAM;IAIvB,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAmBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAStB,iBAAiB,IAAI,IAAI;IAWzB,aAAa,IAAI,IAAI;IAWrB,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASjC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCA3K/B,mBAAmB;2CAAnB,mBAAmB;CAmL/B;AAED,MAAM,WAAW,cAAc;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;CAC7B"}
1
+ {"version":3,"file":"euim-slider.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider/euim-slider.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAMa,mBAAoB,YAAW,MAAM,EAAE,aAAa;IAwCjD,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IA1CgB,MAAM,EAAE,UAAU,CAAC;IAEhD,aAAa,EAAE,YAAY,CAAC,UAAU,CAAC,CACd;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,oBAAoB,EAAE,YAAY,CAAC,UAAU,CAAC,CACrB;IAE1B,cAAc,EAAE,cAAc,CAIrC;IAGF,iBAAiB,EAAE,YAAY,CAAS;IAIxC,gBAAgB,EAAE,YAAY,CAAS;IAIvC,aAAa,EAAE,YAAY,CAAS;IAIpC,SAAS,EAAE,YAAY,CAAS;IAGhC,iBAAiB,EAAE,YAAY,CAAQ;IAEjB,SAAS,SAAiB;IAEhD,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAK1C,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAmBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAStB,iBAAiB,IAAI,IAAI;IAWzB,aAAa,IAAI,IAAI;IAWrB,QAAQ,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASjC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCApK/B,mBAAmB;2CAAnB,mBAAmB;CA4K/B;AAED,MAAM,WAAW,cAAc;IAC3B,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,iBAAiB,EAAE,MAAM,CAAC;CAC7B"}
@@ -19,13 +19,12 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
19
19
  isNextBtn: BooleanInput;
20
20
  actionBtnNames: ActionBtnsNames;
21
21
  showLeftBtnAsPrevious: BooleanInput;
22
+ className: string;
22
23
  slidesArray: any[];
23
24
  currentSlide: number;
24
25
  startX: number;
25
26
  constructor(renderer: Renderer2, gestureCtrl: GestureController, sliderElement: ElementRef, cdr: ChangeDetectorRef);
26
- get cssClasses(): string;
27
27
  onResize(event: Event): void;
28
- getCssClasses(): string;
29
28
  ngAfterViewInit(): void;
30
29
  ngOnInit(): void;
31
30
  setSliderStyles(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,EAIZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IA8C3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAhDgB,MAAM,EAAE,UAAU,CAAC;IAEhD,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CACnB;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,iBAAiB,EAAE,YAAY,CAAC,UAAU,CAAC,CAClB;IAGnC,iBAAiB,EAAE,YAAY,CAAS;IAIxC,UAAU,EAAE,YAAY,CAAS;IAIjC,WAAW,EAAE,YAAY,CAAS;IAIlC,YAAY,EAAE,YAAY,CAAS;IAInC,aAAa,EAAE,YAAY,CAAS;IAIpC,SAAS,EAAE,YAAY,CAAS;IAEvB,cAAc,EAAE,eAAe,CAItC;IAGF,qBAAqB,EAAE,YAAY,CAAS;IAE5C,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAI1C,IACW,UAAU,IAAI,MAAM,CAE9B;IAGD,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,aAAa,IAAI,MAAM;IAIvB,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAgBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAWtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAarB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCAtL/B,6BAA6B;2CAA7B,6BAA6B;CA8LzC;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
1
+ {"version":3,"file":"euim-slider-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,aAAa,EACb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAGZ,MAAM,EAEN,SAAS,EAKZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAGrD,qBAOa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAgD3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IAlDgB,MAAM,EAAE,UAAU,CAAC;IAEhD,kBAAkB,EAAE,YAAY,CAAC,UAAU,CAAC,CACnB;IACzB,qBAAqB,EAAE,YAAY,CAAC,UAAU,CAAC,CACtB;IACzB,iBAAiB,EAAE,YAAY,CAAC,UAAU,CAAC,CAClB;IAGnC,iBAAiB,EAAE,YAAY,CAAS;IAIxC,UAAU,EAAE,YAAY,CAAS;IAIjC,WAAW,EAAE,YAAY,CAAS;IAIlC,YAAY,EAAE,YAAY,CAAS;IAInC,aAAa,EAAE,YAAY,CAAS;IAIpC,SAAS,EAAE,YAAY,CAAS;IAEvB,cAAc,EAAE,eAAe,CAItC;IAGF,qBAAqB,EAAE,YAAY,CAAS;IAEtB,SAAS,SAA6B;IAE5D,WAAW,QAAM;IACjB,YAAY,SAAK;IACjB,MAAM,SAAK;gBAES,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,iBAAiB,EAC9B,aAAa,EAAE,UAAU,EACzB,GAAG,EAAE,iBAAiB;IAK1C,QAAQ,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;IAI5B,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAiBhB,eAAe,IAAI,IAAI;IAoBvB,cAAc,CAAC,CAAC,KAAA,GAAG,IAAI;IAgBvB,SAAS,CAAC,KAAK,KAAA,GAAG,IAAI;IAWtB,iBAAiB,IAAI,IAAI;IAazB,aAAa,IAAI,IAAI;IAarB,uBAAuB,IAAI,IAAI;IAI/B,mBAAmB,IAAI,IAAI;IAI3B,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IASzC,gBAAgB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;IAIzC,eAAe,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI;yCA/K/B,6BAA6B;2CAA7B,6BAA6B;CAuLzC;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
@@ -1,8 +1,6 @@
1
- import { EuimBaseDirective } from '../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimSpinnerDescriptionComponent extends EuimBaseDirective {
4
- get cssClasses(): string;
5
- getCssClasses(): string;
2
+ export declare class EuimSpinnerDescriptionComponent {
3
+ className: string;
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimSpinnerDescriptionComponent, never>;
7
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimSpinnerDescriptionComponent, "[euimSpinnerDescription]", never, {}, {}, never, ["*"], false, never>;
8
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-spinner-description.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAG9D,qBAMa,+BAAgC,SAAQ,iBAAiB;IAClE,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCANd,+BAA+B;2CAA/B,+BAA+B;CAW3C"}
1
+ {"version":3,"file":"euim-spinner-description.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.ts"],"names":[],"mappings":";AAGA,qBAOa,+BAA+B;IAClB,SAAS,SAA8B;yCADpD,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
@@ -1,8 +1,6 @@
1
- import { EuimBaseDirective } from '../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimSpinnerMessageComponent extends EuimBaseDirective {
4
- get cssClasses(): string;
5
- getCssClasses(): string;
2
+ export declare class EuimSpinnerMessageComponent {
3
+ className: string;
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimSpinnerMessageComponent, never>;
7
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimSpinnerMessageComponent, "[euimSpinnerMessage]", never, {}, {}, never, ["*"], false, never>;
8
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-spinner-message.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAG9D,qBAMa,2BAA4B,SAAQ,iBAAiB;IAC9D,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCANd,2BAA2B;2CAA3B,2BAA2B;CAWvC"}
1
+ {"version":3,"file":"euim-spinner-message.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.ts"],"names":[],"mappings":";AAGA,qBAOa,2BAA2B;IACd,SAAS,SAA0B;yCADhD,2BAA2B;2CAA3B,2BAA2B;CAEvC"}
@@ -1,8 +1,6 @@
1
- import { EuimBaseDirective } from '../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimSpinnerComponent extends EuimBaseDirective {
4
- get cssClasses(): string;
5
- getCssClasses(): string;
2
+ export declare class EuimSpinnerComponent {
3
+ className: string;
6
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimSpinnerComponent, never>;
7
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimSpinnerComponent, "euim-spinner", never, {}, {}, never, ["*"], false, never>;
8
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-spinner.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-spinner/euim-spinner.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;;AAE3D,qBAMa,oBAAqB,SAAQ,iBAAiB;IACvD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCANd,oBAAoB;2CAApB,oBAAoB;CAWhC"}
1
+ {"version":3,"file":"euim-spinner.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-spinner/euim-spinner.component.ts"],"names":[],"mappings":";AAEA,qBAMa,oBAAoB;IACP,SAAS,SAAkB;yCADxC,oBAAoB;2CAApB,oBAAoB;CAEhC"}
@@ -1,15 +1,15 @@
1
1
  import { EventEmitter } from '@angular/core';
2
- import { EuimBaseDirective } from '../euim-base.directive';
2
+ import { BooleanInput } from '@angular/cdk/coercion';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class EuimStepperChangeEvent {
5
5
  currentStep: number;
6
6
  constructor(currentStep: number);
7
7
  }
8
- export declare class EuimStepperComponent extends EuimBaseDirective {
8
+ export declare class EuimStepperComponent {
9
9
  currentStep: number;
10
10
  stepsCount: number;
11
- isPreviousDisabled: boolean;
12
- isNextDisabled: boolean;
11
+ isPreviousDisabled: BooleanInput;
12
+ isNextDisabled: BooleanInput;
13
13
  previous: EventEmitter<EuimStepperChangeEvent>;
14
14
  next: EventEmitter<EuimStepperChangeEvent>;
15
15
  onPrevious(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-stepper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-stepper/euim-stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAiB,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;;AAE3D,qBAAa,sBAAsB;IACZ,WAAW,EAAE,MAAM;gBAAnB,WAAW,EAAE,MAAM;CAEzC;AAED,qBAIa,oBAAqB,SAAQ,iBAAiB;IAC9C,WAAW,SAAK;IAChB,UAAU,SAAK;IACf,kBAAkB,UAAQ;IAC1B,cAAc,UAAS;IAEtB,QAAQ,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IACpE,IAAI,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IAE1E,UAAU,IAAI,IAAI;IAQlB,MAAM,IAAI,IAAI;IAQd,OAAO,CAAC,kBAAkB;yCAzBjB,oBAAoB;2CAApB,oBAAoB;CA8BhC"}
1
+ {"version":3,"file":"euim-stepper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-stepper/euim-stepper.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAA0C,MAAM,eAAe,CAAC;AAEhG,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAAa,sBAAsB;IACZ,WAAW,EAAE,MAAM;gBAAnB,WAAW,EAAE,MAAM;CAEzC;AAED,qBAKa,oBAAoB;IACpB,WAAW,SAAK;IAChB,UAAU,SAAK;IAGxB,kBAAkB,EAAE,YAAY,CAAQ;IAGxC,cAAc,EAAE,YAAY,CAAS;IAE3B,QAAQ,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IACpE,IAAI,EAAE,YAAY,CAAC,sBAAsB,CAAC,CAAsB;IAE1E,UAAU,IAAI,IAAI;IAQlB,MAAM,IAAI,IAAI;IAQd,OAAO,CAAC,kBAAkB;yCA7BjB,oBAAoB;2CAApB,oBAAoB;CAkChC"}
@@ -1,7 +1,6 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import { EuimMenuItem } from '../../../euim-menu';
3
2
  import * as i0 from "@angular/core";
4
- export declare class EuimAppSidebarComponent extends EuimBaseDirective {
3
+ export declare class EuimAppSidebarComponent {
5
4
  ionMenuId: string;
6
5
  sidebarItems: EuimMenuItem[];
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppSidebarComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;;AAElD,qBAIa,uBAAwB,SAAQ,iBAAiB;IACjD,SAAS,SAAU;IACnB,YAAY,EAAE,YAAY,EAAE,CAAC;yCAF7B,uBAAuB;2CAAvB,uBAAuB;CAGnC"}
1
+ {"version":3,"file":"sidebar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;;AAElD,qBAIa,uBAAuB;IACvB,SAAS,SAAU;IACnB,YAAY,EAAE,YAAY,EAAE,CAAC;yCAF7B,uBAAuB;2CAAvB,uBAAuB;CAGnC"}
@@ -1,7 +1,6 @@
1
1
  import { EuimAppService } from '../../../services';
2
- import { EuimBaseDirective } from '../../euim-base.directive';
3
2
  import * as i0 from "@angular/core";
4
- export declare class EuimAppComponent extends EuimBaseDirective {
3
+ export declare class EuimAppComponent {
5
4
  asService: EuimAppService;
6
5
  ionMenuId: string;
7
6
  constructor(asService: EuimAppService);
@@ -1 +1 @@
1
- {"version":3,"file":"euim-app.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/euim-app.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAE9D,qBAIa,gBAAiB,SAAQ,iBAAiB;IAGhC,SAAS,EAAE,cAAc;IAFnC,SAAS,SAAU;gBAET,SAAS,EAAE,cAAc;yCAHnC,gBAAgB;2CAAhB,gBAAgB;CAM5B"}
1
+ {"version":3,"file":"euim-app.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/euim-app.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;;AAEnD,qBAIa,gBAAgB;IAGN,SAAS,EAAE,cAAc;IAFnC,SAAS,SAAU;gBAET,SAAS,EAAE,cAAc;yCAHnC,gBAAgB;2CAAhB,gBAAgB;CAI5B"}
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class EuimInfoScreenComponent {
3
- get cssClasses(): string;
4
- getCssClasses(): string;
3
+ className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimInfoScreenComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimInfoScreenComponent, "euim-info-screen", never, {}, {}, never, ["*"], false, never>;
7
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-info-screen/euim-info-screen.component.ts"],"names":[],"mappings":";AAGA,qBAOa,uBAAuB;IAEhC,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCAPd,uBAAuB;2CAAvB,uBAAuB;CAYnC"}
1
+ {"version":3,"file":"euim-info-screen.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-info-screen/euim-info-screen.component.ts"],"names":[],"mappings":";AAEA,qBAOa,uBAAuB;IACV,SAAS,SAAsB;yCAD5C,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
@@ -1,11 +1,10 @@
1
1
  import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UxAppShellService, UxLanguage } from '@eui/core';
3
3
  import { TranslateService } from '@ngx-translate/core';
4
- import { EuimBaseDirective } from '../../euim-base.directive';
5
4
  import { EuimAppService } from '../../../services';
6
5
  import { ModalController, Platform } from '@ionic/angular';
7
6
  import * as i0 from "@angular/core";
8
- export declare class EuimLanguageListComponent extends EuimBaseDirective implements OnInit, OnDestroy {
7
+ export declare class EuimLanguageListComponent implements OnInit, OnDestroy {
9
8
  private cd;
10
9
  private translateService;
11
10
  appShellService: UxAppShellService;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-language-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AAChF,OAAO,EAAE,iBAAiB,EAAiB,UAAU,EAAE,MAAM,WAAW,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;;AAE3D,qBAIa,yBAA0B,SAAQ,iBAAkB,YAAW,MAAM,EAAE,SAAS;IAkBrF,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IArBpB,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,2BAA2B,EAAE,UAAU,EAAE,CAAC;IAC1C,yBAAyB,EAAE,UAAU,CAAC;IACtC,sBAAsB,EAAE,UAAU,CAAC;IACnC,qBAAqB,EAAE,UAAU,CAAC;IAClC,cAAc,EAAE,UAAU,EAAE,CAAC;IAC7B,iBAAiB,EAAE,UAAU,EAAE,CAAC;IAChC,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB,eAAe,EAAG,OAAO,CAAC;IAE1B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,iBAAiB,EAClC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,QAAQ;IAc9B,QAAQ,IAAI,IAAI;IA4ChB,WAAW,IAAI,IAAI;IAKnB,kBAAkB,CAAC,QAAQ,EAAE,UAAU,GAAG,IAAI;IAY9C,mBAAmB,IAAI,IAAI;IAI3B,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;IASxD,SAAS,CAAC,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC;IAIrC,SAAS,CAAC,YAAY,CAAC,KAAK,KAAA,GAAG,IAAI;yCAnH1B,yBAAyB;2CAAzB,yBAAyB;CAgIrC"}
1
+ {"version":3,"file":"euim-language-list.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-list.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAa,SAAS,EAAE,MAAM,EAA2B,MAAM,eAAe,CAAC;AACzG,OAAO,EAAE,iBAAiB,EAAiB,UAAU,EAAE,MAAM,WAAW,CAAC;AACzE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;;AAE3D,qBAKa,yBAA0B,YAAW,MAAM,EAAE,SAAS;IAkB3D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACjB,OAAO,CAAC,QAAQ;IArBpB,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,2BAA2B,EAAE,UAAU,EAAE,CAAC;IAC1C,yBAAyB,EAAE,UAAU,CAAC;IACtC,sBAAsB,EAAE,UAAU,CAAC;IACnC,qBAAqB,EAAE,UAAU,CAAC;IAClC,cAAc,EAAE,UAAU,EAAE,CAAC;IAC7B,iBAAiB,EAAE,UAAU,EAAE,CAAC;IAChC,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB,eAAe,EAAG,OAAO,CAAC;IAE1B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,iBAAiB,EAClC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC1B,QAAQ,EAAE,QAAQ;IAY9B,QAAQ,IAAI,IAAI;IA4ChB,WAAW,IAAI,IAAI;IAKnB,kBAAkB,CAAC,QAAQ,EAAE,UAAU,GAAG,IAAI;IAY9C,mBAAmB,IAAI,IAAI;IAI3B,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;IASxD,SAAS,CAAC,OAAO,IAAI,OAAO,CAAC,OAAO,CAAC;IAIrC,SAAS,CAAC,YAAY,CAAC,KAAK,KAAA,GAAG,IAAI;yCAjH1B,yBAAyB;2CAAzB,yBAAyB;CA8HrC"}
@@ -2,23 +2,23 @@ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
2
2
  import { UxAppShellService, UxLanguage } from '@eui/core';
3
3
  import { EclLanguageListLanguageSelectedEvent } from '@eui/ecl';
4
4
  import { TranslateService } from '@ngx-translate/core';
5
- import { EuimBaseDirective } from '../../euim-base.directive';
6
5
  import { EuimAppService } from '../../../services';
7
6
  import { ModalController } from '@ionic/angular';
7
+ import { BaseStatesDirective } from '../../base-states.directive';
8
8
  import * as i0 from "@angular/core";
9
- export declare class EuimLanguageSelectorComponent extends EuimBaseDirective implements OnInit, OnDestroy {
9
+ import * as i1 from "../../base-states.directive";
10
+ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy {
10
11
  private cd;
11
12
  private translateService;
12
13
  appShellService: UxAppShellService;
13
14
  appService: EuimAppService;
14
15
  private modalCtrl;
15
- _euimPrimary: boolean;
16
+ baseStatesDirective: BaseStatesDirective;
17
+ _euimPrimary: import("@angular/cdk/coercion").BooleanInput;
16
18
  languages: UxLanguage[];
17
19
  selectedLanguage: UxLanguage;
18
20
  private destroy$;
19
- constructor(cd: ChangeDetectorRef, translateService: TranslateService, appShellService: UxAppShellService, appService: EuimAppService, modalCtrl: ModalController);
20
- get euimPrimary(): boolean;
21
- set euimPrimary(value: boolean);
21
+ constructor(cd: ChangeDetectorRef, translateService: TranslateService, appShellService: UxAppShellService, appService: EuimAppService, modalCtrl: ModalController, baseStatesDirective: BaseStatesDirective);
22
22
  get cssClasses(): string;
23
23
  ngOnInit(): void;
24
24
  ngOnDestroy(): void;
@@ -26,6 +26,6 @@ export declare class EuimLanguageSelectorComponent extends EuimBaseDirective imp
26
26
  onShowLanguageList(): Promise<void>;
27
27
  protected getLanguageLabel(languageCode: string): string;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, { "euimPrimary": { "alias": "euimPrimary"; "required": false; }; }, {}, never, never, false, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; }; outputs: {}; }]>;
30
30
  }
31
31
  //# sourceMappingURL=euim-language-selector.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAiC,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AACvH,OAAO,EAAE,iBAAiB,EAAiB,UAAU,EAAE,MAAM,WAAW,CAAC;AACzE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAGjD,qBAMa,6BAA8B,SAAQ,iBAC/C,YAAW,MAAM,EAAE,SAAS;IAQxB,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IAVrB,YAAY,UAAS;IACrB,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,iBAAiB,EAClC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe;IAKtC,IACI,WAAW,IAAI,OAAO,CAEzB;IAED,IAAI,WAAW,CAAC,KAAK,EAJF,OAIE,EAEpB;IAED,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAuBhB,WAAW,IAAI,IAAI;IAKnB,kBAAkB,CAAC,GAAG,EAAE,oCAAoC,GAAG,IAAI;IAS7D,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCA5E/C,6BAA6B;2CAA7B,6BAA6B;CAoFzC"}
1
+ {"version":3,"file":"euim-language-selector.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,iBAAiB,EAAiB,UAAU,EAAE,MAAM,WAAW,CAAC;AACzE,OAAO,EAAE,oCAAoC,EAAE,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAGvD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAEjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAQ/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,+CAAwC;IACpD,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;IAC7B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,iBAAiB,EAClC,UAAU,EAAE,cAAc,EACzB,SAAS,EAAE,eAAe,EAC3B,mBAAmB,EAAE,mBAAmB;IAGnD,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAuBhB,WAAW,IAAI,IAAI;IAKnB,kBAAkB,CAAC,GAAG,EAAE,oCAAoC,GAAG,IAAI;IAS7D,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAjE/C,6BAA6B;2CAA7B,6BAA6B;CAyEzC"}
@@ -1,7 +1,6 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimToolbarActionItemsComponent extends EuimBaseDirective {
4
- get cssClasses(): string;
2
+ export declare class EuimToolbarActionItemsComponent {
3
+ className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarActionItemsComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarActionItemsComponent, "euim-toolbar-action-items", never, {}, {}, never, ["*"], false, never>;
7
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-toolbar-action-items.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAIa,+BAAgC,SAAQ,iBAAiB;IAClE,IACW,UAAU,IAAI,MAAM,CAE9B;yCAJQ,+BAA+B;2CAA/B,+BAA+B;CAK3C"}
1
+ {"version":3,"file":"euim-toolbar-action-items.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.ts"],"names":[],"mappings":";AAEA,qBAKa,+BAA+B;IACzB,SAAS,SAA+B;yCAD9C,+BAA+B;2CAA/B,+BAA+B;CAE3C"}
@@ -1,7 +1,6 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimToolbarTitleComponent extends EuimBaseDirective {
4
- get cssClasses(): string;
2
+ export declare class EuimToolbarTitleComponent {
3
+ className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarTitleComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarTitleComponent, "euim-toolbar-title", never, {}, {}, never, ["*"], false, never>;
7
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-toolbar-title.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAIa,yBAA0B,SAAQ,iBAAiB;IAC5D,IACW,UAAU,IAAI,MAAM,CAE9B;yCAJQ,yBAAyB;2CAAzB,yBAAyB;CAKrC"}
1
+ {"version":3,"file":"euim-toolbar-title.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.ts"],"names":[],"mappings":";AAEA,qBAKa,yBAAyB;IACnB,SAAS,SAAwB;yCADvC,yBAAyB;2CAAzB,yBAAyB;CAErC"}
@@ -1,13 +1,13 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { EuimBaseDirective } from '../../euim-base.directive';
2
+ import { BooleanInput } from '@angular/cdk/coercion';
3
3
  import * as i0 from "@angular/core";
4
- export declare class EuimToolbarComponent extends EuimBaseDirective implements OnInit {
5
- hasBackButton: boolean;
4
+ export declare class EuimToolbarComponent implements OnInit {
5
+ hasBackButton: BooleanInput;
6
6
  backButtonDefaultHref: string;
7
- hasSidebarTrigger: boolean;
8
- hasLanguageSelector: boolean;
7
+ hasSidebarTrigger: BooleanInput;
8
+ hasLanguageSelector: BooleanInput;
9
9
  backButtonClick: EventEmitter<Event>;
10
- get cssClasses(): string;
10
+ className: string;
11
11
  ngOnInit(): void;
12
12
  onBackButtonClick(event: Event): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAsB,MAAM,EAA6B,MAAM,eAAe,CAAC;AAC/G,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAE9D,qBAMa,oBAAqB,SAAQ,iBAAkB,YAAW,MAAM;IAEhE,aAAa,UAAQ;IACrB,qBAAqB,SAAO;IAC5B,iBAAiB,UAAS;IAC1B,mBAAmB,UAAS;IAE3B,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAEpE,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApB5B,oBAAoB;2CAApB,oBAAoB;CAuBhC"}
1
+ {"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,YAAY,EAAsB,MAAM,EAA6B,MAAM,eAAe,CAAC;AAExI,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAOa,oBAAqB,YAAW,MAAM;IAI/C,aAAa,EAAE,YAAY,CAAQ;IAC1B,qBAAqB,SAAO;IAGrC,iBAAiB,EAAE,YAAY,CAAS;IAGxC,mBAAmB,EAAE,YAAY,CAAS;IAEhC,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCAvB5B,oBAAoB;2CAApB,oBAAoB;CA0BhC"}
@@ -1,6 +1,5 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuiMUserProfileActionComponent extends EuimBaseDirective {
2
+ export declare class EuiMUserProfileActionComponent {
4
3
  className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileActionComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileActionComponent, "euim-user-profile-action", never, {}, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile-action.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAKa,8BAA+B,SAAQ,iBAAiB;IAClD,SAAS,SAA8B;yCAD7C,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
1
+ {"version":3,"file":"euim-user-profile-action.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.ts"],"names":[],"mappings":";AAEA,qBAKa,8BAA8B;IACxB,SAAS,SAA8B;yCAD7C,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
@@ -1,6 +1,5 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuiMUserProfileAvatarComponent extends EuimBaseDirective {
2
+ export declare class EuiMUserProfileAvatarComponent {
4
3
  class: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileAvatarComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileAvatarComponent, "euim-user-profile-avatar", never, {}, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile-avatar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAKa,8BAA+B,SAAQ,iBAAiB;IAClD,KAAK,SAA8B;yCADzC,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
1
+ {"version":3,"file":"euim-user-profile-avatar.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.ts"],"names":[],"mappings":";AAEA,qBAKa,8BAA8B;IACxB,KAAK,SAA8B;yCADzC,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
@@ -1,6 +1,5 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuiMUserProfileInfosComponent extends EuimBaseDirective {
2
+ export declare class EuiMUserProfileInfosComponent {
4
3
  className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileInfosComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosComponent, "euim-user-profile-infos", never, {}, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAKa,6BAA8B,SAAQ,iBAAiB;IACjD,SAAS,SAA6B;yCAD5C,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
1
+ {"version":3,"file":"euim-user-profile-infos.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.ts"],"names":[],"mappings":";AAEA,qBAKa,6BAA6B;IACvB,SAAS,SAA6B;yCAD5C,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
@@ -1,6 +1,5 @@
1
- import { EuimBaseDirective } from '../../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuiMUserProfileInfosItemComponent extends EuimBaseDirective {
2
+ export declare class EuiMUserProfileInfosItemComponent {
4
3
  class: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuiMUserProfileInfosItemComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuiMUserProfileInfosItemComponent, "euim-user-profile-infos-item", never, {}, {}, never, ["*"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile-infos-item.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;;AAEjE,qBAMa,iCAAkC,SAAQ,iBAAiB;IACrD,KAAK,SAAkC;yCAD7C,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
1
+ {"version":3,"file":"euim-user-profile-infos-item.component.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.ts"],"names":[],"mappings":";AACA,qBAMa,iCAAiC;IAC3B,KAAK,SAAkC;yCAD7C,iCAAiC;2CAAjC,iCAAiC;CAE7C"}
@@ -1,6 +1,5 @@
1
- import { EuimBaseDirective } from '../../euim-base.directive';
2
1
  import * as i0 from "@angular/core";
3
- export declare class EuimUserProfileComponent extends EuimBaseDirective {
2
+ export declare class EuimUserProfileComponent {
4
3
  className: string;
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimUserProfileComponent, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimUserProfileComponent, "euim-user-profile", never, {}, {}, never, ["euim-user-profile-avatar", "euim-user-profile-infos", "euim-user-profile-action"], false, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;;AAE9D,qBAQa,wBAAyB,SAAQ,iBAAiB;IACrC,SAAS,SAAuB;yCAD7C,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
1
+ {"version":3,"file":"euim-user-profile.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-user-profile/euim-user-profile.component.ts"],"names":[],"mappings":";AAEA,qBAQa,wBAAwB;IACX,SAAS,SAAuB;yCAD7C,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "16.7.0-snapshot-1709025354856",
3
+ "version": "16.7.0-snapshot-1709133352306",
4
4
  "tag": "snapshot",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {