@eui/mobile-core 16.6.0-snapshot-1707834573947 → 16.6.0-snapshot-1708419303664
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.
- package/docs/components/EuimAlertMessageComponent.html +25 -1
- package/docs/components/EuimSkeletonListComponent.html +117 -1
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/typealiases.html +22 -1
- package/docs/modules/EuimAlertMessageModule.html +10 -0
- package/esm2022/lib/components/euim-alert-message/euim-alert-message.module.mjs +7 -3
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +11 -4
- package/esm2022/lib/components/euim-multiselect/euim-multiselect-filter/euim-multiselect-filter.component.mjs +2 -2
- package/esm2022/lib/components/euim-multiselect/euim-multiselect.component.mjs +3 -1
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +25 -4
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.module.mjs +2 -2
- package/esm2022/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.mjs +1 -1
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +56 -25
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-message.module.d.ts +2 -1
- package/lib/components/euim-alert-message/euim-alert-message.module.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-multiselect/euim-multiselect.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts +22 -2
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list-item/euim-skeleton-list-item.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -272,6 +272,9 @@
|
|
|
272
272
|
<tr>
|
|
273
273
|
<td class="col-md-4">
|
|
274
274
|
<ul class="index-list">
|
|
275
|
+
<li>
|
|
276
|
+
<a href="#euimLabelTruncate" >euimLabelTruncate</a>
|
|
277
|
+
</li>
|
|
275
278
|
<li>
|
|
276
279
|
<a href="#hasIcon" >hasIcon</a>
|
|
277
280
|
</li>
|
|
@@ -461,6 +464,27 @@
|
|
|
461
464
|
|
|
462
465
|
<section data-compodoc="block-inputs">
|
|
463
466
|
<h3 id="inputs">Inputs</h3>
|
|
467
|
+
<table class="table table-sm table-bordered">
|
|
468
|
+
<tbody>
|
|
469
|
+
<tr>
|
|
470
|
+
<td class="col-md-4">
|
|
471
|
+
<a name="euimLabelTruncate"></a>
|
|
472
|
+
<b>euimLabelTruncate</b>
|
|
473
|
+
</td>
|
|
474
|
+
</tr>
|
|
475
|
+
<tr>
|
|
476
|
+
<td class="col-md-4">
|
|
477
|
+
<i>Type : </i> <code>BooleanInput</code>
|
|
478
|
+
|
|
479
|
+
</td>
|
|
480
|
+
</tr>
|
|
481
|
+
<tr>
|
|
482
|
+
<td class="col-md-4">
|
|
483
|
+
<i>Default value : </i><code>false</code>
|
|
484
|
+
</td>
|
|
485
|
+
</tr>
|
|
486
|
+
</tbody>
|
|
487
|
+
</table>
|
|
464
488
|
<table class="table table-sm table-bordered">
|
|
465
489
|
<tbody>
|
|
466
490
|
<tr>
|
|
@@ -1788,7 +1812,7 @@
|
|
|
1788
1812
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1789
1813
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1790
1814
|
<script>
|
|
1791
|
-
var COMPONENT_TEMPLATE = '<div><div class="euim-alert-message__wrappericon" *ngIf="hasIcon && isVisible"> <ion-icon *ngIf="hasIcon" [name]="icon" class="euim-alert-message__icon"></ion-icon></div><div class="euim-alert-message__wrapper" *ngIf="isVisible"> <div class="slotStart"> <ng-content select="[slotStart]"></ng-content> </div> <div> <ng-content></ng-content> </div> <div class="slotEnd"> <ng-content select="[slotEnd]"></ng-content> </div></div><a *ngIf="isCloseable && isVisible" role="button" aria-label="Close Icon Button" class="euim-alert-message__close" (click)="onClose($event)"> <ion-icon name="close-sharp" class="euim-alert-message__closeIcon"></ion-icon></a></div>'
|
|
1815
|
+
var COMPONENT_TEMPLATE = '<div><div class="euim-alert-message__wrappericon" *ngIf="hasIcon && isVisible"> <ion-icon *ngIf="hasIcon" [name]="icon" class="euim-alert-message__icon"></ion-icon></div><div class="euim-alert-message__wrapper" *ngIf="isVisible"> <div class="slotStart"> <ng-content select="[slotStart]"></ng-content> </div> <div euimLabel [euimLabelTruncate]="euimLabelTruncate"> <ng-content></ng-content> </div> <div class="slotEnd"> <ng-content select="[slotEnd]"></ng-content> </div></div><a *ngIf="isCloseable && isVisible" role="button" aria-label="Close Icon Button" class="euim-alert-message__close" (click)="onClose($event)"> <ion-icon name="close-sharp" class="euim-alert-message__closeIcon"></ion-icon></a></div>'
|
|
1792
1816
|
var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
1793
1817
|
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
1794
1818
|
var ACTUAL_COMPONENT = {'name': 'EuimAlertMessageComponent'};
|
|
@@ -60,6 +60,12 @@
|
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
|
|
63
|
+
<p class="comment">
|
|
64
|
+
<h3>Implements</h3>
|
|
65
|
+
</p>
|
|
66
|
+
<p class="comment">
|
|
67
|
+
<code>AfterContentInit</code>
|
|
68
|
+
</p>
|
|
63
69
|
|
|
64
70
|
|
|
65
71
|
<section data-compodoc="block-metadata">
|
|
@@ -108,6 +114,27 @@
|
|
|
108
114
|
<h3 id="index">Index</h3>
|
|
109
115
|
<table class="table table-sm table-bordered index-table">
|
|
110
116
|
<tbody>
|
|
117
|
+
<tr>
|
|
118
|
+
<td class="col-md-4">
|
|
119
|
+
<h6><b>Properties</b></h6>
|
|
120
|
+
</td>
|
|
121
|
+
</tr>
|
|
122
|
+
<tr>
|
|
123
|
+
<td class="col-md-4">
|
|
124
|
+
<ul class="index-list">
|
|
125
|
+
<li>
|
|
126
|
+
<a href="#skeletonItem" >skeletonItem</a>
|
|
127
|
+
</li>
|
|
128
|
+
<li>
|
|
129
|
+
<a href="#skeletonItemInputs" >skeletonItemInputs</a>
|
|
130
|
+
</li>
|
|
131
|
+
<li>
|
|
132
|
+
<span class="modifier"></span>
|
|
133
|
+
<a href="#skeletonListItem" >skeletonListItem</a>
|
|
134
|
+
</li>
|
|
135
|
+
</ul>
|
|
136
|
+
</td>
|
|
137
|
+
</tr>
|
|
111
138
|
|
|
112
139
|
|
|
113
140
|
<tr>
|
|
@@ -175,6 +202,95 @@
|
|
|
175
202
|
|
|
176
203
|
|
|
177
204
|
|
|
205
|
+
<section data-compodoc="block-properties">
|
|
206
|
+
|
|
207
|
+
<h3 id="inputs">
|
|
208
|
+
Properties
|
|
209
|
+
</h3>
|
|
210
|
+
<table class="table table-sm table-bordered">
|
|
211
|
+
<tbody>
|
|
212
|
+
<tr>
|
|
213
|
+
<td class="col-md-4">
|
|
214
|
+
<a name="skeletonItem"></a>
|
|
215
|
+
<span class="name">
|
|
216
|
+
<span ><b>skeletonItem</b></span>
|
|
217
|
+
<a href="#skeletonItem"><span class="icon ion-ios-link"></span></a>
|
|
218
|
+
</span>
|
|
219
|
+
</td>
|
|
220
|
+
</tr>
|
|
221
|
+
<tr>
|
|
222
|
+
<td class="col-md-4">
|
|
223
|
+
<i>Type : </i> <code>null</code>
|
|
224
|
+
|
|
225
|
+
</td>
|
|
226
|
+
</tr>
|
|
227
|
+
<tr>
|
|
228
|
+
<td class="col-md-4">
|
|
229
|
+
<i>Default value : </i><code>null</code>
|
|
230
|
+
</td>
|
|
231
|
+
</tr>
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
</tbody>
|
|
235
|
+
</table>
|
|
236
|
+
<table class="table table-sm table-bordered">
|
|
237
|
+
<tbody>
|
|
238
|
+
<tr>
|
|
239
|
+
<td class="col-md-4">
|
|
240
|
+
<a name="skeletonItemInputs"></a>
|
|
241
|
+
<span class="name">
|
|
242
|
+
<span ><b>skeletonItemInputs</b></span>
|
|
243
|
+
<a href="#skeletonItemInputs"><span class="icon ion-ios-link"></span></a>
|
|
244
|
+
</span>
|
|
245
|
+
</td>
|
|
246
|
+
</tr>
|
|
247
|
+
<tr>
|
|
248
|
+
<td class="col-md-4">
|
|
249
|
+
<i>Type : </i> <code><a href="../miscellaneous/typealiases.html#SkeletonItemInputs" target="_self" >SkeletonItemInputs</a></code>
|
|
250
|
+
|
|
251
|
+
</td>
|
|
252
|
+
</tr>
|
|
253
|
+
<tr>
|
|
254
|
+
<td class="col-md-4">
|
|
255
|
+
<i>Default value : </i><code>{}</code>
|
|
256
|
+
</td>
|
|
257
|
+
</tr>
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
</tbody>
|
|
261
|
+
</table>
|
|
262
|
+
<table class="table table-sm table-bordered">
|
|
263
|
+
<tbody>
|
|
264
|
+
<tr>
|
|
265
|
+
<td class="col-md-4">
|
|
266
|
+
<a name="skeletonListItem"></a>
|
|
267
|
+
<span class="name">
|
|
268
|
+
<span class="modifier"></span>
|
|
269
|
+
<span ><b>skeletonListItem</b></span>
|
|
270
|
+
<a href="#skeletonListItem"><span class="icon ion-ios-link"></span></a>
|
|
271
|
+
</span>
|
|
272
|
+
</td>
|
|
273
|
+
</tr>
|
|
274
|
+
<tr>
|
|
275
|
+
<td class="col-md-4">
|
|
276
|
+
<i>Type : </i> <code><a href="../components/EuimSkeletonListItemComponent.html" target="_self" >EuimSkeletonListItemComponent</a></code>
|
|
277
|
+
|
|
278
|
+
</td>
|
|
279
|
+
</tr>
|
|
280
|
+
<tr>
|
|
281
|
+
<td class="col-md-4">
|
|
282
|
+
<b>Decorators : </b>
|
|
283
|
+
<br />
|
|
284
|
+
<code>
|
|
285
|
+
@ContentChild(EuimSkeletonListItemComponent)<br />
|
|
286
|
+
</code>
|
|
287
|
+
</td>
|
|
288
|
+
</tr>
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
</tbody>
|
|
292
|
+
</table>
|
|
293
|
+
</section>
|
|
178
294
|
|
|
179
295
|
<section data-compodoc="block-accessors">
|
|
180
296
|
<h3 id="accessors">
|
|
@@ -212,7 +328,7 @@
|
|
|
212
328
|
<script src="../js/libs/htmlparser.js"></script>
|
|
213
329
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
214
330
|
<script>
|
|
215
|
-
var COMPONENT_TEMPLATE = '<div><div class="euim-skeleton-list"> <ng-container *ngFor="let
|
|
331
|
+
var COMPONENT_TEMPLATE = '<div><div class="euim-skeleton-list"> <ng-container *ngFor="let item of itemsArray"> <euim-skeleton-list-item *ngIf="!skeletonListItem"></euim-skeleton-list-item> <ng-container *ngComponentOutlet="skeletonItem; inputs: skeletonItemInputs"></ng-container> </ng-container></div></div>'
|
|
216
332
|
var COMPONENTS = [{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAppSidebarComponent', 'selector': 'euim-app-sidebar'},{'name': 'EuimAppSidebarFooterComponent', 'selector': 'euim-app-sidebar-footer'},{'name': 'EuimAppSidebarHeaderComponent', 'selector': 'euim-app-sidebar-header'},{'name': 'EuimAppSidebarMenuComponent', 'selector': 'euim-app-sidebar-menu'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimControlFeedbackComponent', 'selector': 'euim-control-feedback'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimFieldsetActionsComponent', 'selector': 'euim-fieldset-actions'},{'name': 'EuimFieldSetComponent', 'selector': 'euim-fieldset'},{'name': 'EuimFieldsetLegendComponent', 'selector': 'euim-fieldset-legend'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimInfoScreenComponent', 'selector': 'euim-info-screen'},{'name': 'EuimLabelComponent', 'selector': 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label'},{'name': 'EuimLanguageListComponent', 'selector': 'euim-language-list'},{'name': 'EuimLanguageSelectorComponent', 'selector': 'euim-language-selector'},{'name': 'EuimMediaHeaderComponent', 'selector': 'euim-media-header'},{'name': 'EuimMenuComponent', 'selector': 'euim-menu'},{'name': 'EuimMessageComponent', 'selector': 'euim-message'},{'name': 'EuimMessageTitleComponent', 'selector': 'euim-message-title'},{'name': 'EuimMultiselectComponent', 'selector': 'euim-multiselect'},{'name': 'EuimMultiselectFilterComponent', 'selector': 'euim-multiselect-filter'},{'name': 'EuimMultiselectInfoComponent', 'selector': 'euim-multiselect-info'},{'name': 'EuimMultiselectListComponent', 'selector': 'euim-multiselect-list'},{'name': 'EuimMultiselectToolbarComponent', 'selector': 'euim-multiselect-toolbar'},{'name': 'EuimNotificationItemComponent', 'selector': 'euim-notification-item'},{'name': 'EuimScrollerXComponent', 'selector': 'euim-scroller-x'},{'name': 'EuimSidebarComponent', 'selector': 'euim-sidebar'},{'name': 'EuimSidebarContentComponent', 'selector': 'euim-sidebar-content'},{'name': 'EuimSkeletonListComponent', 'selector': 'euim-skeleton-list'},{'name': 'EuimSkeletonListItemComponent', 'selector': 'euim-skeleton-list-item'},{'name': 'EuimSlideComponent', 'selector': 'euim-slide'},{'name': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderComponent', 'selector': 'euim-slider'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimStepperComponent', 'selector': 'euim-stepper'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarTitleComponent', 'selector': 'euim-toolbar-title'},{'name': 'EuiMUserProfileActionComponent', 'selector': 'euim-user-profile-action'},{'name': 'EuiMUserProfileAvatarComponent', 'selector': 'euim-user-profile-avatar'},{'name': 'EuimUserProfileComponent', 'selector': 'euim-user-profile'},{'name': 'EuiMUserProfileInfosComponent', 'selector': 'euim-user-profile-infos'},{'name': 'EuiMUserProfileInfosItemComponent', 'selector': 'euim-user-profile-infos-item'}];
|
|
217
333
|
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimBaseDirective', 'selector': '[euimBase]'},{'name': 'EuimChipSelectorItemDirective', 'selector': '[euimChipSelectorItem]'},{'name': 'EuimDataSummaryColLabelDirective', 'selector': '[euimDataSummaryColLabel]'},{'name': 'EuimDataSummaryColValueDirective', 'selector': '[euimDataSummaryColValue]'},{'name': 'EuimDividerDirective', 'selector': '[euimDivider]'},{'name': 'EuimHeaderDetailsIconDirective', 'selector': '[euimHeaderDetailsIcon]'},{'name': 'EuimHeaderDetailsMetaDirective', 'selector': '[euimHeaderDetailsMeta]'},{'name': 'EuimHeaderDetailsTitleDirective', 'selector': '[euimHeaderDetailsTitle]'},{'name': 'EuimInfoScreenContentDirective', 'selector': '[euimInfoScreenContent]'},{'name': 'EuimInfoScreenSubTitleDirective', 'selector': '[euimInfoScreenSubTitle]'},{'name': 'EuimInfoScreenTitleDirective', 'selector': '[euimInfoScreenTitle]'},{'name': 'EuimItemDividerDirective', 'selector': '[euimItemDivider]'},{'name': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'}];
|
|
218
334
|
var ACTUAL_COMPONENT = {'name': 'EuimSkeletonListComponent'};
|
package/docs/dependencies.html
CHANGED
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
</ol>
|
|
52
52
|
<ul class="dependencies-list">
|
|
53
53
|
<li>
|
|
54
|
-
<b>@eui/deps-base</b> : 16.2.
|
|
54
|
+
<b>@eui/deps-base</b> : 16.2.12-snapshot-1708398719797</li>
|
|
55
55
|
<li>
|
|
56
|
-
<b>@eui/styles-base</b> : 16.2.
|
|
56
|
+
<b>@eui/styles-base</b> : 16.2.12-snapshot-1708398719797</li>
|
|
57
57
|
<li>
|
|
58
58
|
<b>@ionic/angular-toolkit</b> : 7.0.0</li>
|
|
59
59
|
<li>
|
package/docs/js/menu-wc.js
CHANGED
|
@@ -59,13 +59,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
59
59
|
<a href="modules/EuimAlertMessageModule.html" data-type="entity-link" >EuimAlertMessageModule</a>
|
|
60
60
|
<li class="chapter inner">
|
|
61
61
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
62
|
-
'data-bs-target="#components-links-module-EuimAlertMessageModule-
|
|
62
|
+
'data-bs-target="#components-links-module-EuimAlertMessageModule-ed3524f1cbc9f0a10dc0dbf6d0fed589f1e5dc3a0f5201488f202cd17fd854187a3799e33d4276b4d079d5ac9975d9a468d30d14eecf2e479071744f8972dee8"' : 'data-bs-target="#xs-components-links-module-EuimAlertMessageModule-ed3524f1cbc9f0a10dc0dbf6d0fed589f1e5dc3a0f5201488f202cd17fd854187a3799e33d4276b4d079d5ac9975d9a468d30d14eecf2e479071744f8972dee8"' }>
|
|
63
63
|
<span class="icon ion-md-cog"></span>
|
|
64
64
|
<span>Components</span>
|
|
65
65
|
<span class="icon ion-ios-arrow-down"></span>
|
|
66
66
|
</div>
|
|
67
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAlertMessageModule-
|
|
68
|
-
'id="xs-components-links-module-EuimAlertMessageModule-
|
|
67
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAlertMessageModule-ed3524f1cbc9f0a10dc0dbf6d0fed589f1e5dc3a0f5201488f202cd17fd854187a3799e33d4276b4d079d5ac9975d9a468d30d14eecf2e479071744f8972dee8"' :
|
|
68
|
+
'id="xs-components-links-module-EuimAlertMessageModule-ed3524f1cbc9f0a10dc0dbf6d0fed589f1e5dc3a0f5201488f202cd17fd854187a3799e33d4276b4d079d5ac9975d9a468d30d14eecf2e479071744f8972dee8"' }>
|
|
69
69
|
<li class="link">
|
|
70
70
|
<a href="components/EuimAlertMessageComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAlertMessageComponent</a>
|
|
71
71
|
</li>
|
|
@@ -550,13 +550,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
550
550
|
<a href="modules/EuimSkeletonListModule.html" data-type="entity-link" >EuimSkeletonListModule</a>
|
|
551
551
|
<li class="chapter inner">
|
|
552
552
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
553
|
-
'data-bs-target="#components-links-module-EuimSkeletonListModule-
|
|
553
|
+
'data-bs-target="#components-links-module-EuimSkeletonListModule-eaea6fe16949ae95e5670616a183ceaaf9fadbd20c59c0fcb59e1f7d87f261e226ad83c4743146673d5dfd265408c90b732391dcb447606d8e25dbc0055f5832"' : 'data-bs-target="#xs-components-links-module-EuimSkeletonListModule-eaea6fe16949ae95e5670616a183ceaaf9fadbd20c59c0fcb59e1f7d87f261e226ad83c4743146673d5dfd265408c90b732391dcb447606d8e25dbc0055f5832"' }>
|
|
554
554
|
<span class="icon ion-md-cog"></span>
|
|
555
555
|
<span>Components</span>
|
|
556
556
|
<span class="icon ion-ios-arrow-down"></span>
|
|
557
557
|
</div>
|
|
558
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimSkeletonListModule-
|
|
559
|
-
'id="xs-components-links-module-EuimSkeletonListModule-
|
|
558
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimSkeletonListModule-eaea6fe16949ae95e5670616a183ceaaf9fadbd20c59c0fcb59e1f7d87f261e226ad83c4743146673d5dfd265408c90b732391dcb447606d8e25dbc0055f5832"' :
|
|
559
|
+
'id="xs-components-links-module-EuimSkeletonListModule-eaea6fe16949ae95e5670616a183ceaaf9fadbd20c59c0fcb59e1f7d87f261e226ad83c4743146673d5dfd265408c90b732391dcb447606d8e25dbc0055f5832"' }>
|
|
560
560
|
<li class="link">
|
|
561
561
|
<a href="components/EuimAlertMessageComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAlertMessageComponent</a>
|
|
562
562
|
</li>
|