@eui/mobile-core 18.0.0-next.1 → 18.0.0-next.3
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 +2 -2
- package/docs/components/EuiMUserProfileAvatarComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosComponent.html +2 -2
- package/docs/components/EuiMUserProfileInfosItemComponent.html +2 -2
- package/docs/components/EuimAboutComponent.html +2 -2
- package/docs/components/EuimAboutContentLoadingComponent.html +2 -2
- package/docs/components/EuimAlertMessageComponent.html +2 -2
- package/docs/components/EuimAppComponent.html +2 -2
- package/docs/components/EuimAvatarBadgeComponent.html +395 -0
- package/docs/components/EuimAvatarComponent.html +192 -35
- package/docs/components/EuimAvatarIconComponent.html +36 -205
- package/docs/components/EuimAvatarIconSubComponent.html +541 -0
- package/docs/components/EuimAvatarImageComponent.html +416 -0
- package/docs/components/EuimAvatarTextComponent.html +445 -0
- package/docs/components/EuimBadgeComponent.html +2 -2
- package/docs/components/EuimCardComponent.html +2 -2
- package/docs/components/EuimCardListComponent.html +2 -2
- package/docs/components/EuimChangelogComponent.html +2 -2
- package/docs/components/EuimChipSelectorComponent.html +2 -2
- package/docs/components/EuimDataSummaryColComponent.html +2 -2
- package/docs/components/EuimDataSummaryComponent.html +2 -2
- package/docs/components/EuimEmptyListPlaceholderComponent.html +2 -2
- package/docs/components/EuimHeaderDetailsComponent.html +2 -2
- package/docs/components/EuimHelpSupportComponent.html +3 -3
- package/docs/components/EuimLabelComponent.html +2 -2
- package/docs/components/EuimLanguageListComponent.html +3 -3
- package/docs/components/EuimLanguageSelectorComponent.html +2 -2
- package/docs/components/EuimMediaHeaderComponent.html +2 -2
- package/docs/components/EuimMessageComponent.html +2 -2
- package/docs/components/EuimMessageTitleComponent.html +2 -2
- package/docs/components/EuimMultiselectComponent.html +2 -2
- package/docs/components/EuimMultiselectFilterComponent.html +2 -2
- package/docs/components/EuimMultiselectInfoComponent.html +2 -2
- package/docs/components/EuimMultiselectListComponent.html +2 -2
- package/docs/components/EuimMultiselectToolbarComponent.html +2 -2
- package/docs/components/EuimNotificationItemComponent.html +2 -2
- package/docs/components/EuimOpenSourceLicencesComponent.html +2 -2
- package/docs/components/EuimPdfViewerComponent.html +2 -2
- package/docs/components/EuimScrollerXComponent.html +2 -2
- package/docs/components/EuimSidebarComponent.html +2 -2
- package/docs/components/EuimSidebarContentComponent.html +2 -2
- package/docs/components/EuimSkeletonListComponent.html +2 -2
- package/docs/components/EuimSkeletonListItemComponent.html +2 -2
- package/docs/components/EuimSlideInfoScreenComponent.html +2 -2
- package/docs/components/EuimSliderInfoScreenComponent.html +2 -2
- package/docs/components/EuimSpinnerComponent.html +2 -2
- package/docs/components/EuimSpinnerDescriptionComponent.html +2 -2
- package/docs/components/EuimSpinnerMessageComponent.html +2 -2
- package/docs/components/EuimToolbarActionItemsComponent.html +2 -2
- package/docs/components/EuimToolbarComponent.html +2 -2
- package/docs/components/EuimToolbarDatepickerComponent.html +3 -3
- package/docs/components/EuimToolbarTitleComponent.html +2 -2
- package/docs/components/EuimUserProfileComponent.html +2 -2
- package/docs/dependencies.html +5 -7
- package/docs/{modules/EuimAvatarIconModule.html → directives/EuimSidebarFooterNoBordersDirective.html} +157 -39
- package/docs/index.html +3 -3
- package/docs/js/menu-wc.js +37 -48
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +4 -39
- package/docs/modules/EuimAboutModule.html +1 -1
- package/docs/modules/EuimAllModule.html +6 -6
- package/docs/modules/EuimAvatarModule.html +16 -10
- package/docs/modules/EuimLanguageSelectorModule.html +1 -1
- package/docs/modules/EuimSidebarModule.html +1 -1
- package/docs/modules/EuimToolbarDatepickerModule.html +1 -1
- package/docs/modules.html +0 -12
- package/esm2022/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.mjs +20 -0
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +5 -5
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +7 -6
- package/esm2022/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.mjs +25 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.mjs +17 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.mjs +44 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.mjs +19 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.mjs +28 -0
- package/esm2022/lib/components/euim-avatar/euim-avatar.component.mjs +33 -6
- package/esm2022/lib/components/euim-avatar/euim-avatar.module.mjs +28 -14
- package/esm2022/lib/components/euim-avatar/index.mjs +6 -3
- package/esm2022/lib/components/euim-badge/euim-badge.component.mjs +2 -2
- package/esm2022/lib/components/euim-data-summary/euim-data-summary.component.mjs +2 -2
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.component.mjs +7 -6
- package/esm2022/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.mjs +5 -5
- package/esm2022/lib/components/index.mjs +4 -4
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-list.component.mjs +7 -6
- package/esm2022/lib/components/layout/euim-language-selector/euim-language-selector.module.mjs +5 -5
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar.module.mjs +5 -5
- package/esm2022/lib/euim-all.module.mjs +15 -17
- package/fesm2022/eui-mobile-core.mjs +368 -290
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.d.ts +7 -0
- package/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.d.ts.map +1 -0
- package/lib/components/euim-about/euim-about.module.d.ts +2 -2
- package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts +8 -0
- package/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts +7 -0
- package/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts +13 -0
- package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts +8 -0
- package/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts +9 -0
- package/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.d.ts.map +1 -0
- package/lib/components/euim-avatar/euim-avatar.component.d.ts +8 -2
- package/lib/components/euim-avatar/euim-avatar.component.d.ts.map +1 -1
- package/lib/components/euim-avatar/euim-avatar.module.d.ts +8 -5
- package/lib/components/euim-avatar/euim-avatar.module.d.ts.map +1 -1
- package/lib/components/euim-avatar/index.d.ts +5 -2
- package/lib/components/euim-avatar/index.d.ts.map +1 -1
- package/lib/components/euim-toolbar-datepicker/euim-toolbar-datepicker.module.d.ts +2 -2
- package/lib/components/index.d.ts +3 -3
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/layout/euim-language-selector/euim-language-selector.module.d.ts +2 -2
- package/lib/components/layout/euim-sidebar/euim-sidebar.module.d.ts +2 -2
- package/lib/euim-all.module.d.ts +26 -26
- package/lib/euim-all.module.d.ts.map +1 -1
- package/package.json +1 -4
- package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs +0 -19
- package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs +0 -19
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.component.mjs +0 -44
- package/esm2022/lib/components/euim-avatar-icon/euim-avatar-icon.module.mjs +0 -28
- package/esm2022/lib/components/euim-avatar-icon/index.mjs +0 -3
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts +0 -7
- package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts.map +0 -1
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts +0 -7
- package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts +0 -13
- package/lib/components/euim-avatar-icon/euim-avatar-icon.component.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts +0 -10
- package/lib/components/euim-avatar-icon/euim-avatar-icon.module.d.ts.map +0 -1
- package/lib/components/euim-avatar-icon/index.d.ts +0 -3
- package/lib/components/euim-avatar-icon/index.d.ts.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimSidebarFooterNoBordersDirective {
|
|
3
|
+
className: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSidebarFooterNoBordersDirective, never>;
|
|
5
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimSidebarFooterNoBordersDirective, "[euimSidebarFooterNoBorders]", never, {}, {}, never, never, true, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-sidebar-footer.directive.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-sidebar-footer.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/directives/euim-sidebar-footer/euim-sidebar-footer.directive.ts"],"names":[],"mappings":";AAEA,qBAIa,mCAAmC;IAEtB,SAAS,SAAqC;yCAF3D,mCAAmC;2CAAnC,mCAAmC;CAI/C"}
|
|
@@ -10,14 +10,14 @@ import * as i8 from "angularx-qrcode";
|
|
|
10
10
|
import * as i9 from "../layout/euim-toolbar/euim-toolbar.module";
|
|
11
11
|
import * as i10 from "../layout/euim-header-details/euim-header-details.module";
|
|
12
12
|
import * as i11 from "../atoms/euim-label/euim-label.module";
|
|
13
|
-
import * as i12 from "../euim-avatar
|
|
13
|
+
import * as i12 from "../euim-avatar/euim-avatar.module";
|
|
14
14
|
import * as i13 from "../euim-alert-message/euim-alert-message.module";
|
|
15
15
|
import * as i14 from "@mapaxe/ngx-pinch-zoom";
|
|
16
16
|
import * as i15 from "@ngx-translate/core";
|
|
17
17
|
import * as i16 from "@angular/router";
|
|
18
18
|
export declare class EuimAboutModule {
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAboutModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAboutModule, [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimOpenSourceLicencesComponent, typeof i4.EuimHelpSupportComponent, typeof i5.EuimAboutContentLoadingComponent], [typeof i6.CommonModule, typeof i7.IonicModule, typeof i8.QRCodeModule, typeof i9.EuimToolbarComponentModule, typeof i10.EuimHeaderDetailsModule, typeof i11.EuimLabelModule, typeof i12.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAboutModule, [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimOpenSourceLicencesComponent, typeof i4.EuimHelpSupportComponent, typeof i5.EuimAboutContentLoadingComponent], [typeof i6.CommonModule, typeof i7.IonicModule, typeof i8.QRCodeModule, typeof i9.EuimToolbarComponentModule, typeof i10.EuimHeaderDetailsModule, typeof i11.EuimLabelModule, typeof i12.EuimAvatarModule, typeof i13.EuimAlertMessageModule, typeof i14.PinchZoomModule, typeof i15.TranslateModule, typeof i16.RouterModule], [typeof i1.EuimAboutComponent, typeof i2.EuimChangelogComponent, typeof i3.EuimOpenSourceLicencesComponent, typeof i4.EuimHelpSupportComponent, typeof i5.EuimAboutContentLoadingComponent]>;
|
|
21
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAboutModule>;
|
|
22
22
|
}
|
|
23
23
|
//# sourceMappingURL=euim-about.module.d.ts.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimAvatarBadgeComponent {
|
|
3
|
+
get cssClasses(): string;
|
|
4
|
+
position: 'default' | 'bottom' | 'top';
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarBadgeComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarBadgeComponent, "euim-avatar-badge", never, { "position": { "alias": "position"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=euim-avatar-badge.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-avatar-badge.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-badge/euim-avatar-badge.component.ts"],"names":[],"mappings":";AAEA,qBAIa,wBAAwB;IACjC,IACW,UAAU,IAAI,MAAM,CAK9B;IAEQ,QAAQ,EAAE,SAAS,GAAE,QAAQ,GAAG,KAAK,CAAa;yCATlD,wBAAwB;2CAAxB,wBAAwB;CAUpC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimAvatarIconComponent {
|
|
3
|
+
string: string;
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarIconComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarIconComponent, "euim-avatar-icon", never, {}, {}, never, ["*"], false, never>;
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=euim-avatar-icon.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-avatar-icon.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-icon/euim-avatar-icon.component.ts"],"names":[],"mappings":";AAEA,qBAIa,uBAAuB;IACV,MAAM,SAAsB;yCADzC,uBAAuB;2CAAvB,uBAAuB;CAEnC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimAvatarIconSubComponent {
|
|
3
|
+
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'accent' | 'secondary' | 'warning' | 'danger';
|
|
4
|
+
size: 'default' | 'auto' | 'l' | 'm' | 's';
|
|
5
|
+
fill: 'default' | 'clear' | 'outline' | 'solid' | 'outline-solid';
|
|
6
|
+
variant: 'default' | 'rounded' | 'rectangle';
|
|
7
|
+
borderColor: 'default' | 'primary' | 'info' | 'success' | 'danger' | 'white';
|
|
8
|
+
get cssClasses(): string;
|
|
9
|
+
getCssClasses(): string;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarIconSubComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarIconSubComponent, "euim-avatar-icon-sub", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=euim-avatar-icon-sub.component.d.ts.map
|
package/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-avatar-icon-sub.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-icon-sub/euim-avatar-icon-sub.component.ts"],"names":[],"mappings":";AAEA,qBAIa,0BAA0B;IAC1B,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAI,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAa;IAClI,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAa;IACvD,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,eAAe,CAAa;IAC9E,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,CAAa;IACzD,WAAW,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAa;IAElG,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCAZd,0BAA0B;2CAA1B,0BAA0B;CAsBtC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimAvatarImageComponent {
|
|
3
|
+
string: string;
|
|
4
|
+
imageUrl: any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarImageComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarImageComponent, "euim-avatar-image", never, { "imageUrl": { "alias": "imageUrl"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=euim-avatar-image.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-avatar-image.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-image/euim-avatar-image.component.ts"],"names":[],"mappings":";AAEA,qBAIa,wBAAwB;IACX,MAAM,SAAuB;IAC1C,QAAQ,MAAC;yCAFT,wBAAwB;2CAAxB,wBAAwB;CAGpC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class EuimAvatarTextComponent {
|
|
3
|
+
color: 'default' | 'white' | 'primary' | 'info' | 'success' | 'accent' | 'secondary' | 'warning' | 'danger';
|
|
4
|
+
get cssClasses(): string;
|
|
5
|
+
getCssClasses(): string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarTextComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarTextComponent, "euim-avatar-text", never, { "color": { "alias": "color"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=euim-avatar-text.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"euim-avatar-text.component.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-text/euim-avatar-text.component.ts"],"names":[],"mappings":";AAEA,qBAIa,uBAAuB;IACvB,KAAK,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAI,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAa;IAElI,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCARd,uBAAuB;2CAAvB,uBAAuB;CAcnC"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class EuimAvatarComponent {
|
|
3
|
-
|
|
3
|
+
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'accent' | 'secondary' | 'warning' | 'danger';
|
|
4
|
+
size: 'default' | 'auto' | 's' | 'm' | 'l';
|
|
5
|
+
fill: 'default' | 'clear' | 'outline' | 'outline-solid' | 'solid';
|
|
6
|
+
variant: 'default' | 'rounded' | 'rectangle';
|
|
7
|
+
borderColor: 'default' | 'primary' | 'info' | 'success' | 'danger' | 'white';
|
|
8
|
+
get cssClasses(): string;
|
|
9
|
+
getCssClasses(): string;
|
|
4
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarComponent, "euim-avatar", never, {}, {}, never, ["
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarComponent, "euim-avatar", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; }, {}, never, ["euim-avatar-icon", "euim-avatar-text", "euim-avatar-image", "euim-avatar-badge", "euim-avatar-icon-sub"], false, never>;
|
|
6
12
|
}
|
|
7
13
|
//# sourceMappingURL=euim-avatar.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-avatar.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar/euim-avatar.component.ts"],"names":[],"mappings":";AAEA,qBAOa,mBAAmB;
|
|
1
|
+
{"version":3,"file":"euim-avatar.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar/euim-avatar.component.ts"],"names":[],"mappings":";AAEA,qBAOa,mBAAmB;IACnB,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAI,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAa;IAClI,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAa;IACvD,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAC9E,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,CAAa;IACzD,WAAW,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAa;IAElG,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCAZd,mBAAmB;2CAAnB,mBAAmB;CAsB/B"}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./euim-avatar.component";
|
|
3
|
-
import * as i2 from "./euim-avatar-
|
|
4
|
-
import * as i3 from "./euim-avatar-
|
|
5
|
-
import * as i4 from "
|
|
6
|
-
import * as i5 from "
|
|
3
|
+
import * as i2 from "./euim-avatar-icon/euim-avatar-icon.component";
|
|
4
|
+
import * as i3 from "./euim-avatar-icon-sub/euim-avatar-icon-sub.component";
|
|
5
|
+
import * as i4 from "./euim-avatar-text/euim-avatar-text.component";
|
|
6
|
+
import * as i5 from "./euim-avatar-image/euim-avatar-image.component";
|
|
7
|
+
import * as i6 from "./euim-avatar-badge/euim-avatar-badge.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "@ionic/angular";
|
|
7
10
|
export declare class EuimAvatarModule {
|
|
8
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAvatarModule, [typeof i1.EuimAvatarComponent, typeof i2.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAvatarModule, [typeof i1.EuimAvatarComponent, typeof i2.EuimAvatarIconComponent, typeof i3.EuimAvatarIconSubComponent, typeof i4.EuimAvatarTextComponent, typeof i5.EuimAvatarImageComponent, typeof i6.EuimAvatarBadgeComponent], [typeof i7.CommonModule, typeof i8.IonicModule], [typeof i1.EuimAvatarComponent, typeof i2.EuimAvatarIconComponent, typeof i3.EuimAvatarIconSubComponent, typeof i4.EuimAvatarTextComponent, typeof i5.EuimAvatarImageComponent, typeof i6.EuimAvatarBadgeComponent]>;
|
|
10
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAvatarModule>;
|
|
11
14
|
}
|
|
12
15
|
//# sourceMappingURL=euim-avatar.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-avatar.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar/euim-avatar.module.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"euim-avatar.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar/euim-avatar.module.ts"],"names":[],"mappings":";;;;;;;;;AAUA,qBAsBa,gBAAgB;yCAAhB,gBAAgB;0CAAhB,gBAAgB;0CAAhB,gBAAgB;CAC5B"}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from './euim-avatar.module';
|
|
2
2
|
export * from './euim-avatar.component';
|
|
3
|
-
export * from './euim-avatar-
|
|
4
|
-
export * from './euim-avatar-sub
|
|
3
|
+
export * from './euim-avatar-icon/euim-avatar-icon.component';
|
|
4
|
+
export * from './euim-avatar-icon-sub/euim-avatar-icon-sub.component';
|
|
5
|
+
export * from './euim-avatar-badge/euim-avatar-badge.component';
|
|
6
|
+
export * from './euim-avatar-image/euim-avatar-image.component';
|
|
7
|
+
export * from './euim-avatar-text/euim-avatar-text.component';
|
|
5
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,+CAA+C,CAAC;AAC9D,cAAc,uDAAuD,CAAC;AACtE,cAAc,iDAAiD,CAAC;AAChE,cAAc,iDAAiD,CAAC;AAChE,cAAc,+CAA+C,CAAC"}
|
|
@@ -4,12 +4,12 @@ import * as i2 from "./euim-toolbar-datepicker-datetime/euim-toolbar-datepicker-
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@ionic/angular";
|
|
6
6
|
import * as i5 from "@ngx-translate/core";
|
|
7
|
-
import * as i6 from "../euim-avatar
|
|
7
|
+
import * as i6 from "../euim-avatar/euim-avatar.module";
|
|
8
8
|
import * as i7 from "../atoms/euim-label/euim-label.module";
|
|
9
9
|
import * as i8 from "@angular/forms";
|
|
10
10
|
export declare class EuimToolbarDatepickerModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimToolbarDatepickerModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimToolbarDatepickerModule, [typeof i1.EuimToolbarDatepickerComponent, typeof i2.EuimToolbarDatepickerDatetimeDirective], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.TranslateModule, typeof i6.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimToolbarDatepickerModule, [typeof i1.EuimToolbarDatepickerComponent, typeof i2.EuimToolbarDatepickerDatetimeDirective], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.TranslateModule, typeof i6.EuimAvatarModule, typeof i7.EuimLabelModule, typeof i8.FormsModule], [typeof i1.EuimToolbarDatepickerComponent, typeof i2.EuimToolbarDatepickerDatetimeDirective]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimToolbarDatepickerModule>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=euim-toolbar-datepicker.module.d.ts.map
|
|
@@ -6,9 +6,6 @@ export * from './layout/euim-user-profile';
|
|
|
6
6
|
export * from './layout/euim-toolbar';
|
|
7
7
|
export * from './layout/euim-sidebar';
|
|
8
8
|
export * from './layout/euim-header-details';
|
|
9
|
-
export * from './euim-avatar-icon';
|
|
10
|
-
export * from './euim-card';
|
|
11
|
-
export * from './euim-card-list';
|
|
12
9
|
export * from './euim-badge';
|
|
13
10
|
export * from './euim-empty-list-placeholder';
|
|
14
11
|
export * from './euim-message';
|
|
@@ -26,8 +23,11 @@ export * from './euim-multiselect';
|
|
|
26
23
|
export * from './euim-pdf-viewer';
|
|
27
24
|
export * from './euim-about';
|
|
28
25
|
export * from './euim-toolbar-datepicker';
|
|
26
|
+
export * from './euim-card';
|
|
27
|
+
export * from './euim-card-list';
|
|
29
28
|
export * from './directives/euim-divider';
|
|
30
29
|
export * from './directives/euim-toolbar-transparent/euim-toolbar-transparent.directive';
|
|
30
|
+
export * from './directives/euim-sidebar-footer/euim-sidebar-footer.directive';
|
|
31
31
|
export * from './directives/euim-skeleton-text-avatar';
|
|
32
32
|
export * from './base-states.directive';
|
|
33
33
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/lib/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iCAAiC,CAAC;AAChD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAE7C,cAAc,cAAc,CAAC;AAC7B,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AAEjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0EAA0E,CAAC;AACzF,cAAc,gEAAgE,CAAC;AAC/E,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yBAAyB,CAAC"}
|
|
@@ -3,13 +3,13 @@ import * as i1 from "./euim-language-selector.component";
|
|
|
3
3
|
import * as i2 from "./euim-language-list.component";
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@ionic/angular";
|
|
6
|
-
import * as i5 from "../../euim-avatar
|
|
6
|
+
import * as i5 from "../../euim-avatar/euim-avatar.module";
|
|
7
7
|
import * as i6 from "../../atoms/euim-label/euim-label.module";
|
|
8
8
|
import * as i7 from "../../euim-empty-list-placeholder/euim-empty-list-placeholder.module";
|
|
9
9
|
import * as i8 from "@ngx-translate/core";
|
|
10
10
|
export declare class EuimLanguageSelectorModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimLanguageSelectorModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimLanguageSelectorModule, [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent], [typeof i3.CommonModule, typeof i4.IonicModule, typeof i5.EuimAvatarModule, typeof i6.EuimLabelModule, typeof i7.EuimEmptyListPlaceholderModule, typeof i8.TranslateModule], [typeof i1.EuimLanguageSelectorComponent, typeof i2.EuimLanguageListComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimLanguageSelectorModule>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=euim-language-selector.module.d.ts.map
|
|
@@ -4,12 +4,12 @@ import * as i2 from "./euim-sidebar-content/euim-sidebar-content.component";
|
|
|
4
4
|
import * as i3 from "@angular/common";
|
|
5
5
|
import * as i4 from "@angular/router";
|
|
6
6
|
import * as i5 from "@ionic/angular";
|
|
7
|
-
import * as i6 from "../../euim-avatar
|
|
7
|
+
import * as i6 from "../../euim-avatar/euim-avatar.module";
|
|
8
8
|
import * as i7 from "../../atoms/euim-label/euim-label.module";
|
|
9
9
|
import * as i8 from "../../atoms/euim-notification-item/euim-notification-item.module";
|
|
10
10
|
export declare class EuimSidebarModule {
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimSidebarModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimSidebarModule, [typeof i1.EuimSidebarComponent, typeof i2.EuimSidebarContentComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.IonicModule, typeof i6.
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimSidebarModule, [typeof i1.EuimSidebarComponent, typeof i2.EuimSidebarContentComponent], [typeof i3.CommonModule, typeof i4.RouterModule, typeof i5.IonicModule, typeof i6.EuimAvatarModule, typeof i7.EuimLabelModule, typeof i8.EuimNotificationItemModule], [typeof i1.EuimSidebarComponent, typeof i2.EuimSidebarContentComponent]>;
|
|
13
13
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimSidebarModule>;
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=euim-sidebar.module.d.ts.map
|
package/lib/euim-all.module.d.ts
CHANGED
|
@@ -4,35 +4,35 @@ import * as i2 from "./components/euim-empty-list-placeholder/euim-empty-list-pl
|
|
|
4
4
|
import * as i3 from "./components/layout/euim-language-selector/euim-language-selector.module";
|
|
5
5
|
import * as i4 from "./components/layout/euim-user-profile/euim-user-profile.module";
|
|
6
6
|
import * as i5 from "./components/euim-message/euim-message.module";
|
|
7
|
-
import * as i6 from "./components/euim-
|
|
8
|
-
import * as i7 from "./components/euim-
|
|
9
|
-
import * as i8 from "./components/euim-
|
|
10
|
-
import * as i9 from "./components/euim-
|
|
11
|
-
import * as i10 from "./components/euim-
|
|
12
|
-
import * as i11 from "./components/
|
|
13
|
-
import * as i12 from "./components/euim-
|
|
14
|
-
import * as i13 from "./components/euim-
|
|
15
|
-
import * as i14 from "./components/
|
|
16
|
-
import * as i15 from "./components/
|
|
17
|
-
import * as i16 from "./components/euim-
|
|
18
|
-
import * as i17 from "./components/euim-
|
|
19
|
-
import * as i18 from "./components/
|
|
20
|
-
import * as i19 from "./components/euim-
|
|
21
|
-
import * as i20 from "./components/euim-
|
|
22
|
-
import * as i21 from "./components/euim-
|
|
23
|
-
import * as i22 from "./components/euim-
|
|
24
|
-
import * as i23 from "./components/euim-
|
|
25
|
-
import * as i24 from "./components/
|
|
26
|
-
import * as i25 from "./components/euim-
|
|
27
|
-
import * as i26 from "./components/euim-
|
|
28
|
-
import * as i27 from "./components/euim-
|
|
29
|
-
import * as i28 from "./components/euim-
|
|
30
|
-
import * as i29 from "./components/directives/euim-
|
|
31
|
-
import * as i30 from "./components/directives/euim-
|
|
7
|
+
import * as i6 from "./components/euim-skeleton-list-item/euim-skeleton-list-item.module";
|
|
8
|
+
import * as i7 from "./components/euim-skeleton-list/euim-skeleton-list.module";
|
|
9
|
+
import * as i8 from "./components/atoms/euim-label/euim-label.module";
|
|
10
|
+
import * as i9 from "./components/euim-alert-message/euim-alert-message.module";
|
|
11
|
+
import * as i10 from "./components/euim-about/euim-about.module";
|
|
12
|
+
import * as i11 from "./components/layout/euim-toolbar/euim-toolbar.module";
|
|
13
|
+
import * as i12 from "./components/atoms/euim-notification-item/euim-notification-item.module";
|
|
14
|
+
import * as i13 from "./components/euim-media-header/euim-media-header.module";
|
|
15
|
+
import * as i14 from "./components/euim-data-summary/euim-data-summary.module";
|
|
16
|
+
import * as i15 from "./components/layout/euim-header-details/euim-header-details.module";
|
|
17
|
+
import * as i16 from "./components/euim-avatar/euim-avatar.module";
|
|
18
|
+
import * as i17 from "./components/euim-slider-info-screen/euim-slider-info-screen.module";
|
|
19
|
+
import * as i18 from "./components/euim-scroller-x/euim-scroller-x.module";
|
|
20
|
+
import * as i19 from "./components/euim-chip-selector/euim-chip-selector.module";
|
|
21
|
+
import * as i20 from "./components/euim-badge/euim-badge.module";
|
|
22
|
+
import * as i21 from "./components/layout/euim-sidebar/euim-sidebar.module";
|
|
23
|
+
import * as i22 from "./components/euim-pdf-viewer/euim-pdf-viewer.module";
|
|
24
|
+
import * as i23 from "./components/euim-multiselect/euim-multiselect.module";
|
|
25
|
+
import * as i24 from "./components/euim-toolbar-datepicker/euim-toolbar-datepicker.module";
|
|
26
|
+
import * as i25 from "./components/euim-card/euim-card.module";
|
|
27
|
+
import * as i26 from "./components/euim-card-list/euim-card-list.module";
|
|
28
|
+
import * as i27 from "./components/euim-spinner/euim-spinner.module";
|
|
29
|
+
import * as i28 from "./components/directives/euim-divider/euim-divider.module";
|
|
30
|
+
import * as i29 from "./components/directives/euim-toolbar-transparent/euim-toolbar-transparent.directive";
|
|
31
|
+
import * as i30 from "./components/directives/euim-sidebar-footer/euim-sidebar-footer.directive";
|
|
32
32
|
import * as i31 from "./components/directives/euim-skeleton-text-avatar/euim-skeleton-text-avatar.module";
|
|
33
33
|
export declare class EuimAllModule {
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAllModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.
|
|
35
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAllModule, never, [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimLabelModule, typeof i9.EuimAlertMessageModule, typeof i10.EuimAboutModule, typeof i11.EuimToolbarComponentModule, typeof i12.EuimNotificationItemModule, typeof i13.EuimMediaHeaderModule, typeof i14.EuimDataSummaryModule, typeof i15.EuimHeaderDetailsModule, typeof i16.EuimAvatarModule, typeof i17.EuimSliderInfoScreenModule, typeof i18.EuimScrollerXComponentModule, typeof i19.EuimChipSelectorComponentModule, typeof i20.EuimBadgeModule, typeof i21.EuimSidebarModule, typeof i22.EuimPdfViewerModule, typeof i23.EuimMultiselectModule, typeof i24.EuimToolbarDatepickerModule, typeof i25.EuimCardModule, typeof i26.EuimCardListModule, typeof i27.EuimSpinnerComponentModule, typeof i28.EuimDividerModule, typeof i29.EuimToolbarTransparentDirective, typeof i30.EuimSidebarFooterNoBordersDirective, typeof i31.EuimSkeletonTextAvatarModule], [typeof i1.EuimAppModule, typeof i2.EuimEmptyListPlaceholderModule, typeof i3.EuimLanguageSelectorModule, typeof i4.EuimUserProfileModule, typeof i5.EuimMessageModule, typeof i6.EuimSkeletonListItemModule, typeof i7.EuimSkeletonListModule, typeof i8.EuimLabelModule, typeof i9.EuimAlertMessageModule, typeof i10.EuimAboutModule, typeof i11.EuimToolbarComponentModule, typeof i12.EuimNotificationItemModule, typeof i13.EuimMediaHeaderModule, typeof i14.EuimDataSummaryModule, typeof i15.EuimHeaderDetailsModule, typeof i16.EuimAvatarModule, typeof i17.EuimSliderInfoScreenModule, typeof i18.EuimScrollerXComponentModule, typeof i19.EuimChipSelectorComponentModule, typeof i20.EuimBadgeModule, typeof i21.EuimSidebarModule, typeof i22.EuimPdfViewerModule, typeof i23.EuimMultiselectModule, typeof i24.EuimToolbarDatepickerModule, typeof i25.EuimCardModule, typeof i26.EuimCardListModule, typeof i27.EuimSpinnerComponentModule, typeof i28.EuimDividerModule, typeof i29.EuimToolbarTransparentDirective, typeof i30.EuimSidebarFooterNoBordersDirective, typeof i31.EuimSkeletonTextAvatarModule]>;
|
|
36
36
|
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAllModule>;
|
|
37
37
|
}
|
|
38
38
|
//# sourceMappingURL=euim-all.module.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"euim-all.module.d.ts","sourceRoot":"","sources":["../../src/lib/euim-all.module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4EA,qBAUa,aAAa;yCAAb,aAAa;0CAAb,aAAa;0CAAb,aAAa;CACzB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/mobile-core",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.3",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"dependencies": {
|
|
@@ -10,9 +10,6 @@
|
|
|
10
10
|
"ngx-moment": "^6.0.2",
|
|
11
11
|
"@mapaxe/ngx-pinch-zoom": "^16.0.5",
|
|
12
12
|
"angularx-qrcode": "^12.0.0",
|
|
13
|
-
"@eui/base": "18.0.0-next.1",
|
|
14
|
-
"@eui/core": "18.0.0-next.1",
|
|
15
|
-
"@eui/ecl": "18.0.0-next.1",
|
|
16
13
|
"tslib": "^2.3.0"
|
|
17
14
|
},
|
|
18
15
|
"peerDependencies": {
|
package/esm2022/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class EuimAvatarMainIconDirective {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.className = 'euim-avatar__main-icon';
|
|
6
|
-
}
|
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarMainIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
8
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.5", type: EuimAvatarMainIconDirective, selector: "[euimAvatarMainIcon]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarMainIconDirective, decorators: [{
|
|
11
|
-
type: Directive,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: '[euimAvatarMainIcon]',
|
|
14
|
-
}]
|
|
15
|
-
}], propDecorators: { className: [{
|
|
16
|
-
type: HostBinding,
|
|
17
|
-
args: ['class']
|
|
18
|
-
}] } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hdmF0YXItbWFpbi1pY29uLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLWF2YXRhci9ldWltLWF2YXRhci1tYWluLWljb24vZXVpbS1hdmF0YXItbWFpbi1pY29uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLdkQsTUFBTSxPQUFPLDJCQUEyQjtJQUh4QztRQUkwQixjQUFTLEdBQUcsd0JBQXdCLENBQUM7S0FDOUQ7aUlBRlksMkJBQTJCO3FIQUEzQiwyQkFBMkI7OzJGQUEzQiwyQkFBMkI7a0JBSHZDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHNCQUFzQjtpQkFDbkM7OEJBRXlCLFNBQVM7c0JBQTlCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbZXVpbUF2YXRhck1haW5JY29uXScsXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1BdmF0YXJNYWluSWNvbkRpcmVjdGl2ZSB7XG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpIGNsYXNzTmFtZSA9ICdldWltLWF2YXRhcl9fbWFpbi1pY29uJztcbn1cbiJdfQ==
|
package/esm2022/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Directive, HostBinding } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class EuimAvatarSubIconDirective {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.className = 'euim-avatar__sub-icon';
|
|
6
|
-
}
|
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarSubIconDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
8
|
-
/** @nocollapse */ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.5", type: EuimAvatarSubIconDirective, selector: "[euimAvatarSubIcon]", host: { properties: { "class": "this.className" } }, ngImport: i0 }); }
|
|
9
|
-
}
|
|
10
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarSubIconDirective, decorators: [{
|
|
11
|
-
type: Directive,
|
|
12
|
-
args: [{
|
|
13
|
-
selector: '[euimAvatarSubIcon]',
|
|
14
|
-
}]
|
|
15
|
-
}], propDecorators: { className: [{
|
|
16
|
-
type: HostBinding,
|
|
17
|
-
args: ['class']
|
|
18
|
-
}] } });
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hdmF0YXItc3ViLWljb24uZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb21wb25lbnRzL2V1aW0tYXZhdGFyL2V1aW0tYXZhdGFyLXN1Yi1pY29uL2V1aW0tYXZhdGFyLXN1Yi1pY29uLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFLdkQsTUFBTSxPQUFPLDBCQUEwQjtJQUh2QztRQUkwQixjQUFTLEdBQUcsdUJBQXVCLENBQUM7S0FDN0Q7aUlBRlksMEJBQTBCO3FIQUExQiwwQkFBMEI7OzJGQUExQiwwQkFBMEI7a0JBSHRDLFNBQVM7bUJBQUM7b0JBQ1AsUUFBUSxFQUFFLHFCQUFxQjtpQkFDbEM7OEJBRXlCLFNBQVM7c0JBQTlCLFdBQVc7dUJBQUMsT0FBTyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IERpcmVjdGl2ZSwgSG9zdEJpbmRpbmcgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbZXVpbUF2YXRhclN1Ykljb25dJyxcbn0pXG5leHBvcnQgY2xhc3MgRXVpbUF2YXRhclN1Ykljb25EaXJlY3RpdmUge1xuICAgIEBIb3N0QmluZGluZygnY2xhc3MnKSBjbGFzc05hbWUgPSAnZXVpbS1hdmF0YXJfX3N1Yi1pY29uJztcbn1cbiJdfQ==
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { Component, HostBinding, Input, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class EuimAvatarIconComponent {
|
|
4
|
-
constructor() {
|
|
5
|
-
this.color = 'default';
|
|
6
|
-
this.size = 'default';
|
|
7
|
-
this.fill = 'default';
|
|
8
|
-
this.variant = 'default';
|
|
9
|
-
this.borderColor = 'default';
|
|
10
|
-
}
|
|
11
|
-
get cssClasses() {
|
|
12
|
-
return this.getCssClasses();
|
|
13
|
-
}
|
|
14
|
-
getCssClasses() {
|
|
15
|
-
return [
|
|
16
|
-
'euim-avatar-icon',
|
|
17
|
-
this.size ? `euim-avatar-icon--size-${this.size}` : '',
|
|
18
|
-
this.fill ? `euim-avatar-icon--fill-${this.fill}` : '',
|
|
19
|
-
this.color ? `euim-avatar-icon--color-${this.color}` : '',
|
|
20
|
-
this.variant ? `euim-avatar-icon--variant-${this.variant}` : '',
|
|
21
|
-
this.borderColor ? `euim-avatar-icon--border-color-${this.borderColor}` : '',
|
|
22
|
-
].join(' ');
|
|
23
|
-
}
|
|
24
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
25
|
-
/** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.5", 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-bc-neutral-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-c-white);border-color:var(--eui-c-white)}.euim-avatar-icon--color-default{background-color:var(--eui-bc-neutral-15);border-color:var(--eui-bc-neutral-15);color:var(--eui-bc-neutral-100)}.euim-avatar-icon--color-dark{background-color:var(--eui-bc-neutral-100);border-color:var(--eui-bc-neutral-100);color:var(--eui-c-white)}.euim-avatar-icon--color-primary{background-color:var(--eui-bc-primary-100);border-color:var(--eui-bc-primary-100);color:var(--eui-bc-primary-100-contrast)}.euim-avatar-icon--color-info{background-color:var(--eui-bc-info-100);border-color:var(--eui-bc-info-100);color:var(--eui-bc-info-100-contrast)}.euim-avatar-icon--color-success{background-color:var(--eui-bc-success-100);border-color:var(--eui-bc-success-100);color:var(--eui-bc-success-100-contrast)}.euim-avatar-icon--color-warning{background-color:var(--eui-bc-warning-100);border-color:var(--eui-bc-warning-100);color:var(--eui-bc-warning-100-contrast)}.euim-avatar-icon--color-danger{background-color:var(--eui-bc-danger-100);border-color:var(--eui-bc-danger-100);color:var(--eui-bc-danger-100-contrast)}.euim-avatar-icon--border-color-primary{border-color:var(--eui-bc-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-bc-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-bc-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-bc-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-bc-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-s-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-s-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-s-2xl);height:var(--eui-s-2xl);font-size:var(--eui-f-size-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-s-l);height:var(--eui-s-l)}.euim-avatar-icon--size-m{width:var(--eui-s-2xl);height:var(--eui-s-2xl);font-size:var(--eui-f-size-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-s-l);height:var(--eui-s-l)}.euim-avatar-icon--size-s{width:var(--eui-s-l);height:var(--eui-s-l);font-size:var(--eui-f-size-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-s-m);height:var(--eui-s-m)}.euim-avatar-icon--size-l{width:var(--eui-s-4xl);height:var(--eui-s-4xl);font-size:var(--eui-f-size-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-s-2xl);height:var(--eui-s-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 }); }
|
|
26
|
-
}
|
|
27
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarIconComponent, decorators: [{
|
|
28
|
-
type: Component,
|
|
29
|
-
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-bc-neutral-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-c-white);border-color:var(--eui-c-white)}.euim-avatar-icon--color-default{background-color:var(--eui-bc-neutral-15);border-color:var(--eui-bc-neutral-15);color:var(--eui-bc-neutral-100)}.euim-avatar-icon--color-dark{background-color:var(--eui-bc-neutral-100);border-color:var(--eui-bc-neutral-100);color:var(--eui-c-white)}.euim-avatar-icon--color-primary{background-color:var(--eui-bc-primary-100);border-color:var(--eui-bc-primary-100);color:var(--eui-bc-primary-100-contrast)}.euim-avatar-icon--color-info{background-color:var(--eui-bc-info-100);border-color:var(--eui-bc-info-100);color:var(--eui-bc-info-100-contrast)}.euim-avatar-icon--color-success{background-color:var(--eui-bc-success-100);border-color:var(--eui-bc-success-100);color:var(--eui-bc-success-100-contrast)}.euim-avatar-icon--color-warning{background-color:var(--eui-bc-warning-100);border-color:var(--eui-bc-warning-100);color:var(--eui-bc-warning-100-contrast)}.euim-avatar-icon--color-danger{background-color:var(--eui-bc-danger-100);border-color:var(--eui-bc-danger-100);color:var(--eui-bc-danger-100-contrast)}.euim-avatar-icon--border-color-primary{border-color:var(--eui-bc-primary-100)}.euim-avatar-icon--border-color-info{border-color:var(--eui-bc-info-100)}.euim-avatar-icon--border-color-success{border-color:var(--eui-bc-success-100)}.euim-avatar-icon--border-color-warning{border-color:var(--eui-bc-warning-100)}.euim-avatar-icon--border-color-danger{border-color:var(--eui-bc-danger-100)}.euim-avatar-icon[slot=start]{margin-inline-end:var(--eui-s-m)}.euim-avatar-icon[slot=end]{margin-inline-start:var(--eui-s-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-s-2xl);height:var(--eui-s-2xl);font-size:var(--eui-f-size-l)}.euim-avatar-icon--size-default ion-icon,.euim-avatar-icon--size-auto ion-icon{width:var(--eui-s-l);height:var(--eui-s-l)}.euim-avatar-icon--size-m{width:var(--eui-s-2xl);height:var(--eui-s-2xl);font-size:var(--eui-f-size-l)}.euim-avatar-icon--size-m ion-icon{width:var(--eui-s-l);height:var(--eui-s-l)}.euim-avatar-icon--size-s{width:var(--eui-s-l);height:var(--eui-s-l);font-size:var(--eui-f-size-m)}.euim-avatar-icon--size-s ion-icon{width:var(--eui-s-m);height:var(--eui-s-m)}.euim-avatar-icon--size-l{width:var(--eui-s-4xl);height:var(--eui-s-4xl);font-size:var(--eui-f-size-2xl)}.euim-avatar-icon--size-l ion-icon{width:var(--eui-s-2xl);height:var(--eui-s-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"] }]
|
|
30
|
-
}], propDecorators: { color: [{
|
|
31
|
-
type: Input
|
|
32
|
-
}], size: [{
|
|
33
|
-
type: Input
|
|
34
|
-
}], fill: [{
|
|
35
|
-
type: Input
|
|
36
|
-
}], variant: [{
|
|
37
|
-
type: Input
|
|
38
|
-
}], borderColor: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}], cssClasses: [{
|
|
41
|
-
type: HostBinding,
|
|
42
|
-
args: ['class']
|
|
43
|
-
}] } });
|
|
44
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hdmF0YXItaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hdmF0YXItaWNvbi9ldWltLWF2YXRhci1pY29uLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29tcG9uZW50cy9ldWltLWF2YXRhci1pY29uL2V1aW0tYXZhdGFyLWljb24uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxXQUFXLEVBQUUsS0FBSyxFQUFFLGlCQUFpQixFQUFFLHVCQUF1QixFQUFFLE1BQU0sZUFBZSxDQUFDOztBQVMxRyxNQUFNLE9BQU8sdUJBQXVCO0lBUHBDO1FBUWEsVUFBSyxHQUFtSCxTQUFTLENBQUM7UUFDbEksU0FBSSxHQUF5QyxTQUFTLENBQUM7UUFDdkQsU0FBSSxHQUFnRSxTQUFTLENBQUM7UUFDOUUsWUFBTyxHQUF3QyxTQUFTLENBQUM7UUFDekQsZ0JBQVcsR0FBb0UsU0FBUyxDQUFDO0tBaUJyRztJQWZHLElBQ1csVUFBVTtRQUNqQixPQUFPLElBQUksQ0FBQyxhQUFhLEVBQUUsQ0FBQztJQUNoQyxDQUFDO0lBRUQsYUFBYTtRQUNULE9BQU87WUFDSCxrQkFBa0I7WUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsMEJBQTBCLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUN0RCxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQywwQkFBMEIsSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFO1lBQ3RELElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLDJCQUEyQixJQUFJLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQyxDQUFDLEVBQUU7WUFDekQsSUFBSSxDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsNkJBQTZCLElBQUksQ0FBQyxPQUFPLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRTtZQUMvRCxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxrQ0FBa0MsSUFBSSxDQUFDLFdBQVcsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFO1NBQy9FLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBQ2hCLENBQUM7aUlBckJRLHVCQUF1QjtxSEFBdkIsdUJBQXVCLHNOQ1RwQyw2QkFDQTs7MkZEUWEsdUJBQXVCO2tCQVBuQyxTQUFTOytCQUNJLGtCQUFrQixpQkFHYixpQkFBaUIsQ0FBQyxJQUFJLG1CQUNwQix1QkFBdUIsQ0FBQyxNQUFNOzhCQUd0QyxLQUFLO3NCQUFiLEtBQUs7Z0JBQ0csSUFBSTtzQkFBWixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxPQUFPO3NCQUFmLEtBQUs7Z0JBQ0csV0FBVztzQkFBbkIsS0FBSztnQkFHSyxVQUFVO3NCQURwQixXQUFXO3VCQUFDLE9BQU8iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RCaW5kaW5nLCBJbnB1dCwgVmlld0VuY2Fwc3VsYXRpb24sIENoYW5nZURldGVjdGlvblN0cmF0ZWd5IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnZXVpbS1hdmF0YXItaWNvbicsXG4gICAgdGVtcGxhdGVVcmw6ICdldWltLWF2YXRhci1pY29uLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9zdHlsZXMvX2luZGV4LnNjc3MnXSxcbiAgICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxufSlcbmV4cG9ydCBjbGFzcyBFdWltQXZhdGFySWNvbkNvbXBvbmVudCB7XG4gICAgQElucHV0KCkgY29sb3I6ICdkZWZhdWx0JyB8ICdkYXJrJyB8ICd3aGl0ZScgfCAncHJpbWFyeScgfCAnaW5mbycgfCAnc3VjY2VzcycgfCAgJ2FjY2VudCcgfCAnc2Vjb25kYXJ5JyB8ICd3YXJuaW5nJyB8ICdkYW5nZXInID0gJ2RlZmF1bHQnO1xuICAgIEBJbnB1dCgpIHNpemU6ICdkZWZhdWx0JyB8ICdhdXRvJyB8ICdzJyB8ICdtJyB8ICdsJyA9ICdkZWZhdWx0JztcbiAgICBASW5wdXQoKSBmaWxsOiAnZGVmYXVsdCcgfCAnY2xlYXInIHwgJ291dGxpbmUnIHwgJ291dGxpbmUtc29saWQnIHwgJ3NvbGlkJyA9ICdkZWZhdWx0JztcbiAgICBASW5wdXQoKSB2YXJpYW50OiAnZGVmYXVsdCcgfCAncm91bmRlZCcgfCAncmVjdGFuZ2xlJyA9ICdkZWZhdWx0JztcbiAgICBASW5wdXQoKSBib3JkZXJDb2xvcjogJ2RlZmF1bHQnIHwgJ3ByaW1hcnknIHwgJ2luZm8nIHwgJ3N1Y2Nlc3MnIHwgJ2RhbmdlcicgfCAnd2hpdGUnID0gJ2RlZmF1bHQnO1xuXG4gICAgQEhvc3RCaW5kaW5nKCdjbGFzcycpXG4gICAgcHVibGljIGdldCBjc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiB0aGlzLmdldENzc0NsYXNzZXMoKTtcbiAgICB9XG5cbiAgICBnZXRDc3NDbGFzc2VzKCk6IHN0cmluZyB7XG4gICAgICAgIHJldHVybiBbXG4gICAgICAgICAgICAnZXVpbS1hdmF0YXItaWNvbicsXG4gICAgICAgICAgICB0aGlzLnNpemUgPyBgZXVpbS1hdmF0YXItaWNvbi0tc2l6ZS0ke3RoaXMuc2l6ZX1gIDogJycsXG4gICAgICAgICAgICB0aGlzLmZpbGwgPyBgZXVpbS1hdmF0YXItaWNvbi0tZmlsbC0ke3RoaXMuZmlsbH1gIDogJycsXG4gICAgICAgICAgICB0aGlzLmNvbG9yID8gYGV1aW0tYXZhdGFyLWljb24tLWNvbG9yLSR7dGhpcy5jb2xvcn1gIDogJycsXG4gICAgICAgICAgICB0aGlzLnZhcmlhbnQgPyBgZXVpbS1hdmF0YXItaWNvbi0tdmFyaWFudC0ke3RoaXMudmFyaWFudH1gIDogJycsXG4gICAgICAgICAgICB0aGlzLmJvcmRlckNvbG9yID8gYGV1aW0tYXZhdGFyLWljb24tLWJvcmRlci1jb2xvci0ke3RoaXMuYm9yZGVyQ29sb3J9YCA6ICcnLFxuICAgICAgICBdLmpvaW4oJyAnKTtcbiAgICB9XG59XG4iLCI8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG4iXX0=
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { EuimAvatarIconComponent } from './euim-avatar-icon.component';
|
|
4
|
-
import { IonicModule } from '@ionic/angular';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export class EuimAvatarIconModule {
|
|
7
|
-
/** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
8
|
-
/** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarIconModule, declarations: [EuimAvatarIconComponent], imports: [CommonModule,
|
|
9
|
-
IonicModule], exports: [EuimAvatarIconComponent] }); }
|
|
10
|
-
/** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarIconModule, imports: [CommonModule,
|
|
11
|
-
IonicModule] }); }
|
|
12
|
-
}
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.5", ngImport: i0, type: EuimAvatarIconModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [
|
|
17
|
-
CommonModule,
|
|
18
|
-
IonicModule,
|
|
19
|
-
],
|
|
20
|
-
exports: [
|
|
21
|
-
EuimAvatarIconComponent,
|
|
22
|
-
],
|
|
23
|
-
declarations: [
|
|
24
|
-
EuimAvatarIconComponent,
|
|
25
|
-
],
|
|
26
|
-
}]
|
|
27
|
-
}] });
|
|
28
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXVpbS1hdmF0YXItaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hdmF0YXItaWNvbi9ldWltLWF2YXRhci1pY29uLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2RSxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7O0FBYzdDLE1BQU0sT0FBTyxvQkFBb0I7aUlBQXBCLG9CQUFvQjtrSUFBcEIsb0JBQW9CLGlCQUh6Qix1QkFBdUIsYUFQdkIsWUFBWTtZQUNaLFdBQVcsYUFHWCx1QkFBdUI7a0lBTWxCLG9CQUFvQixZQVZ6QixZQUFZO1lBQ1osV0FBVzs7MkZBU04sb0JBQW9CO2tCQVpoQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRTt3QkFDTCxZQUFZO3dCQUNaLFdBQVc7cUJBQ2Q7b0JBQ0QsT0FBTyxFQUFFO3dCQUNMLHVCQUF1QjtxQkFDMUI7b0JBQ0QsWUFBWSxFQUFFO3dCQUNWLHVCQUF1QjtxQkFDMUI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEV1aW1BdmF0YXJJY29uQ29tcG9uZW50IH0gZnJvbSAnLi9ldWltLWF2YXRhci1pY29uLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBJb25pY01vZHVsZSB9IGZyb20gJ0Bpb25pYy9hbmd1bGFyJztcblxuQE5nTW9kdWxlKHtcbiAgICBpbXBvcnRzOiBbXG4gICAgICAgIENvbW1vbk1vZHVsZSxcbiAgICAgICAgSW9uaWNNb2R1bGUsXG4gICAgXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIEV1aW1BdmF0YXJJY29uQ29tcG9uZW50LFxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbXG4gICAgICAgIEV1aW1BdmF0YXJJY29uQ29tcG9uZW50LFxuICAgIF0sXG59KVxuZXhwb3J0IGNsYXNzIEV1aW1BdmF0YXJJY29uTW9kdWxlIHtcbn1cbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './euim-avatar-icon.module';
|
|
2
|
-
export * from './euim-avatar-icon.component';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvbXBvbmVudHMvZXVpbS1hdmF0YXItaWNvbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLDJCQUEyQixDQUFDO0FBQzFDLGNBQWMsOEJBQThCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2V1aW0tYXZhdGFyLWljb24ubW9kdWxlJztcbmV4cG9ydCAqIGZyb20gJy4vZXVpbS1hdmF0YXItaWNvbi5jb21wb25lbnQnO1xuIl19
|
package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class EuimAvatarMainIconDirective {
|
|
3
|
-
className: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarMainIconDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimAvatarMainIconDirective, "[euimAvatarMainIcon]", never, {}, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=euim-avatar-main-icon.directive.d.ts.map
|
package/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"euim-avatar-main-icon.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-main-icon/euim-avatar-main-icon.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,2BAA2B;IACd,SAAS,SAA4B;yCADlD,2BAA2B;2CAA3B,2BAA2B;CAEvC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class EuimAvatarSubIconDirective {
|
|
3
|
-
className: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarSubIconDirective, never>;
|
|
5
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EuimAvatarSubIconDirective, "[euimAvatarSubIcon]", never, {}, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
7
|
-
//# sourceMappingURL=euim-avatar-sub-icon.directive.d.ts.map
|
package/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"euim-avatar-sub-icon.directive.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/euim-avatar/euim-avatar-sub-icon/euim-avatar-sub-icon.directive.ts"],"names":[],"mappings":";AAEA,qBAGa,0BAA0B;IACb,SAAS,SAA2B;yCADjD,0BAA0B;2CAA1B,0BAA0B;CAEtC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class EuimAvatarIconComponent {
|
|
3
|
-
color: 'default' | 'dark' | 'white' | 'primary' | 'info' | 'success' | 'accent' | 'secondary' | 'warning' | 'danger';
|
|
4
|
-
size: 'default' | 'auto' | 's' | 'm' | 'l';
|
|
5
|
-
fill: 'default' | 'clear' | 'outline' | 'outline-solid' | 'solid';
|
|
6
|
-
variant: 'default' | 'rounded' | 'rectangle';
|
|
7
|
-
borderColor: 'default' | 'primary' | 'info' | 'success' | 'danger' | 'white';
|
|
8
|
-
get cssClasses(): string;
|
|
9
|
-
getCssClasses(): string;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarIconComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EuimAvatarIconComponent, "euim-avatar-icon", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "borderColor": { "alias": "borderColor"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=euim-avatar-icon.component.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"euim-avatar-icon.component.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar-icon/euim-avatar-icon.component.ts"],"names":[],"mappings":";AAEA,qBAOa,uBAAuB;IACvB,KAAK,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAI,QAAQ,GAAG,WAAW,GAAG,SAAS,GAAG,QAAQ,CAAa;IAClI,IAAI,EAAE,SAAS,GAAG,MAAM,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAa;IACvD,IAAI,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,eAAe,GAAG,OAAO,CAAa;IAC9E,OAAO,EAAE,SAAS,GAAG,SAAS,GAAG,WAAW,CAAa;IACzD,WAAW,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAa;IAElG,IACW,UAAU,IAAI,MAAM,CAE9B;IAED,aAAa,IAAI,MAAM;yCAZd,uBAAuB;2CAAvB,uBAAuB;CAsBnC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./euim-avatar-icon.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@ionic/angular";
|
|
5
|
-
export declare class EuimAvatarIconModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EuimAvatarIconModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EuimAvatarIconModule, [typeof i1.EuimAvatarIconComponent], [typeof i2.CommonModule, typeof i3.IonicModule], [typeof i1.EuimAvatarIconComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<EuimAvatarIconModule>;
|
|
9
|
-
}
|
|
10
|
-
//# sourceMappingURL=euim-avatar-icon.module.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"euim-avatar-icon.module.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar-icon/euim-avatar-icon.module.ts"],"names":[],"mappings":";;;;AAKA,qBAYa,oBAAoB;yCAApB,oBAAoB;0CAApB,oBAAoB;0CAApB,oBAAoB;CAChC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/euim-avatar-icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC"}
|