@eui/mobile-core 17.4.0-snapshot-1725616755288 → 17.4.0-snapshot-1726653670360
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/EuiMUserProfileInfosComponent.html +96 -36
- package/docs/components/EuimCardComponent.html +1 -1
- package/docs/components/EuimCardListComponent.html +93 -32
- package/docs/components/EuimChipSelectorComponent.html +25 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +124 -46
- package/docs/components/EuimUserProfileComponent.html +88 -32
- package/docs/dependencies.html +5 -5
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-card/euim-card.component.mjs +4 -4
- package/esm2022/lib/components/euim-card-list/euim-card-list.component.mjs +17 -6
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +11 -4
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +2 -2
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +30 -9
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +17 -8
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +15 -7
- package/fesm2022/eui-mobile-core.mjs +93 -37
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-card-list/euim-card-list.component.d.ts +4 -2
- package/lib/components/euim-card-list/euim-card-list.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +4 -2
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +5 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +4 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +4 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -189,10 +189,6 @@
|
|
|
189
189
|
<tr>
|
|
190
190
|
<td class="col-md-4">
|
|
191
191
|
<ul class="index-list">
|
|
192
|
-
<li>
|
|
193
|
-
<span class="modifier"></span>
|
|
194
|
-
<a href="#className" >className</a>
|
|
195
|
-
</li>
|
|
196
192
|
<li>
|
|
197
193
|
<a href="#currentSlide" >currentSlide</a>
|
|
198
194
|
</li>
|
|
@@ -224,6 +220,9 @@
|
|
|
224
220
|
<tr>
|
|
225
221
|
<td class="col-md-4">
|
|
226
222
|
<ul class="index-list">
|
|
223
|
+
<li>
|
|
224
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
225
|
+
</li>
|
|
227
226
|
<li>
|
|
228
227
|
<a href="#goToNextSlide" >goToNextSlide</a>
|
|
229
228
|
</li>
|
|
@@ -236,6 +235,9 @@
|
|
|
236
235
|
<li>
|
|
237
236
|
<a href="#handleTouchEnd" >handleTouchEnd</a>
|
|
238
237
|
</li>
|
|
238
|
+
<li>
|
|
239
|
+
<a href="#isImageOnly" >isImageOnly</a>
|
|
240
|
+
</li>
|
|
239
241
|
<li>
|
|
240
242
|
<a href="#isNextButtonVisible" >isNextButtonVisible</a>
|
|
241
243
|
</li>
|
|
@@ -282,6 +284,9 @@
|
|
|
282
284
|
<li>
|
|
283
285
|
<a href="#isPreviousBtn" >isPreviousBtn</a>
|
|
284
286
|
</li>
|
|
287
|
+
<li>
|
|
288
|
+
<a href="#paginationColor" >paginationColor</a>
|
|
289
|
+
</li>
|
|
285
290
|
<li>
|
|
286
291
|
<a href="#showLeftBtn" >showLeftBtn</a>
|
|
287
292
|
</li>
|
|
@@ -343,6 +348,20 @@
|
|
|
343
348
|
</td>
|
|
344
349
|
</tr>
|
|
345
350
|
|
|
351
|
+
<tr>
|
|
352
|
+
<td class="col-md-4">
|
|
353
|
+
<h6><b>Accessors</b></h6>
|
|
354
|
+
</td>
|
|
355
|
+
</tr>
|
|
356
|
+
<tr>
|
|
357
|
+
<td class="col-md-4">
|
|
358
|
+
<ul class="index-list">
|
|
359
|
+
<li>
|
|
360
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
361
|
+
</li>
|
|
362
|
+
</ul>
|
|
363
|
+
</td>
|
|
364
|
+
</tr>
|
|
346
365
|
</tbody>
|
|
347
366
|
</table>
|
|
348
367
|
</section>
|
|
@@ -517,6 +536,22 @@
|
|
|
517
536
|
</tr>
|
|
518
537
|
</tbody>
|
|
519
538
|
</table>
|
|
539
|
+
<table class="table table-sm table-bordered">
|
|
540
|
+
<tbody>
|
|
541
|
+
<tr>
|
|
542
|
+
<td class="col-md-4">
|
|
543
|
+
<a name="paginationColor"></a>
|
|
544
|
+
<b>paginationColor</b>
|
|
545
|
+
</td>
|
|
546
|
+
</tr>
|
|
547
|
+
<tr>
|
|
548
|
+
<td class="col-md-4">
|
|
549
|
+
<i>Type : </i> <code>"dark" | "white" | "primary" | "info" | "success" | "warning" | "danger"</code>
|
|
550
|
+
|
|
551
|
+
</td>
|
|
552
|
+
</tr>
|
|
553
|
+
</tbody>
|
|
554
|
+
</table>
|
|
520
555
|
<table class="table table-sm table-bordered">
|
|
521
556
|
<tbody>
|
|
522
557
|
<tr>
|
|
@@ -629,11 +664,6 @@
|
|
|
629
664
|
|
|
630
665
|
</td>
|
|
631
666
|
</tr>
|
|
632
|
-
<tr>
|
|
633
|
-
<td class="col-md-4">
|
|
634
|
-
<i>Default value : </i><code>'euim-slider-info-screen'</code>
|
|
635
|
-
</td>
|
|
636
|
-
</tr>
|
|
637
667
|
|
|
638
668
|
|
|
639
669
|
</tbody>
|
|
@@ -674,6 +704,37 @@
|
|
|
674
704
|
<h3 id="methods">
|
|
675
705
|
Methods
|
|
676
706
|
</h3>
|
|
707
|
+
<table class="table table-sm table-bordered">
|
|
708
|
+
<tbody>
|
|
709
|
+
<tr>
|
|
710
|
+
<td class="col-md-4">
|
|
711
|
+
<a name="getCssClasses"></a>
|
|
712
|
+
<span class="name">
|
|
713
|
+
<span ><b>getCssClasses</b></span>
|
|
714
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
715
|
+
</span>
|
|
716
|
+
</td>
|
|
717
|
+
</tr>
|
|
718
|
+
<tr>
|
|
719
|
+
<td class="col-md-4">
|
|
720
|
+
<code>getCssClasses()</code>
|
|
721
|
+
</td>
|
|
722
|
+
</tr>
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
<tr>
|
|
728
|
+
<td class="col-md-4">
|
|
729
|
+
|
|
730
|
+
<div class="io-description">
|
|
731
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
732
|
+
|
|
733
|
+
</div>
|
|
734
|
+
</td>
|
|
735
|
+
</tr>
|
|
736
|
+
</tbody>
|
|
737
|
+
</table>
|
|
677
738
|
<table class="table table-sm table-bordered">
|
|
678
739
|
<tbody>
|
|
679
740
|
<tr>
|
|
@@ -850,6 +911,37 @@
|
|
|
850
911
|
</tr>
|
|
851
912
|
</tbody>
|
|
852
913
|
</table>
|
|
914
|
+
<table class="table table-sm table-bordered">
|
|
915
|
+
<tbody>
|
|
916
|
+
<tr>
|
|
917
|
+
<td class="col-md-4">
|
|
918
|
+
<a name="isImageOnly"></a>
|
|
919
|
+
<span class="name">
|
|
920
|
+
<span ><b>isImageOnly</b></span>
|
|
921
|
+
<a href="#isImageOnly"><span class="icon ion-ios-link"></span></a>
|
|
922
|
+
</span>
|
|
923
|
+
</td>
|
|
924
|
+
</tr>
|
|
925
|
+
<tr>
|
|
926
|
+
<td class="col-md-4">
|
|
927
|
+
<code>isImageOnly()</code>
|
|
928
|
+
</td>
|
|
929
|
+
</tr>
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
<tr>
|
|
935
|
+
<td class="col-md-4">
|
|
936
|
+
|
|
937
|
+
<div class="io-description">
|
|
938
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
939
|
+
|
|
940
|
+
</div>
|
|
941
|
+
</td>
|
|
942
|
+
</tr>
|
|
943
|
+
</tbody>
|
|
944
|
+
</table>
|
|
853
945
|
<table class="table table-sm table-bordered">
|
|
854
946
|
<tbody>
|
|
855
947
|
<tr>
|
|
@@ -1202,42 +1294,6 @@
|
|
|
1202
1294
|
<h3 id="inputs">
|
|
1203
1295
|
Properties
|
|
1204
1296
|
</h3>
|
|
1205
|
-
<table class="table table-sm table-bordered">
|
|
1206
|
-
<tbody>
|
|
1207
|
-
<tr>
|
|
1208
|
-
<td class="col-md-4">
|
|
1209
|
-
<a name="className"></a>
|
|
1210
|
-
<span class="name">
|
|
1211
|
-
<span class="modifier"></span>
|
|
1212
|
-
<span ><b>className</b></span>
|
|
1213
|
-
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
1214
|
-
</span>
|
|
1215
|
-
</td>
|
|
1216
|
-
</tr>
|
|
1217
|
-
<tr>
|
|
1218
|
-
<td class="col-md-4">
|
|
1219
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1220
|
-
|
|
1221
|
-
</td>
|
|
1222
|
-
</tr>
|
|
1223
|
-
<tr>
|
|
1224
|
-
<td class="col-md-4">
|
|
1225
|
-
<i>Default value : </i><code>'euim-slider-info-screen'</code>
|
|
1226
|
-
</td>
|
|
1227
|
-
</tr>
|
|
1228
|
-
<tr>
|
|
1229
|
-
<td class="col-md-4">
|
|
1230
|
-
<b>Decorators : </b>
|
|
1231
|
-
<br />
|
|
1232
|
-
<code>
|
|
1233
|
-
@HostBinding('class')<br />
|
|
1234
|
-
</code>
|
|
1235
|
-
</td>
|
|
1236
|
-
</tr>
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
</tbody>
|
|
1240
|
-
</table>
|
|
1241
1297
|
<table class="table table-sm table-bordered">
|
|
1242
1298
|
<tbody>
|
|
1243
1299
|
<tr>
|
|
@@ -1401,6 +1457,28 @@
|
|
|
1401
1457
|
</table>
|
|
1402
1458
|
</section>
|
|
1403
1459
|
|
|
1460
|
+
<section data-compodoc="block-accessors">
|
|
1461
|
+
<h3 id="accessors">
|
|
1462
|
+
Accessors
|
|
1463
|
+
</h3>
|
|
1464
|
+
<table class="table table-sm table-bordered">
|
|
1465
|
+
<tbody>
|
|
1466
|
+
<tr>
|
|
1467
|
+
<td class="col-md-4">
|
|
1468
|
+
<a name="cssClasses"></a>
|
|
1469
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
1470
|
+
</td>
|
|
1471
|
+
</tr>
|
|
1472
|
+
|
|
1473
|
+
<tr>
|
|
1474
|
+
<td class="col-md-4">
|
|
1475
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
1476
|
+
</td>
|
|
1477
|
+
</tr>
|
|
1478
|
+
|
|
1479
|
+
</tbody>
|
|
1480
|
+
</table>
|
|
1481
|
+
</section>
|
|
1404
1482
|
</div>
|
|
1405
1483
|
|
|
1406
1484
|
|
|
@@ -1415,7 +1493,7 @@
|
|
|
1415
1493
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1416
1494
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1417
1495
|
<script>
|
|
1418
|
-
var COMPONENT_TEMPLATE = '<div><div #sliderElement class="euim-slider-info-screen__slider-container"> <div #slides class="euim-slider-info-screen__slides"> <ng-content></ng-content> </div> @if (showLeftBtn || showRightBtn || isCarousel || isLastItemReached){ <div class="euim-slider-info-screen__pagination-container"> @if (showLeftBtn && !showLeftBtnAsPrevious && !isPreviousBtn) {
|
|
1496
|
+
var COMPONENT_TEMPLATE = '<div><div #sliderElement class="euim-slider-info-screen__slider-container" > <div #slides class="euim-slider-info-screen__slides"> <ng-content></ng-content> </div> @if (!isImageOnly()) { <div class="euim-slider-info-screen__pagination-container"> @if (showLeftBtn || showRightBtn || isCarousel || isLastItemReached){ <div class="euim-slider-info-screen__pagination-container"> @if (showLeftBtn && !showLeftBtnAsPrevious && !isPreviousBtn) { <ion-button (click)="onLeftBtnAction($event)" class="euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left" fill="clear">{{actionBtnNames.leftBtnName}}</ion-button> } @if (showLeftBtnAsPrevious) { <ion-button (click)="onLeftBtnAction($event)" class="euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left" fill="clear">{{actionBtnNames.leftBtnName || \'euim.slider-info-screen.LEFT-BTN-NAME\' | translate}}</ion-button> } @if (isCarousel){ <div class="euim-slider-info-screen__pagination"> <span (click)="goToSlide(i)" *ngFor="let slide of slidesArray; let i = index" [ngClass]="{ \'active\': currentSlide === i }" class="euim-slider-info-screen__span"></span> </div> } @if (!isLastItemReached && !isNextBtn || isNextBtn && showRightBtn) { <ion-button (click)="onRightBtnAction($event)" class="euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right" fill="clear">{{actionBtnNames.rightBtnName || \'euim.slider-info-screen.RIGHT-BTN-NAME\' | translate}}</ion-button> } @if (isLastItemReached) { <ion-button (click)="onLastStepAction($event)" class="euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right" fill="clear">{{actionBtnNames.lastStepActionBtnName || \'euim.slider-info-screen.LAST-STEP-ACTION-BTN-NAME\' | translate}}</ion-button> } </div> } </div> } @if (isImageOnly()) { <div class="euim-slider-info-screen__pagination-container--over-image"> <div class="euim-slider-info-screen__pagination"> <span (click)="goToSlide(i)" *ngFor="let slide of slidesArray; let i = index" [ngClass]="{ \'active\': currentSlide === i }" class="euim-slider-info-screen__span" ></span> </div> </div> }</div></div>'
|
|
1419
1497
|
var COMPONENTS = [{'name': 'EuimAboutComponent', 'selector': 'euim-about'},{'name': 'EuimAboutContentLoadingComponent', 'selector': 'euim-about-content-loading'},{'name': 'EuimAlertMessageComponent', 'selector': 'euim-alert-message'},{'name': 'EuimAppComponent', 'selector': 'euim-app'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimBadgeComponent', 'selector': 'euim-badge'},{'name': 'EuimCardComponent', 'selector': 'euim-card'},{'name': 'EuimCardListComponent', 'selector': 'euim-card-list'},{'name': 'EuimChangelogComponent', 'selector': 'euim-changelog'},{'name': 'EuimChipSelectorComponent', 'selector': 'euim-chip-selector'},{'name': 'EuimDataSummaryColComponent', 'selector': 'euim-data-summary-col'},{'name': 'EuimDataSummaryComponent', 'selector': 'euim-data-summary'},{'name': 'EuimEmptyListPlaceholderComponent', 'selector': 'euim-empty-list-placeholder'},{'name': 'EuimHeaderDetailsComponent', 'selector': 'euim-header-details'},{'name': 'EuimHelpSupportComponent', 'selector': 'euim-help-support'},{'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': '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': 'EuimOpenSourceLicencesComponent', 'selector': 'euim-opensource-licences'},{'name': 'EuimPdfViewerComponent', 'selector': 'euim-pdf-viewer'},{'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': 'EuimSlideInfoScreenComponent', 'selector': 'euim-slide-info-screen'},{'name': 'EuimSliderInfoScreenComponent', 'selector': 'euim-slider-info-screen'},{'name': 'EuimSpinnerComponent', 'selector': 'euim-spinner'},{'name': 'EuimSpinnerDescriptionComponent', 'selector': '[euimSpinnerDescription]'},{'name': 'EuimSpinnerMessageComponent', 'selector': '[euimSpinnerMessage]'},{'name': 'EuimToolbarActionItemsComponent', 'selector': 'euim-toolbar-action-items'},{'name': 'EuimToolbarComponent', 'selector': 'euim-toolbar'},{'name': 'EuimToolbarDatepickerComponent', 'selector': 'euim-toolbar-datepicker'},{'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'}];
|
|
1420
1498
|
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAlignCenterDirective', 'selector': '[euimAlignCenter]'},{'name': 'EuimAlignTopDirective', 'selector': '[euimAlignTop]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': 'EuimCardImageDirective', 'selector': '[euimCardImage]'},{'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': 'EuimListHeaderDirective', 'selector': '[euimListHeader]'},{'name': 'EuimListItemNoPaddingsDirective', 'selector': '[euimListItemNoPaddings]'},{'name': 'EuimMediaHeaderImageDirective', 'selector': '[euimMediaHeaderImage]'},{'name': 'EuimMediaHeaderSubTitleDirective', 'selector': '[euimMediaHeaderSubTitle]'},{'name': 'EuimMediaHeaderTitleDirective', 'selector': '[euimMediaHeaderTitle]'},{'name': 'EuimMinWidthDirective', 'selector': '[euimMinWidth]'},{'name': 'EuimMultiselectAllDirective', 'selector': '[euimMultiselectAll]'},{'name': 'EuimMultiselectSelectFieldDirective', 'selector': '[euimMultiselectSelectField]'},{'name': 'EuimReadOnlyFormDirective', 'selector': '[euimReadOnlyForm]'},{'name': 'EuimReadOnlyFormLabelDirective', 'selector': '[euimReadOnlyFormLabel]'},{'name': 'EuimReadOnlyFormValueDirective', 'selector': '[euimReadOnlyFormValue]'},{'name': 'EuimSidebarFooterNoBordersDirective', 'selector': '[euimSidebarFooterNoBorders]'},{'name': 'EuimSkeletonTextAvatarDirective', 'selector': '[euimSkeletonTextAvatar]'},{'name': 'EuimSliderInfoScreenContentDirective', 'selector': '[euimSliderInfoScreenContent]'},{'name': 'EuimSliderInfoScreenSubTitleDirective', 'selector': '[euimSliderInfoScreenSubTitle]'},{'name': 'EuimSliderInfoScreenTitleDirective', 'selector': '[euimSliderInfoScreenTitle]'},{'name': 'EuimToolbarDatepickerDatetimeDirective', 'selector': '[euimToolbarDatepickerDatetime]'},{'name': 'EuimToolbarTransparentDirective', 'selector': '[euimToolbarTransparent]'}];
|
|
1421
1499
|
var ACTUAL_COMPONENT = {'name': 'EuimSliderInfoScreenComponent'};
|
|
@@ -178,23 +178,36 @@
|
|
|
178
178
|
<h3 id="index">Index</h3>
|
|
179
179
|
<table class="table table-sm table-bordered index-table">
|
|
180
180
|
<tbody>
|
|
181
|
+
|
|
181
182
|
<tr>
|
|
182
183
|
<td class="col-md-4">
|
|
183
|
-
<h6><b>
|
|
184
|
+
<h6><b>Methods</b></h6>
|
|
184
185
|
</td>
|
|
185
186
|
</tr>
|
|
186
187
|
<tr>
|
|
187
188
|
<td class="col-md-4">
|
|
188
189
|
<ul class="index-list">
|
|
189
190
|
<li>
|
|
190
|
-
|
|
191
|
-
<a href="#className" >className</a>
|
|
191
|
+
<a href="#getCssClasses" >getCssClasses</a>
|
|
192
192
|
</li>
|
|
193
193
|
</ul>
|
|
194
194
|
</td>
|
|
195
195
|
</tr>
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
<tr>
|
|
198
|
+
<td class="col-md-4">
|
|
199
|
+
<h6><b>Inputs</b></h6>
|
|
200
|
+
</td>
|
|
201
|
+
</tr>
|
|
202
|
+
<tr>
|
|
203
|
+
<td class="col-md-4">
|
|
204
|
+
<ul class="index-list">
|
|
205
|
+
<li>
|
|
206
|
+
<a href="#color" >color</a>
|
|
207
|
+
</li>
|
|
208
|
+
</ul>
|
|
209
|
+
</td>
|
|
210
|
+
</tr>
|
|
198
211
|
|
|
199
212
|
|
|
200
213
|
<tr>
|
|
@@ -213,12 +226,44 @@
|
|
|
213
226
|
</tr>
|
|
214
227
|
|
|
215
228
|
|
|
229
|
+
<tr>
|
|
230
|
+
<td class="col-md-4">
|
|
231
|
+
<h6><b>Accessors</b></h6>
|
|
232
|
+
</td>
|
|
233
|
+
</tr>
|
|
234
|
+
<tr>
|
|
235
|
+
<td class="col-md-4">
|
|
236
|
+
<ul class="index-list">
|
|
237
|
+
<li>
|
|
238
|
+
<a href="#cssClasses" >cssClasses</a>
|
|
239
|
+
</li>
|
|
240
|
+
</ul>
|
|
241
|
+
</td>
|
|
242
|
+
</tr>
|
|
216
243
|
</tbody>
|
|
217
244
|
</table>
|
|
218
245
|
</section>
|
|
219
246
|
|
|
220
247
|
|
|
248
|
+
<section data-compodoc="block-inputs">
|
|
249
|
+
<h3 id="inputs">Inputs</h3>
|
|
250
|
+
<table class="table table-sm table-bordered">
|
|
251
|
+
<tbody>
|
|
252
|
+
<tr>
|
|
253
|
+
<td class="col-md-4">
|
|
254
|
+
<a name="color"></a>
|
|
255
|
+
<b>color</b>
|
|
256
|
+
</td>
|
|
257
|
+
</tr>
|
|
258
|
+
<tr>
|
|
259
|
+
<td class="col-md-4">
|
|
260
|
+
<i>Type : </i> <code>"dark" | "white" | "primary" | "info" | "success" | "warning" | "danger"</code>
|
|
221
261
|
|
|
262
|
+
</td>
|
|
263
|
+
</tr>
|
|
264
|
+
</tbody>
|
|
265
|
+
</table>
|
|
266
|
+
</section>
|
|
222
267
|
|
|
223
268
|
<section data-compodoc="block-properties">
|
|
224
269
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
@@ -238,11 +283,6 @@
|
|
|
238
283
|
|
|
239
284
|
</td>
|
|
240
285
|
</tr>
|
|
241
|
-
<tr>
|
|
242
|
-
<td class="col-md-4">
|
|
243
|
-
<i>Default value : </i><code>'euim-user-profile'</code>
|
|
244
|
-
</td>
|
|
245
|
-
</tr>
|
|
246
286
|
|
|
247
287
|
|
|
248
288
|
</tbody>
|
|
@@ -250,50 +290,66 @@
|
|
|
250
290
|
</section>
|
|
251
291
|
|
|
252
292
|
|
|
253
|
-
|
|
254
|
-
<section data-compodoc="block-properties">
|
|
293
|
+
<section data-compodoc="block-methods">
|
|
255
294
|
|
|
256
|
-
<h3 id="
|
|
257
|
-
|
|
295
|
+
<h3 id="methods">
|
|
296
|
+
Methods
|
|
258
297
|
</h3>
|
|
259
298
|
<table class="table table-sm table-bordered">
|
|
260
299
|
<tbody>
|
|
261
300
|
<tr>
|
|
262
301
|
<td class="col-md-4">
|
|
263
|
-
<a name="
|
|
302
|
+
<a name="getCssClasses"></a>
|
|
264
303
|
<span class="name">
|
|
265
|
-
|
|
266
|
-
<span
|
|
267
|
-
<a href="#className"><span class="icon ion-ios-link"></span></a>
|
|
304
|
+
<span ><b>getCssClasses</b></span>
|
|
305
|
+
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
268
306
|
</span>
|
|
269
307
|
</td>
|
|
270
308
|
</tr>
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
309
|
+
<tr>
|
|
310
|
+
<td class="col-md-4">
|
|
311
|
+
<code>getCssClasses()</code>
|
|
312
|
+
</td>
|
|
313
|
+
</tr>
|
|
274
314
|
|
|
275
|
-
|
|
276
|
-
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
<tr>
|
|
319
|
+
<td class="col-md-4">
|
|
320
|
+
|
|
321
|
+
<div class="io-description">
|
|
322
|
+
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
323
|
+
|
|
324
|
+
</div>
|
|
325
|
+
</td>
|
|
326
|
+
</tr>
|
|
327
|
+
</tbody>
|
|
328
|
+
</table>
|
|
329
|
+
</section>
|
|
330
|
+
|
|
331
|
+
<section data-compodoc="block-accessors">
|
|
332
|
+
<h3 id="accessors">
|
|
333
|
+
Accessors
|
|
334
|
+
</h3>
|
|
335
|
+
<table class="table table-sm table-bordered">
|
|
336
|
+
<tbody>
|
|
277
337
|
<tr>
|
|
278
338
|
<td class="col-md-4">
|
|
279
|
-
<
|
|
339
|
+
<a name="cssClasses"></a>
|
|
340
|
+
<span class="name"><b>cssClasses</b><a href="#cssClasses"><span class="icon ion-ios-link"></span></a></span>
|
|
280
341
|
</td>
|
|
281
342
|
</tr>
|
|
343
|
+
|
|
282
344
|
<tr>
|
|
283
345
|
<td class="col-md-4">
|
|
284
|
-
<b>
|
|
285
|
-
<br />
|
|
286
|
-
<code>
|
|
287
|
-
@HostBinding('class')<br />
|
|
288
|
-
</code>
|
|
346
|
+
<span class="accessor"><b>get</b><code>cssClasses()</code></span>
|
|
289
347
|
</td>
|
|
290
348
|
</tr>
|
|
291
349
|
|
|
292
|
-
|
|
293
|
-
</
|
|
294
|
-
</table>
|
|
350
|
+
</tbody>
|
|
351
|
+
</table>
|
|
295
352
|
</section>
|
|
296
|
-
|
|
297
353
|
</div>
|
|
298
354
|
|
|
299
355
|
|
package/docs/dependencies.html
CHANGED
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</ol>
|
|
110
110
|
<ul class="dependencies-list">
|
|
111
111
|
<li>
|
|
112
|
-
<b>@eui/deps-base</b> : 17.3.11-snapshot-
|
|
112
|
+
<b>@eui/deps-base</b> : 17.3.11-snapshot-1726186323855</li>
|
|
113
113
|
<li>
|
|
114
|
-
<b>@eui/styles-base</b> : 17.3.11-snapshot-
|
|
114
|
+
<b>@eui/styles-base</b> : 17.3.11-snapshot-1726186323855</li>
|
|
115
115
|
<li>
|
|
116
116
|
<b>@ionic/angular-toolkit</b> : 7.0.0</li>
|
|
117
117
|
<li>
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
<li>
|
|
130
130
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
131
131
|
<li>
|
|
132
|
-
<b>@eui/components</b> : 17.3.11-snapshot-
|
|
132
|
+
<b>@eui/components</b> : 17.3.11-snapshot-1726186323855</li>
|
|
133
133
|
<li>
|
|
134
|
-
<b>@eui/showcase</b> : 17.3.11-snapshot-
|
|
134
|
+
<b>@eui/showcase</b> : 17.3.11-snapshot-1726186323855</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@eui/styles</b> : 17.3.11-snapshot-
|
|
136
|
+
<b>@eui/styles</b> : 17.3.11-snapshot-1726186323855</li>
|
|
137
137
|
</ul>
|
|
138
138
|
|
|
139
139
|
|