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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (268) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +2 -2
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
  3. package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
  5. package/docs/components/EuimAboutComponent.html +57 -168
  6. package/docs/components/EuimAboutContentLoadingComponent.html +98 -18
  7. package/docs/components/EuimAlertMessageComponent.html +3 -3
  8. package/docs/components/EuimAppComponent.html +2 -2
  9. package/docs/components/EuimAvatarBadgeComponent.html +2 -2
  10. package/docs/components/EuimAvatarComponent.html +5 -5
  11. package/docs/components/EuimAvatarIconComponent.html +2 -2
  12. package/docs/components/EuimAvatarIconSubComponent.html +3 -3
  13. package/docs/components/EuimAvatarImageComponent.html +2 -2
  14. package/docs/components/EuimAvatarTextComponent.html +2 -2
  15. package/docs/components/EuimBadgeComponent.html +3 -3
  16. package/docs/components/EuimCardComponent.html +2 -2
  17. package/docs/components/EuimCardListComponent.html +2 -2
  18. package/docs/components/EuimChangelogComponent.html +102 -3
  19. package/docs/components/EuimChipSelectorComponent.html +7 -7
  20. package/docs/components/EuimDataSummaryColComponent.html +2 -2
  21. package/docs/components/EuimDataSummaryComponent.html +2 -2
  22. package/docs/components/EuimEmptyListPlaceholderComponent.html +3 -3
  23. package/docs/components/EuimHeaderDetailsComponent.html +2 -2
  24. package/docs/components/EuimHelpSupportComponent.html +8 -80
  25. package/docs/components/EuimLabelComponent.html +3 -3
  26. package/docs/components/EuimLanguageListComponent.html +3 -3
  27. package/docs/components/EuimLanguageSelectorComponent.html +26 -3
  28. package/docs/components/EuimMediaHeaderComponent.html +2 -2
  29. package/docs/components/EuimMessageComponent.html +2 -2
  30. package/docs/components/EuimMessageTitleComponent.html +2 -2
  31. package/docs/components/EuimMultiselectComponent.html +2 -2
  32. package/docs/components/EuimMultiselectFilterComponent.html +3 -3
  33. package/docs/components/EuimMultiselectInfoComponent.html +2 -2
  34. package/docs/components/EuimMultiselectListComponent.html +2 -2
  35. package/docs/components/EuimMultiselectToolbarComponent.html +3 -3
  36. package/docs/components/EuimNotificationItemComponent.html +2 -2
  37. package/docs/components/EuimOpenSourceLicencesComponent.html +102 -3
  38. package/docs/components/EuimPdfViewerComponent.html +3 -10
  39. package/docs/components/EuimScrollerXComponent.html +2 -2
  40. package/docs/components/EuimSidebarComponent.html +2 -2
  41. package/docs/components/EuimSidebarContentComponent.html +2 -2
  42. package/docs/components/EuimSkeletonListComponent.html +2 -2
  43. package/docs/components/EuimSkeletonListItemComponent.html +2 -2
  44. package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
  45. package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
  46. package/docs/components/EuimSpinnerComponent.html +2 -2
  47. package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
  48. package/docs/components/EuimSpinnerMessageComponent.html +2 -2
  49. package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
  50. package/docs/components/EuimToolbarComponent.html +27 -3
  51. package/docs/components/EuimToolbarDatepickerComponent.html +4 -11
  52. package/docs/components/EuimToolbarQrcodeComponent.html +364 -0
  53. package/docs/components/EuimToolbarTitleComponent.html +2 -2
  54. package/docs/components/EuimUserProfileComponent.html +2 -2
  55. package/docs/dependencies.html +4 -4
  56. package/docs/directives/EuimDividerDirective.html +4 -0
  57. package/docs/directives/EuimListHeaderDirective.html +4 -0
  58. package/docs/directives/EuimSkeletonTextAvatarDirective.html +4 -0
  59. package/docs/index.html +4 -4
  60. package/docs/js/menu-wc.js +117 -53
  61. package/docs/js/menu-wc_es5.js +1 -1
  62. package/docs/js/search/search_index.js +2 -2
  63. package/docs/miscellaneous/variables.html +80 -0
  64. package/docs/modules/EuimAllModule.html +1 -1
  65. package/docs/modules/EuimDividerModule.html +13 -4
  66. package/docs/modules/EuimListHeaderModule.html +13 -4
  67. package/docs/modules/EuimSkeletonTextAvatarModule.html +13 -4
  68. package/docs/modules/EuimToolbarDatepickerModule.html +0 -6
  69. package/docs/{interfaces/HelpContacts.html → modules/EuimToolbarQrcodeModule.html} +49 -132
  70. package/docs/modules.html +24 -0
  71. package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +5 -6
  72. package/esm2022/lib/components/atoms/euim-label/euim-label.module.mjs +5 -5
  73. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +5 -5
  74. package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.module.mjs +5 -5
  75. package/esm2022/lib/components/base-states.directive.mjs +4 -4
  76. package/esm2022/lib/components/directives/euim-align-center/euim-align-center.directive.mjs +4 -4
  77. package/esm2022/lib/components/directives/euim-align-top/euim-align-top.directive.mjs +4 -4
  78. package/esm2022/lib/components/directives/euim-divider/euim-divider.directive.mjs +5 -4
  79. package/esm2022/lib/components/directives/euim-divider/euim-divider.module.mjs +12 -9
  80. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +5 -4
  81. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +12 -9
  82. package/esm2022/lib/components/directives/euim-list-item/euim-list-item.directive.mjs +4 -4
  83. package/esm2022/lib/components/directives/euim-min-width/euim-min-width.directive.mjs +4 -4
  84. package/esm2022/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.mjs +4 -4
  85. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.mjs +5 -4
  86. package/esm2022/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.mjs +12 -9
  87. package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +4 -4
  88. package/esm2022/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.mjs +11 -12
  89. package/esm2022/lib/components/euim-about/euim-about.component.mjs +10 -35
  90. package/esm2022/lib/components/euim-about/euim-about.module.mjs +5 -9
  91. package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +12 -11
  92. package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +12 -34
  93. package/esm2022/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.mjs +12 -11
  94. package/esm2022/lib/components/euim-alert-message/euim-alert-message.module.mjs +5 -5
  95. package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +15 -13
  96. package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +4 -4
  97. package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +4 -4
  98. package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +4 -4
  99. package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +4 -4
  100. package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +4 -4
  101. package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +5 -5
  102. package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +5 -5
  103. package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +6 -5
  104. package/esm2022/lib/components/euim-badge/euim-badge.module.mjs +5 -5
  105. package/esm2022/lib/components/euim-card/euim-card-image/euim-card-image.directive.mjs +4 -4
  106. package/esm2022/lib/components/euim-card/euim-card.component.mjs +5 -5
  107. package/esm2022/lib/components/euim-card/euim-card.module.mjs +5 -5
  108. package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +5 -5
  109. package/esm2022/lib/components/euim-card-list/euim-card-list.module.mjs +5 -5
  110. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +4 -4
  111. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +8 -7
  112. package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.module.mjs +5 -5
  113. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col/euim-data-summary-col.component.mjs +4 -4
  114. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +4 -4
  115. package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +4 -4
  116. package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +7 -7
  117. package/esm2022/lib/components/euim-data-summary/euim-data-summary.module.mjs +5 -5
  118. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +5 -5
  119. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +5 -5
  120. package/esm2022/lib/components/euim-media-header/euim-media-header-custom-content/euim-media-header-content.directive.mjs +4 -4
  121. package/esm2022/lib/components/euim-media-header/euim-media-header-image/euim-media-header-image.directive.mjs +4 -4
  122. package/esm2022/lib/components/euim-media-header/euim-media-header-sub-title/euim-media-header-sub-title.directive.mjs +4 -4
  123. package/esm2022/lib/components/euim-media-header/euim-media-header-title/euim-media-header-title.directive.mjs +4 -4
  124. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +5 -5
  125. package/esm2022/lib/components/euim-media-header/euim-media-header.module.mjs +5 -5
  126. package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -4
  127. package/esm2022/lib/components/euim-message/euim-message.component.mjs +5 -5
  128. package/esm2022/lib/components/euim-message/euim-message.module.mjs +5 -5
  129. package/esm2022/lib/components/euim-multiselect/euim-multiselect-all/euim-multiselect-all.directive.mjs +4 -4
  130. package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +5 -5
  131. package/esm2022/lib/components/euim-multiselect/euim-multiselect-info/euim-multiselect-info.component.mjs +4 -4
  132. package/esm2022/lib/components/euim-multiselect/euim-multiselect-list/euim-multiselect-list.component.mjs +4 -4
  133. package/esm2022/lib/components/euim-multiselect/euim-multiselect-select-field/euim-multiselect-select-field.directive.mjs +4 -4
  134. package/esm2022/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.mjs +5 -5
  135. package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +5 -5
  136. package/esm2022/lib/components/euim-multiselect/euim-multiselect.module.mjs +5 -5
  137. package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.mjs +5 -9
  138. package/esm2022/lib/components/euim-pdf-viewer/euim-pdf-viewer.module.mjs +5 -5
  139. package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-label/euim-read-only-form-label.directive.mjs +4 -4
  140. package/esm2022/lib/components/euim-read-only-form/euim-read-only-form-value/euim-read-only-form-value.directive.mjs +4 -4
  141. package/esm2022/lib/components/euim-read-only-form/euim-read-only-form.directive.mjs +4 -4
  142. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +4 -4
  143. package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.module.mjs +5 -5
  144. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
  145. package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +5 -5
  146. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +5 -5
  147. package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.module.mjs +5 -5
  148. package/esm2022/lib/components/euim-slider-info-screen/euim-slide-info-screen/euim-slide-info-screen.component.mjs +4 -4
  149. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.mjs +4 -4
  150. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-sub-title/euim-slider-info-screen-sub-title.directive.mjs +4 -4
  151. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen-title/euim-slider-info-screen-title.directive.mjs +4 -4
  152. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +5 -5
  153. package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.module.mjs +5 -5
  154. package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +5 -5
  155. package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +5 -5
  156. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +5 -5
  157. package/esm2022/lib/components/euim-spinner/euim-spinner.module.mjs +5 -5
  158. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +6 -10
  159. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +6 -11
  160. package/esm2022/lib/components/euim-toolbar-datepicker/index.mjs +1 -2
  161. package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.mjs +21 -0
  162. package/esm2022/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.mjs +36 -0
  163. package/esm2022/lib/components/euim-toolbar-qrcode/index.mjs +3 -0
  164. package/esm2022/lib/components/index.mjs +2 -1
  165. package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +4 -4
  166. package/esm2022/lib/components/layout/euim-app/euim-app.module.mjs +5 -5
  167. package/esm2022/lib/components/layout/euim-header-details/euim-header-details-icon/euim-header-details-icon.directive.mjs +4 -4
  168. package/esm2022/lib/components/layout/euim-header-details/euim-header-details-meta/euim-header-details-meta.directive.mjs +4 -4
  169. package/esm2022/lib/components/layout/euim-header-details/euim-header-details-title/euim-header-details-title.directive.mjs +4 -4
  170. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +5 -5
  171. package/esm2022/lib/components/layout/euim-header-details/euim-header-details.module.mjs +5 -5
  172. package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +10 -9
  173. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +8 -7
  174. package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +5 -5
  175. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +4 -4
  176. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +5 -5
  177. package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +5 -5
  178. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +4 -4
  179. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +4 -4
  180. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +8 -5
  181. package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.module.mjs +5 -5
  182. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -4
  183. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -4
  184. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -4
  185. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -4
  186. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +5 -5
  187. package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.module.mjs +5 -5
  188. package/esm2022/lib/euim-all.module.mjs +11 -6
  189. package/esm2022/lib/services/euim-app.service.mjs +4 -4
  190. package/fesm2022/eui-mobile-core.mjs +570 -608
  191. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  192. package/lib/components/atoms/euim-label/euim-label.component.d.ts +1 -1
  193. package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
  194. package/lib/components/base-states.directive.d.ts.map +1 -1
  195. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts +1 -1
  196. package/lib/components/directives/euim-divider/euim-divider.directive.d.ts.map +1 -1
  197. package/lib/components/directives/euim-divider/euim-divider.module.d.ts +7 -4
  198. package/lib/components/directives/euim-divider/euim-divider.module.d.ts.map +1 -1
  199. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +1 -1
  200. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -1
  201. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +7 -4
  202. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -1
  203. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts +1 -1
  204. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.directive.d.ts.map +1 -1
  205. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts +7 -4
  206. package/lib/components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module.d.ts.map +1 -1
  207. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts +2 -2
  208. package/lib/components/euim-about/euim-about-content-loading/euim-about-content-loading.component.d.ts.map +1 -1
  209. package/lib/components/euim-about/euim-about.component.d.ts +2 -12
  210. package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
  211. package/lib/components/euim-about/euim-about.module.d.ts +9 -10
  212. package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
  213. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts +1 -0
  214. package/lib/components/euim-about/euim-changelog/euim-changelog.component.d.ts.map +1 -1
  215. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +2 -45
  216. package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
  217. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts +2 -1
  218. package/lib/components/euim-about/euim-opensource-licences/euim-opensource-licences.component.d.ts.map +1 -1
  219. package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
  220. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +1 -1
  221. package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -1
  222. package/lib/components/euim-avatar/euim-avatar.component.d.ts +3 -3
  223. package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
  224. package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
  225. package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
  226. package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
  227. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +3 -3
  228. package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
  229. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  230. package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
  231. package/lib/components/euim-multiselect/euim-multiselect-toolbar/euim-multiselect-toolbar.component.d.ts.map +1 -1
  232. package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
  233. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts +0 -4
  234. package/lib/components/euim-pdf-viewer/euim-pdf-viewer.component.d.ts.map +1 -1
  235. package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
  236. package/lib/components/euim-slider-info-screen/euim-slider-info-screen-content/euim-slider-info-screen-content.directive.d.ts.map +1 -1
  237. package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
  238. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts +0 -4
  239. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts.map +1 -1
  240. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +7 -8
  241. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts.map +1 -1
  242. package/lib/components/euim-toolbar-datepicker/index.d.ts +0 -1
  243. package/lib/components/euim-toolbar-datepicker/index.d.ts.map +1 -1
  244. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts +9 -0
  245. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.component.d.ts.map +1 -0
  246. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts +12 -0
  247. package/lib/components/euim-toolbar-qrcode/euim-toolbar-qrcode.module.d.ts.map +1 -0
  248. package/lib/components/euim-toolbar-qrcode/index.d.ts +3 -0
  249. package/lib/components/euim-toolbar-qrcode/index.d.ts.map +1 -0
  250. package/lib/components/index.d.ts +1 -0
  251. package/lib/components/index.d.ts.map +1 -1
  252. package/lib/components/layout/euim-header-details/euim-header-details.component.d.ts.map +1 -1
  253. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +1 -0
  254. package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
  255. package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts.map +1 -1
  256. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +2 -1
  257. package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
  258. package/lib/euim-all.module.d.ts +16 -15
  259. package/lib/euim-all.module.d.ts.map +1 -1
  260. package/package.json +2 -2
  261. package/docs/directives/EuimToolbarDatepickerDatetimeDirective.html +0 -671
  262. package/docs/interfaces/AlertInfos.html +0 -411
  263. package/docs/interfaces/Contact.html +0 -540
  264. package/docs/interfaces/Material.html +0 -495
  265. package/docs/interfaces/SupportMaterials.html +0 -315
  266. package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.mjs +0 -73
  267. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts +0 -19
  268. package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-datetime.directive.d.ts.map +0 -1
@@ -1,540 +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
- </script>
65
-
66
- <div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
67
- <a href="../" class="navbar-brand">csdr documentation</a>
68
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
69
- </div>
70
-
71
- <div class="xs-menu menu" id="mobile-menu">
72
- <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
73
- </div>
74
-
75
- <div class="container-fluid main">
76
- <div class="row main">
77
- <div class="hidden-xs menu">
78
- <compodoc-menu mode="normal"></compodoc-menu>
79
- </div>
80
- <!-- START CONTENT -->
81
- <div class="content interface">
82
- <div class="content-data">
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
92
-
93
-
94
-
95
-
96
- <ol class="breadcrumb">
97
- <li class="breadcrumb-item">Interfaces</li>
98
- <li class="breadcrumb-item"
99
- >
100
- Contact</li>
101
- </ol>
102
-
103
- <ul class="nav nav-tabs" role="tablist">
104
- <li class="nav-item">
105
- <a href="#info"
106
- class="nav-link"
107
- class="nav-link active"
108
- role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
109
- </li>
110
- </ul>
111
-
112
- <div class="tab-content">
113
- <div class="tab-pane fade active in" id="info">
114
- <p class="comment">
115
- <h3>File</h3>
116
- </p>
117
- <p class="comment">
118
- <code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-help-support/euim-help-support.component.ts</code>
119
- </p>
120
-
121
-
122
-
123
-
124
- <section data-compodoc="block-index">
125
- <h3 id="index">Index</h3>
126
- <table class="table table-sm table-bordered index-table">
127
- <tbody>
128
- <tr>
129
- <td class="col-md-4">
130
- <h6><b>Properties</b></h6>
131
- </td>
132
- </tr>
133
- <tr>
134
- <td class="col-md-4">
135
- <ul class="index-list">
136
- <li>
137
- <span class="modifier">Optional</span>
138
- <a href="#fragment"
139
- >
140
- fragment
141
- </a>
142
- </li>
143
- <li>
144
- <span class="modifier">Optional</span>
145
- <a href="#icon"
146
- >
147
- icon
148
- </a>
149
- </li>
150
- <li>
151
- <span class="modifier">Optional</span>
152
- <a href="#link"
153
- >
154
- link
155
- </a>
156
- </li>
157
- <li>
158
- <a href="#linkTitle"
159
- >
160
- linkTitle
161
- </a>
162
- </li>
163
- <li>
164
- <span class="modifier">Optional</span>
165
- <a href="#linkType"
166
- >
167
- linkType
168
- </a>
169
- </li>
170
- <li>
171
- <span class="modifier">Optional</span>
172
- <a href="#routerLink"
173
- >
174
- routerLink
175
- </a>
176
- </li>
177
- <li>
178
- <span class="modifier">Optional</span>
179
- <a href="#subtitle"
180
- >
181
- subtitle
182
- </a>
183
- </li>
184
- </ul>
185
- </td>
186
- </tr>
187
- </tbody>
188
- </table>
189
- </section>
190
-
191
-
192
-
193
- <section data-compodoc="block-properties">
194
- <h3 id="inputs">Properties</h3>
195
- <table class="table table-sm table-bordered">
196
- <tbody>
197
- <tr>
198
- <td class="col-md-4">
199
- <a name="fragment"></a>
200
- <span class="name "><b>fragment</b>
201
- <a href="#fragment">
202
- <span class="icon ion-ios-link"></span>
203
- </a>
204
- </span>
205
- </td>
206
- </tr>
207
- <tr>
208
- <td class="col-md-4">
209
- <code>fragment: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
210
- </code>
211
- </td>
212
- </tr>
213
-
214
-
215
- <tr>
216
- <td class="col-md-4">
217
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
218
-
219
- </td>
220
- </tr>
221
-
222
- <tr>
223
- <td class="col-md-4">
224
- <i>Optional</i>
225
- </td>
226
- </tr>
227
-
228
-
229
-
230
-
231
- </tbody>
232
- </table>
233
- <table class="table table-sm table-bordered">
234
- <tbody>
235
- <tr>
236
- <td class="col-md-4">
237
- <a name="icon"></a>
238
- <span class="name "><b>icon</b>
239
- <a href="#icon">
240
- <span class="icon ion-ios-link"></span>
241
- </a>
242
- </span>
243
- </td>
244
- </tr>
245
- <tr>
246
- <td class="col-md-4">
247
- <code>icon: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
248
- </code>
249
- </td>
250
- </tr>
251
-
252
-
253
- <tr>
254
- <td class="col-md-4">
255
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
256
-
257
- </td>
258
- </tr>
259
-
260
- <tr>
261
- <td class="col-md-4">
262
- <i>Optional</i>
263
- </td>
264
- </tr>
265
-
266
-
267
-
268
-
269
- </tbody>
270
- </table>
271
- <table class="table table-sm table-bordered">
272
- <tbody>
273
- <tr>
274
- <td class="col-md-4">
275
- <a name="link"></a>
276
- <span class="name "><b>link</b>
277
- <a href="#link">
278
- <span class="icon ion-ios-link"></span>
279
- </a>
280
- </span>
281
- </td>
282
- </tr>
283
- <tr>
284
- <td class="col-md-4">
285
- <code>link: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
286
- </code>
287
- </td>
288
- </tr>
289
-
290
-
291
- <tr>
292
- <td class="col-md-4">
293
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
294
-
295
- </td>
296
- </tr>
297
-
298
- <tr>
299
- <td class="col-md-4">
300
- <i>Optional</i>
301
- </td>
302
- </tr>
303
-
304
-
305
-
306
-
307
- </tbody>
308
- </table>
309
- <table class="table table-sm table-bordered">
310
- <tbody>
311
- <tr>
312
- <td class="col-md-4">
313
- <a name="linkTitle"></a>
314
- <span class="name "><b>linkTitle</b>
315
- <a href="#linkTitle">
316
- <span class="icon ion-ios-link"></span>
317
- </a>
318
- </span>
319
- </td>
320
- </tr>
321
- <tr>
322
- <td class="col-md-4">
323
- <code>linkTitle: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
324
- </code>
325
- </td>
326
- </tr>
327
-
328
-
329
- <tr>
330
- <td class="col-md-4">
331
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
332
-
333
- </td>
334
- </tr>
335
-
336
-
337
-
338
-
339
-
340
- </tbody>
341
- </table>
342
- <table class="table table-sm table-bordered">
343
- <tbody>
344
- <tr>
345
- <td class="col-md-4">
346
- <a name="linkType"></a>
347
- <span class="name "><b>linkType</b>
348
- <a href="#linkType">
349
- <span class="icon ion-ios-link"></span>
350
- </a>
351
- </span>
352
- </td>
353
- </tr>
354
- <tr>
355
- <td class="col-md-4">
356
- <code>linkType: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
357
- </code>
358
- </td>
359
- </tr>
360
-
361
-
362
- <tr>
363
- <td class="col-md-4">
364
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
365
-
366
- </td>
367
- </tr>
368
-
369
- <tr>
370
- <td class="col-md-4">
371
- <i>Optional</i>
372
- </td>
373
- </tr>
374
-
375
-
376
-
377
-
378
- </tbody>
379
- </table>
380
- <table class="table table-sm table-bordered">
381
- <tbody>
382
- <tr>
383
- <td class="col-md-4">
384
- <a name="routerLink"></a>
385
- <span class="name "><b>routerLink</b>
386
- <a href="#routerLink">
387
- <span class="icon ion-ios-link"></span>
388
- </a>
389
- </span>
390
- </td>
391
- </tr>
392
- <tr>
393
- <td class="col-md-4">
394
- <code>routerLink: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
395
- </code>
396
- </td>
397
- </tr>
398
-
399
-
400
- <tr>
401
- <td class="col-md-4">
402
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
403
-
404
- </td>
405
- </tr>
406
-
407
- <tr>
408
- <td class="col-md-4">
409
- <i>Optional</i>
410
- </td>
411
- </tr>
412
-
413
-
414
-
415
-
416
- </tbody>
417
- </table>
418
- <table class="table table-sm table-bordered">
419
- <tbody>
420
- <tr>
421
- <td class="col-md-4">
422
- <a name="subtitle"></a>
423
- <span class="name "><b>subtitle</b>
424
- <a href="#subtitle">
425
- <span class="icon ion-ios-link"></span>
426
- </a>
427
- </span>
428
- </td>
429
- </tr>
430
- <tr>
431
- <td class="col-md-4">
432
- <code>subtitle: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
433
- </code>
434
- </td>
435
- </tr>
436
-
437
-
438
- <tr>
439
- <td class="col-md-4">
440
- <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
441
-
442
- </td>
443
- </tr>
444
-
445
- <tr>
446
- <td class="col-md-4">
447
- <i>Optional</i>
448
- </td>
449
- </tr>
450
-
451
-
452
-
453
-
454
- </tbody>
455
- </table>
456
- </section>
457
- </div>
458
-
459
-
460
- </div>
461
-
462
-
463
-
464
-
465
-
466
-
467
-
468
-
469
- </div><div class="search-results">
470
- <div class="has-results">
471
- <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
472
- <ul class="search-results-list"></ul>
473
- </div>
474
- <div class="no-results">
475
- <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
476
- </div>
477
- </div>
478
- </div>
479
- <!-- END CONTENT -->
480
- </div>
481
- </div>
482
-
483
- <label class="dark-mode-switch">
484
- <input type="checkbox">
485
- <span class="slider">
486
- <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">
487
- <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
488
- </svg>
489
- </span>
490
- </label>
491
-
492
- <script>
493
- var COMPODOC_CURRENT_PAGE_DEPTH = 1;
494
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
495
- var COMPODOC_CURRENT_PAGE_URL = 'Contact.html';
496
- var MAX_SEARCH_RESULTS = 15;
497
- </script>
498
-
499
- <script>
500
- $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
501
- checkToggle(darkModeState);
502
- if ($darkModeToggleSwitchers.length > 0) {
503
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
504
- $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
505
- darkModeState = !darkModeState;
506
- toggleDarkMode(darkModeState);
507
- });
508
- }
509
- }
510
- </script>
511
-
512
- <script src="../js/libs/custom-elements.min.js"></script>
513
- <script src="../js/libs/lit-html.js"></script>
514
-
515
- <script src="../js/menu-wc.js" defer></script>
516
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
517
-
518
- <script src="../js/libs/bootstrap-native.js"></script>
519
-
520
- <script src="../js/libs/es6-shim.min.js"></script>
521
- <script src="../js/libs/EventDispatcher.js"></script>
522
- <script src="../js/libs/promise.min.js"></script>
523
- <script src="../js/libs/zepto.min.js"></script>
524
-
525
- <script src="../js/compodoc.js"></script>
526
-
527
- <script src="../js/tabs.js"></script>
528
- <script src="../js/menu.js"></script>
529
- <script src="../js/libs/clipboard.min.js"></script>
530
- <script src="../js/libs/prism.js"></script>
531
- <script src="../js/sourceCode.js"></script>
532
- <script src="../js/search/search.js"></script>
533
- <script src="../js/search/lunr.min.js"></script>
534
- <script src="../js/search/search-lunr.js"></script>
535
- <script src="../js/search/search_index.js"></script>
536
- <script src="../js/lazy-load-graphs.js"></script>
537
-
538
-
539
- </body>
540
- </html>