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

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
package/docs/modules.html CHANGED
@@ -100,11 +100,11 @@
100
100
  <div class="col-md-6 col-lg-4">
101
101
  <div class="card card-module">
102
102
  <div class="card-header">
103
- <h4 class="card-title">EuimAlertMessageModule</h4>
103
+ <h4 class="card-title">EuimAboutModule</h4>
104
104
  </div>
105
105
  <div class="card-block">
106
106
  <footer class="text-center">
107
- <a href="./modules/EuimAlertMessageModule.html" class="btn btn-default">Browse</a>
107
+ <a href="./modules/EuimAboutModule.html" class="btn btn-default">Browse</a>
108
108
  </footer>
109
109
  </div>
110
110
  </div>
@@ -112,11 +112,11 @@
112
112
  <div class="col-md-6 col-lg-4">
113
113
  <div class="card card-module">
114
114
  <div class="card-header">
115
- <h4 class="card-title">EuimAllModule</h4>
115
+ <h4 class="card-title">EuimAlertMessageModule</h4>
116
116
  </div>
117
117
  <div class="card-block">
118
118
  <footer class="text-center">
119
- <a href="./modules/EuimAllModule.html" class="btn btn-default">Browse</a>
119
+ <a href="./modules/EuimAlertMessageModule.html" class="btn btn-default">Browse</a>
120
120
  </footer>
121
121
  </div>
122
122
  </div>
@@ -124,11 +124,11 @@
124
124
  <div class="col-md-6 col-lg-4">
125
125
  <div class="card card-module">
126
126
  <div class="card-header">
127
- <h4 class="card-title">EuimAppModule</h4>
127
+ <h4 class="card-title">EuimAllModule</h4>
128
128
  </div>
129
129
  <div class="card-block">
130
130
  <footer class="text-center">
131
- <a href="./modules/EuimAppModule.html" class="btn btn-default">Browse</a>
131
+ <a href="./modules/EuimAllModule.html" class="btn btn-default">Browse</a>
132
132
  </footer>
133
133
  </div>
134
134
  </div>
@@ -136,11 +136,11 @@
136
136
  <div class="col-md-6 col-lg-4">
137
137
  <div class="card card-module">
138
138
  <div class="card-header">
139
- <h4 class="card-title">EuimAppSidebarModule</h4>
139
+ <h4 class="card-title">EuimAppModule</h4>
140
140
  </div>
141
141
  <div class="card-block">
142
142
  <footer class="text-center">
143
- <a href="./modules/EuimAppSidebarModule.html" class="btn btn-default">Browse</a>
143
+ <a href="./modules/EuimAppModule.html" class="btn btn-default">Browse</a>
144
144
  </footer>
145
145
  </div>
146
146
  </div>
@@ -193,18 +193,6 @@
193
193
  </div>
194
194
  </div>
195
195
  </div>
196
- <div class="col-md-6 col-lg-4">
197
- <div class="card card-module">
198
- <div class="card-header">
199
- <h4 class="card-title">EuimControlFeedbackModule</h4>
200
- </div>
201
- <div class="card-block">
202
- <footer class="text-center">
203
- <a href="./modules/EuimControlFeedbackModule.html" class="btn btn-default">Browse</a>
204
- </footer>
205
- </div>
206
- </div>
207
- </div>
208
196
  <div class="col-md-6 col-lg-4">
209
197
  <div class="card card-module">
210
198
  <div class="card-header">
@@ -241,18 +229,6 @@
241
229
  </div>
242
230
  </div>
243
231
  </div>
244
- <div class="col-md-6 col-lg-4">
245
- <div class="card card-module">
246
- <div class="card-header">
247
- <h4 class="card-title">EuimFieldsetModule</h4>
248
- </div>
249
- <div class="card-block">
250
- <footer class="text-center">
251
- <a href="./modules/EuimFieldsetModule.html" class="btn btn-default">Browse</a>
252
- </footer>
253
- </div>
254
- </div>
255
- </div>
256
232
  <div class="col-md-6 col-lg-4">
257
233
  <div class="card card-module">
258
234
  <div class="card-header">
@@ -265,30 +241,6 @@
265
241
  </div>
266
242
  </div>
267
243
  </div>
268
- <div class="col-md-6 col-lg-4">
269
- <div class="card card-module">
270
- <div class="card-header">
271
- <h4 class="card-title">EuimInfoScreenModule</h4>
272
- </div>
273
- <div class="card-block">
274
- <footer class="text-center">
275
- <a href="./modules/EuimInfoScreenModule.html" class="btn btn-default">Browse</a>
276
- </footer>
277
- </div>
278
- </div>
279
- </div>
280
- <div class="col-md-6 col-lg-4">
281
- <div class="card card-module">
282
- <div class="card-header">
283
- <h4 class="card-title">EuimItemDividerModule</h4>
284
- </div>
285
- <div class="card-block">
286
- <footer class="text-center">
287
- <a href="./modules/EuimItemDividerModule.html" class="btn btn-default">Browse</a>
288
- </footer>
289
- </div>
290
- </div>
291
- </div>
292
244
  <div class="col-md-6 col-lg-4">
293
245
  <div class="card card-module">
294
246
  <div class="card-header">
@@ -313,18 +265,6 @@
313
265
  </div>
314
266
  </div>
315
267
  </div>
316
- <div class="col-md-6 col-lg-4">
317
- <div class="card card-module">
318
- <div class="card-header">
319
- <h4 class="card-title">EuimListHeaderModule</h4>
320
- </div>
321
- <div class="card-block">
322
- <footer class="text-center">
323
- <a href="./modules/EuimListHeaderModule.html" class="btn btn-default">Browse</a>
324
- </footer>
325
- </div>
326
- </div>
327
- </div>
328
268
  <div class="col-md-6 col-lg-4">
329
269
  <div class="card card-module">
330
270
  <div class="card-header">
@@ -340,11 +280,11 @@
340
280
  <div class="col-md-6 col-lg-4">
341
281
  <div class="card card-module">
342
282
  <div class="card-header">
343
- <h4 class="card-title">EuimMenuModule</h4>
283
+ <h4 class="card-title">EuimMessageModule</h4>
344
284
  </div>
345
285
  <div class="card-block">
346
286
  <footer class="text-center">
347
- <a href="./modules/EuimMenuModule.html" class="btn btn-default">Browse</a>
287
+ <a href="./modules/EuimMessageModule.html" class="btn btn-default">Browse</a>
348
288
  </footer>
349
289
  </div>
350
290
  </div>
@@ -352,11 +292,11 @@
352
292
  <div class="col-md-6 col-lg-4">
353
293
  <div class="card card-module">
354
294
  <div class="card-header">
355
- <h4 class="card-title">EuimMessageModule</h4>
295
+ <h4 class="card-title">EuimMultiselectModule</h4>
356
296
  </div>
357
297
  <div class="card-block">
358
298
  <footer class="text-center">
359
- <a href="./modules/EuimMessageModule.html" class="btn btn-default">Browse</a>
299
+ <a href="./modules/EuimMultiselectModule.html" class="btn btn-default">Browse</a>
360
300
  </footer>
361
301
  </div>
362
302
  </div>
@@ -364,11 +304,11 @@
364
304
  <div class="col-md-6 col-lg-4">
365
305
  <div class="card card-module">
366
306
  <div class="card-header">
367
- <h4 class="card-title">EuimMultiselectModule</h4>
307
+ <h4 class="card-title">EuimNotificationItemModule</h4>
368
308
  </div>
369
309
  <div class="card-block">
370
310
  <footer class="text-center">
371
- <a href="./modules/EuimMultiselectModule.html" class="btn btn-default">Browse</a>
311
+ <a href="./modules/EuimNotificationItemModule.html" class="btn btn-default">Browse</a>
372
312
  </footer>
373
313
  </div>
374
314
  </div>
@@ -376,11 +316,11 @@
376
316
  <div class="col-md-6 col-lg-4">
377
317
  <div class="card card-module">
378
318
  <div class="card-header">
379
- <h4 class="card-title">EuimNotificationItemModule</h4>
319
+ <h4 class="card-title">EuimPdfWrapperModule</h4>
380
320
  </div>
381
321
  <div class="card-block">
382
322
  <footer class="text-center">
383
- <a href="./modules/EuimNotificationItemModule.html" class="btn btn-default">Browse</a>
323
+ <a href="./modules/EuimPdfWrapperModule.html" class="btn btn-default">Browse</a>
384
324
  </footer>
385
325
  </div>
386
326
  </div>
@@ -457,18 +397,6 @@
457
397
  </div>
458
398
  </div>
459
399
  </div>
460
- <div class="col-md-6 col-lg-4">
461
- <div class="card card-module">
462
- <div class="card-header">
463
- <h4 class="card-title">EuimSliderModule</h4>
464
- </div>
465
- <div class="card-block">
466
- <footer class="text-center">
467
- <a href="./modules/EuimSliderModule.html" class="btn btn-default">Browse</a>
468
- </footer>
469
- </div>
470
- </div>
471
- </div>
472
400
  <div class="col-md-6 col-lg-4">
473
401
  <div class="card card-module">
474
402
  <div class="card-header">
@@ -481,18 +409,6 @@
481
409
  </div>
482
410
  </div>
483
411
  </div>
484
- <div class="col-md-6 col-lg-4">
485
- <div class="card card-module">
486
- <div class="card-header">
487
- <h4 class="card-title">EuimStepperComponentModule</h4>
488
- </div>
489
- <div class="card-block">
490
- <footer class="text-center">
491
- <a href="./modules/EuimStepperComponentModule.html" class="btn btn-default">Browse</a>
492
- </footer>
493
- </div>
494
- </div>
495
- </div>
496
412
  <div class="col-md-6 col-lg-4">
497
413
  <div class="card card-module">
498
414
  <div class="card-header">
@@ -1,6 +1,4 @@
1
- import { __decorate } from "tslib";
2
- import { Component, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
3
- import { coerceBoolean } from '@eui/base';
1
+ import { Component, Input, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, booleanAttribute, } from '@angular/core';
4
2
  import { BaseStatesDirective } from '../../base-states.directive';
5
3
  import * as i0 from "@angular/core";
6
4
  import * as i1 from "../../base-states.directive";
@@ -26,35 +24,14 @@ export class EuimLabelComponent {
26
24
  ].join(' ');
27
25
  }
28
26
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
29
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta", euimLabelTruncate: "euimLabelTruncate" }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimPrimary", "euimPrimary", "euimSecondary", "euimSecondary", "euimDefault", "euimDefault", "euimDark", "euimDark", "euimAccent", "euimAccent", "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-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-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-base-spacing-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-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
27
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.0", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: ["euimLabelTitle", "euimLabelTitle", booleanAttribute], euimLabelSubTitle: ["euimLabelSubTitle", "euimLabelSubTitle", booleanAttribute], euimLabelMeta: ["euimLabelMeta", "euimLabelMeta", booleanAttribute], euimLabelTruncate: ["euimLabelTruncate", "euimLabelTruncate", 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-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-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-base-spacing-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-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
30
28
  }
31
- __decorate([
32
- coerceBoolean
33
- ], EuimLabelComponent.prototype, "euimLabelTitle", void 0);
34
- __decorate([
35
- coerceBoolean
36
- ], EuimLabelComponent.prototype, "euimLabelSubTitle", void 0);
37
- __decorate([
38
- coerceBoolean
39
- ], EuimLabelComponent.prototype, "euimLabelMeta", void 0);
40
- __decorate([
41
- coerceBoolean
42
- ], EuimLabelComponent.prototype, "euimLabelTruncate", void 0);
43
29
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimLabelComponent, decorators: [{
44
30
  type: Component,
45
31
  args: [{ selector: 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
46
32
  {
47
33
  directive: BaseStatesDirective,
48
34
  inputs: [
49
- 'euimInfo',
50
- 'euimSuccess',
51
- 'euimWarning',
52
- 'euimDanger',
53
- 'euimPrimary',
54
- 'euimSecondary',
55
- 'euimDefault',
56
- 'euimDark',
57
- 'euimAccent',
58
35
  'euimSize2XS',
59
36
  'euimSizeXS',
60
37
  'euimSizeS',
@@ -67,22 +44,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
67
44
  'color',
68
45
  ],
69
46
  },
70
- ], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-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-base-spacing-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-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
47
+ ], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-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-base-spacing-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-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-140)}.euim-label--warning ion-icon{color:var(--eui-base-color-warning-140)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
71
48
  }], ctorParameters: () => [{ type: i1.BaseStatesDirective }], propDecorators: { euimLabelTruncateWithLines: [{
72
49
  type: HostBinding,
73
50
  args: ['style.--euimLabelTruncateWithLines']
74
51
  }, {
75
52
  type: Input
76
53
  }], euimLabelTitle: [{
77
- type: Input
54
+ type: Input,
55
+ args: [{ transform: booleanAttribute }]
78
56
  }], euimLabelSubTitle: [{
79
- type: Input
57
+ type: Input,
58
+ args: [{ transform: booleanAttribute }]
80
59
  }], euimLabelMeta: [{
81
- type: Input
60
+ type: Input,
61
+ args: [{ transform: booleanAttribute }]
82
62
  }], euimLabelTruncate: [{
83
- type: Input
63
+ type: Input,
64
+ args: [{ transform: booleanAttribute }]
84
65
  }], cssClasses: [{
85
66
  type: HostBinding,
86
67
  args: ['class']
87
68
  }] } });
88
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsV0FBVyxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFHLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSxXQUFXLENBQUM7QUFDMUMsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQXFDbEUsTUFBTSxPQUFPLGtCQUFrQjtJQW9CM0IsSUFDVyxVQUFVO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxZQUFtQixtQkFBd0M7UUFBeEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtRQW5CM0QsbUJBQWMsR0FBaUIsS0FBSyxDQUFDO1FBSXJDLHNCQUFpQixHQUFpQixLQUFLLENBQUM7UUFJeEMsa0JBQWEsR0FBaUIsS0FBSyxDQUFDO1FBSXBDLHNCQUFpQixHQUFpQixLQUFLLENBQUM7SUFPc0IsQ0FBQztJQUUvRCxhQUFhO1FBQ1QsT0FBTztZQUNILElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsWUFBWSxDQUFDO1lBQ3BELElBQUksQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQzlDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDckQsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDNUMsSUFBSSxDQUFDLGlCQUFpQixDQUFFLENBQUMsQ0FBQyxxQkFBcUIsQ0FBQSxDQUFDLENBQUMsRUFBRTtZQUNuRCxJQUFJLENBQUMsMEJBQTBCLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQywyREFBMkQsQ0FBQSxDQUFDLENBQUMsRUFBRTtTQUN4RyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQztJQUNoQixDQUFDO2lJQXBDUSxrQkFBa0I7cUhBQWxCLGtCQUFrQiw2Z0NBaENqQiwyQkFBMkI7O0FBc0NyQztJQURDLGFBQWE7MERBQ3VCO0FBSXJDO0lBREMsYUFBYTs2REFDMEI7QUFJeEM7SUFEQyxhQUFhO3lEQUNzQjtBQUlwQztJQURDLGFBQWE7NkRBQzBCOzJGQWxCL0Isa0JBQWtCO2tCQWxDOUIsU0FBUzsrQkFDSSwyREFBMkQsWUFDM0QsMkJBQTJCLGlCQUV0QixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osVUFBVTtnQ0FDVixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsWUFBWTtnQ0FDWixhQUFhO2dDQUNiLGVBQWU7Z0NBQ2YsYUFBYTtnQ0FDYixVQUFVO2dDQUNWLFlBQVk7Z0NBQ1osYUFBYTtnQ0FDYixZQUFZO2dDQUNaLFdBQVc7Z0NBQ1gsV0FBVztnQ0FDWCxXQUFXO2dDQUNYLFlBQVk7Z0NBQ1osYUFBYTtnQ0FDYixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsT0FBTzs2QkFDVjt5QkFDSjtxQkFDSjt3RkFLNEQsMEJBQTBCO3NCQUF0RixXQUFXO3VCQUFDLG9DQUFvQzs7c0JBQUcsS0FBSztnQkFJekQsY0FBYztzQkFGYixLQUFLO2dCQU1OLGlCQUFpQjtzQkFGaEIsS0FBSztnQkFNTixhQUFhO3NCQUZaLEtBQUs7Z0JBTU4saUJBQWlCO3NCQUZoQixLQUFLO2dCQUtLLFVBQVU7c0JBRHBCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IGNvZXJjZUJvb2xlYW4gfSBmcm9tICdAZXVpL2Jhc2UnO1xuaW1wb3J0IHsgQmFzZVN0YXRlc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2Jhc2Utc3RhdGVzLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBCb29sZWFuSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jZGsvY29lcmNpb24nO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2RpdltldWltTGFiZWxdLCBwW2V1aW1MYWJlbF0sIHNwYW5bZXVpbUxhYmVsXSwgZXVpbS1sYWJlbCcsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxuICAgIGhvc3REaXJlY3RpdmVzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIGRpcmVjdGl2ZTogQmFzZVN0YXRlc0RpcmVjdGl2ZSxcbiAgICAgICAgICAgIGlucHV0czogW1xuICAgICAgICAgICAgICAgICdldWltSW5mbycsXG4gICAgICAgICAgICAgICAgJ2V1aW1TdWNjZXNzJyxcbiAgICAgICAgICAgICAgICAnZXVpbVdhcm5pbmcnLFxuICAgICAgICAgICAgICAgICdldWltRGFuZ2VyJyxcbiAgICAgICAgICAgICAgICAnZXVpbVByaW1hcnknLFxuICAgICAgICAgICAgICAgICdldWltU2Vjb25kYXJ5JyxcbiAgICAgICAgICAgICAgICAnZXVpbURlZmF1bHQnLFxuICAgICAgICAgICAgICAgICdldWltRGFyaycsXG4gICAgICAgICAgICAgICAgJ2V1aW1BY2NlbnQnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTJYUycsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplWFMnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZVMnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZU0nLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZUwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZVhMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemUyWEwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTNYTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplNFhMJyxcbiAgICAgICAgICAgICAgICAnY29sb3InLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcblxuZXhwb3J0IGNsYXNzIEV1aW1MYWJlbENvbXBvbmVudCB7XG5cbiAgICBASG9zdEJpbmRpbmcoJ3N0eWxlLi0tZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXMnKSBASW5wdXQoKSAgZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXM6IG51bWJlcjtcblxuICAgIEBJbnB1dCgpXG4gICAgQGNvZXJjZUJvb2xlYW5cbiAgICBldWltTGFiZWxUaXRsZTogQm9vbGVhbklucHV0ID0gZmFsc2U7XG5cbiAgICBASW5wdXQoKVxuICAgIEBjb2VyY2VCb29sZWFuXG4gICAgZXVpbUxhYmVsU3ViVGl0bGU6IEJvb2xlYW5JbnB1dCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBAY29lcmNlQm9vbGVhblxuICAgIGV1aW1MYWJlbE1ldGE6IEJvb2xlYW5JbnB1dCA9IGZhbHNlO1xuXG4gICAgQElucHV0KClcbiAgICBAY29lcmNlQm9vbGVhblxuICAgIGV1aW1MYWJlbFRydW5jYXRlOiBCb29sZWFuSW5wdXQgPSBmYWxzZTtcblxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIHB1YmxpYyBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5nZXRDc3NDbGFzc2VzKCk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IocHVibGljIGJhc2VTdGF0ZXNEaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUpIHt9XG5cbiAgICBnZXRDc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICB0aGlzLmJhc2VTdGF0ZXNEaXJlY3RpdmUuZ2V0Q3NzQ2xhc3NlcygnZXVpbS1sYWJlbCcpLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxUaXRsZSA/ICdldWltLWxhYmVsX190aXRsZScgOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsU3ViVGl0bGUgPyAnZXVpbS1sYWJlbF9fc3ViLXRpdGxlJyA6ICcnLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxNZXRhID8gJ2V1aW0tbGFiZWxfX21ldGEnIDogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRydW5jYXRlICA/ICdldWktdS10ZXh0LXRydW5jYXRlJzogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRydW5jYXRlV2l0aExpbmVzID4gMCA/ICdldWltLWxhYmVsX19ldWlUZXh0VHJ1bmNhdGVXaXRoTGluZXMgZXVpbS1sYWJlbF9fdHJ1bmNhdGUnOiAnJyxcbiAgICAgICAgXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIl19
69
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1sYWJlbC5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1sYWJlbC9ldWltLWxhYmVsLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQ0gsU0FBUyxFQUNULEtBQUssRUFDTCxXQUFXLEVBQ1gsaUJBQWlCLEVBQ2pCLHVCQUF1QixFQUN2QixnQkFBZ0IsR0FDbkIsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQTJCbEUsTUFBTSxPQUFPLGtCQUFrQjtJQWdCM0IsSUFDVyxVQUFVO1FBQ2pCLE9BQU8sSUFBSSxDQUFDLGFBQWEsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFRCxZQUFtQixtQkFBd0M7UUFBeEMsd0JBQW1CLEdBQW5CLG1CQUFtQixDQUFxQjtRQWhCM0QsbUJBQWMsR0FBRyxLQUFLLENBQUM7UUFHdkIsc0JBQWlCLEdBQUcsS0FBSyxDQUFDO1FBRzFCLGtCQUFhLEdBQUcsS0FBSyxDQUFDO1FBR3RCLHNCQUFpQixHQUFHLEtBQUssQ0FBQztJQU9vQyxDQUFDO0lBRS9ELGFBQWE7UUFDVCxPQUFPO1lBQ0gsSUFBSSxDQUFDLG1CQUFtQixDQUFDLGFBQWEsQ0FBQyxZQUFZLENBQUM7WUFDcEQsSUFBSSxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDOUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUNyRCxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUM1QyxJQUFJLENBQUMsaUJBQWlCLENBQUUsQ0FBQyxDQUFDLHFCQUFxQixDQUFBLENBQUMsQ0FBQyxFQUFFO1lBQ25ELElBQUksQ0FBQywwQkFBMEIsR0FBRyxDQUFDLENBQUMsQ0FBQyxDQUFDLDJEQUEyRCxDQUFBLENBQUMsQ0FBQyxFQUFFO1NBQ3hHLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2hCLENBQUM7aUlBaENRLGtCQUFrQjtxSEFBbEIsa0JBQWtCLGtNQUlQLGdCQUFnQixpRUFHaEIsZ0JBQWdCLHFEQUdoQixnQkFBZ0IsaUVBR2hCLGdCQUFnQiwrZUFwQzFCLDJCQUEyQjs7MkZBdUI1QixrQkFBa0I7a0JBekI5QixTQUFTOytCQUNJLDJEQUEyRCxZQUMzRCwyQkFBMkIsaUJBRXRCLGlCQUFpQixDQUFDLElBQUksbUJBQ3BCLHVCQUF1QixDQUFDLE1BQU0sa0JBQy9CO3dCQUNaOzRCQUNJLFNBQVMsRUFBRSxtQkFBbUI7NEJBQzlCLE1BQU0sRUFBRTtnQ0FDSixhQUFhO2dDQUNiLFlBQVk7Z0NBQ1osV0FBVztnQ0FDWCxXQUFXO2dDQUNYLFdBQVc7Z0NBQ1gsWUFBWTtnQ0FDWixhQUFhO2dDQUNiLGFBQWE7Z0NBQ2IsYUFBYTtnQ0FDYixPQUFPOzZCQUNWO3lCQUNKO3FCQUNKO3dGQUs0RCwwQkFBMEI7c0JBQXRGLFdBQVc7dUJBQUMsb0NBQW9DOztzQkFBRyxLQUFLO2dCQUd6RCxjQUFjO3NCQURiLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSXRDLGlCQUFpQjtzQkFEaEIsS0FBSzt1QkFBQyxFQUFFLFNBQVMsRUFBRSxnQkFBZ0IsRUFBRTtnQkFJdEMsYUFBYTtzQkFEWixLQUFLO3VCQUFDLEVBQUUsU0FBUyxFQUFFLGdCQUFnQixFQUFFO2dCQUl0QyxpQkFBaUI7c0JBRGhCLEtBQUs7dUJBQUMsRUFBRSxTQUFTLEVBQUUsZ0JBQWdCLEVBQUU7Z0JBSTNCLFVBQVU7c0JBRHBCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gICAgQ29tcG9uZW50LFxuICAgIElucHV0LFxuICAgIEhvc3RCaW5kaW5nLFxuICAgIFZpZXdFbmNhcHN1bGF0aW9uLFxuICAgIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LFxuICAgIGJvb2xlYW5BdHRyaWJ1dGUsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQmFzZVN0YXRlc0RpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2Jhc2Utc3RhdGVzLmRpcmVjdGl2ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZGl2W2V1aW1MYWJlbF0sIHBbZXVpbUxhYmVsXSwgc3BhbltldWltTGFiZWxdLCBldWltLWxhYmVsJyxcbiAgICB0ZW1wbGF0ZTogJzxuZy1jb250ZW50PjwvbmctY29udGVudD4nLFxuICAgIHN0eWxlVXJsczogWycuL3N0eWxlcy9faW5kZXguc2NzcyddLFxuICAgIGVuY2Fwc3VsYXRpb246IFZpZXdFbmNhcHN1bGF0aW9uLk5vbmUsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgaG9zdERpcmVjdGl2ZXM6IFtcbiAgICAgICAge1xuICAgICAgICAgICAgZGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlLFxuICAgICAgICAgICAgaW5wdXRzOiBbXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplMlhTJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemVYUycsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplUycsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplTScsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplWEwnLFxuICAgICAgICAgICAgICAgICdldWltU2l6ZTJYTCcsXG4gICAgICAgICAgICAgICAgJ2V1aW1TaXplM1hMJyxcbiAgICAgICAgICAgICAgICAnZXVpbVNpemU0WEwnLFxuICAgICAgICAgICAgICAgICdjb2xvcicsXG4gICAgICAgICAgICBdLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuXG5leHBvcnQgY2xhc3MgRXVpbUxhYmVsQ29tcG9uZW50IHtcblxuICAgIEBIb3N0QmluZGluZygnc3R5bGUuLS1ldWltTGFiZWxUcnVuY2F0ZVdpdGhMaW5lcycpIEBJbnB1dCgpICBldWltTGFiZWxUcnVuY2F0ZVdpdGhMaW5lczogbnVtYmVyO1xuXG4gICAgQElucHV0KHsgdHJhbnNmb3JtOiBib29sZWFuQXR0cmlidXRlIH0pXG4gICAgZXVpbUxhYmVsVGl0bGUgPSBmYWxzZTtcblxuICAgIEBJbnB1dCh7IHRyYW5zZm9ybTogYm9vbGVhbkF0dHJpYnV0ZSB9KVxuICAgIGV1aW1MYWJlbFN1YlRpdGxlID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxNZXRhID0gZmFsc2U7XG5cbiAgICBASW5wdXQoeyB0cmFuc2Zvcm06IGJvb2xlYW5BdHRyaWJ1dGUgfSlcbiAgICBldWltTGFiZWxUcnVuY2F0ZSA9IGZhbHNlO1xuXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gICAgcHVibGljIGdldCBjc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB0aGlzLmdldENzc0NsYXNzZXMoKTtcbiAgICB9XG5cbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgYmFzZVN0YXRlc0RpcmVjdGl2ZTogQmFzZVN0YXRlc0RpcmVjdGl2ZSkge31cblxuICAgIGdldENzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIFtcbiAgICAgICAgICAgIHRoaXMuYmFzZVN0YXRlc0RpcmVjdGl2ZS5nZXRDc3NDbGFzc2VzKCdldWltLWxhYmVsJyksXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbFRpdGxlID8gJ2V1aW0tbGFiZWxfX3RpdGxlJyA6ICcnLFxuICAgICAgICAgICAgdGhpcy5ldWltTGFiZWxTdWJUaXRsZSA/ICdldWltLWxhYmVsX19zdWItdGl0bGUnIDogJycsXG4gICAgICAgICAgICB0aGlzLmV1aW1MYWJlbE1ldGEgPyAnZXVpbS1sYWJlbF9fbWV0YScgOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVHJ1bmNhdGUgID8gJ2V1aS11LXRleHQtdHJ1bmNhdGUnOiAnJyxcbiAgICAgICAgICAgIHRoaXMuZXVpbUxhYmVsVHJ1bmNhdGVXaXRoTGluZXMgPiAwID8gJ2V1aW0tbGFiZWxfX2V1aVRleHRUcnVuY2F0ZVdpdGhMaW5lcyBldWltLWxhYmVsX190cnVuY2F0ZSc6ICcnLFxuICAgICAgICBdLmpvaW4oJyAnKTtcbiAgICB9XG59XG4iXX0=
@@ -15,7 +15,7 @@ export class EuimNotificationItemComponent {
15
15
  ].join(' ');
16
16
  }
17
17
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimNotificationItemComponent, deps: [{ token: i1.BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
18
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimPrimary", "euimPrimary", "euimSecondary", "euimSecondary", "euimAccent", "euimAccent", "color", "color"] }], ngImport: i0, template: "", styles: [".euim-notification-item{display:block;border-radius:50%;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{background:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{background:var(--eui-base-color-grey-50)}.euim-notification-item--info{background:var(--eui-base-color-info-100)}.euim-notification-item--success{background:var(--eui-base-color-success-100)}.euim-notification-item--warning{background:var(--eui-base-color-warning-100)}.euim-notification-item--danger{background:var(--eui-base-color-danger-100)}.euim-notification-item--accent{background:var(--eui-base-color-accent-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
18
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: i1.BaseStatesDirective, inputs: ["color", "color"] }], ngImport: i0, template: "", styles: [".euim-notification-item{display:block;border-radius:50%;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{background:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{background:var(--eui-base-color-grey-50)}.euim-notification-item--info{background:var(--eui-base-color-info-100)}.euim-notification-item--success{background:var(--eui-base-color-success-100)}.euim-notification-item--warning{background:var(--eui-base-color-warning-100)}.euim-notification-item--danger{background:var(--eui-base-color-danger-100)}.euim-notification-item--accent{background:var(--eui-base-color-accent-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
19
19
  }
20
20
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: EuimNotificationItemComponent, decorators: [{
21
21
  type: Component,
@@ -23,13 +23,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
23
23
  {
24
24
  directive: BaseStatesDirective,
25
25
  inputs: [
26
- 'euimInfo',
27
- 'euimSuccess',
28
- 'euimWarning',
29
- 'euimDanger',
30
- 'euimPrimary',
31
- 'euimSecondary',
32
- 'euimAccent',
33
26
  'color',
34
27
  ],
35
28
  },
@@ -38,4 +31,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.0", ngImpor
38
31
  type: HostBinding,
39
32
  args: ['class']
40
33
  }] } });
41
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1ub3RpZmljYXRpb24taXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1ub3RpZmljYXRpb24taXRlbS9ldWltLW5vdGlmaWNhdGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9hdG9tcy9ldWltLW5vdGlmaWNhdGlvbi1pdGVtL2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQXdCbEUsTUFBTSxPQUFPLDZCQUE2QjtJQUV0QyxJQUNXLFVBQVU7UUFDakIsT0FBTyxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVELFlBQW1CLG1CQUF3QztRQUF4Qyx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO0lBQUcsQ0FBQztJQUUvRCxhQUFhO1FBQ1QsT0FBTztZQUNILElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsd0JBQXdCLENBQUM7U0FDbkUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDaEIsQ0FBQztpSUFiUSw2QkFBNkI7cUhBQTdCLDZCQUE2QixxWkN6QjFDLEVBQUE7OzJGRHlCYSw2QkFBNkI7a0JBdEJ6QyxTQUFTOytCQUNJLHdCQUF3QixpQkFHbkIsaUJBQWlCLENBQUMsSUFBSSxtQkFDcEIsdUJBQXVCLENBQUMsTUFBTSxrQkFDL0I7d0JBQ1o7NEJBQ0ksU0FBUyxFQUFFLG1CQUFtQjs0QkFDOUIsTUFBTSxFQUFFO2dDQUNKLFVBQVU7Z0NBQ1YsYUFBYTtnQ0FDYixhQUFhO2dDQUNiLFlBQVk7Z0NBQ1osYUFBYTtnQ0FDYixlQUFlO2dDQUNmLFlBQVk7Z0NBQ1osT0FBTzs2QkFDVjt5QkFDSjtxQkFDSjt3RkFLVSxVQUFVO3NCQURwQixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VTdGF0ZXNEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9iYXNlLXN0YXRlcy5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0nLFxuICAgIHRlbXBsYXRlVXJsOiAnZXVpbS1ub3RpZmljYXRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUsXG4gICAgICAgICAgICBpbnB1dHM6IFtcbiAgICAgICAgICAgICAgICAnZXVpbUluZm8nLFxuICAgICAgICAgICAgICAgICdldWltU3VjY2VzcycsXG4gICAgICAgICAgICAgICAgJ2V1aW1XYXJuaW5nJyxcbiAgICAgICAgICAgICAgICAnZXVpbURhbmdlcicsXG4gICAgICAgICAgICAgICAgJ2V1aW1QcmltYXJ5JyxcbiAgICAgICAgICAgICAgICAnZXVpbVNlY29uZGFyeScsXG4gICAgICAgICAgICAgICAgJ2V1aW1BY2NlbnQnLFxuICAgICAgICAgICAgICAgICdjb2xvcicsXG4gICAgICAgICAgICBdLFxuICAgICAgICB9LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1Ob3RpZmljYXRpb25JdGVtQ29tcG9uZW50IHtcblxuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKVxuICAgIHB1YmxpYyBnZXQgY3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gdGhpcy5nZXRDc3NDbGFzc2VzKCk7XG4gICAgfVxuXG4gICAgY29uc3RydWN0b3IocHVibGljIGJhc2VTdGF0ZXNEaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUpIHt9XG5cbiAgICBnZXRDc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICB0aGlzLmJhc2VTdGF0ZXNEaXJlY3RpdmUuZ2V0Q3NzQ2xhc3NlcygnZXVpbS1ub3RpZmljYXRpb24taXRlbScpLFxuICAgICAgICBdLmpvaW4oJyAnKTtcbiAgICB9XG59XG4iLCIiXX0=
34
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1ub3RpZmljYXRpb24taXRlbS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvYXRvbXMvZXVpbS1ub3RpZmljYXRpb24taXRlbS9ldWltLW5vdGlmaWNhdGlvbi1pdGVtLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9hdG9tcy9ldWltLW5vdGlmaWNhdGlvbi1pdGVtL2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsaUJBQWlCLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDbkcsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkJBQTZCLENBQUM7OztBQWlCbEUsTUFBTSxPQUFPLDZCQUE2QjtJQUV0QyxJQUNXLFVBQVU7UUFDakIsT0FBTyxJQUFJLENBQUMsYUFBYSxFQUFFLENBQUM7SUFDaEMsQ0FBQztJQUVELFlBQW1CLG1CQUF3QztRQUF4Qyx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO0lBQUcsQ0FBQztJQUUvRCxhQUFhO1FBQ1QsT0FBTztZQUNILElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxhQUFhLENBQUMsd0JBQXdCLENBQUM7U0FDbkUsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDaEIsQ0FBQztpSUFiUSw2QkFBNkI7cUhBQTdCLDZCQUE2Qix5TUNsQjFDLEVBQUE7OzJGRGtCYSw2QkFBNkI7a0JBZnpDLFNBQVM7K0JBQ0ksd0JBQXdCLGlCQUduQixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNLGtCQUMvQjt3QkFDWjs0QkFDSSxTQUFTLEVBQUUsbUJBQW1COzRCQUM5QixNQUFNLEVBQUU7Z0NBQ0osT0FBTzs2QkFDVjt5QkFDSjtxQkFDSjt3RkFLVSxVQUFVO3NCQURwQixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBWaWV3RW5jYXBzdWxhdGlvbiwgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEJhc2VTdGF0ZXNEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9iYXNlLXN0YXRlcy5kaXJlY3RpdmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0nLFxuICAgIHRlbXBsYXRlVXJsOiAnZXVpbS1ub3RpZmljYXRpb24taXRlbS5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vc3R5bGVzL19pbmRleC5zY3NzJ10sXG4gICAgZW5jYXBzdWxhdGlvbjogVmlld0VuY2Fwc3VsYXRpb24uTm9uZSxcbiAgICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgICBob3N0RGlyZWN0aXZlczogW1xuICAgICAgICB7XG4gICAgICAgICAgICBkaXJlY3RpdmU6IEJhc2VTdGF0ZXNEaXJlY3RpdmUsXG4gICAgICAgICAgICBpbnB1dHM6IFtcbiAgICAgICAgICAgICAgICAnY29sb3InLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfSxcbiAgICBdLFxufSlcbmV4cG9ydCBjbGFzcyBFdWltTm90aWZpY2F0aW9uSXRlbUNvbXBvbmVudCB7XG5cbiAgICBASG9zdEJpbmRpbmcoJ2NsYXNzJylcbiAgICBwdWJsaWMgZ2V0IGNzc0NsYXNzZXMoKTogc3RyaW5nIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuZ2V0Q3NzQ2xhc3NlcygpO1xuICAgIH1cblxuICAgIGNvbnN0cnVjdG9yKHB1YmxpYyBiYXNlU3RhdGVzRGlyZWN0aXZlOiBCYXNlU3RhdGVzRGlyZWN0aXZlKSB7fVxuXG4gICAgZ2V0Q3NzQ2xhc3NlcygpOiBzdHJpbmcge1xuICAgICAgICByZXR1cm4gW1xuICAgICAgICAgICAgdGhpcy5iYXNlU3RhdGVzRGlyZWN0aXZlLmdldENzc0NsYXNzZXMoJ2V1aW0tbm90aWZpY2F0aW9uLWl0ZW0nKSxcbiAgICAgICAgXS5qb2luKCcgJyk7XG4gICAgfVxufVxuIiwiIl19