@eui/mobile-core 18.0.0-next.8 → 18.0.1-snapshot-1734530560622

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 (268) 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 +57 -168
  6. package/docs/components/EuimAboutContentLoadingComponent.html +98 -18
  7. package/docs/components/EuimAlertMessageComponent.html +3 -3
  8. package/docs/components/EuimAppComponent.html +2 -2
  9. package/docs/components/EuimAvatarBadgeComponent.html +2 -2
  10. package/docs/components/EuimAvatarComponent.html +5 -5
  11. package/docs/components/EuimAvatarIconComponent.html +2 -2
  12. package/docs/components/EuimAvatarIconSubComponent.html +3 -3
  13. package/docs/components/EuimAvatarImageComponent.html +2 -2
  14. package/docs/components/EuimAvatarTextComponent.html +2 -2
  15. package/docs/components/EuimBadgeComponent.html +3 -3
  16. package/docs/components/EuimCardComponent.html +2 -2
  17. package/docs/components/EuimCardListComponent.html +2 -2
  18. package/docs/components/EuimChangelogComponent.html +102 -3
  19. package/docs/components/EuimChipSelectorComponent.html +7 -7
  20. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  21. package/docs/components/EuimDataSummaryComponent.html +2 -2
  22. package/docs/components/EuimEmptyListPlaceholderComponent.html +3 -3
  23. package/docs/components/EuimHeaderDetailsComponent.html +2 -2
  24. package/docs/components/EuimHelpSupportComponent.html +8 -80
  25. package/docs/components/EuimLabelComponent.html +3 -3
  26. package/docs/components/EuimLanguageListComponent.html +3 -3
  27. package/docs/components/EuimLanguageSelectorComponent.html +26 -3
  28. package/docs/components/EuimMediaHeaderComponent.html +2 -2
  29. package/docs/components/EuimMessageComponent.html +2 -2
  30. package/docs/components/EuimMessageTitleComponent.html +2 -2
  31. package/docs/components/EuimMultiselectComponent.html +2 -2
  32. package/docs/components/EuimMultiselectFilterComponent.html +3 -3
  33. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  34. package/docs/components/EuimMultiselectListComponent.html +2 -2
  35. package/docs/components/EuimMultiselectToolbarComponent.html +3 -3
  36. package/docs/components/EuimNotificationItemComponent.html +2 -2
  37. package/docs/components/EuimOpenSourceLicencesComponent.html +102 -3
  38. package/docs/components/EuimPdfViewerComponent.html +3 -10
  39. package/docs/components/EuimScrollerXComponent.html +2 -2
  40. package/docs/components/EuimSidebarComponent.html +2 -2
  41. package/docs/components/EuimSidebarContentComponent.html +2 -2
  42. package/docs/components/EuimSkeletonListComponent.html +2 -2
  43. package/docs/components/EuimSkeletonListItemComponent.html +2 -2
  44. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  45. package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
  46. package/docs/components/EuimSpinnerComponent.html +2 -2
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  48. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  49. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  50. package/docs/components/EuimToolbarComponent.html +27 -3
  51. package/docs/components/EuimToolbarDatepickerComponent.html +4 -11
  52. package/docs/components/EuimToolbarQrcodeComponent.html +364 -0
  53. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  54. package/docs/components/EuimUserProfileComponent.html +2 -2
  55. package/docs/dependencies.html +4 -4
  56. package/docs/directives/EuimDividerDirective.html +4 -0
  57. package/docs/directives/EuimListHeaderDirective.html +4 -0
  58. package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
  59. package/docs/index.html +4 -4
  60. package/docs/js/menu-wc.js +117 -53
  61. package/docs/js/menu-wc_es5.js +1 -1
  62. package/docs/js/search/search_index.js +2 -2
  63. package/docs/miscellaneous/variables.html +80 -0
  64. package/docs/modules/EuimAllModule.html +1 -1
  65. package/docs/modules/EuimDividerModule.html +13 -4
  66. package/docs/modules/EuimListHeaderModule.html +13 -4
  67. package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
  68. package/docs/modules/EuimToolbarDatepickerModule.html +0 -6
  69. package/docs/{interfaces/HelpContacts.html → modules/EuimToolbarQrcodeModule.html} +49 -132
  70. package/docs/modules.html +24 -0
  71. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +5 -6
  72. package/esm2022/lib/components/atoms/euim-label/euim-label.module.mjs +5 -5
  73. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +5 -5
  74. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +5 -5
  75. package/esm2022/lib/components/base-states.directive.mjs +4 -4
  76. package/esm2022/lib/components/directives/euim-align-center/euim-align-center.directive.mjs +4 -4
  77. package/esm2022/lib/components/directives/euim-align-top/euim-align-top.directive.mjs +4 -4
  78. package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +5 -4
  79. package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +12 -9
  80. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +5 -4
  81. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +12 -9
  82. package/esm2022/lib/components/directives/euim-list-item/euim-list-item.directive.mjs +4 -4
  83. package/esm2022/lib/components/directives/euim-min-width/euim-min-width.directive.mjs +4 -4
  84. package/esm2022/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.mjs +4 -4
  85. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +5 -4
  86. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +12 -9
  87. package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +4 -4
  88. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +11 -12
  89. package/esm2022/lib/components/euim-about/euim-about.component.mjs +10 -35
  90. package/esm2022/lib/components/euim-about/euim-about.module.mjs +5 -9
  91. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +12 -11
  92. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +12 -34
  93. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +12 -11
  94. package/esm2022/lib/components/euim-alert-message/euim-alert-message.module.mjs +5 -5
  95. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +15 -13
  96. package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +4 -4
  97. package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +4 -4
  98. package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +4 -4
  99. package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +4 -4
  100. package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +4 -4
  101. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
  102. package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +5 -5
  103. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -5
  104. package/esm2022/lib/components/euim-badge/euim-badge.module.mjs +5 -5
  105. package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +4 -4
  106. package/esm2022/lib/components/euim-card/euim-card.component.mjs +5 -5
  107. package/esm2022/lib/components/euim-card/euim-card.module.mjs +5 -5
  108. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +5 -5
  109. package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +5 -5
  110. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +4 -4
  111. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +8 -7
  112. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.module.mjs +5 -5
  113. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +4 -4
  114. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +4 -4
  115. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +4 -4
  116. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +7 -7
  117. package/esm2022/lib/components/euim-data-summary/euim-data-summary.module.mjs +5 -5
  118. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +5 -5
  119. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +5 -5
  120. package/esm2022/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.mjs +4 -4
  121. package/esm2022/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.directive.mjs +4 -4
  122. package/esm2022/lib/components/euim-media-header/euim-media-header-sub-title/euim-media-header-sub-title.directive.mjs +4 -4
  123. package/esm2022/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.directive.mjs +4 -4
  124. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +5 -5
  125. package/esm2022/lib/components/euim-media-header/euim-media-header.module.mjs +5 -5
  126. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -4
  127. package/esm2022/lib/components/euim-message/euim-message.component.mjs +5 -5
  128. package/esm2022/lib/components/euim-message/euim-message.module.mjs +5 -5
  129. package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +4 -4
  130. package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +5 -5
  131. package/esm2022/lib/components/euim-multiselect/euim-multiselect-info/euim-multiselect-info.component.mjs +4 -4
  132. package/esm2022/lib/components/euim-multiselect/euim-multiselect-list/euim-multiselect-list.component.mjs +4 -4
  133. package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +4 -4
  134. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +5 -5
  135. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +5 -5
  136. package/esm2022/lib/components/euim-multiselect/euim-multiselect.module.mjs +5 -5
  137. package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +5 -9
  138. package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +5 -5
  139. package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.mjs +4 -4
  140. package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.mjs +4 -4
  141. package/esm2022/lib/components/euim-read-only-form/euim-read-only-form.directive.mjs +4 -4
  142. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +4 -4
  143. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.module.mjs +5 -5
  144. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  145. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +5 -5
  146. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +5 -5
  147. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.mjs +5 -5
  148. package/esm2022/lib/components/euim-slider-info-screen/euim-slide-info-screen/euim-slide-info-screen.component.mjs +4 -4
  149. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +4 -4
  150. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-sub-title/euim-slider-info-screen-sub-title.directive.mjs +4 -4
  151. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-title/euim-slider-info-screen-title.directive.mjs +4 -4
  152. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +5 -5
  153. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.module.mjs +5 -5
  154. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +5 -5
  155. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +5 -5
  156. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +5 -5
  157. package/esm2022/lib/components/euim-spinner/euim-spinner.module.mjs +5 -5
  158. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +6 -10
  159. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +6 -11
  160. package/esm2022/lib/components/euim-toolbar-datepicker/index.mjs +1 -2
  161. package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.mjs +21 -0
  162. package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.mjs +36 -0
  163. package/esm2022/lib/components/euim-toolbar-qrcode/index.mjs +3 -0
  164. package/esm2022/lib/components/index.mjs +2 -1
  165. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +4 -4
  166. package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +5 -5
  167. package/esm2022/lib/components/layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive.mjs +4 -4
  168. package/esm2022/lib/components/layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive.mjs +4 -4
  169. package/esm2022/lib/components/layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive.mjs +4 -4
  170. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +5 -5
  171. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.module.mjs +5 -5
  172. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +10 -9
  173. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +8 -7
  174. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +5 -5
  175. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +4 -4
  176. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +5 -5
  177. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +5 -5
  178. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +4 -4
  179. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +4 -4
  180. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -5
  181. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +5 -5
  182. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
  183. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -4
  184. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -4
  185. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -4
  186. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
  187. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -5
  188. package/esm2022/lib/euim-all.module.mjs +11 -6
  189. package/esm2022/lib/services/euim-app.service.mjs +4 -4
  190. package/fesm2022/eui-mobile-core.mjs +570 -608
  191. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  192. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  193. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  194. package/lib/components/base-states.directive.d.ts.map +1 -1
  195. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
  196. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
  197. package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
  198. package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
  199. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
  200. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -1
  201. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +7 -4
  202. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -1
  203. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
  204. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
  205. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
  206. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
  207. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +2 -2
  208. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -1
  209. package/lib/components/euim-about/euim-about.component.d.ts +2 -12
  210. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
  211. package/lib/components/euim-about/euim-about.module.d.ts +9 -10
  212. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  213. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +1 -0
  214. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -1
  215. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +2 -45
  216. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
  217. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +2 -1
  218. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -1
  219. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  220. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +1 -1
  221. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -1
  222. package/lib/components/euim-avatar/euim-avatar.component.d.ts +3 -3
  223. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  224. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  225. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  226. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  227. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +3 -3
  228. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  229. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  230. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  231. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  232. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  233. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +0 -4
  234. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
  235. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  236. package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
  237. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  238. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts +0 -4
  239. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts.map +1 -1
  240. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +7 -8
  241. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts.map +1 -1
  242. package/lib/components/euim-toolbar-datepicker/index.d.ts +0 -1
  243. package/lib/components/euim-toolbar-datepicker/index.d.ts.map +1 -1
  244. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts +9 -0
  245. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts.map +1 -0
  246. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts +12 -0
  247. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts.map +1 -0
  248. package/lib/components/euim-toolbar-qrcode/index.d.ts +3 -0
  249. package/lib/components/euim-toolbar-qrcode/index.d.ts.map +1 -0
  250. package/lib/components/index.d.ts +1 -0
  251. package/lib/components/index.d.ts.map +1 -1
  252. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
  253. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -0
  254. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  255. package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts.map +1 -1
  256. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +2 -1
  257. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  258. package/lib/euim-all.module.d.ts +16 -15
  259. package/lib/euim-all.module.d.ts.map +1 -1
  260. package/package.json +2 -2
  261. package/docs/directives/EuimToolbarDatepickerDatetimeDirective.html +0 -671
  262. package/docs/interfaces/AlertInfos.html +0 -411
  263. package/docs/interfaces/Contact.html +0 -540
  264. package/docs/interfaces/Material.html +0 -495
  265. package/docs/interfaces/SupportMaterials.html +0 -315
  266. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.mjs +0 -73
  267. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts +0 -19
  268. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts.map +0 -1
@@ -152,6 +152,9 @@
152
152
  <li>
153
153
  <a href="#initialState" title="packages/eui-mobile/packages/core/src/lib/services/euim-app.service.ts" ><b>initialState</b>&nbsp;&nbsp;&nbsp;(packages/.../euim-app.service.ts)</a>
154
154
  </li>
155
+ <li>
156
+ <a href="#MODULES" title="packages/eui-mobile/packages/core/src/euim-all.module.ts" ><b>MODULES</b>&nbsp;&nbsp;&nbsp;(packages/.../euim-all.module.ts)</a>
157
+ </li>
155
158
  <li>
156
159
  <a href="#MODULES" title="packages/eui-mobile/packages/core/src/lib/euim-all.module.ts" ><b>MODULES</b>&nbsp;&nbsp;&nbsp;(packages/.../euim-all.module.ts)</a>
157
160
  </li>
@@ -637,6 +640,82 @@
637
640
  </tr>
638
641
 
639
642
 
643
+ </tbody>
644
+ </table>
645
+ </section>
646
+ <h3>packages/eui-mobile/packages/core/src/euim-all.module.ts</h3>
647
+ <section data-compodoc="block-properties">
648
+ <h3></h3> <table class="table table-sm table-bordered">
649
+ <tbody>
650
+ <tr>
651
+ <td class="col-md-4">
652
+ <a name="MODULES"></a>
653
+ <span class="name">
654
+ <span ><b>MODULES</b></span>
655
+ <a href="#MODULES"><span class="icon ion-ios-link"></span></a>
656
+ </span>
657
+ </td>
658
+ </tr>
659
+ <tr>
660
+ <td class="col-md-4">
661
+ <i>Type : </i> <code>[]</code>
662
+
663
+ </td>
664
+ </tr>
665
+ <tr>
666
+ <td class="col-md-4">
667
+ <i>Default value : </i><code>[
668
+ // Layout
669
+ EuimAppModule,
670
+
671
+ // Components
672
+ EuimEmptyListPlaceholderModule,
673
+ EuimLanguageSelectorModule,
674
+ EuimUserProfileModule,
675
+ EuimMessageModule,
676
+ EuimSkeletonListItemModule,
677
+ EuimSkeletonListModule,
678
+
679
+ EuimLabelModule,
680
+ EuimAlertMessageModule,
681
+ EuimAboutModule,
682
+ EuimToolbarComponentModule,
683
+ EuimNotificationItemModule,
684
+ EuimMediaHeaderModule,
685
+ EuimDataSummaryModule,
686
+ EuimHeaderDetailsModule,
687
+ EuimAvatarModule,
688
+ EuimSliderInfoScreenModule,
689
+ EuimScrollerXComponentModule,
690
+ EuimChipSelectorComponentModule,
691
+ EuimBadgeModule,
692
+ EuimSidebarModule,
693
+ EuimPdfViewerModule,
694
+ EuimMultiselectModule,
695
+ EuimToolbarDatepickerModule,
696
+ EuimCardModule,
697
+ EuimCardListModule,
698
+
699
+ // Directives
700
+ EuimSpinnerComponentModule,
701
+ EuimDividerModule,
702
+ EuimListHeaderModule,
703
+ EuimMinWidthDirective,
704
+ EuimAlignCenterDirective,
705
+ EuimAlignTopDirective,
706
+ EuimToolbarTransparentDirective,
707
+ EuimSidebarFooterNoBordersDirective,
708
+ EuimListItemNoPaddingsDirective,
709
+ EuimReadOnlyFormDirective,
710
+ EuimReadOnlyFormValueDirective,
711
+ EuimReadOnlyFormLabelDirective,
712
+ EuimMediaHeaderCustomContentDirective,
713
+ EuimSkeletonTextAvatarModule,
714
+ ]</code>
715
+ </td>
716
+ </tr>
717
+
718
+
640
719
  </tbody>
641
720
  </table>
642
721
  </section>
@@ -692,6 +771,7 @@
692
771
  EuimToolbarDatepickerModule,
693
772
  EuimCardModule,
694
773
  EuimCardListModule,
774
+ EuimToolbarQrcodeModule,
695
775
 
696
776
  // Directives
697
777
  EuimSpinnerComponentModule,
@@ -105,7 +105,7 @@
105
105
  <h3>File</h3>
106
106
  </p>
107
107
  <p class="comment">
108
- <code>packages/eui-mobile/packages/core/src/lib/euim-all.module.ts</code>
108
+ <code>packages/eui-mobile/packages/core/src/euim-all.module.ts</code>
109
109
  </p>
110
110
 
111
111
 
@@ -85,7 +85,9 @@
85
85
 
86
86
  <ol class="breadcrumb">
87
87
  <li class="breadcrumb-item">Modules</li>
88
- <li class="breadcrumb-item" >EuimDividerModule</li>
88
+ <li class="breadcrumb-item"
89
+ class="breadcrumb-item deprecated-name"
90
+ >EuimDividerModule</li>
89
91
  </ol>
90
92
 
91
93
 
@@ -109,17 +111,24 @@
109
111
  </p>
110
112
 
111
113
 
114
+ <p class="comment">
115
+ <h3 class="deprecated">Deprecated</h3>
116
+ </p>
117
+ <p class="comment">
118
+ will be removed in the next version of eUI Mobile.
119
+ </p>
112
120
 
113
121
 
114
122
 
115
123
  <div class="container-fluid module">
116
124
  <div class="row">
117
125
  <div class="col-sm-3">
118
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
119
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
126
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
127
+ title="Official documentation about module imports"><span
128
+ class="icon ion-ios-information-circle-outline"></a></h3>
120
129
  <ul class="list-group">
121
130
  <li class="list-group-item">
122
- <a href="../directives/EuimDividerDirective.html">EuimDividerDirective</a>
131
+ <a href="../modules/EuimDividerDirective.html">EuimDividerDirective</a>
123
132
  </li>
124
133
  </ul>
125
134
  </div>
@@ -85,7 +85,9 @@
85
85
 
86
86
  <ol class="breadcrumb">
87
87
  <li class="breadcrumb-item">Modules</li>
88
- <li class="breadcrumb-item" >EuimListHeaderModule</li>
88
+ <li class="breadcrumb-item"
89
+ class="breadcrumb-item deprecated-name"
90
+ >EuimListHeaderModule</li>
89
91
  </ol>
90
92
 
91
93
 
@@ -109,17 +111,24 @@
109
111
  </p>
110
112
 
111
113
 
114
+ <p class="comment">
115
+ <h3 class="deprecated">Deprecated</h3>
116
+ </p>
117
+ <p class="comment">
118
+ will be removed in the next version of eUI Mobile.
119
+ </p>
112
120
 
113
121
 
114
122
 
115
123
  <div class="container-fluid module">
116
124
  <div class="row">
117
125
  <div class="col-sm-3">
118
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
119
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
126
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
127
+ title="Official documentation about module imports"><span
128
+ class="icon ion-ios-information-circle-outline"></a></h3>
120
129
  <ul class="list-group">
121
130
  <li class="list-group-item">
122
- <a href="../directives/EuimListHeaderDirective.html">EuimListHeaderDirective</a>
131
+ <a href="../modules/EuimListHeaderDirective.html">EuimListHeaderDirective</a>
123
132
  </li>
124
133
  </ul>
125
134
  </div>
@@ -85,7 +85,9 @@
85
85
 
86
86
  <ol class="breadcrumb">
87
87
  <li class="breadcrumb-item">Modules</li>
88
- <li class="breadcrumb-item" >EuimSkeletonTextAvatarModule</li>
88
+ <li class="breadcrumb-item"
89
+ class="breadcrumb-item deprecated-name"
90
+ >EuimSkeletonTextAvatarModule</li>
89
91
  </ol>
90
92
 
91
93
 
@@ -109,17 +111,24 @@
109
111
  </p>
110
112
 
111
113
 
114
+ <p class="comment">
115
+ <h3 class="deprecated">Deprecated</h3>
116
+ </p>
117
+ <p class="comment">
118
+ will be removed in the next version of eUI Mobile.
119
+ </p>
112
120
 
113
121
 
114
122
 
115
123
  <div class="container-fluid module">
116
124
  <div class="row">
117
125
  <div class="col-sm-3">
118
- <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
119
- title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
126
+ <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
127
+ title="Official documentation about module imports"><span
128
+ class="icon ion-ios-information-circle-outline"></a></h3>
120
129
  <ul class="list-group">
121
130
  <li class="list-group-item">
122
- <a href="../directives/EuimSkeletonTextAvatarDirective.html">EuimSkeletonTextAvatarDirective</a>
131
+ <a href="../modules/EuimSkeletonTextAvatarDirective.html">EuimSkeletonTextAvatarDirective</a>
123
132
  </li>
124
133
  </ul>
125
134
  </div>
@@ -121,9 +121,6 @@
121
121
  <li class="list-group-item">
122
122
  <a href="../components/EuimToolbarDatepickerComponent.html">EuimToolbarDatepickerComponent</a>
123
123
  </li>
124
- <li class="list-group-item">
125
- <a href="../directives/EuimToolbarDatepickerDatetimeDirective.html">EuimToolbarDatepickerDatetimeDirective</a>
126
- </li>
127
124
  </ul>
128
125
  </div>
129
126
  <div class="col-sm-3">
@@ -147,9 +144,6 @@
147
144
  <li class="list-group-item">
148
145
  <a href="../components/EuimToolbarDatepickerComponent.html">EuimToolbarDatepickerComponent</a>
149
146
  </li>
150
- <li class="list-group-item">
151
- <a href="../directives/EuimToolbarDatepickerDatetimeDirective.html">EuimToolbarDatepickerDatetimeDirective</a>
152
- </li>
153
147
  </ul>
154
148
  </div>
155
149
  </div>
@@ -78,157 +78,65 @@
78
78
  <compodoc-menu mode="normal"></compodoc-menu>
79
79
  </div>
80
80
  <!-- START CONTENT -->
81
- <div class="content interface">
81
+ <div class="content module">
82
82
  <div class="content-data">
83
83
 
84
84
 
85
85
 
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
86
  <ol class="breadcrumb">
97
- <li class="breadcrumb-item">Interfaces</li>
98
- <li class="breadcrumb-item"
99
- >
100
- HelpContacts</li>
87
+ <li class="breadcrumb-item">Modules</li>
88
+ <li class="breadcrumb-item" >EuimToolbarQrcodeModule</li>
101
89
  </ol>
102
90
 
91
+
103
92
  <ul class="nav nav-tabs" role="tablist">
104
- <li class="nav-item">
105
- <a href="#info"
106
- class="nav-link"
107
- class="nav-link active"
108
- role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
109
- </li>
93
+ <li class="nav-item">
94
+ <a href="#info"
95
+ class="nav-link"
96
+ class="nav-link active"
97
+ role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
98
+ </li>
110
99
  </ul>
111
100
 
112
101
  <div class="tab-content">
113
102
  <div class="tab-pane fade active in" id="info">
103
+
114
104
  <p class="comment">
115
105
  <h3>File</h3>
116
106
  </p>
117
107
  <p class="comment">
118
- <code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-help-support/euim-help-support.component.ts</code>
108
+ <code>packages/eui-mobile/packages/core/src/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.ts</code>
119
109
  </p>
120
110
 
121
111
 
122
112
 
123
113
 
124
- <section data-compodoc="block-index">
125
- <h3 id="index">Index</h3>
126
- <table class="table table-sm table-bordered index-table">
127
- <tbody>
128
- <tr>
129
- <td class="col-md-4">
130
- <h6><b>Properties</b></h6>
131
- </td>
132
- </tr>
133
- <tr>
134
- <td class="col-md-4">
135
- <ul class="index-list">
136
- <li>
137
- <a href="#contacts"
138
- >
139
- contacts
140
- </a>
141
- </li>
142
- <li>
143
- <span class="modifier">Optional</span>
144
- <a href="#sectionTitle"
145
- >
146
- sectionTitle
147
- </a>
148
- </li>
149
- </ul>
150
- </td>
151
- </tr>
152
- </tbody>
153
- </table>
154
- </section>
155
-
156
-
157
-
158
- <section data-compodoc="block-properties">
159
- <h3 id="inputs">Properties</h3>
160
- <table class="table table-sm table-bordered">
161
- <tbody>
162
- <tr>
163
- <td class="col-md-4">
164
- <a name="contacts"></a>
165
- <span class="name "><b>contacts</b>
166
- <a href="#contacts">
167
- <span class="icon ion-ios-link"></span>
168
- </a>
169
- </span>
170
- </td>
171
- </tr>
172
- <tr>
173
- <td class="col-md-4">
174
- <code>contacts: <code><a href="../interfaces/Contact.html" target="_self" >Contact[]</a></code>
175
- </code>
176
- </td>
177
- </tr>
178
-
179
-
180
- <tr>
181
- <td class="col-md-4">
182
- <i>Type : </i> <code><a href="../interfaces/Contact.html" target="_self" >Contact[]</a></code>
183
-
184
- </td>
185
- </tr>
186
-
187
-
188
-
189
-
190
-
191
- </tbody>
192
- </table>
193
- <table class="table table-sm table-bordered">
194
- <tbody>
195
- <tr>
196
- <td class="col-md-4">
197
- <a name="sectionTitle"></a>
198
- <span class="name "><b>sectionTitle</b>
199
- <a href="#sectionTitle">
200
- <span class="icon ion-ios-link"></span>
201
- </a>
202
- </span>
203
- </td>
204
- </tr>
205
- <tr>
206
- <td class="col-md-4">
207
- <code>sectionTitle: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
208
- </code>
209
- </td>
210
- </tr>
211
-
212
-
213
- <tr>
214
- <td class="col-md-4">
215
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
216
-
217
- </td>
218
- </tr>
219
-
220
- <tr>
221
- <td class="col-md-4">
222
- <i>Optional</i>
223
- </td>
224
- </tr>
225
-
226
-
227
-
228
-
229
- </tbody>
230
- </table>
231
- </section>
114
+
115
+ <div class="container-fluid module">
116
+ <div class="row">
117
+ <div class="col-sm-3">
118
+ <h3>Declarations<a href="https://angular.io/api/core/NgModule#declarations" target="_blank" rel="noopener noreferrer"
119
+ title="Official documentation about module declarations"><span class="icon ion-ios-information-circle-outline"></span></a></h3>
120
+ <ul class="list-group">
121
+ <li class="list-group-item">
122
+ <a href="../components/EuimToolbarQrcodeComponent.html">EuimToolbarQrcodeComponent</a>
123
+ </li>
124
+ </ul>
125
+ </div>
126
+ <div class="col-sm-3">
127
+ <h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
128
+ title="Official documentation about module exports"><span
129
+ class="icon ion-ios-information-circle-outline"></a></h3>
130
+ <ul class="list-group">
131
+ <li class="list-group-item">
132
+ <a href="../components/EuimToolbarQrcodeComponent.html">EuimToolbarQrcodeComponent</a>
133
+ </li>
134
+ </ul>
135
+ </div>
136
+ </div>
137
+ </div>
138
+
139
+
232
140
  </div>
233
141
 
234
142
 
@@ -241,6 +149,15 @@
241
149
 
242
150
 
243
151
 
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
244
161
  </div><div class="search-results">
245
162
  <div class="has-results">
246
163
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -266,8 +183,8 @@
266
183
 
267
184
  <script>
268
185
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
269
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
270
- var COMPODOC_CURRENT_PAGE_URL = 'HelpContacts.html';
186
+ var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
187
+ var COMPODOC_CURRENT_PAGE_URL = 'EuimToolbarQrcodeModule.html';
271
188
  var MAX_SEARCH_RESULTS = 15;
272
189
  </script>
273
190
 
package/docs/modules.html CHANGED
@@ -124,6 +124,18 @@
124
124
  </div>
125
125
  </div>
126
126
  </div>
127
+ <div class="col-md-6 col-lg-4">
128
+ <div class="card card-module">
129
+ <div class="card-header">
130
+ <h4 class="card-title">EuimAllModule</h4>
131
+ </div>
132
+ <div class="card-block">
133
+ <footer class="text-center">
134
+ <a href="./modules/EuimAllModule.html" class="btn btn-default">Browse</a>
135
+ </footer>
136
+ </div>
137
+ </div>
138
+ </div>
127
139
  <div class="col-md-6 col-lg-4">
128
140
  <div class="card card-module">
129
141
  <div class="card-header">
@@ -448,6 +460,18 @@
448
460
  </div>
449
461
  </div>
450
462
  </div>
463
+ <div class="col-md-6 col-lg-4">
464
+ <div class="card card-module">
465
+ <div class="card-header">
466
+ <h4 class="card-title">EuimToolbarQrcodeModule</h4>
467
+ </div>
468
+ <div class="card-block">
469
+ <footer class="text-center">
470
+ <a href="./modules/EuimToolbarQrcodeModule.html" class="btn btn-default">Browse</a>
471
+ </footer>
472
+ </div>
473
+ </div>
474
+ </div>
451
475
  <div class="col-md-6 col-lg-4">
452
476
  <div class="card card-module">
453
477
  <div class="card-header">
@@ -25,16 +25,15 @@ export class EuimLabelComponent {
25
25
  this.euimLabelTruncateWithLines > 0 ? 'euim-label__euiTextTruncateWithLines euim-label__truncate' : '',
26
26
  ].join(' ');
27
27
  }
28
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuimLabelComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
29
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.8", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: ["euimLabelTruncateWithLines", "euimLabelTruncateWithLines", numberAttribute], euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute], euimLabelTextWrap: ["euimLabelTextWrap", "euimLabelTextWrap", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-c-neutral);font:var(--eui-f-m)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-s-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-s-2xs)}.euim-label__title{font:var(--eui-f-m-bold);color:var(--eui-c-text)}.euim-label__title ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-base-spacing-m);min-width:var(--eui-base-spacing-m)}.euim-label__sub-title,.euim-label__meta{font:var(--eui-f-s);color:var(--eui-c-neutral-light)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-base-spacing-m);min-width:var(--eui-base-spacing-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-s-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-c-primary)}.euim-label--secondary{color:var(--eui-c-neutral-lighter)}.euim-label--default{color:var(--eui-bc-neutral-light)}.euim-label--dark{color:var(--eui-c-neutral)}.euim-label--info{color:var(--eui-c-info)}.euim-label--success{color:var(--eui-c-success)}.euim-label--warning{color:var(--eui-c-warning)}.euim-label--warning ion-icon{color:var(--eui-c-warning)}.euim-label--danger{color:var(--eui-c-danger)}.euim-label--accent{color:var(--eui-bc-accent-100)}.euim-label--white{color:var(--eui-bc-neutral-0)}.euim-label--size-2xs{font:var(--eui-f-2xs)}.euim-label--size-xs{font:var(--eui-f-xs)}.euim-label--size-s{font:var(--eui-f-s)}.euim-label--size-m{font:var(--eui-f-m)}.euim-label--size-l{font:var(--eui-f-l)}.euim-label--size-xl{font:var(--eui-f-xl)}.euim-label--size-2xl{font:var(--eui-f-2xl)}.euim-label--size-3xl{font:var(--eui-f-3xl)}.euim-label--size-4xl{font:var(--eui-f-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
28
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimLabelComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
29
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.13", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: ["euimLabelTruncateWithLines", "euimLabelTruncateWithLines", numberAttribute], euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", booleanAttribute], euimLabelTextWrap: ["euimLabelTextWrap", "euimLabelTextWrap", booleanAttribute] }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL", "color", "color"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-c-neutral);font:var(--eui-f-m-compact)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-s-2xs)}.euim-label__title{font:var(--eui-f-m-bold-compact);color:var(--eui-c-neutral)}.euim-label__title ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-is-s);min-width:var(--eui-is-s)}.euim-label__sub-title,.euim-label__meta{font:var(--eui-f-s-compact);color:var(--eui-c-neutral-light)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-is-xs);min-width:var(--eui-is-xs)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-s-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-c-primary)}.euim-label--secondary{color:var(--eui-c-neutral-lighter)}.euim-label--default{color:var(--eui-bc-neutral-light)}.euim-label--dark{color:var(--eui-c-neutral)}.euim-label--info{color:var(--eui-c-info)}.euim-label--success{color:var(--eui-c-success-dark)}.euim-label--warning{color:var(--eui-c-warning-darker)}.euim-label--warning ion-icon{color:var(--eui-c-warning-darker)}.euim-label--danger{color:var(--eui-c-danger-dark)}.euim-label--white{color:var(--eui-c-white)}.euim-label--size-xs{font:var(--eui-f-xs-compact)}.euim-label--size-s{font:var(--eui-f-s-compact)}.euim-label--size-m{font:var(--eui-f-m-compact)}.euim-label--size-l{font:var(--eui-f-l-compact)}.euim-label--size-xl{font:var(--eui-f-xl-compact)}.euim-label--size-2xl{font:var(--eui-f-2xl-compact)}.euim-label--size-3xl{font:var(--eui-f-3xl-compact)}.euim-label--size-4xl{font:var(--eui-f-4xl-compact)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
30
30
  }
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuimLabelComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimLabelComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{ selector: 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
34
34
  {
35
35
  directive: BaseStatesDirective,
36
36
  inputs: [
37
- 'euimSize2XS',
38
37
  'euimSizeXS',
39
38
  'euimSizeS',
40
39
  'euimSizeM',
@@ -46,7 +45,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
46
45
  'color',
47
46
  ],
48
47
  },
49
- ], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-c-neutral);font:var(--eui-f-m)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-s-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-s-2xs)}.euim-label__title{font:var(--eui-f-m-bold);color:var(--eui-c-text)}.euim-label__title ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-base-spacing-m);min-width:var(--eui-base-spacing-m)}.euim-label__sub-title,.euim-label__meta{font:var(--eui-f-s);color:var(--eui-c-neutral-light)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-base-spacing-m);min-width:var(--eui-base-spacing-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-s-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-c-primary)}.euim-label--secondary{color:var(--eui-c-neutral-lighter)}.euim-label--default{color:var(--eui-bc-neutral-light)}.euim-label--dark{color:var(--eui-c-neutral)}.euim-label--info{color:var(--eui-c-info)}.euim-label--success{color:var(--eui-c-success)}.euim-label--warning{color:var(--eui-c-warning)}.euim-label--warning ion-icon{color:var(--eui-c-warning)}.euim-label--danger{color:var(--eui-c-danger)}.euim-label--accent{color:var(--eui-bc-accent-100)}.euim-label--white{color:var(--eui-bc-neutral-0)}.euim-label--size-2xs{font:var(--eui-f-2xs)}.euim-label--size-xs{font:var(--eui-f-xs)}.euim-label--size-s{font:var(--eui-f-s)}.euim-label--size-m{font:var(--eui-f-m)}.euim-label--size-l{font:var(--eui-f-l)}.euim-label--size-xl{font:var(--eui-f-xl)}.euim-label--size-2xl{font:var(--eui-f-2xl)}.euim-label--size-3xl{font:var(--eui-f-3xl)}.euim-label--size-4xl{font:var(--eui-f-4xl)}\n"] }]
48
+ ], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-c-neutral);font:var(--eui-f-m-compact)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-s-2xs)}.euim-label__title{font:var(--eui-f-m-bold-compact);color:var(--eui-c-neutral)}.euim-label__title ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-is-s);min-width:var(--eui-is-s)}.euim-label__sub-title,.euim-label__meta{font:var(--eui-f-s-compact);color:var(--eui-c-neutral-light)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-f-size-m);min-height:var(--eui-is-xs);min-width:var(--eui-is-xs)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-s-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-c-primary)}.euim-label--secondary{color:var(--eui-c-neutral-lighter)}.euim-label--default{color:var(--eui-bc-neutral-light)}.euim-label--dark{color:var(--eui-c-neutral)}.euim-label--info{color:var(--eui-c-info)}.euim-label--success{color:var(--eui-c-success-dark)}.euim-label--warning{color:var(--eui-c-warning-darker)}.euim-label--warning ion-icon{color:var(--eui-c-warning-darker)}.euim-label--danger{color:var(--eui-c-danger-dark)}.euim-label--white{color:var(--eui-c-white)}.euim-label--size-xs{font:var(--eui-f-xs-compact)}.euim-label--size-s{font:var(--eui-f-s-compact)}.euim-label--size-m{font:var(--eui-f-m-compact)}.euim-label--size-l{font:var(--eui-f-l-compact)}.euim-label--size-xl{font:var(--eui-f-xl-compact)}.euim-label--size-2xl{font:var(--eui-f-2xl-compact)}.euim-label--size-3xl{font:var(--eui-f-3xl-compact)}.euim-label--size-4xl{font:var(--eui-f-4xl-compact)}\n"] }]
50
49
  }], ctorParameters: () => [{ type: i1.BaseStatesDirective }], propDecorators: { euimLabelTruncateWithLines: [{
51
50
  type: HostBinding,
52
51
  args: ['style.--euimLabelTruncateWithLines']
@@ -72,4 +71,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
72
71
  type: HostBinding,
73
72
  args: ['class']
74
73
  }] } });
75
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixlQUFlLEVBQ2YsZ0JBQWdCLEdBQ25CLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOzs7QUEyQmxFLE1BQU0sT0FBTyxrQkFBa0I7SUFtQjNCLElBQ1csVUFBVTtRQUNqQixPQUFPLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRUQsWUFBbUIsbUJBQXdDO1FBQXhDLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFuQjNELG1CQUFjLEdBQUcsS0FBSyxDQUFDO1FBR3ZCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUcxQixrQkFBYSxHQUFHLEtBQUssQ0FBQztRQUd0QixzQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFHMUIsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO0lBT29DLENBQUM7SUFFL0QsYUFBYTtRQUNULE9BQU87WUFDSCxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztZQUNwRCxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUM5QyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQ3JELElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzVDLElBQUksQ0FBQyxpQkFBaUIsQ0FBRSxDQUFDLENBQUMsaUJBQWlCLENBQUEsQ0FBQyxDQUFDLEVBQUU7WUFDL0MsSUFBSSxDQUFDLGlCQUFpQixDQUFFLENBQUMsQ0FBQyxxQkFBcUIsQ0FBQSxDQUFDLENBQUMsRUFBRTtZQUNuRCxJQUFJLENBQUMsMEJBQTBCLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQywyREFBMkQsQ0FBQSxDQUFDLENBQUMsRUFBRTtTQUN4RyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNoQixDQUFDO2lJQXBDUSxrQkFBa0I7cUhBQWxCLGtCQUFrQiw0S0FFNEMsZUFBZSx3REFFbEUsZ0JBQWdCLGlFQUdoQixnQkFBZ0IscURBR2hCLGdCQUFnQixpRUFHaEIsZ0JBQWdCLGlFQUdoQixnQkFBZ0IsK2VBdkMxQiwyQkFBMkI7OzJGQXVCNUIsa0JBQWtCO2tCQXpCOUIsU0FBUzsrQkFDSSwyREFBMkQsWUFDM0QsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osYUFBYTtnQ0FDYixZQUFZO2dDQUNaLFdBQVc7Z0NBQ1gsV0FBVztnQ0FDWCxXQUFXO2dDQUNYLFlBQVk7Z0NBQ1osYUFBYTtnQ0FDYixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsT0FBTzs2QkFDVjt5QkFDSjtxQkFDSjt3RkFLeUYsMEJBQTBCO3NCQUFuSCxXQUFXO3VCQUFDLG9DQUFvQzs7c0JBQUcsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxlQUFlLEVBQUU7Z0JBR3hGLGNBQWM7c0JBRGIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsaUJBQWlCO3NCQURoQixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUl0QyxhQUFhO3NCQURaLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSXRDLGlCQUFpQjtzQkFEaEIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsaUJBQWlCO3NCQURoQixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUkzQixVQUFVO3NCQURwQixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIENvbXBvbmVudCxcbiAgICBJbnB1dCxcbiAgICBIb3N0QmluZGluZyxcbiAgICBWaWV3RW5jYXBzdWxhdGlvbixcbiAgICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgICBudW1iZXJBdHRyaWJ1dGUsXG4gICAgYm9vbGVhbkF0dHJpYnV0ZSxcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCYXNlU3RhdGVzRGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vYmFzZS1zdGF0ZXMuZGlyZWN0aXZlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkaXZbZXVpbUxhYmVsXSwgcFtldWltTGFiZWxdLCBzcGFuW2V1aW1MYWJlbF0sIGV1aW0tbGFiZWwnLFxuICAgIHRlbXBsYXRlOiAnPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PicsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUsXG4gICAgICAgICAgICBpbnB1dHM6IFtcbiAgICAgICAgICAgICAgICAnZXVpbVNpemUyWFMnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZVhTJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVTJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVNJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVYTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplMlhMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemUzWEwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTRYTCcsXG4gICAgICAgICAgICAgICAgJ2NvbG9yJyxcbiAgICAgICAgICAgIF0sXG4gICAgICAgIH0sXG4gICAgXSxcbn0pXG5cbmV4cG9ydCBjbGFzcyBFdWltTGFiZWxDb21wb25lbnQge1xuXG4gICAgQEhvc3RCaW5kaW5nKCdzdHlsZS4tLWV1aW1MYWJlbFRydW5jYXRlV2l0aExpbmVzJykgQElucHV0KHsgdHJhbnNmb3JtOiBudW1iZXJBdHRyaWJ1dGUgfSkgZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXM6IG51bWJlcjtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFRpdGxlID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxTdWJUaXRsZSA9IGZhbHNlO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsTWV0YSA9IGZhbHNlO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsVHJ1bmNhdGUgPSBmYWxzZTtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFRleHRXcmFwID0gZmFsc2U7XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBwdWJsaWMgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZ2V0Q3NzQ2xhc3NlcygpO1xuICAgIH1cblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBiYXNlU3RhdGVzRGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlKSB7fVxuXG4gICAgZ2V0Q3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgICAgdGhpcy5iYXNlU3RhdGVzRGlyZWN0aXZlLmdldENzc0NsYXNzZXMoJ2V1aW0tbGFiZWwnKSxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVGl0bGUgPyAnZXVpbS1sYWJlbF9fdGl0bGUnIDogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFN1YlRpdGxlID8gJ2V1aW0tbGFiZWxfX3N1Yi10aXRsZScgOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsTWV0YSA/ICdldWltLWxhYmVsX19tZXRhJyA6ICcnLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxUZXh0V3JhcCAgPyAnZXVpLXUtdGV4dC13cmFwJzogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRydW5jYXRlICA/ICdldWktdS10ZXh0LXRydW5jYXRlJzogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRydW5jYXRlV2l0aExpbmVzID4gMCA/ICdldWltLWxhYmVsX19ldWlUZXh0VHJ1bmNhdGVXaXRoTGluZXMgZXVpbS1sYWJlbF9fdHJ1bmNhdGUnOiAnJyxcbiAgICAgICAgXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIl19
74
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixlQUFlLEVBQ2YsZ0JBQWdCLEdBQ25CLE1BQU0sZUFBZSxDQUFDO0FBQ3ZCLE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDZCQUE2QixDQUFDOzs7QUEwQmxFLE1BQU0sT0FBTyxrQkFBa0I7SUFtQjNCLElBQ1csVUFBVTtRQUNqQixPQUFPLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRUQsWUFBbUIsbUJBQXdDO1FBQXhDLHdCQUFtQixHQUFuQixtQkFBbUIsQ0FBcUI7UUFuQjNELG1CQUFjLEdBQUcsS0FBSyxDQUFDO1FBR3ZCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztRQUcxQixrQkFBYSxHQUFHLEtBQUssQ0FBQztRQUd0QixzQkFBaUIsR0FBRyxLQUFLLENBQUM7UUFHMUIsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO0lBT29DLENBQUM7SUFFL0QsYUFBYTtRQUNULE9BQU87WUFDSCxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLFlBQVksQ0FBQztZQUNwRCxJQUFJLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUM5QyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQ3JELElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLGtCQUFrQixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzVDLElBQUksQ0FBQyxpQkFBaUIsQ0FBRSxDQUFDLENBQUMsaUJBQWlCLENBQUEsQ0FBQyxDQUFDLEVBQUU7WUFDL0MsSUFBSSxDQUFDLGlCQUFpQixDQUFFLENBQUMsQ0FBQyxxQkFBcUIsQ0FBQSxDQUFDLENBQUMsRUFBRTtZQUNuRCxJQUFJLENBQUMsMEJBQTBCLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQywyREFBMkQsQ0FBQSxDQUFDLENBQUMsRUFBRTtTQUN4RyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNoQixDQUFDO2tJQXBDUSxrQkFBa0I7c0hBQWxCLGtCQUFrQiw0S0FFNEMsZUFBZSx3REFFbEUsZ0JBQWdCLGlFQUdoQixnQkFBZ0IscURBR2hCLGdCQUFnQixpRUFHaEIsZ0JBQWdCLGlFQUdoQixnQkFBZ0IsaWRBdEMxQiwyQkFBMkI7OzRGQXNCNUIsa0JBQWtCO2tCQXhCOUIsU0FBUzsrQkFDSSwyREFBMkQsWUFDM0QsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osWUFBWTtnQ0FDWixXQUFXO2dDQUNYLFdBQVc7Z0NBQ1gsV0FBVztnQ0FDWCxZQUFZO2dDQUNaLGFBQWE7Z0NBQ2IsYUFBYTtnQ0FDYixhQUFhO2dDQUNiLE9BQU87NkJBQ1Y7eUJBQ0o7cUJBQ0o7d0ZBS3lGLDBCQUEwQjtzQkFBbkgsV0FBVzt1QkFBQyxvQ0FBb0M7O3NCQUFHLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZUFBZSxFQUFFO2dCQUd4RixjQUFjO3NCQURiLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSXRDLGlCQUFpQjtzQkFEaEIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsYUFBYTtzQkFEWixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUl0QyxpQkFBaUI7c0JBRGhCLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSXRDLGlCQUFpQjtzQkFEaEIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJM0IsVUFBVTtzQkFEcEIsV0FBVzt1QkFBQyxPQUFPIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcbiAgICBDb21wb25lbnQsXG4gICAgSW5wdXQsXG4gICAgSG9zdEJpbmRpbmcsXG4gICAgVmlld0VuY2Fwc3VsYXRpb24sXG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gICAgbnVtYmVyQXR0cmlidXRlLFxuICAgIGJvb2xlYW5BdHRyaWJ1dGUsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZVN0YXRlc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2Jhc2Utc3RhdGVzLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZGl2W2V1aW1MYWJlbF0sIHBbZXVpbUxhYmVsXSwgc3BhbltldWltTGFiZWxdLCBldWltLWxhYmVsJyxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIHN0eWxlVXJsczogWycuL3N0eWxlcy9faW5kZXguc2NzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgZGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlLFxuICAgICAgICAgICAgaW5wdXRzOiBbXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplWFMnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZVMnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZU0nLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZUwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZVhMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemUyWEwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTNYTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplNFhMJyxcbiAgICAgICAgICAgICAgICAnY29sb3InLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcblxuZXhwb3J0IGNsYXNzIEV1aW1MYWJlbENvbXBvbmVudCB7XG5cbiAgICBASG9zdEJpbmRpbmcoJ3N0eWxlLi0tZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXMnKSBASW5wdXQoeyB0cmFuc2Zvcm06IG51bWJlckF0dHJpYnV0ZSB9KSBldWltTGFiZWxUcnVuY2F0ZVdpdGhMaW5lczogbnVtYmVyO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsVGl0bGUgPSBmYWxzZTtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFN1YlRpdGxlID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxNZXRhID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxUcnVuY2F0ZSA9IGZhbHNlO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsVGV4dFdyYXAgPSBmYWxzZTtcblxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIHB1YmxpYyBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5nZXRDc3NDbGFzc2VzKCk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IocHVibGljIGJhc2VTdGF0ZXNEaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUpIHt9XG5cbiAgICBnZXRDc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICB0aGlzLmJhc2VTdGF0ZXNEaXJlY3RpdmUuZ2V0Q3NzQ2xhc3NlcygnZXVpbS1sYWJlbCcpLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxUaXRsZSA/ICdldWltLWxhYmVsX190aXRsZScgOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsU3ViVGl0bGUgPyAnZXVpbS1sYWJlbF9fc3ViLXRpdGxlJyA6ICcnLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxNZXRhID8gJ2V1aW0tbGFiZWxfX21ldGEnIDogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRleHRXcmFwICA/ICdldWktdS10ZXh0LXdyYXAnOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVHJ1bmNhdGUgID8gJ2V1aS11LXRleHQtdHJ1bmNhdGUnOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXMgPiAwID8gJ2V1aW0tbGFiZWxfX2V1aVRleHRUcnVuY2F0ZVdpdGhMaW5lcyBldWltLWxhYmVsX190cnVuY2F0ZSc6ICcnLFxuICAgICAgICBdLmpvaW4oJyAnKTtcbiAgICB9XG59XG4iXX0=
@@ -4,13 +4,13 @@ import { IonicModule } from '@ionic/angular';
4
4
  import { EuimLabelComponent } from './euim-label.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export class EuimLabelModule {
7
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuimLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.8", ngImport: i0, type: EuimLabelModule, declarations: [EuimLabelComponent], imports: [CommonModule,
7
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimLabelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
8
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.13", ngImport: i0, type: EuimLabelModule, declarations: [EuimLabelComponent], imports: [CommonModule,
9
9
  IonicModule], exports: [EuimLabelComponent] }); }
10
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuimLabelModule, imports: [CommonModule,
10
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimLabelModule, imports: [CommonModule,
11
11
  IonicModule] }); }
12
12
  }
13
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImport: i0, type: EuimLabelModule, decorators: [{
13
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimLabelModule, decorators: [{
14
14
  type: NgModule,
15
15
  args: [{
16
16
  imports: [
@@ -25,4 +25,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.8", ngImpor
25
25
  ],
26
26
  }]
27
27
  }] });
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBYzVELE1BQU0sT0FBTyxlQUFlO2lJQUFmLGVBQWU7a0lBQWYsZUFBZSxpQkFIcEIsa0JBQWtCLGFBUGxCLFlBQVk7WUFDWixXQUFXLGFBR1gsa0JBQWtCO2tJQU1iLGVBQWUsWUFWcEIsWUFBWTtZQUNaLFdBQVc7OzJGQVNOLGVBQWU7a0JBWjNCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVztxQkFDZDtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsa0JBQWtCO3FCQUNyQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1Ysa0JBQWtCO3FCQUNyQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSW9uaWNNb2R1bGUgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBFdWltTGFiZWxDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tbGFiZWwuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgSW9uaWNNb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEV1aW1MYWJlbENvbXBvbmVudCxcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBFdWltTGFiZWxDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUxhYmVsTW9kdWxlIHtcbn1cbiJdfQ==
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7O0FBYzVELE1BQU0sT0FBTyxlQUFlO2tJQUFmLGVBQWU7bUlBQWYsZUFBZSxpQkFIcEIsa0JBQWtCLGFBUGxCLFlBQVk7WUFDWixXQUFXLGFBR1gsa0JBQWtCO21JQU1iLGVBQWUsWUFWcEIsWUFBWTtZQUNaLFdBQVc7OzRGQVNOLGVBQWU7a0JBWjNCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFO3dCQUNMLFlBQVk7d0JBQ1osV0FBVztxQkFDZDtvQkFDRCxPQUFPLEVBQUU7d0JBQ0wsa0JBQWtCO3FCQUNyQjtvQkFDRCxZQUFZLEVBQUU7d0JBQ1Ysa0JBQWtCO3FCQUNyQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgSW9uaWNNb2R1bGUgfSBmcm9tICdAaW9uaWMvYW5ndWxhcic7XG5pbXBvcnQgeyBFdWltTGFiZWxDb21wb25lbnQgfSBmcm9tICcuL2V1aW0tbGFiZWwuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgSW9uaWNNb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEV1aW1MYWJlbENvbXBvbmVudCxcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBFdWltTGFiZWxDb21wb25lbnQsXG4gICAgXSxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUxhYmVsTW9kdWxlIHtcbn1cbiJdfQ==