@eui/mobile-core 18.0.8 → 18.1.0-snapshot-1752231692466

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 (99) 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/EuimAvatarBadgeComponent.html +1 -1
  10. package/docs/components/EuimAvatarComponent.html +1 -1
  11. package/docs/components/EuimAvatarIconComponent.html +1 -1
  12. package/docs/components/EuimAvatarIconSubComponent.html +1 -1
  13. package/docs/components/EuimAvatarImageComponent.html +1 -1
  14. package/docs/components/EuimAvatarTextComponent.html +1 -1
  15. package/docs/components/EuimBadgeComponent.html +1 -1
  16. package/docs/components/EuimCardComponent.html +1 -1
  17. package/docs/components/EuimCardListComponent.html +1 -1
  18. package/docs/components/EuimChangelogComponent.html +1 -1
  19. package/docs/components/EuimChipSelectorComponent.html +1 -1
  20. package/docs/components/EuimDataSummaryColComponent.html +1 -1
  21. package/docs/components/EuimDataSummaryComponent.html +1 -1
  22. package/docs/components/EuimEmptyListPlaceholderComponent.html +126 -2
  23. package/docs/components/EuimHeaderDetailsComponent.html +1 -1
  24. package/docs/components/EuimHelpSupportComponent.html +1 -1
  25. package/docs/components/EuimHelperTextComponent.html +1 -1
  26. package/docs/components/EuimLabelComponent.html +1 -1
  27. package/docs/components/EuimLanguageListComponent.html +1 -1
  28. package/docs/components/EuimLanguageSelectorComponent.html +1 -1
  29. package/docs/components/EuimMediaHeaderComponent.html +1 -1
  30. package/docs/components/EuimMessageComponent.html +1 -1
  31. package/docs/components/EuimMessageTitleComponent.html +1 -1
  32. package/docs/components/EuimMultiselectComponent.html +1 -1
  33. package/docs/components/EuimMultiselectFilterComponent.html +1 -1
  34. package/docs/components/EuimMultiselectInfoComponent.html +1 -1
  35. package/docs/components/EuimMultiselectListComponent.html +1 -1
  36. package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
  37. package/docs/components/EuimNotificationItemComponent.html +1 -1
  38. package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
  39. package/docs/components/EuimPdfViewerComponent.html +1 -1
  40. package/docs/components/EuimScrollerXComponent.html +1 -1
  41. package/docs/components/EuimSidebarComponent.html +1 -1
  42. package/docs/components/EuimSidebarContentComponent.html +1 -1
  43. package/docs/components/EuimSkeletonListComponent.html +1 -1
  44. package/docs/components/EuimSkeletonListItemComponent.html +1 -1
  45. package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
  46. package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
  47. package/docs/components/EuimSpinnerComponent.html +141 -23
  48. package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
  49. package/docs/components/EuimSpinnerMessageComponent.html +1 -1
  50. package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
  51. package/docs/components/EuimToolbarComponent.html +1 -1
  52. package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
  53. package/docs/components/EuimToolbarQrcodeComponent.html +1 -1
  54. package/docs/components/EuimToolbarTitleComponent.html +1 -1
  55. package/docs/components/EuimUserProfileComponent.html +1 -1
  56. package/docs/directives/EuimEmptyListPlaceholderIconDirective.html +350 -0
  57. package/docs/directives/EuimEmptyListPlaceholderSubtitleDirective.html +350 -0
  58. package/docs/directives/EuimEmptyListPlaceholderTitleDirective.html +350 -0
  59. package/docs/directives/EuimFooterTransparentDirective.html +350 -0
  60. package/docs/index.html +1 -1
  61. package/docs/js/menu-wc.js +41 -9
  62. package/docs/js/menu-wc_es5.js +1 -1
  63. package/docs/js/search/search_index.js +2 -2
  64. package/docs/miscellaneous/variables.html +1 -0
  65. package/docs/modules/EuimEmptyListPlaceholderModule.html +25 -0
  66. package/esm2022/lib/components/directives/euim-footer-transparent/euim-footer-transparent.directive.mjs +20 -0
  67. package/esm2022/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-icon.directive.mjs +20 -0
  68. package/esm2022/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-subtitle.directive.mjs +20 -0
  69. package/esm2022/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-title.directive.mjs +20 -0
  70. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +17 -6
  71. package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.mjs +17 -2
  72. package/esm2022/lib/components/euim-empty-list-placeholder/index.mjs +4 -1
  73. package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
  74. package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +25 -8
  75. package/esm2022/lib/components/index.mjs +2 -1
  76. package/esm2022/lib/euim-all.module.mjs +5 -2
  77. package/fesm2022/eui-mobile-core.mjs +128 -15
  78. package/fesm2022/eui-mobile-core.mjs.map +1 -1
  79. package/lib/components/directives/euim-footer-transparent/euim-footer-transparent.directive.d.ts +7 -0
  80. package/lib/components/directives/euim-footer-transparent/euim-footer-transparent.directive.d.ts.map +1 -0
  81. package/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-icon.directive.d.ts +7 -0
  82. package/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-icon.directive.d.ts.map +1 -0
  83. package/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-subtitle.directive.d.ts +7 -0
  84. package/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-subtitle.directive.d.ts.map +1 -0
  85. package/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-title.directive.d.ts +7 -0
  86. package/lib/components/euim-empty-list-placeholder/directives/euim-empty-list-placeholder-title.directive.d.ts.map +1 -0
  87. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +7 -1
  88. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
  89. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts +4 -1
  90. package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.module.d.ts.map +1 -1
  91. package/lib/components/euim-empty-list-placeholder/index.d.ts +3 -0
  92. package/lib/components/euim-empty-list-placeholder/index.d.ts.map +1 -1
  93. package/lib/components/euim-spinner/euim-spinner.component.d.ts +7 -2
  94. package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
  95. package/lib/components/index.d.ts +1 -0
  96. package/lib/components/index.d.ts.map +1 -1
  97. package/lib/euim-all.module.d.ts +9 -8
  98. package/lib/euim-all.module.d.ts.map +1 -1
  99. package/package.json +2 -2

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.