@eui/mobile-core 16.7.0-snapshot-1709025354856 → 16.7.0-snapshot-1709133352306
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 +33 -1243
- package/docs/components/EuiMUserProfileAvatarComponent.html +33 -1243
- package/docs/components/EuiMUserProfileInfosComponent.html +33 -1243
- package/docs/components/EuiMUserProfileInfosItemComponent.html +33 -1243
- package/docs/components/EuimAlertMessageComponent.html +113 -1264
- package/docs/components/EuimAppComponent.html +20 -1217
- package/docs/components/EuimAppSidebarComponent.html +2 -1216
- package/docs/components/EuimAppSidebarFooterComponent.html +1 -1
- package/docs/components/EuimAppSidebarHeaderComponent.html +1 -1
- package/docs/components/EuimAppSidebarMenuComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +51 -1218
- package/docs/components/EuimAvatarIconComponent.html +46 -1176
- package/docs/components/EuimBadgeComponent.html +6 -2
- package/docs/components/EuimChipSelectorComponent.html +244 -1333
- package/docs/components/EuimControlFeedbackComponent.html +85 -1530
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +173 -1281
- package/docs/components/EuimEmptyListPlaceholderComponent.html +46 -1176
- package/docs/components/EuimFieldSetComponent.html +33 -1243
- package/docs/components/EuimFieldsetActionsComponent.html +33 -1243
- package/docs/components/EuimFieldsetLegendComponent.html +33 -1243
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimInfoScreenComponent.html +33 -57
- package/docs/components/EuimLabelComponent.html +101 -1470
- package/docs/components/EuimLanguageListComponent.html +133 -1323
- package/docs/components/EuimLanguageSelectorComponent.html +133 -1312
- package/docs/components/EuimMediaHeaderComponent.html +69 -1109
- package/docs/components/EuimMenuComponent.html +146 -1403
- package/docs/components/EuimMessageComponent.html +80 -1529
- package/docs/components/EuimMessageTitleComponent.html +33 -1243
- 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 +66 -1115
- package/docs/components/EuimScrollerXComponent.html +51 -1248
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +5 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderComponent.html +50 -71
- package/docs/components/EuimSliderInfoScreenComponent.html +50 -71
- package/docs/components/EuimSpinnerComponent.html +35 -1206
- package/docs/components/EuimSpinnerDescriptionComponent.html +51 -1218
- package/docs/components/EuimSpinnerMessageComponent.html +51 -1218
- package/docs/components/EuimStepperComponent.html +50 -1244
- package/docs/components/EuimToolbarActionItemsComponent.html +52 -1249
- package/docs/components/EuimToolbarComponent.html +128 -1296
- package/docs/components/EuimToolbarTitleComponent.html +52 -1249
- package/docs/components/EuimUserProfileComponent.html +33 -1243
- package/docs/dependencies.html +2 -2
- package/docs/directives/BaseStatesDirective.html +81 -0
- package/docs/directives/EuimChipSelectorItemDirective.html +88 -1381
- package/docs/directives/EuimDataSummaryColLabelDirective.html +67 -1179
- package/docs/directives/EuimDataSummaryColValueDirective.html +100 -1216
- package/docs/index.html +1 -1
- package/docs/js/menu-wc.js +0 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.mjs +25 -89
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +56 -42
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +28 -10
- package/esm2022/lib/components/base-states.directive.mjs +23 -2
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +6 -18
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +9 -15
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +6 -8
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +5 -4
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.mjs +11 -21
- package/esm2022/lib/components/euim-chip-selector/euim-chip-selector.component.mjs +10 -8
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.mjs +23 -13
- package/esm2022/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.mjs +14 -13
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +27 -17
- package/esm2022/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.mjs +6 -7
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.mjs +4 -6
- package/esm2022/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.mjs +4 -6
- package/esm2022/lib/components/euim-fieldset/euim-fieldset.component.mjs +4 -6
- package/esm2022/lib/components/euim-media-header/euim-media-header.component.mjs +27 -17
- package/esm2022/lib/components/euim-menu/euim-menu.component.mjs +10 -12
- package/esm2022/lib/components/euim-message/euim-message-title/euim-message-title.component.mjs +4 -6
- package/esm2022/lib/components/euim-message/euim-message.component.mjs +38 -98
- package/esm2022/lib/components/euim-scroller-x/euim-scroller-x.component.mjs +9 -10
- package/esm2022/lib/components/euim-skeleton-list/euim-skeleton-list.component.mjs +4 -4
- package/esm2022/lib/components/euim-slider/euim-slider.component.mjs +6 -11
- package/esm2022/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.mjs +6 -11
- package/esm2022/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.mjs +9 -15
- package/esm2022/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.mjs +9 -15
- package/esm2022/lib/components/euim-spinner/euim-spinner.component.mjs +7 -13
- package/esm2022/lib/components/euim-stepper/euim-stepper.component.mjs +14 -8
- package/esm2022/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.mjs +4 -6
- package/esm2022/lib/components/layout/euim-app/euim-app.component.mjs +3 -5
- package/esm2022/lib/components/layout/euim-info-screen/euim-info-screen.component.mjs +5 -10
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +5 -7
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.component.mjs +20 -21
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.mjs +10 -12
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.mjs +10 -12
- package/esm2022/lib/components/layout/euim-toolbar/euim-toolbar.component.mjs +20 -14
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.mjs +4 -6
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.mjs +4 -6
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.mjs +4 -6
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.mjs +4 -6
- package/esm2022/lib/components/layout/euim-user-profile/euim-user-profile.component.mjs +4 -6
- package/fesm2022/eui-mobile-core.mjs +692 -1083
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts +6 -20
- package/lib/components/atoms/euim-control-feedback/euim-control-feedback.component.d.ts.map +1 -1
- package/lib/components/atoms/euim-label/euim-label.component.d.ts +10 -16
- package/lib/components/atoms/euim-label/euim-label.component.d.ts.map +1 -1
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts +6 -3
- package/lib/components/atoms/euim-notification-item/euim-notification-item.component.d.ts.map +1 -1
- package/lib/components/base-states.directive.d.ts +4 -1
- package/lib/components/base-states.directive.d.ts.map +1 -1
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts +2 -4
- package/lib/components/euim-alert-message/euim-alert-messsage.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +2 -4
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +1 -2
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts +1 -1
- package/lib/components/euim-badge/euim-badge.component.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts +4 -8
- package/lib/components/euim-chip-selector/euim-chip-selector-item/euim-chip-selector-item.directive.d.ts.map +1 -1
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts +5 -5
- package/lib/components/euim-chip-selector/euim-chip-selector.component.d.ts.map +1 -1
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts +7 -5
- package/lib/components/euim-data-summary/euim-data-summary-col-label/euim-data-summary-col-label.directive.d.ts.map +1 -1
- package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts +5 -4
- package/lib/components/euim-data-summary/euim-data-summary-col-value/euim-data-summary-col-value.directive.d.ts.map +1 -1
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts +7 -5
- package/lib/components/euim-data-summary/euim-data-summary.component.d.ts.map +1 -1
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts +1 -2
- package/lib/components/euim-empty-list-placeholder/euim-empty-list-placeholder.component.d.ts.map +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts +1 -2
- package/lib/components/euim-fieldset/euim-fieldset-actions/euim-fieldset-actions.component.d.ts.map +1 -1
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts +1 -2
- package/lib/components/euim-fieldset/euim-fieldset-legend/euim-fieldset-legend.component.d.ts.map +1 -1
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts +1 -2
- package/lib/components/euim-fieldset/euim-fieldset.component.d.ts.map +1 -1
- package/lib/components/euim-media-header/euim-media-header.component.d.ts +6 -3
- package/lib/components/euim-media-header/euim-media-header.component.d.ts.map +1 -1
- package/lib/components/euim-menu/euim-menu.component.d.ts +4 -6
- package/lib/components/euim-menu/euim-menu.component.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts +1 -2
- package/lib/components/euim-message/euim-message-title/euim-message-title.component.d.ts.map +1 -1
- package/lib/components/euim-message/euim-message.component.d.ts +6 -20
- package/lib/components/euim-message/euim-message.component.d.ts.map +1 -1
- package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts +2 -3
- package/lib/components/euim-scroller-x/euim-scroller-x.component.d.ts.map +1 -1
- package/lib/components/euim-skeleton-list/euim-skeleton-list.component.d.ts.map +1 -1
- package/lib/components/euim-slider/euim-slider.component.d.ts +1 -2
- package/lib/components/euim-slider/euim-slider.component.d.ts.map +1 -1
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts +1 -2
- package/lib/components/euim-slider-info-screen/euim-slider-info-screen.component.d.ts.map +1 -1
- package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts +2 -4
- package/lib/components/euim-spinner/euim-spinner-description/euim-spinner-description.component.d.ts.map +1 -1
- package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts +2 -4
- package/lib/components/euim-spinner/euim-spinner-message/euim-spinner-message.component.d.ts.map +1 -1
- package/lib/components/euim-spinner/euim-spinner.component.d.ts +2 -4
- package/lib/components/euim-spinner/euim-spinner.component.d.ts.map +1 -1
- package/lib/components/euim-stepper/euim-stepper.component.d.ts +4 -4
- package/lib/components/euim-stepper/euim-stepper.component.d.ts.map +1 -1
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts +1 -2
- package/lib/components/layout/euim-app/euim-app-sidebar/sidebar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-app/euim-app.component.d.ts +1 -2
- package/lib/components/layout/euim-app/euim-app.component.d.ts.map +1 -1
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts +1 -2
- package/lib/components/layout/euim-info-screen/euim-info-screen.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts +1 -2
- package/lib/components/layout/euim-language-selector/euim-language-list.component.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts +7 -7
- package/lib/components/layout/euim-language-selector/euim-language-selector.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts +2 -3
- package/lib/components/layout/euim-toolbar/euim-toolbar-action-items/euim-toolbar-action-items.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts +2 -3
- package/lib/components/layout/euim-toolbar/euim-toolbar-title/euim-toolbar-title.component.d.ts.map +1 -1
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts +6 -6
- package/lib/components/layout/euim-toolbar/euim-toolbar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts +1 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-action/euim-user-profile-action.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts +1 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-avatar/euim-user-profile-avatar.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos/euim-user-profile-infos.component.d.ts +1 -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-infos-item/euim-user-profile-infos-item.component.d.ts +1 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile-infos-item/euim-user-profile-infos-item.component.d.ts.map +1 -1
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts +1 -2
- package/lib/components/layout/euim-user-profile/euim-user-profile.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/directives/EuimBaseDirective.html +0 -2930
- package/esm2022/lib/components/euim-base.directive.mjs +0 -286
- package/lib/components/euim-base.directive.d.ts +0 -86
- package/lib/components/euim-base.directive.d.ts.map +0 -1
|
@@ -59,12 +59,6 @@
|
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
|
|
62
|
-
<p class="comment">
|
|
63
|
-
<h3>Extends</h3>
|
|
64
|
-
</p>
|
|
65
|
-
<p class="comment">
|
|
66
|
-
<code><a href="../directives/EuimBaseDirective.html" target="_self" >EuimBaseDirective</a></code>
|
|
67
|
-
</p>
|
|
68
62
|
|
|
69
63
|
<p class="comment">
|
|
70
64
|
<h3>Implements</h3>
|
|
@@ -80,12 +74,24 @@
|
|
|
80
74
|
<table class="table table-sm table-hover metadata">
|
|
81
75
|
<tbody>
|
|
82
76
|
|
|
77
|
+
<tr>
|
|
78
|
+
<td class="col-md-3">changeDetection</td>
|
|
79
|
+
<td class="col-md-9"><code>ChangeDetectionStrategy.OnPush</code></td>
|
|
80
|
+
</tr>
|
|
83
81
|
|
|
84
82
|
<tr>
|
|
85
83
|
<td class="col-md-3">encapsulation</td>
|
|
86
84
|
<td class="col-md-9"><code>ViewEncapsulation.None</code></td>
|
|
87
85
|
</tr>
|
|
88
86
|
|
|
87
|
+
<tr>
|
|
88
|
+
<td class="col-md-3">HostDirectives</td>
|
|
89
|
+
<td class="col-md-9">
|
|
90
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
91
|
+
<br/>
|
|
92
|
+
<div><i> Inputs</i> : euimPrimary </div>
|
|
93
|
+
</td>
|
|
94
|
+
</tr>
|
|
89
95
|
|
|
90
96
|
|
|
91
97
|
|
|
@@ -149,85 +155,14 @@
|
|
|
149
155
|
<a href="#appShellService" >appShellService</a>
|
|
150
156
|
</li>
|
|
151
157
|
<li>
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
<li>
|
|
155
|
-
<a href="#selectedLanguage" >selectedLanguage</a>
|
|
156
|
-
</li>
|
|
157
|
-
<li>
|
|
158
|
-
<a href="#_euimAccent" >_euimAccent</a>
|
|
159
|
-
</li>
|
|
160
|
-
<li>
|
|
161
|
-
<a href="#_euimClear" >_euimClear</a>
|
|
162
|
-
</li>
|
|
163
|
-
<li>
|
|
164
|
-
<a href="#_euimDanger" >_euimDanger</a>
|
|
165
|
-
</li>
|
|
166
|
-
<li>
|
|
167
|
-
<a href="#_euimDark" >_euimDark</a>
|
|
168
|
-
</li>
|
|
169
|
-
<li>
|
|
170
|
-
<a href="#_euimDefault" >_euimDefault</a>
|
|
171
|
-
</li>
|
|
172
|
-
<li>
|
|
173
|
-
<a href="#_euimFontBold" >_euimFontBold</a>
|
|
174
|
-
</li>
|
|
175
|
-
<li>
|
|
176
|
-
<a href="#_euimFontBoldItalic" >_euimFontBoldItalic</a>
|
|
177
|
-
</li>
|
|
178
|
-
<li>
|
|
179
|
-
<a href="#_euimFontItalic" >_euimFontItalic</a>
|
|
180
|
-
</li>
|
|
181
|
-
<li>
|
|
182
|
-
<a href="#_euimFontLight" >_euimFontLight</a>
|
|
183
|
-
</li>
|
|
184
|
-
<li>
|
|
185
|
-
<a href="#_euimFontRegular" >_euimFontRegular</a>
|
|
186
|
-
</li>
|
|
187
|
-
<li>
|
|
188
|
-
<a href="#_euimInfo" >_euimInfo</a>
|
|
189
|
-
</li>
|
|
190
|
-
<li>
|
|
191
|
-
<a href="#_euimInverted" >_euimInverted</a>
|
|
192
|
-
</li>
|
|
193
|
-
<li>
|
|
194
|
-
<a href="#_euimLight" >_euimLight</a>
|
|
195
|
-
</li>
|
|
196
|
-
<li>
|
|
197
|
-
<a href="#_euimSecondary" >_euimSecondary</a>
|
|
198
|
-
</li>
|
|
199
|
-
<li>
|
|
200
|
-
<a href="#_euimSize2XL" >_euimSize2XL</a>
|
|
201
|
-
</li>
|
|
202
|
-
<li>
|
|
203
|
-
<a href="#_euimSize2XS" >_euimSize2XS</a>
|
|
204
|
-
</li>
|
|
205
|
-
<li>
|
|
206
|
-
<a href="#_euimSize3XL" >_euimSize3XL</a>
|
|
207
|
-
</li>
|
|
208
|
-
<li>
|
|
209
|
-
<a href="#_euimSize4XL" >_euimSize4XL</a>
|
|
210
|
-
</li>
|
|
211
|
-
<li>
|
|
212
|
-
<a href="#_euimSizeL" >_euimSizeL</a>
|
|
213
|
-
</li>
|
|
214
|
-
<li>
|
|
215
|
-
<a href="#_euimSizeM" >_euimSizeM</a>
|
|
216
|
-
</li>
|
|
217
|
-
<li>
|
|
218
|
-
<a href="#_euimSizeS" >_euimSizeS</a>
|
|
219
|
-
</li>
|
|
220
|
-
<li>
|
|
221
|
-
<a href="#_euimSizeXL" >_euimSizeXL</a>
|
|
222
|
-
</li>
|
|
223
|
-
<li>
|
|
224
|
-
<a href="#_euimSizeXS" >_euimSizeXS</a>
|
|
158
|
+
<span class="modifier">Public</span>
|
|
159
|
+
<a href="#baseStatesDirective" >baseStatesDirective</a>
|
|
225
160
|
</li>
|
|
226
161
|
<li>
|
|
227
|
-
<a href="#
|
|
162
|
+
<a href="#languages" >languages</a>
|
|
228
163
|
</li>
|
|
229
164
|
<li>
|
|
230
|
-
<a href="#
|
|
165
|
+
<a href="#selectedLanguage" >selectedLanguage</a>
|
|
231
166
|
</li>
|
|
232
167
|
</ul>
|
|
233
168
|
</td>
|
|
@@ -248,105 +183,10 @@
|
|
|
248
183
|
<span class="modifier">Async</span>
|
|
249
184
|
<a href="#onShowLanguageList" >onShowLanguageList</a>
|
|
250
185
|
</li>
|
|
251
|
-
<li>
|
|
252
|
-
<a href="#getCssClasses" >getCssClasses</a>
|
|
253
|
-
</li>
|
|
254
186
|
</ul>
|
|
255
187
|
</td>
|
|
256
188
|
</tr>
|
|
257
189
|
|
|
258
|
-
<tr>
|
|
259
|
-
<td class="col-md-4">
|
|
260
|
-
<h6><b>Inputs</b></h6>
|
|
261
|
-
</td>
|
|
262
|
-
</tr>
|
|
263
|
-
<tr>
|
|
264
|
-
<td class="col-md-4">
|
|
265
|
-
<ul class="index-list">
|
|
266
|
-
<li>
|
|
267
|
-
<a href="#euimPrimary" >euimPrimary</a>
|
|
268
|
-
</li>
|
|
269
|
-
<li>
|
|
270
|
-
<a href="#e2eAttr" >e2eAttr</a>
|
|
271
|
-
</li>
|
|
272
|
-
<li>
|
|
273
|
-
<a href="#euimAccent" >euimAccent</a>
|
|
274
|
-
</li>
|
|
275
|
-
<li>
|
|
276
|
-
<a href="#euimClear" >euimClear</a>
|
|
277
|
-
</li>
|
|
278
|
-
<li>
|
|
279
|
-
<a href="#euimDanger" >euimDanger</a>
|
|
280
|
-
</li>
|
|
281
|
-
<li>
|
|
282
|
-
<a href="#euimDark" >euimDark</a>
|
|
283
|
-
</li>
|
|
284
|
-
<li>
|
|
285
|
-
<a href="#euimDefault" >euimDefault</a>
|
|
286
|
-
</li>
|
|
287
|
-
<li>
|
|
288
|
-
<a href="#euimFontBold" >euimFontBold</a>
|
|
289
|
-
</li>
|
|
290
|
-
<li>
|
|
291
|
-
<a href="#euimFontBoldItalic" >euimFontBoldItalic</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li>
|
|
294
|
-
<a href="#euimFontItalic" >euimFontItalic</a>
|
|
295
|
-
</li>
|
|
296
|
-
<li>
|
|
297
|
-
<a href="#euimFontLight" >euimFontLight</a>
|
|
298
|
-
</li>
|
|
299
|
-
<li>
|
|
300
|
-
<a href="#euimFontRegular" >euimFontRegular</a>
|
|
301
|
-
</li>
|
|
302
|
-
<li>
|
|
303
|
-
<a href="#euimInfo" >euimInfo</a>
|
|
304
|
-
</li>
|
|
305
|
-
<li>
|
|
306
|
-
<a href="#euimInverted" >euimInverted</a>
|
|
307
|
-
</li>
|
|
308
|
-
<li>
|
|
309
|
-
<a href="#euimLight" >euimLight</a>
|
|
310
|
-
</li>
|
|
311
|
-
<li>
|
|
312
|
-
<a href="#euimSecondary" >euimSecondary</a>
|
|
313
|
-
</li>
|
|
314
|
-
<li>
|
|
315
|
-
<a href="#euimSize2XL" >euimSize2XL</a>
|
|
316
|
-
</li>
|
|
317
|
-
<li>
|
|
318
|
-
<a href="#euimSize2XS" >euimSize2XS</a>
|
|
319
|
-
</li>
|
|
320
|
-
<li>
|
|
321
|
-
<a href="#euimSize3XL" >euimSize3XL</a>
|
|
322
|
-
</li>
|
|
323
|
-
<li>
|
|
324
|
-
<a href="#euimSize4XL" >euimSize4XL</a>
|
|
325
|
-
</li>
|
|
326
|
-
<li>
|
|
327
|
-
<a href="#euimSizeL" >euimSizeL</a>
|
|
328
|
-
</li>
|
|
329
|
-
<li>
|
|
330
|
-
<a href="#euimSizeM" >euimSizeM</a>
|
|
331
|
-
</li>
|
|
332
|
-
<li>
|
|
333
|
-
<a href="#euimSizeS" >euimSizeS</a>
|
|
334
|
-
</li>
|
|
335
|
-
<li>
|
|
336
|
-
<a href="#euimSizeXL" >euimSizeXL</a>
|
|
337
|
-
</li>
|
|
338
|
-
<li>
|
|
339
|
-
<a href="#euimSizeXS" >euimSizeXS</a>
|
|
340
|
-
</li>
|
|
341
|
-
<li>
|
|
342
|
-
<a href="#euimSuccess" >euimSuccess</a>
|
|
343
|
-
</li>
|
|
344
|
-
<li>
|
|
345
|
-
<a href="#euimWarning" >euimWarning</a>
|
|
346
|
-
</li>
|
|
347
|
-
</ul>
|
|
348
|
-
</td>
|
|
349
|
-
</tr>
|
|
350
190
|
|
|
351
191
|
|
|
352
192
|
<tr>
|
|
@@ -373,9 +213,6 @@
|
|
|
373
213
|
<tr>
|
|
374
214
|
<td class="col-md-4">
|
|
375
215
|
<ul class="index-list">
|
|
376
|
-
<li>
|
|
377
|
-
<a href="#euimPrimary" >euimPrimary</a>
|
|
378
|
-
</li>
|
|
379
216
|
<li>
|
|
380
217
|
<a href="#cssClasses" >cssClasses</a>
|
|
381
218
|
</li>
|
|
@@ -392,7 +229,7 @@
|
|
|
392
229
|
<tbody>
|
|
393
230
|
<tr>
|
|
394
231
|
<td class="col-md-4">
|
|
395
|
-
<code>constructor(cd: ChangeDetectorRef, translateService: TranslateService, appShellService: UxAppShellService, appService: <a href="../injectables/EuimAppService.html" target="_self">EuimAppService</a>, modalCtrl: ModalController)</code>
|
|
232
|
+
<code>constructor(cd: ChangeDetectorRef, translateService: TranslateService, appShellService: UxAppShellService, appService: <a href="../injectables/EuimAppService.html" target="_self">EuimAppService</a>, modalCtrl: ModalController, baseStatesDirective: <a href="../directives/BaseStatesDirective.html" target="_self">BaseStatesDirective</a>)</code>
|
|
396
233
|
</td>
|
|
397
234
|
</tr>
|
|
398
235
|
|
|
@@ -469,6 +306,18 @@
|
|
|
469
306
|
</td>
|
|
470
307
|
|
|
471
308
|
</tr>
|
|
309
|
+
<tr>
|
|
310
|
+
<td>baseStatesDirective</td>
|
|
311
|
+
|
|
312
|
+
<td>
|
|
313
|
+
<code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
314
|
+
</td>
|
|
315
|
+
|
|
316
|
+
<td>
|
|
317
|
+
No
|
|
318
|
+
</td>
|
|
319
|
+
|
|
320
|
+
</tr>
|
|
472
321
|
</tbody>
|
|
473
322
|
</table>
|
|
474
323
|
</div>
|
|
@@ -478,1133 +327,152 @@
|
|
|
478
327
|
</table>
|
|
479
328
|
</section>
|
|
480
329
|
|
|
481
|
-
<section data-compodoc="block-inputs">
|
|
482
|
-
<h3 id="inputs">Inputs</h3>
|
|
483
|
-
<table class="table table-sm table-bordered">
|
|
484
|
-
<tbody>
|
|
485
|
-
<tr>
|
|
486
|
-
<td class="col-md-4">
|
|
487
|
-
<a name="euimPrimary"></a>
|
|
488
|
-
<b>euimPrimary</b>
|
|
489
|
-
</td>
|
|
490
|
-
</tr>
|
|
491
|
-
<tr>
|
|
492
|
-
<td class="col-md-4">
|
|
493
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
494
|
-
|
|
495
|
-
</td>
|
|
496
|
-
</tr>
|
|
497
|
-
</tbody>
|
|
498
|
-
</table>
|
|
499
|
-
<table class="table table-sm table-bordered">
|
|
500
|
-
<tbody>
|
|
501
|
-
<tr>
|
|
502
|
-
<td class="col-md-4">
|
|
503
|
-
<a name="e2eAttr"></a>
|
|
504
|
-
<b>e2eAttr</b>
|
|
505
|
-
</td>
|
|
506
|
-
</tr>
|
|
507
|
-
<tr>
|
|
508
|
-
<td class="col-md-4">
|
|
509
|
-
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
510
330
|
|
|
511
|
-
</td>
|
|
512
|
-
</tr>
|
|
513
|
-
</tbody>
|
|
514
|
-
</table>
|
|
515
|
-
<table class="table table-sm table-bordered">
|
|
516
|
-
<tbody>
|
|
517
|
-
<tr>
|
|
518
|
-
<td class="col-md-4">
|
|
519
|
-
<a name="euimAccent"></a>
|
|
520
|
-
<b>euimAccent</b>
|
|
521
|
-
</td>
|
|
522
|
-
</tr>
|
|
523
|
-
<tr>
|
|
524
|
-
<td class="col-md-4">
|
|
525
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
526
331
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
<a
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
332
|
+
<section data-compodoc="block-properties">
|
|
333
|
+
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
334
|
+
<tbody>
|
|
335
|
+
<tr>
|
|
336
|
+
<td class="col-md-4">
|
|
337
|
+
<a name="class"></a>
|
|
338
|
+
<span class="name">
|
|
339
|
+
<span ><b>class</b></span>
|
|
340
|
+
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
|
341
|
+
</span>
|
|
342
|
+
</td>
|
|
343
|
+
</tr>
|
|
539
344
|
<tr>
|
|
540
345
|
<td class="col-md-4">
|
|
541
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/
|
|
346
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
542
347
|
|
|
543
348
|
</td>
|
|
544
349
|
</tr>
|
|
545
|
-
</tbody>
|
|
546
|
-
</table>
|
|
547
|
-
<table class="table table-sm table-bordered">
|
|
548
|
-
<tbody>
|
|
549
|
-
<tr>
|
|
550
|
-
<td class="col-md-4">
|
|
551
|
-
<a name="euimDanger"></a>
|
|
552
|
-
<b>euimDanger</b>
|
|
553
|
-
</td>
|
|
554
|
-
</tr>
|
|
555
|
-
<tr>
|
|
556
|
-
<td class="col-md-4">
|
|
557
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
558
350
|
|
|
559
|
-
</td>
|
|
560
|
-
</tr>
|
|
561
|
-
</tbody>
|
|
562
|
-
</table>
|
|
563
|
-
<table class="table table-sm table-bordered">
|
|
564
|
-
<tbody>
|
|
565
|
-
<tr>
|
|
566
|
-
<td class="col-md-4">
|
|
567
|
-
<a name="euimDark"></a>
|
|
568
|
-
<b>euimDark</b>
|
|
569
|
-
</td>
|
|
570
|
-
</tr>
|
|
571
|
-
<tr>
|
|
572
|
-
<td class="col-md-4">
|
|
573
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
574
351
|
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
</table>
|
|
579
|
-
<table class="table table-sm table-bordered">
|
|
580
|
-
<tbody>
|
|
581
|
-
<tr>
|
|
582
|
-
<td class="col-md-4">
|
|
583
|
-
<a name="euimDefault"></a>
|
|
584
|
-
<b>euimDefault</b>
|
|
585
|
-
</td>
|
|
586
|
-
</tr>
|
|
587
|
-
<tr>
|
|
588
|
-
<td class="col-md-4">
|
|
589
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
352
|
+
</tbody>
|
|
353
|
+
</table>
|
|
354
|
+
</section>
|
|
590
355
|
|
|
591
|
-
</td>
|
|
592
|
-
</tr>
|
|
593
|
-
</tbody>
|
|
594
|
-
</table>
|
|
595
|
-
<table class="table table-sm table-bordered">
|
|
596
|
-
<tbody>
|
|
597
|
-
<tr>
|
|
598
|
-
<td class="col-md-4">
|
|
599
|
-
<a name="euimFontBold"></a>
|
|
600
|
-
<b>euimFontBold</b>
|
|
601
|
-
</td>
|
|
602
|
-
</tr>
|
|
603
|
-
<tr>
|
|
604
|
-
<td class="col-md-4">
|
|
605
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
606
356
|
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
<tbody>
|
|
613
|
-
<tr>
|
|
614
|
-
<td class="col-md-4">
|
|
615
|
-
<a name="euimFontBoldItalic"></a>
|
|
616
|
-
<b>euimFontBoldItalic</b>
|
|
617
|
-
</td>
|
|
618
|
-
</tr>
|
|
619
|
-
<tr>
|
|
620
|
-
<td class="col-md-4">
|
|
621
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
622
|
-
|
|
623
|
-
</td>
|
|
624
|
-
</tr>
|
|
625
|
-
</tbody>
|
|
626
|
-
</table>
|
|
627
|
-
<table class="table table-sm table-bordered">
|
|
628
|
-
<tbody>
|
|
629
|
-
<tr>
|
|
630
|
-
<td class="col-md-4">
|
|
631
|
-
<a name="euimFontItalic"></a>
|
|
632
|
-
<b>euimFontItalic</b>
|
|
633
|
-
</td>
|
|
634
|
-
</tr>
|
|
635
|
-
<tr>
|
|
636
|
-
<td class="col-md-4">
|
|
637
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
638
|
-
|
|
639
|
-
</td>
|
|
640
|
-
</tr>
|
|
641
|
-
</tbody>
|
|
642
|
-
</table>
|
|
643
|
-
<table class="table table-sm table-bordered">
|
|
644
|
-
<tbody>
|
|
645
|
-
<tr>
|
|
646
|
-
<td class="col-md-4">
|
|
647
|
-
<a name="euimFontLight"></a>
|
|
648
|
-
<b>euimFontLight</b>
|
|
649
|
-
</td>
|
|
650
|
-
</tr>
|
|
651
|
-
<tr>
|
|
652
|
-
<td class="col-md-4">
|
|
653
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
654
|
-
|
|
655
|
-
</td>
|
|
656
|
-
</tr>
|
|
657
|
-
</tbody>
|
|
658
|
-
</table>
|
|
659
|
-
<table class="table table-sm table-bordered">
|
|
660
|
-
<tbody>
|
|
661
|
-
<tr>
|
|
662
|
-
<td class="col-md-4">
|
|
663
|
-
<a name="euimFontRegular"></a>
|
|
664
|
-
<b>euimFontRegular</b>
|
|
665
|
-
</td>
|
|
666
|
-
</tr>
|
|
667
|
-
<tr>
|
|
668
|
-
<td class="col-md-4">
|
|
669
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
670
|
-
|
|
671
|
-
</td>
|
|
672
|
-
</tr>
|
|
673
|
-
</tbody>
|
|
674
|
-
</table>
|
|
675
|
-
<table class="table table-sm table-bordered">
|
|
676
|
-
<tbody>
|
|
677
|
-
<tr>
|
|
678
|
-
<td class="col-md-4">
|
|
679
|
-
<a name="euimInfo"></a>
|
|
680
|
-
<b>euimInfo</b>
|
|
681
|
-
</td>
|
|
682
|
-
</tr>
|
|
683
|
-
<tr>
|
|
684
|
-
<td class="col-md-4">
|
|
685
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
686
|
-
|
|
687
|
-
</td>
|
|
688
|
-
</tr>
|
|
689
|
-
</tbody>
|
|
690
|
-
</table>
|
|
691
|
-
<table class="table table-sm table-bordered">
|
|
692
|
-
<tbody>
|
|
693
|
-
<tr>
|
|
694
|
-
<td class="col-md-4">
|
|
695
|
-
<a name="euimInverted"></a>
|
|
696
|
-
<b>euimInverted</b>
|
|
697
|
-
</td>
|
|
698
|
-
</tr>
|
|
699
|
-
<tr>
|
|
700
|
-
<td class="col-md-4">
|
|
701
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
702
|
-
|
|
703
|
-
</td>
|
|
704
|
-
</tr>
|
|
705
|
-
</tbody>
|
|
706
|
-
</table>
|
|
707
|
-
<table class="table table-sm table-bordered">
|
|
708
|
-
<tbody>
|
|
709
|
-
<tr>
|
|
710
|
-
<td class="col-md-4">
|
|
711
|
-
<a name="euimLight"></a>
|
|
712
|
-
<b>euimLight</b>
|
|
713
|
-
</td>
|
|
714
|
-
</tr>
|
|
715
|
-
<tr>
|
|
716
|
-
<td class="col-md-4">
|
|
717
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
718
|
-
|
|
719
|
-
</td>
|
|
720
|
-
</tr>
|
|
721
|
-
</tbody>
|
|
722
|
-
</table>
|
|
723
|
-
<table class="table table-sm table-bordered">
|
|
724
|
-
<tbody>
|
|
725
|
-
<tr>
|
|
726
|
-
<td class="col-md-4">
|
|
727
|
-
<a name="euimSecondary"></a>
|
|
728
|
-
<b>euimSecondary</b>
|
|
729
|
-
</td>
|
|
730
|
-
</tr>
|
|
731
|
-
<tr>
|
|
732
|
-
<td class="col-md-4">
|
|
733
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
734
|
-
|
|
735
|
-
</td>
|
|
736
|
-
</tr>
|
|
737
|
-
</tbody>
|
|
738
|
-
</table>
|
|
739
|
-
<table class="table table-sm table-bordered">
|
|
740
|
-
<tbody>
|
|
741
|
-
<tr>
|
|
742
|
-
<td class="col-md-4">
|
|
743
|
-
<a name="euimSize2XL"></a>
|
|
744
|
-
<b>euimSize2XL</b>
|
|
745
|
-
</td>
|
|
746
|
-
</tr>
|
|
747
|
-
<tr>
|
|
748
|
-
<td class="col-md-4">
|
|
749
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
750
|
-
|
|
751
|
-
</td>
|
|
752
|
-
</tr>
|
|
753
|
-
</tbody>
|
|
754
|
-
</table>
|
|
755
|
-
<table class="table table-sm table-bordered">
|
|
756
|
-
<tbody>
|
|
757
|
-
<tr>
|
|
758
|
-
<td class="col-md-4">
|
|
759
|
-
<a name="euimSize2XS"></a>
|
|
760
|
-
<b>euimSize2XS</b>
|
|
761
|
-
</td>
|
|
762
|
-
</tr>
|
|
763
|
-
<tr>
|
|
764
|
-
<td class="col-md-4">
|
|
765
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
766
|
-
|
|
767
|
-
</td>
|
|
768
|
-
</tr>
|
|
769
|
-
</tbody>
|
|
770
|
-
</table>
|
|
771
|
-
<table class="table table-sm table-bordered">
|
|
772
|
-
<tbody>
|
|
773
|
-
<tr>
|
|
774
|
-
<td class="col-md-4">
|
|
775
|
-
<a name="euimSize3XL"></a>
|
|
776
|
-
<b>euimSize3XL</b>
|
|
777
|
-
</td>
|
|
778
|
-
</tr>
|
|
779
|
-
<tr>
|
|
780
|
-
<td class="col-md-4">
|
|
781
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
782
|
-
|
|
783
|
-
</td>
|
|
784
|
-
</tr>
|
|
785
|
-
</tbody>
|
|
786
|
-
</table>
|
|
787
|
-
<table class="table table-sm table-bordered">
|
|
788
|
-
<tbody>
|
|
789
|
-
<tr>
|
|
790
|
-
<td class="col-md-4">
|
|
791
|
-
<a name="euimSize4XL"></a>
|
|
792
|
-
<b>euimSize4XL</b>
|
|
793
|
-
</td>
|
|
794
|
-
</tr>
|
|
795
|
-
<tr>
|
|
796
|
-
<td class="col-md-4">
|
|
797
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
798
|
-
|
|
799
|
-
</td>
|
|
800
|
-
</tr>
|
|
801
|
-
</tbody>
|
|
802
|
-
</table>
|
|
803
|
-
<table class="table table-sm table-bordered">
|
|
804
|
-
<tbody>
|
|
805
|
-
<tr>
|
|
806
|
-
<td class="col-md-4">
|
|
807
|
-
<a name="euimSizeL"></a>
|
|
808
|
-
<b>euimSizeL</b>
|
|
809
|
-
</td>
|
|
810
|
-
</tr>
|
|
811
|
-
<tr>
|
|
812
|
-
<td class="col-md-4">
|
|
813
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
814
|
-
|
|
815
|
-
</td>
|
|
816
|
-
</tr>
|
|
817
|
-
</tbody>
|
|
818
|
-
</table>
|
|
819
|
-
<table class="table table-sm table-bordered">
|
|
820
|
-
<tbody>
|
|
821
|
-
<tr>
|
|
822
|
-
<td class="col-md-4">
|
|
823
|
-
<a name="euimSizeM"></a>
|
|
824
|
-
<b>euimSizeM</b>
|
|
825
|
-
</td>
|
|
826
|
-
</tr>
|
|
827
|
-
<tr>
|
|
828
|
-
<td class="col-md-4">
|
|
829
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
830
|
-
|
|
831
|
-
</td>
|
|
832
|
-
</tr>
|
|
833
|
-
</tbody>
|
|
834
|
-
</table>
|
|
835
|
-
<table class="table table-sm table-bordered">
|
|
836
|
-
<tbody>
|
|
837
|
-
<tr>
|
|
838
|
-
<td class="col-md-4">
|
|
839
|
-
<a name="euimSizeS"></a>
|
|
840
|
-
<b>euimSizeS</b>
|
|
841
|
-
</td>
|
|
842
|
-
</tr>
|
|
843
|
-
<tr>
|
|
844
|
-
<td class="col-md-4">
|
|
845
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
846
|
-
|
|
847
|
-
</td>
|
|
848
|
-
</tr>
|
|
849
|
-
</tbody>
|
|
850
|
-
</table>
|
|
851
|
-
<table class="table table-sm table-bordered">
|
|
852
|
-
<tbody>
|
|
853
|
-
<tr>
|
|
854
|
-
<td class="col-md-4">
|
|
855
|
-
<a name="euimSizeXL"></a>
|
|
856
|
-
<b>euimSizeXL</b>
|
|
857
|
-
</td>
|
|
858
|
-
</tr>
|
|
859
|
-
<tr>
|
|
860
|
-
<td class="col-md-4">
|
|
861
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
862
|
-
|
|
863
|
-
</td>
|
|
864
|
-
</tr>
|
|
865
|
-
</tbody>
|
|
866
|
-
</table>
|
|
867
|
-
<table class="table table-sm table-bordered">
|
|
868
|
-
<tbody>
|
|
869
|
-
<tr>
|
|
870
|
-
<td class="col-md-4">
|
|
871
|
-
<a name="euimSizeXS"></a>
|
|
872
|
-
<b>euimSizeXS</b>
|
|
873
|
-
</td>
|
|
874
|
-
</tr>
|
|
875
|
-
<tr>
|
|
876
|
-
<td class="col-md-4">
|
|
877
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
878
|
-
|
|
879
|
-
</td>
|
|
880
|
-
</tr>
|
|
881
|
-
</tbody>
|
|
882
|
-
</table>
|
|
883
|
-
<table class="table table-sm table-bordered">
|
|
884
|
-
<tbody>
|
|
885
|
-
<tr>
|
|
886
|
-
<td class="col-md-4">
|
|
887
|
-
<a name="euimSuccess"></a>
|
|
888
|
-
<b>euimSuccess</b>
|
|
889
|
-
</td>
|
|
890
|
-
</tr>
|
|
891
|
-
<tr>
|
|
892
|
-
<td class="col-md-4">
|
|
893
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
894
|
-
|
|
895
|
-
</td>
|
|
896
|
-
</tr>
|
|
897
|
-
</tbody>
|
|
898
|
-
</table>
|
|
899
|
-
<table class="table table-sm table-bordered">
|
|
900
|
-
<tbody>
|
|
901
|
-
<tr>
|
|
902
|
-
<td class="col-md-4">
|
|
903
|
-
<a name="euimWarning"></a>
|
|
904
|
-
<b>euimWarning</b>
|
|
905
|
-
</td>
|
|
906
|
-
</tr>
|
|
907
|
-
<tr>
|
|
908
|
-
<td class="col-md-4">
|
|
909
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
910
|
-
|
|
911
|
-
</td>
|
|
912
|
-
</tr>
|
|
913
|
-
</tbody>
|
|
914
|
-
</table>
|
|
915
|
-
</section>
|
|
916
|
-
|
|
917
|
-
<section data-compodoc="block-properties">
|
|
918
|
-
<h3>HostBindings</h3> <table class="table table-sm table-bordered">
|
|
919
|
-
<tbody>
|
|
920
|
-
<tr>
|
|
921
|
-
<td class="col-md-4">
|
|
922
|
-
<a name="class"></a>
|
|
923
|
-
<span class="name">
|
|
924
|
-
<span ><b>class</b></span>
|
|
925
|
-
<a href="#class"><span class="icon ion-ios-link"></span></a>
|
|
926
|
-
</span>
|
|
927
|
-
</td>
|
|
928
|
-
</tr>
|
|
929
|
-
<tr>
|
|
930
|
-
<td class="col-md-4">
|
|
931
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
932
|
-
|
|
933
|
-
</td>
|
|
934
|
-
</tr>
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
</tbody>
|
|
938
|
-
</table>
|
|
939
|
-
</section>
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
<section data-compodoc="block-methods">
|
|
943
|
-
|
|
944
|
-
<h3 id="methods">
|
|
945
|
-
Methods
|
|
946
|
-
</h3>
|
|
947
|
-
<table class="table table-sm table-bordered">
|
|
948
|
-
<tbody>
|
|
949
|
-
<tr>
|
|
950
|
-
<td class="col-md-4">
|
|
951
|
-
<a name="onLanguageSelected"></a>
|
|
952
|
-
<span class="name">
|
|
953
|
-
<span ><b>onLanguageSelected</b></span>
|
|
954
|
-
<a href="#onLanguageSelected"><span class="icon ion-ios-link"></span></a>
|
|
955
|
-
</span>
|
|
956
|
-
</td>
|
|
957
|
-
</tr>
|
|
958
|
-
<tr>
|
|
959
|
-
<td class="col-md-4">
|
|
960
|
-
<code>onLanguageSelected(evt: EclLanguageListLanguageSelectedEvent)</code>
|
|
961
|
-
</td>
|
|
962
|
-
</tr>
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
<tr>
|
|
968
|
-
<td class="col-md-4">
|
|
969
|
-
|
|
970
|
-
<div class="io-description">
|
|
971
|
-
<b>Parameters :</b>
|
|
972
|
-
|
|
973
|
-
<table class="params">
|
|
974
|
-
<thead>
|
|
975
|
-
<tr>
|
|
976
|
-
<td>Name</td>
|
|
977
|
-
<td>Type</td>
|
|
978
|
-
<td>Optional</td>
|
|
979
|
-
</tr>
|
|
980
|
-
</thead>
|
|
981
|
-
<tbody>
|
|
982
|
-
<tr>
|
|
983
|
-
<td>evt</td>
|
|
984
|
-
<td>
|
|
985
|
-
<code>EclLanguageListLanguageSelectedEvent</code>
|
|
986
|
-
</td>
|
|
987
|
-
|
|
988
|
-
<td>
|
|
989
|
-
No
|
|
990
|
-
</td>
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
</tr>
|
|
994
|
-
</tbody>
|
|
995
|
-
</table>
|
|
996
|
-
</div>
|
|
997
|
-
<div class="io-description">
|
|
998
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
999
|
-
|
|
1000
|
-
</div>
|
|
1001
|
-
<div class="io-description">
|
|
1002
|
-
|
|
1003
|
-
</div>
|
|
1004
|
-
</td>
|
|
1005
|
-
</tr>
|
|
1006
|
-
</tbody>
|
|
1007
|
-
</table>
|
|
1008
|
-
<table class="table table-sm table-bordered">
|
|
1009
|
-
<tbody>
|
|
1010
|
-
<tr>
|
|
1011
|
-
<td class="col-md-4">
|
|
1012
|
-
<a name="onShowLanguageList"></a>
|
|
1013
|
-
<span class="name">
|
|
1014
|
-
<span class="modifier">Async</span>
|
|
1015
|
-
<span ><b>onShowLanguageList</b></span>
|
|
1016
|
-
<a href="#onShowLanguageList"><span class="icon ion-ios-link"></span></a>
|
|
1017
|
-
</span>
|
|
1018
|
-
</td>
|
|
1019
|
-
</tr>
|
|
1020
|
-
<tr>
|
|
1021
|
-
<td class="col-md-4">
|
|
1022
|
-
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
1023
|
-
<code>onShowLanguageList()</code>
|
|
1024
|
-
</td>
|
|
1025
|
-
</tr>
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
<tr>
|
|
1031
|
-
<td class="col-md-4">
|
|
1032
|
-
|
|
1033
|
-
<div class="io-description">
|
|
1034
|
-
<b>Returns : </b> <code>Promise<void></code>
|
|
1035
|
-
|
|
1036
|
-
</div>
|
|
1037
|
-
</td>
|
|
1038
|
-
</tr>
|
|
1039
|
-
</tbody>
|
|
1040
|
-
</table>
|
|
1041
|
-
<table class="table table-sm table-bordered">
|
|
1042
|
-
<tbody>
|
|
1043
|
-
<tr>
|
|
1044
|
-
<td class="col-md-4">
|
|
1045
|
-
<a name="getCssClasses"></a>
|
|
1046
|
-
<span class="name">
|
|
1047
|
-
<span ><b>getCssClasses</b></span>
|
|
1048
|
-
<a href="#getCssClasses"><span class="icon ion-ios-link"></span></a>
|
|
1049
|
-
</span>
|
|
1050
|
-
</td>
|
|
1051
|
-
</tr>
|
|
1052
|
-
<tr>
|
|
1053
|
-
<td class="col-md-4">
|
|
1054
|
-
<code>getCssClasses(rootClass: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank">string</a>)</code>
|
|
1055
|
-
</td>
|
|
1056
|
-
</tr>
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
<tr>
|
|
1062
|
-
<td class="col-md-4">
|
|
1063
|
-
|
|
1064
|
-
<div class="io-description">
|
|
1065
|
-
<b>Parameters :</b>
|
|
1066
|
-
|
|
1067
|
-
<table class="params">
|
|
1068
|
-
<thead>
|
|
1069
|
-
<tr>
|
|
1070
|
-
<td>Name</td>
|
|
1071
|
-
<td>Type</td>
|
|
1072
|
-
<td>Optional</td>
|
|
1073
|
-
</tr>
|
|
1074
|
-
</thead>
|
|
1075
|
-
<tbody>
|
|
1076
|
-
<tr>
|
|
1077
|
-
<td>rootClass</td>
|
|
1078
|
-
<td>
|
|
1079
|
-
<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1080
|
-
</td>
|
|
1081
|
-
|
|
1082
|
-
<td>
|
|
1083
|
-
No
|
|
1084
|
-
</td>
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
</tr>
|
|
1088
|
-
</tbody>
|
|
1089
|
-
</table>
|
|
1090
|
-
</div>
|
|
1091
|
-
<div class="io-description">
|
|
1092
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
1093
|
-
|
|
1094
|
-
</div>
|
|
1095
|
-
<div class="io-description">
|
|
1096
|
-
|
|
1097
|
-
</div>
|
|
1098
|
-
</td>
|
|
1099
|
-
</tr>
|
|
1100
|
-
</tbody>
|
|
1101
|
-
</table>
|
|
1102
|
-
</section>
|
|
1103
|
-
<section data-compodoc="block-properties">
|
|
1104
|
-
|
|
1105
|
-
<h3 id="inputs">
|
|
1106
|
-
Properties
|
|
1107
|
-
</h3>
|
|
1108
|
-
<table class="table table-sm table-bordered">
|
|
1109
|
-
<tbody>
|
|
1110
|
-
<tr>
|
|
1111
|
-
<td class="col-md-4">
|
|
1112
|
-
<a name="_euimPrimary"></a>
|
|
1113
|
-
<span class="name">
|
|
1114
|
-
<span ><b>_euimPrimary</b></span>
|
|
1115
|
-
<a href="#_euimPrimary"><span class="icon ion-ios-link"></span></a>
|
|
1116
|
-
</span>
|
|
1117
|
-
</td>
|
|
1118
|
-
</tr>
|
|
1119
|
-
<tr>
|
|
1120
|
-
<td class="col-md-4">
|
|
1121
|
-
<i>Default value : </i><code>false</code>
|
|
1122
|
-
</td>
|
|
1123
|
-
</tr>
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
</tbody>
|
|
1127
|
-
</table>
|
|
1128
|
-
<table class="table table-sm table-bordered">
|
|
1129
|
-
<tbody>
|
|
1130
|
-
<tr>
|
|
1131
|
-
<td class="col-md-4">
|
|
1132
|
-
<a name="appService"></a>
|
|
1133
|
-
<span class="name">
|
|
1134
|
-
<span class="modifier">Public</span>
|
|
1135
|
-
<span ><b>appService</b></span>
|
|
1136
|
-
<a href="#appService"><span class="icon ion-ios-link"></span></a>
|
|
1137
|
-
</span>
|
|
1138
|
-
</td>
|
|
1139
|
-
</tr>
|
|
1140
|
-
<tr>
|
|
1141
|
-
<td class="col-md-4">
|
|
1142
|
-
<i>Type : </i> <code><a href="../injectables/EuimAppService.html" target="_self" >EuimAppService</a></code>
|
|
1143
|
-
|
|
1144
|
-
</td>
|
|
1145
|
-
</tr>
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
</tbody>
|
|
1149
|
-
</table>
|
|
1150
|
-
<table class="table table-sm table-bordered">
|
|
1151
|
-
<tbody>
|
|
1152
|
-
<tr>
|
|
1153
|
-
<td class="col-md-4">
|
|
1154
|
-
<a name="appShellService"></a>
|
|
1155
|
-
<span class="name">
|
|
1156
|
-
<span class="modifier">Public</span>
|
|
1157
|
-
<span ><b>appShellService</b></span>
|
|
1158
|
-
<a href="#appShellService"><span class="icon ion-ios-link"></span></a>
|
|
1159
|
-
</span>
|
|
1160
|
-
</td>
|
|
1161
|
-
</tr>
|
|
1162
|
-
<tr>
|
|
1163
|
-
<td class="col-md-4">
|
|
1164
|
-
<i>Type : </i> <code>UxAppShellService</code>
|
|
1165
|
-
|
|
1166
|
-
</td>
|
|
1167
|
-
</tr>
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
</tbody>
|
|
1171
|
-
</table>
|
|
1172
|
-
<table class="table table-sm table-bordered">
|
|
1173
|
-
<tbody>
|
|
1174
|
-
<tr>
|
|
1175
|
-
<td class="col-md-4">
|
|
1176
|
-
<a name="languages"></a>
|
|
1177
|
-
<span class="name">
|
|
1178
|
-
<span ><b>languages</b></span>
|
|
1179
|
-
<a href="#languages"><span class="icon ion-ios-link"></span></a>
|
|
1180
|
-
</span>
|
|
1181
|
-
</td>
|
|
1182
|
-
</tr>
|
|
1183
|
-
<tr>
|
|
1184
|
-
<td class="col-md-4">
|
|
1185
|
-
<i>Type : </i> <code>UxLanguage[]</code>
|
|
1186
|
-
|
|
1187
|
-
</td>
|
|
1188
|
-
</tr>
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
</tbody>
|
|
1192
|
-
</table>
|
|
1193
|
-
<table class="table table-sm table-bordered">
|
|
1194
|
-
<tbody>
|
|
1195
|
-
<tr>
|
|
1196
|
-
<td class="col-md-4">
|
|
1197
|
-
<a name="selectedLanguage"></a>
|
|
1198
|
-
<span class="name">
|
|
1199
|
-
<span ><b>selectedLanguage</b></span>
|
|
1200
|
-
<a href="#selectedLanguage"><span class="icon ion-ios-link"></span></a>
|
|
1201
|
-
</span>
|
|
1202
|
-
</td>
|
|
1203
|
-
</tr>
|
|
1204
|
-
<tr>
|
|
1205
|
-
<td class="col-md-4">
|
|
1206
|
-
<i>Type : </i> <code>UxLanguage</code>
|
|
1207
|
-
|
|
1208
|
-
</td>
|
|
1209
|
-
</tr>
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
</tbody>
|
|
1213
|
-
</table>
|
|
1214
|
-
<table class="table table-sm table-bordered">
|
|
1215
|
-
<tbody>
|
|
1216
|
-
<tr>
|
|
1217
|
-
<td class="col-md-4">
|
|
1218
|
-
<a name="_euimAccent"></a>
|
|
1219
|
-
<span class="name">
|
|
1220
|
-
<span ><b>_euimAccent</b></span>
|
|
1221
|
-
<a href="#_euimAccent"><span class="icon ion-ios-link"></span></a>
|
|
1222
|
-
</span>
|
|
1223
|
-
</td>
|
|
1224
|
-
</tr>
|
|
1225
|
-
<tr>
|
|
1226
|
-
<td class="col-md-4">
|
|
1227
|
-
<i>Default value : </i><code>false</code>
|
|
1228
|
-
</td>
|
|
1229
|
-
</tr>
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
</tbody>
|
|
1233
|
-
</table>
|
|
1234
|
-
<table class="table table-sm table-bordered">
|
|
1235
|
-
<tbody>
|
|
1236
|
-
<tr>
|
|
1237
|
-
<td class="col-md-4">
|
|
1238
|
-
<a name="_euimClear"></a>
|
|
1239
|
-
<span class="name">
|
|
1240
|
-
<span ><b>_euimClear</b></span>
|
|
1241
|
-
<a href="#_euimClear"><span class="icon ion-ios-link"></span></a>
|
|
1242
|
-
</span>
|
|
1243
|
-
</td>
|
|
1244
|
-
</tr>
|
|
1245
|
-
<tr>
|
|
1246
|
-
<td class="col-md-4">
|
|
1247
|
-
<i>Default value : </i><code>false</code>
|
|
1248
|
-
</td>
|
|
1249
|
-
</tr>
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
</tbody>
|
|
1253
|
-
</table>
|
|
1254
|
-
<table class="table table-sm table-bordered">
|
|
1255
|
-
<tbody>
|
|
1256
|
-
<tr>
|
|
1257
|
-
<td class="col-md-4">
|
|
1258
|
-
<a name="_euimDanger"></a>
|
|
1259
|
-
<span class="name">
|
|
1260
|
-
<span ><b>_euimDanger</b></span>
|
|
1261
|
-
<a href="#_euimDanger"><span class="icon ion-ios-link"></span></a>
|
|
1262
|
-
</span>
|
|
1263
|
-
</td>
|
|
1264
|
-
</tr>
|
|
1265
|
-
<tr>
|
|
1266
|
-
<td class="col-md-4">
|
|
1267
|
-
<i>Default value : </i><code>false</code>
|
|
1268
|
-
</td>
|
|
1269
|
-
</tr>
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
</tbody>
|
|
1273
|
-
</table>
|
|
1274
|
-
<table class="table table-sm table-bordered">
|
|
1275
|
-
<tbody>
|
|
1276
|
-
<tr>
|
|
1277
|
-
<td class="col-md-4">
|
|
1278
|
-
<a name="_euimDark"></a>
|
|
1279
|
-
<span class="name">
|
|
1280
|
-
<span ><b>_euimDark</b></span>
|
|
1281
|
-
<a href="#_euimDark"><span class="icon ion-ios-link"></span></a>
|
|
1282
|
-
</span>
|
|
1283
|
-
</td>
|
|
1284
|
-
</tr>
|
|
1285
|
-
<tr>
|
|
1286
|
-
<td class="col-md-4">
|
|
1287
|
-
<i>Default value : </i><code>false</code>
|
|
1288
|
-
</td>
|
|
1289
|
-
</tr>
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
</tbody>
|
|
1293
|
-
</table>
|
|
1294
|
-
<table class="table table-sm table-bordered">
|
|
1295
|
-
<tbody>
|
|
1296
|
-
<tr>
|
|
1297
|
-
<td class="col-md-4">
|
|
1298
|
-
<a name="_euimDefault"></a>
|
|
1299
|
-
<span class="name">
|
|
1300
|
-
<span ><b>_euimDefault</b></span>
|
|
1301
|
-
<a href="#_euimDefault"><span class="icon ion-ios-link"></span></a>
|
|
1302
|
-
</span>
|
|
1303
|
-
</td>
|
|
1304
|
-
</tr>
|
|
1305
|
-
<tr>
|
|
1306
|
-
<td class="col-md-4">
|
|
1307
|
-
<i>Default value : </i><code>false</code>
|
|
1308
|
-
</td>
|
|
1309
|
-
</tr>
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
</tbody>
|
|
1313
|
-
</table>
|
|
1314
|
-
<table class="table table-sm table-bordered">
|
|
1315
|
-
<tbody>
|
|
1316
|
-
<tr>
|
|
1317
|
-
<td class="col-md-4">
|
|
1318
|
-
<a name="_euimFontBold"></a>
|
|
1319
|
-
<span class="name">
|
|
1320
|
-
<span ><b>_euimFontBold</b></span>
|
|
1321
|
-
<a href="#_euimFontBold"><span class="icon ion-ios-link"></span></a>
|
|
1322
|
-
</span>
|
|
1323
|
-
</td>
|
|
1324
|
-
</tr>
|
|
1325
|
-
<tr>
|
|
1326
|
-
<td class="col-md-4">
|
|
1327
|
-
<i>Default value : </i><code>false</code>
|
|
1328
|
-
</td>
|
|
1329
|
-
</tr>
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
</tbody>
|
|
1333
|
-
</table>
|
|
1334
|
-
<table class="table table-sm table-bordered">
|
|
1335
|
-
<tbody>
|
|
1336
|
-
<tr>
|
|
1337
|
-
<td class="col-md-4">
|
|
1338
|
-
<a name="_euimFontBoldItalic"></a>
|
|
1339
|
-
<span class="name">
|
|
1340
|
-
<span ><b>_euimFontBoldItalic</b></span>
|
|
1341
|
-
<a href="#_euimFontBoldItalic"><span class="icon ion-ios-link"></span></a>
|
|
1342
|
-
</span>
|
|
1343
|
-
</td>
|
|
1344
|
-
</tr>
|
|
1345
|
-
<tr>
|
|
1346
|
-
<td class="col-md-4">
|
|
1347
|
-
<i>Default value : </i><code>false</code>
|
|
1348
|
-
</td>
|
|
1349
|
-
</tr>
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
</tbody>
|
|
1353
|
-
</table>
|
|
357
|
+
<section data-compodoc="block-methods">
|
|
358
|
+
|
|
359
|
+
<h3 id="methods">
|
|
360
|
+
Methods
|
|
361
|
+
</h3>
|
|
1354
362
|
<table class="table table-sm table-bordered">
|
|
1355
363
|
<tbody>
|
|
1356
364
|
<tr>
|
|
1357
365
|
<td class="col-md-4">
|
|
1358
|
-
<a name="
|
|
366
|
+
<a name="onLanguageSelected"></a>
|
|
1359
367
|
<span class="name">
|
|
1360
|
-
<span ><b>
|
|
1361
|
-
<a href="#
|
|
368
|
+
<span ><b>onLanguageSelected</b></span>
|
|
369
|
+
<a href="#onLanguageSelected"><span class="icon ion-ios-link"></span></a>
|
|
1362
370
|
</span>
|
|
1363
371
|
</td>
|
|
1364
372
|
</tr>
|
|
1365
|
-
<tr>
|
|
1366
|
-
<td class="col-md-4">
|
|
1367
|
-
<i>Default value : </i><code>false</code>
|
|
1368
|
-
</td>
|
|
1369
|
-
</tr>
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
</tbody>
|
|
1373
|
-
</table>
|
|
1374
|
-
<table class="table table-sm table-bordered">
|
|
1375
|
-
<tbody>
|
|
1376
373
|
<tr>
|
|
1377
374
|
<td class="col-md-4">
|
|
1378
|
-
|
|
1379
|
-
<span class="name">
|
|
1380
|
-
<span ><b>_euimFontLight</b></span>
|
|
1381
|
-
<a href="#_euimFontLight"><span class="icon ion-ios-link"></span></a>
|
|
1382
|
-
</span>
|
|
375
|
+
<code>onLanguageSelected(evt: EclLanguageListLanguageSelectedEvent)</code>
|
|
1383
376
|
</td>
|
|
1384
377
|
</tr>
|
|
1385
|
-
<tr>
|
|
1386
|
-
<td class="col-md-4">
|
|
1387
|
-
<i>Default value : </i><code>false</code>
|
|
1388
|
-
</td>
|
|
1389
|
-
</tr>
|
|
1390
378
|
|
|
1391
379
|
|
|
1392
|
-
</tbody>
|
|
1393
|
-
</table>
|
|
1394
|
-
<table class="table table-sm table-bordered">
|
|
1395
|
-
<tbody>
|
|
1396
|
-
<tr>
|
|
1397
|
-
<td class="col-md-4">
|
|
1398
|
-
<a name="_euimFontRegular"></a>
|
|
1399
|
-
<span class="name">
|
|
1400
|
-
<span ><b>_euimFontRegular</b></span>
|
|
1401
|
-
<a href="#_euimFontRegular"><span class="icon ion-ios-link"></span></a>
|
|
1402
|
-
</span>
|
|
1403
|
-
</td>
|
|
1404
|
-
</tr>
|
|
1405
|
-
<tr>
|
|
1406
|
-
<td class="col-md-4">
|
|
1407
|
-
<i>Default value : </i><code>false</code>
|
|
1408
|
-
</td>
|
|
1409
|
-
</tr>
|
|
1410
380
|
|
|
1411
381
|
|
|
1412
|
-
</tbody>
|
|
1413
|
-
</table>
|
|
1414
|
-
<table class="table table-sm table-bordered">
|
|
1415
|
-
<tbody>
|
|
1416
382
|
<tr>
|
|
1417
383
|
<td class="col-md-4">
|
|
1418
|
-
<a name="_euimInfo"></a>
|
|
1419
|
-
<span class="name">
|
|
1420
|
-
<span ><b>_euimInfo</b></span>
|
|
1421
|
-
<a href="#_euimInfo"><span class="icon ion-ios-link"></span></a>
|
|
1422
|
-
</span>
|
|
1423
|
-
</td>
|
|
1424
|
-
</tr>
|
|
1425
|
-
<tr>
|
|
1426
|
-
<td class="col-md-4">
|
|
1427
|
-
<i>Default value : </i><code>false</code>
|
|
1428
|
-
</td>
|
|
1429
|
-
</tr>
|
|
1430
384
|
|
|
385
|
+
<div class="io-description">
|
|
386
|
+
<b>Parameters :</b>
|
|
387
|
+
|
|
388
|
+
<table class="params">
|
|
389
|
+
<thead>
|
|
390
|
+
<tr>
|
|
391
|
+
<td>Name</td>
|
|
392
|
+
<td>Type</td>
|
|
393
|
+
<td>Optional</td>
|
|
394
|
+
</tr>
|
|
395
|
+
</thead>
|
|
396
|
+
<tbody>
|
|
397
|
+
<tr>
|
|
398
|
+
<td>evt</td>
|
|
399
|
+
<td>
|
|
400
|
+
<code>EclLanguageListLanguageSelectedEvent</code>
|
|
401
|
+
</td>
|
|
1431
402
|
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
<tbody>
|
|
1436
|
-
<tr>
|
|
1437
|
-
<td class="col-md-4">
|
|
1438
|
-
<a name="_euimInverted"></a>
|
|
1439
|
-
<span class="name">
|
|
1440
|
-
<span ><b>_euimInverted</b></span>
|
|
1441
|
-
<a href="#_euimInverted"><span class="icon ion-ios-link"></span></a>
|
|
1442
|
-
</span>
|
|
1443
|
-
</td>
|
|
1444
|
-
</tr>
|
|
1445
|
-
<tr>
|
|
1446
|
-
<td class="col-md-4">
|
|
1447
|
-
<i>Default value : </i><code>false</code>
|
|
1448
|
-
</td>
|
|
1449
|
-
</tr>
|
|
1450
|
-
|
|
403
|
+
<td>
|
|
404
|
+
No
|
|
405
|
+
</td>
|
|
1451
406
|
|
|
1452
|
-
</tbody>
|
|
1453
|
-
</table>
|
|
1454
|
-
<table class="table table-sm table-bordered">
|
|
1455
|
-
<tbody>
|
|
1456
|
-
<tr>
|
|
1457
|
-
<td class="col-md-4">
|
|
1458
|
-
<a name="_euimLight"></a>
|
|
1459
|
-
<span class="name">
|
|
1460
|
-
<span ><b>_euimLight</b></span>
|
|
1461
|
-
<a href="#_euimLight"><span class="icon ion-ios-link"></span></a>
|
|
1462
|
-
</span>
|
|
1463
|
-
</td>
|
|
1464
|
-
</tr>
|
|
1465
|
-
<tr>
|
|
1466
|
-
<td class="col-md-4">
|
|
1467
|
-
<i>Default value : </i><code>false</code>
|
|
1468
|
-
</td>
|
|
1469
|
-
</tr>
|
|
1470
407
|
|
|
408
|
+
</tr>
|
|
409
|
+
</tbody>
|
|
410
|
+
</table>
|
|
411
|
+
</div>
|
|
412
|
+
<div class="io-description">
|
|
413
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1471
414
|
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
<tr>
|
|
1477
|
-
<td class="col-md-4">
|
|
1478
|
-
<a name="_euimSecondary"></a>
|
|
1479
|
-
<span class="name">
|
|
1480
|
-
<span ><b>_euimSecondary</b></span>
|
|
1481
|
-
<a href="#_euimSecondary"><span class="icon ion-ios-link"></span></a>
|
|
1482
|
-
</span>
|
|
415
|
+
</div>
|
|
416
|
+
<div class="io-description">
|
|
417
|
+
|
|
418
|
+
</div>
|
|
1483
419
|
</td>
|
|
1484
420
|
</tr>
|
|
1485
|
-
<tr>
|
|
1486
|
-
<td class="col-md-4">
|
|
1487
|
-
<i>Default value : </i><code>false</code>
|
|
1488
|
-
</td>
|
|
1489
|
-
</tr>
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
421
|
</tbody>
|
|
1493
422
|
</table>
|
|
1494
423
|
<table class="table table-sm table-bordered">
|
|
1495
424
|
<tbody>
|
|
1496
425
|
<tr>
|
|
1497
426
|
<td class="col-md-4">
|
|
1498
|
-
<a name="
|
|
427
|
+
<a name="onShowLanguageList"></a>
|
|
1499
428
|
<span class="name">
|
|
1500
|
-
|
|
1501
|
-
<
|
|
429
|
+
<span class="modifier">Async</span>
|
|
430
|
+
<span ><b>onShowLanguageList</b></span>
|
|
431
|
+
<a href="#onShowLanguageList"><span class="icon ion-ios-link"></span></a>
|
|
1502
432
|
</span>
|
|
1503
433
|
</td>
|
|
1504
434
|
</tr>
|
|
1505
|
-
<tr>
|
|
1506
|
-
<td class="col-md-4">
|
|
1507
|
-
<i>Default value : </i><code>false</code>
|
|
1508
|
-
</td>
|
|
1509
|
-
</tr>
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
</tbody>
|
|
1513
|
-
</table>
|
|
1514
|
-
<table class="table table-sm table-bordered">
|
|
1515
|
-
<tbody>
|
|
1516
435
|
<tr>
|
|
1517
436
|
<td class="col-md-4">
|
|
1518
|
-
|
|
1519
|
-
<
|
|
1520
|
-
<span ><b>_euimSize2XS</b></span>
|
|
1521
|
-
<a href="#_euimSize2XS"><span class="icon ion-ios-link"></span></a>
|
|
1522
|
-
</span>
|
|
437
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
|
438
|
+
<code>onShowLanguageList()</code>
|
|
1523
439
|
</td>
|
|
1524
440
|
</tr>
|
|
1525
|
-
<tr>
|
|
1526
|
-
<td class="col-md-4">
|
|
1527
|
-
<i>Default value : </i><code>false</code>
|
|
1528
|
-
</td>
|
|
1529
|
-
</tr>
|
|
1530
441
|
|
|
1531
442
|
|
|
1532
|
-
</tbody>
|
|
1533
|
-
</table>
|
|
1534
|
-
<table class="table table-sm table-bordered">
|
|
1535
|
-
<tbody>
|
|
1536
|
-
<tr>
|
|
1537
|
-
<td class="col-md-4">
|
|
1538
|
-
<a name="_euimSize3XL"></a>
|
|
1539
|
-
<span class="name">
|
|
1540
|
-
<span ><b>_euimSize3XL</b></span>
|
|
1541
|
-
<a href="#_euimSize3XL"><span class="icon ion-ios-link"></span></a>
|
|
1542
|
-
</span>
|
|
1543
|
-
</td>
|
|
1544
|
-
</tr>
|
|
1545
|
-
<tr>
|
|
1546
|
-
<td class="col-md-4">
|
|
1547
|
-
<i>Default value : </i><code>false</code>
|
|
1548
|
-
</td>
|
|
1549
|
-
</tr>
|
|
1550
443
|
|
|
1551
444
|
|
|
1552
|
-
</tbody>
|
|
1553
|
-
</table>
|
|
1554
|
-
<table class="table table-sm table-bordered">
|
|
1555
|
-
<tbody>
|
|
1556
445
|
<tr>
|
|
1557
446
|
<td class="col-md-4">
|
|
1558
|
-
<a name="_euimSize4XL"></a>
|
|
1559
|
-
<span class="name">
|
|
1560
|
-
<span ><b>_euimSize4XL</b></span>
|
|
1561
|
-
<a href="#_euimSize4XL"><span class="icon ion-ios-link"></span></a>
|
|
1562
|
-
</span>
|
|
1563
|
-
</td>
|
|
1564
|
-
</tr>
|
|
1565
|
-
<tr>
|
|
1566
|
-
<td class="col-md-4">
|
|
1567
|
-
<i>Default value : </i><code>false</code>
|
|
1568
|
-
</td>
|
|
1569
|
-
</tr>
|
|
1570
447
|
|
|
448
|
+
<div class="io-description">
|
|
449
|
+
<b>Returns : </b> <code>Promise<void></code>
|
|
1571
450
|
|
|
1572
|
-
|
|
1573
|
-
</table>
|
|
1574
|
-
<table class="table table-sm table-bordered">
|
|
1575
|
-
<tbody>
|
|
1576
|
-
<tr>
|
|
1577
|
-
<td class="col-md-4">
|
|
1578
|
-
<a name="_euimSizeL"></a>
|
|
1579
|
-
<span class="name">
|
|
1580
|
-
<span ><b>_euimSizeL</b></span>
|
|
1581
|
-
<a href="#_euimSizeL"><span class="icon ion-ios-link"></span></a>
|
|
1582
|
-
</span>
|
|
451
|
+
</div>
|
|
1583
452
|
</td>
|
|
1584
453
|
</tr>
|
|
1585
|
-
<tr>
|
|
1586
|
-
<td class="col-md-4">
|
|
1587
|
-
<i>Default value : </i><code>false</code>
|
|
1588
|
-
</td>
|
|
1589
|
-
</tr>
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
454
|
</tbody>
|
|
1593
455
|
</table>
|
|
456
|
+
</section>
|
|
457
|
+
<section data-compodoc="block-properties">
|
|
458
|
+
|
|
459
|
+
<h3 id="inputs">
|
|
460
|
+
Properties
|
|
461
|
+
</h3>
|
|
1594
462
|
<table class="table table-sm table-bordered">
|
|
1595
463
|
<tbody>
|
|
1596
464
|
<tr>
|
|
1597
465
|
<td class="col-md-4">
|
|
1598
|
-
<a name="
|
|
466
|
+
<a name="_euimPrimary"></a>
|
|
1599
467
|
<span class="name">
|
|
1600
|
-
<span ><b>
|
|
1601
|
-
<a href="#
|
|
468
|
+
<span ><b>_euimPrimary</b></span>
|
|
469
|
+
<a href="#_euimPrimary"><span class="icon ion-ios-link"></span></a>
|
|
1602
470
|
</span>
|
|
1603
471
|
</td>
|
|
1604
472
|
</tr>
|
|
1605
473
|
<tr>
|
|
1606
474
|
<td class="col-md-4">
|
|
1607
|
-
<i>Default value : </i><code>
|
|
475
|
+
<i>Default value : </i><code>this.baseStatesDirective.euimPrimary</code>
|
|
1608
476
|
</td>
|
|
1609
477
|
</tr>
|
|
1610
478
|
|
|
@@ -1615,16 +483,18 @@
|
|
|
1615
483
|
<tbody>
|
|
1616
484
|
<tr>
|
|
1617
485
|
<td class="col-md-4">
|
|
1618
|
-
<a name="
|
|
486
|
+
<a name="appService"></a>
|
|
1619
487
|
<span class="name">
|
|
1620
|
-
|
|
1621
|
-
<
|
|
488
|
+
<span class="modifier">Public</span>
|
|
489
|
+
<span ><b>appService</b></span>
|
|
490
|
+
<a href="#appService"><span class="icon ion-ios-link"></span></a>
|
|
1622
491
|
</span>
|
|
1623
492
|
</td>
|
|
1624
493
|
</tr>
|
|
1625
494
|
<tr>
|
|
1626
495
|
<td class="col-md-4">
|
|
1627
|
-
<i>
|
|
496
|
+
<i>Type : </i> <code><a href="../injectables/EuimAppService.html" target="_self" >EuimAppService</a></code>
|
|
497
|
+
|
|
1628
498
|
</td>
|
|
1629
499
|
</tr>
|
|
1630
500
|
|
|
@@ -1635,16 +505,18 @@
|
|
|
1635
505
|
<tbody>
|
|
1636
506
|
<tr>
|
|
1637
507
|
<td class="col-md-4">
|
|
1638
|
-
<a name="
|
|
508
|
+
<a name="appShellService"></a>
|
|
1639
509
|
<span class="name">
|
|
1640
|
-
|
|
1641
|
-
<
|
|
510
|
+
<span class="modifier">Public</span>
|
|
511
|
+
<span ><b>appShellService</b></span>
|
|
512
|
+
<a href="#appShellService"><span class="icon ion-ios-link"></span></a>
|
|
1642
513
|
</span>
|
|
1643
514
|
</td>
|
|
1644
515
|
</tr>
|
|
1645
516
|
<tr>
|
|
1646
517
|
<td class="col-md-4">
|
|
1647
|
-
<i>
|
|
518
|
+
<i>Type : </i> <code>UxAppShellService</code>
|
|
519
|
+
|
|
1648
520
|
</td>
|
|
1649
521
|
</tr>
|
|
1650
522
|
|
|
@@ -1655,16 +527,18 @@
|
|
|
1655
527
|
<tbody>
|
|
1656
528
|
<tr>
|
|
1657
529
|
<td class="col-md-4">
|
|
1658
|
-
<a name="
|
|
530
|
+
<a name="baseStatesDirective"></a>
|
|
1659
531
|
<span class="name">
|
|
1660
|
-
|
|
1661
|
-
<
|
|
532
|
+
<span class="modifier">Public</span>
|
|
533
|
+
<span ><b>baseStatesDirective</b></span>
|
|
534
|
+
<a href="#baseStatesDirective"><span class="icon ion-ios-link"></span></a>
|
|
1662
535
|
</span>
|
|
1663
536
|
</td>
|
|
1664
537
|
</tr>
|
|
1665
538
|
<tr>
|
|
1666
539
|
<td class="col-md-4">
|
|
1667
|
-
<i>
|
|
540
|
+
<i>Type : </i> <code><a href="../directives/BaseStatesDirective.html" target="_self" >BaseStatesDirective</a></code>
|
|
541
|
+
|
|
1668
542
|
</td>
|
|
1669
543
|
</tr>
|
|
1670
544
|
|
|
@@ -1675,16 +549,17 @@
|
|
|
1675
549
|
<tbody>
|
|
1676
550
|
<tr>
|
|
1677
551
|
<td class="col-md-4">
|
|
1678
|
-
<a name="
|
|
552
|
+
<a name="languages"></a>
|
|
1679
553
|
<span class="name">
|
|
1680
|
-
<span ><b>
|
|
1681
|
-
<a href="#
|
|
554
|
+
<span ><b>languages</b></span>
|
|
555
|
+
<a href="#languages"><span class="icon ion-ios-link"></span></a>
|
|
1682
556
|
</span>
|
|
1683
557
|
</td>
|
|
1684
558
|
</tr>
|
|
1685
559
|
<tr>
|
|
1686
560
|
<td class="col-md-4">
|
|
1687
|
-
<i>
|
|
561
|
+
<i>Type : </i> <code>UxLanguage[]</code>
|
|
562
|
+
|
|
1688
563
|
</td>
|
|
1689
564
|
</tr>
|
|
1690
565
|
|
|
@@ -1695,16 +570,17 @@
|
|
|
1695
570
|
<tbody>
|
|
1696
571
|
<tr>
|
|
1697
572
|
<td class="col-md-4">
|
|
1698
|
-
<a name="
|
|
573
|
+
<a name="selectedLanguage"></a>
|
|
1699
574
|
<span class="name">
|
|
1700
|
-
<span ><b>
|
|
1701
|
-
<a href="#
|
|
575
|
+
<span ><b>selectedLanguage</b></span>
|
|
576
|
+
<a href="#selectedLanguage"><span class="icon ion-ios-link"></span></a>
|
|
1702
577
|
</span>
|
|
1703
578
|
</td>
|
|
1704
579
|
</tr>
|
|
1705
580
|
<tr>
|
|
1706
581
|
<td class="col-md-4">
|
|
1707
|
-
<i>
|
|
582
|
+
<i>Type : </i> <code>UxLanguage</code>
|
|
583
|
+
|
|
1708
584
|
</td>
|
|
1709
585
|
</tr>
|
|
1710
586
|
|
|
@@ -1717,61 +593,6 @@
|
|
|
1717
593
|
<h3 id="accessors">
|
|
1718
594
|
Accessors
|
|
1719
595
|
</h3>
|
|
1720
|
-
<table class="table table-sm table-bordered">
|
|
1721
|
-
<tbody>
|
|
1722
|
-
<tr>
|
|
1723
|
-
<td class="col-md-4">
|
|
1724
|
-
<a name="euimPrimary"></a>
|
|
1725
|
-
<span class="name"><b>euimPrimary</b><a href="#euimPrimary"><span class="icon ion-ios-link"></span></a></span>
|
|
1726
|
-
</td>
|
|
1727
|
-
</tr>
|
|
1728
|
-
|
|
1729
|
-
<tr>
|
|
1730
|
-
<td class="col-md-4">
|
|
1731
|
-
<span class="accessor"><b>get</b><code>euimPrimary()</code></span>
|
|
1732
|
-
</td>
|
|
1733
|
-
</tr>
|
|
1734
|
-
|
|
1735
|
-
<tr>
|
|
1736
|
-
<td class="col-md-4">
|
|
1737
|
-
<span class="accessor"><b>set</b><code>euimPrimary(value)</code></span>
|
|
1738
|
-
</td>
|
|
1739
|
-
</tr>
|
|
1740
|
-
<tr>
|
|
1741
|
-
<td class="col-md-4">
|
|
1742
|
-
|
|
1743
|
-
<div class="io-description">
|
|
1744
|
-
<b>Parameters :</b>
|
|
1745
|
-
<table class="params">
|
|
1746
|
-
<thead>
|
|
1747
|
-
<tr>
|
|
1748
|
-
<td>Name</td>
|
|
1749
|
-
<td>Optional</td>
|
|
1750
|
-
</tr>
|
|
1751
|
-
</thead>
|
|
1752
|
-
<tbody>
|
|
1753
|
-
<tr>
|
|
1754
|
-
<td>value</td>
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
<td>
|
|
1758
|
-
No
|
|
1759
|
-
</td>
|
|
1760
|
-
|
|
1761
|
-
</tr>
|
|
1762
|
-
</tbody>
|
|
1763
|
-
</table>
|
|
1764
|
-
</div>
|
|
1765
|
-
<div>
|
|
1766
|
-
</div>
|
|
1767
|
-
<div class="io-description">
|
|
1768
|
-
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1769
|
-
|
|
1770
|
-
</div>
|
|
1771
|
-
</td>
|
|
1772
|
-
</tr>
|
|
1773
|
-
</tbody>
|
|
1774
|
-
</table>
|
|
1775
596
|
<table class="table table-sm table-bordered">
|
|
1776
597
|
<tbody>
|
|
1777
598
|
<tr>
|
|
@@ -1804,9 +625,9 @@
|
|
|
1804
625
|
<script src="../js/libs/htmlparser.js"></script>
|
|
1805
626
|
<script src="../js/libs/deep-iterator.js"></script>
|
|
1806
627
|
<script>
|
|
1807
|
-
var COMPONENT_TEMPLATE = '<div><ion-button (click)="onShowLanguageList()"> <ion-icon class="euim-language-selector__icon {{
|
|
628
|
+
var COMPONENT_TEMPLATE = '<div><ion-button (click)="onShowLanguageList()"> <ion-icon class="euim-language-selector__icon {{_euimPrimary ? \'euim-language-selector__icon--primary\' : \'\'}}" slot="icon-only" src=\'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <path d="M 21.00,0.00 C 22.66,-0.00 24.00,1.34 24.00,3.00 24.00,3.00 24.00,17.00 24.00,17.00 24.00,18.66 22.66,20.00 21.00,20.00 21.00,20.00 3.00,20.00 3.00,20.00 1.34,20.00 0.00,18.66 0.00,17.00 0.00,17.00 0.00,3.00 0.00,3.00 0.00,1.34 1.34,0.00 3.00,0.00 3.00,0.00 21.00,0.00 21.00,0.00 Z M 9.66,12.34 C 9.66,12.34 15.31,18.00 15.31,18.00 15.31,18.00 9.66,23.66 9.66,23.66 9.66,23.66 4.00,18.00 4.00,18.00 4.00,18.00 9.66,12.34 9.66,12.34 Z" /> </svg>\'> </ion-icon> <span class="euim-language-selector__text {{_euimPrimary ? \'euim-language-selector__text--primary\' : \'\'}}"> {{ selectedLanguage?.code?.toUpperCase() }} </span></ion-button></div>'
|
|
1808
629
|
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'}];
|
|
1809
|
-
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'name': '
|
|
630
|
+
var DIRECTIVES = [{'name': 'BaseStatesDirective', 'selector': '[euimBase]'},{'name': 'EuimAvatarMainIconDirective', 'selector': '[euimAvatarMainIcon]'},{'name': 'EuimAvatarSubIconDirective', 'selector': '[euimAvatarSubIcon]'},{'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]'}];
|
|
1810
631
|
var ACTUAL_COMPONENT = {'name': 'EuimLanguageSelectorComponent'};
|
|
1811
632
|
</script>
|
|
1812
633
|
<script src="../js/tree.js"></script>
|