@eui/mobile-core 17.0.0-next.1 → 17.0.0-next.10

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 (341) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +2 -2
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
  3. package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
  5. package/docs/components/EuimAboutComponent.html +766 -0
  6. package/docs/components/EuimAlertMessageComponent.html +7 -7
  7. package/docs/components/EuimAppComponent.html +2 -2
  8. package/docs/components/EuimAvatarComponent.html +2 -2
  9. package/docs/components/EuimAvatarIconComponent.html +2 -2
  10. package/docs/components/EuimBadgeComponent.html +3 -3
  11. package/docs/components/{EuimAppSidebarComponent.html → EuimChangelogComponent.html} +18 -33
  12. package/docs/components/EuimChipSelectorComponent.html +274 -22
  13. package/docs/components/EuimContactSupportComponent.html +276 -0
  14. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  15. package/docs/components/EuimDataSummaryComponent.html +3 -3
  16. package/docs/components/EuimEmptyListPlaceholderComponent.html +6 -6
  17. package/docs/components/EuimHeaderDetailsComponent.html +3 -3
  18. package/docs/components/EuimLabelComponent.html +7 -7
  19. package/docs/components/EuimLanguageListComponent.html +3 -3
  20. package/docs/components/EuimLanguageSelectorComponent.html +4 -4
  21. package/docs/components/EuimLegalNoticeComponent.html +276 -0
  22. package/docs/components/EuimMediaHeaderComponent.html +4 -4
  23. package/docs/components/EuimMessageComponent.html +3 -3
  24. package/docs/components/EuimMessageTitleComponent.html +2 -2
  25. package/docs/components/EuimMultiselectComponent.html +4 -4
  26. package/docs/components/EuimMultiselectFilterComponent.html +36 -2
  27. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  28. package/docs/components/EuimMultiselectListComponent.html +2 -2
  29. package/docs/components/EuimMultiselectToolbarComponent.html +4 -4
  30. package/docs/components/EuimNotificationItemComponent.html +3 -3
  31. package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
  32. package/docs/components/EuimPdfWrapperComponent.html +828 -0
  33. package/docs/components/{EuimAppSidebarHeaderComponent.html → EuimPrivacyStatementComponent.html} +8 -8
  34. package/docs/components/EuimScrollerXComponent.html +2 -2
  35. package/docs/components/EuimSidebarComponent.html +2 -2
  36. package/docs/components/EuimSidebarContentComponent.html +2 -2
  37. package/docs/components/EuimSkeletonListComponent.html +3 -3
  38. package/docs/components/EuimSkeletonListItemComponent.html +8 -8
  39. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  40. package/docs/components/EuimSliderInfoScreenComponent.html +8 -30
  41. package/docs/components/EuimSpinnerComponent.html +2 -2
  42. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  43. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  44. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  45. package/docs/components/EuimToolbarComponent.html +5 -5
  46. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  47. package/docs/components/EuimUserProfileComponent.html +2 -2
  48. package/docs/dependencies.html +14 -2
  49. package/docs/directives/BaseStatesDirective.html +17 -491
  50. package/docs/directives/EuimChipSelectorItemDirective.html +24 -1
  51. package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
  52. package/docs/index.html +4 -12
  53. package/docs/js/menu-wc.js +244 -232
  54. package/docs/js/menu-wc_es5.js +4 -5
  55. package/docs/js/search/search_index.js +2 -2
  56. package/docs/miscellaneous/typealiases.html +0 -21
  57. package/docs/miscellaneous/variables.html +31 -113
  58. package/docs/modules/{EuimAppSidebarModule.html → EuimAboutModule.html} +42 -6
  59. package/docs/modules/EuimAlertMessageModule.html +32 -2
  60. package/docs/modules/EuimAllModule.html +6 -54
  61. package/docs/modules/EuimAppModule.html +0 -3
  62. package/docs/modules/EuimAvatarModule.html +32 -2
  63. package/docs/modules/EuimDataSummaryModule.html +32 -2
  64. package/docs/modules/EuimHeaderDetailsModule.html +32 -2
  65. package/docs/modules/EuimLanguageSelectorModule.html +0 -3
  66. package/docs/modules/EuimMediaHeaderModule.html +32 -2
  67. package/docs/modules/EuimMessageModule.html +32 -2
  68. package/docs/modules/EuimMultiselectModule.html +32 -2
  69. package/docs/modules/{EuimMenuModule.html → EuimPdfWrapperModule.html} +29 -15
  70. package/docs/modules/EuimSkeletonListItemModule.html +32 -2
  71. package/docs/modules/EuimSkeletonListModule.html +32 -2
  72. package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
  73. package/docs/modules/EuimUserProfileModule.html +32 -2
  74. package/docs/modules.html +16 -100
  75. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +12 -31
  76. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
  77. package/esm2022/lib/components/base-states.directive.mjs +40 -266
  78. package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
  79. package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
  80. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
  81. package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
  82. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
  83. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
  84. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
  85. package/esm2022/lib/components/euim-about/index.mjs +8 -0
  86. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +14 -53
  87. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
  88. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -8
  89. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +6 -9
  90. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +111 -55
  91. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
  92. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -6
  93. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +12 -21
  94. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +6 -11
  95. package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
  96. package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +1 -7
  97. package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +21 -1
  98. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +10 -15
  99. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +7 -12
  100. package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +86 -0
  101. package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +43 -0
  102. package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +3 -0
  103. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
  104. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +15 -28
  105. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +16 -34
  106. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
  107. package/esm2022/lib/components/index.mjs +3 -9
  108. package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +1 -5
  109. package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
  110. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -3
  111. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -7
  112. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -4
  113. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +1 -5
  114. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +1 -1
  115. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
  116. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +1 -1
  117. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +1 -1
  118. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +1 -1
  119. package/esm2022/lib/euim-all.module.mjs +6 -38
  120. package/fesm2022/eui-mobile-core.mjs +731 -1557
  121. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  122. package/lib/components/atoms/euim-label/euim-label.component.d.ts +9 -6
  123. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  124. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
  125. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  126. package/lib/components/base-states.directive.d.ts +35 -92
  127. package/lib/components/base-states.directive.d.ts.map +1 -1
  128. package/lib/components/euim-about/euim-about.component.d.ts +30 -0
  129. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
  130. package/lib/components/euim-about/euim-about.module.d.ts +20 -0
  131. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
  132. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
  133. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
  134. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
  135. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
  136. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
  137. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
  138. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
  139. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
  140. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
  141. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
  142. package/lib/components/euim-about/index.d.ts +8 -0
  143. package/lib/components/euim-about/index.d.ts.map +1 -0
  144. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +7 -5
  145. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  146. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  147. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  148. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +3 -2
  149. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  150. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +22 -10
  151. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  152. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +1 -1
  153. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
  154. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  155. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
  156. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  157. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
  158. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  159. package/lib/components/euim-message/euim-message.component.d.ts +1 -1
  160. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  161. package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
  162. package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts +1 -0
  163. package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
  164. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
  165. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  166. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
  167. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  168. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts +25 -0
  169. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +1 -0
  170. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +13 -0
  171. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +1 -0
  172. package/lib/components/euim-pdf-wrapper/index.d.ts +3 -0
  173. package/lib/components/euim-pdf-wrapper/index.d.ts.map +1 -0
  174. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
  175. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  176. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
  177. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  178. package/lib/components/index.d.ts +2 -8
  179. package/lib/components/index.d.ts.map +1 -1
  180. package/lib/components/layout/euim-app/euim-app.module.d.ts +2 -3
  181. package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -1
  182. package/lib/components/layout/euim-app/index.d.ts +0 -1
  183. package/lib/components/layout/euim-app/index.d.ts.map +1 -1
  184. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
  185. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
  186. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +2 -2
  187. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  188. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +3 -4
  189. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
  190. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  191. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
  192. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  193. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  194. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  195. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  196. package/lib/euim-all.module.d.ts +26 -34
  197. package/lib/euim-all.module.d.ts.map +1 -1
  198. package/package.json +4 -1
  199. package/docs/classes/EuimStepperChangeEvent.html +0 -311
  200. package/docs/components/EuimAppSidebarFooterComponent.html +0 -392
  201. package/docs/components/EuimAppSidebarMenuComponent.html +0 -433
  202. package/docs/components/EuimControlFeedbackComponent.html +0 -510
  203. package/docs/components/EuimFieldSetComponent.html +0 -392
  204. package/docs/components/EuimFieldsetActionsComponent.html +0 -388
  205. package/docs/components/EuimFieldsetLegendComponent.html +0 -388
  206. package/docs/components/EuimInfoScreenComponent.html +0 -392
  207. package/docs/components/EuimMenuComponent.html +0 -642
  208. package/docs/components/EuimSlideComponent.html +0 -382
  209. package/docs/components/EuimSliderComponent.html +0 -1469
  210. package/docs/components/EuimStepperComponent.html +0 -529
  211. package/docs/directives/EuimInfoScreenContentDirective.html +0 -342
  212. package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -342
  213. package/docs/directives/EuimInfoScreenTitleDirective.html +0 -342
  214. package/docs/directives/EuimItemDividerDirective.html +0 -342
  215. package/docs/directives/EuimListHeaderDirective.html +0 -342
  216. package/docs/interfaces/ActionBtnNames.html +0 -344
  217. package/docs/interfaces/Badge.html +0 -317
  218. package/docs/interfaces/EuimMenuItem.html +0 -857
  219. package/docs/interfaces/EuimMenuSection.html +0 -362
  220. package/docs/interfaces/Notification.html +0 -317
  221. package/docs/modules/EuimControlFeedbackModule.html +0 -228
  222. package/docs/modules/EuimFieldsetModule.html +0 -228
  223. package/docs/modules/EuimInfoScreenModule.html +0 -228
  224. package/docs/modules/EuimItemDividerModule.html +0 -228
  225. package/docs/modules/EuimListHeaderModule.html +0 -228
  226. package/docs/modules/EuimSliderModule.html +0 -228
  227. package/docs/modules/EuimStepperComponentModule.html +0 -228
  228. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
  229. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
  230. package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
  231. package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
  232. package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
  233. package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
  234. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
  235. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
  236. package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
  237. package/esm2022/lib/components/directives/index.mjs +0 -5
  238. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
  239. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
  240. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
  241. package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
  242. package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
  243. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -48
  244. package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
  245. package/esm2022/lib/components/euim-menu/index.mjs +0 -4
  246. package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
  247. package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
  248. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -174
  249. package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
  250. package/esm2022/lib/components/euim-slider/index.mjs +0 -4
  251. package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
  252. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -64
  253. package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
  254. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
  255. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
  256. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
  257. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
  258. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
  259. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
  260. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
  261. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
  262. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
  263. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
  264. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
  265. package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
  266. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
  267. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
  268. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
  269. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
  270. package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
  271. package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
  272. package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
  273. package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
  274. package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
  275. package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
  276. package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
  277. package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
  278. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
  279. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
  280. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
  281. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
  282. package/lib/components/directives/euim-list-header/index.d.ts +0 -3
  283. package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
  284. package/lib/components/directives/index.d.ts +0 -5
  285. package/lib/components/directives/index.d.ts.map +0 -1
  286. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
  287. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
  288. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
  289. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
  290. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
  291. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
  292. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
  293. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
  294. package/lib/components/euim-fieldset/index.d.ts +0 -5
  295. package/lib/components/euim-fieldset/index.d.ts.map +0 -1
  296. package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
  297. package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
  298. package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
  299. package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
  300. package/lib/components/euim-menu/index.d.ts +0 -4
  301. package/lib/components/euim-menu/index.d.ts.map +0 -1
  302. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
  303. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
  304. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
  305. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
  306. package/lib/components/euim-slider/euim-slider.component.d.ts +0 -46
  307. package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
  308. package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
  309. package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
  310. package/lib/components/euim-slider/index.d.ts +0 -4
  311. package/lib/components/euim-slider/index.d.ts.map +0 -1
  312. package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
  313. package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
  314. package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -21
  315. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
  316. package/lib/components/euim-stepper/index.d.ts +0 -3
  317. package/lib/components/euim-stepper/index.d.ts.map +0 -1
  318. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
  319. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
  320. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
  321. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
  322. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
  323. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
  324. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
  325. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
  326. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
  327. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
  328. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
  329. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
  330. package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
  331. package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
  332. package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
  333. package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
  334. package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
  335. package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
  336. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
  337. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
  338. package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
  339. package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
  340. package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
  341. package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"euim-media-header.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-media-header/euim-media-header.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;;AAGrD,qBAiBa,wBAAwB;IAWd,mBAAmB,EAAE,mBAAmB;IAP3D,cAAc,EAAE,YAAY,CAAS;IAErC,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAbd,wBAAwB;2CAAxB,wBAAwB;CA8BpC"}
1
+ {"version":3,"file":"euim-media-header.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-media-header/euim-media-header.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAE/D,qBAiBa,wBAAwB;IAUd,mBAAmB,EAAE,mBAAmB;IAP3D,cAAc,UAAS;IAEvB,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAZd,wBAAwB;2CAAxB,wBAAwB;6CA8Bmq1B,OAAQ;CAD/s1B"}
@@ -9,6 +9,6 @@ export declare class EuimMessageComponent {
9
9
  constructor(baseStatesDirective: BaseStatesDirective);
10
10
  getCssClasses(): string;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMessageComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, {}, {}, never, ["euim-message-title", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimInfo": "euimInfo"; "euimSuccess": "euimSuccess"; "euimWarning": "euimWarning"; "euimDanger": "euimDanger"; "euimVariant": "euimVariant"; "color": "color"; "variant": "variant"; }; outputs: {}; }]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimMessageComponent, "euim-message", never, {}, {}, never, ["euim-message-title", "*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
13
13
  }
14
14
  //# sourceMappingURL=euim-message.component.d.ts.map
@@ -1 +1 @@
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,qBAqBa,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
+ {"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,qBAea,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 +1 @@
1
- {"version":3,"file":"euim-multiselect-all.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAGa,2BAA2B;IAGxB,OAAO,CAAC,SAAS;IAFP,SAAS,SAA2B;gBAEtC,SAAS,EAAC,wBAAwB;IAGtD,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAmBrC,IAAkC,aAAa,IAAI,OAAO,CAEzD;IACD,IAA4B,OAAO,IAAI,OAAO,CAE7C;yCA9BQ,2BAA2B;2CAA3B,2BAA2B;CA+BvC"}
1
+ {"version":3,"file":"euim-multiselect-all.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAGa,2BAA2B;IAGxB,OAAO,CAAC,SAAS;IAFP,SAAS,SAA2B;gBAEtC,SAAS,EAAC,wBAAwB;IAGtD,WAAW,CAAC,KAAK,EAAE,WAAW,GAAG,IAAI;IAWrC,IAAkC,aAAa,IAAI,OAAO,CAEzD;IACD,IAA4B,OAAO,IAAI,OAAO,CAE7C;yCAtBQ,2BAA2B;2CAA3B,2BAA2B;CAuBvC"}
@@ -6,6 +6,7 @@ export declare class EuimMultiselectFilterComponent {
6
6
  filterByFieldsNames: string[];
7
7
  constructor(multiselect: EuimMultiselectComponent);
8
8
  handleChange(event: any): void;
9
+ applyStatusToSelectAllCheckControl(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectFilterComponent, never>;
10
11
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectFilterComponent, "euim-multiselect-filter", never, { "filterByFieldsNames": { "alias": "filterByFieldsNames"; "required": false; }; }, {}, never, never, false, never>;
11
12
  }
@@ -1 +1 @@
1
- {"version":3,"file":"euim-multiselect-filter.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAOa,8BAA8B;IAK1B,OAAO,CAAC,WAAW;IAJV,SAAS,SAA6B;IAEnD,mBAAmB,EAAE,MAAM,EAAE,CAAC;gBAElB,WAAW,EAAC,wBAAwB;IAGzD,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;yCARrB,8BAA8B;2CAA9B,8BAA8B;CAqC1C"}
1
+ {"version":3,"file":"euim-multiselect-filter.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAOa,8BAA8B;IAK1B,OAAO,CAAC,WAAW;IAJV,SAAS,SAA6B;IAEnD,mBAAmB,EAAE,MAAM,EAAE,CAAC;gBAElB,WAAW,EAAC,wBAAwB;IAGzD,YAAY,CAAC,KAAK,EAAE,GAAG,GAAG,IAAI;IAgC9B,kCAAkC,IAAG,IAAI;yCAxChC,8BAA8B;2CAA9B,8BAA8B;CAwD1C"}
@@ -1,12 +1,11 @@
1
1
  import { EventEmitter } from '@angular/core';
2
2
  import { EuimMultiselectComponent } from '../euim-multiselect.component';
3
- import { BooleanInput } from '@angular/cdk/coercion';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class EuimMultiselectToolbarComponent {
6
5
  private multiselect;
7
6
  className: string;
8
7
  toolbarTitle: string;
9
- euimCustomRender: BooleanInput;
8
+ euimCustomRender: boolean;
10
9
  cancel: EventEmitter<boolean>;
11
10
  confirm: EventEmitter<any>;
12
11
  constructor(multiselect: EuimMultiselectComponent);
@@ -14,5 +13,6 @@ export declare class EuimMultiselectToolbarComponent {
14
13
  onCancelClick(): void;
15
14
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectToolbarComponent, never>;
16
15
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectToolbarComponent, "euim-multiselect-toolbar", never, { "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "euimCustomRender": { "alias": "euimCustomRender"; "required": false; }; }, { "cancel": "cancel"; "confirm": "confirm"; }, never, ["ion-button", "*"], false, never>;
16
+ static ngAcceptInputType_euimCustomRender: unknown;
17
17
  }
18
18
  //# sourceMappingURL=euim-multiselect-toolbar.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-multiselect-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAKf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAMa,+BAA+B;IAa5B,OAAO,CAAC,WAAW;IAZT,SAAS,SAA+B;IAEpD,YAAY,EAAE,MAAM,CAAC;IAI/B,gBAAgB,EAAE,YAAY,CAAS;IAE7B,MAAM,EAAE,YAAY,CAAC,OAAO,CAAC,CAAgC;IAE7D,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAA4B;gBAE5C,WAAW,EAAC,wBAAwB;IAIxD,SAAS,IAAG,IAAI;IAIhB,aAAa,IAAG,IAAI;yCArBX,+BAA+B;2CAA/B,+BAA+B;CAyB3C"}
1
+ {"version":3,"file":"euim-multiselect-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIH,YAAY,EAKf,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;;AAEzE,qBAMa,+BAA+B;IAY5B,OAAO,CAAC,WAAW;IAXT,SAAS,SAA+B;IAEpD,YAAY,EAAE,MAAM,CAAC;IAG/B,gBAAgB,UAAS;IAEf,MAAM,EAAE,YAAY,CAAC,OAAO,CAAC,CAAgC;IAE7D,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,CAA4B;gBAE5C,WAAW,EAAC,wBAAwB;IAIxD,SAAS,IAAG,IAAI;IAIhB,aAAa,IAAG,IAAI;yCApBX,+BAA+B;2CAA/B,+BAA+B;+CAyB091B,OAAQ;CAD7g2B"}
@@ -1,5 +1,4 @@
1
1
  import { ChangeDetectorRef, OnInit, AfterContentChecked, SimpleChanges, OnChanges } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class EuimMultiselectComponent implements OnInit, AfterContentChecked, OnChanges {
5
4
  private ref;
@@ -7,7 +6,7 @@ export declare class EuimMultiselectComponent implements OnInit, AfterContentChe
7
6
  initialDataProvider: any[];
8
7
  currentDataProvider: any[];
9
8
  toolbarTitle: string;
10
- euimKeepSelection: BooleanInput;
9
+ euimKeepSelection: boolean;
11
10
  selectAll: boolean;
12
11
  indeterminate: boolean;
13
12
  numberOfSelected: number;
@@ -22,5 +21,6 @@ export declare class EuimMultiselectComponent implements OnInit, AfterContentChe
22
21
  ngOnChanges(changes: SimpleChanges): void;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimMultiselectComponent, never>;
24
23
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimMultiselectComponent, "euim-multiselect", never, { "currentDataProvider": { "alias": "currentDataProvider"; "required": false; }; "toolbarTitle": { "alias": "toolbarTitle"; "required": false; }; "euimKeepSelection": { "alias": "euimKeepSelection"; "required": false; }; }, {}, never, ["euim-multiselect-toolbar", "euim-multiselect-filter", "euim-multiselect-list", "euim-empty-list-placeholder"], false, never>;
24
+ static ngAcceptInputType_euimKeepSelection: unknown;
25
25
  }
26
26
  //# sourceMappingURL=euim-multiselect.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-multiselect/euim-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACsB,iBAAiB,EAGnC,MAAM,EAAU,mBAAmB,EACvB,aAAa,EAAE,SAAS,EAC9C,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAQa,wBACT,YAAW,MAAM,EAAE,mBAAmB,EAAE,SAAS;IAgBrC,OAAO,CAAC,GAAG;IAfD,SAAS,SAAsB;IAGrD,mBAAmB,EAAE,GAAG,EAAE,CAAE;IAElB,mBAAmB,EAAE,GAAG,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IAG/B,iBAAiB,EAAE,YAAY,CAAS;IAExC,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,SAAM;gBAEF,GAAG,EAAE,iBAAiB;IAG1C,QAAQ,IAAI,IAAI;IAWhB,cAAc,IAAG,IAAI;IAQrB,gBAAgB,IAAG,IAAI;IAMvB,kBAAkB,IAAI,MAAM;IAK5B,aAAa,IAAI,GAAG,EAAE;IAatB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,UAAO,GAAG,IAAI;IAMhD,qBAAqB,IAAI,IAAI;IAI7B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAzEhC,wBAAwB;2CAAxB,wBAAwB;CAuFpC"}
1
+ {"version":3,"file":"euim-multiselect.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-multiselect/euim-multiselect.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,iBAAiB,EAIjB,MAAM,EACN,mBAAmB,EAEnB,aAAa,EACb,SAAS,EAEZ,MAAM,eAAe,CAAC;;AAEvB,qBAQa,wBACT,YAAW,MAAM,EAAE,mBAAmB,EAAE,SAAS;IAerC,OAAO,CAAC,GAAG;IAdD,SAAS,SAAsB;IAGrD,mBAAmB,EAAE,GAAG,EAAE,CAAE;IAElB,mBAAmB,EAAE,GAAG,EAAE,CAAC;IAC3B,YAAY,EAAE,MAAM,CAAC;IAE/B,iBAAiB,UAAS;IAE1B,SAAS,EAAE,OAAO,CAAC;IACnB,aAAa,EAAE,OAAO,CAAC;IACvB,gBAAgB,SAAM;gBAEF,GAAG,EAAE,iBAAiB;IAG1C,QAAQ,IAAI,IAAI;IAWhB,cAAc,IAAG,IAAI;IAQrB,gBAAgB,IAAG,IAAI;IAMvB,kBAAkB,IAAI,MAAM;IAK5B,aAAa,IAAI,GAAG,EAAE;IAatB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,UAAO,GAAG,IAAI;IAMhD,qBAAqB,IAAI,IAAI;IAI7B,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;yCAxEhC,wBAAwB;2CAAxB,wBAAwB;gDAuFggyB,OAAQ;CAD5iyB"}
@@ -0,0 +1,25 @@
1
+ import { PDFDocumentProxy } from 'ng2-pdf-viewer';
2
+ import { AlertController } from '@ionic/angular';
3
+ import * as i0 from "@angular/core";
4
+ export declare class EuimPdfWrapperComponent {
5
+ private alertService;
6
+ url: string;
7
+ page: number;
8
+ zoom: number;
9
+ loading: boolean;
10
+ errorMessage: string;
11
+ pdf: PDFDocumentProxy;
12
+ private showDefaultError;
13
+ constructor(alertService: AlertController);
14
+ onLoaded(pdf: PDFDocumentProxy): void;
15
+ onError(): void;
16
+ onDownload(): void;
17
+ onZoomIn(): void;
18
+ onZoomOut(): void;
19
+ onResetZoom(): void;
20
+ nextPage(): void;
21
+ prevPage(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfWrapperComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimPdfWrapperComponent, "euim-pdf-wrapper", never, { "url": { "alias": "url"; "required": false; }; "page": { "alias": "page"; "required": false; }; }, {}, never, never, false, never>;
24
+ }
25
+ //# sourceMappingURL=euim-pdf-wrapper.component.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"euim-pdf-wrapper.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;;AAEjD,qBAOa,uBAAuB;IAUpB,OAAO,CAAC,YAAY;IATvB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,SAAM;IAEnB,IAAI,SAAK;IACT,OAAO,UAAQ;IACf,YAAY,SAAM;IAClB,GAAG,EAAE,gBAAgB,CAAC;IACtB,OAAO,CAAC,gBAAgB,CAAU;gBAEd,YAAY,EAAE,eAAe;IAWjD,QAAQ,CAAC,GAAG,EAAE,gBAAgB,GAAG,IAAI;IAMrC,OAAO,IAAI,IAAI;IAMf,UAAU,IAAI,IAAI;IAsBlB,QAAQ,IAAI,IAAI;IAKhB,SAAS,IAAI,IAAI;IAMjB,WAAW,IAAI,IAAI;IAQnB,QAAQ,IAAI,IAAI;IAMhB,QAAQ,IAAG,IAAI;yCAhFN,uBAAuB;2CAAvB,uBAAuB;CAqFnC"}
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./euim-pdf-wrapper.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "@ionic/angular";
5
+ import * as i4 from "ng2-pdf-viewer";
6
+ import * as i5 from "@meddv/ngx-pinch-zoom";
7
+ import * as i6 from "../euim-spinner/euim-spinner.module";
8
+ export declare class EuimPdfWrapperModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<EuimPdfWrapperModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuimPdfWrapperModule, [typeof i1.EuimPdfWrapperComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.PdfViewerModule, typeof i5.PinchZoomModule, typeof i6.EuimSpinnerComponentModule], [typeof i1.EuimPdfWrapperComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<EuimPdfWrapperModule>;
12
+ }
13
+ //# sourceMappingURL=euim-pdf-wrapper.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"euim-pdf-wrapper.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.ts"],"names":[],"mappings":";;;;;;;AAYA,qBAgBa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAChC"}
@@ -0,0 +1,3 @@
1
+ export * from './euim-pdf-wrapper.module';
2
+ export * from './euim-pdf-wrapper.component';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-pdf-wrapper/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC"}
@@ -1,15 +1,14 @@
1
- import { BooleanInput } from '@angular/cdk/coercion';
2
1
  import { BaseStatesDirective } from '../base-states.directive';
3
2
  import * as i0 from "@angular/core";
4
3
  import * as i1 from "../base-states.directive";
5
4
  export declare class EuimSkeletonListItemComponent {
6
5
  baseStatesDirective: BaseStatesDirective;
7
6
  get cssClasses(): string;
8
- hasAvatar: BooleanInput;
9
- hasTitle: BooleanInput;
10
- hasSubtitle: BooleanInput;
11
- hasMetaLine: BooleanInput;
12
- isAnimated: BooleanInput;
7
+ hasAvatar: boolean;
8
+ hasTitle: boolean;
9
+ hasSubtitle: boolean;
10
+ hasMetaLine: boolean;
11
+ isAnimated: boolean;
13
12
  avatarType: 'default' | 'square';
14
13
  separator: 'none' | 'full' | 'inset';
15
14
  titleWidth: string;
@@ -19,5 +18,10 @@ export declare class EuimSkeletonListItemComponent {
19
18
  private getCssClasses;
20
19
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimSkeletonListItemComponent, never>;
21
20
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimSkeletonListItemComponent, "euim-skeleton-list-item", never, { "hasAvatar": { "alias": "hasAvatar"; "required": false; }; "hasTitle": { "alias": "hasTitle"; "required": false; }; "hasSubtitle": { "alias": "hasSubtitle"; "required": false; }; "hasMetaLine": { "alias": "hasMetaLine"; "required": false; }; "isAnimated": { "alias": "isAnimated"; "required": false; }; "avatarType": { "alias": "avatarType"; "required": false; }; "separator": { "alias": "separator"; "required": false; }; "titleWidth": { "alias": "titleWidth"; "required": false; }; "subTitleWidth": { "alias": "subTitleWidth"; "required": false; }; "metaLineWidth": { "alias": "metaLineWidth"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimSize2XL": "euimSize2XL"; "euimSizeL": "euimSizeL"; }; outputs: {}; }]>;
21
+ static ngAcceptInputType_hasAvatar: unknown;
22
+ static ngAcceptInputType_hasTitle: unknown;
23
+ static ngAcceptInputType_hasSubtitle: unknown;
24
+ static ngAcceptInputType_hasMetaLine: unknown;
25
+ static ngAcceptInputType_isAnimated: unknown;
22
26
  }
23
27
  //# sourceMappingURL=euim-skeleton-list-item.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-skeleton-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAErD,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAC/D,qBAgBa,6BAA6B;IAyBnB,mBAAmB,EAAE,mBAAmB;IAxB3D,IACW,UAAU,IAAI,MAAM,CAE9B;IAGD,SAAS,EAAE,YAAY,CAAQ;IAG/B,QAAQ,EAAE,YAAY,CAAQ;IAG9B,WAAW,EAAE,YAAY,CAAQ;IAGjC,WAAW,EAAE,YAAY,CAAQ;IAGjC,UAAU,EAAE,YAAY,CAAQ;IACvB,UAAU,EAAE,SAAS,GAAG,QAAQ,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,UAAU,SAAS;IACnB,aAAa,SAAS;IACtB,aAAa,SAAS;gBACZ,mBAAmB,EAAE,mBAAmB;IAE3D,OAAO,CAAC,aAAa;yCA3BZ,6BAA6B;2CAA7B,6BAA6B;CAmCzC"}
1
+ {"version":3,"file":"euim-skeleton-list-item.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;;;AAC/D,qBAgBa,6BAA6B;IAoBnB,mBAAmB,EAAE,mBAAmB;IAnB3D,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,SAAS,UAAQ;IAEjB,QAAQ,UAAQ;IAEhB,WAAW,UAAQ;IAEnB,WAAW,UAAQ;IAEnB,UAAU,UAAQ;IACT,UAAU,EAAE,SAAS,GAAG,QAAQ,CAAC;IACjC,SAAS,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IACrC,UAAU,SAAS;IACnB,aAAa,SAAS;IACtB,aAAa,SAAS;gBACZ,mBAAmB,EAAE,mBAAmB;IAE3D,OAAO,CAAC,aAAa;yCAtBZ,6BAA6B;2CAA7B,6BAA6B;wCA+Bs60B,OAAQ;uCAAR,OAAQ;0CAAR,OAAQ;0CAAR,OAAQ;yCAAR,OAAQ;CADv90B"}
@@ -12,11 +12,11 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
12
12
  lastStepActionClicked: EventEmitter<MouseEvent>;
13
13
  leftActionClicked: EventEmitter<MouseEvent>;
14
14
  isLastItemReached: BooleanInput;
15
- isCarousel: BooleanInput;
16
- showLeftBtn: BooleanInput;
17
- showRightBtn: BooleanInput;
18
- isPreviousBtn: BooleanInput;
19
- isNextBtn: BooleanInput;
15
+ isCarousel: boolean;
16
+ showLeftBtn: boolean;
17
+ showRightBtn: boolean;
18
+ isPreviousBtn: boolean;
19
+ isNextBtn: boolean;
20
20
  actionBtnNames: ActionBtnsNames;
21
21
  showLeftBtnAsPrevious: BooleanInput;
22
22
  className: string;
@@ -39,6 +39,11 @@ export declare class EuimSliderInfoScreenComponent implements OnInit, AfterViewI
39
39
  onLeftBtnAction(event: MouseEvent): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimSliderInfoScreenComponent, never>;
41
41
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimSliderInfoScreenComponent, "euim-slider-info-screen", never, { "isCarousel": { "alias": "isCarousel"; "required": false; }; "showLeftBtn": { "alias": "showLeftBtn"; "required": false; }; "showRightBtn": { "alias": "showRightBtn"; "required": false; }; "isPreviousBtn": { "alias": "isPreviousBtn"; "required": false; }; "isNextBtn": { "alias": "isNextBtn"; "required": false; }; "actionBtnNames": { "alias": "actionBtnNames"; "required": false; }; }, { "rightActionClicked": "rightActionClicked"; "lastStepActionClicked": "lastStepActionClicked"; "leftActionClicked": "leftActionClicked"; }, never, ["*"], false, never>;
42
+ static ngAcceptInputType_isCarousel: unknown;
43
+ static ngAcceptInputType_showLeftBtn: unknown;
44
+ static ngAcceptInputType_showRightBtn: unknown;
45
+ static ngAcceptInputType_isPreviousBtn: unknown;
46
+ static ngAcceptInputType_isNextBtn: unknown;
42
47
  }
43
48
  export interface ActionBtnsNames {
44
49
  rightBtnName: string;
@@ -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;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
+ {"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,EAEb,iBAAiB,EAEjB,UAAU,EACV,YAAY,EAIZ,MAAM,EAEN,SAAS,EAGZ,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;;AAErD,qBAMa,6BAA8B,YAAW,MAAM,EAAE,aAAa;IAyC3D,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,aAAa;IACrB,OAAO,CAAC,GAAG;IA3CgB,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;IAEnC,iBAAiB,EAAE,YAAY,CAAS;IAGxC,UAAU,UAAS;IAGnB,WAAW,UAAS;IAGpB,YAAY,UAAS;IAGrB,aAAa,UAAS;IAGtB,SAAS,UAAS;IAET,cAAc,EAAE,eAAe,CAItC;IAEF,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;yCAxK/B,6BAA6B;2CAA7B,6BAA6B;yCAuLqnsB,OAAQ;0CAAR,OAAQ;2CAAR,OAAQ;4CAAR,OAAQ;wCAAR,OAAQ;CAPtqsB;AAED,MAAM,WAAW,eAAe;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,WAAW,EAAE,MAAM,CAAC;CACvB"}
@@ -1,5 +1,4 @@
1
1
  export * from './atoms/euim-label';
2
- export * from './atoms/euim-control-feedback';
3
2
  export * from './atoms/euim-notification-item';
4
3
  export * from './layout/euim-app';
5
4
  export * from './layout/euim-language-selector';
@@ -7,28 +6,23 @@ export * from './layout/euim-user-profile';
7
6
  export * from './layout/euim-toolbar';
8
7
  export * from './layout/euim-sidebar';
9
8
  export * from './layout/euim-header-details';
10
- export * from './layout/euim-info-screen';
11
9
  export * from './euim-avatar-icon';
12
10
  export * from './euim-badge';
13
11
  export * from './euim-empty-list-placeholder';
14
- export * from './euim-menu';
15
12
  export * from './euim-message';
16
- export * from './euim-stepper';
17
- export * from './euim-fieldset';
18
13
  export * from './euim-spinner';
19
14
  export * from './euim-media-header';
20
15
  export * from './euim-data-summary';
21
16
  export * from './euim-avatar';
22
17
  export * from './euim-alert-message';
23
- export * from './euim-slider';
24
18
  export * from './euim-slider-info-screen';
25
19
  export * from './euim-scroller-x';
26
20
  export * from './euim-chip-selector';
27
21
  export * from './euim-skeleton-list';
28
22
  export * from './euim-skeleton-list-item';
29
23
  export * from './euim-multiselect';
30
- export * from './directives/euim-list-header';
31
- export * from './directives/euim-item-divider';
24
+ export * from './euim-pdf-wrapper';
25
+ export * from './euim-about';
32
26
  export * from './directives/euim-divider';
33
27
  export * from './directives/euim-skeleton-text-avatar';
34
28
  export * from './base-states.directive';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAE1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AAErC,cAAc,eAAe,CAAC;AAC9B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AAEnC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
@@ -2,11 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./euim-app.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@ionic/angular";
5
- import * as i4 from "./euim-app-sidebar/sidebar.module";
6
- import * as i5 from "../euim-language-selector/euim-language-selector.module";
5
+ import * as i4 from "../euim-language-selector/euim-language-selector.module";
7
6
  export declare class EuimAppModule {
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAppModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAppModule, [typeof i1.EuimAppComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.EuimAppSidebarModule, typeof i5.EuimLanguageSelectorModule], [typeof i1.EuimAppComponent]>;
8
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAppModule, [typeof i1.EuimAppComponent], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.EuimLanguageSelectorModule], [typeof i1.EuimAppComponent]>;
10
9
  static ɵinj: i0.ɵɵInjectorDeclaration<EuimAppModule>;
11
10
  }
12
11
  //# sourceMappingURL=euim-app.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-app.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/euim-app.module.ts"],"names":[],"mappings":";;;;;;AAOA,qBAca,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
1
+ {"version":3,"file":"euim-app.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/euim-app.module.ts"],"names":[],"mappings":";;;;;AAMA,qBAaa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
@@ -1,4 +1,3 @@
1
1
  export * from './euim-app.module';
2
2
  export * from './euim-app.component';
3
- export * from './euim-app-sidebar/index';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-app/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC"}
@@ -7,6 +7,6 @@ export declare class EuimHeaderDetailsComponent {
7
7
  constructor(baseStatesDirective: BaseStatesDirective);
8
8
  getCssClasses(): string;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimHeaderDetailsComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; "color": "color"; }; outputs: {}; }]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimHeaderDetailsComponent, "euim-header-details", never, {}, {}, never, ["*"], false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
11
11
  }
12
12
  //# sourceMappingURL=euim-header-details.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAgBa,0BAA0B;IAOhB,mBAAmB,EAAE,mBAAmB;IAL3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCATd,0BAA0B;2CAA1B,0BAA0B;CActC"}
1
+ {"version":3,"file":"euim-header-details.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-header-details/euim-header-details.component.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;;;AAElE,qBAea,0BAA0B;IAKhB,mBAAmB,EAAE,mBAAmB;IAJ3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBACkB,mBAAmB,EAAE,mBAAmB;IAC3D,aAAa,IAAI,MAAM;yCANd,0BAA0B;2CAA1B,0BAA0B;CAWtC"}
@@ -13,7 +13,7 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
13
13
  appService: EuimAppService;
14
14
  private modalCtrl;
15
15
  baseStatesDirective: BaseStatesDirective;
16
- _euimPrimary: import("@angular/cdk/coercion").BooleanInput;
16
+ _euimPrimary: boolean;
17
17
  languages: EuiLanguage[];
18
18
  selectedLanguage: EuiLanguage;
19
19
  private destroy$;
@@ -24,6 +24,6 @@ export declare class EuimLanguageSelectorComponent implements OnInit, OnDestroy
24
24
  onShowLanguageList(): Promise<void>;
25
25
  protected getLanguageLabel(languageCode: string): string;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "euimPrimary": "euimPrimary"; "color": "color"; }; outputs: {}; }]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<EuimLanguageSelectorComponent, "euim-language-selector", never, {}, {}, never, never, false, [{ directive: typeof i1.BaseStatesDirective; inputs: { "color": "color"; }; outputs: {}; }]>;
28
28
  }
29
29
  //# 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,EAA0D,SAAS,EAAE,MAAM,EAAqB,MAAM,eAAe,CAAC;AAChJ,OAAO,EAAE,kBAAkB,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5E,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,qBAgBa,6BAA8B,YAAW,MAAM,EAAE,SAAS;IAQ/D,OAAO,CAAC,EAAE;IACV,OAAO,CAAC,gBAAgB;IACjB,eAAe,EAAE,kBAAkB;IACnC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,+CAAwC;IACpD,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EACnC,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;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAxD/C,6BAA6B;2CAA7B,6BAA6B;CAgEzC"}
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,kBAAkB,EAAkB,WAAW,EAAE,MAAM,WAAW,CAAC;AAC5E,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,kBAAkB;IACnC,UAAU,EAAE,cAAc;IACjC,OAAO,CAAC,SAAS;IACV,mBAAmB,EAAE,mBAAmB;IAXnD,YAAY,UAAgD;IAC5D,SAAS,EAAE,WAAW,EAAE,CAAC;IACzB,gBAAgB,EAAE,WAAW,CAAC;IAC9B,OAAO,CAAC,QAAQ,CAA4C;gBAGhD,EAAE,EAAE,iBAAiB,EACrB,gBAAgB,EAAE,gBAAgB,EACnC,eAAe,EAAE,kBAAkB,EACnC,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;IAKb,kBAAkB,IAAG,OAAO,CAAC,IAAI,CAAC;IAOxC,SAAS,CAAC,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,MAAM;yCAxD/C,6BAA6B;2CAA7B,6BAA6B;CAgEzC"}
@@ -5,12 +5,11 @@ import * as i3 from "@angular/common";
5
5
  import * as i4 from "@ionic/angular";
6
6
  import * as i5 from "../../euim-avatar-icon/euim-avatar-icon.module";
7
7
  import * as i6 from "../../atoms/euim-label/euim-label.module";
8
- import * as i7 from "../../directives/euim-item-divider/euim-item-divider.module";
9
- import * as i8 from "../../euim-empty-list-placeholder/euim-empty-list-placeholder.module";
10
- import * as i9 from "@ngx-translate/core";
8
+ import * as i7 from "../../euim-empty-list-placeholder/euim-empty-list-placeholder.module";
9
+ import * as i8 from "@ngx-translate/core";
11
10
  export declare class EuimLanguageSelectorModule {
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.EuimAvatarIconModule, typeof i6.EuimLabelModule, typeof i7.EuimItemDividerModule, typeof i8.EuimEmptyListPlaceholderModule, typeof i9.TranslateModule], [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent]>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.EuimAvatarIconModule, typeof i6.EuimLabelModule, typeof i7.EuimEmptyListPlaceholderModule, typeof i8.TranslateModule], [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent]>;
14
13
  static ɵinj: i0.ɵɵInjectorDeclaration<EuimLanguageSelectorModule>;
15
14
  }
16
15
  //# sourceMappingURL=euim-language-selector.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-language-selector.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.module.ts"],"names":[],"mappings":";;;;;;;;;;AAYA,qBAsBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CACtC"}
1
+ {"version":3,"file":"euim-language-selector.module.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-language-selector/euim-language-selector.module.ts"],"names":[],"mappings":";;;;;;;;;AAWA,qBAqBa,0BAA0B;yCAA1B,0BAA0B;0CAA1B,0BAA0B;0CAA1B,0BAA0B;CACtC"}
@@ -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,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;;AAErE,qBAUa,yBAAyB;IAMf,mBAAmB,EAAE,mBAAmB;IAL3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBAEkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCARd,yBAAyB;2CAAzB,yBAAyB;CAarC"}
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,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;;;AAErE,qBAUa,yBAAyB;IAKf,mBAAmB,EAAE,mBAAmB;IAJ3D,IACW,UAAU,IAAI,MAAM,CAE9B;gBACkB,mBAAmB,EAAE,mBAAmB;IAE3D,aAAa,IAAI,MAAM;yCAPd,yBAAyB;2CAAzB,yBAAyB;CAYrC"}
@@ -1,16 +1,18 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { BooleanInput } from '@angular/cdk/coercion';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class EuimToolbarComponent implements OnInit {
5
- hasBackButton: BooleanInput;
4
+ hasBackButton: boolean;
6
5
  backButtonDefaultHref: string;
7
- hasSidebarTrigger: BooleanInput;
8
- hasLanguageSelector: BooleanInput;
6
+ hasSidebarTrigger: boolean;
7
+ hasLanguageSelector: boolean;
9
8
  backButtonClick: EventEmitter<Event>;
10
9
  className: string;
11
10
  ngOnInit(): void;
12
11
  onBackButtonClick(event: Event): void;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarComponent, never>;
14
13
  static ɵcmp: i0.ɵɵComponentDeclaration<EuimToolbarComponent, "euim-toolbar", never, { "hasBackButton": { "alias": "hasBackButton"; "required": false; }; "backButtonDefaultHref": { "alias": "backButtonDefaultHref"; "required": false; }; "hasSidebarTrigger": { "alias": "hasSidebarTrigger"; "required": false; }; "hasLanguageSelector": { "alias": "hasLanguageSelector"; "required": false; }; }, { "backButtonClick": "backButtonClick"; }, never, ["*", "euim-toolbar-title", "euim-toolbar-action-items"], false, never>;
14
+ static ngAcceptInputType_hasBackButton: unknown;
15
+ static ngAcceptInputType_hasSidebarTrigger: unknown;
16
+ static ngAcceptInputType_hasLanguageSelector: unknown;
15
17
  }
16
18
  //# sourceMappingURL=euim-toolbar.component.d.ts.map
@@ -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,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
+ {"version":3,"file":"euim-toolbar.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/layout/euim-toolbar/euim-toolbar.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAGH,YAAY,EAGZ,MAAM,EAIT,MAAM,eAAe,CAAC;;AAIvB,qBAOa,oBAAqB,YAAW,MAAM;IAG/C,aAAa,UAAQ;IACZ,qBAAqB,SAAO;IAErC,iBAAiB,UAAS;IAE1B,mBAAmB,UAAS;IAElB,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,CAAsB;IAErD,SAAS,SAAkB;IAE1C,QAAQ,IAAI,IAAI;IAMhB,iBAAiB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI;yCApB5B,oBAAoB;2CAApB,oBAAoB;4CAwBq81B,OAAQ;gDAAR,OAAQ;kDAAR,OAAQ;CAD7+1B"}
@@ -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":";AAEA,qBAKa,8BAA8B;IACxB,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":";AACA,qBAKa,8BAA8B;IACxB,KAAK,SAA8B;yCADzC,8BAA8B;2CAA9B,8BAA8B;CAE1C"}
@@ -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":";AAEA,qBAKa,6BAA6B;IACvB,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":";AACA,qBAKa,6BAA6B;IACvB,SAAS,SAA6B;yCAD5C,6BAA6B;2CAA7B,6BAA6B;CAEzC"}
@@ -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":";AAEA,qBAQa,wBAAwB;IACX,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":";AACA,qBAQa,wBAAwB;IACX,SAAS,SAAuB;yCAD7C,wBAAwB;2CAAxB,wBAAwB;CAEpC"}
@@ -1,41 +1,33 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./components/layout/euim-app/euim-app.module";
3
- import * as i2 from "./components/layout/euim-app/euim-app-sidebar/sidebar.module";
4
- import * as i3 from "./components/euim-empty-list-placeholder/euim-empty-list-placeholder.module";
5
- import * as i4 from "./components/layout/euim-language-selector/euim-language-selector.module";
6
- import * as i5 from "./components/euim-stepper/euim-steper.module";
7
- import * as i6 from "./components/layout/euim-user-profile/euim-user-profile.module";
8
- import * as i7 from "./components/euim-message/euim-message.module";
9
- import * as i8 from "./components/euim-skeleton-list-item/euim-skeleton-list-item.module";
10
- import * as i9 from "./components/euim-skeleton-list/euim-skeleton-list.module";
11
- import * as i10 from "./components/euim-avatar-icon/euim-avatar-icon.module";
12
- import * as i11 from "./components/atoms/euim-label/euim-label.module";
13
- import * as i12 from "./components/euim-menu/euim-menu.module";
14
- import * as i13 from "./components/euim-alert-message/euim-alert-message.module";
15
- import * as i14 from "./components/atoms/euim-control-feedback/euim-control-feedback.module";
16
- import * as i15 from "./components/euim-fieldset/euim-fieldset.module";
17
- import * as i16 from "./components/layout/euim-toolbar/euim-toolbar.module";
18
- import * as i17 from "./components/atoms/euim-notification-item/euim-notification-item.module";
19
- import * as i18 from "./components/euim-media-header/euim-media-header.module";
20
- import * as i19 from "./components/euim-data-summary/euim-data-summary.module";
21
- import * as i20 from "./components/layout/euim-header-details/euim-header-details.module";
22
- import * as i21 from "./components/euim-avatar/euim-avatar.module";
23
- import * as i22 from "./components/layout/euim-info-screen/euim-info-screen.module";
24
- import * as i23 from "./components/euim-slider/euim-slider.module";
25
- import * as i24 from "./components/euim-slider-info-screen/euim-slider-info-screen.module";
26
- import * as i25 from "./components/euim-scroller-x/euim-scroller-x.module";
27
- import * as i26 from "./components/euim-chip-selector/euim-chip-selector.module";
28
- import * as i27 from "./components/euim-badge/euim-badge.module";
29
- import * as i28 from "./components/layout/euim-sidebar/euim-sidebar.module";
30
- import * as i29 from "./components/euim-multiselect/euim-multiselect.module";
31
- import * as i30 from "./components/directives/euim-list-header/euim-list-header.module";
32
- import * as i31 from "./components/euim-spinner/euim-spinner.module";
33
- import * as i32 from "./components/directives/euim-item-divider/euim-item-divider.module";
34
- import * as i33 from "./components/directives/euim-divider/euim-divider.module";
35
- import * as i34 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
3
+ import * as i2 from "./components/euim-empty-list-placeholder/euim-empty-list-placeholder.module";
4
+ import * as i3 from "./components/layout/euim-language-selector/euim-language-selector.module";
5
+ import * as i4 from "./components/layout/euim-user-profile/euim-user-profile.module";
6
+ import * as i5 from "./components/euim-message/euim-message.module";
7
+ import * as i6 from "./components/euim-skeleton-list-item/euim-skeleton-list-item.module";
8
+ import * as i7 from "./components/euim-skeleton-list/euim-skeleton-list.module";
9
+ import * as i8 from "./components/euim-avatar-icon/euim-avatar-icon.module";
10
+ import * as i9 from "./components/atoms/euim-label/euim-label.module";
11
+ import * as i10 from "./components/euim-alert-message/euim-alert-message.module";
12
+ import * as i11 from "./components/euim-about/euim-about.module";
13
+ import * as i12 from "./components/layout/euim-toolbar/euim-toolbar.module";
14
+ import * as i13 from "./components/atoms/euim-notification-item/euim-notification-item.module";
15
+ import * as i14 from "./components/euim-media-header/euim-media-header.module";
16
+ import * as i15 from "./components/euim-data-summary/euim-data-summary.module";
17
+ import * as i16 from "./components/layout/euim-header-details/euim-header-details.module";
18
+ import * as i17 from "./components/euim-avatar/euim-avatar.module";
19
+ import * as i18 from "./components/euim-slider-info-screen/euim-slider-info-screen.module";
20
+ import * as i19 from "./components/euim-scroller-x/euim-scroller-x.module";
21
+ import * as i20 from "./components/euim-chip-selector/euim-chip-selector.module";
22
+ import * as i21 from "./components/euim-badge/euim-badge.module";
23
+ import * as i22 from "./components/layout/euim-sidebar/euim-sidebar.module";
24
+ import * as i23 from "./components/euim-multiselect/euim-multiselect.module";
25
+ import * as i24 from "./components/euim-spinner/euim-spinner.module";
26
+ import * as i25 from "./components/directives/euim-divider/euim-divider.module";
27
+ import * as i26 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
36
28
  export declare class EuimAllModule {
37
29
  static ɵfac: i0.ɵɵFactoryDeclaration<EuimAllModule, never>;
38
- static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimAppSidebarModule, typeof i3.EuimEmptyListPlaceholderModule, typeof i4.EuimLanguageSelectorModule, typeof i5.EuimStepperComponentModule, typeof i6.EuimUserProfileModule, typeof i7.EuimMessageModule, typeof i8.EuimSkeletonListItemModule, typeof i9.EuimSkeletonListModule, typeof i10.EuimAvatarIconModule, typeof i11.EuimLabelModule, typeof i12.EuimMenuModule, typeof i13.EuimAlertMessageModule, typeof i14.EuimControlFeedbackModule, typeof i15.EuimFieldsetModule, typeof i16.EuimToolbarComponentModule, typeof i17.EuimNotificationItemModule, typeof i18.EuimMediaHeaderModule, typeof i19.EuimDataSummaryModule, typeof i20.EuimHeaderDetailsModule, typeof i21.EuimAvatarModule, typeof i22.EuimInfoScreenModule, typeof i23.EuimSliderModule, typeof i24.EuimSliderInfoScreenModule, typeof i25.EuimScrollerXComponentModule, typeof i26.EuimChipSelectorComponentModule, typeof i27.EuimBadgeModule, typeof i28.EuimSidebarModule, typeof i29.EuimMultiselectModule, typeof i30.EuimListHeaderModule, typeof i31.EuimSpinnerComponentModule, typeof i32.EuimItemDividerModule, typeof i33.EuimDividerModule, typeof i34.EuimSkeletonTextAvatarModule], [typeof i1.EuimAppModule, typeof i2.EuimAppSidebarModule, typeof i3.EuimEmptyListPlaceholderModule, typeof i4.EuimLanguageSelectorModule, typeof i5.EuimStepperComponentModule, typeof i6.EuimUserProfileModule, typeof i7.EuimMessageModule, typeof i8.EuimSkeletonListItemModule, typeof i9.EuimSkeletonListModule, typeof i10.EuimAvatarIconModule, typeof i11.EuimLabelModule, typeof i12.EuimMenuModule, typeof i13.EuimAlertMessageModule, typeof i14.EuimControlFeedbackModule, typeof i15.EuimFieldsetModule, typeof i16.EuimToolbarComponentModule, typeof i17.EuimNotificationItemModule, typeof i18.EuimMediaHeaderModule, typeof i19.EuimDataSummaryModule, typeof i20.EuimHeaderDetailsModule, typeof i21.EuimAvatarModule, typeof i22.EuimInfoScreenModule, typeof i23.EuimSliderModule, typeof i24.EuimSliderInfoScreenModule, typeof i25.EuimScrollerXComponentModule, typeof i26.EuimChipSelectorComponentModule, typeof i27.EuimBadgeModule, typeof i28.EuimSidebarModule, typeof i29.EuimMultiselectModule, typeof i30.EuimListHeaderModule, typeof i31.EuimSpinnerComponentModule, typeof i32.EuimItemDividerModule, typeof i33.EuimDividerModule, typeof i34.EuimSkeletonTextAvatarModule]>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.EuimAboutModule, typeof i12.EuimToolbarComponentModule, typeof i13.EuimNotificationItemModule, typeof i14.EuimMediaHeaderModule, typeof i15.EuimDataSummaryModule, typeof i16.EuimHeaderDetailsModule, typeof i17.EuimAvatarModule, typeof i18.EuimSliderInfoScreenModule, typeof i19.EuimScrollerXComponentModule, typeof i20.EuimChipSelectorComponentModule, typeof i21.EuimBadgeModule, typeof i22.EuimSidebarModule, typeof i23.EuimMultiselectModule, typeof i24.EuimSpinnerComponentModule, typeof i25.EuimDividerModule, typeof i26.EuimSkeletonTextAvatarModule], [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimAvatarIconModule, typeof i9.EuimLabelModule, typeof i10.EuimAlertMessageModule, typeof i11.EuimAboutModule, typeof i12.EuimToolbarComponentModule, typeof i13.EuimNotificationItemModule, typeof i14.EuimMediaHeaderModule, typeof i15.EuimDataSummaryModule, typeof i16.EuimHeaderDetailsModule, typeof i17.EuimAvatarModule, typeof i18.EuimSliderInfoScreenModule, typeof i19.EuimScrollerXComponentModule, typeof i20.EuimChipSelectorComponentModule, typeof i21.EuimBadgeModule, typeof i22.EuimSidebarModule, typeof i23.EuimMultiselectModule, typeof i24.EuimSpinnerComponentModule, typeof i25.EuimDividerModule, typeof i26.EuimSkeletonTextAvatarModule]>;
39
31
  static ɵinj: i0.ɵɵInjectorDeclaration<EuimAllModule>;
40
32
  }
41
33
  //# sourceMappingURL=euim-all.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiFA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
1
+ {"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/mobile-core",
3
- "version": "17.0.0-next.1",
3
+ "version": "17.0.0-next.10",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "dependencies": {
@@ -8,6 +8,9 @@
8
8
  "@ionic/angular": "6.7.5",
9
9
  "@ionic/storage": "3.0.6",
10
10
  "ngx-moment": "6.0.2",
11
+ "ng2-pdf-viewer": "10.0.0",
12
+ "@meddv/ngx-pinch-zoom": "17.0.1",
13
+ "angularx-qrcode": "^12.0.0",
11
14
  "tslib": "^2.3.0"
12
15
  },
13
16
  "module": "fesm2022/eui-mobile-core.mjs",