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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (341) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +2 -2
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
  3. package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
  5. package/docs/components/EuimAboutComponent.html +766 -0
  6. package/docs/components/EuimAlertMessageComponent.html +7 -7
  7. package/docs/components/EuimAppComponent.html +2 -2
  8. package/docs/components/EuimAvatarComponent.html +2 -2
  9. package/docs/components/EuimAvatarIconComponent.html +2 -2
  10. package/docs/components/EuimBadgeComponent.html +3 -3
  11. package/docs/components/{EuimAppSidebarComponent.html → EuimChangelogComponent.html} +18 -33
  12. package/docs/components/EuimChipSelectorComponent.html +274 -22
  13. package/docs/components/EuimContactSupportComponent.html +276 -0
  14. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  15. package/docs/components/EuimDataSummaryComponent.html +3 -3
  16. package/docs/components/EuimEmptyListPlaceholderComponent.html +6 -6
  17. package/docs/components/EuimHeaderDetailsComponent.html +3 -3
  18. package/docs/components/EuimLabelComponent.html +7 -7
  19. package/docs/components/EuimLanguageListComponent.html +3 -3
  20. package/docs/components/EuimLanguageSelectorComponent.html +4 -4
  21. package/docs/components/EuimLegalNoticeComponent.html +276 -0
  22. package/docs/components/EuimMediaHeaderComponent.html +4 -4
  23. package/docs/components/EuimMessageComponent.html +3 -3
  24. package/docs/components/EuimMessageTitleComponent.html +2 -2
  25. package/docs/components/EuimMultiselectComponent.html +4 -4
  26. package/docs/components/EuimMultiselectFilterComponent.html +36 -2
  27. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  28. package/docs/components/EuimMultiselectListComponent.html +2 -2
  29. package/docs/components/EuimMultiselectToolbarComponent.html +4 -4
  30. package/docs/components/EuimNotificationItemComponent.html +3 -3
  31. package/docs/components/EuimOpenSourceLicencesComponent.html +276 -0
  32. package/docs/components/EuimPdfWrapperComponent.html +828 -0
  33. package/docs/components/{EuimAppSidebarHeaderComponent.html → EuimPrivacyStatementComponent.html} +8 -8
  34. package/docs/components/EuimScrollerXComponent.html +2 -2
  35. package/docs/components/EuimSidebarComponent.html +2 -2
  36. package/docs/components/EuimSidebarContentComponent.html +2 -2
  37. package/docs/components/EuimSkeletonListComponent.html +3 -3
  38. package/docs/components/EuimSkeletonListItemComponent.html +8 -8
  39. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  40. package/docs/components/EuimSliderInfoScreenComponent.html +8 -30
  41. package/docs/components/EuimSpinnerComponent.html +2 -2
  42. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  43. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  44. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  45. package/docs/components/EuimToolbarComponent.html +5 -5
  46. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  47. package/docs/components/EuimUserProfileComponent.html +2 -2
  48. package/docs/dependencies.html +14 -2
  49. package/docs/directives/BaseStatesDirective.html +17 -491
  50. package/docs/directives/EuimChipSelectorItemDirective.html +24 -1
  51. package/docs/directives/EuimDataSummaryColLabelDirective.html +1 -1
  52. package/docs/index.html +4 -12
  53. package/docs/js/menu-wc.js +244 -232
  54. package/docs/js/menu-wc_es5.js +4 -5
  55. package/docs/js/search/search_index.js +2 -2
  56. package/docs/miscellaneous/typealiases.html +0 -21
  57. package/docs/miscellaneous/variables.html +31 -113
  58. package/docs/modules/{EuimAppSidebarModule.html → EuimAboutModule.html} +42 -6
  59. package/docs/modules/EuimAlertMessageModule.html +32 -2
  60. package/docs/modules/EuimAllModule.html +6 -54
  61. package/docs/modules/EuimAppModule.html +0 -3
  62. package/docs/modules/EuimAvatarModule.html +32 -2
  63. package/docs/modules/EuimDataSummaryModule.html +32 -2
  64. package/docs/modules/EuimHeaderDetailsModule.html +32 -2
  65. package/docs/modules/EuimLanguageSelectorModule.html +0 -3
  66. package/docs/modules/EuimMediaHeaderModule.html +32 -2
  67. package/docs/modules/EuimMessageModule.html +32 -2
  68. package/docs/modules/EuimMultiselectModule.html +32 -2
  69. package/docs/modules/{EuimMenuModule.html → EuimPdfWrapperModule.html} +29 -15
  70. package/docs/modules/EuimSkeletonListItemModule.html +32 -2
  71. package/docs/modules/EuimSkeletonListModule.html +32 -2
  72. package/docs/modules/EuimSliderInfoScreenModule.html +32 -2
  73. package/docs/modules/EuimUserProfileModule.html +32 -2
  74. package/docs/modules.html +16 -100
  75. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +12 -31
  76. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +2 -9
  77. package/esm2022/lib/components/base-states.directive.mjs +40 -266
  78. package/esm2022/lib/components/euim-about/euim-about.component.mjs +75 -0
  79. package/esm2022/lib/components/euim-about/euim-about.module.mjs +71 -0
  80. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +20 -0
  81. package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +11 -0
  82. package/esm2022/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.mjs +11 -0
  83. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +11 -0
  84. package/esm2022/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.mjs +11 -0
  85. package/esm2022/lib/components/euim-about/index.mjs +8 -0
  86. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +14 -53
  87. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +2 -2
  88. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -8
  89. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +6 -9
  90. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +111 -55
  91. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +3 -3
  92. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +5 -6
  93. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +12 -21
  94. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +6 -11
  95. package/esm2022/lib/components/euim-message/euim-message.component.mjs +10 -16
  96. package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +1 -7
  97. package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +21 -1
  98. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +10 -15
  99. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +7 -12
  100. package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.mjs +86 -0
  101. package/esm2022/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.mjs +43 -0
  102. package/esm2022/lib/components/euim-pdf-wrapper/index.mjs +3 -0
  103. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +3 -3
  104. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +15 -28
  105. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +16 -34
  106. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +2 -2
  107. package/esm2022/lib/components/index.mjs +3 -9
  108. package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +1 -5
  109. package/esm2022/lib/components/layout/euim-app/index.mjs +1 -2
  110. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -3
  111. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +6 -7
  112. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +3 -4
  113. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +1 -5
  114. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +1 -1
  115. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +9 -17
  116. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +1 -1
  117. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +1 -1
  118. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +1 -1
  119. package/esm2022/lib/euim-all.module.mjs +6 -38
  120. package/fesm2022/eui-mobile-core.mjs +731 -1557
  121. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  122. package/lib/components/atoms/euim-label/euim-label.component.d.ts +9 -6
  123. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  124. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +1 -1
  125. package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
  126. package/lib/components/base-states.directive.d.ts +35 -92
  127. package/lib/components/base-states.directive.d.ts.map +1 -1
  128. package/lib/components/euim-about/euim-about.component.d.ts +30 -0
  129. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -0
  130. package/lib/components/euim-about/euim-about.module.d.ts +20 -0
  131. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -0
  132. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +7 -0
  133. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -0
  134. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +6 -0
  135. package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +1 -0
  136. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts +6 -0
  137. package/lib/components/euim-about/euim-legal-notice/euim-legal-notice.component.d.ts.map +1 -0
  138. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +6 -0
  139. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -0
  140. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts +6 -0
  141. package/lib/components/euim-about/euim-privacy-statement/euim-privacy-statement.component.d.ts.map +1 -0
  142. package/lib/components/euim-about/index.d.ts +8 -0
  143. package/lib/components/euim-about/index.d.ts.map +1 -0
  144. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +7 -5
  145. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  146. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  147. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  148. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +3 -2
  149. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  150. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +22 -10
  151. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  152. package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +1 -1
  153. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +1 -1
  154. package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
  155. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +6 -4
  156. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  157. package/lib/components/euim-media-header/euim-media-header.component.d.ts +2 -2
  158. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  159. package/lib/components/euim-message/euim-message.component.d.ts +1 -1
  160. package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
  161. package/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.d.ts.map +1 -1
  162. package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts +1 -0
  163. package/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.d.ts.map +1 -1
  164. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts +2 -2
  165. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  166. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts +2 -2
  167. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  168. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts +25 -0
  169. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.component.d.ts.map +1 -0
  170. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts +13 -0
  171. package/lib/components/euim-pdf-wrapper/euim-pdf-wrapper.module.d.ts.map +1 -0
  172. package/lib/components/euim-pdf-wrapper/index.d.ts +3 -0
  173. package/lib/components/euim-pdf-wrapper/index.d.ts.map +1 -0
  174. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts +10 -6
  175. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  176. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +10 -5
  177. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  178. package/lib/components/index.d.ts +2 -8
  179. package/lib/components/index.d.ts.map +1 -1
  180. package/lib/components/layout/euim-app/euim-app.module.d.ts +2 -3
  181. package/lib/components/layout/euim-app/euim-app.module.d.ts.map +1 -1
  182. package/lib/components/layout/euim-app/index.d.ts +0 -1
  183. package/lib/components/layout/euim-app/index.d.ts.map +1 -1
  184. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts +1 -1
  185. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
  186. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +2 -2
  187. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  188. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +3 -4
  189. package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts.map +1 -1
  190. package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
  191. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -4
  192. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  193. package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
  194. package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
  195. package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
  196. package/lib/euim-all.module.d.ts +26 -34
  197. package/lib/euim-all.module.d.ts.map +1 -1
  198. package/package.json +4 -1
  199. package/docs/classes/EuimStepperChangeEvent.html +0 -311
  200. package/docs/components/EuimAppSidebarFooterComponent.html +0 -392
  201. package/docs/components/EuimAppSidebarMenuComponent.html +0 -433
  202. package/docs/components/EuimControlFeedbackComponent.html +0 -510
  203. package/docs/components/EuimFieldSetComponent.html +0 -392
  204. package/docs/components/EuimFieldsetActionsComponent.html +0 -388
  205. package/docs/components/EuimFieldsetLegendComponent.html +0 -388
  206. package/docs/components/EuimInfoScreenComponent.html +0 -392
  207. package/docs/components/EuimMenuComponent.html +0 -642
  208. package/docs/components/EuimSlideComponent.html +0 -382
  209. package/docs/components/EuimSliderComponent.html +0 -1469
  210. package/docs/components/EuimStepperComponent.html +0 -529
  211. package/docs/directives/EuimInfoScreenContentDirective.html +0 -342
  212. package/docs/directives/EuimInfoScreenSubTitleDirective.html +0 -342
  213. package/docs/directives/EuimInfoScreenTitleDirective.html +0 -342
  214. package/docs/directives/EuimItemDividerDirective.html +0 -342
  215. package/docs/directives/EuimListHeaderDirective.html +0 -342
  216. package/docs/interfaces/ActionBtnNames.html +0 -344
  217. package/docs/interfaces/Badge.html +0 -317
  218. package/docs/interfaces/EuimMenuItem.html +0 -857
  219. package/docs/interfaces/EuimMenuSection.html +0 -362
  220. package/docs/interfaces/Notification.html +0 -317
  221. package/docs/modules/EuimControlFeedbackModule.html +0 -228
  222. package/docs/modules/EuimFieldsetModule.html +0 -228
  223. package/docs/modules/EuimInfoScreenModule.html +0 -228
  224. package/docs/modules/EuimItemDividerModule.html +0 -228
  225. package/docs/modules/EuimListHeaderModule.html +0 -228
  226. package/docs/modules/EuimSliderModule.html +0 -228
  227. package/docs/modules/EuimStepperComponentModule.html +0 -228
  228. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +0 -39
  229. package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.mjs +0 -28
  230. package/esm2022/lib/components/atoms/euim-control-feedback/index.mjs +0 -3
  231. package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.directive.mjs +0 -22
  232. package/esm2022/lib/components/directives/euim-item-divider/euim-item-divider.module.mjs +0 -28
  233. package/esm2022/lib/components/directives/euim-item-divider/index.mjs +0 -3
  234. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +0 -22
  235. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +0 -28
  236. package/esm2022/lib/components/directives/euim-list-header/index.mjs +0 -3
  237. package/esm2022/lib/components/directives/index.mjs +0 -5
  238. package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +0 -17
  239. package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +0 -17
  240. package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +0 -17
  241. package/esm2022/lib/components/euim-fieldset/euim-fieldset.module.mjs +0 -39
  242. package/esm2022/lib/components/euim-fieldset/index.mjs +0 -5
  243. package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +0 -48
  244. package/esm2022/lib/components/euim-menu/euim-menu.module.mjs +0 -44
  245. package/esm2022/lib/components/euim-menu/index.mjs +0 -4
  246. package/esm2022/lib/components/euim-menu/models/eui-menu-item.model.mjs +0 -2
  247. package/esm2022/lib/components/euim-slider/euim-slide/euim-slide.component.mjs +0 -26
  248. package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +0 -174
  249. package/esm2022/lib/components/euim-slider/euim-slider.module.mjs +0 -35
  250. package/esm2022/lib/components/euim-slider/index.mjs +0 -4
  251. package/esm2022/lib/components/euim-stepper/euim-steper.module.mjs +0 -32
  252. package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +0 -64
  253. package/esm2022/lib/components/euim-stepper/index.mjs +0 -3
  254. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/index.mjs +0 -6
  255. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.mjs +0 -17
  256. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.mjs +0 -11
  257. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.mjs +0 -22
  258. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +0 -19
  259. package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.mjs +0 -48
  260. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.mjs +0 -19
  261. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.mjs +0 -19
  262. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.mjs +0 -19
  263. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +0 -20
  264. package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.module.mjs +0 -43
  265. package/esm2022/lib/components/layout/euim-info-screen/index.mjs +0 -6
  266. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +0 -13
  267. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +0 -1
  268. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts +0 -10
  269. package/lib/components/atoms/euim-control-feedback/euim-control-feedback.module.d.ts.map +0 -1
  270. package/lib/components/atoms/euim-control-feedback/index.d.ts +0 -3
  271. package/lib/components/atoms/euim-control-feedback/index.d.ts.map +0 -1
  272. package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts +0 -7
  273. package/lib/components/directives/euim-item-divider/euim-item-divider.directive.d.ts.map +0 -1
  274. package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts +0 -10
  275. package/lib/components/directives/euim-item-divider/euim-item-divider.module.d.ts.map +0 -1
  276. package/lib/components/directives/euim-item-divider/index.d.ts +0 -3
  277. package/lib/components/directives/euim-item-divider/index.d.ts.map +0 -1
  278. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +0 -7
  279. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +0 -1
  280. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +0 -10
  281. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +0 -1
  282. package/lib/components/directives/euim-list-header/index.d.ts +0 -3
  283. package/lib/components/directives/euim-list-header/index.d.ts.map +0 -1
  284. package/lib/components/directives/index.d.ts +0 -5
  285. package/lib/components/directives/index.d.ts.map +0 -1
  286. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +0 -7
  287. package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +0 -1
  288. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +0 -7
  289. package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +0 -1
  290. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +0 -7
  291. package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +0 -1
  292. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts +0 -12
  293. package/lib/components/euim-fieldset/euim-fieldset.module.d.ts.map +0 -1
  294. package/lib/components/euim-fieldset/index.d.ts +0 -5
  295. package/lib/components/euim-fieldset/index.d.ts.map +0 -1
  296. package/lib/components/euim-menu/euim-menu.component.d.ts +0 -17
  297. package/lib/components/euim-menu/euim-menu.component.d.ts.map +0 -1
  298. package/lib/components/euim-menu/euim-menu.module.d.ts +0 -14
  299. package/lib/components/euim-menu/euim-menu.module.d.ts.map +0 -1
  300. package/lib/components/euim-menu/index.d.ts +0 -4
  301. package/lib/components/euim-menu/index.d.ts.map +0 -1
  302. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts +0 -30
  303. package/lib/components/euim-menu/models/eui-menu-item.model.d.ts.map +0 -1
  304. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts +0 -7
  305. package/lib/components/euim-slider/euim-slide/euim-slide.component.d.ts.map +0 -1
  306. package/lib/components/euim-slider/euim-slider.component.d.ts +0 -46
  307. package/lib/components/euim-slider/euim-slider.component.d.ts.map +0 -1
  308. package/lib/components/euim-slider/euim-slider.module.d.ts +0 -11
  309. package/lib/components/euim-slider/euim-slider.module.d.ts.map +0 -1
  310. package/lib/components/euim-slider/index.d.ts +0 -4
  311. package/lib/components/euim-slider/index.d.ts.map +0 -1
  312. package/lib/components/euim-stepper/euim-steper.module.d.ts +0 -11
  313. package/lib/components/euim-stepper/euim-steper.module.d.ts.map +0 -1
  314. package/lib/components/euim-stepper/euim-stepper.component.d.ts +0 -21
  315. package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +0 -1
  316. package/lib/components/euim-stepper/index.d.ts +0 -3
  317. package/lib/components/euim-stepper/index.d.ts.map +0 -1
  318. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts +0 -6
  319. package/lib/components/layout/euim-app/euim-app-sidebar/index.d.ts.map +0 -1
  320. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts +0 -7
  321. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-footer/sidebar-footer.component.d.ts.map +0 -1
  322. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts +0 -6
  323. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-header/sidebar-header.component.d.ts.map +0 -1
  324. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts +0 -11
  325. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar-menu/sidebar-menu.component.d.ts.map +0 -1
  326. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +0 -9
  327. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +0 -1
  328. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts +0 -15
  329. package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.module.d.ts.map +0 -1
  330. package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts +0 -7
  331. package/lib/components/layout/euim-info-screen/euim-info-screen-content/euim-info-screen-content.directive.d.ts.map +0 -1
  332. package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts +0 -7
  333. package/lib/components/layout/euim-info-screen/euim-info-screen-sub-title/euim-info-screen-sub-title.directive.d.ts.map +0 -1
  334. package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts +0 -7
  335. package/lib/components/layout/euim-info-screen/euim-info-screen-title/euim-info-screen-title.directive.d.ts.map +0 -1
  336. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +0 -7
  337. package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +0 -1
  338. package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts +0 -13
  339. package/lib/components/layout/euim-info-screen/euim-info-screen.module.d.ts.map +0 -1
  340. package/lib/components/layout/euim-info-screen/index.d.ts +0 -6
  341. package/lib/components/layout/euim-info-screen/index.d.ts.map +0 -1
@@ -1,392 +0,0 @@
1
- <!doctype html>
2
- <html class="no-js" lang="">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>csdr documentation</title>
7
- <meta name="description" content="">
8
- <meta name="viewport" content="width=device-width, initial-scale=1">
9
-
10
- <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
- <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css">
13
- <link rel="stylesheet" href="../styles/material.css">
14
- </head>
15
- <body>
16
- <script>
17
- // Blocking script to avaoid flickering dark mode
18
- // Dark mode toggle button
19
- var useDark = window.matchMedia('(prefers-color-scheme: dark)');
20
- var darkModeState = useDark.matches;
21
- var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
22
- var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
23
- var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
24
-
25
- function checkToggle(check) {
26
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
27
- $darkModeToggleSwitchers[i].checked = check;
28
- }
29
- }
30
-
31
- function toggleDarkMode(state) {
32
- if (window.localStorage) {
33
- localStorage.setItem('compodoc_darkmode-state', state);
34
- }
35
-
36
- checkToggle(state);
37
-
38
- const hasClass = document.body.classList.contains('dark');
39
-
40
- if (state) {
41
- for (var i = 0; i < $darkModeToggles.length; i++) {
42
- $darkModeToggles[i].classList.add('dark');
43
- }
44
- if (!hasClass) {
45
- document.body.classList.add('dark');
46
- }
47
- } else {
48
- for (var i = 0; i < $darkModeToggles.length; i++) {
49
- $darkModeToggles[i].classList.remove('dark');
50
- }
51
- if (hasClass) {
52
- document.body.classList.remove('dark');
53
- }
54
- }
55
- }
56
-
57
- useDark.addEventListener('change', function (evt) {
58
- toggleDarkMode(evt.matches);
59
- });
60
- if (darkModeStateLocal) {
61
- darkModeState = darkModeStateLocal === 'true';
62
- }
63
- toggleDarkMode(darkModeState);
64
-
65
- if ($darkModeToggles.length > 0) {
66
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
67
- $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
68
- darkModeState = !darkModeState;
69
- toggleDarkMode(darkModeState);
70
- });
71
- }
72
- }
73
- </script>
74
-
75
- <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
76
- <a href="../" class="navbar-brand">csdr documentation</a>
77
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
78
- </div>
79
-
80
- <div class="xs-menu menu" id="mobile-menu">
81
- <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
82
- </div>
83
-
84
- <div class="container-fluid main">
85
- <div class="row main">
86
- <div class="hidden-xs menu">
87
- <compodoc-menu mode="normal"></compodoc-menu>
88
- </div>
89
- <!-- START CONTENT -->
90
- <div class="content component">
91
- <div class="content-data">
92
-
93
-
94
-
95
-
96
- <ol class="breadcrumb">
97
- <li class="breadcrumb-item">Components</li>
98
- <li class="breadcrumb-item"
99
- >
100
- EuimInfoScreenComponent</li>
101
- </ol>
102
-
103
- <ul class="nav nav-tabs" role="tablist">
104
- <li class="nav-item">
105
- <a href="#info" class="nav-link active"
106
- role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
107
- </li>
108
- </ul>
109
-
110
- <div class="tab-content">
111
- <div class="tab-pane fade active in" id="info"><p class="comment">
112
- <h3>File</h3>
113
- </p>
114
- <p class="comment">
115
- <code>packages/eui-mobile/packages/core/src/lib/components/layout/euim-info-screen/euim-info-screen.component.ts</code>
116
- </p>
117
-
118
-
119
-
120
-
121
-
122
-
123
- <section data-compodoc="block-metadata">
124
- <h3>Metadata</h3>
125
- <table class="table table-sm table-hover metadata">
126
- <tbody>
127
-
128
- <tr>
129
- <td class="col-md-3">changeDetection</td>
130
- <td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
131
- </tr>
132
-
133
- <tr>
134
- <td class="col-md-3">encapsulation</td>
135
- <td class="col-md-9"><code>ViewEncapsulation.None</code></td>
136
- </tr>
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
- <tr>
148
- <td class="col-md-3">selector</td>
149
- <td class="col-md-9"><code>euim-info-screen</code></td>
150
- </tr>
151
-
152
-
153
-
154
- <tr>
155
- <td class="col-md-3">styleUrls</td>
156
- <td class="col-md-9"><code>./styles/_index.scss</code></td>
157
- </tr>
158
-
159
-
160
-
161
- <tr>
162
- <td class="col-md-3">templateUrl</td>
163
- <td class="col-md-9"><code>./euim-info-screen.component.html</code></td>
164
- </tr>
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
- </tbody>
174
- </table>
175
- </section>
176
-
177
- <section data-compodoc="block-index">
178
- <h3 id="index">Index</h3>
179
- <table class="table table-sm table-bordered index-table">
180
- <tbody>
181
- <tr>
182
- <td class="col-md-4">
183
- <h6><b>Properties</b></h6>
184
- </td>
185
- </tr>
186
- <tr>
187
- <td class="col-md-4">
188
- <ul class="index-list">
189
- <li>
190
- <span class="modifier"></span>
191
- <a href="#className" >className</a>
192
- </li>
193
- </ul>
194
- </td>
195
- </tr>
196
-
197
-
198
-
199
-
200
- <tr>
201
- <td class="col-md-4">
202
- <h6><b>HostBindings</b></h6>
203
- </td>
204
- </tr>
205
- <tr>
206
- <td class="col-md-4">
207
- <ul class="index-list">
208
- <li>
209
- <a href="#class" >class</a>
210
- </li>
211
- </ul>
212
- </td>
213
- </tr>
214
-
215
-
216
- </tbody>
217
- </table>
218
- </section>
219
-
220
-
221
-
222
-
223
- <section data-compodoc="block-properties">
224
- <h3>HostBindings</h3> <table class="table table-sm table-bordered">
225
- <tbody>
226
- <tr>
227
- <td class="col-md-4">
228
- <a name="class"></a>
229
- <span class="name">
230
- <span ><b>class</b></span>
231
- <a href="#class"><span class="icon ion-ios-link"></span></a>
232
- </span>
233
- </td>
234
- </tr>
235
- <tr>
236
- <td class="col-md-4">
237
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
238
-
239
- </td>
240
- </tr>
241
- <tr>
242
- <td class="col-md-4">
243
- <i>Default value : </i><code>&#x27;euim-info-screen&#x27;</code>
244
- </td>
245
- </tr>
246
-
247
-
248
- </tbody>
249
- </table>
250
- </section>
251
-
252
-
253
-
254
- <section data-compodoc="block-properties">
255
-
256
- <h3 id="inputs">
257
- Properties
258
- </h3>
259
- <table class="table table-sm table-bordered">
260
- <tbody>
261
- <tr>
262
- <td class="col-md-4">
263
- <a name="className"></a>
264
- <span class="name">
265
- <span class="modifier"></span>
266
- <span ><b>className</b></span>
267
- <a href="#className"><span class="icon ion-ios-link"></span></a>
268
- </span>
269
- </td>
270
- </tr>
271
- <tr>
272
- <td class="col-md-4">
273
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
274
-
275
- </td>
276
- </tr>
277
- <tr>
278
- <td class="col-md-4">
279
- <i>Default value : </i><code>&#x27;euim-info-screen&#x27;</code>
280
- </td>
281
- </tr>
282
- <tr>
283
- <td class="col-md-4">
284
- <b>Decorators : </b>
285
- <br />
286
- <code>
287
- @HostBinding(&#x27;class&#x27;)<br />
288
- </code>
289
- </td>
290
- </tr>
291
-
292
-
293
- </tbody>
294
- </table>
295
- </section>
296
-
297
- </div>
298
-
299
-
300
-
301
-
302
-
303
-
304
-
305
- </div>
306
-
307
- <script src="../js/libs/vis.min.js"></script>
308
- <script src="../js/libs/htmlparser.js"></script>
309
- <script src="../js/libs/deep-iterator.js"></script>
310
- <script>
311
- var COMPONENT_TEMPLATE = '<div><ng-content></ng-content></div>'
312
- var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
313
- var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
314
- var ACTUAL_COMPONENT = {'name': 'EuimInfoScreenComponent'};
315
- </script>
316
- <script src="../js/tree.js"></script>
317
-
318
-
319
-
320
-
321
-
322
-
323
-
324
-
325
-
326
-
327
-
328
-
329
-
330
-
331
-
332
-
333
-
334
- </div><div class="search-results">
335
- <div class="has-results">
336
- <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
337
- <ul class="search-results-list"></ul>
338
- </div>
339
- <div class="no-results">
340
- <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
341
- </div>
342
- </div>
343
- </div>
344
- <!-- END CONTENT -->
345
- </div>
346
- </div>
347
-
348
- <label class="dark-mode-switch">
349
- <input type="checkbox">
350
- <span class="slider">
351
- <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
352
- <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
353
- </svg>
354
- </span>
355
- </label>
356
-
357
- <script>
358
- var COMPODOC_CURRENT_PAGE_DEPTH = 1;
359
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'component';
360
- var COMPODOC_CURRENT_PAGE_URL = 'EuimInfoScreenComponent.html';
361
- var MAX_SEARCH_RESULTS = 15;
362
- </script>
363
-
364
- <script src="../js/libs/custom-elements.min.js"></script>
365
- <script src="../js/libs/lit-html.js"></script>
366
-
367
- <script src="../js/menu-wc.js" defer></script>
368
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
369
-
370
- <script src="../js/libs/bootstrap-native.js"></script>
371
-
372
- <script src="../js/libs/es6-shim.min.js"></script>
373
- <script src="../js/libs/EventDispatcher.js"></script>
374
- <script src="../js/libs/promise.min.js"></script>
375
- <script src="../js/libs/zepto.min.js"></script>
376
-
377
- <script src="../js/compodoc.js"></script>
378
-
379
- <script src="../js/tabs.js"></script>
380
- <script src="../js/menu.js"></script>
381
- <script src="../js/libs/clipboard.min.js"></script>
382
- <script src="../js/libs/prism.js"></script>
383
- <script src="../js/sourceCode.js"></script>
384
- <script src="../js/search/search.js"></script>
385
- <script src="../js/search/lunr.min.js"></script>
386
- <script src="../js/search/search-lunr.js"></script>
387
- <script src="../js/search/search_index.js"></script>
388
- <script src="../js/lazy-load-graphs.js"></script>
389
-
390
-
391
- </body>
392
- </html>