@eui/mobile-core 16.7.0-snapshot-1709025354856 → 16.7.0-snapshot-1709121320092
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 +5 -1
- package/docs/components/EuimChipSelectorComponent.html +247 -1360
- 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/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 +24 -89
- package/esm2022/lib/components/atoms/euim-label/euim-label.component.mjs +55 -42
- package/esm2022/lib/components/atoms/euim-notification-item/euim-notification-item.component.mjs +27 -10
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +5 -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 +4 -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 +6 -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 +26 -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 +37 -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 +665 -1088
- 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/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.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 +3 -4
- 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
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { coerceBoolean } from '@eui/base';
|
|
2
2
|
export * from '@eui/base';
|
|
3
3
|
import * as i0 from '@angular/core';
|
|
4
|
-
import { Injectable, Directive,
|
|
4
|
+
import { Injectable, Directive, Input, Component, ViewEncapsulation, ChangeDetectionStrategy, HostBinding, NgModule, EventEmitter, Output, ContentChildren, ViewChild, HostListener, ContentChild } from '@angular/core';
|
|
5
5
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
6
|
-
import {
|
|
6
|
+
import { __decorate } from 'tslib';
|
|
7
7
|
import * as i2 from '@angular/common';
|
|
8
8
|
import { CommonModule } from '@angular/common';
|
|
9
9
|
import * as i1 from '@ionic/angular';
|
|
@@ -15,7 +15,6 @@ import { UxEuLanguages } from '@eui/core';
|
|
|
15
15
|
import { takeUntil, distinctUntilKeyChanged } from 'rxjs/operators';
|
|
16
16
|
import * as i1$1 from '@ngx-translate/core';
|
|
17
17
|
import { TranslateModule } from '@ngx-translate/core';
|
|
18
|
-
import { __decorate } from 'tslib';
|
|
19
18
|
|
|
20
19
|
const initialState = {
|
|
21
20
|
isLanguageListVisible: false,
|
|
@@ -49,236 +48,215 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
49
48
|
args: [{ providedIn: 'root' }]
|
|
50
49
|
}], ctorParameters: function () { return []; } });
|
|
51
50
|
|
|
52
|
-
class
|
|
51
|
+
class BaseStatesDirective {
|
|
53
52
|
constructor() {
|
|
54
|
-
|
|
55
|
-
this.
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
61
|
-
this.
|
|
62
|
-
this.
|
|
63
|
-
this.
|
|
64
|
-
this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
|
|
68
|
-
this.
|
|
69
|
-
|
|
70
|
-
this.
|
|
71
|
-
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
this.
|
|
75
|
-
this.
|
|
76
|
-
this.
|
|
77
|
-
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
this.
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
set euimSecondary(value) {
|
|
91
|
-
this._euimSecondary = coerceBooleanProperty(value);
|
|
92
|
-
}
|
|
93
|
-
get euimInfo() {
|
|
94
|
-
return this._euimInfo;
|
|
95
|
-
}
|
|
96
|
-
set euimInfo(value) {
|
|
97
|
-
this._euimInfo = coerceBooleanProperty(value);
|
|
98
|
-
}
|
|
99
|
-
get euimSuccess() {
|
|
100
|
-
return this._euimSuccess;
|
|
101
|
-
}
|
|
102
|
-
set euimSuccess(value) {
|
|
103
|
-
this._euimSuccess = coerceBooleanProperty(value);
|
|
104
|
-
}
|
|
105
|
-
get euimWarning() {
|
|
106
|
-
return this._euimWarning;
|
|
107
|
-
}
|
|
108
|
-
set euimWarning(value) {
|
|
109
|
-
this._euimWarning = coerceBooleanProperty(value);
|
|
110
|
-
}
|
|
111
|
-
get euimDanger() {
|
|
112
|
-
return this._euimDanger;
|
|
113
|
-
}
|
|
114
|
-
set euimDanger(value) {
|
|
115
|
-
this._euimDanger = coerceBooleanProperty(value);
|
|
116
|
-
}
|
|
117
|
-
get euimDefault() {
|
|
118
|
-
return this._euimDefault;
|
|
119
|
-
}
|
|
120
|
-
set euimDefault(value) {
|
|
121
|
-
this._euimDefault = coerceBooleanProperty(value);
|
|
122
|
-
}
|
|
123
|
-
get euimDark() {
|
|
124
|
-
return this._euimDark;
|
|
125
|
-
}
|
|
126
|
-
set euimDark(value) {
|
|
127
|
-
this._euimDark = coerceBooleanProperty(value);
|
|
128
|
-
}
|
|
129
|
-
get euimLight() {
|
|
130
|
-
return this._euimLight;
|
|
131
|
-
}
|
|
132
|
-
set euimLight(value) {
|
|
133
|
-
this._euimLight = coerceBooleanProperty(value);
|
|
134
|
-
}
|
|
135
|
-
get euimClear() {
|
|
136
|
-
return this._euimClear;
|
|
137
|
-
}
|
|
138
|
-
set euimClear(value) {
|
|
139
|
-
this._euimClear = coerceBooleanProperty(value);
|
|
140
|
-
}
|
|
141
|
-
get euimAccent() {
|
|
142
|
-
return this._euimAccent;
|
|
143
|
-
}
|
|
144
|
-
set euimAccent(value) {
|
|
145
|
-
this._euimAccent = coerceBooleanProperty(value);
|
|
146
|
-
}
|
|
147
|
-
get euimInverted() {
|
|
148
|
-
return this._euimInverted;
|
|
149
|
-
}
|
|
150
|
-
set euimInverted(value) {
|
|
151
|
-
this._euimInverted = coerceBooleanProperty(value);
|
|
152
|
-
}
|
|
153
|
-
// SIZES
|
|
154
|
-
get euimSize2XS() {
|
|
155
|
-
return this._euimSize2XS;
|
|
156
|
-
}
|
|
157
|
-
set euimSize2XS(value) {
|
|
158
|
-
this._euimSize2XS = coerceBooleanProperty(value);
|
|
159
|
-
}
|
|
160
|
-
get euimSizeXS() {
|
|
161
|
-
return this._euimSizeXS;
|
|
162
|
-
}
|
|
163
|
-
set euimSizeXS(value) {
|
|
164
|
-
this._euimSizeXS = coerceBooleanProperty(value);
|
|
165
|
-
}
|
|
166
|
-
get euimSizeS() {
|
|
167
|
-
return this._euimSizeS;
|
|
168
|
-
}
|
|
169
|
-
set euimSizeS(value) {
|
|
170
|
-
this._euimSizeS = coerceBooleanProperty(value);
|
|
171
|
-
}
|
|
172
|
-
get euimSizeM() {
|
|
173
|
-
return this._euimSizeM;
|
|
174
|
-
}
|
|
175
|
-
set euimSizeM(value) {
|
|
176
|
-
this._euimSizeM = coerceBooleanProperty(value);
|
|
177
|
-
}
|
|
178
|
-
get euimSizeL() {
|
|
179
|
-
return this._euimSizeL;
|
|
180
|
-
}
|
|
181
|
-
set euimSizeL(value) {
|
|
182
|
-
this._euimSizeL = coerceBooleanProperty(value);
|
|
183
|
-
}
|
|
184
|
-
get euimSizeXL() {
|
|
185
|
-
return this._euimSizeXL;
|
|
186
|
-
}
|
|
187
|
-
set euimSizeXL(value) {
|
|
188
|
-
this._euimSizeXL = coerceBooleanProperty(value);
|
|
189
|
-
}
|
|
190
|
-
get euimSize2XL() {
|
|
191
|
-
return this._euimSize2XL;
|
|
192
|
-
}
|
|
193
|
-
set euimSize2XL(value) {
|
|
194
|
-
this._euimSize2XL = coerceBooleanProperty(value);
|
|
195
|
-
}
|
|
196
|
-
get euimSize3XL() {
|
|
197
|
-
return this._euimSize3XL;
|
|
198
|
-
}
|
|
199
|
-
set euimSize3XL(value) {
|
|
200
|
-
this._euimSize3XL = coerceBooleanProperty(value);
|
|
201
|
-
}
|
|
202
|
-
get euimSize4XL() {
|
|
203
|
-
return this._euimSize4XL;
|
|
204
|
-
}
|
|
205
|
-
set euimSize4XL(value) {
|
|
206
|
-
this._euimSize4XL = coerceBooleanProperty(value);
|
|
207
|
-
}
|
|
208
|
-
get euimFontBold() {
|
|
209
|
-
return this._euimFontBold;
|
|
210
|
-
}
|
|
211
|
-
set euimFontBold(value) {
|
|
212
|
-
this._euimFontBold = coerceBooleanProperty(value);
|
|
213
|
-
}
|
|
214
|
-
get euimFontRegular() {
|
|
215
|
-
return this._euimFontRegular;
|
|
216
|
-
}
|
|
217
|
-
set euimFontRegular(value) {
|
|
218
|
-
this._euimFontRegular = coerceBooleanProperty(value);
|
|
219
|
-
}
|
|
220
|
-
get euimFontBoldItalic() {
|
|
221
|
-
return this._euimFontBoldItalic;
|
|
222
|
-
}
|
|
223
|
-
set euimFontBoldItalic(value) {
|
|
224
|
-
this._euimFontBoldItalic = coerceBooleanProperty(value);
|
|
53
|
+
// COLORS
|
|
54
|
+
this.euimPrimary = false;
|
|
55
|
+
this.euimSecondary = false;
|
|
56
|
+
this.euimInfo = false;
|
|
57
|
+
this.euimSuccess = false;
|
|
58
|
+
this.euimWarning = false;
|
|
59
|
+
this.euimDanger = false;
|
|
60
|
+
this.euimAccent = false;
|
|
61
|
+
this.euimDefault = false;
|
|
62
|
+
this.euimDark = false;
|
|
63
|
+
this.euimWhite = false;
|
|
64
|
+
this.euimLight = false;
|
|
65
|
+
this.euimClear = false;
|
|
66
|
+
// STATES
|
|
67
|
+
this.euimDisabled = false;
|
|
68
|
+
// POSITION
|
|
69
|
+
this.euimPositionTopEnd = false;
|
|
70
|
+
// TYPOGRAPHY
|
|
71
|
+
this.euimFontBold = false;
|
|
72
|
+
this.euimFontRegular = false;
|
|
73
|
+
this.euimFontBoldItalic = false;
|
|
74
|
+
this.euimFontItalic = false;
|
|
75
|
+
this.euimFontLight = false;
|
|
76
|
+
// SIZES
|
|
77
|
+
this.euimSize2XS = false;
|
|
78
|
+
this.euimSizeXS = false;
|
|
79
|
+
this.euimSizeS = false;
|
|
80
|
+
this.euimSizeM = false;
|
|
81
|
+
this.euimSizeL = false;
|
|
82
|
+
this.euimSizeXL = false;
|
|
83
|
+
this.euimSize2XL = false;
|
|
84
|
+
this.euimSize3XL = false;
|
|
85
|
+
this.euimSize4XL = false;
|
|
86
|
+
this.euimSize5XL = false;
|
|
87
|
+
this._euimSizeVariant = '';
|
|
88
|
+
this._euimVariant = '';
|
|
225
89
|
}
|
|
226
|
-
get
|
|
227
|
-
return this.
|
|
90
|
+
get euimVariant() {
|
|
91
|
+
return this._euimVariant;
|
|
228
92
|
}
|
|
229
|
-
set
|
|
230
|
-
this.
|
|
93
|
+
set euimVariant(value) {
|
|
94
|
+
this.euimPrimary = value === 'primary';
|
|
95
|
+
this.euimSecondary = value === 'secondary';
|
|
96
|
+
this.euimWarning = value === 'warning';
|
|
97
|
+
this.euimInfo = value === 'info';
|
|
98
|
+
this.euimSuccess = value === 'success';
|
|
99
|
+
this.euimDanger = value === 'danger';
|
|
100
|
+
this.euimAccent = value === 'accent';
|
|
101
|
+
this.euimDefault = value === 'default';
|
|
102
|
+
this.euimDark = value === 'dark';
|
|
103
|
+
this.euimWhite = value === 'white';
|
|
104
|
+
this._euimVariant = value;
|
|
105
|
+
this.euimLight = value === 'light';
|
|
106
|
+
this.euimClear = value === 'clear';
|
|
231
107
|
}
|
|
232
|
-
get
|
|
233
|
-
return this.
|
|
108
|
+
get euimSizeVariant() {
|
|
109
|
+
return this._euimSizeVariant;
|
|
234
110
|
}
|
|
235
|
-
set
|
|
236
|
-
this.
|
|
111
|
+
set euimSizeVariant(value) {
|
|
112
|
+
this.euimSize2XS = value === '2xs';
|
|
113
|
+
this.euimSizeXS = value === 'xs';
|
|
114
|
+
this.euimSizeS = value === 's';
|
|
115
|
+
this.euimSizeM = value === 'm';
|
|
116
|
+
this.euimSizeL = value === 'l';
|
|
117
|
+
this.euimSizeXL = value === 'xl';
|
|
118
|
+
this.euimSize2XL = value === '2xl';
|
|
119
|
+
this.euimSize3XL = value === '3xl';
|
|
120
|
+
this.euimSize4XL = value === '4xl';
|
|
121
|
+
this.euimSize5XL = value === '5xl';
|
|
122
|
+
this._euimSizeVariant = value;
|
|
237
123
|
}
|
|
238
124
|
getCssClasses(rootClass) {
|
|
239
125
|
return [
|
|
240
126
|
rootClass,
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
243
|
-
this.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
251
|
-
this.
|
|
252
|
-
this.
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
257
|
-
this.
|
|
258
|
-
this.
|
|
259
|
-
this.
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
262
|
-
this.
|
|
263
|
-
this.
|
|
264
|
-
this.
|
|
265
|
-
this.
|
|
266
|
-
|
|
127
|
+
this.euimPrimary ? `${rootClass}--primary` : '',
|
|
128
|
+
this.euimSecondary ? `${rootClass}--secondary` : '',
|
|
129
|
+
this.euimInfo ? `${rootClass}--info` : '',
|
|
130
|
+
this.euimSuccess ? `${rootClass}--success` : '',
|
|
131
|
+
this.euimWarning ? `${rootClass}--warning` : '',
|
|
132
|
+
this.euimDanger ? `${rootClass}--danger` : '',
|
|
133
|
+
this.euimAccent ? `${rootClass}--accent` : '',
|
|
134
|
+
this.euimDefault ? `${rootClass}--default` : '',
|
|
135
|
+
this.euimDark ? `${rootClass}--dark` : '',
|
|
136
|
+
this.euimWhite ? `${rootClass}--white` : '',
|
|
137
|
+
this.euimSize2XS ? `${rootClass}--size-2xs` : '',
|
|
138
|
+
this.euimSizeXS ? `${rootClass}--size-xs` : '',
|
|
139
|
+
this.euimSizeS ? `${rootClass}--size-s` : '',
|
|
140
|
+
this.euimSizeM ? `${rootClass}--size-m` : '',
|
|
141
|
+
this.euimSizeL ? `${rootClass}--size-l` : '',
|
|
142
|
+
this.euimSizeXL ? `${rootClass}--size-xl` : '',
|
|
143
|
+
this.euimSize2XL ? `${rootClass}--size-2xl` : '',
|
|
144
|
+
this.euimSize3XL ? `${rootClass}--size-3xl` : '',
|
|
145
|
+
this.euimSize4XL ? `${rootClass}--size-4xl` : '',
|
|
146
|
+
this.euimSize5XL ? `${rootClass}--size-5xl` : '',
|
|
147
|
+
this.euimPositionTopEnd ? `${rootClass}--position-top-end` : '',
|
|
148
|
+
this.euimDisabled ? `${rootClass}--disabled disabled` : '',
|
|
149
|
+
this.euimFontBold ? 'eui-u-font-bold' : '',
|
|
150
|
+
this.euimFontRegular ? 'eui-u-font-regular' : '',
|
|
151
|
+
this.euimFontBoldItalic ? 'eui-u-font-bold-italic' : '',
|
|
152
|
+
this.euimFontItalic ? 'eui-u-font-italic' : '',
|
|
153
|
+
this.euimFontLight ? 'eui-u-font-light' : '',
|
|
154
|
+
]
|
|
155
|
+
.join(' ')
|
|
156
|
+
.trim();
|
|
267
157
|
}
|
|
268
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type:
|
|
269
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type:
|
|
158
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseStatesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
159
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BaseStatesDirective, isStandalone: true, selector: "[euimBase]", inputs: { euimPrimary: "euimPrimary", euimSecondary: "euimSecondary", euimInfo: "euimInfo", euimSuccess: "euimSuccess", euimWarning: "euimWarning", euimDanger: "euimDanger", euimAccent: "euimAccent", euimDefault: "euimDefault", euimDark: "euimDark", euimWhite: "euimWhite", euimLight: "euimLight", euimClear: "euimClear", euimVariant: "euimVariant", euimDisabled: "euimDisabled", euimPositionTopEnd: "euimPositionTopEnd", euimFontBold: "euimFontBold", euimFontRegular: "euimFontRegular", euimFontBoldItalic: "euimFontBoldItalic", euimFontItalic: "euimFontItalic", euimFontLight: "euimFontLight", euimSize2XS: "euimSize2XS", euimSizeXS: "euimSizeXS", euimSizeS: "euimSizeS", euimSizeM: "euimSizeM", euimSizeL: "euimSizeL", euimSizeXL: "euimSizeXL", euimSize2XL: "euimSize2XL", euimSize3XL: "euimSize3XL", euimSize4XL: "euimSize4XL", euimSize5XL: "euimSize5XL", euimSizeVariant: "euimSizeVariant" }, host: { properties: { "attr.aria-disabled": "this.euimDisabled.toString()" } }, ngImport: i0 }); }
|
|
270
160
|
}
|
|
271
|
-
|
|
161
|
+
__decorate([
|
|
162
|
+
coerceBoolean
|
|
163
|
+
], BaseStatesDirective.prototype, "euimPrimary", void 0);
|
|
164
|
+
__decorate([
|
|
165
|
+
coerceBoolean
|
|
166
|
+
], BaseStatesDirective.prototype, "euimSecondary", void 0);
|
|
167
|
+
__decorate([
|
|
168
|
+
coerceBoolean
|
|
169
|
+
], BaseStatesDirective.prototype, "euimInfo", void 0);
|
|
170
|
+
__decorate([
|
|
171
|
+
coerceBoolean
|
|
172
|
+
], BaseStatesDirective.prototype, "euimSuccess", void 0);
|
|
173
|
+
__decorate([
|
|
174
|
+
coerceBoolean
|
|
175
|
+
], BaseStatesDirective.prototype, "euimWarning", void 0);
|
|
176
|
+
__decorate([
|
|
177
|
+
coerceBoolean
|
|
178
|
+
], BaseStatesDirective.prototype, "euimDanger", void 0);
|
|
179
|
+
__decorate([
|
|
180
|
+
coerceBoolean
|
|
181
|
+
], BaseStatesDirective.prototype, "euimAccent", void 0);
|
|
182
|
+
__decorate([
|
|
183
|
+
coerceBoolean
|
|
184
|
+
], BaseStatesDirective.prototype, "euimDefault", void 0);
|
|
185
|
+
__decorate([
|
|
186
|
+
coerceBoolean
|
|
187
|
+
], BaseStatesDirective.prototype, "euimDark", void 0);
|
|
188
|
+
__decorate([
|
|
189
|
+
coerceBoolean
|
|
190
|
+
], BaseStatesDirective.prototype, "euimWhite", void 0);
|
|
191
|
+
__decorate([
|
|
192
|
+
coerceBoolean
|
|
193
|
+
], BaseStatesDirective.prototype, "euimLight", void 0);
|
|
194
|
+
__decorate([
|
|
195
|
+
coerceBoolean
|
|
196
|
+
], BaseStatesDirective.prototype, "euimClear", void 0);
|
|
197
|
+
__decorate([
|
|
198
|
+
coerceBoolean
|
|
199
|
+
], BaseStatesDirective.prototype, "euimDisabled", void 0);
|
|
200
|
+
__decorate([
|
|
201
|
+
coerceBoolean
|
|
202
|
+
], BaseStatesDirective.prototype, "euimPositionTopEnd", void 0);
|
|
203
|
+
__decorate([
|
|
204
|
+
coerceBoolean
|
|
205
|
+
], BaseStatesDirective.prototype, "euimFontBold", void 0);
|
|
206
|
+
__decorate([
|
|
207
|
+
coerceBoolean
|
|
208
|
+
], BaseStatesDirective.prototype, "euimFontRegular", void 0);
|
|
209
|
+
__decorate([
|
|
210
|
+
coerceBoolean
|
|
211
|
+
], BaseStatesDirective.prototype, "euimFontBoldItalic", void 0);
|
|
212
|
+
__decorate([
|
|
213
|
+
coerceBoolean
|
|
214
|
+
], BaseStatesDirective.prototype, "euimFontItalic", void 0);
|
|
215
|
+
__decorate([
|
|
216
|
+
coerceBoolean
|
|
217
|
+
], BaseStatesDirective.prototype, "euimFontLight", void 0);
|
|
218
|
+
__decorate([
|
|
219
|
+
coerceBoolean
|
|
220
|
+
], BaseStatesDirective.prototype, "euimSize2XS", void 0);
|
|
221
|
+
__decorate([
|
|
222
|
+
coerceBoolean
|
|
223
|
+
], BaseStatesDirective.prototype, "euimSizeXS", void 0);
|
|
224
|
+
__decorate([
|
|
225
|
+
coerceBoolean
|
|
226
|
+
], BaseStatesDirective.prototype, "euimSizeS", void 0);
|
|
227
|
+
__decorate([
|
|
228
|
+
coerceBoolean
|
|
229
|
+
], BaseStatesDirective.prototype, "euimSizeM", void 0);
|
|
230
|
+
__decorate([
|
|
231
|
+
coerceBoolean
|
|
232
|
+
], BaseStatesDirective.prototype, "euimSizeL", void 0);
|
|
233
|
+
__decorate([
|
|
234
|
+
coerceBoolean
|
|
235
|
+
], BaseStatesDirective.prototype, "euimSizeXL", void 0);
|
|
236
|
+
__decorate([
|
|
237
|
+
coerceBoolean
|
|
238
|
+
], BaseStatesDirective.prototype, "euimSize2XL", void 0);
|
|
239
|
+
__decorate([
|
|
240
|
+
coerceBoolean
|
|
241
|
+
], BaseStatesDirective.prototype, "euimSize3XL", void 0);
|
|
242
|
+
__decorate([
|
|
243
|
+
coerceBoolean
|
|
244
|
+
], BaseStatesDirective.prototype, "euimSize4XL", void 0);
|
|
245
|
+
__decorate([
|
|
246
|
+
coerceBoolean
|
|
247
|
+
], BaseStatesDirective.prototype, "euimSize5XL", void 0);
|
|
248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseStatesDirective, decorators: [{
|
|
272
249
|
type: Directive,
|
|
273
250
|
args: [{
|
|
251
|
+
standalone: true,
|
|
252
|
+
// eslint-disable-next-line
|
|
274
253
|
selector: '[euimBase]',
|
|
254
|
+
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
255
|
+
host: {
|
|
256
|
+
'[attr.aria-disabled]': 'this.euimDisabled.toString()',
|
|
257
|
+
},
|
|
275
258
|
}]
|
|
276
|
-
}], propDecorators: {
|
|
277
|
-
type: HostBinding,
|
|
278
|
-
args: ['attr.data-e2e']
|
|
279
|
-
}, {
|
|
280
|
-
type: Input
|
|
281
|
-
}], euimPrimary: [{
|
|
259
|
+
}], propDecorators: { euimPrimary: [{
|
|
282
260
|
type: Input
|
|
283
261
|
}], euimSecondary: [{
|
|
284
262
|
type: Input
|
|
@@ -290,19 +268,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
290
268
|
type: Input
|
|
291
269
|
}], euimDanger: [{
|
|
292
270
|
type: Input
|
|
271
|
+
}], euimAccent: [{
|
|
272
|
+
type: Input
|
|
293
273
|
}], euimDefault: [{
|
|
294
274
|
type: Input
|
|
295
275
|
}], euimDark: [{
|
|
296
276
|
type: Input
|
|
277
|
+
}], euimWhite: [{
|
|
278
|
+
type: Input
|
|
297
279
|
}], euimLight: [{
|
|
298
280
|
type: Input
|
|
299
281
|
}], euimClear: [{
|
|
300
282
|
type: Input
|
|
301
|
-
}],
|
|
283
|
+
}], euimVariant: [{
|
|
302
284
|
type: Input
|
|
303
|
-
}],
|
|
285
|
+
}], euimDisabled: [{
|
|
304
286
|
type: Input
|
|
305
|
-
}],
|
|
287
|
+
}], euimPositionTopEnd: [{
|
|
288
|
+
type: Input
|
|
289
|
+
}], euimFontBold: [{
|
|
290
|
+
type: Input
|
|
291
|
+
}], euimFontRegular: [{
|
|
292
|
+
type: Input
|
|
293
|
+
}], euimFontBoldItalic: [{
|
|
294
|
+
type: Input
|
|
295
|
+
}], euimFontItalic: [{
|
|
296
|
+
type: Input
|
|
297
|
+
}], euimFontLight: [{
|
|
298
|
+
type: Input
|
|
299
|
+
}], euimSize2XS: [{
|
|
306
300
|
type: Input
|
|
307
301
|
}], euimSizeXS: [{
|
|
308
302
|
type: Input
|
|
@@ -320,71 +314,76 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
320
314
|
type: Input
|
|
321
315
|
}], euimSize4XL: [{
|
|
322
316
|
type: Input
|
|
323
|
-
}],
|
|
324
|
-
type: Input
|
|
325
|
-
}], euimFontRegular: [{
|
|
326
|
-
type: Input
|
|
327
|
-
}], euimFontBoldItalic: [{
|
|
328
|
-
type: Input
|
|
329
|
-
}], euimFontItalic: [{
|
|
317
|
+
}], euimSize5XL: [{
|
|
330
318
|
type: Input
|
|
331
|
-
}],
|
|
319
|
+
}], euimSizeVariant: [{
|
|
332
320
|
type: Input
|
|
333
321
|
}] } });
|
|
334
322
|
|
|
335
|
-
class EuimLabelComponent
|
|
336
|
-
get euimLabelTitle() {
|
|
337
|
-
return this._euimLabelTitle;
|
|
338
|
-
}
|
|
339
|
-
set euimLabelTitle(value) {
|
|
340
|
-
this._euimLabelTitle = coerceBooleanProperty(value);
|
|
341
|
-
}
|
|
342
|
-
get euimLabelSubTitle() {
|
|
343
|
-
return this._euimLabelSubTitle;
|
|
344
|
-
}
|
|
345
|
-
set euimLabelSubTitle(value) {
|
|
346
|
-
this._euimLabelSubTitle = coerceBooleanProperty(value);
|
|
347
|
-
}
|
|
348
|
-
get euimLabelMeta() {
|
|
349
|
-
return this._euimLabelMeta;
|
|
350
|
-
}
|
|
351
|
-
set euimLabelMeta(value) {
|
|
352
|
-
this._euimLabelMeta = coerceBooleanProperty(value);
|
|
353
|
-
}
|
|
354
|
-
get euimLabelTruncate() {
|
|
355
|
-
return this._euimLabelTruncate;
|
|
356
|
-
}
|
|
357
|
-
set euimLabelTruncate(value) {
|
|
358
|
-
this._euimLabelTruncate = coerceBooleanProperty(value);
|
|
359
|
-
}
|
|
323
|
+
class EuimLabelComponent {
|
|
360
324
|
get cssClasses() {
|
|
361
325
|
return this.getCssClasses();
|
|
362
326
|
}
|
|
363
|
-
constructor() {
|
|
364
|
-
|
|
365
|
-
this.
|
|
366
|
-
this.
|
|
367
|
-
this.
|
|
368
|
-
this.
|
|
369
|
-
// this.euiTextTruncateWithLines = this.paramEuiTextTruncateWithLines;
|
|
327
|
+
constructor(baseStatesDirective) {
|
|
328
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
329
|
+
this.euimLabelTitle = false;
|
|
330
|
+
this.euimLabelSubTitle = false;
|
|
331
|
+
this.euimLabelMeta = false;
|
|
332
|
+
this.euimLabelTruncate = false;
|
|
370
333
|
}
|
|
371
334
|
getCssClasses() {
|
|
372
335
|
return [
|
|
336
|
+
this.baseStatesDirective.getCssClasses('euim-label'),
|
|
373
337
|
this.euimLabelTitle ? 'euim-label__title' : '',
|
|
374
338
|
this.euimLabelSubTitle ? 'euim-label__sub-title' : '',
|
|
375
339
|
this.euimLabelMeta ? 'euim-label__meta' : '',
|
|
376
340
|
this.euimLabelTruncate ? 'eui-u-text-truncate' : '',
|
|
377
341
|
this.euimLabelTruncateWithLines > 0 ? 'euim-label__euiTextTruncateWithLines euim-label__truncate' : '',
|
|
378
|
-
|
|
379
|
-
].join(' ').trim();
|
|
342
|
+
].join(' ');
|
|
380
343
|
}
|
|
381
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
382
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta", euimLabelTruncate: "euimLabelTruncate" }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } },
|
|
344
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLabelComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
345
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: { euimLabelTruncateWithLines: "euimLabelTruncateWithLines", euimLabelTitle: "euimLabelTitle", euimLabelSubTitle: "euimLabelSubTitle", euimLabelMeta: "euimLabelMeta", euimLabelTruncate: "euimLabelTruncate" }, host: { properties: { "style.--euimLabelTruncateWithLines": "this.euimLabelTruncateWithLines", "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimPrimary", "euimPrimary", "euimSecondary", "euimSecondary", "euimDefault", "euimDefault", "euimDark", "euimDark", "euimAccent", "euimAccent", "euimSize2XS", "euimSize2XS", "euimSizeXS", "euimSizeXS", "euimSizeS", "euimSizeS", "euimSizeM", "euimSizeM", "euimSizeL", "euimSizeL", "euimSizeXL", "euimSizeXL", "euimSize2XL", "euimSize2XL", "euimSize3XL", "euimSize3XL", "euimSize4XL", "euimSize4XL"] }], ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
383
346
|
}
|
|
347
|
+
__decorate([
|
|
348
|
+
coerceBoolean
|
|
349
|
+
], EuimLabelComponent.prototype, "euimLabelTitle", void 0);
|
|
350
|
+
__decorate([
|
|
351
|
+
coerceBoolean
|
|
352
|
+
], EuimLabelComponent.prototype, "euimLabelSubTitle", void 0);
|
|
353
|
+
__decorate([
|
|
354
|
+
coerceBoolean
|
|
355
|
+
], EuimLabelComponent.prototype, "euimLabelMeta", void 0);
|
|
356
|
+
__decorate([
|
|
357
|
+
coerceBoolean
|
|
358
|
+
], EuimLabelComponent.prototype, "euimLabelTruncate", void 0);
|
|
384
359
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLabelComponent, decorators: [{
|
|
385
360
|
type: Component,
|
|
386
|
-
args: [{ selector: 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None,
|
|
387
|
-
|
|
361
|
+
args: [{ selector: 'div[euimLabel], p[euimLabel], span[euimLabel], euim-label', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
362
|
+
{
|
|
363
|
+
directive: BaseStatesDirective,
|
|
364
|
+
inputs: [
|
|
365
|
+
'euimInfo',
|
|
366
|
+
'euimSuccess',
|
|
367
|
+
'euimWarning',
|
|
368
|
+
'euimDanger',
|
|
369
|
+
'euimPrimary',
|
|
370
|
+
'euimSecondary',
|
|
371
|
+
'euimDefault',
|
|
372
|
+
'euimDark',
|
|
373
|
+
'euimAccent',
|
|
374
|
+
'euimSize2XS',
|
|
375
|
+
'euimSizeXS',
|
|
376
|
+
'euimSizeS',
|
|
377
|
+
'euimSizeM',
|
|
378
|
+
'euimSizeL',
|
|
379
|
+
'euimSizeXL',
|
|
380
|
+
'euimSize2XL',
|
|
381
|
+
'euimSize3XL',
|
|
382
|
+
'euimSize4XL',
|
|
383
|
+
],
|
|
384
|
+
},
|
|
385
|
+
], styles: [".euim-label{display:block;align-items:center;margin:0;padding:0;color:var(--eui-base-color-grey-100)}.euim-label ion-icon{vertical-align:bottom;margin-right:var(--eui-base-spacing-2xs)}.euim-label :not(ion-icon:first-child){margin-left:var(--eui-base-spacing-2xs)}.euim-label__title{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-text)}.euim-label__title ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__sub-title,.euim-label__meta{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}.euim-label__sub-title ion-icon,.euim-label__meta ion-icon{font-size:var(--eui-base-font-size-m)}.euim-label__title+.euim-label__sub-title,.euim-label__title+.euim-label__meta,.euim-label__sub-title+.euim-label__meta,.euim-label__sub-title+.euim-label__sub-title,.euim-label__meta+.euim-label__sub-title,.euim-label__meta+.euim-label__meta{margin-top:var(--eui-base-spacing-2xs)}.euim-label__euiTextTruncateWithLines{white-space:break-spaces;display:-webkit-box;-webkit-line-clamp:var(--euimLabelTruncateWithLines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.euim-label__truncate{white-space:break-spaces}.euim-label--primary{color:var(--eui-base-color-primary-100)}.euim-label--secondary{color:var(--eui-base-color-grey-50)}.euim-label--default{color:var(--eui-base-color-grey-75)}.euim-label--dark{color:var(--eui-base-color-grey-100)}.euim-label--info{color:var(--eui-base-color-info-100)}.euim-label--success{color:var(--eui-base-color-success-100)}.euim-label--warning{color:var(--eui-base-color-warning-100)}.euim-label--danger{color:var(--eui-base-color-danger-100)}.euim-label--accent{color:var(--eui-base-color-accent-100)}.euim-label--size-2xs{font:var(--eui-base-font-size-2xs)}.euim-label--size-xs{font:var(--eui-base-font-size-xs)}.euim-label--size-s{font:var(--eui-base-font-size-s)}.euim-label--size-m{font:var(--eui-base-font-size-m)}.euim-label--size-l{font:var(--eui-base-font-size-l)}.euim-label--size-xl{font:var(--eui-base-font-size-xl)}.euim-label--size-2xl{font:var(--eui-base-font-size-2xl)}.euim-label--size-3xl{font:var(--eui-base-font-size-3xl)}.euim-label--size-4xl{font:var(--eui-base-font-size-4xl)}\n"] }]
|
|
386
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { euimLabelTruncateWithLines: [{
|
|
388
387
|
type: HostBinding,
|
|
389
388
|
args: ['style.--euimLabelTruncateWithLines']
|
|
390
389
|
}, {
|
|
@@ -425,101 +424,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
425
424
|
}]
|
|
426
425
|
}] });
|
|
427
426
|
|
|
428
|
-
class EuimControlFeedbackComponent
|
|
429
|
-
constructor() {
|
|
430
|
-
super(...arguments);
|
|
431
|
-
this._euimInfo = true;
|
|
432
|
-
this._euimSuccess = false;
|
|
433
|
-
this._euimWarning = false;
|
|
434
|
-
this._euimDanger = false;
|
|
435
|
-
this._variant = 'info';
|
|
436
|
-
}
|
|
437
|
-
get euimInfo() {
|
|
438
|
-
return this._euimInfo;
|
|
439
|
-
}
|
|
440
|
-
set euimInfo(value) {
|
|
441
|
-
this.resetVariantType();
|
|
442
|
-
this._euimInfo = coerceBooleanProperty(value);
|
|
443
|
-
if (this._euimInfo) {
|
|
444
|
-
this._variant = 'info';
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
get euimSuccess() {
|
|
448
|
-
return this._euimSuccess;
|
|
449
|
-
}
|
|
450
|
-
set euimSuccess(value) {
|
|
451
|
-
this.resetVariantType();
|
|
452
|
-
this._euimSuccess = coerceBooleanProperty(value);
|
|
453
|
-
if (this._euimSuccess) {
|
|
454
|
-
this._variant = 'success';
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
get euimWarning() {
|
|
458
|
-
return this._euimWarning;
|
|
459
|
-
}
|
|
460
|
-
set euimWarning(value) {
|
|
461
|
-
this.resetVariantType();
|
|
462
|
-
this._euimWarning = coerceBooleanProperty(value);
|
|
463
|
-
if (this._euimWarning) {
|
|
464
|
-
this._variant = 'warning';
|
|
465
|
-
}
|
|
466
|
-
}
|
|
467
|
-
get euimDanger() {
|
|
468
|
-
return this._euimDanger;
|
|
469
|
-
}
|
|
470
|
-
set euimDanger(value) {
|
|
471
|
-
this.resetVariantType();
|
|
472
|
-
this._euimDanger = coerceBooleanProperty(value);
|
|
473
|
-
if (this._euimDanger) {
|
|
474
|
-
this._variant = 'danger';
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
get variant() {
|
|
478
|
-
return this._variant;
|
|
479
|
-
}
|
|
480
|
-
set variant(value) {
|
|
481
|
-
this._euimWarning = (value === 'warning');
|
|
482
|
-
this._euimInfo = (value === 'info');
|
|
483
|
-
this._euimSuccess = (value === 'success');
|
|
484
|
-
this._euimDanger = (value === 'danger');
|
|
485
|
-
this._variant = value;
|
|
486
|
-
}
|
|
487
|
-
resetVariantType() {
|
|
488
|
-
this._euimDanger = false;
|
|
489
|
-
this._euimInfo = false;
|
|
490
|
-
this._euimSuccess = false;
|
|
491
|
-
this._euimInfo = false;
|
|
492
|
-
this._variant = null;
|
|
493
|
-
}
|
|
494
|
-
get color() {
|
|
495
|
-
return this.variant;
|
|
496
|
-
}
|
|
427
|
+
class EuimControlFeedbackComponent {
|
|
497
428
|
get cssClasses() {
|
|
498
429
|
return this.getCssClasses();
|
|
499
430
|
}
|
|
431
|
+
constructor(baseStatesDirective) {
|
|
432
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
433
|
+
}
|
|
500
434
|
getCssClasses() {
|
|
501
435
|
return [
|
|
502
|
-
'euim-control-feedback',
|
|
503
|
-
this.color ? `euim-control-feedback--${this.color}` : '',
|
|
436
|
+
this.baseStatesDirective.getCssClasses('euim-control-feedback'),
|
|
504
437
|
].join(' ');
|
|
505
438
|
}
|
|
506
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimControlFeedbackComponent, deps:
|
|
507
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimControlFeedbackComponent, selector: "euim-control-feedback",
|
|
439
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimControlFeedbackComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
440
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimControlFeedbackComponent, selector: "euim-control-feedback", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimVariant", "euimVariant"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-control-feedback{display:block;font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
508
441
|
}
|
|
509
442
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimControlFeedbackComponent, decorators: [{
|
|
510
443
|
type: Component,
|
|
511
|
-
args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None,
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
444
|
+
args: [{ selector: 'euim-control-feedback', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
445
|
+
{
|
|
446
|
+
directive: BaseStatesDirective,
|
|
447
|
+
inputs: [
|
|
448
|
+
'euimInfo',
|
|
449
|
+
'euimSuccess',
|
|
450
|
+
'euimWarning',
|
|
451
|
+
'euimDanger',
|
|
452
|
+
'euimVariant',
|
|
453
|
+
],
|
|
454
|
+
},
|
|
455
|
+
], template: "<ng-content></ng-content>\n", styles: [".euim-control-feedback{display:block;font-size:var(--eui-base-font-size-xs);padding-left:var(--eui-base-spacing-m)}.euim-control-feedback--info{color:var(--eui-base-color-info-100)}.euim-control-feedback--success{color:var(--eui-base-color-success-100)}.euim-control-feedback--warning{color:var(--eui-base-color-warning-100)}.euim-control-feedback--danger{color:var(--eui-base-color-danger-100)}\n"] }]
|
|
456
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { cssClasses: [{
|
|
523
457
|
type: HostBinding,
|
|
524
458
|
args: ['class']
|
|
525
459
|
}] } });
|
|
@@ -547,22 +481,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
547
481
|
}]
|
|
548
482
|
}] });
|
|
549
483
|
|
|
550
|
-
class EuimNotificationItemComponent
|
|
484
|
+
class EuimNotificationItemComponent {
|
|
551
485
|
get cssClasses() {
|
|
552
486
|
return this.getCssClasses();
|
|
553
487
|
}
|
|
488
|
+
constructor(baseStatesDirective) {
|
|
489
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
490
|
+
}
|
|
554
491
|
getCssClasses() {
|
|
555
492
|
return [
|
|
556
|
-
|
|
557
|
-
].join(' ')
|
|
493
|
+
this.baseStatesDirective.getCssClasses('euim-notification-item'),
|
|
494
|
+
].join(' ');
|
|
558
495
|
}
|
|
559
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimNotificationItemComponent, deps:
|
|
560
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } },
|
|
496
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimNotificationItemComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
497
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimNotificationItemComponent, selector: "euim-notification-item", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimPrimary", "euimPrimary", "euimSecondary", "euimSecondary", "euimAccent", "euimAccent"] }], ngImport: i0, template: "", styles: [".euim-notification-item{display:block;border-radius:50%;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{background:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{background:var(--eui-base-color-grey-50)}.euim-notification-item--info{background:var(--eui-base-color-info-100)}.euim-notification-item--success{background:var(--eui-base-color-success-100)}.euim-notification-item--warning{background:var(--eui-base-color-warning-100)}.euim-notification-item--danger{background:var(--eui-base-color-danger-100)}.euim-notification-item--accent{background:var(--eui-base-color-accent-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
561
498
|
}
|
|
562
499
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimNotificationItemComponent, decorators: [{
|
|
563
500
|
type: Component,
|
|
564
|
-
args: [{ selector: 'euim-notification-item', encapsulation: ViewEncapsulation.None,
|
|
565
|
-
|
|
501
|
+
args: [{ selector: 'euim-notification-item', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
502
|
+
{
|
|
503
|
+
directive: BaseStatesDirective,
|
|
504
|
+
inputs: [
|
|
505
|
+
'euimInfo',
|
|
506
|
+
'euimSuccess',
|
|
507
|
+
'euimWarning',
|
|
508
|
+
'euimDanger',
|
|
509
|
+
'euimPrimary',
|
|
510
|
+
'euimSecondary',
|
|
511
|
+
'euimAccent',
|
|
512
|
+
],
|
|
513
|
+
},
|
|
514
|
+
], template: "", styles: [".euim-notification-item{display:block;border-radius:50%;width:var(--eui-base-spacing-xs);height:var(--eui-base-spacing-xs)}.euim-notification-item--primary{background:var(--eui-base-color-primary-100)}.euim-notification-item--secondary{background:var(--eui-base-color-grey-50)}.euim-notification-item--info{background:var(--eui-base-color-info-100)}.euim-notification-item--success{background:var(--eui-base-color-success-100)}.euim-notification-item--warning{background:var(--eui-base-color-warning-100)}.euim-notification-item--danger{background:var(--eui-base-color-danger-100)}.euim-notification-item--accent{background:var(--eui-base-color-accent-100)}\n"] }]
|
|
515
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { cssClasses: [{
|
|
566
516
|
type: HostBinding,
|
|
567
517
|
args: ['class']
|
|
568
518
|
}] } });
|
|
@@ -590,14 +540,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
590
540
|
}]
|
|
591
541
|
}] });
|
|
592
542
|
|
|
593
|
-
class EuimAppComponent
|
|
543
|
+
class EuimAppComponent {
|
|
594
544
|
constructor(asService) {
|
|
595
|
-
super();
|
|
596
545
|
this.asService = asService;
|
|
597
546
|
this.ionMenuId = 'main';
|
|
598
547
|
}
|
|
599
548
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAppComponent, deps: [{ token: EuimAppService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
600
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAppComponent, selector: "euim-app", inputs: { ionMenuId: "ionMenuId" },
|
|
549
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAppComponent, selector: "euim-app", inputs: { ionMenuId: "ionMenuId" }, ngImport: i0, template: "<ion-app>\n <ng-content></ng-content>\n <ion-router-outlet id=\"{{ionMenuId}}\"></ion-router-outlet>\n</ion-app>\n", dependencies: [{ kind: "component", type: i1.IonApp, selector: "ion-app" }, { kind: "directive", type: i1.IonRouterOutlet, selector: "ion-router-outlet", inputs: ["animated", "animation", "mode", "swipeGesture", "environmentInjector"], outputs: ["stackEvents", "activate", "deactivate"], exportAs: ["outlet"] }] }); }
|
|
601
550
|
}
|
|
602
551
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAppComponent, decorators: [{
|
|
603
552
|
type: Component,
|
|
@@ -606,9 +555,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
606
555
|
type: Input
|
|
607
556
|
}] } });
|
|
608
557
|
|
|
609
|
-
class EuimAvatarIconComponent
|
|
558
|
+
class EuimAvatarIconComponent {
|
|
610
559
|
constructor() {
|
|
611
|
-
super(...arguments);
|
|
612
560
|
this.color = 'default';
|
|
613
561
|
this.size = 'default';
|
|
614
562
|
this.fill = 'default';
|
|
@@ -628,12 +576,12 @@ class EuimAvatarIconComponent extends EuimBaseDirective {
|
|
|
628
576
|
this.borderColor ? `euim-avatar-icon--border-color-${this.borderColor}` : '',
|
|
629
577
|
].join(' ');
|
|
630
578
|
}
|
|
631
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAvatarIconComponent, deps:
|
|
632
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAvatarIconComponent, selector: "euim-avatar-icon", inputs: { color: "color", size: "size", fill: "fill", variant: "variant", borderColor: "borderColor" }, host: { properties: { "class": "this.cssClasses" } },
|
|
579
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAvatarIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
580
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAvatarIconComponent, selector: "euim-avatar-icon", inputs: { color: "color", size: "size", fill: "fill", variant: "variant", borderColor: "borderColor" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:var(--eui-base-color-grey-100);border:none;box-sizing:border-box}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white)}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-avatar-icon--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100-contrast)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100);color:var(--eui-base-color-info-100-contrast)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100);color:var(--eui-base-color-success-100-contrast)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-warning-100-contrast)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-danger-100-contrast)}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=start] euim-avatar{margin-inline-end:0}.euim-avatar-icon[slot=end] euim-avatar{margin-inline-start:0}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
633
581
|
}
|
|
634
582
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAvatarIconComponent, decorators: [{
|
|
635
583
|
type: Component,
|
|
636
|
-
args: [{ selector: 'euim-avatar-icon', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:var(--eui-base-color-grey-100);border:none;box-sizing:border-box}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white)}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-avatar-icon--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100-contrast)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100);color:var(--eui-base-color-info-100-contrast)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100);color:var(--eui-base-color-success-100-contrast)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-warning-100-contrast)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-danger-100-contrast)}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=start] euim-avatar{margin-inline-end:0}.euim-avatar-icon[slot=end] euim-avatar{margin-inline-start:0}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"] }]
|
|
584
|
+
args: [{ selector: 'euim-avatar-icon', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [".euim-avatar-icon{display:flex;justify-content:center;align-items:center;overflow:hidden;color:var(--eui-base-color-grey-100);border:none;box-sizing:border-box}.euim-avatar-icon--variant-default,.euim-avatar-icon--variant-rounded{border-radius:50%}.euim-avatar-icon--variant-rectangle{border-radius:0}.euim-avatar-icon--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white)}.euim-avatar-icon--color-default{background-color:var(--eui-base-color-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-avatar-icon--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-avatar-icon--color-primary{background-color:var(--eui-base-color-primary-100);border-color:var(--eui-base-color-primary-100);color:var(--eui-base-color-primary-100-contrast)}.euim-avatar-icon--color-info{background-color:var(--eui-base-color-info-100);border-color:var(--eui-base-color-info-100);color:var(--eui-base-color-info-100-contrast)}.euim-avatar-icon--color-success{background-color:var(--eui-base-color-success-100);border-color:var(--eui-base-color-success-100);color:var(--eui-base-color-success-100-contrast)}.euim-avatar-icon--color-warning{background-color:var(--eui-base-color-warning-100);border-color:var(--eui-base-color-warning-100);color:var(--eui-base-color-warning-100-contrast)}.euim-avatar-icon--color-danger{background-color:var(--eui-base-color-danger-100);border-color:var(--eui-base-color-danger-100);color:var(--eui-base-color-danger-100-contrast)}.euim-avatar-icon--border-color-primary{border-color:var(--eui-base-color-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-base-color-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-base-color-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-base-color-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-base-color-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar-icon[slot=start] euim-avatar{margin-inline-end:0}.euim-avatar-icon[slot=end] euim-avatar{margin-inline-start:0}.euim-avatar-icon--size-default,.euim-avatar-icon--size-auto{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-m{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl);font-size:var(--eui-base-font-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-avatar-icon--size-s{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);font-size:var(--eui-base-font-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-avatar-icon--size-l{width:var(--eui-base-spacing-4xl);height:var(--eui-base-spacing-4xl);font-size:var(--eui-base-font-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-base-spacing-2xl);height:var(--eui-base-spacing-2xl)}.euim-avatar-icon--fill-default,.euim-avatar-icon--fill-solid{border:none}.euim-avatar-icon--fill-outline{background-color:transparent!important;border-width:2px;border-style:solid}.euim-avatar-icon--fill-clear{background-color:transparent!important;border:none}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid}\n"] }]
|
|
637
585
|
}], propDecorators: { color: [{
|
|
638
586
|
type: Input
|
|
639
587
|
}], size: [{
|
|
@@ -649,18 +597,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
649
597
|
args: ['class']
|
|
650
598
|
}] } });
|
|
651
599
|
|
|
652
|
-
class EuimMenuComponent
|
|
600
|
+
class EuimMenuComponent {
|
|
653
601
|
constructor(navCtrl) {
|
|
654
|
-
super();
|
|
655
602
|
this.navCtrl = navCtrl;
|
|
656
603
|
this.isChanged = false;
|
|
657
604
|
this.itemClick = new EventEmitter();
|
|
658
|
-
|
|
659
|
-
get items() {
|
|
660
|
-
return this._items;
|
|
661
|
-
}
|
|
662
|
-
set items(value) {
|
|
663
|
-
this._items = value;
|
|
605
|
+
this.items = [];
|
|
664
606
|
}
|
|
665
607
|
onItemClick(event, idx, item) {
|
|
666
608
|
if (item && item.url) {
|
|
@@ -677,12 +619,15 @@ class EuimMenuComponent extends EuimBaseDirective {
|
|
|
677
619
|
return item.notification?.color === color;
|
|
678
620
|
}
|
|
679
621
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMenuComponent, deps: [{ token: i1.NavController }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
680
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMenuComponent, selector: "euim-menu", inputs: { items: "items" }, outputs: { itemClick: "itemClick" },
|
|
622
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMenuComponent, selector: "euim-menu", inputs: { items: "items" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "<ion-list>\n <ng-container *ngFor=\"let section of items\">\n <li class=\"euim-menu__section\">\n <ion-item-divider *ngIf=\"section.sectionName\">\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{section.sectionName}}</p>\n </ion-item-divider>\n <ion-menu-toggle auto-hide=\"true\" *ngFor=\"let item of section.items; let j = index\">\n <ion-item (click)=\"onItemClick($event, j, item)\" *ngIf=\"item.label\"\n [lines]=\"item.lines ? item.lines : 'none'\" button [detail]=\"item.detailArrow\"\n class=\"euim-menu__section-item\">\n <euim-avatar-icon *ngIf=\"item.avatarColor\" size=\"s\" variant=\"rounded\" [color]=\"item.avatarColor\">\n <ion-icon *ngIf=\"item.icon\"\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n </euim-avatar-icon>\n <ion-icon *ngIf=\"item.icon && !item.avatarColor\"\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n <div>\n <p class=\"euim-menu__section-item-label\" euimLabel [euimSizeM]=\"true\" [euimDark]=\"true\">{{item.label}}</p>\n <p class=\"euim-menu__section-item-sublabel\" euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.sublabel}}</p>\n </div>\n\n <ion-badge *ngIf=\"item.badge\" [color]=\"item.badge.color\" slot=\"end\">\n {{item.badge.value}}</ion-badge>\n <euim-notification-item *ngIf=\"item.notification && !item.notification.count\"\n slot=\"end\"\n [euimSuccess]=\"isColorDirectiveShown(item, 'success')\"\n [euimWarning]=\"isColorDirectiveShown(item, 'warning')\"\n [euimDanger]=\"isColorDirectiveShown(item, 'danger')\"\n [euimInfo]=\"isColorDirectiveShown(item, 'info')\"\n [euimPrimary]=\"isColorDirectiveShown(item, 'primary')\"\n [euimSecondary]=\"isColorDirectiveShown(item, 'secondary')\"\n [euimAccent]=\"isColorDirectiveShown(item, 'accent')\"\n ></euim-notification-item>\n <ion-note class=\"euim-menu__metadata\" slot=\"end\" *ngIf=\"item.metadata\">\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.metadata}}</p>\n </ion-note>\n </ion-item>\n </ion-menu-toggle>\n </li>\n </ng-container>\n</ion-list>\n", styles: [".euim-menu__section-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-m)}.euim-menu__section-item::part(detail-icon){color:var(--eui-base-color-grey-50);font-size:var(--eui-base-font-size-2xl);opacity:1;margin-left:var(--eui-base-spacing-xs)}.euim-menu__section-item-label,.euim-menu__section-item-sublabel{margin-left:var(--eui-base-spacing-m)}.euim-menu__metadata{margin:auto 0 auto var(--eui-base-spacing-s);padding:0}\n"], dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonBadge, selector: "ion-badge", inputs: ["color", "mode"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "counterFormatter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { kind: "component", type: i1.IonItemDivider, selector: "ion-item-divider", inputs: ["color", "mode", "sticky"] }, { kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonMenuToggle, selector: "ion-menu-toggle", inputs: ["autoHide", "menu"] }, { kind: "component", type: i1.IonNote, selector: "ion-note", inputs: ["color", "mode"] }, { kind: "component", type: EuimAvatarIconComponent, selector: "euim-avatar-icon", inputs: ["color", "size", "fill", "variant", "borderColor"] }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }, { kind: "component", type: EuimNotificationItemComponent, selector: "euim-notification-item" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
681
623
|
}
|
|
624
|
+
__decorate([
|
|
625
|
+
coerceBoolean
|
|
626
|
+
], EuimMenuComponent.prototype, "isChanged", void 0);
|
|
682
627
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMenuComponent, decorators: [{
|
|
683
628
|
type: Component,
|
|
684
629
|
args: [{ selector: 'euim-menu', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ion-list>\n <ng-container *ngFor=\"let section of items\">\n <li class=\"euim-menu__section\">\n <ion-item-divider *ngIf=\"section.sectionName\">\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{section.sectionName}}</p>\n </ion-item-divider>\n <ion-menu-toggle auto-hide=\"true\" *ngFor=\"let item of section.items; let j = index\">\n <ion-item (click)=\"onItemClick($event, j, item)\" *ngIf=\"item.label\"\n [lines]=\"item.lines ? item.lines : 'none'\" button [detail]=\"item.detailArrow\"\n class=\"euim-menu__section-item\">\n <euim-avatar-icon *ngIf=\"item.avatarColor\" size=\"s\" variant=\"rounded\" [color]=\"item.avatarColor\">\n <ion-icon *ngIf=\"item.icon\"\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n </euim-avatar-icon>\n <ion-icon *ngIf=\"item.icon && !item.avatarColor\"\n [color]=\"item.iconColor\"\n [name]=\"item.icon\"></ion-icon>\n <div>\n <p class=\"euim-menu__section-item-label\" euimLabel [euimSizeM]=\"true\" [euimDark]=\"true\">{{item.label}}</p>\n <p class=\"euim-menu__section-item-sublabel\" euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.sublabel}}</p>\n </div>\n\n <ion-badge *ngIf=\"item.badge\" [color]=\"item.badge.color\" slot=\"end\">\n {{item.badge.value}}</ion-badge>\n <euim-notification-item *ngIf=\"item.notification && !item.notification.count\"\n slot=\"end\"\n [euimSuccess]=\"isColorDirectiveShown(item, 'success')\"\n [euimWarning]=\"isColorDirectiveShown(item, 'warning')\"\n [euimDanger]=\"isColorDirectiveShown(item, 'danger')\"\n [euimInfo]=\"isColorDirectiveShown(item, 'info')\"\n [euimPrimary]=\"isColorDirectiveShown(item, 'primary')\"\n [euimSecondary]=\"isColorDirectiveShown(item, 'secondary')\"\n [euimAccent]=\"isColorDirectiveShown(item, 'accent')\"\n ></euim-notification-item>\n <ion-note class=\"euim-menu__metadata\" slot=\"end\" *ngIf=\"item.metadata\">\n <p euimLabel [euimSizeS]=\"true\" [euimDefault]=\"true\">{{item.metadata}}</p>\n </ion-note>\n </ion-item>\n </ion-menu-toggle>\n </li>\n </ng-container>\n</ion-list>\n", styles: [".euim-menu__section-item{--padding-start: 0px;--inner-padding-start: var(--eui-base-spacing-m)}.euim-menu__section-item::part(detail-icon){color:var(--eui-base-color-grey-50);font-size:var(--eui-base-font-size-2xl);opacity:1;margin-left:var(--eui-base-spacing-xs)}.euim-menu__section-item-label,.euim-menu__section-item-sublabel{margin-left:var(--eui-base-spacing-m)}.euim-menu__metadata{margin:auto 0 auto var(--eui-base-spacing-s);padding:0}\n"] }]
|
|
685
|
-
}], ctorParameters: function () { return [{ type: i1.NavController }]; }, propDecorators: { itemClick: [{
|
|
630
|
+
}], ctorParameters: function () { return [{ type: i1.NavController }]; }, propDecorators: { isChanged: [], itemClick: [{
|
|
686
631
|
type: Output
|
|
687
632
|
}], items: [{
|
|
688
633
|
type: Input
|
|
@@ -746,13 +691,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
746
691
|
}]
|
|
747
692
|
}] });
|
|
748
693
|
|
|
749
|
-
class EuimAppSidebarComponent
|
|
694
|
+
class EuimAppSidebarComponent {
|
|
750
695
|
constructor() {
|
|
751
|
-
super(...arguments);
|
|
752
696
|
this.ionMenuId = 'main';
|
|
753
697
|
}
|
|
754
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAppSidebarComponent, deps:
|
|
755
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAppSidebarComponent, selector: "euim-app-sidebar", inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" },
|
|
698
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAppSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
699
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAppSidebarComponent, selector: "euim-app-sidebar", inputs: { ionMenuId: "ionMenuId", sidebarItems: "sidebarItems" }, ngImport: i0, template: "<ion-menu contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" side=\"start\">\n <ion-toolbar>\n <ng-content select=\"euim-app-sidebar-header\"></ng-content>\n </ion-toolbar>\n <ion-content>\n <ng-content select=\"euim-app-sidebar-menu\"></ng-content>\n </ion-content>\n <ion-footer>\n <ng-content select=\"euim-app-sidebar-footer\"></ng-content>\n </ion-footer>\n</ion-menu>\n", dependencies: [{ kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i1.IonFooter, selector: "ion-footer", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonMenu, selector: "ion-menu", inputs: ["contentId", "disabled", "maxEdgeStart", "menuId", "side", "swipeGesture", "type"] }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }] }); }
|
|
756
700
|
}
|
|
757
701
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAppSidebarComponent, decorators: [{
|
|
758
702
|
type: Component,
|
|
@@ -844,7 +788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
844
788
|
}]
|
|
845
789
|
}] });
|
|
846
790
|
|
|
847
|
-
class EuimEmptyListPlaceholderComponent
|
|
791
|
+
class EuimEmptyListPlaceholderComponent {
|
|
848
792
|
get cssClasses() {
|
|
849
793
|
return this.getCssClasses();
|
|
850
794
|
}
|
|
@@ -856,8 +800,8 @@ class EuimEmptyListPlaceholderComponent extends EuimBaseDirective {
|
|
|
856
800
|
this.euimMarginBottomSmall ? 'euim-empty-list-placeholder--margin-bottom-small' : '',
|
|
857
801
|
].join(' ');
|
|
858
802
|
}
|
|
859
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimEmptyListPlaceholderComponent, deps:
|
|
860
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimEmptyListPlaceholderComponent, selector: "euim-empty-list-placeholder", inputs: { message: "message", icon: "icon", description: "description", button: "button", euimMarginTopLarge: "euimMarginTopLarge", euimMarginTopSmall: "euimMarginTopSmall", euimMarginBottomSmall: "euimMarginBottomSmall" }, host: { properties: { "class": "this.cssClasses" } },
|
|
803
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimEmptyListPlaceholderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
804
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimEmptyListPlaceholderComponent, selector: "euim-empty-list-placeholder", inputs: { message: "message", icon: "icon", description: "description", button: "button", euimMarginTopLarge: "euimMarginTopLarge", euimMarginTopSmall: "euimMarginTopSmall", euimMarginBottomSmall: "euimMarginBottomSmall" }, host: { properties: { "class": "this.cssClasses" } }, ngImport: i0, template: "<ion-icon *ngIf=\"icon\" [name]=\"icon\" size=\"large\" class=\"euim-empty-list-placeholder__icon\"></ion-icon>\n<ion-icon *ngIf=\"(!icon && !message && !description)\" name=\"search-sharp\" size=\"large\"\n class=\"euim-empty-list-placeholder__icon\"></ion-icon>\n<div class=\"euim-empty-list-placeholder__message\" *ngIf=\"message || (!icon && !message && !description)\">\n {{ message || 'euim.empty-list-placeholder.message' | translate }}\n</div>\n<div class=\"euim-empty-list-placeholder__description\" *ngIf=\"description || (!icon && !message && !description)\">\n {{ description || 'euim.empty-list-placeholder.description' | translate }}\n</div>\n<ng-content></ng-content>", styles: [".euim-empty-list-placeholder{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:var(--eui-base-spacing-2xs);justify-content:center;justify-items:center;align-items:center;margin:auto}.euim-empty-list-placeholder--margin-top-large{margin-top:calc(9 * var(--eui-base-spacing-m))}.euim-empty-list-placeholder--margin-top-small{margin-top:var(--eui-base-spacing-m)}.euim-empty-list-placeholder--margin-bottom-small{margin-bottom:var(--eui-base-spacing-m)}.euim-empty-list-placeholder__icon{color:var(--eui-base-color-grey-75)}.euim-empty-list-placeholder__message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-75)}.euim-empty-list-placeholder__description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
861
805
|
}
|
|
862
806
|
__decorate([
|
|
863
807
|
coerceBoolean
|
|
@@ -870,7 +814,7 @@ __decorate([
|
|
|
870
814
|
], EuimEmptyListPlaceholderComponent.prototype, "euimMarginBottomSmall", void 0);
|
|
871
815
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimEmptyListPlaceholderComponent, decorators: [{
|
|
872
816
|
type: Component,
|
|
873
|
-
args: [{ selector: 'euim-empty-list-placeholder', encapsulation: ViewEncapsulation.None, template: "<ion-icon *ngIf=\"icon\" [name]=\"icon\" size=\"large\" class=\"euim-empty-list-placeholder__icon\"></ion-icon>\n<ion-icon *ngIf=\"(!icon && !message && !description)\" name=\"search-sharp\" size=\"large\"\n class=\"euim-empty-list-placeholder__icon\"></ion-icon>\n<div class=\"euim-empty-list-placeholder__message\" *ngIf=\"message || (!icon && !message && !description)\">\n {{ message || 'euim.empty-list-placeholder.message' | translate }}\n</div>\n<div class=\"euim-empty-list-placeholder__description\" *ngIf=\"description || (!icon && !message && !description)\">\n {{ description || 'euim.empty-list-placeholder.description' | translate }}\n</div>\n<ng-content></ng-content>", styles: [".euim-empty-list-placeholder{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:var(--eui-base-spacing-2xs);justify-content:center;justify-items:center;align-items:center;margin:auto}.euim-empty-list-placeholder--margin-top-large{margin-top:calc(9 * var(--eui-base-spacing-m))}.euim-empty-list-placeholder--margin-top-small{margin-top:var(--eui-base-spacing-m)}.euim-empty-list-placeholder--margin-bottom-small{margin-bottom:var(--eui-base-spacing-m)}.euim-empty-list-placeholder__icon{color:var(--eui-base-color-grey-75)}.euim-empty-list-placeholder__message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-75)}.euim-empty-list-placeholder__description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}\n"] }]
|
|
817
|
+
args: [{ selector: 'euim-empty-list-placeholder', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-icon *ngIf=\"icon\" [name]=\"icon\" size=\"large\" class=\"euim-empty-list-placeholder__icon\"></ion-icon>\n<ion-icon *ngIf=\"(!icon && !message && !description)\" name=\"search-sharp\" size=\"large\"\n class=\"euim-empty-list-placeholder__icon\"></ion-icon>\n<div class=\"euim-empty-list-placeholder__message\" *ngIf=\"message || (!icon && !message && !description)\">\n {{ message || 'euim.empty-list-placeholder.message' | translate }}\n</div>\n<div class=\"euim-empty-list-placeholder__description\" *ngIf=\"description || (!icon && !message && !description)\">\n {{ description || 'euim.empty-list-placeholder.description' | translate }}\n</div>\n<ng-content></ng-content>", styles: [".euim-empty-list-placeholder{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-column-gap:0;grid-row-gap:var(--eui-base-spacing-2xs);justify-content:center;justify-items:center;align-items:center;margin:auto}.euim-empty-list-placeholder--margin-top-large{margin-top:calc(9 * var(--eui-base-spacing-m))}.euim-empty-list-placeholder--margin-top-small{margin-top:var(--eui-base-spacing-m)}.euim-empty-list-placeholder--margin-bottom-small{margin-bottom:var(--eui-base-spacing-m)}.euim-empty-list-placeholder__icon{color:var(--eui-base-color-grey-75)}.euim-empty-list-placeholder__message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-75)}.euim-empty-list-placeholder__description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);color:var(--eui-base-color-grey-75)}\n"] }]
|
|
874
818
|
}], propDecorators: { message: [{
|
|
875
819
|
type: Input
|
|
876
820
|
}], icon: [{
|
|
@@ -890,9 +834,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
890
834
|
args: ['class']
|
|
891
835
|
}] } });
|
|
892
836
|
|
|
893
|
-
class EuimLanguageListComponent
|
|
837
|
+
class EuimLanguageListComponent {
|
|
894
838
|
constructor(cd, translateService, appShellService, appService, modalCtrl, platform) {
|
|
895
|
-
super();
|
|
896
839
|
this.cd = cd;
|
|
897
840
|
this.translateService = translateService;
|
|
898
841
|
this.appShellService = appShellService;
|
|
@@ -968,32 +911,26 @@ class EuimLanguageListComponent extends EuimBaseDirective {
|
|
|
968
911
|
});
|
|
969
912
|
}
|
|
970
913
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLanguageListComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }, { token: i2$1.UxAppShellService }, { token: EuimAppService }, { token: i1.ModalController }, { token: i1.Platform }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
971
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimLanguageListComponent, selector: "euim-language-list",
|
|
914
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimLanguageListComponent, selector: "euim-language-list", ngImport: i0, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-button (click)=\"onClose()\">\n <ion-icon name=\"close-sharp\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n </ion-buttons>\n <ion-title> {{'euim.language-list.SELECT-LANGUAGE' | translate }}</ion-title>\n </ion-toolbar>\n <ion-toolbar color=\"primary\" class=\"euim-language-selector__search\">\n <ion-searchbar (ionChange)=\"handleChange($event)\"></ion-searchbar>\n </ion-toolbar>\n</ion-header>\n<ion-content>\n <ion-list *ngIf=\"results.length > 0\">\n <ng-container *ngFor=\"let item of results\">\n <ion-item-divider *ngIf=\"firstElementFromEUList?.code === item.code\n || firstElementFromNonEUList?.code === item.code\">\n {{ (firstElementFromEUList?.code === item.code)\n ? ('euim.language-list.EU-LANGUAGES' | translate)\n : 'euim.language-list.NON-EU-LANGUAGES' | translate }}\n </ion-item-divider>\n <ion-item button (click)=\"onLanguageSelected(item)\" [lines]=\"lastElementFromEUList === item ? 'none' : 'inset'\">\n <euim-avatar-icon fill=\"solid\" slot=\"start\" variant=\"rounded\" class=\"euim-language-selector__avatar\">\n <ion-icon name=\"language-sharp\" class=\"euim-language-selector__internal-icon\"></ion-icon>\n </euim-avatar-icon>\n <ion-label>\n <div euimLabel euimLabelTitle>{{item.label}}</div>\n <div euimLabel euimLabelMeta class=\"eui-u-text-uppercase\">\n {{item.code}}\n </div>\n </ion-label>\n <ion-buttons *ngIf=\"selectedLanguage?.code===item.code\">\n <ion-button fill=\"clear\" >\n <ion-icon name=\"checkmark-sharp\" slot=\"icon-only\" color=\"primary\"></ion-icon>\n </ion-button>\n </ion-buttons>\n </ion-item>\n </ng-container>\n </ion-list>\n <euim-empty-list-placeholder euimMarginTopLarge *ngIf=\"results.length < 1\"\n class=\"euim-language-selector__empty-placeholder\">\n </euim-empty-list-placeholder>\n</ion-content>\n\n", dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i1.IonHeader, selector: "ion-header", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonItem, selector: "ion-item", inputs: ["button", "color", "counter", "counterFormatter", "detail", "detailIcon", "disabled", "download", "fill", "href", "lines", "mode", "rel", "routerAnimation", "routerDirection", "shape", "target", "type"] }, { kind: "component", type: i1.IonItemDivider, selector: "ion-item-divider", inputs: ["color", "mode", "sticky"] }, { kind: "component", type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonSearchbar, selector: "ion-searchbar", inputs: ["animated", "autocomplete", "autocorrect", "cancelButtonIcon", "cancelButtonText", "clearIcon", "color", "debounce", "disabled", "enterkeyhint", "inputmode", "mode", "placeholder", "searchIcon", "showCancelButton", "showClearButton", "spellcheck", "type", "value"] }, { kind: "component", type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "directive", type: i1.TextValueAccessor, selector: "ion-input:not([type=number]),ion-textarea,ion-searchbar" }, { kind: "component", type: EuimAvatarIconComponent, selector: "euim-avatar-icon", inputs: ["color", "size", "fill", "variant", "borderColor"] }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }, { kind: "component", type: EuimEmptyListPlaceholderComponent, selector: "euim-empty-list-placeholder", inputs: ["message", "icon", "description", "button", "euimMarginTopLarge", "euimMarginTopSmall", "euimMarginBottomSmall"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
972
915
|
}
|
|
973
916
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLanguageListComponent, decorators: [{
|
|
974
917
|
type: Component,
|
|
975
|
-
args: [{ selector: 'euim-language-list', template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-button (click)=\"onClose()\">\n <ion-icon name=\"close-sharp\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n </ion-buttons>\n <ion-title> {{'euim.language-list.SELECT-LANGUAGE' | translate }}</ion-title>\n </ion-toolbar>\n <ion-toolbar color=\"primary\" class=\"euim-language-selector__search\">\n <ion-searchbar (ionChange)=\"handleChange($event)\"></ion-searchbar>\n </ion-toolbar>\n</ion-header>\n<ion-content>\n <ion-list *ngIf=\"results.length > 0\">\n <ng-container *ngFor=\"let item of results\">\n <ion-item-divider *ngIf=\"firstElementFromEUList?.code === item.code\n || firstElementFromNonEUList?.code === item.code\">\n {{ (firstElementFromEUList?.code === item.code)\n ? ('euim.language-list.EU-LANGUAGES' | translate)\n : 'euim.language-list.NON-EU-LANGUAGES' | translate }}\n </ion-item-divider>\n <ion-item button (click)=\"onLanguageSelected(item)\" [lines]=\"lastElementFromEUList === item ? 'none' : 'inset'\">\n <euim-avatar-icon fill=\"solid\" slot=\"start\" variant=\"rounded\" class=\"euim-language-selector__avatar\">\n <ion-icon name=\"language-sharp\" class=\"euim-language-selector__internal-icon\"></ion-icon>\n </euim-avatar-icon>\n <ion-label>\n <div euimLabel euimLabelTitle>{{item.label}}</div>\n <div euimLabel euimLabelMeta class=\"eui-u-text-uppercase\">\n {{item.code}}\n </div>\n </ion-label>\n <ion-buttons *ngIf=\"selectedLanguage?.code===item.code\">\n <ion-button fill=\"clear\" >\n <ion-icon name=\"checkmark-sharp\" slot=\"icon-only\" color=\"primary\"></ion-icon>\n </ion-button>\n </ion-buttons>\n </ion-item>\n </ng-container>\n </ion-list>\n <euim-empty-list-placeholder euimMarginTopLarge *ngIf=\"results.length < 1\"\n class=\"euim-language-selector__empty-placeholder\">\n </euim-empty-list-placeholder>\n</ion-content>\n\n" }]
|
|
918
|
+
args: [{ selector: 'euim-language-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-header>\n <ion-toolbar color=\"primary\">\n <ion-buttons slot=\"start\">\n <ion-button (click)=\"onClose()\">\n <ion-icon name=\"close-sharp\" slot=\"icon-only\"></ion-icon>\n </ion-button>\n </ion-buttons>\n <ion-title> {{'euim.language-list.SELECT-LANGUAGE' | translate }}</ion-title>\n </ion-toolbar>\n <ion-toolbar color=\"primary\" class=\"euim-language-selector__search\">\n <ion-searchbar (ionChange)=\"handleChange($event)\"></ion-searchbar>\n </ion-toolbar>\n</ion-header>\n<ion-content>\n <ion-list *ngIf=\"results.length > 0\">\n <ng-container *ngFor=\"let item of results\">\n <ion-item-divider *ngIf=\"firstElementFromEUList?.code === item.code\n || firstElementFromNonEUList?.code === item.code\">\n {{ (firstElementFromEUList?.code === item.code)\n ? ('euim.language-list.EU-LANGUAGES' | translate)\n : 'euim.language-list.NON-EU-LANGUAGES' | translate }}\n </ion-item-divider>\n <ion-item button (click)=\"onLanguageSelected(item)\" [lines]=\"lastElementFromEUList === item ? 'none' : 'inset'\">\n <euim-avatar-icon fill=\"solid\" slot=\"start\" variant=\"rounded\" class=\"euim-language-selector__avatar\">\n <ion-icon name=\"language-sharp\" class=\"euim-language-selector__internal-icon\"></ion-icon>\n </euim-avatar-icon>\n <ion-label>\n <div euimLabel euimLabelTitle>{{item.label}}</div>\n <div euimLabel euimLabelMeta class=\"eui-u-text-uppercase\">\n {{item.code}}\n </div>\n </ion-label>\n <ion-buttons *ngIf=\"selectedLanguage?.code===item.code\">\n <ion-button fill=\"clear\" >\n <ion-icon name=\"checkmark-sharp\" slot=\"icon-only\" color=\"primary\"></ion-icon>\n </ion-button>\n </ion-buttons>\n </ion-item>\n </ng-container>\n </ion-list>\n <euim-empty-list-placeholder euimMarginTopLarge *ngIf=\"results.length < 1\"\n class=\"euim-language-selector__empty-placeholder\">\n </euim-empty-list-placeholder>\n</ion-content>\n\n" }]
|
|
976
919
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2$1.UxAppShellService }, { type: EuimAppService }, { type: i1.ModalController }, { type: i1.Platform }]; } });
|
|
977
920
|
|
|
978
|
-
class EuimLanguageSelectorComponent
|
|
979
|
-
constructor(cd, translateService, appShellService, appService, modalCtrl) {
|
|
980
|
-
super();
|
|
921
|
+
class EuimLanguageSelectorComponent {
|
|
922
|
+
constructor(cd, translateService, appShellService, appService, modalCtrl, baseStatesDirective) {
|
|
981
923
|
this.cd = cd;
|
|
982
924
|
this.translateService = translateService;
|
|
983
925
|
this.appShellService = appShellService;
|
|
984
926
|
this.appService = appService;
|
|
985
927
|
this.modalCtrl = modalCtrl;
|
|
986
|
-
this.
|
|
928
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
929
|
+
this._euimPrimary = this.baseStatesDirective.euimPrimary;
|
|
987
930
|
this.destroy$ = new Subject();
|
|
988
931
|
}
|
|
989
|
-
get euimPrimary() {
|
|
990
|
-
return this._euimPrimary;
|
|
991
|
-
}
|
|
992
|
-
set euimPrimary(value) {
|
|
993
|
-
this._euimPrimary = coerceBooleanProperty(value);
|
|
994
|
-
}
|
|
995
932
|
get cssClasses() {
|
|
996
|
-
return
|
|
933
|
+
return this.baseStatesDirective.getCssClasses('euim-language-selector');
|
|
997
934
|
}
|
|
998
935
|
ngOnInit() {
|
|
999
936
|
this.appShellService.state$.pipe(takeUntil(this.destroy$), distinctUntilKeyChanged('languages')).subscribe((state) => {
|
|
@@ -1035,15 +972,20 @@ class EuimLanguageSelectorComponent extends EuimBaseDirective {
|
|
|
1035
972
|
}
|
|
1036
973
|
return;
|
|
1037
974
|
}
|
|
1038
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLanguageSelectorComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }, { token: i2$1.UxAppShellService }, { token: EuimAppService }, { token: i1.ModalController }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1039
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimLanguageSelectorComponent, selector: "euim-language-selector",
|
|
975
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLanguageSelectorComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i1$1.TranslateService }, { token: i2$1.UxAppShellService }, { token: EuimAppService }, { token: i1.ModalController }, { token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
976
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimLanguageSelectorComponent, selector: "euim-language-selector", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimPrimary", "euimPrimary"] }], ngImport: i0, template: "<ion-button (click)=\"onShowLanguageList()\">\n <ion-icon class=\"euim-language-selector__icon {{_euimPrimary ? 'euim-language-selector__icon--primary' : ''}}\"\n slot=\"icon-only\"\n src='data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 24 24\">\n <path\n d=\"M 21.00,0.00\n C 22.66,-0.00 24.00,1.34 24.00,3.00\n 24.00,3.00 24.00,17.00 24.00,17.00\n 24.00,18.66 22.66,20.00 21.00,20.00\n 21.00,20.00 3.00,20.00 3.00,20.00\n 1.34,20.00 0.00,18.66 0.00,17.00\n 0.00,17.00 0.00,3.00 0.00,3.00\n 0.00,1.34 1.34,0.00 3.00,0.00\n 3.00,0.00 21.00,0.00 21.00,0.00 Z\n M 9.66,12.34\n C 9.66,12.34 15.31,18.00 15.31,18.00\n 15.31,18.00 9.66,23.66 9.66,23.66\n 9.66,23.66 4.00,18.00 4.00,18.00\n 4.00,18.00 9.66,12.34 9.66,12.34 Z\" />\n </svg>'>\n </ion-icon>\n\n <span class=\"euim-language-selector__text {{_euimPrimary ? 'euim-language-selector__text--primary' : ''}}\">\n {{ selectedLanguage?.code?.toUpperCase() }}\n </span>\n</ion-button>\n", styles: [".euim-language-selector__text{font:normal normal 400 .75rem/1rem var(--eui-base-font-family);font-weight:700;margin-bottom:var(--eui-base-spacing-2xs);position:absolute;color:var(--eui-base-color-primary-100)}.euim-language-selector__text--primary,.euim-language-selector__icon{color:#fff}.euim-language-selector__icon--primary{color:var(--eui-base-color-primary-100)}.euim-language-selector__avatar{background-color:var(--eui-base-color-grey-15)}.euim-language-selector__internal-icon{color:var(--eui-base-color-grey-100)}.euim-language-selector__search{display:contents}.euim-language-selector__empty-placeholder{display:block;height:auto;margin-top:calc(9 * var(--eui-base-spacing-m))}\n"], dependencies: [{ kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1040
977
|
}
|
|
1041
978
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimLanguageSelectorComponent, decorators: [{
|
|
1042
979
|
type: Component,
|
|
1043
|
-
args: [{ selector: 'euim-language-selector', encapsulation: ViewEncapsulation.None,
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
980
|
+
args: [{ selector: 'euim-language-selector', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
981
|
+
{
|
|
982
|
+
directive: BaseStatesDirective,
|
|
983
|
+
inputs: [
|
|
984
|
+
'euimPrimary',
|
|
985
|
+
],
|
|
986
|
+
},
|
|
987
|
+
], template: "<ion-button (click)=\"onShowLanguageList()\">\n <ion-icon class=\"euim-language-selector__icon {{_euimPrimary ? 'euim-language-selector__icon--primary' : ''}}\"\n slot=\"icon-only\"\n src='data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 24 24\">\n <path\n d=\"M 21.00,0.00\n C 22.66,-0.00 24.00,1.34 24.00,3.00\n 24.00,3.00 24.00,17.00 24.00,17.00\n 24.00,18.66 22.66,20.00 21.00,20.00\n 21.00,20.00 3.00,20.00 3.00,20.00\n 1.34,20.00 0.00,18.66 0.00,17.00\n 0.00,17.00 0.00,3.00 0.00,3.00\n 0.00,1.34 1.34,0.00 3.00,0.00\n 3.00,0.00 21.00,0.00 21.00,0.00 Z\n M 9.66,12.34\n C 9.66,12.34 15.31,18.00 15.31,18.00\n 15.31,18.00 9.66,23.66 9.66,23.66\n 9.66,23.66 4.00,18.00 4.00,18.00\n 4.00,18.00 9.66,12.34 9.66,12.34 Z\" />\n </svg>'>\n </ion-icon>\n\n <span class=\"euim-language-selector__text {{_euimPrimary ? 'euim-language-selector__text--primary' : ''}}\">\n {{ selectedLanguage?.code?.toUpperCase() }}\n </span>\n</ion-button>\n", styles: [".euim-language-selector__text{font:normal normal 400 .75rem/1rem var(--eui-base-font-family);font-weight:700;margin-bottom:var(--eui-base-spacing-2xs);position:absolute;color:var(--eui-base-color-primary-100)}.euim-language-selector__text--primary,.euim-language-selector__icon{color:#fff}.euim-language-selector__icon--primary{color:var(--eui-base-color-primary-100)}.euim-language-selector__avatar{background-color:var(--eui-base-color-grey-15)}.euim-language-selector__internal-icon{color:var(--eui-base-color-grey-100)}.euim-language-selector__search{display:contents}.euim-language-selector__empty-placeholder{display:block;height:auto;margin-top:calc(9 * var(--eui-base-spacing-m))}\n"] }]
|
|
988
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$1.TranslateService }, { type: i2$1.UxAppShellService }, { type: EuimAppService }, { type: i1.ModalController }, { type: BaseStatesDirective }]; }, propDecorators: { cssClasses: [{
|
|
1047
989
|
type: HostBinding,
|
|
1048
990
|
args: ['class']
|
|
1049
991
|
}] } });
|
|
@@ -1318,13 +1260,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1318
1260
|
}]
|
|
1319
1261
|
}] });
|
|
1320
1262
|
|
|
1321
|
-
class EuimUserProfileComponent
|
|
1263
|
+
class EuimUserProfileComponent {
|
|
1322
1264
|
constructor() {
|
|
1323
|
-
super(...arguments);
|
|
1324
1265
|
this.className = 'euim-user-profile';
|
|
1325
1266
|
}
|
|
1326
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, deps:
|
|
1327
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } },
|
|
1267
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1268
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimUserProfileComponent, selector: "euim-user-profile", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content select=\"euim-user-profile-avatar\"></ng-content>\n<ng-content select=\"euim-user-profile-infos\"></ng-content>\n<ng-content select=\"euim-user-profile-action\"></ng-content>\n", styles: [".euim-user-profile{display:flex;padding:var(--eui-base-spacing-m);background-color:var(--eui-base-color-grey-5)}.euim-user-profile-avatar{margin-right:var(--eui-base-spacing-m)}.euim-user-profile-action ion-buttons{margin-top:calc(-1 * var(--eui-base-spacing-s));margin-right:calc(-1 * var(--eui-base-spacing-s));margin-left:var(--eui-base-spacing-2xs);color:var(--eui-base-color-primary-100)}.euim-user-profile-infos{width:calc(100% - (var(--eui-base-spacing-2xl) + var(--eui-base-spacing-l) + 2 * var(--eui-base-spacing-m)))}.euim-user-profile-infos [euimLabel]{color:var(--eui-base-color-grey-75)}.euim-user-profile-infos [euimLabelTitle]{color:var(--eui-base-color-grey-100)}.euim-user-profile-infos euim-user-profile-infos-item:not(:last-child){margin-bottom:var(--eui-base-spacing-2xs)}.euim-user-profile-infos-item{display:flex;margin-right:var(--eui-base-spacing-2xl);width:100%}.euim-user-profile-infos-item ion-icon{margin-right:var(--eui-base-spacing-2xs);min-width:var(--eui-base-spacing-m);min-height:var(--eui-base-spacing-m)}.euim-user-profile-infos-item p{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1328
1269
|
}
|
|
1329
1270
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimUserProfileComponent, decorators: [{
|
|
1330
1271
|
type: Component,
|
|
@@ -1334,13 +1275,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1334
1275
|
args: ['class']
|
|
1335
1276
|
}] } });
|
|
1336
1277
|
|
|
1337
|
-
class EuiMUserProfileAvatarComponent
|
|
1278
|
+
class EuiMUserProfileAvatarComponent {
|
|
1338
1279
|
constructor() {
|
|
1339
|
-
super(...arguments);
|
|
1340
1280
|
this.class = 'euim-user-profile-avatar';
|
|
1341
1281
|
}
|
|
1342
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileAvatarComponent, deps:
|
|
1343
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileAvatarComponent, selector: "euim-user-profile-avatar", host: { properties: { "class": "this.class" } },
|
|
1282
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1283
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileAvatarComponent, selector: "euim-user-profile-avatar", host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1344
1284
|
}
|
|
1345
1285
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileAvatarComponent, decorators: [{
|
|
1346
1286
|
type: Component,
|
|
@@ -1349,13 +1289,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1349
1289
|
type: HostBinding
|
|
1350
1290
|
}] } });
|
|
1351
1291
|
|
|
1352
|
-
class EuiMUserProfileInfosComponent
|
|
1292
|
+
class EuiMUserProfileInfosComponent {
|
|
1353
1293
|
constructor() {
|
|
1354
|
-
super(...arguments);
|
|
1355
1294
|
this.className = 'euim-user-profile-infos';
|
|
1356
1295
|
}
|
|
1357
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileInfosComponent, deps:
|
|
1358
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileInfosComponent, selector: "euim-user-profile-infos", host: { properties: { "className": "this.className" } },
|
|
1296
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileInfosComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1297
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileInfosComponent, selector: "euim-user-profile-infos", host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1359
1298
|
}
|
|
1360
1299
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileInfosComponent, decorators: [{
|
|
1361
1300
|
type: Component,
|
|
@@ -1364,13 +1303,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1364
1303
|
type: HostBinding
|
|
1365
1304
|
}] } });
|
|
1366
1305
|
|
|
1367
|
-
class EuiMUserProfileInfosItemComponent
|
|
1306
|
+
class EuiMUserProfileInfosItemComponent {
|
|
1368
1307
|
constructor() {
|
|
1369
|
-
super(...arguments);
|
|
1370
1308
|
this.class = 'euim-user-profile-infos-item';
|
|
1371
1309
|
}
|
|
1372
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileInfosItemComponent, deps:
|
|
1373
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileInfosItemComponent, selector: "euim-user-profile-infos-item", host: { properties: { "class": "this.class" } },
|
|
1310
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileInfosItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1311
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileInfosItemComponent, selector: "euim-user-profile-infos-item", host: { properties: { "class": "this.class" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1374
1312
|
}
|
|
1375
1313
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileInfosItemComponent, decorators: [{
|
|
1376
1314
|
type: Component,
|
|
@@ -1379,13 +1317,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1379
1317
|
type: HostBinding
|
|
1380
1318
|
}] } });
|
|
1381
1319
|
|
|
1382
|
-
class EuiMUserProfileActionComponent
|
|
1320
|
+
class EuiMUserProfileActionComponent {
|
|
1383
1321
|
constructor() {
|
|
1384
|
-
super(...arguments);
|
|
1385
1322
|
this.className = 'euim-user-profile-action';
|
|
1386
1323
|
}
|
|
1387
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileActionComponent, deps:
|
|
1388
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileActionComponent, selector: "euim-user-profile-action", host: { properties: { "className": "this.className" } },
|
|
1324
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileActionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1325
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuiMUserProfileActionComponent, selector: "euim-user-profile-action", host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ion-buttons>\n <ng-content></ng-content>\n</ion-buttons>\n", dependencies: [{ kind: "component", type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1389
1326
|
}
|
|
1390
1327
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuiMUserProfileActionComponent, decorators: [{
|
|
1391
1328
|
type: Component,
|
|
@@ -1432,17 +1369,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1432
1369
|
}]
|
|
1433
1370
|
}] });
|
|
1434
1371
|
|
|
1435
|
-
class EuimToolbarComponent
|
|
1372
|
+
class EuimToolbarComponent {
|
|
1436
1373
|
constructor() {
|
|
1437
|
-
super(...arguments);
|
|
1438
1374
|
this.hasBackButton = true;
|
|
1439
1375
|
this.backButtonDefaultHref = '/';
|
|
1440
1376
|
this.hasSidebarTrigger = false;
|
|
1441
1377
|
this.hasLanguageSelector = false;
|
|
1442
1378
|
this.backButtonClick = new EventEmitter();
|
|
1443
|
-
|
|
1444
|
-
get cssClasses() {
|
|
1445
|
-
return super.getCssClasses('euim-toolbar');
|
|
1379
|
+
this.className = 'euim-toolbar';
|
|
1446
1380
|
}
|
|
1447
1381
|
ngOnInit() {
|
|
1448
1382
|
if (this.hasSidebarTrigger) {
|
|
@@ -1452,12 +1386,21 @@ class EuimToolbarComponent extends EuimBaseDirective {
|
|
|
1452
1386
|
onBackButtonClick(event) {
|
|
1453
1387
|
this.backButtonClick.emit(event);
|
|
1454
1388
|
}
|
|
1455
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarComponent, deps:
|
|
1456
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimToolbarComponent, selector: "euim-toolbar", inputs: { hasBackButton: "hasBackButton", backButtonDefaultHref: "backButtonDefaultHref", hasSidebarTrigger: "hasSidebarTrigger", hasLanguageSelector: "hasLanguageSelector" }, outputs: { backButtonClick: "backButtonClick" }, host: { properties: { "
|
|
1389
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1390
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimToolbarComponent, selector: "euim-toolbar", inputs: { hasBackButton: "hasBackButton", backButtonDefaultHref: "backButtonDefaultHref", hasSidebarTrigger: "hasSidebarTrigger", hasLanguageSelector: "hasLanguageSelector" }, outputs: { backButtonClick: "backButtonClick" }, host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ion-buttons slot=\"start\">\n <ion-menu-button *ngIf=\"hasSidebarTrigger\"></ion-menu-button>\n <ion-back-button (pointerdown)=\"onBackButtonClick($event)\"\n *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"></ion-back-button>\n <ng-content></ng-content>\n</ion-buttons>\n<ion-title class=\"euim-toolbar__title-container\">\n <ng-content select=\"euim-toolbar-title\"></ng-content>\n</ion-title>\n<ion-buttons slot=\"end\">\n <ng-content select=\"euim-toolbar-action-items\"></ng-content>\n <ng-container *ngIf=\"hasLanguageSelector\">\n <euim-language-selector></euim-language-selector>\n </ng-container>\n</ion-buttons>\n", styles: [".euim-toolbar{display:flex;align-items:center}.euim-toolbar__title-container{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:flex;align-items:center}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonBackButton, selector: "ion-back-button", inputs: ["color", "defaultHref", "disabled", "icon", "mode", "routerAnimation", "text", "type"] }, { kind: "component", type: i1.IonButtons, selector: "ion-buttons", inputs: ["collapse"] }, { kind: "component", type: i1.IonMenuButton, selector: "ion-menu-button", inputs: ["autoHide", "color", "disabled", "menu", "mode", "type"] }, { kind: "component", type: i1.IonTitle, selector: "ion-title", inputs: ["color", "size"] }, { kind: "directive", type: i1.IonBackButtonDelegate, selector: "ion-back-button", inputs: ["defaultHref", "routerAnimation"] }, { kind: "component", type: EuimLanguageSelectorComponent, selector: "euim-language-selector" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1457
1391
|
}
|
|
1392
|
+
__decorate([
|
|
1393
|
+
coerceBoolean
|
|
1394
|
+
], EuimToolbarComponent.prototype, "hasBackButton", void 0);
|
|
1395
|
+
__decorate([
|
|
1396
|
+
coerceBoolean
|
|
1397
|
+
], EuimToolbarComponent.prototype, "hasSidebarTrigger", void 0);
|
|
1398
|
+
__decorate([
|
|
1399
|
+
coerceBoolean
|
|
1400
|
+
], EuimToolbarComponent.prototype, "hasLanguageSelector", void 0);
|
|
1458
1401
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarComponent, decorators: [{
|
|
1459
1402
|
type: Component,
|
|
1460
|
-
args: [{ selector: 'euim-toolbar', encapsulation: ViewEncapsulation.None, template: "<ion-buttons slot=\"start\">\n <ion-menu-button *ngIf=\"hasSidebarTrigger\"></ion-menu-button>\n <ion-back-button (pointerdown)=\"onBackButtonClick($event)\"\n *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"></ion-back-button>\n <ng-content></ng-content>\n</ion-buttons>\n<ion-title class=\"euim-toolbar__title-container\">\n <ng-content select=\"euim-toolbar-title\"></ng-content>\n</ion-title>\n<ion-buttons slot=\"end\">\n <ng-content select=\"euim-toolbar-action-items\"></ng-content>\n <ng-container *ngIf=\"hasLanguageSelector\">\n <euim-language-selector></euim-language-selector>\n </ng-container>\n</ion-buttons>\n", styles: [".euim-toolbar{display:flex;align-items:center}.euim-toolbar__title-container{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:flex;align-items:center}\n"] }]
|
|
1403
|
+
args: [{ selector: 'euim-toolbar', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-buttons slot=\"start\">\n <ion-menu-button *ngIf=\"hasSidebarTrigger\"></ion-menu-button>\n <ion-back-button (pointerdown)=\"onBackButtonClick($event)\"\n *ngIf=\"hasBackButton\"\n defaultHref=\"{{backButtonDefaultHref}}\"></ion-back-button>\n <ng-content></ng-content>\n</ion-buttons>\n<ion-title class=\"euim-toolbar__title-container\">\n <ng-content select=\"euim-toolbar-title\"></ng-content>\n</ion-title>\n<ion-buttons slot=\"end\">\n <ng-content select=\"euim-toolbar-action-items\"></ng-content>\n <ng-container *ngIf=\"hasLanguageSelector\">\n <euim-language-selector></euim-language-selector>\n </ng-container>\n</ion-buttons>\n", styles: [".euim-toolbar{display:flex;align-items:center}.euim-toolbar__title-container{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:flex;align-items:center}\n"] }]
|
|
1461
1404
|
}], propDecorators: { hasBackButton: [{
|
|
1462
1405
|
type: Input
|
|
1463
1406
|
}], backButtonDefaultHref: [{
|
|
@@ -1468,39 +1411,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1468
1411
|
type: Input
|
|
1469
1412
|
}], backButtonClick: [{
|
|
1470
1413
|
type: Output
|
|
1471
|
-
}],
|
|
1472
|
-
type: HostBinding
|
|
1473
|
-
args: ['class']
|
|
1414
|
+
}], className: [{
|
|
1415
|
+
type: HostBinding
|
|
1474
1416
|
}] } });
|
|
1475
1417
|
|
|
1476
|
-
class EuimToolbarTitleComponent
|
|
1477
|
-
|
|
1478
|
-
|
|
1418
|
+
class EuimToolbarTitleComponent {
|
|
1419
|
+
constructor() {
|
|
1420
|
+
this.className = 'euim-toolbar-title';
|
|
1479
1421
|
}
|
|
1480
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarTitleComponent, deps:
|
|
1481
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimToolbarTitleComponent, selector: "euim-toolbar-title", host: { properties: { "
|
|
1422
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1423
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimToolbarTitleComponent, selector: "euim-toolbar-title", host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1482
1424
|
}
|
|
1483
1425
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarTitleComponent, decorators: [{
|
|
1484
1426
|
type: Component,
|
|
1485
|
-
args: [{ selector: 'euim-toolbar-title', template: "<ng-content></ng-content>\n" }]
|
|
1486
|
-
}], propDecorators: {
|
|
1487
|
-
type: HostBinding
|
|
1488
|
-
args: ['class']
|
|
1427
|
+
args: [{ selector: 'euim-toolbar-title', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
1428
|
+
}], propDecorators: { className: [{
|
|
1429
|
+
type: HostBinding
|
|
1489
1430
|
}] } });
|
|
1490
1431
|
|
|
1491
|
-
class EuimToolbarActionItemsComponent
|
|
1492
|
-
|
|
1493
|
-
|
|
1432
|
+
class EuimToolbarActionItemsComponent {
|
|
1433
|
+
constructor() {
|
|
1434
|
+
this.className = 'euim-toolbar-action-items';
|
|
1494
1435
|
}
|
|
1495
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarActionItemsComponent, deps:
|
|
1496
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimToolbarActionItemsComponent, selector: "euim-toolbar-action-items", host: { properties: { "
|
|
1436
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarActionItemsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1437
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimToolbarActionItemsComponent, selector: "euim-toolbar-action-items", host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1497
1438
|
}
|
|
1498
1439
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimToolbarActionItemsComponent, decorators: [{
|
|
1499
1440
|
type: Component,
|
|
1500
|
-
args: [{ selector: 'euim-toolbar-action-items', template: "<ng-content></ng-content>\n" }]
|
|
1501
|
-
}], propDecorators: {
|
|
1502
|
-
type: HostBinding
|
|
1503
|
-
args: ['class']
|
|
1441
|
+
args: [{ selector: 'euim-toolbar-action-items', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n" }]
|
|
1442
|
+
}], propDecorators: { className: [{
|
|
1443
|
+
type: HostBinding
|
|
1504
1444
|
}] } });
|
|
1505
1445
|
|
|
1506
1446
|
class EuimToolbarComponentModule {
|
|
@@ -1536,353 +1476,81 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1536
1476
|
EuimToolbarComponent,
|
|
1537
1477
|
EuimToolbarTitleComponent,
|
|
1538
1478
|
EuimToolbarActionItemsComponent,
|
|
1539
|
-
],
|
|
1540
|
-
}]
|
|
1541
|
-
}] });
|
|
1542
|
-
|
|
1543
|
-
class EuimSidebarComponent {
|
|
1544
|
-
constructor() {
|
|
1545
|
-
this.className = 'euim-sidebar';
|
|
1546
|
-
this.ionMenuId = 'main';
|
|
1547
|
-
}
|
|
1548
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1549
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSidebarComponent, selector: "euim-sidebar", inputs: { ionMenuId: "ionMenuId" }, host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ion-menu contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" slot=\"start\">\n <ng-content></ng-content>\n <ion-content>\n <ng-content select=\"euim-sidebar-content\"></ng-content>\n </ion-content>\n</ion-menu>\n", styles: [".euim-sidebar-content{height:100%}.euim-sidebar-content__list{height:auto;padding:0}.euim-sidebar-content ion-item euim-avatar-icon:first-child{margin-inline-end:var(--eui-base-spacing-m)}.euim-sidebar-content ion-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}\n"], dependencies: [{ kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i1.IonMenu, selector: "ion-menu", inputs: ["contentId", "disabled", "maxEdgeStart", "menuId", "side", "swipeGesture", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1550
|
-
}
|
|
1551
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarComponent, decorators: [{
|
|
1552
|
-
type: Component,
|
|
1553
|
-
args: [{ selector: 'euim-sidebar', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ion-menu contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" slot=\"start\">\n <ng-content></ng-content>\n <ion-content>\n <ng-content select=\"euim-sidebar-content\"></ng-content>\n </ion-content>\n</ion-menu>\n", styles: [".euim-sidebar-content{height:100%}.euim-sidebar-content__list{height:auto;padding:0}.euim-sidebar-content ion-item euim-avatar-icon:first-child{margin-inline-end:var(--eui-base-spacing-m)}.euim-sidebar-content ion-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}\n"] }]
|
|
1554
|
-
}], propDecorators: { className: [{
|
|
1555
|
-
type: HostBinding
|
|
1556
|
-
}], ionMenuId: [{
|
|
1557
|
-
type: Input
|
|
1558
|
-
}] } });
|
|
1559
|
-
|
|
1560
|
-
class EuimSidebarContentComponent extends EuimSidebarComponent {
|
|
1561
|
-
constructor() {
|
|
1562
|
-
super(...arguments);
|
|
1563
|
-
this.className = 'euim-sidebar-content';
|
|
1564
|
-
}
|
|
1565
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarContentComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1566
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSidebarContentComponent, selector: "euim-sidebar-content", host: { properties: { "className": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ion-list class=\"euim-sidebar-content__list\">\n <ion-menu-toggle auto-hide=\"true\">\n <ng-content></ng-content>\n </ion-menu-toggle>\n</ion-list>\n", dependencies: [{ kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonMenuToggle, selector: "ion-menu-toggle", inputs: ["autoHide", "menu"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1567
|
-
}
|
|
1568
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarContentComponent, decorators: [{
|
|
1569
|
-
type: Component,
|
|
1570
|
-
args: [{ selector: 'euim-sidebar-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-list class=\"euim-sidebar-content__list\">\n <ion-menu-toggle auto-hide=\"true\">\n <ng-content></ng-content>\n </ion-menu-toggle>\n</ion-list>\n" }]
|
|
1571
|
-
}], propDecorators: { className: [{
|
|
1572
|
-
type: HostBinding
|
|
1573
|
-
}] } });
|
|
1574
|
-
|
|
1575
|
-
class EuimSidebarModule {
|
|
1576
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1577
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, declarations: [EuimSidebarComponent,
|
|
1578
|
-
EuimSidebarContentComponent], imports: [CommonModule,
|
|
1579
|
-
RouterModule,
|
|
1580
|
-
IonicModule,
|
|
1581
|
-
EuimAvatarIconModule,
|
|
1582
|
-
EuimLabelModule,
|
|
1583
|
-
EuimNotificationItemModule], exports: [EuimSidebarComponent,
|
|
1584
|
-
EuimSidebarContentComponent] }); }
|
|
1585
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, imports: [CommonModule,
|
|
1586
|
-
RouterModule,
|
|
1587
|
-
IonicModule,
|
|
1588
|
-
EuimAvatarIconModule,
|
|
1589
|
-
EuimLabelModule,
|
|
1590
|
-
EuimNotificationItemModule] }); }
|
|
1591
|
-
}
|
|
1592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, decorators: [{
|
|
1593
|
-
type: NgModule,
|
|
1594
|
-
args: [{
|
|
1595
|
-
imports: [
|
|
1596
|
-
CommonModule,
|
|
1597
|
-
RouterModule,
|
|
1598
|
-
IonicModule,
|
|
1599
|
-
EuimAvatarIconModule,
|
|
1600
|
-
EuimLabelModule,
|
|
1601
|
-
EuimNotificationItemModule,
|
|
1602
|
-
],
|
|
1603
|
-
declarations: [
|
|
1604
|
-
EuimSidebarComponent,
|
|
1605
|
-
EuimSidebarContentComponent,
|
|
1606
|
-
],
|
|
1607
|
-
exports: [
|
|
1608
|
-
EuimSidebarComponent,
|
|
1609
|
-
EuimSidebarContentComponent,
|
|
1610
|
-
],
|
|
1611
|
-
}]
|
|
1612
|
-
}] });
|
|
1613
|
-
|
|
1614
|
-
class BaseStatesDirective {
|
|
1615
|
-
constructor() {
|
|
1616
|
-
// COLORS
|
|
1617
|
-
this.euimPrimary = false;
|
|
1618
|
-
this.euimSecondary = false;
|
|
1619
|
-
this.euimInfo = false;
|
|
1620
|
-
this.euimSuccess = false;
|
|
1621
|
-
this.euimWarning = false;
|
|
1622
|
-
this.euimDanger = false;
|
|
1623
|
-
this.euimAccent = false;
|
|
1624
|
-
this.euimDefault = false;
|
|
1625
|
-
this.euimDark = false;
|
|
1626
|
-
this.euimWhite = false;
|
|
1627
|
-
this.euimLight = false;
|
|
1628
|
-
this.euimClear = false;
|
|
1629
|
-
// STATES
|
|
1630
|
-
this.euimDisabled = false;
|
|
1631
|
-
// POSITION
|
|
1632
|
-
this.euimPositionTopEnd = false;
|
|
1633
|
-
// TYPOGRAPHY
|
|
1634
|
-
this.euimFontBold = false;
|
|
1635
|
-
this.euimFontRegular = false;
|
|
1636
|
-
this.euimFontBoldItalic = false;
|
|
1637
|
-
this.euimFontItalic = false;
|
|
1638
|
-
this.euimFontLight = false;
|
|
1639
|
-
// SIZES
|
|
1640
|
-
this.euimSize2XS = false;
|
|
1641
|
-
this.euimSizeXS = false;
|
|
1642
|
-
this.euimSizeS = false;
|
|
1643
|
-
this.euimSizeM = false;
|
|
1644
|
-
this.euimSizeL = false;
|
|
1645
|
-
this.euimSizeXL = false;
|
|
1646
|
-
this.euimSize2XL = false;
|
|
1647
|
-
this.euimSize3XL = false;
|
|
1648
|
-
this.euimSize4XL = false;
|
|
1649
|
-
this.euimSize5XL = false;
|
|
1650
|
-
this._euimSizeVariant = '';
|
|
1651
|
-
this._euimVariant = '';
|
|
1652
|
-
}
|
|
1653
|
-
get euimVariant() {
|
|
1654
|
-
return this._euimVariant;
|
|
1655
|
-
}
|
|
1656
|
-
set euimVariant(value) {
|
|
1657
|
-
this.euimPrimary = value === 'primary';
|
|
1658
|
-
this.euimSecondary = value === 'secondary';
|
|
1659
|
-
this.euimWarning = value === 'warning';
|
|
1660
|
-
this.euimInfo = value === 'info';
|
|
1661
|
-
this.euimSuccess = value === 'success';
|
|
1662
|
-
this.euimDanger = value === 'danger';
|
|
1663
|
-
this.euimAccent = value === 'accent';
|
|
1664
|
-
this.euimDefault = value === 'default';
|
|
1665
|
-
this.euimDark = value === 'dark';
|
|
1666
|
-
this.euimWhite = value === 'white';
|
|
1667
|
-
this._euimVariant = value;
|
|
1668
|
-
this.euimLight = value === 'light';
|
|
1669
|
-
this.euimClear = value === 'clear';
|
|
1670
|
-
}
|
|
1671
|
-
get euimSizeVariant() {
|
|
1672
|
-
return this._euimSizeVariant;
|
|
1673
|
-
}
|
|
1674
|
-
set euimSizeVariant(value) {
|
|
1675
|
-
this.euimSize2XS = value === '2xs';
|
|
1676
|
-
this.euimSizeXS = value === 'xs';
|
|
1677
|
-
this.euimSizeS = value === 's';
|
|
1678
|
-
this.euimSizeM = value === 'm';
|
|
1679
|
-
this.euimSizeL = value === 'l';
|
|
1680
|
-
this.euimSizeXL = value === 'xl';
|
|
1681
|
-
this.euimSize2XL = value === '2xl';
|
|
1682
|
-
this.euimSize3XL = value === '3xl';
|
|
1683
|
-
this.euimSize4XL = value === '4xl';
|
|
1684
|
-
this.euimSize5XL = value === '5xl';
|
|
1685
|
-
this._euimSizeVariant = value;
|
|
1686
|
-
}
|
|
1687
|
-
getCssClasses(rootClass) {
|
|
1688
|
-
return [
|
|
1689
|
-
rootClass,
|
|
1690
|
-
this.euimPrimary ? `${rootClass}--primary` : '',
|
|
1691
|
-
this.euimSecondary ? `${rootClass}--secondary` : '',
|
|
1692
|
-
this.euimInfo ? `${rootClass}--info` : '',
|
|
1693
|
-
this.euimSuccess ? `${rootClass}--success` : '',
|
|
1694
|
-
this.euimWarning ? `${rootClass}--warning` : '',
|
|
1695
|
-
this.euimDanger ? `${rootClass}--danger` : '',
|
|
1696
|
-
this.euimAccent ? `${rootClass}--accent` : '',
|
|
1697
|
-
this.euimDefault ? `${rootClass}--default` : '',
|
|
1698
|
-
this.euimDark ? `${rootClass}--dark` : '',
|
|
1699
|
-
this.euimWhite ? `${rootClass}--white` : '',
|
|
1700
|
-
this.euimSize2XS ? `${rootClass}--size-2xs` : '',
|
|
1701
|
-
this.euimSizeXS ? `${rootClass}--size-xs` : '',
|
|
1702
|
-
this.euimSizeS ? `${rootClass}--size-s` : '',
|
|
1703
|
-
this.euimSizeM ? `${rootClass}--size-m` : '',
|
|
1704
|
-
this.euimSizeL ? `${rootClass}--size-l` : '',
|
|
1705
|
-
this.euimSizeXL ? `${rootClass}--size-xl` : '',
|
|
1706
|
-
this.euimSize2XL ? `${rootClass}--size-2xl` : '',
|
|
1707
|
-
this.euimSize3XL ? `${rootClass}--size-3xl` : '',
|
|
1708
|
-
this.euimSize4XL ? `${rootClass}--size-4xl` : '',
|
|
1709
|
-
this.euimSize5XL ? `${rootClass}--size-5xl` : '',
|
|
1710
|
-
this.euimPositionTopEnd ? `${rootClass}--position-top-end` : '',
|
|
1711
|
-
this.euimDisabled ? `${rootClass}--disabled disabled` : '',
|
|
1712
|
-
this.euimFontBold ? 'eui-u-font-bold' : '',
|
|
1713
|
-
this.euimFontRegular ? 'eui-u-font-regular' : '',
|
|
1714
|
-
this.euimFontBoldItalic ? 'eui-u-font-bold-italic' : '',
|
|
1715
|
-
this.euimFontItalic ? 'eui-u-font-italic' : '',
|
|
1716
|
-
this.euimFontLight ? 'eui-u-font-light' : '',
|
|
1717
|
-
]
|
|
1718
|
-
.join(' ')
|
|
1719
|
-
.trim();
|
|
1720
|
-
}
|
|
1721
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseStatesDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1722
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: BaseStatesDirective, isStandalone: true, selector: "[euimBase]", inputs: { euimPrimary: "euimPrimary", euimSecondary: "euimSecondary", euimInfo: "euimInfo", euimSuccess: "euimSuccess", euimWarning: "euimWarning", euimDanger: "euimDanger", euimAccent: "euimAccent", euimDefault: "euimDefault", euimDark: "euimDark", euimWhite: "euimWhite", euimLight: "euimLight", euimClear: "euimClear", euimVariant: "euimVariant", euimDisabled: "euimDisabled", euimPositionTopEnd: "euimPositionTopEnd", euimFontBold: "euimFontBold", euimFontRegular: "euimFontRegular", euimFontBoldItalic: "euimFontBoldItalic", euimFontItalic: "euimFontItalic", euimFontLight: "euimFontLight", euimSize2XS: "euimSize2XS", euimSizeXS: "euimSizeXS", euimSizeS: "euimSizeS", euimSizeM: "euimSizeM", euimSizeL: "euimSizeL", euimSizeXL: "euimSizeXL", euimSize2XL: "euimSize2XL", euimSize3XL: "euimSize3XL", euimSize4XL: "euimSize4XL", euimSize5XL: "euimSize5XL", euimSizeVariant: "euimSizeVariant" }, host: { properties: { "attr.aria-disabled": "this.euimDisabled.toString()" } }, ngImport: i0 }); }
|
|
1723
|
-
}
|
|
1724
|
-
__decorate([
|
|
1725
|
-
coerceBoolean
|
|
1726
|
-
], BaseStatesDirective.prototype, "euimPrimary", void 0);
|
|
1727
|
-
__decorate([
|
|
1728
|
-
coerceBoolean
|
|
1729
|
-
], BaseStatesDirective.prototype, "euimSecondary", void 0);
|
|
1730
|
-
__decorate([
|
|
1731
|
-
coerceBoolean
|
|
1732
|
-
], BaseStatesDirective.prototype, "euimInfo", void 0);
|
|
1733
|
-
__decorate([
|
|
1734
|
-
coerceBoolean
|
|
1735
|
-
], BaseStatesDirective.prototype, "euimSuccess", void 0);
|
|
1736
|
-
__decorate([
|
|
1737
|
-
coerceBoolean
|
|
1738
|
-
], BaseStatesDirective.prototype, "euimWarning", void 0);
|
|
1739
|
-
__decorate([
|
|
1740
|
-
coerceBoolean
|
|
1741
|
-
], BaseStatesDirective.prototype, "euimDanger", void 0);
|
|
1742
|
-
__decorate([
|
|
1743
|
-
coerceBoolean
|
|
1744
|
-
], BaseStatesDirective.prototype, "euimAccent", void 0);
|
|
1745
|
-
__decorate([
|
|
1746
|
-
coerceBoolean
|
|
1747
|
-
], BaseStatesDirective.prototype, "euimDefault", void 0);
|
|
1748
|
-
__decorate([
|
|
1749
|
-
coerceBoolean
|
|
1750
|
-
], BaseStatesDirective.prototype, "euimDark", void 0);
|
|
1751
|
-
__decorate([
|
|
1752
|
-
coerceBoolean
|
|
1753
|
-
], BaseStatesDirective.prototype, "euimWhite", void 0);
|
|
1754
|
-
__decorate([
|
|
1755
|
-
coerceBoolean
|
|
1756
|
-
], BaseStatesDirective.prototype, "euimLight", void 0);
|
|
1757
|
-
__decorate([
|
|
1758
|
-
coerceBoolean
|
|
1759
|
-
], BaseStatesDirective.prototype, "euimClear", void 0);
|
|
1760
|
-
__decorate([
|
|
1761
|
-
coerceBoolean
|
|
1762
|
-
], BaseStatesDirective.prototype, "euimDisabled", void 0);
|
|
1763
|
-
__decorate([
|
|
1764
|
-
coerceBoolean
|
|
1765
|
-
], BaseStatesDirective.prototype, "euimPositionTopEnd", void 0);
|
|
1766
|
-
__decorate([
|
|
1767
|
-
coerceBoolean
|
|
1768
|
-
], BaseStatesDirective.prototype, "euimFontBold", void 0);
|
|
1769
|
-
__decorate([
|
|
1770
|
-
coerceBoolean
|
|
1771
|
-
], BaseStatesDirective.prototype, "euimFontRegular", void 0);
|
|
1772
|
-
__decorate([
|
|
1773
|
-
coerceBoolean
|
|
1774
|
-
], BaseStatesDirective.prototype, "euimFontBoldItalic", void 0);
|
|
1775
|
-
__decorate([
|
|
1776
|
-
coerceBoolean
|
|
1777
|
-
], BaseStatesDirective.prototype, "euimFontItalic", void 0);
|
|
1778
|
-
__decorate([
|
|
1779
|
-
coerceBoolean
|
|
1780
|
-
], BaseStatesDirective.prototype, "euimFontLight", void 0);
|
|
1781
|
-
__decorate([
|
|
1782
|
-
coerceBoolean
|
|
1783
|
-
], BaseStatesDirective.prototype, "euimSize2XS", void 0);
|
|
1784
|
-
__decorate([
|
|
1785
|
-
coerceBoolean
|
|
1786
|
-
], BaseStatesDirective.prototype, "euimSizeXS", void 0);
|
|
1787
|
-
__decorate([
|
|
1788
|
-
coerceBoolean
|
|
1789
|
-
], BaseStatesDirective.prototype, "euimSizeS", void 0);
|
|
1790
|
-
__decorate([
|
|
1791
|
-
coerceBoolean
|
|
1792
|
-
], BaseStatesDirective.prototype, "euimSizeM", void 0);
|
|
1793
|
-
__decorate([
|
|
1794
|
-
coerceBoolean
|
|
1795
|
-
], BaseStatesDirective.prototype, "euimSizeL", void 0);
|
|
1796
|
-
__decorate([
|
|
1797
|
-
coerceBoolean
|
|
1798
|
-
], BaseStatesDirective.prototype, "euimSizeXL", void 0);
|
|
1799
|
-
__decorate([
|
|
1800
|
-
coerceBoolean
|
|
1801
|
-
], BaseStatesDirective.prototype, "euimSize2XL", void 0);
|
|
1802
|
-
__decorate([
|
|
1803
|
-
coerceBoolean
|
|
1804
|
-
], BaseStatesDirective.prototype, "euimSize3XL", void 0);
|
|
1805
|
-
__decorate([
|
|
1806
|
-
coerceBoolean
|
|
1807
|
-
], BaseStatesDirective.prototype, "euimSize4XL", void 0);
|
|
1808
|
-
__decorate([
|
|
1809
|
-
coerceBoolean
|
|
1810
|
-
], BaseStatesDirective.prototype, "euimSize5XL", void 0);
|
|
1811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BaseStatesDirective, decorators: [{
|
|
1812
|
-
type: Directive,
|
|
1813
|
-
args: [{
|
|
1814
|
-
standalone: true,
|
|
1815
|
-
// eslint-disable-next-line
|
|
1816
|
-
selector: '[euimBase]',
|
|
1817
|
-
// eslint-disable-next-line @angular-eslint/no-host-metadata-property
|
|
1818
|
-
host: {
|
|
1819
|
-
'[attr.aria-disabled]': 'this.euimDisabled.toString()',
|
|
1820
|
-
},
|
|
1821
|
-
}]
|
|
1822
|
-
}], propDecorators: { euimPrimary: [{
|
|
1823
|
-
type: Input
|
|
1824
|
-
}], euimSecondary: [{
|
|
1825
|
-
type: Input
|
|
1826
|
-
}], euimInfo: [{
|
|
1827
|
-
type: Input
|
|
1828
|
-
}], euimSuccess: [{
|
|
1829
|
-
type: Input
|
|
1830
|
-
}], euimWarning: [{
|
|
1831
|
-
type: Input
|
|
1832
|
-
}], euimDanger: [{
|
|
1833
|
-
type: Input
|
|
1834
|
-
}], euimAccent: [{
|
|
1835
|
-
type: Input
|
|
1836
|
-
}], euimDefault: [{
|
|
1837
|
-
type: Input
|
|
1838
|
-
}], euimDark: [{
|
|
1839
|
-
type: Input
|
|
1840
|
-
}], euimWhite: [{
|
|
1841
|
-
type: Input
|
|
1842
|
-
}], euimLight: [{
|
|
1843
|
-
type: Input
|
|
1844
|
-
}], euimClear: [{
|
|
1845
|
-
type: Input
|
|
1846
|
-
}], euimVariant: [{
|
|
1847
|
-
type: Input
|
|
1848
|
-
}], euimDisabled: [{
|
|
1849
|
-
type: Input
|
|
1850
|
-
}], euimPositionTopEnd: [{
|
|
1851
|
-
type: Input
|
|
1852
|
-
}], euimFontBold: [{
|
|
1853
|
-
type: Input
|
|
1854
|
-
}], euimFontRegular: [{
|
|
1855
|
-
type: Input
|
|
1856
|
-
}], euimFontBoldItalic: [{
|
|
1857
|
-
type: Input
|
|
1858
|
-
}], euimFontItalic: [{
|
|
1859
|
-
type: Input
|
|
1860
|
-
}], euimFontLight: [{
|
|
1861
|
-
type: Input
|
|
1862
|
-
}], euimSize2XS: [{
|
|
1863
|
-
type: Input
|
|
1864
|
-
}], euimSizeXS: [{
|
|
1865
|
-
type: Input
|
|
1866
|
-
}], euimSizeS: [{
|
|
1867
|
-
type: Input
|
|
1868
|
-
}], euimSizeM: [{
|
|
1869
|
-
type: Input
|
|
1870
|
-
}], euimSizeL: [{
|
|
1871
|
-
type: Input
|
|
1872
|
-
}], euimSizeXL: [{
|
|
1873
|
-
type: Input
|
|
1874
|
-
}], euimSize2XL: [{
|
|
1875
|
-
type: Input
|
|
1876
|
-
}], euimSize3XL: [{
|
|
1877
|
-
type: Input
|
|
1878
|
-
}], euimSize4XL: [{
|
|
1879
|
-
type: Input
|
|
1880
|
-
}], euimSize5XL: [{
|
|
1881
|
-
type: Input
|
|
1882
|
-
}], euimSizeVariant: [{
|
|
1479
|
+
],
|
|
1480
|
+
}]
|
|
1481
|
+
}] });
|
|
1482
|
+
|
|
1483
|
+
class EuimSidebarComponent {
|
|
1484
|
+
constructor() {
|
|
1485
|
+
this.className = 'euim-sidebar';
|
|
1486
|
+
this.ionMenuId = 'main';
|
|
1487
|
+
}
|
|
1488
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1489
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSidebarComponent, selector: "euim-sidebar", inputs: { ionMenuId: "ionMenuId" }, host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ion-menu contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" slot=\"start\">\n <ng-content></ng-content>\n <ion-content>\n <ng-content select=\"euim-sidebar-content\"></ng-content>\n </ion-content>\n</ion-menu>\n", styles: [".euim-sidebar-content{height:100%}.euim-sidebar-content__list{height:auto;padding:0}.euim-sidebar-content ion-item euim-avatar-icon:first-child{margin-inline-end:var(--eui-base-spacing-m)}.euim-sidebar-content ion-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}\n"], dependencies: [{ kind: "component", type: i1.IonContent, selector: "ion-content", inputs: ["color", "forceOverscroll", "fullscreen", "scrollEvents", "scrollX", "scrollY"] }, { kind: "component", type: i1.IonMenu, selector: "ion-menu", inputs: ["contentId", "disabled", "maxEdgeStart", "menuId", "side", "swipeGesture", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
1490
|
+
}
|
|
1491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarComponent, decorators: [{
|
|
1492
|
+
type: Component,
|
|
1493
|
+
args: [{ selector: 'euim-sidebar', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ion-menu contentId=\"{{ionMenuId}}\" menuId=\"{{ionMenuId}}\" slot=\"start\">\n <ng-content></ng-content>\n <ion-content>\n <ng-content select=\"euim-sidebar-content\"></ng-content>\n </ion-content>\n</ion-menu>\n", styles: [".euim-sidebar-content{height:100%}.euim-sidebar-content__list{height:auto;padding:0}.euim-sidebar-content ion-item euim-avatar-icon:first-child{margin-inline-end:var(--eui-base-spacing-m)}.euim-sidebar-content ion-icon[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}\n"] }]
|
|
1494
|
+
}], propDecorators: { className: [{
|
|
1495
|
+
type: HostBinding
|
|
1496
|
+
}], ionMenuId: [{
|
|
1883
1497
|
type: Input
|
|
1884
1498
|
}] } });
|
|
1885
1499
|
|
|
1500
|
+
class EuimSidebarContentComponent extends EuimSidebarComponent {
|
|
1501
|
+
constructor() {
|
|
1502
|
+
super(...arguments);
|
|
1503
|
+
this.className = 'euim-sidebar-content';
|
|
1504
|
+
}
|
|
1505
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarContentComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
1506
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSidebarContentComponent, selector: "euim-sidebar-content", host: { properties: { "className": "this.className" } }, usesInheritance: true, ngImport: i0, template: "<ion-list class=\"euim-sidebar-content__list\">\n <ion-menu-toggle auto-hide=\"true\">\n <ng-content></ng-content>\n </ion-menu-toggle>\n</ion-list>\n", dependencies: [{ kind: "component", type: i1.IonList, selector: "ion-list", inputs: ["inset", "lines", "mode"] }, { kind: "component", type: i1.IonMenuToggle, selector: "ion-menu-toggle", inputs: ["autoHide", "menu"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1507
|
+
}
|
|
1508
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarContentComponent, decorators: [{
|
|
1509
|
+
type: Component,
|
|
1510
|
+
args: [{ selector: 'euim-sidebar-content', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-list class=\"euim-sidebar-content__list\">\n <ion-menu-toggle auto-hide=\"true\">\n <ng-content></ng-content>\n </ion-menu-toggle>\n</ion-list>\n" }]
|
|
1511
|
+
}], propDecorators: { className: [{
|
|
1512
|
+
type: HostBinding
|
|
1513
|
+
}] } });
|
|
1514
|
+
|
|
1515
|
+
class EuimSidebarModule {
|
|
1516
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1517
|
+
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, declarations: [EuimSidebarComponent,
|
|
1518
|
+
EuimSidebarContentComponent], imports: [CommonModule,
|
|
1519
|
+
RouterModule,
|
|
1520
|
+
IonicModule,
|
|
1521
|
+
EuimAvatarIconModule,
|
|
1522
|
+
EuimLabelModule,
|
|
1523
|
+
EuimNotificationItemModule], exports: [EuimSidebarComponent,
|
|
1524
|
+
EuimSidebarContentComponent] }); }
|
|
1525
|
+
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, imports: [CommonModule,
|
|
1526
|
+
RouterModule,
|
|
1527
|
+
IonicModule,
|
|
1528
|
+
EuimAvatarIconModule,
|
|
1529
|
+
EuimLabelModule,
|
|
1530
|
+
EuimNotificationItemModule] }); }
|
|
1531
|
+
}
|
|
1532
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSidebarModule, decorators: [{
|
|
1533
|
+
type: NgModule,
|
|
1534
|
+
args: [{
|
|
1535
|
+
imports: [
|
|
1536
|
+
CommonModule,
|
|
1537
|
+
RouterModule,
|
|
1538
|
+
IonicModule,
|
|
1539
|
+
EuimAvatarIconModule,
|
|
1540
|
+
EuimLabelModule,
|
|
1541
|
+
EuimNotificationItemModule,
|
|
1542
|
+
],
|
|
1543
|
+
declarations: [
|
|
1544
|
+
EuimSidebarComponent,
|
|
1545
|
+
EuimSidebarContentComponent,
|
|
1546
|
+
],
|
|
1547
|
+
exports: [
|
|
1548
|
+
EuimSidebarComponent,
|
|
1549
|
+
EuimSidebarContentComponent,
|
|
1550
|
+
],
|
|
1551
|
+
}]
|
|
1552
|
+
}] });
|
|
1553
|
+
|
|
1886
1554
|
class EuimHeaderDetailsComponent {
|
|
1887
1555
|
get cssClasses() {
|
|
1888
1556
|
return this.getCssClasses();
|
|
@@ -2000,21 +1668,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2000
1668
|
}] });
|
|
2001
1669
|
|
|
2002
1670
|
class EuimInfoScreenComponent {
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
}
|
|
2006
|
-
getCssClasses() {
|
|
2007
|
-
return [
|
|
2008
|
-
'euim-info-screen',
|
|
2009
|
-
].join(' ');
|
|
1671
|
+
constructor() {
|
|
1672
|
+
this.className = 'euim-info-screen';
|
|
2010
1673
|
}
|
|
2011
1674
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimInfoScreenComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2012
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimInfoScreenComponent, selector: "euim-info-screen", host: { properties: { "class": "this.
|
|
1675
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimInfoScreenComponent, selector: "euim-info-screen", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__content,title+.euim-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2013
1676
|
}
|
|
2014
1677
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimInfoScreenComponent, decorators: [{
|
|
2015
1678
|
type: Component,
|
|
2016
1679
|
args: [{ selector: 'euim-info-screen', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-info-screen__title+.euim-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-info-screen__sub-title+.euim-info-screen__content,title+.euim-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"] }]
|
|
2017
|
-
}], propDecorators: {
|
|
1680
|
+
}], propDecorators: { className: [{
|
|
2018
1681
|
type: HostBinding,
|
|
2019
1682
|
args: ['class']
|
|
2020
1683
|
}] } });
|
|
@@ -2118,11 +1781,11 @@ class EuimBadgeComponent {
|
|
|
2118
1781
|
].join(' ').trim();
|
|
2119
1782
|
}
|
|
2120
1783
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimBadgeComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2121
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimBadgeComponent, selector: "euim-badge", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimDanger", "euimDanger", "euimWarning", "euimWarning", "euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimDefault", "euimDefault", "euimPositionTopEnd", "euimPositionTopEnd"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);color:var(--eui-base-color-white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;box-sizing:border-box;letter-spacing:normal}.euim-avatar-icon{position:relative;overflow:visible}.euim-avatar-icon .euim-badge--position-top-end{position:absolute;right:-6px;top:-6px}ion-button::part(native){overflow:visible}ion-button .euim-badge--position-top-end{position:absolute;left:12px;top:-12px}.euim-badge--info{background:var(--eui-base-color-info-100)}.euim-badge--success{background:var(--eui-base-color-success-100)}.euim-badge--warning{background:var(--eui-base-color-warning-100)}.euim-badge--danger{background:var(--eui-base-color-danger-100)}.euim-badge--default{background:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-100)}\n"], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1784
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimBadgeComponent, selector: "euim-badge", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimDanger", "euimDanger", "euimWarning", "euimWarning", "euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimDefault", "euimDefault", "euimPositionTopEnd", "euimPositionTopEnd"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:50px;height:var(--eui-base-spacing-l);min-width:var(--eui-base-spacing-l);padding:var(--eui-base-spacing-2xs) var(--eui-base-spacing-xs);color:var(--eui-base-color-white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--eui-base-font-size-s)!important;line-height:var(--eui-base-font-size-m)!important;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;box-sizing:border-box;letter-spacing:normal}.euim-avatar-icon{position:relative;overflow:visible}.euim-avatar-icon .euim-badge--position-top-end{position:absolute;right:-6px;top:-6px}ion-button::part(native){overflow:visible}ion-button .euim-badge--position-top-end{position:absolute;left:12px;top:-12px}.euim-badge--info{background:var(--eui-base-color-info-100)}.euim-badge--success{background:var(--eui-base-color-success-100)}.euim-badge--warning{background:var(--eui-base-color-warning-100)}.euim-badge--danger{background:var(--eui-base-color-danger-100)}.euim-badge--default{background:var(--eui-base-color-grey-20);color:var(--eui-base-color-grey-100)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2122
1785
|
}
|
|
2123
1786
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimBadgeComponent, decorators: [{
|
|
2124
1787
|
type: Component,
|
|
2125
|
-
args: [{ selector: 'euim-badge', encapsulation: ViewEncapsulation.None, hostDirectives: [
|
|
1788
|
+
args: [{ selector: 'euim-badge', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, hostDirectives: [
|
|
2126
1789
|
{
|
|
2127
1790
|
directive: BaseStatesDirective,
|
|
2128
1791
|
inputs: [
|
|
@@ -2163,126 +1826,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2163
1826
|
}]
|
|
2164
1827
|
}] });
|
|
2165
1828
|
|
|
2166
|
-
class EuimMessageComponent
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
this._euimSuccess = false;
|
|
2171
|
-
this._euimWarning = false;
|
|
2172
|
-
this._euimDanger = false;
|
|
2173
|
-
this._variant = 'info';
|
|
2174
|
-
}
|
|
2175
|
-
get euimInfo() {
|
|
2176
|
-
return this._euimInfo;
|
|
2177
|
-
}
|
|
2178
|
-
set euimInfo(value) {
|
|
2179
|
-
this.resetVariantType();
|
|
2180
|
-
this._euimInfo = coerceBooleanProperty(value);
|
|
2181
|
-
if (this._euimInfo) {
|
|
2182
|
-
this._variant = 'info';
|
|
2183
|
-
}
|
|
2184
|
-
}
|
|
2185
|
-
get euimSuccess() {
|
|
2186
|
-
return this._euimSuccess;
|
|
2187
|
-
}
|
|
2188
|
-
set euimSuccess(value) {
|
|
2189
|
-
this.resetVariantType();
|
|
2190
|
-
this._euimSuccess = coerceBooleanProperty(value);
|
|
2191
|
-
if (this._euimSuccess) {
|
|
2192
|
-
this._variant = 'success';
|
|
1829
|
+
class EuimMessageComponent {
|
|
1830
|
+
get icon() {
|
|
1831
|
+
if (this.baseStatesDirective.euimWarning) {
|
|
1832
|
+
return 'alert-circle';
|
|
2193
1833
|
}
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
return this._euimWarning;
|
|
2197
|
-
}
|
|
2198
|
-
set euimWarning(value) {
|
|
2199
|
-
this.resetVariantType();
|
|
2200
|
-
this._euimWarning = coerceBooleanProperty(value);
|
|
2201
|
-
if (this._euimWarning) {
|
|
2202
|
-
this._variant = 'warning';
|
|
1834
|
+
if (this.baseStatesDirective.euimDanger) {
|
|
1835
|
+
return 'close-circle';
|
|
2203
1836
|
}
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
return this._euimDanger;
|
|
2207
|
-
}
|
|
2208
|
-
set euimDanger(value) {
|
|
2209
|
-
this.resetVariantType();
|
|
2210
|
-
this._euimDanger = coerceBooleanProperty(value);
|
|
2211
|
-
if (this._euimDanger) {
|
|
2212
|
-
this._variant = 'danger';
|
|
1837
|
+
if (this.baseStatesDirective.euimSuccess) {
|
|
1838
|
+
return 'checkmark-circle';
|
|
2213
1839
|
}
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
return this._variant;
|
|
2217
|
-
}
|
|
2218
|
-
set variant(value) {
|
|
2219
|
-
this._euimWarning = value === 'warning';
|
|
2220
|
-
this._euimInfo = value === 'info';
|
|
2221
|
-
this._euimSuccess = value === 'success';
|
|
2222
|
-
this._euimDanger = value === 'danger';
|
|
2223
|
-
this._variant = value;
|
|
2224
|
-
}
|
|
2225
|
-
get color() {
|
|
2226
|
-
return this.variant;
|
|
2227
|
-
}
|
|
2228
|
-
get icon() {
|
|
2229
|
-
switch (this.variant) {
|
|
2230
|
-
case 'warning':
|
|
2231
|
-
return 'alert-circle';
|
|
2232
|
-
case 'danger':
|
|
2233
|
-
return 'close-circle';
|
|
2234
|
-
case 'success':
|
|
2235
|
-
return 'checkmark-circle';
|
|
2236
|
-
case 'info':
|
|
2237
|
-
return 'information-circle';
|
|
2238
|
-
default:
|
|
2239
|
-
return '';
|
|
1840
|
+
if (this.baseStatesDirective.euimInfo || !this.baseStatesDirective.euimWarning && !this.baseStatesDirective.euimDanger && !this.baseStatesDirective.euimSuccess && !this.baseStatesDirective.euimInfo) {
|
|
1841
|
+
return 'information-circle';
|
|
2240
1842
|
}
|
|
2241
1843
|
}
|
|
2242
1844
|
get cssClasses() {
|
|
2243
1845
|
return this.getCssClasses();
|
|
2244
1846
|
}
|
|
2245
|
-
|
|
2246
|
-
this.
|
|
2247
|
-
this._euimInfo = false;
|
|
2248
|
-
this._euimSuccess = false;
|
|
2249
|
-
this._euimInfo = false;
|
|
2250
|
-
this._variant = null;
|
|
1847
|
+
constructor(baseStatesDirective) {
|
|
1848
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
2251
1849
|
}
|
|
2252
1850
|
getCssClasses() {
|
|
2253
1851
|
return [
|
|
2254
|
-
'euim-message',
|
|
2255
|
-
this.
|
|
1852
|
+
this.baseStatesDirective.getCssClasses('euim-message'),
|
|
1853
|
+
!this.baseStatesDirective.euimWarning &&
|
|
1854
|
+
!this.baseStatesDirective.euimDanger &&
|
|
1855
|
+
!this.baseStatesDirective.euimSuccess &&
|
|
1856
|
+
!this.baseStatesDirective.euimInfo ? 'euim-message--info' : '',
|
|
2256
1857
|
].join(' ');
|
|
2257
1858
|
}
|
|
2258
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMessageComponent, deps:
|
|
2259
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMessageComponent, selector: "euim-message",
|
|
1859
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMessageComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1860
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMessageComponent, selector: "euim-message", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimVariant", "euimVariant"] }], ngImport: i0, template: "<div class=\"euim-message__wrappericon\">\n <ion-icon [name]=\"icon\" class=\"euim-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-message__wrapper\">\n <ng-content select=\"euim-message-title\"></ng-content>\n <ng-content></ng-content>\n</div>\n", styles: [".euim-message{border-width:2px;border-style:solid;display:flex;padding:var(--eui-base-spacing-m)}.euim-message__wrappericon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);padding:0;margin:0}.euim-message__icon{padding:0;margin:0;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-message__wrapper{margin-left:var(--eui-base-spacing-xs)}.euim-message--danger{border-color:var(--eui-base-color-danger-100)}.euim-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-message--info{border-color:var(--eui-base-color-info-100)}.euim-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-message--success{border-color:var(--eui-base-color-success-100)}.euim-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-message--warning{border-color:var(--eui-base-color-warning-100)}.euim-message--warning ion-icon{color:var(--eui-base-color-warning-100)}.euim-message-title{display:flex;align-items:center;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;padding:0;margin:0 0 var(--eui-base-spacing-xs)}\n"], dependencies: [{ kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2260
1861
|
}
|
|
2261
1862
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMessageComponent, decorators: [{
|
|
2262
1863
|
type: Component,
|
|
2263
|
-
args: [{ selector: 'euim-message', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None,
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
1864
|
+
args: [{ selector: 'euim-message', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, hostDirectives: [
|
|
1865
|
+
{
|
|
1866
|
+
directive: BaseStatesDirective,
|
|
1867
|
+
inputs: [
|
|
1868
|
+
'euimInfo',
|
|
1869
|
+
'euimSuccess',
|
|
1870
|
+
'euimWarning',
|
|
1871
|
+
'euimDanger',
|
|
1872
|
+
'euimVariant',
|
|
1873
|
+
],
|
|
1874
|
+
},
|
|
1875
|
+
], template: "<div class=\"euim-message__wrappericon\">\n <ion-icon [name]=\"icon\" class=\"euim-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-message__wrapper\">\n <ng-content select=\"euim-message-title\"></ng-content>\n <ng-content></ng-content>\n</div>\n", styles: [".euim-message{border-width:2px;border-style:solid;display:flex;padding:var(--eui-base-spacing-m)}.euim-message__wrappericon{width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);padding:0;margin:0}.euim-message__icon{padding:0;margin:0;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l)}.euim-message__wrapper{margin-left:var(--eui-base-spacing-xs)}.euim-message--danger{border-color:var(--eui-base-color-danger-100)}.euim-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-message--info{border-color:var(--eui-base-color-info-100)}.euim-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-message--success{border-color:var(--eui-base-color-success-100)}.euim-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-message--warning{border-color:var(--eui-base-color-warning-100)}.euim-message--warning ion-icon{color:var(--eui-base-color-warning-100)}.euim-message-title{display:flex;align-items:center;font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;padding:0;margin:0 0 var(--eui-base-spacing-xs)}\n"] }]
|
|
1876
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { cssClasses: [{
|
|
2275
1877
|
type: HostBinding,
|
|
2276
1878
|
args: ['class']
|
|
2277
1879
|
}] } });
|
|
2278
1880
|
|
|
2279
|
-
class EuimMessageTitleComponent
|
|
1881
|
+
class EuimMessageTitleComponent {
|
|
2280
1882
|
constructor() {
|
|
2281
|
-
super(...arguments);
|
|
2282
1883
|
this.className = 'euim-message-title';
|
|
2283
1884
|
}
|
|
2284
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMessageTitleComponent, deps:
|
|
2285
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMessageTitleComponent, selector: "euim-message-title", host: { properties: { "className": "this.className" } },
|
|
1885
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMessageTitleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1886
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMessageTitleComponent, selector: "euim-message-title", host: { properties: { "className": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2286
1887
|
}
|
|
2287
1888
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMessageTitleComponent, decorators: [{
|
|
2288
1889
|
type: Component,
|
|
@@ -2325,9 +1926,8 @@ class EuimStepperChangeEvent {
|
|
|
2325
1926
|
this.currentStep = currentStep;
|
|
2326
1927
|
}
|
|
2327
1928
|
}
|
|
2328
|
-
class EuimStepperComponent
|
|
1929
|
+
class EuimStepperComponent {
|
|
2329
1930
|
constructor() {
|
|
2330
|
-
super(...arguments);
|
|
2331
1931
|
this.currentStep = 1;
|
|
2332
1932
|
this.stepsCount = 5;
|
|
2333
1933
|
this.isPreviousDisabled = true;
|
|
@@ -2353,12 +1953,18 @@ class EuimStepperComponent extends EuimBaseDirective {
|
|
|
2353
1953
|
this.isPreviousDisabled = this.currentStep <= 1;
|
|
2354
1954
|
this.isNextDisabled = this.currentStep >= this.stepsCount;
|
|
2355
1955
|
}
|
|
2356
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimStepperComponent, deps:
|
|
2357
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimStepperComponent, selector: "euim-stepper", inputs: { currentStep: "currentStep", stepsCount: "stepsCount", isPreviousDisabled: "isPreviousDisabled", isNextDisabled: "isNextDisabled" }, outputs: { previous: "previous", next: "next" },
|
|
1956
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimStepperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1957
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimStepperComponent, selector: "euim-stepper", inputs: { currentStep: "currentStep", stepsCount: "stepsCount", isPreviousDisabled: "isPreviousDisabled", isNextDisabled: "isNextDisabled" }, outputs: { previous: "previous", next: "next" }, ngImport: i0, template: "<ion-footer>\n <ion-footer fill=\"clear\">\n <ion-toolbar color=\"light\">\n <ion-row class=\"ion-align-items-center\">\n <ion-col class=\"ion-text-start\">\n <ion-button\n (click)=\"onPrevious()\"\n [disabled]=\"isPreviousDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-icon name=\"chevron-back-outline\" slot=\"start\"></ion-icon>\n <ion-label>{{ 'euim.stepper.previous' | translate }}</ion-label>\n </ion-button>\n </ion-col>\n\n <ion-col class=\"ion-text-center\">\n <ion-label color=\"primary\">\n {{ currentStep }} {{ 'euim.stepper.of' | translate }} {{stepsCount }}\n </ion-label>\n </ion-col>\n\n <ion-col class=\"ion-text-end\">\n <ion-button\n (click)=\"onNext()\"\n [disabled]=\"isNextDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon name=\"chevron-forward-outline\" slot=\"end\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n", dependencies: [{ kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }, { kind: "component", type: i1.IonCol, selector: "ion-col", inputs: ["offset", "offsetLg", "offsetMd", "offsetSm", "offsetXl", "offsetXs", "pull", "pullLg", "pullMd", "pullSm", "pullXl", "pullXs", "push", "pushLg", "pushMd", "pushSm", "pushXl", "pushXs", "size", "sizeLg", "sizeMd", "sizeSm", "sizeXl", "sizeXs"] }, { kind: "component", type: i1.IonFooter, selector: "ion-footer", inputs: ["collapse", "mode", "translucent"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: i1.IonLabel, selector: "ion-label", inputs: ["color", "mode", "position"] }, { kind: "component", type: i1.IonRow, selector: "ion-row" }, { kind: "component", type: i1.IonToolbar, selector: "ion-toolbar", inputs: ["color", "mode"] }, { kind: "pipe", type: i1$1.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2358
1958
|
}
|
|
1959
|
+
__decorate([
|
|
1960
|
+
coerceBoolean
|
|
1961
|
+
], EuimStepperComponent.prototype, "isPreviousDisabled", void 0);
|
|
1962
|
+
__decorate([
|
|
1963
|
+
coerceBoolean
|
|
1964
|
+
], EuimStepperComponent.prototype, "isNextDisabled", void 0);
|
|
2359
1965
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimStepperComponent, decorators: [{
|
|
2360
1966
|
type: Component,
|
|
2361
|
-
args: [{ selector: 'euim-stepper', template: "<ion-footer>\n <ion-footer fill=\"clear\">\n <ion-toolbar color=\"light\">\n <ion-row class=\"ion-align-items-center\">\n <ion-col class=\"ion-text-start\">\n <ion-button\n (click)=\"onPrevious()\"\n [disabled]=\"isPreviousDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-icon name=\"chevron-back-outline\" slot=\"start\"></ion-icon>\n <ion-label>{{ 'euim.stepper.previous' | translate }}</ion-label>\n </ion-button>\n </ion-col>\n\n <ion-col class=\"ion-text-center\">\n <ion-label color=\"primary\">\n {{ currentStep }} {{ 'euim.stepper.of' | translate }} {{stepsCount }}\n </ion-label>\n </ion-col>\n\n <ion-col class=\"ion-text-end\">\n <ion-button\n (click)=\"onNext()\"\n [disabled]=\"isNextDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon name=\"chevron-forward-outline\" slot=\"end\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n" }]
|
|
1967
|
+
args: [{ selector: 'euim-stepper', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ion-footer>\n <ion-footer fill=\"clear\">\n <ion-toolbar color=\"light\">\n <ion-row class=\"ion-align-items-center\">\n <ion-col class=\"ion-text-start\">\n <ion-button\n (click)=\"onPrevious()\"\n [disabled]=\"isPreviousDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-icon name=\"chevron-back-outline\" slot=\"start\"></ion-icon>\n <ion-label>{{ 'euim.stepper.previous' | translate }}</ion-label>\n </ion-button>\n </ion-col>\n\n <ion-col class=\"ion-text-center\">\n <ion-label color=\"primary\">\n {{ currentStep }} {{ 'euim.stepper.of' | translate }} {{stepsCount }}\n </ion-label>\n </ion-col>\n\n <ion-col class=\"ion-text-end\">\n <ion-button\n (click)=\"onNext()\"\n [disabled]=\"isNextDisabled\"\n fill=\"clear\"\n size=\"small\">\n <ion-label>{{ 'euim.stepper.next' | translate }}</ion-label>\n <ion-icon name=\"chevron-forward-outline\" slot=\"end\"></ion-icon>\n </ion-button>\n </ion-col>\n </ion-row>\n </ion-toolbar>\n </ion-footer>\n</ion-footer>\n" }]
|
|
2362
1968
|
}], propDecorators: { currentStep: [{
|
|
2363
1969
|
type: Input
|
|
2364
1970
|
}], stepsCount: [{
|
|
@@ -2399,13 +2005,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2399
2005
|
}]
|
|
2400
2006
|
}] });
|
|
2401
2007
|
|
|
2402
|
-
class EuimFieldSetComponent
|
|
2008
|
+
class EuimFieldSetComponent {
|
|
2403
2009
|
constructor() {
|
|
2404
|
-
super(...arguments);
|
|
2405
2010
|
this.className = 'euim-fieldset';
|
|
2406
2011
|
}
|
|
2407
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldSetComponent, deps:
|
|
2408
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimFieldSetComponent, selector: "euim-fieldset", host: { properties: { "class": "this.className" } },
|
|
2012
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldSetComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2013
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimFieldSetComponent, selector: "euim-fieldset", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<div>\n <div class=\"euim-fieldset__header\">\n <ng-content select=\"euim-fieldset-legend\"></ng-content>\n <ng-content select=\"euim-fieldset-actions\"></ng-content>\n </div>\n <ng-content></ng-content>\n</div>\n", styles: [".euim-fieldset{display:block}.euim-fieldset__header{display:flex;align-items:center;justify-content:space-between;padding-top:var(--eui-base-spacing-m);border-bottom:1px solid var(--eui-base-color-grey-20);width:100%}.euim-fieldset-legend{display:flex;align-items:center;font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);margin-bottom:var(--eui-base-spacing-xs)}.euim-fieldset-legend ion-icon{margin-right:var(--eui-base-spacing-xs)}.euim-fieldset-actions{display:flex;align-items:center}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2409
2014
|
}
|
|
2410
2015
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldSetComponent, decorators: [{
|
|
2411
2016
|
type: Component,
|
|
@@ -2415,13 +2020,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2415
2020
|
args: ['class']
|
|
2416
2021
|
}] } });
|
|
2417
2022
|
|
|
2418
|
-
class EuimFieldsetLegendComponent
|
|
2023
|
+
class EuimFieldsetLegendComponent {
|
|
2419
2024
|
constructor() {
|
|
2420
|
-
super(...arguments);
|
|
2421
2025
|
this.className = 'euim-fieldset-legend';
|
|
2422
2026
|
}
|
|
2423
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldsetLegendComponent, deps:
|
|
2424
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimFieldsetLegendComponent, selector: "euim-fieldset-legend", host: { properties: { "class": "this.className" } },
|
|
2027
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldsetLegendComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2028
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimFieldsetLegendComponent, selector: "euim-fieldset-legend", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2425
2029
|
}
|
|
2426
2030
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldsetLegendComponent, decorators: [{
|
|
2427
2031
|
type: Component,
|
|
@@ -2431,13 +2035,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2431
2035
|
args: ['class']
|
|
2432
2036
|
}] } });
|
|
2433
2037
|
|
|
2434
|
-
class EuimFieldsetActionsComponent
|
|
2038
|
+
class EuimFieldsetActionsComponent {
|
|
2435
2039
|
constructor() {
|
|
2436
|
-
super(...arguments);
|
|
2437
2040
|
this.className = 'euim-fieldset-actions';
|
|
2438
2041
|
}
|
|
2439
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldsetActionsComponent, deps:
|
|
2440
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimFieldsetActionsComponent, selector: "euim-fieldset-actions", host: { properties: { "class": "this.className" } },
|
|
2042
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldsetActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2043
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimFieldsetActionsComponent, selector: "euim-fieldset-actions", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2441
2044
|
}
|
|
2442
2045
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimFieldsetActionsComponent, decorators: [{
|
|
2443
2046
|
type: Component,
|
|
@@ -2479,64 +2082,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2479
2082
|
}]
|
|
2480
2083
|
}] });
|
|
2481
2084
|
|
|
2482
|
-
class EuimSpinnerComponent
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
}
|
|
2486
|
-
getCssClasses() {
|
|
2487
|
-
return [
|
|
2488
|
-
'euim-spinner',
|
|
2489
|
-
].join(' ');
|
|
2085
|
+
class EuimSpinnerComponent {
|
|
2086
|
+
constructor() {
|
|
2087
|
+
this.className = 'euim-spinner';
|
|
2490
2088
|
}
|
|
2491
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerComponent, deps:
|
|
2492
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSpinnerComponent, selector: "euim-spinner", host: { properties: { "class": "this.
|
|
2089
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2090
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSpinnerComponent, selector: "euim-spinner", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ion-spinner class=\"euim-spinner__icon\">\n</ion-spinner>\n<ng-content>\n</ng-content>\n\n\n", styles: [".euim-spinner{width:100%;margin:0;padding:0}.euim-spinner__icon{width:100%;height:var(--eui-base-spacing-2xl);color:var(--eui-base-color-primary)}.euim-spinner--size-2xs{font-size:var(--eui-base-font-size-2xs)}.euim-spinner--size-xs{font-size:var(--eui-base-font-size-xs)}.euim-spinner--size-s{font-size:var(--eui-base-font-size-s)}.euim-spinner--size-m{font-size:var(--eui-base-font-size-m)}.euim-spinner--size-l{font-size:var(--eui-base-font-size-l)}.euim-spinner--size-xl{font-size:var(--eui-base-font-size-xl)}.euim-spinner--size-2xl{font-size:var(--eui-base-font-size-2xl)}.euim-spinner--size-3xl{font-size:var(--eui-base-font-size-3xl)}.euim-spinner--size-4xl{font-size:var(--eui-base-font-size-4xl)}.euim-spinner--primary{color:var(--eui-base-color-primary-100)}.euim-spinner--secondary{color:var(--eui-base-color-grey-50)}.euim-spinner--info{color:var(--eui-base-color-info-100)}.euim-spinner--success{color:var(--eui-base-color-success-100)}.euim-spinner--warning{color:var(--eui-base-color-warning-100)}.euim-spinner--danger{color:var(--eui-base-color-danger-100)}.euim-spinner--accent{color:var(--eui-base-color-accent-100)}.euim-spinner-message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}.euim-spinner-description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"], dependencies: [{ kind: "component", type: i1.IonSpinner, selector: "ion-spinner", inputs: ["color", "duration", "name", "paused"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
2493
2091
|
}
|
|
2494
2092
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerComponent, decorators: [{
|
|
2495
2093
|
type: Component,
|
|
2496
2094
|
args: [{ selector: 'euim-spinner', encapsulation: ViewEncapsulation.None, template: "<ion-spinner class=\"euim-spinner__icon\">\n</ion-spinner>\n<ng-content>\n</ng-content>\n\n\n", styles: [".euim-spinner{width:100%;margin:0;padding:0}.euim-spinner__icon{width:100%;height:var(--eui-base-spacing-2xl);color:var(--eui-base-color-primary)}.euim-spinner--size-2xs{font-size:var(--eui-base-font-size-2xs)}.euim-spinner--size-xs{font-size:var(--eui-base-font-size-xs)}.euim-spinner--size-s{font-size:var(--eui-base-font-size-s)}.euim-spinner--size-m{font-size:var(--eui-base-font-size-m)}.euim-spinner--size-l{font-size:var(--eui-base-font-size-l)}.euim-spinner--size-xl{font-size:var(--eui-base-font-size-xl)}.euim-spinner--size-2xl{font-size:var(--eui-base-font-size-2xl)}.euim-spinner--size-3xl{font-size:var(--eui-base-font-size-3xl)}.euim-spinner--size-4xl{font-size:var(--eui-base-font-size-4xl)}.euim-spinner--primary{color:var(--eui-base-color-primary-100)}.euim-spinner--secondary{color:var(--eui-base-color-grey-50)}.euim-spinner--info{color:var(--eui-base-color-info-100)}.euim-spinner--success{color:var(--eui-base-color-success-100)}.euim-spinner--warning{color:var(--eui-base-color-warning-100)}.euim-spinner--danger{color:var(--eui-base-color-danger-100)}.euim-spinner--accent{color:var(--eui-base-color-accent-100)}.euim-spinner-message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}.euim-spinner-description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
|
|
2497
|
-
}], propDecorators: {
|
|
2095
|
+
}], propDecorators: { className: [{
|
|
2498
2096
|
type: HostBinding,
|
|
2499
2097
|
args: ['class']
|
|
2500
2098
|
}] } });
|
|
2501
2099
|
|
|
2502
2100
|
/* eslint-disable @angular-eslint/component-selector */
|
|
2503
|
-
class EuimSpinnerMessageComponent
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
}
|
|
2507
|
-
getCssClasses() {
|
|
2508
|
-
return [
|
|
2509
|
-
'euim-spinner-message',
|
|
2510
|
-
].join(' ');
|
|
2101
|
+
class EuimSpinnerMessageComponent {
|
|
2102
|
+
constructor() {
|
|
2103
|
+
this.className = 'euim-spinner-message';
|
|
2511
2104
|
}
|
|
2512
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerMessageComponent, deps:
|
|
2513
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSpinnerMessageComponent, selector: "[euimSpinnerMessage]", host: { properties: { "class": "this.
|
|
2105
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerMessageComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2106
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSpinnerMessageComponent, selector: "[euimSpinnerMessage]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-spinner-message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2514
2107
|
}
|
|
2515
2108
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerMessageComponent, decorators: [{
|
|
2516
2109
|
type: Component,
|
|
2517
|
-
args: [{ selector: '[euimSpinnerMessage]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-spinner-message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"] }]
|
|
2518
|
-
}], propDecorators: {
|
|
2110
|
+
args: [{ selector: '[euimSpinnerMessage]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".euim-spinner-message{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;display:flex;justify-content:center;color:var(--eui-base-color-grey-75)}\n"] }]
|
|
2111
|
+
}], propDecorators: { className: [{
|
|
2519
2112
|
type: HostBinding,
|
|
2520
2113
|
args: ['class']
|
|
2521
2114
|
}] } });
|
|
2522
2115
|
|
|
2523
2116
|
/* eslint-disable @angular-eslint/component-selector */
|
|
2524
|
-
class EuimSpinnerDescriptionComponent
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
}
|
|
2528
|
-
getCssClasses() {
|
|
2529
|
-
return [
|
|
2530
|
-
'euim-spinner-description',
|
|
2531
|
-
].join(' ');
|
|
2117
|
+
class EuimSpinnerDescriptionComponent {
|
|
2118
|
+
constructor() {
|
|
2119
|
+
this.className = 'euim-spinner-description';
|
|
2532
2120
|
}
|
|
2533
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerDescriptionComponent, deps:
|
|
2534
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSpinnerDescriptionComponent, selector: "[euimSpinnerDescription]", host: { properties: { "class": "this.
|
|
2121
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerDescriptionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2122
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSpinnerDescriptionComponent, selector: "[euimSpinnerDescription]", host: { properties: { "class": "this.className" } }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, styles: [".euim-spinner-description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2535
2123
|
}
|
|
2536
2124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSpinnerDescriptionComponent, decorators: [{
|
|
2537
2125
|
type: Component,
|
|
2538
|
-
args: [{ selector: '[euimSpinnerDescription]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, styles: [".euim-spinner-description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
|
|
2539
|
-
}], propDecorators: {
|
|
2126
|
+
args: [{ selector: '[euimSpinnerDescription]', template: '<ng-content></ng-content>', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, styles: [".euim-spinner-description{font:normal normal 400 .875rem/1rem var(--eui-base-font-family);display:flex;justify-content:center;color:var(--eui-base-color-grey-75);margin-top:var(--eui-base-spacing-2xs)}\n"] }]
|
|
2127
|
+
}], propDecorators: { className: [{
|
|
2540
2128
|
type: HostBinding,
|
|
2541
2129
|
args: ['class']
|
|
2542
2130
|
}] } });
|
|
@@ -2575,40 +2163,49 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2575
2163
|
}]
|
|
2576
2164
|
}] });
|
|
2577
2165
|
|
|
2578
|
-
class EuimMediaHeaderComponent
|
|
2579
|
-
constructor() {
|
|
2580
|
-
super(...arguments);
|
|
2581
|
-
this.euimNoGradient = false;
|
|
2582
|
-
}
|
|
2166
|
+
class EuimMediaHeaderComponent {
|
|
2583
2167
|
get cssClasses() {
|
|
2584
2168
|
return this.getCssClasses();
|
|
2585
2169
|
}
|
|
2170
|
+
constructor(baseStatesDirective) {
|
|
2171
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
2172
|
+
this.euimNoGradient = false;
|
|
2173
|
+
}
|
|
2586
2174
|
getCssClasses() {
|
|
2587
2175
|
let size;
|
|
2588
|
-
if (this.euimSizeM) {
|
|
2176
|
+
if (this.baseStatesDirective.euimSizeM) {
|
|
2589
2177
|
size = 'm';
|
|
2590
2178
|
}
|
|
2591
|
-
if (this.euimSizeS) {
|
|
2179
|
+
if (this.baseStatesDirective.euimSizeS) {
|
|
2592
2180
|
size = 's';
|
|
2593
2181
|
}
|
|
2594
|
-
if (this.euimSizeL) {
|
|
2182
|
+
if (this.baseStatesDirective.euimSizeL) {
|
|
2595
2183
|
size = 'l';
|
|
2596
2184
|
}
|
|
2597
2185
|
return [
|
|
2598
|
-
'euim-media-header',
|
|
2186
|
+
this.baseStatesDirective.getCssClasses('euim-media-header'),
|
|
2599
2187
|
size ? `euim-media-header__size-${size}` : '',
|
|
2600
|
-
].join(' ');
|
|
2188
|
+
].join(' ').trim();
|
|
2601
2189
|
}
|
|
2602
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMediaHeaderComponent, deps:
|
|
2603
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMediaHeaderComponent, selector: "euim-media-header", inputs: { euimNoGradient: "euimNoGradient" }, host: { properties: { "class": "this.cssClasses" } },
|
|
2190
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMediaHeaderComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2191
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimMediaHeaderComponent, selector: "euim-media-header", inputs: { euimNoGradient: "euimNoGradient" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimSizeM", "euimSizeM", "euimSizeS", "euimSizeS", "euimSizeL", "euimSizeL"] }], ngImport: i0, template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n<div *ngIf=\"!euimNoGradient\" class=\"euim-media-header__gradient\">\n</div>\n<div class=\"euim-media-header__text\">\n <ng-content></ng-content>\n</div>\n", styles: [".euim-media-header{position:relative;display:flex}.euim-media-header__text{position:absolute;bottom:var(--eui-base-spacing-m);color:#fff;padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-media-header__text h4{margin-bottom:var(--eui-base-spacing-2xs);font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;margin-top:0}.euim-media-header__text div{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__text .euim-media-header__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__text .euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--eui-base-color-black) 100%);background-blend-mode:multiply;background-size:100%;position:absolute;inset:0}.euim-media-header__image{width:100%;height:100%;object-fit:cover}.euim-media-header__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__title+.euim-media-header__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-media-header__size-s{height:calc(var(--eui-base-spacing-m) * 8)}.euim-media-header__size-m{height:calc(var(--eui-base-spacing-m) * 16)}.euim-media-header__size-l{height:calc(var(--eui-base-spacing-m) * 25)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2604
2192
|
}
|
|
2605
2193
|
__decorate([
|
|
2606
2194
|
coerceBoolean
|
|
2607
2195
|
], EuimMediaHeaderComponent.prototype, "euimNoGradient", void 0);
|
|
2608
2196
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimMediaHeaderComponent, decorators: [{
|
|
2609
2197
|
type: Component,
|
|
2610
|
-
args: [{ selector: 'euim-media-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None,
|
|
2611
|
-
|
|
2198
|
+
args: [{ selector: 'euim-media-header', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, hostDirectives: [
|
|
2199
|
+
{
|
|
2200
|
+
directive: BaseStatesDirective,
|
|
2201
|
+
inputs: [
|
|
2202
|
+
'euimSizeM',
|
|
2203
|
+
'euimSizeS',
|
|
2204
|
+
'euimSizeL',
|
|
2205
|
+
],
|
|
2206
|
+
},
|
|
2207
|
+
], template: "<ng-content select=\"[euimMediaHeaderImage]\"></ng-content>\n<div *ngIf=\"!euimNoGradient\" class=\"euim-media-header__gradient\">\n</div>\n<div class=\"euim-media-header__text\">\n <ng-content></ng-content>\n</div>\n", styles: [".euim-media-header{position:relative;display:flex}.euim-media-header__text{position:absolute;bottom:var(--eui-base-spacing-m);color:#fff;padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-m)}.euim-media-header__text h4{margin-bottom:var(--eui-base-spacing-2xs);font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;margin-top:0}.euim-media-header__text div{font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__text .euim-media-header__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__text .euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__gradient{width:100%;height:100%;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--eui-base-color-black) 100%);background-blend-mode:multiply;background-size:100%;position:absolute;inset:0}.euim-media-header__image{width:100%;height:100%;object-fit:cover}.euim-media-header__title{font:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-white)}.euim-media-header__sub-title{color:var(--eui-base-color-white);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family)}.euim-media-header__title+.euim-media-header__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-media-header__size-s{height:calc(var(--eui-base-spacing-m) * 8)}.euim-media-header__size-m{height:calc(var(--eui-base-spacing-m) * 16)}.euim-media-header__size-l{height:calc(var(--eui-base-spacing-m) * 25)}\n"] }]
|
|
2208
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { euimNoGradient: [{
|
|
2612
2209
|
type: Input
|
|
2613
2210
|
}], cssClasses: [{
|
|
2614
2211
|
type: HostBinding,
|
|
@@ -2701,85 +2298,103 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2701
2298
|
}]
|
|
2702
2299
|
}] });
|
|
2703
2300
|
|
|
2704
|
-
class EuimDataSummaryColLabelDirective
|
|
2705
|
-
constructor() {
|
|
2706
|
-
super(...arguments);
|
|
2707
|
-
this.rootClass = 'euim-data-summary__col-label';
|
|
2708
|
-
}
|
|
2301
|
+
class EuimDataSummaryColLabelDirective {
|
|
2709
2302
|
get cssClasses() {
|
|
2710
|
-
return this.getCssClasses(
|
|
2303
|
+
return this.getCssClasses();
|
|
2711
2304
|
}
|
|
2712
|
-
|
|
2713
|
-
|
|
2305
|
+
constructor(baseStatesDirective) {
|
|
2306
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
2307
|
+
}
|
|
2308
|
+
getCssClasses() {
|
|
2309
|
+
return [
|
|
2310
|
+
this.baseStatesDirective.getCssClasses('euim-data-summary__col-label'),
|
|
2311
|
+
].join(' ').trim();
|
|
2714
2312
|
}
|
|
2715
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryColLabelDirective, deps:
|
|
2716
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimDataSummaryColLabelDirective, selector: "[euimDataSummaryColLabel]", host: { properties: { "class": "this.cssClasses" } },
|
|
2313
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryColLabelDirective, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2314
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimDataSummaryColLabelDirective, selector: "[euimDataSummaryColLabel]", host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimPrimary", "euimPrimary"] }], ngImport: i0 }); }
|
|
2717
2315
|
}
|
|
2718
2316
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryColLabelDirective, decorators: [{
|
|
2719
2317
|
type: Directive,
|
|
2720
2318
|
args: [{
|
|
2721
2319
|
selector: '[euimDataSummaryColLabel]',
|
|
2320
|
+
hostDirectives: [
|
|
2321
|
+
{
|
|
2322
|
+
directive: BaseStatesDirective,
|
|
2323
|
+
inputs: [
|
|
2324
|
+
'euimPrimary',
|
|
2325
|
+
],
|
|
2326
|
+
},
|
|
2327
|
+
],
|
|
2722
2328
|
}]
|
|
2723
|
-
}], propDecorators: { cssClasses: [{
|
|
2329
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { cssClasses: [{
|
|
2724
2330
|
type: HostBinding,
|
|
2725
2331
|
args: ['class']
|
|
2726
2332
|
}] } });
|
|
2727
2333
|
|
|
2728
|
-
class EuimDataSummaryColValueDirective
|
|
2729
|
-
constructor() {
|
|
2730
|
-
super(...arguments);
|
|
2731
|
-
this.rootClass = 'euim-data-summary__col-value';
|
|
2732
|
-
}
|
|
2334
|
+
class EuimDataSummaryColValueDirective {
|
|
2733
2335
|
get cssClasses() {
|
|
2734
|
-
return this.getCssClasses(
|
|
2336
|
+
return this.getCssClasses();
|
|
2735
2337
|
}
|
|
2736
|
-
|
|
2737
|
-
|
|
2338
|
+
constructor(baseStatesDirective) {
|
|
2339
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
2340
|
+
}
|
|
2341
|
+
getCssClasses() {
|
|
2342
|
+
return [
|
|
2343
|
+
this.baseStatesDirective.getCssClasses('euim-data-summary__col-value'),
|
|
2344
|
+
].join(' ').trim();
|
|
2738
2345
|
}
|
|
2739
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryColValueDirective, deps:
|
|
2740
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimDataSummaryColValueDirective, selector: "[euimDataSummaryColValue]", host: { properties: { "class": "this.cssClasses" } },
|
|
2346
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryColValueDirective, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2347
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimDataSummaryColValueDirective, selector: "[euimDataSummaryColValue]", host: { properties: { "class": "this.cssClasses" } }, ngImport: i0 }); }
|
|
2741
2348
|
}
|
|
2742
2349
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryColValueDirective, decorators: [{
|
|
2743
2350
|
type: Directive,
|
|
2744
2351
|
args: [{
|
|
2745
2352
|
selector: '[euimDataSummaryColValue]',
|
|
2746
2353
|
}]
|
|
2747
|
-
}], propDecorators: { cssClasses: [{
|
|
2354
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { cssClasses: [{
|
|
2748
2355
|
type: HostBinding,
|
|
2749
2356
|
args: ['class']
|
|
2750
2357
|
}] } });
|
|
2751
2358
|
|
|
2752
|
-
class EuimDataSummaryComponent
|
|
2753
|
-
constructor() {
|
|
2754
|
-
super(...arguments);
|
|
2755
|
-
this.rootClass = 'euim-data-summary';
|
|
2756
|
-
}
|
|
2359
|
+
class EuimDataSummaryComponent {
|
|
2757
2360
|
get cssClasses() {
|
|
2758
|
-
return this.getCssClasses(
|
|
2361
|
+
return this.getCssClasses();
|
|
2759
2362
|
}
|
|
2760
|
-
|
|
2761
|
-
|
|
2363
|
+
constructor(baseStatesDirective) {
|
|
2364
|
+
this.baseStatesDirective = baseStatesDirective;
|
|
2365
|
+
}
|
|
2366
|
+
getCssClasses() {
|
|
2367
|
+
return [
|
|
2368
|
+
this.baseStatesDirective.getCssClasses('euim-data-summary'),
|
|
2369
|
+
].join(' ');
|
|
2762
2370
|
}
|
|
2763
2371
|
ngAfterContentInit() {
|
|
2764
2372
|
if (this.euimDataSummaryColLabelComponent
|
|
2765
2373
|
&& this.euimDataSummaryColValueComponent) {
|
|
2766
|
-
if (this.euimPrimary) {
|
|
2374
|
+
if (this.baseStatesDirective.euimPrimary) {
|
|
2767
2375
|
this.euimDataSummaryColLabelComponent.forEach(item => {
|
|
2768
|
-
item.euimPrimary = true;
|
|
2376
|
+
item.baseStatesDirective.euimPrimary = true;
|
|
2769
2377
|
});
|
|
2770
2378
|
this.euimDataSummaryColValueComponent.forEach(item => {
|
|
2771
|
-
item.euimPrimary = true;
|
|
2379
|
+
item.baseStatesDirective.euimPrimary = true;
|
|
2772
2380
|
});
|
|
2773
2381
|
}
|
|
2774
2382
|
}
|
|
2775
2383
|
}
|
|
2776
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryComponent, deps:
|
|
2777
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimDataSummaryComponent, selector: "euim-data-summary", host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimDataSummaryColLabelComponent", predicate: EuimDataSummaryColLabelDirective, descendants: true }, { propertyName: "euimDataSummaryColValueComponent", predicate: EuimDataSummaryColValueDirective, descendants: true }],
|
|
2384
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2385
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimDataSummaryComponent, selector: "euim-data-summary", host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimDataSummaryColLabelComponent", predicate: EuimDataSummaryColLabelDirective, descendants: true }, { propertyName: "euimDataSummaryColValueComponent", predicate: EuimDataSummaryColValueDirective, descendants: true }], hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimPrimary", "euimPrimary"] }], ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-data-summary{display:flex;width:100%;padding:var(--eui-base-spacing-s);border-bottom:1px solid var(--eui-base-color-grey-20);border-top:1px solid var(--eui-base-color-grey-20)}.euim-data-summary--primary{background-color:var(--eui-base-color-primary-100);border-bottom:0;border-top:0}.euim-data-summary__col{width:100%;text-align:center}.euim-data-summary__col+.euim-data-summary__col{border-left:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col-label{color:var(--eui-base-color-grey-100);font:var(--eui-base-font-m);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-label--primary{color:var(--eui-base-color-white)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-data-summary__col-value--primary{color:var(--eui-base-color-white)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2778
2386
|
}
|
|
2779
2387
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimDataSummaryComponent, decorators: [{
|
|
2780
2388
|
type: Component,
|
|
2781
|
-
args: [{ selector: 'euim-data-summary', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None,
|
|
2782
|
-
|
|
2389
|
+
args: [{ selector: 'euim-data-summary', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, hostDirectives: [
|
|
2390
|
+
{
|
|
2391
|
+
directive: BaseStatesDirective,
|
|
2392
|
+
inputs: [
|
|
2393
|
+
'euimPrimary',
|
|
2394
|
+
],
|
|
2395
|
+
},
|
|
2396
|
+
], template: "<ng-content></ng-content>\n", styles: [".euim-data-summary{display:flex;width:100%;padding:var(--eui-base-spacing-s);border-bottom:1px solid var(--eui-base-color-grey-20);border-top:1px solid var(--eui-base-color-grey-20)}.euim-data-summary--primary{background-color:var(--eui-base-color-primary-100);border-bottom:0;border-top:0}.euim-data-summary__col{width:100%;text-align:center}.euim-data-summary__col+.euim-data-summary__col{border-left:1px solid var(--eui-base-color-grey-20)}.euim-data-summary__col-label{color:var(--eui-base-color-grey-100);font:var(--eui-base-font-m);font:normal normal 400 1rem/1.25rem var(--eui-base-font-family);font-weight:700;margin-bottom:var(--eui-base-spacing-2xs)}.euim-data-summary__col-label--primary{color:var(--eui-base-color-white)}.euim-data-summary__col-value{color:var(--eui-base-color-grey-75);font:var(--eui-base-font-s)}.euim-data-summary__col-value--primary{color:var(--eui-base-color-white)}\n"] }]
|
|
2397
|
+
}], ctorParameters: function () { return [{ type: BaseStatesDirective }]; }, propDecorators: { euimDataSummaryColLabelComponent: [{
|
|
2783
2398
|
type: ContentChildren,
|
|
2784
2399
|
args: [EuimDataSummaryColLabelDirective, { descendants: true }]
|
|
2785
2400
|
}], euimDataSummaryColValueComponent: [{
|
|
@@ -2843,22 +2458,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2843
2458
|
}]
|
|
2844
2459
|
}] });
|
|
2845
2460
|
|
|
2846
|
-
class EuimAvatarComponent
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
}
|
|
2850
|
-
getCssClasses() {
|
|
2851
|
-
return [
|
|
2852
|
-
'euim-avatar',
|
|
2853
|
-
].join(' ');
|
|
2461
|
+
class EuimAvatarComponent {
|
|
2462
|
+
constructor() {
|
|
2463
|
+
this.className = 'euim-avatar';
|
|
2854
2464
|
}
|
|
2855
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAvatarComponent, deps:
|
|
2856
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAvatarComponent, selector: "euim-avatar", host: { properties: { "class": "this.
|
|
2465
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2466
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAvatarComponent, selector: "euim-avatar", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n", styles: [".euim-avatar{display:inline-flex;position:relative}.euim-avatar[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar__sub-icon{position:absolute;z-index:99;display:inline-flex;bottom:-6px;right:-6px}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid;border-color:var(--eui-base-color-white)}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2857
2467
|
}
|
|
2858
2468
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAvatarComponent, decorators: [{
|
|
2859
2469
|
type: Component,
|
|
2860
|
-
args: [{ selector: 'euim-avatar', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n", styles: [".euim-avatar{display:inline-flex;position:relative}.euim-avatar[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar__sub-icon{position:absolute;z-index:99;display:inline-flex;bottom:-6px;right:-6px}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid;border-color:var(--eui-base-color-white)}\n"] }]
|
|
2861
|
-
}], propDecorators: {
|
|
2470
|
+
args: [{ selector: 'euim-avatar', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n", styles: [".euim-avatar{display:inline-flex;position:relative}.euim-avatar[slot=start]{margin-inline-end:var(--eui-base-spacing-m)}.euim-avatar[slot=end]{margin-inline-start:var(--eui-base-spacing-m)}.euim-avatar__sub-icon{position:absolute;z-index:99;display:inline-flex;bottom:-6px;right:-6px}.euim-avatar-icon--fill-outline-solid{border-width:2px;border-style:solid;border-color:var(--eui-base-color-white)}\n"] }]
|
|
2471
|
+
}], propDecorators: { className: [{
|
|
2862
2472
|
type: HostBinding,
|
|
2863
2473
|
args: ['class']
|
|
2864
2474
|
}] } });
|
|
@@ -2929,9 +2539,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2929
2539
|
}]
|
|
2930
2540
|
}] });
|
|
2931
2541
|
|
|
2932
|
-
class EuimAlertMessageComponent
|
|
2542
|
+
class EuimAlertMessageComponent {
|
|
2933
2543
|
constructor(baseStatesDirective) {
|
|
2934
|
-
super();
|
|
2935
2544
|
this.baseStatesDirective = baseStatesDirective;
|
|
2936
2545
|
this._variant = 'default';
|
|
2937
2546
|
this.euimClose = new EventEmitter();
|
|
@@ -2942,7 +2551,6 @@ class EuimAlertMessageComponent extends EuimBaseDirective {
|
|
|
2942
2551
|
}
|
|
2943
2552
|
ngOnInit() {
|
|
2944
2553
|
if (this.baseStatesDirective) {
|
|
2945
|
-
this.resetVariantType();
|
|
2946
2554
|
this.setVariants();
|
|
2947
2555
|
}
|
|
2948
2556
|
}
|
|
@@ -2997,20 +2605,9 @@ class EuimAlertMessageComponent extends EuimBaseDirective {
|
|
|
2997
2605
|
get cssClasses() {
|
|
2998
2606
|
return this.getCssClasses();
|
|
2999
2607
|
}
|
|
3000
|
-
resetVariantType() {
|
|
3001
|
-
this._euimDanger = false;
|
|
3002
|
-
this._euimInfo = false;
|
|
3003
|
-
this._euimSuccess = false;
|
|
3004
|
-
this._euimInfo = false;
|
|
3005
|
-
this._euimPrimary = false;
|
|
3006
|
-
this._euimDark = false;
|
|
3007
|
-
this._euimClear = false;
|
|
3008
|
-
this._euimLight = false;
|
|
3009
|
-
this._variant = null;
|
|
3010
|
-
}
|
|
3011
2608
|
getCssClasses() {
|
|
3012
2609
|
return [
|
|
3013
|
-
'euim-alert-message',
|
|
2610
|
+
this.baseStatesDirective.getCssClasses('euim-alert-message'),
|
|
3014
2611
|
this._variant ? `euim-alert-message--${this._variant}` : '',
|
|
3015
2612
|
!this.isVisible ? 'euim-alert-message--hidden' : '',
|
|
3016
2613
|
].join(' ');
|
|
@@ -3023,7 +2620,7 @@ class EuimAlertMessageComponent extends EuimBaseDirective {
|
|
|
3023
2620
|
this.euimClose.emit();
|
|
3024
2621
|
}
|
|
3025
2622
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimAlertMessageComponent, deps: [{ token: BaseStatesDirective }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3026
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAlertMessageComponent, selector: "euim-alert-message", inputs: { euimLabelTruncate: "euimLabelTruncate", hasIcon: "hasIcon", isCloseable: "isCloseable" }, outputs: { euimClose: "euimClose" }, host: { properties: { "class": "this.cssClasses" } },
|
|
2623
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimAlertMessageComponent, selector: "euim-alert-message", inputs: { euimLabelTruncate: "euimLabelTruncate", hasIcon: "hasIcon", isCloseable: "isCloseable" }, outputs: { euimClose: "euimClose" }, host: { properties: { "class": "this.cssClasses" } }, hostDirectives: [{ directive: BaseStatesDirective, inputs: ["euimInfo", "euimInfo", "euimSuccess", "euimSuccess", "euimWarning", "euimWarning", "euimDanger", "euimDanger", "euimPrimary", "euimPrimary", "euimDark", "euimDark", "euimLight", "euimLight", "euimClear", "euimClear", "euimVariant", "euimVariant"] }], ngImport: i0, template: "<div class=\"euim-alert-message__wrappericon\" *ngIf=\"hasIcon && isVisible\">\n <ion-icon *ngIf=\"hasIcon\" [name]=\"icon\" class=\"euim-alert-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-alert-message__wrapper\" *ngIf=\"isVisible\">\n <div class=\"slotStart\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n <div euimLabel [euimLabelTruncate]=\"euimLabelTruncate\">\n <ng-content></ng-content>\n </div>\n <div class=\"slotEnd\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n</div>\n\n<a *ngIf=\"isCloseable && isVisible\" role=\"button\" aria-label=\"Close Icon Button\" class=\"euim-alert-message__close\"\n (click)=\"onClose($event)\">\n <ion-icon name=\"close-sharp\" class=\"euim-alert-message__closeIcon\"></ion-icon>\n</a>\n", styles: [".euim-alert-message{width:100%;display:flex;align-items:center;font:normal normal 400 .875rem/1rem var(--eui-base-font-family);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-xs);padding-top:var(--eui-base-spacing-xs);padding-bottom:var(--eui-base-spacing-xs)}.euim-alert-message__wrapper{padding:0;margin:0;min-width:1px;display:flex;align-items:center;position:relative;flex-grow:1}.euim-alert-message .slotEnd{display:flex;align-items:center;margin-inline-start:auto;padding-left:var(--eui-base-spacing-xs)}.euim-alert-message .slotEnd ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);display:flex}.euim-alert-message [slotStart]{display:flex;align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__icon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__closeIcon{align-items:center;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message__wrappericon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__close{padding:0;margin:0;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message a{cursor:pointer}.euim-alert-message ion-badge[slotEnd]{display:flex}.euim-alert-message--danger{color:var(--eui-base-color-danger-120);background:var(--eui-base-color-danger-25)}.euim-alert-message--danger .euim-label{color:var(--eui-base-color-danger-120)}.euim-alert-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--danger ion-badge[slotEnd],.euim-alert-message--danger ion-button[slotEnd],.euim-alert-message--danger ion-chip[slotEnd]{--background: var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.euim-alert-message--danger ion-badge[slotEnd] ion-icon,.euim-alert-message--danger ion-button[slotEnd] ion-icon,.euim-alert-message--danger ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--danger [slotEnd] ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--info{color:var(--eui-base-color-info-120);background:var(--eui-base-color-info-25)}.euim-alert-message--info .euim-label{color:var(--eui-base-color-info-120)}.euim-alert-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--info ion-badge[slotEnd],.euim-alert-message--info ion-button[slotEnd],.euim-alert-message--info ion-chip[slotEnd]{--background: var(--eui-base-color-info-100);color:var(--eui-base-color-white)}.euim-alert-message--info ion-badge[slotEnd] ion-icon,.euim-alert-message--info ion-button[slotEnd] ion-icon,.euim-alert-message--info ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--info [slotEnd] ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--success{color:var(--eui-base-color-success-120);background:var(--eui-base-color-success-25)}.euim-alert-message--success .euim-label{color:var(--eui-base-color-success-120)}.euim-alert-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--success ion-badge[slotEnd],.euim-alert-message--success ion-button[slotEnd],.euim-alert-message--success ion-chip[slotEnd]{--background: var(--eui-base-color-success-100);color:var(--eui-base-color-white)}.euim-alert-message--success ion-badge[slotEnd] ion-icon,.euim-alert-message--success ion-button[slotEnd] ion-icon,.euim-alert-message--success ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--success [slotEnd] ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--warning{color:var(--eui-base-color-warning-140);background:var(--eui-base-color-warning-25)}.euim-alert-message--warning .euim-label{color:var(--eui-base-color-warning-140)}.euim-alert-message--warning ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--warning ion-badge[slotEnd],.euim-alert-message--warning ion-button[slotEnd],.euim-alert-message--warning ion-chip[slotEnd]{--background: var(--eui-base-color-warning-120);color:var(--eui-base-color-white)}.euim-alert-message--warning ion-badge[slotEnd] ion-icon,.euim-alert-message--warning ion-button[slotEnd] ion-icon,.euim-alert-message--warning ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--warning [slotEnd] ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--dark{color:var(--eui-base-color-white);background:var(--eui-base-color-grey-100)}.euim-alert-message--dark ion-icon,.euim-alert-message--dark .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--dark [slotEnd]{--background: var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-alert-message--primary{color:var(--eui-base-color-white);background:var(--eui-base-color-primary-100)}.euim-alert-message--primary ion-icon,.euim-alert-message--primary .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--primary [slotEnd]{--background: none;--border-color: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-5)}.euim-alert-message--light{color:var(--eui-base-color-grey-100);background:var(--eui-base-color-grey-5)}.euim-alert-message--light ion-icon,.euim-alert-message--light .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--light [slotEnd]{--background: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-100)}.euim-alert-message--default{color:var(--eui-base-color-black);background:none}.euim-alert-message--default ion-icon,.euim-alert-message--default .euim-label{color:var(--eui-base-color-black)}.euim-alert-message--clear{color:var(--eui-base-color-grey-100);background:none}.euim-alert-message--clear ion-icon,.euim-alert-message--clear .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--hidden{display:none}.euim-alert-message [slotEnd]{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-alert-message ion-badge[slotEnd]{padding-right:var(--eui-base-spacing-xs);padding-left:var(--eui-base-spacing-xs)}.euim-alert-message ion-badge[slotEnd] ion-icon{padding-left:var(--eui-base-spacing-2xs)}\n"], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonIcon, selector: "ion-icon", inputs: ["color", "flipRtl", "icon", "ios", "lazy", "md", "mode", "name", "sanitize", "size", "src"] }, { kind: "component", type: EuimLabelComponent, selector: "div[euimLabel], p[euimLabel], span[euimLabel], euim-label", inputs: ["euimLabelTruncateWithLines", "euimLabelTitle", "euimLabelSubTitle", "euimLabelMeta", "euimLabelTruncate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3027
2624
|
}
|
|
3028
2625
|
__decorate([
|
|
3029
2626
|
coerceBoolean
|
|
@@ -3048,6 +2645,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3048
2645
|
'euimDark',
|
|
3049
2646
|
'euimLight',
|
|
3050
2647
|
'euimClear',
|
|
2648
|
+
'euimVariant',
|
|
3051
2649
|
],
|
|
3052
2650
|
},
|
|
3053
2651
|
], template: "<div class=\"euim-alert-message__wrappericon\" *ngIf=\"hasIcon && isVisible\">\n <ion-icon *ngIf=\"hasIcon\" [name]=\"icon\" class=\"euim-alert-message__icon\"></ion-icon>\n</div>\n<div class=\"euim-alert-message__wrapper\" *ngIf=\"isVisible\">\n <div class=\"slotStart\">\n <ng-content select=\"[slotStart]\"></ng-content>\n </div>\n <div euimLabel [euimLabelTruncate]=\"euimLabelTruncate\">\n <ng-content></ng-content>\n </div>\n <div class=\"slotEnd\">\n <ng-content select=\"[slotEnd]\"></ng-content>\n </div>\n</div>\n\n<a *ngIf=\"isCloseable && isVisible\" role=\"button\" aria-label=\"Close Icon Button\" class=\"euim-alert-message__close\"\n (click)=\"onClose($event)\">\n <ion-icon name=\"close-sharp\" class=\"euim-alert-message__closeIcon\"></ion-icon>\n</a>\n", styles: [".euim-alert-message{width:100%;display:flex;align-items:center;font:normal normal 400 .875rem/1rem var(--eui-base-font-family);padding-left:var(--eui-base-spacing-m);padding-right:var(--eui-base-spacing-xs);padding-top:var(--eui-base-spacing-xs);padding-bottom:var(--eui-base-spacing-xs)}.euim-alert-message__wrapper{padding:0;margin:0;min-width:1px;display:flex;align-items:center;position:relative;flex-grow:1}.euim-alert-message .slotEnd{display:flex;align-items:center;margin-inline-start:auto;padding-left:var(--eui-base-spacing-xs)}.euim-alert-message .slotEnd ion-icon{width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m);display:flex}.euim-alert-message [slotStart]{display:flex;align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__icon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__closeIcon{align-items:center;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message__wrappericon{align-items:center;width:var(--eui-base-spacing-l);height:var(--eui-base-spacing-l);margin-inline-end:var(--eui-base-spacing-m)}.euim-alert-message__close{padding:0;margin:0;width:var(--eui-base-spacing-m);height:var(--eui-base-spacing-m)}.euim-alert-message a{cursor:pointer}.euim-alert-message ion-badge[slotEnd]{display:flex}.euim-alert-message--danger{color:var(--eui-base-color-danger-120);background:var(--eui-base-color-danger-25)}.euim-alert-message--danger .euim-label{color:var(--eui-base-color-danger-120)}.euim-alert-message--danger ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--danger ion-badge[slotEnd],.euim-alert-message--danger ion-button[slotEnd],.euim-alert-message--danger ion-chip[slotEnd]{--background: var(--eui-base-color-danger-100);color:var(--eui-base-color-white)}.euim-alert-message--danger ion-badge[slotEnd] ion-icon,.euim-alert-message--danger ion-button[slotEnd] ion-icon,.euim-alert-message--danger ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--danger [slotEnd] ion-icon{color:var(--eui-base-color-danger-100)}.euim-alert-message--info{color:var(--eui-base-color-info-120);background:var(--eui-base-color-info-25)}.euim-alert-message--info .euim-label{color:var(--eui-base-color-info-120)}.euim-alert-message--info ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--info ion-badge[slotEnd],.euim-alert-message--info ion-button[slotEnd],.euim-alert-message--info ion-chip[slotEnd]{--background: var(--eui-base-color-info-100);color:var(--eui-base-color-white)}.euim-alert-message--info ion-badge[slotEnd] ion-icon,.euim-alert-message--info ion-button[slotEnd] ion-icon,.euim-alert-message--info ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--info [slotEnd] ion-icon{color:var(--eui-base-color-info-100)}.euim-alert-message--success{color:var(--eui-base-color-success-120);background:var(--eui-base-color-success-25)}.euim-alert-message--success .euim-label{color:var(--eui-base-color-success-120)}.euim-alert-message--success ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--success ion-badge[slotEnd],.euim-alert-message--success ion-button[slotEnd],.euim-alert-message--success ion-chip[slotEnd]{--background: var(--eui-base-color-success-100);color:var(--eui-base-color-white)}.euim-alert-message--success ion-badge[slotEnd] ion-icon,.euim-alert-message--success ion-button[slotEnd] ion-icon,.euim-alert-message--success ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--success [slotEnd] ion-icon{color:var(--eui-base-color-success-100)}.euim-alert-message--warning{color:var(--eui-base-color-warning-140);background:var(--eui-base-color-warning-25)}.euim-alert-message--warning .euim-label{color:var(--eui-base-color-warning-140)}.euim-alert-message--warning ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--warning ion-badge[slotEnd],.euim-alert-message--warning ion-button[slotEnd],.euim-alert-message--warning ion-chip[slotEnd]{--background: var(--eui-base-color-warning-120);color:var(--eui-base-color-white)}.euim-alert-message--warning ion-badge[slotEnd] ion-icon,.euim-alert-message--warning ion-button[slotEnd] ion-icon,.euim-alert-message--warning ion-chip[slotEnd] ion-icon{color:var(--eui-base-color-white)}.euim-alert-message--warning [slotEnd] ion-icon{color:var(--eui-base-color-warning-120)}.euim-alert-message--dark{color:var(--eui-base-color-white);background:var(--eui-base-color-grey-100)}.euim-alert-message--dark ion-icon,.euim-alert-message--dark .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--dark [slotEnd]{--background: var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-alert-message--primary{color:var(--eui-base-color-white);background:var(--eui-base-color-primary-100)}.euim-alert-message--primary ion-icon,.euim-alert-message--primary .euim-label{color:var(--eui-base-color-white)}.euim-alert-message--primary [slotEnd]{--background: none;--border-color: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-5)}.euim-alert-message--light{color:var(--eui-base-color-grey-100);background:var(--eui-base-color-grey-5)}.euim-alert-message--light ion-icon,.euim-alert-message--light .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--light [slotEnd]{--background: var(--eui-base-color-grey-5);color:var(--eui-base-color-grey-100)}.euim-alert-message--default{color:var(--eui-base-color-black);background:none}.euim-alert-message--default ion-icon,.euim-alert-message--default .euim-label{color:var(--eui-base-color-black)}.euim-alert-message--clear{color:var(--eui-base-color-grey-100);background:none}.euim-alert-message--clear ion-icon,.euim-alert-message--clear .euim-label{color:var(--eui-base-color-grey-100)}.euim-alert-message--hidden{display:none}.euim-alert-message [slotEnd]{font:normal normal 400 .875rem/1rem var(--eui-base-font-family)}.euim-alert-message ion-badge[slotEnd]{padding-right:var(--eui-base-spacing-xs);padding-left:var(--eui-base-spacing-xs)}.euim-alert-message ion-badge[slotEnd] ion-icon{padding-left:var(--eui-base-spacing-2xs)}\n"] }]
|
|
@@ -3112,19 +2710,14 @@ class EuimSliderComponent {
|
|
|
3112
2710
|
this.isPreviousBtn = false;
|
|
3113
2711
|
this.isNextBtn = false;
|
|
3114
2712
|
this.isRightBtnVisible = true;
|
|
2713
|
+
this.className = 'euim-slider';
|
|
3115
2714
|
this.slidesArray = [];
|
|
3116
2715
|
this.currentSlide = 0;
|
|
3117
2716
|
this.startX = 0;
|
|
3118
2717
|
}
|
|
3119
|
-
get cssClasses() {
|
|
3120
|
-
return this.getCssClasses();
|
|
3121
|
-
}
|
|
3122
2718
|
onResize(event) {
|
|
3123
2719
|
this.setSliderStyles();
|
|
3124
2720
|
}
|
|
3125
|
-
getCssClasses() {
|
|
3126
|
-
return ['euim-slider'].join(' ');
|
|
3127
|
-
}
|
|
3128
2721
|
ngAfterViewInit() {
|
|
3129
2722
|
this.setSliderStyles();
|
|
3130
2723
|
}
|
|
@@ -3218,7 +2811,7 @@ class EuimSliderComponent {
|
|
|
3218
2811
|
this.leftBtnActionClicked.emit(event);
|
|
3219
2812
|
}
|
|
3220
2813
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSliderComponent, deps: [{ token: i0.Renderer2 }, { token: i1.GestureController }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3221
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSliderComponent, selector: "euim-slider", inputs: { actionBtnNames: "actionBtnNames", isLeftBtnVisible: "isLeftBtnVisible", isPreviousBtn: "isPreviousBtn", isNextBtn: "isNextBtn" }, outputs: { actionClicked: "actionClicked", lastStepActionClicked: "lastStepActionClicked", leftBtnActionClicked: "leftBtnActionClicked" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.
|
|
2814
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSliderComponent, selector: "euim-slider", inputs: { actionBtnNames: "actionBtnNames", isLeftBtnVisible: "isLeftBtnVisible", isPreviousBtn: "isPreviousBtn", isNextBtn: "isNextBtn" }, outputs: { actionClicked: "actionClicked", lastStepActionClicked: "lastStepActionClicked", leftBtnActionClicked: "leftBtnActionClicked" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.className" } }, viewQueries: [{ propertyName: "slides", first: true, predicate: ["slides"], descendants: true, static: true }], ngImport: i0, template: "<div #sliderElement class=\"euim-slider__slider-container\">\n <div #slides class=\"euim-slider__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=isLeftBtnVisible class=\"euim-slider__action-button euim-slider__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftActionBtnName}}</ion-button>\n <div class=\"euim-slider__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider__span\"></span>\n </div>\n <ion-button (click)=\"onAction($event)\" *ngIf=\"!isLastItemReached && !isNextBtn || isNextBtn && isRightBtnVisible\" class=\"euim-slider__action-button euim-slider__action-button--right\"\n fill=\"clear\">{{actionBtnNames.actionBtnName}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider__action-button euim-slider__action-button--right\"\n fill=\"clear\">{{actionBtnNames.lastStepActionBtnName}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider__slides{display:flex;transition:all .5s ease;width:100%}.euim-slider__slide{width:100%}.euim-slider__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:60px}.euim-slider__pagination{display:flex}.euim-slider__span{width:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);height:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);border-radius:50%;cursor:pointer;border:1px solid var(--eui-base-color-primary)}.euim-slider__span:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.euim-slider__span.active{background-color:var(--eui-base-color-primary)}.euim-slider__action-button{position:absolute;color:var(--eui-base-color-primary);font-weight:700;top:50%;transform:translateY(-50%)}.euim-slider__action-button::part(native){padding:0 var(--eui-base-spacing-m)}.euim-slider__action-button--right{right:0;margin:0 var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-m)}.euim-slider__action-button--left{margin:0 var(--eui-base-spacing-m) 0 var(--eui-base-spacing-xs);left:0}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3222
2815
|
}
|
|
3223
2816
|
__decorate([
|
|
3224
2817
|
coerceBoolean
|
|
@@ -3237,7 +2830,7 @@ __decorate([
|
|
|
3237
2830
|
], EuimSliderComponent.prototype, "isRightBtnVisible", void 0);
|
|
3238
2831
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSliderComponent, decorators: [{
|
|
3239
2832
|
type: Component,
|
|
3240
|
-
args: [{ selector: 'euim-slider', template: "<div #sliderElement class=\"euim-slider__slider-container\">\n <div #slides class=\"euim-slider__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=isLeftBtnVisible class=\"euim-slider__action-button euim-slider__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftActionBtnName}}</ion-button>\n <div class=\"euim-slider__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider__span\"></span>\n </div>\n <ion-button (click)=\"onAction($event)\" *ngIf=\"!isLastItemReached && !isNextBtn || isNextBtn && isRightBtnVisible\" class=\"euim-slider__action-button euim-slider__action-button--right\"\n fill=\"clear\">{{actionBtnNames.actionBtnName}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider__action-button euim-slider__action-button--right\"\n fill=\"clear\">{{actionBtnNames.lastStepActionBtnName}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider__slides{display:flex;transition:all .5s ease;width:100%}.euim-slider__slide{width:100%}.euim-slider__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:60px}.euim-slider__pagination{display:flex}.euim-slider__span{width:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);height:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);border-radius:50%;cursor:pointer;border:1px solid var(--eui-base-color-primary)}.euim-slider__span:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.euim-slider__span.active{background-color:var(--eui-base-color-primary)}.euim-slider__action-button{position:absolute;color:var(--eui-base-color-primary);font-weight:700;top:50%;transform:translateY(-50%)}.euim-slider__action-button::part(native){padding:0 var(--eui-base-spacing-m)}.euim-slider__action-button--right{right:0;margin:0 var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-m)}.euim-slider__action-button--left{margin:0 var(--eui-base-spacing-m) 0 var(--eui-base-spacing-xs);left:0}\n"] }]
|
|
2833
|
+
args: [{ selector: 'euim-slider', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #sliderElement class=\"euim-slider__slider-container\">\n <div #slides class=\"euim-slider__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider__pagination-container\">\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=isLeftBtnVisible class=\"euim-slider__action-button euim-slider__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftActionBtnName}}</ion-button>\n <div class=\"euim-slider__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider__span\"></span>\n </div>\n <ion-button (click)=\"onAction($event)\" *ngIf=\"!isLastItemReached && !isNextBtn || isNextBtn && isRightBtnVisible\" class=\"euim-slider__action-button euim-slider__action-button--right\"\n fill=\"clear\">{{actionBtnNames.actionBtnName}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider__action-button euim-slider__action-button--right\"\n fill=\"clear\">{{actionBtnNames.lastStepActionBtnName}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider__slides{display:flex;transition:all .5s ease;width:100%}.euim-slider__slide{width:100%}.euim-slider__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:60px}.euim-slider__pagination{display:flex}.euim-slider__span{width:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);height:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);border-radius:50%;cursor:pointer;border:1px solid var(--eui-base-color-primary)}.euim-slider__span:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.euim-slider__span.active{background-color:var(--eui-base-color-primary)}.euim-slider__action-button{position:absolute;color:var(--eui-base-color-primary);font-weight:700;top:50%;transform:translateY(-50%)}.euim-slider__action-button::part(native){padding:0 var(--eui-base-spacing-m)}.euim-slider__action-button--right{right:0;margin:0 var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-m)}.euim-slider__action-button--left{margin:0 var(--eui-base-spacing-m) 0 var(--eui-base-spacing-xs);left:0}\n"] }]
|
|
3241
2834
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { slides: [{
|
|
3242
2835
|
type: ViewChild,
|
|
3243
2836
|
args: ['slides', { static: true }]
|
|
@@ -3255,7 +2848,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3255
2848
|
type: Input
|
|
3256
2849
|
}], isNextBtn: [{
|
|
3257
2850
|
type: Input
|
|
3258
|
-
}], isRightBtnVisible: [],
|
|
2851
|
+
}], isRightBtnVisible: [], className: [{
|
|
3259
2852
|
type: HostBinding,
|
|
3260
2853
|
args: ['class']
|
|
3261
2854
|
}], onResize: [{
|
|
@@ -3337,19 +2930,14 @@ class EuimSliderInfoScreenComponent {
|
|
|
3337
2930
|
leftBtnName: 'Previous',
|
|
3338
2931
|
};
|
|
3339
2932
|
this.showLeftBtnAsPrevious = false;
|
|
2933
|
+
this.className = 'euim-slider-info-screen';
|
|
3340
2934
|
this.slidesArray = [];
|
|
3341
2935
|
this.currentSlide = 0;
|
|
3342
2936
|
this.startX = 0;
|
|
3343
2937
|
}
|
|
3344
|
-
get cssClasses() {
|
|
3345
|
-
return this.getCssClasses();
|
|
3346
|
-
}
|
|
3347
2938
|
onResize(event) {
|
|
3348
2939
|
this.setSliderStyles();
|
|
3349
2940
|
}
|
|
3350
|
-
getCssClasses() {
|
|
3351
|
-
return ['euim-slider-info-screen'].join(' ');
|
|
3352
|
-
}
|
|
3353
2941
|
ngAfterViewInit() {
|
|
3354
2942
|
this.setSliderStyles();
|
|
3355
2943
|
}
|
|
@@ -3445,7 +3033,7 @@ class EuimSliderInfoScreenComponent {
|
|
|
3445
3033
|
this.leftActionClicked.emit(event);
|
|
3446
3034
|
}
|
|
3447
3035
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSliderInfoScreenComponent, deps: [{ token: i0.Renderer2 }, { token: i1.GestureController }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3448
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSliderInfoScreenComponent, selector: "euim-slider-info-screen", inputs: { isCarousel: "isCarousel", showLeftBtn: "showLeftBtn", showRightBtn: "showRightBtn", isPreviousBtn: "isPreviousBtn", isNextBtn: "isNextBtn", actionBtnNames: "actionBtnNames" }, outputs: { rightActionClicked: "rightActionClicked", lastStepActionClicked: "lastStepActionClicked", leftActionClicked: "leftActionClicked" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.
|
|
3036
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSliderInfoScreenComponent, selector: "euim-slider-info-screen", inputs: { isCarousel: "isCarousel", showLeftBtn: "showLeftBtn", showRightBtn: "showRightBtn", isPreviousBtn: "isPreviousBtn", isNextBtn: "isNextBtn", actionBtnNames: "actionBtnNames" }, outputs: { rightActionClicked: "rightActionClicked", lastStepActionClicked: "lastStepActionClicked", leftActionClicked: "leftActionClicked" }, host: { listeners: { "window:resize": "onResize($event)" }, properties: { "class": "this.className" } }, viewQueries: [{ propertyName: "slides", first: true, predicate: ["slides"], descendants: true, static: true }], ngImport: i0, template: "<div #sliderElement class=\"euim-slider-info-screen__slider-container\">\n <div #slides class=\"euim-slider-info-screen__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider-info-screen__pagination-container\" *ngIf=\"showLeftBtn || showRightBtn || isCarousel || isLastItemReached\" >\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=\"showLeftBtn && !showLeftBtnAsPrevious && !isPreviousBtn\" class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftBtnName}}</ion-button>\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=showLeftBtnAsPrevious class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftBtnName}}</ion-button>\n <div *ngIf=isCarousel class=\"euim-slider-info-screen__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider-info-screen__span\"></span>\n </div>\n <ion-button (click)=\"onRightBtnAction($event)\" *ngIf=\"!isLastItemReached && !isNextBtn || isNextBtn && showRightBtn\" class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right\"\n fill=\"clear\">{{actionBtnNames.rightBtnName}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right\"\n fill=\"clear\">{{actionBtnNames.lastStepActionBtnName}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider-info-screen__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider-info-screen__slides{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider-info-screen__slide{width:100%;height:100%}.euim-slider-info-screen__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:60px}.euim-slider-info-screen__pagination{display:flex}.euim-slider-info-screen__span{width:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);height:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);border-radius:50%;cursor:pointer;border:1px solid var(--eui-base-color-primary)}.euim-slider-info-screen__span:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.euim-slider-info-screen__span.active{background-color:var(--eui-base-color-primary)}.euim-slider-info-screen__action-button{position:absolute;color:var(--eui-base-color-primary);font-weight:700;top:50%;transform:translateY(-50%)}.euim-slider-info-screen__action-button::part(native){padding:0 var(--eui-base-spacing-m)}.euim-slider-info-screen__action-button--right{right:0;margin:0 var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-m)}.euim-slider-info-screen__action-button--left{margin:0 var(--eui-base-spacing-m) 0 var(--eui-base-spacing-xs);left:0}.euim-slider-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-slider-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-slider-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-slider-info-screen__title+.euim-slider-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-slider-info-screen__sub-title+.euim-slider-info-screen__content,title+.euim-slider-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"], dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i1.IonButton, selector: "ion-button", inputs: ["buttonType", "color", "disabled", "download", "expand", "fill", "form", "href", "mode", "rel", "routerAnimation", "routerDirection", "shape", "size", "strong", "target", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3449
3037
|
}
|
|
3450
3038
|
__decorate([
|
|
3451
3039
|
coerceBoolean
|
|
@@ -3470,7 +3058,7 @@ __decorate([
|
|
|
3470
3058
|
], EuimSliderInfoScreenComponent.prototype, "showLeftBtnAsPrevious", void 0);
|
|
3471
3059
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSliderInfoScreenComponent, decorators: [{
|
|
3472
3060
|
type: Component,
|
|
3473
|
-
args: [{ selector: 'euim-slider-info-screen', encapsulation: ViewEncapsulation.None, template: "<div #sliderElement class=\"euim-slider-info-screen__slider-container\">\n <div #slides class=\"euim-slider-info-screen__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider-info-screen__pagination-container\" *ngIf=\"showLeftBtn || showRightBtn || isCarousel || isLastItemReached\" >\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=\"showLeftBtn && !showLeftBtnAsPrevious && !isPreviousBtn\" class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftBtnName}}</ion-button>\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=showLeftBtnAsPrevious class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftBtnName}}</ion-button>\n <div *ngIf=isCarousel class=\"euim-slider-info-screen__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider-info-screen__span\"></span>\n </div>\n <ion-button (click)=\"onRightBtnAction($event)\" *ngIf=\"!isLastItemReached && !isNextBtn || isNextBtn && showRightBtn\" class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right\"\n fill=\"clear\">{{actionBtnNames.rightBtnName}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right\"\n fill=\"clear\">{{actionBtnNames.lastStepActionBtnName}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider-info-screen__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider-info-screen__slides{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider-info-screen__slide{width:100%;height:100%}.euim-slider-info-screen__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:60px}.euim-slider-info-screen__pagination{display:flex}.euim-slider-info-screen__span{width:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);height:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);border-radius:50%;cursor:pointer;border:1px solid var(--eui-base-color-primary)}.euim-slider-info-screen__span:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.euim-slider-info-screen__span.active{background-color:var(--eui-base-color-primary)}.euim-slider-info-screen__action-button{position:absolute;color:var(--eui-base-color-primary);font-weight:700;top:50%;transform:translateY(-50%)}.euim-slider-info-screen__action-button::part(native){padding:0 var(--eui-base-spacing-m)}.euim-slider-info-screen__action-button--right{right:0;margin:0 var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-m)}.euim-slider-info-screen__action-button--left{margin:0 var(--eui-base-spacing-m) 0 var(--eui-base-spacing-xs);left:0}.euim-slider-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-slider-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-slider-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-slider-info-screen__title+.euim-slider-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-slider-info-screen__sub-title+.euim-slider-info-screen__content,title+.euim-slider-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"] }]
|
|
3061
|
+
args: [{ selector: 'euim-slider-info-screen', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<div #sliderElement class=\"euim-slider-info-screen__slider-container\">\n <div #slides class=\"euim-slider-info-screen__slides\">\n <ng-content></ng-content>\n </div>\n <div class=\"euim-slider-info-screen__pagination-container\" *ngIf=\"showLeftBtn || showRightBtn || isCarousel || isLastItemReached\" >\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=\"showLeftBtn && !showLeftBtnAsPrevious && !isPreviousBtn\" class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftBtnName}}</ion-button>\n <ion-button (click)=\"onLeftBtnAction($event)\" *ngIf=showLeftBtnAsPrevious class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--left\"\n fill=\"clear\">{{actionBtnNames.leftBtnName}}</ion-button>\n <div *ngIf=isCarousel class=\"euim-slider-info-screen__pagination\">\n <span (click)=\"goToSlide(i)\" *ngFor=\"let slide of slidesArray; let i = index\"\n [ngClass]=\"{ 'active': currentSlide === i }\"\n class=\"euim-slider-info-screen__span\"></span>\n </div>\n <ion-button (click)=\"onRightBtnAction($event)\" *ngIf=\"!isLastItemReached && !isNextBtn || isNextBtn && showRightBtn\" class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right\"\n fill=\"clear\">{{actionBtnNames.rightBtnName}}</ion-button>\n <ion-button (click)=\"onLastStepAction($event)\" *ngIf=isLastItemReached class=\"euim-slider-info-screen__action-button euim-slider-info-screen__action-button--right\"\n fill=\"clear\">{{actionBtnNames.lastStepActionBtnName}}</ion-button>\n </div>\n</div>\n", styles: [".euim-slider-info-screen__slider-container{overflow:hidden;position:relative;height:100vh}.euim-slider-info-screen__slides{display:flex;transition:all .5s ease;height:100%;width:100%}.euim-slider-info-screen__slide{width:100%;height:100%}.euim-slider-info-screen__pagination-container{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:60px}.euim-slider-info-screen__pagination{display:flex}.euim-slider-info-screen__span{width:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);height:calc(var(--eui-base-spacing-xs) + var(--eui-base-spacing-2xs) / 2);border-radius:50%;cursor:pointer;border:1px solid var(--eui-base-color-primary)}.euim-slider-info-screen__span:not(:last-child){margin-right:var(--eui-base-spacing-xs)}.euim-slider-info-screen__span.active{background-color:var(--eui-base-color-primary)}.euim-slider-info-screen__action-button{position:absolute;color:var(--eui-base-color-primary);font-weight:700;top:50%;transform:translateY(-50%)}.euim-slider-info-screen__action-button::part(native){padding:0 var(--eui-base-spacing-m)}.euim-slider-info-screen__action-button--right{right:0;margin:0 var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-m)}.euim-slider-info-screen__action-button--left{margin:0 var(--eui-base-spacing-m) 0 var(--eui-base-spacing-xs);left:0}.euim-slider-info-screen__title{font:normal normal 400 1.75rem/2rem var(--eui-base-font-family);font-weight:700;color:var(--eui-base-color-grey-100);margin-top:var(--eui-base-spacing-l);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l)}.euim-slider-info-screen__sub-title{color:var(--eui-base-color-grey-75);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-slider-info-screen__content{color:var(--eui-base-color-grey-100);padding-left:var(--eui-base-spacing-l);padding-right:var(--eui-base-spacing-l);font:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family)}.euim-slider-info-screen__title+.euim-slider-info-screen__sub-title{margin-top:var(--eui-base-spacing-2xs)}.euim-slider-info-screen__sub-title+.euim-slider-info-screen__content,title+.euim-slider-info-screen__content{margin-top:var(--eui-base-spacing-m)}\n"] }]
|
|
3474
3062
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.GestureController }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { slides: [{
|
|
3475
3063
|
type: ViewChild,
|
|
3476
3064
|
args: ['slides', { static: true }]
|
|
@@ -3492,7 +3080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3492
3080
|
type: Input
|
|
3493
3081
|
}], actionBtnNames: [{
|
|
3494
3082
|
type: Input
|
|
3495
|
-
}], showLeftBtnAsPrevious: [],
|
|
3083
|
+
}], showLeftBtnAsPrevious: [], className: [{
|
|
3496
3084
|
type: HostBinding,
|
|
3497
3085
|
args: ['class']
|
|
3498
3086
|
}], onResize: [{
|
|
@@ -3613,17 +3201,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3613
3201
|
}]
|
|
3614
3202
|
}] });
|
|
3615
3203
|
|
|
3616
|
-
class EuimScrollerXComponent
|
|
3617
|
-
|
|
3618
|
-
|
|
3204
|
+
class EuimScrollerXComponent {
|
|
3205
|
+
constructor() {
|
|
3206
|
+
this.className = 'euim-scroller-x';
|
|
3619
3207
|
}
|
|
3620
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, deps:
|
|
3621
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimScrollerXComponent, selector: "euim-scroller-x", host: { properties: { "class": "this.
|
|
3208
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3209
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimScrollerXComponent, selector: "euim-scroller-x", host: { properties: { "class": "this.className" } }, ngImport: i0, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3622
3210
|
}
|
|
3623
3211
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimScrollerXComponent, decorators: [{
|
|
3624
3212
|
type: Component,
|
|
3625
|
-
args: [{ selector: 'euim-scroller-x', encapsulation: ViewEncapsulation.None, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"] }]
|
|
3626
|
-
}], propDecorators: {
|
|
3213
|
+
args: [{ selector: 'euim-scroller-x', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-content></ng-content>\n\n", styles: [".euim-scroller-x{display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-color:transparent transparent}.euim-scroller-x>*{flex:0 0 auto}\n"] }]
|
|
3214
|
+
}], propDecorators: { className: [{
|
|
3627
3215
|
type: HostBinding,
|
|
3628
3216
|
args: ['class']
|
|
3629
3217
|
}] } });
|
|
@@ -3651,29 +3239,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3651
3239
|
}]
|
|
3652
3240
|
}] });
|
|
3653
3241
|
|
|
3654
|
-
class EuimChipSelectorItemDirective
|
|
3655
|
-
get euimChipSelectorAll() {
|
|
3656
|
-
return this._euimChipSelectorAll;
|
|
3657
|
-
}
|
|
3658
|
-
set euimChipSelectorAll(value) {
|
|
3659
|
-
this._euimChipSelectorAll = coerceBooleanProperty(value);
|
|
3660
|
-
}
|
|
3661
|
-
get cssClasses() {
|
|
3662
|
-
return this.getCssClasses(this.rootClass);
|
|
3663
|
-
}
|
|
3242
|
+
class EuimChipSelectorItemDirective {
|
|
3664
3243
|
constructor(renderer, el) {
|
|
3665
|
-
super();
|
|
3666
3244
|
this.renderer = renderer;
|
|
3667
3245
|
this.el = el;
|
|
3668
|
-
this.
|
|
3669
|
-
this.
|
|
3670
|
-
}
|
|
3671
|
-
getCssClasses(rootClass) {
|
|
3672
|
-
return super.getCssClasses(rootClass);
|
|
3246
|
+
this.euimChipSelectorAll = false;
|
|
3247
|
+
this.className = 'euim-chip-selector__item';
|
|
3673
3248
|
}
|
|
3674
3249
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimChipSelectorItemDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3675
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimChipSelectorItemDirective, selector: "[euimChipSelectorItem]", inputs: { id: "id", euimChipSelectorAll: "euimChipSelectorAll" }, host: { properties: { "class": "this.
|
|
3250
|
+
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EuimChipSelectorItemDirective, selector: "[euimChipSelectorItem]", inputs: { id: "id", euimChipSelectorAll: "euimChipSelectorAll" }, host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
3676
3251
|
}
|
|
3252
|
+
__decorate([
|
|
3253
|
+
coerceBoolean
|
|
3254
|
+
], EuimChipSelectorItemDirective.prototype, "euimChipSelectorAll", void 0);
|
|
3677
3255
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimChipSelectorItemDirective, decorators: [{
|
|
3678
3256
|
type: Directive,
|
|
3679
3257
|
args: [{
|
|
@@ -3683,14 +3261,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3683
3261
|
type: Input
|
|
3684
3262
|
}], euimChipSelectorAll: [{
|
|
3685
3263
|
type: Input
|
|
3686
|
-
}],
|
|
3264
|
+
}], className: [{
|
|
3687
3265
|
type: HostBinding,
|
|
3688
3266
|
args: ['class']
|
|
3689
3267
|
}] } });
|
|
3690
3268
|
|
|
3691
|
-
class EuimChipSelectorComponent
|
|
3269
|
+
class EuimChipSelectorComponent {
|
|
3692
3270
|
constructor() {
|
|
3693
|
-
super(...arguments);
|
|
3694
3271
|
this.backgroundColor = 'primary';
|
|
3695
3272
|
this.chipColor = 'white';
|
|
3696
3273
|
this.chipSelectedColor = 'white';
|
|
@@ -3835,15 +3412,15 @@ class EuimChipSelectorComponent extends EuimBaseDirective {
|
|
|
3835
3412
|
this.filterConditions = [];
|
|
3836
3413
|
this.selectedChips = ['0'];
|
|
3837
3414
|
}
|
|
3838
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimChipSelectorComponent, deps:
|
|
3839
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimChipSelectorComponent, selector: "euim-chip-selector", inputs: { backgroundColor: "backgroundColor", chipColor: "chipColor", chipSelectedColor: "chipSelectedColor", chipFill: "chipFill", sourceData: "sourceData", selectedChips: "selectedChips", isMultiSelectionMode: "isMultiSelectionMode" }, outputs: { filterData: "filterData", clickItems: "clickItems" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimChipSelectorItemComponent", predicate: EuimChipSelectorItemDirective, descendants: true }],
|
|
3415
|
+
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimChipSelectorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
3416
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimChipSelectorComponent, selector: "euim-chip-selector", inputs: { backgroundColor: "backgroundColor", chipColor: "chipColor", chipSelectedColor: "chipSelectedColor", chipFill: "chipFill", sourceData: "sourceData", selectedChips: "selectedChips", isMultiSelectionMode: "isMultiSelectionMode" }, outputs: { filterData: "filterData", clickItems: "clickItems" }, host: { properties: { "class": "this.cssClasses" } }, queries: [{ propertyName: "euimChipSelectorItemComponent", predicate: EuimChipSelectorItemDirective, descendants: true }], ngImport: i0, template: "<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;align-items:center}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"], dependencies: [{ kind: "component", type: EuimScrollerXComponent, selector: "euim-scroller-x" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
3840
3417
|
}
|
|
3841
3418
|
__decorate([
|
|
3842
3419
|
coerceBoolean
|
|
3843
3420
|
], EuimChipSelectorComponent.prototype, "isMultiSelectionMode", void 0);
|
|
3844
3421
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimChipSelectorComponent, decorators: [{
|
|
3845
3422
|
type: Component,
|
|
3846
|
-
args: [{ selector: 'euim-chip-selector', encapsulation: ViewEncapsulation.None, template: "<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;align-items:center}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"] }]
|
|
3423
|
+
args: [{ selector: 'euim-chip-selector', encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, template: "<euim-scroller-x>\n <ng-content></ng-content>\n</euim-scroller-x>\n", styles: [".euim-chip-selector{padding:var(--eui-base-spacing-xs) 0 var(--eui-base-spacing-xs) var(--eui-base-spacing-xs);display:flex;align-items:center}.euim-chip-selector ion-chip{margin:0 var(--eui-base-spacing-xs) 0 0}.euim-chip-selector__item--fill-default,.euim-chip-selector--fill-solid{border:none}.euim-chip-selector__item--fill-outline{background-color:transparent!important;border-width:1px;border-style:solid}.euim-chip-selector__item--fill-clear{background-color:transparent!important;border:none}.euim-chip-selector__item--fill-outline-solid{border-width:1px;border-style:solid}.euim-chip-selector--background-color-primary{background-color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-success{background-color:var(--eui-base-color-success-25);border-color:var(--eui-base-color-success-25);color:var(--eui-base-color-success-100)}.euim-chip-selector__item--color-success.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-success-50)}.euim-chip-selector__item--color-warning{background-color:var(--eui-base-color-warning-25);border-color:var(--eui-base-color-warning-25);color:var(--eui-base-color-warning-140)}.euim-chip-selector__item--color-warning.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-warning-50)}.euim-chip-selector__item--color-danger{background-color:var(--eui-base-color-danger-25);border-color:var(--eui-base-color-danger-25);color:var(--eui-base-color-danger-100)}.euim-chip-selector__item--color-danger.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-danger-50)}.euim-chip-selector__item--color-primary{background-color:var(--eui-base-color-primary-25);border-color:var(--eui-base-color-primary-25);color:var(--eui-base-color-primary-100)}.euim-chip-selector__item--color-primary.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-primary-50)}.euim-chip-selector__item--color-info{background-color:var(--eui-base-color-info-25);border-color:var(--eui-base-color-info-25);color:var(--eui-base-color-info-100)}.euim-chip-selector__item--color-info.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-info-50)}.euim-chip-selector__item--color-dark{background-color:var(--eui-base-color-grey-100);border-color:var(--eui-base-color-grey-100);color:var(--eui-base-color-white)}.euim-chip-selector__item--color-dark.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white{background-color:var(--eui-base-color-white);border-color:var(--eui-base-color-white);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-white.euim-chip-selector__item--fill-outline{color:var(--eui-base-color-white)}.euim-chip-selector__item--color-default{background-color:var(--eui-base-grey-15);border-color:var(--eui-base-color-grey-15);color:var(--eui-base-color-grey-100)}.euim-chip-selector__item--color-default.euim-chip-selector__item--fill-outline{border-color:var(--eui-base-color-grey-50)}ion-chip.euim-chip-selector__item-selected--color-white{background-color:var(--eui-base-color-white)!important;border-color:var(--eui-base-color-white)!important;color:var(--eui-base-color-grey-100)!important}ion-chip.euim-chip-selector__item-selected--color-dark{background-color:var(--eui-base-color-grey-100)!important;border-color:var(--eui-base-color-grey-100)!important;color:var(--eui-base-color-white)!important}\n"] }]
|
|
3847
3424
|
}], propDecorators: { backgroundColor: [{
|
|
3848
3425
|
type: Input
|
|
3849
3426
|
}], chipColor: [{
|
|
@@ -4028,11 +3605,11 @@ class EuimSkeletonListComponent {
|
|
|
4028
3605
|
return Array.from({ length: this.items });
|
|
4029
3606
|
}
|
|
4030
3607
|
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4031
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSkeletonListComponent, selector: "euim-skeleton-list", inputs: { items: "items" }, queries: [{ propertyName: "skeletonListItem", first: true, predicate: EuimSkeletonListItemComponent, descendants: true }], ngImport: i0, template: "<ng-container *ngFor=\"let item of itemsArray\">\n <euim-skeleton-list-item *ngIf=\"!skeletonListItem\"></euim-skeleton-list-item>\n <ng-container *ngIf=\"skeletonListItem\">\n <ng-container *ngComponentOutlet=\"skeletonItem; inputs: skeletonItemInputs\"></ng-container>\n </ng-container>\n</ng-container>\n\n", dependencies: [{ kind: "directive", type: i2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EuimSkeletonListItemComponent, selector: "euim-skeleton-list-item", inputs: ["hasAvatar", "hasTitle", "hasSubtitle", "hasMetaLine", "isAnimated", "avatarType", "separator", "titleWidth", "subTitleWidth", "metaLineWidth"] }] }); }
|
|
3608
|
+
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: EuimSkeletonListComponent, selector: "euim-skeleton-list", inputs: { items: "items" }, queries: [{ propertyName: "skeletonListItem", first: true, predicate: EuimSkeletonListItemComponent, descendants: true }], ngImport: i0, template: "<ng-container *ngFor=\"let item of itemsArray\">\n <euim-skeleton-list-item *ngIf=\"!skeletonListItem\"></euim-skeleton-list-item>\n <ng-container *ngIf=\"skeletonListItem\">\n <ng-container *ngComponentOutlet=\"skeletonItem; inputs: skeletonItemInputs\"></ng-container>\n </ng-container>\n</ng-container>\n\n", dependencies: [{ kind: "directive", type: i2.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: EuimSkeletonListItemComponent, selector: "euim-skeleton-list-item", inputs: ["hasAvatar", "hasTitle", "hasSubtitle", "hasMetaLine", "isAnimated", "avatarType", "separator", "titleWidth", "subTitleWidth", "metaLineWidth"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4032
3609
|
}
|
|
4033
3610
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EuimSkeletonListComponent, decorators: [{
|
|
4034
3611
|
type: Component,
|
|
4035
|
-
args: [{ selector: 'euim-skeleton-list', template: "<ng-container *ngFor=\"let item of itemsArray\">\n <euim-skeleton-list-item *ngIf=\"!skeletonListItem\"></euim-skeleton-list-item>\n <ng-container *ngIf=\"skeletonListItem\">\n <ng-container *ngComponentOutlet=\"skeletonItem; inputs: skeletonItemInputs\"></ng-container>\n </ng-container>\n</ng-container>\n\n" }]
|
|
3612
|
+
args: [{ selector: 'euim-skeleton-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-container *ngFor=\"let item of itemsArray\">\n <euim-skeleton-list-item *ngIf=\"!skeletonListItem\"></euim-skeleton-list-item>\n <ng-container *ngIf=\"skeletonListItem\">\n <ng-container *ngComponentOutlet=\"skeletonItem; inputs: skeletonItemInputs\"></ng-container>\n </ng-container>\n</ng-container>\n\n" }]
|
|
4036
3613
|
}], propDecorators: { items: [{
|
|
4037
3614
|
type: Input
|
|
4038
3615
|
}], skeletonListItem: [{
|