@eui/mobile-core 18.0.2-snapshot-1736326513935 → 18.0.2-snapshot-1737014430100
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/EuimToolbarDatepickerComponent.html +113 -2
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +4 -4
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +2 -2
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +34 -13
- package/esm2022/lib/components/layout/euim-header-details/euim-header-details.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +3 -3
- package/fesm2022/eui-mobile-core.mjs +78 -59
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts +11 -2
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -218,6 +218,12 @@
|
|
|
218
218
|
<li>
|
|
219
219
|
<a href="#getCssClasses" >getCssClasses</a>
|
|
220
220
|
</li>
|
|
221
|
+
<li>
|
|
222
|
+
<a href="#onModalDismiss" >onModalDismiss</a>
|
|
223
|
+
</li>
|
|
224
|
+
<li>
|
|
225
|
+
<a href="#onModalPresent" >onModalPresent</a>
|
|
226
|
+
</li>
|
|
221
227
|
<li>
|
|
222
228
|
<a href="#updateCurrentDate" >updateCurrentDate</a>
|
|
223
229
|
</li>
|
|
@@ -233,6 +239,9 @@
|
|
|
233
239
|
<tr>
|
|
234
240
|
<td class="col-md-4">
|
|
235
241
|
<ul class="index-list">
|
|
242
|
+
<li>
|
|
243
|
+
<a href="#closeModalOnBack" >closeModalOnBack</a>
|
|
244
|
+
</li>
|
|
236
245
|
<li>
|
|
237
246
|
<a href="#euimNextBtnDisabled" >euimNextBtnDisabled</a>
|
|
238
247
|
</li>
|
|
@@ -336,7 +345,7 @@
|
|
|
336
345
|
<tbody>
|
|
337
346
|
<tr>
|
|
338
347
|
<td class="col-md-4">
|
|
339
|
-
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>, translate: TranslateService, modalController: ModalController)</code>
|
|
348
|
+
<code>constructor(baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>, router: Router, location: Location, translate: TranslateService, modalController: ModalController)</code>
|
|
340
349
|
</td>
|
|
341
350
|
</tr>
|
|
342
351
|
|
|
@@ -364,6 +373,30 @@
|
|
|
364
373
|
No
|
|
365
374
|
</td>
|
|
366
375
|
|
|
376
|
+
</tr>
|
|
377
|
+
<tr>
|
|
378
|
+
<td>router</td>
|
|
379
|
+
|
|
380
|
+
<td>
|
|
381
|
+
<code>Router</code>
|
|
382
|
+
</td>
|
|
383
|
+
|
|
384
|
+
<td>
|
|
385
|
+
No
|
|
386
|
+
</td>
|
|
387
|
+
|
|
388
|
+
</tr>
|
|
389
|
+
<tr>
|
|
390
|
+
<td>location</td>
|
|
391
|
+
|
|
392
|
+
<td>
|
|
393
|
+
<code>Location</code>
|
|
394
|
+
</td>
|
|
395
|
+
|
|
396
|
+
<td>
|
|
397
|
+
No
|
|
398
|
+
</td>
|
|
399
|
+
|
|
367
400
|
</tr>
|
|
368
401
|
<tr>
|
|
369
402
|
<td>translate</td>
|
|
@@ -400,6 +433,22 @@
|
|
|
400
433
|
|
|
401
434
|
<section data-compodoc="block-inputs">
|
|
402
435
|
<h3 id="inputs">Inputs</h3>
|
|
436
|
+
<table class="table table-sm table-bordered">
|
|
437
|
+
<tbody>
|
|
438
|
+
<tr>
|
|
439
|
+
<td class="col-md-4">
|
|
440
|
+
<a name="closeModalOnBack"></a>
|
|
441
|
+
<b>closeModalOnBack</b>
|
|
442
|
+
</td>
|
|
443
|
+
</tr>
|
|
444
|
+
<tr>
|
|
445
|
+
<td class="col-md-4">
|
|
446
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
447
|
+
|
|
448
|
+
</td>
|
|
449
|
+
</tr>
|
|
450
|
+
</tbody>
|
|
451
|
+
</table>
|
|
403
452
|
<table class="table table-sm table-bordered">
|
|
404
453
|
<tbody>
|
|
405
454
|
<tr>
|
|
@@ -754,6 +803,68 @@
|
|
|
754
803
|
</tr>
|
|
755
804
|
</tbody>
|
|
756
805
|
</table>
|
|
806
|
+
<table class="table table-sm table-bordered">
|
|
807
|
+
<tbody>
|
|
808
|
+
<tr>
|
|
809
|
+
<td class="col-md-4">
|
|
810
|
+
<a name="onModalDismiss"></a>
|
|
811
|
+
<span class="name">
|
|
812
|
+
<span ><b>onModalDismiss</b></span>
|
|
813
|
+
<a href="#onModalDismiss"><span class="icon ion-ios-link"></span></a>
|
|
814
|
+
</span>
|
|
815
|
+
</td>
|
|
816
|
+
</tr>
|
|
817
|
+
<tr>
|
|
818
|
+
<td class="col-md-4">
|
|
819
|
+
<code>onModalDismiss()</code>
|
|
820
|
+
</td>
|
|
821
|
+
</tr>
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
<tr>
|
|
827
|
+
<td class="col-md-4">
|
|
828
|
+
|
|
829
|
+
<div class="io-description">
|
|
830
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
831
|
+
|
|
832
|
+
</div>
|
|
833
|
+
</td>
|
|
834
|
+
</tr>
|
|
835
|
+
</tbody>
|
|
836
|
+
</table>
|
|
837
|
+
<table class="table table-sm table-bordered">
|
|
838
|
+
<tbody>
|
|
839
|
+
<tr>
|
|
840
|
+
<td class="col-md-4">
|
|
841
|
+
<a name="onModalPresent"></a>
|
|
842
|
+
<span class="name">
|
|
843
|
+
<span ><b>onModalPresent</b></span>
|
|
844
|
+
<a href="#onModalPresent"><span class="icon ion-ios-link"></span></a>
|
|
845
|
+
</span>
|
|
846
|
+
</td>
|
|
847
|
+
</tr>
|
|
848
|
+
<tr>
|
|
849
|
+
<td class="col-md-4">
|
|
850
|
+
<code>onModalPresent()</code>
|
|
851
|
+
</td>
|
|
852
|
+
</tr>
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
<tr>
|
|
858
|
+
<td class="col-md-4">
|
|
859
|
+
|
|
860
|
+
<div class="io-description">
|
|
861
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
862
|
+
|
|
863
|
+
</div>
|
|
864
|
+
</td>
|
|
865
|
+
</tr>
|
|
866
|
+
</tbody>
|
|
867
|
+
</table>
|
|
757
868
|
<table class="table table-sm table-bordered">
|
|
758
869
|
<tbody>
|
|
759
870
|
<tr>
|
|
@@ -919,7 +1030,7 @@
|
|
|
919
1030
|
<script src="../js/libs/htmlparser.js"></script>
|
|
920
1031
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
921
1032
|
<script>
|
|
922
|
-
var COMPONENT_TEMPLATE = '<div><ion-item class="euim-toolbar-datepicker__item" color="branding"> <euim-avatar fill="clear" slot="start" > <euim-avatar-icon> <ion-icon [name]="icon" class="euim-toolbar-datepicker__calendar"></ion-icon> </euim-avatar-icon> </euim-avatar> @if (!euimReadOnly){ <ion-datetime-button class="euim-toolbar-datepicker__datetime-button--hidden" [datetime]="dateTimeId"> </ion-datetime-button> } <div class="euim-toolbar-datepicker__datetime-button" [id]="modalId" [style.cursor]="(!euimReadOnly) ? \'pointer\' : \'auto\'"> <ion-label class="euim-toolbar-datepicker__date"> <div class="euim-toolbar-datepicker__title" euimLabel euimLabelTitle euimLabelTruncate disabled="euimReadOnly">{{!title ? weekDayName : title}}</div> <div euimLabel euimLabelSubTitle euimLabelTruncate disabled="euimReadOnly">{{!subTitle ? formattedDate : subTitle}}</div> </ion-label> @if (!euimReadOnly){ <ion-icon class="euim-toolbar-datepicker__datetime-caret" name="caret-down"></ion-icon> } </div> @if (!euimReadOnly) { <ion-buttons slot="end"> <ion-button (click)="selectPrevDate()" [disabled] = "euimPrevBtnDisabled" shape="round" class="euim-toolbar-datepicker__nav-button"> <ion-icon name="chevron-back-circle"> </ion-icon> </ion-button> <ion-button (click)="selectNextDate()" [disabled]="euimNextBtnDisabled" shape="round" class="euim-toolbar-datepicker__nav-button euim-toolbar-datepicker__nav-button--next"> <ion-icon name="chevron-forward-circle"></ion-icon> </ion-button> </ion-buttons> }</ion-item>@if (!euimReadOnly){<ion-modal [keepContentsMounted]="true" [trigger]="modalId"> <ng-template> <ion-datetime [showDefaultButtons]="true" (ionChange)="calendarDateChanged($event)" size="cover" [id]="dateTimeId" [locale]="currentLang" presentation="date" [(ngModel)]="selectedDate"></ion-datetime> </ng-template></ion-modal>}</div>'
|
|
1033
|
+
var COMPONENT_TEMPLATE = '<div><ion-item class="euim-toolbar-datepicker__item" color="branding"> <euim-avatar fill="clear" slot="start" > <euim-avatar-icon> <ion-icon [name]="icon" class="euim-toolbar-datepicker__calendar"></ion-icon> </euim-avatar-icon> </euim-avatar> @if (!euimReadOnly){ <ion-datetime-button class="euim-toolbar-datepicker__datetime-button--hidden" [datetime]="dateTimeId"> </ion-datetime-button> } <div class="euim-toolbar-datepicker__datetime-button" [id]="modalId" [style.cursor]="(!euimReadOnly) ? \'pointer\' : \'auto\'"> <ion-label class="euim-toolbar-datepicker__date"> <div class="euim-toolbar-datepicker__title" euimLabel euimLabelTitle euimLabelTruncate disabled="euimReadOnly">{{!title ? weekDayName : title}}</div> <div euimLabel euimLabelSubTitle euimLabelTruncate disabled="euimReadOnly">{{!subTitle ? formattedDate : subTitle}}</div> </ion-label> @if (!euimReadOnly){ <ion-icon class="euim-toolbar-datepicker__datetime-caret" name="caret-down"></ion-icon> } </div> @if (!euimReadOnly) { <ion-buttons slot="end"> <ion-button (click)="selectPrevDate()" [disabled] = "euimPrevBtnDisabled" shape="round" class="euim-toolbar-datepicker__nav-button"> <ion-icon name="chevron-back-circle"> </ion-icon> </ion-button> <ion-button (click)="selectNextDate()" [disabled]="euimNextBtnDisabled" shape="round" class="euim-toolbar-datepicker__nav-button euim-toolbar-datepicker__nav-button--next"> <ion-icon name="chevron-forward-circle"></ion-icon> </ion-button> </ion-buttons> }</ion-item>@if (!euimReadOnly){<ion-modal [keepContentsMounted]="true" (ionModalDidPresent)="onModalPresent()" (ionModalDidDismiss)="onModalDismiss()" [trigger]="modalId"> <ng-template> <ion-datetime [showDefaultButtons]="true" (ionChange)="calendarDateChanged($event)" size="cover" [id]="dateTimeId" [locale]="currentLang" presentation="date" [(ngModel)]="selectedDate"></ion-datetime> </ng-template></ion-modal>}</div>'
|
|
923
1034
|
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': 'EuimAvatarBadgeComponent', 'selector': 'euim-avatar-badge'},{'name': 'EuimAvatarComponent', 'selector': 'euim-avatar'},{'name': 'EuimAvatarIconComponent', 'selector': 'euim-avatar-icon'},{'name': 'EuimAvatarIconSubComponent', 'selector': 'euim-avatar-icon-sub'},{'name': 'EuimAvatarImageComponent', 'selector': 'euim-avatar-image'},{'name': 'EuimAvatarTextComponent', 'selector': 'euim-avatar-text'},{'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': 'EuimToolbarQrcodeComponent', 'selector': 'euim-toolbar-qrcode'},{'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'}];
|
|
924
1035
|
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': 'EuimMediaHeaderCustomContentDirective', 'selector': '[euimMediaHeaderCustomContent]'},{'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': 'EuimToolbarTransparentDirective', 'selector': '[euimToolbarTransparent]'}];
|
|
925
1036
|
var ACTUAL_COMPONENT = {'name': 'EuimToolbarDatepickerComponent'};
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
</tr>
|
|
249
249
|
<tr>
|
|
250
250
|
<td class="col-md-4">
|
|
251
|
-
<i>Type : </i> <code>"dark" | "white" | "primary" | "info" | "success" | "warning" | "danger"</code>
|
|
251
|
+
<i>Type : </i> <code>"dark" | "white" | "primary" | "info" | "success" | "warning" | "danger" | "branding"</code>
|
|
252
252
|
|
|
253
253
|
</td>
|
|
254
254
|
</tr>
|
package/docs/dependencies.html
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
</ol>
|
|
101
101
|
<ul class="dependencies-list">
|
|
102
102
|
<li>
|
|
103
|
-
<b>@eui/deps-base</b> : 18.2.6
|
|
103
|
+
<b>@eui/deps-base</b> : 18.2.6</li>
|
|
104
104
|
<li>
|
|
105
105
|
<b>@ionic/angular-toolkit</b> : ^11.0.0</li>
|
|
106
106
|
<li>
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
<li>
|
|
119
119
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
120
120
|
<li>
|
|
121
|
-
<b>@eui/components</b> : 18.2.6
|
|
121
|
+
<b>@eui/components</b> : 18.2.6</li>
|
|
122
122
|
<li>
|
|
123
|
-
<b>@eui/showcase</b> : 18.2.6
|
|
123
|
+
<b>@eui/showcase</b> : 18.2.6</li>
|
|
124
124
|
<li>
|
|
125
|
-
<b>@eui/styles</b> : 18.2.6
|
|
125
|
+
<b>@eui/styles</b> : 18.2.6</li>
|
|
126
126
|
<li>
|
|
127
127
|
<b>@angular-eslint/builder</b> : 18.3.0</li>
|
|
128
128
|
<li>
|