@eui/mobile-core 18.0.2 → 18.0.3-snapshot-1744781380442
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/EuimToolbarComponent.html +45 -2
- package/docs/directives/EuimToolbarTransparentDirective.html +162 -0
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.mjs +27 -4
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +16 -9
- package/fesm2022/eui-mobile-core.mjs +91 -61
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts +4 -1
- package/lib/components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +3 -0
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -268,6 +268,49 @@
|
|
|
268
268
|
</table>
|
|
269
269
|
</section>
|
|
270
270
|
|
|
271
|
+
<section data-compodoc="block-constructor">
|
|
272
|
+
<h3 id="constructor">Constructor</h3>
|
|
273
|
+
<table class="table table-sm table-bordered">
|
|
274
|
+
<tbody>
|
|
275
|
+
<tr>
|
|
276
|
+
<td class="col-md-4">
|
|
277
|
+
<code>constructor(navCtrl: NavController)</code>
|
|
278
|
+
</td>
|
|
279
|
+
</tr>
|
|
280
|
+
|
|
281
|
+
<tr>
|
|
282
|
+
<td class="col-md-4">
|
|
283
|
+
<div>
|
|
284
|
+
<b>Parameters :</b>
|
|
285
|
+
<table class="params">
|
|
286
|
+
<thead>
|
|
287
|
+
<tr>
|
|
288
|
+
<td>Name</td>
|
|
289
|
+
<td>Type</td>
|
|
290
|
+
<td>Optional</td>
|
|
291
|
+
</tr>
|
|
292
|
+
</thead>
|
|
293
|
+
<tbody>
|
|
294
|
+
<tr>
|
|
295
|
+
<td>navCtrl</td>
|
|
296
|
+
|
|
297
|
+
<td>
|
|
298
|
+
<code>NavController</code>
|
|
299
|
+
</td>
|
|
300
|
+
|
|
301
|
+
<td>
|
|
302
|
+
No
|
|
303
|
+
</td>
|
|
304
|
+
|
|
305
|
+
</tr>
|
|
306
|
+
</tbody>
|
|
307
|
+
</table>
|
|
308
|
+
</div>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
311
|
+
</tbody>
|
|
312
|
+
</table>
|
|
313
|
+
</section>
|
|
271
314
|
|
|
272
315
|
<section data-compodoc="block-inputs">
|
|
273
316
|
<h3 id="inputs">Inputs</h3>
|
|
@@ -287,7 +330,7 @@
|
|
|
287
330
|
</tr>
|
|
288
331
|
<tr>
|
|
289
332
|
<td class="col-md-4">
|
|
290
|
-
<i>Default value : </i><code>'
|
|
333
|
+
<i>Default value : </i><code>''</code>
|
|
291
334
|
</td>
|
|
292
335
|
</tr>
|
|
293
336
|
</tbody>
|
|
@@ -550,7 +593,7 @@
|
|
|
550
593
|
<script src="../js/libs/htmlparser.js"></script>
|
|
551
594
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
552
595
|
<script>
|
|
553
|
-
var COMPONENT_TEMPLATE = '<div><ion-buttons slot="start"> <ion-menu-button *ngIf="hasSidebarTrigger" [menu]="ionMenuId"></ion-menu-button> <ion-back-button (
|
|
596
|
+
var COMPONENT_TEMPLATE = '<div><ion-buttons slot="start"> <ion-menu-button *ngIf="hasSidebarTrigger" [menu]="ionMenuId"></ion-menu-button> <ion-back-button (click)="onBackButtonClick($event)" *ngIf="hasBackButton" defaultHref="{{backButtonDefaultHref}}"></ion-back-button> <ng-content></ng-content></ion-buttons><ion-title class="euim-toolbar__title-container"> <ng-content select="euim-toolbar-title"></ng-content></ion-title><ion-buttons slot="end"> <ng-content select="euim-toolbar-action-items"></ng-content> <ng-container *ngIf="hasLanguageSelector"> <euim-language-selector></euim-language-selector> </ng-container></ion-buttons></div>'
|
|
554
597
|
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'}];
|
|
555
598
|
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]'}];
|
|
556
599
|
var ACTUAL_COMPONENT = {'name': 'EuimToolbarComponent'};
|
|
@@ -156,7 +156,36 @@
|
|
|
156
156
|
</td>
|
|
157
157
|
</tr>
|
|
158
158
|
|
|
159
|
+
<tr>
|
|
160
|
+
<td class="col-md-4">
|
|
161
|
+
<h6><b>Methods</b></h6>
|
|
162
|
+
</td>
|
|
163
|
+
</tr>
|
|
164
|
+
<tr>
|
|
165
|
+
<td class="col-md-4">
|
|
166
|
+
<ul class="index-list">
|
|
167
|
+
<li>
|
|
168
|
+
<span class="modifier"></span>
|
|
169
|
+
<a href="#onContentScroll" >onContentScroll</a>
|
|
170
|
+
</li>
|
|
171
|
+
</ul>
|
|
172
|
+
</td>
|
|
173
|
+
</tr>
|
|
159
174
|
|
|
175
|
+
<tr>
|
|
176
|
+
<td class="col-md-4">
|
|
177
|
+
<h6><b>Inputs</b></h6>
|
|
178
|
+
</td>
|
|
179
|
+
</tr>
|
|
180
|
+
<tr>
|
|
181
|
+
<td class="col-md-4">
|
|
182
|
+
<ul class="index-list">
|
|
183
|
+
<li>
|
|
184
|
+
<a href="#scrollThreshold" >scrollThreshold</a>
|
|
185
|
+
</li>
|
|
186
|
+
</ul>
|
|
187
|
+
</td>
|
|
188
|
+
</tr>
|
|
160
189
|
|
|
161
190
|
|
|
162
191
|
<tr>
|
|
@@ -174,13 +203,50 @@
|
|
|
174
203
|
</td>
|
|
175
204
|
</tr>
|
|
176
205
|
|
|
206
|
+
<tr>
|
|
207
|
+
<td class="col-md-4">
|
|
208
|
+
<h6><b>HostListeners</b></h6>
|
|
209
|
+
</td>
|
|
210
|
+
</tr>
|
|
211
|
+
<tr>
|
|
212
|
+
<td class="col-md-4">
|
|
213
|
+
<ul class="index-list">
|
|
214
|
+
<li>
|
|
215
|
+
<a href="#ionScroll" >ionScroll</a>
|
|
216
|
+
</li>
|
|
217
|
+
</ul>
|
|
218
|
+
</td>
|
|
219
|
+
</tr>
|
|
177
220
|
|
|
178
221
|
</tbody>
|
|
179
222
|
</table>
|
|
180
223
|
</section>
|
|
181
224
|
|
|
182
225
|
|
|
226
|
+
<section data-compodoc="block-inputs">
|
|
227
|
+
<h3 id="inputs">Inputs</h3>
|
|
228
|
+
<table class="table table-sm table-bordered">
|
|
229
|
+
<tbody>
|
|
230
|
+
<tr>
|
|
231
|
+
<td class="col-md-4">
|
|
232
|
+
<a name="scrollThreshold"></a>
|
|
233
|
+
<b>scrollThreshold</b>
|
|
234
|
+
</td>
|
|
235
|
+
</tr>
|
|
236
|
+
<tr>
|
|
237
|
+
<td class="col-md-4">
|
|
238
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
|
|
183
239
|
|
|
240
|
+
</td>
|
|
241
|
+
</tr>
|
|
242
|
+
<tr>
|
|
243
|
+
<td class="col-md-4">
|
|
244
|
+
<i>Default value : </i><code>150</code>
|
|
245
|
+
</td>
|
|
246
|
+
</tr>
|
|
247
|
+
</tbody>
|
|
248
|
+
</table>
|
|
249
|
+
</section>
|
|
184
250
|
|
|
185
251
|
<section data-compodoc="block-properties">
|
|
186
252
|
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
@@ -211,8 +277,104 @@
|
|
|
211
277
|
</table>
|
|
212
278
|
</section>
|
|
213
279
|
|
|
280
|
+
<section data-compodoc="block-host-listener">
|
|
281
|
+
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
|
282
|
+
<tbody>
|
|
283
|
+
<tr>
|
|
284
|
+
<td class="col-md-4">
|
|
285
|
+
<a name="ionScroll"></a>
|
|
286
|
+
<span class="name">
|
|
287
|
+
<b>
|
|
288
|
+
ionScroll
|
|
289
|
+
</b>
|
|
290
|
+
<a href="#ionScroll"><span class="icon ion-ios-link"></span></a>
|
|
291
|
+
</span>
|
|
292
|
+
</td>
|
|
293
|
+
</tr>
|
|
294
|
+
<tr>
|
|
295
|
+
<td class="col-md-4">
|
|
296
|
+
<i>Arguments : </i><code>'$event' </code>
|
|
297
|
+
</td>
|
|
298
|
+
</tr>
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
</tbody>
|
|
304
|
+
</table>
|
|
305
|
+
</section>
|
|
306
|
+
<section data-compodoc="block-methods">
|
|
307
|
+
|
|
308
|
+
<h3 id="methods">
|
|
309
|
+
Methods
|
|
310
|
+
</h3>
|
|
311
|
+
<table class="table table-sm table-bordered">
|
|
312
|
+
<tbody>
|
|
313
|
+
<tr>
|
|
314
|
+
<td class="col-md-4">
|
|
315
|
+
<a name="onContentScroll"></a>
|
|
316
|
+
<span class="name">
|
|
317
|
+
<span class="modifier"></span>
|
|
318
|
+
<span ><b>onContentScroll</b></span>
|
|
319
|
+
<a href="#onContentScroll"><span class="icon ion-ios-link"></span></a>
|
|
320
|
+
</span>
|
|
321
|
+
</td>
|
|
322
|
+
</tr>
|
|
323
|
+
<tr>
|
|
324
|
+
<td class="col-md-4">
|
|
325
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
326
|
+
<code>onContentScroll($event)</code>
|
|
327
|
+
</td>
|
|
328
|
+
</tr>
|
|
329
|
+
|
|
330
|
+
<tr>
|
|
331
|
+
<td class="col-md-4">
|
|
332
|
+
<b>Decorators : </b>
|
|
333
|
+
<br />
|
|
334
|
+
<code>@HostListener('ionScroll', ['$event'])<br /></code>
|
|
335
|
+
</td>
|
|
336
|
+
</tr>
|
|
337
|
+
|
|
338
|
+
|
|
214
339
|
|
|
340
|
+
<tr>
|
|
341
|
+
<td class="col-md-4">
|
|
215
342
|
|
|
343
|
+
<div class="io-description">
|
|
344
|
+
<b>Parameters :</b>
|
|
345
|
+
|
|
346
|
+
<table class="params">
|
|
347
|
+
<thead>
|
|
348
|
+
<tr>
|
|
349
|
+
<td>Name</td>
|
|
350
|
+
<td>Optional</td>
|
|
351
|
+
</tr>
|
|
352
|
+
</thead>
|
|
353
|
+
<tbody>
|
|
354
|
+
<tr>
|
|
355
|
+
<td>$event</td>
|
|
356
|
+
|
|
357
|
+
<td>
|
|
358
|
+
No
|
|
359
|
+
</td>
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
</tr>
|
|
363
|
+
</tbody>
|
|
364
|
+
</table>
|
|
365
|
+
</div>
|
|
366
|
+
<div class="io-description">
|
|
367
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
368
|
+
|
|
369
|
+
</div>
|
|
370
|
+
<div class="io-description">
|
|
371
|
+
|
|
372
|
+
</div>
|
|
373
|
+
</td>
|
|
374
|
+
</tr>
|
|
375
|
+
</tbody>
|
|
376
|
+
</table>
|
|
377
|
+
</section>
|
|
216
378
|
<section data-compodoc="block-properties">
|
|
217
379
|
|
|
218
380
|
<h3 id="inputs">
|