@eui/mobile-core 17.3.0-snapshot-1720769361456 → 17.3.0-snapshot-1721050268294

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 (77) hide show
  1. package/docs/components/EuiMUserProfileActionComponent.html +1 -1
  2. package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
  3. package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
  4. package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
  5. package/docs/components/EuimAboutComponent.html +1 -1
  6. package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
  7. package/docs/components/EuimAlertMessageComponent.html +1 -1
  8. package/docs/components/EuimAppComponent.html +1 -1
  9. package/docs/components/EuimAvatarComponent.html +1 -1
  10. package/docs/components/EuimAvatarIconComponent.html +1 -1
  11. package/docs/components/EuimBadgeComponent.html +1 -1
  12. package/docs/components/EuimCardComponent.html +1 -1
  13. package/docs/components/EuimCardListComponent.html +1 -1
  14. package/docs/components/EuimChangelogComponent.html +1 -1
  15. package/docs/components/EuimChipSelectorComponent.html +1 -1
  16. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  17. package/docs/components/EuimDataSummaryComponent.html +1 -1
  18. package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
  19. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  20. package/docs/components/EuimHelpSupportComponent.html +1 -1
  21. package/docs/components/EuimLabelComponent.html +1 -1
  22. package/docs/components/EuimLanguageListComponent.html +1 -1
  23. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  24. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  25. package/docs/components/EuimMessageComponent.html +1 -1
  26. package/docs/components/EuimMessageTitleComponent.html +1 -1
  27. package/docs/components/EuimMultiselectComponent.html +1 -1
  28. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  29. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  30. package/docs/components/EuimMultiselectListComponent.html +1 -1
  31. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  32. package/docs/components/EuimNotificationItemComponent.html +1 -1
  33. package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
  34. package/docs/components/EuimPdfViewerComponent.html +1 -1
  35. package/docs/components/EuimScrollerXComponent.html +1 -1
  36. package/docs/components/EuimSidebarComponent.html +1 -1
  37. package/docs/components/EuimSidebarContentComponent.html +1 -1
  38. package/docs/components/EuimSkeletonListComponent.html +1 -1
  39. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  40. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  41. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  42. package/docs/components/EuimSpinnerComponent.html +1 -1
  43. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  44. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  45. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  46. package/docs/components/EuimToolbarComponent.html +1 -1
  47. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  48. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  49. package/docs/components/EuimUserProfileComponent.html +1 -1
  50. package/docs/dependencies.html +5 -5
  51. package/docs/directives/EuimListHeaderDirective.html +428 -0
  52. package/docs/index.html +2 -2
  53. package/docs/js/menu-wc.js +23 -6
  54. package/docs/js/menu-wc_es5.js +1 -1
  55. package/docs/js/search/search_index.js +2 -2
  56. package/docs/miscellaneous/variables.html +1 -0
  57. package/docs/modules/EuimAllModule.html +6 -0
  58. package/docs/modules/EuimListHeaderModule.html +228 -0
  59. package/docs/modules.html +12 -0
  60. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.directive.mjs +27 -0
  61. package/esm2022/lib/components/directives/euim-list-header/euim-list-header.module.mjs +28 -0
  62. package/esm2022/lib/components/directives/euim-list-header/index.mjs +3 -0
  63. package/esm2022/lib/components/index.mjs +2 -1
  64. package/esm2022/lib/euim-all.module.mjs +7 -2
  65. package/fesm2022/eui-mobile-core.mjs +54 -1
  66. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  67. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts +9 -0
  68. package/lib/components/directives/euim-list-header/euim-list-header.directive.d.ts.map +1 -0
  69. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts +10 -0
  70. package/lib/components/directives/euim-list-header/euim-list-header.module.d.ts.map +1 -0
  71. package/lib/components/directives/euim-list-header/index.d.ts +3 -0
  72. package/lib/components/directives/euim-list-header/index.d.ts.map +1 -0
  73. package/lib/components/index.d.ts +1 -0
  74. package/lib/components/index.d.ts.map +1 -1
  75. package/lib/euim-all.module.d.ts +5 -4
  76. package/lib/euim-all.module.d.ts.map +1 -1
  77. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.