@eui/mobile-core 18.0.0-next.25 → 18.0.0-next.26
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/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +1 -1
- package/docs/components/EuimAboutContentLoadingComponent.html +1 -1
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarBadgeComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimAvatarIconSubComponent.html +1 -1
- package/docs/components/EuimAvatarImageComponent.html +1 -1
- package/docs/components/EuimAvatarTextComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimCardComponent.html +1 -1
- package/docs/components/EuimCardListComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +1 -1
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimPdfViewerComponent.html +1 -1
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarDatepickerComponent.html +1 -1
- package/docs/components/EuimToolbarQrcodeComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/dependencies.html +4 -4
- package/docs/index.html +2 -2
- package/docs/js/menu-wc.js +73 -9
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +79 -0
- package/docs/modules/EuimAllModule.html +1 -7
- package/docs/modules.html +12 -0
- package/esm2022/lib/components/index.mjs +1 -2
- package/fesm2022/eui-mobile-core.mjs +1 -52
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/index.d.ts +0 -1
- package/lib/components/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/components/EuimSearchBarComponent.html +0 -723
- package/esm2022/lib/components/euim-search-bar/euim-search-bar.component.mjs +0 -56
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts +0 -19
- package/lib/components/euim-search-bar/euim-search-bar.component.d.ts.map +0 -1
|
@@ -152,6 +152,9 @@
|
|
|
152
152
|
<li>
|
|
153
153
|
<a href="#initialState" title="packages/eui-mobile/packages/core/src/lib/services/euim-app.service.ts" ><b>initialState</b> (packages/.../euim-app.service.ts)</a>
|
|
154
154
|
</li>
|
|
155
|
+
<li>
|
|
156
|
+
<a href="#MODULES" title="packages/eui-mobile/packages/core/src/euim-all.module.ts" ><b>MODULES</b> (packages/.../euim-all.module.ts)</a>
|
|
157
|
+
</li>
|
|
155
158
|
<li>
|
|
156
159
|
<a href="#MODULES" title="packages/eui-mobile/packages/core/src/lib/euim-all.module.ts" ><b>MODULES</b> (packages/.../euim-all.module.ts)</a>
|
|
157
160
|
</li>
|
|
@@ -637,6 +640,82 @@
|
|
|
637
640
|
</tr>
|
|
638
641
|
|
|
639
642
|
|
|
643
|
+
</tbody>
|
|
644
|
+
</table>
|
|
645
|
+
</section>
|
|
646
|
+
<h3>packages/eui-mobile/packages/core/src/euim-all.module.ts</h3>
|
|
647
|
+
<section data-compodoc="block-properties">
|
|
648
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
649
|
+
<tbody>
|
|
650
|
+
<tr>
|
|
651
|
+
<td class="col-md-4">
|
|
652
|
+
<a name="MODULES"></a>
|
|
653
|
+
<span class="name">
|
|
654
|
+
<span ><b>MODULES</b></span>
|
|
655
|
+
<a href="#MODULES"><span class="icon ion-ios-link"></span></a>
|
|
656
|
+
</span>
|
|
657
|
+
</td>
|
|
658
|
+
</tr>
|
|
659
|
+
<tr>
|
|
660
|
+
<td class="col-md-4">
|
|
661
|
+
<i>Type : </i> <code>[]</code>
|
|
662
|
+
|
|
663
|
+
</td>
|
|
664
|
+
</tr>
|
|
665
|
+
<tr>
|
|
666
|
+
<td class="col-md-4">
|
|
667
|
+
<i>Default value : </i><code>[
|
|
668
|
+
// Layout
|
|
669
|
+
EuimAppModule,
|
|
670
|
+
|
|
671
|
+
// Components
|
|
672
|
+
EuimEmptyListPlaceholderModule,
|
|
673
|
+
EuimLanguageSelectorModule,
|
|
674
|
+
EuimUserProfileModule,
|
|
675
|
+
EuimMessageModule,
|
|
676
|
+
EuimSkeletonListItemModule,
|
|
677
|
+
EuimSkeletonListModule,
|
|
678
|
+
|
|
679
|
+
EuimLabelModule,
|
|
680
|
+
EuimAlertMessageModule,
|
|
681
|
+
EuimAboutModule,
|
|
682
|
+
EuimToolbarComponentModule,
|
|
683
|
+
EuimNotificationItemModule,
|
|
684
|
+
EuimMediaHeaderModule,
|
|
685
|
+
EuimDataSummaryModule,
|
|
686
|
+
EuimHeaderDetailsModule,
|
|
687
|
+
EuimAvatarModule,
|
|
688
|
+
EuimSliderInfoScreenModule,
|
|
689
|
+
EuimScrollerXComponentModule,
|
|
690
|
+
EuimChipSelectorComponentModule,
|
|
691
|
+
EuimBadgeModule,
|
|
692
|
+
EuimSidebarModule,
|
|
693
|
+
EuimPdfViewerModule,
|
|
694
|
+
EuimMultiselectModule,
|
|
695
|
+
EuimToolbarDatepickerModule,
|
|
696
|
+
EuimCardModule,
|
|
697
|
+
EuimCardListModule,
|
|
698
|
+
|
|
699
|
+
// Directives
|
|
700
|
+
EuimSpinnerComponentModule,
|
|
701
|
+
EuimDividerModule,
|
|
702
|
+
EuimListHeaderModule,
|
|
703
|
+
EuimMinWidthDirective,
|
|
704
|
+
EuimAlignCenterDirective,
|
|
705
|
+
EuimAlignTopDirective,
|
|
706
|
+
EuimToolbarTransparentDirective,
|
|
707
|
+
EuimSidebarFooterNoBordersDirective,
|
|
708
|
+
EuimListItemNoPaddingsDirective,
|
|
709
|
+
EuimReadOnlyFormDirective,
|
|
710
|
+
EuimReadOnlyFormValueDirective,
|
|
711
|
+
EuimReadOnlyFormLabelDirective,
|
|
712
|
+
EuimMediaHeaderCustomContentDirective,
|
|
713
|
+
EuimSkeletonTextAvatarModule,
|
|
714
|
+
]</code>
|
|
715
|
+
</td>
|
|
716
|
+
</tr>
|
|
717
|
+
|
|
718
|
+
|
|
640
719
|
</tbody>
|
|
641
720
|
</table>
|
|
642
721
|
</section>
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<h3>File</h3>
|
|
106
106
|
</p>
|
|
107
107
|
<p class="comment">
|
|
108
|
-
<code>packages/eui-mobile/packages/core/src/
|
|
108
|
+
<code>packages/eui-mobile/packages/core/src/euim-all.module.ts</code>
|
|
109
109
|
</p>
|
|
110
110
|
|
|
111
111
|
|
|
@@ -233,9 +233,6 @@
|
|
|
233
233
|
<li class="list-group-item">
|
|
234
234
|
<a href="../modules/EuimToolbarDatepickerModule.html">EuimToolbarDatepickerModule</a>
|
|
235
235
|
</li>
|
|
236
|
-
<li class="list-group-item">
|
|
237
|
-
<a href="../modules/EuimToolbarQrcodeModule.html">EuimToolbarQrcodeModule</a>
|
|
238
|
-
</li>
|
|
239
236
|
<li class="list-group-item">
|
|
240
237
|
<a href="../modules/EuimToolbarTransparentDirective.html">EuimToolbarTransparentDirective</a>
|
|
241
238
|
</li>
|
|
@@ -363,9 +360,6 @@
|
|
|
363
360
|
<li class="list-group-item">
|
|
364
361
|
<a href="../modules/EuimToolbarDatepickerModule.html">EuimToolbarDatepickerModule</a>
|
|
365
362
|
</li>
|
|
366
|
-
<li class="list-group-item">
|
|
367
|
-
<a href="../modules/EuimToolbarQrcodeModule.html">EuimToolbarQrcodeModule</a>
|
|
368
|
-
</li>
|
|
369
363
|
<li class="list-group-item">
|
|
370
364
|
<a href="../directives/EuimToolbarTransparentDirective.html">EuimToolbarTransparentDirective</a>
|
|
371
365
|
</li>
|
package/docs/modules.html
CHANGED
|
@@ -124,6 +124,18 @@
|
|
|
124
124
|
</div>
|
|
125
125
|
</div>
|
|
126
126
|
</div>
|
|
127
|
+
<div class="col-md-6 col-lg-4">
|
|
128
|
+
<div class="card card-module">
|
|
129
|
+
<div class="card-header">
|
|
130
|
+
<h4 class="card-title">EuimAllModule</h4>
|
|
131
|
+
</div>
|
|
132
|
+
<div class="card-block">
|
|
133
|
+
<footer class="text-center">
|
|
134
|
+
<a href="./modules/EuimAllModule.html" class="btn btn-default">Browse</a>
|
|
135
|
+
</footer>
|
|
136
|
+
</div>
|
|
137
|
+
</div>
|
|
138
|
+
</div>
|
|
127
139
|
<div class="col-md-6 col-lg-4">
|
|
128
140
|
<div class="card card-module">
|
|
129
141
|
<div class="card-header">
|
|
@@ -15,7 +15,6 @@ export * from './euim-media-header/euim-media-header-custom-content/euim-media-h
|
|
|
15
15
|
export * from './euim-data-summary';
|
|
16
16
|
export * from './euim-avatar';
|
|
17
17
|
export * from './euim-card';
|
|
18
|
-
export * from './euim-search-bar/euim-search-bar.component';
|
|
19
18
|
export * from './euim-card-list';
|
|
20
19
|
export * from './euim-alert-message';
|
|
21
20
|
export * from './euim-slider-info-screen';
|
|
@@ -41,4 +40,4 @@ export * from './directives/euim-list-item/euim-list-item.directive';
|
|
|
41
40
|
export * from './directives/euim-sidebar-footer/euim-sidebar-footer.directive';
|
|
42
41
|
export * from './directives/euim-skeleton-text-avatar';
|
|
43
42
|
export * from './base-states.directive';
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
43
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLGdDQUFnQyxDQUFDO0FBQy9DLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxpQ0FBaUMsQ0FBQztBQUNoRCxjQUFjLDRCQUE0QixDQUFDO0FBQzNDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx1QkFBdUIsQ0FBQztBQUN0QyxjQUFjLDhCQUE4QixDQUFDO0FBRTdDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLGdCQUFnQixDQUFDO0FBQy9CLGNBQWMscUJBQXFCLENBQUM7QUFDcEMsY0FBYywwRkFBMEYsQ0FBQztBQUN6RyxjQUFjLHFCQUFxQixDQUFDO0FBQ3BDLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsa0JBQWtCLENBQUM7QUFDakMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsbUJBQW1CLENBQUM7QUFDbEMsY0FBYyxzQkFBc0IsQ0FBQztBQUNyQyxjQUFjLHNCQUFzQixDQUFDO0FBQ3JDLGNBQWMsMkJBQTJCLENBQUM7QUFDMUMsY0FBYyxvQkFBb0IsQ0FBQztBQUNuQyxjQUFjLG1CQUFtQixDQUFDO0FBQ2xDLGNBQWMsY0FBYyxDQUFDO0FBQzdCLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYywyQkFBMkIsQ0FBQztBQUMxQyxjQUFjLHFGQUFxRixDQUFDO0FBQ3BHLGNBQWMscUZBQXFGLENBQUM7QUFDcEcsY0FBYyxxREFBcUQsQ0FBQztBQUVwRSxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsK0JBQStCLENBQUM7QUFDOUMsY0FBYyw0REFBNEQsQ0FBQztBQUMzRSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsMEVBQTBFLENBQUM7QUFDekYsY0FBYyxzREFBc0QsQ0FBQztBQUNyRSxjQUFjLHNEQUFzRCxDQUFDO0FBQ3JFLGNBQWMsZ0VBQWdFLENBQUM7QUFDL0UsY0FBYyx3Q0FBd0MsQ0FBQztBQUV2RCxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hdG9tcy9ldWltLWxhYmVsJztcbmV4cG9ydCAqIGZyb20gJy4vYXRvbXMvZXVpbS1ub3RpZmljYXRpb24taXRlbSc7XG5leHBvcnQgKiBmcm9tICcuL2xheW91dC9ldWltLWFwcCc7XG5leHBvcnQgKiBmcm9tICcuL2xheW91dC9ldWltLWxhbmd1YWdlLXNlbGVjdG9yJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5b3V0L2V1aW0tdXNlci1wcm9maWxlJztcbmV4cG9ydCAqIGZyb20gJy4vbGF5b3V0L2V1aW0tdG9vbGJhcic7XG5leHBvcnQgKiBmcm9tICcuL2xheW91dC9ldWltLXNpZGViYXInO1xuZXhwb3J0ICogZnJvbSAnLi9sYXlvdXQvZXVpbS1oZWFkZXItZGV0YWlscyc7XG5cbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1iYWRnZSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tZW1wdHktbGlzdC1wbGFjZWhvbGRlcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tbWVzc2FnZSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc3Bpbm5lcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tbWVkaWEtaGVhZGVyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1tZWRpYS1oZWFkZXIvZXVpbS1tZWRpYS1oZWFkZXItY3VzdG9tLWNvbnRlbnQvZXVpbS1tZWRpYS1oZWFkZXItY29udGVudC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLWRhdGEtc3VtbWFyeSc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tYXZhdGFyJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1jYXJkJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1jYXJkLWxpc3QnO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLWFsZXJ0LW1lc3NhZ2UnO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLXNsaWRlci1pbmZvLXNjcmVlbic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc2Nyb2xsZXIteCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tY2hpcC1zZWxlY3Rvcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc2tlbGV0b24tbGlzdCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tc2tlbGV0b24tbGlzdC1pdGVtJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1tdWx0aXNlbGVjdCc7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tcGRmLXZpZXdlcic7XG5leHBvcnQgKiBmcm9tICcuL2V1aW0tYWJvdXQnO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLXRvb2xiYXItcXJjb2RlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS10b29sYmFyLWRhdGVwaWNrZXInO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLXJlYWQtb25seS1mb3JtL2V1aW0tcmVhZC1vbmx5LWZvcm0tbGFiZWwvZXVpbS1yZWFkLW9ubHktZm9ybS1sYWJlbC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLXJlYWQtb25seS1mb3JtL2V1aW0tcmVhZC1vbmx5LWZvcm0tdmFsdWUvZXVpbS1yZWFkLW9ubHktZm9ybS12YWx1ZS5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9ldWltLXJlYWQtb25seS1mb3JtL2V1aW0tcmVhZC1vbmx5LWZvcm0uZGlyZWN0aXZlJztcblxuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2V1aW0tZGl2aWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvZXVpbS1saXN0LWhlYWRlcic7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvZXVpbS1hbGlnbi1jZW50ZXIvZXVpbS1hbGlnbi1jZW50ZXIuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9ldWltLWFsaWduLXRvcC9ldWltLWFsaWduLXRvcC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2V1aW0tdG9vbGJhci10cmFuc3BhcmVudC9ldWltLXRvb2xiYXItdHJhbnNwYXJlbnQuZGlyZWN0aXZlJztcbmV4cG9ydCAqIGZyb20gJy4vZGlyZWN0aXZlcy9ldWltLW1pbi13aWR0aC9ldWltLW1pbi13aWR0aC5kaXJlY3RpdmUnO1xuZXhwb3J0ICogZnJvbSAnLi9kaXJlY3RpdmVzL2V1aW0tbGlzdC1pdGVtL2V1aW0tbGlzdC1pdGVtLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvZXVpbS1zaWRlYmFyLWZvb3Rlci9ldWltLXNpZGViYXItZm9vdGVyLmRpcmVjdGl2ZSc7XG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvZXVpbS1za2VsZXRvbi10ZXh0LWF2YXRhcic7XG5cbmV4cG9ydCAqIGZyb20gJy4vYmFzZS1zdGF0ZXMuZGlyZWN0aXZlJztcbiJdfQ==
|
|
@@ -1992,57 +1992,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
1992
1992
|
}]
|
|
1993
1993
|
}] });
|
|
1994
1994
|
|
|
1995
|
-
class EuimSearchBarComponent {
|
|
1996
|
-
constructor() {
|
|
1997
|
-
this.hasSlotStart = false;
|
|
1998
|
-
this.hasSlotEnd = false;
|
|
1999
|
-
this.inputEvent = new EventEmitter();
|
|
2000
|
-
this.changeEvent = new EventEmitter();
|
|
2001
|
-
this.focusEvent = new EventEmitter();
|
|
2002
|
-
this.cancelEvent = new EventEmitter();
|
|
2003
|
-
this.clearEvent = new EventEmitter();
|
|
2004
|
-
}
|
|
2005
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2006
|
-
onInput(event) {
|
|
2007
|
-
const value = event.detail.value;
|
|
2008
|
-
this.inputEvent.emit(value);
|
|
2009
|
-
}
|
|
2010
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
2011
|
-
onChange(event) {
|
|
2012
|
-
const value = event.detail.value;
|
|
2013
|
-
this.changeEvent.emit(value);
|
|
2014
|
-
}
|
|
2015
|
-
onFocus() {
|
|
2016
|
-
this.focusEvent.emit();
|
|
2017
|
-
}
|
|
2018
|
-
onCancel() {
|
|
2019
|
-
this.cancelEvent.emit();
|
|
2020
|
-
}
|
|
2021
|
-
onClear() {
|
|
2022
|
-
this.clearEvent.emit();
|
|
2023
|
-
}
|
|
2024
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimSearchBarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2025
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.13", type: EuimSearchBarComponent, isStandalone: true, selector: "euim-search-bar", inputs: { hasSlotStart: "hasSlotStart", hasSlotEnd: "hasSlotEnd" }, outputs: { inputEvent: "inputEvent", changeEvent: "changeEvent", focusEvent: "focusEvent", cancelEvent: "cancelEvent", clearEvent: "clearEvent" }, ngImport: i0, template: "<div class=\"euim-search-bar__wrapper\">\n <ion-searchbar [class.custom-searchbar]=\"hasSlotStart\" [attr.show-clear-button]=\"hasSlotEnd ? 'never' : 'always'\" placeholder=\"Search\" (ionInput)=\"onInput($event)\"\n (ionChange)=\"onChange($event)\" (ionFocus)=\"onFocus()\" (ionCancel)=\"onCancel()\" (ionClear)=\"onClear()\">\n @if (!hasSlotStart) {\n <ng-container>\n <ion-icon name=\"search\"></ion-icon>\n </ng-container> }\n </ion-searchbar>\n\n <div class=\"slotStart\" [style.display]=\"hasSlotStart ? 'block' : 'none'\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n\n <div class=\"slotEnd\" [style.display]=\"hasSlotEnd ? 'block' : 'none'\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n</div>", styles: [".euim-search-bar__wrapper{position:relative}.custom-searchbar{--icon-color: transparent;width:100%}.slotStart,.slotEnd{position:absolute;top:50%;transform:translateY(-50%);color:var(--eui-c-neutral);cursor:pointer}.slotStart{inset-inline-start:var(--eui-s-m)}.slotStart ion-icon{margin-inline-start:var(--eui-s-xs);width:var(--eui-is-m);height:var(--eui-is-m);display:flex;align-items:center}.slotEnd{right:var(--eui-s-m)}.slotEnd ion-icon{margin-inline-end:var(--eui-s-m);width:var(--eui-is-m);height:var(--eui-is-m);display:flex;align-items:center}\n"], dependencies: [{ kind: "ngmodule", type: EuimLabelModule }, { kind: "ngmodule", type: IonicModule }, { kind: "component", type: i3.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i3.IonSearchbar, selector: "ion-searchbar", inputs: ["animated", "autocapitalize", "autocomplete", "autocorrect", "cancelButtonIcon", "cancelButtonText", "clearIcon", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "maxlength", "minlength", "mode", "name", "placeholder", "searchIcon", "showCancelButton", "showClearButton", "spellcheck", "type", "value"] }, { kind: "directive", type: i3.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2026
|
-
}
|
|
2027
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: EuimSearchBarComponent, decorators: [{
|
|
2028
|
-
type: Component,
|
|
2029
|
-
args: [{ selector: 'euim-search-bar', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, standalone: true, imports: [EuimLabelModule, IonicModule], template: "<div class=\"euim-search-bar__wrapper\">\n <ion-searchbar [class.custom-searchbar]=\"hasSlotStart\" [attr.show-clear-button]=\"hasSlotEnd ? 'never' : 'always'\" placeholder=\"Search\" (ionInput)=\"onInput($event)\"\n (ionChange)=\"onChange($event)\" (ionFocus)=\"onFocus()\" (ionCancel)=\"onCancel()\" (ionClear)=\"onClear()\">\n @if (!hasSlotStart) {\n <ng-container>\n <ion-icon name=\"search\"></ion-icon>\n </ng-container> }\n </ion-searchbar>\n\n <div class=\"slotStart\" [style.display]=\"hasSlotStart ? 'block' : 'none'\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n\n <div class=\"slotEnd\" [style.display]=\"hasSlotEnd ? 'block' : 'none'\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n</div>", styles: [".euim-search-bar__wrapper{position:relative}.custom-searchbar{--icon-color: transparent;width:100%}.slotStart,.slotEnd{position:absolute;top:50%;transform:translateY(-50%);color:var(--eui-c-neutral);cursor:pointer}.slotStart{inset-inline-start:var(--eui-s-m)}.slotStart ion-icon{margin-inline-start:var(--eui-s-xs);width:var(--eui-is-m);height:var(--eui-is-m);display:flex;align-items:center}.slotEnd{right:var(--eui-s-m)}.slotEnd ion-icon{margin-inline-end:var(--eui-s-m);width:var(--eui-is-m);height:var(--eui-is-m);display:flex;align-items:center}\n"] }]
|
|
2030
|
-
}], propDecorators: { hasSlotStart: [{
|
|
2031
|
-
type: Input
|
|
2032
|
-
}], hasSlotEnd: [{
|
|
2033
|
-
type: Input
|
|
2034
|
-
}], inputEvent: [{
|
|
2035
|
-
type: Output
|
|
2036
|
-
}], changeEvent: [{
|
|
2037
|
-
type: Output
|
|
2038
|
-
}], focusEvent: [{
|
|
2039
|
-
type: Output
|
|
2040
|
-
}], cancelEvent: [{
|
|
2041
|
-
type: Output
|
|
2042
|
-
}], clearEvent: [{
|
|
2043
|
-
type: Output
|
|
2044
|
-
}] } });
|
|
2045
|
-
|
|
2046
1995
|
class EuimCardListComponent {
|
|
2047
1996
|
constructor() {
|
|
2048
1997
|
this.direction = '';
|
|
@@ -4622,5 +4571,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
|
|
|
4622
4571
|
* Generated bundle index. Do not edit.
|
|
4623
4572
|
*/
|
|
4624
4573
|
|
|
4625
|
-
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAboutComponent, EuimAboutContentLoadingComponent, EuimAboutModule, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAlignCenterDirective, EuimAlignTopDirective, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAvatarBadgeComponent, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconSubComponent, EuimAvatarImageComponent, EuimAvatarModule, EuimAvatarTextComponent, EuimBadgeComponent, EuimBadgeModule, EuimCardComponent, EuimCardImageDirective, EuimCardListComponent, EuimCardListModule, EuimCardModule, EuimChangelogComponent, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimDividerDirective, EuimDividerModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimHelpSupportComponent, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimListItemNoPaddingsDirective, EuimMediaHeaderComponent, EuimMediaHeaderCustomContentDirective, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMinWidthDirective, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimOpenSourceLicencesComponent, EuimPdfViewerComponent, EuimPdfViewerModule, EuimReadOnlyFormDirective, EuimReadOnlyFormLabelDirective, EuimReadOnlyFormValueDirective, EuimScrollerXComponent, EuimScrollerXComponentModule,
|
|
4574
|
+
export { BaseStatesDirective, EuiMUserProfileActionComponent, EuiMUserProfileAvatarComponent, EuiMUserProfileInfosComponent, EuiMUserProfileInfosItemComponent, EuimAboutComponent, EuimAboutContentLoadingComponent, EuimAboutModule, EuimAlertMessageComponent, EuimAlertMessageModule, EuimAlignCenterDirective, EuimAlignTopDirective, EuimAllModule, EuimAppComponent, EuimAppModule, EuimAppService, EuimAvatarBadgeComponent, EuimAvatarComponent, EuimAvatarIconComponent, EuimAvatarIconSubComponent, EuimAvatarImageComponent, EuimAvatarModule, EuimAvatarTextComponent, EuimBadgeComponent, EuimBadgeModule, EuimCardComponent, EuimCardImageDirective, EuimCardListComponent, EuimCardListModule, EuimCardModule, EuimChangelogComponent, EuimChipSelectorComponent, EuimChipSelectorComponentModule, EuimChipSelectorItemDirective, EuimDataSummaryColComponent, EuimDataSummaryColLabelDirective, EuimDataSummaryColValueDirective, EuimDataSummaryComponent, EuimDataSummaryModule, EuimDividerDirective, EuimDividerModule, EuimEmptyListPlaceholderComponent, EuimEmptyListPlaceholderModule, EuimHeaderDetailsComponent, EuimHeaderDetailsIconDirective, EuimHeaderDetailsMetaDirective, EuimHeaderDetailsModule, EuimHeaderDetailsTitleDirective, EuimHelpSupportComponent, EuimLabelComponent, EuimLabelModule, EuimLanguageListComponent, EuimLanguageSelectorComponent, EuimLanguageSelectorModule, EuimListHeaderDirective, EuimListHeaderModule, EuimListItemNoPaddingsDirective, EuimMediaHeaderComponent, EuimMediaHeaderCustomContentDirective, EuimMediaHeaderImageDirective, EuimMediaHeaderModule, EuimMediaHeaderSubTitleDirective, EuimMediaHeaderTitleDirective, EuimMessageComponent, EuimMessageModule, EuimMessageTitleComponent, EuimMinWidthDirective, EuimMultiselectAllDirective, EuimMultiselectComponent, EuimMultiselectFilterComponent, EuimMultiselectInfoComponent, EuimMultiselectListComponent, EuimMultiselectModule, EuimMultiselectSelectFieldDirective, EuimMultiselectToolbarComponent, EuimNotificationItemComponent, EuimNotificationItemModule, EuimOpenSourceLicencesComponent, EuimPdfViewerComponent, EuimPdfViewerModule, EuimReadOnlyFormDirective, EuimReadOnlyFormLabelDirective, EuimReadOnlyFormValueDirective, EuimScrollerXComponent, EuimScrollerXComponentModule, EuimSidebarComponent, EuimSidebarContentComponent, EuimSidebarFooterNoBordersDirective, EuimSidebarModule, EuimSkeletonListComponent, EuimSkeletonListItemComponent, EuimSkeletonListItemModule, EuimSkeletonListModule, EuimSkeletonTextAvatarDirective, EuimSkeletonTextAvatarModule, EuimSlideInfoScreenComponent, EuimSliderInfoScreenComponent, EuimSliderInfoScreenContentDirective, EuimSliderInfoScreenModule, EuimSliderInfoScreenSubTitleDirective, EuimSliderInfoScreenTitleDirective, EuimSpinnerComponent, EuimSpinnerComponentModule, EuimSpinnerDescriptionComponent, EuimSpinnerMessageComponent, EuimToolbarActionItemsComponent, EuimToolbarComponent, EuimToolbarComponentModule, EuimToolbarDatepickerComponent, EuimToolbarDatepickerModule, EuimToolbarQrcodeComponent, EuimToolbarQrcodeModule, EuimToolbarTitleComponent, EuimToolbarTransparentDirective, EuimUserProfileComponent, EuimUserProfileModule };
|
|
4626
4575
|
//# sourceMappingURL=eui-mobile-core.mjs.map
|