@eui/ecl 21.0.0-alpha.31 → 21.0.0-alpha.32

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 (201) hide show
  1. package/components/ecl-accordion/index.d.ts +8 -4
  2. package/components/ecl-accordion/index.d.ts.map +1 -1
  3. package/components/ecl-banner/index.d.ts +4 -1
  4. package/components/ecl-banner/index.d.ts.map +1 -1
  5. package/components/ecl-divider/index.d.ts +31 -0
  6. package/components/ecl-divider/index.d.ts.map +1 -0
  7. package/components/ecl-divider/package.json +3 -0
  8. package/components/ecl-featured/index.d.ts +13 -35
  9. package/components/ecl-featured/index.d.ts.map +1 -1
  10. package/components/ecl-feedback-message/index.d.ts.map +1 -1
  11. package/components/ecl-mega-menu/index.d.ts +7 -3
  12. package/components/ecl-mega-menu/index.d.ts.map +1 -1
  13. package/components/ecl-menu/index.d.ts +6 -3
  14. package/components/ecl-menu/index.d.ts.map +1 -1
  15. package/components/ecl-popover/index.d.ts +17 -12
  16. package/components/ecl-popover/index.d.ts.map +1 -1
  17. package/components/ecl-site-footer/index.d.ts +9 -3
  18. package/components/ecl-site-footer/index.d.ts.map +1 -1
  19. package/components/ecl-site-header/index.d.ts +6 -1
  20. package/components/ecl-site-header/index.d.ts.map +1 -1
  21. package/components/ecl-social-media-follow/index.d.ts.map +1 -1
  22. package/docs/changelog.html +142 -0
  23. package/docs/components/EclAccordionComponent.html +43 -2
  24. package/docs/components/EclAccordionItemComponent.html +2 -2
  25. package/docs/components/EclAppComponent.html +2 -2
  26. package/docs/components/EclBannerComponent.html +2 -2
  27. package/docs/components/EclBlockquoteComponent.html +2 -2
  28. package/docs/components/EclBreadcrumbComponent.html +2 -2
  29. package/docs/components/EclBreadcrumbSegmentComponent.html +2 -2
  30. package/docs/components/EclButtonComponent.html +2 -2
  31. package/docs/components/EclCardBodyComponent.html +2 -2
  32. package/docs/components/EclCardComponent.html +2 -2
  33. package/docs/components/EclCarouselComponent.html +2 -2
  34. package/docs/components/EclCarouselItemComponent.html +2 -2
  35. package/docs/components/EclCategoryFilterComponent.html +2 -2
  36. package/docs/components/EclCategoryFilterItemComponent.html +2 -2
  37. package/docs/components/EclCategoryFilterListComponent.html +2 -2
  38. package/docs/components/EclCheckboxHelpComponent.html +2 -2
  39. package/docs/components/EclCheckboxLabelComponent.html +3 -3
  40. package/docs/components/EclContentBlockComponent.html +2 -2
  41. package/docs/components/EclContentItemComponent.html +2 -2
  42. package/docs/components/EclDateBlockComponent.html +2 -2
  43. package/docs/components/EclDescriptionListDefinitionComponent.html +2 -2
  44. package/docs/components/EclExpandableComponent.html +2 -2
  45. package/docs/components/EclFactFiguresComponent.html +2 -2
  46. package/docs/components/EclFactFiguresDescriptionComponent.html +2 -2
  47. package/docs/components/EclFactFiguresItemComponent.html +2 -2
  48. package/docs/components/EclFactFiguresTitleComponent.html +2 -2
  49. package/docs/components/EclFactFiguresValueComponent.html +2 -2
  50. package/docs/components/EclFactFiguresViewAllComponent.html +2 -2
  51. package/docs/components/EclFeaturedComponent.html +33 -15
  52. package/docs/components/EclFeaturedItemComponent.html +27 -3
  53. package/docs/components/EclFeaturedItemDescriptionComponent.html +2 -2
  54. package/docs/components/EclFileComponent.html +2 -2
  55. package/docs/components/EclFileItemComponent.html +2 -2
  56. package/docs/components/EclFileItemsComponent.html +2 -2
  57. package/docs/components/EclFileTaxonomyComponent.html +2 -2
  58. package/docs/components/EclFormGroupComponent.html +2 -2
  59. package/docs/components/EclFormLabelComponent.html +3 -3
  60. package/docs/components/EclGalleryComponent.html +3 -3
  61. package/docs/components/EclGalleryFooterComponent.html +2 -2
  62. package/docs/components/EclGalleryItemComponent.html +3 -3
  63. package/docs/components/EclIconComponent.html +2 -2
  64. package/docs/components/EclInpageNavigationComponent.html +2 -2
  65. package/docs/components/EclInpageNavigationItemComponent.html +2 -2
  66. package/docs/components/EclListIllustrationComponent.html +2 -2
  67. package/docs/components/EclListIllustrationItemComponent.html +2 -2
  68. package/docs/components/EclLoadingIndicatorComponent.html +2 -2
  69. package/docs/components/EclMediaContainerComponent.html +2 -2
  70. package/docs/components/EclMegaMenuComponent.html +46 -2
  71. package/docs/components/EclMegaMenuFeaturedComponent.html +2 -2
  72. package/docs/components/EclMegaMenuInfoComponent.html +2 -2
  73. package/docs/components/EclMegaMenuItemComponent.html +2 -2
  74. package/docs/components/EclMegaMenuSubitemComponent.html +2 -2
  75. package/docs/components/EclMenuComponent.html +46 -2
  76. package/docs/components/EclMenuItemComponent.html +3 -3
  77. package/docs/components/EclMenuMegaComponent.html +2 -2
  78. package/docs/components/EclMenuMegaItemComponent.html +2 -2
  79. package/docs/components/EclModalBodyComponent.html +2 -2
  80. package/docs/components/EclModalComponent.html +2 -2
  81. package/docs/components/EclModalFooterComponent.html +2 -2
  82. package/docs/components/EclModalHeaderComponent.html +2 -2
  83. package/docs/components/EclMultiselectComponent.html +2 -2
  84. package/docs/components/EclMultiselectDropdownComponent.html +2 -2
  85. package/docs/components/EclMultiselectInputComponent.html +2 -2
  86. package/docs/components/EclMultiselectOptgroupComponent.html +2 -2
  87. package/docs/components/EclMultiselectOptionComponent.html +2 -2
  88. package/docs/components/EclNavigationListComponent.html +2 -2
  89. package/docs/components/EclNavigationListItemComponent.html +2 -2
  90. package/docs/components/EclNewsTickerComponent.html +2 -2
  91. package/docs/components/EclNewsTickerItemComponent.html +2 -2
  92. package/docs/components/EclNotificationComponent.html +3 -3
  93. package/docs/components/EclPageHeaderComponent.html +2 -2
  94. package/docs/components/EclPaginationComponent.html +2 -2
  95. package/docs/components/EclPaginationItemComponent.html +2 -2
  96. package/docs/components/EclPopoverComponent.html +96 -27
  97. package/docs/components/EclRadioHelpComponent.html +2 -2
  98. package/docs/components/EclRadioLabelComponent.html +2 -2
  99. package/docs/components/EclRangeBubbleComponent.html +2 -2
  100. package/docs/components/EclRangeValueComponent.html +2 -2
  101. package/docs/components/EclRatingFieldComponent.html +2 -2
  102. package/docs/components/EclSearchFormComponent.html +3 -3
  103. package/docs/components/EclSelectContainerComponent.html +2 -2
  104. package/docs/components/EclSiteFooterComponent.html +2 -2
  105. package/docs/components/EclSiteFooterCoreComponent.html +2 -2
  106. package/docs/components/EclSiteFooterFixedContentEUComponent.html +2 -2
  107. package/docs/components/EclSiteFooterRowCommonComponent.html +2 -2
  108. package/docs/components/EclSiteHeaderActionComponent.html +2 -2
  109. package/docs/components/EclSiteHeaderBannerTopComponent.html +2 -2
  110. package/docs/components/EclSiteHeaderComponent.html +33 -3
  111. package/docs/components/EclSiteHeaderCustomActionComponent.html +2 -2
  112. package/docs/components/EclSiteHeaderEnvironmentComponent.html +2 -2
  113. package/docs/components/EclSiteHeaderLanguageComponent.html +3 -3
  114. package/docs/components/EclSiteHeaderLanguagePopoverComponent.html +3 -3
  115. package/docs/components/EclSiteHeaderLoginComponent.html +3 -3
  116. package/docs/components/EclSiteHeaderNotificationComponent.html +2 -2
  117. package/docs/components/EclSiteHeaderSearchComponent.html +2 -2
  118. package/docs/components/EclSocialMediaFollowComponent.html +2 -2
  119. package/docs/components/EclSocialMediaFollowItemComponent.html +2 -2
  120. package/docs/components/EclSplashPageComponent.html +2 -2
  121. package/docs/components/EclSplashPageLanguageCategoryComponent.html +2 -2
  122. package/docs/components/EclSplashPageLanguageContainerComponent.html +2 -2
  123. package/docs/components/EclSplashPageLanguageLinkComponent.html +2 -2
  124. package/docs/components/EclStickyContainerComponent.html +2 -2
  125. package/docs/components/EclTabComponent.html +2 -2
  126. package/docs/components/EclTabLabelComponent.html +2 -2
  127. package/docs/components/EclTabMoreComponent.html +2 -2
  128. package/docs/components/EclTableSortButtonComponent.html +2 -2
  129. package/docs/components/EclTabsComponent.html +2 -2
  130. package/docs/components/EclTagComponent.html +2 -2
  131. package/docs/components/EclTimelineComponent.html +2 -2
  132. package/docs/components/EclTimelineItemComponent.html +2 -2
  133. package/docs/components/EclTimelineItemTogglerComponent.html +2 -2
  134. package/docs/directives/EclBannerDescriptionLinkDirective.html +65 -1
  135. package/docs/directives/EclBannerTitleLinkDirective.html +64 -1
  136. package/docs/directives/{EclSeparatorDirective.html → EclDividerDirective.html} +4 -4
  137. package/docs/directives/{EclFeaturedItemFooterLinkDirective.html → EclSiteFooterDescriptionNameDirective.html} +14 -14
  138. package/docs/js/menu-wc.js +36 -109
  139. package/docs/js/menu-wc_es5.js +1 -1
  140. package/docs/js/search/search_index.js +2 -2
  141. package/docs/miscellaneous/variables.html +31 -98
  142. package/docs/modules/{EclSeparatorModule.html → EclDividerModule.html} +6 -6
  143. package/docs/modules.html +12 -24
  144. package/docs/overview.html +4 -4
  145. package/docs/properties.html +1 -1
  146. package/fesm2022/eui-ecl-components-ecl-accordion.mjs +61 -43
  147. package/fesm2022/eui-ecl-components-ecl-accordion.mjs.map +1 -1
  148. package/fesm2022/eui-ecl-components-ecl-app.mjs +2 -2
  149. package/fesm2022/eui-ecl-components-ecl-app.mjs.map +1 -1
  150. package/fesm2022/eui-ecl-components-ecl-banner.mjs +14 -5
  151. package/fesm2022/eui-ecl-components-ecl-banner.mjs.map +1 -1
  152. package/fesm2022/eui-ecl-components-ecl-checkbox.mjs +2 -2
  153. package/fesm2022/eui-ecl-components-ecl-checkbox.mjs.map +1 -1
  154. package/fesm2022/eui-ecl-components-ecl-divider.mjs +57 -0
  155. package/fesm2022/eui-ecl-components-ecl-divider.mjs.map +1 -0
  156. package/fesm2022/eui-ecl-components-ecl-featured.mjs +21 -83
  157. package/fesm2022/eui-ecl-components-ecl-featured.mjs.map +1 -1
  158. package/fesm2022/eui-ecl-components-ecl-feedback-message.mjs +1 -0
  159. package/fesm2022/eui-ecl-components-ecl-feedback-message.mjs.map +1 -1
  160. package/fesm2022/eui-ecl-components-ecl-form-label.mjs +2 -2
  161. package/fesm2022/eui-ecl-components-ecl-form-label.mjs.map +1 -1
  162. package/fesm2022/eui-ecl-components-ecl-gallery.mjs +4 -4
  163. package/fesm2022/eui-ecl-components-ecl-gallery.mjs.map +1 -1
  164. package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs +45 -18
  165. package/fesm2022/eui-ecl-components-ecl-mega-menu.mjs.map +1 -1
  166. package/fesm2022/eui-ecl-components-ecl-menu.mjs +34 -15
  167. package/fesm2022/eui-ecl-components-ecl-menu.mjs.map +1 -1
  168. package/fesm2022/eui-ecl-components-ecl-notification.mjs +2 -2
  169. package/fesm2022/eui-ecl-components-ecl-notification.mjs.map +1 -1
  170. package/fesm2022/eui-ecl-components-ecl-popover.mjs +169 -98
  171. package/fesm2022/eui-ecl-components-ecl-popover.mjs.map +1 -1
  172. package/fesm2022/eui-ecl-components-ecl-search-form.mjs +2 -2
  173. package/fesm2022/eui-ecl-components-ecl-search-form.mjs.map +1 -1
  174. package/fesm2022/eui-ecl-components-ecl-site-footer.mjs +23 -1
  175. package/fesm2022/eui-ecl-components-ecl-site-footer.mjs.map +1 -1
  176. package/fesm2022/eui-ecl-components-ecl-site-header.mjs +22 -15
  177. package/fesm2022/eui-ecl-components-ecl-site-header.mjs.map +1 -1
  178. package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs +1 -0
  179. package/fesm2022/eui-ecl-components-ecl-social-media-follow.mjs.map +1 -1
  180. package/fesm2022/eui-ecl.mjs +46 -49
  181. package/fesm2022/eui-ecl.mjs.map +1 -1
  182. package/index.d.ts +44 -45
  183. package/index.d.ts.map +1 -1
  184. package/package.json +52 -56
  185. package/components/ecl-separator/index.d.ts +0 -31
  186. package/components/ecl-separator/index.d.ts.map +0 -1
  187. package/components/ecl-separator/package.json +0 -3
  188. package/components/ecl-social-media-share/index.d.ts +0 -54
  189. package/components/ecl-social-media-share/index.d.ts.map +0 -1
  190. package/components/ecl-social-media-share/package.json +0 -3
  191. package/docs/classes/EclSocialMediaShareItemClickEvent.html +0 -304
  192. package/docs/components/EclFeaturedItemFooterComponent.html +0 -560
  193. package/docs/components/EclSocialMediaShareComponent.html +0 -584
  194. package/docs/components/EclSocialMediaShareItemComponent.html +0 -829
  195. package/docs/directives/EclFeaturedItemFooterPictureDirective.html +0 -502
  196. package/docs/directives/EclSocialMediaShareLinkDirective.html +0 -553
  197. package/docs/modules/EclSocialMediaShareModule.html +0 -321
  198. package/fesm2022/eui-ecl-components-ecl-separator.mjs +0 -57
  199. package/fesm2022/eui-ecl-components-ecl-separator.mjs.map +0 -1
  200. package/fesm2022/eui-ecl-components-ecl-social-media-share.mjs +0 -136
  201. package/fesm2022/eui-ecl-components-ecl-social-media-share.mjs.map +0 -1
@@ -1,321 +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>eui 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 avoid 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
- <script>
66
- // --- Iframe navigation tracking for Template Playground ---
67
- function sendCurrentUrlToParent() {
68
- if (window.parent && window.parent !== window) {
69
- window.parent.postMessage({
70
- type: 'compodoc-iframe-navigate',
71
- url: window.location.pathname + window.location.hash
72
- }, '*');
73
- }
74
- }
75
- window.addEventListener('hashchange', sendCurrentUrlToParent, false);
76
- window.addEventListener('popstate', sendCurrentUrlToParent, false);
77
- window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
78
- </script>
79
-
80
- <div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
81
- <div class="d-flex">
82
- <a href="../" class="navbar-brand">eui documentation</a>
83
- <button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
84
- </div>
85
- </div>
86
-
87
- <div class="xs-menu menu" id="mobile-menu">
88
- <div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
89
- </div>
90
-
91
- <div class="container-fluid main">
92
- <div class="row main">
93
- <div class="d-none d-md-block menu">
94
- <compodoc-menu mode="normal"></compodoc-menu>
95
- </div>
96
- <!-- START CONTENT -->
97
- <div class="content module">
98
- <div class="content-data">
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
- <ol class="breadcrumb">
107
- <li class="breadcrumb-item">Modules</li>
108
- <li class="breadcrumb-item"
109
- class="breadcrumb-item deprecated-name"
110
- >EclSocialMediaShareModule</li>
111
- </ol>
112
-
113
-
114
- <ul class="nav nav-tabs" role="tablist">
115
- <li class="nav-item">
116
- <a href="#info"
117
- class="nav-link"
118
- class="nav-link active"
119
- role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
120
- </li>
121
- </ul>
122
-
123
- <div class="tab-content">
124
- <div class="tab-pane fade active in" id="info">
125
-
126
- <p class="comment">
127
- <h3>File</h3>
128
- </p>
129
- <p class="comment">
130
- <code>packages/ecl/components/ecl-social-media-share/ecl-social-media-share.module.ts</code>
131
- </p>
132
-
133
-
134
- <p class="comment">
135
- <h3 class="deprecated">Deprecated</h3>
136
- </p>
137
- <p class="comment">
138
- [object Object],[object Object],[object Object]
139
- </p>
140
-
141
- <p class="comment">
142
- <h3>Description</h3>
143
- </p>
144
- <p class="comment">
145
- <p>Module that provides the EclSocialMediaShare component and its dependencies.</p>
146
-
147
- </p>
148
-
149
-
150
- <div class="container-fluid module">
151
- <div class="row">
152
- <div class="col-sm-3">
153
- <h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
154
- title="Official documentation about module imports"><span
155
- class="icon ion-ios-information-circle-outline"></a></h3>
156
- <ul class="list-group">
157
- <li class="list-group-item">
158
- <a href="../modules/EclBannerComponent.html">EclBannerComponent</a>
159
- </li>
160
- <li class="list-group-item">
161
- <a href="../modules/EclBannerDescriptionDirective.html">EclBannerDescriptionDirective</a>
162
- </li>
163
- <li class="list-group-item">
164
- <a href="../modules/EclBannerDescriptionLinkDirective.html">EclBannerDescriptionLinkDirective</a>
165
- </li>
166
- <li class="list-group-item">
167
- <a href="../modules/EclBannerDescriptionTextDirective.html">EclBannerDescriptionTextDirective</a>
168
- </li>
169
- <li class="list-group-item">
170
- <a href="../modules/EclBannerImageDirective.html">EclBannerImageDirective</a>
171
- </li>
172
- <li class="list-group-item">
173
- <a href="../modules/EclBannerPictureDirective.html">EclBannerPictureDirective</a>
174
- </li>
175
- <li class="list-group-item">
176
- <a href="../modules/EclBannerTitleDirective.html">EclBannerTitleDirective</a>
177
- </li>
178
- <li class="list-group-item">
179
- <a href="../modules/EclBannerTitleLinkDirective.html">EclBannerTitleLinkDirective</a>
180
- </li>
181
- <li class="list-group-item">
182
- <a href="../modules/EclBannerTitleTextDirective.html">EclBannerTitleTextDirective</a>
183
- </li>
184
- <li class="list-group-item">
185
- <a href="../modules/EclBannerVideoDirective.html">EclBannerVideoDirective</a>
186
- </li>
187
- </ul>
188
- </div>
189
- <div class="col-sm-3">
190
- <h3>Exports<a href="https://angular.io/api/core/NgModule#exports" target="_blank" rel="noopener noreferrer"
191
- title="Official documentation about module exports"><span
192
- class="icon ion-ios-information-circle-outline"></a></h3>
193
- <ul class="list-group">
194
- <li class="list-group-item">
195
- <a href="../components/EclBannerComponent.html">EclBannerComponent</a>
196
- </li>
197
- <li class="list-group-item">
198
- <a href="../directives/EclBannerDescriptionDirective.html">EclBannerDescriptionDirective</a>
199
- </li>
200
- <li class="list-group-item">
201
- <a href="../directives/EclBannerDescriptionLinkDirective.html">EclBannerDescriptionLinkDirective</a>
202
- </li>
203
- <li class="list-group-item">
204
- <a href="../directives/EclBannerDescriptionTextDirective.html">EclBannerDescriptionTextDirective</a>
205
- </li>
206
- <li class="list-group-item">
207
- <a href="../directives/EclBannerImageDirective.html">EclBannerImageDirective</a>
208
- </li>
209
- <li class="list-group-item">
210
- <a href="../directives/EclBannerPictureDirective.html">EclBannerPictureDirective</a>
211
- </li>
212
- <li class="list-group-item">
213
- <a href="../directives/EclBannerTitleDirective.html">EclBannerTitleDirective</a>
214
- </li>
215
- <li class="list-group-item">
216
- <a href="../directives/EclBannerTitleLinkDirective.html">EclBannerTitleLinkDirective</a>
217
- </li>
218
- <li class="list-group-item">
219
- <a href="../directives/EclBannerTitleTextDirective.html">EclBannerTitleTextDirective</a>
220
- </li>
221
- <li class="list-group-item">
222
- <a href="../directives/EclBannerVideoDirective.html">EclBannerVideoDirective</a>
223
- </li>
224
- </ul>
225
- </div>
226
- </div>
227
- </div>
228
-
229
-
230
- </div>
231
-
232
-
233
- </div>
234
-
235
-
236
-
237
-
238
-
239
-
240
-
241
-
242
-
243
-
244
-
245
-
246
-
247
-
248
-
249
-
250
-
251
- </div><div class="search-results">
252
- <div class="has-results">
253
- <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
254
- <ul class="search-results-list"></ul>
255
- </div>
256
- <div class="no-results">
257
- <h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
258
- </div>
259
- </div>
260
- </div>
261
- <!-- END CONTENT -->
262
- </div>
263
- </div>
264
-
265
- <label class="dark-mode-switch">
266
- <input type="checkbox">
267
- <span class="slider">
268
- <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">
269
- <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
270
- </svg>
271
- </span>
272
- </label>
273
-
274
- <script>
275
- var COMPODOC_CURRENT_PAGE_DEPTH = 1;
276
- var COMPODOC_CURRENT_PAGE_CONTEXT = 'module';
277
- var COMPODOC_CURRENT_PAGE_URL = 'EclSocialMediaShareModule.html';
278
- var MAX_SEARCH_RESULTS = 15;
279
- </script>
280
-
281
- <script>
282
- $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
283
- checkToggle(darkModeState);
284
- if ($darkModeToggleSwitchers.length > 0) {
285
- for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
286
- $darkModeToggleSwitchers[i].addEventListener('change', function (event) {
287
- darkModeState = !darkModeState;
288
- toggleDarkMode(darkModeState);
289
- });
290
- }
291
- }
292
- </script>
293
-
294
- <script src="../js/libs/custom-elements.min.js"></script>
295
- <script src="../js/libs/lit-html.js"></script>
296
-
297
- <script src="../js/menu-wc.js" defer></script>
298
- <script nomodule src="../js/menu-wc_es5.js" defer></script>
299
-
300
- <script src="../js/libs/bootstrap-native.js"></script>
301
-
302
- <script src="../js/libs/es6-shim.min.js"></script>
303
- <script src="../js/libs/EventDispatcher.js"></script>
304
- <script src="../js/libs/promise.min.js"></script>
305
-
306
- <script src="../js/compodoc.js"></script>
307
-
308
- <script src="../js/tabs.js"></script>
309
- <script src="../js/menu.js"></script>
310
- <script src="../js/libs/clipboard.min.js"></script>
311
- <script src="../js/libs/prism.js"></script>
312
- <script src="../js/sourceCode.js"></script>
313
- <script src="../js/search/search.js"></script>
314
- <script src="../js/search/lunr.min.js"></script>
315
- <script src="../js/search/search-lunr.js"></script>
316
- <script src="../js/search/search_index.js"></script>
317
- <script src="../js/lazy-load-graphs.js"></script>
318
-
319
-
320
- </body>
321
- </html>
@@ -1,57 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { HostBinding, Directive, NgModule } from '@angular/core';
3
- import { ECLBaseDirective } from '@eui/ecl/core';
4
-
5
- /**
6
- * Directive that applies ECL styling for horizontal separators (`<hr>` elements).
7
- * Adds the `ecl-separator` CSS class to the host element.
8
- */
9
- class EclSeparatorDirective extends ECLBaseDirective {
10
- constructor() {
11
- super(...arguments);
12
- /**
13
- * Binds the `ecl-separator` CSS class to the host `<hr>` element.
14
- */
15
- this.hasClass = true;
16
- }
17
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSeparatorDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
18
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.5", type: EclSeparatorDirective, isStandalone: true, selector: "hr[eclSeparator]", host: { properties: { "class.ecl-separator": "this.hasClass" } }, usesInheritance: true, ngImport: i0 }); }
19
- }
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSeparatorDirective, decorators: [{
21
- type: Directive,
22
- args: [{
23
- selector: 'hr[eclSeparator]',
24
- }]
25
- }], propDecorators: { hasClass: [{
26
- type: HostBinding,
27
- args: ['class.ecl-separator']
28
- }] } });
29
-
30
- /**
31
- * Module that provides the EclSeparator directive.
32
- *
33
- * @deprecated Use {@link EUI_ECL_SEPARATOR} instead.
34
- */
35
- class EclSeparatorModule {
36
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSeparatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
37
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSeparatorModule, imports: [EclSeparatorDirective], exports: [EclSeparatorDirective] }); }
38
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSeparatorModule }); }
39
- }
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSeparatorModule, decorators: [{
41
- type: NgModule,
42
- args: [{
43
- imports: [EclSeparatorDirective],
44
- exports: [EclSeparatorDirective],
45
- }]
46
- }] });
47
-
48
- const EUI_ECL_SEPARATOR = [
49
- EclSeparatorDirective,
50
- ];
51
-
52
- /**
53
- * Generated bundle index. Do not edit.
54
- */
55
-
56
- export { EUI_ECL_SEPARATOR, EclSeparatorDirective, EclSeparatorModule };
57
- //# sourceMappingURL=eui-ecl-components-ecl-separator.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eui-ecl-components-ecl-separator.mjs","sources":["../../components/ecl-separator/ecl-separator.directive.ts","../../components/ecl-separator/ecl-separator.module.ts","../../components/ecl-separator/index.ts","../../components/ecl-separator/eui-ecl-components-ecl-separator.ts"],"sourcesContent":["import { Directive, HostBinding } from '@angular/core';\nimport { ECLBaseDirective } from '@eui/ecl/core';\n\n/**\n * Directive that applies ECL styling for horizontal separators (`<hr>` elements).\n * Adds the `ecl-separator` CSS class to the host element.\n */\n@Directive({\n selector: 'hr[eclSeparator]',\n})\nexport class EclSeparatorDirective extends ECLBaseDirective {\n /**\n * Binds the `ecl-separator` CSS class to the host `<hr>` element.\n */\n @HostBinding('class.ecl-separator') hasClass = true;\n}\n","import { NgModule } from '@angular/core';\nimport { EclSeparatorDirective } from './ecl-separator.directive';\n/**\n * Module that provides the EclSeparator directive.\n *\n * @deprecated Use {@link EUI_ECL_SEPARATOR} instead.\n */\n@NgModule({\n imports: [EclSeparatorDirective],\n exports: [EclSeparatorDirective],\n})\nexport class EclSeparatorModule {}\n","import { EclSeparatorDirective } from './ecl-separator.directive';\n\nexport * from './ecl-separator.module';\nexport * from './ecl-separator.directive';\n\nexport const EUI_ECL_SEPARATOR = [\n EclSeparatorDirective,\n] as const;","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAGA;;;AAGG;AAIG,MAAO,qBAAsB,SAAQ,gBAAgB,CAAA;AAH3D,IAAA,WAAA,GAAA;;AAII;;AAEG;QACiC,IAAA,CAAA,QAAQ,GAAG,IAAI;AACtD,IAAA;qHALY,qBAAqB,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;yGAArB,qBAAqB,EAAA,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,kBAAA,EAAA,IAAA,EAAA,EAAA,UAAA,EAAA,EAAA,qBAAA,EAAA,eAAA,EAAA,EAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,CAAA,CAAA;;kGAArB,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBAHjC,SAAS;AAAC,YAAA,IAAA,EAAA,CAAA;AACP,oBAAA,QAAQ,EAAE,kBAAkB;AAC/B,iBAAA;8BAKuC,QAAQ,EAAA,CAAA;sBAA3C,WAAW;uBAAC,qBAAqB;;;ACZtC;;;;AAIG;MAKU,kBAAkB,CAAA;qHAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;sHAAlB,kBAAkB,EAAA,OAAA,EAAA,CAHjB,qBAAqB,CAAA,EAAA,OAAA,EAAA,CACrB,qBAAqB,CAAA,EAAA,CAAA,CAAA;sHAEtB,kBAAkB,EAAA,CAAA,CAAA;;kGAAlB,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAJ9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACN,OAAO,EAAE,CAAC,qBAAqB,CAAC;oBAChC,OAAO,EAAE,CAAC,qBAAqB,CAAC;AACnC,iBAAA;;;ACLM,MAAM,iBAAiB,GAAG;IAC7B,qBAAqB;;;ACNzB;;AAEG;;;;"}
@@ -1,136 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { booleanAttribute, HostBinding, Input, Component, EventEmitter, Output, ContentChild, Directive, NgModule } from '@angular/core';
3
- import { ECLBaseDirective, EclBaseEvent } from '@eui/ecl/core';
4
- import { NgTemplateOutlet } from '@angular/common';
5
- import * as i1 from '@eui/ecl/components/ecl-link';
6
- import { EUI_ECL_LINK } from '@eui/ecl/components/ecl-link';
7
- import * as i2 from '@eui/ecl/components/ecl-icon';
8
- import { EUI_ECL_ICON, EclIconComponent } from '@eui/ecl/components/ecl-icon';
9
-
10
- class EclSocialMediaShareComponent extends ECLBaseDirective {
11
- constructor() {
12
- super(...arguments);
13
- this.isVertical = false;
14
- }
15
- get cssClasses() {
16
- return [super.getCssClasses('ecl-social-media-share'), this.isVertical ? 'ecl-social-media-share--vertical' : ''].join(' ').trim();
17
- }
18
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
19
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "21.0.0-next.5", type: EclSocialMediaShareComponent, isStandalone: true, selector: "ecl-social-media-share", inputs: { description: "description", isVertical: ["isVertical", "isVertical", booleanAttribute] }, host: { properties: { "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "<p class=\"ecl-social-media-share__description\">{{ description }}</p>\n<ul class=\"ecl-social-media-share__list\">\n <ng-content></ng-content>\n</ul>\n", styles: [":host{display:block}\n"] }); }
20
- }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareComponent, decorators: [{
22
- type: Component,
23
- args: [{ selector: 'ecl-social-media-share', template: "<p class=\"ecl-social-media-share__description\">{{ description }}</p>\n<ul class=\"ecl-social-media-share__list\">\n <ng-content></ng-content>\n</ul>\n", styles: [":host{display:block}\n"] }]
24
- }], propDecorators: { description: [{
25
- type: Input
26
- }], isVertical: [{
27
- type: Input,
28
- args: [{ transform: booleanAttribute }]
29
- }], cssClasses: [{
30
- type: HostBinding,
31
- args: ['class']
32
- }] } });
33
-
34
- class EclSocialMediaShareItemClickEvent extends EclBaseEvent {
35
- }
36
-
37
- class EclSocialMediaShareItemComponent extends ECLBaseDirective {
38
- constructor() {
39
- super(...arguments);
40
- this.role = 'listitem';
41
- this.iconSet = 'social-media';
42
- this.size = 'm';
43
- this.href = '';
44
- this.itemClick = new EventEmitter();
45
- }
46
- get cssClasses() {
47
- return [super.getCssClasses('ecl-social-media-share__item')].join(' ').trim();
48
- }
49
- onItemClick(evt) {
50
- this.itemClick.next(new EclSocialMediaShareItemClickEvent());
51
- if (!this.href) {
52
- evt.preventDefault();
53
- }
54
- }
55
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareItemComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
56
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.0.0-next.5", type: EclSocialMediaShareItemComponent, isStandalone: true, selector: "ecl-social-media-share-item", inputs: { icon: "icon", iconSet: "iconSet", size: "size", href: "href", target: "target" }, outputs: { itemClick: "itemClick" }, host: { properties: { "attr.role": "this.role", "class": "this.cssClasses" } }, usesInheritance: true, ngImport: i0, template: "@if (href) {\n <a\n eclLink\n (click)=\"onItemClick($event)\"\n variant=\"standalone\"\n [href]=\"href\"\n [attr.target]=\"target\"\n class=\"ecl-social-media-share__link\">\n @if (icon) {\n <ecl-icon [iconSet]=\"iconSet\" icon=\"{{ icon }}\" [size]=\"size\" class=\"ecl-social-media-share__icon\"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </span>\n </a>\n}\n@else {\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n", dependencies: [{ kind: "directive", type: i1.EclLinkDirective, selector: "[eclLink]", inputs: ["isInverted", "isIconOnly", "isNoVisited", "variant"] }, { kind: "directive", type: i1.EclLinkLabelDirective, selector: "[eclLinkLabel]" }, { kind: "component", type: i2.EclIconComponent, selector: "ecl-icon", inputs: ["iconSet", "icon", "size", "color", "transform", "ariaLabelledby", "role", "title", "ariaHidden", "focusable", "isFlipHorizontal"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] }); }
57
- }
58
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareItemComponent, decorators: [{
59
- type: Component,
60
- args: [{ selector: 'ecl-social-media-share-item', imports: [...EUI_ECL_LINK, ...EUI_ECL_ICON, NgTemplateOutlet], template: "@if (href) {\n <a\n eclLink\n (click)=\"onItemClick($event)\"\n variant=\"standalone\"\n [href]=\"href\"\n [attr.target]=\"target\"\n class=\"ecl-social-media-share__link\">\n @if (icon) {\n <ecl-icon [iconSet]=\"iconSet\" icon=\"{{ icon }}\" [size]=\"size\" class=\"ecl-social-media-share__icon\"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </span>\n </a>\n}\n@else {\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n" }]
61
- }], propDecorators: { role: [{
62
- type: HostBinding,
63
- args: ['attr.role']
64
- }], icon: [{
65
- type: Input
66
- }], iconSet: [{
67
- type: Input
68
- }], size: [{
69
- type: Input
70
- }], href: [{
71
- type: Input
72
- }], target: [{
73
- type: Input
74
- }], cssClasses: [{
75
- type: HostBinding,
76
- args: ['class']
77
- }], itemClick: [{
78
- type: Output
79
- }] } });
80
-
81
- class EclSocialMediaShareLinkDirective extends ECLBaseDirective {
82
- get cssClasses() {
83
- return [super.getCssClasses('ecl-social-media-share__link')].join(' ').trim();
84
- }
85
- ngAfterContentInit() {
86
- if (this.eclIcon) {
87
- setTimeout(() => (this.eclIcon.baseDirective.class = [this.eclIcon.baseDirective.class, 'ecl-social-media-share__icon'].join(' ')));
88
- }
89
- }
90
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareLinkDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
91
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.0.0-next.5", type: EclSocialMediaShareLinkDirective, isStandalone: true, selector: "[eclSocialMediaShareLink]", host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "eclIcon", first: true, predicate: EclIconComponent, descendants: true }], usesInheritance: true, ngImport: i0 }); }
92
- }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareLinkDirective, decorators: [{
94
- type: Directive,
95
- args: [{
96
- selector: '[eclSocialMediaShareLink]',
97
- }]
98
- }], propDecorators: { eclIcon: [{
99
- type: ContentChild,
100
- args: [EclIconComponent]
101
- }], cssClasses: [{
102
- type: HostBinding,
103
- args: ['class']
104
- }] } });
105
-
106
- const COMPONENTS = [EclSocialMediaShareComponent, EclSocialMediaShareItemComponent, EclSocialMediaShareLinkDirective];
107
- /**
108
- * Module that provides the EclSocialMediaShare component and its dependencies.
109
- *
110
- * @deprecated Use {@link EUI_ECL_SOCIAL_MEDIA_SHARE} instead.
111
- */
112
- class EclSocialMediaShareModule {
113
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
114
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareModule, imports: [EclSocialMediaShareComponent, EclSocialMediaShareItemComponent, EclSocialMediaShareLinkDirective], exports: [EclSocialMediaShareComponent, EclSocialMediaShareItemComponent, EclSocialMediaShareLinkDirective] }); }
115
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareModule, imports: [EclSocialMediaShareItemComponent] }); }
116
- }
117
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0-next.5", ngImport: i0, type: EclSocialMediaShareModule, decorators: [{
118
- type: NgModule,
119
- args: [{
120
- imports: [...COMPONENTS],
121
- exports: [...COMPONENTS],
122
- }]
123
- }] });
124
-
125
- const EUI_ECL_SOCIAL_MEDIA_SHARE = [
126
- EclSocialMediaShareComponent,
127
- EclSocialMediaShareItemComponent,
128
- EclSocialMediaShareLinkDirective,
129
- ];
130
-
131
- /**
132
- * Generated bundle index. Do not edit.
133
- */
134
-
135
- export { EUI_ECL_SOCIAL_MEDIA_SHARE, EclSocialMediaShareComponent, EclSocialMediaShareItemClickEvent, EclSocialMediaShareItemComponent, EclSocialMediaShareLinkDirective, EclSocialMediaShareModule };
136
- //# sourceMappingURL=eui-ecl-components-ecl-social-media-share.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"eui-ecl-components-ecl-social-media-share.mjs","sources":["../../components/ecl-social-media-share/ecl-social-media-share.component.ts","../../components/ecl-social-media-share/ecl-social-media-share.component.html","../../components/ecl-social-media-share/events/ecl-social-media-share-item-click.event.ts","../../components/ecl-social-media-share/ecl-social-media-share-item.component.ts","../../components/ecl-social-media-share/ecl-social-media-share-item.component.html","../../components/ecl-social-media-share/ecl-social-media-share-link.directive.ts","../../components/ecl-social-media-share/ecl-social-media-share.module.ts","../../components/ecl-social-media-share/index.ts","../../components/ecl-social-media-share/eui-ecl-components-ecl-social-media-share.ts"],"sourcesContent":["import { Component, HostBinding, Input, booleanAttribute } from '@angular/core';\nimport { ECLBaseDirective } from '@eui/ecl/core';\n\n@Component({\n selector: 'ecl-social-media-share',\n templateUrl: './ecl-social-media-share.component.html',\n styles: [\n `\n :host {\n display: block;\n }\n `,\n ],\n})\nexport class EclSocialMediaShareComponent extends ECLBaseDirective {\n @Input() description: string;\n @Input({ transform: booleanAttribute }) isVertical = false;\n\n @HostBinding('class')\n get cssClasses(): string {\n return [super.getCssClasses('ecl-social-media-share'), this.isVertical ? 'ecl-social-media-share--vertical' : ''].join(' ').trim();\n }\n}\n","<p class=\"ecl-social-media-share__description\">{{ description }}</p>\n<ul class=\"ecl-social-media-share__list\">\n <ng-content></ng-content>\n</ul>\n","import { EclBaseEvent } from '@eui/ecl/core';\n\nexport class EclSocialMediaShareItemClickEvent extends EclBaseEvent {}","import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';\nimport { NgTemplateOutlet } from '@angular/common';\nimport { ECLBaseDirective } from '@eui/ecl/core';\nimport { EclSocialMediaShareItemClickEvent } from './events/ecl-social-media-share-item-click.event';\nimport { EUI_ECL_LINK } from '@eui/ecl/components/ecl-link';\nimport { EUI_ECL_ICON } from '@eui/ecl/components/ecl-icon';\n\n@Component({\n selector: 'ecl-social-media-share-item',\n templateUrl: './ecl-social-media-share-item.component.html',\n imports: [...EUI_ECL_LINK, ...EUI_ECL_ICON, NgTemplateOutlet],\n})\nexport class EclSocialMediaShareItemComponent extends ECLBaseDirective {\n @HostBinding('attr.role') role = 'listitem';\n @Input() icon: string;\n @Input() iconSet = 'social-media';\n @Input() size = 'm';\n @Input() href = '';\n @Input() target: string;\n\n @HostBinding('class')\n get cssClasses(): string {\n return [super.getCssClasses('ecl-social-media-share__item')].join(' ').trim();\n }\n\n @Output() itemClick = new EventEmitter<EclSocialMediaShareItemClickEvent>();\n\n onItemClick(evt): void {\n this.itemClick.next(new EclSocialMediaShareItemClickEvent());\n if (!this.href) {\n evt.preventDefault();\n }\n }\n}\n","@if (href) {\n <a\n eclLink\n (click)=\"onItemClick($event)\"\n variant=\"standalone\"\n [href]=\"href\"\n [attr.target]=\"target\"\n class=\"ecl-social-media-share__link\">\n @if (icon) {\n <ecl-icon [iconSet]=\"iconSet\" icon=\"{{ icon }}\" [size]=\"size\" class=\"ecl-social-media-share__icon\"> </ecl-icon>\n }\n <span eclLinkLabel>\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n </span>\n </a>\n}\n@else {\n <ng-container *ngTemplateOutlet=\"content\"></ng-container>\n}\n\n<ng-template #content>\n <ng-content></ng-content>\n</ng-template>\n","import { Directive, HostBinding, ContentChild, AfterContentInit } from '@angular/core';\nimport { ECLBaseDirective } from '@eui/ecl/core';\nimport { EclIconComponent } from '@eui/ecl/components/ecl-icon';\n\n@Directive({\n selector: '[eclSocialMediaShareLink]',\n})\nexport class EclSocialMediaShareLinkDirective extends ECLBaseDirective implements AfterContentInit {\n @ContentChild(EclIconComponent) eclIcon: EclIconComponent;\n\n @HostBinding('class')\n get cssClasses(): string {\n return [super.getCssClasses('ecl-social-media-share__link')].join(' ').trim();\n }\n\n ngAfterContentInit(): void {\n if (this.eclIcon) {\n setTimeout(() => (this.eclIcon.baseDirective.class = [this.eclIcon.baseDirective.class, 'ecl-social-media-share__icon'].join(' ')));\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { EclSocialMediaShareComponent } from './ecl-social-media-share.component';\nimport { EclSocialMediaShareItemComponent } from './ecl-social-media-share-item.component';\nimport { EclSocialMediaShareLinkDirective } from './ecl-social-media-share-link.directive';\n\nconst COMPONENTS = [EclSocialMediaShareComponent, EclSocialMediaShareItemComponent, EclSocialMediaShareLinkDirective];\n\n/**\n * Module that provides the EclSocialMediaShare component and its dependencies.\n *\n * @deprecated Use {@link EUI_ECL_SOCIAL_MEDIA_SHARE} instead.\n */\n@NgModule({\n imports: [...COMPONENTS],\n exports: [...COMPONENTS],\n})\nexport class EclSocialMediaShareModule {}\n","import { EclSocialMediaShareComponent } from './ecl-social-media-share.component';\nimport { EclSocialMediaShareItemComponent } from './ecl-social-media-share-item.component';\nimport { EclSocialMediaShareLinkDirective } from './ecl-social-media-share-link.directive';\n\nexport * from './ecl-social-media-share.module';\nexport * from './ecl-social-media-share.component';\nexport * from './ecl-social-media-share-item.component';\nexport * from './ecl-social-media-share-link.directive';\nexport * from './events/ecl-social-media-share-item-click.event';\n\nexport const EUI_ECL_SOCIAL_MEDIA_SHARE = [\n EclSocialMediaShareComponent,\n EclSocialMediaShareItemComponent,\n EclSocialMediaShareLinkDirective,\n] as const;","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}